/* Шапка */
#header{
    padding: 40px 0 35px;
}
#header .wrap{
    display: flex;
    align-items: start;
}
#logo{
    width: 300px;
    height: 77px;
    display: block;
    position: relative; top: -4px;
    background: url(../images/logo.png) no-repeat center / contain;
}
#header .ui-phones,
#header .ui-location,
#header .ui-additions{
    margin-left: auto;
}
.ui-location{}
.ui-location p{
    line-height: 15px;
    margin-bottom: 9px;
}
.ui-location p:first-child{
    margin-bottom: 15px;
}
.ui-location a{
    font-size: 14px;
}
.ui-location a:before{
    content: '';
    width: 16px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: -5px;
    display: inline-block;
    background: url(../images/location.png) no-repeat left center / 16px;
}
.ui-phones .phone{
    display: table;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
.ui-phones .phone:first-child{
    margin-bottom: 8px;
}
.ui-phones .callback{
    font-size: 14px;
    display: inline-block;
}
.ui-phones .callback:before{
    content: '';
    background: url(../images/phone.png) no-repeat left center / 16px;
    width: 16px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -5px;
}
.ui-additions{
    font-size: 14px;
}
.ui-additions .vvi-on{
    margin-left: -20px;
    margin-bottom: 6px;
}
.ui-additions .vvi-on:before {
    content: '';
    width: 40px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: -5px;
    display: inline-block;
    background: url(../images/vvi.png) no-repeat left center / 40px;
}
.ui-additions .graph{
    display: flex;
    align-items: flex-end;
}
.ui-additions .graph:before{
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background: url(../images/calendar.png) no-repeat left center / contain;
}
.ui-social{
    margin-top: auto;
    margin-left: 10px;
    margin-bottom: 6px;
}
.ui-social a{
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-property: opacity;
}
.ui-social a.whatsapp{
    background-image: url(../images/whatsapp.png);
    margin-bottom: 7px;
}
.ui-social a.instagram{
    background-image: url(../images/instagram.png);
}
.ui-social a:hover{
    opacity: .4;
}
#search{
    margin-bottom: 6px;
}
#search form{
    display: flex;
    align-items: center;
}
#search button{
    padding: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 5px;
    background: url(../images/search.png) no-repeat left center / contain;
}
#search input{
    padding: 0;
    border: none;
    height: auto;
    line-height: 1;
    transition-property: opacity;
    background-color: transparent;
}
#search input::-webkit-input-placeholder{
    color: #222;
} 
#search input::-moz-placeholder{
    color: #222;
}
#search input:hover{
    /*opacity: .4;*/
}
#search input:focus{
    opacity: 1;
}

/* Главное меню */
.mm-nav{
    padding: 4px 0;
    background-color: #eef5f6;
}
.mm-nav .wrap{
    display: flex;
    align-items: center;
}
.mb-btn{
    display: none;
    font-weight: 500;
    padding-left: 20px;
    text-transform: uppercase;
    transition: background .15s linear;
    background: url(../images/menu.svg) no-repeat 0 -1px / 15px;
}
.mb-btn.act{
    background-image: url(../images/close.svg);
    background-position: 3px 1px;
    background-size: 12px;
}
.mm-list{
    display: flex;
    font-weight: 500;
}
.mm-item{
    margin-right: 25px;
}
.mm-item.dd{
    position: relative;
}
.mm-link{
    display: inline-block;
}
.dd .mm-link{
    padding-right: 18px;
    position: relative;
    z-index: 1;
}
.act .mm-link, .act .mms-link{
    color: #fa7300; 
}
.mms-show{
    top: 3px;
    right: 0px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: url(../images/arrow-down.svg) no-repeat  center / contain;
    transition: background .15s linear;
}
.mm-link:hover + .mms-show, .mms-show:hover{
    background-image: url(../images/arrow-down-hover.svg);
}
.mms-list{
    left: 0;
    top: 35px;
    width: 200px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #eef5f6;
    opacity: 0; visibility: hidden;
    position: absolute; z-index: 30;
    transform: translateX(30px) translateY(10px);
    transition-delay: .15s;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-property: transform, opacity, visibility;
}
.mm-item.dd:hover .mms-list{
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateX(0) translateY(0);
}
.mms-item{
    margin-bottom: 10px;
}
.mms-link{
    display: inline-block;
}
.mms-list ul{
    display: none;
}
.mm-nav li:last-child{
    margin: 0;
}
.record-btn{
    width: 240px;
    margin-left: auto;
    text-align: center;
}

