/* ===== Общий контейнер ===== */
.t-menu__container {
padding-left: 24px;
padding-right: 24px;
height: 108px;
}
/* ===== Логотип ===== */
.t-menu__logo {
max-height: 46px;
}
/* ===== Пункты меню ===== */
.t-menu__list-item {
margin-right: 30px;
}
.t-menu__link-item {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 14px;
font-weight: 500;
color: #333333;
letter-spacing: 0.02em;
transition: color 0.2s ease;
}
.t-menu__link-item:hover {
color: #FF6A2B;
}
/* ===== Телефон ===== */
.t-menu__phone {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 16px;
font-weight: 600;
color: #111111;
}
/* ===== Кнопка "Меню" ===== */
.t-menu__button {
width: 107px;
height: 41px;
background: transparent !important;
border: 1px solid #D8D8D8;
border-radius: 6px;
box-shadow: none;
margin-right: 80px;
}
.t-menu__button-text {
font-size: 14px;
font-weight: 500;
color: #333333;
}
/* ===== Убираем дефолтные эффекты ===== */
.t-menu__button:hover {
background: rgba(0,0,0,0.03) !important;
}