/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


:root {
    --antracit: #414042;
    --gold1: #AF935F;
    --gold2: #C2AA75;
    --gold3: #EBD99B;
    --gold4: #F6E6A9;
    --dark: #231F20;
    --blue: rgb(18, 86, 93);
    --red: #A96255;
    --button-red: #D87360;
}

@font-face {
    font-family: CorrectedRegular;
    src: url(fonts/PlayfairDisplaySC-Regular.ttf);
}

@font-face {
    font-family: CorrectedBold;
    src: url(fonts/PlayfairDisplaySC-Bold.ttf);
}

body {
    padding: 0;
    background-color: white;
    color: var(--antracit);
    font-weight: 400;
}

.body-wrapper {
    opacity: 1;
    position: relative;
    overflow-x: hidden;
    transition: opacity 0.5s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-variant-numeric: lining-nums;
}


.container {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

strong {
    font-weight: 700;
}

h2 span {
    font-family: "Playfair Display SC", serif;
    /* display: inline-block; */
}

h1 {
    font-size: 75px; /*85px*/
    line-height: 100px; /*110px*/
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    text-align: center;
    font-variant-numeric: tabular-nums lining-nums;
}

h1 span {
    font-family: "Playfair Display SC", serif;
}

h2 {
    font-size: 80px;
    line-height: 102px;
    font-weight: 700;
    font-family: "Playfair Display SC", serif;
    margin-bottom: 80px;
    margin-top: -10px;
    margin-left: -2px;
    text-transform: uppercase;
    color: var(--gold1);
    opacity: 0.45;
}

h3 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    color: var(--antracit);
    text-transform: uppercase;
}

/*p {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin-bottom: 20px;*/
/*    margin-top: 0;*/
/*}*/

li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 15px;
}

section.section_margin {
    margin: 150px 0;
    padding: 0 20px;
    position: relative;
    overflow-x: clip;
}

.primary-link,
.primary-link:visited,
.primary-link:focus,
.btn-primary,
.btn-primary:visited,
.btn-primary:focus,
a.primary-link:not([href]) {
    width: fit-content;
    padding: 13px 32px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--antracit);
    outline: none;
    color: var(--antracit);
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    position: relative;
    border-radius:8px !important;
    overflow:hidden;
}

.primary-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    background-color: var(--antracit);
    z-index: -1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat;
    -webkit-mask-position: 50%;
    -webkit-mask-size: 1px;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat;
    mask-position: 50%;
    mask-size: 1px;
    transition: mask-size 0.5s ease-out, -webkit-mask-size 0.5s ease-out;
}

a.primary-link:not([href]):hover,
a.primary-link:not([href]):active,
.primary-link:hover,
.primary-link:active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    /* background-color: var(--antracit); */
    color: white;
    border: 1px solid var(--antracit);
}

.primary_btn_elementor a.elementor-button:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color: var(--antracit);
    z-index: -1;
    -webkit-mask: url(data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>) no-repeat;
    -webkit-mask-position: 50%;
    -webkit-mask-size: 1px;
    mask: url(data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>) no-repeat;
    mask-position: 50%;
    mask-size: 1px;
    transition: mask-size 0.5s ease-out, -webkit-mask-size 0.5s ease-out
}    
.primary_btn_elementor a.elementor-button{ 
    color: white;
    border: 1px solid var(--antracit);
}



.primary-link:hover::before,
.primary-link.blue:hover::before {
    -webkit-mask-size: 115%;
    mask-size: 115%;
}

.primary-link.outline {
    background-color: transparent;
    color: var(--antracit);
    border: 1px solid var(--antracit);
}

.primary-link.outline:hover {
    color: white;
}

.primary-link.outline img {
    transition: filter 0.3s;
    margin-right: 12px;
}

.primary-link.outline:hover img {
    filter: invert(0.8);
}

.desktop-navbar.hidden .primary-link.outline {
    color: white;
    border: 1px solid white;
}

.desktop-navbar .primary-link.outline img {
    filter: invert(0.8);
}

.desktop-navbar .primary-link.outline:hover img {
    filter: invert(0);
}

.desktop-navbar.hidden .primary-link.outline img {
    filter: invert(0);
}

.desktop-navbar.hidden .primary-link.outline:hover img {
    filter: invert(0.8);
}

#sidebar .primary-link.outline span {
    display: inline-block;
    margin-top: 3px;
}

#sidebar .primary-link.outline img {
    margin-top: -3px;
}

.primary-link.blue {
    background-color: var(--blue);
    color: white;
    border: 1px solid var(--blue);
    transition: color 0.3s, background-color 0s !important;
}

.woman .primary-link.blue {
    background-color: var(--button-red);
    border: 1px solid var(--button-red);
}

.primary-link.blue::before {
    background-color: var(--blue);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat, linear-gradient(#000 0 0);
    -webkit-mask-position: 50%;
    -webkit-mask-size: 0.1px;
    -webkit-mask-composite: xor;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat, linear-gradient(#000 0 0);
    mask-position: 50%;
    mask-size: 0.1px;
    mask-composite: exclude;
}

.woman .primary-link.blue::before {
    background-color: var(--button-red);
}

.primary-link.blue:hover {
    color: var(--blue);
}

.woman .primary-link.blue:hover {
    color: var(--button-red);
}

a.primary-link[href=""], a.primary-link[href="#"], a.primary-link:not([href]) {
    display: none !important;
}

.primary-link svg,
.mobile-link svg {
    width: 17px;
}

.primary-link svg path {
    transition: stroke 0.3s, fill 0.3s;
}

.primary-link:hover svg path {
    stroke: white;
}

.primary-link.blue svg:not(.calendaricon) path {
    fill: white;
    stroke-width: 0;
}

.primary-link.blue:hover svg path {
    fill: var(--blue);
}

.woman .primary-link.blue:hover svg path {
    fill: var(--button-red);
}

::selection {
    background: var(--gold1);
    color: white;
}

::-moz-selection {
    background: var(--gold1);
    color: white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    transition: all 0.35s;
    z-index: 996;
}

.overlay.active {
    opacity: 1;
}

.rccookie-container {
    cursor: default !important;
    max-width: 420px;
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    opacity: 0;
    transition: opacity 0.5s;
}

.rccookie-container .btn-primary {
    width: 100%;
    background-color:#EBD99B;
}

.rccookie-container .btn-primary:hover,
.rccookie-container .btn-primary:focus,
.rccookie-container .btn-primary:active,
.rccookie-modal .btn-primary:hover,
.rccookie-modal .btn-primary:focus,
.rccookie-modal .btn-primary:active {
    background-color: white !important;
    color: var(--antracit) !important;
    box-shadow: none !important;
}

.rccookie-container p {
    font-size: 14px;
    line-height: 1.5;
}

.rccookie-modal .btn-primary {
    background-color: #EBD99B;
    border: 1px solid #EBD99B;
    border-radius: 0;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--gold2);
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--antracit);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: inherit !important;
    border-color: inherit !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.modal .close {
    padding: 5px 10px !important;
    background: transparent !important;
    margin: 0 !important;
}

.modal .card-header {
    display: none;
}

.slider:hover {
    background: var(--gold1);
    border: 2px solid var(--gold1) !important;
}

.sliderMask {
    border-color: var(--gold1) !important;
    background-color: var(--gold1) !important;
}

.g-recaptcha {
    margin: 30px 0;
    filter: grayscale(1) sepia(0.3);
}

/* .submitButton,
.btn-warning {
    background-color: var(--gold1);
    border: 2px solid var(--gold1);
    color: white;
    font-weight: 500;
}

.submitButton:hover,
.btn-warning:hover {
    background-color: white;
    color: var(--gold1);
    border: 2px solid var(--gold1);
}

.submitButton:focus,
.btn-warning:focus {
    background-color: white;
    color: var(--gold1);
    border: 2px solid var(--gold1);
    outline: none !important;
} */

a {
    transition: color 0.3s;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    color: var(--antracit);
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: var(--gold2);
}

button {
    transition: background-color 0.3s, color 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none !important;
}

.vbox-close {
    padding: 20px !important;
    top: 10px !important;
    right: 20px !important;
}

.vbox-next {
    right: 40px !important;
}

.vbox-prev {
    left: 40px !important;
}

.vbox-title {
    display: none !important;
}

.vbox-container {
    overflow: hidden;
}

.mobile-link {
    display: none;
}

.index {
    margin-top: -100px;
    padding-bottom: 100px;
}

/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    transition: background-color 0.5s, box-shadow 0.5s, backdrop-filter 0.5s;
    background-color: #FCF9F0AA;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.desktop-navbar.hidden {
    background-color: #FCF9F000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}

.desktop-navbar * {
    transition: opacity 0.5s;
}

.desktop-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    padding: 1.5vmin 5vmin;
}

.desktop-navbar .container.old {
    padding: 2vmin 5vmin;
}

.desktop-navbar .container.new {
    background-color: #EBD99BBB;
}

.woman .desktop-navbar .container.new {
    background-color: #A96255CC;
}

.desktop-navbar .container.new svg {
    margin-right: 1vw;
    height: 3vmin;
}

.desktop-navbar .container.new svg path {
    fill: var(--antracit);
}

.woman .desktop-navbar .container.new svg path {
    fill: white;
}

.desktop-navbar .container.new a {
    color: var(--antracit);
    font-size: 1.75vmin;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.woman .desktop-navbar .container.new a {
    color: white;
}

.desktop-navbar .container.new .right {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.desktop-navbar .container.new .lang {
    text-decoration: underline;
    font-weight: 500;
    font-size: 2.25vmin;
}

.desktop-navbar .logo {
    height: 5vmin;
    width: 20.8vmin;
    position: relative;
}

.desktop-navbar .logo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s;
}

/* .desktop-navbar .logo img:nth-of-type(3),
.desktop-navbar .logo img:nth-of-type(4) {
    opacity: 0;
} */

.desktop-navbar.hidden .logo img:first-of-type {
    opacity: 0;
}

.desktop-navbar.hidden .logo img:nth-of-type(2) {
    opacity: 1;
}

.desktop-navbar .logo img:first-of-type {
    opacity: 1;
}

.desktop-navbar .logo img:nth-of-type(2) {
    opacity: 0;
}

.desktop-navbar .links {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.desktop-navbar .links .link {
    position: relative;
    line-height: 1;
}

.desktop-navbar .links .link .icon {
    width: 4vmin;
    height: 4vmin;
    position: absolute;
    top: 50%;
    left: -2.5vmin;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s, left 0.3s;
}

.desktop-navbar .links .link:hover .icon {
    opacity: 1;
    left: -4.5vmin;
}

.desktop-navbar .links a {
    font-size: 1.75vmin;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--antracit);
    transition: color 0.3s;
    display: block;
    line-height: 1;
}

.desktop-navbar.hidden .links a {
    color: white;
}

.desktop-navbar .links a:hover {
    color: var(--gold1);
}

.desktop-navbar.hidden .links a:hover {
    color: #ebd99b;
}

.desktop-navbar .buttons {
    display: flex;
    align-items: center;
    gap: 1.5vw;
}

.desktop-navbar .buttons .primary-link {
    padding: 1.5vmin 2vmin;
    height: 5vmin;
    font-size: 1.75vmin;
    transition: background-color 0.3s, color 0.3s !important;
}

.desktop-navbar.hidden .primary-link::before {
    display: none;
}

.desktop-navbar.hidden .buttons .primary-link:hover {
    color: var(--antracit);
}

.desktop-navbar.hidden .buttons .primary-link:hover svg path {
    fill: var(--antracit);
}

.primary-link.for-men {
    display: none;
}

.woman .primary-link.for-men {
    display: flex;
}

.woman .primary-link.for-women {
    display: none;
}

.desktop-navbar .buttons .nobg {
    position: relative;
}

@media (min-width: 650px) {
    .desktop-navbar .buttons .nobg {
        display: none;
    }

    #sidebar .for-men,
    #sidebar .for-women {
        display: none;
    }
}

.desktop-navbar .buttons .nobg svg {
    width: 3.5vmin;
    height: 3.5vmin;
}

.desktop-navbar .buttons .nobg .info {
    pointer-events: none;
    position: absolute;
    background-color: #FCF9F0AA;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, top 0.3s;
    white-space: nowrap;
    font-size: 14px;
    color: var(--antracit);
    z-index: 999;
}

.desktop-navbar .buttons .nobg .info::before {
    content: "";
    position: absolute;
    z-index: 998;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 12px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #FCF9F0AA;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.desktop-navbar .buttons .nobg:hover .info {
    opacity: 1;
    top: calc(100% + 37px);
}

.desktop-navbar .buttons .nobg .info svg {
    margin-right: 10px;
    transition: all 0s !important;
    fill: var(--antracit) !important;
}

.desktop-navbar .buttons .nobg:hover .info svg path {
    fill: var(--antracit) !important;
}

.desktop-navbar .buttons .nobg svg path {
    fill: var(--antracit);
    transition: fill 0.3s;
}

.desktop-navbar .buttons .nobg:hover svg path {
    fill: var(--gold1);
}

.desktop-navbar.hidden .buttons .nobg:hover svg path {
    fill: #ebd99b;
}

.desktop-navbar.hidden .primary-link.blue {
    color: var(--antracit);
    background-color: #EBD99B !important;
    border: 1px solid #EBD99B;
}

.desktop-navbar.hidden .primary-link svg path {
    fill: var(--antracit);
}

.desktop-navbar.hidden .primary-link:hover {
    background-color: white !important;
}

.desktop-navbar.hidden .primary-link.phone svg {
    fill: var(--antracit);
}

.desktop-navbar.hidden .buttons .nobg svg path {
    fill: white;
}

.desktop-navbar .buttons .lang {
    color: var(--antracit);
    font-size: 2vmin;
    font-weight: 500;
    transition: color 0.3s;
    letter-spacing: 1px;
}

.desktop-navbar .buttons .lang:hover {
    color: var(--gold1);
}

.desktop-navbar.hidden .buttons .lang:hover {
    color: #ebd99b !important;
}

