

/* Start:/local/templates/main/components/bitrix/news.list/banners-main/style.css?17760656523388*/
.section.main-banner {
    margin-top: 44px;
}

.section.main-banner div.swiper-navigation {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: calc(100% - 50px);
}

.section.main-banner .main-banner__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    overflow: hidden;
}

.section.main-banner .main-banner__img {
    margin-left: auto;
    width: 100%;
}

.section.main-banner .main-banner__img img {
    width: 100%;
    height: 339px;
    object-fit: cover;
    vertical-align: middle;
}

.section.main-banner .main-banner__wrapper-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
}

.section.main-banner .main-banner__title {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Raleway";
    font-family: var(--secondary-font-family, "Raleway");
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.6px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.section.main-banner .main-banner__description {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    opacity: 0.6;
}

.section.main-banner .main-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1580px) {
    .section.main-banner .main-banner__wrapper-text {
        width: 360px;
    }
}


@media (max-width: 1024px) {
    .section.main-banner .main-banner__img img {
        width: 100%;
        height: 200px;
    }

    .section.main-banner .main-banner__title {
        font-size: 18px;
        line-height: 25px;
    }

    .section.main-banner .main-banner__wrapper-text {
        gap: 0;
    }
}

@media (max-width: 992px) {
    .section.main-banner .main-banner__wrapper-text {
        width: 315px;
    }
}

@media (max-width: 768px) {
    .section.main-banner div.swiper-pagination {
        gap: 0;
    }

    .section.main-banner div.swiper-pagination span.swiper-pagination-bullet {
        height: 1px;
    }

    .section.main-banner {
        margin-top: 15px;
    }

    .section.main-banner .main-banner__img {
        width: 100%;
        height: 150px;
    }

    .section.main-banner .main-banner__title,
    .section.main-banner .main-banner__description {
        font-size: 12px;
        line-height: 15.6px;
    }

    .section.main-banner .main-banner__wrapper-text {
        width: 135px;
        left: 16px;
    }
}

