: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 .block__form .block__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px
}

.block__form-booking .block__form fieldset {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0
}

.block__form-booking .block__form .field__label {
    color: var(--contrast-2)
}

.block__form-booking .block__form .booking-checkbox {
    padding-left: 15px
}

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

.block__form-booking .block__form .checkbox__label::before {
    border-color: var(--contrast-2);
    background-color: transparent
}

.block__form-booking .block__form .checkbox__label .checkbox__label.checkbox__label::after {
    border-left-color: var(--contrast-2);
    border-bottom-color: var(--contrast-2)
}

.block__form-booking .block__form .input {
    text-align: right;
    color: var(--contrast-2);
    padding: 0;
    -ms-flex-line-pack: center;
        align-content: center
}

.block__form-booking .block__form .field:not(.booking-checkbox) {
    height: 54px;
    padding: 0 15px
}

.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%);
        flex-basis: calc(50%)
}

.block__form-booking .block__form .booking-input__promocode .field__label {
    position: absolute;
    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: 70px
}

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

.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: rgba(0,0,0,.5)
}

.block__form-booking__wrapper:has(.block__form--v) {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px
}

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

.block__form-booking__wrapper:has(.block__form--v) .block__inputs {
    row-gap: 20px
}

.block__form-booking__wrapper:has(.block__form--v) fieldset .field:not(.booking-checkbox) {
    border: 1px solid var(--contrast-2);
    border-left: 0
}

.block__form-booking__wrapper:has(.block__form--v) fieldset .field:not(.booking-checkbox):first-child {
    border-left: 1px solid #fff
}

.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
}

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

.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
    }
}

.block__form-booking-hero.block__form-booking__wrapper:has(.block__form--h) .field:not(.booking-checkbox) {
    border: 1px solid var(--contrast-2);
    border-right: 0
}

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

@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: 480px 240px auto;
        grid-template-columns: 480px 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: 480px 240px auto;
        grid-template-columns: 480px 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: 480px 450px auto;
        grid-template-columns: 480px 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 {
        -ms-grid-columns: .5fr 1.5fr 1fr auto!important;
        grid-template-columns: .5fr 1.5fr 1fr auto!important
    }
}

.block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form fieldset.block__inputs {
    row-gap: 20px
}

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

.block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form .field:not(.booking-checkbox) {
    border: 1px solid var(--contrast-2);
    border-left: 0
}

.block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form .field:not(.booking-checkbox):first-child {
    border-left: 1px solid #fff
}

@media (min-width:1100px) {
    .block__form-booking-bar.block__form-booking__wrapper:has(.block__form--h) .block__form .field:not(.booking-checkbox) {
        border: 1px solid var(--contrast-2);
        border-right: 0
    }
}

@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 {
        -ms-grid-columns: .5fr 1.5fr 1fr auto!important;
        grid-template-columns: .5fr 1.5fr 1fr auto!important
    }
}
