.from__top--result {
  max-height: 550px;
  overflow: auto;
  position: absolute;
  top: 100%;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 40px;
  background: #fff;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.6);
  width: 280px;
  font-size: 14px;
  line-height: 1.15;
}
.header__right-item.header__right-search {
  transition: width 1s ease-out, right 1s ease-out;
}

.header__right-item.header__right-search:hover {
  transition: width 1s ease-in, right 1s ease-in;
}
.header__right-item.header__right-search:hover {
  width: 130px;
}
@media only screen and (min-width: 1900px) {
  .header__right-item.header__right-search:hover {
    width: 265px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .header__right-item.header__right-search:hover {
    width: 75px;
  }
  .block__search:hover .form,
  .block__search .form:has(input:focus) {
    right: -17px;
    visibility: visible;
    height: 100%;
  }
  .block__search .form {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .from__top--result {
    height: 400px;
  }
  .header__right-item.header__right-search:hover {
    width: 75px;
  }
  .block__search:hover .form,
  .block__search .form:has(input:focus) {
    right: -17px;
    visibility: visible;
    height: 100%;
  }
  .block__search .form {
    width: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .header__right-item.header__right-search:hover {
    width: 265px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__right-item.header__right-search:hover {
    width: 130px;
  }
  .header__right-item.header__right-search:hover .block__search .form {
    right: -17px;
    visibility: visible;
    height: 100%;
    width: 250px;
  }
}
@media only screen and (min-width: 1440px) {
  .from__top--result {
    top: 33px;
    right: 0px;
    width: 400px;
  }
}
@media only screen and (min-width: 1900px) {
  .from__top--result {
    top: 40px;
    right: 0px;
    width: 400px;
  }
}

.from__top--result .prd-result {
  font-weight: 600;
  margin: 0 0 10px;
  padding: 15px 10px 0;
}

.from__top--result li {
  margin: 0 0 20px;
  height: 90px;
}

.from__top--result li > a,
.from__top--result li > .a-link {
  float: left;
  width: 85px;
}

.from__top--result li .le-search-right {
  margin-left: 20px;
}
.from__top--result li .le-search-right .price {
  margin: unset;
}
.from__top--result li .product-name {
  font-size: inherit;
  line-height: inherit;
  word-break: break-all;
}

.from__top--result li .product-name a,
.from__top--result li .product-name .a-link {
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.from__top--result li .product-name.not-found {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .price-label {
    display: none;
  }
}

.header {
  height: var(--header-height);
  z-index: 500;
  width: 100%;
  background-color: var(--white-color);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.header.active::before {
  visibility: visible;
  opacity: 1;
}

.header__left,
.header__right {
  height: 100%;
}

.header__logo {
  background-color: #111;
  width: 100px;
  line-height: 42px;
  width: 120px;
  padding: 0 10px !important;
}

.header__left-item {
  height: 100%;
  padding: 10px;
  cursor: pointer;
  gap: 5px;
  transition: all 0.2s ease-out;
  display: flex;
}

.header__left-item:nth-child(2) .block__content .title__list a {
  text-transform: unset;
}

.header__left-item .symbol.phone::before {
  color: #eb5757;
  font-size: 16px;
  margin-right: 5px;
}

.header__left-item:hover .block__content.header__desk {
  display: block;
}

.header__left-item:nth-child(2) {
  background-color: var(--border-color);
  flex-shrink: 0;
}

.header__left-item:nth-child(3):hover,
.header__left-item:nth-child(2):hover {
  background-color: var(--bg-hover-gray-color);
}

.header__left-item:nth-child(3) .block__content .title {
  width: 200px;
}

.header__left-item:nth-child(3) .block__content {
  padding-left: 217px;
}

.header__left-item:nth-child(3):hover,
.header__left-item:nth-child(2):hover .header__left-text {
  color: var(--white-color);
}

.header__left-item:nth-child(3) {
  background-color: #f2f2f2;
}

.block__content {
  background-color: var(--bg-hover-gray-color);
  padding: 25px 30px 10px 145px;
  display: none;
}

.header__left-text {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.header__left-text .symbol::before {
  content: "\e934";
}

.header__left-lang {
  background: #111;
  border-radius: 10px;
  padding: 0 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  text-transform: uppercase;
}

.header__phone {
  color: var(--red-color) !important;
  font-size: 14px;
  display: flex;
  gap: 5px;
}

.header__phone:hover {
  color: var(--red-color);
}

.header__right {
  padding: 10px;
}

.header__right .header__right-item {
  padding: 5px 7px;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
  background-color: #fff;
  height: var(--header-height);
  display: flex;
  align-items: center;
}

.header__right .block__content.product-content .content .symbol.down::before {
  font-size: 9px;
}

.header__right .header__right-item:nth-child(2) .block__content {
  height: 400px;
}

.header__right .header__right-item.special:hover {
  z-index: 4;
}

.header__right .text {
  font-size: 11px;
  line-height: 32px;
  color: #222;
  text-transform: uppercase;
}

.header__right-search {
  position: relative;
  width: 110px;
}

.block__search .form::before,
.header__right-search::before {
  font-size: 20px;
  margin: 0 10px 0 5px;
}

.block__search .form {
  position: absolute;
  top: 0;
  right: -130px;
  width: 245px;
  height: 42px;
  background-color: #fff;
  transition: width 1s ease-out, right 1s ease-out;
  visibility: hidden;
  z-index: 2;
}

/* .header__right-search:hover .form {
  right: 0;
  visibility: visible;
  height: 100%;
} */

.block__search .form .input {
  width: calc(100% - 45px);
  border: 1px solid var(--border-color);
  outline: none;
  border-radius: 5px;
  padding: 6px;
  font-size: 14px;
}

.block__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.header__item {
  z-index: 2;
  /* position: relative; */
}

.header__item .content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

.header__item::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}

.block__content * {
  color: var(--white-color);
}

.block__content .block__content-item .title {
  font-size: 15px;
  line-height: 1.15;
  width: 300px;
}

.block__content .block__content-item .title__text {
  padding: 10px 10px 10px 0;
  font-weight: 600;
}

.block__content .block__content-item .title::after {
  content: "";
  background-color: var(--border-nav-menu);
  width: 1px;
  height: 22px;
}

.block__content .title__list {
  padding: 10px 0 10px 30px;
}

.block__content .title__list .title__list-item {
  padding: 0 10px;
  position: relative;
}

.block__content .title__list .title__list-item.active {
  background: #333;
  border-radius: 14px;
}

.block__content .title__list .title__list-item.active:hover a::after {
  width: 0;
}

.block__content .title__list .title__list-item a {
  font-size: 15px;
  line-height: 1.15;
  text-transform: uppercase;
}

.block__content .title__list .title__list-item a::after {
  content: "";
  background-color: var(--white-color);
  display: block;
  height: 1px;
  width: 0%;
  transition: all 0.2s linear;
}

.block__content .title__list .title__list-item:hover a::after {
  width: 100%;
}

.block__content .title__list .title__list-item a:hover {
  color: var(--white-color);
}

.header__right .block__content {
  padding: 20px;
  background-color: var(--white-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header__right .block__content.product-content .content {
  margin-left: initial;
}

.header__right-item {
  transition: all 0.2s ease-out;
}

.header__right-item:hover .block__content {
  display: flex;
}

.header__right-item:hover .block__content * {
  color: #222;
}

.header__right-item:hover .block__content .title {
  width: 440px;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
}

.header__right-item .block__content .content {
  border-left: 1px solid var(--border-color);
  margin-left: auto;
}

.header__right-item:hover .block__content .content ul li {
  padding: 10px 0 0 30px;
  margin: 0 58px 5px;
  display: flex;
}

.header__right-item:hover .block__content .content ul li a {
  font-size: 15px;
  line-height: 1.15;
}

.header__right-item:hover .block__content .content ul li a::after {
  content: "";
  background-color: #333;
  display: block;
  height: 1px;
  width: 0%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header__right-item:hover .block__content .content ul li:hover a::after {
  width: 100%;
}

.header__right-item:nth-child(4),
.header__right-item:nth-child(5) {
  /* .header__right-item:nth-child(6) { */
  position: relative;
}

.header__right-item:nth-child(4)::before,
.header__right-item:nth-child(5)::before {
  /* .header__right-item:nth-child(6)::before { */
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0%;
  height: 2px;
  background-color: #111;
  transition: all 0.2s ease-out;
}

.header__right-item:nth-child(4):hover,
.header__right-item:nth-child(5):hover,
.header__right-item:nth-child(6):hover {
  background-color: #f2f2f2;
}

.header__right-item:nth-child(4):hover::before,
.header__right-item:nth-child(5):hover::before,
.header__right-item:nth-child(6):hover::before {
  width: calc(100% + 1px);
}

.header__right-item:nth-child(2) .block__content .content {
  padding: 10px 0 0 30px;
  position: relative;
  width: 350px;
  margin-left: 100px;
}

.header__right-item:nth-child(2) .block__content .content li {
  margin: 0 10px;
  padding: 0 20px 4px 10px;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li:nth-child(2)
  .icon-down::before {
  content: "\e944";
}

.header__right-item:nth-child(6) .block__content .content li a,
.header__right-item:nth-child(2) .block__content .content li a {
  font-size: 15px;
  line-height: 1.15;
  position: relative;
}

.header__right-item:nth-child(6) .block__content .content li a::after,
.header__right-item:nth-child(2) .block__content .content li a::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 100%;
  background-color: #222;
  width: 0%;
  transition: all 0.2s ease-out;
}
.header__right-item:nth-child(6) .block__content .content li a:hover::after,
.header__right-item:nth-child(2) .block__content .content li a:hover::after {
  width: 100%;
}

.header__right-item:nth-child(2) .block__content .content li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 350px;
  border: 1px solid #d6d6d6;
  display: none;
}

.header__right-item:nth-child(2) .block__content .content li .sub-menu::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background-color: transparent;
  right: 100%;
  top: 0;
}

.header__right-item:nth-child(2) .block__content .content li:hover .sub-menu {
  display: block;
}

.header__right-item:nth-child(2) .block__content .content li .sub-menu li {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #555;
  margin: 0;
  border-bottom: solid 1px #929292;
  transition: 0.2s ease-out;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  li:hover {
  background-color: var(--white-color);
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  li:hover
  .symbol.down::before {
  color: var(--black-color);
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  li
  .symbol.down::before {
  color: var(--white-color);
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  li:hover
  a {
  color: var(--black-color);
}

.header__right-item:nth-child(2) .block__content .content li .sub-menu li a {
  font-size: 15px;
  line-height: 1.15;
  color: var(--white-color);
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  li
  a::after {
  width: 0;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  .menu-child {
  position: absolute;
  left: 100%;
  top: 0;
  width: 350px;
  background-color: var(--white-color);
  border: 1px solid #d6d6d6;
  display: none;
}
.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  .menu-child
  ul {
  max-height: 300px;
  overflow-y: auto;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  li:hover
  .menu-child {
  display: block;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  .menu-child
  .heading {
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 17px;
  line-height: 19.55px;
  margin: 0 0 5px;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  .menu-child
  li {
  background-color: var(--white-color);
  border: none;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  .menu-child
  li
  a {
  color: var(--black-color);
  display: block;
  position: relative;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  .menu-child
  li
  a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--black-color);
  transition: all 0.2s ease-out;
}

.header__right-item:nth-child(2)
  .block__content
  .content
  li
  .sub-menu
  .menu-child
  li
  a:hover::after {
  width: 100%;
}

/* mobile */
.menu-navbar {
  padding: 10px 12px;
  cursor: pointer;
}

.header__mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: var(--white-color);
  padding: 20px 20px 80px;
  display: none;
}

.header__mobile.active {
  display: block;
}

.header__mobile-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.header__mobile-heading .title {
  font-weight: 600;
  line-height: 1.15;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--black-color);
}

.header__mobile-heading .symbol.phone a,
.header__mobile-heading .symbol.phone::before {
  color: #eb5757;
  font-size: 16px;
}

.header__mobile-content {
  padding: 20px 0 10px 0;
  display: flex;
  justify-content: space-between;
  user-select: none;
}

.header__mobile-content ul li a {
  font-size: 15px;
  line-height: 1.15;
  color: var(--black-222);
  position: relative;
}

.header__mobile-content ul li a:hover::after {
  width: 100%;
  transition: 0.2s ease-out;
}

.header__mobile-content ul li a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0%;
  left: 0;
  height: 1px;
  background-color: var(--black-222);
}

.header__mobile ul {
  width: 100%;
}

.header__mobile .sub__menu {
  padding: 10px;
  width: 100%;
}

.header__mobile .sub__menu a::after {
  display: none;
}

.header__mobile .sub__menu li {
  position: relative;
  margin-bottom: 10px;
}

.header__mobile .sub__menu li.single::after,
.header__mobile .sub__menu li .sub__menu-title::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0%;
  height: 1px;
  left: 0;
  background-color: var(--black-color);
}

.header__mobile .sub__menu li.single:hover::after,
.header__mobile .sub__menu li .sub__menu-title:hover::after {
  width: 100%;
  transition: all 0.2s ease-out;
}

.header__mobile .sub__menu-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__mobile .sub__menu-title::before {
  order: 1;
}

.header__mobile .menu-child {
  padding: 10px 15px;
  display: none;
}

.header__mobile .menu-child.active {
  display: block;
}

.header__mobile-content .menu-child li a {
  position: relative;
}

.header__mobile-content .menu-child li a:hover::after {
  width: 100%;
  transition: all 0.2s ease-out;
}

.header__mobile-content .menu-child li a::after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--black-color);
  top: 100%;
  left: 0;
  height: 1px;
  width: 0%;
}

.block__search:hover .form, .block__search .form:has(input:focus) {
  right: -17px;
  visibility: visible;
  height: 100%;
}

.block__search {
  height: var(--header-height);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--white-color);
}

.menu-navbar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
}

.block__content.mobile {
  padding: 20px;
  display: none;
}

.block__content.mobile .title {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.44px;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #828282;
}

.block__content.mobile .content {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}

.block__content.mobile .content ul li {
  padding-left: 5px;
  margin-bottom: 10px;
}

.block__content.mobile .content ul li a {
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.block__mobile ul li a:hover,
.block__content.mobile .content ul li a:hover {
  color: var(--white-color);
}

.block__mobile ul li a:hover::before,
.block__content.mobile .content ul li a:hover::before {
  width: 100%;
}

.block__mobile ul li a::before,
.block__content.mobile .content ul li a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: var(--white-color);
  left: 0;
  top: 100%;
  transition: all 0.2s;
}

.block__mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  padding: 20px;
  color: var(--white-color);
}

.block__mobile .title {
  border-bottom: 1px solid #828282;
  padding: 10px 0 15px;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.44px;
  font-weight: 600;
}

.block__mobile ul {
  padding: 20px 10px;
}

.block__mobile ul li {
  margin-bottom: 10px;
}

.block__mobile ul li a {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--white-color);
  display: inline-block;
}

.block__mobile ul li a.active {
  pointer-events: none;
  cursor: default;
  padding: 2px 10px;
  background-color: var(--black-333);
  border-radius: 14px;
}

@media only screen and (max-width: 1199px) {
  .menu-navbar.symbol.active {
    display: block;
  }

  .header__desk {
    display: none;
  }

  .header__right .header__right-item {
    display: none;
  }

  .header__right .header__right-search {
    width: 75px;
    border: 0;
  }

  .header__left-item:hover .block__content:not(.mobile) {
    display: none;
  }

  .header__left-item:hover .block__mobile,
  .header__left-item:hover .block__content.mobile {
    display: block;
  }
}

@media only screen and (min-width: 1900px) {
  .header {
    height: var(--header-height-large);
  }

  .header__right .text,
  .header__left-text,
  .header__phone {
    font-size: 18px;
  }

  .header__logo {
    width: 140px;
  }
  .header__right .header__right-item {
    height: var(--header-height-large);
  }
}

@media only screen and (max-width: 767px) {
  .header__lang-text {
    display: none;
  }
}

body:has(#wpadminbar) header {
  top: 32px;
}
