@media screen and (min-width: 1280px) {
  .container {
    width: 1260px;
  }
  .no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    height: auto;
  }
  header {
    background: #513455;
    padding-bottom: 25px;
  }
  header .logo {
    text-align: center;
  }
  header .top-line .address {
    text-align: center;
    padding-bottom: 20px;
  }
  header .top-line .right-block {
    padding-bottom: 10px;
  }
  header .slider {
    display: none;
  }
  header .title-slider {
    padding-top: 20px;
  }
  header .title-slider h3 {
    font-size: 28px;
  }
  header .show-all .btn-clear {
    padding: 18px 25px;
  }
  .main-menu ul {
    display: inherit;
    float: none;
  }
  .main-menu ul li {
    text-align: center;
    margin-bottom: 14px;
    margin-left: 0;
  }
  .main-menu ul li.price a:before {
    float: none;
  }
  .partners-block {
    text-align: center;
  }
  .partners-block .logos ul {
    display: inherit;
  }
  .partners-block .logos ul li {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .advantage .title-block {
    font-size: 42px;
    text-align: center;
    margin-bottom: 25px;
  }
  .popular-products .title-block {
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
  }
  .catalog-block .categories .item {
    margin-bottom: 20px;
  }
  .catalog-block .categories .item img {
    margin: 0 auto;
  }
  .popular-products .products .item {
    margin-bottom: 20px;
  }
  .popular-products .products .item .image img {
    margin: 0 auto;
  }
  footer .logo {
    text-align: center;
  }
  footer .title-section {
    text-align: center;
  }
  footer .text {
    font-size: 16px;
    min-height: 65px;
  }
  footer .menu {
    margin-bottom: 40px;
  }
  footer .menu ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  footer .right-block {
    padding-left: 0;
  }
  footer .price {
    text-align: center;
  }
  footer .price a {
    display: inherit;
  }
  footer .btn-wrap {
    text-align: center;
  }
}
