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

body.redis-header main{
    overflow: initial !important;
}
.product-item-slider, .product-interaction {
    position: sticky;
    top: 146px;
}
.product-interaction__articul.product-interaction__articul_new{
    position: absolute;
    top: -100px;
    /* left: 40%; */
    right: 0;
}
.product-slider__swiper-new .product-slider__arrow-next{
    top: 41px;
    right: 23px;
}
.product-interaction__buttons-new .product-interaction__favorites-button svg{
    margin-right: 5px;
}
.product-slider__swiper-new .product-slider__arrow-next{
    transform: rotate(-90deg);
}
.product-slider__swiper-new .product-slider__arrow-next svg path, .product-slider__swiper-new .product-slider__arrow-prev svg path{
    opacity: 1;
    fill: #ccc;
    transform: scale(.30);
}
.product-interaction__product-name_new{
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #282830;
    margin-bottom: 30px;
}
.product-slider__choosen-image{
    border-radius: 20px;
}
.product-slider__choosen-image-container{
    order: 2;
}
.product-item-slider{
    display: flex;
}
.product-item-slider .product-slider__slide-new img{
    width: 72px;
    height: 72px;
    border-radius: 8px;
}
.product-item-slider .product-slider__slide-new{
    width: auto !important;
    margin-bottom: 12px;
    padding: 0;
}
.product-item-slider .product-slider{
    margin-right: 12px;
}
.swiper-container.product-slider__swiper-new{
    overflow: visible;
    /* height: 560px;
    padding-top: 60px; */
}
/* .product-slider__swiper-new .product-slider__swiper-wrapper{
    padding-top: 65px !important;
} */
.swiper-slide.product-slider__slide-new.swiper-slide-active{
    width: 72px;
    height: 72px;
}
.swiper-slide.product-slider__slide-new.swiper-slide-active img{
    display: none;
}
.product-slider{
    overflow: hidden;
}
.product-interaction, .product-interaction *{
    font-family: 'Yanone Kaffeesatz';
}
.product-interaction-new__price .new-price{
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #282830;
    font-family: 'Fira Sans', sans-serif;
}
.product-interaction-new__price .old-price{
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    text-decoration-line: line-through;
    color: #8C8C8C;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 24px;
}
.product-interaction-new__price{
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.product-interaction-new__price .diff-price > div{
    background: rgba(255, 184, 0, 0.15);
    border-radius: 20px;
    font-family: 'Fira Sans', sans-serif;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: #FFB800;
    display: inline-block;
}
.product-interaction__buttons-new{
    display: flex;
    margin-bottom: 48px;
}
.product-interaction__buttons-new .product-interaction__basket-button{
    background-color: #282830;
    border-radius: 20px 0px 0px 20px;
    width: 308px;
    height: 70px;
}
/* .product-interaction__buttons-new .product-interaction__basket-button:hover{
    background-color: #282830;
} */
.product-interaction__buttons-new .product-interaction__favorites-button:hover{
    border: 3px solid #f27615;
}
.product-interaction__buttons-new .product-interaction__favorites-button:hover g g{
    stroke: #f27615;
}
.product-interaction__buttons-new .product-interaction__favorites-button_active.product-interaction__favorites-button:hover  svg g{
    fill: #f27615;
}
.product-interaction__buttons-new .product-interaction__basket-button span{
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
}
.product-interaction__buttons-new .product-interaction__favorites-button{
    margin-left: 0px;
    border: 3px solid #282830;
    box-sizing: border-box;
    border-radius: 0px 20px 20px 0px;
    background: #fff;
}
.sborka-title{
    font-weight: normal;
    font-size: 28px;
    line-height: 115%;
    color: #282830;
    margin-bottom: 30px;
}
.sborka-title span{
    font-weight: bold;
    color: #FFB800;
}
.sborka-buttons{
    display: flex;
    margin-right: 20px;
}
.sborka-buttons > div{
    padding: 14px 30px;
    background: #FAFAFB;
    border: 0.5px solid #E2E4EE;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    cursor: pointer;
}
.sborka-buttons > div:first-child{
    border-radius: 20px 0px 0px 20px;
}
.sborka-buttons > div:last-child{
    border-radius: 0px 20px 20px 0px;
}
.sborka-buttons > div.active{
    background: #282830;
    color: #fff;
    border: 0.5px solid #282830;
}
.sborka-info{
    background: #FAFAFB;
    border: 0.5px solid #E2E4EE;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    background: url("/local/templates/future_2020/markup/src/images/Question.png?v=2") no-repeat;
    width: 24px;
    height: 24px;
    padding: 25px;
    background-position: center;
}
.sborka-btn{
    display: flex;   
}
.block-title{
    font-weight: normal;
    font-size: 28px;
    line-height: 115%;
    color: #BCBECB;
    margin-bottom: 15px;
}
.sborka-block{
    margin-bottom: 39px;
}
.char-data__item {
    display: flex;
    margin-bottom: 30px;
}
.char-data__item > div{
    font-weight: 300;
    margin-right: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
}
.char-data__item > div:last-child{
    margin-right: 0px;
}
.char-data__item > div span{
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
}
.chars-item{
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 12px;
}
.chars-item span{
    color: #BCBECB;
    font-family: 'Fira Sans', sans-serif;
}
.chars-data a{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #5078E2;
    font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
}
.chars-data{
    display: flex;
}
.chars-data > div:first-child{
    margin-right: 40px;
}
#sborka-modal{
    display: none;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
}
.modal-title, .modal-text{
    font-size: 20px;
    line-height: 150%;
    color: #282830;
    margin-bottom: 20px;
}
.modal-title{
    font-weight: bold;
}
.modal-text{
    font-weight: normal;
}
.modal-text:last-child{
    margin-bottom: 0px;
}
.modal-text span{
    color: #FFB800;
}
.tabs-product{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.tabs-product > div:first-child{
    border-radius: 20px 0px 0px 20px;
}
.tabs-product > div:last-child{
    border-radius: 0px 20px 20px 0px;
}
.tabs-product > div {
    font-family: 'Yanone Kaffeesatz';
    font-weight: 300;
    font-size: 20px;
    flex: 1;
    cursor: pointer;
    line-height: 130%;
    text-align: center;
    border: 0.5px solid #E2E4EE;
    letter-spacing: 0.07em;
    color: #282830;
    padding: 18px 30px;
}
.tabs-product > div.active{
    border: 0.5px solid #282830;
}
.tabs-content > div{
    display: none;
    font-family: 'Yanone Kaffeesatz';
}
.tabs-content > div.active{
    display: block;
    margin-top: 48px;
}

.tab-content-descr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-content-descr > div{
    width: calc(50% - 20px);
    font-family: 'Fira Sans', sans-serif;
}
.tab-content-descr > div h2{
    font-weight: bold;
    font-size: 28px;
    line-height: 115%;
    color: #282830;
    margin-top: 0px;
    margin-bottom: 12px;
}
.tab-content-descr > div p{
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
}
.why-berber{
    display: flex;
    justify-content: space-between;
}
.why-berber > div{
    width: calc(25% - 17px);
}
.why-berber > div .why-berber__img{
    border: 0.5px solid #E2E4EE;
    box-sizing: border-box;
    border-radius: 20px;
    height: 180px;
    width: 180px;
    display: inline-block;
    margin-bottom: 24px;
}
.why-berber > div:nth-child(1) .why-berber__img{
    background-image: url("/local/templates/future_2020/markup/src/images/product/Group.png");
    background-repeat: no-repeat;
    background-position: center;
}
.why-berber > div:nth-child(2) .why-berber__img{
    background-image: url("/local/templates/future_2020/markup/src/images/product/Group (1).png");
    background-repeat: no-repeat;
    background-position: center;
}
.why-berber > div:nth-child(3) .why-berber__img{
    background-image: url("/local/templates/future_2020/markup/src/images/product/Group (2).png");
    background-repeat: no-repeat;
    background-position: center;
}
.why-berber > div:nth-child(4) .why-berber__img{
    background-image: url("/local/templates/future_2020/markup/src/images/product/Vector.png");
    background-repeat: no-repeat;
    background-position: center;
}
.why-berber__title{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 115%;
    color: #282830;
}
.why-berber__text{
    font-weight: 300;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #282830;
}
.dostavka__title{
    font-weight: bold;
    font-size: 28px;
    font-family: 'Yanone Kaffeesatz';
    line-height: 115%;
    margin-bottom: 12px;
    color: #282830;
}
.dostavka__text{
    font-weight: 300;
    font-size: 18px;
    color: #282830;
    margin-bottom:12px;
}
.dostavka__text span{
    font-weight: 500;
}
.dostavka__link a{
    font-weight: 500;
    font-size: 16px;
    color: #5078E2;
    text-decoration: none;
}
.dostavka__hint{
    font-weight: 500;
    font-size: 16px;
    color: #BCBECB;
}
.dostavka__hint, .dostavka__link, .dostavka__text{
    line-height: 130%;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom:12px;
}
.dostavka{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dostavka > div {
    width: calc(33% - 20px);
}
.show-revform-btn{
    background: #FAFAFB;
    border: 0.5px solid #E2E4EE;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    max-width: 245px;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    font-family: 'Yanone Kaffeesatz';
    color: #282830;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.text-no-rev{
    font-weight: bold;
    font-size: 28px;
    font-family: 'Yanone Kaffeesatz';
    line-height: 115%;
    color: #282830;
}
.section-title{
    font-weight: normal;
    font-size: 48px;
    font-family: 'Yanone Kaffeesatz';
    margin-bottom: 15px;
    line-height: 100%;
    color: #282830;
}

#simple-translate {
    position: absolute;
}
.basket-product__info-notes{
    text-transform: lowercase;
    font-size: 14px;
    color: #ccc;
}
#main-product-page .product-interaction__variants-container{
    margin-top: 0px;
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}
.product-interaction__variants-new .product-interaction__variant-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.product-interaction__variants-new .product-interaction__variant-item_active .product-interaction__variant-image{
    border: 6px solid #FFB800;
    box-sizing: border-box;
}
#form-reviews input[name="SECOND_NAME"]{
    display:none;
}
.rating-area {
	overflow: hidden;
	/* width: 100%; */
	display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 25px;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	/* float: right; */
	width: 32px;
	padding: 0;
	cursor: pointer;
	font-size: 28px;
	line-height: 32px;
    color: #F5F5F5;
    text-shadow: 1px 1px #e6e6e6;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: #FFB400;
	text-shadow: 1px 1px #FFB400;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #FFB400;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #FFB400;
    text-shadow: 1px 1px #ffb400;
}
.rate-area > label:active {
	position: relative;
}

