#be-block-select {
    color: #3d3d3d;
    background-color: #d5e1f2;
    border-top: 2px solid #c7c7c7;
}

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

#be-block-select {
    padding: 22px 21px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 17px;
    border: 0;
    width: 250px;
}

#be-hotel-select {
    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: none;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.27), 0 0 0 0 transparent inset, 0 0 0 1px rgba(114,114,114,.27);
    padding: 9px 20px;
    font-size: 15px;
    font-family: 'Open Sans',Arial,sans-serif;
    color: #3d3d3d;
    background-color: #fff!important;
}

#be-hotel-select:hover {
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px #30343b, 0 0 0 0 transparent inset, 0 0 0 1px #30343b;
}
#be-block-select::after {
    content: "";
    position: absolute;
    margin-left: 11.5rem;
    margin-top: -1.25rem;
    border: 5px solid transparent;
    border-top-color: #000;
}
#block-search {
    margin: -23px 0 -25px;
    box-sizing: border-box;
}
.booking-block {
    padding-top: 25px;
    padding-bottom: 25px;
}
.booking-block {
    padding-top: 25px;
    padding-bottom: 25px;
}
/* Репутация */
#be-reputation-widget.reputation-park {
    margin-left: 10px;
}
/* Мотиватор */
.order-form .container {
    position: relative;
}
.be-motivator {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    background: #FF4848;
    padding: 6px 20px 5px 14px;
    top: -9px;
    color: #fff;
    min-width: 160px;
    margin-bottom: 10px;
}
.be-motivator::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.be-motivator::after {
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    width: 0;
    height: 0;
    border: 12px solid white;
    border-left-color: #FF4848;
}
/* УТП */
.advantages {
    display: block;
    width: 100%;
    padding: 50px 73px 64px;
    background: #fff;
    box-sizing: border-box;
    user-select: none;
    cursor: default;
    margin-bottom: 30px;
}

.advantages-header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 55px;
    color: #ff4848;
    margin: 0 0 46px;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
}

.advantages-header__icon {
    margin-right: 20px;
    fill: #ff4848;
}

.advantages-content {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    ont-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #262c40;
}

.advantages-column {
    flex: 1 1 33%;
    padding: 0 20px 0 15px;
}

.advantages-column:first-child {
    padding: 0 20px 0 0;
}

.advantages-column:last-child {
    padding: 0 0 0 10px;
}

.advantages-item {
    display: flex;
    align-items: center;
    padding: 0;
}
.advantages-item__icon {
    margin-right: 20px;
    fill: #0e72fb;
}
.advantages-item:not(:last-child) {
    margin-bottom: 59px;
}
.advantages-column:last-child .advantages-item:not(:last-child) {
    margin-bottom: 30px;
}
@media(max-width: 1024px) {
    .advantages {
        padding: 30px;
    }
    .advantages-header {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .order-form {
        border-top: 1px solid #ced4da;
    }
}

@media(max-width: 768px) {
    .advantages {
        padding: 15px 30px;
    }
    .advantages-content {
        display: block;
    }
    .advantages-column {
        padding: 0!important;
    }
    .advantages-item {
        margin: 0 0 15px!important;
    }
}