:root {
  --hyper-bg: #efe9df;
  --hyper-surface: #faf6ef;
  --hyper-surface-2: #fffdf8;
  --hyper-line: #d8cdbd;
  --hyper-line-2: #b9a086;
  --hyper-ink: #1f1c19;
  --hyper-ink-2: #5a5247;
  --hyper-muted: #85796a;
  --hyper-brand: #b85129;
  --hyper-brand-soft: #ecd8c8;
  --hyper-dark: #1e1a17;
  --hyper-radius-l: 32px;
  --hyper-shadow: 0 24px 60px -34px rgba(26, 21, 17, 0.28);
  --hyper-font: "PT Sans", sans-serif;
  --hyper-font-mono: "PT Sans", sans-serif;
}

.right-block.hyper-draft-page {
  color: var(--hyper-ink);
  font-family: var(--hyper-font);
}

.right-block.hyper-draft-page * {
  font-family: inherit;
}

.right-block.hyper-draft-page a {
  text-decoration: none;
}

.right-block.hyper-draft-page button {
  font: inherit;
}

.right-block.hyper-draft-page .breadcrumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 6px 0 14px;
  color: var(--hyper-muted);
  font-size: 13px;
}

.right-block.hyper-draft-page .B_crumbBox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.right-block.hyper-draft-page .B_crumb,
.right-block.hyper-draft-page .B_homeCrumb,
.right-block.hyper-draft-page .B_lastCrumb {
  color: var(--hyper-muted);
}

.right-block.hyper-draft-page .B_crumbBox > *:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
}

.right-block.hyper-draft-page .hyper-flow {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 50px;
}

.right-block.hyper-draft-page .hero {
  position: relative;
  overflow: hidden;
  padding: 30px 40px 34px;
  border-radius: var(--hyper-radius-l);
  border: 0;
  background:
    linear-gradient(90deg, rgba(250, 246, 239, 0.98) 0%, rgba(250, 246, 239, 0.86) 45%, rgba(250, 246, 239, 0.35) 100%),
    url("/assets/bricks/images/hyper-hero-bg.png") center right / cover no-repeat,
    var(--hyper-surface);
  box-shadow: var(--hyper-shadow);
}

.right-block.hyper-draft-page .eyebrow {
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--hyper-brand);
  font: 500 12px/1.2 "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.right-block.hyper-draft-page .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hyper-brand);
}

.right-block.hyper-draft-page .hero h1 {
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.right-block.hyper-draft-page .hero-lead {
  max-width: 620px;
  margin: 0 0 20px;
  color: var(--hyper-ink-2);
  font-size: 24px;
  line-height: 1.6;
}

.right-block.hyper-draft-page .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}

.right-block.hyper-draft-page .hero-metrics span {
  font-size: 13px;
  color: var(--hyper-ink-2);
  position: relative;
  padding-left: 14px;
}

.right-block.hyper-draft-page .hero-metrics span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hyper-brand);
  transform: translateY(-50%);
}

.right-block.hyper-draft-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
  align-items: center;
}

.right-block.hyper-draft-page .hero-btn,
.right-block.hyper-draft-page .calc-btn {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--hyper-brand);
  color: #fff;
  box-shadow: 0 16px 30px -20px rgba(184, 81, 41, 0.85);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.right-block.hyper-draft-page .hero-btn:hover,
.right-block.hyper-draft-page .calc-btn:hover,
.right-block.hyper-draft-page .arrow-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -22px rgba(26, 21, 17, 0.28);
}

.right-block.hyper-draft-page .icon-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 800;
}

.right-block.hyper-draft-page .messenger-links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-left: 10px;
}

.right-block.hyper-draft-page .messenger-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hyper-ink);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 2px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.right-block.hyper-draft-page .messenger-link:hover {
  transform: translateY(-1px);
  opacity: 0.88;
}

.right-block.hyper-draft-page .messenger-link.is-disabled {
  cursor: default;
  opacity: .7;
}

.right-block.hyper-draft-page .messenger-link svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--hyper-brand);
}

.right-block.hyper-draft-page .messenger-link--telegram svg {
  width: 28px;
  height: 28px;
}

.modal-project,
.modal-thanks {
  display: none;
  max-width: 520px;
}

.modal-project .modal-close,
.modal-thanks .modal-close {
  background: transparent;
  height: 34px;
  margin: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
  z-index: 2;
}

