.content{
    position: relative;
}

.top-features{
    position: relative;
}
.top-features ul{
    margin: 40px 0;
}
.top-features li{
    width: 23%;
    padding: 28px 8px;
    text-align: center;
    background-color: #e9e9e9;
}
.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;
}

#result-economy{
    position: relative;
}
#result-economy .columns {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;    
    justify-content: space-between;       
    margin: 0 0 60px;
}
#result-economy .columns .item-container{
    width: 49%;    
    margin: 0 0 20px;
}
#result-economy .columns .item{
    max-width: 574px;
    max-height: 263px;
    padding: 0;
    overflow: hidden;
    border: none;
    margin: 0 auto;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;    
}
#result-economy .columns .item-name{
    display: none;
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 0 15px;    
}
#result-economy .columns .img-container{
    width: 60%;
    max-height: 100%;
    border: none; 
    margin: 0;
    overflow: hidden;
}
#result-economy .columns .img-container img{
    height: auto;
}
#result-economy .columns .item-loft img{
    margin-top: 0;
}
#result-economy .item-prices{
    width: 40%;
    padding: 20px;
}
#result-economy .columns .item-prices p{
    margin: 0 0 5px;
}
#result-economy .columns .item-prices p.ready, #result-economy .columns .item-prices p.self{
    padding: 0;
}
#result-economy .columns .item-prices p.economy{
    font-weight: 600;
    margin: 15px 0 0;    
    text-transform: uppercase;
    text-align: left;    
}
#result-economy .columns .item-prices p.economy .economy-inner{
    display: inline-block;
    width: 100%;
    padding: 0;
}
#result-economy .columns .item-prices p.item-name{
    display: block;
    text-align: left;
    padding: 0 0 10px;
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 20px;    
}
#result-economy .columns .item-prices p span{
    font-weight: 600;
}

.advantages{
    position: relative;
    padding: 0 0 100px;
}
.advantages-columns{
    -webkit-justify-content: normal;
    justify-content: normal;
}
.advantages-columns:nth-child(2n+1) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.advantages-columns > div {
    width: 50%;
    height: 500px;
}
.advantages .img-container{
    position: relative;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
    min-height: 580px;
}
.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.press.webp #advantage5 .img-container{
    background-image: url('../images/advantages/advantage5.webp');
}
#advantages .advantage-video{
    max-height: 670px;
}
#advantages .advantage-video .video{
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
#advantages .advantage-video video {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.advantages .num {
    position: absolute;
    top: 40px;
    width: 70px;
    height: 70px;
    font-family: inherit;
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    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+1) .num {
    left: -35px;
}
.advantages .columns:nth-child(2n) .num {
    right: -35px;
}
.advantages .text {
    position: relative;
    max-width: 585px;
    min-height: 580px;
    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+1) .text {
    padding-right: 85px;
}
.advantages .columns:nth-child(2n) .text {
    padding-left: 85px;
}
/*сокращенная версия УТП на мобильных устройствах */
.short-mobile .mobile-short{
    display: none;
}
.short-mobile .mobile-hide.mob-visible{
    display: block;
}
.short-mobile .mob-hidden {
    display: none;
}
/* конец сокращенных УТП на мобильных устройствах */


#tubes {
    position: relative;
}
#tubes #tubes-table {
    display: inline-block;
    width: 100%;
    border-width: 1px 0 0 1px;
    border-style: solid none none solid;
    border-color: #e5e5e5 transparent transparent #e5e5e5;
    margin: 0 0 100px;
}
#tubes .tubes-header {
    margin: 55px 0 0;
}
#tubes .columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#tubes .columns div {
    position: relative;
    background: #ffffff;
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: none solid solid none;
    border-color: transparent #e5e5e5 #e5e5e5 transparent;
}
#tubes div.tube-schema {
    width: 15%;
}
#tubes div.tube-type {
    width: 30%;
}
#tubes div.tube-sizes {
    width: 30%;
}
#tubes div.tube-gost {
    width: 25%;
}
#tubes div:before {
    display: none;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}
