:root {
  --bg: #f6f1e9;
  --panel: #fffdf8;
  --text: #2a2018;
  --muted: #6f5f50;
  --accent: #a0713d;
  --accent-soft: #efe3d4;
  --border: #e4d5c4;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(
    circle at top right,
    #f0e1cf 0%,
    var(--bg) 40%,
    #f8f3ec 100%
  );
  line-height: 1.5;
}

a {
  color: #7c4c1d;
}

.app-shell {
  min-height: 100vh;
}

.container-fluid {
  padding-left: 3%;
  padding-right: 3%;
}

.global-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #f8f5f2;
  border-bottom: 1px solid rgba(35, 35, 35, 0.12);
}

.catalog-header-top-section {
  padding: 0.94rem 0;
  background: #f8f5f2;
  border-bottom: 1px solid rgba(35, 35, 35, 0.08);
}

.catalog-header-top-section--wrapper,
.catalog-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.catalog-header-top-section--logo {
  display: inline-flex;
  align-items: center;
  color: #232323;
  text-decoration: none;
  min-height: 1.25rem;
}

.catalog-header-top-section--logo-image {
  width: auto;
  max-height: 1.2rem;
  display: block;
}

.catalog-header-top-section--logo-fallback {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.7em;
  text-transform: uppercase;
  color: #232323;
}

.catalog-header-top-section .footer--social {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.catalog-header-top-section .footer--social-link,
.catalog-header-top-section .shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #0f0f10;
  text-decoration: none;
}

.catalog-header-social-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.catalog-header {
  padding: 1.45rem 0;
  background: #f8f5f2;
}

.catalog-header-logo {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.catalog-header-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-header-logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  text-align: center;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #232323;
}

.catalog-header-items {
  width: calc(100% - 120px - 2rem);
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.catalog-header-link {
  text-align: center;
  display: flex;
  color: #232323;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  min-width: 6.5rem;
  flex-wrap: wrap;
  justify-content: center;
  transition: color 0.2s ease;
}

.catalog-header-link--icon {
  min-height: 2.35rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.catalog-header-link--icon svg {
  width: 1.9rem;
  height: 1.9rem;
}

.catalog-header-placeholder-icon {
  color: #585858;
}

.catalog-header-link--icon svg path {
  transition: fill 0.2s ease;
}

.catalog-header-link span {
  width: 100%;
  display: block;
  margin-top: 0.4rem;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
}

.catalog-header-link em {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  padding-bottom: 0.18rem;
  font-style: normal;
}

.catalog-header-link.catalog-header-link--active,
.catalog-header-link:hover {
  color: #6fc9ca;
}

.catalog-header-link.catalog-header-link--active em,
.catalog-header-link:hover em {
  border-color: #6fc9ca;
}

.catalog-header-link:hover svg path,
.catalog-header-link.catalog-header-link--active svg path {
  fill: #6fc9ca !important;
}

.catalog-header-burger {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 0;
  background: transparent;
  color: #232323;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.catalog-header-burger svg {
  display: block;
}

.catalog-header-burger:hover {
  color: #6fc9ca;
}

.new-mobile-header-navigation {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.new-mobile-header-navigation.active {
  display: block;
}

.new-mobile-header-navigation__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(247, 245, 242, 0.96);
}

.new-mobile-header-navigation__panel {
  position: relative;
  z-index: 1;
  margin: clamp(7rem, 16vh, 11rem) auto 0;
  width: min(92vw, 420px);
  text-align: center;
}

.new-mobile-header-navigation--close {
  position: fixed;
  top: 1.1rem;
  right: 1.1rem;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 4px;
  background: #fff;
  color: #232323;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.new-mobile-header-navigation__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.45rem;
  align-items: center;
}

.new-mobile-header-navigation__menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  color: #232323;
  border: 0;
  background: transparent;
  font-size: clamp(1.3rem, 2.45vw, 2rem);
  line-height: 1.1;
  font-weight: 500;
}

.new-mobile-header-navigation__menu-link:hover,
.new-mobile-header-navigation__menu-link.is-active {
  color: #6fc9ca;
}

.new-mobile-header-navigation__menu-label {
  font-size: inherit;
  line-height: inherit;
}

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

.site-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .site-main {
    padding: 0 1rem;
  }
}

