@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400; }

button {
  border: none; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

input,
textarea {
  outline: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

main {
  display: flex;
  justify-content: center; }
  main .app {
    max-width: 1440px;
    width: 100%; }

.aw-def-container {
  width: 100%;
  max-width: 1440px; }

.aw-h1,
.aw-h2,
.aw-h3,
.aw-h4,
.aw-h6 {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  color: #1e1e1e; }

.aw-h1 {
  font-size: 70px; }
  @media screen and (max-width: 991px) {
    .aw-h1 {
      font-size: 30px;
      padding: 0 20px; } }

.aw-h2 {
  font-size: 54px; }
  @media screen and (max-width: 991px) {
    .aw-h2 {
      font-size: 20px; } }

.aw-h4 {
  font-size: 34px; }
  @media screen and (max-width: 991px) {
    .aw-h4 {
      font-size: 24px; } }

.aw-h3 {
  font-size: 40px; }
  @media screen and (max-width: 991px) {
    .aw-h3 {
      font-size: 24px; } }

.aw-h6 {
  font-size: 20px; }

.aw-desc-black {
  color: #1e1e1e;
  font-size: 30px; }

.aw-desc-white {
  font-size: 20px;
  color: #ffffff; }

.aw-desc-blue {
  color: #321eb3; }

@media screen and (max-width: 991px) {
  .aw-desc {
    font-size: 14px; } }

.aw-btn {
  display: block;
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer; }

.aw-btn-filled-blue {
  color: #ffffff;
  background-color: #321eb3; }

.aw-link {
  display: block;
  padding: 15px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  color: #4c5862;
  font-weight: 500; }

.aw-input-wrapper:not(:last-child) {
  margin-bottom: 45px; }

.aw-input-wrapper > label {
  display: block; }
  .aw-input-wrapper > label > p {
    color: #4c5862;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px; }
  .aw-input-wrapper > label > input,
  .aw-input-wrapper > label textarea {
    border: 1px solid #abaaaa;
    padding: 16px;
    border-radius: 5px;
    font-size: 16px;
    color: #4c5862; }

.aw-option-card {
  max-width: 600px; }
  .aw-option-card .aw-h2 {
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .aw-option-card .aw-h2 {
        font-size: 24px;
        text-align: center; } }
  .aw-option-card-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px; }
    .aw-option-card-header > h4 {
      margin-left: 15px;
      color: #ffffff; }

.aw-action-card {
  display: flex;
  justify-content: space-between;
  gap: 100px; }
  @media screen and (max-width: 991px) {
    .aw-action-card {
      flex-direction: column-reverse !important;
      align-items: center;
      gap: 30px; } }
  @media screen and (max-width: 991px) {
    .aw-action-card-img > img {
      width: 300px; } }
  .aw-action-card-desc > h2 {
    color: #321eb3;
    margin-bottom: 20px; }

.aw-desc-with-arrow {
  display: flex;
  flex: 1;
  align-items: flex-start; }
  .aw-desc-with-arrow:nth-child(2n) {
    flex: 1.5; }
  .aw-desc-with-arrow > img {
    width: 30px;
    margin-right: 10px; }

.activeNavItem {
  color: #321eb3; }

.header {
  height: 65px;
  box-shadow: 0px 4px 10px 2px rgba(50, 30, 179, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 999;
  background: #ffffff;
  padding: 0 60px; }
  @media screen and (max-width: 500px) {
    .header {
      padding: 10px 20px; } }
  .header .aw-def-container {
    height: 100%; }
  .header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .header-inner {
        display: none; } }
    .header-inner-left .logo-block {
      row-gap: 5px;
      display: flex;
      align-items: center; }
    .header-inner-navbar > ul {
      display: flex;
      align-items: center;
      column-gap: 70px; }
    .header-inner-right > button {
      width: 145px;
      padding: 11px 0; }
  .header-inner-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
    position: relative; }
    @media screen and (max-width: 991px) {
      .header-inner-mobile {
        display: flex;
        height: 100%; } }
    .header-inner-mobile > .aw-h1 {
      font-size: 18px; }
    .header-inner-mobile > .burger .container {
      display: inline-block;
      cursor: pointer; }
    .header-inner-mobile > .burger .bar1,
    .header-inner-mobile > .burger .bar2,
    .header-inner-mobile > .burger .bar3 {
      width: 30px;
      height: 5px;
      background-color: #321eb3;
      border-radius: 2px;
      margin: 6px 0;
      transition: 0.4s; }
    .header-inner-mobile > .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px); }
    .header-inner-mobile > .change .bar2 {
      opacity: 0; }
    .header-inner-mobile > .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px); }
    .header-inner-mobile .menu-dropdown {
      display: none;
      position: absolute;
      z-index: 999;
      top: 100%;
      left: -20px;
      width: calc(100% + 40px);
      min-height: 600px;
      background: #f2f3f7;
      backdrop-filter: blur(40px); }
      .header-inner-mobile .menu-dropdown > nav > ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px; }
      .header-inner-mobile .menu-dropdown-contacts > div {
        display: flex;
        align-items: center;
        justify-content: center; }
        .header-inner-mobile .menu-dropdown-contacts > div:not(:last-child) {
          margin-bottom: 25px; }
        .header-inner-mobile .menu-dropdown-contacts > div > p {
          margin-left: 20px; }
      .header-inner-mobile .menu-dropdown-eclipse {
        position: relative;
        margin-top: 20px; }
        .header-inner-mobile .menu-dropdown-eclipse > .eclipse-1 {
          width: 85px;
          height: 85px;
          background: #2fd395;
          border: 1px solid #321eb3;
          border-radius: 50%;
          position: absolute;
          right: 85px;
          top: 0; }
        .header-inner-mobile .menu-dropdown-eclipse > .eclipse-2 {
          width: 125px;
          height: 125px;
          background: #6c6df9;
          border: 1px solid #321eb3;
          border-radius: 50%;
          position: absolute;
          right: 0px;
          top: 15px; }
    .header-inner-mobile.opened .menu-dropdown {
      display: block; }

@media screen and (min-width: 991px) {
  .app.technologies .section-top {
    background: url("../images/top-back-technologies.png") right no-repeat; }
  .app.forTalents .section-top {
    background: url("../images/top-back-forTalents.png") no-repeat right bottom; }
  .app.forEmployers .section-top {
    background: url("../images/top-back-forEmployers.png") no-repeat right;
    background-position-y: 100px; } }

.section-top {
  padding: 0 80px;
  min-height: 780px; }
  .section-top > img {
    display: none;
    object-fit: contain;
    width: 100%;
    margin-top: 40px; }
  @media screen and (max-width: 991px) {
    .section-top {
      padding: 0; }
      .section-top > img {
        display: block; } }
  .section-top-content {
    max-width: 800px;
    padding-top: 150px; }
    @media screen and (max-width: 991px) {
      .section-top-content {
        width: 100%;
        padding-top: 130px;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center; } }
    .section-top-content > p {
      margin-top: 15px;
      margin-bottom: 45px;
      font-size: 20px;
      color: #4c5862;
      font-family: "Chakra Petch", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 991px) {
        .section-top-content > p {
          font-size: 16px; } }
    .section-top-content .aw-btn-filled-blue {
      width: 235px;
      padding: 20px 0;
      font-size: 24px; }
      @media screen and (max-width: 991px) {
        .section-top-content .aw-btn-filled-blue {
          padding: 14px 0;
          font-size: 18px; } }
  .section-top-back {
    flex: 1; }
  .section-top ~ .aw-h2 {
    margin-top: 170px;
    margin-bottom: 80px; }
    @media screen and (max-width: 991px) {
      .section-top ~ .aw-h2 {
        margin-top: 0;
        margin-bottom: 40px;
        padding: 0 20px;
        text-align: center; } }

.section-options {
  min-height: 705px;
  padding: 0 80px;
  padding-top: 45px;
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    .section-options {
      padding: 45px 20px; } }
  .section-options-pink {
    background-color: #cb63ef; }
  .section-options-blue {
    background-color: #6c6df9; }
  .section-options-green {
    background-color: #2fd395; }

.section-contact {
  padding: 0 80px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .section-contact .aw-h3 {
    margin-bottom: 110px; }
  .section-contact > p {
    display: none; }
  @media screen and (max-width: 991px) {
    .section-contact {
      padding: 0; }
      .section-contact > p {
        display: block;
        margin: 30px 0;
        padding: 0 20px;
        text-align: center; }
      .section-contact .aw-h3 {
        margin-bottom: 0; } }
  .section-contact-content {
    min-height: 480px;
    max-width: 1300px;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(119, 106, 193, 0.15);
    border-radius: 5px;
    display: flex; }
    @media screen and (max-width: 991px) {
      .section-contact-content {
        flex-direction: column-reverse; } }
    .section-contact-content-left {
      flex: 1;
      background: #f2f3f7;
      border-radius: 5px;
      padding: 25px;
      position: relative; }
      @media screen and (max-width: 991px) {
        .section-contact-content-left {
          margin-top: 150px; } }
      .section-contact-content-left .left-head {
        display: flex;
        align-items: center; }
        .section-contact-content-left .left-head > img {
          margin-right: 5px; }
      @media screen and (max-width: 991px) {
        .section-contact-content-left .left-info {
          margin-top: 35px; } }
      .section-contact-content-left .left-info > div {
        display: flex;
        align-items: center;
        padding-left: 15px; }
        @media screen and (max-width: 991px) {
          .section-contact-content-left .left-info > div {
            padding-left: 0; } }
        .section-contact-content-left .left-info > div:not(:last-child) {
          margin-bottom: 20px; }
        .section-contact-content-left .left-info > div > p {
          color: #4c5862;
          font-size: 14px;
          font-weight: 500;
          margin-left: 20px; }
      .section-contact-content-left > .aw-desc {
        margin-top: 15px;
        margin-bottom: 45px;
        font-size: 14px; }
        @media screen and (max-width: 991px) {
          .section-contact-content-left > .aw-desc {
            display: none; } }
      .section-contact-content-left > ul {
        margin-top: 35px;
        display: none; }
        @media screen and (max-width: 991px) {
          .section-contact-content-left > ul {
            display: block; } }
      .section-contact-content-left > .eclipse-1 {
        width: 105px;
        height: 105px;
        background: #2fd395;
        border: 1px solid #321eb3;
        border-radius: 50%;
        position: absolute;
        right: 75px;
        bottom: 55px; }
        @media screen and (max-width: 991px) {
          .section-contact-content-left > .eclipse-1 {
            bottom: auto;
            top: -70px;
            width: 100px;
            height: 100px;
            right: 70px; } }
      .section-contact-content-left > .eclipse-2 {
        width: 180px;
        height: 180px;
        background: #6c6df9;
        border: 1px solid #321eb3;
        border-radius: 50%;
        position: absolute;
        right: -30px;
        bottom: -35px; }
        @media screen and (max-width: 991px) {
          .section-contact-content-left > .eclipse-2 {
            bottom: auto;
            top: -40px;
            right: 0;
            width: 135px;
            height: 135px; } }
    .section-contact-content-right {
      flex: 3; }
      .section-contact-content-right .form {
        padding: 35px 55px; }
        @media screen and (max-width: 991px) {
          .section-contact-content-right .form {
            padding: 35px; } }
        .section-contact-content-right .form-content {
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 991px) {
            .section-contact-content-right .form-content {
              flex-direction: column;
              justify-content: center; } }
        .section-contact-content-right .form-left .aw-input-wrapper input {
          width: 330px; }
        @media screen and (max-width: 991px) {
          .section-contact-content-right .form-left .aw-input-wrapper {
            margin-bottom: 40px; }
            .section-contact-content-right .form-left .aw-input-wrapper input {
              width: 100%; } }
        .section-contact-content-right .form-right .aw-input-wrapper {
          height: 100%; }
          .section-contact-content-right .form-right .aw-input-wrapper > label {
            height: 100%; }
            .section-contact-content-right .form-right .aw-input-wrapper > label > textarea {
              width: 380px;
              height: calc(100% - 40px);
              resize: none; }
              @media screen and (max-width: 991px) {
                .section-contact-content-right .form-right .aw-input-wrapper > label > textarea {
                  width: 100%;
                  height: 200px; } }
        .section-contact-content-right .form-submit {
          margin-top: 30px;
          display: flex;
          justify-content: flex-end; }
          .section-contact-content-right .form-submit > button {
            width: 220px; }
          @media screen and (max-width: 500px) {
            .section-contact-content-right .form-submit {
              justify-content: center; }
              .section-contact-content-right .form-submit > button {
                width: 100%; } }

.footer {
  display: flex;
  align-items: center;
  padding: 45px 80px; }
  @media screen and (max-width: 991px) {
    .footer {
      display: none; } }
  .footer-logo-wrapper > p {
    font-size: 14px;
    padding: 0; }
  .footer-nav-wrapper {
    padding-left: 135px; }
    .footer-nav-wrapper > ul {
      display: flex;
      align-items: center; }
      .footer-nav-wrapper > ul > li {
        margin: 0 15px; }

.aw-modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
  display: none; }
  .aw-modal.opened {
    display: flex; }
  .aw-modal-container {
    background-color: #ffffff;
    padding: 20px 40px 40px 40px;
    border-radius: 5px;
    max-width: 320px;
    width: 100%;
    position: relative; }
  .aw-modal-header {
    display: flex;
    justify-content: center; }
  .aw-modal-main > h5 {
    color: #321eb3;
    font-size: 30px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    margin: 30px 0;
    text-align: center; }
  .aw-modal-main .aw-input-wrapper:not(:last-child) {
    margin-bottom: 25px; }
  .aw-modal-main .aw-input-wrapper p {
    margin-bottom: 10px; }
  .aw-modal-main .aw-input-wrapper input {
    padding: 10px;
    width: 100%; }
  .aw-modal-main .aw-input-wrapper p,
  .aw-modal-main .aw-input-wrapper input {
    font-size: 14px; }
  .aw-modal-main > button {
    width: 100%;
    margin-top: 65px;
    font-size: 18px;
    padding: 12px; }
  .aw-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer; }

.scrollStop {
  overflow: hidden; }

#callForm > .aw-btn{
    width: 100%;
}


.aw-modal-main > .aw-desc {
    margin-top: 60px;
    margin-bottom: 150px;
    font-size: 18px;
    color: #4c5862;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500; }
.aw-modal-main > a {
    text-align: center;
    color: #321eb3;
    font-size: 18px; }
