@media only screen and (max-width: 1200px) {
  footer {
    padding-top: 50px;
  }
  footer .container {
    flex-direction: column;
    text-align: center;
  }
  footer .bubbles img {
    width: 170%;
  }
  footer nav {
    order: 2;
  }
  footer .copyright {
    order: 1;
    margin: 1rem;
  }
  footer nav a {
    margin: 0 0.5rem;
    white-space: nowrap;
  }
  header .promo {
    right: -220px;
  }
  header .promo > span {
    right: 230px;
  }
  header .contains {
    width: 550px;
  }
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 15px;
  }
  header .promo {
    display: none;
  }
  header .contains {
    width: 100%;
  }
  header a.phone {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .steps img {
    width: 50px;
    margin-right: 20px;
  }
  .steps {
    display: block;
  }
  .step1 {
    margin-bottom: 60px;
  }
  .steps > div {
    padding: 0;
  }
  .step1::after,
  .step2::after {
    font-size: 170px;
  }
}
@media only screen and (max-width: 576px) {
  header .top {
    display: block;
  }
  header a.phone {
    text-align: center;
  }
  header .contains {
    text-align: center;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
  header::before {
    transform: scale(1.8, 1);
  }
  header .promo {
    right: 100px;
  }
  header .contains {
    width: 850px;
  }
}
