

@media screen and (min-width: 2700px) {
    .container {
        max-width: 2760px;
        padding: 0 90px;
    }

    .button {
        padding: 50px 100px;
        font-size: 44px;
        letter-spacing: 4px;
    }

    .button__icon {
        width: 56px;
        height: 56px;
        margin: 0 40px 0 0;
    }

    .header {
        padding: 48px 0;
    }

    .header__inner {
        max-width: 2570px;
    }

    .header__logo {
        width: 310px;
        height: 84px;
    }

    .header__cta {
        padding: 20px 40px 20px 20px;
        font-size: 32px;
    }

    .header-nav {
        margin: 0 160px 0 auto;
        gap: 140px;
    }

    .header-nav__link {
        font-size: 32px;
    }

    .footer {
        padding: 60px 0 68px;
    }

    .footer__logo {
        width: 244px;
        height: 66px;
    }

    .footer__inner {
        max-width: 2310px;
    }

    .footer__divider {
        margin: 55px auto 50px;
    }

    .footer__copy {
        font-size: 32px;
    }

    .footer__copy-wrap {
        gap: 60px;
    }

    .footer__cta {
        padding: 20px 40px 20px 20px;
        font-size: 32px;
    }

    .footer-nav__list {
        gap: 60px;
    }

    .footer-nav__link {
        font-size: 32px;
    }

    .thank-you {
        padding: 164px 0 184px;
    }

    .thank-you__inner {
        gap: 140px;
        max-width: 2790px;
    }

    .thank-you__illustration {
        flex: 0 0 700px;
        max-width: 700px;
    }

    .thank-you__text {
        font-size: 128px;
    }
}

@media screen and (max-width: 1800px) {
    .hero__art {
        width: 410px;
        height: 420px;
    }

    .hero__art::before {
        width: 630px;
        height: 630px;
    }

    .hero__art_left::before {
        right: 80px;
    }

    .hero__art_right::before {
        left: 80px;
    }

    .hiw-hero {
        padding: 100px 0 0;
    }

    .hiw-hero__art {
        width: 300px;
        height: 310px;
    }

    .hiw-hero__art::before {
        width: 466px;
        height: 466px;
    }

    .hiw-hero__art_left::before {
        right: 75px;
    }

    .hiw-hero__art_right::before {
        left: 75px;
    }
}

@media screen and (max-width: 1440px) {
    .services-list {
        grid-template-columns: repeat(2, minmax(270px, 1fr));
    }
}

@media screen and (max-width: 1400px) {
    .hero__text {
        margin: 0 auto 55px;
    }

    .hero__art {
        width: 255px;
        height: 265px;
    }

    .hero__art::before {
        width: 396px;
        height: 396px;
    }

    .hero__art_left::before {
        right: 80px;
    }

    .hero__art_right::before {
        left: 80px;
    }

    .services__grid {
        gap: 40px 30px;
    }

    .service-card {
        max-width: 348px;
        padding: 54px 14px 52px;
    }

    .service-card_cta {
        padding: 54px 32px 52px;
    }

    .service-card__button {
        font-size: 16px;
    }

    .cta-bar__hint {
        max-width: 370px;
    }

    .hiw-hero__art_left {
        display: none;
    }

    .hiw-hero__title {
        text-align: left;
        margin: 0 0 50px;
    }

    .hiw-hero__text {
        margin: 0;
    }

    .ready-to-action__inner {
        padding: 70px 45px 70px 65px;
        align-items: center;
    }

    .ready-to-action__inner::before {
        top: 60px;
        right: -50px;
        width: 314px;
        height: 314px;
    }

    .ready-to-action__inner::after {
        top: auto;
        width: 373px;
        height: 355px;
    }

    .ready-to-action__illustration {
        width: 128px;
        height: 133px;
    }

    .thank-you {
        padding: 87px 0;
    }

    .thank-you__inner {
        gap: 40px;
    }
}

@media screen and (max-width: 1190px) {
    .cta-bar__inner {
        flex-direction: column;
        padding: 30px 12px 12px 12px;
    }

    .cta-bar__form {
        max-width: 100%;
        margin: 43px auto 0;
        gap: 12px;
    }

    .cta-bar__hint {
        max-width: 440px;
    }

    .cta-bar__form .preform__field {
        max-width: 100%;
    }

    .cta-bar__form .preform__field:not(.preform__field_select) {
        max-width: 280px;
    }

    .cta-bar__form .preform__submit {
        margin-left: 8px;
    }


}

