@charset "UTF-8";
@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('../fonts/Helvetica Neue/HelveticaNeue-Thin.woff2') format('woff2'),
    url('../fonts/Helvetica Neue/HelveticaNeue-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('../fonts/Helvetica Neue/HelveticaNeue-Light.woff2') format('woff2'),
    url('../fonts/Helvetica Neue/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('../fonts/Helvetica Neue/HelveticaNeue-Roman.woff2') format('woff2'),
    url('../fonts/Helvetica Neue/HelveticaNeue-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('../fonts/Helvetica Neue/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/Helvetica Neue/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src:
    url('../fonts/Helvetica Neue/HelveticaNeue-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica Neue/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  /* Base palette */
  --white: #ffffff;
  --blue-graphite: #171f2b;
  --enigma: #545a62;
  --accent: #289ecd;
  --main-extended: linear-gradient(135deg, #323138 0%, #535660 100%);
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: clip;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--blue-graphite);
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lock {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
  cursor: default;
  line-height: 1.5;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: inherit;
}

img {
  display: block;
}

.container {
  max-width: 92vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100vw;
    padding: 0px 32px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0px 16px;
  }
}

section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section {
    padding: 48px 0;
  }
}

.just-validate-error-label {
  font-size: 12px;
  color: #dc2626;
  min-height: 16px;
}

.slider {
  position: relative;
}

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  height: 12px;
}

.slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #e1e1e1;
  border: 1px solid #ffffff;
  display: block;
  border-radius: 50%;
}

/* Активная точка */
.slick-dots li.slick-active button {
  background-color: var(--accent-color1);
}

.section-title {
  font-weight: 600;
  font-size: 70px;
  line-height: normal;
  color: var(--white);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}

.title_30 {
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .title_30 {
    font-size: 24px;
  }
}
.title_24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .title_24 {
    font-size: 20px;
  }
}

.title_20 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .title_20 {
    font-size: 18px;
  }
}

.title_18 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .title_18 {
    font-size: 16px;
  }
}

.title_16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .title_16 {
    font-size: 14px;
  }
}

.text_16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .text_16 {
    font-size: 14px;
  }
}

.text_14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .text_14 {
    font-size: 12px;
  }
}

.text_12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .text_12 {
    font-size: 10px;
  }
}

.text_18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .text_18 {
    font-size: 16px;
  }
}

.text_24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .text_24 {
    font-size: 20px;
  }
}

.text_32 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .text_32 {
    font-size: 28px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 90px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000000),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}
.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 92vw;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header .header-container {
    max-width: 100vw;
    padding: 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-container {
    max-width: 100vw;
    padding: 0 16px;
  }
}
.header .header-logo {
  display: block;
}
.header .header-logo img {
  width: 150px;
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header .header-nav {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 100%;
    background-color: var(--blue-graphite);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s cubic-bezier(1, -0.01, 0.61, 0.93);
    transition: all 0.5s cubic-bezier(1, -0.01, 0.61, 0.93);
  }
  .header .header-nav.open {
    left: 0;
  }
}
.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .header .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
  }
}
.header .nav-link {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
.header .nav-link:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header .nav-link:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .nav-link {
    font-size: 24px;
  }
}
.header .lang-selector-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .lang-selector-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    position: absolute;
    bottom: 40px;
  }
}
.header .lang-link {
  color: rgba(255, 255, 255, 0.4901960784);
}
.header .lang-link.active {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .header .lang-link {
    font-size: 18px;
    font-weight: 500;
  }
}
.header .lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4901960784);
}
@media screen and (max-width: 768px) {
  .header .lang-selector {
    display: none;
  }
}
.header .burger-menu {
  position: relative;
  display: none;
  width: 28px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .header .burger-menu {
    display: block;
  }
}
.header .burger-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .burger-menu span:first-child {
  top: 10px;
}
.header .burger-menu span:last-child {
  bottom: 10px;
}
.header .burger-menu.open span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}
.header .burger-menu.open span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 15px;
}

