@charset "UTF-8";
/* variables */
:root {
    /* sizes */
    --gap: 30px;
    --wrapper: 1160px;
    --gap-section: 150px;
    /* colors */
    --primary: #f5b5a4;
    --accent: #3d312e;
    --secondary: #fcf1ee;
    --text-font: 400 100%/1.25 "Charpentier", sans-serif;
    --header-font: 400 1.625em/1.07 "Quiche", sans-serif;
    --h1-font: 400 3.5em/1.28 "Quiche", sans-serif;
    --h2-font: 500 2.25em/1.1 "Quiche", sans-serif;
    --h3-font: 400 1.625em/1.1 "Charpentier", sans-serif;
    --h4-font: 400 1.375em/1.1 "Charpentier", sans-serif;
    --h5-font: 400 1.125em/1.1em "Charpentier", sans-serif;
    --button-font: 400 1.25em/1.2 "Charpentier", sans-serif;
}

/* defaults */
@font-face {
    font-family: "Quiche";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Quiche/QuicheDisplay-Light.eot");
    src: url("../fonts/Quiche/QuicheDisplay-Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Quiche/QuicheDisplay-Light.woff") format("woff"),
        url("../fonts/Quiche/QuicheDisplay-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Quiche";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Quiche/QuicheDisplay-Regular.eot");
    src: url("../fonts/Quiche/QuicheDisplay-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Quiche/QuicheDisplay-Regular.woff") format("woff"),
        url("../fonts/Quiche/QuicheDisplay-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Quiche";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Quiche/QuicheDisplay-Medium.eot");
    src: url("../fonts/Quiche/QuicheDisplay-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Quiche/QuicheDisplay-Medium.woff") format("woff"),
        url("../fonts/Quiche/QuicheDisplay-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Charpentier";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro.eot");
    src: url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro.woff")
            format("woff"),
        url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro.ttf")
            format("truetype");
}

@font-face {
    font-family: "Charpentier";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Italic.eot");
    src: url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Italic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Italic.woff")
            format("woff"),
        url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Italic.ttf")
            format("truetype");
}

@font-face {
    font-family: "Charpentier";
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Leger-Italic.eot");
    src: url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Leger-Italic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Leger-Italic.woff")
            format("woff"),
        url("../fonts/charpentier-sans-pro/Charpentier-Sans-Pro-Leger-Italic.ttf")
            format("truetype");
}

/* Normalize */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::-moz-selection {
    background: var(--primary);
}

::selection {
    background: var(--primary);
}

html,
body {
    text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    color: var(--accent);
    font: var(--text-font);
    font-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

:focus:not(input):not(textarea):not(select),
:focus:not(input):not(textarea):not(select) {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

b,
strong {
    font-weight: bold;
}

p {
    margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font: var(--header-font);
    margin-bottom: 0.85em;
    margin-top: 0;
}

h1 *,
.h1 *,
h2 *,
.h2 *,
h3 *,
.h3 *,
h4 *,
.h4 *,
h5 *,
.h5 *,
h6 *,
.h6 * {
    font-size: 1em;
}

h1,
.h1 {
    font: var(--h1-font);
}

h2,
.h2 {
    font: var(--h2-font);
}

h3,
.h3 {
    font: var(--h3-font);
}

h4,
.h4 {
    font: var(--h4-font);
}

h5,
.h5 {
    font: var(--h5-font);
}

h6,
.h6 {
    font: var(--h6-font);
}

body.page-loaded #preloader {
    -webkit-animation: preloader 6s ease 0s both;
    animation: preloader 6s ease 0s both;
}
body.page-loaded #preloader .logo .hLine {
    opacity: 1;
    -webkit-animation: line 3s ease 0.5s both;
    animation: line 3s ease 0.5s both;
}
body.page-loaded #preloader .logo .N {
    -webkit-animation: Na 1s ease 2.5s both;
    animation: Na 1s ease 2.5s both;
}
body.page-loaded #preloader .logo .T {
    -webkit-animation: Te 1s ease 2.5s both;
    animation: Te 1s ease 2.5s both;
}
body.page-loaded #preloader .logo .logo-text {
    -webkit-animation: textLogo 1s ease 2.5s both;
    animation: textLogo 1s ease 2.5s both;
}

body.page-loaded #percentage {
    opacity: 0;
}

#preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#preloader .logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#preloader .logo svg {
    margin: auto;
}
#preloader .logo .N {
    opacity: 0;
}
#preloader .logo .T {
    opacity: 0;
}
#preloader .logo .logo-text {
    opacity: 0;
}
#preloader .logo .hLine {
    opacity: 0;
    background-color: var(--accent);
    position: absolute;
    left: calc(50%);
    height: 0;
    top: 50%;
    width: 2px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    /* new */
    /*       height: 90px;
      top: calc(50% - 95px);
      opacity: 1; */
}

#percentage {
    padding-left: 50px;
    width: 370px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: var(--header-font);
    font-size: 130px;
    font-weight: 300;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

#sc {
    -webkit-animation: 6s bounce 0s linear both infinite;
    animation: 6s bounce 0s linear both infinite;
}

@-webkit-keyframes line {
    0% {
        height: 0;
        top: 50%;
    }
    50% {
        height: 100vh;
        top: 0;
    }
    100% {
        height: 90px;
        top: calc(50% - 95px);
    }
}

@keyframes line {
    0% {
        height: 0;
        top: 50%;
    }
    50% {
        height: 100vh;
        top: 0;
    }
    100% {
        height: 90px;
        top: calc(50% - 95px);
    }
}

@-webkit-keyframes preloader {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        background-color: var(--secondary);
    }
}

@keyframes preloader {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        background-color: var(--secondary);
    }
}

