

/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/style.css?174704266021138*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; margin: 0;
}

input[type=number] { -moz-appearance: textfield; }

.popup-no-price-check-wrap .red-border {
    border: 1px solid #cc0000;
}

.catalog-main-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-section-inner.catalog-desktop-section-inner .catalog-section-box,
.catalog-inner .catalog-box,
.catalog-main-inner .catalog-main-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.change-warehouse:hover,
.cutting-link:hover,
.catalog-section-box:hover .catalog-box-title,
.catalog-section-box:hover .catalog-section-box-title {
    opacity: 0.6;
    transition: opacity 0.5s;
}

.catalog-inner .catalog-box {
    background-color: #fafafa;
}

.catalog-inner .catalog-box img {
    transform: scale(1);
    transition: all 0.3s;
}

.catalog-inner .catalog-box:hover img {
    transform: scale(0.9);
    transition: all 0.3s;
}

.catalog-picture-link {
    overflow: hidden;
    display: block;
    height: 100%;
    max-height: 150px;
    border-radius: 10px 10px 0 0;
}

.catalog-picture-link img {
    transform: scale(1);
    transition: all 0.3s;
}

.catalog-picture-link:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.catalog-section-inner.catalog-desktop-section-inner .catalog-section-box {
    justify-content: flex-start;
}

.catalog-main-box-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-main-box-links a:hover,
.catalog-main-box-title:hover {
    text-decoration: underline;
}

