

/* 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/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/ampm/system.empty/product_block_service/style.css?17321106353200 */
