@media screen and (max-width: 1860px) {
    .nav {
        display: none;
    }
}
@media screen and (min-width: 1860px) {
    .nav {
        position: fixed;
        top: 150px;
        left: 1680px;
        z-index: 990;
    }
}
