

/* Start:/local/components/prmedia/unode.catalog.element/templates/.default/style.css?175197372585549*/
#article-data{
    display: none;
}

#yandex_credit_wrap{
    width:auto;
    position:relative;
    display:inline-block;
    border: none;
    background: none;
    /*border: 1px dotted green;*/
}

#yandex_credit_left{
    position:absolute;
    top:0;
    left:0;
    height:inherit;
    width:165px;
    height:64px;
    /*border:1px solid red;*/
    z-index: 20;
}

#yandex_credit{
    padding:0!important;
    width:216px;
    margin-bottom:13px;
    border: none!important;
    background: none!important;
}

#yandex_credit div{
    width:auto!important;
    box-shadow: none!important;
    border: none!important;
}

#yandex_credit > div > div > div{
    border:0!important;
}

.p-element {
    font-family: Proxima, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.product-main {
    box-sizing: border-box;
    padding-bottom: 54px;
}

@media screen and (max-width: 997px) {
    .iframe-video {
        min-width: auto !important;
        min-height: auto !important;
    }
    #yandex_credit_wrap {
        width: 100%;
    }

    #yandex_credit {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        outline: none;
    }

    #yandex_credit_left {
        width: calc(100% - 62px);
    }

    #yandex_credit > div > div:first-child {
        justify-content: center;
    }

    #yandex_credit > div > div > div {
        max-width: 115px;
    }
}

.popup.popup_credit {
    display:none;
    width: 480px;
    min-height: inherit;
    box-shadow: -5px 3px 68px 8px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: fixed!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 40px 24px 24px;
    color: #848484;
    font-size: 14px;
    text-align: left;
}
.popup_credit--sber {
    font-family: 'Proxima', Arial, sans-serif;
}
.popup.popup__dolyami {
    width: 600px;
    max-height: calc(100vh - 2 * 20px);
    overflow-y: auto;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .popup.popup__dolyami {
        max-height: 100%;
        scrollbar-width: none;
    }
    .popup.popup__dolyami::-webkit-scrollbar{
        width: none;
    }
}

.popup__dolyami.active {
    display: flex;
}

.popup__dolyami-block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    min-height: 0;
    overflow-y: auto;
    margin: 0 auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 600px;
    font-family: "Proxima";

    color: #000;
}

.popup__dolyami-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.popup__dolyami-close:before,
.popup__dolyami-close:after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    transition: .25s ease;
    background-color: #A4A2A2;
}

.popup__dolyami-close:before
{
    left: 50%;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup__dolyami-close:after
{
    right: 50%;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup__dolyami-close:hover:before,
.popup__dolyami-close:hover:after
{
    background: #626161;
}

.popup__dolyami-logo {
    width: 86px;
}

.popup__dolyami-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.popup__dolyami-subtitle {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}
.popup__dolyami-subtitle--dark {
    color: #000000;
}

.popup__dolyami-features {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.popup__dolyami-feature {
    display: flex;
    align-items: center;
    width: 100%;
}

.popup__dolyami-feature:last-child {
    margin-left: 12px;
}

.popup__dolyami-feature-icon {
    width: 32px;
    height: 32px;
}

.popup__dolyami-feature-name {
    margin-left: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.popup__dolyami-text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.popup__dolyami-line {
    margin-top: 20px;
    width: 100%;
    height: 0.5px;
    background-color: #848484;
}

.popup__dolyami-text a {
    color: #666666;
}

.popup__dolyami-payment {
    padding: 16px;
    background: #F9F9F9;
    margin-top: 24px;
    display: flex;
    font-family: "GothamPro", Arial, sans-serif;
    margin-top: 20px;
}

.popup__dolyami-date {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    color: #999999;
}

.popup__dolyami-date::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.08);
    margin-top: 12px;
}

.popup__dolyami-date:first-child::after {
    background: #E6431C;
}

.popup__dolyami-date:first-child {
    color: #000;
}

.popup__dolyami-date:first-child .popup__dolyami-date-name {
    font-weight: 700;
}

.popup__dolyami-date:not(:first-child) {
    margin-left: 6px;
}

.popup__dolyami-date-name {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.popup__dolyami-date-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 6px;
}

.popup__dolyami-btn-ok {
    background: #E6431C;
    width: 240px;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto 0;
    color: #fff;
    transition: background 0.2s;
}

.popup__dolyami-btn-ok:hover {
    background: #C93A16;
}

.popup__dolyami-more-info {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    text-align: center;
}

.popup__dolyami-more-info a {
    color: #E6431C;
    text-decoration: none;
}
.popup__dolyami-more-info a:hover {
    color: #C93A16;
    text-decoration: underline;
}
.popup__bnpl-info {
    margin-top: 20px;
}

.modal_form_credit-title{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
    text-align: center;
}
.modal_form_credit-item{
    color: #848484;
    font-family: "Proxima";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.32px;
    text-align: left;
    vertical-align: middle;
    position: relative;
}
.modal_form_credit-item:after{
    content: '';
    width: 100%;
    display: block;
    clear: both;
}
.modal_form_credit-item span.modal_form_credit-item__number{
    display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #d2d2d2;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Proxima";
    font-size: 37px;
    font-weight: 400;
    letter-spacing: -1.2px;
    margin: 18px 13px 18px 0;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-top: 4px;
}
.modal_form_credit-item__text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 15px;
}
.modal_form_credit_info{
    color: #d2d2d2;
    font-family: "Proxima";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.64px;
    padding: 0 36px 0px 54px;
    text-align: left;
    padding-top: 18px;
}
.modal_form_credit_btn{
    display: inline-block;
    margin:0 auto;
    color: #d2d2d2;
    font-family: "Proxima";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border:2px solid #d2d2d2;
    width: 130px;
    height: 36px;
    line-height: 34px;
    text-decoration: none;
    margin-top: 36px;
    transition: 0.3s;
}
.modal_form_credit_btn:hover{
    color: #fff;
    border:2px solid #d2d2d2;
    background: #d2d2d2;

}

@media screen and (max-width: 997px) {
    .popup_credit {
        width: 100% !important;
        max-width: 500px;
        min-height: auto !important;
        padding-bottom: 40px !important;
    }

    .modal_form_credit-item__text {
        padding-right: 0 !important;
    }

    .modal_form_credit_info {
        padding: 15px 0 0 !important;
    }

    .modal_form_credit_btn {
        margin-top: 30px !important;
    }
}

.selected-color, .item-length{
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 216px;
    text-align: center;
    color: #c4262e;
    text-transform: uppercase;
    font-size:0.9em;
}

#slickSliderWrapper{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    visibility: hidden;
}

#slickSliderWrapper.active{
    visibility: visible;
    z-index: 999999999999;
}

.popup-slider{
    width: 100%;
    height: calc(100% - 210px);
}

.slick-list, .slick-track{
    height: 100%;
}

.popup-slider__slide{
    width: 100%;
    height: calc(100% - 150px) !important;
    padding-top:20px!important;
}

.slick-initialized .slick-slide{
    position: relative;
}

.slick-initialized .slick-slide > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.popup-slider__slide > img {
    display: block;
    max-width: calc(100% - 100px);
    height: auto;
    margin: 0px auto;
}

.btn-juliet{
    width: 23px;
    height: 55px;
    position: absolute;
    z-index:122;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: none;
    border:none;
}

#prev.btn-juliet{
    left: 20px;
    background: url(/local/templates/unode/images/arrow-slider.svg) 0 0px no-repeat #fff;
}

#next.btn-juliet{
    right: 20px;
    background: url(/local/templates/unode/images/arrow-slider.svg) 0 -54px no-repeat #fff;
}

.slick-second{
    max-width: 980px;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
}

.slick-second__slide{
    width: 100%;
    height: 100%;
    position: relative;
}

.slick-second__slide > img{
    cursor: pointer;
    display: block;
    width: 100px;
    margin: 0 auto;
}

.slick-second__slide.slick-current{
    border-bottom: 1px dotted #c4262e;
}

.slick-second .slick-slide{
    display: block !important;
}

