@media (max-width: 768px) {
    html.open, body.open {
        margin: 0;
        height: 100%;
        overflow: hidden;
    }

    header {
        height: 62px;
    }

    .header-container {
        height: 62px;
    }

    .header-container .address {
        font-size: 12px;
        top: 15px;
    }

    .header-container .address .how-to-get-there {
        display: none;
    }

    .header-container .brand {
        width: 43px;
        margin: 3px 15px;
    }

    section.recreation-title {
        height: 55px;
        background: #49647a;
        line-height: 55px;
    }

    section.recreation-title:before {
        display: none;
    }

    section.recreation-title h2 {
        font-size: 19px;
        border-width: 2px;
    }

    footer {
        height: auto;
        text-align: center;
    }

    footer .footer-social-buttons {
        display: none;
    }

    footer .header-container {

    }

    footer .phone {

    }

    footer .footer-container {
        height: auto;
        float: none;
    }

    footer .footer-container .center, footer .footer-container .right {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}