@media screen and (max-width: 1100px) {
    .container {
        padding: 0 30px;
    }

    .hero {
        padding: 70px 0;
    }

    .hero__art {
        width: 320px;
        height: 332px;
    }

    .hero__art::before {
        width: 497px;
        height: 497px;
    }

    .hero__form {
        max-width: 290px;
        flex-direction: column;
        gap: 12px;
    }

    .preform__field {
        max-width: 100%;
    }

    .preform__submit {
        margin-left: 0;
    }

    .service-card {
        max-width: 290px;
        padding: 54px 35px 52px;
    }

    .service-card_cta {
        padding: 54px 22px 52px;
    }

    .steps {
        padding: 100px 0 70px;
    }

    .steps__inner {
        gap: 34px;
    }

    .steps__subtitle {
        margin: 0 auto 50px;
    }

    .why {
        padding: 70px 0;
    }

    .services-list {
        gap: 28px 5px;
    }

    .all-services__heading {
        gap: 36px;
    }

    .all-services__layout {
        gap: 40px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    .footer-nav__list {
        justify-content: space-between;
    }

    .footer__copy-wrap {
        justify-content: space-between;
    }

    .hiw-hero {
        padding: 70px 0 0;
    }

    .hiw-hero__text {
        max-width: 605px;
    }

    .contact {
        padding: 70px 0;
    }

    .contact__title {
        margin: 0 0 20px;
    }

    .contact__content {
        padding: 20px 0 0;
    }

    .contact__text {
        margin: 0 0 40px;
    }

    .contact-item__icon {
        margin: 0 20px 0 0;
    }

    .contact-item__data {
        margin: 15px 0 0;
    }

    .contact-item__label {
        max-width: 145px;
        margin: 0 20px 0 0;
        font-size: 20px;
    }

    .contact-item__value {
        font-size: 18px;
    }

    .lets-talk {
        padding: 50px 0 60px;
    }

    .lets-talk__inner {
        gap: 30px;
    }

    .lets-talk__title {
        font-size: 34px;
        margin: 0 0 10px;
    }

    .lets-talk__text {
        margin: 0 0 40px;
    }

    .lets-talk__illustration {
        width: 100%;
        max-width: 210px;
        flex: 0 0 210px;
    }

    .lets-talk__form .preform__field:not(.preform__field_select) {
        max-width: 183px;
    }

    .lets-talk__form .preform__submit {
        margin-left: 13px;
    }

    .thank-you {
        padding: 50px 0 60px;
    }

    .thank-you__inner {
        gap: 30px;
    }

    .thank-you__illustration {
        flex: 0 0 210px;
        max-width: 210px;
    }

    .thank-you__text {
        font-size: 34px;
    }
}

@media screen and (max-width: 990px) {
    .container {
        padding: 0 39px;
    }

    .hero__title {
        font-size: 54px;
        line-height: 60px;
    }

    .hero__art {
        width: 236px;
        height: 245px;
    }

    .hero__art::before {
        width: 367px;
        height: 367px;
    }

    .hero__art_left::before {
        right: 58px;
    }

    .hero__art_right::before {
        left: 58px;
    }

    .services {
        padding: 60px 0 70px;
    }

    .services__title {
        margin: 0 auto 60px;
    }

    .services__grid {
        gap: 20px 30px;
    }

    .service-card {
        max-width: 330px;
        padding: 54px 55px 37px;
    }

    .service-card_cta {
        padding: 50px 32px 50px;
    }

    .steps {
        padding: 70px 0;
    }

    .steps__inner {
        flex-direction: column;
        gap: 50px;
    }

    .steps__media {
        max-width: 580px;
        height: 308px;
    }

    .cta-bar__form {
        gap: 7px;
    }

    .cta-bar__form .preform__field:not(.preform__field_select) {
        max-width: 183px;
    }

    .cta-bar__form .preform__submit {
        margin-left: 13px;
    }

    .why__illustration {
        display: none;
    }

    .why__inner {
        padding: 70px 44px 70px 50px;
        box-shadow: 0 4px 200px 0 rgba(0, 0, 0, 0.10);
    }

    .why__list {
        gap: 33px 11px;
    }

    .services-list {
        grid-template-columns: 1fr;
        gap: 28px 20px;
    }

    .all-services {
        padding: 55px 0 85px;
    }

    .hiw-hero__title {
        font-size: 54px;
        line-height: 60px;
    }

    .hiw-hero__text {
        max-width: 400px;
    }

    .ready-to-action__inner {
        padding: 70px 40px 60px 26px;
    }

    .ready-to-action__inner::before {
        top: auto;
        bottom: 85px;
        right: -90px;
    }

    .ready-to-action__inner::after {
        width: 315px;
        height: 285px;
    }

    .ready-to-action__form {
        flex-direction: column;
        max-width: 290px;
    }

    .ready-to-action__illustration {
        position: absolute;
        right: 40px;
        bottom: 175px;
    }

    .terms-content {
        padding: 60px 0 70px;
    }

    .terms-content h1 {
        font-size: 54px;
    }

    .contact__grid {
        flex-direction: column;
        gap: 70px;
    }

    .contact__content {
        max-width: 100%;
    }

    .contact-list {
        max-width: 570px;
    }

    .lets-talk__inner {
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 30px;
    }

    .header-nav {
        display: none;
    }

    .header__burger {
        display: inline-block;
    }

    .header__cta {
        margin-left: auto;
    }

    .hero {
        padding: 50px 0 220px;
    }

    .hero__title {
        font-size: 34px;
        line-height: normal;
    }

    .hero__text {
        margin: 0 auto 30px;
    }

    .services__title {
        font-size: 54px;
        line-height: 60px;
    }

    .service-card {
        max-width: 240px;
        border-radius: 24px;
        padding: 54px 15px 37px;
    }

    .service-card__button {
        font-size: 14px;
    }

    .service-card_cta {
        padding: 50px 15px;
    }

    .steps__media {
        max-width: 510px;
        height: 270px;
    }

    .cta-bar__form {
        flex-wrap: wrap;
    }

    .cta-bar__form .preform__submit {
        width: 100%;
        margin-left: 0;
        margin-top: 13px;
    }

    .cta-bar__form .preform__field_select {
        max-width: calc(100% - 190px);
    }

    .why {
        padding: 60px 0 70px;
    }

    .why__inner {
        padding: 50px 22px 50px 30px;
    }

    .why__title {
        margin: 0 0 40px;
        font-size: 34px;
        line-height: normal;
    }

    .why__list {
        grid-template-columns: 1fr 1fr;
    }

    .all-services {
        \padding: 50px 0 65px;
    }

    .all-services__heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin: 0 0 30px;
    }

    .all-services__layout {
        flex-direction: column;
        gap: 30px;
    }

    .alphabet {
        max-width: 100%;
    }

    .footer__top {
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }

    .footer__divider {
        max-width: 185px;
        margin: 28px auto 16px;
    }

    .footer__bottom {
        gap: 48px;
    }

    .footer-nav__list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .footer__copy-wrap {
        flex-direction: column;
        justify-content: center;
        gap: 14px;
    }

    .hiw-hero__text {
        max-width: 330px;
        font-size: 16px;
    }

    .lets-talk__form {
        flex-wrap: wrap;
    }

    .lets-talk__form .preform__submit {
        width: 100%;
        margin-left: 0;
        margin-top: 13px;
    }

    .lets-talk__form .preform__field_select {
        max-width: calc(100% - 190px);
    }
}