.slick-second.slick-second .slick-slide > div{
    position: static;
    top: 0px;
    left: 0px;
    transform: none;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

@media screen and (min-width: 981px) {
    .slick-second__slide--video::before {
        content: "";
        position: absolute;
        transform: translate(-50%, -50%);
        transform-origin: center;
        top: 50%;
        left: 50%;
        display: block;
        width: 34px;
        height: 34px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16.0889' cy='17.0247' r='14.9684' fill='white' fill-opacity='0.4' stroke='black' stroke-width='2.24095'/%3e%3cpath d='M23.3288 17.0245L12.4688 23.2946L12.4688 10.7545L23.3288 17.0245Z' fill='black'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}
@media screen and (max-width: 980px){

    .slick-second{
        text-align:center;
    }
    .slick-second .slick-track {
        width: 100%!important;
        transform: translate3d(0, 0px, 0px)!important;
    }
    .slick-second.slick-second .slick-slide > div{
        width: 12px;
        height: 12px;
        border: 2px solid #0a7ddd;
        border-radius: 50%;
        overflow: hidden;
        margin: 0px auto;
    }
    .slick-second.slick-second .slick-slide.slick-current > div{
        background:  #0a7ddd;
    }

    .slick-second__slide > img{
        display: none!important;
    }
    .slick-second__slide{
        display: none;
    }
    .slick-second .slick-slide{
        width:8px!important;
        display:inline-flex!important;
        align-items: center;
        float:none!important;
        margin:0 5px;
    }

}



#slick_close_btn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 121;
}

#slick_close_btn:before {
    left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    transition: .25s ease;
    background-color: #848484;
}

#slick_close_btn:after{
    right: 43%;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    transition: .25s ease;
    background-color: #848484;
}

@media screen and (max-width: 997px) {
    .slick-main {
        height: 100%;
    }
    .popup-slider__slide {
        height: auto !important;
        padding-top: 0 !important;
        vertical-align: top;
    }
    .slick-initialized .slick-slide > div{
        width: 90%;
    }
    .popup-slider__slide > img {
        max-width: 100%;
    }
    .slick-dots {
        bottom: 20px !important;
    }
}

.catalog-popup-open {
    overflow: hidden;
}

.booking-cross {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    position: absolute;
    cursor: pointer;
}
.booking-popup {
    max-width: 960px !important;
    width: 100%;
}
.booking-cross:before {
    content: '';
    display: block;
    position: absolute;
    color: #848484;
    width: 20px;
    height: 3px;
    top: 0px;
    left: 0;
    background-color: #848484;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.booking-cross:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #848484;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.boutique-popup {
    position: relative;
    max-width: 960px;
    width: 100%;
    height: 620px;
}

.booking-sizes {
    display: inline-block;
    border: 1px solid #848484;
    color: #000;
    font-weight: 800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 25px;
    margin-right: 10px;
    cursor: pointer;
}
.booking-sizes:hover {
    border-color: #E6431C;
}

.popup-wrap__header:after {
    content: '';
    display: block;
    background-color: #848484;
    bottom: 0;
    height: 1px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 28px;
    opacity: 0.2;
}
.booking-content__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.size-picked {
    background-color: #c02a33;
    color: #fff;
}
.popup-wrap__label {
    display: block;
    position: relative;
}

.popup-wrap__input {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}
.popup-wrap__input input {
    display: inline-block;
    max-width: 280px;
    width: 100%;
    height: 30px;
    margin-bottom: 0;
    border: 1px solid #dfdfdf;
}

.popup-wrap__select select{
    display: inline-block;
    max-width: 280px;
    width: 100%;
    height: 30px;
    margin-bottom: 0;
    border: 1px solid #dfdfdf;
    outline: none;
    padding-left: 10px;
}
.popup-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.popup-wrap__form {
    margin-top: 30px;
}

