.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;
}

.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: 520px;
}
.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: 500px;
    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;
}
/* конец сокращенных УТП на мобильных устройствах */

.models{
    position: relative;
}
.models:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(-400deg, rgba(0, 0, 0, 0) 65%, rgba(49, 196, 136, 0.3) 35%);
    background-image: linear-gradient(130deg, rgba(0, 0, 0, 0) 65%, rgba(49, 196, 136, 0.3) 35%);
    z-index: 1;
    pointer-events: none;
}
.models .content-container{
    position: relative;
    z-index: 10;
}
.models .columns{
    -webkit-justify-content: center;
    justify-content: center;
}
.model{
    position: relative;
    width: 32.33%;
    max-width: 380px;
    padding: 25px 0 155px;
    border: none;
    margin: 0 0.5% 100px;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -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;
    overflow: hidden;
}
.model.hidden{
    display: none;
}
.model .discount{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}
.model .discount:before{
    content: "";
    position: absolute;
    left: -100px;
    top: -100px;
    width: 200px;
    height: 200px;
    background: #31c488;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    z-index: 15;
}
.model.pro .discount:before, .model.premium .discount:before{
    background: #1A6647;
}
.model .discount span {
    position: absolute;
    left: 10px;
    top: 30px;
    font-family: inherit;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    z-index: 20;
}
.model .model-name {
    font-family: inherit;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 100px;
    margin: 0 0 15px;
}
.model .img-container {
    border-width: 2px 0;
    border-style: solid none;
    border-color: #e5e5e5;
    margin: 0 0 20px;
    background-color: #e6e6e6;
    background-color: rgba(230, 230, 230, 0.8);
    background-color: transparent \8;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4ce6e6e6, endColorstr=#4ce6e6e6)";
}
.model .img-container img{
    height: auto;
    margin: 10px auto;
}
.model .model-inner {
    padding: 0 20px;
}
.model .model-inner p {
    margin: 0 0 20px;
}
.model ul {
    margin: 0 0 20px;
}
.model li {
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
    margin: 0 0 5px;
    padding: 0 0 0 30px;
}
.model li:before {
    content: "\f00c";
    font-family: fontawesome !important;
    position: absolute;
    left: 0;
    top: 0;
    color: #e5e5e5;
}
.model li.plus:before {
    color: #31c488;
}
.model .bottom-block {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    border-top: 2px solid #e5e5e5;
}
.model .button {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.feedback{
    position: relative;
    padding: 0 0 80px;
}
.screen-slider{
    padding: 0 60px;
    margin: 40px 0;
}
.screen-slider .img-container{
    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{
    position: relative;
    max-width: 100%;
    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;
}

#dops{
    position: relative;
    background: #ffffff;
    padding: 0 0 60px;
}
#dops .dop {
    background: #ffffff;
    padding: 30px;
    margin: 0 0 40px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px;    
}
#dops .dop:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#dops .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;
}
#dops .dop .img-container.ugol {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
}
#dops .dop .img-container img{
    height: auto;
}
#dops .dop .text {
    width: 60%;
}
#dops .dop:nth-child(2n+1) .text {
    padding: 0 0 0 40px;
}
#dops .dop:nth-child(2n) .text {
    padding: 0 40px 0 0;
}
#dops .dop .text .title-container {
    margin-top: 0;
}
#dops .prices {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#dops .prices p.old-price span {
    font-weight: 400;
}
#dops .button-container {
    margin: 20px 0 0;
}
.dop .button{
    width: 250px;
    margin: 0;
}

