.hero {
  color: #fff;
  height: 60vh;
  position: relative;
}

.hero__header {
  font-weight: 700;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero__header span {
  color: var(--easm-accent, #5eff93);
}

.hero__bg {
  left: 50%;
  mix-blend-mode: lighten;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero__bg img {
  height: auto;
  max-width: 100%;
}

.product-clear {
  clear: both;
}

.hero__block--title {
  color: var(--easm-accent, #5eff93);
  font-size: 50px;
  font-weight: 700;
  margin-top: 25px;
}

.product-intro-title {
  margin-bottom: 10px;
}

.product-intro-text {
  margin-bottom: 50px;
}

.product-overview__intro,
.product-overview__features {
  align-items: start;
}

.product-overview__intro {
  margin-bottom: 50px;
}

.product-overview__intro .product-intro-title,
.product-overview__features .product-overview__features-title {
  margin-bottom: 0;
}

.product-overview__intro .product-intro-text {
  margin-bottom: 0;
}

.product-overview__features ul {
  margin-top: 0;
}

.product-intro-text > :first-child,
.product-closing-text > :first-child,
.product-section-text > :first-child,
.product-conclusion > :first-child {
  margin-top: 0;
}

.product-intro-text > :last-child,
.product-closing-text > :last-child,
.product-section-text > :last-child,
.product-conclusion > :last-child {
  margin-bottom: 0;
}

.hero__stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--easm-accent, #5eff93);
  -webkit-text-stroke-width: 1px;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 50px;
}

.hero__blocks,
.hero__boxes {
  margin-bottom: 3em;
}

.product-section--spaced {
  margin-top: 50px;
}

.hero__blocks li {
  line-height: 110%;
  list-style: none;
  margin-bottom: 10px;
  padding: 6px 0 0 20px;
  position: relative;
}

.hero__blocks ul li::before {
  background: transparent url("../images/last/galka.deb6b79a2971.svg") scroll 0 0 no-repeat;
  content: "";
  height: 16px;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 16px;
}

.hero__box {
  background: #fff;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: space-between;
  padding: 26px;
  transition: 0.5s ease background-color;
}

.hero__box:hover {
  background-color: var(--easm-accent, #5eff93);
}

.hero__box--text {
  color: #000;
  font-weight: bold;
  line-height: 110%;
}

.hero__box--image img {
  height: 25px;
  margin: 0;
  padding: 0;
  width: 25px;
}

.hero__services {
  background: #0b0e10;
  border-radius: 35px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.hero__service {
  align-items: center;
  display: flex;
  flex: calc(100% / 6);
  flex-direction: column;
  justify-content: space-between;
}

.hero__service--image img {
  height: auto;
  max-width: 100%;
}

.hero__service--text {
  line-height: 110%;
  text-align: center;
}

.product-conclusion {
  font-weight: 700;
  margin-top: 3em;
}

@media screen and (max-width: 1400px) {
  .hero__service {
    flex: calc(100% / 3);
  }
}

@media screen and (max-width: 1280px) {
  .hero__block--title {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 1200px) {
  .hero__service {
    flex: calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  .hero {
    height: 40vh;
  }
}

@media screen and (max-width: 500px) {
  .hero__service {
    flex: 100%;
  }

  .hero__block--title,
  .hero__stroke {
    font-size: 33px;
  }

  .hero__header h1 {
    font-size: 25px;
  }
}

.product-index.container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.product-index__breadcrumbs-row {
  padding-top: 18.5vh;
}

.product-index__list {
  padding-bottom: 5rem;
  padding-top: 9.25rem;
}

.product-index .product-card .services_new_link {
  display: block;
  position: static;
}

.product-index .product-card__logo {
  margin-bottom: 2.875rem;
}

.product-index .product-card__logo img {
  display: block;
  height: auto;
  max-width: 460px;
  width: 100%;
}

.product-index .product-card .service__header {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.03;
}

.product-index .product-card .services__block_ {
  margin-left: 0;
  padding-right: 25%;
}

.product-page {
  --easm-accent: #07e8bd;
  background: #0b0d0f;
}

.easm-page {
  --easm-bg: #0b0d0f;
  --easm-card: #17191e;
  --easm-card-border: #2a2d33;
  --easm-muted: #93979e;
  background: var(--easm-bg);
  color: #f7f7f8;
  font-family: "IBM Plex Sans", sans-serif;
  overflow: hidden;
}

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

.product-page .feedback__icon,
.product-page .feedback__header {
  color: var(--easm-accent);
}

.product-page .feedback__sendmail:hover {
  background: var(--easm-accent);
}

.product-page .feedback__sendmail:focus-visible {
  outline-color: var(--easm-accent);
}

.easm-shell {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 64px);
}

.easm-page > .block-rich_text,
.easm-page > .block-image,
.easm-page > .block-split_media,
.easm-page > .block-feature_grid,
.easm-page > .block-checklist,
.easm-page > .block-process_diagram,
.easm-page > .block-table,
.easm-page > .block-video,
.easm-page > .block-embed,
.easm-page > .block-button,
.easm-page > .block-text_section,
.easm-page > .block-product_hero,
.easm-page > .block-product_overview,
.easm-page > .block-product_feature_cards,
.easm-page > .block-product_text_list,
.easm-page > .block-product_process,
.easm-page > .block-product_conclusion {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: calc(100% - 64px);
}

.easm-breadcrumbs {
  padding: 9.5rem 0 1.5rem;
}

.easm-breadcrumbs,
.easm-breadcrumbs a {
  color: #a2a5aa;
}

.easm-breadcrumbs a:hover {
  color: var(--easm-accent);
}

.easm-hero {
  min-height: 620px;
  padding: 1.5rem 0 6rem;
}

.easm-hero__layout {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}

.easm-hero__content {
  position: relative;
  z-index: 1;
}

.easm-hero h1 {
  font-size: clamp(1.2rem, 4vw, 1.85rem) !important;
  line-height: 1.08;
  margin: 0 0 2.5rem;
  white-space: nowrap;
}

.easm-hero h1 span {
  color: var(--easm-accent);
  display: block;
  font-size: clamp(1.6rem, 8vw, 3.4rem);
  line-height: 1;
  margin-bottom: 1.25rem;
}

.easm-hero__content p {
  color: var(--easm-muted);
  font-size: 1.2rem;
  line-height: 1.55;
  margin: 0 0 2.75rem;
  max-width: 660px;
}

.easm-button {
  background: var(--easm-accent);
  border: 1px solid var(--easm-accent);
  border-radius: 10px;
  color: #06110f;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-width: 220px;
  padding: 1.1rem 1.7rem;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.easm-button:hover {
  background: transparent;
  color: var(--easm-accent);
}

.easm-hero__visual,
.easm-sphere {
  aspect-ratio: 1;
  width: 100%;
}

.easm-hero__visual {
  max-width: 570px;
}

.easm-sphere {
  background: transparent url("../images/cyberdef-easm-sphere.24d4ce279db9.png") center / contain
    no-repeat;
  position: relative;
}

.easm-sphere--ready {
  background-image: none;
}

.easm-sphere canvas {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.easm-section {
  background: #111318;
  padding: 6rem 0;
}

.easm-section:nth-of-type(even) {
  background: var(--easm-bg);
}

.easm-section__header {
  margin-bottom: 3rem;
  max-width: 850px;
}

.easm-section__header h2,
.easm-cta h2 {
  color: var(--easm-accent);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
  margin: 0;
}

.easm-section__header--tasks h2 {
  font-size: clamp(0.95rem, 4vw, 2.4rem);
  white-space: nowrap;
}

.easm-section__header p,
.easm-cta > p {
  color: var(--easm-muted);
  font-size: 1.12rem;
  line-height: 1.55;
  margin: 1.2rem 0 0;
}

.easm-cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.easm-card {
  --easm-card-title-line-height: 1.2;
  --easm-card-title-size: 1.35rem;
  background: var(--easm-card);
  border: 1px solid var(--easm-card-border);
  border-radius: 20px;
  min-height: 280px;
  padding: 2rem;
}

.easm-card__icon {
  height: 48px;
  margin-bottom: 1.5rem;
  width: 52px;
}

.easm-card__icon svg {
  fill: none;
  height: 100%;
  stroke: var(--easm-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 100%;
}

.easm-card h3 {
  font-size: var(--easm-card-title-size);
  line-height: var(--easm-card-title-line-height);
  margin: 0 0 1.2rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.easm-card__title--small {
  --easm-card-title-line-height: 1.15;
  --easm-card-title-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.easm-card__title--medium {
  --easm-card-title-line-height: 1.2;
  --easm-card-title-size: clamp(1.25rem, 2vw, 1.55rem);
}

.easm-card__title--large {
  --easm-card-title-line-height: 1.08;
  --easm-card-title-size: clamp(1.65rem, 2.6vw, 2.15rem);
}

.easm-card__subtitle {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  margin: -0.35rem 0 1.4rem;
}

.easm-card p {
  color: var(--easm-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.easm-cards--metrics .easm-card {
  --easm-card-title-line-height: 0.98;
  --easm-card-title-size: clamp(2.2rem, 4vw, 3.4rem);
}

.easm-cards--metrics .easm-card h3 {
  color: var(--easm-accent);
  overflow-wrap: normal;
  white-space: nowrap;
}

.easm-cards--metrics .easm-card[data-easm-card-automatic] {
  --easm-card-title-line-height: 1.05;
  --easm-card-title-size: clamp(1.6rem, 2.5vw, 2rem);
}

.easm-cards--metrics .easm-card[data-easm-card-automatic] h3 {
  margin-bottom: 2.5rem;
}

.easm-cards--deployment .easm-card {
  min-height: 250px;
}

.easm-section__footnote {
  color: var(--easm-muted);
  font-size: 0.95rem;
  margin: 3rem 0 0;
}

.easm-showcase {
  background: #20252a;
  border: 1px solid #30353b;
  border-radius: 22px;
  margin: 0;
  overflow: hidden;
}

.easm-showcase img {
  display: block;
  height: auto;
  width: 100%;
}

.easm-comparison-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.easm-comparison {
  border-collapse: collapse;
  min-width: 900px;
  width: 100%;
}

.easm-comparison th,
.easm-comparison td {
  border-bottom: 1px solid #30333a;
  padding: 1.5rem 1.75rem;
  text-align: left;
  vertical-align: middle;
}

.easm-comparison thead th {
  background: #17191e;
  color: var(--easm-muted);
}

.easm-comparison thead th:nth-child(2) {
  color: var(--easm-accent);
}

.easm-comparison tbody th {
  font-weight: 400;
  width: 38%;
}

.easm-comparison tbody tr:nth-child(even) {
  background: #15171c;
}

.easm-comparison__answer {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.easm-comparison__icon {
  align-items: center;
  display: flex;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  justify-content: center;
  text-align: center;
}

.easm-comparison__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.easm-comparison__icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.easm-comparison__answer > span:last-child {
  min-width: 0;
  white-space: nowrap;
}

.easm-comparison__yes .easm-comparison__icon {
  color: var(--easm-accent);
}

.easm-comparison__no {
  color: var(--easm-muted);
}

.easm-columns {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.easm-column h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0 0 1.75rem;
}

.easm-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.easm-column li {
  color: var(--easm-muted);
  line-height: 1.45;
  margin-bottom: 1.1rem;
  padding-left: 1.4rem;
  position: relative;
}

.easm-column li::before {
  color: var(--easm-accent);
  content: "•";
  font-size: 1.3rem;
  left: 0;
  position: absolute;
  top: -0.12rem;
}

.easm-section--cta {
  text-align: center;
}

.easm-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 820px;
}

.easm-cta__icon {
  align-items: center;
  border: 2px solid var(--easm-accent);
  color: var(--easm-accent);
  display: flex;
  font-size: 1.2rem;
  height: 38px;
  justify-content: center;
  margin-bottom: 1.75rem;
  transform: rotate(45deg);
  width: 38px;
}

.easm-cta__icon span {
  display: block;
  transform: rotate(-45deg);
}

.easm-cta__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  margin: 1.25rem 0 2rem;
}

.easm-cta__contacts a {
  color: #fff;
  text-decoration: none;
}

.easm-cta__contacts a:hover {
  color: var(--easm-accent);
}

@media screen and (max-width: 1280px) {
  .easm-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1100px) {
  .easm-hero__layout {
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  }

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

@media screen and (max-width: 768px) {
  .product-index.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-index__breadcrumbs-row {
    display: none;
  }

  .product-index__list {
    padding-bottom: 10vh;
    padding-top: 20vh;
  }

  .product-index .product-card__logo {
    margin-bottom: 2rem;
  }

  .product-index .product-card .services__block_ {
    margin-left: 0;
    padding-right: 0;
  }

  .easm-shell {
    width: calc(100% - 40px);
  }

  .easm-breadcrumbs {
    padding-top: 8.5rem;
  }

  .easm-hero {
    padding-bottom: 4rem;
  }

  .easm-hero__layout {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .easm-hero__visual {
    grid-row: 1;
    margin: 0 auto -2rem;
    max-width: 430px;
  }

  .easm-hero__content {
    grid-row: 2;
  }

  .easm-hero h1 {
    margin-bottom: 2rem;
  }

  .easm-hero h1 span {
    margin-bottom: 1.25rem;
  }

  .easm-section {
    padding: 4.5rem 0;
  }

  .easm-card {
    min-height: 0;
  }
}

@media screen and (max-width: 560px) {
  .easm-shell {
    width: calc(100% - 32px);
  }

  .easm-breadcrumbs {
    padding-top: 7.5rem;
  }

  .easm-hero__visual {
    margin-bottom: -1rem;
    width: 110%;
  }

  .easm-hero__content p {
    font-size: 1.05rem;
  }

  .easm-button {
    width: 100%;
  }

  .easm-cards,
  .easm-cards--deployment {
    grid-template-columns: 1fr;
  }

  .easm-card {
    padding: 1.6rem;
  }

  .easm-section__header {
    margin-bottom: 2.2rem;
  }

  .easm-comparison {
    min-width: 0;
  }

  .easm-comparison thead {
    display: none;
  }

  .easm-comparison tbody,
  .easm-comparison tr,
  .easm-comparison th,
  .easm-comparison td {
    display: block;
    width: 100%;
  }

  .easm-comparison tbody tr {
    background: var(--easm-card);
    border: 1px solid var(--easm-card-border);
    border-radius: 18px;
    margin-bottom: 1.25rem;
    overflow: hidden;
  }

  .easm-comparison tbody tr:nth-child(even) {
    background: var(--easm-card);
  }

  .easm-comparison tbody th {
    background: #1d2025;
    font-weight: 700;
    width: 100%;
  }

  .easm-comparison th,
  .easm-comparison td {
    border-bottom: 1px solid #30333a;
    padding: 1.25rem;
  }

  .easm-comparison td:last-child {
    border-bottom: 0;
  }

  .easm-comparison td::before {
    color: var(--easm-muted);
    content: attr(data-label);
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
  }

  .easm-comparison__answer > span:last-child {
    white-space: normal;
  }

  .easm-comparison-scroll {
    overflow: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  .easm-button {
    transition: none;
  }
}