.popup-wrap__form:before {
    content: '';
    display: block;
    background-color: #848484;
    top: 0;
    height: 1px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 28px;
    opacity: 0.2;
}
.booking-btn {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 2px;
    background-color: #E6431C;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28.78px;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    outline: none;
    transition: background-color 0.2s;
}
.booking-btn:hover {
    background-color: #C93A16;
}
.booking-select__item {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: #f7f7f7 url('/local/templates/unode/images/select-arrow-red.svg') 97% 50% no-repeat;
    cursor: pointer;
}
.booking-select {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.booking-checkbox {
    margin-top: 29px;
}

.colored {
    background-color: #E6431C;
    color: #fff;
}

@media screen and (max-width: 997px) {
    .mfp-content {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .mfp-container {
        padding: 0 !important;
        top: 0;
    }

    .booking-popup {
        max-height: none;
        height: 100%;
        overflow: auto;
    }
    .mfp-wrap {
        top: 0 !important;
    }
    .booking-checkbox {
        margin-bottom: 30px;
    }
    .booking-sizes {
        padding: 5px 15px;
    }
    .booking-select {
        display: block;
        width: 280px;
    }
    .popup-wrap__input input {
        width: 200px;
    }
    .booking-popup__content {
        padding: 30px 20px !important;

    }

    .popup-wrap__label {
        padding-top: 10px;
    }

    .booking-select .popup-wrap__label {
        margin-bottom: 15px;
    }
    .popup-wrap__map {
        display: none;
    }
    .booking-info__main {
        margin-right: auto;
        margin-left: auto;
    }

}

.popup-wrap__map .map-stores {
    width: 500px;
    height: 620px;
}

.booking-popup__content {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.booking-info__main {
    width: 420px;
    padding-left: 20px;
}
.booking-stores {
    margin-top: 0 !important;
}

.booking-balloon {
    font-size: 14px;
    font-weight: 500;
}
.booking-content a {
    text-decoration: none;
    color: #848484;
}
.booking-content p {
    margin: 0;
}
.booking-content a:hover {
    text-decoration: underline;
}

/*New styles*/

@font-face{
    font-family: 'Proxima-Bold';
    src: url('/local/templates/unode/fonts/Proxima-Bold.eot');
    src: url('/local/templates/unode/fonts/Proxima-Bold.eot?iefix') format('eot'),
    url('/local/templates/unode/fonts/Proxima-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




.breadcrumbs {
    margin-bottom: 41px;
}
.zoom-gallery {
    width: 565px!important;
    height: 440px;
}
.product-slider>img{
    height: auto!important;
    width: auto!important;
    padding: 20px!important;
    vertical-align: middle;
}
.product-slider {
    max-width: 480px!important;
    float: right;
    width: 100%;
}

.product-main .product-slider {
    display: none;
}
.product-main .product-slider.slick-initialized {
    display: block;
}
.product-slider.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}
.product-main .zoom-thumbs{
    display: none;
    float: left;
    width: 80px;
    margin: 0;
    box-sizing: border-box;
    height: 390px;
    overflow-y: hidden;
}
.product-main .zoom-thumbs.slick-initialized {
    display: block;
}
.product-main .zoom-thumbs img:not(.thumbs-wrap__video-preview-img) {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 2px;
    opacity: 0.6;
    border: 1px solid #fff;
}
.product-main .zoom-thumbs .thumbs-wrap__video-preview {
    margin-left: -1px;
}
.product-main .zoom-thumbs .slick-slide div {
    width: 100%;
    height: 100%;
}
.product-main .zoom-thumbs .slick-slide img {
    height: 100%;
    object-fit: contain;
}
.product-main .zoom-thumbs .slick-current {
    border: 1px solid #dedede;
}
.product-main .zoom-thumbs .slick-current img {
    opacity: 1;
}
.product-main .zoom-thumbs img:last-child{
    margin-bottom: 0px;
}
.limiter-inner {
    max-width: 1020px;
}
.product-character {
    width: 390px!important;
}
.product-name {
    font-family: Proxima-Bold;
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;


}
.product-artikul{
    font-family: Proxima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
    margin-bottom: 21px;
    text-transform: lowercase;
}
.product-artikul:first-letter{
    text-transform: uppercase;
}
.product-artikul span{
    text-transform: uppercase;
}
.price-old, .price-old .ruble-symbol{
    font-family: Proxima;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
    display: block;
}
.price-old{
    margin-bottom: 4px;
}
.price-old .ruble-symbol{
    display: inline;
}
.price-usual, .price-usual .ruble-symbol,
.price-new, .price-new .ruble-symbol {
    font-family: Proxima-Bold!important;
    font-size: 25px!important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.price-new, .price-new .ruble-symbol {
    color: #E6431C;
}
.product-collection.p-element__collection a{
    font-family: Proxima;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    text-decoration: none;
}
.product-collection.p-element__collection{
    text-align: left;
}
.product-character div.marg-bot15{

}
.select-size-radio input{
    display: none;
}
.select-size-radio{
    float: left;
}
.select-size-prefix{
    min-width: 100px;
    margin-right: 15px;

    font-family: Proxima, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: normal;

    color: #000000;
}
.select-size-radio label{
    width: fit-content;
    padding: 0 5px;
    display: block;
    font-family: Proxima;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-align: center;
    cursor: pointer;
}

.select-size-radio label:hover {
    color: #E6431C;
}

.select-size-radio div{
    padding: 0 5px;

    font-size: 16px;
    text-transform: none;
    font-family: Proxima;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;

    color: #000000;
}

.select-size-radio input[type=radio]:checked+label{
    font-weight: 700;
    
    color: #E6431C;
}
.select-product {
    width: inherit!important;
    margin-bottom: 0px;
}
.select-product-value {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.selected-color{
    padding: 0px;
    border: none;
    margin-bottom: 8px;
    width: auto;
    text-align: left;
    color: #c4262e;
    text-transform: none;
    font-family: Proxima;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
}
.p-element__descr-short{
    margin-bottom: 10px;

    text-transform: none;
    font-family: Proxima;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
}
.p-element__color-link {
    margin-bottom: 10px;
}
.select-product-fullSize {
    display: flex;
    align-items: center;
}
#unode_catalog_element_filter {
    margin-top: 30px;
    margin-bottom: 20px;
}
.product-character .btn{
    width: 185px!important;
    height: 40px!important;
    margin-bottom: 23px;
    font-family: Proxima;
    font-size: 16px!important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: none;
    margin-top: 16px;
}
#on-click-btn{
    float: right;
    width: 185px;
    height: 40px;
    border: solid 2px #dedede;
    line-height: 36px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    background: #fff;
    transition: border-color 0.3s;
}
#on-click-btn:hover,
#on-click-btn:focus,
#on-click-btn:active {
    border-color: #b8b8b8;
}
.btn.red.basket-btn.p-element__btn.basket-btn_added{
    background-color: #3c3733;
    color: #fff;
}
.btn.red.basket-btn.p-element__btn.basket-btn_added:hover{
    background-color: #2F2A26;
    color: #fff;
}

.product-credit-block__info{
    font-family: 'Proxima', Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    /*margin-right: 16px;*/
    margin-left: 5px;
    margin-right: auto;
}

.product-credit-block__icon{
    display: block;
    width: 26px;
    height: 26px;
}

.product-credit-block__btn{
    font-family: Proxima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #c4262e;
    float: left;
    padding-top: 4px;
    cursor: pointer;
}
.fav-btn-txt{
    font-family: Proxima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #c4262e;
    margin-left: 0px;
}

.fav-btn-delete-txt{
    font-family: Proxima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #c4262e;
    margin-left: 0px;
}
.btn.transp.fav-btn.p-element__btn.p-element__btn_favorite{
    display: block;
    width: auto;
    border: 0;
    height: auto;
    line-height: 0;
    text-align: left;
    float: left;
    margin-top: 0px;

}
.fav-btn:hover .fav-btn-txt:before {
    background-image: url('/local/templates/unode/images/fav_hover.svg');
}
.fav-btn-txt:before {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 21px;
    content: '';
    background-image: url('/local/templates/unode/images/fav.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.fav-btn-delete-txt:before {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 21px;
    content: '';
    background-image: url('/local/templates/unode/images/fav_added.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.product-credit-block {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0 !important;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.fav-btn{
    background: transparent;
}
.p-element__how-to-size {
    display: block;
    float: right!important;
    font-family: Proxima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #c4262e;
    text-decoration: none;
}
#yandex_credit_left{
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #c4262e;

    padding-top: 0;
    cursor: pointer;
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    z-index:auto;
}

#fav_block_wrapp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-top:1px solid rgba(0,0,0,0.1);*/
}

.prod-bottom.p-element__bottom{
    margin:60px 0px 0px;
    border: 0px;
    background-color: #f7f7f7;
    padding-top: 22px;
    height: fit-content!important;
    height: -moz-fit-content!important;
    padding-bottom:22px;

}
.prod-bottom__region-deliver{
    font-family: Proxima;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    margin-bottom: 19px;
}
.prod-bottom__region-deliver span {
    color: #E6431C;
    font-family: Proxima;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}
.prod-bottom__region-deliver span:hover {
    color: #C93A16;
    text-decoration: underline;
}
.btm-head.p-element__hidden-mobile{
    font-family: Proxima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    text-transform: none;
    margin-bottom: 0px;
    margin-left: 63px;
}
.js-show-boutique-popup.p-element__reserve{
    color: #E6431C;
    font-family: Proxima;
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-decoration: none;
    margin-left: 63px;
    display: block;
}
.js-show-boutique-popup.p-element__reserve:hover {
    color: #C93A16;
    text-decoration: underline;
}
.delivery.p-element__delivery:before{
    content: '';
    display: inline-block;
    width: 46px;
    height: 28px;
    margin-right: 17px;
    vertical-align: middle;
    background: url('/local/templates/unode/images/delivery.svg');
    background-size: cover;
    float: left;
    margin-top: 5px;
}
.delivery.p-element__delivery.self-away:before{
    content: '';
    display: inline-block;
    width: 46px;
    height: 30px;
    margin-right: 17px;
    vertical-align: middle;
    background: url('/local/templates/unode/images/store.svg');
    background-size: cover;
    float: left;
    margin-top: 4px;
}
.btm-block.delivery.self-away {
    width: 278px;
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-right: 30px;
}
.btm-block {
    float: left;
    min-height: 40px;
}
.btm-block.delivery{
    width: 308px;
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-right: 30px;
}
.txt-black.p-element__delivery-value{
    font-family: Proxima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}
.delivery-express{
    border-right: 0px !important;
}
.delivery.p-element__delivery.delivery-express:before{
    width: 47px;
    height: 28px;
    background: url('/local/templates/unode/images/express.svg');
    background-size: cover;

}
.care-head.p-element__care-title{
    margin: 0 0px 23px 0;
    text-transform: none;
    text-align: left;
    width: 100%;
    font-family: Proxima;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #E6431C;
}
.care-txt, .p-element__care{
    font-family: Proxima;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
    margin: 0 36px 0 0px;
    width: calc(50% - 18px);
}
.p-element__care{
    margin: 0 0px 0 0px;
}
.care-txt.p-element__care{
    margin: 0 36px 0 0px;
}
.care-txt.p-element__care p{
    margin-top: 0;
    margin-bottom: 10px;
}
.p-element__care p {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
}
.list-care li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
}
.list-care li:last-child{
    margin-bottom: 0px;
}
.list-care li>span{
    font-weight: bold;
    display: block;
}
.list-care {
    width: 100%;
}
.care-txt.p-element__care ul{
    padding: 0px;
}
.care-txt.p-element__care ul li{
    list-style-type: none;
    margin-bottom: 10px;
}
.care-txt.p-element__care ul li:last-child{
    margin-bottom: 0px;
}
.care-txt.p-element__care ul li:before{
    width: 6px;
    height: 6px;
    background-color: #909090;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 13px;
    border-radius: 50%;
}
.care-box{
    padding-bottom: 54px;
    padding-top: 50px;
}
.h2_our_advantages {
    padding-top: 60px;
}
.product-descr{
    max-width: 765px;
    margin: 0 auto;
    font-family: Proxima, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #000000;
    padding-bottom: 39px;
}
.product-descr ul{
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
.product-descr ul li{
    list-style-type: none;
    margin-bottom: 11px;
}
.product-descr ul li:before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
    background: url('/local/templates/unode/images/bullet.svg');
    background-size: cover;
    margin-right: 14px;
}
.product-descr ul li:last-child{
    margin-bottom: 0px;
}
.see-also {
    margin-top: 0px;
}
.see-also.similar .see-head{
    font-family: Proxima!important;
    font-size: 28px!important;;
    font-weight: bold!important;;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000 !important;
    text-align: center;
    text-transform: none;
}
.see-also.similar {
    padding-top: 28px;
}
.jcarousel-wrapper {
    background-color: #FFF5EC;
    padding-top: 32px;
    padding-bottom: 40px;
}
.jcarousel .list-more-product .brick {
    margin-right: 30px;
}
.jcarousel {
    width: 100%;
}
.brick .prod-link:hover {
    background-color: rgba(255, 255, 255, .65);
}
.brick-name{
    font-family: Proxima !important;
    font-size: 16px!important;;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38!important;;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: none;
    padding: 0 50px;
}
.zoom-gallery .slick-list.draggable{
    height: 100% !important;
}
.zoom-gallery .slick-vertical .slick-slide{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.zoom-gallery .slick-initialized .slick-slide > div {
    position: static;
    transform: none;
    display: flex;
    width: 100%;
}
.zoom-gallery .slick-initialized .slick-slide > div img,
.zoom-gallery .slick-initialized .slick-slide > div iframe {
    margin: 0 auto auto auto;
}

.zoom-gallery .slick-initialized .slick-slide > div img {
    max-width: 383px;
    max-height: 383px;
}
@media (max-width: 997px) {
    .zoom-gallery .slick-initialized .slick-slide > div {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 100%;
    }
    .zoom-gallery .slick-initialized .slick-slide > div img,
    .zoom-gallery .slick-initialized .slick-slide > div iframe {
        max-width: unset;
        max-height: unset;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.zoom-gallery .slick-prev, .zoom-gallery .slick-next{
    display: none !important;
}
/*.breadcrumbs li:first-child a{
    width: 11px;
    height: 9px;
    top: 0px;
    background: transparent url('/local/templates/unode/images/home.svg') 0 0 no-repeat;
}
.breadcrumbs li{
    opacity: 1;
    margin-right: 6px;
    line-height: 0;
}
.breadcrumbs li a{
    letter-spacing: normal;
    color: #848484!important;
    text-transform: none;
}
.breadcrumbs li span{
    font-family: Proxima;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #848484!important;
    text-transform: none;
    margin-left: 6px;
}
.breadcrumbs li:before {
    content: "/";
    font-family: Proxima;
    font-size: 12px;
    font-weight: normal;
    margin-right: 0px;
}
.breadcrumbs li:first-child {
    margin-right: 6px;
}
.breadcrumbs ul{
    display:flex!important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-y: hidden;
}*/

.breadcrumbs li span{
    font-family: Proxima!important;
    font-size: 12px!important;
    font-weight: normal!important;
    font-style: normal!important;
    font-stretch: normal!important;
    line-height: 1!important;
    letter-spacing: normal!important;
    color: black!important;
    text-transform: none!important;
    margin-left: 6px!important;
}
.brick-price {
    position: relative!important;;
    bottom: auto!important;;
    right: auto!important;;
    left: auto!important;;
    font-family: Proxima!important;;
    font-size: 16px!important;;
    font-weight: bold!important;;
    font-style: normal!important;;
    font-stretch: normal!important;;
    line-height: 1!important;;
    letter-spacing: normal!important;;
    text-align: center!important;;
    color: #000000!important;;
    margin-top: 12px!important;;
}

.brick-buy{
    display: none!important;
}

#slickSliderWrapper .slick-slide img{
    opacity: 0.65;
}

#slickSliderWrapper .slick-slide.slick-current img{
    opacity: 1;
}
.popup-slider__slide > img {
    max-height: 716px!important;
}
#slickSliderWrapper .slick-main.popup-slider.slick-initialized.slick-slider .slick-slide.slick-current img {
    width: 616px !important;
    max-width: 100% !important;
}
#slickSliderWrapper .slick-main.popup-slider.slick-initialized.slick-slider .slick-slide.slick-current iframe {
    max-width: 616px !important;
    width: 100% !important;
}
#slickSliderWrapper .slick-main.popup-slider.slick-initialized.slick-slider .popup-slider__slide {
    height: auto!important;
}
.popup-slider__slide {
    padding-top: 0px!important;
}
#slick_close_btn {
    top: 40px;
    right: 40px;
    width: 29px;
    height: 29px;
    background: transparent url('/local/templates/unode/images/close.svg') 0 0 no-repeat;
    background-size: cover;
    opacity: 0.3;
    transition: all 0.2s;
}
#slick_close_btn:hover{
    opacity: 1;
}
#slick_close_btn:after, #slick_close_btn:before{
    display: none;
}
.btn-juliet {
    width: 17px;
    height: 30px;
}
#prev.btn-juliet {
    left: 40px;
    background: url('/local/templates/unode/images/prev.svg') 0 0 no-repeat transparent;
    background-size: contain;
    opacity: 0.3;
    transition: all 0.2s;
}

