.grecaptcha-badge { visibility: hidden; }
@font-face {
	font-family: 'Avenir Next Cyr Regular';
	src: url('../fonts/AvenirNextCyr-Regular.eot');
	src: url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
		url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),
		url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr Medium';
	src: url('../fonts/AvenirNextCyr-Medium.eot');
	src: url('../fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
		url('../fonts/AvenirNextCyr-Medium.woff') format('woff'),
		url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr Bold';
	src: url('../fonts/AvenirNextCyr-Bold.eot');
	src: url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
		url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),
		url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');	
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr Demi';
	src: url('../fonts/AvenirNextCyr-Demi.eot');
	src: url('../fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
		url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
		url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');	
	font-style: normal;
}

@font-face {
	font-family: 'Palatino Italic';
	src: url('../fonts/PalatinoNormal-Italic.eot');
	src: url('../fonts/PalatinoNormal-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PalatinoNormal-Italic.woff2') format('woff2'),
		url('../fonts/PalatinoNormal-Italic.woff') format('woff'),
		url('../fonts/PalatinoNormal-Italic.ttf') format('truetype');
	font-weight: normal;

}








body {
  font-family: 'Avenir Next Cyr Regular'; 
}

ol, ul { 
	margin-left: -40px;
}

h2 {
clear: both;
}

.newspaper ul {
    margin-left: 0px;
}

.newspaper-one ul {
    margin-left: 0px;
}

a {

    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    -ms-transition: all .3s ease; 
    -o-transition: all .3s ease; 
    transition: all .3s ease; 

}

.navbar-first {
    position: fixed;
    min-height: 42px;
    background: #0069ab;
    right: 0;
    left: 0;
    top: 0;
    z-index:100;
}

.second-header {
    margin-top: 42px;
}

.third-header {
    margin-top: 40px;
}

.f-header {
    margin-top: 42px;
}

.worktime {
    font-family: 'Avenir Next Cyr Bold';
    color: #fff;
    padding-top: 10px;
    display: block;
    padding-bottom: 12px;
}

.phone-header {
    font-family: 'Avenir Next Cyr Bold';
    color: #fff;
    padding-top: 10px;
    padding-left: 60px;
    display: block;
}

a.button-1 {
    font-family: 'Avenir Next Cyr Regular';
    color: #fff;
    font-size: 12px;
    width: 55px;
    height: 25px;
    display: block;
    float: left;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    padding-top: 2px;
    margin-top: 7px;
    margin-left: 25px;
    outline: none;
    text-decoration: none;
}

a.button-1:hover {

    background: #fff;
    color: #0069ab;
    text-decoration: none;

}

select.select-1 {
    font-family: 'Avenir Next Cyr Regular';
    color: #fff;
    font-size: 12px;
    height: 25px;
    display: block;
    float: left;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    padding-left: 11px;
    padding-right: 20px;
    margin-top: 7px;
    margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/down-button.png) no-repeat 99px;
    outline: none;
    cursor: pointer;

}
select.select-2 {
	width:65px;
    font-family: 'Avenir Next Cyr Regular';
    color: #fff;
    font-size: 12px;
    height: 25px;
    display: block;
    float: left;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    padding-left: 11px;
    padding-right: 5px;
    margin-top: 7px;
    margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/down-button.png) no-repeat 49px;
    outline: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

option {
    color: #0069ab;
}

.logo {
    padding: 0px;
    height: 113px;
    background: url(../images/logo.png);
   
}
.logo_en {
    padding: 0px;
    height: 113px;
    background: url(../images/logo_en.png);
   width:210px;
}

a.link-h1 {
    font-size: 13px;
    color: #4b4b4b;
    line-height: 21px;
    display: inline-block;
}

a.link-h1:hover {
    text-decoration: none;
    color: #0069ab;
    
}

a.link-h1::before {
    width: 12px;
    height: 10px;
    background: url(../images/m-orange.png);
    content: '';
    display: inline-block;
    margin-right: 3px;
}

a.link-h2 {
    font-size: 13px;
    color: #4b4b4b;
    line-height: 21px;
    display: inline-block;
}

a.link-h2:hover {
    text-decoration: none;
    color: #0069ab;
    
}

a.link-h2::before {
    width: 12px;
    height: 10px;
    background: url(../images/m-blue.png);
    content: '';
    display: inline-block;
    margin-right: 3px;
}

a.link-h3 {
    font-size: 13px;
    color: #4b4b4b;
    line-height: 21px;
    display: inline-block;
}

a.link-h3:hover {
    text-decoration: none;
    color: #0069ab;
    
}

a.link-h3::before {
    width: 12px;
    height: 10px;
    background: url(../images/m-red.png);
    content: '';
    display: inline-block;
    margin-right: 3px;
}

a.link-h4 {
    font-size: 13px;
    color: #4b4b4b;
    line-height: 21px;
    display: inline-block;
}

a.link-h4:hover {
    text-decoration: none;
    color: #0069ab;
    
}

a.link-h4::before {
    width: 12px;
    height: 10px;
    background: url(../images/m-violet.png);
    content: '';
    display: inline-block;
    margin-right: 3px;
}


.padding-top-h {
 padding-top:16px;

}

.padding-top-z {
    padding-top: 40px;
    padding-left: 40px;
}

a.call {
    border: 1px solid #0069ab;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
    display: block;
    box-sizing: border-box;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 15px;
}

a.call:hover { background: #0069ab; color: #fff; text-decoration:none;}

a.call::before { 

    width: 12px;
    height: 12px;
    background: url(../images/phone.png);
    content: '';
    display: inline-block;
    margin-right: 3px;

}


a.call:hover::before {
    width: 12px;
    height: 12px;
    background: url(../images/phonehover.png);
    content: '';
    display: inline-block;
}

a.booking {
    border: 1px solid #0069ab;
    background: #0069ab;
    margin: 0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
    box-sizing: border-box;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 15px;
    margin-left: 10px;
}

a.booking:hover 
{
    text-decoration: none;
    color: #fff;
    background: #004773;
    border: 1px solid #004773;
}

a.note {
    border: 1px solid #0069ab;
    background: #0069ab;
    margin: 0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
    box-sizing: border-box;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 15px;
    margin-left: 10px;
}

a.note:hover 
{
    text-decoration: none;
    color: #fff;
    background: #004773;
    border: 1px solid #004773;
}

.links-lang {
    float: left;
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-left: 14px;
}

a.link-lang {
    color: #fff;
}

a.link-lang:hover {
    font-weight: bold;
    text-decoration: none;
}

.text-down-one {
    width: 152px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 11px;
}

.text-down-two {
    width: 160px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    text-align:center;
}

.text-down-three {
    width: 140px;
    height: 20px;
    float: left;
    display: block;
    text-align:center;
}



// меню


nav
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
}
  
