* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  outline: none;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}

.header {
  padding-top: 20px;
  padding-bottom: 22px;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 13px;
  font-weight: 400;
}

.header-bgc {
  background: #000000 url(../img/background.png) center no-repeat;
  background-size: cover;
}

.header-logo {
  background: url(../img/header/logo.png) center no-repeat;
  width: 90px;
  height: 72px;
}

.header-text__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-family: "Myriad Pro";
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}

.header-text__address:after {
  content: '';
  position: absolute;
  background-image: url(../img/header/point.png);
  width: 14px;
  height: 18px;
  z-index: 3;
  left: -21px;
  top: 5px;
}

.header-text__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 13px;
  font-weight: 400;
  z-index: 4;
}

.header-text__mail a {
  z-index: 9;
}

.header-text__mail:after {
  content: '';
  position: absolute;
  background-image: url(../img/header/mail.png);
  width: 15px;
  height: 10px;
  z-index: 1;
  left: 118px;
  top: 4px;
}

.header-text__mail:before {
  position: absolute;
  content: '__________________';
  color: #ffffff;
  top: 1px;
  left: 153px;
  z-index: 1;
}

.header-text__phone {
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 18px;
  text-align: right;
}

.header-link {
  color: #ffffff;
}

.header-link:hover {
  text-decoration: none;
  list-style: none;
  color: #ffffff;
}

.modal-window {
  color: #00d1f9;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  position: relative;
}

.modal-window a {
  color: #00d1f9;
  list-style: none;
  text-decoration: none;
  z-index: 66;
}

.modal-window:hover {
  text-decoration: none;
  list-style: none !important;
  color: #00d1f9;
}

.modal-window:after {
  position: absolute;
  content: '________________________';
  color: #00d1f9;
  top: -2px;
  left: 0;
  z-index: 1;
}

.point {
  margin-left: 10px;
  display: inline-block;
}

.mail {
  margin-left: 113px;
  display: inline-block;
  vertical-align: middle;
}

.callback {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  z-index: 9;
}

