.inner-page__information h2 {
   text-transform: none;
    font-weight: 700;
    font-size: 24px;
}


.inner-page__information ul {
    margin-left: 20px;
}
    

.advantages_row {
    margin-bottom: 0px;
}
h1{
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
     text-transform: none;
}
h2{
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    text-transform: none;
}

.advantages_row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.adv-item  {
    display: flex;
    width: 50%;
    margin-bottom: 30px;
    align-items: center;
}

.adv-item p {
    width: 70%;
}

.adv-item img {
    width: 10%;
    margin-left: 5%;
}


#info {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.info-list {
    display: flex;
    justify-content: space-around;
}

.info-item {
    display: flex;
}

p.info-item-title {
    font-size: 3.2em;
    font-weight: 500;
    color: #1a76d1;
}

p.info-item-description {
    padding-left: 10px;
    padding-top: 18px;
    font-size: 0.9em;
}

p.info-item-description {
    padding-left: 10px;
    padding-top: 18px;
    font-size: 0.75em;
    font-weight: 500;
}


div#questions {
    padding: 60px 0;
}


div#questions .tab-content {
    border: none;
    padding: 15px 25px;
    background: #1a76d1;
    min-height: 300px;
}

div#questions .tab-content p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
}


 div#questions a:focus {
    color: #fff !important;
}

div#questions .nav-tabs>li>a {
    margin-right: 0;
    font-size: 12px;
    font-weight: 500;
    background: #f9f9f9;
    color: #333;
    border-radius: 0;
    
}



div#questions .nav-tabs>li>a:hover {
    border-color: transparent;
}
div#questions .nav-tabs>li.active>a {
    margin-right: 0;
    font-size: 12px;
    font-weight: 500;
    background: #1a76d1;
    color: #fff;
    border-radius: 0;
    border: 0;
}

div#questions .nav-tabs>li {
    width: 100%;
}

div#questions .nav-tabs {
    margin-top: 15%;
}
    

.pr-0 {
    padding-right: 0;
}


.container .h2__wrap {
    display: flex;
    justify-content: space-between;
        align-items: center;
}

.symptom-item {
    margin: 15px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    padding: 20px;
    line-height: 1;
}

.symptom-item p {
    color: #383838;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.symptom-item ul {
    list-style: none;
}

.symptom-item li a {
    font-size: 12px;
    font-weight: 500;
}

.symptom-item li {
    margin-bottom: 5px;
}


div#symptoms {
    padding: 50px 0;
}

div#symptoms .symptoms-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.menu {
    display: flex;
    justify-content: space-between;
}

.search-btn {
    position: relative;
}
.search-btn img {
    width: 20px;
    position: absolute;
    right: 0;
}

.search-btn img:hover {
    cursor: pointer;
}

.menu-list {
    padding-bottom: 0;
    
}

.menu-list li {
    margin-bottom: 0;
    padding-top: 1px;
}

.search-wrapper button {
    display: none;
}

.search-wrapper input {
    width: 100%;
    border: 1px solid #1a76d1;
    padding: 10px;
    border-radius: 4px;
    outline: none;
}

#navbar .menu-list {
   width: 85%;
}

.nav-wrapper {
    position: absolute;
    top: 157px;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    background: #fff;
    display: none;
    box-shadow: 0px 3px 6px #33333329;
}

.nav-wrapper-block {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    height: 330px;
    max-width: 1140px;
}



.menu-item {
    width: 27%;
    padding: 30px;
    height: 100%;
    overflow: auto;
    background: #F2FAFF;
}

.menu-item ul {
    list-style: none;
}
.menu-item ul li{
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #494949;
    cursor: pointer;
}
.menu-item ul li:hover{
    color: #0E8DE8 !important;
}

.menu-item-list {
    width: 100%;
    height: 230px;
    margin-top: 20px;
    /* padding: 15px 30px; */
    overflow: auto;
}


.menu-item-list  > ul {
    list-style: none;
    column-count: 2;
}
.menu-item-list ul li a{
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #2E2E2E !important;
    text-transform: none !important;
    padding: 0 !important;
}
.menu-item-list li a:hover{
    color: #0E8DE8 !important;
    background: none !important;
}

.menu-item-list  > ul > li  ul{
    list-style: none;
}


.service-type-list > ul > li {
    font-size: 16px;
}


.service-type-list  > ul > li  ul{
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    margin-bottom:30px;
}


p.menu-item-list-title {
   /*  color: #1a76d1;
   font-size: 15px;
   font-weight: 500; */
}

/* width */
.menu-item::-webkit-scrollbar, .menu-item-list::-webkit-scrollbar, #services .tabs-wrapper::-webkit-scrollbar{
  width: 10px;
}

/* Track */
.menu-item::-webkit-scrollbar-track, .menu-item-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Track */
#services .tabs-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.menu-item::-webkit-scrollbar-thumb, .menu-item-list::-webkit-scrollbar-thumb{
  background: #888;
}
/* Handle */
#services .tabs-wrapper::-webkit-scrollbar-thumb{
  background: #E0E0E0;
}

/* Handle on hover */
.menu-item::-webkit-scrollbar-thumb:hover, .menu-item-list::-webkit-scrollbar-thumb:hover, #services .tabs-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

li.ajax-menu-list {
    cursor: pointer;
}
#navbar .menu-item li.ajax-menu-list a {
    color: #494949;
}
li.ajax-menu-list.active {
    color: #0E8DE8 !important;
}


.service-type-wrapper {
    padding: 30px;
    background: #f9f9f9;
    margin-top: 50px;
}

.service-type-wrapper p.title{
    font-size: 2em !important;
}



.service-type-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}

.service-type-list > ul {
    list-style: none;
    column-count: 3;
    width: 80%;
}



.service-type-list ul li a{
    font-weight: 500;
    color: #333;
}


.service-type-list .navbar-callback-btn.btn-before:hover {
    text-decoration: none;
    color: #fff !important;
}
    
#innerPage .h2__wrap{
    margin-bottom: 0;
    margin-top: 0;
}
.inner-page__appointment{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}
.inner-page__appointment .info-appointment{
    padding: 100px 0;
    width: 35%;
}
.inner-page__appointment .info-appointment p.title{
    font-size: 1.7em !important;
    font-weight: 600;
}

    
.inner-page__appointment .image{
    width: 65%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-page__pricelist{
    padding-top: 50px;
}
    .inner-page__pricelist .list{
        list-style: none;
    }
    .inner-page__pricelist .list li{
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .inner-page__pricelist .list li:nth-child(odd){
        background-color: #f9f9f9;
    }
    
    .inner-page__information{
        padding: 30px 0px;
    }

    /* .inner-page__information .information-wrapper{
        display: flex;
        flex-wrap: wrap;
    } */
    .inner-page__information .information-wrapper .image{
         width: 30%;
         max-height: 300px;
         background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .inner-page__information .information-wrapper .information{
         width: 70%;
         padding-left: 30px;
    }
     .inner-page__information .information-wrapper .information p{
         margin-bottom: 20px;
    }
    #similarServices .h2__wrap{
        margin-bottom: 20px;
        margin-top: 0;
    }
    #similarServices .similarServices-list{
        list-style: none;
        column-count: 4;
    }
    #similarServices .similarServices-list a.similar-service-item__title{
        text-align: left;
        font-size: 20px;
    }

