.scroll-add-to-body {
  overflow-y: scroll !important;
}
#abridged .base-btn.base-btn--buy:active {
  transform: translateY(0) !important;
}
#abridged .header-buttons {
  border-bottom: 1px solid #E1E4E7;
  background: #FFF;
  z-index: 103;
  transition: top .4s;
}
#abridged .header-buttons__cabinet {
  font-family: var(--medium-font), sans-serif;
  padding: 10px 20px 10px 10px;
  margin-left: auto;
  cursor: pointer;
  transition: color .2s;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
}
#abridged .header-buttons__cart {
  padding: 8px 10px 8px 20px;
  border-left: 1px solid #E1E4E7;
  position: relative;
  margin-right: -10px;
}
#abridged .header-buttons__cart-icon {
  font-size: 20px;
  color: var(--main-color);
}
/* end base styles */
#abridged .header-top {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  border-bottom: none;
}
#abridged .search-with-autofill {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  transition: top .5s ease-out;
  width: 100%;
}
#abridged .search-with-autofill.search-with-autofill--scrollup {
  top: 99px;
  transition: top .5s ease-out;
}
#abridged .header-search {
  opacity: 1;
  border-bottom: none;
}
#abridged .header-search__input {
  margin-left: 0;
}
#abridged .header-search__nothing-found-message {
  padding-top: 45px;
}
#abridged .header-search__search-clear > i .bounce {
  font-size: 21px !important;
  transition: font-size .5s ease;
}
#abridged .simple-header__logo {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: opacity .5s ease-in;
}
#abridged .simple-header__logo--hidden {
  opacity: 0;
  transition: opacity .5s ease-out;
}
#abridged .header-search__form {
  top: 10px;
}
#abridged .header-search__results {
  margin-left: 0;
}
#abridged .mobile__buttons-flex {
  margin: 10px -5px;
}
#abridged .mobile__buttons-flex button {
  margin: 5px;
}
#abridged .header-search__show-more {
  margin-bottom: 20px;
}
#abridged .header-top {
  position: fixed;
  left: unset;
  padding: 10px;
}
#abridged .header-search_all-without-pic {
  width: 100%;
  display: flex;
}
#abridged .header-search__item-info {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .5px;
  color: #909EAA;
}
#abridged .header-search__item-actions .btns-union {
  float: right;
}
#abridged .header-search__more-letters-message {
  padding-top: 10px;
  transform: translateY(-10px);
  transition: transform .4s ease, opacity .4s ease;
  opacity: 0;
}
#abridged .header-search__more-letters-message--visible {
  transform: translateY(25px);
  opacity: 1;
}
#abridged .base-btn.base-btn--buy-clicked {
  background: rgba(244, 102, 42, .3);
}
@media (min-width: 1200px) {
  #abridged .container {
    width: 850px;
  }
}
@media (max-width: 1199px) {
  #abridged .search-with-autofill {
    left: 45%;
    width: 70%;
  }
  .header-search__item-name {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  #abridged .header-search__item-price {
    margin-right: 0;
  }
  #abridged .header-top {
    position: absolute;
  }
  #abridged .header-search__more-letters-message--visible {
    transform: translateY(0);
  }
  #abridged .search-with-autofill {
    top: 40%;
    left: 50%;
    width: 95%;
  }
  #abridged .header-search__item-actions {
    margin-left: 0;
    min-width: 225px;
    margin-top: 9px;
  }
  #abridged .simple-header__logo {
    left: 0;
    top: 0;
    bottom: unset;
    transform: translate(0, 0);
    margin: 20px;
  }
  #abridged .simple-header__logo--hidden {
    opacity: 1;
  }
  #abridged .header-search_all-without-pic {
    display: table-column !important;
  }
  #abridged .btns-union {
    float: left !important;
  }
  #abridged .header-search__show-more {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #abridged .header-search {
    top: 40%;
  }
  #abridged .header-top__login,
  #abridged .header-top__calculator {
    width: 60px;
    height: 60px;
    border: 1px solid var(--main-color);
    border-radius: 100%;
    padding: 0;
  }
  #abridged .header-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #abridged .header-top__calculator-count {
    top: 5px;
    right: 5px;
  }
  #abridged .header-top__login span {
    display: none;
  }
  #abridged .simple-header__logo {
    left: 0;
  }
  #abridged .enter-the-cabinet {
    display: none;
  }
  #abridged .header-top__calculator {
    margin-left: 10px;
  }
  #abridged .mobile__buttons-flex {
    display: flex;
    flex-wrap: wrap;
  }
  #abridged .mobile__buttons-flex button {
    flex: 1 1 auto;
  }
}
@media (max-width: 424px) {
  .header-search__group-title {
    margin-right: -28px;
  }
  #abridged .search-with-autofill.search-with-autofill--scrollup {
    top: 99px;
  }
  #abridged .simple-header__logo {
    left: 0%;
  }
  #abridged .btns-union {
    display: flex;
  }
  #abridged .btns-union .child {
    margin-right: auto;
    width: 107px;
  }
  #abridged .header-search__item-actions .btns-union .base-btn .child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  #abridged .header-search__item-actions {
    min-width: 0;
  }
}
