
/* Font styles */
.small-open-sans{
    font-family: "Open Sans",sans-serif;
    /* font-size: 14px; */
    /* line-height: 18px; */
	font-size: 0.88em;
    line-height: 1.45em;
}
#address.small-open-sans{
	font-size: 0.88em;
    line-height: 1.25em;
}
.average-open-sans{
    font-family: "Open Sans",sans-serif;
    /* font-size: 16px;
    line-height: 20px; */
	font-size: 100%;
	line-height: 1.5em;
}
.mini-roboto-light{
    font-family: "Roboto", sans-serif;
    font-weight:300;
    /* font-size: 18px; */
	font-size: 1.125em;
    line-height: 1.2em;
	
}
.small-roboto-light{
    font-family: "Roboto", sans-serif;
    font-weight:300;
	font-size:1.5rem;
    line-height: 1.3em;
    /* font-size: 24px; */
    /* line-height:30px; */
}
.average-roboto-light{
    font-family: "Roboto", sans-serif;
    font-weight:300;
    /*font-size: 48px;*/
    /*line-height: 60px;*/
    font-size: 3rem;
    line-height: 1.25em; 
    text-transform: uppercase;
}
.large-roboto-light{
    font-family: "Roboto", sans-serif;
    font-weight:300;
    /*font-size: 90px;*/
    /*line-height: 110px;*/
    line-height: 1.25em;
    font-size: 5.63rem;
    text-transform: uppercase;
}

/* Colors */

.light-grey{
    color:#8b8b8b;
}
.lighter-grey{
    color:#b0b0b0;
}
.lighter-grey-darker{
    color:#888;
}
.light-black{
    color:#404040;
}
.dark-grey{
    color:#303334;
}
.grey{
    color:#5e6263;
}
.white{
    color:#fff;
}
.light-blue {
    background-color: #2bb0ef;
}
.light-blue-active {
	background-color: #8FB2D5;
}
.light-grey-active {
	background-color: #cbcbcb;
}


/* Optional styles */
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.underline{
    text-decoration: underline;
}
.clearfix:after,
.row:after {
    content: '';
    display: block;
    clear: both;
}
.text-center {
    text-align: center;
}
.df-center {
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}
.container.footer-container,
.container.header-container {
    margin: 0 auto;
    position: relative;
}

/* mzp */

.mz-hint-message {
    display: none!important;
}

.MagicZoom:hover .mz-hint-message {
    display: inline-block!important;
}

.mz-figure.mz-no-zoom, 
.mz-figure.mz-click-zoom, 
.mz-figure.mz-active {
    cursor: pointer!important;
    cursor: -webkit-pointer!important;
}

.mz-thumb {
    display: none!important;
}

.overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background-color: rgba(100,124,149,.5);*/
    background-color: rgba(25,50,78,.7);
}

/* General styles */

body {
    max-width: 2000px;
    min-width: 300px;
    margin: 0 auto;
}
#header, #body, #footer{
    width:100%;
}
#header{
    /*height:100px;*/
    height:77px;
    box-sizing: border-box;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0;
	z-index: 3;
	background-color: #fff;
	border-bottom: 1px solid #CCCCCC;
}

.container.header-container {
	/*width: 1840px;*/
	width: 100%;
	height:100%;
    /*padding: 0 1%;*/
    box-sizing: border-box;
}
#logo{
    display: block;
    width: 185px;
    margin-left: 40px;
	height:100%;
    background: url(/images/logo_ru.png) center center no-repeat;
    background-size:100%;
}
#logo.logo_uk {
	background-image: url(/images/logo_uk.png);
}
#logo.logo_ru {
	background-image: url(/images/logo_ru.png);
}
#logo.logo_en {
	background-image: url(/images/logo_ru.png);
}
#menu{
    display: block;
    /*width: 305px;*/
    /*height:99px;*/
    height:77px;
    width: calc(100% - 250px);
    /*overflow: hidden;*/
    position: relative;
    /*padding-left:calc(100% - 520px);*/
}
#menu .menu-block a:hover {
    color: #b0b0b0;
}
#menu .menu-block a.active {
    color: #000;
	font-weight: 600;
}
#menu .menu-block{
    /*// position: absolute;
    // bottom:0;
    // left:0;
    // text-align: center;
    // width: calc(100% - 305px);
    // padding-bottom: 12px;*/
    width: calc(100% - 306px);
    height: 77px;
    display: flex;
    /*align-items: flex-end;*/
    align-items: center;
    justify-content: space-around;

}

