.top-features{
    position: relative;
    padding: 40px 0 20px;
}
.top-features-feature{
    position: relative;
    width: 24.5%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 20px 6px;
    margin: 0 0 20px;
    text-align: center;
}
.top-features__text{
    margin: 0 0 15px;
}
.top-features__text span{
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
}
.icon-container__icon{
    height: auto;
    margin: 0 auto 10px;
}

.video-block{
    position: relative;
}
.video-block-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}
.video-block-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.fruits{
    position: relative;
    padding: 0 0 80px;
}
.content-big-container-fruits{
    position: relative;
}
.content-big-container-fruits:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #9EDE73;
    z-index: 5;
}
.content-container-fruits{
    position: relative;
    z-index: 10;
}
.fruits-press{
    float: none;
    width: 50%;
    min-height: 600px;
    padding: 0 20px 0 0;
    margin: 0;
    background-color: transparent;
    background-image: url('../images/press-fruits.png');
    background-repeat: no-repeat;
    background-position: left top;    
}
.fruits-press, .fruits-press.img{
    background-image: url('../images/press-fruits.png');    
}
.fruits-press.webp{
    background-image: url('../images/press-fruits.webp');    
}
.fruits-slider{
    float: right;
    width: 150px;
    height: auto;
    padding: 0;
}
#fruits-slider.slick-list{
    overflow-x: visible;
}
#fruits .fruits-slider-item{
    position: relative;
    height: 90px;   
    padding: 0 30px 0 0;
    margin: 0 0 10px;
    cursor: pointer;
}
.fruits-slider-item__inner{
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 5px solid #ffffff;    
    z-index: 10;
}
#fruits .fruits-slider-item img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
}
#fruits .fruits-slider-item.slick-current .fruits-slider-item__inner, #fruits .fruits-slider-item .fruits-slider-item__inner:hover{
    border-color: #E48900;
}
#fruits .fruits-slider-item.slick-current:before{
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #E48900;
    z-index: 5; 
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);    
}
.fruits-result{
    width: 50%;
    padding: 20px 0 20px 20px;
}
.result-slider{
    background: #ffffff;
}
.result-slider, .result-slider .slick-list, .result-slider .slick-track{
    height: 100%;
}
.result-slider-item{
    padding: 20px 20px 60px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.fruits-result .slick-next{
    top: auto;
    bottom: 10px;
    right: auto;
    left: 80px;    
}
.fruits-result .slick-prev{
    top: auto;
    bottom: 10px; 
    left: 10px;
}
.fruits-result .slick-prev:hover{
    margin-left: 5px;
}
.fruits-result .slick-next:hover{
    margin-left: -5px;
}
#juice-apple, #juice-apple.img{
    background-image: url('../images/fruits/juice-apple.jpg');
}
#juice-grapes, #juice-grapes.img{
    background-image: url('../images/fruits/juice-grapes.jpg');
}
#juice-tomat, #juice-tomat.img{
    background-image: url('../images/fruits/juice-tomat.jpg');
}
#juice-plum, #juice-plum.img{
    background-image: url('../images/fruits/juice-plum.jpg');
}
#juice-pear, #juice-pear.img{
    background-image: url('../images/fruits/juice-pear.jpg');
}
#juice-currant, #juice-currant.img{
    background-image: url('../images/fruits/juice-currant.jpg');
}
#juice-apple.webp{
    background-image: url('../images/fruits/juice-apple.webp');
}
#juice-grapes.webp{
    background-image: url('../images/fruits/juice-grapes.webp');
}
#juice-tomat.webp{
    background-image: url('../images/fruits/juice-tomat.webp');
}
#juice-plum.webp{
    background-image: url('../images/fruits/juice-plum.webp');
}
#juice-pear.webp{
    background-image: url('../images/fruits/juice-pear.webp');
}
#juice-currant.webp{
    background-image: url('../images/fruits/juice-currant.webp');
}

