

/* Start:/local/templates/main/css/popup.css?17871340202552*/
.body-popup-active{
	overflow: hidden;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.popup_active{
	display: block;
}

.popup__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	/*min-width: 400px;*/
	/*min-width: 400px;
	max-width: 90%;*/
	width: 900px;
    max-width: calc(100vw - 85px);
    box-sizing: border-box;
	max-height: 80vh;
	/*overflow-y: auto;*/
	display: flex;
	flex-direction: column;
}

.popup__content_padding-0 {
	padding: 0;
}
.popup__content_transparent {
	background: transparent;
}

.popup__loader {
	display: none;
	text-align: center;
	padding: 20px;
	font-style: italic;
	color: #666;
}
.popup__loader_active{
	display: block;
}

.popup__loader::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-top: 2px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-left: 8px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.popup__body {
	display: none;
	flex: 1;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.popup__body_active{
	display: block;
}

.popup__close {
	position: absolute;
	top: 0;
	right: -40px;
	width: 35px;
    height: 35px;
	cursor: pointer;
}
.popup__close:before,
.popup__close:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 5px;
    width: 26px;
    height: 4px;
    background: #e62f57;
}

.popup__close:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup__close:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
	.popup__content {
		position: fixed;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		transform: none;
		max-width: none;
		max-height: none;
		width: auto;
		height: auto;
		margin: 0;
		padding: 15px;
		min-height: 200px;
		min-width: 280px;
	}

	.popup__content {
		top: max(15px, env(safe-area-inset-top));
		left: max(15px, env(safe-area-inset-left));
		right: max(15px, env(safe-area-inset-right));
		bottom: max(15px, env(safe-area-inset-bottom));
	}
	.popup__close{
		top: 14px;
		right: 14px;
	}
}
/* End */


/* Start:/local/templates/main/css/default.css?17869922521729*/
.breadcrumbs {
  position: relative;
  z-index: 3;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--header-bg) 82%, transparent);
  backdrop-filter: blur(10px);
}

.breadcrumbs-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 24px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-muted);
}

