@font-face{
	src: url(../fonts/SF-UI-Display-Regular.ttf);
	font-family: SF_regular;
}
@font-face{
	src: url(../fonts/SF-UI-Display-Bold.ttf);
	font-family: SF_bold;
}

html, body{
	width: 100%;
	height: 100%;
}
body{
	background: white;
	margin: 0px;
	padding: 0px;
	font-family: "SF_regular";
	font-size: 17px;
}

div, header, article, footer, ul, li, svg, img, nav, h1, h2, h3, p, a, :after, :before{
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

/*
==============================================================
HEADER
==============================================================
*/

.home-head{
	width: 100%;
	background: white;
}

.head_nav_wrap{
	width: 100%;
}
.h_cont_full{
	width: 100%;
	background-image: url(../img/head_bg.jpg);
	background-position: center;
	background-size: cover;
}
.h_info_cont{
	position: relative;
	width: 1100px;
	height: 125px;
	margin: auto;
	padding-top: 18px;
}
.head_logo{
	width: 200px;
	display: inline-block;
}
.h_info_right_c{
	display: inline-block;
	float: right;
	text-align: right;
}
.head_phone{
	display: inline-block;
	vertical-align: middle;
	font-family: "SF_regular";
	font-size: 18px;
	color: white;
	margin-right: 16px;
}
.call_btn{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.nav_cont{
	position: relative;
	width: 100%;
	background: white;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
	z-index: 1220;
}
.nav_bar{
	width: 1100px;
	margin: auto;
	height: 80px;
	text-align: center;
}
.mob_menu_btn{
	display: none;
}
.nav_elem{
	display: inline-block;
	height: 40px;
	padding: 10px;
	margin: 16px 6px;
	color: #0e6ed8;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	border-radius: 8px;
}
.nav_elem a{
	text-decoration: none;
	color: inherit;
}
.f_a_q{
	font-size: 22px;
}
.nav_active{
	border: 2px solid #0e6ed8;
	border-radius: 8px;
}




/*
slider *************************************************
*/

.head_slider_cont{
	position: relative;
	background: gray;
	min-height: 300px;
	height: 650px;
}
.slider_oval{
	position: relative;
	width: 100%;
	height: 250px;
	margin-top: -112px;
	z-index: 999;
}
.slides_control{
	position: relative;
	width: 100%;
	height: 100%;
}
.sl_elem{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../img/slider.jpg);
	background-position: center;
	background-size: cover;
}

.slider_nav{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.prev{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	left: 40px;
	background-image: url(../img/arrow-left.svg);
	z-index: 888;
}
.next{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	right: 40px;
	background-image: url(../img/arrow-right.svg);
	z-index: 888;
}
.arr-l{
	
}
.arr-r{
	
}
.arrow:hover{
	transform: translateY(-2px);
}
.sl_count{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 30px;
	text-align: center;
}
.sl_dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid white;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.5);
	margin: 0px 5px;
	cursor: pointer;
}
.sl-active{
	background: #0fce9c;
}
.sl_dot:hover{
	transform: translateY(-3px);
}
.sl_info{
	width: 40%;
	margin: auto;
	color: white;
	text-align: center;
	padding-top: 160px;
}
.sl_title{
	font-size: 60px;
	text-transform: uppercase;
	margin: 20px 0px;
}
.sl_desc{
	margin: 20px 0px;
	font-size: 18px;
}
.obst_btn{
	position: absolute;
	width: 260px;
	height: 42px;
	bottom: 150px;
	left: 50%;
	margin-left: -130px;
	background: #3deadd;
	color: white;
	font-family: "SF_bold";
	text-align: center;
	line-height: 38px;
	border: 2px solid white;
	border-radius: 22px;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.4);
	cursor: pointer;
}
.pagination{
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 90px;
	z-index: 1000;
	text-align: center;
	color: transparent;
}
.pagination li{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid white;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.5);
	margin: 0px 5px;
	cursor: pointer;
}
.current{
	background: #0fce9c !important;
}
.pagination li a{
	color: inherit;
}


/*
==============================================================
CONTENT
==============================================================
*/
.block_conteiner{
	width: 100%;
	max-width: 1100px;
	padding: 10px;
	margin: auto;
}
.block_title{
	display: inline-block;
	border-radius: 12px;
	color: #0e6ed8;
	border: 3px solid #0e6ed8;
	padding: 6px 16px;
	font-family: "SF_bold";
	margin: 16px 0px;
}
.block_desc{
	color: #003261;
	margin: 18px 0px;
}
.title_center{
	display: block;
	margin: 16px auto;
	width: 200px;
	text-align: center;
}


