@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

/* ==========================================================================
	#Basics
========================================================================== */

* { padding: 0; margin: 0; outline: 0; -webkit-tap-highlight-color: transparent; }
*:focus { outline: none; }
*::-moz-focus-inner { border: 0; }

body {  font-family: 'Montserrat Alternates', sans-serif; font-size: 16px; line-height: 24px; color: #0e1c2d; font-weight: normal; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; display: block; height: 100vh; overflow-x: hidden; background: #f3ece6; }
body.hidden { overflow: hidden !important; }

html, body { height: 100%; }

input, textarea, select, button, fieldset { -webkit-appearance: none; border-radius: 0; background: transparent; border: 0; }
input:active, 
textarea:active { box-shadow: none; }
ul, ol { list-style: none outside none; }

input, textarea { font-size: 14px; line-height: 18px; color: #0e1c2d; font-family: 'Montserrat Alternates', sans-serif; }
::-webkit-input-placeholder { color: rgba(14,28,45,0.5); opacity: 1; }
::-moz-placeholder { color: rgba(14,28,45,0.5); opacity: 1; }
:-ms-input-placeholder { color: rgba(14,28,45,0.5); opacity: 1; }
:-moz-placeholder { color: rgba(14,28,45,0.5); opacity: 1; }

a img { border: 0; }

a, button { color: #0e1c2d; text-decoration: none; cursor:pointer; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; }
a:hover, button:hover { text-decoration: none; }
p { margin: 0; padding: 0; }
*:focus { outline: none; }
*::-moz-focus-inner { border: 0; }

.cl { font-size: 0; line-height: 0; clear: both; display: block; height: 0; }

.clearfix { *zoom: 1; }
.clearfix:after { content: ''; width: 100%; height: 0; display: block; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }

h1 { font-size: 48px; line-height: 52px; font-weight: bold; }
h2 { font-size: 42px; line-height: 46px; font-weight: 300; text-align: center; }
h2.small { font-size: 36px; line-height: 40px; text-align: center; }
h3 { font-size: 34px; line-height: 38px; text-align: center; font-weight: bold; }
h4 { font-size: 24px; line-height: 28px; text-align: center; font-weight: normal; }

@media screen and (max-width: 960px) {
	h1 { font-size: 38px; line-height: 42px; }
	h2 { font-size: 30px; line-height: 34px; }
	h2.small { font-size: 26px; line-height: 30px; }
	h3 { font-size: 26px; line-height: 30px; }
	h4 { font-size: 20px; line-height: 24px; }
}

@media screen and (max-width: 360px) {
	h1 { font-size: 32px; line-height: 36px; }
}

/* Form */
form .form-row { margin: 0 0 20px 0; display: flex; justify-content: space-between; }
form .form-row .field-wp { width: 49%; box-sizing: border-box; display: block; }
form .form-row.full .field-wp { width: 100%; }
form .form-row .field-wp .field { padding: 15px 20px; width: 100%; box-sizing: border-box; line-height: 20px; border: solid 1px #d9c9bc; border-radius: 5px; background: #ffffff; transition: all .2s; }
form .form-row .field-wp .field:focus { box-shadow: 0px 13px 40px 0px rgba(227, 209, 195, 1); }
form .form-row .textarea-wp { display: block; width: 100%; }
form .form-row .textarea-wp textarea { display: block; width: 100%; box-sizing: border-box; height: 235px; padding: 15px 20px; border: solid 1px #d9c9bc; border-radius: 5px; background: #ffffff; resize: vertical; transition: all .2s; }
form .form-row .textarea-wp textarea:focus { box-shadow: 0px 13px 40px 0px rgba(227, 209, 195, 1); }
form .select-wp { position: relative; padding: 15px 50px 15px 20px; width: 100%; box-sizing: border-box; height: 50px; line-height: 20px; border: solid 1px #d9c9bc; border-radius: 5px; background: #ffffff; transition: all .2s; font-size: 14px; color: rgba(14,28,45,0.5); }
form .select-wp:after { content: ''; position: absolute; top: 50%; right: 22px; display: block; transform: translateY(-50%); width: 14px; height: 10px; background: url(images/arrow-menu.svg) no-repeat 0 0; background-size: contain; }
form .select-wp select { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; font-size: 14px; line-height: 18px; font-family: 'Montserrat Alternates', sans-serif; }
form .select-wp select option { line-height: 28px; }
form .select-wp p { display: block; margin: 0; padding: 0; }
form .send-btn { margin: 10px auto 0 auto; height: 60px; padding: 0 40px; display: block; background: #82bdfe; border-radius: 3px; font-size: 16px; line-height: 60px; color: #ffffff; text-align: center; font-weight: bold; cursor: pointer; transition: all .2s; }
form .send-btn:hover { box-shadow: 0px 13px 40px 0px rgba(227, 209, 195, 1); }

@media screen and (max-width: 400px) {
	form .form-row { flex-wrap: wrap; }
	form .form-row .field-wp { width: 100%; }
	form .form-row .field-wp + .field-wp { margin-top: 20px; }
}

img[data-src] { background: url(images/loader.svg) no-repeat center center; background-size: 150px 150px; }

.wrapper { position: relative; min-height: 100%; height: auto !important; height: 100%; width: 100%; background: #f3ece6; overflow: hidden; }
.container { max-width: 1200px; margin: 0 auto; display: block; width: 100%; padding: 0 10px; box-sizing: border-box; }

@media screen and (max-width: 1220px) {
	.container { padding: 0 20px; }
}


/* buttons */
.blue-btn { position: relative; height: 78px; line-height: 78px; display: table; font-size: 18px; text-align: center; color: #ffffff; }
.blue-btn:before { content: ''; position: absolute; bottom: 7px; left: 7px; width: 100%; height: 100%; border: solid 1px #ffffff; border-radius: 2px 50px; z-index: 5; transition: all .2s; }
.blue-btn span { position: relative; padding: 0 40px; display: block; background: #82bdfe; z-index: 4; transition: all .2s; border-radius: 2px 50px; box-shadow: 0px 13px 40px 0px rgba(227, 209, 195, 1); }
.blue-btn:hover { color: #ffffff; transform: translateY(-10px); }
.blue-btn:hover:before { z-index: 4; transform: translate(-15px,20px); }
.blue-btn:hover span { z-index: 5; }

.white-btn { position: relative; height: 78px; line-height: 78px; display: table; font-size: 18px; text-align: center; color: #82bdfe; font-weight: 400; border: solid 1px #82bdfe; border-radius: 2px 50px; padding: 0 35px; background: transparent; transition: all .2s; }
.white-btn:hover { background: #82bdfe; color: #ffffff; }

@media screen and (max-width: 960px) {
	.blue-btn { font-size: 16px; }
	.blue-btn span { padding: 0 20px; }

	.white-btn { font-size: 16px; }
	.white-btn span { padding: 0 20px; }
}

/* Header */
.header { display: flex; position: relative; justify-content: space-between; flex-wrap: nowrap; align-items: center; z-index: 20; }
.header .logo { display: flex; justify-content: center; align-items: center; background: #ffffff; width: 190px; height: 96px; position: relative; font-size: 0; line-height: 0; text-indent: -100%; border-radius: 0 0 3px 3px; }
.header .logo:after { content: ''; display: block; width: 160px; height: 64px; background: url(images/logo.svg) no-repeat center center; background-size: contain; z-index: 30; }
.header .menu-btn { display: none; position: absolute; top: 6px; right: 0; width: 68px; height: 68px; background: rgba(255,255,255,0.9); border-radius: 50%; box-shadow: 0px 10px 21px 0px rgba(199, 163, 134, 0.5); cursor: pointer; overflow: hidden; }
.header .menu-btn:before,
.header .menu-btn:after,
.header .menu-btn span { content: ''; height: 4px; position: absolute; left: 50%; display: block; background: #0e1c2d; border-radius: 5px; transition: all .2s; }
.header .menu-btn:before { width: 32px; top: 21px; margin-left: -16px; }
.header .menu-btn span { width: 25px; top: 33px; margin-left: -12px; font-size: 0; line-height: 0; text-indent: -100%; }
.header .menu-btn:after { width: 18px; top: 45px; margin-left: -9px; }
.header.menu-opened .menu-btn:before,
.header.menu-opened .menu-btn:after { width: 32px; top: 50%; margin: -2px 0 0 -16px; }
.header.menu-opened .menu-btn:before { transform: rotate(-45deg); }
.header.menu-opened .menu-btn:after { transform: rotate(45deg); }
.header.menu-opened .menu-btn span { left: 120%; }

.header .nav { width: calc(100% - 200px); }
.header .nav > ul { display: flex; justify-content: space-around; flex-wrap: nowrap; align-items: center; }
.header .nav > ul > li { position: relative; font-size: 16px; line-height: 32px; color: #303b4b; font-family: 'Montserrat', sans-serif; display: block; font-weight: 400; text-align: center; }
.header .nav > ul > li > .nav-btn { color: #303b4b; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center; z-index: 5; }
.header .nav > ul > li > .nav-btn:before { content: ''; background: #82bdfe; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all .2s; border-radius: 2px 20px; width: 100%; max-width: 0px; opacity: 0; visibility: hidden; height: 32px; }
.header .nav > ul > li > .nav-btn span { position: relative; z-index: 5; }
.header .nav > ul > li.active > .nav-btn { font-weight: bold; }
.header .nav > ul > li > .nav-btn:hover:before,
.header .nav > ul > li.active > .nav-btn:before,
.header .nav > ul > li.dd-holder:hover > .nav-btn:before { max-width: 70%; opacity: 1; visibility: visible; }
.header .nav > ul > li.dd-holder:after { content: ''; position: absolute; bottom: -20px; height: 25px; width: 100%; display: none; z-index: 4; }
.header .nav > ul > li.dd-holder:hover:after { display: block; }
.header .nav > ul > li.dd-holder > .nav-btn:after { content: ''; display: block; width: 5px; height: 5px; border-bottom: solid 1px #505d43; border-right: solid 1px #505d43; transition: all .2s; transform: rotate(45deg); margin: 0 0 0 6px; }
.header .nav > ul > li.dd-holder:hover > .nav-btn:after,
.header .nav > ul > li.dd-holder.opened > .nav-btn:after { transform: rotate(-135deg); margin-top: 3px; }
.header .nav > ul > li ul { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); border-radius: 5px; background: rgba(255,255,255,0.95); padding: 10px 25px; box-sizing: border-box; opacity: 0; visibility: hidden; transition: all .2s; }
.header .nav > ul > li ul li { line-height: 20px; text-align: left; }
.header .nav > ul > li ul li + li { margin-top: 10px; }
.header .nav > ul > li ul li a { color: #303b4b; white-space: nowrap; display: block; padding: 10px 0; }
.header .nav > ul > li ul li a:hover { text-decoration: underline; }
.header .nav > ul > li:hover ul { margin-top: 15px; opacity: 1; visibility: visible; }

@media screen and (max-width: 960px) {
	.header .menu-btn { display: block; }
	.header .nav { position: absolute; top: -20px; left: -20px; right: -20px; width: auto; height: auto; background: rgba(255,255,255,0.95); border-radius: 0 0 20px 20px; opacity: 0; visibility: hidden; transition: all .2s; }
	.header .nav > ul { flex-direction: column; padding: 100px 20px 20px 20px; }
	.header .nav > ul > li { padding: 15px 0; width: 100%; font-size: 22px; line-height: 26px; }
	.header .nav > ul > li + li { border-top: solid 1px #e9e0da; }
	.header .nav > ul > li.dd-opened > .nav-btn { font-weight: bold; }
	.header .nav > ul > li > .nav-btn:before { max-width: 0; }
	.header .nav > ul > li > .nav-btn:hover:before,
	.header .nav > ul > li.active > .nav-btn:before,
	.header .nav > ul > li.dd-opened > .nav-btn:before,
	.header .nav > ul > li.dd-holder:hover > .nav-btn:before { max-width: 60px; opacity: 1; visibility: visible; }
	.header .nav > ul > li ul { position: static; opacity: 1; visibility: visible; background: transparent; padding: 0; transform: translate(0); box-shadow: none; max-height: 0px; overflow: hidden; transition: all .2s; }
	.header .nav > ul > li.dd-opened ul { max-height: 100%; }
	.header .nav > ul > li ul li { font-size: 16px; line-height: 20px; text-align: center; }
	.header .nav > ul > li ul li:first-child { margin-top: 15px; }
	.header .nav > ul > li ul li + li { margin: 0; }
	.header .nav > ul > li:hover ul { margin-top: 0; }

	.header.menu-opened .nav { top: 0; opacity: 1; visibility: visible; }
}

@media screen and (max-width: 480px) {
	.header .logo { width: 145px; height: 78px; }
	.header .logo:after { width: 125px; height: 50px; }
}


/* Intro-WP */
.intro-wp { background: #ffffff; position: relative; }
.intro-wp:before { content: ''; position: absolute; top: 0; left: 0; right: 0; background: #f3ece6; height: 70%; }
.intro-wp .intro { position: relative; z-index: 5; background-color: #f0e1d7; background-repeat: no-repeat; background-position: right top; border-radius: 0 0 190px 0; max-width: 1416px; margin: 0 auto; }
.loaded .intro-wp .intro { background-image: url(images/intro-bg.png); }

.home-intro .container { min-height: 694px; padding-bottom: 50px; box-sizing: border-box; display: flex; justify-content: center; flex-direction: column; align-items: flex-start; }
.home-intro h1 { margin: 0 0 30px 0; background: url(images/cityspa.svg) no-repeat center center; background-size: contain; width: 565px; height: 70px; display: block; font-size: 0; line-height: 0; text-indent: -100%; }
.home-intro p { max-width: 720px; width: 100%; display: block; margin: 0 0 80px 0; font-size: 24px; line-height: 40px; color: #182d0e; }

.inner-intro { padding: 75px 0 90px 0; }
.inner-intro h1 { text-align: left; }
.inner-intro .date { font-style: italic; }

@media screen and (max-width: 960px) {
	.intro-wp .intro { border-radius: 0 0 60px 0; background-size: auto 180%; }
	.intro-wp.home .intro { background-size: auto 100%; }
	.home-intro .container { min-height: 50px; padding-top: 30px; }
	.home-intro h1 { width: 230px; height: 35px; }
	.home-intro p { margin-bottom: 30px; font-size: 16px; line-height: 24px; max-width: 60%; }
}

@media screen and (max-width: 600px) {
	.intro-wp .intro { background-size: auto 110%; background-position: 50% bottom; }
	.intro-wp.home .intro { background-position: 70% bottom; }
}

@media screen and (max-width: 480px) {
	.intro-wp .intro { background-size: auto 100%; background-position: 50% bottom; }
}

@media screen and (max-width: 400px) {
	.intro-wp.home .intro { background-position: 60% bottom; }
	.home-intro p { max-width: 80%; }
}


/* intro section */
.intro-section { background: #f3ece6; }
.intro-section .intro-service { padding: 10px 0 0 0; margin-bottom: -45px; display: flex; justify-content: space-between; align-items: center; }
.intro-section .intro-service .text { width: calc(100% - 62.7%); padding-bottom: 60px; }
.intro-section .intro-service .text h1.long { white-space: nowrap; }
.intro-section .intro-service .text.color-2 { color: #303b4b; }
.intro-section .intro-service .text p { margin-top: 15px; line-height: 32px; }
.intro-section .intro-service .text .blue-btn { margin-top: 25px; }
.intro-section .intro-service .image { width: 65.67%; position: relative; margin-right: -100px; }
.intro-section .intro-service .image img { display: block; width: 100%; height: auto; border-radius: 2px 170px 2px 170px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); }
.intro-section .intro-service .image.normal img { border-radius: 0; box-shadow: none; }

@media screen and (max-width: 960px) {
	.intro-section .intro-service { margin: 0; padding: 30px 0 50px 0; flex-direction: column-reverse; }
	.intro-section .intro-service .text { width: 100%; padding: 0; text-align: center; }
	.intro-section .intro-service .text h1 { text-align: center; }
	.intro-section .intro-service .text h1.long { white-space: normal; }
	.intro-section .intro-service .text p { line-height: 24px; }
	.intro-section .intro-service .text .blue-btn { margin-left: auto; margin-right: auto; margin-top: 30px; }
	.intro-section .intro-service .image { width: 100%; max-width: 80%; margin: 0 0 30px 0; }
	.intro-section .intro-service .image img { box-shadow: none; border-radius: 2px 80px 2px 80px; }
}

@media screen and (max-width: 600px) {
	.intro-section .intro-service .image { max-width: 100%; }
}

/* intro salt */
.intro-salt { padding: 60px 0 70px 0; background: #ffffff; }
.intro-salt .cnt { display: flex; justify-content: space-between; align-items: center; }
.intro-salt .image { width: 400px; box-shadow: 0px 10px 21px 0px rgba(199, 163, 134, 1); border-radius: 7px; display: block; overflow: hidden; }
.intro-salt .image img { display: block; width: 100%; height: auto; }
.intro-salt .text { width: calc(100% - 440px); }
.intro-salt .text h3 { margin: 0 0 15px 0; font-size: 28px; line-height: 38px; font-weight: 300; text-align: left; }
.intro-salt .text h3 strong { font-weight: bold; }
.intro-salt .text p { margin: 0 0 20px 0; }

@media screen and (max-width: 960px) {
	.intro-salt { padding: 30px 0; }
	.intro-salt .cnt { flex-direction: column; }
	.intro-salt .image { max-width: 400px; width: 100%; margin-bottom: 25px; }
	.intro-salt .text { width: 100%; text-align: center; }
	.intro-salt .text h3 { text-align: center; }
	.intro-salt .text .white-btn { margin: 0 auto; }
}

@media screen and (max-width: 600px) {
	.intro-salt .text h3 { font-size: 18px; line-height: 24px; }
	.intro-salt .text p { display: none; }
}


/* intro wellness */
.intro-wellness { background: #ffffff; }
.intro-wellness .cnt-wp { background: #f3ece6 url(images/wellness-bg.png) repeat 0 0; border-radius: 180px 0 0 0; padding: 75px 0 120px 0; }
.intro-wellness h2 { padding-bottom: 50px; }
.intro-wellness .boxes { display: flex; width: auto; justify-content: space-between; align-items: center; }
.intro-wellness .boxes .box { max-width: 550px; width: 100%; position: relative; background: #ffffff; border-radius: 10px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); display: flex; justify-content: center; flex-direction: column; min-height: 240px; box-sizing: border-box; }
.intro-wellness .boxes .box img { position: absolute; display: block; width: 370px; height: auto; border-radius: 4px 50px; overflow: hidden; }
.intro-wellness .boxes .box .title { padding: 90px 0 0 0; position: relative; font-size: 24px; line-height: 28px; color: #0e1c2d; text-align: center; }
.intro-wellness .boxes .box .title:before,
.intro-wellness .boxes .box .title:after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 76px; height: 80px; display: block; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.intro-wellness .boxes .box .title:after { opacity: 0; visibility: hidden; transition: all .2s; }
.intro-wellness .boxes .box:hover .title:after { opacity: 1; visibility: visible; }
.intro-wellness .boxes .box .more-btn { display: table; position: relative; font-size: 16px; line-height: 20px; color: #82bdfe; text-align: center; margin: 10px auto 0 auto; opacity: 0; visibility: hidden; transition: all .2s; }
.intro-wellness .boxes .box .more-btn:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 35px; height: 12px; background: url(images/arrow-big-blue.svg) no-repeat 0 0; background-size: contain; opacity: 0; visibility: hidden; transition: all .2s; }
.intro-wellness .boxes .box:hover .more-btn { opacity: 1; visibility: visible; }
.intro-wellness .boxes .box:hover .more-btn:before { opacity: 1; visibility: visible; }
.intro-wellness .boxes .box.lbox { margin-top: 50px; padding: 0 0 0 310px; }
.intro-wellness .boxes .box.lbox img { top: -35px; left: -55px; }
.intro-wellness .boxes .box.lbox .title:before { background-image: url(images/steam.svg); }
.intro-wellness .boxes .box.lbox .title:after { background-image: url(images/steam-hover.svg); }
.intro-wellness .boxes .box.lbox .more-btn:before { right: -70px; transform: translateY(-50%) rotate(-180deg); }
.intro-wellness .boxes .box.lbox:hover .more-btn:before { right: -60px; }
.intro-wellness .boxes .box.rbox { padding: 0 310px 0 0; }
.intro-wellness .boxes .box.rbox img { top: 30px; right: -55px; }
.intro-wellness .boxes .box.rbox .title:before { background-image: url(images/hamam.svg); }
.intro-wellness .boxes .box.rbox .title:after { background-image: url(images/hamam-hover.svg); }
.intro-wellness .boxes .box.rbox .more-btn:before { left: -70px; }
.intro-wellness .boxes .box.rbox:hover .more-btn:before { left: -60px; }

@media screen and (max-width: 1200px) {
	.intro-wellness .cnt-wp { border-radius: 0; padding: 50px 0 60px 0; }
	.intro-wellness .boxes { flex-direction: column; }
	.intro-wellness .boxes .box + .box { margin-top: 30px; }
	.intro-wellness .boxes .box .more-btn { opacity: 1; visibility: visible; }
	.intro-wellness .boxes .box.lbox .more-btn:before,
	.intro-wellness .boxes .box.lbox:hover .more-btn:before { right: -50px; opacity: 1; visibility: visible; }
	.intro-wellness .boxes .box.rbox .more-btn:before,
	.intro-wellness .boxes .box.rbox:hover .more-btn:before { left: -50px; opacity: 1; visibility: visible; }
}

@media screen and (max-width: 600px) {
	.intro-wellness .boxes .box.lbox,
	.intro-wellness .boxes .box.rbox { padding: 0 15px 25px 15px; }
	.intro-wellness .boxes .box.lbox img,
	.intro-wellness .boxes .box.rbox img { position: relative; top: 0; left: auto; right: auto; width: 100%; padding: 0; max-width: 370px; margin: -60px auto 30px auto; }
	.intro-wellness .boxes .box + .box { margin-top: 90px; }
	.intro-wellness .boxes .box .title { display: table; margin: 0 auto; padding: 0 0 0 80px; }
	.intro-wellness .boxes .box .title:before,
	.intro-wellness .boxes .box .title:after { left: 0; top: 50%; transform: translate(0,-50%); }
	.intro-wellness .boxes .box .title .more-btn { padding: 0 0 0 30px; }
	.intro-wellness .boxes .box .title .more-btn:before,
	.intro-wellness .boxes .box.lbox .title .more-btn:before,
	.intro-wellness .boxes .box.rbox .title .more-btn:before { background-image: url(images/arrow-big-blue.svg); left: 0; transform: translateY(-50%); width: 25px; height: 12px; }
}


/* intro tutoring */
.intro-tutoring { background: #ffffff; padding: 75px 0 120px 0; }
.intro-tutoring h2 { padding-bottom: 30px; }
.intro-tutoring p { padding: 0 30px 60px 30px; text-align: center; }
.intro-tutoring .boxes { display: flex; justify-content: center; align-items: center; }
.intro-tutoring .boxes .box { max-width: 600px; width: 100%; display: block; position: relative; transition: all .2s; overflow: hidden; border-radius: 10px; }
.intro-tutoring .boxes .box + .box { margin: 40px 0 0 -60px; z-index: 5; }
.intro-tutoring .boxes .box img { display: block; width: 100%; height: auto; }
.intro-tutoring .boxes .box:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; opacity: 0; visibility: hidden; background: rgba(130,189,254,0.5); transition: all .2s; }
.intro-tutoring .boxes .box .button { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 0 60px; height: 80px; display: flex; justify-content: center; align-items: center; border-radius: 2px 50px 2px 50px; background: rgba(255,255,255,0.9); color: #82bdfe; text-align: center; margin-top: -20px; transition: all .2s; opacity: 0; visibility: hidden; z-index: 5; }
.intro-tutoring .boxes .box .button:after { content: ''; margin-left: 12px; width: 35px; height: 12px; background: url(images/arrow-big-blue.svg) no-repeat 0 0; background-size: contain; display: block; }
.intro-tutoring .boxes .box:hover { z-index: 10; box-shadow: 0px 13px 40px 0px rgba(227, 209, 195, 1); transform: scale(1.02); }
.intro-tutoring .boxes .box:hover:after { opacity: 1; visibility: visible; }
.intro-tutoring .boxes .box:hover .button { opacity: 1; visibility: visible; margin-top: 0; }

@media screen and (max-width: 960px) {
	.intro-tutoring { padding: 50px 0; }
	.intro-tutoring p { padding: 0 0 30px 0; }
}

@media screen and (max-width: 600px) {
	.intro-tutoring .boxes { flex-direction: column; }
	.intro-tutoring .boxes .box + .box { margin-left: 0; margin-top: 30px; }
	.intro-tutoring .boxes .box:after { opacity: 1; visibility: visible; }
	.intro-tutoring .boxes .box .button { opacity: 1; visibility: visible; margin-top: 0; }
	.intro-tutoring .boxes .box:hover { transform: scale(1); }
}

/* intro blog */
.intro-blog { background: #0e1c2d; }
.intro-blog .cnt-wp { border-radius: 0 0 180px 0; background: #f3ece6; padding: 75px 0 120px 0; }
.intro-blog h2 { padding-bottom: 100px; }
.intro-blog .blog-boxes { display: flex; justify-content: flex-start; flex-wrap: wrap; position: relative; margin: 0 -10px; background: url(images/spa.svg) no-repeat 95% bottom; background-size: 270px 250px; }
.intro-blog .blog-boxes .blog-box { position: relative; margin: 10px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); border-radius: 10px; background: #ffffff; max-width: 380px; width: calc( 33.3% - 20px ); display: flex; justify-content: center; flex-direction: column; padding: 30px; box-sizing: border-box; font-size: 14px; line-height: 20px; color: #0e1c2d; transition: all .2s; }
.intro-blog .blog-boxes .blog-box:after { border: solid 1px #82bdfe; }
.intro-blog .blog-boxes .blog-box .title { margin: 0 0 15px 0; font-size: 24px; line-height: 30px; display: block; }
.intro-blog .blog-boxes .blog-box .date { margin: 0 0 15px 0; color: #8795a6; font-style: italic; display: block; }
.intro-blog .blog-boxes .blog-box:nth-child(3n+2) { margin-top: -35px; margin-bottom: 55px; }
.intro-blog .blog-boxes .blog-box:hover { transform: scale(1.04); z-index: 5; }
.intro-blog .blog-boxes .more-btn { display: none; }
.intro-blog .blog-boxes .more-btn:before { display: none; }
.intro-blog .blog-boxes .more-btn span { padding: 0 40px; }
.intro-blog .blog-boxes .more-btn:hover { transform: none; }

@media screen and (max-width: 960px) {
	.intro-blog .cnt-wp { padding: 50px 0; border-radius: 0 0 80px 0; }
	.intro-blog h2 { padding-bottom: 80px; }
	.intro-blog .blog-boxes .blog-box { padding: 20px; }
	.intro-blog .blog-boxes .blog-box:nth-child(3n+2) { margin-top: -15px; margin-bottom: 35px; }
}

@media screen and (max-width: 768px) {
	.intro-blog .cnt-wp { padding-bottom: 60px; }
	.intro-blog h2 { padding-bottom: 30px; }
	.intro-blog .blog-boxes { background: none; }
	.intro-blog .blog-boxes .blog-box { max-width: 100%; width: calc( 50% - 20px ); }
	.intro-blog .blog-boxes .blog-box:nth-child(3n+2) { margin: 10px; }
	.intro-blog .blog-boxes .blog-box:hover { transform: none; z-index: auto; }
}

@media screen and (max-width: 600px) {
	.intro-blog .cnt-wp { padding-bottom: 40px; }
	.intro-blog .blog-boxes .blog-box,
	.intro-blog .blog-boxes .blog-box:nth-child(3n+2) { width: 100%; margin-left: 0; margin-right: 0; }
	.intro-blog .blog-boxes .more-btn { display: block; margin: 30px auto 0 auto; }
}

@media screen and (max-width: 400px) {
	.intro-blog .blog-boxes .blog-box .title { font-size: 20px; line-height: 24px; }
}


/* team */
.team-wp { padding: 110px 0 80px 0; background: #ffffff; }
.team-wp h2 + p { margin: 25px auto 0 auto; line-height: 30px; text-align: center; max-width: 850px; display: block; }
.team-wp .team-box { margin-top: 50px; padding: 30px; background: #ffffff; box-sizing: border-box; border-radius: 10px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); display: flex; justify-content: space-between; align-items: center; }
.team-wp .team-box .image { width: 180px; display: block; }
.team-wp .team-box .image img { display: block; width: 100%; height: auto; border-radius: 50%; }
.team-wp .team-box .text { width: calc(100% - 200px); display: block; color: #303b4b; font-weight: 400; }
.team-wp .team-box .text .name { display: block; font-size: 18px; line-height: 22px; font-weight: bold; }
.team-wp .team-box .text .info { display: block; margin: 0 0 10px 0; font-weight: 500; font-style: italic; }

@media screen and (max-width: 960px) {
	.team-wp { padding: 50px 0; }
	.team-wp h2 + p { line-height: 24px; }
	.team-wp .team-box { align-items: flex-start; }
}

@media screen and (max-width: 600px) {
	.team-wp .team-box { flex-direction: column; padding: 30px 20px; }
	.team-wp .team-box .image { width: 100%; max-width: 180px; margin: 0 auto; }
	.team-wp .team-box .text { width: 100%; margin: 30px 0 0 0; text-align: center; }
}

/* info */
.info-wp { padding: 40px 0 50px 0; background: #f3ece6; color: #303b4b; text-align: center; font-weight: 400; }
.info-wp h2 { padding: 0 0 20px 0; }
.info-wp p { line-height: 32px; margin-top: 30px; padding: 0 10px; }

@media screen and (max-width: 960px) {
	.info-wp h2 { padding-bottom: 10px; }
	.info-wp p { padding: 0; line-height: 24px; margin-top: 20px; }
}

/* main-def */
.main-def { padding: 70px 0; background: #ffffff; }
.main-def h2 { text-align: left; margin-bottom: 25px; }
.main-def p { margin-top: 20px; }
.main-def p:first-child { margin-top: 0; }
.main-def ul { margin-top: 20px; }
.main-def ul li + li { margin-top: 15px; }
.main-def ul li:before { content: ''; margin-right: 10px; background: #3e4957; display: inline-block; margin-bottom: 3px; }
.main-def ul.points li:before { width: 5px; height: 5px; border-radius: 50%; }
.main-def ul.lines li:before { width: 7px; height: 2px; margin-bottom: 5px;s }
.main-def p img { max-width: 100%; height: auto; display: block; }

@media screen and (max-width: 960px) {
	.main-def { padding: 50px 0; }
}

/* text box */
.text-box { margin: 45px 0 0 0; display: flex; justify-content: space-between; align-items: center; }
.text-box .image { width: 430px; display: block; position: relative; }
.text-box .image.wt:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: rgba(255,255,255,0.3); }
.text-box .image img { display: block; width: 100%; height: auto; border-radius: 5px; }
.text-box .text { width: calc(100% - 400px); margin-left: -30px; position: relative; z-index: 5; font-weight: 400; line-height: 32px; }
.text-box .text p + p { margin-top: 25px; }

@media screen and (max-width: 960px) {
	.text-box { margin-top: 40px; }
	.text-box .image { width: 380px; }
	.text-box .text { width: calc(100% - 350px); line-height: 24px; }
}

@media screen and (max-width: 768px) {
	.text-box { flex-direction: column; }
	.text-box .image { max-width: 430px; width: 100%; margin: 0 auto; }
	.text-box .text { width: 100%; margin: 20px 0 0 0; text-align: center; }
	.text-box .text ul { display: table; margin: 0 auto; text-align: left; }
}


/* steam wp */
.steam-wp { padding: 100px 0; background: #ffffff; }
.steam-wp h2 { padding-bottom: 20px; }
.steam-wp .nope-box { margin: 80px -70px 0 -70px; padding: 115px 70px; position: relative; background: #f1f1f1 url(images/nope-box-bg.png) no-repeat center bottom; background-size: cover; }
.steam-wp .nope-box h2 { padding-bottom: 30px; text-align: left; }
.steam-wp .nope-box ul { margin: 0; }
.steam-wp .nope-box ul li { padding: 0 0 0 40px; position: relative; line-height: 20px; color: #303b4b; }
.steam-wp .nope-box ul li + li { margin-top: 20px; }
.steam-wp .nope-box ul li:before { content: ''; width: 19px; height: 19px; background: url(images/sign.svg) no-repeat center center; background-size: contain; display: block; position: absolute; top: 0; left: 0; }
.steam-wp .price-boxes { margin-top: 80px; display: flex; justify-content: center; padding: 0; background: transparent; }
.steam-wp .price-boxes .price-box { position: relative; margin: 0 25px; padding: 70px 0 20px 0; max-width: 280px; width: 100%; line-height: 20px; color: #303b4b; font-weight: bold; text-align: center; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); background: #ffffff; border-radius: 10px; }
.steam-wp .price-boxes .price-box:before { content: ''; position: absolute; top: 25px; left: 50%; transform: translateX(-50%); width: 36px; height: 32px; background: url(images/person.svg) repeat-x 0 0; background-size: 36px 32px; }
.steam-wp .price-boxes .price-box.two:before { width: 72px; }
.steam-wp .price-boxes .price-box.three:before { width: 108px; }
.steam-wp .price-boxes .price-box .price { margin-top: 15px; display: block; font-weight: 800; font-style: italic; color: #82bdfe; }

@media screen and (max-width: 960px) {
	.steam-wp { padding: 50px 0; }
	.steam-wp .nope-box { margin: 40px -20px 0 -20px; background-position: left bottom; }
}

@media screen and (max-width: 768px) {
	.steam-wp .price-boxes { margin-top: 50px; }
	.steam-wp .price-boxes .price-box { margin: 0 15px; }
}

@media screen and (max-width: 600px) {
	.steam-wp .nope-box { padding: 30px 25px; }
	.steam-wp .price-boxes { flex-wrap: wrap; }
	.steam-wp .price-boxes .price-box + .price-box { margin-top: 30px; }
}


/* hamam wp */
.hamam-wp { padding: 100px 0 70px 0; background: #ffffff; }

@media screen and (max-width: 960px) {
	.hamam-wp { padding: 50px 0; }
}

/* salt wp */
.salt-wp { padding: 100px 0 50px 0; background: #ffffff; }
.salt-wp h2 { padding-left: 70px; padding-right: 70px; }
.salt-wp ul li { padding: 0 0 0 20px; position: relative; line-height: 20px; color: #303b4b; }
.salt-wp ul li + li { margin-top: 10px; }
.salt-wp ul li:before { content: ''; position: absolute; width: 7px; height: 7px; background: #82bdfe; border-radius: 50%; display: block; top: 5px; left: 0; }

@media screen and (max-width: 960px) {
	.salt-wp { padding: 50px 0; }
	.salt-wp h2 { padding-left: 0; padding-right: 0; }
}

/* long boxes */
.long-boxes { padding: 60px 0 80px 0; background: #f3ece6; }
.long-boxes .box { padding: 40px 45px; background: #ffffff; border-radius: 10px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); }
.long-boxes .box + .box { margin-top: 40px; }
.long-boxes .box .price-cnt { display: flex; justify-content: space-between; align-items: center; }
.long-boxes .box .price-cnt .text-side { width: calc(100% - 290px); }
.long-boxes .box .price-cnt .text-side h3 { text-align: left; }
.long-boxes .box .price-cnt .text-side p { margin-top: 30px; line-height: 32px; }
.long-boxes .box .price-cnt .text-side p strong { font-weight: 600; }
.long-boxes .box .price-cnt .text-side ul { margin-top: 30px; }
.long-boxes .box .price-cnt .text-side ul li { padding: 0 0 0 20px; position: relative; }
.long-boxes .box .price-cnt .text-side ul li + li { margin-top: 10px; }
.long-boxes .box .price-cnt .text-side ul li:before { content: ''; position: absolute; width: 7px; height: 7px; background: #82bdfe; border-radius: 50%; display: block; top: 50%; left: 0; transform: translateY(-50%); margin-top: -1px; }
.long-boxes .box .price-cnt .price-side { width: 230px; font-size: 30px; line-height: 34px; color: #82bdfe; text-align: center; }
.long-boxes .box .price-cnt .price-side span { display: block; }
.long-boxes .box .price-cnt .price-side span + span { padding-top: 70px; margin-top: 70px; border-top: solid 1px #d5c5b9; }

@media screen and (max-width: 960px) {
	.long-boxes .box { padding: 30px; }
	.long-boxes .box .price-cnt .text-side { width: calc(100% - 220px); }
	.long-boxes .box .price-cnt .text-side ul { margin-top: 20px; }
	.long-boxes .box .price-cnt .text-side p { line-height: 24px; margin-top: 20px; }
	.long-boxes .box .price-cnt .price-side { width: 200px; }
}

@media screen and (max-width: 768px) {
	.long-boxes .box .price-cnt { flex-direction: column; }
	.long-boxes .box .price-cnt .text-side { width: 100%; text-align: center; }
	.long-boxes .box .price-cnt .text-side h3 { text-align: center; }
	.long-boxes .box .price-cnt .text-side ul { display: table; margin-left: auto; margin-right: auto; }
	.long-boxes .box .price-cnt .text-side ul li { text-align: left; }
	.long-boxes .box .price-cnt .price-side { margin-top: 30px; font-size: 24px; line-height: 28px; }
	.long-boxes .box .price-cnt .price-side span + span { padding-top: 20px; margin-top: 20px; }
}

@media screen and (max-width: 480px) {
	.long-boxes { padding: 30px 0; }
	.long-boxes .container { padding: 0; }
	.long-boxes .box { padding: 30px 20px; }
}


/* match wp */
.match-wp { padding: 60px 0; background: #f3ece6; }
.match-wp .columns { display: flex; justify-content: space-between; align-items: flex-start; }
.match-wp .columns .col { width: 45%; max-width: 530px; }
.match-wp .columns .col .image { display: block; margin-top: 40px; }
.match-wp .columns .col .image img { width: 100%; height: auto; display: block; border-radius: 2px 120px 2px 120px; }
.match-wp .columns h3 { text-align: left; margin: 0 0 30px 0; }
.match-wp .columns ul li { position: relative; padding-left: 40px; line-height: 20px; color: #303b4b; }
.match-wp .columns ul li + li { margin-top: 15px; }
.match-wp .columns ul li:before { content: ''; display: block; position: absolute; left: 0; }
.match-wp .columns ul.yes-list li:before { width: 6px; height: 5px; background: url(images/icon-up.png) no-repeat 0 0; background-size: contain; top: 50%; transform: translateY(-50%); }
.match-wp .columns ul.no-list li:before { width: 19px; height: 19px; background: url(images/sign.svg) no-repeat center center; background-size: contain; top: 0; }

@media screen and (max-width: 768px) {
	.match-wp { padding: 30px 0; }
	.match-wp .columns { flex-direction: column; }
	.match-wp .columns h3 { text-align: center; }
	.match-wp .columns ul { display: table; margin: 0 auto; }
	.match-wp .columns ul li { padding-left: 25px; }
	.match-wp .columns .col { width: 100%; max-width: 100%; }
	.match-wp .columns .col + .col { margin-top: 30px; }
	.match-wp .columns .col .image img { max-width: 450px; margin: 0 auto; }
}


/* salt-price-wp */
.salt-price-wp { padding: 65px 0; background: #ffffff; }
.salt-price-wp .two-cols { display: flex; justify-content: space-between; align-items: flex-start; padding: 0 0 50px 0; background: url(images/spa-g.png) no-repeat center bottom; background-size: 220px 200px; }
.salt-price-wp .two-cols .col { width: 48%; max-width: 520px; }
.salt-price-wp .two-cols h4 { margin: 0 0 50px 0; display: block; }
.salt-price-wp .two-cols .boxes { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; }
.salt-price-wp .two-cols .boxes .box { margin: 12px; width: 230px; height: 150px; box-sizing: border-box; padding: 10px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); border-radius: 10px; background: #ffffff; display: flex; justify-content: center; flex-direction: column; align-items: center; color: #303b4b; font-weight: bold; }
.salt-price-wp .two-cols .boxes .box .price { display: block; color: #82bdfe; margin-top: 10px; font-weight: 800; font-style: italic; }
.salt-price-wp .text-wp { padding-top: 50px; max-width: 780px; margin: 0 auto; line-height: 20px; color: #303b4b; text-align: center; font-weight: 400; }
.salt-price-wp .text-wp p + p { margin-top: 15px; }
.salt-price-wp .text-wp p.icon { padding-top: 40px; position: relative; margin-top: 20px; }
.salt-price-wp .text-wp p.icon:before { content: ''; position: absolute; display: block; top: 0; left: 50%; width: 36px; height: 26px; background: url(images/lotus.svg) no-repeat 0 0; background-size: 36px 26px; transform: translateX(-50%); }
.salt-price-wp .text-wp strong { font-weight: bold; }

@media screen and (max-width: 1100px) {
	.salt-price-wp .two-cols .boxes .box { width: 80%; }
}

@media screen and (max-width: 960px) {
	.salt-price-wp { padding: 50px 0; }
	.salt-price-wp .two-cols h4 { margin-bottom: 30px; min-height: 48px; }
}

@media screen and (max-width: 768px) {
	.salt-price-wp .two-cols .boxes .box { margin-left: auto; margin-right: auto; width: 100%; }
}

@media screen and (max-width: 480px) {
	.salt-price-wp .two-cols { flex-direction: column; }
	.salt-price-wp .two-cols .col { max-width: 100%; width: 100%; }
	.salt-price-wp .two-cols .col + .col { margin-top: 50px; }
	.salt-price-wp .two-cols h4 { min-height: 0px; }
}

/* salt-cols-wp */
.salt-cols-wp { padding: 40px 0 70px 0; background: #0e1c2d; }
.salt-cols-wp .cols { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; }
.salt-cols-wp .cols .col { position: relative; max-width: 350px; width: 100%; padding: 90px 10px 0 10px; box-sizing: border-box; line-height: 20px; color: #a1b5d2; font-weight: 400; text-align: center; }
.salt-cols-wp .cols .col:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; background-position: 0 0; background-size: contain; display: block; }
.salt-cols-wp .cols .col.col-1:before { background-image: url(images/massage.svg); width: 80px; height: 58px; }
.salt-cols-wp .cols .col.col-2:before { background-image: url(images/percent.svg); width: 60px; height: 60px; }
.salt-cols-wp .cols .col.col-3:before { background-image: url(images/candle.svg); width: 66px; height: 64px; }
.salt-cols-wp .cols .col p + p { margin-top: 25px; }
.salt-cols-wp .cols .col strong { font-weight: bold; }

@media screen and (max-width: 768px) {
	.salt-cols-wp .cols .col { max-width: 50%; }
}

@media screen and (max-width: 600px) {
	.salt-cols-wp .cols .col { max-width: 100%; padding-top: 80px; }
	.salt-cols-wp .cols .col + .col { margin-top: 50px; }
}

/* salt-info-wp */
.salt-info-wp { padding: 0 0 35px 0; background: #ffffff; position: relative; z-index: 5; }
.salt-info-wp .box { position: relative; top: -35px; padding: 45px 20px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); border-radius: 10px; background: #ffffff; display: block; text-align: center; }
.salt-info-wp .box p { max-width: 720px; margin: 0 auto; display: block; }


/* infrared-wp */
.infrared-wp { padding: 115px 0 70px 0; background: #ffffff; line-height: 32px; color: #303b4b; }
.infrared-wp h2.small { max-width: 580px; margin: 0 auto 35px auto; }
.infrared-wp p { text-align: center; margin: 0 0 45px 0; }
.infrared-wp h3 { margin: 0 0 45px 0; font-size: 32px; line-height: 36px; }
.infrared-wp .positives { display: flex; justify-content: space-between; align-items: flex-start; }
.infrared-wp .positives .images { width: 445px; padding-top: 8px; }
.infrared-wp .positives .images img { max-width: 430px; display: block; width: 100%; height: auto; border-radius: 5px; }
.infrared-wp .positives .images img + img { margin-top: 38px; }
.infrared-wp .positives .text { width: calc(100% - 445px); }
.infrared-wp .positives .text ul { display: block; }
.infrared-wp .positives .text ul li { padding: 0 0 0 20px; position: relative; }
.infrared-wp .positives .text ul li + li { margin-top: 10px; }
.infrared-wp .positives .text ul li strong { display: block; font-weight: bold; }
.infrared-wp .positives .text ul li:before { content: ''; position: absolute; top: 12px; left: 0; width: 7px; height: 7px; background: #82bdfe; border-radius: 50%; display: block; }

@media screen and (max-width: 960px) {
	.infrared-wp { padding: 50px 0; line-height: 24px; }
	.infrared-wp .positives .images { width: 350px; }
	.infrared-wp .positives .text { width: calc(100% - 360px); }
}

@media screen and (max-width: 768px) {
	.infrared-wp h3 { margin-bottom: 25px; }
	.infrared-wp .positives { flex-direction: column; }
	.infrared-wp .positives .images { display: flex; justify-content: space-between; width: 100%; align-items: center; }
	.infrared-wp .positives .images img { max-width: 48%; width: 100%; }
	.infrared-wp .positives .images img + img { margin: 0; }
	.infrared-wp .positives .text { width: 100%; margin-top: 30px; }
}

@media screen and (max-width: 480px) {
	.infrared-wp .positives .images { flex-direction: column; }
	.infrared-wp .positives .images img { max-width: 90%; display: none; }
	.infrared-wp .positives .images img:first-child { display: block; }
}

/* massage-wp */
.massage-wp { padding: 110px 0 60px 0; background: #ffffff; color: #303b4b; text-align: center; }
.massage-wp h2.small { margin-bottom: 35px; }
.massage-wp p { line-height: 32px; margin-top: 25px; }
.massage-wp p.icon { padding-top: 40px; position: relative; }
.massage-wp p.icon:before { content: ''; position: absolute; display: block; top: 0; left: 50%; width: 36px; height: 26px; background: url(images/lotus.svg) no-repeat 0 0; background-size: 36px 26px; transform: translateX(-50%); }
.massage-wp .boxes { margin-top: 50px 0 0 0; display: flex; justify-content: center; flex-wrap: wrap; }
.massage-wp .boxes .box { margin: 12px; max-width: 365px; width: 100%; padding: 20px; box-sizing: border-box; color: #101b2c; text-align: center; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); border-radius: 10px; background: #ffffff; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.massage-wp .boxes .box .title { margin-bottom: 15px; display: block; font-weight: bold; }
.massage-wp .boxes .box .row + .row { margin-top: 15px; }
.massage-wp .boxes .box strong { display: block; font-weight: bold; }

.massage-wp .banner { margin: 50px auto 0 auto; max-width: 1020px; border-radius: 10px; overflow: hidden; position: relative; }
.massage-wp .banner img { display: block; width: 100%; height: auto; }
.massage-wp .banner .box { position: absolute; top: 25px; left: 30px; right: 30px; background: rgba(255,255,255,0.9); border-radius: 10px; display: block; padding: 30px; line-height: 20px; color: #101b2c; }
.massage-wp .banner .box strong { display: block; margin: 0 0 15px 0; }

@media screen and (max-width: 960px) {
	.massage-wp { padding: 50px 0; }
	.massage-wp p { line-height: 24px; }
	.massage-wp .boxes .box { max-width: 46%; }
}

@media screen and (max-width: 768px) {
	.massage-wp .boxes .box { max-width: 100%; margin-left: 0; margin-right: 0; }
}

@media screen and (max-width: 600px) {
	.massage-wp .banner .box { left: 15px; right: 15px; top: 15px; padding: 20px 15px; }
}

@media screen and (max-width: 500px) {
	.massage-wp .banner { padding: 15px; }
	.massage-wp .banner img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 100%; width: auto; display: block; }
	.massage-wp .banner .box { z-index: 10; position: relative; top: auto; left: auto; right: auto; }
}


/* price-boxes */
.price-boxes { padding: 50px 0 70px 0; background: #f3ece6; }
.price-boxes .box { padding: 40px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); border-radius: 10px; background: #ffffff; }
.price-boxes .box + .box { margin-top: 35px; }
.price-boxes .box h3 { margin-bottom: 25px; text-align: left; }
.price-boxes .box p { line-height: 20px; }
.price-boxes .box p + p { margin-top: 20px; }
.price-boxes .box p strong { font-weight: bold; }
.price-boxes .box ul { margin-bottom: 20px; }
.price-boxes .box ul li { position: relative; padding: 0 0 0 20px; line-height: 20px; }
.price-boxes .box ul li + li { margin-top: 10px; }
.price-boxes .box ul li:before { content: ''; position: absolute; top: 6px; left: 0; width: 7px; height: 7px; background: #82bdfe; border-radius: 50%; display: block; }

@media screen and (max-width: 960px) {
	.price-boxes { padding: 50px 0; }
	.price-boxes .box { padding: 30px 20px; }
}

@media screen and (max-width: 600px) {
	.price-boxes .box h3 { margin-bottom: 20px; font-size: 22px; line-height: 26px; }
}

/* more-info */
.more-info { padding: 40px 0 45px 0; background: #ffffff; font-size: 14px; line-height: 20px; font-weight: 400; }
.more-info p + p { margin-top: 30px; }
.more-info p .title { margin: 0 0 20px 0; display: block; font-weight: bold; }


/* price-wp */
.price-wp { padding: 25px 0; }
.price-wp.first { padding-top: 50px; }
.price-wp.last { padding-bottom: 80px; }
.price-wp.v1 { background: #ffffff; }
.price-wp.v2 { background: #f9f5f2; }
.price-wp h2 { margin: 0 0 25px 0; font-weight: 300; text-align: left; }
.price-wp p { padding: 0 0 25px 0; }
.price-wp .price-table { max-width: 780px; width: 100%; display: block; }
.price-wp .price-table thead { display: none; }
.price-wp .price-table tbody { display: block; }
.price-wp .price-table tr { display: flex; justify-content: space-between; align-items: center; }
.price-wp .price-table tr + tr { border-top: solid 1px #d5c5b9; }
.price-wp .price-table tr td { padding: 15px; font-size: 18px; line-height: 22px; color: #82bdfe; text-align: center; min-width: 180px; position: relative; box-sizing: border-box; }
.price-wp .price-table tr td:first-child { max-width: 360px; width: 100%; color: #303b4b; font-weight: bold; text-align: left; }
.price-wp .price-table tr td .small { display: block; font-size: 13px; line-height: 17px; font-style: italic; font-weight: 300; }
.price-wp .price-table tr td .info { padding: 0; display: inline; }
.price-wp .price-table tr td .info:after { content: attr(data-tooltip); opacity: 0; visibility: hidden; transition: all .2s; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 0.5); border-radius: 10px; background: rgba(16, 27, 44, 0.95); padding: 20px; box-sizing: border-box; position: absolute; top: 100%; left: -15px; width: 550px; margin-top: -10px; font-size: 14px; line-height: 24px; color: #ffffff; text-align: left; z-index: 10; }
.price-wp .price-table tr td .info .icon { width: 18px; height: 18px; background: url(images/question-mark.svg) no-repeat 0 0; display: inline-block; background-size: contain; top: 3px; position: relative; }
.price-wp .price-table tr td .info .icon:after { content: ''; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border: solid 12px transparent; border-bottom-color: rgba(16, 27, 44, 0.95); opacity: 0; visibility: hidden; transition: all .2s; display: block; margin-top: -10px; }

@media screen and (min-width: 481px) {
	.price-wp .price-table tr td .info:hover:after { opacity: 1; visibility: visible; margin-top: 4px; }
	.price-wp .price-table tr td .info:hover .icon:after { opacity: 1; visibility: visible; margin-top: 0; }
}

@media screen and (max-width: 960px) {
	.price-wp.last { padding-bottom: 50px; }
	.price-wp .price-table tr td { min-width: 0px; width: 25%; }
	.price-wp .price-table tr td:first-child { width: 50%; max-width: 50%; }
	.price-wp .price-table tr td .info:after { max-width: calc(100vw - 10px); line-height: 20px; }
}

@media screen and (max-width: 480px) {
	.price-wp h2 { font-size: 22px; line-height: 26px; text-align: center; }
	.price-wp p { text-align: center; }
	.price-wp .price-table tr { flex-wrap: wrap; }
	.price-wp .price-table tr td { width: 50%; max-width: 100%; }
	.price-wp .price-table tr td:first-child { width: 100%; max-width: 100%; text-align: center; }
	.price-wp .price-table tr td .info:after { font-size: 12px; line-height: 18px; }
	.price-wp .price-table tr td .info.opened:after { opacity: 1; visibility: visible; margin-top: 4px; }
	.price-wp .price-table tr td .info.opened .icon:after { opacity: 1; visibility: visible; margin-top: 0; }
}


/* gallery-wp */
.gallery-wp { padding: 20px 0 50px 0; background: #ffffff; }
.gallery-wp ul { display: flex; justify-content: center; flex-wrap: wrap; position: relative; margin: 0 -10px; }
.gallery-wp ul li { margin: 10px; width: 280px; height: 185px; position: relative; overflow: hidden; transition: all .2s; }
.gallery-wp ul li a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; }
.gallery-wp ul li img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; height: auto; min-height: 100%; min-width: 100%; max-width: 110%; display: block; }
.gallery-wp ul li:hover { transform: scale(1.1); z-index: 5; box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; }

@media screen and (max-width: 768px) {
	.gallery-wp ul li:hover { transform: none; box-shadow: none; border-radius: 0; z-index: auto; }
}

@media screen and (max-width: 620px) {
	.gallery-wp ul li { width: 100%; height: 0; padding-top: 66.66%; }
}


/* voucher-info */
.voucher-info { background: #ffffff; padding: 90px 0 100px 0; }
.voucher-info .cnt { display: flex; justify-content: space-between; align-items: center; }
.voucher-info .image { width: 580px; }
.voucher-info .image img { width: 425px; height: auto; display: block; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); }
.voucher-info .image img.up { position: relative; z-index: 5; }
.voucher-info .image img.right { float: right; margin-top: -80px; }
.voucher-info .text { width: calc(100% - 650px); }
.voucher-info .text h2 { font-size: 48px; line-height: 52px; text-align: left; font-weight: bold; }
.voucher-info .text p { margin-top: 30px; color: #303b4b; }
.voucher-info .text p strong { font-weight: bold; }

@media screen and (max-width: 1100px) {
	.voucher-info .image { width: 100%; max-width: 50%; }
	.voucher-info .image img { max-width: 425px; width: 100%; }
	.voucher-info .text { width: 100%; max-width: calc(50% - 50px); }
}

@media screen and (max-width: 960px) {
	.voucher-info { padding: 50px 0; }
	.voucher-info .image img.right { float: none; margin: 30px 0 0 0; }
	.voucher-info .text h2 { font-size: 36px; line-height: 40px; }
	.voucher-info .text { max-width: calc(50% - 30px); }
}

@media screen and (max-width: 768px) {
	.voucher-info .cnt { flex-direction: column-reverse; }
	.voucher-info .image { width: 100%; max-width: 100%; display: flex; justify-content: space-between; }
	.voucher-info .image img { width: 48%; }
	.voucher-info .image img.right { margin: 0; }
	.voucher-info .text { width: 100%; max-width: 100%; margin-bottom: 50px; text-align: center; }
	.voucher-info .text h2 { text-align: center; }
	.voucher-info .text p { margin-top: 20px; }
}

@media screen and (max-width: 480px) {
	.voucher-info .image { flex-direction: column; }
	.voucher-info .image img { width: 100%; }
	.voucher-info .image img.right { margin-top: 25px; }
}


/* voucher-form */
.voucher-form { padding: 45px 0 65px 0; }
.voucher-form h2 { margin: 0 0 30px 0; font-weight: bold; }
.voucher-form .form-wp { max-width: 680px; margin: 0 auto; display: block; width: 100%; }

/* contacts */
.contacts { padding: 50px 0 60px 0; background: #ffffff; }
.contacts h2 { margin: 0 0 30px 0; }
.contacts .columns { display: flex; justify-content: space-between; align-items: flex-start; padding: 0 50px; }
.contacts .form-col { width: calc(100% - 390px); display: block; }

.contacts .info-col { width: 350px; display: block; }
.contacts .info-col ul { display: block; }
.contacts .info-col ul li { margin: 0 0 15px 0; display: block; padding: 0 0 0 35px; position: relative; }
.contacts .info-col ul li:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; background-position: center center; background-repeat: no-repeat; background-size: contain; }
.contacts .info-col ul li.icon-1:before { width: 26px; height: 20px; background-image: url(images/lotus.svg); }
.contacts .info-col ul li.icon-2:before { width: 20px; height: 24px; background-image: url(images/location-pin.svg); }
.contacts .info-col ul li.icon-3:before { width: 20px; height: 20px; background-image: url(images/phone.svg); }
.contacts .info-col ul li a { color: #0e1c2d; }
.contacts .info-col ul li a:hover { text-decoration: underline; }
.contacts .info-col .map-wp { display: block; position: relative; padding: 4px; border: solid 1px #d9c9bc; border-radius: 5px; }
.contacts .info-col .map-wp .map-inner { position: relative; overflow: hidden; padding-top: 70.58%; background: url(images/loader.svg) no-repeat center center; background-size: 150px 150px; }
.contacts .info-col .map-wp iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; display: block; }

@media screen and (max-width: 960px) {
	.contacts .columns { padding: 0; }
}

@media screen and (max-width: 768px) {
	.contacts .columns { flex-direction: column; }
	.contacts .form-col { width: 100%; }
	.contacts .info-col { width: 100%; margin-top: 40px; }
	.contacts .info-col ul { display: table; margin: 0 auto; }
}


/* blog-wp */
.blog-wp { padding: 45px 0 60px 0; background: #ffffff; }
.blog-wp .blog-boxes { display: flex; justify-content: flex-start; flex-wrap: wrap; position: relative; margin: 0 -10px; background: url(images/spa.svg) no-repeat 95% bottom; background-size: 270px 250px; }
.blog-wp .blog-boxes .blog-box { position: relative; margin: 10px; box-shadow: 0px 31px 40px 0px rgba(227, 209, 195, 1); border-radius: 10px; background: #ffffff; max-width: 380px; width: calc(33% - 20px); display: flex; justify-content: center; flex-direction: column; padding: 30px; box-sizing: border-box; font-size: 14px; line-height: 20px; color: #0e1c2d; transition: all .2s; }
.blog-wp .blog-boxes .blog-box:after { border: solid 1px #82bdfe; }
.blog-wp .blog-boxes .blog-box .title { margin: 0 0 15px 0; font-size: 24px; line-height: 30px; display: block; }
.blog-wp .blog-boxes .blog-box .date { margin: 0 0 15px 0; color: #8795a6; font-style: italic; display: block; }
.blog-wp .blog-boxes .blog-box:hover { transform: scale(1.04); z-index: 5; }

.comments-wp { margin: 30px 0 0 0; }
.comments-wp h3 { border-bottom: solid 1px #ccc; text-align: left; padding: 0 0 15px 0; }
.fb-comments { margin: 30px 0 0 0; width: 100%; }

@media screen and (max-width: 960px) {
	.blog-wp .blog-boxes .blog-box { padding: 20px; }
}

@media screen and (max-width: 768px) {
	.blog-wp .blog-boxes .blog-box { max-width: 100%; width: calc( 50% - 20px ); }
	.blog-wp .blog-boxes .blog-box:hover { transform: none; z-index: auto; }
}

@media screen and (max-width: 600px) {
	.blog-wp .blog-boxes .blog-box { width: 100%; margin-left: 0; margin-right: 0; }
}

@media screen and (max-width: 400px) {
	.blog-wp .blog-boxes .blog-box .title { font-size: 20px; line-height: 24px; }
}

/* footer */
.footer-top { background: #0e1c2d; padding: 25px 0; }
.footer-top .container { display: flex; justify-content: space-between; position: relative; align-items: center; }
.footer-top .logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 24px; line-height: 28px; color: rgba(255,255,255,0.8); font-weight: 600; }
.footer-top .nav { display: flex; justify-content: center; align-items: center; }
.footer-top .nav li { position: relative; }
.footer-top .nav li + li { padding-left: 30px; }
.footer-top .nav li + li:before { content: ''; position: absolute; left: 11px; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; background: #82bdfe; border-radius: 50%; }
.footer-top .nav li a { color: rgba(255,255,255,0.8); transition: all .2s; }
.footer-top .nav li a:hover { text-decoration: underline; color: rgba(255,255,255,1); }
.footer-top .nav li .fb-btn { width: 40px; height: 40px; font-size: 0; line-height: 0; text-indent: -100%; background: url(images/facebook.svg) no-repeat 0 0; background-size: contain; display: block; transition: all .2s; }
.footer-top .nav li .fb-btn:hover { text-decoration: none; transform: scale(1.1); }
.footer-top .contact-l { font-size: 12px; line-height: 16px; color: rgba(255,255,255,0.8); text-align: center; display: flex; justify-content: center; align-items: center; width: 100%; margin-top: 20px; }
.footer-top .contact-l li { padding: 0 20px; position: relative; }
.footer-top .contact-l li + li:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 28px; background: #273342; display: block; }

@media screen and (max-width: 960px) {
	.footer-top .container:first-child { flex-direction: column-reverse; padding-top: 50px; }
	.footer-top .container .logo { top: 0; transform: translate(-50%,0); }
	.footer-top .nav:last-child { margin-bottom: 20px; }
}

@media screen and (max-width: 600px) {
	.footer-top .contact-l { flex-direction: column; }
	.footer-top .contact-l li { padding: 10px 0; }
	.footer-top .contact-l li + li:before { display: none; }
}

@media screen and (max-width: 480px) {
	.footer-top .nav { font-size: 14px; }
}

.footer-bottom { padding: 20px; background: #08121e; font-size: 12px; line-height: 16px; color: rgba(255,255,255,0.8); text-align: center; }
.footer-bottom a { color: #ffffff; text-decoration: underline; }
.footer-bottom a:hover { text-decoration: none; }

@media screen and (max-width: 400px) {
	.footer-bottom .nrow { display: block; }
}
