

/* Start:/local/templates/vgik/components/bitrix/news.list/news/style.css?16901111228337*/
.news-wrapper {
    padding-top: 0;
    padding-bottom: 50px;
}
.news-title {
    padding: 25px 30px;
    background: #61ADC8;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    max-width: 50%;
    margin-bottom: 60px;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.news-list .news-imgs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news-list .news-imgs-wrapper img {
    width: 100%;
    max-height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
}
.news-list .news-imgs-wrapper img:nth-child(2) {
    margin-left: 20px;
}
.news-list .news-item__title {
    font-size: 18px;
    color: #7474C9;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}
.news-list .news-item__title .date {
    padding: 5px 12px;
    border-radius: 4px;
    background: #61ADC8;
    color: #fff;
    font-size: 12px;
}
.news-list .news-desc {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.news-list .news-meta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.news-list .news-meta__list li {
    font-size: 10px;
    color: #7474C9;
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid #7474C9;
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}
.news-list .news-meta__list li:last-child {
    margin-right: 0;
}
.news-list .news-list__small-items {
    width: 50%;
    padding-left: 50px;
}
.news-list .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 80px;
    margin-bottom: 35px;
    border-bottom: 1px solid #7474C9;
}
.news-list .news-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.news-list .item-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    width: calc(100% - 250px);
}
.news-list .news-img {
    border-radius: 10px;
    width: 250px;
    overflow: hidden;
}
@media screen and (min-width: 1900px) {
    .news-list .news-img {
        width: 500px;
    }
}
.news-list .news-img img {
    width: 100%;
    max-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.news-list__big {
    width: 50%;
}
.news-list__big .news-item__title {
    font-size: 40px;
    line-height: 1.2;
}
.news-list__big .news-item__title .date {
    font-size: 16px;
    display: inline-block;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.news-list__full .news-list__small-items {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
    padding: 50px 130px 0;
    border-top: 1px solid #7474C9;
}
.news-list__full .news-list__small-items .news-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}
.news-list__full .news-list__small-items .news-list__item .news-item__title {
    margin-bottom: 15px;
}
.news-list__full .news-list__small-items .news-list__item .item-left {
    padding-right: 0;
    padding-left: 20px;
    width: calc(100% - 390px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-list__full .news-list__small-items .news-list__item .item-top {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.news-list__full .news-img {
    width: 390px;
}
.news-list__full .news-img img {
    max-height: 260px;
}

@media screen and (max-width: 1600px) {
    .news-list__full .news-list__small-items {
        padding: 50px 50px 0;
    }
}
@media screen and (max-width: 1400px) {
    .news-title {
        font-size: 40px;
        padding: 15px 20px;
        max-width: 600px;
        margin-bottom: 30px;
    }

    .news-list .news-imgs-wrapper img {
        max-height: 250px;
    }
    .news-list .news-desc {
        font-size: 15px;
    }
    .news-list .news-img {
        width: 200px;
    }
    .news-list .news-img img {
        max-height: 170px;
    }
    .news-list .item-left {
        width: calc(100% - 200px);
    }
    .news-list .news-list__item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news-list .news-item__title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .news-list__big .news-item__title {
        font-size: 30px;
    }

    .news-list__full .news-list__small-items {
        padding: 50px 0px 0;
    }
    .news-list__full .news-img {
        width: 390px;
        max-height: 250px;
    }
    .news-list__full .news-img img {
        max-height: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .news-list .news-list__small-items {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .news-list .news-item__title {
        line-height: 1.7;
    }
    .news-list__big {
        width: 100%;
    }
    .news-list__big .news-item__title {
        line-height: 1.3;
    }
    .news-list__big .news-item__title .date {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .news-list__full .news-img {
        width: 300px;
        max-height: 190px;
    }
    .news-list__full .news-list__small-items .news-list__item .item-top {
        font-size: 14px;
    }
    .news-list__full .news-list__small-items .news-list__item .item-left {
        width: calc(100% - 300px);
    }
    .news-list__full .news-list__small-items .news-list__item .news-meta__list {
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .news-list__full .news-img {
        width: 100%;
    }
    .news-list__full .news-list__small-items {
        padding-top: 30px;
    }
    .news-list__full .news-list__small-items .news-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
        flex-flow: wrap-reverse;
    }
    .news-list__full .news-list__small-items .news-list__item .item-top {
        font-size: 14px;
    }
    .news-list__full .news-list__small-items .news-list__item .item-left {
        padding-left: 0;
        width: 100%;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 20px;
    }
    .news-list__full .news-list__small-items .news-list__item .news-meta__list {
        margin-top: 10px;
    }
}
@media screen and (max-width: 575px) {
    .news-list .news-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }
    .news-list .news-list__item .news-img {
        width: 100%;
    }
    .news-list .news-list__item .news-img img {
        max-height: 250px;
    }
    .news-list .news-list__item .item-left {
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
    }
    .news-list .news-imgs-wrapper img {
        width: calc(50% - 5px);
        max-height: 200px;
        border-radius: 6px;
    }

    .news-list__big .news-item__title {
        font-size: 20px;
    }
    .news-list__big .news-item__title .date {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 13px;
    }
}
/* End */
/* /local/templates/vgik/components/bitrix/news.list/news/style.css?16901111228337 */
