html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #fff;
    text-align: left;
    overflow-x: hidden;
}

a{
    cursor: pointer;
}

img{
    height: auto;
    max-width: none !important;
}

h1{
    font-size: 36px;
}

h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3{
    font-size: 28px;
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
}

.top-header{
   background: #317094;
   box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}


.content-top {
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
}

#flags_language_selector{
    display: inline-block;
}

#flags_language_selector > img{
    margin-right: 5px;
}

.header-phone>span>a{
    color: #fff;
    text-decoration: none;
}

.header-phone>span>a:hover{
    color: #fff;
    text-decoration: none;
}

.adres>span::before{
    content: '';
    background-image: url(images/pin.png);
    width: 10px;
    height: 10px;
    margin: 2px;
    padding: 0px 6px 0px 11px;
    background-repeat: no-repeat;
    background-size: 16px;
    vertical-align: middle;
}

.header-phone>span::before{
    content: '';
    background-image: url(images/phone.png);
    width: 15px;
    height: 13px;
    margin: 1px;
    padding: 0 7px 0 13px;
    background-repeat: no-repeat;
    background-size: 16px;
    vertical-align: middle;
}

.header-shedule>span::before{
    content: '';
    background-image: url(images/schedule.png);
    width: 15px;
    height: 13px;
    margin: 1px;
    padding: 0 7px 0 13px;
    background-repeat: no-repeat;
    background-size: 16px;
    vertical-align: middle;
}

.adres, .header-phone, .header-shedule, .header-search, .header-login{
    cursor: pointer;
}

/*******menu************/

.nav{
    border-bottom: 2px solid #317094;
}

.menu-button-container{
    display: none;
}

.nav-content {
    display: flex;
    padding: 10px 0;
}

.logo{
    width: 100px;
}

.custom-logo-link>img{
    width: 84px;
}

.site-navigation{
    width: 100%;
}

.menu-wrapper{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0 5px;
    padding: 6px 0 10px 10px;
}

.primary-navigation{
    width: 100%;
    padding: 16px 0;
}

.menu-item {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-item > a {
    text-decoration: none;
    color: #000;
}

.slide-mobile{
    display: none;
}

.slide-img-m{
    height: 50vh;
}

.caption-slide{
    position: absolute;
    margin: 10px 0 0 0;
    z-index: 2;
}

.postion_top{
    top: 0;
    width: 1200px;
    text-align: center;
    padding: 10px 0 0 0;
    height: -webkit-fill-available;
}

.slide-title>span{
    color: #333333;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ffffff59;
    padding: 10px;
    border: 1px solid #fff;
    transition: 0.1s;
}

.postion_top > .link-btn,
.postion_bottom > .link-btn{
    position: absolute;
    text-align: center;
    bottom: 10%;
    width: 100%;
}

.postion_bottom > .link-btn{
    position: absolute;
    text-align: center;
    bottom: 70%;
    width: 100%;
}

.postion_top > .description {
    margin-top: 35px;
    font-size: 22px;
}

.postion_bottom{
    top: 60%;
    width: 1200px;
    text-align: center;
    padding: 10px 0 0 0;
    height: -webkit-fill-available;
}

.link-btn > a{
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    background: #ffff;
}

.slick-dots{
    bottom: 2% !important;
}

.list-hds{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.home-services, .programs-section, .doctor-section, .home-news, .home-blog,.review-home{
    margin: -7px 0 0 0;
    border-bottom: 1px solid #317094;
    padding: 15px 0;
}

.program-list {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
}

.main-program {
    background: #317094;
    padding: 25px;
    width: 350px;
    display: flex;
    outline-offset: -15px;
    outline:  5px solid #fff;
}

.main-program-img-item {
    height: 90px;
    width: 90px;
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    border: 5px solid #01bafe;
    box-shadow: 0px 0px 5px 4px #ffffff;
    margin: 15px 0;
}

.main-program-doc{
    width: 65%;
}

.main-program-doc > img{
    margin-top: 5px;
    margin-left: 10px;
}

.main-program-img{
    width: 35%;
}


.main-program-img-item > img{
     margin: 0 auto;
    top: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: 80px;
} 

.program-item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    height: 100px;
}

.program-item {
    display: flex;
    align-items: center;
    background: #317094;
    border-radius: 50px 0 0 50px;
    justify-content: right;
}

.program-item:hover{
    background: #0089bc;
}

.program-item-img {
    width: 30%;
}

.program-item-img > a {
    width: 85px;
    height: 85px;
    margin: 5px;
    border-radius: 50%;
    position: relative;
    display: block;
}

.program-item-img > a > img{
    width: 87px !important;
    height: 87px !important;
    left: 0px;
    right: 2px;
    top: -1px;
    bottom: -1px;
    position: absolute;
}


.program-item-title{
    width: auto;
}

.program-item-title > a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
}