.inner-page__faq{
    padding-bottom: 50px;
}
.inner-page__faq .card-header button{
    width: 100%;
    text-align: left;
    background-color: #f9f9f9;
    color: #333333;
    font-size: 1em !important;
    font-weight: 600;
    padding: 10px 20px;
    outline: none !important;
}
.inner-page__faq .card-body{
    padding: 10px 30px 20px 30px;
}

.inner-page__sales{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.inner-page__sales .item{
    position: relative;
    width: 31%;
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}
.inner-page__sales .item p{
    font-size: 2em !important;
    font-weight: 500;
}
    
.inner-page__sales .item:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}

.simplesearch-result {
    margin-bottom: 15px;
}

.simplesearch-paging {
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-block{
    min-height:60vh;
}
span.simplesearch-result-pages {
    margin-right: 5px;
}
.simplesearch-result a {
    font-weight: 500;
}

.simplesearch-result .extract p {
    font-size: 14px;
}


#services_new .services_list{
    padding-left: 0px;
    display: block;
}
#services_new  .services_item{
    width: 100%;
    margin-right: 0px;
    padding: 20px;
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
#services_new  .services_item .services_item_inner{
    padding: 20px;
}

#services_new  .services_item a{
    
}

.fotogallery_item img{
    height: 650px;
}
.fotogallery .owl-nav{
    display: flex!important;
}
.fotogallery .owl-dots .owl-dot.active span, .fotogallery .owl-dots .owl-dot:hover span{
    background: #1a76d1;
}
.fotogallery .owl-nav{
    justify-content: space-between;
    top: 300px;
    padding: 0 15px;
}
.fotogallery .owl-nav [class*=owl-]{
    padding: 13px 0px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.fotogallery .owl-stage-outer{
    z-index: 1;
}

.service-type-wrapper .navbar-callback-btn{
    margin-left: auto;
}

@media screen and (max-width: 760px){
    .menu-wrapper {
        display: none;
    }
    
    .menu-list__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
    }

    .navbar-new__logo a {
        margin: 0 auto;
    }
    
    .burger-menu {
        position: absolute;
    top: 15px;
    right: 15px;
    }
    
    
    .adv-item {
        display: flex;
        width: 100%;
        margin-bottom: 15px;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
    }
    
    .info-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .info-item {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    
    .info-item p {
        padding: 0;
    }
    
    .pr-0 {
        padding-right: 15px;
    }
    
    .menu-list {
    flex-direction: column;
    
}
    .menu-list li a {
        font-size: 1.3em;
    }
    
    .menu-list li {
        line-height: 1;
    }
    
    .menu-title {
        margin-bottom: 30px;
    }
    
    #service-type{
        padding-top: 170px;
    }
    .service-type-list ul {
        column-count: 1;
        width: 100%;
    }
    .service-type-list a.navbar-callback-btn {
        display: block;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .inner-page__appointment{
       
    }
    .inner-page__appointment .info-appointment {
        padding: 100px 0 0 0;
        width: 100%;
    }
    .inner-page__appointment .image {
        display: none;
    }
    .inner-page__appointment .info-appointment .navbar-callback-btn{
        display: block;
        margin: 0 auto;
    }
    .inner-page__appointment .info-appointment p.title{
        margin-bottom: 30px !important;
    }
    .inner-page__pricelist .list li{
        margin-left: 0 !important;
    }
    .inner-page__information .information-wrapper .information{
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .inner-page__information .information-wrapper .image{
        width: 100%;
        height: 200px;
    }
     #similarServices{
         padding-top: 30px;
        margin-bottom: 30px !important;
     }
    
    #similarServices .similarServices-list{
        column-count: 1;
        padding: 0 15px;
    }
    #similarServices .h2__wrap{
            padding: 0 15px;
    }
    #similarServices .h2__wrap h2{
           margin-bottom: 0px !important; 
    }
    .inner-page__faq{
        padding: 0 15px;
    }
    .inner-page__faq .card-header button{
            white-space: inherit !important;
    }
    .inner-page__sales .item{
        width: 100%;
        margin-bottom: 25px;
    }
    .inner-page__sales{
        padding-top: 90px;
    }
    .inner-page__sales .navbar-callback-btn{
        display: block;
        width: 200px;
        text-align: center;
        margin: 0 auto;
    }
    
    .search-result-wrapper {
        padding-top: 175px;
    }
    #service-type h1{
        font-size:25px;
    }
    .service-type-wrapper p.title {
        font-size: 1.5em !important;
    }
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('/assets/images/icon_top.png') no-repeat;
}
.poisk{
    position: absolute;
    margin-left: 70px;
    cursor: pointer;
    z-index: 50;
}
@media screen and (max-width: 990px){
      .poisk{
        margin-top: 15px;
    }
  }
#navbar.fixed .poisk{
    margin-top: 15px;
}
.poisk img{
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 760px){
    .poisk img{
        width: 25px;
        height: 25px;
    }
    .poisk{
       margin-top: 17px;
       margin-left: 55px;
    }
    #navbar.fixed .poisk{
        margin-top: 10px; 
    }
}






/********************************************/
#header{
    height: auto !important;
}
#header .slider-nav{
    display: flex;
    justify-content: space-between;
    margin-top: -255px;
}
#header .slider-nav .customPrevBtn{
    position: relative;
    margin-left: -10px;
    z-index: 4;
}
#header .slider-nav .customNextBtn{
     position: relative;
    margin-right: -10px;
    z-index: 4;
}
#navbar{
    background: #F2FAFF;
    z-index: 5;
}
.menu-list__wrapper{
    width: 65%;
}
.navbar-new__logo img{
    width: 78px;
    height: 65px;
}
.navbar-new__logo a{
    text-decoration: none;
}
.navbar-new__logo span{
    display: block;
    font-size: 8px;
    line-height: 9px;
    color: #0E8DE8;
    margin-top: 7px;
    
}
.header-address p span, .header-address p{
    font-size: 14px;
    line-height: 20px;
    color: #3A3A3A;
    font-weight: 400;
}
.header-address {
    padding-top: 25px;
}
.header-address a{
    font-size: 14px;
    line-height: 20px;
    color: #3A3A3A !important;
    font-weight: 400 !important;
}
.header-address a:hover{
    color: #0E8DE8 !important;
}
.navbar-phone__wrap {
    padding-top: 20px;
}
.blue-btn{
    background: rgba(14, 141, 232, 1);
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    transition: .6s;
}
.blue-btn:hover{
    background: rgba(12, 125, 206, 1);
}
.red-btn{
    background: rgba(218, 59, 52, 1);
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    transition: .6s;
}
.red-btn:hover{
    background: rgba(186, 46, 40, 1);
}
.navbar-callback-btn.red-btn{
    margin-left: 10px;
}
.navbar-callback-btn{
    width: 140px;
    height: 35px;
    padding: 10px 20px;
}
.menu-wrapper{
    padding: 5px 0px 5px 0px;
    background: #0E8DE8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#navbar .menu-list li a {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.search-wrapper input {
    position: relative;
    background: #FFFFFF;
    border-radius: 25px;
    width: 120px;
    height: 25px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #3A3A3A;
    padding: 0 15px;
}
 .search-wrapper input::placeholder{
    /* position: absolute;
    top: 6px;
    left: 16px; */
    /* font-weight: normal; */
    /* font-size: 10px; */
    /* line-height: 12px; */
    color: #E0E0E0;
}
.search-wrapper input::-moz-placeholder{
    /* position: absolute;
    top: 6px;
    left: 16px; */
    /* font-weight: normal;
    font-size: 10px;
    line-height: 12px; */
    color: #E0E0E0;
} 

