

/* 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/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/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/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/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/offer-price.css?17319112956427*/
.catalog-offer-price-block:not(.empty) {
    box-shadow: 1px 6px 23px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 30px 35px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 20px;
    position: relative;
}

.catalog-offer-price-block:not(.empty).no-price-box {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.catalog-offer-price-block-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.catalog-offer-price-block:not(.empty).no-price-box .catalog-offer-price-block-inner {
    width: auto;
}

.catalog-offer-price-elements.catalog-offer-diameter-block {
    width: 180px;
}

.catalog-offer-inner-currency {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    width: 25%;
}

.currency-price-max-width {
    width: 50%;
}

.catalog-offer-inner-currency.zero-price .catalog-offer-inner-data-price,
.catalog-offer-inner-currency.zero-price {
    width: 100%;
}

.catalog-offer-price-block:not(.empty).no-price-box .catalog-offer-inner-currency {
    width: 100%;
    min-width: 100%;
}

.offer-inner-varieties-price-measure,
.offer-inner-varieties-price-measure-inner {
    display: flex;
    align-items: baseline;
}

.catalog-offer-inner-data-price {
    font-family: inherit;
    font-size: inherit;
    color: #2b2b37;
}

.catalog-offer-price-block:not(.empty).no-price-box .catalog-offer-inner-data-price {
    width: 100%;
    display: flex;
}

.catalog-offer-price-block:not(.empty).no-price-box .offer-inner-varieties-price-measure-inner  {
    font-size: 16px;
}

.offer-inner-varieties-price-main {
    font-weight: 700;
    font-size: 24px;
}

.catalog-offer-inner-box .catalog-offer-buy-buttons {
    flex-direction: column;
    align-items: end;
    margin-top: 0;
}

.catalog-offer-in-stock {
    position: absolute;
    top: -21px;
    left: 35px;
    margin-top: 10px;
    padding: 2px 8px;
    border: 1px solid #F1F1F1;
    border-radius: 25px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: #14A373;
    display: block;
    width: auto;
}

.catalog-offer-in-stock.to-order {
    color: #cd0000;
}

.counter-units-list {
    display: flex;
    margin-bottom: 10px;
}

.counter-units-list.counter-units-list-offer {
    justify-content: flex-start;
}

.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-item-one.active {
    width: 100%;
    text-align: center;
}

.counter-units-list .counter-units-item:not(.active):hover {
    background-color: #fff;
    border: 1px solid #272731;
    cursor: pointer;
    transition: all 0.3s;
}

.catalog-offer-enter-data-diameter {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    max-width: 100%;
}

.catalog-offer-plus,
.catalog-offer-minus {
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    font-size: 20px;
    color: #999;
    display: flex;
    padding: 10px 13px;
}

.catalog-offer-enter-data-diameter.counter {
    flex-wrap: nowrap;
}

.catalog-offer-enter-data-diameter.counter .counter-field-wrap {
    width: 80px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #2b2b37;
    margin: 0 5px;
    font-size: 14px;
    color: #2b2b37;
}

.catalog-offer-enter-data-sum {
    color: #999;
    display: flex;
    font-size: 14px;
    margin-top: 0;
}

.catalog-offer-price-block:not(.empty).no-price-box .catalog-offer-enter-data-sum {
    margin-left: 27px;
}

.catalog-offer-buy-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: relative;
}

.catalog-offer-buy-buttons .catalog-offer-delete-basket,
.catalog-offer-buy-buttons .catalog-offer-add-basket {
    font-size: 16px;
    width: 210px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #CD0000;
    background-color: #fff;
    color: #CD0000;
    transition: background-color 0.3s;
}