.menu-button,
.menu-button__service{
    display: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: right;
    font-size:28px;
    line-height:60px;
    text-align: center;
    cursor: pointer;
}
.menu-button:before,
.menu-button__service:before {
    vertical-align: middle;
    height: 100%;
    content: '';
    display: inline-block;
}
.menu-block li{
    display: inline-block;    
    /*margin-left: 10px;
    margin-right: 10px;*/
	margin:0 5px 0 5px;
}
#menu .menu-block {
    position: relative;
    /*bottom: 20px;*/
	
}

#address {
    margin-top:5px;
    /*argin-right:60px;*/
    margin-right:25px;
}
#address-hidden {
    display: none;
}
#address:after{
   position: absolute;
   content: '';
   height: 100%;
   width: 1px;
   background: rgba(0,0,0,.2);
   top: 0;
   right: 130px;
}
.menu-icon{
    background-position: center center;
    background-repeat: no-repeat;
    height:30px;
    width:30px;
    margin:35px 0 0 0;
    // margin:35px 30px 0 0;
    cursor: pointer;
}
#language-icon{
    background-image: url(/images/ic_lang.png);
	background-size: 18px;
	height:18px;
	width:100%;
	background-position: left center;
	margin: 5px 0px 0 0;
	padding-left: 23px;
	font-family: "Open Sans",sans-serif;
	display: inline-block;
    line-height: 18px;
    font-size: 0.8em;
}
#language-icon:hover {
    color: #0F4D8C;
}
#social-icon{
    background-image: url(/images/ic_soc.png);
}
.drop-down{
    position: relative;
}
.drop-down-data{
    display: none;
    -webkit-transition: display ease 0.2s;
    -moz-transition: display ease 0.2s;
    -ms-transition: display ease 0.2s;
    -o-transition: display ease 0.2s;
    transition: display ease 0.2s;
    border:1px solid #cbcbcb;
    /*border-radius: 2px;*/
    position: absolute;
    top:30px;    
    z-index:1000;
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
}
#languages-data.drop-down-data {
    left: 0px; 
}
#languages-data.drop-down-data li a {
	display: block;
	/*padding: 2px 3px;*/
	padding: 8px 20px;
}
#languages-data.drop-down-data li a:hover {
	background-color:#B0C4DE;
}
#social-yandex.drop-down-data {
    right: 0; 
}
.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title{
    display: inline !important;
}
.ya-share2__title{
    font-family: "Open Sans",sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
}
.drop-down-data li{
    /*margin-bottom:5px !important;*/
}

.slide:focus,
input:focus,
textarea:focus{
	outline:none;
}
#main-slider {
    position: relative;
}