.modal-project .modal-close::before,
.modal-project .modal-close::after,
.modal-thanks .modal-close::before,
.modal-thanks .modal-close::after {
  background: #5c4b3e;
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 16px;
  width: 18px;
}

.modal-project .modal-close::before,
.modal-thanks .modal-close::before {
  transform: rotate(45deg);
}

.modal-project .modal-close::after,
.modal-thanks .modal-close::after {
  transform: rotate(-45deg);
}

.modal-project .modal-title2,
.modal-thanks .modal-title2 {
  color: #5c4b3e;
  font-size: 16px;
  line-height: 1.45;
  margin: 10px 0 18px;
}

.modal-project form {
  max-width: 100%;
}

.modal-project .project-file-field {
  align-items: center;
  background: #fff;
  border: 4px solid #b74f19;
  box-sizing: border-box;
  cursor: pointer;
  display: flex !important;
  gap: 4px;
  margin: 0 0 16px;
  min-height: 48px;
  padding: 12px 14px;
  text-align: left;
  width: 100% !important;
}

.modal-project .project-file-field input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.project-native-button {
  background: #f2f2f2;
  border: 1px solid #999;
  border-radius: 2px;
  color: #111;
  font-size: 14px;
  line-height: 1.1;
  padding: 2px 7px;
  white-space: nowrap;
}

.project-file-name {
  color: #222;
  font-size: 14px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-file-button {
  color: #3f3027;
  font-weight: 700;
  white-space: nowrap;
}

.project-file-note {
  background: #fff6ef;
  border: 1px solid #f0d0ba;
  color: #6a4c3c;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
  padding: 12px;
  text-align: left;
}

.modal-project input.project-phone {
  background: transparent;
  border: 4px solid #b74f19;
  box-sizing: border-box;
  height: 48px;
  margin-bottom: 14px;
  padding: 0 14px;
  width: 100% !important;
}

.project-form-error {
  color: #b63816;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 10px;
}

.modal-ok {
  background: #c95628;
  border: 0;
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 30px;
}

.right-block.hyper-draft-page .hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 205, 189, 0.9);
}

.right-block.hyper-draft-page .feat {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(216, 205, 189, 0.8);
}

.right-block.hyper-draft-page .feat-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f4e3d7 0%, #ead0be 100%);
  border: 1px solid rgba(184, 81, 41, 0.16);
  color: var(--hyper-brand);
}

.right-block.hyper-draft-page .feat-icon svg,
.right-block.hyper-draft-page .feat-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.right-block.hyper-draft-page .feat b {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.25;
}

.right-block.hyper-draft-page .feat span {
  display: block;
  color: var(--hyper-muted);
  font-size: 13px;
  line-height: 1.5;
}

.right-block.hyper-draft-page .hyper-section {
  padding: 34px 34px 30px;
  border-radius: 28px;
  border: 0;
  background: rgba(250, 246, 239, 0.82);
  box-shadow: var(--hyper-shadow);
}

.right-block.hyper-draft-page .hyper-section h2 .eyebrow + br,
.right-block.hyper-draft-page .delivery h2 .eyebrow + br {
  display: none;
}

.right-block.hyper-draft-page .hyper-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.right-block.hyper-draft-page .hyper-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.right-block.hyper-draft-page .section-actions {
  display: flex;
  gap: 8px;
}

.right-block.hyper-draft-page .arrow-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--hyper-line);
  background: var(--hyper-surface-2);
  color: var(--hyper-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.right-block.hyper-draft-page .arrow-btn svg {
  width: 20px;
  height: 20px;
}

.right-block.hyper-draft-page .objects-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.right-block.hyper-draft-page .objects-carousel::-webkit-scrollbar {
  display: none;
}

.right-block.hyper-draft-page .objects-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.right-block.hyper-draft-page .objects-carousel.is-dragging a,
.right-block.hyper-draft-page .objects-carousel.is-dragging img {
  pointer-events: none;
}

.right-block.hyper-draft-page .objects-grid {
  display: flex;
  gap: 16px;
}

.right-block.hyper-draft-page .obj-card {
  border-radius: 22px;
  overflow: hidden;
  background: var(--hyper-surface);
  border: 1px solid var(--hyper-line);
  flex: 0 0 calc((100% - 32px) / 3);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}

.right-block.hyper-draft-page .obj-photo {
  position: relative;
  aspect-ratio: 16 / 14.8;
  background: linear-gradient(135deg, var(--obj-g1), var(--obj-g2));
  overflow: hidden;
}

.right-block.hyper-draft-page .obj-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.right-block.hyper-draft-page .obj-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.28));
  z-index: 1;
  pointer-events: none;
}