.breadcrumbs a {
  color: var(--text-soft);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.breadcrumbs a:hover {
  color: var(--text);
}

.crumb-sep {
  color: var(--text-muted);
  opacity: 0.7;
}

.breadcrumbs .current {
  color: var(--text);
  font-weight: 500;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 18px;
  accent-color: currentColor;
}

.not-found{
	margin: 40px 0 0;
}
.not-found a{
	text-decoration: underline;
}

.header-phone{
	flex-shrink: 0;
}
.header-phone__icon{
	display: none;
}
.header-inner .btn{
	text-align: center;
}








@media (max-width: 1000px) {
	.header-phone{
		width: 40px;
		height: 40px;
		border: 1px solid var(--border);
		background: var(--surface);
		border-radius: 50%;
	}
	.header-phone{
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.header-phone__text{
		display: none;
	}
	.header-phone__icon{
		display: block;
	}
	.header-phone__icon path{
		stroke: var(--text);
	}
}
@media (max-width: 560px) {
	.breadcrumbs-inner {
		flex-wrap: wrap;
		row-gap: 6px;
	}
}
/* End */


/* Start:/local/templates/main/css/product.css?178731413018879*/
/*
:root {
  --bg: #08090b;
  --bg-secondary: #0d0f13;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-strong: rgba(255, 255, 255, 0.05);
  --surface-elevated: #0f1115;
  --surface-panel: #07080a;
  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.70);
  --text-muted: rgba(255, 255, 255, 0.46);
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --hero-glow-1: rgba(255, 255, 255, 0.08);
  --hero-glow-2: rgba(255, 255, 255, 0.05);
  --page-grad-1: #090a0d;
  --page-grad-2: #07080a;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --btn-light-bg: #ffffff;
  --btn-light-text: #000000;
  --btn-dark-bg: rgba(255, 255, 255, 0.05);
  --btn-dark-border: rgba(255, 255, 255, 0.15);
  --btn-dark-text: #ffffff;
  --header-bg: rgba(8, 9, 11, 0.86);
}

:root[data-theme="light"] {
  --bg: #f5f5f2;
  --bg-secondary: #ebe9e3;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-elevated: #ffffff;
  --surface-panel: #ffffff;
  --text: #101114;
  --text-soft: rgba(16, 17, 20, 0.78);
  --text-muted: rgba(16, 17, 20, 0.52);
  --border: rgba(16, 17, 20, 0.10);
  --border-strong: rgba(16, 17, 20, 0.18);
  --hero-glow-1: rgba(16, 17, 20, 0.08);
  --hero-glow-2: rgba(16, 17, 20, 0.04);
  --page-grad-1: #f8f7f3;
  --page-grad-2: #efede7;
  --shadow: 0 24px 60px rgba(16, 17, 20, 0.10);
  --btn-light-bg: #101114;
  --btn-light-text: #ffffff;
  --btn-dark-bg: rgba(16, 17, 20, 0.04);
  --btn-dark-border: rgba(16, 17, 20, 0.12);
  --btn-dark-text: #101114;
  --header-bg: rgba(248, 247, 243, 0.86);
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top right, var(--hero-glow-1), transparent 24%),
    linear-gradient(180deg, var(--page-grad-1) 0%, var(--page-grad-2) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}*/

img,
video {
  max-width: 100%;
  display: block;
}

/*.container {
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-muted {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface-strong) 35%, transparent);
}

.section-label,
.eyebrow,
.brand-label,
.price-label {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  color: var(--text-muted);
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 600;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
}

p {
  color: var(--text-soft);
  line-height: 1.8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--border);
}

.header-inner,
.footer-inner,
.main-nav,
.hero-actions,
.hero-price-row,
.main-photo-top,
.footer-links,
.form-row,
.header-actions {
  display: flex;
  align-items: center;
}

.header-inner,
.footer-inner,
.hero-price-row,
.main-photo-top {
  justify-content: space-between;
  gap: 24px;
}

.header-inner {
  min-height: 82px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid var(--border-strong);
  background: var(--surface-strong);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-family: "MatchTV", Inter, Arial, Helvetica, sans-serif;
}

.header-actions {
  gap: 12px;
}

.main-nav {
  gap: 28px;
  color: var(--text-soft);
  font-size: 14px;
}

.main-nav a,
.footer-links a {
  transition: color 0.2s ease;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.theme-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-light {
  background: var(--btn-light-bg);
  color: var(--btn-light-text);
}

.btn-dark {
  background: var(--btn-dark-bg);
  color: var(--btn-dark-text);
  border-color: var(--btn-dark-border);
}

.btn-dark:hover {
  background: color-mix(in srgb, var(--btn-dark-bg) 70%, var(--text) 8%);
}*/

.product-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 48px;
}

/*.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(56px);
  pointer-events: none;
}*/

.glow-one {
  width: 320px;
  height: 320px;
  right: 5%;
  top: 10px;
  background: var(--hero-glow-1);
}

.glow-two {
  width: 220px;
  height: 220px;
  left: 4%;
  top: 200px;
  background: var(--hero-glow-2);
}

.product-hero-grid,
.video-grid,
.description-grid,
.lead-card {
  display: grid;
  gap: 48px;
}

.product-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
}

.lead {
  margin-top: 24px;
  max-width: 760px;
  font-size: 18px;
}

/*.hero-actions {
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}*/

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-badges span,
.quick-spec,
.spec-row,
.equipment-card,
.video-card,
.gallery-card,
.gallery-large {
  border: 1px solid var(--border);
  background: var(--surface);
}

.hero-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 13px;
}

.hero-price-row {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  align-items: flex-end;
}

.product-hero-detail .price-value,
.product-hero-detail .price-badge {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.price-note {
  max-width: 260px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.main-photo-card {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--text) 15%, transparent), transparent 22%),
    linear-gradient(140deg, color-mix(in srgb, var(--text) 8%, var(--bg-secondary)) 0%, var(--bg-secondary) 42%, var(--bg) 100%);
  box-shadow: var(--shadow);
}

.main-photo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--bg) 24%, transparent) 100%);
}

.main-photo-top span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.main-photo-title {
  font-size: 22px;
  font-weight: 600;
}

.main-photo-subtitle {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 14px;
}

.quick-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-spec {
  padding: 18px;
  border-radius: 22px;
}

.quick-spec span {
  display: block;
  color: var(--text-muted);
  font-size: 13px;
}

.quick-spec strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 600;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 40px;
}

.section-head.compact {
  margin-bottom: 28px;
}

.section-head p,
.section-text,
.description-text {
  max-width: 760px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}

.gallery-large,
.gallery-card {
  border-radius: 28px;
  min-height: 250px;
  display: grid;
  place-items: center;
  color: var(--text-muted);
  text-align: center;
  padding: 24px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--text) 6%, var(--bg-secondary)) 0%, var(--bg-secondary) 100%);
}