.box-shadow {
    box-shadow: 0px 3px 2px rgba(0,0,0,0.1) inset;
}
#main-slider .slide{
    overflow: hidden;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:90vh;
    min-height:820px;
}
#main-slider .slide-header{
    margin-top:28vh;
    /*top: 10vh;*/
    max-height:40vw;
}
#main-slider .slide-text{
    /*top: 50vh;*/
    margin-top:3vh;
    max-height:3.75em;
}
#main-slider .slide-header, #main-slider .slide-text{
    /*position: absolute;*/
    overflow: hidden;
    word-wrap:break-word;
    width:47vw;
    margin-left:10vw;
    /*left: 10vw;*/
}
#main-slider .image-left .slide-header, #main-slider .image-left .slide-text{
    margin-left:45vw;
    text-align: right;
}
#main-slider .image-right .slide-header, #main-slider .image-right .slide-text{
    margin-left:10vw;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots{
    bottom:10px;
}
.proposition{
    padding:5vh 5%;
    padding:5vmax 5%;
    background-color: #0f4d8c;
    text-align: center;
}
.proposition .banner-header {
	margin-bottom:3rem;
}
.proposition .banner-text a {
	text-decoration:underline;
	color:#2bb0ef;
}
.proposition .banner-text a:hover {
	/*text-decoration:none;*/
	color:#48bff7;
}
.default-button{
    /*background-color: #2bb0ef;*/
    padding:18px 35px;
    text-align: center;
    border:0;
    border-radius: 6px;
    display: inline-block;
	transition: all .3s ease;
}
.default-button:hover{
	transition: all .3s ease;
	background-color: #48bff7
}
.description-container{
    overflow: hidden;
    /*height: 820px;*/
    height: 795px;
    background-size: cover;
    background: no-repeat center center;
}
.description-container .container{
    width: 50%;
    box-sizing:border-box;
    background-color: rgba(255,255,255,0.8);
    /*height: 700px;*/
    padding: 0 5% 0 10%;
    /*padding: 0 4% 0 4%;*/
    height: 52em;
    /*overflow: hidden;*/
    overflow: visible;
}
.description-container .container.reverse{
    padding: 0 10% 0 5%;
}
.container-wrapper {
    /*width: 100%;*/
    max-height: 100%;    
}
.service .description-container-wrapper {
    max-width: 470px;
}
#descriptions .description-container.text-right .container,
#contact .description-container.text-right .container {
    /*padding: 215px 12.5% 60px 5%;*/
    margin-left:50%;
}
#body .description-container.text-right .container {

}
/* #contact .description-container.text-right .container {
     background-color: rgba(100,124,149,.8);
}*/
.description-container .description-container-wrapper {
	width: 100%;
	/*background-color: rgba(255,255,255,.8);
	padding: 0 3% 0 3%;*/
   
}
.contact__description .description-container.text-left .container{
	background-color: transparent;
	height: 40em;
}
.contact__description .description-container.text-left .description-container-wrapper {
	/*width: 100%;*/
	background-color: rgba(255,255,255,.8);
	padding: 0 3% 0 3%;
   
}
.description-container .text-header{
    margin-bottom: 7vh;
    max-height: 3.75em;
    /*overflow: hidden;*/
    overflow: visible;
    /*height: 9.7vw;*/
}
.description-container .text-sub-header{
    margin-bottom: 3vh;
    /*max-height: 2.6em;*/
    /*overflow: hidden;*/
}
.description-container .text{
    margin-bottom: 7vh;
    max-height: 27em;
    /*overflow: hidden;*/
	font-size: 100%; 
	line-height: 1.75em;
}
.ful-size-description{
    width:100%;
    padding:13vh 0;
    text-align: center;
}
.ful-size-description .title{
    margin:0 12% 3vh;
    max-height: 3.75em;
    overflow: hidden;
}
.ful-size-description h3.title{
    line-height: 1.2em;
    font-size: 2.0rem;
    font-weight: 200;
}
.ful-size-description .text{
    margin:0 20%;
    /*max-height: 7.5em;*/
    overflow: hidden;
}
.text span {
	font-weight:600;
}
.big-menu {
	box-sizing: border-box;
	border: 0 solid #eee;
    /*border-width: 1px 0 0 1px;*/
}
.big-menu.big-submenu {
	margin-bottom: 30px;
}
.big-menu a.menu-item {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border: 0 solid #eee;
    /*border-width: 0 1px 1px 0;*/
	box-sizing: border-box;
	transition: all .5s ease;
	text-decoration: none;
	/*overflow:hidden;*/
	/*opacity: 0.8;*/
	/*border-bottom:1px solid #aaa;*/
	border:5px solid #fff;
}
.big-menu-home a.menu-item {
	border:none;
}
.big-menu a.menu-item:nth-of-type(4n+1) {
	background-color:#efefef;
}
.big-menu a.menu-item:nth-of-type(4n+2) {
	background-color:#e7e7e7;
}
.big-menu a.menu-item:nth-of-type(4n+3) {
	background-color:#dfdfdf;
}
.big-menu a.menu-item:nth-of-type(4n) {
	background-color:#cfcfcf;
}
.big-submenu a.menu-item:nth-of-type(3n+1) {
	background-color:#efefef;
}
.big-submenu a.menu-item:nth-of-type(3n+2) {
	background-color:#e7e7e7;
}
.big-submenu a.menu-item:nth-of-type(3n+3) {
	background-color:#dfdfdf;
}
.big-menu a.menu-item:hover {
	/*opacity: 1;*/
	/*transform: scale(.99);*/
	/*transform: scale(1.01);
	border:1px solid #aaa;*/
	/*background-color:#fff;*/
	background-color:#f9f9f9;
	/*background-size:110%;*/
	transition: all .5s ease;
	/*background-image:none!important;*/
	z-index:2;
}
/*
.big-menu a.menu-item div.bg_color {
	position:absolute;
	height:6.5em;
	height:7.5em;
	bottom:0;
	display: block;
	width: 100%;
	background-color: #fff;
	opacity: 0.6;
}
.big-menu a.doctor-menu-item:hover {
	background-image:inherit;
}
.big-menu a.doctor-menu-item .menu-name {
	color: #000;
	position: absolute;
	bottom: 1.5em;
    line-height: 1em;
}
.big-menu a.doctor-menu-item .menu-description {
	position: absolute;
	bottom: 2%;
    height: 2em;
	color: #000;
}
*/
.big-menu .average-roboto-light{
    font-weight:400;
    font-size: 1.9rem;
    line-height: 1.25em;
}
.big-submenu .col-lg-12.menu-item{
    height:auto;
}
/*.menu-name{
    color: #000;
	text-shadow: 1px 1px 2px #fff, 0 0 1em #fff;
}
*/
.big-menu a.menu-item:hover .menu-name{
	color:#303334
}
.big-submenu a.menu-item{
    height: calc(300px + 2vh);
}