.desktop-navbar.hidden .buttons .lang {
    color: white;
}

/* HERO */

.bg {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.bg video {
    width: 101%;
    height: 101%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.woman .bg .layer {
    background-color: #C2AA75CC;
}

.skip {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 16px;
    line-height: 1;
    background-color: #EBD99B;
    border: 1px solid #EBD99B;
    color: var(--antracit);
    font-weight: 500;
    font-size: 18px;
    z-index: 99;
    text-transform: uppercase;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}

.skip:hover {
    background-color: white;
}

.skip span {
    pointer-events: none;
    user-select: none;
}

.skip svg {
    margin-left: 8px;
    margin-top: -3px;
    width: 18px;
    height: 18px;
}

.video-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat;
    -webkit-mask-position-x: 50%;
    -webkit-mask-position-y: 50%;
    -webkit-mask-size: 180vw;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat;
    mask-position-x: 50%;
    mask-position-y: 50%;
    mask-size: 180vw;
    overflow: hidden;
}

.video-container .dark-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.spacer {
    width: 100vw;
    height: 80vh;
}

.inverted {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat,
        linear-gradient(#000 0 0);
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
}

.video-container .linear {
    opacity: 0.8;
}

.titles,
.big-title {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
    height: 200px;
    width: 1300px;
    overflow: hidden;
    pointer-events: none;
}

.titles h2,
.big-title h2 {
    font-size: 120px;
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    text-align: center;
    letter-spacing: 2px;
    white-space: nowrap;
    opacity: 1;
    line-height: 1.3;
    color: white;
}

.big-title h2 {
    font-size: 100px;
}

.titles h2:first-of-type {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.titles h2:nth-of-type(2) {
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
}

.titles h2:nth-of-type(3) {
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}

.big-title {
    height: 280px;
}

.big-title h2:first-of-type {
    top: 0;
    left: 150%;
    transform: translateX(-50%);
}

.big-title h2:nth-of-type(2) {
    bottom: 0;
    left: -50%;
    transform: translateX(-50%);
}

/* SERVICES */

.services {
    margin-top: 50px;
    /* display: flex; */
    padding: 0;
    position: relative;
    z-index: 2;
}

.services .items {
    display: flex;
    justify-content: center;
    width: fit-content;
    height: 24vw;
    margin-left: auto;
    margin-right: auto;
}

.services .item {
    width: 24vw;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.6s;
}

.services .item.active {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

}

.services .item>*,
.more-services .item>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.services .item .image img,
.services .item video,
.more-services .item .image img,
.more-services .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .item .layer,
.more-services .item .layer {
    background-color: #000;
    opacity: 0.55;
}

.woman .services .item .layer,
.woman .more-services .item .layer {
    background-color: var(--red);
    opacity: 0.65;
}

.services .item .content,
.more-services .item .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.services .item .content h4,
.more-services .item .content h4 {
    font-size: 20px;
    line-height: 32px;
    color: white;
    max-width: 230px;
    display: flex;
    align-items: center;
    text-align: center;
}

.services .item .icon,
.more-services .item .icon {
    width: 150px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more-services .item .icon {
    top: 80%;
    left: 94%;
    opacity: 0.5;
    transform: translate(-50%, -50%) rotate(18deg);
}

.bgshape {
    position: absolute;
    top: -100px;
    left: -7vw;
    height: 180vh;
    pointer-events: none;
    z-index: 1;
}

.bgshape.right {
    left: auto;
    right: -7vw;
}

.about .bgshape:not(.about-1 .bgshape) {
    display: none;
}

.contact .bgshape,
.whyus .bgshape {
    left: auto;
    right: -7vw;
    top: -50px;
}

.whyus .bgshape {
    z-index: 5;
}

.reviews .bgshape {
    top: 0px;
}

.newsletter .bgshape {
    top: -300px;
    height: 140vh;
}

.contact .bgshape {
    top: -270px;
}

.bgshape img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact .bgshape img,
.whyus .bgshape img,
.bgshape.right img {
    left: auto;
    right: 0;
}

.bgshape img:first-of-type {
    opacity: 0.2;
    display: none;
}

.bgshape img:nth-of-type(2) {
    opacity: 0.2;
    -webkit-mask: url('images/mask3.png') no-repeat;
    -webkit-mask-position: 0% -110%;
    -webkit-mask-size: 100%;
    mask: url('images/mask3.png') no-repeat;
    mask-position: 0% -110%;
    mask-size: 100%;
}

.reservation .items {
    display: flex;
    justify-content: center;
    gap: 200px;
}

.reservation .items .item {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.reservation .items .item h3,
.reservation .items .item p {
    text-transform: none;
    margin-bottom: 0;
    text-align: center;
}

.reservation .items .item p {
    width: 250px;
}

.about h2 {
    margin-bottom: 10px;
    color: var(--antracit);
    opacity: 0.35;
    position: relative;
    z-index: 1;
}

.woman .about h2 {
    color: var(--red);
}

.about .content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.about .content .left {
    background-color: #FCF9F0;
    padding: 100px 80px 60px 60px;
    width: 50%;
}

.about .content .left .numbers {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.about .content .left .numbers .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 19%;
}

.about .content .left .numbers .item img {
    height: 44px;
}

.about .content .left .numbers .item h3 {
    font-size: 30px;
    line-height: 38px;
    font-family: "Playfair Display SC", serif;
    font-synthesis-position: 0;
    font-weight: 700;
    margin-bottom: 0;
}

.about .content .left .numbers .item p {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 80px;
    margin-bottom: 0;
}

.about .content .image {
    width: 52%;
    height: 95%;
    max-height: 600px;
    position: absolute;
    top: 150px;
    right: 0;
    overflow: hidden;
}

.about .content .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whyus h2 {
    margin-bottom: -45px;
    position: relative;
    z-index: 3;
}

.whyus.landing h2 {
    margin-bottom: -25px;
    line-height: 1.15;
}

@media (max-width: 1079px) {
    .whyus.landing h2 {
        font-size: 28px;
        margin-bottom: -10px;
    }
}

.whyus .content {
    width: 70%;
    padding: 100px 400px 100px 0;
    position: relative;
    z-index: 2;
}

.whyus .content .layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 75vw;
    height: 100%;
    background-color: #E1D5BA;
    z-index: -1;
}

.whyus .content .primary-link {
    margin-top: 40px;
}

.whyus .images {
    position: absolute;
    z-index: 3;
    top: 300px;
    left: 46%;
    display: flex;
    width: 52vw;
    height: 20vw;
    overflow: hidden;
}

.whyus .images .image {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.whyus .images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whyus .icons {
    width: 950px;
    margin: -40px auto 0;
    display: flex;
    justify-content: space-between;
    background-color: #FCF9F0;
    padding: 100px 60px 80px;
    position: relative;
    z-index: 1;
}

.whyus .icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 20%;
}

.whyus .icons .icon img {
    height: 80px;
}

.whyus .icons .icon p {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.whyus.landing .icons .icon p {
    font-weight: 400;
}

.gallery h2 {
    color: var(--antracit);
    opacity: 0.35;
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}

.woman .gallery h2 {
    color: var(--red);
}

.relative {
    position: relative;
}

.swiper {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 99;
}

.gallery .swiper {
    margin: 0 -20px;
    width: calc(100% + 40px);
    /*-webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat;*/
    /*-webkit-mask-position: 50% 50%;*/
    /*-webkit-mask-size: 18vw;*/
    /*mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat;*/
    /*mask-position: 50% 50%;*/
    /*mask-size: 18vw;*/
    overflow: hidden;
}

.swiper-prev,
.swiper-next {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    filter: grayscale(1);
    transition: filter 0.3s;
}

.swiper-prev:hover,
.swiper-next:hover {
    filter: grayscale(0);
}

.swiper-prev {
    left: 0;
}

.swiper-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 36px !important;
    font-weight: 300;
    color: var(--antracit);
    opacity: 0.7;
    transition: color 0.3s;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: var(--gold1);
}

.swiper-button-prev {
    left: 0.2vw;
    z-index: 100;
}

.swiper-button-next {
    right: 0.2vw;
    z-index: 100;
}

.venobox {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.gallery .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    object-fit: cover;
    transition: width 0.5s, height 0.5s;
}

.gallery .swiper-slide-next img {
    width: 100%;
    height: 100%;
}

.gallery .primary-link {
    margin: 60px auto;
}

.reviews h2 {
    margin-bottom: 10px;
}

.reviews .reviews {
    background-color: #E1D5BA;
    padding: 100px 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.reviews .quote {
    margin: 0 auto 50px;
    display: block;
}

.reviews .swiper {
    height: auto;
}

.reviews .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 40px;
}

.reviews .swiper-slide-active,
.reviews .swiper-slide-next {
    border-right: 1px solid var(--antracit);
}


.reviews .swiper-slide .content p {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
}

.reviews .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.reviews .swiper-slide .name {
    font-weight: 600;
}

.reviews .swiper-prev {
    left: -40px;
}

.reviews .swiper-next {
    right: -40px;
}

.reviews .swiper-button-prev {
    left: -40px;
}

.reviews .swiper-button-next {
    right: -40px;
}

.blog h2,
.service-bloglist h2 {
    color: var(--antracit);
    opacity: 0.35;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.woman .blog h2,
.woman .service-bloglist h2 {
    color: var(--red);
}

.blog .items,
.service-bloglist .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
}

.blog .items .item,
.service-bloglist .items .item {
    flex: 0 1 43%;
}

.blog .items .item .image,
.service-bloglist .items .item .image,
.bloglist .items .item .image {
    width: 420px;
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog .items .item .image img,
.service-bloglist .items .item .image img,
.bloglist .items .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog .items .item .content,
.service-bloglist .items .item .content,
.bloglist .items .item .content {
    background-color: #EBD99B25;
    padding: 60px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bloglist .items .item .content {
    padding: 40px;
}

.blog .items .item:nth-of-type(2) .content,
.service-bloglist .items .item .content {
    margin: -40px 0 0 100px;
    padding: 80px 40px 40px;
}

.blog .items .item:nth-of-type(3) .content {
    margin: -40px 100px 0 0;
    padding: 80px 40px 40px;
}

.blog .items .item:nth-of-type(3) .image {
    margin-left: auto;
}

.blog .items .item .content h3,
.service-bloglist .items .item .content h3,
.bloglist .items .item .content h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    text-transform: none;
    margin-bottom: 0;
}

.blog .items .item .content .date,
.service-bloglist .items .item .content .date,
.bloglist .items .item .content .date {
    margin-bottom: 0;
}

.blog .items .item .content .subservices a,
.service-bloglist .items .item .content .subservices a,
.bloglist .items .item .content .subservices a {
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
}

.blog .items .item .content .subservices a:hover,
.service-bloglist .items .item .content .subservices a:hover,
.bloglist .items .item .content .subservices a:hover {
    color: var(--gold1);
}

.blog .items .item .content .subservices a::after,
.service-bloglist .items .item .content .subservices a::after,
.bloglist .items .item .content .subservices a::after {
    content: "";
    display: inline-block;
    width: 1.5px;
    height: 16px;
    margin: 0 11px 0 18px;
    background-color: var(--blue);
    transform: translateY(1px);
}

.blog .items .item .content .subservices a:last-of-type::after,
.service-bloglist .items .item .content .subservices a:last-of-type::after,
.bloglist .items .item .content .subservices a:last-of-type::after {
    display: none;
}

.blog .items .item .content p,
.service-bloglist .items .item .content p,
.bloglist .items .item .content p {
    margin-bottom: 10px;
}

.blog .items .item:first-of-type,
.bloglist .items .item:first-of-type {
    flex: 0 1 100%;
    display: flex;
    padding: 0 72px;
}

.blog .items .item:first-of-type .image,
.bloglist .items .item:first-of-type .image {
    width: 50%;
    height: 400px;
}

.blog .items .item:first-of-type .content,
.bloglist .items .item:first-of-type .content {
    width: calc(50% + 80px);
    margin: 80px 0 0 -80px;
    padding: 50px 50px 50px 130px;
}

.blog .items .item:first-of-type .content h3::before,
.bloglist .items .item:first-of-type .content h3::before {
    content: "Kiemelt cikkünk";
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
    font-size: 18px;
    font-weight: 700;
}

.blog .primary-link.main,
.service-bloglist .primary-link.main,
.bloglist .primary-link.main {
    margin: 80px auto;
}

/*.newsletter {*/
/*    margin-bottom: 260px;*/
/*}*/

.newsletter h2 {
    margin-bottom: 10px;
}

.newsletter .container {
    position: relative;
}

.newsletter .content {
    padding: 100px 200px 100px 0;
    position: relative;
    width: 65%;
}

.newsletter .content .layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 75vw;
    height: 100%;
    background-color: #E1D5BA;
    z-index: -1;
}

.newsletter .content h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: none;
}

.newsletter .content p {
    font-size: 22px;
    line-height: 38px;
    max-width: 400px;
}

.newsletter form {
    position: absolute;
    left: 40%;
    top: 180px;
    width: 470px;
    max-width: 750px;
    margin: 0 auto;
    background-color: #FCF9F0;
    padding: 40px;
}


form input.invalid,
form textarea.invalid {
    border-bottom: 1.5px solid rgb(161, 21, 21);
}

form input.invalid::placeholder,
form textarea.invalid::placeholder {
    color: rgb(161, 21, 21);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input:hover::-webkit-inner-spin-button,
input:hover::-webkit-outer-spin-button,
input:focus::-webkit-inner-spin-button,
input:focus::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


.form-check:first-of-type {
    margin-top: 30px;
}

.form-check:last-of-type {
    margin-bottom: 40px;
}

.form-check-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-check-input+label {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
}

.form-check-input+label a {
    font-weight: 400;
    text-decoration: underline;
}

.form-check-input+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: -36px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 1.5px solid var(--antracit);
    transition: 0.3s ease;
}

.form-check-input.invalid+label::before {
    border: 1.5px solid rgb(161, 21, 21);
}

.form-check-input:checked+label::before {
    background-color: var(--blue);
    border: 1.5px solid var(--blue);
}

.form-check-input+label::after {
    content: " ";
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -35px;
    left: -1px;
    top: -10px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 24px;
    width: 24px;
    transition: 0.3s ease;
    opacity: 0;
}

.form-check-input:checked+label::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    opacity: 1;
    top: 0;
}

.infos {
    margin-bottom: 140px;
}

.infos h2 {
    color: var(--antracit);
    opacity: 0.35;
    position: relative;
    z-index: 3;
    margin-bottom: 60px;
}

.woman .infos h2 {
    color: var(--red);
}

.infos .content {
    background-color: #FCF9F0;
    padding: 60px;
}

.infos .content p,
.infos .content a:not(.primary-link) {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    display: block;
    font-weight: 500;
}

.infos .content .address {
    font-weight: 700;
}

.infos .content .details,
.infos .content .open {
    margin-bottom: 30px;
}

.infos .content .open p:first-of-type {
    font-weight: 700;
}

.infos .map {
    position: absolute;
    right: 0px;
    top: 80px;
    width: 55vw;
    height: 590px;
    z-index: 2;
}

.infos .map .layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #E1D5BA44;
}

.infos .map iframe {
    width: 100%;
    height: 100%;
    filter: saturate(0.6);
}

.contact {
    margin: 0;
    margin-bottom: 100px;
}

.contact h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.contact form, .contact .form {
    background-color: #E1D5BA;
    width: 700px;
    padding: 80px 150px;
    margin: 0 auto;
}

.contact form p, .contact .form p {
    margin: 20px 0 10px;
}

.contact form .checks, .contact .form .checks {
    display: flex;
    justify-content: space-between;
}

.contact.landing form .checks, .contact.landing .form .checks {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form-check {
    margin: 0 !important;
}
.form-check label {
    line-height: 24px;
    font-size: 15px;
}
.contact form .checks .form-check-input+label, .contact .form .checks .form-check-input+label {
    font-size: 16px;
}
.form-check a {
    text-decoration: underline !important;
    font-weight: 400 !important;
}

.contact .image {
    position: absolute;
    top: 350px;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
}

.contact .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    padding: 100px 20px;
    position: relative;
    background-color: var(--antracit);
    z-index: 2;
    overflow: hidden;
}

footer * {
    color: white;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .item img {
    width: 250px;
}

footer .item {
    display: flex;
    flex-direction: column;
}

footer .item:first-of-type p {
    margin-top: 20px;
    line-height: 32px;
    width: 220px;
}

footer .item h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 700;
}

footer .item h3:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 10px;
}