#prev.btn-juliet_main-slider {
    left: 24px;
}

.iframe-video {
    min-width: 383px;
    width: 100%;
    min-height: 383px;
    height: 100%;
}

#next.btn-juliet {
    right: 40px;
    background: url('/local/templates/unode/images/next.svg') right 0 no-repeat transparent;
    background-size: contain;
    opacity: 0.3;
    transition: all 0.2s;
}

#next.btn-juliet_main-slider {
    right: 24px;
}

#prev.btn-juliet:hover, #next.btn-juliet:hover {
    opacity: 1;
}
.slick-second__slide > img {
    width: 96px;
}
.btn-juliet, .btn-juliet:active, .btn-juliet:focus {
    outline: none;
}
.slick-second.slick-initialized.slick-slider .slick-slide{

}
.slick-main.popup-slider {
    margin-bottom: 0px!important;
}
.slick-main.popup-slider .slick-slide > div {
    position: static;
    transform: none;
    padding: 90px 20px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-main.popup-slider .slick-slide > div iframe {
    height: 100%;
}
.popup-slider {
    height: calc(100% - 120px)!important;
}
.brick img {
    max-height: 232px;
}
.list-more-product .brick > a {
    height: 232px;
    display: block;
}
.list-more-product .brick {
    width: 232px;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 0px;
    line-height: 0;
    font-size: 0;
}
.list-more-product .owl-item .brick {
    margin-left: 15px;
}
.limiter-inner-carusel{
    width: 1048px;
    max-width: 1048px;
}
.list-more-product {
    margin: 32px 0 40px 0px;
}
.p-element__article-mobile{
    display: none;
}

.procent_discount_wrap{
    margin:10px 0!important;
}

.gallery-thumbs-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gallery-thumbs-wrap__slider-wrapper {
    display: flex;
    width: max-content;
    gap: 20px;
    align-items: flex-start;
    overflow: hidden;
    max-width: 400px;
}

.gallery-thumbs-wrap .slick-slide {
    box-sizing: border-box;
    border: 1px solid transparent;
 }

.gallery-thumbs-wrap__slide_video::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16.0889' cy='17.0247' r='14.9684' fill='white' fill-opacity='0.4' stroke='black' stroke-width='2.24095'/%3e%3cpath d='M23.3288 17.0245L12.4688 23.2946L12.4688 10.7545L23.3288 17.0245Z' fill='black'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.gallery-thumbs-wrap .slick-current {
    border-color: #dedede !important;
}

