

@media (max-width: 1848px) {
    
    .container--right {
        padding-left: 15px;

    }
    .container--left {
        padding-right: 15px;
    }
    .advantages__slider .slick-slide {
      
        text-align: center;
    }
}

@media (max-width: 1835px) {
    .advantages__btn {
        color: #44C697 ;
     }
     .btn__prev, .btn__next{
        border: 1px solid #44C697;
     }
     .btn__prev:hover, .btn__next:hover, .btn__prev:focus, .btn__next:focus {
        background:#1E2E36 ;
       color: #44C697;
       border: 1px solid #44C697;
     }
}

@media (max-width: 1300px) {
    .header_logo {
        width: 10em;
        min-width: 150px;
    }
    .header .container {
        column-gap: 1.66666em;

    }
    .header .container {
        flex-wrap: nowrap
    }
   
    .btn__prev {
        left: 0;
    }
    .btn__next{
       
        right: 0;
        
     
     }
        
}


@media (max-width: 1120px) {
   .header__menu-assortment {
       flex-wrap: wrap;
       min-width: 255px;
   }
   .header .container {
       flex-wrap: nowrap;
       justify-content: space-around;
       position: relative;
   }
   .header__btn {
       font-size: 12px;
   }
   .header__menu-assortment {
        display: none;
    }
    .assortment {
        display: block;
    }
    .header__burger {
        display: block;
        
    }
    .header__nav-menu {
        position: absolute;
        right: -100%;
    }
    .header .container {
        justify-content: space-between;
        flex-wrap: wrap;
    }
   .header {
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
   .header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 0;
    }
    .header__nav-top {
        position: relative;
    }

    .header__nav-menu.burger__active {
       transition: all 0.3s ease 0s;
       text-align: right;
       grid-row-gap: 2em;
       /*justify-content: center;*/
       display: flex;
       flex-direction: column;
       position: fixed;
       top: 0%;
       right: 0;
       width: 100%;
      
       height: 100%;
       background-color: #44C697;
       padding:  15px 15px ;
       margin-top: 3.1em;
       z-index: 1000;
       overflow: auto;
       color: #fff;
       font-size: 20px;
       padding-bottom: 3.1em;

    }
    .burger__active .nav-menu__item--active a {

        border-bottom: none;

    }
    .burger__active .nav-menu__item a:focus {
        padding-bottom: 0.1111em;
        border-bottom: 0.1666em solid transparent;
        opacity: 1;

    }
  
    .burger__active .nav-menu__item:focus {
        color: #fff;

    }
    .burger__active .nav-menu__item:hover {
        text-decoration: underline;
        color: #fff;

    }
    .header__nav-top {
        position: relative;
    }
    .footer__content {
        padding-right: 1.11111em;
    }
    .footer__img {
        max-width: 40.375vw;
        width: 100%;
        object-fit: cover;
    }
    .main {
        padding-top: 107px;
    }
}
@media (max-width: 990px) {
    .header__menu-assortment {
        flex-direction: column;
        font-size: 20px;
        width: 11.1111em;
        
    }
    .menu__open .header__menu-assortment {
        position: relative;
        left: 0;
        padding: 15px;
        z-index: 100;
        row-gap: 1em;
        order: 1;

    }
    .menu__open .container{
        flex-wrap: wrap;
    } 
    .open .menu-assortment--hover {
        display: flex;
        flex-direction: column;
        position: static;
        padding-top: 0;

    }
    .container--right {
        padding-right: 15px;
    }
    .container--left {
        padding-left: 15px;
    }
    .footer .container--right {
        flex-wrap: wrap;

    }
    .footer__content {
       width: 100%; 
      order: 1;

    }
    .footer__content__row {
        width: 100%;
        justify-content: space-between;
    }
    .footer__img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        
    }
    .ask-us__content {
        padding: 0;
        background-position-x: left;
        background-size: cover;
    }
    .about-us__content {
        padding: 0;
        background-position-x: right;
        background-size: cover;
    }
    .about-us__article {
        max-width: 30em;
    }
}

@media (max-width: 767px) {
    .basket__btn span {
        display: none;

    }
    .basket__btn {
        width: 30px;
        height: 30px;
    }
    .assortment {
        background: url('../img/header/assortment.svg') no-repeat;
        padding-left: 1.95em;
    }
    .assortment span{
        display: none;
    }
    .about-us__article {
        max-width: 100%;
    }
    .about-us__content {
        background: none;
    }
    .ask-us__content {
        background: none;
        justify-content: center;
    }
   
}
@media (max-width: 550px) {
    .btn {
        padding: 0.77777em;
    }
     .contacts__soc-networks span {
        display: none;
     }
     .header_logo {
        min-width: 1em;
    }
     .header_logo {
        max-width: 75px;
        
     }
     .header_logo img{
       width: 100% ;
       height: 35px ;
    }
    .footer__content__row {
        margin-bottom: 2em;
        flex-wrap: wrap;
        grid-row-gap: 1.5em;
    }
    .footer .contact__telephones {
        margin-bottom: 0;
    }
    .footer__nav-menu {
        justify-content: space-between;
        
    }
    .footer__contacts {
        flex-direction: row;
        gap: 2em;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .slickslider__img.slick-slider {
        /* display: none; */
    }
    .slider__wrapper--absolute {
     background: #ffffff70;
    }
    .slickslider__deskription {
        max-width: 100%;
        display: block;
    }
    .slickslider__text__item {
        padding: 1.5555em 1em 5.3em 1em;
    }
    .product-categories__categories  {
       column-gap: 1em;
    }
    
}
@media (max-width: 479px) {
    .header .container {
        column-gap: 0.5em;
    }
     .header__buttons {
        column-gap: 0;
    }
    .header_logo {
        max-width: 50px;
        
    }
    .header__nav-menu.burger__active {
        margin-top: 2.7em;
    }
    .footer__img {
        display: none;
    }
    .footer__menu-assortment {
        margin-right: 0;
    }
    .footer__nav-menu {
        margin-right: 0;
    }
    .footer__content__row--bottom {
       flex-direction: column-reverse;
       gap: 1em;
    }
    .footer__content__row {
        margin-bottom: 1em;
    }
}