body, html {
  margin: 0px;
  padding: 0px; }

body * {
  box-sizing: border-box;
  font-family: "Roboto" ,sans-serif; }

.container {
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

header {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 3;
  top: 20px; }
  header .outer__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #E9F9FF;
    border-radius: 42px; }
    header .outer__header .right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .outer__header .right > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 43px; }
        header .outer__header .right > ul > li {
          margin-right: 44.4px; }
          header .outer__header .right > ul > li > a {
            text-decoration: none;
            font-size: 20px;
            line-height: 23px;
            color: #1E1C1C;
            font-weight: 400; }
          header .outer__header .right > ul > li:last-child {
            margin-right: 0px; }
      header .outer__header .right > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        text-decoration: none;
        border: 2px solid #1E1C1C;
        border-radius: 27px;
        padding-left: 34px;
        padding-right: 34px;
        font-size: 20px;
        line-height: 24px;
        color: #1E1C1C;
        font-weight: 600; }

.how__works {
  padding-top: 86px;
  padding-bottom: 215px; }
  .how__works .outer__how .grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 115px; }
    .how__works .outer__how .grid > .elem {
      max-width: 356px; }
      .how__works .outer__how .grid > .elem:nth-child(1) .desc {
        padding-left: 15px;
        padding-top: 6px; }
        .how__works .outer__how .grid > .elem:nth-child(1) .desc .info > p {
          min-width: 299px; }
      .how__works .outer__how .grid > .elem:nth-child(1) .media {
        padding-right: 5px; }
        .how__works .outer__how .grid > .elem:nth-child(1) .media img {
          max-width: 334px; }
      .how__works .outer__how .grid > .elem:nth-child(2) .desc {
        position: relative;
        left: -17px; }
      .how__works .outer__how .grid > .elem:nth-child(2) .media {
        padding-right: 30px;
        padding-top: 11px; }
        .how__works .outer__how .grid > .elem:nth-child(2) .media img {
          max-width: 320px; }
      .how__works .outer__how .grid > .elem:nth-child(3) .desc {
        position: relative;
        left: -52px;
        top: 12px; }
        .how__works .outer__how .grid > .elem:nth-child(3) .desc .info > p {
          padding-left: 13px;
          max-width: 285px; }
      .how__works .outer__how .grid > .elem:nth-child(3) .media {
        padding-right: 105px;
        padding-top: 4px; }
        .how__works .outer__how .grid > .elem:nth-child(3) .media img {
          max-width: 316px; }
      .how__works .outer__how .grid > .elem .desc {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .how__works .outer__how .grid > .elem .desc .info > h2 {
          margin-top: 0px;
          font-size: 38px;
          line-height: 45px;
          font-weight: bold;
          margin-bottom: 13px;
          white-space: nowrap; }
        .how__works .outer__how .grid > .elem .desc .info > p {
          margin: 0px;
          font-size: 28px;
          color: #1E1C1C;
          line-height: 33px;
          opacity: .5; }
        .how__works .outer__how .grid > .elem .desc > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 45px;
          max-width: 45px;
          min-height: 45px;
          max-height: 45px;
          margin-right: 12px;
          border-radius: 250px;
          background-color: #1E1C1C;
          font-size: 28px;
          line-height: 33px;
          color: #FFFFFF;
          font-weight: 400; }
      .how__works .outer__how .grid > .elem .media {
        margin-bottom: 36px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .how__works .outer__how .grid > .elem .media img {
          max-width: 100%; }
  .how__works .outer__how > .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 8px; }
    .how__works .outer__how > .top > .left {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .how__works .outer__how > .top > .left > span {
        display: block;
        margin-bottom: 23px;
        color: #1E1C1C;
        font-size: 40px;
        line-height: 47px;
        opacity: .5; }
      .how__works .outer__how > .top > .left > h2 {
        margin: 0px;
        font-size: 80px;
        line-height: 94px;
        color: #1E1C1C;
        font-weight: 600; }
    .how__works .outer__how > .top > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 11px;
      height: 60px;
      min-width: 228px;
      background-color: #4DCD38;
      text-decoration: none;
      border-radius: 30px;
      font-size: 20px;
      line-height: 25px;
      box-shadow: 0px 12px 24px rgba(77, 205, 56, 0.4);
      color: #1F7311;
      font-weight: 600;
      transition: .3s ease all; }
      .how__works .outer__how > .top > a:hover {
        opacity: .7; }