/* Слайдер */
.slider .item{
    height: 500px;
    display: block;
    overflow: hidden;
    border-radius: 25px;
}
.slider .owl-nav > *{
    width: 24px;
    height: 24px;
}
.slider .owl-prev{
    left: -34px;
}
.slider .owl-next{
    right: -34px;
}
.slider .owl-nav svg{
    fill: rgba(17, 17, 17, .5);
}
.slider .owl-prev:hover svg, 
.slider .owl-next:hover svg{
    fill: #fa7300;
}

/* Услуги */
.services .list{
    font-size: 18px;
    font-weight: 500;
}
.services .item{
    display: flex;
    align-items: center;
    box-shadow: 0 3px 5px -1px rgba(17, 17, 17, .3);
    padding: 16px 16px 16px 20px;
    border-radius: 25px;
    position: relative;
    color: #111;
}
.services .item:after{
    content: "";
    border-width: 0;
    border-style: solid;
    border-color: #fa7300;
    border-radius: 25px;
    position: absolute; z-index: -1;
    left: 0; top: 0; right: 0; bottom: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.services .item:hover:after{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}
.services .image{
    width: 44px;
    height: 44px;
    display: block;
    margin-right: 15px;
}
.services .title{
    margin-top: 3px;
}

/* Услуги - виджет */
.services-widget{
    margin-top: 40px;
}
.services-widget h2{
    text-align: center;
    margin-bottom: 15px;
}
.services-widget h3{
    text-align: center;
    margin-bottom: 30px;
}
.services-widget .all{
    margin: 30px auto 0;
}

/* О центре */
.about-widget{
    margin-top: 40px;
}
.about-widget .youtube{
    height: 300px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-widget .youtube:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, .5);
}
.about-widget .youtube h4{
    width: 80%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin: 90px auto 0;
    line-height: 20px;
}
.about-widget .youtube i{
    position: relative;
    z-index: 1;
    width: 60px;
    height: 50px;
    display: block;
    margin: 20px auto 0;
}
.about-widget .youtube i:before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; z-index: 1;
    background: url(../images/youtube.svg) no-repeat center / contain;
}
.about-widget .youtube i:after{
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    left: 19px;
    top: 15px;
}
.about-widget .anons{
    margin-top: 20px;
}
.about-widget .anons h2{
    margin-bottom: 20px;
}
.about-widget .anons .text{
    font-size: 14px;
}
.about-widget .anons .text p{
    margin-bottom: 15px;
} 

