/*
Theme Name: child themes komanda
Template: komanda
Theme URI: https://komanda.dev/
Description: Child themes komanda
Author: komanda
Author URI: https://komanda.dev/
Version: 1.0
*/
.subheader__search-row .search-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 70%;
    min-width: 200px;
}

.search-form .btn-search{
    background: transparent;
    border: none;
    outline: none;
}

.subheader__search-row .search-form input{
    border-bottom: none;
    margin: 0 20px!important;
    padding: 0!important;
}

.search-form .btn-search svg circle,
.search-form .btn-search svg path{
    stroke: #0f0d16;
}

.subheader__search-row .search-form .btn-close{
    display: none;
}


.popup-wpapp{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: 99999999;
}

.popup__close{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(79, 79, 79, 1);
    border-radius: 50%;
    z-index: 2;
    background-color: var(--kmnd-body-background, #000);
    cursor: pointer;
}
.popup__close:hover{
    border: 1px solid rgba(255, 255, 255, 1);
}
.popup__close span{
    position: relative;
}
.popup__close span:before,
.popup__close span::after{
    content: '';
    clear: both;
    position: absolute;
    top: 18px;
    left: 4px;
    width: 30px;
    height: 1px;
    background: #fff;
}

.popup__close span:before{
    transform: rotate(45deg);
}
.popup__close span::after{
    transform: rotate(135deg);
}
body.bg-secondary main{
    background-color: var(--kmnd-body-background-secondary);
}
.bg-secondary .breadcrumbs a{
    color: var(--kmnd-body-color-primary);
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.typical-content p{
    font-size: 0.875rem;
    line-height: 171.429%;
}
.typical-content p:not(:last-child){
    margin-bottom: 0.75rem;
}
.typical-content ul{
    list-style: none;
}
.typical-content li{
    font-size: 0.875rem;
    line-height: 171.429%;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0.5rem;
}
.typical-content li:before{
    top: 9px;
    left: 1px;
    width: 6px;
    height: 6px;
    content: '';
    background-color: var(--kmnd-body-background-accent);
    border-radius: 100%;
    display: block;
    position: absolute;
}
.typical-content > img,
.typical-content .wp-block-image img{
    width: 100%;
    max-height: 560px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 1.5rem;
}
.typical-content h2,
.typical-content h3,
.typical-content h4{
    margin-bottom: 1rem;
}
.typical-content ul + figure{
    margin-top: 3.5rem;
}

.btn .icon{
    margin-right: 10px;
}
.border-radius-16{
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.doctor-item {
    padding: 0.5rem;
}
.doctor-preview {
    height: 100%;
}
.doctor-preview__img:before{
    padding-bottom: 67%;
}
.doctor-preview__name {
    color: var(--kmnd-body-color-primary-inverted);
    padding: 1rem;
    font-size: 18px;
}
.doctor-preview__content {
    padding: 1rem 1.25rem  1.75rem;
    flex: 1;
}
.doctor-preview__position {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.description.doctor-preview__description {
    font-size: 0.875rem;
    line-height: 142.857%;
    margin-bottom: 1rem;
}
.doctor-preview__experience {
    font-size: 0.875rem;
    line-height: 142.857%;
}
.doctor-preview__btns{
    margin-top: auto;
}
.doctor-preview__btns .btn{
    width: calc(50% - 4px);
    font-size: 15px;
    margin-bottom: 0 !important;
}
@media screen and (max-width:375px) {
    .doctor-preview__btns{
        flex-direction: column;
        gap: 1rem;
    }
    .doctor-preview__btns .btn{
        width: 100%;
    }
}
.not-found{
    width: 100%;
}
.news-item-image:before {
    padding-bottom: 59%;
}
.news-item-image__categories {
    padding: 1rem;
}
.news-item-image__categories .btn {
    font-size: 14px;
    min-height: unset;
    border-color: #fff;
    padding: 4px 14px;
    background: #fff;
}
.news-item-image__categories .btn:hover{
    background: var(--kmnd-body-background-accent);
    color: var(--kmnd-body-color-primary-inverted);
    border-color:  var(--kmnd-body-background-accent);
    opacity: 1;
}
.news-item-content {
    padding: 1.5rem;
}
.news-item-content__text {
    font-size: 14px;
    line-height: 142.857%;
}



@media screen and (max-width:1024px) {
    .popup-wpapp{
        padding: 10px;
    }
    .popup__close{
        top: -40px;
        right: 0px;
    }       
    .woocommerce-account .woocommerce-MyAccount-navigation{
      display: none;
    }
}

@media screen and (max-width: 991px) {
    .sidebar--single {
        display: none;
    }
}
@media (max-width: 992px){
    .slider__slider-wrapper_wide {
        max-width: 100%;
    }
}

.banner-image {
    min-height: 595px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 15px;
    gap: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    color: #FFF;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.banner-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 370px;
    content: '';
    background: linear-gradient(0deg, #000 -12.24%, rgba(0, 0, 0, 0.00) 94.93%);
    pointer-events: none;
}
.banner-image__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    z-index: 1;
}
.banner-image__description {
    font-size: 13px;
    line-height: 171%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner-image .btn{
    position: relative;
    z-index: 1;
    max-width: 252px;
    margin: 0 auto;
}
.group-input input {
    width: 100%;
    min-height: 45px;
    height: 100%;
    outline: none;
    border-radius: 8px;
    background: #FFF;
    padding: 0 16px;
    color: #878787;
    font-family: inherit;
}
.group-input input::placeholder {
    color: inherit;
}
.group-input > p, .group-input > p > span {
    line-height: 1;
    height: 100%;
    display: block;
}
.banner-clinics {
    padding: 16px 24px;
    border-radius: 16px;
    background: #EFF6FD;
}
.banner-clinics__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 133%;
}
.banner-clinics__row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 24px;
    margin-top: 24px;
}
.banner-clinics-item {
    color: #3B95FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 142%;
    padding: 0;
    text-decoration-line: underline;
    border-radius: 36px;
    border: 1px solid transparent;
    transition: all ease .4s;
}
@media (hover: hover) and (pointer: fine) {
    .banner-clinics-item:hover {
        padding: 7px 10px;
        border-color: #3B95FF;
    }
}
.sidebar > *:not(:last-child) {
    margin-bottom: 20px;
}
.item-review__stars svg {
    margin-bottom: 20px!important;
}