@media (min-width: 1200px) {    header.header.header-v1 {
        padding: 20px 0 10px;
        border-radius: 0;
        position: fixed;
        margin: 0 auto;
        align-content: center;
        left: 0;
        right: 0;
        top: 0;
    }
}
section.top-section.p-r {
    margin-top: 80px;
}