@charset "UTF-8";
:root {
  --b-black:#000000;
  --b-white:#FFFFFF;
  --b-orange:#F49B07;
  --b-orange-dark:#f09907;
  --b-yellow:#F7B951;
  --b-red:#f6532e;
  --b-green:#52BA2C;
  --b-archive:#f00707de;
}

.btn {
  display: inline-flex;
  align-items: center;
  transition: 0.4s;
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  border-radius: 0.25rem;
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
}
.btn-primary {
  background: var(--b-orange);
  color: var(--b-white);
}
.btn-primary:hover {
  background: var(--b-red);
}

.b-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.b-container {
  width: 100%;
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .b-header {
    padding-top: 50px;
  }
}
.b-header__top {
  padding-top: 1.125rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E1E1E1;
  background: var(--b-white);
  position: relative;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .b-header__top {
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.b-header__top .b-row {
  align-items: center;
}
.b-header__top * {
  box-sizing: border-box;
}
.b-header__top *::before, .b-header__top *::after {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .b-header__placeholder {
    display: none;
  }
}
.b-header__navi {
  display: none;
}
@media (max-width: 1024px) {
  .b-header__navi {
    display: flex;
    flex: 3 0 0;
    justify-content: space-between;
  }
}
.b-header-navi__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}
.b-header-navi__item::before {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E1E1E1;
}
.b-header-navi__item.adaptive-only {
  display: none;
}
@media (max-width: 767px) {
  .b-header-navi__item.adaptive-only {
    display: flex;
  }
  .b-header-navi__item:last-child::after {
    display: none;
  }
}
.b-header-navi__item a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-header-navi__item a span.coll-block {
  position: absolute;
  left: 50%;
  top: 5px;
  height: 17px;
  border-radius: 9px;
  min-width: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--b-white);
  background: var(--b-orange);
  line-height: 1;
  margin-left: 2px;
}
.b-header-navi__item a span.icon-block {
  display: block;
  margin: 0 auto;
}
.b-header-navi__item a span.icon-block .icon {
  display: block;
  margin: 0 auto;
}
.b-header__city {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .b-header__city {
    flex: 1 0 0;
    height: 50px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .b-header__city {
    display: none;
  }
}
.b-header__bottom .b-header__city {
  display: none;
}
@media (max-width: 767px) {
  .b-header__bottom .b-header__city {
    display: flex;
    height: 40px;
  }
}
.b-header__city a {
  display: inline-flex;
  align-items: center;
  color: var(--b-orange);
  text-decoration: underline;
  transition: 0.4s;
}
.b-header__city a:hover {
  color: var(--b-black);
}
.b-header__city a span.icon-block {
  margin: 0 6px 0 0;
}
.b-header__city a span.icon-block .icon {
  display: block;
}
.b-header__menu {
  padding-left: 0.3125rem;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .b-header__menu {
    display: none;
  }
}
.b-header__menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.b-header__menu ul li {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1.25rem;
  list-style-type: none;
  position: relative;
}
@media (max-width: 1100px) {
  .b-header__menu ul li {
    padding: 0 0.9375rem;
  }
}
.b-header__menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 2px;
  height: 12px;
  background: var(--b-black);
}
.b-header__menu ul li a {
  color: var(--b-black);
  text-decoration: none;
  transition: 0.4s;
}
.b-header__menu ul li a:hover {
  color: var(--b-orange);
}
.b-header__work-time {
  padding-left: 0;
  padding-right: 0.9375rem;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .b-header__work-time {
    display: none;
  }
}
.b-header-work-time__icon .icon {
  display: block;
}
.b-header-work-time__item {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1.25rem;
  list-style-type: none;
  position: relative;
}
@media (max-width: 1100px) {
  .b-header-work-time__item {
    padding: 0 0.9375rem;
  }
}
.b-header-work-time__item::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 2px;
  height: 12px;
  background: var(--b-black);
}
.b-header-work-time__item:nth-child(2) {
  padding-left: 0.625rem;
}
.b-header-work-time__item:nth-child(2)::before {
  display: none;
}
.b-header-work-time__item:last-child {
  padding-right: 0;
}
.b-header__mid {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); /* Плавный easing */
}
.b-header__mid .b-row {
  align-items: center;
}
@media (max-width: 1024px) {
  .b-header__mid .b-row {
    margin-left: calc(-1 * 0.75rem);
    margin-right: calc(-1 * 0.75rem);
  }
}
.b-header__mid .b-container {
  position: relative;
  z-index: 200;
  padding-top: 0.75rem;
  padding-bottom: 1.125rem;
  background: var(--b-white);
  transition: none;
}
@media (max-width: 1024px) {
  .b-header__mid .b-container {
    padding-top: 0.625rem;
    padding-bottom: 0.9375rem;
    background: transparent;
    z-index: unset;
  }
}
@media (min-width: 1025px) {
  .b-header--fixed .b-header__mid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 2px solid #E1E1E1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
    background: #FBFBFB;
    transform: translateZ(0); /* Аппаратное ускорение */
    backface-visibility: hidden; /* Фикс для некоторых мобильных устройств */
  }
  .b-header--fixed .b-header__mid .b-container {
    background: #FBFBFB;
    padding-top: 0;
    padding-bottom: 0;
    transition: none;
  }
}
.b-header__mid * {
  box-sizing: border-box;
}
.b-header__mid *::before, .b-header__mid *::after {
  box-sizing: border-box;
}
.b-header__logo {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 1024px) {
  .b-header__logo {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .b-header__logo {
    max-width: 240px;
  }
}
@media (max-width: 430px) {
  .b-header__logo {
    max-width: 180px;
    padding-right: 0;
  }
}
.b-header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b-header__phone {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .b-header__phone {
    padding-left: 0.375rem;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .b-header__phone {
    margin-left: auto;
    padding-right: 0.75rem;
  }
}
.b-header-phone__icon {
  flex: 0 0 24px;
  margin: 0 10px 0 0;
}
@media (max-width: 430px) {
  .b-header-phone__icon {
    margin: 0 5px 0 0;
  }
}
.b-header-phone__number {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 18px;
}
.b-header-phone__number a {
  color: var(--b-black);
  text-decoration: none;
  transition: 0.4s;
}
.b-header-phone__number a:hover {
  color: var(--b-orange);
}
.b-header-phone__callback {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.b-header-phone__callback a {
  color: var(--b-orange);
  text-decoration: underline;
  text-decoration-style: dotted;
  transition: 0.4s;
  border: none;
}
.b-header-phone__callback a:hover {
  color: var(--b-black);
}
.b-header__search {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  flex: 1 0 0;
}
@media (max-width: 1024px) {
  .b-header__search {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    background: var(--b-white);
    padding: 0.625rem 1.25rem;
    z-index: 999;
    transition: 0.4s;
    transform: translate3d(0, -100%, 0);
  }
  .search-open .b-header__search {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .b-header__search {
    padding: 0.625rem 0.9375rem;
  }
}
.b-header__search form {
  background: var(--b-orange);
  border-radius: 0.625rem;
  padding: 0.125rem 2.875rem 0.125rem 0.125rem;
  position: relative;
  transition: 0.3s;
}
.search-results .b-header__search form {
  box-shadow: 0 0 15px rgba(244, 155, 7, 0.3);
}
.b-header__search form input {
  height: 32px;
  width: 100%;
  border: none;
  border-radius: 0.5625rem;
  padding: 0.5rem 0.75rem;
}
.b-header__search form .clear-input {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  width: 40px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.5 1.5L1.5 9.5M1.5 1.5L9.5 9.5' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") 50% 50% no-repeat;
  display: none;
}
.b-header__search form .clear-input.active {
  display: block;
}
.b-header__search form button {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 32px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
.b-header-search__results {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--b-white);
  border-radius: 0 0 16px 16px;
  padding: 0 1.5625rem 1.875rem;
  opacity: 0;
  pointer-events: none;
  margin-top: -20px;
  transform: translate3d(0, -20px, 0);
  visibility: hidden;
}
@media (max-width: 1024px) {
  .b-header-search__results {
    margin-top: 0;
    padding: 0 1.25rem 1.875rem;
  }
}
@media (max-width: 767px) {
  .b-header-search__results {
    padding: 0 0.9375rem 1.25rem;
  }
}
.b-header--fixed .b-header-search__results {
  margin-top: 0;
}
.search-results .b-header-search__results {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: auto;
}
.b-header-search-results__back {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.b-header-search-results__tags {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  box-sizing: border-box;
  padding-left: 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .b-header-search-results__tags {
    justify-content: flex-start;
    padding-left: 0.9375rem;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    margin-bottom: 0.9375rem;
    scrollbar-width: none;
  }
  .b-header-search-results__tags::-webkit-scrollbar {
    display: none !important;
  }
}
.b-header-search-results__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 28px;
  padding: 0 0.625rem;
  color: var(--b-black);
  background: #FCEBCD;
  border-radius: 14px;
  text-decoration: none;
  transition: 0.4s;
  white-space: nowrap;
}
.b-header-search-results__tags a:hover {
  background: var(--b-red);
  color: var(--b-white);
}
.b-header-search-results__navi {
  width: 100%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .b-header-search-results__navi {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
  }
}
.b-header-search-results__label {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  color: #121212;
}
@media (max-width: 767px) {
  .b-header-search-results__label {
    display: none;
  }
}
.b-header-search-results__label a {
  color: #121212;
}
@media (max-width: 767px) {
  .b-header-search-results__ul.hide-in-adaptive {
    display: none;
  }
}
.b-header-search-results__ul ul {
  padding: 0;
  margin: 0 0 2.1875rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .b-header-search-results__ul ul {
    margin: 0;
  }
}
.b-header-search-results__ul ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
}
.b-header-search-results__ul ul li a {
  color: var(--b-black);
  transition: 0.4s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b-header-search-results__ul ul li a {
    display: block;
    border-bottom: 1px solid #E1E1E1;
    padding: 0.5rem 1.25rem 0.5rem 1.875rem;
    position: relative;
  }
  .b-header-search-results__ul ul li a::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3463 11.106L15.6443 14.404C15.8815 14.6412 16.0001 14.9298 16 15.2693C16 15.6026 15.8782 15.8911 15.6347 16.1346C15.3913 16.3782 15.1026 16.5 14.7693 16.5C14.4229 16.5 14.1348 16.3782 13.904 16.1346L10.606 12.8462C9.45855 13.641 8.17969 14.0386 6.76928 14.0386C5.8527 14.0386 4.97612 13.8607 4.13952 13.505C3.30302 13.1491 2.58177 12.6685 1.976 12.0625C1.37016 11.4567 0.889373 10.7357 0.533665 9.89916C0.177888 9.06242 0 8.18603 0 7.26943C0 6.35277 0.177888 5.47618 0.533665 4.63957C0.889407 3.80306 1.37016 3.0818 1.976 2.47603C2.58177 1.87025 3.30289 1.38942 4.13952 1.0337C4.97602 0.67789 5.8527 0.5 6.76928 0.5C7.68593 0.5 8.56254 0.67789 9.39928 1.0337C10.2357 1.38942 10.9568 1.87025 11.5625 2.47603C12.1683 3.0818 12.6491 3.80293 13.0048 4.63957C13.3607 5.47608 13.5387 6.35277 13.5387 7.26943C13.5387 8.67956 13.1411 9.95864 12.3463 11.106ZM6.80029 11.6999C8.0117 11.6999 9.04778 11.2694 9.90876 10.4082C10.7697 9.54723 11.2004 8.51128 11.2004 7.29985C11.2004 6.08863 10.7699 5.05237 9.90876 4.19148C9.04764 3.33055 8.01156 2.8999 6.80029 2.8999C5.58908 2.8999 4.55283 3.33038 3.69195 4.19148C2.831 5.05237 2.40039 6.08863 2.40039 7.29985C2.40039 8.51128 2.8309 9.54723 3.69195 10.4082C4.55301 11.2692 5.58908 11.6999 6.80029 11.6999Z' fill='black'/%3e%3c/svg%3e");
    width: 16px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .b-header-search-results__ul ul li a::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.5L7 7.5L1 13.5' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
    width: 9px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
.b-header-search-results__ul ul li a:hover {
  color: var(--b-orange);
}
.b-header-search-results__body {
  width: 100%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  box-sizing: border-box;
  position: relative;
}
.b-header-search-results__body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 48px;
  width: 2px;
  background: #E1E1E1;
}
@media (max-width: 767px) {
  .b-header-search-results__body::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-header-search-results__body {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    box-sizing: border-box;
  }
}
.b-header-search-results__list {
  padding-left: 0.9375rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100dvh - 340px);
}
@media (max-width: 1024px) {
  .b-header-search-results__list {
    max-height: calc(100dvh - 280px);
  }
}
@media (max-width: 767px) {
  .b-header-search-results__list {
    padding-left: 0;
  }
}
.b-header-search-results__item {
  margin-bottom: 1.875rem;
}
@media (max-width: 1024px) {
  .b-header-search-results__item {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #E1E1E1;
  }
}
.b-header-search-results__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .b-header-search-results__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.b-header-search-results-item__back {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  position: relative;
}
.b-header-search-results-item__image {
  width: 100%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .b-header-search-results-item__image {
    max-width: 125px;
    flex: 0 0 125px;
  }
}
.b-header-search-results-item__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  border: 2px solid #E1E1E1;
  border-radius: 1.25rem;
}
@media (max-width: 1024px) {
  .b-header-search-results-item__image a {
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .b-header-search-results-item__image a {
    border-width: 1px;
    height: 60px;
  }
}
.b-header-search-results-item__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-header-search-results-item__image img {
    max-height: 45px;
  }
}
.b-header-search-results-item__fav {
  position: absolute;
  right: 170px;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-header-search-results-item__fav {
    right: auto;
    left: 82px;
    top: 10px;
  }
}
.b-header-search-results-item__fav svg path {
  transition: 0.4s;
}
.b-header-search-results-item__fav .active svg path {
  fill: var(--b-orange);
  stroke: var(--b-orange) !important;
}
.b-header-search-results-item__desc {
  flex: 1 0 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-right: auto;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .b-header-search-results-item__desc {
    flex: auto 0 0;
    width: 100%;
    max-width: 100%;
    order: 5;
    padding-top: 0.9375rem;
  }
}
.b-header-search-results-item__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--b-black);
  margin-bottom: 1.25rem;
  line-height: 1.375rem;
}
@media (max-width: 1024px) {
  .b-header-search-results-item__title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0.625rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .b-header-search-results-item__title {
    padding-right: 0;
  }
}
.b-header-search-results-item__title a {
  text-decoration: none;
  color: var(--b-black);
  transition: 0.4s;
}
.b-header-search-results-item__title a:hover {
  color: var(--b-orange);
}
.b-header-search-results-item__bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.b-header-search-results-item__production {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #565656;
}
@media (max-width: 1024px) {
  .b-header-search-results-item__production {
    font-size: 0.75rem;
    width: 100%;
  }
}
.b-header-search-results-item__production span {
  margin-left: 10px;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--b-black);
}
.b-header-search-results-item__available {
  margin-left: auto;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .b-header-search-results-item__available {
    font-size: 0.875rem;
    margin-left: 0;
  }
}
.b-header-search-results-item__available span {
  display: inline-flex;
  align-items: center;
}
.b-header-search-results-item__available span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.b-header-search-results-item__available span.available {
  color: var(--b-green);
}
.b-header-search-results-item__available span.available::before {
  background: var(--b-green);
}
.b-header-search-results-item__available span.archive {
  color: var(--b-archive);
}
.b-header-search-results-item__available span.archive::before {
  background: var(--b-archive);
}
.b-header-search-results-item__available span.check {
  color: var(--b-orange-dark);
}
.b-header-search-results-item__available span.check::before {
  background: var(--b-orange-dark);
}
.b-header-search-results-item__total {
  --width:155px;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: var(--width);
  flex: 0 0 var(--width);
}
@media (max-width: 767px) {
  .b-header-search-results-item__total {
    max-width: 100%;
    padding-right: 120px;
    position: relative;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
.b-header-search-results-item__old {
  color: #929292;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.b-header-search-results-item__old::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  background: var(--b-red);
  width: 100%;
  height: 1px;
}
.b-header-search-results-item__price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .b-header-search-results-item__price {
    font-size: 1rem;
  }
}
.b-header-search-results-item__button .btn {
  padding: 0 10px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .b-header-search-results-item__button .btn {
    font-size: 0.875rem;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .b-header-search-results-item__button .btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
  }
}
.b-header-search-results__all {
  font-size: 0.875rem;
  font-weight: 700;
  padding-top: 1.875rem;
}
.b-header-search-results__all a {
  color: var(--b-orange);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-style: dotted;
  transition: 0.4s;
}
.b-header-search-results__all a:hover {
  color: var(--b-black);
  text-decoration-style: solid;
}
.b-header__buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .b-header__buttons {
    display: none;
  }
}
.b-header__button {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 1024px) {
  .b-header__button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.b-header__button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: var(--b-black);
  text-decoration: none;
  transition: 0.4s;
}
.b-header__button a:hover {
  color: var(--b-orange);
}
.b-header__button a span.coll-block {
  position: absolute;
  left: 50%;
  top: -5px;
  height: 17px;
  border-radius: 9px;
  min-width: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--b-white);
  background: var(--b-orange);
  line-height: 1;
  margin-left: 2px;
}
.b-header__button a span.icon-block {
  display: block;
  margin: 0 auto;
}
.b-header__button a span.icon-block .icon {
  display: block;
  margin: 0 auto;
}
.b-header__button a span.name-block {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.b-header__borders {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  flex-wrap: nowrap;
  display: flex;
  padding-top: 1px;
  padding-bottom: 2px;
  position: relative;
}
.b-header__borders::before, .b-header__borders::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0.9375rem;
  right: 0.9375rem;
  background: var(--b-yellow);
  pointer-events: none;
}
.b-header__borders::before {
  top: 0;
}
.b-header__borders::after {
  bottom: 0;
}
.b-header__navigation {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-height: 40px;
}
@media (max-width: 1024px) {
  .b-header__navigation {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .b-header__navigation {
    justify-content: flex-start;
  }
}
.b-header__navigation .catalog-menu-block {
  left: 0.9375rem;
}
.b-header-navigation__item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.b-header-navigation__item a {
  font-size: 1.125rem;
  color: #121212;
  text-align: left;
  display: inline-block;
  padding: 0 45px 0 40px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  line-height: 40px;
}
@media (max-width: 767px) {
  .b-header-navigation__item a {
    padding-right: 10px;
  }
}
.b-header-navigation__item a.hor-catalog-active {
  color: #f49b07;
}

@media (max-width: 1024px) {
  .search-open .overflow-menu {
    display: block;
  }
}

/*# sourceMappingURL=header.css.map */
