

/* Start:/local/templates/main/components/bitrix/news.list/index-slider/style.css?1744714855494*/
.index-slider .caption {
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: underline solid #FF6F00 3px;
    text-underline-offset: 15px;
    color: #FFFFFF;
    margin: 100px 0 0 0;
}

.index-slider .text {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 180%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/index-news/style.css?17447148554080*/
.news-list-main {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.news-list-main__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
    transition: all 1s ease;
}

.news-list-main__card {
    display: flex;
    width: calc(50% - 15px);
    flex-direction: column;
    gap: 12px;
    height: fit-content;
}

.news-list-main__info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
}

.news-list-main__card .news-list-main__info {
    position: static;
    max-width: 260px;
    justify-content: start;
    margin: 0;
}

.news-list-main__card .title {
    overflow-wrap: break-word;
    hyphens: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 143%;
    color: #3d6cb4;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: box-shadow 0.6s ease;
    transition: color 1s ease;
}

.news-list-main__card .news-list-main__info .date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #888888;
}

.news-list-main__fixed-card img {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-list-main__fixed-card .img::before {
    content: '';
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background-color: #0D47A1;
    position: absolute;
    left: 0;
    top: 0;
}

.news-list-main__card .title:hover {
    color: #0d47a1;
}

.news-list-main__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: calc(50% - 15px)
}

.main__h2.index-news__h2 {
    margin-bottom: 16px ;
}

.index-news__more {
    text-align: center;
    font-size: 16px;
    line-height: 125%;
    text-decoration-line: underline;
    display: block;
    margin-bottom: 32px;
    color: #3d6cb4;
    text-decoration: underline;
}

.index-news__more:hover {
    color: #0d47a1;
    text-decoration: none;
}

.news-list-main__card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    transition: all 0.6s ease;
}

.news-list-main__fixed-card .img {
    position: relative;
    width: 100%;
    height: 364px;
    display: block;
}

.news-list-main__fixed-card .date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
    transition: all 1s ease;
}

.news-list-main__fixed-card .title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    color: #3d6cb4;
    transition: all 1s ease;
}

.news-list-main__fixed-card .title:hover {
    color: #0d47a1;
}

.news-list-main__fixed-card {
    position: relative;
    width: calc(50% - 15px);
    transition: box-shadow 0.6s ease;
    display: flex;
    flex-direction: column;
    gap: 16px
}


@media (max-width: 1024px) {
    .news-list-main {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    .news-list-main__fixed-card {
        width: 100%
    }
    .news-list-main__fixed-card .img {
        height: 583px
    }
    .news-list-main__cards {
        width: 100%
    }
    .news-list-main__card img {
        height: 279px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .news-list-main__fixed-card .img {
        height: 198px;
    }
    .news-list-main__cards {
        flex-direction: column;
        align-items: center
    }
    .news-list-main__card {
        width: 100%;
    }
    .news-list-main__card img {
        height: 196px;
        width: 100%;
    }
}

@media (max-width: 610px) {
    .news-list-main__card {
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .index-news .main__h2 {
        margin: 80px 0 110px 0;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/index-slider/style.css?1744714855494 */
/* /local/templates/main/components/bitrix/news.list/index-news/style.css?17447148554080 */