.gallery-thumbs-wrap__arrow {
    width: 40px;
    height: 40px;
    display: block;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    cursor: pointer;
    background-image: url("/local/templates/unode/images/prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.3;
    background-color: transparent;
    transition: opacity 0.2s ease-in-out;
}

.gallery-thumbs-wrap__arrow:hover {
    opacity: 1;
}

.gallery-thumbs-wrap_next {
    transform: rotate(180deg);
}

@media screen and (max-width: 1040px){
    .p-element__info-wrap {
        padding: 0 0px;
        float: left !important;
        margin-left: 20px;
    }
    .breadcrumbs{
        padding: 0 0px;
    }
    .breadcrumbs ul{
        padding: 0 20px;
    }
    .zoom-gallery {
        width: 535px!important;
    }
    .product-main{
        padding-left:20px;
        padding-right:20px;
    }
    .btm-block.delivery.self-away {
        width: 268px;
        margin-right: 15px;
    }
    .btm-block.delivery {
        width: 268px;
        margin-right: 15px;
    }
    .care-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .limiter-inner-carusel{
        width: 768px;
        max-width: 768px;
    }

    .product-slider{
        max-width:455px!important;
    }
}
@media screen and (max-width: 997px){
    #prev.btn-juliet_main-slider {
        right: 100%;
        left: auto;
        background-position: right;
    }
    #next.btn-juliet_main-slider {
        right: auto;
        left: 100%;
        background-position: left;
    }
    .p-element__price{
        font-weight: bold!important;
    }

    #fav_block_wrapp{
        width:100%;
    }

    .p-element__descr-short{
        text-align: left;
    }

    .p-element__article-mobile{
        display: block!important;
        padding: 0 20px;
    }
    .p-element__image-preview{
        display: block;

    }
    .bg-gray.unode_carousel_similar_container_base {
        background-color: #f4f1e8;
    }
    .p-element__delivery {
        color: #000;
        font-size: 12px !important;
        width: 100% !important;
    }
    .p-element__info-wrap {
        padding: 0!important;
        float: none !important;
        margin-left: 0px;
        width: 100%!important;
    }
    .zoom-gallery {
        display: inline-block;
        margin-bottom: 21px;
    }
    .breadcrumbs {
        padding: 0 18px!important;
        margin-top: 10px;
        margin-bottom: 11px;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        height: 21px!important;
    }
    .breadcrumbs ul{
        overflow-x: auto;
        font-size: 0px;
        padding-bottom: 15px!important;
        margin-bottom: -15px;
        position: relative;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .breadcrumbs li {
        line-height: 1.83;
        display: inline;
        white-space: nowrap;
        float: none;
        padding-bottom: 10px;
    }
    .breadcrumbs li span{
        display: inline-block;
    }
    .breadcrumbs li:first-child a {
        vertical-align: text-bottom;
    }
    .p-element__title-mobile {
        font-size: 28px!important;
        font-weight: bold!important;
        line-height: 1.5;
        color: #000;
        text-transform: none!important;
        padding: 0 20px 5px!important;
    }
    .product-artikul {
        /*margin-bottom: 25px;*/
    }
    .product-main {
        padding-top: 0px;
    }
    .p-element__collection {
        display: block!important;
    }
    .product-character div.marg-bot15 {
        text-align: left;
        padding: 4px 0 0;
    }
    /*    .select-size-prefix {
            line-height: 1.38;
            float: none;
            margin-right: 0px;
            margin-bottom: 14px;
            text-align: left;
        }*/
    .product-character .btn {
        margin-bottom: 20px;
        width: 100%!important;
    }

    .p-element__how-to-size-desktop{
        display: initial!important;
        text-decoration: none;
    }

    #on-click-btn{
        margin-top: 0px;
    }
    .product-credit-block {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .btn.transp.fav-btn.p-element__btn.p-element__btn_favorite {
        width: auto !important;
        margin-bottom: 26px;
    }
    .p-element__how-to-size {
        margin-bottom: 0px;
    }
    .perimetr {
        display: none;
    }
    .prod-bottom.p-element__bottom {
        margin: 0px 0px 0px;
        height: fit-content!important;
        height: -moz-fit-content!important;
        padding-bottom: 7px;
    }
    .self-away .p-element__hidden-mobile {
        display: block !important;
    }
    .p-element__delivery-label {
        display: block;
    }
    .btm-block.delivery.self-away {
        margin-right: 0px;
        border:0;
        margin-bottom: 16px;
    }
    .btm-block.delivery {
        margin-right: 0px;
        border:0;
        margin-bottom: 16px;
    }
    .product-descr {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 34px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        max-width: 100%;
    }
    .care-box {
        padding: 0px;
        padding-bottom: 0px;
    }
    .flLeft.p-element__care{
        padding-bottom: 20px;
    }
    .care-txt.flLeft.p-element__care{
        padding-bottom: 0px;
    }
    .care-head.p-element__care-title {
        text-decoration: none;
        font-size: 12px;
        color: #000;
        padding: 22px 18px 21px;
        border-top: 1px solid #ccc;
        display: block;
        margin: 0px;
        font-family: 'GothamPro', 'Tahoma';
        font-weight: normal;
    }
    .p-element__care-title-label:after{
        display: none!important;
    }
    .care-txt, .p-element__care {
        font-size: 13px;
        line-height: 22px;
        margin: 0 0px 0 0px;
        width: auto;
        max-width: 100%;
        padding: 0 20px;
    }
    .p-element__care p {
        font-size: 13px;
        line-height: 22px;
    }
    .list-care li {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    .care-txt.p-element__care ul li {
        margin-bottom: 7px;
    }

    .p-element__how-to-size-desktop
    {
        display:block!important;
    }

    .p-element__care-wrap {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    #unode_carousel_similar_container{
       display:none!important;
    }

    .slick-initialized .slick-slide > div {
        position: relative;
    }

    #slider-thumbs {
        display: none !important;
    }

    #slickSliderWrapper::before,
    .iv-container_custom::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        width: 50px;
        height: 5px;
        border-radius: 5px;
        background-color: rgba(144,144,144, .5);
        transform: translateX(-50%);
    }

    .thumbs-arrow {
        display: none;
    }

    .thumbs-wrap__video-preview {
        display: none;
    }

    .slick-slide img.zoomple {
        max-height: 400px;
        object-fit: contain;
        aspect-ratio: 1;
    }

    .slick-slide iframe.zoomple {
        max-height: 400px;
    }

    .product-slider .slick-dots {
        bottom: -45px !important;
    }

    .product-slider .slick-dots li {
        margin: 0 1px;
    }

    .product-slider .slick-dots li button::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid rgb(204, 204, 204);
        opacity: 1;
        box-sizing: border-box;
    }

    .zoom-gallery:not(.zoom-gallery--video) .product-slider .slick-dots li.slick-active button::before {
        background-color: rgb(204, 204, 204);
    }

    .zoom-gallery.zoom-gallery--video .product-slider .slick-dots li.slick-active button::before {
        background-color: rgb(204, 204, 204);
    }
}

@media screen and (max-width: 980px){
    .slick-second .slick-slide {
        /* display: flex; */
    }
    .slick-second .slick-slide > div {
        /* margin: auto; */
    }
    .slick-second.slick-second .slick-slide > div {
        width: 12px;
        height: 12px;
        border: solid 2px #cccccc;
    }
    .slick-second .slick-slide {
        width: 12px!important;
        margin: 0 7px;
    }
    .slick-second.slick-second:not(.slick-second--video) .slick-slide.slick-current > div {
        background: #c4262e;
        border: solid 2px #c4262e;
    }
    .slick-second.slick-second--video .slick-slide.slick-current > div {
        background: #c4262e;
        border: solid 2px #c4262e;
    }
    #slick_close_btn {
        top: 20px;
        right: 20px;
    }
    .slick-second.slick-initialized.slick-slider{
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .product-main .zoom-thumbs {
        float: none;
        margin-top: 0px;
        width: auto;
        margin: 10px 0px 0px;
        height: auto;
        overflow: visible;
        line-height: 0;
        margin-bottom: 0px;
    }
    .product-slider {
        float: none;
    }
    .product-main .zoom-thumbs img {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 0px;
        border: 0;
        padding: 0px;
    }
    .zoom-thumbs img {
        margin: 0px 7px 0px;
    }
    .zoom-thumbs .cycle-pager-active {
        background: #c4262e!important;
        border-color: #c4262e!important;
    }
    .p-element__image-slider{
        margin-bottom: 0px;
    }
    .zoom-gallery {
        height: auto;
    }
    .product-descr ul {
        margin-top: 15px;
    }

}
@media screen and (max-width: 811px){
    .limiter-inner-carusel {
        width: 524px;
        max-width: 524px;
    }
}
@media screen and (max-width: 536px){
    .slick-initialized .slick-slide > div{
        bottom: 0;
    }

    .zoom-gallery {
        width: 100%;
        max-width: 100%;
    }
    .product-slider>img {
        min-width: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 537px){
    .limiter-inner-carusel {
        width: 100%;
        max-width: 100%;

    }
    .brick img {
        max-height: 250px;
        max-width: 250px;
        height: auto;
        width: auto;

    }
    .list-more-product .brick > a {
        height: auto;
        width: auto;
        text-decoration: none;
        background: transparent;
    }
    .list-more-product .owl-item .brick {
        margin-left: 0px;
    }
    .brick .prod-link:hover .brick-name-container {
        display: block;
        text-decoration:none;
    }
    .brick .prod-link .brick-name-container {
        display: none;
        text-decoration:none;

    }
    .owl-item.active.center .brick .prod-link .brick-name-container {
        display: block;

    }
    .brick .prod-link:hover .brick-price{
        display: block;
    }
    .brick .prod-link .brick-price{
        display: block;
        text-decoration:none;
        margin-top: 10px;
    }
    .brick .prod-link {
        position: relative;
        top: auto;
        height: auto;
        padding: 0;
        text-decoration:none;
    }
    .brick-name-container {
        position: relative;
        margin-top: 12px;
        padding-bottom: 14px;
        height: auto;
    }
    .owl-dots{
        display: none;
    }
    .brick-name{
        display: block;
        padding: 0 0px;
    }
    .list-more-product .brick{
        width: auto;
    }
    .owl-carousel.owl-drag .owl-item{


    }
    .fav-btn-txt:before {
        position: absolute;
        left: 0;
        top: 5px;
    }
    .fav-btn-txt{
        display: block;
        position: relative;
        width: 115px;
        padding-left: 31px;
    }
}
@media screen and (max-width: 355px){
    #yandex_credit_left{
        margin-left: 10px;
    }
}

