@charset "UTF-8";
/* ==================== ##Page 404 ==================== */
body.error404 #main {
  padding: 0;
}

.page_404_wrapper {
  position: relative;
  padding: 110px 0 130px;
  margin: 0;
  text-align: center;
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_404_wrapper .page_404_wrapper-container {
  padding: 0 20px;
}
.page_404_wrapper .error_page__banner img {
  max-width: 50vw;
}
.page_404_wrapper .error_page__title,
.page_404_wrapper .searсh-header .page-title {
  font-size: 44px;
  line-height: 1.25;
}
.page_404_wrapper .error_page__title {
  margin-top: 56px;
}
.page_404_wrapper .error_page__description {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 16px;
}
.page_404_wrapper .yourprotect_404_search {
  margin-top: 30px;
}
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
  width: 100%;
  max-width: 450px;
}
.page_404_wrapper .search-form {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.45s;
}
.page_404_wrapper .search-form .search-field {
  height: 60px;
  margin-bottom: 0;
  padding-right: 55px;
}
.page_404_wrapper .search-form .search-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #828282;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}
.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:hover:after {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page_404_wrapper .error_page.row [class*=wgl_col-] {
    width: 100%;
    text-align: center;
  }
}
.page_404_wrapper .search-button {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  background: var(--yourprotect-button-bg-hover);
  transition: 0.4s;
}
.page_404_wrapper .search-button:hover, .page_404_wrapper .search-button:focus, .page_404_wrapper .search-button:active {
  background: var(--yourprotect-button-bg-idle);
}
.page_404_wrapper .search-button:hover ~ .search__icon, .page_404_wrapper .search-button:focus ~ .search__icon, .page_404_wrapper .search-button:active ~ .search__icon {
  color: #ffffff;
}
.page_404_wrapper .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  font-size: 21px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: var(--yourprotect-button-color-hover);
  opacity: 1;
  transition: 0.4s;
  pointer-events: none;
}
.page_404_wrapper .search-button {
  background: var(--yourprotect-button-bg-idle);
}
.page_404_wrapper .search-button:hover, .page_404_wrapper .search-button:focus, .page_404_wrapper .search-button:active {
  background: var(--yourprotect-button-bg-hover);
}
@media (max-width: 480px) {
  .page_404_wrapper {
    padding: 80px 0 55px;
    background: unset !important;
  }
  .page_404_wrapper .error_page__title {
    font-size: var(--yourprotect-h3-font-size);
    margin-top: 45px;
  }
  .page_404_wrapper .error_page__banner img {
    max-width: 70vw;
  }
}
@media (max-width: 350px) {
  .page_404_wrapper .error_page__title {
    margin-top: 35px;
    font-size: var(--yourprotect-h4-font-size);
  }
}

.yourprotect_404__button {
  margin-top: 10px;
}
.yourprotect_404__button .wgl-button {
  padding: 16px 30px 14px;
  line-height: 30px;
  min-width: 193px;
  text-align: center;
  letter-spacing: 0.05em;
  background: var(--yourprotect-button-bg-hover);
}
.yourprotect_404__button .wgl-button:hover {
  background: var(--yourprotect-button-bg-idle);
}

/**
 * Search Page
 */
header.searсh-header .page-title {
  text-align: center;
  margin-bottom: 45px;
}
header.searсh-header .page-title span {
  font-size: 1.15em;
  line-height: inherit;
}

.search-no-results #main {
  min-height: 50vh;
}
.search-no-results .page_404_wrapper {
  padding-bottom: 50px;
  min-height: 50vh;
}