﻿@charset "UTF-8";
h1, .h1 {
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 0.64px;
}
@media (max-width: 1365px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.48px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.48px;
}
@media (max-width: 1365px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.32px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.32px;
}
@media (max-width: 1365px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
  }
}

.btn, p, a, span, div input, div textarea, div::after, ul:not(.unstyled) {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0.75px;
}
@media (max-width: 1365px) {
  .btn, p, a, span, div input, div textarea, div::after, ul:not(.unstyled) {
    font-size: 20px;
    line-height: 32px;
  }
}

p.p-small, a.p-small, span.p-small, div input.p-small, div textarea.p-small, div.p-small::after, ul:not(.unstyled).p-small {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0.75px;
}
@media (max-width: 1365px) {
  p.p-small, a.p-small, span.p-small, div input.p-small, div textarea.p-small, div.p-small::after, ul:not(.unstyled).p-small {
    font-size: 16px;
    line-height: 28px;
  }
}

ul:not(.unstyled).checklist {
  padding-left: 0;
}
ul:not(.unstyled).checklist li {
  padding-left: 32px;
}
ul:not(.unstyled).checklist li::before {
  content: "";
  top: 6px;
  width: 14px;
  height: 14px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #080808;
  background-color: #080808;
  background-clip: content-box;
}
ul:not(.unstyled).checklist li + li {
  margin-top: 16px;
}

body {
  font-family: "TTCommons", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #080808;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-weight: 400;
}

em, i {
  text-decoration: underline;
}

h1 > b, .h1 > b,
h2 > b, .h2 > b,
h3 > b, .h3 > b,
h1 > strong, .h1 > strong,
h2 > strong, .h2 > strong,
h3 > strong, .h3 > strong {
  font-weight: 700;
}

a {
  color: #175FFF;
  text-decoration: none;
}
a[href^=tel], a[href^=mailto] {
  white-space: nowrap;
}

a,
img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

ol, ul {
  list-style: none;
}

ul:not(.unstyled) {
  padding-left: 12px;
}
ul:not(.unstyled) li {
  position: relative;
  padding-left: 20px;
}
ul:not(.unstyled) li::before {
  content: "â€¢";
  position: absolute;
  top: 0;
  left: 0;
}
ol:not(.unstyled) {
  counter-reset: list;
}
ol:not(.unstyled) li {
  position: relative;
  padding-left: 32px;
}
ol:not(.unstyled) li::before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
form,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

button {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

button,
[role=button],
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  resize: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 80%;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
  font-size: 65%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

iframe {
  border: none;
}

fieldset {
  border: none;
}

.header.header--contacts {
  position: absolute;
}

.header.header--hidden {
  transform: translateY(-120px);
}

.header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 30;
  transition: background-color 0.4s, transform 0.4s;
}
.header-out {
  transform: translateY(-100%);
  pointer-events: none;
}
.header__left svg, .header__left span, .header__left div, .header__right svg, .header__right span, .header__right div {
  transition: all 0.5s;
}
.header__right a div {
  transition: transform 0.2s;
}
.header__right a:hover div {
  transform: scale(1.08);
}
.header span {
  transition: all 0.2s;
}
.header:not(.header--contacts).scrolling-started[data-theme=light] {
  background-color: rgba(245, 245, 245, 0.5);
}
.header:not(.header--contacts).scrolling-started[data-theme=dark] {
  background-color: rgba(0, 0, 0, 0.08);
}
.header:not(.header--contacts).scrolling-started {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
}
.header.active {
  position: fixed !important;
  transform: translateY(0);
}
.header[data-theme=light] .header__left svg, .header.active .header__left svg {
  color: #175FFF !important;
}
.header[data-theme=light] .header__center span, .header.active .header__center span {
  background-color: #175FFF !important;
}
.header[data-theme=light] .header__right div, .header.active .header__right div {
  background-color: #175FFF !important;
}
.header[data-theme=light] .header__right span, .header.active .header__right span {
  color: #175FFF !important;
}
.header[data-theme=light] .header__right svg, .header.active .header__right svg {
  color: #fff !important;
}
.header[data-theme=dark] .header__left svg {
  color: #fff;
}
.header[data-theme=dark] .header__center span {
  background-color: #fff;
}
.header[data-theme=dark] .header__right div {
  background-color: #fff;
}
.header[data-theme=dark] .header__right span {
  color: #fff;
}
.header[data-theme=dark] .header__right svg {
  color: #175FFF;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left, .header__center, .header__right a {
  padding: 35px 0;
  height: 100%;
  display: flex;
}
.header__menu-btn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  position: relative;
}
.header__menu-btn span {
  height: 3px;
  width: 32px;
  border-radius: 6px;
  transition: all 0.4s;
  display: block;
  position: absolute;
  top: 50%;
}
.header__menu-btn span:first-child {
  transform: translateY(-5px);
}
.header__menu-btn span:last-child {
  transform: translateY(5px);
}
.header__menu-btn.active span:first-child {
  transform: translateY(0) rotate(-45deg);
}
.header__menu-btn.active span:last-child {
  transform: translateY(0) rotate(45deg);
}
.header__right span {
  align-self: center;
  margin-right: 24px;
}
.header__right div {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #175FFF;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .header__wrap {
    justify-content: end;
  }
  .header__left {
    margin-right: auto;
  }
  .header__center {
    margin-right: 32px;
  }
  .header__right span {
    display: none;
  }
}
@media (max-width: 576px) {
  .header__center {
    margin: 0;
  }
  .header__right {
    display: none;
  }
}

