
/* -----  Шапка  ----- */
/* Позишн стики для баннера верхнего сдвигает лэндинг  */
.header-flxible {
    position: absolute !important;
}
/* -----  END Шапка  ----- */




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

.error-mess {
    margin-top: 3px;
    font-weight: 300;
    font-size: 12px;
    color: #ff0000;
    line-height: 125%;
}
.textarea:focus,
.input:focus {
    border-color: #000;
}
/* ----- END Форма ----- */



/* ----- Слайдер, модалка ----- */
.fancybox-content {
    padding: 0 !important;
}
.landing_form_modal .fancybox-content {
    min-height: 100%;
}
.item {
    width: 270px;
}
.item-img img {
    height: 270px;
    object-fit: cover;
}
.order-modal__title span {
    display: inline;
}
.order-modal + .fancybox-close-small {
    display: none !important;
}
@media (max-width: 540px) {
    .order-modal {
        padding: 0 !important;
    }
}
.icon-check2:before {
    content: '' !important;
}

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


/* ----- Для модалки регистрации ----- */
.fancybox-bg {
    background: unset;
}
/* ----- END Для модалки регистрации ----- */