@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {

  .button {
    padding: 10px 20px;
  }

  header {
    height: auto;
  }

  header .logo {
    width: 24%;
    margin: 20px 0;
  }

  header .ctas {
    margin: 26px 0 20px;
  }

  header .ctas__telephone,
  header .ctas__email {
    padding: 10px 0;
  }

  .banner {
    height: 320px;
  }

  .banner__text {
    width: 38%;
    margin-top: 40px;
  }

  .banner__text h2 {
    font-size: 24px;
  }

  .main {
    padding: 20px;
    margin-bottom: 20px;
  }

  .body h1 {
    font-size: 24px;
  }

  .body h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .main__list li {
    font-size: 18px;
  }

  .map {
    height: 300px;
  }

  .map__inner {
    height: 300px;
  }

  .map__inner__body {
    margin-top: 40px;
  }

  .map__inner__body .logo {
    height: 40px;
    margin-bottom: 20px;
  }

  .services {
    padding: 20px;
    margin: 20px 0;
  }

  .services h2 {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0 10px 10px;
  }

  .services__grid__service img {
    margin-bottom: 20px;
    height: 40px;
  }

  .services__grid__service h3 {
    font-size: 16px;
  }

  footer {
    padding: 20px 0;
  }

  footer .logo {
    height: 40px;
    margin-top: 10px;
  }

  .footer {
    margin: 0 0 40px 0;
  }

  .footer__block {
    margin-right: 40px;
  }

  .footer__block h3 {
    font-size: 18px;
  }

  .legal__copyright,
  .legal__company {
    width: 100%;
  }

  .legal__copyright {
    margin-bottom: 10px;
  }

  .legal__company {
    text-align: left;
  }

}

@media (max-width: 767px) {

  header {
    height: auto;
    text-align: center;
  }

  header .logo {
    float: none;
    display: inline-block;
    width: 50%;
    margin: 20px 0;
  }

  header .ctas {
    float: none;
    margin: 0 0 20px;
  }

  header .ctas__telephone,
  header .ctas__email {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
  }

  header .ctas .button {
    padding: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    font-weight: 400;
  }

  .banner {
    height: auto;
    padding-bottom: 80px;
  }

  .banner__text {
    float: none;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    margin: 20px 0;
    padding: 16px;
  }

  .banner__text h2 {
    font-size: 22px;
  }

  .banner__text .button {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
  }

  .main {
    padding: 20px;
    margin: -80px 0 20px;
  }

  .main__body {
    width: 100%;
    margin: 0 0 20px;
  }

  .body h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .body h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .body p {
    font-size: 14px;
  }

  .main__list {
    width: 100%;
  }

  .main__list li {
    font-size: 16px;
  }

  .map {
    height: auto;
  }

  .map__inner {
    height: auto;
    padding-bottom: 100px;
    background-position: center bottom 20px;
    background-size: auto 200px;
  }

  .map__inner__body {
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .map__inner__body .logo {
    display: inline-block;
    height: 40px;
    margin-bottom: 20px;
  }

  .services {
    padding: 20px;
    margin: 20px 0;
  }

  .services h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 10px 10px;
    border-bottom: 2px solid #eceeef;
  }

  .services__grid__service {
    width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-top: 1px dotted #ddd;
  }

  .services__grid__service:nth-child(-n+4) {
    border-top: 1px dotted #ddd;
  }

  .services__grid__service:first-of-type {
    border-top: 0;
  }

  .services__grid__service img {
    margin-bottom: 20px;
    height: 50px;
  }

  .services__grid__service h3 {
    font-size: 14px;
  }

  .modal {
    width: 100%;
    padding: 20px;
  }

  .modal h2 {
    font-size: 20px;
  }

  .modal p {
    font-size: 14px;
  }

  footer {
    padding: 20px 0;
  }

  footer .logo {
    float: left;
    height: 40px;
    margin: 0 0 20px;
  }

  .footer {
    margin: 0 0 40px 0;
  }

  .footer__block {
    width: 100%;
    margin: 0 0 20px;
  }

  .footer__block p {
    font-size: 14px;
  }

  .legal__copyright,
  .legal__company {
    width: 100%;
    line-height: 1.4;
  }

  .legal__copyright {
    margin-bottom: 10px;
  }

  .legal__company {
    text-align: left;
  }

}

@media (max-width: 480px) {}