#navbar .menu-list li a{
    padding: 9px 15px 10px 15px;
}
#navbar .menu-list li a.service-menu:hover, #navbar .menu-list li a.service-menu.open{
    color: #ffffff !important;  
    background: #0C7DCE;
}
.menu-item-list-title{
    font-weight: 300;
    font-size: 25px;
    line-height: 20px;
    color: #CACACA;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 12px;
}

.menu-item-list-wrapper {
    width: 77%;
    padding-top: 22px;
    padding-right: 25px;
    padding-left: 80px;
    padding-bottom: 20px;
    overflow: hidden;
}

.main-slider{
    margin-top: 160px;
}

.main-slider .item .container{
    position: relative;
}
.main-slider .desc{
    width: 45%;
    padding-top: 30px;
    padding-bottom: 55px;
    padding-left: 30px;
}
.main-slider .desc p{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #323232;
    margin-top: 30px;
}
.main-slider .desc p.title{
    font-weight: normal;
    font-size: 35px;
    line-height: 41px;
    color: #000000;
    text-transform: none;
}
.main-slider .image{
    width: 47%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 40px;
}
.elements{
    margin-top: 40px;
}

.elements .red-btn{
    margin-left: 0;
    margin-right: 25px;
}
.elements a{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #000000;
}
.elements a:hover{
    color: #0E8DE8 !important;
}

.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span{
    background: #0E8DE8;
}
.main-slider .owl-dots .owl-dot span{
    background: #F2FAFF;
    width: 12px;
    height: 12px;
}
.main-slider .owl-dots{
    position: relative;
    margin-top: -15px !important;
    margin-bottom: 0;
    padding: 15px 0;
    z-index: 10;
    background: #ffffff;
}

.main-slider .owl-nav{
    display: none !important;
    justify-content: space-between;
    padding: 0 350px;
}

#advantages_new{
    padding: 40px 0 15px 0;
    background-color: #ffffff;
}
#advantages_new h2{
    margin-bottom: 35px;
}
#advantages_new .item{
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 30px 40px 30px 15px;
    min-height: 165px;
}
#advantages_new .item img{
    margin-right: 15px;
}
#advantages_new .description p{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
#advantages_new .description p.title{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}

#specialists{
    padding: 0px 0px 90px 0;
}
#specialists .container{
    position: relative;
}
#specialists h2{
    margin-bottom: 20px;
}
#specialists .item, .specialists .item{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    transition: .6s;
}
#specialists .item:hover, .specialists .item:hover{
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.2);
}
#specialists .item .image, .specialists .item .image{
    display: block;
    height: 305px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px 6px 0 0;
}
#specialists .item .rev, .specialists .item .rev{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0 15px;
}
#specialists .item .rev span, .specialists .item .rev span{
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    color: #A9A9A9;
}
#specialists .item .rev .rev-list, .specialists .item .rev .rev-list{
    display: flex;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
}
#specialists .item .rev .rev-list li, .specialists .item .rev .rev-list li{
    margin-left: 3px;
}
#specialists .item .info, .specialists .item .info{
    text-align: center;
    padding-bottom: 40px;
}
#specialists .item .info .red-btn, .specialists .item .info .red-btn{
   width: 175px;
   height: 45px;
   margin-left: 0px;
}
#specialists .item .info a, .specialists .item .info a{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #0E8DE8;
}
#specialists .item .info a:hover, .specialists .item .info a:hover{
    color: #0E8DE8 !important;
}
#specialists .item .info p, .specialists .item .info p{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    margin: 20px 0;
    min-height: 55px;
}
#specialists .specialists-slider .owl-stage-outer{
    padding: 20px 0px 30px 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
}
#specialists .slider-nav{
    display: flex;
    position: absolute;
    top: 25px;
    right: 5px;
}
.slider-nav div{
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#specialists .slider-nav .customPrevBtn{
    margin-right: 10px;
}

#about_new {
    background-color: #ffffff;
    padding: 25px 0;
}
#about_new h1{
    margin-bottom: 45px;
}
.about_new_wrapper{
    display: flex;
}
.about_new_img {
    width: 50%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about_new_wrap{
    width: 45%;
    margin-left: auto;
    padding-top: 10px;
}
.about_new_wrap .about_new_description p{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    margin-bottom: 20px;
}
#advantages_new2{
    background: #F2FAFF;
    padding: 30px 0 20px 0;
}
#advantages_new2 ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#advantages_new2 ul li{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #0E8DE8;
    position: relative;
    padding-left: 45px;
    padding-right: 50px;
}
#advantages_new2 ul li:before{
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 31px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(/assets/images/complete.svg);
    background-repeat: no-repeat;
    background-color: transparent;
}

#reviews{
    padding: 55px 0 0px 0;
    margin-bottom: 0px;
}
#reviews h2{
    margin-bottom: 30px;
}
#reviews .reviews-slider .item .flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#reviews .reviews-slider .item .flex-container .inner-item, #reviews .reviews-slider-mobile .item .inner-item{
    background: #F9F9F9;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    padding: 20px 30px;
    width: 49%;
    margin-bottom: 25px;
    position: relative;
}
#reviews .reviews-slider .item .flex-container .inner-item img, #reviews .reviews-slider-mobile .item .inner-item img{
    width: 32px;
    height: 37px;
    position: absolute;
    top: 21px;
    right: 12px;
}
#reviews .reviews-slider .item p, #reviews .reviews-slider-mobile .item p{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #373737;
}
#reviews .reviews-slider .item p.title, #reviews .reviews-slider-mobile .item p.title{
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}
#reviews .reviews-slider .item p.date, #reviews .reviews-slider-mobile .item p.date{
    margin-bottom: 30px;
    line-height: 1;
}
#reviews .container {
    position: relative;
}
#reviews .slider-nav {
    display: flex;
    position: absolute;
    top: 25px;
    right: 5px;
}
#reviews .slider-nav .customPrevBtn {
    margin-right: 10px;
}
#reviews .reviews-slider .owl-stage-outer, #reviews .reviews-slider-mobile .owl-stage-outer {
    padding: 20px 0px 0px 20px;
    margin-left: -20px;
    width: calc(100% + 30px);
}
 
#license h2{
    margin-bottom: 30px;
}
#license{
    padding: 35px 0 65px 0;
}
#license .container {
    position: relative;
}
#license .slider-nav {
    display: flex;
    position: absolute;
    top: 25px;
    right: 5px;
}
#license .slider-nav .customPrevBtn {
    margin-right: 10px;
}

#cather p.title{
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}
#sendOrder{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cather .form-wrap{
    height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sendOrder input{
    height: 35px;
    width: 300px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #3A3A3A;
    margin-bottom: 13px;
    padding: 10px 25px;
    outline: none;
}
#sendOrder input::placeholder{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #cfcfcf;
}
#sendOrder p{
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #929292;
}
#sendOrder button{
    border: none;
    height: 35px;
    width: 300px;
    padding: 10px 25px;
    outline: none;
    margin-bottom: 35px;
}

