@media (max-width: 991px) {
    #googleMap {
        height: 500px;
    }
    .invisible{
        opacity: 0;
        display: none;
    }
    .title {
        text-align: center;
        margin: 0 auto;
        max-width: 400px;
    }

    .description {
        max-width: 400px;
        text-align: center;
        margin: 0 auto 30px auto;
    }
    .store_btn_title_mobile {
        display: block;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .store_btn_title {
        display: none;
    }
    .store_name {
        max-width: 400px;
        margin: 0 auto;
    }
    .store_name_btn a {
        width: 130px;
        height: 53px;
        padding-top: 16px;
        font-size: 16px;
    }
    .store_name_btn_moto {
        padding-top: 10px !important;
    }
    .store_name_title, .store_name_title h2 {
        font-size: 30px;
        line-height: 33px;
    }
    .row-links {
        max-width: 400px;
        margin: 0 auto;
    }
    .row-icon{
        margin: 10px 35px 10px 0;
    }
    footer li.break_mobile{
        display: inherit;
       
    }
    footer li{
        margin:30px 0;
    }

    .copy-right{
        padding:0 0 30px 0; 
    }

    footer .list{
        margin: 30px 0 0 0;
    }
    footer.footer{
        text-align: center !important;
    }
    
    .link_site{
        display: inline-block;
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    .logo_group {
        margin-right: 15px;
    }
    .logo_group img {
        height: 52px;
    }
    .logo_bmw {
        margin-right: 15px;
    }
    .logo_bmw img {
        height: 50px;
    }
    .logo_mini {
        margin-right: 10px;
    }
    .logo_mini img {
        height: 50px;
    }
    .logo_motorrad img {
        height: 55px;
    }
    .icon_socialmedia_block{
        max-width: 400px;
        margin: 0 auto;
    }
}


@media (min-width: 576px) and (max-width: 991px)  {
    footer .container {
        max-width: 700px;
    }
}