@charset "UTF-8";

/* Base */

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  --refRes: 1920;
  font-size: calc(100vw / var(--refRes) * 10);
}

body {
  min-width: 320px;
  background-color: var(--page-bg);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--black);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.wrapper.innerPage {
  padding-top: var(--header-height);
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.innerPage .footer {
  background-color: var(--white);
}

section {
  height: clamp(93rem, 100dvh, 150dvh);
  padding: 7rem 0 6rem;
  overflow-x: hidden;
  overflow-y: hidden;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[class^=__inner],
[class*=__inner] {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  width: 100%;
  height: 100%;
}

.container-fluid {
  padding: 0;
  height: 100%;
}

@font-face {
  font-family: Micra;
  font-display: swap;
  src: url("../fonts/Micra-Bold.woff2") format("woff2"), url("../fonts/Micra-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Micra;
  font-display: swap;
  src: url("../fonts/Micra.woff2") format("woff2"), url("../fonts/Micra.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.general__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}

.general__head-text {
  margin-left: var(--title-margin-left);
  max-width: 57.5rem;
}

.general__head h2::before {
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.general__head.animatedClass h2::before {
  width: 12.5rem;
}

.general__anim {
  display: none;
}

.swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper__btns-text {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 1rem;
  width: 100%;
  background-color: var(--page-bg);
  text-transform: uppercase;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  margin-top: 2rem;
}

.swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.3rem !important;
  opacity: 1;
  background: var(--gray);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.6rem;
  background: var(--accent);
}

.swiper-thumbs .swiper-slide {
  border: 0.1rem solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-thumbs .swiper-slide-thumb-active {
  border-color: var(--accent);
}

[class^=swiper-button-],
[class*=" swiper-button-"] {
  --swiper-button-size: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--swiper-button-size);
  height: var(--swiper-button-size);
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: static;
  cursor: pointer;
  opacity: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[class^=swiper-button-] i,
[class*=" swiper-button-"] i {
  width: var(--swiper-button-size);
  height: var(--swiper-button-size);
  font-size: var(--swiper-button-size);
  color: var(--gray);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[class^=swiper-button-]:hover,
[class*=" swiper-button-"]:hover {
  background-color: var(--accent);
}

[class^=swiper-button-]:hover i,
[class*=" swiper-button-"]:hover i {
  color: var(--white);
}

[class^=swiper-button-]::before,
[class^=swiper-button-]::after,
[class*=" swiper-button-"]::before,
[class*=" swiper-button-"]::after {
  display: none;
}

.objects__slider [class^=swiper-button-],
.objects__slider [class*=" swiper-button-"] {
  background-color: var(--gray);
}

.objects__slider [class^=swiper-button-] i,
.objects__slider [class*=" swiper-button-"] i {
  color: var(--black);
}

.objects__slider .swiper__btns {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.objects__slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 4.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.objects__slider .swiper-button-prev:hover {
  background-color: var(--accent);
}

.objects__slider .swiper-button-prev:hover i {
  color: var(--white);
}

.objects__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 4.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.objects__slider .swiper-button-next:hover {
  background-color: var(--accent);
}

.objects__slider .swiper-button-next:hover i {
  color: var(--white);
}

.objects__slider--step.swiper-fade .swiper-slide-active .swiper-slide,
.objects__slider--step.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: all;
}

.objects__gallery .swiper-pagination {
  position: absolute;
  bottom: 1rem;
  margin: 0;
}

.objects__gallery .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: var(--white);
}

.command .swiper__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.command .swiper-slide.swiper-slide-prev .command__item-head {
  opacity: 0;
  -webkit-transform: translateX(-40rem);
  -ms-transform: translateX(-40rem);
  transform: translateX(-40rem);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.command .swiper-slide.swiper-slide-prev .command__item-body {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.command .swiper-slide.swiper-slide-prev .command__item-photo {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.command .swiper-slide .command__item-head {
  opacity: 0;
  -webkit-transform: translateX(40rem);
  -ms-transform: translateX(40rem);
  transform: translateX(40rem);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.command .swiper-slide .command__item-body {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 1.5s ease, opacity 0.5s ease;
  transition: all 1.5s ease, opacity 0.5s ease;
  position: relative;
  z-index: 0;
}

.command .swiper-slide .command__item-photo {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.command .swiper-slide-active .command__item-head {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.command .swiper-slide-active .command__item-body {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.command .swiper-slide-active .command__item-photo {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Micra", sans-serif;
  --container-padding: 10rem;
  --container-width: 172rem;
  --white: #ffffff;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-80: rgba(255, 255, 255, 0.8);
  --black: #161616;
  --black-20: rgba(22, 22, 22, 0.2);
  --black-30: rgba(22, 22, 22, 0.3);
  --black-40: rgba(22, 22, 22, 0.4);
  --black-50: rgba(22, 22, 22, 0.5);
  --black-60: rgba(22, 22, 22, 0.6);
  --black-70: rgba(22, 22, 22, 0.7);
  --black-80: rgba(22, 22, 22, 0.8);
  --black-90: rgba(22, 22, 22, 0.9);
  --gray: #C0C6CA;
  --gray-20: rgba(192, 198, 202, 0.2);
  --gray-30: rgba(192, 198, 202, 0.3);
  --gray-50: rgba(192, 198, 202, 0.5);
  --accent: #EA0C0C;
  --accent-20: rgba(234, 12, 12, 0.2);
  --accent-30: rgba(234, 12, 12, 0.3);
  --accent-30: rgba(234, 12, 12, 0.3);
  --accent-50: rgba(234, 12, 12, 0.5);
  --gradient: linear-gradient(82.49deg, #FF9345 0.02%, #FF6625 25.52%, #EA0C0C 63.54%);
  --page-bg: #EAEDEF;
  --page-bg-50: rgba(234, 237, 239, 0.5);
  --page-bg-90: rgba(234, 237, 239, 0.9);
  --header-height: 10rem;
  --title-margin-left: 14.5rem;
}

/* Components */

.btn {
  --width: fit-content;
  --height: 6rem;
  --padding: 2rem;
  --button-color: var(--black);
  --button-background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  background: var(--button-background);
  width: var(--width);
  height: var(--height);
  padding: var(--padding);
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: var(--button-color);
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn i {
  font-size: 2.4rem;
  color: var(--accent);
}

.btn:hover {
  --button-color: var(--white);
  --button-background: var(--accent);
}

.btn:hover i {
  color: var(--white);
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn--outline {
  --padding: 2rem 4rem;
  --button-color: var(--white);
  --button-background: transparent;
  --button-border-color: var(--white-30);
  border: 0.1rem solid var(--button-border-color);
}

.btn--outline:hover {
  --button-border-color: var(--accent);
  --button-background: var(--accent);
}

.btn--outline:hover i {
  color: var(--white);
}

.btn--accent {
  --button-color: var(--white);
  --button-background: var(--gradient);
  letter-spacing: 0.1em;
}

.btn--accent:hover {
  --button-background: var(--gradient);
}

.btn--black {
  --button-color: var(--white);
  --button-background: var(--black);
}

.btn--black:hover {
  --button-color: var(--black);
  --button-background: var(--white);
}

.dropdown {
  background: transparent;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}

.dropdown__selected {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black-50);
  cursor: pointer;
  width: 100%;
  padding: 0 1rem 2rem 0;
  border-bottom: 0.1rem solid var(--gray-20);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  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;
}

.dropdown.check .dropdown__selected {
  color: var(--black);
  border-color: var(--black);
}

.dropdown.is-active .dropdown__selected {
  color: var(--black);
  border-color: var(--black);
}

.dropdown.is-active .dropdown__selected i {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  color: var(--accent);
}

.dropdown__selected:hover,
.dropdown__selected:focus,
.dropdown__selected:active {
  color: var(--black);
  border-color: var(--black);
}

.dropdown__selected span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
}

.dropdown__selected span::after {
  content: " *";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.dropdown.check .dropdown__selected span::after {
  display: none;
}

.dropdown__selected i {
  color: var(--black);
}

.dropdown:hover i {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  color: var(--accent);
}

.dropdown__container {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
  overflow: hidden;
  pointer-events: none;
}

.dropdown.is-active .dropdown__container {
  pointer-events: all;
}

.dropdown__content {
  padding: 4rem 6rem 3rem 3rem;
  will-change: transform;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: var(--black);
  width: calc(100% - 0.1rem);
}

.dropdown.is-active .dropdown__content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.dropdown__option:not(:last-child) {
  display: block;
  margin-bottom: 2rem;
}

.dropdown__label {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
}

.dropdown__label:hover {
  color: var(--accent);
}

:checked + .dropdown__label {
  color: var(--accent);
}

.dropdown__radio {
  display: none;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-group {
  margin-bottom: 5rem;
  width: 100%;
  position: relative;
}

.form-group:last-child {
  margin-bottom: 3rem;
}

.form-group--file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-group--file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.form-group--file label i {
  --font-size: 3.4rem;
  border-radius: 50%;
  background-color: var(--white-10);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-group--file label i g {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-group--file label i path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-group--file label p {
  color: var(--accent-50);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-group--file label:hover i {
  background-color: var(--white);
}

.form-group--file label:hover i g {
  opacity: 1;
}

.form-group--file label:hover i path {
  stroke: var(--black);
}

.form-group--file label:hover p {
  color: var(--accent);
}

.form-input {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  width: 100%;
  padding: 0 1rem 3rem 0;
  border-bottom: 0.1rem solid var(--gray-20);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-input:hover {
  border-color: var(--gray);
}

.form-input:hover + .form-label {
  color: var(--white);
}

.form-input:hover + .form-label span {
  color: var(--accent);
}

.form-input.filled,
.form-input:active,
.form-input:focus {
  border-color: var(--gray);
}

.form-input.filled + .form-label,
.form-input:active + .form-label,
.form-input:focus + .form-label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form-input.invalid {
  color: var(--accent);
  border-color: var(--accent);
}

.form-input.invalid + .form-label {
  color: var(--accent);
}

.form-input.invalid ~ .form-invalid {
  opacity: 1;
  visibility: visible;
}

.form-invalid {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.form-label {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-50);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.form-label span {
  color: var(--accent-50);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-textarea {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  resize: none;
  width: 100%;
  padding: 0 1rem 3rem 0;
  border-bottom: 0.1rem solid var(--gray-20);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-textarea::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-50);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-50);
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-50);
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-textarea::-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-50);
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-textarea::placeholder {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-50);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-textarea:hover {
  border-color: var(--gray);
}

.form-textarea:hover::-webkit-input-placeholder {
  color: var(--white);
}

.form-textarea:hover::-moz-placeholder {
  color: var(--white);
}

.form-textarea:hover:-ms-input-placeholder {
  color: var(--white);
}

.form-textarea:hover::-ms-input-placeholder {
  color: var(--white);
}

.form-textarea:hover::placeholder {
  color: var(--white);
}

.form-textarea:hover + .form-label {
  color: var(--white);
}

.form-textarea:hover + .form-label span {
  color: var(--accent);
}

.form-textarea.filled,
.form-textarea:active,
.form-textarea:focus,
.form-textarea:target {
  border-color: var(--gray);
}

.form-textarea.filled::-webkit-input-placeholder, .form-textarea:active::-webkit-input-placeholder, .form-textarea:focus::-webkit-input-placeholder, .form-textarea:target::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-textarea.filled::-moz-placeholder, .form-textarea:active::-moz-placeholder, .form-textarea:focus::-moz-placeholder, .form-textarea:target::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-textarea.filled:-ms-input-placeholder, .form-textarea:active:-ms-input-placeholder, .form-textarea:focus:-ms-input-placeholder, .form-textarea:target:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-textarea.filled::-ms-input-placeholder, .form-textarea:active::-ms-input-placeholder, .form-textarea:focus::-ms-input-placeholder, .form-textarea:target::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-textarea.filled::placeholder,
.form-textarea:active::placeholder,
.form-textarea:focus::placeholder,
.form-textarea:target::placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-textarea.filled + .form-label,
.form-textarea:active + .form-label,
.form-textarea:focus + .form-label,
.form-textarea:target + .form-label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.form-btn {
  opacity: 0.5;
  width: 100%;
}

.form-btn:hover {
  opacity: 1;
}

.form-btn i {
  color: var(--white);
}

.form-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: var(--white-30);
}

.form-text a {
  text-decoration: underline;
}

.form-text a:hover {
  color: var(--white);
  text-decoration: none;
}

.form-file {
  display: none;
}

.form-file--text {
  color: var(--white-50);
}

.form-file--text p {
  font-weight: 300;
}

.form-file--clear {
  font-weight: 700;
  color: var(--white-50);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-file--clear:hover {
  color: var(--white);
}

.form-file--clear span {
  text-decoration: underline;
}

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  border: 0.4rem solid var(--white);
  border-radius: 50%;
  background: var(--black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.form-checkbox:hover::before {
  background: var(--white);
}

.form-checkbox:checked::before {
  background: var(--accent);
}

.form-checkbox::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

[class^=icon-],
[class*=" icon-"] {
  --font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--font-size);
  height: var(--font-size);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: var(--font-size);
  color: var(--accent);
}

.icon-play {
  --font-size: 1.6rem;
}

.icon-link svg {
  width: 3.4rem;
  height: 3.4rem;
  fill: transparent;
}

.tabs {
  position: relative;
}

.tabs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
}

.tabs__btn h2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.tabs__btn h2::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 0;
  height: 0.3rem;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tabs__btn--active h2 {
  color: var(--accent);
}

.tabs__btn--active h2::after {
  width: 100%;
}

.tabs__btn:hover h2 {
  color: var(--accent);
}

.tabs__btn:hover h2::after {
  width: 100%;
}

.tabs__btn:not(:first-child)::before {
  content: "/";
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 120%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tabs__btn:not(:first-child) h2 {
  margin-left: 0;
}

.tabs__btn:not(:first-child) h2::before {
  display: none;
}

.tabs__panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease, height 0s;
  transition: all 0.3s ease, height 0s;
}

.tabs__panel--active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: auto;
}

h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 6rem;
  line-height: 120%;
  color: var(--white);
  position: relative;
}

h1 span {
  color: var(--accent);
}

h1::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 3.5rem;
  right: calc(100% + 2rem);
}

h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 120%;
  margin-left: var(--title-margin-left);
  position: relative;
  /* для блока advan */
}

h2::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 2.5rem;
  right: calc(100% + 2rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 120%;
  margin-left: var(--title-margin-left);
  position: relative;
}

h3::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 2.5rem;
  right: calc(100% + 2rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 120%;
}

h5 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--accent);
}

.suptitle p {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.title-border h1,
.title-border h2,
.title-border h3,
.title-border h4,
.title-border h5,
.title-border h6 {
  margin-left: var(--title-margin-left);
  position: relative;
}

.title-border h1::before,
.title-border h2::before,
.title-border h3::before,
.title-border h4::before,
.title-border h5::before,
.title-border h6::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 1.4rem;
  right: calc(100% + 2rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Modules */

.burger-btn {
  --time: 0.3s;
  --width: 10rem;
  --height: 10rem;
  --background-color: var(--white);
  --hover-background-color: var(--accent);
  /* Fixed height and width */
  height: var(--height);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--background-color);
  -webkit-transition: all var(--time) ease;
  transition: all var(--time) ease;
  position: fixed;
  top: 0;
  left: 0;
}

.innerPage .burger-btn {
  --background-color: var(--black);
}

.burger-btn:hover {
  --background-color: var(--accent);
}

.burger-btn:hover .burger-icon {
  --background-color: var(--white);
}

.burger-icon {
  --width: 2rem;
  --height: 0.1rem;
  --background-color: var(--black);
  width: var(--width);
  height: var(--height);
  background-color: var(--background-color);
  position: relative;
  margin-right: 1rem;
  -webkit-transition: all var(--time) ease;
  transition: all var(--time) ease;
}

.innerPage .burger-icon {
  --background-color: var(--white);
}

.burger-icon::before,
.burger-icon::after {
  --width: 3rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--height);
  background-color: var(--background-color);
  -webkit-transition: all var(--time) ease;
  transition: all var(--time) ease;
}

.burger-icon::before {
  top: -1rem;
}

.burger-icon::after {
  top: 1rem;
}

.burger-close {
  --burger-btn-color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--burger-btn-color);
  bottom: 50%;
  right: -10rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.burger-close:hover {
  --burger-btn-color: var(--accent);
}

.burger-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
}

.burger-close span::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 0.2rem;
  position: absolute;
  border: 0.2rem solid var(--burger-btn-color);
  border-radius: 0.1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger-close span::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 0.2rem;
  position: absolute;
  border: 0.2rem solid var(--burger-btn-color);
  border-radius: 0.1rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger-close h3 {
  margin-left: 0;
}

.burger-close h3::before {
  display: none;
}

.burger-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--black-90);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 200;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100dvh;
}

.burger-menu--opened {
  right: 0;
  pointer-events: all;
}

.burger-menu--opened .burger-overlay {
  opacity: 1;
  visibility: visible;
}

.burger-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  gap: 2rem;
  max-width: 136rem;
  width: 100%;
  height: 100%;
  padding: 8rem 13rem 10rem;
  background-color: var(--page-bg-90);
  position: relative;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: auto;
}

.burger-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  width: 42rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.burger-menu__title {
  text-transform: uppercase;
}

.burger-menu__title h3 {
  margin-left: 0;
}

.burger-menu__title h3::before {
  display: none;
}

.burger-menu__list li {
  margin-bottom: 3rem;
}

.burger-menu__list li:last-child {
  margin-bottom: 0;
}

.burger-menu__list a {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}

.burger-menu__list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger-menu__list a:hover {
  color: var(--accent);
}

.burger-menu__list a:hover::before {
  width: 100%;
}

.burger-menu__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  width: calc(100% - 42rem - 2rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.burger-menu__foot-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.burger-menu__foot-tel {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 5rem;
  line-height: 120%;
  text-transform: uppercase;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.burger-menu__foot-tel::before {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  width: 0;
  height: 0.3rem;
  background: var(--gradient);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger-menu__foot-tel:hover::before {
  width: 100%;
}

.burger-menu__foot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.burger-menu__foot-text {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 120%;
}

.burger-menu__foot-text a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--accent);
  text-decoration: underline;
}

.burger-menu__foot-text a:hover {
  color: inherit;
  text-decoration: none;
}

.burger-menu__foot-text p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.burger-menu__foot-text span {
  white-space: nowrap;
}

.burger-menu__foot-btn {
  --button-color: var(--accent);
  --button-border-color: var(--gray);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.burger-menu__foot-btn:hover {
  --button-color: var(--white);
}

/* Blocks */

.accordion {
  cursor: pointer;
}

.accordion-active .accordion-body {
  grid-template-rows: 1fr;
}

.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
  /* hack */
  /* hack*/
}

.footer::before {
  content: "";
  position: absolute;
  right: -26.2rem;
  bottom: -2.3rem;
  display: block;
  width: 89.5rem;
  height: 67.8rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODk1IiBoZWlnaHQ9IjY3OSIgdmlld0JveD0iMCAwIDg5NSA2NzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTM3Mi4yODggNjc4LjU2NUgyOTcuNjE5TDUwNC4xNzMgNDcyLjAxMkg1NzguODQyTDM3Mi4yODggNjc4LjU2NVpNNzQuNjY4OSA2NzQuMjE5SDBMMjAyLjIwOCA0NzIuMDEySDI3Ni44NzZMNzQuNjY4OSA2NzQuMjE5Wk0zNTMuNTE5IDQ3Mi4wMTJINDI3Ljg3MUwyMjUuNzY4IDY3NC4xMTVIMTUxLjA5OUwzNTIuODExIDQ3Mi40MDNIMjc4LjQ1OEw3NTAuODYyIDBIODI1LjUzMUwzNTMuNTE5IDQ3Mi4wMTJaTTY1My45MDMgNDcyLjAxMkg3MjguMjU2TDUyNy41NDQgNjcyLjcyNUg0NTIuODc1TDY1My4xOTUgNDcyLjQwM0g1NzguODQzTDgyMC4wODQgMjMxLjE2Mkg4OTQuNzUzTDY1My45MDMgNDcyLjAxMlpNNTAyLjU0MSA0NzIuNDAzSDQyNy44NzJMODE3Ljc4NyA4Mi40ODgzSDg5Mi40NTVMNTAyLjU0MSA0NzIuNDAzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwNDNfMTY5KSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwNDNfMTY5IiB4MT0iNjI4LjI5MSIgeTE9IjMzLjAwNTkiIHgyPSItMTUuNzYzMyIgeTI9IjYzNy45MTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0VBMEMwQyIvPgo8c3RvcCBvZmZzZXQ9IjAuNDk1MTkyIiBzdG9wLWNvbG9yPSIjRkYzRTI1IiBzdG9wLW9wYWNpdHk9IjAuNyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjkzNDUiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.footer__inner {
  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;
}

.footer .burger-menu__inner {
  /* hakc */
  gap: 10rem;
  max-width: unset;
  margin: 0;
  padding: 0;
  background: transparent;
}

.footer .burger-menu__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer .burger-menu__list {
  padding-left: 14.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer .burger-menu__foot h2 {
  margin-left: 0;
}

.footer .burger-menu__foot h2::before {
  display: none;
}

.footer .burger-menu__foot-tel {
  margin-bottom: 0;
}

.footer__body {
  padding-bottom: 3rem;
  height: 100%;
}

.footer__body-link {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: var(--gray);
  text-decoration: underline !important;
}

.footer__body-link:hover {
  color: var(--black);
}

.footer__bottom {
  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: 114rem;
  width: 100%;
  padding: 2.5rem 0;
  border-top: 0.1rem solid var(--gray-50);
}

.footer__bottom a {
  width: auto;
  height: 2rem;
}

.footer__bottom a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: var(--header-height);
}

.innerPage .header {
  background-color: var(--white);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10rem;
}

.innerPage .header__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__drop {
  --padding-x: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0.1rem solid var(--accent-20);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.8rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header__drop.accordion-active {
  border-color: var(--page-bg);
}

.header__drop.accordion-active legend {
  color: var(--page-bg);
}

.header__drop.accordion-active .header__drop-head a {
  color: var(--accent);
}

.header__drop.accordion-active .header__drop-head i {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.header__drop.accordion-active .header__drop-body {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.header__drop.accordion-active .header__drop-body ul {
  padding-bottom: 0.3rem;
}

.header__drop legend {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__drop-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  height: 5.2rem;
  padding: 1rem var(--padding-x) 1rem var(--padding-x);
}

.header__drop-head a {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--white);
}

.header__drop-head a:hover {
  color: var(--accent);
}

.innerPage .header__drop-head a {
  color: var(--black);
}

.header__drop-head i {
  --font-size: 1.8rem;
}

.header__drop-body {
  width: 100%;
  padding: 0 var(--padding-x) 0 var(--padding-x);
  background-color: var(--page-bg);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__drop-body ul {
  overflow: hidden;
}

.header__drop-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.header__drop-body li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.header__drop-body i {
  font-size: 2.4rem;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--accent);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__drop-body a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 125%;
  position: relative;
}

.header__drop-body a:hover::before {
  width: 100%;
}

.header__drop-body a::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  width: 0;
  height: 0.1rem;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__btn {
  --height: 100%;
  min-width: 37rem;
}

.header__btn i {
  display: none;
  font-size: 4.2rem;
  color: var(--white);
  pointer-events: none;
}

.logo {
  width: auto;
  height: 6rem;
  margin-left: 24.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.plate {
  display: none;
}

.plate--contact {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  background: var(--black-70);
  backdrop-filter: blur(0.855rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10rem);
  -ms-transform: translateY(10rem);
  transform: translateY(10rem);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.plate--contact.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.plate--contact .plate__btn {
  font-size: 1.4rem;
}

.plate--contact .plate__btn:hover .path2:before {
  color: var(--accent);
}

.plate--contact i {
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}

.plate--cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 91;
  pointer-events: none;
}

.plate--cookie .plate__btn {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.plate__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 2rem 1.5rem 3rem;
  background-color: var(--gray);
  pointer-events: all;
}

.plate__text a {
  text-decoration: underline;
}

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

.plate__content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
}

.plate__content a {
  width: 100%;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 300;
  background-color: var(--black-90);
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.popup__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: 5rem;
}

.popup__box {
  background-color: var(--white);
  padding: 7rem 3rem 4rem;
  position: relative;
  max-width: 52.5rem;
  width: 90vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  z-index: 1;
  margin: 3rem 1.5rem;
  -webkit-box-shadow: 0px 0px 17px -7px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 17px -7px rgba(34, 60, 80, 0.2);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.popup__close::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close:hover::before,
.popup__close:hover::after {
  background-color: var(--accent);
}

.popup.open {
  visibility: visible;
  opacity: 1;
}

.popup.open .popup__box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

.popup__wrap {
  position: relative;
}

.popup .general__head-title h1,
.popup .general__head-title h2,
.popup .general__head-title h3,
.popup .general__head-title h4,
.popup .general__head-title h5,
.popup .general__head-title h6 {
  margin-left: 0;
}

.popup .general__head-title h1::before,
.popup .general__head-title h2::before,
.popup .general__head-title h3::before,
.popup .general__head-title h4::before,
.popup .general__head-title h5::before,
.popup .general__head-title h6::before {
  display: none;
}

.popup .general__head-text {
  margin-left: 0;
}

.popup .form-group {
  margin-bottom: 4rem;
}

.popup .form-input {
  padding: 0 1rem 2rem 0;
}

.popup .form-input:hover {
  border-color: var(--black);
}

.popup .form-input:hover + .form-label {
  color: var(--black);
}

.popup .form-input.filled,
.popup .form-input:active,
.popup .form-input:focus {
  color: var(--black);
  border-color: var(--black);
}

.popup .form-label {
  color: var(--black-50);
}

.popup .form-textarea {
  padding: 0 1rem 2rem 0;
  color: var(--black-50);
}

.popup .form-textarea::-webkit-input-placeholder {
  color: var(--black-50);
}

.popup .form-textarea::-moz-placeholder {
  color: var(--black-50);
}

.popup .form-textarea:-ms-input-placeholder {
  color: var(--black-50);
}

.popup .form-textarea::-ms-input-placeholder {
  color: var(--black-50);
}

.popup .form-textarea::placeholder {
  color: var(--black-50);
}

.popup .form-textarea:hover {
  border-color: var(--black);
}

.popup .form-textarea:hover::-webkit-input-placeholder {
  color: var(--black);
}

.popup .form-textarea:hover::-moz-placeholder {
  color: var(--black);
}

.popup .form-textarea:hover:-ms-input-placeholder {
  color: var(--black);
}

.popup .form-textarea:hover::-ms-input-placeholder {
  color: var(--black);
}

.popup .form-textarea:hover::placeholder {
  color: var(--black);
}

.popup .form-textarea:hover + .form-label {
  color: var(--black);
}

.popup .form-textarea.filled,
.popup .form-textarea:active,
.popup .form-textarea:focus {
  color: var(--black);
  border-color: var(--black);
}

.popup .form-text {
  color: var(--black);
}

.popup .form-text p {
  font-size: 1.2rem;
}

.popup .form-text a {
  color: var(--accent);
  text-decoration: none;
}

.popup .form-text a:hover {
  text-decoration: underline;
}

.popup .form-checkbox {
  border: 0.4rem solid var(--black);
  background: var(--white);
}

.popup .form-checkbox:hover::before {
  background: var(--black);
}

.popup#popup-results .popup__box {
  padding: 5rem 5rem 5rem 3rem;
}

.privacy {
  padding: 5rem 0 6rem;
  height: auto;
}

.privacy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.privacy__body {
  margin: 0 var(--title-margin-left);
}

.privacy h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 120%;
  color: inherit;
  margin-left: var(--title-margin-left);
  position: relative;
}

.privacy h1::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 2.5rem;
  right: calc(100% + 2rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.privacy h6 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.04;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
}

.privacy h6:not(:first-child) {
  padding-top: 1rem;
}

.privacy p {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.privacy p:not(:last-child) {
  margin-bottom: 2rem;
}

.privacy a {
  color: var(--accent);
}

.privacy a:hover {
  text-decoration: underline;
}

.privacy ul li {
  margin-bottom: 2rem;
}

.privacy ul li::before {
  content: "·";
  width: 2.4rem;
  display: inline-block;
  text-align: center;
  font-weight: 700;
}

.timeline {
  width: 100dvw;
  padding: 0 var(--container-padding);
  margin-left: calc(var(--container-padding) * -1);
}

.timeline-container {
  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;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.timeline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  will-change: transform;
  cursor: -webkit-grab;
  cursor: grab;
}

.timeline-wrapper.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.timeline-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--history-item-width);
  flex: 0 0 var(--history-item-width);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.timeline-button-prev,
.timeline-button-next {
  width: 5rem;
  height: 5rem;
  background-color: var(--white);
  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-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.timeline-button-prev:hover,
.timeline-button-next:hover {
  color: var(--white);
  background-color: var(--accent);
}

.timeline-button-prev i,
.timeline-button-next i {
  --font-size: 5rem;
  color: var(--gray);
}

/* Elements */

/* Sections */

.about {
  padding-bottom: 10rem;
  overflow: visible;
  position: relative;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr;
  gap: 5rem 2rem;
  height: auto;
  position: relative;
}

.about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  grid-column: 1/9;
  grid-row: 1/2;
}

.about__items {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about__item-count {
  position: relative;
}

.about__item-count h2 {
  font-weight: 700;
  white-space: nowrap;
  display: block;
  margin-left: 0;
  position: absolute;
  bottom: 1.6rem;
  left: -0.4rem;
}

.about__item-count h2::before {
  display: none;
}

.about__item-count span {
  color: var(--accent);
}

.about__item-count::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 12.5rem;
  background-color: var(--gray);
}

.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2rem;
  grid-column: 1/11;
  grid-row: 2/3;
}

.about__body-img {
  width: 70.5rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border: 0.3rem solid var(--white);
}

.about__body-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__body-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: 3rem;
  margin-left: var(--title-margin-left);
}

.about__body-content h4 {
  position: relative;
}

.about__body-content h4::before {
  content: "";
  display: block;
  width: 12.5rem;
  height: 0.2rem;
  background-color: var(--accent);
  position: absolute;
  top: 2rem;
  right: calc(100% + 2rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about__video {
  max-width: 41.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 415/731;
  overflow: hidden;
  border: 0.3rem solid var(--white);
  position: absolute;
  top: -21rem;
  right: 0;
  z-index: 1;
}

.about__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__video-content {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  cursor: pointer;
  padding: 9rem 0 13rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.about__video-content span {
  display: block;
  width: 0.2rem;
  height: 100%;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.about__video-content span::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
}

.about__video:hover .about__video-content span::before {
  height: 100%;
}

.about__video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about__video:hover .about__video-btn {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: var(--accent);
}

.about__video:hover .about__video-btn i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  color: var(--white);
}

.about__video-text {
  color: var(--white);
  text-transform: uppercase;
}

.about__component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22.5rem;
  height: 22.5rem;
  background: var(--gradient);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  bottom: 5rem;
  right: 0;
}

.about__component:hover img:first-child {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.about__component:hover img:last-child {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.about__component img {
  width: 12.8rem;
  height: 12.9rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about__component img:last-child {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.about__component--1 {
  max-width: 66rem;
  width: 100%;
  height: 43.5rem;
  background-color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about__component--2 {
  max-width: 95rem;
  width: 100%;
  height: 25rem;
  background-color: var(--gray);
  position: absolute;
  bottom: -12.5rem;
  left: 0;
  z-index: -1;
}

.advan {
  padding: 0;
  background-color: var(--white);
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.advan__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.advan__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* hack */
  gap: 7rem;
  padding: 7.6rem var(--container-padding) 4.5rem 2rem;
  width: calc((var(--container-width) + var(--container-padding) * 2) / 2);
}

.advan__head .general__head-title {
  display: none;
}

.advan__head .general__head-text {
  color: var(--accent);
  margin-left: 0;
  max-width: 100%;
}

.advan__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  /* hack */
}

.advan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
  border: 0.1rem solid var(--accent-30);
  position: relative;
}

.advan__item:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
}

.advan__item-icon {
  width: 8rem;
  height: 7rem;
  padding: 1rem;
  margin-top: -3rem;
  margin-left: -1rem;
  margin-bottom: 3rem;
  background-color: var(--white);
}

.advan__item-icon i {
  --font-size: 6rem;
  color: var(--white);
  background-color: var(--accent);
}

.advan__item-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.advan__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* hack */
  gap: 3rem;
  padding: 7rem 14.5rem 6rem var(--container-padding);
  width: calc((var(--container-width) + var(--container-padding) * 2) / 2);
  background-color: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.advan__body::before {
  content: "";
  background: var(--gradient);
  width: 46.6rem;
  height: 21.7rem;
  position: absolute;
  bottom: 0;
  right: -14.8rem;
  z-index: 1;
}

.advan__body-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 2rem;
  z-index: 1;
}

.advan__body-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 342/327;
}

.advan__body-item:first-child {
  grid-column: 1/3;
  aspect-ratio: 705/315;
}

.advan__body-item img {
  width: 100%;
  height: 130%;
  position: relative;
  top: -10%;
  -o-object-fit: cover;
  object-fit: cover;
}

.callback {
  color: var(--white);
  padding: 0;
  background-color: var(--black);
  position: relative;
}

.callback .general__head-text {
  color: var(--white-50);
}

.callback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100dvh;
}

.callback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* hack */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7rem;
  padding: 7rem 0;
}

.callback__body {
  margin-left: var(--title-margin-left);
}

.callback__img {
  max-width: 80.5rem;
  width: 100%;
  height: auto;
  margin-right: calc(var(--container-padding) * -1);
}

.callback__img img {
  width: 100%;
  height: 130%;
  position: relative;
  top: -10%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clients .general__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.clients__head {
  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;
}

.clients__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.clients__slide {
  height: auto;
}

.clients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 0.1rem solid var(--gray-30);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 70rem;
}

.clients__item:hover {
  border-color: var(--accent);
}

.clients__item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 558/260;
}

.clients__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clients__item-body {
  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;
  gap: 2rem;
  height: 100%;
  padding: 3rem 2rem;
}

.clients__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clients__item-title {
  margin-bottom: 2rem;
}

.clients__item-text {
  margin-bottom: 3rem;
  color: var(--black-60);
}

.clients__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  border-left: 0.1rem solid var(--black-30);
}

.clients__item-wrap:not(:last-child) {
  margin-bottom: 2rem;
}

.clients__item-year h3 {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
  margin-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.clients__item-year h3::before {
  display: none;
}

.clients__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.clients__item-link p {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients__item:hover .clients__item-link p {
  color: var(--accent);
}

.customers__slider .clients__item-img {
  aspect-ratio: 327/260;
}

.customers__slide {
  height: auto;
}

.customers__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 253/636;
}

.customers__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.command {
  background-image: url(./../images/command/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 8.5rem 0 0;
  position: relative;
  /* hack */
  /* /hack */
}

.command .general__head {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3rem 3rem 0;
}

.command__inner {
  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;
}

.command__body {
  max-width: 100%;
}

.command__slider {
  overflow: visible;
  height: 100%;
}

.command__slide {
  height: auto;
}

.command__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  padding: 9rem 0 5.6rem;
}

.command__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  margin-left: var(--title-margin-left);
}

.command__item-head h6 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 6rem;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--accent);
}

.command__item-head h6::before {
  display: none;
}

.command__item-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.command__item-body fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1ch;
  max-width: 88rem;
  width: 100%;
  padding: 5rem 18rem 3.5rem 4rem;
  border: 0.1rem solid var(--accent-30);
}

.command__item-body legend {
  --flang-padding: 1.6rem;
  --width: 6.9rem;
  --height: 5.8rem;
  width: calc(var(--width) + var(--flang-padding) * 2);
  height: var(--height);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjkiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA2OSA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02OSAzMy41NjE4VjU4SDQ0LjY3ODVWMTcuNTk1NUM0NC42Nzg1IDE0LjExOTggNDUuNDI1MiAxMC44NjE0IDQ2LjkxODcgNy44MjAyMkM0OC42MjU0IDQuNTYxNzkgNTAuODY1NiAxLjk1NTA0IDUzLjYzOTEgMEg2NC41MTk3QzYyLjM4NjMgMS45NTUwNCA2MC40NjYyIDQuNTYxNzkgNTguNzU5NCA3LjgyMDIyQzU3LjI2NiAxMS4wNzg2IDU2LjUxOTIgMTQuNDQ1NyA1Ni41MTkyIDE3LjkyMTNWMzMuNTYxOEg2OVpNMjQuMzIxNSAzMy41NjE4VjU4SDBWMTcuNTk1NUMwIDE0LjExOTggMC43NDY3MTIgMTAuODYxNCAyLjI0MDE0IDcuODIwMjJDMy45NDY5MSA0Ljc3OTAyIDYuMDgwMzcgMi4xNzIyOCA4LjY0MDUyIDBIMjAuNDgxMkMxOC4xMzQ0IDEuOTU1MDQgMTYuMTA3NiA0LjU2MTc5IDE0LjQwMDkgNy44MjAyMkMxMi42OTQxIDEwLjg2MTQgMTEuODQwNyAxNC4xMTk4IDExLjg0MDcgMTcuNTk1NVYzMy41NjE4SDI0LjMyMTVaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDJfMzM5KSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDJfMzM5IiB4MT0iMi40MDM0NWUtMDciIHkxPSI1Ny45MjE4IiB4Mj0iNzYuMjk0IiB5Mj0iNDUuOTUxOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTM0NSIvPg0KPHN0b3Agb2Zmc2V0PSIwLjI1NDgwOCIgc3RvcC1jb2xvcj0iI0ZGNjYyNSIvPg0KPHN0b3Agb2Zmc2V0PSIwLjYzNDYxNSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 var(--flang-padding);
  margin-left: -2rem;
}

.command__item-photo {
  width: auto;
  height: 93.6rem;
  position: absolute;
  bottom: 0;
  /* hack */
  right: 20.76%;
  z-index: 1;
}

.command__item-photo img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq {
  background-color: var(--white);
}

.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 0.1rem solid var(--gray-50);
}

.faq__item-head {
  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;
  cursor: pointer;
}

.faq__item-head i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.5rem;
}

.faq__item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background-color: var(--gray);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq__item-head:hover .faq__item-count {
  color: var(--white);
  background-color: var(--accent);
}

.faq__item-count span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 120%;
}