#form-reviews input, #form-reviews textarea{
    background: #FFFFFF;
    font-family: 'Yanone Kaffeesatz';
    border: 1px solid #E2E4EE;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 130%;
    border-radius: 20px;
}

#form-reviews .btns-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form-reviews .btn-submit button{
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.07em;
    background: #282830;
    color: #FFFFFF;
    padding: 20px 60px;
    /* max-width: 310px; */
    text-align: center;
    max-width: 310px;
    width: 100%;
    border-radius: 20px;
}

#form-reviews input::-webkit-input-placeholder {color:#BCBECB;font-family: 'Yanone Kaffeesatz';}
#form-reviews input::-moz-placeholder          {color:#BCBECB;font-family: 'Yanone Kaffeesatz';}/* Firefox 19+ */
#form-reviews input:-moz-placeholder           {color:#BCBECB;font-family: 'Yanone Kaffeesatz';}/* Firefox 18- */
#form-reviews input:-ms-input-placeholder      {color:#BCBECB;font-family: 'Yanone Kaffeesatz';}

#form-reviews textarea::-webkit-input-placeholder{color: #BCBECB;font-family: 'Yanone Kaffeesatz';}
#form-reviews textarea::-moz-placeholder{color: #BCBECB;font-family: 'Yanone Kaffeesatz';}
#form-reviews textarea:-moz-placeholder{color: #BCBECB;font-family: 'Yanone Kaffeesatz';}
#form-reviews textarea:-ms-input-placeholder{color: #BCBECB;font-family: 'Yanone Kaffeesatz';}