.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero .preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero .preloader.white {
  top: 0;
  background-color: var(--white);
  z-index: 100;
}
.hero .preloader.black {
  top: 100%;
  background-color: #000;
  z-index: 110;
}
.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .hero-background__scale {
  position: absolute;
  top: -8%;
  left: 0;
  width: 100%;
  height: 116%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform;
}
.hero .hero-background__pan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.hero .hero-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .hero .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
.hero .content .logo {
  width: 100%;
  max-width: 700px;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .hero .content .logo {
    width: 90%;
  }
}
.hero .content .arrow {
  width: 60px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .hero .content .arrow {
    width: 35px;
  }
}

.mission .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid var(--enigma);
  border-bottom: 1px solid var(--enigma);
}
@media screen and (max-width: 1024px) {
  .mission .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.mission .title_20 {
  color: rgba(255, 255, 255, 0.6901960784);
}
.mission .text_32 {
  max-width: 70%;
  font-weight: 600 !important;
}
@media screen and (max-width: 1024px) {
  .mission .text_32 {
    max-width: 100%;
    font-size: 20px;
  }
}

.scroll-words {
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  .scroll-words {
    padding: 80px 0;
  }
}
.scroll-words .scroll-words__sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.scroll-words .scroll-words__line {
  --white-fill: 0%;
  margin: 0;
  font-size: 9vw;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: transparent;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(#fff),
    color-stop(var(--enigma)),
    to(var(--enigma))
  );
  background-image: linear-gradient(
    to top,
    #fff 0%,
    #fff var(--white-fill),
    var(--enigma) var(--white-fill),
    var(--enigma) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .scroll-words .scroll-words__line {
    font-size: 15vw;
  }
}

.services {
  padding-top: 40px;
}
.services .services-intro {
  padding-top: 40px;
  border-top: 1px solid var(--enigma);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .services .services-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    gap: 30px;
    margin-bottom: 0;
  }
}
.services .services-intro .section-title {
  color: var(--white);
  margin: 0;
}
.services .services-intro .text_32 {
  max-width: 500px;
  margin-left: auto;
  font-weight: 500 !important;
}
@media screen and (max-width: 900px) {
  .services .services-intro .text_32 {
    font-size: 24px;
    margin: 0;
  }
}
.services .services-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.services .service-card {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.services .service-card:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.services .service-card.active {
  background: #33353c;
}
.services .service-card:hover:not(.active) {
  background: #33353c;
}
.services .service-card:hover:not(.active) .service-card__arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.services .service-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  .services .service-card__inner {
    gap: 16px;
    padding: 24px 16px;
  }
}
.services .service-card__number {
  font-size: 18px;
  color: var(--white);
  font-weight: 600;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .services .service-card__number {
    display: none;
  }
}
.services .service-card__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 40%;
  font-size: 40px;
  line-height: normal;
  font-weight: 500;
  color: var(--white);
  margin: 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media screen and (max-width: 900px) {
  .services .service-card__title {
    max-width: none;
    font-size: 24px;
  }
}
.services .service-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.844);
  font-size: 16px;
  line-height: 1.4;

  max-width: 60%;
  margin-left: auto;
}
.services .service-card__details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  list-style: disc;
  padding-left: 10px;
}
.services .service-card__details ul ul {
  margin: 5px 0;
  list-style: circle;
}
@media screen and (max-width: 900px) {
  .services .service-card__details {
    font-size: 16px;
    padding: 12px 0 20px 30px;
    margin: 0;
    max-width: 100%;
  }
}
.services .service-card__body {
  display: none;
  padding-bottom: 20px;
}
.services .service-card__arrow {
  width: 44px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition:
    transform 0.35s ease,
    -webkit-transform 0.35s ease;
}
.services .service-card__arrow-icon {
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition:
    transform 0.35s ease,
    -webkit-transform 0.35s ease;
}
.services .service-card.active .service-card__arrow-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.services .service-card:hover:not(.active) .service-card__title,
.services .service-card:hover:not(.active) .service-card__number {
  color: var(--accent);
}

