/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1440px) {

}
@media only screen and (max-width : 1200px) {
	.contact_block{
	    width: 940px;
	}
	.section_steps svg{
		width: 780px;
	}
	.step:first-of-type {
	    top: -50px;
	    left: -25px;
	}
	.step:nth-of-type(2) {
	    left: 40px;
	}
	.step:nth-of-type(3) {
	    left: 330px;
	}
	.step:nth-of-type(4) {
	    left: 570px;
	}
	.step:nth-of-type(5) {
		top: -50px;
	    left: 735px;
	    width: 180px;
	}
	.step span{
		font-size: 12px;
	}
	.fixed_nav .phone{
		display: none;
	}
	.fixed_nav .main_nav ul li a{
		font-size: 11px;
		line-height: 11px;
	}
	.fixed_nav .header_btn_cnt{
		margin-top: 10px;
	}
	.logo{
		width: 110px;
	}
	.logo img{
		width: 100%;
		height: auto;
	}
	.header_callback{
		margin-top: 10px;
	}
	h1 {
	    font-size: 28px;
	    line-height: 34px;
	}
	.header_title p{
		font-size: 22px;
		line-height: 22px;
	}
	.header_points{
		margin: 30px auto;
	}
	.header_point img {
	    margin-bottom: 15px;
	}
	.header_point span{
		font-size: 14px;
	}
	.video_btn{
		width: 55px;
		height: 55px;
	}
	.video_btn svg{
		display: none;
	}
	.header_video_cnt p{
		font-size: 14px;
	}
	.header_wrap{
		padding: 10px 0px;
		height: 16%;
	}
	.header_centred_wrap{
		height: 84%;
	}
	.adv_tabs_content{
		width: 540px;
	}
	.order_text{
		padding-left: 20px;
	}
	.tab_friend span{
		font-size: 14px;
	}
	.friend_content p{
		font-size: 14px;
		line-height: 18px;
	}
	.faq_accordeon_cnt ul li a.toggle{
		font-size: 14px;
	}
	.method span{
		font-size: 18px;
		line-height: 20px;
	}
	.method_hover{
		padding: 60px 10px 10px 10px;
	}
	.method_hover p{
		font-size: 14px;
		line-height: 18px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.contact_block{
	    width: 720px;
	}
	.section_steps svg{
		height: 250px;
	}
	.step:first-of-type{
		left: 10px;
	}
	.step:nth-of-type(2){
		top: -50px;
		left: 270px;
	}
	.step:nth-of-type(3){
		left: 565px;
		top: 30px;
		background: #fff;
		width: 150px;
	}
	.step:nth-of-type(4){
		left: 270px;
		top: 195px;
	}
	.step:nth-of-type(5){
		top: 195px;
   	 left: 0px;
	}
	.steps_cnt_wrap{
		width: 100%;
	}
	.phone_menu_btn{
		display: block;
	}
	.fixed_nav .main_nav ul li{
		display: block;
		line-height: 35px;
	}
	.fixed_nav .main_nav ul{
		padding-top: 50px;
	}
	.steps_img{
		margin-bottom: 10px;
	}
	.step span{
		font-size: 12px;
	    line-height: 14px;
	    display: inline-block;
	}
	.section_steps svg {
	    width: 100%;
	}
	.free_consultation_order{
		padding-left: 20px;
	}
	.order_title{
		font-size: 24px;
    	line-height: 34px;
	}
	.help_tab_hover span{
		font-size: 16px;
	}
	.section_callback_type .order_title{
		font-size: 24px;
   	 	line-height: 34px;
	}
	.order_subtitle {
	    font-size: 22px;
	    line-height: 28px;
	}
	.free_consultation_order{
		padding-right: 20px;
	}
	.adv_tab{
		width: 20%;
	    float: left;
	    position: relative;
	    height: 230px;
	    top: 0px!important;
	    left: 0px!important;
	    margin-left: 0px;
	}
	.adv_tabs_content {
	    position: relative;
		width: 100%;
	    height: 230px;
	    top: 0px;
	    left: 0%; 
	    transform: translate(0%, 0%);
	    border-radius: 5px;
	    box-shadow: 0px 10px 16px rgba(75,128,128,0.15);
	}
	.adv_tabs_header{
		height: auto;
	}
	.method span{
		font-size: 14px;
   		line-height: 16px;
	}
	.method_front{
		padding:0px 10px;
	}
	.method_hover {
	    padding: 15px;
	}
	.method_hover p {
	    font-size: 12px;
	    line-height: 14px;
	}
	.testimonial_img img{
		width: 90%;
	}
	.sertificate{
		padding: 10px;
	}
	.tab_friend_header{
		width: 100%;
	}
	.tab_friend_content{
		width: 100%;
	}
	.tab_friend_content .desc{
		width: 50%;
	}
	.friend_tab_img{
		width: 50%;
	}
	.friend_content p{
		line-height: 16px;
	}
	.faq_accordeon_cnt ul li a.toggle span{
		margin-right: 15px;
	}
	.faq_accordeon_cnt ul li a.toggle span{
		width: 50px;
	}
	.faq_accordeon_cnt ul li a.toggle{
		font-size: 12px;
	}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}


}

