@media only screen and (max-width: 1245px) {
  .benefits__row {
    width: 584px;
    margin: auto;
  }
  .benefits__info._flr {
    float: left;
  }
  .benefits__info._rflr {
    float: right;
  }
}
@media only screen and (max-width: 1220px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .container:before {
    display: none;
  }
  .header__search-address {
    width: 465px;
    margin-right: 20px;
  }
  .header__request-link {
    padding: 0 10px;
  }
  .header__buttons {
    width: auto;
  }
  .header__feedback {
    margin-left: 0;
  }
  .video-block__text {
    float: none;
    width: 100%;
  }
  .video-block__embed {
    float: none;
    margin: 30px auto 0;
    max-width: 100%;
    width: 500px;
    padding-left: 0;
  }
  .subscribe__title {
    padding-top: 0;
    line-height: 20px;
  }
  .subscribe__phone {
    font-size: 16px;
    position: static;
  }
}
@media only screen and (max-width: 1120px) {
  .header__buttons {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    padding-top: 10px;
  }
  .header__feedback {
    display: inline-block;
    margin-left: 30px;
  }
  .header__phone-worktime {
    float: right;
    margin-right: 0;
    width: auto;
  }
  .our-company {
    display: block;
    background: #fff;
  }
  .our-company__left {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 15px;
  }
  .our-company__middle,
  .our-company__right {
    display: inline-block;
    background: #fff;
    padding: 15px;
    width: auto;
  }
  .our-company__right-img {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .top-menu {
    width: 100%;
    display: table;
  }
  .top-menu__li {
    display: table-cell;
    text-align: center;
  }
  .top-menu__icon {
    display: none;
  }
  .supertop__social {
    margin-left: 0;
  }
  .header {
    padding-left: 265px;
  }
  .header__search-address {
    width: 100%;
    margin-right: 0;
  }
  .header__phone-worktime {
    float: left;
    margin-top: 6px;
  }
  .header__phone,
  .header__worktime {
    margin-top: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .header__buttons {
    float: right;
    width: auto;
    clear: none;
  }
  .header__feedback {
    margin-left: 10px;
  }
  .header__logo {
    top: 0;
    left: -90px;
    width: 355px;
  }
  .m-articles__item {
    display: block;
    width: 100% !important;
  }
  .articles {
    padding-left: 8%;
  }
  .articles__cols {
    min-height: 0;
  }
  .articles__link {
    margin-top: 20px;
  }
  .subscribe__title,
  .subscribe__form,
  .subscribe__contacts {
    float: none;
    width: 100% !important;
    text-align: center;
    margin-bottom: 15px;
  }
  .subscribe__contacts {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 860px) {
  .footer__logo-block,
  .footer__menu-block {
    width: 100%;
  }
  .footer__social-row._ml {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 30px;
  }
  .supertop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 10px #ccc;
  }
  .menu-button {
    display: block;
  }
  .supertop-controls__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .supertop__social {
    margin-left: 50px;
  }
  .header {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
  .header__logo {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: -11px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
  }
  .header__logo-link {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    margin-left: -97px;
  }
  .header__cont {
    padding-bottom: 20px;
  }
  .top-menu-cont {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    padding: 0;
    position: fixed;
    left: 0;
    top: 34px;
    bottom: 0;
    width: 300px;
    z-index: 1000;
    max-width: 100%;
    background-color: #eff2f6;
    box-shadow: 0 0 10px #ccc;
  }
  body.show-menu .top-menu-cont {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body.show-menu .menu-overlay {
    display: block;
  }
  .top-menu {
    display: block;
    width: 100%;
    border-top: none;
  }
  .top-menu__li {
    display: block;
    text-align: left;
  }
  .our-company__middle,
  .our-company__right {
    display: block;
    text-align: center;
  }
  .cols__item {
    width: 100% !important;
    float: none;
  }
  .content-menu,
  .content-menu__li {
    display: block;
    width: 100%;
  }
  .content-menu__link:after,
  .content-menu__link:before {
    display: none;
  }
  .footer__address {
    max-width: none;
  }
  .footer {
    text-align: center;
  }
}
@media only screen and (max-width: 620px) {
  .benefits__row {
    width: auto;
  }
  .benefits__info {
    width: 100%;
    height: auto;
  }
  .benefits__item {
    margin-bottom: 15px;
  }
  .benefits__image {
    width: 100%;
    text-align: center;
  }
  .header__phone {
    clear: both;
    display: block;
  }
  .header__request-link {
    display: block;
  }
  .supertop__social {
    display: none;
  }
  .product__left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .product__right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .cart {
    width: 300px;
  }
  .cart__total {
    float: none;
  }
  .cart__order {
    float: none;
  }
  .cart-product {
    display: block;
    position: relative;
  }
  .cart-product__image,
  .cart-product__title,
  .cart-product__counter,
  .cart-product__price {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .cart-product__image {
    text-align: center;
    padding-right: 20px;
  }
  .cart-product__remove {
    position: absolute;
    top: 0;
    right: -10px;
  }
}
@media only screen and (max-width: 460px) {
  .footer__catalog {
    width: 100% !important;
  }
  .header-address__item {
    float: none !important;
    text-align: center;
    margin-bottom: 5px;
  }
  .supertop-controls__item {
    padding: 0;
    border-right: none;
  }
}
@media only screen and (max-width: 370px) {
  .product__price,
  .product__add-to-cart,
  .product__counter,
  .product__print,
  .product__availability,
  .product__kp {
    float: none;
    width: 100%;
  }
  .product__availability {
    text-align: left;
    margin-top: 15px;
  }
  .product__print {
    margin-top: 25px;
  }
  .product__buttons {
    margin: 0;
  }
  .product__buttons .btn {
    width: 100%;
  }
  .product__add-to-cart {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 330px) {
  .subscribe__hotline {
    display: block;
    margin-right: 0;
  }
  .header__phone-worktime {
    float: none;
    width: 100%;
    padding-top: 1px;
    clear: both;
    text-align: center;
  }
  .header__buttons {
    width: 100%;
    float: none;
    text-align: center;
  }
  .header__feedback {
    margin-left: 0;
  }
  .supertop-cart__caption {
    display: none;
  }
  .supertop__auth-icon {
    display: none;
  }
  .categories__link {
    width: 100%;
  }
  .categories__img {
    width: 100%;
  }
  .supertop-cart__counter {
    left: 25px;
  }
  .cart {
    width: 230px;
  }
}