.panel {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 24px rgba(42, 32, 24, 0.05);
}

.panel--soft {
  background: var(--accent-soft);
}

.hero-media {
  margin: 0 calc(50% - 50vw) 1.25rem;
}

.hero-media__figure {
  margin: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #f1e7db;
  position: relative;
}

.hero-media__image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-media--video .hero-media__figure {
  background: #000;
}

.hero-media__video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

.media-loadable {
  position: relative;
}

.media-loadable__asset {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.media-loadable:not(.is-loading) .media-loadable__asset {
  opacity: 1;
}

.media-loadable__skeleton {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.media-loadable__skeleton .skeleton--media {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.hero-media--video .media-loadable__skeleton {
  min-height: clamp(180px, 34vw, 520px);
}

.media-loadable:not(.is-loading) .media-loadable__skeleton {
  display: none;
}

.hero-media__caption {
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
  background: rgba(255, 253, 248, 0.92);
}

.horizontal-thumbnails-3 {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(1.6rem, 3vw, 2.6rem) clamp(1rem, 4vw, 3rem);
  background: var(--horizontal-thumbnails-bg, #fff);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.horizontal-thumbnails-3__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.horizontal-thumbnails-3__header {
  margin-bottom: 1.25rem;
}

.horizontal-thumbnails-3__title {
  margin: 0;
  text-align: center;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.45rem);
  font-weight: 500;
  color: #1f242e;
}

.horizontal-thumbnails-3__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem 1.55rem;
}

.horizontal-thumbnails-3__card {
  text-decoration: none;
  color: #2f3a4f;
}

.horizontal-thumbnails-3__figure {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #d9dbe4;
  aspect-ratio: 1160 / 660;
}

.horizontal-thumbnails-3__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.horizontal-thumbnails-3__card-title {
  margin: 0.55rem 0 0;
  text-align: center;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #3b4659;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.horizontal-thumbnails-3__footer {
  margin-top: 1.5rem;
  text-align: center;
}

.horizontal-thumbnails-3__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.68rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 600;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
  background: #89d8dd;
  transition: filter 0.2s ease;
}

.horizontal-thumbnails-3__button:hover {
  filter: brightness(0.95);
}

.five-step-plan {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(1.8rem, 3vw, 2.8rem) clamp(1rem, 4vw, 3rem);
  background: var(--five-step-plan-bg, #f4f1f0);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.five-step-plan__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.five-step-plan__header {
  margin-bottom: 1.65rem;
  text-align: center;
}

.five-step-plan__title {
  margin: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  font-weight: 500;
  color: #1f242e;
}

.five-step-plan__shell {
  position: relative;
}

.five-step-plan__swiper {
  overflow: hidden;
}

.five-step-plan__slide {
  height: auto;
}

.five-step-plan__link {
  display: block;
  text-decoration: none;
}

.five-step-plan__figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #c8ced5;
  aspect-ratio: 248 / 439;
  position: relative;
}

.five-step-plan__figure::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}

.five-step-plan__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.five-step-plan__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.8rem;
  border: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  z-index: 3;
}

.five-step-plan__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.five-step-plan__arrow--prev {
  left: -2.5rem;
  background: url("https://s3.us-east-1.amazonaws.com/unode1/assets%2Fassets%2F7823%2Farrow-left-slider.1710833452.svg")
    top 50% right 15px no-repeat;
  background-size: 20px;
}

.five-step-plan__arrow--next {
  right: -2.5rem;
  background: url("https://s3.us-east-1.amazonaws.com/unode1/assets%2Fassets%2F7823%2Farrow-right-slider.1710833425.svg")
    top 50% left 15px no-repeat;
  background-size: 20px;
}

.five-step-plan__arrow--prev::after,
.five-step-plan__arrow--next::after {
  display: none;
  content: none;
}

.five-step-plan.is-centered .swiper-wrapper {
  justify-content: center;
}

.five-step-plan.is-centered .five-step-plan__arrow {
  display: none;
}

