

/* Start:/local/templates/grandfayans/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17631529642440*/
.article-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.article-first-item{
    flex: 0 0 calc(100% / 3 * 2) ;
    max-width: calc(100% / 3 * 2);
}
.article-item{
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.article-item,
.article-first-item{
    padding: 10px;

}
.article-item-wrap{
    height: 390px;
}
.article-item .article-item-wrap{
    box-shadow: 0px 2px 2px rgba(68, 92, 130, 0.12), -1px 4px 10px rgba(68, 92, 130, 0.1), 0px -2px 10px rgba(68, 92, 130, 0.05);
    padding: 20px;
    position: relative;
}
.article-item .article-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.article-item .article-date{
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.article-first-item .article-item-wrap{
    position: relative;
    border-radius: 4px;
    overflow: hidden;

}
.article-first-item .article-block-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}
.article-first-item .article-name{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}
.article-first-item .article-date{
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.article-item-img{
    display: block;
    width: 100%;
    height: 173px;
    margin-bottom: 10px;
}
.article-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-first-item-img{
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(180.34deg, rgba(6, 87, 154, 0) 63.25%, rgba(6, 87, 154, 0.6) 92.52%);
}
.article-first-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: -1;
}
.article-first-item-img .article-block-img{
    height: 100%;
}
.article-item .article-name{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.article-item .article-link{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #06579A;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.article-item .article-link svg{
    margin-left: 10px;
}
/* End */
/* /local/templates/grandfayans/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17631529642440 */
