

/* Start:/local/templates/ampm-multilang/components/bitrix/news/sale/style.css?17321106355129*/
.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;
}

.wrap.catalog__wrap {
    margin-bottom: 40px;
}

.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 {
    margin-top: 20px;
    margin-bottom: 40px;
}

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

.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/news/sale/./images/checkbox3.svg) no-repeat 0 0;
}

.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/news/sale/./images/checkbox4.svg) no-repeat 0 0;
}

@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;
    }
}

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

.catalog__filter-buttons {
    padding-top: 16px;
    padding-right: 23px;
}
/* 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/sale-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/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/sale/style.css?17321106352006*/
.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;
}

.banner__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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__product:nth-child(odd):before {
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        width: 2px;
        height: 100%;
        background: #E4E7EA;
        margin-left: 10px;
    }
}
/* End */


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

.product__info {
    position: relative;
    margin-bottom: 10px;
}

.product__info-code {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: var(--main-color-gray);
    text-align: right;
    margin-top: -12px;
}

.product__img {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    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 var(--main-color-gray);
    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: var(--main-color-red);
    border-color: var(--main-color-red);
}

/*product-price*/
.product__price {
}

.product-price {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.05em;

    & i {
        font-style: normal;
        font-size: 13px;
        font-weight: 400;
        line-height: 13px;
        letter-spacing: -0.05em;
        color: var(--main-color-gray);
    }
}

.product-price__old-wrap {
    display: flex;
    align-items: center;
}

.product-price__old {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: var(--main-color-gray);
    text-decoration: line-through;
    letter-spacing: -0.05em;

    & i {
        font-style: normal;
    }
}

.product-price__percent {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: #D61E3D;
    margin-left: 6px;
    letter-spacing: -0.05em;
}

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

.product__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*product__button*/
.product__button-wrap {
    display: flex;
    align-items: center;
}

.product__button.btn {
    width: 100%;
    max-width: 125px;
    font-size: 16px;
    padding: 0 10px;
    transition: none;
    line-height: 0;
}

.product__button.btn .stupid {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    height: 40px;
}

.product__button:hover {

}

.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 {
    margin-left: 20px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.product__link svg {
    fill: transparent;
}

.product__link.active svg {
    fill: var(--main-color-black);
}

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

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

    .product__title {
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
        height: 48px;
    }

    .product__link {
        margin-right: 19px;
    }

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

    .product-price {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }

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

    .product__button.btn.in-basket {
        background: url(/local/templates/ampm-multilang/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/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 */


/* Start:/local/templates/ampm-multilang/components/ampm/system.empty/product_block_service/style.css?17321106353200*/
.product-services__scroll {
    /*height: 154px;*/
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.product-services__list {
    display: flex;
    justify-content: space-between;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /*padding-bottom: 40px;*/
}

.product-services__item {
    max-width: 220px;
    width: 100%;
}


.product-services__item:not(:last-child){
    margin-right: 10px;
}

.product-services__item--first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.3) 100%), url(/local/templates/ampm-multilang/components/ampm/system.empty/product_block_service/./images/background.webp) no-repeat right top;
    background-size: contain;
    padding: 13px 18px 10px 17px;
}

.product-services__item-ico {
    line-height: 0;
    margin-bottom: 8px;
}

.product-services__item-ico svg {
    width: 22px;
    max-height: 22px;
}

.product-services__item-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 4px;
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    white-space: initial;
}

.product-services__item--first .product-services__item-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--main-color-gray);
    background: initial;
    -webkit-text-fill-color: initial;
}

.product-services__item--first .product-services__item-desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.product-services__item:nth-child(1) .product-services__item-name {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(2) .product-services__item-name {
    background: linear-gradient(to bottom, #50d1f1, #074fb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(3) .product-services__item-name {
    background: linear-gradient(to bottom, #feb984, #ff5542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(4) .product-services__item-name {
    background: linear-gradient(to bottom, #ff566d, #d61e3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-services__item:nth-child(5) .product-services__item-name {
    background: linear-gradient(to bottom, #5f86ec, #7c4cb0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1350px) {
    .product-services__item {
        width: 220px;
    }
    .product-services__item:not(:last-child){
        margin-right: 45px;
    }
}

@media (max-width: 991px) {
    .product-service{
        margin-right: -10px;
        padding: 20px 0;
    }

    .product-services__item {
        width: 185px;
        min-width: 185px;
    }
    .product-services__item:not(:last-child){
        margin-right: 12px;
    }
}
/* End */
/* /local/templates/ampm-multilang/components/bitrix/news/sale/style.css?17321106355129 */
/* /local/templates/ampm-multilang/components/bitrix/breadcrumb/main/style.css?1732110635736 */
/* /local/templates/ampm-multilang/components/aquaart/catalog.section.list/sale-left/style.css?17321106351417 */
/* /local/templates/ampm-multilang/components/bitrix/system.pagenavigation/main_new/style.css?1732110635578 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.section/sale/style.css?17321106352006 */
/* /local/templates/ampm-multilang/components/bitrix/catalog.item/main/style.css?17412595546107 */
/* /local/templates/ampm-multilang/components/ampm/system.empty/product_block_service/style.css?17321106353200 */