.advantages{
    position: relative;
}
.advantage{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;    
}
.advantage:nth-child(2n+1){
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;    
}
.advantage-photo, .advantage-text{
    width: 50%;
}
.advantage-photo{
    position: relative;
    background-color: #e2e6de;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
}
.advantage-video{
    height: auto;
    max-height: 540px;
}
.advantage-video video {
    display: block;
    max-width: 100%;
    margin: 0;
}
#advantage1 .advantage-photo, #advantage1 .advantage-photo.img{
    background-image: url('../images/advantages/advantage1.jpg');
}
#advantage1 .advantage-photo.webp{
    background-image: url('../images/advantages/advantage1.webp');
}
#advantage2 .advantage-photo, #advantage2 .advantage-photo.img{
    background-image: url('../images/advantages/advantage2.jpg');
}
#advantage2 .advantage-photo.webp{
    background-image: url('../images/advantages/advantage2.webp');
}
#advantage4 .advantage-photo, #advantage4 .advantage-photo.img{
    background-image: url('../images/advantages/advantage4.jpg');
}
#advantage4 .advantage-photo.webp{
    background-image: url('../images/advantages/advantage4.webp');
}
#advantage5 .advantage-photo, #advantage5 .advantage-photo.img{
    background-image: url('../images/advantages/advantage5.jpg');
}
#advantage5 .advantage-photo.webp{
    background-image: url('../images/advantages/advantage5.webp');
}
.advantage__num{
    position: absolute;
    top: 20px;
    width: 70px;
    height: 70px;
    font-family: inherit;
    font-size: 40px;
    line-height: 80px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background: transparent url('../images/apple-num.svg') no-repeat center center;
}
.advantage:nth-child(2n+1) .advantage__num{
    left: -35px;    
}
.advantage:nth-child(2n) .advantage__num{
    right: -35px;    
}
.advantage-text{
    position: relative;
    max-width: 585px;
    min-height: 540px;
    text-align: left;
    z-index: 5;    
}
.advantage:nth-child(2n+1) .advantage-text{
    padding-right: 85px;    
}
.advantage:nth-child(2n) .advantage-text{
    padding-left: 85px;    
}
.advantage .button{
    margin: 0 auto;
}

.drobilka{
    position: relative;
    padding: 40px 0 80px;
}
.drobilka:before{
    content: '';
    display: none;
    position: absolute;
    left: 6%;
    bottom: 100px;
    width: 413px;
    height: 410px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    z-index: 5;
}
.drobilka:before, .drobilka.img:before{
    background-image: url('../images/apple-video-bg.png');    
}
.drobilka.webp:before{
    background-image: url('../images/apple-video-bg.webp');    
}
.drobilka .content-container{
    position: relative;
    z-index: 10;
}
.drobilka-video{
    position: relative;
    width: 50%;
}
.drobilka-video.ushm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.drobilka-video.ushm img{
    height: auto;
}
.drobilka-video .text {
    margin: 40px 0 0;
}
.drobilka-video .sticker-img{
    position: absolute;
    left: -100px;
    top: -60px;
    width: 150px;
    height: 150px;
    z-index: 10;
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);    
}
.drobilka-video.ushm .sticker-img{
    top: 50px;
    left: 50px;
}
.sticker-img img{
    position: relative;
    height: auto;
    z-index: 10;
}
.sticker-img p{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    font-family: inherit;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #f7d800;
    text-align: center;
    margin-top: -15px;
    z-index: 15;
}
.drobilka-video .video-block-container{
    z-index: 5;
}
.drobilka-info{
    width: 50%;
    padding: 0 0 0 40px;
}

.komplekt{
    position: relative;
    padding: 40px 0;
    margin: 80px 0 0;
}
.komplekt-info{
    width: 54%;
    background: #ffffff;    
    padding: 20px 20px 0;
}
.komplekt-info .text th{
    width: 35%;
}
.komplekt-info .text td{
    width: 65%;
}
.komplekt-photo{
    width: 46%;
    padding: 0 0 0 20px;
}
.komplekt__photo img{
    position: relative;
    height: auto;
    margin: 0 auto;
}

.compare{
    position: relative;
}
.compare-column{
    position: relative;
    width: 48%;
}
.compare-column:before{
    content: '';
    position: absolute;
    top: 10px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;    
}
.compare-column-minus:before{
    right: 10px;
    background-image: url('../images/icon-minus.svg');
}
.compare-column-plus:before{
    left: 10px;
    background-image: url('../images/icon-plus.svg');
}
.compare__photo{
    position: relative;
    margin: 0 0 20px;
    background: #e2e6de;
    z-index: 5;
}
.compare__photo img{
    height: auto;
    margin: 0 auto;
}
.compare-video {
    max-width: 100%;
}
.compare-video video {
    max-width: 100%;
}
#compare .minus-title, #compare .plus-title {
    position: relative;
    padding-left: 45px;
}
#compare .minus-title:before, #compare .plus-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
#compare .minus-title:before {
    background-image: url(../images/icon-minus.svg);
}
#compare .plus-title:before {
    background-image: url(../images/icon-plus.svg);
}

