/* MEDIA QUERIES START */
@media screen and (max-width: 990px) {

    .header-bottom {
        position: relative;
    }

    #navbarSupportedContent.show {
        display: flex;
    }

    #navbarSupportedContent {
        position: absolute;
        top: 95px;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.8);
        flex-direction: column;
        width: 100%;
        color: white;
        padding: 30px 20px;
        gap: 30px;
    }

    .header-bottom nav {
        flex-direction: column;
        align-items: center;

        margin-right: 0;
    }

    .languager {
        padding-left: 0;
        margin-left: 0;
        gap: 50px;

    }

    .languager::before {
        left: 47px;

    }
    .search-form{
        position: static;
        transform: scaleY(1);
        opacity: 1;
        background-color: transparent;
        height: auto;
    }
    .search-dropper{
        display: none !important;
    }
    .search-form input{
        color: white !important;
    }
    .search-form i{
        color: white !important;
    }
    .search-form button:first-child {
        display: none;
    }
    .search-form div{
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .swiper-slider1 {
        height: 300px;
    }

    .slider1--container {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .swiper-navigation {
        bottom: 10px;
    }

    .categories {
        display: none;
    }

    .production__list {
        justify-content: center;
    }

    .most__wanted {
        margin-block: 30px;
    }

    .footer-top--flexer {
        padding-inline: 15px;
        height: 300px;
        flex-direction: column;
        padding-block: 15px;
    }

    .footer-top--flexer p {
        text-align: center;
        font-size: 20px;
    }

    .footer-top--flexer input {
        width: 100%;
    }

    .footer-top {
        top: -156px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer--socials {
        gap: 20px;
    }

    .section__top h1 {
        font-size: 20px;
    }

    .breadcrumbs {
        font-size: 14px;
    }

    .about__inner--bordered {
        margin-top: 40px;
        margin-inline: 10px;
        padding-inline: 10px;
    }

    .terms__inner {
        margin-top: 40px;
        margin-inline: 10px;
        padding-inline: 10px;
    }

    .production__item--price {
        left: -30px;
    }
    .fasdakleba__list{
        flex-direction: column;
        justify-content: center;
        padding-bottom: 50px;
        gap: 40px;
    }
}