/* ====== СТИЛИ ТОЛЬКО ДЛЯ ШАПКИ T228 ====== */
.t228 .t-btn,
.t228 .t-btn_sm,
.t228 .t-btn_md,
.t228 .t-btn_xs,
.t228 .t-btn_xl {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

/* Кнопка в правом контейнере меню */
.t228 .t228__right_buttons a,
.t228 .t228__right_buttons .t-btn,
.t228 .t228__right_wrapper a {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
}

/* Липкое меню */
.t228 .t228__maincontainer.t228__floating .t228__right_buttons a,
.t228 .t228__maincontainer.t228__floating .t-btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
}

/* Кнопка-телефон */
.t228 .t228__right_buttons a[href^="tel"],
.t228 .t228__right_container a[href^="tel"] {
    border: 2px solid #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    color: #ffffff !important;
}

/* Пункты меню и логотип */
.t228 a.t-menu__link-item {
    color: #ffffff !important;
}
.t228 .t228__logo {
    color: #ffffff !important;
}
