

/* Start:/local/templates/agk/components/bitrix/system.pagenavigation/my-navigation/style.css?17611413471449*/
/*div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }*/
.link_more_goods {
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    height: 48px;
    color: #fff;
    background: #0E1114;
    padding: 14px 24px;
    border: none;
}
.page_link.is-active {
    color: #fff;
    background: #0E1114;
    display: block;
    height: inherit;
}
.block_navigation{
    display: flex;
    justify-content: space-between;
}
.block_border_pag{
    width: 100%
}
.pagination-btn a, .pagination-btn span{
    height: inherit;
    display: block;
    text-align: center;
    padding: 14px;
}
.link_more_goods:hover{
    cursor: pointer;
}
/* End */


/* Start:/local/templates/agk/components/bitrix/news/news-section/bitrix/news.list/.default/style.css?17611413474467*/
/*
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: '';
}
.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset,-15px);
	right: auto;
}*/
.news-section-page {
    padding-top: 80px;
    padding-bottom: 80px;
}
.news-section-page__container {
    display: grid;
    grid-template-columns: repeat(3, 416px);
    gap: 40px;
}
.news-section-page__container:first-of-type {
    margin-top: 0;
}
@media (max-width: 1400px) {
    .news-section-page__container {
        grid-template-columns: repeat(3, 328px);
        gap: 118px 32px;
    }
}
@media (max-width: 1100px) {
    .news-section-page__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-template-columns: repeat(2, 328px);
    }
}
@media (max-width: 740px) {
    .news-section-page__container {
        grid-template-columns: 328px;
        gap: 0;
    }
    .news-section-page__card {
        margin-bottom: 40px!important;
    }
}
.news-section-page__card {
    position: relative;
    width: 416px;
}
.news-section-page__card_no-image {
    height: 306px;
    padding: 0 24px;
    background-color: #E6EAF6;
}
@media (max-width: 740px) {
    .news-section-page__card_no-image {
        max-height: 185px;
    }
}
@media (max-width: 1400px) {
    .news-section-page__card {
        width: 328px;
    }
}
.news-section-page__card:hover .news-section-page__subtitle {
    color: #FD6E39;
}
.news-section-page__card:hover .news-section-page__overlay {
    opacity: 1;
}
.news-section-page__card:hover .news-section-page__subtitle_no-image {
    color: #FFFFFF;
}
.news-section-page__card:hover .news-section-page__overlay-image {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.news-section-page__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    opacity: 0;
    background: #FD6E39;
    z-index: 2;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}
@media (max-width: 1400px) {
    .news-section-page__overlay {
        width: 328px;
        height: 234px;
    }
}
.news-section-page__overlay_no-image {
    height: 306px;
}
@media (max-width: 1400px) {
    .news-section-page__overlay_no-image {
        height: 257px;
    }
}
@media (max-width: 740px) {
    .news-section-page__overlay_no-image {
        height: 185px;
    }
}
.news-section-page__overlay-image {
    position: absolute;
    top: 89px;
    left: 180px;
    width: 56px;
    height: 56px;
    -webkit-transition: 0.16s;
    transition: 0.16s;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
@media (max-width: 1400px) {
    .news-section-page__overlay-image {
        left: 136px;
        top: 64px;
    }
}
.news-section-page__overlay-image_no-image {
    top: 125px;
}
@media (max-width: 1400px) {
    .news-section-page__overlay-image_no-image {
        top: 100px;
    }
}
@media (max-width: 740px) {
    .news-section-page__overlay-image_no-image {
        top: 64px;
    }
}
.news-section-page__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-section-page__image:hover {
    background-color: black;
}
.news-section-page__info {
    position: absolute;
    bottom: -15.5px;
    left: 0;
    background-color: #000000;
    color: #ffffff;
    font-family: Oswald "sans-serif";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 8px 16px;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 72px;
}
@media (max-width: 1400px) {
    .news-section-page__info {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: 1.08px;
    }
}
.news-section-page__info_no-image {
    bottom: 0;
}
.news-section-page__subtitle {
    position: relative;
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    z-index: 4;
}
@media (max-width: 1400px) {
    .news-section-page__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 740px) {
    .news-section-page__subtitle {
        margin-top: 0;
    }
}
@media (max-width: 740px) {
    .news-section-page__subtitle_no-image {
        margin-top: 24px;
    }
}
.news-section-page__image-overlay {
    height: 234px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background: #f5f5f5;
}
/* End */
/* /local/templates/agk/components/bitrix/system.pagenavigation/my-navigation/style.css?17611413471449 */
/* /local/templates/agk/components/bitrix/news/news-section/bitrix/news.list/.default/style.css?17611413474467 */
