

/* Start:/local/templates/main_v2/components/bitrix/catalog.element/sale_new/style.css?178758744034751*/
.no-scroll {
    overflow: hidden !important
}

.btn-reset {
    background: 0 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 0;
    color: #111827;
    white-space: nowrap
}

.product {
    padding-bottom: 80px
}

.product .slick-slide {
    display: block
}

.product .slick-slide img {
    /*width: 100%;*/
    height: auto;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.product .col-md-7 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px
}

.product__left {
    max-width: 704px
}

.product__analog{
    padding: 60px 15px 15px;
    display: flex;
    justify-content: center;
}

.product__left.product__left_has-labels {
    /*padding-top: 40px;*/
}

.product-labels.product__labels {
    right: 45px;
    left: auto;
    top: 0;
}

.product__labels .product-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 14px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.product__labels .product-label__popup {
    right: -20px;
    left: auto;
    -webkit-box-shadow: 0px 6px 15px 0px #0000001A;
    box-shadow: 0px 6px 15px 0px #0000001A;
    z-index: 8;
    border-radius: 12px;
    width: 200px;
    font-size: 14px;
    padding: 16px;
}


.product-slider {
    margin-bottom: 23px
}

.product-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.product-thumbs li {
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid transparent;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.product-thumbs__item_img {
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-color: #c9c9c9
}

.product-thumbs__item_video img,
.product-thumbs__item_img img {
    width: 100%;
    display: block;
    height: 100%;
    pointer-events: none
}

li.product-thumbs__item_active {
    border-color: #8c64be
}

.product-thumbs li.product-thumbs__item_telegram {
    /*margin: 0 24px 0 12px;*/
    width: auto;
    min-width: auto;
    margin-right: 0;
}

.product-thumbs__item_video {
    border-radius: 16px;
    overflow: hidden;
    /*margin: 0 24px 0 12px;*/
    width: 64px;
    height: 64px;
    position: relative;
    /*opacity: .5*/
}

.product-thumbs__item_video:hover {
    /*opacity: 1*/
}


.product-thumbs__item_video > a {
    height: 100%;
    width: 100%;
}

.product-thumbs__item_video imh{
    object-fit: cover;
}

.product-thumbs__item_telegram a {
    border-radius: 16px;
    background-color: #f6f5f8;
    display: inline-block;
    padding: 14px 17px 14px 59px;
    width: 161px;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571;
    color: #111827;
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/tg_color.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 41px;
    text-decoration: none !important;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease
}

.product-thumbs__item_telegram a:hover {
    background-color: #eceaf1
}

.product__title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
    font-family: Room, sans-serif
}

.product__boutique-price {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33333;
    color: #585f6a;
    border-radius: 11px;
    padding: 8px 14px;
    background-color: #f6f5f8;
    display: inline-block;
    margin-bottom: 12px;
    margin-left: 10px
}

.product-order__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 2
}

.product-order {
    border: 2px solid #eeebf1;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.product-order_active {
    border-color: #fff;
    -webkit-box-shadow: 0 4px 30px 0 rgba(98, 113, 150, .15);
    box-shadow: 0 4px 30px 0 rgba(98, 113, 150, .15)
}

.product-order_active .product-order__share {
    display: block
}

.product-vidget__drop {
    position: absolute;
    right: 0;
    top: 55px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.product-vidget__drop .product-save-list {
    -webkit-box-shadow: 0 3px 20px 0 rgba(4, 19, 43, .08);
    box-shadow: 0 3px 20px 0 rgba(4, 19, 43, .08);
    background-color: #fff;
    border-radius: 10px;
    padding: 12px
}

.product-vidget__drop .product-save-list__drop {
    padding-top: 18px;
    right: -12px
}

.product-vidget__drop:hover {
    opacity: 1;
    pointer-events: auto
}

.product-order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-order__price {
    font-family: Room, sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    color: #111827;
    margin-right: 16px;
    white-space: nowrap;
}

.product-order__price span {
    font-size: 30px
}

.product-order__proc {
    font-family: Room, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.28571;
    color: #10b981;
    margin-right: 16px
}

.product-order__benefit {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857;
    color: #10b981;
    border-radius: 36px;
    padding: 6px 14px;
    background-color: #ecfaf5;
    white-space: nowrap;
}

.product-order__old-price {
    font-family: Room, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33333;
    text-decoration: line-through;
    color: #868d99;
    white-space: nowrap;
}

.product-order__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 28px;
    position: relative
}

.product-order__buttons .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33333;
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    margin-right: 6px
}

.product-order__buttons .btn:nth-child(2) {
    color: #8c64be;
    background-color: #efe3ff;
    margin-right: 0;
    margin-left: 6px
}

.product-order__buttons .btn:nth-child(2):hover {
    background-color: #e5d9f5
}

.product-order__share {
    border-radius: 12px;
    width: 56px;
    height: 56px;
    background-color: #f4f5f6;
    font-size: 0;
    margin-left: 16px;
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/retain.svg);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none
}

@media only screen and (min-width: 992px) {
    .product-order__share:hover ~ .product-vidget__drop {
        opacity: 1;
        pointer-events: auto
    }
}

.product-save {
    border-radius: 0 0 20px 20px;
    padding: 37px 24px 8px 24px;
    background-color: #f6f5f8;
    margin-top: -28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.product-save__retain {
    display: inline-block;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #111827;
    padding-left: 32px;
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/retain.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 20px;
    text-decoration: none !important
}

.product__ul-reset.product-save-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-save-list > li {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.product-save-list > li:last-child {
    margin-left: 24px
}

.product-save-list__link {
    display: inline-block;
    font-size: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
    cursor: pointer
}

@media only screen and (min-width: 992px) {
    .product-save-list__link:hover {
        background-color: #eceaf1
    }
}

@media only screen and (max-width: 992px) {
    .product-save-list__link:active {
        background-color: #eceaf1
    }
}

.product-save-list__link_fav {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/favorites.svg)
}

.product-save-list__link_fav.product-save-list__link_fill {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/favorites_fill.svg)
}

.product-save-list__link_wh {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/whatsapp.svg)
}

