
/*other styles*/
.default-btn_green{
    border-radius: 10px;
}
.default-btn_green-empty{
    border-radius: 10px;
}
.default-btn-bottom-to-top{
    border-radius: 10px;
}
.level-item{
    border-radius: 10px;
}
.guarantee-question-btn{
    border-radius: 10px;
}
.default-btn_white{
    border-radius: 10px;
}
.btn-bottom-to-top{
    border-radius: 10px;
}
.services-work_list-item{
    border-radius: 10px;
}
.font-s-13{
    border-radius: 10px;
}
.responce-item_content{
    border-radius: 10px;
}
.sbi_item{
    border-radius: 10px;
}
.contacts-section_item{
    border-radius: 10px;
}
.technology-gallery-item{
    border-radius: 10px;
}
.popup-form-outer_container{
    border-radius: 10px;
}
.popup-form_img-container{
    margin: 3px;
    border-radius: 10px;
}
.conic-item{
    padding: 0.12em;
}
.desc-important{
    border-radius: 10px;
}
.tablet-important{
    border-radius: 10px;
}
.advantages-list_item{
    border-radius: 10px;
}
.doctors-item_img-container{
    mask-image: linear-gradient(#000 75%, transparent);
}
.stages-black-and-white{
    mask-image: linear-gradient(#000 25%, transparent);
}
.stages-image-livitate{
    border-radius: 10px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="password"], input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], textarea, input.simple-input, textarea.simple-input, input.wpcf7-form-control, textarea.wpcf7-form-control{
    border-radius: 10px !important;
}
.nice-select{
    border-radius: 10px !important;
}
video{
    border-radius: 10px !important;
    display: block;
    overflow: hidden !important;
}
.custom-logo{
    width: 130px !important;
    height: auto !important;
}
video-play-popup > div{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}
video-play-popup video{
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}
.navigation .nav-links{
    text-align: center;
}
.navigation .nav-links .page-numbers.current{
    font-weight: bold;
    color: #00af6b;
}
.latest-posts .btn-blog{
    margin-bottom: 40px;
    margin-left: 50%;
    transform: translate(-50%, -20px);
}
.menu-item > a:not([href]){
    pointer-events: none;
    cursor: default;
}
.current-lang a{
    color: var(--nozenko-black) !important;
}
.default-btn_green, a.default-btn_green{
    color: #fff;
}
.doctors-tabs_nav{
    height: 100%;
}
@media (max-width: 650px){
    .guarantee-container .guarantee-right_content .tablet-important{
        display: block !important;
    }
}
.simple-banner{
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 650px){
    .simple-banner{
        padding-top: 0;
        padding-bottom: 0;
    }
}
.banner-breadcrumbs-list{
    position: static;
    margin-top: 10px;
}
.banner-description{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.banner-description h2,
.banner-description h3,
.banner-description h4{
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    color: #fff;
}
.banner-description h2{
    font-size: 2rem;
}
.banner-description h3{
    font-size: 1.5rem;
}
.banner-description h4{
    font-size: 1.25rem;
}
.banner-description>*:first-child{
    margin-top: 0;
}
.banner-description p{
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.banner-description a{
    color: #3b82f6;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.banner-description a:hover{
    color: #60a5fa;
    text-decoration: none;
}
.banner-description p a{
    display: inline;
}
.banner-description ul,
.banner-description ol{
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}
.banner-description ul{
    list-style-type: disc;
}
.banner-description ol{
    list-style-type: decimal;
}
.banner-description li{
    list-style: inherit;
    margin-bottom: 0.5rem;
}
.banner-description>*:last-child{
    margin-bottom: 0;
}
.zapisatys-form_access-container p{
    display: flex;
    gap: .729vw;
}
.pl-header{
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    overflow-x:auto;
    scrollbar-color:transparent transparent;
}
.pl-list{
    font-size: 12px;
    list-style-type: none;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    margin-right: auto;
    margin-left: auto;
    gap: 10px;
    font-weight: bolder;
    margin-bottom:1em;
    margin-top: 15px;
}
.pl-list::-webkit-scrollbar {
    height: 8px;
}
.pl-list::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 4px;
}
.pl-list::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
.pl-list li{
    padding: 5px 0;
}
.pl-link{
    transition: .3s all;
    text-transform:uppercase;
}
.pl-link:hover{
    padding: 10px;
    border: 1px solid;
    opacity: 0.8;
    background: #00af6b;
    color: #fff;
}
@media(max-width: 600px){
    .pl-list{
        width:95%;
        overflow-x:auto;
        scrollbar-color:transparent transparent; 
    }
}
.top_footers{
    height: 200px;
    overflow-x: clip;
    position: relative;
}
.footer_block{
    display: grid;
    grid-template-columns: 200px, 3fr;
}
.footer_list{
    display: none;
}
.footer_menu_block{
    display: none;
}
.footer_checkbox:has(input:checked) .footer_list{
    display: grid;
    position: absolute;
    left: 200px;
    width: calc(100% - 200px);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    top: 0;
    padding-left: 20px;
    height: 200px;
    overflow-x: auto;
}
.footer_checkbox_menu:has(input:checked) .footer_list{
    display: grid;
    position: absolute;
    left: 0;
    width: calc(100% - 200px);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    top: 25px;
    padding-left: 20px;
}
.footer_checkbox:has(input:checked)+.footer_menu_block{
    display: flex;
    position: absolute;
    left: 200px;
    width: calc(100% - 200px);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    top: 0;
    padding-left: 20px;
    font-size: 13px;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
}
.footer_checkbox:has(input:checked){
    color: black;
    font-family: "Inter", normal;
    width: 200px;
    box-shadow: inset -2px 0 0 #00af6b;
}
.footer_checkbox:has(input:checked) label{
    color: black;
}
.footer_checkbox label{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: grey;
    font-family: "Inter", normal;
    position: relative;
    padding-left: 20px;
}
.footer_checkbox label::before{
    content: "";
    position: absolute;
    display: flex;
    width: 14px;
    height: 2px;
    background: #999;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
}
.footer_checkbox label::after{
    content: "";
    position: absolute;
    display: flex;
    width: 2px;
    height: 14px;
    background: #999;
    transform: translate(-50%, 0);
    top: 2px;
    left: 7px;
    transition: all 0.3s ease-in-out;
}
.footer_checkbox:has(input:checked) label::after{
    height: 0px;
}
.footer_checkbox{
    width: 200px;
    box-shadow: inset -2px 0 0 grey;
}
.footer_checkbox input{
    display: none;
}
.footer_menu_block input{
    display: none;
}
.footer_checkbox_menu label{
    font-size: 15px
}
.footer_checkbox_menu{
    min-width: max-content;
}
.footer_list a{
    text-decoration: none;
    color: rgb(64, 64, 64);
    font-family: "Inter", normal;
    font-size: 16px;
    transition: .3s;
    padding: 2px 0;
}
.footer_list a:hover{
    text-decoration: none;
    color: #00af6b;
}
.footer_container{
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    height: 150px;
}
.footer_checkbox_menu label{
    font-size: 13px;
    font-family: "Inter", normal;
}
.footer_checkbox_menu:has(input:checked) label{
    color: black;
    font-weight: bold;
}
.footer_container::-webkit-scrollbar{
    display: none;
}
.footer_container{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.footer_menu_block::-webkit-scrollbar{
    display: none;
}
.footer_menu_block{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.text-gene{
    margin-bottom: 20px;
    line-height: 160%;
}
.text-gene h2{
    font-size: 1.3vw;
    font-weight: 700;
    padding: 10px 0;
}
.text-gene a{
    font-weight: 600;
}
.text-gene a:hover{
    color: var(--nozenko-green)
}
@media(max-width:900px){
    .text-gene h2 {
        font-size: 22px;
    }
}
.simple-banner{
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 650px){
    .simple-banner {
        0 padding-top: 0;
        padding-bottom: 0;
    }
}
.banner-breadcrumbs-list{
    position: static;
    margin-top: 10px;
}
.banner-description{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.banner-description h2,
.banner-description h3,
.banner-description h4{
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    color: #ffffff;
}
.banner-description h2{
    font-size: 2rem;
}
.banner-description h3{
    font-size: 1.5rem;
}
.banner-description h4{
    font-size: 1.25rem;
}
.banner-description>*:first-child{
    margin-top: 0;
}
.banner-description p{
    margin-top: 0;
    margin-bottom: 1.25rem;
}
.banner-description a{
    color: #3b82f6;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.banner-description a:hover{
    color: #60a5fa;
    text-decoration: none;
}
.banner-description p a{
    display: inline;
}
.banner-description ul,
.banner-description ol{
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}
.banner-description ul{
    list-style-type: disc;
}
.banner-description ol{
    list-style-type: decimal;
}
.banner-description li{
    list-style: inherit;
    margin-bottom: 0.5rem;
}
.banner-description>*:last-child{
    margin-bottom: 0;
}
.post_author_buttons{
    width: max-content;
    margin: 40px auto 0 !important;
}
.doctors-item-btns_container{
    position: static;
}
.post_info_date{
    display: flex;
    align-items: center;
}
.post_info_date p{
    margin-top: 0 !important;
    margin-left: 12px;
}
.post_info_time{
    display: flex;
    align-items: center;
}
.post_info_time p{
    margin-top: 0 !important;
    margin-left: 12px;
}
.post_info_right{
    display: flex;
    align-items: center;
}
.post_info_right div{
    cursor: pointer;
    margin-top: 0 !important;
    margin-left: 12px;
}
.doctor-item_shadow-link{
    z-index: -9;
}
.footer-reviews{
    margin-top: -115px;
}
@media (max-width: 650px){
    .footer-reviews{
        margin-top: 0;
    }
}



/*rating*/
.rating-block{
    color: var(--nozenko-white);
    margin-top: 15px;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
}
.rating-star{
    font-size: 2em;
    position: relative;
    display: inline-block;
    color: #e0e0e0;
}
.rating-star::before{
    content: "★";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffc107;
    z-index: 1;
}
.rating-star.fill-60:before{
    width: 70%;
}
.stars{
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}
.rating-text{
    font-size: 14px
}


/*key text*/
.key_text{
    margin-top: 2.385vw;
}
.key_menu{
    margin-top: 3.385vw;
}
.key_menu p{
    font-size: .81vw;
    font-weight: 600;
    text-transform: uppercase;
}
.key_menu ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.key_menu li{
    margin-right: 40px;
}
.key_menu a{
    display: block;
    padding: 10px 0;
}


/*cf7*/
.wpcf7 br{
    display: none;
}
.wpcf7 button{
    cursor: pointer;
}
.zapisatys-form_item-btn{
    min-width: 245px;
}
.zapisatys-form_item-left{
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.default-download_form-img{
    margin-right: 15px;
}
.zapisatys-form_item-left .wpcf7-form-control-wrap{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    z-index: 10;
    cursor: pointer;
}
.zapisatys-form_item-left input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.zapisatys-form_item-left input[type="file"]{
    font-size: 0 !important;
    color: transparent !important;
}
.cf7-hidden-file,
.cf7-hidden-submit{
    display: none !important;
}


/*doctors filter*/
.custom-select-wrapper{
    position: relative;
    width: 100%;
    user-select: none;
}
.custom-select-head{
    position: relative;
    height: 52px;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-size: 14px;
    color: #999;
    text-align: left;
    cursor: pointer;
}
.custom-select-head:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
}
.custom-select-wrapper.open .custom-select-head:after{
    transform: rotate(-135deg);
}
.custom-select-list{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    max-height: 250px;
    margin-top: 4px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    overflow-y: auto;
    opacity: 0;
    transform: scale(0.75) translateY(-21px);
    transform-origin: 50% 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    pointer-events: none;
}
.custom-select-wrapper.open .custom-select-list{
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
.custom-select-item{
    padding-left: 18px;
    padding-right: 29px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: left;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
}
.custom-select-item:hover, 
.custom-select-item.selected{
    background-color: #f6f6f6;
    font-weight: bold;
}