footer .item p,
footer .item a {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

footer .socials {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

footer .socials svg path {
    transition: fill 0.3s;
}

footer .socials svg:hover path:first-of-type {
    fill: var(--gold2);
}

.article img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    margin: 40px 0;
}

.article h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0;
    font-family: "Raleway", sans-serif;
    color: var(--antracit);
    opacity: 1;
}

.woman .article h2 {
    color: var(--red);
}

.article h3 {
    font-size: 25px;
    line-height: 36px;
    margin: 30px 0;
    text-transform: none;
    font-weight: 600;
}

.article h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0;
    font-weight: 500;
    text-transform: none;
}

.article h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0;
    font-weight: 500;
    font-style: italic;
}

.consult-modal {
    position: fixed;
    top: calc(50% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 40px 60px;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: all 0.3s;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: calc(100% - 40px);
    max-width: 750px;
    max-height: 90vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.consult-modal.active {
    opacity: 1;
    top: 50%;
}

.consult-modal .items {
    display: flex;
}

.consult-modal .items form,
.consult-modal .items .phone {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.consult-modal h3 {
    font-family: "Playfair Display SC", serif;
    font-weight: 700;
    font-size: 40px;
    color: #dbceb1;
}

.consult-modal .items .title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    height: auto !important;
}

.consult-modal form {
    background-color: transparent;
    padding: 0;
    border-right: 1px solid var(--antracit);
}

.consult-modal form .checks {
    width: 100%;
}

.consult-modal .form-check-input:checked+label::after {
    top: 5px;
}

.consult-modal .form-check-input+label {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}

.consult-modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    opacity: 1 !important;
}

.consult-modal .phone p {
    text-align: center;
}

/* TEMPLATES */

.small-header, .big-header {
    height:auto !important;
    min-height: 300px;
    width: 100vw;
    position: relative;
    background-color: white;
    margin: 0;
    
    display:flex;
    align-items:center;
}

.big-header {
    /*height: 100vh;*/
    min-height: 300px;
    background-color: var(--antracit);
    overflow: hidden;
}

.small-header .layer,
.big-header .layer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    backdrop-filter: blur(100px);
}

.small-header .layer .circle1,
.small-header .layer .circle2,
.big-header .layer .circle1,
.big-header .layer .circle2,
.big-header .layer .circle3 {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120vh; 
    min-height: 60vh; /*120vh*/
    border-radius: 999px;
    opacity: 0.4;
    background: rgb(194, 170, 117);
    background: radial-gradient(circle, rgba(194, 170, 117, 1) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: -1;
}

.small-header .layer .circle2,
.big-header .layer .circle2 {
    transform: none;
    top: -50vh;
    left: -50vh;
}

.big-header .layer .circle3 {
    top: auto;
    left: auto;
    transform: none;
    bottom: -50vh;
    right: -50vh;
}

/* .small-header .title,
.big-header .title {
    height: 110px;
    overflow: hidden;
} */

.small-header .title {
    margin-top: 80px;
}

.small-header h1 {
    color: var(--antracit);
}

.big-header .title {
    /*margin-top: -50px;*/
}

.big-header .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 332px;
    width: 380px;
    overflow: hidden;
}

.big-header .icon img {
    width: 380px;
    position: absolute;
    bottom: -150px;
    left: 0;
}

.big-header.icon-right .icon {
    transform: none;
    right: -60px;
    left: auto;
}

.big-header.icon-right .icon img {
    transform: rotate(26deg);
    left: 30px;
}

.big-header.icon-left .icon {
    transform: none;
    left: -60px;
    right: auto;
}

.big-header.icon-left .icon img {
    left: auto;
    right: 30px;
    transform: rotate(-26deg);
}

.big-header.icon-left .layer .circle2 {
    left: auto;
    right: -50vh;
}

.big-header.icon-left .layer .circle3 {
    right: auto;
    left: -50vh;
}

.small-header .prev,
.small-header .next,
.big-header .prev,
.big-header .next {
    position: absolute;
    bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    color: var(--antracit);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 45vw;
}

.big-header .prev,
.big-header .next {
    color: white;
}

.small-header .prev img,
.small-header .next img {
    width: 10px;
}

.big-header .prev img,
.big-header .next img {
    width: 10px;
    filter: invert(1);
}


.small-header .next img,
.big-header .next img {
    transform: rotate(180deg);
}

.small-header .prev,
.big-header .prev {
    left: 80px;
}

.small-header .next,
.big-header .next {
    right: 80px;
    text-align: right;
}

.nav {
    margin: 80px auto;
    max-width: 1200px;
    display: flex;
    gap: 8px;
    padding: 0;
    font-size: 18px;
}

.nav a {
    font-weight: 400;
}

.nav a:last-of-type {
    font-weight: 600;
    color: var(--gold1);
}

.about.about-1 {
    margin-top: 80px;
}

.about.about-1 .content {
    width: 100%;
    align-items: flex-start;
}

.about.about-1 .content .left {
    margin-top: 100px;
    padding: 50px 100px 50px 0;
    position: relative;
}

.about.about-1 .content .image {
    position: relative;
    width: 480px;
    height: 480px;
    top: 40px;
    margin-left: -10px;
    margin-right: 60px;
}

.about.about-1 .content .video {
    position: relative;
    top: 40px;
    margin-left: -10px;
    width: 337px;
    aspect-ratio: 9/16;
}

.about.about-1 .content .video iframe {
    width: 100%;
    height: 100%;
}

.about.about-1 .content .left p:last-of-type {
    margin-bottom: 0;
}

.about.about-1 .content .left .layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 75vw;
    height: 100%;
    background-color: #FCF9F0;
    z-index: -1;
}

.services h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.about-whyus h2 {
    margin-bottom:10px;
    position: relative;
    z-index: 3;
}

.about-whyus.light h2 {
    color: var(--antracit);
    opacity: 0.35;
}

.woman .about-whyus.light h2 {
    color: var(--red);
}

.about-whyus .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.about-whyus .item {
    width: 30.5%;
    background-color: #E1D5BA;
    padding: 40px 30px;
    transition: background-color 0.3s;
}

.about-whyus.light .item {
    background-color: #FCF9F0;
}

.about-whyus .item:hover {
    background-color: #E1D5BABB;
}

.about-whyus.light .item:hover {
    background-color: #FCF9F0BB;
}

.about-whyus .item img {
    height: 60px;
    margin: 0 auto 30px;
    display: block;
}

.about-whyus .item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.about-whyus .item p {
    margin-bottom: 0;
}

.place h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    color: var(--antracit);
    opacity: 0.35;
}

.woman .place h2 {
    color: var(--red);
}

.place .image {
    margin-left: -20px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    height: 500px;
}

.place .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.place .content {
    background-color: #FCF9F0;
    margin: -200px auto 0;
    padding: 100px 120px;
    max-width: 770px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.place .content .primary-link {
    margin: 40px auto 0;
}

.more-doctors h2,
.one-doctor h2 {
    position: relative;
    z-index: 3;
    color: var(--antracit);
    opacity: 0.35;
    margin-bottom: 10px;
}

.more-doctors:not(.doctor_design_sec) .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.more-doctors:not(.doctor_design_sec) .item {
    width: 30%;
    height: 100%;
}

.more-doctors .item .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.more-doctors .item .image img,
.more-doctors .item .image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.more-doctors .item .content {
    background-color: #E1D5BA;
    padding: 30px;
    margin: -20px -30px 0 30px;
    position: relative;
    z-index: 1;
    min-height: 350px;
}

.more-doctors .item .content::before,
.one-doctor .item .content::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 30px;
    width: 30px;
    height: 18px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #E1D5BA;
}

.one-doctor .item .content::before {
    top: 40px;
    left: -18px;
    width: 18px;
    height: 30px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.more-doctors .item .content h3, 
.one-doctor .item .content h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
    color: #101828 !important;
}

.more-doctors .item .content p, 
.one-doctor .item .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.4px;
    color: #475467;
}

.more-doctors .item .content p.title, 
.one-doctor .item .content p.title {
    color: #475467;
    font-weight: 400;
    font-size: 12px;
    line-height: 18.2px;
    margin: 5px 0 !important;
}

.more-doctors .item .content a,
.one-doctor .item .content a {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: var(--blue);
}

.more-doctors .item .content a:last-of-type,
.one-doctor .item .content a:last-of-type {
    margin-bottom: 20px;
}

.more-doctors .item .content a:hover,
.one-doctor .item .content a:hover {
    color: var(--gold1);
}

.one-doctor .item {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.one-doctor .image {
    width: 40%;
    height: 400px;
    overflow: hidden;
}

.one-doctor .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one-doctor .content {
    background-color: #E1D5BA;
    padding: 40px 60px;
    margin: 80px 0 0 -30px;
    position: relative;
    z-index: 1;
    width: 60%;
}

.gallery.with-title h2 {
    margin-bottom: 50px;
}

.gallery.with-title h3 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
}

.gallery.with-title .title {
    width: 100%;
    max-width: 500px;
    padding: 50px 0;
    position: relative;
    margin-top: 50px;
    margin-bottom: -20px;
    cursor: pointer;
}

.gallery.with-title.no-collapse .title {
    cursor: default;
}

.gallery.with-title .title img {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 28px;
    transition: transform 0.3s ease-out;
}

.gallery.with-title.no-collapse .title img {
    display: none;
}

.gallery.with-title .title.active img {
    transform: translateY(-50%) rotate(180deg);
}

.gallery.with-title .title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #E1D5BA;
    z-index: -1;
    transition: background-color 0.3s;
}

.gallery.with-title .title.active::before {
    background-color: #FCF9F0;
}

.gallery.with-title .gallery {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
}

.gallery.with-title.no-collapse .gallery {
    max-height: 700px;
}

.gallery.with-title .gallery.active {
    max-height: 700px;
}

.tall-image-on-right .container {
    position: relative;
}

.tall-image-on-right h2 {
    font-size: 56px;
    margin-bottom: -25px;
    line-height: 1.3;
    color: var(--antracit);
    opacity: 0.35;
    position: relative;
    z-index: 3;
    max-width: 600px;
}

.tall-image-on-right .text {
    padding: 80px 100px 80px 0;
    position: relative;
    max-width: 600px;
}

.tall-image-on-right .text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #FCF9F0;
    z-index: -1;
}

.tall-image-on-right .image {
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    max-width: 550px;
    height: 110%;
    z-index: 2;
    overflow: hidden;
}

.tall-image-on-right.landing .image {
    height: 400px;
}

@media (max-width: 1079px) {
    .tall-image-on-right.landing .text {
        display: none;
    }
}

.tall-image-on-right .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tall-image-on-right.landing .image img {
    object-fit: contain;
}

.tall-image-on-right .primary-link {
    margin-top: 40px;
}

.text-only .container {
    max-width: 850px;
}

.text-only p {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 20px;
}

.service-image-on-left,
.service-image-on-right,
.subservice-image-on-left,
.subservice-image-on-right {
    padding: 0;
    position: relative;
}

.service-image-on-left h2,
.service-image-on-right h2,
.subservice-image-on-left h2,
.subservice-image-on-right h2 {
    margin-bottom: 10px;
    position: relative;
/*    z-index: 3;*/
}

.service-image-on-right h2,
.subservice-image-on-left h2 {
    color: var(--antracit);
}

.service-image-on-left .full-width,
.service-image-on-right .full-width,
.subservice-image-on-left .full-width,
.subservice-image-on-right .full-width {
    display: flex;
    gap: 80px;
}