.team {
  background-color: var(--white);
  color: var(--blue-graphite);
  border-radius: 18px;
  margin: 0 10px;
}
.team .team__intro {
  padding-top: 40px;
  border-top: 1px solid rgba(23, 31, 43, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 56px;
}
@media screen and (max-width: 900px) {
  .team .team__intro {
    gap: 32px;
    margin-bottom: 40px;
  }
}
.team .section-title {
  color: #000;
  margin-bottom: 0;
}
.team .team__lead {
  max-width: 500px;
  margin-left: auto;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8078431373);
}
@media screen and (max-width: 768px) {
  .team .team__lead {
    max-width: 100%;
    margin-left: 0;
    font-size: 22px;
  }
}
.team .team__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.team .team__grid > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 84px) / 4);
  flex: 0 0 calc((100% - 84px) / 4);
  max-width: calc((100% - 84px) / 4);
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .team .team__grid > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 28px) / 2);
    flex: 0 0 calc((100% - 28px) / 2);
    max-width: calc((100% - 28px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .team .team__grid {
    gap: 36px;
  }
  .team .team__grid > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.team .team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.team .team-card__photo {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--main-extended);
}
.team .team-card__photo-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition:
    transform 0.45s ease,
    -webkit-transform 0.45s ease;
}
.team .team-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.team .team-card__photo:has(img) .team-card__initials {
  display: none;
}
.team .team-card:hover .team-card__photo-inner {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.team .team-card__initials {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.32);
  letter-spacing: 0.12em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.team .team-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(23, 31, 43, 0.1);
}
.team .team-card__name {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--blue-graphite);
}
@media screen and (max-width: 768px) {
  .team .team-card__name {
    font-size: 20px;
  }
}
.team .team-card__role {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--enigma);
}

