.style_wrap__FYklN {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
}

.style_block__H5N9A {
  flex: 1 0;
  width: 50%;
  max-width: 540px;
}

.style_block__H5N9A:first-child {
    padding-right: 8px;
  }

.style_block__H5N9A:last-child {
    padding-left: 8px;
  }

.style_card__xXcIU {
  background-color: var(--color-black);
  border-radius: 32px;
  padding: 32px;
  height: 100%;
}

.style_card__xXcIU .style_title__Xh1eb {
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
  }

@media (max-width: 768px) {
  .style_wrap__FYklN {
    flex-direction: column;
    align-items: center;
  }
  .style_block__H5N9A {
    flex: 1 0;
    width: 100%;
  }
  
    .style_block__H5N9A:first-child {
      padding-right: 0px;
      padding-bottom: 8px;
    }
    .style_block__H5N9A:last-child {
      padding-left: 0px;
      padding-top: 8px;
    }
}
.search-form_searchInputWrapper__9AHX9 {
  position: relative;
  width: 40%;
  min-width: 460px;
}

.search-form_searchInputWrapper__9AHX9::before {
  position: absolute;
  left: 17px;
  top: 17px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: url(/_next/static/media/search.950b7fc6.svg);
  margin-right: 6px;
}

.search-form_searchInput__87S_O {
  width: 100%;
  padding: 17px 90px 17px 40px;
  height: 48px;
  font-size: 16px;
  border: 1px solid transparent;
  outline: none;
  color: var(--color-white);
  background-color: var(--color-white-10);
  border-radius: 12px;
}

.search-form_searchInput__87S_O:focus {
  outline: none;
  border: 1px solid var(--color-purple-hover);
}

.search-form_searchButton__Z9M1R {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  background-color: var(--color-purple-hover);
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.search-form_searchButtonImg__Z9aom {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: url(/_next/static/media/search.950b7fc6.svg);
  margin-top: 4px;
}
.search-form_isMobile__Pkpbm {
  display: none;
}
.search-form_loaderWrap__xlXPz {
  position: absolute;
  right: 60px;
  top: 14px;
}

.search-form_loader__wjhxP {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff7c;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: search-form_rotation__WuZ1q 1s linear infinite;
}

@keyframes search-form_rotation__WuZ1q {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-form_close__UAWuw {
  opacity: 0.7;
  width: 32px;
  height: 32px;
  margin-top: -6px;
  margin-right: -6px;
  background-image: url(/_next/static/media/close.a176b4ce.svg);
  background-position: 50% 50%;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-form_result__rlJXG {
  position: absolute;
  top: 54px;
  width: 100%;
  background-color: var(--color-white);
  padding: 18px 8px 18px 16px;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 0px #00000040;
  z-index: 200;
  max-height: 50vh;
  /* overflow-y: auto; */
}

.search-form_result__rlJXG .search-form_link___odmO {
    display: block;
    padding: 8px 16px;
    border-radius: 10px;
  }

.search-form_result__rlJXG .search-form_link___odmO:hover {
      background-color: var(--color-gray-bg);
    }

.search-form_result__rlJXG .search-form_link___odmO.search-form_active__05_vr {
      background-color: var(--color-gray-bg-2);
    }

.search-form_result__rlJXG .search-form_link___odmO .search-form_title__gsYS_ {
      font-size: 16px;
      display: block;
      font-weight: 600;
      color: var(--color-black);
      margin-bottom: 4px;
    }

.search-form_result__rlJXG .search-form_link___odmO .search-form_subTitle__dZKFF {
      font-size: 12px;
      display: block;
      color: var(--color-disabled);
      font-weight: 400;
    }

.search-form_empty__dfEpG {
  font-size: 12px;
  display: block;
  color: var(--color-disabled);
  font-weight: 400;
}

.search-form_resultEmpty__lM70_ {
  padding: 8px 16px;
  margin: -8px 0px -8px -8px;
  border-radius: 8px;
}

.search-form_resultEmpty__lM70_:hover {
    background-color: var(--color-gray-bg);
  }

.search-form_emptyTitle__UG6mP {
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: var(--color-black);
}

@media (max-width: 1200px) {
  .search-form_searchInputWrapper__9AHX9 {
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .search-form_searchInputWrapper__9AHX9 {
    width: 55%;
    min-width: 0;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .search-form_searchInputWrapper__9AHX9 {
    display: none;
    margin-top: -20px;
  }
  .search-form_isMobile__Pkpbm {
    display: block;
  }
  .search-form_searchInputWrapper__9AHX9 {
    width: 100%;
  }
  .search-form_searchButtonImg__Z9aom {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px) {
  .search-form_result__rlJXG {
    max-height: calc(100vh - 260px);
  }

    .search-form_result__rlJXG > div {
      max-height: calc(100vh - 278px) !important;
    }
}

.search-button_searchButtonWrap__v9HFN {
  margin-top: 20px;
}

.search-button_searchButton__4TLhD {
  display: none;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  background-color: var(--color-purple-hover);
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.search-button_searchButtonImg__joVcX {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: url(/_next/static/media/search.950b7fc6.svg);
  margin-top: 4px;
}

@media (max-width: 480px) {
  .search-button_searchButton__4TLhD {
    display: block;
    position: static;
    margin-left: auto;
    width: 32px;
    border-radius: 8px;
    height: 32px;
  }
  .search-button_searchButtonImg__joVcX {
    width: 16px;
    height: 16px;
  }
}


/*# sourceMappingURL=2293e73dc04b184f.css.map*/