.header {
  box-shadow: 4px 4px 16px 0px rgba(40, 40, 40, 0.04);
  background: #000;
  color: #fff;
  position: relative;
  z-index: 6;
}

@media (max-width: 719px) {
  .header .container {
    padding-right: 16px;
  }
}

@media (max-width: 1023px) {

  .header .container .fb-head,
  .header .container .location,
  .header .container .lk-header,
  .header .container .menu-head {
    opacity: 0;
    overflow: hidden;
    height: 0;
  }
}

.header__body {
  padding-top: 12px;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .header__body {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 48px;
  }
}

.header__logo {
  width: 266px;
  display: inline-block;
  margin-top: 5px;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .header__logo {
    width: 132px;
    margin-top: 0;
  }
}

.header__logo div img {
  max-width: 100%;
}

.header__logo p {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}

@media (max-width: 1023px) {
  .header__logo p {
    display: none;
  }
}

.header__control {
  flex: 1 1 auto;
  margin-left: 61px;
}

@media (max-width: 1319px) {
  .header__control {
    margin-left: 40px;
  }
}

@media (max-width: 1023px) {
  .header__control {
    margin-left: 0;
  }
}

.header__top {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}

.header__center {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .header__center {
    margin-top: 0;
  }
}

/****************************только в мобильной версии***********************************/
.hp-picks {
  display: none;
}

@media (max-width: 1023px) {
  .hp-picks {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3f3f3f;
    box-shadow: 4px 4px 16px 0px rgba(40, 40, 40, 0.04);
    height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 115%;
  }

  .hp-picks picture {
    display: flex;
    align-items: center;
  }

  .hp-picks span {
    margin-left: 8px;
  }

  .hp-picks span img {
    width: 12px;
    height: 12px;
  }
}

.hp-control {
  display: none;
}

@media (max-width: 1023px) {
  .hp-control {
    display: flex;
    align-items: center;
  }
}

.hp-control__item {
  width: 22px;
  height: 22px;
  margin-left: 16px;
  display: inline-block;
}

.hp-control__item:hover {
  background: transparent;
}

.hp-control__item svg {
  fill: transparent;
  stroke: #fff;
  width: inherit;
  height: inherit;
}

/***************************************************************/
.location {
  margin-left: -3px;
}

@media (max-width: 1023px) {
  .location {
    margin-left: 0;
    opacity: 0;
  }
}

.location__icon {
  flex: 0 0 20px;
  height: 20px;
  margin-right: 6px;
}

@media (max-width: 1023px) {
  .location__icon {
    margin-right: 8px;
  }
}

.location__icon svg {
  width: 20px;
  height: 20px;
  max-width: 100%;
  fill: #e43a2d;
}

@media (max-width: 1023px) {
  .location__text {
    font-weight: 500;
  }
}

.location__text span {
  display: inline-block;
  margin-left: 16px;
  color: #e43a2d;
}

@media (max-width: 1023px) {
  .location__text span {
    display: none;
  }
}

/***************************************************************/
@media (max-width: 1023px) {
  .lk-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-weight: 500;
    line-height: 115%;
    opacity: 0;
  }
}

@media (max-width: 1023px) {
  .lk-header__wrap {
    margin-top: 16px;
  }
}

.lk-header__link.link {
  margin-left: 8px;
  gap: 6px;
}

@media (max-width: 1023px) {
  .lk-header__link.link {
    margin-left: 0;
    gap: 8px;
  }
}

@media (any-hover: hover) {
  .lk-header__link.link:hover {
    color: #3f3f3f;
  }
}

.lk-header__icon {
  width: 20px;
  height: 20px;
}

.lk-header__icon svg {
  stroke: #b5b5b5;
  fill: transparent;
}

@media (max-width: 1023px) {
  .lk-header__icon svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
}

@media (max-width: 1023px) {
  .lk-header__icon_favorite {
    display: flex;
    align-items: center;
  }
}

.lk-header__icon_favorite span {
  display: none;
}

@media (max-width: 1023px) {
  .lk-header__icon_favorite span {
    display: inline-block;
    margin-left: 8px;
  }
}

.lk-header__icon_favorite.active {
  position: relative;
}

