

/* Start:/local/templates/time/components/bitrix/catalog.element/new-detail/style.css?175103128922709*/
.stars{
    white-space: nowrap;
}
.stars .star{
    margin-right: 5px;
}

.section__title{
    font-family: Stem,sans-serif;
    margin: 0 0 1.2em;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    letter-spacing: .025em;
    line-height: 1;
}

.section__title .section-toptext{
    font-size: 14px;
}
body .product-info.more_padding {
    padding-bottom: 19vh !important;
}
.product-info{padding-bottom: 50px !important;align-items: unset!important;}
.zoom-owl{margin-top: 25px;}
.product-images .owl-item,
.product-images .owl-item .slider-easyzoom,
.product-images .owl-item .slider-easyzoom .zoom-img{
    max-height: 480px;
}
.product-images .owl-item .slider-easyzoom .zoom-img{
    /*width: auto;*/
    margin: auto;
    object-fit: contain;
}
.slider-easyzoom video {
    display: block;
}
/* .easyzoom-flyout{right: 0 !important;} */


body .vertical-wrapper{
    /*height: 500px;*/
    /*display: flex;*/
    /*justify-content: right;*/
}
.zoom-owl .owl-dots .owl-dot.active span, .zoom-owl .owl-dots .owl-dot:hover span {
    background: #f6901b !important;
}
.vertical-owl{
    transform: rotate3d(0, 0, 1, 90deg);
}
.vertical-owl .item{
    transform: rotate3d(0, 0, 1, -90deg);
    width: inherit;
    height: inherit;

}
.vertical-owl .owl-item{
    /*width: 90px !important;*/
    /*height: 90px !important;*/
    margin-right: 20px !important;
    left: 42px;
}

.vertical-owl .owl-stage{
    width: 100%;
    display: flex;
    justify-content: center;
}

.vertical-owl .owl-stage-outer{
    width: 425px;
}

.vertical-owl .owl-item{
    /*cursor: grab;*/
    flex: none;
    /*background-color: #fff;*/
}
.vertical-owl .owl-item img, .vertical-owl .owl-item video{
    width: auto !important;
    margin: auto;
    display: block;
    max-height: 83px;
}

.vertical-owl .owl-nav.disabled{
    display: block !important;
}
.vertical-owl.owl-theme .owl-nav [class*='owl-']:hover{
    background: #f6901b!important;
    color: #FFF;
}
.vertical-owl .owl-nav .owl-prev, .vertical-owl .owl-nav .owl-next{
    position: absolute;
    font-size: 20px;
}
.vertical-owl .owl-nav .owl-prev{
    left: -50px;
    top: 20px;
}
.vertical-owl .owl-nav .owl-next{
    right: -315px;
    top: 20px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    color: #FFF!important;
    font-size: 14px!important;
    margin: 5px;
    padding: 4px 7px!important;
    background: #D6D6D6!important;
    display: inline-block;
    cursor: pointer!important;
    border-radius: 3px;
}
.video-block {
    display: block;
    overflow: hidden;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    z-index: 1000;
    border-radius: 10px;
    max-width: 1000px;
    width: 100%;
}
.preorder-inputs {
    display: flex;
}
.preorder-inputs input {
    display: block;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0;
    padding: 13px 20px 14px;
    width: 100%;
    min-height: 45px;
    font: 400 16px / 1.75 Montserrat, sans-serif;
    color: #464646;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border .25s, color .25s, background-color .25s;
    transition: border .25s, color .25s, background-color .25s;
}
.preorder-inputs span {
    width: 55px;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}
#preorderForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#preorderForm span {
    font-size: 12px;
}
#preorderForm button {
    margin: unset!important;
}
@media (max-width: 1199px){
    .product-images .owl-item, .product-images .owl-item .slider-easyzoom, .product-images .owl-item .slider-easyzoom .zoom-img {
        max-height: 430px;
    }
}