@-webkit-keyframes Na {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes Na {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes Te {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes Te {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes textLogo {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes textLogo {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    #preloader .logo svg {
        width: 240px;
    }
    #percentage {
        font-size: 100px;
        padding-left: 0;
        width: 200px;
    }
    @-webkit-keyframes line {
        0% {
            height: 0;
            top: 50%;
        }
        50% {
            height: 100vh;
            top: 0;
        }
        100% {
            height: 70px;
            top: calc(50% - 65px);
        }
    }
    @keyframes line {
        0% {
            height: 0;
            top: 50%;
        }
        50% {
            height: 100vh;
            top: 0;
        }
        100% {
            height: 70px;
            top: calc(50% - 65px);
        }
    }
}

@media only screen and (max-width: 480px) {
    #preloader .logo svg {
        width: 150px;
    }
    #preloader .logo .hLine {
        width: 1px;
        left: calc(50% + 1px);
    }
    #percentage {
        font-size: 80px;
        width: 140px;
    }
    @-webkit-keyframes line {
        0% {
            height: 0;
            top: 50%;
        }
        50% {
            height: 100vh;
            top: 0;
        }
        100% {
            height: 43px;
            top: calc(50% - 47px);
        }
    }
    @keyframes line {
        0% {
            height: 0;
            top: 50%;
        }
        50% {
            height: 100vh;
            top: 0;
        }
        100% {
            height: 43px;
            top: calc(50% - 47px);
        }
    }
}

/* Стили сброса для contact form7 */
.wpcf7-form br {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
}

input.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

/*Стили сброса для contact form7 end */
.slick-arrow {
    opacity: 1;
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 2;
}
.slick-arrow.slick-next {
    background-image: url("../images/arrow-right-white.png");
}
.slick-arrow.slick-next:focus {
    opacity: 1;
}
.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #ffffff;
}
.slick-arrow:hover.slick-next,
.slick-arrow:focus.slick-next {
    background-image: url("../images/arrow-right-black.png");
}

.page-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.img-cover {
    position: relative;
}
.img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.overlay {
    position: relative;
}
.overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(59%, rgba(255, 255, 255, 0)),
        to(#302929)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 59%,
        #302929 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 59%,
        #302929 100%
    );
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
}
.contacts a {
    margin-left: 12px;
    color: var(--accent);
    font: var(--button-font);
}
.contacts a:hover,
.contacts a:focus {
    color: var(--accent);
}

.btn-circle {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 147px;
    height: 147px;
    color: var(--accent);
    font: var(--button-font);
}
.btn-circle .circle {
    margin: auto;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid var(--accent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-circle .circle p {
    margin: auto;
}
.btn-circle .btn-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-circle .btn-text svg {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation: 10s rotate 0s linear infinite;
    animation: 10s rotate 0s linear infinite;
}
.btn-circle:hover .circle,
.btn-circle:focus .circle {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    font-style: normal;
    color: var(--accent);
}
.btn-circle:hover .btn-text,
.btn-circle:focus .btn-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.delimiter {
    position: relative;
    width: 100%;
    height: 1px;
    z-index: 900;
}
.delimiter svg {
    position: absolute;
    top: -579px;
}

.delimiter.left svg {
    top: -579px;
    left: 0;
}

.delimiter.right svg {
    top: -579px;
    right: 0;
}

.form div b {
    font-size: 14px;
    font-weight: 400;
}

.form input[type="text"],
.form input[type="tel"] {
    border: 1px solid transparent;
    border-bottom-color: var(--accent);
    font: var(--h4-font);
    padding: 0.6rem 0 0.7rem;
}
.form input[type="text"]:focus,
.form input[type="tel"]:focus {
    border: 1px solid transparent;
    border-bottom-color: var(--accent);
}

.form button[type="submit"] {
    font-size: 20px;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.form button[type="submit"] svg {
    margin-left: var(--gap);
}

#map {
    height: 480px;
    position: relative;
    z-index: 2;
}

.big-text {
    margin: 0 auto;
    font-size: 75px;
    text-transform: uppercase;
    margin-bottom: calc(var(--gap-section) * 0.43);
}

.slick-arrow {
    padding: 0;
    opacity: 1;
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 2;
}
.slick-arrow.slick-next {
    background-image: url("../images/arrow-right-white.png");
}
.slick-arrow.slick-next:focus {
    opacity: 1;
}
.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #ffffff;
}
.slick-arrow:hover.slick-next,
.slick-arrow:focus.slick-next {
    background-image: url("../images/arrow-right-black.png");
}

.remodal {
    max-width: 380px;
}

.remodal-close {
    right: 0;
    left: auto;
}

a {
    color: var(--accent);
    text-decoration: none;
}
a:focus,
a:hover {
    font-style: italic;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: var(--primary);
    border: 0.1rem solid var(--primary);
    border-radius: 0.4rem;
    color: initial;
    cursor: pointer;
    display: inline-block;
    font: var(--button-font);
    font-weight: 500;
    height: 3.8rem;
    letter-spacing: 0.1rem;
    line-height: 3.8rem;
    padding: 0 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: initial;
    outline: 0;
    font-style: italic;
}
.button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
    cursor: default;
    opacity: 0.5;
}
.button[disabled]:focus,
.button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:focus,
input[type="submit"][disabled]:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
.button.button-outline,
button.button-outline,
input[type="button"].button-outline,
input[type="reset"].button-outline,
input[type="submit"].button-outline {
    background-color: transparent;
    color: var(--primary);
}
.button.button-outline:focus,
.button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type="button"].button-outline:focus,
input[type="button"].button-outline:hover,
input[type="reset"].button-outline:focus,
input[type="reset"].button-outline:hover,
input[type="submit"].button-outline:focus,
input[type="submit"].button-outline:hover {
    background-color: transparent;
    border-color: var(--secondary);
    color: var(--secondary);
}
.button.button-outline[disabled],
button.button-outline[disabled],
input[type="button"].button-outline[disabled],
input[type="reset"].button-outline[disabled],
input[type="submit"].button-outline[disabled] {
    cursor: default;
}
.button.button-outline[disabled]:focus,
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type="button"].button-outline[disabled]:focus,
input[type="button"].button-outline[disabled]:hover,
input[type="reset"].button-outline[disabled]:focus,
input[type="reset"].button-outline[disabled]:hover,
input[type="submit"].button-outline[disabled]:focus,
input[type="submit"].button-outline[disabled]:hover {
    border-color: inherit;
    color: var(--primary);
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* reset styles for iphones */
/* reset styles */
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.1rem solid var(--primary);
    border-radius: 0.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    height: 3.8rem;
    padding: 0.6rem 1rem 0.7rem;
    width: 100%;
    border-radius: 0;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
    border-color: var(--secondary);
    outline: 0;
}

