

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/loadMore/style.css?1789566742576*/
.desktop__pagination__wrapper {
    display: block;
}

.mobile__pagination__wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.mobile__pagination__wrapper button {
    outline: 0;
    border: 0;
}

.load-more__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.load_more {
    display: flex;
    gap: 10px;
}

@media(max-width: 768px) {
    .desktop__pagination__wrapper {
        display: none;
    }

    .mobile__pagination__wrapper {
        display: flex;
    }

}
/* End */


/* Start:/local/templates/main/components/bitrix/news/press/bitrix/news.list/.default/style.css?17895667421820*/
.list__news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 768px) {
    .list__news {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 425px) {
    .list__news {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

.news__item {
    display: block;
    overflow: hidden;
}

.news__item:hover .item__text-title {
    text-decoration: underline;
    color: #1a4daf;
    transition: 0.3s all ease;
}

.news__item:hover .item__img img {
    transform: scale(1.1);
    transition: 0.5s all ease;
}

.item__img {
    object-fit: cover;
    display: flex;
    align-items: center;
    position: relative;
    max-height: 249px;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
}

.item__img img {
    max-width: 100%;
    transition: 0.5s all ease;
    max-height: 100%;
    margin: 0 auto;
}

.item__date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 16px;
    background-color: #F0F0F0;
    color: #606060;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.item__text {
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 170px;
    height: 100%;
}

.item__text-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    transition: 0.3s all ease;
}

.item__text-description {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.news-section .tab-content {
    flex-direction: column;
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/loadMore/style.css?1789566742576 */
/* /local/templates/main/components/bitrix/news/press/bitrix/news.list/.default/style.css?17895667421820 */
