@media (max-width: 1225px){
	.one-section{
		max-width: 140px;
	}
}
@media (max-width: 1024px){
 	.container{
 		padding: 0 40px;
 	}
 	.footer-flex{
 		flex-direction: column-reverse;
 	}
 	.site-footer:after{
 		max-width: 97%;
 	}
 	.footer-info{
 		padding-right: 20px;
 	}
}
@media (max-width: 991px){
	.container{
 		padding: 0;
 	}
	.btn-menu{
		cursor: pointer;
		display: block;
		position: absolute;
		width: 76px;
		height: 49px;
		z-index: 100;
		left: 0;
		top: 0;
		background: url(../img/open.svg) no-repeat;
	}
	.open-menu .btn-menu{
		background: url(../img/close.svg) no-repeat; 
	}
	.site-header{
		position: fixed;
		width: 100%;
		height: 100vh;
		display: block;
		background: rgba(0,0,0,.68);
		top: 0;
		left: -100%;
		z-index: 90;
		transition: 0.3s;
	}
	.open-menu .site-header{
		left: 0;
	}
	.nav-menu,
	.header-flex{
		display: block;
	}
	.nav-menu{
		margin-top: 110px;
		padding: 0 90px;
	}
	.nav-menu a:after{
		display: none;
	}
	.nav-menu a{
		margin: 0 0 28px;
		padding: 10px 30px;
		text-align: center;
		background: #fff;
		color: #009098;
		border-radius: 80px;
	}
	.home-menu-item{
		display: none;
	}
	.social-links a{
		margin: 0;
	}
	.social-links a+a{
		margin-left: 20px;
	}
	.social-links{
		justify-content: center;
		background-color: #009098;
		padding: 10px 30px;
		border-radius: 80px;
		margin: 54px 90px 0;
	}
	.site-footer:after{
		max-width: 97%;
		border-radius: 0 150px 150px 0;
	}
	.footer-info{
		margin-right: 20px;
	}
	.site-footer input,
	.site-footer textarea{
		max-width: 250px;
	}
	.site-footer .wpcf7-submit{
		width: 315px;
	}
	.footer-contact-form{
		padding-left: 20px;
	}
	.site-footer:before{
		content: "";
		position: absolute;
		background: url(../img/bg-block-mob.svg) no-repeat; 
		width: 140px;
	    height: 150px;
	    right: 10px;
	    bottom: 0px;
	    z-index: 2;
	}
	.footer-info h3{
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 30px;
		padding-right: 55px;
	}
	.footer-address,
	.footer-hours{
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.footer-phone,
	.footer-email,
	.footer-whatsapp{
		margin-bottom: 30px;
		font-size: 26px;
		font-weight: 700;
	}

    .header-logo a{
		width: 187px;
		height: 90px;
	}
	.header-logo{
		right: 10px;
		top: 0;
		bottom: inherit;
	}
	.text-image-block{
		padding: 0 20px;
	}
	.sub-hero .text-content{
		margin-right: 0;
		width: 100%;
	}
	.hero{
		padding: 0 20px 120px;
	}
	.popup-button{
		width: 70px;
		height: 70px;
		background: rgba(255, 255, 255, 0.72) url(../img/arr-video-mob.svg) 55% center no-repeat;
	}
	.hero .text-block {
    	padding: 90px 0 20px 0;
	}
	.flex-block {
	    flex-direction: column-reverse;
	}
	.hero:before{
		max-width: 97%;
		height: 110%;
	}
	.hero .text-block h2{
		font-size: 32px;
		line-height: 34px;
	}
	.hero .text-block p{
		font-size: 18px;
		line-height: 24px;
	}
	.video-block:after{
		content: "";
		position: absolute; 
		background: url(../img/bg-block-mob.svg) no-repeat; 
		width: 340px;
	    height: 350px;
	    left: -140px;
	    bottom: -140px; 
	    transform: rotate(-58deg);
	    background-size: cover;
	}
	.scrollToFooterBtn {
		width: 130px;
		height: 130px;
		font-size: 18px;
		line-height: 18px;
		bottom: -75px;
	}
	.text-image-block {
	    flex-direction: column-reverse;
	    align-items: center;
	}
	.image-content{
		width: 131px;
		height: 193px;
		margin-bottom: 10px;
	}
	.sub-hero .text-content p{
		font-size: 18px;
		line-height: 24px;	
	}
	.treatments-flex{
		flex-direction: column-reverse;
		padding: 0 45px 0 20px;
	}
	.treatments-revers .treatments-flex{
		padding: 0 20px;
	}
	.four-sections{
		flex-wrap: wrap; 
	}
	.one-section{
		flex: 1 1 40%;
		margin-right: 0;
		display: flex;
        justify-content: flex-end;
        width: 100%;
        max-width: 100%;
        margin-left: 30px;
	}
	.four-sections a{
		display: block;
		width: 100%;
	}
	.four-sections span{
		width: 138px;
		height: 203px;
		margin-bottom: 11px;
	}
	.one-section p{
		font-size: 18px;
		line-height: 20px;
	}
	.additional-text p{
		margin-bottom: 10px;
	}
	.additional-text{
		width: 100%;
	}
	.treatments:after{
		max-width: 97%;
		border-radius: 0 150px 150px 0;
	}
	.treatments{
		padding: 90px 0 80px;
	}
	.treatments .scrollToFooterBtn {
    	bottom: -160px;
	}
	.more-videos{
		padding: 0 20px;
	}
	.treatments .scrollToFooterBtn{
		right: 20px;
	}
	.video-text h2{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.additional-text h2{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.title-block{
		flex-direction: revert;
	}
	.title-block h2{
		margin-left: 15px;
		line-height: 32px;
		font-size: 28px;
	}
	.btn-p-trans{
		width: 50px;
		height: 30px;
		padding: 0;
		border-radius: 25px;
	}
	.btn-p-trans:after{
		right: 50%;
		margin-right: -5px;
	}
	.video-item{
		flex: inherit;
		flex-direction: column;
    	align-items: flex-end;
    	width: 100%;
	}
	.video-section{
		justify-content: center;
   		align-items: center;
	}
	.video-text p{
		font-size: 16px;
		line-height: 20px;
	}
	.video-section .video-preview{
		width: 100%;
		height: auto;
	}
	.video-item .popup-video-button{
		bottom: 0%;
		right: inherit;
		left: 20px;
	}
	.video-item:nth-child(even) {
    	margin-left: 0px;
	}
	.more-videos{
		margin-bottom: 60px;
	}
	.video-item a{
		display: block;
		width: 100%;
	}
	.treatments-revers:after{
		border-radius: 150px  0px  0px  150px;
		left: inherit;
		max-width: 97%;
		right: 0;
	}
	.one-section{
		margin-bottom: 20px;
	}
	.title-block{
		padding: 0 20px;
		align-items: flex-end;
	}
	.page-template-page-videos .site-main:after{
		width: 95%;
		height: 100px;
		border-radius: 0px 0px 0px 150px;
	}
	.page-template-page-accordion .hero .text-block,
	.page-template-page-accordion-two-videos .hero .text-block {
	    max-width: 100%;
	}
	.accordion-flex {
	    display: flex;
	    flex-direction: column-reverse;
	    justify-content: center;
	    align-content: center;
	    align-items: center;
	    padding: 0 20px;
	}
	.accordion{
		max-width: 100%;
		margin: 20px 0 0 0;
	}
	.for-btn-popup{
		width: 100%;
	}
	.btn-scroll-box .btn-scroll-back:before{
		display: none;
	}
	.btn-scroll-box .scrollToFooterBtn{
		position: absolute;
		left: 60px;
    	bottom: 20px;
	}
	.accordion-header{
		padding: 20px 70px 20px 10px;
	}
	.hero .video-block{
		width: 100%;
	}
	.page-template-page-main .four-sections,
	.page-template-page-main .additional-text{
		width: 100%;
	}
	.select-video-btn{
		justify-content: flex-start;
	}
@media (max-width: 768px){
 
}
@media (max-width: 500px){
	.one-section{
		max-width: 145px;
	}
	.page-template-page-main .one-section{
		max-width: 130px;
	}
}
@media (max-width: 376px){
	.one-section{
		margin-left: 20px;
	}
	.footer-phone a, .footer-email a, .footer-whatsapp a{
		font-size: 24px;
	}
}
@media screen and (min-width: 601px) {
    .responsive-video {
        width: 600px;
        height: 380px;
    }
}