.product-save-list__link_tg {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/tg.svg)
}
.product-save-list__link_max {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/max.svg);
    background-size: 50%;
}

.product-save-list__link_chat {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/ms.svg);
    background-size: 25px;
}

.product-save-list__link_sh {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/share.svg);
    border-radius: 10px
}

@media only screen and (min-width: 992px) {
    .product-save-list__link_sh:hover ~ .product-save-list__drop {
        opacity: 1;
        pointer-events: auto
    }
}

.product-save-list__drop {
    position: absolute;
    right: 0;
    top: 41px;
    width: 260px;
    z-index: 2;
    padding-top: 8px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
    pointer-events: none
}

.product-save-list__drop:hover {
    opacity: 1;
    pointer-events: auto
}

.product-links {
    border-radius: 10px;
    padding: 8px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(4, 19, 43, .08);
    box-shadow: 0 3px 20px 0 rgba(4, 19, 43, .08)
}

.product-links__a {
    display: block;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #111827 !important;
    background-repeat: no-repeat;
    background-position: 16px center;
    padding: 10px 10px 10px 52px;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease
}

@media only screen and (min-width: 992px) {
    .product-links__a:hover {
        color: #111827 !important;
        background-color: #f6f5f8
    }
}

@media only screen and (max-width: 992px) {
    .product-links__a:active {
        color: #111827 !important;
        background-color: #f6f5f8
    }
}

.product-links__a_copy {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/copy.svg)
}

.product-links__a_copy_success {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/check.svg)
}

.product-links__a_vk {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/vk.svg)
}

.product-links__a_ok {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/ok.svg)
}

.product-links__a_wh {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/wh.svg)
}

.product-links__a_tg {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/tl.svg)
}

.product-links__a_max {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/max.svg);
    background-size: 24px;
}

.product-links__a_pn {
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/pn.svg)
}

.product-packaging {
    margin-bottom: 32px;
    background-color: #f8f1ff;
    border-radius: 16px;
    padding: 24px 223px 24px 24px;
    position: relative;
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/packaging.png);
    background-repeat: no-repeat;
    background-size: 226px auto;
    background-position: calc(100% + 35px) 10px
}

.product-packaging__title {
    font-family: Room, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #111827;
    margin-bottom: 10px
}

.product-packaging__text {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571;
    color: #111827;
    opacity: .5
}

.product-packaging__full {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    -webkit-backdrop-filter: blur(21.7999992371px);
    backdrop-filter: blur(21.7999992371px);
    background-color: rgba(255, 255, 255, .3);
    display: inline-block;
    font-size: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/icon/full.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-size .15s ease;
    -o-transition: background-size .15s ease;
    transition: background-size .15s ease
}

.product-packaging__full:hover {
    background-size: 24px
}

.product__ul-reset.product-info {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #868d99;
    max-width: 492px;
    margin-bottom: 42px
}

.product-info li {
    border-radius: 8px;
    padding: 8px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease;
    word-break: break-word;
}

.product-info li:hover {
    background-color: #f6f5f8
}

.product-info strong {
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 10px
}

.product-info p {
    margin: 0;
    color: #111827;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.product-delivery {
    padding: 0 24px;
    margin-bottom: 42px
}

.product-delivery__title {
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: #111827;
    margin: 0;
    margin-bottom: 16px
}

.product-delivery__text {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #585f6a;
    margin: 0;
    margin-bottom: 24px
}

.product__ul-reset.product-delivery__list {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.07125;
    color: #868d99;
    border-top: 1px solid #eeebf1;
    margin-bottom: 24px
}

.product-delivery__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0
}

.product-delivery__list p {
    margin: 0
}

.product-delivery__list strong {
    display: block;
    line-height: 1.3;
    color: #111827;
    font-weight: 400;
    margin-bottom: 8px
}

.product-delivery__list span {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #8c64be;
    border-radius: 26px;
    padding: 4px 12px;
    background-color: #f8f1ff;
    display: inline-block
}

.product__link {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #8c64be !important;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: padding-left .25s ease;
    -o-transition: padding-left .25s ease;
    transition: padding-left .25s ease
}

.product__link:before {
    content: "";
    width: 28px;
    height: 1px;
    background-color: #8c64be;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease
}

.product__link:hover {
    padding-left: 70px
}

.product__link:hover:before {
    width: 50px
}

.product-desk {
    padding: 0 24px;
    margin-bottom: 48px
}

.product-desk__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-desk__tabs li {
    padding-right: 24px;
    border-bottom: 2px solid #eeebf1
}

.product-desk__wrap {
    margin-bottom: 24px
}

.product-desk__button {
    padding: 14px 8px;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #111827;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px
}

.product-desk__button:hover {
    border-color: #c9c9c9
}

.product-desk__button_active {
    border-color: #8c64be !important
}

.product-desk__item {
    display: none;
    position: relative;
}

.product-desk__item .product__link {
    position: absolute;
    bottom: -50px;
}

.product-desk__item-inner {
    margin-bottom: 100px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.product-desk__item-inner.product-desk__item-inner_has-more:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: -webkit-linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, .01));
    background: -moz-linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, .01));
    background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, .01));
}

.product-desk__item-text {
    margin-bottom: 50px;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #111827;
}


.product-desk__item:first-child {
    display: block
}

.product-desk__item p {
    margin: 0;
    margin-bottom: 32px
}

.product-desk__item h2,
.product-desk__item h3,
.product-desk__item h4,
.product-desk__item h5,
.product-desk__item h6 {
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #111827;
    margin: 0;
    margin-bottom: 20px
}

.product-desk__item ul {
    margin: 0;
    margin-bottom: 25px
}

.product-desk__item ul li {
    margin-bottom: 5px
}

