:root {
    --font-serif: "DM Sans", sans-serif;
    --font-mono: "Geist Mono", monospace;
    --font-sec: "Crimson Pro", serif;
 
    --black: #252525;
    --black-90: rgba(37,37,37,0.9);
    --black-80: rgba(37,37,37,0.8);
    --black-60: rgba(37,37,37,0.6);
    --black-20: rgba(37,37,37,0.2);
    --black-10: rgba(37,37,37,0.1);

    --akmuo-90: rgba(232,232,232,0.9);
    --akmuo: #e8e8e8;
    --samana: #C0C4B9;
    --dangus: #C9CACA;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: var(--font-serif);
    line-height: 1.5;
    color: var(--black);
    background: var(--akmuo);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
.submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(192,196,185, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: left;
    padding: 10px 8px;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 24px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: var(--akmuo)
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -8px;
}
.hamburger-inner:after {
    bottom: -8px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.grid-container {
	width: 100%;
    max-width:100%;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 10;
}


.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.dflex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dflex-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dflex-cbetween {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.text-24 {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 24px;
    /* font-size: 1.65vw; */
    line-height: 1.26;
    text-transform: uppercase;
}

.text-14 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.05em;
}
.text-14 p:not(:last-child) {
    margin-bottom: 1.7em;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.bg-greenish {
    background: var(--samana);
}

.bg-sky {
    background: var(--dangus);
}

.link-arrow,
.link-arrow:focus,
.link-arrow:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s;
}

.link-arrow:hover {
    color: var(--akmuo);
    background: var(--black);
}
.arrow-right:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/link-arrow-right.svg) no-repeat center center;
    margin-right: 8px;
    transition: 0.2s;
}
.arrow-right:hover:before {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.arrow-down:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/link-arrow-down.svg) no-repeat center center;
    margin-right: 8px;
}

.link-remote,
.link-remote:focus,
.link-remote:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
    transition: 0.2s;
}
.link-remote:hover {
    color: var(--black);
    opacity: 1;
}

.link-remote:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/arrow-remote.svg) no-repeat center center;
    margin-right: 8px;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    padding: 20px 0;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.header-left {
    width: 45%;
}
.header-middle {
    width: 10%;
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 20px);
    height: calc(100svh - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    transition: 0.2s;
}

.logo-sign {
    height: 154px;
}
.logo-sign img {
    max-height: 100%;
    transition: 0.2s;
}
.logo.top-reached .logo-sign img {
    max-height: 80px;
}

.logo-text {
    margin-top: 24px;
    transform-origin: top center;
    transform: translateY(0) scale(1);
    will-change: transform;
    transition: 0.2s;
}

.logo a {
    display: block;
}
.logo.top-reached .logo-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px) scale(0.5);
    pointer-events: none;
}

.logo.top-reached a {
    pointer-events: none;
}
.logo.top-reached a .logo-sign img {
    pointer-events: all;
}

.header-right {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
}

.nav ul li:last-child {
    margin-right: 0px;
}
.nav ul li a {
    color: var(--akmuo);
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    /* transition: 0.2s; */
}
.nav ul li a:hover {
    /* opacity: 0.6; */
}
.nav ul li a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 5px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--akmuo);
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
}
.nav ul li a:hover:after {
    opacity: 1;
}

.langs-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
}
.langs-hold ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.langs-hold a {
    color: var(--akmuo);
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    transition: 0.2s;
}
.langs-hold a:hover {
    /* opacity: 0.6; */
}

.header-right .langs-hold a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 5px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--akmuo);
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
}
.header-right .langs-hold a:hover:after {
    opacity: 1;
}

.hero-home-section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
}
.hero-home-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hero-texture.png) no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 1;
    /* backdrop-filter: blur(1px) */


}

.hero-home-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50.03%;
}

.hero-home-bg-left {
    left: 0;
    backdrop-filter: blur(1px)
}
.hero-home-bg-left:after {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px)
}
.hero-home-bg-right {
    right: 0;
}

.hero-home-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.hero-home-logo img {
    max-width: 117px;
}

.links-section {
    padding: 40px 0 22vh;
}