#contacts{
    position: relative;
}
#contacts .wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
#contacts .wrapper .container{
    height: 100%;
}
#contacts .inner{
    background: #0E8DE8;
    margin-left: auto;
    height: 100%;
    width: max-content;
    padding: 5px 150px 30px 70px;
}
#contacts .inner a{
   display: block;
   color: #FFFFFF !important;
}
#contacts .inner img{
   margin-top: 30px;
}
#contacts .inner p{
   font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
}
#contacts .inner p.title{
   font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 25px;
}
#contacts .inner .social-list{
   list-style: none;
    display: flex;
}
#contacts .inner .social-list li{
   margin-right: 12px;
}
#footer{
    padding: 35px 0 20px 0;
    background: #F2FAFF;
}
#footer p{
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
#footer p.text{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #C9C9C9;
    margin-top: 20px;
}
#footer p.doptext{
   font-weight: 300;
    font-size: 22.8px;
    line-height: 20px;
    color: #CECECE;
    text-transform: uppercase;
    margin-top: 30px;
}

#services{
    padding: 0 0 50px 0;
}
#services .nav-list-wrapper{
    background: #0E8DE8;
}

#services .nav-list-wrapper ul .nav-link{
    margin: 0;
    line-height: 1;
    border: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF !important;
    padding: 20px 65px;
    border-radius: 0;
}
#services .nav-list-wrapper ul .nav-link:hover, #services .nav-tabs>li.active>a,#services .nav-tabs>li.active>a:focus,#services .nav-tabs>li.active>a:hover{
    background: #1374B9;
}
#services .nav-tabs>li{
    margin: 0;
}
#services .nav-tabs{
     border: none;
}
#services .tabs-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    padding: 25px 0 20px 0;
    max-height: 580px;
    overflow: auto;
}
#services .list-serv{
    list-style: none;
    margin-bottom: 25px;
}
#services .list-serv-wrapper{
    width: 33%;
}
#services .tab-pane.active{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#services .list-serv li:first-child a{
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #0E8DE8;
}
#services .list-serv li:first-child{
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #0E8DE8;
}
#services .list-serv li a{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2E2E2E;
}
#services .list-serv li a:hover{
    color: #0E8DE8 !important;
}

