@charset "UTF-8";
/* ==================== ##Page 404 ==================== */
body.error404 #main > div[data-elementor-type] {
  margin-top: -40px;
  margin-bottom: -40px;
}

body.error404 #main {
  z-index: 1;
  padding: 0;
}

.page_404_wrapper {
  position: relative;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.page_404_wrapper-container {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.page_404_wrapper .main_404-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0 95px;
}
@media all and (min-width: 480px) {
  .page_404_wrapper .main_404-wrapper {
    padding: 77px 0 130px;
  }
}
.page_404_wrapper .banner_404 {
  margin-top: 13px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 0;
}
.page_404_wrapper .banner_404_title {
  margin-top: 27px;
}
.page_404_wrapper .banner_404_title span {
  font-size: 36px;
  line-height: 1.277;
}
.page_404_wrapper .banner_404_text {
  margin: 8px auto 40px;
}
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
  width: 100%;
  max-width: 500px;
}
.page_404_wrapper .search-form {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: 0.45s;
}
.page_404_wrapper .search-form .search-field {
  height: 56px;
  margin-bottom: 0;
  padding: 12px 60px 11px 20px;
}
.page_404_wrapper .search-form .search-field::placeholder {
  color: #707070;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}
.page_404_wrapper .search-form .search-field:focus::placeholder, .page_404_wrapper .search-form .search-field:active::placeholder {
  opacity: 0;
}
.page_404_wrapper .search-form:hover:after {
  color: #ffffff;
}
.page_404_wrapper .search-button {
  position: absolute;
  z-index: 2;
  height: 46px;
  width: 46px;
  top: 5px;
  right: 5px;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer;
}
.page_404_wrapper .search-button:focus, .page_404_wrapper .search-button:active {
  box-shadow: none;
  background: transparent;
}
.page_404_wrapper .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 46px;
  height: 46px;
  font-size: 19px;
  line-height: 46px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
  border-radius: 50%;
}

.starlitte_404__button .wgl-button {
  min-width: 182px;
}

/**
 * Search Page
 */
header.searсh-header {
  margin-bottom: 30px;
}
header.searсh-header .page-title {
  font-size: 36px;
  line-height: 1.5555;
}
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 {
  padding-bottom: 50px;
  min-height: 100%;
}
.search-no-results .page_404_wrapper .banner_404_text {
  color: inherit;
  font-size: 18px;
  line-height: 28px;
}
.search-no-results .page_404_wrapper .starlitte_404_button.wgl_button .wgl_button_link:hover {
  color: #fff;
}