.production{
    position: relative;
    color: #ffffff;
    background-color: #030202;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.production, .production.img{
    background-image: url('../images/production_bg.jpg');
}
.production.webp{
    background-image: url('../images/production_bg.webp');
}
.production .columns{
    -webkit-align-items: flex-start;  
    align-items: flex-start;
    padding: 0 0 80px;
}
.production-column{
    width: 60%;
}
.production .text{
    margin-top: 40px;
}
.production p.block-title{
    margin-bottom: 20px;
}
.production ul {
    margin-bottom: 40px;
}
.production .columns .columns{
    padding: 0;
}
.production .img-container{
    margin-right: 80px;
}
.production .img-container img{
    height: auto;
}

.dops{
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 60px;
}
.dop{
    background: #ffffff;
    border: 2px solid #e2e6de;
    margin: 0 0 40px;    
}
.dop:nth-child(2n){
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.dop__photo{
    position: relative;
    display: -webkit-flex;
    display: flex;      
    width: 40%;
    padding: 20px;
    margin: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;    
}
.dop__photo .sticker-img{
    position: absolute;
    left: 10px;
    top: 10px;    
    width: 150px;
    height: 150px;    
    z-index: 10;
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);    
}
.dop__photo img{
    height: auto;
}
.dop__img{
    position: relative;
    z-index: 5;
}
.dop__img.hidden{
    display: none;
}
.dop__photo .video-block-container{
    z-index: 5;
}
.dop__photo .video-block-container.hidden{
    display: none;
}
.dop__video-button{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}
.dop__video-button.hidden{
    display: none;
}
.dop__video-button:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -35px;
    margin-top: -35px;
}
.dop__video-button:before, .dop__video-button.img:before{
    background-image: url('../images/feedback-page/play-btn.png');
}
.dop__video-button.webp:before{
    background-image: url('../images/feedback-page/play-btn.webp');
}
.dop__video-button:hover:before{
    background-position: center bottom;
}
.dop:nth-child(2n) .sticker{
    left: auto;
    right: 10px;
}
.dop-info{
    width: 60%;
    padding: 20px;
    margin: 0;
}
.dop-buttons{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;    
}
.dop-buttons .button-green{
    line-height: 23px;
    padding: 7px 15px;    
    margin-left: 10px;
}

.delivery-info{
    position: relative;
}
.delivery-info-text{
    width: 60%;
    padding: 0 40px 0 0;    
}
.text li.delivery-info-list__item{
    width: 23%;
    padding: 0;
    margin: 0 2% 10px 0;
}
.delivery-info-list__item img{
    width: 100%;
    max-width: 150px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
.delivery-info-photos{
    width: 40%;
}
.delivery-info__photo{
    margin: 0 0 10px;
}
.delivery-info__photo img{
    height: auto;
    margin: 0 auto;
}

.feedback{
    position: relative;
    padding: 0 0 40px;
}
.screen-slider {
    padding: 0 60px;
    margin: 0 0 80px;
}
.screen-slider .img-container {
    padding: 0 10px;
}
.screen-slider .img-container img {
    min-height: 340px;
    height: auto;
    margin: 0 auto;
}
.screen-slider .slick-prev:hover{
    margin-right: auto;
    margin-left: 5px;
}
.feedback-item{
    position: relative;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: inherit;
    margin: 0 0 40px;
    background: #ffffff;  
}
.feedback-client{
    position: relative;
    padding: 30px;
    background-color: transparent;
    background-image: url('../images/icon-quote.svg');
    background-repeat: no-repeat;
    background-position: right 20px top;    
}
.feedback-client:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #9ede73; /* Old browsers */    
    background: -moz-linear-gradient(left,  rgba(158,222,115,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ede73', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.feedback-client__photo{
    position: relative;
    margin: 0; 
}
.feedback-client__photo img{
    position: relative;
    max-width: 150px;
    max-height: 150px;
    height: auto;
    z-index: 5;
}
.feedback-client-headline{
    -webkit-flex: auto;
    flex: auto;
    padding: 0 0 0 20px;
}
.feedback-client__name{
    font-weight: 300;
    margin: 0 0 10px;    
}
.feedback__title{
    font-size: 35px;
    line-height: 37px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 20px;
}
.stars{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;    
}
.stars__item{
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    background-color: transparent;
    background-image: url('../images/icon-star.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.stars__item-half{
    background-image: url('../images/icon-star-half.svg');
}
.stars__item-empty{
    background-image: url('../images/icon-star-empty.svg');
}
.stars__item:last-child{
    margin: 0;
}
.feedback-body{
    padding: 30px;
}
.feedback-photos{
    height: 250px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 40px 0 0;
}
.feedback__photo{
    margin: 0 20px 0 0;
}
.feedback__photo:last-child{
    margin: 0;
}
.feedback .feedback-slider{
    padding: 40px 0 30px;
    margin: 0 0 40px;
}
.feedback-slider .slick-prev, .feedback-slider .slick-next{
    top: auto;
    bottom: 0;
}
.feedback-slider .slick-prev{
    left: auto;
    right: 70px;
}
.feedback-slider .slick-dots{
    right: 0;
    top: 0;
    bottom: auto;
    text-align: left;
}
.feedback-slider .slick-dots li{
    width: 40px;
    height: 40px;
}
.feedback-slider .slick-dots li:hover, .feedback-slider .slick-dots li.slick-active{
    top: -5px;    
}
.feedback-slider .slick-dots li button{
    width: 40px;
    height: 30px;
    font-family: inherit;
    font-size: 21px;
    line-height: 20px;
    color: #ffffff;
    background: #E48900;
    margin-top: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4) inset;    
    opacity: 1;
}
.feedback-slider .slick-dots li button:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: -10px;
    background: transparent;
}
.feedback-slider .slick-dots li button:hover:after{ 
    top: 0;
    background: #E48900;
    border-width: 0 1px;    
    border-style: none solid;
    border-color: transparent #c27400;
}
.feedback-slider .slick-dots li button:hover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -5px;
    background: #E48900;  
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4) inset;      
}
.feedback-slider .slick-dots li.slick-active button{
    height: 40px;
    line-height: 30px;
    margin-top: 0;  
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;      
}
.feedback-slider .slick-dots li.slick-active button:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -20px;
    background: #E48900; 
}
.feedback-slider .slick-dots li.slick-active button:after{
    top: -10px;
    background: #E48900;    
    border-color: transparent #E48900; 
}
.feedback-slider .slick-dots li.slick-active button:hover:before{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;     
}

