@font-face {
  font-family: 'Tactic Sans';
  font-weight: 400;
  src: local("TacticSans-Bld"), url("/fonts/TacticSans-Bld.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: local("Montserrat-Regular"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); }

/* Geometria */
@font-face {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Geometria/Geometria.eot");
  /* IE9 Compat Modes */
  src: local("Geometria"), local("Geometria"), url("/fonts/Geometria/Geometria.eot?#iefix") format("embedded-opentype"), url("/fonts/Geometria/Geometria.woff") format("woff"), url("/fonts/Geometria/Geometria.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/* Geometria-Medium */
@font-face {
  font-family: 'Geometria-Medium';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Geometria/Geometria-Medium.eot");
  /* IE9 Compat Modes */
  src: local("Geometria-Medium"), local("Geometria-Medium"), url("/fonts/Geometria/Geometria-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Geometria/Geometria-Medium.woff") format("woff"), url("/fonts/Geometria/Geometria-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/* Geometria-Bold */
@font-face {
  font-family: 'Geometria-Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Geometria/Geometria-Bold.eot");
  /* IE9 Compat Modes */
  src: local("Geometria-Bold"), local("Geometria-Bold"), url("/fonts/Geometria/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Geometria/Geometria-Bold.woff") format("woff"), url("/fonts/Geometria/Geometria-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/* Geometria-ExtraBold */
@font-face {
  font-family: 'Geometria-ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Geometria/Geometria-ExtraBold.eot");
  /* IE9 Compat Modes */
  src: local("Geometria-ExtraBold"), local("Geometria-ExtraBold"), url("/fonts/Geometria/Geometria-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Geometria/Geometria-ExtraBold.woff") format("woff"), url("/fonts/Geometria/Geometria-ExtraBold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/** BASE**/
html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  flex-direction: column;
  font-family: "Geometria";
  color: #323337; }
  body.no-scroll {
    height: 100%;
    overflow: hidden; }

.container {
  max-width: 1290px;
  padding: 0 45px;
  margin: auto; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 15px; } }
  .container_flex {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 1023px) {
      .container_flex {
        flex-direction: column; } }

.bordered {
  border-bottom: 2px dashed #979797; }

.title {
  font-family: "Tactic Sans";
  font-weight: "Geometria-Medium"; }

.slick-slide:focus {
  outline: none; }

.bounce {
  animation-name: bounce;
  animation-timing-function: ease; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

/** COMPONENTS **/
header {
  position: fixed;
  width: 100%;
  z-index: 1; }

.header {
  box-sizing: content-box;
  user-select: none;
  display: flex;
  justify-content: space-between;
  padding: 20px 45px;
  height: 30px;
  align-items: center; }
  @media (max-width: 1023px) {
    .header {
      padding: 20px 15px; } }
  .header.active {
    background: linear-gradient(90deg, #2a2aff 4%, #5a5afe 100%); }
    @media (max-width: 1023px) {
      .header.active {
        background: #5a5afe; } }

.logo {
  display: inline-flex; }
  @media (max-width: 479px) {
    .logo {
      width: 167px; }
      .logo svg {
        width: 100%; } }

.menu-list {
  margin: 0;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 1023px) {
    .menu-list {
      display: none;
      flex-direction: column;
      position: fixed;
      left: 0;
      top: 0;
      background: linear-gradient(180deg, #2a2aff 4%, #5a5afe 100%);
      width: 100%;
      height: 100%;
      justify-content: flex-start;
      padding-top: 97px;
      align-items: center;
      padding-left: 0; } }
  .menu-list__item {
    list-style: none;
    margin-left: 35px; }
    @media (max-width: 1023px) {
      .menu-list__item {
        margin-left: 0;
        line-height: 11vh; } }
    @media (max-width: 479px) {
      .menu-list__item {
        line-height: 11vw; } }
  .menu-list__link {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2.58;
    letter-spacing: 2.95px;
    white-space: nowrap; }
    @media (max-width: 1023px) {
      .menu-list__link {
        font-size: 3.5vw; } }
    @media (max-width: 767px) {
      .menu-list__link {
        font-size: 12px; } }

.menu-button {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 25px; }
  @media (max-width: 1023px) {
    .menu-button {
      display: flex; } }
  .menu-button span {
    display: inline-flex;
    width: 39px;
    height: 4px;
    background: #ffffff;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s; }
    .menu-button span:last-child {
      margin-bottom: 0; }
  .menu-button.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 6px);
    transform: rotate(-45deg) translate(0px, 7px); }
  .menu-button.change .bar2 {
    -webkit-transform: rotate(45deg) translate(0px, -7px);
    transform: rotate(45deg) translate(0px, -7px); }

.menu.is-open .menu-list {
  display: flex; }

.screen__preview {
  position: relative;
  min-height: 287px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 500px;
  padding-right: 50px;
  padding-bottom: 20px; }
  @media (max-width: 1290px) {
    .screen__preview {
      width: 42%;
      min-height: 260px; } }
  @media (max-width: 1023px) {
    .screen__preview {
      min-height: 136px;
      width: 100%;
      padding-right: 0; } }
  @media (max-width: 479px) {
    .screen__preview {
      max-width: 350px; } }
  .screen__preview .title p {
    line-height: 10px; }

.screen__preview:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  font-size: 349px;
  line-height: 75%;
  letter-spacing: -2px;
  font-family: "Geometria-ExtraBold";
  color: #f4f4f4;
  z-index: -1; }
  @media (max-width: 1290px) {
    .screen__preview:before {
      font-size: 310px; } }
  @media (max-width: 1023px) {
    .screen__preview:before {
      font-size: 149px;
      left: 0; } }

.screen__preview .title {
  margin-bottom: 0;
  line-height: 1.19;
  letter-spacing: -0.33px;
  font-size: 42px; }
  @media (max-width: 1290px) {
    .screen__preview .title {
      font-size: 36px; } }
  @media (max-width: 1023px) {
    .screen__preview .title {
      font-size: 28px !important;
      line-height: 33px !important; } }
  @media (max-width: 767px) {
    .screen__preview .title {
      font-size: 28px;
      line-height: 1.18;
      letter-spacing: -0.22px; } }
  .screen__preview .title_middle {
    font-size: 48px; }
    @media (max-width: 1290px) {
      .screen__preview .title_middle {
        font-size: 42px; } }
  .screen__preview .title_large {
    font-size: 60px; }
    @media (max-width: 1290px) {
      .screen__preview .title_large {
        font-size: 54px; } }

.screen__subtitle {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 10.72px;
  font-family: "Geometria-Medium"; }
  @media (max-width: 1023px) {
    .screen__subtitle {
      font-size: 9px; } }
  @media (max-width: 479px) {
    .screen__subtitle {
      line-height: 1.67;
      letter-spacing: 6.43px;
      max-width: 300px; } }

.screen-main {
  color: #ffffff;
  height: 100vh;
  background: linear-gradient(90deg, #2a2aff 4%, #5a5afe 100%);
  background-size: cover;
  position: relative; }
  @media (max-width: 1023px) {
    .screen-main {
      background: linear-gradient(180deg, #2a2aff 4%, #5a5afe 100%); } }
  .screen-main:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(/img/background/1.png) no-repeat center bottom;
    background-position-y: 122%; }
    @media (max-width: 479px) {
      .screen-main:before {
        background-position-y: bottom;
        background-size: 400%; } }
  .screen-main .introduce {
    width: 100%;
    position: absolute;
    top: 18vw; }
    @media (max-width: 1024px) {
      .screen-main .introduce {
        top: 28vw; } }
    @media (max-width: 1023px) {
      .screen-main .introduce {
        top: 60%;
        transform: translate(0, -50%); } }
    @media (max-width: 479px) {
      .screen-main .introduce {
        top: 50%; } }
  .screen-main h1.title {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -0.29px;
    margin: 0;
    max-width: 820px; }
    @media (max-width: 1023px) {
      .screen-main h1.title {
        font-size: 24px;
        line-height: 1.29;
        letter-spacing: -0.14px; } }
    @media (width: 768px) {
      .screen-main h1.title {
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: -0.29px; } }
  .screen-main .subtitle {
    max-width: 467px;
    font-size: 17px;
    line-height: 1.47;
    letter-spacing: -0.35px;
    font-weight: "Geometria-Medium"; }
    @media (max-width: 767px) {
      .screen-main .subtitle {
        font-size: 15px;
        line-height: 1.27;
        letter-spacing: -0.31px; } }
    @media (max-width: 479px) {
      .screen-main .subtitle {
        max-width: 249px; } }
  .screen-main .scroll-button {
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translate(-50%, 0); }
    .screen-main .scroll-button img {
      height: 18px;
      width: 15px;
      margin-bottom: 6px;
      animation-duration: 2s;
      animation-iteration-count: infinite; }
    @media (max-width: 767px) {
      .screen-main .scroll-button {
        display: none; } }

.screen__info {
  flex: 1; }

.screen-1 {
  padding: 100px 0 200px; }
  @media (max-width: 1023px) {
    .screen-1 {
      padding: 44px 0; } }
  .screen-1 .screen__preview:before {
    content: '01'; }
  .screen-1 .screen__info ul {
    line-height: 1.44;
    letter-spacing: normal; }
    @media (max-width: 1023px) {
      .screen-1 .screen__info ul {
        padding-left: 20px; } }
    @media (max-width: 479px) {
      .screen-1 .screen__info ul {
        margin-top: 0; } }
    .screen-1 .screen__info ul li {
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        .screen-1 .screen__info ul li {
          margin-bottom: 10px;
          padding-left: 4px; } }
      @media (max-width: 479px) {
        .screen-1 .screen__info ul li {
          font-size: 15px; } }

.screen-2 {
  padding: 168px 0 90px; }
  @media (max-width: 1023px) {
    .screen-2 {
      padding: 20px 0 0; } }
  .screen-2 .screen__preview:before {
    content: '02'; }
  @media (max-width: 479px) {
    .screen-2 .screen__info {
      width: 100%; } }
  @media (max-width: 1023px) {
    .screen-2 .info {
      margin-top: 60px; } }
  .screen-2 .info__item {
    display: flex;
    margin-bottom: 42px; }
    @media (max-width: 479px) {
      .screen-2 .info__item {
        flex-direction: column;
        margin-bottom: 0;
        align-items: center; } }
  .screen-2 .info__block {
    flex: 1;
    padding-left: 30px; }
    .screen-2 .info__block:first-child {
      margin-right: 20px; }
      @media (max-width: 479px) {
        .screen-2 .info__block:first-child {
          margin-right: 0; } }
    @media (max-width: 479px) {
      .screen-2 .info__block {
        margin-bottom: 40px;
        padding-left: 0;
        text-align: center;
        max-width: 263px; } }

.screen-3 {
  padding: 55px 0 0;
  overflow: hidden; }
  .screen-3 .screen__preview:before {
    content: '03'; }
  .screen-3 .screen__info {
    width: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .screen-3 .screen__info {
        margin: 0 -15px;
        width: 110.5%; } }
  .screen-3 .slider {
    background: #f6f6f6;
    max-width: 700px;
    width: auto;
    padding: 69px 64px 82px 69px; }
    @media (max-width: 1023px) {
      .screen-3 .slider {
        max-width: 100vw;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .screen-3 .slider {
        padding: 43px 26px 58px 19px; } }
    .screen-3 .slider .slide {
      margin-left: 1px; }
      .screen-3 .slider .slide__img {
        margin-bottom: 26px; }
      .screen-3 .slider .slide__title {
        margin-bottom: 26px;
        color: #5555ff;
        font-family: "Geometria-Medium";
        font-size: 20px;
        line-height: 33px; }
        @media (max-width: 479px) {
          .screen-3 .slider .slide__title {
            margin-bottom: 15px; } }
        .screen-3 .slider .slide__title strong {
          font-family: "Geometria-Bold";
          font-size: 24px;
          margin-right: 12px; }
          @media (max-width: 479px) {
            .screen-3 .slider .slide__title strong {
              display: block; } }
      .screen-3 .slider .slide__text {
        font-size: 17px;
        line-height: 23px; }
        @media (max-width: 479px) {
          .screen-3 .slider .slide__text {
            font-size: 15px; } }
  .screen-3 .slick-arrow {
    width: 30px;
    height: 30px;
    top: 90%; }
    @media (max-width: 767px) {
      .screen-3 .slick-arrow {
        top: 92%; } }
    @media (max-width: 479px) {
      .screen-3 .slick-arrow {
        width: 25px;
        height: 25px;
        top: 94%; } }
  .screen-3 .slick-prev:before,
  .screen-3 .slick-next:before {
    display: none; }
  .screen-3 .slick-prev {
    left: 72%;
    background: url(/src/img/icons/arrow-left.svg) no-repeat center center; }
    @media (max-width: 479px) {
      .screen-3 .slick-prev {
        left: 60%;
        background-size: contain; } }
  .screen-3 .slick-next {
    right: 8%;
    background: url(/src/img/icons/arrow-right.svg) no-repeat center center; }
    @media (max-width: 479px) {
      .screen-3 .slick-next {
        background-size: contain; } }

.screen-4 {
  padding: 55px 0 159px; }
  @media (max-width: 767px) {
    .screen-4 {
      padding-bottom: 70px; } }
  @media (max-width: 479px) {
    .screen-4 {
      padding-bottom: 50px; } }
  .screen-4 .screen__preview:before {
    content: '04'; }
  .screen-4 .partners {
    overflow: hidden;
    margin-top: 50px;
    align-items: center; }
    @media (max-width: 479px) {
      .screen-4 .partners {
        margin-top: 0; } }
    .screen-4 .partners .slick-track {
      align-items: center;
      display: flex; }
    .screen-4 .partners-block {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 10px; }
    .screen-4 .partners img {
      margin: auto;
      max-width: 100%; }

.screen-5 {
  padding: 105px 0 144px; }
  @media (max-width: 767px) {
    .screen-5 {
      padding: 54px 0 100px; } }
  @media (max-width: 1023px) {
    .screen-5 .container_flex {
      flex-direction: row; } }
  @media (max-width: 767px) {
    .screen-5 .container_flex {
      flex-direction: column; } }
  @media (max-width: 1023px) {
    .screen-5 .screen__preview {
      width: 40%; } }
  @media (max-width: 767px) {
    .screen-5 .screen__preview {
      width: 100%; } }
  .screen-5 .screen__preview:before {
    content: '05'; }
  .screen-5 .screen__preview .text {
    position: absolute;
    bottom: -60px; }
    .screen-5 .screen__preview .text .link {
      margin: 0;
      line-height: 1.67;
      font-size: 15px;
      font-family: "Geometria-Medium";
      display: block;
      color: #323337;
      text-decoration: none;
      transition: .3s; }
      .screen-5 .screen__preview .text .link:hover {
        color: #5555ff;
        transition: .3s; }
  .screen-5 .screen__info {
    padding-left: 20px; }
    @media (max-width: 1023px) {
      .screen-5 .screen__info {
        padding-left: 50px; } }
    @media (max-width: 767px) {
      .screen-5 .screen__info {
        margin-top: 90px;
        width: 100%;
        padding-left: 0; } }
    .screen-5 .screen__info .title {
      font-size: 28px;
      line-height: 1.39; }
      @media (max-width: 767px) {
        .screen-5 .screen__info .title {
          font-size: 18px; } }

.screen__widget {
  align-self: flex-end;
  margin-bottom: 20px;
  padding-left: 20px; }

@media (max-width: 767px) {
  .screen__widget {
    align-self: flex-start;
    padding-left: 0;
    margin-top: 30px; } }

.form {
  max-width: 324px; }
  @media (max-width: 479px) {
    .form {
      max-width: 100%; } }
  .form-field {
    margin-bottom: 20px; }
    .form-field__name {
      font-family: "Montserrat";
      font-size: 14px;
      font-weight: 500;
      line-height: 43px;
      margin-top: 30px;
      height: 20px;
      display: flex;
      align-items: flex-end;
      transition: 0.3s; }
    .form-field__input {
      font-family: "Montserrat";
      display: block;
      width: 100%;
      border: none;
      border-bottom: 1px solid #323337;
      background: transparent;
      -webkit-appearance: none;
      border-radius: 0;
      font-size: 20px;
      line-height: normal;
      padding: 4px 0;
      resize: none; }
      .form-field__input:focus {
        outline: none; }
      @media (max-width: 479px) {
        .form-field__input {
          width: 100%; } }
    .form-field__button {
      font-family: "Montserrat";
      font-weight: normal;
      background: #5555ff;
      border: none;
      color: #ffffff;
      margin-top: 18px;
      line-height: normal;
      font-size: 24px;
      padding: 10px 32px 7px;
      min-width: 135px;
      height: 45px;
      width: auto;
      display: inline-block;
      cursor: pointer;
      transition: 0.3s; }
      @media (max-width: 479px) {
        .form-field__button {
          width: 100%;
          font-size: 18px;
          font-family: "Geometria";
          line-height: 18px; } }
      .form-field__button:hover {
        opacity: .85;
        transition: 0.3s; }
      .form-field__button:focus {
        outline: none; }
      .form-field__button.disabled {
        opacity: .2; }
    .form-field.focused .form-field__name, .form-field.modified .form-field__name {
      font-size: 14px;
      line-height: 14px;
      color: rgba(44, 45, 44, 0.5);
      transition: 0.3s; }

.modal {
  max-width: 450px;
  background: #ffffff;
  font-size: 22px;
  text-align: center;
  padding: 33px 27px;
  margin: 20px; }
  .modal p:first-child {
    margin-bottom: 6px; }
  .modal-wrapper {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5; }

#sendMailForm {
  position: relative; }

#sendMailFormErrorMessage {
  position: absolute;
  bottom: -40px;
  color: #ff0000;
  font-size: 12px; }