.product-desk__item .product__ul-reset li {
    padding-left: 46px;
    background-size: 28px;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.product-desk__item .product__ul-reset li:last-child {
    margin-bottom: 0
}

.product-desk__item .product__ul-reset li strong {
    display: block
}

.product-desk__more {
    display: none
}

.product-questions {
    border: 2px solid #eeebf1;
    border-radius: 20px;
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-questions__title {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33333;
    color: #111827;
    margin: 0 0 4px;
}

.product-questions__text {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571;
    color: #111827;
    opacity: .5;
    margin: 0
}

.product-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-soc li {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px
}

.product-soc__link {
    display: inline-block;
    font-size: 0;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease
}

.product-soc__link_wh {
    background-color: rgba(13, 193, 67, .1);
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/soc/wh.svg)
}

.product-soc__link_wh:hover {
    background-color: rgba(13, 193, 67, .2)
}

.product-soc__link_max {
    background-color: rgba(90, 101, 244, .1);
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/soc/max.svg)
}

.product-soc__link_max:hover {
    background-color: rgba(90, 101, 244, .2);
}

.product-soc__link_tg {
    background-color: rgba(40, 168, 234, .1);
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/soc/tg.svg)
}

.product-soc__link_tg:hover {
    background-color: rgba(40, 168, 234, .2)
}

.product-soc__link_ms {
    background-color: #f8f1ff;
    background-image: url(/local/templates/main_v2/components/bitrix/catalog.element/sale_new/./images/soc/ms.svg)
}

.product-soc__link_ms:hover {
    background-color: #e5d9f5
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.fancybox-button[data-fancybox-close] {
    padding: 20px;
    top: 20px;
    right: 10px
}

.fancybox-button[data-fancybox-close] svg path {
    fill: #868d99;
    stroke-width: 2px
}

.fancybox-button[data-fancybox-close]:hover svg path {
    stroke: #8c64be
}

.fancybox-button[data-fancybox-next] svg path,
.fancybox-button[data-fancybox-prev] svg path {
    fill: none;
    stroke: #585f6a;
    stroke-width: 2px
}

.fancybox-button[data-fancybox-next]:hover svg path,
.fancybox-button[data-fancybox-prev]:hover svg path {
    stroke: #8c64be
}

.fancybox-button[disabled] {
    opacity: .3 !important
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    width: 56px;
    height: 56px;
    background-color: #f6f5f8;
    padding: 16px;
    border-radius: 100%;
    background-clip: border-box
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 15px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 15px
}

.fancybox-show-thumbs .fancybox-thumbs {
    right: auto;
    left: 0;
    width: 130px;
    padding-left: 40px;
    padding-top: 40px;
    background: 0 0
}

.fancybox-show-thumbs .fancybox-thumbs .fancybox-thumbs__list a {
    float: none;
    display: block;
    width: 85px;
    height: 85px;
    max-height: none;
    max-width: none;
    margin-bottom: 14px
}

.fancybox-show-thumbs .fancybox-thumbs .fancybox-thumbs__list a:before {
    border: 2px solid #8c64be
}


.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    left: 165px
}

@media only screen and (max-width: 1200px) {
    .product-order__buttons .btn {
        font-size: 16px;
        padding: 13px
    }

    .product-order__share {
        width: 47px;
        height: 47px
    }

    .product-order__wrap {
        top: 120px
    }

    .product-order {
        padding: 16px
    }

    .product__boutique-price {
        font-size: 13px;
        padding: 6px 12px
    }

    .product-order__price {
        font-size: 24px
    }

    .product-order__price span {
        font-size: 20px
    }

    .product-order__proc {
        font-size: 24px
    }

    .product-order__benefit {
        font-size: 12px;
        padding: 5px 10px
    }

    .product-order__old-price {
        font-size: 20px
    }

    .product-order__buttons {
        margin-top: 16px
    }

    .product-save {
        margin-bottom: 24px
    }

    .product-desk__tabs li {
        padding-right: 20px
    }

    .product-questions {
        display: block;
        padding: 18px 20px
    }

    .product-questions__content {
        margin-bottom: 16px
    }

    .product-soc li {
        margin-right: 8px;
        margin-left: 0;
        width: 40px;
        height: 40px
    }

    .product-soc__link {
        width: 40px;
        height: 40px;
        background-size: 22px
    }
}

