@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/ProximaNovaRegular/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNovaRegular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaRegular/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNovaRegular/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNovaBold/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNovaBold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaBold/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNovaBold/ProximaNova-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Extra Bold';
    src: url('../fonts/ProximaNovaExtraBold/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNovaExtraBold/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaExtraBold/ProximaNova-Extrabld.woff') format('woff'),
    url('../fonts/ProximaNovaExtraBold/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Proxima Nova Regular', sans-serif !important;
}
.point-clinic form .point-city{
    width: 100%;

}
.point-city__select{
    font-weight: 700;
    color: #4a515a;
    font-size: 18px;
}
.point-city__select a{
    color: #126bda !important;
    text-decoration: none;
    border-color: #126bda;
}
.point-city__select a:hover{
    border-color: transparent !important;
}
.point-clinic .point-work-hours,
.point-clinic .point-adress{
    font-size: 18px;
}
.point-clinic .point-work-hours span{
    font-weight: normal !important;
}
.point-clinic form{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 526px;
}
.communication .call-back__link::before{
    display: none;
}
.communication .phones__link{
    font-size: 25px;
    font-weight: bold;
    font-family: 'Proxima Nova Bold', sans-serif;
    line-height: 1;
    text-align: center;
}
.communication .call-back__link{
    font-weight: normal;
}
.communication .call-back__link:hover{
    border-color: transparent !important;
}
.nav-list__link_home{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("../img/svg/home.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-list__link_home:hover{
    background-image: url("../img/svg/home-blue.svg");
}
.nav-fix{
    padding: 0;
    max-height: 100%;
}
.nav-list__link{
    padding: 20px 25px;
    font-weight: normal;
}
.desktop-nav.nav .container{
    overflow: visible;
}
.nav-list__item ul .nav-list__link{
    display: none;
}
.owl-theme .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #126BDA;
    background-color: transparent !important;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span::before, .owl-theme .owl-dots .owl-dot:hover span::before{
    content: '';
    width: 12px;
    height: 12px;
    background-color: #126bda;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
}
.footer__menu-list li a{
    font-size: 16px;
}
.footer__contacts .email,
.footer__contacts .phone{
    font-family: 'Proxima Nova Bold', sans-serif;
}
.footer__contacts .email a,
.footer__contacts .phone a{
    font-size: 16px;
    text-decoration: underline;
    color: #747373;
    font-family: 'Proxima Nova', sans-serif;
}
.footer__contacts .email a:hover,
.footer__contacts .phone a:hover{
    text-decoration: none;
}
.footer__control-link_button{
    background-color: transparent;
    border: 1px solid #126BDA;
    color: #126bda;
    margin-bottom: 20px;
}
.footer__control-link_button:hover{
    background-color: #126bda;
    color: #ffffff;
}
.footer__control{
    text-align: right;
}
.footer__search.search{
    margin-top: 60px;
}
.search__button{
    background-image: url("../img/glass.png");
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.search__button:hover{
    background-color: #0f60c4;
}
.soc-footer h4{
    color: #747373;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
.breadcrumb ul li a{
    font-size: 16px;
    color: #4a515a;
}
.breadcrumb ul li:last-child a{
    font-family: 'Proxima Nova Bold', sans-serif;
}
h1, .h1{
    font-size: 30px !important;
    font-family: 'Proxima Nova Extra Bold', sans-serif !important;
    color: #4a515a !important;
}
.page-services.white-content-box{
    padding: 0;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.page-services.white-content-box .news-item{
    padding-bottom: 0;
    margin-bottom: 30px;
    border: solid 1px #e8e8e8;
    padding: 0;
    max-width: 300px;
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-services.white-content-box .news-item-header{
    padding: 25px 15px;
    font-family: 'Proxima Nova Extra Bold', sans-serif;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    text-align:center;
}
.page-services.white-content-box .news-item-text{
    padding: 30px;
    font-size: 15px;
    line-height: 20px;
}
.form-feedback{
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
    margin: 80px 0;
    text-align: center;
}
.form-feedback h4{
    font-size: 24px;
    font-family: 'Proxima Nova Extra Bold', sans-serif;
    color: #4a515a;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}
.form-feedback p{
    font-size: 15px;
    color: #4a515a;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.form-feedback p a{
    color: #126bda;
    text-decoration: underline;
}
.form-feedback p a:hover{
    text-decoration: none;
}
.form-feedback form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.form-feedback *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-feedback form p{
    margin-top: 40px;
    margin-bottom: 0;
}
.form-feedback fieldset{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    position: relative;
}
.form-feedback input{
    width: 100%;
    height: 36px;
    border-radius: 18px;
}
.form-feedback input:not([type=submit]){
    border: 1px solid #D9D9D9;
    padding-left: 45px;
}
.form-feedback input[type=submit] {
    background: #126bda;
    font-size: 18px;
    line-height: 33px;
    color: #ffffff;
    font-family: 'Proxima Nova Extra Bold', sans-serif;
}
.form-feedback input[type=submit]:hover{
    background-color: #0f60c4;
}
.form-feedback label{
    position: absolute;
    left: 15px;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #126bda;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.form-feedback .feed-user{
    background-image: url("../img/user.png");
}
.form-feedback .feed-email{
    background-image: url("../img/email.png");
}
.form-feedback .feed-phone{
    background-image: url("../img/telephone.png");
}
.contacts-page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.contacts-page,
.contacts-page *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts-page .left-contacts,
.contacts-page .right-contacts{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.contacts-page .right-contacts ul{
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.contacts-page .right-contacts h4{
    margin-top: 0;
    font-size: 17px;
    font-family: 'Proxima Nova Bold', sans-serif;
    margin-bottom: 0px;
    line-height: 20px;
}
.contacts-page .right-contacts a{
    text-decoration: underline;
}
.contacts-page .right-contacts a:hover{
    text-decoration: none;
}
.bottom-contacts{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}
.bottom-contacts p{
    font-size: 15px;
    line-height: 20px;
}
.download-block{
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.item__download-block{
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img__download-block{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d9d9d9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.text__download-block{
    padding-left: 5px;
}
.text__download-block a{
    font-size: 15px;
    font-family: 'Proxima Nova Bold', sans-serif;
    color: #126bda;
    text-decoration: none;
}
.text__download-block p{
    margin: 0;
    font-size: 15px;
    color: #4a515a;
    line-height: 20px;
}
.download-file .img__download-block{
    background-image: url("../img/svg/download.svg");
}
.controll-news{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    line-height: 20px;
    border-top: 1px solid #D9D9D9;
}
.controll-news p{
    margin: 0;
}
.controll-news a{
    font-family: 'Proxima Nova Bold', sans-serif;
    color: #4a515a;
    font-size: 15px;
    text-decoration: none;
    position: relative;
}
.controll-news a::before{
    content: '';
    width: 14px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 2px;
    background-image: url("../img/svg/undo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.controll-news span{
    font-family: 'Proxima Nova Bold', sans-serif;
    color: #4a515a;
    font-size: 15px;
}
img{
    height: auto;
}
.float-left{
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    max-width: 585px;
    width: 100%;
}

.popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.overlay-popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0,0,0,.8);
}
.content-popup{
    max-width: 380px;
    width: 100%;
    margin: auto;
    position: relative;
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.popup h3{
    text-align: center;
    font-size: 24px;
    font-family: 'Proxima Nova Extra Bold', sans-serif;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 0;
}
.popup p{
    margin-top: 0 !important;
}
.content-popup form{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}
.content-popup form fieldset{
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.content-popup form input[type=submit]{
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.content-popup form fieldset{
    margin-top: 30px;
}
.date-form fieldset{
    margin-top: 0 !important;
}
.content-popup form label{
    left: 0;
}
.date-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}
.date-form span{
    width: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}
.content-popup form .date-form fieldset{
    width: 50% !important;
}
.content-popup form .date-form fieldset input{
    text-align: center;
    padding-left: 0;
}
.content-popup form .date-form a{
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #136adb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50%;
}
.content-popup form .date-form .minus-date{
    left: 0;
}
.content-popup form .date-form .plus-date{
    right: 0;
}
.close-popup{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #136ADB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.close-popup:hover{
    cursor: pointer;
}
.close-popup::after,
.close-popup::before{
    content: '';
    width: 10px;
    height: 2px;
    background-color: #136adb;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.close-popup::after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-popup::before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page__table tr th{
    background-color: #d9d9d9;
    color: #4a515a;
    font-size: 20px;
    font-family: 'Proxima Nova Extra Bold', sans-serif;
    line-height: 1;
    padding: 20px 30px;

}
.page__table td{
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1;
}
.page__table td, .page__table th {
    border: 1px solid #D9D9D9;
}
.catalog-item,
.catalog-item *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.catalog-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
}
.left__catalog-item,
.right__catalog-item{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.big-slide__catalog{
    border: 1px solid #D9D9D9;
    padding: 40px 0;
}
.big-slide__catalog a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.big-slide__catalog img{
    max-width: 420px;
    display: block;
}
.bg-transparent{
    background-color: transparent !important;
}
.thumb-slide__catalog{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
}
.thumb-slide__catalog a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}
.reputation.bg-transparent{
    padding-top: 0px;
}
.price-catalog{
    font-family:'Proxima Nova Bold', sans-serif;
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a515a;
    line-height: 1;
}
.price-catalog b{
    font-family:'Proxima Nova Bold', sans-serif;
    font-size: 17px;
}.price-catalog p{
     margin: 0;
     font-size: 30px;
     color: #126bda;
     font-family:'Proxima Nova Bold', sans-serif;
     display: inline;
 }
h3, .h3{
    font-family: 'Proxima Nova Bold', sans-serif !important;
}
.text-vision__new ul{
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
}
.text-vision__new ul li{
    position: relative;
    list-style-type: none;
    padding-left: 12px;
}
.text-vision__new ul li::before{
    content: '•';
    color: #126bda;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    font-family: 'Proxima Nova Bold', sans-serif !important;
}
.text-vision__new h3{
    font-size: 17px;
    margin-top: 0;
    color: #4a515a !important;
    padding-left: 12px !important;
    position: relative;
    margin-bottom: 0px;
}
.text-vision__new h3::before{
    content: '';
    width: 3px;
    height: 12px;
    line-height: 20px;
    background-color: #126bda;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    border-radius: 30%;
}
.responses__slider {
    background-color: #ffffff;
}.reputation .licenses__shell{
     padding: 63px 40px;
 }
.select-text{
    padding: 20px;
    border: 1px solid #126BDA;
    margin-bottom: 30px;
}
.select-text h3{
    padding-left: 0;
}
.select-text h3::before{
    display: none;

}
.select-text p{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
}
.pt0{
    padding-top: 0;
}
.doctor-photo{
    width: 200px !important;
    height: 200px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.special-aaVersion-on a{
    text-decoration: none !important;
}
.special-aaVersion-on a:hover{
    text-decoration: underline !important;
}
textarea{
    border-radius: 2px;
    box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
    border: solid 1px #b4b4b4;
    outline: none;
}
.step-doctor-day.empty{
    display: none;
}
.mobile-nav__point-clinic{
    display: none;
}
.wrap__mobile-city{
    display: none;
}
.point-clinic .point-work-hours{
    width: 100%;
}
.social a.inst img{
    width: 20px;
}
.doctor-row-list{
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    min-width: 100% !important;
}
.doctor-row-list .col{
    width: 100% !important;
    float: none !important;
}
.doctor-row-list .bx-user-controls{
    display: none;
}
.doctor-row-list .doctor-item{
    display: flex;
    align-items: center;
    border: none !important;
    padding: 0 !important;
}
.doctor-row-list .doctor-item-image{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-position: top;
    width: 300px;
    height: 300px;
}
 .doctor-item-content.have-footer{
    width: calc(100% - 320px);
    text-align: left;
    padding-left: 20px;
}
.jq-selectbox.jqselect.styler.opacity-one {
    z-index: 10 !important;
}
.btn-schedule{
    color: #126bda !important;
}
.btn-schedule:hover{
    color: #ffffff !important;
    background-color: #126bda !important;
}
.doctor-short-info .doctor-photo{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 350px !important;
    height: 525px !important;
}
.main-slider__img{
    position: relative;
}
.main-slider__img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 1;
}
.container_main .nav-container .owl-next:nth-child(2),
.container_main .nav-container .owl-prev:nth-child(2){
}
@media (min-width: 993px){
    .nav-list__item{
        position: relative;
    }
    .nav-list__item:hover a{
        background-color: #ffffff;
        color: #4a515a;
    }
    .nav-list__item ul{
        display: none;
        position: absolute;
        left: 0;
        bottom: 0px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 10;
        background-color: #ffffff;
        min-width: 220px;
        width: 100%;
    }
    .nav-list__item:hover ul{
        display: block;
    }
    .nav-list__item:hover .arrow-nav{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 15px;
    }
    .nav-list__item:hover .arrow-nav path{
        fill: #4a515a;
    }
    .nav-list__item ul a{
        font-size: 16px;
        color: #4a515a;
        display: block;
        background-color: #ffffff;
        padding: 5px 25px;
        width: 100%;
        position: relative;
    }
    .nav-list__item ul a:hover{
        background-color: #0f60c4;
        color: #ffffff;
    }
    .nav-list__item ul li{
        border-bottom: 1px solid #F5F5F5;
        position: relative;
    }
    .nav-list__item ul li:last-child{
        border: none;
    }
    .nav-list .nav-list__item:last-child a{
        background-color: transparent !important;
    }
    .arrow-nav{
        width: 10px;
        height: 10px;
        position: absolute;
        right: -5px;
        top: 28px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: transform .25s ease;
        -o-transition: transform .25s ease;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
    }
    .arrow-nav svg{
        width: 10px;
        height: 10px;
    }
    .nav-list__item ul li > ul{
        display: none !important;
        position: absolute;
        bottom: inherit;
        top: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .nav-list__item ul li:hover > a{
        background-color: #0f60c4;
        color: #ffffff;
    }
    .nav-list__item ul li:hover > ul{
             display: block !important;
         }

}
@media (max-width: 1025px) and (min-width: 993px){
    .nav-list__link{
        font-size: 14px;
        padding: 20px 15px;
    }
}
@media (max-width: 992px){

    .header-body__fix_active{
        z-index: 30 !important;
    }
    .wrap__mobile-city{
        display: block;
        padding: 15px;
    }
    .mobile-nav__point-clinic{
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 0;
    }
    .nav-list__link_home{
        background-image: url("../img/svg/home-blue.svg");
    }
    .arrow-nav{
        display: none !important;
    }
    .nav-list li{
        display: block;
    }
    .nav-list li ul{
        padding-left: 20px;
    }
    html,
    body{
        min-width: 100% !important;
    }
    .nav-list__link{
        padding: 0px;
    }
    .mobile-nav .nav-list__item{
        margin-top: 15px;
    }
    .mobile-nav .nav-fix,
    .mobile-nav .nav-fix *{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mobile-nav .nav-fix{
        padding: 10px;
    }
    .mobile-nav .nav-fix__close{
        background-image: url("../img/svg/arrow.svg");
        background-color: #126bda;
        background-size: 10px;
    }
    .communication .phones__link{
        text-align: left;
    }
    .list-address{
        position: relative !important;
        right: inherit !important;
        top: inherit !important;
        margin: 15px 0;
    }
    .main-slider__content{
        position: inherit;
        top: inherit;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .main-slider__img{
        display: none !important;
    }
    .main-slider__content{
        -webkit-background-size: cover;
        background-size: cover;
        padding: 15px 0;
    }
    .main .container_main .nav-container{
        display: none;
    }
    .main-slider .owl-dots{
        margin-top: 10px;
    }
    .workers-page .content,
    .content{
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .mobile-nav .nav-list__item{
        margin-top: 5px;
    }
    .nav-list li ul{
        padding-left: 0;
        background-color: #f5f5f5;
        padding: 5px;
    }

    .nav-list li ul li > ul{
        background-color: #e2e0e0;
    }

}
@media (max-width: 720px){
    .doctor-row-list .doctor-item-image{
        width: 100%;
    }
    #employ-filter{
        display: flex;
        flex-direction: column;
    }
    #employ-filter > div {
        margin-bottom: 15px;
        width: 100% !important;
        float: none !important;
    }
    #employ-filter > div:empty{
        display: none;
    }
    #employ-filter .doctors-search{
        width: 100%;
        text-align: left;
        position: relative;
    }
    #employ-filter .doctors-search .input-round-search{
        width: 100%;
    }
    #employ-filter .doctors-search .btn-round-search{
        position: absolute;
        right: 0;
        top: 0;
    }
    .doctor-row-list .doctor-item{
        flex-direction: column;
    }
    .doctor-row-list .doctor-item-content.have-footer{
        text-align: center;
        width: 100%;
        padding-bottom: 0;
    }
    .wrap-table{
        overflow-x: auto;
    }
    .page__table{
        min-width: 700px;
        table-layout: auto;
    }
    .catalog-item{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .left__catalog-item, .right__catalog-item{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .thumb-slide__catalog{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 20px;
    }
    .owl-theme .owl-dots .owl-dot.active span::before, .owl-theme .owl-dots .owl-dot:hover span::before{
        left: 1px;
        top: 1px;
    }
    .right__catalog-item{
        margin-top: 20px;
    }
    .reputation .container{
        padding-left: 0;
        padding-right: 0;
    }
    .step-doctor-header{
        display: flex !important;
        flex-direction: column;
    }
    .step-doctor-header *{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .step-doctor-col{
        display: flex !important;
        justify-content: center;
        width: 100% !important;
        padding: 10px !important;
    }
    .step-doctor-name{
        padding-left: 10px;
    }
    .step-doctor-week{
        display: flex !important;
        flex-direction: column;
    }
    .step-doctor-day{
        float: none !important;
        width: 100% !important;
        padding: 10px !important;
    }
    .step-doctor-day.empty{
        display: none !important;
    }

    .list-address{
        max-width: 390px;
        width: 100%;
    }
    .list-address h4{
        font-size: 18px !important;
        padding: 10px !important;
    }
    .list-address .close{
        right: 10px !important;
        top: 6px !important;
    }
    .wrap-list-address .item-list-address{
        padding-top: 10px !important;
    }
    .wrap-list-address .item-list-address span{
        font-size: 16px !important;
    }
    .point-clinic .point-work-hours, .point-clinic .point-adress{
        font-size: 15px !important;
        line-height: 1.2 !important;
    }
    .mobile-nav__point-clinic{
        margin-top: 0 !important;
    }
    .news-item-image{
        float: none !important;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .white-content-box{
        padding: 10px !important;
    }
    .reputation .licenses__top,
    .reputation .responses__top{
        padding: 0 15px;
    }
    .employees__slider .worker__photo{
        width: 180px;
        height: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-theme .owl-dots .owl-dot.active span::before, .owl-theme .owl-dots .owl-dot:hover span::before{
        left: 2px;
        top: 2px;
    }
    .doctors-list .col-4{
        width: 50%;
    }
    .overflow-y__auto{
        overflow-y: auto;
    }
    .overflow-y__auto > div{
        min-width: 992px;
    }
    .overflow-y__auto::-webkit-scrollbar{
        height: 5px;
    }
    .overflow-y__auto::-webkit-scrollbar-track{
        background-color: #cccccc;
    }
    .overflow-y__auto::-webkit-scrollbar-thumb {
        background: #126bda;
    }
    #view-month-head{
        display: flex;
        flex-direction: column;
    }
    #view-month-head > *{
        margin-bottom: 10px;
    }

}
@media (max-width: 560px){

    .page-services.white-content-box {
        flex-wrap: wrap;
    }

    .news-item-image {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .doctor-short-info .doctor-photo{
        width: 100% !important;
        height: 350px !important;
        background-position: top !important;
        float: none !important;
    }
    .cn-modal.cn-modal-medium{
        width: 100% !important;
    }
    .cn-modal-content{
        padding: 10px !important;
        font-size: 13px !important;
    }
    .cn-modal-header{
        font-size: 18px !important;

    }
    .rewrhite > div{
        width: 100%;
        float: none;
    }
    .rewrhite .col-6{
        width: 100%;
    }
    .doctors-list .col-4{
        width: 100%;
    }
    .content-popup{
        padding-top: 40px !important;
    }
    .form-feedback{
        padding: 15px;
    }
    .form-feedback form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-feedback fieldset{
        width: 100%;
        margin-bottom: 15px;
    }
    .footer__col_contr{
        display: block !important;
    }
    .footer__control{
        text-align: left;
    }
    .footer__search.search{
        margin-top: 0;
    }
    .footer{
        margin-bottom: 10px;
    }
    .page-services.white-content-box .news-item-header{
        padding: 10px;
    }
    .page-services.white-content-box .news-item-text{
        padding: 10px;
    }
    .contacts-page .left-contacts, .contacts-page .right-contacts{
        width: 100%;
    }
    .contacts-page .right-contacts{
        margin-top: 30px;
    }
    .mobile-nav a{
        font-size: 16px !important;
    }
    .banner__text{
        font-size: 16px;
    }
    .banner__text a{
        display: block;
    }
    .main-slider__content{
        height: 250px;
        position: relative;
        background-position: center;
    }
    .main-slider__content::before{
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.2);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .main-slider__content .container{
        z-index: 10;
    }
    .content-popup{
        max-width: 100%;
    }
    .form-feedback textarea{
        width: 100%;
    }

}
@media (max-width: 335px){
    .header-body__fix .logo a .logo-descr{
        display: none;
    }
}