.form-fields-two{
    display: flex;
    justify-content: space-between;
}
.form-fields-two > input{
    width: calc(50% - 8px);
}
.form-fields{
    margin-bottom: 16px;
}

#form-reviews input.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
        left: 0;
  }
  #form-reviews .isreq.empty{
      border: 1px solid red;
  }
  #form-reviews .isreq-check.empty + label .ischecked {
    background: red;
  }
  .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
  .custom-checkbox+label .ischecked {
    width: 24px;
    height: 24px;
    background: #282830;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
  }
  .custom-checkbox+label .ischecked::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
  }

  .custom-checkbox:checked+label .ischecked::after {
    background: #9a9b9c;
  }

  .police-text label{
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    font-family: 'Fira Sans', sans-serif;
    color: #282830;
  }
  .police-text label a{
    color: #5078E2;
    margin-left: 5px;
  }
  #success-response{
    color: green;
    font-weight: bold;
    padding: 10px 0;
  }
  .form-reviews{
      display: none;
  }
  .form-reviews.active{
      display: block;
      margin-top: 50px;
  }
  .reviews{
      position: relative;
  }
  .reviews__name{
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 0.05em;    
    color: #BCBECB;
    margin-bottom: 24px;
  }
  .reviews__text, .js-reviews__text{
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #282830;
  }
  .reviews-wrap{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 50px;
  }
  .reviews-wrap .reviews__item{
    width: calc(50% - 8px);
    border: 0.5px solid #E2E4EE;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 16px;
    display: none;
  }
  .reviews-wrap .reviews__item:nth-child(1), .reviews-wrap .reviews__item:nth-child(2){
      display: block;
  }
  .reviews-wrap.allreviews .reviews__item{
    display: block;
  }
  .showall-reviews{
    margin: 0 auto;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Yanone Kaffeesatz';
    font-size: 18px;
    line-height: 130%;
    padding: 12px 30px;
    background: #FAFAFB;
    border: 0.5px solid #E2E4EE;
    box-sizing: border-box;
    border-radius: 20px;
    color: #282830;
    display: inline-block;
  }
  .showall-reviews span{
    font-weight: normal;
  }
  .btn-showall{
      text-align: center;
  }
  .js-reviews__text{
      display: none;
  }
  .js-alltext-rev{
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #5078E2;
    cursor: pointer;
    margin-top: 20px;
  }
