

/* Start:/local/templates/minimi/components/bitrix/system.pagenavigation/news/style.css?17889554181645*/
.minimi-pagination {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.minimi-pagination__pages {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
}

.minimi-pagination__page.btn {
    min-width: 32px;
}

.minimi-pagination__page.btn.active {
    font-weight: bold;
    border-color: #be9f56;
    color: #fff;
}

.minimi-pagination__page.btn.active:before {
    transform: scaleX(1);
}

.minimi-pagination__prev,
.minimi-pagination__next {
    flex-shrink: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 32px;
    height: 32px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 400;
    color: #be9f56;
}

.minimi-pagination__prev:before,
.minimi-pagination__next:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #be9f56;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.2s;
}

.minimi-pagination .disabled {
    color: #ccc;
    pointer-events: none;
}

@media (pointer: fine) and (hover: hover){
    .minimi-pagination__prev:not(.disabled):hover:before,
    .minimi-pagination__next:not(.disabled):hover:before {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .minimi-pagination {
        gap: 5px;
    }

    .minimi-pagination__prev,
    .minimi-pagination__next {
        border: 1px solid #be9f56;
    }

    .minimi-pagination__prev.disabled,
    .minimi-pagination__next.disabled {
        border: 1px solid #ccc;
    }

    .minimi-pagination__prev span,
    .minimi-pagination__next span {
        display: none;
    }
}
/* End */


/* Start:/local/templates/minimi/components/bitrix/news.list/news-archive/style.css?17889554182499*/
.news-archive {
    /*padding-top: 30px;*/
}

.news-archive__title {
    position: relative;
    padding-bottom: 20px;
}

.news-archive__title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 85px;
    height: 3px;
    background: #be9f56;
}

.news-archive__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-archive__header {
    display: flex;
    justify-content: center;
    text-align: center;
}

.news-archive__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-archive__item {
    display: flex;
    height: 220px;
    border: 1px solid #ebebeb;
    color: #121117;
}

.news-archive__item:active .news-archive__item-img img {
    transform: scale(1.05) translateZ(0);
}

.news-archive__item-img {
    flex-basis: 50%;
    overflow: hidden;
}

.news-archive__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .96, .34, 1);
}

.news-archive__item-content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px 15px 20px;
}

.news-archive__item-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #be9f56;
}

.news-archive__item-text {
    text-overflow: ellipsis;
}

.news-archive__item-date
{
    font-size: 12px;
}

.news-archive__item-text {
    font-size: 16px;
    line-height: 1.4;
}

.news-archive__item-title,
.news-archive__item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-archive .minimi-pagination {
    align-self: center;
}

@media (pointer: fine) and (hover: hover){
    .news-archive__item:hover .news-archive__item-img img {
        transform: scale(1.05) translateZ(0);
    }
}

@media (max-width: 1200px) {
    .news-archive__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-archive__item-content {
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .news-archive__items {
        grid-template-columns: 1fr;
    }

    .news-archive__item-title {
        display: block;
    }
}

@media (max-width: 600px) {
    .news-archive__item {
        flex-direction: column;
        height: auto;
    }

    .news-archive__item-img {
        flex-basis: unset;
        min-height: 240px;
    }

    .news-archive__item-content {
        flex-basis: unset;
    }
}
/* End */
/* /local/templates/minimi/components/bitrix/system.pagenavigation/news/style.css?17889554181645 */
/* /local/templates/minimi/components/bitrix/news.list/news-archive/style.css?17889554182499 */