.links-link {
    margin-top: 40px;
}

.links-list {
    margin-top: 15vh;
}

.links-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin-bottom: -2px;
}
.links-list ul li {
    width: calc(25% - 2px);
    min-width: calc(25% - 2px);
    margin-right: 2px;
    margin-bottom: 2px;
}
.links-list ul li a {
    display: block;
    
}

.links-list-title {
    pointer-events: none;
}

.links-list-image-wrap {
    padding: 2px;
    border: 1px solid transparent;
    margin-bottom: 5px;
    transition: 0.2s;
}
a:hover .links-list-image-wrap {
    border: 1px solid var(--black);
}
.links-list-image {
    padding-bottom: 134.8%;
    /* opacity: 0.4; */
    mix-blend-mode: multiply;
    transition: 0.2s;
}
a:hover .links-list-image {
    opacity: 1;
    mix-blend-mode: normal;
}

/* .links-list ul:hover .links-list-image {
    opacity: 0.4;
    filter: grayscale(1);
}
.links-list ul li:hover .links-list-image {
    opacity: 1;
    filter: grayscale(0);
} */

.links-list.hovered ul .links-list-image {
    opacity: 0.4;
    filter: grayscale(1);
}
.links-list.hovered ul li:hover .links-list-image {
    opacity: 1;
    filter: grayscale(0);
}

.has-texture:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hero-texture.png) no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.2;
    backdrop-filter: blur(1px);
}

.about-left {
    width: 50%;
    padding-right: 4px;
}

.about-image {
    padding-bottom: 129.2%;
    min-height: 100%;
}

.about-right {
    width: 50%;
    padding-left: 4px;
}

.about-section {
    padding-bottom: 22vh;
}


.ar-left {
    width: 50%;
    padding-right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.ar-right {
    width: 50%;
    padding-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ar-right-top {
    max-width: 65.5%;
}

.ar-right-bottom {
    max-width: 65.5%;
    margin-left: auto;
    margin-top: 64px;
}

.ar-right-link {
    margin-top: 40px;
}

.ar-right-image {
    margin-top: 48px;
    padding-bottom: 127.68%;
}

.section-label {
    font-family: var(--font-sec);
    font-size: 20px;
    line-height: 16px;
    font-style: italic;
    padding-bottom: 16px;
    margin-bottom: 24px;
    position: relative;
}
.section-label.mb-sm {
    margin-bottom: 16px;
}
.section-label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 24px;
    background: var(--black-20)
}

.ar-right-top .text-14 {
    max-width: 87.5%;
}
.ar-right-bottom .text-14 {
    max-width: 84.3%;
}

.residence-section {
    padding: 40px 0 22vh;
}

.residence-texts {
    margin-bottom: 18vh;
}

.top-texts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
}
.top-texts ul li {
    width: calc(25% - 8px);
    width: calc(25% - 8px);
    margin-right: 8px;
}
.top-texts ul li:nth-child(2) {
    padding-top: 30px;
}

.restourant-section {
    padding: 40px 0 80px;
}

.spa-section {
    padding: 40px 0 18.8vh;
}

.spa-texts ul li:first-child {
    padding-right: 0.8%;
}


.spa-texts {
    margin-bottom: 18.8vh;
}

.text-gallery-text-grid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
}
.text-gallery-text-grid ul li {
    width: calc(25% - 8px);
    min-width: calc(25% - 8px);
    margin-right: 8px;
}
.text-gallery-text-grid ul li:nth-child(2) {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    position: relative;
    z-index: 5;
}
.text-gallery-text-grid ul li:nth-child(3) .tgt-content {
    margin-left: auto;
    margin-right: 13px;
}
.tgt-content {
    max-width: 62%;
}

.sauna-section {
    padding: 40px 0 22vh;
}

.video-section {
    padding-bottom: 55.555%;
}

footer {
    padding: 40px 0 40px;
}

.footer-top {
    margin-bottom: 13.3vh;
}

.footer-image {
    margin-top: 64px;
}

.footer-image img {
    /* mix-blend-mode: multiply; */
}

.footer-left {
    width: 25%;
    padding-right: 2.73%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}