.modal-dialog{
    width: 310px;
}
.modal-content{
    background: #F2FAFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    opacity: 1;
}
.modal-header{
    padding: 45px 0px 0 0;
    text-align: center;
}
.modal-header .close{
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-image: url(/assets/images/close-modal.svg);
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 17px;
}
.modal-content p.title{
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 20px;
}
.modal-body{
   padding: 0 0 30px 0; 
}
#callbackForm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#callbackForm input{
    width: 220px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #ADC4D5;
    border-radius: 6px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #3A3A3A;
    padding: 12px 15px;
    margin-bottom: 18px;
    outline: none;
}
#callbackForm .red-btn{
    width: 220px;
    height: 35px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#callbackForm input::placeholder{
    color: rgba(171, 171, 171, 1);
}
.confid p{
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #BFBFBF;
}
.confid p a{
    font-weight: normal;
    font-size: 10px !important;
    line-height: 14px;
    color: #1a76d1 !important;
}
#map{
    height: 530px;
}
#breadcrumbs{
    margin-bottom: 25px !important;
}
#breadcrumbs ul{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    margin-bottom: 0;
}
#breadcrumbs ul li a {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #5a5a5a;
}
#breadcrumbs .fa-angle-double-right{
    margin-right: 4px;
    margin-left: 4px;
}
#breadcrumbs .fa-angle-double-right:before{
    content: '/';
}
.programms-wrapper{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 100px;
}
.programms-wrapper .item{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 25px;
    display: flex;
    width: 100%;
}
.programms-wrapper .item .image{
    width: 38%;
    margin-bottom: 0px;
}
.programms-wrapper .item .image img{
    height: 100%;
    width: 415px;
    object-fit: cover;
    border-radius: 5px;
}
.programms-wrapper .item .description{
    padding: 25px 35px;
}
.programms-wrapper .item a{
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #0E8DE8 !important;
    margin-bottom: 15px;
}
.programms-wrapper .item p.second-title{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #2E2E2E;
    margin-bottom: 15px;
}
.programms-wrapper .item .price-wrap{
    display: flex;
    align-items: baseline;
}
.programms-wrapper .item p{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    margin-bottom: 30px;
}
.programms-wrapper .item .price-wrap .main-price{
    font-weight: bold;
    font-size: 50px;
    line-height: 22px;
    color: #E4E4E4;
    margin-right: 35px;
}
.programms-wrapper .item .price-wrap .dop-price{
    font-weight: bold;
    font-size: 30px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #E4E4E4;
}
.programms-wrapper .item .navbar-callback-btn.red-btn{
    width: max-content;
    margin-left: 0;
}
.programms-inner .programms-wrapper{
    padding-bottom: 10px;
}
.programms-inner p{
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 30px;
}
.programms-inner h2{
    margin-bottom: 30px;
}
.service-list{
    margin-bottom: 55px;
}
.service-list{
    list-style: none;
    border-bottom: 1px solid #B9D7ED;
}
.service-list.list-dop li span:last-child{
    line-height: 25px;
}
.service-list li{
   font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    border-left: 1px solid #B9D7ED;
    border-right: 1px solid #B9D7ED;
}
.service-list li:nth-child(odd){
    background: #F2FAFF;
}
.service-list li:hover{
    background: #CC181E;
    color: #ffffff;
}
.service-list li:first-child{
    background: #0E8DE8 !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    border: 1px solid #0E8DE8;
}
.service-list li span:first-child{
    width: 70%;
}
.service-list li span:last-child{
    width: 30%;
}
.price-list-buttons{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
.price-list-buttons button{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    outline: none!important;
    border: none!important;
    background: none;
    margin-right: 15px;
    margin-bottom: 10px;
}
.price-list-buttons button:hover{
    color: #0E8DE8;
    text-decoration-line: underline;
}
.price-list-buttons button.active{
    color: #0E8DE8;
}
.more{
    outline: none!important;
    border: none!important;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #BCBCBC;
    margin-top: 20px;
    margin-bottom: 50px;
    background: none;
}
.about h1{
    margin-bottom: 50px;
}
.about .about_new_wrapper{
    display: block;
}
.about .about_new_wrapper p{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 35px;
}
.about_new_wrapper p img{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.about-foto .container{
    padding-bottom: 80px;
    border-bottom: 1px solid #EAEAEA;
}
.about-foto h2{
    margin-bottom: 20px;
}
.about-foto .container{
    position: relative;
}
.about-foto .slider-nav {
    display: flex;
    position: absolute;
    top: 25px;
    right: 5px;
}
.about-foto .slider-nav .customPrevBtn {
    margin-right: 10px;
}

.video h2{
    margin-bottom: 30px;
    margin-top: 35px;
}
.video .container{
    padding-bottom: 80px;
    border-bottom: 1px solid #EAEAEA;
}
.video a img{
    width: 100%;
}
.contacts-description{
    padding-bottom: 50px;
}
.contacts-description h1{
    margin-bottom: 30px;
}
.contacts-description-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.contacts-description-wrapper .item{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 30px 20px;
    width: 275px;
}
.contacts-description-wrapper .item p{
   font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #0E8DE8;
    margin-bottom: 25px;
}
.contacts-description-wrapper .item a{
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #5C5C5C;
    padding-left: 30px;
}
.contacts-description-wrapper .item a:before{
    position: absolute;
    top: 3px;
    left: 0;
    width: 19px;
    height: 19px;
    background-size: cover;
    background-image: url(/assets/images/tel-ico.svg);
    background-repeat: no-repeat;
    content: '';
}
.contacts-description-wrapper .item:last-child a:before{
    width: 19px;
    height: 19px;
    background-image: url(/assets/images/mail-ico.svg);
}
.contacts-description-wrapper .item a:hover{
   color: #DA3B34 !important;
}
.contacts-description-wrapper .item a:hover:before{
   background-image: url(/assets/images/tel-ico1.svg);
}
.contacts-description-wrapper .item:last-child a:hover:before{
    background-image: url(/assets/images/mail-ico1.svg);
}
.specialists .row{
    padding-bottom: 50px;
    padding-top: 20px;
}
.specialists .item{
    margin-bottom: 35px;
}
.about-link{
    position: relative;
}
.about-list{
    display: none;
    list-style: none;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    padding: 25px;
    position: absolute;
    top: 31px;
    left: 0;
    width: max-content;
}
.about-link.active > a{
    background: #0C7DCE;
}
.about-list.active{
    display: flex;
}
.about-list li a{
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #2E2E2E !important;
    text-transform: none !important;
    padding: 0 !important;
}
#navbar .about-list li a:hover{
    background: none !important;
    color: #0E8DE8 !important;
    text-decoration: underline !important;
}
.infopage{
    padding-bottom: 115px;
}
.infopage h1{
    margin-bottom: 35px;
}
.infopage p{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.infopage h2{
    margin-top: 30px;
    margin-bottom: 20px;
}
.infopage-list-link{
    list-style: none;
}
.infopage-list-link li a{
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #2E2E2E;
}
.infopage-list-link li a:hover, .infopage-list-link li a.active{
    color: #0E8DE8 !important;
}
.infopage-list-link li a.active{
    text-decoration: underline;
}
blockquote p{
    background: #0E8DE8;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF !important;
    padding: 20px 25px;
}

blockquote{
    padding: 0px;
    margin: 0px;
    border-left: none;
}
.servicepage{
    padding-bottom: 35px;
}
.servicepage .service-item{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    width: 100%;
    padding: 40px 10px 40px 50px;
    margin-bottom: 30px;
}
.servicepage .menu-item-list-wrapper{
   padding: 0;
    width: 100%; 
}
.servicepage p.menu-item-list-title {
    margin-right: 20%;
}
#advantages_new.expert .item{
    min-height: 140px;
}
.expert-opinion-advantages{
    padding-bottom: 100px;
}
.expert-opinion-advantages .item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.expert-opinion-advantages .item .description{
    margin-top: 20px;
    padding-right: 35px;
}
.expert-opinion-advantages .item span{
    font-weight: normal;
    font-size: 100px;
    line-height: 117px;
    color: #0E8DE8;
    margin-right: 10px;
}
.expert-opinion-advantages h2{
    margin-bottom: 20px;
}
.expert-opinion-advantages .item p{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.expert-opinion-advantages .item p.title{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}
.expert-banner-wrapper, .specialist-banner-wrapper{
    padding-top: 200px;
}
.expert-banner-wrapper #breadcrumbs, .specialist-banner-wrapper #breadcrumbs{
    padding-top: 30px;
    margin-left: -15px;
    margin-bottom: 80px !important;
}
.expert-banner, .specialist-banner{
    background: #F2FAFF;
    padding-top: 10px;
}
.expert-banner .doctor-women img{
    width: 260px;
    height: 360px;
    margin-right: 45px;
    filter: drop-shadow(8px 0px 20px rgba(0, 0, 0, 0.1));
}
.expert-banner .doctor-women{
    text-align: right;
}
.expert-banner p, .specialist-banner p{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #3C3C3C;
    margin-bottom: 25px;
}
.expert-banner p.title, .specialist-banner p.title{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #0E8DE8;
}
.expert-banner .navbar-callback-btn.red-btn, .specialist-banner .navbar-callback-btn.red-btn{
    margin-left: 0;
}
.service-main-banner{
    padding-bottom: 60px;
    overflow: hidden;
}
.service-main-banner h1{
    position: relative;
    z-index: 1;
}
.service-main-banner #breadcrumbs{
    margin-left: -15px;
    margin-bottom: 55px !important;
    padding-top: 190px;
}
.service-main-banner .elements{
    margin-top: 40px;
}
.service-main-banner .container{
    position: relative;
}
.service-main-banner .image{
    position: absolute;
    top: 155px;
    right: 0;
    height: 100%;
    width: 50%;
    background-image: url(/assets/images/service-banner-img.png);
    background-repeat: no-repeat;
}
.inner-page__pricelist .list{
    margin-top: 30px;
}
.inner-page__pricelist {
    padding-top: 0px;
}
.inner-page__pricelist .red-btn{
    display: block;
    width: max-content;
    margin: 25px auto 0 auto;
}
.content-block p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 25px;
}
.content-block h2{
    margin-bottom: 20px;
}
.content-block h3{
    margin-bottom: 25px;
}
.content-block p.title{
   font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
}
.content-block .style-red{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 30px;
}
.content-block .style-red li{
    color: #DA3B34;
    line-height: 25px;
}
.content-block .style-red li span{
    color: #000000;
}
.content-block .style-quantity{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding-left: 20px;
}
.quote{
    display: flex;
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    padding: 25px;
    margin: 30px 0;
}
.quote img{
    margin-right: 15px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: cover;
}
.quote p{
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #3C3C3C;
    margin-bottom: 0;
}
.quote p.title{
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #DA3B34;
    margin-bottom: 10px;
}
#similarServices{
    margin-bottom: 0px !important;
    padding: 50px 0;
}
#similarServices h2{
    margin-bottom: 30px;
}
#similarServices ul li a{
    font-weight: normal;
    font-size: 14px !important;
    line-height: 25px;
    color: #2E2E2E !important;
}
#similarServices ul li a:hover{
    color: #0E8DE8 !important;
}
#similarServices .similarServices-list {
    column-count: 3 !important;
}
#similarServices .similarServices-list li{
    padding-right: 50px;
}
.doctor-services{
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 25px 45px;
    margin: 20px 0;
}
.doctor-services ul{
    list-style: none;
    column-count: 3;
}
.doctor-services ul li a{
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #2E2E2E;
}
.doctor-services ul li a:hover{
    color: #0E8DE8 !important;
}
.doctor-services h2{
    margin: 0 0 20px 0;
}
.certificate h2{
    margin-bottom: 30px;
}
.certificate{
    padding: 35px 0 35px 0;
}
.certificate .container {
    position: relative;
}
.certificate .slider-nav {
    display: flex;
    position: absolute;
    top: 25px;
    right: 5px;
}
.certificate .slider-nav .customPrevBtn {
    margin-right: 10px;
}
.specialist-banner {
    padding-bottom: 40px;
}
.specialist-banner .doctor-women img{
    margin: 45px auto 0 auto;
    display: block;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
}
.specialist-banner #breadcrumbs{
    margin-bottom: 25px !important;
}
.specialist-banner .navbar-callback-btn.red-btn{
    width: max-content;
}
.achievements{
    padding: 30px 0;
}
.achievements-wrapper h2{
    margin-bottom: 25px;
}
.achievements-wrapper ul{
    list-style: none;
}
.achievements-wrapper ul li{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #252525;
    margin-bottom: 30px;
    padding-left: 77px;
}
.achievements-wrapper ul li span{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 5px 12px;
    border-radius: 3px;
    margin-right: 15px;
    margin-left: -77px;
}
.achievements-wrapper ul.education-list li span{
    background: #0E8DE8;
}
.achievements-wrapper ul.qualification-list li span{
    background: #DA3B34;
}
.mob-img-doc{
    display: none;
    margin: 20px auto;
}
.schedule{
    padding: 40px 0 50px 0;
}
.schedule .container > .item{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 30px 35px;
}
.schedule h2{
    margin-bottom: 25px;
}
.schedule-slider{
    padding: 0 55px;
    position: relative;
}
.schedule-slider .owl-nav{
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 10px;
    margin: 0;
    z-index: -1;
}
.schedule-slider .owl-nav .disabled{
    opacity: 1 !important;
}
.schedule-slider .owl-nav button{
    width: 25px;
    height: 25px;
    background: #F2FAFF!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 50%!important;
    outline: none;
    z-index: 1;
    position: relative;
}
.schedule-slider .owl-nav button.owl-prev img{
     width: 9px;
    height: 18px;
    margin-right: 3px;
}
.schedule-slider .owl-nav button.owl-next img{
     width: 9px;
    height: 18px;
    margin-left: 3px;
}

