.kk-star-ratings .kksr-stars .kksr-star .kksr-icon{
    background-size: contain;
}
.screen-reader-response, .wpcf7-form-control-wrap.page-title{
    display: none !important;
}
.wpcf7-response-output:not(.external-response){
    display: none!important;
}

.wpcf7-response-output.external-response{
    padding-top: 40px;
}

.form-row__form.form {
    width: 100%;
}

.hero-menu__nav-item{
    list-style: none;
}

.content-block::after {
    content: "";
    display: block;
    clear: both;
}
.text-center.section__intro{
    padding-bottom: 30px;
}
.section__bg-img picture{
    width: 100%;
}

.section--advantages .services-list__icon{
    height: 120px;
    width: 120px;

}


.breadcrumbs__item:not(:last-child):after {
    height: 14px;
}


.icon-hover {
    display: none;
}

.program-details__card:hover {
    .icon-main {
        display: none;
    }
    .icon-hover {
        display: block;
    }
}

.search-list__title{
    padding-top: 35px;
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0d78ba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
    vertical-align: middle;
}
.page-price {
    padding-bottom: 40px;
}

.cards-list__title{
    font-size: 21px;
    line-height: 1.3;
}

#call-departments .form__col{
    width: 100%;
}

.footer__production a{
    text-decoration: underline;
}
.footer__production{
    border-top: 1px solid #CDDDE5;
    padding-top: 10px;
    text-align: right;
    margin-top: 40px;
    font-size: 14px;
}
.doctors-header__row{
    justify-content: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: var(--dark);
}

.news-filter .input.--datepicker .icon{
    top: 50%;
    transform: translateY(-50%);
    background: white;
}
.news-filter .input input{
    background-color: #f6f4f0;
}

.btn--accent-second.header__emergency:hover{
    background: #663333;
}
.btn--accent-second.btn--accent-hover:hover,
.head-but--main.btn--accent-hover:hover,
.btn.btn--accent-hover:hover{
    background: #663333;
}
.content-row-float img{
    width: calc(50% - 12px);
    margin-bottom: 20px;
    border-radius: 20px;
    border-radius: var(--radius-xl);

}.content-row-float img.left{
    float: left;
    margin-right: 35px;

}.content-row-float img.right{
    float: right;
    margin-left: 35px;
}

 .form--page__light .wpcf7 form.sent .wpcf7-response-output {
     border-color: #799163;
     color: var(--dark);
     border: none;
     padding: 0;
 }
.direct-speech__picture{
    object-fit: cover;
    object-position: top;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 767.95px) {
    .checkup-hero__item-bg img {
        border-radius: 35px;
    }
}

.attention-section{
    background: var(--bg);
    border-radius: 30px;
    color: var(--dark);
    padding: 24px 32px;
}

.author__actions a:not(.author__link){
    width: 175px;
    height: 175px;
}


a.footer-btn-question {
    position: fixed;
    width: 46px;
    right: 23px;
    bottom: 110px;
    height: 44px;
    z-index: 5;
    border-radius: 50%;
    font-size: 0px;
    border: 2px solid transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 23px;
    background-image: url(../assets/icons/btn-chat.svg);
    background-color: var(--primary);
}


.date-picker__calendar-body{
    z-index: 5;
}

.video-slider__image .btn--play {
    bottom: 24px;
    left: 24px;
}
.video-slider__image{
    position: relative;
    border-radius: 20px;
    border-radius: var(--radius-xl);
    overflow: hidden;
}
.mega__bonuses p{
    margin: 0;
}
@media screen and (min-width:992px){


    div#buttons-bottom {
        display: block;
        position: fixed;
        width: 46px;
        height: 46px;
        right: 0px;
        bottom: 112px;
        z-index: 999;
    }

    a.footer-btn-order {
        display: none;
    }

}


@media (max-width: 767.95px) {
    .js-hero-slider .swiper-slide{
        width: 100%!important;
    }
    .content-row-float img{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;

    }
    .mobile-filter-bar .search-button{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobile-filter-bar .search-input{
        border-radius: 8px;
        width: 100%;
    }

    .search-form-doctors{
        position: relative;
        width: 100%;
    }

    .mobile-filter-bar{
        padding-top: 30px;
    }
    .btn--up {
        bottom: 137px;
    }
    a.footer-btn-question {
        bottom: 80px;
    }
    .footer__production{
        margin-top: 16px;
        padding-top: 16px;
        text-align: left;
    }

}