#block-search {
    background-color: #121212;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 68px;
    z-index: 9;
}

#block-search iframe {
    width: 100% !important;
}

.tl-container {
    padding: 0 30px;
}

#block-search-rooms {
    background-color: #121212;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin-top: -40px;
}

.tl-container-rooms {
    padding: 0 30px;
    max-width: 960px;
    margin: 0 auto;
}

#block-search-page {
    background-color: #121212;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

#tl-booking-form {
    margin:  20px auto;
    max-width: 1230px;
}

.tl-button {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 0;
    border-color: rgba(255,255,255,0);
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 188px;
    width: 100%;
    padding: 10px;
    text-align: center;
    white-space: normal;
    color: #121212 !important;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #fff, #fff);
    background-image: linear-gradient(to top, #fff, #fff);
    border: 0 solid;
    border-color: rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%), 0 0 0 0 rgb(255 255 255 / 0%) inset;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.tl-button:hover {
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(bottom, #f9f9f9, #f9f9f9);
    background-image: linear-gradient(to top, #f9f9f9, #f9f9f9);
    border: 0 solid rgba(255,255,255,0);
    text-decoration: none !important;
    cursor: pointer;
    color: #121212 !important;
}
.tl-button-dark {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 2.5px;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 0;
    border-color: rgba(255,255,255,0);
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 188px;
    padding: 10px;
    text-align: center;
    white-space: normal;
    color: #fff !important;
    background-color: #121212;
    background-image: -webkit-linear-gradient(bottom, #121212, #121212);
    background-image: linear-gradient(to top, #121212, #121212);
    border: 1px solid #121212;
}
.tl-button-dark:hover,
.tl-button-tours:hover {
    background-color: #ffffff !important;
    background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffff);
    background-image: linear-gradient(to top, #ffffff, #ffffff);
    border-color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer;
    color: #121212 !important;
}

.tl-button-tours {
    font: 12px 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    background-color: #CC2D6D;
    border: 1px solid #CC2D6D;
    display: inline-block;
    padding: 14px 10px;
    min-width: 167px;
}

body > div.eltd-wrapper > div.eltd-wrapper-inner > header.eltd-page-header > div.eltd-menu-area.eltd-menu-left > div > div.eltd-position-right > div > div > div,
body > div.eltd-wrapper > div.eltd-wrapper-inner > header.eltd-page-header > div.eltd-menu-area.eltd-menu-left > div > div.eltd-position-right > div > a.eltd-search-opener.eltd-icon-has-hover,
body > div.eltd-wrapper > div.eltd-wrapper-inner > header.eltd-page-header > div.eltd-sticky-header > div > div > div.eltd-position-right > div > a.eltd-search-opener.eltd-icon-has-hover {
    display: none;
}

.tl-buttons-wrapper {
    position: absolute;
    top: 24px;
    left: -205px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media screen and (max-width: 1500px) {
    .tl-buttons-wrapper {
        top: 68px;
        left: auto;
        right: 0;
    }

    .tours-header .tl-buttons-wrapper {
        flex-direction: row;
    }
}

@media screen and (max-width: 1223px) {
    .tl-buttons-wrapper {
        top: 24px;
        right: 40px;
        flex-direction: row;
    }
}

@media screen and (min-width: 1025px) {
    .tours-header .tl-buttons-wrapper {
        top: 40px;
        right: 0;
        left: auto;
    }
}

@media screen and (min-width: 1400px) {
    .tours-header .tl-buttons-wrapper {
        flex-direction: column;
        top: 60px;
    }
}

.tours-header .eltd-main-menu > ul > li > a {
    color: #212112;
}

@media screen and (max-width: 400px) {
    #block-search {
        position: relative;
        bottom: auto;
        transform: none;
        left: 0;
        margin: 0 auto;
        border-bottom: 1px solid #c4c4c4;
    }
}

#block-search-tours {
    background: #FFFFFF;
}

rs-layer #block-search-tours iframe {
    visibility: visible;
}

#block-search-tours .tl-container {
    padding: 5px 40px;
}

@media screen and (max-width: 372px) {
    #block-search-tours .tl-container {
        height: 200px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .eltd-sticky-header {
        height: 140px;
    }

    .eltd-sticky-header .eltd-sticky-holder .eltd-vertical-align-containers {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }

    .eltd-main-menu {
        height: unset;
    }

    .eltd-vertical-align-containers .eltd-position-right {
        height: unset;
        padding-bottom: 33px;
    }

    .eltd-vertical-align-containers .eltd-position-left:before {
        display: none;
    }

    .eltd-page-header .eltd-menu-area {
        height: 0;
    }
}

#block-search-tours,
.tl-button-tours {
    display: none;
}