.text-block-section {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(2rem, 4vw, 3.2rem) clamp(1rem, 4vw, 3rem);
  background: var(--text-block-bg, #fff);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.text-block-section__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.text-block-section__title {
  margin: 0 0 1rem;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.12;
  color: #20242d;
}

.text-block-section__subtitle {
  font-size: clamp(1.1rem, 1.45vw, 1.6rem);
  color: #2f333d;
}

.text-block-section__subtitle p {
  color: inherit;
  margin: 0 0 0.95rem;
  line-height: 1.45;
}

.text-block-section__subtitle p:last-child {
  margin-bottom: 0;
}

.image-text-section {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(1.7rem, 3vw, 2.8rem) clamp(1rem, 4vw, 3rem);
  background: var(--image-text-bg, #fff);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.image-text-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.35rem, 2.5vw, 3.5rem);
  align-items: center;
}

.image-text-section__figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #cfd4dc;
  aspect-ratio: 16 / 9;
}

.image-text-section__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.image-text-section__title {
  margin: 0 0 1.2rem;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3.3vw, 4.2rem);
  line-height: 1.1;
  color: #1f242d;
  font-weight: 700;
}

.image-text-section__body {
  color: #2f3440;
  font-size: clamp(1.05rem, 1.25vw, 1.4rem);
}

.image-text-section__body p {
  color: inherit;
  margin: 0 0 0.9rem;
  line-height: 1.45;
}

.image-text-section__body p:last-child {
  margin-bottom: 0;
}

.image-text-section__button-wrap {
  margin-top: 1.7rem;
}

.image-text-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.78rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  background: #77cfd3;
  color: #fff;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.image-text-section__button:hover {
  filter: brightness(0.95);
}

.video-text-section {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(1.7rem, 3vw, 2.8rem) clamp(1rem, 4vw, 3rem);
  background: var(--video-text-bg, #fff);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.video-text-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.35rem, 2.5vw, 3.2rem);
  align-items: center;
}

.video-text-section__video-frame {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #cfd4dc;
  aspect-ratio: 16 / 9;
}

.video-text-section__video-embed,
.video-text-section__video-element {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-text-section__video-embed {
  border: 0;
}

.video-text-section__title {
  margin: 0 0 1rem;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  line-height: 1.16;
  color: #222733;
  font-weight: 700;
}

.video-text-section__body {
  color: #2f3440;
  font-size: clamp(1.04rem, 1.2vw, 1.28rem);
}

.video-text-section__body p {
  color: inherit;
  margin: 0 0 0.9rem;
  line-height: 1.45;
}

.video-text-section__body p:last-child {
  margin-bottom: 0;
}

.video-text-section__button-wrap {
  margin-top: 1.35rem;
}

.video-text-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.68rem 1.45rem;
  border-radius: 8px;
  text-decoration: none;
  background: #77cfd3;
  color: #fff;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.video-text-section__button:hover {
  filter: brightness(0.95);
}

.benefits-section {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 4vw, 3rem);
  background: var(--benefits-bg, #fff);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.benefits-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.benefits-section__header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.benefits-section__title {
  margin: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.2vw, 2.6rem);
  font-weight: 600;
  color: #222733;
}

.benefits-section__subtitle {
  margin-top: 0.6rem;
  color: #2f3440;
}

.benefits-section__subtitle p {
  color: inherit;
}

.benefits-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 1.2rem;
}

.benefits-section__card {
  text-align: center;
}

.benefits-section__icon {
  margin: 0 auto 1rem;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  overflow: hidden;
  background: #e7dfd2;
}

.benefits-section__icon .media-loadable__skeleton .skeleton--media {
  aspect-ratio: 1 / 1;
  border-radius: 999px;
}

.benefits-section__icon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits-section__card-title {
  margin: 0 0 0.3rem;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.12rem, 1.35vw, 1.6rem);
  font-weight: 700;
  color: #212734;
  line-height: 1.3;
}

.benefits-section__card-description {
  color: #3b4351;
  font-size: clamp(1.04rem, 1.2vw, 1.35rem);
}

.benefits-section__card-description p {
  color: inherit;
  margin: 0;
  line-height: 1.35;
}

.horizontal-thumbnails-2 {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(1.6rem, 3vw, 2.6rem) clamp(1rem, 4vw, 3rem);
  background: var(--horizontal-thumbnails-2-bg, #fff);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.horizontal-thumbnails-2__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.horizontal-thumbnails-2__header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.horizontal-thumbnails-2__title {
  margin: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.4rem);
  font-weight: 500;
  color: #1f242e;
}

