@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  margin: 0;
  padding: 0 0 130px;
  font-family: 'Roboto', sans-serif; }
  body.modal-opened {
    overflow: hidden; }

button {
  border: none; }

h2 {
  font-size: 24px;
  font-weight: 400; }

a {
  cursor: pointer; }

.menu-block {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100vh;
  width: 100%;
  display: flex; }
  .menu-block.shown {
    transform: translateX(0);
    transition: .3s ease-in-out; }
  .menu-block.closed {
    transform: translateX(150%);
    transition: .3s ease-in-out; }
  .menu-block .close-menu-btn {
    position: absolute;
    height: 34px;
    width: 34px;
    border: none;
    background: #58BC7A;
    border-radius: 7px;
    box-shadow: 0 18px 22px 0 #58bc7a;
    right: 20px;
    top: 20px;
    z-index: 5; }
    .menu-block .close-menu-btn img {
      transform: rotate(270deg); }
  .menu-block .transparent-block {
    display: block;
    width: 20%;
    background: #ffffff;
    box-shadow: none;
    opacity: 0.3; }
  .menu-block .menu-list {
    padding: 60px 30px 40px 80px;
    z-index: 4;
    width: 50%;
    display: flex;
    background: #02643a;
    box-shadow: -30px 0 60px rgba(0, 0, 0, 0.16);
    flex-direction: column;
    overflow: scroll; }
    .menu-block .menu-list .menu-list-links {
      display: flex;
      background: #02643a;
      flex-direction: column; }
    .menu-block .menu-list a {
      margin-bottom: 30px;
      color: #ffffff;
      text-decoration: none;
      font-size: 18px; }

.languages {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  max-width: 130px; }
  .languages a {
    font-weight: 300; }
    .languages a.active {
      font-weight: 700; }

.menu-navigation {
  display: none; }

