@charset "UTF-8";
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

input {
  outline: none;
  font-family: 'Futura PT Book', Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  outline: none;
  font-family: 'Futura PT Book', Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  outline: none;
  font-family: 'Futura PT Book', Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
  cursor: pointer;
  font-family: 'Futura PT Book', Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.irs--round .irs-handle {
  border: 4px solid #fff !important;
}

.irs--round .irs-bar {
  background-color: #fff !important;
}

.WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-min, .WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-max, .WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-from, .WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-to, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: rgb(126, 0, 0) !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: rgb(126, 0, 0) !important;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #bbb !important;
}

.header-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-info {
  width: 100%;
  height: 59px;
  background: url(../img/header/header-pic.png) center repeat;
  background-color: #d00;
}

.header-info__block {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-info__block a {
  position: relative;
}

.header-info__block a::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  height: 1px;
  background: #fff;
  width: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.header-info__mail {
  color: #fff;
  font-size: 18px;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.header-info__address {
  color: #fff;
  font-size: 18px;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.header-info__phones a {
  color: #fff;
  font-size: 18px;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.header-block {
  position: relative;
  height: 76px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 110px;
}

.header-block__logo {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 90px;
  height: 90px;
}

.header-block__company {
  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;
}

.header-block__brand a{
  font-family: 'Kelvinch', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
  color: #d00;
}

.header-block__ham {
  display: none;
  position: fixed;
  right: 15px;
  margin: auto 0;
  background: url(../img/header/menu-icon.png) center no-repeat;
  background-size: 85% 85%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  z-index: 10;
}

.header-block__close {
  display: none;
  position: absolute;
  background: url(../img/header/close-icon.png) center no-repeat;
  background-size: 80% 80%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
  background-color: #fff;
}

.header-block__rels {
  width: 500px;
  height: 76px;
  z-index: 3;
  margin-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-block__rel {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  position: relative;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.header-block__rel::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  height: 1px;
  background: #000;
  width: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.main {
  width: 100%;
  height: 136px;
  margin-bottom: 120px;
  background: url(../img/header/top-line.png) center;
}

.main-block {
  position: relative;
  padding-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-block__title {
  color: #d00;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'EB Garamond', sans-serif;
}

.main-block__descr {
  font-weight: 200;
  font-size: 20px;
  color: #212529;
  text-transform: uppercase;
  text-align: center;
  font-family: 'EB Garamond', sans-serif;
}

.main-block__img {
  width: 500px;
  height: 137px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateY(52%);
          transform: translateY(52%);
}

.main-block__img img {
  width: 100%;
  max-height: 137px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .header-info__block a:hover::before {
    width: 100%;
  }
  .header-block__rel:hover::before {
    width: 100%;
  }
  .catalog-product__rel a:hover {
    text-decoration: underline;
  }
  .catalog-product__button:hover::before {
    border: 1px dashed #fff;
  }
  .footer-social__rel:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
}

.catalog {
  padding: 0 0 50px 0;
}

.catalog-blocks {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-filter {
  width: 277px;
  height: 809px;
  background: #d00;
  position: relative;
  margin-bottom: 100px;
}

.catalog-filter::before {
  content: '';
  width: 95%;
  height: 98%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 1px dashed #ff6060;
}

.catalog-filter__topimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(-41%);
          transform: translateY(-41%);
}

.catalog-filter__bottomimg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
}

.catalog-filter__button {
  display: none;
  margin-bottom: 15px;
  color: #fff;
  background: #d00;
  border: 1px solid #d00;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-family: 'Futura PT Book', Arial, sans-serif;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.catalog-filter__button::before {
  content: '';
  width: 98%;
  height: 97%;
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 1px dashed #d00;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.catalog-filter__close {
  display: none;
  background: url(../img/header/close-icon.png) center center no-repeat;
  background-size: 80% 80%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
  background-color: #fff;
}

.catalog-block {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-product {
  margin: 0 10px 20px 10px;
  width: 220px;
  height: 360px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.catalog-product__pic {
  width: 100%;
  height: 240px;
  padding: 10px 10px 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  box-sizing: border-box;
}

.catalog-product__img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.catalog-product__weight {
  position: absolute;
  bottom: 30px;
  right: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #111;
  text-align: right;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.catalog-product__rel {
  color: #276814;
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-product__rel a {
  color: #276814;
  font-size: 16px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.catalog-product__text {
  border-top: 1px dashed #e5e5e5;
  background: #fafafa;
  width: 100%;
  height: 160px;
  padding: 5px 10px 10px 10px;
  position: relative;
  box-sizing: border-box;
}

.catalog-product__title {
  width: 100%;
  max-height: 68px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.catalog-product__price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #d00;
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.catalog-product__button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  background: #d00;
  border: 1px solid #d00;
  width: 100px;
  height: 30px;
  font-size: 15px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.catalog-product__button::before {
  content: '';
  width: 98%;
  height: 97%;
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 1px dashed #d00;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.footer {
  height: 170px;
  border-top: 1px solid #dee2e6;
}

.footer-blocks {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.footer-social {
  margin-bottom: 20px;
}

.footer-social__rel {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.footer-social__rel img {
  width: 100%;
  height: 100%;
}

.footer-copyright {
  font-family: 'Futura PT Book', Arial, sans-serif;
  font-size: 15px;
}

@media (max-width: 578px) and (min-width: 320px) {
  .header-info {
    height: 75px;
  }
  .header-info__mail {
    font-size: 16px;
  }
  .header-info__address {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .header-info__block {
    width: 95%;
    max-width: 350px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .header-info__phones {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header-info__phones a {
    font-size: 16px;
  }
  .header-block {
    width: 95%;
    max-width: 350px;
    height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .header-block__brand a{
    font-size: 22px;
  }
  .header-block__ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 122px;
  }
  .header-block__hamfixed {
    top: 15px;
  }
  .header-block__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 6%;
    top: 4%;
  }
  .header-block__rels {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 10px 70px 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 9999998;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-block__rels::before {
    content: '';
    width: 95%;
    height: 95%;
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: 1px dashed #d00;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .header-block__rels::after {
    content: 'Меню';
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
    position: absolute;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #d00;
  }
  .header-block__rel {
    margin-bottom: 30px;
  }
  .header-block__logo {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .main {
    margin-bottom: 85px;
  }
  .main-block {
    width: 95%;
    max-width: 350px;
    padding-bottom: 15px;
  }
  .main-block__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .main-block__descr {
    font-size: 16px;
    line-height: 18px;
  }
  .main-block__img {
    width: 100%;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  .catalog-blocks {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
  }
  .catalog-filter::before {
    width: 97%;
  }
  .catalog-filter__topimg {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .catalog-filter__bottomimg {
    display: none;
  }
  .catalog-filter__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-filter__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-product {
    width: 270px;
  }
}

@media (max-width: 768px) and (min-width: 579px) {
  .header-info {
    height: 75px;
  }
  .header-info__mail {
    font-size: 16px;
  }
  .header-info__address {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .header-info__block {
    width: 95%;
    max-width: 450px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .header-info__phones {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header-info__phones a {
    font-size: 16px;
  }
  .header-block {
    width: 95%;
    max-width: 400px;
    height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .header-block__brand a{
    font-size: 28px;
  }
  .header-block__ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 112px;
  }
  .header-block__hamfixed {
    top: 15px;
  }
  .header-block__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 4%;
    top: 5%;
  }
  .header-block__rels {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 10px 10px 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-block__rels::before {
    content: '';
    width: 95%;
    height: 95%;
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: 1px dashed #d00;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .header-block__rels::after {
    content: 'Меню';
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    position: absolute;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #d00;
  }
  .header-block__rel {
    margin-bottom: 30px;
  }
  .header-block__logo {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .main {
    margin-bottom: 110px;
  }
  .main-block {
    width: 95%;
    max-width: 450px;
    padding-bottom: 15px;
  }
  .main-block__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .main-block__descr {
    font-size: 18px;
    line-height: 22px;
  }
  .main-block__img {
    width: 100%;
    -webkit-transform: translateY(65%);
            transform: translateY(65%);
  }
  .catalog-blocks {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
  }
  .catalog-filter::before {
    width: 97%;
  }
  .catalog-filter__topimg {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .catalog-filter__bottomimg {
    display: none;
  }
  .catalog-filter__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .catalog-filter__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-product {
    width: 240px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .header-info__block {
    width: 95%;
    max-width: 750px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .header-block {
    width: 95%;
    max-width: 400px;
    height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .header-block__ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 95px;
  }
  .header-block__hamfixed {
    top: 15px;
  }
  .header-block__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 4%;
    top: 5%;
  }
  .header-block__rels {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 10px 10px 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .header-block__rels::before {
    content: '';
    width: 95%;
    height: 95%;
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border: 1px dashed #d00;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .header-block__rels::after {
    content: 'Меню';
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    position: absolute;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #d00;
  }
  .header-block__rel {
    margin-bottom: 30px;
  }
  .header-block__logo {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .main {
    margin-bottom: 110px;
  }
  .main-block {
    width: 95%;
    max-width: 750px;
  }
  .catalog-blocks {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 15;
  }
  .catalog-filter::before {
    width: 97%;
  }
  .catalog-filter__topimg {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .catalog-filter__bottomimg {
    display: none;
  }
  .catalog-filter__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .catalog-filter__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1024px) and (min-width: 993px) {
  .header-block {
    width: 95%;
    max-width: 950px;
  }
  .header-block__rels {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin-right: 100px;
  }
  .main-block {
    width: 95%;
  }
  .catalog-blocks {
    width: 95%;
  }
  .catalog-filter {
    display: block !important;
  }
  .catalog-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70%;
  }
}

@media (max-width: 1270px) and (min-width: 1025px) {
  .header-block__rels {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin-right: 100px;
  }
  .catalog-blocks {
    width: 95%;
  }
  .catalog-filter {
    display: block !important;
  }
  .catalog-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70%;
  }
}

@media (max-width: 1750px) and (min-width: 1550px) {
  .catalog-filter {
    width: 310px;
  }
  .catalog-blocks {
    width: 1450px;
  }
  .catalog-block {
    width: 1100px;
  }
  .catalog-product {
    width: 250px;
  }
}

@media (min-width: 1751px) {
  .catalog-filter {
    width: 350px;
  }
  .catalog-blocks {
    width: 1650px;
  }
  .catalog-block {
    width: 1250px;
  }
  .catalog-product {
    width: 280px;
    height: 400px;
  }
  .catalog-product__pic {
    height: 260px;
  }
  .catalog-product__text {
    height: 140px;
  }
}
.header-block__ham,.container-products__filter,.catalog-filter__close,.header-block__close{cursor:pointer;}