.service-image-on-left .left,
.service-image-on-right .right,
.subservice-image-on-left .left,
.subservice-image-on-right .right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.service-image-on-left .left,
.subservice-image-on-left .left {
    position: relative;
/*    z-index: 2;*/
}

.service-image-on-right .right,
.subservice-image-on-right .right {
    justify-content: flex-start;
}

.service-image-on-left .left .image,
.service-image-on-right .right .image,
.subservice-image-on-left .left .image,
.subservice-image-on-right .right .image {
    width: 468px;
    height: 468px;
    overflow: hidden;
    position: relative;
/*    z-index: 2;*/
    margin-top: 50px;
}

.service-image-on-left .left .image img,
.service-image-on-right .right .image img,
.subservice-image-on-left .left .image img,
.subservice-image-on-right .right .image img {
    width: 101%;
    height: 101%;
    object-fit: cover;
}

.service-image-on-left .right,
.service-image-on-right .left,
.subservice-image-on-left .right,
.subservice-image-on-right .left {
    width: 55%;
    padding: 80px 0;
    position: relative;
}

.service-image-on-left .right::before,
.service-image-on-right .left::before,
.subservice-image-on-left .right::before,
.subservice-image-on-right .left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -250px;
    width: 80vw;
    height: 100%;
    background-color: #E1D5BA;
    z-index: -2;
}

.service-image-on-right .left::before,
.subservice-image-on-left .right::before {
    background-color: #FCF9F0;
}

.service-image-on-left .right .content,
.service-image-on-right .left .content,
.subservice-image-on-left .right .content,
.subservice-image-on-right .left .content {
    max-width: 550px;
}

.service-image-on-right .left .content,
.subservice-image-on-right .left .content {
    margin-left: auto;
}

.service-image-on-left .right .content p:first-of-type,
.service-image-on-right .left .content p:first-of-type {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.service-image-on-left .right .content .subservices,
.service-image-on-right .left .content .subservices {
    display: flex;
    flex-wrap: wrap;
}

.service-image-on-left .right .content .subservices a,
.service-image-on-right .left .content .subservices a {
    display: block;
    color: var(--blue);
    font-weight: 600;
    width: fit-content;
    margin-right: 40px;
    text-transform: uppercase;
    position: relative;
    line-height: 2.5;
    white-space: nowrap;
}

.service-image-on-left .right .content .subservices a:hover,
.service-image-on-right .left .content .subservices a:hover {
    color: var(--gold1);
}

.service-image-on-left .right .content .subservices a:after,
.service-image-on-right .left .content .subservices a:after {
    content: "";
    position: absolute;
    top: 14px;
    right: -26px;
    height: 10px;
    width: 10px;
    border-radius: 99px;
    background-color: var(--blue);
}

.service-image-on-left .right .content .subservices a:last-of-type:after,
.service-image-on-right .left .content .subservices a:last-of-type:after {
    display: none;
}

.service-image-on-left .right .content .primary-link,
.service-image-on-right .left .content .primary-link {
    margin-top: 40px;
}

.service-image-on-left .logo,
.service-image-on-right .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 550px;
    height: 550px;
    opacity: 0.4;
    z-index: -1;
    overflow: hidden;
}

.service-image-on-right .logo {
    left: 0;
    right: auto;
    opacity: 0.2;
}

.service-image-on-left .logo img,
.service-image-on-right .logo img {
    width: 550px;
    height: 550px;
    object-fit: contain;
    position: absolute;
    right: -150px;
    bottom: -100px;
    transform: rotate(12deg);
}

.service-image-on-right .logo img {
    right: auto;
    left: -150px;
    bottom: -100px;
    transform: rotate(-12deg);
}

.subservice-image-on-left .content .item,
.subservice-image-on-right .content .item {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
    max-width: 450px;
}

.subservice-image-on-left .content .item img,
.subservice-image-on-right .content .item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.4s ease-out;
}

.subservice-image-on-left .content .item img:hover,
.subservice-image-on-right .content .item img:hover {
    transform: scale(1.1);
}

.subservice-image-on-left .content .item p,
.subservice-image-on-right .content .item p {
    font-weight: 500;
    margin-bottom: 0;
}

.subservice-image-on-left .content .links,
.subservice-image-on-right .content .links {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.information-block h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    color: var(--antracit);
    opacity: 0.35;
}

.information-block .container {
    position: relative;
}

.information-block .content {
    max-width: 700px;
    padding: 80px 0;
    position: relative;
}

.information-block .content::before {
    content: "";
    position: absolute;
    top: 0;
    right: -250px;
    width: 80vw;
    height: 100%;
    background-color: #FCF9F0;
    z-index: -2;
}

.information-block .content .items {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

.information-block .content .items .item {
    width: 100%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.information-block .content .items .item img {
    height: 40px;
}

.information-block .content .items .item p {
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.information-block .image {
    width: 600px;
    height: 100%;
    max-height: 500px;
    position: absolute;
    z-index: 2;
    /*top: 160px;*/
    left: calc(100% + 80px);
}

.information-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-block .right-content {
    padding: 80px 0;
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-top: 40px;
}

.information-block .right-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 80vw;
    height: 100%;
    background-color: #E1D5BA;
    z-index: -2;
}

.information-block .right-content p:last-of-type {
    margin-bottom: 0;
}

.information-block .primary-link {
    margin: 60px auto 0;
}

.science {
    padding: 0 2vw;
}

.science .items {
    position: relative;
    width: 100%;
    margin: 120px auto 0;
}

.science .image {
    margin: 0 auto;
    width: 20vw;
    height: 20vw;
    position: relative;
    border-radius: 999px;
    overflow: hidden;
    z-index: 2;
}

.science .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.science .item {
    background-color: #FCF9F0;
    padding: 40px;
    width: 32vw;
}

.science .item .item_inner_dv {
    position: relative;
    overflow-x: hidden;
    max-height: 130px;
}

.science .item p {
    margin-bottom: 0;
}

/*.science .image+.item {
    position: absolute;
    top: 0;
    left: 0;
}*/

.science .image+.item {
    position: absolute;
    top: -80px;
    left: 40px;
}

.science .image+.item img {
    position: absolute;
    top: 6vw;
    left: 100%;
    width: 7vw;
}

/*.science .image+.item+.item {
    position: absolute;
    top: 6vw;
    right: 0;
}*/

.science .image+.item+.item {
    position: absolute;
    top: -5vw;
    right: 35px;
}

/*.science .image+.item+.item img {
    position: absolute;
    top: 6vw;
    right: 100%;
    width: 7.5vw;
    transform: rotate(180deg);
}*/

.science .image+.item+.item img {
    position: absolute;
    top: 8vw;
    right: 98%;
    width: 7.5vw;
    transform: rotate(-50deg);
}

/*.science .image+.item+.item+.item {
    margin: 5vw auto 0;
    position: relative;
    left: -10vw;
}*/

.science .image+.item+.item+.item {
    margin: 0 auto;
    position: relative;
    left: -26vw;
    top: -5vw;
}

/*.science .image+.item+.item+.item img {
    position: absolute;
    top: -4.5vw;
    left: 52%;
    width: 7vw;
    transform: rotate(-90deg);
}*/

.science .image+.item+.item+.item img {
    position: absolute;
    top: -3vw;
    left: 82%;
    width: 7vw;
    transform: rotate(-50deg);
}

/*new items added here*/
.science .image+.item+.item+.item+.item {
    position: absolute;
    top: 13vw;
    right: 40px;
}

.science .image+.item+.item+.item+.item img {
    position: absolute;
    top: 3vw;
    right: 100%;
    width: 7.5vw;
    transform: rotate(-180deg);
}


.science .multiple_items {
    position: relative;
    width: 32vw;
    left: 50%;
    transform: translateX(-50%);
}
.science .multiple_items::before {
    position: absolute;
    top: -210px;
    content: '';
    left: 50%;
    height: 210px;
    width: 1px;
    background: #000;
}
.science .multiple_items .item {
    margin: 0 auto 40px;
    position: relative;
}
.science .multiple_items .item::before {
    position: absolute;
    top: -40px;
    content: '';
    left: 50%;
    height: 40px;
    width: 1px;
    background: #000;
}
/**/

.science .primary-link {
    margin: 60px auto 0;
}

.recommended h2 {
    color: var(--antracit);
    opacity: 0.35;
}

.recommended .list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.recommended ul {
    list-style: none;
    padding: 0;
}

.recommended li {
    position: relative;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-left: 0;
}

.recommended.landing li {
    display: block;
    min-height: 0;
}

.recommended li:last-of-type {
    margin-bottom: 0;
}

.recommended li::before {
    width: 70px;
    height: 70px;
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url("images/check.svg") no-repeat center center / contain;
    margin-top: -14px;
}

.recommended .primary-link {
    margin: 60px auto 0;
}

.timeline .items {
    max-width: 700px;
    margin: 0 auto 40px;
    display: flex;
}

.timeline .items .item {
    width: 50%;
    display: flex;
    gap: 20px;
}

.timeline .items .item img {
    width: 48px;
    height: 48px;
}

.timeline h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 0;
}

.timeline .steps {
    max-width: 700px;
    position: relative;
    margin: 0 auto 60px;
    background-color: #E1D5BA;
    padding: 35px 50px;
}

.timeline .steps h3 {
    margin-bottom: 15px;
}

.timeline .steps p {
    margin-bottom: 0;
}

.timeline .step {
    /*position: absolute;*/
    top: 35px;
    left: 50%;
    width: calc(100% - 100px);
    /*transform: translateX(-50%);*/
    /*opacity: 0;*/
    transition: opacity 0.5s;
    display:none;
}

.timeline .step[step-num="1"] {
    display:block;
}

.timeline .buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
}

.timeline .buttons button {
    padding: 0 !important;
    margin: 0 !important;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background-color: white;
    border: 1.5px solid #E1D5BA;
    font-weight: 600;
    color: #E1D5BA;
    position: relative;
    z-index: 2;
    transition: background-color 0.3s, color 0.3s;
}

.timeline .buttons button span {
    display: block;
}

.timeline .buttons button.active {
    background-color: var(--gold1);
    color: white;
}

.timeline .buttons .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #E1D5BA;
}

.timeline .buttons .line .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--gold1);
    transition: width 0.3s ease-out;
}

.results {
    position: relative;
}

.results h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    color: var(--antracit);
    opacity: 0.35;
}

.results .content {
    display: flex;
    align-items: center;
    gap: 100px;
    position: relative;
}

.results .content .image {
    width: 460px;
    height: 510px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.results .content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.results .content .right {
    max-width: 500px;
    position: relative;
    padding: 50px 0;
}

.results .content .right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -250px;
    width: 80vw;
    height: 100%;
    background-color: #FCF9F0;
    z-index: -2;
}

.results .content .layer {
    height: 140px;
    overflow: hidden;
}

.results .content .layer .items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.results .content .layer .items h3 {
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 0;
}

.results .skip-results {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 12px 7px;
    line-height: 1;
    background-color: #EBD99B;
    border: 1px solid #EBD99B;
    color: var(--antracit);
    font-weight: 500;
    font-size: 14px;
    z-index: 99;
    text-transform: uppercase;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}

.results .skip-results:hover {
    background-color: white;
}

.results .skip-results svg {
    margin-left: 6px;
    margin-top: -3px;
    width: 14px;
    height: 14px;
}

.before-after h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
}

.before-after .relative {
    width: 78%;
    margin: 0 auto;
}

.before-after .swiper {
    height: 550px;
}

.before-after .swiper-slide {
    display: flex;
}

.before-after .swiper-slide .image {
    width: 50%;
    height: 100%;
    position: relative;
}

.before-after .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-after .swiper-slide .label {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 100;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 1;
    background-color: #FCF9F0BB;
    color: var(--antracit);
    font-weight: 600;
    text-transform: uppercase;
}

.before-after .swiper-slide .image:last-of-type .label {
    right: auto;
    left: 0;
    bottom: 50px;
}

.before-after .swiper-prev {
    left: -70px;
}

.before-after .swiper-next {
    right: -70px;
}

.before-after .primary-link {
    margin: 60px auto 0;
}

.packages h2 {
    margin-bottom: 60px;
}

.packages .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.33%;
}

.packages .item {
    width: 31%;
}

.packages .item .head {
    background-color: #E1D5BA;
    padding: 30px;
    text-align: center;
}

.packages .item .head h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}

.packages .item .detail {
    padding: 25px;
    background-color: #FCF9F0;
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid #E1D5BA;
}

.packages .item .detail img {
    width: 40px;
    height: 40px;
}

.packages .item .detail:last-of-type {
    border-bottom: none;
}

.packages .item .detail p {
    margin-bottom: 0;
}

.packages .bold {
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    max-width: 600px;
}

.packages .gold {
    margin-top: 60px;
    max-width: 750px;
    color: var(--gold1);
}

.packages .primary-link {
    margin: 60px auto 0;
}

.device .content {
    display: flex;
    gap: 80px;
}

.device .content .image {
    width: 400px;
    height: 600px;
    position: relative;
    z-index: 2;
}

.device .content .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.device .content .right {
    position: relative;
    max-width: 710px;
}

.device .content h3,
.device .content .prototype {
    font-family: "Playfair Display SC", serif;
    font-weight: 600;
    color: var(--antracit);
    opacity: 0.7;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
}

.device .content h3 {
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 0;
}

.device .content .text {
    margin-top: 80px;
    padding: 80px 100px 80px 0;
    position: relative;
}

.device .content .text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 200px);
    height: 100%;
    background-color: #FCF9F0;
    z-index: -2;
}

