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

#block-search {
    border-top: 1px solid #BEDDE8;
    border-bottom: 1px solid #BEDDE8;
    background: #FFF;
    transition: 0.3s;
}

#block-search.fixed {
    position: fixed!important;
    z-index: 99!important;
    top: 146px!important;
    left: 0;
    right: 0;
    width: 100%!important;
}

.be-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-booking-container {
    position: relative;
    display: block;
    max-width: 1210px;
    margin: 0 auto;
    padding: 40px 20px;
}

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

.bookmarks {
    width: 100%;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}

.bookmarks li {
    flex: 1 1 auto;
    flex-direction: column;
    background-color: #F2EFE9;
    text-align: center;
    padding: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bookmarks li:not(:last-child) {
    margin-right: 12px;
}

.bookmarks li.active {
    background: #333333;
    color: #F2EFE9;
    cursor: default;
}

.bookmarks li span {
    font-weight: 400;
    text-transform: lowercase;
}

.bookmarks li:not(.active):hover {
    background: #333333;
    color: #ffffff;
}

@media screen and (max-width: 990px) {
    .bookmarks {
        flex-direction: column;
    }

    .bookmarks li {
        padding: 10px;
        margin: 0 0 12px!important;
    }
}

#register_page,
#guest_account_page {
    text-align: center
}

#register_page h1,
#guest_account_page h1 {
    margin-bottom: 30px;
    color: #858a99
}

.be-loyality .button {
    min-width: 244px;
    color: #ffffff;
    background: #272727;
}

.be-loyality__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    padding-top: 60px;
}

@media screen and (max-width: 1199px) {
    .be-loyality__container {
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .be-loyality__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}

@media screen and (max-width: 480px) {
    .be-loyality__container {
        grid-template-columns: 1fr;
    }
}

.loyality-card__image {
    display: flex;
    border-radius: 9px;
    overflow: hidden;
}

.loyality-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