.footer-nav ul li:last-child {
    margin-bottom: 0px;
}
.footer-nav ul li a {
    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
    transition: 0.2s;
}
.footer-nav ul li a:hover {
    opacity: 1;
}

.footer-right {
    width: 75%;
    padding-left: 8.549%;
}

.form-element {
    margin-bottom: 24px;
}

.form-element input,
.form-element input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0;
    background: var(--black-10);
    color: var(--black);
    font-family: var(--font-mono);
    font-weight: 500;
    height: 40px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black-20);
    padding: 0 0 24px 0;
}
.form-element input:focus {
    border-bottom: 1px solid var(--black-80);
}
.form-element textarea,
.form-element textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0;
    background: var(--black-10);
    color: var(--black);
    font-family: var(--font-mono);
    font-weight: 500;
    height: 136px;
    resize: none;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black-20);
    padding: 0 0 0px 0;
}
.form-element textarea:focus {
    border-bottom: 1px solid var(--black-80);
}

.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
	color: var(--black);
	opacity: 1;
}
.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
	color: var(--black);
	opacity: 1;
}
.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
	color: var(--black);
	opacity: 1;
}
.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
	color: var(--black);
	opacity: 1;
}

.form-checkbox label input {
    display: none;
}
.form-checkbox label span {
    display: block;
    position: relative;
    padding-left: 30px;
    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}
.form-checkbox label span a {
    text-decoration: underline;
    color: inherit;
    transition: 0.2s;
}
.form-checkbox label span a:hover {
    opacity: 0.6;
}
.form-checkbox label span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid var(--black);
    left: 0;
    top: 1px;
}
.form-checkbox label span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--black);
    left: 2px;
    top: 3px;
    opacity: 0;
}
.form-checkbox label input:checked + span:after {
    opacity: 1;
}

.footer-details {
    margin-top: 12.88vh;
}

.footer-details-grid-col {
    width: 26%;
}

.footer-details-text {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--black-60);
}
.footer-details-text a {
    color: var(--black-60);
    transition: 0.2s;
}
.footer-details-text a:hover {
    color: var(--black);
}

.footer-details-text p:not(:last-child) {
    margin-bottom: 4px;
}

.footer-details-grid + .footer-details-grid {
    margin-top: 40px;
}

.tgt-carousel-item {
    padding-bottom: 134.8%;
    transition: 0.2s;
}

.tgt-carousel .owl-item.active + .owl-item.active .tgt-carousel-item {
    opacity: 0.2;
    filter: grayscale(1);
}
.tgt-carousel .owl-item.active + .owl-item.active .tgt-carousel-item:hover {
    opacity: 1;
    filter: grayscale(0);
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

.owl-has-nav .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-has-nav.owl-carousel .owl-nav button.owl-next, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--black-90);
    transition: 0.2s;
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next:hover, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--black);
}

.prev-disabled.owl-carousel .owl-nav button.owl-prev {
    display: none !important;
}

.tgt-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    right: -32px;
}

.gallery-carousel-item-image {
    padding-bottom: 134.67%;
}

.gallery-carousel-item-image-wrap {
        padding: 2px;
        border: 1px solid transparent;
        margin-bottom: 8px;
}
a:hover .gallery-carousel-item-image-wrap {
        border: 1px solid var(--black);
}

.gallery-carousel-item a {
    display: block;
    color: var(--black);
}

.gallery-carousel-item-nr {
    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.4;
    padding-left: 3px;
    transition: 0.2s;
}
.gallery-carousel-item-title {
    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0;
    padding-left: 25px;
    position: relative;
    transition: 0.2s;
}
.gallery-carousel-item-title:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 0px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-plus.svg) no-repeat center center;
}

a:hover .gallery-carousel-item-nr,
a:hover .gallery-carousel-item-title {
    opacity: 1;
}

.gallery-carousel-hold {
    margin-top: 96px;
}

.gallery-carousel-item-image {
    /* opacity: 0.4; */
    transition: 0.2s;
}
a:hover .gallery-carousel-item-image {
    opacity: 1;
    filter: grayscale(1);
}

