@import url("reset.css");

/*-------------------font------------------*/
@font-face {
 font-family: 'SF UI Display';
 src: url('../fonts/SFUIDisplay-Semibold.eot');
 src: local('SF UI Display Semibold'), local('SFUIDisplay-Semibold'),  url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SFUIDisplay-Semibold.woff2') format('woff2'),  url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),  url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype');
 font-weight: 600;
 font-style: normal;
}
@font-face {
 font-family: 'SF UI Display';
 src: url('../fonts/SFUIDisplay-Medium.eot');
 src: local('SF UI Display Medium'), local('SFUIDisplay-Medium'),  url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/SFUIDisplay-Medium.woff2') format('woff2'),  url('../fonts/SFUIDisplay-Medium.woff') format('woff'),  url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
 font-weight: 500;
 font-style: normal;
}
@font-face {
 font-family: 'SF UI Display';
 src: url('../fonts/SFUIDisplay-Regular.eot');
 src: local('SF UI Display Regular'), local('SFUIDisplay-Regular'),  url('../fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/SFUIDisplay-Regular.woff2') format('woff2'),  url('../fonts/SFUIDisplay-Regular.woff') format('woff'),  url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Suisse BP Int\'l';
 src: url('../fonts/SuisseBPIntl-Regular.eot');
 src: url('../fonts/SuisseBPIntl-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/SuisseBPIntl-Regular.woff2') format('woff2'),  url('../fonts/SuisseBPIntl-Regular.woff') format('woff'),  url('../fonts/SuisseBPIntl-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
/*----------------------body-----------------*/
header, nav, section, article, aside, footer {
	display:block
}
html {
	height:100%
}
body {
	background:#fff;
	font:500 16px/29px 'SF UI Display', Arial, Helvetica, sans-serif;
	color: #6D6E6D;
	height:100%;
	-webkit-text-size-adjust:none;
}
.main {
	min-height:100%;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	position:relative;
}
.container {
	max-width:3000px;
	padding:0 30px 0 120px;
	box-sizing: border-box;
	margin:0 auto;
	position:relative;
}
.hidden, input[type="text"].hidden {
	display:none !important;
}
.cnt {
	text-align:center;
}
.clear {
	clear:both;
}
a, img {
	outline:none;
}
a:focus {
	outline:none;
}
a {
	color: #8CA8D0;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
img {
	max-width:100%;
	vertical-align:middle;
	height: auto;
}
.flex {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
* {
	box-sizing: border-box;
}
/*----------------------------header----------------------*/
.lang .dropdown-item {
	text-transform: capitalize;
}
.header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#fff;
	z-index:101;
	transition: all 0.3s linear;
}
.header.negativ{
 background:#8CA8D0;
}

.header .container {
	padding:0 30px;
}
.negativ .header_body {
	  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.header_body {
	height:120px;
	border-bottom: 1px solid #DCDEE3;
}
.logo {
	padding:0 30px 0 8px;
	position:relative;
	transition:all 0.3s linear;
	 width:216px;
	 height:45px;
}
.header_body  .logo{
 margin-top:15px;
}
.logo img{
 width:178px;
 position:absolute;
 top:0;
 left:0;
 height:auto;
 opacity:1;
}
.logo img.logo_negativ{
opacity:0;
 transition:all 0.3s linear;
}
.negativ .logo img{
 opacity:0;
}
.negativ .logo img.logo_negativ{
opacity:1;
}
.logo:hover {
	opacity:.7;
	transition:all 0.3s linear;
}
.logo:after {
	display:block;
	position:absolute;
	content:'';
	background:#DCDEE3;
	width:1px;
	height:65px;
	right:0;
	bottom:50%;
	margin-bottom:-6px;
	transition:all 0.3s linear;
}
.negativ .logo:after{
 background:rgba(255, 255, 255, .2);
}
.header_right {
	font:500 16px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.header_right > * {
	position:relative;
}
.header_right > *:after {
	display:block;
	position:absolute;
	content:'';
	background:#DCDEE3;
	width:1px;
	height:65px;
	left:0;
	bottom:50%;
	margin-bottom:-6px;
	transition:all 0.3s linear;
}
.negativ .header_right > *:after{
 background:   rgba(255, 255, 255, .2);
 }
.header_right a {
	color:#535C65;
}
.negativ .header_right a {
	color:#fff;
}
.header_right a:hover {
	text-decoration:underline;
}
.link_book {
	padding-left:30px;
}
.link_book span {
	margin-left:10px;
}
.span_link {
	display:inline-block;
	vertical-align: middle;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	line-height:28px;
	transition:all 0.3s linear;
    background:#8CA8D0 url(../images/button+.svg) no-repeat center;
}
.negativ .span_link{
 background: #fff url(../images/button2+.svg) no-repeat center;
}

.header_right a:hover .span_link {
	background:#7796C1 url(../images/button+.svg) no-repeat center;
	
	}
.negativ .header_right a:hover .span_link{
     background: rgba(255, 255, 255, .2) url(../images/button+.svg) no-repeat center;
}
.header_phone {
	padding:0 30px;
}
.header_email {
	padding:0 30px  0 0;
}
.header_right > .header_email:after{
 display:none;
}
.header_phone:hover, .header_email:hover {
	text-decoration:underline;
}
.lang {
	padding:0 30px;
}
.lang a {
	display:inline-block;
	vertical-align:middle;
	color:#B2B9C0;
	font:500 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
	padding:2px 0 2px;
	transition:all 0.3s linear;
}
.negativ .lang a {
 color:#fff;
}
.lang a.active {
	color:#8CA8D0;
	font:500 16px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	padding:0;
}
.negativ .lang a.active{
 opacity:.7;
  color:#fff;
} 
.lang a:hover {
	color:#8CA8D0;
}
.negativ .lang a:hover {
	color:#fff;
}
.lang a:first-child {
	margin-right:38px;
}
.fix_left {
	position:fixed;
	top:120px;
	bottom:0;
	left:0;
	width:90px;
	border-right: 1px solid #DCDEE3;
	background:#fff;
	padding-bottom:180px;
	justify-content: center;
	z-index:100;
}
.fix_left_body {
	position:absolute;
	top:10px;
	bottom:190px;
	left:0;
	right:0;
	justify-content: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fix_left_body:after {
	position:absolute;
	display:block;
	content:'';
	top:0;
	left:0;
	right:0;
	height:80px;
	background:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.fix_left .breadcrumbs {
	color:#6D6E6D;
	font:500 16px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	transform: rotate(-90deg);
	text-overflow: ellipsis;
}
.fix_left .breadcrumbs a {
	color:#6D6E6D;
}
.fix_left .breadcrumbs a:hover {
	text-decoration:underline;
}
.fix_left .breadcrumbs .breadcrumbs__current {
	color:#B2B9C0;
	font-style:normal;
}
.fix_left .breadcrumbs .breadcrumbs__current em{

	font-style:normal;
}
.fix_mail {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:90px;
	background: #8CA8D0 url(../images/mailto.svg) no-repeat center;
	transition:all 0.3s linear;
}
.fix_mail:hover {
	background-color:#7796C1;
}
.scroll_top {
	position:absolute;
	bottom:90px;
	left:0;
	right:0;
	height:90px;
	background:url(../images/scroll_top.svg) no-repeat center;
	transition:all 0.3s linear;
	border-top: 1px solid #DCDEE3;
	border-bottom: 1px solid #DCDEE3;
	cursor:pointer;
}
.scroll_top:hover {
	background:#8CA8D0 url(../images/scroll_top_hover.svg) no-repeat center;
}
/*------------------------nav---------------------------*/
.nav {
	transition:all 0.3s linear;
}
.nav ul {
	padding-left:4px;
}
.nav ul li {
	padding:0px 28px;
	position:relative;
}
.nav ul li a {
	position:relative;
	display:block;
	font:500 16px/19px 'SF UI Display', Arial, Helvetica, sans-serif;
	color:#535C65;
	transition:all 0.3s linear;
	white-space: nowrap;
}
.nav ul li a:hover, .nav ul li.active a {
	text-decoration:underline;
}
.nav_open {
	cursor: pointer;
	transition: all 0.3s linear;
	z-index: 10;
	text-transform:uppercase;
	margin-right:0px;
	display:none;
	height:100%;
	padding:0 20px;

	    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.nav_open span {
	background:#6D6E6D;
	height:2px;
	width:32px;
	margin-top:4px;
	display:block;
	transition: all 0.3s linear;
}
.negativ .nav_open span{
 background:#fff;
}
.nav_open span:first-child {
	margin-top:0;
}
.nav_open.active span {
	transform: rotate(45deg);
	margin-top:0px;
}
.nav_open.active span+span {
	transform: rotate(-45deg);
	margin-top: -2px;
	visibility:visible;
}
/*------------------------------button-------------------------*/
.btn {
	height:60px;
	display: inline-flex;
	transition:all 0.3s linear;
	cursor:pointer;
	box-sizing: border-box;
	border-radius: 10px;
	font:600 16px/30px 'SF UI Display', Arial, Helvetica, sans-serif;
	padding:15px 22px 15px 30px;
	color:#fff;
	transition:all 0.3s linear;
	background:#8CA8D0;
	vertical-align:bottom;
}
.btn span {
	width:30px;
	height:30px;
	display:inline-block;
	border-radius: 50%;
	background:rgba(255, 255, 255, .2) url(../images/button+.svg) no-repeat center;
	margin-left:10px;
}
.btn:hover {
	background:#7796C1;
	text-decoration:underline;
}
/*-------------------------home-----------------------*/
.schedule_slider {
	margin: 0 -10px;
}
.schedule_slider .slick-slide {
	margin: 0 0px;
	margin: 0 10px;
}
.schedule_slider .slick-slide img {
	width:100%;
	border-radius: 15px;
}
.section_top {
	padding:280px 0 0px;
}
.section_top h6 {
	font: 500 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
	margin-bottom:22px;
}
.section_top h1 {
	margin-bottom:120px;
}
.title {
	font: normal 79px/90px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
	color:#6D6E6D;
	background:url(../images/title_bg.png);
	padding-bottom:3px;
	position:relative;
	letter-spacing: -0.035em;
}
.title p {
	display:inline;
}
.title em {
	color:#8CA8D0;
	display:block;
	font-style:normal;
}
.title .btn {
	display: inline-flex;
	margin-bottom:13px;
	margin-left: 27px;
	letter-spacing: 0em;
}
.title .btn span {
	background:rgba(255, 255, 255, .2) url(../images/button+.svg) no-repeat center;
}
.link_more {
	display: inline-flex;
}
.link_more .span_link {
	position: relative;
	background: #8CA8D0;
}
.link_more .span_link::after {
 content: '';
 position: absolute;
 top: 11px;
 left: 11px;
 background: url(../images/button+.svg) no-repeat center;
 width: 8px;
 height: 8px;
}
.section_partners .btn, .section_news .btn {
	display: inline-flex;
}
.section_news{
 padding-top:80px;
}
.section_partners .btn span, .section_news .btn span {
	background:rgba(255, 255, 255, .2) url(../images/button+.svg) no-repeat center;
}
.title:after {
	position:absolute;
	display:block;
	content:'';
	background:url(../images/h1_after.svg) no-repeat;
	width:30px;
	height:31px;
	right:36px;
	bottom:-15px;
}
.top_pic {
	margin:0 -30px;
}
.top_pic img {
	width:100%;
}
.title_head {
	font: normal 16px/30px 'SF UI Display', Arial, Helvetica, sans-serif;
	padding:30px 0;
}
.ul_tab {
	border-bottom: 1px solid #D5D7DC;
	border-top: 1px solid #D5D7DC;
	justify-content: center;
}
.ul_tab li {
	letter-spacing: -0.035em;
	color: #EDEEF0;
	font: normal 79px/90px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
	margin:0 28px;
	cursor:pointer;
	transition:all 0.3s linear;
	position:relative;
}
.ul_tab li a {
	color: #EDEEF0;
	transition:all 0.3s linear;
}
.ul_tab li.active, .ul_tab li:hover {
	color: #8CA8D0;
}
.ul_tab li.active a, .ul_tab li a:hover {
	color: #8CA8D0;
}
.ul_tab li:before {
	position:absolute;
	display:block;
	content:'';
	width: 66px;
	height:6px;
	background:#EDEEF0;
	transform: rotate(-67.71deg);
	top: 42px;
	left: -57px;
}
.ul_tab li:first-child:before {
	display:none;
}
.tabs {
	padding-top:30px;
}
.services_item {
	align-items: flex-start;
}
.services_item, .services_publications, .services_history {
	display:none;
}
.services_publications.active, .services_history.active {
	display:block;
}
.services_publications .div_text h2:first-child, .services_publications .div_text h3:first-child{
 margin-top:0;
}
.services_item.active {
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.calendar {
	margin-top:30px;
}
.ul_services {
	width:350px;
	opacity:1;
    visibility:visible;
	transition:all 0.3s linear;
}
.ul_services.active{
	opacity:1;
	visibility:visible;
	transition:all 0.3s linear;
}
.ul_services li {
	background: #F4F6FA;
	border-radius: 10px;
	padding:30px 30px 28px;
	margin-top:30px;
	cursor: pointer;
	transition:all 0.3s linear;
}
.ul_services li:first-child {
	margin-top:0;
}
.ul_services li h6 {
	color:#6D6E6D;
	font: normal 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.ul_services li span {
	color: #B2B9C0;
	font: normal 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
	display:block;
}
.ul_services li.active, .ul_services li:hover {
	background: #8CA8D0;
}
.ul_services li.active h6, .ul_services li:hover h6, .ul_services li.active span, .ul_services li:hover span {
	color:#fff;
}
.services_title {
	background: #F4F6FA;
	width: 100%;
	margin: 0;
	    padding: 14px 15px;;
	position: relative;
	border-radius: 10px;
	display:none;
}
.services_title.active {
	border-radius: 10px 10px 0 0;
}
.services_title:after {
	display: block;
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	background: #8CA8D0 url(../images/ul_services_bg.svg) no-repeat center;
	border-radius: 50%;
	right: 17px;
	top: 50%;
	margin-top:-13px;
}
.services_title.active:after {
	background: #8CA8D0 url(../images/ul_services_bg+.svg) no-repeat center;
}
.services_title h6 {
	color: #6D6E6D;
	font: normal 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.services_title span {
	color: #B2B9C0;
	font: normal 12px/19px 'SF UI Display', Arial, Helvetica, sans-serif;
	display: block;
}
.services_doctor_body {
}
.services_doctor {
	width:390px;
	padding-left:30px;
	border-left:1px solid #D5D7DC;
	display:none;
	font-weight:300;
}
.services_doctor.active {
	display:block;
}
.doctor_head {
	justify-content: flex-start;
	padding-bottom:27px;
}
.doctor_head img {
	border-radius:50%;
	overflow:hidden;
	margin-right:21px;
}
.doctor_head h5 {
	color: #6D6E6D;
	font: normal 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.doctor_head span {
	color: #B2B9C0;
	font: normal 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
	display:block;
}
.services_doctor > span {
	display:block;
	line-height:25px;
	padding-bottom:75px;
}
.services_doctor > span p{
  margin-top:25px;
}
.services_doctor > span p:first-child{
  margin-top:0px;
}
.services_doctor > span:last-child{
 padding-bottom:0px;
}

.link_more {
	color: #8CA8D0;
	font: 600 16px/30px 'SF UI Display', Arial, Helvetica, sans-serif;
	transition:all 0.3s linear;
}
.link_more:hover {
	color:#7796C1;
	text-decoration:underline;
}
.link_more .span_link {
	margin-left:7px;
}
.link_more:hover .span_link {
	background:#7796C1;
}
.services_select {
	width:auto;
	max-width:calc(100% - 740px);
	margin-top:-5px;
	position:relative;
}
.p_choose {
	position:absolute;
	top:0;
	left:385px;
	line-height:21px;
	width:143px;
}
.services_select > img {
	position:relative;
	z-index:2;
}
.ul_abs {
}
.ul_tab_left {
	justify-content: flex-start;
}
.ul_tab_left li:first-child {
	margin-left:0;
}
.ul_abs li {
	position:absolute;
	background: #FFFFFF url(../images/button2+.svg) center no-repeat;
	border: 1px solid rgba(213, 215, 220, 0.08);
	box-shadow: 0px 6px 13px rgba(140, 168, 208, 0.19);
	width:48px;
	height:48px;
	border-radius:50%;
	cursor:pointer;
	z-index:10;
	transition:all 0.3s linear;
	margin:-24px 0 0 -24px;
}
.ul_abs li:hover, .ul_abs li.active {
	background: #8CA8D0 url(../images/button+.svg) center no-repeat;
}
.li_1 {
	top:9.07%;
	left:24.7165%;
}
.li_2 {
	top:27.5545%;
	left:16.78%;
}
.li_3 {
	top:43.054%;
	left:53.4014%;
}
.li_4 {
	top:49.9426%;
	left:27.3243%;
}
.li_5 {
	top:75.8898%;
	left:27.3243%;
}
.li_6 {
	top:20.551%;
	left:31.746%;
}
.section_services {
	padding-bottom:33px;
}
.appointment_bg {
	margin:0 -30px;
	background:url(../images/contact_bg.jpg) no-repeat center;
	padding:300px 0;
	background-size: cover;
	background-attachment: fixed;
}
.appointment_body {
	background:#fff;
	padding:0 30px;
	overflow-y: hidden;
}
.appointment_body h2 {
	margin:-1px 0 0;
}
.appointment_text {
	padding:25px 0;
	line-height:20px;
}
.section_schedule {
	overflow:hidden;
	background:#F4F6FA;
	position:relative;
	z-index:5;
}
.section_schedule .title {
	margin-bottom:30px;
	padding-left:660px;
}
.schedule_left {
	float:left;
	width:375px;
	color: #6D6E6D;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.schedule_left .link_more {
	margin-top:30px;
	display: flex;
}
.schedule_body {
	overflow:hidden;
	margin-bottom:100px;
}
.schedule_right {
	float:right;
	width:calc(100% - 660px);
	
}
.slider_body {
	padding:19px 3px;
	position:relative;
	height: 120px;
}
.slider_body:after {
	display: block;
	position: absolute;
	content: '';
	background: #DCDEE3;
	width: 1px;
	height: 74px;
	right:290px;
	top:0%;
}
.slider_body:after {
	display:none;
}
.slick-dotted .slider_body:after {
	display:block;
}
.slider_body > span {
	color: #535C65;
	line-height:21px;
	width:calc(100% - 400px);
}
.schedule_right .slider_body span {
	width:calc(100% - 520px);
}
.date {
	color: #8CA8D0;
	font: normal 79px/81px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
	letter-spacing: -0.035em;
	margin-right: 10px;
}
.date sub {
	position:relative;
	color: #6D6E6D;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	top:-32px;
	right: 2px;
}
.schedule_bottom {
	margin-bottom:120px;
}
.schedule_bottom {
	font: normal 79px/90px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
	color:#EDEEF0;
	background:url(../images/title_bg.png);
	padding-bottom:3px;
	position:relative;
	letter-spacing: -0.035em;
}
.schedule_bottom a {
	display:block;
	color:#6D6E6D;
	position:relative;
	transition:all 0.3s linear;
}
.schedule_bottom a img {
	border-radius:10px;
	position:absolute;
	top:50%;
	right:230px;
	transform:  translateY(-50%);
	display:none;
	transition:all 0.3s linear;
}
.schedule_bottom a:hover img {
	display:block;
	z-index:2;
	opacity:0.45;
}
.schedule_bottom a:after {
	position:absolute;
	display:block;
	content:'';
	width:48px;
	height:48px;
	border-radius:50%;
	background: #8CA8D0 url(../images/arrow_right.svg) no-repeat 20px center;
	border: 1px solid rgba(213, 215, 220, 0.08);
	box-shadow: 0px 6px 13px rgba(140, 168, 208, 0.19);
	right:0;
	top:22px;
	transition:all 0.3s linear;
}
.section_partners {
	background: #F4F7FA;
	padding-top:80px;
}
.head_slider {
	border-bottom: 1px solid #DCDEE3;
	border-top: 1px solid #DCDEE3;
	padding:15px 0;
	position:relative;
}
.head_slider h3 {
	font: 500 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.head_slider h2 {
	font: normal 79px/60px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
	color:#8CA8D0;
}
.head_slider h2 a{
color:#EDEEF0;
transition:all 0.3s linear;
}
.head_slider h2 a:hover{
color:#8CA8D0;
}
.section_news_page .head_slider h2 {
	color:#6D6E6D;
}
.head_slider h2 span {
	color:#8CA8D0;
}
.head_slider > div {
	position:relative;
	width:420px;
	text-align:right;
}
.head_slider:after {
	display: block;
	position: absolute;
	content: '';
	background: #DCDEE3;
	width: 1px;
	height: 60px;
	right:90px;
	top:0px;
}
.partners_body {
	padding:16px 0 90px;
}
.partners_head {
	background: #E8EEF6;
	border-radius: 15px;
	padding:30px;
	justify-content: flex-start;
	margin-bottom:30px;
	align-items: center;
	transition:all 0.3s linear;
}
.partners_link:hover .partners_head {
	background: #EAECF1;
}
.partners_link:hover .partners_text {
	background: #EAECF1;
}
.partners_head h5 {
	color:#6D6E6D;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.partners_head span {
	font: 500 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
	color:#6D6E6D;
	display:block;
}
.partners_text {
	background:#fff;
	border-radius: 15px;
	padding:36px 32px;
	font: 300 18px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
	color:#6D6E6D;
	transition:all 0.3s linear;
}
.partners_text p{
 margin-top:20px;
}
.partners_text p:first-child{
 margin-top:0px;
}
.contact_form input[type="submit"] {
	min-width: 206px;
}
.partners_slider {
	margin: 0 -15px;
}
.partners_slider .slick-slide {
	margin:0 15px;
}
.news_block {
	padding:30px 0 90px;
}
.news_block .slick-slide img {
	border-radius: 10px;
	margin-bottom:30px;
}
.news_body {
	background: #F4F6FA;
	border-radius: 10px;
	padding:25px 30px;
	margin-top:30px;
	transition:all 0.3s linear;
}
.news_item:hover .news_body {
	background: #EAECF1;
}
.news_body h3 {
	color:#6D6E6D;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	
	height:110px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.section_press .news_body h3{
 height:auto;
 margin-bottom:30px;
} 
.news_body .link_more{
 margin-top:30px;
} 
.news_body h3 a {
	color:#6D6E6D;
}

.services_number {
	cursor: pointer;
}

.partners_link:hover .news_body, .services_number.active .news_body {
	background: #8CA8D0;
}
.partners_link:hover .news_body h3, .services_number.active .news_body h3{
	color:#fff;
}
.services_open{
  padding-top:40px;
  font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.services_open > div{
 display:none;
}
.services_open > div.active{
 display:flex;
}
.services_open .flex{
     align-items: flex-start;
}
.services_open h4{
 padding:15px 0 5px;
 border-bottom:1px solid #D5D7DC;
 font: 500 79px/82px 'SF UI Display', Arial, Helvetica, sans-serif;
 margin-bottom:30px;
}
.services_open .flex > *{
 width:calc(50% - 15px);
}
.contact_bg {
	background:url(../images/contact_bg.jpg) no-repeat;
	margin:0 -30px;
	padding:300px 0 0 480px;
	background-size: cover;
}
.contact_body {
	background:#fff;
	padding:0 30px 90px;
}
.contact_form {
	margin-top:210px;
	position:relative;
}
.contact_form > p {
	position:absolute;
	color: #6D6E6D;
	top:-45px;
	left:0;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	width:290px;
}
.div_input {
	margin-bottom:30px;
	border-bottom: 1px solid #DCDEE3;
	padding-left:420px;
	align-items: flex-end;
	position:relative;
}
/*-------------------------------team-----------------*/
.section_team {
	padding:120px 0 32px;
}
.services_page {
	padding:119px 0 32px;
}
.team_body {
	align-items: stretch;
}
.team_head {
	width:510px;
	margin-top:-1px;
	position:relative;
	padding-bottom: 30px;
}
.team_head > div {
	display:none;
}
.team_head > div.active {
	display:block;
}
.team_head .title:after {
	display:none;
}
.ul_head li {
	border-bottom: 1px solid #DCDEE3;
	color: #6D6E6D;
	padding:30px 0;
	font: 500 24px/30px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.ul_head li a {
	color: #6D6E6D;
}
.ul_head li a:hover {
	text-decoration:underline;
}
.ul_head li span {
	color: #B2B9C0;
	font: 500 16px/29px 'SF UI Display', Arial, Helvetica, sans-serif;
	width:178px;
	display:inline-block;
	vertical-align:top;
}
.ul_head li div {
	display:inline-block;
	width:calc(100% - 185px);
}
.head_text {
	display:block;
	margin-top:25px;
	max-width:380px;
	line-height:25px;
}
.head_bottom {

	border-bottom: 1px solid #DCDEE3;
	padding:15px 0;
}
.team_photo {
	margin:30px 15px 0;
	border-radius: 15px;
	 position:relative;
	width:calc(100% - 1020px);
}
.team_photo .title{
 display:none;
}
.team_photo img {
	width:100%;
	border-radius:15px;
	    overflow: inherit;
}
.team_photo_fixed{
background: #F4F6FA;
position:relative;
border-radius:15px;
overflow:hidden;
}
.team_photo_fixed div {
	display:none;
}
.team_photo div.active {
	display:block;
}
.fixed{
 position:fixed;
 top:150px;
}
.abs{
 position:absolute;
 top:auto;
 bottom:0;
}
.team_all {
	width:450px;
	padding-left:30px;
	border-left: 1px solid #DCDEE3;
}
.ul_all li {
	margin-top:30px;
	background: #F4F6FA;
	border-radius: 10px;
	padding: 30px;
	display:flex;
	align-items: flex-start;
	cursor:pointer;
	transition: all 0.3s linear;
}
.ul_all li > div{
 display:flex;
}
.ul_all_pic {
	width:90px;
	height:90px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-right: 20px;
	overflow:hidden;
	position:relative;
}
.partners_head_text {
	width:calc(100% - 110px);
}
.ul_all_pic img {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate3d(-50%, -50%, 0px);
	min-height:90px;
	min-width:90px;
	width:auto;
	height:auto;
	max-width: 150%;
	max-height: 100%;
	border-radius: 50%;
}
.ul_all li h5 {
	color: #6D6E6D;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	transition: all 0.3s linear;
}
.ul_all li span {
	line-height: 27px;
	transition: all 0.3s linear;
}
.ul_all li:hover, .ul_all li.active {
	background: #8CA8D0;
}
.ul_all li:hover h5, .ul_all li.active h5, .ul_all li:hover span, .ul_all li.active span {
	color:#fff;
}
.doctor_top {
	padding-top:120px;
}
.doctor_top .title {
	margin: -1px 0 -3px;
}
.doctor_top .title span {
	color:#8CA8D0;
}
.doctor_top .title:after {
	display: none;
}
.doctor_body {
	margin:0px -30px 90px;
	background: #E8EEF6;
	text-align:center;
	position:relative;
	z-index:2;
}
.doctor_body img {
	/*width:100%;*/
}
.doctor_feature {
	background:#fff;
	position:absolute;
	padding:0 30px;
	left:0;
	right:0;
	bottom:150px;
	text-align:left;
}
.doctor_feature .ul_head li:last-child {
	border-bottom:none;
}
.doctor_text {
	position:absolute;
	top:38px;
	left:33px;
	width:380px;
	text-align:left;
}
.ul_history {
	margin-top:-30px;
}
.ul_history li {
	border-bottom: 1px solid #DCDEE3;
	color: #6D6E6D;
	padding: 30px 0;
	font: 500 24px/30px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.ul_history li ul{
 padding-top:30px;
}
.ul_history li ul li:first-child{
 border-top: 1px solid #DCDEE3;
}
.ul_history li:last-child {
	border-bottom: none;
	padding-bottom:0;
}
.ul_history li span {
	color: #B2B9C0;
	font: 500 16px/29px 'SF UI Display', Arial, Helvetica, sans-serif;
	width: 178px;
	display: inline-block;
	vertical-align:top;
}
.ul_history li i {
	font-style:normal;
	display:inline-block;
	width:calc(100% - 178px);
}
.ul_history li div {
	color: #B2B9C0;
	font: 500 16px/29px 'SF UI Display', Arial, Helvetica, sans-serif;
	max-width:600px;
	display:inline-block;
}
.ul_history li div p{
 margin-top:29px;
}
.ul_history li div p:first-child{
 margin-top:0px;
}
.publications_body {
	flex-wrap:wrap;
	margin:0 -15px;
}
.publications_item {
	width:49.1%;
	margin-bottom:30px;
}
.public_item{
 width:25%;
 padding:0 15px 30px;
}
.publications_item .news_body {
	margin-top:30px;
}
.publications_item:hover .news_body {
	background: #EAECF1;
}
.publications_item:hover .link_news, .partners_link:hover .link_news {
	background: #fff url(../images/button2+.svg) no-repeat center;
	background-size: 8px 8px;
}
.news_page_block {
	flex-wrap:wrap;
	padding-top:30px;
	align-items: flex-start;
}
.news_item {
	margin-bottom:30px;
	width: 49.1%;
	position:relative;
}
.news_item:first-child {
	width:100%;
}
.news_page_block .news_body {
	margin-top:30px;
}
.news_item:first-child .news_body {
	margin-top:00px;
	position:absolute;
	left:30px;
	right:30px;
	bottom:30px;
}
.news_top {
	padding-top:120px;
}
.news_top h3 span {
	color:#8CA8D0;
}
.news_top h3 {
	color:#DCDEE3;
	margin-top:-1px;
}
.news_top .title:after {
	display: none;
}
.news_article {
	padding-top:120px;
	overflow:hidden;
}
.link_pic, .news_item_pic {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.link_pic img, .news_item_pic img {
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.link_pic_1, .news_item_pic {
	height: 480px;
}
.link_pic_1 img, .news_item_pic img {
	min-height: 480px;
}
.link_pic_2 {
	height: 230px; 
	text-align:center;
	background:#E8EEF6;
}
.link_pic_2 img {
	max-height: 100%;
	max-width: 100%;
	width:auto;
}
.link_press a{
 display:none;
}
.link_press a:first-child{
 display:block;
}
.link_press a img{
 width:100%;
 height:auto;
 opacity:0;
}
.news_item:first-child .news_item_pic {
	height:750px;
}
.news_item:first-child .news_item_pic img {
	min-height:750px;
	width:100%;
}
.article_pic {
	margin:0 -30px;
}
.article_pic img {
	height: auto;
	width: 100%;
}
.news_article .title {
	padding-left:29%;
}
.news_article .title:after {
	display: none;
}
.article_text {
	padding:25px 0 35px 29%;
	color: #6D6E6D;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.article_author {
	border-top: 1px solid #DCDEE3;
}
.article_author {
	overflow:hidden;
}
.author_head {
	width:54.2%;
	
	padding:30px 0 30px 29%;

	justify-content: flex-start;
	align-items: flex-start;
	float:left;
}
.author_pic {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
.author_mini_text {
	width:calc(100% - 110px);
}
.author_pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
	min-height: 90px;
	min-width: 90px;
	width: auto;
	height: auto;
	max-width: 150%;
	max-height: 100%;
}
.author_head h5 {
	color: #6D6E6D;
	font: normal 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.author_head:hover h5{
 text-decoration:underline;
}
.author_head h5 a {
	color:#6D6E6D;
}
.author_head h5 a:hover {
	text-decoration:underline;
}
.author_head span {
	line-height:20px;
	display:block;
	color:#B2B9C0;
}
.author_text {
	width:44%;
	padding-left:30px;
	margin-top:30px;
	border-left: 1px solid #DCDEE3;
	padding-bottom:50px;
	float:right;
	font-weight:300;
}
.author_text p{
 margin-top:21px;
}
.author_text p:first-child{
 margin-top:0px;
}
.author_text.author_text_2{
 padding-bottom:0;
}
.article_slider {
	overflow:hidden;
}
.article_slider .slider_body {
	width:calc(56% - 30px);
	border-bottom: none;
	margin-right:30px;
}
.article_slider .slider_body:after {
	right: 290px;
}
.article_slider .slider_body:after {
	right: 290px;
}
.article_slider .slider_body > span {
	width: calc(100% - 300px);
}
.news_text {
	width:44%;
	float:right;
	margin-top:-120px;
	padding:30px 0 100px 30px;
	border-left: 1px solid #DCDEE3;
	position:relative;
	z-index:10;
	background:#fff;
}
.news_text.news_text_2{
 margin:0;
 padding-top:21px;
}
.contact_page {
	margin:0 -30px -32px;
	position:relative;
}
.contact_head {
	position:absolute;
left:0;
	right:0;
	top:90px;
	padding:0 30px;
	background:#fff;
}
.contact_head {
	text-align:right;
}
.contact_head .title_head {
	text-align:left;
}
.contact_head .title {
	padding-bottom:0;
}
.contact_head .title:after {
	display: none;
}
.contact_head .title a {
	color: #6D6E6D;
}
.contact_head .title a span {
	color: #8CA8D0;
}
.contact_head .title a:hover {
	text-decoration:underline;
}
.social {
	padding:30px 0;
	border-top: 1px solid #DCDEE3;
}
.social a {
	margin-left:50px;
}
.contact_map{
 margin:0 -30px;
 position:relative;
}
.contact_map h2:after{
 display:none;
}
.contact_map h2{
 text-align:right;
 position:absolute;
 left:0;
 right:0;
 top:70px;
 background-color:#fff;
 background-position:top -1px center;
 
 padding:0 30px;
}
.contact_map img {
	width:100%;
}
.form_body {
/*position:absolute;
bottom:0;
right:0;
width:1350px;*/
}
.page_404 {
	background: #F4F6FA url(../images/404_bg.png) no-repeat center;
	margin:0px -30px -32px;
	height:930px;
	position:relative;
}
.head_404 {
	padding:0 30px;
	background:#fff;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform: translateY(-50%);
}
.page_404 .title {
	padding-left:26%;
	margin:-2px 0;
}
.head_404 .title:after {
	display:none;
}
.slick-next, .slick-prev {
	background: url(../images/slider_arrow2.svg) no-repeat center!important;
}
.slick-next:hover, .slick-prev:hover {
	background: url(../images/slider_arrow2_hover.svg) no-repeat center!important;
}
.pagination {
	text-align:center;
	padding:20px 0 40px;
	width:100%;
}
.pagination span, .pagination a {
	display:inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: #8CA8D0;
	transition: all 0.3s linear;
	margin:0 5px;
	color:#fff;
	text-align:center;
	font: 500 16px/30px 'SF UI Display', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.pagination a:hover {
	background:#7796C1;
}
.pagination span {
	background:#E8EEF6;
	color:#8CA8D0;
}
.pagination a.next {
	background:#8CA8D0 url(../images/pagination_arrow.svg) no-repeat center;
}
.pagination a.next:hover {
	background:#7796C1 url(../images/pagination_arrow.svg) no-repeat center;
}
.pagination a.prev {
	background:#8CA8D0 url(../images/pagination_arrow.svg) no-repeat center;
	transform: rotate(180deg);
}
.pagination a.prev:hover {
	background:#7796C1 url(../images/pagination_arrow.svg) no-repeat center;
}
.div_text {
	padding-top:38px;
	max-width:720px;
	font-weight:normal;
}
.div_text p {
	margin-bottom:21px;
}
.div_text img{
 width:100%;
}
.div_text h2 {
	margin:51px 0 34px;
	font: 500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	color: #6D6E6D;
}
.div_text h3 {
	margin:38px 0 21px;
	font: 500 29px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	color: #6D6E6D;
}
.div_text h5 {
	margin:25px 0 21px;
	font: 500 20px/24px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.news_text .div_text >*:first-child {
	margin-top:0;
}
.news_text .div_text {
	padding-top:0;
	max-width: 2000px;
}
.div_text ul {
	margin-bottom:30px;
}
.div_text ul li {
	margin-bottom:20px;
	padding-left:27px;
	background: url(../images/li_bg.svg) no-repeat left 7px;
}
.div_text ol {
	counter-reset: li;
	list-style: none;
	margin-bottom:30px;
}
.div_text ol > li {
	padding-left:26px;
	position:relative;
	margin-bottom:10px;
}
.div_text ol > li:after {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left:0;
	top: 0;
	color: #8CA8D0;
transition: all .3s ease-out;
	font: 500 16px/29px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.div_text ol > li ul {
	margin-bottom:0;
}
.div_text a:hover {
	text-decoration:underline;
}
/*--------------------------nav_mobil----------------*/
.nav_mobil {
	position:fixed;
	top:120px;
	left:0;
	right:0;
	width:100%;
	 height:0;
	background:#8CA8D0;
	z-index:110;
	
	overflow-y:auto;
	transition:all 0.3s linear;
}
.nav_mobil.active {
	height:calc(100vh - 120px);
	padding:0 16px 8px;
}
.nav_mobil_top {
	height:56px;
	border-bottom:1px solid rgba(255, 255, 255, .2);
}
.mobil_phone {
	text-indent:-9999px;
	width:40px;
	height:40px;
	background: #FFFFFF url(../images/phone_mobil.svg) no-repeat center;
	border-radius: 5px;
}
.menu_mobil ul {
	display:block;
}
.menu_mobil ul li {
	border-bottom:1px solid rgba(255, 255, 255, .2);
}
.menu_mobil ul li a {
	color:#fff;
	display:block;
	font: normal 36px/48px 'SF UI Display', Arial, Helvetica, sans-serif;
	background: url(../images/menu_mobil_bg.svg) no-repeat right center;
}
.lang_mobil {
	padding-top:16px;
}
.lang_mobil a {
	font: 500 20px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	display:inline-block;
	margin-right:28px;
	color:#fff;
	opacity:.2;
	text-transform: capitalize;
}
.lang_mobil a.active {
	opacity:1;
}
.section_doctor {
	padding-bottom:45px;
}
.address_mobil {
	padding-bottom:15px;
	border-bottom:1px solid rgba(255, 255, 255, .2);
	font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:8px;
}
.address_mobil a {
	color:#fff;
}
.address_mobil span {
	display:block;
	font: 500 16px/21px 'SF UI Display', Arial, Helvetica, sans-serif;
	margin:13px 0 7px;
}
.link_book_mobil {
	display:flex;
	width:288px;
	height:40px;
	background: #FFFFFF;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	font-size:16px;
	font-weight:600px;
	color:#8CA8D0;
	margin-bottom:40px;
}
.link_book_mobil span {
	margin-left:7px;
	width:18px;
	height:18px;
	background:rgba(140, 168, 208, .2) url(../images/button2+.svg) no-repeat center;
	background-size:8px;
	line-height:17px;
}
.link_book_mobil span img {
	width:6px;
	height:6px;
}
.div_barcode {
 margin-top:57px;
     align-items: flex-start;
	 padding-bottom:70px;
}
.ul_barcode{
 width:100%;
 font: normal 79px/90px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif
}
.ul_barcode li:not(:first-child){
border-top:1px solid #DCDEE3;
}
.ul_barcode li{
 padding:9px 0;
 display:flex;
     justify-content: space-between;
}
/*--------------------------footer--------------------*/
.footer {
	background: #8CA8D0;
	transition:all 0.3s linear;
	color: #fff;
}
.footer_top {
	padding-top: 32px;
	margin: 0 -30px;
	align-items: flex-start;
}
.footer_top > div {
	width: 25%;
	padding: 0 30px;
	height: 355px;
	position: relative;
	color: #fff;
	font: 500 22px/33px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.footer_top > div:first-child {
	width: 27%;
	border-right:  1px solid rgba(255, 255, 255, .2)
}
.footer_top h4 {
	font: 500 16px/21px 'SF UI Display', Arial, Helvetica, sans-serif;
	color: #F4F6FA;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding:10px 0 25px;
	margin-bottom: 28px;
}
.footer_top > div > a {
	color: #fff;
}
.footer_top > div > a:hover {
	text-decoration: underline;
}
.logo_footer {
	padding: 15px 0 0 6px;

}
.logo_footer a{
	display:block;
	
}
.logo_footer a:hover {
	opacity:.7;
	transition:all 0.3s linear;
}
.logo_footer a+a{
 text-align:right;
 margin-top:125px;
}
.footer_link {
	position: absolute;
	left: 0;
	bottom: 25px;
	left: 30px;
}
.footer_link a {
	font: 500 16px/20px 'SF UI Display', Arial, Helvetica, sans-serif;
	color: #fff;
	transition:all 0.3s linear;
}
.footer_link a span {
	margin-left: 15px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background:#fff url(../images/button2+.svg) no-repeat top 12px center;
	border-radius: 50%;
	vertical-align: middle;
	transition:all 0.3s linear;
}
.footer_link a:hover {
	text-decoration: underline;
}
.footer_link a:hover span {
	background:rgba(255, 255, 255, .2) url(../images/button+.svg) no-repeat center;
}
.footer_link a+a {
	margin-left: 50px;
}
.footer_bottom {
	padding: 35px 0 28px;
	border-top:  1px solid rgba(255, 255, 255, .2)
}
.footer_bottom > div {
	width: 53%;
}
.footer_bottom > div:first-child {
	width:calc( 38% + 33px);
}
.footer_bottom > div:last-child {

	text-align:right;
}
.footer_bottom a {
	color: #fff;
}
.footer_bottom a:hover {
	text-decoration: underline;
}
.footer_bottom_link a+a {
	margin-left: 73px;
}
/*-------------------------modal-------------------------------*/
.popap_bg {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	bottom:0;
	background:rgba(140,168,208,.5);
    opacity:0 !important;
	 visibility:hidden;
	z-index:5000;
	transition:all 0.3s linear !important;
}
.popap_bg.active{
  opacity:1 !important;
	 visibility:visible;
}
.modal {
	position:fixed;
	top:0px;
	width:1110px;
	right:-1110px;
	box-sizing:border-box;
	background: #fff;
	padding:0px 30px 0px;
	z-index:5010;
	bottom:0;
	overflow-y:scroll;
 transition:all 0.3s linear;
}
.modal.active{
 right:0;
}
.popap_head{
 padding:24px 0 16px;
 border-bottom: 1px solid #DCDEE3;
}
.modal h3 {
	font:400 79px/81px 'SF UI Display', Arial, Helvetica, sans-serif;
	letter-spacing: -0.035em;
	    color: #6D6E6D;
}
.modal h3 span{
 color: #8CA8D0;
}
.popap_frame{
 margin-top:92px;

}
.popap_info{
 padding-top:18px;
 display:flex;
 font:500 24px/30px 'SF UI Display', Arial, Helvetica, sans-serif;
  color: #6D6E6D;
}
.popap_info p:first-child{
 max-width:320px;
 margin-right:55px;
}
.popap_info a{
  display:block;
 }
 .popap_info a:hover{
  text-decoration:underline;
 }
 .popap_info p a:first-child{
 color: #6D6E6D;
 margin-bottom:1px;
 }
.close {
	display: block;
	position: absolute;
	width: 30px;
    height: 30px;
	background:#8CA8D0 url(../images/ul_services_bg+.svg) no-repeat center;
	text-align: center;
	top:47px;
	right:31px;
	cursor:pointer;
	transition:all 0.3s linear;
	    border-radius: 50%;
}
.close:hover {
	
}
.check {
	margin-bottom:20px;
}
.check input {
	display: none;
}
.check input[type="checkbox"]:checked + label {
	background-position: 0 -75px;
}
.check label {
	color: #7d7d7d;
	font: normal 14px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
	padding-left: 38px;
	background: url(../images/check.png) no-repeat;
	cursor: pointer;
	display:block;
}
.wpcf7-spinner{
 display:none !important;
}
/*-------------------------------form---------------------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
	border:none;
	border-left:1px solid #DCDEE3;
	background:url(../images/input_bg.svg) no-repeat 26px 10px;
	width:100%;
	height:62px;
	position:relative;
	font:500 28px/35px 'SF UI Display', Arial, Helvetica, sans-serif;
	color:#6D6E6D;
	padding:0px 20px 27px 56px;
	display:block;
	margin:0 0px -1px;
	text-align:left;
	transition:all 0.3s linear;
	box-sizing:border-box;
	border-radius: 0px;
	border-bottom:1px solid #DCDEE3;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, textarea:hover, textarea:focus {
	border-bottom:1px solid #8CA8D0;
	background-image:url(../images/submit_bg_hover.svg);
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, textarea.wpcf7-not-valid{
 border-bottom:1px solid #DD6464;
}
.div_input textarea {
	resize:none;
	overflow:hidden;
	transition:none;
}
.div_input.flex > span {
	width:calc(100% - 220px);
}
input[type="submit"], button[type="submit"] {
	border: none;
	display:block;
	text-align:center;
	font: 500 16px/55px 'SF UI Display', Arial, Helvetica, sans-serif;
	width:206px;
	height:55px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#8CA8D0 url(../images/submit_bg.svg) no-repeat right 22px center;
	transition:all 0.3s linear;
	border-radius: 10px;
	padding:0 0 0 20px;
	text-align:left;
	-webkit-appearance: none;
}
input[type="submit"]:hover, button[type="submit"]:hover {
	background-color:#7796C1;
	text-decoration:underline;
}
.div_input input[type="submit"] {
	margin-top:-20px;
	margin-bottom:18px;
}

::-webkit-input-placeholder {
color:#6D6E6D;
opacity:1;
transition:opacity 0.3s ease;
}
::-moz-placeholder {
color:#6D6E6D;
opacity:1;
transition:opacity 0.3s ease;
}
:-moz-placeholder {
color:#6D6E6D;
opacity:1;
transition:opacity 0.3s ease;
}
:-ms-input-placeholder {
color:#6D6E6D;
opacity:1;
transition:opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
opacity:0;
transition:opacity 0.3s ease;
}
:focus::-moz-placeholder {
opacity:0;
transition:opacity 0.3s ease;
}
:focus:-moz-placeholder {
opacity:0;
transition:opacity 0.3s ease;
}
:focus:-ms-input-placeholder {
opacity:0;
transition:opacity 0.3s ease;
}
.nav_show, .mobil_show, .span_mobil, .li_show, .logo_mobil {
	display:none;
}
#cookie-law-info-bar {
	border-radius: 15px;
	right:33px;
	left:120px;
	width:auto;
	padding:15px 15px 15px 35px !important;
}
.cli-style-v2 a {
	color:#fff;
	text-decoration:underline;
}
.cli-style-v2 a:hover {
	text-decoration:none;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.cli-style-v2 .cli-bar-message {
	font: 500 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	width: 143px;
	height: 60px;
	border-radius: 10px;
	text-decoration:none;
	text-align:left;
	font: 600 16px/42px 'SF UI Display', Arial, Helvetica, sans-serif;
	padding-left:29px;
	position:relative;
	transition:all 0.3s linear;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover{
 text-decoration:underline;
 background:#fff !important;
 opacity:1 !important;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:after {
	position:absolute;
	display:block;
	content:'+';
	width:30px;
	height:30px;
	background:rgba(140, 168, 208, .2);
	border-radius: 50%;
	right:22px;
	top:15px;
	color:#8CA8D0;
	text-align:center;
	font: 600 18px/28px 'SF UI Display', Arial, Helvetica, sans-serif;
	transition:all 0.3s linear;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover:after{
 background:rgba(140, 168, 208, .2);
 background-color: rgb(140, 168, 208);
    color: rgb(255, 255, 255);
}
.preloader-plus #preloader-counter{
 position:fixed;
 left: 50%;
    transform: translate3d(-50%, 0%,0);
	bottom:70px;
	top:auto;
}
.preloader-plus .preloader-content>:not(:last-child) {
    margin-bottom: 00px;
}
.preloader-plus .preloader-content {
     top:0;
    left: 0;
     transform: none;
    width: 100vw;
    height: 100vh;
    
}
	#link_press{
	display: block;
    position: absolute;
    top: -120px;
	}
/*---------------------media------------------*/
@media (max-width:1900px) {
 .schedule_left {
 width: 375px;
}
.schedule_right {
 width: 1000px;
}
.section_schedule .title {
 padding-left: 453px;
}
.contact_bg {
 padding: 300px 0 0 300px;
}
.contact_head {
 position:static;
}
}
@media (max-width:1600px) {
.form_body {
 position:static;
 width:100%;
}
.nav ul li {
 padding: 0px 12px;
}
.lang, .header_phone {
 padding: 0 15px;
}
.header_email{
 padding:0 15px 0 0;
}
.link_book {
 padding-left: 15px;
}
.lang a:first-child {
 margin-right: 15px;
}
.header .container {
 padding: 0 16px;
}
.link_book span {
 margin-left: 10px;
}
.services_item {
 flex-wrap:wrap;
}
 .schedule_left {
 width: 30%;
}
.schedule_right {
 width: 65%;
}
.section_schedule .title {
 padding-left: 35%;
}
.contact_bg {
 padding: 300px 0 0 100px;
}
.div_input {
 padding-left: 300px;
}
.footer_link {
 flex-wrap: wrap;
}
 .team_photo {
 width:40%;
}
.ul_head li span {
 width: 150px;
}
.ul_head li div {
width:calc(100% - 157px);
}
.news_article .title {
 padding-left: 20%;
}
.author_head {
 padding: 30px 0 30px 20%;
}
.article_text {
 padding: 25px 0 35px 20%;
}
.footer_link a+a {
 margin-left: 20px;
}
}
@media (max-width:1440px) {
.public_item{

 width:33.3%;
}
.p_choose {
 display:none;
}
.services_doctor {
 width: 350px;
}
.services_doctor_body {
 order: -1;
 margin-top:100px;
}
.services_title {
 display:block;
 position:absolute;
 top:0;
 left:0;
 width:350px;
 cursor:pointer;
}
.ul_services {
 position:absolute;
 left:0;
 top:53px;
 z-index:20;
 opacity:0;
 visibility:hidden;
}
.ul_services.active {
 opacity:1;
 visibility:visible;
}
.services_select {
 max-width: calc(100% - 350px);
}
.ul_services li {
 margin:0;
 border-radius:0;
 padding:4px;
 border-top: 1px solid #DCDEE3;
}
.ul_services li.active, .ul_services li:hover {
 background: #F4F6FA;
}
.ul_services li.active div, .ul_services li:hover div {
 background: #8CA8D0;
 border-radius: 10px;
}
.ul_services li div {
 padding:10px 11px;
}
.ul_services li div h6 {
 font-size:20px;
 line-height:25px;
}
.ul_services li div span {
 font-size:12px;
 line-height:19px;
}
}
@media (max-width:1280px) {
.page_404 .title {
 padding-left: 0%;
}
.page_404 {
 height: 650px;
 background: #F4F6FA url(../images/404_bg.png) no-repeat center;
 background-size: contain;
}
.nav {
 display:none;
}
/*.nav{
 position:fixed;
 background:#fff;
  top:120px;
 left:90px;
     transform: rotateY(90deg);
    transform-origin: left;
	 transition:all 0.3s linear;
}
.nav.active{
transform: rotateY(0deg);
}
.nav ul{
 display:block;
 padding:10px 0;
}
.nav ul li {
 padding:0;
}
.nav ul li a{
 display:block;
 padding:10px 20px;
}*/
.nav_open {
 display:flex;
}
 .schedule_left {
 width: 100%;
 float:none;
}
 .schedule_right {
 width: 100%;
 float:none;
 margin-top:30px;
}
.section_schedule .title {
 padding-left: 0%;
}
.head_slider > div {
 width: 320px;
}
.contact_form > p {
 position: static;
 margin-bottom:30px;
}
.div_input {
 padding-left: 0px;
}
 .contact_bg {
 padding: 320px 0 0;
 background-size: 100%;
}
.footer_top {
 flex-wrap:wrap;
}
.footer_top > div:first-child {
 width:330px;
 position:relative;
 border:none;
}
.footer_top > div:first-child:after{
position:absolute;
display:block;
content:'';
width:1px;
height:1000px;
top:0;
right:0;
background:rgba(255, 255, 255, .2);
}
.footer_top > div.footer_2{
 width:calc(100% - 330px);
 overflow:hidden;
}
.footer_top > div.footer_2 p{
 width:362px;
 float:left;
}

.footer_top > div.footer_2 .footer_link{
 float:right;
 text-align:right;
 width:210px;
 position:static;
}
.footer_top > div.footer_2 .footer_link a{
 width:100%;
}
.footer_top > div.footer_3{
  margin-left:330px;
  width:calc((100% - 330px)/2);
}
.footer_top > div.footer_4{
  width:calc((100% - 330px)/2);
  height:270px;
  position:relative;
}
.footer_4  .footer_link{
 bottom:0;
 left:calc(-100% + 30px);
 right:30px;
 padding:30px 0;
 border-top:1px solid rgba(255, 255, 255, .2);
     justify-content: flex-start;
}
.footer_top > div {
    padding: 0 30px;
    height: 240px;
	
	}
.footer_top h4 {
 padding:15px 0 25px;
 position:relative;
}
 .footer_link a {
 margin-top:0;
 display:inline-block;
 vertical-align:middle;
 width:auto;
 margin-right:00px;
 
}
.footer_link a+a {
 margin-left:50px;
}


.logo_footer {
 padding: 7px 0 0 0px;
 
}
.footer_bottom {
 margin: 00px 0 0 330px;
 padding: 25px 0 38px;
 line-height:27px;

}
.footer_bottom > div span{
 display:block;
}
.footer_bottom > div.footer_bottom_link {
 

}
.footer_bottom > div.footer_bottom_link a {

}
.footer_bottom_link a+a {
 margin-left: 50px;
}

.footer_bottom > div {
 width: auto;
}
.team_body {
 flex-wrap:wrap;
}
.team_all {
 width: 100%;
 padding: 30px 0 0;
 order:-1;
 border-left:none;
 
}
.team_all li:first-child {
 margin-top:0;
}
.team_all li{
 margin-top:0;
 position:relative;
}
.team_all .ul_all{
 display:flex;
 flex-direction: column;
}
.partners_head_text {
    width: calc(100% - 130px);
}
 .ul_all li.active{
  order:-2;
    background: #F4F6FA;
 }
 .ul_all li.active h5{
  color: #6D6E6D;
  
 }
  .ul_all li.active span{
 color: #B2B9C0;
 }
 .ul_all{
  overflow:hidden;
  margin-bottom:30px;
 }
 .ul_all li{
  padding: 4px;
  border-radius: 0;
  border-top: 1px solid #DCDEE3;
 }
 .ul_all li > div{
      padding: 10px 11px;
 }
 .ul_all li:not(.active):hover > div{
      background: #8CA8D0;
     border-radius: 10px;
 }
 .ul_all li:hover {
    background: #F4F6FA;
}
  .ul_all li.active{
   display:block;
       border-radius: 10px;
	    border-top:none;
  }
  .ul_all.ul_open li.active{
   border-radius: 10px 10px 0 0;
  }
  .ul_all_pic {
    margin-right: 15px;
    width: 56px;
    height: 56px;
}
	.ul_all li h5 {
		font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
	}
	.ul_all li span {
	display:block;
			font: normal 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
	}
    .ul_all li{
   display:none;
   
  }
  .ul_all.ul_open li{
   display:block;
  }
   .ul_all.ul_open li{
   display:block;
  }
 .ul_all li.active:after {
    display: block;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: #8CA8D0 url(../images/ul_services_bg.svg) no-repeat center;
    border-radius: 50%;
    right: 17px;
    top: 50%;
    margin-top: -13px;
}
.ul_all.ul_open li.active:after {
    background: #8CA8D0 url(../images/ul_services_bg+.svg) no-repeat center;
}
.team_photo {
 width:calc(100% - 540px);
 margin:30px 0 0 30px;
}
.fixed{
 position:fixed;
 top:294px;
}
.head_bottom {
 position:static;

}
.team_head {
 margin-bottom:30px;
 padding-bottom: 0;
}
.doctor_text {
 display:none;
}
.ul_history li span {
 width:150px;
}
.ul_history li i {
 width:calc(100% - 150px);
}
.news_article .title {
 padding-left: 0%;
}
.author_head {
 padding: 30px 0 30px 0%;
 width: 45%;
}
.article_text {
 padding: 25px 0 35px 0%;
}
.author_text {
width: 53%;
}
.article_slider .slider_body {
 width: 100%;
 margin-right: 0px;
}
.news_text {
 width: 100%;
 float: none;
 margin-top: 0;
 padding: 30px 0;
 border:none;
}
.news_text.news_text_2{
 padding-top:30px;
}

.modal {
	width:1024px;
}
}
 @media (max-width:1024px) {
 .schedule_bottom a:hover img{
  display:none;
 }
 .modal {
	width:100%;
}
.modal h3 {
    font: 400 36px/48px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.close {
    top: 31px;
	width: 26px;
    height: 26px;
}

 .article_text {
 padding: 30px 0;
 font: 500 20px/28px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.article_author {
 display:block;
}
.author_head {
 width: 100%;
 margin:0;
 float:none;
}
.author_text {
 width: 100%;
 padding: 30px 0;
 margin-top: 00px;
 border-left:none;
  float:none;
}
.news_text.news_text_2 {
    padding-top: 21px;
}
.news_article {
 padding-top: 0px;
 margin-top:-1px;
}
.publications_item .news_body {
 margin-top:16px;
}
.doctor_body {
 margin: 0px -30px 0px;
}
.doctor_top {
 padding-top:0px;
 margin-top:-51px;
}
.doctor_feature {
 position:static;
}
.ul_head li, .ul_history li {
 padding: 10px 0;
 font: 500 16px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.ul_history li ul {
    padding-top: 10px;
}
.ul_head li span, .ul_history li span, .ul_history li div {
 font: 500 16px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.ul_history li div {
 width:calc(100% - 160px);
}
.section_team {
 padding: 0px 0 32px;
      margin-top: -50px;
}
.services_page {
 padding:0px 0 32px;
     margin-top: -1px;
}
.fix_left_body:after{
 display:none;
}
.team_head {
 width: 350px;
}
.team_photo {
 width: calc(100% - 380px);
 margin: 30px 0 0 30px;
}
.link_book {
 display:none;
}
.section_top {
 padding: 0px 0 0px;
 margin-top:-1px;
}
.contact_head .title_head{
 border-top:1px solid #DCDEE3;
}
.section_top.section_top_home{
 padding: 150px 0 0px;
}
.header_body {
 height: 80px;
}
.nav_mobil {
    top: 80px;
}
.nav_mobil.active {
	height:calc(100vh - 80px);
}
.news_top {
 padding-top: 80px;
}
.nav {
 top:80px;
}
 .fix_left {

 position:static;
 margin:00px 30px 0;
 border-right:none;
 border-bottom:1px solid #DCDEE3;
 width:calc(100% - 60px);
  padding:80px 0 0;
  height:auto;
  top:80px;
}
.fix_left_body{
 position:static;
 justify-content: flex-start;
}
.fix_left .breadcrumbs {
    color: #6D6E6D;
	padding:11px 0;
    font: 500 16px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
    transform: rotate(0deg);
    text-overflow: ellipsis;
}
.fix_left_mobil{
 padding-top:0;
 top:-50px;
 position:relative;
 background:#fff;
}
.fix_left_home{
 display:none;
}

.scroll_top, .fix_mail{
 display:none;
}
#cookie-law-info-bar {
border-radius: 15px;
right:0px;
left:0px;
width:auto;
padding:15px 15px 15px 15px !important;
}
.cli-style-v2 .cli-bar-message {
 font: 500 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.cli-style-v2 .cli-bar-btn_container {
 width:100%;
 text-align:center;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
 margin:0 auto;
}
.container {
 padding:0 30px;
}
.services_title {
 width: 325px;
}
.ul_services {
 width: 325px;
}
.services_doctor {
 width: 325px;
 padding:0 30px 0 0;
 border-left:none;
 border-right: 1px solid #D5D7DC;
}
.services_doctor > span {
 display: block;
 line-height:19px;
 font-weight:normal;
 padding-bottom: 35px;
}
.title {
 font: normal 36px/48px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
 background: url(../images/title_bg_mobil.png);
}
.btn {
 height: 40px;
 border-radius: 3px;
 font: 600 16px/19px 'SF UI Display', Arial, Helvetica, sans-serif;
 padding: 11px 11px 11px 14px;
 color: #fff;
}
.title .btn {
 margin-bottom: 4px;
 margin-left: 10px;
}
input[type="submit"] {
 border-radius: 3px;
}
.btn span {
 width: 18px;
 height: 18px;
 margin-left: 8px;
}
.btn span img {
 width: 6px;
 height:6px;
}
.title:after {
 display:none;
}
.section_top h1 {
 margin-bottom: 48px;
}
.title_head {
 font: normal 16px/19px 'SF UI Display', Arial, Helvetica, sans-serif;
 padding: 15px 0;
}
.head_slider h3 {
 font-size:16px;
}
 .ul_tab li {
 font: normal 36px/48px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
 margin: 0 12px;
}
.ul_tab li:before {
 width: 31px;
 height: 3px;
 top: 21px;
 left: -25px;
}
.services_item {
 position:relative;
}
 .span_link {
 width: 18px;
 height: 18px;
}
.link_more .span_link{
 margin-top:5px;
}
.link_more .span_link::after {
 top: 5px;
 left: 5px;
}
 .span_link img {
 width:6px;
 height:6px;
}
.appointment_bg {
 padding: 88px 0 96px;
}
.appointment_text {
 padding: 10px 0;
}
.section_schedule .title {
 margin-bottom: 14px;
}
.schedule_left, .services_open {
 font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.schedule_left .link_more {
 margin-top: 20px;
}
.slider_body:after, .slick-dotted .slider_body:after {
 display: none;
}
.slider_body {
 padding: 7px 3px;
 height: 88px;
}
.date {
 font: normal 36px/35px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
}
.date sub {
 font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
 top: -10px;
}
.slider_body > span {
 color: #B2B9C0;
 line-height: 14px;
 width:calc(100% - 100px);
}
.schedule_right .slider_body span, .article_slider .slider_body > span {
 width:calc(100% - 100px);
}
.schedule_body {
 margin-bottom: 64px;
}
.schedule_bottom {
 font: normal 36px/48px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
 background: url(../images/title_bg_mobil.png);
 margin-bottom:56px;
}
.schedule_bottom a:after {
 width: 30px;
 height: 30px;
 border-radius: 50%;
 background: #8CA8D0 url(../images/arrow_right.svg) no-repeat 12px center;
 background-size:6px;
 top: 9px;
}
.footer_top {
 padding: 30px 16px 0;
 margin: 0 -16px;
}
.footer_top > div:first-child {
 width: 100%;
 border-right: none;
 padding-bottom: 45px;
}
.footer_top > div:first-child:after{
 display:none;
}
.footer_top > div {
 width: 100%;
 height: auto;
 padding: 0 0 30px;
}

.footer_top > div.footer_2, .footer_top > div.footer_3, .footer_top > div.footer_4 {
    width: 100%;
  margin:0;
}
.footer_top > div.footer_4{
 padding-bottom:0;
 height:auto;
}
.footer_4 .footer_link {
    position:static;
    padding: 30px 0 55px;
	margin-top:65px;
}
.footer_bottom {
    margin: 00px 0 000px;
    padding: 33px 0 36px;
    line-height: 27px;
}
.slick-prev, .slick-next {
 top: -141px;
}
 .partners_text {
 padding: 16px;
 font: normal 16px/19px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.partners_head {
 padding: 12px 12px 12px 17px;
 margin-bottom: 16px;
}
 .partners_head h5 {
 font: 500 18px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.head_slider h2, .services_open h4 {
 font: normal 36px/48px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
}
.partners_body {
 padding: 16px 0;
}
 .news_body {
 padding: 16px 20px;
}
.news_body h3 {
 font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
 margin-bottom: 48px;
 height:75px;
}

.news_block .slick-slide img {
 margin-bottom: 16px;
}
.contact_form {
 margin-top: 46px;
}
.contact_form > p {
 margin:0;
 padding-bottom:8px;
 border-bottom:1px solid #DCDEE3;
 margin-bottom: 30px;
 width:100%;
}
.contact_form > p span {
 display:inline-block;
 width: 235px;
}
.social {
 padding: 16px 0;
}
.news_item a {
 display:flex;
 align-items: stretch;
 justify-content: space-between;
}
.news_item:first-child .news_body {
 margin-top: 00px;
 position: static;
}
.news_item:first-child .news_item_pic, .news_item_pic {
 height: 185px;
}
.news_item:first-child .news_item_pic img {
 min-height: 185px;
}
.news_item_pic {
 width:49%;
}
.news_item_pic img {
 width:100%;
 min-height: 185px;
}
.news_page_block .news_body {
 width:49%;
}
.news_item {
 margin-bottom: 20px;
 width: 100%;
 position: relative;
}
.news_page_block .news_body {
 margin-top: 0px;
}
.head_slider {
    padding: 4px 0;
}
.section_news .head_slider {
padding: 0px 0;
}
.head_slider > div:after, .head_slider:after {
    height: 35px;
right: 71px;
}
.footer_bottom > div:first-child{
 width:auto;
}
}
 @media (max-width: 899px) {
.link_pic_2 {
 height: 330px;
}
.public_item{
 width:50%;
}
.services_open > div.active{
 display:block;
}
.services_open .flex > * {
    width: 100%;
}
.services_open .flex img{
 display:block;
 margin:30px auto 0;
}
.logo_footer a+a {
    margin-top: 50px;
}
.footer_bottom > div span {
        display: inline-block;
    }
}
 @media (max-width:766px) {
 .footer_link a span{
       background-position:center;
    }
	
	.section_news, .section_partners {
    padding-top: 50px;
}
	.div_barcode {
	 display:block;
	 margin-top:40px;
	}
	.ul_barcode {
    width: 100%;
	margin-top:30px;
    font: 500 20px / 24px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.div_barcode img{
  margin:0 auto;
  display:block;
}
.contact_map h2{
 position: relative;
        text-align: left;
        margin-bottom: -66px;
        top: 0;
}
    .section_top.section_top_home {
        padding: 100px 0 0px;
    }
	.services_open {
    padding-top: 20px;
	}
	.header_body .logo {
    margin-top: 3px;
}
.preloader-plus .preloader-custom-img{
 width:90% !important;
}
body {
 font: normal 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.news_block {
 padding: 16px 0;
}


 .container {
 padding: 0 16px;
}

.header_body {
 height: 56px;
}
.nav_mobil {
    top: 56px;
}
.nav_mobil.active {
	height:calc(100vh - 56px);
}
 .logo:after, .header_right > *:after, .lang {
 display:none;
}
.nav_open, .mobil_close {
 order: -1;
 margin-left:-20px;
}
.header_phone {
 padding:0;
 background: #8CA8D0 url(../images/phone.svg) no-repeat center;
border-radius: 5px;
width:40px;
height:40px;
text-indent:-9999px;
}
.header_email{
 display:none;
}
.negativ .header_phone{
 background: #fff url(../images/phone_mobil.svg) no-repeat center;
}
.logo {
	padding:0;
	 width:100px;
	 height:25px;
}
.logo img{
width:100px;
	 height:25px;
}
.section_top h1 {
 padding-right: 10px;
}
.section_top h1 br {
 display:none;
}
 .schedule_bottom {
 color:#6D6E6D;
}
.schedule_bottom a {
 display:block;
 color:#6D6E6D;
 background:url(../images/link_mobil_bg.svg) no-repeat right 17px;
}
.schedule_bottom a:after {
 display:none;
}
.schedule_bottom a.link_bg {
 display:block;
 background:#fff url(../images/link_mobil_bg.svg) no-repeat right 17px;
 position:relative;
 line-height:36px;
 padding:6px 0;
}
.schedule_bottom a.link_bg:before {
display:block;
position:absolute;
content:'';
background:#D5D7DC;
top:0;
left:0;
right:0;
height:1px;
}
.schedule_bottom a+br {
 display:none;
}
.schedule_bottom span {
 display:none;
}
 .partners_slider {
 margin: 0 -4px;
}
.partners_slider .slick-slide {
 margin: 0 4px;
}
.head_slider > div {
 width: auto;
}
.head_slider > div:after {
 display: none;
}
.head_slider > div {
 text-align:center;
}
.section_partners .btn, .section_news .btn {
 position:absolute;
 bottom:16px;
 left:50%;
 margin-left:-56px;
 display: flex;
}
 .partners_body {
 padding: 16px 0 72px;
}
.section_news_page .head_slider {
 display:block;
 padding:0;
}
.head_slider > div {
 position:inherit;
}
.head_slider h3 {
 font-size:12px;
}
.news_block {
 padding: 16px 0 ;
}
.contact_form > p, .div_input {
 margin-bottom:16px;
}
.contact_form > p {
 width:100%;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
 border-left: 1px solid #DCDEE3;
 background: url(../images/input_bg.svg) no-repeat 16px 3px;
 height: 32px;
 position: relative;
 font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
 padding: 0px 0px 12px 40px;
}
.div_input input[type="submit"] {
 margin:16px 0;
 font: 500 12px/40px 'SF UI Display', Arial, Helvetica, sans-serif;
 width: 136px;
 min-width: 136px;
 height: 40px;
 padding: 0 0 0 10px;
 background-size: 17px;
 background-position:right 10px center;
}
.div_input.flex {
 display:block;
 border-bottom:none;
}
.contact_body {
 background: #fff;
 padding: 0 30px 0px;
}
.wpcf7 form .wpcf7-response-output {
 margin: 16px 0em;
}
.wpcf7-not-valid-tip {
 font: 500 12px/15px 'SF UI Display', Arial, Helvetica, sans-serif !important;
 width: 130px;
top: -4px;
}
.div_input.flex > span {
 width: 100%;
}
.address_mobil span {
 font: 500 12px/20px 'SF UI Display', Arial, Helvetica, sans-serif;
 margin:13px 0 5px;
}
.link_book_mobil {
 font-size:12px;
}
.footer_top > div {
 width: 100%;
 font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
 height:auto;
 padding:0 0 35px;
 border-bottom:  1px solid rgba(255, 255, 255, .2);
}
 .footer_top > div:first-child {
 width: 100%;
 border-right: none;
 order: 1;
 padding-bottom:15px;
}
.footer_top {
 padding:0 16px 0;
 margin: 0 -16px;
}
.footer_top h4 {
 font: 500 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
 border-bottom:  1px solid rgba(255, 255, 255, .2);
 padding:15px 0;
 margin-bottom: 13px;
}
.footer_top h4.h4_line {
 border-top:none;
 padding:15px 0;
}
 .footer_link a {
 font: 500 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
 margin-top:0;
 display:inline-block;
 vertical-align:middle;
 width:auto;
 margin-right:00px;
 width:50%;
}
.footer_link a+a {
 margin:0;
}
.footer_link a span {
 width:18px;
 height:18px;
 margin-left:7px;
 background-size: 8px;
}
.footer_link a span img {
 width:5px;
 height:5px;
}
.logo_footer {
 padding: 7px 0 0 0px;
 font-size:12px;
 line-height:17px;
}
.footer_bottom {
 margin: 00px;
 padding: 0;
 border-top:none;
 flex-wrap:wrap;
 line-height:17px;
}
.footer_bottom > div.footer_bottom_link {
 order:-1;
 width:100%;
 border-bottom:1px solid rgba(255, 255, 255, .2);
 border-top:1px solid rgba(255, 255, 255, .2);
 padding:15px 0;
 display:flex;
}
.footer_bottom > div.footer_bottom_link a {
 width:50%;
}
.footer_bottom_link a+a {
 margin-left: 0px;
}
.footer_bottom > div:first-child, .footer_bottom > div:last-child {
 width:100%;
 padding:16px 0;
}
.footer_bottom > div:first-child span {
  display:inline
}
.footer_bottom > div:last-child {
 width:100%;
 text-align:left;
}
.section_team {
 padding: 56px 0 32px;
}
.services_page {
 padding:55px 0 32px;
}
.ul_head li span {
 width: 105px;
}
.ul_head li div {
width:calc(100% - 112px);
}
.team_photo {
 width:calc(100% + 32px);
 margin:0px -16px 0px;
 order:-1;
 background:none;
}
.team_photo img {
    border-radius: 0px;
	margin-top:-3px;
	position:relative;
	z-index:5;
}
.team_all{
 order:-2;
 padding-top:16px;
}

.ul_all_pic {
 margin-right: 15px;
 width: 56px;
 height: 56px;
}
.partners_head_text {
 width:calc(100% - 71px);
}
.ul_all_pic img {
 min-height: 56px;
 min-width: 56px;
}
.ul_all li h5 {
 color: #6D6E6D;
 font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.publications_flex {
 flex-wrap:wrap;
}
.publications_item {
 width:100%;
 margin-bottom:30px;
}
.ul_history li {
 font-size:12px;
}
.ul_history li.li_last {
 padding-bottom:0;
}
.ul_history li.li_last span {
 border-bottom: 1px solid #DCDEE3;
 width:100%;
 display:block;
 padding-bottom:10px;
 margin-bottom:16px;
}
.ul_history li span {
 width:105px;
}
.ul_history li i {
 width:calc(100% - 105px);
}
.ul_history li div {
 width: 100%;
}
.ul_tab_left li {
 font-size:20px;
 margin: 0 10px;
}
.ul_tab li:before {
 display:none;
}
.doctor_top {
 padding-top: 56px;
}
.doctor_top .title span {
 display:block;
}
.nav {
 top:56px;
 left:0;
}
.news_top {
 padding-top: 56px;
}
.news_item {
 margin-bottom: 16px;
 width: 100%;
}
.news_page_block .news_body {
 margin-top: 16px;
 width:100%;
}
.news_item:first-child .news_body {
 margin-top: 16px;
 position: static;
 width:100%;
}
.news_page_block {
 padding-top: 16px;
}
.news_article {
 padding-top: 56px;
}
.news_body h3 {
 -webkit-line-clamp: 2;
 height: 50px;
 margin-bottom: 40px;
}
.article_text, .author_head {
 padding: 16px 0;
}
.author_pic {
 margin-right: 15px;
 width: 56px;
 height: 56px;
}
.author_mini_text {
 width:calc(100% - 71px);
}
.author_pic img {
min-height: 56px;
 min-width: 56px;
}
.author_head h5 {
 font: normal 20px/28px 'SF UI Display', Arial, Helvetica, sans-serif;
}
 .author_text, .news_text {
 padding: 16px 0;
}
.contact_head {
 text-align: left;
}
.social a {
 margin:0 17px 0 0;
}
.news_item a {
 display: block;
}
.news_item:first-child .news_item_pic {
 height:152px;
}
.news_item:first-child .news_item_pic img {
 min-height:152px;
}
.section_contact .title br {
 display:none;
}
.page_404 {
 height: 400px;
 background: #F4F6FA url(../images/404_bg_mobil.png) no-repeat center;
 background-size: contain;
}
.section_doctor {
 padding-bottom:19px;
}
.tabs {
 padding-top: 16px;
}
.services_title {
 width: 100%;
 position:relative;
 padding: 14px 15px;
}
.services_title h6 {
 font-size: 20px;
 line-height: 25px;
}
.services_title span {
 font-size: 12px;
 line-height: 19px;
 display:block;
}
.services_doctor_body {
 order: 0;
 margin-top: 0px;
}
.services_title:after {
 right: 17px;
}
.services_select {
 max-width: 100%;
 margin-top: 30px;
}
.ul_services {
 top: 53px;
 right:0;
 width:auto;
}
.ul_abs li {
 width: 26px;
 height: 26px;
 margin: -13px 0 0 -13px;
}
.services_doctor {
 width: 100%;
 padding: 13px 0px 0 0;
 border-right: none;
 border-top: 1px solid #D5D7DC;
}
.doctor_head img {
 width:56px;
 height:56px;
 margin-right: 15px;
}
.doctor_head h5 {
 font-size: 20px;
 line-height: 25px;
}
.doctor_head span {
 font-size: 12px;
 line-height: 19px;
}
.ul_history {
 margin-top: -15px;
}
.contact_bg {
 padding: 250px 0 0;
 background-size: 100%;
}
.footer_link_big a {
 width:60%;
}
 .news_body {
 margin-top: 16px;
}
.section_top h6 {
 font: normal 12px/19px 'SF UI Display', Arial, Helvetica, sans-serif;
 margin-bottom:15px;
}
.btn {
 font: 600 12px/19px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.title_head {
 font: normal 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.link_more {
 font: 600 12px/18px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.partners_text {
 font: normal 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.slider_body > span {
font: 500 12px/14px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.head_text {
line-height:17px;
}
.ul_head li, .ul_history li {
 padding: 15px 0;
 font: 500 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.ul_head li span, .ul_history li span, .ul_history li div {
 font: 500 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.ul_history li div p{
 margin-top:17px;
}

.ul_all li span {
 line-height: 17px;
}
.ul_tab li {
 font: normal 17px/48px 'Suisse BP Int\'l', Arial, Helvetica, sans-serif;
 margin: 0 10px;
}
.div_text {
 padding-top:0px;
}
.services_publications .div_text {
 padding-top:8px;
}
.publications_body{
 flex-wrap:wrap;
 margin:0 -15px;
}
.public_item{
 padding:0 15px 30px;
 width:25%;
}
 .div_text p {
 margin-bottom:19px;
}
 .div_text h2,  .div_text h3 {
 margin:41px 0 19px;
 font: 500 20px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
}
 .div_text h5{
  font-size:18px;
 }
 .pagination span, .pagination a {
 margin:0 2px;
 width: 25px;
 height: 25px;
 font: 500 12px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
 .contact_form > p {
 font: 500 20px/25px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.div_text ul li {
    margin-bottom:10px;
    padding-left: 20px;
    background: url(../images/li_bg.svg) no-repeat left 3px;
	background-size:10px;
}
.div_text ol > li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.div_text ol > li:after {
    font: 500 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
}
#cookie-law-info-bar{
 text-align:center;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{
     height: 40px;
	 font: 600 12px/22px 'SF UI Display', Arial, Helvetica, sans-serif;
	 width:96px;
	 padding-left: 20px;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:after {
    width: 18px;
    height: 18px;
	    font: 600 12px/17px 'SF UI Display', Arial, Helvetica, sans-serif;
		    right: 10px;
    top: 11px;
}
.cli-style-v2 .cli-bar-message{
 text-align:center;
}
.modal {
    padding: 0px 16px 0px;
}
.modal h3 {
   font-size:25px;
}
.popap_head {
    padding: 0;
}
.close{
    top: 12px;
    right: 16px;
}
.popap_frame {
    margin-top: 40px;
}
.popap_frame iframe{
 height:840px;
}
.link_more .span_link {
    margin-top: 0px;
}
.footer_top > div.footer_2 p {
    width: 220px;
    float: none;
	margin-bottom:15px;
}
.footer_top > div.footer_2 .footer_link {
    float: none;
    text-align: left;
    width: 100%;
    position: static;
}
.footer_top > div.footer_2{
 padding-bottom:45px;
}
.footer_4 .footer_link {
    position: static;
    padding: 20px 0 20px;
    margin-top: 20px;
}
.preloader-plus #preloader-counter {
    bottom: 90px;
}
.fix_left {
    margin: 00px 16px 0;
     width: calc(100% - 32px);
    padding: 56px 0 0;
    height: auto;
    top: 80px;
}
.fix_left .breadcrumbs {
    font: 500 12px/27px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.services_page {
    padding: 0px 0 32px;
}
.fix_left_mobil {
    top: -50px;
	padding-top:0;
}
.section_team {
    padding: 0px 0 32px;
}
.team_head {
    width: 100%;
	margin-bottom:0;
}
.doctor_top {
    padding-top:0px;
}
.news_article {
    padding-top:0px;
	margin-top:-1px;
}
.ul_all {
    margin-bottom: 16px;
}
.team_photo .title{
 display:block;
 background-color:#fff;
 margin:0 16px;
 position:relative;
}
.team_photo .title:after, .team_photo .title:before{
 position:absolute;
 display:block;
 content:'';
 top:0;
 bottom:0;
 background:#fff;
 width:16px;
 left:-16px;
 height:100%;
}
.team_photo .title:before{
 left:auto;
 right:-16px;
}
.team_head .title{
 display:none;
}
.section_press .news_body h3 {
    margin-bottom: 16px;
}
.news_body .link_more {
    margin-top: 16px;
}
.single-post .head_slider h2{

font-size:33px;
}
.ul_all li.active span {
    padding-right: 28px;
}
.popap_info {
    font: 500 15px/20px 'SF UI Display', Arial, Helvetica, sans-serif;
}
.popap_info p:first-child {
    max-width: 274px;
    margin-right: 25px;
}
}
@media (orientation: portrait) { 
.preloader-plus #preloader-counter {
    bottom: 120px;
}
}
 @media (max-width:765px) {
 .link_pic, .news_item_pic {
 width: 100%;
 height: 152px;
}
 .link_pic img, .news_item_pic img {
 min-height: 152px;
 height: 152px;
 object-fit: cover;
 max-width:100%;
 width: 100%;
}
.link_pic_2 img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.public_item{
 width:100%;
}
}
@media (max-width:560px) {
.link_book_mobil {
 width:100%;
}
}
@supports (-webkit-touch-callout: none) {
  .preloader-custom-img{
      margin-top: -50px;
  }
}