.device .content .items {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.device .content .items .item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.device .content .items .item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.device .content .items .item p {
    text-align: center;
    margin-bottom: 0;
}

.reservation-subpage .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.reservation-subpage * {
    text-align: center;
}

.reservation-subpage h4 {
    font-size: 24px;
    line-height: 34px;
}

.reservation-subpage h3 {
    text-transform: none;
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 20px;
    font-weight: 600;
}

.reservation-subpage h3 strong {
    background-color: var(--gold3);
    font-style: italic;
    padding: 5px 10px;
}

.reservation-subpage p {
    max-width: 700px;
    font-size: 20px;
    line-height: 30px;
}

.reservation-subpage .main p {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

.reservation-subpage p.content {
    max-width: 700px;
}

.reservation-subpage .line {
    width: 130px;
    height: 1px;
    background-color: var(--antracit);
    margin: 20px 0;
}

.reservation-subpage .items {
    display: flex;
    max-width: 950px;
    gap: 50px;
    margin: 0 auto;
    justify-content: space-between;
}

.reservation-subpage .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.reservation-subpage .item p {
    font-size: 16px;
    line-height: 1.5;
}

.faq .items {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #E1D5BA;
}

.faq .items .item {
    border-bottom: 1px solid #E1D5BA;
    padding: 0 30px;
}

.faq .items .item .head {
    position: relative;
    cursor: pointer;
    padding: 30px 0;
}

.faq .items .item .head p {
    font-weight: 600;
    font-size: 18px;
    max-width: 90%;
    margin-bottom: 0;
    transition: color 0.3s;
}

.faq .items .item .head:hover p {
    color: var(--gold1);
}

.faq .items .item .head img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    transition: transform 0.35s;
}

.faq .items .item.active .head img {
    transform: translateY(-50%) rotate(180deg);
}

.faq .items .item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq .items .item.active .content {
    max-height: unset;
}

.faq .primary-link {
    margin: 40px auto 0;
}

.more-services h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    color: #E1D5BA;
    opacity: 0.9;
}

.more-services .items {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 460px;
}

.more-services .item {
    width: 100%;
    max-width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.prices h2 {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

.prices .content {
    background-color: #FCF9F0;
    padding: 80px;
}

.prices .content h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 40px;
}

.prices .content .items {
    border-top: 1px solid var(--antracit);
    width: calc(100% - 160px);
    margin: 40px auto 80px;
}

.prices .content .items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--antracit);
}

.prices .content .items .item p {
    margin-bottom: 0;
}

.prices .content .items .item .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    max-width: 85%;
    margin-bottom: 0;
}

.prices .content .items .item .desc {
    max-width: 350px;
    max-width: 85%;
}

.prices .content .items .item .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
}


.bloglist .item:nth-of-type(n+1) {
    margin-top: 60px;
    display: flex;
}

.bloglist .item:nth-of-type(n+1) .image {
    width: 40%;
    height: auto;
}

.bloglist .item:nth-of-type(n+1) .content {
    width: 60%;
}

.bloglist .item:nth-of-type(n+1) .content .primary-link {
    margin-left: auto;
}

.nav-line {
    margin: 60px 0 -60px;
    background-color: #FFFFFFBB;
    backdrop-filter: blur(10px);
}

/*.scroll-nav {*/
/*    position: sticky;*/
/*    top: 100px;*/
/*    z-index: 101;*/
/*}*/

.nav-line .container {
    display: flex;
    position: relative;
    overflow-y:hidden;
}

.nav-line .container button {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #E1D5BA;
    transition: color 0.3s, border-bottom 0.3s;
    position: relative;
    z-index: 2;
    color: var(--antracit);
}

.nav-line .container button.active,
.nav-line .container button:hover {
    color: var(--gold2);
}

.nav-line .container button.active {
    border-bottom: 1px solid var(--gold1);
}

/* .prices .container,
.faq-service .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s;
}

.prices .container.active,
.faq-service .container.active {
    pointer-events: all;
    opacity: 1;
} */

.new-prices .content {
    max-width: 950px;
    margin: 0 auto;
}

.new-prices .subservice {
    margin-bottom: 80px;
}

.new-prices .subservice .title {
    position: relative;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    min-height: 200px;
}

.new-prices .subservice .title .drop {
    position: absolute;
    height: 120%;
    top: 45%;
    left: 5%;
    opacity: 0.5;
    transform: translate(-50%, -50%) rotate(18deg);
    z-index: 2;
}

.new-prices .subservice .title .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-prices .subservice .title .layer {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #27272E88;
    z-index: 1;
}

.new-prices .subservice .title .text {
    color: white;
    z-index: 2;
    max-width: 500px;
}

.new-prices .subservice .title h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 0 10px;
}

.new-prices .subservice .title .arrow {
    width: 20px;
    position: relative;
    z-index: 2;
}

.new-prices .subservice .items {
    padding: 20px;
}

.new-prices .item {
    background-color: #FCF9F0;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.new-prices .item.nodesc {
    background: transparent;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.new-prices .item.nodesc:last-child {
    border-bottom: none;
}

.new-prices .item .header {
    /*padding: 25px 40px;*/
    padding: 20px 25px;
}

.new-prices .item.nodesc .header {
    padding: 0;
}

.new-prices .item .header .text {
    display: flex;
    justify-content: space-between;
}

.new-prices .item .header .text p {
    margin: 0;
}

.new-prices .item .header .text p:not(.name) {
    text-align: right;
    margin-top: 4px;
}

.new-prices .item .header .text p.name {
    font-size: 20px; /*24px*/
    line-height: 34px;
    font-weight: 600;
    max-width: 70%;
}

.new-prices .item .header .text p span {
    font-size: 18px; /*20px*/
    font-weight: 600;
}

.new-prices .item .link {
    position: absolute;
    bottom: 0;
    right: 0;
    /*padding: 20px;*/
    padding: 0 25px 20px;
    color: var(--gold1);
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.new-prices .item .link img {
    width: 18px;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
    transition: transform 0.4s ease-out;
}

.new-prices .item.active .link img {
    transform: rotate(180deg);
}

.new-prices .item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.new-prices .item .content .list {
    /*padding: 0 40px;*/
    padding: 0 25px;
}

.new-prices .item .content .element {
    padding: 20px 0;
    border-bottom: 1px solid #E1D5BA;
}

.new-prices .item .content .element:last-of-type {
    border-bottom: none;
}

.new-prices .item .content .element .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: var(--gold1);
    position: relative;
    padding-left: 40px;
}

.new-prices .item .content .element .name::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("images/check-gold.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.new-prices .item .content .element.schedule .name::before {
    background-image: url("images/calendar-gold.svg");
}

.new-prices .item .content .element p:not(.name) {
    margin-bottom: 0;
}

.new-prices .item .content .element .ck {
    padding-left: 40px;
}

.reservation-prices {
    margin: 40px auto;
}

.reservation-prices h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
}

.reservation-prices > p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin: 20px auto 40px;
}

.reservation-prices .items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.reservation-prices .items .phone .blue {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
}

.reservation-prices .items .phone p {
    margin-bottom: 10px;
}

.reservation-prices .items .phone a {
    font-size: 20px;
}

.selector {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
}

.selector .select-header {
    position: absolute;
    top: 0;
    left: 50%;
}

.selector .select-header img {
  transform: translateX(-50%);
  width: 15vw;
  min-width: 230px;
  position: relative;
  z-index: 10;
}

.selector .flex {
    display: flex;
}

.selector .for-men,
.selector .for-women {
    width: 50%;
    transition: width 0.5s cubic-bezier(.01,.69,.43,.99);
    position: relative;
}

.selector .for-men:hover,
.selector .for-women:hover {
    width: 60%;
}

.selector a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.selector a .desktop,
.selector a .mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transition: filter 0.5s;
}

.selector a:hover + a img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.selector a img.mobile {
    display: none;
}

.selector .layer {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414042AA;
    z-index: 1;
    transition: background-color 0.3s;
}

.selector .for-women .layer {
    background-color: #A9625599;
}

.selector .for-men:hover .layer,
.selector .for-women:hover .layer {
    background-color: transparent;
}

.selector .link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.selector .link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    object-fit: contain;
}

.selector .link p {
    font-family: "Playfair Display SC", serif;
    text-transform: uppercase;
    color: white;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.selector .link p span {
    font-size: 116px;
    font-family: "Playfair Display SC", serif;
}

.videos {
    margin: 100px 0;
}

.videos .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.videos .video {
    width: calc(50% - 30px);
    position: relative;
    z-index: 1;
}

.videos .video .image {
    position: relative;
}

.videos .video img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.videos .video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    opacity: 0.75;
    transition: opacity 0.3s;
}

.videos .video:hover svg {
    opacity: 1;
}

.videos .video svg path {
    fill: var(--blue);
}

.body-wrapper.woman .videos .video svg path {
    fill: var(--red);
}

.videos .video h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 40px;
    text-transform: none;
    background-color: #FCF9F0;
}

.videos .more-videos {
    margin: 60px auto;
}

@media (max-width: 800px) {
    .selector .select-header img {
        width: 20vw;
    }

    .selector .for-women {
        clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
        margin-left: -13%;
        width: 100% !important;
    }

    .selector .for-men {
        clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
        margin-right: -13%;
        width: 100% !important;
    }

    .selector a img.mobile {
        display: block;
    }

    .selector a img.desktop {
        display: none;
    }

    .selector .for-men .link {
        transform: translate(-55%, -70%);
    }

    .selector .for-women .link {
        transform: translate(-45%, -30%);
    }

    .selector .link img {
        width: 150px;
        height: 150px;
    }

    .selector .link p {
        font-size: 25px;
    }

    .selector .link p span {
        font-size: 50px;
    }
}