.schedule-slider .item{
    text-align: center;
    cursor: pointer;
    padding: 10px 0 35px 0;
}
.schedule-slider .item.active, .schedule-slider .item:hover{
    background: #F2FAFF;
    border-radius: 3px;
}
.schedule-slider .item.inactive{
    cursor: default;
    background: transparent;
}
.schedule-slider .item.active *, .schedule-slider .item:hover *{
    color: #0E8DE8 !important;
}
.schedule-slider .item.inactive *{
    color: #D1D1D1 !important;
}
.schedule-slider .item p{
   font-weight: normal;
    font-size: 20px;
    line-height: 18px;
    color: #252525; 
    margin-bottom: 7px;
}
.schedule-slider .item span{
    font-weight: normal;
    font-size: 10px;
    line-height: 18px;
    color: #252525;
}
.daily-schedule{
    display: flex;
    background: #F2FAFF;
    border-radius: 3px;
    padding: 18px 13px 3px 13px;
    margin: -10px 55px 0 55px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}
.daily-schedule .item{
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 5px 14px;
    background: #0E8DE8;
    border-radius: 3px;
    cursor: pointer;
}
.daily-schedule .item.active, .daily-schedule .item:hover{
    background: #096EB6;
}

#navbar .burger-menu {
    width: 30px !important;
    height: 30px;
}
.menu-title, .close-menu {
    color: #0E8DE8 !important;
    font-size: 2.5em;
    top: 0px;
    left: 15px;
}
#menu{
    background: #F2FAFF !important;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-list{
    text-align: left;
}
.menu-list li a{
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #2E2E2E;
}

.menu-list li a:hover{
    color: #CC181E !important;
}
.mobile-poisk{
    background: #FFFFFF;
    border-radius: 25px;
    width: 120px;
    height: 25px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #3A3A3A;
    padding: 0 15px;
    outline: none;
    border: none;
    width: 100%;
    margin-bottom: 20px;
}

.rateit .rateit-preset {
    background: url(/assets/css/star.gif) left -32px;
}

.rateit
{
    margin-top: 5px;
} 

.slider-nav .disabled{
    opacity: 0.3;
}
 
.articles .programms-wrapper .item{
    box-shadow: none;
    
}
.articles .programms-wrapper .item:hover{
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
}
.articles .programms-wrapper .item:hover a{
    color: #0E8DE8!important;
}
.articles .programms-wrapper .item a{
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000 !important;
}
.articles .programms-wrapper .item .image{
    margin: 20px 0px 20px 25px;
}
.articles .programms-wrapper .item p{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px;
}
.articles .programms-wrapper .item p.date{
    color: #0E8DE8;
}

.content-block .date{
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #0E8DE8;
    margin-bottom: 10px;
    margin-top: 30px;
}
.content-block .article-block ul{
    list-style: none;
     margin-top: 55px;
     margin-bottom: 50px;
}
.content-block .article-block ul li{
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #1D1D1D;
    margin-bottom: 15px;
}
.content-block .article-block ul li a{
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #0E8DE8 !important;
     margin-bottom: -10px;
}
.share-wrap{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}
.share-wrap p{
    font-size: 20px;
    margin-right: 20px;
}

