@media (min-width: 1510px) {
  .container {
    max-width: 1500px;
  }
}

@media(max-width:1510px) and (min-width:992px) {
  .products_item-img {
    height: 222px;
  }
}

@media (min-width: 1024px) {

  .product .container,
  header .container {
    max-width: 910px;
  }

  nav.navbar .container {
    max-width: 990px;
  }
}

@media (max-width: 1024px) {
  .advice_item {
    margin-bottom: 15px;
  }

  .products {
    overflow: hidden;
  }

  .products.category_page {
    padding-top: 0;
  }

  .products_item {
    padding: 15px;
  }

  .products_list {
    margin-left: -15px;
    margin-right: -15px;
  }

  header {
    padding-bottom: 0;
  }

  header .container .phone {
    padding-top: 3px;
    font-size: 15px;
  }

  header a.logo {
    width: 130px;
  }

  header a.logo img {
    width: 100%;
  }

  nav.navbar ul li a {
    font-size: 12px;
  }

  footer .foot_bottom .social a img {
    width: 20px;
  }

  footer .foot_top b {
    font-size: 13px;
  }

  footer .foot_top ul li a {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .tool {
    margin-top: 15px;
  }

  .tool .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .tool .container form button,
  .tool .container form select {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .product_img-photo-item {
    height: 433px;
  }
}

@media (max-width: 600px) {
  .cart_item-body {
    flex-wrap: wrap;
  }

  .contacts .call {
    flex-wrap: wrap;
    text-align: center;
  }

  .call img {
    margin: 0 1rem;
    width: 60px;
    height: 60px;
  }

  .call .numbers {
    margin: 1rem 0;
  }

  .cart_item-name {
    margin-left: auto;
    margin-right: unset;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cart_item-sum,
  .cart_item-count {
    margin-top: 15px;
  }

  .cart_item-img {
    flex-basis: 70px;
    flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    height: 70px;
  }

  .product_info {
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .product_img {
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .product .container {
    flex-wrap: wrap;
  }

  .tool {
    margin-top: 30px;
  }

  .tool .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tool .container form {
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tool .container form button,
  .tool .container form select {
    margin-bottom: 15px;
    flex-basis: 45%;
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
  }

  .tool .container form button {
    flex-basis: 47px;
    flex: 0 0 47px;
    width: 47px;
    max-width: 47px;
  }

  .tool_sort {
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .tool_sort form {
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .tool_sort form select {
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .advice_item {
    margin-bottom: 15px;
  }

  .products {
    overflow: hidden;
  }

  .products_item {
    padding: 15px;
  }

  .products_list {
    margin-left: -15px;
    margin-right: -15px;
  }

  header {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  header.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding-bottom: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  header.affix.active {
    box-shadow: unset;
  }

  header.affix.active .s_menu i:before {
    content: '\f00d';
  }

  header .container-fluid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
  }

  header .container-fluid .s_menu {
    padding: 10px 0px;
    order: 1;
    margin-right: auto;
    line-height: 15px;
  }

  header .container-fluid .btns {
    order: 2;
    margin-left: unset !important;
    margin-right: unset !important;
    position: relative;
    right: 0;
  }

  header .container-fluid .btns a {
    margin-left: 8px;
  }

  header .container-fluid .btns a img {
    height: 18px;
  }

  header .container-fluid .uztex {
    display: none;
  }

  header .container-fluid a.logo {
    width: 113px;
    margin: auto;
    order: 2;
  }

  header .container-fluid a.logo img {
    width: 100%;
  }

  nav.navbar {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 0%;
    overflow: hidden;
    z-index: 9;
    background-color: #fff;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  nav.navbar.active {
    height: 100%;
    top: 0;
  }

  nav.navbar ul {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  nav.navbar ul li {
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  nav.navbar ul li a {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .btitle {
    font-size: 40px;
    margin-bottom: 0;
  }

  .btitle_sub {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  button.s_menu {
    display: block;
    z-index: 99;
  }

  footer .container {
    flex-wrap: wrap;
  }

  footer .foot_item {
    margin-bottom: 30px;
  }

  footer .foot_mobile {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }

  footer .foot_mobile img.logo {
    width: 160px;
    display: block;
    margin: 0px auto 10px auto;
  }

  footer .foot_mobile a {
    color: #fff;
    display: block;
    font-size: 16px;
  }

  footer .foot_mobile .cons {
    margin-bottom: 10px;
  }

  footer .foot_mobile .cons a {
    display: inline-block;
    margin: 0px 5px;
    font-size: 20px;
  }

  footer .foot_bottom {
    flex-wrap: wrap;
  }

  footer .foot_bottom .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .foot_bottom .copyright {
    order: 3;
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  footer .foot_bottom img.sublogo {
    order: 4;
    height: 30px;
    width: auto;
    display: block;
    margin: 0px auto 10px auto;
  }

  footer .foot_bottom .payment {
    order: 2;
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  footer .foot_bottom .payment img {
    height: 20px;
  }

  footer .foot_bottom .social {
    order: 1;
    margin-bottom: 10px;
    flex-basis: 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  footer .foot_bottom .social_title {
    display: block;
  }

  footer .foot_bottom .social a img {
    width: 28px;
  }

  footer .foot_top b {
    font-size: 14px;
    margin-bottom: 10px;
  }

  footer .foot_top ul li a {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .slider_item {
    height: 230px;
  }

  .slider_caption {
    padding-top: 30px;
    font-size: 32px;
    line-height: 22px;
  }

  .slider_caption .num {
    font-size: 60px;
    margin-left: 50px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  header .container-fluid .btns .cartm {
    width: 100%;
    right: 0;
    top: 52px;
    position: fixed;
  }

  footer .foot_bottom .copyright span img {
    display: none;
  }

  header .container-fluid .btns .cartm_foot {
    flex-wrap: wrap;
    justify-content: center;
  }

  header .container-fluid .btns .cartm_foot a {
    width: 200px;
    text-align: center;
    margin: 5px 0px;
  }

  form.form,
  form.search,
  form.reg {
    width: 100%;
  }
}