.mobile-title-tab{
    display: none;
}
.product-interaction__variants-new .product-interaction__variant-container{
    margin-top: 10px;
    margin-right: 10px;
}
.catalog-prints-list__toggle{
    display: block;
    width: 100%;
    height: 50px;
    background-image: url("/local/templates/future_2020/markup/dist/images/arrow-down-circle.png");
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    border-bottom: none;
    background-position: center;
    opacity: 0.8;
    /* margin-right: 45%;
    margin-left: 45%; */
}
.catalog-prints-list__toggle:hover{
opacity: 1;
}
.catalog-prints-list__toggle.active{
    transform: rotate(180deg);
}

 /* .product-interaction__variants-new .swiper-container-autoheight .swiper-slide{
    padding: 0;
 } */


 /*****/

 

 /***/
.tab-content-descr img, .tab-content-descr iframe{
    width: 500px;
    height: 380px;

}

@media (min-width: 768px){
    .sborka-info:hover + #sborka-modal{
        display: block !important;
        position: absolute;
        z-index: 9;
        background: #fff;
        margin-top: 70px;
        border: 1px solid;
        padding: 15px;
    }
}
@media (max-width: 1180px){
    .tabs-product > div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .tab-content-descr img{
        width: auto;
        height: auto;
    }
    .tab-content-descr iframe{
        width: 480px;
        height: 270px;
    }
}
@media (max-width: 990px){
    .why-berber > div{
        width: calc(50% - 17px);
        margin-bottom: 15px;
    }
    .why-berber{
        flex-wrap: wrap;
    }
    .tab-content-descr > div{
        width: 100%;
    }
    .popular-products{
        padding: 0 10px;
    }
    #form-reviews .btns-form, .product-interaction-new__price{
        flex-wrap: wrap;
    }
    .police-text{
        flex: 0 0 100%;
    }
    .product-interaction-new__price .diff-price{
        flex: 0 0 auto;
    }
}
@media (max-width: 768px){
    .product-interaction__buttons-new .product-interaction__basket-button{
        order: unset;
    }
    .product-interaction__variants-new .product-interaction__variant-image{
        width: 70px;
        height: 70px;
    }
}
/**мобильная версия**/
@media (max-width: 680px){
    /* .product-interaction__variant-item{
        width: auto !important;
        height: auto !important;
    }
    .product-interaction__variants-container{
        overflow-x: hidden !important;
    }
    .product-interaction__variant-item{
        flex: unset !important;
        position: inherit !important;
    } */
    .product-interaction__articul.product-interaction__articul_new{
        position: inherit;
        margin-top: 0px;
    }
    .product-interaction__product-name_new{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .product-slider__swiper-new2 .product-slider__slide-new2 img{
        border-radius: 8px;
        height: 328px;
        width: 100%;
        object-fit: cover;
    }
    .product-slider__swiper-new2 .product-slider__slide-new2{
        padding-left: 0;
        padding-right: 33px;
        padding-top: 0;
    }
    .product-slider__swiper-new2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #E2E4EE
    }
    .product-slider__swiper-new2 .swiper-pagination-bullet{
        border: 1px solid #E2E4EE;
        opacity: 1;
        width: 10px;
        background: #fff;
        height: 10px;
    }
    .product-item__only-mobile{
        margin-bottom: 20px;
    }
    .product-interaction-new__price .new-price{
        font-size: 28px;
    }
    .product-interaction-new__price .old-price{
        font-size: 20px;
    }
    .product-interaction-new__price .diff-price{
        font-size: 16px;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 16px;
    }
    .product-interaction-new__price{
        justify-content: center;
        margin-bottom: 40px;
    }
    .product-interaction__buttons-new .product-interaction__basket-button{
        width: 264px;
        height: 65px;
    }
    .product-interaction__buttons-new .product-interaction__favorites-button {
        width: 67px;
        padding: 0;
    }
    .product-interaction__buttons-new .product-interaction__favorites-button svg{
        margin-right: 2px;
    }
    .product-interaction__buttons-new, #main-product-page .product-interaction__variants-container{
        margin-bottom: 40px;
    }
    .sborka-title, .block-title, .why-berber__title{
        font-size: 24px;
    }
    .sborka-block, .block-title, .char-data__item{
        margin-bottom: 24px;
    }
    .product-interaction__variants-new .product-interaction__variant-item_active .product-interaction__variant-image{
        height: 60px;
    }
    .chars-data{
        flex-direction: column;
    }
    .chars-data > div:first-child {
        margin-right: 0;
    }
    .product-interaction__variants-new .product-interaction__variant-image {
        width: 70px;
        height: 60px;
    }
    .tabs-product{
        display: none;
    }
    .mobile-title-tab{
        display: block;
        font-family: 'Yanone Kaffeesatz';
        font-weight: normal;
        font-size: 18px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.07em;
        color: #282830;
        background: #FAFAFB;
        border: 0.5px solid #E2E4EE;
        box-sizing: border-box;
        border-radius: 20px;
        padding: 14px 0px;
        position: relative;
        margin-bottom: 16px;
    }
    .mobile-title-tab:after{
        content: url("/local/templates/future_2020/markup/src/images/Vector1.png");
        position: absolute;
        right: 20px;
        top: 10px;

    }
    .active.mobile-title-tab:after{
        content: url("/local/templates/future_2020/markup/src/images/Vector.png");
    }
    .active.mobile-title-tab{
        color: #FFFFFF;
        background: #282830;
    }
    .tabs-content > div{
        display: block;
    }
    .mobile-title-tab + div{
        display: none;
    }
    .mobile-title-tab.active + div {
        display: block !important;
    }
    .tab-content-descr > div p{
        font-size: 16px;
    }
    .tab-content-descr > div p img{
        width: 100%;
        object-fit: cover;
    }
    .tab-content-descr > div p iframe, .dostavka > div{
        width: 100%;
    }
    .tab-content-descr > div h2{
        font-size: 18px;
    }
    .why-berber > div{
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .why-berber__title{
        margin-bottom: 10px;
    }
    .why-berber > div .why-berber__img{
        margin-bottom: 15px;
        width: 140px;
        height: 140px;
    }
    .why-berber__text, .dostavka__hint{
        font-size: 16px;
    }
    .dostavka > div{
        margin-bottom: 40px;
    }
    .dostavka > div:last-child{
        margin-bottom:0px;
    }
    .dostavka__title{
        color: #BCBECB;
        font-size: 24px;
        margin-bottom: 16px;
    }
    .dostavka__text{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .dostavka__link a{
        font-size: 18px;
    }
    .text-no-rev{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .show-revform-btn{
        background: #FFB800;
        border: none;
        color: #FFFFFF;
        font-size: 20px;
        padding: 19px 0;
    }
    .reviews-wrap .reviews__item{
        width: 100%;
    }
    .section-title{
        font-size: 32px;
    }
    .reviews__name{
        margin-bottom: 12px;
    }
    .reviews__text, .js-reviews__text{
        font-size: 16px;
    }
    
}

@media (max-width: 500px){
    .char-data__item{
        flex-wrap: wrap;
    }
    .modal-title, .modal-text{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .show-revform-btn{
        max-width: 100%;
        width: 100%;
        top: 0;
        position: relative;
    }
}
@media (max-width: 450px){
    
    .reviews-wrap{
        margin-top: 110px;
    }
    .product-interaction__buttons-new, #form-reviews .btns-form{
        justify-content: center;
    }
}
@media (max-width: 400px){
    #form-reviews .btn-submit button{
        margin-bottom: 20px;
        padding: 15px 50px;
    }
    .product-interaction__variants-new .product-interaction__variant-container{
        margin-right: 8px;
    }
}
@media (max-width: 360px){
    body.redis-header .popular-products .product-item-list-col-4{
        width: 100% !important;
    }
    .popular-products.onproduct .slick-slide{
        width: 140px !important;
        margin-right: 19px;
    }
    .popular-products.onproduct .slick-slide.slick-active + .slick-slide.slick-active +  .slick-slide{
        opacity: 0.5;
    }
    .sborka-buttons > div{
        padding: 14px 15px;
    }
}
@media (max-width: 350px){
    .popular-products.onproduct .slick-slide{
        width: 120px !important;
    }
}