@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-thin.otf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-ultralight.otf") format("opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-ultralightitalic.otf") format("opentype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/helveticaneuecyr-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/bebas-neue-cyrillic-thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/bebas-neue-cyrillic-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/bebas-neue-cyrillic-book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/bebas-neue-cyrillic-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("../fonts/bebas-neue-cyrillic-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --page-bg: #ffffff;
  --text-main: #0C0C0C;
  --text-body: #111111;
  --text-muted: #777777;
  --line: rgba(0, 0, 0, 0.08);
  --card-line: rgba(0, 0, 0, 0.12);
  --soft: #f6f6f6;
  --soft-2: #ededed;
  --shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  --container: 1340px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--page-bg);
  color: var(--text-body);
  overflow-x: hidden;
  font-family: "HelveticaNeueCyr", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.site {
  overflow-x: clip;
}

.site-container {
  width: min(var(--container), calc(100% - 64px));
  margin: 0 auto;
}

.site-container--narrow {
  width: min(1340px, calc(100% - 64px));
}

.site-main {
  padding: 0;
}

body.home .site-main,
body.front-page .site-main {
  padding: 0;
}

.section-kicker {
  margin: 0 0 16px;
  text-align: center;
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  color: var(--text-main);
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 46px;
  color: var(--text-main);
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 96px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title--split {
  display: block;
  max-width: 520px;
  margin-bottom: 0;
  font-size: 96px;
  line-height: 1.1;
}

.section-display {
  margin: 0;
  color: var(--text-main);
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.section-display--center {
  text-align: center;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 25% 20%, rgba(200, 212, 255, 0.55), transparent 30%),
    radial-gradient(circle at 75% 30%, rgba(255, 214, 230, 0.4), transparent 30%),
    radial-gradient(circle at 65% 80%, rgba(235, 255, 218, 0.5), transparent 28%),
    #f1f1f1;
  background-image:
    var(--media-image),
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 25% 20%, rgba(200, 212, 255, 0.55), transparent 30%),
    radial-gradient(circle at 75% 30%, rgba(255, 214, 230, 0.4), transparent 30%),
    radial-gradient(circle at 65% 80%, rgba(235, 255, 218, 0.5), transparent 28%);
  background-repeat: no-repeat;
  background-size: cover, cover, cover, cover, cover;
  background-position: center, center, center, center, center;
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 40%);
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

body.lesopilka-publication-page .site-header,
body.lesopilka-news-page .site-header,
body.lesopilka-brief-page .site-header,
body.lesopilka-privacy-page .site-header,
body.lesopilka-publications-page .site-header {
  background: transparent;
  backdrop-filter: none;
}

body.lesopilka-news-page .site-header {
  z-index: 50;
}

body.lesopilka-publication-page .site-header {
  z-index: 70;
}

body.lesopilka-publication-page {
  position: relative;
}

