@media (min-width: 1500px) {
  .container {
    max-width: 1350px;
  }
}

@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
  ul.tab-content-list {
    min-width: 75%;
  }
}

@media (min-width: 960px) {
  .onestepcheckout-section .uk-width-large-3-10.uk-panel {
    width: 25%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 45%;
  }
}
@media screen and (max-width: 1499px) {
}

@media screen and (max-width: 1199px) {
  .partners-item-wrapper {
    padding: 0;
  }
  .products-item img {
    max-height: 190px;
  }
  .section-padding {
    padding: 55px 0;
  }
  .header-menu > li > a,
  .header-menu > li > span {
    font-size: 12px;
  }
  .header-menu > li > a,
  .header-menu > li > span {
    padding: 0 12px;
  }
  .product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-image {
    margin: 0;
    margin-bottom: 30px;
  }
  .product-title {
    text-align: center;
  }
  .product-section .productfull .image_middle {
    text-align: center;
  }

  .product-item{
    flex: 0 0 33.333%;
  }
}
@media screen and (max-width: 991px) {
  .news-item-image {
    height: 200px;
  }
  .header-top .contacts {
    display: none;
  }
  .about_us-text {
    text-align: center;
  }
  .about_us-content-text .main-title::after {
    margin: 14px auto;
  }
  .about_us-title.main-title {
    width: 100%;
    text-align: center;
  }
  .about_us-content-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.tab-content-list {
    display: block;
  }
  .main-title {
    font-size: 30px;
  }
  .header-menu {
    display: none;
  }
  /* .header-bottom .container {
    justify-content: flex-end;
  } */
  .header-top .contacts > div {
    width: 50%;
  }
  .kinds-table-wrapper {
    margin-top: 30px;
  }
  .products-item img {
    max-height: 160px;
  }
  .section-padding {
    padding: 45px 0;
  }
  .page404 .header-bottom .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .shop-filters {
    width: 370px;
  }
  .banner-logo {
    width: 90px;
  }

  .category{
    flex: 0 0 50%;
  }

  .product-item{
    flex: 0 0 50%;
  }

}
@media screen and (max-width: 767px) {
  /* .shop-page .jshop_list_product .shop-list-product .product .buttons {
    flex-direction: column;
  } */
    
    .shop-page .sblock_custom{
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    
  .shop-page .jshop_list_product .shop-list-product .product .buttons .btn {
    width: 165px;
    padding: 6px 12px;
      margin: 0px auto;
  }
  .news-page-title h1 {
    font-size: 26px;
  }

  .burger-menu {
    display: block;
    z-index: 5;
  }
  .head-menu .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 70px 15px 5px 15px;
    background: rgba(66, 134, 201, 0.95);
    z-index: 3;
    width: 100vw;
    height: 100vh;
    text-align: right;
  }
  .header-top .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 15px 0;
  }
  .header-top .contacts > div {
    width: 100%;
    margin: 10px 0;
  }
  .header-top .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .logo {
    /* margin: 0 auto; */
  }
  .pate-kind-title {
    text-align: center;
  }
  .products-item img {
    max-height: 110px;
  }
  .contacts-info-item .item-title {
    min-height: auto;
  }
  .banner-box.box-back {
    font-size: 68px;
    padding: 27px 33px;
  }
  .banner-box.box-forward {
    font-size: 40px;
    padding: 24px 33px;
    top: 173px;
    left: 90px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .news-item-image {
    max-height: 250px;
    height: auto;
  }
  .error__title {
    font-size: 38px;
  }
  .shop-page .not_available + .jshop_price {
    margin-top: 4px;
  }
   .jshop_list_product .product .description {
     font-size: 14px;
   }
   /* .row-fluid .sblock3 {
     padding: 0 15px;
   } */
   
   .shop-page .jshop_list_product .row-fluid {
     flex-wrap: wrap;
   }
   
   .shop-page .jshop_list_product .shop-list-product .product .buttons {
     justify-content: space-between;
   }
   .banner-pages {
    padding: 45px 0;
   }
   .banner-pages-title {
     font-size: 2rem;
     text-align: center;
   }

   .category{
    flex: 0 0 100%;
  }

  .product-item{
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 575px) {
  .another-kinds-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .another-kinds-item {
    margin: 0 0 40px 0;
  }
  .kinds-table-wrapper {
    overflow-x: scroll;
  }
  .products-item img {
    max-height: 140px;
  }
  .main-title {
    font-size: 28px;
  }
  .location-section .nav-pills {
    margin-bottom: 35px;
  }
  .location-section .nav-link {
    font-weight: 600;
  }
  .banner-title {
    font-size: 40px;
  }
  .banner-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .banner-desc {
    width: 100%;
    margin-bottom: 25px;
  }
  .swiper-partners-slide {
    padding: 0 20px;
  }
  ul.tab-content-list {
    padding: 5px 25px;
  }
  ul.tab-content-list li {
    padding: 19px 0 19px 20px;
  }
  .latest-news-item-pic {
    min-height: 180px;
    max-height: 290px;
  }
  .pate-kind .products-item {
    margin-bottom: 20px;
  }
  .main_thumb_grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .main_thumb_grid > div {
    width: 47% !important;
    margin-bottom: 10px !important;
  }
  .location-section .pt-6 {
    padding-top: 0;
  }
  .advantages-item .number {
    left: -10px;
  }
  .footer-logo-block img {
    width: 100px;
  }
}
@media screen and (max-width: 425px) {
  .banner-box.box-back {
    font-size: 45px;
    padding: 27px 33px;
  }
  .banner-box.box-forward {
    font-size: 28px;
    padding: 24px 33px;
    top: 149px;
    left: 55px;
  }
  .swiper-partners-slide {
    padding: 0 35px;
  }
  .header .logo .logo-link {
    width: 70px;
  }
  .header-top .contacts .black-link {
    padding: 10px;
  }
  .cart-section #checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-section .pull-right.td_2 {
    margin: 15px 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .shop-filters {
    width: 100%;
  }
  .shop-page .jshop_list_product .shop-list-product .product .buttons {
    flex-direction: column;
  }
  .shop-page .jshop_list_product .shop-list-product .product .buttons .btn {
    margin: 3px 0;
    padding: 3px 10px;
  }
    
    .shop-page .sblock_custom{
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
