body {
	font-family: 'OpenSansRegular';
}
.box-width {
	margin: 0 auto;
	max-width: 1170px;
}
header {
	background: url(../img/bg-header.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #021B36;
}
.header_top_line {
    padding-top: 10px;
}
.phone_info {
	margin-left: 75px;
}
.sticky .header_top_line {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sticky {
    position: fixed;
    z-index: 100;
    -webkit-animation: moveDown .5s;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    /*background: rgba(9,3,77, .7);*/
    background: url(../img/header_bg.png) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

@-webkit-keyframes moveDown{
    0%{-webkit-transform:translateY(-40px)}
}
.phone_info,
.loc_info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.loc_info {
	margin-left: 180px;
}
.phone_info a{
	font-size: 17px;
	color: #fff;
	padding-bottom: 10px;
	text-decoration: none;
}
.loc_info a {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.loc_info span {
	padding-bottom: 10px;
}
.header_top_line span {
	color: #fff;
	font-size: 16px;
}
.mail:before {
    content: '';
    width: 16px;
    left: -24px;
    height: 12px;
    display: block;
    background: url(../img/mail.png) center no-repeat;
    position: absolute;
    top: 2px;
}
.soc_icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 36px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
}
.soc_icons img{
	width: 19px;
	height: 19px;
	opacity: .5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.soc_icons a {
	padding-bottom: 6px;
}
.soc_icons a:hover > img {
	opacity: .9;
}
.box {
	max-width: 1114px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -o-flex;
	display: flex;
}
.scrollto {
	padding: 9px 17px 10px 20px;
	border: 2px solid #30b8a7;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.scrollto:hover{
	background-color: #30b8a7;
}
.callback_popup {
    padding: 10px 21px 10px 20px;
    background-color: #30b8a7;
    border-radius: 30px;
   	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:none;
}
.callback_popup:hover {
	background-color: #077567;
}
.box > span,
.box > div {
	padding-top: 20px;
}
.box > span {
    margin-left: 38px;
    display: block;
    padding-top: 0;
    line-height: 21px;
}
.header_main_block .title {
	font-size: 50px;
	color: #fff;
	font-family: 'OpenSansExtraBold';
	/*margin-top: 97px;*/
	margin-top: 75px;
}
.descr {
	color: #f2f2f2;
    font-size: 18px;
}

.descr + .descr{
	line-height: normal;
}

.descr span {
	color: #00f6ff;
	font-size: 22px;
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
}

.one-screen-ul {
	color: #00f6ff;
    list-style: disc;
    padding: 15px 50px 15px;
    line-height: 20px;
}

.one-screen-ul li {

}




.header_main_block .box > span, .header_main_block .box > div {
	padding: 0;
}
.header_main_block .box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.single {
	width: 225px;
	height: 406px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
	margin-bottom: 52px;
}
.photo_block img {
	/*margin-top: 40px;*/
	margin-bottom: -2px;
	margin-top: 132px;
}
.title_section {
	font-family: 'OpenSansExtraBold';
	font-size: 24px;
	color: #091b35;
	text-align: center;
	text-transform: uppercase;
	padding-top: 43px;
	padding-bottom: 34px;
}
.name_diag {
	background-color: #0a1b36;
	height: 66px;
}
.diagnostics {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.name_diag p{
	text-align: center;
	font-size: 15px;
	color: #fff;
    padding-top: 12px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.section1 {
	background-color: #fcfcfc;
}
.section2 {
	background: url('../img/small_line_bg.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.diagnost_text p{
	color: rgb(10, 27, 54);
	line-height: 1.431;
	font-size: 14px;
	padding: 20px;
}
.enrty h2{
	text-align: left;
	color: #fff;
	line-height: 30px;
}
.enrty {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.image_bg {
	display: block;
	height: 171px;
}
.enrty input {
	max-width: 313px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #3c495c;
	border-radius: 30px;
	height: 43px;
	padding-left: 40px;
	color: #b7b9bd;
	font-size: 16.5px;
	box-sizing: border-box;
}

.enrty input::-webkit-input-placeholder {color:#b7babd;}
.enrty input::-moz-placeholder          {color:#b7babd;}/* Firefox 19+ */
.enrty input:-moz-placeholder           {color:#b7babd;}/* Firefox 18- */
.enrty input:-ms-input-placeholder      {color:#b7babd;}
.enrty .submit_entry {
	max-width: 243px;
	cursor: pointer;
	padding-left: 0;
	width: 100%;
	font-size: 18.5px;
	background-color: #30b8a7;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.single_method {
    width:30%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.methods {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 50px;
	max-width: 775px;
	margin: 0 auto;
}
.single_method p {
	margin-top: 25px;
	font-size: 17.6px;
}
.section4 {
	background-color: #0a1b36;
	padding-bottom: 36px;
}
.section4 .title_section {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 17px;
	font-size: 22px;
	font-family: 'OpenSansRegular';
}
.left_image img {
	margin-left: 60px;
	margin-right: 80px;
	padding-top: 38px;
    border-bottom: 1px solid #064DA7;
}
.section4 p {
	font-size: 17px;
	color: #fff;
	max-width: 735px;
	text-align: center;
	margin: 0 auto;
	line-height: 23px;
}
.section5 {
	background-color: #f9f9f9;
}
.tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #6e737d;
}
.about {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-top: 131px;
}


.tabs .active_tabs{
  background-color: rgb(48, 184, 167);
  color: #fff;
  box-shadow: 5px 8.66px 21px 0px rgba(0, 3, 1, 0.22);
}
.tabs span {
    background-color: #e2e2e2;
    font-size: 16px;
    padding: 17px 20px 17px 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.tabs span:hover{
	background-color: #bdbdbd;
}
.tabs .active_tabs:hover{
	background-color: rgb(0, 158, 139);
}
.name_about {
	font-size: 22px;
	color: #0a1b36;
	font-family: 'OpenSansExtraBold';
	margin-top: 40px;
	margin-bottom: 40px;
}
.about_content {
	display: none;
	max-width: 650px;
}
.act_content {
	display: block;
}
.about_content table {
	margin-top: 36px;
	line-height: 1.579;
	margin-bottom: 36px;
	font-size: 18px;
}
.about_content span {
	line-height: 1.579;
	font-size: 17px;
}
.about_content tr td:first-child {
	padding-right: 40px;
	font-family: 'OpenSansSemiBold';
}
.about_content span:last-child {
	font-size: 18px;
	/*font-family: 'OpenSansSemiBold';*/
}
.call_popup_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 30px;
	margin-bottom: 70px;
}
.call_popup_block a:first-child{
	text-decoration: none;
	font-size: 18.5px;
	color: #fff;
	padding: 10px 50px;
	background-color: #30b8a7;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.call_popup_block a:first-child:hover {
	background-color: #077567;
}
.call_popup_block a:last-child{
	text-decoration: none;
	font-size: 18.5px;
	color: #30b8a7;
	padding: 10px 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 2px solid #30b8a7;
	border-radius: 30px;
	margin-left: 20px;
}
.phone_info a:first-child {
	position: relative;
}
.call_popup_block a:last-child:hover{
	background-color: #30b8a7;
	color: #fff;
}
.phone_info a:first-child::before {
    content: '';
    left: -22px;
    width: 18px;
    transform: rotate(40deg);
    height: 18px;
    opacity: .5;
    display: block;
    background: url(../img/phone.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
}
.viewport_slider {
	max-width: 1107px;
	margin: 0 auto;
}
.owl-item {
	width: 360px !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.owl-carousel .owl-item img{
	height: 255px;
	width: auto;
}
.owl-stage,
.owl-stage-outer {
	height: 259px;
}
.slider_block {
	height: 356px;
}
.slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.slider > span {
	cursor: pointer;
}
.slider > span img {
	height: 30px;
}
#right {
	transform: rotate(180deg);
}
.section6 {
	padding-bottom: 65px;
}
.map_section {
        border-top: 10px solid #9ED1CA;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	margin-bottom: 105px;
}

#map1 {
	border-right: 5px solid #9ed1ca;
	width: 50%;
	height: 395px;
	position: relative;
}
#map2 {
	border-left: 5px solid #9ed1ca;
	width: 50%;
	height: 395px;
	position: relative;
}
.clinic_info.one {
	right: 51%;
	bottom: -67px;
}

.clinic_info.one img{
    max-width:100%;    
}

.header_main_block .photo_block:last-child {
	line-height: 1;
}
.clinic_info.two {
	left: 51%;
	bottom: -67px;
}
.clinic_info.two img{
	margin-bottom: 16px;
}

.clinic_info {
    max-width: 485px;
    width: 100%;
    height: 210px;
    padding: 30px;
    background-color: #0a1b36;
    position: absolute;
    z-index: 20;
    box-sizing: border-box;
}
.address_clinic {
    color: #fff;
    font-size: 16px;
    line-height: 1.289;
    margin-top: 0;
}
footer {
	background-color: #0a1b36;
	padding-top: 29px;
	padding-bottom: 20px;
}
.foot_info .box {
	max-width: 1030px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.foot_info .box > div{
	padding-top: 0;
}

.about_foot span {
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 1.107;
}
.foot_info .loc_info {
	margin-left: 120px;
}
.foot_info .soc_icons {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	margin-left: 0;
}
.foot_info .soc_icons a {
	padding-bottom: 0;
	padding-right: 10px;
}
.copyright {
	font-size: 16px;
	line-height: 47px;
	background-color: #061328;
	color: #4f545e;
	text-align: center;
}

.popup_question.popup {
	height: 420px;
}
.popup {
	max-width: 320px;
	background-color: #fff;
	border-radius: 15px;
	height: 280px;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	top: 0;
	margin: 0 auto;
	z-index: 9999;
}
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
}
.popup h2 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 15px;
	color: #000;
}
.close {
	font-size: 20px;
	color: #000;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: .4;
}
.close:hover {
	opacity: 1;
}
.popup input[type=text] {
	max-width: 280px;
	width: 100%;
	border: 1px solid #3c495c;
	outline: none;
	background-color: #fff;
	border-radius: 30px;
	height: 43px;
	padding-left: 40px;
	color: #3c495c;
	font-size: 16.5px;
	box-sizing: border-box;
	margin-bottom: 15px;
    font-family: 'OpenSansRegular';
}
.popup textarea {
	max-width: 280px;
	width: 100%;
	border: 1px solid #3c495c;
	outline: none;
     padding: 10px 0;
	background-color: #fff;
	border-radius: 30px;
	height: 143px;
	padding-left: 40px;
	color: #3c495c;
	font-size: 16.5px;
	box-sizing: border-box;
	margin-bottom: 15px;
     font-family: 'OpenSansRegular';
}
.popup input[type=submit] {
	max-width: 243px;
	cursor: pointer;
	padding-left: 0;
	width: 100%;
	height: 43px;
	font-size: 18.5px;
	background-color: #30b8a7;
	border-radius: 30px;
	color: #fff;
	margin: 0 auto;
	display: block;
	border: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.popup input::-webkit-input-placeholder {color:#b7babd;}
.popup input::-moz-placeholder          {color:#b7babd;}/* Firefox 19+ */
.popup input:-moz-placeholder           {color:#b7babd;}/* Firefox 18- */
.popup input:-ms-input-placeholder      {color:#b7babd;}


.allheader,
.allfooter{
    displaY:none;
}

.header_top_line > .box{
    align-items:center;
}