body {
margin: 0;
font-family: "Heebo", sans-serif!important;
line-height: 1;
}
.container{
	position: relative;
	max-width: 1230px;
	padding: 0 90px;
	margin: 0 auto;	
}
.site-header{
	width: 100%;
	position: relative;
	padding: 16px 0;
	background-color: #009098;
	display: flex; 
	z-index: 1;
}
.site-header .container{
	width: 100%;
}
.header-flex{
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
}
.nav-menu{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.nav-menu a{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-left: 45px;
	padding-right: 15px;
	direction: rtl;
}
.nav-menu .home-menu-item a{
	padding-right: 0;
}
.nav-menu a:hover,
.nav-menu .current-menu-item a{
	color: #00E4F1;
}
.nav-menu .current-menu-item a:after{
	background: url(../img/arr-menu-hover.png) no-repeat;
}
.nav-menu a:after{
	content: "";
	position: absolute;
	width: 4px;
	height: 10px;
	background: url(../img/arr-menu.png) no-repeat;
	right: 0;
	top: 50%;
	margin-top: -5px;
	transition: 0.3s;
}
.nav-menu a:hover:after{
	background: url(../img/arr-menu-hover.png) no-repeat;
}
.nav-menu .home-menu-item a:after{
	display: none;
}
.social-links{
	position: relative;
	display: flex;
	align-items: center;
}
.social-links a{
	margin-right: 20px;
}
.btn-menu{
	display: none;
}
.site-footer{
	position: relative;
	padding: 96px 0 67px;
	display: flex;
	z-index: 4;
}
.site-footer .container{
	z-index: 4;
	width: 100%;
}
.site-footer:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 93%;
	background-color: #009098;
	border-radius: 0 350px 350px 0;
	top: 0;
	left: 0;
	z-index: 3;
}
.site-footer:before{
	content: "";
	position: absolute;
	background: url(../img/bg-block.svg) no-repeat; 
	width: 369px;
    height: 392px;
    right: 100px;
    bottom: -70px;
    z-index: 2;
}
.footer-flex{
	display: flex;
	justify-content: space-between; 
}
.sub-footer{
	position: relative;
	text-align: center;
	color: #fff;
	padding: 100px 0 40px;
	font-size: 13px;
	font-weight: 500;
	top: -60px;
	background-color: #000;
	z-index: 1;
}
.site-footer input,
.site-footer textarea{
	background-color: transparent;
	margin-bottom: 25px;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	width: 100%;
	max-width: 400px;
	font-size: 16px;
	text-align: right;
	padding: 11px 30px; 
	font-weight: 400;
}
.wpcf7-form p{
	direction: ltr;
}
.site-footer textarea{
	max-height: 130px;
}
.site-footer .wpcf7-submit{ 
	width: 460px;
	max-width: 100%;
	text-align: center;
	color: #009098;
	background-color: #fff;
	cursor: pointer;
}
.wpcf7-spinner{
	display: none;
}
.footer-info{
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    color: #fff;
    margin-right: 60px;
}
.footer-info h3{
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-right: 55px;
}
.footer-address,
.footer-hours{
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 30px;
}
.footer-phone a,
.footer-email a,
.footer-whatsapp a{
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
	display: block;
	color: #fff;
}
.footer-info p{
	position: relative;
}
.footer-info div{
	position: relative;
	padding-right: 55px;
}
.footer-info div:after{
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0;
}
.footer-info .footer-address:after{
	background: url(../img/location.svg) no-repeat; 
}
.footer-info .footer-hours:after{
	background: url(../img/clock.svg) no-repeat;
}
.footer-info .footer-phone:after{
	background: url(../img/call-calling.svg) no-repeat;
}
.footer-info .footer-email:after{
	background: url(../img/email.svg) no-repeat;
}
.footer-info .footer-whatsapp:after{
	background: url(../img/wath.svg) no-repeat;
}
.video-block {
    margin: 30px 0;
    position: relative;
}
.popup-button {
	position: absolute;
	cursor: pointer;
    width: 115px;
    height: 115px;
    background: rgba(255, 255, 255, 0.72) url(../img/arr-video.svg) 55% center no-repeat;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%; 
    height: 70%;
    max-width: 800px;
    
    border-radius: 10px;
    z-index: 1001;
}
.modal-content iframe{
	width: 100%;
	height: 100%;
}
.close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1002;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.header-logo{
	position: absolute;
	right: 70px;
	bottom: -175px;
	z-index: 5;
}
.header-logo a{
	display: block;
}
.header-logo img{
	width: 100%;
}
.hero .acf-video-block{
	position: relative;
	overflow: hidden;
	border-radius: 220px;
	width: 100%;
	max-width: 635px;
	z-index: 1;
}
.hero .acf-video-block img{
	width: 100%;
	object-fit: cover;
}
.hero .flex-block{
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.hero .text-block{
	padding-top: 170px;
}
.hero .text-block h2{
	font-size: 52px;
	font-weight: 700;
	line-height: 50px;
	color: #712D7D;
	margin-bottom: 20px;
}
.hero .text-block p{
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	color: #712D7D;
}
.scrollToFooterBtn {
    cursor: pointer;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: "Heebo", sans-serif;
    width: 145px;
    height: 145px;
    text-align: center;
    border-radius: 100%;
    background-color: #009098;
    color: #fff;
    font-size: 21px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.scrollToFooterBtn span{
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-top: 10px;
	background: url(../img/arr-btn.svg) center center no-repeat;
}
.btn-scroll-box .scrollToFooterBtn{
	position: relative;
	left: 0;
	bottom: 0;
}
.btn-scroll-box .btn-scroll-back{
	position: absolute;
	top: -90px;
	left: 0;
}
.btn-scroll-box .container{
	padding: 30px 0 150px;
}
.btn-scroll-box .btn-scroll-back:before{
	content: "";
	position: absolute;
	width: 369px;
    height: 392px;
    background: url(../img/bg-block.svg) no-repeat;
    left: 0px;
    top: -70px;
    transform: rotate(-125deg);
}
.hero{
	position: relative;
	padding-bottom: 120px;
	margin-bottom: 30px;
	z-index: 4;
}
.hero .container{
	z-index: 4;
}
.hero:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 73%;
	background-color: #F6E7EC;
	border-radius: 0 0 0 350px;
	top: 0;
	right: 0;
	z-index: 3;
}
.video-block:after{
	content: "";
	position: absolute;
	background: url(../img/bg-block.svg) no-repeat; 
	width: 369px;
    height: 392px;
    left: -170px;
    bottom: -90px;
    transform: rotate(-58deg);
}
.text-image-block{
	display: flex;
	justify-content: flex-end;
}
.sub-hero{
	position: relative;
	margin-bottom: 35px;
	z-index: 5;
}
.sub-hero .text-content{
	margin-right: 25px;
	width: 80%;
}
.sub-hero .text-content p{
	font-size: 23px;
	line-height: 32px;
	font-weight: 400;
	color: #009098;
	margin-bottom: 20px;
}
.btn{
	position: relative;
	width: 100%;
	max-width: 180px;	
	border-radius: 50px;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	padding: 8px 0;
	margin: 0 0 0 auto;
}
.btn:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 18px;
	right: 25px;
	top: 50%;
	margin-top: -9px;
}
.btn-b-trans{
	border: 1px solid #009098;
	color: #009098;
}
.btn-p-trans{
	border: 1px solid #712D7D;
	color: #712D7D;
	max-width: 220px;
}
.btn-p-trans:after{
	background: url(../img/arr-p.svg) no-repeat;
	height: 16px;
	margin-top: -8px;
}
.btn-b-trans:after{
	background: url(../img/arr-b.svg) no-repeat;
}
.image-content{
	position: relative;
	width: 195px;
	height: 287px;
	overflow: hidden;
	border-radius: 200px 200px 200px 180px;
	margin-top: -120px;
}
.image-content img{
	width: 100%;
	object-fit: cover;
}
.treatments{
	position: relative;
	padding: 50px 0;
	z-index: 4;
	margin-bottom: 110px;
}
.treatments .container{
	z-index: 4;
}
.treatments:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 93%;
	background-color: #DEEDED;
	border-radius: 0 350px 350px 0;
	top: 0;
	left: 0;
	z-index: 3;
}
.treatments .scrollToFooterBtn{
	bottom: -110px;
}
.treatments-flex{
	display: flex;
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
}
.additional-text h2{
	margin-bottom: 10px;
}
.four-sections{
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.page-template-page-main .four-sections{
	width: 80%;
}
.page-template-page-main .additional-text{
	width: 20%;
}
.hero .video-block{
	width: 80%;
}
.four-sections a{
	display: block;
	width: 100%;
	max-width: 195px;
}
.four-sections span{
	display: block;
	position: relative;
	max-width: 195px;
	width: 100%;
	height: 287px;
	overflow: hidden;
	border-radius: 120px;
	margin-bottom: 15px;
}
.four-sections span img{
	width: 100%;
	object-fit: cover;
}
.one-section{
	margin-right: 25px;
	text-align: center;
}
.treatments-revers .one-section{
	margin-right: 0px;
	margin-left: 25px;
}
.one-section p{
	text-align: center;
	font-size: 23px;
	line-height: 26px;
	font-weight: 700;
	color: #712D7D;
}
.additional-text h2{
	font-weight: 700;
	font-size: 34px;
	line-height: 33px;
	color: #712D7D;
}
.additional-text p{
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #712D7D;
}
.more-videos{
	position: relative;
	margin-bottom: 100px;
}
.video-item{
	flex: 1 1 45%;
	position: relative;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.title-block .btn{
	margin: 0;
}
.title-block{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.title-block h2{
	margin-left: 10px;
	font-size: 34px;
	line-height: 24px;
	font-weight: 700;
	color: #712D7D;
}
.video-section{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.video-item{
	margin-bottom: 55px;
}
.video-item:nth-child(even) {
    margin-left: 30px;
}
.video-section .video-preview{
	width: 305px;
	height: 195px;
	border-radius: 120px;
}
.video-text{
	margin-right: 22px;
}
.video-text h2{
	font-size: 23px;
	line-height: 26px;
	font-weight: 700;
	color: #712D7D;
}
.video-text p{
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
	color: #712D7D;
}
.video-item .popup-video-button{
	width: 64px;
	height: 64px;
	position: absolute;
	cursor: pointer;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
    border-radius: 100%;
    right: 250px;
    bottom: -5px;
}
.video-item .popup-video-button:after{
	content: "";
	position: absolute;
	width: 22px;
	height: 25px;
	background: url(../img/arr-video.svg) no-repeat;
	background-size: cover;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
}
 .accordion-item {
    margin-bottom: 10px;
}
.accordion-header {
    background-color: #EDEEEF;
    padding: 20px 70px;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
}
.accordion-button h2{
	font-size: 23px;
	line-height: 24px;
	font-weight: 700;
	color: #712D7D;
}
.accordion-button {
    margin: 0;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-content p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #009098;
}
.accordion-content.show {
    max-height: 100%; 
    padding: 20px;
}
.treatments-revers .treatments-flex{
	justify-content: flex-end;
}
.treatments-revers:after{
	border-radius: 350px  0px  0px  350px;
	left: inherit;
	max-width: 85%;
	right: 0;
}
.treatments-revers{
	margin-bottom: 0;
    bottom: -50px;
    z-index: 6;
}
.page-template-page-videos .site-main{
	position: relative;
}
.page-template-page-videos .site-main:after{
	content: "";
	position: absolute;
	width: 40%;
	height: 230px;
	border-radius: 0px 0px 0px 250px;
	background-color: #F6E7EC;
	top: 0;
	right: 0;
}
.page-template-page-accordion .hero .text-block,
.page-template-page-accordion-two-videos .hero .text-block{
    padding-top: 170px;
    max-width: 50%;
    width: 100%;
}
.page-template-page-accordion .hero:before,
.page-template-page-accordion-two-videos .hero:before{
	background-color: #DEEDED;
}
.accordions{
	position: relative;
	z-index: 4;
}
.accordion-flex{
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
}
.accordion{
	width: 100%;
	max-width: 55%;	
	margin-right: 25px;
}
.accordion-header{
	position: relative;
	transition: 0.3s;
}
.accordion-header:after{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border: 1px solid #712D7D;
	border-radius: 100%;
	top: 50%;
	right: 20px;
	margin-top: -12px;
}
.accordion-header:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../img/plus.svg) no-repeat;
	background-size: cover;
	top: 50%;
	margin-top: -6px;
	right: 27px;
}
.accordion-header.active:before{
	background: url(../img/minus.svg) no-repeat;
	background-size: cover;
	margin-top: -6px;
}
.one-section a p{
	transition: 0.3s;
}
.one-section a:hover p,
.one-section a.active-link p{
	color: #A0A0A0;
}
.for-btn-popup{
	position: relative;
	margin-bottom: 15px;
}
.page-template-page-main .btn-scroll-box{
	display: none;
}
.page-template-page-accordion-two-videos .responsive-video.active{
	display: block;
}
.page-template-page-accordion-two-videos .responsive-video{
	display: none;
	width: 100%;
	height: 100%;
}
.select-video-btn{
	display: flex;
	justify-content: center;
}
.select-video-btn .toggle-video{
	position: relative;
	cursor: pointer;
	display: block;
	width: 100px;
	height: 30px;
	border-radius: 50px;
	border: 1px solid #712D7D;
	text-align: center;
	line-height: 30px;
	background-color: #E0E0E0;
	color: #712D7D;
	font-size: 13px;
	font-weight: 500;
	transition: 0.3s;
	margin: 5px 5px 0;
	z-index: 1;
}
.select-video-btn .toggle-video.active,
.select-video-btn .toggle-video:hover{
	background-color: #712D7D;
	color: #fff;
}