@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .footer-decor-wrap{
        flex-direction: column;
    }

    .footer-wrap{
        justify-content: space-between;
    }

    .sidebar-nav{
        position: fixed;
        top: 120px;
        left: -320px;
        transition: all 0.15s linear;
        z-index: 30;
        height: calc(100vh - 120px);
    }

    .sidebar-btn{
        position: absolute;
        right: -40px;
        top: 0;
        background-color: #fff;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 20px 20px 0;
        box-shadow: 0px 3px 8px 0px rgb(91 104 113 / 16%);
    }

    .sidebar__nav-list{
        overflow-y: auto;
    }

    .sidebar__link.active::after{
        display: none;
    }

    .sidebar-nav.active{
        left: 0px;
        transition: all 0.15s linear;
    }

    .sidebar-nav.active .sidebar__link.active::after{
        /* display: block */
        display: none;
    }
    .sidebar__nav-list{
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .card-car{
        flex-direction: column;
    }

    .img-242,
    .img-242x247{
        width: auto;
        display: flex;
        align-self: center;
    }

    .card-car__body-right-top{
        position: static;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 16px;
    }

    .card-car__body{
        position: relative;
        padding: 24px;
        /* padding-bottom: 40px; */
    }

    .card-car__body-top-group{
        margin-left: auto;
    }

    .card-car__body-right-bottom{
        position: static;
        display: flex;
        justify-content: flex-end;
        margin-bottom: -24px;
        margin-right: -24px;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .social-list{
        justify-content: space-between;
    }

    .sidebar-nav{
        left: -280px;
    }
    .sidebar-nav{
        width: 280px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .dealer-matches-item-user-block{
        max-width: 226px;
    }
}

@media (min-width: 1200px) {

}