.faq__item-title {
  color: var(--accent);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__item-head:hover .faq__item-title {
  color: var(--black);
}

.faq__item-body {
  padding: 0 var(--title-margin-left);
  background-color: var(--gray-30);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__item-wrap {
  overflow: hidden;
}

.faq .accordion-active .faq__item-body {
  padding: 4rem var(--title-margin-left);
}

.faq .accordion-active .faq__item-count {
  color: var(--white);
  background-color: var(--accent);
}

.faq .accordion-active .faq__item-head {
  color: var(--black);
}

.faq .accordion-active .faq__item-head i {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.hero {
  position: relative;
  z-index: 1;
  background-image: url("./../images/hero/bg.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 22rem 0 6rem;
}

.hero h1::before {
  width: 0;
  right: calc(100% + 14.5rem);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hero.animatedClass h1::before {
  width: 12.5rem;
  right: calc(100% + 2rem);
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.hero__content {
  max-width: 78rem;
  max-width: 45.35%;
  width: 100%;
  margin-left: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
  position: relative;
  z-index: 2;
}

.hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  color: var(--white);
}

.hero__img {
  width: 71rem;
  width: 36.979%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 17.86%;
  bottom: 0;
  z-index: 1;
}

.hero__img img {
  width: 100%;
}

.hero .subtitle {
  max-width: 53.5rem;
}

.history {
  background-image: url(./../images/history/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  color: var(--white);
}

.history__head {
  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;
}

.history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7rem 2rem;
  max-height: unset;
  height: unset;
}

.history__item {
  --history-item-width: 58rem;
  max-width: var(--history-item-width);
  width: 100%;
}

.history__item:last-child .history__item-head::before {
  display: none;
}

.history__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.history__item-head {
  --history-head-width: 27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--history-head-width);
  height: var(--history-head-width);
  background-color: var(--gray);
  position: relative;
}

.history__item-head::before {
  content: "";
  display: block;
  width: calc(var(--history-item-width) - var(--history-head-width));
  height: 6.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg2IiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMTg2IDY2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTExNC42NzcgMzIuNzQyMUw5Mi44MDkxIDMyLjc0MTNMNzEuMDAxMyAxMC45MzM0TDkyLjg2ODkgMTAuOTM0MkwxMTQuNjc3IDMyLjc0MjFaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTI3XzEyMzApIi8+DQo8cGF0aCBkPSJNMTE0LjY3NyAzMi43NDI2TDkyLjgwOTIgMzIuNzQxOEw3MS4wMDA2IDU0LjU1MDVMOTIuODY4MiA1NC41NTEzTDExNC42NzcgMzIuNzQyNloiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8xMjdfMTIzMCkiLz4NCjxwYXRoIGQ9Ik03LjY2MDA0IDMyLjc0MjNMMy44MjQ4OCAzMi43NDIyTDAuMDAwMjE2NjggMjguOTE3NUwzLjgzNTM3IDI4LjkxNzZMNy42NjAwNCAzMi43NDIzWiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzEyN18xMjMwKSIvPg0KPHBhdGggZD0iTTcuNjU5OTYgMzIuNzQyNEwzLjgyNDggMzIuNzQyMkwtNy42MDAwOWUtMDYgMzYuNTY3TDMuODM1MTUgMzYuNTY3Mkw3LjY1OTk2IDMyLjc0MjRaIiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTI3XzEyMzApIi8+DQo8cGF0aCBkPSJNMjUuMzIwMSAzMi43NDIzTDIxLjQ4NDkgMzIuNzQyMkwxNy42NjAzIDI4LjkxNzVMMjEuNDk1NCAyOC45MTc2TDI1LjMyMDEgMzIuNzQyM1oiIGZpbGw9InVybCgjcGFpbnQ0X2xpbmVhcl8xMjdfMTIzMCkiLz4NCjxwYXRoIGQ9Ik0yNS4zMiAzMi43NDI0TDIxLjQ4NDggMzIuNzQyMkwxNy42NiAzNi41NjdMMjEuNDk1MiAzNi41NjcyTDI1LjMyIDMyLjc0MjRaIiBmaWxsPSJ1cmwoI3BhaW50NV9saW5lYXJfMTI3XzEyMzApIi8+DQo8cGF0aCBkPSJNNDIuOTggMzIuNzQyM0wzOS4xNDQ4IDMyLjc0MjJMMzUuMzIwMiAyOC45MTc1TDM5LjE1NTMgMjguOTE3Nkw0Mi45OCAzMi43NDIzWiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyXzEyN18xMjMwKSIvPg0KPHBhdGggZD0iTTQyLjk3OTkgMzIuNzQyNEwzOS4xNDQ3IDMyLjc0MjJMMzUuMzE5OSAzNi41NjdMMzkuMTU1MSAzNi41NjcyTDQyLjk3OTkgMzIuNzQyNFoiIGZpbGw9InVybCgjcGFpbnQ3X2xpbmVhcl8xMjdfMTIzMCkiLz4NCjxwYXRoIGQ9Ik02MC42NCAzMi43NDIzTDU2LjgwNDkgMzIuNzQyMkw1Mi45ODAyIDI4LjkxNzVMNTYuODE1NCAyOC45MTc2TDYwLjY0IDMyLjc0MjNaIiBmaWxsPSJ1cmwoI3BhaW50OF9saW5lYXJfMTI3XzEyMzApIi8+DQo8cGF0aCBkPSJNNjAuNjM5OSAzMi43NDI0TDU2LjgwNDggMzIuNzQyMkw1Mi45OCAzNi41NjdMNTYuODE1MSAzNi41NjcyTDYwLjYzOTkgMzIuNzQyNFoiIGZpbGw9InVybCgjcGFpbnQ5X2xpbmVhcl8xMjdfMTIzMCkiLz4NCjxwYXRoIGQ9Ik0xMzIuNjYgMzIuNzQyM0wxMjguODI1IDMyLjc0MjJMMTI1IDI4LjkxNzVMMTI4LjgzNSAyOC45MTc2TDEzMi42NiAzMi43NDIzWiIgZmlsbD0idXJsKCNwYWludDEwX2xpbmVhcl8xMjdfMTIzMCkiLz4NCjxwYXRoIGQ9Ik0xMzIuNjYgMzIuNzQyNEwxMjguODI1IDMyLjc0MjJMMTI1IDM2LjU2N0wxMjguODM1IDM2LjU2NzJMMTMyLjY2IDMyLjc0MjRaIiBmaWxsPSJ1cmwoI3BhaW50MTFfbGluZWFyXzEyN18xMjMwKSIvPg0KPHBhdGggZD0iTTE1MC4zMiAzMi43NDIzTDE0Ni40ODUgMzIuNzQyMkwxNDIuNjYgMjguOTE3NUwxNDYuNDk1IDI4LjkxNzZMMTUwLjMyIDMyLjc0MjNaIiBmaWxsPSJ1cmwoI3BhaW50MTJfbGluZWFyXzEyN18xMjMwKSIvPg0KPHBhdGggZD0iTTE1MC4zMiAzMi43NDI0TDE0Ni40ODUgMzIuNzQyMkwxNDIuNjYgMzYuNTY3TDE0Ni40OTUgMzYuNTY3MkwxNTAuMzIgMzIuNzQyNFoiIGZpbGw9InVybCgjcGFpbnQxM19saW5lYXJfMTI3XzEyMzApIi8+DQo8cGF0aCBkPSJNMTY3Ljk4IDMyLjc0MjNMMTY0LjE0NSAzMi43NDIyTDE2MC4zMiAyOC45MTc1TDE2NC4xNTUgMjguOTE3NkwxNjcuOTggMzIuNzQyM1oiIGZpbGw9InVybCgjcGFpbnQxNF9saW5lYXJfMTI3XzEyMzApIi8+DQo8cGF0aCBkPSJNMTY3Ljk4IDMyLjc0MjRMMTY0LjE0NSAzMi43NDIyTDE2MC4zMiAzNi41NjdMMTY0LjE1NSAzNi41NjcyTDE2Ny45OCAzMi43NDI0WiIgZmlsbD0idXJsKCNwYWludDE1X2xpbmVhcl8xMjdfMTIzMCkiLz4NCjxwYXRoIGQ9Ik0xODUuNjQgMzIuNzQyM0wxODEuODA1IDMyLjc0MjJMMTc3Ljk4IDI4LjkxNzVMMTgxLjgxNSAyOC45MTc2TDE4NS42NCAzMi43NDIzWiIgZmlsbD0idXJsKCNwYWludDE2X2xpbmVhcl8xMjdfMTIzMCkiLz4NCjxwYXRoIGQ9Ik0xODUuNjQgMzIuNzQyNEwxODEuODA1IDMyLjc0MjJMMTc3Ljk4IDM2LjU2N0wxODEuODE1IDM2LjU2NzJMMTg1LjY0IDMyLjc0MjRaIiBmaWxsPSJ1cmwoI3BhaW50MTdfbGluZWFyXzEyN18xMjMwKSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTI3XzEyMzAiIHgxPSIxMTMuNTY5IiB5MT0iMzIuNDk3MiIgeDI9IjczLjI0MzQiIHkyPSIxMS43NjciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xMjdfMTIzMCIgeDE9Ijc0LjY5ODQiIHkxPSI1MS44NzU5IiB4Mj0iMTExLjYwMSIgeTI9IjM1LjEzNjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhcl8xMjdfMTIzMCIgeDE9IjcuNDY1NjkiIHkxPSIzMi42OTk0IiB4Mj0iMC4zOTM0NDgiIHkyPSIyOS4wNjM3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50M19saW5lYXJfMTI3XzEyMzAiIHgxPSIwLjY0ODUyNCIgeTE9IjM2LjA5OCIgeDI9IjcuMTIwNTgiIHkyPSIzMy4xNjIyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTI3XzEyMzAiIHgxPSIyNS4xMjU3IiB5MT0iMzIuNjk5NCIgeDI9IjE4LjA1MzUiIHkyPSIyOS4wNjM3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NV9saW5lYXJfMTI3XzEyMzAiIHgxPSIxOC4zMDg2IiB5MT0iMzYuMDk4IiB4Mj0iMjQuNzgwNiIgeTI9IjMzLjE2MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ2X2xpbmVhcl8xMjdfMTIzMCIgeDE9IjQyLjc4NTYiIHkxPSIzMi42OTk0IiB4Mj0iMzUuNzEzNCIgeTI9IjI5LjA2MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ3X2xpbmVhcl8xMjdfMTIzMCIgeDE9IjM1Ljk2ODUiIHkxPSIzNi4wOTgiIHgyPSI0Mi40NDA1IiB5Mj0iMzMuMTYyMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDhfbGluZWFyXzEyN18xMjMwIiB4MT0iNjAuNDQ1NyIgeTE9IjMyLjY5OTQiIHgyPSI1My4zNzM0IiB5Mj0iMjkuMDYzNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDlfbGluZWFyXzEyN18xMjMwIiB4MT0iNTMuNjI4NSIgeTE9IjM2LjA5OCIgeDI9IjYwLjEwMDYiIHkyPSIzMy4xNjIyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MTBfbGluZWFyXzEyN18xMjMwIiB4MT0iMTMyLjQ2NiIgeTE9IjMyLjY5OTQiIHgyPSIxMjUuMzkzIiB5Mj0iMjkuMDYzNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDExX2xpbmVhcl8xMjdfMTIzMCIgeDE9IjEyNS42NDkiIHkxPSIzNi4wOTgiIHgyPSIxMzIuMTIxIiB5Mj0iMzMuMTYyMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDEyX2xpbmVhcl8xMjdfMTIzMCIgeDE9IjE1MC4xMjYiIHkxPSIzMi42OTk0IiB4Mj0iMTQzLjA1MyIgeTI9IjI5LjA2MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxM19saW5lYXJfMTI3XzEyMzAiIHgxPSIxNDMuMzA5IiB5MT0iMzYuMDk4IiB4Mj0iMTQ5Ljc4MSIgeTI9IjMzLjE2MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxNF9saW5lYXJfMTI3XzEyMzAiIHgxPSIxNjcuNzg2IiB5MT0iMzIuNjk5NCIgeDI9IjE2MC43MTMiIHkyPSIyOS4wNjM3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MTVfbGluZWFyXzEyN18xMjMwIiB4MT0iMTYwLjk2OCIgeTE9IjM2LjA5OCIgeDI9IjE2Ny40NDEiIHkyPSIzMy4xNjIyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MTZfbGluZWFyXzEyN18xMjMwIiB4MT0iMTg1LjQ0NiIgeTE9IjMyLjY5OTQiIHgyPSIxNzguMzczIiB5Mj0iMjkuMDYzNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDE3X2xpbmVhcl8xMjdfMTIzMCIgeDE9IjE3OC42MjkiIHkxPSIzNi4wOTgiIHgyPSIxODUuMTAxIiB5Mj0iMzMuMTYyMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5rem;
  left: var(--history-head-width);
}

.history__item-head::after {
  content: "";
  width: 4.3rem;
  height: 6.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA0NCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik00My42NzYzIDMyLjc0MjFMMjEuODA4NiAzMi43NDEzTDAuMDAwNzY0ODg3IDEwLjkzMzRMMjEuODY4NSAxMC45MzQyTDQzLjY3NjMgMzIuNzQyMVoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBkPSJNNDMuNjc2NCAzMi43NDI1TDIxLjgwODcgMzIuNzQxN0w2LjY4OTk0ZS0wNSA1NC41NTAzTDIxLjg2NzggNTQuNTUxMkw0My42NzY0IDMyLjc0MjVaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.history__item-year {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 10rem;
  line-height: 120%;
  white-space: nowrap;
  position: absolute;
  left: -0.8rem;
  bottom: -2.3rem;
}

.history__item-year span {
  color: var(--accent);
}

.history__item-text {
  padding-right: 16rem;
  width: 100%;
}

.history__item-text p {
  font-weight: 400;
  line-height: 120%;
}

.history .swiper__btns {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1rem;
  height: auto;
}

.join {
  background-color: var(--black);
  color: var(--white);
  padding: 7rem 0 10rem;
  position: relative;
}

.join::before {
  content: "";
  width: 88.3rem;
  height: 67rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODg0IiBoZWlnaHQ9IjY3MCIgdmlld0JveD0iMCAwIDg4NCA2NzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik0zNjcuNTg1IDY2OS45OTRIMjkzLjg1OUw0OTcuODA0IDQ2Ni4wNUg1NzEuNTI5TDM2Ny41ODUgNjY5Ljk5NFpNNzMuNzI1NiA2NjUuNzAySDBMMTk5LjY1MyA0NjYuMDVIMjczLjM3OUw3My43MjU2IDY2NS43MDJaTTM0OS4wNTEgNDY2LjA1MUg0MjIuNDY2TDIyMi45MTUgNjY1LjYwMUgxNDkuMTg5TDM0OC4zNTUgNDY2LjQzNkgyNzQuOTRMNzQxLjM3NiAwSDgxNS4xMDJMMzQ5LjA1MSA0NjYuMDUxWk02NDUuNjQxIDQ2Ni4wNTFINzE5LjA1Nkw1MjAuODc5IDY2NC4yMjhINDQ3LjE1M0w2NDQuOTQ1IDQ2Ni40MzZINTcxLjUzTDgwOS43MjQgMjI4LjI0Mkg4ODMuNDQ5TDY0NS42NDEgNDY2LjA1MVpNNDk2LjE5MiA0NjYuNDM2SDQyMi40NjdMODA3LjQ1NSA4MS40NDYzSDg4MS4xODFMNDk2LjE5MiA0NjYuNDM2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwNzdfMTM3KSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjA3N18xMzciIHgxPSI2MjAuMzU0IiB5MT0iMzIuNTg5IiB4Mj0iLTE1LjU2NTMiIHkyPSI2MjkuODYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjxzdG9wIG9mZnNldD0iMC40OTUxOTIiIHN0b3AtY29sb3I9IiNGRjNFMjUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjkzNDUiIHN0b3Atb3BhY2l0eT0iMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -25.2rem;
  bottom: -0.2rem;
}

.join .general__head {
  max-width: 57rem;
}

.join .general__head-text {
  color: var(--white-50);
}

.join .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2rem;
}

.join .form-group:nth-child(1):not(.form-group--file),
.join .form-group:nth-child(2):not(.form-group--file) {
  width: calc(50% - 1rem);
}

.join .form-group:last-child {
  margin-bottom: 2rem;
}

.join__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
}

.join__body {
  margin-left: var(--title-margin-left);
  max-width: 114rem;
}

.objects {
  background-color: var(--white);
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.objects::before {
  content: "";
  width: 84.4rem;
  height: 62.2rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQ1IiBoZWlnaHQ9IjYyMiIgdmlld0JveD0iMCAwIDg0NSA2MjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMjk4LjI0OSA0MzQuNzgzTDQ5MC4xMzMgNjIxLjk5OUw1NjAuMDYzIDYyMS40NDhMMzY4LjE4IDQzNC4yMzNMMjk4LjI0OSA0MzQuNzgzWk0yMjcuNzQxIDQzNS4xMjlMMTU3LjE4OCA0MzQuNzg0TDM0OC41OSA2MjEuNTI5TDQxOS40MzkgNjIxLjg3NkwyMjguMDUxIDQzNS4xNDRIMjk4LjI0OUw3MC40OTQxIDIxMi45M0gwTDIyNy43NDEgNDM1LjEyOVpNNzc0LjIzNiA2MjEuMDQySDg0NC43MzFMNjUzLjgyOCA0MzQuNzgzSDU4My4zMzNMNzc0LjIzNiA2MjEuMDQyWk01MTAuOTc2IDQzNC43ODNINDQwLjc3OUw2MzEuNTg1IDYyMC45NDZINzAyLjA3OUw1MTEuNjQ0IDQzNS4xNDRINTgxLjg0TDEzNS44NDYgMEg2NS4zNTA2TDUxMC45NzYgNDM0Ljc4M1pNMzcwLjI4NSA0MzUuMTQ0SDQ0MC43NzlMNzIuNjYyMSA3NS45ODI0SDIuMTY3OTdMMzcwLjI4NSA0MzUuMTQ0WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwMTlfODgpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8yMDE5Xzg4IiB4MT0iMjUxLjU2NSIgeTE9IjMwLjQwMjciIHgyPSI4NDUuNTU3IiB5Mj0iNjAyLjIwNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPHN0b3Agb2Zmc2V0PSIwLjQ5NTE5MiIgc3RvcC1jb2xvcj0iI0ZGM0UyNSIgc3RvcC1vcGFjaXR5PSIwLjciLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGOTM0NSIgc3RvcC1vcGFjaXR5PSIwIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: -58.9rem;
}

.objects .general__head {
  width: 100%;
}

.objects__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.objects__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  width: 50%;
  padding: 7rem 0;
  position: relative;
}

.objects__content {
  padding-left: var(--title-margin-left);
}

.objects__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
  overflow: hidden;
  position: static;
}

.objects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  max-width: 56rem;
}

.objects__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.objects__item-head p span {
  color: var(--accent);
}

.objects__item-text {
  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.5rem;
}

.objects__item-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: 2rem;
}