.questions-accordion {
    margin-top: 30px;
    margin-bottom: 100px;
}
.panel-group .panel {
    margin-top: 0 !important;
    border-radius: 0 !important;
    border: 0;
}
.panel-collapse{
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-color: #F2F2F2 !important;
    border-radius: 0 !important;
}
.panel-heading{
    padding: 0;
    background-color: #ffffff !important;
    border: 1px solid #EDEDED;
    border-color: #EDEDED !important;
    border-radius: 0 !important;
}
.panel-title{
    margin-bottom: 0;
}
.panel-heading a{
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    padding: 20px 25px;
}
.panel-heading a:before{
    position: absolute;
    top: 25px;
    right: 40px;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url('/assets/images/vv.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transform: rotate( -135deg);
    transform: rotate( -135deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.panel-heading a:not(.collapsed):before{
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
    top: 20px;
}
.panel-body{
    padding: 20px 25px;
}
.panel-body p{
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}
.search-wrap input{
    height: 42px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #E0E0E0;
    padding: 13px 43px 13px 23px;
    outline: none !important;
}
.search-wrap input::placeholder{
    color: #E0E0E0;
}
.search-wrap{
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
}
.search-wrap button{
    height: 42px;
    width: 140px;
    background: #0E8DE8;
    border-radius: 20px;
    outline: none !important;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-left: -30px;
}
.noresult p{
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    color: #0E8DE8;
}
.simplesearch-result{
    margin-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}
.simplesearch-result .title a{
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    color: #0E8DE8 !important;
    display: block;
    margin-bottom: 10px;
}
.simplesearch-result .extract p{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
     margin-bottom: 25px;
}
.simplesearch-paging {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}
.simplesearch-page{
    margin: 0 5px;
}

#navbar .menu-list li:hover .nav-wrapper{
    display: block;
}

#navbar .menu-list li:hover .about-list{
    display: block;
}

.menu-item-list ul li{
    display: inline-block;
    width: 100%;
}
.reviews-slider-mobile{
    display: none !important;
}
.specialists .container > button.navbar-callback-btn.red-btn{
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
}










/******************************************************/
@media (max-width: 1050px){
    .elements{
        margin-top: 30px;
    }
    .main-slider .desc{
        padding-top: 0px;
    }
    .main-slider .desc p.title br{
        display: none;
    }
    .programms-wrapper .item .image img {
        width: 350px;
    }
    .specialists .row{
        padding-bottom: 30px;
    }
    #specialists {
        padding: 0px 0px 30px 0;
    }
}
@media screen and (max-width: 990px){
    .menu-list__wrapper{
        width: 85%;
    }
    .burger-menu{
        margin-top: 20px !important;
    }
    #menu .menu-list{
        flex-direction: column;
    }
    .menu-wrapper, .navbar-phone__wrap{
        display: none;
    }
    #advantages_new2 ul li{
        width: 25%;
    }
    #advantages_new{
        padding: 20px 0 15px 0;
    }
    #advantages_new .item, #advantages_new.expert .item{
        min-height: auto;
    }
    .main-slider{
        margin-top: 120px;
    }
    .main-slider .desc p.title{
        font-size: 30px;
        line-height: 34px;
    }
    .elements .red-btn, #callbackForm .red-btn, #specialists .item .info .red-btn, .specialists .item .info .red-btn{
        display: inline-block;
    }
    .main-slider .desc p br{
        display: none;
    }
    #specialists{
        padding: 0px 0 20px 0 !important;
    }
    #services .nav-list-wrapper ul .nav-link{
        padding: 20px 50px;
    }
    #services {
        padding: 0 0 20px 0;
    }
    h1{
        font-size: 32px;
        line-height: 1;
    }
    #about_new .about_new_wrap .about_new_description p{
        font-size: 16px;
        line-height: 24px;
    }
    #about_new .about_new_img {
        height: auto;
        background-position: inherit;
        background-size: contain;
    }
    #advantages_new2 {
        padding: 0px 0 20px 0;
    }
    #advantages_new2 ul{
        flex-wrap: wrap;
    }
    #advantages_new2 ul li{
        width: 50%;
        margin-top: 25px;
    }
    #advantages_new2 ul li br{
        display: none;
    }
    #reviews {
        padding: 20px 0 0px 0;
    }
    #license {
        padding: 20px 0 40px 0;
    }
    #cather{
        padding: 30px 0 30px 0 !important;
    }
    #cather .form-wrap{
        height: auto;
    }
    #breadcrumbs{
        display: block !important;
        padding-top: 135px;
        margin-bottom: 10px !important;
    }
    .programms-wrapper .item .image img {
        width: 270px;
    }
    .programms-wrapper .item .price-wrap .main-price{
        font-size: 26px;
        line-height: 1;
    }
    .programms-wrapper .item .price-wrap .dop-price{
        font-size: 18px;
        line-height: 1;
    }
    .programms-wrapper .item .navbar-callback-btn.red-btn{
        display: block;
    }
    .programms-wrapper{
        padding-bottom: 30px;
    }
    .service-list li span:first-child{
        width: 60%;
    }
    .about .about_new_wrapper p{
        margin-bottom: 10px;
    }
    #footer{
        text-align: center;
    }
    #footer p.doptext{
        line-height: 24px;
    }
    .specialists .row{
        padding-bottom: 50px;
    }
    .infopage-list-link {
        margin-bottom: 50px;
    }
    .infopage {
        padding-bottom: 50px;
    }
    .expert-opinion-advantages .item{
        margin-bottom: 0px;
    }
    .expert-opinion-advantages {
        padding-bottom: 50px;
    }
    .expert-banner .navbar-callback-btn.red-btn, .specialist-banner .navbar-callback-btn.red-btn{
        display: block;
    }
    .expert-banner-wrapper, .specialist-banner-wrapper {
        padding-top: 150px;
    }
    .service-main-banner #breadcrumbs {
        padding-top: 140px;
    }
    .service-main-banner .image {
        top: 120px;
    }
    .content-block p img{
        margin-top: 0px !important;
    }
    #similarServices .similarServices-list {
        column-count: 2 !important;
    }
    .doctor-services ul{
        column-count: 2;
    }
    .panel-heading a{
        padding: 20px 80px 20px 25px;
    }
}
@media screen and (max-width: 760px){
    #contacts .inner {
        width: 100%;
        padding: 5px 20px 30px 20px;
    }
    .header-address{
        display: none;
        padding-top: 5px;
    }
    .header-address:last-child{
        display: block;
    }
    .menu-list__wrapper {
        width: 65%;
        justify-content: space-between;
    }
    .navbar-new__logo img {
        width: 65px;
        height: 55px;
    }
    .burger-menu {
        margin-top: 25px !important;
    }
    .main-slider .image{
        display: none;
    }
    .main-slider .desc{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 25px;
        text-align: center;
    }
    .main-slider {
        margin-top: 100px;
    }
    .main-slider .owl-dots{
        display: none;
    }
    .modal-dialog {
        margin: 50px auto;
    }
    h2{
        text-align: center;
        font-size: 24px;
    }
    #advantages_new h2 {
        margin-bottom: 15px;
    }
    #advantages_new .description p.title{
        font-size: 16px !important; 
        text-align: left;
    }
    #specialists h2 {
        margin-bottom: 10px;
    }
    #specialists .specialists-slider .owl-stage-outer {
        padding: 20px 0px 30px 20px;
        margin-left: -20px;
        width: calc(100% + 30px);
    }
    #services .nav-list-wrapper ul .nav-link {
        padding: 15px 15px;
    }
    #services .nav-list-wrapper ul .nav-link{
        font-size: 16px;
        line-height: 14px;
    }
    #services .list-serv-wrapper {
        width: 100%;
    }
    #services .tabs-wrapper{
        padding: 25px 0 0px 0;
    }
    h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }
    #about_new h1 {
        margin-bottom: 20px;
    }
    #about_new .about_new_wrapper {
        flex-direction: column;
    }
    #about_new .about_new_img, #about_new .about_new_wrap{
        width: 100%;
    }
    #about_new .about_new_wrap{
        order: 2;
    }
    #about_new .about_new_img{
        height: 300px;
        background-size: cover;
    }
    #reviews h2 {
        margin-bottom: 10px;
    }
    #reviews .reviews-slider .item .flex-container{
        flex-wrap: wrap;
    }
    #reviews .reviews-slider .item .flex-container .inner-item, #reviews .reviews-slider-mobile .item .inner-item{
        width: 100%;
    }
    #reviews .reviews-slider .item p.title, #reviews .reviews-slider-mobile .item p.title{
        text-align: left;
        font-size: 18px !important;
    }
    #reviews .reviews-slider .item p, #reviews .reviews-slider-mobile .item p{
        font-size: 14px !important;
    }
    #reviews .reviews-slider .item p.date, #reviews .reviews-slider-mobile .item p.date  {
        margin-bottom: 15px;
    }
    #license {
        padding: 0px 0 40px 0;
    }
    .license-slider .item img{
        height: 330px;
        width: 230px;
        margin: 0 auto;
    }
    #license h2 {
        margin-bottom: 10px;
    }
    #cather p.title{
        font-size: 20px !important;
    }
    #map {
        margin-top: 0 !important;
        height: 500px !important;
    }
    #contacts .inner{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #contacts .inner p.title{
        font-size: 15px !important;
    }
    #contacts .wrapper {
        position: inherit;
        height: auto;
    }
    #footer{
        text-align: center;
    }
    #footer p.doptext{
        font-size: 16px;
        line-height: 22px;
    }
    .navbar-new__logo span{
        display: none;
    }
    .burger-menu {
        margin-top: 14px !important;
    }
    .programms-wrapper .item{
        flex-direction: column;
    }
    .programms-wrapper .item .image{
        width: 100%;
    }
    .programms-wrapper .item .image img {
        width: 100%;
        max-height: 250px;
    }
    #breadcrumbs{
        padding-top: 100px;
    }
    .programms-wrapper .item .description {
        padding: 20px;
    }
    .service-list li span:first-child {
        width: 55%;
    }
    .service-list li span:last-child {
        width: 35%;
    }
    .service-list li{
        padding: 10px 15px;
    }
    .about_new_wrapper p img{
        width: 100%;
    }
    .about h1{
        margin-bottom: 20px;
    }
    .about-foto .container, .video .container{
        padding-bottom: 40px;
    }
    .about-foto-slider .item a img{
        height: 400px;
        object-fit: cover;
        border-radius: 5px;
    }
    .contacts-description-wrapper .item{
        width: 100%;
        margin-right: 0;
    }
    .expert-banner-wrapper, .specialist-banner-wrapper {
        padding-top: 110px;
    }
    .expert-banner-wrapper #breadcrumbs, .specialist-banner-wrapper #breadcrumbs {
        padding-top: 10px;
        margin-bottom: 40px !important;
    }
    .expert-banner, .specialist-banner {
        padding-bottom: 50px;
    }
    .expert-banner p.title, .specialist-banner p.title {
        line-height: 28px;
    }
    .expert-banner p, .specialist-banner p {
        text-align: center;
    }
    .expert-banner .navbar-callback-btn.red-btn, .specialist-banner .navbar-callback-btn.red-btn{
        margin: 0 auto;
    }
    .expert-banner .doctor-women{
        display: none;
    }
    .expert-opinion-advantages .item p.title {
        font-size: 16px !important;
        text-align: left;
    }
    .servicepage .service-item{
        padding: 30px 10px 30px 30px;
    }
    .servicepage .menu-item-list > ul {
        column-count: 1;
    }
    .service-main-banner #breadcrumbs {
        padding-top: 110px;
    }
    .service-main-banner .image {
        display: none;
    }
    .service-main-banner .elements{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-block p img {
        margin: 0 0 30px 0 !important;
        width: 100%;
    }
    .content-block p.title{
       line-height: 20px;
        text-align: left;
        font-size: 16px !important;
        margin-bottom: 15px;
    }
    .content-block h3 {
        margin-bottom: 15px;
    }
    #similarServices .similarServices-list {
        column-count: 1 !important;
    }
    #similarServices {
        padding: 10px 0 20px 0;
    }
    .certificate-slider .item img {
        height: 330px;
        width: 230px;
        margin: 0 auto;
    }
    .certificate h2{
        padding: 0 50px;
    }
    .doctor-services ul {
        column-count: 1;
    }
    .doctor-services{
        padding: 30px;
    }
    .mob-img-doc{
        display: block;
    }
    .specialist-banner .doctor-women{
        display: none;
    }
    .schedule .container > .item{
        padding: 10px 10px 20px 10px;
    }
    .articles .programms-wrapper .item .image{
        margin: 0;
    }
    .content-block img{
        width: 100%;
    }
    .simplesearch-result .title{
        text-align: left;
    }
    .reviews-slider-mobile{
        display: block !important;
    }
    .reviews-slider{
        display: none !important;
    }
    #reviews .reviews-slider-mobile .inner-item img{
        width: 32px;
        height: 37px;
        position: absolute;
            top: 0px;
        right: 12px;
    }
    #reviews .reviews-slider-mobile .inner-item p.title {
        font-size: 16px !important;
        text-align: left;
        color: #373737;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1;
    }
    #reviews .reviews-slider-mobile .inner-item p.date {
        margin-bottom: 20px;
        line-height: 1;
    }
}
@media screen and (max-width: 375.9px){
    #services .nav-list-wrapper ul .nav-link {
        padding: 15px 10px;
    }
    #reviews .reviews-slider .item p.title, #reviews .reviews-slider-mobile .item p.title {
        font-size: 16px !important;
    }
    .service-list li span:first-child {
        width: 45%;
    }
    .service-list li span:last-child {
        width: 45%;
    }
    .servicepage .menu-item-list {
        padding-right: 20px;
    }
}


