/* HERO по референсу, фотографии каталога и официальный виджет 2ГИС. */
.container {
  width: min(1480px, calc(100% - 11.5vw));
}
.header {
  position: fixed;
  inset: 0 0 auto;
  background: #081521bf;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: #bccbd522;
}
.header.is-scrolled {
  background: #0b1420f5;
}
.header-inner {
  height: clamp(82px, 6vw, 104px);
  gap: 28px;
}
.header .brand-wordmark {
  font-size: 29px;
}
.header .brand-wordmark > span {
  font-size: 19px;
}
.header .brand-wordmark small {
  font-size: 8px;
  letter-spacing: 1.4px;
}
.header .brand-emblem {
  width: 67px;
  height: 67px;
}
.header .brand-emblem img {
  width: 141px;
  height: 141px;
  left: -37px;
  top: -23px;
}
.header .navigation {
  gap: 27px;
}
.header .navigation a {
  font-size: 13px;
  min-height: 62px;
}
.header .navigation a::after {
  bottom: 4px;
}
.header .navigation a.is-active::after {
  width: 100%;
}
.header-phone {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}
.header-phone > .icon {
  color: var(--green);
  width: 23px;
  height: 23px;
}
.header-phone small {
  font-size: 11px;
  font-weight: 400;
  margin-top: 7px;
}
.showcase {
  position: relative;
  isolation: isolate;
  background: #07131e;
  color: white;
  min-height: 800px;
  height: min(100svh, 1080px);
  overflow: hidden;
}
.showcase-background {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.showcase-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.showcase-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #06141e38, #06141e15 45%, transparent 73%),
    linear-gradient(0deg, #04101b80, transparent 23%);
}
.showcase-inner {
  height: 100%;
  min-height: inherit;
  position: relative;
  padding-top: clamp(172px, 20.5vh, 230px);
  padding-bottom: 156px;
}
.showcase-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
}
.showcase-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  color: #d0dce4;
  gap: 19px;
  margin-bottom: 45px;
}
.showcase-eyebrow .status-dot {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 12px #a9e8c066;
}
.showcase-title {
  font-size: clamp(50px, 4.8vw, 84px);
  font-weight: 650;
  letter-spacing: -3.3px;
  line-height: 1.11;
}
.showcase-title span {
  color: #a7e7be;
}
.showcase-description {
  color: #c1cfd9;
  font-size: clamp(17px, 1.4vw, 24px);
  line-height: 1.5;
  font-weight: 400;
  margin-top: 32px;
  letter-spacing: -0.3px;
}
.showcase-actions {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
}
.showcase-actions .button {
  min-height: 64px;
  font-size: 16px;
  padding: 18px 28px;
  gap: 18px;
}
.showcase-actions .button-green {
  min-width: 258px;
  justify-content: space-between;
}
.showcase-actions .button-outline {
  background: #08121c50;
  border-color: #92a7b16e;
  min-width: 278px;
}
.showcase-actions .button-outline:hover {
  background: #132638c9;
  border-color: #b7cfdb;
}
.showcase-actions .button .icon {
  width: 24px;
  height: 24px;
}
.showcase-actions .button-outline .icon {
  width: 26px;
  height: 26px;
  color: var(--green);
}
.showcase-facts {
  display: flex;
  align-items: center;
  margin-top: 52px;
  gap: 27px;
}
.showcase-facts > div {
  display: flex;
  align-items: center;
  gap: 17px;
}
.showcase-facts > div + div {
  border-left: 1px solid #bad5e333;
  padding-left: 28px;
}
.showcase-facts > div > .icon {
  width: 30px;
  height: 30px;
  color: var(--green);
  stroke-width: 1.5;
}
.showcase-facts strong {
  display: block;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.showcase-facts p > span {
  display: block;
  color: #b5c4ce;
  font-size: 12px;
  margin-top: 3px;
}
.showcase-aside {
  position: absolute;
  top: 29%;
  right: 0;
  z-index: 3;
  width: 333px;
}
.showcase-product {
  display: grid;
  grid-template-columns: 87px 1fr;
  gap: 19px;
  position: relative;
  background: #0c1721b3;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #b0c3ce55;
  border-radius: 4px;
  padding: 20px 18px;
  min-height: 156px;
  transition:
    border-color 200ms,
    background 200ms;
}
.showcase-product:hover {
  border-color: var(--green);
  background: #0c1721e0;
}
.showcase-product > img {
  width: 87px;
  height: 111px;
  object-fit: cover;
  object-position: 27% center;
  border-radius: 2px;
}
.showcase-product h2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  padding-bottom: 14px;
  border-bottom: 1px solid #bdd0dd38;
  white-space: nowrap;
}
.showcase-product p {
  font-size: 11px;
  color: #afbdc8;
  line-height: 1.85;
  margin-top: 12px;
}
.showcase-product > .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 23px;
  bottom: 26px;
}
.showcase-tabs {
  position: absolute;
  right: -53px;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.showcase-tabs button {
  width: 44px;
  min-height: 44px;
  background: none;
  border: 0;
  border-radius: 0;
  color: #8395a3;
  font-size: 12px;
  padding: 10px;
  position: relative;
  transition: color 200ms;
}
.showcase-tabs button:hover {
  color: var(--green);
}
.showcase-tabs .is-active {
  color: white;
  margin-bottom: 40px;
}
.showcase-tabs .is-active::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 35px;
  left: calc(50% - 1.5px);
  top: 48px;
  background: var(--green);
  border-radius: 2px;
  box-shadow: 0 0 10px #a9e8c022;
}
.showcase-bottom {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.showcase-signature {
  padding-top: 19px;
  border-top: 1px solid #99b3c156;
  min-width: 286px;
  font-size: 9px;
  letter-spacing: 2.7px;
  line-height: 1.9;
  color: #7e96a6;
  position: relative;
}
.showcase-signature::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 60px;
  width: 1px;
  background: #99b3c14d;
}
.showcase-quicklinks {
  display: flex;
  gap: clamp(14px, 1.8vw, 25px);
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 3px;
}
.showcase-quicklinks a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 11px;
  color: #c4d3dc;
}
.showcase-quicklinks a:hover {
  color: var(--green);
}
.showcase-quicklinks .icon {
  width: 15px;
  height: 15px;
}
.showcase-quicklinks a > .icon:last-child:not(:first-child) {
  width: 11px;
  height: 11px;
}
.showcase-scroll {
  border-top: 1px solid #99b3c156;
  padding-top: 10px;
  padding-right: 25px;
  min-width: 242px;
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 2.2px;
  text-align: right;
  color: #8aa0b0;
  position: relative;
}
.showcase-scroll .icon {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  bottom: 4px;
  color: var(--green);
}
.product-photo {
  height: 195px;
  margin: 14px -5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: white;
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 250ms ease;
}
.product-photo-cover {
  margin-inline: 0;
  border-radius: 2px;
}
.product-photo-cover img {
  object-fit: cover;
}
.product-card:hover .product-photo img {
  transform: scale(1.04);
}
.locations-intro {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.location-list {
  display: grid;
  gap: 12px;
}
.location-card {
  padding: 18px 20px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}
.location-card.is-active {
  border-color: #739e81;
  background: #f2f8f3;
}
.location-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.location-card h3 .icon {
  color: #4b6d58;
  width: 18px;
  height: 18px;
}
.location-card p {
  font-size: 14px;
  line-height: 1.6;
}
.location-card small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}
.location-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 8px;
}
.location-actions button,
.location-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 600;
}
.location-actions button {
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--navy);
  background: #fff;
  cursor: pointer;
}
.location-actions button[aria-pressed="true"] {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.location-actions button:hover {
  border-color: #4b6d58;
}
.location-actions a:hover {
  text-decoration: underline;
}
.location-actions a .icon {
  width: 16px;
  height: 16px;
}
.visit-note {
  margin: 14px 0 26px;
  font-size: 12px;
  color: var(--muted);
}
.map-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 20px;
  padding: 18px 22px;
  background: var(--navy);
  color: #fff;
}
.map-heading > span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #bac8cf;
}
.map-heading strong {
  font-size: 16px;
}
.map-canvas {
  min-height: 450px;
  overflow: hidden;
  background: #e9eeea;
}
.map-canvas iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
.map-panel {
  align-self: start;
}
.map-footer {
  font-size: 11px;
}
.map-footer a {
  min-height: 44px;
}
@media (max-width: 1439px) {
  .header .brand-wordmark {
    font-size: 24px;
  }
  .header .brand-wordmark > span {
    font-size: 16px;
  }
  .header .brand-wordmark small {
    font-size: 7px;
  }
  .header .brand-emblem {
    width: 58px;
    height: 57px;
  }
  .header .brand-emblem img {
    width: 119px;
    height: 119px;
    left: -30px;
    top: -19px;
  }
  .header .navigation {
    gap: 20px;
  }
  .header .navigation a {
    font-size: 11px;
  }
  .header-phone {
    font-size: 15px;
    gap: 10px;
  }
  .header-phone small {
    font-size: 10px;
  }
  .showcase-aside {
    width: 288px;
  }
  .showcase-product {
    grid-template-columns: 70px 1fr;
    gap: 14px;
    padding: 17px 14px;
  }
  .showcase-product > img {
    width: 70px;
    height: 104px;
  }
  .showcase-product h2 {
    font-size: 10px;
  }
  .showcase-product p {
    font-size: 10px;
  }
  .showcase-product > .icon {
    right: 16px;
    bottom: 25px;
    width: 16px;
  }
  .showcase-tabs {
    right: -45px;
  }
  .showcase-facts {
    margin-top: 42px;
  }
}
@media (max-width: 1199px) {
  .header .brand-wordmark {
    font-size: 21px;
  }
  .header .brand-wordmark small {
    font-size: 6px;
  }
  .header .navigation {
    gap: 15px;
  }
  .header .navigation a {
    font-size: 10px;
  }
  .header-phone {
    font-size: 13px;
  }
  .header-phone > .icon {
    display: none;
  }
  .header-inner {
    gap: 18px;
  }
  .showcase-aside {
    display: none;
  }
  .showcase-title {
    font-size: clamp(49px, 5.4vw, 65px);
  }
  .showcase-scroll {
    min-width: 190px;
    font-size: 8px;
  }
  .showcase-signature {
    min-width: 236px;
    font-size: 8px;
    letter-spacing: 2px;
  }
  .showcase-description {
    font-size: 20px;
  }
  .product-photo {
    height: 155px;
  }
}
@media (max-width: 1023px) {
  .header .brand-wordmark {
    font-size: 25px;
  }
  .header .brand-wordmark small {
    font-size: 7px;
  }
  .header .navigation.is-open a {
    font-size: 14px;
    min-height: 48px;
  }
  .header .navigation.is-open {
    gap: 0;
  }
  .header .navigation a.is-active::after {
    width: 24px;
  }
  .header-phone {
    font-size: 15px;
  }
  .showcase {
    min-height: 780px;
    height: auto;
  }
  .showcase-inner {
    padding-top: 173px;
    min-height: 780px;
  }
  .showcase-background img {
    object-position: 62% center;
  }
  .showcase-background::after {
    background:
      linear-gradient(90deg, #06141e8c, #06141e38 65%, transparent),
      linear-gradient(0deg, #04101b9c, transparent 30%);
  }
  .showcase-eyebrow {
    margin-bottom: 36px;
  }
  .showcase-title {
    font-size: clamp(41px, 5.5vw, 56px);
    letter-spacing: -2.4px;
  }
  .showcase-actions .button {
    min-height: 58px;
    font-size: 14px;
    padding: 16px 23px;
  }
  .showcase-actions .button-green {
    min-width: 220px;
  }
  .showcase-actions .button-outline {
    min-width: 253px;
  }
  .showcase-scroll {
    display: none;
  }
  .showcase-bottom {
    bottom: 35px;
  }
  .showcase-signature {
    min-width: 250px;
  }
  .product-photo {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 76px;
  }
  .header .brand-wordmark {
    font-size: 21px;
  }
  .header .brand-wordmark > span {
    font-size: 14px;
  }
  .header .brand-wordmark small {
    font-size: 5.9px;
    letter-spacing: 1.15px;
  }
  .header .brand-emblem {
    width: 49px;
    height: 48px;
  }
  .header .brand-emblem img {
    width: 100px;
    height: 100px;
    left: -25px;
    top: -16px;
  }
  .header-phone {
    display: none;
  }
  .showcase {
    height: auto;
    min-height: 840px;
  }
  .showcase-inner {
    padding-top: 134px;
    padding-bottom: 255px;
    min-height: 840px;
  }
  .showcase-background img {
    object-position: 68% center;
  }
  .showcase-background::after {
    background:
      linear-gradient(90deg, #041221bf, #0412215e),
      linear-gradient(
        180deg,
        #07152135,
        #07152122 45%,
        #07152100 65%,
        #07152199
      );
  }
  .showcase-copy {
    width: 100%;
  }
  .showcase-eyebrow {
    font-size: 9px;
    letter-spacing: 2.1px;
    gap: 13px;
    margin-bottom: 28px;
  }
  .showcase-eyebrow .status-dot {
    width: 6px;
    height: 6px;
  }
  .showcase-title {
    font-size: clamp(35px, 7.8vw, 56px);
    letter-spacing: -1.8px;
    line-height: 1.12;
    max-width: 610px;
  }
  .showcase-title br {
    display: none;
  }
  .showcase-title span {
    white-space: nowrap;
  }
  .showcase-description {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.15px;
    margin-top: 26px;
    max-width: 470px;
  }
  .showcase-description br {
    display: none;
  }
  .showcase-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    max-width: 360px;
    margin-top: 29px;
  }
  .showcase-actions .button {
    min-height: 54px;
    font-size: 14px;
    padding: 15px 22px;
  }
  .showcase-actions .button-green {
    min-width: 0;
  }
  .showcase-actions .button-outline {
    min-width: 0;
    background: #071521b3;
  }
  .showcase-facts {
    gap: 15px;
    margin-top: 34px;
    align-items: start;
  }
  .showcase-facts > div {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    flex: 1;
  }
  .showcase-facts > div + div {
    padding-left: 15px;
  }
  .showcase-facts > div > .icon {
    width: 26px;
    height: 26px;
  }
  .showcase-facts strong {
    font-size: 17px;
  }
  .showcase-facts p > span {
    font-size: 10px;
    line-height: 1.6;
  }
  .showcase-bottom {
    bottom: 43px;
    flex-direction: column-reverse;
    align-items: start;
    gap: 19px;
  }
  .showcase-signature {
    min-width: 250px;
    font-size: 7px;
    letter-spacing: 2px;
    padding-top: 13px;
  }
  .showcase-signature::before {
    display: none;
  }
  .showcase-quicklinks {
    gap: 8px 18px;
    max-width: calc(100% - 70px);
    padding: 0;
  }
  .showcase-quicklinks a {
    font-size: 12px;
  }
  .product-photo {
    height: 127px;
    margin: 12px -3px 17px;
  }
  .product-photo-cover {
    margin-inline: 0;
  }
  .map-canvas,
  .map-canvas iframe {
    min-height: 420px;
    height: 420px;
  }
  .map-footer {
    font-size: 9px;
    flex-wrap: wrap;
  }
}
@media (max-width: 389px) {
  .container {
    width: calc(100% - 32px);
  }
  .header .brand-wordmark {
    font-size: 18px;
  }
  .header .brand-wordmark small {
    font-size: 5.2px;
  }
  .header .brand-wordmark > span {
    font-size: 12px;
  }
  .showcase-title {
    font-size: 36px;
  }
  .showcase-description {
    font-size: 15px;
  }
  .showcase-facts {
    gap: 10px;
  }
  .showcase-facts > div + div {
    padding-left: 10px;
  }
  .showcase-facts strong {
    font-size: 15px;
  }
  .showcase-facts p > span {
    font-size: 9px;
  }
  .product-photo {
    height: 112px;
  }
}
@media (max-height: 800px) and (min-width: 1024px) {
  .showcase {
    min-height: 800px;
  }
  .showcase-inner {
    padding-top: 163px;
  }
  .showcase-eyebrow {
    margin-bottom: 29px;
  }
  .showcase-title {
    font-size: clamp(50px, 4.4vw, 73px);
  }
  .showcase-description {
    margin-top: 24px;
  }
  .showcase-actions {
    margin-top: 31px;
  }
  .showcase-facts {
    margin-top: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-card:hover .product-photo img {
    transform: none;
  }
}
@media print {
  .showcase {
    color: black;
    background: white;
    height: auto;
    min-height: 0;
  }
  .showcase-inner {
    min-height: 0;
    padding: 25px 0;
  }
  .showcase-background,
  .showcase-aside,
  .showcase-bottom,
  .showcase-actions {
    display: none;
  }
  .showcase-title {
    font-size: 40px;
  }
  .showcase-title span,
  .showcase-description,
  .showcase-facts p > span {
    color: #333;
  }
}
