@media (max-width: 1230px) {
  .container {
    max-width: 1100px;
  }
  .header__nav {
    gap: 40px;
  }
  .intro__img {
    right: -240px;
  }
  .team__img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: -90px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .header__nav a {
    font-size: 16px;
  }
  .intro__text p {
    font-size: 20px;
    line-height: 1.4;
    max-width: 500px;
  }
  .intro__text p br {
    display: none;
  }
  .intro__img {
    height: 600px;
    width: auto;
    right: -150px;
  }
  .team__text {
    -webkit-transform: none;
            transform: none;
  }
  .team .container {
    gap: 0;
  }
  .team__img {
    height: 400px;
  }
  .situation__btns {
    -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;
  }
  .how {
    padding-top: 50px;
  }
  .about__right iframe {
    max-width: 500px;
  }
  .results__item {
    padding: 73px 25px 64px;
  }
}
@media (max-width: 991px) {
  .container,
  .steps .container {
    max-width: 768px;
  }
  .steps__item {
    max-width: 290px;
  }
  .header__nav {
    gap: 16px;
  }
  .header__nav a {
    font-size: 14px;
  }
  .intro__img {
    display: none;
  }
  .intro__img--mob {
    display: block;
    position: static;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: auto;
  }
  .intro__text p {
    max-width: 100%;
  }
  .team__img {
    height: 335px;
  }
  .how__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how__item {
    width: 100%;
    max-width: 400px;
  }
  .situation__img {
    height: 400px;
  }
  .offer__img {
    display: none;
  }
  .offer__img--mob {
    display: block;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .offer__form p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__form p span {
    text-align: center;
  }
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__right iframe {
    max-width: 100%;
    width: 100%;
    height: 350px;
  }
  h2 {
    font-size: 50px;
  }
  .results__content {
    -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;
  }
  .results__item {
    width: 100%;
    max-width: 400px;
  }
  .situation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .situation__img {
    margin: 0;
  }
  .how {
    padding-bottom: 70px;
  }
  .steps__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .steps__content__wrapper {
    width: 100%;
    gap: 50px;
  }
  .steps__content__line {
    height: 100%;
    top: 0;
    max-width: 6px;
    padding: 0 3px;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: calc(50% - 3px);
  }
  .steps__content__line div.last {
    margin: 0 0 -2px;
  }
  .steps__content__line div.first {
    margin: -2px 0 0;
  }
  .offer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__text p {
    max-width: 100%;
  }
  .footer__content {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .container,
  .steps .container {
    max-width: 576px;
  }
  .header__nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .header {
    padding: 30px 0;
  }
  .intro__text h1 {
    font-size: 60px;
  }
  .intro__text p {
    font-size: 18px;
    max-width: 100%;
  }
  .intro__text p br {
    display: none;
  }
  .intro__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .team__img {
    height: auto;
    width: 100%;
    margin: 0;
  }
  .situation__img {
    height: auto;
    width: 100%;
  }
  h2, .reviews h2, .benefits h2 {
    font-size: 36px;
  }
  .reviews__content {
    -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;
  }
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contacts__right {
    margin-right: auto;
    padding-top: 40px;
  }
  .team__item {
    width: calc(50% - 10px);
  }
  .team__content {
    gap: 33px 20px;
  }
  .steps__item__counter div {
    height: 63px;
    width: 63px;
    font-size: 14px;
  }
  .steps__item {
    gap: 8px;
    -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: flex-end;
    text-align: right;
    max-width: 200px;
  }
  .steps__content__wrapper .steps__item:last-child {
    margin-left: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
  .steps__item__text h5 {
    font-size: 16px;
  }
  .steps__item__text p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .steps__content__wrapper,
  .steps__content {
    gap: 0;
  }
  .steps__content__line {
    width: 100%;
    max-width: 4px;
    padding: 0 2px;
  }
  .steps__content__line div {
    height: 10px;
    width: 10px;
    min-height: 10px;
    min-width: 10px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
  .steps .container {
    padding: 25px 21px 60px;
  }
  .steps__item {
    max-width: 150px;
  }
  .intro {
    background: url(../images/intro-bg-mob.png) no-repeat top center/cover;
  }
  .team {
    background: url(../images/team-bg-mob.png) no-repeat top center/100% 100%;
  }
  .intro__text h1 {
    font-size: 32px;
  }
  .intro__text p {
    margin-top: 12px;
    font-size: 16px;
    max-width: 100%;
  }
  .intro .container {
    padding-bottom: 120px;
  }
  h2, .reviews h2, .benefits h2 {
    font-size: 32px;
  }
  .team__text p {
    font-size: 16px;
  }
  .benefits__footer p {
    font-size: 16px;
    line-height: 1.3;
  }
  .contacts__right {
    padding-top: 0;
  }
  .main__wrapper {
    background-size: auto 140px;
    background-position: top 700px right;
  }
  .how__item img {
    width: 79px;
    height: auto;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .how__item h4 {
    font-size: 18px;
  }
  .situation__btns p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 13px;
  }
  .situation__btns p span {
    text-align: left;
  }
  .situation__btns p img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    height: 36px;
    width: 36px;
  }
  .situation__btns .main-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .benefits {
    padding-top: 90px;
  }
  .benefits h2 {
    text-align: left;
  }
  .reviews {
    background-position: top 60px center;
  }
  .reviews__item iframe {
    min-height: 190px;
  }
  .offer__form h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .offer__form p span {
    text-align: left;
  }
  .reviews__content,
  .how__content {
    gap: 40px;
  }
  .offer__form p span {
    font-size: 16px;
  }
  .offer__form p span br {
    display: none;
  }
  .offer__form .input {
    margin-bottom: 16px;
  }
  .iti {
    margin-bottom: 16px !important;
  }
  .offer__form button {
    font-size: 16px;
    line-height: 20px;
  }
  .contacts__right h2 {
    font-size: 32px;
  }
  .contacts__right p {
    font-size: 16px;
  }
  .contacts__left iframe {
    width: 100%;
    height: 300px;
    margin-top: 0;
  }
  .offer__form .input {
    padding: 18px;
  }
  .offer__img--mob {
    margin-bottom: 18px;
  }
  .offer {
    padding-bottom: 65px;
  }
  .main__wrapper {
    border-radius: 30px;
  }
  .header__logo {
    height: 29px;
  }
  .intro {
    padding-top: 110px;
  }
  .intro__subtitle span {
    font-size: 16px;
    line-height: 1.3;
  }
  .intro__subtitle img {
    height: 24px;
  }
  .main-btn,
  .intro__btns__info {
    width: 100%;
    text-align: center;
    display: block;
  }
  .about__slider {
    padding: 0 15px;
  }
  .about__slider .slick-prev, .about__slider .slick-next {
    height: 24px;
    width: 24px;
  }
  .about .container {
    padding: 24px 24px 40px;
    background: #fff url(../images/about-bg.svg) no-repeat center top 185px/auto 290px;
  }
  .about__slider__wrapper {
    padding: 0 20px;
  }
  .about__slider img {
    height: auto;
    width: 148px !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .about__left p {
    font-size: 16px;
  }
  .about__content {
    margin-top: 50px;
  }
  .about__right iframe {
    height: 200px;
  }
  .about__right p {
    font-size: 16px;
  }
  .team__item p {
    font-size: 16px;
    margin-top: 16px;
  }
  .results__item h4 {
    font-size: 22px;
  }
  .results__item p {
    margin-top: 8px;
  }
  .results__wrapper {
    background: url(../images/results-bg-mob.svg) no-repeat top center/cover;
  }
  .situation__text p {
    font-size: 16px;
  }
  .how__item {
    padding: 20px 20px 30px;
  }
  .situation {
    gap: 16px;
  }
  .reviews__item h5 {
    font-size: 18px;
  }
  .reviews__item h5 small {
    font-size: 16px;
  }
  .reviews__item p {
    font-size: 14px;
  }
  .offer__bg {
    background: url(../images/offer-bg-mob.png) no-repeat top center/cover;
  }
  .offer__text {
    max-width: 100%;
  }
  .offer__text h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .offer__text p {
    font-size: 16px;
    line-height: 1.4;
  }
  .footer__text p, .footer__text a {
    font-size: 16px;
  }
  .footer__text p + a, .footer__text p + p, .footer__text a + a, .footer__text a + p {
    margin-top: 8px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer__form .input {
    border-radius: 15px;
  }
  .steps .container {
    border-radius: 15px;
  }
}/*# sourceMappingURL=media.css.map */