@charset "UTF-8";
/* ==================== ##Page 404 ==================== */
@property --wgl-bg-gradient-primary {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}
@property --wgl-bg-gradient-secondary {
  syntax: "<color>";
  initial-value: #000;
  inherits: false;
}
@property --wgl-border-gradient-primary {
  syntax: "<color>";
  initial-value: #fff;
  inherits: false;
}
@property --wgl-border-gradient-secondary {
  syntax: "<color>";
  initial-value: #000;
  inherits: false;
}
body.error404 #main {
  padding: 0;
}
body.error404 .page_404_wrapper {
  padding: 0;
}
body.error404 .page_404_wrapper > .wgl-container {
  background-position: center;
  background-repeat: no-repeat;
  padding-top: clamp(100px, 38.958vw, 748px);
  padding-bottom: 72px;
}
@media (max-width: 1200px) {
  body.error404 .page_404_wrapper > .wgl-container {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
body.error404 .page_404_wrapper .error_page__num {
  color: var(--neron-primary-color);
  line-height: 1;
  margin-bottom: 60px;
}
body.error404 .page_404_wrapper .error_page__num > * {
  display: inline-block;
  vertical-align: middle;
}
body.error404 .page_404_wrapper .wgl-container {
  --page-404-max-width: calc(var(--neron-elementor-container-width, 1200px) + var(--wgl-container-padding-desktop));
  max-width: var(--page-404-max-width);
}

.page_404_wrapper-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.page_404_wrapper .error_page {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1200px) {
  .page_404_wrapper .error_page {
    flex-direction: column;
    align-items: center;
  }
}
.page_404_wrapper .error_page__img {
  display: inline-block;
  position: relative;
  z-index: -1;
}
.page_404_wrapper .error_page__content {
  text-align: right;
  width: 38%;
  margin-bottom: 17px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .page_404_wrapper .error_page__content {
    text-align: center;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .page_404_wrapper .error_page__content {
    width: 100%;
  }
}
.page_404_wrapper .error_page__subtitle {
  font-size: 130px;
  color: transparent;
  line-height: 0.7;
  margin-top: -40px;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: var(--neron-secondary-color);
  stroke: var(--neron-secondary-color);
}
.page_404_wrapper .error_page__title {
  font-size: clamp(40px, 6.667vw, 128px);
  line-height: 1em;
  text-align: left;
  max-width: 860px;
  letter-spacing: -0.08em;
}
@media (max-width: 1200px) {
  .page_404_wrapper .error_page__title {
    text-align: center;
  }
}
.page_404_wrapper .error_page__description {
  font-size: 16px;
  margin-bottom: 25px;
  color: var(--neron-header-font-color);
  max-width: 370px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .page_404_wrapper .error_page__description {
    margin-right: auto;
  }
}
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
  width: 100%;
  max-width: 620px;
}
.page_404_wrapper .search-form {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  transition: 0.45s;
}
.page_404_wrapper .search-form .search-field {
  padding-left: 28px;
  height: 46px;
}
.page_404_wrapper .search-form .search-field::placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
  transform: translateY(0) scale(1);
  transform-origin: left bottom;
}
.page_404_wrapper .search-form .search-field:active, .page_404_wrapper .search-form .search-field:focus {
  background-color: transparent !important;
  box-shadow: unset !important;
  border-color: var(--neron-header-font-color);
  border-width: 0 0 1px 0;
  color: var(--neron-header-font-color);
}
.page_404_wrapper .search-form .search-field:active::placeholder, .page_404_wrapper .search-form .search-field:focus::placeholder {
  opacity: 0;
}
.page_404_wrapper .search-form input[type=submit]:hover,
.page_404_wrapper .search-form input[type=submit]:focus,
.page_404_wrapper .search-form input[type=submit]:active {
  background: transparent;
}
.page_404_wrapper .wgl-button {
  --icon-size: calc(1em + 4px);
  padding: 17px 26px;
}
.page_404_wrapper .wgl-button::before {
  display: block;
  content: "";
  -webkit-mask-image: var(--neron-arrow-bottom-right);
  mask-image: var(--neron-arrow-bottom-right);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: var(--icon-size);
  mask-size: var(--icon-size);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: var(--icon-size);
  min-width: var(--icon-size);
  height: var(--icon-size);
  padding: 0;
  box-shadow: none;
  background-color: currentColor;
  color: inherit;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  margin: auto;
  transform: translateX(0) rotate(0);
}
.page_404_wrapper .wgl-button .letter {
  display: inline-block;
}
@media (min-width: 768px) {
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active)::before {
    animation: WGLIconBounce 0.5s cubic-bezier(0.34, 0.91, 0.7, 0.96) both;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter {
    animation: WGLLetterWave 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(1) {
    animation-delay: 0.03s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(2) {
    animation-delay: 0.06s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(3) {
    animation-delay: 0.09s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(4) {
    animation-delay: 0.12s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(5) {
    animation-delay: 0.15s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(6) {
    animation-delay: 0.18s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(7) {
    animation-delay: 0.21s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(8) {
    animation-delay: 0.24s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(9) {
    animation-delay: 0.27s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(10) {
    animation-delay: 0.3s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(11) {
    animation-delay: 0.33s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(12) {
    animation-delay: 0.36s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(13) {
    animation-delay: 0.39s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(14) {
    animation-delay: 0.42s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(15) {
    animation-delay: 0.45s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(16) {
    animation-delay: 0.48s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(17) {
    animation-delay: 0.51s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(18) {
    animation-delay: 0.54s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(19) {
    animation-delay: 0.57s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(20) {
    animation-delay: 0.6s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(21) {
    animation-delay: 0.63s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(22) {
    animation-delay: 0.66s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(23) {
    animation-delay: 0.69s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(24) {
    animation-delay: 0.72s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(25) {
    animation-delay: 0.75s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(26) {
    animation-delay: 0.78s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(27) {
    animation-delay: 0.81s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(28) {
    animation-delay: 0.84s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(29) {
    animation-delay: 0.87s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(30) {
    animation-delay: 0.9s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(31) {
    animation-delay: 0.93s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(32) {
    animation-delay: 0.96s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(33) {
    animation-delay: 0.99s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(34) {
    animation-delay: 1.02s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(35) {
    animation-delay: 1.05s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(36) {
    animation-delay: 1.08s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(37) {
    animation-delay: 1.11s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(38) {
    animation-delay: 1.14s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(39) {
    animation-delay: 1.17s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(40) {
    animation-delay: 1.2s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(41) {
    animation-delay: 1.23s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(42) {
    animation-delay: 1.26s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(43) {
    animation-delay: 1.29s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(44) {
    animation-delay: 1.32s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(45) {
    animation-delay: 1.35s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(46) {
    animation-delay: 1.38s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(47) {
    animation-delay: 1.41s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(48) {
    animation-delay: 1.44s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(49) {
    animation-delay: 1.47s;
  }
  .page_404_wrapper .wgl-button:is(:hover, :focus, :active) .letter:nth-child(50) {
    animation-delay: 1.5s;
  }
  @keyframes WGLIconBounce {
    0% {
      transform: translateX(0) rotate(0);
    }
    25% {
      transform: translateX(8px) rotate(5deg);
    }
    50% {
      transform: translateX(0) rotate(-2deg);
    }
    75% {
      transform: translateX(4px) rotate(2deg);
    }
    100% {
      transform: translateX(0) rotate(0);
    }
  }
  @keyframes WGLLetterWave {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-4px);
    }
    60% {
      transform: translateY(2px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
.page_404_wrapper .search-button {
  position: absolute;
  z-index: 1;
  height: 52px;
  width: 18px;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  box-shadow: none;
  cursor: pointer;
  background: transparent;
}
.page_404_wrapper .search-button:focus, .page_404_wrapper .search-button:active {
  box-shadow: none;
}
.page_404_wrapper .search-button::after {
  display: none;
}
.page_404_wrapper .search__icon,
.page_404_wrapper .wc-block-product-search__button {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 52px;
  width: 1em;
  font-size: 20px;
  line-height: 54px;
  font-style: normal;
  text-align: center;
  opacity: 1;
  transition: 0.4s;
  pointer-events: none;
  border-radius: 0;
  color: var(--neron-header-font-color);
}

/* ==================== ##Search Page ==================== */
header.searсh-header {
  margin-bottom: 30px;
}
header.searсh-header .page-title {
  font-size: 36px;
  line-height: 1.65;
}
header.searсh-header .page-title span {
  font-size: 1.15em;
  line-height: inherit;
}

.search-no-results header.searсh-header {
  margin-bottom: 0;
}
.search-no-results .page_404_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 70px;
  min-height: 100%;
}
.search-no-results .page_404_wrapper .banner_404_text {
  color: inherit;
  margin: 25px 0 26px;
  font-size: 18px;
}
.search-no-results .page_404_wrapper .neron_404_button.wgl_button .wgl_button_link:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .search-no-results .page_404_wrapper .banner_404_text {
    margin-left: 0;
    margin-right: 0;
  }
}