/*
cards *************************************************
*/
.block_info{
	width: 100%;
	text-align: center;
}
.card_wrap{
	position: relative;
	display: inline-block;
	width: 24%;
	vertical-align: top;
}
.card_info{
	width: 90%;
	margin: 5%;
	border-radius: 18px;
	border: 2px solid #00aee6;
	color: #00aee6;
}
.card_img{
	width: 120px;
	margin: auto;
}
.c_txt{
	text-align: center;
	margin-bottom: 18px;
}
.c_price{
	color: #0e6ed8;
	margin: 5px 0px 12px;
}


.card_desc{
	position: absolute;
	background: white;
	border-radius: 8px;
	box-shadow: 0px 6px 18px rgba(0,0,0,0.4);
	min-height: 60px;
	width: 100%;
	bottom: 0px;
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-out;
	
}
.desc_btn{
	color: #0fce9c;
	cursor: pointer;
	margin: 12px 0px;
}
.desc_visible{
	display: block;
	opacity: 1;
}


/*
advengages *************************************************
*/

.adventage_back{
	width: 100%;
	min-height: 300px;
	background-image: url(../img/head_bg.jpg);
	background-position: center;
	background-size: cover;
}
.adventages_cont{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	text-align: center;
}
.adv_wrap{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	color: white;
	padding: 20px;
	margin-top: 40px;
}
.adv_ico{
	width: 120px;
	height: 120px;
	margin: auto;
	margin-bottom: 18px;
}


/*
Clients *************************************************
*/
.client_cont{
	position: relative;
	width: 100%;
	padding-top: 1px;
}
.full_line{
	width: 100%;
	height: 110px;
	background: linear-gradient(to left, rgb(14,110,216), rgb(0,174,230));
	margin-top: 110px;
	margin-bottom: 110px;
}
.cl_circ{
	position: absolute;
	width: 250px;
	height: 250px;
	left: 50%;
	margin-left: -125px;
	top: 50px;
	background: linear-gradient(to left, rgb(0,174,230), rgb(60,234,231));
	border-radius: 100%;
	text-align: center;
	padding-top: 50px;
	color: white;
}
.cl_circ:before{
	position: absolute;
	content:"";
	display: block;
	width: 280px;
	height: 280px;
	border: 5px solid rgb(0,174,230);
	border-radius: 100%;
	margin-top: -65px;
	margin-left: -15px;
}
.cl_circ_num{
	font-size: 90px;
	color: white;
	font-family: "SF_bold";
	text-shadow: 0px 8px 15px rgba(0,0,0,0.4);
}
.cl_circ_desc{
	font-size: 24px;
}
.cl_circ-gr{
	position: absolute;
	width: 170px;
	height: 170px;
	left: 40%;
	margin-left: -75px;
	top: 40px;
	background: linear-gradient(to left, rgb(230,230,230), rgb(200,200,200));
	border-radius: 100%;
}
.cl_circ-gr:before{
	position: absolute;
	content:"";
	display: block;
	width: 220px;
	height: 220px;
	border: 5px solid rgb(230,230,230);
	border-radius: 100%;
	margin-top: -25px;
	margin-left: -25px;
}
.circ_2{
	width: 140px;
	height: 140px;
	left: 60%;
	top: 90px;
}
.circ_2:before{
	width: 190px;
	height: 190px;

}


/*
doctors *************************************************
*/

.doctors_title{
	width: 100%;
	text-align: center;
}
.doc_title{
	display: inline-block;
	height: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	margin: 0px 10px;
	color: #0e6ed8;
	font-family: "SF_bold";
}
.doc_active{
	border-bottom: 2px solid #0e6ed8;
}

.doc_wrap{
	position: relative;
	width: 100%;
	height: 340px;
	margin: 26px 0px;
}
.doc_group{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}

.doc_card{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding: 16px;
	text-align: center;
}

.doc_img_cont{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 2px solid #3deadd;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.4);
	overflow: hidden;
	margin: auto;
}
.doc_img{
	width: 100%;
}
.doc_name{
	color: #00aee6;
	margin: 10px auto;
	width: 70%;
	font-size: 20px;
	font-family: "SF_bold";
}
.doc_position{
	color: #0e6ed8;
	margin: 10px auto;
	width: 70%;
}
.doc_btn{
	width: 250px;
	height: 42px;
	margin: auto;
	background: #3deadd;
	color: white;
	font-family: "SF_bold";
	border-radius: 21px;
	border: 2px solid white;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.4);
	line-height: 38px;
	cursor: pointer;
}
.doc_btn:hover{
	box-shadow: 0px 8px 15px rgba(0,0,0,0.4);
}



/*
about *************************************************
*/

.about_full{
	width: 100%;
	padding: 110px 0px;
	background-image: url(../img/about_bg.jpg);
	background-position: center;
	background-size: cover;
}
.about_title{
	color: white;
	border-color: white;
}