/*pop-up бронирования*/

.boutique-popup__content {
    padding: 0px 0px;
}
.popup-wrap__map .map-stores {
    width: 480px;
}
.booking-info__main {
    width: 480px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.booking-info__main .popup-wrap__header{
    padding-top: 37px;
    color: #505050;
    font-family: "Proxima";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.72px;
}
.booking-info__main .popup-wrap__header + p{
    color: #848484;
    font-family: "Proxima";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 15px;
}
.booking-info__main .popup-wrap__label{
    color: #848484;
    font-family: "Proxima";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.booking-info__main .popup-wrap__select select, .booking-info__main .popup-wrap__input input{
    color: #000000;
    font-family: "Proxima";
    font-size: 14px;
    font-weight: 400;
}
.booking-info__main  .booking-btn{
    color: #ffffff;
    font-family: "Proxima";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    line-height: 38px;
}
.booking-checkbox {
    margin-top: 25px;
}
.booking-info__main .check-lbl{
    padding-left: 27px;
    font-family: "Proxima";
}
.booking-cross{
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E %3Cpath fill='%23000' fill-opacity='.4' fill-rule='nonzero' d='M14.685 0L16 1.314 9.314 8 16 14.686 14.686 16 8 9.308 1.314 16 0 14.686 6.686 8 .001 1.314 1.315 0 8 6.686z'/%3E %3C/svg%3E") !important;
    background-size: cover;
}
.booking-cross:before, .booking-cross:after{
    display: none;
}


#slider-thumbs{
    position:relative;
}

#vertical-top{
    background: url(/local/templates/unode/images/prev.svg) 0 0px no-repeat #fff;
    background-size: cover;
    opacity: 0.3;
    transition: all 0.2s;
    transform: rotate(90deg);
    position: absolute;
    margin: auto;
    top:0;
}

#vertical-bottom{
    background: url(/local/templates/unode/images/next.svg) 0 0px no-repeat #fff;
    background-size: cover;
    opacity: 0.3;
    transition: all 0.2s;
    transform: rotate(-90deg);
}

.p-element__descr-short span{
    min-width: 100px;
    margin-right: 15px;
    display: inline-block;

    font-weight: 700;
}

.color-link-images{
    float: right;
    margin-bottom: -20px;
}
.color-link-images__item{
    box-sizing: border-box;

    margin-right: 12px;
    margin-bottom: 20px;
    float: left;
    display: block;
    text-decoration: none;

    color: #000;
}
.color-link-images__item-title {
    margin: 0 0 10px;
}

.color-link-images__item-img-wrapper {
    width: 70px;
    height: 70px;
    padding: 8px;
    border: solid 2px #dedede;
    transition: all 0.2s;
}
.color-link-images__item img{
    display: block;
    max-width: 100%;
}
.color-link-images__item:hover {
    cursor: pointer;
}
.color-link-images__item:hover .color-link-images__item-img-wrapper {
    border: solid 2px #C93A16;
}
.color-link-images__item.active .color-link-images__item-img-wrapper{
    border: solid 2px #E6431C;
}


.selected-color{
    padding: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
    text-align: left;
    color: #c4262e;
    text-transform: none;
    font-family: Proxima;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
}

.selected-color span{
    display: inline-block;
    min-width: 100px;
    margin-right: 15px;

    font-weight: 700;
}
.p-element__color-link .selected-color{
    display: flex;
    float: left;
}

@media screen and (max-width: 997px){
    .booking-select:after {
        margin-top: 23px;
    }
    .popup-wrap__select select {
        max-width: 100%;
    }
    .booking-select {
        display: block;
        width: auto;
    }
    .booking-info__main {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .booking-popup__content {
        padding: 0px 0px !important;
    }
}

/* consult button */
.product-consult-block{
    padding: 0px 0 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}
.product-consult-block__btn{
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    background: #F7F7F7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color:#000;
    cursor: pointer;
    position: relative;
    font-family: Proxima;
}
.product-consult-block__btn img{
    margin:0 16px 0 0;
}
.product-consult-block__btn img.consult-icon{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    margin: 0;
}
/* consult popup */
.modal-consult-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #ffffff;
    opacity: 0.5;
    display: none;
}
.modal-consult{
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -700px;
    bottom: 0;
    width: 680px;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    font-family: Proxima;
    transition: all 0.3s;
    opacity: 0;
    overflow-y: auto;
    padding: 30px;
}
.modal-consult.modal-consult-open{
    right: 0px;
    opacity: 1;
}
.modal-consult-inner{
    width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: calc(100% - 60px);
}
.modal-consult-title{
    font-family: "GothamPro", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    padding-bottom: 12px;
    text-align: left;
}
.modal-consult-subtitle{
    font-family: "GothamPro", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding-bottom: 11px;
}
.modal-consult-inner label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
}
.modal-consult-inner input{
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    width: 220px;
    padding-left: 13px;
    font-size: 14px;
    font-weight: normal;
    font-family: Proxima;
}
.modal-consult-inner input::-webkit-input-placeholder{
    color: #CCCCCC;
    font-weight: normal;
}
.modal-consult-inner input::-moz-placeholder{
    color: #CCCCCC;
    font-weight: normal;
}
.modal-consult-inner input:-ms-input-placeholder{
    color: #CCCCCC;
    font-weight: normal;
}
.modal-consult-inner input::placeholder{
    color: #CCCCCC;
    font-weight: normal;
}
.modal-consult-inner form{
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-consult-inner form div div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-consult-inner form>div{
    margin-bottom: 20px;
}
.modal-consult-inner form>div.skype-block{
    display: none;
}
.modal-consult-inner form>div.skype-block label{
    display: flex;
    align-items: center;
}
.modal-consult-inner form>div.skype-block img{
    margin-left: 10px;
}
.modal-consult-inner form>div.feedback-variants input{
    display: none;
}
.modal-consult-inner form>div.feedback-variants div div{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 220px;
}
.modal-consult-inner form>div.feedback-variants div div label{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.modal-consult-inner form>div.feedback-variants div div label:last-child{
    margin-bottom: 0px;
}
.modal-consult-inner form>div.feedback-variants div div label:before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
}
.modal-consult-inner form>div.feedback-variants div div label:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #c4262e;
    position: absolute;
    left: 4px;
    bottom: 7px;
    opacity: 0;
}
.modal-consult-inner form>div.feedback-variants div div input:checked + label:after{
    opacity: 1;
}
.modal-consult-inner form button, .modal-consult-inner__done button{
    width: 185px!important;
    height: 40px!important;
    margin-top: 10px;
    font-family: Proxima;
    font-size: 15px!important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: none;
    border: 0;
    background-color: #c4262e;
    outline: none;
}
.modal-consult-inner form button:hover, .modal-consult-inner__done button:hover {
    background-color: #b71820;
    outline: none;
}
.modal-consult-inner form label.error, #consult-radio-error {
    display: block!important;
    width: 100%;
    position: absolute;
    margin-top: 60px;
    text-align: right;
    color:#c4262e;
    font-family: Proxima;
    font-size: 13px;
    line-height: 1;
}
.modal-consult-close{
    position: absolute;
    top: 30px;
    right: 30px;
    max-width: 20px;
    z-index: 999;
    cursor: pointer;
}