.gallery-carousel:hover .gallery-carousel-item-image {
    opacity: 0.4;
    filter: grayscale(1);
}
.gallery-carousel .gallery-carousel-item:hover .gallery-carousel-item-image {
    opacity: 1;
    filter: grayscale(0);
}

.fancybox__backdrop {
    background: var(--akmuo-90);
}

.fancybox__toolbar {
    display: none !important;
}

.fancybox__thumbs {
    display: none !important;
}

.gallery-bottom {
    margin-top: 8px;
}

.gallery-bottom-content {
    width: calc(16.666% - 8px);
    padding-right: 13px;
    margin-left: auto;
}

.carousel__button.is-prev, 
.carousel__button.is-next {
    width: 24px;
    height: 24px;
    background: var(--black-90);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    transition: 0.2s;
}
.carousel__button.is-prev:hover, 
.carousel__button.is-next:hover {
    background: var(--black);
}
.carousel__button.is-prev svg, 
.carousel__button.is-next svg {
    display: none !important;
}
.carousel__button.is-prev:after, 
.carousel__button.is-next:after {
    content: '';
    width: 5px;
    height: 8px;
}
.carousel__button.is-prev:after{
    background: url(../img/slide-prev.svg) no-repeat center center;
}
.carousel__button.is-next:after {
    background: url(../img/slide-next.svg) no-repeat center center;
}

/* .fancybox__content:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid transparent;
}
.is-animated .fancybox__content:before {
    border: 1px solid var(--black)
} */

.fancybox__nav .carousel__button.is-prev {
    left: 16px;
}
.fancybox__nav .carousel__button.is-next {
    right: 16px;
}

.residence-tabs ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    transition: 0.2s;
}
.residence-tabs ul li:last-child {
    margin-bottom: 0px;
}
.residence-tabs ul li a {
    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
    padding-right: 22px;
    display: inline-block;
    position: relative;
    transition: 0.2s;
}
.residence-tabs ul li a:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black);
    opacity: 0;
    transition: 0.2s;
}
.residence-tabs ul li.active a:before {
    opacity: 1;
}
.residence-tabs ul li a:hover {
    opacity: 1;
}
.residence-tabs ul li.active a {
    opacity: 1;
    padding-right: 0;
    padding-left: 22px;
}

.residence-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.residence-content.active {
    display: block;
}
.residence-content.act {
    opacity: 1;
    visibility: visible;
}

.residence-content-left-images {
    padding-bottom: 129.2%;
}

.residence-content-left-images img {
    opacity: 0;
    transition: 0.2s;
}
.residence-content-left-images img.active {
    opacity: 1;
}

