#block-search {
    position: absolute;
    z-index: 10;
    right: 140px;
    width: 300px;
    border-radius: 5px;
    background-color: rgba(0, 149, 217, 0.8);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    left: auto !important;
    top: 52px !important;
}

.tl-container {
    padding-left: 19px;
    padding-right: 21px;
}

.contact-form {
    display: none;
}
#block-search-inner {
    height: 102px;
    margin: -20px -15px 0;
    background-color: #0095d9;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 36px;
    position: relative;
}

.tl-container-inner {
    padding: 25px 14px 15px;
}

#block-link {
    border-radius: 3px;
    height: 36px;
    background-color: #ff820e;
    background-image: linear-gradient(to top, #ff820e, #ff820e);
    border: 1px solid;
    border-color: rgba(255,255,255,0.16);
    border-top-color: rgba(255,255,255,0.16);
    border-top-width: 1px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3), 0 1px 0 0 rgba(255,255,255,0) inset;
    cursor: pointer;
    white-space: normal;
    width: 168px;
    margin-bottom: 20px;
}
.header__booking {
    height: 102px;
    width: 205px;
    display: block;
    background: transparent;
}
body .book-link-now {
    font-family: Arial,sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 12px 0 12px;
    cursor: pointer;
    white-space: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
}
body #block-link:hover {
    color: #ffffff;
    background-color: #ff9737;
    background-image: linear-gradient(to top, #ff9737, #fabf88);
    border: 1px solid rgba(255,255,255,0.16);
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.16) !important;
}
body .book-link-now:hover {
    text-decoration: none;
    color: #ffffff;
}
#tl-booking-form {
    min-height: 70vh;
}
@-moz-document url("https://aliriko.ru/"),url-prefix("https://aliriko.ru/") {
    #search-form-container select {
        text-indent: -2px;
    }
}
