#map {
    min-height: 400px;
}

button a {
    color: #203643;
}

button a:hover {
    color: #203643;
    text-decoration: none;
}

@media (max-width: 1261px) {
    .main-navigation-item {
        display: none;
    }
}

@media (max-width: 1200px) {
    header .header-navigation {
        height: 0;
    }
}

@media (max-width: 720px) {
    header .search .input-wrapper {
        width: 300px;
    }
}

@media (max-width: 575px) {
    header .search .input-wrapper {
        display: none;
    }
}