nav ul
{
  list-style: none;
  position: relative;
  float: left;
  margin-right: 0px;
  display: inline-table;
  margin-left: 0px;
  padding: 0px;
  margin: 0px;
}
    
nav ul li
{
 
  
}

nav ul li > ul.business-dropdown {
    opacity: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    visibility: hidden;
}

nav ul li:hover ul.business-dropdown {
    opacity: 1 !important;
    display: block;
    visibility: visible;
}
   
nav ul li:hover
{
   color: red; }

   nav ul li:hover > ul{ display:block }
      
nav ul li a {
    display: block;
    padding: 18px 12px;
    color: #222;
    font-size: 20px;
    text-decoration: none;
    line-height: 17px;
}

nav ul li a:hover {

color: #0069ab;
text-decoration: none;

}
     
nav ul ul.business-dropdown {
        display:none;
        background: #fff;
        position: absolute; 
        top: 100%;
        box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,.1);
        z-index: 3;
      }
        
nav ul ul li{float: none; position: relative;}
          
nav ul ul li a {
            padding: 15px 30px; 
            border-bottom: 1px solid rgba(0,0,0,.05);
          }
         
nav ul ul ul {
            position: absolute; 
            left: 100%; 
            top:0;
          }	


// меню закончилось




nav {
    
    width: 100%;
    border-top: 1px solid red;
    margin-top: 1px;
}

.wide-container {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    width: 100%;
    z-index:10;
}

.line-first {
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    display: block;
}


.container.pokanetslaidera {
    z-index: 2;
    position: relative;
}

.container-child {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.17);
    border: solid 1px #e9e9e9;
    padding-top: 9px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    z-index: 31;
    background: white;
}

.date-news {
    font-size: 12px;
    line-height: 20px;
    color: #4a4a4a;
}

.content-news {
    color: #0069ab;
    font-size: 14px;
}

.content-news a:hover {

    color: #23527c;
    
}




.column-bottom-text {
    overflow: hidden;
}







h1 {
    font-size: 36px;
    font-family: 'Avenir Next Cyr Medium';
    text-align: center;
    line-height: 36px;
    margin-top: 25px;
    color: #4b4b4b;
    margin-bottom: 28px;
}
h3 {
    font-size: 36px;
    font-family: 'Avenir Next Cyr Medium';
    text-align: center;
    line-height: 36px;
    margin-top: 25px;
    color: #4b4b4b;
    margin-bottom: 28px;
}

.container-child-one {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    overflow: hidden;
    padding-top: 9px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

input#s {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #0069ab;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 60px;
    color: #4a4a4a;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: none;
    background: url(/images/search.png) no-repeat 20px 10px;
    margin-bottom: 20px;
}

input.date { cursor: pointer; }