.modal-consult-close > img {
    width: 20px;
}

.modal-consult-img{
    position: absolute;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-consult-img-1{
    top: 0;
    right: 0;
    width: 236px;
}
.modal-consult-img-2{
    top: 0;
    left: 0;
    width: 185px;
}
.scroll-disallowed{
    overflow: hidden;
}
#consult-radio-error{
    padding-top: 25px;
}
.modal-consult-inner__done{
    display: none;
}
@media(max-width: 768px) {
    .popup__dolyami-content {
        padding: 0;
    }

    .popup__dolyami-block {
        padding: 16px;
        height: 100%;
        width: 100%;
        max-width: none;
    }

    .popup__dolyami-close {
        top: 16px;
        right: 16px;
    }

    .popup__dolyami-title {
        font-size: 20px;
        line-height: 28px;
    }

    .popup__dolyami-title {
        margin-top: 16px;
    }

    .popup__dolyami-features {
        margin-top: 16px;
        flex-direction: column;
    }

    .popup__dolyami-feature:last-child {
        margin-left: 0;
        margin-top: 12px;
    }

    .popup__dolyami-payment {
        margin-top: 16px;
    }

    .popup__dolyami-text {
        margin-top: 16px;
    }

    .popup__dolyami-line {
        margin-top: 16px;
    }

    .popup__dolyami-btn-ok {
        margin-top: 16px;
        width: 100%;
    }

    .popup__dolyami-more-info {
        margin-top: 16px;
    }

    .popup__bnpl-info {
        margin-top: 16px;
    }
}