.horizontal-thumbnails-2__subtitle {
  margin-top: 0.6rem;
  color: #3a4250;
}

.horizontal-thumbnails-2__subtitle p {
  color: inherit;
}

.horizontal-thumbnails-2__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.horizontal-thumbnails-2__card {
  display: block;
  text-decoration: none;
  color: #2f3a4f;
}

.horizontal-thumbnails-2__figure {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #d9dbe4;
  aspect-ratio: 1160 / 660;
}

.horizontal-thumbnails-2__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.horizontal-thumbnails-2__card-title {
  margin: 0.55rem 0 0;
  text-align: center;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #3b4659;
  line-height: 1.35;
}

.single-image-banner {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(1.7rem, 3vw, 2.7rem) clamp(1rem, 4vw, 3rem);
  background: var(--single-image-banner-bg, #fff);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}

.single-image-banner__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.single-image-banner__title {
  margin: 0 0 1.8rem;
  text-align: center;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 500;
  color: #1f242e;
}

.single-image-banner__shell {
  position: relative;
}

.single-image-banner__slider {
  overflow: hidden;
}

.single-image-banner__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
}

.single-image-banner__slider:not(.swiper-initialized)
  .single-image-banner__slide {
  flex: 0 0 100%;
}

.single-image-banner__slider:not(.swiper-initialized)
  .single-image-banner__slide:not(:first-child) {
  display: none;
}

.single-image-banner__slide {
  height: auto;
}

.single-image-banner__link {
  display: block;
  text-decoration: none;
}

.single-image-banner__figure {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #d9dbe4;
}

.single-image-banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.single-image-banner__pagination.slider-dots.swiper-pagination {
  position: static;
  margin-top: 1rem;
  text-align: center;
}

.single-image-banner__pagination.slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c3c0bd;
  opacity: 1;
}

.single-image-banner__pagination.slider-dots
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #909090;
}

.single-image-banner__arrow {
  position: absolute;
  top: 50%;
  width: 2.75rem;
  border: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  z-index: 3;
}

.single-image-banner__arrow.swiper-button-prev,
.single-image-banner__arrow.swiper-button-next {
  top: calc(50% - 1.25rem);
  bottom: auto;
}

.single-image-banner__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.single-image-banner__arrow--prev {
  left: -2.5rem;
  background: url("https://s3.us-east-1.amazonaws.com/unode1/assets%2Fassets%2F7823%2Farrow-left-slider.1710833452.svg")
    center right 2px no-repeat;
  background-size: 20px;
}

.single-image-banner__arrow--next {
  right: -2.5rem;
  background: url("https://s3.us-east-1.amazonaws.com/unode1/assets%2Fassets%2F7823%2Farrow-right-slider.1710833425.svg")
    center left 2px no-repeat;
  background-size: 20px;
}

.single-image-banner__arrow--prev::after,
.single-image-banner__arrow--next::after {
  display: none;
  content: none;
}

.single-image-banner.is-single .single-image-banner__arrow,
.single-image-banner.is-single .single-image-banner__pagination {
  display: none;
}

.single-image-banner__footer {
  margin-top: 0.7rem;
  text-align: center;
}

.single-image-banner__see-all {
  color: #2d2b2a;
  text-decoration: underline;
  font-size: 1.1rem;
}

.media-banner {
  margin: 0 calc(50% - 50vw) 0;
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
  background: #101318;
}

.media-banner__surface {
  display: block;
  text-decoration: none;
  color: #fff;
}

.media-banner__media-frame {
  position: relative;
  min-height: clamp(260px, 43vw, 640px);
  overflow: hidden;
  background: #06090d;
}

.media-banner__image,
.media-banner__video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.media-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    92deg,
    rgba(0, 0, 0, 0.62) 6%,
    rgba(0, 0, 0, 0.42) 36%,
    rgba(0, 0, 0, 0.2) 58%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.media-banner__content {
  position: absolute;
  z-index: 3;
  left: clamp(1.35rem, 8vw, 15.5rem);
  right: clamp(1.35rem, 3vw, 4rem);
  top: 50%;
  transform: translateY(-50%);
  max-width: min(900px, 72vw);
  color: #fff;
  text-shadow: none;
}