.gallery-large {
  grid-column: span 1;
  grid-row: span 2;
  min-height: 518px;
}

.video-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.video-points {
  margin-top: 24px;
  padding-left: 18px;
  color: var(--text-soft);
  line-height: 2;
}

.video-card {
  min-height: 420px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  background:
    radial-gradient(circle at center, color-mix(in srgb, var(--text) 12%, transparent), transparent 26%),
    linear-gradient(160deg, color-mix(in srgb, var(--text) 6%, var(--bg-secondary)) 0%, var(--bg) 100%);
}

.play-button {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface-strong);
  font-size: 26px;
  margin-bottom: 20px;
}

.video-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.video-subtitle {
  margin-top: 10px;
  color: var(--text-muted);
}

.description-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.description-text {
  display: grid;
  gap: 18px;
}

.equipment-grid,
.specs-grid {
  display: grid;
  gap: 18px;
}

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

.equipment-card {
  padding: 28px;
  border-radius: 30px;
}

.equipment-card ul {
  margin-top: 18px;
  padding-left: 18px;
  color: var(--text-soft);
  line-height: 2;
}

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

.spec-row {
  padding: 20px 22px;
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.spec-row span {
  color: var(--text-soft);
}

.spec-row strong {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.lead-section {
  padding-bottom: 112px;
}

.lead-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, color-mix(in srgb, var(--text) 5%, var(--bg-secondary)) 0%, var(--bg) 100%);
}
.lead-card_border-radius-0{
  border-radius: unset;
}

.lead-copy,
.lead-form {
  padding: 40px;
}

.lead-copy p {
  margin-top: 22px;
  max-width: 480px;
  font-size: 14px;
}

.lead-form {
  display: grid;
  gap: 16px;
  border-left: 1px solid var(--border);
}

.form-row {
  gap: 16px;
}

.form-row > * {
  flex: 1 1 0;
}

input,
textarea {
  width: 100%;
  outline: none;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  padding: 18px 20px;
  border-radius: 18px;
}

textarea {
  border-radius: 24px;
  min-height: 150px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--text) 28%, transparent);
}

input:focus,
textarea:focus {
  border-color: var(--border-strong);
}

.site-footer {
  border-top: 1px solid var(--border);
}

.footer-inner {
  padding: 28px 0;
  color: var(--text-muted);
  font-size: 14px;
}

.footer-links {
  gap: 24px;
}

@media (max-width: 1180px) {
  .product-hero-grid,
  .video-grid,
  .description-grid,
  .lead-card,
  .equipment-grid,
  .gallery-grid,
  .specs-grid {
    grid-template-columns: 1fr;
  }

  .gallery-large {
    min-height: 320px;
    grid-row: span 1;
  }

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

  .lead-form {
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 32px), 1280px);
  }

  .main-nav {
    display: none;
  }

  .header-inner {
    min-height: 74px;
  }

  .hero-price-row,
  .main-photo-top,
  .footer-inner,
  .footer-links,
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-note {
    text-align: left;
    max-width: none;
  }

  .btn {
    width: 100%;
  }

  .theme-toggle {
    width: auto;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lead-copy,
  .lead-form {
    padding: 28px;
  }

  .main-photo-card {
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 72px 0;
  }

  .quick-specs {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-large,
  .video-card,
  .equipment-card,
  .lead-card {
    border-radius: 24px;
  }
}


.lead-contacts {
  margin-top: 28px;
  display: grid;
  gap: 10px;
  color: var(--text-soft);
  font-size: 14px;
}

.cookie-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
}







.catalog-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.parallax-media {
  position: relative;
  overflow: hidden;
}

.parallax-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08) translateY(0);
  transition: transform 0.18s linear;
  will-change: transform;
}