.real-photos{
    position: relative;
}
.gallery-item-container{
    width: 25%;
    padding: 0 0.5px 1px;
}
.gallery__item{
    position: relative;
    display: block;
    max-width: 475px;
    margin: 0 auto;
}
.gallery__item-hover{
    position: relative;
    display: none;
    left: 0;
    bottom: 0;    
    width: 100%;    
    height: 100%;    
    background-color: #9EDE73;
    background-image: url('../images/icon-zoom.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.gallery__item img{
    height: auto;
}

#action {
    position: relative;
    z-index: 20;
    padding-bottom: 60px;
}
#action .subtitle {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0 35px;
    text-transform: uppercase;
}
#action:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 40%;
    top: 0;
    right: 0;
    background-image: url(../images/action-apple-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    z-index: 100;
}
#action.img:before {
    background-image: url(../images/action-apple-bg.png);
}
#action.webp:before {
    background-image: url(../images/action-apple-bg.webp);
}
#action .column-content {
    width: 63%;
    padding-right: 40px;
    position: relative;
    z-index: 100; 
}
#action .column-form {
    width: 35%;
}
#action .img-container {
    width: auto;
    position: relative;
    z-index: 10;
}
#action .img-container img {
    height: auto;
    max-height: 680px;
    margin: 0 auto;
}
#action .img-container.hidden{
    display: none;
}
#action .action-dops.columns{
    -webkit-justify-content: center;
    justify-content: center;    
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;    
}
#action .action-dops .img-container{
    width: 31.33%;
    max-width: 138px;
    margin: 0 1% 10px;
    background: #9EDE73;
    padding: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#action .action-dops .img-container.hidden{
    display: none;
}
#action .action-dops .img-container img{
    width: auto;
    max-height: 88px;        
    margin: 0 auto;
}
#order-action {
    position: relative;
    z-index: 80;
}
#order-action .order-form {
    max-width: none;
    width: 100%;
}
#order-action .form-container {
    max-width: 540px;
    padding: 25px 45px;
    margin: 0 auto;
}
#order-action .form-title__price {
    color: #BE0000;
}
#order-action .form-title__price-old {
    font-weight: 300;
    color: #666555;
    text-decoration: line-through;
    padding-left: 15px;
    font-size: 18px;
}
.order-form-checkbox.hidden {
    display: none;
}

.faq{
    position: relative;
}
.faq-list{
    display: inline-block;
    width: 100%;
    margin: 0 0 60px;    
}
.faq-item{
    position: relative;
    font-family: inherit;
    color: inherit;
    margin: 0 0 20px;
    text-align: left;
    cursor: pointer;
    z-index: 5;    
}
.faq__question{
    position: relative;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 15px 15px 70px;
    text-transform: uppercase;
    background: #9ede73; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(158,222,115,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ede73', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */       
}
.faq__question:hover, .faq-item.opened .faq__question{
    text-shadow: 1px 0 0 #000;    
}
.faq__question:before{
    content: "";    
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #9EDE73;  
    -webkit-transition: 0.3s;
    transition: 0.3s; 
    z-index: 5;    
}
.faq__question:hover:before, .faq-item.opened .faq__question:before{
    width: 100%;
}
.faq__question span{
    position: relative;
    z-index: 10;
}
.faq-item .faq__question:after{
    content: "";    
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;    
    background-color: transparent;
    background-image: url('../images/icon-question.svg');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 15;    
}
.faq-item.opened .faq__question:after{
    background-image: url('../images/icon-answer.svg');
}
.faq__answer{
    display: none;
    background: #ffffff;
    border-width: 0 2px 2px;
    border-style: none solid solid;
    border-color: transparent #9EDE73 #9EDE73;
    padding: 20px;    
}