.action{
    background: #e9e9e9;
    padding: 0 0 80px;
}
.action .content-big-container{
    max-width: 100%;
    padding: 20px 0;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(49, 196, 136, 0.3) 50%, rgba(49, 196, 136, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(49, 196, 136, 0.3) 50%, rgba(49, 196, 136, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(49, 196, 136, 0.3) 50%, rgba(49, 196, 136, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d31c488', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */    
}
.action-columns{
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.action-image{
    width: 64%;
    background: #ffffff;
    padding: 20px;    
}
.action-image img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 520px;
    margin: 0 auto;
}
.action .form-container{
    width: 34%;
    max-width: 420px;
}
.action .form-container .form-title > p{
    padding-bottom: 20px;
}
.action .img-container.hidden{
    display: none;
}

.form-container {
    padding: 25px 0;
    border: none;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -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;
}

.form-container .form-title {
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 25px;
}

.form-container .form-title>p {
    padding: 0 20px;
}

.form-container .offer, .form-container .columns p.total{
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.form-container .columns p.total{
    text-align: left;   
    margin: 20px 0 0;
}
.form-container p.info {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: inherit;
    text-align: center;
    margin: 0 0 20px;
}

.form-container p.info span:not(.nowrap) {
    color: #ff5f5f;
}

.form-container p.info span.form-date {
    color: inherit;
}

.form-container .form-body {
    padding: 0 20px;
}

.form-container .columns {
    background: transparent;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}

.form-container .columns p {
    width: auto;
    font-family: inherit;
    line-height: 28px;
    font-weight: 400;
    color: inherit;
    margin: 0 10px 20px;
    -webkit-align-self: baseline;
    align-self: baseline;
}

.form-container .columns p.old-price {
    font-size: 16px;
    color: #666666;
    text-decoration: line-through;
}

.form-container .columns p.new-price {
    font-size: 30px;
    font-weight: 600;
    color: #008851;
}

#other-products.press{
    max-width: none;
    background-color: #f1f1f1;
}
#other-products .columns p.new-price {
    font-size: 21px;
    color: #2c2c2c;
}
#other-products .columns .prices {
    margin: 0;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}

.form-container .form-body p.info {
    font-weight: 400;
}

.form-container form {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.form-container form .custom-data {
    position: relative;
    display: block;
    z-index: 5;
}

.form-container form input[type="text"] {
    display: block;
    width: 100%;
    height: 48px;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    color: #c0c0c0;
    margin: 0 auto 15px;
    padding: 9px 20px 9px 40px;
    text-align: left;
    background: #f7f7f7;
    outline: none;
    border: 2px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
}

.form-container form .custom-data span {
    position: absolute;
    left: 14px;
    top: 11px;
    width: 20px;
    height: 33px;
    font-family: fontawesome !important;
    font-size: 21px;
    line-height: 30px;
    color: #c0c0c0;
    text-align: left;
    z-index: 10;
}

.form-container form .custom-data span:before {
    position: absolute;
    width: 100%;
    height: 100%;
}

.form-container form .custom-name span:before {
    content: "\f007";
}

.form-container form .custom-phone span:before {
    content: "\f095";
}

.form-container form .custom-address span:before {
    content: "\f041";
}

.form-container form input[type="text"]:focus {
    color: #999999;
    border-color: #008851;
}

.form-container form input[type="submit"] {
    display: block;
    width: 100%;
    margin: 20px auto;
    outline: none;
    -webkit-appearance: none;
}

.form-popup {
    display: none;
    max-width: 980px;
    padding: 0 10px;
}

.form-popup .form-title {
    padding: 10px 0 20px;
}

.form-popup .columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px;
}

.form-popup .columns .img-container {
    width: 40%;
    max-width: 280px;
}

#order-press.form-popup .columns .img-container,
#order-press_dmkr.form-popup .columns .img-container {
    width: 45%;
    max-width: none;
}

.form-popup .columns .img-container img {
    margin: 0 auto;
}

.form-popup .columns .form-body {
    /* width: 57%; */
    padding: 0;
    border: none;
    max-width: 450px;
}

.form-container .form-body p.info {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
}
.form-container .form-body p.info.info-label{
    margin-top: -10px;
    text-align: left;
}

.form-popup .message-text{
    max-width: 600px;
    text-align: center;
    margin: 0 0 20px;
}
.form-popup .columns.popup-dops{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 10px;    
}
.popup-dops .item{
    display: none;
    width: 80.5px;
    height: 80px;
    margin: 0 2px;
    background-color: transparent;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.popup-dops .item.active{
    display: block;
}
.popup-dops .item, .popup-dops .item.img{
    background-image: url(../images/order/dops-sprite.png);
}
.popup-dops .item.webp{
    background-image: url(../images/order/dops-sprite.webp);
}
.popup-dops .item-drobElakc{
    background-position: bottom 0 left -480px;    
}

.custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 0;
    margin: 0 0 5px;
    font-family: inherit;
    font-size: inherit;
}
.custom-checkbox.hidden {
    display: none;
}
.custom-checkbox.unavailable {
    cursor: default;
    pointer-events: none;
}

.custom-checkbox_input {
    position: absolute;
    top: 9px;
}