.about_desc{
	color: white;
	width: 70%;
	font-size: 18px;
	font-family: "SF_bold";
	line-height: 24px
}
.partners_list{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 18px 0px;
	margin-bottom: 70px;
}
.partn_card{
	display: inline-block;
	width: 16%;
	margin: 24px 0px;
}

.partn_logo{
	width: 110px;
	height: 110px;
	border: 2px solid #0e6ed8;
	border-radius: 100%;
	margin: auto;
}
.partn_logo img{
	width: 100%;
}



/*
about *************************************************
*/
.faq_container{
	width: 100%;
}
.faq_block{
	width: 90%;
	margin: 5%;
}
.faq_title_b{
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.faq_text_b{
	display: inline-block;
	vertical-align: top;
	width: 68%;
	padding-left: 16px;
	border-left: 2px solid #ccc;
	margin-top: 30px;
}
.f_title{
	color: #0e6ed8;
}
.f_link{
	display: inline-block;
	text-decoration: none;
}
.f_link:hover{
	border-bottom: 3px solid #0e6ed8;
}



/*
==============================================================
FOOTER
==============================================================
*/

.footer{
	width: 100%;
}
.map_cont{
	width: 100%;
	height: 430px;
	background: gray;
	margin-top: -100px;
	background-image: url(../img/map.jpg);
	background-size: cover;
	background-position: center;
}
.social_cont{
	width: 100%;
	height: 250px;
	background-image: url(../img/head_bg.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 40px;
	box-shadow: 0px 10px 34px rgba(0,0,0,0.3);
}
.footer_logo{
	width: 240px;
	margin: auto;
}
.social_list{
	width: 100%;
	text-align: center;
	margin-top: 26px;
}
.soc_ico{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 15px;
	cursor: pointer;
}
.soc_ico:hover{
	transform: translateY(-3px);
}
.soc_ico img{
	width: 90%;
}

.footer_info{
	width: 100%;
	text-align: center;
	padding: 36px 0px 10px;
}
.f_info_cont{
	display: inline-block;
	vertical-align: top;
	width: 400px;
}
.info_ico{
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
}
.inf_text{
	display: inline-block;
	vertical-align: middle;
	color: #003261;
	font-family: "sf_bold";
	font-size: 16px;
}
.license{
	width: 100%;
	text-align: center;
	margin: 32px 0px 26px;
	color: #003261;
	font-family: "sf_bold";
	font-size: 12px;
}
/*
==============================================================
FORMS
==============================================================
*/
.form_container{
	display: none;
	position: absolute;
	width: 100%;
	min-height: 400px;
	top: 0px;
	left: 0px;
	z-index: 1999;
	background: rgba(0,0,0,0.5);
	padding:80px 50px 50px 50px;
}
.ord_form{
	position: absolute;
	display: block;
	width: 300px;
	height: 400px;
	left: 50%;
	margin-left: -150px;
	padding: 22px;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
	overflow: hidden;
	box-sizing: border-box;
}
.f_desc{
	color: gray;
	font-size: 18px;
}
.f_inp{
	width: 100%;
	height: 40px;
	border: 2px solid blue;
	border-radius: 5px;
	padding: 0px 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.f_sbm{
	display: block;
	width: 200px;
	height: 40px;
	background: #0e6ed8;
	color: white;
	margin: 20px auto;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
	line-height: 40px;
	text-align: center;
}
.close_form{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 30px;
	right: 30px;
	cursor: pointer;
}




/*
=======================================================================================
=======================================================================================
MOBILE
=======================================================================================
=======================================================================================
*/


@media screen and (max-width: 400px){
	body{
		background: white;
		overflow-x: hidden;
	}
	/* header */
	.h_info_cont{
		width: 100%;
		height: 210px;
	}
	.head_logo{
		margin: auto;
		display: block;
	}
	.h_info_right_c{
		display: block;
		margin:auto;
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	.nav_bar{
		width: 100%;
		height: 60px;
		overflow: hidden;
	}
	.mob_menu_btn{
		display: block;
		width: 60px;
		height: 60px;
		padding: 15px;
	}
	.nav_elem{
		display: block;
	}

	.head_slider_cont{
		height: 400px;
	}
	.sl_info{
		padding-top: 10px;
	}
	.sl_title{
		font-size: 28px;
	}
	.prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: 16px;
	}
	.next{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: 16px;
	}
	.slider_oval{
		height: 110px;
		margin-top: -50px;
	}



	.block_title{

	}
	/* container cards */
	.card_wrap{
		width: 90%;
	}
	/* adventages */
	.adv_wrap{
		width: 80%;
	}
	/* vizits */
	.cl_circ-gr{
		left: 15%;
		display: none;
	}
	.circ_2{
		left: 90%;
		display: none;
	}
	/* about */
	.about_desc{
		width: 100%;
	}
	/* doctors */
	.doc_wrap{
		height: 1300px;
	}
	.doc_card{
		width: 90%;
	}
	/* partners */
	.partners_list{
		height: auto;
	}
	.partn_card{
		width: 30%;
		margin: 10px 0px;
	}
	.partn_logo{
		width: 80px;
		height: 80px;
	}
	/* footer */
	.f_info_cont{
		width: 90%;
	}
	.map_cont{
		margin-top: -50px;
		height: 300px;
	}
	.soc_ico{
		margin: 0 5px;
	}
	.info_ico{
		display: block;
		margin: auto;
	}
}












@media screen and (min-width: 400px) and (max-width: 600px){
	body{
		background: white;
		overflow-x: hidden;
	}
	/* header */
	.h_info_cont{
		width: 100%;
		height: 210px;
	}
	.head_logo{
		margin: auto;
		display: block;
	}
	.h_info_right_c{
		display: block;
		margin:auto;
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	.nav_bar{
		width: 100%;
		height: 60px;
		overflow: hidden;
	}
	.mob_menu_btn{
		display: block;
		width: 60px;
		height: 60px;
		padding: 15px;
	}
	.nav_elem{
		display: block;
	}

	.head_slider_cont{
		height: 400px;
	}
	.sl_info{
		padding-top: 10px;
	}
	.sl_title{
		font-size: 28px;
	}
	.prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: 16px;
	}
	.next{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: 16px;
	}
	.slider_oval{
		height: 110px;
		margin-top: -50px;
	}



	.block_title{

	}
	/* container cards */
	.card_wrap{
		width: 90%;
	}
	/* adventages */
	.adv_wrap{
		width: 80%;
	}
	/* vizits */
	.cl_circ-gr{
		left: 15%;
		display: none;
	}
	.circ_2{
		left: 90%;
		display: none;
	}
	/* about */
	.about_desc{
		width: 100%;
	}
	/* doctors */
	.doc_wrap{
		height: 1300px;
	}
	.doc_card{
		width: 90%;
	}
	/* partners */
	.partners_list{
		height: auto;
	}
	.partn_card{
		width: 30%;
		margin:16px 0px;
	}
	.partn_logo{
		width: 110px;
		height: 110px;
	}
	/* footer */
	.f_info_cont{
		width: 90%;
	}
	.map_cont{
		margin-top: -50px;
		height: 300px;
	}
	.soc_ico{
		margin: 0 5px;
	}
	.info_ico{
		display: block;
		margin: auto;
	}
}










@media screen and (min-width: 600px) and (max-width: 900px){
	body{
		background: white;
		overflow-x: hidden;
	}
	/* header */
	.h_info_cont{
		width: 100%;
		height: 210px;
	}
	.head_logo{
		margin: auto;
		display: block;
	}
	.h_info_right_c{
		display: block;
		margin:auto;
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	.nav_bar{
		width: 100%;
		height: 60px;
		overflow: hidden;
	}
	.mob_menu_btn{
		display: block;
		width: 60px;
		height: 60px;
		padding: 15px;
	}
	.nav_elem{
		display: block;
	}

	.head_slider_cont{
		height: 400px;
	}
	.sl_info{
		padding-top: 10px;
	}
	.sl_title{
		font-size: 28px;
	}
	.prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: 16px;
	}
	.next{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: 16px;
	}
	.slider_oval{
		height: 110px;
		margin-top: -50px;
	}



	.block_title{

	}
	/* container cards */
	.card_wrap{
		width: 45%;
	}
	/* adventages */
	.adv_wrap{
		width: 30%;
	}
	/* vizits */
	.cl_circ-gr{
		left: 28%;
	}
	.circ_2{
		left: 74%;
	}
	/* about */
	.about_desc{
		width: 100%;
	}
	/* doctors */
	.doc_wrap{
		height: 1300px;
	}
	.doc_card{
		width: 90%;
	}
	/* partners */
	.partners_list{
		height: auto;
	}
	.partn_card{
		width: 20%;
		margin: 20px 16px;
	}
	.partn_logo{
		width: 120px;
		height: 120px;
	}
	/* footer */
	.f_info_cont{
		width: 40%;
	}
	.map_cont{
		margin-top: -50px;
		height: 300px;
	}
	.soc_ico{
		margin: 0 5px;
	}
	.info_ico{
		display: block;
		margin: auto;
	}
}






@media screen and (min-width: 900px) and (max-width: 1100px){
	.h_info_cont{
		width: 90%;
	}
	.nav_cont{
		width: 100%;
	}
	.nav_bar{
		width: 100%;
	}
}