.make-order{
    position: relative;
    padding: 0 0 40px;
}
.make-order-columns{
    margin: 0;
}
.make-order-step{
    position: relative;
    width: 31.33%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 20px 20px 60px;
    margin: 0 0 20px;
    text-align: center;    
}
.make-order-step__num{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 44px;
    line-height: 46px;    
    font-weight: 600;
    color: #ffffff;
    z-index: 10;
}
.make-order-step__text{
    margin: 0 0 10px;
}

.consultation{
    position: relative;    
    padding: 80px 0;    
}
.consultation-block{
    border: 2px solid #e2e6de;
}
.consultation-info{
    width: 68.67%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: inherit;
    text-align: left;    
    padding: 40px;
}
.consultation-info__title{
    display: inline-block;  
    width: 100%;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.consultation-info__text{
    margin: 0 0 20px;
}
.form-container-consultation{
    width: 31.33%;    
}

#fixed-button{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    z-index: -100;
}
#fixed-button.show{
    visibility: visible;
    z-index: 100;
}
#fixed-button .button{
    padding: 10px 15px;
}

/* Картинки допов на форме при выборе чекбоксов */
.form-popup__photo {
    position: relative;
    height: 360px;
    margin: 0 0 60px;
}
.form-popup__photo img{
    height: auto;
    margin: 0 auto;
}
.form-popup-dops.columns{
    -webkit-justify-content: center;
    justify-content: center;   
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.form-popup-dops .item{
    display: none;
    width: 80.5px;
    height: 80px;
    margin: 0 2px;
    background-color: transparent;
    background-repeat: no-repeat;
}
.form-popup-dops .item.active{
    display: block;
}
.form-popup-dops .item, .form-popup-dops .item.img{
    background-image: url(../images/order/dops-sprite.png);
}
.form-popup-dops .item.webp{
    background-image: url(../images/order/dops-sprite.webp);
}
.form-popup-dops .item-kozhuh6{
    background-position: bottom 0 left 0;
}
.form-popup-dops .item-meshok6{
    background-position: bottom 0 left -80px;
}
.form-popup-dops .item-podstavka{
    background-position: bottom 0 left -160px;
}
.form-popup-dops .item-nabor_meshok6{
    background-position: bottom 0 left -240px;
}
.form-popup-dops .item-nasadka {
    background-position: bottom 0 left -400px;
}
.form-popup-dops .item-korzina{
    background-position: bottom 0 left -640px;
}
.form-popup-dops .item-drobilka_ushm{
    background-position: bottom 0 left -720px;
}

/* Перелинковка */
.other-products{
    position: relative;
}
.other-products-columns{
    padding: 60px 0;            
}
.other-products__photo{
    position: relative;
    width: 30%;
    padding: 0 40px 0 0;
    z-index: 5;
}
.other-products__photo img{
    height: auto;
}
.other-products-info{
    position: relative;
    width: 70%;
    background: #ffffff; 
    border: 4px solid #9EDE73;
}  
.other-products-info:before{
    content: '';
    position: absolute;
    left: -37px;
    top: 10px;
    width: 70px;
    height: 70px;
    background: #9EDE73;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);    
    z-index: 10;
}         
.other-products-info-inner{
    position: relative;
    padding: 0 40px;            
    background: #ffffff;             
    z-index: 15;            
}

.compare-shop{
    position: relative;
}
.compare-shop-column{
    position: relative;
    width: 50%;
    margin: 0 0 40px;
    background-color: transparent;
    background-repeat: no-repeat;
}
.compare-shop-negative{
    padding: 0 20% 0 0;
    background-position: right bottom;    
}
.compare-shop-negative, .compare-shop-negative.img{
    background-image: url('../images/compare-shop.png');    
}
.compare-shop-negative.webp{
    background-image: url('../images/compare-shop.webp');    
}
.compare-shop-positive{
    padding: 0 0 0 20%;
    background-position: left bottom;
}
.compare-shop-positive, .compare-shop-positive.img{
    background-image: url('../images/compare-natural.png');    
}
.compare-shop-positive.webp{
    background-image: url('../images/compare-natural.webp');    
}
.compare-shop-column .text{
    position: relative;
    z-index: 10;
}
.compare-shop__item{
    position: relative;
    padding: 24px 0 0;
    margin: 0 0 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20px auto;
}
.compare-shop-negative .compare-shop__item{
    background-image: url('../images/icon-minus.svg');
}
.compare-shop-positive .compare-shop__item{
    background-image: url('../images/icon-plus.svg');
}
.compare-shop__item span{
    position: relative;
    display: block;
    margin: 0 0 5px;
}
.compare-shop__summary{
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 80px;    
}

@media (max-width: 1600px) and (min-width: 1280px) {
    .drobilka:before{
        bottom: 20px;
        width: 300px;
        height: 298px;        
    }
    .drobilka-video .sticker-img{
        left: -50px;
    }      
}

@media (max-width: 1279px){
    .advantage, .advantage:nth-child(2n+1){
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0 0 80px;
    }    
    .advantage-photo, .advantage-text{
        width: 100%;
    }
    .advantage-photo{
        padding: 0 0 56%;
    }
    .advantage-video{
        background-color: #ffffff;
        max-height: auto;
        padding: 0;
        overflow: hidden;
    }  
    .advantage-text{
        max-width: 100%;
        min-height: 0;
    }
    .advantage:nth-child(2n) .advantage-text, .advantage:nth-child(2n+1) .advantage-text{
        padding: 0;
    }
    .advantage:nth-child(2n) .advantage__num, .advantage:nth-child(2n+1) .advantage__num{
        left: 20px;
        right: auto;
    }
    
    #action .content-container {
        text-align: center;
    }
    #order-action .order-form-checkbox__legend {
        text-align: left;
    }       
    #action .action-dops.columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1279px) and (min-width: 980px) {
    .komplekt-info .text th{
        width: 40%;
    }
    .komplekt-info .text td{
        width: 60%;
    }
    .komplekt-info-columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    
    .drobilka:before{
        width: 300px;
        height: 298px;        
    }     
    .drobilka-video .sticker-img{
        left: -20px;
        top: -100px;        
    } 
    .drobilka-video.ushm .sticker-img{
        top: 85px;
        left: 25px;
    } 
    .fruits-press{
        background-size: 60% auto;
    }
    .result-slider-item{
        background-size: 65% auto;
    }
    .dop-buttons .button{
        width: 250px;
    }
    #action .title, #action .subtitle {
        max-width: 600px;
    }
    #action .action-dops .img-container{
        height: 128px;
    }
}