.contacts {
  background: #f2f2f2;
  color: #171f2b;
  border-radius: 18px;
  margin: 0 10px;
  padding: clamp(64px, 9vw, 120px) 0;
}
.contacts .contacts__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 150px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__grid {
    gap: 20px;
  }
}
.contacts .contacts__left,
.contacts .contacts__right {
  width: calc(50% - 75px);
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__left,
  .contacts .contacts__right {
    width: 100%;
  }
}
.contacts .contacts__title {
  margin: 0;
  font-size: clamp(40px, 7vw, 60px);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111520;
  max-width: 480px;
}
.contacts .contacts__media {
  margin-top: clamp(40px, 5vw, 88px);
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__media {
    margin-top: 20px;
    height: 200px;
    width: 100%;
  }
}
.contacts .contacts__media img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.contacts .contacts__lead {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.15;
  font-weight: 600;
  color: #111520;
  max-width: 640px;
}
.contacts .contacts-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.contacts .contacts-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.contacts .contacts-form__notice {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.contacts .contacts-form__notice.is-success {
  color: #166534;
}
.contacts .contacts-form__notice.is-error {
  color: #dc2626;
}
.contacts .contacts-form__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.contacts .contacts-form__submit:disabled:hover {
  background-color: transparent;
  color: #171f2b;
}
.contacts .contacts-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}
.contacts .contacts-form__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(23, 31, 43, 0.66);
}
.contacts .contacts-form input,
.contacts .contacts-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(23, 31, 43, 0.2);
  background: transparent;
  font-size: 16px;
  line-height: 1.4;
  color: #111520;
  font-family: inherit;
}
.contacts .contacts-form input:focus,
.contacts .contacts-form textarea:focus {
  outline: none;
  border-bottom-color: #111520;
}
.contacts .contacts-form textarea {
  min-height: 42px;
  resize: vertical;
}
.contacts .contacts-form__submit {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  border: 1px solid #171f2b;
  background: transparent;
  color: #171f2b;
  border-radius: 999px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition:
    background-color 0.25s ease,
    color 0.25s ease;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.contacts .contacts-form__submit:hover {
  background-color: #171f2b;
  color: #dfddda;
}
@media screen and (max-width: 768px) {
  .contacts .contacts-form__submit {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
  .contacts .contacts__title,
  .contacts .contacts__lead {
    max-width: 100%;
  }
}

.partners {
  background-color: var(--blue-graphite);
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 80px 0;
  }
}
.partners .partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.partners .partners__list.slick-initialized {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.partners .partners__list .slick-list {
  margin: 0;
}
.partners .partners__list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners .partners__list .slick-slide {
  outline: none;
  height: auto;
}
.partners .partners__item {
  width: 20%;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.partners .partners__item img {
  display: block;
  width: 60%;
  max-width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.4;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media screen and (min-width: 769px) {
  .partners .partners__item:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .partners .partners__item {
    width: auto;
    padding: 36px 8px;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .partners .partners__item img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .partners .partners__list.slick-initialized .partners__item.slick-center img {
    opacity: 1;
  }
}

.news {
  color: var(--white);
}
.news .news__title {
  margin-bottom: clamp(40px, 6vw, 64px);
  text-align: left;
}
.news .news__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 80px;
}
.news .news__grid .news-feature {
  width: calc(45% - 40px);
}
.news .news__grid .news-list {
  width: calc(55% - 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 900px) {
  .news .news__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .news .news__grid .news-feature,
  .news .news__grid .news-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
}
.news .news-feature {
  min-width: 0;
}
.news .news-feature .news-feature__link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news-feature .news-feature__link:hover {
  opacity: 0.92;
}
.news .news-feature .news-feature__link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
}
.news .news-feature .news-feature__link:hover .news-feature__headline {
  color: var(--accent);
}
.news .news-feature .news-feature__media {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 16/10;
  background: var(--blue-graphite);
}
.news .news-feature .news-feature__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.news .news-feature .news-feature__date {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--enigma);
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.news .news-feature .news-feature__headline {
  margin: 10px 0 0;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
  font-weight: 600;
  color: var(--white);
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}
.news .news-list__more {
  margin-top: 56px;
}
.news .news-more-link {
  min-width: 240px;
  padding: 16px 26px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}
.news .news-more-link img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news .news-more-link:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.05);
}
.news .news-more-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .news .news-more-link {
    min-width: 210px;
    padding: 14px 22px;
    font-size: 16px;
    width: 100%;
  }
}
.news .news-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
}
.news .news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .news .news-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.news .news-item .news-item__link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news-item .news-item__link:hover {
  opacity: 0.88;
}
.news .news-item .news-item__link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 4px;
}
.news .news-item .news-item__link:hover .news-item__headline {
  color: var(--accent);
}
.news .news-item .news-item__date {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--enigma);
  margin-bottom: 8px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.news .news-item .news-item__headline {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.35;
  font-weight: 600;
  color: var(--white);
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.news-page {
  padding: clamp(140px, 16vw, 220px) 0 80px;
  color: var(--white);
}
.news-page .news-page__title {
  margin: 0;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 1.05;
  font-weight: 600;
  max-width: 620px;
}
.news-page .news-page__list {
  margin-top: clamp(40px, 7vw, 88px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.news-page .news-page-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.news-page .news-page-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 56px);
  padding: clamp(24px, 3.4vw, 36px) 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-page .news-page-item__link .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .news-page .news-page-item__link .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
.news-page .news-page-item__link:hover {
  background-color: #33353c;
}
.news-page .news-page-item__link:hover .news-page-item__title {
  color: var(--accent);
}
.news-page .news-page-item__link:hover .news-page-item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-page-item__date {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .news-page .news-page-item__date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
  }
}
.news-page .news-page-item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 780px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .news-page .news-page-item__title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .news-page .news-page-item__title {
    font-size: 20px;
  }
}
.news-page .news-page-item__thumb {
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.news-page .news-page-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .news-page .news-page-item__thumb {
    width: 100%;
    height: 250px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.news-page--related {
  padding-top: 90px;
  padding-bottom: 0px;
}
.news-page--related .news-page__title--small {
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.1;
  max-width: none;
}

.news-single {
  margin: 0 16px;
  margin-top: 100px;
  background: #ffffff;
  padding-top: 100px;
  border-radius: 14px;
  color: #121722;
}
@media screen and (max-width: 900px) {
  .news-single {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.news-single .news-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: clamp(24px, 3vw, 38px);
  border-bottom: 1px solid rgba(18, 23, 34, 0.15);
}
@media screen and (max-width: 900px) {
  .news-single .news-single__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 38px;
  }
}
.news-single .news-single__back {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(18, 23, 34, 0.25);
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.news-single .news-single__back img {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media screen and (max-width: 900px) {
  .news-single .news-single__back {
    width: 50px;
    height: 50px;
  }
}
.news-single .news-single__head-main {
  width: calc(65% - 15px);
}
@media screen and (max-width: 900px) {
  .news-single .news-single__head-main {
    width: 100%;
  }
}
.news-single .news-single__date {
  display: block;
  margin-bottom: 16px;
  color: rgba(18, 23, 34, 0.6);
  font-size: 15px;
  font-weight: 500;
}
.news-single .news-single__title {
  margin: 0;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .news-single .news-single__title {
    font-size: 28px;
  }
}
.news-single .news-single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 70px;
}
@media screen and (max-width: 900px) {
  .news-single .news-single__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 50px;
    padding-top: 40px;
  }
}
.news-single .news-single__author {
  width: 35%;
}
@media screen and (max-width: 900px) {
  .news-single .news-single__author {
    width: 100%;
  }
}
.news-single .news-single__author-name {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
}
.news-single .news-single__author-role {
  margin: 8px 0 0;
  color: rgba(18, 23, 34, 0.65);
  font-size: 16px;
  font-weight: 500;
}
.news-single .news-single__content {
  width: 65%;
}
@media screen and (max-width: 900px) {
  .news-single .news-single__content {
    width: 100%;
  }
}
.news-single .news-single__image {
  aspect-ratio: 16/8;
  overflow: hidden;
  margin-bottom: 26px;
}
.news-single .news-single__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.news-single .news-single__text h2,
.news-single .news-single__text h3,
.news-single .news-single__text h4,
.news-single .news-single__text h5,
.news-single .news-single__text h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 10px 0;
}
.news-single .news-single__text ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
  font-size: 18px;
}
.news-single .news-single__text p {
  margin: 0 0 10px;
  color: #232834;
  font-size: 18px;
  line-height: 1.55;
}