.residence-tabs-left {
    width: 25%;
    padding-right: 4px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.residence-tabs-right {
    width: 75%;
    padding-left: 4px;
}

.residence-content-left {
    width: 66.539%;
}
.residence-content-right {
    width: calc(100% - 66.539%);
}

.rcr-width {
    max-width: 65.52%;
    margin-left: auto;
}

.rcr-link {
    margin-top: 80px;
}

.tabs-carousel {
    margin-bottom: 80px;
}  

.tabs-carousel-image-hold {
    padding: 2px;
    border: 1px solid var(--black);
    border: 1px solid transparent;
    transition: 0.2s;
}

.tabs-carousel-item {
    padding-bottom: 130.555%;    
    opacity: 0.2;
    filter: grayscale(1);
    transition: 0.2s;
}
.tabs-carousel-image-hold:hover .tabs-carousel-item { 
    opacity: 1;
    filter: grayscale(0);
}

/* .tabs-carousel .owl-item.active + .owl-item.active .tabs-carousel-image-hold {
    border: 1px solid transparent;
}
.tabs-carousel .owl-item.active + .owl-item.active .tabs-carousel-item {
    opacity: 0.2;
} */

.owl-item.active .tabs-carousel-image-hold {
    border: 1px solid var(--black);
}
.owl-item.active .tabs-carousel-item {
    opacity: 1;
    filter: grayscale(0);
}

.tabs-carousel .owl-nav {
    margin-top: 5px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: calc(200% - 1px);
}

.tabs-carousel {
    padding-right: calc(50% + 1px);
}
.tabs-carousel .owl-stage-outer {
    overflow: visible;
}

.tabs-carousel-hold {
    position: relative;
    overflow: hidden;
}

.invert .nav ul li a {
    color: var(--black);
}
.invert .nav ul li a:after {
    background: var(--black);
}
.invert .langs-hold a {
    color: var(--black);
}
.invert .langs-hold a:after {
    background: var(--black);
}

.invert .logo {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.invert .hamburger-inner,
.invert .hamburger-inner:after,
.invert .hamburger-inner:before {
    background-color: var(--black);
}

.invert .header-call {
    -webkit-filter: invert(1);
    filter: invert(1);
}

main {
    filter: blur(0px);
    transition: 0.2s;
}
main.header-hovered {
    filter: blur(4px);
    pointer-events: none;
}

.tabs-carousel .owl-dots {
    display: none !important;
}

.header-call {
    transition: 0.2s;
}

.header-call a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    background: url(../img/icon-phone.svg) no-repeat center center;
}

.form-bottom .form-checkbox {
    max-width: calc(100% - 180px);
}

.link-texts .text-24 {
    max-width: 45%;
} 
.link-texts .text-24:last-child {
    text-align: right;
} 

.tabs-carousel-mob-title {
    font-family: var(--font-mono);
    color: var(--black);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
}
.tabs-carousel-mob-title:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -17px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black);
}
.fancybox__slide {
    padding-right: 56px;
    padding-left: 56px;
}

.mob-nav-hold {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    overflow: auto;
    background: var(--akmuo);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.mob-nav-hold.active {
    opacity: 1;
    visibility: visible;
}

.mob-nav-hold .langs-hold ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.mob-nav-top .invert {
    padding: 16px 0;
}

.mob-nav-top .logo-text {
    display: none;
}

.mob-nav-top .logo-sign img {
    max-height: 80px;
}
.mob-nav-top .logo {
    height: 80px;
}

.logo-mob img {
    max-height: 80px;
    filter: invert(1);
}

.mob-nav {
    padding-top: 12px;
}


.mob-nav ul li {
    border-bottom: 1px solid var(--dangus);
}
.mob-nav ul li:last-child {
    border-bottom: none
}
.mob-nav ul li a {
    display: block;
    padding: 24px 0;
    font-family: var(--font-mono);
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-black,
.btn-black:focus,
.btn-black:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--black);
    color: var(--akmuo);
    min-height: 52px;
    padding: 6px 32px;
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    transition: 0.2s;
}
.btn-black:hover {
    background: var(--black);
    color: var(--akmuo);
    opacity: 0.6;
}

.mob-nav-hold .langs-hold {
    margin-top: 24px;
    margin-left: 0;
    display: block;

}
.mob-nav-hold .langs-hold a {
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
}

.mob-nav-bottom {
    margin-top: 24px;
}


