html {
	background:#70a089;
	height:100%;
}
body {
	font-family:"Comfortaa", sans-serif;
	color:#777;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#444;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#444;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#444;
	text-decoration:none;
	outline:none;
}
.content p {
	font-size:13.5pt;
	line-height:26px;
	margin:0;
	padding:10px 0;
}
a img {
	border:0;
}
h1 {
	font-family:"Comfortaa", sans-serif;
	width:100%;
	color:#70a089;
	font-weight:400;
	font-size:33pt;
	line-height:48px;
	margin:0;
	padding:0 0 35px 0;
	text-align:center;
}
h2 {
	width:100%;
	color:#70a089;
	font-size:24pt;
	line-height:35px;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
}
h3 {
	width:100%;
	background:url(img/check.png) no-repeat top left;
	background-size:32px 26px;
	padding:3px 0 10px 52px;
	font-size:18pt;
	line-height:26px;
	font-weight:normal;
	margin:0;
	text-align:left;
	box-sizing:border-box;
}
.page-content {
	background:#fff;
	width:100%;
	padding:76px 0;
	float:left;
}
.container {
	max-width:1300px;
	width:88%;
	margin:0 auto;
	position:relative;
}
.container-text {
	max-width:1000px;
}
.content {
	width:100%;
	float:left;
}
.content img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;	
}
.bg {
	width:100%;
	height:70%;
	min-height:550px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	float:left;
}
.intro {
	height:100%;
	min-height:600px;
	max-height:inherit;
	box-sizing:border-box;
	padding:0 5%;
}
.bg:before {
	content:"";
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-999;
}
.header {
	max-width:1000px;
	width:100%;
	color:#777;
	padding-top:75px;
	margin:0 auto;
	text-align:center;
	position:relative;
	z-index:1;
}
.header > div {
	display:block;
}
.header > div > h1 {
	font-size:41pt;
	line-height:64px;
	color:#777;
	opacity:0;
	filter:blur(5px);
	margin-bottom:22px;
	padding:0;
	transition:opacity 0.6s ease-in-out, filter 0.6s ease-in-out;
}
.header > div > a {
	opacity:0;
	top:-30px;
	position:relative;
}
.footer-content {
	background:#70a089;
	color:#fff;
	padding:52px 0 74px 0;
	font-size:13.5pt;
	line-height:24px;
}
.footer-content .container {
	max-width:1300px;
}
.footer-content .content {
	position:relative;
	display:table;
}
.footer-cat {
	display:table-cell;
	text-align:center;
	vertical-align:top;
	padding:0 4%;
	box-sizing:border-box;
}
.footer-cat:first-of-type {
	text-align:left;
	padding:24px 0 0 0;
}
.footer-cat:last-of-type {
	text-align:right;
	padding:24px 0 0 0;
}
.footer-cat a {
	color:#fff;
	margin:4px 0;
	display:inline-block;
	transition:opacity 0.2s ease-in-out;
}
.footer-cat a:hover {
	opacity:0.75;
}
a.web {
	white-space:nowrap;
	font-size:12pt;
	color:#446254;
}
.menu-container {
	background:#70a089;
	width:100%;
	height:170px;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:184px 120px;
	width:184px;
	height:120px;
	position:absolute;
	top:28px;
	left:0;
	z-index:1000;
}
.menu-content {
	font-family:"Oxygen", sans-serif;
	width:90%;
	height:170px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
.menu {
	width:100%;
	font-size:0;
	float:left;
}
.menu > ul {
	padding:0;
	list-style:none;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	top:71px;
	right:0;
	margin:0 auto;
}
.menu > ul > li {
	margin:0 0 0 48px;
	padding:0;
	list-style:none;
	display:inline-block;
	position:relative;
}
.menu > ul > li > a {
	color:#fff;
	font-size:13.5pt;
	line-height:26px;
	font-weight:700;
	padding:10px 0;
	transition:opacity 0.2s ease-in-out;
	user-select:none;
}
.menu ul li a:hover, .menu ul li a.current {
	opacity:0.75;
}
.menu > ul > li > ul {
	background:#fff;
	width:150px;
	list-style:none;
	padding:15px;
	margin:0;
	position:absolute;
	top:29px;
	left:50%;
	margin-left:-75px;
	opacity:0;
    box-sizing:border-box;
	transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
	z-index:100;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	visibility:hidden;
}
.menu > ul > li:hover > ul {
	top:39px;
	opacity:1;
	visibility:visible;
}
.menu > ul > li > ul > li > a {
	width:100%;
	margin:0;
	padding:9px 0;
	font-weight:700;
	font-size:12pt;
	line-height:18px;
	text-align:center;
	color:#222;
	float:left;
}
.menu > ul > li > ul > li:first-child > a {
	border:0;
}
.menu-sml-content {
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:20px;
	height:14px;
	position:absolute;
	top:17px;
	right:4%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#fff;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:17px;
}
.menu-bttn-line-3 {
	top:24px;
}
#menu-sml {
	background:#fff;
	width:100%;
	height:100vh;
	padding:0;
	position:absolute;
	top:70px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
	user-select:none;
}
.menu-sml-container {
	background:#fff;
	width:100%;
	padding:25px 0 150px 0;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 4px 0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	font-family:"Oxygen", sans-serif;
	color:#777;
	font-size:13pt;
	line-height:25px;
	padding:5px;
	font-weight:700;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li ul {	
	margin:0 0 0 0;
}
#menu-sml ul li ul li {
	margin:0 0;
}
#menu-sml ul li ul li a {
	text-transform:none;
	font-size:12pt;
	line-height:22px;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li a.current {
	color:#70a089;
}
.animation, .animation .menu-content, .animation .menu > ul, .animation .logo {
	transition:all 0.2s ease-in-out !important;
}
.menu-content-sml, .menu-content-sml .menu-content {
	height:100px;
}
.menu-content-sml .menu > ul {
	top:37px;
}
.menu-content-sml .logo {
	background:url(img/logo.png) no-repeat center;
	background-size:107px 70px;
	width:107px;
	height:70px;
	top:16px;
}
.header-arrow {
	background:url(img/header_arrow.png) no-repeat center;
	background-size:36px 78px;
	width:36px;
	height:78px;
	position:absolute;
	bottom:62px;
	left:50%;
	margin-left:-18px;
	opacity:0;
}
input[type=text], input[type=password], textarea, select {
	font-family:"Oxygen", sans-serif;
	width:100%;
	font-size:13pt;
	line-height:24px;
	padding:11px 14px 12px 14px;
	background:#fff;
	border:1px solid #ccc;
	color:#777;
	outline:none;
	border-radius:10px;
	margin:10px 0;
	box-sizing:border-box;
}
input[type=file] {
	background:none;
	font-family:"Oxygen", sans-serif;
	font-weight:600;
	color:#444;
	width:auto;
	height:auto;
	border:0;
	margin:0 0 10px 0;
	padding:0;
}
button, a.button, .header a {
	background:#70a089;
	color:#fff;
	font-family:"Oxygen", sans-serif;
	font-size:13.5pt;
	line-height:24px;
	cursor:pointer;
	padding:11px 40px;
	margin-top:30px;
	font-weight:700;
	border:0;
	border-radius:23px;
	outline:none;
	display:inline-block;
	text-transform:uppercase;
	transition:background 0.2s ease-in-out;
}
button:hover, a.button:hover, .header a:hover {
	background:#85ae9b;
}
.g-recaptcha {
	margin:10px 0;
}
.header a {
	margin:30px 18px 0 18px;
}
#about-us-content {
	padding:107px 0 110px 0;
}
#about-us-content .content {
	display:flex;
	align-items:center;
	justify-content:center;
}
#about-us-content .content > .video {
	width:41.4%;
	height:0;
	padding-bottom:22.9%;
	opacity:0;
	position:relative;
	top:1px;
	left:-30px;
	float:left;
}
#about-us-content .video iframe {
	position:absolute;
	width:100%;
	height:100%;
}
#about-us-content .content > .about {
	width:60%;
	text-align:left;
	box-sizing:border-box;
	padding:30px 0 30px 5.2%;
	float:right;
}
#about-us-content .content > .about > .video {
	width:100%;	
	height:0;
	padding-bottom:56.09137055%;
	position:relative;
	margin:25px 0;
	opacity:0;
	top:-30px;
	display:none;
}
#about-us-content .content > .about > h1 {
	width:100%;
	opacity:0;
	padding-bottom:4px;
	text-align:left;
}
#about-us-content .content > .about > p {
	margin-bottom:0;
	position:relative;
	top:-30px;
	padding:10px 0;
}
#about-us-content .content > .about a.button {
	margin-top:18px;
}
#about-us-content .content p, #about-us-content .about a.button {
	position:relative;
	top:-30px;
	opacity:0;
}
#treatment-commitment-content {
	background:#f4f4f4;
}
#treatment-commitment-content .container {
	max-width:600px;
}
#treatment-commitment-content a.button {
	margin:0 auto;
	display:table;
}
.content > ul {
	margin:0;
	padding:26px 0 16px 0;
}
.content > ul li {
	background:url(img/check.png) no-repeat top 1px left;
	background-size:32px 26px;
	margin:0;
	padding:0 0 34px 52px;
	font-size:13.5pt;
	line-height:26px;
	list-style:none;
	position:relative;
	left:20px;
	box-sizing:border-box;
}
#treatment-commitment-content .content > ul li {
	opacity:0;
}
#effective-therapy-content {
	background:#70a089;
	padding:91px 0;
	transition:background 0.2s ease-in-out;
}
#effective-therapy-content h1 {
	width:auto;
	padding:0;
	margin:0 auto;
	display:table;
	float:none;
}
#effective-therapy-content h1 a {
	color:#fff;
	position:relative;
	box-sizing:border-box;
	float:left;
}
#effective-therapy-content h1 a:after {
	content:"";
	background:url(img/arrow.png) no-repeat center;
	background-size:36px 17px;
	width:36px;
	height:17px;
	margin:0 0 0 14px;
	position:relative;
	top:-4px;
	right:0;
	display:inline-block;
	transition:right 0.2s ease-in-out;
}
#effective-therapy-content h1 a:hover:after {
	right:-15px;
}
#testimonials-content h1 {
	padding-bottom:10px;
}
.testimonials {
	width:100%;
	padding-top:15px;
	float:left;
}
.testimonials ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.testimonials ul li {
	font-size:0;
	width:33.3333333%;
	margin:0;
	padding:1.5%;
	box-sizing:border-box;
	position:relative;
	top:-30px;
	opacity:0;
	display:inline-block;
}
.testimonials ul li > div {
	width:100%;
	height:0;
	padding-bottom:56.09137055%;
	position:relative;
}
.testimonials ul li > div iframe {
	position:absolute;
	width:100%;
	height:100%;
}
#testimonials-t-content {
	background:url(img/anchor.png) no-repeat top 70px center #70a089;
	background-size:33px 63px;
	padding-top:140px;
}
.testimonials-content {
	width:100%;
	margin:0 auto;
}
.testimonials-content .testimonial {
	width:100%;
	padding:10px 0 40px 0;
	text-align:center;
	float:left;
}
.testimonials-content .testimonial p {
	font-size:13.5pt;
	line-height:26px;
}
.testimonials-content .testimonial div {
	max-width:650px;
	width:88%;
	margin:0 auto;
	color:#fff;
}
.testimonials-content .testimonial span {
	font-size:13.5pt;
	line-height:26px;
	padding-top:10px;
	display:block;
	color:#fff;
}
#contact-content {
	background:#f4f4f4;
}
#contact-content .container {
	max-width:670px;
}
#contact-content a.button {
	margin:37px auto 0 auto;
	display:table;
}
.contacts {
	width:45%;
	float:left;
}
.contact-form {
	width:45%;
	text-align:left;
	box-sizing:border-box;
	float:right;
}
.contact-form form {
	width:100%;
	float:right;
}
.contact-form button {
	margin-top:14px;
}
.cat-title {
	background:#f4f4f4;
	width:100%;
	padding:248px 0 70px 0;
	box-sizing:border-box;
	float:left;
}
.cat-title h1 {
	width:100%;
	max-width:1000px;
	text-align:center;
	color:#70a089;
	font-size:42pt;
	line-height:60px;
	padding:0 6%;
	margin:0 auto;
	box-sizing:border-box;
}
.true, .false, .warn {
	background:#fff;
	padding:15px 20px;
	font-size:11pt;
	line-height:16px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	margin-bottom:30px;
	box-sizing:border-box;
}
.true {
	background:green;
}
.false {
	background:red;
}
.warn {
	background:orange;
}
table td {
	box-sizing:border-box;
}
.cookies-container {
	font-family:'Arial';
	font-size:16px;
	line-height:20px;
	background:rgba(213,241,70,0.9);
	color:#222;
	text-align:center;
	width:100%;
	position:fixed;
	z-index:1006;
	bottom:0;
	left:0;
	box-sizing:border-box;
}
.cookies-container a {
	color:#000;
	text-decoration:underline;
}
.cookies-container .cookies-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:table;
	position:relative;
	box-sizing:border-box;
}
.cookies-container .cookies-content .cookies {
	display:table-cell;
	vertical-align:middle;
	padding:22px 132px 22px 40px;
	float:left;
}
.agree-cookies {
	background:#000;
	color:#fff;
	padding:8px 12px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:24px;
	right:40px;
}