@media (max-width: 1100px) {
  .welcome__bottom {
    margin-left: 0;
  }
  .welcome__button {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .welcome__bottom {
    margin-bottom: 50px;
  }
  .welcome__bottom .welcome__button {
    margin-top: 56px;
  }
  .welcome__top {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
  .welcome__title {
    margin-left: 0;
    margin-top: 40px;
  }
  .container {
    padding: 0 20px;
  }

  .features {
    margin-bottom: 0;
  }

  .header__menu {
    padding: 15px 15px;
  }

  .features-bg {
    top: -25%;
    opacity: 0.6;
  }

  .section--welcome {
    margin-bottom: 24px;
  }

  .section--blackqoute {
    margin-bottom: 81px;
  }

  .section--page {
    text-align: center;
  }

  .welcome__left {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }

  .welcome__right {
    margin-left: 0;
  }

  .welcome__heading {
    margin-top: 21px;
    margin-bottom: 16px;
  }

  .welcome__text {
    margin: 40px auto 28px auto;
    font-size: 32px;
  }

  .welcome__img {
    max-width: 100%;
    margin-top: 40px;
  }

  .section--shoot {
    margin-top: 0;
  }

  .section--features {
    padding-bottom: 0;
  }

  .features__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding-right: 0;
    max-width: 100%;
  }

  blockquote p {
    font-size: 32px;
  }

  blockquote:before {
    width: 53px;
    height: 41px;
    top: -30px;
    left: 20px;
    background-size: contain;
  }
  blockquote:after {
    width: 53px;
    height: 41px;
    bottom: -30px;
    right: 20px;
    background-size: contain;
  }

  .features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .farewell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .farewell__app-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .farewell__app-icon {
    margin-top: 54px;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

@media (max-width: 630px) {
  .section--farewell {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .section--page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section--content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .welcome__title {
    font-size: 116px;
  }

  .welcome__text {
    font-size: 32px;
    margin: 40px auto 44px auto;
  }

  .welcome__top {
    margin-top: 50px;
    margin-bottom: 38px;
  }

  .features__icon {
    margin-bottom: 16px;
  }

  .features {
    margin-bottom: 40px;
  }

  .features__phones {
    max-width: 100%;
  }

  .farewell {
    padding: 0;
  }
  .farewell__text {
    font-size: 19px;
  }

  .farewell__button {
    margin-top: 32px;
    margin-left: 0;
  }

  .farewell__text img {
    width: 76px;
    height: 76px;
    margin-right: 19px;
  }
  .section--welcome .farewell__text-description {
    max-width: 190px;
    width: 100%;
  }
  .farewell__text-description {
    max-width: 142px;
    width: 100%;
    display: block;
  }
}