/* Extra Small Devices, Phones */
/*@media only screen and (max-width : 480px) {

}*/

/* Custom, iPhone Retina */
@media only screen and (max-width : 480px) {
	.adv_title h2{
		width: auto;
	}
	.step{
		position: relative;
		top:0px!important;
		left: 0px!important;
		width: 100%!important;
	}
	.section_steps svg{
		display: none;
	}
	.contact_block{
		width: auto;
	}
	.adv_title h2{
		margin-left: 0px;
		margin-top: 0px;
	}
	.free_consultation_img{
		width: 100%;
	}
	.free_consultation_order{
		width: 100%;
	}

	.fixed_nav .main_nav{
		width: 50%;
		float: left;
	}
	.fixed_nav .header_callback{
		width: 50%;
		float: left;
	}
	.fixed_nav .header_btn_cnt{
		margin-top: 6px;
	}
	.header_btn_cnt{
		display: none;
	}
	.header_callback{
		width: 100%;
		float: none;
		text-align: center;
	}
	.logo{
		float: none;
		margin: 8px auto 16px;
	}
	.phone{
		width: 100%;
		float: none;
	}
	.phone a#header_phone{
		width: 100%;
	}
	.header_wrap{
		height: 23%;
	}
	.header_centred_wrap{
		height: 77%;
	}
	.header_video_cnt{
		margin-top: 45px;
	}
	.free_consultation_img{
		height: 350px;
	}
	.free_consultation_order{
		height: initial;
	}
	.order_text{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.order_title{
		text-align: center;
	}
	.order_phone {
	    font-size: 28px;
	    text-align: center;
	    margin: 10px auto;
	}
	.free_consultation_btn_cnt{
		width: 100%;
	}
	.free_consultation_btn_cnt .main_btn{
		width: 100%;
		max-width: 280px;
	}
	.phone a#header_callorder{
		display: none;
	}
	h1 {
	    font-size: 22px;
	    line-height: 28px;
	}
	.header_title p {
	    font-size: 18px;
	    line-height: 18px;
	}
	.footer_img_cnt {
	    width: 100%;
	    max-width: initial;
	    text-align: center;
	}
	.footer_descr_cnt {
	    width: 100%;
	    text-align: center;
	}
	.footer_social{
		text-align: center;
	}
	.watsapp{
		margin-bottom: 20px;
	}
	.other_social{
		margin-left: 0px;
	}
	.section_title h2{
		font-size: 30px;
    	line-height: 40px;
	}
	.help_content{
		padding: 0px 10px;
	}
	.help_tab{
		width: 33.33%;
	}
	.help_tab_hover{
		position: relative;
	    top: 0px; 
	    left: 0px; 
	    width: auto; 
	    height: auto; 
	    background-color: rgba(0,0,0,0.4);
	    text-align: center;
	    display: block;
	   	transform: none; 
	    padding: 0px; 
	    height: 30px;
	}
	.help_tab_link.active .help_tab_hover{
		transform: none;
	}
	.help_tab_link:hover .help_tab_hover{
		transform: none;
	}
	.help_tab_link{
		overflow: initial;
	}
	.help_tab_hover span {
	    font-size: 10px;
	    display: inline-block;
	    transform: none;
	    line-height: 14px;
	}
	.help_tabs_content{
		padding:20px 0px;
	}
	.help_content_title{
		font-size: 16px;
	}
	.help_content_text{
		font-size: 14px;
	}
	.adv_title span{
		font-size: 100px;
		line-height: 100px;
	}
	.adv_title h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.adv_tab{
		width: 50%;
	}
	.adv_tabs_content{
		height: 330px;
	}
	.rabilitation_tabs{
		width: 100%;
		overflow: hidden;
	}
	.reabilitation_tab_img{
		width: 100%;
	}
	.stage_title{
		font-size: 28px;
	}
	.stage_text{
		font-size: 18px;
	}
	.free_consultation_img.section_callback_type{
		display: block;
		padding-right: 0px;
	}
	.order_subtitle{
		text-align: center;
	}
	.method{
		width: 100%;
		margin-bottom: 10px;
	}
	.professor_slider .owl-nav, .testimonial_slider .owl-nav{
		text-align: center;
	}
	.testimonial_img{
		width: 100%;
		text-align: center;
	}
	.testimonial_img img{
		width: 150px;
	}
	.testimonial_text{
		width: 100%;
	}
	.pacient_name{
		width: 100%;
		text-align: center;
	}
	.pacient_name:before{
		left: 50%;
		margin-left: -115px;
	}
	.open_testimonial{
		margin-top: 20px;
	}
	.testimonial_visible p, .testimonial_hidden p{
		font-size: 14px;
		line-height: 22px;
	}
	.steps_cnt{
		height: auto;
		padding:0px;
	}
	.about_text p{
		font-size: 14px;
	}
	.number_item{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		padding-right: 0px;
	}
	p.number_text{
		font-size: 16px;
	}
	.section_sertificate {
	    padding: 30px 0px;
	}
	.sertificate{
		width: 100%;
		max-width: 300px;
		margin: 0px auto;
		float: none;
	}
	.tab_friend{
		height: initial;
	}
	.tab_friend_hover{
		width: 133%;
		transform: translateX(-115%) skewX(25deg);
	}
	.tab_friend.active .tab_friend_hover {
	    transform: translateX(-12%) skewX(25deg);
	}
	.tab_friend span {
	    font-size: 11px;
	    line-height: 1.3em;
	    display: block;
	}
	.tab_friend_content{
		width: 100%;
		height: auto;
	}
	.friend_tab_img{
		width: 100%;
		height: 350px;
	}
	.faq_accordeon_cnt ul li a.toggle {
	    padding: 10px;
	}
	.faq_accordeon_cnt ul .inner{
		margin-left: 15px;
    	margin-right: 15px;
	}
	.inner p{
		font-size: 14px;
	}
	.contact_title{
		font: 22px;
	}
	.contact_phone {
	    font-size: 30px;
	    padding-top: 20px;
	    display: inline-block;
	}
	.contact_item{
		width: 100%;
	}
	.map{
		margin-top: 0px;
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}