.objects__item-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 200%;
}

.objects__item-body li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--gradient);
  margin-top: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.objects__body {
  /* hack */
  width: calc(50% + var(--container-padding));
  margin-right: calc(var(--container-padding) * -1);
  padding: 7rem var(--container-padding) 7rem 2rem;
  background-color: var(--page-bg-50);
}

.objects__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.objects__block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.objects__block-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

.objects__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
  border-left: 0.1rem solid var(--black-30);
}

.objects__block-item h3 {
  text-transform: uppercase;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
  margin-left: 0;
  gap: 0.2ch;
}

.objects__block-item h3::before {
  display: none;
}

.objects__block-item sup {
  vertical-align: text-bottom;
}

.objects__block .objects__item-body {
  display: none;
}

.objects__gallery {
  width: 100%;
}

.objects__gallery-item {
  width: 100%;
  height: auto;
  aspect-ratio: 850/480;
  position: relative;
}

.objects__gallery-item iframe,
.objects__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.objects__gallery-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.objects__gallery-mini:hover .objects__gallery-btn p,
.objects__gallery-item:hover .objects__gallery-btn p {
  color: var(--accent);
}

.objects__gallery-mini:hover .objects__gallery-btn i,
.objects__gallery-item:hover .objects__gallery-btn i {
  background-color: var(--accent);
  color: var(--white);
}

