@charset "UTF-8";

/*
Theme Name: oksl
Author: Sergey Kholosha
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

::-webkit-scrollbar {
    width: 10px;
    background: #faea1c;
    border: #333333;
}

::-webkit-scrollbar-thumb {
    background-color: #3f8e35;
    border-radius: 9em;
    box-shadow: inset 1px 1px 1px #f3faf7;
}

html {
scroll-behavior: smooth;
}

body,
header{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
        overflow-x: hidden;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.side-header {
    background: #3f8e35;
    padding: 10px 0;
}

.content-side-header{
    text-align: center;
    color: #fff;
}

.content-side-header {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.desktop_header{
    padding: 10px 0;
    border-bottom: 1px dotted #d3d3d3;
}

.logo > img,
.logo > a > img{
    width: 250px;
}

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

.phone-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

.phone-header > a,
.phone-footer > a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    font-size: 19px;
}

.phone-header > span {
    font-size: 14px;
    border-bottom: 1px dotted #d3d3d3d3;
    cursor: pointer;
}

.phone-header > span:hover{
    border-bottom: 1px soild #000;
}

.select_language {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select_language > li > a{
    font-size: 18px;
}

.select_language > li > a:hover{
    text-decoration: none !important;
    border-bottom: none !important;

}

.selected-langugage{
    margin-right: 8px;
}

.selected-langugage > a{
    color: #d3d3d3 !important;
}

.social-icon > div > a > img,
.search-btn > a > img{
    width: 24px;
    height: 24px;
}

.content_nav_desktop {
    padding: 15px 0;
}

.nav_desktop {
    border-bottom: 1px dotted #d3d3d3;
}

.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs__link {
    color: #000;
    text-decoration: none;
}

.breadcrumbs__link:hover {
   border-bottom: 1px solid #000;
}

.breadcrumbs__current{
    color: #d3d3d3;
}

.main-menu-desktop{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item > a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    display: block;
}

.menu-item:hover .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
    position: absolute;
    top: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    width: 265px;
}

.sub-menu > .menu-item{
    margin: 5px 0;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
}

.sub-menu > .menu-item > a{
    font-size: 16px;
}

.menu-item.has-children > a::after {
  content: "▼";
  font-size: 14px; 
  display: inline-block;
  margin-left: 5px;
}

.slide > img {
    width: 100%;
    height: auto;
}

.title-page{
    font-size: 36px;
    text-align: center;
    padding: 15px 0;
    line-height: 44px;
}

.footer {
    border-top: 1px dotted #d3d3d3;
    padding: 10px 0;
}

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

.logo-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.department-list,
.department-list-main,
.service-list-main,
.similiar-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}


.department-item,
.service-item,
.similiar-item {
    width: 24%;
    border: 1px solid #c0c0c0;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-department,
.link-service,
.link-similiar {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 10px;
    color: #000;
    text-decoration: none;
    height: 90px;
    text-align: center;
}

.link-department > img {
    width: 150px;
}

.price-page-content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
}

.price-nav{
    width: 325px;
}

.nav-price {
    padding: 5px 0 5px 10px;
    background: #3f8e35;
    margin: 5px 10px;
}

.nav-price > a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.price-list{
    width: calc(100% - 340px);
}

.name-block {
    margin: 30px 0;
}

.price-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #3f8e35;
}

.item-price {
    width: 85%;
    display: flex;
    justify-content: start;
}

.nominal-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
}

.list-img {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    padding: 10px 0;
}

.img-item {
    padding: 6px;
}

.copyright {
    background: #e7e7e7;
    border-top: 1px solid #d3d3d3;
    padding: 15px 0;
}

.copyright-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/***Modal for gallery****/
.modal-gaellery {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

        /* Стили для контента модального окна */
.modal-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

#prevButton,
#nextButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: #3f8e35;
    border: none;
    border-radius: 9px;
}

#prevButton {
    left: 15px;
}

#nextButton {
    right: 15px;
}
/***End modal for gallery**/

.modal {
    opacity: 0;
   visibility: hidden;
   width: 100%;
   max-width: 500px;
   position: fixed;
   top: 5%;
   left: 0;
   right: 0;
   z-index: 30; 
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   border-radius: 3px;
   background-color: #fff;
   margin: 0 auto;
   overflow-y: auto;
   max-height: calc(100% - 10%);

}

.modal_header {
    display: flex;
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    height: 59px;
    font-size: 22px;
    color: #3f8e35;
    font-weight: 600;
    text-transform: uppercase;
}

.modal_body{
    padding: 25px 0;
}

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 12px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}

.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;
}

.js-modal-close > img {
    width: 18px;
    height: 18px;
    margin-top: 8px;
}