@media (min-width: 1200px) and (max-width: 1366px) and (max-height: 768px) {
	.header_wrap {
		padding: 15px 0;
	}
	.logo img {
		height: 95px;
	}
	.header_callback {
		margin-top: 25px;
	}
	.header_title h1 {
	    margin: -40px auto 0 auto;
	    font-size: 26px;
	    letter-spacing: 2px;
	}
	.header_points {
    	margin: 40px auto 60px;
	}
	.header_title p {
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.method {
		width: 50%;
	}
	.methos_cnt .method:nth-child(3n) .method_hover {
		left: 100%;
		right: auto;
	}
	.methos_cnt .method:nth-child(2n) .method_hover {
		left: auto;
		right: 100%;
	}
	.methos_cnt .method:nth-child(3n) .method_hover:before {
		right: auto;
		left: -20px;
		border-right-color: white;
		border-left-color: transparent;
	}
	.methos_cnt .method:nth-child(2n) .method_hover:before {
		right: -20px;
		left: auto;
		border-right-color: transparent;
		border-left-color: white;
	}
}

@media (max-width: 767px) {
	.method {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.methos_cnt:hover .method {
		opacity: 1;
	}
	.method span {
		position: absolute;
    	top: 110px;
	}
	.method img {
	    height: 230px;
	    width: 100%;
	}
	.methos_cnt .method .method_hover {
		position: relative !important;
		right: auto !important;
		left: auto !important;
		display: block !important;
		opacity: 1 !important;
	}
	.method_hover p {
	    font-size: 14px;
	    line-height: 1.4em;
	}
	.methos_cnt .method .method_hover:before {
		display: none;
	}
	.free_consultation_img {
		height: auto;
	}
	.adv_tabs_content {
	    height: auto;
	}
	.adv_content {
	    padding: 15px 0;
	}
	.stage_text {
	    font-size: 14px;
	}
	.rabilitation_tabs {
		height: 520px;
	}
	.professor_status,
	.professor_info{
		min-height: initial;
	}
	.professor_info {
		margin-bottom: 0;
	}
	.professor {
		margin-bottom: 30px;
	}
	.free_consultation_order {
		padding-bottom: 25px;
	}
	.tab_friend_content {
		height: auto;
	}
	.tab_friend_content .desc,
	.friend_tab_img{
		float: none;
		width: 100%;
	}
	.friend_tab_img {
		height: 350px;
	}
	.tab_friend span {
		font-size: 12px;
	}
	.tab_friend {
		display: table-cell;
		float: none;
	}
	.help_tabs_header {
		text-align: center;
	}
	.help_tab {
		float: none;
		width: 30%;
		display: inline-block;
	}
}

@media (max-width: 375px) {
	.free_consultation_order [type="submit"] {
		white-space: normal;
	    height: auto;
	    line-height: 1.5em;
	    padding: 7px 10px;
	}
}

@media (max-width: 320px) {
	.fixed_nav .main_btn {
		max-width: 120px;
	}
}