/*.big-menu a.menu-item:after {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
     background-color: rgba(100,124,149,.5);
    background-color: rgba(25,50,78,.7);
	filter: grayscale(0.5) blur(10px);
}*/

.menu-item{
    display: block;
    overflow: hidden;
    /*height:calc(300px + 10vh);*/
    height:calc(230px + 10vh);
    background-image: url(/images/worry/promo/img_proc_1.jpg) no-repeat center center;
    background-size: cover;
}
.menu-name{
	max-height: 3.75em; 
	/*height: 8.5vw;*/
	margin:5vh 5%;
	color: #303334;
	overflow: hidden;

	position: absolute;
	bottom: 40%;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	max-height: unset!important;
	width: 90%;
}

.menu-description{
    /* color:#404040; */
	/*color: rgba(0,0,0,.5);*/
    margin:0 5%;
    overflow: visible;
    max-height: 4.5em;
	max-height: unset;
    position: absolute;
    bottom: 0;
    color: #000;
    height: 35%;
    line-height: unset;
	text-transform: lowercase;
	text-shadow: 1px 1px 2px #fff, 0 0 1em #fff;
}

/*new style menu-item*/
.big-menu a.menu-item .str_wrapper {
	position:absolute;
	left:0;
	bottom:0;
	min-height: 35%;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	padding: 2% 3% 0 3%;
	text-shadow: 1px 1px 2px #000, 0 0 1px #000;
	background-color: rgba(25,50,78,.5);
	font-size: 85%;
}
.big-menu a.menu-item .str_wrapper .str1 {
	font-size:145%!important;
}

.big-menu.big-menu-home a.menu-item {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#banners{
    margin:0 12.5%;
}
.banner{
    text-align: center;
}
.banner .banner-image{
    height:101px;
    width:124px;
    background: #fff center center no-repeat;
    margin: 0 auto 5vh;
    overflow: hidden;
}
.banner .banner-text{
    margin:0 5% 0;
    max-height: 6.3em;
    overflow: hidden;
}
#banners-slider{
    background-color: #464b58;
    padding: 10vh calc(12.5% - 50px);
    margin-top:10vh;

}
#banners-slider .title{
    text-align: center;
    margin-bottom: 10vh;
}
#banners-slider .banners-slider .slide{
    /*display: block;*/
    position: relative;
    height: 150px;
    width:100px;
    outline:0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#banners-slider__service-content .banners-slider__service .slide{
    /*display: block;*/
    position: relative;
    height: 200px;
    width: 300px;
    outline:0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#banners-slider__service-content {
    /*background-color: rgba(0,0,0,.1);*/
    position: relative;
}
#banners-slider .banners-slider .banners-image{
    margin: auto;
    max-width: 262px;
	max-height: 131px;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}