/* Новости */
.news .item{
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 3px 5px -1px rgba(17, 17, 17, .3);
}
.news .image{
    display: block;
    height: 200px;
}
.news .anons{
    padding: 20px;
    display: flex;
    min-height: 126px;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
}
.news .anons:after{
    content: "";
    border-width: 0;
    border-style: solid;
    border-color: #fa7300;
    border-radius: 0 0 25px 25px;
    position: absolute; z-index: -1;
    left: 0; top: 0; right: 0; bottom: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.news .anons:hover:after{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}
.news .title{
    color: #01081f;
    font-weight: 500;
    line-height: 18px;
    transition: background .1s linear;
}
.news .date{
    font-size: 12px;
    color: #6f7177;
    margin-top: auto;
}

/* Новости - виджет */
.news-widget{
    margin-top: 40px;
}
.news-widget h2{
    text-align: center;
    margin-bottom: 15px;
}
.news-widget h3{
    text-align: center;
    margin-bottom: 30px;
}
.news-widget .all{
    margin: 30px auto 0;
}

/* Футер */
#footer{
    color: #fff;
    padding: 50px 0 20px;
    background-color: #0c142d;
}
.footer{
    display: flex;
}
.footer > *{
    margin-right: 30px;
    width: calc(25% - 22.5px);
}
.footer > *:last-child{
    margin-right: 0;
}
.footer .ui-info a{
    color: #fff;
}
.footer .ui-info a:hover{
    color: rgba(255, 255, 255, .7);
}
.footer .ui-location,
.footer .ui-additions{
    margin-top: 30px;
}
.footer #search, .footer .ui-additions .vvi-on{
    display: none;
}
.footer .ui-location p,
.footer .ui-phones .phone{
    margin-bottom: 10px;
}
.footer .ui-location p:first-child{
    margin-bottom: 15px;
}
.footer .ui-location a{
}
.footer .ui-social{
    margin: 30px 0 0;
}
.footer .ui-social a{
    display: inline-block;
    margin: 0;
}
.footer .ui-social a.instagram{
    margin-left: 5px;
}
.footer .fm-nav h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer .fm-list{
    font-size: 14px;
    line-height: 20px;
}
.footer .fm-list a{
    color: rgba(255, 255, 255, .7);
}
.footer .fm-list a:hover,
.footer .fm-list li.act a{
    color: #fff;
}
.footer .f-about h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer .f-about p{
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
}
.footer .f-about a{
    color: rgba(255, 255, 255, .7);
}
.footer .f-about a:hover{
    color: #fff;
}
#footer .f-license{
    opacity: .4;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

/* Копирайт */
.copy{
    display: flex;
    padding: 50px 0 20px;
    font-size: 14px;
    align-items: center;
}
.copy a{
    color: #fff;
    opacity: 0.7;
    margin-right: 30px;
    transition-property: opacity;
}
.copy a:hover{
    opacity: 1;
}
.copy a:last-child{
    margin-right: 0;
}
.copy .lg{
    margin-left: auto;
}


/* Отзывы */
.reviews{
    position: relative;
}
.reviews .add{
    top: -71px;
    right: 0px;
    display: table;
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
}
.reviews .text{
    font-size: 14px;
    line-height: 18px;
}
.reviews .date{
    color: #777;
    font-size: 12px;
}
.reviews .name{
    color: #fa7300;
    font-size: 14px;
    font-weight: 600;
}