.right-block.hyper-draft-page .obj-photo-main {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: inherit;
}

.right-block.hyper-draft-page .obj-placeholder,
.right-block.hyper-draft-page .obj-city,
.right-block.hyper-draft-page .brick-chip {
  position: absolute;
  z-index: 1;
}

.right-block.hyper-draft-page .obj-placeholder {
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  font: 500 10px/1 "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-block.hyper-draft-page .obj-city {
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 128px);
  color: #fff;
  font: 500 11px/1 "PT Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-block.hyper-draft-page .brick-chip {
  right: 12px;
  bottom: 12px;
  width: 84px;
  z-index: 3;
  padding: 7px 7px 6px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 30px -24px rgba(0, 0, 0, 0.32);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.right-block.hyper-draft-page .brick-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px -24px rgba(0, 0, 0, 0.42);
}

.right-block.hyper-draft-page .brick-chip-slide {
  display: none;
  color: inherit;
  text-decoration: none;
}

.right-block.hyper-draft-page .brick-chip-slide.is-active {
  display: block;
}

.right-block.hyper-draft-page .brick-chip--placeholder {
  cursor: default;
}

.right-block.hyper-draft-page .brick-chip .mini {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

.right-block.hyper-draft-page .brick-chip .mini-placeholder {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-block.hyper-draft-page .placeholder-brick {
  width: 58%;
  height: 38%;
  border-radius: 4px;
  background: linear-gradient(135deg, #c4a986 0%, #9c7b5c 100%);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.08);
}

.right-block.hyper-draft-page .brick-chip .mini img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.right-block.hyper-draft-page .brick-chip span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--hyper-ink-2);
  text-align: left;
}

.right-block.hyper-draft-page .brick-chip--placeholder > span:last-child {
  color: rgba(39, 35, 31, 0.62);
}

.right-block.hyper-draft-page .obj-body {
  min-height: 56px;
  padding: 9px 14px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-block.hyper-draft-page .obj-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--hyper-ink);
  text-decoration: none;
}

.right-block.hyper-draft-page .obj-title:hover {
  color: var(--hyper-brand);
}

.right-block.hyper-draft-page .filters {
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 0;
}

.right-block.hyper-draft-page .filter-grid {
  display: grid;
  gap: 18px;
}

.right-block.hyper-draft-page .filter-group {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.right-block.hyper-draft-page .filter-label {
  padding-top: 8px;
  font: 500 12px/1.3 "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hyper-muted);
}

.right-block.hyper-draft-page .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.right-block.hyper-draft-page .filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--hyper-line);
  background: var(--hyper-surface-2);
  color: var(--hyper-ink-2);
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.right-block.hyper-draft-page .filter-pill:hover {
  transform: translateY(-1px);
  border-color: var(--hyper-line-2);
}

.right-block.hyper-draft-page .filter-pill.is-active {
  border-color: var(--hyper-brand);
  background: var(--hyper-brand-soft);
  color: var(--hyper-brand);
  font-weight: 700;
}

.right-block.hyper-draft-page .swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.right-block.hyper-draft-page #catalog {
  container-type: inline-size;
  transition: opacity 0.18s ease;
}

.right-block.hyper-draft-page #catalog.is-loading {
  opacity: 0.58;
  pointer-events: none;
}

.right-block.hyper-draft-page #display_sort {
  height: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 20px;
}

.right-block.hyper-draft-page #display_sort form {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 14px 18px;
  align-items: center;
  justify-content: start;
}

.right-block.hyper-draft-page #display_sort .select_wrapper {
  float: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hyper-muted);
  font-size: 13px;
}

.right-block.hyper-draft-page #display_sort select {
  min-width: 168px;
  height: 42px;
  padding: 0 38px 0 14px;
  border-radius: 999px;
  border: 1px solid var(--hyper-line);
  background-color: var(--hyper-surface-2);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='%23887967' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: var(--hyper-ink);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.right-block.hyper-draft-page .catalog-fix {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 0;
}

