/* Заголовок прайсов */
.t795__title {
    margin-bottom: 10px;
}

/* Прайс-листы */
.t812__pricelist-item__row_1 {
    padding-bottom: 5px;
}
.t812__pricelist-item__row_2 {
    padding-top: 5px;
}

/* Уведомление о ценах */
.t265__wrapper {
    border-top: 2px solid #67171a;
    box-shadow: 0px 2px 3px rgba(0,11,48,0.25);
}



/* Контакты */
.t822__title {
    white-space: nowrap !important;
}
.t822__title::before {
    content: " ";
    background: url('https://static.tildacdn.com/tild3532-6139-4237-b664-383163656663/metro.svg');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 30px;
    height: 16px;
    display: inline-block;
}
.t822 {
    border-bottom: 2px solid #67171a;
}


/* Специалисты */
.t390__wrapper .t-uptitle {
    letter-spacing: 1px;
}
.t774__wrapper {
    box-shadow: 0px 2px 3px rgba(0,11,48,0.25);
    border-bottom: 2px solid #67171a;   
}
.t774__wrapper .t-card__btn-text {
    font-size: 14px;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 3px;
}



/* КНОПКА ОНЛАЙН-ЗАПИСИ */
.son_wrapper {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
/* Убираем подчеркивание */
.son_wrapper a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent !important;
}
/* Основной кружок */
.son_circle {
    width: 80px;
    height: 80px;
    border-radius: 250px;
    background: #000; 
    background: linear-gradient(135deg, #151515 70%, #050505 100%) !important;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.60);
}
/* Текст внутри */
.son_circle div {
    padding-top: 24px;  /* .son_circle - .son_circle div , разделить на 2 */
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    height: 32px;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    font-weight: 700 !important;
}

/* Анимированный кружок */
.son_outercircle {
    z-index: -1000;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #67171a;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 10px;
    animation: son_outercircle 2s infinite linear;
}
@keyframes son_outercircle {
    0% {
        transform: scale(1,1) opacity: 1;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: scale(2,2);
        opacity: 0;
    }
}






/* Плашечка с тенюшечкой */
@media screen and (max-width: 980px) {
    .t265 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .t265__wrapper {
        padding: 15px 15px 20px 50px;
        position: relative;
        text-align: left;
    }
}



.uc-srvc-blocks .t650 .t650__text {
    padding: 30px 30px 20px !important;
}
.uc-srvc-blocks .t650 .t650__bottommargin {
    margin-bottom: 0 !important;
}
.t650__inner-col {
    min-height: 171px;
}