@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
/* stylelint-disable */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5f5f5;
}
body .iu-header__container {
  max-width: 1400px !important;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 28px !important;
  max-width: 1456px !important;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 12px !important;
  }
}

.is-mobile-filters-open {
  overflow: hidden;
}

.main-page {
  --mobile-sticky-bar-reserve: 84px;
  position: relative;
  padding-top: 38px;
  font-family: "Golos Text", sans-serif;
  background-image: url("../../../images/pages/main/bg-13633cbce33649a586aa169edfb47a3d.webp"), url("../../../images/pages/main/pattern-1d2f8acf8ce27253de8f76e0097991d3.svg");
  background-position: calc(50% + 438px) -17px, 0 0;
  background-size: 892px auto, auto;
  background-repeat: no-repeat, repeat-x;
}
@media only screen and (max-width: 768px) {
  .main-page {
    padding-top: 20px;
    background-image: url("../../../images/pages/main/pattern-1d2f8acf8ce27253de8f76e0097991d3.svg");
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat-x;
  }
}
.main-page__overlay {
  position: fixed;
  z-index: 110;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(31, 31, 31, 0.3);
  transition: opacity 200ms ease, visibility 200ms ease;
  pointer-events: none;
  backdrop-filter: blur(2px);
  inset: 0;
}
.main-page.main-page--overlay-active .main-page__overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.main-page--sticky .hero {
  position: sticky;
  top: 0;
  z-index: 120;
  display: grid;
  align-items: center;
  grid-template-areas: "form title" "filters filters";
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  padding: 12px 16px 0;
  max-width: 1400px;
  column-gap: 16px;
  border-radius: 0 0 16px 16px;
  background-color: rgba(255, 255, 255, 0.5);
  animation: hero-sticky-in 180ms ease-out;
  will-change: transform, opacity;
  backdrop-filter: blur(27px);
  row-gap: 12px;
}
@media only screen and (max-width: 1230px) {
  .main-page--sticky .hero {
    grid-template-areas: "form form" "filters filters";
  }
}
@media only screen and (max-width: 576px) {
  .main-page--sticky .hero {
    padding: 12px 12px 0;
  }
}
.main-page--sticky .hero > .container {
  display: contents;
}
.main-page--sticky.main-page--sticky-filters-open.main-page--filters-modal-open .hero {
  z-index: 10;
}
.hero__mobile-sentinel {
  height: 1px;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .hero__mobile-sentinel {
    background-color: #fff;
  }
}
.main-page--sticky .hero__mobile-sentinel {
  display: contents;
}
.hero__search-spacer {
  height: 0;
}
.main-page--sticky .hero__search-spacer {
  display: contents;
}
.hero__title {
  margin-bottom: 28px;
}
@media only screen and (max-width: 576px) {
  .hero__title {
    margin-bottom: 20px;
  }
}
.hero__title span {
  display: inline-block;
  margin-bottom: 6px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 102%;
  letter-spacing: -2.88px;
  color: #313331;
}
@media only screen and (max-width: 576px) {
  .hero__title span {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 102%;
    letter-spacing: -2px;
  }
}
.hero__title mark {
  display: flex;
  font-weight: 400;
  font-size: 28px;
  line-height: 112%;
  letter-spacing: -0.84px;
  color: #676b67;
}
@media only screen and (max-width: 576px) {
  .hero__title mark {
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -0.6px;
  }
}
.main-page--sticky .hero__title {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  grid-area: title;
  margin: 0;
}
@media only screen and (max-width: 1230px) {
  .main-page--sticky .hero__title {
    display: none;
  }
}
.main-page--sticky .hero__title span {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 29px;
  line-height: 112%;
  letter-spacing: -1.16px;
}
.main-page--sticky .hero__title mark {
  font-weight: 400;
  font-size: 14px;
  line-height: 112%;
  letter-spacing: -0.42px;
}
.hero__form {
  scroll-margin-top: 21px;
}
.main-page--sticky .hero__form {
  display: flex;
  align-items: center;
  grid-area: form;
  width: 100%;
  min-width: 0;
  gap: 12px;
}
.hero__search-inner {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  transition: box-shadow 200ms ease, padding 200ms ease;
  gap: 12px;
}
.main-page--mobile-sticky .hero__search-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 125;
  padding: 12px 10px;
  border-radius: 0 0 16px 16px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(27px);
}
.main-page--sticky .hero__search-wrapper {
  display: contents;
}
.hero__search {
  --r: 50px;
  --b: 1px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 10px;
  max-width: 720px;
  border-radius: var(--r);
  gap: 12px;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 576px) {
  .hero__search {
    margin-bottom: 30px;
  }
}
.hero__search::before {
  content: "";
  position: absolute;
  left: calc(var(--b) * -1);
  right: calc(var(--b) * -1);
  top: calc(var(--b) * -1);
  bottom: calc(var(--b) * -1);
  z-index: 0;
  border-radius: calc(var(--r) + var(--b));
  background-image: repeating-linear-gradient(90deg, #46c93a 0, #46d3c9 300px, #46c93a 600px);
  background-position: 0 0;
  background-size: 600px 100%;
  animation: gradient-move 3s linear infinite;
  pointer-events: none;
}
.hero__search::after {
  content: "";
  position: absolute;
  left: var(--b);
  right: var(--b);
  top: var(--b);
  bottom: var(--b);
  z-index: 0;
  border-radius: calc(var(--r) - var(--b));
  background-color: #fff;
  pointer-events: none;
}
.main-page--search-active .hero__search {
  z-index: 111;
  overflow: visible;
  outline: 8px solid #fff;
}
.main-page--search-active.main-page--mobile-sticky .hero__search {
  outline: 4px solid #fff;
}
.main-page--sticky .hero__search {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding: 0 5px;
  min-width: 0;
  max-width: none;
  outline: none;
}
.main-page--mobile-sticky .hero__search {
  margin-bottom: 0;
  padding: 0 5px;
}
.hero__search-input {
  position: relative;
  z-index: 2;
  padding: 12px;
  width: 100%;
  min-height: 60px;
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.27px;
  color: #1f1f1f;
  background-color: transparent;
}
@media only screen and (max-width: 576px) {
  .hero__search-input {
    min-height: 54px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.24px;
  }
}
.hero__search-input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.27px;
  color: #8f938d;
}
@media only screen and (max-width: 576px) {
  .hero__search-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.24px;
  }
}
.main-page--sticky .hero__search-input, .main-page--mobile-sticky .hero__search-input {
  padding: 8px 12px;
  min-height: 50px;
}
@media only screen and (max-width: 1230px) {
  .main-page--sticky .hero__search-input, .main-page--mobile-sticky .hero__search-input {
    min-height: 46px;
  }
}
.hero__search-button {
  position: relative;
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  color: #24a600;
  background-color: transparent;
  cursor: pointer;
}
.hero__search-button svg {
  width: 24px;
  height: 24px;
}
.hero__search-button--active {
  color: #fff;
  background-color: #2ea908;
}
.hero__search-clear {
  z-index: 5;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.hero__search-clear[hidden] {
  display: none;
}
.hero__search-clear svg {
  width: 18px;
  height: 18px;
  color: #000;
}
.main-page--sticky .hero__history {
  display: none;
}
.hero__search-result-wrapper {
  position: absolute;
  left: -8px;
  right: -8px;
  top: calc(100% + 12px);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 0s linear 150ms;
  pointer-events: none;
}
.main-page--search-active.main-page--has-query.main-page--has-suggestions .hero__search-result-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 150ms ease, transform 150ms ease, visibility 0s;
  pointer-events: auto;
}
.main-page--sticky .hero__search-result-wrapper {
  top: calc(100% + 4px);
}
.main-page--mobile-sticky .hero__search-result-wrapper {
  left: 0;
  right: 0;
  top: calc(100% + 8px);
}
.hero__filters-sentinel {
  height: 1px;
}
.hero__sticky-toggle {
  position: relative;
  z-index: 2;
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #24a600;
  border-radius: 48px;
  color: #1f1f1f;
  background-color: #fff;
  cursor: pointer;
}
.main-page--sticky .hero__sticky-toggle {
  display: inline-flex;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1230px) {
  .main-page--sticky .hero__sticky-toggle {
    display: none;
  }
}
.hero__sticky-toggle-count {
  position: absolute;
  right: -4px;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #fbfcfa;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
  background-color: #24a600;
}
.hero__sticky-toggle-count[hidden] {
  display: none;
}
.main-page--sticky.main-page--sticky-filters-open .hero__sticky-toggle-count {
  display: none;
}
.hero__sticky-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero__sticky-toggle-icon--open {
  display: inline-flex;
}
.hero__sticky-toggle-icon--close {
  display: none;
}
.main-page--sticky.main-page--sticky-filters-open .hero__sticky-toggle-icon.hero__sticky-toggle-icon--open {
  display: none;
}
.main-page--sticky.main-page--sticky-filters-open .hero__sticky-toggle-icon.hero__sticky-toggle-icon--close {
  display: inline-flex;
}
.main-page--sticky:not(.main-page--sticky-filters-open) .hero__sticky-toggle-icon.hero__sticky-toggle-icon--open {
  display: inline-flex;
}
.main-page--sticky:not(.main-page--sticky-filters-open) .hero__sticky-toggle-icon.hero__sticky-toggle-icon--close {
  display: none;
}