select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23000000" d="M0,0l6,8l6-8"/></svg>')
        center right no-repeat;
    padding-right: 3rem;
}
select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23ffffff" d="M0,0l6,8l6-8"/></svg>');
}
select[multiple] {
    background: none;
    height: auto;
}

/* reset clear btn in inputs for explorer */
input::-ms-clear {
    display: none;
}

textarea {
    min-height: 6.5em;
    resize: none;
    outline: none;
}

label,
legend {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: 0.5rem;
}

table {
    border-spacing: 0;
    overflow-x: auto;
    text-align: left;
    width: 100%;
    display: table;
    overflow-x: initial;
}

td,
th {
    border-bottom: 0.1rem solid var(--black-color);
    padding: 1.2rem 1.5rem;
}
td:first-child,
th:first-child {
    padding-left: 0;
}
td:last-child,
th:last-child {
    padding-right: 0;
}

/* 
@media (max-width: 1200px) {
  table {
    display: block;
  }
} */
dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

dl,
ol,
ul {
    margin: 0;
}

.container {
    width: 100%;
    max-width: var(--wrapper);
    margin: 0 auto;
    padding: 0 var(--gap);
    position: relative;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    width: calc(100% + var(--gap));
    margin-left: calc(var(--gap) / -2);
}
.row.row-no-padding {
    padding: 0;
}
.row.row-no-padding > .column {
    padding: 0;
}
.row.row-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.row-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.row.row-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.row.row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.row.row-stretch {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.row.row-baseline {
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
}
.row .column {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 0;
    margin-bottom: inherit;
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
}
.row .column.column-offset-10 {
    margin-left: 10%;
}
.row .column.column-offset-20 {
    margin-left: 20%;
}
.row .column.column-offset-25 {
    margin-left: 25%;
}
.row .column.column-offset-33,
.row .column.column-offset-34 {
    margin-left: 33.3333%;
}
.row .column.column-offset-40 {
    margin-left: 40%;
}
.row .column.column-offset-50 {
    margin-left: 50%;
}
.row .column.column-offset-60 {
    margin-left: 60%;
}
.row .column.column-offset-66,
.row .column.column-offset-67 {
    margin-left: 66.6666%;
}
.row .column.column-offset-75 {
    margin-left: 75%;
}
.row .column.column-offset-80 {
    margin-left: 80%;
}
.row .column.column-offset-90 {
    margin-left: 90%;
}
.row .column.column-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.row .column.column-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row .column.column-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row .column.column-33,
.row .column.column-34 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.row .column.column-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.row .column.column-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row .column.column-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.row .column.column-66,
.row .column.column-67 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.row .column.column-75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.row .column.column-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.row .column.column-90 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
.row .column .column-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.row .column .column-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.row .column .column-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.row.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
}
.row.column .column {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: inherit;
}

/* @media (max-width: 1200px) {
  .row {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    &.row-top {
      align-items: flex-start;
    }

    &.row-bottom {
      align-items: flex-end;
    }

    &.row-center {
      align-items: center;
    }

    &.row-stretch {
      align-items: stretch;
    }

    &.row-baseline {
      align-items: baseline;
    }
    & .column {
      margin-bottom: inherit;
      padding: 0;
      width: 100%;
      max-width: 100%;
    }
  }
} */
.button,
button,
dd,
dt,
li {
    margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 1rem;
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: var(--secondary);
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    padding: 10px 0;
}
.header .container {
    max-width: 1330px;
    height: 90px;
}
.header .logo {
    width: 159px;
}
.header .logo svg {
    display: block;
    width: 100%;
    height: 100%;
}
.header a {
    color: var(--secondary);
}
.header-nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    font: var(--button-font);
}
.header-nav li {
    margin: 0 var(--gap);
}
.header .row {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-toggle,
.def-btn {
    display: block;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font: var(--button-font);
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.menu-toggle:hover,
.def-btn:hover {
    font-style: italic;
}

.header .menu .container {
    height: auto;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    background-color: #302929;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 1s cubic-bezier(0.45, 0, 0.55, 1),
        -webkit-transform 1s cubic-bezier(0.45, 0, 0.55, 1),
        padding-top 0.25s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu .header {
    position: absolute;
}
.menu .divide-logo {
    display: block;
    height: 100%;
}
.menu .img-cover {
    width: 310px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 160px 160px 0 0;
    overflow: hidden;
}

.header .menu-content {
    height: auto;
    max-width: 1170px;
}

.menu-content .menu-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 130px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-column-gap: var(--gap);
    -moz-column-gap: var(--gap);
    column-gap: var(--gap);
}
.menu-content .menu-wrapper .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-content .nav a {
    font-size: 26px;
}

.menu-content .nav ul {
    list-style: none;
    margin: 0;
}

body.menu-active .menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

body.menu-scroll .header {
    height: 110px;
    background-color: var(--secondary);
    color: var(--accent);
    -webkit-box-shadow: 0 1px 9px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 9px 2px rgba(0, 0, 0, 0.2);
}
body.menu-scroll .header a {
    color: var(--accent);
}
body.menu-scroll .header svg path {
    fill: var(--accent);
}
body.menu-scroll .header button {
    color: var(--accent);
    border-color: var(--accent);
}
body.menu-scroll .header button:hover,
body.menu-scroll .header button:focus {
    background-color: var(--accent);
    color: var(--secondary);
}

body.menu-scroll .menu-content a {
    color: var(--secondary);
}

body.menu-scroll .menu {
    padding-top: 120px;
}

body.menu-scroll .menu .header {
    background-color: transparent;
    color: var(--secondary);
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.menu-scroll .menu .header a {
    color: var(--secondary);
}
body.menu-scroll .menu .header svg path {
    fill: var(--secondary);
}
body.menu-scroll .menu .header button {
    color: var(--secondary);
    border-color: var(--secondary);
}
body.menu-scroll .menu .header button:hover,
body.menu-scroll .menu .header button:focus {
    background-color: var(--secondary);
    color: var(--accent);
}

/* page blocks */
.m_1 {
    height: 100vh;
    position: relative;
}

.video-bg {
    position: relative;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
}

.video-responsive {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/video-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.video-responsive iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#volume-toggle {
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    right: 3%;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    z-index: 200;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    padding: 0;
    background-image: url("https://melloul.mediweb.co/wp-content/themes/melloul/images/soundoff.png");
}

#volume-toggle.active {
    background-image: url("https://melloul.mediweb.co/wp-content/themes/melloul/images/soundon.png");
}

.m_2 {
    padding-top: calc(var(--gap-section) / 1.15);
    padding-bottom: calc(var(--gap-section) / 1.15);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fcf6f4),
        to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
        top,
        #fcf6f4 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        180deg,
        #fcf6f4 0%,
        rgba(255, 255, 255, 0) 100%
    );
    position: relative;
}
.m_2 .title {
    max-width: 770px;
    position: relative;
    z-index: 1;
}