@media (max-width: 991px){
    .vertical-owl{
        overflow: hidden;
    }
    .vertical-owl .owl-nav.disabled {
        display: none !important;
    }
}

@media (max-width: 767px){
    body .mr_top {
        margin-top: 100px;
    }
    .product-images .owl-item, .product-images .owl-item .slider-easyzoom, .product-images .owl-item .slider-easyzoom .zoom-img {
        max-height: 320px;
    }
    .product-card__thumbs {
        /*display: none;*/
        padding: 10px !important;
        top: 425px !important;
    }
    .product__features {
        padding-top: 0 !important;
    }
    .vertical-owl .owl-nav .owl-prev, .vertical-owl .owl-nav .owl-next{
        top: 30%;
    }
    .vertical-owl .owl-nav .owl-prev{
        left: -30px;
    }
    .zoom-owl {
        margin-top: 50px;
    }
    .product-card .product__labels {
        top: -20px;
    }
}


@media (min-width: 420px) and (max-width: 570px) {
    .vertical-owl .owl-item {
        width: 135px !important;
        /*height: 70px !important;*/
    }
}
@media (min-width: 570px) and (max-width: 787px) {
    .vertical-owl .owl-stage{
        justify-content: flex-start;
    }
}
@media (max-width: 570px){
    .product__features {
        /* padding-top: 13em !important; */
    }
}
body .product__views {
    padding-left: 0;
    z-index: 3;
}

.vertical-owl .current{
    border: 1px solid #f6901b;
}

@media (max-width: 3000px){
    .about__shops-slider .slick-arrow,
    .gifts__items .slick-arrow,
    .news__items .slick-arrow,
    .slider-with-arrows .slick-arrow {
        width: 28px;
        height: 54px;
        background-size: contain
    }
    .news__items .slick-arrow {
        top: 60%
    }
    .seasons__items .slick-arrow {
        top: 75%
    }
    .advantages__items .slick-arrow {
        top: 35%
    }
    .about__shops-slider .slick-next,
    .gifts__items .slick-next,
    .news__items .news__items__arrow--next,
    .slider-with-arrows .slick-next {
        right: 3%;
        background: url(/local/templates/time/components/bitrix/catalog.element/new-detail/../../content/arrow-right-gray-big.png) 50% 50% no-repeat/contain
    }
    .about__shops-slider .slick-prev,
    .gifts__items .slick-prev,
    .news__items .news__items__arrow--prev,
    .slider-with-arrows .slick-prev {
        left: 3%;
        background: url(/local/templates/time/components/bitrix/catalog.element/new-detail/../../content/arrow-left-gray-big.png) 50% 50% no-repeat/contain
    }
    body .product-card__thumbs {
        left: 10%;
        bottom: 10px;
        width: 100%;
        top: auto;
        padding: 10px;
        background: #fff;
        height: auto;
        position: unset!important;
    }
    .product-card__thumbs-wrapper {
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between */
    }
    .product-card__thumb {
        margin-bottom: 0;
        border: 1px solid #ccc;
        width: 100px;
    }
    .owl-carousel.owl-loaded {
        overflow: hidden;
    }
    .product-card__thumbs .slick-arrow {
        top: 50%;
        left: auto;
        right: auto;
        -webkit-transform: translateX(0) translateY(-50%) rotate(0);
        transform: translateX(0) translateY(-50%) rotate(0)
    }
    .product-card__thumbs .slick-next {
        right: -25px
    }
    .product-card__thumbs .slick-prev {
        left: -25px
    }
    .cabinet__percent .cabinet__percent-sale-wrapper {
        white-space: normal
    }











    .product__views-dontslider{
        margin-top: inherit!important;
        top: inherit!important;
    }
    .vertical-owl .owl-nav .owl-prev{
        left: -5px;
        /*top: 20px;*/
    }
    .vertical-owl .owl-stage-outer{
        margin: 0 auto;
    }
    .product-card__thumbs{
        bottom: 5px;
    }
    .vertical-wrapper {
        height: auto;
    }
    .vertical-owl{
        transform: rotate(0);
    }
    .vertical-owl .item{
        transform: rotate(0);
    }
    .vertical-owl .owl-item{
        margin-right: 10px !important;
    }
    .vertical-owl .owl-nav .owl-next{
        right: 0;
    }
    .vertical-owl .owl-item{
        width: 100px !important;
        /*height: 70px !important;*/
    }

    .product__views {
        margin-top: 80px;
        position: relative;
        top: -95px;
    }
    .vertical-owl .owl-stage{
        justify-content: flex-start;
    }
}
@media (min-width: 1440px) and (max-width: 3000px){
    .vertical-owl .owl-item{
        left: 0;
    }
    .vertical-owl .owl-item{
        margin-right: 42px !important;
    }
    .vertical-wrapper {
        display: flex;
        justify-content: center;
    }
}


