@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 #main > .wgl-container {
  background-position: center;
  background-repeat: no-repeat;
  padding: 170px 0 200px;
}
@media (max-width: 1200px) {
  body.error404 #main > .wgl-container {
    padding: 0 0 80px;
  }
}
body.error404 #main .error_page__num {
  color: var(--lingplus-primary-color);
  line-height: 1;
  margin-bottom: -40px;
}
body.error404 #main .error_page__num > * {
  display: inline-block;
  vertical-align: middle;
}

.page_404_wrapper {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .page_404_wrapper {
    padding: 0 15px;
  }
}
.page_404_wrapper .error_page {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page_404_wrapper .error_page {
    margin-top: 0;
  }
}
.page_404_wrapper .error_page__img {
  display: inline-block;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .page_404_wrapper .error_page__img {
    margin-top: 20px;
  }
}
.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(--lingplus-secondary-color);
  stroke: var(--lingplus-secondary-color);
}
.page_404_wrapper .error_page__title {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.333em;
}
@media (max-width: 1200px) {
  .page_404_wrapper .error_page__title {
    font-size: 36px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .page_404_wrapper .error_page__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.page_404_wrapper .error_page__description {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_404_wrapper .error_page__description {
    margin-bottom: 20px;
  }
}
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
  width: 100%;
  max-width: 430px;
}
.page_404_wrapper .search-form {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  transition: 0.45s;
}
.page_404_wrapper .search-form .search-field {
  padding-right: 26px;
}
.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(--lingplus-header-font-color);
  border-width: 0 0 1px 0;
  color: var(--lingplus-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 {
  margin: 1px auto 0;
  display: flex;
  align-items: center;
  gap: 19px;
  color: var(--lingplus-button-color-idle);
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.page_404_wrapper .wgl-button::before {
  content: "";
  mask-image: var(--lingplus-arrow-right-h);
  mask-position: center center;
  mask-size: 1em;
  mask-repeat: no-repeat;
  background-color: currentColor;
  color: var(--lingplus-button-color-idle);
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 18px;
  font-weight: normal;
  text-indent: 0;
  margin: -0.5em 0;
}
.page_404_wrapper .wgl-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border-radius: inherit;
  background: var(--lingplus-button-bg-idle);
  transition: inherit;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.page_404_wrapper .wgl-button:hover {
  gap: 36px;
  color: var(--lingplus-quaternary-color);
}
.page_404_wrapper .wgl-button:hover::after {
  width: 56px;
  height: 100%;
}
.page_404_wrapper .search-button {
  position: absolute;
  z-index: 1;
  height: 56px;
  width: 18px;
  top: 0;
  right: 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;
  right: 0;
  height: 56px;
  width: 1em;
  font-size: 24px;
  line-height: 58px;
  font-style: normal;
  text-align: center;
  opacity: 1;
  transition: 0.4s;
  pointer-events: none;
  border-radius: 0;
  color: var(--lingplus-header-font-color);
}
.page_404_wrapper .search-button:hover .search__icon {
  color: var(--lingplus-primary-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 .lingplus_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;
  }
}