

/* Start:/bitrix/templates/shop/components/bitrix/catalog/menu/style.min.css?1707914157959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/bitrix/templates/shop/components/bitrix/catalog/menu/bitrix/catalog.element/shop_new/style.css?176278646565937*/
.product {
    display: block;
    position: relative;
}

.product__top {
    display: flex;
    gap: 25px
}
h1{
    margin-bottom: 25px;
}
.blk_prc{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.info-quantity{
    margin-bottom: 20px;
}
.product__top .product__photos {
    flex: 0 0 auto;
    width: 540px;
}
.price_no{
    margin-bottom: 10px;
}

table[role="matrix_container"] {
    border: none;
}
a.btn.btn-border svg{
    stroke: var(--color-main);
}


.product__rating-value {
    margin-left: 7px;
    font-weight: 600;
    font-size: 16px;
    color: #383838;
}
.product__rating-text{
    color: #8D8D8D;
}
.title_matrix_block {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: center;
}

table[role="matrix_container"] tbody tr td span {
    padding: 3px;
    background: #FFD600;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
table[role="matrix_container"] tbody tr td{
    display: flex;
    gap: 5px;
    align-items: center;
}
table[role="matrix_container"] tbody tr td {
    border-bottom: none;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    border-right: none;
    height: 28px;
}

table[role="matrix_container"]{
    display: flex;
    justify-content: space-evenly;

}
.product__top .product__photos .photo-block__gallery-bottom,
.product__top .product__photos .photo-block__gallery-top {
    position: relative;
    overflow: hidden;
}

.product__top .product__photos .photo-block__gallery-bottom {
    overflow: hidden;
    margin-top: 15px;
}

.product__top .product__photos .swiper-pagination {
    display: none;
}

.product__top .product__photos .photo-block__gallery-bottom .swiper-wrapper {
    transform: none !important;
}

.product__top .photo-block .swiper-slide__bg {
    display: block;
    position: relative
}

.product__top .photo-block canvas {
    display: block;
    position: relative;
    max-width: 100%
}

.product__top .photo-block .gallery-top,
.product__top .photo-block .swiper-slide__bg img,
.product__top .photo-block .swiper-slide__bg svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.product__top .photo-block__gallery-bottom .swiper-slide {
}

.product__top .photo-block .swiper-slide__bg:not(.no_img) {
    cursor: pointer;
}

.product__top .photo-block .photo-block__bottom-line .swiper-slide:hover {
    cursor: pointer
}

.product__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 25px;
}

.btn-autosize.reviews_btn {
    margin-top: 40px;
}

.product__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.product__rating svg {
    margin: -3px -7px 0 0;
}

.catalog-element .tab-title {

    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;

    color: #000000;
    margin: 20px 0;
}

.catalog-element .props {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 20px;
}

.catalog-element .props .prop {
    width: 40%;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.catalog-element .props .prop .prop-flex {
    flex: 1 1 auto;
    border-bottom: 1px solid #EDEDED;
    margin: auto 3px 5px;
}

.catalog-element .product__nav-bar {
    margin: 20px 0;
    display: flex;
    border-bottom: 2px solid #DBDBDB;
    gap: 5px;
}

.catalog-element .product__nav-bar .product__nav-bar-element {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #000000;
    margin-bottom: -2px;

    border-bottom: 2px solid transparent;
}

.product-card__price-reduction {
    display: block;
    position: relative;
    margin-bottom: 13px;
}
.product__buy-btn{
    width: 100%;
}
.price-box__like{
    position: absolute;
    top: 0;
    right: 0;
}
.product-card__price-reduction .price-reduction {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: none;
    color: #1CB43D;
    background: #DCFAE2;
}

.product-card__price-reduction .price-reduction svg {
    display: inline-block;
    vertical-align: middle;
}

.product-card__price-reduction .price-reduction .price-reduction__text {
    display: inline-block;
    margin-right: 5px;
}

.product__data {
    flex: 1 1 auto;
}

.product__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.products__item-buyblock-btn-over{
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
}


.button_blk{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.product__info .product__info-offers {
    width: 100%;
    max-width: 100%;
}

.product__info .product__buy-btn {
    justify-content: center;
}
.matrix_content{
    overflow-x: auto;
    max-width: calc(100% - -20px);
}

.product__info .product__price {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 40px;
}

.product__info .product__price .product__price-old {
    color: #ccc;
    text-decoration: line-through;
    font-size: 24px;
}

.product__info .product__offer-list {
    display: none;
}

.product__info .custom_select {
    margin: 0 0 20px;
}

.product__info .info-quantity {
    margin: 0px 0 15px 0;
    color: #8D8D8D;
    font-weight: 400;
    font-size: 14px;
}

.product__info .info-quantity .available {
    color: #1CB43D;
}

.product__info-delivery .product__info-delivery-row {
    display: flex;
    margin: auto;
    align-items: center;
    gap: 10px;
}

.product__info-delivery {
    width: 100%;
    max-width: 100%;
}
.product_spec.deleviry_bottom{
    background: #F8F867;
    padding: 10px 30px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    gap: 10px;
}
.deleviry_bottom .spec_right{
    font-weight: 600;
    font-size: 14px;
    max-width: 60%;
}
.deleviry_bottom .spec_left{
    font-weight: 700;
    font-size: 20px;
}
.product__info-delivery .product_delivery {
    font-weight: 400;
    font-size: 14px;
    color: #838383;
    margin-bottom: 25px;
    margin-top: 10px;
}
.delivery_row__price{
    font-weight: 600;
}
.product__info-delivery .product_spec {
    margin-bottom: 10px;
}

.product__info .product__buy-btn_not-available {
    opacity: 0.8;
    background: #888;
    touch-action: none;
    pointer-events: none;
}

.product__info .product__buy-btn_added {
    opacity: 0.5;
}

.product__info_contents_1 {
    display: flex;
    flex-direction: column;
}


.product__info_contents_2,
.product__info_contents_3,
.product__info .products__item-buyblock-btn-over {
    display: contents;
}

.product__nav-bar-wrapper {
    overflow: auto;
}


@media (max-width: 1400px) {
    .product__top .product__photos {
        width: 30%;
        min-width: 300px;
    }

    .product__info-delivery {
        width: 45%;
    }
}
@media (max-width: 1200px) {
    .cart__num{
        width: 50%;
        justify-content: space-between;
    }
    .button_blk:not(:has(.cart__num)) .product__buy-btn {
        width: 100%;
    }
}
.message_not_reviews{
    font-weight: 600;
    font-size: 16px;
    margin-top: 40px;
}
@media (max-width: 1000px) {
    .products__item-buyblock-btn-over{
        position: fixed;
        width: 100%;
        z-index: 9;
        margin-left: 0px;
        padding: 20px;
        bottom: 0px;
        background: #F5F5F5;
        left: 0px;
        box-shadow: 0px -2px 6px 0px #00000026;
        border-radius: 20px 20px 0px 0px;
    }
    .subtitle{
        font-size: 16px;
    }
    .button_blk{
        width: 100%;
        justify-content: space-between;
    }

    #video_container iframe{
        width: 100%;
        height: 100%;
        min-height: 200px;
    }
    .product__title {
        font-size: 18px;
        line-height: 1.3;
    }

    .product__top .product__photos {
        width: 45%;
        max-width: 400px;
    }

    .product__info {
        flex-direction: column;
    }

    .product__info .product__info-offers,
    .product__info-delivery {
        width: auto;
    }

    .product__nav-bar-wrapper {
        margin: 0 -10px;
        padding: 5px;
    }

    .catalog-element .product__nav-bar {
        margin: 0;
    }
}
.title_matrix_block {
    width: 100%;
}
@media (max-width: 640px) {
    .recomend_product_block .products__item-list .products__item {
        width: 35% !important;
    }

    .product__info_contents_1 {
        display: block;
        width: 100%;
    }

    .action_up_block {
        flex-direction: column;
    }

    .request-call-form__input-title,
    .request-call-form__input-message textarea {
        width: 100% !important;
    }



    .product_detail {
        padding: 10px 0 0;
    }

    .product__rating {
        order: -1;
    }

    .product__title {
        order: -3;
        margin: 0 0 10px;
        line-height: 25px;
    }

    .product__info,
    .product__info-offers{
        display: flex;
        flex-wrap: wrap;
    }

    .product__top .product__photos,
    .product__info .product__info-offers,
    .product__info-delivery {
        width: 100%;
    }

    .product__top {
        gap: 0;
        flex-direction: column;
    }

    .product__top .product__photos {
        order: -1;
        margin: 0 -10px 10px;
        width: auto;
        max-width: none;
    }

    .products__item-list .products__item .products__item-data .product__offers {
        order: 3;
    }

    .product__info .products__item-buyblock {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        gap: 25px;
    }

    .product__top .product__photos .photo-block__gallery-bottom {
        margin-top: 5px;
        padding: 0 10px;
    }

    .product__info_contents_2 {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
        align-items: baseline;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .product__info .info-quantity{
        margin: 0;
    }
    .product-card__price-reduction {
        display: block;
        width: 100%;
    }

    .product__info .products__item-buyblock-btn-over {
        display: block;
        text-align: center;
    }


    .product__info .product__buy-btn {
        height: 40px;
        width: 140px;
        gap: 10px;
        margin: auto;
        padding: 0;
    }


    .product__info .product__price .product__price-old {
        font-size: 18px;
        line-height: 20px;
        margin-top: -4px;
    }

    .product__info-delivery .product__info-delivery-row {
        justify-content: center;
    }
}

.delivery_block {
    position: relative;
}
.product_spec.deleviry_top svg{
    min-width: 24px;
}
.product_spec.deleviry_top{
    background: #E7EDFF;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.delivery_block .delivery_row {
    margin: 13px 0;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    color: #383838;
}
.product__info-delivery:empty,
.product__info-delivery:not(:has(.delivery_row)) {
    display: none;
}
.delivery_block .delivery_row__width {
    flex: 1 1 auto;
    border-bottom: 1px dotted #383838;
    margin: 0 5px;
}

@media (max-width: 767px) {
    .product__rating {
        color: #858585;
    }
    .product__info .product__price{
        align-items: flex-start;
        line-height: 20px;
    }
    .product-card__price-reduction{
        margin-bottom: 0px;
    }


    .catalog-element .tab-title {
        font-size: 16px;
    }
}

.action_block {
    max-width: 550px;
}

.action_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #383838;
    padding-bottom: 31px;
}



.action_up_block {
    display: flex;
    gap: 16px;
    padding-bottom: 13px;
}

.request-call-form__message, .request-call-form__input-title {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.cart__num input{
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: center;
    max-width: 32px;
    border: none;
    outline: none;
}
.text_error{
    position: absolute;
    bottom: -20px;
    color: #F40000;
    font-weight: 400;
    font-size: 14px;
}
.manufacturers__wrapper .section__title{
    display: none;
}
.request-call-form__input-message textarea {
    height: 139px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    resize: none;
    padding: 12px 0 0 11px;
}

.request-call-form__input-title input {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    padding: 12px 18px;
}

.request-call-form__input-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    width: 50%;
    gap: 8px;
}

.request-call-form__message {
    gap: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.request-call-form__send-request_action {
    width: 318px;
    max-width: 100%;
    text-transform: uppercase;
}

.form_fields {
    display: flex;
    flex-direction: column;
}

.request-call-form__send-request_action {
    margin: 0 0 0 auto;
}

.request-call-form__agreement {
}

.error {
    border: 1px solid red !important;
}

/**/







@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1540px;
    width: 100%;
}
a {
    text-decoration: none;
}
.subtitle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
.main__btn {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background: #3246FD;
    padding: 13px 24px;
    height: 44px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}
.main__btn:hover {
    background: #3244EB;
}
.toggle__btn {
    margin-top: 20px;
}
.toggle__btn svg {
    transition: transform 0.3s ease;
}
.toggle__btn.open svg {
    transform: rotate(180deg);
}
.content__info-block {

}

.content__info-block-items {

}
.breadcrumbs__wrapper {
    display: flex;
    gap: 10px;
    font-size: 12px;
    padding: 28px 0 20px;
}
.breadcrumbs__wrapper a {
    color: #383838;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 10px 20px;
}
.breadcrumbs__wrapper a:last-child {
    color: #BABCBE;
}
.card__wrapper .card__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-height: 480px;
}
@media (max-width: 1199px) {
    .card__wrapper .card__top {
        flex-direction: column;
        gap: 0;
        max-height: 100%;
    }
}
.card__wrapper .card__top .card__box {
    display: flex;
    gap: 36px;
    margin-bottom: 86px;
    width: 100%;
}
@media (max-width: 1199px) {
    .card__wrapper .card__top .card__box {
        margin-bottom: 40px;
    }
}
@media (max-width: 1000px) {
    .card__wrapper .card__top .card__box {
        flex-direction: column;
    }
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__box {
        gap: 30px;
    }
}
.card__wrapper .card__top .card__box .gallery {
    flex: 0 1 328px;
    display: flex;
    gap: 8px;
    max-height: 430px;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__box .gallery {
        flex: 0 1 261px;
    }
}
@media (max-width: 1000px) {
    .card__wrapper .card__top .card__box .gallery {
        flex: 1;
    }
}
.card__wrapper .card__top .card__box .gallery .gallery__mini-photos .gallery__mini-photos-wrapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px;
}
@media (min-width: 1000px) {
    .card__wrapper .card__top .card__box .gallery .gallery__mini-photos .gallery__mini-photos-wrapper {
        overflow: hidden;
    }
}
@media (max-width: 1000px) {
    .mini-photo::after {
        content: attr(aria-label);
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: white;
        padding: 5px 10px;
        color: black;
        border-radius: 15px;
        font-weight: 600;
        font-size: 14px;
    }
    .mini-photo {
        position: relative;
        display: inline-block;
    }
    .gallery button{
        display: none;
    }
    .gallery{
        margin: 0 auto;
        max-width: 320px;
    }
    .card__wrapper .card__top .card__box .gallery .gallery__mini-photos .gallery__mini-photos-wrapper{
        flex-direction: row;
        gap: 8px;
    }
}
.card__wrapper .card__top .card__box .gallery .gallery__mini-photos .mini-photo {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 10px;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__box .gallery .gallery__mini-photos .mini-photo {
        width: 37px;
        height: 37px;
    }
}