input {

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

input:focus, textarea:focus {

    border: 1px solid #0069ab !important;
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

select.theme:focus {

    border: 1px solid #0069ab; 

}



.service {
    height: 212px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(242,247,251,0);
    
}

.service-patient-one {
    height: 182px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(242,247,251,0);
    
}




.service-single {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 28px;
    overflow:hidden;
    
}

.service-second {
    height: 165px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 28px;
    background: rgba(242,247,251,0);
}

.service-patient-two {
    //height: 212px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(242,247,251,0);
}

.service-patient-three {
    height: 70px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(242,247,251,0);
}

.service:hover, .service-single:hover, .service-second:hover, .service-patient-one:hover, .service-patient-two:hover, .service-patient-three:hover {

    background: rgba(242,247,251,1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

.service-icon-one {
    width: 50px;
    height: 50px;
    float: left;
}


.service-icon {
    width: 50px;
    height: 50px;
    float: left;
    background: red;
}

.service-text {
    float: left;
    padding-left: 10px;
}

.service-text-patient {
    float: left;
    padding-left: 10px;
    width: 84%;
}

.service-text-patient-h {
    float: left;
    width: 93%;
}

.service-text-second {
    float: left;
    padding-left: 10px;
    width: 80%;
}

a.service-main-link {
    color: #4b4b4b;
    font-size: 20px;
	line-height: 24px;
    font-family: 'Avenir Next Cyr Demi';
}

a.service-main-link {
    text-decoration:none;
}

.service:hover a.service-main-link {
    color: #0069ab;
    opacity: 1;
    z-index: 1000;
}

.service-second:hover a.service-main-link {
    color: #0069ab;
    opacity: 1;
    z-index: 1000;
}

.service-single:hover a.service-main-link {
    color: #0069ab;
    opacity: 1;
    z-index: 1000;
}

a.service-link {
    display: block;
    clear: left;
    font-size: 18px;
    line-height: 26px;
    color: #0069ab;
}

a.service-link:hover {
    color: #004773;
    text-decoration:none;

}

a.service-link-another {
    display: block;
    clear: left;
    font-size: 16px;
    line-height: 18px;
    color: #0069ab;
    margin-bottom: 7px;
}

a.service-link-another:hover {
    color: #004773;
    text-decoration:none;

}

a.service-link-two {
    display: block;
    clear: left;
    font-size: 14px;
    line-height: 21px;
    color: #4b4b4b;
    font-family: 'Avenir Next Cyr Demi';
}

a.service-link-two:hover {
    
    text-decoration:none;
    color: #0069ab;

}

.service-links {
    margin-top: 4px;
}

.service-links-another {
    margin-top: 4px;
}


.service-links-two {
    margin-top: 0px;
}

.action {
    height: 204px;
    background: #f2f7fb;
    padding: 0;
    padding-top: 1px;
    box-sizing: border-box;
}

.action-hover  {
    position: absolute;
    width: 100%;
    height: 204px;
    background: #004773;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.advantages-container {
    overflow: hidden;
    margin-bottom: 60px;
}


.action:hover .action-hover  {
    opacity: 1;
}






.icon-pr-one {
    width: 58px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
	background: url('../images/1pr.png');
}

.icon-pr-two {
    width: 58px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    background: url('../images/2pr.png');	
}

.icon-pr-three {
    width: 58px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    background: url('../images/3pr.png');	
}

.icon-pr-four {
    width: 58px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    background: url('../images/10pr.png');	
}

.icon-pr-five {
    width: 58px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    background: url('../images/4pr.png');	
}

.icon-pr-six {
    width: 58px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
	background: url('../images/5pr.png');
}

.icon-pr-hover {
    width: 25px;
    height: 38px;
    display: block;
    margin: 0 auto;
    background: url(../images/hover.png);
    margin-top: 9px;
}

.icon-pr-desc {
    font-size: 18px;
    padding-top: 9px;
    text-align: center;
    line-height: 24px;
}

.icon-pr-desc span {
    display: block;
    font-size: 11px;
    line-height: 9px;
}

.icon-desc-desc {
    color: #fff;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Regular';
    text-align: left;
    padding-left: 16px;
    padding-top: 21px;
    line-height: 16px;
    padding-right: 16px;
}

.actions {
    margin-bottom: 20px;    
}

.actions-one {
    margin-bottom: 70px;    
}

.review-image {
    margin: 0 auto;
    width: 296px;
    height: 104px;
    margin-top: 23px;
}

h4.review-title {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    color: #4a4a4a;
}

.review {
    padding-bottom: 12px;
    height: 205px;
    padding: 0px;
    background: #f2f7fb;
}

.review-hover {
    position: absolute;
    width: 100%;
    height: 205px;
    background: #004773;
    opacity: 0;
    color: #fff;
    font-family: 'Palatino Italic';
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.review:hover .review-hover  {
    opacity: 1;
}

.review-hover-text {
    font-size: 19px;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 22px;
    line-height: 25px;
    padding-right: 20px;
    letter-spacing: -1px;
}

.review-hover-name {
    font-family: 'Avenir Next Cyr Regular';
    text-align: right;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 13px;
    display: block;
}

.review-buttons {
    height: 57px;
    padding-top: 21px;
    width: 300px;
    margin: 0 auto;
}

.notes {
    padding: 0px;
}

.nopadding {
    
    padding: 0px;
}

.nopadding-two {
    
    
    
}

.another {
    height: 140px;
    margin-bottom: 10px;
}

.title {
    
    cursor: pointer;
     
}


.title-press {
	
	margin-bottom: 30px;
	clear:both;
	
}


.newspaper {
    
    background: #f2f7fb;
    padding-bottom: 27px;
    margin-bottom: 10px;
}

h3.prtnrs {
    color: #4b4b4b;
    font-family: 'Avenir Next Cyr Demi';
    text-align: center;
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 0px;
}

img.newspaper-icon {
    margin-right: 6px;
}

img.partner1 {
    padding: 12px 5px;
}

img.partner2 {
    margin-left: 23px;
}

img.partner3 {
    margin-left: 23px;
}

img.partner4 {
    margin-left: 17px;
}

img.partner5 {
    margin-left: 25px;
}

img.partner6 {
    margin-left: 24px;
}

.partners {
    padding-left: 38px;
    box-sizing: border-box;
}

.partners-press {
    padding-left: 31px;
    box-sizing: border-box;
}

.screen-newspaper {
    width: 164px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
}

.screen-date {
    padding-left: 9px;
    padding-top: 9px;
    color: #898989;
}

.screen-desc {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 9px;
}

a.screen-download {
    margin-top: 11px;
    margin-left: 9px;
    display: block;
    float: left;
    width: 92px;
    height: 36px;
    border: 1px solid #0069aa;
    background: #0069aa;
    border-radius: 40px;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

a.screen-download:hover {
    text-decoration: none;
    color: #fff;
    background: #004773;
    border: 1px solid #004773;
}

a.screen-all {
    margin-top: 11px;
    margin-left: 9px;
    display: block;
    float: left;
    width: 118px;
    height: 36px;
    border: 1px solid #0069aa;
    background: none;
    border-radius: 40px;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    color: #0069aa;
}

 #google-container {
  position: relative;
  width: 100%;
  height: 523px;
  }

a.screen-all:hover {
    border: 1px solid #0069aa;
    background: #0069aa;
    color: #fff;
}


a.review-write {
    display: block;
    float: left;
    width: 160px;
    height: 37px;
    border: 1px solid #0069aa;
    background: #0069aa;
    border-radius: 40px;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

a.review-write:hover {
    color: #fff;
    background: #004773;
    border: 1px solid #004773;

}

a.review-all {
    margin-left: 10px;
    width: 129px;
    height: 36px;
    display: block;
    float: left;
    border: 1px solid #0069aa;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 7px;
}

a.review-all:hover {

    text-decoration: none;
    background: #0069aa;
    color: #fff;

}


.news-date {
    padding-left: 0px;
    padding-top: 3px;
    color: #898989;
    font-size: 14px;
}

.new-title-new {
    color: #4b4b4b;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 16px;
    margin-top: 5px;
    cursor: pointer;
	
}

.new-screen-new {
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
	text-align: justify;
}

.new-screen-new ol,ul {
   margin-left: 0px;
}

.source {
    margin-top: 6px;
}

.mediapartners {
    background: #f2f7fb;
    height: 140px;
}

a.more:hover {
    background: none;
    color: #0069ab;
    text-decoration: none;
}

.partners-plus {
    margin-top: 55px;
    margin-bottom: 80px;
    overflow: hidden;
}

.partnerplus {
    background: #f2f7fb;
    height: 80px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

footer {
    height: 295px;
    background: url(../main1.png);
    background: #0069ab;
}

.footer-top {
    padding-top: 28px;
    overflow: hidden;
    padding-bottom: 18px;
    box-sizing: border-box;
    background: #0069ab;
}

.footer-top h6 {
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
    margin-bottom: 1px;
}

.footer-top a {
    display: block;
    color: #fff;
}

.footer-top a:hover {
    font-weight: bold;
}

.services-menu-text {
    font-size: 7px;
    color: #0069ab;
}

.footer-bottom {
    overflow: hidden;
    padding-bottom: 23px;
    background: #004773;
    box-sizing: border-box;
    color: #fff;
}

.wide-footer {
    background: #0069ab;
}

.wide-second-footer {
    background: #004773;
}

.footer-bottom-bold {
    font-family: 'Avenir Next Cyr Bold';
    padding-top: 36px;
}

.footer-bottom-text {
    text-align: right;
    font-size: 10px;
    font-family: 'Avenir Next Cyr Demi';
    box-sizing: border-box;
    padding-top: 13px;
}

.ya-share2 {
    text-align: right;
}

.footer-bottom-bold a, .footer-bottom-bold a:hover {
    color: #fff;
}

.contact-form {
    width: 447px;
    height: 523px;
    position: absolute;
    right: 40px;
    background: rgba(255,255,255,0.9);
    padding: 36px;
    box-sizing: border-box;
    z-index: 2;
}

.contact-form h2 {
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

form#contactform {
    margin-top: 25px;
}

input.name, input.email {
    width: 100%;
    margin-bottom: 15px;
    height: 36px;
    border-radius: 30px;
    border: solid 1px #9b9b9b;
    padding-left: 16px;
    outline: none;
    background: #fff;
    opacity: 1;
}

select.theme {
    width: 100%;
    margin-bottom: 15px;
    height: 36px;
    border-radius: 30px;
    border: solid 1px #9b9b9b;
    padding-left: 16px;
    outline: none;
    background-color: #fff !important;
    background: url(../images/down-button-grey.png) no-repeat 95%;
    opacity: 1;
    color: #898989;
    -webkit-appearance: none;
	-moz-appearance: none;
    cursor: pointer;
}

select.testimonials-option {
    width: 100%;
    margin-bottom: 15px;
    height: 36px;
    border-radius: 30px;
    border: solid 1px #0069ab;
    padding-left: 16px;
    outline: none;
    background-color: #fff !important;
    background: url(../images/down-button-blue.png) no-repeat 95%;
    opacity: 1;
    color: #0069ab;
    -webkit-appearance: none;
	-moz-appearance: none;
    cursor: pointer;
	
}

input.button-testimonial-little {
    width: 157px;
    margin-bottom: 15px;
    height: 36px;
    border-radius: 30px;
    border: solid 1px #0069ab;
    padding-left: 0px;
    outline: none;
    background-color: #fff !important;
    opacity: 1;
    color: #0069ab;
    -webkit-appearance: none;
    cursor: pointer;
}

input.button-testimonial-little:hover {
    background: #0069ab !important;
    color: #fff;
}

textarea.question {
    margin-bottom: 15px;
    height: 160px;
    border-radius: 17px;
    border: solid 1px #9b9b9b;
    padding-top: 8px;
    padding-left: 16px;
    outline: none;
    background: #fff;
    opacity: 1;
    color: #898989;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
	overflow: hidden;
}

input.button-contact-form {
    float: right;
    width: 113px;
    height: 36px;
    background: #0069ab;
    border: 1px solid #0069ab;
    color: #fff;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

input.button-contact-form:hover {

    background: #004773;
    border: 1px solid #004773;
    color: #fff;

}

input#s1 {
    float: right;
    width: 34px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #0069ab;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 33px;
    color: #4a4a4a;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: none;
    background: url(/images/search-little-blue.png) no-repeat 11px 10px;
    /* margin-bottom: 20px; */
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
}

input#s1:focus {
    width: 100%;
    float: right;
    cursor: text;
    background: url(/images/search-little.png) no-repeat 11px 10px;
    background-color: rgba(255,255,255,0.5);
}

form#searchform1 {
    margin-bottom: 0;
}

a.more {
    clear: left;
    display: block;
    border: 1px solid #0069ab;
    background: #0069ab;
    margin: 0;
    margin-top: 38px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    line-height: 15px;
    font-size: 14px;
    width: 147px;
    text-align: center;
}

.wide-container-breadcrumbs {
    box-sizing: border-box;
    background: #f2f7fb;
    line-height: 20px;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.breadcrumbs a {
    color: #898989;
    font-family: 'Avenir Next Cyr Regular';
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs {
    padding-top: 7px;
    padding-bottom: 7px;
}

.breadcrumbs span {
    font-family: 'Avenir Next Cyr Demi';
    color: #898989;
}

.banner {
    height: 390px;
	/*background: url(../images/banner.png);*/
    padding: 65px 30px;
    border: solid 1px rgb(243, 243, 243);
    box-sizing: border-box;
}

.banner-service {
    height: 360px;
    /*background: url(../images/banner.png);*/
    padding: 65px 30px;
    border: solid 1px rgb(243, 243, 243);
    box-sizing: border-box;
}

h1.banner-title {
    text-align: left;
    margin-bottom: 16px;
	line-height: 50px;
}

.banner-date {
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
}

.banner ul {
    font-size: 20px;
    color: #4b4b4b;
    padding-lefT: 20px;
    list-style: blue;
    list-style-position: outside;
    color: #0069ab;
    margin-top: 41px;
    line-height: 37px;
}

.banner ul li {
    font-family: 'Avenir Next Cyr Demi';
}

.banner ul li span {
    font-family: 'Avenir Next Cyr Regular';
    color: #4b4b4b;
}

a.booking-big {
    margin: 0 auto;
    display: block;
    width: 237px;
    height: 44px;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    border: 1px solid #0069ab;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    color: #fff;
    background: #0069ab;
    margin-top: 30px;
    margin-bottom: 60px;
}

a.booking-big:hover {
    border: 1px solid #004773;
    background: #004773;
    text-decoration: none;
}

table {
    width: 100%;
    margin-top: 12px;
}

.title-tab {
width: 70%;
}

.content-tab {
width: 30%;
}


th.title-tab {
    font-size: 24px;
    font-family: 'Avenir Next Cyr Regular';
    padding-top: 12px;
    padding-bottom: 12px;
    color: #0069ab;
    padding-left: 30px;
    padding-right: 10px;
}

th.content-tab {
    font-size: 18px;
    font-family: 'Avenir Next Cyr Regular';
    padding-right: 30px;
}

td.title-tab {
    font-size: 18px;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
	padding-right: 30px;
}

.service-alfa {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 2em;
}

.service-alfa ul, ol {
    margin-left:-40px;
}

.mission-alfa {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 80px;
}




tr:nth-child(2n) {
    background: #f2f7fb;
}

th {
    background: #fff;
}

.testimonial {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 57px;
    padding-right: 27px;
    background: #f2f7fb;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

.author {
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-style: normal;
    font-family: 'Avenir Next Cyr Demi';
    margin-top: 10px;
}

.website {
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-family: 'Avenir Next Cyr Demi';
    color: #0069ab;
    text-align: right;
}

.photo {
    padding: 0;
}

.form-new {
    margin-bottom: 60px;
}

.form-new-one {
    margin-bottom: 35px;
}

.photo-hover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.63);
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 25%;
    font-size: 18px;
    line-height: 26px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.photo:hover .photo-hover {

    display: block;
    cursor: pointer;
    opacity: 1;

}

.testimonials-class {
    margin-top: 40px;
}

.title-single {
    margin-bottom: 30px;
    min-height: 137px;
}

img.news-pic {
    width: 110px;
    height: 80px;
    float: left;
    margin-right: 12px;
}

.newspaper ul {
    list-style: none;
    padding-left: 26px;
    font-size: 18px;
    
    padding-top: 10px;
}

.newspaper ul li a
{
line-height: 24px;
}

.newspaper ul li a:hover {
    
    color: #004773;
}

.newspaper ul li {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 21px;
}

.newspaper-one ul {
    list-style: none;
    padding-left: 0px;
    font-size: 18px;
    padding-top: 10px;
}

.newspaper-one ul li a
{
line-height: 24px;
}

.newspaper-one ul li a:hover {
    
    color: #004773;
}

.newspaper-one ul li {
    margin-bottom: 12px;
    line-height: 21px;
	padding-left: 12px;
}

.newspaper-one ul {
    list-style: none;
    padding-left: 0px;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.newspaper-one ul li.active-service {
    border-left: 3px solid #0069ab;
}

.newspaper-one ul li.active-service a { color: #4b4b4b; }

h1.news-title-one {
    margin-top: 0px;
    margin-bottom: 40px;
}

.part-menu {
    font-size: 20px;
}

.testimonial-container {
    margin-bottom: 40px;
}

img.document {
    width: 215px;
    height: 307px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

a.document {
    overflow: hidden;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.fourth-header {
    margin-top: 42px;
}

input.button-testimonial {
    float: right;
    width: 180px;
    height: 36px;
    background: #0069ab;
    border: 1px solid #0069ab;
    color: #fff;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    outline: none;
}

input.button-testimonial:hover {

    background: #004773;
    border: 1px solid #004773;
    color: #fff;

}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

a.biznes:hover + ul div.spisok {
    display: block !important;
}

.nav>li>a {
    padding: 17px 12px;
	padding-bottom: 14px;
    border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0069ab;
	border-bottom: 3px solid #0069ab;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 0px;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}


.navbar-toggle .icon-bar {   
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0069ab;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

  background:none !important;

}

.navbar-nav {
  margin: 0;
}

h1.h1-service {
    font-size: 30px;
    color: #0069ab;
    text-align: left;
    margin-bottom: 30px !important;
}
h2.h1-service {
    font-size: 30px;
    color: #0069ab;
    text-align: left;
    margin-bottom: 30px !important;
}
h3.h1-service {
    font-size: 30px;
    color: #0069ab;
    text-align: left;
    margin-bottom: 30px !important;
}

h2.h2-mission {
    font-size: 30px;
    color: #333;
    text-align: left;
    font-family: 'Avenir Next Cyr Medium';
    line-height: 41px;
}

h2.h2-contacts {
    font-size: 30px;
    color: #333;
    text-align: left;
    font-family: 'Avenir Next Cyr Medium';
    line-height: 41px;
	text-align: center;
}

h3.h3-mission {
    font-size: 24px;
    color: #333;
    text-align: left;
    margin-top: 24px;
	line-height: 33px;
    margin-bottom: 18px !important;
    font-family: 'Avenir Next Cyr Medium';
}

h3.h3-contacts {
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 33px;
    margin-bottom: 10px !important;
    margin-top: 0px;
    font-family: 'Avenir Next Cyr Medium';
}

h3.h3-contacts.fl-lt.doctors-contacts {
    margin-bottom: 0px !important;
}

h3.h3-vacancy {
    font-family: 'Avenir Next Cyr Medium';
    color: #0069ab;
}

h4.h4-mission {
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 10px !important;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 20px;
}

h4.h4-vacancy {
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 10px !important;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 20px;
	float: left;
	width: 100%;
}

h4.h4-contacts {
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 10px !important;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 20px;
    float: left;
}

h4.h4-doctor-contacts {
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 20px;
    float: left;
}

a.contacts-text-link {
    font-size: 18px;
    text-align: left;
    color: #0069ab;
    font-family: 'Avenir Next Cyr';
    display: block;
    float: left;
    width: 100%;
    line-height: 30px;
	cursor: pointer;
}



a.contacts-text-link:hover {	
	color: #004773;	
}

.contacts-text-links {
    overflow: hidden;
    display: block;
    float: left;
    margin-top: 20px;
}

ul.mission-list li {
    color: #0069ab;
}

ul.mission-list li span {
    color: #333;
}

ul.vacancy-list {
    float: left;
    font-size: 18px;
    line-height: 26px;
    padding-left: 20px;
	color: #0069ab;
	width: 100%;
}

ul.vacancy-list li span {
    color: #4b4b4b;
}


img.doctor-photo {
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.doctor-name {
    color: #0069ab;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}

.doctor-proffesion {
    color: #4a4a4a;
    margin-top: 10px;
}

.doctor-location {
    color: #898989;
    margin-top: 3px;
    margin-bottom: 30px;
}



.doctor-container {
    height: auto;
    min-height: 300px;
}

th.content-tab-one {
    font-size: 18px;
    font-family: 'Avenir Next Cyr Regular';
    padding-left: 30px;
}

.ocean-blue {
    color: #0069ab;
}

ul.service-list, ol.service-list {
    margin-top: 25px;
}

ul.service-list li {
    color: #0069ab;
}

ul.service-list li span {
    color: #333;
}

img.icon-p {
    width: 110px;
    height: 80px;
    float: left;
    margin-bottom: 23px;
	margin-right: 11px;
}

.ссс.vvv {
    overflow: hidden;
    margin-bottom: 120px;
}

.prtnrs-text {
    padding-top: 15px;
}

a.phone-tap, a.mail-tap {
    cursor: pointer;
}

.map-contacts {
    margin-bottom: 20px;
}

.patient-map {
    margin-bottom: 80px;
}

h1.contacts {
    margin-top: 20px;
    margin-bottom: 20px;
}

.branch {
    margin-top: 30px;
}

img.affiliate-img {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

img.qrcode {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}


.c-contacts {
    margin-top: 15px;
    margin-bottom: 80px;
}

.fl-lt {
    float: left;
}

.contacts-text {
    font-size: 18px;
    text-align: left;
    color: #4a4a4a;
    font-family: 'Avenir Next Cyr';
    display: block;
    float: left;
    width: 100%;
}

img.met-ic {
    margin-top: 7px;
    display: block;
    float: left;
    margin-right: 3px;
}

img.met-id {
    margin-top: 5px;
    display: block;
    float: left;
    margin-right: 3px;
	width: 14px;
	height: 14px;
}

.doctors-contacts {
    padding-top: 30px;
}

.short-metro {
    float: left;
    display: block;
    width: auto;
	margin-right: 15px;
}

.short-graphic {
    float: left;
    display: block;
    width: auto;
}

a.vacancy-button-link {
    display: block;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    width: 143px;
    height: 36px;
    border: 1px solid;
    box-sizing: border-box;
    text-align: center;
    padding-top: 6px;
    margin-top: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

a.vacancy-button-link:hover {
    background: #0069ab;
    border: 1px solid #0069ab;
    color: #fff;
}

.vacancy-date {
    float: left;
    font-size: 16px;
    margin-left: 9px;
    padding-top: 17px;
    padding-bottom: 7px;
}

.vacancy-date-single {
    float: left;
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 7px;
}

.vacancies-container {
    overflow: hidden;
    margin-bottom: 40px;
	margin-top: 40px;
}

.vacancy-container {
    margin-bottom: 20px;
    margin-top: 20px;
	overflow: hidden;
}

input.checkbox1 {
    display: block;
    float: left;
}

.checkbox-title {
    float: left;
    color: #4b4b4b;
    font-size: 14px !important;
    line-height: 19px;
    margin-left: 5px;
    margin-right: 15px;
}

form.vacancies-checkboxes {
    overflow: hidden;
}

.checkbox-form-container {
    overflow: hidden;
    margin-bottom: 10px;
}

a.resume-button {
    width: 182px;
    height: 36px;
    display: block;
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 15px;
	float: left;
}

a.resume-button:hover {	
	background: #0069ab;
	border: 1px solid #0069ab;
	color: #fff;	
}

.resume-file {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}

img.cross-img {
    margin-top: -1px;
    margin-left: 2px;
}



img.partner1p, img.partner2p, img.partner3p, img.partner4p, img.partner5p, img.partner6p { height: 48px; padding: 7px; }



.menu-mobile-text { display: none; }
li.mobile-buttons { display: none; }
.mobile-worktime { display: none; }


.fullwidth-layer { width: 100%; height: 416px; position: absolute; background: #ececec; z-index: 10; }
ul.business-dropdown { left: 0px; width: 1280px; overflow: hidden; }
.doctors-container { height: 100%; width: 100%; background: #f7f9fc; box-sizing: border-box; padding: 10px; overflow: hidden; padding-bottom:10px;}
.dentist-container { width: 100%; background: #f7f9fc; box-sizing: border-box; padding: 10px; margin-bottom: 5px; padding-bottom: 0px; overflow: hidden; }
.menu-column { padding: 10px 5px; }
.dentist-container a { padding: 0; }
.dentist-container a:hover h6 { color: #0069ab; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}

 a.icon-link-menu-one { display: block; }
 a.icon-link-menu-one::before { display: block; content: ''; width: 21px; height: 21px; float: left; margin-top: -2px; margin-right: 6px; background: url('../images/14.png'); border-radius: 6px; }

 a.icon-link-menu-two { display: block; }
 a.icon-link-menu-two::before { display: block; content: ''; width: 21px; height: 21px; float: left; margin-top: -2px; margin-right: 6px; background: url('../images/15.png'); border-radius: 6px; }

.triangle { width: 23px; height: 8px; background: url(../images/triangle.png); position: absolute;margin-top: -9px; z-index: 1000; text-align: center; display: block; margin: 0 auto; margin-top: -9px; top: 1px; position: relative; left: -9999px; webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -ms-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; opacity: 0; }

ul.nav.navbar-nav li:hover i.triangle { left: 0; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -ms-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; opacity: 1; }


.discount-container { height: 100%; width: 100%; background: #f7f9fc; }
.checkup-container { height: 100%; width: 100%; background: #f7f9fc; }
.dms-container { height: 100%; width: 100%; background: #f7f9fc; }

h6.inner-items-title { display: block; font-size: 14px; font-family: 'Avenir Next Cyr Bold'; line-height: 17px; color: #4b4b4b; margin: 0px; margin-bottom: 11px; cursor: pointer; }
span.inner-items-title { display: block; font-size: 14px; font-family: 'Avenir Next Cyr Bold'; line-height: 17px; color: #4b4b4b; margin: 0px; margin-bottom: 11px; cursor: pointer; }
ul.business-dropdown li a { font-family: 'Avenir Next Cyr Regular'; font-size: 14px; padding: 0; line-height: 15px; border: 0px; color: #0069ab; margin-bottom: 12px; }
ul.business-dropdown li a:hover { color: #004773; }
.inner-items-first { width: 50%; float: left; }
.inner-items-second { width: 50%; float: left; }
.hide_pic_baner {
	
}

@media screen and (max-width:767px) {
    
.banner-service {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	padding: 45px 30px !important;
	height:auto;
}

.hide_pic_baner {
	background: none !important;
    background-color: #f2f7fb !important;
}
.hide_pic_baner h2 {
	color:#333 !important;
	font-size:13px;
}
.banner-service  .banner-title {
	font-size:14px;
}
	
h2.h2-contacts { float: left; }
h3.h3-contacts.fl-lt.doctors-contacts { width: 100%; }
.service-text-patient-h { float: left; width: 70%; }
.ozt { float: left; }
.contactform-contact { float: left; }
.actions-container { overflow: hidden; }	
.service-links-another { display: none; }	
.service-patient-one, .service-patient-two, .service-patient-three { width: 100%; height: 70px; }
.navbar-first { position: relative; }
ul.business-dropdown { display: none !important; }
i { display: none !important; }
.worktime { display: none; }
.phone-header { display: none; }
.buttons-header { display: none; }
.padding-top-h { display: none; }
.logo { display: none; }
a.call { display: none; }
.padding-top-z { overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 20px; }
a.booking span { display: none; }
a.booking { margin-left: 0px; width: 133px; text-align: center; }
.text-down-one { display: none; }
a.note { padding-left: 11px; padding-right: 11px; }
.text-down-two { width: 128px; }
.second-header { width: 300px; margin: 0 auto; margin-top: 0px; margin-bottom: 6px;  }
.f-header { width: 300px; margin: 0 auto; margin-top: 0px; margin-bottom: 6px;  }
.callbacks_container { display: none; }
.container-child { border: none; box-shadow: none; background: none; margin-left: 0px; margin-right: 0px; }
h1 { font-size: 24px; margin-top: 10px; margin-bottom: 20px; }
h3 { font-size: 24px; margin-top: 10px; margin-bottom: 20px; }
form#searchform { display: none; }
.service-links { display: none; }
.service { height: auto; overflow: hidden; }
.services { margin-bottom:45px; }
.service-text { float: left; padding-left: 10px; width: 180px; }
a.service-main-link { font-size: 14px; }

.service-text-patient { width: 70%; }

.nav>li>a { padding: 13px 20px; width: 100%; border-bottom: 1px solid #e9e9e9; }
.navbar-nav { margin: 0; width: 100%; }
.navbar-header {  }
.menu-mobile-text { display: block; float: left; font-family: Avenir Next Cyr Demi; font-size: 24px; color: #0069ab; padding-top: 10px; padding-bottom: 10px; padding-left: 5px; }
ul.dropdown-menu { display: none !important;}
li.mobile-buttons { overflow: hidden; }
a.button-1 { margin: 0; float: left; display: block; margin-left:10px; }
select.select-1 { margin: 0; margin-left: 10px; }
select.select-1:focus { border: 1px solid #fff !important; }
select.select-2 { margin: 0; margin-left: 10px; }
select.select-2:focus { border: 1px solid #fff !important; }
li.mobile-buttons { overflow: hidden; padding-top: 13px; padding-left: 20px; padding-right: 20px; padding-bottom: 13px; display: block; background: #0069ab; }
.mobile-buttons { overflow: hidden; padding-top: 13px; padding-left: 20px; padding-right: 20px; padding-bottom: 13px; display: block; background: #0069ab; }
.links-lang { margin: 0; padding: 2px; float: right; }
a.link-lang { color: #fff; padding: 2px; font-size: 14px; float: left; }
a.link-lang:hover { color: #fff; }
a.button-1:hover { font-weight: normal; }
input.search-mobile { width: 25px; height: 25px; float: left; border: 1px solid #ffffff; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; background: url(../images/search-mobile-white.png); outline; }  
.mobile-worktime { font-family: 'Avenir Next Cyr Bold'; color: #fff; padding-top: 10px; display: block; padding-bottom: 12px; float: left; }
.mobile-logo { width: 22px; height: 33px; float: left; background: url(../images/mobile-logo.png); margin-top: 5px; display: block; margin-bottom: 4px; margin-right: 8px; }
.mob-first { padding-left: 20px; padding-right: 20px; padding-bottom: 5px; }
a.mobile-location { width: 32px; height: 32px; background: url(../images/mobile-location.png); display: block; float: right; margin-top: 5px; }
a.mobile-phone { width: 32px; height: 32px; background: url(../images/mobile-phone.png); display: block; float: right; margin-top: 5px;  margin-left: 10px; }
.col-md-4.service { padding-left: 0 !important; padding-right: 0 !important; }
.service-second { height: auto; overflow: hidden; margin-bottom: 0px; padding-left: 0px; padding-right: 0px; }
.service:hover, .service-single:hover, .service-second:hover { background: none; }
.review { padding-bottom: 12px; height: 205px; padding: 0px; background: #f2f7fb; padding-top: 1px; margin-bottom: 20px; width: 414px; float:left; }
.ссс { overflow: overlay; }
.reviews-container { overflow: hidden; width: 3726px; }
.actions { overflow: overlay; }
.action { width: 206px; float: left; }
.actions-container { width: 1238px; }


.review-hover-text { font-size: 19px; padding-top: 28px; line-height: 19px; }
.review-hover-name { font-size: 11px; line-height: 11px; }
h4.review-title { font-size: 13px; text-align: center; line-height: 16px; color: #4a4a4a;
}

a.review-write { float: none; margin: 0 auto; margin-bottom: 10px; }
a.review-all { float: none; margin: 0 auto; width: 160px; }
.newsblock { margin-bottom: 10px; margin-top: 10px; }
.review-buttons { padding-top: 21px; overflow: hidden; height: auto; width: 100%; }
.partners { width: 810px; }
.partners-container { overflow: overlay; padding-bottom: 19px; }
.title { margin-top: 30px; }
.newspaper { margin-top: 20px; overflow: hidden; }
.contact-form { position: relative; width: 100%; padding-top: 0px; padding-bottom: 30px; height: auto; overflow: hidden; padding-right: 20px; right: 0px;}
.partnerplus { height: auto; background: transparent; margin: 0px auto; margin-bottom: 10px; }
.partners-plus { text-align: center; }
.ya-share2 { text-align: left; margin-top: 20px; }
.review-image { text-align: center; }
form#searchform1 {  display: none; }
.service-single { overflow: hidden; margin-bottom: 10px; }
.banner { height: auto; padding-top: 20px; padding-bottom: 20px;}




th.title-tab { font-size: 16px !important; }
th.content-tab { font-size: 14px; line-height: 17px; padding-left: 10px; padding-right: 10px;   }
th.content-tab-one { font-size: 14px; line-height: 17px; padding-left: 10px; padding-right: 10px;   }
td.content-tab { padding-left: 10px; padding-right: 10px; }
.banner ul li { font-size: 16px; line-height: 21px; }
td.title-tab { font-size: 14px; line-height: 18px; padding-left: 10px; padding-right: 10px; }
.testimonial { padding: 20px; font-size: 16px; line-height: 21px; }
h1.news-title-one { margin-bottom: 0px; }
.third-header { margin-top: 15px; }
.testimonial-container { margin-bottom: 20px; }
.author { font-size: 16px; line-height: 24px; }
.review-image img {  }
.navbar-header-white { background: #fff !important; }
input.search-mobile { outline: none; }
.last-block { display: none; }

}


@media screen and (min-width:768px) and (max-width:1299px) {
	
h3.h3-contacts.fl-lt.doctors-contacts { width: 100%; }
.review-hover-text.prtnrs-text { line-height: 16px; }
.review-hover-name { line-height: 13px; }
.review-image img { width: 210px; }
.review-image { width: 210px; }
.service-text-patient-h { width: 80%; }

h2.h2-contacts { float: left; }
.ozt { float: left; }
.contactform-contact { float: left; }
.actions-container { overflow: hidden; }
.service-patient-one, .service-patient-two, .service-patient-three { width: 100%; height: 70px; }
.service-links-another { display: none; }
.worktime { display: none; }
.phone-header { display: none;}
.buttons-header { display: none; }
.padding-top-h { display: none; }
.logo { display: none; }
a.call { display: none; }
.padding-top-z { overflow: hidden; padding-left: 0px; padding-right: 0px; padding-top: 20px; }
a.booking span { display: none; }
a.booking { margin-left: 0px; width: 133px; text-align: center; }
.text-down-one { display: none; }
a.note { padding-left: 11px; padding-right: 11px; }
.text-down-two { width: 128px; }
.second-header { width: 300px; margin: 0 auto; margin-top: 0px; margin-bottom: 6px;  }
.callbacks_container { display: none; }
.container-child { border: none; box-shadow: none; background: none; margin-left: 0px; margin-right: 0px; }
h1 { font-size: 24px; margin-top: 10px; margin-bottom: 20px; }
h3 { font-size: 24px; margin-top: 10px; margin-bottom: 20px; }
form#searchform { display: none; }
.service-links { display: none; }
.service { height: auto; overflow: hidden; }
.services { margin-bottom:45px; }
.service-text { float: left; padding-left: 10px; width: 180px; }
a.service-main-link { font-size: 18px; }
.nav>li>a { padding: 13px 20px; width: 100%; border-bottom: 1px solid #e9e9e9; }
.navbar-nav { margin: 0; width: 100%; }
.navbar-header { }
.menu-mobile-text { display: block; float: left; font-family: Avenir Next Cyr Demi; font-size: 24px; color: #0069ab; padding-top: 10px; padding-bottom: 10px; padding-left: 5px; }
ul.dropdown-menu { display: none !important;}
li.mobile-buttons { overflow: hidden; }
a.button-1 { margin: 0; float: left; display: block; margin-left:10px; }
select.select-1 { margin: 0; border: 1px solid #fff; color: #fff; margin-left: 10px; background: url(../images/down-button.png) no-repeat 99px; }
select.select-2 { margin: 0; border: 1px solid #fff; color: #fff; margin-left: 10px;}
li.mobile-buttons { overflow: hidden; padding-top: 13px; padding-left: 20px; padding-right: 20px; padding-bottom: 13px; display: block; }
.links-lang { margin: 0; padding: 2px; float: right; }
a.link-lang { color: #fff; padding: 2px; font-size: 14px; float: left; }
a.button-1:hover { color: #0069ab; background: #ffffff; font-weight: normal; }
input.search-mobile { width: 25px; height: 25px; float: left; border: 1px solid #fff; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; background: url(../images/search-mobile-white.png); outline; }  
.mobile-worktime { font-family: 'Avenir Next Cyr Bold'; color: #fff; padding-top: 10px; display: block; padding-bottom: 12px; float: left; }
.mobile-logo { width: 22px; height: 32px; float: left; background: url(../images/mobile-logo.png); margin-top: 5px; display: block; margin-bottom: 5px; margin-right: 8px; }
.mob-first { padding-left: 20px; padding-right: 20px; padding-bottom: 5px; }
a.mobile-location { width: 32px; height: 32px; background: url(../images/mobile-location.png); display: block; float: right; margin-top: 5px; }
a.mobile-phone { width: 32px; height: 32px; background: url(../images/mobile-phone.png); display: block; float: right; margin-top: 5px;  margin-right: 10px; }
.col-md-4.service { padding-left: 0 !important; padding-right: 0 !important; }
.service-second { height: auto; overflow: hidden; margin-bottom: 0px; padding-left: 0px; padding-right: 0px; }
.service:hover, .service-single:hover, .service-second:hover { background: none; }
.review { padding-bottom: 12px; height: 205px; padding: 0px; background: #f2f7fb; padding-top: 1px; margin-bottom: 0px; }
.review-hover-text { font-size: 19px; padding-top: 28px; }
input.search-mobile { outline: none; }

.navbar-header { float:none !important; }
.navbar-toggle { display: block !important; }
.navbar-nav>li { float: none; }
.wide-container {  }
.partnerplus { height: auto; background: transparent; margin: 0px auto; margin-bottom: 10px; }
.partners-plus { text-align: center; }
img.partner1, img.partner2, img.partner3, img.partner4, img.partner5, img.partner6 { width: 83px; }

   
.another, .mediapartners { height: auto; }
.title { margin-bottom: 30px; overflow: hidden; }
.another { margin-bottom: 30px; }
.newspaper { overflow:hidden; }
ul.business-dropdown { display: none !important; }
i { display: none !important; }

.mobile-buttons { overflow: hidden; padding-top: 13px; padding-left: 20px; padding-right: 20px; padding-bottom: 13px; display: block; background: #0069ab; }
.navbar-first { position: relative; }
form#searchform1 { display: none; }
.f-header { width: 300px; margin: 0 auto; margin-top: 0px; margin-bottom: 6px; }
.last-block { display: none; }
img.image-news-b { width: 100%; }


}





@media screen and (min-width:1299px) {
.navbar-collapse.collapse { display: block!important; height: auto!important; padding-bottom: 0; overflow: visible !important }
.container.mobile-buttons { display: none; }
}

@media screen and (max-width:1299px) {
.partners-container { overflow: overlay; padding-bottom: 19px; }
.col-md-5 { width: auto !important; }
}