@media (max-width: 979px){
    .komplekt-columns{
        -webkit-flex-direction: column;
        flex-direction: column;        
    }
    .komplekt-info{
        width: 100%;
        margin: 0 0 40px;
    }
    .komplekt-photo{
        width: 100%;
    }
    
    .drobilka:before{
        display: none;
    }
    .drobilka-columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .drobilka-video{
        width: 100%;
    }
    .drobilka-info{
        width: 100%;
        padding: 40px 0 0;
    }
    .drobilka .prices{
        -webkit-justify-content: center;
        justify-content: center;        
    }
    .drobilka .button-container{
        text-align: center;
    }    
    
    .production-column{
        width: 100%;
    }
    .content-big-container-fruits:before{
        display: none;
    }
    .fruits-columns{
        -webkit-flex-direction: column;
        flex-direction: column;        
    }
    .fruits-press, .fruits-result{
        width: 100%;
    }
    .fruits-press{
        position: relative;
        min-height: 410px;
        padding: 0;
        background-position: center top;
        background-size: auto 290px;
    }
    .fruits-slider.slick-slider{
        position: absolute;
        left: 0;
        bottom: 0;
        float: none;
        width: 100%;
    }
    #fruits .fruits-slider-item{
        height: auto;
        padding: 0 0 30px;
        margin: 0 5px;
    }
    #fruits .fruits-slider-item.slick-current:before{
        right: 50%;
        top: auto;
        bottom: 20px;
        margin-right: -25px;
    }
    .fruits-result{
        background: #9EDE73;
        padding: 20px;        
    }
    .result-slider-item{
        padding: 20px 20px 60px;
    }
    .dop, .dop:nth-child(2n){
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;         
    }
    .dop:nth-child(2n) .sticker{
        left: 10px;
        right: auto;
    }
    .dop-info{
        width: 100%;
    }
    
    #action .img-container {
        margin: 0 0 20px;
    }
    #action .column-content {
        padding-right: 50px;
    }
    #action .title, #action .subtitle {
        max-width: 600px;
    } 
    
    /* Перелинковка */    
    .other-products-columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .other-products__photo, .other-products-info:before{
        display: none;
    }
    .other-products-info{
        width: 100%;
    }
    .other-products-info .text{
        background: transparent;
        background-repeat: no-repeat;        
        background-position: center top;
        background-size: auto 300px;
        padding: 320px 0 0;        
    }
    .other-products-info .text, .other-products-info .text.img{
        background-image: url('../images/other-products/affe_domkr.png');
    }
    .other-products-info .text.webp{
        background-image: url('../images/other-products/affe_domkr.webp');
    }  

    .compare-shop-negative, .compare-shop-positive{
        background-position: right bottom;
    }
    .compare-shop-column:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #e2e6de;
        opacity: 0.5;
        z-index: 5;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .top-features{
        padding: 20px 0;
    }
    .top-features-feature{
        padding: 10px 6px;
    }
    
    .drobilka{
        padding: 20px 0 80px;
    }    
    .drobilka-video .sticker-img{
        left: -20px;
        top: -80px;        
    }
    .drobilka-video.ushm .sticker-img{
        top: -30px;
    }    

    .dop__photo{
        width: 60%;
        margin: 0 auto;
    }
    .dop__photo .sticker-img{
        left: -100px;        
    }    
   
    #action .action-dops.columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #action .action-dops .img-container{
        width: 48%;
        max-height: 126px;
        padding: 10px;
    }    
    #action .action-dops .img-container img{
        max-height: 106px;
    }
    
    .consultation-info{
        width: 60%;
        padding: 25px;
    }
    .form-container-consultation{
        width: 40%;
    }
    
    .compare-shop-negative{
        padding: 0 20px 0 0;
    }
    .compare-shop-positive{
        padding: 0 0 0 20px;
    }

}