.right-block.hyper-draft-page .brick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: var(--hyper-surface);
  border: 1px solid var(--hyper-line);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.right-block.hyper-draft-page .brick-card:hover {
  transform: translateY(-2px);
  border-color: var(--hyper-line-2);
  box-shadow: 0 22px 46px -28px rgba(0, 0, 0, 0.28);
}

.right-block.hyper-draft-page .brick-photo {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d3c8b3;
}

.right-block.hyper-draft-page .brick-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.right-block.hyper-draft-page .brick-card:hover .brick-photo img {
  transform: scale(1.025);
}

.right-block.hyper-draft-page .brick-tag,
.right-block.hyper-draft-page .sale-percent {
  position: absolute;
  top: 12px;
  z-index: 3;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid var(--hyper-line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--hyper-ink);
  font: 500 11px/1 var(--hyper-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.right-block.hyper-draft-page .brick-tag {
  right: 12px;
}

.right-block.hyper-draft-page .sale-percent {
  left: 12px;
  background: #f06918;
  border-color: #f06918;
  color: #fff;
}

.right-block.hyper-draft-page .brick-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
  padding: 20px;
}

.right-block.hyper-draft-page .brick-title {
  color: var(--hyper-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.right-block.hyper-draft-page .brick-title:hover {
  color: var(--hyper-brand);
}

.right-block.hyper-draft-page .brick-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(104px, 1fr));
  gap: 8px 14px;
  font-size: 12px;
}

.right-block.hyper-draft-page .brick-specs .row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px;
  padding-bottom: 4px;
  border-bottom: 1px dotted var(--hyper-line);
  min-width: 0;
}

.right-block.hyper-draft-page .brick-specs .k {
  color: var(--hyper-muted);
}

.right-block.hyper-draft-page .brick-specs .v {
  color: var(--hyper-ink);
  font-weight: 600;
  text-align: right;
  min-width: 0;
}

.right-block.hyper-draft-page .brick-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--hyper-line);
}

.right-block.hyper-draft-page .brick-price {
  color: var(--hyper-ink);
  font-size: 24px;
  font-weight: 800;
}

.right-block.hyper-draft-page .brick-price small {
  font-size: 12px;
  color: var(--hyper-muted);
  font-weight: 500;
}

.right-block.hyper-draft-page .brick-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--hyper-brand);
  transition: transform 0.16s ease, color 0.16s ease;
}

.right-block.hyper-draft-page .brick-more.hyper-order-link {
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--hyper-brand);
  color: #fff;
}

.right-block.hyper-draft-page .brick-more.hyper-order-link span {
  color: inherit;
}

.right-block.hyper-draft-page .brick-more:hover {
  transform: translateX(1px);
}

.right-block.hyper-draft-page .paginate {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.right-block.hyper-draft-page .paginate a {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hyper-line);
  background: var(--hyper-surface-2);
  color: var(--hyper-ink-2);
  font-size: 14px;
  font-weight: 600;
}

.right-block.hyper-draft-page .paginate .ditto_currentpage {
  border-color: var(--hyper-brand);
  background: var(--hyper-brand);
  color: #fff;
}

.right-block.hyper-draft-page .delivery {
  background: var(--hyper-dark);
  color: #e8e0d3;
  border: 0;
}

.right-block.hyper-draft-page .delivery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: center;
}

.right-block.hyper-draft-page .delivery h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.right-block.hyper-draft-page .delivery .eyebrow {
  color: #fff;
}

.right-block.hyper-draft-page .delivery .eyebrow::before {
  background: #fff;
}

.right-block.hyper-draft-page .delivery p,
.right-block.hyper-draft-page .seo-grid p {
  margin: 14px 0 24px;
  color: #c9bea9;
  line-height: 1.65;
  font-size: 15px;
}

.right-block.hyper-draft-page .cities,
.right-block.hyper-draft-page .app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.right-block.hyper-draft-page .city,
.right-block.hyper-draft-page .app-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
}

.right-block.hyper-draft-page .city::before {
  content: "•";
  color: var(--hyper-brand);
}

.right-block.hyper-draft-page .transport-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.right-block.hyper-draft-page .transport {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c9bea9;
  font-size: 13px;
}

.right-block.hyper-draft-page .transport .icon-circle {
  background: rgba(184, 81, 41, 0.18);
  color: #f2c8b5;
}

