.button {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9356725146vw;
  background: #ffffff;
  min-height: 2.8070175439vw;
  min-width: 7.0175438596vw;
  padding: 0.701754386vw 0.9356725146vw;
  border-radius: 0.2339181287vw;
  border: 0;
  cursor: pointer;
  transition: 0.25s ease;
  transition-property: color, border, background;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #0A0A0A;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.0526315789vw;
  line-height: 120%;
}
.button {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .button {
    font-size: 4.5685279188vw;
  }
}
.button span {
  position: relative;
  z-index: 2;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  transform: translate3d(-100%, 0, 0) skew(-30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  background: #155DFC;
}
@media (hover: hover) {
  .button:hover {
    background: #ffffff;
    color: #ffffff;
  }
  .button:hover::before {
    transform: translate3d(0, 0, 0) skew(-30deg);
  }
}
@media screen and (max-width: 1023px) {
  .button {
    gap: 3.0456852792vw;
    min-width: 20.3045685279vw;
    min-height: 11.1675126904vw;
    padding: 3.5532994924vw 6.0913705584vw;
    border-radius: 1.0152284264vw;
  }
}
.button svg {
  position: relative;
  z-index: 2;
  width: 1.1695906433vw;
  height: 1.1695906433vw;
}
@media screen and (max-width: 1023px) {
  .button svg {
    width: 4.0609137056vw;
    height: 4.0609137056vw;
  }
}
.button-large {
  gap: 1.2865497076vw;
  min-height: 3.2748538012vw;
}
@media screen and (max-width: 1023px) {
  .button-large {
    gap: 4.0609137056vw;
    min-height: 13.1979695431vw;
  }
}
.button-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.button-outline::before {
  background: #155DFC;
}
@media (hover: hover) {
  .button-outline:hover {
    background: transparent;
    color: #ffffff;
    border: 1px solid #155DFC;
  }
}
.button-default {
  background: #ffffff;
  color: #0A0A0A;
}
.button-default::before {
  background: #155DFC;
}
@media (hover: hover) {
  .button-default:hover {
    background: #ffffff;
    color: #ffffff;
  }
}
.button-secondary {
  background: #00D4FF;
  color: #ffffff;
}
.button-secondary::before {
  background: #155DFC;
}
@media (hover: hover) {
  .button-secondary:hover {
    background: #00D4FF;
    color: #ffffff;
  }
}
.button-primary {
  background: #155DFC;
  color: #ffffff;
}
.button-primary::before {
  background: #1046ba;
}
@media (hover: hover) {
  .button-primary:hover {
    background: #155DFC;
    color: #ffffff;
  }
}
.button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00D4FF;
  width: 2.3391812865vw;
  height: 2.3391812865vw;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  transition: 0.25s ease;
  transition-property: color, background;
}
@media (hover: hover) {
  .button-arrow:hover {
    color: #ffffff;
    background: #1046ba;
  }
}