@media (max-width: 767px){
    .top-features{
        padding: 0;
    }
    .top-features-columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;          
    }
    .top-features-feature{
        width: 48%;
        padding: 10px 2px;
    }
    .icon-container__icon{
        width: auto;
        height: 40px;
    }
    .top-features__text{
        font-size: 14px;
        line-height: 16px;
    }
    
    .fruits{
        padding: 0 0 40px;
    }
    .content-container-fruits{
        padding: 0;
    }
    
    .advantage, .advantage:nth-child(2n+1){
        margin: 0 0 60px;
    }
    .mobile-hide{
        display: none;
    }
    .mobile-hide.visible{
        display: block;
    }
    
    .komplekt-info-columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }    
    
    .drobilka{
        padding: 0 0 40px;
    }
    .drobilka-video .sticker-img{
        left: 0;
        top: -40px;        
        width: 120px;
        height: 120px;
    }
    .drobilka-video.ushm .sticker-img{
        top: -30px;
        left: -10px;
    }
    .sticker-img p{
        font-size: 21px;
    }
    .drobilka-video .video-block-container{
        margin-top: 60px;
    }    

    .dops{
        margin: 0;
    }
    .dop__photo{
        width: 100%;
        margin: 0;
    }
    .dop .sticker-video{
        top: 0;
    }    
    .dop__photo .sticker-img{
        top: 0;
        width: 120px;
        height: 120px;        
    }
    .dop__photo .video-block-container{
        margin-top: 60px;
    }    
    .dop-buttons{
        -webkit-flex-direction: column;
        flex-direction: column;       
    }
    .dop-buttons .button-green{
        margin-left: 0;    
    }
    
    .delivery-info-columns{
        -webkit-flex-direction: column;
        flex-direction: column;           
    }
    .delivery-info-text, .delivery-info-photos{
        width: 100%;
    }
    .delivery-info-text{
        padding: 0;
    }
   
    .screen-slider{
        padding: 0 50px;
        margin: 0 0 60px;
    }    
    .feedback-client{
        -webkit-flex-direction: column;
        flex-direction: column;          
        background: none;
        padding: 30px 10px 20px;
    }
    .feedback-client__photo img{
        width: 80px;
        margin: 0 auto 10px;
    }
    .feedback-client-headline{
        padding: 0;
    }
    .feedback-client__name{
        text-align: center;
    }
    .feedback__title{
        font-size: 25px;
        line-height: 30px;
    }
    .feedback-body{
        padding: 20px 10px;
    }
    
    .real-photos{
        padding: 0 0 40px;
    }
    .real-photos .gallery{
        padding: 0 0 60px;  
        margin: 0;
    }
    .real-photos .gallery .slick-prev, .real-photos .gallery .slick-next{
        top: auto;
        bottom: 0;
    }    
    .real-photos .gallery .slick-prev:hover{
        margin-left: 5px;
    } 
    
    #action:before, #action.img:before, #action.webp:before{
        display: none;
    }
    #action .columns {
        -webkit-flex-direction: column;        
        flex-direction: column;
    }
    #action .column-content, #action .column-form {
        width: 100%;
        padding-right: 0;
    }
    #action .img-container {
        margin-bottom: 20px;
        margin-left: 40px;
    }
    #action .img-container img {
        max-height: 450px;
        margin: 0 auto;
    }
    #action .column-content{
        height: 250px;
        margin: 0 0 20px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 250px;        
    }
    #action .column-content, #action .column-content.img{
        background-image: url('../images/select-model-6.png');        
    }
    #action .column-content.webp{
        background-image: url('../images/select-model-6.webp');        
    }    
    #action .action-press, #action .action-dops{
        display: none;
    }
    
    .faq-list{
        margin: 0 0 40px;
    }
    .faq__question{
        line-height: 25px;
        text-transform: none;
    }
    .faq__answer{
        padding: 15px;
    }
    
    .make-order-columns{
        -webkit-flex-direction: column;
        flex-direction: column;         
    }
    .make-order-step{
        width: 100%;
    }
    
    .consultation{
        padding: 0 0 40px;
    }
    .consultation-columns{
        -webkit-flex-direction: column;
        flex-direction: column;         
    }
    .consultation-info{
        width: 100%;
        padding: 15px 15px 0;
    }
    .consultation-info__title{
        font-size: 26px;
        line-height: 30px;
    }
    .form-container-consultation{
        width: 100%;
    }
    
    /* Перелинковка */
    .other-products-info-inner{
        padding: 0 15px;
    }
    
    .compare-shop-columns{
        -webkit-flex-direction: column;
        flex-direction: column;        
    }
    .compare-shop-column{
        width: 100%;
        background-size: contain;
    }
    .compare-shop-negative, .compare-shop-positive{
        padding: 0;
    }    
    .compare-shop__summary{
        text-transform: none;
        margin: 0 0 40px;
    }
}