@media screen and (max-width: 600px) {
    .hiw-hero {
        padding: 50px 0 0;
    }

    .hiw-hero__title {
        margin: 0 0 40px;
        font-size: 34px;
        line-height: normal;
    }

    .hiw-hero__art {
        width: 183px;
        height: 190px;
    }

    .hiw-hero__art::before {
        width: 284px;
        height: 284px;
    }

    .hiw-hero__art_right::before {
        left: 45px;
    }

    .ready-to-action__inner {
        padding: 50px 33px;
        margin: 0 -30px;
    }

    .ready-to-action__inner::before,
    .ready-to-action__inner::after {
        content: none;
        display: none;
    }

    .ready-to-action__title {
        font-size: 34px;
        line-height: normal;
    }

    .ready-to-action__text {
        margin: 0 0 40px;
        font-family: var(--font-main), sans-serif;
        font-size: 22px;
        font-weight: 400;
    }

    .ready-to-action__form {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .ready-to-action__form .preform__field_select {
        max-width: calc(100% - 205px);
    }

    .ready-to-action__form .preform__field:not(.preform__field_select) {
        max-width: 198px;
    }

    .ready-to-action__form .preform__submit {
        width: 100%;
        margin-left: 0;
        margin-top: 13px;
    }

    .ready-to-action__illustration {
        display: none;
    }

    .terms-content {
        padding: 40px 0 50px;
    }

    .terms-content h1 {
        font-size: 34px;
    }

    .contact {
        padding: 50px 0 60px;
    }

    .contact__grid {
        gap: 50px;
    }

    .lets-talk {
        padding: 50px 0;
    }

    .thank-you {
        padding: 38px 0;
    }

    .thank-you__inner {
        flex-direction: column;
        gap: 20px;
    }

    .thank-you__illustration {
        flex: 0 0 auto;
    }
    
    .thank-you__text {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .container {
        padding: 0 15px;
    }

    .header {
        padding: 9px 0;
    }

    .header__logo {
        width: 72px;
        height: 20px;
    }

    .header__cta {
        padding: 6px;
        font-size: 12px;
    }

    .header__cta .button__icon {
        width: 20px;
        height: 20px;
        margin: 0 6px 0 0;
    }

    .header__burger {
        margin-left: 15px;
    }

    .hero {
        padding: 30px 0 340px;
    }

    .hero__text {
        font-size: 18px;
    }

    .hero__art {
        width: 320px;
        height: 332px;
    }

    .hero__art::before {
        width: 495px;
        height: 495px;
    }

    .hero__art_left::before {
        right: 80px;
    }

    .hero__art_right {
        display: none;
    }

    .services {
        padding: 40px 0 50px;
    }

    .services__title {
        font-size: 28px;
        line-height: normal;
        margin: 0 auto 40px;
    }

    .services__title-icon {
        margin: 0 25px 0 0;
    }

    .service-card {
        max-width: 290px;
        padding: 34px 30px;
    }

    .steps {
        padding: 40px 0;
    }

    .steps__title {
        margin: 0 auto 32px;
        font-size: 34px;
        line-height: normal;
    }

    .steps__subtitle {
        margin: 0 auto 30px;
    }

    .steps__media {
        max-width: 290px;
        height: 154px;
    }

    .steps__inner {
        gap: 30px;
    }

    .steps__list {
        gap: 20px;
    }

    .steps-item__num {
        font-size: 20px;
        height: 45px;
        margin-right: 4px;
    }

    .steps-item__icon {
        flex: 0 0 90px;
        width: 90px;
        height: 90px;
        margin-right: 12px;
    }

    .steps-item__icon:after {
        width: 65px;
        height: 65px;
    }

    .steps-item__title {
        font-size: 20px;
        line-height: normal;
    }

    .cta-bar__inner {
        padding: 25px 12px 12px;
    }

    .cta-bar__hint {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px
    }

    .cta-bar__hint b {
        border-right: none;
        padding-right: 0;
    }

    .cta-bar__form {
        margin: 30px auto 0;
        gap: 12px;
    }

    .cta-bar__form .preform__field,
    .cta-bar__form .preform__field:not(.preform__field_select) {
        max-width: 100%;
    }

    .cta-bar__form .preform__submit {
        margin-top: 0;
    }

    .why {
        padding: 40px 0 0;
    }

    .why__inner {
        margin: 0 -15px;
        padding: 40px 15px 50px;
    }

    .why__title {
        margin: 0 0 50px;
        text-align: center;
    }

    .why__list {
        grid-template-columns: 1fr;
    }

    .all-services {
        padding: 50px 0 40px;
    }

    .all-services__title {
        font-size: 34px;
        line-height: normal;
    }

    .alphabet {
        padding: 25px;
    }

    .hiw-hero {
        padding: 30px 0 352px;
    }

    .hiw-hero__title {
        margin: 0 0 30px;
    }

    .hiw-hero__text {
        max-width: 100%;
    }

    .hiw-hero__art {
        width: 320px;
        height: 332px;
    }

    .hiw-hero__art::before {
        width: 497px;
        height: 497px;
    }

    .hiw-hero__art_right::before {
        left: 80px;
    }

    .ready-to-action {
        padding: 0;
    }

    .ready-to-action__inner {
        padding: 50px 15px 60px;
        margin: 0 -15px;
    }

    .ready-to-action__form {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0 auto;
        background: none;
        gap: 12px;
    }

    .ready-to-action__form .preform__field,
    .ready-to-action__form .preform__field:not(.preform__field_select) {
        max-width: 100%;
    }

    .ready-to-action__form .preform__submit {
        margin-top: 0;
    }

    .contact {
        padding: 30px 0 50px;
    }

    .contact__title {
        margin: 0 0 30px;
        font-size: 34px;
    }

    .contact__subtitle {
        font-size: 20px;
    }

    .contact__text {
        font-size: 16px;
    }

    .contact-item__icon {
        margin: 0 16px 0 0;
    }

    .contact-item__label {
        margin: 0 0 4px;
    }

    .contact-item__data {
        flex-direction: column;
        margin: 0;
    }

    .lets-talk {
        padding: 40px 0;
    }

    .lets-talk__inner {
        gap: 30px;
    }

    .lets-talk__title {
        margin: 0 0 20px;
    }

    .lets-talk__text {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .lets-talk__illustration {
        max-width: 160px;
        flex: 0 0 auto;
    }

    .lets-talk__form {
        margin: 30px auto 0;
        gap: 12px;
    }

    .lets-talk__form .preform__field,
    .lets-talk__form .preform__field:not(.preform__field_select) {
        max-width: 100%;
    }

    .lets-talk__form .preform__submit {
        margin-top: 0;
    }
}

@media screen and (max-width: 400px) {
    .contact__map {
        height: 275px;
    }

    .thank-you {
        padding: 34px 0;
    }

    .thank-you__illustration {
        max-width: 160px;
    }

    .thank-you__text {
        font-size: 20px;
    }
}
