#header .logo {
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-weight: 500;
    flex-grow: 1;
}
.footer1 .logo {
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-weight: 500;
    flex-grow: 1;
}

#header span.logo_img {
    display: block;
    max-width: 251px;
    flex-shrink: 0;
}
.footer1 a.logo_img {
    display: block;
    max-width: 251px;
    flex-shrink: 0;
}

.logo_img img {
    display: block;
    width: 100%;
}

.logo_discr {
    margin-left: 50px;
    font-size: 18px;
}
.header_email {
    display: flex;
    padding-top: 6px;
    align-items: center;
}
a[href^="mailto:"] {
    font-size: 14px;
    color: #515151 !important;
    text-decoration: underline !important;
    border-bottom: none;
}

a[href^="mailto:"]:hover {
    color: var(--color) !important;
}
a[href^="tel:"] {
    font-weight: 700;
    color: #000 !important;
    text-decoration: none !important;
    white-space: nowrap;
    font-size: 18px;
}

a[href^="tel:"]:hover {
    color: var(--color) !important;
}
.header_button {
    display: block;
    padding: 14px 20px;
    background: #000;
    border-radius: 5px;
    text-decoration: none !important;
    color: #fff !important;
    margin-left: 67px;
    font-size: 18px;
}
.s1 {
    margin-top: 42px;
}
.header_flex {
    justify-content: space-between;
}
.slick-arrow {
    background: none;
}
.s12_flex {
    display: block;
    column-count: 3;
}
.s12_item {
    display: inline-block;
    width: 100%;
}
.s8_item1 p {
    font-size: 24px;
    margin: 47px 0 47px;
}
.s8_item1 ul li {
    position: relative;
}
.s8_item1 li {
    margin: 20px 0;
    padding-left: 1.5625em;
    position: relative;
}
.s8_item1 ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.625em;
    height: 0.625em;
    left: 0;
    top: 0.4375em;
    background: #377e66;
    border-radius: 50%;
}
.form .form-head {
    margin-bottom: 1rem;
    text-align: center;
    max-width: 23em;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.3333;
}
.s8_form p {
    margin-bottom: 1rem;
    text-align: center;
    max-width: 23em;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.3333;
}
.form-field span {
    position: absolute;
    top: -27px;
    font-family: "Comfortaa", "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    opacity: 0.4;
}
.hideLabels .form-control {
    padding: 14px 64px 14px 20px;
}
.hideLabels .form-group {
    margin: 2.8rem auto 1rem;
    border: none;
    outline: none;
    display: block;
    background: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}
.form .button .btn {
    margin: 1rem 0;
    width: 100%;
}
.popup {
    /* background: var(--light); */
    border: 5px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), inset 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 35px 25px;
    border-radius: 10px;
    position: relative;
}
.flower {
    pointer-events: none;
}
#privacy h1 {
    margin: 0 auto;
    font-size: 2.4rem;
    max-width: 100%;
}
#privacy h2 {
    font-size: 2rem;
}
.page-frame {
    overflow: hidden;
}

.s11_slide_button_block {
    position: relative;
}

@media (max-width: 960px) {
    #privacy h1 {
        font-size: 2rem;
    }
    #privacy h2 {
        font-size: 1.7rem;
    }
}
@media (max-width: 1439px) {
    .logo_discr {
        font-size: 14px;
        margin-left: 35px;
    }
    .header_button {
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .header_button {
        margin-left: 30px;
    }
}
@media (max-width: 1365px) {
    .s8_form p {
        font-size: 20px;
    }
}
@media (max-width: 1279px) {
    .s12_flex {
        column-count: 2;
    }
}
@media (max-width: 768px) {
    .s8_item1 p {
        font-size: 16px;
        margin: 40px 0 40px;
    }
}
@media (max-width: 767px) {
    .s1 {
        margin-top: 22px;
    }
    .header_button {
        margin-left: 0;
    }
    .s12_flex {
        column-count: 1;
    }
    #privacy h1 {
        font-size: 1.6rem;
    }
    #privacy h2 {
        font-size: 1.4rem;
    }
}
@media (max-width: 533px) {
    .header_button {
        font-size: 13px;
        padding: 10px 17px;
    }
}
@media (max-width: 499px) {
    .logo {
        width: 20%;
    }
    #privacy {
        padding: 5rem 0;
    }
}
@media (max-width: 360px) {
    #privacy h1 {
        font-size: 1.4rem;
    }
    #privacy h1 {
        font-size: 1.2rem;
    }
    .popup {
        width: auto;
    }
}