.card__wrapper .card__top .card__box .gallery .gallery__mini-photos .mini-photo img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 7px;
}
@media (max-width: 1000px) {
    .card__wrapper .card__top .card__box .gallery .gallery__mini-photos .mini-photo img {
        width: 320px;
        height: 320px;
    }

    .card__wrapper .card__top .card__box .gallery .gallery__mini-photos .mini-photo {
        width: initial;
        height: initial;
        max-width: 500px;
    }
}
.card__wrapper .card__top .card__box .gallery .gallery__mini-photos .mini-photo.active {
    border: 2px solid #3246FD;
}
@media (max-width: 1000px) {
    .card__wrapper .card__top .card__box .gallery .gallery__mini-photos .mini-photo.active {
        border: none;
    }
}
.card__wrapper .card__top .card__box .gallery .gallery__main-photo {
    width: 430px;
    height: 430px;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__box .gallery .gallery__main-photo {
        width: 216px;
        height: 216px;
    }
}
@media (max-width: 1000px) {
    .card__gallery .gallery button,
    .card__wrapper .card__top .card__box .gallery .gallery__main-photo {
        display: none;
    }
}
.card__wrapper .card__top .card__box .gallery .gallery__main-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    cursor: pointer;
}
.card__wrapper .card__top .card__box .card__info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card__info .characteristics__title.down{
    display: none;
}
.card__content .characteristics__title.top{
    display: none;
}
.card__wrapper .card__top .card__box .card__info .card__info-art {
    /* cursor: pointer;*/
    align-self: flex-start;
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #F5F7FA;
    border-radius: 5px;
    padding: 4px 7px;
    color: #383838;
    font-size: 13px;
    margin-bottom: 8px;
}