.main-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoomable-image {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-image {
  max-width: min(92vw, 1600px);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

:root[data-theme="light"] .image-lightbox {
  background: rgba(14, 15, 18, 0.88);
}



.cinematic-gallery {
  display: grid;
  gap: 20px;
}

.cinematic-stage {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 16px;
}

.cinematic-track-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.cinematic-track {
  position: relative;
  min-height: 720px;
}

.cinematic-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}

.cinematic-slide iframe{
	max-width: 100%;
	max-height: 100%;
}
.cinematic-thumb iframe{
	max-width: 100%;
	max-height: 140px;
}
.cinematic-thumb__video{
	pointer-events: none;
}

.cinematic-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.cinematic-image-wrap {
  width: 100%;
  height: 100%;
  min-height: 720px;
  overflow: hidden;
  border-radius: 28px;
  background: transparent;
}

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

.cinematic-arrow {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cinematic-arrow:hover {
  /*transform: scale(1.04);*/
  border-color: var(--border-strong);
  background: var(--surface-strong);
}

.cinematic-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: var(--text-soft);
  font-size: 14px;
}

.cinematic-counter {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

.cinematic-caption {
  text-align: right;
}

.cinematic-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cinematic-thumb {
  position: relative;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.72;
}

.cinematic-thumb:hover {
  transform: translateY(-1px);
  opacity: 1;
}

.cinematic-thumb.is-active {
  border-color: var(--border-strong);
  opacity: 1;
}

.cinematic-thumb img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.image-lightbox iframe{
	width: min(92vw, 1600px);
    height: 88vh;
}

.lightbox-prev,
.lightbox-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--border);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.lightbox-prev{
  left: 12px;
}
.lightbox-next{
  right: 12px;
}

@media (max-width: 1180px) {
  .cinematic-track,
  .cinematic-image-wrap {
    min-height: 560px;
  }
}

@media (max-width: 820px) {
  .cinematic-stage {
    grid-template-columns: 1fr;
  }

  .cinematic-track,
  .cinematic-image-wrap {
    min-height: 420px;
  }

  .cinematic-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0,0,0,0.45);
    color: #fff;
  }

  .cinematic-arrow-prev {
    left: 12px;
  }

  .cinematic-arrow-next {
    right: 12px;
  }

  .cinematic-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .cinematic-caption {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .cinematic-track-wrap,
  .cinematic-image-wrap {
    border-radius: 20px;
  }

  .cinematic-track,
  .cinematic-image-wrap {
    min-height: 320px;
  }
  .cinematic-slide iframe{
	height: 320px;
  }

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

  .cinematic-thumb img {
    height: 90px;
  }
  .cinematic-thumb iframe {
    max-height: 90px;
  }
}

/* End */


/* Start:/local/templates/main/css/styles.css?178713243415905*/

:root {
  --bg: #08090b;
  --bg-secondary: #0d0f13;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-strong: rgba(255, 255, 255, 0.05);
  --surface-elevated: #0f1115;
  --surface-panel: #07080a;
  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.70);
  --text-muted: rgba(255, 255, 255, 0.46);
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --hero-glow-1: rgba(255, 255, 255, 0.08);
  --hero-glow-2: rgba(255, 255, 255, 0.05);
  --page-grad-1: #090a0d;
  --page-grad-2: #07080a;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --btn-light-bg: #ffffff;
  --btn-light-text: #000000;
  --btn-dark-bg: rgba(255, 255, 255, 0.05);
  --btn-dark-border: rgba(255, 255, 255, 0.15);
  --btn-dark-text: #ffffff;
  --header-bg: rgba(8, 9, 11, 0.86);
}

:root[data-theme="light"] {
  --bg: #f5f5f2;
  --bg-secondary: #ebe9e3;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-elevated: #ffffff;
  --surface-panel: #ffffff;
  --text: #101114;
  --text-soft: rgba(16, 17, 20, 0.78);
  --text-muted: rgba(16, 17, 20, 0.52);
  --border: rgba(16, 17, 20, 0.10);
  --border-strong: rgba(16, 17, 20, 0.18);
  --hero-glow-1: rgba(16, 17, 20, 0.08);
  --hero-glow-2: rgba(16, 17, 20, 0.04);
  --page-grad-1: #f8f7f3;
  --page-grad-2: #efede7;
  --shadow: 0 24px 60px rgba(16, 17, 20, 0.10);
  --btn-light-bg: #101114;
  --btn-light-text: #ffffff;
  --btn-dark-bg: rgba(16, 17, 20, 0.04);
  --btn-dark-border: rgba(16, 17, 20, 0.12);
  --btn-dark-text: #101114;
  --header-bg: rgba(248, 247, 243, 0.86);
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, var(--hero-glow-1), transparent 22%),
    linear-gradient(180deg, var(--page-grad-1) 0%, var(--page-grad-2) 100%);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  transition: background 0.25s ease, color 0.25s ease;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-muted {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface-strong) 35%, transparent);
}

.section-label,
.eyebrow,
.brand-label,
.panel-label,
.model-type,
.price-label,
.visual-label {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  color: var(--text-muted);
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
}

p {
  color: var(--text-soft);
  line-height: 1.8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--border);
}

