.container {
  max-width: 100%;
}

.section-3_i .wrap-center>p span {
  color: blue;
  font-size: 25px;
  font-weight: bold;
  padding-left: 50px;
  display: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (max-width: 528px) {
  .footer__top .col3 {
    position: relative;
    top: -4px !important;
    right: 0 !important;
    width: auto;
    float: left;
  }

  .footer__top .col2 {
    width: 150px;
  }

  .footer__top .col2 .btn_square {
    margin-top: 15px;
  }

  .benefits-1 .wrap__info-block {
    width: 80%;
  }

  .benefits-1 .wrap__info-block .info-block {
    padding: 30px 25px;
  }

  .wall-size {
    padding-left: 61px;
  }

  .wall-size .item.left {
    left: 0;
  }

  .wall-size .item.top {
    left: 96px;
  }

  .wall-size .item input {
    width: 30px;
  }

  .payment_i>form .row>.right,
  .payment_i>form .format>.right {
    float: none;
    width: auto;
  }

  .payment_i form .form-row input[type="text"],
  .payment_i form .form-row textarea,
  .callback_i .left,
  .payment-form .left,
  .callback_i .right,
  .payment-form .right,
  .callback_i .row input[type="text"],
  .payment-form .row input[type="text"],
  .callback_i .right textarea,
  .payment-form .right textarea,
  .kitchen-info__plan .row .item .img img,
  .kitchen_ajax_gallery .enable img,
  .kitchen_ajax_gallery .image,
  .kitchen-color .kitchen-color_i-img,
  .section-color-kitchen .top img {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
  }

  .section-color-kitchen .bott img {
    position: relative;
    margin-top: -76px;
  }

  .section-color-kitchen .top {
    height: 75px;
  }

  .height-box .item {
    width: 97px;
  }

  .contact-tel p {
    line-height: 31px;
  }

  .contact-tel .text-bottom {
    line-height: 20px;
  }

  .warranty-box .warranty-box__item.left {
    width: 100%;
  }

  .bonus_i ul li {
    float: none;
    width: 100%;
  }

  .page-title h1 {
    font-size: 33px;
  }
}

@media (max-width: 635px) {
  .footer__bott .copy {
    padding-left: 0;
    top: 15px;
  }

  .footer__top .col2 {
    padding-left: 18px;
  }

  .section-3_i {
    background: none;
    padding-left: 0;
  }

  .section-3_i .wrap-center small {
    font-size: 20px;
  }

  .section-4 h2 {
    font-size: 38px;
  }

  .garanty {
    padding-left: 0;
  }

  .garanty .col {
    width: auto;
  }

  .section-5_i h2 {
    font-size: 42px;
  }

  .section-6 h2 {
    font-size: 63px;
  }

  .section-8 h2 {
    font-size: 35px;
  }

  .section-9 .wrap-center h2 {
    font-size: 39px;
    padding-bottom: 0;
  }

  .testimonials,
  .testimonials .testimonials_i,
  .testimonials ul li {
    height: auto !important;
  }

  .testimonials .prev {
    bottom: 287px;
  }

  .testimonials .next {
    bottom: -35px;
    position: relative;
  }

  .testimonials ul li .img {
    display: none;
  }

  .testimonials ul li .name,
  .testimonials ul li .title,
  .testimonials ul li p {
    margin-left: 0;
  }

  .testimonials ul li p {
    width: 290px;
  }

  .popup-request {
    width: auto;
    padding: 30px !important;
  }

  .links-block .links-block__item h2 {
    font-size: 21px !important;
  }

  .benefits-1 h1 {
    font-size: 25px;
  }

}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .all-nav {
    float: left;
  }

  header .phone {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .morenav {
    width: auto;
    min-width: 140px;
    padding-right: 55px;
  }

  .morenav ul li {
    float: none;
    width: auto;
  }

  .section-1 .wrap-center {
    margin-left: 0 !important;
  }

  .section-2 {
    padding: 0 !important;
  }

  .section-2 .wrap-center .left,
  .section-2 .wrap-center .right {
    width: 100%;
    padding-right: 0px;
  }

  .section-2 .wrap-center h2 {
    font-size: 48px;
  }

  .section-discount .text {
    padding: 0 10%;
  }

  .section-6 .right {
    float: left;
  }

  .section-7 ul li {
    width: 100%;
    padding-left: 0;
    padding-bottom: 25px;
  }

  .section-9 .wrap-center>.img img {
    display: none;
  }

  .other-articles .list .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .header-2 {
    padding-left: 0;
    width: 100%;
  }

  .page-controls ul li {
    float: none;
  }

  .page-controls {
    width: 100%;
  }

  .warranty-box h2 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {

  .section-3_i .wrap-center .col,
  .section-3_i .wrap-center .col.last,
  .section-3_i .wrap-center .right {
    float: left;
    width: 80% !important;
    position: static;
    margin-bottom: 58px;
  }

  .section-3_i .wrap-center .col em {
    position: relative;
    right: -10px;
  }

  .section-4 {
    background: none;
  }

  .section-4__list .item,
  .delivery-content .teaser-block .teaser-block__wrap .teaser__col {
    width: 100% !important;
  }

  .section-5_i {
    padding-left: 0 !important;
  }

  .section-5_i h2 {
    width: 90%;
    margin: 0 auto;
  }

  .section-5_i ul li {
    width: 200px !important;
    float: none !important;
    padding-left: 0 !important;
    text-align: center;
    margin: 0 auto 30px;
  }

  .section-5_i ul li strong {
    margin: 0 auto 26px;
  }

  .section-discount .wrap-center {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .section-discount .wrap-center,
  .section-discount .wrap-center h3,
  .section-discount .wrap-center p {
    width: 100%;
  }

  .section-6 .left,
  .section-6 .right,
  .section-6 .right h3 {
    width: 100%;
  }

  .section-8 .section-8_i {
    width: 80%;
    padding-left: 10%;
  }

  .footer__top .col1 {
    width: 90%;
    padding: 0 5%;
    padding-bottom: 40px;
  }

  .footer__top .col3 {
    top: 215px;
  }

  .production_i {
    width: 100%;
  }

  .production_i .production-advantages ul {
    width: 100%;
  }

  .production_i .production-advantages ul li,
  .kitchen-complex .layers__item .right .row .item {
    float: none;
    margin: 0 auto;
  }

  .designer-3.bg2 .designer-3_i .column:first-child,
  .designer-3 .designer-3_i,
  .how2-content .step-block ul li,
  .designer-3_i .column {
    width: 100% !important;
    float: none !important;
  }

  .links-block .links-block__item,
  .how2-content .step-block ul,
  .benefits__i,
  .benefits-1 h1,
  .benefits-1 p,
  .benefits-1 .wrap__info-block .info-block,
  .benefits-2 .info-block,
  .benefits-2 .info-block h2,
  .benefits-3 .benefits-list .column,
  .benefits-4 .info-block,
  .benefits-4 .info-block h2,
  .benefits-5 p,
  .benefits-5 .benefits-list,
  .benefits-6 .info-block,
  .benefits-6 .info-block h2,
  .payment_i,
  .payment_i>form .row>.left.left-small,
  .articles .list .item,
  .articles,
  .article__i,
  .delivery-content .advantages-block .advantages-list,
  .delivery-content .advantages-block .advantages-list li,
  .section-instruction .wrap-center,
  .instruction-goods .wrap-center,
  .contact-tel .wrap-center,
  .content_i,
  .catalog .item .img img,
  .kitchen-descr_i div,
  .kitchen-info_i,
  .kitchen-info__carousel_i .caroufredsel_wrapper,
  .kitchen-info__carousel_i .caroufredsel_wrapper ul,
  .kitchen-info__carousel_i .caroufredsel_wrapper ul li,
  .net_i,
  .kitchen-color__wrap,
  .kitchen-color_i-view div,
  .kitchen-complex .controls,
  .bonus_i,
  .video-box .video,
  .other-carousel_i,
  .designer-1_i,
  .callback_i .bott textarea,
  .call-salon-1 .call-salon__i,
  .call-salon-1 .call-salon__i p,
  .call-salon-2 .call-salon__i,
  .call-salon-3 .call-salon__i {
    width: 100% !important;
  }

  .kitchen-complex .layers__item .right .row .item,
  .kitchen-complex .layers__item .right {
    width: auto;
  }

  .kitchen-complex .layers__item .right .row .item span {
    padding-bottom: 20px;
  }

  .kitchen-info__carousel_i,
  .kitchen-info__carousel_i .caroufredsel_wrapper {
    height: auto !important;
  }

  .kitchen-info__carousel_i .caroufredsel_wrapper ul {
    position: relative !important;
  }

  .kitchen-info__carousel ul li {
    padding: 0;
  }

  .links-block .links-block__item .item__wrap {
    max-width: 100%;
  }

  .links-block .links-block__item:first-child .item__wrap,
  .benefits-5 .benefits-list .item,
  .model-list2 ul li,
  .delivery-content .advantages-block .advantages-list li,
  .kitchen-color_i-view div {
    float: none !important;
  }

  .benefits-5 .benefits-list .item {
    margin: 30px auto !important;
  }

  .benefits-3 .benefits-list .column {
    margin-bottom: 30px;
  }

  .payment_i>form .row,
  .payment_i .text,
  .payment_i>form .format {
    padding: 0 30px 60px;
  }

  .payment_i>form .row>.left.left-small,
  .catalog .item,
  .kitchen-info__plan .row .item {
    margin-bottom: 60px;
  }

  .model-list2 ul li {
    margin: 0 auto 100px !important;
  }

  .articles .list .item {
    position: relative !important;
    height: auto !important;
    top: 0 !important;
  }

  .designer-2_i ul li {
    width: 12%;
  }

  .designer-2_i,
  .callback_i {
    padding: 34px 5% 95px !important;
    width: 90%;
  }

  .designer-3 .designer-3_i h2 {
    width: 90%;
    padding: 0 5% 69px;
  }

  .call-salon-2 .call-salon__i h1 {
    padding: 35px 5% 47px;
    width: 90%;
  }

  .article-content,
  .question-answer__i,
  .payment-form,
  .warranty-content .wrap,
  .section-instruction h3,
  .catalog .item,
  .kitchen-descr_i,
  .kitchen-info__carousel_i,
  .kitchen-info__plan .row .item,
  .kitchen-color_i,
  .kitchen-complex,
  .popup-info .popup-info__wrapper {
    padding: 0 5% !important;
    width: 90%;
  }

  .kitchen-info__plan .row .item .img img {
    margin: 0 auto;
  }

  .delivery-content .advantages-block .advantages-list li {
    padding: 0 0 60px;
  }

  .delivery-content .advantages-block {
    padding-left: 0;
    padding-right: 0;
  }

  .instruction-goods .col {
    margin: 0 auto 60px;
    float: none;
    padding-left: 0 !important;
  }

  .kitchen-descr .column {
    padding-left: 0;
  }

  .popup-info .popup-info__wrapper {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .section-7 ul li {
    width: 25%;
    padding: 0;
  }

  .section-8 h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 1240px) {
  .section-1 .wrap-center {
    margin-left: 50px;
  }
}