.head-block h1 {
    max-width: 1100px;
}
.head-block_description {
    margin-top: 56px;
}
.big-form-block {
    margin-bottom: 70px;
}
.big-form-block .big-form-block-content {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*min-height: 962px;*/
    min-height: 716px;
    position: relative;
    display: flex;
    justify-content: end;
    flex-direction: column;
    color: #fff;
}
.big-form-block .big-form-block-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6));
}
.big-form-block .big-form-block-content_subtitle {
    color: white;
    z-index: 1;
    font-size: 2em;
    bottom: 100px;
    text-align: center;
    position: relative;
}
.big-form-block .big-form-block-content .form-header {
    position: relative;
    max-width: 1020px;
}
.big-form-block .big-form-block-content .form-header .title {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Medium22", sans-serif;
    font-weight: 500;
    margin: 0;
}
.big-form-block .big-form-block-content .form-header .description {
    margin-top: 24px;
    font-size: 22px;
}
.big-form-block .big-form-block-content form {
    margin-top: 36px;
    margin-bottom: 80px;
    position: relative;
}
.big-form-block .big-form-block-content form label {
    color: #E2E2E2;
    font-size: 14px;
    margin-bottom: 7px;
}
.big-form-block .big-form-block-content form .form-wrapper {
    display: flex;
    justify-content: left;
    gap: 20px;
}
.big-form-block .big-form-block-content form .form-wrapper .form-item {
    width: calc(100%/3 - 10px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.big-form-block .big-form-block-content form .form-wrapper .form-item .btn {
    max-width: 365px;
}
.unit-list .section__body {
    margin-top: 46px;
}
.rooms-card__content.slider-content {
    padding: 32px;
}
.rooms-card__content.slider-content .rooms-card__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.rooms-card__content.slider-content .rooms-card__btn {
    margin-top: 36px;
}

.advantages-section .section__body {
    margin-top: 49px;
}
.advantages-section .advantages-wrapper {
    display: flex;
    gap: 20px;
}
.advantages-section .advantages-wrapper .advantages-item {
    width: calc(100%/2 - 10px);
    padding: 32px 19px 32px 32px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.advantages-section .advantages-wrapper .advantages-item .title {
    font-size: 24px;
    line-height: 32px;
    font-family: "Medium22", sans-serif;
    font-weight: 500;
}
.advantages-section .advantages-wrapper .advantages-item .description {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.advantages-section .advantages-wrapper .advantages-item .advantage-value .value {
    font-size: 50px;
    line-height: 50px;
    font-family: 'Book20';
    color: var(--theme-color);
}
.advantages-section .advantages-wrapper .advantages-item .advantage-value .value sup {
    top: -2em;
}
.advantages-section .advantages-wrapper .advantages-item .medium-style {
    font-family: "Medium22", sans-serif;
    font-size: 15px;
    line-height: 13px;
    color: #8DA9A8;
}
.alternate-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.alternate-block-wrapper .alternate-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 288px;
    width: calc(100%/2 - 10px);
    border-radius: 4px;
    padding: 24px 36px 32px;
    background: #E1EEEE;
}
.alternate-block-wrapper .alternate-item._theme-bcgr {
    color: #fff;
}
.alternate-block-wrapper .alternate-item .num {
    width: fit-content;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    border-radius: 50%;
    background: var(--theme-color);
    padding: 1px 8px;
}
.alternate-block-wrapper .alternate-item._theme-bcgr .num {
    background-color: #fff;
    color: var(--theme-color);
}
.alternate-block-wrapper .alternate-item .text-content .title {
    font-family: "Medium22", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.alternate-block-wrapper .alternate-item .text-content .description {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 12px;
}

@media (max-width: 1020px) {
    .head-block_description {
        margin-top: 24px;
    }
    .big-form-block {
        margin-bottom: 0;
    }
    .big-form-block .big-form-block-content {
        min-height: 496px;
    }
    .big-form-block .big-form-block-content form label {
        font-size: 12px;
    }
    .big-form-block .big-form-block-content .form-header .title {
        font-size: 24px;
    }
    .big-form-block .big-form-block-content .form-header .description {
        margin-top: 8px;
        font-size: 16px;
    }
    .big-form-block .big-form-block-content form {
        margin-top: 20px;
        margin-bottom: 32px;
    }
    .big-form-block .big-form-block-content form .form-wrapper {
        gap: 8px;
    }
    .big-form-block .big-form-block-content form .form-wrapper .text-input {
        height: 44px;
    }
    .big-form-block .big-form-block-content form .form-wrapper .btn {
        max-width: 212px;
    }
    .unit-list .section__body {
        margin-top: 24px;
    }
    .rooms-card__slider {
        height: fit-content;
    }
    .rooms-card__content.slider-content {
        padding: 20px;
    }
    .rooms-card__content.slider-content .rooms-card__title {
        font-size: 18px;
    }
    .rooms-card__content.slider-content .rooms-card__btn {
        margin-top: 16px;
    }
    .advantages-section .section__body {
        margin-top: 24px;
    }
    .advantages-section .advantages-wrapper {
        flex-direction: column;
        gap: 16px;
    }
    .advantages-section .advantages-wrapper .advantages-item {
        width: 100%;
        padding: 20px;
        gap: 8px;
    }
    .advantages-section .advantages-wrapper .advantages-item .title {
        font-size: 18px;
        line-height: 32px;
    }
    .advantages-section .advantages-wrapper .advantages-item .bottom-text,
    .advantages-section .advantages-wrapper .advantages-item .advantage-value {
        margin-top: 8px;
    }
    .advantages-section .advantages-wrapper .advantages-item .description {
        font-size: 14px;
        line-height: 20px;
    }
    .advantages-section .advantages-wrapper .advantages-item .advantage-value .value {
        font-size: 40px;
    }

    .alternate-block-wrapper {
        gap: 16px;
    }
    .alternate-block-wrapper .alternate-item {
        padding: 20px;
        min-height: 397px;
    }
    .alternate-block-wrapper .alternate-item .text-content .title {
        font-size: 18px;
        line-height: 26px;
    }
    .alternate-block-wrapper .alternate-item .text-content .description {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .head-block_description {
        margin-top: 16px;
    }
    .big-form-block .big-form-block-content {
        min-height: 579px;
        background-position: 69%;
    }

    .big-form-block .big-form-block-content .form-header .title {
        font-size: 18px;
    }
    .big-form-block .big-form-block-content .form-header .description {
        font-size: 14px;
    }
    .big-form-block .big-form-block-content form {
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .big-form-block .big-form-block-content form .form-wrapper {
        flex-direction: column;
        gap: 4px;
    }
    .big-form-block .big-form-block-content form .form-wrapper .text-input {
        height: 44px;
    }
    .big-form-block .big-form-block-content form .form-wrapper .form-item {
        width: 100%;
    }
    .big-form-block .big-form-block-content form .form-wrapper .btn {
        margin-top: 12px;
        max-width: unset;
    }

    .unit-list .section__body {
        margin-top: 16px;
    }
    .rooms-card__content.slider-content {
        padding: 16px 12px;
    }
    .rooms-card__content.slider-content .rooms-card__title {
        font-size: 14px;
        line-height: 20px;
    }
    .rooms-card__content.slider-content .rooms-card__btn {
        margin-top: 16px;
    }
    .advantages-section .section__body {
        margin-top: 18px;
    }
    .advantages-section .advantages-wrapper {
        gap: 8px;
    }
    .advantages-section .advantages-wrapper .advantages-item {
        width: 100%;
        padding: 20px;
        gap: 8px;
    }
    .advantages-section .advantages-wrapper .advantages-item .title {
        font-size: 14px;
        line-height: 20px;
    }
    .advantages-section .advantages-wrapper .advantages-item .bottom-text,
    .advantages-section .advantages-wrapper .advantages-item .advantage-value {
        margin-top: 0;
    }
    .advantages-section .advantages-wrapper .advantages-item .description {
        font-size: 12px;
        line-height: 16px;
    }
    .advantages-section .advantages-wrapper .advantages-item .advantage-value .value {
        font-size: 32px;
        line-height: 40px;
    }
    .advantages-section .advantages-wrapper .advantages-item .medium-style {
        font-size: 13px;
    }

    .alternate-block-wrapper {
        gap: 8px;
    }
    .alternate-block-wrapper .alternate-item {
        width: 100%;
        padding: 16px 12px;
        min-height: 255px;
    }
    .alternate-block-wrapper .alternate-item .text-content .title {
        font-size: 14px;
        line-height: 20px;
    }
    .alternate-block-wrapper .alternate-item .text-content .description {
        margin-top: 8px;
        font-size: 12px;
        line-height: 16px;
    }
    .alternate-block-wrapper .alternate-item._bg-revert-mobile {
        background-color: var(--theme-color);
        color: #fff;
    }
    .alternate-block-wrapper .alternate-item._bg-revert-mobile._theme-bcgr {
        background-color: #E1EEEE!important;
        color: var(--theme-color);
    }
    .alternate-block-wrapper .alternate-item._bg-revert-mobile .num {
        color: var(--theme-color);
        background-color: #fff;
    }
    .alternate-block-wrapper .alternate-item._bg-revert-mobile._theme-bcgr .num {
        background-color: var(--theme-color);
        color: #fff;
    }
}