.tl-wrapper {
    position: relative;
}
#block-search-main {
    background: #f5f9fff2;
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 40px;
    width: 100%;
    position: absolute !important;
    z-index: 9;
    bottom: 50px;
    box-sizing: border-box;
    transform: translateX(-50%);
    left: 50%;
}
#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background-color: #F5F9FF;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 30px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.tl-container {
    padding: 0 25px;
    max-width: 1250px;
    margin: 0 auto;
}
section.why.tl-search-form {
    padding-top: 0;
}
#tl-booking-form {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
}
#tl-booking-cart {
    z-index: 1 !important;
}
@media screen and (max-height: 820px) {
    #block-search-main {
        bottom: 20px;
    }
}
@media screen and (max-height: 750px) {
    #block-search-main {
        background: #fff;
        position: relative !important;
        bottom: auto;
        margin: 0 auto;
        transform: none;
        left: auto;
        max-width: 100%;
        border-radius: 0;
    }
}
@media screen and (max-width: 1139px) {
    #block-search-main {
        background: #fff;
        position: relative !important;
        bottom: auto;
        margin: 0 auto;
        transform: none;
        left: auto;
        max-width: 100%;
        border-radius: 0;
    }
}

.header {
    z-index: 11;
}

@media (max-width: 500px) {
    ._lock #block-search {
        z-index: 0;
    }
}