header {
  padding-top: 20px;
  background: #EFF6FA; }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .logotype img {
    width: 90px; }
  header button {
    height: 34px;
    width: 34px;
    border: none;
    background: #58BC7A;
    border-radius: 7px;
    box-shadow: 0 18px 22px 0 #58bc7a; }
    header button img {
      transform: rotate(90deg); }

.wrapper {
  padding: 0 20px; }

.early-access {
  background: #EFF6FA; }
  .early-access h1 {
    padding: 40px 0 20px;
    margin: 0;
    font-size: 24px;
    font-weight: 400; }
  .early-access p {
    margin: 20px 0 0;
    line-height: 30px; }
  .early-access input {
    padding: 5px 0;
    margin: 20px 0 0;
    width: 100%;
    border: none;
    border-bottom: 2px solid #707070;
    background: transparent;
    color: #000000;
    font-size: 13px; }
    .early-access input:focus {
      outline: none; }
    .early-access input::placeholder {
      font-size: 13px;
      color: #2B2B2B; }
  .early-access form {
    padding-bottom: 40px; }
  .early-access button {
    margin: 30px auto 0;
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58BC7A;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 40px 50px -13px #58bc7a; }

.img-block img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto auto; }

.diagram-block {
  padding-bottom: 50px; }
  .diagram-block h2 {
    padding: 60px 0 40px;
    margin: 0;
    text-align: center; }
  .diagram-block label {
    font-size: 12px; }
  .diagram-block span {
    font-size: 16px;
    font-weight: 700; }
  .diagram-block .range-button {
    margin-bottom: 50px;
    width: 100%; }
    .diagram-block .range-button .range-radio {
      width: 100%; }
    .diagram-block .range-button input[type=range] {
      -webkit-appearance: none;
      -moz-apperance: none;
      height: 2px;
      width: 100%;
      margin-top: 15px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #03c270), color-stop(1%, #e2e1e1));
      background-image: -moz-linear-gradient(left center, #03c270 0%, #03c270 15%, #e2e1e1 15%, #e2e1e1 100%); }
    .diagram-block .range-button input[type="range"]::-moz-range-track {
      border: none;
      background: none;
      outline: none; }
    .diagram-block .range-button input[type=range]:focus {
      outline: none;
      border: none; }
    .diagram-block .range-button input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none !important;
      background: #ffffff;
      border: 6px solid #ffffff;
      height: 27px;
      width: 27px;
      border-radius: 50%;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
    .diagram-block .range-button input[type=range]::-moz-range-thumb {
      -moz-appearance: none !important;
      background-color: #ffffff;
      border: 9px solid #ffffff;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
  .diagram-block .chart-block {
    position: relative;
    width: 100%; }
    .diagram-block .chart-block img {
      width: 100%;
      display: block; }
    .diagram-block .chart-block .chart-labels {
      display: flex;
      justify-content: space-between; }
      .diagram-block .chart-block .chart-labels span {
        text-transform: uppercase;
        font-size: 12px;
        color: #C3C3C3;
        font-weight: 300; }
  .diagram-block .loan-block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between; }
    .diagram-block .loan-block p {
      margin: 0; }
    .diagram-block .loan-block .chart {
      margin-bottom: 20px;
      position: relative;
      height: 17px;
      width: 17px;
      border-radius: 50%; }
      .diagram-block .loan-block .chart:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 50px;
        height: 2px;
        transform: translateY(-50%); }
      .diagram-block .loan-block .chart.loan-chart {
        background: #58DB85; }
        .diagram-block .loan-block .chart.loan-chart:before {
          background: #58DB85; }
      .diagram-block .loan-block .chart.percents-chart {
        background: #F8BC5C; }
        .diagram-block .loan-block .chart.percents-chart:before {
          background: #F8BC5C; }
    .diagram-block .loan-block .loan-info {
      font-size: 14px; }
      .diagram-block .loan-block .loan-info .sum {
        margin-top: 5px;
        font-weight: 700; }

.solution-block {
  padding: 50px 0;
  background: #F7F7F7; }
  .solution-block h2 {
    margin: 0 auto 40px;
    max-width: 240px;
    text-align: center; }
  .solution-block .solution-image-block {
    margin: 0 auto 80px;
    max-width: 340px;
    position: relative;
    text-align: center; }
    .solution-block .solution-image-block::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 261px;
      width: 261px;
      background: #FCECDB;
      border-radius: 50%; }
    .solution-block .solution-image-block .phone-img {
      margin: auto;
      background: url("img/temp/phone.png") no-repeat center;
      height: 310px;
      position: relative;
      width: 153px;
      background-size: cover; }
    .solution-block .solution-image-block .bubble {
      position: absolute;
      border-radius: 50%; }
      .solution-block .solution-image-block .bubble:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ffffff; }
      .solution-block .solution-image-block .bubble:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ffffff; }
      .solution-block .solution-image-block .bubble:nth-of-type(10) {
        z-index: 3;
        top: 45px;
        left: 20px;
        height: 91px;
        width: 91px;
        background: #00CB9B; }
        .solution-block .solution-image-block .bubble:nth-of-type(10):before {
          height: 24px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(10):after {
          height: 1px;
          width: 24px; }
      .solution-block .solution-image-block .bubble:nth-of-type(2) {
        z-index: 3;
        bottom: 10px;
        left: 10px;
        height: 50px;
        width: 50px;
        background: #699DEE; }
        .solution-block .solution-image-block .bubble:nth-of-type(2):before {
          height: 13px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(2):after {
          height: 1px;
          width: 13px; }
      .solution-block .solution-image-block .bubble:nth-of-type(3) {
        top: 75px;
        right: 0;
        height: 63px;
        width: 63px;
        background: #699DEE; }
        .solution-block .solution-image-block .bubble:nth-of-type(3):before {
          height: 19px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(3):after {
          height: 1px;
          width: 19px; }
      .solution-block .solution-image-block .bubble:nth-of-type(4) {
        z-index: 3;
        top: 10px;
        right: 20px;
        height: 27px;
        width: 27px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(5) {
        z-index: 3;
        bottom: 65px;
        right: 60px;
        height: 50px;
        width: 50px;
        background: #9A61F8; }
        .solution-block .solution-image-block .bubble:nth-of-type(5):before {
          height: 14px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(5):after {
          height: 1px;
          width: 14px; }
      .solution-block .solution-image-block .bubble:nth-of-type(6) {
        bottom: 67px;
        right: 0;
        height: 27px;
        width: 27px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(7) {
        bottom: -13px;
        right: 70px;
        height: 45px;
        width: 45px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(8) {
        bottom: -50px;
        right: 60px;
        height: 20px;
        width: 20px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(9) {
        bottom: -150px;
        left: 0;
        height: 20px;
        width: 20px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(11) {
        display: none; }
      .solution-block .solution-image-block .bubble:nth-of-type(12) {
        display: none; }
  .solution-block .solution-pluses {
    max-width: 340px;
    margin: auto;
    padding: 0 40px; }
    .solution-block .solution-pluses:last-of-type {
      padding-top: 40px;
      margin-top: 40px;
      border-top: 1px solid #D5D5D5; }
    .solution-block .solution-pluses .pluses-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px; }
      .solution-block .solution-pluses .pluses-row:first-of-type {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #D5D5D5; }
      .solution-block .solution-pluses .pluses-row .image-row {
        width: 30%; }
        .solution-block .solution-pluses .pluses-row .image-row img {
          display: block; }
      .solution-block .solution-pluses .pluses-row .pluses-text {
        width: 70%;
        margin-left: 20px; }
        .solution-block .solution-pluses .pluses-row .pluses-text p {
          font-size: 14px;
          line-height: 24px;
          margin: 0; }

.achieve-block {
  padding-top: 70px;
  overflow: hidden; }
  .achieve-block img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto auto; }
  .achieve-block h2 {
    margin: 50px auto 30px;
    text-align: center; }
  .achieve-block .first-paragraph span {
    text-align: center;
    display: block;
    margin: 0; }
    .achieve-block .first-paragraph span:last-of-type {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #D5D5D5;
      font-size: 16px;
      line-height: 30px; }
  .achieve-block p {
    text-align: center; }
    .achieve-block p:last-of-type {
      font-size: 14px;
      line-height: 24px; }
  .achieve-block a {
    text-decoration: none; }
  .achieve-block .start-btn {
    margin: 40px auto 0;
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #58BC7A;
    border-radius: 4px;
    box-shadow: 0 40px 50px -13px #58bc7a; }

.smart-decision-block {
  padding-bottom: 70px;
  background: #EFF6FA;
  text-align: center; }
  .smart-decision-block h2 {
    margin-top: 50px;
    padding: 50px 0 30px;
    text-align: center; }
  .smart-decision-block p {
    margin: 0 0 30px;
    text-align: center;
    line-height: 30px; }
  .smart-decision-block a {
    color: #020202; }
  .smart-decision-block .decision-row {
    margin-bottom: 30px;
    padding: 0 20px;
    display: flex;
    align-items: center; }
    .smart-decision-block .decision-row:nth-of-type(even) .decision-text {
      text-align: right; }
    .smart-decision-block .decision-row:last-of-type {
      margin-bottom: 70px; }
    .smart-decision-block .decision-row .decision-image {
      display: flex;
      justify-content: center;
      width: 50%; }
    .smart-decision-block .decision-row .decision-text {
      width: 50%; }

.how-it-works-block {
  padding-bottom: 90px; }
  .how-it-works-block h2 {
    padding: 50px 0 30px;
    margin: 0;
    text-align: center; }
  .how-it-works-block p {
    text-align: center;
    line-height: 30px; }
  .how-it-works-block ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .how-it-works-block ul li {
      position: relative;
      margin: 50px auto 0;
      width: 210px;
      font-size: 14px;
      line-height: 24px; }
      .how-it-works-block ul li:nth-of-type(1)::before {
        content: '';
        position: absolute;
        left: -60px;
        top: 50%;
        height: 123px;
        width: 81px;
        background: url("img/temp/arrow-1.svg") no-repeat center; }
      .how-it-works-block ul li:nth-of-type(2)::before {
        content: '';
        position: absolute;
        right: -60px;
        top: 50%;
        height: 143px;
        width: 141px;
        background: url("img/temp/arrow-2.svg") no-repeat center; }
      .how-it-works-block ul li:nth-of-type(3)::before {
        content: '';
        position: absolute;
        left: -60px;
        top: 50%;
        height: 123px;
        width: 81px;
        background: url("img/temp/arrow-3.svg") no-repeat center; }
  .how-it-works-block a {
    text-align: center;
    text-decoration: none; }
  .how-it-works-block .early-access-btn {
    margin: 50px auto 0;
    height: 50px;
    width: 190px;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58BC7A;
    box-shadow: 0 40px 50px -13px #58bc7a; }

.image-block {
  min-height: 472px;
  background: url("img/temp/bg-img.jpg") no-repeat center;
  background-size: cover; }

.get-app-block {
  padding-bottom: 150px;
  background: #F4E7D4;
  text-align: center; }
  .get-app-block h2 {
    margin: 0;
    padding: 50px 0 30px; }
  .get-app-block .app-img-block {
    position: relative; }
    .get-app-block .app-img-block img {
      position: relative; }
    .get-app-block .app-img-block::before {
      content: '';
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: 237px;
      background: url("img/temp/app-bg.png") no-repeat center; }
  .get-app-block .get-app-buttons {
    margin-top: 50px; }
    .get-app-block .get-app-buttons .button-row {
      margin-bottom: 15px; }
  .get-app-block .get-app-image {
    display: none; }

footer h2 {
  padding: 50px 0 30px;
  margin: 0; }
footer p:first-of-type {
  font-size: 16px;
  line-height: 30px; }
footer p:nth-of-type(2) {
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px; }
footer .about-description {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #707070;
  color: #9F9F9F; }
  footer .about-description p {
    font-size: 14px;
    line-height: 24px; }
footer .social-networks {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  footer .social-networks a {
    text-decoration: none;
    margin-left: 15px; }

@media only screen and (min-width: 1024px) {
  .wrapper {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px; }

  .menu-block {
    display: none; }

  .menu-navigation-links {
    display: flex; }

  .sl-nav {
    margin-right: 50px;
    padding: 10px 20px;
    color: #2B2B2B;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500; }
    .sl-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative;
      display: inline-block; }
    .sl-nav li {
      cursor: pointer; }
      .sl-nav li:hover ul {
        position: absolute;
        top: 29px;
        right: -15px;
        display: block;
        border: 2px solid #000000;
        width: 60px;
        padding-top: 0;
        z-index: 1;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .sl-nav li:hover .triangle {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 10;
        height: 10px;
        overflow: hidden;
        width: 30px;
        background: transparent; }
      .sl-nav li:hover .triangle:after {
        content: '';
        display: block;
        z-index: 20;
        width: 15px;
        transform: rotate(45deg) translateY(0px) translatex(10px);
        height: 15px;
        background: #000000;
        border-radius: 2px 0 0 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .sl-nav li ul li {
        position: relative;
        display: flex;
        justify-content: center;
        text-align: left;
        background: transparent;
        padding: 15px 0 0 0;
        z-index: 2;
        font-size: 15px;
        color: #3c3c3c; }
        .sl-nav li ul li:last-of-type {
          padding-bottom: 15px; }
        .sl-nav li ul li span a {
          text-decoration: none;
          color: #000000; }
    .sl-nav li ul {
      display: none; }
    .sl-nav li ul li span:hover a {
      color: #000000;
      font-weight: 500;
      text-decoration: underline; }

  #menu-btn {
    display: none; }

  .menu-navigation {
    display: flex; }
    .menu-navigation a {
      padding: 10px 20px;
      color: #2B2B2B;
      font-size: 18px;
      text-decoration: none;
      font-weight: 500; }

  .img-block {
    display: none; }

  header {
    padding-top: 40px; }
    header .logotype img {
      width: 185px; }

  .early-access .wrapper {
    padding-bottom: 100px;
    background: url("img/temp/early-access-bg.png") no-repeat bottom right -210px;
    background-size: 1000px; }
  .early-access h1 {
    padding: 70px 0 20px;
    max-width: 480px;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500; }
  .early-access p {
    max-width: 570px;
    font-size: 29px;
    line-height: 40px; }
  .early-access form {
    margin: 60px 0 0;
    max-width: 400px; }
  .early-access input {
    font-size: 20px; }
    .early-access input::placeholder {
      font-size: 20px; }
  .early-access button {
    margin: 50px 0 0; }

  .diagram-block h2 {
    text-align: left;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500; }
  .diagram-block label {
    font-size: 18px; }
  .diagram-block span {
    font-size: 22px; }
  .diagram-block .range-block {
    max-width: 1080px;
    display: flex;
    justify-content: space-between; }
    .diagram-block .range-block .range-button {
      max-width: 480px; }

  .solution-block {
    overflow: hidden;
    padding: 0 0 120px; }
    .solution-block h2 {
      padding: 100px 0 20px;
      max-width: 100%;
      font-size: 40px;
      line-height: 60px;
      font-weight: 500; }
    .solution-block .solution-container {
      display: flex;
      align-items: center;
      justify-content: center; }
    .solution-block .solution-pluses {
      margin: unset;
      width: 205px; }
      .solution-block .solution-pluses:first-of-type {
        order: 1; }
      .solution-block .solution-pluses:last-of-type {
        order: 3;
        padding-top: 0;
        margin-top: 0;
        border: none; }
      .solution-block .solution-pluses .pluses-row {
        display: block; }
        .solution-block .solution-pluses .pluses-row:first-of-type {
          margin-bottom: 80px;
          padding-bottom: 80px; }
        .solution-block .solution-pluses .pluses-row .pluses-text {
          margin: 40px 0 0 0;
          width: 100%; }
          .solution-block .solution-pluses .pluses-row .pluses-text p {
            font-size: 20px;
            line-height: 26px; }
    .solution-block .solution-image-block {
      max-width: unset;
      width: 500px;
      order: 2;
      margin: 0 100px; }
      .solution-block .solution-image-block::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 600px;
        width: 600px;
        background: #FCECDB;
        border-radius: 50%; }
      .solution-block .solution-image-block .phone-img {
        height: 761px;
        position: relative;
        width: 379px; }
      .solution-block .solution-image-block .bubble:nth-of-type(10) {
        z-index: 3;
        top: 105px;
        left: -100px;
        height: 209px;
        width: 209px;
        background: #00CB9B; }
        .solution-block .solution-image-block .bubble:nth-of-type(10):before {
          height: 53px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(10):after {
          height: 1px;
          width: 53px; }
      .solution-block .solution-image-block .bubble:nth-of-type(2) {
        z-index: 3;
        bottom: 0;
        left: -140px;
        height: 115px;
        width: 115px;
        background: #699DEE; }
        .solution-block .solution-image-block .bubble:nth-of-type(2):before {
          height: 31px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(2):after {
          height: 1px;
          width: 31px; }
      .solution-block .solution-image-block .bubble:nth-of-type(3) {
        top: 200px;
        right: -110px;
        height: 144px;
        width: 144px;
        background: #699DEE; }
        .solution-block .solution-image-block .bubble:nth-of-type(3):before {
          height: 44px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(3):after {
          height: 1px;
          width: 44px; }
      .solution-block .solution-image-block .bubble:nth-of-type(4) {
        z-index: 3;
        top: -210px;
        right: -140px;
        height: 46px;
        width: 46px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(5) {
        z-index: 3;
        bottom: 140px;
        right: 0;
        height: 115px;
        width: 115px;
        background: #9A61F8; }
        .solution-block .solution-image-block .bubble:nth-of-type(5):before {
          height: 31px;
          width: 1px; }
        .solution-block .solution-image-block .bubble:nth-of-type(5):after {
          height: 1px;
          width: 31px; }
      .solution-block .solution-image-block .bubble:nth-of-type(6) {
        top: 97px;
        bottom: unset;
        right: -90px;
        height: 62px;
        width: 62px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(7) {
        bottom: 337px;
        left: -440px;
        height: 82px;
        width: 82px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(8) {
        bottom: 200px;
        right: -130px;
        height: 62px;
        width: 62px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(9) {
        bottom: -220px;
        left: 70px;
        height: 62px;
        width: 62px;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(11) {
        bottom: unset;
        top: -190px;
        left: -310px;
        height: 82px;
        width: 82px;
        display: block;
        background: #E1EABB; }
      .solution-block .solution-image-block .bubble:nth-of-type(12) {
        bottom: unset;
        top: -200px;
        left: 180px;
        height: 62px;
        width: 62px;
        display: block;
        background: #E1EABB; }

  .achieve-block {
    padding: 110px 0; }
    .achieve-block .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
    .achieve-block img {
      width: 600px; }
    .achieve-block .achieve-content {
      width: 40%; }
      .achieve-block .achieve-content h2 {
        font-size: 40px;
        line-height: 60px;
        text-align: left;
        font-weight: 500; }
      .achieve-block .achieve-content .first-paragraph span {
        margin-bottom: 40px;
        padding-bottom: 60px;
        display: inline-block;
        font-size: 30px;
        line-height: 40px;
        text-align: left; }
      .achieve-block .achieve-content p {
        font-size: 26px;
        line-height: 34px;
        text-align: left; }
    .achieve-block a {
      width: 100%;
      display: flex;
      justify-content: center; }
    .achieve-block .start-btn {
      margin: 80px 0 0;
      width: 320px;
      height: 70px;
      font-size: 20px; }

  .smart-decision-block h2 {
    margin-bottom: 30px;
    padding: 120px 0 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    text-align: left; }
  .smart-decision-block p {
    margin: 0 0 90px;
    font-size: 24px;
    line-height: 30px;
    text-align: left; }
  .smart-decision-block .decision-block {
    display: flex;
    justify-content: space-between; }
  .smart-decision-block .decision-row {
    width: 25%;
    flex-direction: column;
    align-items: baseline; }
    .smart-decision-block .decision-row:nth-of-type(even) .decision-text {
      order: 2;
      text-align: left; }
    .smart-decision-block .decision-row .decision-text {
      font-size: 24px;
      margin: 40px 0 0; }
    .smart-decision-block .decision-row .decision-image {
      height: 160px; }
      .smart-decision-block .decision-row .decision-image img {
        width: 140px; }
    .smart-decision-block .decision-row .decision-image,
    .smart-decision-block .decision-row .decision-text {
      text-align: left;
      width: auto; }

  .how-it-works-block h2 {
    padding: 120px 0 0;
    margin: 0;
    font-size: 40px;
    line-height: 60px; }
  .how-it-works-block p {
    font-size: 24px;
    line-height: 40px;
    max-width: 700px;
    margin: 30px auto 70px; }
  .how-it-works-block ul {
    display: flex; }
    .how-it-works-block ul li {
      font-size: 20px;
      line-height: 30px; }
      .how-it-works-block ul li:nth-of-type(1)::before {
        left: 100px;
        top: -50px;
        height: 133px;
        width: 271px;
        background: url("img/temp/arrow-1-desktop.svg") no-repeat center; }
      .how-it-works-block ul li:nth-of-type(2)::before {
        right: -140px;
        top: -20px;
        height: 143px;
        width: 211px;
        background: url("img/temp/arrow-2-desktop.svg") no-repeat center; }
      .how-it-works-block ul li:nth-of-type(3)::before {
        content: '';
        position: absolute;
        left: 110px;
        top: -60px;
        height: 93px;
        width: 211px;
        background: url("img/temp/arrow-3-desktop.svg") no-repeat center; }
  .how-it-works-block .early-access-btn {
    margin: 120px auto 0;
    width: 320px;
    height: 70px;
    font-size: 20px; }

  .image-block {
    min-height: 1250px;
    background: url("img/temp/bg-img-desktop.jpg") no-repeat center;
    background-size: cover; }

  .get-app-block {
    padding-top: 150px;
    text-align: left; }
    .get-app-block h2 {
      text-align: left;
      font-size: 40px;
      font-weight: 500; }
    .get-app-block .wrapper {
      display: flex;
      align-items: center; }
    .get-app-block .app-block {
      width: 50%; }
      .get-app-block .app-block .app-img-block {
        display: none; }
    .get-app-block .get-app-image {
      width: 50%;
      display: block;
      height: 700px; }
      .get-app-block .get-app-image img {
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: auto auto; }

  footer h2 {
    margin: 120px 0 30px;
    font-size: 40px;
    font-weight: 500; }
  footer .about-us-info-block {
    display: flex; }
    footer .about-us-info-block .top-block {
      width: 60%;
      padding-right: 80px; }
      footer .about-us-info-block .top-block p:first-of-type {
        margin-top: 0; }
    footer .about-us-info-block .about-description {
      width: 40%;
      margin-top: 0;
      padding-top: 0;
      padding-left: 80px;
      border: none;
      border-left: 1px solid #707070; }
      footer .about-us-info-block .about-description p:first-of-type {
        margin-top: 0; }
  footer .top-block p,
  footer .about-description p {
    font-size: 24px;
    line-height: 34px; }
  footer .social-networks {
    margin-top: 120px;
    font-size: 24px;
    width: 400px;
    align-items: end; } }