.right-block.hyper-draft-page .delivery-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.right-block.hyper-draft-page .stat {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.right-block.hyper-draft-page .stat .v {
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.right-block.hyper-draft-page .stat .k {
  color: #8f8679;
  font: 500 11px/1.5 "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.right-block.hyper-draft-page .stat.wide {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.right-block.hyper-draft-page .faq-list {
  border-top: 1px solid var(--hyper-line);
}

.right-block.hyper-draft-page .faq-item {
  border-bottom: 1px solid var(--hyper-line);
}

.right-block.hyper-draft-page .faq-q {
  width: 100%;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--hyper-ink);
  background: transparent;
  border: 0;
  transition: transform 0.18s ease, color 0.18s ease;
}

.right-block.hyper-draft-page .faq-q:hover {
  transform: translateY(-1px);
}

.right-block.hyper-draft-page .faq-plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--hyper-line-2);
  display: grid;
  place-items: center;
  color: var(--hyper-brand);
  flex: 0 0 auto;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.right-block.hyper-draft-page .faq-q:hover .faq-plus {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -22px rgba(26, 21, 17, 0.28);
}

.right-block.hyper-draft-page .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
  color: var(--hyper-ink-2);
  font-size: 15px;
  line-height: 1.7;
}

.right-block.hyper-draft-page .faq-a-inner {
  max-width: 760px;
  padding: 0 0 22px;
}

.right-block.hyper-draft-page .faq-item.open .faq-a {
  max-height: 260px;
}

.right-block.hyper-draft-page .faq-item.open .faq-plus {
  background: var(--hyper-brand);
  color: #fff;
  transform: rotate(45deg);
  border-color: var(--hyper-brand);
}

.right-block.hyper-draft-page .app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.right-block.hyper-draft-page .app-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--hyper-line);
  background: var(--hyper-surface);
}

.right-block.hyper-draft-page .app-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  overflow: hidden;
}

.right-block.hyper-draft-page .app-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.right-block.hyper-draft-page .app-photo .num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.36);
}

.right-block.hyper-draft-page .app-photo .placeholder {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--hyper-ink);
  font: 500 10px/1 "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.right-block.hyper-draft-page .app-body {
  padding: 22px 24px 24px;
}

.right-block.hyper-draft-page .app-body h3 {
  margin: 0 0 10px;
  color: var(--hyper-ink);
  font-size: 24px;
  line-height: 1.15;
}

.right-block.hyper-draft-page .app-body p {
  margin: 0 0 14px;
  color: var(--hyper-ink-2);
  font-size: 14px;
  line-height: 1.6;
}

.right-block.hyper-draft-page .app-tag {
  padding: 5px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--hyper-brand-soft);
  color: var(--hyper-brand);
  font: 500 11px/1 "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.right-block.hyper-draft-page .seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.right-block.hyper-draft-page .seo-grid h3 {
  margin: 0 0 12px;
  padding-left: 14px;
  border-left: 3px solid var(--hyper-brand);
  color: var(--hyper-ink);
  font-size: 22px;
  line-height: 1.2;
}

.right-block.hyper-draft-page .seo-grid h3:not(:first-child) {
  margin-top: 28px;
}

.right-block.hyper-draft-page .seo-grid p {
  margin: 0 0 14px;
  color: var(--hyper-ink-2);
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .right-block.hyper-draft-page .hero,
  .right-block.hyper-draft-page .hyper-section {
    padding: 24px;
  }

  .right-block.hyper-draft-page .hero-features,
  .right-block.hyper-draft-page .app-grid,
  .right-block.hyper-draft-page .delivery-grid,
  .right-block.hyper-draft-page .seo-grid {
    grid-template-columns: 1fr;
  }

  .right-block.hyper-draft-page .obj-card {
    flex-basis: 100%;
  }

  .right-block.hyper-draft-page .filter-group {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .right-block.hyper-draft-page #display_sort form {
    grid-template-columns: 1fr;
  }

  .right-block.hyper-draft-page #display_sort .select_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .right-block.hyper-draft-page #display_sort select {
    width: 100%;
    min-width: 0;
  }

  .modal-project,
  .modal-thanks {
    box-sizing: border-box;
    left: 14px !important;
    margin-left: 0 !important;
    max-width: calc(100% - 28px);
    width: calc(100% - 28px);
  }
}

@container (min-width: 580px) {
  .right-block.hyper-draft-page .catalog-fix {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}

@container (min-width: 900px) {
  .right-block.hyper-draft-page .catalog-fix {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }
}