.media-banner__title {
  margin: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.85rem, 3.15vw, 3.75rem);
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
}

.media-banner__subtitle {
  margin-top: clamp(0.65rem, 1.7vw, 1.55rem);
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.95rem);
  line-height: 1.38;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
}

.media-banner__subtitle p {
  margin: 0;
  color: #fff;
  text-shadow: none;
}

.media-banner__subtitle a {
  color: #fff;
}

.media-banner__subtitle p + p {
  margin-top: 0.6em;
}

.media-banner__cta-wrap {
  margin-top: clamp(0.95rem, 1.9vw, 1.55rem);
}

.media-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.62rem 1.35rem;
  border-radius: 6px;
  background: rgba(111, 201, 202, 0.94);
  color: #fff;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.15vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-shadow: none;
}

.uscreen-slider {
  margin: 0 calc(50% - 50vw) 0;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  background: var(--uscreen-slider-bg, #f1eff3);
  border-top: 1px solid #e7e1d8;
  border-bottom: 1px solid #e7e1d8;
}

.uscreen-slider__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.uscreen-slider__heading {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.uscreen-slider__title {
  margin: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
}

.uscreen-slider__subtitle {
  margin: 0;
  color: #2f343f;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 500;
}

.uscreen-slider__actions {
  display: flex;
  align-items: flex-start;
}

.uscreen-slider__see-all {
  color: #3e3a36;
  text-decoration: none;
  font-size: 1.15rem;
  white-space: nowrap;
}

.uscreen-slider__see-all:hover {
  text-decoration: underline;
}

.uscreen-slider__shell {
  position: relative;
}

.uscreen-slider__swiper {
  overflow: hidden;
}

.uscreen-slider__skeleton {
  margin: 0;
  overflow: hidden;
}

.uscreen-slider__skeleton:empty {
  display: none;
}

.uscreen-slider__slide {
  height: auto;
}

.uscreen-slider__card {
  display: block;
  text-decoration: none;
  color: #30343f;
  height: 100%;
}

.uscreen-slider__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #d9dbe4;
}

.uscreen-slider__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.uscreen-slider__badge {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  background: rgba(30, 35, 43, 0.78);
  color: #fff;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  font-size: 0.85rem;
  line-height: 1.1;
}

.uscreen-slider__badge--collection svg {
  width: 1rem;
  height: 1rem;
}

.collection-icon {
  color: currentColor;
}

.uscreen-slider__card-title {
  margin: 0.65rem 0 0;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2f3a4f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.34;
  min-height: calc(1.34em * 2);
}

.uscreen-slider__arrow {
  position: absolute;
  top: 50%;
  width: 2.85rem;
  border: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.uscreen-slider__arrow.swiper-button-prev,
.uscreen-slider__arrow.swiper-button-next {
  top: calc(50% - 1.75rem);
  bottom: auto;
}

.uscreen-slider__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.uscreen-slider__arrow--prev {
  left: -0.5rem;
}

.uscreen-slider__arrow--next {
  right: -0.5rem;
}

[data-block-type="custom_category_block_5_dynamic"] .swiper-button-next {
  background: url("https://s3.us-east-1.amazonaws.com/unode1/assets%2Fassets%2F7823%2Farrow-right-slider.1710833425.svg")
    center left 5px no-repeat;
  background-size: 20px;
}

[data-block-type="custom_category_block_5_dynamic"] .swiper-button-prev {
  background: url("https://s3.us-east-1.amazonaws.com/unode1/assets%2Fassets%2F7823%2Farrow-left-slider.1710833452.svg")
    center right 5px no-repeat;
  background-size: 20px;
}

[data-block-type="custom_category_block_5_dynamic"] .swiper-button-prev::after,
[data-block-type="custom_category_block_5_dynamic"] .swiper-button-next::after {
  display: none;
  content: none;
}

.uscreen-slider__status {
  margin: 1rem 0 0;
  color: #7c4c1d;
  font-size: 1.05rem;
}

.uscreen-slider__skeleton-track {
  --uscreen-slider-gap: 18px;
  display: flex;
  gap: var(--uscreen-slider-gap);
  overflow: hidden;
  align-items: flex-start;
}

.uscreen-slider__skeleton-slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background: #e7e1db;
}

.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    rgba(231, 225, 219, 0) 0%,
    rgba(255, 255, 255, 0.55) 45%,
    rgba(231, 225, 219, 0) 100%
  );
  animation: skeleton-shimmer 1.2s infinite;
}

