/* КНОПКА MOSCOW / NOV 17–19, 2026 */
.btn-fill-graphite .tn-atom {
position: relative;
display: flex !important;
align-items: center;
justify-content: flex-start;
height: 58px !important;
padding: 0 62px 0 38px !important;
box-sizing: border-box;
background: #080808 !important;
border: none !important;
border-radius: 0 !important;
color: #f4f1eb !important;
font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
font-size: 25px !important;
font-weight: 500 !important;
line-height: 1 !important;
letter-spacing: 4px !important;
text-transform: uppercase;
overflow: hidden;
transition: 0.25s ease;
}
/* БЕЛАЯ ПОЛОСКА СЛЕВА */
.btn-fill-graphite .tn-atom::before {
content: "";
position: absolute;
left: 16px;
top: 50%;
width: 5px;
height: 24px;
background: #f4f1eb;
transform: translateY(-50%) skewX(-8deg);
}
/* КРАСНАЯ ПОЛОСКА СПРАВА */
.btn-fill-graphite .tn-atom::after {
content: "";
position: absolute;
right: 18px;
top: 50%;
width: 11px;
height: 26px;
background: #e30613;
transform: translateY(-50%) skewX(-18deg);
}
/* НАВЕДЕНИЕ */
.btn-fill-graphite .tn-atom:hover {
background: #151515 !important;
transform: translateY(-2px);
}