/* Шапка на ПК */
.uc-header .t228 {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* Шапка на ПК Главная стр. */
.uc-header-home .t228 {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* Шапка на мобильных */
.uc-header-mobile .t282__container__bg {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}


/* Попапы с текстом (надзаголовок) */
.t390 .t390__wrapper .t390 .t390__uptitle {
    letter-spacing: 1.5px;
}


/* Все всплывающие формы и окна (попапы) */
.t-popup__container {
    border-radius: 22px !important;
}

/* Текстовый блок на главной */
.uc-text-home .t220__textwrapper {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
}

/* Текстовый блок на других стр. */
.uc-text-other .t220__textwrapper {
    border-radius: 22px !important;
}

/* Переключатель меню (в прайсах) */
.t397__title {
    letter-spacing: 1px;
}
.t397__separator_mobile {
    display: none !important;
}
#allrecords .t397__wrapper_mobile-flex {
    padding-left: 0 !important;
}


/* У прайса над черточкой и под четройчкой меньше отступ */
.t812__pricelist-item__row_1 {
padding-bottom: 7px;
}
.t812__pricelist-item__row_2 {
padding-top: 5px;
}


/* Заголовки страниц  */
@media screen and (max-width: 980px) {
.t001__title {
    font-size: 30px !important;
}
}



/* Удалил выделение на мобильном в меню и где-то еще */
.t282__menu__items *, .t282__menu__content *, .t890 * {
outline: none !important;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
-webkit-tap-highlight-color: transparent !important;
}


/* Отступ в мобильном меню над телефоном */
#allrecords ul.t282__menu__items {
    padding-bottom: 30px !important;
}



/* Уведомление после отправки формы */
.js-successbox {
    border-radius: 22px !important;
    font-size: 18px !important;
}




/* Проложить маршрут кнопка */
.uc-contacts a[href^="https://yandex.ru/maps"] {
    white-space: nowrap;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    color: #521a1c !important;
    border-radius: 30px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    font-size: 15px !important;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #FF7300;
}
.uc-contacts a[href^="https://yandex.ru/maps"]:hover {
    background-color: #521a1c;
    color: #fff !important;
    border-color: #521a1c;
}



/* Заголовки в контактах */
.uc-contacts strong {
    color: #ff7300;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 1.5px;
}




@media screen and (max-width: 980px) {
.t718__address {
    font-size: 17px !important;
}
}


/* ЧБ карта */
.uc-maps {
filter: url("data:image/svg+xml;utf8,#grayscale");
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}




.t603__blockimg {
    border-radius: 22px;
}





.uc-promo span[style^="text-decoration: line-through;"] {
    opacity: 0.5; !important;
}



.t890__arrow {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}




