@media (max-width: 1400px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1230px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .intro__img {
    max-width: 450px;
  }
  .intro__text h1 br {
    display: none;
  }
  .about__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .why__item {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .why {
    background-size: cover;
  }
  .why__logo {
    margin: 60px auto 0;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .intro__text {
    max-width: 100%;
  }
  .intro__footer,
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  h2 {
    font-size: 64px;
  }
  .start__content {
    padding: 300px 0 600px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .intro {
    padding-top: 57px;
  }
  .intro__text h1 {
    font-size: 24px;
    margin-bottom: 27px;
  }
  .intro__text p {
    font-size: 16px;
  }
  .main-btn {
    font-size: 16px;
  }
  .mob-hidden {
    display: none;
  }
  .mob-visible {
    display: block;
  }
  .intro__footer {
    margin-top: 40px;
    gap: 24px;
  }
  h2 {
    font-size: 44px;
  }
  .about {
    padding-top: 60px;
  }
  .about__title h2 {
    font-size: 64px;
  }
  .about__title p {
    font-size: 20px;
  }
  .about .flex-arrow {
    margin: 40px 0 57px;
  }
  .about .flex-arrow img {
    display: none;
  }
  .about__img {
    max-width: 220px;
  }
  .about__item {
    gap: 6px;
  }
  .about__item img {
    height: 30px;
  }
  .about__item p {
    font-size: 16px;
  }
  .about__item + .about__item {
    margin-top: 32px;
  }
  .about__content {
    gap: 57px;
  }
  html {
    background: #161E24 url(../img/body-bg-mob.png) no-repeat center top/100% 6000px;
  }
  .flex-arrow h2 {
    text-align: left;
  }
  .flex-arrow img {
    display: none;
  }
  .steps__item__num {
    font-size: 110px;
    min-width: 136px;
    line-height: 70px;
  }
  .steps__item__num::after {
    height: 8px;
    width: 8px;
    top: 37px;
    left: 30px;
  }
  .steps__item {
    padding-bottom: 24px;
  }
  .steps__item__text h3 {
    font-size: 20px;
  }
  .steps__item__text p {
    font-size: 14px;
    margin-top: 0;
  }
  .steps__item + .steps__item {
    margin-top: 16px;
  }
  .why {
    margin: 0;
    background: none;
  }
  .why__item {
    min-height: 228px;
  }
  .why__content {
    gap: 12px;
  }
  .consult__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 28px;
  }
  .consult__content p {
    font-size: 16px;
  }
  .faq__item {
    padding: 22px;
  }
  .faq__item__heading {
    font-size: 16px;
  }
  .faq__item__dot {
    height: 3px;
    width: 3px;
  }
  .faq__item__text {
    font-size: 14px;
    padding-top: 20px;
  }
  .faq__content {
    margin-top: 40px;
  }
  .start__content {
    padding: 136px 0 320px;
  }
  .start__content div {
    font-size: 24px;
    padding: 25px;
  }
  .contacts {
    padding: 60px 15px;
  }
  .contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 16px;
  }
  .contacts h3 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .contacts__text p {
    display: none;
  }
  .footer {
    margin-top: 0;
  }
  .main-btn {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .thanks {
    background: #161E24 url(../img/thanks-bg-mob.png) no-repeat center top/cover;
  }
  .thanks h1 {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
}/*# sourceMappingURL=media.css.map */