@media (max-width: 1400px) {
  .container {
    max-width: 1230px;
  }
  .hero__content h1 {
    font-size: 310px;
  }
}
@media (max-width: 1230px) {
  .hero__content h1 {
    font-size: 277px;
  }
  .container {
    max-width: 1100px;
  }
  .why__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .why__item {
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 !important;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .mob-visible {
    display: block;
  }
  .mob-hidden {
    display: none;
  }
  .hero {
    background: none;
    padding-top: 30px;
  }
  .hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .about__text {
    max-width: 100%;
  }
  .about__img.mob-visible {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
  }
  .about__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__footer__item {
    width: 100%;
    border: none;
  }
  .about__footer__item + .about__footer__item {
    border-top: 1px solid #E5E5E5;
  }
  .sphere__item__img {
    width: 50%;
  }
  .how__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how__item__img {
    max-width: 100%;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .footer__content iframe {
    width: 100%;
    max-width: 100%;
  }
  .footer p {
    margin-top: 10px;
  }
  .hero {
    display: block;
  }
  .intro__img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .slider__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 20px;
  }
  .hero__content h3 + p {
    color: #000;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .sphere__item {
    gap: 16px;
  }
  .about__text p {
    font-size: 16px;
  }
  .sphere__item__text p {
    font-size: 14px;
  }
  .sphere__item + .sphere__item {
    margin-top: 23px;
    padding-top: 20px;
  }
  .sphere__item__text img {
    height: 20px;
    width: 20px;
  }
  .sphere__footer {
    font-size: 16px;
    padding: 17px 35px;
  }
  .why__content {
    gap: 20px;
  }
  .why__content {
    margin-top: 40px;
  }
  .why {
    padding-bottom: 60px;
  }
  .why__item {
    min-height: 260px;
  }
  .exp__item + .exp__item {
    margin-top: 40px;
  }
  .exp__item h3 {
    font-size: 64px;
  }
  .exp__item p {
    font-size: 20px;
  }
  .exp {
    background: #151419 url(../img/exp-bg-mob.png) no-repeat center top/100% auto;
    padding-bottom: 60px;
  }
  .with .slider__btns {
    display: none;
  }
  .with__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .with__item {
    min-height: 280px;
  }
  .how__item {
    gap: 20px;
  }
  .how__item__text h3 {
    font-size: 24px;
  }
  .how__item__text p {
    margin-top: 8px;
    font-size: 16px;
  }
  .how__item + .how__item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .consult p {
    font-size: 18px;
    margin-top: 20px;
  }
  .contacts h2 + p,
  .footer p {
    font-size: 16px;
  }
  .thanks {
    background: #fff url(../img/thanks-bg-mob.png) no-repeat center top/cover;
  }
}/*# sourceMappingURL=media.css.map */