@charset "UTF-8";
:root {
  --color-primary: #000000;
  --rounded-base: 0;
  --header-sticky-height: 80px;
  --size-20: 2.638888vw;
  --font-size-lg-title: 4.166666vw;
  --font-size-sm-text: 0.972222vw;
  --section-padding-bottom: 10.42vw;
  --global-body-font-family: Manrope,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
img,
section {
  display: block
}
html {
  position: relative;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
*,
::after,
::before {
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html:focus-within {
  scroll-behavior: smooth
}
body,

html {
  margin: 0;
  scroll-behavior: smooth
}
body {
  text-rendering: optimizespeed
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}
img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  display: block;
  transition: .3s
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word
}
a {
  color: inherit;
  color: inherit;
  text-decoration: none
}
button {
  margin: 0;
  font-size: 100%;
  line-height: inherit;
  text-transform: none
}
button:disabled {
  cursor: default
}
body.menu-open {
  overflow: hidden;
  height: 100vh
}
.mix-blend-exclusion {
  mix-blend-mode: exclusion
}
.fill-current {
  fill: currentColor
}
.image {
  position: relative;
  filter: grayscale(1);
  transition: none
}
.image img {
  transition: none
}
.image:hover {
  filter: none;
  transition: none
}
.image:hover img {
  transition: none
}
.image:hover::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  background: linear-gradient(0deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%),rgba(0,0,0,.42)
}
@keyframes blendEffect {
  0% {
    filter: grayscale(1)
  }
  100% {
    filter: none
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: Manrope,sans-serif;
  margin: 0;
  word-break: keep-all;
  white-space: nowrap
}
h1 {
  font-weight: 400;
  font-size: 3.13dvw;
  line-height: 120%;
  letter-spacing: 0
}
@media (max-width:1023px) {
  h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0
  }
  h2 {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0
  }
}
h3 {
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 120%;
  letter-spacing: 0
}
h4 {
  font-weight: 600;
  font-size: 2.1vw;
  line-height: 120%;
  letter-spacing: 0
}
@media (max-width:1023px) {
  h4 {
    font-size: 26px;
    line-height: 120%
  }
}
h6 {
  font-weight: 400;
  font-size: 2.48vw;
  line-height: 1.11;
  letter-spacing: 0
}
*,
a,
button,
p,
span {
  font-family: Manrope,sans-serif
}
h2,
p {
  white-space: break-spaces;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-indent: 0;
  word-break: keep-all;
  -webkit-hyphens: none;
  hyphens: none
}
h1,
h2,
h4,
h5 {
  white-space: normal
}
.text1 {
  font-weight: 400;
  font-size: 2.1vw;
  line-height: 125%
}
.text2 {
  font-weight: 400;
  font-size: 1.04vw;
  line-height: 130%;
  letter-spacing: 0
}
.link {
  font-weight: 500;
  font-size: 1.37vw;
  line-height: 100%;
  letter-spacing: 0;
  color: #c8152f
}
.cards {
  font-weight: 600;
  font-size: 1.82vw;
  line-height: 120%;
  letter-spacing: 0
}
.caption {
  font-weight: 500;
  font-size: 1.05vw;
  line-height: 100%;
  letter-spacing: 0
}
.caption2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0
}
@media (max-width:1023px) {
  h6 {
    font-size: 28px;
    line-height: 135%
  }
  h3 {
    font-size: 36px
  }
  .text1 {
    line-height: 120%;
    font-size: 22px
  }
  .caption,
  .caption2,
  .text2 {
    font-size: 16px
  }
  .cards {
    font-size: 22px
  }
  .link {
    font-size: 18px
  }
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.text-left {
  text-align: left
}
html {
  scroll-behavior: auto!important;
  margin-top: 0!important;
  font-size: 16px;
  font-family: Manrope,Arial,sans-serif;
  scroll-behavior: smooth;
  line-height: 1.5
}
body {
  background: #fcfaf8;
  font-family: Manrope,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #1d1d1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button {
  border: none;
  background: 0 0;
  cursor: pointer;
  font: inherit
}
.container {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  max-width: 100%!important
}
@media (min-width:1024px) {
  body ::-webkit-scrollbar {
    display: none
  }
  body {
    -ms-overflow-style: none
  }
  html {
    scrollbar-width: none
  }
  .container {
    padding: 0 60px
  }
}
.hidden {
  display: none!important
}
.visible {
  display: block!important
}
.btn {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8em 1.8em;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid currentColor;
  border-radius: 9999px;
  background: 0 0;
  cursor: pointer;
  transition: .3s;
  color: #1d1d1b
}
.btn .label_wrap {
  height: 14px;
  line-height: 14px;
  color: #1d1d1b
}
.btn .label_wrap span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0
}
.btn .label_wrap span:last-child {
  position: relative;
  transform: translateY(0);
  opacity: 1
}
.btn .btn-arrow-left,
.btn .btn-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform .3s
}
.btn .btn-arrow-left-child,
.btn .btn-arrow-right-child {
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  margin: auto;
  position: relative;
  top: 3px
}
.btn .btn-arrow-left {
  left: 10px
}
.btn .btn-arrow-right {
  right: 10px
}
.btn:hover .label_wrap span:first-child {
  transform: translateY(0);
  opacity: 1
}
.btn:hover .label_wrap span:last-child {
  transform: translateY(-100%);
  opacity: 0
}
.btn:hover .btn-arrow-left {
  transform: translate(-4px,-50%)
}
.btn:hover .btn-arrow-right {
  transform: translate(4px,-50%)
}
.btn.desctop-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 22px;
  line-height: 1
}
.btn.desctop-menu .label_wrap {
  height: 22px;
  line-height: 1;
  overflow: hidden;
  position: relative
}
.btn.desctop-menu .label_wrap span {
  display: block;
  transition: transform .4s,opacity .3s
}
.btn.desctop-menu .label_wrap span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0
}
.btn.desctop-menu .label_wrap span:last-child {
  position: relative;
  transform: translateY(0);
  opacity: 1
}
.btn.desctop-menu:hover .label_wrap span:first-child {
  transform: translateY(0);
  opacity: 1
}
.btn.desctop-menu:hover .label_wrap span:last-child {
  transform: translateY(-100%);
  opacity: 0
}
.btn.desctop-menu .label-item {
  color: #1d1d1b;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: lowercase;
  padding-left: 22px;
  position: relative
}
.btn.desctop-menu .label-item::before {
  content: "";
  width: 14px;
  height: 13px;
  background: url('data:image/svg+xml;utf8,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0312481 13L13.0312 13L0.0312492 0L0.0312481 13Z" fill="%231D1D1B"/></svg>') center/contain no-repeat;
  flex-shrink: 0;
  transform: translateY(0);
  transition: transform .3s,opacity .3s;
  position: absolute;
  bottom: 3px;
  left: 0
}
.btn.desctop-menu .label-item.label_back::before {
  background: url('data:image/svg+xml;utf8,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0312481 13L13.0312 13L0.0312492 0L0.0312481 13Z" fill="%23C8152F"/></svg>') center/contain no-repeat
}
.btn.desctop-menu.isWhite,
.btn.desctop-menu.isWhite .label_wrap {
  height: 32px;
  font-size: 32px
}
.btn.desctop-menu.isWhite .label-item {
  color: #fcfaf8;
  font-size: 32px;
  padding-left: 32px
}
.btn.desctop-menu.isWhite .label-item::before {
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-1.90735e-06 17L17 17L-4.21162e-07 4.21161e-07L-1.90735e-06 17Z" fill="%23FCFAF8"/></svg>') center/contain no-repeat
}
.btn.desctop-menu.isWhite .label-item.label_back::before {
  background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-1.90735e-06 17L17 17L-4.21162e-07 4.21161e-07L-1.90735e-06 17Z" fill="%23C8152F"/></svg>') center/contain no-repeat
}
.main-button {
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8em 1.8em;
  font-weight: 500;
  overflow: visible;
  background: #1d1d1b;
  cursor: pointer;
  transition: .3s;
  font-size: 18px;
  line-height: 1;
  height: 56px;
  min-width: 208px
}
.main-button::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  border: 8px solid transparent;
  border-top: 8px solid #fcfaf8;
  border-right: 8px solid #fcfaf8
}
.main-button::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  border: 8px solid transparent;
  border-bottom: 8px solid #fcfaf8;
  border-left: 8px solid #fcfaf8
}
.main-button.isWhite {
  background: #fcfaf8
}
.main-button.isWhite::after {
  border-top: 8px solid #1d1d1b;
  border-right: 8px solid #1d1d1b
}
.main-button.isWhite::before {
  border-bottom: 8px solid #1d1d1b;
  border-left: 8px solid #1d1d1b
}
.main-button.isWhite .label {
  color: #1d1d1b
}
.main-button .label {
  display: block;
  overflow: hidden;
  color: #fcfaf8;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  position: relative
}
.main-button .label span {
  display: block;
  transition: transform .3s,opacity .3s
}
.main-button .label span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0
}
.main-button .label span:last-child {
  position: relative;
  transform: translateY(0);
  opacity: 1
}
.main-button:hover .label span:first-child {
  transform: translateY(0);
  opacity: 1
}
.main-button:hover .label span:last-child {
  transform: translateY(-100%);
  opacity: 0
}
.title {
  padding: 0 0 6vh;
  background: #fcfaf8;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 64px
}
.title__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center
}
.title__inner img {
  width: auto;
  height: 14dvh;
  max-height: 175px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain
}
.title__title {
  font-size: 6vw;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 2vw
}
@media (min-width:768px) {
  .title__title {
    font-size: 3vw
  }
}
@media (min-width:1200px) {
  .title__title {
    font-size: 2.2vw
  }
}
@media (max-width:1023px) {
  .title {
    padding: 0 0 30px
  }
  .title__inner img {
    width: 100%;
    height: auto
  }
}
.desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 60px 36px 16px
}
.mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px
}
@media (max-width:1023px) {
  .desktop {
    display: none
  }
  .mobile {
    display: flex;
    height: 90px;
    margin-left: auto;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0
  }
}
.menu {
  display: flex;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
  justify-content: space-between
}
.menu__item {
  position: relative
}
.menu__link {
  text-decoration: none;
  font-weight: 500;
  overflow: hidden
}
.menu__link .label-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
  overflow: hidden
}
.menu__link .label-wrap .label-item {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: lowercase;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  padding-left: 22px;
  color: #1d1d1b
}
.menu__link .label-wrap .label-item::before {
  content: "";
  width: 14px;
  height: 13px;
  background: url('data:image/svg+xml;utf8,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0312481 13L13.0312 13L0.0312492 0L0.0312481 13Z" fill="%231D1D1B"/></svg>') center/contain no-repeat;
  flex-shrink: 0;
  transform: translateY(0);
  transition: transform .3s,opacity .3s;
  position: absolute;
  bottom: 3px;
  left: 0
}
.menu__link .label-wrap .label-back {
  left: 0;
  transform: translateY(100%);
  transition: transform .3s,opacity .3s
}
.menu__link .label-wrap .label-front {
  display: inline-block;
  transform: translateY(0);
  transition: transform .3s,opacity .3s
}
.menu__link:hover .label-back {
  transform: translateY(0);
  opacity: 1
}
.menu__link:hover .label-front {
  transform: translateY(-100%);
  opacity: 0
}
#burger-close,
#menuToggle {
  cursor: pointer
}
.burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: 0 0;
  border: none;
  cursor: pointer
}
.burger svg {
  color: #e6e8ea
}
.burger span {
  height: 2px;
  background-color: #000;
  display: block
}
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}
.mobile-menu.active {
  display: flex
}
.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0
}
.mobile-menu__list li {
  margin: 12px 0
}
.mobile-menu__list li a {
  font-size: 18px;
  text-decoration: none;
  color: #000
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: 0 0;
  border: none;
  font-size: 32px;
  cursor: pointer
}
.footer {
  background-color: #1d1d1b;
  color: #fff;
  position: relative;
  overflow: hidden
}
.footer__container {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #fcfaf8
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0
}
.footer__menu-item {
  position: relative;
  overflow: hidden;
  padding: 0
}
.footer__menu-item:last-child {
  border-bottom: 1px solid #fcfaf8;
  border-bottom: none
}
.footer__menu-item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(0,101%);
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-color: #fcfaf8
}
.footer__menu-item-icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%)!important;
  height: auto;
  opacity: 1;
  transform: rotate(-5deg);
  transition: .15s;
  z-index: 2
}
.footer__menu-link {
  display: block;
  color: #fcfaf8;
  text-decoration: none;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1.5rem;
  position: relative;
  z-index: 1
}
.footer__info {
  text-align: right;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
@media (min-width:1024px) {
  .footer__container {
    grid-template-columns: 1fr 1fr
  }
  .footer__menu-item {
    border-bottom: none
  }
  .footer__info {
    padding: 1.5vw 60px;
    border-left: 1px solid var(--color-border)
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1.5rem;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
  border-top: 1px solid #fcfaf8
}
@media (min-width:1024px) {
  .footer__copyright {
    justify-content: flex-end
  }
}
.footer__logo {
  height: auto;
  fill: currentColor
}
.footer__divider {
  height: 1px;
  background-color: #fcfaf8;
  margin: 0 -1.25rem
}
.footer__bottom {
  display: none;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding-top: 1.5rem
}
@media (min-width:1024px) {
  .footer__bottom {
    flex-direction: row;
    padding-top: 0;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content
  }
}
.footer__social {
  display: flex;
  justify-content: space-between;
  gap: 1.25vw
}
.footer__social-link {
  position: relative;
  display: block;
  overflow: hidden;
  color: currentColor;
  text-decoration: none
}
.footer__social-link-text {
  display: block;
  position: relative
}
.footer__social-link-text span {
  display: block;
  transition: transform .5s cubic-bezier(.19,1,.22,1)
}
.footer__social-link-text span:last-child {
  position: absolute;
  top: 100%;
  left: 0
}
.footer__social-link-text:hover span {
  transform: translateY(-100%)
}
.footer__legal {
  display: none
}
@media (min-width:1024px) {
  .footer__legal {
    display: block
  }
}
.footer__legal-list {
  display: flex;
  gap: 1.25vw;
  list-style: none;
  padding: 0;
  margin: 0
}
.footer__legal-link {
  position: relative;
  display: block;
  overflow: hidden;
  color: currentColor;
  text-decoration: none
}
.footer__legal-link-text {
  display: block;
  position: relative;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase
}
.footer__legal-link-text span {
  display: block;
  transition: transform .5s cubic-bezier(.19,1,.22,1)
}
.footer__legal-link-text span:last-child {
  position: absolute;
  top: 100%;
  left: 0
}
.footer__legal-link-text:hover span {
  transform: translateY(-100%)
}
.footer__legal-mobile {
  border-top: 1px solid var(--color-border);
  padding: 1.5rem;
  margin: 0
}
@media (min-width:1024px) {
  .footer__legal-mobile {
    display: none
  }
}
.footer__legal-mobile-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0
}
.footer__legal-mobile-link {
  color: currentColor;
  text-decoration: none
}
.footer__graphic {
  padding: 0 20px;
  margin-top: 38px
}
.footer__graphic-inner {
  overflow: hidden
}
.footer__graphic-inner svg {
  width: 100%;
  height: auto;
  fill: currentColor
}
.footer__menu-item:hover .footer__menu-item-icon {
  opacity: 1;
  z-index: 3;
  width: .9em
}
.footer__menu.vacancy {
  border-top: 0;
  grid-template-columns: 1fr;
  max-height: -moz-max-content;
  max-height: max-content
}
.footer__menu.vacancy .footer__menu-link {
  cursor: pointer;
  color: #1d1d1b;
  font-weight: 600;
  font-size: 1.82vw;
  line-height: 120%;
  letter-spacing: 0;
  padding: 1.68vw 60px 1.68vw 30px;
  border-bottom: 1px solid #1d1d1b;
  border-left: 1px solid #1d1d1b;
  text-transform: none
}
.footer__menu.vacancy .footer__menu-item:hover .footer__menu-link {
  color: #fcfaf8
}
.footer__menu.vacancy .footer__menu-item-hover {
  background-color: #1d1d1b
}
.footer__menu.vacancy .footer__menu-item-icon {
  display: none
}
.footer__menu.vacancy .footer__menu-item.act {
  background-color: #1d1d1b
}
.footer__menu.vacancy .footer__menu-item.act .footer__menu-link {
  color: #fcfaf8
}
.footer__menu.vacancy .vacancy-item:last-child .footer__menu-link {
  border-bottom: none
}
@media (min-width:1024px) {
  .footer__graphic {
    padding: 0 60px 30px;
    margin-top: 14vh
  }
  .footer__menu-item:hover .footer__menu-link {
    color: #1d1d1b
  }
  .footer__menu-item:hover .footer__menu-item-icon {
    opacity: 1;
    z-index: 3;
    width: .9em
  }
  .footer__menu-item:hover .footer__menu-item-icon path {
    fill: #1d1d1b
  }
  .footer__menu {
    position: relative
  }
  .footer__menu::before {
    content: "";
    width: 14px;
    height: 13px;
    background: url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 14L0 14L18 0.41797L18 14Z" fill="%23FCFAF8"/></svg>') center/contain no-repeat;
    flex-shrink: 0;
    transform: translateY(0);
    transition: transform .3s,opacity .3s;
    position: absolute;
    bottom: -1px;
    right: -1px
  }
  .footer__info {
    position: relative
  }
  .footer__info::before {
    content: "";
    width: 14px;
    height: 13px;
    background: url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.90735e-06 14L18 14L2.26851e-07 0.41797L1.90735e-06 14Z" fill="%23FCFAF8"/></svg>') center/contain no-repeat;
    flex-shrink: 0;
    transform: translateY(0);
    transition: transform .3s,opacity .3s;
    position: absolute;
    bottom: -1px;
    left: -1px
  }
  .footer__menu-container {
    border-right: 1px solid #fcfaf8
  }
  .footer__menu-link {
    padding: 1.5vw 60px
  }
  .footer__menu-item-icon {
    opacity: 0
  }
  .footer__legal-mobile {
    margin: auto
  }
  .footer__divider {
    height: 0
  }
  .footer__bottom {
    display: flex
  }
  .footer__copyright {
    border-top: none;
    padding: 0
  }
}
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  visibility: hidden
}
.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .5s
}
.menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  background: #1d1d1b;
  transform: translateY(-100%);
  transition: none;
  padding: 2rem 0 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,.1)
}
.side-menu.active .menu-overlay {
  opacity: 1
}
.side-menu.active .menu-container {
  transform: translateX(0)
}
body.menu-open .main-content {
  transform: translateY(80px);
  transform: translateX(-100px)
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 2rem
}
.menu-nav ul {
  list-style: none
}
.menu-link {
  display: flex;
  padding: 18px 20px;
  font-size: 32px;
  color: #fcfaf8;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .3s
}
.menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  color: #fcfaf8;
  transform: translateX(-100%);
  transition: transform .3s
}
.menu-link:hover::after {
  transform: translateX(0)
}
.menu-footer {
  margin-top: auto;
  padding: 2rem 20px 0
}
.social-links {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem
}
.social-link {
  color: #666;
  text-decoration: none;
  transition: color .3s
}
.social-link:hover {
  color: #333
}
.copyright {
  color: #fcfaf8;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase
}
.side-menu-logo {
  padding: 6px 0
}
.preloader {
  position: fixed;
  inset: 0;
  display: grid;
  align-items: flex-end;
  justify-content: flex-start;
  background: #fcfaf8;
  z-index: 225;
  margin-top: 1px;
  padding: 54px 60px 0;
  transition: 1s;
  pointer-events: all;
  height: 100dvh;
  top: 0;
  animation: .5s 2s forwards preloaderResize;
  will-change: padding,height,position,z-index
}
.preloader.isProjectPage {
  animation-name: preloaderResizeProject
}
.preloader.isBigTopPadding,
.preloader.isHomePage {
  padding: 18dvh 60px 0;
  padding-top: calc(100px + 7dvh)
}
.preloader .logo_preloader {
  display: flex;
  gap: 2vw;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 210
}
.preloader .logo_preloader.marginRight {
  margin-right: 10vw
}
.preloader.isHomePage .logo_preloader,
.preloader.isProjectPage .logo_preloader {
  width: 100%
}
.preloader.isHomePage .letter svg {
  max-height: 500px!important
}
.preloader.isAboutPage .letter svg {
  max-height: -moz-max-content!important;
  max-height: max-content!important
}
.preloader .letter {
  flex: 1 1 auto;
  opacity: 0;
  transform: translateY(100%);
  animation: .5s ease-out forwards letterUp
}
.preloader .letter svg {
  width: 100%;
  height: auto;
  max-height: 180px;
  display: flex
}
.preloader .letter:nth-child(1) {
  animation-delay: .15s
}
.preloader .letter:nth-child(2) {
  animation-delay: .3s
}
.preloader .letter:nth-child(3) {
  animation-delay: .45s
}
.preloader .letter:nth-child(4) {
  animation-delay: .6s
}
.preloader .letter:nth-child(5) {
  animation-delay: .75s
}
.preloader .letter:nth-child(6) {
  animation-delay: .9s
}
.preloader .letter:nth-child(7) {
  animation-delay: 1.05s
}
.preloader .letter:nth-child(8) {
  animation-delay: 1.2s
}
.preloader .letter:nth-child(9) {
  animation-delay: 1.35s
}
.preloader .letter:nth-child(10) {
  animation-delay: 1.5s
}
.preloader .bottom-line {
  display: block;
  position: absolute;
  background: #1d1d1b;
  width: calc(100% - 120px);
  height: 1px;
  margin-bottom: -7vh;
  left: 60px
}
@media (min-width:1920px) {
  .preloader .letter svg {
    max-height: -moz-max-content;
    max-height: max-content
  }
  .preloader.isHomePage .logo_preloader,
  .preloader.isProjectPage .logo_preloader {
    width: calc(100vw - 128px)
  }
}
@keyframes letterUp {
  0% {
    opacity: 0;
    transform: translateY(100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  background: #fcfaf8;
  z-index: 205;
  will-change: transform,opacity,height
}
@keyframes stopperPreloader {
  0% {
    top: 0;
    height: 100dvh
  }
  100% {
    top: 34px;
    height: 0
  }
}
@keyframes stopperLogo {
  0%,
  99% {
    position: fixed;
    width: 100%
  }
  100% {
    position: relative;
    width: 50%
  }
}
@keyframes arise {
  0% {
    display: none
  }
  100% {
    display: block
  }
}
@keyframes preloaderResize {
  0% {
    top: 0;
    height: 100dvh;
    position: fixed;
    z-index: 225;
    transform: translateZ(0)
  }
  98% {
    top: 0;
    height: 28dvh;
    position: fixed;
    z-index: 225;
    transform: translateZ(0)
  }
  99% {
    height: 28dvh;
    position: relative;
    z-index: 9;
    transform: none
  }
  100% {
    height: auto;
    position: relative;
    z-index: 9;
    transform: none
  }
}
@keyframes preloaderResizeProject {
  100%,
  99% {
    top: -120vh
  }
}
@media (max-width:1023px) {
  .preloader.isHomePage,
  .preloader.isProjectPage {
    bottom: 0;
    padding: 0 20px;
    animation: 1s 1.4s forwards stopperPreloader,.2s 2.4s forwards stopperLogo;
    justify-content: flex-start
  }
  .preloader.isHomePage .logo_preloader,
  .preloader.isProjectPage .logo_preloader {
    width: 130px!important;
    gap: 3px!important
  }
  .logo_preloader {
    width: -moz-fit-content!important;
    width: fit-content!important;
    gap: 8px!important;
    padding-bottom: 10px
  }
  .logo_preloader.marginRight {
    margin-right: 0!important
  }
  .preloader .logo_preloader {
    width: auto
  }
  .preloader,
  .preloader.isBigTopPadding {
    padding: 30px 20px 0
  }
  .preloader .bottom-line,
  .preloader.isBigTopPadding .bottom-line {
    margin-top: 32px;
    margin-bottom: -36px;
    width: calc(100% - 40px);
    left: 20px
  }
  .preloader.isBigTopPadding {
    padding: 12vh 20px 0
  }
  @keyframes preloaderResize {
    0% {
      position: fixed;
      padding: 120px 20px 0;
      height: 100dvh;
      z-index: 225;
      transform: translateZ(0)
    }
    99% {
      position: fixed;
      padding: 120px 20px 0;
      height: 20dvh;
      z-index: 225;
      transform: translateZ(0)
    }
    100% {
      position: relative;
      padding: 30px 20px 0;
      height: auto;
      z-index: 9;
      transform: translateZ(0)
    }
  }
}
@keyframes hideInner {
  0%,
  99% {
    opacity: 0;
    height: 100vh;
    display: block
  }
  100% {
    opacity: 0;
    height: 0;
    display: none
  }
}
@keyframes showBottomLine {
  to {
    display: block
  }
}
.preloader .inner {
  animation: .3s 2.5s forwards hideInner
}
.container-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto
}
.section-indent {
  position: relative;
  padding-bottom: 5rem
}
.section-indent.isFlyRight {
  max-width: 48vw;
  margin-top: 130px;
  margin-left: 50vw;
  margin-right: auto
}
@media (max-width:1023px) {
  .section-indent.isFlyRight {
    margin: auto;
    margin-top: calc(10vh + 56px);
    max-width: 96vw
  }
  .section-indent.isFlyRight .line {
    width: auto;
    text-align: center;
    margin: auto
  }
}
.section-indent .heading_h2 {
  margin-top: 0
}
.section-indent .heading_h2.first {
  font-weight: 400;
  font-size: 2.1vw;
  line-height: 125%
}
.section-indent .heading_h2.isBiggest {
  font-size: 3.2vw
}
.section-indent .heading_h2.white {
  color: #fcfaf8
}
.section-indent .heading_h2.black {
  color: #1d1d1b!important
}
.section-indent .section_name {
  text-transform: uppercase;
  pointer-events: none;
  display: block;
  color: #c8152f;
  font-weight: 600;
  font-size: .8vw;
  line-height: 100%;
  letter-spacing: 0;
  position: absolute;
  margin-top: 6px
}
@media (max-width:1023px) {
  .section-indent .section_name {
    font-size: 10px;
    margin-top: 4.5px
  }
  .section-indent .section_name.isBiggest {
    margin-top: 8px
  }
}
.section-indent .section_name.invisible {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden
}
.section-indent .wrapper_line {
  overflow: hidden
}
.section-indent .line {
  display: block;
  text-align: left;
  position: relative;
  color: inherit
}
.section-indent .indent-margin-right {
  display: inline-block
}
.section-indent .futureTitle {
  font-weight: 400;
  font-size: 7vw;
  line-height: 106%;
  letter-spacing: 0;
  text-align: center
}
.home-hero-heading #scroll_down {
  margin-top: 164px
}
.home-hero-heading.second {
  position: absolute;
  bottom: -5vh;
  padding-top: 50dvh
}
.home-hero-heading.second div:first-child {
  max-width: 52vw
}
.bottom-line {
  display: none;
  background: #1d1d1b;
  height: 1px;
  margin-top: 50px
}
@media (max-width:1440px) {
  .section-indent {
    padding-bottom: 8rem
  }
}
@media (max-width:1023px) {
  .container-text {
    height: auto!important
  }
  .bottom-line {
    display: block
  }
  .section-indent {
    margin-bottom: 20px
  }
  .section-indent .heading_h2.first {
    font-weight: 400;
    font-size: 31px;
    line-height: 120%;
    letter-spacing: 0
  }
  .section-indent .heading_h2.mobileCenter {
    text-align: center!important
  }
  .section-indent .heading_h2.isBiggest {
    font-size: 36px
  }
  .home-hero-heading {
    margin-top: 0
  }
  .home-hero-heading div:first-child {
    max-width: 340px
  }
  .home-hero-heading.second {
    position: static;
    bottom: 0;
    padding-top: 0;
    margin-bottom: 100px
  }
  .home-hero-heading.second div:first-child {
    max-width: 100%
  }
}
.scroll-text-primary {
  overflow: hidden;
  display: flex
}
@media (max-width:1023px) {
  .scroll-text-primary {
    display: none;
    justify-content: center
  }
}
.scroll-inline-flex {
  font-weight: 300;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0
}
.animate-up-down {
  animation: 3s 2s infinite backwards scroll-down;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px
}
@keyframes scroll-down {
  0% {
    transform: translateY(150%)
  }
  30%,
  70% {
    transform: translateY(0)
  }
  to {
    transform: translateY(-150%)
  }
}
.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  transform: .3s all
}
.faq .btn-faq {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  color: #1d1d1b
}
.faq .vector {
  width: 32px;
  height: 24px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}
