@charset "UTF-8";
@keyframes cloud-1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 50% 10px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes cloud-2 {
  0% {
    background-position: 0 0;
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    background-position: -100% 0;
    opacity: 1;
  }
}
@keyframes cloud-3 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 -10px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes ring-1 {
  0% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  50% {
    width: 220px;
    height: 220px;
    opacity: 0.6;
  }
  80% {
    width: 220px;
    height: 220px;
    opacity: 0.6;
  }
  95% {
    opacity: 0;
  }
}
@keyframes ring-2 {
  0% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  60% {
    width: 300px;
    height: 300px;
    opacity: 0.4;
  }
  80% {
    width: 300px;
    height: 300px;
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ring-3 {
  0% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  60% {
    width: 380px;
    height: 380px;
    opacity: 0.2;
  }
  80% {
    width: 380px;
    height: 380px;
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1570px;
  }
  .container--sm {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (max-width: 1399px) {
  .numbers .numberBox {
    padding: 40px 40px 20px;
  }
  .questions {
    background: url(../img/bg-section3-right.jpg) no-repeat 100% 18%/70%;
  }
}
/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
  /* CSS для ширины от 992px до 1199px */
  .container {
    max-width: 100%;
  }
  .orderForm {
    max-width: 95%;
    margin: 0 auto;
  }
}
/* md-размер (<=991px) */
@media (max-width: 991px) {
  /* CSS для ширины от 768px до 991px */
  .header__iconBox {
    width: 33.3333%;
  }
  .numbers {
    flex-wrap: wrap;
  }
  .numbers .numberBox {
    padding: 20px;
    flex: 1 0 50%;
  }
  .numbers .numberBox__number {
    font-size: 30px;
    line-height: 32px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .numbers .numberBox__number img {
    margin-bottom: 15px;
    margin-left: 0;
    order: 1;
  }
  .numbers .numberBox__number span {
    order: 2;
  }
  .numbers .numberBox__text {
    font-size: 16px;
    text-transform: none;
  }
}
/* sm-размер (<=767px) */
@media (max-width: 767px) {
  /* CSS для ширины от 576px до 767px */
  .clouds {
    height: 300px;
  }
  .section_1 {
    position: relative;
    background-position: 35% 0;
    background-image: url("../img/bg-header2-mob.jpg");
    padding-top: 15px;
    z-index: 0;
  }
  .section_1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .section_1 .container {
    z-index: 23;
  }
  .header .row-1 {
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 10px;
  }
  .header .row-1 .col {
    width: 100%;
  }
  .header .row-1 .col:nth-child(2) {
    opacity: 1;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
  }
  .header .row-1 .col.header__contact {
    flex: 1 0 calc(100% - 130px);
    justify-content: center;
    margin-top: 50px;
  }
  .header .row-1 .col.header__contact .header__contact--callback {
    order: 2;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .header__title {
    margin-block: 40px;
    font-size: 26px;
    line-height: 1.8;
  }
  .header__title .row-1 {
    display: none;
  }
  .header__iconBox {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
    border-right: 0;
  }
  .header .m0 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .clouds .cloud-1 {
    left: -200px;
  }
  .questions {
    background: url(../img/bg-section3-right.jpg) no-repeat 100% 25%/70%;
  }
  .questions .h1 {
    text-wrap: pretty;
    font-size: 26px;
    line-height: 32px;
  }
  .questions .question {
    padding-left: 0;
  }
  .questions .question__title {
    font-size: 20px;
    line-height: 22px;
  }
  .section-4 {
    padding-top: 120px;
  }
  .orderForm {
    padding: 60px 20px;
  }
  .orderForm__title {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  .orderForm__desc {
    padding: 0;
  }
}
/* xs-размер (<=575px) */
@media (max-width: 575px) {
  /* CSS для ширины до 575px (включительно) */
}

/*# sourceMappingURL=media.css.map */
