/* Код для страницы Меню Luchbar */
.uc-menu-container {
    height: 80vh;
}
.uc-menu-container hr {
    border-top: 1px solid #5c5c5c;
}
/* Убираем первый hr в списке */
.uc-menu-container hr:nth-child(1) {
    border-top: 1px solid #000000;
}
/*
.uc-menu-container .t125 .t-container .t-col .t-title:nth-child(10) > a {
    color: #c90202 !important;
}
.uc-menu-container .t125 .t-container .t-col .t-title:nth-child(12) > a {
    color: #c90202 !important;
}
*/

.uc-menu-container a[href="/russkoe-menu-bar"] {
    color: #c90202 !important;
}
.uc-menu-container a[href="/russkoe-menu-kuhnya"] {
    color: #c90202 !important;
}

/* Код для соц сетей в мобильном меню. Добавление подписей к значкам. */

/* Двигаю выше основной список */

@media (max-width: 1200px) {

#allrecords ul.t280__list {
    margin: 0 0 50px 0;
    padding: 0;
    list-style-type: none;
}

/* Стили соц сетей */
.t-sociallinks__wrapper {
    display: grid;
}

.t280 .t-sociallinks__item {
    display: flex;
    align-items: center;
    justify-self: center;
    margin-bottom: 6px;
}

.t-sociallinks__item_vk::before {
    content:"Наша группа ВКонтакте: ";
    color: white;
    font-family: 'Helvetica';
    margin-right: 10px;
}

.t-sociallinks__item_whatsapp::before {
    content:"Напишите нам в WhatsApp: ";
    color: white;
    font-family: 'Helvetica';
    margin-right: 10px; 
}

.t-sociallinks__item_telegram::before {
    content:"Чат бара в Telegram: ";
    color: white;
    font-family: 'Helvetica';
    margin-right: 10px; 
}
}