.nav {
  width: 100%;
  display: flex;
  position: fixed;
  background-color: transparent;
  transition: max-height 0.4s, padding-top 0.4s, padding-bottom 0.4s, visibility 0.4s, opacity 0.4s;
  z-index: 19;
  opacity: 0;
  overflow: hidden;
  height: 100%;
  max-height: 10px;
  padding-bottom: 0;
  padding-top: 118px;
  pointer-events: none;
}
.nav.active {
  padding: 0 96px;
  padding-top: 214px;
  padding-bottom: 96px;
  max-height: 100%;
  opacity: 1;
  pointer-events: all;
}
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 125vh;
  z-index: 1;
  background-color: #f5f5f5;
}
.nav__wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.nav__wrap .col-1-2-3 li a {
  transition: color 0.15s;
}
@media (hover: hover) {
  .nav__wrap .col-1-2-3 li a:hover {
    color: #175FFF;
  }
}
.nav__wrap .row {
  width: 100%;
  max-width: 1176px;
}
.nav__wrap .col-1-2-3:nth-child(-n+2) a {
  color: #080808;
}
@media (min-width: 1366px) {
  .nav__wrap .col-1-2-3:not(:nth-child(3)) {
    flex: 0 0 calc(33.333% - 64px);
    max-width: calc(33.333% - 64px);
    margin-right: 64px;
  }
  .nav__wrap .col-1-2-3:nth-child(3) {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1365px) {
  .nav__wrap {
    max-width: 1302px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .nav__wrap > .row {
    gap: 48px;
    max-width: none;
    max-height: calc(100dvh + 118px);
    overflow-y: auto;
  }
  .nav__wrap > .row::-webkit-scrollbar {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .nav__wrap {
    max-width: 612px;
  }
}
@media (max-width: 576px) {
  .nav__wrap {
    max-width: 407px;
  }
}
.nav__wrap .col-1-2-3 div > :first-child {
  margin-bottom: 32px;
  color: #175FFF;
}
.nav__wrap .col-1-2-3:nth-child(1) div li:not(:last-child) {
  margin-bottom: 16px;
}
.nav__wrap .col-1-2-3:nth-child(2) div li:not(:nth-last-child(2)) {
  margin-bottom: 32px;
}
.nav__wrap .col-1 {
  text-align: center;
}
.nav__wrap li.privacy-policy {
  margin-bottom: 0 !important;
  margin-top: 64px;
}
.nav__wrap .col-1.privacy-policy {
  margin-bottom: 32px !important;
}
@media (max-width: 1365px) {
  .nav__menu li.privacy-policy {
    display: none;
  }
}
@media (min-width: 1366px) {
  .nav .col-1.privacy-policy {
    display: none;
  }
}
@media (max-width: 1365px) {
  .nav.active {
    padding-left: 0;
    padding-right: 0;
    padding-top: 118px;
    padding-bottom: 0;
  }
  .nav__wrap .col-1-2-3 div > :first-child {
    margin-bottom: 24px;
  }
  .nav__wrap .col-1-2-3:nth-child(2) {
    order: -2;
    flex-basis: calc(50% - 48px);
  }
  .nav__wrap .col-1-2-3:nth-child(3) {
    order: -1;
    flex-basis: calc(50% - 48px);
  }
  .nav__wrap .col-1-2-3:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav__wrap .col-1-2-3:nth-child(1) ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav__wrap .col-1-2-3:nth-child(1) li {
    margin-bottom: 0 !important;
  }
  .nav__wrap .col-1-2-3:nth-child(1) li:not(:last-child) {
    margin-right: 32px;
  }
  .nav__wrap .col-1 {
    text-align: left;
  }
  .nav__wrap .row-m16 {
    overflow-y: scroll;
    height: 70vh;
  }
}
@media (min-width: mobile1) and (max-width: tablet) {
  .nav__wrap .col-1-2-3:nth-child(2), .nav__wrap .col-1-2-3:nth-child(3) {
    margin-bottom: 32px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .nav__wrap .col-1-2-3 div > :first-child {
    margin-bottom: 16px;
  }
}

.menu-email {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.32px;
}

.nav .col-1-2-3:nth-child(1) div *, .nav .nav__menu *, .nav .col-1-2-3:nth-child(3) div *, .nav .col-1.privacy-policy * {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav.active .col-1-2-3:nth-child(1) div *, .nav.active .nav__menu *, .nav.active .col-1-2-3:nth-child(3) div *, .nav.active .col-1.privacy-policy * {
  opacity: 1;
  transform: translateY(0);
}

.nav.active .nav__menu > p {
  transition-delay: 0.1s;
}

.nav.active .nav__menu > ul li:nth-child(1) {
  transition-delay: 0.15s;
}

.nav.active .nav__menu > ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.nav.active .nav__menu > ul li:nth-child(3) {
  transition-delay: 0.25s;
}

.nav.active .nav__menu > ul li:nth-child(4) {
  transition-delay: 0.3s;
}

.nav.active .col-1-2-3:nth-child(3) div > p:nth-child(1) {
  transition-delay: 0.35s;
}

.nav.active .col-1-2-3:nth-child(3) div > p:nth-child(2) {
  transition-delay: 0.4s;
}

.nav.active .col-1-2-3:nth-child(1) div > p {
  transition-delay: 0.45s;
}

.nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(1) {
  transition-delay: 0.5s;
}

.nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(2) {
  transition-delay: 0.55s;
}

.nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(3) {
  transition-delay: 0.6s;
}

.nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(4) {
  transition-delay: 0.65s;
}

.nav.active .col-1.privacy-policy > p {
  transition-delay: 0.7s;
}

/* delay for gradual appearance */
@media (min-width: 742px) {
  .nav.active .col-1-2-3:nth-child(3) div > p:nth-child(1) {
    transition-delay: 0.1s;
  }
  .nav.active .col-1-2-3:nth-child(3) div > p:nth-child(2) {
    transition-delay: 0.15s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > p {
    transition-delay: 0.35s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(1) {
    transition-delay: 0.4s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(2) {
    transition-delay: 0.45s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(3) {
    transition-delay: 0.5s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(4) {
    transition-delay: 0.55s;
  }
  .nav.active .col-1.privacy-policy > p {
    transition-delay: 0.55s;
  }
}
@media (min-width: 1366px) {
  .nav.active .nav__menu > p {
    transition-delay: 0.1s;
  }
  .nav.active .nav__menu > ul li:nth-child(1) {
    transition-delay: 0.15s;
  }
  .nav.active .nav__menu > ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav.active .nav__menu > ul li:nth-child(3) {
    transition-delay: 0.25s;
  }
  .nav.active .nav__menu > ul li:nth-child(4) {
    transition-delay: 0.3s;
  }
  .nav.active .nav__menu > ul li:nth-child(5) {
    transition-delay: 0.35s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > p {
    transition-delay: 0.1s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(1) {
    transition-delay: 0.15s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(3) {
    transition-delay: 0.25s;
  }
  .nav.active .col-1-2-3:nth-child(1) div > ul li:nth-child(4) {
    transition-delay: 0.3s;
  }
  .nav.active .col-1-2-3:nth-child(3) div > p:nth-child(1) {
    transition-delay: 0.1s;
  }
  .nav.active .col-1-2-3:nth-child(3) div > p:nth-child(2) {
    transition-delay: 0.15s;
  }
}
html {
  height: 100%;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  min-width: 320px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.no-scroll {
  overflow: hidden;
}

.preload * {
  transition: none !important;
}

section {
  margin-top: 128px;
  margin-bottom: 128px;
}
section:first-child {
  padding-top: 182px;
  margin-top: 0;
}
section:last-child {
  padding-bottom: 128px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  section:last-child {
    padding-bottom: 96px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  section:last-child {
    padding-bottom: 64px;
    margin-bottom: 0;
  }
}

.page {
  background-color: transparent;
  z-index: 2;
}

:root {
  --sb-track: #f5f5f5;
  --sb-thumb: #888;
  --sb-size: 14px;
}

::-webkit-scrollbar {
  width: var(--sb-size);
  height: var(--sb-size);
}

::-webkit-scrollbar-track {
  background: var(--sb-track);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: var(--sb-thumb);
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: padding-box;
  min-height: 24px;
}

::-webkit-scrollbar-corner {
  background: var(--sb-track);
}

.container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  max-width: 1664px;
  transition: padding 0.5s;
}
@media (min-width: 1366px) {
  .container--1300 {
    max-width: 1317px;
  }
}
.container__wrap {
  z-index: 5;
  position: relative;
  background-color: #f5f5f5;
}
@media (max-width: 1365px) {
  .container {
    max-width: 1302px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 612px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main {
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
}

.main-bg {
  position: fixed;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.main-bg__wrap {
  height: 100%;
}
.main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.light-section {
  background-color: #fff;
}
.light-section > :first-child {
  margin-top: 0;
  padding-top: 128px;
}

.blur--32 {
  filter: blur(16px);
}
.blur--150 {
  filter: blur(75px);
}
.blur--700 {
  filter: blur(350px);
}

#smooth-content {
  overflow: visible;
  width: 100%;
}

.footer {
  padding-top: 128px;
  padding-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
.footer.footer--contacts {
  padding-top: 246px;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .footer.footer--contacts {
    padding-top: 150px !important;
  }
}
.footer:has(.footer__bottom:only-child) {
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer.container {
  margin: 0;
  padding-left: calc(50% - 800px);
  padding-right: calc(50% - 800px);
  max-width: none;
}
@media (max-width: 1758px) {
  .footer.container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .footer.container {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.footer__right, .footer__left, .footer__bottom {
  z-index: 2;
}
.footer[data-theme=dark] .footer__right span a, .footer[data-theme=dark] .footer__right *, .footer[data-theme=dark] .footer__left span a, .footer[data-theme=dark] .footer__left *, .footer[data-theme=dark] .footer__bottom span a, .footer[data-theme=dark] .footer__bottom * {
  color: #fff;
}
.footer__right, .footer__left {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex: 0 0 50%;
}
.footer__left {
  max-width: 611px;
  min-height: 622px;
}
.footer__left-text {
  display: none;
}
@media (max-width: 1023px) {
  .footer__left {
    margin-top: 32px;
  }
  .footer__left-text {
    display: block;
    margin-top: 64px;
  }
}
.footer__right {
  padding-right: 96px;
}
.footer__right > :first-child {
  margin-bottom: 32px;
}
.footer__right > :last-child {
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .footer__right > :last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__right > :first-child {
    max-width: 470px;
  }
}
.footer__bottom {
  display: flex;
  width: 100%;
}
.footer__bottom .socials {
  margin-left: auto;
}
.footer__bottom > a {
  font-weight: 500;
  font-size: 18px;
}
div ~ .footer__bottom {
  margin-top: 64px;
  width: calc(50% - 96px);
}
@media (max-width: 1023px) {
  .footer {
    /*&.container {
        max-width: 768px;
    }*/
  }
  .footer__right {
    padding: 0;
  }
  .footer__right, .footer__left {
    width: 100%;
    flex: 0 0 100%;
  }
  .footer__left {
    max-width: none;
  }
  .footer div ~ .footer__bottom {
    width: 100%;
  }
}
.footer spline-viewer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* key point */
  z-index: 0;
}
@media (min-width: 1921px) {
  .footer spline-viewer {
    top: 0;
    transform: translate(-50%, 0);
    height: 100vh;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  vertical-align: middle;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px 8px;
  text-align: center;
  text-decoration: none;
  border-radius: 32px;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  border: 1px solid;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, transform 0.2s;
}
.btn svg {
  transition: all 0.2s;
}
.btn.btn--arrow:not(.btn--medium):not(.btn--small) {
  height: 56px;
}
.btn.btn--medium {
  padding: 8px 24px 4px;
}
.btn.btn--small {
  padding: 0 8px;
}
.btn.btn--medium, .btn.btn--small {
  font-size: 20px;
  line-height: 32px;
}
.btn.btn--medium.btn--arrow {
  padding: 8px 12px 4px;
}
.btn.btn--small.btn--arrow {
  padding: 0 4px;
}
.btn.btn--arrow {
  padding: 0 16px !important;
}
.btn.btn--arrow svg {
  margin-top: 0 !important;
}
.btn.btn--medium.btn--arrow {
  padding: 8px 11px 4px;
}
.btn.btn--small.btn--arrow {
  padding: 0 3px;
}
.btn.btn--right, .btn.btn--left {
  padding: 12px 16px 8px;
}
.btn.btn--right svg, .btn.btn--left svg {
  margin-top: -4px;
}
.btn.btn--right span, .btn.btn--left span {
  padding: 0 16px;
}
.btn.btn--arrow span {
  padding: 0;
}
@media (hover: hover) {
  .btn:hover {
    text-decoration: none;
  }
  .btn:hover {
    transform: scale(1.08);
  }
}
.btn--secondary {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(244, 245, 253, 0.15);
  /*@include isHover {
      &:hover {
      background-color: $light-gray;
      }
  }*/
}
.btn--primary {
  color: #fff;
  background-color: #175FFF;
  border: none;
  /*@include isHover {
      &:hover {
          background-color: $blue;
      }
  }*/
}
.btn--link {
  color: #175FFF;
  padding: 0;
  height: 48px;
  border: none;
}
.btn--link span:first-child {
  margin-right: 24px;
  padding: 7px 0 7px 7px;
}
.btn--link span.btn--icon {
  padding: 0;
  height: 44px;
  width: 44px;
  flex: 0 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #175FFF;
  border-radius: 50%;
  background-color: rgba(12, 87, 251, 0.05);
  transition: all 0.2s;
}
@media (hover: hover) {
  .btn--link:hover:not(:disabled) span.btn--icon {
    color: #fff;
    background-color: #0C57FB;
  }
}
.btn--link:disabled {
  color: #B0B6BF;
}
.btn--link:disabled span.btn--icon {
  border-color: #B0B6BF;
  background-color: rgba(176, 182, 191, 0.15);
}
.btn--selected {
  border: none;
}
@media (max-width: 767px) {
  .btn--selected {
    height: 48px;
    padding: 0 20px;
  }
}
[data-section=dark] .btn-wrap--selected .btn--selected, [data-theme=dark] .btn-wrap--selected .btn--selected {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
[data-section=dark] .btn-wrap--selected .btn--selected *, [data-theme=dark] .btn-wrap--selected .btn--selected * {
  color: #fff !important;
}
[data-section=light] .btn-wrap--selected .btn--selected, [data-theme=light] .btn-wrap--selected .btn--selected {
  background-color: rgba(23, 95, 255, 0.1);
  color: #175FFF !important;
}
[data-section=light] .btn-wrap--selected .btn--selected *, [data-theme=light] .btn-wrap--selected .btn--selected * {
  color: #175FFF !important;
}
[data-section=dark] .btn-wrap--selected .btn--selected.selected, [data-theme=dark] .btn-wrap--selected .btn--selected.selected {
  background-color: #fff;
  color: #175FFF !important;
}
[data-section=light] .btn-wrap--selected .btn--selected.selected, [data-theme=light] .btn-wrap--selected .btn--selected.selected {
  background-color: #175FFF;
  color: #fff !important;
}
[data-section=dark] .btn-wrap--selected input[type=radio]:checked + .btn--selected, [data-theme=dark] .btn-wrap--selected input[type=radio]:checked + .btn--selected {
  background: #fff;
}
[data-section=dark] .btn-wrap--selected input[type=radio]:checked + .btn--selected span, [data-theme=dark] .btn-wrap--selected input[type=radio]:checked + .btn--selected span {
  color: #175FFF !important;
}
[data-section=light] .btn-wrap--selected input[type=radio]:checked + .btn--selected, [data-theme=light] .btn-wrap--selected input[type=radio]:checked + .btn--selected {
  background: #175FFF;
}
[data-section=light] .btn-wrap--selected input[type=radio]:checked + .btn--selected span, [data-theme=light] .btn-wrap--selected input[type=radio]:checked + .btn--selected span {
  color: #fff !important;
}
.btn-container--selected {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .btn-container--selected {
    gap: 16px;
  }
}
.btn-container--selected input[type=radio] {
  display: none;
}
[data-section=dark] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected, [data-theme=dark] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected {
  background: #fff;
}
[data-section=dark] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected span, [data-theme=dark] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected span {
  color: #175FFF !important;
}
[data-section=light] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected, [data-theme=light] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected {
  background: #175FFF;
}
[data-section=light] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected span, [data-theme=light] .btn-wrap--selected input[type=checkbox]:checked + .btn--selected span {
  color: #fff !important;
}
.btn-container--selected input[type=checkbox] {
  display: none;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.form__group > :not(input):first-child {
  margin-bottom: 16px;
}
.form input, .form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 16px;
  padding-left: 0;
  margin-bottom: -16px;
  position: relative;
  width: 100%;
  transition: border-color 0.2s;
}
.form input:-webkit-autofill, .form textarea:-webkit-autofill {
  padding-left: 16px;
  border-radius: 16px;
  background: red;
}
.form input:autofill, .form textarea:autofill {
  padding-left: 16px;
  border-radius: 16px;
  background: red;
}
.form input:focus, .form textarea:focus {
  outline: none;
}
.form input.error, .form textarea.error {
  border-color: #e63946 !important;
}
.form textarea {
  resize: none;
  overflow: auto;
  max-height: 200px;
}
.form textarea::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.form textarea::-webkit-scrollbar-track {
  background: transparent;
  margin: 16px 0;
}
.form textarea::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .form {
    gap: 32px;
  }
}
[data-section=dark] .form input, [data-section=dark] .form textarea, [data-theme=dark] .form input, [data-theme=dark] .form textarea {
  border-color: rgba(255, 255, 255, 0.45);
}
[data-section=dark] .form input::-moz-placeholder, [data-section=dark] .form textarea::-moz-placeholder, [data-theme=dark] .form input::-moz-placeholder, [data-theme=dark] .form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
[data-section=dark] .form input::placeholder, [data-section=dark] .form textarea::placeholder, [data-theme=dark] .form input::placeholder, [data-theme=dark] .form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
[data-section=dark] .form input:focus, [data-section=dark] .form textarea:focus, [data-theme=dark] .form input:focus, [data-theme=dark] .form textarea:focus {
  border-color: #fff;
}
[data-section=dark] .form *:not(button, button *, input), [data-theme=dark] .form *:not(button, button *, input) {
  color: #fff;
}
[data-section=dark] .form:disabled::-moz-placeholder, [data-theme=dark] .form:disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
}
[data-section=dark] .form:disabled::placeholder, [data-theme=dark] .form:disabled::placeholder {
  color: rgba(255, 255, 255, 0.15);
}
[data-section=dark] .form textarea::-webkit-scrollbar-thumb, [data-theme=dark] .form textarea::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
}
[data-section=light] .form input, [data-section=light] .form textarea, [data-theme=light] .form input, [data-theme=light] .form textarea {
  border-color: #E0E0E0;
}
[data-section=light] .form input::-moz-placeholder, [data-section=light] .form textarea::-moz-placeholder, [data-theme=light] .form input::-moz-placeholder, [data-theme=light] .form textarea::-moz-placeholder {
  color: rgba(8, 8, 8, 0.45);
}
[data-section=light] .form input::placeholder, [data-section=light] .form textarea::placeholder, [data-theme=light] .form input::placeholder, [data-theme=light] .form textarea::placeholder {
  color: rgba(8, 8, 8, 0.45);
}
[data-section=light] .form input:focus, [data-section=light] .form textarea:focus, [data-theme=light] .form input:focus, [data-theme=light] .form textarea:focus {
  border-color: #175FFF;
}
[data-section=light] .form *:not(button, button *, input), [data-theme=light] .form *:not(button, button *, input) {
  color: #080808;
}
[data-section=light] .form:disabled::-moz-placeholder, [data-theme=light] .form:disabled::-moz-placeholder {
  color: rgba(8, 8, 8, 0.15);
}
[data-section=light] .form:disabled::placeholder, [data-theme=light] .form:disabled::placeholder {
  color: rgba(8, 8, 8, 0.15);
}
[data-section=light] .form textarea::-webkit-scrollbar-thumb, [data-theme=light] .form textarea::-webkit-scrollbar-thumb {
  background-color: rgba(23, 95, 255, 0.6);
}

.error-message {
  display: none;
  position: absolute;
  font-size: 1rem;
  color: #e63946 !important;
  margin-top: 1rem;
}

.error-message.active {
  display: block;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 33px;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 20;
}
.file-upload-wrapper:before {
  content: url("../img/icon/attachment-icon.svg");
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 24px;
  font-weight: 700;
  z-index: 25;
  text-transform: uppercase;
  pointer-events: none;
}
.file-upload-wrapper input {
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
}
[data-section=dark] .file-upload-wrapper::before, [data-theme=dark] .file-upload-wrapper::before {
  filter: invert(0);
}
[data-section=dark] .file-upload-wrapper::after, [data-theme=dark] .file-upload-wrapper::after {
  color: #fff;
}
[data-section=dark] .file-upload-wrapper.selected::after, [data-theme=dark] .file-upload-wrapper.selected::after {
  color: #fff;
}
[data-section=light] .file-upload-wrapper::before, [data-theme=light] .file-upload-wrapper::before {
  filter: invert(1);
}
[data-section=light] .file-upload-wrapper::after, [data-theme=light] .file-upload-wrapper::after {
  color: #080808;
}
[data-section=light] .file-upload-wrapper.selected::after, [data-theme=light] .file-upload-wrapper.selected::after {
  color: #080808;
}

.vacancies-form {
  height: 100%;
  display: flex;
  min-height: 789px;
}

.vacancies-form.done {
  transition: min-height 0.5s;
  min-height: 300px;
}

.form {
  position: static;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s;
  max-width: 611px;
}

.form.done {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.successForm {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin: auto 0;
  transition: opacity 0.5s;
}

.successForm.done {
  visibility: visible;
  position: static;
  opacity: 1;
}

.form__notice {
  display: none;
  margin: 16px 0;
  padding: 16px 20px;
  border-radius: 16px;
  background-color: rgba(23, 95, 255, 0.08);
  color: #175fff;
  font-size: 14px;
  line-height: 1.4;
}

.form__notice.is-visible {
  display: block;
}

.form__notice--error {
  background-color: rgba(215, 44, 72, 0.12);
  color: #d72c48;
}

.form__notice--success {
  background-color: rgba(46, 204, 113, 0.12);
  color: #2ecc71;
}

.form.is-hidden {
  display: none;
}

.logo {
  display: flex;
  flex-shrink: 0;
  width: 103px;
  margin: auto 0;
}
.logo img {
  display: block;
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.modal.is-open {
  display: flex;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modal__dialog {
  width: 100%;
  max-width: 745px;
  margin: auto;
}
.modal__content {
  position: relative;
  padding: 56px;
  background-color: #fff;
  border-radius: 2px;
}
.modal__close-btn {
  position: absolute;
  top: 14px;
  right: 22px;
}
.modal__container {
  max-width: 552px;
  margin-right: auto;
  margin-left: auto;
}
.modal__title {
  margin-bottom: 1em;
  text-align: center;
}
.modal[data-modal=send-message] .form__submit, .modal[data-modal=ask-question] .form__submit {
  padding-top: 24px;
}
.modal[data-modal=cart] .modal__dialog {
  max-width: 420px;
}
.modal[data-modal=cart] .modal__text {
  margin-bottom: 35px;
  font-size: 18px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > div:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .row-m16 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.row-m16 > div {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1366px) {
  .row-m32 {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (max-width: 1365px) {
  .row-m32 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 767px) {
  .row-m32 {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.row-m32 > div {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .row-m48 {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .row-m48 {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (min-width: 1024px) {
  .row-m48 > div {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 96px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .row-m48 > div {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.row-m48 > div {
  margin-bottom: 64px;
  flex-shrink: 1 !important;
}
.row-g16 {
  gap: 16px !important;
}
.row-g64 {
  gap: 64px;
}
.row-g64 > div {
  flex-shrink: 1 !important;
}
.row-g96 {
  gap: 96px !important;
}
@media (max-width: 1365px) {
  .row-g96 {
    gap: 64px !important;
  }
}
.row-g96 > div {
  flex-shrink: 1 !important;
}
.row-g128 {
  gap: 128px;
}
@media (max-width: 1023px) {
  .row-g128 {
    gap: 64px;
  }
  .row-g128 > div {
    gap: 64px;
  }
}
.row-g128 > div {
  flex-shrink: 1 !important;
}
.row-nw {
  flex-wrap: nowrap;
}

.col-1-2-3-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-1-2-3-4 {
    margin-bottom: 32px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1366px) {
  .col-1-2-3-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1601px) {
  .col-1-2-3-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-1-2-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .col-1-2-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1601px) {
  .col-1-2-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .col-1-2-3:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }
}

.col-1-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .col-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-1-2:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

.col-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1-1-2 {
  width: 100%;
  display: flex;
  gap: 96px;
}
@media (max-width: 767px) {
  .col-1-1-2 {
    gap: 64px;
  }
}
@media (max-width: 576px) {
  .col-1-1-2 {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .col-1-1-2 > div {
    width: 50%;
  }
}

.col-row {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .col-row > div {
    flex-direction: column;
  }
  .col-row > div > div {
    width: 100%;
  }
}

.introduction {
  display: flex;
  gap: 96px;
}

.introduction__wrap:first-child {
  width: 33.333%;
}

.introduction__wrap:last-child {
  width: 66.666%;
}

@media (max-width: 767px) {
  .introduction {
    gap: 16px;
    flex-direction: column;
  }
  .introduction__wrap {
    width: 100% !important;
  }
}
.illustration {
  position: relative;
}
.illustration__wrap {
  width: 410px;
  height: 410px;
  margin: 0 auto;
}
.illustration__wrap > img, .illustration__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.illustration__wrap > img {
  z-index: 2;
}
.illustration__background {
  z-index: 1;
  width: 100%;
  display: flex;
}
.illustration__background > img {
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .illustration {
    flex: none !important;
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  .illustration__wrap {
    max-width: 340px;
    width: 100%;
    height: 380px;
    margin: 0 auto;
  }
}

/* Base container */
.illustration__container {
  position: relative;
  width: 500px;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  filter: blur(75px);
}

/* Base shapes */
.illustration__shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  will-change: transform, opacity;
  animation: move 20s infinite ease-in-out;
}

/* Keyframes. random() is evaluated during build. */
@keyframes move-1 {
  0%, 100% {
    transform: translate(121px, 327px);
  }
  25% {
    transform: translate(124px, 176px);
  }
  50% {
    transform: translate(211px, 235px);
  }
  75% {
    transform: translate(296px, 247px);
  }
}
@keyframes move-2 {
  0%, 100% {
    transform: translate(380px, 240px);
  }
  25% {
    transform: translate(201px, 325px);
  }
  50% {
    transform: translate(211px, 239px);
  }
  75% {
    transform: translate(96px, 323px);
  }
}
@keyframes move-3 {
  0%, 100% {
    transform: translate(319px, 140px);
  }
  25% {
    transform: translate(76px, 268px);
  }
  50% {
    transform: translate(205px, 99px);
  }
  75% {
    transform: translate(91px, 321px);
  }
}
@keyframes move-4 {
  0%, 100% {
    transform: translate(252px, 220px);
  }
  25% {
    transform: translate(303px, 372px);
  }
  50% {
    transform: translate(170px, 63px);
  }
  75% {
    transform: translate(236px, 254px);
  }
}
.illustration__container--1 .illustration__shape:nth-child(1) {
  animation: move-1 15s infinite ease-in-out;
}
.illustration__container--1 .illustration__shape:nth-child(2) {
  animation: move-2 15s infinite ease-in-out;
}
.illustration__container--1 .illustration__shape:nth-child(3) {
  animation: move-3 15s infinite ease-in-out;
}
.illustration__container--1 .illustration__shape:nth-child(4) {
  animation: move-4 15s infinite ease-in-out;
}

.illustration__container--2 .illustration__shape:nth-child(1) {
  animation: move-4 15s infinite ease-in-out;
}
.illustration__container--2 .illustration__shape:nth-child(2) {
  animation: move-2 15s infinite ease-in-out;
}
.illustration__container--2 .illustration__shape:nth-child(3) {
  animation: move-1 15s infinite ease-in-out;
}
.illustration__container--2 .illustration__shape:nth-child(4) {
  animation: move-3 15s infinite ease-in-out;
}

.illustration__container--3 .illustration__shape:nth-child(1) {
  animation: move-2 15s infinite ease-in-out;
}
.illustration__container--3 .illustration__shape:nth-child(2) {
  animation: move-3 15s infinite ease-in-out;
}
.illustration__container--3 .illustration__shape:nth-child(3) {
  animation: move-4 15s infinite ease-in-out;
}
.illustration__container--3 .illustration__shape:nth-child(4) {
  animation: move-1 15s infinite ease-in-out;
}

/* ---------------------------
   Variant 1 - smooth large shapes
   (circle, tall-rect, triangle, hexagon)
   --------------------------- */
.illustration__container--1 .illustration__shape {
  /* shape 1 - circle */
  /* shape 2 - tall rounded rect */
  /* shape 3 - triangle (point down) */
  /* shape 4 - hexagon via clip-path */
  /* shared delays for the variant */
}
.illustration__container--1 .illustration__shape:nth-child(1) {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14CCFF, #52DAFF);
}
.illustration__container--1 .illustration__shape:nth-child(2) {
  width: 140px;
  height: 290px;
  border-radius: 30px;
  background: linear-gradient(180deg, #1386D9, #0D629E);
  transform-origin: center;
}
.illustration__container--1 .illustration__shape:nth-child(3) {
  width: 0;
  height: 0;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  border-bottom: 190px solid #9900FF;
  /* triangle is positioned by transform, so keep width/height 0 */
}
.illustration__container--1 .illustration__shape:nth-child(4) {
  width: 280px;
  height: 130px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(90deg, #2885FF, #2885FF);
}
.illustration__container--1 .illustration__shape:nth-child(1) {
  animation-delay: 0s;
}
.illustration__container--1 .illustration__shape:nth-child(2) {
  animation-delay: -5s;
}
.illustration__container--1 .illustration__shape:nth-child(3) {
  animation-delay: -10s;
}
.illustration__container--1 .illustration__shape:nth-child(4) {
  animation-delay: -15s;
}

/* ---------------------------
   Variant 2 - soft "blob" shapes and a rhombus
   (blob, pill, rotated-rect, diamond)
   colors different from variant 1
   --------------------------- */
.illustration__container--2 .illustration__shape {
  /* shape 1 - blob (big, high border-radius) */
  /* shape 2 - pill horizontal */
  /* shape 3 - rotated rounded rect */
  /* shape 4 - diamond using transform rotate on square */
}
.illustration__container--2 .illustration__shape:nth-child(1) {
  width: 220px;
  height: 180px;
  border-radius: 50% 40% 60% 50%/55% 60% 40% 45%;
  background: linear-gradient(135deg, #B909FF, #DC82FF);
  transform-origin: center;
}
.illustration__container--2 .illustration__shape:nth-child(2) {
  width: 300px;
  height: 90px;
  border-radius: 99px;
  background: linear-gradient(90deg, #FF4400, #FF4400);
}
.illustration__container--2 .illustration__shape:nth-child(3) {
  width: 180px;
  height: 120px;
  border-radius: 24px;
  background: linear-gradient(180deg, #9B22CA, #6f0c95);
  transform: rotate(20deg);
}
.illustration__container--2 .illustration__shape:nth-child(4) {
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #2885FF, #5fa4ff);
  transform: rotate(45deg);
  border-radius: 12px;
}
.illustration__container--2 .illustration__shape:nth-child(1) {
  animation-delay: 0s;
}
.illustration__container--2 .illustration__shape:nth-child(2) {
  animation-delay: -5s;
}
.illustration__container--2 .illustration__shape:nth-child(3) {
  animation-delay: -10s;
}
.illustration__container--2 .illustration__shape:nth-child(4) {
  animation-delay: -15s;
}

/* ---------------------------
   Variant 3 - sharp/geometric shapes
   (semi-circle, inverted-triangle, star-like polygon, slim-pill)
   colors different from variant 1 and 2
   --------------------------- */
.illustration__container--3 .illustration__shape {
  /* shape 1 - semicircle (top) */
  /* shape 2 - inverted triangle (point up) */
  /* shape 3 - star-ish polygon via clip-path */
  /* shape 4 - slim vertical pill */
}
.illustration__container--3 .illustration__shape:nth-child(1) {
  width: 220px;
  height: 110px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(180deg, #FF4D00, #FF4D00);
}
.illustration__container--3 .illustration__shape:nth-child(2) {
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 210px solid #FFFF00;
}
.illustration__container--3 .illustration__shape:nth-child(3) {
  width: 200px;
  height: 200px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background: linear-gradient(135deg, #FFFF00, #FF952B);
}
.illustration__container--3 .illustration__shape:nth-child(4) {
  width: 80px;
  height: 320px;
  border-radius: 40px;
  background: linear-gradient(180deg, #FF4D00, #FFFF87);
}
.illustration__container--3 .illustration__shape:nth-child(1) {
  animation-delay: 0s;
}
.illustration__container--3 .illustration__shape:nth-child(2) {
  animation-delay: -5s;
}
.illustration__container--3 .illustration__shape:nth-child(3) {
  animation-delay: -10s;
}
.illustration__container--3 .illustration__shape:nth-child(4) {
  animation-delay: -15s;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.embed-responsive img, .embed-responsive iframe, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 0;
}

.embed-responsive--21-9::before {
  padding-top: 42.85714%;
}

.embed-responsive--4-3::before {
  padding-top: 75%;
}

.embed-responsive--3-4::before {
  padding-top: 130%;
}

.embed-responsive--3-2::before {
  padding-top: 66.66667%;
}

.embed-responsive--9-16::before {
  padding-top: 180%;
}

.embed-responsive--16-9::before {
  padding-top: 55.08%;
}

.embed-responsive--1-1::before {
  padding-top: 100%;
}

.embed-responsive--5-4::before {
  padding-top: 77.3%;
}

.hashtag {
  display: flex;
  color: #175FFF;
}
.hashtag *:not(:last-child) {
  margin-right: 12px;
}

.section-texts > *:not(:last-child) {
  margin-bottom: 16px;
}

.socials {
  display: flex;
  gap: 24px;
  align-items: center;
}
.socials li {
  width: 24px;
  height: 24px;
}

.fade-out {
  opacity: 0 !important;
}

.fade-in {
  opacity: 1 !important;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee__inner {
  display: inline-block;
  animation: marquee 10s linear infinite;
}
.marquee__inner span {
  margin-right: 128px;
  font-size: 96px;
  line-height: normal;
}
@media (max-width: 767px) {
  .marquee__inner span {
    font-size: 48px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(-0.033%);
  }
  to {
    transform: translateX(-33.333%);
  }
}
@media (max-width: 1023px) {
  .content-grid__wrap > div > div {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .content-grid--shuffle > div > div:nth-child(2n+2) > div:has(.section-texts) {
    order: -1;
  }
}
.content-grid__texts {
  display: flex;
  align-items: center;
}

.cases {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .cases {
    margin-bottom: 64px;
  }
}

.case {
  position: relative;
}
.case > :first-child {
  margin-bottom: 16px;
}
.case .embed-responsive {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}
.case:hover .embed-responsive {
  transform: scale(1.01);
}
.case__link::before {
  position: absolute;
  content: "";
  inset: 0;
}

.who-we-are__logo {
  text-align: end;
}
.who-we-are .section-texts {
  margin-bottom: 24px;
}
.who-we-are > div {
  align-items: center;
}
@media (max-width: 576px) {
  .who-we-are > div {
    flex-direction: column;
  }
  .who-we-are > div > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .who-we-are > div .section-texts {
    text-align: center;
  }
}

.breadcrumbs-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 96px;
}
.breadcrumbs-heading span {
  color: #175FFF;
}
.breadcrumbs-heading ~ section {
  margin-top: 96px;
}
@media (max-width: 1365px) {
  .breadcrumbs-heading {
    margin-bottom: 64px;
  }
  .breadcrumbs-heading ~ section {
    margin-top: 64px;
  }
}

@media (min-width: 1024px) {
  .our-services > div > div:nth-child(2n+2) > div .section-texts {
    margin-left: auto;
  }
  .our-services > div > div .section-texts {
    max-width: 611px;
  }
}
@media (max-width: 1023px) {
  :not(.who-we-are) > .col-1-1-2 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-us__logo {
    text-align: center;
  }
}
.about-us__logo svg {
  height: 100%;
  max-height: 302px;
}

.stm32 > .section-texts {
  margin-bottom: 32px;
}

.design-process {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.design-process__row:not(:last-child) {
  margin-bottom: 40px;
}
.design-process__row:last-child {
  margin-bottom: 2px;
}
.design-process__row {
  position: relative;
}
@media (min-width: 768px) {
  .design-process__row {
    min-width: 1632px;
  }
}
.design-process__wrap {
  display: flex;
  gap: 48px;
  max-width: 612px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .design-process__wrap {
    max-width: 1632px;
  }
}
@media (max-width: 767px) {
  .design-process__wrap {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
    max-width: 612px;
  }
}
@media (max-width: 576px) {
  .design-process__wrap {
    max-width: 407px;
  }
}
@media (min-width: 768px) {
  .design-process__row::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    bottom: 0;
    z-index: -1;
  }
}
.design-process__step {
  position: relative;
}
.design-process__step > :first-child {
  display: flex;
  gap: 12px;
  padding-bottom: 4px;
}
.design-process__bottom {
  height: 3px;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 2;
}
.design-process__step--yellow .design-process__bottom {
  background: #FFC300;
}
.design-process__step--red .design-process__bottom {
  background: #FF3F0A;
}
.design-process__step--blue .design-process__bottom {
  background: #175FFF;
}
.design-process__step--green .design-process__bottom {
  background: #50B72D;
}
@media (min-width: 768px) {
  .design-process__wrap:not(.selected) {
    opacity: 0;
    transform: translateY(-10px);
  }
  .design-process__wrap {
    transition: opacity 0.25s ease, transform 0.25s ease;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .design-process__step:not(.selected) {
    opacity: 0;
    transform: translateY(-10px);
  }
  .design-process__step {
    transition: opacity 0.25s ease, transform 0.25s ease;
    transform: translateY(0);
    opacity: 1;
  }
}
.design-process__steps {
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  transition-delay: 0s;
}
.design-process__steps.selected {
  overflow: visible;
  flex: 0 0 100vw;
  height: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.design-process__panel {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.design-process__content {
  display: flex;
  overflow: hidden;
}

.career__list {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.career__list li {
  position: relative;
}
.career__list li a {
  color: #080808;
  transition: color 0.1s;
}
@media (hover: hover) {
  .career__list li a:hover {
    color: #175FFF;
  }
}
.career__list li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E0E0E0;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.vacancies__content {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  position: relative;
}
.vacancies__content > .section-texts {
  max-width: 600px;
}
.vacancies__content > a {
  position: static;
}
.vacancies__content > a::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
}
@media (hover: hover) {
  .vacancies__content:hover a {
    transform: scale(1.08);
  }
}
.vacancies .col-1-2 {
  position: relative;
  margin-bottom: 96px;
}
.vacancies .col-1-2::after {
  content: "";
  position: absolute;
  bottom: -48px;
  background-color: #E0E0E0;
  height: 2px;
  width: 100%;
}
@media (min-width: 1024px) {
  .vacancies .col-1-2::after {
    left: 48px;
    width: calc(100% - 96px);
  }
}
.vacancies .col-1-2.col-1-2:last-child::after {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .vacancies .col-1-2.col-1-2:nth-last-child(-n+2)::after {
    background-color: transparent;
  }
}

.vacancy-info .section-texts > h2 {
  height: 48px;
}

.pictures {
  display: flex;
  gap: 96px;
}
.pictures__wrap {
  display: flex;
  flex-direction: column;
  gap: 96px;
  width: 100%;
}
.pictures > div {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1365px) {
  .pictures, .pictures__wrap {
    gap: 64px;
  }
}
@media (max-width: 1023px) {
  .pictures, .pictures__wrap {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .pictures {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .pictures--50 > div {
    width: 50%;
  }
}

.picture {
  position: relative;
  border-radius: 16px;
}
.picture img {
  border-radius: 16px;
}
.picture-bs img {
  box-shadow: 4px 4px 101.4px -2px rgba(0, 0, 0, 0.09);
}
.picture-bser {
  box-shadow: 4px 4px 101.4px -2px rgba(0, 0, 0, 0.09);
}
@media (min-width: 768px) {
  .picture--t150 {
    justify-content: start !important;
  }
  .picture--t150 > div {
    top: 150px;
  }
}

.other-project__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  height: 100%;
}
.other-project > .col-1-2 {
  margin-bottom: 0;
}
.other-project > :first-child img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .other-project > div {
    flex-direction: column;
  }
}

.work-texts {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .work-texts .row-nw {
    flex-wrap: wrap !important;
  }
  .work-texts .row {
    gap: 64px;
  }
}

@media (max-width: 1365px) {
  .row-m48 > div.col--product {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.product--row {
  display: flex;
  gap: 96px;
}
.product--row .col--product {
  flex: 0 1 33.33333% !important;
  max-width: 33.33333% !important;
}
@media (max-width: 1023px) {
  .product--row {
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .product--row {
    gap: 16px;
  }
}

.product-swiper__container {
  max-width: 1662px;
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  .product-swiper__container {
    max-width: 1302px;
  }
}
@media (max-width: 767px) {
  .product-swiper__container {
    max-width: none;
    padding: 0;
  }
}

.works {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.works .row > div {
  margin-bottom: 96px;
}
@media (max-width: 1365px) {
  .works {
    gap: 64px;
  }
  .works .row > div {
    margin-bottom: 64px;
  }
  .works .row > div {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.page-not-found {
  position: relative;
  z-index: 2;
  padding-top: 118px;
  height: calc(100vh - 86px);
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1365px) {
  .page-not-found {
    height: calc(100vh - 80px);
  }
}
.page-not-found__wrap {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
.page-not-found__404 {
  font-size: 300px;
  font-weight: 800;
  line-height: normal;
  color: rgba(255, 255, 255, 0.05);
  -webkit-text-stroke: 1px white;
}
@media (max-width: 1023px) {
  .page-not-found__404 {
    font-size: 240px;
  }
}
@media (max-width: 576px) {
  .page-not-found__404 {
    font-size: 128px;
  }
}
.page-not-found__404-img {
  max-width: 507px;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 576px) {
  .page-not-found__404-img {
    margin-bottom: 32px;
  }
}

.privacy-policy__heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1366px) {
  .privacy-policy__heading {
    max-width: 38%;
  }
}
.privacy-policy__heading span:first-child {
  color: #175FFF;
}
.privacy-policy__row .col-1-1-2 > div {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .privacy-policy__row .col-1-1-2 {
    gap: 64px !important;
  }
  .privacy-policy__row .col-1-1-2 > div {
    gap: 64px;
  }
}
@media (max-width: 576px) {
  .privacy-policy__row .col-1-1-2 {
    gap: 56px !important;
  }
  .privacy-policy__row .col-1-1-2 > div {
    gap: 56px;
  }
}

a.privacy-policy {
  color: #B0B6BF !important;
}
@media (hover: hover) {
  a.privacy-policy:hover {
    text-decoration: underline;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero-main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-title {
  transform: scale(1);
  padding: 0 24px;
}/*# sourceMappingURL=styles.css.map */