.custom-checkbox_check {
    display: block;
    font-family: fontawesome !important;
    padding-left: 35px;
    line-height: 24px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.unavailable .custom-checkbox_check {
    color: #c0c0c0;
}

.custom-checkbox_check:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    background: #f7f7f7;
    border: 2px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.custom-checkbox_input.checked+.custom-checkbox_check:after {
    content: "\f00c";
    color: #ff5f5f;
    border-color: #008851;
}

.unavailable .custom-checkbox_check:after {
    background: #dedede;
}

.custom-list,
.custom-select {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    margin: 0 auto 15px;
    z-index: 10;
}

.custom-select .selectBox {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #2c2c2c;
    padding: 9px 30px 9px 40px;
    margin: 0;
    text-align: left;
    background: #f7f7f7;
    cursor: pointer;
    border: 2px solid #008851;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 5;
}

.custom-select .selectBox:before,
.custom-select .selectBox:after {
    content: "\f103";
    position: absolute;
    top: 10px;
    width: 16px;
    height: 30px;
    font-family: fontawesome !important;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    z-index: 10;
}

.custom-select .selectBox:before {
    content: "\f00c";
    left: 10px;
    font-size: 21px;
    color: #ff5f5f;
}

.custom-select .selectBox:after {
    content: "\f103";
    right: 10px;
    font-size: 31px;
    color: #008851;
}

.custom-select .selectBox.expanded:after {
    content: "\f102";
    top: 7px;
    color: #008851;
}

.custom-select .dropDown {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    border: none;
    list-style: none;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    border: 2px solid #008851;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.custom-select li {
    position: relative;
    width: 100%;
    height: auto;
    font-family: inherit;
    font-size: 19px;
    line-height: 30px;
    font-weight: normal;
    color: #999999;
    text-align: left;
    cursor: pointer;
    margin: 0;
    padding: 5px 20px 5px 40px;
}
.custom-select li span{
    font-weight: bold;
    color: #2c2c2c;    
}
.custom-select li:hover, .custom-select li:hover span{
    color: #008851;
}

.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);
}

@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 .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;
    }  
}

@media (max-width: 1279px) and (min-width: 980px){
    .action-image{
        width: 58%;
    }
    .action .form-container{
        width: 40%;
    }
    #models .model{
        width: 49%;
    }
}

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

@media (max-width: 979px) and (min-width: 768px){
    .top-features li{
        padding: 16px 8px;
    }
    #models .model{
        width: 49%;
    } 
    .feedback-item .client{
        width: 20%;
    }
    .feedback-item .feedback-body{
        width: 80%;
        padding: 0 0 0 50px;
    }
    
    .action-image{
        width: 52%;
    }
    .action .form-container{
        width: 46%;
    }    
}


@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;
    }    
    
    .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;
    }
    /* конец сокращенных УТП на мобильных устройствах */     

    .models{
        padding: 0 0 40px;
    }
    .models .columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .model{
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .feedback{
        padding: 0 0 20px;
    }
    .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;
    }    
    
    .action{
        padding: 0 0 40px;
    }
    .action .content-big-container{
        padding: 0 15px;
        background: none;
    }
    .action-columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .action-image{
        width: 100%;
        padding: 10px;
        margin: 0 0 20px;
    }
    .action-image img{
        max-height: 250px;
    }    
    .action .form-container{
        width: 100%;
        margin: 0 auto;
    }
    
    .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";
    }
    
    .form-popup .message-text{
        max-width: none;
    }
}

@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;
    }    
}

@media (max-width: 479px){
    .custom-select .selectBox, .custom-select li, .form-container form input[type="text"]{
        font-size: 17px;
    }
    .custom-select .selectBox{
        padding: 9px 28px 9px 36px;
    }
    
    .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;
    }    

    .model .discount:before{
        left: -80px;
        top: -80px;
        width: 160px;
        height: 160px;
    }
    .model .discount span{
        font-size: 20px;
        line-height: 20px;
    }   
    .model .model-name{
        padding: 0 0 0 80px;
    }    

    .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;
    }  
    
    #dops .dop{
        padding: 20px 10px;
    }
    #dops .prices {
        -webkit-justify-content: center;
        justify-content: center;
    }    
    #dops .button-container{
        -webkit-flex-direction: column;
        flex-direction: column;          
    }    
    .dop .button{
        display: block;
        margin: 0 auto 20px;
    }    
    
    .action .form-container{
        padding: 20px 0;
    }
    .action .form-container .form-title > p{
        padding: 0 10px 20px;
    }
    .action .form-container .form-body{
        padding: 0 10px;
    }
}