.product__offers{
    margin-bottom: 25px;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__box .card__info .content__title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.btn_zapros_price{
    background: #3246FD;
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    color: white;
    padding: 19.5px 0;
    width: 100%;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}
.btn_zapros_price:hover{
    background: #3244EB;
}
.card__wrapper .card__top .card__box .card__info .content__producer {
    display: flex;
    gap: 4px;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 30px;
}
.consultation{
    margin-top: 20px;
}
.card__wrapper .card__top .card__box .card__info .content__producer span {
    color: #3246FD;
}
.card__wrapper .card__top .card__box .card__info .content__cities {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 358px;
}
@media (max-width: 1199px) {
    .card__wrapper .card__top .card__box .card__info .content__cities {
        max-width: 100%;
    }
}
.card__wrapper .card__top .card__box .card__info .content__cities .list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.card__wrapper .card__top .card__box .card__info .content__cities .list .list__item {
    display: flex;
    justify-content: space-between;
    text-align: center;
    line-height: 135%;
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__box .card__info .content__cities .list .list__item {
        font-size: 14px;
    }
}
.card__wrapper .card__top .card__box .card__info .content__cities .list li::before {
    content: '';
    border-bottom: 1px dashed #DBDBDB;
    flex-grow: 1;
    order: 2;
    margin: 0 5px;
}
.card__wrapper .card__top .card__box .card__info .content__cities .list span {
    order: 3;
}
.card__wrapper .card__top .card__box .card__info .content__cities .cities__list .list__item span {
    color: #57BB63;
}
.card__wrapper .card__top .card__box .card__info .content__cities .cities__list .list__item .list__item-empty {
    color: #FF1111;
}
.card__wrapper .card__top .card__price-wrapper {
    flex: 0 0 360px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__price-wrapper {
        flex: 0 0 372px;
    }
}
@media (max-width: 1199px) {
    .card__wrapper .card__top .card__price-wrapper {
        flex: initial;
        width: 100%;
        margin-bottom: 40px;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top {
    padding: 24px 28px;
    border-radius: 10px;
    background: #F5F7FA;
    margin-bottom: 24px;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__price p {
    font-size: 31px;
    font-weight: 700;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__price p {
        font-size: 24px;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__price .price-box__like {
    border-radius: 10px;
    border: 1px solid #E0E5F6;
    background: #FFF;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__available {
    color: #8D8D8D;
    margin-bottom: 20px;
    font-size: 14px;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__available span {
    color: #1CB43D;
    font-weight: 600;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__consultation {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #3246FD;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart {
        flex-direction: column;
    }
}
.js-productBtn span.add_card{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzQyMzggMjAuNTU1QzQuOTQyMzggMjIgNy4xNzQzOCAyMiAxMS42Mzk0IDIySDEyLjM2MTRDMTYuODI2NCAyMiAxOS4wNTk0IDIyIDIwLjI1OTQgMjAuNTU1TTMuNzQyMzggMjAuNTU1QzIuNTQyMzggMTkuMTA5IDIuOTU0MzggMTYuOTE1IDMuNzc3MzggMTIuNTI1QzQuMzYyMzggOS40MDUgNC42NTQzOCA3Ljg0NCA1Ljc2NTM4IDYuOTIyTTIwLjI1OTQgMjAuNTU1QzIxLjQ1OTQgMTkuMTA5IDIxLjA0NzQgMTYuOTE1IDIwLjIyNDQgMTIuNTI1QzE5LjYzOTQgOS40MDUgMTkuMzQ2NCA3Ljg0NCAxOC4yMzU0IDYuOTIyTTE4LjIzNTQgNi45MjJDMTcuMTI1NCA2IDE1LjUzNjQgNiAxMi4zNjE0IDZIMTEuNjM5NEM4LjQ2NDM4IDYgNi44NzYzOCA2IDUuNzY1MzggNi45MjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS44Ii8+CjxwYXRoIGQ9Ik05IDZWNUM5IDQuMjA0MzUgOS4zMTYwNyAzLjQ0MTI5IDkuODc4NjggMi44Nzg2OEMxMC40NDEzIDIuMzE2MDcgMTEuMjA0NCAyIDEyIDJDMTIuNzk1NiAyIDEzLjU1ODcgMi4zMTYwNyAxNC4xMjEzIDIuODc4NjhDMTQuNjgzOSAzLjQ0MTI5IDE1IDQuMjA0MzUgMTUgNVY2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
    width: 24px;
    height: 24px;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__num {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 43px;
    background: #FFF;
    padding: 16px 24px;
    border: 1px solid #E0E5F6;
    font-weight: 600;
    height: 50px;
}
@media (min-width: 1200px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__num {
        max-width: 130px;
    }
}
@media (max-width: 1200px) {
    .product__buy-btn{
        width: 50%;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__num svg{
    max-width: 16px;
}
@media (max-width: 468px) {
}
.cart__num svg{
    cursor: pointer;
}
.arrow{
    width: 48px;
    height: 10px;
    background-repeat: no-repeat;
    background-color: white;
    border: none;
    background-position: center top;
    margin-top: 10px;
    cursor: pointer;
}
.arrow.down{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjUgMC43NTAwMDFMNSA2TDAuNSAwLjc1IiBzdHJva2U9IiM4RDhEOEQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.arrow.up{
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjUgMC43NTAwMDFMNSA2TDAuNSAwLjc1IiBzdHJva2U9IiM4RDhEOEQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--color-main);
    padding: 16px 31px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    height: 58px;
    transition: all .3s ease;
    color: white;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__btn:hover {
    background: #3244EB;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__btn {
        padding: 16px 24px;
    }
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__btn {
        width: 100%;
        justify-content: center;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .cart .cart__btn span {
    color: #FFF;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__dependence {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__dependence .dependence__item {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 35px;
    background: #FFF;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 14px;
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__dependence .dependence__item {
        font-size: 14px;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__dependence .dependence__item-discount {
    border-radius: 30px;
    background: #FFE840;
    padding: 2px 6px;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price {
    display: flex;
    margin-bottom: 60px;
    max-width: 398px;
    flex-direction: column;
    gap: 12px;
}
@media (max-width: 1490px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price {
        justify-content: space-between;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price .delivery-price-item {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1490px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price .delivery-price-item {
        align-items: end;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price .delivery-price-item::before {
    content: '';
    border-bottom: 1px dashed #DBDBDB;
    flex-grow: 1;
    order: 2;
    margin: 0 5px;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price .delivery-price-item span {
    order: 3;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price .delivery-price-item .price {
    color: #000;
    font-weight: 600;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price span {
    color: #8D8D8D;
    line-height: 120%;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__top .delivery-price .free {
    color: #1CB43D;
    font-weight: 600;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__fast-delivery {
    border-radius: 10px;
    background: #3BB648;
    padding: 8px 28px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 600;
    line-height: 115%;
    color: #FFF;
    margin-bottom: 12px;
    height: 52px;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__fast-delivery {
        padding: 8px 20px;
    }
}
@media (max-width: 768px) {
    .card__wrapper .card__top .card__box .gallery .gallery__mini-photos .gallery__mini-photos-wrapper{
        gap: 0px;
    }
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__fast-delivery {
        font-size: 14px;
    }
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__top .price-box__dependence {
        max-width: max-content;
        width: max-content;
    }
    .matrix_content{
        width: max-content;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__fast-delivery svg {
    flex-shrink: 0;
}
.card__wrapper .card__top .card__price-wrapper .delivery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .card__wrapper .card__top .card__price-wrapper .delivery {
        margin-bottom: 20px;
    }
}
.card__wrapper .card__top .card__price-wrapper .delivery .delivery__item {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .card__wrapper .card__top .card__price-wrapper .delivery .delivery__item {
        font-size: 14px;
    }
}
.card__wrapper .card__top .card__price-wrapper .delivery .delivery__item .free {
    color: #1CB43D;
}
.card__wrapper .card__top .card__price-wrapper .delivery .delivery__item span {
    order: 3;
}
.card__wrapper .card__top .card__price-wrapper .delivery .delivery__item::before {
    content: '';
    border-bottom: 1px dashed #DBDBDB;
    flex-grow: 1;
    order: 2;
    margin: 0 5px;
}
.card__wrapper .card__top .card__price-wrapper .delivery .delivery__item-text span:first-child {
    color: #383838;
}
.card__wrapper .card__top .card__price-wrapper .delivery .delivery__item-text {
    color: #8D8D8D;
}
.card__wrapper .card__top .card__price-wrapper .delivery .delivery__text {
    color: #838383;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__credit {
    border-radius: 10px;
    background: #53709C;
    height: 52px;
    padding: 8px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 115%;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__credit {
        padding: 8px 20px;
    }
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__credit {
        flex-direction: column;
        gap: 0;
        align-items: initial;
        justify-content: center;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__credit .credit__zero {
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__credit .credit__zero {
        font-size: 18px;
    }
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__credit .credit__zero {
        font-size: 16px;
    }
}
.card__wrapper .card__top .card__price-wrapper .price-wrapper__credit .credit__text {
    margin-top: 4px;
}
@media (max-width: 1300px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__credit .credit__text {
        max-width: 170px;
    }
}
@media (max-width: 1199px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__credit .credit__text {
        max-width: 100%;
    }
}
@media (max-width: 468px) {
    .card__wrapper .card__top .card__price-wrapper .price-wrapper__credit .credit__text {
        margin-top: 0;
    }
}
.card__wrapper .card__content {
    width: calc(100% - 400px);
}
@media (max-width: 1300px) {
    .card__wrapper .card__content {
        width: calc(100% - 392px);
    }
}
@media (max-width: 1199px) {
    .card__wrapper .card__content {
        width: 100%;
        margin-top: 0;
    }
}
.card__wrapper .card__content .description {
    margin-bottom: 62px;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .description {
        margin-bottom: 40px;
    }
}
.card__wrapper .card__content .description .description__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    line-height: 145%;
    font-weight: 400;
    margin-bottom: 20px;
    transition: max-height 0.3s ease;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .description .description__text {
        gap: 12px;
    }
}
.description__text-collapsed.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 122px;
    transition: max-height 0.9s ease;
}

.description__text-collapsed {
    transition: max-height 0.9s ease;
}
.description__btn svg {
    transition: transform 0.3s ease;
}

.description__btn.open svg {
    transform: rotate(180deg);
}
.card__wrapper .card__content .video {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .video {
        margin-bottom: 40px;
    }
}
.card__wrapper .card__content .video .video__box {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .video .video__box {
        flex-direction: column;
    }
}
.card__wrapper .card__content .video .video__box .video__box-item {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .video .video__box .video__box-item {
        max-width: 100%;
    }
}
.card__wrapper .card__content .video .video__box .video__box-item iframe {
    border-radius: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
}
.card__wrapper .card__content .characteristics {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .characteristics {
        margin-bottom: 40px;
    }
}

.characteristics .characteristics__items{
    column-gap: 124px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}


.card__wrapper .card__content .characteristics .characteristics__items {
    columns: 2;
}

.card__wrapper .card__info .characteristics .characteristics__items {
    columns: 1;
}
@media (max-width: 768px) {
    .card__wrapper .card__content .characteristics .characteristics__items {
        columns: 1;
    }
}
/*.card__wrapper .card__content .characteristics .characteristics__items.collapsed {*/
/*    max-height: 150px;*/
/*    overflow: hidden;*/
/*}*/
.card__wrapper .characteristics .characteristics__items .characteristics__item {
    break-inside: avoid;
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.card__wrapper  .characteristics .characteristics__items .characteristics__item span:first-child {
    font-weight: 400;
}
.card__wrapper  .characteristics .characteristics__items .characteristics__item span:not(:first-child) {
    font-weight: 600;
    max-width: 50%;
}
.card__wrapper .characteristics .characteristics__items .characteristics__item .dots {
    flex: 1;
    border-bottom: 1px dashed #DBDBDB;
}
.card__wrapper  .characteristics .characteristics__btn {
    margin-top: 20px;
}
.card__wrapper  .characteristics .characteristics__btn svg {
    transition: transform 0.3s ease;
}
.card__wrapper  .characteristics .characteristics__btn.open svg {
    transform: rotate(180deg);
}
.card__wrapper  .application {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .card__wrapper  .application {
        margin-bottom: 40px;
    }
}
.resol_to,
.description__btn,
.characteristics__btn{
    font-weight: 500;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex!important;
    align-items: center;
    gap: 5px;
    color: #8D8D8D;
}
.card__content .resol_to,
.card__info .characteristics__btn{
    display: none!important;
}

.open.description__btn:after,
.open.characteristics__btn:after{
    transform: rotate(180deg);
}
.description__btn:after,
.resol_to:after,
.characteristics__btn:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjUgMS4yNUw1IDYuNUwwLjUgMS4yNSIgc3Ryb2tlPSIjOEQ4RDhEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    display: block;
}
.resol_to:after{
    transform: rotate(270deg);
}
.card__wrapper .card__content .application .application__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
/*.card__wrapper .card__content .application .application__items.collapsed {*/
/*    max-height: 320px;*/
/*    overflow: hidden;*/
/*}*/
.card__wrapper .card__content .application .application__items .application__item {
    font-size: 14px;
    display: flex;
}
.card__wrapper .card__content .application .application__items .application__item .application__models {
    display: flex;
}
@media (max-width: 768px) {
    .card__wrapper .card__content .application .application__items .application__item .application__models {
        display: block;
    }
}
.card__wrapper .card__content .application .application__items .application__item span {
    align-self: flex-start;
}
@media (max-width: 768px) {
    .card__wrapper .card__content .application .application__items .application__item span {
        max-width: 100px;
    }
}
.card__wrapper .card__content .application .application__items .application__item span:first-child {
    font-weight: 400;
}
.card__wrapper .card__content .application .application__items .application__item span:not(:first-child) {
    font-weight: 600;
}
.card__wrapper .card__content .application .application__items .application__item .dots {
    flex: 1;
    border-bottom: 1px dashed #DBDBDB;
    align-self: flex-start;
    height: 15px;
}
.card__wrapper .card__content .application .application__items .application__item .application__list {
    text-align: right;
}
@media (max-width: 768px) {
    .card__wrapper .card__content .application .application__items .application__item:last-child .dots {
        height: 37px;
    }
}
.card__wrapper .card__content .analog {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .analog {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .card__wrapper .card__content .analog .analog__title {
        padding-bottom: 20px;
        border-bottom: 1px solid #ECECEC;
        margin-bottom: 0;
    }
}
.card__wrapper .card__content .together {
    margin-bottom: 60px;
}
@media (max-width: 1199px) {
    .card__wrapper .card__content .together {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .card__wrapper .card__content .together .together__title {
        padding-bottom: 20px;
        border-bottom: 1px solid #ECECEC;
        margin-bottom: 0;
    }
}
.consultation {
    margin-bottom: 100px;
}
.consultation .consultation__box {
    display: flex;
    gap: 20px;
}
@media (max-width: 991px) {
    .consultation .consultation__box {
        flex-direction: column;
    }
}
.consultation .consultation__box .consultation__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 10px;
    background: #ECEDF3;
    padding: 74px 79px;
}
@media (max-width: 1400px) {
    .consultation .consultation__box .consultation__left {
        padding: 42px;
    }
}
@media (max-width: 1199px) {
    .consultation .consultation__box .consultation__left {
        gap: 25px;
    }
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__left {
        padding: 42px 120px;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .consultation .consultation__box .consultation__left {
        padding: 40px 14px;
        align-items: initial;
    }
}
.consultation .consultation__box .consultation__left .consultation__left-text {
    color: #181818;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
@media (max-width: 1199px) {
    .consultation .consultation__box .consultation__left .consultation__left-text {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__left .consultation__left-text {
        text-align: center;
        max-width: 460px;
    }
}
@media (max-width: 768px) {
    .consultation .consultation__box .consultation__left .consultation__left-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 19px;
    }
}
.consultation .consultation__box .consultation__left .form {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
@media (max-width: 1199px) {
    .consultation .consultation__box .consultation__left .form {
        gap: 25px;
    }
}
.consultation .consultation__box .consultation__left .form .form__top {
    display: flex;
    gap: 27px;
}
@media (max-width: 600px) {
    .consultation .consultation__box .consultation__left .form .form__top {
        flex-direction: column;
        gap: 25px;
    }
}
.consultation .consultation__box .consultation__left .form .form__top label {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #888;
    font-size: 12px;
}
.consultation .consultation__box .consultation__left .form .form__top label input {
    border-radius: 10px;
    background: #FFF;
    border: none;
    padding: 12px;
}
.consultation .consultation__box .consultation__left .form .form__top label input::placeholder {
    color: #858585;
    font-size: 15px;
    line-height: 150%;
}
.consultation .consultation__box .consultation__left .form .form__comment {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #888;
    font-size: 12px;
}
.consultation .consultation__box .consultation__left .form .form__comment textarea {
    border-radius: 10px;
    background: #FFF;
    border: none;
    padding: 12px;
    resize: none;
    height: 75px;
}
.consultation .consultation__box .consultation__left .form .form__comment textarea::placeholder {
    color: #858585;
    font-size: 15px;
    line-height: 150%;
}
.consultation .consultation__box .consultation__left .form .form__send {
    display: flex;
    gap: 27px;
    align-items: center;
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__left .form .form__send {
        flex-direction: column;
        gap: 12px;
    }
}
.consultation .consultation__box .consultation__left .form .form__send button {
    border-radius: 12px;
    background: #3246FD;
    padding: 14px 24px 13px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    height: 56px;
    cursor: pointer;
    transition: all 0.3s ease;
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__left .form .form__send button {
        width: 100%;
    }
}
.consultation .consultation__box .consultation__left .form .form__send button:hover {
    background: #3244EB;
}
.consultation .consultation__box .consultation__left .form .form__send p {
    color: #6C6F8C;
    font-size: 12px;
    max-width: 420px;
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__left .form .form__send p {
        text-align: center;
    }
}
.consultation .consultation__box .consultation__right {
    width: 487px;
    border-radius: 10px;
    background: #4B57C3;
    background-image: url("/bitrix/templates/shop/components/bitrix/catalog/menu/bitrix/catalog.element/shop_new/./upload/images/mark.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
@media (max-width: 1400px) {
    .consultation .consultation__box .consultation__right {
        width: 372px;
        padding: 50px 32px;
        background-size: 605px 290px;
    }
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__right {
        width: 100%;
        background-size: 1005px 390px;
        gap: 12px;
    }
}
@media (max-width: 600px) {
    .consultation .consultation__box .consultation__right {
        padding: 35px 15px;
        background-size: 606px 291px;
    }
}
.consultation .consultation__box .consultation__right .consultation__right-avatar {
    align-self: center;
}
@media (max-width: 1400px) {
    .consultation .consultation__box .consultation__right .consultation__right-avatar img {
        width: 212px;
        height: 212px;
    }
}
@media (max-width: 600px) {
    .consultation .consultation__box .consultation__right .consultation__right-avatar img {
        width: 128px;
        height: 128px;
    }
}
.consultation .consultation__box .consultation__right .consultation__right-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__right .consultation__right-text {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .consultation .consultation__box .consultation__right .consultation__right-text {
        margin-bottom: 20px;
    }
}
.consultation .consultation__box .consultation__right .consultation__right-buttons {
    display: flex;
    gap: 14px;
}
@media (max-width: 600px) {
    .consultation .consultation__box .consultation__right .consultation__right-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
}
.consultation .consultation__box .consultation__right .consultation__right-buttons .btn {
    border-radius: 10px;
    padding: 13px 24px;
    height: 48px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
@media (max-width: 1400px) {
    .consultation .consultation__box .consultation__right .consultation__right-buttons .btn {
        padding: 12px 19px;
    }
}
@media (max-width: 991px) {
    .consultation .consultation__box .consultation__right .consultation__right-buttons .btn {
        width: 212px;
    }
}
@media (max-width: 600px) {
    .consultation .consultation__box .consultation__right .consultation__right-buttons .btn {
        width: 100%;
    }
}
.consultation .consultation__box .consultation__right .consultation__right-buttons .btn p {
    padding-top: 2px;
}
.consultation .consultation__box .consultation__right .consultation__right-buttons .telegram {
    background: #3DA3EE;
}
.consultation .consultation__box .consultation__right .consultation__right-buttons .telegram:hover {
    background: #2F92DB;
}
.consultation .consultation__box .consultation__right .consultation__right-buttons .whatsapp {
    background: #48C23B;
}
.consultation .consultation__box .consultation__right .consultation__right-buttons .whatsapp:hover {
    background: #40B633;
}
.product-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
@media (max-width: 768px) {
    .product-table {
        display: block;
    }
}
.product-table .table-header, .product-table .table-row {
    display: table-row;
    border-bottom: 1px solid #ECECEC;
}
.product-table .table-header div, .product-table .table-row div {
    display: table-cell;
    padding: 12px 12px 12px 0;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .product-table .table-header div, .product-table .table-row div {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .product-table .table-row div {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .product-table .table-row div:last-child {
        margin-bottom: 0;
    }
}
.product-table .table-header {
    font-weight: 700;
    padding-bottom: 16px;
}
@media (max-width: 768px) {
    .product-table .table-header {
        display: none;
    }
}
.product-table .table-row {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .product-table .table-row {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
}
.product-table .table-row .name, .product-table .table-row .art {
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .product-table .table-row .name, .product-table .table-row .art {
        font-weight: 600;
    }
}
.product-table .table-row .name:hover a, .product-table .table-row .art:hover {
    color: #3246FD;
}
.product-table .table-row .art .art__box svg path, .product-table .table-row .art .art__box svg rect {
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .product-table .table-row .art .art__box svg path, .product-table .table-row .art .art__box svg rect {
        stroke: #3246FD;
    }
}
.product-table .table-row .art:hover .art__box svg path, .product-table .table-row .art:hover .art__box svg rect {
    stroke: #3246FD;
}
.product-table .table-row img {
    border-radius: 10px;
    width: 92px;
    height: 92px;
}
@media (max-width: 768px) {
    .product-table .table-row img {
        width: 72px;
        height: 72px;
        flex-shrink: 0;
    }
}
@media (max-width: 768px) {
    .product-table .manufacturer, .product-table .name, .product-table .art, .product-table .availability, .product-table .price {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .product-table .art:before, .product-table .availability:before, .product-table .price:before {
        content: attr(data-label);
        font-weight: 400;
        font-size: 14px;
        margin-right: auto;
    }
}
.product-table .name a {
    color: #282828;
}
@media (max-width: 768px) {
    .product-table .name a {
        font-size: 18px;
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    .product-table .availability {
        font-weight: 600;
    }
}
.product-table .availability.low .low__box {
    max-width: 105px;
    display: flex;
    gap: 4px;
}
@media (max-width: 768px) {
    .product-table .availability.low .low__box {
        max-width: 100%;
    }
}
.product-table .availability.low .low__box svg {
    flex-shrink: 0;
}
.product-table .availability.order .order__box {
    max-width: 105px;
    display: flex;
    gap: 4px;
}
@media (max-width: 768px) {
    .product-table .availability.order .order__box {
        max-width: 100%;
    }
}
.product-table .availability.order .order__box svg {
    flex-shrink: 0;
}
.product-table .art .art__box {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
@media (max-width: 768px) {
    .product-table .art .art__box {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}
.product-table .price {
    white-space: nowrap;
}
@media (max-width: 768px) {
    .product-table .price {
        font-weight: 600;
    }
}



.lightbox {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;

    transition: opacity 0.2s ease-in-out 0.2s;
    background: rgba(0, 0, 0, 0.82);
}

.lightbox.preload,
.lightbox.showw {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0s;
}

.lightbox .lightbox_window_over {
    overflow: auto;
    width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.lightbox:after {
    content: '';
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.lightbox .lightbox_window_over {
    overflow: auto;
    width: calc(100% - 4px);
    max-height: 100%;
    text-align: center;
}

.lightbox .lightbox_window {
    display: inline-block;
    border-radius: 5px;
    transition: margin-bottom 0.2s ease-in-out 0s, opacity 0.1s ease-in-out 0s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    background: #fff;
    color: #000;
    margin-bottom: 50px;
    opacity: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.lightbox.showw .lightbox_window {
    margin-bottom: 1px;
    opacity: 1;
}

.lightbox.showw .lightbox_window .form-field {
    margin-bottom: 17px;
}

@-webkit-keyframes lightbox_window_over {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes lightbox_window_over {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes lightbox_window {
    0% {
        opacity: 0;
        bottom: 50px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes lightbox_window {
    0% {
        opacity: 0;
        bottom: 50px;
    }

    30% {
        opacity: 0;
        bottom: 50px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

.lightbox.close {
    transition: opacity 0.2s ease-in-out 0.4s, visibility 0.2s ease-in-out 0.4s;
}

.lightbox .lightbox_window_close {
    position: absolute;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    width: 32px;
    height: 32px;
    opacity: 1;
    top: 10px;
    right: 10px;
}

.lightbox .lightbox_window_close:hover {
    opacity: 1;
}

.lightbox .lightbox_window_close:before,
.lightbox .lightbox_window_close:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 1px;
    transform: rotate(45deg);

    background: #000;
}

.lightbox .lightbox_window_close:after {
    transform: rotate(-45deg);
}

.lightbox .lightbox_window_title {
    padding: 30px 50px;
    text-align: left;
    font-weight: 800;
    font-size: 40px;
}

.lightbox .lightbox_window_title.center {
    text-align: center;
}

#modal_cropper_img.lightbox .lightbox_window_body {
    padding: 0 ;
    font-weight: 400;
    box-sizing: border-box;
}
#modal_cropper_img.lightbox .lightbox_window_footer {
    display: flex;
    padding: 0px;
}

.lightbox .lightbox_window_footer .btn {
    flex: 1 1 auto;
}

@media (max-width: 767px) {
    .lightbox .lightbox_window_title {
        font-size: 24px;
        padding: 50px 20px 20px;
    }
}
.card__info .subtitle{
    font-weight: 600;
    font-size: 16px;
}
.lightbox_window_footer img{
    max-width: 100%;
    max-height: 800px;
}
/*reviews*/
.reviews_block {
    flex: 0 0 487px;
    padding: 25px 40px;
    background: #F5F5F5;
    border-radius: 10px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top_rw_block {

}

.rw_top_block_info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rw_top_block_info span {
    font-weight: 700;
    font-size: 40px;
    line-height: 32px;
}
.rw_top_block_info.not_reviews span {
    font-weight: 700;
    font-size: 30px;
}

.rw_cnt_star {

}

.message_rw_info {
    font-weight: 600;
    font-size: 14px;
    color: #8D8D8D;
}

.rating {
    position: relative;
    display: inline-block;
    width: 160px; /* 5 звезд по 32px */
    height: 31px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMiAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDAwMjQ0MTQxIDEyLjExODFMMTEuNTEzIDExLjM2MTJMMTUuODQ4NyAwLjQ2ODc1TDIwLjE4NDUgMTEuMzYxMkwzMS42ODQ2IDEyLjExODFMMjIuODY0MSAxOS42MDc2TDI1Ljc1ODUgMzAuOTY4OEwxNS44NDg3IDI0LjcwNDhMNS45Mzg4OSAzMC45Njg4TDguODMzMyAxOS42MDc2TDAuMDAwMjQ0MTQxIDEyLjExODFaIiBmaWxsPSIjY2NjY2NjIi8+Cjwvc3ZnPgo=");
    background-repeat: repeat-x;
}

.stars {
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    background-repeat: repeat-x;
    overflow: hidden;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMiAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDAwMjQ0MTQxIDEyLjExODFMMTEuNTEzIDExLjM2MTJMMTUuODQ4NyAwLjQ2ODc1TDIwLjE4NDUgMTEuMzYxMkwzMS42ODQ2IDEyLjExODFMMjIuODY0MSAxOS42MDc2TDI1Ljc1ODUgMzAuOTY4OEwxNS44NDg3IDI0LjcwNDhMNS45Mzg4OSAzMC45Njg4TDguODMzMyAxOS42MDc2TDAuMDAwMjQ0MTQxIDEyLjExODFaIiBmaWxsPSIjRkZDNzAwIi8+Cjwvc3ZnPgo=);
}

.new-review__body__row-title span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNi42MTA5N0w1LjgxMzcyIDYuMjEzOTJMOC4wMDMxOSAwLjVMMTAuMTkyNyA2LjIxMzkyTDE2IDYuNjEwOTdMMTEuNTQ1OCAxMC41Mzk4TDEzLjAwNzQgMTYuNDk5NUw4LjAwMzE5IDEzLjIxMzdMMi45OTg5MSAxNi40OTk1TDQuNDYwNTMgMTAuNTM5OEwwIDYuNjEwOTdaIiBmaWxsPSIjRkZDNzAwIi8+Cjwvc3ZnPgo=);
    position: absolute;
    height: 16px;
    background-repeat: repeat-x;
    overflow: hidden;
    content: '';
    width: 16px;
    margin-left: 5px;
    margin-top: 2px;
}

.new-review__body__row-title {
    width: 30px;
}

.new-review__body__row-title span {
    font-weight: 600;
    font-size: 16px;
}

.new-review__body__row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.new-review__body__row-progressbar {
    display: block;
    position: relative;
    background: #D9D9D9;
    flex-grow: 1;
    border-radius: 36px;
    height: 5px;
}

.new-review__body__row-progressbar_cur {
    background: #FFC700;
    border-radius: 36px;
    height: 5px;
}

.new-review__body__row-value {
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
}

.new-review__body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.rw_info_snd_block{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    gap: 30px;
}
@media (max-width: 1024px) {
    .rw_info_snd_block{
        flex-direction: column;
    }
    .reviews_block{
        max-width: 100%;
        min-width: 100%;
        flex: 0 0 100%;
        flex-direction: row;
    }
    .bottom_rw_block{
        width: 100%;
    }

}
@media (max-width: 768px) {
    .rw_button_block {
        flex-direction: column;
    }
}
@media (max-width: 520px) {
    .reviews_block{
        flex-direction: column;
    }
    .send_req_form .logo_user_rw{
        display: none;
    }
}
.rw_sent_message{
    width: 100%;
}
.send_req_form{
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.logo_user_rw{
    border-radius: 100px;
    background: #F5F5F5;
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Nunito;
    font-weight: 600;
    font-size: 24px;
    color: #DBDBDB;
}
.cn_form_request{
    background: #F5F5F5;
    padding: 25px 40px;
    border-radius: 10px;
    width: 100%;
}
.star {
    color: grey;
    cursor: pointer;
    transition: color 0.2s;
    font-size: 44px;
}
.star_rt{
    color: #D9D9D9;
    transition: color 0.2s;
    font-size: 38px;
}
.star_rt.selected,
.star.selected {
    color: #FFC700;
}
.star-rating_rt .star_rt{
    cursor: pointer;
}
.raiting_info_detail{
    margin-bottom: 10px;
}
.nps_form_rw .input_group_inpt{
    margin-bottom: 10px;
}
.send_reviews{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.rw_button_block{
    display: flex;
    gap: 20px;
}
.SUCCESS_rw_title{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.rw_ed_mess{
    display: none;
    gap: 20px;
    margin-bottom: 50px;
}
.rw_ed_mess.open_mess{
    display: flex;
}
.rw_ed_body{
    width: 100%;
}
.rw_ed_top_row{
    display: flex;
    justify-content: space-between;
}
.user_name_rw_mess{
    color: #8D8D8D;
    font-weight: 500;
    font-size: 14px;
}
.user_name_rw_mess span{
    font-weight: 700;
    color: #383838;
}
.rw_ed_bottom{
    font-weight: 400;
    font-size: 14px;
}
.star_mess.activ{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS0wLjAwMDQ3MTExNSA3Ljc1Njk5TDcuMTcxNCA3LjI4NTQ4TDkuODcyMzUgMC41TDEyLjU3MzMgNy4yODU0OEwxOS43MzczIDcuNzU2OTlMMTQuMjQyNiAxMi40MjI2TDE2LjA0NTYgMTkuNUw5Ljg3MjM1IDE1LjU5NzlMMy42OTkwMSAxOS41TDUuNTAyMDkgMTIuNDIyNkwtMC4wMDA0NzExMTUgNy43NTY5OVoiIGZpbGw9IiNGRkM3MDAiLz4KPC9zdmc+Cg==");
}
.star_mess{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDM4OTgyIDcuNzU2OTlMNy42MTA4NSA3LjI4NTQ4TDEwLjMxMTggMC41TDEzLjAxMjggNy4yODU0OEwyMC4xNzY4IDcuNzU2OTlMMTQuNjgyIDEyLjQyMjZMMTYuNDg1MSAxOS41TDEwLjMxMTggMTUuNTk3OUw0LjEzODQ3IDE5LjVMNS45NDE1NCAxMi40MjI2TDAuNDM4OTgyIDcuNzU2OTlaIiBmaWxsPSIjRTBFMEUwIi8+Cjwvc3ZnPgo=);
    height: 19px;
    background-repeat: repeat-x;
    overflow: hidden;
    content: '';
    width: 20px;
    display: block;
}
.cnt_star_mess_rw{
    display: flex;
    gap: 3px;
}
.admin_answer_rw{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.mess_to_send{
    cursor: pointer;
    background: #F2F3F3;
    border-radius: 10px;
    max-width: 130px;
    text-align: center;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
}
.mess_to_send:hover{
    opacity: 0.7;
}

@media (max-width: 360px) {
    .user_name_rw_mess{
        display: flex;
        gap: 10px;
    }
    .rw_ed_top_row{
        flex-direction: column;
        gap: 5px;
    }
    .rw_ed_top{
        margin-bottom: 20px;
    }
}
/*reviews*/
.product__buy-btn_not-available {
    background: #b3b3b3 !important;
    cursor: context-menu !important;
}

.opt_managed .text_sp{
    padding: 10px;
}
.options_select{
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 25px;
}
.options_select a{
    border: 2px solid #EBEBEB;
    max-height: 44px;
    border-radius: 10px;
}
.options_select a img{
    border-radius: 8px;
}
.opt_managed.disabled{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    background-color: #f5f5f5;
}

/*.opt_managed.disabled::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: #ff0000;
    transform: translateY(-50%) rotate(-15deg);
    z-index: 1;
}*/
.options_select a.active{
    border: 2px solid #3246FD;
}
.option_list{
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
}
.options_select .options_select_title{
    font-weight: 600;
    font-size: 16px;
}
.options_select.size a{
    padding: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    max-width: 50px;
    max-height: 50px;
    border: 2px solid #EBEBEB;
}

.options_select.size a.active{
    border: 2px solid #3246FD;
    background: #3246FD;
    color: white;
}
/* End */


/* Start:/bitrix/templates/shop/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17079141577309*/
.main-user-consent-request a {
    cursor: pointer
}

.main-user-consent-request-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 9000
}

.main-user-consent-request-popup-cont {
    min-height: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 20px;
    min-width: 320px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

.main-user-consent-request-popup-header {
    margin: 0 0 10px 0;
    font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 260px
}

.main-user-consent-request-popup-textarea-block {
    margin: 0 0 20px 0
}

.main-user-consent-request-popup-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-user-consent-request-popup-button {
    display: inline-block;
    height: 39px;
    margin: 0 10px 5px 0;
    padding: 0 18px;
    border: 0;
    border-radius: 2px;
    font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #535c69;
    outline: 0;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
    cursor: pointer
}

.main-user-consent-request-popup-button-acc {
    background: #bbed21
}

.main-user-consent-request-popup-button-acc:hover {
    background: #d2f95f
}

.main-user-consent-request-popup-button-rej {
    -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
    box-shadow: inset 0 0 0 1px #a1a6ac;
    background: 0
}

.main-user-consent-request-popup-button-rej:hover {
    background: #cfd4d8
}

.main-user-consent-request-popup-text {
    border: 1px solid #999;
    overflow: auto;
    padding: 8px;
    text-align: left;
    color: #545454
}

.main-user-consent-request-popup-link {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.main-user-consent-request-popup-link a {
    display: block;
    margin: 20px 0 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px
}

.main-user-consent-request-loader {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.main-user-consent-request-path {
    stroke: #80868e;
    stroke-dasharray: 100, 200
}

.main-user-consent-request-loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.main-user-consent-request-circular {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: inherit;
    width: inherit;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.main-user-consent-request-path {
    stroke: #ccc;
    stroke-dasharray: 60, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

.main-user-consent-request-announce {
    color: #333;
    font-size: 13px;
    line-height: 15px
}

.main-user-consent-request-announce-link {
    cursor: pointer
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@media (min-width: 1000px) {
    .main-user-consent-request-popup-cont {
        min-height: 400px;
        min-width: 640px
    }

    .main-user-consent-request-popup-header {
        max-width: 590px
    }

    .main-user-consent-request-popup-text, .main-user-consent-request-popup-link {
        height: 240px
    }

    .main-user-consent-request-popup-link a {
        max-width: 200px
    }
}

@media (max-width: 768px) {
    .main-user-consent-request-popup-cont {
        height: 100%
    }
}

.custom_check {
    margin: 12px 0 20px 0;
    display: inline-block;
}

.custom_check input[type="checkbox"]:checked,
.custom_check input[type="checkbox"]:not(:checked) {
    display: none;
}

.custom_check input[type="checkbox"]:checked + span,
.custom_check input[type="checkbox"]:not(:checked) + span {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.custom_check input[type="checkbox"] + span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #DEDEDE;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_check input[type="checkbox"]:checked + span:before {
    border-radius: 5px;
    background-color: var(--color-main);
}

.custom_check input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    left: 4px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

.custom_check input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

.form_quest_blog_rigth_input_button {
    background: var(--color-main);
    padding: 13px 24px;
    border-radius: 37px;
    width: 114px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

.form_quest_blog_rigth_input_button:hover {
    background: var(--color-main-hover);;
}

.custom_check span {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.custom_check span a {
    color: var(--color-main);
    text-decoration: underline;
}

.custom_check span a:hover {
    color: var(--color-main-hover);
}

/* End */
/* /bitrix/templates/shop/components/bitrix/catalog/menu/style.min.css?1707914157959 */
/* /bitrix/templates/shop/components/bitrix/catalog/menu/bitrix/catalog.element/shop_new/style.css?176278646565937 */
/* /bitrix/templates/shop/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17079141577309 */