.header-inner,
.footer-inner,
.main-nav,
.hero-actions,
.hero-price-row,
.main-photo-top,
.footer-links,
.form-row,
.header-actions {
  display: flex;
  align-items: center;
}

.header-inner,
.footer-inner,
.hero-price-row,
.main-photo-top {
  justify-content: space-between;
  gap: 24px;
}

.header-inner {
  min-height: 82px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid var(--border-strong);
  background: var(--surface-strong);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-family: "MatchTV", Inter, Arial, Helvetica, sans-serif;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--text-soft);
  font-size: 14px;
}

.main-nav a,
.footer-links a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.theme-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-light {
  background: var(--btn-light-bg);
  color: var(--btn-light-text);
}

.btn-dark {
  background: var(--btn-dark-bg);
  border-color: var(--btn-dark-border);
  color: var(--btn-dark-text);
}

.btn-dark:hover {
  background: color-mix(in srgb, var(--btn-dark-bg) 70%, var(--text) 8%);
}

.btn.small {
  padding: 14px 18px;
  font-size: 13px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 32px;
}

.hero-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.85;
}

.hero-glow-right {
  width: 320px;
  height: 320px;
  top: 20px;
  right: 6%;
  background: var(--hero-glow-1);
}

.hero-glow-left {
  width: 220px;
  height: 220px;
  top: 180px;
  left: 4%;
  background: var(--hero-glow-2);
}

.hero-grid,
.about-grid,
.purchase-grid,
.contact-card {
  display: grid;
  gap: 48px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  align-items: center;
}

.hero-text {
  max-width: 760px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 780px;
  margin-top: 54px;
}

.stat-card,
.feature-box,
.model-card,
.adv-card,
.step-card {
  border: 1px solid var(--border);
  background: var(--surface);
}

.stat-card {
  padding: 22px;
  border-radius: 24px;
}

.stat-value {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.stat-label {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.hero-panel-shell {
  padding: 16px;
  border-radius: 32px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--text) 10%, transparent), var(--surface));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-panel-card {
  border-radius: 26px;
  border: 1px solid var(--border);
  background: var(--surface-elevated);
  padding: 20px;
}

.panel-head,
.model-top,
.model-bottom,
.visual-specs,
.footer-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.panel-title {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.panel-badge,
.model-size,
.tags span,
.visual-chip {
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-muted);
}

.panel-badge {
  padding: 12px 16px;
  height: fit-content;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.visual-card {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, color-mix(in srgb, var(--text) 8%, var(--bg-secondary)), var(--bg-secondary) 45%, var(--bg) 100%);
}

.visual-blur {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--text) 10%, transparent);
  filter: blur(28px);
}

.visual-inner {
  margin-top: 54px;
  border-radius: 26px;
  border: 1px solid var(--border);
  background: var(--surface-panel);
  padding: 22px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--text) 6%, transparent);
}

.visual-specs {
  align-items: flex-end;
  flex-wrap: wrap;
}

.visual-specs span {
  display: block;
  color: var(--text-muted);
  font-size: 14px;
}

.visual-specs strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
  font-weight: 600;
}

.visual-screen,
.model-image {
  min-height: 208px;
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  overflow: hidden;
}

.visual-screen {
  min-height: 210px;
  padding: 22px;
  background:
    radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--text) 16%, transparent), transparent 18%),
    linear-gradient(180deg, color-mix(in srgb, var(--text) 6%, var(--bg-secondary)) 0%, var(--bg-secondary) 100%);
}

.visual-placeholder {
  height: 100%;
  min-height: 164px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border: 1px dashed var(--border);
  border-radius: 16px;
  padding: 18px;
  color: var(--text-muted);
}

.visual-note {
  max-width: 240px;
  line-height: 1.6;
  font-size: 14px;
}

.visual-chip {
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 12px;
}

.feature-grid,
.advantages-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  margin-top: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-box {
  padding: 18px;
  border-radius: 18px;
  color: var(--text-soft);
  font-size: 14px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 48px;
}

.section-heading p,
.about-text {
  max-width: 700px;
}

.section-heading h2,
.about-grid h2,
.purchase-grid h2,
.contact-info h2 {
  margin-top: 14px;
}

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

.model-card {
  padding: 24px;
  position: relative;
  border-radius: 32px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.model-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  background: var(--surface-strong);
}

.model-top {
  align-items: start;
}

.model-type {
  font-size: 11px;
}

.model-size {
  padding: 10px 14px;
  font-size: 12px;
  white-space: nowrap;
}