@keyframes gradient-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -600px 0;
  }
}
@keyframes hero-sticky-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.filters {
  grid-area: filters;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .filters .container {
    padding: 0 !important;
  }
}
.main-page--sticky .filters .container {
  display: contents;
}
.filters__inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 16px;
  gap: 8px;
}
@media only screen and (max-width: 1230px) {
  .filters__inner {
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .filters__inner {
    margin-bottom: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 576px) {
  .filters__inner {
    padding: 16px 12px;
  }
}
.filters__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  backdrop-filter: blur(27px);
  inset: 0;
}
@media only screen and (max-width: 1230px) {
  .filters__inner::before {
    display: none;
  }
}
.filters__inner > * {
  position: relative;
}
.main-page--sticky .filters__inner {
  display: none;
  grid-area: filters;
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
  background-color: unset;
}
.main-page--sticky .filters__inner::before {
  display: none;
}
.main-page--sticky.main-page--sticky-filters-open .filters__inner {
  display: flex;
}
.filters__filter-group {
  display: flex;
  overflow-x: auto;
  gap: 4px;
}
@media only screen and (max-width: 1230px) {
  .filters__filter-group {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 576px) {
  .filters__filter-group {
    margin: 0 -12px;
    padding: 0 12px;
  }
}
.filters__filter-group::-webkit-scrollbar {
  display: none;
}
.filters__filter-btn {
  display: inline-block;
  flex: 0 0 auto;
  align-items: center;
  padding: 7px 11px;
  min-width: 0;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #d6d6d6;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1f1f1f;
  background-color: #fff;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
  user-select: none;
  gap: 4px;
}
@media only screen and (max-width: 576px) {
  .filters__filter-btn {
    min-height: 36px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
}
.filters__filter-btn[hidden] {
  display: none;
}
.filters__filter-btn:not(.filters__filter-btn--active):hover {
  background-color: #f5f5f5;
}
.filters__filter-btn--clamp {
  max-width: 204px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 576px) {
  .filters__filter-btn--clamp {
    max-width: 290px;
  }
}
.filters__filter-btn--active {
  box-shadow: inset 0 0 0 2px #24a600;
  color: #24a600;
}
.filters__filter-btn--more {
  color: #1f1f1f;
  gap: 6px;
}
.filters__filter-btn--more svg {
  color: #24a600;
}
.filters__filter-more-count {
  padding: 1px 7px;
  border: 1px solid #fbfcfa;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
  background-color: #24a600;
}
.filters__filter-more-count[hidden] {
  display: none;
}
.filters__reset-btn {
  margin: 4px 0 0;
  padding: 0;
  width: fit-content;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-decoration: underline;
  color: #24a600;
  background-color: transparent;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .filters__reset-btn {
    font-size: 14px;
    letter-spacing: -0.21px;
  }
}
.filters__reset-btn:disabled {
  color: #d6d6d6;
}

.search-result {
  padding: 8px;
  border-radius: 20px;
  background-color: #fff;
}
.search-result__list {
  display: flex;
  flex-direction: column;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  gap: 4px;
}
.search-result__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
}
.search-result__icon svg {
  display: block;
}
.search-result__icon--fill {
  background-color: #ebebeb;
}
.search-result__icon--blue {
  background-color: #e7f1fe;
}
.search-result__icon--blue svg {
  color: #0c73f0;
}
.search-result__item {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
  cursor: pointer;
  gap: 8px;
}
.search-result__item:focus-visible {
  outline: none;
}
.search-result__item p {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result__item--active {
  background-color: #f5f5f5;
}
.search-result__footer {
  padding-top: 8px;
  border-top: 1px solid #d6d6d6;
}

@media only screen and (max-width: 768px) {
  .search-history {
    padding: 16px 0 0 20px;
    border-radius: 16px 16px 0 0;
    background-color: #fff;
  }
}
@media only screen and (max-width: 576px) {
  .search-history {
    padding: 16px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .search-history .container {
    padding: 0 !important;
  }
}
.main-page--sticky .search-history {
  display: none;
}

.search-history-bar {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .search-history-bar {
    margin-bottom: 0;
  }
}
.search-history-bar__header {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  white-space: nowrap;
  color: #676b67;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .search-history-bar__header {
    color: #1f1f1f;
  }
}
@media only screen and (max-width: 576px) {
  .search-history-bar__header {
    max-width: 72px;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.18px;
    white-space: normal;
  }
}
.search-history-bar__header svg {
  color: #676b67;
}
@media only screen and (max-width: 576px) {
  .search-history-bar__header svg {
    height: 18px;
    min-width: 18px;
    max-width: 18px;
  }
}
.search-history-bar__inner {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px;
}
.search-history-bar__list {
  --sb: 10px;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  margin-bottom: calc(var(--sb) * -1);
  padding-bottom: var(--sb);
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 768px) {
  .search-history-bar__list {
    margin: 0 -20px 0 0;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .search-history-bar__list {
    margin: 0 -12px 0 0;
    padding: 0 12px 0 0;
  }
}
.search-history-bar__list::-webkit-scrollbar {
  display: none;
}

.search-history-item {
  position: relative;
  flex: 0 0 auto;
}
.search-history-item::after,
.search-history-item .search-history-item__remove {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.search-history-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  width: 30px;
  height: 100%;
  border: 1px solid #d6d6d6;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background-image: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 30.33%);
}
.search-history-item__btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  cursor: pointer;
  touch-action: manipulation;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .search-history-item__btn {
    padding: 6px 32px 6px 11px;
    min-height: 36px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
    color: #1f1f1f;
  }
}
.search-history-item__btn mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  padding: 1px 5px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  white-space: nowrap;
  text-align: center;
  color: #1f1f1f;
  background-color: #ebebeb;
}
.search-history-item__remove {
  position: absolute;
  right: 4px;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 30px;
  background-color: #8f938d;
  transform: translateY(-50%) scale(0.96);
  cursor: pointer;
  pointer-events: none;
}
.search-history-item__remove svg {
  color: #fff;
}
@media (hover: hover) {
  .search-history-item:hover::after, .search-history-item:focus-within::after {
    opacity: 1;
  }
  .search-history-item:hover .search-history-item__remove, .search-history-item:focus-within .search-history-item__remove {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
  }
  .search-history-item:hover .search-history-item__btn, .search-history-item:focus-within .search-history-item__btn {
    background-color: #f5f5f5;
  }
}
@media (hover: none) {
  .search-history-item::after {
    opacity: 1;
  }
  .search-history-item .search-history-item__remove {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
  }
}

.filters-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 200;
  padding: 28px;
  width: min(900px, 100vw - 32px);
  height: min(600px, 100vh - 32px);
  max-width: 900px;
  max-height: calc(100vh - 32px);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(31, 31, 31, 0.1), 0 16px 24px rgba(31, 31, 31, 0.1);
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.filters-modal[hidden] {
  display: none;
}
.filters-modal:not([hidden]) {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.filters-modal--searching .filters-modal__letter {
  color: transparent;
}
.filters-modal__panel {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.filters-modal__panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 88.94%);
  background-position: left bottom;
  pointer-events: none;
}
.filters-modal__header {
  margin-bottom: 20px;
}
.filters-modal__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
.filters-modal__close {
  position: absolute;
  right: -12px;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.filters-modal__search {
  margin-bottom: 20px;
}
.filters-modal__search-input {
  padding: 0 8px 0 36px;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
  outline: none;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-overflow: ellipsis;
  color: #1f1f1f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M9 16a7 7 0 1 1 0-14 7 7 0 0 1 0 14Z' stroke='%23999' stroke-width='1.6'/%3E%3Cpath d='m14.5 14.5 3.5 3.5' stroke='%23999' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: 8px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.filters-modal__search-input:focus {
  border-color: #bdbdbd;
}
.filters-modal__search-input::placeholder {
  color: #8f938d;
}
.filters-modal__body {
  flex: 1 1 auto;
  padding-right: 12px;
  padding-bottom: 20px;
  min-height: 0;
  overflow-y: auto;
}
.filters-modal__selected {
  margin-bottom: 16px;
}
.filters-modal__selected[hidden] {
  display: none;
}
.filters-modal__all {
  column-count: 3;
  column-gap: 4px;
  overflow: visible;
}
.filters-modal__group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 4px;
}
.filters-modal__group[hidden] {
  display: none;
}
.filters-modal__letter {
  flex: 0 0 24px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #8f938d;
}
.filters-modal__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filters-modal__item {
  min-width: 0;
}
.filters-modal__item .iu-checkbox__text {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 218px;
}
.filters-modal__item .iu-checkbox.is-checked:hover .iu-checkbox__mark {
  background-color: var(--main-green-50, #24a600);
}
.filters-modal__item .iu-checkbox.is-checked .iu-checkbox__mark {
  border-color: var(--main-green-50, #24a600);
  background-color: var(--main-green-50, #24a600);
}
.filters-modal__item .iu-checkbox.is-checked .iu-checkbox__icon {
  opacity: 1;
}
.filters-modal__footer {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 16px;
}
.filters-modal__footer[hidden] {
  display: none;
}
.filters-modal__footer .iu-button-text {
  white-space: nowrap;
}
.filters-modal__apply-count {
  margin-left: 8px;
  padding: 1px 8px;
  border: 1px solid #fbfcfa;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-align: center;
  color: #24a600;
  background-color: #fff;
}

.result {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .result .container {
    padding: 0 !important;
  }
}
.result__inner {
  position: relative;
  padding: 16px 24px;
  border-radius: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .result__inner {
    padding: 0 10px 16px;
    border-radius: 0 0 24px 24px;
  }
}
.result__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 16px;
}
.result__summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .result__summary {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
}
.result__summary mark {
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .result__summary mark {
    font-weight: 400;
  }
}
.result__materials {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1440px) {
  .result__materials {
    gap: 12px;
  }
}
@media only screen and (max-width: 1230px) {
  .result__materials {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .result__materials {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .result__materials {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}
.result__sort-select {
  position: relative;
  padding: 0 8px;
  width: 100%;
  min-width: 188px;
  min-height: 36px;
  appearance: none;
  border: 1px solid var(--Typography-Base-5, #d6d6d6);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.21px;
  color: var(--Typography-Base-1, #1f1f1f);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIuNTgyIDQuMzI3LTEuMTggMS4xOCA2LjYgNi42IDYuNi02LjYtMS4xOC0xLjE4LTUuNDIgNS40Mi01LjQyLTUuNDJ6IiBmaWxsPSIjNzY3NjdBIi8+PC9zdmc+");
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .result__sort-select {
    min-width: 160px;
  }
}
@media only screen and (max-width: 420px) {
  .result__sort-select {
    min-width: 130px;
  }
}
.result__sort-select:focus {
  outline: none;
  border-color: #10c056;
}
.result__show-more {
  margin-top: 16px;
}
@media only screen and (max-width: 576px) {
  .result__show-more > button {
    width: 100%;
  }
}
.result__signal {
  position: absolute;
  left: 0;
  bottom: 900px;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.result-empty {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .result-empty .container {
    padding: 0 !important;
  }
}
.result-empty__wrapper {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 96px 0;
  border-radius: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .result-empty__wrapper {
    border-radius: 0 0 16px;
  }
}
@media only screen and (max-width: 576px) {
  .result-empty__wrapper {
    padding: 16px 0;
    gap: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .result-empty__img {
    height: auto;
    max-width: 70px;
  }
}
.result-empty__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .result-empty__inner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 576px) {
  .result-empty__inner {
    gap: 8px;
  }
}
.result-empty__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .result-empty__title {
    font-size: 16px;
    line-height: 130%;
  }
}
.result-empty__text {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .result-empty__text {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
}
.result-empty__content-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .result-empty__content-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.24px;
    color: #1f1f1f;
  }
}

.mobile-filters-modal {
  position: fixed;
  z-index: 130;
  background-color: #fff;
  inset: 0;
}
.mobile-filters-modal[hidden] {
  display: none;
}
.mobile-filters-modal__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.mobile-filters-modal__close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.mobile-filters-modal__close svg {
  color: #1f1f1f;
}
.mobile-filters-modal__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 56px 16px 12px;
  min-height: 0;
  overflow: hidden;
}
.mobile-filters-modal__accordion {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 0;
  border-top: 1px solid #d6d6d6;
}
.mobile-filters-modal__accordion--open {
  flex: 1 1 auto;
  min-height: 0;
}
.mobile-filters-modal__accordion--open .mobile-filters-modal__accordion-toggle {
  padding-bottom: 10px;
}
.mobile-filters-modal__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  gap: 8px;
}
.mobile-filters-modal__accordion-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
.mobile-filters-modal__accordion-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.mobile-filters-modal__chevron {
  display: inline-flex;
  transition: transform 0.15s ease-in-out;
}
.mobile-filters-modal__chevron svg {
  color: #1f1f1f;
}
.mobile-filters-modal__chevron--open {
  transform: rotate(180deg);
}
.mobile-filters-modal__accordion-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-filters-modal__accordion-body::after {
  content: "";
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 24px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 88.94%);
  pointer-events: none;
}
.mobile-filters-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 6px;
  border: 1px solid #fbfcfa;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
  background-color: #24a600;
}
.mobile-filters-modal__badge[hidden] {
  display: none;
}
.mobile-filters-modal__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 4px;
  list-style: none;
  gap: 10px;
}
.mobile-filters-modal__item .iu-checkbox.is-checked:hover .iu-checkbox__mark {
  background-color: var(--main-green-50, #24a600);
}
.mobile-filters-modal__item .iu-checkbox.is-checked .iu-checkbox__mark {
  border-color: var(--main-green-50, #24a600);
  background-color: var(--main-green-50, #24a600);
}
.mobile-filters-modal__item .iu-checkbox.is-checked .iu-checkbox__icon {
  opacity: 1;
}
.mobile-filters-modal__search {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0 0 12px;
  background-color: #fff;
}
.mobile-filters-modal__search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  display: inline-flex;
  opacity: 0.6;
  transform: translateY(-50%);
}
.mobile-filters-modal__search-input {
  padding: 0 12px 0 40px;
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.21px;
  color: #1f1f1f;
}
.mobile-filters-modal__search-input::placeholder {
  color: #8f938d;
}
.mobile-filters-modal__all {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-filters-modal__group {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.mobile-filters-modal__group[hidden] {
  display: none;
}
.mobile-filters-modal__group .mobile-filters-modal__list {
  padding: 0;
}
.mobile-filters-modal__letter {
  margin: 2px 0 0;
  min-width: 26px;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #8f938d;
}
.mobile-filters-modal--searching .mobile-filters-modal__letter {
  color: #fff;
}
.mobile-filters-modal__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 8px 16px 28px;
  background-color: #fff;
  gap: 4px;
}
.mobile-filters-modal__footer[hidden] {
  display: none;
}
.mobile-filters-modal__apply-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-align: center;
  color: #24a600;
  background-color: #fff;
}

/*# sourceMappingURL=main.output.css.map */