.m_2 .title h1 {
    margin-bottom: 0.45em;
}
.m_2 .img-plant {
    position: absolute;
    display: block;
    left: 0;
    top: 160px;
}
.m_2 .container {
    position: relative;
    z-index: 901;
    max-width: 1280px;
    padding-right: calc(var(--gap) / 2);
}
.m_2 .left {
    width: 100%;
    padding-bottom: var(--gap);
}
.m_2 .left .text {
    max-width: 530px;
    text-align: justify;
}
.m_2 .left .img {
    display: none;
}
.m_2 .left .img:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(75%, rgba(255, 255, 255, 0.7)),
        to(white)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.7) 75%,
        white 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.7) 75%,
        white 100%
    );
}
.m_2 .left .img-cover {
    border-radius: 300px 300px 0 0;
    overflow: hidden;
}
.m_2 .right {
    max-width: 100%;
    width: 600px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.m_2 .right .img-logo {
    position: absolute;
    z-index: 1;
    left: -68px;
    top: 7%;
}
.m_2 .right .img {
    width: 100%;
    height: 810px;
    margin-left: auto;
    margin-top: -250px;
}
.m_2 .right .img:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(75%, rgba(255, 255, 255, 0.7)),
        to(white)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.7) 75%,
        white 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.7) 75%,
        white 100%
    );
}
.m_2 .right .img-cover {
    height: 100%;
    border-radius: 300px 300px 0 0;
    overflow: hidden;
}

.m_3 {
    position: relative;
    padding-top: calc(var(--gap-section) / 1.15);
    padding-bottom: var(--gap);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.m_3 [data-more-btn] {
    display: none;
}
.m_3:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(30%, rgba(255, 255, 255, 0)),
        color-stop(70%, rgba(255, 255, 255, 0.85)),
        to(white)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.85) 70%,
        white 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.85) 70%,
        white 100%
    );
}
.m_3 .content {
    padding-top: 350px;
    position: relative;
    z-index: 901;
}
.m_3 .content ul {
    padding-left: 1.5em;
    list-style: disc;
}
.m_3 .content ul li {
    margin-bottom: 0.2em;
}
.m_3 .content ul p {
    margin-bottom: 0.2em;
}

