@media (min-width: 1400px) {
  .template--sale .category__list-point {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .template--sale .category__list-point {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
  }
}

@media (min-width: 992px) {
  .template--sale .template__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .template--main h1 {
    font-size: 2.6rem;
  }
}

.product__stickers {
  z-index: 1;
}
.form__message {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px 24px;
  color: #d30000;
  font-size: 1rem;
  background-color: rgba(211, 0, 0, 0.1);
  border: 1px solid #d30000;
  border-radius: 0;
  text-align: left;
}
.form__message.success {
  color: #34770c;
  background-color: rgba(52, 119, 12, 0.1);
  border-color: transparent;
  margin-top: 0;
}
.button--disabled {
  /* для профиля пользователя */
  color: #949494 !important;
  cursor: initial !important;
}
.input--transparent {
  background-color: transparent !important;
}
.evoSearch_info {
  margin-bottom: 24px;
}
.input--messanger {
  height: 24px;
  width: 24px;
}

.fixy__list-point:hover {
  left: -170px;
}