@media (max-width: 1079px) {

    .rccookie-container p {
        font-size: 12px;
    }

    .rccookie-container h4.mb-4 {
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }

    .rccookie-container {
        width: 62vw !important;
        margin: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        padding: 13px !important;
    }

    .rccookie-container .btn-primary {
        line-height: 1.5;
    }

    .rccookie-modal .btn-primary {
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }

    .g-recaptcha {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .g-recaptcha iframe {
        transform: scale(0.9);
    }

    .titles {
        height: 50px;
        width: 320px;
    }

    .titles h2,
    .big-title h2 {
        font-size: 40px;
        letter-spacing: 0.5px;
    }

    .big-title h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .big-title {
        height: 100px;
        width: 418px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
        margin-left: 0;
        margin-bottom: 40px;
        margin-top: -5px;
    }

    h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4 {
        font-size: 16px;
        line-height: 26px;
    }

    p, li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    li {
        margin-bottom: 5px;
    }

    section.section_margin {
        margin: 60px 0;
    }

    .container {
        max-width: 550px;
    }

    .primary-link,
    .primary-link:visited,
    .primary-link:focus,
    .btn-primary,
    .btn-primary:visited,
    .btn-primary:focus,
    a.primary-link:not([href]) {
        padding: 10px 24px;
        font-size: 14px;
    }

    .vbox-close {
        padding: 10px !important;
        top: 10px !important;
        right: 10px !important;
    }

    .vbox-next {
        right: 20px !important;
        display: none;
    }

    .vbox-prev {
        left: 20px !important;
        display: none;
    }

    .swiper {
        height: 300px;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .swiper-prev {
        left: 0;
        display: none;
    }

    .swiper-next {
        right: 0;
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    /* VĂĄltozĂł */

    .desktop-navbar .buttons .nobg .info {
        display: none;
    }

    .primary-link.blue:hover {
        background-color: var(--blue) !important;
        color: white !important;
    }

    .woman .primary-link.blue:hover {
        background-color: var(--red) !important;
    }

    .skip {
        bottom: 68px;
        padding: 7px 12px 9px;
    }

    .skip span {
        font-size: 13px;
    }

    .skip svg {
        margin-left: 5px;
        margin-top: -1px;
        width: 13px;
        height: 13px;
    }

    #sidebar {
        padding: 0;
    }

    #sidebar .main-links {
        /*padding: 0 50px;*/
        padding: 50px 25px 70px;
    }

    #sidebar .bgshape {
        height: 120vh;
    }

    #sidebar .cancel {
        width: 24px;
        height: 24px;
    }

    .services {
        margin-top: 5px;
        padding: 20px;
    }

    .services .items {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .services .item {
        width: 100%;
        height: 260px;
        margin-bottom: 30px;
    }

    .services .item .content,
    .more-services .item .content {
        gap: 20px;
    }

    .services .item .content h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .services .item .icon {
        width: 120px;
    }

    .services .item:last-of-type {
        margin-bottom: 0;
    }

    /* .reservation .bgshape,
    .whyus .bgshape,
    .reviews .bgshape,
    .newsletter .bgshape,
    .contact .bgshape,
    .about .bgshape, */
    .bgshape {
        top: -50px;
        left: -50vw;
        right: auto;
        height: 150vh;
        z-index: -1;
    }

    .contact .bgshape,
    .about .bgshape {
        left: auto;
        right: -50vw;
        top: -50px;
    }

    .whyus .bgshape {
        z-index: 5;
        top: 0;
    }

    .whyus .bgshape img {
        left: 0;
        right: auto;
    }

    .reviews .bgshape {
        top: 0px;
        z-index: 1;
    }

    .newsletter .bgshape {
        top: -80px;
        width: 84vw;
        right: -42vw;
    }

    .contact .bgshape {
        top: -60px;
        z-index: 1;
        left: auto;
        right: -50vw;
    }

    .bgshape img:nth-of-type(2) {
        -webkit-mask-position: 0% -160vh;
        mask-position: 0% -160vh;
    }

    .reservation h2 {
        font-size: 46px;
        margin-bottom: 60px;
    }

    .reservation .items {
        flex-direction: column;
        gap: 60px;
    }

    .reservation .items .item {
        margin: 0 auto;
        gap: 20px;
        position: relative;
    }

    .reservation .mobilline {
        position: absolute;
        bottom: -34px;
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
        height: 1px;
        background-color: var(--antracit);
    }

    .about {
        margin-bottom: 50px;
    }

    .about h2 {
        /*margin-bottom: -15px;*/
    }

    .about .bgshape {
        display: block;
        top: 50px;
        z-index: 1;
    }

    .about .content {
        flex-direction: column-reverse;
        gap: 0;
        width: 100%;
    }

    .about .content .left {
        margin: -80px -20px 0 -20px;
        padding: 20px;
        padding-top: 120px;
        width: calc(100% + 40px);
    }

    .about .content .left p {
        font-size: 16px;
        text-align: center;
    }

    .about .content .left .numbers {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .about .content .left .numbers .item {
        width: 40%;
    }

    .about .content .left .primary-link {
        margin: 30px auto;
    }

    .about .content .image {
        position: static;
        width: 100%;
        height: 300px;
    }

    .whyus {
        margin-top: 50px;
    }

    .whyus .mobile-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .whyus h2 {
        /*margin-bottom: -15px;*/
        font-size: 46px;
        position: relative;
        z-index: 3;
    }

    .whyus .content {
        margin: -80px -20px 0 -20px;
        padding: 120px 20px 80px;
        width: calc(100% + 40px);
    }

    .whyus .content .layer {
        width: 110vw;
    }

    .whyus .content p {
        font-size: 16px;
        text-align: center;
    }

    .whyus .images {
        position: static;
        z-index: 2;
        width: 100vw;
        height: 25vh;
        margin-left: -20px;
    }

    .whyus .icons {
        margin: -40px 0;
        padding: 40px 20px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 40px;
        position: relative;
        z-index: 3;
    }

    .whyus .icons .icon {
        width: 40%;
    }

    .whyus .icons .icon img {
        height: 50px;
    }

    .whyus .icons .icon p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .whyus .content .primary-link {
        margin: 40px auto 0;
    }

    .gallery {
        margin-top: 120px;
    }

    .gallery h2 {
        /*margin-bottom: -15px;*/
    }

    .gallery .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .gallery .primary-link {
        margin: 30px auto;
    }

    .reviews h4 {
        font-size: 14px;
    }

    .reviews h2 {
        /*margin-bottom: -15px;*/
    }

    .reviews .reviews {
        padding: 40px 0;
    }

    .reviews .quote {
        margin: 0 auto 30px;
    }

    .reviews .swiper-slide-active,
    .reviews .swiper-slide-next {
        border-right: none;
    }

    .reviews .swiper-prev {
        left: 10px;
    }

    .reviews .swiper-next {
        right: 10px;
    }

    .reviews .swiper-button-prev {
        left: 15px;
        display: none;
    }

    .reviews .swiper-button-next {
        right: 15px;
        display: none;
    }

    .blog h2,
    .service-bloglist h2 {
        /*margin-bottom: -15px;*/
    }

    .blog .items,
    .service-bloglist .items {
        flex-direction: column;
        gap: 40px;
    }

    .blog .items .item:first-of-type,
    .bloglist .items .item {
        flex: 0 1 100%;
        display: block;
        padding: 0;
    }

    .blog .items .item:nth-of-type(n+2) {
        display: none;
    }

    .blog .items .item:first-of-type .image,
    .bloglist .items .item .image {
        width: 85%;
        height: 240px;
        margin: 0 auto;
    }

    .blog .items .item:first-of-type .content,
    .bloglist .items .item .content {
        margin: -20px 0 0;
        padding: 40px 20px 20px;
        width: 100%;
    }

    .blog .items .item .content h3,
    .service-bloglist .items .item .content h3,
    .bloglist .items .item .content h3 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .blog .items .item:first-of-type .content h3::before,
    .service-bloglist .items .item:first-of-type .content h3::before,
    .bloglist .items .item:first-of-type .content h3::before {
        margin-bottom: 5px;
        font-size: 16px;
        text-align: center;
    }

    .blog .items .item .content .subservices a,
    .service-bloglist .items .item .content .subservices a,
    .bloglist .items .item .content .subservices a {
        display: block;
        margin: 8px auto;
        text-align: center;
        font-size: 13px;
    }

    .blog .items .item .content .subservices a::after,
    .service-bloglist .items .item .content .subservices a::after,
    .bloglist .items .item .content .subservices a::after {
        display: none;
    }

    .blog .items .item .content p,
    .service-bloglist .items .item .content p,
    .bloglist .items .item .content p {
        text-align: center;
    }

    .blog .items .item .content .primary-link,
    .service-bloglist .items .item .content .primary-link,
    .bloglist .items .item .content .primary-link {
        margin: 0 auto 20px;
    }

    .blog .primary-link.main,
    .service-bloglist .primary-link.main,
    .bloglist .primary-link.main {
        margin: 40px auto;
        padding: 12px 40px;
    }

    .newsletter {
        margin-bottom: 60px;
    }

    .newsletter h2 {
        /*margin-bottom: -15px;*/
    }

    .newsletter .content {
        padding: 60px 20px 140px 0px;
        width: calc(100% + 20px);
    }

    .newsletter .content .layer {
        width: 100vw;
    }

    .newsletter .content h3 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 3px;
    }

    .newsletter .content p {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }

    .newsletter form {
        position: relative;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        margin-top: -120px;
    }

    .newsletter form .primary-link {
        margin: 20px auto;
    }

    .infos {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .infos h2 {
        /*margin-bottom: -15px;*/
    }

    .infos .map {
        position: relative;
        top: 0;
        left: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        height: 260px;
    }

    .infos .content {
        padding: 30px 20px;
        margin-top: 0;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .infos .content .infos {
        max-width: 220px;
        margin: 20px auto;
    }

    .infos .content .details {
        margin: 0 auto 30px;
        max-width: 200px;
    }

    .infos .content .primary-link {
        margin: 20px auto;
    }

    .contact {
        margin-top: 60px;
    }

    .contact h2 {
        /*margin-bottom: -15px;*/
        font-size: 40px;
    }

    .contact .image {
        height: 420px;
    }

    .contact form, .contact .form {
        padding: 40px 20px;
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }

    .contact form .checks, .contact .form .checks {
        flex-wrap: wrap;
    }

    .contact form .checks .form-check-input+label, .contact .form .checks .form-check-input+label {
        font-size: 12px;
    }

    .contact form .primary-link, .contact .form .primary-link {
        margin: 20px auto 10px;
    }

    form {
        padding: 20px;
    }

    form input,
    form textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .form-check-input+label {
        font-size: 12px;
        line-height: 22px;
    }

    footer {
        padding: 60px 20px;
    }

    footer .container {
        flex-direction: column;
        gap: 40px;
    }

    footer .item {
        align-items: center;
        text-align: center;
    }

    footer .item img {
        width: 200px;
    }

    footer .item h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    footer .item p,
    footer .item a {
        font-size: 14px;
    }

    .article img {
        max-height: 340px;
        margin: 30px 0;
    }

    .article h2 {
        font-size: 26px;
        line-height: 36px;
        margin: 20px 0;
    }

    .article h3 {
        font-size: 22px;
        line-height: 32px;
        margin: 20px 0;
    }

    .article h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0;
    }

    .article h5 {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0;
    }

    .consult-modal {
        padding: 20px;
        width: calc(100% - 40px);
        max-width: 550px;
    }

    .consult-modal h3 {
        font-size: 26px;
    }

    .consult-modal .items .title {
        font-size: 14px;
        margin-bottom: 0;
    }

    .consult-modal .items form {
        padding-right: 12px;
    }

    .consult-modal .items .phone {
        padding-left: 12px;
    }

    .consult-modal .items .phone p:not(.title) {
        font-size: 12px;
        line-height: 1.5;
    }

    .consult-modal form {
        gap: 20px;
    }

    .consult-modal .form-check-input+label {
        font-size: 14px;
    }

    .consult-modal .close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }

    .consult-modal .primary-link {
        padding: 8px 12px;
        font-size: 13px;
    }

    .consult-modal .phone .primary-link {
        font-size: 12px;
        padding: 8px;
    }

    .consult-modal .phone .primary-link svg {
        margin-right: 5px !important;
        width: 12px !important;
    }

    /* TEMPLATES */

    h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .small-header {
        min-height: 35svh;
        margin-top: 60px;
    }

    .big-header {
        /* height: calc(100vh - 45px); */
        min-height: 35svh;
    }

    .small-header .layer .circle1,
    .small-header .layer .circle2,
    .big-header .layer .circle1,
    .big-header .layer .circle2,
    .big-header .layer .circle3 {
        width: 40vh;
        min-height: 40vh;
    }

    .small-header .layer .circle2,
    .big-header .layer .circle2 {
        top: -17vh;
        left: -17vh;
    }

    .big-header .layer .circle3 {
        bottom: -17vh;
        right: -17vh;
    }

    .big-header.icon-left .layer .circle2 {
        right: -17vh;
    }

    .big-header.icon-left .layer .circle3 {
        left: -17vh;
    }

    /* .small-header .title,
    .big-header .title {
        height: 42px;
    } */

    .big-header .title {
        margin-top: 5vh;
    }

    .big-header .icon {
        height: 120px;
        width: 130px;
    }
    
    .big-header .icon img {
        width: 130px;
        bottom: -35px;
    }
    
    .big-header.icon-right .icon {
        right: -18px;
    }

    
    .big-header.icon-left .icon {
        left: -18px;
    }

    .small-header .prev,
    .small-header .next,
    .big-header .prev,
    .big-header .next {
        font-size: 14px;
        display: none;
    }

    .small-header .prev img,
    .small-header .next img,
    .big-header .prev img,
    .big-header .next img {
        width: 8px;
    }

    .small-header .prev {
        left: 0;
        bottom: 20px;
    }

    .big-header .prev {
        left: 20px;
        bottom: 20px;
    }

    .small-header .next {
        right: 0;
        bottom: 20px;
    }

    .big-header .next {
        right: 20px;
        bottom: 20px;
    }

    .nav {
        padding: 0 20px;
        margin: 40px auto;
        font-size: 14px;
        display: none;
    }

    .nav-line {
        display: none;
    }

    .about.about-1 {
        margin-top: 40px;
    }

    .about.about-1 .content .left {
        margin: -80px -20px 0 -20px;
        padding: 20px;
        padding-top: 120px;
        width: calc(100% + 40px);
    }

    .about.about-1 .content .image {
        top: 0;
        width: 100%;
        height: 300px;
        margin: 0;
    }

    .about.about-1 .content .video {
        top: 0;
        width: 100%;
        margin: 0;
    }

    .about-whyus h2 {
        /*margin-bottom: -15px;*/
    }

    .about-whyus .items {
        flex-direction: column;
        gap: 40px;
    }

    .about-whyus .items .item {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .services h2 {
        /*margin-bottom: -15px;*/
        font-size: 30px;
        line-height: 44px;
    }

    .place h2 {
        /*margin-bottom: -15px;*/
    }

    .place .image {
        height: 200px;
    }

    .place .content {
        padding: 20px;
        margin: -20px auto 0;
        max-width: 550px;
        text-align: center;
    }

    .more-doctors h2,
    .one-doctor h2 {
        margin-bottom: 10px;
    }

    .more-doctors .items {
        flex-direction: column;
        gap: 20px;
    }

    .more-doctors .items .item,
    .one-doctor .item {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .more-doctors .item .image,
    .one-doctor .item .image {
        height: 250px;
        position: relative;
        z-index: 2;
    }

    .more-doctors .items .item .content,
    .one-doctor .item .content {
        gap: 20px;
        margin: -20px -20px 0 -20px;
        padding: 40px 20px 20px;
        align-items: center;
        min-height: 0;
    }

    .more-doctors .items .item .content *,
    .one-doctor .item .content * {
        text-align: center;
    }

    .one-doctor .item {
        display: block;
    }

    .one-doctor .image {
        width: 100%;
        height: 250px;
    }

    .one-doctor .content {
        width: calc(100% + 40px);
    }

    .more-doctors .item .content::before .one-doctor .item .content::before {
        display: none;
    }

    .gallery.with-title {
        margin-top: 60px;
    }

    .gallery.with-title h2 {
        margin-bottom: 40px;
    }

    .gallery.with-title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .gallery.with-title .title {
        padding: 30px 0;
        width: calc(100% + 20px);
        margin-bottom: 0;
    }

    .gallery.with-title .title img {
        right: 20px;
        width: 20px;
    }

    .gallery.with-title .subgallery .gallery {
        margin: 0 -20px 0 -20px;
    }

    .gallery.with-title .gallery.active {
        max-height: 400px;
    }

    .tall-image-on-right h2 {
        font-size: 34px;
        margin-bottom: -12px;
    }

    .tall-image-on-right .image {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 300px;
        z-index: 2;
    }

    .tall-image-on-right .text {
        padding: 120px 20px 60px 20px;
        margin: -80px 0 0 -20px;
        width: calc(100% + 40px);
        background-color: #FCF9F0;
        text-align: center;
    }

    .tall-image-on-right .primary-link {
        margin: 40px auto 0;
    }

    .text-only .container {
        max-width: 550px;
    }

    .text-only p {
        font-size: 14px;
        line-height: 23px;
    }

    .service-image-on-left,
    .service-image-on-right,
    .subservice-image-on-left,
    .subservice-image-on-right {
        padding: 0 20px;
    }

    .service-image-on-left h2,
    .service-image-on-right h2,
    .subservice-image-on-left h2,
    .subservice-image-on-right h2 {
        /*margin-bottom: -15px;*/
        font-size: 34px;
        line-height: 42px;
    }

    .service-image-on-left .full-width,
    .subservice-image-on-left .full-width {
        flex-direction: column;
        gap: 0;
    }

    .service-image-on-right .full-width,
    .subservice-image-on-right .full-width {
        flex-direction: column-reverse;
        gap: 0;
    }

    .service-image-on-left .left,
    .service-image-on-right .right,
    .subservice-image-on-left .left,
    .subservice-image-on-right .right {
        width: 100%;
        display: block;
    }

    .service-image-on-left .left .image,
    .service-image-on-right .right .image,
    .subservice-image-on-left .left .image,
    .subservice-image-on-right .right .image {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }

    .service-image-on-left .right,
    .service-image-on-right .left,
    .subservice-image-on-left .right,
    .subservice-image-on-right .left {
        padding: 120px 20px 60px 20px;
        margin: -80px 0 0 -20px;
        width: calc(100% + 40px);
    }

    .service-image-on-left .right::before,
    .service-image-on-right .left::before,
    .subservice-image-on-left .right::before,
    .subservice-image-on-right .left::before {
        left: -20px;
        width: calc(100% + 20px);
    }

    .service-image-on-left .right .content,
    .service-image-on-right .left .content,
    .subservice-image-on-left .right .content,
    .subservice-image-on-right .left .content {
        text-align: center;
    }

    .service-image-on-left .right .content p:first-of-type,
    .service-image-on-right .left .content p:first-of-type {
        font-size: 16px;
        line-height: 26px;
    }

    .service-image-on-left .right .content .subservices,
    .service-image-on-right .left .content .subservices {
        flex-direction: column;
        align-items: center;
    }

    .service-image-on-left .right .content .subservices a,
    .service-image-on-right .left .content .subservices a {
        margin: 0;
    }

    .service-image-on-left .right .content .subservices a:after,
    .service-image-on-right .left .content .subservices a:after {
        display: none;
    }

    .service-image-on-left .right .content .primary-link,
    .service-image-on-right .left .content .primary-link {
        margin: 40px auto 0;
    }

    .subservice-image-on-left .content .item,
    .subservice-image-on-right .content .item {
        display: flex;
        gap: 20px;
        text-align: left;
    }

    .subservice-image-on-left .content .links,
    .subservice-image-on-right .content .links {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 30px;
    }

    .information-block h2 {
        /*margin-bottom: -15px;*/
    }

    .information-block .content {
        text-align: center;
        padding: 0;
    }

    .information-block .content::before {
        display: none;
    }

    .information-block .content .text {
        background-color: #FCF9F0;
        padding: 120px 20px 100px 20px;
        margin: -80px 0 0 -20px;
        width: calc(100% + 40px);
    }

    .information-block .content .items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .information-block .content .items .item {
        max-width: 45%;
        gap: 15px;
    }

    .information-block .content .items .item p {
        font-size: 13px;
    }

    .information-block .image {
        width: 100%;
        height: 300px;
        position: relative;
        top: 0;
        left: 0;
    }

    .information-block .right-content {
        padding: 20px;
        margin: -40px 0 0 0;
        background-color: #E1D5BA;
    }

    .information-block .right-content::before {
        display: none;
    }

    .information-block .primary-link {
        margin: 40px auto 0;
    }

    .recommended li {
        font-size: 14px;
        padding-left: 60px;
        margin-bottom: 25px;
    }

    .recommended li::before {
        width: 45px;
        height: 45px;
        margin-top: -8px;
    }

    .science {
        padding: 0 20px;
    }

    .science .image {
        width: 100%;
        max-width: 550px;
        height: auto;
        margin-bottom: 40px;
    }

    .science .image+.item,
    .science .image+.item+.item,
    .science .image+.item+.item+.item,
    .science .image+.item+.item+.item+.item {
        position: static;
        padding: 20px;
        width: 100%;
        max-width: 550px;
        margin: 20px auto;
    }

    .science .image+.item img,
    .science .image+.item+.item img,
    .science .image+.item+.item+.item img,
    .science .image+.item+.item+.item+.item img {
        display: none;
    }

    .science .multiple_items {
        position: relative;
        width: 100%;
        left: auto;
        transform: unset;
    }

    .science .multiple_items::before {
        display: none;
    }

    .science .multiple_items .item {
        position: static;
        padding: 20px;
        width: 100%;
        max-width: 550px;
        margin: 20px auto;
    }

    .science .multiple_items .item::before {
        display: none;
    }

    .science .primary-link {
        margin: 40px auto 0;
    }

    .timeline .items {
        flex-direction: column;
        gap: 20px;
    }

    .timeline .items .item {
        width: 100%;
    }

    .timeline .step {
        width: calc(100% - 40px);
        top: 20px;
    }

    .timeline .steps h3 {
        margin-bottom: 10px;
    }

    .timeline .buttons button {
        width: 40px;
        height: 40px;
    }

    .timeline .buttons button span {
        display: none;
    }

    .results h2 {
        /*margin-bottom: -15px;*/
    }

    .results .content {
        flex-direction: column;
        gap: 0;
    }

    .results .content .image {
        width: 100%;
        height: 300px;
        position: relative;
        z-index: 2;
    }

    .results .content .right {
        padding: 120px 20px 60px 20px;
        margin: -80px 0 0 0;
        width: calc(100% + 40px);
        background-color: #FCF9F0;
    }

    .results .content .right::before {
        display: none;
    }

    .results .content .layer {
        height: auto;
    }

    .results .content .layer .items {
        gap: 40px;
    }

    .results .content .layer .items h3 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        position: relative;
    }

    .results .content .layer .items h3::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 1px;
        background-color: var(--antracit);
    }

    .results .skip-results {
        display: none;
    }

    .before-after h2 {
        /*margin-bottom: -15px;*/
        font-size: 38px;
        line-height: 48px;
    }

    .before-after .relative {
        width: calc(100% + 40px);
        max-width: 550px;
        margin: 0 0 0 -20px;
    }

    .before-after .swiper {
        height: 280px;
    }

    .before-after .swiper-slide .label {
        padding: 12px 24px;
        bottom: 12px;
        font-size: 16px;
    }

    .before-after .swiper-slide .image:last-of-type .label {
        bottom: 34px;
    }

    .packages h2 {
        margin-bottom: 40px;
    }

    .packages .items {
        flex-direction: column;
        gap: 40px;
    }

    .packages .item {
        width: 100%;
    }

    .packages .item .head {
        padding: 20px;
    }

    .packages .item .head h3 {
        font-size: 18px;
    }

    .packages .item .detail {
        padding: 20px;
        gap: 20px;
    }

    .packages .bold {
        font-size: 16px;
        margin: 20px auto;
    }

    .packages .gold {
        margin-top: 40px;
    }

    .packages .primary-link {
        margin: 40px auto 80px;
    }

    .device .content {
        flex-direction: column;
        gap: 40px;
    }

    .device .content .image {
        width: 100%;
        height: 350px;
    }

    .device .content .right {
        max-width: 100%;
    }

    .device .content h3 {
        font-size: 30px;
        line-height: 44px;
    }

    .device .content .prototype {
        font-size: 20px;
        line-height: 30px;
    }

    .device .content .text {
        margin: 40px 0 0 -20px;
        width: calc(100% + 40px);
        padding: 20px;
        background-color: #FCF9F0;
    }

    .device .content .text::before {
        display: none;
    }

    .device .content .items {
        flex-wrap: wrap;
        gap: 25px;
    }

    .device .content .items .item {
        width: 100%;
        max-width: 45%;
        gap: 15px;
    }

    .reservation-subpage .container {
        gap: 20px;
        margin-bottom: 80px;
    }

    .reservation-subpage h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .reservation-subpage p {
        font-size: 16px;
        line-height: 26px;
    }

    .reservation-subpage .main p,
    .reservation-subpage p.content {
        font-size: 16px;
    }

    .reservation-subpage .items {
        /* flex-direction: column;
        gap: 30px; */
        gap: 15px;
        margin-top: 30px;
    }

    .reservation-subpage .item {
        width: 100%;
        gap: 20px;
    }

    .reservation-subpage .item p {
        font-size: 14px;
        line-height: 1.5;
    }

    .reservation-subpage .item .primary-link {
        line-height: 1.3;
    }

    .faq .items .item {
        padding: 0;
    }

    .faq .items .item .head {
        padding: 20px 0;
    }

    .faq .items .item .head p {
        font-size: 15px;
        line-height: 24px;
    }

    .faq .items .item .head img {
        width: 20px;
    }

    .more-services h2 {
        /*margin-bottom: -15px;*/
    }

    .more-services .items {
        flex-direction: column;
        gap: 30px;
        height: auto;
    }

    .more-services .item {
        max-width: 100%;
        height: 300px;
    }

    .service-bloglist .items .item .image,
    .bloglist .items .item .image {
        width: 85%;
        height: 240px;
        margin: 0 auto;
    }

    .service-bloglist .items .item .content {
        margin: -20px 0 0;
        padding: 40px 20px 20px;
        width: 100%;
    }

    .bloglist .items .item:first-of-type {
        padding: 0;
        display: block;
    }

    .bloglist .items .item:first-of-type .image {
        width: 85%;
        height: 240px;
        margin: 0 auto;
    }

    .bloglist .items .item:first-of-type .content {
        margin: -20px 0 0;
        padding: 40px 20px 20px;
        width: 100%;
    }

    .bloglist .items .item .content {
        gap: 15px;
    }

    .faq-service h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .nav-line {
        margin: 40px 0;
    }

    /*.scroll-nav {*/
    /*    position: static;*/
    /*    top: 60px;*/
    /*}*/

    .nav-line .container {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .nav-line .container button {
        width: 47.5%;
        font-size: 13px;
        text-align: center;
        border-bottom: none;
        background-color: #FCF9F0;
    }

    .prices h2 {
        /*margin-bottom: -15px;*/
        font-size: 34px;
        line-height: 44px;
        margin-left: -20px;
    }

    .prices .content {
        padding: 60px 20px 40px;
        margin: 0 auto 0 -20px;
        width: calc(100% + 40px);
    }

    .prices .content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .prices .content .items {
        width: 100%;
        margin: 20px auto 60px;
    }

    .prices .content .items .item {
        flex-direction: column;
        gap: 20px;
    }

    .prices .content .items .item .name {
        text-align: center;
        max-width: 100%;
    }

    .prices .content .items .item .desc {
        max-width: 100%;
    }

    .prices .container {
        width: calc(100% - 40px);
        max-width: 550px;
    }

    .new-prices .subservice {
        margin-bottom: 40px;
    }

    .new-prices .subservice .title {
        padding: 20px;
        min-height: 100px;
        width: 100vw;
        margin-left: -20px;
    }

    .new-prices .subservice .title h3 {
        font-size: 20px;
        line-height: 28px;
        max-width: 90%;
    }

    .new-prices .subservice .title .arrow {
        width: 12px;
    }

    .new-prices .subservice .items {
        padding: 20px 0;
    }

    .new-prices .item {
        margin-bottom: 20px;
    }

    .new-prices .item .header {
        padding: 20px;
    }

    .new-prices .item .header .text p.name {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding-right: 10px;
    }

    .new-prices .item .header .text p {
        font-size: 12px;
        text-align: right;
    }

    .new-prices .item .header .text p:not(.name) {
        margin-top: 0;
    }

    .new-prices .item .header .text p span {
        font-size: 14px;
    }

    .new-prices .item .link {
        font-size: 14px;
    }

    .new-prices .item .content .list {
        padding: 0 20px;
    }

    .new-prices .item .content .element .name {
        font-size: 14px;
        line-height: 23px;
        padding-left: 30px;
    }

    .new-prices .item .content .element .name::before {
        width: 15px;
        height: 15px;
    }

    .new-prices .item .content .element .ck {
        padding-left: 30px;
    }

    .reservation-prices {
        margin: 25px auto;
    }

    .reservation-prices h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .reservation-prices > p {
        font-size: 16px;
        line-height: 23px;
        margin: 15px auto 25px;
    }

    .reservation-prices .items {
        gap: 20px;
    }

    .reservation-prices .items > * {
        width: 50%;
    }

    .reservation-prices .items .phone .blue {
        font-size: 14px;
        font-weight: 600;
        color: var(--blue);
    }
    
    .reservation-prices .items .phone p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .reservation-prices .items .phone a {
        font-size: 16px;
    }

    .reservation-prices .primary-link {
        line-height: 1.5;
    }

    .videos .container {
        gap: 20px;
    }

    .videos .video {
        width: 100%;
    }

    .videos .video h3 {
        font-size: 18px;
        padding: 15px 25px;
    }

}

@media (max-width: 340px) {
    .services h2 {
        font-size: 28px;
    }
}

@media (max-width: 1440px) {
    .desktop-navbar .links {
        display: none;
    }
}

@media (max-width: 650px) {
    /* .desktop-navbar .buttons .primary-link {
        width: 110px;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 6px 12px;
        line-height: 18px;
    } */

    .desktop-navbar .buttons {
        gap: 12px;
    }

    .desktop-navbar .buttons .consult,
    .desktop-navbar .buttons .lang {
        display: none;
    }

    .desktop-navbar .buttons .nobg svg {
        width: 24px;
        height: 24px;
    }

    .desktop-navbar .buttons .nobg svg path {
        fill: var(--gold2);
    }

    .desktop-navbar.hidden .buttons .nobg svg path {
        fill: #EBD99B;
    }

    .desktop-navbar .buttons .primary-link.phone {
        background-color: var(--gold2);
        border-color: var(--gold2);
        transform: scale(0.8);
    }

    .desktop-navbar.hidden .buttons .primary-link.phone {
        background-color: #EBD99B;
        border-color: #EBD99B;
    }

    .desktop-navbar .buttons .primary-link.phone svg {
        fill: var(--antracit);
    }

    .desktop-navbar .logo {
        height: 32px;
    }

    .desktop-navbar .container.new {
        display: none;
    }

    /* .desktop-navbar .container.new a {
        font-size: 3vmin;
    }

    .desktop-navbar .container.new .lang {
        font-size: 3.5vmin;
    }

    .desktop-navbar .container.new .right {
        gap: 3vw;
    } */

    .desktop-navbar .buttons .primary-link.outline {
        display: none;
    }

    .desktop-navbar .container.old {
        padding: 3vmin 5vmin;
    }

    #sidebar .for-men,
    #sidebar .for-women {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 100;
    }

    #sidebar .for-men img,
    #sidebar .for-women img {
        filter: invert(0.8);
    }

    #sidebar .for-men,
    .women #sidebar .for-women {
        display: none;
    }

    .woman #sidebar .for-men {
        display: block;
    }
    
    /* .desktop-navbar .logo img:nth-of-type(1),
    .desktop-navbar .logo img:nth-of-type(2),
    .desktop-navbar.hidden .logo img:nth-of-type(1),
    .desktop-navbar.hidden .logo img:nth-of-type(2) {
        opacity: 0;
    } */

    /* .desktop-navbar.hidden .logo img:nth-of-type(3) {
        opacity: 0;
    } */

    /* .desktop-navbar.hidden .logo img:nth-of-type(4) {
        opacity: 1;
    }

    .desktop-navbar .logo img:nth-of-type(3) {
        opacity: 1;
    }

    .desktop-navbar .logo img:nth-of-type(4) {
        opacity: 0;
    } */

    .desktop-navbar #sidebar-collapse {
        scale: 0.8;
    }

    .desktop-navbar .hb1,
    .desktop-navbar .hb2,
    .desktop-navbar .hb3 {
        border-bottom: 4px solid var(--gold2);
    }

    #sidebar .lang {
        display: block;
        position: absolute;
        top: 13px;
        left: 13px;
        z-index: 100;
        padding: 10px;
    }

    #sidebar .links a {
        font-size: 6.5vmin;
    }

    /*#sidebar .submenu {*/
    /*    width: 250px;*/
    /*}*/

    #sidebar .submenu .links a {
        margin-top: 1vmin;
    }

    #sidebar .submenu .links .subservices a {
        font-size: 4vmin;
        line-height: 1.3;
        margin: 3vmin 0;
        white-space: wrap;
        padding-left: 4vmin;
    }

    #sidebar .submenu .links .subservices a:first-of-type {
        margin-top: 0.5vmin;
    }

    #sidebar .submenu .links .subservices a:last-of-type {
        margin-bottom: 0;
    }

    #sidebar .submenu .links .back {
        font-size: 4.5vmin;
        margin-bottom: 1.5vmin;
    }

    #sidebar .link a img {
        height: 3vmin;
        margin-left: 4vmin;
    }

    #sidebar .submenu .links .back img {
        height: 2.4vmin;
        left: -6vmin;
    }

    #sidebar .cancel {
        width: 24px;
        height: 24px;
        top: 28px;
        right: 28px;
    }

    .mobile-link,
    .mobile-link:visited,
    .mobile-link:focus,
    .mobile-link:active {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 990;
        border: none;
        background-color: #EBD99B;
        color: var(--antracit);
        padding: 16px 0;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1;
    }

    .mobile-link svg {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

}


