.lk-header__icon_favorite {
  position: relative;
}

.lk-header__icon_favorite.active::after {
  content: none;
}

.lk-header__icon_favorite.active svg {
  stroke: #e43a2d;
}

.favorite-count {
  position: absolute;
  top: -3px;
  right: -9px;
  padding: 1px;
  min-width: 13px;
  height: 13px;
  color: #fff;
  font-family: 'Tilda Sans', sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 115%;
  background: #282828;
  z-index: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-basket__bottom .btn {
  font-size: 16px;
  line-height: 18px;
}

body {
  display: none;
}

.page-404 h2.big {
  font-size: 24px;
  margin: 20px 0;
}

.page-404 a {
  color: #308ed6;
  text-decoration: underline;
}

.page-404 .btn-block404 {
  display: inline-flex;
  flex-direction: column;
}

.page-404 input[type="button"] {
  cursor: pointer;
  background: #8ea604;
  -webkit-box-shadow: 0 3px 0 #75880a;
  -moz-box-shadow: 0 3px 0 #75880a;
  box-shadow: 0 3px 0 #75880a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border: none;
  padding: 7px 35px;
  color: #fff;
  font-size: 16px;
  font-family: 'Tilda Sans', sans-serif;
  text-transform: uppercase;
  margin: 3px 0 4px;
}

.page-404 p {
  margin-bottom: 23px;
}

.page-404 input[type="submit"]:hover,
.page-404 input[type="button"]:hover,
.page-404 button:hover {
  background: #809604;
  -webkit-box-shadow: 0 3px 0 #637403;
  -moz-box-shadow: 0 3px 0 #637403;
  box-shadow: 0 3px 0 #637403;
}

a.quantity__wrap_a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  line-height: 1;
  margin-left: 5px;
  color: #282828;
  border-radius: 4px;
  background: #ededed;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

i.quantity__wrap_i {
  font-size: 15px;
  font-style: unset;
}

.quantity__wrap {
  margin-left: 10px;
}

#addBoxForm .add-basket__control label {
  display: flex;
}

#addBoxForm .add-basket__control .add-basket__bottom button {
  text-transform: none;
}

.search-head .help__text {
  bottom: -29px;
  left: 0;
  top: unset;
}

.search-head .help__text::after {
  width: 6px;
  height: 6px;
  left: 48%;
  top: 0;
}

.secton-about.text a {
  color: #e43a2d;
}

.secton-about.text ul {
  margin-bottom: 20px;
}

.secton-about.text.detail__card {
  margin: 0px;
}

.cookies-window {
  max-width: 950px !important;
}

.cookies-window a,
.cookies-banner a {
  color: #e43a2d;
  text-decoration: none;
}

.cookies-banner {
  background: #3f3f3f;
  color: #fff;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 15px #4d4d4d;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  z-index: 100;
  opacity: 0.9;
}

.cookies-banner button {
  text-decoration: none;
  background: #e43a2d;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
  text-transform: none;
}

.cookies-banner button:hover {
  background: #c7281c;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  #addBoxForm .add-basket__control .add-basket__bottom.flex {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  #addBoxForm .add-basket__control .add-basket__bottom button {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .popup_bookmarks {
    display: none !important;
  }
}

ul.menu-level3::after {
  display: none;
}

ul.menu-level3 a {
  font-size: 14px;
}