.catalog-offer-buy-buttons .catalog-offer-delete-basket:hover,
.catalog-offer-buy-buttons .catalog-offer-add-basket:hover {
    border: 1px solid #CD0000;
    background-color: #CD0000;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.catalog-offer-buy-buttons .catalog-offer-delete-basket {
    border: 1px solid #2A2A36;
    background: linear-gradient(139.8deg, #43445C 38.34%, #2A2A36 114.96%);
    color: #fff;
    padding-left: 27px;
}

.catalog-offer-buy-buttons .catalog-offer-delete-basket:hover {
    border: 1px solid #2A2A36;
    background: #fff;
    color: #2A2A36;
}

.catalog-offer-buy-buttons .catalog-offer-delete-basket::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: 20px;
    top: 14px;
}

.catalog-offer-buy-buttons .catalog-offer-delete-basket:hover::before {
    background: url("/bitrix/templates/desktop/components/av/catalog/desktop/styles/../images/icons/basket-icon-hover.svg") no-repeat;
}

.catalog-offer-buy-buttons .ask-question-button {
    width: 210px;
    height: 35px;
}

.catalog-offer-buy-buttons .delete-product-basket-popup-wrap .popup-inner {
    right: 0;
    margin: 0;
    left: -32px;
}

.catalog-offer-buy-buttons .delete-product-basket-popup-wrap .popup-inner::before {
    content: '';
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -29px;
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
}

.catalog-offer-buy-buttons .catalog-offer-add-basket:hover {
    color: #000;
    border: 2px solid #000;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/characteristics-offer.css?17305461981445*/
.characteristics-offer {
    box-shadow: 1px 6px 23px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 30px 35px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    position: relative;
}

.characteristics-offer-title {
    font-size: 14px;
    font-weight: 700;
    color: #2A2A36;
    display: block;
    margin-bottom: 20px;
}

.characteristics-offer .feature-wrap {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 15px;
}

.characteristics-offer .feature-inner {
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
    display: flex;
}

.characteristics-offer .feature-name-wrap {
    min-width: 300px;
    display: inline-block;
    position: relative;
}

.characteristics-offer .feature-name-wrap.feature-name-wrap-right-side {
    min-width: 150px;
    display: inline-block;
    text-align: right;
}

.characteristics-offer .feature-name,
.characteristics-offer .feature-data {
    position: relative;
    background-color: #F6F6F6;
    padding-right: 2px;
    padding-left: 0;
    z-index: 2;
}

.characteristics-offer .feature-data {
    padding-left: 2px;
}

.characteristics-offer .feature-inner::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1;
    background: #999;
}
/* 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/offer-warehouses.css?17305462003749*/
.select-warehouses-inner-offer {
    margin-top: 25px;
    width: 100%;
    border: 1px solid #F1F1F1;
    box-shadow: 1px 6px 22.9px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 35px;
    display: block;
}

.select-warehouses-inner-offer.hide {
    display: none;
}

.select-warehouses-box {
    box-shadow: 1px 6px 22.9px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 12px 20px;
    margin-bottom: 10px;
    display: none;
}

