    .front999 {z-index: 999; !important}
    .back999 {z-index: -999; !important}
/*Установка шрифта в поле ввода для форм*/
    .t-input {font-family: 'Roboto', sans-serif;}

/*Настройки меню второго уровня*/
    /*Спокойное состояние пунктов меню*/
    .t794__content {
        padding: 0px;
        margin: 0px;
    }
    .t794__typo {
        padding: 10px 20px;
        box-sizing: border-box;
        /*Эффект*/
        transition:all 0.3s cubic-bezier(0, 0, 0.8, 1.0);
    }
    .t794__list_item {
        margin-bottom: 0px;
        transition:all 0.3s cubic-bezier(0, 0, 0.8, 1.0);
    }
    /*Прописываем цвет текста и фона при наведении на пункты меню*/
    .t794__typo:hover{
        /*Цвет фона*/
        background-color:#d4dade;
    }
    .t794__list_item:hover {
        background-color:#d4dade;
    }


/*Растягивание описания в заголовочных блоках*/
    .t795__descr {max-width: 1160px;}

/*Стили таблиц для страницы Услуги и цены*/
    .t431__evenrow {background: #d4dade !important;}
    .t431__tdscale_1 .t431__th, .t431__tdscale_1 .t431__td {padding: 15px;}