

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

.catalog__head {
    display: block;
    margin-top: 8px;
    margin-bottom: 24px;
}

.catalog__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    flex: 1 1 auto;
    min-width: 0;
}

.catalog__head h1 {
    flex: 0 1 auto;
    margin: 0;
    color: #1A1A1A;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
}

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

.catalog__sort-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.catalog__sort-title {
    display: none;
}

.catalog__sort-select {
}

.catalog__wrap {
    display: flex;
    border-top: 0;
}

.catalog__filter {
    position: relative;
    width: 292px;
    border-right: 0;
    padding-top: 0;
}

.catalog__filter-wrap {
    width: 292px;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.catalog__products {
    flex: 1;
}

.catalog-sections {
    padding-right: 23px;
}

.catalog-sections__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.catalog-sections__children {
    margin-top: 8px;
    padding-left: 24px;
}

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

.catalog-sections__link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
}

.catalog-sections__link:hover {
    color: #1A1A1A;
}

.catalog-sections__link--parent {
    padding: 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}

.catalog-sections__link--parent.active {
    color: #fff;
    background: #1D1D1D;
}

.catalog-sections__link.active:not(.catalog-sections__link--parent) {
    font-weight: 700;
}

.catalog-sections__count {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    opacity: .72;
}

.catalog-sections + .bx-filter {
    margin-top: 32px;
}

.mob-block {
    display: none;
}

.mob-block__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mob-block__item {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1A1A1A;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
}

.mob-block__item--sort {
    justify-content: flex-start;
    min-width: 0;
    font-size: 14px;
    line-height: 100%;
}

.mob-block__sort-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mob-block__sort-icon {
    flex: 0 0 auto;
    margin-left: 14px;
}

.mob-block__item--filter {
    justify-content: flex-end;
    font-size: 16px;
    line-height: 100%;
}

.mob-block__filter-icon {
    flex: 0 0 auto;
    margin-right: 4px;
}

.mob-block__item--filter:after {
    content: attr(data-count);
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    border-radius: 50%;
    background: #1A1A1A;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.mob-block__item--filter[data-count]:after {
    display: inline-flex;
}

/*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;
        margin-bottom: 27px;
    }

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

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

    .catalog-sections {
        padding: 0;
    }

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

    .catalog-sections__children {
        padding-left: 16px;
    }

    .catalog__head h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 110%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .catalog__head,
    .catalog__title-row {
        display: block;
    }

    .catalog__sort-row {
        display: none;
    }

    .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;
        position: static !important;
    }

    .seo-text {
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 150% !important;
        max-height: calc(13px * 1.5 * 5);
        -webkit-line-clamp: unset;
        -webkit-box-orient: initial;
    }

    .seo-text * {
        line-height: inherit !important;
    }

    .seo-text p,
    .seo-text div {
        margin-top: 0;
    }

    .seo-text.open {
        max-height: none;
    }
}

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

/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/news.list/slider_top_catalog/style.css?17321178342512*/
.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-redesign/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-redesign/components/bitrix/breadcrumb/main/style.css?1732117834736*/
.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-redesign/components/bitrix/catalog.smart.filter/main_new/style.css?177781739210731*/
.bx-filter {
    width: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 16px;
}

.bx-filter .bx-filter-section {
    position: relative;
    padding: 16px;
}

.bx-filter .bx-filter-parameters-box {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #808080;
}

.bx-filter .bx-filter-parameters-box:not(:first-of-type) {
    padding-top: 16px;
}

.bx-filter .bx-filter-parameters-box:not(:last-child):not(:first-child) {
    border-top: 0;
}

.bx-filter .bx-filter-parameters-box-title {
    margin-bottom: 16px;
    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);
    flex: 0 0 auto;
}

.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: 16px;
}

.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: 0;
    border-bottom: 0;
    padding-top: 16px;
    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-redesign/components/bitrix/catalog.smart.filter/main_new/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.smart.filter/main_new/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.smart.filter/main_new/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/ampm-multilang-redesign/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-redesign/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-redesign/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-redesign/components/bitrix/system.pagenavigation/main_new/style.css?1777819789782*/
.catalog-page .list .pages ul li .active {
    color: #000;
}

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

.pagination__item {
    margin: 0;
}

.pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 7px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #1A1A1A;
    text-decoration: none;
}

.pagination__item.active .pagination__link {
    color: #fff;
    background: #1A1A1A;
    border-color: #1A1A1A;
}
.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-redesign/components/bitrix/catalog.section/main_new/style.css?17778240251889*/
.catalog__products-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-left: 22px;
    row-gap: 20px;
}

.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: 0;
    margin: 0 11px;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    box-sizing: border-box;
    transition: box-shadow .2s ease;
}

.catalog__product:after {
    content: none;
}

.catalog__product:hover {
    box-shadow: 0 10px 25px 0 #00000026;
}

.catalog__product.banner {
    padding: 0;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.pagination {
}

.pagination__btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    height: 48px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 24px 22px 20px;
}

.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:before,
    .catalog__product:after {
        content: none;
    }
}

/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/style.css?17778405879408*/
.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product__info {
    position: relative;
    margin-bottom: 0;
}

.product__media {
    position: relative;
    margin-bottom: 0;
}