body.lesopilka-publication-page::before {
  content: "";
  position: fixed;
  top: -110px;
  left: 0;
  width: 100%;
  height: 2210px;
  background: url("../img/publication-page-bg.jpg") center top / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

body.lesopilka-news-page {
  position: relative;
}

body.lesopilka-news-page::before {
  content: "";
  position: fixed;
  top: -110px;
  left: 0;
  width: 100%;
  height: 2210px;
  background: url("../img/publication-page-bg.jpg") center top / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

body.lesopilka-brief-page {
  position: relative;
}

body.lesopilka-brief-page::before {
  content: "";
  position: fixed;
  top: -110px;
  left: 0;
  width: 100%;
  height: 2210px;
  background: url("../img/publication-page-bg.jpg") center top / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

body.lesopilka-publication-page .site,
body.lesopilka-news-page .site,
body.lesopilka-brief-page .site,
body.lesopilka-publication-page .site-header,
body.lesopilka-news-page .site-header {
  position: relative;
  z-index: 1;
}

body.lesopilka-news-page .site-header {
  z-index: 70;
}

body.lesopilka-news-page .site {
  z-index: 0;
}

body.lesopilka-news-page .site-header.is-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
}

body.lesopilka-publication-page .site {
  z-index: 0;
}

body.lesopilka-publication-page .site-header.is-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
}

body.lesopilka-privacy-page {
  position: relative;
}

body.lesopilka-privacy-page::before {
  content: "";
  position: fixed;
  top: -110px;
  left: 0;
  width: 100%;
  height: 2210px;
  background: url("../img/publication-page-bg.jpg") center top / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

body.lesopilka-privacy-page .site,
body.lesopilka-privacy-page .site-header {
  position: relative;
  z-index: 1;
}

.site-header__inner {
  min-height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 33px;
  color: #bbbbbb;
}

.site-header__nav a {
  font-family: "Inter", "HelveticaNeueCyr", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-header__nav a.is-active {
  color: #111111;
}

.site-header__nav a:hover {
  color: #111111;
  opacity: 1;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 48px;
  border-radius: 360px;
  background: linear-gradient(90deg, #aaaaaa 0%, #c8c8c8 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.site-header__cta:hover {
  opacity: 0.9;
}

.site-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 360px;
  background: linear-gradient(90deg, #aaaaaa 0%, #c8c8c8 100%);
  color: #ffffff;
}

.site-header__burger-line {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}

.site-header__burger-line:nth-child(1) {
  top: 18px;
}

.site-header__burger-line:nth-child(2) {
  top: 23px;
}

.site-header__burger-line:nth-child(3) {
  top: 28px;
}

.site-header.is-menu-open .site-header__burger-line:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

.site-header.is-menu-open .site-header__burger-line:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .site-header__burger-line:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

.hero-section {
  padding: 65px 0 90px;
  background: linear-gradient(180deg, #ffffff 0%, #e3e3e3 100%);
}

.hero-section__logo {
  display: block;
  width: 495px;
  max-width: 100%;
  height: auto;
  margin: 0 0 22px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section__visual {
  width: 100%;
  aspect-ratio: 1928 / 1072;
  height: auto;
  margin: 0 auto;
  border-radius: 24px;
}

.hero-section__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-section__caption {
  margin: 27px 0 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #BBBBBB;
}

.partners-strip {
  display: flex;
  align-items: center;
  height: 137px;
  padding: 14px 0;
  overflow: hidden;
  background: #ffffff;
}

.partners-strip__track {
  display: flex;
  align-items: center;
  min-width: max-content;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.partners-strip__group {
  display: flex;
  align-items: center;
  gap: 63px;
  flex: 0 0 auto;
}

.partners-strip__group + .partners-strip__group {
  margin-left: 63px;
}

.partners-strip__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partners-strip__logo {
  display: block;
  width: auto;
  height: 32px;
  max-width: 180px;
  object-fit: contain;
  opacity: 0.85;
}

.philosophy-section {
  padding: 125px 0 200px;
}

.philosophy-section__text {
  color: #808080;
}

.philosophy-section__lead {
  color: #111111;
}

.history-section {
  padding: 239px 0 245px;
  background: #ffffff;
}

.history-section__text {
  color: #808080;
}

.history-section__lead {
  color: #111111;
}

.products-section,
.testimonials-section {
  position: relative;
  overflow: hidden;
}

.products-section {
  padding: 120px 0;
  background: url("../img/products-section-bg.jpg") center center / cover no-repeat;
}

.contact-project-section {
  overflow: hidden;
}

.products-section::before,
.testimonials-section::before,
.contact-project-section::before,
.team-section::before {
  content: "";
  position: absolute;
  inset: auto -20% -20% auto;
  width: 420px;
  height: 420px;
  pointer-events: none;
  background: radial-gradient(circle at 60% 50%, rgba(255, 255, 255, 0.7), transparent 60%);
  filter: blur(30px);
  opacity: 0.75;
}

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

.product-card {
  position: relative;
  min-height: 340px;
  padding: 30px;
  overflow: hidden;
  background: transparent;
  border-radius: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #7D9487 0%, #FFFFFF 50%, #666666 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.product-card:hover {
  transform: translateY(-3px);
  opacity: .8;
}

.product-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.product-card__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.product-card__copy {
  display: grid;
  gap: 16px;
}

.product-card__title,
.team-card__name,
.publication-card__title {
  margin: 0;
  color: #050505;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__desc,
.team-card__desc,
.publication-card__subtitle {
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.4;
}

.publication-card__link,
.section-more-link {
  width: fit-content;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-card__button,
.publication-card__link,
.publications-home__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 48px;
  border-radius: 360px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.product-card__button::before,
.publication-card__link::before,
.publications-home__link::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #5D5D5D 0%, #FFFFFF 50%, #666666 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.product-card__media {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  top: 0;
  width: 340px;
  z-index: 0;
  border-radius: 0;
  background: transparent;
  background-image: var(--media-image) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.product-card__media::after {
  content: none;
}

.team-section {
  position: relative;
  padding: 150px 0 170px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 60%, rgba(130, 255, 210, 0.24), transparent 25%),
    radial-gradient(circle at 80% 45%, rgba(255, 150, 220, 0.22), transparent 30%),
    radial-gradient(circle at 60% 70%, rgba(180, 210, 255, 0.22), transparent 35%),
    url("../img/team-section-bg.jpg") center center / cover no-repeat;
}

.team-grid {
  width: 100%;
  padding-bottom: 12px;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

.team-grid__track {
  display: flex;
  gap: 26px;
  width: max-content;
  will-change: transform;
}

.team-grid.is-dragging {
  cursor: grabbing;
}

.team-card {
  flex: 0 0 clamp(280px, 24vw, 340px);
}

.team-card__photo {
  height: 362px;
  margin-bottom: 12px;
  border-radius: 25px;
  -webkit-user-drag: none;
}

.team-card__name {
  margin-top: 3px;
  margin-bottom: 10px;
}

.publications-section {
  padding: 70px 0 105px;
  background: #ffffff;
}

.publications-section--archive .publications-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.publications-section--archive .publication-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 25px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.publications-section--archive .publication-card:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.publications-section--archive .publication-card::before {
  content: none;
}

.publications-section--archive .publication-card__content {
  position: static;
  z-index: 2;
  pointer-events: none;
  min-height: 260px;
  padding: 32px 220px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}

.publications-section--archive .publication-card__content > div {
  display: grid;
  gap: 10px;
  max-width: 100%;
}

.publications-section--archive .publication-card__title {
  line-height: 1.15;
}

.publications-section--archive .publication-card__subtitle {
  line-height: 1.25;
}

.publications-section--archive .publication-card__media {
  display: block;
  grid-column: 2;
  min-width: 0;
  min-height: 100%;
  width: 100%;
  border-radius: 0;
  background-position: center;
  background-size: cover;
}

.publications-section--archive .publication-card--reverse .publication-card__content {
  grid-column: 2;
}

.publications-section--archive .publication-card--reverse .publication-card__media {
  grid-column: 1;
}

.publications-section--archive .publication-card__media {
  background-position: right center;
}

.publications-section--archive .publication-card__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  text-decoration: none;
}

.publications-section--archive .publication-card__stretched-link:focus-visible {
  outline: 2px solid #111111;
  outline-offset: -2px;
}

.publications-section--archive .publication-card__link {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 4;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.publications-section--archive .publication-card__link:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.publication-page,
.publications-page {
  position: relative;
  background: transparent;
}

.publication-hero,
.publications-hero {
  padding: 12px 0 10px;
  background: transparent;
}

.publication-page__back {
  display: inline-flex;
  margin-bottom: 18px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.publication-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 40px;
  align-items: center;
}

.publication-hero__content {
  display: grid;
  gap: 20px;
}

.publication-hero__title {
  margin-bottom: 0;
}

.publication-hero__text {
  color: #111111;
  font-family: HelveticaNeueCyr, Roboto;
  font-size: 30px;
  line-height: 1.25;
  text-transform: none;
}

.publication-hero__text p {
  margin: 0 0 1em;
}

.publication-hero__text p:last-child {
  margin-bottom: 0;
}

.publication-hero__media {
  min-height: 460px;
  border-radius: 25px;
  background-position: center;
  background-size: cover;
}

.publication-content {
  padding: 0 0 110px;
}

.publication-content .entry-content {
  max-width: 800px;
  margin: 0 auto;
  color: #111111;
  font-family: HelveticaNeueCyr, Roboto;
  font-size: 28px;
  line-height: 1.25;
  text-transform: none;
}

.publication-content .entry-content > *:first-child {
  margin-top: 0;
}

.publication-content .entry-content > *:last-child {
  margin-bottom: 0;
}

.publications-empty {
  padding: 24px 0 8px;
  color: #666666;
  font-family: HelveticaNeueCyr, Roboto;
  font-size: 18px;
}

.privacy-page {
  position: relative;
}

.privacy-hero {
  padding: 12px 0 92px;
  background: transparent;
}

.privacy-hero__title {
  margin-bottom: 20px;
}

.news-page {
  position: relative;
}

.news-hero {
  padding: 7px 0 5px;
  background: transparent;
}

.news-hero__title {
  margin-bottom: 30px;
}

.news-hero__gallery {
  display: grid;
  gap: 55px;
  margin-bottom: 47px;
}

.news-hero__media {
  position: relative;
  min-height: 530px;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(30deg, #7D9487 0%, #FFFFFF 50%, #666666 100%);
}

.news-hero__media::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(30px - 1px);
  background: rgba(255, 255, 255, 0.74);
  pointer-events: none;
}

.news-hero__media--wide {
  height: 530px;
}

.news-hero__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 55px;
}

.news-hero__row .news-hero__media {
  min-height: 530px;
}

.news-hero__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 29px;
}

.news-hero__text {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-body);
  font-size: 28px;
  line-height: 1.45;
  text-align: center;
}

.not-found-page {
  position: relative;
  padding: 36px 0 96px;
}

.not-found {
  display: grid;
  justify-items: center;
  gap: 28px;
}

.not-found__image {
  display: block;
  width: min(986px, 100%);
  height: auto;
  margin-bottom: 20px;
}

.not-found__title {
  margin: 0;
  color: var(--text-body);
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
  text-align: center;
}

.brief-page {
  position: relative;
}

.brief-hero {
  padding: 12px 0 60px;
  background: transparent;
}

.brief-hero__title {
  margin-bottom: 30px;
}

.brief-hero__grid {
  display: grid;
  gap: 28px;
}

.brief-hero__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 85px;
  width: 100%;
}

.brief-hero__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 20px 0 18px;
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.brief-hero__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
}

.brief-hero__item:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.brief-hero__item--1 {
  width: 360px;
}

.brief-hero__item--2 {
  width: 246px;
}

.brief-hero__item--3 {
  width: 260px;
}

.brief-hero__item--4 {
  width: 280px;
}

.brief-hero__item--5 {
  width: 330px;
}

.brief-hero__item--6 {
  width: 430px;
}

.brief-hero__name {
  min-width: 0;
  color: var(--text-body);
  font-size: 32px;
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;;
  line-height: 1.2;
  font-weight: 600;
}

.brief-hero__download {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 85px;
  height: 48px;
  padding: 0 16px;
  border-radius: 360px;
  background: #CECECE;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.brief-hero__download-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.brief-hero__grid .brief-hero__item:nth-child(3n + 1),
.brief-hero__grid .brief-hero__item:nth-child(3n + 2),
.brief-hero__grid .brief-hero__item:nth-child(3n + 3) {
  min-height: 72px;
}

.brief-hero__download,
.brief-hero__download-icon {
  position: relative;
  z-index: 1;
}

.contacts-hero {
  padding: 12px 0 130px;
}

.contacts-hero__title {
  margin-bottom: 45px;
}

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

.contacts-hero__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  padding: 28px 24px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.76);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.contacts-hero__card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #7D9487 0%, #FFFFFF 50%, #666666 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.contacts-hero__card:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.contacts-hero__icon {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.contacts-hero__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contacts-hero__text {
  display: grid;
  align-items: center;
  text-align: left;
  color: rgba(155, 155, 156, 1);
}

.contacts-hero__text-value {
  font-size: 14px;
  color: rgba(155, 155, 156, 1);
  line-height: 1.15;
}

.contacts-hero__visual {
  margin-top: 54px;
  min-height: 540px;
  border: 1px solid var(--card-line);
  border-radius: 25px;
  background: #EFEFEF;
  overflow: hidden;
}

.contacts-hero__visual-link,
.contacts-hero__visual-image,
.contacts-hero__visual-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contacts-hero__visual-image {
  object-fit: cover;
  object-position: center;
}

.contacts-hero__visual-iframe {
  height: 540px;
  border: 0;
}

.contacts-hero__visual-placeholder {
  display: flex;
  align-items: flex-start;
  margin-left: 140px;
  width: 100%;
  color: rgba(0, 0, 0, 0.06);
  font-family: "Bebas Neue Cyrillic", "Bahnschrift SemiCondensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 0.9;
  text-align: left;
}

.contacts-page .contact-project-section {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .contacts-hero__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contacts-hero__card:last-child {
    grid-column: 1 / -1;
  }

  .contacts-hero__visual {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .contacts-hero {
    padding-bottom: 52px;
  }

  .contacts-hero__title {
    margin-bottom: 28px;
  }

  .contacts-hero__cards {
    grid-template-columns: 1fr;
  }

  .contacts-hero__cards {
    gap: 10px;
  }

  .contacts-hero__card:last-child {
    grid-column: auto;
  }

  .contacts-hero__visual {
    min-height: 280px;
    padding: 24px;
  }

  .contacts-hero__text-value {
    font-size: 18px;
  }

  .contacts-hero__visual-placeholder {
    font-size: 42px;
  }
}

.publication-hero__title,
.publications-hero__title {
  margin-bottom: 30px;
}

.publication-hero__text,
.publications-hero__text {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-body);
  font-size: 28px;
  line-height: 1.3;
  text-align: left;
}

.publications-section--home .publications-home__list {
  display: flex;
  gap: 35px;
}

.publications-section--home .publications-home__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 363px;
  width: 423px;
  height: 402px;
  overflow: hidden;
  border: 1px solid var(--card-line);
  border-radius: 25px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.publications-section--home .publications-home__card:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.publications-section--home .publications-home__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  padding: 28px 32px;
  text-align: left;
}

.publications-section--home .publications-home__text {
  display: grid;
  gap: 14px;
  flex: 1 1 auto;
  max-width: 100%;
}

.publications-section--home .publications-home__card-title {
  display: block;
  width: 150px;
  font-family: Bebas Neue Cyrillic;
  font-size: 32px;
  line-height: 1.12;
  margin: 0;
}

.publications-section--home .publications-home__card--image-left {
  grid-template-columns: 364px 974px;
}

.publications-section--home .publications-home__card--image-left .publications-home__card-title {
  width: 670px;
}

.publications-section--home .publications-home__card--image-left .publications-home__content {
  padding-left: 105px;
}

.publications-section--home .publications-home__link {
  margin-top: auto;
  align-self: flex-start;
}

.publications-section--home .publications-home__card--image-right .publications-home__content {
  padding-right: 180px;
}

.publications-section--home .publications-home__image-wrap {
  display: block;
  justify-self: end;
  width: 220px;
  min-width: 0;
  overflow: hidden;
}

.publications-section--home .publications-home__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.publications-section--home .publications-home__image--placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
}

.ticker-section {
  padding: 135px 0;
  background: linear-gradient(90deg, #fff, #E8E8E8);
  overflow: hidden;
}

.ticker-section__track {
  display: flex;
  gap: 21px;
  width: 100%;
  padding: 0 45px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-x;
}

.ticker-section__track.is-dragging {
  cursor: grabbing;
}

.ticker-section__track::-webkit-scrollbar {
  display: none;
}

.ticker-section__group {
  display: flex;
  flex: 0 0 auto;
  gap: 21px;
}

.ticker-pill {
  position: relative;
  flex: 0 0 340px;
  width: 340px;
  min-width: 340px;
  min-height: 112px;
  display: flex;
  align-items: stretch;
  gap: 14px;
  overflow: hidden;
  padding: 16px 56px 16px 14px;
  background: #b89746;
  color: #ffffff;
}

.ticker-pill__meta {
  flex: 0 0 52px;
  display: grid;
  align-content: stretch;
  justify-content: center;
  padding-right: 10px;
  margin: -16px 0 -16px -14px;
  padding: 16px 10px 16px 14px;
  background: #333333;
  text-transform: uppercase;
  text-align: center;
}

.ticker-pill__label {
  margin-top: 5px;
}

.ticker-pill__label,
.ticker-pill__year {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.ticker-pill__rank {
  margin-top: -12px;
  font-size: 40px;
  line-height: 0.95;
  font-weight: 400;
}

.ticker-pill__year {
  align-self: end;
  margin-bottom: -4px;
  font-size: 14px;
}

.ticker-pill__content {
  display: grid;
  align-content: stretch;
  gap: 6px;
  margin-top: 5px;
}

.ticker-pill__title,
.ticker-pill__source {
  margin: 0;
}

.ticker-pill__title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.ticker-pill__source {
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.78);
  align-self: end;
}

.ticker-pill__icon {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 112px;
  height: 112px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  transform: translateY(-50%);
}

.ticker-pill__icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}

.testimonials-section {
  padding: 140px 0 200px;
  background:
    radial-gradient(circle at 20% 20%, rgba(238, 238, 255, 0.75), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 240, 250, 0.75), transparent 26%),
    var(--testimonial-bg, url("../img/testimonials-section-bg.jpg")) center center / cover no-repeat;
}

