#start-widget .room-booking > iframe,
.fd24-frame-container > iframe {
    border-radius: 0;
}
.b-start {
    border-radius: 15px;
    padding: 14px;
    gap: 16px;
}
.b-start__filter-field {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.b-select-ghost {
    background: white;
    border-radius: 8px;
    height: 44px;
}
.b-start__submit-field {
    display: flex;
    align-items: center;
    padding: 0;
    color: #fff;
    border-width: 2px;
    border-color: #4fa7a0;
    border-radius: 10px;
}

.b-start__submit-field > * {
    margin: 0;
    border-radius: 8px;
    font-size: 0;
    height: 44px;
    color: white;
}
.s-btn--primary:hover{
    background: #4fa7a0;
}
.s-btn--primary::after {
    content: 'Найти номер';
    font-size: 12px;
    transition: all .3s ease-in-out;
}
.b-start__field {
    position: relative;
    margin: 0;
}
.b-start__field-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 10px;
    z-index: 1;
}
.b-start__field .b-select-ghost {
    width: 100%;
    padding: 8px 28px 0 8px;
}
[class*="icon-"] {
    margin-top: 7px;
}
.b-select-ghost-content {
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
}
@media screen and (max-width: 500px) {
  .b-start__field .b-select-ghost {
    width: 100%;
  }
}
/* Вариант 1 */
.b-start {
    background: #F8F8F8;
}
.b-start__submit-field > * {
    background: #4fa7a0;
    border: 2px solid #4fa7a0;
}
.s-btn--primary::after {
    color: white;
}
/* Вариант 2 */
.b-start {
    background: #5BB5B2;
}
.b-start__submit-field > * {
    background: white;
    color: white;
    border: 2px solid white;
}
.s-btn--primary::after {
    color: #1b1b1b;
}
.s-btn--primary:hover::after {color: white;}