* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "sofia pro", sans-serif;
}

a {
  text-decoration: none;
}

a, button {
  transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
}

input:focus {
  outline: none;
  border: none;
}
input:active {
  outline: none;
  border: none;
}
input::-moz-placeholder {
  font-size: 20px;
  line-height: 20px;
  font-family: "sofia pro", sans-serif;
  color: #868FA2;
}
input::placeholder {
  font-size: 20px;
  line-height: 20px;
  font-family: "sofia pro", sans-serif;
  color: #868FA2;
}

@font-face {
  font-family: "sofia pro";
  src: url("./fonts/SofiaProRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sofia pro";
  src: url("./fonts/SofiaProSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sofia pro";
  src: url("./fonts/SofiaProBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sofia pro";
  src: url("./fonts/SofiaProBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  opacity: 0;
  transition: all 1s ease-in;
}

.preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #050C1E;
  overflow: hidden;
}

.container {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.header {
  padding-top: 50px;
}

.bg-group {
  width: 1300px;
  height: 1324px;
  position: absolute;
  right: -490px;
  top: -365px;
  z-index: 1;
  background-image: url("../../images/bg-group2.png");
  background-size: contain;
  background-position: top center;
  pointer-events: none;
}

.main {
  display: flex;
  position: relative;
}
.main__content {
  width: calc(100% - 370px);
  padding-right: 185px;
  box-sizing: border-box;
  position: relative;
}
.main__phone {
  width: 300px;
  position: relative;
  z-index: 2;
}

.phone-wrap {
  position: relative;
  z-index: 2;
}

.video-style {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.phone-style {
  width: 100%;
  height: 612px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-image {
  width: 94%;
  height: 97%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.robot-hand {
  width: 596px;
  height: 220px;
  position: absolute;
  right: -212px;
  bottom: -280px;
  z-index: 2;
}

.titles-group {
  padding-top: 124px;
}
.titles-group__title {
  font-size: 90px;
  line-height: 105px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
}
.titles-group__subtitle {
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}

.main-description {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: -0.3px;
  margin-top: 9px;
  margin-bottom: 23px;
  color: #fff;
}

.form.hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tooltip {
  width: 180px;
  height: 30px;
  font-size: 14px;
  line-height: 15px;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: auto;
  z-index: 2;
}
.tooltip__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tooltip.active {
  visibility: visible;
  opacity: 1;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 2;
  margin: auto;
}

.input-box .error__error {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.input-box {
  width: 100%;
  position: relative;
  z-index: 2;
}
.input-box.error {
  margin-bottom: 55px;
}
.input-box.error > input {
  border-color: #ff4949;
}
.input-box.error .input-error {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.input-box.success > input {
  border-color: #25cc3b;
}
.input-box img, .input-box svg {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  pointer-events: none;
}
.input-box input {
  width: 100%;
  padding: 24px 30px 22px 65px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 110px;
  display: block;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  font-family: "sofia pro", sans-serif;
  color: #fff;
}
.input-box input:focus {
  border-color: #fff;
}
.input-box input:active {
  border-color: #fff;
}

.input-error {
  width: 210px;
  height: 45px;
  position: absolute;
  left: 50px;
  top: 69px;
  z-index: 3;
  background-image: url("../images/error.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  color: #ff4949;
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 7px;
  padding-left: 10px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.svg-focus path {
  fill: #fff;
}

.main-submit {
  width: 100%;
  background-color: #fff;
  border-radius: 110px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #050C1E;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px;
}
.main-submit:hover {
  background-color: #cfcece;
}

.input-group {
  margin-top: 32px;
  margin-bottom: 32px;
}

.or-element {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 14px;
  text-transform: uppercase;
  color: #868FA2;
}

.hr-line {
  width: 90%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 30px auto 0 auto;
  display: none;
}

.success-block {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.success-block__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 15px;
  background: #FFFFFF;
  opacity: 0.1;
  -webkit-backdrop-filter: blur(52px);
          backdrop-filter: blur(52px);
}
.success-block__image {
  padding-right: 15px;
  position: relative;
  z-index: 3;
}
.success-block__message {
  width: calc(100% - 100px);
  position: relative;
  z-index: 3;
}
.success-block.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.success-title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: #fff;
}

.success-subtitle {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
}

.call-to-action {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -1px;
  color: #868FA2;
  margin-top: 26px;
  margin-bottom: 10px;
}

.copy-block {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 110px;
  padding: 20px 27px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.copy-block__button {
  background-color: #3D74FF;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.copy-block__button.copied {
  background-color: #27C451;
}

.link-style {
  width: 320px;
  height: 15px;
  overflow: hidden;
  display: block;
}

.device-block {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 25px;
}

.radio-group {
  display: flex;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 110px;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}

.substrate-bg {
  width: 150px;
  height: calc(100% + 3px);
  background-color: #3D74FF;
  border-radius: 110px;
  position: absolute;
  left: -2px;
  top: -2px;
  transition: all 0.2s ease-in;
}
.substrate-bg.left {
  left: -2px;
}
.substrate-bg.right {
  left: 155px;
}

.radio-box {
  position: relative;
  z-index: 2;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 51px;
}
.radio-box > label {
  cursor: pointer;
}
.radio-box:last-child {
  margin-right: 0;
}

.checkbox-class-customizer, .radio-class-customizer {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-class-customizer label, .radio-class-customizer label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.blue-color.checkbox-class-customizer + label::before, .blue-color.radio-class-customizer + label::before {
  border-color: #4285F4;
}

.orange-color.checkbox-class-customizer + label::before, .orange-color.radio-class-customizer + label::before {
  border-color: #ca563f;
}

.green-color.checkbox-class-customizer + label::before, .green-color.radio-class-customizer + label::before {
  border-color: #00a046;
}

.checkbox-class-customizer + label::before, .radio-class-customizer + label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.checkbox-class-customizer + label::before {
  border-radius: 4px;
}

.radio-class-customizer + label::before {
  border-radius: 50%;
}

.checkbox-class-customizer:checked + label::after, .radio-class-customizer:checked + label::after {
  background-image: url("../../images/nice.svg");
}

.checkbox-class-customizer:checked + label::before, .radio-class-customizer:checked + label::before {
  background-color: #fff;
}

.checkbox-class-customizer + label::after, .radio-class-customizer + label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  position: absolute;
  left: 7px;
  top: 6px;
  background-repeat: no-repeat;
}

.checkbox-class-customizer + label::after {
  border-radius: 2px;
}

.radio-class-customizer + label::after {
  border-radius: 50%;
}

.user-rank {
  background-color: #fff;
  padding: 3px 10px;
  color: #3D74FF;
  border-radius: 5px;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
}

@media screen and (min-width: 1366px) and (max-height: 1024px) {
  .titles-group {
    padding-top: 80px;
  }
  .titles-group__title {
    font-size: 80px;
    line-height: 90px;
  }
  .titles-group__subtitle {
    font-size: 70px;
    line-height: 80px;
  }
  .main-description {
    font-size: 24px;
    line-height: 36px;
  }
  .input-group {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .input-box input {
    padding: 20px 30px 18px 30px;
  }
  .input-box .error {
    margin-bottom: 48px;
  }
  .input-error {
    top: 53px;
  }
  .phone-style {
    width: 270px;
    height: 550px;
    background-size: contain;
  }
  .animation-image {
    width: 93%;
    height: 97%;
  }
}
@media screen and (min-width: 1366px) and (max-height: 790px) {
  .titles-group {
    padding-top: 30px;
  }
  .titles-group__title {
    font-size: 62px;
    line-height: 72px;
  }
  .titles-group__subtitle {
    font-size: 52px;
    line-height: 62px;
  }
  .main-description {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .main__content {
    padding-right: 120px;
  }
  .titles-group__title {
    font-size: 80px;
    line-height: 90px;
  }
  .titles-group__subtitle {
    font-size: 70px;
    line-height: 80px;
  }
  .main-description {
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .main__content {
    width: calc(100% - 300px);
    padding-right: 80px;
  }
  .titles-group__title {
    font-size: 65px;
    line-height: 75px;
  }
  .titles-group__subtitle {
    font-size: 55px;
    line-height: 65px;
  }
  .link-style {
    width: 260px;
  }
}
@media screen and (max-width: 950px) {
  .input-group {
    flex-direction: column;
  }
  .or-element {
    width: 100%;
    text-align: center;
    margin: 11px 0;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .hr-line {
    display: block;
  }
}
@media screen and (max-width: 875px) {
  .main__content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    background-position: top center;
  }
  .header {
    padding-top: 16px;
  }
  .titles-group {
    padding-top: 58px;
  }
  .bg-group {
    display: none;
  }
  .robot-hand {
    right: -85px;
  }
  .main {
    flex-direction: column;
  }
  .main__content {
    width: 100%;
    padding-right: 0;
  }
  .main__phone {
    padding-top: 50px;
    padding-bottom: 102px;
    width: 100%;
  }
  .main__phone img {
    display: block;
    margin: 0 auto;
  }
  .main__phone img.hand-image {
    margin-top: 80px;
  }
  .titles-group__title, .titles-group__subtitle {
    font-size: 48px;
    line-height: 48px;
  }
  .titles-group__subtitle {
    margin-top: 10px;
  }
  .main-description {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 19px;
  }
  .pc-block {
    display: none;
  }
  .input-box input {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 30px 16px 30px;
  }
  .input-box input::-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .input-box input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .main-submit {
    font-size: 18px;
    line-height: 18px;
    padding: 19px;
  }
  .phone-style {
    width: 300px;
    margin: 0 auto;
  }
  .input-error {
    top: 45px;
  }
  .radio-group {
    padding: 13px 16px;
  }
  .radio-box > label {
    font-size: 16px;
    line-height: 18px;
  }
  .substrate-bg {
    width: 133px;
  }
  .substrate-bg.right {
    left: 130px;
  }
}
@media screen and (max-width: 375px) {
  .device-block {
    flex-direction: column;
  }
  .device-block__caption {
    margin-bottom: 10px;
  }
  .radio-group {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .success-block {
    padding: 30px 20px;
    flex-direction: column;
  }
  .success-block__image, .success-block__message {
    width: 100%;
  }
  .success-block__image {
    display: flex;
    justify-content: center;
  }
  .success-title, .success-subtitle, .call-to-action {
    text-align: center;
  }
  .success-title {
    font-size: 24px;
    line-height: 38px;
  }
  .link-style {
    width: 200px;
  }
  .robot-hand {
    right: -175px;
  }
}
@keyframes showing {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rendering {
  from {
    opacity: 0;
    filter: blur(40px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}
@keyframes showind-rendering {
  from {
    opacity: 0;
    filter: blur(40px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.animation-step-1 {
  animation: showing 1500ms forwards ease-in-out;
}

.animation-step-2 {
  animation: showing 2000ms forwards ease-in-out;
}

.animation-step-3 {
  animation: showing 2500ms forwards ease-in-out;
}

.animation-step-4 {
  animation: showing 3000ms forwards ease-in-out;
}

.animation-step-5 {
  animation: showing 3500ms forwards ease-in-out;
}

.animation-step-6 {
  animation: showing 4000ms forwards ease-in-out;
}

.animation-step-7 {
  animation: showing 4500ms forwards ease-in-out;
}

.animation-step-8 {
  animation: rendering 3000ms forwards ease-in;
}

.animation-step-9 {
  animation: showind-rendering 3500ms forwards ease-in;
}/*# sourceMappingURL=style.css.map */