@import url(https://cdn.api.lenta.com/assets/78c5dd84-8835-4dee-9c22-81ce5e128b6a/font-pf.css);

/* --- Global Styles & Resets --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* 
html {
    font-size: 100vw;
    font-size: min(100vw, 1500px);
} */

body {
  /* base width: 3760px */
  font-family: 'PF BeauSans Pro', Arial, Helvetica, sans-serif;
  font-size: 0.9574468085106382vw; /* base 36px */
  line-height: 1;
  color: #37393a;
}

svg {
  display: block;
}

/* --- header --- */
header {
  line-height: 0;
  overflow: hidden;
}

header.hero-section {
  width: 100%;
}

header.hero-section .hero-section__inner {
  width: 100%;
}

/* --- sections --- */
section {
  /* 150px */
  padding: 3.9893617021276597vw 0;
}
section + section {
  padding-top: 0;
}

section .container {
  /* 2168px */
  max-width: 57.659574468085104vw;
  margin: 0 auto;
}

section h2,
section h3 {
  font-weight: 600;
  line-height: 1.2;
}
section h2 .--accent {
  color: #00a331;
}

section .container > h2 {
  padding: 0 12.084870848708487%;
  margin-bottom: 1.276595744680851vw;
  text-align: center;
  font-size: 222.22222%; /* 80px */
}

section .list {
  position: relative;
  display: flex;
  gap: 0.6382978723404255vw;
  overflow: hidden;
}

section .list .list-image {
  position: relative;
  flex: 0 0 auto;
  width: 25.877659574468087vw;
  min-height: 16.648936170212767vw;
  background: transparent;
  border-radius: 0.7978723404255319vw;
  overflow: hidden;
}

section .list .list-image-item {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

section .list .list-image-item.highlight {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

section .list .list-image-item__embed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: inherit;
}

section .list .list-image-item__embed svg {
  display: block;
  width: 100%;
  height: 100%;
}

section .list .list-container {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6382978723404255vw;
}

section .list .list-item {
  padding: 1.0638297872340425vw;
  border: 1px solid #37393a;
  border-radius: 0.7978723404255319vw;
  gap: 0.3191489361702127vw;
  cursor: default;
  background-color: #fff;
}

section .list .list-item.highlight {
  border-color: transparent;
  background-color: #d2ebc3;
}
section .list .list-item h3 {
  font-size: 150%; /* 54px */
}