.input_fields > input{
    padding: 10px;
    margin: 5px;
    width: 300px;
    border-radius: 15px;
    border: 1px solid #000;
}

.input_fields > input{
    padding: 10px;
    margin: 5px;
    width: 300px;
    border-radius: 15px;
    border: 1px solid #3f8e35;
}

.input_fields > textarea{
    padding: 10px;
    margin: 5px;
    width: 300px;
    border-radius: 15px;
    border: 1px solid #3f8e35;
    height: 60px;
}

.input_fields > input:focus,
.input_fields > textarea:focus {
    outline: none;
}

.send_btn {
    padding: 10px;
    width: 200px;
    margin: 20px;
    border-radius: 15px;
    border: none;
    background: #3f8e35;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.send_btn:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.logo-site {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.logo-site > img{
    width: 300px;
}

.name-site {
    display: flex;
    justify-content: center;
    margin: 25px;
    font-size: 20px;
    line-height: 40px;
}

.name-site > h2{
    text-align: center;
}

.adres-contact {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.mail-contact {
    text-align: center;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
}

.mail-contact > a {
    color: #000;
    font-size: 16px;
}

.tabs {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin: 0;
}

.item-tab {
    padding: 10px;
    margin: 10px;
    background: #3f8e35;
    border-radius: 15px;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.item-tab > a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.name-block-page > h3{
    text-align: center;
    padding-top: 15px;
    margin: 0;
}

.adres-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-adres {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.maps-contact {
    width: calc(100% - 500px);
}

.photo-department {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}

.list-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px 0;
}

.news-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 10px;
    margin: 10px;
    border: 1px solid #e2dede;
    border-radius: 15px;
    box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
}

.img-news-link > a > img{
    width: 100%;
}

.date-news {
    padding: 10px 0;
    color: #838383;
}

.name-news{
    text-align: center;
}

.name-news > a {
    color: #000;
    text-decoration: none;
}

.text-news,
.content {
    text-align: justify;
    padding: 10px 0;
}

.responsive > .slick-list > .slick-track > .slick-slide{
    margin: 0 30px;
}

.name-block > span {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0;
}

.adres-footer {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    padding: 15px 0;
}

.phone-footer{
    text-align: center;
    padding: 15px 0;
}

.img-post{
    width: 100%; 
    display: block; 
    text-align: center;
}

.doctors{
    display: grid;
    grid-template-columns: repeat(auto-fill, 290px);
    grid-gap: 10px;
}

.doctor-item {
    scroll-snap-align: start;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    padding: 15px;
    margin: 10px 5px;
}

.photo_doctor > a > img{
    width: 100%;
    border-radius: 10px;
}

.name-doctor > a{
    font-size: 26px;
    color: #393939;
    text-decoration: none;
    font-weight: 600;
    margin: 10px 0;
}

.doctor-content {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 10px;
}

.left-part-content,
.righ-tpart {
    padding: 15px;
    border: 1px solid #f0f0f0;
    background: #fff;
    box-shadow: 0px 0px 11px 1px silver;
    border-radius: 15px;
}

.full-name > h1{
    font-size: 36px;
    color: #181818;
    padding: 0px;
    margin: 0px 0 10px 0;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

a.prev.page-numbers {
    padding: 0 10px;
    color: #000;
    text-decoration: none;
}

a.page-numbers {
    padding: 0 10px;
    text-decoration: none;
    color: #3f8e35;
}

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

    .container{
        max-width: calc(100% - 10%);
        margin: 0 auto;
    }

    .mobile_header {
        padding: 10px 0;
        border-bottom: 1px dotted #d3d3d3;
    }

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

    .logo > img{
        width: 60px;
    }

    .logo-footer > .logo > img{
        width: 100%;
    }

    .mobile_menu{
        height: auto;
        width: 0;
        position: absolute;
        top: 0;
        background-color: #fff;
        border-left: 1px solid #fff;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 9999;
        box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
        flex-direction: row;
        justify-content: end;
        align-items: center;
        left: 0;
    }

    .main-menu-mobile{
        list-style: none;
        margin: 0;
        padding: 0;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .head_menu_m {
        padding: 20px 0;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .close_menu_mobile {
        width: 25px;
    }

    .price-page-content {
        flex-direction: column;
    }

    .price-nav{
        width: 100%;
    }

    .price-list{
        width: 100%;
    }

    .news-item,
    .department-item ,
    .service-item,
    .similiar-item {
        width: 100%;
    }

    .logo-block {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
    }

    .copyright-content {
        flex-direction: column;
        align-items: baseline;
}


.img-post > img{
    width: 100%;
    height: auto;
}


}