/* Отзывы - список */
.reviews-list{
    text-align: center; 
}
.reviews-list .item{
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.reviews-list .text{
    margin-bottom: 15px;
}
.reviews-list .date{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.reviews-list .date:after{
    content: '';
    margin: auto;
    position: absolute;
    width: 115px; height: 1px;
    bottom: 0; left: 0; right: 0;
    background-color: #e5e5e5;
}
.reviews-list .name{   
    display: inline-block;
}

/* Отзывы - статья */
.reviews-item{
    padding: 25px;
    border-radius: 25px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.reviews-item .text{
    margin: 10px 0;
}


/* Вопрос-ответ - категории */
.faq-cats{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}
.faq-cats .list{
    overflow: hidden;
}
.faq-cats .item{
    
    float: left;
    display: block;
    padding: 8px 14px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #fa7300;
    transition-timing-function: linear;
    transition: color .15s linear, background .15s linear;
    color: #01081f;
    background: #eef5f6;
}
.faq-cats .item.act, .faq-cats .item:hover{
    color: #fff;
    background: -webkit-linear-gradient(#ff9d00, #eb5600);
    background: -o-linear-gradient(#ff9d00, #eb5600);
    background: linear-gradient(#ff9d00, #eb5600);
}
.faq-cats .item:last-child{
    margin-right: 0;
}


/* Вопрос ответ - список */
.faq-list{
    position: relative;
}
.faq-list .add{
    display: table;
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
    top: -118px; right: 0;
}
.faq-list .item{
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: box-shadow .15s linear;
    box-shadow: 0 1px 5px -1px rgba(17, 17, 17, .3);
}
.faq-list .item:last-child{
    margin-bottom: 0;
}
.faq-list .item:hover{
    box-shadow: 0 1px 5px -1px rgba(250, 115, 0, .6);
}
.faq-list .item:after{
    content: '';
    top: 30px;
    right: 50%;
    width: 1px;
    position: absolute;
    height: calc(100% - 60px);
    background-color: #eef5f6;
    transition: background-color .15s linear;
}
.faq-list .item:hover:after{
    background-color: rgba(250, 117, 0, 0.3);
}
.faq-list .item.no-reply{
    border-color: #ff7001;
}
.faq-list .item.no-reply:after{
    background-color: rgba(250, 117, 0, 0.3);
}
.faq-list .item.hide{
    display: none;
}
.faq-list .question,
.faq-list .response{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.faq-list .whom{
    color: #fa7300;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
}
.faq-list .whom span{
    display: block;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}
.faq-list .name{
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}
.faq-list .name strong{
    color: #fa7300;
    display: inline-block;
}
.faq-list .text{
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}
.faq-list .text a{
    color: #fa7300;
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
}
.faq-list .text a:hover{
    color: #01081f;
}
.faq-list .date{
    color: #777;
    font-size: 12px;
}
.faq-list .question{
    padding-right: 30px;
}
.faq-list .response{
    padding-left: 30px;
}
.faq-list .no-reply .response .name{
    color: #ff7001;
    font-weight: bold;
}
.faq-list .no-reply .response .text a{
    margin: 0;
}
.faq-list .no-approved .response,
.faq-list .no-approved .text a,
.faq-list .no-approved:after{
    display: none;
}
.faq-list .no-approved .question{
    float: none;
    width: 100%;
}
.mdr-faq{
    margin-top: 0;
}

/* Вопрос ответ - статья */
.faq-item{
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 1px 5px -1px rgba(17, 17, 17, .3);
}
.faq-item .links{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #01081f;
}
.faq-item .link{
    color: #01081f;
}
.faq-item .link:hover{
    color: #fa7300;
}
.faq-item .whom{
    font-weight: bold;
    font-size: 12px;
    color: #fa7300;
    margin-bottom: 15px;
}
.faq-item .name{
    font-size: 14px;
    margin-bottom: 15px;
}
.faq-item .name strong{
    color: #fa7300;
}
.faq-item .text{
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
.faq-item .date{
    font-size: 12px;
    color: #777;
}
.faq-item .question{
    padding-bottom: 20px;
    border-bottom: 1px solid #eef5f6;
    margin-bottom: 20px;
}
.faq-item .response .name.no-reply{
    color: #ff7001;
    font-weight: bold;
}
.faq-item .response .text.no-reply a{
    border-bottom: 1px dashed;
    text-transform: uppercase;
    color: #003199;
}
.faq-item .response .text.no-reply a:hover{
    color: #fa7300;
}

/* Лицензии */
.license-list .item{
    display: block; height: 280px;
    transition-property: transform;
}
.license-list .item:hover{
    transform: scale(1.05);
}

/* Контакты */
.contacts-item{
    display: flex;
    flex-wrap: wrap;
}
.contacts-item .text{
    color: #333;
    line-height: 26px;
    width: 360px;
    margin-right: 30px;
}
.contacts-item .text-item{
    margin-bottom: 15px;
}
.contacts-item .text-item:last-child{
    margin-bottom: 0;
}
.contacts-item .text-item h4{
    font-weight: 600;
    color: #444;
}
.contacts-item .text-item p{
    line-height: 26px;
}
.contacts-item .map{
    height: 400px;
    background-color: #f6f6f6;
    width: calc(100% - 390px);
}
.contacts-map .map > *{
    width: 100%; height: 100%;
}
#message{
    background-color: #eef5f6;
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
    padding: 25px 0;
    width: 100%;
}   
#message h3{
    background: #fa7300;
    background: -webkit-linear-gradient(#ff9d00, #eb5600);
    background: -o-linear-gradient(#ff9d00, #eb5600);
    background: linear-gradient(#ff9d00, #eb5600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px !important;
}
#message input, 
#message textarea{
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0 3px 5px -1px rgba(17, 17, 17, .3);
    background-color: #fff;
    transition-property: box-shadow;
    width: 100%;
    max-width: 300px;
}
#message input:hover, 
#message input:focus, 
#message textarea:hover,
#message textarea:focus{
    box-shadow: 0 2px 5px -1px rgba(250, 115, 0, .7);
}
#message .inputs{
    margin-bottom: 15px;
    display: table;
    margin: 0 auto;
}
#message input{
    margin-bottom: 15px;
}
#message input:last-child{
    margin-left: auto;
}
#message textarea{
    height: 100px;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 15px;
    text-align: left;
}
#message input::-webkit-input-placeholder,
#message textarea::-webkit-input-placeholder{
    color: #999;
    text-align: center;
} 
#message input::-moz-placeholder,
#message textarea::-moz-placeholder{
    color: #999;
    text-align: center;
}
#message .rc{
    margin: 15px 0;
}
#message .rc-wrap{
    margin: 0 auto;
}
#message button{
    border: 0;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    padding: 11px 25px;
}
#message .accord{
    font-size: 12px;
    max-width: 300px;
    margin: 10px auto;
    line-height: 18px;
}
#message .accord input{
    top: 2px;
    margin-right: 2px !important;
}
#message .accord a{
    font-weight: 400;
    color: #01aea0;
}
#message .accord a:hover{
    color: #ff7001;
}


