@media screen and (max-width: 1100px) {
  .header_row_right > * + * {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
  .header {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px #ccc;
            box-shadow: 1px 1px 2px #ccc;
    left: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1200;
  }
  .header + .content {
    padding-top: 60px;
  }

  .header_row {
    min-height: 60px;
  }
  .logo_block {
    max-width: 150px
  }


  .index_slider .slide_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    right: 50%;
    //-webkit-transform: translate(50%, 0);
    //    -ms-transform: translate(50%, 0);
    //     -o-transform: translate(50%, 0);
    //        transform: translate(50%, 0);
  }

  .banners__1 .banner_item_1 [class*=text_],
  .banners__1 .banner_item_2 .text_1,
  .banners__1 .banner_item_3 .text_1 {
    font-size: 56px;
  }
  .banners__1 .banner_item_2 .text_1 {
    top: 25%;
  }
  .banners__1 .banner_item_2 .text_2 {
    bottom: 4%;
    top: auto;
  }
  .banners__1 .banner_item_4 .text_1 {
    top: 25%;
  }
  .banners__1 .banner_item_4 .text_2 {
    font-size: 14px;
    margin: 0 0 10px 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }

  .product__bigimage {
    height: auto;
  }
  .product__smallimage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .product__smallimage li + li {
    margin: 0 0 0 10px;
  }

  .cart_wrap {
    margin-bottom: 50px;
  }

  .footer__2 {
    padding: 15px 0;
  }
  .copyright {
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  .header + .content {
    padding-top: 20px;
  }
  .lookbook_product {
    margin-top: 20px;
  }

  .index_slider .slide_img {
    height: auto;
    // height: 100%;
    left: 50%;
    max-width: 300%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    // width: auto;
    width: 100%;
  }

  .index_slider .slide_data {
    padding-left: 0;
    text-align: center;
  }

  .banners__1 .banner_item_4 .text_1 {
    font-size: 56px;
  }

  .instagram_wrap .title {
    margin-bottom: 20px;
  }

  .product_gallery_wrap {
    margin-bottom: 30px;
  }

  .lookbook_product__related__car {
    height: 100px;
  }
  .lookbook_product__img {
    margin-bottom: 40px;
  }

  .product__title {
    font-size: 19px;
  }
  .product__smallimage {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }

  .footer__menu {
    margin-top: 20px;
  }

  .social--footer {
    margin-bottom: 20px;
  }
  .social--footer .social__item.last {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  // body {
  //   overflow: hidden;
  // }
  .index_slider .slide_data .text_1 {
    font-size: 30px;
  }
  .index_slider .slide_data .text_2 {
    font-size: 15px;
  }

  .banners__1__img {
    height: 270px;
  }

  .banner_item:not(.banner_item_3) .banners__1__img img {
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }

  .price-range {
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .swiper-slide .product__block__img {
    height: auto;
    line-height: 1;
    padding-bottom: 20px;
  }

  .cart_item {
    height: auto;
  }
  .cart_image_wrap {
    margin-bottom: 15px;
  }

  .cart__itogo {
    width: 100%;
  }
  .cart__itogo .button--cart {
    display: table;
    margin: 30px auto 0;
  }

  .catalog__c {
    margin-top: 0;
  }
  .filter__item {
    border: 0;
    margin: 20px 0;
    padding: 0;
  }
/* 
  .product_slider,
  .main__catalog__car {
    overflow: visible;
    width: calc(100% - 120px);
  }
 */
  .blog__img {
    margin-bottom: 20px;
  }

  .footer__menu > li {
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer__menu > li > a {
    display: block;
    padding: 5px 0;
  }
}
