@media (min-width: 768px) {
    .button {
        padding: 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .promo__title {
        font-size: 68px;
        line-height: 85px;
    }

    .promo__gift-block {
        padding: 26px;
    }

    .info {
        padding: 110px 0;
    }

    .info__title {
        font-size: 50px;
        line-height: 132.9%;
        letter-spacing: 0.02em;
        max-width: 470px;
    }

    .info__images {
        margin: 28px 0 0;
        width: fit-content;
    }

    .info__image1 {
        width: 258px;
        height: 400px;
    }

    .info__image2 {
        width: 237px;
        height: 400px;
        left: 117px;
        top: 200px;
    }

    .info-button {
        margin-top: 50px;
    }

    .calendar {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        position: relative;
    }

    .calendar__title {
        font-size: 50px;
        max-width: 410px;
    }

    .calendar__images {
        position: absolute;
        left: 0;
        top: 105px;
        margin: 0;
    }

    .calendar__images:before {
        width: 386px;
        height: 141px;
        left: 9px;
        top: 109px;
    }

    .calendar__image1 {
        width: 258px;
        height: 238px;
    }

    .calendar__image2 {
        width: 255px;
        height: 234px;
        left: 129px;
        top: 119px;
    }

    .who__title {
        font-size: 50px;
    }

    .who__image-box:before {
        width: 343px;
        height: 489px;
    }

    .who__image-box:after {
        position: absolute;
        width: 333px;
        height: 88px;
        bottom: 76px;
        left: 283px;
    }

    .who__image {
        width: 450px;
        max-width: 450px;
    }

    .who__list {
        margin-top: 50px;
        gap: 30px;
    }

    .who__item:nth-child(even) {
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }

    .who__item:nth-child(1) {
        width: 390px;
    }

    .who__item:nth-child(2) {
        width: 519px;
    }

    .who__item:nth-child(3) {
        width: 380px;
    }

    .who__item:nth-child(4) {
        width: 468px;
    }

    .footer__title {
        font-size: 50px;
    }

    .footer__form-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 60px;
    }

    .footer__price-box {
        margin-bottom: 0;
    }

    .footer__form-input, .footer__form-button, .footer__form {
        max-width: 370px;
    }
}

@media (min-width: 1200px) {
    .promo__title {
        font-size: 100px;
        line-height: 122px;
    }

    .info__images {
        margin-top: -160px;
    }

    .info__image1 {
        width: 470px;
        height: 602px;
    }

    .info__image2 {
        width: 390px;
        height: 526px;
        left: 180px;
        top: 346px;
    }

    .calendar__title {
        font-size: 50px;
        max-width: 570px;
    }

    .calendar__text {
        max-width: 382px;
        margin-right: 85px;
    }

    .calendar__images {
        top: 0;
    }

    .calendar__images:before {
        width: 559px;
        height: 149px;
        left: 26px;
        top: 206px;
    }

    .calendar__image1 {
        width: 370px;
        height: 340px;
    }

    .calendar__image2 {
        width: 285px;
        height: 262px;
        left: 285px;
        top: 221px;
    }

    .who {
        padding: 300px 0 80px;
    }

    .who__image-box:after {
        left: 117px;
        bottom: 80px;
    }

    .who__image {
        width: 370px;
        max-width: 370px;
    }

    .who__list {
        margin-top: 40px;
    }

    .results__image {
        max-width: 570px;
    }

    .footer__form-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__form {
        margin-bottom: 0;
    }
}