#main-content .container.main-content__container .news__to-all {
    margin: 56px 0 30px 0;
}
  
#main .main-content__top .main-content__top__link {
    display: none;
}
@media (max-width: 575.98px) {
    #main-content .container.main-content__container .news__to-all {
        margin: 19px 0 20px 0;
    }
}
  

/*TOP MENU STYLES*/
.menu-item-container .menu-item.highlight-gold span {
    color: var(--gold) !important;
    opacity: 0.8;
}

.menu-item-container .menu-item.highlight-teal span {
    color: var(--highlight-light) !important;
    opacity: 0.8;
}

.menu-item-container .menu-item-inner-container:hover .menu-item.highlight-gold span,
.menu-item-container .menu-item-inner-container:hover .menu-item.highlight-teal span,
.menu-item-container .menu-item.highlight-teal.active span,
.menu-item-container .menu-item.highlight-gold.active span {
    opacity: 1 !important;
}
/*BD BG*/
html, body, :root {
    --pc-default-background: url(https://wows-wowsp-global.gcdn.co/media/ceph-image/fa03dbc0-8967-11f0-abf2-b49691e6ead0.jpg) !important;
    --pc-main-background: url(https://wows-wowsp-global.gcdn.co/media/ceph-image/fa03dbc0-8967-11f0-abf2-b49691e6ead0.jpg) !important;
	background-position: 0 58%;
}
/*MENU HEIGHT*/
@media screen and (min-width: 997px) {
  .app-header .top-menu.scrolled-over {
    height: auto !important;
  }
}
@media screen and (max-width: 1440px) {
  .app-header .menu-items {
    row-gap: .5rem !important;
  }
}