.home-about{
     border-bottom: 1px solid #317094;
     display: flex;
}

.map-block-hp{
    width: 100%;
    display: block;
}

.text-aobout {
    width: 100%;
    display: block;
    padding: 5px 10px;
    text-align: justify;
}

.text-aobout > h1{
    text-align: center;
    text-transform: uppercase;
}

.name-block-hs, .name-block-ps, .name-block-ds, .name-block-ns, .name-block-bs, .name-review-home{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #317094;
}

.list-price{
    display: flex;
    padding: 0 5px;
    margin: 5px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dotted #317094;
    font-size: 16px;
}

.list-price:hover{
    background: #f0f0f0;
}

.item-postion {
    width: 75%;
    margin-right: 10px;
}

.item-price{
    justify-content: flex-end;
    align-items: center;
    width: 25%;
    display: flex;
}

.right-side-bar{
    position: fixed;
    z-index: 12;
    top: 50%;
    right: 20px;
    opacity: 0.5;
}

.right-side-bar:hover{
    opacity: 1;
    transition: .8s;
}

.list-btn {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-item{
    margin: 10px 0;
}
.btn-item:hover{
    margin:5px 0;
    transition: .5s;
   }

.btn-item > a > img{
   width: 65px; 
}

.btn-item > a > img:hover{
    width: 68px;
   transition:all .4s ease-out;
}

.sidpanel_right{
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 120px;
    right: -12px;
    background-color: #fff;
    border-left: 1px solid #fff;
    box-shadow: -10px 0 9px 0px #808080;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999;
    
}

.head-right {
    display: block;
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
}

.head-right > span{
    font-size: 20px;
    font-weight: 600;
    color: #a29f9f; 
    cursor: pointer; 
}

.head-right > span:hover{
    color: #000;
}

.body-sidepanel {
    margin: 0 auto;
    background: #fff;
    padding: 5px;
    overflow-y: auto;
    height: 90%;
    overflow-x: hidden;
    position: unset;
    text-align: initial;
}

.body-sidepanel::-webkit-scrollbar{
    opacity: 0;
}

.input-appoint {
    font-size: 15px;
    width: 100%;
    padding: 5px 0;
    margin: 5px 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #317094;
    font-style: italic;
    color: #000;
}

.head_sidepanel {
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.name-sidepanel {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-align: center;
}

.closebtn {
    display: block;
    text-align: center;
    width: 10%;
    font-size: 18px;
    font-weight: 600;
    color: #f9f9f9;
    cursor: pointer;
}

.go {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #317094;
    background: #fff;
    border: 1px solid #317094;
    font-size: 15px;
}


footer{
    border-top: 1px solid #317094;
    padding: 10px 0;
    margin-top: 10px;
}

.footer-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.first-block-fotter, .second-block-footer, .tirth-block-footer, .fourth-block-footer{
    width: 25%;
}

.license-footer>span{
    font-size: 14px;
}

.footer-adres{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.second-block-footer{
    display: block;
    text-align: center;
}



.full-list-phone{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.full-list-phone > li > a{
    color: initial;
    text-decoration: none;
}

.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    width: 100%;
}

.footer-menu > li > a{
    color: initial;
    text-decoration: none;
}

.social-list{
    display: flex;
    justify-content: space-evenly;
}

.copyright {
    border-top: 1px solid #317094;
    border-bottom: 1px solid #317094;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.head-page {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #317094;
    
}

.head-page > h1{
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.breadcrumbs{
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.breadcrumbs > span > a{
    color: #747474;
}

.certificate{
    display: flex;
}

.certificate > img{
    width: 49%;
}

.top-header-mobile, .nav-mobile{
    display: none;
}

.slick-dots li button:before{
        font-size: 30px!important;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.service-item {
    width: 25%;
    background: #317094;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    outline: 2px solid #fff;
    outline-offset: -1px;
}

.service-name{
    display: block;
    text-align: left;
    width: 100%;
    height: 98%;
    margin-top: 41px;
}

.service-name > a{
    text-decoration: none;
}

.service-img > a > img{
   width: 55px;
    padding: 5px;
    margin-right: 5px; 
}

.service-name > a > span{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.open-modal{
    display: none;
    position: fixed;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:  rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
}

.list-hs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.home-services-item{
    background: #317094;
    margin: 5px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 5px;
    outline: 2px solid #fff;
    outline-offset: -1px;
    text-decoration: none;
}

.home-services-title > a {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

.home-services-img > a >  img{
    width: 55px;
    padding: 5px;
    margin-right: 5px;
}

.more-services {
    outline: 2px solid #fff;
    outline-offset: -1px;
    background: #317094;
    height: 71px;
    margin: 5px 0;
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
}

.home-service-title > a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600; 
}

.home-service-title>span:hover{
    margin-right: 10px;
    transition:  0.5s all;
}


.filter {
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    background: #00dcd2;
    padding: 10px 0;
    border-radius: 10px;
}

.info-filter>p{
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;  
}

.in_serch_doc {
    width: 64%;
    height: 30px;
    padding: 12px 0 0 0;
    font-size: 22px;
    color: #000;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 3px solid #317094;
    border-radius: 0;
    font-style: italic;
}

.search-doctor-btn {
    margin-left: 5px;
    width: 10%;
    border-radius: 0;
    border: 1px solid #ffffff;
    background: #317094;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    outline: 1px dotted #fff;
    outline-offset: -5px;
    cursor: pointer;
}

.search-doctor-btn:hover{
    border: 1px dotted #fff;
    outline: 1px solid #fff;
    background: #00a1df;
}

.doctors-list{
    margin: 5px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cart-doc {
    border: 1px solid #fff;
    padding: 5px;
    box-shadow: 0 0 5px #c0c0c0;
}

.name-doc {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.name-doc > span > a,
.work-doc > span > a {
    text-decoration: none;
    color: #317094;
}

.work-doc {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    height: 60px;
}

.appoibnt-doc > span{
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.doctor-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 5px 0;
}

.left-doctor {
    display: block;
    margin-right: 10px;
    width: 40%;
}

.right-doctor {
    display: block;
    width: 100%;
}

.short-doc > h1{
    font-size: 32px;
    margin: 0;
    padding: 0;
    color: #317094;
    text-transform: uppercase;
}

.short-doc > h2{
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.short-doc > h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #317094;
    margin: 10px 0;
}

.work-experience {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.appoibnt-doc, .appoint-doc {
    display: block;
    width: 100%;
    text-align: center;
}

.appoibnt-doc > input,
.appoint-doc > input{
    border: 2px solid #317094;
    padding: 10px;
    background: content-box;
    text-transform: uppercase;
    font-weight: 600;
    color: #317094;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.appoibnt-doc > .click{
    border: 2px solid #317094;
    cursor: pointer;
    color: #317094;
    width: auto;
    padding: 5px;
    border-radius: 5px;

}

.appoibnt-doc > .no_click{
    padding: 8px 0;
}

.review-btn{
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    background: #317094;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}



.close{
  float: right; 
  color: lightgray; 
  font-size: 24px;  
  font-weight: bold;
}

.close:hover {
  color: darkgray;
}

.open-search{
    display: none;
    position: fixed;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:  rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
}

.close-search{
  float: right; 
  color: lightgray; 
  font-size: 31px;  
  font-weight: bold;
}

.close-search:hover {
  color: darkgray;
}

#nav_menu-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-side_bar,
#menu-side_bar_ru{
    list-style: none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

#menu-side_bar > .menu,
#menu-side_bar_ru > .menu{
    background: #317094;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
}

#menu-side_bar > .menu:hover,
#menu-side_bar_ru > .menu:hover{
    padding: 5px 8px;
    background: #0092c7;
    transition: 0.5s;
}


#menu-side_bar > .menu > a,
#menu-side_bar_ru > .menu > a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff; 
}

.hirug-page,
.check-up-page{
    margin: 10px 0;

}

.hirurg-head,
.check-up-page-head {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px;
}

.name-block-add-doctor,
.name-block-similar-services {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 5px 0;
}

.name-block-add-doctor  > span,
.name-block-similar-services > span{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.add-doctor-section,
.similiar-service {
    padding: 10px 0;
    border-bottom: 1px solid #317094;
    border-top: 1px solid #317094;
}

.add-doctor-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}


.buttob-block {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.buttob-block > .price-con{
    border: 1px solid #fff;
    color: #fff;
    background: #317094;
}

.side-sliede {
    display: block;
    text-align: center;
}

.nav-page{
    margin: 10px 0;
}

.top-page{
    display: grid;
    width: 100%;
    justify-content: space-between;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px;
}


.add-doctor {
    display: block;
    width: auto;
   
}

.rnd-doc > .cart-doc{
    width: initial;
}


.add-nav {
    display: block;
    width: 100%;
}

.short-text {
    display: block;
    width: 100%;
    text-align: justify;
    margin: 10px 0;
}

.price-sheducle {
    display: flex;
    margin: 10px 0;
    justify-content: center;
}

.price-sheducle {
    display: flex;
    margin: 10px 0;
    justify-content: center;
}

.add-price, .add-shedule, .mr-doc {
    margin: 10px;
}

.price-con,
.schedule-con,
.more-doc {
    background: none;
    border: 1px solid #317094;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #317094;
    cursor: pointer;
    border-radius: 5px;
}

.price-con:hover,
.schedule-con:hover,
.more-doc:hover,
.buttob-block >.appoint:hover{  
    transition: 0.5s all;
    outline: 1px dotted #fff;
    outline-offset: -4px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 6px 2px #317094a1;
    padding: 12px 17px;
    background: #317094;
    color: #fff;

}

.name-block-link {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
    padding: 5px 0;
    background: #317094;
    border-radius: 5px;
}

.name-block-link > span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}


.link-page {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.link_page-item {
    display: block;
    width: 15%;
    text-align: center;
}


.link_page-item > a > img{
    width: 115px !important;
    height: 115px !important;
    border-radius: 50%;
}


.link_page-item > a > img:hover{
    box-shadow: 0 0 10px 2px #317094;
    transition: 0.5s all;
    opacity: 0.9;
}

.link_page-item > p > a{
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #317094;
}

.content_section {
    display: block;
    width: 100%;
    border-top: 2px solid #317094;
    border-bottom: 2px solid #317094;
    padding: 10px 0;
}

.name-section_lan {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.content_item {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.part-1, .part-3, .part-5, .hirurg-part-1, .hirurg-part-3, .hirurg-part-5{
    background: rgb(0,178,255);
    background: -moz-linear-gradient(-90deg, rgba(0,178,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,178,255,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(0,178,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,178,255,1) 100%);
    background: linear-gradient(-90deg, rgba(0,178,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,178,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b2ff",endColorstr="#00b2ff",GradientType=1);
}

.part-2, .part-4, .part-6, .hirurg-part-2, .hirurg-part-4, .hirurg-part-6{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(0,178,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(0,178,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(0,178,255,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    box-shadow: 0px 2px 10px 7px #fff;
}

.part-2>.inner>.name-section_lan, .part-4>.inner>.name-section_lan, .part-6>.inner>.name-section_lan,
.hirurg-part-2>.inner>.name-section_lan, .hirurg-part-4>.inner>.name-section_lan, .hirurg-part-6>.inner>.name-section_lan{
    color: #fff;
}

.hirurg-part-1>.inner>.buttob-block>.price-con,
.hirurg-part-3>.inner>.buttob-block>.price-con,
.hirurg-part-5>.inner>.buttob-block>.price-con{
    border: 1px solid #317094;
    color: #317094;
    background: #fff;
}

.hirurg-part-1>.inner>.buttob-block>.price-con:hover,
.hirurg-part-3>.inner>.buttob-block>.price-con:hover,
.hirurg-part-5>.inner>.buttob-block>.price-con:hover{
    border: 1px solid #fff;
    color: #fff;
    background: #317094;
}

.hirurg-part-2>.inner>.buttob-block>.price-con:hover,
.hirurg-part-4>.inner>.buttob-block>.price-con:hover,
.hirurg-part-6>.inner>.buttob-block>.price-con:hover{
    border: 1px solid #317094;
    color: #317094;
    background: #fff;
}

.landing-section {
    border-top: 2px solid #317094;
    box-shadow: 0px -3px 3px 0px #fff;
    padding: 30px 0;
}

.part-2 > .inner > .content_item,
.part-4 > .inner > .content_item,
.part-6 > .inner > .content_item,
.hirurg-part-2> .inner> .content_item, 
.hirurg-part-4> .inner> .content_item, 
.hirurg-part-6> .inner> .content_item,
.landing-block-2> .inner> .content_item,
.landing-block-4> .inner> .content_item,
.landing-block-6> .inner> .content_item,
.landing-block-8> .inner> .content_item
{
    flex-direction: row-reverse; 
}

.buttob-block > .appoint,
.buttob-block > a{
    background: #317094;
    border: 2px solid #ffffff;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 5px;
    margin: 0 5px;
    text-decoration: none;
}

.img_content {
    display: block;
    width: 100%;
    margin-right: 15px;
}

.img_content > img{
    box-shadow: 0px 0px 10px 2px #fff;
    border-radius: 50%;
    width: 300px !important;
    height: 300px !important;
}





@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.serch-body {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.serch-body >.input{
    width: 100%;
}

.search-field-modal{
    width: 100%;
    height: 60px;
    border: none;
    font-size: 24px;
    font-style: italic;
}

.select-category {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 10px 0;
}

.block-filtre {
    display: block;
    padding: 10px;
    background: #c9f1ff;
    width: 60%;
}

.name-filter{
    display: flex;
}

.name-filter > span {
    width: 30%;
    margin-right: 10px;
}

.chosen-container{
    width: 70%!important;
}

/*****Модалка*****/

.overlay {
  
   opacity: 0;
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
  
}

.modal {
    opacity: 0;
   visibility: hidden;
   width: 100%;
   max-width: 500px;
   position: fixed;
   top: 5%;
   left: 0;
   right: 0;
   bottom: 5%;
   z-index: 30; 
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   border-radius: 3px;
   background-color: #317094;
   margin: 0 auto;

}

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}

.more-menu{
    display: block;
    margin: 29px 0 12px 12px;
    
}

.more-menu > img{
    width: 25px;
    cursor: pointer;
}

.warning {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 10px 0;
}

.warning-schedule {
    padding: 10px;
    background: #c9f1ff;
    text-align: center;
    border-radius: 10px;
}

.warning-schedule > span{
    text-transform: uppercase;
    font-weight: 600;
}

.post-page {
    margin: 5px 0;
    display: block;
}

.post-item{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #317094;
}

.post-name {
    padding: 10px 0;
    text-align: center;
    background: #f1f1f1;
    margin: 5px 0;
    border-radius: 5px 5px 0 0;
}

.post-name {
    padding: 10px 0;
    text-align: center;
    background: #f1f1f1;
    margin: 5px 0;
    border-radius: 5px 5px 0 0;
}

.post-name > a{
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #317094;
}

.desc-post {
    text-align: justify;
}

.side-post {
    padding: 10px 5px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    font-weight: 600;

}

.post-more > a{
    text-decoration: none;
    color: #317094;
}

.content-news {
    margin: 10px 0;
}

.img-post {
    margin: 5px 0;
}

.img-post > img{
    box-shadow: 1px 6px 6px 3px #c0c0c0;
}

.slick-slide > div > .cart-doc,
.slick-slide > div > .cart-news{
    box-sizing: border-box;
    width: 95% !important;
    margin: 5px;

}

.list-hds > .slick-dots{
    position: initial;
}

.more-doctor,
.more-news-home{
    border: 1px solid #fff;
    box-sizing: border-box;
    width: 95% !important;
    margin: 5px;  
    padding: 5px;
    box-shadow: 0 0 5px #c0c0c0;
}

.more-doctor > a > img,
.more-news-home > a > img{
    width: 100%;
}


.more-doctor > span,
.more-news-home > span{
    display: block;
    padding: 68px 0;
}


.more-doctor > span > a,
.more-news-home > span > a {
    text-align: center;
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #317094;
}


.more-news-home{
    position: relative;
}

.more-news-home > span{
    position: absolute;
    bottom: -50px;
    height: 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px -3px 4px 0px #d1d1d1;
}

.more-news-home > span > a {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0; 
}

.cart-news{
    border: 1px solid #fff;
    padding: 5px;
    box-shadow: 0 0 5px #c0c0c0;
    position: relative;
    display: block;
}

.title-news-home {
    height: 124px;
    text-align: center;
    display: block;
    background: #317094;
    position: absolute;
    bottom: -40px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px #317094;
}

.title-news-home > a {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 10%;
}

.list-nhp > .slick-dots{
    position: initial !important;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
}

.nav-links > span.current{
    display: block;
    background: #0488b9;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}

.nav-links > a.page-numbers {
    display: block;
    background: #317094;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}


.review-item {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #317094;
    border-bottom: 1px solid #317094;
    margin: 10px 0;
}

.review-head {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    background: #f1f1f1;
}

.content-review{
    font-style: italic;
}





@media screen and (max-width:768px){
    html{
        overflow-x: scroll;
    }
    
    .desktop{
        display: none;
    }
    
    .inner{
    max-width: 768px;    
    padding-right: 20px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }

.mobile-navigation {
    left: 0;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fffffff7;
    width: 0;
    margin: 0;
    padding: 0;
    top: 0;
    height: 100%;
    transition: all 0.7s;
    box-shadow: 4px 0px 7px 0px #fffdfd;
    border-right: 1px solid #317094;
}

.close-mobile {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 2px solid #c0c0c0;
}

.close-mobile > span{
 padding: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #838383;
}

.mobile_menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mobile > li{
    margin: 5px 0;
}

.mobile_menu > li > a{
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #317094;
    font-size: 20px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #c0c0c0;

}
    
    .breadcrumbs{
        font-size: 12px;
    }
    
    .slide-desktop{
        display: none;
    }
    
    .slide-mobile{
        display: block;
        position: relative;
        
    }
    
    .none-mobile, .nav{
        display: none;
    }
    
    .top-header-mobile, .nav-mobile{
        display: block;
    }
    
    .top-header-mobile{
        background: #317094;
    }
    
    .content-top{
        padding: 5px;
    }
    
    .nav-content-mobile {
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-btn-menu > img{
        width: 30px;
    }
    
    .nav-mobile {
        border-bottom: 2px solid #317094;
    }
    
    .right-side-bar{
        display: none;
    }

    .list-hs{
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }

    .program-item {
    padding: 10px;
    border-radius: 5px;
    }

    .program-item-img{
        display: none;
    }

    .main-program{
        width: auto;
    }

    .home-services-item{
        margin: 0;
    }

    .program-list{
        grid-template-columns: 1fr;
    }

    .program-item-list{
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .home-about{
        display: block;
        width: 100%;
    }
    
    .map-block-hp{
        width: 100%;
    }
    
    .text-aobout{
        width: auto;
    }
    
    .map-block-hp > img{
        width: 100%;
    }
    
    .footer-info{
        display: block;
    }
    
    .select-category{
        display: block;
    }
    
    .block-filtre{
        width: auto;
    }
    
    .name-filter {
    display: block;
    text-align: center;
    }
    
    .name-price-group{
        font-size: 20px;
        margin: 5px 0;
        padding: 5px 0;
    }
    
    .item-postion{
        width: 65%;
    }
    
    .item-price{
        width: 35%;
        display: flex;
        justify-content: flex-end;
    }

    .sidpanel_right{
        right: 0;
    }
    
    .first-block-fotter, .second-block-footer, .tirth-block-footer, .fourth-block-footer{
        width: 100%;
        padding: 5px;
    }
    
    .title-m {
        position: absolute;
        top: 10%;
        display: block;
        text-align: center;
        width: 20%;
        font-weight: 600;
        background: #ffffffab;
        padding: 10px 0;
    }
    
    .link-btn-m {
        position: absolute;
        bottom: 10%;
        margin: 0 auto;
        margin-left: 8%;
        max-width: 100px;
    }
    
    .link-btn-m > a{
        padding: 10px;
        border: 1px solid #fff;
        color: #000;
        background: #ffffff7a;
        font-size: 18px;
        font-weight: 600;
    }
    
    .first-block-fotter > .custom-logo-link > img{
        width: 160px;
    }
    
    .slick-prev, .slick-next{
        display: none!important;
    }
    
    .service-list{
        display: flex;
        padding: 5px 5px;
        width: 100%;
    }
    
    .service-item{
        width: 49%;
        display: block;
        text-align: center;
    }
    
    .service-img{
        display: none;
    }
    
    .service-name{
        padding: 10px 0;
        margin-top: 0;
        text-align: center;
        height: auto;
    }
    
    .filter{
        display: none;
    }
    
    .doctors-list{
        display: block;
    }
    
    .cart-doc{
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
    
    
    .appoibnt-doc, .appoint-doc{
        margin: 10px;
    }
    
    .modal{
        max-width: 95%;
        padding: 0;
        
    }
    
    .doctor-content{
        display: block;
    }
    
    .left-doctor{
        width: 100%;
    }
    
    .appoint-doc{
        margin: 0;
    }
    
    .short-doc > h1{
        font-size: 28px;
    }
    
    
    .short-doc > h2{
        font-size: 22px;
    }
    
    .appoibnt-doc{
        width: 95%;
    }
    
    
    .work-experience{
        font-size: 18px;
    }

    .top-page{
        display: block;
    }

    .add-doctor{
        display: none;
    }

    .price-con, .schedule-con, .more-doc{
        padding: 10px;
        font-size: 15px;

    }

    .link_page-item{
        display: block;
        width: 50%;
    }

    .content_item {
        display: block;
        width: 100%;
        text-align: center;
    }

    .img_content > img{
        width: 150px !important;
        height: 150px !important; 
    }

    .part-1, .part-2, .part-3, .part-4, .part-5, .part-6{
        background: #cdeffe;
    }
    
    .part-1>.inner>.name-section_lan,
    .part-2>.inner>.name-section_lan,
    .part-3>.inner>.name-section_lan,
    .part-4>.inner>.name-section_lan,
    .part-5>.inner>.name-section_lan,
    .part-6>.inner>.name-section_lan{
        color: #000;
    }


    .text-content{
        text-align: left;
    }

    .part-2 > .inner > .content_item,
    .part-4 > .inner > .content_item,
    .part-6 > .inner > .content_item {
        flex-wrap: initial;
    }



    
    
    
    
}
/***Слайдер***/
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

@media screen and (max-width:360px){
    .inner{
        max-width: 330px;
    }
}


.tab {
  position: relative;
  max-width: 100%;
}


.tab input { display: none; }


.tab label {
    display: block;
    margin-top: 5px;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    background: #317094;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
}
.tab .tab-content {
  background: #ffffff;
  overflow: hidden;
  transition: max-height 0.2s;
  max-height: 0;
}

.tab input:checked ~ .tab-content { max-height: 100%; }

.tab label::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  transition: all 0.5s;
  font-size: 32px;
}
.tab input:checked ~ label::after { transform: rotate(225deg); }

.appoint-block {
    margin: 10px;
}

.form-appoint-block{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 10px;
}

.step-appoint {
    border: 2px solid #317094;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 5px #c0c0c0;
}

.step-appoint-name {
    display: block;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #317094;
    margin: 10px 0;
}

/***форма записи***/

.form-field{
    display: block;
    width: 100%;
}

.effect-form-field {
    width: 100%;
    display: block;
}

.form-field>input:focus{
    outline: none;
}

.form-field>input,
.form-field>textarea{
    width: -webkit-fill-available;
    padding: 10px 0 2px 3px;
    margin: 5px 0;
    border: none;
    border-bottom: 1px solid #00a1dc;
    font-size: 16px;
    font-style: italic;
}

.check-form {
    margin: 5px 0;
    text-align: left;
}

.form-submit{
    display: block;
    text-align: center;
}

.send_btn{
    margin: 5px 0;
    padding: 15px;
    background: none;
    border: 1px solid #00a1dc;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #00a1dc;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}

.success_msg{
    position: absolute;
    display: block;
    height: fit-content;
    z-index: 999;
    margin: 0 auto;
    bottom: 40%;
    top: 36%;
    background: #c5f2ca;
    width: 82%;
    padding: 20px;
    left: 0;
    right: 0;
    text-align: center;
    border: 4px solid #03aa13;
    box-shadow: 0px 0px 10px 4px #c9c9c9;
}


.top-service-itme{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.bg-1-top-service-item {
    position: relative;
    border-radius: 5px;
    
}

.bg-1-top-service-item>.img>img{
    border-radius: 7px;
    border: 1px solid #c0c0c0;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
    flex: 0 0 auto;
    outline: 5px double #fff;
    outline-offset: -14px;
}

.bg-1-top-service-item>.img{
    top: 31px;
    margin: 0 auto;
    display: grid;
    right: 25%;
}

.bg-1-top-service-item>.name{
    position: absolute;
    top: 20px;
    margin: 0 auto;
    display: grid;
    width: 90%;
    padding: 20px;
}

input.top-serice{
    padding: 10px;
    border: none;
    border-bottom: 3px solid #317094;
    background: #ffffff;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}


.top-service {
    border-bottom: 1px solid #317094;
    padding-bottom: 20px;
}

.price-content {
    margin: 25px 0;
}

.price-parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.price_p_item {
    padding: 10px;
    text-align: center;
    background: #317094;
    height: 70px;
    border: 1px solid #317094;
}

.price_p_item > a {
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
}