/* Статья */
.article-item,
.article-item .content{
    overflow: hidden;
}
.article-item .content{}
.article-item .images{
    float: left;
    width: 460px;
    margin: 0 15px 5px 0;
}
.article-item .images.right{
    float: right;
    margin: 0 0 15px 30px;
}
.article-item .image{
    height: 280px;
    display: block;
    transition: opacity .3s linear;
}
.article-item .image.hide{
    opacity: 0;
}
.article-item .images-list{
    margin-top: 10px;
}
.article-item .images-img{
    cursor: pointer;
    height: 100px;
    display: block;
}
.article-item .owl-nav > *{
    padding: 0;
    width: 20px; height: 20px;
    background-color: transparent;
}
.article-item .owl-nav svg{}
.article-item .owl-prev:hover svg, 
.article-item .owl-next:hover svg{
    fill:  #bbb;
}
.article-item .owl-prev{
    left: 5px;
}
.article-item .owl-next{
    right: 5px;
}
.article-item .text{
    font-size: 14px;
}
.article-item .text > *{
    line-height: 20px;
    margin-bottom: 15px;
}
.article-item .text > *:last-child{
    margin-bottom: 0;
}
.article-item .info-bar{
    margin-top: 15px;
    font-size: 13px;
}
.article-item .info-bar span{
    background-repeat: no-repeat;
    background-position: 0 -1px;
    background-size: 13px;
    padding-left: 18px;
    margin-left: 10px;
}
.article-item .info-bar span:first-child{
    margin-left: 0;
}
.article-item .info-bar .info-date{
    background-image: url(../images/date.svg);
}
.article-item .info-bar .info-comments{
    background-image: url(../images/comments.svg);
}
.article-item .info-bar .info-hits{
    background-image: url(../images/hits.svg);
}
.article-item ul {
    list-style: initial;
    list-style-position: inside;
    list-style-type: initial;
}
.article-item ol {
    list-style: initial;
    list-style-position: inside;
    list-style-type: decimal;
}
.article-item ol li,
.article-item ul li {
    line-height: 22px;
    margin-left: 15px;
}
.accord-item .share{
	display: none;
}
.ctype-text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}
.ctype-text > *:not(:last-child){
    margin-bottom: 15px;
}