@media (max-width: 768px) {
    .section.main-banner .main-banner__img img {
        width: 100%;
        height: 150px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/categories/style.css?17666660702786*/
.categories__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 24px;
    gap: 24px;
}

.categories__item {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 238px;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.categories__item:hover {
    background-color: #E9EAEB;
    background-color: var(--dark2-white-color, #E9EAEB);
}

.categories__wrapper-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}


.categories__name-category {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.8px;
}

.categories__quantity {
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

.categories__wrapper-img {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.categories .button_more {
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

.categories__wrapper-img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1580px) {
    .categories__item {
        padding: 20px 10px;
    }
}

@media (max-width: 1440px) {
    .categories__list {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .categories__list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .categories__list {
        gap: 17px;
    }

    .categories__item {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .categories__name-category {
        font-size: 12px;
        line-height: 15.6px;
    }

    .categories__hidden-mobile {
        display: none;
    }
}

@media (max-width: 360px) {
    .categories__list {
        gap: 7px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/slider/style.css?17666660701198*/
.product-list {
    position: relative;
    min-width: 0;
}

.product-list .swiper-slide {
    height: auto;
}

.product-list .product-list_swiper-pagination {
    display: none;
}

@media (max-width: 992px) {
    .product-list .product-list_swiper {
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .product-list .product-list_swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        width: 100%;
        border-radius: 5px;
        border-radius: var(--subsmall-radius, 5px);
        background: #F2F3F5;
        background: var(--dark-white-color, #F2F3F5);
    }
    .product-list .swiper-pagination-horizontal.product-list_swiper-pagination span.swiper-pagination-bullet {
        width: 100%;
        margin: 0;
        background-color: transparent;
    }
    .product-list .swiper-pagination-horizontal.product-list_swiper-pagination span.swiper-pagination-bullet-active {
        width: 100%;
        border-radius: 5px;
        border-radius: var(--subsmall-radius, 5px);
        background: #78909C;
        background: var(--grey-color, #78909C);
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/main/style.css?177606565226518*/
.product-card {
    width: 100%;
    min-width: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 13px 15px;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    border: 1px solid rgba(0, 101, 220, 0.2);
    border: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-card__header,
.product-card__header.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.product-card__header {
    position: absolute;
    width: calc(100% - 26px);
    left: 13px;
    right: 13px;
    top: 13px;
    margin: auto;
}

.product-card__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    border-radius: 2px;
    height: 23px;
    min-width: 90px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.product-card__mark[data-code="best_price"] {
        color: #DC7500;
        color: var(--color-orange, #DC7500);
        border: 1px solid #DC7500;
        border: 1px solid var(--color-orange, #DC7500);
}


.product-card__mark[data-code="new"] {
    color: #0065DC;
    color: var(--blue-color, #0065DC);
    border: 1px solid #0065DC;
    border: 1px solid var(--blue-color, #0065DC);
}

.product-card__mark_small {
    min-width: 16px;
    max-width: 16px;
    padding: 0;
}

.product-card__mark svg,
.product-card__mark span {
    margin: auto;
    line-height: 1;
}

.product-card__slider-img {
    min-width: 0;
    margin-top: 35px;
}

.product-card__slider-img .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.product-card__slider-img .product-card__wrapper-img {
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto 0 38px;
}

.product-card__slider-img .swiper-slide .product-card__wrapper-img {
    margin-bottom: 0;
}

.product-card__wrapper-img img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 113px;
}

.product-card__slider-img .swiper-pagination {
    gap: 0;
    margin-top: 38px;
}

.product-card__slider-img span.swiper-pagination-bullet {
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.product-card__slider-img span.swiper-pagination-bullet:hover {
    opacity: 1;
}

.product-card__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}

.product-card__title {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
}

.product-card__price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.product-card__price_discount,
.product-card__price[data-price-discount="Y"] {
    margin-top: 26px;
}

.product-card__old-price {
    position: absolute;
    top: -17px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    font-size: 12px;
    opacity: 0.6;
}

.product-card__price_last-price,
.product-card__price[data-price-last="Y"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}

.product-card__price_last-price .product-card__old-price,
.product-card__price[data-price-last="Y"] .product-card__old-price {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.product-card__price_last-price .product-card__current-price,
.product-card__price[data-price-last="Y"] .product-card__current-price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.product-card__current-price {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.4px;
}

.product-card__currency {
    font-weight: 500;
}

.product-card__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 20px;
    border-radius: 4px;
    color: #E6274D;
    color: var(--pink-color, #E6274D);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.6px;
}

.product-card__discount span {
    margin: auto;
}

.product-card__footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.product-card__footer-item .button {
    width: 101px;
    height: 40px;
    padding: 0 4px;
}

.product-card:not(.incart) .product-card__footer-item .button .mess-in-cart,
.product-card.incart .product-card__footer-item .button .mess-to-cart {
    display: none;
}

.product-card__wrapper-content {
    min-width: 0;
}

.product-card__wrapper-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto 0;
}

.product-card__wrapper-icons svg {
    cursor: pointer;
}

.product-card__wrapper-icons svg .hover {
    opacity: 0;
}

.product-card__wrapper-icons svg:hover path,
.product-card__wrapper-icons svg.active path {
    stroke: #E6274D;
    stroke: var(--pink-color, #E6274D);
}

.product-card__wrapper-icons svg:hover .hover,
.product-card__wrapper-icons svg.active .hover {
    opacity: 1;
}

.product-card__wrapper-icons svg:hover .default,
.product-card__wrapper-icons svg.active .default {
    opacity: 0;
}

.product-card__wrapper-content .product-card__wrapper-icons {
    display: none;
}


@media (max-width: 1100px) {
    .product-card__one-characteristic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .product-card__header.desktop {
        display: none;
    }

    .product-card__header.tablet {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 215px;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .product-card__one-characteristic {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .product-card__footer-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-card__wrapper-icons svg:hover path {
        stroke: revert-layer;
    }

    .product-card__wrapper-icons svg.active path {
        stroke: #E6274D;
        stroke: var(--pink-color, #E6274D);
    }

    .product-card__wrapper-icons svg:hover .default {
        opacity: 1;
    }

    .product-card__wrapper-icons svg:hover .hover {
        opacity: 0;
    }

    .product-card__wrapper-icons svg.active .hover {
        opacity: 1;
    }

    .product-card__wrapper-icons svg.active .default {
        opacity: 0;
    }
}

@media (max-width: 850px) {
    .product-card__one-characteristic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .product-card__footer-item .button {
        width: 76px;
        height: 40px;
    }

    .catalog-filter__item:hover {
        border: 1px solid rgba(0, 101, 220, 0.2);
        border: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .product-card__wrapper-content .product-card__wrapper-icons {
        display: none;
    }

    .product-card__status:not(.product-card__status_in_stock) {
        display: none;
    }

    .product-card__wrapper-icons svg {
        width: 17px;
        height: 16px;
    }

    .product-preview__slider-img .product-card__wrapper-img {
        width: 273px;
        height: 216px;
        margin: 0 auto;
    }
}

@media (max-width: 540px) {
    .product-card__current-price {
        font-size: 16px;
    }

    .basket .product-card__old-price {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-card__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
        line-height: 15.6px;
    }

    .product-card__current-price {
        font-size: 15px;
    }

    .product-card__old-price {
        top: -12px;
        font-size: 10px;
    }

    .product-card__slider-img {
        margin-top: 30px;
        height: 78px;
    }

    .product-card__slider-img img {
        width: 93px;
        height: 63px;
    }

    .product-card__mark {
       /* width: 88px;
        height: 16px;*/
        padding: 2px;
        height: auto;
        width: 100%;
    }

    .product-card__mark:not(:first-child) {
        display: none;
    }

    .detail-product-preview .product-card__mark {
        width: 88px;
        height: 23px;
    }

    .detail-product-preview .product-card__mark:not(:first-child) {
        display: flex;
    }

    .product-card__slider-img span.swiper-pagination-bullet {
        height: 1px;
    }

    .product-card__discount {
        margin: auto 0;
        width: 25px;
        height: 11px;
        font-size: 8px;
        line-height: 1;
    }

    .product-card__description {
        margin-top: 10px;
        gap: 7px;
    }

    .product-card__price_discount,
    .product-card__price[data-price-discount="Y"] {
        margin-top: 15px;
    }

    .product-card__footer-item {
        margin-top: 5px;
        gap: 8px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product-card {
        padding: 8px 10px 10px;
    }

    .product-card__slider-img .swiper-pagination {
        margin-top: 20px;
    }

    .product-card__price_last-price,
    .product-card__price[data-price-last="Y"] {
        margin-top: 8px;
        gap: 0;
    }
}


/* sku */
.product-card__sku {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.product-card__sku-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.product-card__sku-item-list .sku-property {
    border: 1px solid #dddddd;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}

.product-card__sku-item-list .sku-property:hover {
    background-color: #eee;
}

.product-card__sku-item-list .sku-property.selected {
    border-color: #0065dc;
}


/* catalog__list-product_wide */
.catalog__list-product_wide .product-card__price_last-price,
.catalog__list-product_wide .product-card__price[data-price-last="Y"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

.catalog__list-product_wide .product-card__current-price_last-price .product-card__current-price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.catalog__list-product_wide .product-card__price_last-price .product-card__old-price,
.catalog__list-product_wide .product-card__price[data-price-last="Y"] .product-card__old-price {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.catalog__list-product_wide .button_order br {
    display: none;
}

.catalog__list-product_wide .product-card__wrapper-content {
    width: 100%;
    max-width: 203px;
}




.catalog__list-product_wide .product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 90px;
    -ms-grid-column-span: 5;
    grid-column: 5 span;
    padding: 30px;
}

.catalog__list-product_wide.catalog__list-product_additional .product-card {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
}

.catalog__list-product_wide .product-card__old-price {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    line-height: 20px;
}

.product-card__button-prompt {
    display: none;
}

.catalog__list-product_wide .product-card__current-price {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.catalog__list-product_wide .product-card__discount {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.catalog__list-product_wide .product-card__footer-item {
    margin-top: 18px;
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.catalog__list-product_wide .product-card__slider-img {
    margin-top: 24px;
}

.catalog__list-product_wide .product-card__description {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.catalog__list-product_wide .product-card__slider-img .swiper-pagination {
    margin-top: 33px;
}

.product-card__characteristics {
    display: none;
    margin-top: 10px;
}

.catalog__list-product_wide .product-card__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.9px;
}

.product-card__one-characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.product-card__one-characteristic span:last-child {
    color: #37474F;
    color: var(--main-color, #37474F);
}

.product-card .product-card__status {
    display: none;
    margin-top: 10px;
}

.product-card__status span {
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
}

.catalog__list-product_wide .product-card__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.catalog__list-product_wide .product-card__status svg {
    display: none;
}

.catalog__list-product_wide .product-card__status {
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.9px;
}

.product-card__status_in_stock,
.catalog__list-product_wide .product-card__status_in_stock {
    color: #009442;
    color: var(--color-green, #009442);
}

.catalog__list-product_wide .product-card__status_in_stock svg {
    display: block;
}

.product-card__wrapper-price-status {
    margin-top: auto;
}

.catalog__list-product_wide .product-card__wrapper-price-status {
    width: 100%;
    max-width: 260px;
    padding-left: 30px;
    margin-left: 80px;
    margin-top: 0;
    border-left: 1px solid rgba(0,101,220,0.2);
    border-left: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
}

.catalog__list-product_additional div.product-card__wrapper-price-status {
    margin-left: auto;
}

.catalog__list-product_wide .product-card__wrapper-price-status .product-card__price_discount,
.catalog__list-product_wide .product-card__wrapper-price-status .product-card__price[data-price-discount="Y"] {
    margin-top: 0;
}

.product-card__wrapper-price-status .product-card__header,
.product-card__wrapper-price-status .product-card__description {
    display: none;
}



.product-card__prompt {
    display: none;
}

.open + .product-card__prompt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    padding: 10px;
    border-radius: 6px;
    border-radius: var(--small-radius, 6px);
    background: #ffffff;
    background: var(--white-color, #ffffff);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
}

.catalog__list-product_wide .product-card__current-price .product-card__prompt svg {
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    margin: 0;
}


@media (max-width: 1350px) {
    .catalog__list-product_wide .product-card {
        gap: 45px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status {
        margin-left: auto;
    }
}

@media (max-width: 1150px) {
    .catalog__list-product_wide .product-card__wrapper-price-status {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .catalog__list-product_wide .product-card__header {
        display: none;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__header {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__price {
        margin-top: 10px;
        gap: 5px;
    }

    .catalog__list-product_wide .product-card__old-price {
        margin: auto 0;
        font-size: 12px;
    }

    .catalog__list-product_wide .product-card__current-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5px;
        font-size: 16px;
    }

    .catalog__list-product_wide .product-card__discount {
        width: 40px;
        height: 20px;
        font-size: 12px;
    }

    .catalog__list-product_wide .product-card__footer-item {
        margin-top: 16px;
    }

    .catalog__list-product_wide .product-card {
        position: relative;
        padding: 20px 0;
        border: none;
        gap: 10px;
    }

    .catalog__list-product_wide .product-card:first-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 100vw;
        height: 1px;
        background-color: rgba(0, 101, 220, 0.2);
        background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .catalog__list-product_wide .subbanner + .product-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 100vw;
        height: 1px;
        background-color: rgba(0, 101, 220, 0.2);
        background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .catalog__list-product_wide .product-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 100vw;
        height: 1px;
        background-color: rgba(0, 101, 220, 0.2);
        background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    }

    .catalog__list-product_wide .product-card__wrapper-content {
        min-width: 120px;
        max-width: 150px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .catalog__list-product_wide .product-card__middle-block {
        display: none;
    }

    .catalog__list-product_wide .product-card__footer-item .product-card__wrapper-icons {
        display: none;
    }

    .catalog__list-product_wide .product-card__wrapper-content .product-card__wrapper-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        margin: 20px auto 0;
    }

    .catalog__list-product_wide .product-card__wrapper-content .product-card__wrapper-icons svg {
        width: 17px;
        height: 16px;
    }

    .product-card__wrapper-content .product-card__wrapper-icons svg[data-entity="favorite-button"] {
        padding-left: 2px;
    }

    .product-card__wrapper-price-status .product-card__wrapper-icons svg[data-entity="favorite-button"] {
        padding-left: 2px;
        padding-top: 2px;
    }

    .catalog__list-product_wide .product-card__slider-img {
        height: 100px;
        margin-top: 0;
    }

    .catalog__list-product_wide .product-card__slider-img .swiper-pagination {
        width: 37%;
    }

    .catalog__list-product_wide .product-card__slider-img .swiper-pagination span.swiper-pagination-bullet {
        height: 1px;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status {
        max-width: 100%;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status {
        border-left: none;
    }

    .catalog__list-product_wide .product-card__current-price svg {
        display: inline;
        margin: auto 0;
    }
}

@media (max-width: 540px) {
    .catalog__list-product_wide .product-card__wrapper-price-status {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .catalog__list-product_wide .product-card__mark {
        width: 91px;
        height: 23px;
    }

    .catalog__list-product_wide .product-card__mark:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 360px) {
    .catalog__list-product_wide .product-card {
        gap: 0;
    }

    .catalog__list-product_wide .product-card__wrapper-price-status .product-card__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* .reviews-block */
.reviews-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.reviews-block__level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
}

.icon-star {
    margin: auto 0;
}

.reviews-block__number,
.reviews-block__quantity {
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

@media (max-width: 480px) {
    .reviews-block__number,
    .reviews-block__quantity {
        font-size: 10px;
    }
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banner/style.css?17666660706535*/
.subbanner {
    position: relative;
    height: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    background-color: #37474F;
    background-color: var(--main-color, #37474F);
    overflow: hidden;
}

.subbanner_grey {
    background-color: #dde6eb;
}

.subbanner__wrapper-text {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 400px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subbanner__wrapper-text h3 {
    color: #ffffff;
    color: var(--white-color, #ffffff);
}

.subbanner_grey .subbanner__wrapper-text {
    width: 35%;
}

.subbanner__wrapper-text span {
    color: #ffffff;
    color: var(--white-color, #FFF);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    opacity: 0.8;
}

.subbanner_grey .subbanner__wrapper-text h3,
.subbanner_grey .subbanner__wrapper-text span {
    color: #37474F;
    color: var(--main-color, #37474F);
    max-width: 480px;
}

.subbanner__wrapper-img {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 100%;
    margin-left: auto;
}

.subbanner__wrapper-img img {
    position: relative;
    z-index: 0;
    top: -1px;
    right: -1px;
    width: 100%;
    height: calc(100% + 2px);
    -o-object-fit: contain;
    object-fit: cover;
    max-width: none;
}
.subbanner__wrapper-link {
    width: 100%;
    display: block;
}
/*.subbanner__wrapper-img::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -42px;
    color: rgb(221, 230, 235);
    width: 260px;
    height: calc(100% + 100px);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(55, 71, 79)), color-stop(45%, rgba(55, 71, 79, 0.9)), color-stop(50%, rgba(55, 71, 79, 0.8)), color-stop(60%, rgba(55, 71, 79, 0.7)), color-stop(65%, rgba(55, 71, 79, 0.6)), color-stop(70%, rgba(55, 71, 79, 0.5)), color-stop(75%, rgba(55, 71, 79, 0.4)), color-stop(80%, rgba(55, 71, 79, 0.3)), color-stop(85%, rgba(55, 71, 79, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(55, 71, 79) 15%, rgba(55, 71, 79, 0.9) 45%, rgba(55, 71, 79, 0.8) 50%, rgba(55, 71, 79, 0.7) 60%, rgba(55, 71, 79, 0.6) 65%, rgba(55, 71, 79, 0.5) 70%, rgba(55, 71, 79, 0.4) 75%, rgba(55, 71, 79, 0.3) 80%, rgba(55, 71, 79, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(13.44deg);
    -ms-transform: rotate(13.44deg);
    transform: rotate(13.44deg);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}*/

/*.subbanner_grey .subbanner__wrapper-img::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(221, 230, 235)), color-stop(45%, rgba(221, 230, 235, 0.9)), color-stop(50%, rgba(221, 230, 235, 0.8)), color-stop(60%, rgba(221, 230, 235, 0.7)), color-stop(65%, rgba(221, 230, 235, 0.6)), color-stop(70%, rgba(221, 230, 235, 0.5)), color-stop(75%, rgba(221, 230, 235, 0.4)), color-stop(80%, rgba(221, 230, 235, 0.3)), color-stop(85%, rgba(221, 230, 235, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(221, 230, 235) 15%, rgba(221, 230, 235, 0.9) 45%, rgba(221, 230, 235, 0.8) 50%, rgba(221, 230, 235, 0.7) 60%, rgba(221, 230, 235, 0.6) 65%, rgba(221, 230, 235, 0.5) 70%, rgba(221, 230, 235, 0.4) 75%, rgba(221, 230, 235, 0.3) 80%, rgba(221, 230, 235, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}*/

.subbanner__wrapper-img_middle::before {
    display: none;
}

.subbanner__wrapper-middle-content {
    position: absolute;
    z-index: 2;
    left: 40%;
    right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.subbanner__wrapper-middle-content .product-card__price {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    width: 45%;
}

.subbanner__wrapper-middle-content .product-card__old-price {
    position: static;
    margin-top: 8px;
}

.subbanner__wrapper-middle-content .product-card__discount {
    position: absolute;
    right: 0;
    bottom: 0;
}

.subbanner__subtitle {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

@media (max-width: 1440px) {
    .subbanner__wrapper-middle-content {
        display: none;
    }

    .subbanner_grey .subbanner__wrapper-text {
        width: 100%;
    }

    .subbanner_grey .subbanner__wrapper-text h3,
    .subbanner_grey .subbanner__wrapper-text span {
        max-width: 420px;
    }

    .subbanner__wrapper-img::before {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .subbanner__wrapper-img img {
        top: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .subbanner {
        height: 140px;
    }

    .subbanner__wrapper-img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .subbanner__wrapper-img::before {
        width: 160px;
    }

    .subbanner_grey .subbanner__wrapper-img::before {
        width: 85%;
    }

    .subbanner__wrapper-text {
        top: 17px;
        bottom: auto;
        width: 75%;
        gap: 9px;
        padding-left: 18px;
    }

    .subbanner_grey .subbanner__wrapper-text h3,
    .subbanner_grey .subbanner__wrapper-text span {
        max-width: 230px;
    }

    .subbanner__wrapper-text span {
        font-size: 12px;
        line-height: 15.6px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/main/style.css?17760656528536*/


/* share */
.additional-actions__item.share-ya {
    position: relative;
}

.additional-actions__item.share-ya .ya-share2,
.additional-actions__item.share-ya .ya-share2__item_more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.additional-actions__item.share-ya .ya-share2__item_more .ya-share2__link_more {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    opacity: 0 !important;
}

.additional-actions__item.share-ya .ya-share2__title {
    font-size: 14px;
}

.additional-actions__item.share-ya .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.additional-actions__item.share-ya .ya-share2__container_size_m.ya-share2__container_as-popup .ya-share2__item {
    padding: 4px 8px;
}
.product-card__mark[data-code="otlichnii_dvigatel"] {
    color: #DC7500;
    color: var(--color-orange, #DC7500);
    border: 1px solid #DC7500;
    border: 1px solid var(--color-orange, #DC7500);
}

/* info-delivery */
.info-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.info-delivery__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.info-delivery__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

.info-delivery__subtitle a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.info-delivery__additionally-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    color: #37474F;
    color: var(--main-color, #37474F);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .info-delivery {
        padding: 15px 20px;
        border-radius: 6px;
        background: #ffffff;
        background: var(--white-color, #ffffff);
        -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 101, 220, 0.1);
        box-shadow: 0px 6px 10px 0px rgba(0, 101, 220, 0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .info-delivery__subtitle,
    .info-delivery__additionally-detail {
        font-size: 13px;
    }
    .info-delivery__detail {
        gap: 10px;
    }
    .info-delivery__additionally-detail {
        gap: 3px;
    }
}

/* product-selections */
.product-selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 60px;
}

.product-selections__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-selections__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 17px;
    height: 47px;
    border-radius: 6px;
    border-radius: var(--small-radius, 6px);
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-selections__item:hover {
    background-color: #E8E8E8;
    background-color: var(--light-grey-color, #E8E8E8);
}

.product-selections__item span {
    margin: auto;
    color: #37474F;
    color: var(--main-color, #37474F);
}

[data-copy],
[detail-compare-button]{
    cursor: pointer;
}
.details-product-wrapper [data-entity="favorite-button"].active svg path{
    fill: var(--pink-color, #E6274D);
}
[detail-compare-button].active svg path{
    stroke: var(--pink-color, #E6274D);
}
[detail-compare-button] .inCompare,
[detail-compare-button].active span:not(.inCompare){
    display:none;
}
[detail-compare-button].active .inCompare{
    display:block;
    color:var(--pink-color, #E6274D);
}
.count-basket-input{
    -moz-appearance: textfield;
    pointer-events: none;
}
.count-basket-input::-webkit-outer-spin-button,
.count-basket-input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.popup-window-buttons .button{
    align-items: center;
}

@media (max-width: 768px) {
    .product-selections__list {
        gap: 10px;
    }
    .product-selections__item {
        height: 30px;
        padding: 0 8px;
    }
    .product-selections__item span {
        font-size: 13px;
    }
}

.popup-window, .popup-window.popup-window-with-titlebar {
    box-shadow: 0px 2px 7px 0px #c7c7c7;
}
.button[data-can-add="0"], .button[data-can-add="0"]:hover{
    background-color: #ccc;
}
.characteristics-mini__buttons_link{
    margin: auto;
}
.brands_link {
    display: block;
}
/*
.att_offers_btn_wrap.product-characteristics-mini__buttons{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(50px, 1fr) );
}*/
.att_offers_btn_wrap.product-characteristics-mini__buttons {
    display: flex;
    flex-wrap: wrap;
}
.product-card__wrapper-img_cursor{
    cursor: pointer;
}

/*********************/
/* Блок с opacity при загрузке */
.info-delivery__detail.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Индикатор загрузки */
.delivery-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.loading-spinner {
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    color: #666;
}
.button_blue.button_blue_fill:hover path.hover {
    fill: var(--pink-color, #E6274D);
}
.button_blue.button_blue_fill svg .hover{
    opacity: 0;
}

.button_blue.button_blue_fill:hover .hover, .button_blue.button_blue_fill svg:hover .hover, .button_blue.button_blue_fill.active .hover {
    opacity: 1;
}

.button_added_icon{
    display: none;
    padding-top: 5px;
}

.bx-catalog-subscribe-button span, .button.not-available{
    font-size: 11px;
    text-align: center;
}
@media (max-width: 1350px) {
    .bx-catalog-subscribe-button span br, .button.not-available br{
        display: none;
    }
    .bx-catalog-subscribe-button span, .button.not-available{
        font-size: 12px;
    }
    .price-basket__wrapper-button button.bx-catalog-subscribe-button .price-basket__wrapper-button button.button{
        height: 44px;
    }
}
@media (max-width: 768px) {
    .button_blue.button_blue_fill svg .hover{
        display: none;
    }
    .button_blue.button_blue_fill.active .hover{
        display: block;
    }
    .button_blue.button_blue_fill:hover .hover, .button_blue.button_blue_fill svg:hover .hover {
        opacity: 1;
    }

    .price-basket__wrapper-button button.bx-catalog-subscribe-button, .price-basket__wrapper-button .button{
        height: 40px;
    }
}

@media(max-width:479px){
    .popup-window, .popup-window.popup-window-with-titlebar.basket_popup_window{
        min-height: auto;   
        border-radius: 10px;
    }
    span.button_added_text {
        display: none;
    }
    .button_added_icon{
        display: flex;
    }
    .button.button_added {
        padding: 7px 13px;
        height: 30px;
    }

    .price-basket__add-basket{
        flex-wrap: wrap;
    }
    .bx-catalog-subscribe-button span, .button.not-available{
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banners-stocks/style.css?17666660704763*/
.new-current-offers {
    overflow: hidden;
}

.new-current-offers .swiper {
    overflow: visible;
}

.new-current-offers__list .swiper-slide {
    height: auto;
}

.new-current-product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 250px;
    padding: 0;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    border: 1px solid #E0E0E0;
    border: 1px solid var(--light2-grey-color, #E0E0E0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.new-current-product__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding: 30px 10px 10px 10px;
    border: 1px solid var(--light2-grey-color, #E0E0E0);
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    background: #eee;
    min-height: 110px;
}
.new-current-product_title_link {
    flex-grow: 1;
}
.new-current-product__title_text {
    font-weight: 600;
}

.new-current-product__date_period {
    color: #0095ff;
    font-size: .9rem;
}
.new-current-product_grey {
    background-color: #78909C;
    background-color: var(--grey-color, #78909C);
}

.new-current-product_blue {
    background-color: #0065DC;
    background-color: var(--blue-color, #0065DC);
}

.new-current-product_yellow {
    background-color: #FFC300;
    background-color: var(--color-yellow, #FFC300);
}

.new-current-product__date {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 6px;
    color: #0065DC;
    color: var(--blue-color, #0065DC);
    border: 1px solid #0065DC;
    border: 1px solid var(--blue-color, #0065DC);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.new-current-product__date_white {
    color: #ffffff;
    color: var(--white-color, #ffffff);
    border: 1px solid #ffffff;
    border: 1px solid var(--white-color, #ffffff);
}

.new-current-product__date span {
    margin: auto;
}

.new-current-product__title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.8px;
    transition: opacity .2s ease-in-out;
}

a.new-current-product__title:hover {
    color: #37474F;
    opacity: 0.9;
}

.new-current-product__title_white {
    color: #ffffff;
    color: var(--white-color, #ffffff);
}

a.new-current-product__title_white:hover {
    color: #ffffff;
}

.new-current-product__wrapper-img {
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 21px;
}

.new-current-product__wrapper-img_in_corner {
    top: 0;
    right: 0;
}

.new-current-product__wrapper-img img {
    width: 260px;
    height: 218px;
    object-fit: contain;
}

.new-current-product__wrapper-img_in_corner img {
    object-position: 100% 0;
}

.new-current-product__top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.new-current-product__top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-current-product__wrapper-icon {
    position: relative;
    z-index: 0;
    width: 77px;
    height: 44px;
}

.new-current-product__wrapper-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .new-current-product {
        height: 209px;
        padding: 20px;
    }

    .new-current-product__wrapper-img {
        top: 11px;
        right: 14px;
    }

    .new-current-product__wrapper-img_in_corner {
        top: 0;
        right: 0;
    }

    .new-current-product__wrapper-img img {
        width: 170px;
        height: 143px;
    }

    .new-current-product__title {
        font-size: 12px;
        line-height: 15.6px;
    }

    .new-current-product__date {
        font-size: 10px;
    }

    .new-current-product__wrapper-icon {
        width: 50px;
        height: 29px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banners-stocks-secondary/style.css?17666660707215*/
.secondary-slider {
    overflow: hidden;
}

.secondary-slider .secondary-slider__list .swiper {
    overflow: visible;
}

.secondary-slider .secondary-slider-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 208px;
    padding: 30px;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.secondary-slider .secondary-slider-item__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.secondary-slider .secondary-slider-item__wrapper-icon {
    width: 163px;
    height: 44px;
}

.secondary-slider .secondary-slider-item__wrapper-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 0;
}

.secondary-slider .secondary-slider-item__wrapper-text {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    opacity: 0.6;
}

.secondary-slider .secondary-slider-item__title h3 {
    color: #37474F;
    color: var(--main-color, #37474F);
}

.secondary-slider .secondary-slider-item__description {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

.secondary-slider .secondary-slider-item__wrapper-tags {
    position: relative;
    z-index: 33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.secondary-slider .secondary-slider-item__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 7px;
    border-radius: 2px;
    border: 1px solid #0065DC;
    border: 1px solid var(--blue-color, #0065DC);
    color: #0065DC;
    color: var(--blue-color, #0065DC);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.secondary-slider .secondary-slider-item__tag span,
.secondary-slider .secondary-slider-item__tag a {
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.secondary-slider .secondary-slider-item__wrapper-img {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 178px;
    height: 168px;
    margin: auto;
}

.secondary-slider .secondary-slider-item__wrapper-img.secondary-slider-item__wrapper-img_background_dark {
    width: 220px;
    height: 184px;
    right: 18px;
}

.secondary-slider .secondary-slider-item__wrapper-img.secondary-slider-item__wrapper-img_background_blue {
    width: 210px;
    height: 177px;
    right: 9px;
}

.secondary-slider .secondary-slider-item__wrapper-img_background_dark::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 24px);
    border-radius: 42px 0 0 42px;
    background-color: #37474F;
    background-color: var(--main-color, #37474F);
    opacity: 0.1;
}

.secondary-slider .secondary-slider-item__wrapper-img img {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.secondary-slider .secondary-slider-item__additional-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.secondary-slider .secondary-slider-item__additional-background_blue::before {
    content: "";
    position: absolute;
    top: 77px;
    right: 40px;
    width: 216px;
    height: 55px;
    background-color: rgba(0, 101, 220, 0.2);
    background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
}

.secondary-slider .secondary-slider-item__additional-background_blue::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 7px;
    right: 0;
    width: 216px;
    height: 34px;
    background-color: rgba(0, 101, 220, 0.2);
    background-color: var(--blue-washy-color, rgba(0, 101, 220, 0.2));
}

.secondary-slider .secondary-slider-item__additional-background_yellow::before {
    content: "";
    position: absolute;
    top: -14px;
    right: auto;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 195, 0, 0.46);
}

.secondary-slider .secondary-slider-item__additional-background_yellow::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -9px;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 195, 0, 0.46);
}

.secondary-slider .secondary-slider-item__wrapper-img {
    width: 99px;
    height: 93px;
}

@media (max-width: 768px) {
    .secondary-slider .secondary-slider-item {
        height: 115px;
        padding: 13px;
    }

    .secondary-slider .secondary-slider-item__wrapper-icon {
        width: 95px;
        height: 24px;
    }

    .secondary-slider .secondary-slider-item__description {
        font-size: 12px;
        line-height: 15.6px;
    }

    .secondary-slider .secondary-slider-item__wrapper-content {
        gap: 11px;
    }

    .secondary-slider .secondary-slider-item__tag {
        padding: 0 5px;
        font-size: 10px;
    }

    .secondary-slider .secondary-slider-item__wrapper-img.secondary-slider-item__wrapper-img_background_dark {
        width: 110px;
        height: 92px;
    }

    .secondary-slider .secondary-slider-item__wrapper-img.secondary-slider-item__wrapper-img_background_blue {
        width: 105px;
        height: 89px;
    }

    .secondary-slider .secondary-slider-item__additional-background_blue::before {
        width: 108px;
        height: 27.5px;
        top: 27px;
    }

    .secondary-slider .secondary-slider-item__additional-background_blue::after {
        width: 108px;
        height: 17px;
        bottom: 13px;
    }

    .secondary-slider .secondary-slider-item__additional-background_yellow::before {
        width: 17px;
        height: 17px;
    }

    .secondary-slider .secondary-slider-item__additional-background_yellow::after {
        width: 17px;
        height: 17px;
        top: 8px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news-slider/style.css?17666660705428*/
.news-block {
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.news-block .swiper {
    padding: 10px;
    margin: -10px;
}

.news-block .swiper-slide {
    overflow: visible;
}

.news-block .news-block__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.news-block .news-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.news-block .news-block__header button {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-block .news-block__wrapper-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.news-block .news-block__list {
    min-width: 0;
}

.news-block .news-block__list.hidden {
    display: none;
}

.news-block .news-block-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.news-block .news-block-card__wrapper-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0;
    width: 303px;
    height: 215px;
    border-radius: 10px;
    background-color: #ffffff;
    background-color: var(--white-color, #FFF);
    -webkit-box-shadow: 0px 0px 9.9px 0px rgba(0, 101, 220, 0.1);
    box-shadow: 0px 0px 9.9px 0px rgba(0, 101, 220, 0.1);
}

.news-block .news-block-card__wrapper-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.news-block .news-block-card__wrapper-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-top: 13px;
}

.news-block .news-block-card__date {
    margin-bottom: 20px;
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    opacity: 0.8;
}

.news-block .news-block-card__title {
    position: relative;
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Raleway";
    font-family: var(--secondary-font-family, "Raleway");
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.news-block .news-block-card__title::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #E0E0E0;
    background-color: var(--light2-grey-color, #E0E0E0);
}

.news-block a.news-block-card__title:hover {
    color: #0065DC;
    color: var(--blue-color, #0065DC);
}

.news-block .news-block-card__title span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-block .news-block-card__description {
    margin-top: 28px;
    color: #78909C;
    color: var(--grey-color, #78909C);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

@media (max-width: 1280px) {
    .news-block .news-block-card__wrapper-text {
        width: 300px;
    }

    /*.news-block .news-block-card__wrapper-img {
        height: auto;
    }*/
}

@media (max-width: 1024px) {
    .news-block .news-block-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .news-block .news-block-card__wrapper-img {
        width: 100%;
    }

    .news-block .news-block-card__wrapper-text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .news-block .news-block__wrapper-content {
        gap: 20px;
    }

    .news-block .news-block__header {
        gap: 8px;
    }

    .news-block .button {
        padding: 0 8px;
        font-size: 12px;
    }

    .news-block .news-block-card__date {
        font-size: 13px;
        line-height: 16.9px;
    }

    .news-block .news-block-card__title {
        font-size: 14px;
        line-height: 18.2px;
    }

    .news-block .news-block-card__title::before {
        bottom: -12px;
    }

    .news-block .news-block-card__description {
        margin-top: 24px;
        font-size: 13px;
        line-height: 16.9px;
    }

    .news-block div.swiper-navigation {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/advantages-about/style.css?17666660702805*/
.about-block .about-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-block .about-block__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
}

@media (max-width: 768px) {
    .about-block .about-block__list {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .about-block .about-block__button {
        margin-top: 5px;
    }
}

.about-block .about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 187px;
    padding: 20px 30px 25px;
    border-radius: 10px;
    border: 1px solid rgba(0, 101, 220, 0.2);
    border: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-block .about-card__wrapper-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 61px;
    max-width: 61px;
    height: 61px;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    border: 1px solid rgba(0, 101, 220, 0.2);
    border: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
}

.about-block .about-card__wrapper-icon svg,
.about-block .about-card__wrapper-icon img {
    margin: auto;
}

.about-block .about-card__title {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

@media (max-width: 768px) {
    .about-block .about-card {
        padding: 15px;
        height: 91px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .about-block .about-card__title {
        margin: auto 0;
        font-size: 13px;
        line-height: 16.9px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/manufacturers-slider/style.css?1766666070813*/
.manufacturers-block .swiper {
    padding-left: 10px;
    margin-left: -10px;
}

.manufacturers-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    border-radius: 6px;
    border-radius: var(--small-radius, 6px);
    border: 1px solid rgba(0, 101, 220, 0.2);
    border: 1px solid var(--blue-washy-color, rgba(0, 101, 220, 0.2));
    background-color: #ffffff;
    background-color: var(--white-color, #ffffff);
}
.manufacturers-list{
    position: relative;
}
.manufacturers-card img {
    margin: auto;
}
.manufacturers-card a {
    display: block;
    margin: auto;
}
@media (max-width: 768px) {
    .manufacturers-block {
        overflow: hidden;
    }

    .manufacturers-block .swiper {
        overflow: visible;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/sender.subscribe/feedback/style.css?17666660704571*/
.form-feedback,
.form-feedback .form-result {
    height: 287px;
}

@media (max-width: 768px) {
    .form-feedback .container {
        padding: 0;
    }

    .section.form-feedback {
        margin-bottom: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .form-feedback .form-result {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 50px 0;
    }
}

.form-feedback .form-mailing-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    background-color: #F2F3F5;
    background-color: var(--dark-white-color, #F2F3F5);
}

.form-feedback .form-mailing-list__wrapper-content {
    width: 100%;
    max-width: 655px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0 50px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-feedback .form-mailing-list__wrapper-content.hidden {
    display: none;
}

.form-feedback .form-mailing-list__wrapper-content h2 {
    margin-bottom: 15px;
}

.form-feedback .form-mailing-list__form {
    position: relative;
    margin: 24px 30px 10px 0;
}

.form-feedback .form-mailing-list__subtitle {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
}

.form-feedback .form-mailing__button-submit {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    border: none;
}

.form-feedback .form-mailing-list__personal-data {
    width: 85%;
    color: rgba(120, 144, 156, 0.5);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.9px;
}

.form-feedback .form-mailing-list__personal-data a {
    color: #0065DC;
    color: var(--blue-color, #0065DC);
    font: inherit;
}

.form-feedback .form-mailing-list__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-feedback .form-mailing-list__right svg {
    width: 714px;
    height: 272px;
    margin-top: auto;
    margin-left: auto;
}

.form-feedback .form-mailing-list__wrapper-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 385px;
    height: 245px;
}

.form-feedback .form-mailing-list__wrapper-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1280px) {
    .form-feedback .form-mailing-list__right {
        width: 50%;
    }

    .form-feedback .form-mailing-list__right svg {
        width: 500px;
        height: 190px;
    }

    .form-feedback .form-mailing-list__wrapper-img {
        width: 340px;
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .form-feedback .form-mailing-list__right svg {
        width: 440px;
        height: 170px;
    }

    .form-feedback .form-mailing-list__wrapper-img {
        width: 300px;
        height: 170px;
    }
}

@media (max-width: 992px) {
    .form-feedback .form-mailing-list__right {
        display: none;
    }
}

@media (max-width: 768px) {
    .form-feedback .form-mailing-list__wrapper-content {
        padding: 25px 20px 40px;
    }

    .form-feedback .form-mailing-list__subtitle {
        font-size: 13px;
        line-height: 16.9px;
    }

    .form-feedback .form-mailing-list__personal-data,
    .form-feedback .form-mailing-list__personal-data a {
        font-size: 12px;
        line-height: 15.6px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/banners-main/style.css?17760656523388 */
/* /local/templates/main/components/bitrix/catalog.section.list/categories/style.css?17666660702786 */
/* /local/templates/main/components/bitrix/catalog.section/slider/style.css?17666660701198 */
/* /local/templates/main/components/bitrix/catalog.item/main/style.css?177606565226518 */
/* /local/templates/main/components/bitrix/news.list/banner/style.css?17666660706535 */
/* /local/templates/main/components/bitrix/catalog.element/main/style.css?17760656528536 */
/* /local/templates/main/components/bitrix/news.list/banners-stocks/style.css?17666660704763 */
/* /local/templates/main/components/bitrix/news.list/banners-stocks-secondary/style.css?17666660707215 */
/* /local/templates/main/components/bitrix/news.list/news-slider/style.css?17666660705428 */
/* /local/templates/main/components/bitrix/news.list/advantages-about/style.css?17666660702805 */
/* /local/templates/main/components/bitrix/news.list/manufacturers-slider/style.css?1766666070813 */
/* /local/templates/main/components/bitrix/sender.subscribe/feedback/style.css?17666660704571 */