.news-single .news-single__body--full .news-single__content {
  width: 100%;
}

.photo-banner {
  padding: 0;
}
.photo-banner .photo-banner__media {
  width: 100%;
  height: clamp(260px, 48vw, 620px);
  overflow: hidden;
  position: relative;
  background: #242a34;
}
.photo-banner .photo-banner__media img {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .photo-banner .photo-banner__media {
    height: clamp(220px, 62vw, 420px);
  }
}

.footer {
  padding: 60px 0 20px;
}
.footer .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .footer .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__contacts {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 40px;
  }
}
.footer .footer__title {
  margin: 0 0 26px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 600;
  color: var(--white);
}
.footer .footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.footer .footer__contact-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.footer .footer__contact-link img {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.footer .footer__schedule {
  margin: 18px 0 0;
  color: var(--enigma);
  font-size: 15px;
  line-height: 1.4;
}
.footer .footer__socials {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer .footer__socials a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition:
    border-color 0.25s ease,
    color 0.25s ease;
  transition:
    border-color 0.25s ease,
    color 0.25s ease;
}
.footer .footer__socials a img {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer .footer__socials a:hover {
  border-color: var(--accent);
}

.footer .footer__to-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .footer__to-top img {
  width: 42px;
  height: 42px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer .footer__to-top:hover {
  opacity: 0.75;
}
.footer .footer__to-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}
.footer .footer__brand {
  margin-top: clamp(36px, 7vw, 80px);
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .footer__brand {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.footer .footer__brand img {
  width: min(56vw, 620px);
  min-width: 280px;
  height: auto;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .footer .footer__brand img {
    width: 100%;
  }
}
.footer .footer__bottom {
  margin-top: 22px;
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  color: var(--enigma);
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    margin-top: 40px;
  }
}
.footer .footer__bottom p {
  margin: 0;
}
.footer .footer__bottom a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.footer .footer__bottom a:hover {
  color: var(--accent);
}

a[href^='tel:'],
a[href^='mailto:'] {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
a[href^='tel:']:hover,
a[href^='mailto:']:hover {
  color: var(--accent);
}

.utility-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 0 60px;
}
.utility-page .utility-page__card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.utility-page .utility-page__code {
  margin: 0;
  color: var(--accent);
  font-size: clamp(54px, 8vw, 110px);
  line-height: 0.95;
  font-weight: 600;
}
.utility-page .utility-page__title {
  margin: 14px 0 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 600;
  color: var(--white);
}
.utility-page .utility-page__text {
  margin: 18px auto 0;
  max-width: 580px;
  font-size: 18px;
  line-height: 1.45;
  color: var(--enigma);
}
.utility-page .utility-page__link {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: var(--white);
  text-decoration: none;
  -webkit-transition:
    border-color 0.25s ease,
    color 0.25s ease,
    background-color 0.25s ease;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    background-color 0.25s ease;
}
.utility-page .utility-page__link:hover {
  border-color: var(--accent);
  color: var(--accent);
  background-color: rgba(200, 171, 116, 0.08);
}

.rules-page {
  padding: clamp(98px, 10vw, 130px) 0 70px;
}
.rules-page .rules-page__card {
  max-width: 100%;
  margin: 0 auto;
  background: #dfddda;
  border-radius: 14px;
  padding: clamp(28px, 5vw, 72px);
  color: #1a1f2a;
}
.rules-page .rules-page__title {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 600;
}
.rules-page .rules-page__divider {
  width: 100%;
  height: 1px;
  background: rgba(18, 23, 34, 0.14);
  margin: clamp(24px, 3.2vw, 40px) 0;
}
.rules-page h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 600;
}
.rules-page p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
  max-width: 1140px;
}
.rules-page h2 + p {
  margin-top: 0;
}
.rules-page p + h2 {
  margin-top: clamp(24px, 2.7vw, 38px);
}
.rules-page .rules-page__back {
  margin-top: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1a1f2a;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.rules-page .rules-page__back:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .rules-page {
    padding: 90px 0 40px;
  }
  .rules-page .rules-page__card {
    border-radius: 10px;
    padding: 26px 18px 32px;
  }
  .rules-page .rules-page__title {
    font-size: 46px;
  }
  .rules-page h2 {
    font-size: 30px;
  }
  .rules-page p {
    font-size: 15px;
  }
}

/* —— Cookie banner (matches contacts / light panel) —— */
.cookie-banner {
  position: fixed;
  z-index: 100000;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;
  -webkit-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  visibility: hidden;
  -webkit-transition:
    -webkit-transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.5s;
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.5s;
}
.cookie-banner.is-open {
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cookie-banner .cookie-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 22px;
  background: #f2f2f2;
  color: #111520;
  border-radius: 18px 18px 0 0;
  -webkit-box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(23, 31, 43, 0.08);
  border-bottom: none;
}
.cookie-banner .cookie-banner__text-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
  min-width: 0;
}
.cookie-banner .cookie-banner__title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.cookie-banner .cookie-banner__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #222222;
}
.cookie-banner .cookie-banner__link {
  display: inline;
  margin-left: 0.25em;
  color: var(--accent, #289ecd);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}
.cookie-banner .cookie-banner__link:hover {
  color: #1f7fa3;
}
.cookie-banner .cookie-banner__actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cookie-banner .cookie-banner__accept {
  min-width: 160px;
  border: 1px solid #171f2b;
  background: transparent;
  color: #171f2b;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition:
    background-color 0.25s ease,
    color 0.25s ease;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.cookie-banner .cookie-banner__accept:hover {
  background-color: #171f2b;
  color: #dfddda;
}
@media screen and (max-width: 768px) {
  .cookie-banner .cookie-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 18px 18px 20px;
  }
  .cookie-banner .cookie-banner__accept {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    -webkit-transition-duration: 0.01ms;
    transition-duration: 0.01ms;
  }
}
