#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #CBB758;
}

@media screen and (min-width: 1240px) and (min-height: 710px) {
    .home #block-search {
        position: relative;
        z-index: 2;
        max-width: 1260px;
        margin: -243px auto 90px;
        background: rgba(217, 197, 104, 0.90);
    }
}

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

#tl-hotel-select {
    background: #FFFFFF url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5Ljg2OSA5LjAwMDA5TDEyLjA3OTkgMTYuMDQxNEw0LjE5Nzc1IDguOTE1OTlMNS4wMDAxMyA4LjE4Mzc4TDEyLjA3OTkgMTQuNTkzNEwxOS4wNjY2IDguMjY3OTVMMTkuODY5IDkuMDAwMDlaIiBmaWxsPSIjQTRBNEE0Ii8+Cjwvc3ZnPgo=') no-repeat right 15px center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-transition: box-shadow .3s, opacity .3s;
    transition: box-shadow .3s, opacity .3s;
    border: 1px solid #A4A4A4;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 55px 15px 15px;
    font: 16px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    height: auto;
    cursor: pointer;
}

.tl-select-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

#tl-block-select {
    color: rgb(109, 109, 109) !important;
    background-color: rgb(255, 255, 255);
    margin: 8px 0 22px;
}

#tl-hotel-select:hover,
#tl-hotel-select:focus {
    -webkit-appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}
