

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    margin: 3rem 0;
}

.pagination-arrow {
    line-height: 1;
    display: inline-block;
    padding: .1rem .25rem;
    border: 1px solid var(--color-black);
}

.pagination-arrow:hover {
    background: var(--color-primary);
}

.pagination-arrow.prev img {
    transform: rotate(180deg);
}

.pagination-link {
    transition: all .3s ease;
    font-size: .75rem;
    color: var(--color-black);
    font-weight: 800;
    padding: .45rem .75rem;
    display: inline-block;
}

.pagination-link.active {
    background: var(--color-primary);
}

.pagination-link:hover {
    color: var(--color-primary);
}

@media(max-width: 480px) {
    .pagination-arrow {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?17478340571708*/
.s-news {
    padding-bottom: 74px;
}


.news__item {
    position: relative;
    display: flex;
    gap: 3rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #D6D8D5;
}

.news__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-indent: 9999px;
}

.news__img-wrapper {
    width: 100%;
    max-width: 300px;
    flex-shrink: 0;
}

.news__img-container {
    padding-bottom: 60%;
    background: #A1A5A7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.news__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__date {
    color: #A1A5A7;
    font-size: .875rem;
    font-family: "DrukTextWideCyr";
    margin-bottom: 1rem;
}

.news__title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 700;
    transition: all .3s;
    margin-bottom: 1rem;

}

.news__item:hover .news__title {
    color: var(--color-primary);
}

.news__preview {
    font-size: 20px;
    color: #606567;
}

@media(max-width: 1199px) {
    .news__title {
        font-size: 1.625rem;
    }

    .news__preview {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    .news__title {
        font-size: 1.125rem;
    }

    .news__img-wrapper {
        max-width: 200px;
    }

    .news__preview {
        font-size: 16px;
    }
}

@media(max-width: 480px) {
    .news__item {
        display: block;
    }

    .news__img-wrapper {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}

.sp-form-outer .sp-form[id="sp-form-204234"] {
    margin: 3rem 0 0 !important;
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1747901534783 */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.list/.default/style.css?17478340571708 */