.lk-header__icon_favorite.active::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e43a2d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (any-hover: hover) {
  .lk-header__icon_favorite.active:hover svg {
    stroke: #e43a2d;
  }
}

.lk-header__btn {
  margin-left: 12px;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .lk-header__btn:hover {
    color: #3f3f3f;
    text-decoration: none;
  }
}

/***************************************************************/
.search-head {
  position: relative;
  width: 397px;
  height: 48px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  /*overflow: hidden;*/
}

@media (max-width: 1319px) {
  .search-head {
    width: auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 1023px) {
  header .search-head {
    display: none;
  }
}

@media (any-hover: hover) {
  .search-head:hover {
    border-color: #3f3f3f;
  }
}

.search-head._focus {
  border-color: #3f3f3f;
}

.search-head._clear .search-head__clear {
  opacity: 1;
  pointer-events: all;
}

.search-head__input {
  font-size: 14px;
  line-height: 120%;
  height: 100%;
  padding: 0px 72px 0px 16px !important;
  border: none;
  box-shadow: none !important;
}

.search-head__clear {
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.search-head__clear svg {
  stroke: #b5b5b5;
}

.search-head__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 40px;
  height: 40px;
  background: #e43a2d;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .search-head__btn:hover {
    background: #c7281c;
  }
}

.search-head__btn svg {
  stroke: #fff;
  fill: transparent;
}

/***************************************************************/
.rating-yandex {
  height: 48px;
  border-radius: 4px;

  width: 160px;

  font-family: 'Tilda Sans', sans-serif;
  margin-left: 21px;
}

@media (max-width: 1319px) {
  .rating-yandex {
    display: none;
  }
}

.rating-yandex__logo {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.rating-yandex__logo img {
  max-width: 100%;
}

.rating-yandex__num {
  margin-right: 13px;
  font-weight: 600;
  line-height: 115%;
}

.rating-yandex__rating {
  position: relative;
}

.rating-yandex__rating div {
  width: 88px;
  height: 16px;
}

.rating-yandex__rating div._rating_value {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.rating-yandex__img img,
.rating-yandex__img picture {
  width: 88px;
  height: 16px;
}

.rating-yandex__text {
  font-size: 12px;
  line-height: 140%;
  margin-top: 7px;
  font-weight: 500;
}

/***************************************************************/
.fb-head {
  position: relative;
  margin-left: 24px;
  margin-right: 32px;
}

@media (max-width: 1319px) {
  .fb-head {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (max-width: 1023px) {
  .fb-head {
    margin: 0;
    opacity: 0;
  }
}

.fb-head.active .fb-head__popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(30px);
}

.fb-head.active .fb-head__phone .fb-head__icon svg {
  stroke: #e43a2d;
}

.fb-head.active .fb-head__phone .fb-head__arr {
  transform: rotate(-180deg);
}

.fb-head.active .fb-head__phone .fb-head__arr svg {
  fill: #e43a2d;
}

.fb-head__phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  cursor: pointer;
  white-space: nowrap;
}

@media (any-hover: hover) {
  .fb-head__phone:hover .fb-head__icon svg {
    stroke: #e43a2d;
  }

  .fb-head__phone:hover .fb-head__arr svg {
    fill: #e43a2d;
  }
}

.fb-head__phone:active .fb-head__icon svg {
  stroke: #e43a2d;
}

.fb-head__phone:active .fb-head__arr svg {
  fill: #e43a2d;
}

.fb-head__phone .fb-head__icon svg {
  stroke: #b5b5b5;
}

.fb-head__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.fb-head__icon svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  transition: all 0.3s ease 0s;
}

.fb-head__arr {
  margin-left: 2px;
  width: 12px;
  height: 12px;
  transition: all 0.2s ease 0s;
}

@media (max-width: 1023px) {
  .fb-head__arr {
    display: none;
  }
}

.fb-head__arr svg {
  width: 100%;
  height: 100%;
  fill: #282828;
}

.fb-head__time {
  font-size: 16px;
  color: #282828;

  font-weight: 500;
  line-height: 22px;
  margin-top: 8px;
}

.fb-head__phone a {
  color: #282828;
}

@media (max-width: 1023px) {
  .fb-head__time {
    margin-top: 12px;
  }
}

.fb-head__time .fb-head__icon svg {
  stroke: #b5b5b5;
}

.fb-head__time .fb-head__icon.job svg {
  stroke: #3eb16c;
}

.fb-head__popup {
  position: absolute;
  width: 256px;
  left: -40px;
  top: 0;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.1s ease 0s;
  z-index: 4;
}

@media (max-width: 1023px) {
  .fb-head__popup {
    display: none;
  }
}

.popup {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.16);
  padding: 16px 22px 22px;
}