.product__img {
    position: relative;
    display: block;
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.product__img-wrap picture {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}

.product__img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__img-slide {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.product__img-item {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 10px;
}

.product__img-item:before {
    content: '';
    height: 3px;
    display: inline-block;
    border: 1px solid #B3B3B3;
    background: #B3B3B3;
    width: calc(100% - 5px);
    margin: 0 auto;
    border-radius: 5px;
}

.product__img-slide:not(:hover):not(.no-hover) .product__img-item:first-child:before,
.product__img-item:hover:before,
.product__img-item.active:before {
    background: #F03232;
    border-color: #F03232;
}

/*product-price*/
.product__price {
}

.product-price {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    letter-spacing: 0;

    & i {
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.05em;
        color: inherit;
    }
}

.product__manager-stocks {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
    color: var(--main-color-gray);
}

.product__manager-stock {
    white-space: nowrap;
}

.product-price__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-price__current {
    min-width: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #1A1A1A;
}

.product-price__code {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    color: #808080;
    text-align: right;
    letter-spacing: 0;
}

.product-price__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
}

.product-price__old-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.product-price__old {
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #808080;
    text-decoration: line-through;
    letter-spacing: 0;

    & i {
        font-style: normal;
    }
}

.product-price__percent {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    color: #F03232;
    margin-left: 0;
    letter-spacing: 0;
}

.product-price__kaspi {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    padding: 4px 8px 4px 4px;
    border-radius: 30px;
    background: #F14635;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    white-space: nowrap;
}

.product-price__allegro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 64px;
    height: 24px;
    margin-left: auto;
    border: 1px solid #ff5a00;
    border-radius: 6px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.product-price__allegro:hover {
    border-color: #e94f00;
    box-shadow: 0 4px 12px rgba(255, 90, 0, .14);
}

.product-price__allegro img {
    display: block;
    width: 48px;
    max-width: 100%;
    height: auto;
}

.product__title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    margin-top: 16px;
    height: 63px;
}

.product__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 12px;
}

/*product__button*/
.product__button-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.product__button.btn {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 8px;
    transition: none;
    line-height: 40px;
    min-width: 0;
    height: 40px;
    border: 1px solid #1A1A1A;
    border-radius: 10px;
    background: #1A1A1A;
    color: #fff;
}

.product__button.btn .stupid {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    height: auto;
    white-space: nowrap;
}

.product__button.btn:hover {
    color: #fff;
    background: #1A1A1A;
    border-color: #1A1A1A;
}

.product__button.btn.btn--red,
.product__button.btn.btn--red-full,
.product__button.btn.in-basket {
    color: #fff;
    background: #1A1A1A;
    border-color: #1A1A1A;
}

.product__button--quick.btn {
    background: #fff;
    color: #1A1A1A;
}

.product__button--quick.btn:hover {
    background: #fff;
    color: #1A1A1A;
    border-color: #1A1A1A;
}

.product__stopped {
    color: #9EA3AF
}

.product__link-cart {
    display: none;
    background: #fff;
    width: min-content;
    height: 40px;
    border: 1px solid #E4E7EA;
    border-radius: 10.5px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 40px;
    padding: 0 13px;
    color: #000;
}

.product__link-cart:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

/**/
.product__link {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 19px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.product__link svg {
    fill: transparent;
}

.product__link.active svg path {
    fill: #1A1A1A;
    fill-opacity: 1;
    stroke: #1A1A1A;
}

.product__kits-count {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: var(--main-color-gray);
    margin-top: 12px;
}

@media (max-width: 767px) {
    .product__img,
    .product__info {
        margin-bottom: 0;
    }

    .product-price__old {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
    }

    .product__title {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0;
        height: 43px;
    }

    .product__link-cart {
        font-size: 0;
        width: 15px;
        background: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_gray.svg) center center no-repeat;
    }

    .product-price {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

    .product-price__current {
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .product-price__top {
        min-height: 14px;
    }

    .product-price__old-wrap {
        min-height: 12px;
    }

    .product-price__code,
    .product__manager-stocks {
        display: none;
    }

    .product-price__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-price__meta--allegro {
        align-items: center;
        flex-direction: row;
    }

    .product__button-wrap {
        flex-direction: column;
    }

    .product__button.btn {
        width: 100%;
    }

    .product__button.btn .stupid {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
    }

    /*.product__button.btn {
        font-size: 0;
        width: 40px;
        background: var(--main-color-red) url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_white.svg) center center no-repeat;
    }

    .product__button.btn.in-basket {
        background: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_red.svg) center center no-repeat;
    }*/
    /*.product__button.btn .stupid {
        display: none;
    }*/
}

.flex2.items-list--popup {
    position: absolute;
}

/* #price-and-code*/
.price-and-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*#inline style in template*/
body .popup.credit .window .popup-form .name {
    text-transform: inherit;
    letter-spacing: 0;
}

body .popup.credit .window .close {
    background: url(/local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/./img/cart_gray.svg) center center no-repeat;
    border: 0 !important;
    width: 40px;
    height: 40px;
}

.popup-form .item-content .checkbox + .label div.n {
    width: 90%;
}

.popup-form .item-content .checkbox + .label div.n div:nth-child(1) {
    float: left;
    margin-right: 15px;
}

.popup-form .item-content .checkbox + .label div.n div img {
    margin-right: 16px;
    max-width: 80px;
}

.popup-form .item-content .checkbox + .label div.price {
    width: auto;
    display: table-row;
}

.popup-form .item-content .checkbox + .label div.nal {
    width: auto;
    margin-right: 0px;
    margin-top: -20px;
    position: absolute;
    right: 5%;

}

.popup-form .item-content .checkbox + .label div.but {
    width: 65px;
    position: absolute;
    right: 25px;
    height: 25px;
}

/* End */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog/main_new/style.css?17778269277364 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/news.list/slider_top_catalog/style.css?17321178342512 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/breadcrumb/main/style.css?1732117834736 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.smart.filter/main_new/style.css?177781739210731 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/system.pagenavigation/main_new/style.css?1777819789782 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.section/main_new/style.css?17778240251889 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.item/main/style.css?17778405879408 */