@media(max-width: 1400px){
    .modal-consult-img-1{
        top: 0;
        right: 0;
    }
    .modal-consult-img-2{
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 997px){
    .product-credit-block {
        margin-bottom: 0px!important;
        border-bottom: none;
    }

    .select-product-fullSize {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 700px){
    .modal-consult{
        width: 100%;
        box-shadow:none;
        padding: 60px 30px 30px;
    }

    .modal-consult--flex{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-consult-img-1 {
        width: 132px;
    }

    .modal-consult-img-2 {
        width: 103px;
    }

}
@media screen and (max-width: 460px){
    .modal-consult-inner:not(.modal-consult-inner__done){
        max-width: 100%;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-height: 100%;
    }
    .modal-consult-close {
        top: 15px;
        right: 15px;
    }
    .modal-consult-inner form>div.feedback-variants div div {
        width: 200px;
    }
    .modal-consult-inner input {
        width: 200px;
    }
}
@media screen and (max-width: 359px) {
    .modal-consult {
        width: 100%;
        box-shadow: none;
        padding: 50px 15px 15px;
    }
    .modal-consult-inner form > div.feedback-variants div div {
        width: 180px;
    }
    .modal-consult-inner input {
        width: 180px;
    }
    .modal-consult-inner form label.error, #consult-radio-error {
        font-size: 12px;
    }
}
/* consult popup end*/

@media screen and (min-width: 997px) {
    .p-element__image-wrap {
        display: flex;
        justify-content: center;
    }

    .thumbs-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: -1;
    }
    .thumbs-wrap__video-preview {
        border: 1px solid transparent;
        position: relative;
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
        cursor: pointer;
        opacity: 0.6;
    }
    .thumbs-wrap__video-preview.active {
        border-color: #B2B2B2;
        opacity: 1;
    }
    .thumbs-wrap__video-preview::before {
        content: "";
        position: absolute;
        transform: translate(-50%, -50%);
        transform-origin: center;
        top: 50%;
        left: 50%;
        display: block;
        width: 34px;
        height: 34px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16.0889' cy='17.0247' r='14.9684' fill='white' fill-opacity='0.4' stroke='black' stroke-width='2.24095'/%3e%3cpath d='M23.3288 17.0245L12.4688 23.2946L12.4688 10.7545L23.3288 17.0245Z' fill='black'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .thumbs-wrap__video-preview img {
        width: 100%;
        object-fit: contain;
        padding: 2px;
        border: 1px solid #fff;
    }
    .thumbs-arrow {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        border: none;
        background-image: url("/local/templates/unode/images/prev.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        opacity: .3;
        transition: opacity .2s;
    }
    .thumbs-arrow:hover {
        opacity: 1;
    }
    .thumbs-top-arrow {
        top: -10px;
        transform: rotate(90deg);
    }
    .thumbs-bottom-arrow {
        top: 10px;
        transform: rotate(-90deg);
    }
}

.credit-list {
    list-style: decimal;
    padding: 0 0 0 16px;
    margin: 0;
}

.credit-list__item {
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    color: #000000;
    padding: 12px 0;
}

.credit-link{
    display: block;
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    color: #E6431C;
    text-decoration: none;
    margin-top: 10px;
}

.credit-link:hover {
    color: #C93A16;
    text-decoration: underline;
}

.credit-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #828282;
    margin-top: 24px;
}

.product-extra {
    max-width: 998px;
    padding-top: 39px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #BDBDBD;
}

.product__section-title {
    margin-top: 0;
    margin-bottom: 64px;

    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}

.product-extra__list .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.product-extra__item-wrapper {
    display: flex;
    padding: 4px;
}

.product-extra__item {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 260px;
    padding: 15px;

    text-align: center;
    text-decoration: none;

    color: #000;
}

.product-extra__item .fav-btn {
    position: absolute;
    right: 10px;
    top: 10px;

    width: 23px !important;
    height: auto !important;
    margin: 0 !important;
    line-height: 1;
    opacity: 0;
}

.product-extra__item:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.product-extra__item:hover .fav-btn {
    opacity: 1;
}

.product-extra__item-img-wrapper {
    height: 150px;
    margin: 0 auto 20px;
}

.product-extra__item-title {
    margin: 0 0 10px;

    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.product-extra__item-price {
    margin-top: 0;
    margin-bottom: 20px;
    
    font-weight: 700;
}

.product-extra__item-buy-btn {
    width: 100%;
    padding: 11px;
    margin-top: auto;

    color: #FFFFFF;
    background-color: #C4262E;
    border: none;

    font-size: 14px;
    line-height: 17px;
    text-align: center;

    transition: background-color 0.3s;
}

.product-extra__item-buy-btn:hover {
    background-color: #b71820;
}

.product-recommendations {
    padding-top: 60px;
}

.product-extra__list .swiper-slide,
.product-recommendations__list .swiper-slide {
    flex-shrink: 1;

    height: auto;
}

.product__section-title--recommendations {
    margin-bottom: 40px;
}

.product-recommendations__item-wrapper {
    display: flex;
    padding: 4px;
}

.product-recommendations__item {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 260px;
    padding: 15px;

    text-align: center;
    text-decoration: none;

    color: #000;
}


.product-recommendations__item .fav-btn {
    position: absolute;
    right: 10px;
    top: 10px;

    width: 23px !important;
    height: auto !important;
    margin: 0 !important;
    line-height: 1;
    opacity: 0;
}

.product-recommendations__item:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.product-recommendations__item:hover .fav-btn {
    opacity: 1;
}

.product-recommendations__item-img-wrapper {
    height: 150px;
    margin: 0 auto 20px;
}

.product-recommendations__item-img {
    max-width: 100%;
    object-fit: contain;
}

.product-recommendations__item-title {
    margin: 0 0 10px;

    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.product-recommendations__item-prices {
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 700;
    white-space: nowrap;

    margin-bottom: 20px;
}

.product-recommendations__item-old-price {
    position: relative;

    margin: 0 20px 0 0;

    color: #BDBDBD;
}

.product-recommendations__item-old-price::after {
    content: '';

    position: absolute;
    left: -2px;
    top: 8px;
    z-index: -1;

    width: 100%;
    height: 1px;
    background-color: #C4262E;

    transform: rotate(-11deg);
}

.product-recommendations__item-actual-price {
    margin: 0;
}

.product-recommendations__item-buy-btn {
    width: 100%;
    padding: 11px;
    margin-top: auto;

    color: #FFFFFF;
    background-color: #E6431C;
    border: none;

    font-size: 14px;
    line-height: 17px;
    text-align: center;

    transition: background-color 0.3s;
}

.product-recommendations__item-buy-btn:hover {
    background-color: #C93A16;
}

.p-element .swiper-button-next,
.p-element .swiper-button-prev {
    color: #AEAEAE;

    transition: color 0.3s;
}

.p-element .swiper-button-prev,
.p-element .swiper-rtl .swiper-button-next {
    left: 0;
}

.p-element .swiper-button-next,
.p-element .swiper-rtl .swiper-button-prev {
    right: 0;
}


.p-element .swiper-button-next:hover,
.p-element .swiper-button-prev:hover {
    color: #000000;
}

.p-element .swiper-button-next:after,
.p-element .swiper-button-prev:after {
    font-size: 27px;
}

.color-link-images__item-title--mobile {
    display: none;
}

.product-extra__list .swiper-button-next,
.product-extra__list .swiper-button-prev {
    display: none;
}

.product__link:hover {
    color: #C93A16;
    text-decoration: underline !important;
}

.gallery-thumbs-wrap__slide {
    width: 78px !important;
    height: 78px !important;
}

@media screen and (max-width: 1024px) {
    .product-extra__list .swiper-wrapper {
        justify-content: flex-start;
    }

    .product-extra__item .fav-btn,
    .product-recommendations__item .fav-btn {
        opacity: 1;
    }

    .product-extra__item:hover,
    .product-recommendations__item:hover {
        box-shadow: none;
    }
}

@media screen and (max-width: 997px) {
    .product-extra__list .swiper-button-next,
    .product-extra__list .swiper-button-prev,
    .product-recommendations .swiper-button-next,
    .product-recommendations .swiper-button-prev {
        display: none;
    }

    .p-element__color-link .selected-color {
        flex-wrap: wrap;
    }

    .selected-color span {
        width: 100px;
    }

    .color-link-images {
        width: 100%;
    }

    .color-link-images__item-title {
        display: none;
    }

    .color-link-images__item-title--mobile {
        display: block;
    }

    .product-availability {
        width: 100%;
    }

    .product-main {
        padding-bottom: 0;
    }

    .product-extra {
        padding-bottom: 40px;
    }

    .product-extra__list {
        overflow-x: scroll;
    }

    .product-extra__item-wrapper,
    .product-recommendations__item-wrapper {
        padding: 0;
        margin: 0 10px;
    }

    .product-extra__item,
    .product-recommendations__item {
        width: 200px;
        padding: 0;
    }
}

.product-dolyami-block{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    margin-top: 10px;
}

.product-dolyami-block__logo{
    margin-right: 8px;
    display: flex;
}

.product-dolyami-block__descr{
    margin-right: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}


.catalog_element_wrap__action-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;

    margin-bottom: 10px;
}

.catalog_element_wrap__action-labels .brick-promo {
    position: static;

    font-weight: 400;
    font-style: normal;
}

.brick-promo.online {
    color: #FFF !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.brick-promo.sale {
    color: #FFF !important;
    background-color: #E6431C !important;
}
.tippy-content {
    padding: 4px 6px;
}
.product-page__tooltip-trigger {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/unode/images/icon-tooltip--inactive.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    flex-shrink: 0;
}
.product-page__tooltip-name-list {
    list-style: none;
}
.product-page__tooltip-trigger.active {
    background-image: url("/local/templates/unode/images/icon-tooltip.svg");
}

.iframe-video {
    border: none !important;
}

.gallery-thumbs-wrap {
    display: none;
}

.gallery-thumbs-wrap__slider-wrapper .slick-slide {
    margin-right: 20px;
}
@media (max-width: 420px) {
    .tippy-box {
        max-width: 420px !important;
        margin: 0 10px !important;
    }
    ul.product-page__tooltip-name-list {
        max-width: none !important;
        padding-right: 64px !important;
    }
}
@media (max-width: 360px) {
    ul.product-page__tooltip-name-list {
        padding-right: 20px !important;
        padding-left: 16px !important;
    }
    .basket-page__tooltip-name-item.title {
        margin-bottom: 2px !important;
    }
}

@media (min-width: 997px) {
    .gallery-thumbs-wrap {
        display: flex;
        order: -1;
        flex-direction: column;
    }

    .gallery-thumbs-wrap__slider-wrapper.slick-initialized {
        display: block;
        text-align: center;
        float: left;
        width: 80px;
        margin: 0;
        box-sizing: border-box;
        height: 390px;
        overflow-y: hidden;
        flex-shrink: 0;
    }

    .gallery-thumbs-wrap__slider-wrapper .slick-slide {
        margin-right: 0;
    }

    .gallery-thumbs-wrap__thumb-img {
        width: 100%;
        display: inline-block;
    }

    .gallery-thumbs-wrap_prev {
        transform: rotate(90deg);
    }

    .gallery-thumbs-wrap_next {
        transform: rotate(-90deg);
    }
}


.yandex-split-badge {
    position: relative;
    display: flex;
    align-items: stretch;
    color: #FFF;
    background-color: #000;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-left: 16px;
}
.yandex-split-badge::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='19' viewBox='-2 -2 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m9.018 6.293-.065-.09c3.331-2.69 2.961-3.09 2.961-3.09a7 7 0 0 0-1.045-.933 6.2 6.2 0 0 0-1.699-.89c-2.526-.933-5.53-.2-7.338 1.824C-.585 5.759-.628 9.96 1.81 12.65c2.57 2.823 6.947 3.001 9.712.4l.044-.044.043-.045.022-.022a.6.6 0 0 0 .109-.133c.784-1.023-.392-3.801-2.722-6.513m2.134 6.001c-.174.178-.914.2-2.112-.444-1.11-.6-2.352-1.623-3.528-2.868A489 489 0 0 1 8.43 6.648c1.024 1.2 1.895 2.512 2.352 3.601.544 1.268.523 1.89.37 2.045' fill='%23fff' fill-opacity='.98'/%3e%3c/svg%3e");
    width: 16px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.yandex-split-badge__value {
    font-size: 13px;
    padding-left: 2px;
    padding-right: 3px;
}


.partial-payment-ribbon {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
}
.partial-payment-ribbon__description {
    font-size: 13px;
    line-height: 1;
    margin-left: 4px;
    margin-right: auto;
}
.partial-payment-ribbon__arrow {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 8 6.658 2 5.316 3.423 9.816 8l-4.5 4.577L6.658 14z' fill='%23000'/%3e%3c/mask%3e%3cg mask='url(%23a)'%3e%3cpath fill='%23C7C9CC' d='M0 0h16v16H0z'/%3e%3c/g%3e%3c/svg%3e");
    margin-left: 10px;
}


.yandex-split-info {
    display: flex;
    flex-direction: column;
    background-color: #F5F7F9;
    padding: 20px;
    border-radius: 16px;
}
.yandex-split-info__title {
    font-size: 24px;
    line-height: 24px;
}
.yandex-split-info__payments {
    margin-top: 20px;
}
.yandex-split-info__footnote {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.yandex-split-payments {
    display: flex;
    gap: 4px;
}
.yandex-split-payments__item {
    flex: 1;
}

.yandex-split-payment {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
}
.yandex-split-payment::before {
    content: "";
    display: block;
    border-radius: 3px;
    background-color: #E1E3E8;
    width: 100%;
    height: 6px;
}
.yandex-split-payment:first-child::before {
    background-color: #55C776;
}
.yandex-split-payment__date {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 8px;
}
.yandex-split-payment__price {
    margin-top: 1px;
}

/* End */


/* Start:/local/templates/unode/js/slick/slick.css?15338112951776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/unode/js/slick/slick-theme.css?15338112953145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/unode/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/unode/js/slick/./fonts/slick.eot');
    src: url('/local/templates/unode/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/unode/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/unode/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/unode/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */
/* /local/components/prmedia/unode.catalog.element/templates/.default/style.css?175197372585549 */
/* /local/templates/unode/js/slick/slick.css?15338112951776 */
/* /local/templates/unode/js/slick/slick-theme.css?15338112953145 */