.popup::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  display: inline-block;
}

.popup__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 12px;
}

.popup__form .input-box {
  margin-bottom: 12px;
}

.popup__polit {
  color: #707070;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 8px;
}

.popup__polit a {
  text-decoration-line: underline;
}

/***************************************************************/
.head-basket {
  margin-left: auto;
}

@media (max-width: 1023px) {
  .head-basket {
    display: none;
  }
}

@media (any-hover: hover) {
  .head-basket:hover .head-basket__img {
    background: #c7281c;
  }
}

.head-basket__icon {
  width: 44px;
  height: 44px;
  position: relative;
}

.head-basket__img {
  width: 100%;
  height: 100%;
  background: #e43a2d;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}

.head-basket__img svg {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #fff;
}

.head-basket__count {
  position: absolute;
  top: 0;
  right: -6px;
  padding: 2px;
  min-width: 24px;
  height: 18px;
  color: #fff;
  font-family: 'Tilda Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  background: #282828;
  z-index: 1;
  border-radius: 12px;
}

.head-basket__text {
  margin-left: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}

/*********************************menu******************************/
.menu-head {
  padding: 16px 0px;
  border-top: 1px solid #ededed;
}

@media (max-width: 1023px) {
  .menu-head {
    padding: 0;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}

.menu-head__item {
  position: relative;
  z-index: 3;
}

.menu-head__btn svg {
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .menu-head__item {
    padding: 12px 24px 12px 20px;
    max-height: 40px;
    overflow: hidden;
    transition: max-height 1s ease 0s;
  }

  .menu-head__item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
  }

  .menu-head__item.active {
    max-height: max-content;
    background: #f8f8f8;
    padding-bottom: 0;
    margin-bottom: -4px;
  }

  .menu-head__item.active .menu-head__name {
    color: #e43a2d;
  }

  .menu-head__item.active .menu-head__btn svg {
    transform: rotate(-180deg) scale(1.2);
  }

  .menu-head__item.active .menu-head__btn svg {
    fill: #e43a2d;
  }

  .menu-head__item.active .menu-head__overlay {
    opacity: 1;
  }
}

.menu-head__item_center .menu-head__list::after {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.menu-head__item a {
  color: #282828;
  font-weight: 500;
  line-height: 115%;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1023px) {
  .menu-head__item a:hover {
    color: #c7281c;
  }
}

@media (min-width: 1023px) {
  .menu-head__item:hover .menu-head__name {
    color: #c7281c;
  }

  .menu-head__item:hover .menu-head__btn {
    transform: rotate(-180deg);
  }

  .menu-head__item:hover .menu-head__overlay {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
}

.menu-head__name {
  display: flex;
  align-items: center;
  min-height: 16px;
}

.menu-head__btn {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transition: all 0.2s ease 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .menu-head__btn {
    margin-left: auto;
  }
}

.menu-head__btn svg {
  width: inherit;
  height: inherit;
  fill: #e43a2d;
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .menu-head__btn svg {
    fill: #3f3f3f;
    transform: scale(1.2);
  }
}

.menu-head__overlay {
  position: absolute;
  top: 100%;
  left: 0%;
  padding-top: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s ease 0s;
  transform: translateY(20px);
}

@media (max-width: 1023px) {
  .menu-head__overlay {
    position: static;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    padding-top: 0;
  }
}

.menu-head__list {
  padding: 16px 22px 10px;
  min-width: 228px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(40, 40, 40, 0.16);
  border-radius: 8px;
}

@media (max-width: 1023px) {
  .menu-head__list {
    background: transparent;
    box-shadow: none;
    padding: 12px 0 0;
    width: 100%;
  }
}

.menu-head__list::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 27px;
  transform: rotate(45deg);
}

@media (max-width: 1023px) {
  .menu-head__list::after {
    display: none;
  }
}

.menu-head__list ul.col2 {
  column-count: 2;
  gap: 32px;
  display: flex;
}

@media (max-width: 1023px) {
  .menu-head__list ul.col2 {
    display: block;
    column-count: 1;
  }
}

.menu-head__list ul li a {
  display: inline-block;
  margin-bottom: 12px;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .menu-head__list ul li a {
    margin-bottom: 16px;
  }
}

.menu-head__list ul li ul {
  padding-left: 14px;
  position: relative;
}

.menu-head__list ul li ul::after {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  left: 0;
  top: 0;
  background: #e4e4e4;
}

/*********************************burger******************************/
.burger {
  position: fixed;
  left: -150%;
  top: 0;
  width: 360px;
  height: calc(100% - 2px);
  background: #fff;
  z-index: 8;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.burger._active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.burger .simplebar-track.simplebar-vertical {
  top: 0px;
  bottom: 0px;
}

.burger__close {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 24px;
  height: 24px;
}

.burger__close svg {
  width: inherit;
  height: inherit;
  stroke: #3f3f3f;
}

.burger__location {
  height: 56px;
  padding: 18px 52px 18px 20px;
}

.burger__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

.burger__icon svg {
  width: inherit;
  height: inherit;
  fill: transparent;
  stroke: #b5b5b5;
}

.burger__other {
  padding: 16px 20px;
  border-top: 1px solid #e4e4e4;
  font-weight: 500;
  line-height: 115%;
}

.burger__search {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}

.burger__contact {
  padding: 16px 20px 28px 20px;
  border-top: 1px solid #e4e4e4;
  font-weight: 500;
}

.burger__contact .btn {
  max-width: 246px;
  margin-top: 16px;
  line-height: 110%;
  height: 39px;
  font-size: 14px;
  font-weight: 500;
}

.burger__adres {
  display: flex;
  line-height: 120%;
  margin-top: 12px;
}

.burger__adres .burger__icon svg {
  fill: #b5b5b5;
  stroke: none;
}

.burger .simplebar-track.simplebar-vertical {
  right: 0;
}

.burger .fb-head,
.burger .location,
.burger .lk-header,
.burger .menu-head {
  opacity: 1;
  overflow: visible;
  height: auto;
}

/**************************************************/

/***************************************************************/
.social {
  gap: 8px;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.social a img {
  width: 100%;
  object-fit: cover;
}

/***************************************************************/
.btn-up {
  position: fixed;
  right: 50px;
  bottom: 48px;
  border-radius: 4px;
  background: #e4e4e4;
  width: 48px;
  height: 48px;
  transition: all 0.2s ease 0s;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
}

@media (max-width: 1319px) {
  .btn-up {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 719px) {
  .btn-up {
    display: none;
  }
}

@media (any-hover: hover) {
  .btn-up:hover {
    background: #c7281c;
  }

  .btn-up:hover svg {
    stroke: #fff;
  }
}

.btn-up:active {
  background: #e43a2d;
}

.btn-up:active svg {
  stroke: #e4e4e4;
}

.btn-up svg {
  stroke: #3f3f3f;
  transition: inherit;
  width: 28px;
  height: 28px;
}

.btn-up.in {
  opacity: 1;
  pointer-events: all;
}

.popup_modal {
  padding: 40px;
}

.popup_modal.popup::after {
  display: none;
}

.popup_modal .popup__title {
  font-size: 16px;
}

@media (max-width: 719px) {
  .popup_modal .popup__title {
    font-size: 14px;
    line-height: 15px;
  }
}

.fancybox-content {
  max-width: 328px;
  overflow: visible;
}

.fancybox-active {
  height: 100%;
}

.fancybox-bg {
  background: rgba(40, 40, 40, 0.24);
}

#popup {
  display: none;
}

.popup-help {
  max-width: 320px;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.popup-help__title {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.popup-help__text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}

.panel-menu {
  display: none;
  position: fixed;
  bottom: -120%;
  background: #fff;
  box-shadow: 0px -4px 8px 0px rgba(40, 40, 40, 0.08);
  width: 100%;
  z-index: 11;
}

@media (max-width: 1023px) {
  .panel-menu {
    bottom: 0;
  }
}

.panel-menu__item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 6px 8px;
}

.panel-menu__item.active .icon,
.panel-menu__item._active .icon {
  stroke: #e43a2d;
}

.panel-menu__icon {
  width: 20px;
  height: 20px;
}

.panel-menu__icon .icon {
  width: inherit;
  height: inherit;
  stroke: #fff;
  fill: transparent;
}

.panel-menu__icon_basket {
  position: relative;
}

.panel-menu__icon_basket span {
  position: absolute;
  top: 0;
  right: -6px;
  padding: 1px 2px;
  border-radius: 12px;
  background: #282828;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  font-family: 'Tilda Sans', sans-serif;
  font-size: 6px;
  font-weight: 600;
  line-height: 115%;
  min-width: 12px;
}

.panel-menu__icon_basket.in span {
  background: #e43a2d;
}

.panel-menu__name {
  margin-top: 2px;
  text-align: center;
  font-size: 9px;
  font-weight: 500;
  line-height: 115%;
}

/**************************************************/

/*****************!important*********************************/

#region_detect {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.16);
  z-index: 4;
  padding: 12px;
  top: 36px;
  border: none;
}

#region_detect .flex {
  gap: 8px;
  margin-top: 8px;
}

#region_detect .flex button {
  flex: 1;
}

/**************************************************/

#cityList table {
  display: flex;
}

