.top-features{
    position: relative;
}
.top-features ul{
    margin: 40px 0;
}
.top-features li{
    width: 23%;
    padding: 28px 8px;
    text-align: center;
}
.top-features li .fa{
    font-size: 60px;
    line-height: 60px;
    color: #31c488;
    margin: 0 0 8px;
}
.top-features li p{
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: inherit;
}
.top-features li p span{
    display: block;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    margin: 0 0 4px;
}

.video-overview-columns.summer{
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;    
}
.video-overview-column{
    width: 49%;
}
.video-overview-column .video{
    width: 100%;
}
p.video-overview-title{
    font-family: inherit;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    margin: 12px 0 0;
}

.advantages{
    position: relative;
    padding: 0 0 100px;
    counter-reset: advCounter;
}
.advantages-columns{
    -webkit-justify-content: normal;
    justify-content: normal;
}
.advantages-columns:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.advantages-columns > div {
    width: 50%;
    height: 540px;
}
.advantages .img-container{
    position: relative;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
}
.advantages #advantage1 .img-container, .advantages.img #advantage1 .img-container{
    background-image: url('../images/advantages/advantage1.jpg');
}
.advantages.webp #advantage1 .img-container{
    background-image: url('../images/advantages/advantage1.webp');
}
.advantages #advantage2 .img-container, .advantages.img #advantage2 .img-container{
    background-image: url('../images/advantages/advantage2.jpg');
}
.advantages.webp #advantage2 .img-container{
    background-image: url('../images/advantages/advantage2.webp');
}
.advantages #advantage3 .img-container, .advantages.img #advantage3 .img-container{
    background-image: url('../images/advantages/advantage3.jpg');
}
.advantages.webp #advantage3 .img-container{
    background-image: url('../images/advantages/advantage3.webp');
}
.advantages #advantage4 .img-container, .advantages.img #advantage4 .img-container{
    background-image: url('../images/advantages/advantage4.jpg');
}
.advantages.webp #advantage4 .img-container{
    background-image: url('../images/advantages/advantage4.webp');
}
.advantages #advantage5 .img-container, .advantages.img #advantage5 .img-container{
    background-image: url('../images/advantages/advantage5.jpg');
}
.advantages.webp #advantage5 .img-container{
    background-image: url('../images/advantages/advantage5.webp');
}
.advantages .num{
    position: absolute;
    top: 40px;
    width: 70px;
    height: 70px;
    background: -moz-linear-gradient(left, rgba(49, 196, 136, 0.5) 0%, rgba(49, 196, 136, 0.5) 1%, rgba(49, 196, 136, 0.5) 50%, rgba(0, 136, 81, 0.5) 50%, rgba(0, 136, 81, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(49, 196, 136, 0.5) 0%, rgba(49, 196, 136, 0.5) 1%, rgba(49, 196, 136, 0.5) 50%, rgba(0, 136, 81, 0.5) 50%, rgba(0, 136, 81, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(49, 196, 136, 0.5) 0%, rgba(49, 196, 136, 0.5) 1%, rgba(49, 196, 136, 0.5) 50%, rgba(0, 136, 81, 0.5) 50%, rgba(0, 136, 81, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8031c488', endColorstr='#80008851', GradientType=1);
    /* IE6-9 */
    z-index: 10;
}
.advantages .columns:nth-child(2n) .num {
    left: -35px;
}
.advantages .columns:nth-child(2n+1) .num {
    right: -35px;
}
.advantages .num:before{
	counter-increment: advCounter;
	content: counter(advCounter);    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;    
}
.advantages .text {
    position: relative;
    max-width: 585px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: inherit;
    text-align: left;
    z-index: 5;
}
.advantages .columns:nth-child(2n) .text {
    padding-right: 85px;
}
.advantages .columns:nth-child(2n+1) .text {
    padding-left: 85px;
}
/*сокращенная версия УТП на мобильных устройствах */
.short-mobile .mobile-short{
    display: none;
}
.short-mobile .mobile-hide.mob-visible{
    display: block;
}
.short-mobile .mob-hidden {
    display: none;
}
/* конец сокращенных УТП на мобильных устройствах */

.comparison p.title {
    margin-bottom: 60px;
}
.comparison .columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}
.comparison .column {
    width: 48%;
    margin: 0 0 40px;
}
.comparison p.model-name {
    font-family: inherit;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 2px solid #e5e5e5;
}
.comparison .img-container{
    margin: 0 0 20px;
}
.comparison .img-container img{
    height: auto;
    margin: 0 auto;
}
.comparison .column li {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: left;
    padding: 10px;
    margin: 0 0 10px;
    background-color: #e6e6e6;
    background-color: rgba(230, 230, 230, 0.9);
    background-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4ce6e6e6, endColorstr=#4ce6e6e6)";
}
.comparison .column li.plus {
    background-color: #31c488;
    background-color: rgba(49, 196, 136, 0.3);
    background-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c31c488, endColorstr=#4c31c488)";
}

.feedback{
    position: relative;
    padding: 0 0 80px;
}
.screen-slider{
    padding: 0 60px;
    margin: 40px 0;
}
.screen-slider .img-container.slick-slide{
    position: relative;
    height: auto;
    padding: 0 10px;
}
.screen-slider .img-container img{
    height: auto;
    margin: 0 auto;
}
.feedback-block{
    display: inline-block;
    width: 100%;
    padding: 0 0 40px;
    margin: 80px 0 20px;
    overflow: hidden;
}
.feedback-item.slick-slide{
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.feedback-item .client{
    float: left;
    width: 13%;
}
.feedback-item .client .img-container{
    margin: 0 0 15px;
}
.feedback-item .client .img-container img{
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.feedback-item .client p.client-info{
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
.feedback-item .feedback-body{
    float: left;
    width: 87%;
    padding: 0 0 0 80px;
}
.feedback-item .feedback-body .text{
    position: relative;
    background: #ffffff;
    padding: 30px;
}
.feedback-item .feedback-body .text:before{
    content: '';
    position: absolute;
    top: 40px;
}
.feedback-item .feedback-body .text:before{
    left: -40px;
    border: 20px solid transparent;
    border-top: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
}
.feedback-item p.feedback-title{
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    font-style: italic;
    padding: 0 0 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e5e5;
}
.feedback-block .slick-next{
    top: auto;
    bottom: 0;
}
.feedback-block .slick-prev{
    top: auto;
    bottom: 0;
    left: auto;
    right: 60px;
}
.feedback .button-container{
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
}
.feedback .button{
    width: 250px;
}

.production{
    position: relative;
    color: #ffffff;
    background-color: #030202;
    background-repeat: no-repeat;
    background-position: center left;
    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: 70%;
}
.production .title{
    text-align: left;
}
.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;
}

.delivery-info{
    position: relative;
}
.delivery-info .columns{
    padding: 0 0 60px;
}
.delivery-info .text{
    width: 60%;
    padding: 0 40px 0 0;
}
.delivery-info .text .img-container{
    margin: 0 0 40px;
}
.delivery-info .text .img-container img{
    height: auto;
    margin: 0;
}
.delivery-info .photo{
    width: 40%;
}
.delivery-info .photo .img-container{
    margin: 0 0 10px;
}
.delivery-info .photo .img-container img{
    height: auto;
    margin: 0 auto;
}

.dops{
    position: relative;
    padding: 0 0 60px;
}
.dop{
    background: #ffffff;
    padding: 30px;
    margin: 0 0 40px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
}
.dop:nth-child(2n){
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.dop .img-container{
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40%;
    padding: 20px;
    background: #f7f7f7;
    border: 2px solid #e5e5e5;
}
.dop .img-container.no-padding{
    padding: 0;
}
.dop .img-container.top{
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 0;
}
.dop .img-container img{
    width: 100%;
    height: auto;
}
.dop .img-container.img-container-with-slider {
    display: block;
}
.dop .text{
    width: 60%;
}
.dop:nth-child(2n+1) .text{
    padding: 0 0 0 40px;
}
.dop:nth-child(2n) .text{
    padding: 0 40px 0 0;
}
.dop .text .title-container{
    margin-top: 0;
}
.dop .text .big{
    font-weight: 600;
    text-transform: uppercase;
}
.dop .prices{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.dop .prices.hidden{
    display: none;
}
.dops p.model-price {
    margin-right: 20px;
}
.dops .prices p.old-price span{
    font-weight: 400;
}
.dops .button-container{
    margin: 20px 0 0;
}
.dop .button{
  width: 250px;
}

.real-photos{
    position: relative;
}
.real-photos .columns{
    padding: 0 0 100px;
}
.real-photos .fancybox-gallery{
    position: relative;
    width: 100%;
}
.real-photos .gallery div:not(.item_zoom){
    display: -webkit-flex;
    display: flex;
    width: 33.33%;
    padding: 0 0 1px 1px;
}
.real-photos .fancybox-gallery img{
    height: auto;
    margin: 0 auto;
}

.make-order{
    position: relative;
}
.make-order ul{
    margin: 0 0 60px;
}
.make-order li{
    position: relative;
    width: 31.33%;
    padding: 10px 20px 60px;
    text-align: center;
    background-color: #e9e9e9;
}
.make-order li:before{
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-family: fontawesome !important;
    font-size: 40px;
    line-height: 42px;
    color: #999999;
}
.make-order li.step1:before, .make-order li.step2:before{
    content: "\f0a4";
}
.make-order li.step3:before{
    content: "\f087";
}
.make-order li .fa{
    font-size: 60px;
    line-height: 60px;
    color: #31c488;
    margin: 0 0 10px;
}
.make-order li p{
    font-family: inherit;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    color: inherit;
    margin: 0 0 5px;
}
.make-order li p.num{
    font-size: 40px;
    line-height: 42px;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.consultation {
    position: relative;
}
.consultation .form-container {
    display: inline-block;
    width: 100%;
    margin: 60px 0;
}
.consultation p.title {
    margin: 5px 0 30px;
}
.consultation .form-body p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
    margin: 0 0 10px;
}
.consultation a.phone {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.consultation form {
    margin-top: 30px;
}
.consultation form label {
    margin: 0 10px;
}
.consultation .button {
    max-width: 300px;
    margin-top: 10px;
}

@media (max-width: 1279px){
    .advantages{
        padding: 0;
    }
    .advantages-columns:nth-child(2n+1), .advantages-columns:nth-child(2n){
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0 0 80px;
    }
    .advantages-columns > div{
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
    }
    .advantages .text{
        min-height: auto;
    }
    .advantages .img-container{
        min-height: 0;
        padding: 0 0 55%;
    }
    .advantages .img-container.advantage-video{
        padding: 0;
    }
    .advantages .columns:nth-child(2n+1) .num, .advantages .columns:nth-child(2n) .num{
        left: 0;
        right: auto;
        top: 0;
    }
    .advantages .columns:nth-child(2n+1) .text, .advantages .columns:nth-child(2n) .text{
        padding: 0;
    }
    .advantages .text{
        max-width: 100%;
        min-height: 0;
    }  

    .dops .prices{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dops .prices p.model-price{
        width: 100%;
    }
    .dops .prices p.old-price{
        margin-left: 0 !important;
    }    
}

@media (max-width: 1279px) and (min-width: 980px){
    #dops .dop .button{
        width: 220px;
    }    
}

@media (max-width: 979px){
    .dop:nth-child(2n+1), .dop:nth-child(2n){
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .dop .img-container, .dop .text{
        width: 100%;
    }
    .dop .img-container{
        max-width: 100%;
        margin: 0 0 20px;
    }
    .dop .img-container img{
        width: 100%;
    }
    .dop:nth-child(2n+1) .text, .dop:nth-child(2n) .text{
        padding: 0;
    }    
    
    .production .column{
        width: 100%;
    }
}

@media (max-width: 979px) and (min-width: 768px){
    .top-features li{
        padding: 16px 8px;
    }

    .feedback-item .client{
        width: 20%;
    }
    .feedback-item .feedback-body{
        width: 80%;
        padding: 0 0 0 50px;
    }

}


@media (max-width: 767px){
    .top-features ul{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px 0 0;
    }
    .top-features li .fa{
        font-size: 40px;
        line-height: 40px;
    }
    
    .video-overview-columns{
        -webkit-flex-direction: column;
        flex-direction: column;    
    }
    .video-overview-columns.summer{
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;    
    }
    .video-overview-column{
        width: 100%;
        margin: 0 auto 40px;
    }
    #video-overview .button-container{
        margin-top: 0;
    }
    
    .advantages{
        padding: 0;
    }
    .advantages-columns:nth-child(2n+1), .advantages-columns:nth-child(2n){
        margin: 0 0 40px;
    }
    /*сокращенная версия УТП на мобильных устройствах */
    .short-mobile .mobile-hide{
        display: none;
    }
    .short-mobile .mobile-short{
        display: block;
    }
    .short-mobile button.mobile-short{
        margin: 30px auto 20px;
        padding: 10px 25px;
    }
    .short-mobile .text p.block-title, .short-mobile .text p.block-subtitle{
        text-align: center;
    }
    .short-mobile .text .title-container{
        border-bottom: 0;
    }
    /* конец сокращенных УТП на мобильных устройствах */
    
    .comparison p.title{
        margin-bottom: 40px;
    }
    .comparison p.model-name{
        font-size: 19px;
        line-height: 21px;
        text-transform: none;        
    }
    .comparison .column li{
        padding: 4px;
    }
    
    .feedback-block{
        margin: 40px 0;
    }
    .feedback-item .feedback-body{
        padding: 0;
    }
    .feedback-item .client{
        position: absolute;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        float: none;
        left: 0;
        top: 10px;
        width: 100%;
        padding: 0 10px;
        z-index: 10;
    }
    .feedback-item .feedback-body{
        position: relative;
        float: none;
        width: 100%;
        z-index: 5;
    }
    .feedback-item .feedback-body .text{
        padding: 30px 10px;
    }
    .feedback-item .feedback-body .text:before{
        display: none;
    } 
    
    .production, .production.img, .production.webp{
        background-image: none;
    }   
    
    .delivery-info .columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .delivery-info .text, .delivery-info .photo{
        width: 100%;
    }
    .delivery-info .text{
        padding: 0;
        margin: 0 0 40px;
    }  
    
    .dops{
        padding: 0 0 20px;
    }
    .dops .button-container{
        -webkit-flex-direction: column;
        flex-direction: column;
    }    
    
    .real-photos .columns{
        padding: 0 0 40px;
    }    
    
    .make-order ul{
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0 0 40px;
    }
    .make-order li{
        width: 100%;
        max-width: 350px;
        margin: 0 auto 20px;
    }
    .make-order li.step1:before, .make-order li.step2:before{
        content: "\f0a7";
    }  
    
    .consultation .form-container {
        margin: 40px 0;
    }
    .consultation form label {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }    
}

@media (max-width: 767px) and (min-width: 480px){
    .top-features li {
        width: 48%;
        padding: 16px;
        margin-bottom: 20px;
    }

    .feedback-item .client .img-container{
        width: 80px;
    }
    .feedback-item .client p.client-info{
        padding: 0 0 0 10px;
        text-align: left;
    }
    .feedback-item .feedback-body .text{
        padding-top: 50px;
    }
    .feedback-item p.feedback-title{
        font-size: 25px;
        line-height: 30px;
        padding: 0 0 20px 90px;
        text-transform: none;
    }   
    
    .dops .prices{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }    
}

@media (max-width: 479px){
    .top-features li {
        width: 48%;
        padding: 8px;
        margin-bottom: 20px;
    }
    .top-features li p {
        font-size: 14px;
        line-height: 16px;
    }
    .top-features li p span {
        font-size: 17px;
        line-height: 19px;
    }
    
    .advantages p.title{
        margin-top: 0;
    }
    
    .feedback-item .client{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .feedback-item .client .img-container{
        width: 100%;
        margin: 0 0 5px;
    }
    .feedback-item .client .img-container img{
        display: block;
        width: 80px;
        margin: 0 auto;
    }
    .feedback-item .client p.client-info{
        height: 36px;
        overflow: hidden;
    }
    .feedback-item p.feedback-title{
        font-size: 21px;
        line-height: 24px;
        padding: 110px 10px 20px;
        text-transform: none;
    } 
    
    .dop{
        padding: 20px 10px;
    }
    .dops .prices {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }    
    
    .production{
        padding: 40px 0;
    }
    .production .columns{
        padding: 0
    }
    .production .title{
        margin: 0;
    }    
}