#banners-slider__service-content .banners-slider__service .banners-image{
    margin: auto;
    max-height: 200px;
    max-width: 300px;
    min-height: 150px;
}
#banners-slider .slick-list{
    padding: 0 !important;
    margin:0 50px;
}

#banners-slider__service-content .slick-list {
    padding: 0 !important;
    margin:0 40px;
}

#banners-slider__service-content .slick-prev {
    left: 10px;
}
#banners-slider__service-content .slick-next {
    right: 10px;
}
#banners-slider .slide[aria-hidden="true"]{
    /*visibility: hidden;*/
}
#news{
    margin:0 12.5%;
}
#news .news{
    margin-bottom:10vh;
}
#news .title{
    margin:10vh 0;
    text-align: center;
}
#news .news-title{
    margin:5vh 0 3vh;
	max-height:3.6em;
	overflow:hidden;
	font-weight:500;
}
#news .news-short-text{
    line-height:1.3em;
    max-height: 13.8em;
    overflow: hidden;
}
#news .news-image{
    background-position: center top;
    background-size:cover;
    width:100%;
    height:250px;
}
#contacts{
    /*margin-top:10vh;*/
}
#contact-address{
    background-color: #eee;
    overflow: hidden;
}
#contact-address, #google-map{
    height:820px;
}
#contact-address .container{
    /*margin-left: 25%;*/
    padding: 0 3%;
    height: 100%;
    justify-content: center;
}
#contact-address .contact-title{
    margin-bottom: 7vh;
    /*margin-top: 35%;*/
}
#contact-address .contact-text{
    margin-bottom: 6vh;
}
#footer{
   /* height:150px;*/
    width:100%;
}
.footer-wrapper {
    /*height: 150px;*/
}
.footer-container:before {
    height: 100%;
    display: inline-block;
    content: '';
    vertical-align: middle;
}
.container.footer-container {
    width: 100%;
	/*height: 100%;*/
}
#footer .footer-logo {
  float: right;
  /*padding-top: 30px;*/
  padding-right: 40px;
  margin-top: 50px;
}
.footer-logo a {
    text-decoration: none;
    display: block;
	text-align: center;
}
.copyright{
    /*margin-top: 15px;*/
    padding-left: 40px;
    display: inline-block;
}
.copyright ol, .copyright ul{
	list-style:none;
	display:block;
	/*padding-bottom:20px;*/
}
.copyright ol li, .copyright ul li{
	display:inline;
}
.slick-prev{
    left:0;
}
.slick-next{
    right:0;
}
.footer__sub-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -80px;
}
.footer__sub-menu a,
.footer__sub-menu span {
    font-family: "Open Sans",sans-serif;
    font-size: 0.88em;
    line-height: 1.45em;
}
.menu-arrow {
  color: #2BB0EF;  
}

/* Service */

.service-menu {
    display: none;
}
#menu-service .menu-block a:hover {
    color: #b0b0b0;
}
#menu-service .menu-block {
    display: none;
}

.menu-button__service {
    float: none;  
    position: relative;
    overflow: inherit;
    background-color: rgba(0,0,0,.1);
}
.menu-button__service .fa-bars {
    right: 4px;
    position: relative;
}
.menu-button__service:hover {
    background-color: rgba(0,0,0,.2);
}

.menu-button__service:after {
    content: 'Услуги';
    position: absolute;
    width: 75px;
    left: 55px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans",sans-serif;
}

.menu-button__service span {
    color: black;    
}

