.header .logo {
    width: 220px !important;
}

.header {
    height: auto;
}

@media only screen and (min-width: 1451px) {
    .nav--toggle {
        display: none !important;
    }
}

@media only screen and (max-width: 1450px) {

    .header {
        z-index: 9999;

    }
    .header .container--lg {
        padding: 0 0;
    }
    .nav--toggle {
        position: absolute;
        right: 20px;
        top: -60px;
    }
    .nav--main {
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: block;
    }
    .nav--main ul {
        width: 100%;
        clear: both;
        display: block;

    }
    .nav--main .top-level-menu {
        display: none;
    }
    .nav--main li {
        width: 100%;
        clear: both;
        display: block;
        margin: 0 0 !important;
        padding: 0 0;
        height: auto !important;
    }

    .nav--main li a {
        width: 100%;
        clear: both;
        display: block;
        padding: 16px 20px;
        border-bottom: 1px solid #ddd;
    }

    .second-level-menu {
        position: static;
        padding: 0 0;
        display: block !important;
        border: none !important;
        visibility: visible;
    }

    .second-level-menu li a {
        font-size: 14px;
        padding: 13px 20px;
        position: relative;
        padding-left: 40px;
    }

    .nav--main ul li a::before {
        display: none !important;
        visibility: hidden;
    }

    .second-level-menu li a:after {
        position: absolute;
        left: 20px;
        top: 50%;
        background: #000;
        width: 7px;
        height: 2px;
        margin-top: -1px;
        content: "";
        display: block;
    }


    .third-level-menu {
        display: none !important;
        visibility: hidden !important;
    }
}

@media only screen and (max-width: 992px) {
    .footer div {
        width: 100%;
        float: none;
        margin-top: auto;
        display: block;
        clear: both;
        margin-bottom: 30px;
    }

    .filter__map__fixed {
        position: static;
        width: 100vw;
        height: 50vh;
        top: 0;
        left: 0;
        margin-top: 1rem;
    }
    .filter__placeholder {
        display: none;
    }
    .section--filter {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 600px) {
    .header .logo {
        height: auto;
    }
    .nav--toggle {
        /*top: -44px;*/
    }

    .locator-hp-form {
        display: block;
    }
    .hp__filter__settings__type {
        width: 100%;
        margin-right: 0;
        clear: both;
        float: none;
        margin-bottom: 13px;
    }

    .section-locator .search {
        height: auto;
        padding-bottom: 20px;
    }
    .partner {
        width: 50%;
        padding: 25px 20px 0 20px;
        margin: 0 auto 0 auto;
    }

    .bubble blockquote p {
        display: block;
        clear: both;
        float: none;
        padding-top: 20px;
        font-size: 16px;
    }
}