
/* -----  Шапка  ----- */
/* Добавлен верхний баннер в лэндинги веб */
.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;
    }
}
/* -----  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 Для модалки регистрации ----- */



/* ----- Стили модалок пдф переписывали лэндинговые ----- */
.text .text-wrapp h3 {
    margin: 1em 0; /* default */
    margin-top: 0;
    font-size: 50px;
    font-weight: normal;
}
@media (max-width: 992px) {
    .text .text-wrapp h3 {
        font-size: 32px;
    }
}
/* ----- Стили модалок пдф переписывали лэндинговые ----- */