.search-list .search-item {
  padding: 20px;
  border: 1px solid #eef1f6;
  border-radius: 12px;
  margin-bottom: 30px;
}

.search-list .search-image {
  position: relative;
  margin-bottom: 5px;
  width: 80px;
  height: 80px;
  -ms-flex: 1 0 auto;
}

.search-list .search-image img {
  width: 80px;
  height: 80px;
}

.search-list .search-title a {
  color: #0d2c54;
}

.search-list .search-desc h2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.search-list .search-desc p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.search-list .search-desc p strong {
  font-family: Roboto, sans-serif;
}

.search-list .search-list__one-price {
  margin-bottom: 15px;
}

.search-list .search-list__one-price .btn {
  margin: 0 0 10px;
  padding: 0 10px;
}

.search-list .search-list__one-price .btn.desktop {
  display: block;
}

.search-list .search-list__one-price .prices-from {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  display: block;
}

.search-list .search-list__one-price .prices-from strong {
  font-family: Roboto, sans-serif;
}

.search-list .search-category {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
}

.search-list .search-category span {
  font-family: Roboto, sans-serif;
}

.search-list .search-category a {
  color: #11ddac;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
}

.search-list .search-category a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .search-list__one-price .btn {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-list .search-item {
    display: flex;
    padding: 30px;
  }
  .search-list .search-image {
    margin-bottom: 0;
    margin-right: 30px;
    width: 200px;
    height: 200px;
  }
  .search-list .search-image img {
    width: 200px;
    height: 200px;
  }
}
.error-page {
  border-top: 1px solid #eef1f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px 0px 90px;
  width: 100%;
}

.error-page .image {
  width: 335px;
  height: 175px;
  background-size: contain;
  margin: 0 30px;
}

.error-page .image-404 {
  background-image: url(/img_v4/svg/errors/404.svg);
  background-repeat: no-repeat;
}

.error-page .image-500 {
  background-image: url(/img_v4/svg/errors/500.svg);
  background-repeat: no-repeat;
}

.error-page .error-search .main-search {
  margin: 0 auto 60px;
  max-width: 540px;
}

.error-page .error-search .main-search .search-form {
  height: 55px;
}

.error-page .error-search .main-search .search-field {
  border: 1px solid #dbe1eb;
  border-radius: 6px;
}

@media only screen and (min-width: 768px) {
  .error-page {
    padding: 0px 0 120px;
  }
  .error-page .image {
    width: 492px;
    height: 261px;
  }
  .error-page .error-subtitle, .error-page .error-title {
    max-width: 540px;
    margin: 0 auto;
  }
  .error-page .error-subtitle {
    margin-bottom: 30px;
  }
  .error-page .error-search .main-search .search-form {
    height: 65px;
  }
}
@media only screen and (max-width: 360px) {
  .error-page .image {
    width: 290px;
    height: 152px;
  }
}
.server-error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 0px 90px;
  width: 100%;
}

.server-error-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.server-error-uid {
  color: #98a0af;
  font-size: 14px;
}

.server-error-header {
  font-size: 18px;
  font-weight: 400;
  color: #656d79;
  font-family: Poppins, sans-serif !important;
}

.server-error-message {
  color: #0d2c54;
  max-width: 70%;
}

#server-error-submit {
  border-radius: 6px;
  margin-top: 10px;
}

.server-error-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .server-error-container {
    padding: 0px 20px;
  }
  .server-error-text-container {
    width: 100%;
  }
  .server-error-message {
    color: #0d2c54;
    max-width: 100%;
    font-size: 22px;
  }
  #server-error-submit {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .server-error-container {
    padding: 0px 30px;
  }
  .server-error-container > img {
    height: 100%;
    object-fit: contain;
  }
  .server-error-text-container {
    width: 100%;
  }
}