@media (min-width: 576px) and (max-width: 767px){
    .vertical-owl .owl-item{
        left: 0;
    }
    body .view360{
        width: auto;
        height: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .vertical-owl {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .vertical-owl .owl-item{
        left: 0;
    }
    body .view360{
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
body .vertical-owl{
    max-width: 100%;
}
@media (min-width: 380px) and (max-width: 420px){
    .vertical-owl .owl-item{
        width: 90px !important;
        margin-right: 0!important;
        left: 25px;
    }
    body .view360{
        height: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 320px) and (max-width: 380px){
    .vertical-owl .owl-item{
        width: 90px !important;
        margin-right: 0!important;
        left: 0;
    }
    body .view360{
        height: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    body .mr_top {
        margin-top: 150px;
    }
}

@media (max-width: 787px){
    .vertical-owl .owl-prev,
    .vertical-owl .owl-next{
        display: block!important;
    }
    body .product-card__thumbs {
        width: 100%;
        height: max-content;
        left: 5%;
    }
}


.products__item-actions ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.request-video-foto-link {
    width: 98px;
    font-size: 12px;
    float: left;
}
.view360Slide img {
    opacity: 0.7;
    cursor: pointer;
}
.view360{
    position: absolute;
    z-index: 2;
    height: 80%;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.view360 iframe{
    height: 100%;
    width: 100%;
    border: 0;
}
.view360::-webkit-scrollbar {
    width: 0;
}
.product-card__main-photo-wrapper {
    padding: 0em 1em 1em!important;
    width: 100% !important;
    height: 600px;
    overflow: hidden;
}
body div div div img.play360 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 5vw !important;
    height: auto;
    cursor: pointer;
}
.easyzoom-notice {
    display: none;
}
.oneclickbuy a{
    font-size: 16px;
}
.reservProduct, .oneclickbuy {
    display: inline;
}
.request-form-wrap {
    max-width: 500px;
    margin: 0 auto;
}

.request-form-wrap .form-group {
    margin-bottom: 10px;
}

.request-form-wrap .required-border {
    border: 1px solid #ff0000;
}

.request-form-wrap .success-txt {
    color: #2cda1d;
}
.easyzoom.zoom-box{
    width: 85%;
}

#requestonclick .select2-selection__arrow{
    position: inherit;
}
#requestonclick .input-phone{
    padding: 0;
}

body div.modal-content button.btn_oneClick:hover {
    color: #fff;
}
.request-form-wrap .field-wrap {
    position: relative;
}

.request-form-wrap .field-wrap .field-label {
    position: absolute;
    top: -1px;
    z-index: 2 !important;
    font-size: 14px;
    color: #949494;
    left: 12px;
    transition: 0.2s;
    font-weight: normal;
}

.request-form-wrap .jq-selectbox__select,
.request-form-wrap .jq-select-multiple,
.request-form-wrap .field-input {
    min-height: 41px !important;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
}

.request-form-wrap
.js-sms-phon-select
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    min-height: 38px;
}

.field-sm .field.phone {
    padding-top: 0 !important;
}

.field-sm
.js-sms-phon-select
.select2-container--default
.select2-selection--single {
    min-height: unset;
    padding-bottom: 0;
}

.request-video-foto-link {
    width: 85px;
    font-size: 12px;
    float: left;
}

.request-video-foto-link img {
    width: 65px;
}

.success {
    color: #2cda1d;
}



.sizes-offer-elements-container{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.sizes-offer-element{
    border: 1px solid #27251F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 40px;
    font-size: 12px;
    line-height: 150%;
    transition: all ease .4s;
}
.sizes-offer-element:hover,.sizes-offer-element.active{
    background-color: #27251F;
    color: #ffffff;
}
.how_to_contact_you_blocks{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.how_to_contact_you_blocks input,.how_to_contact_you_blocks label{
    margin: 0;
    line-height: 16px;
}
/*for-set-items*/
.for-set-items{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.for-set-items-title{
    font-weight: 700;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #27251F;
}
.for-set-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.for-set-item-container{
    display: flex;
    align-items: center;
    gap: 20px;
}
.for-set-item-photo{
    width: 76px;
    height: 76px;
    object-fit: contain;
    background-color: #F5F5F5;
}
.for-set-item-photo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.for-set-item-info{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}
.for-set-item-price{
    display: flex;
    align-items: center;
    gap: 10px;
}
.for-set-item-name,.for-set-item-detail-link,.item_economy_price{
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #27251F;
    word-break: break-all;
}
.for-set-item-detail-link a{
    border-bottom: 1px solid #27251F!important;
}
.for-set-item .for-set-item-btns{
    width: 100%;
}
.btn.for_set_product__buy{
    position: relative;
    background-color: #f6b81c;
    border-color: #f6b81c;
    text-align: center;
    padding: 15px;
    width: auto;
    height: 57px;
    margin-right: 60px;
    font-size: 16px;
    margin-bottom: 0;
    word-break: break-word
}
.btn.for_set_product__buy svg {
    width: 22px;
    height: 21px;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.btn.for_set_product__buy:focus,
.btn.for_set_product__buy:hover {
    background-color: #fff;
    color: #464646;
    border-color: #f6b81c
}
.product__more-menu-item-active,
.product__texts-menu-item-active-new {
    border-bottom-color: #2e2e2e
}
.product__texts-menu-item-new,.the-last-menu-section {
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}
@media (max-width: 1600px) {
    .product__buy-share .for_set_product__buy, .product__top-item-info_wrapper .for_set_product__buy{
        width: auto;
    }
}
@media (max-width: 991px) {
    .product__texts-menu-item-new,.the-last-menu-section {
        display: inline-block;
        white-space: nowrap;
    }
    .product-card .btn.for_set_product__buy {
        width: 300px;
    }
    .product-card .btn.product__buy {
        width: 100%!important;
    }
    .product__texts-menu {
        white-space: wrap!important;
        padding: unset!important;
    }
}
@media screen and (max-width: 767px) {
    .product-top .product__top-item .for_set_product__buy {
        display: flex;
        align-items: center;
        padding: 4px 20px;
        height: 29px;
        width: 150px;
        min-width: auto;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .product-top .product__top-item .for_set_product__buy svg {
        right: 15px;
    }

}
.product__texts-menu {
    max-width: 667px!important;
    flex-direction: column;
    align-items: unset!important;
}
.product__texts {
    /*order: 8;*/
    padding-top: 20px;
    max-width: 667px;
}
.delivery-blocks p{
    line-height: 20px;
    padding-bottom: 10px;
}
.exchange-description p {
    line-height: 20px;
}
.product__texts-guarantee p {
    line-height: 20px;
}
.product__texts-menu-item-new,.the-last-menu-section {
    padding-top: 10px;
    padding-bottom: 10px!important;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plus-icon {
    position: relative;
    width: 12px;
    height: 12px;
}

.plus-icon .horizontal,
.plus-icon .vertical {
    position: absolute;
    background-color: #333;
    transition: 0.3s ease;
}

.plus-icon .horizontal {
    width: 12px;
    height: 2px;
    top: 5px;
    left: 0;
}

.plus-icon .vertical {
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
}

.product__texts-menu-item-active-new .plus-icon .vertical {
    transform: rotate(90deg);
    opacity: 0;
}
.product__texts-features-new p {
    font-size: 12px;
}
.product__texts-feature {
    width: 100%;
}
.product__texts .product__table-line {
    padding-left: unset!important;
    display: flex;
    flex-direction: column;
}
.product__texts-feature {
    width: 100%!important;
    padding: unset!important;
    justify-content: space-between;
    display: flex;
}
.product__texts-line:nth-child(odd) {
    background: transparent!important;
}
.product__logo {
    margin: unset!important;
}
.product__texts-description p {
    font-size: 12px;
    margin-bottom: unset!important;
}
.product__texts-description {
    padding: 0 0 20px!important;
    width: 667px!important;
}
.product__texts-description span {
    font-size: 12px!important;
}
.shop-list__subtitle {
    line-height: 30px;
}
.shop-list__subtitle,.shop-list__address,.shop-list__info {
    padding-bottom: unset!important;
    font-size: 12px;
}
.shop-list__item {
    padding: 0 0 15px 23px!important;
}
.shop-list__item:before {
    width: 20px!important;
    height: 30px!important;
}
.product__texts-menu-item-active-new {
    border-bottom-color: unset!important;
    border-bottom: unset!important;
}
.detail-pic-block {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.product__flex-orders-box {
    display: flex;
    flex-direction: column;
}
.product__price-box {
    padding-bottom: unset!important;
}
.btn-blocks {
    display: flex;
}
.btn-add-to-basket {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.list {
    margin-bottom: 20px!important;
}
.link-to-delivery {
    color: #f6901b;
    text-decoration: underline;
}
.delivery-blocks-titles {
    color: #1c1e29!important;
}
.color-block {
    display: flex;
    align-items: center;
    gap: 3px;
    padding-bottom: 20px;
}
.product-color-circles {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.product-color-circles.current-color {
    border:2px solid #5e5e5e;
}
.color-gold {
    background-color: #FFD700;
}

.color-rose_gold {
    background-color: #E0BFB8;
}

.color-silver {
    background-color: #C0C0C0;
}
.color-pink {
    background-color: #FFC0CB;
}
.color-black {
    background-color: #000000;
}
.color-blue {
    background-color: #0000FF;
}
.color-green {
    background-color: #008000;
}
.color-grey {
    background-color: #808080;
}
.color-red {
    background-color: #FF0000;
}
.color-purple {
    background-color: #800080;
}
.color-orange {
    background-color: #FFA500;
}
.color-yellow {
    background-color: #FFFF00;
}
.color-beige {
    background-color: #F5F5DC;
}
@media (min-width: 1280px) and (max-width: 1919px){
    .product__texts-menu {
        width: 100% !important;
    }
    .product__texts-description {
        width: 100% !important;
    }
}
@media (min-width: 1023px) and (max-width: 1024px){
    .shop-list__subtitle {
        line-height: 30px!important;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .shop-list__item {
        padding: 0 3px 23px 23px!important;
    }
    .shop-list__subtitle {
        line-height: 15px;
    }
    .btn-blocks {
        flex-direction: column;
    }
    .product__texts-feature-info {
        text-align: right!important;
    }

    .bay-one-click {
        width: 100%;
        margin: unset!important;
        margin-right: unset!important;
    }
    .product__buy-share .btn.product__buy {
        padding-left: unset!important;
        margin-right: unset!important;
        width: 100%;
    }
    .oneclickbuy a {
        width: 100% !important;
        margin: unset!important;
        margin-right: unset!important;
    }
    .product__texts-description {
        width: 100% !important;
    }
    .product-card__main-photo-wrapper {
        height: 540px;
    }
    .product__texts-menu {
        width: 100% !important;
        display: flex!important;
    }
    .product__texts-menu-item-new,.the-last-menu-section {
        display: flex!important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .btn-blocks {
        flex-direction: column;
        gap: 10px;
    }
    .product__texts-feature-info {
        text-align: right!important;
    }
    .product__texts-feature:nth-child(2n-1) {
        background-color: unset!important;
    }
    .product__buy-share .btn.product__buy {
        padding-left: unset!important;
        margin-right: unset!important;
    }
    .oneclickbuy a {
        width: 100% !important;
        margin: unset!important;
        margin-right: unset!important;
    }
    .product__price-box {
        align-items: baseline!important;
    }
    .product__price {
        font-size: 22px!important;
    }
    .product__texts-description {
        width: 100% !important;
    }
    .product-card__main-photo-wrapper {
        height: 414px;
    }
    .detail-pic-block {
        width: 100%;
    }
    .product__texts-menu {
        width: 100% !important;
        display: flex!important;
    }
    .product__texts-menu-item-new,.the-last-menu-section {
        display: flex!important;
    }
}
/* End */


/* Start:/local/templates/time/components/extyl/catalog.section/.default/style.css?1738356451958*/
.section-title h1{
    font-family: Stem,sans-serif;
    margin: 0 0 1.2em;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 15px;
}


.section-title .section-toptext{
    font-size: 14px;
    font-weight: normal;
    font-family: Montserrat,sans-serif;
}

.last_chance_to_buy_catalog{
    color: #ff0000;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    line-height: 1.85714;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 35px;*/
    pointer-events: none;
    text-align: center;
    z-index: 4;
    margin: 0 0.2em 0.2em 0;
}
.last_chance_to_buy_catalog .best-seller {
    color: #ff0000;
    line-height: 14px;
    padding-right: 1em;
    font-size: 16px;
    letter-spacing: .05em;
}
.last_chance_to_buy_catalog span{
    font-size: 9px;
}
/* End */


/* Start:/local/components/strategy/clientrequests/templates/.default/style.css?17383564511531*/
.request-form-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.request-form-wrap .form-group {
  margin-bottom: 10px;
}

.request-form-wrap .required-border {
  border: 1px solid #ff0000;
}

.request-form-wrap .success-txt {
  color: #2cda1d;
}
.easyzoom.zoom-box{
  width: 85%;
}

#requestonclick .select2-selection__arrow{
  position: inherit;
}
#requestonclick .input-phone{
  padding: 0;
}

body div.modal-content button.btn_oneClick:hover {
  color: #fff;
}
.request-form-wrap .field-wrap {
  position: relative;
}

.request-form-wrap .field-wrap .field-label {
  position: absolute;
  top: -1px;
  z-index: 2 !important;
  font-size: 14px;
  color: #949494;
  left: 12px;
  transition: 0.2s;
  font-weight: normal;
}

.request-form-wrap .jq-selectbox__select,
.request-form-wrap .jq-select-multiple,
.request-form-wrap .field-input {
  min-height: 41px !important;
  padding-top: 14px !important;
  padding-bottom: 0 !important;
}

.request-form-wrap
  .js-sms-phon-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  min-height: 38px;
}

.field-sm .field.phone {
  padding-top: 0 !important;
}

.field-sm
  .js-sms-phon-select
  .select2-container--default
  .select2-selection--single {
  min-height: unset;
  padding-bottom: 0;
}

.request-video-foto-link {
  width: 85px;
  font-size: 12px;
  float: left;
}

.request-video-foto-link img {
  width: 65px;
}

.success {
  color: #2cda1d;
}

/* End */


/* Start:/local/components/strategy/clientrequests/templates/reserv/style.css?17383564511774*/
.request-form-wrap{
    max-width: 500px;
    margin: 0 auto;
}

.request-form-wrap .form-group{
    margin-bottom: 10px;
}

.request-form-wrap .required-border{
    border:1px solid #ff0000;
}

.request-form-wrap .success-txt{
    color: #2cda1d;
}

.request-form-wrap .field-wrap{
    position: relative;
    text-align: center;
}

.request-form-wrap .field-wrap .field-label {
    position: absolute;
    top: -1px;
    z-index: 2 !important;
    font-size: 14px;
    color: #949494;
    left: 12px;
    transition: .2s;
    font-weight: normal;
}

.request-form-wrap .jq-selectbox__select,
.request-form-wrap .jq-select-multiple,
.request-form-wrap .field-input {
    min-height: 41px !important;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
}
.request-form-wrap .js-sms-phon-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 38px;
}
.field-sm .field.phone {
    padding-top: 0 !important;
}
.field-sm .js-sms-phon-select .select2-container--default .select2-selection--single {
    min-height: unset;
    padding-bottom: 0;
}
.success{
    color:#2cda1d;
}

.storeItem {
    width: 230px;
    max-width: 250px;
    border: 2px solid black;
    border-radius: 5px;
    margin: 5px 0;
    padding:  0 7px;
    cursor: pointer;
}
.stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.storeTitle {
    text-align: center;
    font-weight: 400;
}
.activeStore {
    border: 2px solid #ffad00;;
}
.storeShedule {
    font-size: 12px;
}
body .phonePadding0 {
    padding: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
/* End */


/* Start:/local/components/strategy/clientrequests/templates/whatis_reserv/style.css?17383564511624*/
.request-form-wrap{
    max-width: 500px;
    margin: 0 auto;
}

.request-form-wrap .form-group{
    margin-bottom: 10px;
}

.request-form-wrap .required-border{
    border:1px solid #ff0000;
}

.request-form-wrap .success-txt{
    color: #2cda1d;
}

.request-form-wrap .field-wrap{
    position: relative;
    text-align: center;
}

.request-form-wrap .field-wrap .field-label {
    position: absolute;
    top: -1px;
    z-index: 2 !important;
    font-size: 14px;
    color: #949494;
    left: 12px;
    transition: .2s;
    font-weight: normal;
}

.request-form-wrap .jq-selectbox__select,
.request-form-wrap .jq-select-multiple,
.request-form-wrap .field-input {
    min-height: 41px !important;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
}
.request-form-wrap .js-sms-phon-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 38px;
}
.field-sm .field.phone {
    padding-top: 0 !important;
}
.field-sm .js-sms-phon-select .select2-container--default .select2-selection--single {
    min-height: unset;
    padding-bottom: 0;
}
.success{
    color:#2cda1d;
}

.storeItem {
    width: 230px;
    max-width: 250px;
    border: 2px solid black;
    border-radius: 5px;
    margin: 5px 0;
    padding:  0 7px;
    cursor: pointer;
}
.stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.storeTitle {
    text-align: center;
    font-weight: 400;
}
.activeStore {
    border: 2px solid #ffad00;;
}
.storeShedule {
    font-size: 12px;
}
/* End */
/* /local/templates/time/components/bitrix/catalog.element/new-detail/style.css?175103128922709 */
/* /local/templates/time/components/extyl/catalog.section/.default/style.css?1738356451958 */
/* /local/components/strategy/clientrequests/templates/.default/style.css?17383564511531 */
/* /local/components/strategy/clientrequests/templates/reserv/style.css?17383564511774 */
/* /local/components/strategy/clientrequests/templates/whatis_reserv/style.css?17383564511624 */
