@import url(../fonts/AlethiaPro/stylesheet.css);
@import url(../fonts/FirsNeue/stylesheet.css);
:root {
  --white: #fff;
  --black: #000;
  --gray: #5F6368;
  --a: var(--black);
  --aHover: var(--black);
  --aUnderline: underline;
  --aUnderlineHover: none;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  font-size: calc(100vw / 1920);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'TT Firs Neue', sans-serif;
  background: var(--black);
  color: var(--white);
  font-size: 17rem;
  line-height: 25rem;
  letter-spacing: 0.075em;
}
body.open {
  overflow: hidden;
}
body.open .hamburger {
  background: transparent;
}
body.open .hamburger img,
body.open .hamburger svg {
  opacity: 0;
}
body.open .hamburger img:last-child,
body.open .hamburger svg:last-child {
  opacity: 1;
}
img {
  border: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: var(--a);
  text-decoration: var(--aUnderline);
  transition: all 0.3s ease;
}
a:hover {
  color: var(--aHover);
  text-decoration: var(--aUnderlineHover);
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: 1;
}
.Alethia {
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-weight: normal;
}
.video {
  border: none;
  width: 177vh;
  height: 100dvh;
  position: absolute;
  background: no-repeat center / contain;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-block {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.video-block__voile {
  background: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.video-block--inner {
  width: 100%;
}
.video-block--inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.8;
  content: "";
}
.video-block--inner-short {
  height: 550rem;
  border-bottom: 1px solid var(--white);
}
.video-block--inner-teeny {
  height: 300rem;
  border-bottom: 1px solid var(--white);
}
.video-block--inner-clear:after {
  display: none;
}
.video-block--fixed {
  position: fixed;
}
.logo {
  display: inline-block;
  background: url(../img/logo.svg) no-repeat center / contain;
  width: 345rem;
  height: 50rem;
}
.logo--en {
  background-image: url(../img/logo-eng.svg);
  width: 302rem;
}
.logo--line {
  background-image: url(../img/logo2.svg);
}
.logo--line-en {
  background-image: url(../img/logo-eng2.svg);
}
header {
  padding: 75rem 100rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header__right {
  display: flex;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--black);
}
.wrapper--index .block {
  position: absolute;
  z-index: 20;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.wrapper--index .title {
  margin-bottom: 30rem;
  font-size: 75rem;
}
.wrapper--index .text {
  width: 1060rem;
  margin-top: 30rem;
}
.wrapper--contacts .block {
  width: 800rem;
  padding: 200rem 0;
  scrollbar-width: none;
}
.wrapper--contacts .block::-webkit-scrollbar {
  display: none;
}
.wrapper--contacts h1.title {
  margin-bottom: 30rem;
  font-size: 90rem;
}
.wrapper--contacts .content {
  position: relative;
}
.content {
  padding: 0 100rem;
}
.promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo:before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.4;
}
.promo-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.promo-item.active {
  z-index: 3;
}
.promo-item.next {
  z-index: 2;
}
.promo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-item-text {
  display: none;
}
.promo-item-text.active {
  display: block;
}
.promo-pagination {
  position: absolute;
  z-index: 10;
  bottom: 90rem;
  right: 100rem;
  display: flex;
}
.promo-pagination span {
  width: 8rem;
  height: 8rem;
  background: transparent;
  border: 1px solid var(--white);
  margin-right: 16rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.promo-pagination span.active {
  background: var(--white);
}
.mask {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 48%, #000000 52%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 48%, #000000 52%);
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  mask-position: 100% 0;
  -webkit-mask-position: 100% 0;
}
.mask--animate {
  animation: mask-play 3s forwards;
}
@keyframes mask-play {
  from {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
  to {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.title {
  font-size: 80rem;
  line-height: 120%;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.title--small {
  font-size: 45rem;
}
.slide {
  position: relative;
  z-index: 2;
}
.slide:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: top left;
  background-color: var(--white);
}
.slide:hover,
.slide.active {
  transition: all 0.5s ease;
  color: var(--black);
}
.slide:hover:after,
.slide.active:after {
  transform: scaleY(1);
  transform-origin: bottom left;
}
.slide--black:after {
  background-color: var(--black);
}
.slide--black:hover,
.slide--black.active {
  color: var(--white);
}
.btn {
  display: inline-block;
  cursor: pointer;
  font-family: 'TT Firs Neue', sans-serif;
  height: 56rem;
  border-radius: 100rem;
  font-size: 17rem;
  line-height: 17rem;
  padding: 0 40rem 4rem;
  overflow: hidden;
  text-transform: lowercase;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn > span {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.btn--md {
  height: 46rem;
  font-size: 14rem;
  line-height: 14rem;
  min-width: 240rem;
  padding: 0 30rem 2rem;
}
.btn--sm {
  height: 34rem;
  padding: 0 20rem 2rem;
  font-size: 13rem;
  line-height: 17rem;
}
.btn--transparent {
  border-color: transparent;
}
.btn--transparent:hover {
  border-color: var(--white);
}
.btn--white {
  background: var(--white);
  color: var(--black);
}
.lng {
  display: flex;
  gap: 2rem;
}
.voile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  background: var(--black);
  transform: translateY(100%);
  transition: transform 1s ease;
}
.voile__step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--black);
}
.voile__step--1 {
  background: var(--black) url(../img/enterprise.svg) no-repeat center / auto 80rem;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 48%, #000000 52%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 48%, #000000 52%);
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  mask-position: 100% 0;
  -webkit-mask-position: 100% 0;
}
.voile__step--1--animate {
  animation: mask-play 3s forwards;
}
.voile__step--2 {
  background: var(--black) url(../img/logo3.svg) no-repeat center / auto 80rem;
}
.voile--from {
  transform: translateY(-100%);
}
.voile--from .voile__step--1 {
  z-index: 2;
}
.voile.active {
  z-index: 999;
}
.voile.show {
  transform: translateY(0);
}
.text {
  font-size: 17rem;
  line-height: 25rem;
  letter-spacing: 0.075em;
}
.text-13 {
  font-size: 13rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.275px;
}
.text-17 {
  font-size: 17rem;
  font-weight: 400;
  line-height: 25rem;
  letter-spacing: 1.275px;
}
.btns {
  margin-top: 50rem;
  display: flex;
  gap: 30rem;
}
.link {
  position: relative;
  text-decoration: none;
  color: var(--black);
}
.link:before {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--black);
  top: 110%;
  transform: scaleX(0);
  width: 100%;
  z-index: 1;
  left: 0;
  transform-origin: top right;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.link:hover,
.link.active {
  color: var(--black);
  text-decoration: none;
  transition: all 1s ease;
}
.link:hover:before,
.link.active:before {
  transform: scaleX(1);
  transform-origin: top left;
}
.link.active:before {
  transition: all 0.3s ease;
}
.link--reverse:before {
  transform-origin: top left;
  transform: scaleX(1);
}
.link--reverse:hover:before,
.link--reverse.active:before {
  transform-origin: top right;
  transform: scaleX(0);
}
.link--white {
  color: var(--white);
}
.link--white:before {
  background: var(--white);
}
.link--white:hover,
.link--white.active {
  color: var(--white);
}
.contacts {
  font-size: 13rem;
  line-height: 25rem;
  margin-left: 80rem;
  margin-top: 10rem;
  margin-right: 270rem;
}
.contacts__row {
  margin-bottom: 20rem;
}
.contacts--2 {
  margin: 0;
}
.contacts--2 + .contacts {
  margin-top: 45rem;
}
.hamburger {
  background: var(--black);
  border-radius: 50%;
  width: 140rem;
  height: 140rem;
  position: fixed;
  cursor: pointer;
  top: 50rem;
  right: 50rem;
  z-index: 899;
  line-height: 0;
  transition: all 0.3s ease;
}
.hamburger img,
.hamburger svg {
  width: 56rem;
  height: 56rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.hamburger img:last-child,
.hamburger svg:last-child {
  opacity: 0;
}
.hamburger:hover {
  width: 120rem;
  height: 120rem;
  margin: 10rem;
}
.hamburger--white {
  background: var(--white);
}
.hamburger--white svg rect {
  fill: var(--black);
}
.copyright {
  position: absolute;
  z-index: 99;
  bottom: 100rem;
  left: 100rem;
  font-size: 13rem;
  line-height: 25rem;
}
.popup {
  max-width: 1000rem;
}
.popup__title {
  font-size: 50rem;
  line-height: 120%;
  font-family: 'Alethia Pro', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30rem;
}
.menu {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.menu-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -800;
  opacity: 0;
  transition: opacity 1s ease;
}
.menu-block.active {
  z-index: 800;
}
.menu-block.show {
  opacity: 1;
}
.menu-block__voile {
  background: var(--black);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.menu-block__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  clip-path: polygon(38% 0%, 100% 0, 100% 100%, 24% 100%);
}
.menu-block__video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--black);
  opacity: 0.2;
}
.menu-block .lng {
  position: absolute;
  bottom: 100rem;
  right: 100rem;
}
.menu-item {
  font-size: 50rem;
  line-height: 72rem;
  text-transform: uppercase;
  font-family: 'Alethia Pro', sans-serif;
  color: var(--white);
  margin: 13rem 0;
  padding-left: 800rem;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
.menu-item:hover,
.menu-item.active {
  background: var(--white);
  color: var(--black);
}
.section {
  position: relative;
  z-index: 10;
}
.section--top {
  height: 800rem;
  display: flex;
  align-items: center;
}
.section--top .text {
  width: 1060rem;
  margin-top: 30rem;
}
.section--top-small {
  height: 660rem;
  padding-top: 100rem;
}
.section--top-tiny {
  height: 550rem;
  padding-top: 200rem;
  align-items: flex-start;
}
.section--top-tiny .text {
  width: 380rem;
  font-size: 15rem;
  line-height: 19rem;
}
.section--top-teeny {
  height: 300rem;
  padding-top: 200rem;
  align-items: flex-start;
}
.section--top-teeny .text {
  width: 380rem;
  font-size: 15rem;
  line-height: 19rem;
}
.section--top-big {
  height: 1100rem;
  padding-top: 350rem;
}
.section--img {
  background: no-repeat center / cover;
}
.section--img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.4;
}
.section--pt {
  padding-top: 180rem;
}
footer {
  padding: 220rem 370rem 0 100rem;
  display: flex;
  justify-content: space-between;
  height: 600rem;
  background: var(--black) url(../img/line.svg) no-repeat top 90rem right -60rem;
  background-size: 100% auto;
  position: relative;
}
footer .copyright {
  position: relative;
  bottom: auto;
  left: auto;
}
footer .contacts {
  margin: 0;
}
footer .logo {
  margin-top: 65rem;
}
.whats {
  margin-top: 96rem;
}
.what {
  display: flex;
  gap: 50rem;
}
.what__col {
  width: 500rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.what__content {
  flex: 1;
}
.what__name {
  font-size: 50rem;
  line-height: 120%;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.what--border {
  margin-bottom: 100rem;
}
.what--border .what__content {
  padding-bottom: 90rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.what--border:last-child {
  margin-bottom: 0;
}
.what-item {
  margin-bottom: 90rem;
}
.what-item__title {
  font-size: 35rem;
  line-height: 120%;
  margin-bottom: 40rem;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.what-item__btns {
  margin-top: 45rem;
}
.what-item__cut {
  display: none;
  padding-top: 25rem;
}
.what-item:last-child {
  margin-bottom: 0;
}
.what--small .what__name {
  font-size: 25rem;
}
.what--small + .what {
  margin-top: 56rem;
}
p {
  margin: 0;
  padding: 0;
}
p + p {
  margin-top: 25rem;
}
.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -50rem;
  gap: 40rem 0;
}
.team--head {
  margin-bottom: 65rem;
}
.team--head .member {
  width: 590rem;
}
.team--head .member__photo {
  height: 350rem;
}
.team--head .member__name {
  font-size: 25rem;
}
.team--head .member__prof {
  font-size: 16rem;
}
.member {
  width: 440rem;
  text-transform: uppercase;
}
.member__photo {
  height: 255rem;
  width: 100%;
  margin-bottom: 25rem;
  background: no-repeat center / cover;
}
.member__name {
  margin-bottom: 10rem;
  font-size: 18rem;
  line-height: 120%;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.member__prof {
  font-size: 14rem;
  opacity: 0.4;
  line-height: 120%;
}
.map {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  line-height: 0;
  z-index: 25;
  transition: width 1s ease;
}
.map__pan {
  width: 25rem;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
}
.map__pan:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10rem;
  width: 5rem;
  height: 180rem;
  border-radius: 100rem;
  background: var(--white);
  transform: translateY(-50%);
}
.map--short {
  width: 40%;
}
.map--article {
  position: relative;
  width: 100%;
  height: 970rem;
  margin-top: 110rem;
}
#map {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.projects {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70rem 0;
}
.projects-block {
  margin: 70rem -50rem 0;
}
.projects-block__title {
  text-align: center;
  font-size: 54rem;
  line-height: 120%;
  margin-bottom: 100rem;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.filter {
  width: 320rem;
  position: relative;
  display: flex;
}
.filter__title {
  font-size: 21rem;
  line-height: 120%;
  position: relative;
  cursor: pointer;
  padding-right: 44rem;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.filter__title:after {
  content: "";
  width: 24rem;
  height: 24rem;
  background: url(../img/arrow.svg) no-repeat center / contain;
  top: 0;
  right: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.filter__items {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10rem;
  display: none;
}
.filter:last-child {
  width: auto;
}
.filter:last-child .filter__items {
  left: auto;
  right: 0;
  text-align: right;
}
.filter:last-child .filter-item:before {
  left: auto;
  right: 4rem;
}
.filter:last-child .filter-item.active,
.filter:last-child .filter-item:hover {
  padding-left: 0;
  padding-right: 23rem;
}
.filter:last-child .filter-item.active:before,
.filter:last-child .filter-item:hover:before {
  left: auto;
  right: 0;
}
.filter.open .filter__title:after {
  transform: rotate(180deg);
}
.filter-item {
  font-size: 15rem;
  line-height: 19rem;
  margin-top: 15rem;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.filter-item:before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 4rem;
  width: 0;
  height: 0;
  background: var(--white);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.filter-item.active,
.filter-item:hover {
  font-weight: 500;
  padding-left: 23rem;
}
.filter-item.active:before,
.filter-item:hover:before {
  width: 8rem;
  height: 8rem;
  left: 0;
  top: 5rem;
}
.filter-block {
  margin-bottom: 60rem;
  display: flex;
  gap: 50rem;
}
.filter-block__title {
  font-size: 21rem;
  line-height: 120%;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.filter-block__line {
  flex: 1;
  border-top: 1px solid var(--white);
  opacity: 0.5;
  margin-top: 10rem;
}
.filter-block__content {
  display: flex;
  gap: 50rem;
}
.filter-block-margin {
  height: 0;
  transition: height 0.4s ease;
}
.project {
  width: 590rem;
  display: block;
  color: var(--white);
  text-decoration: none;
}
.project__image {
  height: 345rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 35rem;
}
.project__image > div {
  background: no-repeat center / cover;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.project__image:after {
  position: absolute;
  content: "";
  border: 0 solid var(--white);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: all 1s ease;
}
.project__title {
  font-size: 25rem;
  line-height: 120%;
  position: relative;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.project__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/arrow2.svg) no-repeat center / contain;
  width: 61rem;
  height: 10rem;
  opacity: 0;
  transform: translateX(-100%) translateY(-50%);
  transition: all 1s ease;
}
.project:hover {
  color: var(--white);
  text-decoration: none;
}
.project:hover .project__image:after {
  border-width: 12rem;
}
.project:hover .project__image > div {
  transform: scale(1.1);
}
.project:hover .project__title {
  padding-left: 80rem;
}
.project:hover .project__title:before {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}
.project-detail {
  padding-top: 120rem;
}
.project-detail-params {
  margin-top: 60rem;
}
.project-detail-param {
  display: flex;
  margin-top: 20rem;
  font-size: 13rem;
  line-height: 120%;
}
.project-detail-param > div:first-child {
  width: 210rem;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.project-detail__content {
  margin-top: 120rem;
  margin-bottom: 190rem;
}
.project-detail__content .text {
  width: 1080rem;
  margin: 110rem auto;
}
.img {
  line-height: 0;
}
.img img {
  width: 100%;
}
.archive {
  margin: 30rem -50rem 0;
}
.archive-block {
  margin-top: 90rem;
  border-top: 1px solid var(--white);
  padding-top: 70rem;
}
.archive-block__title {
  font-size: 40rem;
  line-height: 120%;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.archive-item {
  padding: 50rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  font-size: 15rem;
  line-height: 120%;
  transition: all 0.3s ease;
}
.archive-item__title {
  font-size: 20rem;
  line-height: 120%;
  width: 610rem;
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.archive-item__type {
  width: 610rem;
}
.archive-item--header {
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.archive-item--header .archive-item__title {
  font-size: 15rem;
  line-height: 120%;
}
.archive-item:hover:not(.archive-item--header) {
  background: var(--white);
  color: var(--black);
}
.archive-item:hover:not(.archive-item--header) .archive-item__link .link--white {
  display: none;
}
.archive-item:hover:not(.archive-item--header) .archive-item__link .link--reverse {
  display: inline;
}
.slider {
  width: 100vw;
  left: 50%;
  position: relative;
  margin-left: -50vw;
  overflow: visible;
}
.slider .swiper-slide {
  padding: 0 100rem;
}
.slider .swiper-pagination {
  bottom: -60rem;
  display: flex;
  justify-content: flex-end;
  padding: 0 100rem;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 8rem;
  background: transparent;
  border: 1px solid var(--white);
  margin-right: 16rem;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white);
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  top: 0;
  width: 300rem;
  height: 100%;
  margin-top: 0;
  left: 0;
  right: auto;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  display: none;
}
.slider .swiper-button-next {
  right: 0;
  left: auto;
}
.block--feedback {
  min-height: 100dvh;
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}
.block--feedback .pic {
  width: 50%;
  line-height: 0;
}
.block--feedback .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block--feedback .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.block--feedback .title {
  margin-bottom: 80rem;
}
.form__disclaimer {
  text-align: center;
  color: var(--gray);
  margin-top: 16rem;
  padding-bottom: 8rem;
  font-size: 13rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.275px;
  --a: var(--gray);
  --aHover: var(--gray);
  --aUnderline: underline;
  --aUnderlineHover: none;
}
.form__row {
  display: flex;
  gap: 40rem;
  padding: 16rem 24rem;
  margin-bottom: 40rem;
  border-bottom: 1px solid #414141;
  background: #121212;
  transition: all 0.3s ease;
}
.form__row:has(input:valid),
.form__row:has(textarea:valid) {
  background-color: #202020;
}
.form__row:has(input:focus),
.form__row:has(textarea:focus) {
  background-color: #202020;
  border-bottom-color: var(--white);
}
.form__row:has(.error) {
  border-bottom-color: red;
}
.form__title {
  width: 170rem;
  font-size: 17rem;
  font-weight: 400;
  line-height: 25rem;
  letter-spacing: 1.275px;
}
.form__col {
  flex: 1;
}
.form__section {
  display: flex;
  gap: 96rem;
}
.form-elem {
  flex: 1;
}
.form-elem input,
.form-elem textarea {
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: 'TT Firs Neue', sans-serif;
  color: var(--white);
  height: 25rem;
  padding: 0;
  font-size: 17rem;
  font-weight: 400;
  line-height: 25rem;
  letter-spacing: 1.275px;
}
.form-elem input::placeholder,
.form-elem textarea::placeholder {
  color: #5F6368;
}
.form-elem textarea {
  height: 92rem;
}
.form .btns {
  margin-top: 56rem;
}
.form .btn {
  width: 100%;
}
.form--2 {
  display: flex;
  gap: 56rem;
  flex-direction: column;
}
.form--2 .form__disclaimer {
  text-align: left;
}
.form--2 .btn {
  width: 300rem;
}
.params {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
.param {
  display: flex;
  gap: 32rem;
  font-size: 17rem;
  font-weight: 400;
  line-height: 25rem;
  letter-spacing: 1.275px;
}
.param__title {
  text-transform: uppercase;
  width: 200rem;
}
.param__text {
  flex: 1;
}
.param__text ul {
  margin: 0;
}
.top {
  display: flex;
  align-items: flex-end;
  gap: 96rem;
  margin-bottom: 96rem;
}
.top__right {
  font-size: 17rem;
  font-weight: 400;
  line-height: 25rem;
  letter-spacing: 1.275px;
}
.dropzone {
  border: 2px dashed #3E3E3E;
  min-height: 150rem;
  border-radius: 0;
  background: transparent;
  width: 100%;
  margin-bottom: 40rem;
}
.dropzone .dz-message {
  margin: 10rem 0 0 0;
  font-size: 17rem;
  font-weight: 400;
  line-height: 25rem;
  letter-spacing: 1.275px;
  color: var(--white);
}
.dropzone .dz-message:after {
  font-size: 13rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.275px;
  display: block;
  margin-top: 16rem;
  color: #5F6368;
  content: 'pdf, doc, jpg, png до 10 Мб';
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.vacancies {
  display: grid;
  gap: 32rem;
}
.vacancies-title {
  font-family: 'Alethia Pro', sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  font-size: 35rem;
  line-height: 42rem;
  margin-bottom: 32rem;
}
.vacancies + .vacancies-title {
  margin-top: 89rem;
}
.vacancy {
  display: flex;
  align-items: center;
  gap: 24rem;
}
.vacancy__title {
  width: 560rem;
  font-size: 17rem;
  font-weight: 400;
  line-height: 25rem;
  letter-spacing: 1.275px;
}
.grid {
  column-count: 2;
  column-gap: 32rem;
}
.grid > span > div {
  margin-bottom: 16rem;
}
@media only screen and (min-aspect-ratio: 1920 / 1080) {
  .video {
    width: 100vw;
    height: 100vw;
  }
}
@media only screen and (max-width: 991px) {
  /* lg */
  html {
    font-size: calc(100vw / 360);
  }
  body {
    font-size: 14rem;
    line-height: 20rem;
    letter-spacing: 0;
  }
  body.open-filter {
    overflow: hidden;
  }
  body.open-filter header,
  body.open-filter .hamburger {
    transform: translateY(-100%);
  }
  .logo {
    width: 233rem;
    height: 31rem;
  }
  .logo--en {
    width: 229rem;
  }
  .video-block--inner-short,
  .video-block--inner-teeny {
    height: 100dvh;
    border-bottom: none;
  }
  header {
    padding: 24rem;
    align-items: center;
    transition: all 0.3s ease;
  }
  .wrapper--index .block {
    top: 50%;
  }
  .wrapper--index .title {
    margin-bottom: 32rem;
    font-size: 40rem;
  }
  .wrapper--index .text {
    width: 100%;
    margin-top: 32rem;
  }
  .wrapper--contacts .block {
    position: relative;
    padding: 144rem 0 80rem;
    width: 100%;
    top: 0;
    transform: none;
  }
  .wrapper--contacts h1.title {
    margin-bottom: 40rem;
    font-size: 43rem;
  }
  .content {
    padding: 0 24rem;
  }
  .hamburger {
    background: none;
    border-radius: 0;
    width: 56rem;
    height: 56rem;
    top: 9rem;
    right: 9rem;
  }
  .hamburger img,
  .hamburger svg {
    width: 56rem;
    height: 56rem;
  }
  .hamburger:hover {
    width: 56rem;
    height: 56rem;
    margin: 0;
  }
  .hamburger--white svg rect {
    fill: var(--white);
  }
  .popup {
    max-width: 100%;
    padding: 24rem;
  }
  .popup__title {
    font-size: 30rem;
    margin-bottom: 20rem;
  }
  .menu-block {
    background: var(--black);
  }
  .menu-block__video {
    clip-path: none;
  }
  .menu-block .lng {
    bottom: 24rem;
    right: 24rem;
  }
  .menu-item {
    font-size: 28rem;
    line-height: 56rem;
    margin: 10rem 0;
    padding-left: 44rem;
  }
  .btn {
    height: 44rem;
    font-size: 14rem;
    line-height: 20rem;
    padding: 0 20rem 2rem;
    border-radius: 100rem;
  }
  .btn--md,
  .btn--sm {
    height: 44rem;
    font-size: 14rem;
    line-height: 20rem;
    padding: 0 20rem 2rem;
    min-width: auto;
  }
  .btn--mobile-100 {
    width: 100%;
  }
  .promo-pagination {
    bottom: 24rem;
    right: auto;
    left: 24rem;
  }
  .promo-pagination span {
    width: 8rem;
    height: 8rem;
    margin-right: 16rem;
  }
  .text {
    font-size: 14rem;
    line-height: 20rem;
    letter-spacing: 0;
  }
  .text-10 {
    font-size: 10rem;
    font-weight: 400;
    line-height: 120%;
  }
  .text-14 {
    font-size: 14rem;
    font-weight: 400;
    line-height: 22rem;
    letter-spacing: 0;
  }
  .text-17 {
    font-size: 17rem;
    font-weight: 400;
    line-height: 25rem;
    letter-spacing: 1.275px;
  }
  .btns {
    margin-top: 32rem;
    gap: 16rem;
  }
  .voile__step--1,
  .voile__step--2 {
    background-size: auto 18rem;
  }
  .map {
    width: 100%;
    height: 60vh;
    position: relative;
  }
  .map__pan {
    display: none;
  }
  .map--article {
    height: 400rem;
    margin: 80rem -24rem 0;
    width: 100vw;
  }
  .copyright {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 10rem;
    line-height: 16rem;
  }
  .contacts {
    font-size: 14rem;
    line-height: 20rem;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .contacts__row {
    margin-bottom: 40rem;
  }
  .contacts--2 {
    margin: 0;
  }
  .contacts--2 + .contacts {
    margin-top: 40rem;
  }
  footer {
    padding: 120rem 24rem 40rem;
    flex-direction: column-reverse;
    height: auto;
    background: url(../img/line-mobile.svg) no-repeat bottom 160rem center / 100% auto;
  }
  footer .logo {
    margin-top: 40rem;
  }
  footer .copyright {
    margin-top: 120rem;
  }
  .footer--simple {
    padding: 24rem;
    background: var(--black);
    height: auto;
  }
  .footer--simple .copyright {
    margin-top: 0;
  }
  .section--top {
    height: auto;
    padding-top: 144rem;
  }
  .section--top .text {
    width: 100%;
    margin-top: 24rem;
  }
  .section--top-small {
    height: auto;
    padding-top: 144rem;
  }
  .section--top-tiny,
  .section--top-teeny {
    height: auto;
    padding-top: 144rem;
  }
  .section--top-tiny .text,
  .section--top-teeny .text {
    width: 100%;
    font-size: 14rem;
    line-height: 20rem;
  }
  .section--top-big {
    height: auto;
    padding-top: 144rem;
  }
  .section--img {
    height: 350rem;
  }
  .what {
    display: block;
    margin-top: 80rem;
  }
  .what__col {
    width: 100%;
  }
  .what__content {
    padding-bottom: 80rem;
    margin-bottom: 80rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    flex: none;
  }
  .what__name {
    font-size: 32rem;
    line-height: 40rem;
    margin-bottom: 24rem;
  }
  .what--border {
    margin-bottom: 80rem;
  }
  .what--border .what__content {
    padding-bottom: 80rem;
  }
  .what-item {
    margin-bottom: 80rem;
  }
  .what-item__title {
    font-size: 24rem;
    line-height: 32rem;
    margin-bottom: 24rem;
  }
  .what-item__btns {
    margin-top: 24rem;
  }
  .what-item__btns .btn {
    width: 100%;
  }
  .what-item__cut {
    display: none;
    padding-top: 24rem;
  }
  .what:last-child .what__content {
    margin-bottom: 0;
  }
  .title {
    font-size: 43rem;
  }
  .title--small {
    font-size: 43rem;
  }
  p {
    margin: 0;
    padding: 0;
  }
  p + p {
    margin-top: 16rem;
  }
  .team {
    margin: 40rem 0 0;
    gap: 24rem 0;
  }
  .team--head {
    margin-bottom: 56rem;
    padding-bottom: 56rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .team--head .member {
    width: 100%;
  }
  .team--head .member__photo {
    height: 180rem;
  }
  .team--head .member__name {
    font-size: 20rem;
  }
  .team--head .member__prof {
    font-size: 12rem;
  }
  .member {
    width: 100%;
  }
  .member__photo {
    height: 180rem;
    margin-bottom: 24rem;
  }
  .member__name {
    margin-bottom: 4rem;
    font-size: 17rem;
  }
  .member__prof {
    font-size: 10rem;
  }
  .member--empty {
    display: none;
  }
  .projects {
    gap: 40rem 0;
  }
  .projects-block {
    margin: 40rem 0 0;
  }
  .projects-block__title {
    font-size: 32rem;
    line-height: 40rem;
    margin-bottom: 32rem;
  }
  .archive {
    margin: 0;
  }
  .archive-block {
    margin-top: 56rem;
    padding-top: 56rem;
  }
  .archive-block__title {
    font-size: 32rem;
    line-height: 120%;
  }
  .archive-item {
    padding: 0 46rem 0 0;
    display: block;
    margin-top: 40rem;
    position: relative;
    font-size: 10rem;
    line-height: 16rem;
  }
  .archive-item__title {
    font-size: 17rem;
    line-height: 20rem;
    width: 100%;
    margin-bottom: 8rem;
  }
  .archive-item__type {
    width: 100%;
  }
  .archive-item__link {
    position: absolute;
    top: 8rem;
    right: 0;
    background: url(../img/arrow2.svg) no-repeat center / contain;
    width: 38rem;
    height: 5rem;
  }
  .archive-item__link a {
    display: none;
  }
  .archive-item--header {
    display: none;
  }
  .project {
    width: 100%;
  }
  .project__image {
    height: 180rem;
    margin-bottom: 24rem;
  }
  .project__title {
    font-size: 20rem;
    line-height: 24rem;
  }
  .project__title:before {
    display: none;
  }
  .project:hover .project__image:after {
    border-width: 12rem;
  }
  .project:hover .project__title {
    padding-left: 0;
  }
  .project-detail {
    padding-top: 24rem;
  }
  .project-detail .what {
    margin-top: 0;
  }
  .project-detail .what__content {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .project-detail-params {
    margin-top: 40rem;
  }
  .project-detail-param {
    margin-top: 18rem;
    font-size: 12rem;
    line-height: 120%;
  }
  .project-detail-param > div:first-child {
    width: 156rem;
    flex-shrink: 0;
  }
  .project-detail__content {
    margin-top: 80rem;
    margin-bottom: 120rem;
  }
  .project-detail__content .text {
    width: 100%;
    margin: 80rem auto;
  }
  .slider {
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
    overflow: visible;
  }
  .slider .swiper-slide {
    padding: 0;
  }
  .slider .swiper-pagination {
    position: relative;
    bottom: auto;
    justify-content: center;
    margin-top: 24rem;
  }
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
    margin: 0 8rem;
  }
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    display: none;
  }
  .slider .img {
    margin: 0;
  }
  .img {
    margin: 0 -24rem;
  }
  .filter {
    width: 100%;
    margin-bottom: 40rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .filter__title {
    font-size: 20rem;
    line-height: 24rem;
    padding-right: 32rem;
  }
  .filter__title:after {
    width: 24rem;
    height: 24rem;
  }
  .filter__items {
    position: relative;
    top: auto;
    padding-top: 4rem;
  }
  .filter:last-child {
    width: auto;
  }
  .filter:last-child .filter__items {
    left: auto;
    right: auto;
    text-align: left;
  }
  .filter:last-child .filter-item:before {
    right: auto;
    left: 0;
  }
  .filter:last-child .filter-item.active,
  .filter:last-child .filter-item:hover {
    padding-left: 23rem;
    padding-right: 0;
  }
  .filter:last-child .filter-item.active:before,
  .filter:last-child .filter-item:hover:before {
    right: auto;
    left: 0;
  }
  .filter-item {
    font-size: 14rem;
    line-height: 20rem;
    margin-top: 20rem;
    white-space: normal;
  }
  .filter-item:before {
    top: 9rem;
    left: 4rem;
  }
  .filter-item.active,
  .filter-item:hover {
    padding-left: 23rem;
  }
  .filter-item.active:before,
  .filter-item:hover:before {
    width: 8rem;
    height: 8rem;
    left: 0;
    top: 5rem;
  }
  .filter-mobile {
    margin-bottom: 40rem;
    text-align: right;
  }
  .filter-mobile__link {
    font-size: 20rem;
    padding-right: 80rem;
    background: url(../img/arrow2.svg) no-repeat center right / 57rem auto;
    line-height: 24rem;
    font-family: 'Alethia Pro', sans-serif;
    letter-spacing: 0.005em;
    text-transform: uppercase;
  }
  .filter-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    transform: translateX(100%);
    margin: 0;
    display: block;
    overflow: auto;
    padding: 48rem 24rem 40rem;
    z-index: 9999;
    transition: all 0.3s ease;
  }
  .filter-block.active {
    transform: translateX(0);
  }
  .filter-block__title {
    font-size: 47rem;
    line-height: 47rem;
    margin-bottom: 48rem;
  }
  .filter-block__line {
    display: none;
  }
  .filter-block__content {
    display: block;
  }
  .filter-block-margin {
    display: none!important;
  }
  .filter-block .btns .btn {
    width: 100%;
  }
  .block--feedback {
    padding-top: 144rem;
    min-height: auto;
  }
  .block--feedback .pic {
    width: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block--feedback .pic img {
    height: auto;
  }
  .block--feedback .content {
    position: relative;
    z-index: 2;
  }
  .block--feedback .title {
    margin-bottom: 64rem;
  }
  .form__disclaimer {
    margin-top: 24rem;
    padding-bottom: 0;
    font-size: 10rem;
    font-weight: 400;
    line-height: 120%;
  }
  .form__row {
    gap: 40rem;
    padding: 16rem;
    margin-bottom: 24rem;
  }
  .form__row--m-vertical {
    gap: 8rem;
    flex-direction: column;
  }
  .form__title {
    width: auto;
    white-space: nowrap;
    font-size: 14rem;
    font-weight: 400;
    line-height: 22rem;
    letter-spacing: 0;
  }
  .form-elem input,
  .form-elem textarea {
    text-align: right;
    height: 22rem;
    font-size: 14rem;
    font-weight: 400;
    line-height: 22rem;
    letter-spacing: 0;
  }
  .form-elem textarea {
    text-align: left;
    height: 80rem;
  }
  .form .btns {
    margin-top: 24rem;
  }
  .form__section {
    gap: 24rem;
    flex-direction: column;
  }
  .form--2 {
    gap: 24rem;
  }
  .form--2 .form__disclaimer {
    text-align: center;
  }
  .form--2 .btn {
    width: 100%;
  }
  .params {
    gap: 24rem;
  }
  .param {
    gap: 12rem;
    flex-direction: column;
    font-size: 17rem;
    font-weight: 400;
    line-height: 25rem;
    letter-spacing: 1.275px;
  }
  .param__title {
    width: 100%;
  }
  .param__text {
    font-size: 14rem;
    font-weight: 400;
    line-height: 22rem;
    letter-spacing: 0;
  }
  .top {
    align-items: flex-start;
    flex-direction: column;
    gap: 24rem;
    margin-bottom: 32rem;
  }
  .top .title {
    font-size: 36rem;
  }
  .top__right {
    font-size: 14rem;
    font-weight: 400;
    line-height: 22rem;
    letter-spacing: 0;
  }
  .top__right br {
    display: none;
  }
  .dropzone {
    min-height: 80rem;
    margin-bottom: 24rem;
  }
  .dropzone .dz-message {
    margin: 0;
    font-size: 14rem;
    font-weight: 400;
    line-height: 22rem;
    letter-spacing: 0;
  }
  .dropzone .dz-message:after {
    font-size: 10rem;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8rem;
  }
  .vacancies {
    display: grid;
    gap: 32rem;
  }
  .vacancies-title {
    font-family: 'Alethia Pro', sans-serif;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    font-size: 35rem;
    line-height: 42rem;
    margin-bottom: 32rem;
  }
  .vacancies + .vacancies-title {
    margin-top: 89rem;
  }
  .vacancy {
    display: block;
  }
  .vacancy__title {
    width: 100%;
    margin-bottom: 24rem;
    font-size: 17rem;
    font-weight: 400;
    line-height: 25rem;
    letter-spacing: 1.275px;
  }
  .grid {
    column-count: 1;
  }
}
/*# sourceMappingURL=style.css.map */