

.main-header {
    display: flex;
    flex-direction: column;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    min-height: 125px;
    background-color: #022249 !important;
}

.main-menu__nav-link:hover, .main-menu__nav-link:focus, .main-menu__nav-link:active {
    color: rgba(0, 0, 0, 0.95);
    background-color: #d3ad69 !important;
}
.main-footer
 {
    padding: 7.5vh 0;
    background: #022249 !important;
}
.main-footer__block .col-2.col-sm-1 {
    display: none !important;
}