#cityList table tbody {
  display: flex;
  flex-direction: column;
}

#cityList .city-search-header {
  display: flex;
  flex-direction: column;
}

#cityList .city-search-header a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  color: #464646;
  text-decoration: none;
  transition: 0.1s;
}

#cityList .city-search-header a:hover {
  color: #e43a2d;
}

#cityList .city-search-header td:nth-child(1) {
  display: flex;
  gap: 24px;
}

#cityList .city-search-header td:nth-child(2) {
  margin-top: 12px;
  width: 100%;
}

#cityList .city-list a {
  color: #464646;
  text-decoration: none;
  transition: 0.1s;
}

#cityList .city-list a:hover {
  color: #e43a2d;
}

.fancybox-close-small {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.fancybox-close-small {
  color: #3f3f3f;
}

/**********************************************/

@media (max-width: 1023px) {
  .menu-head__item {
    padding: 0px 12px 0px 0px !important;
  }

  .menu-head__name a {
    padding: 12px 0px 12px 20px !important;
    display: flex;
    width: 100%;
  }

  .menu-head__btn {
    width: 40px;
    height: 40px;
  }

  .menu-head__btn svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/**************************************************/
.form-auth-bottom {}

.form-auth-bottom input {
  background: transparent !important;
  border: 1px solid #e43a2d !important;

  color: #464646 !important;
}

@media (max-width: 1023px) {
  .menu-head__item {
    padding: 0px !important;
  }

  .menu-head__name {
    position: relative;
  }

  .menu-head__name a {
    padding: 12px 24px 12px 20px !important;
    width: 100%;
  }

  .menu-head__item.active .menu-head__list {
    padding: 12px 24px 0px 20px !important;
  }

  .menu-head__btn {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}



* {
  font-family: 'Tilda Sans', sans-serif;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free" !important;
}

.menu-head__item a {
  line-height: 140%;
  font-size: 14px;
}

#addBoxForm label {
  width: auto;
  float: none;
  display: block;
  margin-bottom: 20px;
}

#addBoxForm .add-basket__bottom button:first-child {
  margin-right: 10px;
}

#addBoxForm .add-basket__bottom button {
  box-shadow: none;
}

.help {
  position: relative;
  display: inline-block;
}

.help__text {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  background: #282828;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 4;
  width: 200px;
}

.help__text::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: -1px;
  top: 9px;
  background: #282828;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}

.help:hover .help__text {
  opacity: 1;
}

@media (max-width: 500px) {
  body .goods_item .tobasket {
    background-position: 13px 11px !important;
    padding-right: 15px;
  }
}