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

#block-search {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 1;
    right: max(50px, calc(115px - ((1920px - 100vw) * 0.5)));
    max-width: 330px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
}

.home #block-search {
    left: max(50px, calc(115px - ((1920px - 100vw) * 0.5)));
    right: unset;
}

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

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 0;
    background-color: #894c34;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    cursor: pointer;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
}

.be-link:hover {
    background-color: #a75c3f;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #fff;
}

.page-template-booking .soical_main,
.page-template-booking .social{
    display: none !important;
}

@media screen and (max-width: 1515px) {
    #block-search {
        top: 20%;
    }
}

@media screen and (max-width: 1279px) {
    #block-search {
        position: static;
        max-width: 100%;
        background: #eeece6;
        border-bottom: 1px solid #894C34;
    }
}