.skeleton--media {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.uscreen-slider__skeleton-text-group {
  display: grid;
  gap: 0.45rem;
}

.skeleton--text {
  border-radius: 5px;
  height: 0.9rem;
}

.skeleton--text-lg {
  width: 92%;
}

.skeleton--text-md {
  width: 73%;
}

@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

p {
  margin: 0;
  color: var(--muted);
}

.menu-list {
  margin: 0;
  padding-left: 1.1rem;
}

.menu-list__item {
  margin-bottom: 0.5rem;
}

.menu-list__label {
  font-weight: 600;
  margin-right: 0.5rem;
}

.badge {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: #f7d8b0;
  color: #5f3d1f;
}

.empty-state {
  color: #7a4f21;
}

.flash-message {
  max-width: 960px;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid #f0bf8c;
  background: #fff2e1;
  color: #7a4312;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9rem;
  background: #f4eadf;
  padding: 0.25rem 0.4rem;
  border-radius: 6px;
  display: inline-block;
}

.filter-dropdowns-section {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(1.35rem, 2.8vw, 2.35rem) clamp(1rem, 4vw, 3rem);
  background: var(--filter-dropdowns-bg, #f4f1f1);
  border-top: 1px solid #ece9e5;
  border-bottom: 1px solid #ece9e5;
}

.filter-dropdowns-section__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.filter-dropdowns-section__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem clamp(1rem, 2.3vw, 2.6rem);
  margin-bottom: clamp(1.25rem, 3vw, 2.2rem);
}

.filter-dropdowns-section__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0.25rem 0.1rem;
  background: transparent;
  color: #232323;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.9vw, 2.02rem);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.filter-dropdowns-section__tab.is-active {
  border-bottom-color: #d6eff0;
}

.filter-dropdowns-section__tab-arrow {
  width: 1.05rem;
  height: 1.05rem;
  transition: transform 0.2s ease;
}

.filter-dropdowns-section__tab.is-active .filter-dropdowns-section__tab-arrow {
  transform: rotate(180deg);
}

.filter-dropdowns-section__panel {
  min-height: 10rem;
}

.filter-dropdowns-section__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(168px, 100%), 1fr));
  gap: clamp(0.95rem, 2vw, 1.6rem);
}

.filter-dropdowns-section__card {
  text-decoration: none;
  color: #232323;
}

.filter-dropdowns-section__card.is-image-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.filter-dropdowns-section__card-image-wrap {
  margin: 0;
  width: clamp(120px, 15vw, 208px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  overflow: hidden;
  background: #f3efef;
}

.filter-dropdowns-section__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.filter-dropdowns-section__card-title {
  display: block;
  text-align: center;
  color: #232323;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.06rem, 1.45vw, 1.86rem);
  font-weight: 500;
  line-height: 1.2;
}

.filter-dropdowns-section__card.is-icon-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: clamp(3.75rem, 5.6vw, 5.3rem);
  padding: 0.6rem 0.95rem;
  background: #ffffff;
  border-radius: 10px;
}

.filter-dropdowns-section__card-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 1.55rem;
}

.filter-dropdowns-section__card-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.faq-section {
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(2.2rem, 4.5vw, 3.9rem) clamp(1rem, 4vw, 3rem);
  background: var(--faq-bg, #ffffff);
  border-top: 1px solid #ece9e5;
  border-bottom: 1px solid #ece9e5;
}

.faq-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.faq-section__title {
  margin: 0 0 2rem;
  text-align: center;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 1.1;
  color: #232323;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-section__list {
  display: grid;
  gap: 1rem;
}

.faq-section__item {
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
}

.faq-section__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: clamp(1rem, 2vw, 1.55rem) clamp(1rem, 2.5vw, 1.7rem);
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #232323;
  text-align: left;
}