@media only screen and (max-width: 992px) {
    .product__title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 16px
    }

    .product .col-md-7 {
        position: relative;
        top: 0
    }

    .product__left {
        margin-bottom: 40px
    }

    .product-slider {
        margin-bottom: 16px
    }

    .product__boutique-price {
        border-radius: 11px
    }

    .product-order__wrap {
        height: 157px;
        position: relative;
        top: 0
    }

    .product-order_active {
        position: fixed;
        top: auto;
        bottom: 8px;
        left: 8px;
        width: calc(100% - 16px);
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eeebf1;
        z-index: 5
    }

    .product-order__buttons .btn {
        margin-right: 4px;
        font-size: 15px;
        padding: 10px 7px;
        border-radius: 8px
    }

    .product-order__buttons .btn:nth-child(2) {
        margin-left: 4px
    }

    .product-order__share {
        width: 40px;
        height: 40px;
        margin-left: 8px;
        border-radius: 8px
    }

    .product-vidget__drop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        pointer-events: auto;
        z-index: 5;
        background-color: rgba(17, 24, 39, .5);
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .product-vidget__drop .product-save-list {
        position: absolute;
        bottom: 8px;
        left: 8px;
        width: calc(100% - 16px);
        display: block
    }

    .product-vidget__drop .product-save-list li {
        width: 100%;
        height: auto
    }

    .product-vidget__drop .product-save-list li:last-child {
        margin: 0
    }

    .product-vidget__drop .product-save-list__link {
        height: auto;
        font-size: 16px;
        line-height: 22px;
        display: block;
        width: 100%;
        padding: 13px 13px 13px 44px;
        border-radius: 8px;
        background-size: 32px;
        background-position: 5px center;
        color: #111827
    }

    .product-vidget__drop .product-save-list__drop {
        top: auto;
        right: auto;
        left: -12px;
        bottom: -12px;
        width: calc(100% + 24px)
    }

    .product-save__retain {
        font-size: 14px;
        padding-left: 28px
    }

    .product-save {
        padding: 37px 16px 10px 16px
    }

    .product-save-list > li {
        width: 32px;
        height: 32px
    }

    .product-save-list__link_chat {
        background-size: 18px;
    }

    .product-save-list > li:last-child {
        margin-left: 16px
    }

    .product-save-list__link {
        width: 32px;
        height: 32px
    }

    .product {
        padding-bottom: 35px
    }

    .fancybox-button[data-fancybox-close] {
        top: 0;
        right: 0
    }

    /*.fancybox-navigation {*/
    /*    display: none*/
    /*}*/
    .fancybox-inner .fancybox-navigation .fancybox-button {
        width: 50px;
        height: 78px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        left: 0;
        bottom: 130px
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        padding: 0 20px 20px;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 90px
    }

    .fancybox-thumbs__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .fancybox-show-thumbs .fancybox-thumbs .fancybox-thumbs__list a {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        margin-right: 8px
    }

    .product-save {
        margin-top: -35px;
        /*margin-top: -67px;*/
    }

    .product-save-list__drop {
        opacity: 1;
        pointer-events: auto;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media only screen and (max-width: 600px) {
    .product-thumbs__wrap {
        height: 58px;
        overflow: hidden;
        position: relative;
        left: -20px;
        width: calc(100% + 40px)
    }

    /*.product-info li {*/
    /*    padding-left: 0;*/
    /*    padding-right: 0;*/
    /*}*/

    .product-thumbs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .product-thumbs li {
        margin-right: 8px;
        width: 54px;
        min-width: 54px;
    }

    .product-thumbs__item_img,
    .product-thumbs__item_video {
        width: 54px;
        height: 54px
    }

    .product-thumbs__item_telegram a {
        font-size: 12px;
        padding: 8px 13px 10px 48px;
        line-height: 1.5;
        background-size: 40px;
        background-position: 4px center;
        border-radius: 12px;
        width: 134px
    }

    .product-packaging {
        padding: 20px 95px 20px 20px;
        min-height: 138px;
        background-size: 171px auto;
        background-position: calc(100% + 75px) calc(100% + 20px);
        margin-bottom: 24px
    }

    .product-info {
        font-size: 14px;
        margin-bottom: 40px
    }

    .product-info strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px
    }

    .product-info p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 130px);
        flex: 0 0 calc(100% - 130px);
        max-width: calc(100% - 130px)
    }

    .product-advantages__item {
        margin-bottom: 8px;
        border-radius: 12px;
        padding: 16px 16px 16px 80px;
        font-size: 14px;
        background-size: 44px;
        background-position: 16px 16px
    }

    .product-advantages__item strong {
        margin-bottom: 4px
    }

    .product-delivery {
        padding: 0
    }

    .product-delivery__title {
        font-size: 16px;
        margin-bottom: 8px
    }

    .product-delivery__text {
        font-size: 14px;
        margin-bottom: 18px
    }

    .product-delivery__list {
        font-size: 14px;
        margin-bottom: 18px
    }

    .product-delivery__list li {
        padding: 12px 0
    }

    .product-delivery__list strong {
        margin-bottom: 4px
    }

    .product-delivery__list span {
        font-size: 13px
    }

    .product__link {
        font-size: 14px
    }

    .product-desk {
        padding: 0
    }

    .product-desk__wrap {
        margin-bottom: 24px
    }

    .product-desk__button {
        padding: 12px 8px;
        font-size: 15px
    }

    .product-desk__wrap {
        overflow: hidden;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
        padding-left: 20px;
        height: 50px
    }

    .product-desk__tabs {
        overflow-x: auto;
        padding-bottom: 10px
    }

    .product-desk__item {
        font-size: 14px;
        line-height: 1.4
    }

    .product-desk__item p {
        margin-bottom: 18px
    }

    .product-desk__item h2,
    .product-desk__item h3,
    .product-desk__item h4,
    .product-desk__item h5,
    .product-desk__item h6 {
        font-size: 16px;
        margin-bottom: 12px
    }

    .product-desk__item ul {
        margin-bottom: 18px
    }
}

@media only screen and (max-width: 390px) {
    .product-order__price {
        font-size: 17px
    }

    .product-order__price span {
        font-size: 15px
    }

    .product-order__proc {
        font-size: 17px
    }

    .product-order__benefit {
        font-size: 10px
    }

    .product-order__old-price {
        font-size: 16px
    }

    .product-order {
        border-radius: 10px
    }

    .product-save {
        padding-top: 25px
    }
}

