

/* Start:/local/templates/ampm-multilang/components/bitrix/catalog/main_new/style.css?17321106355079*/
.catalog {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.catalog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog__head h1 {
    flex: 1;
    margin-right: 50px;
    margin-bottom: 20px;
}

.catalog__sort {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.catalog__sort-title {
    color: var(--main-color-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.catalog__sort-select {
}

.catalog__wrap {
    display: flex;
    border-top: 1px solid #eee;
}

.catalog__filter {
    position: relative;
    width: 292px;
    border-right: 1px solid #eee;
}

.catalog__filter-wrap {
    width: 292px;
}

.catalog__products {
    flex: 1;
}

.mob-block {
    display: none;
    border-top: 1px solid #eee;
}

.mob-block__list {
    display: flex;
}

.mob-block__item {
    position: relative;
    width: 50%;
    height: 109px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #555;
}

.mob-block__item:last-child {
    padding-left: 10px;
    border-left: 1px solid #E4E7EA;
}

.mob-block__item:first-child {
    border-right: 1px solid #E4E7EA;
}

.mob-block__title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--main-color-black);
    margin-bottom: 4px;
}

.mob-block__title svg {
    margin-left: 12px;
}

.mob-block__title:before {
    content: attr(data-count);
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 15px;
    height: auto;
    line-height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D61E3D;
    top: -2px;
    left: 50%;
}

.mob-block__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 12px 8px 0;
    text-decoration: underline;
    font-size: 12px;
    color: var(--main-color-black);
}

.mob-block__btn:hover {
    text-decoration: none;
}

/*mob sort*/
.mob-sort {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 34px 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    z-index: 100;
    transition: all 0.2s ease-in-out;
}

.mob-sort.active {
    display: block;
}

.mob-sort__close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
    background: transparent;
    margin: 0;
    padding: 0;
}

.mob-sort__close svg {
    width: 16px;
}

.mob-sort a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-decoration: none;
    padding: 0 20px;
}

.mob-sort a.active {
    background: #eee;
}

.filter__header {
    position: relative;
    text-align: center;
    background: #eee;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.filter__close {
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    top: 15px;
    right: 10px;
}

.filter__close svg {
    width: 16px;
}

.seo-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    &.open {
        display: block;
    }
}

.seo-text__open {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 13.2px;
    color: #7A7A7A;
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
}

@media (max-width: 991px) {
    .catalog__sort,
    .catalog__filter {
        display: none;
    }

    .catalog__wrap,
    .mob-block {
        display: block;
    }

    .mob-block {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 4;
        transition: top 0.3s linear;
    }

    .open-head .mob-block {
        top: 50px;
    }

    .catalog__filter,
    .catalog__filter-wrap {
        width: 100%;
    }

    .catalog__head h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .catalog__filter {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 100;
        height: calc(100vh - 50px);
        overflow: hidden;
        flex-direction: column;
        transition: all 0.2s ease-in-out;
    }

    .catalog__filter.active {
        display: flex;
    }

    .catalog__filter-wrap {
        height: 100%;
        overflow-y: auto;
        padding: 16px 10px;
    }

    .seo-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        -webkit-line-clamp: 5;
    }
}

.product-service {
    padding: 30px 0;
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/news.list/slider_top_catalog/style.css?17321106352512*/
.slider-top-catalog {
}

.slider-top-catalog__item {
}

.slider-top-catalog__link {
}

.slider-top-catalog__link picture {
    font-size: 0;
    line-height: 0;
}

.slider-top-catalog__link img {
    width: 100%;
}

.slider-top-catalog {
    font-size: 0;
}

.slider-top-catalog:not(.swiper-initialized) .slider-top-catalog__item:nth-child(n+2),
.slider-top-catalog:not(.swiper-initialized) .swiper-nav {
    display: none;
}

.slider-top-catalog.swiper-initialized .swiper-slide:not(.swiper-slide-active) {
    max-height: 10px;
}

/*swiper*/
.slider-top-catalog .swiper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    background: linear-gradient(245deg, #FFFFFF 0.06%, rgba(255, 255, 255, 0) 45%);
    z-index: 1;
    pointer-events: none;
}

.slider-top-catalog .swiper-button-next,
.slider-top-catalog .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #fff3;
    border: 1px solid var(--main-color-black);
    box-sizing: border-box;
    transition: background 0.2s ease-in-out;
}

.slider-top-catalog .swiper-button-next:hover,
.slider-top-catalog .swiper-button-prev:hover {
    background: #fff;
}

.slider-top-catalog .swiper-button-next:after,
.slider-top-catalog .swiper-button-prev:after {
    content: '';
    background: url("/local/templates/ampm-multilang/components/bitrix/news.list/slider_top_catalog/image/ico-next.svg");
    width: 10px;
    height: 16px;
    display: block;
}

