
/* -----  Шапка  ----- */
/* Добавлен верхний баннер в лэндинги веб */
.banner-top {
    display: block;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
}
@media (max-width: 768px) {
    .banner-top {
        display: none;
    }
}
header.header-flxible.fixed.visible + .landing_page .directions-modal,
header.header-flxible:not(.fixed) + .landing_page .directions-modal,
.landing_page header.header-flxible.fixed.visible + section .directions-modal,
.landing_page header.header-flxible:not(.fixed) + section .directions-modal
{
    height: calc(100% - 60px);
    top: unset;
    bottom: 0;
}
/* -----  END Шапка  ----- */




/* ----- Форма ----- */

.error-mess {
    margin-top: 3px;
    font-weight: 300;
    font-size: 12px;
    color: #ff0000;
    line-height: 125%;
}
.textarea:focus,
.input:focus {
    border-color: #000;
}
.sf-form__checkbox .checkbox {
    margin-bottom: 20px;
}
.sf-form__checkbox {
    margin: 40px 0;
}
.icon-yar {
    display: inline-block;
    width: 20px;
    height: 30px;
    margin-top: 3px;
    background: url(../images/ya-rhythm.svg) no-repeat center;
}
.input {
    border-radius: 8px;
}
@media (max-width: 768px) {
    .checkbox span {
        font-size: 14px;
    }
}
@media (min-width: 769px) and (max-width: 1240px) {
    .sf-row {
        gap: 30px;
    }
}
@media (max-width: 1240px) {
    .sf-form {
        width: 100%;
        max-width: 100%;
    }
}
.sf-form__row {
    .reg-input input {
        background: white;
    }
}
.landing_page, .order-modal {
    .checkbox label span {
        top: 0px;
        left: 0.5px;
    }  
} 
/* ----- END Форма ----- */



/* ----- Слайдер, модалка ----- */

.item {
    width: 270px;
}
.item-img img {
    height: 270px;
    object-fit: cover;
}
.order-modal__title span {
    display: inline;
}
.icon-check2:before {
    content: '' !important;
}

/* ----- END Слайдер, модалка ----- */



/* ----- Datepicker ----- */
@media (min-width: 769px) {
    .ui-datepicker table {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 768px) {
    .ui-datepicker {
        /*height: calc(100vh - 38px); */
        height: 620px; /* Штоб не прыгал календарь, если месяц более высокий */
    }
}

/* ----- END Datepicker ----- */



/* ----- Лэндинг ----- */
.section-main {
    z-index: 9; /* Перекрывал бороду */
}
/* ----- END Лэндинг ----- */