.hero__section {
  overflow: hidden;
  padding-top: 252px;
  position: relative;
  padding-bottom: 180px; }
  .hero__section > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 96px;
    width: 100%;
    max-width: 1920px;
    min-width: 1920px; }
  .hero__section .outer__hero {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .hero__section .outer__hero .media {
      margin-right: -200px;
      position: relative;
      top: -57px;
      left: -127px; }
      .hero__section .outer__hero .media img {
        max-width: 840px; }
    .hero__section .outer__hero .desc {
      position: relative;
      z-index: 2;
      max-width: 590px; }
      .hero__section .outer__hero .desc .btn {
        margin-top: 50px;
        display: inline-flex;
        width: 255px;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .hero__section .outer__hero .desc .btn > span {
          display: block;
          text-align: center;
          font-size: 14px;
          line-height: 18px;
          color: #1E1C1C;
          opacity: .5; }
        .hero__section .outer__hero .desc .btn > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin-bottom: 11px;
          height: 63px;
          background-color: #4DCD38;
          text-decoration: none;
          border-radius: 30px;
          font-size: 20px;
          line-height: 25px;
          box-shadow: 0px 12px 24px rgba(77, 205, 56, 0.4);
          color: #1F7311;
          font-weight: 600; }
      .hero__section .outer__hero .desc > p {
        margin: 0px;
        font-size: 28px;
        line-height: 33px;
        color: #1E1C1C;
        opacity: .5; }
      .hero__section .outer__hero .desc > h1 {
        margin-top: 0px;
        margin-bottom: 31px;
        font-size: 90px;
        line-height: 105px;
        color: #1E1C1C;
        font-weight: 600; }
        .hero__section .outer__hero .desc > h1 span {
          color: #4DCD38; }

.why__we {
  padding-top: 162px;
  padding-bottom: 94px; }
  .why__we .outer__why {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .why__we .outer__why .media {
      padding-left: 20px; }
    .why__we .outer__why .desc {
      padding-top: 40px;
      max-width: 705px; }
      .why__we .outer__why .desc ul {
        padding-left: 10px;
        list-style-type: none;
        margin: 0px; }
        .why__we .outer__why .desc ul > li {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          margin-bottom: 23px; }
          .why__we .outer__why .desc ul > li:last-child {
            margin-bottom: 0px; }
          .why__we .outer__why .desc ul > li > span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
            min-width: 26px;
            position: relative;
            top: 11px;
            left: -3px; }
          .why__we .outer__why .desc ul > li > p {
            margin: 0px;
            font-size: 28px;
            line-height: 33px;
            color: #1E1C1C;
            opacity: .5; }
            .why__we .outer__why .desc ul > li > p span {
              font-weight: bold; }
      .why__we .outer__why .desc > span {
        display: block;
        margin-bottom: 23px;
        font-size: 40px;
        line-height: 47px;
        color: #1E1C1C;
        opacity: .5; }
      .why__we .outer__why .desc > h2 {
        margin: 0px;
        margin-bottom: 34px;
        font-size: 80px;
        color: #1E1C1C;
        font-weight: 600;
        line-height: 94px; }

.trust__wrapper {
  padding-top: 187px;
  padding-bottom: 132px; }
  .trust__wrapper .outer__trust .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 47px; }
    .trust__wrapper .outer__trust .grid > .elem {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: calc(33% - 12px);
      padding: 10px;
      background-color: #F9F9F9;
      border-radius: 24px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 24px;
      position: relative; }
      .trust__wrapper .outer__trust .grid > .elem:nth-child(1):before, .trust__wrapper .outer__trust .grid > .elem:nth-child(2):before, .trust__wrapper .outer__trust .grid > .elem:nth-child(4):before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -22px;
        width: 24px;
        z-index: 3;
        height: 7px;
        background: url("../img/separator.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      .trust__wrapper .outer__trust .grid > .elem .inn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        width: 100%;
        border-radius: 24px;
        padding-top: 30px;
        padding-bottom: 22px;
        text-align: center; }
        .trust__wrapper .outer__trust .grid > .elem .inn > p {
          margin: 0px;
          margin-top: 14px;
          font-size: 28px;
          line-height: 33px;
          color: #1E1C1C;
          font-weight: bold; }
      .trust__wrapper .outer__trust .grid > .elem:nth-child(4) {
        margin-left: auto;
        margin-right: 8px; }
      .trust__wrapper .outer__trust .grid > .elem:nth-child(5) {
        margin-right: auto;
        margin-left: 8px; }
      .trust__wrapper .outer__trust .grid > .elem .media {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 98px;
        max-width: 98px;
        min-height: 98px;
        max-height: 98px; }
  .trust__wrapper .outer__trust > span {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #1E1C1C;
    line-height: 47px;
    opacity: .5;
    margin-bottom: 12px; }
  .trust__wrapper .outer__trust > h2 {
    margin: 0px;
    font-size: 80px;
    color: #1E1C1C;
    font-weight: 600;
    line-height: 94px;
    text-align: center; }

footer {
  padding-bottom: 70px; }
  footer .outer__footer {
    padding-top: 70px;
    text-align: center;
    border-top: 1px solid #D9D9D9; }
    footer .outer__footer > p {
      margin: 0px;
      font-size: 20px;
      line-height: 23px;
      color: #000000; }

.contact__wrapper {
  padding: 75px 0px;
  padding-bottom: 95px; }
  .contact__wrapper .outer__contact {
    width: 100%;
    padding: 68px 67px;
    padding-bottom: 82px;
    border: 6px solid #776058;
    border-radius: 24px;
    background-color: #FFC2A9; }
    .contact__wrapper .outer__contact .desc {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .contact__wrapper .outer__contact .desc form {
        width: 100%;
        max-width: 580px; }
        .contact__wrapper .outer__contact .desc form .group__submit {
          display: flex;
          flex-direction: column;
          max-width: 228px;
          align-items: center;
          margin-top: 34px; }
          .contact__wrapper .outer__contact .desc form .group__submit > button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 11px;
            height: 60px;
            min-width: 228px;
            cursor: pointer;
            outline: none;
            border: 0px;
            background-color: #4DCD38;
            text-decoration: none;
            border-radius: 30px;
            font-size: 20px;
            line-height: 25px;
            box-shadow: 0px 12px 24px rgba(77, 205, 56, 0.4);
            color: #1F7311;
            font-weight: 600;
            transition: .3s ease all; }
          .contact__wrapper .outer__contact .desc form .group__submit > span {
            font-size: 14px;
            line-height: 20px;
            color: #1E1C1C;
            opacity: .5; }
        .contact__wrapper .outer__contact .desc form > .group__input {
          margin-bottom: 20px; }
          .contact__wrapper .outer__contact .desc form > .group__input > select {
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: '';
            background: url("../img/selectarrow.svg");
            background-repeat: no-repeat;
            background-size: 23px;
            background-position: calc(100% - 25px) center; }
          .contact__wrapper .outer__contact .desc form > .group__input > input, .contact__wrapper .outer__contact .desc form > .group__input > select {
            width: 100%;
            height: 60px;
            background-color: #FFFFFF;
            border-radius: 16px;
            outline: none;
            border: 0px;
            padding-left: 24px;
            padding-right: 24px;
            font-size: 25px;
            line-height: 34px; }
          .contact__wrapper .outer__contact .desc form > .group__input:last-child {
            margin-bottom: 0px; }
      .contact__wrapper .outer__contact .desc > .left {
        max-width: 540px;
        width: 100%; }
        .contact__wrapper .outer__contact .desc > .left > h2 {
          margin-top: 0px;
          margin-bottom: 50px;
          font-size: 80px;
          color: #1E1C1C;
          font-weight: 600;
          line-height: 94px; }
        .contact__wrapper .outer__contact .desc > .left > p {
          margin: 0px;
          font-size: 28px;
          color: #1E1C1C;
          line-height: 33px;
          opacity: .7; }
    .contact__wrapper .outer__contact > span {
      font-size: 40px;
      line-height: 48px;
      color: #1E1C1C;
      opacity: .5;
      margin-bottom: 58px;
      display: block; }

.thanks {
  padding: 80px 0px;
  text-align: center; }
  .thanks > h2 {
    font-size: 80px;
    color: #1E1C1C;
    font-weight: 600;
    line-height: 94px;
    margin: 0px; }

.contact__wrapper {
  padding-top: 81px; }

.contact__wrapper .outer__contact .desc form > .group__input {
  margin-bottom: 24px; }

.contact__wrapper .outer__contact .desc form .group__submit {
  margin-top: 52px; }

.contact__wrapper .outer__contact .desc > .left > span {
  display: block;
  margin-bottom: 58px;
  font-size: 40px;
  line-height: 48px;
  color: #1E1C1C;
  opacity: .5; }

.why__we .outer__why .desc ul > li > p br {
  display: none; }

@media (min-width: 1921px) {
  .hero__section > img {
    max-width: 2520px;
    min-width: 2520px; }

  .hero__section > img {
    bottom: 13px; } }
@media (max-width: 1280px) {
  .thanks > h2 {
    font-size: 60px;
    line-height: 70px; }

  .contact__wrapper .outer__contact > span {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px; }

  .contact__wrapper .outer__contact .desc > .left > h2 {
    font-size: 70px;
    line-height: 83px; }

  .contact__wrapper .outer__contact .desc > .left {
    max-width: 415px;
    margin-right: 40px; }

  .contact__wrapper .outer__contact .desc > .left > p {
    font-size: 24px;
    line-height: 29px; }

  .contact__wrapper .outer__contact {
    padding: 40px; }

  .trust__wrapper {
    padding-top: 90px;
    padding-bottom: 60px; }

  .trust__wrapper .outer__trust > h2 {
    font-size: 64px;
    line-height: 74px; }

  .trust__wrapper .outer__trust .grid > .elem .inn > p {
    font-size: 24px;
    line-height: 28px; }

  .why__we .outer__why .desc > h2 {
    font-size: 64px;
    line-height: 74px; }

  .why__we .outer__why .desc {
    max-width: 620px; }

  .why__we .outer__why .media img {
    max-width: 412px;
    height: auto; }

  .why__we .outer__why {
    align-items: center; }

  .how__works {
    padding-top: 45px;
    padding-bottom: 140px; }

  .how__works .outer__how > .top > .left > span {
    font-size: 32px;
    line-height: 38px; }

  .how__works .outer__how > .top > .left > h2 {
    font-size: 66px;
    line-height: 74px; }

  .how__works .outer__how .grid > .elem {
    max-width: 290px; }

  .how__works .outer__how .grid > .elem .desc .info > h2 {
    font-size: 30px;
    line-height: 35px; }

  .how__works .outer__how .grid > .elem .desc .info > p {
    font-size: 22px;
    line-height: 26px; }

  .how__works .outer__how .grid {
    margin-top: 65px; }

  header .outer__header .right > ul > li {
    margin-right: 32px; }

  header .outer__header .right > ul {
    margin-right: 32px; }

  .hero__section .outer__hero .desc > h1 {
    font-size: 75px;
    line-height: 88px; }

  .hero__section .outer__hero .desc > p {
    font-size: 24px;
    line-height: 29px; }

  .hero__section .outer__hero .desc {
    max-width: 520px; }

  .hero__section .outer__hero .media img {
    max-width: 640px; }

  .hero__section > img {
    bottom: 70px; } }
.menu__btn {
  display: none; }

.mobile__media {
  display: none; }

.trust__wrapper .outer__trust .grid > .elem .inn {
  border: 1px solid #D9D9D9; }

.close {
  display: none; }

@media (max-width: 991px) {
  .contact__wrapper .outer__contact .desc > .left > span {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px; }
    .contact__wrapper .outer__contact .desc > .left > span br {
      display: none; }

  .contact__wrapper .outer__contact .desc > .left > p {
    opacity: .5; }

  .thanks > h2 {
    font-size: 36px;
    line-height: 44px; }

  .close {
    display: inline-flex;
    position: absolute;
    top: 5px;
    right: 5px;
    align-items: center;
    justify-content: center; }
    .close > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .close > a img {
        max-width: 25px; }

  .trust__wrapper .outer__trust .grid > .elem {
    width: 100%;
    max-width: 340px; }

  .contact__wrapper .outer__contact {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0px;
    flex-direction: column; }

  .contact__wrapper .outer__contact .desc {
    flex-direction: column; }

  .contact__wrapper .outer__contact .desc > .left {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%; }

  .contact__wrapper .outer__contact {
    padding: 40px 35px; }

  .contact__wrapper .outer__contact .desc form > .group__input > input, .contact__wrapper .outer__contact .desc form > .group__input > select {
    height: 50px;
    font-size: 16px;
    line-height: 19px;
    border-radius: 16px; }

  .contact__wrapper .outer__contact .desc form > .group__input {
    margin-bottom: 11px; }

  .contact__wrapper .outer__contact .desc form .group__submit {
    margin-top: 30px; }
    .contact__wrapper .outer__contact .desc form .group__submit > button {
      height: 48px;
      min-height: 48px;
      font-size: 16px; }

  .contact__wrapper .outer__contact .desc form .group__submit > span {
    font-size: 12px;
    line-height: 16px; }

  footer .outer__footer {
    padding-top: 20px; }

  footer .outer__footer > p {
    font-size: 12px;
    line-height: 16px; }

  .contact__wrapper {
    padding-bottom: 65px; }

  .contact__wrapper .outer__contact .desc > .left > h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 14px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }

  .contact__wrapper .outer__contact .desc form {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }

  .contact__wrapper .outer__contact .desc form .group__submit {
    max-width: 100%;
    width: 100%; }
    .contact__wrapper .outer__contact .desc form .group__submit > button {
      width: 100%; }

  .contact__wrapper .outer__contact .desc > .left > p {
    font-size: 16px;
    line-height: 19px;
    max-width: 245px;
    margin-left: auto;
    margin-right: auto; }

  .contact__wrapper .outer__contact > span {
    text-align: center;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 33px;
    color: #1E1C1C; }
    .contact__wrapper .outer__contact > span br {
      display: none; }

  footer {
    padding-bottom: 58px; }

  .contact__wrapper {
    padding-top: 0px; }

  .trust__wrapper {
    padding-top: 70px;
    padding-bottom: 90px; }

  .trust__wrapper .outer__trust .grid > .elem:nth-child(5) {
    margin-bottom: 0px; }

  .trust__wrapper .outer__trust .grid > .elem {
    padding: 7px; }

  .trust__wrapper .outer__trust .grid > .elem .inn {
    border-radius: 20px; }

  .trust__wrapper .outer__trust .grid > .elem:nth-child(1):before, .trust__wrapper .outer__trust .grid > .elem:nth-child(2):before, .trust__wrapper .outer__trust .grid > .elem:nth-child(4):before {
    content: none; }

  .trust__wrapper .outer__trust .grid > .elem:last-child:after {
    content: none; }
  .trust__wrapper .outer__trust .grid > .elem:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    height: 24px;
    z-index: 2;
    width: 6px;
    background: url("../img/separatormobile.svg");
    background-repeat: no-repeat;
    background-size: contain; }

  .trust__wrapper .outer__trust .grid {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  .trust__wrapper .outer__trust .grid > .elem .inn > p {
    font-size: 16px;
    line-height: 19px; }

  .trust__wrapper .outer__trust .grid > .elem {
    margin-bottom: 14px; }

  .trust__wrapper .outer__trust .grid > .elem:nth-child(4), .trust__wrapper .outer__trust .grid > .elem:nth-child(5) {
    margin-right: auto;
    margin-left: auto; }

  .trust__wrapper .outer__trust .grid > .elem .media {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px; }
    .trust__wrapper .outer__trust .grid > .elem .media img {
      max-width: 100%;
      max-height: 100%; }

  .trust__wrapper .outer__trust > span {
    font-size: 28px;
    line-height: 33px; }

  .trust__wrapper .outer__trust > h2 {
    font-size: 42px;
    line-height: 49px; }

  .trust__wrapper .outer__trust .grid {
    margin-top: 33px; }

  .why__we {
    padding-top: 60px;
    padding-bottom: 70px; }

  .why__we .outer__why .media {
    display: none; }

  .why__we .outer__why .desc > h2 {
    text-align: center;
    font-size: 42px;
    line-height: 49px; }

  .why__we .outer__why .desc {
    max-width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto; }

  .why__we .outer__why .desc ul > li > span {
    left: 0px;
    top: 3px; }
    .why__we .outer__why .desc ul > li > span img {
      max-width: 17px; }

  .why__we .outer__why .desc ul > li > p {
    font-size: 16px;
    line-height: 22px; }

  .why__we .outer__why .desc {
    padding-top: 0px; }
    .why__we .outer__why .desc > span {
      text-align: center;
      font-size: 28px;
      margin-bottom: 8px;
      line-height: 33px; }

  .how__works .outer__how > .top > .left > h2 {
    text-align: center; }

  .how__works .outer__how .grid > .elem .desc .info > h2 {
    white-space: initial; }

  .how__works {
    padding-bottom: 65px; }

  .how__works .outer__how > .top > a {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); }

  .how__works .outer__how > .top > .left {
    width: 100%;
    align-items: center; }
    .how__works .outer__how > .top > .left > span {
      display: block;
      margin-bottom: 8px;
      font-size: 28px;
      line-height: 33px; }

  .how__works .outer__how .grid > .elem .media {
    margin-bottom: 15px; }

  .how__works .outer__how .grid > .elem .desc .info > h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px; }
    .how__works .outer__how .grid > .elem .desc .info > h2 br {
      display: none; }

  .how__works .outer__how .grid > .elem:nth-child(2) .media {
    padding-right: 0px;
    padding-top: 0px; }
    .how__works .outer__how .grid > .elem:nth-child(2) .media img {
      width: 100%;
      height: auto;
      max-width: 100%; }

  .how__works .outer__how .grid > .elem:nth-child(2) .desc {
    left: 0px; }

  .how__works .outer__how .grid > .elem:nth-child(3) .media {
    padding-right: 0px;
    padding-top: 0px; }
    .how__works .outer__how .grid > .elem:nth-child(3) .media img {
      width: 100%;
      height: auto;
      max-width: 100%; }

  .how__works .outer__how .grid > .elem:nth-child(3) .desc {
    left: 0px;
    top: 0px; }

  .how__works .outer__how .grid > .elem .desc .info > p {
    font-size: 16px;
    line-height: 19px; }

  .how__works .outer__how .grid > .elem .desc {
    padding-left: 0px !important;
    padding-top: 0px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }

  .how__works .outer__how .grid > .elem .desc > span {
    margin-right: 0px;
    margin-bottom: 7px;
    min-width: 31px;
    max-width: 31px;
    min-height: 31px;
    max-height: 31px;
    font-size: 16px; }

  .how__works .outer__how .grid > .elem {
    margin-bottom: 64px; }
    .how__works .outer__how .grid > .elem:last-child {
      margin-bottom: 0px; }

  .how__works .outer__how > .top > .left > h2 {
    font-size: 42px;
    line-height: 49px; }

  .how__works .outer__how .grid {
    margin-top: 35px;
    flex-direction: column; }

  .how__works .outer__how .grid > .elem:nth-child(1) .media {
    padding-right: 0px; }

  .how__works .outer__how .grid > .elem:nth-child(1) .media img {
    max-width: 100%;
    width: 100%;
    height: auto; }

  .how__works .outer__how .grid > .elem {
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .how__works .outer__how {
    position: relative;
    padding-bottom: 115px; }

  .mobile__media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .mobile__media > img {
      width: 100%; }

  .hero__section {
    padding-top: 64px;
    padding-bottom: 44px; }

  .hero__section .outer__hero {
    flex-direction: column; }

  .hero__section .outer__hero .desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 19px; }

  .hero__section .outer__hero .desc > h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px; }

  .hero__section .outer__hero .desc > p {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px; }

  .hero__section .outer__hero .desc .btn {
    margin-top: 34px; }

  .hero__section .outer__hero .desc .btn > a {
    height: 48px;
    padding-left: 21px;
    width: auto;
    padding-right: 21px;
    font-size: 16px; }

  .hero__section .outer__hero .desc .btn > span {
    font-size: 12px;
    line-height: 16px; }

  .hero__section .outer__hero .media {
    display: none; }

  .hero__section > img {
    display: none; }

  header .outer__header > a img {
    max-width: 64px; }

  .menu__btn {
    align-items: center;
    justify-content: center;
    display: inline-flex; }

  header {
    top: 0px; }
    header .container {
      padding-left: 0px;
      padding-right: 0px; }

  header .outer__header {
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px; }

  header .outer__header .right {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 280px;
    right: -280px;
    transition: .4s ease all;
    height: 100%;
    background-color: #E9F9FF;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 20px; }
    header .outer__header .right ul {
      flex-direction: column;
      align-items: flex-start; }
      header .outer__header .right ul > li {
        margin-bottom: 15px; }
        header .outer__header .right ul > li:last-child {
          margin-bottom: 0px; }
    header .outer__header .right > a {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