/* Врачи - список */
.doctors-list .item{
    box-shadow: 0 3px 5px -1px rgba(17, 17, 17, .3);
    border-radius: 25px;
    overflow: hidden;
}
.doctors-list .image{
    height: 270px;
    display: block;
	background-color: #eef5f6;
}
.doctors-list .anons{
    padding: 15px;
    text-align: center;
    position: relative;
	display: block;
}
.doctors-list .anons:after{
    content: "";
    border-width: 0;
    border-style: solid;
    border-color: #fa7300;
    border-radius: 0 0 25px 25px;
    position: absolute; z-index: -1;
    left: 0; top: 0; right: 0; bottom: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.doctors-list .anons:hover:after{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}
.doctors-list .name{
    font-weight: bold;
    line-height: 20px;
    color: #01081f;
}
.doctors-list .post,
.doctors-list .graph{
    font-size: 13px;
    margin-top: 10px;
    line-height: 18px;
    color: #01081f;
}
.doctors-list .graph{
    color: #333;
}


/* Врачи - статья */
.doctors-item .info{
    float: left;
    width: 290px;
    margin-right: 30px;
}
.doctors-item .image{
    height: 360px;
    background-color: #878787;
    border-radius: 25px;
    overflow: hidden;
}
.doctors-item .graph{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}
.doctors-item .text{
    font-size: 14px;
    float: right;
    width: calc(100% - 320px);
    padding-top: 3px;
}
.doctors-item .text > *{
    line-height: 20px;
    margin-bottom: 10px;
}
.doctors-item .text > *:last-child{
    margin-bottom: 0;
}
.doctors-item .info-bar{
    margin-top: 15px;
    font-size: 13px;
}
.doctors-item .info-bar span{
    background-repeat: no-repeat;
    background-position: 0 -1px;
    background-size: 13px;
    padding-left: 18px;
    margin-left: 10px;
}
.doctors-item .info-bar span:first-child{
    margin-left: 0;
}
.doctors-item .info-bar .info-date{
    background-image: url(../images/date.svg);
}
.doctors-item .info-bar .info-comments{
    background-image: url(../images/comments.svg);
}
.doctors-item .info-bar .info-hits{
    background-image: url(../images/hits.svg);
}
.doctors-item ul{
    margin-top: -5px;
    list-style: initial;
    list-style-position: inside;
    list-style-type: initial;
}
.doctors-item ol{
    margin-top: -5px;
    list-style: initial;
    list-style-position: inside;
    list-style-type: decimal;
}
.doctors-item ol li,
.doctors-item ul li{
    line-height: 20px;
    margin-left: 15px;
}
.doctors-item .docs{
    margin-top: 20px;
}
.doctors-item .docs a{
    display: block;
    height: 217px;
    --margin: 12px;
    --margin-lr: 6px;
    transition-property: transform;
}
.doctors-item .docs a:hover{
    transform: scale(1.05);
}

/* Форма записи */
#record{
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 150px;
    max-width: 440px;
    width: calc(100% - 20px);
    display: table;
    background-color: #fff;
    z-index: 101;
    padding: 35px 40px;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    transition: transform, opacity, visibility;
    transition-duration: .4s;
    border-radius: 5px;
}
#record.show{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
#record h3{
    color: #fa7300;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 16px !important;
}
#record .close{
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    background: url(../images/close.svg) no-repeat center / 14px;
    transition: background .15s linear;
}
#record .close:hover{
    background-image: url(../images/close-hover.svg);
}
#record input.mask{
    padding: 0;
    width: 100%;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
}
#record .accord{
    margin: 20px 0 15px;
    font-size: 12px;
}
#record .accord input{
    margin: 0 5px 0 0;
    line-height: 18px;
    top: 2px;
    margin-right: 0 !important;
}
#record .accord span{
    line-height: 13px;
    /* display: block; */
}
#record .accord a{
    color: #fa7300;
    font-weight: 500;
    display: inline-block;
}
#record button{
    border: 0;
    width: 136px;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0;
    line-height: 1;
}

/* Вакансии */
.vacancy-list .item{
    margin-bottom: 30px;
}
.vacancy-list .item:last-child{
    margin-bottom: 0; 
}
.vacancy-list .title{
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
}
.vacancy-list .desc{
    line-height: 16px;
    font-weight: 500;
    margin-top: 5px;
    font-size: 13px;
    color: #777;
}

.vacancy-item{}
.vacancy-item .text{
    font-size: 16px;
}
.vacancy-item .text > *{
    margin-bottom: 10px;
}
.vacancy-item ul, .vacancy-item ol{
    margin-top: -5px;
    margin-bottom: 20px !important;
}
.vacancy-item ol li, .vacancy-item ul li{
    line-height: 20px;
}