.faq-section__question {
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.16rem, 1.85vw, 2.05rem);
  line-height: 1.25;
  font-weight: 700;
}

.faq-section__arrow {
  flex: 0 0 auto;
  color: #232323;
  transition: transform 0.2s ease;
}

.faq-section__item.is-open .faq-section__arrow {
  transform: rotate(180deg);
}

.faq-section__content {
  padding: 0 clamp(1rem, 2.5vw, 1.7rem) clamp(1rem, 2vw, 1.65rem);
}

.faq-section__content-wrapper {
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.04rem, 1.35vw, 1.52rem);
  line-height: 1.46;
  color: #5f5f5f;
}

.faq-section__content-wrapper p,
.faq-section__content-wrapper li,
.faq-section__content-wrapper span {
  color: inherit;
}

.faq-section__content-wrapper p {
  margin: 0 0 0.95rem;
}

.faq-section__content-wrapper p:last-child {
  margin-bottom: 0;
}

.faq-section__content-wrapper a {
  color: #63c9cf;
  text-decoration: underline;
}

.footer-top-section {
  margin: 0 calc(50% - 50vw);
  padding: clamp(3.2rem, 5vw, 5.625rem) 3%;
  background: #f8f5f2;
}

.footer-top-title {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #232323;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 2.2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.25;
}

.footer-top-title p {
  color: inherit;
  margin: 0;
}

.store-footer {
  margin: 0 calc(50% - 50vw);
  background: #f8f5f2;
  padding: 2.25rem 3% 2.6rem;
  border-top: 1px solid rgba(35, 35, 35, 0.12);
}

.store-footer__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.store-footer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem 2rem;
  align-items: start;
}

.store-footer__copyright {
  margin-bottom: 0.3rem;
}

.store-footer__copyright-link {
  color: #232323;
  text-decoration: none;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
}

.store-footer__menu {
  min-width: 0;
}

.store-footer__menu-title {
  margin: 0 0 0.55rem;
  color: #232323;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
}

.store-footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-footer__menu-item {
  margin-bottom: 0.15rem;
}

.store-footer__menu-link {
  color: #232323;
  text-decoration: none;
  font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.store-footer__menu-link:hover {
  text-decoration: underline;
}

.store-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.store-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #0f0f10;
  text-decoration: none;
}

.store-footer__social-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