.service .text {
    line-height: 1.7em;
}
.service .button-placeholder {
    margin-top: 3vh;
    margin-top: 3vmax;
}
.service-name__wrapper {
    padding-top: 5vh;
    padding-top: 5vmax;
    padding-bottom: 5vh;
    padding-bottom: 5vmax;
    position: relative;
	background-position: center center;
	background-size: cover;
}
.service-name__banner {
    position: relative;
    z-index: 1;
    padding: 0 1%;
}
.service-content__block_right,
.service-content__block_left {
    box-sizing: border-box;
}
.service-content__block_right {
    background-color: #F4F7FA;    
}
.service-content .service-content__menu {
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 100px;
}
.service-content__menu ul {
    padding-top: 3em;
    padding-bottom: 3em;
}
.service-content__menu ul ul {
    padding-top: 0;
    padding-bottom: 0;	
}
.service-menu-active {
    background-color: #8FB2D5;
    color:#fff;
}
.service-content .service-content__menu ul {
    background-color: #F4F7FA;
}
.service-content .service-menu-active ul {
    background-color: #e2eaf2;
}
#service-menu-mob #menu-service ul ul {
    background-color: #FFF;
}
#service-menu-mob #menu-service ul .service-menu-active ul {
    background-color: #F4F7FA;
}
/*.service-content .service-menu-active ul {
    background-color: #F4F7FA;
}*/
.service-content__menu li {
    padding: 0;
}
.service-content__menu  ul ul{
	overflow:hidden;
}
.service-content__menu ul ul:hover, .service-content__menu ul ul:hover ul {
    background-color: #b0c4de;
}
.service-content__menu li:hover {
    background-color: #9EB0C7;
}

.service-content__menu li.service-menu-active:hover {
    background-color: #8FB2D5;
    color:#fff;
}
.service-content__menu li li {
    padding: 0;
}
.service-content__menu ul a {    
    padding: 5px 5% 5px 15%;
    display: block;
}
.service-content__menu ul ul a {
    padding-left: 20%;
	font-size:90%;
}
.service-content__menu ul ul ul a {
    padding-left: 25%;
	font-size:90%;
}
.service-content__block_wrapper {
    padding: 3em 2% 3em;
}
.service-content__block .text {
    margin-bottom: 3vh;
}
.description-block {
    margin-top: 3.125em;
    margin-bottom: 5em;
}
#banners-slider__service-content .description-block {
	margin-top: 0;
}
.reference {
    padding: 10px;
    border: 1px solid #eee;
	margin-bottom: 3em;
}
.reference li {
	border-top: 1px solid #eaeaea;
	padding: 3px 0 3px 0;
	/*max-height:1.2em;
	overflow:hidden;*/
}
.reference li:first-of-type {
	border-top:1px none #eaeaea;
	padding-top: 0;
}
.reference li:last-of-type {
	padding-bottom: 0;
}
.reference i {
	display: table-cell;
	/*margin-left:14em;*/
}
.reference span {
    /*width: 29%;*/
    min-width: 16em;
    display: table-cell;
	font-weight:500;
	color:#303334;
}
.service-content__block .description-image {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.description-title {
    margin: 10vh 0 3vh;
    max-height: 3.9em;
    overflow: hidden;
    font-weight: 500;
}
.service-content__video {
  height: auto;
}
.service-content__video img {
    width: 100%;
    height: auto;
}
.text-list ol {
    list-style-type: decimal;
    margin-left: 15px;
}
.text-list ol li:last-child {
    margin-bottom: 2em;
}
.text-list ol ul li {
    margin-left: 15px;
    position: relative;
}
.text-list ol ul li:before {
    background-color:#104E8D;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}

/* Doctor */

.doctor__description .description-container {
	height:auto;
	max-height:unset;
}

.doctor__description .description-container .container {
	height:auto;
	max-height:unset;
}

.doctor__description  .description-container-wrapper {
	height:auto;
	max-height:unset;
	padding: 1.6rem 0;
}

.description-container .text {
	height:auto;
	max-height:unset;
}

.doctor__description .description-container .img-container {
    overflow: hidden;
    height: 820px;
    background-size: cover;
    background: no-repeat center center;
}



/* Contact */

.contact__form .txt {
    height: 160px;
    resize: none;
}

.contact__form .fulwidth {
    width: 90%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
    font-family: "Open Sans",sans-serif;
    font-size: 0.88em;
    line-height: 1.45em;
    color:#8b8b8b;
    padding: 15px;
    border: none;
}
#contact .description-container.text-right .container {
    background-color: rgba(100,124,149,.8);
}

#contact .description-container.text-right .container{   
    padding: 0 4%;
    position: relative;
    z-index: 1;
}

#contact .contact__form {
    margin: 0 auto;
    max-width: 575px;  
}

#contact .description-container:first-child{   
    /*z-index: -1;*/
}