.slider-top-catalog .swiper-button-prev:after {
    transform: rotate(180deg);
}

.slider-top-catalog .swiper-button-next.swiper-button-disabled,
.slider-top-catalog .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.slider-top-catalog .swiper-pagination-bullet {
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    background: #ffffffb3;
    opacity: 1;
}

.slider-top-catalog .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color-red);
}

.slider-top-catalog .swiper-button-prev {
    left: initial;
}

.slider-top-catalog .swiper-button-next {
    right: calc((100% - 1600px) / 2 + 26px);
}

@media (max-width: 991px) {
    .slider-top-catalog .swiper-pagination {
        bottom: 17px;
    }

    .slider-top-catalog .swiper-button-next,
    .slider-top-catalog .swiper-button-prev {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736*/
.breadcrumb {
    padding-top: 20px;
    height: 36px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 40px;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    color: var(--main-color-gray);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.breadcrumb__item--link {
    position: relative;
    padding-right: 17px;
}

.breadcrumb__item--link:before {
    content: '';
    position: absolute;
    right: 9px;
    width: 1px;
    height: 8px;
    background: var(--main-color-gray);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/aquaart/catalog.section.list/left/style.css?17321106351417*/
.catalog-sections {
    padding-right: 23px;
    border-bottom: 1px solid #E4E7EA;
}

.catalog-sections + .catalog-sections {
    padding-top: 16px;
}

.catalog-sections__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 11px;
}


.catalog-sections__list {
    margin-bottom: 16px;
}

.catalog-sections__item {

}

.catalog-sections__item:not(:last-child) {
    margin-bottom: 6px;
}

.catalog-sections__link {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.catalog-sections__link.active {
    border-top-color: #DADADA;
    border-bottom-color: #DADADA;
    background: #EEE;
}

@media (max-width: 991px) {
    .catalog-sections {
        padding: 0;
        border-bottom-style: dotted;
    }

    .catalog-sections__list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 20px;
    }

    .catalog-sections__item {
        width: calc(50% - 4px);
    }

    .catalog-sections__item:not(:last-child) {
        margin-bottom: 0;
    }

    .catalog-sections__link {
        font-size: 13px;
        line-height: 16.35px;
        color: var(--main-color-black);
    }

    .catalog-sections__title {
        text-transform: uppercase;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/style.css?173211063510554*/
.bx-filter {
    width: 100%;
}

.bx-filter .bx-filter-section {
    position: relative;
}

.bx-filter .bx-filter-parameters-box {
    position: relative;
    padding-top: 16px;
    padding-right: 23px;
}

.bx-filter .bx-filter-parameters-box:not(:last-child):not(:first-child) {
    border-top: 1px solid #E4E7EA;
}

.bx-filter .bx-filter-parameters-box-title {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title svg {
    transform: rotate(0deg);
    stroke: var(--main-color-black);
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title svg {
    transform: rotate(180deg);
}

.bx-filter .bx-filter-block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
    padding-bottom: 20px;
}

.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {

}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container.inputs-price {
    border-radius: 4px;
    border: 1px solid #555;
    display: flex;
    justify-content: space-between;
    height: 38px;
    margin-top: 8px;
    position: relative;
    padding: 0 25px;
}

.bx-filter .bx-filter-input-container.inputs-price input {
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    margin: 0;
    outline: none;
    background: transparent;
    color: #555;
    width: 34%;
}

.bx-filter .inputs-price:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background: #555;
    z-index: 3;
    content: "";
}

.bx-filter .bx-filter-button-box {
    padding-right: 23px;
    clear: both;
}

/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
    padding: 18px;
}

.bx-filter .bx-tag-link {
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
    color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    float: left;
    display: block;
    margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
    display: block;
}

.bx-filter .bx-filter-param-label {
    /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
    display: inline-block;
}

.bx-filter .bx-filter-param-text {
    font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
    background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {
}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    display: block;
    text-align: left;
}

/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
    font-weight: normal;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    cursor: pointer;
}

.bx-retina .bx-filter .bx-filter-param-btn {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/images/border_default.png) 2 repeat;
}

/* COLOR */

/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    background: transparent;
    box-shadow: none
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    opacity: .7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
    line-height: 26px;
}

/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
    width: 23px;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    padding: 0;
    font-size: 17px;
    color: #767b7e;
    vertical-align: top;
    border-radius: 50%;
    background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.bx-filter span.bx-spm {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    vertical-align: middle;
    color: #000;
}

/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-background-size: cover;
    background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
    width: 20px;
    height: 20px;
    margin: 2px 0;
    top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
    top: -1px !important;
}

