@media screen and (min-width:600px) {
    nav:before {
        display: none
    }

    .menu-list {
        display: block
    }

    .menu-list li {
        display: inline-block
    }

    .all-makes td,
    .all-makes ul {
        width: 33%
    }

    .options .options__block {
        overflow: hidden
    }

    .options .options__item {
        float: left
    }

    .make .make__vehicle-image img {
        float: left;
        margin-right: 10%
    }
}

@media screen and (max-width:600px) {
    #mobile-menu {
        display: block !important
    }

    #desctop-menu {
        display: none !important
    }

    .visible{
        display: none;
    }

    .position-header{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 30px;
    }

    .logo{
        margin-left: 60px !important;
        top: 27px;
        line-height: 1;
    }
}

@media screen and (min-width:960px) {
    .breadcrumb {
        display: block
    }
}

@media screen and (min-width:1024px) {
    .all-makes ul {
        display: block
    }

    .google_links {
        width: 336px
    }

    .all-makes td,
    .all-makes ul {
        width: 16.666%
    }

    .reviews_container_col_right.options .options__item {
        float: left;
        width: 50%
    }
}

@media screen and (min-width:1200px) {
    .l .l-col1 {
        width: 70%;
        float: left
    }

    .l .l-col2 {
        width: 28%;
        float: right
    }
}