#contact #google-map  {
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*** CONTENT SERVICE TEXT-BLOCK ***/

div.text-block h1, div.text-block h2, div.text-block h3, div.text-block h4, div.text-block h5, div.text-block h6 {
	font-family: "Roboto", sans-serif;
	overflow: hidden;
	color: #303334;
	/*margin: 10vh 0 3vh;*/
	/*margin: 9vh 0 3vh;*/
	margin: 4vh 0 2vh;
	/*max-height: 3.9em;*/
	line-height: 1.3em;
    font-size: 1.3rem;
    font-weight: 500;
}
div.text-block-first h1, div.text-block-first h2, div.text-block-first h3, div.text-block-first h4, div.text-block-first h5, div.text-block-first h6 {
	margin-top:0;
}
div.text-block h2 {
    line-height: 1.2em;
    font-size: 2.0rem;
    font-weight: 500;
}

div.text-block h3 {
    line-height: 1.2em;
    font-size: 1.6rem;
    font-weight: 500;
}

div.text-block p {
    margin-bottom:1em;
}
div.text-block li p {
    margin:0;
	padding:0;
}
div.text-block b, div.text-block strong {
    font-weight:600;
}
div.text-block a {
	color:#3879D9;
	text-decoration:underline;
}


div.text-block ul {
    list-style: none;
    margin-left: 15px;
}
div.text-block ul li {
    margin-left: 15px;
    position: relative;
}
div.text-block ul li:last-child {
    margin-bottom:10px;
}
div.text-block ul li:before {
    background-color: #104E8D;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: -18px;
    top: 0.6rem;
    border-radius: 50%;
}

div.text-block ol {
    list-style-type: decimal;
    margin-left: 15px;
}
div.text-block ol ul li {
    margin-left: 15px;
    position: relative;
}
div.text-block ol ul li:before {
    background-color: #104E8D;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}
div.text-block ol li:last-child {
    margin-bottom: 2em;
}

.scrollTop,.scrollBottom { background: url(/images/ic_top_btn.png) 0 0 no-repeat; display: block; width: 44px; height: 44px; position: fixed; top: 80%; right: 0px; z-index: 5; }
.scrollBottom { top:90%; -moz-transform: scaleY(-1); -o-transform: scaleY(-1); -webkit-transform: scaleY(-1); transform: scaleY(-1); filter: FlipY; -ms-filter: "FlipY"; }
.scrollTop:hover,.scrollBottom:hover { background-position: 0 -44px; }


.ya-share2__list_direction_horizontal > .ya-share2__item {
	display:block!important;
	padding: 0!important;
	margin: 0!important;
}
.ya-share2__list_direction_horizontal > .ya-share2__item:hover {
	
}
a.ya-share2__link {
	display:block;
	margin:0;
	padding:8px 20px;
}
a.ya-share2__link:hover {
	background-color:#B0C4DE!important;
}
a.ya-share2__link span.ya-share2__title:hover {
	color:inherit!important;
}




.formbuilder2 .field { width: 100%; }
.formbuilder2 input[type="text"] {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 6px;
	font-family: "Open Sans",sans-serif;
	font-size: 0.88em;
	line-height: 1.45em;
	color:#000;
	padding: 15px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.formbuilder2 select {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 6px;
	font-family: "Open Sans",sans-serif;
	font-size: 0.88em;
	line-height: 1.45em;
	color: #000;
	padding: 15px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.formbuilder2 textarea {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 6px;
	font-family: "Open Sans",sans-serif;
	font-size: 0.88em;
	line-height: 1.45em;
	color: #000;
	padding: 15px;
	border:1px solid #ccc;
	box-sizing:border-box;
	min-height: 100px;
}


.formbuilder2 input[type="text"]::placeholder { color:#ababab; }
.formbuilder2 input[required]::placeholder {color:#f00;}
.formbuilder2 input[type="text"]:focus::placeholder { color:#cdcdcd; }
.formbuilder2 textarea::placeholder { color:#ababab; }
.formbuilder2 textarea:focus::placeholder { color:#cdcdcd; }
.formbuilder2 select option:first-child { color: #ababab; }


.formbuilder2 label { display:none; }
.formbuilder2 input[name="email-address-new"] { display:none; }

.formbuilder2 .notifications {
	display:none;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    font-family: "Open Sans",sans-serif;
    font-size: 0.88em;
    line-height: 1.45em;
    color: #000;
    padding: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	text-align:left;
}
.formbuilder2 .notifications .error-message { color:red; }
.formbuilder2 .notifications .success-message { color:green; }





#menu .menu-block li {
	position:relative;
	vertical-align:top;
}
#menu .menu-block li a {
	display: inline-block;
}
#service_top_submenu {
	position:absolute;
	top:22px;
	left:-10px;
	z-index:2;
	height:auto;
	width:auto;
	/*display:none;*/
	padding:10px 0;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:1px none;
	opacity: 0;
    visibility: hidden;
    transition: all .2s ease .1s;
}
#service_top_submenu li {
	display:block;
	padding:0;
	margin:0;
}
#service_top_submenu li a {
	display:block;
	line-height:2.5em;
	white-space:nowrap;
	/*padding:0 20px;*/
	padding:0 10px;
	margin:0;
}
#service_top_submenu ul {
	position:absolute;
	top:0;
	left:100%;
	/*display:none;*/
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px 0;
	opacity: 0;
    visibility: hidden;
    transition: all .1s ease .1s;
}
#service_top_submenu ul li a {
	white-space:normal;
	line-height:1.9em;
	font-size:95%;
	white-space:nowrap;
	padding:0 10px;
}
#menu .menu-block #service_top_submenu a:hover {
	color:#404040;
}
#service_top_submenu li:hover {
	background-color:#eee;
}
#menu .menu-block li:hover #service_top_submenu {
	/*display:block;*/
	opacity: 1;
    visibility: visible;
}
#menu .menu-block li #service_top_submenu li:hover ul {
	/*display:block;*/
	opacity: 1;
    visibility: visible;
}

