@media screen and ( max-width: 1399px ) {}
@media screen and ( max-width: 1199px ) {}
@media screen and ( max-width: 991px ) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding: 0;
  }
  .catalog-preheader.pc {
    display: none
  }
  .catalog-preheader.mobile {
    display: block
  }
  .footer .copy,
  .footer .dev,
  .footer .nav {
    text-align: center
  }
  .footer .nav li {
    margin: 0 10px !important
  }
  .product .similar-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product .images-items {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 25px;
  }
  .similar-items-header {
    display: block !important;
  }
}
@media screen and ( max-width: 767px ) {
  .container,
  .container-md,
  .container-sm {
    padding: 0
  }
  .cookie-agreement .pc {
    display: none
  }
  .cookie-agreement .mobile {
    display: initial !important
  }
  .hp-header {
    flex-direction: column;
  }
  .hp-contacts {
    background: rgba(0,0,0,.7);
    padding: 15px;
    border-radius: 8px;
    color: #242424;
    text-align: center;
    margin-top: 15px
  }
  .homepage, .maincategory {
    background-size: initial;
  }
  .maincategory .categories-items {
    width: initial;
    height: initial;
  }
  .category-header {
    position: relative;
    padding: 44px 15px;
    z-index: 1;
    overflow: hidden;
  }
  .category-header h2 {
    font-size: 26px;
    text-shadow: 4px 4px 4px rgba(0,0,0,.8);
  }
  .category-header .image {
    width: 200px;
    height: 113px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .8;
  }
  .category-header .image img {
    object-position: center right;
  }
  .footer .nav li {
    display: block;
    text-align: center;
    margin: 10px 0 !important;
  }
  .product .info .group-item {
    flex: 0 0 calc(100% - 30px);
  }
  .maincategory .hp-header {
    display: block !important;
    text-align: center;
  }
  .maincategory .categories-item.cat-1 {
    background: url(/images/layout/mobile-cat-1.png) no-repeat;
  }
  .maincategory .categories-item.cat-2 {
    background: url(/images/layout/mobile-cat-2.png) no-repeat;
  }
  .maincategory .categories-item.cat-3 {
    background: url(/images/layout/mobile-cat-3.png) no-repeat;
  }
  .maincategory .categories-item.cat-6 {
    background: url(/images/layout/mobile-cat-6.png) no-repeat;
  }  
}
@media screen and ( max-width: 575px ) {
  .category .categories-item .image {
    flex: 0 0 100px;
  }
  .category .categories-item .title {
    font-size: 18px;
  }
  .hp-links {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  .product .header {
    font-size: 25px;
  }
}
@media screen and ( max-width: 400px ) {
  .products-items .products-item .image {
    width: 125px;
    height: 100px;
  }
}