

/* Start:/include/booking/style.css?17797321963605*/
.hotel-class {
    font-size: 16px;
    font-family: "MontserratAlternates", sans-serif;
    line-height: 1.25;
    text-align: center;
    color: rgb(68, 66, 66);
    margin: 0;
    padding: 10px 20px;
    border-radius: 29px;
}

.clearfix:after {
    clear: both;
}

.tl-container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.bookmarks {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bookmarks li.active {
    text-decoration: none;
    cursor: default;
    border-radius: 29px;
    border-width: 1px;
    border-color: rgb(159, 177, 58);
    border-style: solid;
    background-color: rgb(159, 177, 58);
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.bookmarks li.active .hotel-class,
.bookmarks li:hover .hotel-class {
    font-size: 16px;
    font-family: "MontserratAlternates", sans-serif;
    line-height: 1.25;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
}


.bookmarks li {
    margin-bottom: 10px;
    border-width: 1px;
    border-color: rgb(159, 177, 58);
    border-style: solid;
    border-radius: 29px;
    background-color: rgb(227, 227, 227);
    float: left;
    cursor: pointer;
    text-align: center;
    color: rgb(68, 66, 66);
    font: bold 14px/16px Raleway;
    margin-right: 0;
    transition: 0.5s;
    margin-left: 23px;
    /*max-width: 380px;*/
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bookmarks li:last-child {
    margin-right: 0;
}

#hotel-fires {
    margin-left: 0;
}

.bookmarks li:hover {
    background-color: rgb(159, 177, 58);
    color: rgb(255, 255, 255)!important;
    border-width: 1px;
    border-color: rgb(159, 177, 58);
    border-style: solid;
}

#tl-block-select {
    margin-bottom: 24px;
    color: #FFFFFF;
}

#tl-hotel-select {
    display: none;
}

#tl-anchor {
    font-size: 16px;
    font-family: "MontserratAlternates", sans-serif;
    color: rgb(68, 66, 66);
    line-height: 1.063;
    margin-bottom: 30px;
}

@media(max-width: 767px) {
    .bookmarks li {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .bookmarks {
        flex-wrap: wrap;
    }
}

.info-box {
    margin: 0 auto;
    /*max-width: 820px;*/
    padding: 40px 0;
    display: block;
}
.info-box__container {
    box-shadow: 0 0 0 1px #00000033;
}
.info-box__header {
    display: flex;
    padding: 2rem 3rem;
    background: #a4b7da;
    color: #fff;
    font-size: 1.2em;
}
.info-box__header::before {
    content: 'i';
    margin-right: 1rem;
    font-family: initial;
    font-style: italic;
    font-weight: bold;
    font-size: 1.3em;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #829dcd;
    display: inline-flex;
    flex-shrink: 0;
}
.info-box__content {
    padding: 1.5rem 3rem;
    font-weight: initial;
    font-size: 1.1em;
}
.info-box.active {
    display: block;
}
.info-box.active ~ #tl-booking-form {
    display: none;
    pointer-events: none;
    visibility: hidden;
}
.info-box__link {
    color: #9eb13a;
    font-weight: bold;
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
    .info-box__header {
        padding: 2rem;
        font-size: 1em;
    }
    .info-box__header::before {
        width: 3rem;
        height: 3rem;
    }
    .info-box__content {
        padding: 1rem;
        font-size: 1em;
    }
}
/* End */
/* /include/booking/style.css?17797321963605 */