.open-block-mega-text {
	color: #3879d9;
	text-decoration: underline;
}
.open-block-mega-text:hover {
	color: #333;
}
div.block-mega-text {
	/*display:none;*/
	text-align:left;
}
div.ful-size-description .title.homepage {
    margin: 0 20% 0vh;
    max-height: 4em;
}
div.text-block.block-mega-text h2 {
	text-align:center;
	font-weight:200;
	margin: 3vh 0 3vh;
	font-size: 1.5rem;
}
div.text-block.block-mega-text p {
	font-size: 85%;
}
div.text-block.block-mega-text ul {
	margin-bottom: 1em;
}
div.text-block.block-mega-text li {
	display: inline-block;
    margin-left: 20px;
	font-size:85%;
}
div.text-block.block-mega-text ul li:before {
    left: -10px;
}

/*.soc_links {padding:5px 0 0 0;}*/
.soc_links {padding:0px 0 0 0;}
.soc_links a {display:block;/*padding:5px 0 5px 0px;*/padding:5px 0 1px 0px;line-height:18px;white-space:nowrap;font-family:"Open Sans",sans-serif;}
.soc_links a img {display:inline-block;width:18px;height:18px;margin-right:5px;vertical-align:bottom;}
.soc_links a span {display:inline-block;line-height:18px; font-size: 0.8em}
.soc_links a:hover {color:#0F4D8C;}


.head-map-point,.head-phone { display:none;float:right;width:60px;height:60px;background:none center center no-repeat;background-size:28px 28px; }
.head-map-point { background-image: url(/images/ic-point-0.jpg); }
.head-phone { background-image:url(/images/ic-phone-2.png); }

.footer_perelinkovka {
	display:block;
	width:100%;
	float:none;
	clear:both;
	text-align:center;
	margin-top:20px;
}
.footer_perelinkovka:before,.footer_perelinkovka:after {
    content: '';
    display: block;
    clear: both;
}
.footer_perelinkovka a {
	display:inline-block;
	color:#8b8b8b;
	font-size:85%;
	margin-left:1em;
}
.service-content__block_wrapper .text a {
    color: #3879d9;
    text-decoration: underline;
}

.more-btn-class {
	display:block;
	margin-top:50px;
	margin-bottom:50px;
	color:#2bb0ef;
	text-decoration:underline;
	text-align:center;
}
.more-btn-class:hover,.more-btn-class:active {
	color:red;
}