@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
html {
    height: 100%;
}
body{ 
    width: 100%;
    height: 100%;
    background-color:#fff;
    color: #272222;
    font: normal 16px /*'Conv_Roboto-Regular'*/'Roboto', Arial, Helvetica, sans-serif;
    position:relative;
}
body.overlay-active{
    width: auto;
    overflow: hidden;
}
b, strong{
    font-weight: 700;
    /*font-family: 'Conv_Roboto-Bold', Arial, Helvetica, sans-serif;*/
}
ul, h1, h2, h3, p {
    margin:0;
    padding:0;
    list-style-type:none;
}
img {
    border:none;
    padding:0;
    margin:0;
}
a{
    color: #1481B4;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #CF3772;
    text-decoration: none;
}
a:active,
a:hover{
    outline: 0;
}
a:focus{}
a:visited{}
/*a, a:hover{
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    transition: all.6s ease;
}*/
.clearfix::before,
.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    
}
.clearfix::after {
    clear: both;
}

.left {
    float: left;
}
.right {
    float: right;
}
.text-center {
    text-align: center;
    display: block;
}
.hide {
    display:none;
}
.empty {
    padding: 0 15px;
}
.ic{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
h1, h2, h3{
    font-family: 'Conv_TenorSans-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h1{ 
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #000;
}
h2{ 
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 35px;
    color: #000;
}
h3{
    font-size: 30px;
    margin-bottom: 12px;
    color: #000;
}
h4{ }
h5{ }
span{}
p{
    margin-bottom: 10px;
}
.main{
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow: hidden;
}
.fz14{
    font-size: 14px;
    color: #474744;
}
.fz18{
    font-size: 18px;
}
.fz20{
    font-size: 20px;
    line-height: 24px;
    color: #242222;
    margin-bottom: 18px;
}
.fs22{
    font-size: 22px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt10{
    margin-top: 10px;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.ml10{
    margin-left: 16px;
}
.pt30{
    padding-top: 30px;
}
.clgren{
    color: #474744;
}
img.w100{
    width: 100%;
}
.cblack{
    color: #000;
}
.bbline{
    border-bottom: 1px solid #D4D6DF;
    margin-bottom: 40px;
}
.btline{
    border-top: 1px solid #D4D6DF;
    margin-top: 30px;
    padding-top: 15px;
}
.bblineD{
    border-bottom: 1px dashed #DEDEDE;
    margin-bottom: 15px;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}
.popap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 740px;
    padding: 0 10px;
}
.popap .recordingForm{
    border: none;
}
.closeForm{
    position: absolute;
    top: 4px;
    right: 23px;
    font-size: 35px;
    cursor: pointer;
}
.closeForm:hover{
    color: #cc0000;
}
.fancybox-is-open .fancybox-bg{
    opacity: 0.7;
}
/*----------------------------------------*/
/*--Шапка--*/
header{
    font-family: 'Conv_TenorSans-Regular', Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #000;
    padding: 18px 0 15px 0;
}
header .phone{
	font-size:20px;
}
header span{
    font-family: /*'Conv_Roboto-Regular'*/'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #474744;
    display: block;
    margin-top: 5px;
}
a.logo{
    display: block;
    color: #000;
    height: 90px;    
} 
a.logo img{
    font-size:12px;
}
a.logo:hover{
}
.logo img{
    position: absolute;
    top: 3px;
    left: 15px;
    width: 80px;
}
.logoText{
    padding-left: 90px;
}
.top-phone{
    float: left;  
}
.top-phone a.phone{
    color:#474744;
}
.top-phone a.email{
    display: table;
    font-size: 14px;
    text-decoration: underline;
    font-family: /*'Conv_Roboto-Regular'*/'Roboto', Arial, Helvetica, sans-serif;
}
.top-phone a:hover{
    text-decoration: none;
}
.top-social{
    float: right;
    width: 200px;
    margin-left: 5%;
    margin-top: 5px;
}
.top-social ul{
    width: 100%;
}
.top-social ul li{
    float: left;
    margin-left: 6px;
}
.top-social ul li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.top-social ul li a:hover{
    opacity: .6;
}
.top-social ul li a.ic-vk{
    background: url(../img/vk.svg) center center no-repeat;
    border: 1px solid #4A76A8;
}
.top-social ul li a.ic-fb{
    background: url(../img/fb.svg) center center no-repeat;
    border: 1px solid #3B5998;
}
.top-social ul li a.ic-ins{
    background: url(../img/ins.svg) center center no-repeat;
    border: 1px solid #CF3772;
}
.top-social ul li a.ic-ok{
    background: url(../img/ok.svg) center center no-repeat;
    border: 1px solid #F58220;
}
.scroll-menu{
    border-bottom: 1px solid #E5E5E5;
    padding: 12px 0;
    font-size: 20px;
    background: #fff;
}
.scroll-menu__ul{
    text-align: center;
    display: inline;
    vertical-align: top;
}
.scroll-menu ul li{
    display: inline-block;
    padding: 8px 12px;
}
.scroll-menu ul li a{
    color:#474744;
}
.scroll-menu ul li a:hover{
    color: #cc0000;
}

.menu_main {
    background: #4556c8;
    border-radius: 4px 4px 0 0;
}

.grey{
    color: #8D8D8F;
}
.tongue{
    float: right;
    border:1px #E9E9E9 solid;
    height: 40px;
    font-family: /*'Conv_Roboto-Regular'*/'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 5px;
    display: block;
}
.tongue a{
    display: block;
    float: left;
    height: 40px;
    width: 45px;
    line-height: 40px;
    text-align: center;
    color: #6D6D6D;
}
.tongue a:first-child{
    border-right: 1px solid #E9E9E9;
}
.tongue a:hover, .tongue a.active{
    background: #F3F3F3;
    color: #363334;
}
.g360{
    float: right;
    margin-left: 5%;
    margin-top: 5px;
}
/*--Главная--*/
.home-services__link{
    font-size: 14px;
    color: #474744;
    padding-top: 30px;
}
.home-services__link img{
    width: 100%;
    border-radius: 4px;
    margin-bottom: 6px;
}
.home-services__link a{
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}
.home-header{
    position: relative;
    width: 100%;
    height: 460px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    background: url(../img/home-header.jpg) center top no-repeat,
        linear-gradient(180deg, #4456CA 0%, #6A5EB7 100%);
}
.h60{
    height: 60px;
    background: linear-gradient(180deg, #4456CA 0%, #5F44CA 100%);
}
.home-header h1{
    font-size: 40px;
    color: #fff;
    /* margin-top: 30px; */
    padding-top: 60px;
}
.home-header__text{
    max-width: 550px;
    opacity: .9;
    line-height: 1.4;
}
.ml90{
    margin-left: 90px;
}
.home-services__list img{
    width: 100%;
}
.home-services__list{
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.home-services__list:hover{
    border: 1px solid #C5C5C5;
}
a.home-services__list{
    display: block;
    -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.home-services__list:hover{
    -webkit-transform: translateY(-6px) scale(1.05);
    -moz-transform: translateY(-6px) scale(1.05);
    -ms-transform: translateY(-6px) scale(1.05);
    -o-transform: translateY(-6px) scale(1.05);
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.home-services__list-img{
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    transition: all.6s ease;
}
/*a.home-services__list:hover .home-services__list-img{
    -webkit-transform: translateY(-9px) scale(1.10);
    -moz-transform: translateY(-9px) scale(1.10);
    -ms-transform: translateY(-9px) scale(1.10);
    -o-transform: translateY(-9px) scale(1.10);
    transform: translateY(-9px) scale(1.10);

}*/
.home-services__list-text{
    height: 60px;
    padding: 0 10px 0 20px;
    display: table-cell;
    vertical-align: middle;
}
.homeh2{
    margin-bottom: 20px;
}
.home-news_list ul li{
    padding-bottom: 20px;
}
.home-news_list ul li a{
    text-decoration: underline;
}
.home-news_list ul li a:hover{
    text-decoration: none;
}
.home-news_list-data{
    font-size: 14px;
    color: #8D8D8F;
    margin-bottom: 4px;
}
.home-news_list-text{
    font-size: 14px;
    color: #474744;
    margin-top: 6px;
}
.home-news_list ul li img{
    width: 80px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 3px;
    border-radius: 4px;
}
.evaluation{
    margin-top: 40px;
}
.evaluation a{
    font-size: 14px;
    text-decoration: underline;
}
.evaluation a:hover{
    text-decoration: none;
}
.evaluation img{
    border: 1px solid #D4D6DF;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 5px;
    display: block;
}
a.amore{
    position: relative;
    text-decoration: underline;
    display: block;
}
a.amore::after{
    content: '';
    width: 17px;
    height: 4px;
    background: url(../img/more.svg) left top no-repeat;

}
ul.medmenu li{
    display: inline-block;
    margin-right: 15px;
}
ul.medmenu li a{
    text-decoration: underline;
}
.sliderHome-med div{
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    border-radius: 4px;
    margin-top: 3px;
}
ul.list-doctors{
    padding-bottom: 40px;
    margin-right: -25px;
}
ul.list-doctors li{
    display: inline-block;
    vertical-align: top;
    width: 185px;
    margin-right: 25px;
}
ul.list-doctors li img{
    width: 100%;
    border-radius: 4px;
    margin-bottom: 6px;
}
ul.list-doctors li a{
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    text-decoration: underline;
}
ul.list-doctors li a:hover{
    text-decoration: none;
}
.home-doctors{
    color: #474744;
    font-size: 14px;
}
.home-doctors h2.homeh2{
    margin-bottom: 10px;
}

.home-reviews__list{
    margin-bottom: 60px;
}
.home-reviews__list li{
    margin-bottom: 15px;
}
.home-reviews__list-text{
    border-radius: 4px;
    border: 1px solid #D4D6DF;
    border-top: 3px solid #F2C94C;
    padding: 20px;
    font-size: 14px;
    margin-top: 8px;
    color: #474744;
}
.home-reviews__list-text a{
    display: block;
    text-decoration: underline;
}
.home-reviews__list-text a:hover{
    text-decoration: none;
}

.home-h1ten{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
a.look-more{
    border: 1px solid #d6d7f0;
    box-sizing: border-box;
    border-radius: 4px;
    background: none;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 15px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    line-height: 34px;
}
a.look-more:hover{
    opacity: .8;
}
.hometop-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 400px;
    background-image: url(../img/home-top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-border-top-left-radius: 300px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topleft: 300px;
    -moz-border-radius-bottomright: 4px;
    border-top-left-radius: 300px;
    border-bottom-right-radius: 4px;
    opacity: .8;
}
.link-video{
    display: block;
    width: 116px;
    height: 116px;
    background: url(../img/link-video.png) 0 0 no-repeat;
    margin: 150px auto 0;
    cursor: pointer;
}
.link-video:hover{
    background: url(../img/link-video.png) -116px 0 no-repeat;
}
.glasses{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 57px;
    cursor: pointer;
}
.home-reviews__list .amore{
    margin-top: 15px;
}
/*--Внутреннии страницы-----------------------*/
.submenu{
    margin-bottom: 20px;
    border: 2px solid #F2C94C;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 0px 10px 10px;
    background: #FFFFFF;
}
.submenu ul{
    font-size: 14px;
}
.submenu ul li{
    margin-bottom: 1px;
}
.submenu ul li a{
    display: block;
    text-decoration: underline;
    padding: 7px 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom:1px;
}
.submenu ul li a:hover{
    background: #F2C94C;
    color: #242222;
    text-decoration: none;
}
.submenu ul li a.active{
    background: #F2C94C;
    color: #242222;
    text-decoration: none;
    font-weight: 700;
    /*font-family: 'Conv_Roboto-Bold', Arial, Helvetica, sans-serif;*/
}
.submenu ul li ul{
}
.submenu ul li ul li{
    position: relative;
}
.submenu ul li ul li a{
    padding: 4px 10px 4px 20px;
    color: #777;
}
.submenu ul li ul li::before{
    content: '-';
    position: absolute;
    top: 5px;
    left: 10px;
}
.submenu ul li ul li a:hover{
    background: #f3f3f3;
    color: #CF3772;
    text-decoration: none;
}
.submenu ul li ul li a.active{
    background: #fff;
    color: #CF3772;
    text-decoration: none;
    font-weight: 700;
}
.submenu-mob{
    background: #F2C94C;
    color: #242222;
    text-decoration: none;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    padding: 7px 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom:1px;
    position: relative;
    display: none;
    text-decoration: none;
}
.submenu-mob::after{
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    width: 11px;
    height: 20px;
    background: url(/img/submenu-mob.svg) 0 0 no-repeat;
}
.content-site h1{
    font-size: 40px;
    line-height:1;
}
.content-site h2{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 35px;
}
.content-site h3{
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-top: 25px;
}
.content-site{
    color:#474744;
    line-height: 1.3;
    margin-bottom: 50px;
}
.content-site a{
    color: #1481B4;
    text-decoration: underline;
}
.content-site a:hover{
    color: #CF3772;
    text-decoration: none;
}
ul.breadCrumbs{
    padding: 20px 0 20px 0;
}
ul.breadCrumbs li{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    color: #B3B4B4;
}
ul.breadCrumbs li::after{
    content: '/';
    margin-left: 10px;
    margin-right: 5px;
}
ul.breadCrumbs li a{
    text-decoration: underline;
}
ul.breadCrumbs li a:hover{
    text-decoration: none;
}
ul.breadCrumbs li:last-child a{
    color: #CF3772;
    text-decoration: none;
}
ul.breadCrumbs li:last-child::after{
    content: '';
}
.imgslid img{
    width: 80px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 5px;
}
.a-moreText{
    color: #1481B4;
    border-bottom: 1px #1481B4 dashed;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}
.a-moreText:hover, .a-moreText.active{
    border:none;
    color: #CF3772;
}
.moreText{
    display: none;
}
.hrtop{
    border-top: 1px dashed #CDCDCD;
    padding-bottom: 40px;
}
.list-doctors{
    margin-top: 10px;
    margin-bottom: 15px;
}
.list-doctors img{
    width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
}
.list-doctors a{
    display: block;
    margin-top: 10px;
}
.list-doctors__text{
    font-size: 14px;  
    padding-top: 5px;
}
.list-doctorsDB .list-doctors__text{
    padding-left: 100px;      
}

ul.licheck li{
    position: relative;
    padding-left: 25px;
    margin-top: 12px;
}
ul.licheck > li::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 20px;
    background: url(../img/licheck.svg) left top no-repeat;
}
.head-doctor img{
    width: 100%;
    border-radius: 4px;
}
.head-doctor a{
    font-size: 18px;
    margin: 10px 0;
    display: block;
}
.head-doctor span{
    display: block;
    color: #777;
}
.doctorFon{
    padding-top: 30px;
    overflow: hidden;
    background: #705050 url(../img/doctor-fon.jpg) center top no-repeat;
    border-radius: 4px;
    color: #fff;
    
}
.doctorFon img{
    width: 33.33333333%;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 6%;
    float: left;
    margin-right: 3%;
}
.doctorFon h1{
    color: #fff;
    margin-top: 40px;
    font-size: 35px;
}
.doctorFon-text1{
    font-size: 18px;
}
.doctorFon-text1 p{
    margin-bottom: 18px;
}
.doctorFon-position{
    color: #FFF619;
}
.depart-gallery{
    width: 100%;
    border-radius: 4px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.depart-galleryitem{
    width: 100%;
    height: 300px;
    background: 000;
    position: relative;
}
.depart-galleryitem > div{
    position: relative;
    width: 100%;
    height: 300px;
}
.depart-gallery .slick-track{
    height: 300px;
}
a.depart-gallery__360{
    display: block;
    width: 100px;
    height: 60px;
    background: #9BCF3F url(../img/360white.svg) center 14px no-repeat;
    border: 2px solid #FFFFFF;
    border-radius: 0px 4px 0px 30px;
    position: absolute;
    top: -2px;
    right: -2px;
}
a.depart-gallery__360:hover{
    background: #87BF24 url(../img/360white.svg) center 14px no-repeat;
}
.gallery a{
    display:inline-block;
    vertical-align: top;
    margin: 0 2px 2px 0;
    font-size:0px;
}
.list-img figure{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.list-img figure img{
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}
.list-img figcaption{
    font-size: 14px;
    color: #8D8D8F;
}
.content-site__contakt{
    max-width: 700px;
    border-radius: 4px;
    border: 2px solid #D9D9D9;
    padding: 50px 20px;
    line-height: 25px;
}
.content-site__contakt button{
    background: #9BCF3F;
    border-radius: 4px;
    font-size: 25px;
    padding: 15px 25px;
    display: block;
    border:none;
    color: #fff;
    margin: 0 auto 20px;
    cursor: pointer;
}
.content-site__contakt button:hover{
    background: #82B32B;
}
.chief-doctor img{
    width: 200px;
    border-radius: 4px;
    float: left;
    margin-right: 20px;
}
.chief-doctor__info{
    margin-bottom: 40px;
}
.chief-doctor a{
    display: block;
    margin-top: 10px;
}
ul.footer-link li{
    float: left;
    font-size: 14px;
    margin-right: 20px;
}
ul.footer-link li a{
    color: #A6A8B6;
}
ul.footer-link li a:hover{
    color: #fff;
    text-decoration: none;
}
.footer-link__p, .footer-link__s{
    position: relative;
}
.footer-link__p{
    padding-left: 22px;
}
.footer-link__p::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../img/print.svg) 0 0 no-repeat;
}
.footer-link__s{
    padding-left: 35px;
}
.footer-link__s::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 14px;
    background: url(../img/och.svg) 0 0 no-repeat;
}
.home-licenses__list{
    margin-top: 30px;
}
.home-licenses__list .slick-next:before{
    width: 22px;
    height: 43px;
    background: url(../img/home-licenses__right.svg) 0 0 no-repeat;
}
.home-licenses__list .slick-prev:before{
    width: 22px;
    height: 43px;
    background: url(../img/home-licenses__left.svg) 0 0 no-repeat;
}
.home-licenses__list .slick-prev {
    left: 0px;
}
.list-doctors .slick-next {
    right: -10px;
    top: 44%;
}
.list-doctors .slick-prev {
    left: -32px;
    top: 44%;
}
.lk-form .recordingForm{
    max-width: 100%;
    padding: 50px 25px;
}
.lk-form .recordingForm h2{
    margin-top: 0;
}
.lk-form .recordingForm form{
    max-width: 100%;
}
.lk-form .recordingForm form .form-np{
    width: 250px;
    float: left;
}
.lk-form .recordingForm form{
    margin: 20px auto;
}

.post-mini__answer{
    border: 1px solid #D4D6DF;
    padding: 20px;
    margin-top: 2px;
    border-radius: 4px;
    line-height: 16px;
    background: #f9f9f9;
}
.post-mini__answer b{
    display: block;
    margin-bottom: 0px;
}
.post-mini__answer ul.licheck li {
    position: relative;
    padding-left: 15px;
    margin-top: 8px;
}
.post-mini__answer ul.licheck > li::before{
    content: '-';
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 20px;
    background: none;
}

/*--Меню--------------------------------------*/
.menu {
    position: relative;
    margin-left: -12px;
}
.nav, #touch-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav{
    display: inline;
    vertical-align:top;
}
.nav li{
    display: inline-block;
}
ul.nav li{
    position: relative;
}
.nav li a {
    display: block;
    font-size: 16px;
    font-family: /*'Conv_Roboto-Regular'*/'Roboto', Arial, Helvetica, sans-serif;
    padding: 20px 12px 12px;
    text-decoration: underline;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 1px;
}
.nav li:hover > a, .nav li a.active{
    background: #fff;
    color: #CF3772;
    text-decoration: none;
}
.nav li.submenu_is a{
}
#touch-menu {
    display: none;
}
.nav li ul{
    display: none;
}
.nav li:hover > ul{
    display: block;
    border-radius: 4px;
}
.nav li:hover ul{
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #fff;
    width: 250px;
    z-index: 999;
    padding: 8px 4px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.nav li ul li{
    display: block;
}
.nav li ul li a{
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #1481B4;
}
.nav li ul li a:hover{
    background: #F0F2FF;
}
.nav li ul:hover .nav li{
    background: #fff;
    color: #CF3772;
    text-decoration: none;
}
/*--Меню--------------------------------------*/
/*--Баннер--*/
.banner-vosmed{
    width: 100%;
    height: 500px;
    background: #705050 url(../img/banner705050.jpg) center top no-repeat;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.banner-vosmed::after{
    content: '';
    position: absolute;
    bottom: -90px;
    right: -100px;
    width: 315px;
    height: 298px;
    background: url(../img/flowers.png) 0 0 no-repeat;
}
.banner-vosmed h1{
    color: #fff;
    margin-top: 90px;
}
.banner-text{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    /*font-family: 'Conv_Roboto-Light', Arial, Helvetica, sans-serif;*/
}
.banner-dentistry{
    width: 100%;
    height: 500px;
    background: #f1f5d2 url(../img/bannerf1f5d2.jpg) center top no-repeat;
    overflow: hidden;
    position: relative;
    color: #363636;
}
.banner-dentistry h1{
    color: #272925;
    margin-top: 90px;
}
.banner-dentistry button.record{
    background: #27AE60;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.banner-cosmetology{
    width: 100%;
    height: 500px;
    background: #f0f2ff url(../img/bannerf0f2ff.jpg) center top no-repeat;
    overflow: hidden;
    position: relative;
    color: #363636;
}
.banner-cosmetology h1{
    color: #272925;
    margin-top: 90px;
}
.banner-medical{
    width: 100%;
    height: 500px;
    background: #39c390 url(../img/banner39c390.jpg) center top no-repeat;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.banner-medical h1{
    color: #fff;
    margin-top: 90px;
}
.banner-medical button.record{
    background: #F2C94C;
    color: #242222;
}
#branchServices{
    padding-top: 70px;
}
.ultrasonic{
    margin-top: 70px;
    padding: 70px 0;
    color: #fff;
    background: linear-gradient(180deg, #30A56E 0%, #30A6A5 100%);
}
.ultrasonic h2{
    color: #fff;
}
.ultrasonic img{
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.ultrasonic span{
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-style: italic;
    font-weight: 300i;
    /*font-family: 'Conv_Roboto-Italic', Arial, Helvetica, sans-serif;*/
}
/*Список новостей*/
.posts-category__item{
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.post-mini img{
    float: left;
    margin-right: 20px;
    border-radius: 4px; 
}
.post-mini::before,
.post-mini::after {
    content: "";
    display: block;
    height: 0;
}
.post-mini::after {
    clear: both;
}
.post-mini__title a{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.post-mini__date{
    font-size: 14px;
    color: #777777;
}
.pages-nav__list{
    margin-top: 20px;
}
.pages-nav__list a{
    background: #fff;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.pages-nav__list a:hover, .pages-nav__list a.active{
    border: 1px solid #CF3772;
    color: #CF3772;
}
.rss img{
    width: 16px;
    margin-right: 5px;
    vertical-align: text-top;
}
.reviews-category__item{
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0px;
}
/*Форма*/
/* .form-default{
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    padding: 40px 30px;
}
.form-default__title{
    font-size: 35px;
    color: #4955B9;
    margin-bottom: 20px;
    font-family: 'Conv_TenorSans-Regular', Arial, Helvetica, sans-serif;
}
.form-default__caption{
    margin-bottom: 5px;
}
.form-default__required{
    color: #CF3772;
}
.form-default__item input{
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    height: 40px;
    width: 240px;
    margin-right: 20px;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 12px;
}
.form-default__item textarea{
    border: 1px solid #AEAEAE;
    border-radius: 4px;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
    height: 100px;
    font: normal 16px 'Conv_Roboto-Regular''Roboto', Arial, Helvetica, sans-serif;
    padding-top: 7px;
}
.form-default__grid-item{
    float: left;
}
.form-default__grid{}
.form-default__grid::before,
.form-default__grid::after {
    content: "";
    display: block;
    height: 0;
}
.form-default__grid::after {
    clear: both;
}
.form-default__item.post-error{
    color: #CF3772;
    margin-top: 15px;
} */
button.button-a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #9BCF3F;
    padding: 10px 16px 8px;
    border: none;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}
button.button-a:hover{
    background: #88bd29;
}
/*Список*/
ul.checkList{}
ul.checkList li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}
ul.checkList li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 23px;
    background: url(../img/check.svg) 0 0 no-repeat;
}
ul.checkList li ul{
    margin-top: 5px;
}
ul.checkList li ul li{
    padding-left: 20px;
    margin-bottom: 5px;
}
ul.checkList li ul li::before{
    content: '●';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background: none;
}
.ctext{
    color: #474744;
}
.list-block__content{
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
}
.list-block__content:hover .list-block__img{
    -webkit-transform: translateY(-9px) scale(1.10);
    -moz-transform: translateY(-9px) scale(1.10);
    -ms-transform: translateY(-9px) scale(1.10);
    -o-transform: translateY(-9px) scale(1.10);
    transform: translateY(-9px) scale(1.10);
}
.list-block__content .empty-pd{
    padding: 16px 20px 20px 20px;
    color: #474744;
    /*height: 170px;*/
}
.list-block__img{
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    transition: all.6s ease;
}
.block-help{
    padding: 70px 0;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(180deg, #6C517C 0%, #705050 100%);
}
.block-help h2{
    color: #fff;
}
.block-help__orange{
    background: #F2C94C;
    border-radius: 4px;
    color: #35312E;
    padding: 25px;
    margin-top: 40px;
}
.block-help__orange b{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
.yellow{
    color: #FFF619;
}
.block-help__img{
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*--Слайдер--*/
.services-sd{
    margin-top: 60px;
}
.slider-vosmed{
    margin: 80px 15px 0 15px;
    background: #fff;
    border: 1px solid #d9d0cc;
    box-shadow: 0px 6px 12px rgba(161, 161, 161, 0.2);
    border-radius: 4px;
    overflow: hidden;
}
.slider-vosmed__img{
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}
.empty-pd{
    padding: 15px 20px 20px 20px;
    color: #474744;
}
.slider-text{
    height: 120px;
    color: #474744;
    margin-top: 8px;
    line-height: 20px;
}
.slider-vosmed a{
    font-family: 'Conv_TenorSans-Regular', Arial, Helvetica, sans-serif;
    font-size: 22px;
}
.slider-vosmed__img{
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    transition: all.6s ease;
}
.slider-vosmed:hover .slider-vosmed__img{
    -webkit-transform: translateY(-9px) scale(1.10);
    -moz-transform: translateY(-9px) scale(1.10);
    -ms-transform: translateY(-9px) scale(1.10);
    -o-transform: translateY(-9px) scale(1.10);
    transform: translateY(-9px) scale(1.10);
}
.services-sd h2{
    margin-bottom: -40px;
    margin-top: 70px;
}
/*--Контент--*/
#text-info{
    padding-top: 60px;
}
#hardware{
    padding-top: 60px;
}
button.record{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #9BCF3F;
    padding: 10px 16px 8px;
    border: none;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
}
button.record:hover{
    background: #88bd29;
}
button.record-faq{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background: #9BCF3F;
    padding: 10px 16px 8px;
    border: none;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 15px;
}
button.record-faq:hover{
    background: #88bd29;
}
.content{
    color: #333;
}
.content h2{
    margin-top: 50px;
}
.content img{
    border-radius: 4px; 
}
hr{
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: none;
    height: 1px;
    clear:both;
    margin-top: 60px;
}
.text-info{
    color: #474744;
    font-size: 18px;
}
.content .more{
    cursor: pointer;
    display: inline-block;
    color: #1481B4;
    border-bottom: 1px dashed #6EBCE0;
}
.content .more:hover, .more.active{
    color: #cc0000;
    border-bottom: 1px dashed #cc0000;
}
.content ul.disc li{
    position: relative;
}
.content ul.disc li::before{
    content: '●';
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #474744;
}
.yellow-line{
    position: relative;
}
.yellow-line::after{
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #F2C94C;
    margin: 70px 0 0 0;
}
img.massage{
    width: 100%;
}
img.img-mt{
    width: 41.66666667%;
    margin-left: 30px;
}
img.img-medmg{
    width: 41.66666667%;
    margin-left: 30px;
    display: block;
}
.img-lfk{
    width: 50%;
    margin: 0 30px 20px 0;
}
.img-lfk img{
    width: 100%;
}
.img-lfk__pi{
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}
.specialAttention{
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding-top: 50px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.specialAttention ul{
    width: 100%;
    padding-top: 15px;
}
.specialAttention ul li{
    width: 23.5%;
    float: left;
    padding: 0 20px;
    /*border-left: 1px solid #E5E5E5;*/
    /*height: 355px;*/
    min-height: 100%;
    color: #474744;
}
.specialAttention ul li:first-child{
    border-left: none;
}
.blockNumber{
    position: relative;
    display: block;
    color: #F2C94C;
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    /*font-family: 'Conv_Roboto-Black', Arial, Helvetica, sans-serif;*/
}
.blockNumber-text{
    display: block;
    margin-top: -7px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #e8bb32;
    font-size: 16px;
    margin-bottom: 7px;
}
.blockNumber-text2{
    display: block;
    margin-top: -7px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #F2C94C;
    font-size: 16px;
    margin-bottom: 7px;
}
.blockNumber::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 17px;
    background: #fff;
}
/**/
.profosmotry{
    border-radius: 4px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
    background: #4955b9 url(../img/profosmotry4955b9.jpg) center top no-repeat
}
.profosmotry h3{
    color: #fff;
}
.profosmotry ul{
    width: 100%;
    padding-top: 15px;
}
.profosmotry ul li{
    width: 19%;
    float: left;
    padding: 0 20px;
    /*border-left: 1px solid #E5E5E5;*/
    /*height: 355px;*/
    color: #fff;
}
.profosmotry ul li:first-child{
    border-left: none;
}
.profosmotry .blockNumber::after{
    background: #4955b9;
}
/**/
.lfk-pi__servis{
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    margin-top: 30px;
    overflow: hidden;
}
.lfk-pi__servis-empty{
    padding: 20px;
}
.text-info img{
    width: 100%;
    border-radius: 4px;
}
/*Форма записи на приём*/
.fonRecordingForm{
    padding: 80px 0 60px 0;
    background: url(../img/linfon_img.jpg) center bottom no-repeat;
}
.recordingForm{
    position: relative;
    max-width: 740px;
    padding: 50px 15px 60px 15px;
    background: #FFFFFF;
    border: 2px solid #4955B9;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 auto;
}
.recordingForm h2{
    color: #4955B9;
    margin-bottom: 12px;
}
.recordingForm span{
    color: #777777;
}
.phoneForm{
    font-family: 'Conv_TenorSans-Regular', Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 3px 0;
}
.recordingForm form{
    margin: 30px auto 30px;
    max-width: 500px;
}
.recordingForm form label{
    display: block;
    margin-bottom: 5px;
}
.recordingForm form input, .recordingForm form select{
    height: 50px;
    border:1px solid #AEAEAE;
    border-radius: 4px;
    padding-left: 12px;
    font: normal 16px /*'Conv_Roboto-Regular'*/'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.recordingForm form input{
    width: 100%;
}
.recordingForm form input:focus, .recordingForm form select:focus{
    border:1px solid #4955B9;
}
.recordingForm form select{
    display: block;
    width: 100%;
    margin: 16px 0 0 0;
}
.recordingForm form input[type="submit"]{
    margin-top: 16px;
    font-size: 18px;
    text-transform: uppercase;
    color: #322D15;
    cursor: pointer;
    background: #9BCF3F;
    color: #fff;
    border: 1px solid #759E2B;
    font-weight: 700;
    /*font-family: 'Conv_Roboto-Bold', Arial, Helvetica, sans-serif;*/
}
.recordingForm form input[type="submit"]:disabled{
    background: #FFDD2D;
    color: #322D15;
    border: 1px solid #CAAF25;
}
.recordingForm form input[type="submit"]:focus{
    background: #FFD12D;
}
.recordingForm form .form-np{
    width: calc(50% - 8px);
    float: left;
}
.messageShow, .messageGood{
    position: absolute;
    display: inline-block;
    top: -15px;
    left:50%;
    text-align: center;
    transform: translateX(-50%);
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    display: none;
}
.messageShow p, .messageGood p{
    margin: 0;
}
.messageShow{
    background: #CF3772;
}
.messageGood{
    background: #9BCF3F;
}
.brline{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 70px;
}
.cosmetology-lazer{
    margin-bottom: 60px;
}
.cosmetology-fon{
    background: #55c0ba url(../img/cosmetology-fon.jpg) center top no-repeat;
    padding: 60px 30px;
    border-radius: 4px;
}
.cosmetology-fon h3{
    color: #fff;
    margin-bottom: 30px;
}
.cosmetology-fon__list{
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #3a8890;
    box-shadow: 0px 6px 12px rgba(161, 161, 161, 0.2);
}
.cosmetology-fon__list .slider-vosmed__img{
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}
.cosmetology-fon__list:hover .slider-vosmed__img{
    -webkit-transform: translateY(-12px) scale(1.10);
    -moz-transform: translateY(-12px) scale(1.10);
    -ms-transform: translateY(-12px) scale(1.10);
    -o-transform: translateY(-12px) scale(1.10);
    transform: translateY(-12px) scale(1.10);
}
.cosmetology-fon__list .empty-pd h4{
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin-bottom: 8px;
}
.cos-hardware{
    padding-top: 60px;
    margin-bottom: 40px;
}
.empty-pd__link{
    padding: 20px;
    color: #1481B4;
}
.empty-pd__link:hover{
    background: #CF3772;
    color: #fff;
}
.cosmetology-linkblock{
    position: relative;
}
.cosmetology-linkblock:hover{
    border: 1px solid #CF3772;
    cursor: pointer;
}
.cosmetology-linkblock:hover .empty-pd__link{
    background: #CF3772;
    color: #fff;
}
.hidden-text{
    display: none;
    position: absolute;
    top: 240px;
    left: 0;
    width: calc(100% - 30px);
    background: #fff;
    z-index: 10;
    padding: 15px;
    margin: 0 15px;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
}
.hidden-text::before{
    content: '';
    position: absolute;
    top: -13px;
    left: 100px;
    width: 27px;
    height: 13px;
    background: url(../img/polygon.png) 0 0 no-repeat;
}
.hidden-text p{
    margin: 0;
}
.cosmetology-linkhover:hover .hidden-text{
    display: block;
}
.flipInX {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;

    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
ul.icons-advantages{
    max-width: 900px;
    margin: 40px auto 60px;
}
ul.icons-advantages li{
    text-align: center;
    margin-bottom: 20px;
}
ul.icons-advantages li .icons-advantages__green{
    display: block;
    width: 100px;
    height: 100px;
    background: #9BCF3F;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.icons-advantages__green img{
}
.contact-text__miniblock{
    background: #FFFFFF;
    border: 2px solid #1481B4;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px 20px 60px;
}
/*--Контакты в футере--*/
.footer-map{
    width: 100%;
    height: 440px;
    background: #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;

}
.ymaps-2-1-71-float-button-icon{
    position: relative;
    z-index: 999999999;
}
.footer-map__text{
    line-height: 20px;
}
.footer-map__text p{
    margin-bottom: 15px;
}
.footer-map__text h2{
    margin-top: 35px;
    margin-bottom: 15px;
}
.footer-map__text span{
    display: block;
    color: #777777;
}
.our-advantages{
    background: url(../img/linfon_img.jpg) center bottom no-repeat;
    padding-bottom: 100px;
    padding-top: 60px;
}
.med-services{
    font-size: 14px;
    color: #474744;
}
.med-services p.fz18{
    color: #000;
}
.med-services img{
    margin-bottom: 8px;
}
.med-program{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E5E5E5;
    color: #474744;
}
.med-programs p{
    margin-bottom: 15px;
    line-height: 22px;
}
.med-program select{
    height: 36px;
    border-color: #AEAEAE;
    border-radius: 4px;
    font-size: 18px;
    padding-left: 10px;
}
.borlf1{
    border-left: 1px solid #E5E5E5;
}
/*.med-programs ul.disc{
    margin-top: -12px;
}*/
.med-programs button.record{
    margin-top: 10px;
}
.composition{
    font-size: 18px;
    color: #474744;
    border: 1px solid #9BCF3F;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    padding: 6px 16px 6px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.composition:hover, .composition.active{
    color: #701752;
    border: 1px solid #701752;
}
.med-programs ul.disc{
    margin-bottom: 10px;
}
.formtext-center{
    text-align: center;
}
.edge-pd{
    padding: 15px 20px 25px; 
    display: block;
}
.sp-medProgram{
    display: none;
}
.med-program select{
    margin-bottom: 10px;
}
.left-4{
    margin-left: -4px;
}
.LFK-moreText{
    margin-top: 10px;
    display: none;
}

/*--Слайдер--*/
.slider-serv{
    height: 570px;
    border-radius: 4px;
    background: url(../img/slider-fon.jpg) center top no-repeat;
    overflow: hidden;
}
.slider-services{
    width: 90%;
    margin: 0 auto;  
}
.specialAttention-button{
    border:1px solid #9BCF3F;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    display: none;
    margin-top: 20px;
    font-size: 20px;
}
.specialAttention-button:hover, .specialAttention-button.active{
    border:1px solid #701752;
    color: #701752;
}
.profosmotry-button{
    border:1px solid #9BCF3F;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    display: none;
    margin-top: 20px;
    font-size: 20px;
}
.profosmotry-button:hover, .profosmotry-button.active{
    border:1px solid #701752;
    color: #701752;
}
.pb20{
    padding-bottom: 20px;
}
/*--Футер--*/
footer{
    width: 100%;
    background: #303245 url(../img/footer.jpg) center top no-repeat;
    color:#fff;
    line-height: 24px;
    padding: 40px 0;
    /*font-family: 'Conv_Roboto-Light', Arial, Helvetica, sans-serif;*/
    margin-top: 20px;
}
footer a{
    display: inline-block;
    color: #F2C94C;
    text-decoration: underline;
}
footer a:hover{
    text-decoration: none;
}
footer span{
    display: block;
    color: #A6A8B6;
}
.footer-minfin{
    color: #A6A8B6;
    font-size: 14px;
    position: relative;
    padding-left: 46px;
    padding-top: 4px;
    margin-top: 15px;
    line-height: 1.2;
}
.footer-minfin img{
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: auto;
}
.footer-text{
    font-size: 13px;
    line-height: 15px;
    color: #A6A8B6;
    margin-top: 10px;
}
.mediaidea{
    position: relative;
    padding-left: 48px
}
.mediaidea::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../img/logo-mediaidea.png) 0 0 no-repeat;
    background-size: cover;
    line-height: 20px;
}
.mediaidea a{
    display: block;
}
/* .footer-wrapper{flex: 1;} */
/*----------------------------------------*/
.wtwo{
    border-top: 1px dashed #dedede;
    margin-top: 20px;
    padding-top: 20px;
}
.wtwo u{
    color: #000;
    font-size: 18px;
}
/*----------------------------------------*/
.table-css {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    text-align: left;
    border-collapse: collapse;
    /*background: linear-gradient(180deg, #4456CA 0%, #6A5EB7 100%);*/
    border: 1px solid #F2C94C;
}
.table-css th {
    color: #242222;
    border-bottom: 1px solid #F2C94C;
    padding: 12px 17px;
    background: rgba(242, 201, 76, .2);
}
.table-css td {
    color: #242222;
    border-bottom: 1px solid #F2C94C;
    border-right:1px solid #F2C94C;
    padding: 7px 17px;
}
.table-css tr:last-child td {
    border-bottom: none;
}
.table-css td:last-child {
    border-right: none;
}
.table-css tr:hover td {
    background: rgba(242, 201, 76, .2);
    color: #242222;
}



/*  */
.frame-a__title{
    font-family: 'Conv_TenorSans-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4955B9;
    font-size: 45px;
    display: block;
}

.request {padding-bottom: 40px;}
.request__inner {
    /*max-width: 1070px;*/ /*margin: 0 auto;*/
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 60px;
    display: inline-block;
    position: relative;
    overflow: hidden;}
.request__inner:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(45deg, #faf3eb, #fff); }
.request__inner:after {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url('../img/pics/0-7.png') no-repeat 100% 0;}
.request__inner-i {position: relative; z-index: 2;}
.request__head {margin-bottom: 20px; /*text-align: center;*/}
.request__title {font-size: 35px; margin-bottom: 15px;}
.request__sub-title {font-size: 18px; color: #777777; margin-top: 25px;}
.request__form {/*max-width: 820px; margin: 0 auto;*/}


.form-search-room-short {background: #fff; padding: 0 20px 0 30px; border-radius: 5px; text-align: left;}
.form-search-room-short__fields {display: flex; flex-wrap: wrap; }
.form-search-room-short__item {padding: 22px 0 18px;}
.form-search-room-short__item_submit {width: auto; margin-left: auto;}
.form-search-room-short__item_dates {display: flex; border-right: 1px solid #e9e9e9;}
.form-search-room-short__item_persons-amount {padding-left: 20px;}
.form-search-room-short__item_submit {padding: 23px 0;}
.form-search-room-short__date {width: 130px;}
.form-search-room-short__date_start {}
.form-search-room-short__date_end {}
.form-search-room-short__dates-arrow {margin-right: 30px; font-size: 46px; color: #cdcdcd; margin-top: auto; top: 4px;}
.form-search-room-short__button-submit {}
.form-search-room-short__caption {font-size: 14px; color: #999999;}
.form-search-room-short__input-text {background: none; border: 0; height: 40px; padding: 0; width: 100%; color: #000; font-size: 18px;}
.form-search-room-short .select-custom__val {display: inline-block; padding-left: 0; padding-right: 20px; border-color: #fff; box-shadow: none;}
.form-search-room-short .select-custom__text {font-size: 18px;}
.form-search-room-short .select-custom__mark {right: 0;}
.form-search-room-short .select-custom__list {min-width: 210px;}

.form-request-short {text-align: left;}
.form-request-short__fields {/*display: flex; align-items: flex-end; flex-wrap: wrap;*/ margin-left: -20px;}
.form-request-short__item {width: 260px; margin-left: 20px; float: left; margin-bottom: 20px;}
.form-request-short__item button{
    margin-left: -20px;
    height: 45px;
}
.form-request-short__item button.button-ml20{
    margin-left: 0px;
}
.form-request-short__tis{
    width: 350px;
}
.form-request-short__tis input{
    width: 100%;
}
.request__titlemb30{
    margin-bottom: 30px;
}
button.button-tis{
    margin-top: 33px;
    margin-left: 10px;
}
.form-request-short__item2, .form-request-short__item2 input{
    width: 95%;
}
.form-request-tis{
    margin-left: 0px;
    margin-top: 33px;
}
.form-request-short__item_submit {width: auto; margin-left: auto;}
.form-request-short__button-submit {}
.register .form-request-short__button-submit {width: 100%;}
.form-request-short__caption {margin-bottom: 8px; font-size: 18px; line-height: 1.4;}
.form-request-short__field {position: relative;}
.form-request-short__field-icon {position: absolute; top: 50%; left: 15px; margin-top: -10px; font-size: 20px; color: #9BCF3F;}
.form-request-short__field_icon .form-request-short__input-text {width: 100%; padding-left: 50px;}
.form-request-short__itemreg{
}

.form-request-short__fields hr{
    margin: 0 0 14px 0;
    margin-left: 20px;
}


.form-default {}
.form-default__head {margin-bottom: 10px;}
.form-default__title {font-size: 35px;}
.form-default__intro {font-size: 18px; font-style: #898282; margin-top: 10px;}
.form-default__required {color: #EB5757;}
.form-default__caption {font-size: 14px; margin-bottom: 10px;}
.form-default__grid {}
.form-default__grid_type-1 {display: flex; flex-wrap: wrap; margin-left: -30px;}
.form-default__grid_type-1 > .form-default__grid-item {padding-left: 30px; width: 312px; max-width: 50%;}
.form-default__form {}
.form-default__fields {}
.form-default__item {margin-bottom: 18px;}
.form-default__item_submit {margin-bottom: 0; padding-top: 5px;}
.form-default__item_agreement {font-size: 12px;}
.form-default__item_agreement .input-button {top: 0.25em;}
.form-default__info {display: block;}
.form-default__info_error {display: none; color: #EB5757;}
.invalid .form-default__info_error {display: block;}

.form-custom {}
.form-custom__head {margin-bottom: 15px;}
.form-custom__title {font-size: 35px; color: #2D292B;}
.form-custom__intro {font-size: 20px; line-height: 1.3; font-weight: bold; color: #504011; margin-top: 15px; }
.form-custom__required {color: #EB5757;}
.form-custom__caption {line-height: 1.3; margin-bottom: 6px;}
.form-custom__grid {}
.form-custom__grid_type-1 {display: flex; margin-left: -16px;}
.form-custom__grid_type-1 .form-custom__grid-item {padding-left: 16px; flex-shrink: 0;}
.form-custom__grid_type-1 .form-custom__grid-item_1 {width: 60%;}
.form-custom__grid_type-1 .form-custom__grid-item_2 {width: 40%;}
.form-custom__form {}
.form-custom__fields {}
.form-custom__item {margin-bottom: 15px;}
.form-custom__item_submit {margin-bottom: 0; padding-top: 10px;}
.form-custom__item_agreement {font-size: 12px;}
.form-custom__item_agreement .input-button {top: 0.25em;}
.form-custom__info {display: block;}
.form-custom__info_error {display: none; color: #EB5757;}
.invalid .form-custom__info_error {display: block;}

/*Обратная связь*/
.content-site .form-default{
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 30px;
}
.content-site .form-default .form-default__title{
    font-family: Tenor Sans;
    line-height: 35px;
    font-size: 33px;
    color: #000;
}
.content-site .form-default .form-default__caption{
    margin-bottom: 5px;
}
/*.content-site .form-default__fields .form-default__item:nth-child(2){
    float: left;
    margin-right: 20px;
}*/
/*Вакансии*/
.job_categories{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
table.job_view_table{
    width: 100%;
}
.job_view_table th {
    width: 300px;
    border-bottom: 1px solid #E5E5E5;
}
/*Форма авторизации личного кабинета*/
.auth_form{
    margin-bottom: 40px;
}
.request__inner.auth_form:after, 
.request__inner.auth_form:before{
    display: none;
}
.error{
    color:#ff0000
}
.register .error,
.recovery_password .error{
    margin-top: 20px;
}
.text_center{
    text-align: center;
}
.cabinet_auth_form .form-request-short__fields{
    margin-bottom: 18px;
}
.cabinet_auth_form .error_message{
    margin-bottom: 0;
}

/*Опросы*/
.voting_block{
    margin-bottom: 30px;
}
.var_answers{
    padding: 30px 20px;
    border: 2px solid #f3bc47;
    border-radius: 5px;
}
.vote_title{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.total{
    color: #f3bc47;
}
.opros .answers{
    margin: 10px 0;
}
.opros .var_title{
    font-size: 14px;
}
.opros .qty{
    float: right;
    font-size: 14px;
    line-height: 18px;
}
.opros .gray_line{
    margin-bottom: 20px;
    margin-left: -20px;
    height: 1px;
    width: 100%;
    background: #e9e9e9;
    padding: 0 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.opros .var_res{
    overflow: hidden;
}
.opros .progress_bar{
    height: 14px;
    width: 73%;
    margin-right: 27%;
    background: #e9e9e9;
    margin-top: 1px;
    border-radius: 2px;
}
.opros .progress_bar div{
    width: 0%;
    height: 100%;
    background: #f3bc47;
}

/*Шапка*/
.header_right{
    display: flex;
    flex-direction: column;
}
.header_right .header_right_top{
    display: block;
    align-items: center;
}
.header_right .header_right_bottom{
    display: flex;
}

/*Мини блок личного кабинета*/
.cabinet_mini_block{
    margin-bottom: 10px;
    text-align: right;
}
.cabinet_mini_block a{
    color: #423E3F;
}
.cabinet_mini_block .logout{
    margin-left: 5px;
}

/*Строка пользователя в личном кабинете*/
.cabinet_user_line{
    margin-bottom: 30px;
    font-size: 20px;
}
.cabinet_user_line .name{
    margin-right: 30px;
    font-weight: bold;
}
.cabinet_user_line .email{
    margin-right: 20px;
}
.cabinet_user_line .logout_button{
    float: right;
    color: #BBBBBB;
    text-decoration: none;
    padding-left: 25px;
    background: url('/img/icons/logout.svg') center left no-repeat;
}

form.cabinet_auth_form .input-text-a {
    width: 100%;
}

/* Forms { */
.select {opacity: 0;}
.select-custom {position:relative;}
.select-custom select {width: 50%; position:absolute; top: 0; left: -20000px; opacity: 0;}
.select-custom__val {background: #fff; box-shadow: inset -2px 2px 10px rgba(51,51,51, 0.07);  border: 1px solid #cecece; height: 40px; padding: 0 30px 0 16px; border-radius: 2px; position:relative; cursor:pointer; line-height: 1; }
.select-custom__mark {display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; right: 12px; transform: translate(0, -50%);}
.select-custom__mark-icon {display: block; font-size: 10px; color: #212121;}
.select-custom__text {display: flex; align-items: center; justify-content: flex-start; height: 38px; color: #242424; font-size: 16px; white-space: nowrap; zoom: 1; max-width: 100%; position: relative; overflow: hidden;}
.select-custom__text-inner {display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis;}
.select-custom__list {display: none; position:absolute; top: 100%; left: 0; min-width: 100%; margin: -1px 0 0 0; z-index: 5; line-height: 1.3; }
.select-custom__list-inner {background: #fff; overflow: auto; max-height: 230px; border: 1px solid #cecece; border-radius: 2px; opacity: 0;}
.select-custom__list-inner-i {}
.select-custom__item {margin:0 0 0 0; padding: 6px 16px 6px 16px; cursor:pointer; position:relative; font-size: 16px; color: #242424; line-height: 1.4;}
.select-custom__item:hover {color: #49A75B;}
.select-custom__item_checked, .select-custom__item_checked:hover{color: #49A75B;}
.select-custom_selected .select-custom__text {font-style:normal; }
.select-custom_expanded {}
.select-custom_expanded .select-custom__val {}
.select-custom_expanded .select-custom__mark-icon {transform: scale(1, -1);}
.select-custom_expanded .select-custom__list {display: block; z-index: 10;}

.select-custom_type-1 .select-custom__val {height: 45px; background: #fff; border: 2px solid #D4A440; border-radius: 8px;}
.select-custom_type-1 .select-custom__mark-icon {font-size: 13px; stroke-width: 1; stroke: currentColor;}
.select-custom_type-1 .select-custom__text {height: 39px; font-size: 20px;}
.select-custom_type-1 .select-custom__list {margin-top: -2px;}
.select-custom_type-1 .select-custom__list-inner {border-radius: 8px; border: 2px solid #D4A440;}

.input-text {height: 45px; background: #fff; border: 1px solid #cecece; padding: 0 16px 0 16px; position: relative; vertical-align: top; font-size: 16px; color: #423E3F; border-radius: 4px; box-shadow: none; transition: border 0.2s ease, background 0.2s ease;}
.input-text_area {height: 100px; padding: 6px 16px 6px 16px; overflow:auto; resize: none;}
.invalid .input-text {border-color: #EB5757; background: #ffded6;}

.input-text-a {
    height: 45px;
    background: #fff;
    border: 1px solid #c7c7c7;
    padding: 0 16px 0 16px;
    position: relative;
    vertical-align: top;
    font-size: 18px;
    color: #423E3F;
    border-radius: 5px;
    box-shadow: none;
    transition: border 0.2s ease,
        background 0.2s ease;
}
.input-text-a_area {height: 100px; padding: 6px 16px 6px 16px; overflow:auto; resize: none;}
.invalid .input-text-a {background: #ffded6;}

.input-text-b {height: 45px; background: #fff; border: 2px solid #D4A440; padding: 0 16px 0 16px; position: relative; vertical-align: top; font-size: 20px; color: #423E3F; border-radius: 8px; box-shadow: none; transition: border 0.2s ease, background 0.2s ease;}
.input-text-b_area {height: 100px; padding: 6px 16px 6px 16px; overflow:auto; resize: none;}
.invalid .input-text-b {background: #ffded6;}

.field-form {position:relative;}
.field-form__input-text {width: 100%; }
.field-form__icon {display: block; position: absolute; top: 50%; right: 18px; transform: translate(0, -50%); font-size: 14px; color: #054f41;}
.field-form__symbol-required {font-weight: 500; position: absolute; top: 15px; right: 0; color: #f49620;}
.field-form_icon .field-form__input {padding-right: 40px;}

.input-button {display: inline-block; width: 12px; height: 12px; background: #fff; border: 1px solid #cecece; position:relative; cursor:pointer; vertical-align:top; border-radius: 1px;}
.input-button:after {content: ' '; display: none; width: 8px; height: 8px; background: #000; position:absolute; top: 1px; left: 1px; }
.input-button input {position:absolute; top: 0; left: -10000px; margin: 0; opacity: 0;}
.input-button.active:after {display: block; }

.input-button_checkbox {}
.input-button_checkbox:after {width: 10px; height: 7px; background: url('../img/icons/icons.png') no-repeat 0 0; top: 2px; left: 0;}

.input-button_radio {border-radius: 50%;}
.input-button_radio:after {border-radius: 50%;}

.label-input {display: inline-block; padding: 0 0 0 22px; cursor:pointer; position:relative;}
.label-input .input-button {position: absolute; top: 0.38em; left: 0;}

.input-buttons {}
.input-buttons__item {margin-bottom: 10px;}
.input-buttons__label {vertical-align: top;}

/* } Forms */

/* Cлайдер в длоке МЕ */
.home-licenses__list .slick-slide img {
    width: 100%;
}

/*ВАКАНСИИ*/
ul.list_vacs{
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    list-style: disc;
}
ul.list_vacs li{
    margin: 10px 24px 10px 0;
    position: relative;
    left: 24px;
}
.job_categories a.category {
    font-size: 16px;
    font-weight: bold;
}
.job_view_table{
    border-collapse: collapse;
}
.job_view_table th{
    max-width: 350px;
    padding: 15px 20px 15px 0;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
}
.job_view_table td{
    padding: 15px 0;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
}
.job_page_title{
    font-weight: bold;
}
.module_cont{
    margin-bottom: 40px;
}
ol{
    padding-left: 20px;
}
/*Результаты поиска*/
.search_result_cont{
    margin-bottom: 30px;
}

/* Popups { */
.popup {width: 556px; padding: 40px 30px 30px 30px; background: #fff; border-radius: 3px; box-shadow: 0, 4px, 40px, rgba(51,51,51, 0.2); position:relative;}
.popup__head {margin: 0 0 20px 0; text-align: center;}
.popup__title {font-size: 36px; line-height: 1.2;}

.popup-form-success {text-align: center; padding: 70px 60px; font-size: 16px;}
.popup-form-success__img {vertical-align: top; margin-bottom: 40px;}
.popup-form-success__title {margin-bottom: 8px;}
.popup-form-success__text {}

/* } Popups */


/* Utilites { */
.u-hidden {display: none; }

.u-align-center {text-align: center; }
.u-align-left {text-align: left; }
.u-align-right {text-align: right; }

.u-pull-center {margin:0 auto;}
.u-pull-left {float:left;}
.u-pull-right {float:right;}

.u-display-block {display: block; width: 100%; }

.u-rotate-90 {transform: rotate(90deg);}
.u-rotate-180 {transform: rotate(180deg);}
.u-rotate-270 {transform: rotate(270deg);}

/* } Utilites */

/* Опрос */
.opros.medcenter li {
    margin-bottom: 10px;
}
.opros.medcenter .button-a {
    background: #FFFFFF;
    border: 1px solid #9BCF3F;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    text-transform: none;
}
.opros.medcenter .button-a .button-a__inner {
    font-family: Arial;
    line-height: normal;
    font-size: 18px;
    color: #9BCF3F;
}
.opros.medcenter .progress_bar div {
    background: #9BCF3F;
    border-radius: 2px 0px 0px 2px;
}

.img_r{
    float:right;
    max-width: 500px;
    margin-left: 20px;
    max-height: 440px;
}
.chief-doctor__str{
    margin-bottom: 20px;
}
.list-doctors__mini img{
    width: 50px;
    height: auto;
    margin-right: 15px;
}
.list-doctors__mini a{
    margin-top: 0px;
}
.list-otdel{
    margin-bottom: 10px;
}
.list-otdel a{
    font-weight: bold;
}
.list-otdel-top{
    margin-top: 25px;
}
.row-otdel-top{
    margin-top: -25px;
}
.list-doctors::before,
.list-doctors::after {
    content: "";
    display: block;
    height: 0;
}
.list-doctors::after {
    clear: both;
}
textarea{
    font-size: 16px;
    color: #423E3F;
    font-family: 'roboto';
}
ul.foorer_medlink li{
    padding-bottom: 3px;
}
ul.foorer_medlink li a{
    color: #A6A8B6;
    font-size: 14px;
    line-height: 16px;
}
ul.foorer_medlink li a.active, ul.foorer_medlink li a:hover{
    color: #fff;
    text-decoration: none;
}
.to_top_button{
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 60px;
    height: 60px;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    border-top-left-radius: 4px;
    color: #303245;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    cursor: pointer;
}
.to_top_button::before{
    content: '';
    background: url(/img/upstairs.svg) center top no-repeat;
    display: block;
    width: 38px;
    margin: 0 auto;
    height: 22px;
    margin-bottom: 2px;
    margin-top: 10px;
}
/*----------------------------------------*/

@media (min-width: 769px){
    .default{
        position: fixed;
        top: 36px;
        left: 0;
        right: 0;
        z-index: 8;
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
    }
    .default .nav > li{
        display: inline-block;
    }
    .default .nav > li a {
        padding: 5px 12px 12px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .default .nav li:hover ul{
        text-align: left;
        top: calc(100% + 0px);
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
    .default .nav li ul li{
        display: block;
    }
    .default .nav li ul li a{
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 4px;
    }

    .default .scroll-menu{
        padding: 2px 0;
        font-size: 16px;
        border-bottom: none;
    }
    #scroll-menuhome.default{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
        background: rgba(69, 86, 202, 0.94);
        text-align: center;
        display: inline;
        vertical-align: top;
        z-index: 9;
    }
}
@media (max-width: 1366px){
    .empty-pd{
        font-size: 14px;
    }
    .g360 {
        float: left;
        margin-left: 1%;
    }
}

@media (max-width: 1200px){
    header{
        font-size: 25px;
    }
    .ml90{
        margin-left: 25px;
    }
    .nav li a{
        font-size: 14px;
    }
    .glasses{
        display: none;
    }
    .list-block__content .empty-pd {
        padding: 12px 12px 12px 12px;
    }
    .services-sd h2{
        margin-top: 40px;
        margin-bottom: -40px;
    }
    .scroll-menu__ul{
        font-size: 16px;
    }
    .specialAttention ul li{
        /*height: 450px;*/
    }
    .profosmotry ul li{
        width: 33%;
        height: 300px;
    }
    .profosmotry{
        padding-bottom: 10px;
    }
    .top-social{
        display: none;
    }
    .g360 {
        margin-left: 5%;
    }
    .home-header h1{
        font-size: 35px;
        line-height: 40px;
    }
    .home-header__text {
        max-width: 450px;
    }
    .home-services__list-text{
        font-size: 14px;
    }
    .fz18{
        font-size: 16px;
    }
    .mediaidea{
        font-size: 14px;
        line-height: 1.2;
    }
    .head-doctor p{
        font-size: 14px;
    }
    .doctorFon h1{
        font-size: 30px;
        margin-top: 20px;
    }
    .doctorFon-text1{
        font-size: 16px;
    }
    .doctorFon-text1 p{
        margin-bottom: 10px;
    }
    .doctorFon img{
        margin-left: 3%;;
    }
    .doctorFon h1{
        margin-top: 0;
        line-height: 30px;
    }
    .doctorFon button.record{
        margin-bottom: 20px;
    }
}

@media (max-width: 1110px){
    .banner-vosmed h1, .banner-dentistry h1{
        margin-top: 60px;
    }
    h1{
        font-size: 40px;
    }

}

@media (max-width: 992px){
    .list-otdel-top {
        margin-top: 0px;
    }
    h3.struch7{
        padding-bottom: 30px;
    }
    .footer-minfin{
        margin-bottom: 20px;
    }
    .foorer_medlink{
        padding: 20px 0;
    }
    .doctorFon{
        padding: 20px 10px 0 10px;
    }
    .hometop-img{
        height: 350px;
    }
    .img_r{
        
        max-width: 100%;
        margin-bottom: 15px;
        margin-left:0px;
        float:none;
    }
    /*Меню*/
    .menu {
    }
    .nav {
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        background: linear-gradient(180deg, #4456CA 0%, #6A5EB7 100%);
        z-index: 10;
        display: none;
        margin-top: 0;
        padding: 60px 0 0 0;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    }
    .nav li{
        float: none;
        display: block;
    }
    .nav li a{
        display: block;
        color: #fff;
        margin-top: 0;
        padding: 8px 0px;
        border-radius: 0;
        text-align: center;
        font-size: 20px;
        text-decoration: none;
    }
    .nav li:first-child a {
        border-top: none;
    }
    .nav li a:hover{
        color: #333;
        background:  #f0f0f0;
    }
    .nav li a:active {
        color: #fff;
        border-left: 3px solid #666;
        background: #000;
    }
    .menu::before{
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        width: 45px;
        height: 53px;
        background: #fff;
        border-bottom-left-radius: 4px;
    }
    .nav li:hover > ul{
        display: none;
    }
    /*icon*/
    .touch-menu {
        position: fixed;
        top: 4px;
        right: 10px;
        display: block;
        width: 28px;
        height: 28px;
        padding-top: 13px;
        margin-left: 20px;
        z-index: 999;
    }

    .touch-menu span:after, .touch-menu span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px}

    .touch-menu span:after{
        top: 18px}

    .touch-menu span {
        position: relative;
        display: block}

    .touch-menu span, .touch-menu span:after, .touch-menu span:before{
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px}

    .on span {
        background-color: transparent}

    .on span:before {
        -webkit-transform: rotate(45deg) translate(-1px, 0px);
        -moz-transform: rotate(45deg) translate(-1px, 0px);
        -o-transform: rotate(45deg) translate(-1px, 0px);
        transform: rotate(45deg) translate(-1px, 0px);
    }

    .on span:after {
        -webkit-transform: rotate(-45deg) translate(6px, -7px);
        -moz-transform: rotate(-45deg) translate(6px, -7px);
        -o-transform: rotate(-45deg) translate(6px, -7px);
        transform: rotate(-45deg) translate(6px, -7px);
    }
    /*icon*/
    /*Меню*/

    .top-phone{
        float: none;
        width: 100%;
        display: block;
        padding-left: 77px;
        margin-top: 8px;
    }
    header{
        font-size: 18px;
        padding: 10px 0 10px 0;
    }
    header span{
        margin-top: 0;
    }
    .logo img {
        margin-top: 4px;
    }
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .content h2{
        margin-top: 30px;
    }
    .mb30{
        margin-bottom: 15px;
    }
    .banner-text{
        font-size: 15px;
    }
    .scroll-menu{
        display: none;
    }
    #text-info, #hardware{
        padding-top: 30px;
    }
    .text-info{
        font-size: 15px
    }
    .yellow-line::after {
        margin: 30px 0 0 0;
    }
    .cos-hardware {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .our-advantages {
        background: none;
        padding-bottom: 60px;
        padding-top: 30px;
        margin-top: 10px;
    }
    ul.icons-advantages {
        max-width: 900px;
        margin: 40px auto 40px;
    }
    .fz18{
        font-size: 16px;
    }
    ul.checkList li ul li {
        padding-left: 15px;
    }
    .services-sd{
        margin-top: 30px;
    }
    .ultrasonic {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px 20px;
    }
    .block-help {
        padding: 30px 20px;
    }
    .pt30{
        padding-top: 0px;
    }
    .fs22 {
        font-size: 18px;

    }
    .block-help__orange {
        padding: 15px;
        margin-top: 30px;
    }
    .block-help img{
        margin-bottom: 10px;
    }

    .list-block__content .empty-pd {
        padding: 12px 10px 10px 10px;
    }
    .fonRecordingForm {
        padding: 30px 15px;
        background:none;
    }
    .mb60{
        margin-bottom: 30px;
    }
    #branchServices{
        padding-top: 30px;
    }

    .banner-vosmed h1,
    .banner-dentistry h1,
    .banner-cosmetology h1,
    .banner-medical h1
    {
        margin-top: 0px;
    }
    .banner-vosmed{
        padding: 40px;
        height: auto;
        background: #705050 url(../img/banner705050.jpg) right top no-repeat;
    }
    .banner-vosmed::after{
        display: none;
    }
    .banner-dentistry{
        padding: 40px;
        height: auto;
        background: #f1f5d2 url(../img/bannerf1f5d2.jpg) right top no-repeat;
    }
    .banner-cosmetology{
        padding: 40px;
        height: auto;
        background: #f0f2ff url(../img/bannerf0f2ff.jpg) right top no-repeat;
    }
    .banner-medical{
        padding: 40px;
        height: auto;
        background: #39c390 url(../img/banner39c390.jpg) right top no-repeat;
    }
    .cosmetology-fon__list{
        margin-bottom: 20px;
    }
    hr{
        margin-top: 30px;
    }
    .slider-serv{
        height: auto;
        padding: 30px 0;
    }
    .slider-vosmed{
        margin: 0px 15px 0 15px 
    }
    .services-sd h2{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .specialAttention ul li{
        width: 49.5%;
        /*height: 300px;*/
    }
    .profosmotry ul li{
        width: 49.5%;
        height: 250px;
    }
    .g360{
        display: none;
    }
    .tongue{
        position: fixed;
        top: 6px;
        left: 50%;
        margin-left: -48px;
        z-index: 99999;
        height: 30px;
        display: none;
    }
    .tongue a{
        line-height: 30px;
        color:#fff;
    }
    .home-header h1{
        font-size: 30px;
        line-height: 35px;
        margin-top: 0px;
        padding-top: 0;
    }
    .home-header__text {
        max-width: 350px;
        font-size: 14px;
    }
    button.look-more{
        display: block;
        margin-left: 0px;
        margin-top: 10px;
    }
    .home-header{
        height: auto;
        padding: 0;
    }
    .home-header-md{
        padding: 40px 20px;
    }
    .ml90{
        margin-left: 0;
    }
    ul.medmenu li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .mt-md-10{
        margin-top: 10px;
    }
    .mt-md-20{
        margin-top: 20px;
    }
    .link-video {
        margin: 170px auto 0;
    }
    ul.list-doctors li a{
        font-size: 14px;
    }
    .list-doctors .slick-next{
        top: 30%;
        right: -20px;
    }
    .list-doctors .slick-prev{
        top: 30%;
        right: -20px;
    }
    footer {
        line-height: 20px;
        padding: 40px 0;
        font-size: 14px;
    }
    .home-services__link p{
        margin-bottom: 30px;
    }
    .list-doctorsDB{
        /*height: 110px;*/
        display: block;        
    }
    .chief-doctor img{
        width: 80px;
        float: left;
        margin-right: 20px;
        border-radius: 4px;
    }
    .submenu ul li a{
        padding: 4px 10px
    }
    .content-site h1{
        font-size: 35px;
    }
    .content-site h2{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .head-doctor{
        margin-bottom: 30px;
    }
    .head-doctor img{
        width: 120px;
    }
    .head-doctor a{
        font-size: 16px;
    }
    .head-doctor p{
        font-size: 14px;
    }
    .head-doctor button.record{
        margin-top: 5px;
    }
    .hrtop{
        padding-bottom: 0;
    }
    .fz20{
        font-size: 16px;
        line-height: 18px;
    }
    .doctorFon img{
        width: 50%;
        margin-left: 0%;
        float: none;
        margin-right: 0%;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .doctorFon h1{
        font-size: 25px;
        margin-top: 0px;
    }
    .doctorFon-text1{
        font-size: 14px;
    }
    .doctorFon-text1 p{
        margin-bottom: 8px;
    }
    .doctorFon button.record{
        margin-top: 0px;
    }
    .footer-link__s{
        margin-top: 10px;
        line-height: 16px;
    }
}
    
@media (max-width: 767px){   
    .gallery a{        
        max-width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .gallery a img{
        max-width: 100%
    }
    .foorer_medlink{
        padding: 20px 0 0;
    }
    .scroll-menu{
        display: none;
    }
    .footer-map__text h2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .text-info img{
        margin-bottom: 15px;
        max-width: 500px;
    }
    img.massage{
        max-width: 500px;
        margin-bottom: 10px;
    }
    .right{
        float: none;
    }
    .text-center{
        text-align: left;
    }
    .footer-map{
        height: 250px;
    }
    footer{
        height: auto;
        padding-top:30px;
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .mediaidea{
        margin: 20px 0;
    }
    .med-program {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .med-program img{
        margin-bottom: 8px;
        margin-top: 0px;
    }
    .recordingForm {
        padding: 30px 15px 30px 15px;
    }
    button.record{
        font-size: 14px;
    }
    button.composition{
        font-size: 16px;
        padding: 6px 10px 6px;
        margin-top: 0px;
    }
    .contact-text__miniblock {
        padding: 30px 20px;
    }
    .brline{
        padding-bottom: 30px;
    }
    img.w100{
        margin-bottom: 10px;
    }
    .recordingForm form {
        margin: 20px auto 20px;
    }
    .img-lfk{
        width: 100%;
        margin: 0px;
    }
    img.img-mt{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .left{
        float: none;
    }
    .med-services{
        margin-bottom: 20px;
    }
    .cosmetology-fon {
        padding: 30px 20px;
    }
    .cosmetology-lazer {
        margin-bottom: 30px;
    }
    .cosmetology-fon h3 {
        margin-bottom: 15px;
    }
    .specialAttention ul li{
        width: 99.5%;
        height: auto;
        float: none;
        border: none;
        margin: 20px 0;
    }
    .specialAttention{
        padding-top: 30px;
    }
    .specialAttention h3{
        padding-left: 15px;
        margin-bottom: 0;
    }
    .profosmotry{
        padding-bottom: 20px;
    }
    .profosmotry ul li{
        width: 99.5%;
        height: auto;
        float: none;
        border: none;
        margin: 20px 0;
        padding: 0; 
    }
    .profosmotry h3{
        margin-bottom: 0;
    }
    .specialAttention{
        padding-bottom: 10px;
    }
    .specialAttention-button{
        display: block;
    }
    .specialA-shove{
        display: none;
    }
    .profosmotry-button{
        display: block;
    }
    .profosmotry{
        display: none;
    }
    .hometop-img{
        display: none;
    }
    .home-header__text{
        max-width: 100%;
    }
    .home-services__link img{
        width: 100%;
        max-width: 500px;
        display: block;
    }
    .home-services__list{
        width: 100%;
        max-width: 500px;
    }
    .home-services__list-text{
        font-size: 16px;
    }
    a.home-services__list:hover{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        box-shadow: none;
    }
    .mt-sm-20{
        margin-top: 20px;
    }
    .evaluation{
        margin-top: 20px;
    }
    .footer-map__text{
        font-size: 14px;
    }
    .bbline{
        margin-bottom: 20px;
    }
    ul.list-doctors{
        padding-bottom: 20px;
    }
    .list-doctors .slick-next{
        top: 45%;
        right: -10px;
    }
    .list-doctors .slick-prev{
        top: 45%;
        right: -20px;
    }
    .home-reviews__list .amore{
        font-size: 14px;
    }
    .content-site h1{
        font-size: 30px;
    }
    .content-site h2{
        font-size: 22px;
    }
    .depart-gallery .slick-track{
        height: 200px;
    }
    .depart-galleryitem{
        height: 200px;
    }
    .depart-gallery{
        height: 200px;
    }
    .content-site__contakt {
        padding: 40px 20px;
    }
    .doctorFon{
        padding: 20px;
    }
    .doctorFon img{
        width: 50%;
        margin-left: 0%;
        float: none;
        margin-right: 0%;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .doctorFon h1{
        font-size: 25px;
        margin-top: 0px;
    }
    .doctorFon button.record{
        margin-top: 10px;
    }
    .doctorFon-text1 p{
        margin-bottom: 6px;
    }
    .submenu-mob{
        display: block;
    }
    .submenu ul{
        display: none;
    }
}   
@media (max-width: 767px) {
    iframe{
        height:auto;
        max-width:100%;
        max-height:400px;
    }
    ul.breadCrumbs{
        padding-top: 0px;
        padding-bottom: 10px;
    }
    ul.breadCrumbs li{
        margin-bottom: 10px;
    }
    .post-mini__picture img{
        max-width:100%;
    }
    .img_r{
        float: none;
        max-width: 100%
    }
    .voting_block{
        display: none;
    }
    button.record-faq{
        position: relative;
        left: 0px;
        margin-bottom: 20px;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .post-mini img{
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .content-site .form-default .form-default__title{
        font-size: 25px;
        line-height: 30px;
    }
    .cabinet_user_line span{
        display: block;
    }
    .cabinet_user_line .name{
        font-size: 16px;
    }
    .cabinet_user_line .email{
        font-size: 16px;
    }
    .cabinet_user_line a.logout_button{
        float: none;
        padding-left: 0;
        font-size: 16px;
        background: #ccc;
        border-radius: 4px;
        padding: 2px 10px;
        color: #333;
        margin-top: 10px;
        display: inline-block;
    }
    .logoText{
        width: 90%;
    }
}
@media (max-width: 500px) {
    .col-xxs-12{
        width: 100%;
    }
    .list-block__content .empty-pd {
        height: auto;
    }
    .doctorFon img{
        width: 100%;
    }
    .logo img{
        width: 60px;
    }
    .logoText{
        padding-left: 80px;
    }
    .form-default__grid_type-1 > .form-default__grid-item{
        max-width: 100%;
    }
}

@media (max-width: 480px){
    .auth_form {
        padding: 14px;
    }
    .banner-dentistry,
    .banner-vosmed,
    .banner-cosmetology {
        padding: 20px 0px;
        word-break: break-word;
    }
}

@media (max-width: 400px){
    .gallery a{
        display:block;
        text-align: center;
    }
}

/*Список тем*/
.tags_list{
    margin-bottom: 30px;
    overflow: hidden;
}
.tags_list .item{
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 2px 0px;
}
.tags_list .item.selected{
    background: #9bcf3f;
    color: #423E3F;
    padding: 2px 5px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 2px;
}


/* Надпись "На сайте ведуться технические работы" */
.technical_work_notice {
    /* margin-bottom: 10px; */
    padding: 10px;
    text-align: center;
    border: solid 1px #f7f1e1;
    border-radius: 4px;
    background: #fffaea;
    font-size: 16px;
}