/* GABOR MOD */

/*#sidebar .links .link:first-of-type a,
.reservation{
    display: none !important;
}*/

form input, form textarea {
   
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
     padding: 15px !important;
    border: none !important;
    outline: none !important;
    font-size: 16px !important;
    resize: none !important;
    background: transparent !important;
    border-bottom: 1.5px solid var(--antracit) !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    display: block !important;
}
.checks {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.primary-link.blue.submitButton.mt-3:hover {
    color: #fff !important;
}


.mobile_bottom_info {
    position: absolute;
    bottom: 0;
    background: var(--blue);
    width: 100%;
    left: 0;
    z-index: 99;
}

@media (min-width: 800px){
    .mobile_bottom_info {
        display: none;
    }
}

.mobile_bottom_info a.mobile_bottom_info_a {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.mobile_bottom_info a.mobile_bottom_info_a span {
    color: #77B8BF;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.06px;
}

.mobile_bottom_info.active  a.mobile_bottom_info_a svg {
    display: none;
}

.mobile_bottom_info .online_num {
    display: none;
}

.mobile_bottom_info.active .online_num {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 10px;
}

.mobile_bottom_info.active .online_num .online_calc a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
    color: #F5F1E9;
    font-size: 16px;
    font-weight: 600;
}

.mobile_bottom_info.active .online_num .online_phn a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 11px 8px 11px;
    color: #F5F1E9;
    font-size: 12px;
    font-weight: 600;
    background: #307C84;
    border: 1px solid #5CA9B1;
    border-radius: 6px;
}