.testimonials-section__grid {
  align-items: center;
}

.testimonials-section__content {
  min-height: 420px;
}

.testimonials-section__content .section-title {
  max-width: 540px;
}

.testimonial-quote {
  width: 670px;
  min-height: 224px;
  margin: 0;
  color: rgba(17, 17, 17, 0.4);
  font-size: 40px;
  line-height: 1.4;
  font-weight: 400;
}

.testimonial-quote__lead {
  color: #111111;
}

.testimonial-author {
  margin: 0;
  color: #050505;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-row {
  margin-top: 45px;
  min-height: 70px;
  padding-right: 290px;
}

.testimonials-section__body {
  position: relative;
  width: 1290px;
  margin: 0 auto;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.32s ease, transform 0.32s ease;
  transform: translateY(0);
  opacity: 1;
  will-change: opacity, transform;
}

.testimonials-section__body.is-transitioning {
  opacity: 0;
  transform: translateY(10px);
}

.testimonial-author-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 100%;
}

.testimonial-author-card__avatar {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.7), transparent 32%),
    linear-gradient(135deg, #d9d9d9 0%, #f4f4f4 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.testimonial-author-card__avatar.has-image {
  background: center center / cover no-repeat;
}

.testimonial-author-card__body {
  display: grid;
  gap: 4px;
}