[hidden] {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hidden\@m {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible\@m {
    display: none !important;
  }
}

.input label {
  display: block;
  margin-bottom: 0.2339181287vw;
  padding: 0 0.2339181287vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.input label {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .input label {
    font-size: 3.5532994924vw;
  }
}
@media screen and (max-width: 1023px) {
  .input label {
    margin-bottom: 1.0152284264vw;
    padding: 0 1.0152284264vw;
  }
}
.input input {
  background: #0A0A0A;
  width: 100%;
  height: 2.5730994152vw;
  padding: 0.701754386vw 0.9356725146vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.2339181287vw;
  transition: 0.2s ease;
  transition-property: border;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.input input {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .input input {
    font-size: 4.0609137056vw;
  }
}
.input input::-moz-placeholder {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.input input::placeholder {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.input input::-moz-placeholder {
  letter-spacing: -0.31px;
}
.input input::placeholder {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .input input::-moz-placeholder {
    font-size: 4.0609137056vw;
  }
  .input input::placeholder {
    font-size: 4.0609137056vw;
  }
}
.input input:focus, .input input:hover, .input input:focus-visible {
  border: 1px solid #00d4ff;
  outline: none !important;
}
@media screen and (max-width: 1023px) {
  .input input {
    height: 11.1675126904vw;
    padding: 2.0304568528vw 3.0456852792vw;
    border-radius: 1.0152284264vw;
  }
}

.textarea label {
  display: block;
  margin-bottom: 0.2339181287vw;
  padding: 0 0.2339181287vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.textarea label {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .textarea label {
    font-size: 3.5532994924vw;
  }
}
@media screen and (max-width: 1023px) {
  .textarea label {
    margin-bottom: 1.0152284264vw;
    padding: 0 1.0152284264vw;
  }
}
.textarea textarea {
  resize: none;
  background: #0A0A0A;
  width: 100%;
  min-height: 6.9005847953vw;
  padding: 0.701754386vw 0.9356725146vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.2339181287vw;
  transition: 0.2s ease;
  transition-property: border;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.textarea textarea {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .textarea textarea {
    font-size: 4.0609137056vw;
  }
}
.textarea textarea::-moz-placeholder {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.textarea textarea::placeholder {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.textarea textarea::-moz-placeholder {
  letter-spacing: -0.31px;
}
.textarea textarea::placeholder {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .textarea textarea::-moz-placeholder {
    font-size: 4.0609137056vw;
  }
  .textarea textarea::placeholder {
    font-size: 4.0609137056vw;
  }
}
.textarea textarea:focus, .textarea textarea:hover, .textarea textarea:focus-visible {
  border: 1px solid #00d4ff;
  outline: none !important;
}
@media screen and (max-width: 1023px) {
  .textarea textarea {
    min-height: 30.4568527919vw;
    padding: 2.0304568528vw 3.0456852792vw;
    border-radius: 1.0152284264vw;
  }
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.701754386vw;
}
@media screen and (max-width: 1023px) {
  .checkbox {
    gap: 3.0456852792vw;
  }
}
.checkbox-input {
  position: relative;
  margin-top: 0.2339181287vw;
}
.checkbox input {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox input:checked + .checkbox-icon {
  background-image: url("../img/icons/accept-icon.svg");
}
.checkbox-icon {
  flex-shrink: 0;
  width: 1.1695906433vw;
  height: 1.1695906433vw;
  border: 2px solid rgba(0, 212, 255, 0.5);
  border-radius: 0.2339181287vw;
  cursor: pointer;
  transition: all 0.25s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.0526315789vw;
}
.checkbox-icon:hover {
  border: 2px solid rgba(0, 212, 255, 0.8);
}
@media screen and (max-width: 1023px) {
  .checkbox-icon {
    width: 5.076142132vw;
    height: 5.076142132vw;
    border-radius: 1.0152284264vw;
    background-size: 4.5685279188vw;
  }
}
.checkbox .text {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.checkbox .text {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .checkbox .text {
    font-size: 4.0609137056vw;
  }
}
.checkbox .text a {
  text-decoration: underline;
  text-underline-offset: 0.1169590643vw;
  transition: color, 0.2s ease;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.checkbox .text a {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .checkbox .text a {
    font-size: 4.0609137056vw;
  }
}
@media (hover: hover) {
  .checkbox .text a:hover {
    color: #00D4FF;
  }
}
@media screen and (max-width: 1023px) {
  .checkbox .text a {
    text-underline-offset: 0.5076142132vw;
  }
}

.select {
  position: relative;
}
.select label {
  display: block;
  margin-bottom: 0.2339181287vw;
  padding: 0 0.2339181287vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.select label {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .select label {
    font-size: 3.5532994924vw;
  }
}
@media screen and (max-width: 1023px) {
  .select label {
    margin-bottom: 1.0152284264vw;
    padding: 0 1.0152284264vw;
  }
}
.select select {
  position: relative;
  width: 100%;
  height: 2.5730994152vw;
  background-color: #0A0A0A;
  background-image: url("../img/icons/chevron-down.svg");
  background-size: 1.4035087719vw 1.4035087719vw;
  background-repeat: no-repeat;
  background-position: center right 0.9356725146vw;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.701754386vw 0.9356725146vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.2339181287vw;
  transition: 0.2s ease;
  transition-property: border;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.select select {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .select select {
    font-size: 4.0609137056vw;
  }
}
.select select::-moz-placeholder {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.select select::placeholder {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.select select::-moz-placeholder {
  letter-spacing: -0.31px;
}
.select select::placeholder {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .select select::-moz-placeholder {
    font-size: 4.0609137056vw;
  }
  .select select::placeholder {
    font-size: 4.0609137056vw;
  }
}
.select select:focus, .select select:focus-visible {
  outline: none !important;
}
.select select:hover {
  border: 1px solid #00d4ff;
  outline: none !important;
}
.select select:open {
  border: 1px solid #00d4ff;
  background-image: url("../img/icons/chevron-up.svg");
}
.select select option:first-child {
  color: #888888;
}
@media screen and (max-width: 1023px) {
  .select select {
    height: 11.1675126904vw;
    padding: 2.0304568528vw 3.0456852792vw;
    border-radius: 1.0152284264vw;
    background-size: 6.0913705584vw 6.0913705584vw;
    background-position: center right 4.0609137056vw;
  }
}

.tabs {
  display: flex;
  gap: 0.4678362573vw;
}
@media screen and (max-width: 1023px) {
  .tabs {
    gap: 2.0304568528vw;
  }
}

.tab {
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: rgba(10, 10, 10, 0.2);
  padding: 1.1695906433vw 1.4035087719vw;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.701754386vw;
  transition: 0.2s ease;
  transition-property: background, border;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.tab {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .tab {
    font-size: 3.5532994924vw;
  }
}
@media screen and (max-width: 1023px) {
  .tab {
    padding: 3.0456852792vw 4.0609137056vw;
    border-radius: 3.0456852792vw;
  }
}
@media (hover: hover) {
  .tab:hover {
    background: rgba(0, 212, 255, 0.1);
  }
}
.tab h3 {
  margin-top: 0.1169590643vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.2865497076vw;
  line-height: 120%;
}
.tab h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .tab h3 {
    font-size: 5.5837563452vw;
  }
}
@media screen and (max-width: 1023px) {
  .tab h3 {
    margin-top: 0.5076142132vw;
  }
}
.tab.active {
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid #00D4FF;
}

[data-tab-item] {
  display: none;
  transition: opacity 0.3s ease-in-out;
}
[data-tab-item].active {
  display: block;
}

.modal {
  overflow: hidden auto;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.4);
  padding: 2.8070175439vw;
}
@media screen and (max-width: 1023px) {
  .modal {
    padding: 0;
  }
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal.active .modal-bg {
  opacity: 1;
}
.modal.active .modal-wrapper {
  transform: scale(1);
}
@media screen and (max-width: 1023px) {
  .modal.active .modal-wrapper {
    transform: scale(1);
  }
}
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}
.modal-wrapper {
  overflow: hidden;
  position: relative;
  margin: auto;
  transform: scale(0.8);
  background: #0A0A0A;
  width: 37.4269005848vw;
  padding: 3.7426900585vw 2.3391812865vw 2.3391812865vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .modal-wrapper {
    overflow: hidden auto;
    transform: scale(1);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 12.1827411168vw 6.0913705584vw;
  }
}
.modal-wrapper h3 {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.7543859649vw;
  line-height: 120%;
}
.modal-wrapper h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .modal-wrapper h3 {
    font-size: 6.0913705584vw;
  }
}
.modal-close {
  position: absolute;
  z-index: 3;
  top: 1.4035087719vw;
  right: 1.4035087719vw;
  color: #00D4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  height: 2.4561403509vw !important;
  width: 2.4561403509vw !important;
  padding: 0;
  border: 0;
  border-radius: 0.701754386vw;
  cursor: pointer;
  transition: color, background 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .modal-close {
    top: 3.0456852792vw;
    right: 3.0456852792vw;
    height: 10.152284264vw !important;
    width: 10.152284264vw !important;
    border-radius: 2.0304568528vw;
  }
}
.modal-close svg {
  position: relative;
  z-index: 3;
  width: 1.8713450292vw;
  height: 1.8713450292vw;
  transition: color, background 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .modal-close svg {
    width: 7.1065989848vw;
    height: 7.1065989848vw;
  }
}
@media (hover: hover) {
  .modal-close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
  }
}
.modal-form {
  margin-top: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .modal-form {
    margin-top: 8.1218274112vw;
  }
}
.modal-form .form {
  position: static;
  padding: 0;
  border: 0;
}

@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans/PTSans-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans/PTSans-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans/PTSans-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans/PTSans-Italic.ttf");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  font-variant-numeric: lining-nums;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
  font-synthesis: none !important;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
  hyphens: manual;
}

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  background: #000000;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: none;
  font-family: "PTSans", sans-serif, sans-serif;
  color: #888888;
}
body.lock {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  body.lock-m {
    overflow: hidden;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #0085fe !important;
}

img,
video {
  max-width: 100%;
}

img[parse-svg] {
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 13.1578947368vw;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 6.0913705584vw;
  }
}
.container-big {
  width: 100%;
  max-width: 100%;
  padding: 0 5.6140350877vw;
}
@media screen and (max-width: 1023px) {
  .container-big {
    padding: 0 6.0913705584vw;
  }
}

.section {
  padding: 7.0175438596vw 0;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 20.3045685279vw 0;
  }
}
.section-small-top {
  padding-top: 1.1695906433vw;
}
@media screen and (max-width: 1023px) {
  .section-small-top {
    padding-top: 5.076142132vw;
  }
}
.section-small-bottom {
  padding-bottom: 1.1695906433vw;
}
@media screen and (max-width: 1023px) {
  .section-small-bottom {
    padding-bottom: 5.076142132vw;
  }
}
.section-medium-top {
  padding-top: 4.6783625731vw;
}
@media screen and (max-width: 1023px) {
  .section-medium-top {
    padding-top: 20.3045685279vw;
  }
}
.section-medium-bottom {
  padding-bottom: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .section-medium-bottom {
    padding-bottom: 10.152284264vw;
  }
}
.section-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-top h2 {
  max-width: 46.783625731vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 2.8070175439vw;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .section-top h2 {
    font-size: 9.1370558376vw;
    line-height: 110%;
  }
}
@media screen and (max-width: 1023px) {
  .section-top h2 {
    max-width: 100%;
  }
}
.section-top p {
  max-width: 46.783625731vw;
  margin-top: 1.4035087719vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.1695906433vw;
  line-height: 140%;
}
.section-top p {
  letter-spacing: -0.45px;
}
@media screen and (max-width: 1023px) {
  .section-top p {
    font-size: 4.5685279188vw;
  }
}
@media screen and (max-width: 1023px) {
  .section-top p {
    max-width: 100%;
    margin-top: 6.0913705584vw;
  }
}

.page {
  min-height: 60vh;
}
.page-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-bg .circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 70.1754385965vw;
  aspect-ratio: 1/1;
  opacity: 0.6;
  transform: translate(-20%, -20%);
  background: radial-gradient(50% 50% at 50% 50%, #003EC6 0%, #002880 37.02%, #000000 100%);
  animation: 35s linear 1s infinite alternate circleAnim;
}
@keyframes circleAnim {
  0% {
    transform: translate(-20%, -20%);
  }
  10% {
    transform: translate(10%, 10%);
  }
  20% {
    transform: translate(30%, 30%);
  }
  30% {
    transform: translate(50%, -30%);
  }
  40% {
    transform: translate(70%, 0);
  }
  50% {
    transform: translate(85%, 40%);
  }
  60% {
    transform: translate(60%, 15%);
  }
  70% {
    transform: translate(35%, -20%);
  }
  80% {
    transform: translate(10%, 40%);
  }
  90% {
    transform: translate(0, 10%);
  }
  10% {
    transform: translate(0, 0);
  }
}

.logo {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.logo img {
  width: 8.6549707602vw;
  height: 1.9883040936vw;
}
@media screen and (max-width: 1023px) {
  .logo img {
    width: 33.5025380711vw;
    height: 8.1218274112vw;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8713450292vw 0;
  transition: 0.25s ease;
  transition-property: padding, transform;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 3.0456852792vw 0;
  }
}
.header.hidden {
  transform: translate(0, -110%);
}
.header.scroll {
  padding: 0.9356725146vw 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 64px 0 rgba(13, 53, 44, 0.08), inset 0 16px 40px 0 rgba(13, 53, 44, 0.07), inset 0 -24px 40px 0 rgba(13, 53, 44, 0.06);
}
@media screen and (max-width: 1023px) {
  .header.scroll {
    padding: 3.0456852792vw 0;
  }
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-links {
  display: flex;
  align-items: center;
}
.header-links ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 1.8713450292vw;
}
.header-links ul li {
  list-style: none;
}
.header-links ul li a {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.0526315789vw;
  line-height: 160%;
}
.header-links ul li a {
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1023px) {
  .header-links ul li a {
    font-size: 4.5685279188vw;
  }
}
.header-links ul li a {
  position: relative;
  transition: color 0.2s ease;
}
.header-links ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}
@media (hover: hover) {
  .header-links ul li a:hover {
    color: #ffffff !important;
  }
  .header-links ul li a:hover::after {
    background: #ffffff;
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.header-btn {
  margin-left: 3.1578947368vw;
}
.header-btn .button {
  width: 21.0526315789vw;
}
.header-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  color: #ffffff;
  border: 0;
}
.header-menu-btn svg {
  width: 8.1218274112vw;
  height: 8.1218274112vw;
}

.burger {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  transform: translate(-110%, 0);
  background: #000000;
  display: none;
  width: 100%;
  height: 100%;
  transition: 0.25s ease-in-out;
  transition-property: transform;
}
@media screen and (max-width: 1023px) {
  .burger {
    display: block;
  }
}
.burger.active {
  transform: translate(0, 0);
}
.burger:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(16, 24, 40, 0.2) 0%, rgba(21, 93, 252, 0.2) 100%);
}
.burger-wrapper {
  overflow: hidden auto;
  position: relative;
  z-index: 3;
  height: 100%;
  overscroll-behavior: contain;
}
.burger-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 64px 0 rgba(13, 53, 44, 0.08), inset 0 16px 40px 0 rgba(13, 53, 44, 0.07), inset 0 -24px 40px 0 rgba(13, 53, 44, 0.06);
  padding: 3.0456852792vw 6.0913705584vw;
}
.burger-close {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
  color: #ffffff;
  border: 0;
}
.burger-close svg {
  width: 8.1218274112vw;
  height: 8.1218274112vw;
}
.burger-body {
  padding: 6.0913705584vw;
}
.burger-links ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}
.burger-links ul li {
  list-style: none;
}
.burger-links ul li:nth-child(n+2) {
  margin-top: 4.0609137056vw;
}
.burger-links ul li a {
  text-align: center;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.1695906433vw;
  line-height: 140%;
}
.burger-links ul li a {
  letter-spacing: -0.45px;
}
@media screen and (max-width: 1023px) {
  .burger-links ul li a {
    font-size: 4.5685279188vw;
  }
}
.burger-block {
  margin-top: 8.1218274112vw;
}
.burger-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.0609137056vw;
  margin-top: 10.152284264vw;
}
.burger-contacts a {
  display: flex;
  align-items: center;
  gap: 1.5228426396vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.0526315789vw;
  line-height: 160%;
}
.burger-contacts a {
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1023px) {
  .burger-contacts a {
    font-size: 4.5685279188vw;
  }
}

.footer {
  position: relative;
  z-index: 3;
  background: linear-gradient(135deg, rgba(16, 24, 40, 0.2) 0%, rgba(21, 93, 252, 0.2) 100%);
  padding: 2.3391812865vw 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 10.152284264vw 0;
  }
}
.footer-top {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    flex-direction: column;
    gap: 8.1218274112vw;
  }
}
.footer-brand {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9356725146vw;
  width: 20.1169590643vw;
  margin-right: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .footer-brand {
    width: 100%;
    margin-right: 0;
    gap: 3.0456852792vw;
  }
}
.footer-brand-name {
  color: #00D4FF;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.4035087719vw;
  line-height: 120%;
}
.footer-brand-name {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .footer-brand-name {
    font-size: 6.0913705584vw;
  }
}
.footer-brand-sign {
  max-width: 19.1228070175vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-brand-sign {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-brand-sign {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer-brand-sign {
    max-width: 91.3705583756vw;
  }
}
.footer-block {
  display: flex;
  justify-content: space-between;
  gap: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .footer-block {
    flex-direction: column;
    gap: 8.1218274112vw;
  }
}
.footer-contacts {
  max-width: 22.6900584795vw;
}
@media screen and (max-width: 1023px) {
  .footer-contacts {
    max-width: 100%;
  }
}
.footer-contacts-title {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-contacts-title {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-contacts-title {
    font-size: 4.0609137056vw;
  }
}
.footer-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 0.4678362573vw;
  margin-top: 1.4035087719vw;
}
@media screen and (max-width: 1023px) {
  .footer-contacts-list {
    gap: 3.0456852792vw;
    margin-top: 4.0609137056vw;
  }
}
.footer-contacts .item {
  display: flex;
  gap: 0.701754386vw;
}
@media screen and (max-width: 1023px) {
  .footer-contacts .item {
    gap: 3.0456852792vw;
  }
}
.footer-contacts .item-icon {
  display: flex;
  color: #888888;
  margin-top: 0.1754385965vw;
}
@media screen and (max-width: 1023px) {
  .footer-contacts .item-icon {
    margin-top: 1.0152284264vw;
  }
}
.footer-contacts .item-icon svg {
  flex-shrink: 0;
  width: 0.9356725146vw;
  height: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .footer-contacts .item-icon svg {
    width: 4.0609137056vw;
    height: 4.0609137056vw;
  }
}
.footer-contacts .item-text {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-contacts .item-text {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-contacts .item-text {
    font-size: 4.0609137056vw;
  }
}
.footer-contacts .item-text a {
  display: flex;
  align-items: center;
  gap: 0.701754386vw;
  transition: all 0.25s ease;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-contacts .item-text a {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-contacts .item-text a {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer-contacts .item-text a {
    gap: 3.0456852792vw;
  }
}
@media (hover: hover) {
  .footer-contacts .item-text a:hover {
    color: #ffffff;
  }
}
.footer-download {
  width: 21.0526315789vw;
}
@media screen and (max-width: 1023px) {
  .footer-download {
    width: 100%;
  }
}
.footer-bottom {
  display: flex;
  margin-top: 2.3391812865vw;
  padding-top: 2.3391812865vw;
  border-top: 1px solid rgba(0, 212, 255, 0.4);
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    flex-direction: column;
    gap: 6.0913705584vw;
    margin-top: 10.152284264vw;
    padding-top: 10.152284264vw;
  }
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 1.4035087719vw;
  flex-shrink: 0;
  width: 20.1169590643vw;
  margin-right: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .footer-info {
    width: 100%;
    margin-right: 0;
    gap: 6.0913705584vw;
  }
}
.footer-dev {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-dev {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-dev {
    font-size: 4.0609137056vw;
  }
}
.footer-dev a {
  transition: color 0.25s ease;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-dev a {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-dev a {
    font-size: 4.0609137056vw;
  }
}
@media (hover: hover) {
  .footer-dev a:hover {
    color: #ffffff;
  }
}
.footer-copy {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-copy {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-copy {
    font-size: 4.0609137056vw;
  }
}
.footer-policy {
  display: flex;
  flex-direction: column;
  gap: 1.1695906433vw;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .footer-policy {
    gap: 6.0913705584vw;
  }
}
.footer-policy li {
  list-style: none;
}
.footer-policy li a {
  transition: 0.25s ease;
  transition-property: text-decoration-color, color;
  text-underline-offset: 0.1754385965vw;
  text-decoration: underline;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.footer-policy li a {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-policy li a {
    font-size: 4.0609137056vw;
  }
}
@media (hover: hover) {
  .footer-policy li a:hover {
    color: #ffffff;
    text-decoration-color: transparent;
  }
}
.footer-text {
  width: 58.4795321637vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.footer-text {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .footer-text {
    font-size: 3.5532994924vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer-text {
    width: 100%;
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4035087719vw;
}
@media screen and (max-width: 1023px) {
  .grid {
    gap: 6.0913705584vw;
  }
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.card-consultant {
  display: flex;
  align-items: center;
  gap: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .card-consultant {
    align-items: center;
    flex-direction: column;
    padding: 4.0609137056vw;
    gap: 6.0913705584vw;
    border-radius: 4.0609137056vw;
  }
}
.card-consultant-img {
  flex-shrink: 0;
  display: flex;
  width: 9.3567251462vw;
  aspect-ratio: 1/1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .card-consultant-img {
    width: 45.6852791878vw;
  }
}
.card-consultant-img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.card-consultant-info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .card-consultant-info {
    align-items: center;
    text-align: center;
  }
}
.card-consultant-name {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.4035087719vw;
  line-height: 120%;
}
.card-consultant-name {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .card-consultant-name {
    font-size: 6.0913705584vw;
  }
}
.card-consultant-pos {
  margin-top: 0.4678362573vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.card-consultant-pos {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-consultant-pos {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-consultant-pos {
    margin-top: 2.0304568528vw;
  }
}
.card-consultant-contact {
  display: flex;
  align-items: flex-start;
  margin-top: 0.4678362573vw;
}
@media screen and (max-width: 1023px) {
  .card-consultant-contact {
    margin-top: 2.0304568528vw;
  }
}
.card-consultant-contact svg {
  flex-shrink: 0;
  width: 0.9356725146vw;
  height: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .card-consultant-contact svg {
    width: 4.0609137056vw;
    height: 4.0609137056vw;
  }
}
.card-consultant-contact a {
  display: flex;
  align-items: center;
  gap: 0.350877193vw;
  transition: all 0.25s ease;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.card-consultant-contact a {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-consultant-contact a {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-consultant-contact a {
    gap: 1.5228426396vw;
  }
}
@media (hover: hover) {
  .card-consultant-contact a:hover {
    color: #00D4FF;
  }
}
.card-advantages {
  background: rgba(10, 10, 10, 0.6);
  padding: 1.8713450292vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .card-advantages {
    padding: 6.0913705584vw;
    border-radius: 4.0609137056vw;
  }
}
.card-advantages-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card-advantages-icon img {
  width: 1.8713450292vw;
  height: 1.8713450292vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .card-advantages-icon img {
    width: 8.1218274112vw;
    height: 8.1218274112vw;
  }
}
.card-advantages-content {
  margin-top: 0.8187134503vw;
}
@media screen and (max-width: 1023px) {
  .card-advantages-content {
    margin-top: 3.5532994924vw;
  }
}
.card-advantages-content h3 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.1695906433vw;
  line-height: 120%;
}
.card-advantages-content h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .card-advantages-content h3 {
    font-size: 7.3604060914vw;
  }
}
.card-advantages-content p {
  margin-top: 0.8187134503vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.card-advantages-content p {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-advantages-content p {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-advantages-content p {
    margin-top: 3.5532994924vw;
  }
}
.card-version {
  background: rgba(10, 10, 10, 0.6);
  border-radius: 0.9356725146vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1023px) {
  .card-version {
    border-radius: 4.0609137056vw;
  }
}
.card-version-head {
  background: linear-gradient(135deg, rgba(16, 24, 40, 0.2) 0%, rgba(21, 93, 252, 0.2) 100%);
  padding: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .card-version-head {
    padding: 4.0609137056vw;
  }
}
.card-version-head p {
  margin-top: 0.9356725146vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.0526315789vw;
  line-height: 160%;
}
.card-version-head p {
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1023px) {
  .card-version-head p {
    font-size: 4.5685279188vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-version-head p {
    margin-top: 3.0456852792vw;
  }
}
.card-version-block {
  display: flex;
  align-items: center;
}
.card-version-icon {
  flex-shrink: 0;
  margin-right: 0.701754386vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .card-version-icon {
    margin-right: 3.0456852792vw;
  }
}
.card-version-icon img {
  flex-shrink: 0;
  width: 2.3391812865vw;
  height: 2.3391812865vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .card-version-icon img {
    width: 10.152284264vw;
    height: 10.152284264vw;
  }
}
.card-version-name h3 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.7543859649vw;
  line-height: 120%;
}
.card-version-name h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .card-version-name h3 {
    font-size: 6.0913705584vw;
  }
}
.card-version-name span {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.card-version-name span {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-version-name span {
    font-size: 4.0609137056vw;
  }
}
.card-version-body {
  padding: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .card-version-body {
    padding: 4.0609137056vw;
  }
}
.card-version-list {
  padding: 0;
  margin: 0;
}
.card-version-list li {
  list-style: none;
}
.card-version-list .item {
  display: flex;
}
.card-version-list .item:nth-child(n+2) {
  margin-top: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .card-version-list .item:nth-child(n+2) {
    margin-top: 4.0609137056vw;
  }
}
.card-version-list .item-icon {
  flex-shrink: 0;
  margin-top: 0.2339181287vw;
  margin-right: 0.701754386vw;
}
@media screen and (max-width: 1023px) {
  .card-version-list .item-icon {
    margin-top: 1.0152284264vw;
    margin-right: 3.0456852792vw;
  }
}
.card-version-list .item-icon svg {
  width: 1.1695906433vw;
  height: 1.1695906433vw;
}
@media screen and (max-width: 1023px) {
  .card-version-list .item-icon svg {
    width: 5.076142132vw;
    height: 5.076142132vw;
  }
}
.card-version-list .item-content h4 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.card-version-list .item-content h4 {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-version-list .item-content h4 {
    font-size: 4.0609137056vw;
  }
}
.card-version-list .item-content p {
  margin-top: 0.2339181287vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.card-version-list .item-content p {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-version-list .item-content p {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-version-list .item-content p {
    margin-top: 1.0152284264vw;
  }
}
.card-version-advantages {
  background: rgba(26, 26, 26, 0.6);
  margin-top: 1.8713450292vw;
  padding: 0.9356725146vw;
  border-radius: 0.2339181287vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.card-version-advantages {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-version-advantages {
    font-size: 3.5532994924vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-version-advantages {
    margin-top: 6.0913705584vw;
    padding: 3.0456852792vw;
    border-radius: 1.0152284264vw;
  }
}
.card-model {
  background: rgba(10, 10, 10, 0.6);
  padding: 0.9356725146vw;
  border-radius: 0.9356725146vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1023px) {
  .card-model {
    padding: 5.076142132vw;
    border-radius: 4.0609137056vw;
  }
}
.card-model-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(16, 24, 40, 0.2) 0%, rgba(21, 93, 252, 0.2) 100%);
  padding: 0.9356725146vw 1.8713450292vw;
  border-radius: 0.5847953216vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1023px) {
  .card-model-img {
    padding: 3.0456852792vw 4.0609137056vw;
    border-radius: 2.538071066vw;
  }
}
.card-model-img img {
  width: 100%;
  aspect-ratio: 3/2.4;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-model-block {
  text-align: center;
  margin-top: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .card-model-block {
    margin-top: 4.0609137056vw;
  }
}
.card-model-block h3 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.4035087719vw;
  line-height: 120%;
}
.card-model-block h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .card-model-block h3 {
    font-size: 6.0913705584vw;
  }
}
.card-model-block p {
  margin-top: 0.4678362573vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.card-model-block p {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-model-block p {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-model-block p {
    margin-top: 2.0304568528vw;
  }
}
.card-model-characteristic {
  margin-top: 0.9356725146vw;
  padding-top: 0.9356725146vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1023px) {
  .card-model-characteristic {
    margin-top: 4.0609137056vw;
    padding-top: 4.0609137056vw;
  }
}
.card-model-characteristic dl .item {
  display: flex;
  justify-content: space-between;
  gap: 0.4678362573vw;
}
@media screen and (max-width: 1023px) {
  .card-model-characteristic dl .item {
    gap: 4.0609137056vw;
  }
}
.card-model-characteristic dl .item:nth-child(n+2) {
  margin-top: 0.4678362573vw;
}
@media screen and (max-width: 1023px) {
  .card-model-characteristic dl .item:nth-child(n+2) {
    margin-top: 2.0304568528vw;
  }
}
.card-model-characteristic dl dt {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.card-model-characteristic dl dt {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-model-characteristic dl dt {
    font-size: 3.5532994924vw;
  }
}
.card-model-characteristic dl dd {
  align-items: flex-end;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.card-model-characteristic dl dd {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .card-model-characteristic dl dd {
    font-size: 3.5532994924vw;
  }
}
.card-technologies {
  display: flex;
  gap: 3.2748538012vw;
  background: rgba(10, 10, 10, 0.6);
  padding: 2.8070175439vw 2.8070175439vw 2.3391812865vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1023px) {
  .card-technologies {
    flex-direction: column;
    gap: 6.0913705584vw;
    padding: 6.0913705584vw 4.0609137056vw 5.076142132vw;
    border-radius: 4.0609137056vw;
  }
}
.card-technologies-img {
  flex-shrink: 0;
  width: 20.8187134503vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1023px) {
  .card-technologies-img {
    width: 100%;
  }
}
.card-technologies-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .card-technologies-img img {
    border-radius: 4.0609137056vw;
  }
}
.card-technologies-head {
  display: flex;
  gap: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .card-technologies-head {
    gap: 4.0609137056vw;
  }
}
.card-technologies-head h3 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.7543859649vw;
  line-height: 120%;
}
.card-technologies-head h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .card-technologies-head h3 {
    font-size: 6.0913705584vw;
  }
}
.card-technologies-icon {
  flex-shrink: 0;
  width: 2.3391812865vw;
  height: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .card-technologies-icon {
    width: 10.152284264vw;
    height: 10.152284264vw;
  }
}
.card-technologies-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-technologies-sign {
  margin-top: 1.4035087719vw;
  color: #00D4FF;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.0526315789vw;
  line-height: 160%;
}
.card-technologies-sign {
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1023px) {
  .card-technologies-sign {
    font-size: 4.5685279188vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-technologies-sign {
    margin-top: 5.076142132vw;
  }
}
.card-technologies-text {
  margin-top: 1.4035087719vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.0526315789vw;
  line-height: 160%;
}
.card-technologies-text {
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1023px) {
  .card-technologies-text {
    font-size: 4.5685279188vw;
  }
}
@media screen and (max-width: 1023px) {
  .card-technologies-text {
    margin-top: 5.076142132vw;
  }
}

.first {
  position: relative;
  width: 100%;
}
.first .container {
  position: relative;
  z-index: 3;
}
.first-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 54.9707602339vw;
  min-height: 42.1052631579vw;
  max-height: 100vh;
}
@media screen and (max-width: 1023px) {
  .first-wrapper {
    height: auto;
    max-height: none;
    padding-top: 25.3807106599vw;
    padding-bottom: 16.2436548223vw;
  }
}
.first-block h1 {
  max-width: 39.7660818713vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 4.3274853801vw;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  .first-block h1 {
    font-size: 12.1827411168vw;
  }
}
@media screen and (max-width: 1023px) {
  .first-block h1 {
    max-width: 100%;
  }
}
.first-block h1 span {
  color: #00D4FF;
}
.first-block p {
  margin-top: 1.0526315789vw;
  max-width: 37.4269005848vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.2865497076vw;
  line-height: 120%;
}
.first-block p {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .first-block p {
    font-size: 5.5837563452vw;
  }
}
@media screen and (max-width: 1023px) {
  .first-block p {
    max-width: 100%;
    margin-top: 4.0609137056vw;
  }
}
.first-tabs {
  width: 36.2573099415vw;
  margin-top: 2.8070175439vw;
}
@media screen and (max-width: 1023px) {
  .first-tabs {
    width: 100%;
    margin-top: 8.1218274112vw;
  }
}
.first-btns {
  display: flex;
  flex-direction: column;
  margin-top: 2.8070175439vw;
}
@media screen and (max-width: 1023px) {
  .first-btns {
    width: 100%;
    margin-top: 10.152284264vw;
  }
}
.first-btn {
  width: 36.2573099415vw;
}
@media screen and (max-width: 1023px) {
  .first-btn {
    width: 100%;
  }
}
.first-download {
  width: 21.0526315789vw;
  margin-top: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .first-download {
    width: 100%;
    margin-top: 6.0913705584vw;
  }
}
.first-imgs {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .first-imgs {
    position: static;
    margin-top: 6.0913705584vw;
  }
}
.first-img {
  display: flex;
  width: 54.9707602339vw;
  height: 44.4444444444vw;
}
@media screen and (max-width: 1023px) {
  .first-img {
    width: 100%;
    height: auto;
  }
}
.first-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-offer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-offer-form {
  margin-top: 2.8070175439vw;
}
@media screen and (max-width: 1023px) {
  .section-offer-form {
    margin-top: 10.152284264vw;
  }
}
.section-offer-form .form {
  width: 43.6257309942vw;
}
@media screen and (max-width: 1023px) {
  .section-offer-form .form {
    width: 100%;
  }
}
.section-offer-contacts {
  width: 100%;
  margin-top: 2.3391812865vw;
}
@media screen and (max-width: 1023px) {
  .section-offer-contacts {
    margin-top: 8.1218274112vw;
  }
}

.consultant-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(16, 24, 40, 0.2) 0%, rgba(21, 93, 252, 0.2) 100%);
  padding: 2.3391812865vw 3.0409356725vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .consultant-block {
    padding: 5.076142132vw;
    border-radius: 4.0609137056vw;
  }
}
.consultant-block-title {
  text-align: center;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.2865497076vw;
  line-height: 120%;
}
.consultant-block-title {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .consultant-block-title {
    font-size: 5.5837563452vw;
  }
}
.consultant-block-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8713450292vw 9.3567251462vw;
  margin-top: 1.4035087719vw;
}
@media screen and (max-width: 1023px) {
  .consultant-block-items {
    flex-direction: column;
    gap: 10.152284264vw;
    margin-top: 6.0913705584vw;
  }
}

.advantages-wrapper:nth-child(n+2) {
  margin-top: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .advantages-wrapper:nth-child(n+2) {
    margin-top: 16.2436548223vw;
  }
}
.advantages-head-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .advantages-head-block {
    flex-wrap: wrap;
    gap: 3.0456852792vw;
  }
}
.advantages-head-rect {
  flex-shrink: 0;
  background: linear-gradient(90deg, #00D4FF 0%, rgba(0, 212, 255, 0.5) 100%);
  height: 0.2339181287vw;
  width: 2.8070175439vw;
  border-radius: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .advantages-head-rect {
    height: 1.0152284264vw;
    width: 7.614213198vw;
    border-radius: 4.0609137056vw;
  }
}
.advantages-head h3 {
  margin: 0 0.701754386vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.7543859649vw;
  line-height: 120%;
}
.advantages-head h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .advantages-head h3 {
    font-size: 6.0913705584vw;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-head h3 {
    max-width: calc(100% - 12.1827411168vw);
    margin: 0;
  }
}
.advantages-head-sign {
  flex-shrink: 0;
  background: rgba(0, 212, 255, 0.2);
  height: 1.7543859649vw;
  margin-top: 0.1169590643vw;
  padding: 0.2923976608vw 0.9941520468vw;
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 50px;
  color: #00D4FF;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.8187134503vw;
  line-height: 160%;
}
.advantages-head-sign {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .advantages-head-sign {
    font-size: 3.5532994924vw;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-head-sign {
    display: inline-block;
    height: 7.614213198vw;
    margin-top: 0;
    padding: 1.269035533vw 4.3147208122vw;
  }
}
.advantages-head-sign {
  line-height: 120%;
}
.advantages-head-text {
  margin-top: 0.4678362573vw;
}
@media screen and (max-width: 1023px) {
  .advantages-head-text {
    margin-top: 2.0304568528vw;
  }
}
.advantages-head-text p {
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.1695906433vw;
  line-height: 140%;
}
.advantages-head-text p {
  letter-spacing: -0.45px;
}
@media screen and (max-width: 1023px) {
  .advantages-head-text p {
    font-size: 4.5685279188vw;
  }
}
.advantages-list {
  margin-top: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .advantages-list {
    margin-top: 6.0913705584vw;
  }
}
.advantages-quote {
  text-align: center;
  margin-top: 2.8070175439vw;
  padding: 1.6374269006vw;
  border-radius: 0.9356725146vw;
  border: 1px solid rgba(0, 212, 255, 0.56);
}
@media screen and (max-width: 1023px) {
  .advantages-quote {
    margin-top: 8.1218274112vw;
    padding: 6.0913705584vw;
    border-radius: 4.0609137056vw;
  }
}
.advantages-quote h3 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.7543859649vw;
  line-height: 120%;
}
.advantages-quote h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .advantages-quote h3 {
    font-size: 6.0913705584vw;
  }
}
.advantages-quote p {
  margin-top: 1.4035087719vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.0526315789vw;
  line-height: 160%;
}
.advantages-quote p {
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1023px) {
  .advantages-quote p {
    font-size: 4.5685279188vw;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-quote p {
    margin-top: 4.0609137056vw;
  }
}
.advantages-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 2.8070175439vw;
}
@media screen and (max-width: 1023px) {
  .advantages-info {
    margin-top: 12.1827411168vw;
  }
}
.advantages-info h3 {
  max-width: 44.7368421053vw;
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.7543859649vw;
  line-height: 120%;
}
.advantages-info h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .advantages-info h3 {
    font-size: 6.0913705584vw;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-info h3 {
    max-width: 100%;
  }
}
.advantages-info p {
  max-width: 39.298245614vw;
  margin-top: 1.4035087719vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 1.0526315789vw;
  line-height: 160%;
}
.advantages-info p {
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1023px) {
  .advantages-info p {
    font-size: 4.5685279188vw;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-info p {
    max-width: 100%;
    margin-top: 6.0913705584vw;
  }
}

.versions-items {
  margin-top: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .versions-items {
    margin-top: 8.1218274112vw;
  }
}
.versions-bottom {
  margin-top: 2.8070175439vw;
}
@media screen and (max-width: 1023px) {
  .versions-bottom {
    margin-top: 8.1218274112vw;
  }
}
.versions-bottom-btn {
  display: flex;
  justify-content: center;
}
.versions-bottom-btn .button {
  width: 28.6549707602vw;
}
@media screen and (max-width: 1023px) {
  .versions-bottom-btn .button {
    width: 100%;
  }
}

.models-items {
  margin-top: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .models-items {
    margin-top: 8.1218274112vw;
  }
}
.models-bottom {
  margin-top: 2.8070175439vw;
}
@media screen and (max-width: 1023px) {
  .models-bottom {
    margin-top: 8.1218274112vw;
  }
}
.models-bottom-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(16, 24, 40, 0.2) 0%, rgba(21, 93, 252, 0.2) 100%);
  padding: 1.8713450292vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .models-bottom-block {
    padding: 6.0913705584vw;
    border-radius: 4.0609137056vw;
  }
}
.models-bottom-block h3 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.4035087719vw;
  line-height: 120%;
}
.models-bottom-block h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .models-bottom-block h3 {
    font-size: 6.0913705584vw;
  }
}
.models-bottom-block p {
  margin-top: 0.4678362573vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.models-bottom-block p {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .models-bottom-block p {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .models-bottom-block p {
    margin-top: 2.0304568528vw;
  }
}
.models-bottom-block .button {
  width: 28.6549707602vw;
  margin-top: 1.1695906433vw;
}
@media screen and (max-width: 1023px) {
  .models-bottom-block .button {
    width: 100%;
    margin-top: 5.076142132vw;
  }
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #0A0A0A;
  padding: 2.5730994152vw 2.8070175439vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1023px) {
  .form {
    padding: 4.0609137056vw 4.0609137056vw;
    border-radius: 4.0609137056vw;
  }
}
.form .line {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4035087719vw;
}
@media screen and (max-width: 1023px) {
  .form .line {
    gap: 4.0609137056vw;
  }
}
.form .line:nth-child(n+2) {
  margin-top: 1.4035087719vw;
}
@media screen and (max-width: 1023px) {
  .form .line:nth-child(n+2) {
    margin-top: 4.0609137056vw;
  }
}
.form .line-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .form .line-2 {
    grid-template-columns: 1fr;
  }
}
.form .line-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .form .line-3 {
    grid-template-columns: 1fr;
  }
}
.form .error-text {
  display: none;
  margin-top: 0.9356725146vw;
  color: #FF0000;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.form .error-text {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .form .error-text {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .form .error-text {
    margin-top: 4.0609137056vw;
  }
}
.form .error-text.error {
  display: block;
}
.form .error-text.done {
  display: none;
}
.form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .form-bottom {
    margin-top: 6.0913705584vw;
  }
}
.form-bottom .button {
  max-width: 28.6549707602vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .form-bottom .button {
    max-width: 100%;
  }
}
.form-policy {
  max-width: 28.6549707602vw;
  width: 100%;
  margin-bottom: 1.1695906433vw;
}
@media screen and (max-width: 1023px) {
  .form-policy {
    max-width: 100%;
    margin-bottom: 5.076142132vw;
  }
}
.form-success {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.701754386vw;
  background: linear-gradient(180deg, rgba(3, 47, 99, 0.1) 10.84%, rgba(5, 31, 61, 0.2) 83.41%);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 24px 64px 0 rgba(13, 53, 44, 0.08), inset 0 16px 40px 0 rgba(13, 53, 44, 0.07), inset 0 -24px 40px 0 rgba(13, 53, 44, 0.06);
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .form-success {
    gap: 3.0456852792vw;
    border-radius: 1.0152284264vw;
  }
}
.form-success.active {
  opacity: 1;
  pointer-events: all;
}
.form-success h4 {
  color: #ffffff;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 1.4035087719vw;
  line-height: 120%;
}
.form-success h4 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .form-success h4 {
    font-size: 6.0913705584vw;
  }
}
.form-success svg {
  color: #ffffff;
  width: 1.8713450292vw;
  height: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .form-success svg {
    width: 8.1218274112vw;
    height: 8.1218274112vw;
  }
}
.form-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(3, 47, 99, 0.1) 10.84%, rgba(5, 31, 61, 0.2) 83.41%);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9356725146vw;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 24px 64px 0 rgba(13, 53, 44, 0.08), inset 0 16px 40px 0 rgba(13, 53, 44, 0.07), inset 0 -24px 40px 0 rgba(13, 53, 44, 0.06);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .form-loader {
    gap: 3.0456852792vw;
    border-radius: 1.0152284264vw;
  }
}
.form-loader.active {
  opacity: 1;
  pointer-events: all;
}
.form-loader svg {
  width: 1.8713450292vw;
  height: 1.8713450292vw;
}
@media screen and (max-width: 1023px) {
  .form-loader svg {
    width: 8.1218274112vw;
    height: 8.1218274112vw;
  }
}

.section-img-block {
  overflow: hidden;
  position: relative;
  padding-top: 7.0175438596vw;
  background: #101828;
}
.section-img-block:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-img-block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.technologies-wrapper {
  display: flex;
  flex-direction: column;
}
.technologies-slider {
  width: 100%;
  max-width: 59.8830409357vw;
  margin-top: 3.7426900585vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .technologies-slider {
    max-width: 100%;
    margin-top: 10.152284264vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.technologies-info {
  width: 100%;
  max-width: 59.8830409357vw;
  margin-top: 2.8070175439vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .technologies-info {
    max-width: 100%;
    margin-top: 12.1827411168vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.technologies-info .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0A0A0A;
  padding: 1.4035087719vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8187134503vw;
}
@media screen and (max-width: 1023px) {
  .technologies-info .item {
    padding: 6.0913705584vw;
    border-radius: 3.5532994924vw;
  }
}
.technologies-info .item h3 {
  color: #00D4FF;
  font-family: "PTSans", sans-serif;
  font-weight: 700;
  font-size: 2.1052631579vw;
  line-height: 120%;
}
.technologies-info .item h3 {
  letter-spacing: 0.07px;
}
@media screen and (max-width: 1023px) {
  .technologies-info .item h3 {
    font-size: 7.1065989848vw;
  }
}
.technologies-info .item p {
  margin-top: 0.4678362573vw;
  color: #888888;
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-size: 0.9356725146vw;
  line-height: 140%;
}
.technologies-info .item p {
  letter-spacing: -0.31px;
}
@media screen and (max-width: 1023px) {
  .technologies-info .item p {
    font-size: 4.0609137056vw;
  }
}
@media screen and (max-width: 1023px) {
  .technologies-info .item p {
    margin-top: 2.0304568528vw;
  }
}

.slider .swiper {
  padding: 2px 0;
}
@media screen and (max-width: 1023px) {
  .slider .swiper {
    width: 100vw;
    margin-left: -6.0913705584vw;
    padding: 0 6.0913705584vw;
  }
}
.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 0.9356725146vw;
}
@media screen and (max-width: 1023px) {
  .slider-nav {
    margin-top: 4.0609137056vw;
  }
}
.slider-nav-block {
  display: flex;
  align-items: center;
}
.slider-btn-next {
  margin-left: auto;
}
.slider-btn-prev {
  margin-right: auto;
}
.slider-pagintaion {
  display: flex;
}
.slider-pagintaion .swiper-pagination-bullet {
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  width: 0.4678362573vw;
  height: 0.4678362573vw;
  opacity: 1;
  transition: background, width 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .slider-pagintaion .swiper-pagination-bullet {
    width: 2.0304568528vw;
    height: 2.0304568528vw;
  }
}
.slider-pagintaion .swiper-pagination-bullet-active {
  background: #00D4FF;
  width: 1.8713450292vw;
  border-radius: 50px;
}
@media screen and (max-width: 1023px) {
  .slider-pagintaion .swiper-pagination-bullet-active {
    width: 8.1218274112vw;
  }
}