@media (min-width: 751px) {
    h1.nav-block__logo a {
        width: 100%;
        height: 100%;
        background: url("../img/menu-logo.png") no-repeat 0 0 !important;
        background-size: 100% 100%;
        display: block; }
}

@media (max-width: 750px) {
    .mobile-header {
        background: white;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    header {
        background: #1FA22E !important;
    }
    header>.container {
        background: #1FA22E;
    }
}

@media (min-width: 1000px) {
    .nav-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}