@media only screen and (max-width: 360px) {
    .product-order__buttons .btn {
        font-size: 12px
    }

    .product-order__share {
        height: 36px;
        background-size: 15px auto
    }

    .product-save-list > li:last-child {
        margin-left: 6px
    }

    .product-save__retain {
        font-size: 12px
    }

    .product-save {
        padding-top: 20px
    }
}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/news.list/advantages/style.min.css?1751568042497*/
.product__ul-reset.product-advantages{margin-bottom:42px}.product-advantages__item{font-family:Manrope,sans-serif;font-weight:400;font-size:16px;line-height:1.375;color:#585f6a;background-color:#f9f6ff;border-radius:20px;padding:24px 24px 24px 98px;margin-bottom:12px;background-repeat:no-repeat;background-size:50px;background-position:24px center}.product-advantages__item:last-child{margin-bottom:0}.product-advantages__item strong{display:block;color:#111827;font-weight:700;margin-bottom:8px}
/* End */


/* Start:/local/templates/main_v2/styles/pagination.min.css?17515680422981*/
.b_pagination ._wrap_page_pagination ._wrap_link_pagination ._link_pagination:hover{color:#8c64be}.b_pagination{margin-bottom:50px;position:relative;clear:both;padding-top:50px}@media only screen and (max-width:990px){.b_pagination{margin-bottom:50px}}.b_pagination ._control_left,.b_pagination ._control_right{background:#fff;border:1px solid #ebebeb;width:55px;height:55px;cursor:pointer;padding:18px 22px}@media (max-width:990px){.b_pagination ._control_left,.b_pagination ._control_right{margin-right:1px}}@media (max-width:767px){.b_pagination ._control_left,.b_pagination ._control_right{position:absolute}}.b_pagination ._control_left,.b_pagination ._wrap_link_pagination li{float:left}@media (max-width:990px) and (min-width:768px){.b_pagination ._control_left{margin-left:-55px}}@media (max-width:767px){.b_pagination ._control_left{top:100px;right:50%;margin-right:-1px}}.b_pagination ._control_left:hover,.b_pagination ._control_right:hover{color:#8c64be;background:#f5f5f5}.b_pagination ._control_right{float:right}@media (max-width:990px) and (min-width:768px){.b_pagination ._control_right{margin-right:-54px}}@media (max-width:767px){.b_pagination ._control_right{top:100px;left:50%;margin-left:-1px}}.b_pagination ._wrap_link_pagination{list-style:none;padding-left:0}.b_pagination ._wrap_link_pagination li:not(:last-child){margin-right:30px}.b_pagination ._page_show{display:block;margin-top:55px;font-size:11px;color:#adb0b3}@media (max-width:767px){.b_pagination ._page_show{margin-top:20px}}.b_pagination ._wrap_page_pagination{text-align:center;max-width:61.7%;margin:auto}.b_pagination ._wrap_page_pagination:after,.b_pagination ._wrap_page_pagination:before{content:" ";display:table}.b_pagination ._wrap_page_pagination:after{clear:both}@media (max-width:990px){.b_pagination ._wrap_page_pagination{max-width:48.2%}}@media (max-width:767px){.b_pagination ._wrap_page_pagination{max-width:100%}}.b_pagination ._wrap_page_pagination ._wrap_link_pagination{display:inline-block;margin-top:20px}@media (max-width:767px){.b_pagination ._wrap_page_pagination ._wrap_link_pagination{margin-top:80px}}.b_pagination ._wrap_page_pagination ._wrap_link_pagination ._link_pagination{font-size:15px;color:#000;text-decoration:none}.b_pagination ._wrap_page_pagination ._wrap_link_pagination .-active{color:#8c64be}.b_pagination._pagination_catalog ._wrap_page_pagination{margin-right:0;max-width:100%}@media (max-width:990px) and (min-width:768px){.b_pagination._pagination_catalog ._wrap_page_pagination{margin-right:auto;max-width:50%}}@media (max-width:767px){.b_pagination._pagination_catalog ._wrap_page_pagination{max-width:100%}}.page_pagination_show-all a{margin:0 auto;display:block;width:140px;height:40px;line-height:40px;font-size:11px;text-transform:uppercase;text-align:center;border:solid 1px #8c64be;cursor:pointer;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.page_pagination_show-all a:hover{background-color:#8c64be;color:#fff}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/news.list/payment-methods/style.min.css?17515680421806*/
.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.payment-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 25px rgba(190,170,210,.08);transition:transform .3s,box-shadow .3s;border:1px solid #f5f1ff}.payment-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(190,170,210,.15)}.payment-card-header{display:flex;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f5f1ff}.payment-card h3{font-size:1.4rem;color:#000;margin:0;font-weight:600}.payment-card p{color:#585f6a;margin-bottom:1.5rem;line-height:1.7}.steps{background:#faf9ff;border-radius:8px;padding:1.5rem;border-left:4px solid #c4a8e8}.steps h4{color:#c4a8e8;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-weight:600}.steps ol{margin:0;padding-left:1.2rem}.steps li{margin-bottom:.5rem;color:#000}.cashless-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 25px rgba(190,170,210,.08);margin-bottom:2rem;border:1px solid #f5f1ff}.cashless-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f5f1ff}.cashless-header h2,.method-card h4{color:#000;margin-bottom:.5rem;font-weight:600}.cashless-header p{color:#585f6a}.cashless-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.method-card{background:#fff;border-radius:8px;padding:1.5rem;border:2px solid #b9a2d6;transition:all .3s}.method-card:hover{box-shadow:0 5px 15px rgba(190,170,210,.12);transform:translateY(-2px)}.method-card h4{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.method-card p{color:#585f6a;margin-bottom:1.5rem;line-height:1.7}@media (max-width:768px){.cashless-methods,.payment-grid{grid-template-columns:1fr}}
/* End */


/* Start:/local/templates/main_v2/components/cadesign/widget/buying-item/style.min.css?17515680422822*/
.buying{padding:80px 0}.buying__title{font-family:Room,sans-serif;font-weight:500;font-size:32px;line-height:1.1875;text-transform:uppercase;color:#1e1c1f;margin:0 0 32px;text-align:center}.buying__row{margin-left:-8px;margin-right:-8px}.buying__row>div{padding-left:8px;padding-right:8px}.buying-item{min-height:250px;border-radius:14px;padding:25px 150px 25px 25px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;position:relative}.buying-item h3,.buying-item p{font-family:Roboto,sans-serif;font-weight:400;font-size:24px;line-height:1.2;color:#1e1c1f;margin:0 0 16px;position:relative}.buying-item p{font-family:Manrope,sans-serif;font-size:16px;line-height:1.375;color:#585f6a;margin:0}.buying-item:before{content:"";display:block;width:100%;height:100%;background-color:#f6f5f8;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:14px;-webkit-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease}@media only screen and (min-width:992px){.buying-item:hover:before{width:102%;height:102%}}.buying-item_first:before{background-image:url(/local/templates/main_v2/components/cadesign/widget/buying-item/./images/0.jpg);background-repeat:no-repeat;background-size:236px;background-position:calc(100% + 23px)0}@media only screen and (min-width:992px){.buying-item_first:hover:before{background-position:calc(100% + 18.5px) 2px}}.buying-item_second:before,.buying-item_third:before{background-image:url(/local/templates/main_v2/components/cadesign/widget/buying-item/./images/2.jpg);background-repeat:no-repeat;background-size:236px;background-position:calc(100% + 23px) 50%}@media only screen and (min-width:992px){.buying-item_second:hover:before{background-position:calc(100% + 19px) 50%}}.buying-item_third:before{background-image:url(/local/templates/main_v2/components/cadesign/widget/buying-item/./images/1.jpg);background-position:calc(100% + 23px)0}@media only screen and (min-width:992px){.buying-item_third:hover:before{background-position:calc(100% + 19px) 2px}}.buying.show .buying-item{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}@media only screen and (max-width:992px){.buying{padding:35px 0}.buying-item{min-height:250px;max-width:600px;margin:0 auto 12px}}@media only screen and (max-width:600px){.buying__title{text-align:left;margin-bottom:24px;font-size:28px}.buying-item{padding:16px 100px 16px 18px;min-height:140px}.buying-item h3{font-size:16px;margin-bottom:8px}.buying-item p{font-size:13px}.buying-item_first:before,.buying-item_second:before{background-image:url(/local/templates/main_v2/components/cadesign/widget/buying-item/./images/m/0.jpg);background-size:140px auto;background-position:right center}.buying-item_second:before{background-image:url(/local/templates/main_v2/components/cadesign/widget/buying-item/./images/m/1.jpg);background-size:120px auto}.buying-item_third:before{background-image:url(/local/templates/main_v2/components/cadesign/widget/buying-item/./images/m/2.jpg);background-size:120px auto;background-position:calc(100% + 20px) center}}
/* End */


/* Start:/local/components/rover/send.form/templates/subscribe-product-price/style.min.css?17740115614809*/
@-webkit-keyframes levitation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes levitation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.remind{background-color:#f7f2ff;margin:80px 0;padding:62px 0;background-image:url(/local/components/rover/send.form/templates/subscribe-product-price/./images/bg.svg);background-repeat:no-repeat;background-position:right center;background-size:auto 100%;overflow:hidden}.remind .container{position:relative}.remind__block{max-width:640px}.remind__title{font-family:Room,sans-serif;font-weight:400;font-size:48px;line-height:1.0625;text-transform:uppercase;color:#1e1c1f;margin:0 0 16px}.remind__text{font-family:Manrope,sans-serif;font-weight:400;font-size:16px;line-height:1.375;color:#585f6a;margin:0}.remind-form{margin-top:40px}.remind-form label.error{display:none!important}.remind-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.remind-form__input input,.remind-form__row .btn{border-radius:12px;font-family:Manrope,sans-serif;font-size:18px}.remind-form__row .btn{margin-left:12px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;font-weight:500;line-height:1.33333;color:#fff;padding:16px}.remind-form__input{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.remind-form__input input{padding:14px 20px 14px 16px;background-color:#fff;width:100%;border:0;font-weight:400;line-height:1.44444}.remind-form__checkbox{position:relative;cursor:pointer}.remind-form__checkbox input{position:absolute;visibility:hidden}.remind-form__checkbox input:checked~span i{background-color:#8c64be}.remind-form__checkbox input:checked~span i:after{left:calc(100% - 18px)}.remind-form__checkbox span{font-family:Manrope,sans-serif;font-weight:400;font-size:15px;line-height:1.42857;color:#1e1c1f;padding-left:44px;position:relative;display:block}.remind-form__checkbox a{color:#8c64be}.remind-form__checkbox i,.remind-form__checkbox i:after{display:inline-block;width:36px;height:20px;position:absolute;left:0;top:0;background-color:#d8d7d9;border-radius:80px;-webkit-transition:background-color .25s ease;-o-transition:background-color .25s ease;transition:background-color .25s ease}.remind-form__checkbox i:after{content:"";width:16px;height:16px;border-radius:100%;background-color:#fff;left:2px;top:2px;-webkit-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}.remind__product{width:315px;height:315px;position:absolute;right:-75px;top:-10px;-webkit-animation:levitation 8s infinite;animation:levitation 8s infinite}.remind__product img{display:block;width:100%;-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg);border-radius:50px;height:auto}.remind-decor{position:absolute;pointer-events:none}.remind-decor div{background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;height:100%}.remind-decor_1{width:130px;height:130px;top:40px;right:210px;-webkit-animation:levitation 10s infinite;animation:levitation 10s infinite}.remind-decor_1 div{background-image:url(/local/components/rover/send.form/templates/subscribe-product-price/./images/1.svg);-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}.remind-decor_2{width:562px;height:425px;top:30px;right:-290px}.remind-decor_2 div{background-image:url(/local/components/rover/send.form/templates/subscribe-product-price/./images/2.png);-webkit-filter:blur(3px);filter:blur(3px)}.remind-decor_3{width:128px;height:208px;top:-90px;right:390px}.remind-decor_3 div{background-image:url(/local/components/rover/send.form/templates/subscribe-product-price/./images/3.png);-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}@media only screen and (max-width:1500px){.remind-decor_3{right:auto;left:690px}.remind-decor_1{right:auto;left:790px}.remind__product{right:auto;left:890px}.remind-decor_2{right:-200px}}@media only screen and (max-width:992px){.remind{margin:35px 0;background-color:#f7f2ff;background-image:url(/local/components/rover/send.form/templates/subscribe-product-price/./images/m/bg.svg);padding:40px 0 0}.remind .container{padding-bottom:256px}.remind__title{font-size:28px;margin-bottom:16px}.remind__text{font-size:15px;margin-bottom:32px}.remind-decor_1,.remind-decor_3{right:auto;left:-25px;top:auto;bottom:120px;width:91px;height:149px}.remind-decor_3 div{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.remind-decor_1{left:58px;width:71px;height:71px}.remind-decor_2{right:-50px;width:300px;height:240px;top:auto;bottom:-100px}.remind__product{width:174px;height:174px;left:calc(50% - 87px);top:auto;bottom:20px}.remind__product img{border-radius:32px}}@media only screen and (max-width:600px){.remind-form__row{display:block}.remind-form__row .btn{max-width:100%;width:100%;text-align:center;margin-left:0;font-size:16px;border-radius:8px}.remind-form__input{margin-bottom:12px}.remind-form__checkbox span{font-size:13px}}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/catalog.section/related-slider/style.min.css?17515680431890*/
.related{padding:80px 0}.related-slider__scroll{position:relative}.related-slider__scroll .slick-arrow{width:80px;height:80px;font-size:0;background-color:#fff;-webkit-box-shadow:0 10px 15px 0 rgba(191,198,218,.07);box-shadow:0 10px 15px 0 rgba(191,198,218,.07);border:0;border-radius:100%;position:absolute;top:160px;z-index:2;background-image:url(/local/templates/main_v2/components/bitrix/catalog.section/related-slider/./images/icon/next.svg);background-repeat:no-repeat;background-position:center;background-size:28px;-webkit-transition:background-image .15s ease;-o-transition:background-image .15s ease;transition:background-image .15s ease}.related-slider__scroll .slick-arrow:hover{background-image:url(/local/templates/main_v2/components/bitrix/catalog.section/related-slider/./images/icon/next_a.svg)}.related-slider__scroll .slick-next{right:-40px}.related-slider__scroll .slick-prev{left:-40px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.related-slider__scroll .slick-list{margin:0-8px}.related-slider__scroll .slick-slide{margin:0 8px}.related__title{font-family:Room,sans-serif;font-weight:400;font-size:48px;line-height:1.0625;text-transform:uppercase;color:#1e1c1f;text-align:center;margin:0 0 40px}@media only screen and (max-width:992px){.related{padding:35px 0}.related__title{font-size:28px;margin-bottom:24px}.related-slider__scroll{overflow:hidden;height:512px;position:relative;left:-15px;width:calc(100% + 30px)}.related-slider{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;overflow-x:auto;padding-bottom:20px;padding-left:15px}.related-slider>*{position:relative;width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 290px;max-width:290px;margin-right:16px}}@media only screen and (max-width:600px){.related-slider__scroll{height:390px}.related-slider{padding-left:15px;padding-right:3px}.related-slider>*{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;max-width:230px;margin-right:12px}#watching{padding-bottom:70px}}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/catalog.item/related/style.min.css?17515680423201*/
.related-item{position:relative}.related-item__img{text-decoration:none;color:#000;background-color:#f6f5f8;height:400px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;overflow:hidden}.related-item__img img{width:100%;display:block;height:auto;-webkit-transition:-webkit-transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.related-item__img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.related-buttons,.related-buttons li,.related-item__img{display:-webkit-box;display:-ms-flexbox;display:flex}.related-buttons{margin:0;padding:0;list-style-type:none;position:absolute;top:12px;right:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1}.related-buttons li{width:38px;height:38px;margin-left:8px}.related-buttons__button{display:inline-block;font-size:0;width:38px;height:38px;background-color:#fff;border-radius:100%;background-repeat:no-repeat;background-position:center;background-size:24px;cursor:pointer;-webkit-transition:background-image .15s ease;-o-transition:background-image .15s ease;transition:background-image .15s ease}.related-buttons__button_cart{background-image:url(/local/templates/main_v2/components/bitrix/catalog.item/related/./images/icon/cart.svg)}.related-buttons__button_cart:hover{background-image:url(/local/templates/main_v2/components/bitrix/catalog.item/related/./images/icon/cart_d.svg)}.related-buttons__button_bell{background-image:url(/local/templates/main_v2/components/bitrix/catalog.item/related/./images/icon/bell.svg)}.related-buttons__button_bell:hover{background-image:url(/local/templates/main_v2/components/bitrix/catalog.item/related/./images/icon/bell_d.svg)}.related-item__price{font-family:Room,sans-serif;font-weight:900;font-size:24px;line-height:1.33333;color:#111827;margin-bottom:12px}.related-item__price span,.related-item__prices span{font-weight:700;font-size:20px}.related-item__content{padding:0 12px}.related-item__brand,.related-item__title{font-family:Manrope,sans-serif;font-weight:400;font-size:15px;line-height:1.33333}.related-item__brand{text-align:center;color:#8c64be}.related-item__title{color:#000;margin:8px 0 0}.related-item__title a{color:#000;text-decoration:none}.related-item__prices{font-family:Room,sans-serif;font-weight:900;font-size:24px;line-height:1.33333;color:#8c64be;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.related-item__prices span{margin-left:8px}.related-item__prices div{font-family:Room,sans-serif;font-weight:500;font-size:18px;line-height:1.33333;text-decoration:line-through;color:#868d99;margin-left:16px}@media only screen and (max-width:600px){.related-item__img{height:276px;margin-bottom:16px}.related-item__img img{max-width:185px;margin:0 auto}.related-buttons li{width:34px;height:34px}.related-buttons__button{width:34px;height:34px;background-size:21px auto}.related-item__content{padding:0 8px}.related-item__price{font-size:20px;margin-bottom:8px}.related-item__price span,.related-item__prices div,.related-item__prices span{font-size:16px}.related-item__brand{font-size:14px;margin-bottom:8px}.related-item__title{font-size:14px}.related-item__prices{font-size:20px}.related__title{text-align:left}}
/* End */


/* Start:/local/components/rover/send.form/templates/catalog_subscribe/style.min.css?17740120294136*/
@-webkit-keyframes levitation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes levitation{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.subscribe{background-color:#f7f2ff;margin:80px 0;background-image:url(/local/components/rover/send.form/templates/catalog_subscribe/./images/bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden}.subscribe .container{position:relative;padding-top:57px;padding-bottom:57px}.subscribe__block{max-width:731px;position:relative}.subscribe__title{font-family:Room,sans-serif;font-weight:400;font-size:48px;line-height:1.0625;text-transform:uppercase;color:#1e1c1f;margin:0 0 24px}.subscribe__text{font-family:Manrope,sans-serif;font-weight:400;font-size:16px;line-height:1.375;color:#585f6a;margin:0}.subscribe-form{margin-top:40px}.subscribe-form label.error{display:none!important}.subscribe-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.subscribe-form__input input,.subscribe-form__row .btn{border-radius:12px;font-family:Manrope,sans-serif;font-size:18px}.subscribe-form__row .btn{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;font-weight:500;line-height:1.33333;color:#fff;padding:16px}.subscribe-form__input{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;margin-right:12px}.subscribe-form__input input{padding:15px 20px 15px 16px;background-color:#fff;width:100%;border:0;font-weight:400;line-height:1.44444}.subscribe-form__checkbox{position:relative;cursor:pointer}.subscribe-form__checkbox input{position:absolute;visibility:hidden}.subscribe-form__checkbox input:checked~span i{background-color:#8c64be}.subscribe-form__checkbox input:checked~span i:after{left:calc(100% - 18px)}.subscribe-form__checkbox span{font-family:Manrope,sans-serif;font-weight:400;font-size:15px;line-height:1.42857;color:#1e1c1f;padding-left:44px;position:relative;display:block}.subscribe-form__checkbox a{color:#8c64be}.subscribe-form__checkbox i,.subscribe-form__checkbox i:after{display:inline-block;width:36px;height:20px;position:absolute;left:0;top:0;background-color:#d8d7d9;border-radius:80px;-webkit-transition:background-color .25s ease;-o-transition:background-color .25s ease;transition:background-color .25s ease}.subscribe-form__checkbox i:after{content:"";width:16px;height:16px;border-radius:100%;background-color:#fff;left:2px;top:2px;-webkit-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}.subscribe-decor{position:absolute;pointer-events:none}.subscribe-decor div{background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;height:100%}.subscribe-decor_0{width:423px;height:392px;right:-200px;top:30px;-webkit-animation:levitation 10s infinite;animation:levitation 10s infinite}.subscribe-decor_0 div{background-image:url(/local/components/rover/send.form/templates/catalog_subscribe/./images/0.png);-webkit-transform:rotate(-7deg);-ms-transform:rotate(-7deg);transform:rotate(-7deg)}.subscribe-decor_1{width:129px;height:256px;right:330px;bottom:0;-webkit-animation:levitation 8s infinite;animation:levitation 8s infinite}.subscribe-decor_1 div{background-image:url(/local/components/rover/send.form/templates/catalog_subscribe/./images/1.png);-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg)}@media only screen and (max-width:992px){.subscribe{background-image:url(/local/components/rover/send.form/templates/catalog_subscribe/./images/bg_m.jpg);background-color:#f7f2ff;margin:35px 0}.subscribe .container{padding-top:40px;padding-bottom:250px}.subscribe__title{font-size:28px;margin-bottom:16px}.subscribe__text{font-size:15px;margin-bottom:30px}.subscribe-form__row{display:block}.subscribe-form__row .btn{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;width:100%;margin:0}.subscribe-form__input{margin-right:0;margin-bottom:12px}.subscribe-decor_0{top:auto;bottom:70px;right:0;width:183px;height:172px}.subscribe-decor_1{top:auto;bottom:20px;right:auto;left:30px;width:73px;height:122px}.subscribe-decor_1 div{-webkit-transform:rotate(68deg);-ms-transform:rotate(68deg);transform:rotate(68deg)}.subscribe-form__checkbox span{font-size:13px}}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/news.list/services-relink/style.min.css?17515680422287*/
.services{padding:80px 0}.services__title{text-align:center;font-family:Room,sans-serif;font-weight:400;font-size:48px;line-height:1.0625;text-transform:uppercase;color:#1e1c1f;margin:0 0 40px}.services__row{margin-left:-8px;margin-right:-8px}.services__row>div{padding-left:8px;padding-right:8px}.services-item{background-color:#f6f5f8;position:relative;min-height:220px}.services-item:hover a:before{background-color:#8c64be;background-image:url(/local/templates/main_v2/components/bitrix/news.list/services-relink/./images/icon/arrow_w.svg);width:60px}.services-item a{padding:25px 208px 24px 24px;color:#000;text-decoration:none!important;position:absolute;top:0;left:0}.services-item a:before,.services-item__type{background-repeat:no-repeat;background-size:18px}.services-item a:before{content:"";width:40px;height:40px;display:inline-block;border-radius:5px;background-color:#fff;background-image:url(/local/templates/main_v2/components/bitrix/news.list/services-relink/./images/icon/arrow.svg);background-position:calc(100% - 10px) center;position:absolute;left:24px;bottom:24px;-webkit-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease}.services-item__type{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.42857;padding-left:26px;background-position:0 center;margin-bottom:13px}.services-item__type_redemption{background-image:url(/local/templates/main_v2/components/bitrix/news.list/services-relink/./images/icon/cart.svg);color:#10b981}.services-item__type_appraisal{background-image:url(/local/templates/main_v2/components/bitrix/news.list/services-relink/./images/icon/arrows.svg);color:#8c64be}.services-item__title{font-family:Room,sans-serif;font-weight:500;font-size:24px;line-height:1;color:#1e1c1f;margin:0}.services-item__img{width:160px;position:absolute;top:8px;right:8px;height:calc(100% - 16px)}.services-item a,.services-item__img img{display:block;width:100%;height:100%}@media only screen and (max-width:1200px){.services-item a{padding-right:170px;padding-left:15px}.services-item__title{font-size:18px}.services-item__img{width:150px}}@media only screen and (max-width:992px){.services{padding:35px 0}.services__title{font-size:28px;margin-bottom:24px}.services-item{margin:0 auto 12px;max-width:600px}}@media only screen and (max-width:600px){.services-item{min-height:187px}.services-item a{padding:20px 170px 20px 20px}.services-item a:before{width:32px;height:32px;bottom:20px;left:20px}.services-item__img{width:130px}.services-item__type{font-size:12px;margin-bottom:12px}}
/* End */
/* /local/templates/main_v2/components/bitrix/catalog.element/sale_new/style.css?178758744034751 */
/* /local/templates/main_v2/components/bitrix/news.list/advantages/style.min.css?1751568042497 */
/* /local/templates/main_v2/styles/pagination.min.css?17515680422981 */
/* /local/templates/main_v2/components/bitrix/news.list/payment-methods/style.min.css?17515680421806 */
/* /local/templates/main_v2/components/cadesign/widget/buying-item/style.min.css?17515680422822 */
/* /local/components/rover/send.form/templates/subscribe-product-price/style.min.css?17740115614809 */
/* /local/templates/main_v2/components/bitrix/catalog.section/related-slider/style.min.css?17515680431890 */
/* /local/templates/main_v2/components/bitrix/catalog.item/related/style.min.css?17515680423201 */
/* /local/components/rover/send.form/templates/catalog_subscribe/style.min.css?17740120294136 */
/* /local/templates/main_v2/components/bitrix/news.list/services-relink/style.min.css?17515680422287 */
