html.ecwatech .ecw {
  width: 100%;
  padding-bottom: 80px;
}

html.ecwatech .about-crumbs {
  margin-bottom: 8px;
}

html.ecwatech .ecw-hero {
  margin-top: 28px;
  max-width: 920px;
}

html.ecwatech .ecw-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

html.ecwatech .ecw-meta li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 51, 76, 0.05);
  color: #3c5a80;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

html.ecwatech .ecw h1 {
  margin: 0;
  color: #1e334c;
  font-family: "Inter Tight", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.12;
}

html.ecwatech .ecw h1 em {
  font-style: normal;
  font-weight: 500;
  color: #3c5a80;
}

html.ecwatech .ecw-greet {
  margin: 36px 0 0;
  color: #1e334c;
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

html.ecwatech .ecw-lead,
html.ecwatech .ecw-text,
html.ecwatech .ecw-quote p,
html.ecwatech .ecw-points p,
html.ecwatech .ecw-feature__text,
html.ecwatech .ecw-visit p {
  margin: 16px 0 0;
  color: #1e334c;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

html.ecwatech .ecw-lead {
  max-width: 780px;
}

html.ecwatech .ecw-lead strong,
html.ecwatech .ecw-quote strong,
html.ecwatech .ecw-points strong {
  font-weight: 600;
}

html.ecwatech .ecw h2 {
  margin: 0;
  color: #1e334c;
  font-family: "Inter Tight", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
}

html.ecwatech .ecw-venue {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  align-items: stretch;
  gap: 24px;
  margin-top: 48px;
}

html.ecwatech .ecw-venue__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 36px 32px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(30, 51, 76, 0.06);
}

html.ecwatech .ecw-venue h2 {
  font-size: 32px;
}

html.ecwatech .ecw-facts {
  margin: 28px 0 0;
}

html.ecwatech .ecw-facts__row + .ecw-facts__row {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(30, 51, 76, 0.1);
}

html.ecwatech .ecw-facts dt {
  color: #3c5a80;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

html.ecwatech .ecw-facts dd {
  margin: 10px 0 0;
  color: #1e334c;
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

html.ecwatech .ecw-facts dd span {
  display: block;
  margin-top: 6px;
  color: #3c5a80;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

html.ecwatech .ecw-yandex {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: #3584d4;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

html.ecwatech .ecw-yandex:hover {
  color: #1e334c;
}

html.ecwatech .ecw-yandex img {
  width: 20px;
  height: 19px;
}

html.ecwatech .ecw-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 360px;
  padding: 20px 24px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(30, 51, 76, 0.06);
  cursor: zoom-in;
}

html.ecwatech .ecw-plan img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

html.ecwatech body.ecw-lb-open {
  overflow: hidden;
}

html.ecwatech .ecw-lb {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 32px 24px;
}

html.ecwatech .ecw-lb[hidden] {
  display: none;
}

html.ecwatech .ecw-lb__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 34, 0.82);
  opacity: 0;
  transition: opacity 0.24s ease;
}

html.ecwatech .ecw-lb.is-open .ecw-lb__backdrop {
  opacity: 1;
}

html.ecwatech .ecw-lb__box {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

html.ecwatech .ecw-lb.is-open .ecw-lb__box {
  opacity: 1;
  transform: none;
}

html.ecwatech .ecw-lb__stage {
  margin: 0;
  padding: 28px 32px 24px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(10, 22, 36, 0.35);
}

html.ecwatech .ecw-lb__stage img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 820px);
  object-fit: contain;
}

html.ecwatech .ecw-lb__stage figcaption {
  margin-top: 16px;
  color: #3c5a80;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

html.ecwatech .ecw-lb__close {
  position: absolute;
  top: -14px;
  right: -6px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #1e334c;
  cursor: pointer;
}

html.ecwatech .ecw-lb__close span {
  position: absolute;
  left: 9px;
  top: 19px;
  width: 22px;
  height: 2px;
  background: #fff;
}

html.ecwatech .ecw-lb__close span:first-child {
  transform: rotate(45deg);
}

html.ecwatech .ecw-lb__close span:last-child {
  transform: rotate(-45deg);
}

html.ecwatech .ecw-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  align-items: center;
  column-gap: 24px;
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  padding: 48px 36px 48px 56px;
  border-radius: 36px;
  background: linear-gradient(160deg, #1e334c 0%, #152536 100%);
  color: #fff;
}

html.ecwatech .ecw-kicker {
  margin: 0 0 14px;
  color: #8eb8e6;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

html.ecwatech .ecw-feature h2 {
  max-width: 560px;
  color: #fff;
  font-size: 32px;
}

html.ecwatech .ecw-feature__media {
  position: relative;
  z-index: 0;
  width: 100%;
  justify-self: end;
}

html.ecwatech .ecw-feature__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 92%;
  height: 92%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(83, 162, 236, 0.28) 0%,
    rgba(53, 132, 212, 0.14) 42%,
    rgba(53, 132, 212, 0.04) 72%,
    transparent 86%
  );
  filter: blur(12px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

html.ecwatech .ecw-feature__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

html.ecwatech .ecw-size {
  margin: 28px 0 0;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 0.95;
}

@media (min-width: 1200px) {
  html.ecwatech .ecw-size {
    white-space: nowrap;
  }
}

html.ecwatech .ecw-feature__text {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
}

html.ecwatech .ecw-feature__text em {
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

html.ecwatech .ecw-compare,
html.ecwatech .ecw-practice,
html.ecwatech .ecw-now {
  margin-top: 72px;
}

html.ecwatech .ecw-text {
  max-width: 860px;
  opacity: 0.86;
}

html.ecwatech .ecw-table-wrap {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(30, 51, 76, 0.06);
}

html.ecwatech .ecw-table {
  width: 100%;
  border-collapse: collapse;
}

html.ecwatech .ecw-table th,
html.ecwatech .ecw-table td {
  padding: 22px 28px;
  text-align: left;
  vertical-align: top;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

html.ecwatech .ecw-table thead th {
  background: #f0f4f8;
  color: #3c5a80;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

html.ecwatech .ecw-table thead th:nth-child(2) {
  background: #3584d4;
  color: #fff;
}

html.ecwatech .ecw-table tbody th {
  width: 34%;
  color: #3c5a80;
  font-weight: 500;
}

html.ecwatech .ecw-table tbody td:first-of-type {
  background: rgba(53, 132, 212, 0.06);
  color: #1e334c;
}

html.ecwatech .ecw-table tbody td:last-child {
  color: #3c5a80;
}

html.ecwatech .ecw-table tbody tr + tr th,
html.ecwatech .ecw-table tbody tr + tr td {
  border-top: 1px solid rgba(30, 51, 76, 0.08);
}

html.ecwatech .ecw-table td span {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  opacity: 0.72;
}

html.ecwatech .ecw-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

html.ecwatech .ecw-points li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 128px;
  padding: 24px 26px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 51, 76, 0.05);
}

html.ecwatech .ecw-points__n {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eaf3fb;
  color: #3584d4;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

html.ecwatech .ecw-points p {
  margin: 6px 0 0;
  font-size: 18px;
}

html.ecwatech .ecw-quote {
  position: relative;
  margin: 28px 0 0;
  padding: 28px 32px 28px 36px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 51, 76, 0.05);
}

html.ecwatech .ecw-quote::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: #3584d4;
}

html.ecwatech .ecw-quote p {
  margin: 0;
}

html.ecwatech .ecw-visit {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px 48px;
  margin-top: 72px;
  padding: 48px 52px;
  border-radius: 36px;
  background: #1e334c;
  color: #fff;
}

html.ecwatech .ecw-visit h2,
html.ecwatech .ecw-visit p,
html.ecwatech .ecw-visit span {
  color: #fff;
}

html.ecwatech .ecw-visit p {
  margin-top: 14px;
  opacity: 0.86;
}

html.ecwatech .ecw-checks {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

html.ecwatech .ecw-checks li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

html.ecwatech .ecw-checks li {
  position: relative;
}

html.ecwatech .ecw-checks li img {
  width: 12px;
  height: 10px;
  margin: 0 auto;
}

html.ecwatech .ecw-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  background: #3584d4;
}

html.ecwatech .ecw-checks li img {
  position: relative;
  z-index: 1;
}

html.ecwatech .ecw-visit__end {
  margin-top: 28px;
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 600;
  opacity: 1;
}

html.ecwatech .ecw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 32px;
  border-radius: 61px;
  background: #3c5a80;
  box-shadow:
    inset 0 0 32px rgba(114, 114, 114, 0.25),
    0 18px 36px rgba(10, 22, 36, 0.28);
  color: #fff;
  font: 700 18px/1.2 "Inter Tight", sans-serif;
  white-space: nowrap;
}

html.ecwatech .ecw-cta:hover {
  background: #334d6e;
}

html.ecwatech .ecw-cta i {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

html.ecwatech .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1199.98px) {
  html.ecwatech .ecw h1 {
    font-size: 40px;
  }

  html.ecwatech .ecw h2,
  html.ecwatech .ecw-feature h2 {
    font-size: 32px;
  }

  html.ecwatech .ecw-size {
    font-size: 52px;
  }

  html.ecwatech .ecw-venue {
    grid-template-columns: 1fr;
  }

  html.ecwatech .ecw-plan {
    min-height: 300px;
    padding: 16px 18px;
  }

  html.ecwatech .ecw-feature {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 38%);
    padding: 36px 20px 36px 28px;
  }

  html.ecwatech .ecw-visit {
    padding: 36px 28px;
  }

  html.ecwatech .ecw-points {
    grid-template-columns: 1fr 1fr;
  }

  html.ecwatech .ecw-visit {
    grid-template-columns: 1fr;
    align-items: start;
  }

  html.ecwatech .ecw-cta {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  html.ecwatech .ecw {
    padding-bottom: 48px;
  }

  html.ecwatech .ecw-hero {
    margin-top: 20px;
  }

  html.ecwatech .ecw h1 {
    font-size: 30px;
  }

  html.ecwatech .ecw h2,
  html.ecwatech .ecw-feature h2 {
    font-size: 26px;
  }

  html.ecwatech .ecw-size {
    font-size: 36px;
  }

  html.ecwatech .ecw-greet {
    font-size: 20px;
  }

  html.ecwatech .ecw-lead,
  html.ecwatech .ecw-text,
  html.ecwatech .ecw-quote p,
  html.ecwatech .ecw-feature__text,
  html.ecwatech .ecw-visit p {
    font-size: 17px;
  }

  html.ecwatech .ecw-compare,
  html.ecwatech .ecw-practice,
  html.ecwatech .ecw-now,
  html.ecwatech .ecw-visit,
  html.ecwatech .ecw-feature,
  html.ecwatech .ecw-venue {
    margin-top: 40px;
  }

  html.ecwatech .ecw-venue__card {
    padding: 28px 22px 24px;
  }

  html.ecwatech .ecw-venue h2 {
    font-size: 26px;
  }

  html.ecwatech .ecw-facts dd {
    font-size: 20px;
  }

  html.ecwatech .ecw-plan {
    min-height: 220px;
    padding: 14px 12px;
  }

  html.ecwatech .ecw-feature {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 28px 20px 20px;
  }

  html.ecwatech .ecw-feature__copy {
    display: contents;
  }

  html.ecwatech .ecw-kicker,
  html.ecwatech .ecw-feature h2,
  html.ecwatech .ecw-size,
  html.ecwatech .ecw-feature__text {
    width: 100%;
    justify-self: start;
  }

  html.ecwatech .ecw-kicker {
    order: 1;
  }

  html.ecwatech .ecw-feature h2 {
    order: 2;
  }

  html.ecwatech .ecw-size {
    order: 3;
  }

  html.ecwatech .ecw-feature__media {
    order: 4;
    justify-self: start;
    width: min(280px, 86%);
    margin: 4px 0 0;
  }

  html.ecwatech .ecw-feature__text {
    order: 5;
    margin-top: 4px;
  }

  html.ecwatech .ecw-points {
    grid-template-columns: 1fr;
  }

  html.ecwatech .ecw-points li:last-child {
    grid-column: auto;
  }

  html.ecwatech .ecw-points li {
    min-height: 0;
    padding: 18px 16px;
  }

  html.ecwatech .ecw-points p,
  html.ecwatech .ecw-checks li {
    font-size: 16px;
  }

  html.ecwatech .ecw-table thead {
    display: none;
  }

  html.ecwatech .ecw-table,
  html.ecwatech .ecw-table tbody,
  html.ecwatech .ecw-table tr,
  html.ecwatech .ecw-table th,
  html.ecwatech .ecw-table td {
    display: block;
    width: 100%;
  }

  html.ecwatech .ecw-table-wrap {
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  html.ecwatech .ecw-table tbody tr {
    margin-bottom: 12px;
    padding: 18px 18px 8px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(30, 51, 76, 0.05);
  }

  html.ecwatech .ecw-table tbody th,
  html.ecwatech .ecw-table tbody td,
  html.ecwatech .ecw-table tbody tr + tr th,
  html.ecwatech .ecw-table tbody tr + tr td {
    width: auto;
    padding: 0 0 12px;
    border: 0;
    background: transparent;
  }

  html.ecwatech .ecw-table tbody th {
    color: #1e334c;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  html.ecwatech .ecw-table td::before {
    display: block;
    margin-bottom: 4px;
    color: #3c5a80;
    font-size: 13px;
    font-weight: 600;
    content: attr(data-label);
  }

  html.ecwatech .ecw-table tbody td:first-of-type {
    padding: 10px 12px 12px;
    border-radius: 14px;
    background: rgba(53, 132, 212, 0.08);
  }

  html.ecwatech .ecw-table tbody td:last-child {
    margin-top: 8px;
  }

  html.ecwatech .ecw-quote {
    padding: 22px 18px 22px 22px;
  }

  html.ecwatech .ecw-visit__end {
    font-size: 20px;
  }

  html.ecwatech .ecw-cta {
    width: 100%;
    min-height: 56px;
  }

  html.ecwatech .ecw-lb {
    padding: 16px 12px;
    touch-action: none;
  }

  html.ecwatech .ecw-lb__stage {
    padding: 16px 14px 14px;
    border-radius: 20px;
  }

  html.ecwatech .ecw-lb__close {
    top: 8px;
    right: 8px;
  }

  html.ecwatech .ecw-lb__stage figcaption {
    font-size: 14px;
  }
}
