/* Десктоп и общие изменения */
    /* Меню */
        .uc-menu .t228__imglogo {
            border-right: 3px solid rgba(255, 255, 255, 0.75);
            padding-right: 36px;
        }
    /* Обложка */
        .uc-cover .t189__descr {
            padding: 0 0 !important;
        }
        .t189__wrapper {
            padding-bottom: unset !important;
        }
    /* Отзывы */
        .t958__avatar {
            width: 70px !important;
            height: 70px !important;
        }
        .t958__card_popup .t-text {
            color: #595959 !important;
        }
    /* CTA */
        .uc-button .t-btn_md {
            padding-left: 32px !important;
            padding-right: 32px !important;
        }
        
/* Адаптив */
    @media (max-width: 1200px) {
        /* Тексты, заголовки и подзаголовки */
            .t189__title, .t225__title {
                font-size: 40px !important;
                line-height: 1.4 !important;
            }
            .t189__descr {
                font-size: 24px !important;
            }
            .t-card__title, .t-text_lg, .t958__author-name, .t555__title, .t457__copyright {
                font-size: 20px !important;
            }
            .t225__descr, .t-card__descr, .t228__right_descr, .t958__author-descr, .t958__review-text, .t555__contentwrapper .t-text, .t390__descr {
                font-size: 18px !important;
            }
    }
    
    @media (max-width: 980px) {
        /* Адрес клиники на первом экране */
            .t189__descr::after {
                content: 'Москва, Ярославское шоссе, 55 Ежедневно с 10:00 до 21:00';
                display: inline-block;
                font-size: 18px;
                margin-top: 32px;
                width: 290px;
            }
            /* 
                .t-menuburger::before {
                    content: 'ул. Федоскинская, стр. 13А (2 этаж) c 10:00 до 21:00, без выходных';
                    color: #fff;
                    text-align: right;
                    display: inline-block;
                    width: 230px !important;
                    position: relative;
                    right: 250px;
                    bottom: 6px;
                } */
    }
    
    @media (max-width: 960px) {
        /* Меню */
            .tmenu-mobile__container {
                padding: 6px 20px !important;
            }
            .tmenu-mobile__imglogo {
                max-width: 150px !important;
            }
        /* Обложка */
            .t189__wrapper .t-btnwrapper:nth-child(2) {
                display: none !important;
            }
            .t-cover__filter {
                background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) !important;
            }
        /* Контакты */
            .t555__contentwrapper {
                padding: 0px 0px 30px 0px !important;
            }
    }
    
    @media (min-width: 641px) {
        .t555__contentbox a:hover {
            pointer-events: none !important;
        }
        .t555__contentbox a {
            color: #595959 !important;
        }
    }
    
    @media (max-width: 960) and (min-width: 641px) {
        /* CTA */
            .t185 .t-btn_md {
                font-size: 14px !important;
            }
    }
    
    @media (max-width: 640px) {
        /* Меню */
            .tmenu-mobile__container {
                padding: 13px 20px !important;
            }
            .tmenu-mobile__imglogo {
                max-width: 100px !important;
            }
        /* Тексты, заголовки и подзаголовки */
            .t189__title {
                font-size: 32px !important;
            }
            .t225__title {
                font-size: 28px !important;
            }
            .t-text_lg {
                font-size: 18px !important;
            }
        /* Отступы */
            .t-rec_pt_90 {
                padding-top: 45px !important;
            }
            .t-rec_pb_90 {
                padding-bottom: 45px !important;
            }
            .t225__descr {
                padding: 18px 0 0 0 !important;
            }
            .t185__butwrapper {
                margin-bottom: 0px !important;
            }
        /* Карта */
            .t555__map, .ymaps-2-1-79-map {
                height: 400px !important;
            }
    }