.model-card h3 {
  margin-top: 12px;
  font-size: 30px;
}

.model-image {
  margin: 15px 0 0;
  height: 208px;
  display: grid;
  place-items: center;
  /*padding: 20px;*/
  background: linear-gradient(180deg, color-mix(in srgb, var(--text) 6%, var(--bg-secondary)) 0%, var(--bg-secondary) 100%);
  color: var(--text-muted);
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}

.model-card__link-all{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.model-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.9;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tags span {
  padding: 10px 12px;
  background: color-mix(in srgb, var(--bg) 70%, transparent);
  font-size: 12px;
}

.model-bottom {
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.price-value {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
}

.about-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

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

.adv-card {
  padding: 26px;
  border-radius: 28px;
  background: var(--surface-elevated);
}

.adv-card h3 {
  font-size: 22px;
}

.adv-card p {
  margin-top: 14px;
  font-size: 14px;
}

.purchase-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.steps {
  display: grid;
  gap: 16px;
}

.step-card {
  display: flex;
  gap: 20px;
  padding: 24px;
  border-radius: 28px;
}

.step-num {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface-strong);
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 600;
}

.step-text {
  padding-top: 4px;
  color: var(--text-soft);
  line-height: 1.75;
}

.contact-section {
  padding-bottom: 112px;
}

.contact-card {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: 38px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, color-mix(in srgb, var(--text) 5%, var(--bg-secondary)) 0%, var(--bg) 100%);
}

.contact-info,
.contact-form-wrap {
  padding: 40px;
}

.contact-info {
  border-right: 1px solid var(--border);
}

.contact-info p {
  max-width: 460px;
  margin-top: 24px;
  font-size: 14px;
}

.contact-list {
  margin-top: 36px;
  display: grid;
  gap: 14px;
  color: var(--text-soft);
  font-size: 14px;
}

.contact-form,
.form-row {
  display: grid;
  gap: 16px;
}

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

input,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface);
  padding: 18px 20px;
  color: var(--text);
  outline: none;
}

textarea {
  min-height: 160px;
  resize: vertical;
  border-radius: 24px;
}

input::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--text) 28%, transparent);
}

input:focus,
textarea:focus {
  border-color: var(--border-strong);
}

.submit-btn {
  margin-top: 8px;
  width: fit-content;
  min-width: 220px;
}

.site-footer {
  border-top: 1px solid var(--border);
}

.footer-inner {
  padding: 28px 0;
  color: var(--text-muted);
  font-size: 14px;
}

.footer-links {
  gap: 24px;
}

@media (max-width: 1100px) {
  .hero-grid,
  .about-grid,
  .purchase-grid,
  .contact-card,
  .models-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    flex-direction: column;
    align-items: start;
  }

  .contact-info {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 32px), 1280px);
  }

  .main-nav {
    display: none;
  }

  .header-inner {
    min-height: 74px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-btn {
    padding: 12px 18px;
  }

  .hero {
    padding-top: 48px;
  }

  .stats,
  .feature-grid,
  .advantages-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .panel-head,
  .model-top,
  .model-bottom,
  .visual-specs,
  .footer-inner,
  .footer-links,
  .visual-placeholder {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info,
  .contact-form-wrap {
    padding: 28px;
  }

  .btn,
  .submit-btn {
    width: 100%;
  }

  .model-bottom .btn.small,
  .theme-toggle {
    width: auto;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 72px 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-panel-shell {
    padding: 12px;
  }

  .hero-panel-card,
  .model-card,
  .adv-card,
  .step-card {
    border-radius: 24px;
  }

  .contact-card {
    border-radius: 28px;
  }
  
  .header-inner{
	gap: 5px;
  }
  .brand-name {
	font-size: 14px;
  }
}


.model-image img {
  width: 100%;
  height: 100%;
  min-height: 208px;
  object-fit: cover;
  display: block;
  border: none;
  border-radius: 0;
}


.hero-product-img {
  width: 100%;
  height: 100%;
  min-height: 192px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.hero {
position: relative;
overflow: hidden;
}

.hero iframe,
.hero-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
opacity: 0.85;
/*transform: scale(1.3);*/
}

.hero > .container {
position: relative;
z-index: 2;
}
/* End */
/* /local/templates/main/css/popup.css?17871340202552 */
/* /local/templates/main/css/default.css?17869922521729 */
/* /local/templates/main/css/product.css?178731413018879 */
/* /local/templates/main/css/styles.css?178713243415905 */
