header {
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    max-width: 1920px;
    width: 100%;
    top: 0;
    z-index: 2;
    justify-content: space-between;
    background: var(--bg);
    border-bottom: 2px solid var(--bord);
}

.modrepmsc-h-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.modrepmsc-h-logo a {
    font-size: 46px;
    font-weight: 200;
    text-decoration: none;
    margin-bottom: 15px;
    line-height: 82px;
}

.modrepmsc-h-navigation-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.modrepmsc-h-navigation {
    display: flex;
    gap: 30px;
}

.modrepmsc-h-cont {
    position: absolute;
    right: 20px;
    top: -40px;
    display: flex;
    gap: 20px;
}

.modrepmsc-h-navigation a, .modrepmsc-h-cont a {
    text-decoration: none;
    letter-spacing: -.02rem;
    line-height: 35px;
    font-size: 14px;
}

.modrepmsc-h-navigation a {
    text-transform: uppercase;
}

@media (max-width: 1400px) {
   
}

@media (max-width: 1040px) {
    .modrepmsc-h-logo a {
        font-size: 36px;
        line-height: 60px;
    }
    
    .modrepmsc-h-navigation {
        display: none;
    }
    
    .modrepmsc-h-cont {
        position: relative;
        right: 0;
        top: 0;
    }
}

@media (max-width: 768px) {
    
}