:root {
    --bg_btn: var(--contrast-2);
    --color_btn: var(--contrast-1);
    --bg_btn_hover: var(--contrast-1);
    --color_btn_hover: var(--contrast-2)
}

.block__form-booking fieldset.block__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

.block__form-booking .block__form fieldset {
    gap: 20px
}

@media (min-width:1100px) {
    .block__form-booking .block__form fieldset {
        row-gap: 10px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px
    }
}

.block__form-booking .block__form .field__label {
    color: var(--contrast-2);
    font-size: .875rem;
    text-align: left;
    max-width: 50px
}

@media (min-width:1100px) {
    .block__form-booking .block__form .field__label {
        margin-bottom: 3px;
        max-width: none
    }
}

.block__form-booking .block__form .checkbox__label {
    color: var(--contrast-2);
    font-size: .875rem
}

.block__form-booking .block__form .input {
    height: 53px;
    padding: 2px 5px 0 0;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    color: var(--contrast-2);
    text-align: right;
    font-size: 1.15rem;
    font-family: var(--headings-font)
}

@media (min-width:1100px) {
    .block__form-booking .block__form .input {
        font-size: 1.55rem;
        padding: 9px 10px 0 0
    }
}

.block__form-booking .block__form .field:not(.booking-checkbox) {
    background: 0 0;
    border-bottom: 1px solid var(--contrast-2);
    padding-left: 5px;
    gap: 5px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end
}

@media (min-width:1100px) {
    .block__form-booking .block__form .field:not(.booking-checkbox) {
        padding-left: 10px
    }
}

.block__form-booking .block__form .block__inputs-dates .booking-input__value {
    text-transform: uppercase
}

.block__form-booking .block__form .block__inputs-dates .booking-input.field {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
}

.block__form-booking .block__form .booking-input__promocode .field__label {
    position: absolute;
    max-width: calc(100% - 20px);
    pointer-events: none
}

.block__form-booking .block__form .booking-input__promocode:has(input:focus) .field__label {
    display: none
}

.block__form-booking.has-booking-input__promocode.has-booking-select__rooms .block__inputs-configuration .field__label {
    max-width: 60px
}

.block__form-booking .block__button {
    background-color: var(--bg_btn);
    color: var(--color_btn);
    border-radius: 0;
    height: 53px
}

.block__form-booking .block__form-links .text-style-link {
    color: var(--contrast-2);
    font-size: .875rem;
    text-decoration: underline;
    text-underline-offset: 6px;
    -webkit-transition: text-underline-offset .1s linear;
    transition: text-underline-offset .1s linear
}

.block__form-booking .block__form-links .text-style-link:hover {
    text-underline-offset: 4px
}

.block__form-booking__wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    background-color: var(--contrast-1)
}

@media (max-width:1099px) {
    .block__form-booking__wrapper {
        max-width: 450px
    }
}

@media (min-width:1100px) {
    .block__form-booking__wrapper:has(.block__form--h) .block__inputs {
        -ms-grid-columns: 500px 120px auto;
        grid-template-columns: 500px 120px auto
    }
}

@media (min-width:1100px) {
    .block__form-booking__wrapper:has(.block__form--h) .block__form fieldset {
        row-gap: 10px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px
    }
}

@media (max-width:767px) {
    .block__form-booking__wrapper:has(.block__form--h) .block__inputs-dates .field__label {
        max-width: 60px
    }
}

.block__form-booking__wrapper:has(.block__form--v) {
    margin-left: auto;
    margin-right: auto
}

.block__form-booking__wrapper:has(.block__form--v) .block__text {
    text-align: center;
    margin-bottom: 25px;
    color: var(--contrast-2)
}

.block__form-booking__wrapper:has(.block__form--v) .block__form .booking-input__dateIn .booking-input__datepicker-container .flatpickr-calendar {
    right: auto!important
}

.block__form-booking__wrapper:has(.block__form--v) .block__form .booking-input__dateOut .booking-input__datepicker-container .flatpickr-calendar {
    right: 50px!important
}

.block__form-booking__wrapper:has(.block__form--v) .block__inputs-dates .field__label {
    max-width: 60px
}

.block__form-booking__wrapper:has(.block__form--v) .block__inputs-action {
    padding: 15px 0
}

.block__form-booking-hero+.block__form-booking__wrapper--mobile {
    display: none
}

@media (max-width:1099px) {
    .block__form-booking-hero+.block__form-booking__wrapper--mobile {
        display: block
    }
}

@media (max-width:767px) {
    .block__form-booking-hero+.block__form-booking__wrapper--mobile .block__button {
        width: 100%
    }
}

@media (max-width:1099px) {
    .block__form-booking-hero.block__form-booking__wrapper {
        display: none
    }
}

@media (min-width:1100px) {
    .block__form-booking-hero.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-input__promocode .block__inputs {
        -ms-grid-columns: 500px 240px auto;
        grid-template-columns: 500px 240px auto
    }
}

@media (min-width:1100px) {
    .block__form-booking-hero.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-select__rooms .block__inputs {
        -ms-grid-columns: 500px 240px auto;
        grid-template-columns: 500px 240px auto
    }
}

@media (min-width:1100px) {
    .block__form-booking-hero.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-input__promocode.has-booking-select__rooms .block__inputs {
        -ms-grid-columns: 500px 450px auto;
        grid-template-columns: 500px 450px auto
    }
}

@media (min-width:1100px) {
    .block__form-booking-hero.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-select__hotels .block__inputs {
        gap: 10px 15px;
        -ms-grid-columns: .5fr 1.5fr 1fr auto!important;
        grid-template-columns: .5fr 1.5fr 1fr auto!important
    }
}

@media (min-width:1100px) {
    .block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form-booking fieldset.block__inputs {
        -ms-grid-columns: 2fr 1fr auto;
        grid-template-columns: 2fr 1fr auto
    }
}

@media (min-width:1100px) {
    .block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-input__promocode .block__inputs {
        -ms-grid-columns: 2fr 1fr auto;
        grid-template-columns: 2fr 1fr auto
    }
}

@media (min-width:1100px) {
    .block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-select__rooms .block__inputs {
        -ms-grid-columns: 2fr 1fr auto;
        grid-template-columns: 2fr 1fr auto
    }
}

@media (min-width:1100px) {
    .block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-input__promocode.has-booking-select__rooms .block__inputs {
        -ms-grid-columns: 1.5fr 1fr auto;
        grid-template-columns: 1.5fr 1fr auto
    }
}

@media (min-width:1100px) {
    .block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form-booking.has-booking-select__hotels .block__inputs {
        gap: 10px 15px;
        -ms-grid-columns: .5fr 1.5fr 1fr auto!important;
        grid-template-columns: .5fr 1.5fr 1fr auto!important
    }
}