.select-warehouses-inner-header,
.select-warehouses-top-wrap.active,
.select-warehouses-box.active {
    display: grid;
    grid-template-columns: 1fr 400px 200px 150px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.select-warehouses-top-wrap {
    border-bottom: 1px solid #2b2b37;
}

.select-warehouses-box.active:last-of-type {
    border-bottom: none;
}

.select-warehouses-box .please-select-warehouse {
    min-width: 170px;
    padding-right: 0;
}

.select-warehouse-data-result {
    display: flex;
    justify-content: space-between;
}

.select-warehouse-name {
    font-weight: 700;
    font-size: 14px;
    color: #2A2A36;
}

.select-warehouse-address {
    font-size: 14px;
    color: #2A2A36;
    border: none;
}

.select-warehouses-box .select-warehouses-box-item {
    border: none;
    margin: 0;
}

.select-warehouses-box .select-warehouse-result-price {
    text-align: center;
}

.select-warehouses-inner-header {
    padding: 0 20px 15px;
}

.select-warehouses-inner-offer .offer-top-table-text {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #999;
}

.select-warehouse-result-price {
    font-size: 18px;
    color: #2b2b37;
}

.select-warehouse-result-price-inner {
    display: flex;
    align-items: baseline;
    justify-content: start;
}

.select-warehouse-result-price-measure {
    display: flex;
    align-items: baseline;
}

.select-warehouse-result-price-main {
    font-size: 20px;
    font-weight: 700;
    color: #282833;
}

.select-warehouse-result-price-measure-box,
.select-warehouse-result-price-cents {
    font-size: 14px;
    font-weight: 400;
    color: #282833;
}

.swap-warehouse-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #1E1E1E;
    background-color: #fff;
    color: #282833;
    height: 45px;
    width: 140px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.swap-warehouse-btn:hover {
    background-color: #1E1E1E;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.swap-warehouse-btn.change-warehouse {
    text-decoration: none;
    margin-top: 0;
    display: inherit;
}

.catalog-offer-selected-region-elements {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.catalog-offer-selected-region-item {
    background: linear-gradient(151.13deg, #515170 11.12%, #2A2A36 91.14%);
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px 6px 20px;
    margin-top: 10px;
    margin-right: 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-offer-selected-region-cross {
    margin-left: 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.catalog-offer-selected-region-cross::before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/offer-no-warehouse.css?17305461993419*/
.catalog-offer-no-warehouse-address-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    box-shadow: 1px 6px 23px 0 rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.catalog-offer-no-warehouse-address-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 60%;
}

.offer-no-warehouse.catalog-offer-warehouse-dropdown {
    overflow: hidden;
    height: 250px;
}

.catalog-offer-no-warehouse-address-list.active {
    height: 100%;
}

.catalog-offer-no-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.catalog-offer-no-warehouse-address-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.catalog-offer-no-warehouse-address {
    border-top: none;
    margin-top: 30px;
}

.catalog-offer-no-warehouse-address .catalog-offer-no-warehouse-address-title {
    font-size: 18px;
    font-weight: 700;
}

.catalog-offer-no-warehouse-address-price-wrap {
    width: 30%;
}

.catalog-offer-no-warehouse-address-price-wrap,
.catalog-offer-no-warehouse-address-price-count {
    display: flex;
    align-items: baseline;
}

.catalog-offer-no-warehouse-address-price-measure,
.catalog-offer-no-warehouse-address-price-wrap {
    margin-left: 5px;
}

.catalog-offer-no-warehouse-address-name {
    font-size: 14px;
    font-family: 'Roboto-Bold', sans-serif;
    color: #2b2b37;
    width: 200px;
}

.catalog-offer-no-warehouse-address-price-count .catalog-offer-no-price-main {
    font-size: 20px;
    font-weight: 700;
}

.catalog-offer-no-warehouse-address-price-measure {
    font-size: 14px;
}

.catalog-offer-no-warehouse-address-data {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #999;
    margin: 0 10px;
}

.catalog-offer-in-stock.price-from {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.catalog-offer-no-warehouse-address-item .swap-warehouse-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #2A2A36;
    color: #2A2A36;
    font-size: 14px;
    min-width: 112px;
    height: 45px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
}

.catalog-offer-no-warehouse-address-item .swap-warehouse-btn:hover {
    opacity: 1;
    background-color: #2A2A36;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .catalog-offer-no-warehouse-address-item {
        flex-wrap: wrap;
    }

    .catalog-offer-no-warehouse-address-wrapper,
    .catalog-offer-no-warehouse-address-name {
        width: 100%;
    }

    .catalog-offer-no-warehouse-address-data {
        margin: 0;
    }

    .catalog-offer-no-warehouse-address-list  .please-select-warehouse {
        margin-top: 15px;
    }

    .catalog-offer-no-warehouse-address-item .swap-warehouse-btn {
        width: 200px;
    }

    .catalog-offer-no-warehouse-address-price-wrap {
        justify-content: center;
    }
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/catalog/desktop/styles/offer.css?173329892110348*/
.offer-top-text {
    font-size: 14px;
    color: #999;
    display: block;
    margin: 30px 0;
    text-align: left;
}

.catalog-offer-picture-wrap {
    text-align: center;
    margin-right: 32px;
    min-width: 500px;
}

.catalog-offer-picture-wrap img {
    height: 330px;
    object-fit: contain;
    background-color: #f0f0f0;
    width: 100%;
    border-radius: 10px;
}

.catalog-offer-inner-data-price.catalog-offer-inner-data-price-offer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.text-no-price-product {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.text-no-price-product-order {
    color: #fb0000;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.catalog-offer-diameter-title,
.catalog-offer-code {
    font-size: 14px;
    color: #999;
}

.catalog-offer-diameter-select {
    margin-top: 15px;
}

.catalog-offer-enter-data-field {
    margin: 0 20px;
}

.catalog-offer-grey-text {
    color: #999;
}

.catalog-offer-buttons-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.offer-tab-top-buttons {
    display: flex;
    margin-bottom: 30px;
}

.catalog-offer-btn-inner-top,
.catalog-offer-inner .catalog-offer-buttons-group .catalog-offer-btn-inner {
    box-shadow: 5px 5px 10.4px 0 rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    color: #2b2b37;
    padding: 11px 15px;
    margin-right: 30px;
    width: auto;
    height: 45px;
}

.catalog-offer-btn-inner-top:hover,
.catalog-offer-inner .catalog-offer-buttons-group .catalog-offer-btn-inner:not(.active):hover {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #2b2b37;
    transition: all 0.3s;
    cursor: pointer;
}

.catalog-offer-btn-inner-top:nth-child(odd),
.catalog-offer-buttons-group .catalog-offer-btn-inner:nth-child(odd) {
    margin-right: 30px;
}

.catalog-offer-btn-inner-top.active,
.catalog-offer-buttons-group .catalog-offer-btn-inner.active {
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgba(44, 44, 57, 0.1);
    background-color: #2a2a36;
    border: 1px solid #2a2a36;
    color: #fff;
    transition: all 0.5s;
}

.catalog-offer-btn-inner-top.active:hover {
    cursor: default;
}

.catalog-offer-select-region-wrap,
.catalog-offer-select-region-wrap .select-region-inner-title-wrap {
    margin-top: 0;
}

.catalog-offer-select-region-wrap .select-region-inner-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #2b2b37;
    border-radius: 5px;
    font-size: 1rem;
    color: #2b2b37;
    position: relative;
}

.catalog-offer-select-region-wrap .select-region-inner-title-wrap::before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.select-region-inner-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-offer-select-region-wrap .select-region-inner-icon {
    color: #2a2a36;
    font-size: 30px;
}

.catalog-offer-select-region-wrap .select-region-inner {
    margin: 0 0 20px;
    display: none;
    width: 100%;
    border: 1px solid #2b2b37;
    border-top: none;
    height: 295px;
    overflow: auto;
    background-color: #fff;
}

.catalog-offer-select-region-wrap .select-region-inner.active {
    display: block;
    width: 370px;
    position: absolute;
    z-index: 2;
}

.select-warehouses-top-wrap {
    display: none;
}

.catalog-offer-select-region-wrap .select-region-inner .select-region-inner-field {
    display: block;
    padding: 12px 10px 12px 40px;
    color: #2b2b37;
    background-color: #fff;
    transition: background-color 0.3s;
    position: relative;
}

.catalog-offer-select-region-wrap .select-region-inner .select-region-inner-field::before {
    content: '';
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: solid 1px #999;
    background-color: #fff;
}

.catalog-offer-select-region-wrap .select-region-inner .select-region-inner-field.selected-region::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #f00;
    border: 1px solid #f00;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 14px;
    left: 10px;
}

.catalog-offer-select-region-wrap .select-region-inner .select-region-inner-field::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 13px;
    height: 7px;
    opacity: 0;
    transition: opacity .2s;
    transform: rotate(126deg);
}

.catalog-offer-select-region-wrap .select-region-inner .select-region-inner-field.selected-region::after {
    transition: opacity .2s;
    opacity: 1;
}

.catalog-offer-select-region-wrap .select-region-inner .select-region-inner-field:hover,
.catalog-offer-select-region-wrap .select-region-inner .selected-region {
    background-color: #f0f0f0;
    transition: background-color 0.3s;
    cursor: pointer;
}

.catalog-offer-warehouse-address-order .black-metal-location-selector-call .wrap-title {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #2b2b37;
    font-family: "Roboto-Bold", sans-serif;
    text-decoration: underline;
    display: block;
    text-align: left;
}

.catalog-offer-warehouse-address-order .black-metal-location-selector-call .wrap-title:hover {
    outline: none;
    color: #2b2b37;
    box-shadow: none;
    text-decoration: underline;
}

.catalog-offer-buttons-group.tab {
    flex-direction: column;
    margin: 40px 0 0 0;
}

.catalog-offer-buttons-group.tab .tabs-btn {
    display: flex;
}

.offer-top-tab-content,
.catalog-offer-buttons-group .tab-content {
    display: none;
}

.catalog-offer-warehouse-address-order > .catalog-warehouse-enter .catalog-enter-warehouse-wrap,
.catalog-offer-warehouse-address-order > .catalog-warehouse-enter .catalog-enter-warehouse-wrap:hover {
    background: transparent;
    text-decoration: none;
}

.offer-top-tab-content.active,
.catalog-offer-buttons-group .tab-content.active,
.catalog-offer-warehouse-address-order > .catalog-warehouse-enter .enter-base-city {
    display: block;
}

.catalog-offer-warehouse-address-order > .catalog-warehouse-enter .enter-base-address {
    font-family: "Roboto", sans-serif;
}

.catalog-offer-inner-box .catalog-offer-warehouse-address-order .black-metal-location-selector-call .wrap-title {
    margin-left: 0;
    font-size: 14px;
    color: #2b2b37;
}

.catalog-offer-warehouse-address {
    color: #2b2b37;
}

.catalog-offer-data-text-wrap {
    width: 100%;
}

.catalog-offer-inner-data-price .catalog-offer-inner-data-price-measure {
    font-size: 24px;
}

.catalog-offer-inner-data-price .catalog-offer-inner-data-price-inner {
    font-size: 36px;
}

.catalog-offer-inner-data-price-from:not(:empty) {
    font-size: 16px;
    margin-right: 5px;
}

.catalog-warehouse-drop-point {
    font-size: 14px;
    color: #2a2a35;
    text-decoration: underline;
    margin: 10px 0;
    cursor: pointer;
    display: none;
}

.catalog-offer-warehouse-dropdown {
    overflow: hidden;
    height: 450px;
    position: relative;
}

.catalog-offer-warehouse-dropdown + .catalog-warehouse-drop-point {
    display: block;
    background-color: #fb0000;
    box-shadow: 2px 5px 24px 2px rgb(251 0 0 / 47%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    bottom: 15px;
    color: transparent;
    position: relative;
    z-index: 1;
}

.catalog-offer-warehouse-dropdown + .catalog-warehouse-drop-point.active::before {
    transform: rotate(0deg);
    transition: transform 0.5s;
}

.offer-link {
    cursor: pointer;
}

.catalog-offer-diameter-select {
    display: none;
}

.catalog-offer-diameter-select.active {
    display: block;
    border: 1px solid #ced4da;
    border-top: none;
    margin-top: 0;
}

.catalog-offer-diameter-select li a:not(.hide) {
    padding: 5px 20px;
    display: block;
    font-size: 16px;
}

.catalog-offer-inner-box {
    display: flex;
}

.catalog-offer-title {
    font-size: 48px;
}

.catalog-offer-inner .catalog-offer-select-region-wrap .select-region-inner-title-wrap {
    width: 370px;
    height: 45px;
    border: 1px solid #1E1E1E;
    border-radius: 5px;
}

.catalog-offer-inner .catalog-offer-buttons-group.tab .tabs-content {
    background-color: #fff;
    padding: 0;
    margin-top: 25px;
    border-radius: 5px;
}

.catalog-other-inner.grey-bg {
    background-color: #f0f0f0;
}

.catalog-offer-data-text-wrap .catalog-enter-warehouse-title-wrap {
    width: 70%;
}

.catalog-offer-data-text-wrap .change-warehouse-box {
    width: clamp(120px, 50%, 150px);
}

.catalog-offer-buttons-group .production-box-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    min-height: auto;
    padding-bottom: 15px;
    margin: 15px 0;
    display: block;
    width: 100%;
    text-align: left;
}

@media (max-width: 1399px) {
    .catalog-offer-picture-wrap {
        width: 350px;
        min-width: auto;
    }

    .catalog-offer-data-text-wrap {
        width: calc(100% - 382px);
    }

    .catalog-offer-picture-wrap img {
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .catalog-offer-buy-buttons .ask-question-button,
    .catalog-offer-buy-buttons .catalog-offer-add-basket {
        width: 150px;
        font-size: 14px;
    }

    .catalog-offer-buy-buttons .ask-question-button > svg {
        display: none;
    }

    .catalog-offer-price-block:not(.empty) {
        padding: 15px 20px;
    }
}
/* 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/templates/desktop/components/av/catalog/desktop/styles/offer-props.css?17305462002651*/
.offer-filter-props-wrap {
    box-shadow: 1px 6px 23px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 20px 35px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px 20px;
    position: relative;
}

.offer-filter-props-inner .offer-filter-props-list-items {
    min-width: 110px;
}

.offer-filter-props-inner.full-size .offer-filter-props-list-items {
    min-width: 58px;
}

.offer-filter-props-inner.half-size .offer-filter-props-list-items {
    min-width: 40px;
}

.offer-filter-props-title {
    color: #2A2A36;
    display: block;
    margin-bottom: 10px;
}

.offer-filter-props-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.offer-filter-props-list-items {
    font: 400 14px / 17px "Roboto", sans-serif;
    color: #2A2A36;
    background-color: #F0F0F0;
    padding: 0 10px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.offer-filter-props-list-items.active {
    color: #fff;
    background-color: #2A2A36;
}

.offer-filter-props-list-items:hover {
    color: #fff;
    background-color: #2A2A36;
    transition: all 0.3s;
    cursor: pointer;
}

.offer-filter-props-list .offer-filter-props-label > span {
    padding-left: 0;
}

.offer-filter-props-list .offer-filter-props-label > span::before,
.offer-filter-props-list .offer-filter-props-label > span::after {
    display: none;
}

.offer-filter-props-wrap.dropdown-inner-data:not(.active)::after {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -9px;
    height: 59px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    filter: blur(8px);
}

.offer-filter-props-wrap + .arrow-drop-icon {
    bottom: 17px;
    width: 33px;
    height: 33px;
    padding: 0;
    box-shadow: 0 3px 8px 0 rgba(205, 0, 0, 0.5);
    background-size: 50%;
    background-position: center 13px;
}

.offer-top-tab-content .arrow-drop-icon.hide {
    display: none;
}

.offer-filter-props-wrap .props-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.props-arrow-title {
    font-size: 12px;
    color: #999;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: -37px;
}

.props-arrow.active .props-arrow-title {
    position: absolute;
    bottom: 37px;
    left: 0;
    transform: rotate(180deg);
}
/* 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:/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/faq-styles.css?17181125851834 */
/* /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/catalog/desktop/styles/action-price.css?17509259621989 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/seo-links.css?17332409842158 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/offer-price.css?17319112956427 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/characteristics-offer.css?17305461981445 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/tabs.css?17313158953649 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/offer-warehouses.css?17305462003749 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/offer-no-warehouse.css?17305461993419 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/offer.css?173329892110348 */
/* /bitrix/templates/desktop/components/av/buyer.warehouse.selector.new/.default/style.css?173054641114093 */
/* /bitrix/templates/desktop/components/av/catalog/desktop/styles/offer-props.css?17305462002651 */
/* /bitrix/components/av/faq/templates/.default/style.css?17397979902868 */
/* /bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713 */