#tubes div.tube-type:before {
    content: "Тип профиля:";
}
#tubes div.tube-sizes:before {
    content: "Размеры, мм:";
}
#tubes div.tube-gost:before {
    content: "ГОСТ:";
}
#tubes .tubes-header div {
    background: #f7f7f7;
    border-width: 1px 1px 0 0;
    border-style: solid solid none none;
    border-color: #e5e5e5 #e5e5e5 transparent transparent;
}
#tubes .tubes-header div:first-child {
    border-left: 1px solid #e5e5e5;
}
#tubes .columns p, #tubes .columns li {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: left;
}
#tubes .tubes-header p {
    font-weight: 600;
}
#tubes .columns li {
    margin: 0 0 5px;
}
#tubes .columns a {
    text-decoration: underline;
}
#tubes .columns a:hover {
    text-decoration: none;
}
#tubes div.tube-schema span {
    display: block;
    margin: 5px auto 0;
    border: 4px solid #000000;
}
#tubes div.tube-schema span#schema-rectangle {
    width: 60px;
    height: 30px;
}
#tubes div.tube-schema span#schema-shveller {
    width: 50px;
    height: 20px;
    border-top: none;
}
#tubes div.tube-schema span#schema-square {
    width: 30px;
    height: 30px;
}
#tubes div.tube-schema span#schema-prutok {
    width: 15px;
    height: 15px;
    background: #000000;
}
#tubes div.tube-schema span#schema-polosa {
    width: 60px;
    height: 10px;
    background: #000000;
}
#tubes div.tube-schema span#schema-round {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid #000000;
}

.feedback{
    position: relative;
    padding: 0 0 80px;
}
#screen-slider{
    margin-top: 40px;
}
#screen-slider img{
    padding: 0 4px;
    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;
}

.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 .img-list{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.delivery-info .img-list li{
    width: 23%;
    padding: 0;
    margin: 0 2% 10px 0;
    background: #ffffff;
    border: 2px solid #e5e5e5;
}
.delivery-info .img-list li img{
    width: 100%;
    max-width: 150px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
.delivery-info .img-list li:before{
    display: none;
}
.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-right{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.dop .img-container img{
    height: auto;
}
.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;
    }  
    
    .delivery-info .img-list li{
        width: 48%;
    } 
    
    .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){
    #result-economy .columns{
        max-width: none;
        margin: 0 auto;
    }
    #result-economy .columns .item-container{
        width: 49%;
    }
    #result-economy .columns .img-container img{
        max-width: none;
        height: 100%;
        margin-left: -15%;
    }
}

@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;
    }
    
    #result-economy .columns{
        max-width: none;
        margin: 0 auto;        
    }    
    #result-economy .columns .item-container{
        width: 100%;
        margin: 0 auto 20px;
    }    
    
    .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;
    }

    #result-economy .columns .item{
        display: block;
        width: 96%;
        max-width: 292px;
        max-height: none;        
        margin: 5px auto;
    }    
    #result-economy .columns .item-name{
        display: block;
        text-align: center;
        padding: 25px 10px 0;
        border-bottom: none;
        margin: 0 0 15px;
    }
    #result-economy .columns .img-container{
        width: 100%;
        border-width: 2px 0;
        border-style: solid none;
        border-color: #e5e5e5;        
        margin: 0 0 15px;
    }
    #result-economy .item-prices{
        width: 100%;
        padding: 0 0 25px;
    }
    #result-economy .columns .item-prices p.item-name {
        display: none;
    }
    #result-economy .columns .item-prices p.ready, #result-economy .columns .item-prices p.self {
        padding: 0 10px;
    }
    #result-economy .columns .item-prices p.economy {
        color: #2c2c2c;
        font-weight: 600;
        margin: 15px 0 0;
        text-transform: uppercase;
        text-align: center;
        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)";
    }    
    #result-economy .columns .item-prices p.economy .economy-inner{
        padding: 5px 10px
    }
    #result-economy .columns .item-prices p:not(.economy) span{
        font-weight: 400;
    }
    
    .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;
    }
    /* конец сокращенных УТП на мобильных устройствах */   
    
    #tubes #tubes-table {
        margin: 40px 0;
    }
    #tubes .tubes-header {
        display: none;
    }
    #tubes .columns {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #tubes div.tube-schema,
    #tubes div.tube-type,
    #tubes div.tube-sizes,
    #tubes div.tube-gost {
        width: 100%;
    }
    #tubes div.tube-schema {
        min-height: 56px;
    }
    #tubes div:before {
        display: block;
        margin: 0;
    }
    #tubes .columns p,
    #tubes .columns li,
    #tubes .columns a {
        text-align: center;
    }
    #tubes .columns a {
        display: block;
    }
    #tubes .slick-prev,
    #tubes .slick-next {
        top: 0;
        margin-top: 10px;
    }
    #tubes .slick-prev {
        margin-left: 10px;
    }
    #tubes .slick-next {
        margin-right: 10px;
    }
    
    .feedback{
        padding: 0 0 20px;
    }
    #screen-slider img{
        padding: 0;
    }
    .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:not(.img-list){
        -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;
    }    
    
    .compare p.summary{
        margin: 20px 0 40px;
    }    
    
    .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;
    }       
}