.faq .vector.isActive {
  transform: rotate(180deg)
}
.faq .heading-title {
  text-align: start;
  font-weight: 600;
  font-size: 1.88vw;
  line-height: 120%;
  letter-spacing: 0;
  transform: .3s all
}
.faq .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%
}
.faq .list .component {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 38px;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #1d1d1b;
  transform: .3s all
}
.faq .list .component:first-child {
  border-top-width: 1px;
  border-top-style: solid
}
.faq .list .component .group {
  position: relative;
  width: 100%;
  transform: .3s all
}
.faq .list .component.isActive.isDarkActiveMode {
  background: #1d1d1b;
  color: #fcfaf8
}
.faq .list .component.isActive.isDarkActiveMode .group {
  color: #fcfaf8
}
.faq .list .component.isActive.isDarkActiveMode .group svg path {
  transform: .3s all;
  fill: #fcfaf8
}
.faq .list .component.isActive.isDarkActiveMode .frame {
  color: #fcfaf8
}
.faq .list .component.isActive.isDarkActiveMode .frame ol,
.faq .list .component.isActive.isDarkActiveMode .frame p,
.faq .list .component.isActive.isDarkActiveMode .frame ul {
  transform: .3s all;
  color: #fcfaf8
}
.faq .list .component.isActive.isDarkActiveMode .cheat-link {
  transform: .3s all
}
.faq .list .component.isActive.isDarkActiveMode .cheat-link svg path {
  transform: .3s all;
  fill: #1d1d1b
}
.faq .frame {
  padding-right: 25vw;
  display: none;
  height: 0;
  overflow: hidden;
  align-items: flex-start;
  gap: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  font-weight: 400;
  font-size: 1.04vw;
  line-height: 130%;
  letter-spacing: 0
}
.faq .frame .mb-20 {
  margin-bottom: 20px
}
.faq .frame ol,
.faq .frame p,
.faq .frame ul {
  transform: .3s all;
  font-weight: 400;
  font-size: 1.04vw;
  line-height: 130%;
  letter-spacing: 0
}
.faq .frame ul {
  padding-left: 20px
}
.faq .cheat-link {
  margin-top: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px
}
.faq .cheat-link svg {
  width: 20px
}
.faq .vacancy-link {
  margin-top: auto
}
@media (max-width:1023px) {
  .faq .btn-faq {
    display: block
  }
  .faq .vector {
    position: absolute
  }
  .faq .heading-title {
    text-align: start;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    padding-right: 64px
  }
  .faq .list .component {
    padding: 20px;
    gap: 20px
  }
  .faq .frame {
    padding-right: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0
  }
  .faq .frame li,
  .faq .frame ol,
  .faq .frame p,
  .faq .frame ul {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  background: #fcfaf8!important;
  display: flex;
  flex-wrap: nowrap
}
.header.isHomePage,
.header.isProjectPage {
  position: absolute
}
.header.isStick {
  position: fixed
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__nav {
  display: flex;
  gap: 1.5rem
}
.header__nav a {
  color: #1d1d1b;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s
}
.header__nav a:hover {
  color: #1d1d1b
}
.desktop,
.logo {
  position: relative;
  background: #fcfaf8;
  flex: 1 1 50%
}
.desktop::after,
.desktop::before,
.logo::after,
.logo::before {
  content: "";
  position: absolute;
  background: #1d1d1b;
  opacity: 0
}
.logo::before {
  height: 1px;
  width: 0;
  right: 0;
  bottom: 0;
  animation: 1s 2s forwards drawLogoBottom
}
.logo::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  animation: 1s 2s forwards drawLogoRight
}
.desktop::before {
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  animation: 1s 2s forwards drawDesktopBottom
}
.desktop::after {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  animation: 1s 2s forwards drawDesktopLeft
}
@keyframes drawLogoBottom {
  to {
    width: 100%;
    opacity: 1
  }
}
@keyframes drawLogoRight {
  to {
    height: 100%;
    opacity: 1
  }
}
@keyframes drawDesktopBottom {
  to {
    width: 100%;
    opacity: 1
  }
}
@keyframes drawDesktopLeft {
  to {
    height: 100%;
    opacity: 1
  }
}
.logo {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 60px
}
.logo .pre {
  position: relative;
  max-width: 180px
}
.pre::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  transform: translateX(-100%);
  animation: 1s cubic-bezier(.77,0,.18,1) forwards logoApierOnly
}
@keyframes logoApierOnly {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(100%)
  }
}
.canva_wrapper {
  background: #fcfaf8;
  margin-top: -45dvh;
  margin-bottom: 160px
}
@media (max-width:1440px) {
  .canva_wrapper {
    margin-top: -45dvh
  }
}
@media (max-width:1023px) {
  .header {
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: none;
    height: 90px;
    margin-left: 0
  }
  .header.isHomePage,
  .header.isProjectPage {
    position: static;
    height: 0
  }
  .header.isStick {
    position: static
  }
  .header .logo {
    display: flex;
    padding: 20px
  }
  .header .logo.isHomePage,
  .header .logo.isProjectPage,
  .header .logo::after,
  .header .logo::before {
    display: none
  }
  .header .logo .pre {
    max-width: 130px
  }
  .canva_wrapper {
    margin-top: 0;
    margin-bottom: 0
  }
  .webgl3d {
    height: 100%!important;
    display: block
  }
}
.section {
  padding: 0
}
.section-title {
  text-align: center
}
.row {
  display: flex;
  flex-wrap: wrap
}
.col {
  flex: 1 0 0%
}
.projects-section {
  position: relative;
  padding-bottom: 10.42vw
}
.projects-section .projects-wrapper {
  padding: 0
}
.project-card {
  position: relative;
  padding: 0 20px
}
.project-card:first-child {
  border-top: 1px solid #1d1d1b
}
.project-card__desc {
  margin-bottom: 20px
}
@media (min-width:1024px) {
  .projects-section .projects-wrapper {
    padding: 0 60px
  }
  .projects-section .projects-wrapper .sticky-inner {
    position: sticky;
    top: 60px;
    z-index: 10
  }
  .project-card__desc {
    margin-bottom: 0
  }
  .project-card {
    top: 30px;
    will-change: height;
    transition: height .8s ease-out;
    min-height: 104px;
    padding: 0;
    height: 32.29vw
  }
  .project-card .project-card {
    top: 0;
    z-index: 1
  }
}
.project-card__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--color-primary);
  z-index: 0
}
.project-card__link {
  position: absolute;
  inset: 0;
  z-index: 1
}
.project-card__content {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 20px;
  padding-bottom: 20px
}
.project-card__text {
  margin-top: 18px
}
@media (min-width:1024px) {
  .project-card__content {
    overflow: hidden;
    flex-direction: row;
    height: 100%;
    padding: 20px 0;
    will-change: transform
  }
  .project-card__text {
    width: 44dvw;
    margin-top: 0;
    padding-right: 2.78dvw
  }
}
.project-card__title {
  padding: 8px 0 20px
}
@media (max-width:600px) {
  .project-card__title {
    max-width: 320px
  }
}
.project-card__img-distortion {
  overflow: hidden;
  border-radius: var(--rounded-base);
  height: 42vw;
  position: relative
}
@media (min-width:1024px) {
  .project-card__title {
    padding-bottom: 40px;
    font-size: 1.92dvw
  }
  .project-card__img-wrap {
    width: 56dvw
  }
  .project-card__img-distortion {
    height: 100%
  }
}
.project-card__img-distortion img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(0)!important
}
.svg-title .container.title__inner {
  padding: 0!important
}
.top-padding {
  padding-top: 120px
}
@media (max-width:1023px) {
  .top-padding {
    padding-top: 0
  }
}
.services-section {
  padding-top: 80px;
  position: relative;
  padding-bottom: 60px;
  background: #fcfaf8
}
.services-section .svg-title {
  margin: 0 0 50px
}
.service-card {
  position: relative
}
.service-card:first-child {
  border-top: none!important
}
@media (min-width:1024px) {
  .services-section {
    padding-top: 0
  }
  .services-section .services-wrapper {
    padding: 0 60px
  }
  .services-section .services-wrapper .sticky-inner {
    position: sticky;
    top: 60px;
    z-index: 10
  }
  .service-card {
    top: 30px;
    will-change: height;
    transition: height .8s ease-out;
    min-height: 116px;
    height: 32.29vw
  }
  .service-card .service-card {
    top: 0;
    z-index: 1
  }
}
.service-card__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--color-primary);
  z-index: 0
}
.service-card__link {
  position: absolute;
  inset: 0;
  z-index: 1
}
.service-card__content {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 20px;
  padding-bottom: 20px
}
.service-card__text {
  margin-top: 18px
}
.service-card__title {
  margin-bottom: 12px
}
@media (min-width:1024px) {
  .service-card__content {
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    padding: 30px 0;
    will-change: transform
  }
  .service-card__text {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline
  }
  .service-card__title {
    flex: 1 0 70%;
    margin-bottom: 0
  }
}
.service-card__desc {
  flex: 1 0 30%;
  min-height: auto;
  margin-bottom: 40px
}
.service-card__img-distortion {
  overflow: hidden;
  height: 42vw;
  position: relative
}
.service-card__img-distortion::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  border: 16px solid transparent;
  border-top: 16px solid #fcfaf8;
  border-right: 16px solid #fcfaf8
}
.service-card__img-distortion img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.service-card .cheat-link {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  gap: 20px;
  flex: 1 0 20%;
  margin-bottom: 24px
}
.service-card .cheat-link svg {
  margin-top: 6px
}
@media (max-width:1023px) {
  .service-card .cheat-link {
    margin-bottom: 10px;
    justify-content: flex-start;
    gap: 15px
  }
  .service-card .cheat-link svg {
    margin-top: 2px;
    width: 18px
  }
}
#process_block {
  top: -2px
}
#process_block .container {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%
}
#process_block .container .section-indent {
  padding-bottom: 2rem!important
}
.process-steps {
  position: relative;
  background: #1d1d1b
}
@media (min-width:1024px) {
  .service-card__desc {
    margin-bottom: 30px
  }
  .service-card__img-wrap {
    width: 100%
  }
  .service-card__img-distortion {
    height: 100%;
    margin-top: 32px
  }
  .service-card__img-distortion::after {
    border: 32px solid transparent;
    border-top: 32px solid #fcfaf8;
    border-right: 32px solid #fcfaf8
  }
  #process_block .container {
    margin-top: 100px;
    width: calc(100% - 120px);
    margin-left: inherit
  }
  .process-steps {
    position: sticky;
    top: -1px
  }
}
.border-top-anim {
  height: 1px;
  background-color: #fcfaf8
}
.wrap_item_process {
  position: relative;
  width: 100%;
  border-top: 1px solid transparent;
  margin-top: 1px
}
@media (min-width:1024px) {
  .border-top-anim {
    background-color: transparent
  }
  .wrap_item_process {
    width: auto;
    flex-shrink: 0;
    border-top: 1px solid #fcfaf8
  }
  .wrap_item_process:first-child .item_process {
    border-left: none;
    padding-left: 60px
  }
  .wrap_item_process.final {
    width: 100%
  }
}
.item_process {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #1d1d1b;
  color: #fcfaf8
}
.item_process .top-label {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 1vw;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden
}
@media (min-width:1024px) {
  .item_process {
    width: 38vw;
    height: 32vw;
    max-height: 512px;
    padding: 30px 30px 40px;
    border-left: 1px solid #fcfaf8;
    justify-content: space-between
  }
  .item_process__top .label:not(a) {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0
  }
}
@media (min-width:1920px) {
  .item_process {
    min-height: 48vh
  }
}
.item_process__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px
}
.item_process__top .label:not(a) {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0
}
.item_process__label .icon img {
  width: 43px;
  height: auto
}
.item_process .title-short {
  white-space: nowrap;
  font-weight: 400;
  font-size: 82px;
  line-height: 74%;
  letter-spacing: 0;
  text-transform: uppercase
}
@media (min-width:1024px) {
  .item_process__label .icon img {
    width: 4vw;
    height: auto
  }
  .item_process .title-short {
    font-weight: 400;
    font-size: 8vw;
    line-height: 0;
    letter-spacing: 0;
    text-transform: uppercase
  }
}
.item_process__desc {
  margin-top: auto
}
.item_process__desc .description {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-top: 20px
}
.item_process__desc .description:nth-child(2) {
  max-width: 300px
}
.item_process.final {
  text-align: center;
  align-self: baseline
}
@media (min-width:1024px) {
  .item_process__desc .description {
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 130%;
    letter-spacing: 0
  }
  .item_process__desc .description:nth-child(2) {
    max-width: 100%
  }
  .item_process.final {
    text-align: left;
    padding: 30px 0 40px 100px
  }
  .item_process.final .final-top {
    margin-top: 3dvh;
    display: flex;
    justify-content: space-between
  }
}
.item_process.final .final-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 0
}
@media (min-width:1024px) {
  .item_process.final .final-title {
    font-size: 6vw;
    margin-top: 0;
    margin-left: 0;
    white-space: nowrap
  }
}
.item_process.final .final-bottom {
  max-width: 100%;
  margin: 30px 20px 40px
}
.item_process.final .final-bottom .description {
  margin-bottom: 50px
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none
}
.btn.light {
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  background: 0 0
}
.btn.smaller {
  min-width: 169px;
  height: 50px;
  padding: 0 25px
}
.btn .label_wrap {
  position: relative;
  display: block;
  overflow: hidden
}
.btn .label_wrap span {
  display: block;
  transition: transform .6s cubic-bezier(.16,1,.3,1)
}
.btn .label_wrap span:nth-child(1) {
  position: absolute;
  transform: translateY(100%)
}
.btn-arrow-left,
.btn-arrow-right {
  position: absolute;
  overflow: hidden
}
.btn-arrow-left-child,
.btn-arrow-right-child {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.16,1,.3,1)
}
.btn-arrow-left {
  left: 0;
  bottom: 0
}
.btn-arrow-right {
  right: 0;
  bottom: 0
}
.flex {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  background: #1d1d1b;
  margin-top: auto
}
@media (max-width:1023px) {
  .hide_br_tablet br {
    display: none
  }
  .flex {
    display: block;
    margin-top: 0
  }
}
#section_story {
  position: relative;
  padding: 100px 0
}
[data-story-section] {
  display: flex;
  flex-direction: column
}
.wrap-img-distortion {
  display: none;
  position: relative;
  width: 31.45833vw;
  overflow: hidden;
  height: 68dvh
}
#image_story {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden
}
#image_story img {
  height: 100%
}
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.wrap-distort-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.mobile-image {
  margin: 12px 0 38px;
  overflow: hidden
}
.mobile-image img {
  width: 100%;
  height: auto
}
.story-description .description {
  margin-bottom: 50px
}
@media (min-width:1024px) {
  .item_process.final .final-bottom {
    margin: 3.472vw 0 0;
    max-width: 23.263vw
  }
  .btn.smaller {
    min-width: 11.736vw
  }
  #section_story {
    height: 100vh;
    padding: 16vh 0
  }
  [data-story-section] {
    flex-direction: row;
    justify-content: space-between
  }
  .wrap-img-distortion {
    display: flex
  }
  .story-content {
    width: 44dvw;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
  .mobile-image {
    display: none
  }
  .story-description {
    max-width: 680px
  }
  .story-description .description {
    max-width: 680px;
    max-width: 27dvw
  }
}
.team-section {
  background: #1d1d1b;
  color: #fff;
  padding: 50px 60px 100px;
  position: relative
}
.team-card {
  min-width: 160px;
  margin-right: 60px;
  cursor: pointer;
  flex-shrink: 0;
  transition: .8s;
  opacity: 0;
  flex-direction: column;
  justify-content: space-between;
  display: none
}
.swiper-wrapper {
  height: auto!important;
  flex-wrap: nowrap!important;
  gap: 2rem
}
.swiper-slide {
  cursor: pointer;
  flex-shrink: 1!important;
  border: 1px solid #fcfaf8;
  display: flex!important;
  padding: 60px!important;
  width: auto!important;
  height: auto!important;
  transition: .3s!important
}
.swiper-slide.active {
  flex: 1 0 60%;
  background: #1c1c1c
}
.swiper-slide.active .team-card {
  display: flex;
  opacity: 1
}
.swiper-slide.active .team-card-role {
  color: #777
}
.team-card-body {
  margin-top: 20vh
}
.team-card-role {
  writing-mode: vertical-rl;
  margin-left: auto;
  transition: .5s
}
.team-card-role.desc {
  display: block
}
.team-card-role.mob {
  display: none
}
.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: auto!important
}
.team-card-name {
  margin-bottom: 20px
}
.team-nav {
  display: none
}
.container.teams {
  position: relative;
  background: #1d1d1b;
  margin-top: 164px
}
.team-text-wrapper {
  min-height: 100dvh;
  position: relative;
  background: #1d1d1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
@media (max-width:1023px) {
  .container.teams {
    margin-top: 64px
  }
  .team-section {
    padding: 20px 20px 64px
  }
  .team-nav {
    display: block
  }
  .team-card {
    display: flex;
    margin-right: 0;
    flex: 1 1 100%;
    max-width: 100%
  }
  .team-wrapper {
    overflow-x: hidden;
    flex-direction: row;
    scroll-snap-type: x mandatory
  }
  .swiper-wrapper {
    gap: 0
  }
  .team-card-role.desc {
    display: none
  }
  .team-card-role.mob {
    display: inline-flex;
    writing-mode: horizontal-tb
  }
  .swiper-slide {
    flex-shrink: 0!important;
    flex: 0 0 100%;
    scroll-snap-align: center;
    padding: 30px!important;
    height: auto;
    width: auto!important
  }
  .swiper-slide.active {
    flex: 1 0 100%
  }
  .team-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px
  }
  .team-nav .team-next,
  .team-nav .team-prev {
    border: 1px solid #fcfaf8;
    color: #fff;
    position: static;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto
  }
  .team-card.active {
    flex: unset;
    background: #1c1c1c
  }
}
video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 204
}
.wrapper-video {
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0
}
.wrapper-video .content {
  display: flex;
  position: relative;
  width: 100%
}
.wrapper-video .section-indent {
  padding-bottom: 0
}
.wrapper-video .section-indent h2 {
  margin-top: -8px
}
.data-about-image {
  transition: transform .3s ease-out;
  position: relative;
  transform-origin: left bottom;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 190px
}
.data-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(22%,1fr));
  gap: 1.6rem;
  padding: 0 60px;
  background: #fcfaf8
}
.approach-grid .approach-item {
  border: 1px solid #ccc;
  padding: 30px 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.approach-grid .approach-item.emptyBorder,
.approach-grid .approach-item.img {
  padding: 0;
  border: none
}
.approach-grid .approach-item .approach-number {
  margin-bottom: 4rem;
  font-weight: 400;
  font-size: 8vw;
  line-height: 70%;
  letter-spacing: 0;
  text-transform: uppercase
}
.approach-grid .approach-item .approach-title {
  margin-bottom: 1rem
}
.approach-grid .approach-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:480px) {
  .approach-grid .approach-item .approach-image {
    display: none
  }
}
.our-approaches {
  padding-top: 124px;
  background: #fcfaf8;
  position: relative
}
.container--text {
  background: #fcfaf8;
  padding: 200px 240px 120px 60px
}
.idea {
  background: #fcfaf8;
  height: 100dvh;
  min-height: 844px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.idea .title {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  font-weight: 400;
  font-size: 6.8vw;
  line-height: 110%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 32px
}
.idea .title svg {
  width: 6.8vw;
  margin-right: auto
}
.idea .title span:last-child {
  display: flex;
  align-items: flex-end;
  gap: 64px
}
.idea .desc {
  display: grid;
  grid-template-columns: 1fr 1fr
}
.idea .content p {
  margin-bottom: 40px;
  max-width: 574px
}
.extra-span-text {
  display: none
}
@media (min-width:1920px) {
  .idea .title svg {
    margin-bottom: 1.4vw
  }
}
@media (max-width:1023px) {
  .our-approaches {
    padding-top: 100px
  }
  .approach-grid {
    gap: 1rem;
    padding: 0 20px;
    grid-template-columns: 1fr
  }
  .approach-grid .approach-item {
    padding: 1.8rem
  }
  .approach-grid .approach-item.emptyBorder,
  .approach-grid .approach-item.img {
    display: none
  }
  .approach-grid .approach-item .approach-number {
    font-size: 11vw
  }
  .approach-grid .approach-item .approach-description {
    padding-right: 8px
  }
  .wrapper-video {
    padding: 0 20px;
    margin-top: 72px;
    position: static;
    grid-template-columns: 1fr
  }
  .wrapper-video .data-about-image {
    width: auto!important
  }
  .wrapper-video h2 .line {
    text-align: center
  }
  .wrapper-video .text {
    padding-top: 40px
  }
  .video {
    position: static
  }
  .section-indent {
    padding: 0
  }
  .section-indent .line {
    text-align: center
  }
  .section-indent h2 {
    margin-top: 0
  }
  #scroll_down {
    display: none
  }
  .container--text {
    padding: 100px 20px 0
  }
  .idea .title {
    font-size: 60px!important;
    line-height: 106%;
    gap: 0;
    padding-bottom: 50px;
    margin-bottom: 0
  }
  .idea .title svg {
    width: 58px;
    height: auto;
    margin-top: 16px
  }
  .idea .title span:last-child {
    gap: 0;
    flex-direction: column
  }
  .idea .title span:last-child span {
    text-align: left
  }
  .idea .desc {
    display: block
  }
  .extra-span-text {
    display: inline-block;
    text-align: center;
    max-width: 280px;
    margin: 60px auto auto
  }
}
.cont-project-page {
  margin-top: 180px
}
.cont-project-page .image {
  position: relative;
  height: 50vh
}
.cont-project-page .wrapper-title .section-indent {
  padding-bottom: 2.5rem;
  margin: 0;
  max-width: 100%!important
}
.cont-project-page .image img {
  width: 100%;
  min-height: 100%;
  height: 100%
}
.cont-project-page .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  padding: 40px 0;
  position: relative
}
.cont-project-page .content::after {
  position: absolute;
  bottom: 0;
  left: -60px;
  content: "";
  display: block;
  width: 100dvw;
  height: 1px;
  background: #1d1d1b
}
.cont-project-page .content .item .info {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.cont-project-page .content .item .info span:first-child {
  color: #b1b1b1;
  text-transform: uppercase
}
.cont-project-page .content .item .info__year {
  align-items: flex-end
}
.cont-project-page .text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 100px 0 160px
}
.cont-project-page .text .text-content {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.cont-project-page .text .text-content ul {
  list-style-type: disc!important;
  padding-left: 24px
}
.cont-project-page .images-container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  margin: 0 0 160px
}
.cont-project-page .images-container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%
}
.cont-project-page .images-container .image:nth-child(3n) {
  grid-column: span 2
}
@media (max-width:1023px) {
  .cont-project-page {
    margin-top: 130px
  }
  .cont-project-page .wrapper-title .section-indent {
    padding-bottom: 2rem
  }
  .cont-project-page .image {
    height: 30vh
  }
  .cont-project-page .content {
    padding: 30px 0 48px;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px
  }
  .cont-project-page .content::after {
    left: -20px;
    height: 1px
  }
  .cont-project-page .content .item.square,
  .cont-project-page .content .item.time {
    margin: 0
  }
  .cont-project-page .content .item.square {
    text-align: right
  }
  .cont-project-page .content .item .info {
    gap: 16px
  }
  .cont-project-page .text {
    grid-template-columns: 1fr;
    padding: 50px 0 100px
  }
  .cont-project-page .text .text-content {
    gap: 10px
  }
  .cont-project-page .text .text-content h4 {
    margin-bottom: 10px
  }
  .cont-project-page .images-container {
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 20px;
    margin: 0 0 100px
  }
  .cont-project-page .images-container .image:nth-child(3n) {
    grid-column: span 1
  }
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #1d1d1b;
  margin-top: calc(18dvh - 100px);
  margin-bottom: 30px
}
.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  margin-bottom: 160px
}
.projects-grid .project {
  border-radius: 4px
}
.projects-grid .project .link-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  height: 100%
}
.projects-grid .project .link-item .project-image img {
  width: 100%;
  transition: .3s;
  max-height: 420px;
  height: 35vh
}
.projects-grid .project .link-item .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}
.projects-grid .project .link-item .content .cards {
  margin-bottom: 20px
}
.projects-grid .project .link-item .content p {
  color: #777!important
}
.projects-grid .project:first-child .link-item,
.projects-grid .project:nth-child(6n+1) .link-item {
  grid-auto-flow: dense
}
.projects-grid .project:first-child .link-item .project-image,
.projects-grid .project:nth-child(6n+1) .link-item .project-image {
  grid-column: 2
}
.projects-grid .project:first-child .link-item .content,
.projects-grid .project:nth-child(6n+1) .link-item .content {
  align-items: flex-end
}
.projects-grid .project:first-child .link-item .content .cards,
.projects-grid .project:nth-child(6n+1) .link-item .content .cards {
  text-align: right
}
.projects-grid .full-width {
  grid-column: 1/-1;
  padding: 30px 0;
  position: relative
}
.projects-grid .full-width::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border-top: 1px solid;
  top: 0
}
.projects-grid .full-width::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border-bottom: 1px solid;
  bottom: 0
}
@media (max-width:1024px) {
  .projects-grid {
    grid-template-columns: 1fr
  }
  .projects-grid .full-width {
    padding: 30px 0 0
  }
  .projects-grid .full-width::after {
    display: none
  }
  .projects-grid .full-width:not(.even) {
    padding: 0
  }
  .projects-grid .full-width:not(.even)::before {
    display: none
  }
  .projects-grid .project.even {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
  }
  .projects-grid .project.even::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-top: 1px solid;
    top: 0
  }
  .projects-grid .project.even::after {
    display: block!important;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-bottom: 1px solid;
    bottom: 0
  }
}
@media (max-width:768px) {
  .projects-grid .project .link-item {
    display: flex;
    flex-direction: column;
    gap: 14px
  }
  .projects-grid .project:first-child .link-item .content,
  .projects-grid .project:nth-child(6n+1) .link-item .content {
    align-items: flex-start
  }
  .projects-grid .project:first-child .link-item .content .cards,
  .projects-grid .project:nth-child(6n+1) .link-item .content .cards {
    padding-right: 30px;
    text-align: left
  }
  .projects-grid .project:first-child.even::after,
  .projects-grid .project:nth-child(6n+1).even::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-bottom: 1px solid;
    bottom: 0
  }
}
.press-page {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 15vh;
  margin-top: 100px
}
.press-page .divider {
  width: 100%;
  height: 1px;
  background-color: #1d1d1b
}
.press-page .divider:not(:first-child) {
  margin: 0
}
.press-page .divider:first-child {
  margin-top: 0;
  margin-bottom: 0
}
.press-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}
.press-item .photo {
  transition: .3s;
  height: 30vh
}
.press-item .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.press-item .wrapper-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.press-item .date {
  white-space: normal;
  font-weight: 500;
  font-size: 1.1vw;
  line-height: 100%;
  letter-spacing: 0;
  color: #777
}
@media (max-width:1023px) {
  .press-page {
    gap: 20px;
    margin-top: 70px
  }
  .press-item {
    grid-template-columns: 1fr;
    gap: 20px
  }
  .press-item .wrapper-title {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start
  }
  .press-item .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%
  }
}
.force-content,
.image-forces,
.inside-item-force {
  will-change: transform,height
}
.main-image.decktop {
  display: block
}
.main-image.mobile-img {
  display: none
}
.main-image {
  margin-top: 48px;
  margin-bottom: 64px;
  width: 100%
}
.process-specialists {
  margin-top: 64px
}
.process-specialists .empty-bottom-divider {
  padding-bottom: 200px
}
.block-specialists {
  margin-top: 200px
}
.block-specialists .grid {
  display: grid
}
.block-specialists .grid .inside-item-force {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  height: auto;
  overflow: hidden
}
.block-specialists .item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start
}
.block-specialists .force-content {
  margin-right: 180px;
  display: grid
}
.block-specialists .title {
  color: #fcfaf8;
  background: 0 0;
  display: grid
}
.block-specialists .description {
  max-width: 478px;
  color: #fcfaf8
}
.block-specialists .force-bottom-line {
  width: 50%;
  border-bottom: 1px solid #fcfaf8;
  background: #fcfaf8;
  margin-left: auto
}
.svg-title {
  margin: 200px 0 80px
}
.svg-title .title {
  padding: 0
}
.vacancy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  max-height: 480px;
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b
}
.vacancy .desc {
  max-height: 480px;
  padding: 30px 60px 44px
}
.vacancy .list {
  height: 480px;
  max-height: 480px;
  overflow: scroll
}
.vacancy-item-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  height: 0;
  overflow: hidden
}
.vacancy-item-desc ul {
  padding-left: 32px
}
.vacancy-item-desc .cheat-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px
}
.vacancy-item-desc .vacancy-link {
  margin-top: auto
}
.vacancy-mobile {
  display: none
}
.faq-wrapper h2 {
  color: #1d1d1b!important
}
.empty-faq-bottom-divider {
  margin-bottom: 160px
}
.idea.future .title {
  font-size: 6.8vw;
  padding: 0
}
.idea.future .content a {
  color: #777
}
.idea.future .content p {
  max-width: 30vw
}
.vacancy-link-hhru {
  display: none
}
.vacancy-link-hhru.desktop-in-title {
  display: flex;
  font-size: 1.37vw
}
@media (max-width:1023px) {
  .force-content {
    margin-right: 0!important
  }
  .content p {
    max-width: 100%!important
  }
  .main-image {
    height: calc(100dvh - 186px - 64px)
  }
  .process-specialists {
    margin-top: 0
  }
  .process-specialists .empty-bottom-divider {
    padding-bottom: 90px
  }
  .block-specialists {
    margin-top: 80px
  }
  .block-specialists .title {
    white-space: normal
  }
  .block-specialists .grid {
    display: grid
  }
  .block-specialists .grid .inside-item-force {
    grid-template-columns: 1fr
  }
  .block-specialists .force-bottom-line {
    margin-left: 0;
    width: 0
  }
  .svg-title {
    margin: 100px 0 40px
  }
  .vacancy.grid.desktop-view {
    display: none
  }
  .vacancy-mobile {
    display: flex
  }
  .idea.future.idea-career {
    min-height: 60dvh
  }
  .idea.future h5 span {
    text-align: left!important
  }
  .idea.future h5 span:first-child {
    position: relative
  }
  .idea.future h5 span:first-child::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 68px;
    width: 52px;
    height: 39px;
    background-image: url('data:image/svg+xml,<svg width="52" height="39" viewBox="0 0 52 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 17.0141H51.4429V22.0724H0V17.0141Z" fill="%231D1D1B"/><path d="M30.9566 35.4082L47.6252 18.4288L51.1512 22.0206L34.4827 39L30.9566 35.4082Z" fill="%231D1D1B"/><path d="M34.5982 0L51.2667 16.9794L47.7407 20.5712L31.0722 3.5918L34.5982 0Z" fill="%231D1D1B"/><path d="M44.2613 9.20065L52 17.0141H44.2613V9.20065Z" fill="%23FCFAF8"/></svg>')
  }
  .idea.future.future svg {
    display: none
  }
  .idea.future .title {
    font-weight: 500!important;
    font-size: 48px!important;
    line-height: 130%!important;
    letter-spacing: 0!important;
    text-align: center!important;
    margin-bottom: 30px
  }
  .empty-faq-bottom-divider {
    margin-bottom: 100px
  }
  .vacancy-link-hhru {
    display: flex
  }
  .main-image.decktop,
  .vacancy-link-hhru.desktop-in-title {
    display: none
  }
  .main-image.mobile-img {
    display: block
  }
}
.vacancy-link-hhru {
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: #c8152f;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap
}
.custom-form {
  margin: 0 auto
}
.custom-form .form-group {
  margin-bottom: 15px
}
.custom-form .form-group input {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-form .form-group input[type=tel],
.custom-form .form-group input[type=text] {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #1d1d1b;
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.custom-form .form-group input[type=tel]::-moz-placeholder,
.custom-form .form-group input[type=text]::-moz-placeholder {
  color: #777
}
.custom-form .form-group input[type=tel]::placeholder,
.custom-form .form-group input[type=text]::placeholder {
  color: #777
}
.custom-form .form-group.checkbox-group {
  display: flex;
  align-items: center
}
.custom-form .form-group.checkbox-group input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  border: 1px solid #1d1d1b;
  position: relative;
  cursor: pointer
}
.custom-form .form-group.checkbox-group input[type=checkbox]:checked {
  background: #1d1d1b
}
.custom-form .form-group.checkbox-group input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}
.custom-form .consent {
  line-height: 0
}
.custom-form .consent span,
.custom-form .consent strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0
}
.custom-form .consent span {
  color: #777
}
.custom-form .consent strong {
  color: #1d1d1b
}
.custom-form .form-message {
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
  display: none
}
.custom-form .form-message.success {
  background: #d4edda;
  color: #155724;
  display: block
}
.custom-form .form-message.error {
  background: #f8d7da;
  color: #721c24;
  display: block
}
.idea.contacts .desc {
  gap: 32px
}
.idea.contacts .content p {
  text-align: justify!important
}
.idea.contacts .text2.mob {
  display: none
}
#custom-contact-form .btn-container {
  margin-bottom: 15px
}
#custom-contact-form .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.contacts.photo {
  margin-top: 7dvh
}
.contacts.photo.withoutForm {
  margin-top: 0
}
.contacts.photo img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
.contacts.content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b
}
.contacts.content.withoutForm {
  margin-top: 7dvh;
  border-bottom: none
}
.contacts.content .item {
  padding: 60px 0
}
.contacts.content .item .info {
  display: flex;
  flex-direction: column;
  gap: 40px
}
.contacts.content .item .info span a,
.contacts.content .item .info span h4 {
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap
}
.contacts.content .item .info span:first-child {
  color: #777;
  text-transform: uppercase
}
@media (max-width:1023px) {
  .custom-form .form-group input[type=tel],
  .custom-form .form-group input[type=text] {
    font-size: 16px
  }
  .custom-form .form-group.checkbox-group input[type=checkbox] {
    width: 17px;
    height: 17px
  }
  .custom-form .form-group.checkbox-group input[type=checkbox]:checked::after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 8px
  }
  .custom-form .consent span,
  .custom-form .consent strong {
    font-weight: 400;
    font-size: 12px
  }
  .contacts.content {
    grid-template-columns: 1fr;
    gap: 10px
  }
  .contacts.content.withoutForm {
    margin-top: 54px;
    padding: 40px 20px;
    border-bottom: none;
    gap: 0
  }
  .contacts.content .item {
    padding: 30px 0
  }
  .contacts.content .item .info {
    gap: 20px
  }
  .idea.contacts .title {
    padding-bottom: 30px
  }
  .idea.contacts .text2.mob {
    display: inline-block;
    margin-bottom: 50px
  }
  .contacts.photo {
    margin-top: 40px
  }
  .contacts.photo.withoutForm img {
    height: 300px
  }
  .contacts.photo img {
    height: 200px
  }
  #custom-contact-form {
    width: 100%
  }
  #custom-contact-form .content {
    display: block
  }
  #custom-contact-form .text2 {
    display: none
  }
  #custom-contact-form .btn-container {
    margin-top: 40px
  }
}
/*# sourceMappingURL=style.css.map */
