.overlay-opened{
	height: 100vh;
	overflow: hidden;
}

/*Header NEW*/
#header{
	height: auto;
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
.menu_container{
	float: unset;
	display: flex;
	flex-direction: column;
}
.language{
	position: relative;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-left: -160px;
}
.language_ru, .language_ua{
	float: unset;
}
#header .menu_container--info > *{
	float: unset;
}
.menu_container--info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -10px;
	margin-bottom: 20px;
}
#header .descriptor, #header .ask_question, #header .contacts{
	margin: 0px;
	position: static;
}
#header .descriptor{
	width: auto;
}
#header .sign_up{
	margin: 0px;
}
#header .contacts{
	padding-right: 40px;
	z-index: 2;
}

.contact_phones--links a{
	font-size: 18px;
	display: block;
	text-decoration: none;
}

.head__phone{
	width: 26px;
	height: 26px;
	display: none;
	position: absolute;
	right: -10px;
	top: 16px;
}
.head__phone .contact_phones--links{
	visibility: hidden;
	opacity: 0;
	min-width: 160px;
	transition: all .3s ease;
	transform: translateX(-200%);
	z-index: -1;
	background: #2f3946;
	position: absolute;
	top: 50px;
	left: -70px;
	padding: 20px;
	padding-bottom: 10px;
	border-radius: 5px;
}
.head__phone .contact_phones--links a{
	color: #fff;
	margin-bottom: 10px;
}
.head__phone .contact_phones--links.show{
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}
@media screen and (min-width: 330px){
	.head__phone{
		display: block;
	}
}
/*end Header NEW*/

/*Footer NEW*/
#footer .container{
	float: unset;
	width: 100%;
}
.footer__top, .footer__bottom{
	display: flex;
	justify-content: space-between;
}
#footer .footer__top .ask_question{
	margin-right: 60px;
}

.footer__bottom{
	align-items: flex-start;
}
.footer__bottom > div{
	float: unset;
}
#footer .container .copyright{
	margin: 0px;
	margin-top: 30px;
}
#footer .container .developer_logo{
	float: unset;
}
#footer .sign_up{
	float: unset;
}
/*end Footer NEW*/

/*Mobile MENU*/
.hamburger-menu{
	display: none;
}
/*end Mobile MENU*/

/*Appointment FORM*/
#sign_up_form #appointment_form input[type="text"]{
	margin-bottom: 14px;
	box-sizing: border-box;
}
#sign_up_form #appointment_form textarea{
	float: unset;
	resize: vertical;
	box-sizing: border-box;
}
#sign_up_form #appointment_form textarea + label.error[for="text"]{
	bottom: -7px;
}
.appointment__block, .appointment__bottom{
	display: flex;
	align-items: flex-start;
}
.appointment__bottom{
	margin-top: 20px;
}
.appointment__block > div{
	text-align: left;
}
.bottom--check{
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
#sign_up_form #appointment_form input[type=checkbox]{
	margin-top: 0px;
	margin-right: 10px;
}
.bottom--check span{
	text-align: left;
}
.bottom--submit{
	width: 50%;
	text-align: right;
}
#sign_up_form #appointment_form [type="submit"]{
	margin-top: 5px;
	float: unset;
}
/*end Appointment FORM*/

/*Contact PAGE*/
.social_icons--btns{
	margin-top: 5px;
}
.social_icons--btns img{
	width: 32px !important;
	height: 32px !important;
}
.social_icons--btns, .social_icons--btns > div{
	display: flex;
	align-items: center;
}
/*end Contact PAGE*/

@media screen and (max-width: 960px){
	.jMenu li a{
		padding: 8px 10px;
		font-size: 90%;
	}

	#Wayfinder.ua .jMenu li a{
		padding: 8px 8px;
	}

	#footer .container .bottom_menu .menu_item a {
		font-size: 8px!important;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}

	#footer .container .bottom_menu .menu_item {
		float: left;
		padding: 2px 5px 0!important;
	}
}

