:root {
    --color-red:#CD2027;
}
.light-theme #top, .light-theme #top .container {
    background-color: black;
}
.light-theme #top .btn-link {
    color: #fff;
}
.light-theme #top .btn-link:active, .btn-link:focus, .btn-link:hover {
    color: red;
}
.light-theme header, .footer-ribbon, .fixed-goods-bar, #fm-fixed-mobile {
    background: #333;
}
/**.light-theme #additional-menu, .box-dopmenu {
    background-color: #333;
    color: white;
}**/
.light-theme .box-dopmenu {
        display: block;
        background: #333;
    }
.light-theme     #additional-menu .nav-dopmenu  a:hover, #additional-menu .nsmenu-thumb {
        color: white;
}
.light-theme    #additional-menu .nav-dopmenu > li > a{
        z-index: 999;
        color: #B1B1B1;
}
.light-theme    #additional-menu .nsmenu-thumb {
    filter: invert(75%);
}
.light-theme {
    --up-text-link: var(--color-red);
}
/*footer .btn-subscribe {
    border: 1.5px solid #fff;
    color: #CD2027;
    fill: #CD2027;
}*/