body {
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}

@media (min-width: 768px) {
    .border_our-magic {
    border-right: 1px solid #C0C0C0;
    border-bottom: none;
    }
}

/* Мобильные */
@media (max-width: 767px) {
    .border_our-magic {
    border-right: none;
    border-bottom: 1px solid #C0C0C0;
    }
}

.border_top_qk {
    border-top: 1px solid #C0C0C0;
}

.border_top_var {
    padding: 8px 0px;
    border-top: 1px solid #C0C0C0;
}

.color_menu a:hover {
    color: #C99E43 !important;
}

.color_button_black .tn-atom:hover {
    background-color: #C99E43 !important;
}

.color_button_gold .tn-atom:hover {
    background-color: #04130B !important;
}

.t-menusub__list .t-menusub__list-item {
	margin: 30px 0px;
}