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

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

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

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

a.footer-btn-question {
    position: fixed;
    width: 46px;
    right: 23px;
    bottom: 110px;
    height: 44px;
    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);
}
@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) {
    .btn--up {
        bottom: 137px;
    }
    a.footer-btn-question {
        bottom: 80px;
    }
    .footer__production{
        margin-top: 16px;
        padding-top: 16px;
        text-align: left;
    }

}