.objects__gallery-btn p {
  text-align: left;
  line-height: 120%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.objects__gallery-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--white);
  overflow: hidden;
}

.objects__gallery-mini {
  width: 100%;
  height: auto;
  aspect-ratio: 270/150;
}

.objects__gallery-mini iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.objects__gallery-mini img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.objects__gallery--mini {
  width: 100%;
}

.quiz {
  padding: 0;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  color: var(--white);
  background-image: url(./../images/quiz/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.quiz .general__head {
  gap: 2rem;
}

.quiz h3::before {
  background-color: var(--white);
}

.quiz__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 0;
  max-width: 110rem;
}

.quiz__btn {
  margin-left: var(--title-margin-left);
}

.services {
  background-color: var(--white);
}

.services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}

.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 2rem;
}

.services__item {
  --services-item-top: 6rem;
  --services-item-padding: 2rem;
  margin-top: calc(var(--services-item-top) - var(--services-item-padding));
  width: calc(16.6666666667% - 1.6666666667rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 26.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.services__item:hover {
  border-color: var(--black);
  color: var(--white);
}

.services__item:nth-last-child(-n+6) .services__item-wrap {
  top: unset;
  bottom: 0;
}

.services__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: var(--services-item-padding);
  border: 0.1rem solid var(--gray);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.services__item:hover .services__item-wrap {
  background-color: var(--black);
  border-color: var(--black);
  z-index: 4;
}

.services__item-wrap > div {
  pointer-events: none;
}

.services__item-wrap.accordion-active .services__item-chevron i {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.services__item-wrap.accordion-active .services__item-foot {
  pointer-events: all;
  grid-template-rows: 1fr;
}

.services__item-wrap.accordion-active .services__item-subtitle {
  padding-top: 3rem;
}

.services__item-chevron {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services__item-chevron i {
  --font-size: 1.6rem;
}

.services__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding: 1rem;
  margin-top: calc(-1 * var(--services-item-top));
  margin-bottom: 3rem;
  background-color: var(--white);
  position: relative;
}

.services__item:hover .services__item-icon {
  background: transparent;
}

.services__item-icon i {
  --font-size: 6rem;
  color: var(--black);
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
  z-index: 2;
}

.services__item:hover .services__item-icon i {
  color: var(--white);
}

.services__item-icon i::before {
  z-index: 2;
  background: var(--gray-30);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__item:hover .services__item-icon i::before {
  background: var(--gradient);
}

.services__item-icon i::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.services__item-icon span {
  display: none;
  position: absolute;
  bottom: 0.3rem;
  right: 0.5rem;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__item:hover .services__item-icon span {
  color: var(--white);
}

.services__item-title {
  margin-bottom: 2rem;
}

.services__item-title p {
  font-family: var(--second-family);
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__item:hover .services__item-title p {
  font-weight: 700;
}

.services__item-text {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  margin-bottom: 6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--white-80);
}

.services__item:hover .services__item-text {
  grid-template-rows: 1fr;
}

.services__item-text p {
  overflow: hidden;
}

.services__item-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.6rem;
  margin-top: auto;
}

.services__item-count {
  color: var(--accent);
}

.services__item-subtitle {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--accent);
  text-transform: uppercase;
  padding-bottom: 0.2rem;
}

.services__item-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: all;
}

.services__item:hover .services__item-subtitle {
  opacity: 1;
}

.services__item-arrow {
  width: 4rem;
  height: 4rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__item-arrow img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__item-arrow img:last-child {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.services__item:hover .services__item-arrow img:first-child {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.services__item:hover .services__item-arrow img:last-child {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.types {
  position: relative;
  padding: 0;
  background-color: var(--black);
  color: var(--white);
}

.types .general__head {
  position: absolute;
  top: 7rem;
  z-index: 4;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  width: 100%;
}

.types .general__head-title {
  max-width: 65rem;
}

.types__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.types__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 20%;
  height: 100dvh;
  padding: 0 0 0 5rem;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
  overflow: hidden;
  position: relative;
  will-change: width;
}

.types__item:hover {
  width: 27.7777777778%;
}

.types__item:first-child {
  padding: 0 0 0 10rem;
}

.types__item:nth-child(1) {
  background-color: var(--black);
}

.types__item:nth-child(2) {
  background-color: var(--black-80);
}

.types__item:nth-child(3) {
  background-color: var(--black-60);
}

.types__item:nth-child(4) {
  background-color: var(--black-40);
}

.types__item:nth-child(5) {
  background-color: var(--black-20);
}

.types__item-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.types__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: var(--gradient);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.types__item:hover .types__item-img::before {
  opacity: 0.9;
}

.types__item-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: var(--black-70);
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.types__item:hover .types__item-img::after {
  opacity: 0;
}

.types__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.types__item-content {
  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;
  z-index: 3;
  color: var(--gray);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.types__item:hover .types__item-content {
  color: var(--white);
}

.types__item-content::after {
  content: "";
  width: 0.2rem;
  height: 6.4rem;
  background: var(--accent);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.types__item:hover .types__item-content::after {
  background: var(--white);
}

.types__item-count {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 6rem;
  line-height: 120%;
  margin-bottom: 1.5rem;
}

.types__item-count span {
  color: var(--accent);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.types__item:hover .types__item-count span {
  color: var(--black);
}

.types__item-title {
  margin-bottom: 2rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.work__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.work__slider {
  width: calc(100% + var(--container-padding) + var(--container-padding));
  margin-left: calc(var(--container-padding) * -1);
  padding: 0 var(--container-padding);
}

.work__slide {
  height: auto;
}

.work__item {
  --transition: all 0.2s ease;
  --margin-right-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 0.1rem solid var(--gray-30);
  border-image-slice: 1;
  border-width: 0.1rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.work__item:hover {
  border-image-source: var(--gradient);
}

.work__item::before {
  content: "";
  width: var(--margin-right-width);
  height: 1.15rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03LjY2MDA0IDUuNzQyMzJMMy44MjQ4OCA1Ljc0MjE4TDAuMDAwMjE2NjggMS45MTc1MUwzLjgzNTM3IDEuOTE3NjVMNy42NjAwNCA1Ljc0MjMyWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0N18zMjk2KSIvPg0KPHBhdGggZD0iTTcuNjU5OTYgNS43NDIzNkwzLjgyNDggNS43NDIyMUwtNy42MDAwOWUtMDYgOS41NjcwMkwzLjgzNTE1IDkuNTY3MTdMNy42NTk5NiA1Ljc0MjM2WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE0N18zMjk2KSIvPg0KPHBhdGggZD0iTTI1LjMyMDEgNS43NDIzMkwyMS40ODQ5IDUuNzQyMThMMTcuNjYwMyAxLjkxNzUxTDIxLjQ5NTQgMS45MTc2NUwyNS4zMjAxIDUuNzQyMzJaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTQ3XzMyOTYpIi8+DQo8cGF0aCBkPSJNMjUuMzIgNS43NDIzNkwyMS40ODQ4IDUuNzQyMjFMMTcuNjYgOS41NjcwMkwyMS40OTUyIDkuNTY3MTdMMjUuMzIgNS43NDIzNloiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8xNDdfMzI5NikiLz4NCjxwYXRoIGQ9Ik00Mi45OCA1Ljc0MjMyTDM5LjE0NDggNS43NDIxOEwzNS4zMjAyIDEuOTE3NTFMMzkuMTU1MyAxLjkxNzY1TDQyLjk4IDUuNzQyMzJaIiBmaWxsPSJ1cmwoI3BhaW50NF9saW5lYXJfMTQ3XzMyOTYpIi8+DQo8cGF0aCBkPSJNNDIuOTc5OSA1Ljc0MjM2TDM5LjE0NDcgNS43NDIyMUwzNS4zMTk5IDkuNTY3MDJMMzkuMTU1MSA5LjU2NzE3TDQyLjk3OTkgNS43NDIzNloiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcl8xNDdfMzI5NikiLz4NCjxwYXRoIGQ9Ik02MC42NCA1Ljc0MjMyTDU2LjgwNDkgNS43NDIxOEw1Mi45ODAyIDEuOTE3NTFMNTYuODE1NCAxLjkxNzY1TDYwLjY0IDUuNzQyMzJaIiBmaWxsPSJ1cmwoI3BhaW50Nl9saW5lYXJfMTQ3XzMyOTYpIi8+DQo8cGF0aCBkPSJNNjAuNjM5OSA1Ljc0MjM2TDU2LjgwNDggNS43NDIyMUw1Mi45OCA5LjU2NzAyTDU2LjgxNTEgOS41NjcxN0w2MC42Mzk5IDUuNzQyMzZaIiBmaWxsPSJ1cmwoI3BhaW50N19saW5lYXJfMTQ3XzMyOTYpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDdfMzI5NiIgeDE9IjcuNDY1NjkiIHkxPSI1LjY5OTM2IiB4Mj0iMC4zOTM0NDgiIHkyPSIyLjA2MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xNDdfMzI5NiIgeDE9IjAuNjQ4NTI0IiB5MT0iOS4wOTc5NyIgeDI9IjcuMTIwNTgiIHkyPSI2LjE2MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhcl8xNDdfMzI5NiIgeDE9IjI1LjEyNTciIHkxPSI1LjY5OTM2IiB4Mj0iMTguMDUzNSIgeTI9IjIuMDYzNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyXzE0N18zMjk2IiB4MT0iMTguMzA4NiIgeTE9IjkuMDk3OTciIHgyPSIyNC43ODA2IiB5Mj0iNi4xNjIyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTQ3XzMyOTYiIHgxPSI0Mi43ODU2IiB5MT0iNS42OTkzNiIgeDI9IjM1LjcxMzQiIHkyPSIyLjA2MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ1X2xpbmVhcl8xNDdfMzI5NiIgeDE9IjM1Ljk2ODUiIHkxPSI5LjA5Nzk3IiB4Mj0iNDIuNDQwNSIgeTI9IjYuMTYyMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDZfbGluZWFyXzE0N18zMjk2IiB4MT0iNjAuNDQ1NyIgeTE9IjUuNjk5MzYiIHgyPSI1My4zNzM0IiB5Mj0iMi4wNjM3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50N19saW5lYXJfMTQ3XzMyOTYiIHgxPSI1My42Mjg1IiB5MT0iOS4wOTc5NyIgeDI9IjYwLjEwMDYiIHkyPSI2LjE2MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.work__item-head {
  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;
  gap: 4rem;
  padding: 1.6rem 2rem;
  background-color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--gray);
}

.work__item-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13rem;
  line-height: 120%;
}

.work__item-count span {
  color: var(--accent);
}

.work__item-subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 120%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.work__item:hover .work__item-subtitle {
  color: var(--black);
}

.work__item-body {
  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;
  gap: 6rem;
  padding: 4rem 2rem 2rem;
  background-image: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 100%;
  position: relative;
}

.work__item-body::before {
  content: "";
  background: var(--gradient);
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.work__item:hover .work__item-body::before {
  opacity: 1;
}

.work__item-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: 2rem;
}

.work__item-title {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.work__item-title h4 {
  font-family: var(--font-family);
  font-weight: 700;
  text-transform: none;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.work__item:hover .work__item-title {
  color: var(--white);
}

.work__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1ch;
  color: var(--black-60);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.work__item:hover .work__item-text {
  color: var(--white);
}

.work__item-icon {
  width: 4.2rem;
  height: 6.3rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.work__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.work__item-icon img:last-child {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.work__item:hover .work__item-icon img:first-child {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.work__item:hover .work__item-icon img:last-child {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.work__slide:last-child .work__item-icon {
  display: none;
}

@media (max-width: 1440px) {
  .burger-close {
    right: -7rem;
  }

  .burger-menu__inner {
    padding: 8rem 10rem 10rem;
  }

  .advan__body::before {
    width: 25.2rem;
    height: 16rem;
    right: 0;
  }

  .clients__inner {
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }

  section {
    height: clamp(66rem, 100%, 100%);
    padding: 4rem 0 3rem;
  }

  .general__head {
    gap: 2rem;
  }

  .general__head.animatedClass h2::before {
    width: 3rem;
  }

  .swiper__btns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  [class^=swiper-button-],
  [class*=" swiper-button-"] {
    --swiper-button-size: 5rem;
  }

  .objects__slider [class^=swiper-button-],
  .objects__slider [class*=" swiper-button-"] {
    display: none;
  }

  .command .swiper__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 3rem;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .command .swiper-slide .command__item-body {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .command .swiper-slide-active .command__item-body {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  :root {
    --container-padding: 2rem;
    --header-height: 6rem;
    --title-margin-left: 0;
  }

  .btn {
    --height: 5rem;
    --padding: 1.5rem;
    font-size: 1.2rem;
    gap: 0.5rem;
  }

  .dropdown__selected {
    font-size: 1.4rem;
  }

  .dropdown__content {
    padding: 2rem;
  }

  .form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1rem;
  }

  .form-group {
    margin-bottom: 3rem;
  }

  .form-group:nth-child(1):not(.form-group--file, .popup .form-group),
  .form-group:nth-child(2):not(.form-group--file, .popup .form-group) {
    width: calc(50% - 0.5rem);
  }

  .form-group--file {
    gap: 0.5rem;
  }

  .form-group--file label {
    gap: 0.5rem;
  }

  .form-group--file label p {
    font-size: 1.2rem;
  }

  .form-input {
    font-size: 1.4rem;
    padding: 0 1rem 2rem 0;
  }

  .form-invalid {
    top: calc(100% + 0.5rem);
  }

  .form-label {
    font-size: 1.4rem;
  }

  .form-textarea {
    font-size: 1.4rem;
    padding: 0 1rem 2rem 0;
  }

  .form-textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }

  .form-textarea::-moz-placeholder {
    font-size: 1.4rem;
  }

  .form-textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .form-textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .form-textarea::placeholder {
    font-size: 1.4rem;
  }

  .form-wrap {
    gap: 1.5rem;
  }

  .form-file--text p {
    font-size: 1.2rem;
  }

  .form-file--clear {
    font-size: 1.2rem;
  }

  .tabs__btn:not(:first-child) {
    gap: 1rem;
    margin-left: 4rem;
  }

  .tabs__btn:not(:first-child)::before {
    font-size: 3rem;
  }

  h1::before {
    display: none;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    gap: 1rem;
    font-size: 3rem;
    margin-left: 4rem;
  }

  h2::before {
    width: 3rem;
    right: calc(100% + 1rem);
    top: 1.6rem;
  }

  h3 {
    gap: 1rem;
    font-size: 2.5rem;
    margin-left: 4rem;
  }

  h3::before {
    width: 3rem;
    right: calc(100% + 1rem);
    top: 1.6rem;
  }

  h4 {
    font-size: 2rem;
  }

  p {
    font-size: 1.4rem;
  }

  .suptitle p {
    font-size: 1.2rem;
  }

  .title-border h1,
  .title-border h2,
  .title-border h3,
  .title-border h4,
  .title-border h5,
  .title-border h6 {
    margin-left: 4rem;
  }

  .title-border h1::before,
  .title-border h2::before,
  .title-border h3::before,
  .title-border h4::before,
  .title-border h5::before,
  .title-border h6::before {
    width: 3rem;
    right: calc(100% + 1rem);
    top: 1.1rem;
  }

  .burger-btn {
    --width: 6rem;
    --height: 6rem;
  }

  .burger-icon {
    --width: 1.6rem;
  }

  .burger-icon::before,
  .burger-icon::after {
    --width: 2.4rem;
  }

  .burger-icon::before {
    top: -0.8rem;
  }

  .burger-icon::after {
    top: 0.8rem;
  }

  .burger-close {
    top: 2rem;
    bottom: unset;
    right: 2rem;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .burger-close span {
    width: 5rem;
    height: 5rem;
  }

  .burger-close span::before {
    width: 3.6rem;
  }

  .burger-close span::after {
    width: 3.6rem;
  }

  .burger-close h3 {
    display: none;
  }

  .burger-menu__inner {
    max-width: calc(100% - 2rem);
    padding: 4rem 5rem 4rem 9rem;
  }

  .burger-menu__head {
    width: 26rem;
    gap: 3rem;
  }

  .burger-menu__list li {
    margin-bottom: 2rem;
  }

  .burger-menu__list a {
    font-size: 1.5rem;
  }

  .burger-menu__foot {
    width: calc(100% - 26rem - 2rem);
    gap: 3rem;
  }

  .burger-menu__foot-items {
    gap: 2rem;
  }

  .burger-menu__foot-tel {
    font-size: 2.5rem;
  }

  .burger-menu__foot-wrap {
    gap: 1.5rem;
  }

  .burger-menu__foot-suptitle p {
    font-size: 1.2rem;
  }

  .burger-menu__foot-text {
    font-size: 1.5rem;
  }

  .footer {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100dvh;
  }

  .footer::before {
    display: none;
  }

  .footer .burger-menu__inner {
    gap: 1rem;
  }

  .footer .burger-menu__head {
    width: 50%;
  }

  .footer .burger-menu__title {
    display: none;
  }

  .footer .burger-menu__list {
    padding-left: 0;
    width: auto;
  }

  .footer .burger-menu__foot {
    width: 50%;
  }

  .footer__body {
    padding-bottom: 4rem;
  }

  .footer__body-link {
    font-size: 1.4rem;
  }

  .footer__bottom {
    padding: 5rem 0 4rem;
  }

  .header__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 12rem);
    margin-left: 6rem;
  }

  .header__drop {
    display: none;
  }

  .header__btn i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__btn {
    --width: 6rem;
    --height: 100%;
    min-width: unset;
    gap: 0;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
  }

  .logo {
    height: 3.8rem;
    margin: 0;
    margin-bottom: 0.6rem;
  }

  .plate--cookie .plate__btn {
    width: 5rem;
    height: 5rem;
  }

  .plate__body {
    gap: 1.5rem;
    padding: 0.8rem 2rem 0.8rem 2rem;
  }

  .popup__content {
    gap: 3rem;
  }

  .popup__box {
    padding: 5rem 2rem 3rem;
  }

  .popup .form-group {
    margin-bottom: 2rem;
  }

  .popup .form-input {
    padding: 0 1rem 1.5rem 0;
  }

  .popup .form-textarea {
    padding: 0 1rem 1.5rem 0;
  }

  .privacy {
    padding: 3rem 0 3rem;
  }

  .privacy__inner {
    gap: 3rem;
  }

  .privacy h1 {
    gap: 1rem;
    font-size: 3rem;
    margin-left: 0;
  }

  .privacy h1::before {
    display: none;
  }

  .privacy h6 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .privacy h6:not(:first-child) {
    padding-top: 0.5rem;
  }

  .privacy p:not(:last-child) {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .privacy ul li {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .about {
    padding-bottom: 3rem;
  }

  .about__inner {
    grid-template-columns: repeat(8, 1fr);
    gap: 3rem 1rem;
  }

  .about__head {
    gap: 3rem;
    grid-column: 1/9;
  }

  .about__item {
    gap: 1rem;
  }

  .about__item-count h2 {
    bottom: -0.7rem;
    font-size: 3rem;
  }

  .about__item-count::before {
    width: 8rem;
    height: 8rem;
  }

  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: 1/6;
  }

  .about__body-img {
    width: 100%;
  }

  .about__body-content {
    gap: 2rem;
  }

  .about__video {
    position: relative;
    top: unset;
    grid-column: 6/9;
  }

  .about__component {
    display: none;
  }

  .about__component--1 {
    display: none;
  }

  .about__component--2 {
    display: none;
  }

  .advan__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .advan__head {
    gap: 2rem;
    padding: 4rem 2rem 3rem;
    width: 100%;
  }

  .advan__head .general__head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .advan__head .general__head-text h4 {
    font-size: 1.5rem;
  }

  .advan__head .general__head-text h4::before {
    display: none;
  }

  .advan__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .advan__item {
    padding: 2rem 2rem 2.5rem 9rem;
  }

  .advan__item:first-child {
    grid-row: 1/2;
  }

  .advan__item-icon {
    width: 6rem;
    height: 5.5rem;
    padding: 0.5rem;
    margin: 0;
    position: absolute;
    top: -0.5rem;
    left: 0.5rem;
  }

  .advan__item-icon i {
    --font-size: 5rem;
  }

  .advan__item-title {
    margin-bottom: 1.5rem;
  }

  .advan__body {
    padding: 3rem 2rem;
    width: 100%;
  }

  .advan__body .general__head {
    display: none;
  }

  .advan__body::before {
    width: 28.6rem;
    height: 20.7rem;
    top: 0;
    bottom: unset;
    right: unset;
    left: 0;
  }

  .advan__body-items {
    gap: 1rem;
  }

  .advan__body-item img {
    height: 100%;
    position: static;
    top: unset;
  }

  .callback {
    min-height: unset;
  }

  .callback .general__head-text {
    max-width: unset;
  }

  .callback__inner {
    min-height: unset;
  }

  .callback__content {
    gap: 3rem;
    padding: 4rem 0 7rem;
  }

  .callback__img {
    display: none;
  }

  .callback__img img {
    height: 100%;
    position: static;
    top: unset;
  }

  .clients .general__head-title {
    -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: 0 1rem;
  }

  .clients .swiper__btns {
    display: none;
  }

  .clients__inner {
    gap: 2rem;
  }

  .clients__item {
    min-height: 59.8rem;
  }

  .clients__item {
    min-height: 48.4rem;
  }

  .clients__item-img {
    aspect-ratio: 357/167;
  }

  .clients__item-text {
    margin-bottom: 3rem;
  }

  .clients__item-wrap {
    gap: 0.5rem;
    padding-left: 1rem;
  }

  .clients__item-year h3 {
    font-size: 2rem;
  }

  .clients__item-link {
    gap: 0.5rem;
  }

  .clients__item-link p {
    font-size: 1.4rem;
  }

  .command {
    background-image: none;
    padding: 4rem 0 3rem;
  }

  .command .general__head {
    gap: 3rem;
  }

  .command .general__head-text {
    max-width: 100%;
  }

  .command__item {
    gap: 6rem;
    padding: 2rem 0 0;
  }

  .command__item-head {
    gap: 2rem;
  }

  .command__item-head h6 {
    font-size: 4rem;
  }

  .command__item-body fieldset {
    max-width: calc(50% - 0.5rem);
    padding: 0 5rem 2rem 2rem;
  }

  .command__item-body legend {
    --flang-padding: 0.5rem;
    --width: 3.5rem;
    --height: 3rem;
    margin-left: 0;
    position: relative;
    top: calc((var(--height) / 2 - 0.1rem) * -1);
  }

  .command__item-photo {
    width: 37.6rem;
    height: auto;
    top: unset;
    right: unset;
    left: 46.82%;
    bottom: -11rem;
  }

  .faq__inner {
    gap: 3rem;
  }

  .faq__items {
    gap: 3rem;
  }

  .faq__item {
    padding-bottom: 1rem;
  }

  .faq__item-wrap {
    gap: 1.7rem;
  }

  .faq__item-count {
    width: 5rem;
    height: 5rem;
  }

  .faq__item-count span {
    font-size: 2rem;
  }

  .faq__item-body {
    --title-margin-left: 6.7rem;
  }

  .faq .accordion-active .faq__item-body {
    padding: 2rem 2rem 2rem var(--title-margin-left);
  }

  .hero {
    background-image: url("./../images/hero/bg-planshet.png");
    padding: 10rem 0 21rem;
    height: 100dvh;
  }

  .hero__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__content {
    max-width: 52rem;
    max-width: 71.43%;
    margin-left: 0;
    gap: 3rem;
  }

  .hero__info {
    gap: 2rem;
  }

  .hero__info .suptitle {
    max-width: 30rem;
  }

  .hero__img {
    width: 62.76%;
    right: -6.64%;
  }

  .hero .subtitle {
    max-width: 69.04%;
  }

  .history {
    background-image: url(./../images/history/bg-planshet.png);
    height: 100dvh;
  }

  .history__inner {
    gap: 2rem;
  }

  .history__item {
    --history-item-width: 36rem;
  }

  .history__item-wrap {
    gap: 2rem;
  }

  .history__item-head {
    --history-head-width: 26rem;
  }

  .history__item-head::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03LjY2MDA0IDUuNzQyMzJMMy44MjQ4OCA1Ljc0MjE4TDAuMDAwMjE2NjggMS45MTc1MUwzLjgzNTM3IDEuOTE3NjVMNy42NjAwNCA1Ljc0MjMyWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0N18yNjMzKSIvPg0KPHBhdGggZD0iTTcuNjU5OTYgNS43NDIzNkwzLjgyNDggNS43NDIyMUwtNy42MDAwOWUtMDYgOS41NjcwMkwzLjgzNTE1IDkuNTY3MTdMNy42NTk5NiA1Ljc0MjM2WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzE0N18yNjMzKSIvPg0KPHBhdGggZD0iTTI1LjMyMDEgNS43NDIzMkwyMS40ODQ5IDUuNzQyMThMMTcuNjYwMyAxLjkxNzUxTDIxLjQ5NTQgMS45MTc2NUwyNS4zMjAxIDUuNzQyMzJaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTQ3XzI2MzMpIi8+DQo8cGF0aCBkPSJNMjUuMzIgNS43NDIzNkwyMS40ODQ4IDUuNzQyMjFMMTcuNjYgOS41NjcwMkwyMS40OTUyIDkuNTY3MTdMMjUuMzIgNS43NDIzNloiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8xNDdfMjYzMykiLz4NCjxwYXRoIGQ9Ik00Mi45OCA1Ljc0MjMyTDM5LjE0NDggNS43NDIxOEwzNS4zMjAyIDEuOTE3NTFMMzkuMTU1MyAxLjkxNzY1TDQyLjk4IDUuNzQyMzJaIiBmaWxsPSJ1cmwoI3BhaW50NF9saW5lYXJfMTQ3XzI2MzMpIi8+DQo8cGF0aCBkPSJNNDIuOTc5OSA1Ljc0MjM2TDM5LjE0NDcgNS43NDIyMUwzNS4zMTk5IDkuNTY3MDJMMzkuMTU1MSA5LjU2NzE3TDQyLjk3OTkgNS43NDIzNloiIGZpbGw9InVybCgjcGFpbnQ1X2xpbmVhcl8xNDdfMjYzMykiLz4NCjxwYXRoIGQ9Ik02MC42NCA1Ljc0MjMyTDU2LjgwNDkgNS43NDIxOEw1Mi45ODAyIDEuOTE3NTFMNTYuODE1NCAxLjkxNzY1TDYwLjY0IDUuNzQyMzJaIiBmaWxsPSJ1cmwoI3BhaW50Nl9saW5lYXJfMTQ3XzI2MzMpIi8+DQo8cGF0aCBkPSJNNjAuNjM5OSA1Ljc0MjM2TDU2LjgwNDggNS43NDIyMUw1Mi45OCA5LjU2NzAyTDU2LjgxNTEgOS41NjcxN0w2MC42Mzk5IDUuNzQyMzZaIiBmaWxsPSJ1cmwoI3BhaW50N19saW5lYXJfMTQ3XzI2MzMpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDdfMjYzMyIgeDE9IjcuNDY1NjkiIHkxPSI1LjY5OTM2IiB4Mj0iMC4zOTM0NDgiIHkyPSIyLjA2MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xNDdfMjYzMyIgeDE9IjAuNjQ4NTI0IiB5MT0iOS4wOTc5NyIgeDI9IjcuMTIwNTgiIHkyPSI2LjE2MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhcl8xNDdfMjYzMyIgeDE9IjI1LjEyNTciIHkxPSI1LjY5OTM2IiB4Mj0iMTguMDUzNSIgeTI9IjIuMDYzNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyXzE0N18yNjMzIiB4MT0iMTguMzA4NiIgeTE9IjkuMDk3OTciIHgyPSIyNC43ODA2IiB5Mj0iNi4xNjIyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTQ3XzI2MzMiIHgxPSI0Mi43ODU2IiB5MT0iNS42OTkzNiIgeDI9IjM1LjcxMzQiIHkyPSIyLjA2MzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ1X2xpbmVhcl8xNDdfMjYzMyIgeDE9IjM1Ljk2ODUiIHkxPSI5LjA5Nzk3IiB4Mj0iNDIuNDQwNSIgeTI9IjYuMTYyMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGN0U0NSIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUEwQzBDIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDZfbGluZWFyXzE0N18yNjMzIiB4MT0iNjAuNDQ1NyIgeTE9IjUuNjk5MzYiIHgyPSI1My4zNzM0IiB5Mj0iMi4wNjM3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3RTQ1Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50N19saW5lYXJfMTQ3XzI2MzMiIHgxPSI1My42Mjg1IiB5MT0iOS4wOTc5NyIgeDI9IjYwLjEwMDYiIHkyPSI2LjE2MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRjdFNDUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
    height: 1.1rem;
    top: 10.5rem;
  }

  .history__item-year {
    font-size: 8rem;
    left: 0;
    bottom: -1.9rem;
  }

  .history__item-text {
    padding-right: 4rem;
  }

  .history .swiper__btns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .join::before {
    display: none;
  }

  .join .form-content {
    gap: 0 1rem;
  }

  .join .form-group:nth-child(1):not(.form-group--file),
  .join .form-group:nth-child(2):not(.form-group--file) {
    width: calc(50% - 0.5rem);
  }

  .join .form-group:last-child {
    margin-bottom: 1.5rem;
  }

  .join .form-group {
    margin-bottom: 3rem;
  }

  .objects {
    padding: 4rem 0 5rem;
  }

  .objects::before {
    width: 72.9rem;
    height: 53.6rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzI5IiBoZWlnaHQ9IjUzNyIgdmlld0JveD0iMCAwIDcyOSA1MzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNDcxLjYxMiAzNzUuMjE4TDMwNi4wMTggNTM2Ljc4NEwyNDUuNjY4IDUzNi4zMUw0MTEuMjYzIDM3NC43NDNMNDcxLjYxMiAzNzUuMjE4Wk01MzIuNDYgMzc1LjUxNUw1OTMuMzQ4IDM3NS4yMThMNDI4LjE2OCA1MzYuMzc4TDM2Ny4wMjUgNTM2LjY3OEw1MzIuMTkzIDM3NS41MjdINDcxLjYxMkw2NjguMTY0IDE4My43NThINzI5TDUzMi40NiAzNzUuNTE1Wk02MC44MzY5IDUzNS45NThIMEwxNjQuNzQ5IDM3NS4yMThIMjI1LjU4Nkw2MC44MzY5IDUzNS45NThaTTI4OC4wMjggMzc1LjIxOEgzNDguNjA5TDE4My45NDUgNTM1Ljg3NkgxMjMuMTA4TDI4Ny40NTUgMzc1LjUyN0gyMjYuODc1TDYxMS43NjYgMEg2NzIuNjAzTDI4OC4wMjggMzc1LjIxOFpNNDA5LjQ0NSAzNzUuNTI3SDM0OC42MDlMNjY2LjI5MyA2NS41NzMySDcyNy4xMjlMNDA5LjQ0NSAzNzUuNTI3WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwMjBfMTA2KSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjAyMF8xMDYiIHgxPSI1MTEuOSIgeTE9IjI2LjIzNzUiIHgyPSItMC43MTQwMiIgeTI9IjUxOS43MDIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNFQTBDMEMiLz4NCjxzdG9wIG9mZnNldD0iMC40OTUxOTIiIHN0b3AtY29sb3I9IiNGRjNFMjUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjkzNDUiIHN0b3Atb3BhY2l0eT0iMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
    right: -30.4rem;
    left: unset;
  }

  .objects__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem 1rem;
  }

  .objects__head {
    width: calc(50% - 0.5rem);
    padding: 0;
  }

  .objects__item {
    gap: 2rem;
  }

  .objects__item-head {
    gap: 1.5rem;
  }

  .objects__item-body {
    gap: 1rem;
  }

  .objects__item-body li {
    gap: 1.5rem;
    font-size: 1.4rem;
  }

  .objects__item-body li::before {
    margin-top: 0.9rem;
  }

  .objects__body {
    width: calc(50% + var(--container-padding) - 0.5rem);
    padding: 0 var(--container-padding) 5rem 0;
    background-color: transparent;
  }

  .objects__block {
    gap: 2rem;
  }

  .objects__block-head {
    gap: 1rem;
  }

  .objects__block-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .objects__block-item {
    gap: 0.5rem;
    padding-left: 0;
    border-left: 0;
  }

  .objects__block-item h3 {
    font-size: 2rem;
  }

  .objects__gallery-btn {
    display: none;
  }

  .objects__gallery-mini .objects__gallery-btn {
    display: none;
  }

  .quiz {
    --title-margin-left: 4rem;
    background-image: url(./../images/quiz/bg-planshet.png);
  }

  .quiz h3 {
    font-size: 3rem;
  }

  .quiz__inner {
    gap: 3rem;
    max-width: 53.5rem;
  }

  .services .general__head-title {
    color: var(--accent);
  }

  .services .general__head-title br {
    display: none;
  }

  .services__inner {
    gap: 3rem;
  }

  .services__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  .services__item {
    --services-item-padding: 1rem;
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  .services__item:hover {
    border-color: var(--accent);
    color: inherit;
  }

  .services__item-wrap {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr 0fr 0fr;
    gap: 0 3rem;
    width: 100%;
  }

  .services__item-wrap.accordion-active {
    grid-template-rows: 1fr auto auto;
    gap: 0 3rem;
  }

  .services__item:hover .services__item-wrap {
    background-color: transparent;
    border-color: var(--accent-20);
  }

  .services__item-wrap > div {
    pointer-events: all;
  }

  .services__item-chevron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .services__item-icon {
    width: 5rem;
    height: 5rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 1/2;
    /* */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--gray-30);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .services__item:hover .services__item-icon {
    background: var(--accent);
  }

  .services__item-icon i {
    --font-size: 5rem;
    --font-size: 3rem;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .services__item-icon i::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .services__item:hover .services__item-icon i::before {
    background: var(--accent);
  }

  .services__item-icon i::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .services__item:hover .services__item-icon i::after {
    background: transparent;
  }

  .services__item-icon span {
    display: block;
  }

  .services__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 0;
  }

  .services__item:hover .services__item-title p {
    font-weight: 400;
    color: var(--accent);
  }

  .services__item-text {
    grid-column: 2/4;
    grid-row: 2/3;
    margin-bottom: 0;
    color: inherit;
  }

  .services__item-foot {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    grid-column: 2/4;
    grid-row: 3/4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .services__item-count {
    display: none;
  }

  .services__item-subtitle {
    overflow: hidden;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }

  .services__item-subtitle:hover {
    text-decoration: underline;
  }

  .services__item-subtitle p {
    pointer-events: none;
  }

  .services__item-subtitle::before {
    display: none;
  }

  .services__item-arrow {
    display: none;
  }

  .types {
    padding: 4rem var(--container-padding);
  }

  .types .general__head {
    padding: 0;
    position: static;
  }

  .types__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }

  .types__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }

  .types__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    width: calc(50% - 0.5rem);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }

  .types__item:hover {
    width: calc(50% - 0.5rem);
  }

  .types__item:first-child {
    padding: 0;
  }

  .types__item-img {
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 359/277;
  }

  .types__item-img::before {
    display: none;
  }

  .types__item-img::after {
    display: none;
  }

  .types__item-img img {
    -webkit-filter: none;
    filter: none;
  }

  .types__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .types__item-content::after {
    display: none;
  }

  .types__item-count {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .types__item:hover .types__item-count span {
    color: var(--accent);
  }

  .types__item-title {
    margin-bottom: 0;
  }

  .work__slide {
    max-width: 36.7rem;
  }

  .work__item {
    margin-right: var(--margin-right-width);
  }

  .work__item::before {
    display: block;
  }

  .work__slide:last-child .work__item::before {
    display: none;
  }

  .work__item-head {
    gap: 1.5rem;
    padding: 3rem 2rem 1rem;
  }

  .work__item-count {
    font-size: 8rem;
  }

  .work__item-subtitle {
    font-size: 1.5rem;
  }

  .work__item-body {
    gap: 4rem;
    padding: 2rem 2rem 1rem;
  }

  .work__item-content {
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .swiper {
    width: calc(100% + var(--container-padding) + var(--container-padding));
    margin-left: calc(var(--container-padding) * -1);
    padding: 0 var(--container-padding);
  }

  .swiper__btns-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .objects__slider [class^=swiper-button-] i,
  .objects__slider [class*=" swiper-button-"] i {
    font-size: 1.6rem;
    color: var(--accent);
  }

  .objects__slider [class^=swiper-button-],
  .objects__slider [class*=" swiper-button-"] {
    --swiper-button-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5rem;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: var(--page-bg);
    border-radius: 0;
  }

  .objects__slider .swiper__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: calc(100% + 56.657223796dvw + 1rem);
  }

  .objects__slider .icon-arrow-slider-prev:before {
    content: "\e915";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .objects__slider .icon-arrow-slider-next:before {
    content: "\e915";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .command .swiper__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 9rem;
  }

  .dropdown__selected {
    font-size: 1.2rem;
  }

  .dropdown__label {
    font-size: 1.2rem;
  }

  .form-group {
    margin-bottom: 4rem;
  }

  .form-group:nth-child(1):not(.form-group--file),
  .form-group:nth-child(2):not(.form-group--file) {
    width: 100%;
  }

  .form-group:last-child {
    margin-bottom: 2rem;
  }

  .form-input {
    font-size: 1.2rem;
    padding: 0 1rem 1.5rem 0;
  }

  .form-label {
    font-size: 1.2rem;
  }

  .form-textarea {
    font-size: 1.2rem;
  }

  .form-textarea::-webkit-input-placeholder {
    font-size: 1.2rem;
  }

  .form-textarea::-moz-placeholder {
    font-size: 1.2rem;
  }

  .form-textarea:-ms-input-placeholder {
    font-size: 1.2rem;
  }

  .form-textarea::-ms-input-placeholder {
    font-size: 1.2rem;
  }

  .form-textarea::placeholder {
    font-size: 1.2rem;
  }

  .icon-play {
    --font-size: 1.2rem;
  }

  .tabs__btn h2::after {
    bottom: 0;
    height: 0.2rem;
  }

  .tabs__btn:not(:first-child)::before {
    font-size: 2rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h2::before {
    top: 1.1rem;
  }

  p {
    font-size: 1.2rem;
  }

  .burger-close {
    top: 1rem;
  }

  .burger-menu {
    top: -100%;
    bottom: 100%;
    right: 0;
  }

  .burger-menu--opened {
    top: 0;
    bottom: 0;
  }

  .burger-menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    max-width: 100%;
    background-color: var(--white);
  }

  .burger-menu__head {
    width: 100%;
  }

  .burger-menu__title {
    display: none;
  }

  .burger-menu__list li {
    margin-bottom: 1.5rem;
  }

  .burger-menu__foot {
    width: 100%;
  }

  .burger-menu__foot-tel {
    margin-bottom: 0.6rem;
  }

  .burger-menu__foot-wrap {
    gap: 1rem;
  }

  .burger-menu__foot-text {
    font-size: 2rem;
  }

  .burger-menu__foot-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .burger-menu__foot-btn {
    --padding: 1rem;
    gap: 1rem;
    text-align: left;
    white-space: unset;
  }

  .footer .burger-menu__inner {
    gap: 2rem;
  }

  .footer .burger-menu__head {
    width: 100%;
  }

  .footer .burger-menu__foot {
    width: 100%;
  }

  .footer__body {
    padding-bottom: 1.5rem;
  }

  .footer__body-link {
    font-size: 1.2rem;
  }

  .footer__bottom {
    padding: 0.6rem 0 0.7rem;
  }

  .footer__bottom a {
    height: 1.25rem;
  }

  .plate--contact {
    display: block;
  }

  .popup__close {
    width: 3rem;
    height: 3rem;
  }

  .popup__close::before {
    width: 2.4rem;
  }

  .popup__close::after {
    width: 2.4rem;
  }

  .privacy__inner {
    gap: 2rem;
  }

  .privacy h1 {
    font-size: 2rem;
  }

  .privacy h6 {
    font-size: 1.6rem;
  }

  .about__inner {
    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.5rem;
  }

  .about__head {
    gap: 1.5rem;
  }

  .about__items {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 3rem;
  }

  .about__item:last-child {
    grid-column: 1/3;
  }

  .about__item:not(:first-child) .about__item-text {
    width: 100%;
  }

  .about__body {
    gap: 1.5rem;
  }

  .about__body-content {
    gap: 1.5rem;
  }

  .about__video {
    max-width: 100%;
    height: 5rem;
    border-width: 0.1rem;
    border-color: var(--accent);
    aspect-ratio: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1.2rem 0;
  }

  .about__video video {
    display: none;
  }

  .about__video-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    padding: 0;
    position: static;
  }

  .about__video-content span {
    display: none;
  }

  .about__video-btn {
    width: 2.6rem;
    height: 2.6rem;
    background-color: var(--accent);
  }

  .about__video-btn i {
    color: var(--white);
    font-size: 1rem;
  }

  .about__video-text {
    color: var(--accent);
  }

  .advan__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .advan__body::before {
    width: 14.6rem;
    height: 10.6rem;
  }

  .callback::before {
    content: "";
    width: 24.2rem;
    height: 18.3rem;
    position: absolute;
    right: -5.7rem;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQzIiBoZWlnaHQ9IjE4NCIgdmlld0JveD0iMCAwIDI0MyAxODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik0xNTYuOTUzIDEyNy45ODdMMTAxLjg2IDE4My4wOEw4MS43NzkzIDE4Mi45MTVMMTM2Ljg3MiAxMjcuODIyTDE1Ni45NTMgMTI3Ljk4N1pNMjAuMjQ2MSAxODIuODE1SDBMNTQuODI5MSAxMjcuOTg2SDc1LjA3NTJMMjAuMjQ2MSAxODIuODE1Wk05NS44NTc0IDEyNy45ODZIMTE2LjAxOEw2MS4yMTY4IDE4Mi43ODdINDAuOTcwN0w5NS42NjUgMTI4LjA5M0g3NS41MDM5TDIwMy41OTcgMEgyMjMuODQ0TDk1Ljg1NzQgMTI3Ljk4NlpNMTc3LjMwNyAxMjcuOTg2SDE5Ny40NjhMMTQzLjA0NCAxODIuNDFIMTIyLjc5OEwxNzcuMTE0IDEyOC4wOTNIMTU2Ljk1NEwyMjIuMzY2IDYyLjY3OTdIMjQyLjYxM0wxNzcuMzA3IDEyNy45ODZaTTEzNi4yNjUgMTI4LjA5M0gxMTYuMDE4TDIyMS43NDQgMjIuMzY3MkgyNDEuOTlMMTM2LjI2NSAxMjguMDkzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwNzVfMTI5KSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjA3NV8xMjkiIHgxPSIxNzAuMzYyIiB5MT0iOC45NDk2MSIgeDI9Ii00LjI3NDU1IiB5Mj0iMTcyLjk3MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iI0VBMEMwQyIvPg0KPHN0b3Agb2Zmc2V0PSIwLjQ5NTE5MiIgc3RvcC1jb2xvcj0iI0ZGM0UyNSIgc3RvcC1vcGFjaXR5PSIwLjciLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGOTM0NSIgc3RvcC1vcGFjaXR5PSIwIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .callback__content {
    padding: 4rem 0 16.5rem;
  }

  .clients__slide {
    max-width: 26.2rem;
  }

  .clients__item-img {
    aspect-ratio: 261/122;
  }

  .clients__item-body {
    padding: 2rem 1.5rem 3rem;
  }

  .clients__item-title {
    margin-bottom: 1rem;
  }

  .clients__item-text {
    margin-bottom: 2rem;
  }

  .customers__slide {
    max-width: 25.3rem;
  }

  .customers__item {
    aspect-ratio: 253/484;
  }

  .command {
    padding: 3rem 0 5rem;
  }

  .command .general__head {
    gap: 1.5rem;
  }

  .command__item {
    gap: 4.5rem;
    padding-top: 2rem;
  }

  .command__item-head {
    gap: 1.5rem;
  }

  .command__item-head h6 {
    font-size: 3rem;
  }

  .command__item-body fieldset {
    max-width: 75%;
    padding: 1.2rem 3rem 3rem 2rem;
  }

  .command__item-photo {
    width: 30.3rem;
    left: 49%;
    bottom: -26rem;
  }

  .faq__inner {
    gap: 2rem;
  }

  .faq__items {
    gap: 2rem;
  }

  .hero {
    background-image: url("./../images/hero/bg-mob.png");
    padding: 10rem 0 26rem;
  }

  .hero__info {
    gap: 1.5rem;
  }

  .hero__img {
    width: 93.64%;
    right: -31.55%;
  }

  .hero .subtitle {
    max-width: 67.04%;
  }

  .history {
    background-image: url(./../images/history/bg-mob.png);
  }

  .join .form-group:nth-child(1):not(.form-group--file),
  .join .form-group:nth-child(2):not(.form-group--file) {
    width: 100%;
  }

  .objects::before {
    width: 49.3rem;
    height: 36.3rem;
    right: unset;
    left: 24rem;
  }

  .objects__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }

  .objects__head {
    width: 100%;
  }

  .objects__slider {
    width: 100%;
    margin-left: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .objects__slider--step {
    width: 100%;
    margin-left: 0;
    padding: 0;
    pointer-events: none;
  }

  .objects__item-head h4 {
    font-size: 1.5rem;
  }

  .objects__item-text {
    gap: 1rem;
  }

  .objects__item-body {
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .objects__item-body h4 {
    font-size: 2rem;
  }

  .objects__item-body li {
    font-size: 1.2rem;
  }

  .objects__item-body li::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.9rem;
  }

  .objects__body {
    width: 100%;
    padding: 0;
  }

  .objects__block-head {
    padding-bottom: 3.8rem;
  }

  .objects__block .objects__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .objects__gallery {
    width: 100%;
    margin-left: 0;
    padding: 0;
    pointer-events: all;
  }

  .objects__gallery-item {
    aspect-ratio: 353/200;
  }

  .objects__gallery-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }

  .objects__gallery-btn i {
    width: 4rem;
    height: 4rem;
  }

  .objects__gallery--mini {
    display: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .quiz {
    background-image: url(./../images/quiz/bg-mob.png);
  }

  .quiz__inner {
    gap: 4rem;
    padding: 4rem 0 6rem;
  }

  .services__inner {
    gap: 2rem;
  }

  .services__item-wrap {
    gap: 0 2rem;
  }

  .services__item-wrap.accordion-active {
    gap: 0 2rem;
  }

  .types__inner {
    gap: 2rem;
  }

  .types__items {
    gap: 1.5rem 1rem;
  }

  .types__item {
    gap: 1rem;
    overflow: visible;
  }

  .types__item-img {
    aspect-ratio: 172/133;
  }

  .types__item-count {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .types__item-title h5 {
    font-size: 1.5rem;
  }

  .work {
    padding: 3rem 0;
  }

  .work__slide {
    max-width: 27.2rem;
  }

  .work__item-head {
    padding: 3rem 1rem 1rem;
  }

  .work__item-body {
    gap: 1rem;
    padding: 1.5rem 1rem 1rem;
  }

  .work__item-title h4 {
    font-size: 1.6rem;
  }
}

@media (max-width: 420px) {
  .hero__content {
    max-width: unset;
    gap: 3rem;
  }
}

@media (max-width: 380px) {
  .burger-menu__foot-tel {
    font-size: 2rem;
  }

  .burger-menu__foot-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup__box {
    padding: 5rem 1rem 2rem;
  }

  .popup .general__head-title h1,
  .popup .general__head-title h2,
  .popup .general__head-title h3,
  .popup .general__head-title h4,
  .popup .general__head-title h5,
  .popup .general__head-title h6 {
    font-size: 2rem;
  }

  .privacy h1 {
    font-size: 1.6rem;
  }

  .types__item {
    width: 100%;
  }

  .types__item:hover {
    width: 100%;
  }
}