.uc-header .t228 {
    backdrop-filter: blur(10px);
}

.uc-header .t282__container {
    backdrop-filter: blur(10px);
}

.t923__wrapper {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.10);
}

.t-slds__items-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.t923__descr {
    margin-top: 2px;
}

.t232__text {
    padding-bottom: 5px;
    padding-top: 15px;
}

.t558__col .t-cell {
    display: block;
}

.uc-maps {
    filter: url("data:image/svg+xml;utf8,#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}





.t795__title {
    margin-bottom: 0;
}

.t812__pricelist-item__row_1 {
    padding-bottom: 5px;
}

.t558 .t-list__item {
    margin-top: 20px!important;
}











/* КНОПКА ОНЛАЙН-ЗАПИСИ */
.son_wrapper {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
/* Убираем подчеркивание */
.son_wrapper a {
    text-decoration: none;
}
/* Основной кружок */
.son_circle {
    width: 80px;
    height: 80px;
    border-radius: 250px;
    background: #333333; 
    background: linear-gradient(135deg, #222 50%, #444 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;
    height: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 500 !important;
}

/* Анимированный кружок */
.son_outercircle {
    z-index: -1000;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #D30073;
    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 (min-width: 981px) {
    .son_wrapper {
        width: 140px;
        height: 140px;
    }
    .son_circle {
        width: 120px;
        height: 120px;
    }
    .son_circle div {
        padding-top: 40px; /* .son_circle - .son_circle div , разделить на 2 */
        font-size: 15px;
        line-height: 20px;
        height: 40px;
        
    }
    .son_outercircle {
        width: 90px;
        height: 90px;
    }
}





.t812__pricelist-item__title a {
    color: #000 !important;
}
.t812__pricelist-item__title a::after {
    content: " ";
    background: url('https://static.tildacdn.com/tild3134-3737-4764-b436-336532623636/info.svg');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
    display: inline-block;
    vertical-align: baseline;
    opacity: 0.6;
}