@media (max-width: 720px) {
  .global-header-wrapper {
    position: static;
  }

  .catalog-header-top-section {
    padding: 0.72rem 0;
  }

  .catalog-header {
    padding: 0.75rem 0 0.9rem;
  }

  .catalog-header-wrapper {
    position: relative;
    gap: 0.45rem;
  }

  .catalog-header-logo {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .catalog-header-burger {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .catalog-header-items {
    width: 100%;
    order: 3;
    justify-content: center;
    margin-top: 0.15rem;
    row-gap: 0.1rem;
  }

  .catalog-header-link {
    width: calc(100% / 3);
    min-width: 0;
    padding: 0.34rem 0.15rem;
  }

  .catalog-header-link span {
    margin-top: 0.22rem;
    font-size: 0.67rem;
    letter-spacing: 0.04em;
    line-height: 1.15;
  }

  .catalog-header-link--icon {
    min-height: 1.5rem;
  }

  .catalog-header-link--icon svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .new-mobile-header-navigation__panel {
    margin-top: clamp(6.25rem, 12vh, 8.5rem);
    width: min(90vw, 320px);
  }

  .new-mobile-header-navigation__menu-list {
    gap: 1rem;
  }

  .new-mobile-header-navigation__menu-link {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
  }

  .hero-media {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .uscreen-slider {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .horizontal-thumbnails-3 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .horizontal-thumbnails-2 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-section {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-text-section {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .video-text-section {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .benefits-section {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .five-step-plan {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .filter-dropdowns-section {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-section {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-top-section {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .store-footer {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .single-image-banner {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .media-banner {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .media-banner__media-frame {
    min-height: clamp(300px, 78vw, 460px);
  }

  .media-banner__content {
    left: 0.95rem;
    right: 0.95rem;
    top: 0.9rem;
    bottom: 0.9rem;
    padding: 0.5rem 0.55rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: none;
    max-width: none;
  }

  .media-banner__title {
    font-size: clamp(1.5rem, 6.8vw, 2.05rem);
  }

  .media-banner__subtitle {
    font-size: clamp(0.9rem, 3.9vw, 1.12rem);
  }

  .media-banner__cta {
    min-height: 2.35rem;
    padding: 0.5rem 1.05rem;
    font-size: 0.95rem;
  }

  .uscreen-slider__arrow {
    display: none;
  }

  .single-image-banner__arrow {
    display: none;
  }

  .five-step-plan__arrow {
    display: none;
  }

  .faq-section__question {
    font-size: 1.22rem;
  }

  .filter-dropdowns-section__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0.45rem 0.75rem;
  }

  .filter-dropdowns-section__tab {
    width: 100%;
    justify-content: space-between;
    padding: 0.35rem 0.25rem;
    font-size: clamp(1.05rem, 4.9vw, 1.35rem);
    line-height: 1.2;
  }

  .filter-dropdowns-section__tab-arrow {
    width: 0.9rem;
    height: 0.9rem;
    flex: 0 0 0.9rem;
  }

  .filter-dropdowns-section__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }

  .filter-dropdowns-section__card.is-icon-card {
    min-height: 3rem;
    padding: 0.5rem 0.7rem;
    gap: 0.5rem;
  }

  .filter-dropdowns-section__card-title {
    font-size: clamp(1rem, 3.8vw, 1.12rem);
    line-height: 1.15;
  }

  .filter-dropdowns-section__card-image-wrap {
    width: clamp(92px, 29vw, 132px);
  }
}

@media (max-width: 420px) {
  .catalog-header-link {
    padding: 0.28rem 0.08rem;
  }

  .catalog-header-link span {
    font-size: 0.62rem;
    letter-spacing: 0.03em;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .catalog-header-wrapper {
    row-gap: 0.7rem;
  }

  .catalog-header-logo {
    order: 1;
  }

  .catalog-header-burger {
    order: 2;
    margin-left: auto;
  }

  .catalog-header-items {
    width: 100%;
    order: 3;
    justify-content: center;
    margin-top: 0.15rem;
  }

  .catalog-header-link {
    min-width: 5.5rem;
    padding-inline: 0.4rem;
  }

  .filter-dropdowns-section__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 680px) {
  .horizontal-thumbnails-3__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .benefits-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .benefits-section__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .image-text-section__inner {
    grid-template-columns: 1fr 1fr;
  }

  .image-text-section.is-image-right .image-text-section__media {
    order: 2;
  }

  .image-text-section.is-image-right .image-text-section__content {
    order: 1;
  }

  .video-text-section__inner {
    grid-template-columns: 1fr 1fr;
  }

  .video-text-section.is-video-right .video-text-section__media {
    order: 2;
  }

  .video-text-section.is-video-right .video-text-section__content {
    order: 1;
  }
}

@media (min-width: 1024px) {
  .horizontal-thumbnails-3__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .horizontal-thumbnails-2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-footer__wrapper {
    grid-template-columns: 1.1fr repeat(3, minmax(175px, 1fr)) auto;
  }

  .filter-dropdowns-section__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .store-footer__social {
    justify-content: flex-end;
    justify-self: end;
    align-self: start;
  }
}

@media (min-width: 600px) {
  .uscreen-slider__skeleton-slide {
    flex-basis: calc((100% - 27px) / 2.5);
  }
}

@media (min-width: 992px) {
  .uscreen-slider__skeleton-slide {
    flex-basis: calc((100% - 36px) / 3);
  }
}

@media (min-width: 1200px) {
  .uscreen-slider__skeleton-slide {
    flex-basis: calc((100% - 54px) / 4);
  }
}

@media (min-width: 1600px) {
  .uscreen-slider__skeleton-slide {
    flex-basis: calc((100% - 72px) / 5);
  }
}

@media (min-width: 1900px) {
  .uscreen-slider__skeleton-slide {
    flex-basis: calc((100% - 90px) / 6);
  }
}

@media (min-width: 2300px) {
  .uscreen-slider__skeleton-slide {
    flex-basis: calc((100% - 108px) / 7);
  }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton::after {
    animation: none;
  }
}