.testimonial-org,
.testimonial-counter,
.project-form__consent {
  margin: 0;
  color: #777777;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-counter {
  margin: 0 30px;
}

.testimonial-counter__current {
  color: #111111;
  opacity: 1;
}

.testimonial-counter__total {
  color: #111111;
  opacity: 0.4;
}

.testimonial-org {
  font-size: 18px;
  font-weight: 400;
}

.testimonial-meta {
  position: absolute;
  top: 450px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial-controls__button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 56px;
  border: 0;
  border-radius: 360px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-controls__button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #5D5D5D 0%, #FFFFFF 50%, #666666 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.testimonial-controls__icon {
  display: block;
  width: 24px;
  height: 24px;
}

.testimonial-controls__button:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.testimonial-controls__button--prev .testimonial-controls__icon {
  transform: none;
}

/*.testimonial-controls__button--prev {
  background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), url("../img/testimonial-controls-prev-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.testimonial-controls__button--next .testimonial-controls__icon {
  transform: rotate(180deg);
}

/*.testimonial-controls__button--next {
  background-image: url("../img/hiring_platform_hepage_1400px.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.testimonials-section__visual {
  min-height: 360px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-project-section {
  position: relative;
  padding: 130px 0 30px;
  background:
    radial-gradient(circle at 75% 30%, rgba(243, 224, 255, 0.42), transparent 30%),
    radial-gradient(circle at 70% 70%, rgba(188, 255, 238, 0.3), transparent 24%),
    url("../img/contact-project-section-bg.jpg") center center / cover no-repeat;
}

.contact-project-section__grid {
  display: grid;
  grid-template-columns: 0.63fr 1.14fr;
  gap: 40px;
  align-items: start;
}

.contact-project-section__intro {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 420px;
}

.contact-project-section__girl {
  position: absolute;
  right: 0;
  bottom: -72px;
  display: block;
  width: min(100%, 305px);
  height: auto;
  pointer-events: none;
}

.contact-project-section__form-wrap {
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
  width: 100%;
  min-width: 0;
}

.contact-project-section__form-wrap.is-success .project-form,
.contact-project-section__form-wrap.is-success .contact-project-section__brief-row {
  display: none;
}

.contact-project-section__brief-row {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.contact-project-section__brief-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: fit-content;
  min-height: 48px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  background: #cecece;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.contact-project-section__brief-link:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.contact-project-section__brief-text {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
}

.contact-project-section__brief-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.project-form {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.project-form__field {
  position: relative;
  border-radius: 24px;
  background: #ffffff;
}

.project-form__field::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #FFFFFF, #c5c5c5);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.project-form__field--textarea {
  background: #ffffff;
}

.project-form__field--textarea::before {
  background: linear-gradient(45deg, #7D9487 0%, #FFFFFF 50%, #666666 100%);
}

.project-form input,
.project-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.75);
  padding: 0 29px;
  font-size: 25px;
  color: #AAAAAA;
  outline: none;
  transition: box-shadow 0.2s ease;
}

.project-form input {
  height: 72px;
}

.project-form textarea {
  min-height: 176px;
  padding: 31px;
  resize: vertical;
}

.project-form input:focus,
.project-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.project-form__submit {
  width: 180px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: url("../img/project-submit-bg.jpg") center center / cover no-repeat;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.project-form__submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.project-form__consent {
  max-width: 560px;
  margin-top: 4px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

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

.project-form__consent-check {
  position: relative;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  border: 1px solid #D8D8D8;
  border-radius: 360px;
  background: transparent;
}

.project-form__consent-check::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  opacity: 0;
  transform: rotate(40deg);
  transition: opacity 0.2s ease;
}

.project-form__consent-check:hover::before {
  opacity: 0.2;
}

.project-form__consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.project-form__consent-input:checked + .project-form__consent-check::before {
  opacity: 1;
}

.project-form__consent-input:focus-visible + .project-form__consent-check {
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.project-form__status {
  min-height: 20px;
  margin: 4px 0 0;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
}

.project-form-success {
  display: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 420px;
  padding: 36px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.contact-project-section__form-wrap.is-success .project-form-success {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.project-form-success__text {
  text-align: center;
}

.project-form-success[hidden] {
  display: none !important;
}

.project-form-success__icon {
  width: 80px;
  height: 80px;
  color: #111111;
}

.project-form-success__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.project-form-success__icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.project-form-success__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-form-success__text {
  margin: 0;
  color: #111111;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  max-width: 520px;
}

.site-footer {
  padding: 113px 0 30px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  column-gap: 165px;
  align-items: start;
}

.site-footer__intro {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.site-footer__aside {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 0.8fr)) 370px;
  gap: 26px;
  align-items: start;
}

.site-footer__lead {
  margin: 0;
  color: #9B9B9C;
  font-size: 14px;
  line-height: 24px;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 0;
  color: #111111;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background: transparent;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-footer__social:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.site-footer__social img {
  display: block;
  width: 35px;
  height: 35px;
}

.site-footer__col,
.site-footer__contacts {
  gap: 18px;
  display: flex;
  flex-direction: column;
}

.site-footer__col h2,
.site-footer__contacts h2 {
  margin: 0 0 16px;
  color: #111111;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-footer__col a,
.site-footer__contact {
  margin: 0;
  color: #9B9B9C;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer__col a {
  display: block;
}

.site-footer__col a:hover,
.site-footer__contact:hover {
  color: #111111;
  opacity: 1;
}

.site-footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer__contact-icon {
  position: relative;
  flex: 0 0 18px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
}

.site-footer__contact-icon img {
  display: block;
  width: 24px;
  height: auto;
  margin: 3px;
}

.site-footer__bottom {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #777777;
  font-size: 12px;
}

.footer-saw {
  height: 355px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.footer-saw__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1105px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.site-cookie {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2000;
  display: none;
  align-items: flex-end;
  gap: 14px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 18px 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.site-cookie.is-visible {
  display: flex;
  flex-direction: column;
}

.site-cookie__text {
  display: grid;
  gap: 8px;
  color: var(--text-body);
  font-size: 14px;
  line-height: 1.45;
}

.site-cookie__actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex: 0 0 auto;
}

.site-cookie__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-cookie__button {
  min-width: 92px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(90deg, #aaaaaa 0%, #c8c8c8 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-cookie__button:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}

.section-more-link {
  display: flex;
  margin-top: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 155px;
  height: 48px;
  margin-left: auto;
  border-radius: 360px;
  background: #CECECE;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.section-more-link__icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.about-hero {
  position: relative;
  padding: 56px 0 93px;
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 255px) minmax(420px, 0.95fr);
  align-items: center;
}

.about-hero__visual-wrap {
  position: relative;
  min-height: 540px;
  overflow: visible;
}

.about-hero__visual {
  position: absolute;
  top: 420px;
  left: -723px;
  z-index: 1;
  width: 1028px;
  height: auto;
  transform: translateY(-50%);
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
  display: block;
  max-width: none;
}

.about-hero__visual--placeholder {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), transparent 32%),
    radial-gradient(circle at 68% 22%, rgba(17, 17, 17, 0.08), transparent 24%),
    radial-gradient(circle at 70% 78%, rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(140deg, rgba(237, 237, 237, 0.92), rgba(246, 246, 246, 0.6));
}

.about-hero__content  {
  padding-top: 75px;
}

.about-hero__content .section-title {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 400;
  font-family: HelveticaNeueCyr, Roboto;
  color: #EFEFEF;
}

.about-hero__text {
  max-width: 840px;
  font-size: 45px;
  line-height: 1.6;
  font-family: HelveticaNeueCyr, Roboto;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

.about-hero__text-lead {
  color: #111111;
}

.about-hero__text-tail {
  color: #666666;
}

.about-services {
  padding: 175px 0 80px;
  background: #F4F4F4;
}

.about-services__list {
  display: grid;
  gap: 0;
}

.about-services__item {
  height: 307px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
  gap: 175px;
  align-items: center;
  padding: 28px 0;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.about-services__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #F4F4F4 0%, #999999 100%);
  pointer-events: none;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.about-services__item:hover {
  transform: translateY(-4px);
}

.about-services__item:hover::after {
  opacity: 0.55;
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.65) 0%, rgba(153, 153, 153, 0.65) 100%);
}

.about-services__item:hover .about-services__visual {
  filter: saturate(1.04) brightness(1.03);
}

.about-services__item:hover .about-services__name {
  opacity: 0.9;
}

.about-services__item:hover .about-services__link {
  opacity: 0.85;
}

.about-services__item--2 .about-services__visual {
  width: 430px;
  margin-top: -24px;
  margin-left: 15px;
}

.about-services__item--3 .about-services__visual {
  width: 392px;
  margin-top: -5px;
  margin-left: 30px;
}

.about-services__item--4 .about-services__visual {
  width: 443px;
  margin-top: -27px;
  margin-left: 3px;
}

.about-services__item--5 .about-services__visual {
  width: 342px;
  margin-right: 225px;
}

.about-services__item--6 .about-services__visual {
  width: 450px;
  margin-top: 3px;
}


.about-services__item:nth-child(even) {
  grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
}

.about-services__item:nth-child(even) .about-services__copy {
  order: 2;
  text-align: left;
  justify-items: start;
}

.about-services__item:nth-child(even) .about-services__visual {
  order: 1;
  justify-self: start;
}

.about-services__copy {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.about-services__name {
  margin-bottom: 12px;
  font-size: 50px;
  line-height: 1.02;
  text-transform: uppercase;
}

.about-services__link {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  justify-self: start;
}

.about-services__item:nth-child(even) .about-services__link {
  margin-left: 0;
  justify-self: start;
}

.about-services__link:hover {
  opacity: 0.75;
}

.about-services__visual {
  justify-self: end;
  width: 341px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  margin-right: 102px;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.about-team {
  position: relative;
  padding: 90px 0 120px;
  overflow: hidden;
}

.about-team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  background: url("../img/about-team-top-bg.jpg") center top / cover no-repeat;
  pointer-events: none;
}

.about-team .section-title {
  position: relative;
  z-index: 1;
}

.about-team__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 55px 20px;
}

.about-team__card {
  display: grid;
  grid-template-columns: 368px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
}

.about-team__card:nth-child(2n) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) 368px;
}

.about-team__card:nth-child(3n) {
  grid-column: 1 / -1;
}

.about-team__card:nth-child(4n) {
  grid-column: 1 / -1;
}

.about-team__photo-wrap {
  width: 368px;
  min-height: 362px;
}

.about-team__photo {
  width: 368px;
  min-height: 362px;
  border-radius: 24px;
}

.about-team__photo--placeholder { 
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(237, 237, 237, 0.9), rgba(246, 246, 246, 0.75));
  border: 1px solid var(--card-line);
}

.about-team__content {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.about-team__name {
  margin: 0;
  font-size: 50px;
}

.about-team__description {
  margin: 0;
  font-size: 30px;
}

.about-history {
  padding: 175px 0 195px;
  background: url("../img/about-history-bg.jpg") center center / cover no-repeat;
}

.about-history__panel {
  position: relative;
  min-height: auto;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
}

.about-history__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #7D9487 0%, #FFFFFF 50%, #666666 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.about-history__glow {
  position: absolute;
  inset: -8% -10% auto auto;
  width: 56%;
  height: 126%;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.88), transparent 36%),
    radial-gradient(circle at 55% 52%, rgba(125, 148, 135, 0.18), transparent 30%),
    radial-gradient(circle at 38% 72%, rgba(17, 17, 17, 0.08), transparent 28%),
    var(--history-image);
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  filter: blur(4px);
  opacity: 0.92;
  pointer-events: none;
}

.about-history__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 15px;
  width: calc(100% - 60px);
  padding: 29px 30px;
}

.about-history__subtitle {
  margin-bottom: 0;
  font-size: 32px;
  text-align: left;
}

.about-history__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: HelveticaNeueCyr, Roboto;
  line-height: 1.25;
  text-transform: none;
}

.podcast-page {
  background: #ffffff;
}

.podcast-hero {
  padding: 17px 0 32px;
}

.podcast-hero__content {
  display: grid;
  gap: 23px;
}

.podcast-hero__content .section-title {
  margin-bottom: 0;
}

.podcast-hero__text {
  font-family: HelveticaNeueCyr, Roboto;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  text-transform: none;
}

.podcast-list {
  padding-bottom: 140px;
}

.podcast-list__items {
  display: grid;
}

.podcast-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 657px;
  gap: 27px;
  align-items: center;
  padding: 55px 0 1px;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.podcast-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
}

.podcast-item:hover,
.podcast-item:focus-within {
  transform: translateY(-3px);
  opacity: 0.8;
}

.podcast-item:last-child::after {
  display: none;
}

.podcast-item--reverse {
  grid-template-columns: 657px minmax(0, 1fr);
}

.podcast-item__link-card {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  color: inherit;
  text-decoration: none;
}

.podcast-item__link-card:focus-visible {
  outline: 2px solid #111111;
  outline-offset: -2px;
}

.podcast-item__content {
  display: grid;
  gap: 12px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.podcast-item__title {
  font-size: 36px;
}

.podcast-item__subtitle {
  color: #666666;
}

.podcast-item__visual-wrap {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.podcast-item__visual {
  display: block;
  width: 657px;
  min-height: 362px;
  border-radius: 24px;
}

.podcast-item__visual--placeholder {
  background: #f1f1f1;
  background-image: none;
}

.solutions-page {
  background: #ffffff;
}

.solutions-hero {
  padding: 17px 0 32px;
}

.solutions-hero__content {
  display: grid;
}

.solutions-hero__content .section-title {
  margin-bottom: 0;
}

.solutions-list {
  padding-bottom: 140px;
}

.solutions-list__items {
  display: grid;
}

.solutions-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 657px;
  gap: 27px;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.solutions-item:hover,
.solutions-item:focus-within {
  transform: translateY(-3px);
  opacity: 0.8;
}

.solutions-item__link-card {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  color: inherit;
  text-decoration: none;
}

.solutions-item--reverse {
  grid-template-columns: 657px minmax(0, 1fr);
}

.solutions-item__content {
  display: grid;
  gap: 12px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.solutions-item__title {
  font-size: 36px;
}

.solutions-item__subtitle {
  color: #666666;
}

.solutions-item__visual-wrap {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.solutions-item__visual {
  display: block;
  width: 657px;
  min-height: 362px;
  border-radius: 24px;
}

.solutions-item__visual--placeholder {
  background: #f1f1f1;
  background-image: none;
}

.cases-page {
  background: #ffffff;
}

.cases-hero {
  padding: 12px 0 32px;
}

.cases-hero__content {
  display: grid;
}

.cases-hero__content .section-title {
  margin-bottom: 25px;
}

.cases-hero {
  padding-bottom: 70px;
  background: #F4F4F4;
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 1px;
  gap: 35px;
}

.case-card {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.case-card:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.case-card__media,
.case-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.case-card__image {
  object-fit: cover;
}

.case-card__image--placeholder {
  background: #e9e9e9;
}

.case-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.44) 100%);
}

.case-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  height: 100%;
  padding: 30px;
}

.case-card__title {
  max-width: 78%;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.98;
}

.case-card__link {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 48px;
  border-radius: 360px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.case-card__link::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #5D5D5D 0%, #FFFFFF 20%, #666666 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.case-card--default {
  grid-column: span 1;
  min-height: 653px;
}

.case-card--small {
  grid-column: span 1;
  min-height: 310px;
}

.case-card--wide {
  grid-column: span 2;
  min-height: 310px;
}

.case-card--tall {
  grid-column: span 1;
  min-height: 653px;
}

.case-card--hidden {
  display: none !important;
}

.cases-more {
  margin: 35px auto 0;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.cases-more:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}


@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .site-container,
  .site-container--narrow {
    width: min(100%, calc(100% - 48px));
  }

  .about-hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-hero__visual {
    display: none;
  }

  .about-hero__visual-wrap {
    display: none;
  }


  .podcast-item,
  .podcast-item--reverse {
    grid-template-columns: minmax(0, 1fr) 380px;
  }

  .podcast-item__visual {
    min-height: 280px;
  }

  .solutions-item,
  .solutions-item--reverse {
    grid-template-columns: minmax(0, 1fr) 380px;
  }

  .solutions-item__visual {
    min-height: 280px;
    width: 100%;
  }

  .cases-hero {
    padding: 17px 0 32px;
  }

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

  .case-card--wide {
    grid-column: span 2;
  }

  .case-card--default,
  .case-card--small,
  .case-card--tall {
    grid-column: span 1;
  }

  .publications-section--archive .publication-card {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    min-height: 240px;
  }

  .publications-section--archive .publication-card::before {
    content: none;
  }

  .publications-section--archive .publication-card__media {
    grid-column: 2;
  }

  .publications-section--archive .publication-card__content {
    min-height: 240px;
    padding: 28px 180px 28px 28px;
  }

  .product-card__media {
    width: 250px;
  }

  .product-card {
    min-height: 270px;
  }

  .publications-section--home .publications-home__card {
    display: flex;
    min-height: 402px;
  }

  .publications-section--home .publications-home__image-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    justify-self: auto;
    z-index: 0;
    pointer-events: none;
  }

  .publications-section--home .publications-home__image,
  .publications-section--home .publications-home__image--placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(10px);
    opacity: 0.2;
    transform: scale(1.08);
  }

  .publications-section--home .publications-home__content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100% - 56px);
    flex: 1 1 auto;
  }

  .about-history {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
}

@media (max-width: 992px) {
  .site-header__nav {
    gap: 20px;
    font-size: 12px;
  }

  .testimonials-section__grid,
  .contact-project-section__grid {
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding: 96px 0 56px;
  }

  .testimonials-section__content {
    min-height: 0;
  }

  .testimonials-section__content .section-title {
    max-width: 100%;
  }

  .testimonials-section__body {
    width: 100%;
    min-height: 0;
    justify-content: flex-start;
    gap: 20px;
  }

  .testimonial-quote {
    width: 100%;
    min-height: 0;
    font-size: 30px;
  }

  .testimonial-row {
    padding-right: 0;
    margin-top: 22px;
  }

  .testimonial-meta {
    position: static;
    margin-top: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-counter {
    margin: 0 18px;
  }

  .testimonial-controls__button--prev,
  .testimonial-controls__button--next {
    background-image: none;
  }

  .testimonials-section__visual {
    min-height: 300px;
  }

  .publications-section--home .publications-home__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .publications-section--home .publications-home__card {
    width: 100%;
  }

  .publications-section--home .publications-home__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
    min-height: 402px;
  }
  

  .publications-section--home .publications-home__content {
    width: 100%;
    height: calc(100% - 48px);
    flex: 1 1 auto;
  }

  .about-services__item,
  .about-services__item:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 16px;
  }

  .about-services__visual {
    width: 181px;
    height: auto;
  }

  .about-services__item--1 .about-services__visual {
    margin-right: 10px;
  }

  .about-services__item--2 .about-services__visual {
    width: 242px;
    height: auto;
    margin-left: 10px;
  }

  .about-services__item--3 .about-services__visual {
    width: 211px;
    height: auto;
    margin-right: 10px;
  }

  .about-services__item--4 .about-services__visual {
    width: 251px;
    height: auto;
    margin-left: 10px;
  }

  .about-services__item--5 .about-services__visual {
    width: 181px;
    height: auto;
    margin-right: 10px;
  }

  .about-services__item--6 .about-services__visual {
    width: 238px;
    height: auto;
    margin-left: 10px;
  }

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

  .site-footer__aside {
    grid-template-columns: 1fr;
  }

  .publications-section--home .publications-home__card {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
  }

  .publications-section--home .publications-home__content {
    padding: 24px 24px 22px;
  }

  .publications-section--home .publications-home__card-title {
    max-width: 100%;
  }

  .publication-card__content {
    padding: 24px 168px 24px 24px;
  }

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

  .news-hero__row {
    gap: 24px;
  }

  .news-hero__media,
  .news-hero__row .news-hero__media {
    min-height: 420px;
  }

  .brief-hero__grid {
    gap: 20px;
  }

  .brief-hero__row {
    gap: 56px;
  }

  .brief-hero__name {
    font-size: 20px;
  }

  .footer-saw__image {
    display: none;
  }

  .footer-saw {
    height: auto;
  }

  .site-footer {
    padding-top: 40px;
  }

  .hero-section__logo {
    width: 380px;
  }

  .philosophy-section {
    padding: 70px 0 90px;
  }

  .section-title {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .team-section {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .team-grid {
    gap: 20px;
  }

  .team-card {
    flex-basis: clamp(260px, 72vw, 320px);
  }

  .team-card {
    margin-bottom: 10px;
  }

  .team-card__name {
    margin-bottom: 0px;
  }

  .contact-project-section__intro {
    min-height: auto;
  }

  .section-title--split {
    width: 100%;
  }

  .ticker-section {
    padding: 60px 0;
  }

  .contact-project-section__girl {
    display: none;
  }

  .about-services__item {
    height: 150px;
  }

  .about-services__name {
    font-size: 40px;
  }

  .about-services__link {
    font-size: 25px;
  }

  .about-services__visual--1 {
    min-width: 246px;
    height: 178px;
  }

  .team-card {
    flex-basis: clamp(260px, 72vw, 260px);
  }

  .team-card__photo {
    height: 300px;
  }
}

@media (max-width: 860px) {
  .site-header__inner {
    gap: 12px;
  }

  .site-header__nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    z-index: 100;
  }

  .site-header.is-menu-open .site-header__nav {
    display: flex;
  }

  .site-header__burger {
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
  }

  .site-header__cta {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .site-header__inner {
    min-height: 80px;
    height: 80px;
  }
  
  .site-header__nav {
    top: 78px;
  }

  body.lesopilka-news-page .site-header.is-menu-open .site-header__nav {
    position: fixed;
    top: 88px;
    left: 20px;
    right: 20px;
    max-height: calc(100vh - 108px);
    overflow-y: auto;
    z-index: 10001;
    background: rgba(255, 255, 255, 0.98);
  }
}

@media (max-width: 768px) {
  .site-container,
  .site-container--narrow {
    width: min(100%, calc(100% - 40px));
  }

  .site-header__inner {
    gap: 16px;
  }

  .testimonials-section {
    padding: 72px 0 40px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 1.35;
  }

  .testimonial-author-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }

  .testimonial-author-card__avatar {
    width: 56px;
    height: 56px;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .testimonial-org,
  .testimonial-counter {
    font-size: 14px;
  }

  .testimonial-controls__button {
    width: 72px;
    height: 48px;
  }

  .publications-section--archive .publication-card__content {
    width: calc(100% - 44px);
    min-height: 0;
    padding: 22px;
    position: relative;
    z-index: 2;
  }

  .publications-section--archive .publication-card {
    position: relative;
    grid-template-columns: 1fr;
    min-height: 240px;
    overflow: hidden;
  }

  .publications-section--archive .publication-card::before {
    content: none;
  }

  .publications-section--archive .publication-card__media {
    position: absolute;
    inset: 0;
    grid-column: auto;
    min-height: 100%;
    width: 100%;
    filter: blur(10px);
    opacity: 0.1;
    transform: scale(1.08);
    z-index: 1;
    pointer-events: none;
  }

  .publications-section--archive .publication-card__link {
    position: absolute;
    left: 22px;
    right: auto;
    bottom: 22px;
    top: auto;
    margin-left: 0;
    z-index: 3;
  }

  .publication-hero__grid {
    grid-template-columns: 1fr;
  }

  .publication-hero__media {
    min-height: 320px;
  }

  .hero-section {
    padding: 32px 0 44px;
  }

  .partners-strip__track {
    animation-duration: 20s;
  }

  .partners-strip__group {
    gap: 28px;
  }

  .ticker-pill {
    min-height: 104px;
  }

  .partners-strip__logo {
    height: 26px;
    max-width: 150px;
  }

  .publication-card {
    grid-template-columns: 1fr;
  }

  .publications-section--home .publications-home__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .publications-section--home .publications-home__card {
    min-height: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .publications-section--home .publications-home__card--image-right .publications-home__content,
  .publications-section--home .publications-home__card--image-left .publications-home__content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .news-hero__gallery {
    gap: 20px;
  }

  .news-hero__row {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    min-width: 0;
  }

  .news-hero__media,
  .news-hero__media--wide,
  .news-hero__row .news-hero__media {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 250px;
    height: 250px;
    box-sizing: border-box;
  }

  .news-hero__text {
    max-width: 100%;
    font-size: 24px;
  }

  .brief-hero {
    padding-bottom: 64px;
  }

  .brief-hero__grid {
    gap: 18px;
  }

  .brief-hero__row {
    flex-direction: column;
    gap: 18px;
  }

  .brief-hero__item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 18px 0 16px;
    width: 100%;
  }

  .brief-hero__name {
    font-size: 18px;
  }

  .brief-hero__download {
    width: 117px;
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .ticker-pill {
    min-height: 104px;
  }

  .product-card__content {
    width: 64%;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .site-footer__aside {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-meta {
    flex-direction: column;
  }

  .about-hero {
    padding: 36px 0 64px;
  }

  .about-hero__visual-wrap,
  .about-hero__visual {
    min-height: 360px;
  }

  .about-hero__visual {
    height: 360px;
  }

  .about-hero__text {
    font-size: 26px;
  }



  .about-services {
    padding-bottom: 84px;
  }



  .about-team {
    padding-bottom: 84px;
  }

  .about-team__photo,
  .about-team__photo--placeholder {
    min-height: 220px;
  }

  .about-history__glow {
    width: 84%;
    height: 96%;
    inset: auto -8% -10% auto;
  }

  .about-history__content {
    width: calc(100% - 64px);
    padding: 32px 24px;
  }

  .podcast-hero {
    padding: 36px 0 56px;
  }

  .podcast-hero__content {
    gap: 20px;
  }

  .podcast-hero__text {
    max-width: 100%;
    font-size: 26px;
  }

  .podcast-list {
    padding-bottom: 84px;
  }

  .podcast-item,
  .podcast-item--reverse {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: stretch;
    overflow: hidden;
  }

  .podcast-item__visual-wrap,
  .podcast-item__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .podcast-item__visual {
    order: 0;
    min-height: 220px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    aspect-ratio: 657 / 362;
  }

  .podcast-item__content {
    order: 1;
  }

  .podcast-item__title {
    font-size: 30px;
  }

  .solutions-hero {
    padding: 36px 0 0px;
  }

  .solutions-list {
    padding-bottom: 84px;
  }

  .solutions-item,
  .solutions-item--reverse {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: stretch;
    overflow: hidden;
  }

  .solutions-item__visual-wrap,
  .solutions-item__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .solutions-item__visual {
    order: 0;
    width: 100%;
    min-height: 150px;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    aspect-ratio: 657 / 150;
  }

  .solutions-item__content {
    order: 1;
  }

  .solutions-item__title {
    font-size: 30px;
  }

  .cases-hero {
    padding: 36px 0 56px;
  }

  .cases-section {
    padding-bottom: 84px;
  }

  .cases-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .case-card,
  .case-card--default,
  .case-card--small,
  .case-card--wide,
  .case-card--tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .case-card__content {
    padding: 20px;
  }

  .case-card__title {
    max-width: 100%;
    font-size: 26px;
  }

  .case-card__link {
    width: 142px;
    height: 44px;
    font-size: 15px;
  }

  .cases-more {
    margin-top: 32px;
  }
  
  .hero-section {
    padding-top: 15px;
  }

  .hero-section__logo {
    margin-bottom: 12px;
  }

  .hero-section__caption {
    margin-bottom: 50px;
  }

  .section-display {
    font-size: 36px;
  }

  .ticker-pill {
    min-width: 310px;
    width: 310px;

    padding-right: 20px;
    flex: 0 0 310px;
  }

  .project-form {
    gap: 13px;
  }

  .project-form input, .project-form textarea {
    font-size: 20px;
    padding: 0 20px; 
  }

  .project-form input {
    height: 60px;
  }

  .contact-project-section__brief-link {
    min-height: 35px;
    font-size: 14px;
  }


  .contact-project-section {
    padding-top: 55px;
  }

  .project-form textarea {
    padding-top: 20px;
  }

  .about-hero__content {
    padding-top: 10px;
  }

  .about-hero {
    height: auto;
  }

  .publication-content .entry-content {
    font-size: 18px;
  }

  .news-hero__gallery {
    margin-bottom: 20px;
  }

  .news-hero__media--wide {
    height: 200px;
  }

  .about-services {
    padding-top: 100px;
  }

  .about-team__card {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .about-team__photo {
    width: 230px;
  }

  .about-team__photo-wrap {
    min-height: auto;
  }

  .about-team__name {
    font-size: 36px;
  }

  .about-team__description {
    font-size: 24px;
  }

  .about-team__card:nth-child(2n) {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .about-history__text {
    font-size: 18px;
  }

  .publication-hero__text, .publications-hero__text {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .section-title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .hero-section__logo {
    font-size: clamp(40px, 18vw, 72px);
  }

  .news-hero__gallery {
    margin-bottom: 15px;
  }

  .hero-section__caption {
    font-size: 13px;
  }

  .about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .product-card__content {
    width: 100%;
    min-height: 140px;
  }

  .product-card {
    padding: 25px;
  }

  .product-card__media {
    width: 85%;
  }

  .product-card__title {
    font-size: 28px;
  }

  .product-card__copy {
    gap: 10px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }

  .site-footer__contacts {
    grid-column: 1 / -1;
  }

  .testimonials-section__visual {
    min-height: 240px;
  }

  .section-title--split {
    margin-bottom: 0;
  }

  .product-card__media {
    width: 75%;
  }

  .team-grid__track {
    gap: 20px;
  }

  .product-card__title, .team-card__name, .publication-card__title {
    font-size: 28px;
  }

  .publication-content {
    padding-bottom: 50px;
  }
}

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

  .hero-section,
  .philosophy-section,
  .products-section,
  .history-section,
  .team-section,
  .publications-section,
  .testimonials-section,
  .contact-project-section {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .hero-section {
    padding-top: 28px;
  }

  .ticker-section__track {
    flex-direction: row;
    overflow-x: auto;
  }

  .ticker-section__group {
    flex-direction: row;
  }

  .products-grid,
  .team-grid,
  .publications-grid {
    gap: 10px;
  }

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

  .testimonials-section__content {
    min-height: 50px;
  }

  .team-card {
    flex-basis: calc((100vw - 42px) / 2);
    max-width: calc((100vw - 42px) / 2);
  }

  .product-card,
  .publication-card,
  .team-card {
    border-radius: 8px;
  }

  .project-form__submit {
    width: 100%;
  }

  .project-form-success {
    min-height: 0;
    padding: 28px 22px;
  }

  .project-form-success__icon {
    width: 64px;
    height: 64px;
  }

  .project-form-success__text {
    font-size: 22px;
  }

  .about-hero__visual-wrap,
  .about-hero__visual {
    min-height: 280px;
  }

  .about-hero__visual {
    height: 280px;
  }

  .about-services__name {
    font-size: 30px;
  }

  .podcast-hero__text {
    font-size: 22px;
  }

  .podcast-item__title {
    font-size: 26px;
  }

  .podcast-item__visual {
    min-height: 200px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    aspect-ratio: 657 / 362;
  }

  .podcast-item__visual-wrap {
    width: 100%;
  }

  .solutions-item__title {
    font-size: 26px;
  }

  .solutions-item__visual {
    min-height: 200px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    aspect-ratio: 657 / 362;
  }

  .cases-hero {
    padding: 32px 0 48px;
  }

  .case-card {
    min-height: 220px;
  }

  .case-card__title {
    font-size: 20px;
  }

  .not-found__image {
    width: 300px;
    margin-bottom: 20px;
  }

  .not-found__title {
    font-size: 40px;
  }

  .site-footer {
    padding-top: 30px;
  }

  .site-footer__social {
    width: 30px;
    height: 30px;
  }

  .site-footer__social img {
    width: 30px;
    height: auto;
  }

  .site-footer__intro {
    gap: 15px;
  }

  .site-footer__col h2 {
    margin-bottom: 4px;
  }

  .site-footer__col {
    gap: 10px;
  }

  .site-footer__contacts {
    gap: 4px;
  }

  .site-footer__contacts h2 {
    margin-bottom: 11px;
  }

  .hero-section__logo {
    width: 290px;
  }

  .site-header__cta {
    width: 130px;
    height: 40px;
    font-size: 15px;
  }

  .partners-strip {
    height: 90px;
  }

  .section-kicker {
    font-size: 18px;
  }

  .section-display {
    font-size: 25px;
  }

  .product-card__button {
    width: 130px;
    height: 40px;
    font-size: 15px;
  }

  .product-card__media {
    top: auto;
    height: auto;
    aspect-ratio: 84 / 65;
    background-position: center bottom;
  }

  .product-card {
    min-height: 260px;
  }

  .publication-card::before {
    content: none;
  }

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

  .publication-card__media {
    min-height: 220px;
  }

  .publication-card__link {
    position: static;
    margin-left: auto;
  }
  
  .section-more-link {
    margin-right: auto;
    margin-top: 25px;
  }

  .ticker-section {
    padding: 30px 0;
  }

  .ticker-section__track {
    padding: 0 25px;
  }

  .publications-section--home .publications-home__card-title {
    width: 100%;
  }

  .project-form input, .project-form textarea {
    font-size: 16px;
  }

  .project-form__submit {
    font-size: 16px;
  }

  .project-form__consent {
    font-size: 14px;
  }

  .testimonial-quote {
    font-size: 18px;
  }
    
  .project-form__consent-check {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }

  .contact-project-section {
    padding-bottom: 15px;
  }

  .contact-project-section__grid {
    gap: 20px;
  }

  .publications-home__card-title {
    font-size: 24px;
  }

  .publications-home__link {
    width: 130px;
    height: 40px;
    font-size: 14px;
  }

  .publications-home__card {
    min-height: 240px;
    height: 240px;
  }

  .product-card__title {
    font-size: 20px;
  }

  .about-hero__text {
    font-size: 20px;
    line-height: 1.25;
  }

  .about-services__name {
    font-size: 23px;
  }

  .about-services__item {
    height: 55px;
    align-content: center;
  }

  .about-services__link {
    font-size: 18px;
    margin-top: 0;
  }

  .about-services__name {
    margin-bottom: 0;
  }

  .about-services__copy {
    gap: 10px;
  }

  .about-services__item--1 .about-services__visual {
    width: 113px;
  }

  .about-services__item--2 .about-services__visual {
    width: 135px;
    margin-top: -2px;
    margin-left: 0;
  }

  .about-services__item--3 .about-services__visual {
    width: 109px;
    margin-top: 16px;
  }

  .about-services__item--4 .about-services__visual {
    width: 138px;
    margin-top: 0;
    margin-left: 0;
  }

  .about-services__item--5 .about-services__visual {
    width: 102px;
    margin-top: 12px;
  }

  .about-services__item--6 .about-services__visual {
    width: 134px;
    margin-top: 12px;
    margin-left: 0;
  }

  .about-services__item, .about-services__item:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .about-services {
    padding-top: 60px;
  }

  .about-team__card {
    grid-template-columns: 1fr;
  }

  .about-team__card:nth-child(2n) {
    grid-template-columns: 1fr;
  }

  .about-team__photo-wrap {
    order: 1;
    width: 100%;
  }

  .about-team {
    padding-top: 70px;
  }

  .about-team__content {
    order: 2;
    width: 100%;
  }

  .about-team__grid {
    gap: 35px 20px;
  }

  .about-team__card {
    gap: 22px;
  }

  .about-team__description {
    font-size: 18px;
  }

  .about-history {
    padding: 60px 0;
  }

  .about-history__subtitle {
    font-size: 20px;
  }

  .about-history__text {
    font-size: 18px;
  }

  .podcast-hero {
    padding-bottom: 0;
  }

  .podcast-list {
    padding-bottom: 30px;
  }

  .solutions-item, 
  .solutions-item--reverse {
    padding-top: 17px;
  }

  .solutions-item__visual {
    min-height: 150px;
    aspect-ratio: 657 / 150;
  }

  .solutions-item__title {
    font-size: 18px;
  }

  .case-card__content {
    gap: 15px;
  }

  .cases-grid {
    gap: 20px;
  }

  .publication-card__title {
    font-size: 24px;
  }

  .publications-section--archive .publication-card__link {
    width: 130px;
    height: 40px;

    font-size: 14px;
  }

  .publications-section--archive .publication-card {
    min-height: 190px;
  }

  .publications-section--archive .publications-grid {
    gap: 15px;
  }

  .publications-section--archive {
    padding-top: 0;
  }

  .contact-project-section {
    padding-top: 50px;
  }

  .news-hero__media, .news-hero__media--wide, .news-hero__row .news-hero__media {
    min-height: 200px;
    height: 200px;
  }

  .news-hero__gallery {
    gap: 15px;
  }

  .publication-hero__text {
    font-size: 16px;
  }

  .product-card__desc {
    font-size: 14px;
  }

  .product-card {
    min-height: 180px;
    padding: 20px;
  }

  .product-card__copy {
    gap: 7px;
  }

  .about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .about-team__card,
  .about-team__card:nth-child(2n),
  .about-team__card:nth-child(3n),
  .about-team__card:nth-child(4n) {
    grid-column: auto;
  }

  .about-team__card,
  .about-team__card:nth-child(2n) {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .about-team__photo-wrap,
  .about-team__photo {
    width: 100%;
    min-height: 220px;
  }

  .about-team__photo-wrap {
    order: 1;
    overflow: hidden;
    border-radius: 16px;
  }

  .about-team__content {
    order: 2;
    width: 100%;
  }

  .about-team__name {
    font-size: 18px;
    line-height: 1.1;
  }

  .about-team__description {
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

}