/*---------------------------------------------------------*/
#navbar {
    background: #ffffff;
}
.navbar-new__logo img {
    width: 105px;
    height: 65px;
}
.navbar-new__logo span {
    font-size: 10px;
    color: #d7b34c;
    text-align: center;
}
.red-btn{
    background: #d7b34c;
}
.red-btn:hover {
    background: #ba891a;
}
.elements a:hover {
    color: #ba891a !important;
}
.menu-wrapper {
    background: #d7b34c;
}
.search-wrapper input {
    border: 1px solid #d7b34c;
}
#navbar .menu-list li a:hover {
    color: #ba891a !important;
}
#navbar .menu-list li a.service-menu:hover, #navbar .menu-list li a.service-menu.open {
    background: #ba891a;
}
.menu-item {
    background: #fff4d4;
}
.header-address a:hover {
    color: #ba891a !important;
}
.blue-btn{
    background: transparent;
    border: 1px solid #ba891a;
    color: #ba891a !important;
}
.blue-btn:hover{
    background: #ba891a;
    border: 1px solid #ba891a;
    color: #ffffff !important;
}
.main-slider .owl-dots .owl-dot span {
    background: #fff9e8;
}
.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span{
    background: #d7b34c;
}

.fixed .navbar-callback-btn.blue-btn{
    color: #ba891a !important;
}
.fixed .navbar-callback-btn.blue-btn:hover{
    color: #ffffff !important;
}
.confid p a {
    color: #ba891a !important;
}
.modal-content {
    background: #ffffff;
}
#callbackForm input {
    border: 1px solid #ba891a;
}
#specialists .item .info a, .specialists .item .info a {
    color: #ba891a;
}
#specialists .item .info a:hover, .specialists .item .info a:hover {
    color: #ba891a !important;
}
#advantages_new2 {
    background: #fff4d4;
}
#advantages_new2 ul li {
    color: #ba891a;
}
#cather {
    background: #F9F9F9;
    padding-top: 50px;
}
#cather form a{
    color: #ba891a !important;
}
#contacts .inner {
    background: #d7b34c;
}
#footer {
    background: #F9F9F9;
}
#footer a{
    color: #ba891a !important;
}
.menu-title, .close-menu {
    color: #ba891a !important;
}
#menu {
    background: #fff4d4 !important;
}
.menu-list li a:hover {
    color: #ba891a !important;
}
.price-list-buttons button:hover, .menu-item-list li a:hover, .doctor-services ul li a:hover, .expert-banner p.title, .specialist-banner p.title{
    color: #ba891a !important;
}
.expert-banner, .specialist-banner {
    background: #fff4d4;
}
.service-list {
    border-bottom: 1px solid #d7b34c;
}
.service-list li:first-child {
    background: #d7b34c !important;
    border: 1px solid #d7b34c;
}
.service-list li {
    border-left: 1px solid #d7b34c;
    border-right: 1px solid #d7b34c;
}
.service-list li:nth-child(odd) {
    background: #fff4d4;
}
.service-list li:hover {
    background: #d7b34c;
    color: #ffffff;
}
.inner-page__sales .item .navbar-callback-btn{
    background: #d7b34c;
    color: #ffffff !important;
}
.inner-page__sales .item .navbar-callback-btn:hover {
    background: #ba891a;
    color: #ffffff !important;
}
.news-page__social hr {
    border-top: 1px solid #d7b34c !important;
}
.programms-wrapper .item a {
    color: #d7b34c !important;
}
.infopage-list-link li a:hover, .infopage-list-link li a.active {
    color: #d7b34c !important;
}
blockquote p {
    background: #d7b34c;
}
.articles .programms-wrapper .item a, .articles .programms-wrapper .item:hover a, .articles .programms-wrapper .item p.date, .content-block .date{
    color: #d7b34c !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #d7b34c;
    border-color: #d7b34c;
}
.pagination>li>a, .pagination>li>span{
    color: #d7b34c;
}
.contacts-description-wrapper .item a:hover {
    color: #d7b34c !important;
}
.contacts-description-wrapper .item p{
    color: #d7b34c;
}
.search-wrap button {
    background: #d7b34c;
}
.search-wrap button:hover {
    background: #ba891a;
}
.simplesearch-result .title a {
    color: #d7b34c !important;
}
#similarServices ul li a:hover {
    color: #d7b34c !important;
}
#footer p.text {
    color: #000000;
}
.service-type-list .navbar-callback-btn{
    width: auto;
    background: #d7b34c;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}
.service-type-list .navbar-callback-btn:before{
    display: none !important;
}
.service-type-list .navbar-callback-btn:hover{
    background: #ba891a;
}
#service-type{
    padding-bottom: 70px;
}