/* adaptive style*/
@media screen and (max-width: 1120px){
	/** hEADER **/
	#header{
		display: flex;
		align-items: flex-start;
		width: calc(100% - 30px);
		min-width: auto;
		padding: 0px 15px;
		height: 60px;

		position: fixed;
		top: 0px;
		z-index: 109;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

	.menu_container .ask_question, .menu_container .sign_up--btn, .menu_container #WayfinderSM, .menu_container .contacts{
		display: none;
	}
	#header .logo{
		margin: 0px;
		width: unset;
		height: 60px;
		min-width: 60px;
		width: 60px;
		float: unset;
		display: flex;
		align-items: center;

		order: 3;
	}
	#header .logo a{
		display: block;
	}
	#header .logo img{
		width: 100%;
	}
	.language{
		margin-left: 0px;
	}
	.descriptor{
		font-size: 10px;
		text-align: center;
	}
	.menu_container{
		order: 2;
		width: 100%;
	}
	.menu_container--info{
		margin-top: 5px;
		margin-bottom: 0px;
		justify-content: center;
	}
	.new-container{
		padding-top: 80px !important;
	}
	.contact_phones--links a{
		color: #fff;
		margin-bottom: 4px;
	}
	/** end hEADER **/

	/**fOOTER**/
	#footer{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer__top{
		display: none;
	}
	.footer__bottom{
		flex-wrap: wrap;
	}
	#footer .container .developer_logo{
		margin: 0px;
	}
	#footer .container .copyright{
		order: 3;
		width: 100%;
	}
	#footer .contacts_{
		text-align: right;
		font-size: 13px !important;
		margin: 0px;
	}
	#footer .contact_phones--links a{
		margin-bottom: 4px;
	}
	#footer .sign_up{
		font-size: 12px;
		width: 145px;
	}
	/**end fOOTER**/

	/** Menu **/
	.hamburger-menu{
		display: block;
		width: 60px;
		height: 60px;
		min-width: 60px;
		position: relative;

		order: 1;
	}
	#menu__toggle {
		opacity: 0;
	}
	.menu__btn > span,
	.menu__btn > span::before,
	.menu__btn > span::after {
		display: block;
		position: absolute;

		width: 100%;
		height: 2px;

		background-color: #2f3946;

		transition-duration: .25s;
	}

	#menu__toggle:checked ~ .menu__btn > span {
		transform: rotate(45deg);
		background-color: #fff;
	}
	#menu__toggle:checked ~ .menu__btn > span::before {
		top: 0;
		transform: rotate(0);
		background-color: #fff;
	}
	#menu__toggle:checked ~ .menu__btn > span::after {
		top: 0;
		transform: rotate(90deg);
		background-color: #fff;
	}
	#menu__toggle:checked ~ .menu__box {
		visibility: visible;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.menu__btn {
		display: flex;
		align-items: center;
		position: fixed;
		top: 16px;
		left: 20px;

		width: 26px;
		height: 26px;

		cursor: pointer;
		z-index: 1;
	}


	.menu__btn > span::before {
		content: '';
		top: -8px;
	}
	.menu__btn > span::after {
		content: '';
		top: 8px;
	}

	.menu__box {
		display: block;
		position: fixed;
		visibility: hidden;
		top: 0;
		left: -100%;

		width: calc(100% - 30px);
		height: 100%;

		margin: 0;
		padding: 60px 15px;

		list-style: none;

		background-color: #2f3946;
		box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

		transition-duration: .25s;
	}

	.menu__box--top{
		width: 100%;
		overflow-y: scroll;
	}
	.menu__box #WayfinderSM{

	}

	#header .menu__box .ask_question{
		position: absolute;
		top: 12px;
	}

	.menu__box--bottom{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: fixed;
		bottom: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.menu__box .sign_up--btn{
	}
	#header .menu__box .contacts{
		color: #fff;
		position: relative;
		margin-bottom: 20px;
	}
	.menu__box #social_buttons{
		top: 2px;
	}
	/** end Menu **/


	/**HomePage**/
	#about_department{
		min-width: 100%;
	}
	.h1000px{
		width: calc(100% - 30px);
		min-width: auto;
		padding: 0px 15px;
	}
	.left_col{
		width: 100% !important;
		float: unset !important;
		margin-bottom: 60px;
	}
	.right_col{
		width: 100% !important;
		float: unset !important;
	}


	#main_news{
		display: none;
	}

	#slider{
		height: auto;
	}
	.slidesjs-container{
		height: 100% !important;
	}
	.slidesjs-slide{
		height: auto !important;
	}
	.slide_img{
		width: 100%;
		height: auto !important;
	}
	#slider .slogan{
		font-size: 14px;
		box-sizing: border-box;
		width: 100%;
		bottom: 0;
		left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 0px;
	}
	#slides_pagination{
		bottom: 0;
	}
	.slidesjs-pagination{
		padding-left: 0px;
	}

	.vert-block{
		padding: 25px 0px;
	}
	.vert-block--img{
		width: 100%;
		margin-bottom: 10px;
	}
	.nopadding{
		padding: 0px;
	}

	#partners_and_more{
		min-width: 100%;
	}
	#partners_and_more .left_col, #partners_and_more .right_col{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	#partners_and_more .left_col{
		margin-bottom: 0px;
	}
	#partners_and_more .right_col .white{
		display: none;
	}
	#partners_and_more .item{
		width: 100%;
		margin-bottom: 15px;
	}
	#partners_and_more .item .title{
		margin-top: 0px;
	}
	#partners_and_more .item img{
		width: 120px;
		max-width: 120px;
		float: left;
		margin: 0 15px 10px 0;
	}



	.main_template{
		min-width: 100%;
	}

	#footer.main_footer{
		min-width: 100%;
	}
	/**end HomePage**/

	/** Contact page **/
	.contacts_page iframe{
		width: 100% !important;
	}

	/** end Contact page **/

	/*** CONTENT ***/
	#page{
		min-width: 100%;
	}
	.img_with_descriptor{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.img_with_descriptor iframe{
		width: 100% !important;
	}
	.img_with_descriptor img{
		width: 100%;
	}
	.menu_shadow, .shadow_spacer{
		width: 100%;
		background-size: contain;
	}
	.menu_shadow{
		margin-top: -21px;
	}
		/****LEFT COL****/
	.left_col img{
		float: unset;
		margin-right: 0px;
		width: 100% !important;
		height: auto !important;
	}
	.left_col table{
		width: 100% !important;
	}
	table.tableFix{
		table-layout: fixed;
	}
	table.tableFix p{
		width: 100% !important;
	}
	tbody.galFix tr{
		display: flex;
		flex-direction: column;
	}
	.left_col iframe{
		width: 100% !important;
		/*height: auto;*/
	}
	.left_col .block_description{
		width: 100% !important;
	}
		/****end LEFT COL****/


		/****RIGHT COL****/
	#right_menu ul{
		text-align: left;
	}
	#right_menu .title{
		text-align: center;
	}
	#right_menu .active a{
		display: block;
	}
	.technologies img{
		width: 100%;
	}

	.news_item img{
		width: 100%;
	}
	#zl_player{
		width: 100%;
		height: auto;
	}
	.btn--flat.fullwidth a, .btn--flat.fullwidth span{
		width: auto !important;
		display: block;
	}
	a[data-width]{
		width: auto !important;
		display: block;
	}
	.right_col .money_help + .title{
		text-align: center;
	}
	.right_col .money_help + .title + .ask_question_right{
		margin-left: auto;
		margin-right: auto;
		float: unset;
		display: block;
	}
		/****RIGHT COL****/

	/*** end CONTENT ***/

	/****Doctors PAGE****/
	.doctors_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.doctors_list .doctor a{
		border: none;
	}
	.doctors_list .clear{
		display: none;
	}
	/****end Doctors PAGE****/

	/****News Page****/
	.news_item .read_more{
		border: none;
	}
	/****end News Page****/

	/****Statistics Page****/
	.statistic_table{
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.statistic_table .no_hover th{
		padding-left: 5px;
		padding-right: 5px;
	}
	.statistic_table tr td:first-child{
		padding-left: 5px;
	}
	/****end Statistics Page****/

	/****Patient PAGE****/
	.patient-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.patient-list .patient{
		float: unset;
	}
	/****end Patient PAGE****/

	/****FAQ Page****/
	.faq .item{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.faq .item .qa_title{
		/*width: 55px;*/
	}
	.faq .item .text{
		width: calc(100% - 60px);
	}
	.faq .item .qa_text{
		margin-top: 10px;
		width: 100%;
	}
	/****end FAQ Page****/

	/****Review PAGE****/
	.quip-comment.quip-add-comment .review_form{
		margin-left: auto;
		margin-right: auto;
	}
	/****end Review PAGE****/
}
/* end adaptive style*/

@media screen and (max-width:610px){
	#sign_up_form{
		width: 90%;
		box-sizing: border-box;
	}
	.appointment__block, .appointment__bottom{
		flex-direction: column;
	}
	#sign_up_form #appointment_form input[type="text"], #sign_up_form #appointment_form textarea, .appointment__block > div, .appointment__bottom > div{
		width: 100%;
	}
	.bottom--check{
		justify-content: center;
		margin-bottom: 20px;
	}
	.bottom--submit{
		text-align: center;
	}
	.left_col iframe{
		height: auto;
	}
	
	/**** Partners PAGE****/
	.partner img{
		width: 100%;
		margin-right: 0px;
	}
	/**** end Partners PAGE****/

	/**** Ob-otdelenii Page****/
	.table-about ul{
		list-style: none;
		padding-left: 0px;
	}
	.table-about ul a{
		color: #1b75bb;
	}
	.table-about ul li{
		margin-bottom: 10px;
	}
	/**** end Ob-otdelenii Page****/
}

@media screen and (max-width:450px){
	.doctors_list .doctor, .patient-list .patient{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 40px;
	}
}


