:root {
  --white: #fff;
  --black: #1a1a1a;
  --grey: #a3a3a3;
  --grey-light: #f6f6f6;
  --yellow: #ffdc1f;
  --blue: #005cff;
  --font-default: "HelveticaNeueCyr Roman", sans-serif;
  --font-light: "HelveticaNeueCyr Light", sans-serif;
  --transition-speed: cubic-bezier(0.28, 0.11, 0.32, 1);
  --transition-fast: 0.21s var(--transition-speed);
  --transition-default: 0.42s var(--transition-speed);
  --transition-slow: 1.32s var(--transition-speed);
}

:root {
  --header-spacer: 5rem;
  --section-spacer: 10rem;
  --border-default: 0.125rem solid var(--black);
  --close-size: 2rem;
  --letter-spacing: -0.05em;
  --scale-pos: 1.1;
}

@media screen and (max-width: 80em) {
  :root {
    --section-spacer: 7.5rem;
  }
}

@media screen and (max-width: 60.4375em) {
  :root {
    --section-spacer: 6.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  :root {
    --close-size: 1.5rem;
  }
}

@media screen and (max-width: 35em) {
  :root {
    --section-spacer: 5rem;
  }
}

@font-face {
  font-family: "HelveticaNeueCyr Light";
  src: url(fonts/HelveticaNeueCyr-Light.woff2) format("woff2"),
    url(fonts/HelveticaNeueCyr-Light.woff) format("woff"),
    url(fonts/HelveticaNeueCyr-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr Roman";
  src: url(fonts/HelveticaNeueCyr-Roman.woff2) format("woff2"),
    url(fonts/HelveticaNeueCyr-Roman.woff) format("woff"),
    url(fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: var(--font-default);
  background: var(--white);
}

body {
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--black);
  font-family: var(--font-default);
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  border: none;
  background: 0 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-default);
}

input {
  border: none;
  outline: 0;
  font-family: var(--font-default);
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

::-webkit-scrollbar {
  background: var(--grey-light);
  width: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background: var(--black);
}

* {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
a:visited {
  -webkit-tap-highlight-color: transparent;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.title-extraLarge {
  font-family: var(--font-light);
  font-size: 11.875rem;
  line-height: 92%;
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 111.25em) {
  .title-extraLarge {
    font-size: 9.375rem;
  }
}

@media screen and (max-width: 93.75em) {
  .title-extraLarge {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 80em) {
  .title-extraLarge {
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 35em) {
  .title-extraLarge {
    font-size: 4.75rem;
  }
}

@media screen and (max-width: 30em) {
  .title-extraLarge {
    font-size: 4rem;
  }
}

@media screen and (max-width: 22.5em) {
  .title-extraLarge {
    font-size: 3.625rem;
  }
}

.title-large {
  font-size: 9.375rem;
  line-height: 109%;
  font-family: var(--font-light);
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 111.25em) {
  .title-large {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 93.75em) {
  .title-large {
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 80em) {
  .title-large {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 35em) {
  .title-large {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 30em) {
  .title-large {
    font-size: 3rem;
  }
}

@media screen and (max-width: 22.5em) {
  .title-large {
    font-size: 2.625rem;
  }
}

.title-medium {
  font-size: 5rem;
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 111.25em) {
  .title-medium {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 80em) {
  .title-medium {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 35em) {
  .title-medium {
    font-size: 2.25rem;
    line-height: 92%;
  }
}

@media screen and (max-width: 30em) {
  .title-medium {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 22.5em) {
  .title-medium {
    font-size: 1.5rem;
  }
}

.pretitle {
  font-size: 2.625rem;
  margin-bottom: 1.25rem;
  font-family: var(--font-light);
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 93.75em) {
  .pretitle {
    font-size: 2rem;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 80em) {
  .pretitle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 35em) {
  .pretitle {
    font-size: 1.125rem;
  }
}

.desc {
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 93.75em) {
  .desc {
    font-size: 1rem;
    line-height: 125%;
  }
}

@media screen and (max-width: 30em) {
  .desc {
    font-size: 0.875rem;
  }
}

.button {
  padding: 1.25rem 1.875rem;
  color: var(--black);
  font-family: var(--font-default);
  font-weight: 400;
  cursor: pointer;
  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;
  gap: 0.5rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: var(--letter-spacing);
  -webkit-transition: scale var(--transition-default);
  transition: scale var(--transition-default);
}

@media screen and (max-width: 93.75em) {
  .button {
    font-size: 1rem;
    line-height: 125%;
  }
}

@media screen and (max-width: 30em) {
  .button {
    font-size: 0.875rem;
  }
}

.button span {
  position: relative;
  z-index: 3;
  -webkit-transition: color 0.62s var(--transition-speed);
  transition: color 0.62s var(--transition-speed);
}

.button .arrow {
  width: 1.5rem;
  height: 1.5rem;
  rotate: -135deg;
  fill: var(--white);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 93.75em) {
  .button .arrow {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}

.button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 3.75rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.button .arrow path {
  -webkit-transition: -webkit-transform 0.62s var(--transition-speed);
  transition: -webkit-transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed),
    -webkit-transform 0.62s var(--transition-speed);
}

.button:hover .arrow path:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button:hover .arrow path:first-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.button:hover:after {
  scale: 1.03;
}

@media screen and (max-width: 93.75em) {
  .button {
    padding: 0.75rem 1.375rem;
  }
}

@media screen and (max-width: 80em) {
  .button {
    gap: 0.25rem;
  }
}

.button-outline:after {
  background: unset;
  border: 0.0625rem solid var(--black);
}

.button-outline:hover:after {
  background: var(--white);
}

.button-yellow {
  color: var(--black);
}

.button-yellow:after {
  background: var(--yellow);
}

.button-yellow .arrow {
  fill: var(--black);
}

.button-2level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.button-2level-top {
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1875rem;
}

@media screen and (max-width: 93.75em) {
  .button-2level-top {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 80em) {
  .button-2level-top {
    font-size: 1.125rem;
  }
}

.button-2level-bottom {
  letter-spacing: -0.015em;
}

@media screen and (max-width: 93.75em) {
  .button-2level-bottom {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 80em) {
  .button-2level-bottom {
    font-size: 0.75rem;
  }
}

.arrow path:last-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.arrow {
  width: 1.5rem;
  height: 1.5rem;
  rotate: -135deg;
}

@media screen and (max-width: 93.75em) {
  .arrow {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}

.link span {
  position: relative;
  z-index: 3;
  color: var(--black);
}

.link span:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform var(--transition-default);
  transition: -webkit-transform var(--transition-default);
  transition: transform var(--transition-default);
  transition: transform var(--transition-default),
    -webkit-transform var(--transition-default);
  background: var(--black);
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 115%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.link:hover span:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.link-arrow .arrow path {
  -webkit-transition: -webkit-transform 0.62s var(--transition-speed);
  transition: -webkit-transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed),
    -webkit-transform 0.62s var(--transition-speed);
}

.link-arrow:hover .arrow path:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.link-arrow:hover .arrow path:first-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.link-arrow .arrow path {
  fill: var(--yellow);
}

.link-arrow svg {
  rotate: -135deg;
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 93.75em) {
  .link-arrow svg {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}

.scroll__hidden {
  overflow-x: hidden !important;
  overflow-y: scroll;
  height: 100vh;
}

.scroll__hidden-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

.wrapper {
  min-height: 100dvh;
  width: 100%;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.preloader .logo-icon {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 50%;
  height: 40%;
  z-index: 3;
}

.preloader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

@media screen and (max-width: 40.625em) {
  .preloader-bg {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.preloader-line {
  background: var(--white);
}

@media screen and (max-width: 40.625em) {
  .preloader-line {
    display: none;
  }
}

.preloader-line-mob {
  display: block;
}

.main {
  padding-top: var(--header-spacer);
}

.container {
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 120em) {
  .container {
    max-width: 2560px;
  }
}

@media screen and (max-width: 80em) {
  .container {
    width: 94%;
  }
}

.bg-border {
  border-radius: 3.75rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
  width: calc(100% - 2.5rem);
  height: 100%;
}

@media screen and (max-width: 80em) {
  .bg-border {
    width: 99%;
    border-radius: 1.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .bg-border {
    border-radius: 1.25rem;
    width: 101%;
  }
}

.header,
.menu-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header:after,
.menu-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0.125rem solid var(--grey-light);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0;
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.header .container,
.menu-header .container {
  padding: 1.25rem 0;
  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;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 80em) {
  .header .container,
  .menu-header .container {
    padding: 0.625rem 0;
  }
}

@media screen and (max-width: 40.625em) {
  .header .container .link-arrow,
  .menu-header .container .link-arrow {
    display: none;
  }
}

.header .link-arrow,
.menu-header .link-arrow {
  font-size: 1.875rem;
  letter-spacing: var(--letter-spacing);
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 93.75em) {
  .header .link-arrow,
  .menu-header .link-arrow {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 80em) {
  .header .link-arrow,
  .menu-header .link-arrow {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 35em) {
  .header .link-arrow,
  .menu-header .link-arrow {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 60.4375em) {
  .header .socials,
  .menu-header .socials {
    display: none;
  }
}

@media screen and (max-width: 22.5em) {
  .header .lang,
  .menu-header .lang {
    display: none;
  }
}

.header-scroll:after {
  opacity: 1;
}

.header-left {
  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: 7.5rem;
  min-width: 64.375rem;
}

@media screen and (max-width: 120em) {
  .header-left {
    min-width: unset;
    gap: 3.75rem;
  }
}

.logo {
  width: 21.875rem;
}

@media screen and (max-width: 111.25em) {
  .logo {
    width: 15.625rem;
  }
}

.logo img {
  width: 50%;
}

@media screen and (max-width: 80em) {
  .logo {
    width: 12.5rem;
  }
}

.logo-icon {
  width: 5rem;
}

@media screen and (max-width: 60.4375em) {
  .logo-icon {
    width: 3.75rem;
  }
}

@media screen and (max-width: 30em) {
  .logo-icon {
    width: 3.125rem;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 120em) {
  .nav {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}

@media screen and (max-width: 111.25em) {
  .nav {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 80em) {
  .nav {
    display: none;
  }
}

.nav-item {
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 93.75em) {
  .nav-item {
    font-size: 1rem;
    line-height: 125%;
  }
}

@media screen and (max-width: 30em) {
  .nav-item {
    font-size: 0.875rem;
  }
}

.nav-item span {
  position: relative;
  z-index: 3;
  color: var(--black);
}

.nav-item span:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform var(--transition-default);
  transition: -webkit-transform var(--transition-default);
  transition: transform var(--transition-default);
  transition: transform var(--transition-default),
    -webkit-transform var(--transition-default);
  background: var(--black);
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 115%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.nav-item:hover span:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.75rem;
}

@media screen and (max-width: 93.75em) {
  .header-right {
    gap: 1.875rem;
  }
}

@media screen and (max-width: 40.625em) {
  .header-right {
    gap: unset;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

@media screen and (max-width: 64em) {
  .socials {
    gap: 1.25rem;
  }
}

.social-item {
  -webkit-transition: var(--transition-fast);
  transition: var(--transition-fast);
  margin-top: 0.125rem;
}

.social-item img {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 80em) {
  .social-item img {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.social-item:hover {
  opacity: 0.7;
}

.lang {
  font-size: 0.875rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 40.625em) {
  .lang {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 1.25rem;
  }
}

.lang-current {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.lang-current svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: var(--black);
}

.lang-container {
  border-radius: 0.5rem;
  padding: 0.625rem;
  background: var(--white);
  -webkit-box-shadow: 0.0625rem 0.25rem 8.4px 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0.0625rem 0.25rem 8.4px 0.0625rem rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 1.25rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
}

.lang-item span {
  position: relative;
  z-index: 3;
  color: var(--black);
}

.lang-item span:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform var(--transition-default);
  transition: -webkit-transform var(--transition-default);
  transition: transform var(--transition-default);
  transition: transform var(--transition-default),
    -webkit-transform var(--transition-default);
  background: var(--black);
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 115%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.lang-item:hover span:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lang-item span:before {
  top: 105%;
}

.lang-item-active span {
  color: var(--grey);
}

.lang-item-active span:before {
  display: none;
}

.header-right-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

.burger {
  display: none;
  width: 2.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3125rem;
}

@media screen and (max-width: 80em) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger-item {
  width: 100%;
  height: 0.0625rem;
  background: var(--black);
}

.first .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - var(--header-spacer));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.875rem;
  position: relative;
}

.first .ready {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-top: 1.25rem;
  position: relative;
  z-index: 3;
}

.first-media-wrapper {
  position: absolute;
  width: 60%;
  right: 5%;
}

.first-media-wrapper img,
.first-media-wrapper video {
  width: 100%;
}

@media screen and (max-width: 120em) {
  .first-media-wrapper {
    right: 0;
  }
}

@media screen and (max-width: 93.75em) {
  .first-media-wrapper {
    top: 5%;
  }
}

@media screen and (max-width: 60.4375em) {
  .first-media-wrapper {
    top: -3%;
    right: -10%;
  }
}

@media screen and (max-width: 47.9375em) {
  .first-media-wrapper {
    top: unset;
    right: unset;
    left: 10%;
    bottom: -5%;
    width: 100%;
  }
}

@media screen and (max-width: 40.625em) {
  .first-media-wrapper {
    left: -18%;
  }
}

@media screen and (max-width: 35em) {
  .first-media-wrapper {
    width: 110%;
    bottom: 5%;
  }
}

@media screen and (max-width: 30em) {
  .first-media-wrapper {
    width: 130%;
  }
}

@media screen and (max-width: 22.5em) {
  .first-media-wrapper {
    left: -30%;
    width: 140%;
    bottom: 10%;
  }
}

.first-left {
  padding-right: 1.875rem;
}

@media screen and (max-width: 40.625em) {
  .first-left {
    padding-right: unset;
  }
}

.first-top {
  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;
  padding-top: 5rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 80em) {
  .first-top {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 40.625em) {
  .first-top {
    width: 100%;
    display: block;
  }
}

.first-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.first-title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-title-line .title-extraLarge {
  line-height: 105%;
}

.first-title-line .title-extraLarge > div {
  padding-right: 0.125rem;
}

.first-title-line:nth-child(2) .title-extraLarge > div {
  padding-right: 0.9375rem;
}

@media screen and (max-width: 64em) {
  .first-title-line:last-of-type {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.first-title-icon {
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
  margin-left: 1.25rem;
  margin-top: 2.1875rem;
}

.first-title-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  -webkit-transition: var(--transition-default);
  transition: var(--transition-default);
}

.first-title-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%;
  height: 20%;
  fill: var(--black);
  z-index: 3;
}

.first-title-icon:hover:after {
  scale: 0.85;
}

@media screen and (max-width: 93.75em) {
  .first-title-icon {
    width: 4.375rem;
    height: 4.375rem;
    margin-top: 1.5625rem;
  }
}

@media screen and (max-width: 80em) {
  .first-title-icon {
    width: 3.125rem;
    height: 3.125rem;
    margin-top: 1.25rem;
    margin-left: 0.625rem;
  }
}

@media screen and (max-width: 40.625em) {
  .first-title-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4.6875rem;
    height: 4.6875rem;
  }
}

.first-title-desc {
  font-size: 1.875rem;
  letter-spacing: var(--letter-spacing);
  line-height: 115%;
  width: 28.125rem;
  margin-left: 1.5625rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 93.75em) {
  .first-title-desc {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 80em) {
  .first-title-desc {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 35em) {
  .first-title-desc {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 93.75em) {
  .first-title-desc {
    width: 20rem;
  }
}

@media screen and (max-width: 80em) {
  .first-title-desc {
    margin-left: 0.625rem;
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 64em) {
  .first-title-desc {
    margin-left: unset;
  }
}

@media screen and (max-width: 30em) {
  .first-title-desc {
    width: 15rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 22.5em) {
  .first-title-desc {
    width: 11.25rem;
  }
}

.first-right {
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: var(--letter-spacing);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5625rem;
  margin-top: 6.25rem;
}

@media screen and (max-width: 93.75em) {
  .first-right {
    font-size: 1rem;
    line-height: 125%;
  }
}

@media screen and (max-width: 30em) {
  .first-right {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 80em) {
  .first-right {
    gap: 0.9375rem;
  }
}

@media screen and (max-width: 64em) {
  .first-right {
    display: none;
  }
}

.ready {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.625rem;
  max-width: 11.25rem;
  text-align: right;
}

.ready .desc {
  margin-right: 1.875rem;
}

@media screen and (max-width: 93.75em) {
  .ready {
    max-width: 9.375rem;
  }

  .ready .desc {
    margin-right: 1.375rem;
  }
}

@media screen and (max-width: 80em) {
  .ready {
    gap: 0.3125rem;
  }
}

@media screen and (max-width: 30em) {
  .ready {
    max-width: 8.75rem;
  }
}

.ready-number {
  font-size: 3.125rem;
  letter-spacing: var(--letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-light);
}

@media screen and (max-width: 93.75em) {
  .ready-number {
    font-size: 2.25rem;
  }
}

.blue {
  color: var(--blue);
}

.clients {
  padding: 13.75rem 0;
}

.clients .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;
}

@media screen and (max-width: 80em) {
  .clients {
    padding: 10rem 0;
  }
}

@media screen and (max-width: 60.4375em) {
  .clients .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clients .desc {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 40.625em) {
  .clients {
    padding: 6.25rem 0;
  }
}

.clients-item {
  max-height: 4.375rem;
  padding-left: 1.875rem;
}

@media screen and (max-width: 80em) {
  .clients-item {
    max-height: 2.5rem;
  }
}

@media screen and (max-width: 60.4375em) {
  .clients-item {
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 40.625em) {
  .clients-item {
    max-height: 1.375rem;
  }
}

@media screen and (max-width: 22.5em) {
  .clients-item {
    max-height: 2.125rem;
  }
}

.advantages-header {
  max-width: 50%;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 64em) {
  .advantages-header {
    max-width: 70%;
  }
}

@media screen and (max-width: 40.625em) {
  .advantages-header {
    max-width: 80%;
  }
}

@media screen and (max-width: 30em) {
  .advantages-header {
    max-width: 100%;
    margin-bottom: 1.875rem;
  }
}

.advantages-item {
  padding: 3.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: var(--border-default);
  position: relative;
}

.advantages-item:first-of-type {
  border-top: var(--border-default);
}

@media screen and (max-width: 60.4375em) {
  .advantages-item {
    -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: 1.25rem;
    padding: 1.875rem 0;
  }
}

.advantages-item-link .arrow path {
  -webkit-transition: -webkit-transform 0.62s var(--transition-speed);
  transition: -webkit-transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed),
    -webkit-transform 0.62s var(--transition-speed);
}

.advantages-item-link:hover .arrow path:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.advantages-item-link:hover .arrow path:first-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.advantages-item-link span {
  position: relative;
  z-index: 3;
  color: var(--black);
}

.advantages-item-link span:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform var(--transition-default);
  transition: -webkit-transform var(--transition-default);
  transition: transform var(--transition-default);
  transition: transform var(--transition-default),
    -webkit-transform var(--transition-default);
  background: var(--black);
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 115%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.advantages-item-link:hover span:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.advantages-item-link .advantages-media img {
  -webkit-transition: scale var(--transition-default);
  transition: scale var(--transition-default);
}

.advantages-item-link:hover .advantages-media img {
  scale: var(--scale-pos);
}

.advantages-media {
  overflow: hidden;
  width: 17.1875rem;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.advantages-media img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 80em) {
  .advantages-media {
    width: 13.75rem;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 60.4375em) {
  .advantages-media {
    width: 40%;
  }
}

@media screen and (max-width: 40.625em) {
  .advantages-media {
    width: 50%;
  }
}

@media screen and (max-width: 35em) {
  .advantages-media {
    width: 60%;
  }
}

@media screen and (max-width: 30em) {
  .advantages-media {
    width: 75%;
  }
}

.advantages-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 75%;
}

@media screen and (max-width: 60.4375em) {
  .advantages-text {
    width: 90%;
  }
}

@media screen and (max-width: 30em) {
  .advantages-text {
    width: 100%;
  }
}

.advantages-info {
  margin: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.advantages-info .desc {
  max-width: 95%;
  text-wrap: balance;
}

.advantages-info .desc > div {
  overflow: hidden;
  visibility: hidden;
}

.advantages-info .desc {
  width: 41.25rem;
  text-wrap: balance;
}

.advantages-info .arrow {
  width: 3rem;
  height: 3rem;
  fill: var(--yellow);
}

@media screen and (max-width: 80em) {
  .advantages-info {
    gap: 0.625rem;
  }

  .advantages-info .desc {
    width: 80%;
  }
}

@media screen and (max-width: 60.4375em) {
  .advantages-info {
    margin: unset;
  }

  .advantages-info .arrow {
    width: 2.25rem;
    height: 2.25rem;
  }

  .advantages-info .desc {
    width: 90%;
  }
}

@media screen and (max-width: 35em) {
  .advantages-info .arrow {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@media screen and (max-width: 30em) {
  .advantages-info .desc {
    width: 100%;
    text-wrap: unset;
  }
}

.advantages-number {
  font-size: 1.5rem;
  letter-spacing: var(--letter-spacing);
  margin-top: 1.5625rem;
}

@media screen and (max-width: 93.75em) {
  .advantages-number {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 60.4375em) {
  .advantages-number {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 35em) {
  .advantages-number {
    font-size: 1rem;
  }
}

.cases {
  margin-top: var(--section-spacer);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cases .bg-border {
  background: var(--grey-light);
}

.cases .container {
  padding: var(--section-spacer) 0 calc(var(--section-spacer) / 2) 0;
  position: relative;
  z-index: 2;
}

.cases .cases-content {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 40.625em) {
  .cases .cases-content {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 60.4375em) {
  .cases {
    margin-bottom: 2.5rem;
  }
}

.cases-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
  position: relative;
}

@media screen and (max-width: 60.4375em) {
  .cases-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 2.5rem;
  }

  .cases-header .logo-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.cases-header-left {
  width: 35%;
}

@media screen and (max-width: 60.4375em) {
  .cases-header-left {
    width: 50%;
  }
}

@media screen and (max-width: 30em) {
  .cases-header-left {
    width: 70%;
  }
}

.cases-header-right {
  width: 14.375rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

@media screen and (max-width: 60.4375em) {
  .cases-header-right {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cases-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.875rem;
}

@media screen and (max-width: 111.25em) {
  .cases-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 47.9375em) {
  .cases-content {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 35em) {
  .cases-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.cases-item {
  --item-border: 2.5rem;
  border-radius: var(--item-border);
  overflow: hidden;
  background: #444;
}

.cases-item .button {
  color: var(--white);
  margin-top: 1.25rem;
}

.cases-item .button:after {
  background: unset;
  border: 0.0625rem solid var(--white);
}

.cases-item .button:hover span {
  color: var(--black);
}

.cases-item .button:hover:after {
  background: var(--white);
}

.cases-item .button .arrow path {
  fill: var(--yellow);
}

.cases-item:hover .cases-img {
  scale: var(--scale-pos);
}

.cases-item:hover .button:after {
  scale: 1.03;
  background: var(--white);
}

.cases-item:hover .button span {
  color: var(--black);
}

.cases-item:hover .button .arrow path:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cases-item:hover .button .arrow path:first-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cases-item:hover .button:hover span {
  color: var(--black);
}

.cases-item:hover .button:hover:after {
  background: var(--white);
}

@media screen and (max-width: 40.625em) {
  .cases-item:hover .cases-img {
    scale: 1;
  }
}

@media screen and (max-width: 47.9375em) {
  .cases-item {
    --item-border: 1.5rem;
  }
}

.cases-img-wrapper {
  overflow: hidden;
  border-radius: var(--item-border);
}

.cases-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--item-border);
  -webkit-transition: scale var(--transition-default);
  transition: scale var(--transition-default);
}

.cases-info {
  padding: 1.875rem;
  color: var(--white);
}

@media screen and (max-width: 47.9375em) {
  .cases-info {
    padding: 1.25rem;
  }
}

.cases-title {
  font-size: 1.875rem;
  letter-spacing: var(--letter-spacing);
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 93.75em) {
  .cases-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 80em) {
  .cases-title {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 35em) {
  .cases-title {
    font-size: 1.125rem;
  }
}

.cases-desc {
  font-size: 1rem;
  line-height: 85%;
}

@media screen and (max-width: 80em) {
  .cases-desc {
    font-size: 0.875rem;
    line-height: 100%;
  }
}

.cases-viewAll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cases-viewAll {
  font-size: 1.375rem;
}

.cases-viewAll span {
  text-shadow: 0 1.1em;
  overflow: hidden;
  line-height: 115%;
  padding: 0 0.125rem;
}

@media screen and (max-width: 93.75em) {
  .cases-viewAll {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 35em) {
  .cases-viewAll {
    font-size: 1rem;
  }
}

.cta {
  position: relative;
  margin-top: 1.875rem;
  padding: 11.25rem 0;
  color: var(--white);
  height: 110svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta .bg-border {
  overflow: hidden;
}

.cta .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}

.cta .title-large {
  text-wrap: balance;
  width: 60rem;
}

@media screen and (max-width: 111.25em) {
  .cta .title-large {
    width: 70%;
  }
}

@media screen and (max-width: 60.4375em) {
  .cta .container {
    -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;
  }

  .cta .title-large {
    width: 100%;
  }

  .cta .ready {
    display: none;
  }
}

@media screen and (max-width: 40.625em) {
  .cta {
    height: unset;
  }
}

@media screen and (max-width: 30em) {
  .cta {
    padding: 7.5rem 0;
  }
}

.cta-parallax-wrapper {
  width: 100%;
  height: 110svh;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 40.625em) {
  .cta-parallax-wrapper {
    height: 100%;
  }
}

.cta-parallax {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform;
  position: relative;
}

@media screen and (max-width: 40.625em) {
  .cta-parallax {
    -webkit-transform: unset;
    transform: unset;
    height: unset;
  }
}

.cta-bg-media {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 40.625em) {
  .cta-bg-media {
    position: static;
  }
}

.cta-left {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 3.125rem;
  gap: 3.125rem;
}

.cta-left .button {
  color: var(--white);
  font-size: 1.875rem;
  padding: 1.875rem 2.5rem;
}

.cta-left .button:after {
  background: unset;
  border: 0.0625rem solid var(--white);
}

.cta-left .button:hover span {
  color: var(--black);
}

.cta-left .button:hover:after {
  background: var(--white);
}

.cta-left .button .arrow path {
  fill: var(--yellow);
}

@media screen and (max-width: 111.25em) {
  .cta-left .button {
    font-size: 1.5rem;
    padding: 1.5625rem 2.1875rem;
  }
}

@media screen and (max-width: 93.75em) {
  .cta-left {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 80em) {
  .cta-left .button {
    font-size: 1.125rem;
    padding: 1.25rem 1.875rem;
  }
}

@media screen and (max-width: 35em) {
  .cta-left .button {
    font-size: 1rem;
    padding: 0.9375rem 1.5625rem;
  }
}

@media screen and (max-width: 30em) {
  .cta-left {
    margin-top: 0.625rem;
  }
}

.packs {
  padding: var(--section-spacer) 0;
}

.packs-content {
  margin-top: 5.625rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.875rem;
}

@media screen and (max-width: 80em) {
  .packs-content {
    margin-top: 3.75rem;
    gap: 0.9375rem;
  }
}

@media screen and (max-width: 60.4375em) {
  .packs-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 35em) {
  .packs-content {
    margin-top: 1.875rem;
  }
}

.packs-item {
  padding: 12%;
  border: 0.1875rem solid var(--black);
  border-radius: 2.5rem;
}

.packs-item .title-medium {
  font-family: var(--font-light);
}

.packs-item .title-medium svg {
  width: 1.875rem;
  height: 2.5rem;
  fill: var(--yellow);
  margin-left: 0.375rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 111.25em) {
  .packs-item {
    padding: 8%;
  }
}

@media screen and (max-width: 93.75em) {
  .packs-item .title-medium svg {
    width: 1.25rem;
    height: 1.875rem;
    margin-bottom: unset;
  }
}

@media screen and (max-width: 64em) {
  .packs-item {
    padding: 1.5625rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 30em) {
  .packs-item .title-medium {
    font-size: 2.625rem;
  }
}

.pack-desc {
  font-size: 1.625rem;
  line-height: 85%;
  letter-spacing: var(--letter-spacing);
  margin-top: 0.75rem;
}

@media screen and (max-width: 93.75em) {
  .pack-desc {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 80em) {
  .pack-desc {
    font-size: 1.125rem;
  }
}

.pack-fact__wrapper {
  margin: 3.75rem 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: 0.9375rem;
}

@media screen and (max-width: 111.25em) {
  .pack-fact__wrapper {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 80em) {
  .pack-fact__wrapper {
    margin: 2.8125rem 0 1.875rem 0;
  }
}

@media screen and (max-width: 30em) {
  .pack-fact__wrapper {
    margin-top: 1.875rem;
  }
}

.pack-fact {
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: var(--letter-spacing);
  text-wrap: balance;
}

@media screen and (max-width: 93.75em) {
  .pack-fact {
    font-size: 1rem;
    line-height: 125%;
  }
}

@media screen and (max-width: 30em) {
  .pack-fact {
    font-size: 0.875rem;
  }
}

.additional {
  position: relative;
  padding: var(--section-spacer) 0;
  color: var(--white);
}

.additional .bg-border {
  background: #60666c;
}

.additional .container {
  position: relative;
  z-index: 2;
}

.additional .advantages-item {
  border-color: var(--white);
  color: var(--white);
}

.additional .advantages-item span {
  color: var(--white);
}

.additional .advantages-item span:before {
  background: var(--white);
  top: 107%;
}

.additional-header {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.additional-header .desc {
  width: 22.5rem;
  text-align: right;
}

@media screen and (max-width: 93.75em) {
  .additional-header {
    margin-bottom: 3.75rem;
  }

  .additional-header .desc {
    width: 20rem;
  }
}

.additional-header .additional-header-left {
  max-width: 35%;
}

@media screen and (max-width: 60.4375em) {
  .additional-header .additional-header-left {
    max-width: 100%;
  }
}

@media screen and (max-width: 60.4375em) {
  .additional-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }

  .additional-header .desc {
    text-align: left;
  }
}

@media screen and (max-width: 30em) {
  .additional-header {
    margin-bottom: 1.875rem;
  }

  .additional-header .desc {
    width: 100%;
  }
}

.contacts .container {
  padding: var(--section-spacer) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 111.25em) {
  .contacts .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 5rem;
  }
}

@media screen and (max-width: 80em) {
  .contacts .container {
    gap: 2.5rem;
  }
}

.contacts-left {
  width: 45%;
}

.contacts-left .title-large {
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 111.25em) {
  .contacts-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.contacts-socials {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 16.25rem;
}

.contacts-socials .button span {
  text-shadow: 0 1.1em;
  overflow: hidden;
  line-height: 115%;
}

@media screen and (max-width: 111.25em) {
  .contacts-socials {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.contacts-socials-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.875rem 0 3.75rem 0;
}

@media screen and (max-width: 60.4375em) {
  .contacts-socials-content {
    margin-bottom: 1.875rem;
  }
}

.contacts-socials-item {
  font-size: 2.25rem;
  letter-spacing: var(--letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.contacts-socials-item img {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.9375rem;
}

.contacts-socials-item span:before {
  top: 90%;
}

.contacts-socials-item .contacts-socials-item-text {
  min-width: 10rem;
}

.contacts-socials-item .arrow {
  fill: var(--yellow);
}

.contacts-socials-item span {
  position: relative;
  z-index: 3;
  color: var(--black);
}

.contacts-socials-item span:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform var(--transition-default);
  transition: -webkit-transform var(--transition-default);
  transition: transform var(--transition-default);
  transition: transform var(--transition-default),
    -webkit-transform var(--transition-default);
  background: var(--black);
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 115%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.contacts-socials-item:hover span:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.contacts-socials-item .arrow path {
  -webkit-transition: -webkit-transform 0.62s var(--transition-speed);
  transition: -webkit-transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed);
  transition: transform 0.62s var(--transition-speed),
    -webkit-transform 0.62s var(--transition-speed);
}

.contacts-socials-item:hover .arrow path:last-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.contacts-socials-item:hover .arrow path:first-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (max-width: 93.75em) {
  .contacts-socials-item {
    font-size: 1.5rem;
  }

  .contacts-socials-item .contacts-socials-item-text {
    min-width: 6.875rem;
  }
}

@media screen and (max-width: 35em) {
  .contacts-socials-item {
    font-size: 1.125rem;
  }

  .contacts-socials-item .contacts-socials-item-text {
    min-width: 5rem;
  }
}

.contacts-owner {
  width: 26.875rem;
}

@media screen and (max-width: 111.25em) {
  .contacts-owner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 30em) {
  .contacts-owner {
    width: 100%;
  }
}

.contacts-media__wrapper {
  overflow: hidden;
}

.contacts-media__wrapper img {
  width: 100%;
}

.contacts-title {
  font-size: 2rem;
  line-height: 115%;
  letter-spacing: var(--letter-spacing);
  margin: 1.625rem 0 1rem 0;
}

@media screen and (max-width: 30em) {
  .contacts-title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.contacts-desc {
  font-size: 1rem;
  letter-spacing: var(--letter-spacing);
}

.media {
  padding-bottom: var(--section-spacer);
}

.media-header {
  border-top: var(--border-default);
  padding-top: var(--section-spacer);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}

.media-header .hiddenY {
  padding-right: 0.625rem;
}

.media-header .desc {
  margin-top: 0.625rem;
}

@media screen and (max-width: 80em) {
  .media-header {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 64em) {
  .media-header .desc {
    display: none;
  }
}

@media screen and (max-width: 30em) {
  .media-header {
    margin-bottom: 1.875rem;
  }
}

.footer {
  padding-bottom: 2.5rem;
}

.footer .container {
  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;
}

@media screen and (max-width: 47.9375em) {
  .footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
}

@media screen and (max-width: 35em) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-left,
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-left {
  gap: 5rem;
}

.footer-left .button .arrow {
  fill: var(--yellow);
}

@media screen and (max-width: 93.75em) {
  .footer-left {
    gap: 2.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .footer-left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 35em) {
  .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.footer-right {
  gap: 3.75rem;
}

.footer-right .link {
  font-size: 1.875rem;
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 93.75em) {
  .footer-right .link {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 80em) {
  .footer-right .link {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 35em) {
  .footer-right .link {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 80em) {
  .footer-right .link {
    display: none;
  }
}

.modal {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.modal-video-content {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 70%;
  padding-bottom: 39.25%;
  height: 0;
}

.modal-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 60.4375em) {
  .modal-video-content {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(140, 140, 140, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-close {
  position: absolute;
  right: var(--close-size);
  top: var(--close-size);
  z-index: 3;
  width: var(--close-size);
  height: var(--close-size);
}

.modal-close svg {
  width: 100%;
  height: 100%;
  fill: var(--black);
}

.modal-close svg {
  -webkit-transition: opacity var(--transition-default);
  transition: opacity var(--transition-default);
}

.modal-close:hover svg {
  opacity: 0.5;
}

.modal-content {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 4.375rem 3.75rem;
  background: var(--white);
  border-radius: 3.75rem;
  width: 46.875rem;
}

@media screen and (max-width: 111.25em) {
  .modal-content {
    padding: 2.5rem 3.125rem;
  }
}

@media screen and (max-width: 93.75em) {
  .modal-content {
    width: 37.5rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .modal-content {
    padding: 2.5rem;
    width: 31.25rem;
    border-radius: 2.25rem;
  }
}

@media screen and (max-width: 35em) {
  .modal-content {
    width: 22.5rem;
    padding: 2.1875rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 22.5em) {
  .modal-content {
    width: 20.3125rem;
    padding: 1.5625rem;
  }
}

.modal-title {
  font-size: 5rem;
  letter-spacing: var(--letter-spacing);
  line-height: 85%;
  letter-spacing: var(--letter-spacing);
  font-family: var(--font-light);
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 111.25em) {
  .modal-title {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 80em) {
  .modal-title {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 35em) {
  .modal-title {
    font-size: 2.25rem;
    line-height: 92%;
  }
}

@media screen and (max-width: 30em) {
  .modal-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 22.5em) {
  .modal-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 35em) {
  .modal-title {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 30em) {
  .modal-title {
    font-size: 2.125rem;
  }
}

.modal-desc {
  font-size: 1.5rem;
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 111.25em) {
  .modal-desc {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 80em) {
  .modal-desc {
    font-size: 1rem;
  }
}

@media screen and (max-width: 35em) {
  .modal-desc {
    font-size: 0.875rem;
  }
}

.formSend {
  display: grid;
  gap: 1.5625rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 80em) {
  .formSend {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 35em) {
  .formSend {
    gap: 0.9375rem;
  }
}

.form-label {
  font-size: 1.125rem;
  line-height: 115%;
  letter-spacing: var(--letter-spacing);
  display: grid;
  gap: 0.75rem;
}

@media screen and (max-width: 93.75em) {
  .form-label {
    font-size: 1rem;
    line-height: 125%;
  }
}

@media screen and (max-width: 30em) {
  .form-label {
    font-size: 0.875rem;
  }
}

.formSend__input {
  padding: 1.875rem 1.25rem;
  background: var(--grey-light);
  font-size: 1.125rem;
  letter-spacing: var(--letter-spacing);
  border-radius: 0.9375rem;
  outline: 0;
  font-family: var(--font-light);
}

.formSend__input::-webkit-input-placeholder {
  color: #a3a3a3;
}

.formSend__input::-moz-placeholder {
  color: #a3a3a3;
}

.formSend__input:-ms-input-placeholder {
  color: #a3a3a3;
}

.formSend__input::-ms-input-placeholder {
  color: #a3a3a3;
}

.formSend__input::placeholder {
  color: #a3a3a3;
}

@media screen and (max-width: 111.25em) {
  .formSend__input {
    padding: 1.25rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 35em) {
  .formSend__input {
    padding: 0.9375rem;
    border-radius: 0.625rem;
  }
}

.form-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.form-method .button {
  padding: 0.625rem 1.25rem;
  width: 100%;
}

.form-method .button:after {
  background: var(--grey-light);
}

.form-method svg {
  position: relative;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--black);
}

@media screen and (max-width: 80em) {
  .form-method svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.form-method span {
  text-transform: lowercase;
}

@media screen and (max-width: 111.25em) {
  .form-method .button {
    font-size: 0.875rem;
  }

  .form-method svg {
    height: 1.125rem;
    width: 1.125rem;
  }
}

@media screen and (max-width: 93.75em) {
  .form-method svg {
    height: 1rem;
    width: 1rem;
  }

  .form-method .button {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .form-method svg {
    height: 0.75rem;
    width: 0.75rem;
  }

  .form-method .button {
    font-size: 0.6875rem;
  }

  .form-method .button span {
    margin-bottom: 0.0625rem;
  }
}

@media screen and (max-width: 35em) {
  .form-method {
    gap: 0.3125rem;
  }

  .form-method .button {
    padding: 0.625rem 0.3125rem;
  }
}

.form-method .active {
  color: var(--black);
}

.form-method .active:after {
  background: var(--yellow);
}

.form-method .active .arrow {
  fill: var(--black);
}

.button-submit {
  padding: 1.5625rem 0.9375rem;
  font-size: 1.75rem;
  letter-spacing: var(--letter-spacing);
}

@media screen and (max-width: 111.25em) {
  .button-submit {
    font-size: 1.3125rem;
    padding: 1.3125rem;
  }
}

@media screen and (max-width: 80em) {
  .button-submit {
    font-size: 1.125rem;
    padding: 1.125rem;
  }
}

@media screen and (max-width: 35em) {
  .button-submit {
    font-size: 1rem;
    padding: 0.75rem;
  }

  .button-submit .arrow {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.menu {
  display: none;
}

.menu .link-arrow {
  font-size: 1.875rem;
  letter-spacing: var(--letter-spacing);
  z-index: 1;
}

@media screen and (max-width: 93.75em) {
  .menu .link-arrow {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 80em) {
  .menu .link-arrow {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 35em) {
  .menu .link-arrow {
    font-size: 1.125rem;
  }
}

.menu-header {
  position: relative;
}

.menu-close {
  width: var(--close-size);
  height: var(--close-size);
}

.menu-close svg {
  width: 100%;
  height: 100%;
  fill: var(--black);
}

.menu-close svg {
  -webkit-transition: opacity var(--transition-default);
  transition: opacity var(--transition-default);
}

.menu-close:hover svg {
  opacity: 0.5;
}

.menu-content {
  --menu-spacer: 3.125rem;
  position: relative;
  z-index: 3;
  background: var(--white);
  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: var(--menu-spacer);
  padding-bottom: var(--menu-spacer);
}

.menu-content .lang {
  display: none;
}

@media screen and (max-width: 40.625em) {
  .menu-content {
    height: 100dvh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-content .lang {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}

@media screen and (max-width: 22.5em) {
  .menu-content .lang {
    display: block;
  }
}

.menu-info {
  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: var(--menu-spacer);
}

@media screen and (max-width: 40.625em) {
  .menu-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.menu-main {
  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: var(--menu-spacer);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 40.625em) {
  .menu-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav-menu {
  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: 1.25rem;
  font-size: 1.125rem;
  letter-spacing: -0.09em;
  line-height: 115%;
}

.thankyou {
  padding: var(--section-spacer) 0;
}

@media screen and (max-width: 60.4375em) {
  .thankyou {
    padding-top: unset;
  }
}

.thankyou-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}

.thankyou-header svg {
  margin-top: 1.875rem;
  width: 6.25rem;
  height: 6.25rem;
  fill: var(--yellow);
}

@media screen and (max-width: 93.75em) {
  .thankyou-header {
    gap: 1.25rem;
  }

  .thankyou-header svg {
    width: 3.75rem;
    height: 3.75rem;
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 80em) {
  .thankyou-header svg {
    width: 3.125rem;
    height: 3.125rem;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 60.4375em) {
  .thankyou-header {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 30em) {
  .thankyou-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%;
    gap: 0.3125rem;
    margin-bottom: 1.875rem;
  }

  .thankyou-header svg {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.thankyou-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

@media screen and (max-width: 60.4375em) {
  .thankyou-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.thankyou-media-wrapper {
  overflow: hidden;
  width: 18.75rem;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

@media screen and (max-width: 30em) {
  .thankyou-media-wrapper {
    width: 100%;
  }
}

.thankyou-media {
  width: 100%;
}

.thankyou-text {
  width: 37.5rem;
}

@media screen and (max-width: 93.75em) {
  .thankyou-text {
    width: 31.25rem;
  }
}

@media screen and (max-width: 35em) {
  .thankyou-text {
    width: 100%;
  }
}

.thankyou-title {
  font-size: 2rem;
  letter-spacing: var(--letter-spacing);
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 93.75em) {
  .thankyou-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 35em) {
  .thankyou-title {
    font-size: 1.3125rem;
  }
}

.thankyou-desc {
  font-size: 1rem;
}

.video-widget {
  position: fixed;
  left: 0;
  z-index: 80;
  bottom: 0;
  display: none;
  visibility: hidden;
}

.video-widget__container {
  z-index: 999999;
  overflow: hidden;
  border-style: solid;
  background: #eee;
  -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s,
    bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s,
    opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s,
    height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s,
    border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
  border-radius: 0.625rem;
  border-width: 0.1875rem;
  width: 8.125rem;
  height: 11.25rem;
  border-color: #fff;
}

.video-widget__container:hover {
  -webkit-transform: scale(1.05) translate(5px, -5px);
  transform: scale(1.05) translate(5px, -5px);
  border-color: #131344;
}

.video-widget__video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 200;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  opacity: 1;
}

.video-widget__close {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 250;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s,
    -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s,
    -webkit-transform 0.3s ease-in-out 0s;
}

.video-widget__close:after,
.video-widget__close:before {
  position: absolute;
  left: 0.5625rem;
  top: 0.0625rem;
  content: " ";
  height: 1.125rem;
  width: 0.125rem;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0.0625rem 0.0625rem 0.625rem;
  box-shadow: rgba(0, 0, 0, 0.5) 0.0625rem 0.0625rem 0.625rem;
}

.video-widget__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-widget__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-widget__container:hover .video-widget__close {
  opacity: 0.5;
}

.video-widget.video-widget[data-state="opened"] .video-widget__container {
  width: 17.5rem;
  height: 31.25rem;
  border-radius: 1.25rem;
  border-color: #fff;
}

.video-widget.video-widget[data-state="opened"] .video-widget__close {
  opacity: 0.5;
}

.video-widget.video-widget[data-state="opened"] .video-widget__close:before {
  display: none;
}

.video-widget.video-widget[data-state="opened"] .video-widget__close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video-widget.video-widget[data-state="opened"] .video-widget__close:hover {
  opacity: 1;
}

.video-widget__button {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  left: 1.25rem;
  height: 0;
  z-index: 300;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0.25rem 0.9375rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.25rem 0.9375rem;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out 0s,
    background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s,
    background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  opacity: 1;
  visibility: visible;
  background-color: #242d3a;
  font-size: 0.875rem;
  vertical-align: middle;
  line-height: 4.0625rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: var(--font-default);
  border-radius: 3.75rem;
  background: var(--yellow);
  color: var(--black);
}

.video-widget__button:hover {
  background: #ffe34a;
}

.video-widget.video-widget[data-state="opened"] .video-widget__button {
  opacity: 1;
  height: 4.0625rem;
}

@media only screen and (max-width: 63.9375em) {
  .video-widget__close {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 29.9375em) {
  .video-widget__container {
    left: 0.9375rem;
    bottom: 15spx;
    width: 6.25rem;
    height: 8.625rem;
  }
}

.hiddenY {
  overflow-y: hidden;
}

.lang-container {
  visibility: hidden;
}

.modal-bg,
.modal-close {
  visibility: hidden;
}

.wrapper-main .header,
.wrapper-main .menu-header {
  visibility: hidden;
}

.first-media-wrapper {
  visibility: hidden;
}

.first-title-desc,
.first-title-icon,
.first-title-line .title-extraLarge {
  visibility: hidden;
}

.first-title-line {
  overflow-y: hidden;
}

.first-right-item {
  visibility: hidden;
}

.first .ready {
  visibility: hidden;
}

.clients-item {
  visibility: hidden;
}

.advantages-header .pretitle,
.advantages-header .title-large {
  visibility: hidden;
}

.advantages-number > div {
  visibility: hidden;
}

.cases-header .pretitle,
.cases-header .title-large {
  visibility: hidden;
}

.cases-header-right .desc,
.cases-header-right .logo-icon {
  visibility: hidden;
}

.cases-item {
  visibility: hidden;
}

.cta .title-large {
  visibility: hidden;
}

.cta .ready-number {
  visibility: hidden;
}

.packs .title-large {
  visibility: hidden;
}

.packs .pretitle {
  visibility: hidden;
}

.additional-header .title-large {
  visibility: hidden;
}

.additional-header .pretitle {
  visibility: hidden;
}

.additional-header .desc {
  visibility: hidden;
}

.contacts-left .title-large {
  visibility: hidden;
}

.contacts-left .pretitle {
  visibility: hidden;
}

.contacts-media {
  scale: 1.3;
}

.contacts-title > div {
  visibility: hidden;
}

.media-header .title-large {
  visibility: hidden;
}

.media-header .pretitle {
  visibility: hidden;
}

.media-header .desc {
  visibility: hidden;
}

.thankyou .title-large {
  visibility: hidden;
}

.thankyou-header svg {
  visibility: hidden;
}

.thankyou-media {
  scale: 1.6;
}

.thankyou-title {
  visibility: hidden;
}

.thankyou-desc {
  visibility: hidden;
}

.xCase-header .title-large {
  visibility: hidden;
}

.xCase-header .title-large > div {
  padding: 0.1875rem 0;
}

.xCase-header .pretitle {
  visibility: hidden;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.wrapper-cases .cases {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.wrapper-cases .cases .container {
  padding-top: 0;
  padding-bottom: var(--section-spacer);
}

.wrapper-cases .cases .cases-content {
  margin-bottom: unset;
}

.wrapper-cases .contacts .container {
  border-top: var(--border-default);
}

@media screen and (max-width: 40.625em) {
  .wrapper-cases .cases {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.xCase-header {
  padding: calc(var(--section-spacer) / 1.5) 0 calc(var(--section-spacer) / 1.5);
}

.xCase-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}

@media screen and (max-width: 80em) {
  .xCase-header .container {
    gap: 0.625rem;
  }
}

.xCase-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.xCase-body img {
  width: 100%;
}

.vimeo-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background: var(--white);
}

.vimeo-wrapper embed,
.vimeo-wrapper iframe,
.vimeo-wrapper object {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
