.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: 0;
  transform: 0;
  -webkit-animation: headerFixedAnimation 0.2s linear;
  animation: headerFixedAnimation 0.2s linear;
}
.header.fixed .header__top,
.header.fixed .header__center {
  display: none;
}
.header__top {
  background-color: #2e2f45;
  color: #fff;
  padding: 15px 0;
}
.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__top-phones_anon {
  font-size: 14px;
  display: block;
  margin-right: 20px;
}
.header__top-phone:hover {
  color: #a6c68d;
}
.header__top-phones_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 25px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header__center-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.header__center-phones_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__center-phones_anon {
  font-size: 12px;
  color: rgb(130, 130, 130);
  white-space: nowrap;
}
.header__center-phone {
  white-space: nowrap;
  color: rgb(58, 68, 112);
  font-weight: 700;
  position: relative;
  line-height: 1;
}
.header__center-phone::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  background-color: rgb(58, 68, 112);
  border-radius: 5px;
  left: 0;
  right: 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.header__center-phone:hover::before {
  width: 100%;
}
.header__center-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__center-search {
  width: 100%;
  max-width: 310px;
}
.header__center-address {
  text-align: left;
}
.header__center-search_item {
  border: 1px solid rgb(216, 216, 216);
  border-radius: 5px;
  padding: 12px 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.header__center-search_item::after {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: url("../img/icons/search.png") center center no-repeat;
  background: url("../img/icons/search.svg") center center no-repeat;
  background-size: cover;
}
.header__search {
  color: #828282;
  font-size: 14px;
  width: 100%;
}
.header__search::-webkit-input-placeholder {
  color: #828282;
  font-size: 14px;
}
.header__search::-moz-placeholder {
  color: #828282;
  font-size: 14px;
}
.header__search:-ms-input-placeholder {
  color: #828282;
  font-size: 14px;
}
.header__search::-ms-input-placeholder {
  color: #828282;
  font-size: 14px;
}
.header__search::placeholder {
  color: #828282;
  font-size: 14px;
}
.header__center-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header__center-social_icon {
  width: 100%;
  max-width: 56px;
  min-width: 56px;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 5px;
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.header__center-social_icon:hover {
  padding: 0;
}
.header__center-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #828282;
}
.header__center-info b {
  color: #3a4470;
}
.header__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.header__top-info_active {
  color: #00d95f;
  font-weight: 700;
}
.header__center-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__icon-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.header__icon-mobile picture {
  width: 14px;
}
.header__center-btn {
  padding: 0 24px;
  font-size: 16px;
  height: 46px;
}
.header__center-btn.active {
  gap: 10px;
  color: rgb(74, 74, 74);
  border-color: #d8d8d8;
  background-color: #fff;
}
.header__center-btn.active::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00d95f;
  border-radius: 50%;
}
.header__center-btn.active:hover {
  border-color: #ef8459;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e6e6e6;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  padding: 15px;
  position: relative;
}
.header-nav__menu {
  display: none;
  position: absolute;
  font-size: 16px;
  z-index: 100;
  padding: 0;
}
.header-nav__menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: -10px;
}
.header-nav__submenu-body {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -20px;
}
.header-nav__menu_link {
  padding: 0;
  position: relative;
  border-radius: 30px;
  -webkit-transition: padding 0.2s ease, background-color 0.2s ease,
    border-radius 0.2s ease;
  transition: padding 0.2s ease, background-color 0.2s ease,
    border-radius 0.2s ease;
}
.header-nav__menu_link > a {
  color: #191a2a;
}
.header-nav__menu_link:hover {
  background-color: #ef8459;
}
.header-nav__menu_link:hover > a,
.header-nav__menu_link:hover button {
  color: #fff;
}
.header-nav__submenu > button {
  color: #2e2f45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header-nav__submenu > button::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgb(73, 73, 73);
  border-right: 2px solid rgb(73, 73, 73);
  border-radius: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease,
    -webkit-transform 0.2s ease;
}
.header-nav__menu_link:hover > button::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  border-color: #fff;
}
.header_panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_panel-title-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__menu_link.header-nav__submenu {
    padding: 10px 28px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.header_panel-title::after,
.header-nav__menu_link.header-nav__submenu:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgb(73, 73, 73);
  border-right: 2px solid rgb(73, 73, 73);
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  -webkit-transition: margin-bottom 0.2s ease, border-color 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: margin-bottom 0.2s ease, border-color 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, margin-bottom 0.2s ease,
    border-color 0.2s ease;
  transition: transform 0.2s ease, margin-bottom 0.2s ease,
    border-color 0.2s ease, -webkit-transform 0.2s ease;
}
.header-nav__link {
  font-weight: 400;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.header_panel-title,
.header-nav__link > a {
  padding: 13px 28px;
}
.header-nav__submenu-nav {
  margin-top: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 400px;
  overflow-x: hidden;
}

.header-nav__submenu-nav {
  scrollbar-width: thin;
  scrollbar-color: #ef8459 #fff;
}

/* для Chrome/Edge/Safari */
.header-nav__submenu-nav::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.header-nav__submenu-nav::-webkit-scrollbar-track {
  background: #fff;
}
.header-nav__submenu-nav::-webkit-scrollbar-thumb {
  background-color: #ef8459;
  border-radius: 5px;
  border: 3px solid;
}
.header-nav__submenu-link {
  min-width: 280px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #191a2a;
}
.header-nav__submenu-link > a {
  display: block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 16px;
  white-space: normal;
}
.header-nav__submenu-link > a:hover {
  background-color: rgb(239, 132, 89);
  color: #fff;
}
.header-mobile__wrapper {
  display: none;
}
.header__center-phones_panel-title {
  display: none;
}
.header-mobile_hide__bottom {
  display: none;
}
.header-nav__menu_link > button,
.header-nav__menu_link > a {
    padding: 16px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
}
.header__center-lics {
  margin-top: 3px;
  font-size: 12px;
}
@media (max-width: 1480px) {
  .header__center {
    gap: 20px;
  }
  .header-nav__link > a,
  .header_panel-title {
    padding: 10px 12px;
  }
  .header_panel-title:after {
    margin-bottom: 4px;
  }
}
@media (max-width: 1160px) {
  .header__center-address {
    color: #fff;
  }
  .header__search {
    background-color: #2e2f45;
    color: #fff;
  }
  .header__search::-webkit-input-placeholder {
    color: #fff;
  }
  .header__search::-moz-placeholder {
    color: #fff;
  }
  .header__search:-ms-input-placeholder {
    color: #fff;
  }
  .header__search::-ms-input-placeholder {
    color: #fff;
  }
  .header__search::placeholder {
    color: #fff;
  }
  .header__top-phones_show {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    border-radius: 30px;
  }
  .header__center {
    padding-top: 10px;
  }
  .header__container {
    padding: 0;
  }
  .header-mobile__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    border-radius: 5px;
    background: #2e2f45;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .logo_hide {
    display: none;
  }
  .header__center-phones_show {
    display: none;
  }
  .header__center-phones_anon {
    display: none;
  }
  .header__center-phone {
    color: #fff;
  }
  .header__center-phones_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo__item {
    color: #fff;
  }
  .header-mobile_hide {
    display: none;
    padding: 0 0 10px;
    background-color: #2e2f45;
    position: relative;
    z-index: 103;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -100vh;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-mobile_hide.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-animation: fadeInFromNone 0.2s ease-in-out;
    animation: fadeInFromNone 0.2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .header-mobile_hide.is-hidden {
    -webkit-animation: fadeOutFromBlock 0.3s ease-in-out;
    animation: fadeOutFromBlock 0.3s ease-in-out;
  }
  .header-nav__submenu-link {
    min-width: 200px;
  }
  .header-nav__submenu-nav {
    max-width: 500px;
  }
  .header__center-search_item {
    padding: 12px 10px;
    gap: 4px;
  }
  .header__search {
    font-size: 12px;
  }
  .header__center-social {
    gap: 5px;
  }
  .header__center-item__wrapper {
    gap: 15px;
  }
  .header__center {
    gap: 5px;
  }
}
@media (min-width: 1024px) {
  .header-nav__submenu .header-nav__submenu-body {
    padding: 0;
  }
  .header-nav__submenu:hover .header-nav__submenu-body {
    display: block;
  }
  .header-nav__link:hover {
    background-color: rgb(239, 132, 89);
    color: #fff;
  }
  .header-nav__link:hover .header-nav__menu {
    display: block;
  }
  .header-nav__link:hover .header_panel-title::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: 0;
    border-color: #fff;
  }
  .header-nav__link_custom {
    color: #191a2a;
  }
  .header-nav__link_custom > button {
    font-weight: 500;
  }
}
@media (max-width: 1024px) {
  .header.active {
    height: 100vh;
    overflow-y: auto;
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-mobile_hide__bottom {
    position: fixed;
    top: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
  }
  .header-mobile_hide__bottom.is-visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-mobile_hide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header__center {
    padding: 0 15px;
    position: static;
    gap: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__bottom {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .header-nav {
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    border: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .header-nav__link > a,
  .header-nav__link > .header_panel-title {
    padding: 10px 28px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d8d8d8;
    background: #fff;
  }
  .header-nav__link .header_panel-title.panel-active {
    background-color: #dcecff;
  }
  .header-nav__link .header_panel-title.panel-active::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: 0;
  }
  .header-nav__menu {
    -webkit-animation: headerMobileAnimation 0.2s ease;
    animation: headerMobileAnimation 0.2s ease;
    margin-left: -100px;
  }
  .header-nav__menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    margin-left: 0;
  }
  .header-nav__menu_inner {
    margin: 0;
    width: 100%;
    margin-top: 10px;
  }
  .header-nav__submenu:hover .header-nav__submenu-body {
    padding: 0;
  }
  .header-nav__submenu-body {
    left: 0;
    -webkit-box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 70px 0 rgba(0, 0, 0, 0.1);
    z-index: 120;
    margin-top: 0;
    top: calc(100% + 10px);
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
  }
  .header-nav__submenu-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: none;
    max-width: calc(100% - 20px);
    border-radius: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-height: 270px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .header-nav__submenu-nav::-webkit-scrollbar {
    width: 3px;
  }
  .header-nav__submenu-nav::-webkit-scrollbar-thumb {
    background: #ef8459;
    border-radius: 10px;
  }
  .header-nav__submenu-nav::-webkit-scrollbar-track {
    background: #eaeaea;
  }
  .header-nav__submenu-body {
    -webkit-animation: headerMobileAnimation 0.2s ease;
    animation: headerMobileAnimation 0.2s ease;
    margin-left: -100px;
  }
  .header-nav__submenu-body.active {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 900px) {
  .header__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media (max-width: 770px) {
  .header__center-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__center-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .header__center-search_item {
    border-radius: 53px;
  }
  .header__center-phones_panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .header__center-phones_panel-title::after {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 3px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .header__center-phones_panel-title.panel-active::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .header__top-info {
    display: none;
  }
  .header__center-phones_wrapper {
    position: absolute;
    bottom: -110px;
    left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1002;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    gap: 0;
    pointer-events: none;
    opacity: 0;
    margin-left: -100vw;
    -webkit-transition: margin-left 0.2s ease, opacity 0.2s ease;
    transition: margin-left 0.2s ease, opacity 0.2s ease;
  }
  .header__center-phones_wrapper.active {
    pointer-events: all;
    opacity: 1;
    margin-left: 0;
  }
  .header__center-phones_wrapper a {
    color: #333;
  }
  .header-mobile__wrapper {
    position: relative;
  }
  .header__center-phones-icon {
    min-width: 24px;
    max-width: 24px;
  }
  .header__center-phone {
    padding: 16px 30px;
  }
  .header-mobile_hide__bottom__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 40px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 100px;
    left: 5px;
    right: 5px;
    z-index: 99;
  }
  .header-mobile_hide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding: 10px;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background-color: #fff;
    z-index: 101;
  }
  .header-mobile_hide__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }
  .header-mobile_hide__bottom__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
  .header__container {
    position: relative;
  }
  .header__top-info_active-hide {
    display: none;
  }
  .header-mobile_hide__bottom__bottom-item_bg {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  }
  .header-mobile_hide__bottom__bottom_city {
    font-size: 12px;
    color: #828282;
  }
  .header__center-btn_hide {
    display: none;
  }
}
@media (max-width: 440px) {
  .header__center-item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__center-btn {
    font-size: 14px;
    padding: 0 12px;
  }
  .header__center-btn.active {
    gap: 5px;
  }
  .header-mobile_hide__bottom__bottom {
    top: 70px;
    width: calc(100vw - 30px);
    left: 0;
    right: 0;
  }
}
@media (max-width: 380px) {
  .header-mobile__wrapper {
    gap: 5px;
    padding: 15px 10px;
  }
  .header__center-btn.active {
    font-size: 10px;
    padding: 0 6px;
  }
}
@-webkit-keyframes headerFixedAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: 0;
    transform: 0;
  }
}
@keyframes headerFixedAnimation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: 0;
    transform: 0;
  }
}
@-webkit-keyframes headerMobileAnimation {
  0% {
    display: none;
    margin-left: -100px;
  }
  100% {
    display: -webkit-box;
    display: flex;
    margin-left: 0;
  }
}
@keyframes headerMobileAnimation {
  0% {
    display: none;
    margin-left: -100px;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
