@font-face {
  font-family: "Mulish";
  src: url("../../fonts/subset-Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../../fonts/subset-Mulish-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../../fonts/subset-Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../../fonts/subset-Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../../fonts/subset-Mulish-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../../fonts/subset-Mulish-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --gc-dark: #151515;
  --gc-lime: #c9f76e;
  --gc-soft: #f0f0f0;
  --gc-line: #e2e4e9;
  --gc-muted: rgba(21, 21, 21, 0.56);
}

.gc-page {
  background: var(--gc-soft);
  color: var(--gc-dark);
  font-family: "Mulish", Arial, sans-serif;
  overflow: hidden;
}

.gc-wrap {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding-right: 120px;
  padding-left: 120px;
}

.gc-wrap--nominals {
  padding-right: 240px;
  padding-left: 240px;
}

.gc-wrap--occasion {
  padding-right: 240px;
  padding-left: 240px;
}

.gc-hero {
  position: relative;
  min-height: 594px;
  background-color: var(--gc-lime);
  background-image:
    url("../assets/gift-cards/gift-cards-hero-bg.jpg"),
    linear-gradient(0deg, var(--gc-lime), var(--gc-lime));
  background-position: center;
  background-size: cover;
}

.gc-hero__wrap {
  position: relative;
  min-height: 594px;
  display: flex;
  align-items: center;
}

.gc-hero__content {
  width: 650px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  padding-left: 0;
  z-index: 2;
}

.gc-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0;
  padding: 8px 16px;
  background: var(--gc-dark);
  color: var(--gc-lime);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.gc-hero h1,
.gc-heading h2,
.gc-included h2,
.gc-faq h2 {
  margin: 0;
  color: var(--gc-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.gc-hero h1 {
  max-width: 572px;
  font-size: 34px;
  line-height: 46px;
}

.gc-hero__text {
  max-width: 497px;
  margin: -18px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.gc-benefits {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.28px;
  white-space: nowrap;
}

.gc-benefits__icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  background: var(--gc-dark);
}

.gc-benefits__icon img {
  width: 12px;
  height: 14px;
  display: block;
  object-fit: contain;
}

.gc-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 594px;
  overflow: hidden;
  pointer-events: none;
}

.gc-hero__ticket {
  position: absolute;
  left: 330px;
  width: 1744px;
  max-width: none;
  transform: rotate(-10deg);
  transform-origin: center;
}

.gc-stats {
  background: var(--gc-dark);
  padding: 60px 16px;
}

.gc-stats__grid {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.gc-stat {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--gc-lime);
  text-align: center;
}

.gc-stat__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gc-stat__icon img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.gc-stat strong {
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
}

.gc-stat span:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.gc-section {
  padding: 120px 0;
}

.gc-section--white {
  background: #fff;
}

.gc-section--soft {
  background: var(--gc-soft);
}

.gc-heading {
  width: min(700px, 100%);
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.gc-heading h2,
.gc-included h2,
.gc-faq h2 {
  font-size: 28px;
  line-height: 36px;
}

.gc-heading p {
  width: min(566px, 100%);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.gc-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gc-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gc-line);
  background: #fff;
}

.gc-card__top {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 18px;
}

.gc-card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gc-card strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.gc-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 22px;
  text-transform: uppercase;
}

.gc-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--gc-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gc-card__badge {
  position: absolute;
  top: 24px;
  right: 24px;
  min-width: 64px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  background: var(--gc-lime);
  color: var(--gc-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}

.gc-card__preview {
  padding: 24px 27px;
  background: #f5f5f5;
}

.gc-certificate {
  position: relative;
  min-height: 154px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px 96px 86px;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 9px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(21, 21, 21, 0.15);
}

.gc-certificate__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.gc-certificate__title {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 1;
  width: 260px;
  max-width: none;
  height: 27px;
  display: block;
  object-fit: fill;
}

.gc-certificate__copy strong {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.gc-certificate__copy span {
  margin-top: auto;
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.gc-certificate__arrow {
  position: relative;
  z-index: 3;
  align-self: end;
  width: 22px;
  height: 20px;
  display: block;
  margin-bottom: 10px;
  object-fit: contain;
}

.gc-certificate__photo {
  position: relative;
  z-index: 3;
  max-width: 90px;
  width: 100%;
  height: 100%;
  display: block;
  align-self: center;
  object-fit: cover;
}

.gc-certificate__meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.gc-certificate__barcode {
  max-width: 80px;
  width: 100%;
  height: 15px;
  display: block;
  background:
    repeating-linear-gradient(90deg, #151515 0 1px, transparent 1px 3px, #151515 3px 5px, transparent 5px 8px),
    #fff;
}

.gc-certificate__meta em {
  display: block;
  max-width: 80px;
  width: 100%;
  margin-top: -2px;
  overflow: hidden;
  color: #151515;
  font-size: 7px;
  font-style: normal;
  font-weight: 600;
  line-height: 8px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-certificate__meta b {
  display: inline-flex;
  min-width: 79px;
  min-height: 23px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  background: var(--gc-dark);
  color: var(--gc-lime);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.gc-certificate__meta small {
  color: #151515;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
}

.gc-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 48px 24px 24px;
  background: var(--gc-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.gc-button:hover {
  color: var(--gc-dark);
  background: var(--gc-lime);
}

.gc-included {
  margin-top: 48px;
  padding: 24px 120px 34px;
  background: #f5f5f5;
  text-align: center;
}

.gc-included__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 160px;
  margin-top: 29px;
  text-align: left;
}

.gc-included__column {
  display: grid;
  gap: 24px;
}

.gc-included__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
}

.gc-included__item h3 {
  margin: 0 0 4px;
  color: var(--gc-dark);
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
}

.gc-included__item p {
  margin: 0;
  color: var(--gc-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gc-included__icon-image {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: block;
  object-fit: contain;
}

.gc-occasion span {
  display: flex;
  width: 48px;
  height: 48px;
  background: var(--gc-lime);
}

.gc-occasion {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gc-occasion-section {
  padding: 95px 0;
}

.gc-heading--occasion {
  margin-bottom: 48px;
}

.gc-heading--occasion h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.gc-heading--occasion p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-align: center;
}

.gc-occasion__card {
  min-height: 174px;
  padding: 24px;
  border: 1px solid var(--gc-line);
  background: #fff;
}

.gc-occasion__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.gc-occasion__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  background: var(--gc-lime);
}

.gc-occasion__icon img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.gc-occasion__card:nth-child(n + 2) .gc-occasion__icon img {
  filter: brightness(0);
}

.gc-occasion h3 {
  margin: 0;
  color: var(--gc-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-transform: none !important;
}

.gc-occasion__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-occasion__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gc-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.gc-occasion__list img {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.gc-steps-section {
  padding: 120px 0;
}

.gc-wrap--steps {
  padding-right: 240px;
  padding-left: 240px;
}

.gc-heading--steps {
  margin-bottom: 40px;
}

.gc-heading--steps h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.gc-heading--steps p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-align: center;
}

.gc-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gc-steps article {
  display: flex;
  min-height: 226px;
  flex-direction: column;
  justify-content: space-between;
  border-left: 4px solid var(--gc-lime);
  background: #fff;
}

.gc-step__body {
  padding: 48px 24px 24px;
}

.gc-steps h3 {
  margin: 0 0 10px;
  color: var(--gc-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.gc-steps p {
  max-width: 340px;
  margin: 0;
  color: var(--gc-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.gc-step__note {
  display: flex;
  min-height: 24px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: var(--gc-lime);
  color: var(--gc-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.gc-step__note img {
  width: 12px;
  height: 12px;
  display: block;
  flex: 0 0 12px;
}

.gc-faq {
  padding: 80px 0;
  background: var(--gc-soft);
}

.gc-faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.gc-faq__link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: var(--gc-lime);
  color: var(--gc-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}

.gc-accordion {
  border-top: 1px solid var(--gc-dark);
}

.gc-accordion__item {
  border-bottom: 1px solid var(--gc-dark);
}

.gc-accordion__button {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gc-dark);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.gc-accordion__button span {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}

.gc-accordion__button i {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: var(--gc-lime);
  font-style: normal;
}

.gc-accordion__button i::before,
.gc-accordion__button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--gc-dark);
  content: "";
  transform: translate(-50%, -50%);
}

.gc-accordion__button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gc-accordion__item.is-open .gc-accordion__button i::after {
  opacity: 0;
}

.gc-accordion__panel {
  display: none;
  max-width: 940px;
  padding: 0 64px 24px 0;
  color: rgba(21, 21, 21, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.gc-accordion__item.is-open .gc-accordion__panel {
  display: block;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .gc-wrap {
    padding-right: 80px;
    padding-left: 80px;
  }

  .gc-wrap--nominals {
    padding-right: 80px;
    padding-left: 80px;
  }

  .gc-wrap--occasion {
    padding-right: 80px;
    padding-left: 80px;
  }

  .gc-wrap--steps {
    padding-right: 80px;
    padding-left: 80px;
  }

  .gc-hero,
  .gc-hero__wrap,
  .gc-hero__media {
    min-height: 0;
  }

  .gc-hero__wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gc-hero__content {
    gap: 16px;
    width: 560px;
  }

  .gc-label {
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .gc-hero h1 {
    max-width: 430px;
    font-size: 26px;
    line-height: 32px;
  }

  .gc-hero__text {
    max-width: 470px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    width: auto;
  }

  .gc-benefits li {
    min-height: 34px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-hero__media {
    height: 100%;
  }

  .gc-hero__ticket {
    bottom: 55px;
    left: 115px;
    width: 1283px;
    transform: rotate(-14deg);
  }

  .gc-stats__grid {
    gap: 64px;
  }

  .gc-section {
    padding: 100px 0;
  }

  .gc-heading {
    gap: 8px;
    margin-bottom: 44px;
  }

  .gc-heading h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .gc-included h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .gc-heading p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-cards {
    gap: 24px;
  }

  .gc-card__top {
    min-height: 128px;
    padding: 24px 28px;
  }

  .gc-card strong {
    font-size: 18px;
    line-height: 28px;
  }

  .gc-card h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .gc-card p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-card__badge {
    top: 24px;
    right: 28px;
    min-width: 0;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 6px 11px;
    background: var(--gc-lime);
    color: var(--gc-dark);
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
  }

  .gc-card__preview {
    padding: 24px 28px;
  }

  .gc-certificate {
    grid-template-columns: minmax(0, 1fr) 27px 76px 61px;
    min-height: 0;
    height: 115px;
    margin: 0;
    padding: 5px;
  }

  .gc-certificate__title {
    top: 5px;
    left: 5px;
    width: 180px;
    height: 19px;
  }

  .gc-certificate__copy strong {
    margin-top: 26px;
    font-size: 13px;
    line-height: 16px;
  }

  .gc-certificate__copy span {
    font-size: 9px;
    line-height: 13px;
  }

  .gc-certificate__photo {
    max-width: 76px;
  }

  .gc-certificate__barcode,
  .gc-certificate__meta b {
    max-width: 54px;
    min-width: 54px;
    width: 54px;
  }

  .gc-certificate__barcode {
    height: 11px;
  }

  .gc-certificate__meta em {
    max-width: 54px;
    margin-top: -1px;
    font-size: 5px;
    line-height: 7px;
  }

  .gc-certificate__meta b {
    min-height: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .gc-certificate__meta small {
    font-size: 8px;
    line-height: 11px;
  }

  .gc-button {
    min-height: 50px;
    margin: 24px 28px 24px;
    font-size: 12px;
  }

  .gc-included {
    padding: 24px 80px 34px;
  }

  .gc-included__grid {
    gap: 80px;
  }

  .gc-included__item h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .gc-included__item p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-occasion-section {
    padding: 100px 0;
  }

  .gc-occasion__card {
    min-height: 174px;
    padding: 24px;
  }

  .gc-occasion__head {
    gap: 14px;
  }

  .gc-occasion h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .gc-occasion__list li {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-steps-section {
    padding: 100px 0;
  }

  .gc-step__body {
    padding: 44px 24px 24px;
  }

  .gc-steps article {
    min-height: 188px;
  }

  .gc-steps h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .gc-steps p {
    font-size: 12px;
  }

  .gc-step__note {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .gc-wrap {
    padding-right: 64px;
    padding-left: 64px;
  }

  .gc-wrap--nominals {
    padding-right: 64px;
    padding-left: 64px;
  }

  .gc-wrap--occasion {
    padding-right: 64px;
    padding-left: 64px;
  }

  .gc-wrap--steps {
    padding-right: 64px;
    padding-left: 64px;
  }

  .gc-hero,
  .gc-hero__wrap,
  .gc-hero__media {
    min-height: 0;
  }

  .gc-hero__wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gc-hero__content {
    width: 500px;
    gap: 16px;
  }

  .gc-label {
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .gc-hero h1 {
    max-width: 430px;
    font-size: 26px;
    line-height: 32px;
  }

  .gc-hero__text {
    max-width: 470px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    width: auto;
  }

  .gc-benefits li {
    min-height: 34px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-hero__media {
    height: 100%;
  }

  .gc-hero__ticket {
    bottom: 70px;
    left: 100px;
    width: 1140px;
    transform: rotate(-14deg);
  }

  .gc-section {
    padding: 88px 0;
  }

  .gc-heading h2,
  .gc-faq h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .gc-included h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .gc-heading p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-steps-section {
    padding: 88px 0;
  }

  .gc-cards {
    gap: 16px;
  }

  .gc-occasion__card {
    padding: 24px;
  }

  .gc-card__top {
    min-height: 136px;
    padding: 16px;
  }

  .gc-card p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-card__preview {
    padding: 16px;
  }

  .gc-certificate {
    grid-template-columns: minmax(0, 1fr) 22px 57px 52px;
    min-height: 96px;
    margin: 0;
    padding: 5px;
  }

  .gc-certificate__title {
    top: 5px;
    left: 5px;
    width: 142px;
    height: 15px;
  }

  .gc-certificate__copy strong {
    margin-top: 32px;
    font-size: 11px;
    line-height: 14px;
  }

  .gc-certificate__copy span {
    font-size: 8px;
    line-height: 12px;
  }

  .gc-certificate__arrow {
    position: relative;
    z-index: 3;
    align-self: end;
    width: 16px;
    height: 16px;
    display: block;
    margin-bottom: 5px;
    object-fit: contain;
  }

  .gc-certificate__photo {
    width: 57px;
    height: 100%;
  }

  .gc-certificate__barcode,
  .gc-certificate__meta b {
    min-width: 49px;
    width: 49px;
  }

  .gc-certificate__barcode {
    max-width: 50px;
  }

  .gc-certificate__meta em {
    max-width: 50px;
    font-size: 4px;
    line-height: 6px;
  }

  .gc-certificate__meta b {
    min-height: 15px;
    font-size: 9px;
    line-height: 15px;
  }

  .gc-certificate__meta small {
    font-size: 6px;
    line-height: 9px;
  }

  .gc-button {
    min-height: 42px;
    margin: 16px;
    font-size: 12px;
  }

  .gc-included {
    padding: 24px 64px;
  }

  .gc-included__grid {
    gap: 16px;
    margin-top: 24px;
  }

  .gc-included__item h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .gc-included__item p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-occasion h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .gc-occasion__list li {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-steps h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .gc-steps p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-steps article {
    min-height: 204px;
  }
}

@media (max-width: 768px) {
  .gc-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }

  .gc-wrap--nominals {
    padding-right: 32px;
    padding-left: 32px;
  }

  .gc-wrap--occasion {
    padding-right: 32px;
    padding-left: 32px;
  }

  .gc-wrap--steps {
    padding-right: 32px;
    padding-left: 32px;
  }

  .gc-hero {
    min-height: 507px;
  }

  .gc-hero__wrap {
    min-height: 507px;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gc-hero__media {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 360px;
    min-height: 360px;
  }

  .gc-hero__ticket {
    bottom: 55px;
    left: 70px;
    width: 762px;
    height: 236px;
  }

  .gc-hero__content {
    width: 100%;
    gap: 16px;
  }

  .gc-label {
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .gc-hero h1 {
    max-width: 430px;
    font-size: 22px;
    line-height: 26px;
  }

  .gc-hero__text {
    max-width: 470px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 520px;
  }

  .gc-benefits li {
    min-height: 34px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-stats__grid {
    gap: 32px;
  }

  .gc-stat {
    width: 180px;
  }

  .gc-stat strong {
    font-size: 22px;
    line-height: 28px;
  }

  .gc-stat span:last-child {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-section {
    padding: 70px 0;
  }

  .gc-heading h2,
  .gc-faq h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .gc-included h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .gc-included__item h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .gc-included__item p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-occasion h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .gc-occasion__list li {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-steps h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .gc-steps p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-steps-section {
    padding: 70px 0;
  }

  .gc-cards {
    gap: 8px;
    width: 100%;
    margin: 0;
  }

  .gc-card__top {
    min-height: 134px;
    padding: 8px;
  }

  .gc-card strong {
    font-size: 16px;
    line-height: 24px;
  }

  .gc-card h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-card p {
    min-height: 54px;
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
  }

  .gc-card__badge {
    top: 8px;
    right: 8px;
    min-height: 22px;
    padding: 4px 8px;
    font-size: 8px;
    line-height: 12px;
  }

  .gc-card__preview {
    padding: 8px;
  }

  .gc-certificate {
    grid-template-columns: minmax(0, 1fr) 16px 43px 39px;
    width: 100%;
    height: 72px;
    min-height: 0;
    padding: 4px;
  }

  .gc-certificate__title {
    top: 4px;
    left: 4px;
    width: 107px;
    height: 12px;
  }

  .gc-certificate__copy strong {
    margin-top: 24px;
    font-size: 8px;
    line-height: 10px;
  }

  .gc-certificate__copy span {
    font-size: 6px;
    line-height: 8px;
  }

  .gc-certificate__arrow {
    width: 12px;
    height: 12px;
    margin-bottom: 3px;
  }

  .gc-certificate__photo {
    width: 43px;
    height: 100%;
  }

  .gc-certificate__barcode,
  .gc-certificate__meta b {
    min-width: 37px;
    width: 37px;
  }

  .gc-certificate__barcode {
    height: 8px;
  }

  .gc-certificate__meta em {
    max-width: 37px;
    font-size: 3px;
    line-height: 5px;
  }

  .gc-certificate__meta b {
    min-height: 12px;
    font-size: 7px;
    line-height: 12px;
  }

  .gc-certificate__meta small {
    font-size: 5px;
    line-height: 7px;
  }

  .gc-button {
    min-height: 42px;
    margin: 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .gc-included {
    padding: 24px 32px;
  }

  .gc-included__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }

  .gc-included__column {
    gap: 16px;
  }

  .gc-included__item {
    gap: 10px;
  }

  .gc-included__item h3 {
    font-size: 13px;
    line-height: 18px;
  }

  .gc-included__item p {
    font-size: 11px;
    line-height: 16px;
  }

  .gc-included__icon-image {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .gc-occasion {
    gap: 8px;
  }

  .gc-occasion__card {
    min-height: 160px;
    padding: 16px;
  }

  .gc-occasion__head {
    gap: 10px;
    margin-bottom: 14px;
  }

  .gc-occasion span,
  .gc-occasion__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    flex-shrink: 0;
  }

  .gc-occasion__icon img {
    width: 16px;
    height: 16px;
  }

  .gc-occasion h3 {
    font-size: 13px;
    line-height: 18px;
  }

  .gc-occasion__list {
    gap: 6px;
  }

  .gc-occasion__list li {
    gap: 6px;
    font-size: 11px;
    line-height: 16px;
  }

  .gc-steps {
    gap: 8px;
  }

  .gc-steps article {
    min-height: 190px;
  }

  .gc-step__body {
    padding: 24px 12px 16px;
  }

  .gc-steps h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .gc-steps p {
    font-size: 11px;
    line-height: 16px;
  }

  .gc-step__note {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    line-height: 18px;
  }

  .gc-faq__head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .gc-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .gc-wrap--nominals {
    padding-right: 16px;
    padding-left: 16px;
  }

  .gc-wrap--occasion {
    padding-right: 16px;
    padding-left: 16px;
  }

  .gc-wrap--steps {
    padding-right: 16px;
    padding-left: 16px;
  }

  .gc-hero {
    min-height: 682px;
  }

  .gc-hero__wrap {
    min-height: 682px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .gc-hero__content {
    gap: 16px;
  }

  .gc-label {
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .gc-hero h1 {
    max-width: 320px;
    font-size: 20px;
    line-height: 24px;
  }

  .gc-hero__text {
    max-width: 330px;
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .gc-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gc-benefits li {
    min-height: 34px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
    white-space: normal;
  }

  .gc-hero__media {
    height: 318px;
    min-height: 318px;
  }

  .gc-hero__ticket {
    bottom: 30px;
    left: -70px;
    width: 705px;
    height: 200px;
    transform: rotate(-14deg);
  }

  .gc-stats {
    padding: 48px 16px;
  }

  .gc-stats__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gc-stat {
    width: 100%;
  }

  .gc-stat strong {
    font-size: 28px;
    line-height: 36px;
  }

  .gc-stat span:last-child {
    font-size: 14px;
    line-height: 22px;
  }

  .gc-heading h2,
  .gc-faq h2,
  .gc-faq h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .gc-included h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .gc-heading {
    margin-bottom: 24px;
  }

  .gc-heading p {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-section {
    padding: 48px 0;
  }

  .gc-steps-section {
    padding: 48px 0;
  }

  .gc-step__body {
    padding: 28px 20px 20px;
  }

  .gc-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
  }

  .gc-card__top {
    min-height: auto;
    padding: 16px;
  }

  .gc-card strong {
    font-size: 16px;
    line-height: 24px;
  }

  .gc-card h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .gc-card p {
    min-height: 54px;
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
  }

  .gc-card__badge {
    top: 16px;
    right: 16px;
    min-height: 22px;
    padding: 4px 8px;
    font-size: 8px;
    line-height: 12px;
  }

  .gc-card__preview {
    padding: 16px 0;
  }

  .gc-certificate {
    grid-template-columns: minmax(0, 1fr) 16px 43px 39px;
    width: 193px;
    height: 72px;
    min-height: 0;
    margin: 0 auto;
    padding: 4px;
  }

  .gc-certificate__title {
    top: 4px;
    left: 4px;
    width: 107px;
    height: 12px;
  }

  .gc-certificate__copy strong {
    margin-top: 24px;
    font-size: 8px;
    line-height: 10px;
  }

  .gc-certificate__copy span {
    font-size: 6px;
    line-height: 8px;
  }

  .gc-certificate__arrow {
    width: 12px;
    height: 12px;
    margin-bottom: 3px;
  }

  .gc-certificate__photo {
    width: 43px;
    height: 100%;
  }

  .gc-certificate__barcode,
  .gc-certificate__meta b {
    min-width: 37px;
    width: 37px;
  }

  .gc-certificate__barcode {
    height: 8px;
  }

  .gc-certificate__meta em {
    max-width: 37px;
    font-size: 3px;
    line-height: 5px;
  }

  .gc-certificate__meta b {
    min-height: 12px;
    margin-top: auto;
    font-size: 7px;
    line-height: 12px;
  }

  .gc-certificate__meta small {
    font-size: 5px;
    line-height: 7px;
  }

  .gc-button {
    min-height: 42px;
    margin: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .gc-included__grid,
  .gc-occasion,
  .gc-steps {
    grid-template-columns: 1fr;
  }

  .gc-included__grid {
    gap: 24px;
  }

  .gc-included__item {
    align-items: center;
  }

  .gc-included__icon-image {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .gc-occasion {
    gap: 16px;
  }

  .gc-steps {
    gap: 16px;
  }

  .gc-occasion__card {
    min-height: auto;
    padding: 16px;
  }

  .gc-steps article {
    min-height: auto;
  }

  .gc-included {
    padding: 24px 16px;
  }

  .gc-accordion__button span {
    font-size: 14px;
    line-height: 22px;
  }

  .gc-accordion__panel {
    padding-right: 0;
  }

}

@media (max-width: 450px) {
  .gc-hero__ticket {
    bottom: 20px;
    left: -145px;
    width: 645px;
    height: 200px;
    transform: rotate(0deg);
  }
}

.category-body {
  margin: 0;
  background: #f0f0f0;
}

.category-page {
  min-width: 320px;
  color: #151515;
  font-family: "Mulish", Arial, sans-serif;
  background: #f0f0f0;
}

.category-page * {
  box-sizing: border-box;
}

.category-hero {
  display: flex;
  min-height: 624px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #151515;
  background-image: url("../assets/category/category-hero-bg.png");
  background-position: center;
  background-size: cover;
}

.category-hero__inner {
  display: flex;
  width: 100%;
  max-width: 1680px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 120px;
}

.category-hero h1 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 130px;
  font-weight: 1000;
  line-height: 140px;
  text-align: center;
  text-transform: uppercase;
}

.category-search {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.category-search__line {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 250px;
  overflow: visible;
}

 .home-supersearch .category-search__line {
    display: none;
  }


.category-search__field,
.category-search__submit,
.category-search__more {
  min-height: 56px;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  text-transform: uppercase;
}

.category-search__field {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid #151515;
  border-right: 1px solid #151515;
  border-bottom: 1px solid #151515;
  background: #fff;
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.category-search__field:first-child {
  border-left: 1px solid #151515;
}

.category-search__field--select {
  justify-content: space-between;
}

.category-search__icon {
  width: 16px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}

.category-search__caret {
  width: 24px;
  height: 24px;
  margin-left: auto;
  object-fit: contain;
}

.category-search__submit {
  grid-column: 5;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid #151515;
  border-left: 0;
  background: #151515;
  color: #c9f76e;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.category-search__more {
  display: flex;
  grid-column: 5;
  grid-row: 2;
  width: 250px;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid #151515;
  background: #c9f76e;
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
}

.category-search__more img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}

.category-masters {
  padding: 120px;
  background: #f0f0f0;
}

.category-masters__wrap {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.category-masters__head,
.category-toolbar,
.category-toolbar__right,
.category-master,
.category-master p,
.category-card__meta,
.category-card__bottom,
.category-pager {
  display: flex;
}

.category-masters__head {
  align-items: center;
  justify-content: space-between;
}

.category-masters h1 {
  margin: 0;
  color: #151515;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-transform: uppercase;
}

.category-toolbar {
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.category-toolbar__right {
  gap: 8px;
  align-items: center;
}

.category-tool {
  height: 42px;
  border: 1px solid #151515;
  border-radius: 0;
  background: #fff;
  color: #151515;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.category-tool--request {
  padding: 8px 16px;
  background: #c9f76e;
}

.category-tool--filter {
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 8px 9px;
}

.category-tool--map {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.category-tool--map:hover,
.category-tool--map:focus {
  background: #151515;
  box-shadow: 0 6px 18px rgba(21, 21, 21, .18);
  color: #fff;
  transform: translateY(-1px);
}

.category-tool--map:hover img,
.category-tool--map:focus img {
  filter: invert(1);
}

.category-tool--map img,
.category-tool--sort img,
.category-tool--filter img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.category-tool--map .show-cards-icon,
.results-tool--map .show-cards-icon {
  width: 12px;
  height: 14px;
  flex: 0 0 12px;
  object-fit: contain;
}

.category-tool--sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 257px;
  padding: 8px 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}

.category-tool--sort span,
.results-tool--sort span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-caret {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.category-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #151515;
  background: #fff;
}

.category-card__photo {
  position: relative;
  aspect-ratio: 402 / 500;
  overflow: hidden;
  background: #ddd;
}

.category-card__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .2s ease;
}

.category-card__slide.is-active {
  opacity: 1;
}

.category-card__labels {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.category-label {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.category-label img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}

.category-label--dark {
  width: 121px;
  background: #151515;
  color: #fff;
}

.category-label--green {
  background: #c9f76e;
  color: #151515;
}

.category-dots {
  position: absolute;
  bottom: 11px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  transform: translateX(-50%);
}

.category-dots span {
  width: 18px;
  height: 4px;
  background: #fff;
}

.category-dots span.is-active {
  width: 34px;
  background: #151515;
}

.category-card__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  transform: translateY(-50%);
  transition: transform .2s ease;
  cursor: pointer;
}

.category-card__arrow:hover,
.category-card__arrow:focus {
  transform: translateY(-50%) scale(1.04);
}

.category-card__arrow--prev {
  left: 10px;
}

.category-card__arrow--next {
  right: 10px;
}

.category-card__arrow img {
  display: block;
  width: 32px;
  height: 32px;
  transition: opacity .2s ease;
}

.category-card__arrow:hover img,
.category-card__arrow:focus img {
  opacity: .72;
}

.category-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.category-master {
  gap: 16px;
}

.category-master > img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  object-fit: cover;
}

.category-master h2 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.category-master h2 a {
  color: inherit;
  text-decoration: none;
}

.category-master h2 a:hover,
.category-master h2 a:focus {
  text-decoration: underline;
}

.category-master p {
  gap: 8px;
  margin: 4px 0 0;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.category-master p span,
.category-card__meta span,
.category-card__bottom strong {
  display: flex;
  align-items: center;
  gap: 4px;
}

.category-master p img,
.category-card__meta img,
.category-card__bottom strong img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.category-card__spec {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.category-card__meta {
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  gap: 8px;
}

.category-card__address {
  margin: -4px 0 0 28px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.category-card__bottom {
  margin-top: auto;
  gap: 12px;
  flex-direction: column;
}

.category-card__bottom strong {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
  gap: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.category-card__bottom a {
  display: flex;
  min-height: 32px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #151515;
  color: #c9f76e;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.category-pager {
  height: 36px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.category-pager button,
.category-pager span {
  height: 36px;
  border: 1px solid #151515;
  background: #fff;
  color: #151515;
  font-family: inherit;
}

.category-pager button {
  width: 36px;
  padding: 0;
  cursor: pointer;
}

.category-pager button img {
  display: block;
  width: 36px;
  height: 36px;
}

.category-pager span {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  border-color: #ccc;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.02em;
}

@media (max-width: 1280px) {
  .category-hero {
    min-height: 580px;
  }

  .category-hero__inner {
    max-width: 1120px;
    margin-right: 80px;
    margin-left: 80px;
    gap: 48px;
  }

  .category-hero h1 {
    font-size: 92px;
    line-height: 104px;
  }

  .category-search__line {
    grid-template-columns: repeat(4, minmax(0, 1fr)) 250px;
  }

  .category-search__field {
    font-size: 14px;
    line-height: 20px;
  }

  .category-search__submit,
  .category-search__more {
    font-size: 12px;
    line-height: 18px;
  }

  .category-masters {
    padding: 80px;
  }

  .category-masters h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .category-cards {
    gap: 16px;
  }

  .category-card__body {
    gap: 8px;
    padding: 8px;
  }

  .category-card__photo {
    aspect-ratio: 268 / 333;
  }

  .category-master {
    gap: 4px;
  }

  .category-master > img {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .category-master h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .category-master p,
  .category-card__spec {
    font-size: 10px;
    line-height: 14px;
  }

  .category-card__bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .category-card__bottom strong {
    width: 100%;
    flex: 0 0 auto;
  }

  .category-card__bottom a {
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 1024px) {
  .category-hero__inner {
    max-width: 765px;
    gap: 24px;
  }

  .category-search__line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .category-search__more {
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 2;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .category-search__submit {
    grid-column: 3 / 5;
    grid-row: 2;
    min-height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .category-search__field {
    min-height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .category-masters {
    padding: 80px 64px;
  }

  .category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .category-hero {
    min-height: 880px;
  }

  .category-hero__inner {
    max-width: 704px;
    margin-right: 32px;
    margin-left: 32px;
    gap: 48px;
  }

  .category-hero h1 {
    font-size: 60px;
    line-height: 72px;
  }

  .category-search {
    align-items: stretch;
    gap: 0;
  }

  .category-search__line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 0;
  }

  .category-search__field {
    min-height: 56px;
    border-right: 1px solid #151515;
    border-bottom: 1px solid #151515;
  }

  .category-search__field:nth-child(odd) {
    border-left: 1px solid #151515;
  }

  .category-search__field:nth-child(n+3) {
    border-top: 0;
  }

  .category-search__submit,
  .category-search__more {
    width: 50%;
    min-height: 56px;
  }

  .category-search__submit {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
  }

  .category-search__more {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    margin-top: 0;
  }

  .category-masters {
    padding: 70px 32px;
  }

  .category-masters h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .category-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card__photo {
    aspect-ratio: 344 / 427;
  }
}

@media (max-width: 576px) {
  .category-hero {
    min-height: 700px;
    background-position: center top;
  }

  .category-hero__inner {
    max-width: 328px;
    margin-right: 16px;
    margin-left: 16px;
    transform: translateY(-30px);
  }

  .category-hero h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .category-search__line {
    display: flex;
    flex-direction: column;
    border-bottom: 0;
  }


  .home-supersearch .category-search__line {
    display: none;
  }

  .category-search__field {
    width: 100%;
    min-height: 56px;
    border: 1px solid #151515;
    border-bottom: 0;
  }

  .category-search__field:nth-child(n+3) {
    border-top: 1px solid #151515;
  }

  .category-search__submit {
    width: 100%;
    min-height: 64px;
    grid-column: 1;
    grid-row: 5;
    order: 5;
    border: 1px solid #151515;
    border-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.06em;
  }

  .category-search__more {
    width: 100%;
    min-height: 56px;
    grid-column: 1;
    grid-row: 6;
    order: 6;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .category-masters {
    padding: 48px 16px;
  }

  .category-masters__wrap {
    width: 329px;
    max-width: calc(100vw - 32px);
  }

  .category-masters__head {
    align-items: flex-start;
  }

  .category-masters h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .category-tool--request,
  .category-tool--sort,
  .category-toolbar .sort-dropdown {
    display: none;
  }

  .category-toolbar {
    justify-content: flex-start;
    gap: 16px;
    margin-top: 16px;
  }

  .category-toolbar__right {
    flex: 0 0 auto;
  }

  .category-tool--filter {
    flex: 0 0 125px;
    width: auto;
    min-width: 0;
  }

  .category-tool--map {
    flex: 0 0 188px;
    width: 188px;
    padding-right: 8px;
    padding-left: 16px;
  }

  .category-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }

  .category-card__photo {
    aspect-ratio: 328 / 408;
  }

  .category-card {
    width: 328px;
    max-width: 100%;
  }

  .category-master h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .category-master p {
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
  }

  .category-card__meta,
  .category-card__spec {
    font-size: 10px;
    line-height: 14px;
  }

  .category-card__bottom strong {
    font-size: 14px;
    line-height: 18px;
  }

  .category-card__bottom a {
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.04em;
  }

  .category-pager {
    margin-top: 16px;
  }
}

.results-listing {
  padding: 120px;
  background: #f0f0f0;
}

.results-listing__wrap {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.results-listing__head,
.results-toolbar,
.results-toolbar__right,
.results-tags,
.results-tool,
.results-tool span,
.results-filters button,
.results-card,
.results-card__summary p,
.results-card__summary div,
.results-card__summary span,
.results-card__map,
.results-card__services-head,
.results-service,
.results-service > div,
.results-gallery,
.results-gallery__nav,
.results-more {
  display: flex;
}

.results-listing__head {
  align-items: flex-end;
  justify-content: space-between;
}

.results-listing__head h1 {
  margin: 0;
  color: #151515;
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
  text-transform: uppercase;
}

.results-listing__head p {
  margin: 0 0 2px;
  color: #808080;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.results-count {
  margin: 0 24px 0 auto;
  color: #808080;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.results-tool {
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #151515;
  border-radius: 0;
  background: #fff;
  color: #151515;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.results-tool img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.results-tool span {
  align-items: center;
  gap: 4px;
}

.results-tool--filter {
  width: 180px;
  justify-content: space-between;
  padding: 8px 9px;
}

.results-tool--request {
  padding: 8px 16px;
  background: #c9f76e;
}

.results-tool--head {
  display: none;
}

.results-tool--map {
  gap: 8px;
  padding: 8px 16px;
}

.results-tool--sort {
  justify-content: space-between;
  gap: 24px;
  width: 257px;
  padding: 8px 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.results-toolbar {
  align-items: stretch;
  justify-content: space-between;
  margin-top: 24px;
}

.results-toolbar__right {
  gap: 8px;
  align-items: stretch;
}

.results-tags {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.results-tags:has(+ .results-filters.is-collapsed) {
  display: none;
}

.category-masters .results-tags:has(+ .results-filters.is-collapsed) {
  display: flex;
}

.results-tags span,
.results-tags .results-tag {
  position: relative;
  min-height: 30px;
  padding: 4px 32px 4px 24px;
  overflow: hidden;
  background: #151515;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.results-tags .results-tag {
  text-decoration: none;
}

.results-tags span::before,
.results-tags span::after,
.results-tags .results-tag::before,
.results-tags .results-tag::after {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}

.results-tags span::before,
.results-tags .results-tag::before {
  transform: rotate(45deg);
}

.results-tags span::after,
.results-tags .results-tag::after {
  transform: rotate(-45deg);
}

.results-filters {
  position: relative;
  z-index: 90;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
  overflow: visible;
}

.results-filters.is-collapsed {
  display: none;
}

.results-filters button {
  height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #151515;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.results-filter-dropdown {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.results-filter-dropdown.is-open {
  z-index: 100;
}

.results-filter-dropdown__toggle {
  width: 100%;
  gap: 8px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.results-filter-dropdown__toggle img {
  transition: transform 0.2s ease;
}

.results-filter-dropdown.is-open .results-filter-dropdown__toggle {
  border-color: #151515;
}

.results-filter-dropdown.is-open .results-filter-dropdown__toggle img {
  transform: rotate(180deg);
}

.results-filter-dropdown__menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 110;
  display: flex;
  flex-direction: column;
  width: min(359px, calc(100vw - 32px));
  max-height: 0;
  padding: 0 8px 0 16px;
  overflow: hidden auto;
  border: 0;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-4px);
  scrollbar-color: #151515 #ccc;
  scrollbar-width: thin;
  transition: max-height 0.25s ease, padding-top 0.25s ease, padding-bottom 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.results-filter-dropdown.is-open .results-filter-dropdown__menu {
  max-height: 285px;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.results-filter-dropdown__menu::-webkit-scrollbar {
  width: 8px;
}

.results-filter-dropdown__menu::-webkit-scrollbar-track {
  background: #ccc;
}

.results-filter-dropdown__menu::-webkit-scrollbar-thumb {
  background: #151515;
}

.results-filter-checkbox,
.mobile-filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 45px;
  padding: 12px 8px;
  border-bottom: 1px solid #e6e6e6;
  color: #151515;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.results-filter-checkbox:last-child,
.mobile-filter-checkbox:last-child {
  border-bottom: 0;
}

.results-filter-checkbox.is-hidden,
.mobile-filter-checkbox.is-hidden,
.results-filter-dropdown.is-hidden,
.mobile-filter-item.is-hidden,
.results-filter-checkbox.is-search-hidden,
.mobile-filter-checkbox.is-search-hidden {
  display: none;
}

.results-filter-checkbox input,
.mobile-filter-checkbox input {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.results-filter-checkbox input:checked::after,
.mobile-filter-checkbox input:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.4883%208.00391L11%2018.4893L4%2011.4893L6%209.48926L11%2014.4893L19.4834%206L21.4883%208.00391Z'%20fill='%23151515'/%3e%3c/svg%3e") center / contain no-repeat;
  content: "";
  transform: translate(-50%, -50%);
}

.results-filter-checkbox span,
.mobile-filter-checkbox span {
  min-width: 0;
}

.results-filters img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.results-filters__submit {
  grid-column: 5;
  background: #151515 !important;
  color: #c9f76e !important;
  font-weight: 800 !important;
  justify-content: center !important;
  text-align: center !important;
}

.category-tool--filter .category-caret,
.category-tool--sort .category-caret,
.results-tool__caret,
.mobile-filter-item__toggle img {
  transition: transform 0.2s ease;
}

.category-tool--filter.is-open .category-caret,
.category-tool--sort.is-open .category-caret,
.results-tool--filter.is-open .results-tool__caret {
  transform: rotate(180deg);
}

.results-tool--sort.is-open .results-tool__caret {
  transform: rotate(180deg);
}

.sort-dropdown {
  position: relative;
  z-index: 5;
  background: #fff;
}

.sort-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #151515;
  border-top: 0;
  background: #fff;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.sort-dropdown.is-open .sort-dropdown__menu {
  max-height: 180px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sort-dropdown__menu button {
  display: flex;
  width: 100%;
  min-height: 30px;
  align-items: center;
  padding: 8px 32px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #151515;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  cursor: pointer;
}

.sort-dropdown__menu button:nth-child(even) {
  background: #f0f0f0;
}

.mobile-filter-popup {
  display: none;
}

.map-popup {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  padding: 60px;
  overflow-y: auto;
  background: #f0f0f0;
}

.map-popup.is-open {
  display: block;
}

body.map-popup-open {
  overflow: hidden;
}

.map-popup__panel {
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: 24px;
  background: #f0f0f0;
}

.map-popup__head,
.map-popup__toolbar,
.map-popup__toolbar-right {
  display: flex;
}

.map-popup__head {
  align-items: center;
  justify-content: space-between;
}

.map-popup__head h2 {
  margin: 0;
  color: #151515;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-transform: uppercase;
}

.map-popup__close {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.map-popup__close::before,
.map-popup__close::after {
  position: absolute;
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
  background: #151515;
  content: "";
}

.map-popup__close::before {
  transform: rotate(45deg);
}

.map-popup__close::after {
  transform: rotate(-45deg);
}

.map-popup__toolbar {
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.map-popup__toolbar-right {
  align-items: center;
  gap: 8px;
}

.map-popup .results-tags {
  display: flex;
  margin-top: 24px;
}

.map-popup .results-tags:has(+ .results-filters.is-collapsed) {
  display: none;
}

.results-cards {
  display: block;
  width: 100%;
  margin-top: 48px;
}

.results-card + .results-card {
  margin-top: 24px;
}

.results-card {
  width: 100%;
  min-height: 537px;
  border: 1px solid #151515;
  background: #fff;
}

.results-card__side {
  position: relative;
  display: flex;
  width: 442px;
  flex: 0 0 442px;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
  background: #fff;
  border-right: 1px solid #151515;
}

.results-ribbons {
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.results-card__avatar {
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
}

.results-card__summary {
  width: 100%;
  margin-top: 24px;
  padding: 0 24px;
}

.results-card__summary p,
.results-card__summary div {
  align-items: center;
  gap: 8px;
  margin: 0;
}

.results-card__summary p {
  color: #151515;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.results-card__summary div {
  gap: 16px;
  margin-top: 16px;
}

.results-card__summary span {
  align-items: center;
  gap: 0;
  color: #151515;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.results-card__summary img,
.results-card__map img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.results-card__summary p img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.results-card__map,
.results-card__contact {
  width: calc(100% - 48px);
  align-items: center;
  justify-content: center;
  margin: 16px 24px 0;
  border: 1px solid #151515;
  color: #151515;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.results-card__map {
  min-height: 42px;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 18px;
}

.results-card__address {
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}

.results-card__address:hover {
  opacity: 0.75;
  transition: transform 0.24s ease;
}

.results-card__address span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-card__contact {
  display: flex;
  min-height: 50px;
  margin-top: auto;
  width: 100%;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: #151515;
  color: #c9f76e;
}

.results-card__contact:hover,
.results-card__contact:focus {
  color: #fff;
}

.results-card__main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 24px 24px 16px;
}

.results-card__title h2 {
  margin: 0;
  color: #151515;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-transform: uppercase;
}

.results-card__title p {
  margin: 4px 0 0;
  color: #151515;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.results-card__services-head {
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.results-card__services-head h3 {
  margin: 0;
  color: #151515;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.results-card__services-head a {
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.results-card__appointment-note {
  margin-top: 12px;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.results-services {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.results-service {
  height: 50px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 9px;
  border: 1px solid #ccc;
}

.results-service > div {
  min-width: 0;
  align-items: center;
}

.results-service > div:first-child {
  gap: 16px;
}

.results-service > div:last-child {
  justify-content: flex-end;
  gap: 4px;
}

.results-service span {
  color: #151515;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.results-service strong {
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.results-service button {
  min-width: 60px;
  height: 32px;
  min-height: 32px;
  padding: 8px 16px;
  border: 1px solid #151515;
  border-radius: 0;
  background: #fff;
  color: #151515;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.results-service__book {
  min-width: 115px !important;
  background: #c9f76e !important;
}

.results-gallery {
  position: relative;
  gap: 4px;
  justify-content: flex-end;
  margin-top: auto;
  overflow: hidden;
}

.results-gallery.is-scrollable {
  justify-content: flex-start;
}

.results-gallery > img {
  width: 129px;
  height: 160px;
  flex: 0 0 129px;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.results-gallery__nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.results-gallery:not(.is-scrollable) .results-gallery__nav {
  display: none;
}

.results-gallery__nav button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}

.results-gallery__nav button:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.results-gallery__nav img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.results-more {
  justify-content: center;
  margin-top: 48px;
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.results-map-window {
  position: relative;
  height: 740px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #151515;
  background: #fff;
}

.results-map-canvas {
  position: absolute;
  inset: 0;
  background: #d7ecf2 url("../assets/category/category-map-bg.png") center / cover no-repeat;
}

.results-map-pin {
  position: absolute;
  left: var(--pin-left);
  top: var(--pin-top);
  width: 42px;
  height: 42px;
  background: url("../assets/category/category-map-pin.svg") center / contain no-repeat;
}

.results-map-pin--active {
  width: 60px;
  height: 60px;
  z-index: 2;
  background-image: url("../assets/category/category-map-pin-active.svg");
  background-size: contain;
}

.results-map-card {
  position: absolute;
  top: 50%;
  left: 32px;
  width: 402px;
  overflow: hidden;
  background: #fff;
  transform: translateY(-50%);
}

.results-map-card__photo {
  position: relative;
  aspect-ratio: 402 / 500;
  overflow: hidden;
}

.results-map-card__photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results-map-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.results-map-card__master {
  display: flex;
  align-items: center;
  gap: 16px;
}

.results-map-card__master > img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.results-map-card__master h2 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.results-map-card__master p {
  display: flex;
  gap: 8px;
  margin: 0;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.results-map-card__master span,
.results-map-card__price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.results-map-card__master p img,
.results-map-card__price img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.results-map-card__spec {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.results-map-card__price {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.results-map-card__bottom {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}

.results-map-card__price,
.results-map-card__action {
  flex: 0 0 auto;
}

.results-map-card__action {
  flex-basis: 48%;
}

.results-map-card__action {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #151515;
  color: #c9f76e;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.results-map-card__action:hover,
.results-map-card__action:focus {
  color: #fff;
  text-decoration: none;
  background: #151515;
}

@media (max-width: 1280px) {
  .map-popup {
    padding: 24px 80px;
  }

  .map-popup__panel {
    padding: 0;
  }

  .map-popup__head h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .results-listing {
    padding: 80px;
  }

  .results-listing__head h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .results-toolbar__right {
    margin-left: auto;
  }

  .results-filters {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .results-tags span,
  .results-tags .results-tag {
    min-height: 0;
    height: 26px;
    padding: 4px 28px 4px 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .results-tags span::before,
  .results-tags span::after,
  .results-tags .results-tag::before,
  .results-tags .results-tag::after {
    top: 8px;
    right: 4px;
    width: 9px;
  }

  .results-filters button {
    height: 48px;
    padding: 8px 8px 8px 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .results-filters__submit {
    height: 50px;
  }

  .results-cards {
    margin-top: 24px;
  }

  .results-card + .results-card {
    margin-top: 24px;
  }

  .results-card {
    min-height: 519px;
  }

  .results-card__side {
    width: 418px;
    flex-basis: 418px;
  }

  .results-card__avatar {
    width: 280px;
    height: 280px;
  }

  .results-card__main {
    padding-right: 24px;
  }

  .results-card__title h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .results-card__title p {
    font-size: 10px;
    line-height: 14px;
  }

  .results-card__summary p,
  .results-card__summary span {
    font-size: 10px;
    line-height: 14px;
  }

  .results-card__map,
  .results-card__contact {
    font-size: 12px;
    line-height: 18px;
  }

  .results-card__services-head h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .results-service span {
    font-size: 10px;
    line-height: 14px;
  }

  .results-service {
    height: 42px;
    min-height: 42px;
  }

  .results-gallery > img {
    width: 128px;
    height: 160px;
    flex-basis: 128px;
  }

  .results-map-window {
    min-height: 576px;
  }
}

@media (max-width: 1024px) {
  .map-popup {
    padding: 24px 64px;
  }

  .results-listing {
    padding: 80px 64px;
  }

  .results-toolbar__right {
    width: 594px;
  }

  .results-filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .results-filters button {
    height: 48px;
    padding: 8px 8px 8px 16px;
  }

  .results-filters__submit {
    grid-column: 4;
  }

  .results-card {
    min-height: 488px;
  }

  .results-card__side {
    width: 300px;
    flex-basis: 300px;
    padding-top: 82px;
  }

  .results-card__avatar {
    width: 208px;
    height: 208px;
  }

  .results-card__summary {
    margin-top: 16px;
  }

  .results-card__summary div {
    margin-top: 8px;
  }

  .results-card__map {
    width: calc(100% - 48px);
  }

  .results-card__contact {
    margin-top: auto;
  }

  .results-card__main {
    padding: 16px 24px;
  }

  .results-services {
    margin-top: 8px;
  }

  .results-service {
    height: auto;
    min-height: 42px;
  }

  .results-service > div:first-child {
    gap: 8px;
  }

  .results-gallery {
    margin-top: 12px;
  }

  .results-gallery > img {
    width: 128px;
    height: 160px;
    flex-basis: 128px;
  }

  .results-map-window {
    min-height: 520px;
    background-position: center;
  }

  .results-map-card {
    width: 268px;
  }

  .results-map-card__photo {
    height: 333px;
  }

  .results-map-card__bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .results-map-card__price,
  .results-map-card__action {
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  .results-count {
    display: none;
  }

  .results-listing {
    padding: 70px 32px;
  }

  .results-listing__head {
    align-items: center;
  }

  .results-listing__head h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .results-listing__head p {
    display: none;
  }

  .results-tool--head {
    display: flex;
  }

  .results-toolbar {
    margin-top: 16px;
  }

  .results-toolbar__right {
    width: 431px;
  }

  .results-toolbar .results-tool--request {
    display: none;
  }

  .results-tags {
    margin-top: 16px;
  }

  .results-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .results-filters button {
    height: 40px;
    padding: 8px 8px 8px 16px;
  }

  .results-filters__submit {
    grid-column: 3;
    height: 40px;
  }

  .results-card {
    min-height: 452px;
  }

  .results-card__side {
    width: 244px;
    flex-basis: 244px;
    padding-top: 95px;
  }

  .results-ribbons .category-label {
    width: 127px;
  }

  .results-card__avatar {
    width: 174px;
    height: 174px;
  }

  .results-card__summary {
    margin-top: 21px;
    padding: 0 24px;
  }

  .results-card__summary div {
    gap: 8px;
    margin-top: 4px;
  }

  .results-card__map {
    min-height: 42px;
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .results-card__contact {
    min-height: 42px;
  }

  .results-card__main {
    padding: 16px;
  }

  .results-card__title h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .results-card__services-head {
    margin-top: 12px;
  }

  .results-card__services-head a {
    font-size: 14px;
    line-height: 20px;
  }

  .results-services {
    gap: 4px;
  }

  .results-service {
    height: auto;
    padding: 8px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .results-service > div:last-child {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .results-service button {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .results-service__book {
    min-width: 0 !important;
  }

  .results-service--wide {
    display: none;
  }

  .results-gallery {
    gap: 6px;
  }

  .results-gallery > img {
    width: 66px;
    height: 82px;
    flex-basis: 66px;
  }

  .results-map-window {
    min-height: 452px;
  }

  .results-map-card {
    width: 244px;
    left: 16px;
  }

  .results-map-card__photo {
    height: 254px;
  }

  .results-map-card__master h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .map-popup {
    padding: 24px 0;
  }

  .map-popup__panel {
    width: 329px;
    max-width: calc(100vw - 32px);
    padding: 16px 8px 12px;
  }

  .map-popup__head h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .map-popup__close {
    display: block;
  }

  .map-popup__toolbar {
    gap: 16px;
    margin-top: 16px;
  }

  .map-popup__toolbar > .category-tool--filter,
  .map-popup__toolbar > .results-tool--filter {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .map-popup__toolbar-right {
    flex: 0 0 auto;
  }

  .map-popup__toolbar .category-tool--map,
  .map-popup__toolbar .results-tool--map {
    width: 180px;
    flex: 0 0 180px;
    padding-right: 8px;
    padding-left: 16px;
  }

  .map-popup__toolbar .sort-dropdown,
  .map-popup__toolbar .category-tool--request,
  .map-popup__toolbar .results-tool--request {
    display: none;
  }

  .map-popup .results-map-window {
    width: 100%;
    margin-top: 16px;
  }

  .map-popup .results-map-card__photo {
    display: none;
  }

  body.mobile-filter-open {
    overflow: hidden;
  }

  .mobile-filter-popup {
    position: fixed;
    top: 18px;
    right: 24px;
    bottom: 18px;
    left: 24px;
    z-index: 100;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 48px;
    overflow: hidden;
    background: #fff;
  }

  .category-page::after {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: none;
    background: rgba(21, 21, 21, 0.96);
    content: "";
  }

  body.mobile-filter-open .category-page::after {
    display: block;
  }

  .mobile-filter-popup.is-open {
    display: flex;
  }

  .mobile-filter-popup__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-filter-popup__head h2 {
    margin: 0;
    color: #151515;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
  }

  .mobile-filter-popup__close {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-filter-popup__close::before,
  .mobile-filter-popup__close::after {
    position: absolute;
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
    background: #151515;
    content: "";
  }

  .mobile-filter-popup__close::before {
    transform: rotate(45deg);
  }

  .mobile-filter-popup__close::after {
    transform: rotate(-45deg);
  }

  .mobile-filter-popup__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    overflow-y: auto;
  }

  .mobile-filter-popup__sort {
    width: 100%;
    max-width: none;
    align-self: stretch;
    flex: 0 0 auto;
  }

  .mobile-filter-popup__sort .sort-dropdown__menu {
    right: 0;
    left: 0;
    max-width: 100%;
  }

  .mobile-filter-popup__sort .mobile-filter-popup__sort-button {
    width: 100%;
  }

  .mobile-filter-popup__sort-button {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 9px;
    border: 1px solid #151515;
    background: #fff;
    color: #151515;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    cursor: pointer;
  }

  .mobile-filter-popup__sort-button span {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-filter-popup__sort-button img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
  }

  .mobile-filter-popup__request {
    display: flex;
    width: 100%;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #151515;
    background: #c9f76e;
    color: #151515;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-filter-popup.is-option-open .mobile-filter-popup__sort,
  .mobile-filter-popup.is-option-open .mobile-filter-popup__request {
    display: none;
  }

  .mobile-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
  }

  .mobile-filter-tags span,
  .mobile-filter-tags .results-tag {
    position: relative;
    display: flex;
    min-height: 22px;
    align-items: center;
    padding: 4px 24px;
    overflow: hidden;
    background: #151515;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
  }

  .mobile-filter-tags .results-tag {
    text-decoration: none;
  }

  .mobile-filter-tags span::before,
  .mobile-filter-tags span::after,
  .mobile-filter-tags .results-tag::before,
  .mobile-filter-tags .results-tag::after {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 10px;
    height: 1px;
    background: #fff;
    content: "";
  }

  .mobile-filter-tags span::before,
  .mobile-filter-tags .results-tag::before {
    transform: rotate(45deg);
  }

  .mobile-filter-tags span::after,
  .mobile-filter-tags .results-tag::after {
    transform: rotate(-45deg);
  }

  .mobile-filter-tags span::before,
  .mobile-filter-tags span::after,
  .mobile-filter-tags .results-tag::before,
  .mobile-filter-tags .results-tag::after {
    top: 7px;
    right: 4px;
  }

  .mobile-filter-list {
    width: 100%;
  }

  .mobile-filter-item {
    border-bottom: 1px solid #ccc;
  }

  .mobile-filter-item__toggle {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border: 0;
    background: #fff;
    color: #151515;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-filter-item__toggle img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    transform: rotate(-90deg);
    transition: transform 0.2s ease;
  }

  .mobile-filter-item.is-open .mobile-filter-item__toggle img {
    transform: rotate(180deg);
  }

  .mobile-filter-item__options {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
  }

  .mobile-filter-item.is-open .mobile-filter-item__options {
    max-height: min(360px, calc(100vh - 220px));
    overflow-y: auto;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-filter-item__options button {
    display: flex;
    width: 100%;
    min-height: 32px;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border: 0;
    background: #fff;
    color: #151515;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-filter-item__options button:nth-child(odd) {
    background: #f0f0f0;
  }

  .mobile-filter-item__options img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
  }

  .mobile-filter-popup__submit {
    display: flex;
    width: 100%;
    min-height: 50px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 16px;
    border: 0;
    background: #151515;
    color: #c9f76e;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .results-listing {
    padding: 48px 16px;
  }

  .results-listing__wrap {
    width: 329px;
    max-width: calc(100vw - 32px);
  }

  .results-listing__head h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .results-tool--head,
  .results-tool--sort,
  .results-toolbar .sort-dropdown {
    display: none;
  }

  .results-toolbar {
    gap: 16px;
    margin-top: 16px;
  }

  .results-toolbar__right {
    width: auto;
  }

  .results-tool--filter {
    width: auto;
    min-width: 0;
    flex: 0 0 125px;
    line-height: 18px;
  }

  .results-tool--map {
    width: 188px;
    flex: 0 0 188px;
    justify-content: flex-start;
    padding-right: 8px;
    padding-left: 16px;
    font-weight: 600;
    line-height: 18px;
  }

  .results-cards {
    margin-top: 16px;
  }

  .results-card + .results-card {
    margin-top: 16px;
  }

  .results-tags {
    display: none;
  }

  .results-filters {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .results-filters.is-collapsed {
    display: none;
  }

  .results-card {
    min-height: 0;
    flex-direction: column;
    width: 328px;
    max-width: 100%;
  }

  .results-card__side {
    display: contents;
  }

  .results-ribbons {
    display: none;
  }

  .results-card__avatar {
    width: 34px;
    height: 34px;
    order: 1;
    margin: 16px auto;
    z-index: 1;
  }

  .results-card__main {
    display: contents;
  }

  .results-card__title {
    order: 2;
    min-height: 54px;
    margin: 16px;
  }

  .results-card__title h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .results-card__title p {
    margin-top: 4px;
    font-size: 10px;
    line-height: 14px;
  }

  .results-card__summary {
    order: 3;
    margin-top: 8px;
    padding: 0 16px;
  }

  .results-card__summary p {
    font-size: 10px;
    line-height: 14px;
  }

  .results-card__summary p img {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .results-card__summary div {
    gap: 16px;
    margin-top: 4px;
  }

  .results-card__summary span {
    font-size: 9px;
    line-height: 12px;
  }

  .results-card__summary span img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .results-card__services-head {
    order: 4;
    margin: 8px 16px 0;
  }

  .results-card__services-head h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .results-card__services-head a {
    font-size: 12px;
    line-height: 18px;
  }

  .results-card__appointment-note {
    order: 4;
    margin: 8px 16px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .results-services {
    order: 5;
    gap: 4px;
    margin: 8px 16px 0;
  }

  .results-service {
    height: auto;
    min-height: 64px;
    padding: 9px;
  }

  .results-service > div:first-child {
    justify-content: space-between;
  }

  .results-service > div:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .results-service span {
    font-size: 10px;
    line-height: 14px;
  }

  .results-service strong {
    font-size: 12px;
    line-height: 18px;
  }

  .results-service button {
    height: 20px;
    min-height: 20px;
    padding: 4px 8px;
    font-size: 8px;
    line-height: 12px;
  }

  .results-service__book {
    grid-column: 1 / -1;
    height: 36px !important;
    min-height: 36px !important;
    margin-top: 4px;
  }

  .results-gallery {
    order: 6;
    gap: 2px;
    margin: 8px 16px 0;
  }

  .results-gallery > img {
    width: 57.6px;
    height: 71.64px;
    flex-basis: 57.6px;
  }

  .results-gallery__nav button {
    width: 34px;
    height: 34px;
  }

  .results-gallery__nav img {
    width: 34px;
    height: 34px;
  }

  .results-card__map {
    order: 7;
    width: auto;
    min-height: 0px;
    margin: 8px 0px 0px 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .results-card__contact {
    order: 8;
    width: auto;
    min-height: 42px;
    margin: 8px 16px 16px;
    border: 1px solid #151515;
    font-size: 12px;
    line-height: 18px;
  }

  .results-more {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .results-map-window {
    min-height: 582px;
    margin-top: 24px;
    background-position: center;
  }

  .results-map-card {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    transform: none;
  }

  .results-map-card__photo {
    height: 260px;
  }

  .results-map-pin:nth-of-type(n+8) {
    display: none;
  }

  .results-map-pin--active {
    left: 72% !important;
    top: 88% !important;
  }
}

@media (max-width: 1280px) {

  .results-service strong {
    font-size: 12px;
    line-height: 18px;
}
  .results-map-window {
    height: 600px;
  }

  .results-map-card {
    left: 24px;
    width: 268px;
  }

  .results-map-card__body {
    gap: 8px;
    padding: 8px;
  }

  .results-map-card__master {
    gap: 4px;
  }

  .results-map-card__master > img {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .results-map-card__master h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .results-map-card__master p,
  .results-map-card__spec {
    font-size: 10px;
    line-height: 14px;
  }

  .results-map-card__bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .results-map-card__action {
    flex-basis: auto;
  }
}

@media (max-width: 1024px) {
  .results-map-window {
    height: 576px;
  }

  .results-map-pin {
    width: 32px;
    height: 32px;
    background-size: contain;
  }

  .results-map-pin--active {
    width: 45px;
    height: 45px;
    background-size: contain;
  }

  .results-map-card {
    width: 288px;
  }

  .results-map-card__photo {
    height: auto;
  }
}

@media (max-width: 768px) {
  .map-popup {
    padding: 24px 32px;
  }

  .map-popup__head h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .map-popup__toolbar {
    align-items: flex-start;
    gap: 8px;
  }

  .map-popup__toolbar-right {
    margin-left: auto;
  }

  .map-popup__toolbar .category-tool--request,
  .map-popup__toolbar .results-tool--request {
    display: none;
  }

  .mobile-filter-popup__sort {
    width: 100%;
  }

  .sort-dropdown__menu {
    padding-bottom: 4px;
  }

  .sort-dropdown.is-open .sort-dropdown__menu {
    max-height: 182px;
  }

  .sort-dropdown__menu button {
    min-height: 30px;
    padding: 8px 32px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
  }

  .results-map-window {
    height: 740px;
  }

  .results-map-pin {
    left: var(--pin-left-tablet, var(--pin-left));
    top: var(--pin-top-tablet, var(--pin-top));
  }

  .results-map-card {
    top: 209px;
    right: 24px;
    left: auto;
    width: 240px;
    transform: none;
  }

  .results-map-card__master {
    gap: 4px;
  }
}

@media (max-width: 576px) {
  .results-map-window {
    display: flex;
    width: 328px;
    height: auto;
    max-width: 100%;
    flex-direction: column;
    margin-top: 16px;
    overflow: hidden;
  }

  .results-map-canvas {
    position: relative;
    height: 470px;
    flex: 0 0 470px;
    border-bottom: 1px solid #151515;
    background-position: center;
  }

  .results-map-pin {
    left: var(--pin-left-mobile, -999px) !important;
    top: var(--pin-top-mobile, -999px) !important;
    width: 42px;
    height: 42px;
  }

  .results-map-pin--active {
    width: 60px;
    height: 60px;
  }

  .results-map-pin:nth-child(n+12) {
    display: none;
  }

  .results-map-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    transform: none;
  }

  .results-map-card__photo {
    display: block;
    height: auto;
  }

  .results-map-card__body {
    gap: 8px;
    padding: 8px;
  }

  .results-map-card__master {
    gap: 4px;
  }

  .results-map-card__master > img {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .results-map-card__master h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .results-map-card__master p {
    gap: 8px;
  }

  .results-map-card__master p span {
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
  }

  .results-map-card__spec {
    font-size: 10px;
    line-height: 14px;
  }

  .results-map-card__price {
    font-size: 14px;
    line-height: 18px;
  }

  .results-map-card__action {
    min-height: 32px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.04em;
  }

  .map-popup {
    padding: 24px 16px;
  }

  .map-popup__panel {
    width: min(100%, 393px);
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .map-popup__toolbar {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 8px;
  }

  .map-popup__toolbar > .category-tool--filter,
  .map-popup__toolbar > .results-tool--filter {
    width: 126px;
    flex: 0 0 126px;
  }

  .map-popup__toolbar-right {
    min-width: 0;
    margin-left: 0;
  }

  .map-popup__toolbar .category-tool--map,
  .map-popup__toolbar .results-tool--map {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 8px;
    padding-right: 12px;
    padding-left: 16px;
    white-space: nowrap;
  }

  .map-popup .results-tags,
  .map-popup .results-filters {
    display: none !important;
  }

  .mobile-filter-popup {
    z-index: 130;
  }

  .category-page::after {
    z-index: 120;
    background: #f0f0f0;
  }
}

.certificate-raffle-body {
  min-width: 320px;
  margin: 0;
  background: #151515;
}

.certificate-raffle-page {
  min-height: 100vh;
  background: #151515;
  color: #f5f5f5;
  font-family: "Mulish", Arial, sans-serif;
}

.certificate-raffle {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px;
  box-sizing: border-box;
  background: #151515;
}

.certificate-raffle__inner {
  display: flex;
  width: 100%;
  max-width: 1680px;
  height: 600px;
  overflow: hidden;
  background: #151515;
}

.certificate-raffle__photo,
.certificate-raffle__content {
  flex: 1 1 0;
  min-width: 0;
}

.certificate-raffle__photo {
  position: relative;
  height: 600px;
}

.certificate-raffle__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate-raffle__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 48px 0 120px;
  box-sizing: border-box;
}

.certificate-raffle__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.certificate-raffle__text h1,
.certificate-raffle__steps-block h2,
.certificate-raffle__lead,
.certificate-raffle__steps,
.certificate-raffle__date {
  margin: 0;
}

.certificate-raffle__text h1 {
  color: #f2f2f2;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-transform: uppercase;
}

.certificate-raffle__lead,
.certificate-raffle__date {
  color: #a2a2a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.32px;
}

.certificate-raffle__lead span,
.certificate-raffle__date span {
  color: #ffffff;
}

.certificate-raffle__lead mark {
  padding: 0;
  background: transparent;
  color: #c9f76e;
}

.certificate-raffle__steps-block {
  display: flex;
  width: 611.65px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.certificate-raffle__steps-block h2 {
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.certificate-raffle__steps {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.certificate-raffle__step {
  display: flex;
  min-height: 50px;
  align-items: flex-start;
  gap: 16px;
}

.certificate-raffle__number {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c9f76e;
  color: #151515;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.certificate-raffle__step-text {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}

.certificate-raffle__step-text strong {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.56px;
}

.certificate-raffle__step-text span {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.certificate-raffle__button {
  display: inline-flex;
  width: 100%;
  max-width: 265px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #c9f76e;
  color: #151515;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .certificate-raffle {
    padding: 100px 80px;
  }

  .certificate-raffle__inner {
    max-width: 1120px;
    height: 560px;
  }

  .certificate-raffle__photo {
    height: 560px;
  }

  .certificate-raffle__content {
    padding-right: 0;
    padding-left: 48px;
  }

  .certificate-raffle__text {
    gap: 24px;
  }

  .certificate-raffle__text h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .certificate-raffle__lead,
  .certificate-raffle__date {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
  }

  .certificate-raffle__steps-block {
    gap: 24px;
  }

  .certificate-raffle__steps-block h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .certificate-raffle__steps {
    gap: 16px;
  }

  .certificate-raffle__step {
    min-height: 46px;
  }

  .certificate-raffle__step-text span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }
}

@media (max-width: 1024px) {
  .certificate-raffle {
    padding: 80px 64px;
  }

  .certificate-raffle__inner {
    max-width: 896px;
  }

  .certificate-raffle__content {
    padding-left: 24px;
  }

  .certificate-raffle__lead {
    max-width: 424px;
  }
}

@media (max-width: 768px) {
  .certificate-raffle {
    align-items: flex-start;
    padding: 60px 32px;
  }

  .certificate-raffle__inner {
    max-width: 704px;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .certificate-raffle__photo {
    order: 2;
    width: calc(100% - 96px);
    height: auto;
    aspect-ratio: 608 / 564;
    flex: 0 0 auto;
  }

  .certificate-raffle__content {
    order: 1;
    width: calc(100% - 96px);
    height: auto;
    flex: 0 0 auto;
    gap: 24px;
    padding: 0;
  }

  .certificate-raffle__text {
    gap: 16px;
  }

  .certificate-raffle__text h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .certificate-raffle__lead,
  .certificate-raffle__date {
    line-height: 20px;
  }

  .certificate-raffle__steps-block {
    gap: 16px;
  }

  .certificate-raffle__steps-block h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .certificate-raffle__steps {
    gap: 16px;
  }

  .certificate-raffle__step {
    min-height: 42px;
    align-items: center;
  }

  .certificate-raffle__step-text strong {
    line-height: 20px;
  }

  .certificate-raffle__button {
    align-self: flex-end;
  }
}

@media (max-width: 576px) {
  .certificate-raffle {
    padding: 32px 24px;
  }

  .certificate-raffle__inner {
    max-width: none;
    gap: 24px;
  }

  .certificate-raffle__content,
  .certificate-raffle__photo {
    width: 100%;
  }

  .certificate-raffle__photo {
    aspect-ratio: 1 / 1;
  }

  .certificate-raffle__text h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .certificate-raffle__lead,
  .certificate-raffle__date {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
  }

  .certificate-raffle__steps-block h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .certificate-raffle__step {
    align-items: center;
  }

  .certificate-raffle__step-text strong {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.56px;
  }

  .certificate-raffle__step-text span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
  }

  .certificate-raffle__button {
    width: 100%;
    max-width: none;
    min-height: 46px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.96px;
  }
}