/* Animations */
.animation-element.fade-up {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-up.in-view {
    transform: translateY(0px);
    opacity: 1;
}

.animation-element.fade-up-later {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s 0.25s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s 0.25s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-up-later.in-view {
    transform: translateY(0px);
    opacity: 1;
}

.animation-element.fade-up-late {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s 0.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-up-late.in-view {
    transform: translateY(0px);
    opacity: 1;
}

.animation-element.fade-in {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-in.in-view {
    opacity: 1;
}

.animation-element.fade-in-later {
    opacity: 0;
    transition: opacity 0.6s 0.25s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-in-later.in-view {
    opacity: 1;
}

.animation-element.fade-in-late {
    opacity: 0;
    transition: opacity 0.6s 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.fade-in-late.in-view {
    opacity: 1;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
    border: none !important;
    float: left !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    color: #ef586b !important;
}

div.wpcf7-mail-sent-ok {
    float: left !important;
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.form-element input.wpcf7-not-valid,
.form-element input.wpcf7-not-valid:focus,
.form-element textarea.wpcf7-not-valid,
.form-element textarea.wpcf7-not-valid:focus {
    border-color: #7E3232;
}

.form-element textarea.wpcf7-not-valid::-webkit-input-placeholder,
.form-element input.wpcf7-not-valid::-webkit-input-placeholder {
	color: #7E3232;
}
.form-element textarea.wpcf7-not-valid::-moz-placeholder,
.form-element input.wpcf7-not-valid::-moz-placeholder {
	color: #7E3232;
}
.form-element textarea.wpcf7-not-valid:-ms-input-placeholder,
.form-element input.wpcf7-not-valid:-ms-input-placeholder {
	color: #7E3232;
}
.form-element textarea.wpcf7-not-valid:-moz-placeholder,
.form-element input.wpcf7-not-valid:-moz-placeholder {
	color: #7E3232;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;
    color: #7E3232;
}

.form-checkbox .wpcf7-not-valid label span:before {
    border-color: #7E3232;
}

.form-checkbox .wpcf7-not-valid label span {
    color: #7E3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;
}

.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;

    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-left, .header-right {
    transform: translateY(-30px);
    opacity: 0;
    transition: transform .7s 
    cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s 
    cubic-bezier(0.5, 1, 0.89, 1);
}
.header-left.active, .header-right.active {
    transform: translateY(0px);
    opacity: 1;
}

.header-middle {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s 
    cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s 
    cubic-bezier(0.5, 1, 0.89, 1);
}
.header-middle.active {
    transform: translateY(0px);
    opacity: 1;
}

.overlay-blur {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
}
.overlay-blur.header-hovered {
    opacity: 1;
    visibility: visible;
}

/* Medias */

@media only screen and (max-width: 1300px) {
    .footer-details-grid-col {
        width: 30%;
    }
    .tgt-content {
        max-width: 80%;
    }
    .text-gallery-text-grid ul li:nth-child(3) .tgt-content {
        margin-right: 0;
    }
    .gallery-bottom-content {
        padding-right: 0;
    }
    .rcr-width {
        max-width: 80%;
    }
    .text-24 {
        font-size: 21px;
    }
    .langs-hold {
        margin-left: 30px;
    }
    .nav ul li {
        margin-right: 30px;
    }
    .ar-right-top {
        max-width: 80%;
    }
    .ar-right-bottom {
        max-width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-left {
        padding-right: 0;
    }
    .footer-right {
        padding-left: 4%;
    }
    .tgt-content {
        max-width: 88%;
    }
    .mt-80 {
        margin-top: 64px;
    }
    .rcr-link {
        margin-top: 64px;
    }
    .tabs-carousel {
        margin-bottom: 64px;
    }
    .rcr-width {
        max-width: 90%;
    }
    .mb-32 {
        margin-bottom: 24px;
    }
    .ar-right-image {
        margin-top: 40px;
    }
    .ar-right-bottom {
        max-width: 90%;
    }
    .ar-right-top {
        max-width: 90%;
    }
    .logo-sign {
        height: 130px;
    }
    .text-24 {
        font-size: 20px;
    }
    .langs-hold {
        margin-left: 20px;
    }
    .nav ul li {
        margin-right: 20px;
    }
    .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
}

@media only screen and (min-width: 1024px) {
    .mob-nav-hold {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .residence-tabs-orn {
        margin-top: 64px;
        max-width: 50%;
        margin-left: auto;
    }
    .footer-details {
        margin-top: 100px;
    }
    .footer-top {
        margin-bottom: 100px;
    }
    .sauna-section {
        padding: 40px 0 120px;
    }
    .spa-section {
        padding: 40px 0 120px;
    }
    .spa-texts {
        margin-bottom: 100px;
    }
    .residence-section {
        padding: 40px 0 120px;
    }
    .residence-texts {
        margin-bottom: 120px;
    }
    .about-section {
        padding-bottom: 120px;
    }   
    .links-section {
        padding: 40px 0 120px;
    }
    main.header-hovered {
        filter: blur(0px);
        pointer-events: all;
    }
    .restourant-section {
        position: relative;
        overflow: hidden;
    }
    .gallery-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .gallery-carousel-hold {
        padding-right: 10%;
    }
    .footer-details-grid-col {
        width: 100%;
        margin-bottom: 40px;
        padding-left: 22px;
    }
    .footer-details-grid-col:last-child {
        margin-bottom: 0px;
    }
    footer {
        padding: 40px 0 80px;
    }
    .footer-image {
        max-width: 50%;
        margin-left: auto;
    }
    .socials-nav {
        margin-bottom: 64px;
    }
    .footer-nav ul li {
        margin-bottom: 16px;
    }
    .footer-right {
        padding-left: 0;
        width: 100%;
        margin-bottom: 64px;
    }
    .footer-left {
        width: 100%;
        order: 2;
    }
    .video-section {
        padding-bottom: 100%;
    }
    .tgt-carousel .owl-nav {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 8px;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .tgt-content {
        max-width: 42%;
    }
    .text-gallery-text-grid ul li:nth-child(3) .tgt-content {
        margin-right: auto;
        margin-left: 10%;
    }
    .text-gallery-text-grid ul {
        width: 100%;
    }
    .text-gallery-text-grid ul li:nth-child(2) {
        width: 100%;
        min-width: 100%;
        margin-bottom: 48px;
    }
    .mt-80 {
        margin-top: 48px;
    }
    .text-gallery-text-grid ul li {
        width: 100%;
        margin-right: 0;
    }
    .text-gallery-text-grid ul li:nth-child(1) {
        margin-bottom: 48px;
    }
    .gallery-bottom-content {
        width: 50%;
    }
    .gallery-carousel-item-image {
        opacity: 1;
    }
    .residence-tabs-right {
        width: 100%;
        padding-left: 0;
    }
    .residence-tabs-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .top-texts ul li {
        width: calc(50% - 8px);
    }
    .text-24 {
        font-size: 24px;
    }
    .about-right {
        width: 100%;
        padding-left: 0;
    }
    .grid-container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .about-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 64px;
    }
    header {
        padding: 16px 0;
    }
    .logo-sign {
        height: 154px;
    }
    .header-left {
        width: 20%;
    }
    .header-middle {
        width: 60%;
    }
    .header-right {
        width: 20%;
    }
    .gallery-carousel-item-image-wrap {
        padding: 0;
        border: none !important;
    }
    .gallery-carousel-item-nr {
        padding-left: 0;
    }
    .gallery-carousel-item-title {
        margin-bottom: 0;
    }
    .gallery-bottom {
        margin-top: 24px;
    }
    .fancybox__nav .carousel__button.is-prev {
        left: 8px;
    }
    .fancybox__slide {
        padding-right: 40px;
        padding-left: 40px;
    }
    .fancybox__nav .carousel__button.is-next {
        right: 8px;
    }
    .footer-nav {
        padding-left: 22px;
    }
} 

@media screen and (max-width:639px) {
    .small-full,
    .small-full:focus,
    .small-full:active {
        width: 100%;
    }
    .logo a {
        position: relative;
    }
    .logo-text {
        position: absolute;
        top: 100%;
        left: -50px;
        width: calc(100% + 100px);
    }
    .hero-home-bg {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        height: 50%;
        width: 100%;
    }

    .hero-home-bg-left {
        top: auto;
        bottom: 0;
    }
    .residence-tabs-orn {
        max-width: 273px;
    }
    .footer-image {
        max-width: 273px;
    }
    .footer-details {
        margin-top: 80px;
    }
    .form-submit {
        width: 100%;
        margin-top: 40px;
    }
    .form-bottom .form-checkbox {
        max-width: 100%;
        width: 100%;
    }
    .footer-top {
        margin-bottom: 80px;
    }
    footer {
        padding: 24px 0 80px;
    }
    .video-section {
        padding-bottom: 0;
        min-height: 100vh;
        min-height: 100svh;
    }
    .sauna-section {
        padding: 24px 0 80px;
    }
    .text-gallery-text-grid ul li:nth-child(2) {
        position: relative;
    }
    .text-gallery-text-grid ul li:nth-child(2):after {
        content: '';
        position: absolute;
        top: -1px;
        bottom: -1px;
        height: calc(100% + 2px);
        z-index: 5;
        right: calc(100% + 1px);
        width: 16px;
        background: var(--akmuo);
    }

    .bg-sky .text-gallery-text-grid ul li:nth-child(2):after { 
        background: var(--dangus);
    }
    .tgt-carousel-item {
        opacity: 0.2;
        filter: grayscale(1);
        transition: 0.2s;
    }
    .owl-item.active .tgt-carousel-item {
        opacity: 1;
        filter: grayscale(0);
    }
    main {
        position: relative;
        overflow: hidden;
    }
    .tgt-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .tgt-carousel {
        width: calc(100vw - 86px - 16px);
    }
    .text-gallery-text-grid ul li:nth-child(3) .tgt-content {
        margin-left: 21%;
    }
    .tgt-carousel .owl-nav {
        display: none !important;
    }
    .mt-80 {
        margin-top: 40px;
    }
    .tgt-content {
        max-width: 190px;
    }
    .spa-texts {
        margin-bottom: 80px;
    }
    .spa-section {
        padding: 24px 0 80px;
    }
    .gallery-bottom-content {
        width: 190px;
        margin-left: 21%;
    }
    .gallery-carousel-hold {
        margin-top: 80px;
        padding-right: 0;
        width: calc(100vw - 134px - 16px);
    }
    .restourant-section {
        padding: 24px 0 80px;
    }
    .tabs-carousel-mob-item {
        position: relative;
    }
    .tabs-carousel-mob-item:after {
        content: '';
        position: absolute;
        top: -1px;
        bottom: -1px;
        height: calc(100% + 2px);
        background: var(--samana);
        right: calc(100% + 1px);
        width: 16px;
        z-index: 5;
    }
    .tabs-carousel-mob-item-content .text-14 p:not(:first-child) {
        margin-bottom: 0;
    }
    .rcr-link {
        margin-top: 40px;
    }
    .tabs-carousel-mob-item-content {
        padding-left: 22px;
        max-width: 295px;
    }
    .tabs-carousel-mob-item-content .text-14 {
        max-width: 190px;
    }
    .tabs-carousel-mob-item:not(:last-child) {
        margin-bottom: 64px;
    }
    .residence-section {
        position: relative;
        overflow: hidden;
    }
    .tabs-carousel-hold {
        overflow: visible;
    }
    .tabs-carousel .owl-nav {
        display: none !important;
    }
    .tabs-carousel {
        padding-right: 0;
    }
    .tabs-carousel {
        margin-bottom: 24px;
        width: calc(100vw - 86px);
    }
    .tabs-carousel-image-hold {
        padding: 0;
        border: none !important;
    }
    .rcr-width {
        max-width: 100%;
    }
    .residence-content-right {
        width: 100%;
    }
    .residence-content-left {
        display: none;
    }
    .residence-texts {
        margin-bottom: 80px;
    }
    .top-texts ul li:nth-child(2) {
        padding-top: 32px;
        padding-left: 22px;
    }
    .top-texts ul {
        width: 100%;
    }
    .top-texts ul li {
        width: 100%;
        margin-right: 0;
    }
    .residence-section {
        padding: 24px 0 80px;
    }
    .about-section {
        padding-bottom: 80px;
    }
    .ar-left {
        width: 100%;
        padding-right: 0;
        max-width: 203px;
        margin-left: auto;
        margin-top: 16px;
    }
    .ar-right-top {
        max-width: 100%
    }
    .ar-right-bottom {
        max-width: 188px;
        margin-left: 21%;
        margin-top: 16px;
    }
    .ar-right-bottom .text-14 {
        max-width: 100%;
    }
    .ar-right-top .text-14 {
        max-width: 196px;
    }
    .ar-right {
        width: 100%;
        padding-left: 0;
    }
    .link-texts .text-24:last-child:not(:first-child) {
        margin-top: 40px;
    }
    .links-section {
        padding: 24px 0 64px;
    }
    .link-texts .text-24 {
        max-width: 100%;
        width: 100%;
    }
    .grid-container {
        padding-left: 16px;
        padding-right: 16px;
    }
	.entry iframe {
		max-width: 100%;
	}

} 

