/*             ADAPTIVE STYLES                  */
@media screen and (min-width: 1800px){
    .container {
        max-width: 1200px;
    }
    .header .main-menu {
        max-width: 670px;
        width: 670px;
        box-sizing: border-box;

    }
    .main-menu li a {
        padding-right: 16px;
        padding-left: 16px;
    }
    .main-menu__list{
        display: flex;
        justify-content: space-around;
    }




}
@media screen and (min-width: 2100px){


}
@media (min-width: 1400px) and (max-width: 1680px){
    .header .main-menu {
        max-width: 635px;
        width: 100%;
        min-width: 635px;
    }

}
@media screen and (max-width: 1600px){


}
@media screen and (max-width: 1500px){


}
@media screen and (max-width: 1400px){
    #map2,
    #map {
        min-width: 100%;
        overflow: hidden;
        max-width: 100%;
    }

}
@media screen and (min-width: 768px){
    .order-service-sm{display: none;}

}
@media screen and (min-width: 1200px){
    .chief__text {
        margin-left: -33px;
    }
    .share-another {
        margin: 40px 0 0 0;
    }
    .single-doctors .specialist-inner{
        padding-top: 20px;
    }
    .

}
@media screen and (max-width: 1200px){
    .header-404__right {
        width: 65%;
    }
    .header__phone {
        display: none;
    }
    .header__bottom-left:after{content: none;}
    .title-slider {
        font-size: 50px;
        line-height: 1.1;
        margin: 0 0 10px 0;
    }
    .mt-60 {
        margin-top: 50px;
    }
    .section-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 35px;
    }
    .item-news__title a,
    .item-news__title {
        font-size: 18px;
        line-height: 22px;
    }
    .item-news__text{
        height: auto!important;
        min-height: 200px;
    }
    .seo-text__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .footer__social-list li {
        margin-bottom: 10px;
    }
    .footer-center__title {
        font-size: 22px;
        line-height: 24px;
    }
    .contacts-info .contacts-info__btn {
        width: 190px;
    }
    .all-news .item-news__img {
        width: 100%;
        max-height: 100%;
        min-height: 170px;
    }
    .allnews-item {
        margin-bottom: 35px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .services-prices__destinations .gallery-item__img {
        min-height: 200px;
    }
    .services-prices-slider__title {
        margin-bottom: 0;
        font-size: 36px;
        line-height: 36px;
    }
    .serviceit-banner__overlay {
        left: 50px;
    }
    .serviceit-arcticle .section-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .grey-text-bg {
        font-size: 17px;
        line-height: 30px;
    }
    .serviceit-price__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0.5px;
    }
    .specialists-tabs .item-news__text {
        height: auto!important;
        min-height: auto;
    }
    .specialist-info__right,
    .specialist-info__right p {
        font-size: 17px;
        line-height: 27px;
    }
    .header-404 .header__phone {
        display: block;
    }

}
@media screen and (max-width: 992px){
    .grecaptcha-badge{display: none!important;}



/*         BURGER MENU         */
    .burger-menu{
        display: block;
    }
    header .main-menu{
        display: none;
    }
    .menu-collapsed {
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        /*position: fixed;*/
        position: absolute;
        top: 19px;
        left: auto;
        right: 20px;
        height: 32px;
        width: 32px;
        z-index: 999;
        cursor: pointer;
        /* position: relative; */
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .header__bottom {
        position: relative;
    }
    .logged-in .menu-collapsed {
        top: 20px;
    }
    .menu-collapsed ul {
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        position: fixed;
        left: -9000px;
    }
    .bar {
        position: fixed;
        left: 12px;
        top: 24px;
        position: relative;
        top: 0;
        left: 0;
    }
    .bar:before {
        top: -8px;
    }
    .bar:after {
        top: 8px;
    }
    .b-a-expanded, .menu-expanded .bar:before,
    .menu-expanded .bar:after {
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        top: 0px;
    }
     .b-a, .bar, .bar:before, .bar:after {
         -webkit-transition: all 0.25s;
         -o-transition: all 0.25s;
         transition: all 0.25s;
         content: "";
         position: absolute;
         left: 0;
         height: 4px;
         width: 30px;
         border-radius: 0;

    }
    .bar:before, .bar:after {
         background-color: black;
    }
    .burger-menu__nav {
        width: 100%;
        height: 100%;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto;
    }
    #mobile-menu{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 500;
        background: rgba(0, 0, 0, 0.97);
        display: none;
    }
    .close-menu{
        position: absolute;
        top: 50px;
        width: 30px;
        height: 30px;
        right: 50px;
        cursor: pointer;
    }
    .close-menu .bar,
    .close-menu .bar:before,
    .close-menu .bar:after {
        background-color: white;
    }
    .close-menu .bar:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: white;
    }
    .close-menu .bar:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background-color: white;
    }
    .close-menu .bar {
        background-color: transparent;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .close-menu  .bar:before {
        top: 0;
    }
    .close-menu  .bar:after {
        top: 0;
    }
    .menu-expanded ul {
        position: relative;
        z-index: 999;
        width: auto;
        height: auto;
        list-style-type: none;
        display: block;
        margin: 0 auto;
        left: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu-expanded a {
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
        text-decoration: none;
        color: white;
        display: inline-block;
        height: auto;
        padding: 10px 15px;
 
    }

    .menu-expanded a:hover {
        background-color: var(--grey-color);
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
        color: white;
 
    }
    .menu-expanded .bar {
        background-color: transparent;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .menu-expanded .bar:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: white;
    }
    .menu-expanded .bar:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background-color: white;
    }
/*    .menu-expanded {
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        text-align: center;
        height: 100%;
        width: 100%;
        border-radius: 0px;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.98);
        top: 0;
        position: fixed;
    }*/
    .menu-collapsed ul li {
        height: auto;
        padding: 0;
        margin-bottom: 10px;
        text-align: left;
    }
    .body-stop{
        overflow: hidden;
    }
    .burger-menu__icon{
        width: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        background-color: black;
        top: 13px;
    }
/*    .menu-expanded .bar {
        position: fixed;
        right: 30px;
        top: 40px;
        left: auto;
        width: 30px;
        height: 30px;
    }*/
    .clearfy-cookie {
        z-index: 99!important;
    }
    .has-submenu{
        position: relative;
    }
    .submenu-icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 10px;
        background-color: rgb(51 51 51 / 38%);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        line-height: 20px;
    }
    .submenu-icon img{
        max-width: 7px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .mega-menu {
        background: transparent;
        left: 0;
        margin-top: 0;
        position: relative;
        width: auto;
        padding: 0;
        -webkit-transition-duration: 0.5s;
             -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
    }
    .active-menu-item{
        background-color: var(--grey-color);
    }
    .mega-menu ul {
        background-color: rgba(0, 0, 0, 0.98);
    }
    .mega-menu ul li a {
        background-color: rgb(51 51 51 / 45%);
        width: 100%;
    }
    .mega-menu ul li a:hover{
        background-color: #454444;
    }
    .mega-menu ul li {
        margin-bottom: 0;
        margin-top: 10px;
        width: 100%;
    }
    .active-menu-icon img{
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg);
    }
    .mobile-menu .burger-menu-social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        width: auto;
    }
    .mobile-menu .burger-work-hours{color: #fff; margin: 0;}
    .mobile-menu .burger-menu-social a{
        padding: 0;
    }
/*    .menu-collapsed .burger-work-hours{
        right: -9000px;
        display: none;
    }
    .menu-expanded .burger-work-hours{
        right: 0;
        display: block;
    }*/
    .mobile-menu .header__work-hours {
        margin-top: 15px;
    }
    .burger-menu-social__title {
        color: white;
        margin-top: 15px;
        font-size: 18px;
        line-height: 1;
        padding-left: 10px;
        margin-bottom: 5px;
    }




/*         BURGER MENU END         */

    .title-slider {
        font-size: 34px;
        line-height: 1.1;
        margin: 0 0 8px 0;
    }
    .main-slider__owl .owl-dots {
        left: 12px;
    }
    .main-slider__owl .owl-text-overlay {
        max-width: 340px;
        left: 55px;
    }
    .btn-slider{
        margin-top: 12px;
    }
    .main-slider__owl .item {
        height: 280px;
    }
    .mt-60 {
        margin-top: 45px;
    }
    .pb-60 {
        padding-bottom: 45px;
    }
    .news .news__item{
        -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
                flex: 0 0 100%;
            max-width: 100%;
    }
    .home-news-list{display: block;}
    .item-news__text {
        height: auto!important;
        min-height: auto;
    }
    .footer__top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-item {
        width: 50%;
        padding: 0 30px 0 0;
    }
    .footer-item__title {
        margin-bottom: 10px;
        min-height: auto;
    }
    .footer__center {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .footer-center__title {
        font-size: 16px;
        line-height: 1.2;
    }
    .footer__social-list li {
        margin-right: 5px;
    }
    .seo-text {
        padding-top: 50px;
    }
    .seo-text__title {
        margin-bottom: 15px;
    }
    .header__phone {
        display: block;
    }
    .header__left ul li {
        margin-right: 30px;
    }
    .contacts-details {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .row-contacts-details {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .contacts__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts__title {
        margin-bottom: 35px;
    }
    .arcticle {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .aside {
        width: 100%;
    }
    .page-desc {
        margin-bottom: 20px;
    }
    .page-title {
        font-size: 36px;
        line-height: 36px;
    }
    .specialists-statistics__item-num {
        font-size: 35px;
        line-height: 35px;
        margin-right: 10px;
    }
    .single-content{
        padding-bottom: 40px;
    }
    .nav-tabs-specialists .nav-item {
        margin: 0;
        width: 50%;
    }
    .specialists-tabs__nav .nav-link {
        margin-right: -1px;
        margin-top: -1px;
    }
    .gallery-item__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .play-video {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
    }
    .tab-gallery-slider__wrappe .item-news__title a,
    .tab-gallery-slider__wrappe .item-news__title {
        font-size: 16px;
        line-height: 20px;
    }
    .item-news__more {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #tab-gallery__slider-3 .item-news__content {
        min-height: auto;
    }
    .specialists-tabs {
        padding-bottom: 20px;
    }
    .specialist-info__left {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .specialist-info__right {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }
    .specialist-info{
        padding-bottom: 10px;
    }
    .about-banner__inner {
        min-height: 250px;
    }
    .about-text {
        padding-top: 40px;
    }
    .about-text__col{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .row-about-text{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .about-text__btn {
        margin-top: 10px;
    }
    .page-template-page-about .main-directions{ margin-top: 20px;}
    #gallery .gallery-grid__item {
        width: 48%;
        min-width: 48%;
    }
    .f-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    /* Custom */
    .banner__content {
        max-width: 465px;
    }
    .banner__btns {
        max-width: 215px;
    }
    /* //Custom */


}
@media screen and (max-width: 820px){
    .error-404 svg{
        max-width: 90%;
    }
    
}
@media screen and (max-width: 767px){
    .header-404__right {
        width: auto;
    }
    .header-404__left{
        width: auto;
    }
    .btn {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        min-width: 160px;
        font-size: 15px;
    }
    .header__btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
    .section-title {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .our-team {
        margin-top: 30px;
    }
    .specialists-item {
        max-width: 65%;
        margin: 0 auto;
    }
    .home-news-list .item-news{
        max-width: 65%;
        margin: 0 auto;
    }
    .row-services-prices {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .services-prices-slider__title {
        margin-bottom: 0;
    }
    .specialists-statistics__item {
        width: 50%;
    }
    .specialists-statistics {
        padding: 6px 0;
    }
    h1.single-post__title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0.5px;
    }
    .single-arcticle__info {
        margin-bottom: 25px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .tab-content__services .services-prices__list li {
        display: block;
        width: 100%;
    }
    .serviceit-price-btn{
        display: none;
    }
    .order-service-sm {
        display: block;
        margin: 30px 0;
        text-align: center;
    }



}
@media (min-width: 576px) and (max-width: 767px){
    .container {
        max-width: 95%;
    }

}
@media screen and (max-width: 680px){
    .owl-buttons div,
    .slider__nav div {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slider__nav-prev img,
    .slider__nav-next img{
        max-width: 9px;
    }
    .main-slider__owl .item{
        position: relative;
    }
    .main-slider__owl .item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 60.09%, rgba(0, 0, 0, 0.5) 93.53%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60.09%, rgba(0, 0, 0, 0.4)), color-stop(93.53%, rgba(0, 0, 0, 0.5)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 60.09%, rgba(0, 0, 0, 0.5) 93.53%);
    }
    .main-slider__owl .item {
        height: 245px;
    }
    .btn-slider {
        margin-top: 5px;
    }
    .services-prices__item {
        width: 100%;
    }
    .services-prices__text{
        margin-bottom: 20px;
    }
    .services-prices-slider__title {
        margin-bottom: 0;
    }

    /* Custom */
    .banner__content_title {
        font-size: 30px;
    }
    .banner__content_descr {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .banner__btns {
        max-width: 100%;
    }

    .serviceit-arcticle__contents-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .serviceit-arcticle__contents-item {
        width: 100%;
        margin: 0 0 20px;
    }
    /* //Custom */

}
@media screen and (max-width: 650px){
    .header__call{display: none;}
    .serviceit-banner__inner{
        position: relative;
    }
    .serviceit-banner__inner:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 60.09%, rgba(0, 0, 0, 0.5) 93.53%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60.09%, rgba(0, 0, 0, 0.4)), color-stop(93.53%, rgba(0, 0, 0, 0.5)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 60.09%, rgba(0, 0, 0, 0.5) 93.53%);
    }
    .serviceit-banner__inner {
        min-height: 330px;
    }

}
@media screen and (max-width: 600px){
    .container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
    .specialists-item {
        max-width: 85%;
        margin: 0 auto;
    }
    .home-news-list .item-news{
        max-width: 85%;
        margin: 0 auto;
    }
        .serviceit-yslug__contents-wrapper{white-space: normal;}


}
@media screen and (max-width: 550px){
    .main-slider .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .main-slider__owl .owl-dots {
        left: 20px;
    }
    .main-slider__owl .owl-text-overlay {
        max-width: 340px;
        left: 60px;
    }
    .header__social{
        display: none;
    }
    .header__left ul li {
        margin-right: 10px;
    }
    .section-title {
        font-size: 35px;
        max-width: 80%;
    }
    .contacts-details__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .contacts-info__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .serviceit-banner__overlay{
        max-width: 340px;
    }
    .single-arcticle__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .share {
        margin-left: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #top {
        bottom: 2%;
        right: 3%;
        width: 40px;
        height: 40px;
    }
    .nav-tabs-specialists .nav-item {
        width: 100%;
    }
    #gallery .gallery-grid__item {
        width: 100%;
        min-width: 100%;
    }




}
@media screen and (max-width: 480px){
    .footer-item {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .footer-item__title br{
        display: none;
    }
    .footer-bottom__col {
        width: 100%;
    }
    .specialists-item ,
    .home-news-list .item-news {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .news .news__item {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .news .owl-carousel,
    .news .owl-carousel.owl-loaded {
        margin: 0;
    }
    .header__top .header__work-hours{display: none;}
    .header__phone{display: none;}
    .header__phone-top{display: block;}
    .header__left,
    .header__right{
        width: 50%;
    }
    .header__top .phone {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 1.2px;
    }
    .header__phone {
        margin: 0;
    }
    .header__right {
        text-align: right;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .header__left {
        max-width: 50%;
        overflow: hidden;
    }
    .slider__nav {
        display: none;
    }
    .section-title {
        font-size: 34px;
        max-width: 100%;
    }
    .row-mobile .slider__nav {
        display: block;
    }
    .row-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 30px;
    }
    .row-mobile  .owl-buttons div,
    .row-mobile  .slider__nav div {
        display: inline-block;
    }
    .main-slider__owl .owl-text-overlay {
        max-width: 320px;
    }
    .news .news__item {
        padding: 0;
    }
    .popup-small {
        width: 98%;
    }
    .contact-input {
        width: 100%;
        max-width: 100%;
    }
    #map2,
    #map {
        height: 330px;
    }
    .all-news .item-news__img {
        width: 100%;
        max-height: 100%;
        min-height: 190px;
    }
    .all-news .item-news__btn {
        min-width: 145px;
    }
    .services-prices-inner {
        padding-bottom: 45px;
    }
    .services-prices-seo {
        padding-top: 50px;
    }
    .serviceit-banner__inner {
        min-height: 320px;
    }
    .serviceit-banner__btn {
        margin-top: 15px;
    }
    .serviceit-banner__overlay{
        max-width: 330px;
    }
    .serviceit-arcticle__content ul li {
        font-size: 15px;
        line-height: 23px;
    }
    .grey-text-bg {
        font-size: 16px;
        line-height: 28px;
    }
    .title-brline:before {
        bottom: -10px;
        width: 100%;
        height: 6px;
    }
    .title-wborder:before {
        bottom: -10px;
        width: 100px;
        height: 6px;
    }
    .serviceit-arcticle__content {
        margin-top: 20px;
    }
    .all-specialists {
        margin-top: 30px;
    }
    .specialists-inner__title{
        margin-bottom: 12px;
    }
    .category .page-desc{
        margin-bottom: 12px;
    }
    .page-default__content h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .page-default__title{
        font-size: 32px;
        line-height: 1.2;
    }
    .page-default__content h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    .page-default__content h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    .single-arcticle__img {
        margin-bottom: 10px;
    }
    .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        margin: 0 8px 0 0!important;
    }
    .single-content h6{
        line-height: 1.2;
    }
    blockquote {
        padding-right: 0;
        margin: 30px 0;
    }
    .share__title{
        margin-bottom: 0;
    }
    .single-arcticle__info {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .btn-signup {
        max-width: 260px;
    }
    .tab-pane-edu {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .tab-education-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .single-doctors .our-team {
        margin-top: 0;
    }
    .specialists-tabs {
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .single-doctors .our-team__title{
        text-align: center;
    }
    .single-doctors .specialists-tabs .justify-content-between {
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important;
    }
    .row-gallery-slider {
        margin: 0;
        margin-top: 0;
        margin-bottom: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .gallery-item__img {
        min-height: 240px;
    }
    #wpdcom textarea{
        height: 100px;
        width: 100%;
    }
    .about-banner__inner {
        min-height: 220px;
    }
    .slider-with-btn .owl-nav button.owl-next {
        right: -45px;
    }
    .slider-with-btn .owl-nav button.owl-prev {
        left: -45px;
    }
    .services-prices-about {
        padding-top: 50px;
    }
    .error-404__title {
        max-width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .error-404 svg {
        max-width: 96%;
    }
    .header-404-row{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #popoup-success{
        width: 90%;
        max-width: 90%;
    }
    #menu-top-menu{
        display: none;
    }
    .header__left-social {
        display: block;
        margin: 0;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .burger-menu__nav {
        padding: 60px 0;
        display: block;
    }
    .active-menu-item {
        background-color: rgb(51 51 51 / 25%);
    }
    .mega-menu ul li a{
        background-color: transparent;
    }
    .menu-expanded ul li{
        display: block;

    }
    .menu-expanded ul {
        margin: 0 auto;
        display: inline-block;
        width: auto;
        height: auto;
        text-align: left;
        left: auto;
        right: auto;
        top: 24%;
        bottom: auto;
/*        position: absolute;
        top: 46%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);*/
    }
    .close-menu {
        top: 30px;
        right: 30px;
        z-index: 999;
    }
    .burger-menu__nav {
        text-align: center;
        vertical-align: middle;
    }
    .mega-menu ul li a {
        padding: 7px 15px;
        font-size: 15px;
    }
    .single-arcticle__content blockquote p,
    blockquote,
    blockquote p{
        font-size: 22px;
        line-height: 32px;
    }
    .header__addr {
        font-size: 11px;
        line-height: 1.1;
        letter-spacing: 0.1px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .row-reviews-page .all-reviews__item{
        margin-bottom: 30px;
    }





}
@media screen and (max-width: 420px){
    .item-news__more {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .popup {
        padding: 45px 20px;
        padding-bottom: 30px;
    }
    .services-prices__destinations .gallery-item__img {
        min-height: 260px;
    }
    .serviceit-banner__overlay {
        left: 30px;
    }
    .serviceit-banner .container{padding: 0;}
    .serviceit-banner__inner {
        min-height: 300px;
    }
    .specialists-statistics__item-title br{display: none;}
    .specialists-statistics__item {
        width: 100%;
        margin-bottom: 10px;
    }
    .single-arcticle{
        margin-bottom: 20px;
    }
    .single-content h6 {
        line-height: 22px;
        font-size: 17px;
    }
    .about-banner__inner {
        min-height: 200px;
    }
    .about-banner > .container{
        padding: 0;
    }
    .chief__img {
        width: 100%;
    }
    .chief__img img {
        width: auto;
        display: block;
        margin: 40px auto;
    }
    .chief__text {
        width: 100%;
    }
    .chief__text {
        margin-left: 0;
    }
    .serviceit-price-list__title {
        max-width: 80%;
    }
    .error-404__title {
         margin-bottom: 30px;
    }
    .header-404 {
        padding-top: 30px;
    }
    .popup textarea {
        height: 80px;
        max-height: 240px;
    }




}
@media screen and (max-width: 380px){
    .header__left ul li {
        margin-right: 5px;
    }
    .popup__title {
        font-size: 33px;
        line-height: 1.2;
        letter-spacing: 0.17px;
        margin-bottom: 20px;
    }
    .contacts__title {
        margin-bottom: 30px;
    }
    .aside h4 {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.4px;
    }
    .serviceit-price-list__title {
        max-width: 80%;
    }
    .popup textarea {
        height: 100px;
    }
    .chief__text {
        padding: 30px;
        margin-left: 0;
        padding-left: 35px;
    }
    .certificates__title {
        font-size: 19px;
        line-height: 26px;
        letter-spacing: 0.1px;
    }
    .certificates__subtitle {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.3px;
    }
    .serviceit-price-list__title {
        max-width: 75%;
    }
    .serviceit-price-list__title {
        max-width: 100%;
    }
    .tab-services__list li {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .serviceit-price-list__title {
        width: 100%;
        max-width: 100%;
    }
    .tab-services__list .price {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        font-size: 17px;
        line-height: 17px;
    }




}
@media screen and (max-width: 360px){
    .main-slider__owl .owl-text-overlay {
        max-width: 300px;
    }
    #map2,
    #map {
        height: 300px;
    }
    .page-title {
        font-size: 35px;
        line-height: 42px;
        letter-spacing: 0.5px;
    }
    .section-title {
        font-size: 30px;
    }
    .serviceit-banner__overlay {
        max-width: 320px;
    }
    .single-content .date{
        font-size: 14px;
    }
    h1.single-post__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0.2px;
    }
    .header-404 .phone {
        font-size: 15px;
        letter-spacing: .3px;
    }
    .single-arcticle__content blockquote p,
    blockquote,
    blockquote p{
        font-size: 20px;
        line-height: 30px;
    }
    .header__addr {
        font-size: 10px;
        line-height: 1.1;
    }




}
@media screen and (max-width: 330px){
    .main-slider__owl .owl-text-overlay {
        max-width: 270px;
    }
    .title-slider {
        font-size: 30px;
        line-height: 1.1;
        margin: 0 0 8px 0;
    }
    .main-slider__owl p {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.15px;
    }
    #map2,
    #map {
        height: 280px;
    }
    .serviceit-banner__overlay {
        max-width: 290px;
    }
    .chief__text {
        padding: 30px 15px;
    }
    .header-404 .phone {
        font-size: 12px;
        line-height: 13px;
        letter-spacing: .3px;
    }
    .header-404 .logo {
        max-width: 105px;
        height: auto;
    }
    .header-404 .phone svg {
        margin-right: 2px;
        max-width: 12px;
    }






}