.bx-filter-btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.bx-filter-btn-color-icon.all:after {
    right: 0;
    bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
    top: 0;
    left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
    opacity: .2;
}

/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #1485ce;
    border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
    position: relative;
    color: #000;
    border-color: transparent;
}

/*
*	BTN result and reset
*
*/

.btn-themes {
    color: #FFF
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
    color: #FFF
}

.mobile_but--show-result {
    display: none;
}


/**/
.bx-filter-block .checkbox {
    display: none;
}

.bx-filter-block .checkbox + label {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    cursor: pointer;
    padding: 0 0 0 32px;
    background: url(/local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/./images/checkbox3.svg) no-repeat 0 0;
}

.bx-filter-block .checkbox:disabled + label {
    color: #cacaca;
}

.bx-filter-block .checkbox + label:not(:last-child) {
    margin-bottom: 8px;
}

.bx-filter-block .checkbox:checked + label {
    background: url(/local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/./images/checkbox4.svg) no-repeat 0 0;
}


@media (max-width: 767px) {
    .bx-filter .bx-filter-parameters-box:not(:last-child):not(:first-child) {
        padding-top: 0;
        border: 0
    }

    .bx-filter .bx-filter-parameters-box-title span {
        text-transform: uppercase;
    }

    .bx-filter-parameters-box-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding-bottom: 8px;
    }

    .bx-filter-block .checkbox + label {
        width: calc(50% - 4px);
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .bx-filter-block .checkbox:disabled + label {
        color: var(--main-color-black);
    }

    .bx-filter .bx-filter-parameters-box-title {
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/system.pagenavigation/main_new/style.css?1732110635578*/
.catalog-page .list .pages ul li .active {
    color: #000;
}

.pagination__list {
    display: flex;
    align-items: center;
}

.pagination__item {
    margin: 0 15px;
}

.pagination__link {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    height: 18px;
    color: var(--main-color-gray);
    text-decoration: none;
}

.pagination__item.active .pagination__link {
    color: var(--main-color-black);
}
.pagination__link svg path{
    stroke: var(--main-color-gray);
}
a.pagination__link svg path {
    stroke: var(--main-color-black);
}
/* End */


/* Start:/local/templates/ampm-multilang/components/bitrix/catalog.section/main_new/style.css?17321106352199*/
.catalog__products-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-left: 22px;
}

.catalog-page .list .bottom-button {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #F1F3F4;
    padding: 15px 0;
    border-left: 1px solid #E4E7EA;
    cursor: pointer;
}

.catalog__product {
    position: relative;
    width: calc(25% - 22px);
    padding: 22px 0 10px 0;
    margin: 0 11px;
}

.catalog__product:after {
    content: '';
    width: calc(100% + 22px);
    left: -22px;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
}

.catalog__product.banner {
    padding: 0;
    position: relative;
}

.pagination {
}

.pagination__btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    height: 48px;
    text-align: center;
    background: #eee;
    cursor: pointer;
}

.pagination__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
}

.pagination__count {
    font-size: 12px;
    font-weight: 400;
    color: var(--main-color-gray);
    line-height: 48px;
}

@media (max-width: 1400px) {
    .catalog__product {
        width: calc(100% / 3 - 22px);
    }
}

@media (max-width: 1200px) {
    .catalog__product {
        width: calc(50% - 22px);
    }
}

@media (max-width: 991px) {
    .catalog__products-wrap {
        padding: 0;
        overflow: hidden;
    }

    .catalog__product {
        width: calc(100% / 2 - 22px);
    }

    .catalog__product:after {
        width: calc(100% + 32px);
    }

    .catalog__products-wrap {
        &:not(.catalog__products-wrap--is-horizon-banner) .catalog__product:nth-child(odd):before,
        &.catalog__products-wrap--is-horizon-banner .catalog__product:not(.catalog__product--before-horizon-banner):nth-child(even):before,
        &.catalog__products-wrap--is-horizon-banner .catalog__product--before-horizon-banner:nth-child(odd):before {
            content: '';
            position: absolute;
            left: 100%;
            top: 0;
            width: 2px;
            height: 100%;
            background: #E4E7EA;
            margin-left: 10px;
        }
    }
}
/* End */
/* /local/templates/ampm-multilang/components/bitrix/catalog/main_new/style.css?17321106355079 */
/* /local/templates/ampm-multilang/components/bitrix/news.list/slider_top_catalog/style.css?17321106352512 */
/* /local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736 */
/* /local/templates/ampm-multilang/components/aquaart/catalog.section.list/left/style.css?17321106351417 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.smart.filter/main_new/style.css?173211063510554 */
/* /local/templates/ampm-multilang/components/bitrix/system.pagenavigation/main_new/style.css?1732110635578 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.section/main_new/style.css?17321106352199 */