.header-menu ul {
  border-top: 1px solid rgba(125, 125, 125, 0.3);
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
  list-style: none;
  padding-top: 7px;
  padding-bottom: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu ul li {
  padding-right: 84px;
}

.header-menu ul li:first-child {
  padding-left: 26px;
}

.header-menu ul li:last-child {
  padding-right: 26px;
}

.header-menu ul li a {
  font-family: 'Proxima Nova Rg';
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.header-menu ul li a:hover {
  cursor: pointer;
  color: #00d1f9;
}

.main {
  padding-top: 86px;
  padding-bottom: 100px;
  color: #fff;
}

.main-block__title {
  color: #fffafa;
  font-family: "Proxima Nova Thin";
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 629px;
  width: 100%;
}

.main-block__subtitle {
  color: #fffafa;
  font-family: "Proxima Nova Thin";
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 45px;
}

.main-form__text {
  width: 360px;
  height: 475px;
  background-color: #fff;
}

.main-form__text:before {
  position: absolute;
  content: '';
  background-image: url(../img/peoples/people-1.png);
  z-index: 3;
  width: 245px;
  height: 410px;
  top: 81%;
  left: 73%;
}

.features-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
  padding: 16px 16px 16px 0;
  margin-bottom: 30px;
  margin-right: 80px;
}

.features-block__img {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  width: 30px;
}

.features-block__img img {
  max-width: 100%;
}

.features-block__img-list {
  padding-left: 4px;
  padding-right: 4px;
}

.features-block__descr {
  width: 190px;
  color: #ffffff;
  font-family: "Proxima Nova thin";
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.form {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 49px;
  padding-left: 49px;
}

.form-overlay {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-overlay__close {
  position: absolute;
  font-size: 35px;
  font-weight: 700;
  right: -28px;
  top: -38px;
  color: rgba(255, 0, 0, 0.8);
  cursor: pointer;
  z-index: 10;
}

.form-order {
  text-align: center;
  width: 360px;
  position: fixed;
  left: 50%;
  top: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 49px;
  padding-left: 49px;
  background-color: #fff;
}

.form-title {
  font-family: "Proxima Nova rg";
  width: 260px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.form__input {
  max-width: 260px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1.0px solid #e8e8e8;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #7c7c7c;
}

.form__input_callback {
  margin-right: 10px;
  margin-bottom: 24px;
}

.form__input-text {
  height: 90px;
  background-color: #ffffff;
  border: 1.0px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 52px;
}

.form-small {
  font-size: 11px;
  font-weight: 300;
  color: #7c7c7c;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.form-small a {
  list-style: none;
  color: #7c7c7c;
  text-decoration: underline;
}

.form-small a:hover {
  color: #7c7c7c;
  cursor: pointer;
}

.button {
  width: 200px;
  height: 55px;
  background-color: #23bac1;
  border: none;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}

.button:hover {
  border: 1px solid #23bac1;
  color: #23bac1;
  background-color: transparent;
}

.button-price {
  padding-left: 30px;
  border: 1px solid #23bac1;
  background-color: transparent;
  color: #23bac1;
}

.button-price:hover {
  background-color: #23bac1;
  border: none;
  color: #ffffff;
  padding-left: 0;
}

.button-price:hover:before {
  display: none;
}

.button-form {
  max-width: 260px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button-form__callback {
  margin: 0;
  margin-bottom: 24px;
  max-width: 260px;
  width: 100%;
  height: 50px;
  vertical-align: top;
  font-family: "Proxima Nova Rg";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-arrow {
  position: absolute;
  top: 42.5%;
  height: 15%;
  width: 22px;
  z-index: 33;
}

.slider-arrow_right {
  right: -50px;
  background: url(../img/arrow-right.png) center no-repeat;
}

.slider-arrow_right:hover {
  cursor: pointer;
}

.slider-arrow_left {
  left: -65px;
  background: url(../img/arrow-left.png) center no-repeat;
}

.slider-arrow_left:hover {
  cursor: pointer;
}

.police {
  background-color: transparent;
  border: none;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay-police {
  position: fixed;
  left: 50%;
  top: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 752px;
  z-index: 10;
  border: none;
}

.overlay-police__close {
  position: absolute;
  font-size: 35px;
  font-weight: 700;
  right: -28px;
  top: -38px;
  color: rgba(255, 0, 0, 0.8);
  cursor: pointer;
  z-index: 10;
}

.overlay-police__title {
  text-align: center;
  font-family: "Proxima Nova Rg";
  background-color: #23bac1;
  display: block;
  width: 100%;
  max-height: 71px;
  margin: 0;
  font-size: 36px;
  z-index: 10;
}

.overlay-police__subtitle {
  padding: 25px 40px 15px 40px;
  font-size: 18px;
  background: #000000 url(../img/background.png) center no-repeat;
  background-size: cover;
  z-index: 10;
  color: #ffffff;
}

.overlay-delivery {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
}

.delivery-block {
  position: fixed;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 752px;
  z-index: 10;
  border: none;
}

.delivery-block__title {
  text-align: center;
  font-family: "Proxima Nova Rg";
  background-color: #23bac1;
  font-size: 38px;
}

.delivery-block__text {
  color: #ffffff;
  padding: 30px 40px 20px 80px;
  font-size: 16px;
  background: #000000 url(../img/background.png) center no-repeat;
  background-size: cover;
}

.delivery-block__close {
  position: absolute;
  font-size: 35px;
  font-weight: 700;
  right: -28px;
  top: -38px;
  color: rgba(255, 0, 0, 0.8);
  cursor: pointer;
  z-index: 10;
}

.materials {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slide img {
  max-width: 263px;
  width: 100%;
  max-height: 210px;
  height: 100%;
}

.slick-slider__min {
  background-color: #ffffff;
  padding: 0 0;
}

.slick-slider-big {
  height: 400px;
}

.slick-block {
  max-width: 263px;
  width: 100%;
  height: 400px;
}

.instruments {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
}

.maketwork {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.callback-form {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
}

.order {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000000 url(../img/background-order.png) center no-repeat;
  background-size: cover;
}

.order-img {
  position: relative;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  min-width: 100px;
  min-height: 100px;
}

.order-img:before {
  content: '';
  position: absolute;
  background: url(../img/order/arrow-offer.png) center no-repeat;
  background-size: contain;
  z-index: 9;
  top: 47%;
  left: 78%;
  max-width: 150px;
  width: 60%;
  height: 12px;
}

.order-img-last:before {
  content: '';
  display: none;
}

.delivery {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
  text-align: center;
}

.delivery-img {
  height: 60px;
  margin-bottom: 30px;
}

.delivery-img-delivery {
  padding-top: 11px;
  padding-bottom: 11px;
}

.delivery-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #f9f9f9;
}

.contacts-img {
  height: 30px;
  margin-bottom: 34px;
}

.contacts-img-mail {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contacts-block {
  padding-right: 120px;
  padding-left: 120px;
}

.map {
  height: 420px;
}

.questions {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 22px;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 13px;
  font-weight: 400;
  background-color: #000000;
}

.footer-logo {
  background: url(../img/header/logo.png) center no-repeat;
  width: 90px;
  height: 72px;
}

.footer-text__address {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  font-family: "Myriad Pro";
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}

.footer-text__mail {
  display: inline-block;
  vertical-align: top;
  margin-left: 17px;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 13px;
  font-weight: 400;
}

.footer-text__mail a {
  z-index: 9;
  text-decoration: none;
}

.footer-text__mail:after {
  content: '';
  position: absolute;
  background-image: url(../img/header/mail.png);
  width: 15px;
  height: 10px;
  z-index: 1;
  left: 114px;
  top: 4px;
}

.footer-text__mail:before {
  position: absolute;
  content: '__________________';
  color: #ffffff;
  top: 1px;
  left: 145px;
  z-index: 1;
}

.footer-text__phone {
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 18px;
  text-align: right;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-point {
  margin-left: 10px;
  display: inline-block;
}

.footer-mail {
  margin-left: 113px;
  display: inline-block;
  vertical-align: middle;
}

.text-title {
  font-family: 'Proxima Nova Rg';
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 125px;
}

.text-title:before {
  position: absolute;
  content: '';
  background-image: url(../img/line.png);
  width: 31px;
  height: 2px;
  z-index: 4;
  top: 60px;
  left: 48.65%;
}

.text-title_callback {
  margin-bottom: 82px;
}

.text-title_white {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 100px;
}

.text-title_white:before {
  position: absolute;
  content: '';
  background-image: url(../img/line.png);
  width: 31px;
  height: 2px;
  z-index: 4;
  top: 60px;
  left: 48.65%;
}

.text-title-people-2:after {
  position: absolute;
  content: '';
  background-image: url(../img/peoples/people-2.png);
  width: 333px;
  height: 375px;
  z-index: 4;
  top: -200px;
  left: -220px;
}

.text-title-people-3:after {
  position: absolute;
  content: '';
  background-image: url(../img/peoples/people-3.png);
  width: 434px;
  height: 315px;
  z-index: 4;
  top: -170px;
  left: 88%;
}

.text-slider__material {
  text-align: center;
  color: #000000;
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  font-weight: 300;
  margin-top: -15px;
}

.text-slider__price {
  text-align: center;
  color: #000000;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 700;
}

.text-button__price {
  position: relative;
  font-family: "Proxima Nova Rg";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-button__price:before {
  position: absolute;
  content: '';
  background-image: url(../img/materials/basket.png);
  width: 17px;
  height: 16px;
  left: -30px;
  top: -2px;
  z-index: 4;
}

.callback-text__subtitle {
  text-align: center;
  color: #000000;
  font-family: "Proxima Nova rg";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 70px;
}

.order {
  text-align: center;
}

.order-text__title {
  color: #ffffff;
  font-family: "Proxima Nova Thin";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 10px;
}

.order-text__link {
  color: #23bac1;
  font-family: "Proxima Nova Rg";
  font-size: 15px;
  font-weight: 300;
  z-index: 3;
}

.order-text__link a {
  text-decoration: none;
  list-style: none;
  color: #23bac1;
}

.order-text__link a:hover {
  color: #23bac1;
}

.order-text__link-p {
  position: relative;
}

.order-text__link-p:after {
  position: absolute;
  content: '_____________________';
  color: rgba(0, 209, 249, 0.6);
  top: 2px;
  left: 38px;
}

.order-text__link-del {
  color: #23bac1;
  font-family: "Proxima Nova Rg";
  font-size: 15px;
  font-weight: 300;
  z-index: 3;
}

.order-text__link-del a {
  text-decoration: none;
  list-style: none;
  color: #23bac1;
}

.order-text__link-del a:hover {
  color: #23bac1;
}

.order-text__link-delivery {
  position: relative;
}

.order-text__link-delivery:after {
  position: absolute;
  content: '___________________';
  color: rgba(0, 209, 249, 0.6);
  top: 2px;
  left: 47px;
}

.delivery-text {
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.delivery-text_bold {
  font-family: "Proxima Nova Rg";
  font-weight: 700;
}

.delivery-text_bold p {
  margin-bottom: 0;
}

.contacts-text-mail {
  color: #000000;
  font-family: 'Myriad Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.contacts-text-mail:after {
  position: absolute;
  content: '_____________________';
  color: #000000;
  top: 0;
  left: 0px;
}

.contacts-text-mail:hover {
  color: #000000;
  text-decoration: none;
  list-style: none;
}

.contacts-text-phone {
  color: #000000;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contacts-text-phone:hover {
  color: #000000;
  text-decoration: none;
  list-style: none;
}

.questions-text {
  color: #000000;
  font-family: "Proxima Nova Rg";
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

.questions-text_link {
  text-decoration: none;
  list-style: none;
  color: #00d1f9;
  position: relative;
}

.questions-text_link:after {
  position: absolute;
  content: '_____________';
  color: rgba(0, 209, 249, 0.6);
  top: 0;
  left: -3px;
}

.questions-text_link:hover {
  color: #00d1f9;
  text-decoration: none;
  list-style: none;
}

@media (max-width: 1199px) {
  .header-text__address {
    font-size: 12px;
  }
  .header-text__address:after {
    left: -30px;
  }
  .header-text__mail {
    font-size: 12px;
  }
  .header-text__mail:after {
    left: 80px;
  }
  .header-text__mail:before {
    left: 117px;
  }
  .header-menu ul li {
    padding-right: 71px;
  }
  .header-menu ul li:first-child {
    padding-left: 20px;
  }
  .header-menu ul li:last-child {
    padding-right: 20px;
  }
  .header-menu ul li a {
    font-size: 11px;
  }
  .main-block__title {
    font-size: 30px;
  }
  .main-block__subtitle {
    margin-bottom: 30px;
  }
  .main-form__text {
    width: 290px;
  }
  .form-title {
    font-size: 14px;
    max-width: 260px;
    width: 100%;
    margin-bottom: 20px;
  }
  .form-small {
    font-size: 9px;
  }
  .features-block {
    margin-right: 55px;
  }
  .features-block__img {
    margin-right: 10px;
  }
  .button-form__callback {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form__input_callback {
    margin-left: 5px;
    margin-right: 5px;
  }
  .callback-form__input {
    text-align: center;
  }
  .order-text__link-p:after {
    top: 2px;
    left: 38px;
  }
  .order-text__link-delivery:after {
    top: 2px;
    left: 47px;
  }
}

@media (max-width: 1024px) {
  .main-block {
    margin-right: 0;
  }
  .order-text__link-p:after {
    left: 16px;
  }
  .order-text__link-delivery:after {
    left: 25px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 4;
  }
  .header-logo {
    background: url(../img/header/logo-mob.png) center no-repeat;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-text__phone {
    font-size: 20px;
  }
  .header-text__mail:before {
    left: 128px;
  }
  .pointer {
    display: none;
  }
  .mail-adress {
    display: none;
  }
  .modal-window {
    font-size: 17px;
  }
  .modal-window:after {
    display: none;
  }
  .header-menu {
    position: absolute;
    display: none;
  }
  .main {
    padding: 0;
  }
  .main-form {
    display: none;
  }
  .main-block {
    margin-right: 50px;
    margin-left: auto;
  }
  .main-block__title {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-block__subtitle {
    margin-left: 30px;
    margin-right: auto;
  }
  .features-block {
    margin-left: auto;
    margin-right: auto;
  }
  .button-price:hover {
    padding-left: 30px;
    border: 1px solid #23bac1;
    background-color: transparent;
    color: #23bac1;
  }
  .text-title {
    font-size: 26px;
  }
  .materials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .instruments {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .maketwork {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .callback-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .callback-text__subtitle {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .order {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .order-img {
    padding: 0;
    min-height: 75px;
  }
  .order-img:before {
    top: 33%;
  }
  .order-img img {
    width: 60px;
  }
  .order-text__title {
    font-size: 12px;
    line-height: 16px;
  }
  .order-text__link {
    font-size: 11px;
  }
  .order-text__link-p:after {
    left: 10px;
  }
  .order-text__link-delivery {
    font-size: 11px;
  }
  .order-text__link-delivery:after {
    left: 17px;
  }
  .delivery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .delivery-img {
    margin-bottom: 15px;
  }
  .delivery-text {
    font-size: 11px;
  }
  .contacts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contacts-img {
    margin-bottom: 15px;
  }
  .contacts-img img {
    width: 20px;
  }
  .contacts-img-mail {
    padding: 0;
  }
  .contacts-text p {
    margin-bottom: 0;
  }
  .contacts-text-mail {
    font-size: 13px;
  }
  .contacts-text-phone {
    font-size: 13px;
  }
  .contacts-text-clock {
    font-size: 13px;
    width: 140px;
    height: 25px;
    padding-top: 3px;
  }
  .questions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .questions-text {
    font-size: 16px;
  }
  .footer {
    padding: 0;
  }
  .form__input_callback {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .button-form__callback {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-logo {
    display: none;
  }
  .slick-slider-big {
    margin-left: auto;
    margin-right: auto;
  }
  .slick-block {
    margin-left: 42px;
  }
  .text-slider__material {
    margin-top: 10px;
  }
  .text-title {
    margin-bottom: 50px;
  }
  .text-title:before {
    display: none;
  }
  .text-title:after {
    display: none;
  }
  .slider-arrow_left {
    left: -30px;
  }
  .slider-arrow_right {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .main-block__subtitle {
    margin-left: 0;
  }
  .main-block__title {
    font-size: 26px;
  }
  .slick-block {
    margin-left: 120px;
    margin-right: auto;
  }
  .order-text__link-delivery:after {
    display: none;
  }
  .order-text__link-p:after {
    display: none;
  }
  .order-text__title {
    text-align: center;
    width: 150px;
    margin: 0 auto 10px auto;
  }
  .order-img:before {
    display: none;
  }
  .delivery-text {
    text-align: center;
    max-width: 180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .callback-text__subtitle {
    max-width: 300px;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-text__phone {
    font-size: 12px;
  }
  .header-text__address {
    font-size: 9px;
    margin: 0;
    padding: 0;
  }
  .footer-mail {
    margin: 0;
    font-size: 11px;
  }
  .modal-window {
    font-size: 11px;
  }
  .features-block {
    margin-bottom: 15px;
  }
  .footer-text__mail:before {
    display: none;
  }
  .footer-text__mail:after {
    display: none;
  }
  .header-text__address:after {
    display: none;
  }
}

@media (max-width: 575px) {
  .header {
    padding: 0;
    margin: 0;
  }
  .header-logo {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .main {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .features-block {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 20px;
    padding: 0;
  }
  .features-block__img {
    width: 22px;
    height: 30px;
  }
  .features-block__descr {
    width: 145px;
    font-size: 12px;
  }
  .delivery-text {
    font-size: 10px;
  }
  .main-block__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main-block__title {
    font-size: 17px;
  }
  .modal-window {
    font-size: 10px;
  }
  .text-title {
    font-size: 20px;
  }
  .form-small {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10px;
  }
  .slick-slider-big {
    padding-left: 10px;
  }
  .slick-block {
    margin-left: 0;
    margin-right: 0;
  }
  .slider-arrow_left {
    left: -10px;
  }
  .slider-arrow_right {
    right: -10px;
  }
  .footer-text__mail {
    display: none;
  }
}

@media (max-width: 450px) {
  .contacts {
    display: none;
  }
}
