body {
    max-width: 480px;
    margin: auto !important;
    background: #FCF8EE;
}

.post,
.page {
    margin: 0;
}

/* меню начало */
.current-menu-item svg path {
    fill: #2BFFE7;
}

.head_menu_line {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 18px 10px;
}

/* меню конец */

/* главная начало */
body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: 'Montserrat';
    text-decoration: none;
}
.cookie-notice-consent__text {
    font-family: 'Montserrat';
}
#cookie-notice-consent .cookie-notice-consent__accept-button {
    color: #000 !important;
}
.swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 24px;
    background-color: #FFFDF6;
}

.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

#myVideo {
    /* position: absolute; */
    /* display: block; */
    /* position: relative; */
    /* top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%); */
}

.myVideo-object {
    position: absolute;
    /* display: block; */
    /* position: relative; */
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}

video.lazy {
    object-fit: cover;
}

.content {
    position: relative;
    z-index: 1;
    /* top: 30%; */
    width: 90%;
    /* height: 100%; */
    /* bottom: 120px; */
    bottom: 12%;
    /* display: grid;
    align-items: end;
    justify-content: stretch;
    align-content: end;
    height: 65%; */
}

@media screen and (max-height: 980px) {
    .content {
        /* bottom: 12%; */
        bottom: 175px;

    }
}

@media screen and (max-height: 740px) {
    .content {
        /* bottom: 18%; */
        bottom: 175px;

    }
}

@media screen and (max-height: 667px) {
    .content {
        /* bottom: 22%; */
        bottom: 175px;

    }
}

/* главная конец */

/* нижнее меню начало */
.site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 480px;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    min-height: 52px;
    z-index: 100;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-width: 1px 0 0 0;
    overflow: hidden;
}

/* нижнее меню конец */

/* форма начало */

.elementor-field-group .elementor-field-textual {
    height: 40px;
}

.elementor-field-group-name_obekt {
    display: none !important;
}

.elementor-94 .elementor-element.elementor-element-d58d7c6 .elementor-button[type="submit"] {
    background-color: #00A693;
    color: #ffffff;
    background: linear-gradient(90deg, #00A693 0%, #8AE2CB 100%);
}

/* форма конец */