.catalog-main-title,
.catalog-section-title,
.catalog-title {
    font-weight: 700;
    text-transform: none;
    font-size: 48px;
    line-height: 48px;
    color: #1d1d26;
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

.catalog-main-box-title,
.best-categories-info-title-link,
.catalog-section-box-title,
.catalog-box-title {
    color: #1d1d26;
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    background-color: #fff;
}

.catalog-main-box-title {
    min-height: fit-content;
}

.catalog-main-box,
.catalog-section-box,
.catalog-box {
    box-shadow: 2.2px 3.3px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.catalog-main-box img,
.catalog-section-box img,
.catalog-box img {
    width: 100%;
    height: 150px;
    min-height: 135px;
    object-fit: contain;
    margin: 0;
    background-color: #fafafa;
}

.catalog-main-box img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.catalog-main-box img[src*="default_img.jpg"] {
    object-position: center;
    border-radius: 5px 5px 0 0;
    height: 140px;
}

.catalog-main-inner,
.catalog-section-inner,
.catalog-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 25px 0;
}

.catalog-main-inner {
    grid-template-columns: repeat(3, 1fr);
}

.catalog-section-inner.catalog-desktop-section-inner {
    background-color: #fff;
}

.catalog-main-box-link-product {
    color: #101016;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 10px;
}

.catalog-main-box-link-product.catalog-double {
    width: 50%;
}

.catalog-main-box-links {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 20px;
}

.catalog-count {
    color: #f0f0f0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
}

.catalog-info-wrap {
    margin-top: 30px;
    box-shadow: 2.2px 3.3px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.catalog-info-title {
    font-size: 24px;
    color: #1d1d26;
    font-family: "Roboto", sans-serif;
    text-align: left;
    padding: 0;
    margin: 20px 0;
    text-transform: none;
    border-bottom: none;
    display: none;
}

.catalog-info-inner {
    position: relative;
    text-align: justify;
}

.new-main-info-text ul li,
.news-main-info ol li,
.catalog-info-inner ol li {
    list-style: inherit;
}

.new-main-info-text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.news-main-info .news-main-info-title,
.news-main-info .new-main-info-text h2,
.catalog-info-inner .product-shop-main-title,
.catalog-info-inner .product-shop-title,
.catalog-info-inner h1,
.catalog-info-inner h2 {
    border-bottom: 1px solid #ccc;
    min-height: auto;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
}

.news-main-info .news-main-info-title,
.catalog-info-inner .product-shop-main-title,
.catalog-info-inner h1 {
    font-size: 28px;
    font-family: 'Roboto-Bold', sans-serif;
}

.empty-catalog-box {
    display: none;
}

.drop-catalog-blocks {
    color: #fff;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
    transition: transform 0.5s;
    z-index: 1;
}

.drop-catalog-blocks.active {
    transform: rotate(0deg);
    transition: transform 0.5s;
}

.catalog-info-inner.active::after {
    display: none;
}

.catalog-box,
.catalog-section-box {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.catalog-section-box {
    width: 100%;
}

.catalog-section-box img {
    transform: scale(1);
    transition: all 0.3s;
}

.catalog-section-box:hover img {
    transform: scale(0.95);
    transition: all 0.3s;
}

.popular-products-item-effect-box .best-categories-info-title-link,
.catalog-section-box-title {
    font-size: 16px;
    text-decoration: underline;
}

.catalog-box img {
    border-radius: 5px 5px 0 0;
    object-fit: contain;
    padding: 15px;
}

.catalog-box-inner-data,
.catalog-section-box-inner-data {
    margin-bottom: 0;
}

.catalog-box-inner-data-price-from,
.catalog-section-box-inner-data-price-from,
.catalog-box-inner-data-price-title,
.catalog-section-box-inner-data-price-title,
.catalog-box-inner-data-title {
    font-size: 14px;
    color: #272731;
    display: block;
    margin-bottom: 5px;
}

.catalog-box-inner-data-length,
.catalog-section-box-inner-data-length {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.catalog-box-inner-data-price-from,
.catalog-section-box-inner-data-price-from {
    font-family: "Roboto-Bold",sans-serif;
}

.catalog-box-data-all,
.catalog-section-box-data-all {
    margin: 5px 20px 20px;
}

.catalog-section-box-data-all {
    display: flex;
    flex-direction: column;
}

.catalog-section-box-inner-data,
.catalog-section-box-inner-data-price {
    display: flex;
    justify-content: space-between;
}

/* ------------------------------------------------------------------- */
/* ---------------------- CATALOG PRODUCT ---------------------------- */
/* ------------------------------------------------------------------- */
.product-top-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.product-cutting-rules {
    color: #272731;
    font-size: 16px;
}

.product-view-box {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.product-view-tile,
.product-view-list {
    padding: 10px;
    display: inline-block;
}

.product-view-tile.active,
.product-view-list.active {
    background-color: #ccc;
}

.selected-base {
    margin-bottom: 30px;
}

.products-more .catalog-title,
.catalog-other .catalog-title {
    text-align: left;
    margin-top: 25px;
}

.products-more .catalog-title.empty + .products-more-inner,
.products-more .catalog-title.empty {
    display: none;
}

.catalog-product-inner .products-more .catalog-title {
    font-size: 24px;
    line-height: 24px;
}

.catalog-other {
    margin: 30px 0 50px;
}

.popup-close-price,
.popup-close {
    font-size: 20px;
    color: #cc0000;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.popup-close-price {
    font-size: 28px;
    cursor: pointer;
}

.no-price-popup-title {
    font-size: 20px;
    line-height: 20px;
    padding: 25px 0 10px;
    margin-bottom: 50px;
    display: block;
}

.product-no-price-popup .no-price-popup-title {
    margin-bottom: 50px;
}

.hide-all,
.watch-all {
    color: #2a2a35;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 0.5s;
}

.hide-all:hover,
.watch-all:hover {
    opacity: 0.6;
    transition: all 0.5s;
    cursor: pointer;
}

/* ------------------------------------------- */
/* ----------------- counter ----------------- */
/* ------------------------------------------- */
.popup-basket-count-check-wrap .counter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px;
}

.counter-field-wrap {
    width: 100px;
    text-align: center;
    border-radius: 10px;
    padding: 2px 10px;
    border: 1px solid #2b2b37;
    margin: 0 10px;
    font-size: 14px;
    color: #2b2b37;
    height: 46px;
    display: flex;
    align-items: center;
}

.popup-basket-count-check-wrap .counter input {
    border: none;
    width: 60px;
    text-align: center;
}

.popup-basket-count-check-wrap .counter input:focus {
    outline: none;
}

.popup-basket-count-check-wrap .counter .checker {
    cursor: pointer;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    transition: 0.3s;
    width: 24px;
    height: 24px;
}

.popup-basket-count-check-wrap .counter .checker.back.disabled,
.popup-basket-count-check-wrap .counter .checker.back,
.popup-basket-count-check-wrap .counter .checker.forward {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    color: #fff;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgba(44, 44, 57, 0.1);
    background-color: #2a2a36;
    border-radius: 5px;
    cursor: pointer;
}

.popup-basket-count-check-wrap .counter .checker:active,
.popup-basket-count-check-wrap .counter .checker:focus {
    color: #fff;
}

.popup-basket-count-check-wrap .counter .counter-field-wrap input {
    width: 50px;
}

.measure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.basket-count-popup .popup-inner {
    padding: 15px;
}

.basket-title-block .basket-close-popup {
    font-size: 31px;
    color: #ff0000;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
}

.popup-basket-count-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.popup-basket-count-inner .main-button-wrap {
    display: block;
    width: 100%;
}

.basket-count-popup .basket-title {
    font-size: 25px;
    padding: 20px 5px 10px;
}

.popup-basket-count-inner .main-button-wrap .popup-btn-send {
    width: 200px;
}

.selected-data-result .selected-data {
    position: relative;
    height: 42px;
}

.selected-data-result .selected-data::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.none-current-price:not(:empty) {
    margin-right: 5px;
}

.warehouse-section-wrap {
    margin-top: 25px;
}

.warehouse-product-desktop-inner {
    display: flex;
    flex-wrap: wrap;
}

.warehouse-product-desktop-inner .catalog-product-inner {
    padding-left: 40px;
    width: calc(100% - 335px);
}

.warehouse-product-wrap .catalog-product-inner-others {
    margin-top: 30px;
}

.catalog-product-inner-others .news-main-info-title {
    font-size: 26px;
    color: #1d1d26;
    display: block;
    margin: 10px 0;
}

.catalog-other-title {
    font-size: 48px;
    font-weight: 700;
    color: #1e1e28;
}

.catalog-other-inner .best-categories-info-pict-wrap img {
    width: 250px;
    height: 150px;
    object-fit: contain;
}

.catalog-other-inner .best-categories-info-pict-wrap {
    display: flex;
    justify-content: center;
}

.popular-products-item-effect-box .best-categories-info-title-link,
.catalog-other-inner .best-categories-info-text-link {
    font-weight: 700;
    color: #272731;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    text-decoration: underline;
    opacity: 1;
    transition: opacity 0.5s;
}

.catalog-other-inner .best-categories-info-text-link:hover {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.5s;
}

.popular-products-item-effect-box .best-categories-info-title-link {
    font-size: 16px;
}

.popular-products-item-effect-box .best-categories-info-title-link {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.5s;
}

.best-categories-wrap .main-category-data-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-category-data-wrap .main-category-data:first-child {
    color: #272731;
    font-size: 14px;
}

.main-category-data-wrap .main-category-data:last-child {
    color: #999;
    font-size: 14px;
}

.catalog-product-inner-others .news-main-info {
    background: none;
    padding: 0;
    position: relative;
    z-index: 0;
}

.catalog-product-inner-others .news-main-info a:hover {
    text-decoration: underline;
}

.catalog-product-inner-others .new-main-info-text {
    margin-top: 0;
}

.catalog-product-inner-others .catalog-other-inner .category-price,
.catalog-product-inner-others .main-category-data {
    font-size: 15px;
    color: #272731;
}

.catalog-product-inner-others .catalog-other-inner .category-price {
    font-size: 15px;
}

.product-inner-table {
    width: 100%;
    position: relative;
}

.product-inner-table .counter {
    margin-top: 0;
    flex-wrap: nowrap;
}

.product-table-price-wrap {
    display: flex;
    justify-content: start;
}

.product-inner-table tr td:nth-child(2) .product-table-price-wrap {
    justify-content: flex-start;
}

.product-inner-table .result-sum {
    display: flex;
    text-align: center;
    line-height: 16px;
}

.product-inner-table tr td:first-child,
.product-inner-table th[scope="row"] {
    border: none;
    font-weight: normal;
    text-align: left;
    width: 200px;
    min-width: 200px;
}

.products-more .product-inner-table tr td:first-child {
    width: 200px;
    min-width: 200px;
}

.product-inner-table tr td:nth-child(2),
.products-more .product-inner-table tr td:nth-child(2) {
    min-width: 160px;
    width: 160px;
}

.breadcrumbs-desktop-top li::before {
    display: none;
}

.breadcrumbs-desktop-top {
    display: flex;
    margin: 40px 0;
}

.breadcrumbs-desktop-top li {
    margin-right: 40px;
}

.breadcrumbs-desktop-top li a {
    font-size: 14px;
    color: #999;
    text-decoration: underline;
}

.counter-slider-wrap {
    position: relative;
}

.start-min {
    position: absolute;
    background-color: #fff;
    width: 99%;
    height: 41px;
    top: 1px;
    left: 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.start-min.hide {
    display: none;
}

.warehouse-product-desktop-inner .field-inner-data {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
}

.section-description-wrap {
    margin-top: 40px;
}

.section-description-wrap h1 {
    display: block;
    margin-bottom: 10px;
    font-size: 48px;
    font-family: 'Roboto-Bold', sans-serif;
}

.section-description-wrap h2,
.section-description-wrap .product-shop-main-title,
.section-description-wrap .product-shop-title {
    border-bottom: 1px solid #ccc;
    min-height: auto;
    padding: 0 0 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 2rem;
    line-height: 2.1rem;
    color: #272731;
    word-break: break-word;
}

.section-description-wrap .product-shop-main-title {
    font-size: 2.2rem;
}

.section-description-wrap ol li,
.section-description-wrap ul li {
    list-style-type: auto;
    margin-bottom: 5px;
}

.section-description-wrap ul,
.section-description-wrap ol {
    margin: 10px 0 20px;
    padding-left: 40px;
}

.warehouse-product-title-wrap {
    display: flex;
    justify-content: space-between;
}

.warehouse-product-title-wrap .cutting-link {
    font-size: 16px;
    text-decoration: underline;
    color: #272731;
    width: 20%;
}

.warehouse-product-desktop-inner.full-product-box > .catalog-product-inner {
    padding: 0 10px;
    width: 100%;
}

.absent-product {
    background: #f00;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    padding: 10px;
}

.popup-field-form-captcha {
    margin-top: 15px;
    transform: scale(1);
    transform-origin: 0;
}

.catalog-product-inner-others .news-main-info-inner {
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .popular-products-items-list .popular-products-item {
        width: calc(100% / 5);
        position: relative;
    }

    .popular-products-items-list .popular-products-item:nth-child(5n)::before {
        right: 12px;
    }

    .popular-products-items-list .popular-products-item:nth-child(5n+1)::before {
        left: 12px;
    }

    .popular-products-items-list .popular-products-item:nth-child(5n)::after {
        width: 0;
    }

    .popular-products-items-list .popular-products-item:nth-child(6n)::after {
        width: 1px;
    }

    .popular-products-items-list .popular-products-item:nth-child(-n+5)::after {
        top: 12px;
    }

    .catalog-warehouse-enter .wrap-title.catalog-enter-warehouse-wrap .change-warehouse-box {
        padding: 10px;
    }

    .top-main-sub-menu li:first-child a {
        padding: 25px 25px 12px 25px;
    }

    .top-main-sub-menu li:last-child a {
        padding: 5px 20px 20px 20px;
    }

    .top-main-sub-menu li:first-child a {
        padding: 20px 20px 5px 20px;
    }

    .top-main-sub-menu {
        font-size: 14px;
    }

    .warehouse-product-desktop-inner .catalog-product-inner {
        padding-left: 20px;
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 1199px) {
    .popular-products-items-list .popular-products-item {
        width: calc(100% / 4);
        position: relative;
    }

    .popular-products-items-list .popular-products-item:nth-child(4n)::before {
        right: 12px;
    }

    .popular-products-items-list .popular-products-item:nth-child(4n+1)::before {
        left: 12px;
    }

    .popular-products-items-list .popular-products-item:nth-child(4n)::after {
        width: 0;
    }

    .popular-products-items-list .popular-products-item:nth-child(5n)::after {
        width: 1px;
    }

    .popular-products-items-list .popular-products-item:nth-child(-n+4)::after {
        top: 12px;
    }

    .counter-units-list .counter-units-item {
        font-size: 12px;
    }

    .product-inner-table .counter-field-wrap {
        height: 38px;
        width: 62px;
        padding: 1px 10px;
    }

    .product-inner-table tr td:nth-child(2),
    .products-more .product-inner-table tr td:nth-child(2) {
        width: 110px;
        min-width: 110px;
    }

    .catalog-main-title, .catalog-section-title, .catalog-title {
        font-size: 36px;
    }

    .product-basket.product-basket-full, .product-basket {
        width: 40px;
        height: 40px;
    }

    .catalog-warehouse-enter .wrap-title.catalog-enter-warehouse-wrap .enter-base-city {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .range-wrap.noUi-horizontal .noUi-handle {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 1024px) {
    .warehouse-product-desktop-inner .catalog-product-inner {
        padding-left: 20px;
        width: calc(100% - 260px);
    }
}

/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/filter.css?17389187969932*/
.product-filter-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.product-filter-wrap .product-filter-btn {
    margin-right: 20px;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgba(44, 44, 57, 0.05);
    background-color: #f0f0f0;
    color: #30303f;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    padding: 10px 45px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.product-filter-wrap .product-filter-btn::before {
    content: '';
    background: url("/bitrix/templates/desktop/components/av/catalog/desktop/styles/../images/filter-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.product-filter-wrap .product-filter-btn::after {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-filter-wrap .product-popularity-btn {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #30303f;
    box-shadow: none;
    padding: 7px 15px;
    box-sizing: border-box;
}

.no-price-popup-title,
.filter-popup-title {
    font-size: 24px;
    color: #2a2a35;
    font-weight: 700;
    position: relative;
    padding: 15px 10px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.no-price-popup-title::after,
.filter-popup-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.product-where-buy-popup .popup-inner,
.product-no-price-popup .popup-inner,
.product-filter-popup .popup-inner {
    padding: 15px;
}

.popup-price-filter {
    display: flex;
    margin-top: 10px;
}

.popup-price-filter-title {
    font-weight: 700;
    color: #2a2a35;
    display: block;
    width: 100%;
}

.popup-field-filter {
    margin-top: 30px;
}

.product-filter-popup .popup-field-inner-data {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    width: calc(100% / 2);
}

.popup-price-filter .popup-field-inner-data:first-child {
    margin-right: 10px;
}

.main-button-wrap {
    display: flex;
}

.popup-inner .main-button-wrap .cancel-filter {
    margin-right: 10px;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgba(44, 44, 57, 0.05);
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #33333b;
    border-radius: 5px;
}

.main-button-wrap .cancel-filter,
.main-button-wrap .popup-btn-send {
    width: calc(100% / 2);
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.popup-filter-check-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.popup-filter-check-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popup-filter-check-inner.show-add-btn.active,
.popup-filter-check-inner.full-height-data {
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
}

.desktop-filter-check-variants .hide-all {
    display: none;
}

.desktop-filter-check-inner.long-filter {
    height: 190px;
    overflow: hidden;
    margin-bottom: 10px;
}

.desktop-filter-check-inner.long-filter.active {
    overflow: visible;
    height: 100%;
}

.desktop-filter-check-inner.long-filter.active ~ .watch-all {
    display: none;
}

.desktop-filter-check-inner.long-filter.active ~ .hide-all {
    display: block;
}

.popup-filter-check-labels {
    column-count: 2;
    width: 100%;
}

.desktop-filter-check-variants {
    width: 100%;
}

.desktop-filter-check-variants:not(:first-child) {
    margin-top: 15px;
}

/* -------------------------------------------------------------------- */
/* -------------------------- STYLE CHECKBOX -------------------------- */
/* -------------------------------------------------------------------- */
.popup-filter-check-label {
    position: relative;
    width: calc(100% / 2);
    margin-bottom: 10px;
}

.popup-filter-check-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.popup-filter-check-label span {
    cursor: pointer;
    padding-left: 30px;
}

.popup-filter-check-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.popup-filter-check-label span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: solid 1px #999;
    background-color: #fff;
}

.popup-filter-check-label span::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 13px;
    height: 7px;
    opacity: 0;
    transition: opacity .2s;
    transform: rotate(126deg);
}

.popup-filter-check-label.selected span::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #f00;
    border: 1px solid #f00;
}

.popup-filter-check-label.selected span::after {
    transition: opacity .2s;
    opacity: 1;
}

.popup-filter-check-wrap .popup-price-filter-title {
    margin-bottom: 10px;
}

.filter-block-wrap {
    box-shadow: 2px 3.5px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    padding: 20px;
    height: fit-content;
    border-radius: 5px;
    width: 335px;
}

.field-filter.unvisible-filter {
    display: none;
}

.desktop-filter-check-labels {
    column-count: 2;
}

.desktop-filter-check-action .desktop-filter-check-labels {
    column-count: 1;
}

.desktop-filter-check-label {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.warehouse-product-desktop-inner .filter-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.warehouse-product-desktop-inner .filter-title::before {
    content: '';
    background: url("/bitrix/templates/desktop/images/icons/sprite.png") -540px 12px no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-right: 10px;
}

.warehouse-product-desktop-inner .filter-title::after {
    content: '';
    width: 100%;
    background-color: #ccc;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.warehouse-product-desktop-inner .price-filter {
    display: flex;
}

.warehouse-product-desktop-inner .price-filter .field-inner-data:first-child {
    margin-right: 10px;
}

.desktop-price-filter-title {
    font-size: 16px;
    font-weight: 700;
    color: #2a2a35;
    display: block;
    margin-bottom: 20px;
}

.form-product-filter.disabled,
.desktop-price-filter-title.disabled,
.field-filter.disabled {
    display: none;
}

.grey-bg {
    background-color: #f0f0f0;
}

.clear-filter-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.clear-filter-btn-wrap .clear-filter-btn {
    background-color: #fff;
    border: 1px solid #5c5c62;
    color: #5c5c62;
    box-shadow: none;
    transition: background-color 0.5s;
}

.wrapper .clear-filter-btn-wrap .clear-filter-btn:hover {
    background-color: #5c5c62;
    border: 1px solid #5c5c62;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.5s;
}

.desktop-filter-check-inner label.desktop-filter-check-label > input[type="checkbox"] + span {
    display: block;
}

.filter-block-wrap-hide {
    position: relative;
    filter: opacity(0.5);
}

.filter-block-wrap-hide::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
}

/* -------------------------------------------------------------------- */
/* --------------------------- STYLE RANGE ---------------------------- */
/* -------------------------------------------------------------------- */
.range-container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 85px;
    width: 100%;
}

.range-wrap.noUi-target {
    height: 7px;
    width: 100%;
    box-shadow: inset 2.3px 4.4px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border: none;
    padding: 0 15px;
}

.range-wrap .noUi-connect {
    height: 7px;
    background-color: #33333b;
}

.range-wrap .noUi-connects {
    height: 7px;
    box-shadow: inset 2.3px 4.4px 5px 0 rgba(0, 0, 0, 0.1);
}

.range-wrap.noUi-horizontal .noUi-handle {
    width: 35px;
    height: 35px;
    border: 3px solid #999;
    border-radius: 50%;
    top: -13px;
    box-shadow: inset 1.4px 2.6px 6.4px 0.6px rgb(0 0 0 / 15%);
    background-color: #999;
}

.range-wrap.noUi-horizontal .noUi-handle::before,
.range-wrap.noUi-horizontal .noUi-handle::after {
    display: none;
}

.hide-filter {
    display: none;
}

.empty-filter-variant {
    font-size: 26px;
}

@media screen and (max-width: 1399px) {
    .desktop-filter-check-labels {
        column-count: 1;
    }

    .filter-block-wrap {
        width: 280px;
    }
}

@media screen and (max-width: 1199px) {
    .filter-block-wrap {
        padding: 15px;
        max-width: 285px;
    }

    .warehouse-product-desktop-inner .filter-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 1024px) {
    .filter-block-wrap {
        max-width: 260px;
    }
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/product-item.css?173191130712872*/
.box-product-grid:not(.view-grid-variant) .products-inner-varieties,
.products-inner-varieties.products-inner-varieties-absence,
.box-product-grid:not(.view-grid-variant) .products-inner-varieties {
    display: grid;
    grid-template-columns: 1fr 182px 140px 150px;
    column-gap: 15px;
    align-items: center;
    width: 100%;
    padding: 20px 12px 20px 32px;
    margin-bottom: 20px;
    border: 1px solid #F1F1F1;
    box-shadow: 1px 6px 22px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.products-more-inner .products-inner-varieties {
    grid-template-columns: 340px 1fr 120px 185px;
}

.box-product-grid:not(.view-grid-variant) .products-inner-varieties.no-base-field-box {
    display: grid;
    grid-template-columns: 1fr 240px 150px;
}

.box-product-grid:not(.view-grid-variant) .products-inner-varieties.products-inner-varieties-absence.no-base-field-box {
    display: grid;
    grid-template-columns: 1fr 390px;
}

.products-inner-varieties.products-inner-varieties-absence .please-select-warehouse,
.products-inner-varieties.no-base-field-box .please-select-warehouse {
    display: flex;
    justify-content: end;
}

.view-grid-variant .products-inner-varieties.no-base-field-box .please-select-warehouse,
.view-grid-variant .products-inner-varieties.no-base-field-box .please-select-warehouse .please-select-warehouse-btn,
.product-full-elements .no-base-field-box .product-row-title {
    width: 100%;
}

.products-more-inner .products-inner-varieties > *:last-child {
    display: flex;
    justify-content: end;
}

.catalog-offer-inner-data.products-inner-varieties {
    border-bottom: none;
    display: flex;
    flex-direction: column;
}

.box-product-grid:not(.view-grid-variant) .product-row-image,
.products-inner-varieties.hide,
.products-inner-varieties.element-hide:not(.selected) {
    display: none;
}

.products-inner-varieties-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-top: 15px;
    text-decoration: none;
    word-break: break-word;
}

.products-inner-varieties-name:hover {
    color: #999;
    transition: all 0.3s;
}

span.products-inner-varieties-name {
    text-decoration: none;
}

.products-inner-varieties-price {
    display: flex;
    justify-content: center;
    width: 100%;
}

/*.products-inner-varieties-absence-table-no-price .products-inner-varieties-no-price {*/
/*    width: fit-content;*/
/*}*/

.products-inner-varieties-absence .products-inner-varieties-price {
    font-size: 12px;
    color: #2A2A36;
    text-decoration: none;
    cursor: pointer;
}

.products-inner-varieties-price-block .products-inner-varieties-price {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.products-inner-varieties-price-measure-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products-inner-varieties-price-measure-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.products-inner-varieties-price-measure {
    display: flex;
    align-items: center;
}

.product-row-result-sum-box {
    color: #999;
    font-size: 14px;
    width: 100%;
}

.product-row-result-sum-box .products-inner-varieties-currency-measure-currency {
    font-size: 12px;
}

.products-inner-varieties-price-measure .products-inner-varieties-price-main {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    bottom: 1px;
}

.products-inner-varieties.products-inner-varieties-absence {
    width: 100%;
}

.products-inner-varieties-currency-measure-box.catalog-offer-inner-data-price-measure {
    display: flex;
    align-items: center;
}

.old-price-title,
.action-price-title,
.products-inner-varieties-currency-measure-box {
    word-break: break-all;
}

.box-product-grid .delete-product-basket-popup-wrap .popup-inner {
    width: 275px;
    top: auto;
    right: 0;
    bottom: 105px;
    left: 0;
    box-shadow: 0 6px 12px rgb(76 82 85 / 25%);
}

.box-product-grid.view-grid-variant .delete-product-basket-popup-wrap .popup-inner {
    right: -31px;
}

.box-product-grid .delete-product-basket-popup-wrap .delete-product-basket-inner {
    padding: 0;
}

.box-product-grid .delete-product-basket-popup-wrap .popup-inner::before {
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -33px;
    left: 0;
    width: 20px;
    margin: auto;
}

.box-product-grid:not(.view-grid-variant) .delete-product-basket-popup-wrap .popup-inner::before {
    right: 10px;
    bottom: -33px;
    left: auto;
}

.products-inner-varieties-price-empty {
    display: none;
}

.product-row-properties {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.product-availability-options {
    display: flex;
    position: absolute;
    top: auto;
    bottom: 90%;
    left: 32px;
    padding: 2px 8px;
    height: 27px;
    border: 1px solid #F1F1F1;
    border-radius: 25px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.product-in-stock {
    color: #14A373;
}

.product-not-available {
    color: #CD0000;
}

.product-row-properties-inner-name {
    display: block;
    color: #999;
    font-size: 14px;
}

.products-inner-varieties .counter-field-wrap {
    padding: 0 10px;
    margin: 0 5px;
    height: 45px;
}

.product-row-counter-box .icon-minus,
.product-row-counter-box .icon-plus {
    width: 45px;
    height: 45px;
    padding: 0;
}

.product-basket.product-basket-full,
.product-basket {
    font-size: 16px;
    line-height: 18px;
    width: 150px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #CD0000;
    background-color: #fff;
    color: #CD0000;
    transition: background-color 0.3s;
}

.product-basket.product-basket-full:hover,
.product-basket:hover {
    border: 1px solid #CD0000;
    background-color: #CD0000;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.product-basket.product-basket-full {
    border: 1px solid #2A2A36;
    background: linear-gradient(139.8deg, #43445C 38.34%, #2A2A36 114.96%);
    color: #FFF;
    position: relative;
    padding-left: 12px;
    transition: background-color 0.3s;
}

.product-basket.product-basket-full:hover {
    border: 1px solid #2A2A36;
    background: #FFF;
    color: #43445C;
    transition: all 0.3s;
    cursor: pointer;
}

.product-basket.product-basket-full::before {
    content: '';
    background: url("/bitrix/templates/desktop/components/av/catalog/desktop/styles/../images/icons/basket-icon.svg") no-repeat;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 12px;
    top: 14px;
}

.product-basket.product-basket-full:hover::before {
    background: url("/bitrix/templates/desktop/components/av/catalog/desktop/styles/../images/icons/basket-icon-hover.svg") no-repeat;
}

.view-grid-variant .product-basket.product-basket-full::before {
    left: 31px;
}

.products-more-products-inner-varieties-price {
    display: flex;
    align-items: center;
}

.products-inner-varieties-price-wrap.products-inner-varieties-price-measure {
    margin: 0 5px;
}

.btn-get-offer-price {
    border-radius: 5px;
    border: 1px solid #2A2A36;
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    width: 136px;
    height: 45px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s;
}

.btn-get-offer-price:hover {
    border: 1px solid #2A2A36;
    color: #fff;
    background-color: #2A2A36;
    transition: all 0.3s;
    cursor: pointer;
}

.please-select-warehouse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 150px;
    height: 45px;
    border: 1px solid #2A2A36;
    border-radius: 5px;
    background-color: #fff;
    color: #2A2A36;
    transition: background-color 0.3s;
}

.please-select-warehouse-btn:hover {
    background-color: #2A2A36;
    color: #fff;
    transition: background-color 0.3s;
    cursor: pointer;
}

.products-inner-varieties-name-main {
    margin-right: 3px;
}

.counter-units-list {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}

.counter-units-list .counter-units-item {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    padding: 5px 14px;
    border-radius: 5px;
    margin-right: 11px;
    width: 100%;
    text-align: center;
}

.counter-units-list .counter-units-item:last-child {
    margin-right: 0;
}

.counter-units-list .counter-units-item.active {
    background-color: #272731;
    border: 1px solid #272731;
    color: #fff;
}
.counter-units-list .counter-units-item
.counter-units-list .counter-units-item.counter-units-item-one.active {
    width: calc(100% - 12px);
    text-align: center;
}

.counter-units-list .counter-units-item:not(.active):hover {
    background-color: #fff;
    border: 1px solid #272731;
    transition: all 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 1399px) {
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties,
    .products-inner-varieties.products-inner-varieties-absence,
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties {
        grid-template-columns: 280px 1fr 140px 120px;
        padding: 10px 15px;
    }

    .product-basket.product-basket-full::before,
    .box-product-grid:not(.view-grid-variant) .ask-question-button > svg {
        display: none;
    }

    .box-product-grid:not(.view-grid-variant) .products-inner-varieties-name {
        font-size: 16px;
        line-height: 18px;
    }

    .box-product-grid:not(.view-grid-variant) .product-basket {
        font-size: 14px;
        min-height: 30px;
    }

    .box-product-grid:not(.view-grid-variant) .product-availability-options {
        font-size: 12px;
    }

    .product-basket.product-basket-full {
        padding-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties,
    .products-inner-varieties.products-inner-varieties-absence,
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties {
        display: grid;
        grid-template-columns: 280px 1fr 140px 120px;
    }

    .box-product-grid:not(.view-grid-variant) .products-inner-varieties .counter-field-wrap {
        width: 60px;
        padding: 0 5px;
        margin: 0 5px;
    }

    .box-product-grid:not(.view-grid-variant) .products-inner-varieties-price-measure-box {
        min-width: 80px;
        text-align: center;
        justify-content: start;
    }

    .box-product-grid:not(.view-grid-variant) .product-inner-table .counter .checker.back.disabled,
    .box-product-grid:not(.view-grid-variant) .product-inner-table .counter .checker.back,
    .box-product-grid:not(.view-grid-variant) .product-inner-table .counter .checker.forward {
        padding: 18px 20px;
    }
}

@media screen and (max-width: 1100px) {
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties,
    .products-inner-varieties.products-inner-varieties-absence,
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties {
        display: grid;
        grid-template-columns: 250px 1fr 110px 110px;
    }
}

@media screen and (max-width: 1024px) {
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties,
    .products-inner-varieties.products-inner-varieties-absence,
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties {
        display: grid;
        grid-template-columns: 240px 1fr 110px 110px;
    }

    .box-product-grid:not(.view-grid-variant) .product-row-properties-inner-name {
        display: none;
    }

    .box-product-grid:not(.view-grid-variant) .product-row-properties-inner-value {
       font-size: 12px;
   }

    .box-product-grid:not(.view-grid-variant) .products-inner-varieties .counter-field-wrap {
        height: 38px;
    }

    .box-product-grid:not(.view-grid-variant) .counter .checker.back.disabled,
    .box-product-grid:not(.view-grid-variant) .counter .checker.back,
    .box-product-grid:not(.view-grid-variant) .counter .checker.forward {
        width: 38px;
        height: 38px;
    }

    .box-product-grid:not(.view-grid-variant) .products-inner-varieties,
    .products-inner-varieties.products-inner-varieties-absence,
    .box-product-grid:not(.view-grid-variant) .products-inner-varieties {
        padding: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/product-item-rows.css?17305462004924*/
.box-product-grid.view-grid-variant {
    display: flex;
    gap: 15px;
}

.box-product-grid.view-grid-variant .products-inner-varieties {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% / 4) - 15px);
    min-height: 255px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border: 1px solid #F1F1F1;
    box-shadow: 1px 6px 22px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 5px;
}

.box-product-grid.view-grid-variant .products-inner-varieties:hover {
    box-shadow: 1px 6px 20px 0 rgba(0, 0, 0, 0.15);
    justify-content: center;
    padding-bottom: 0;
    cursor: pointer;
}

.box-product-grid.view-grid-variant .products-inner-varieties.products-inner-varieties-absence {
    padding: 0;
}

.box-product-grid.view-grid-variant .price-basket-data-wrap {
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 15px 15px;
    width: 100%;
}

.box-product-grid.view-grid-variant .products-inner-varieties-price-block,
.box-product-grid.view-grid-variant .product-row-title {
    padding: 0 15px;
    width: 100%;
}

.box-product-grid.view-grid-variant .product-row-base-price {
    width: 100%;
    padding: 15px 15px 0;
}

.box-product-grid.view-grid-variant .products-inner-varieties-price {
    justify-content: start;
}

.box-product-grid.view-grid-variant .product-basket,
.box-product-grid.view-grid-variant .ask-question-button {
    width: 100%;
}

.box-product-grid.view-grid-variant .product-row-properties-inner-name {
    display: none;
}

.box-product-grid.view-grid-variant .product-availability-options {
    top: -10px;
    bottom: auto;
    left: 13px;
}

.box-product-grid.view-grid-variant .product-row-properties {
    flex-wrap: wrap;
    justify-content: start;
    gap: 0 5px;
    padding-top: 15px;
    min-height: 57px;
}

.box-product-grid.view-grid-variant .product-row-counter-box {
    display: none;
    flex-direction: column;
    align-items: center;
    order: 1;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.box-product-grid.view-grid-variant .products-inner-varieties.hover-element:hover .product-row-counter-box {
    display: flex;
    padding-bottom: 15px;
}

.box-product-grid.view-grid-variant .products-inner-varieties-name-main {
    display: block;
}

.box-product-grid.view-grid-variant .products-inner-varieties-name-description {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.products-inner-varieties-no-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: inherit;
}

.box-product-grid.view-grid-variant .product-row-image {
    display: flex;
    background-color: #F6F6F6;
    object-fit: contain;
    height: 145px;
    width: 100%;
}

.box-product-grid.view-grid-variant .counter-units-item.counter-units-item-one.active {
    margin: 0;
}

.box-product-grid.view-grid-variant .counter-units-list,
.box-product-grid.view-grid-variant .products-more-products-inner-varieties-price {
    width: 100%;
    padding: 0 15px;
}

.box-product-grid.view-grid-variant .product-action-box::before {
    width: 17px;
    height: 17px;
    position: absolute;
    top: -6px;
    left: -6px;
    margin: 0;
}

.box-product-grid.view-grid-variant .btn-get-offer-price {
    width: 100%;
}

.box-product-grid.view-grid-variant .products-more-products-inner-varieties-price {
    margin-top: 15px;
}

.box-product-grid.view-grid-variant .products-inner-varieties .counter-field-wrap {
    width: 80px;
}

.ask-question-button > svg {
    display: block;
}

@media (max-width: 1399px) {
    .box-product-grid.view-grid-variant .counter .checker.back,
    .box-product-grid.view-grid-variant .counter .checker.back.disabled,
    .box-product-grid.view-grid-variant .counter .checker.forward {
        padding: 22px 18px;
    }

    .box-product-grid.view-grid-variant .products-inner-varieties .counter-field-wrap {
        width: 70px;
    }
}

@media (max-width: 1199px) {
    .box-product-grid.view-grid-variant .products-inner-varieties {
        width: calc((100% / 3) - 15px);
    }

    .box-product-grid.view-grid-variant .counter .checker.back,
    .box-product-grid.view-grid-variant .counter .checker.back.disabled,
    .box-product-grid.view-grid-variant .counter .checker.forward {
        padding: 22px 24px;
    }

    .box-product-grid.view-grid-variant .products-inner-varieties .counter-field-wrap {
        width: 100%
    }

    .box-product-grid.view-grid-variant .counter {
        width: 100%;
        padding: 0 15px;
    }
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/sort.css?17305462011973*/
.product-top-sort-variant-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-top-sort-variant-box.empty-sort {
    justify-content: end;
}

.sort-product-box-default-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #1d1d1d;
    border-radius: 5px;
    padding: 10px;
    max-width: 282px;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.sort-product-box-default-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.warehouse-product-desktop-inner .sort-wrap {
    border: 1px solid #1d1d1d;
    border-top: none;
    cursor: pointer;
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 282px;
    z-index: 1;
}

.warehouse-product-desktop-inner .sort-wrap .sort-price {
    padding: 10px;
}

.warehouse-product-desktop-inner .sort-wrap .sort-price:hover {
    background-color: #ebebeb;
}

.news-main-info.empty-product-block,
.sort-wrap.hide {
    display: none;
}

.sort-product-box {
    width: 100%;
    max-width: 282px;
}

.product-list-tiles {
    display: flex;
    cursor: pointer;
}

.check-grid-icons-wrap {
    position: relative;
}

.check-grid-icons-wrap:first-child {
    padding-right: 15px;
}

.check-grid-icons-wrap::before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.check-grid-icons-wrap.active:hover .check-grid-icons rect,
.check-grid-icons-wrap:not(.active) .check-grid-icons rect {
    fill: #999;
}

.check-grid-icons-wrap.active .check-grid-icons rect,
.check-grid-icons-wrap:not(.active):hover .check-grid-icons rect {
    fill: #2A2A36;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/seo-links.css?17332409842158*/
/* -------------------------------------------------------------------- */
/* ----------------------- Seo links ---------------------------------- */
/* -------------------------------------------------------------------- */

.seo-links-box {
    margin-top: 30px;
}

.seo-link-item {
    background-color: #F0F0F0;
    padding: 7px 20px;
    border-radius: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.seo-link-item:last-child {
    margin-right: 0;
}

.popular-products-wrap-arrow,
.seo-arrow-wrap {
    display: flex;
    justify-content: center;
}

.popular-products-arrow,
.seo-arrow {
    background: url('/bitrix/images/av-new/icons/icon-arrow-down.svg') center no-repeat;
    box-shadow: 0 3px 4px 0 #0000001A;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.2s;
}

.popular-products-arrow {
    background: #CD0000 url('/bitrix/images/av-new/icons/arrow-dropdown-icon-white.svg') center no-repeat;
    box-shadow: none;
}

.popular-products-arrow.active,
.seo-arrow.active {
    transform: rotate(180deg);
    transition: all 0.2s;
}

.popular-products-arrow.active {
    margin-top: 25px;
}

.popular-products-wrap-arrow,
.seo-arrow-wrap {
    display: none;
}

.popular-products-wrap-arrow.active,
.seo-arrow-wrap.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 50px;
    background-color: #fff;
    z-index: 1;
}

.seo-links-box.seo-links-box-hidden {
    height: 100px;
}

.popular-products-items-list:not(.popular-products-box-hidden),
.seo-links-box:not(.seo-links-box-hidden) {
    height: 100%;
}

.seo-links-box:not(.seo-links-box-hidden)  {
    margin-bottom: 40px;
}

.seo-links-box:not(.seo-links-box-hidden) + .seo-arrow-wrap.active {
    bottom: 0;
}

.popular-products-box-hidden,
.seo-links-box-hidden {
    overflow: hidden;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/popular-categories.css?17333205446172*/
/* -------------------------------------------------------------------- */
/* ------------------- Popular categories ----------------------------- */
/* -------------------------------------------------------------------- */

.popular-products-wrap {
    border-top: 1px solid #999;
    padding-top: 45px;
    margin-bottom: 40px;
}

.popular-products-wrap.hidden {
    display: none;
}

.popular-products-main-title {
    font-size: 24px;
}

.popular-products-items-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: 0 5px 15px 0 #0000001A;
    margin-top: 47px;
}

.popular-products-items-list.popular-product-small-columns-wrap {
    width: fit-content;
    border-radius: 5px;
}

.popular-products-items-list .popular-products-item.popular-product-small-columns {
    width: 216px;
}

.popular-products-items-list .popular-products-item.popular-product-small-columns::after {
    height: calc(100% - 24px);
}

.popular-products-items-list .popular-products-item.popular-product-small-columns::before,
.popular-products-items-list .popular-products-item.popular-product-small-columns:last-child::after {
    width: 0;
}

.popular-products-items-list .popular-products-item {
    width: calc(100% / 6);
    position: relative;
}

.popular-products-items-list .popular-products-item::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #E3E3E3;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.popular-products-items-list .popular-products-item::after {
    content: '';
    height: calc(100% - 12px);
    width: 1px;
    background-color: #E3E3E3;
    position: absolute;
    top: 0;
    right: 0;
}

.popular-products-items-list .popular-products-item .best-categories-info-pict-wrap {
    background-color: #FAFAFA;
}

.popular-products-items-list .popular-products-item .best-categories-info .best-categories-info-text {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
}

.popular-products-items-list .popular-products-item .best-categories-info {
    position: relative;
}

.popular-products-item-effect-box.active + .best-categories-info-text {
    display: flex;
    align-self: center;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.popular-products-item-effect-box.active + .best-categories-info-text .best-categories-info-price-wrap {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}

.popular-products-items-list .popular-products-item:nth-child(6n)::before {
    right: 12px;
}

.popular-products-items-list .popular-products-item:nth-child(6n+1)::before {
    left: 12px;
}

.popular-products-items-list .popular-products-item:nth-child(6n)::after {
    width: 0;
}

.popular-products-items-list .popular-products-item:nth-child(-n+6)::after {
    top: 12px;
}

.popular-products-items-list .popular-products-item .best-categories-info-pict-wrap img {
    padding-bottom: 20px;
}

.popular-products-wrap-arrow.active {
    bottom: 30px;
    margin-bottom: 30px;
}

.popular-products-wrap-arrow.active::before {
    content: '';
    position: absolute;
    top: -33px;
    background: url("/bitrix/templates/desktop/components/av/catalog/desktop/styles/images/shadow.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 74px;
}

.popular-products-items-list:not(.popular-products-box-hidden) + .popular-products-wrap-arrow.active::before {
    top: 0;
    z-index: -1;
}

.popular-products-items-list:not(.popular-products-box-hidden) + .popular-products-wrap-arrow.active {
    bottom: 2px;
}

.popular-products-items-list.popular-products-box-hidden {
    height: 500px;
}

.popular-products-arrow {
    background: #CD0000 url('/bitrix/images/av-new/icons/arrow-dropdown-icon-white.svg') center no-repeat;
    box-shadow: none;
}

.popular-products-item .best-categories-info-text-link,
.popular-products-item .best-categories-info-text-link:hover,
.popular-products-item .best-categories-info-text-link:visited {
    font-size: 16px;
    font-family: "Roboto-Bold", sans-serif;
    margin: 17px 20px 15px 20px;
    color: #000;
    min-height: 72px;
    word-break: break-word;
}

.popular-products-item-effect-box:not(.active) .best-categories-info-text-link {
    max-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.popular-products-item-effect-box {
    box-shadow: none;
    transition: box-shadow 0.3s;
}

.popular-products-item-effect-box.active {
    box-shadow: 0 5px 15px 0 #00000033;
    overflow: visible;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    transition: box-shadow 0.3s;
}

.view-all {
    color: #999;
    display: block;
    margin-top: 10px;
}

.popular-products-item .main-category-data-wrap .category-price,
.popular-products-item .main-category-data-wrap .main-category-data {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.popular-products-item .main-category-data-wrap .main-category-data:first-child {
    color: #999;
}

.popular-products-item .main-category-data-wrap .category-price,
.popular-products-item .main-category-data-wrap .main-category-data:last-child {
    color: #000;
    text-align: right;
}

.popular-products-item .main-category-data-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.popular-products-item .main-category-data-wrap::after {
    content: '';
    border-bottom: 1px dotted #999;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.popular-products-item .best-categories-info {
    box-shadow: none;
}

.popular-products-arrow {
    background: #CD0000 url("/bitrix/images/av-new/icons/arrow-dropdown-icon-white.svg") center no-repeat;
    box-shadow: none;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/action-price.css?17509259621989*/
/* -------------------------------------------------------------------------- */
/* -------------------------- Action price ---------------------------------- */
/* -------------------------------------------------------------------------- */

.catalog-offer-title-action {
    position: relative;
}

.action-title {
    display: flex;
}

.action-title::before,
.catalog-offer-title-action::before,
.product-action-box::before {
    content: '';
    background: url("/bitrix/images/av-new/icons/fire.svg") center no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 23px;
    left: -27px;
    margin: auto;
}

.product-action-box::before {
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 9px;
    margin: 0;
}

.action-title::before {
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
    top: 5px;
    left: 0;
    margin: 0 15px 0 0;
    padding-right: 25px;
}

.old-price-wrap {
    position: relative;
    font-size: 14px;
    color: #9A9A9A;
    display: flex;
    flex-wrap: wrap;
    text-decoration: line-through;
    text-decoration-color: #9A9A9A;
}

.action-price-wrap {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #FF0707;
}

.old-price-title {
    font-size: 14px;
    color: #9A9A9A;
}

.catalog-offer-inner-data-price .offer-old-price .products-inner-varieties-currency-measure-box,
.catalog-offer-inner-data-price .offer-old-price > .old-price-title {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

.products-inner-varieties-price-measure-action:not(.active) {
    display: none;
}

.products-inner-varieties.no-base-field-box .price-basket-data-wrap {
    justify-content: flex-end;
}

.price-basket-data-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    position: relative;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/tabs.css?17313158953649*/
/* ---------------------------------------------------------- */
/* --------------------- TABS ------------------------------- */
/* ---------------------------------------------------------- */
.blog-news-title.production-box-title {
    text-transform: none;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: none;
}

.catalog-offer-data-text-wrap .delete-product-basket-popup-wrap {
    position: relative;
}

.catalog-offer-data-text-wrap .delete-product-basket-popup-wrap .popup-inner {
    position: absolute;
    top: auto;
    bottom: 82px;
    right: 33px;
    left: auto;
    margin: 0;
    overflow: visible;
    box-shadow: 0 -3px 12px rgb(76 82 85 / 25%);
    z-index: 9;
}

.catalog-offer-data-text-wrap .delete-product-basket-popup-wrap .popup-inner::before {
    content: '';
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -29px;
    right: 10px;
}

.catalog-offer-data-text-wrap .delete-product-basket-popup-wrap .popup-inner::after {
    display: none;
}

.delete-product-offer-popup-button-delete,
.delete-product-main-popup-button-delete {
    padding: 12px 40px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #2a2a36;
    color: #2a2a36;
    border-radius: 5px;
}

.delete-product-offer-popup-button-delete:hover,
.delete-product-main-popup-button-delete:hover {
    background-color: #2a2a36;
    border: 1px solid #2a2a36;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.box-product-grid:not(.view-grid-variant).product-row-base-price,
.box-product-grid:not(.view-grid-variant).product-row-counter-box {
    margin-right: 10px;
}

.counter .icon-product-plus {
    background: url("/bitrix/images/av-new/icons/icon-plus-small.svg") center no-repeat;
    width: 14px;
    height: 24px;
}

.counter .icon-product-minus {
    background: url("/bitrix/images/av-new/icons/icon-minus-small.svg") center no-repeat;
    width: 14px;
    height: 24px;
}

.icon-plus {
    background: #fff url("/bitrix/images/av-new/icons/icon-plus.svg") center no-repeat;
    width: 56px;
    height: 56px;
    font-size: 33px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

.arrow-drop-icon {
    background: #CD0000 url("/bitrix/images/av-new/icons/arrow-dropdown-icon-white.svg") center no-repeat;
    width: 18px;
    height: 11px;
    display: block;
    padding: 23px;
    position: relative;
    bottom: 35px;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
}

.dropdown-inner-data.active + .arrow-drop-icon {
    transform: rotate(180deg);
}

.close-popup.popup-close-buy-price {
    background: url("/bitrix/images/av-new/icons/red-cross.svg") no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-left: auto;
    position: relative;
    top: 0;
    right: 0;
}

.arrow-drop-icon.hide,
.news-main-info-inner.hide-text,
.news-main-info-inner.visible-text::after {
    display: none;
}

.delivery-list {
    margin-left: 40px;
    margin-bottom: 20px;
}

.delivery-list li {
    list-style: inherit;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.blog-news-title.production-box-title-another {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 5px;
    display: block;
    margin-bottom: 10px;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/faq-styles.css?17181125851834*/
.faq-ask-questions-wrap {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: 600;
    margin-top: 50px;
}

.faq-ask-questions-title {
    font-size: 48px;
    line-height: 56px;
    display: block;
    margin-bottom: 30px;
}

.faq-ask-questions-inner-list {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.faq-ask-questions-inner-item {
    border: 1px solid #292836;
    border-radius: 5px;
    margin-bottom: 15px;
}

.faq-ask-questions-inner-item-top {
    font-size: 18px;
    padding: 20px 20px 20px 40px;
    position: relative;
    cursor: pointer;
}

.faq-ask-questions-inner-item-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.faq-ask-questions-inner-item-top .faq-arrow::after {
    content: '';
    background: url("/bitrix/templates/desktop/components/av/catalog/desktop/styles/../images/icons/arrow.svg");
    width: 18px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: all 0.2s;
}

.faq-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 40px;
    height: 40px;
    border: 1px solid #FF0000;
    border-radius: 5px;
}

.faq-arrow.active::after {
    transform: rotate(-180deg);
    transition: all 0.2s;
}

.faq-ask-questions-inner-item-bottom {
    display: none;
    border-top: 1px solid #ccc;
    padding: 15px 50px 15px 70px;
}

.faq-ask-questions-inner-item-bottom.active {
    display: block;
}

.faq-ask-questions-inner-item-text{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #999;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/canby.css?17305461983258*/
.product-where-buy-popup  {
    border: 0;
    outline: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 730px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    z-index: 100;
}

.product-where-buy-popup .popup-where-buy-inner {
    height: 520px;
    padding: 0;
    position: relative;
    margin-right: 50px;
    background-color: #fff;
}

.popup-where-buy-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(180.00deg, rgb(72, 69, 100), rgb(41, 40, 54) 100%);
    z-index: -1;
}

.popup-inner-scrollbar {
    height: 520px;
    padding: 15px;
}

.where-buy-popup-title {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Bold', sans-serif;
    display: block;
    margin: 5px auto 20px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.product-where-buy-popup::backdrop {
    background-color: rgb(41 40 54 / 70%);
}

.popup-product-where-buy-inner .where-buy-warehouses-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 6px 23px 0 rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.popup-product-where-buy-inner .where-buy-warehouses-wrap:last-child {
    margin-bottom: 0;
}

.popup-product-where-buy-inner .catalog-offer-no-warehouse-address-price-wrap {
    display: flex;
    align-items: baseline;
}

.popup-product-where-buy-inner .catalog-offer-no-warehouse-address-price-count {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.where-buy-warehouses-wrap .catalog-offer-no-warehouse-address-wrap {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

.where-buy-warehouses-wrap .catalog-offer-no-warehouse-address-name {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}

.where-buy-warehouses-wrap .catalog-offer-no-warehouse-address-data {
    font-size: 13px;
    color: #999;
    width: 100%;
    padding-right: 10px;
}

.where-buy-warehouses-wrap .please-select-warehouse {
    display: flex;
    justify-content: end;
    align-self: start;
    min-width: 150px;
}

.where-buy-warehouses-wrap .where-buy-warehouses-price {
    font-size: 20px;
}

.where-buy-warehouses-price-after-point,
.where-buy-warehouses-wrap .catalog-offer-no-warehouse-address-price-measure {
    font-size: 14px;
    display: flex;
    align-items: end;
    font-family: 'Roboto', sans-serif;
}

.where-buy-warehouses-wrap .catalog-offer-no-warehouse-address-price-measure  {
    margin-left: 5px;
}

.popup-product-where-buy-inner .swap-warehouse-btn {
    border-radius: 5px;
    border: 1px solid #2A2A36;
    background-color: transparent;
    box-shadow: none;
    padding: 10px;
    transition: background-color 0.3s;
}

.popup-product-where-buy-inner .swap-warehouse-btn:hover {
    background-color: #2A2A36;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/enter-region-city.css?17305461982165*/
.where-buy-region-city-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.where-buy-region-city-wrap::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: -24px;
}

.where-buy-region {
    margin-right: 20px;
    width: calc(50% - 20px);
}

.where-buy-inner {
    border: 1px solid #2A2A36;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.where-buy-title {
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-left: 20px;
}

.where-buy-inner-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
}

.where-buy-inner-select::before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.where-buy-inner-select svg {
    margin-right: 15px;
}

.where-buy-dropdown {
    display: none;
    width: 100%;
    border: 1px solid #2b2b37;
    border-top: none;
    max-height: 295px;
    overflow: auto;
    position: absolute;
    top: 41px;
    background-color: #fff;
    z-index: 2;
}

.where-buy-dropdown.active {
    display: block;
}

.popup-where-buy-price-filter-item,
.where-buy-dropdown-item {
    display: block;
    padding: 10px;
    color: #2b2b37;
    background-color: #fff;
    transition: background-color 0.3s;
}

.popup-where-buy-price-filter-item:hover,
.where-buy-dropdown-item:hover {
    cursor: pointer;
    background-color: #efefef;
    transition: all 0.3s;
}

.popup-where-buy-price-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.popup-where-buy-list-count {
    color: #999;
}

.where-buy-dropdown-item-city.hide,
.popup-product-where-buy-inner .catalog-offer-no-warehouse-address-item.hide {
    display: none;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/ask-question.css?17321164865639*/
.ask-question-popup {
    border: none;
    outline: none;
    border-radius: 5px;
    width: 480px;
    padding: 0;
    background-color: transparent;
    z-index: 100;
}

.ask-form-popup-inner {
    position: relative;
    margin-right: 50px;
    background-color: #fff;
}

.ask-form-popup-inner .popup-close {
    position: sticky;
    top: 20px;
    background: none;
    height: auto;
    width: 30px;
    display: flex;
    justify-content: end;
    margin-right: -40px;
    margin-left: auto;
    cursor: pointer;
}

.ask-form-popup-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(180.00deg, rgb(72, 69, 100), rgb(41, 40, 54) 100%);
    z-index: -1;
}

.ask-question-popup .ask-form-popup-inner .popup-content {
    padding: 20px;
}

.ask-question-popup .ask-question-popup-content form {
    margin-top: 0;
}

.ask-question-popup .clear-field {
    top: auto;
    bottom: 14px;
}

.ask-question-title {
    font-size: 18px;
    line-height: 21px;
    color: #292836;
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
}

.ask-question-info {
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

.ask-question-base-address {
    margin-bottom: 25px;
}

.ask-question-base-address::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.ask-question-popup .ask-form-popup-inner .popup-field-form {
    margin-bottom: 20px;
}

.ask-question-popup .ask-form-popup-inner .ask-question-popup-field.ask-question-popup-field-check .popup-field-form,
.ask-question-popup .ask-form-popup-inner .popup-field-form .popup-field-inner-data {
    margin-bottom: 0;
}

.ask-question-popup-field-textarea .clear-field {
    top: 10px;
    bottom: auto;
}

.popup-field-inner-textarea {
    min-height: 100px;
}

.ask-question-popup .ask-question-popup-fields-wrapper .ask-question-popup-field-textarea .popup-field-inner-textarea {
    padding: 4px 38px 5px 20px;
}

.ask-question-popup-submit-btn {
    display: flex;
    justify-content: center;
}

.ask-question-popup .ask-question-popup-submit-btn .form-button {
    border: 1px solid #fb0000;
    color: #fb0000;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    max-width: 200px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.ask-question-popup .ask-question-popup-submit-btn .form-button:hover {
    border: 1px solid #fb0000;
    background-color: #fb0000;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
}

.ask-question-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 150px;
    height: 30px;
    border: 1px solid #2A2A36;
    border-radius: 5px;
    background-color: #fff;
    color: #2A2A36;
    margin-top: 13px;
    transition: background-color 0.3s;
}

.ask-question-button:hover {
    background-color: #2A2A36;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.ask-question-button > svg {
    margin: 0 5px;
    position: relative;
    top: 1px;
}

.ask-question-button:hover > svg path {
    fill: #fff;
}

.ask-question-popup-field-check {
    margin-bottom: 15px;
}

.ask-question-popup .ask-question-popup-field-check .popup-field-title {
    color: #292836;
}

.ask-question-popup-field input[type="text"].invalid,
.ask-question-popup-field input[type="number"].invalid,
.ask-question-popup-field input[type="date"].invalid,
.ask-question-popup-field select.invalid,
.ask-question-popup-field textarea.invalid {
    background-color: #fff3f3;
    border: 1px solid #CD0000;
}

.ask-question-popup .required-field-text {
    position: relative;
}

.ask-question-popup .required-field-text::after {
    content: '*';
    color: #CD0000;
    position: absolute;
    top: 0;
    right: -10px;
}

.ask-question-popup .required-field-text {
    display: inline-flex;
    width: auto;
}

.success-form-wrapper {
    border: none;
    outline: none;
    border-radius: 5px;
    width: 480px;
    padding: 0;
    background-color: transparent;
    z-index: 100;
}

.success-form-popup-inner {
    position: relative;
    margin-right: 50px;
    background-color: #fff;
    padding: 25px;
}

.success-form-inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.success-icon {
    display: block;
    margin-bottom: 16px;
}

.success-title {
    font-size: 18px;
    color: #292836;
    display: block;
    margin-bottom: 35px;
}

.success-form-wrapper .success-to-main:hover {
    background-color: #fff;
    color: #fb0000;
    transition: all 0.5s;
    cursor: pointer;
}

.success-form-popup-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(180.00deg, rgb(72, 69, 100), rgb(41, 40, 54) 100%);
    z-index: -1;
}

@media (max-width: 1040px) {
    .ask-question-button {
        font-size: 13px;
    }

    .ask-question-button::before {
        margin-right: 5px;
    }
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/product-reviewed-goods.css?17399809903028*/
.product-reviewed-goods-no-slider-wrap .product-reviewed-goods-item {
    min-width: 235px;
    width: calc(100% / 3 - 30px);
    margin: 15px 15px 15px 0;
}

.product-reviewed-goods-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-reviewed-goods-info-wrap .product-reviewed-goods-name {
    display: flex;
    align-items: start;
    color: #2A2A36;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 15px 10px 0;
    min-height: 72px;
}

.product-reviewed-goods-name {
    display: flex;
    align-items: center;
    color: #2A2A36;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 18px;
    min-height: 72px;
}

.product-reviewed-goods-wrap:not(:empty) {
    margin-top: 40px;
    min-height: 300px;
}

.product-reviewed-goods-inner {
    background-color: #fff;
    padding-bottom: 30px;
    margin-top: 40px;
    height: 300px;
}

.product-reviewed-goods-slider-title-wrap {
    position: relative;
}

.product-reviewed-goods-slider-title {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin-bottom: 34px;
}

.product-reviewed-goods-image-wrap {
    background-color: #F6F6F6;
    text-align: center;
    margin: 15px;
}

.product-reviewed-goods-item {
    box-shadow: 1px 6px 15px 0 #0000001A;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    height: auto;
}

.product-reviewed-goods-image {
    max-width: 167px;
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
}

.product-reviewed-goods-item .product-reviewed-goods-button {
    margin: 15px 0;
    width: 90%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #272731;
    border: 1px solid #272731;
    background-color: transparent;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.product-reviewed-goods-item .product-reviewed-goods-button:hover {
    color: #fff;
    background-color: #272731;
    cursor: pointer;
    transition: all 0.3s;
}

.product-reviewed-goods-slider-title-wrap .swiper-button-prev,
.product-reviewed-goods-slider-title-wrap .swiper-button-next {
    top: 15px;
    right: 0;
    color: #2A2A36;
    border: 1px solid #2A2A36;
    border-radius: 5px;
    padding: 20px;
    background-color: transparent;
    transition: background-color .3s;
}

.product-reviewed-goods-slider-title-wrap .swiper-button-prev:hover,
.product-reviewed-goods-slider-title-wrap .swiper-button-next:hover {
    color: #fff;
    background-color: #2A2A36;
    border: 1px solid #2A2A36;
    transition: all .3s;
    cursor: pointer;
}

.product-reviewed-goods-slider-title-wrap .swiper-button-prev::after,
.product-reviewed-goods-slider-title-wrap .swiper-button-next::after {
    font-size: 25px;
}

.product-reviewed-goods-slider-title-wrap .swiper-button-prev {
    left: auto;
    right: 60px;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/buyer.warehouse.selector.new/.default/style.css?173054641114093*/
.select-warehouse-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(40, 40, 51, 0.52);
    z-index: 99991;
    display: none;
}

.select-warehouse-wrap.active {
    display: block;
}

.select-warehouse-inner {
    height: initial;
    border-radius: 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 980px;
    max-height: 641px;
    width: 100%;
    padding: 40px 40px 0;
    box-shadow: 2px 3.5px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    z-index: 9999;
}

.close-select-warehouse {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 23px;
    color: #f00;
    cursor: pointer;
}

.close-popup.close-select-warehouse {
    background: url("/bitrix/images/av-new/icons/red-cross.svg") no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    margin-left: auto;
    position: relative;
    top: 0;
    right: 0;
}

.select-warehouse-form {
    min-height: 240px;
    display: flex;
    flex-direction: column;
}

.select-warehouse-inner .select-warehouse-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #2d2d3b;
}

.select-warehouse-search {
    padding: 9px 40px 9px 60px;
    border: 1px solid #000;
    border-radius: 7px;
    width: 100%;
}

.select-warehouse-search-wrap {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.select-warehouse-search-wrap .search-icon {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 23px;
    cursor: pointer;
}

.clear-select-warehouse {
    background: url('/bitrix/images/av-new/icons/black-cross.svg') no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
    display: none;
}

.clear-select-warehouse.active {
    display: block;
}

.warehouses-list-data {
    column-count: 3;
    column-gap: 40px;
}

.warehouses-list-data.warehouse-list-one-column {
    display: flex;
    flex-direction: column;
    column-count: auto;
}

.warehouses-list-data.box-check-element-wrap {
    column-count: auto;
    /*grid-template-columns: 1fr;*/
}

.warehouses-list-data-item {
    font-size: 14px;
    color: #101016;
    break-inside: avoid;
    margin-bottom: 15px;
}

.warehouses-list-data-item:not(.item-column),
.warehouses-list-data-item:not(.item-column-add) {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
}

.warehouses-list-data-item:not(.item-column) .warehouses-list-data-city-name,
.warehouses-list-data-item:not(.item-column) .warehouses-list-data-name {
    max-width: 200px;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.warehouses-list-data-city-name:hover,
.warehouses-list-data-name:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.warehouses-list-data-item.item-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.warehouses-list-data-wrap {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
}

.warehouses-list-data-count-wrap {
    background-color: #fff;
    padding: 5px;
    box-shadow: 2px 3.5px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    border-radius: 5px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.warehouses-list-data-count {
    font-size: 14px;
    color: #CC0000;
    display: inline-block;
    margin-right: 5px;
}

.item-column-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 30%;
    margin-right: 40px;
}

.warehouse-btn-block {
    padding: 10px 30px;
    margin-right: 15px;
    font-size: 16px;
    border-radius: 5px;
}

.warehouse-btn-cancel:hover,
.warehouse-btn-back {
    border: 1px solid #343446;
    background-color: #343446;
    color: #fefefe;
    transition: background-color 0.3s;
}

.warehouse-btn-cancel,
.warehouse-btn-back:hover {
    background-color: #fefefe;
    color: #343446;
    transition: all 0.3s;
    cursor: pointer;
}

.warehouse-btn-cancel {
    border: 1px solid #343446;
}

.warehouse-btn-block-wrap {
    display: flex;
    justify-content: center;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 15px 0;
}

.warehouse-btn-back::before {
    content: '';
    background: url('/bitrix/images/av-new/icons/arrow-dropdown-icon-white.svg') center/90% no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-right: 20px;
    transform: rotate(90deg);
}

.warehouse-btn-back:hover::before {
    background: url('/bitrix/images/av-new/icons/icon-arrow-down.svg') center/90% no-repeat;
}

.warehouse-btn-add {
    background-color: #fb0000;
    border: 1px solid #fb0000;
    color: #fefefe;
    padding: 10px 50px;
    transition: background-color 0.3s;
}

.warehouse-btn-add:hover {
    background-color: #fefefe;
    border: 1px solid #fb0000;
    color: #fb0000;
    padding: 10px 50px;
    transition: background-color 0.3s;
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/* -------------------------- Checkbox -------------------------------------- */
/* -------------------------------------------------------------------------- */
.warehouses-list-data-item-label > input[type="radio"] + span {
    cursor: pointer;
    font-size: 17px;
    position: relative;
    left: 7px;
}

.warehouses-list-data-item-label > input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
}

.warehouses-list-data-item-label > input[type="radio"]:not(checked) + span:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #FFF;
    width: 16px;
    height: 16px;
}

.warehouses-list-data-item-label > input[type="radio"]:not(checked) + span:after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 7px;
    right: 0;
    width: 7px;
    height: 14px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0;
    transition: all .2s;
    transform: rotate(34deg);
    border-radius: 0;
    background-color: transparent;
}

.warehouses-list-data-item-label > input[type="radio"]:checked + span::before {
    background-color: #ff0000;
    border: 2px solid #ff0000;
    box-shadow: 1px 2px 10px 1px rgba(255, 0, 0, 0.53);
}

.warehouses-list-data-item-label > input[type="radio"]:checked + span::after {
    opacity: 1;
}

.warehouses-list-data-item-bases label > input[type="radio"] + span::before,
.warehouses-list-data-item-bases label > input[type="radio"]:not(:checked) + span::before {
    top: 2px;
    left: -4px;
}

.warehouses-list-data-item-bases label > input[type="radio"] + span::after {
    top: 0;
    left: 2px;
}

.warehouses-list-data-item-bases label > input[type="radio"]:not(:checked) + span::before {
     border-radius: 5px;
}

.warehouses-list-data-address-wrap {
    display: flex;
    flex-direction: column;
}

.warehouses-list-data-address-wrap .warehouses-list-data-city-name {
    font-size: 16px;
    color: #101016;
}

.warehouses-list-data-address-wrap .warehouses-list-data-address-name {
    font-size: 14px;
    color: #101016;
}

.warehouses-list-data-item-label {
    display: flex;
    background-color: #fff;
    transition: background-color 0.3s;
    padding: 10px 0;
}

.warehouses-list-data-item-label:hover {
    background-color: #f0f0f0;
    transition: background-color 0.3s;
    cursor: pointer;
    padding: 10px 0;
}

.warehouses-list-data-item.warehouses-list-data-item-bases {
    margin-bottom: 0;
    padding: 0;
}

.select-warehouse-inner.full-width {
    padding: 40px 40px 0;
}

.select-warehouse-inner.full-width .warehouses-list-data-item-label {
    padding: 10px 0;
    width: 100%;
}

.select-warehouse-search-box {
    position: relative;
}

.select-warehouse-search-list {
    display: none;
}

.select-warehouse-search-list.active {
    display: block;
}

.select-warehouse-search-list:not(:empty) {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0px 4px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    max-height: 308px;
    overflow: auto;
    z-index: 9;
}

.select-warehouse-inner.full-width .select-warehouse-search-list:not(:empty) {
    width: 100%;
    z-index: 1;
    max-height: 310px;
    overflow: auto;
}

.select-warehouse-search-list li {
    padding: 8px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-warehouse-search-list li:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.no-base-info {
    background-color: #cd0000;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    margin: 20px 40px 0;
    border-radius: 5px;
}

.no-base-info-inner {
    text-transform: uppercase;
    display: block;
}

.warehouse-btn-block-hide {
    display: none;
}

.catalog-enter-warehouse-title-wrap {
    display: flex;
    justify-content: space-between;
}

.catalog-enter-warehouse-title-wrap .change-warehouse-box {
    margin-top: 0;
    cursor: pointer;
}

.catalog-offer-inner .catalog-title-default-warehouse,
.catalog-product-inner .catalog-title-default-warehouse {
    background: url('/bitrix/templates/desktop/components/av/buyer.warehouse.selector.new/.default/images/no-base-red-background.jpg') center / cover no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    min-height: 85px;
    padding: 16px 24px;
    color: #fff;
    border-radius: 5px;
}

.no-base-catalog-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.catalog-enter-warehouse-title-wrap .change-warehouse-box {
    display: block;
    margin-top: 0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 3px;
    color: #333;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
    transition: all 0.5s;
}

.catalog-enter-warehouse-title-wrap .change-warehouse-box:hover {
    text-decoration: underline;
    transition: all 0.5s;
}

.catalog-enter-warehouse-title-wrap {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    max-width: 75%;
}

.catalog-offer-warehouse-address-order {
    margin-bottom: 0;
}

.catalog-offer-warehouse-address-order .catalog-enter-warehouse-title-wrap {
    flex-direction: column;
    align-items: flex-start;
}

.catalog-offer-warehouse-address-order .catalog-enter-warehouse-title-wrap .change-warehouse-box {
    display: flex;
    order: -1;
    margin-bottom: 10px;
    padding: 0;
}

.catalog-offer-warehouse-address-order .catalog-enter-warehouse-title-wrap .change-warehouse:hover {
    background-color: transparent;
    color: #333;
    text-decoration: underline;
}

.catalog-offer-warehouse-address-order .wrap-title {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #2b2b37;
    display: block;
    text-align: left;
}

.catalog-offer-warehouse-address-order .wrap-title:hover {
    outline: none;
    color: #2b2b37;
    box-shadow: none;
}

.catalog-offer-warehouse-address-order .wrap-title .catalog-enter-warehouse-title-wrap {
    font-family: "Roboto-Bold", sans-serif;
}

.catalog-warehouse-enter .wrap-title.catalog-enter-warehouse-wrap {
    font-family: "Roboto", sans-serif;
    text-align: left;
    background: url("/bitrix/templates/desktop/components/av/buyer.warehouse.selector.new/.default/images/catalog-product-plitka.jpg") center / cover no-repeat;
    margin: 0 0 10px;
    padding: 15px 0;
    color: #fff;
    border-radius: 5px;
    min-height: 113px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.catalog-warehouse-enter .wrap-title.catalog-enter-warehouse-wrap .title {
    width: 100%;
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.change-warehouse-box {
    font-size: 14px;
    display: block;
    margin-top: 0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 15px;
    color: #333;
    box-shadow: none;
    width: clamp(120px, 50%, 190px);
    height: 45px;
    text-align: center;
    transition: all 0.5s;
}

.change-warehouse-box:hover {
    background-color: #302f3d;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
}

.change-warehouse-box-no-base:hover {
    background-color: transparent;
    color: #fff;
}

.catalog-warehouse-enter .wrap-title.catalog-enter-warehouse-wrap .enter-base-city {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    word-break: break-word;
    line-height: 25px;
}

.catalog-offer-warehouse-address-order .selected-base {
    width: 100%;
}

.wrapper .catalog-offer-data-text-wrap .catalog-offer-buy-buttons .catalog-offer-add-basket:hover {
    color: #fff;
    border: 2px solid #d60000;
    background-color: #d60000;
}

.catalog-offer-data-text-wrap .catalog-offer-buy-buttons .catalog-offer-add-basket:hover::before {
    filter: none;
}

.catalog-title-default-warehouse-title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: -1;
}

.catalog-title-default-warehouse-description {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    word-break: break-word;
    position: relative;
    vertical-align: middle;
    z-index: -1;
}

.select-warehouse-search-wrap .search-icon {
    background: url('/bitrix/templates/desktop/components/av/buyer.warehouse.selector.new/.default/images/search-icon.png') center no-repeat;
    width: 26px;
    height: 25px;
}

@media screen and (max-width: 1400px) {
    .catalog-warehouse-enter .wrap-title.catalog-enter-warehouse-wrap .change-warehouse-box {
        padding: 10px;
    }
}
/* End */


/* Start:/bitrix/components/av/faq/templates/.default/style.css?17397979902868*/
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
}

.faq-container .faq-title {
    text-align: left;
    font-size: 48px;
    font-weight: 600;
    line-height: 56.25px;
    color: #292836;
    margin-bottom: 14px;
    padding: 0;
}

.faq-accordion {
    border-radius: 5px;
    border: 1px solid #292836;
    color: #292836;
    padding: 0 30px;
}

.faq-accordion.active {
    padding: 0 30px 30px 30px;
}

.faq-accordion-btn {
    cursor: pointer;
    padding: 12px 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.faq-accordion.active .faq-accordion-btn {
    border-bottom: 1px solid #C4C4C4;
    transition: 0.4s;
}

.faq-accordion-btn::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    transition: 0.3s;
    min-width: 18px;
}

.faq-accordion.active .faq-accordion-btn::after {
    transition: 0.3s;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.faq-accordion-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, margin-top 0.3s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.faq-container .faq-accordion-panel-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #F1F1F1;
    box-shadow: 1px 6px 22.9px 0 #00000014;
    width: 30%;
    height: max-content;
}

.faq-container .faq-accordion-panel-image img {
    object-fit: contain;
}

.faq-container .faq-accordion-panel-content {
    display: flex;
    flex-flow: column nowrap;
}

.faq-accordion-panel p {
    padding: 0;
}

.faq-accordion.active .faq-accordion-panel {
    margin-top: 16px;
}
/* End */


/* Start:/public/desktop/css/swiper.min.css?165572482016478*/
/**
 * Swiper 8.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 10, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/public/desktop/css/popular-offers.css?17387443821432*/
.popular-categories-slider-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    background-color: #f0f0f0;
    padding: 40px 10px 40px;
}

.popular-categories-box-wrap {
    display: flex;
    flex-direction: column;
    height: auto;
}

.popular-categories-box-wrap .main-category-data-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.popular-categories-box-wrap .main-category-data {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-pagination-all-box .best-categories-arrows {
    width: 57px;
    height: 57px;
    padding: 20px;
    border-radius: 5px;
    background-color: #272731;
    color: #fff;
    border: 1px solid #272731;
    transition: all 0.5s;
    position: relative;
    top: 11px;
}

.popular-pagination-all-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin: 30px auto 0;
    height: 57px;
}

.popular-pagination-all-box .swiper-button-prev {
    left: 0;
    right: auto;
}

.popular-pagination-all-box .swiper-button-next {
    right: 0;
    left: auto;
}

.popular-pagination-all-box .swiper-button-next::after,
.popular-pagination-all-box .swiper-button-prev::after {
    font-size: 23px;
}

.popular-no-slide {
    width: calc(100% / 5 - 30px);
    margin-right: 30px;
}
/* End */


/* Start:/bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713*/
.main-block-subscribe {
    background: url('/bitrix/components/av/mailing.subscription/templates/desktop/../.default/images/wave.svg') no-repeat 9% 34%,
    linear-gradient(140.46deg, #2C2C38 20.67%, #3A3B50 80.89%);
    border-radius: 5px;
    margin-top: 30px;
}

.main-block-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 44px 83px;
}

.main-block-success {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 31px 0;
}

.main-block-success > h5 {
    color: #fff;
    font-size: 24px;
}

.main-block-action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.main-block-subscribe-data {
    display: flex;
    flex-wrap: wrap;
    width: 366px;
    position: relative;
}

.main-block-subscribe-data > [data-clear-btn] {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.subscribe-title {
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: max-content;
}

.subscribe-title > h4 {
    display: block;
    font-size: 24px;
    text-align: left;
    color: inherit;
}

.subscribe-title > p {
    display: block;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding: 0;
}

.input-email-subscribe {
    text-indent: 10px;
    color: #999;
    font-size: 14px;
}

.main-block-subscribe .btn-subscribe {
    background-color: #ff0000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 13px 45px;
    border-radius: 5px;
    min-width: 238px;
    height: 45px;
}

@media (hover: hover) {
    .main-block-subscribe .btn-subscribe:hover {
        background-color: #CD0000;
    }
}

.message-subscribe {
    display: none;
    /*margin: 10px;*/
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.3px;
    width: 100%;
}

.message-subscribe {
    display: none;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 52px;
}

/*.message-subscribe.active {*/
/*    display: flex;*/
/*}*/

.message-subscribe > span {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63398 0.5C8.01888 -0.166667 8.98112 -0.166667 9.36602 0.5L16.7272 13.25C17.1121 13.9167 16.631 14.75 15.8612 14.75H1.13878C0.368984 14.75 -0.112141 13.9167 0.272759 13.25L7.63398 0.5Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.message-subscribe > p {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0;
}

.main-block-subscribe-data .input-email-subscribe {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #FFFFFF;
    padding-left: 10px;
    color: #292836;
}

.main-block-subscribe-data .input-email-subscribe.invalid {
    border: 1px solid #CD0000;
    background-color: #FFEEEE;
}

.mail-form-captcha {
    margin-left: 25px;
    transform: scale(0.7);
    transform-origin: 0;
}

@media screen and (max-width: 1440px) {
    .main-block-action {
        flex-direction: column;
        gap: 30px;
    }
    .subscribe-title > p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .main-block-action-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .main-block-subscribe-data {
        width: 100%;
    }
    .main-block-subscribe .btn-subscribe {
        min-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .main-block-action-wrapper {
        gap: 26px;
    }
    .main-block-action {
        gap: 20px;
        padding: 20px 15px;
    }
    .subscribe-title > h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
    }
    .subscribe-title > p {
        font-size: 12px;
        line-height: 14.06px;
    }
    .message-subscribe {
        top: 47px;
    }
    .main-block-success > h5 {
        font-size: 20px;
        text-align: center;
    }
}

/* End */
/* /bitrix/templates/desktop/components/av/catalog/desktop/style.css?174704266021138 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/filter.css?17389187969932 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/product-item.css?173191130712872 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/product-item-rows.css?17305462004924 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/sort.css?17305462011973 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/seo-links.css?17332409842158 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/popular-categories.css?17333205446172 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/action-price.css?17509259621989 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/tabs.css?17313158953649 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/faq-styles.css?17181125851834 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/canby.css?17305461983258 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/enter-region-city.css?17305461982165 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/ask-question.css?17321164865639 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/product-reviewed-goods.css?17399809903028 */
/* /bitrix/templates/desktop/components/av/buyer.warehouse.selector.new/.default/style.css?173054641114093 */
/* /bitrix/components/av/faq/templates/.default/style.css?17397979902868 */
/* /public/desktop/css/swiper.min.css?165572482016478 */
/* /public/desktop/css/popular-offers.css?17387443821432 */
/* /bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713 */