.cust_subservice .price {
    display: flex;
    gap: 12px;
} 
.cust_subservice .price strike {
    font-size: 80%;
    text-align: center;
}
.cust_subservice span.badge_sale_price {
    display: block;
    position: absolute;
    top: -10px;
    padding: 4px 10px;
    background: #FF5C5C;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 500;
}

.doctor_design_sec .items {
    margin-left: -20px;
    margin-right: -20px;
}

.doctor_design_sec .item {
    margin: 0 20px;
}

.doctor_design_sec .item .image {
    height: 350px !important;
}

.doctor_design_sec .item .content {
    background: transparent !important;
    margin: auto !important;
    padding: 20px 0 !important;
}

.doctor_design_sec .item .content::before {
    display: none !important;
}

.slick-dots li {
    margin: 0 4px !important;
}

.slick-dots li, 
.slick-dots li button, 
.slick-dots li button::before {
    width: 22px !important;
    padding: 0 !important;
    content: '' !important;
    background-color: rgba(0, 0, 0, .12) !important;
    opacity: 1 !important;
    height: 5px !important;
}

.slick-dots li.slick-active button::before {
    background-color: rgba(0, 0, 0, .8) !important;
}

.posrelative {
    position: relative;
}

.badge_influencer {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #12565D;
    padding: 5px 10px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.have_promo_on_service .badge_influencer {
    left: 130px;
}

.badge_influencer span.badge_influencer_txt {
    display: inline-flex !important;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.badge_influencer span.badge_influencer_txt span {
    font-size: 8px;
    color: rgba(255,255,255,.7);
}

.influencer_service_listing_section {
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.isls_testimonial {
    text-align: center;
}

.isls_testimonial p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #414042;
}

.isls_testimonial p:last-child {
    margin: 0;
}

.influencer_service_listing_section h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: #231F20;
}

.more-doctors ul.item_services {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
}

.more-doctors ul.item_services li, 
.more-doctors ul.item_services li a {
    margin: 0 !important;
    padding: 0 !important;
}

.more-doctors ul.item_services li a {
    font-size: 11px;
    font-weight: 500;
    line-height: 13.2px;
    color: #12565D !important;
    padding: 4px 6px !important;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
}

.influencer_item .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.influencer_item .content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #414042;
}

.hide_topbar {
    display:none !important;
}


.slick_icon {
    position:absolute;
    top: 45%;
    left:-20px;
    z-index:9999;
}
.slick_icon.right_slick_icon {
    left:auto;
    right:-20px;
}

@media (max-width: 800px){
    .slick_icon {
        left:0;
    }
    .slick_icon.right_slick_icon {
        left:auto;
        right:0;
    }
}

.single-servicespt section.new-prices.section_margin h2.bigheading {
    margin: 0;
}


.elebtn,
.elebtn:visited,
.elebtn:focus {
    width: fit-content !important;
    padding: 13px 32px 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    transition: background-color 0.3s, color 0.3s, border 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    border: 1px solid var(--antracit) !important;
    outline: none !important;
    color: var(--antracit) !important;
    text-transform: uppercase !important;
    font-family: "Raleway", sans-serif !important;
    position: relative !important;
    border-radius:8px !important;
    overflow:hidden !important;
}

.elebtn::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: calc(100% + 1px) !important;
    height: calc(100% + 1px) !important;
    transform: translate(-50%, -50%) !important;
    background-color: var(--antracit) !important;
    z-index: -1 !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat !important;
    -webkit-mask-position: 50% !important;
    -webkit-mask-size: 1px !important;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat !important;
    mask-position: 50% !important;
    mask-size: 1px !important;
    transition: mask-size 0.5s ease-out, -webkit-mask-size 0.5s ease-out !important;
}

.elebtn:hover,
.elebtn:active {
    /* background-color: var(--antracit) !important; */
    color: white !important;
    border: 1px solid var(--antracit) !important;
}

.elebtn:hover::before {
    -webkit-mask-size: 115% !important;
    mask-size: 115% !important;
}

.elebtn svg {
    width: 17px;
}

.elebtn svg path {
    transition: stroke 0.3s, fill 0.3s;
}

.elebtn:hover svg path {
    stroke: white;
}

.elebtn a,
.elebtn a:visited,
.elebtn a:focus {
    width: fit-content !important;
    padding: 13px 32px 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    transition: background-color 0.3s, color 0.3s, border 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    border: 1px solid var(--antracit) !important;
    outline: none !important;
    color: var(--antracit) !important;
    text-transform: uppercase !important;
    font-family: "Raleway", sans-serif !important;
    position: relative !important;
    border-radius:8px !important;
    overflow:hidden !important;
}

.elebtn a::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: calc(100% + 1px) !important;
    height: calc(100% + 1px) !important;
    transform: translate(-50%, -50%) !important;
    background-color: var(--antracit) !important;
    z-index: -1 !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat !important;
    -webkit-mask-position: 50% !important;
    -webkit-mask-size: 1px !important;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 514 662" xmlns="http://www.w3.org/2000/svg"><path d="M514 375.942C514 561.014 398.916 662 257 662C115.084 662 0 560.933 0 375.942C0 220.83 180.466 56.0035 238.897 6.61265C249.322 -2.20422 264.516 -2.20422 275.022 6.61265C333.534 55.9218 513.919 220.83 513.919 375.86L514 375.942Z"/></svg>') no-repeat !important;
    mask-position: 50% !important;
    mask-size: 1px !important;
    transition: mask-size 0.5s ease-out, -webkit-mask-size 0.5s ease-out !important;
}

.elebtn a:hover,
.elebtn a:active {
    /* background-color: var(--antracit) !important; */
    color: white !important;
    border: 1px solid var(--antracit) !important;
}

.elebtn a:hover::before {
    -webkit-mask-size: 115% !important;
    mask-size: 115% !important;
}

.elebtn a svg {
    width: 17px;
}

.elebtn a svg path {
    transition: stroke 0.3s, fill 0.3s;
}

.elebtn a:hover svg path {
    stroke: white;
}


@media (max-width: 1079px) {
    .small-header, 
    .big-header {
        min-height: unset !important;
        margin-top: auto !important;
        padding: 40px 20px !important;
    }
    .small-header .title, 
    .big-header .title {
        height:auto !important;
        margin-top: auto !important;
    }
    
    .newsletter .content,
    .infos .map,
    .gallery .swiper,
    .reviews .reviews,
    .about .content .left,
    .whyus .content,
    .about.about-1 .content .left,
    .one-doctor .content,
    .gallery.with-title .title,
    .tall-image-on-right .text,
    .service-image-on-left .right,
    .service-image-on-right .left,
    .subservice-image-on-left .right,
    .subservice-image-on-right .left,
    .information-block .content .text,
    .results .content .right,
    .before-after .relative,
    .device .content .text,
    .prices .content,
    .information-block .image {
        margin-left:auto !important;
        margin-right:auto !important;
        width:100% !important;
    }
    
    .wp-gr .grw-btns.grw-prev {
        margin-left: auto !important;
    }
    .wp-gr .grw-btns.grw-next {
        margin-right: auto !important;
    }
}

@media (max-width: 570px){
    .fouricons_block_home svg {
        height: 40px !important;
        width: auto !important;
    }
    .fouricons_block_home h3 {
        font-size: 20px !important;
        margin: 0 !important;
    }
    .fouricons_block_home p {
        font-size: 12px !important;
        line-height: normal !important;
    }
}



.proo_sticker_div {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FF5C5C;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    width: 120px;
}

.proo_sticker_div a {
    text-decoration: none;
    color: inherit;
}

.proo_sticker_div p {
    margin: 2px 0;
    padding: 0;
    text-align: center;
    color: #fff;
    line-height: normal;
}
.proo_sticker_div p.proo_main_title {
    font-size: 14px;
}
.proo_sticker_div p.proo_subtitle {
    font-size: 80%;
    opacity: .8;
}
.promo_popup {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .7);
}
.promo_popup.promo_popup_active {
    display: flex;
}
.promo_popup_container {
    max-width: 600px;
    width: 100%;
    max-height: 60vh;
    background-color: #fff;
    position: relative;
    z-index: 9999999999;
    overflow-x: hidden;
    border-radius: 10px;
}
.promo_popup_close {
    position: absolute;
    top: 0; right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 20px;
}
.promo_popup_content {
    padding: 30px;
}
.promo_popup_content h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
}
.promo_popup_content p {
    margin: 0 0 15px;
}
.promo_popup_content p:last-child {
    margin: 0;
}


.promo_sec_boxx {
    background: #12565D1A;
    padding: 70px 20px;
    border-radius: 8px;
    max-width: 700px;
    margin: 50px auto;
    clear:both;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.promo_sec_boxx h2 {
    text-align: center;
    color: var(--e-global-color-primary);
    font-family: "Raleway", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    text-transform: none;
    line-height: 54px;
    margin: 0;
    padding: 0;
}
.promo_sec_boxx h3 {
    text-align: center;
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    line-height: 34px;
    margin: 20px 0 0;
}
.promo_sec_boxx .btn {
    text-align: center;
    margin-top: 20px;
}


.prod_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.prod_image_anchor {
    position: relative;
}
.prod_image {
    height: 150px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.prod_image_val {
    position: absolute;
    bottom: 45px;
    right: 18px;
    font-size: 10px;
    color: #fff !important;
}
.prod_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}
h3.prod_title {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 170% !important;
}
h3.prod_title a {
    color:inherit !important;
    text-decoration:none !important;
}
.prod_desc {
    font-size: 14px;
    line-height: 160% !important;
}
.prod_desc p {
    margin: 0 !important;
}
.price_sec {
    margin-top:auto;
}
.voucher_value_text {
    background: #e9e6ed;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 14px !important;
    font-weight: 700;
}
.price_sec * {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
	font-weight: 700;
}
.price_sec p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
}
.price_sec .button {
    padding: 10px 15px !important;
}

.price_sec .amount {
    height: 35px !important;
    display: block !important;
}

.price_sec .brutto {
    color: #aaa;
    font-size: 10px !important;
    margin-top:-18px !important;
    display: block !important;
}

@media (max-width: 480px){
    .price_sec .brutto {
        margin-top: -60px !important;
    }
}

span.best_value_sticker {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    box-shadow: 0 0 10px 0 white;
    color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

span.best_value_sticker {
    background: url(https://webshop.skincity.hu/wp-content/uploads/2025/12/Akcio_Patch_1.png) no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -99999px;
    overflow: hidden;
}

/*.includes_tax {
    display:none !important;
}*/