@media (max-width: 767px) and (min-width: 480px){
    #fruits .fruits-slider-item.slick-current:before{
        width: 30px;
        height: 30px;
        margin-right: -15px;
    }
    .result-slider-item{
        padding: 20px 20px 100px;
        background-size: auto 300px;
    }    

    .compare-columns{
        margin: 0 0 40px;
    }
    .compare .text{
        font-size: 16px;
        line-height: 18px;
    }
    .compare .text .text__title{
        font-size: 18px;
        line-height: 21px;        
    }
    .prices__label-komplekt{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .prices__label-komplekt .prices__label{
        width: 100%;
    }

    .real-photos .gallery, .real-photos .gallery img{
        min-height: 449px;
    }  
}

@media (max-width: 479px) {
    .fruits-result{
        padding: 5px;
    }
    .result-slider-item{
        padding: 20px 20px 250px;
        background-position: center bottom 50px;
        background-size: auto 250px;
    }    
    
    .advantage:nth-child(2n) .advantage__num, .advantage:nth-child(2n+1) .advantage__num{
        left: 10px;
        top: 10px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 58px;
        background-size: contain;
    }
    
    .komplekt-info{
        padding: 20px 12px 0;
    }
    .komplekt-info .text th, .komplekt-info .text td{
        width: 50%;
    }
    
    .compare-columns{
        -webkit-flex-direction: column;
        flex-direction: column;     
        margin: 0 0 60px;
    }
    .compare-column{
        width: 100%;
    }
    .compare-column-minus:before{
        left: 10px;
        right: auto;
    }
    .compare__photo{
        margin: 0 0 12px;
    }
    
    .dop .prices{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }       
    .dop .prices:nth-of-type(2n+1){
        background: #e2e6de;
    }
    .dop .prices__model{
        width: 100%;
    }
    .dop .button{
        width: 100%;
        max-width: 260px;
    }
    
    .text li.delivery-info-list__item{
        width: 48%;
    }

    .real-photos .gallery, .real-photos .gallery img{
        min-height: 290px;
    }
    
    #action .img-container img {
        max-height: 360px;
    }
    #order-action .form-container{
        padding-left: 7px;
        padding-right: 7px;
    }
    #order-action .custom-select .selectBox, #order-action .order-form__input{
        font-size: 19px;
    }
    #action .custom-select li{
        font-size: 19px;
    }
    #action .order-form__input{
        background-position: 5px center;
    }    
    #order-action .order-form__submit{
        font-size: 19px;
    }

    /* Перелинковка */
    .other-products-info .title{
        word-break: break-word;
    }
    .other-products-info .button {
        width: 100%;
        max-width: 260px;
    }
    .drobilka-video.ushm .dop__img{
        margin-top: 40px;
    }

}
