.hidden {
  display: none;
}

.si-error { 
  border: solid 1px red;
}

.error {
  display: block;
  color: red;
  font-size: 12px;
  text-align: left;
  margin-left: 30px;
}

.main__slider .breadcrumbs__link {
  color: #FFF;
}

.main__slider .breadcrumbs__item {
  padding-left: 0;
}

.cook-popup__inner--picture img {
  max-height: 402px;
}

@media (max-width: 1439px) {
  .cook-popup__inner--picture img {
    max-height: 298px;
  }
}

@media (max-width: 767px) {
  .cook-popup__inner--picture img {
    max-height: 146px;
  }
}

.btn-st--purple.active, .btn-st--purple:hover {
    border-color: #3ab366;
    background-color: #3ab366;
    color: #fff;
}

.btn-st--purple.active span:last-child, .btn-st--purple:hover span:last-child {
  -webkit-transition: .25s;
  transition: .25s;
  color: #3ab366;
  background-color: #fff;
}

.m-promo__desc {
  max-width: 630px;
}

.get-address__item.hidden {
  display: none !important;
}

@media (min-width: 1439px) {
  .get-address__list-address {
      height: 85%;
  }
}

.input {
    color: #000;
}

.footer__cop-inner img {
    padding-left: 8px;
}

.footer__cop-inner:nth-child(2) {
    padding-left: 4.5%;
}

@media (max-width: 767px) {
  .sp-about__picture--text {
      top: -12%;
  }
}

.map__sub-desc a {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #252f53;
  text-wrap: balance;
}

.address_info {
  margin-bottom: 15px;
}

.footer__contacts-kp {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  margin-top: 18px;
  text-decoration: underline;
}
.footer__contacts-kp:hover {
  text-decoration: none;
}

@media (min-width: 1439px) {
  .m-order__inner {
    padding: 100px 84px 64px 84px;
  }

  .m-order__desc {
    padding-bottom: 220px;
  }

  .m-order__desc:after {
    bottom: 0;
  }
}

.m-order__desc--kp {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: #252f53;
  text-decoration: underline;
}
.m-order__desc--kp:hover {
  text-decoration: none;
}

@media (max-width: 768px) { 
  .m-order__desc--kp {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 50px;
    display: block;
  }
}

.where-buy__title--subtitle {
  margin-top: 50px;
}