@media screen and (max-width: 1024px) {
    .wrapper-landing {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .wrapper-landing {
        width: 100%;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        box-sizing: border-box;
    }

    .slogan {
        font-size: 24px;
        text-align: center;
    }

    .footer-info {
        width: 300px;
        margin: 0 auto 20px;
    }
    
    .footer-social-links {
        text-align: center;
        justify-content: center;
    }

    .social-ico {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 26px;
        line-height: 41px;
    }

    .slider-header .footer-social-write {
        justify-content: center !important;
        padding-top: 30px;
    }

    .modal-dialog {
        margin: 0 auto;
    }

    .footer-flex {
        flex-direction: column;
    }

    .logo-footer-wrapper {
        margin-right: 0;
    }

    .footer-flex > div,
    .footer-flex > a {
        margin-bottom: 10px !important;
    }

    .catalog-product.item .image {
        margin-bottom: 20px;
    }

    .catalog-product.item .image img {
        width: 100%;
    }

    .similar-cars-items {
        flex-direction: column;
    }

    .similar-cars-items .car-block {
        margin-bottom: 30px;
    }

    .similar-cars-items .image {
        margin-bottom: 15px;
    }

    .similar-cars-items .image img {
        width: 100%;
    }

    #target-main {
        width: 100%;
    }

    li.nav-item {
        text-align: center;
    }

    #footer-overlay {
        position: relative;
    }

    #footer-overlay .nav-item a {
        font-size: 14px;
        padding: 3px 0;
    }

    .footer-map {
        height: 400px;
    }

    .footer-socials {
        justify-content: center;
    }

    #slidemenu {
        width: 300px;
        padding: 0;
        min-height: 635px;
        display: flex;
        flex-direction: column;

    }

    #filters-col{
        box-sizing: border-box;
    }

    .mob_menu {
        display: block;
    }

    .submit-filters-wrapper {
        text-align: center;
    }
}