.m_4 {
    padding: var(--gap) 0 0 0;
}
.m_4 .h3 {
    font: var(--h2-font);
    font-size: 46px;
    font-weight: 400;
}
.m_4 .h3 * {
    font: inherit;
}
.m_4 .content {
    text-align: justify;
}
.m_4 .faces-links {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 350px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 274px;
    position: relative;
}
.m_4 .faces-links .faces-item {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m_4 .faces-links .faces-item img {
    display: block;
    cursor: pointer;
    height: 100%;
    max-width: 100%;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    position: absolute;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.m_4 .faces-links .faces-item:nth-child(1) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.m_4 .faces-links .faces-item.inactive {
    opacity: 0;
    visibility: hidden;
}
.m_4 .faces-links .faces-item.active img {
    cursor: default;
    -webkit-animation: 0.5s showImg 0.2s ease both;
    animation: 0.5s showImg 0.2s ease both;
}
.m_4 .faces-container {
    background-color: #dbdce0;
}
.m_4 .tabs {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    padding: var(--gap);
}
.m_4 .acclinks {
    /*    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
 */
    display: grid;
    grid-template-columns: 200px 230px 210px 160px;
    justify-content: space-between;
    padding: var(--gap) 0;
    font: var(--h3-font);
}
.m_4 .acclinks a {
    width: 150px;
}
.m_4 .acclinks a.active {
    text-decoration: underline;
}
.m_4 .acclinks a:hover,
.m_4 .acclinks a:focus {
    font-style: normal;
    text-decoration: underline;
}

.faces-mob-wrapper {
    display: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}
.tab-content.active .column:first-child {
    -webkit-animation: 1s showTabContent 0s ease both;
    animation: 1s showTabContent 0s ease both;
}
.tab-content.active .column:last-child {
    -webkit-animation: 1s showTabContent 0.2s ease both;
    animation: 1s showTabContent 0.2s ease both;
}

@-webkit-keyframes showTabContent {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes showTabContent {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes showImg {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    90% {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes showImg {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    90% {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.m_5 {
    height: 56vw;
    max-height: calc(100vh - 110px);
    position: relative;
    overflow: hidden;
    display: block;
}
.m_5 img {
    position: absolute;
    display: block;
    /* height: 75vw; */
    height: 62vw;
    width: auto;
    top: 0;
    /* left: -7vw; */
    left: 0;
    -o-object-position: top center;
    object-position: top center;
}

.m_6 {
    padding-top: calc(var(--gap-section) * 1.1);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.m_6 .img-cover {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.m_6 .img-cover.aos-animate {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.m_6 .img-cover img {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -o-object-position: top;
    object-position: top;
}
.m_6 .img-cover:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.m_6 .container {
    max-width: 930px;
}
.m_6 .head {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 240px 256px 240px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m_6 .head .left {
    padding-top: 40px;
    font-size: 32px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.m_6 .head .left a {
    display: inline-block;
}

.m_6 .head .left p {
    margin-bottom: 45px;
}
.m_6 .head .left a:hover {
    opacity: 0.8;
}
.m_6 .head .middle {
    height: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.m_6 .head .middle .btn-circle {
    position: absolute;
    margin: auto;
    bottom: -95px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.m_6 .head .middle .img-cover {
    z-index: 3;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
}
.m_6 .head .right {
    padding-top: 40px;
    font: var(--h4-font);
}
.m_6 .head .right a {
    display: inline-block;
    margin-top: 50px;
}
.m_6 .head .right a svg {
    margin-left: 20px;
}
.m_6 .doctors {
    margin-top: -150px;
}
.m_6 .doctors .list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 195px);
    -webkit-column-gap: 143px;
    -moz-column-gap: 143px;
    column-gap: 143px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m_6 .doctors .list li {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.m_6 .doctors .list li:nth-child(2) {
    padding-top: 200px;
}
.m_6 .doctors .list .img-cover {
    height: 292px;
    border-radius: 150px;
    overflow: hidden;
    margin-bottom: 25px;
}
.m_6 .doctors .list .name {
    margin-bottom: 8px;
}
.m_6 .doctors .list .subname {
    margin: 0;
}

.m_6.active .head .middle .img-cover {
    height: 370px;
}

.m_6.active .head .middle .btn-circle {
    opacity: 1;
    visibility: visible;
}

.m_6.active .doctors .list li:nth-child(2) {
    padding-top: 260px;
}

.m_7 {
    padding-top: calc(var(--gap-section) / 1.85);
}
.m_7 .slider {
    height: 600px;
    padding-top: calc(var(--gap) - 1.22);
}
.m_7 .slider .slick-list {
    overflow: visible;
    height: 100%;
}
.m_7 .slider .slick-track {
    height: 100%;
}
.m_7 .slider_wrapper {
    height: 100%;
    width: calc(var(--wrapper) - 60px);
    margin: 0 auto;
}
.m_7 .slider_item {
    width: 100%;
    height: 100%;
    position: relative;
}
.m_7 .slider_item .img-cover {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.m_7 .slider_item .img-cover.shown {
    opacity: 1;
}
.m_7 .slider_item .img-cover.shown img {
    -webkit-animation: shownImage 1s ease 0s both;
    animation: shownImage 1s ease 0s both;
}

@-webkit-keyframes shownImage {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes shownImage {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.m_7 .slider {
    position: relative;
}
.m_7 .slider .slick-next {
    right: 20%;
    top: 70%;
}
.m_7 .slider .slick-prev {
    display: none !important;
}
.m_7 .slider:before,
.m_7 .slider:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: calc((100% - (var(--wrapper) - 60px)) / 2);
    z-index: 1;
}
.m_7 .slider:before {
    left: 0;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0.6)),
        to(white)
    );
    background: -o-linear-gradient(
        right,
        rgba(255, 255, 255, 0.6) 0%,
        white 100%
    );
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.6) 0%,
        white 100%
    );
}
.m_7 .slider:after {
    right: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0.6)),
        to(white)
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0.6) 0%,
        white 100%
    );
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, white 100%);
}

.m_8 {
    position: relative;
    height: 940px;
    overflow: hidden;
}
.m_8:hover .background {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.m_8:hover .text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.m_8 .background {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m_8 h2 {
    position: relative;
    z-index: 3;
    margin: 0;
    padding-top: var(--gap-section);
}
.m_8 .text p::-moz-selection {
    background: transparent;
}
.m_8 .text p::selection {
    background: transparent;
}
.m_8 .text {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: calc(var(--gap-section) * 2.3);
    padding-bottom: calc(var(--gap-section) * 0.66);
    font-size: 100px;
    text-transform: uppercase;
    font-family: "Quiche", sans-serif;
    mix-blend-mode: lighten;
    color: #000000;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(255, 242, 239, 0.5)),
        color-stop(49.48%, rgba(255, 250, 249, 0.75)),
        color-stop(77.6%, rgba(255, 252, 251, 0.9)),
        to(#ffffff)
    );
    background: -o-linear-gradient(
        bottom,
        rgba(255, 242, 239, 0.5) 0%,
        rgba(255, 250, 249, 0.75) 49.48%,
        rgba(255, 252, 251, 0.9) 77.6%,
        #ffffff 100%
    );
    background: linear-gradient(
        0deg,
        rgba(255, 242, 239, 0.5) 0%,
        rgba(255, 250, 249, 0.75) 49.48%,
        rgba(255, 252, 251, 0.9) 77.6%,
        #ffffff 100%
    );
}
.m_8 .text p {
    margin: auto;
    max-width: 1400px;
}

.m_9 {
    padding-top: calc(var(--gap-section) * 0.9);
    padding-bottom: calc(var(--gap-section) * 1.33);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m_9:after {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(255, 255, 255, 0.5)),
        color-stop(80%, white),
        to(white)
    );
    background: -o-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.5) 0%,
        white 80%,
        white 100%
    );
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.5) 0%,
        white 80%,
        white 100%
    );
}
.m_9_wrapper {
    position: relative;
}
.m_9 .container {
    z-index: 1;
    max-width: 1270px;
}
.m_9 .head {
    z-index: 1;
    width: 620px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 330px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.m_9 .head .big-text {
    margin: 0;
    font-weight: 300;
    position: relative;
}
.m_9 .head .big-text img {
    position: absolute;
    right: -20px;
    bottom: 20px;
}
.m_9 .head .text {
    margin-left: auto;
    width: 420px;
    max-width: 100%;
}
.m_9 .tech-list {
    position: relative;
    width: 1210px;
    height: 820px;
}
.m_9 .tech-list ul {
    width: 100%;
    height: 100%;
}
.m_9 .tech-list li.aos-animate .img-cover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.m_9 .tech-list li {
    width: 310px;
    max-width: 100%;
    position: absolute;
}
.m_9 .tech-list li .img-cover {
    width: 195px;
    height: 195px;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: width 0.25s ease, height 0.25s ease,
        -webkit-transform 1s ease;
    transition: width 0.25s ease, height 0.25s ease, -webkit-transform 1s ease;
    -o-transition: width 0.25s ease, height 0.25s ease, transform 1s ease;
    transition: width 0.25s ease, height 0.25s ease, transform 1s ease;
    transition: width 0.25s ease, height 0.25s ease, transform 1s ease,
        -webkit-transform 1s ease;
}
.m_9 .tech-list li .text {
    padding-top: var(--gap);
    font: var(--h4-font);
}
.m_9 .tech-list li:nth-child(1) {
    top: 0;
    left: 335px;
}
.m_9 .tech-list li:nth-child(2) {
    top: 170px;
    right: 0;
}
.m_9 .tech-list li:nth-child(3) {
    top: 366px;
    left: 0;
}
.m_9 .tech-list li:nth-child(4) {
    top: 514px;
    left: 560px;
}

.m_10 {
    position: relative;
    z-index: 1;
    margin-top: -90px;
}
.m_10 [data-middle-d-none] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m_10 h2 {
    height: 90px;
    margin: 0;
}
.m_10 .traitments.list {
    color: #fff;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.m_10 .list-item {
    min-height: 750px;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 70px 40px 70px;
}
.m_10 .list-item .title {
    margin-bottom: calc(var(--gap-section) / 3.75);
}
.m_10 .list-item:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.82)),
        to(rgba(61, 49, 46, 0.82))
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(61, 49, 46, 0.82) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(61, 49, 46, 0.82) 100%
    );
    opacity: 0;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
.m_10 .list-item:hover:after {
    opacity: 1;
}
.m_10 .list-item:hover .list-content {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.m_10 .list-item:hover .list-content .text {
    opacity: 1;
}
.m_10 .list-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    position: relative;
    z-index: 1;
    max-width: 340px;
    margin: 0 auto;
}
.m_10 .list-content .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font: var(--text-font);
    height: 100%;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    opacity: 0;
}
.m_10 .list-content .text p {
    margin: 0;
}
.m_10 .list-content ul {
    margin: var(--gap) 0;
    list-style: disc;
    padding-left: 1rem;
    font: var(--text-font);
}
.m_10 .list-content li {
    margin-bottom: 0.1rem;
}
.m_10 .list-content .def-btn {
    width: 125px;
    height: 125px;
    text-align: center;
    margin: 0 auto;
    margin-top: auto;
    line-height: 125px;
}
.m_10 .list-content .def-btn:hover {
    background-color: var(--secondary);
    color: var(--accent);
}

.m_11 {
    position: relative;
    padding: 230px 0;
}
.m_11 .container {
    height: 100%;
    margin-bottom: 210px;
    max-width: 1140px;
}
.m_11 .big-text {
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
}
.m_11 .middle-text {
    max-width: 450px;
    margin: 0 auto;
}
.m_11 .middle-text .text {
    margin: 0 auto;
    max-width: 370px;
}
.m_11 .middle-text .text ul {
    margin-left: 1rem;
    list-style: disc;
}
.m_11 .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -18px;
    margin-top: -500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m_11 .images .middle {
    margin: 0 -18px;
    width: 480px;
}
.m_11 .images .img-item {
    margin: 0 18px;
    position: relative;
    min-width: 136px;
}
.m_11 .images .img-cover {
    border-radius: 100px;
    overflow: hidden;
    width: 100%;
}
.m_11 .images .little {
    height: 370px;
}
.m_11 .images .big {
    height: 475px;
}
.m_11 .images .excerpt {
    opacity: 0;
    left: 0;
    top: calc(100% + 25px);
    position: absolute;
    height: 210px;
    width: 240px;
}
.m_11 .images .title {
    margin-bottom: 0.5rem;
}
.m_11 .images .num {
    font-size: 28px;
    font: var(--header-font);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.m_12 {
    padding-top: calc(var(--gap-section) * 0.73);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fcf6f4),
        to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
        top,
        #fcf6f4 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        180deg,
        #fcf6f4 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.m_12 .h2 {
    text-align: left;
}
.m_12 .mini-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m_12 .mini-logo svg {
    margin: auto;
}
.m_12 .bottom-img {
    display: block;
    margin-top: -60px;
    max-width: 120%;
}

.popugai .img {
    position: absolute;
    right: 0;
    top: -150px;
}

.m_13 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m_13 .video__con {
    left: 0;
    width: 100%;
    padding-bottom: 41.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.m_13 .video__con iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m_13 .video__con:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 76px;
    height: 76px;
    cursor: pointer;
}
.m_13 .video__con.hide-poster::before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.m_14 {
    padding: calc(var(--gap-section) * 1.33) 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m_14:after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffffff),
        color-stop(40.08%, white),
        to(rgba(255, 255, 255, 0.5))
    );
    background: -o-linear-gradient(
        top,
        #ffffff 0%,
        white 40.08%,
        rgba(255, 255, 255, 0.5) 100%
    );
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        white 40.08%,
        rgba(255, 255, 255, 0.5) 100%
    );
}
.m_14 .container {
    z-index: 901;
    max-width: 960px;
}
.m_14 .big-text {
    max-width: 650px;
    margin: 0 auto;
    font-size: 75px;
    text-transform: uppercase;
    margin-bottom: calc(var(--gap-section) * 0.43);
}
.m_14 .contacts {
    position: relative;
    z-index: 1;
    max-width: 900px;
}
.m_14 .middle-img .img-cover {
    margin: 0 auto;
    margin-top: -140px;
    width: 420px;
    padding-bottom: 33.5%;
}
.m_14 .bottom {
    padding-top: var(--gap);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m_14 .bottom a {
    font: var(--button-font);
}
.m_14 .bottom a:hover {
    font-style: italic;
}

.m_15 {
    padding-top: calc(var(--gap-section) * 0.77);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fcf6f4),
        to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
        top,
        #fcf6f4 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        180deg,
        #fcf6f4 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.m_15 .container {
    position: relative;
    z-index: 901;
}
.m_15 .title {
    max-width: 420px;
    margin: 0 auto;
}
.m_15 .content {
    background: #fcf1ee;
    border-radius: 220px 220px 0 0;
    padding: 100px 70px 180px 70px;
    max-width: 420px;
    margin: 0 auto;
    min-height: 540px;
    position: relative;
}
.m_15 .content .column {
    -webkit-animation: 1.5s showScaleTab 0s ease both !important;
    animation: 1.5s showScaleTab 0s ease both !important;
}
.m_15 .content .leaf {
    display: block;
    position: absolute;
    bottom: 0;
    left: -110px;
    max-width: 200px;
}
.m_15 .acclinks {
    position: absolute;
    top: 320px;
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m_15 .acclinks a {
    font: var(--button-font);
    position: absolute;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.m_15 .acclinks a:nth-child(1) {
    left: 0;
    top: 0;
}
.m_15 .acclinks a:nth-child(2) {
    right: 0;
    top: 0;
}
.m_15 .acclinks a:nth-child(3) {
    left: 0;
    bottom: 0;
}
.m_15 .acclinks a:nth-child(4) {
    right: 0;
    bottom: 0;
}
.m_15 .acclinks a:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.m_15 .acclinks a:nth-child(odd) {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.m_15 .acclinks a:nth-child(odd):before {
    left: -20px;
}
.m_15 .acclinks a:nth-child(even) {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.m_15 .acclinks a:nth-child(even):before {
    right: -20px;
}
.m_15 .acclinks a.active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.m_15 .acclinks a:nth-child(odd).active {
    padding-left: 80px;
}
.m_15 .acclinks a:nth-child(odd).active:before {
    width: 80px;
}
.m_15 .acclinks a:nth-child(even).active {
    padding-right: 80px;
}
.m_15 .acclinks a:nth-child(even).active:before {
    width: 80px;
}

@-webkit-keyframes showScaleTab {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes showScaleTab {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.m_16 .container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    max-width: 100%;
    padding: 0;
}

.m_16 .left {
    padding: calc(var(--gap-section) / 1.8) var(--gap)
        calc(var(--gap-section) / 2.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}
.m_16 .left h2 {
    margin-bottom: 50px;
}
.m_16 .left_wrapper {
    width: 100%;
    max-width: 310px;
}
.m_16 .left a {
    display: inline-block;
    color: #ffffff;
}
.m_16 .left * {
    position: relative;
    z-index: 901;
}
.m_16 .left:after {
    background-color: var(--accent);
    opacity: 0.75;
}
.m_16 .left .acclinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -30px 0;
    position: relative;
}
.m_16 .left .acclinks a {
    margin: 30px 0;
    font: var(--h5-font);
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.m_16 .left .acclinks a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #fff;
    right: 50px;
    width: 0px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.m_16 .left .acclinks a.active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.m_16 .left .acclinks a.active:after {
    width: 80px;
}
.m_16 .left .slick-next {
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
}

.m_16 .right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m_16 .middle {
    padding: var(--gap-section) calc(var(--gap-section) * 0.46)
        calc(var(--gap-section) / 2);
    max-width: 420px;
    background-color: #f5b5a4;
}
.m_16 .middle a {
    font: var(--button-font);
}
.m_16 .middle a:hover {
    font-style: italic;
}

.m_16 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px;
    font-size: 14px;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    min-height: 430px;
    margin-bottom: calc(var(--gap-section) / 2);
}

.m_16 .content .tab-content {
    margin: 0;
    width: 100%;
    /* position: relative; */
}
.m_16 .dwl-link {
    position: absolute;
    /* left: -35px; */
    bottom: -100px;
    left: 0;
    bottom: -70px;
}
.m_16 .content .tab-content p {
    margin: 0;
}
.m_16 .content .tab-content .column {
    padding: 0;
}

.m_17 {
    padding-bottom: calc(var(--gap-section) * 1.3);
}
.m_17 .container {
    max-width: 100%;
    padding: 0;
}
.m_17 .videos {
    background-color: var(--secondary);
    padding-top: calc(var(--gap-section) * 1.3);
    max-width: 420px;
    margin: 0 auto;
}
.m_17 .video-slider {
    height: 275px;
}
.m_17 .video-slider:before,
.m_17 .video-slider:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    width: calc(100vw / 2 - 210px);
    z-index: 2;
}
.m_17 .video-slider:before {
    right: 100%;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0.7)),
        color-stop(40%, rgba(255, 255, 255, 0.7)),
        color-stop(60%, white),
        to(white)
    );
    background: -o-linear-gradient(
        right,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0.7) 40%,
        white 60%,
        white 100%
    );
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0.7) 40%,
        white 60%,
        white 100%
    );
}
.m_17 .video-slider:after {
    left: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0.7)),
        color-stop(40%, rgba(255, 255, 255, 0.7)),
        color-stop(60%, white),
        to(white)
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0.7) 40%,
        white 60%,
        white 100%
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0.7) 40%,
        white 60%,
        white 100%
    );
}
.m_17 .video-slider .slick-list {
    overflow: visible;
}
.m_17 .video-slider .slick-prev {
    display: none !important;
}
.m_17 .video-slider .slick-next {
    right: -100%;
}
.m_17 .video-slider .slick-arrow {
    border-color: var(--accent);
    z-index: 3;
    background-image: url("../images/arrow-right-black.png");
}
.m_17 .video-slider .slick-arrow:hover,
.m_17 .video-slider .slick-arrow:focus {
    background-color: var(--accent);
    background-image: url("../images/arrow-right-white.png");
}
.m_17 .video-slider .slider-item {
    position: relative;
    height: 275px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m_17 .video-slider .slider-item.slick-active a {
    opacity: 1;
}
.m_17 .video-slider .slider-item.slick-active .slider-title {
    opacity: 1;
    top: calc(100% + 40px);
}
.m_17 .video-slider .slider-item a {
    margin: auto;
    display: block;
    width: 86px;
    height: 86px;
    background-image: url("../images/play-btn.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.m_17 .video-slider .slider-item .slider-title {
    font: var(--h4-font);
    position: absolute;
    top: calc(100%);
    opacity: 0;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    left: 0;
}

.m_18 {
    padding-top: calc(var(--gap-section) * 0.8);
    padding-bottom: calc(var(--gap-section) * 0.66);
    position: relative;
}
.m_18 .container {
    position: relative;
    max-width: 1270px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 500px 590px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.m_18 .contacts {
    margin: -20px 0;
}
.m_18 .left .subtext {
    max-width: 260px;
}
.m_18 .left .text {
    max-width: 330px;
}
.m_18 .popugai-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.shedule {
    font-size: 22px;
    padding: calc(var(--gap) / 2) 0;
}
.shedule li {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 90px 1fr;
    -webkit-column-gap: var(--gap);
    -moz-column-gap: var(--gap);
    column-gap: var(--gap);
}
.shedule li.today {
    font-style: italic;
}
.shedule li.today .day {
    position: relative;
    padding-left: 20px;
}
.shedule li.today .day:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 15px;
    background-color: var(--accent);
}

.m_19 {
    padding-top: var(--gap);
    padding-bottom: calc(var(--gap) * 2);
    background-color: var(--secondary);
    -webkit-transition: margin 0.7s ease;
    -o-transition: margin 0.7s ease;
    transition: margin 0.7s ease;
}
.m_19.aos-animate {
    margin-top: -130px;
}
.m_19 .container {
    position: relative;
    z-index: 3;
}
.m_19 .big-text {
    font-size: 108px;
    font-weight: 300;
    text-transform: none;
    margin-top: -170px;
    position: relative;
    z-index: 1;
}
.m_19 .big-text * {
    font-weight: 300;
}
.m_19 .img {
    margin: 0 auto;
    width: 420px;
}
.m_19 .img .img-cover {
    width: 100%;
    padding-bottom: 133%;
}

body.not-home {
    padding-top: 200px;
    height: 100%;
}
body.not-home .back-link a {
    margin-left: calc(50% - 650px);
    margin-bottom: -100%;
    position: relative;
    z-index: 1;
}
body.not-home main {
    padding-bottom: 120px;
}
body.not-home main .container {
    max-width: 930px;
}
body.not-home .video-content {
    display: block;
    width: 100%;
    margin: 40px 0;
    position: relative;
}
body.not-home .video-content img {
    display: block;
    width: 100%;
}
body.not-home .video-content:before {
    content: "";
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../images/play-btn.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
body.not-home .footer {
    background: transparent;
}
body.not-home .header a {
    color: var(--accent);
}
body.not-home .header .menu-toggle,
body.not-home .header .def-btn {
    border: 1px solid var(--accent);
    color: var(--accent);
    font: var(--button-font);
}
body.not-home .header .menu-toggle:hover,
body.not-home .header .menu-toggle:active,
body.not-home .header .def-btn:hover,
body.not-home .header .def-btn:active {
    background-color: var(--accent);
    color: var(--secondary);
}
body.not-home .header svg path {
    fill: var(--accent);
}
body.not-home .header.menu-header a {
    color: var(--secondary);
}
body.not-home .header.menu-header .menu-toggle,
body.not-home .header.menu-header .def-btn {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font: var(--button-font);
}
body.not-home .header.menu-header .menu-toggle:hover,
body.not-home .header.menu-header .menu-toggle:active,
body.not-home .header.menu-header .def-btn:hover,
body.not-home .header.menu-header .def-btn:active {
    background-color: var(--secondary);
    color: var(--accent);
}
body.not-home .header.menu-header svg path {
    fill: var(--secondary);
}
body.not-home .menu-content a {
    color: var(--secondary);
}

.c_1 .btn-circle {
    margin-top: 40px;
}

article.content h1 {
    font: var(--h2-font);
}

article.content h2,
article.content h3,
article.content h4,
article.content h5 {
    margin-top: 3em;
}

article.content ul {
    padding-left: 2rem;
}
article.content ul li {
    position: relative;
}
article.content ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: -2rem;
    top: 50%;
    height: 1px;
    width: 12px;
    background-color: #000;
}

.full-img {
    display: block;
    width: 100%;
    margin: 40px 0;
}
.full-img img {
    display: block;
    width: 100%;
}

/* footer */
.footer {
    background-color: var(--secondary);
    padding-bottom: var(--gap);
}
.footer .container {
    max-width: 1380px;
}
.footer_logo {
    position: relative;
}
.footer_logo:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    height: 1px;
    background-color: var(--accent);
}
.footer_logo svg {
    display: block;
    margin: 0 auto;
}
.footer .nav {
    padding-top: calc(var(--gap-section) * 0.3);
    padding-bottom: calc(var(--gap-section) * 0.4);
}
.footer .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.footer .nav li {
    margin: 0;
}
.footer .nav a {
    font-size: 16px;
}
.footer .info {
    font-size: 12px;
    color: #b18276;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.footer .info p {
    margin: 0;
}
.footer .info p:nth-child(2) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
.footer .info a {
    color: #b18276;
}
.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grecaptcha-badge {
    visibility: hidden;
}
#cookie-notice .cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 20px 10px;
}
#cn-notice-text {
    width: 75%;
    text-align: justify;
}
.cookie__title {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color:#fff;
}
#cn-notice-text div {
    text-align: justify;
    color: #fff;
}
#cn-notice-text div a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
#cn-accept-cookie {
    float: right;
    padding: 10px 50px;
    color:#fff;
    border: 1px solid #fff;
    margin: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
    background: #fff;
    color: #000;
}
#cookie-notice a {
    text-decoration: none !important;
}
@media (max-width:767px) {
    .cookie-notice-container {
        padding: 20px;
        flex-direction: column;
    }
    #cn-notice-text {
        width: 100%;
    }
    #cookie-notice .cn-button {
        width: 100%;
        margin: 10px 0;
    }
    #cn-notice-text div {
        font-size: 14px;
    }
}