@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

body {
  overflow-y: scroll;
  position: relative;
  font-family: "Rubik"; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ''; }

q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=submit] {
  -webkit-appearance: none; }

*:active, *:focus {
  outline: none; }

.site-grid-container {
  display: block; }
  .site-grid-container .site-grid-rows {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap; }
    .site-grid-container .site-grid-rows .site-grid-row {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      flex-wrap: wrap;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 15px; }
      @media (min-width: 1024px) and (max-width: 1350px) {
        .site-grid-container .site-grid-rows .site-grid-row {
          padding: 0 6px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .site-grid-container .site-grid-rows .site-grid-row {
          padding: 0 9px; } }
      @media (max-width: 767px) {
        .site-grid-container .site-grid-rows .site-grid-row {
          padding: 0 10px; } }
      .site-grid-container .site-grid-rows .site-grid-row.center-content-row {
        justify-content: center;
        width: 100%; }
        .site-grid-container .site-grid-rows .site-grid-row.center-content-row .center-content-wrap {
          width: 1290px; }
          @media (min-width: 1024px) and (max-width: 1350px) {
            .site-grid-container .site-grid-rows .site-grid-row.center-content-row .center-content-wrap {
              width: 990px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .site-grid-container .site-grid-rows .site-grid-row.center-content-row .center-content-wrap {
              width: 750px; } }
          @media (max-width: 767px) {
            .site-grid-container .site-grid-rows .site-grid-row.center-content-row .center-content-wrap {
              width: 100%; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body {
  -webkit-animation: fade-in 1s linear;
  -moz-animation: fade-in 1s linear;
  -o-animation: fade-in 1s linear;
  animation: fade-in 1s linear; }

body {
  background: #F5F7FA;
  color: #333647; }

.btn-type-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  background: #FFD452;
  border: 1px solid #FFD452;
  border-radius: 4px;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1);
  color: #000000;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .btn-type-1:hover {
    background: #fcdb68;
    border: 1px solid #fcdb68;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0 0 5px 0 #fcdb68; }
  .btn-type-1:active {
    opacity: .7; }

.btn-type-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  background: #FFD452;
  border: 1px solid #FFD452;
  border-radius: 4px;
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .btn-type-2:hover {
    background: #fcdb68;
    border: 1px solid #fcdb68;
    box-shadow: 0 0 5px 0 #fcdb68; }
  .btn-type-2:active {
    opacity: .7; }

.mobile-menu-window {
  display: none;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333647;
  z-index: 1000;
  padding: 60px 0 60px; }
  .mobile-menu-window .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  .mobile-menu-window .flex-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: auto; }
  .mobile-menu-window .logo {
    display: block;
    text-decoration: none; }
    .mobile-menu-window .logo svg {
      display: block;
      margin: 0 auto; }
  .mobile-menu-window .site-mobile-menu {
    display: block;
    margin-top: 50px; }
    .mobile-menu-window .site-mobile-menu ul {
      display: block; }
      .mobile-menu-window .site-mobile-menu ul li {
        display: block;
        text-align: center;
        margin-top: 30px; }
        .mobile-menu-window .site-mobile-menu ul li:first-child {
          margin-top: 0; }
        .mobile-menu-window .site-mobile-menu ul li a {
          display: block;
          font-weight: 500;
          font-size: 24px;
          line-height: 30px;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition-property: color;
          -moz-transition-property: color;
          -o-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .mobile-menu-window .site-mobile-menu ul li a:hover {
            color: #4584FF; }
          .mobile-menu-window .site-mobile-menu ul li a:active {
            color: #4584FF; }
          .mobile-menu-window .site-mobile-menu ul li a.mPS2id-highlight.mPS2id-highlight-first {
            color: #4584FF; }
  .mobile-menu-window .btn {
    width: 300px;
    max-width: 100%;
    margin: 50px auto 0; }

.site-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 999; }
  .site-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    opacity: 0;
    z-index: 1;
    background: #FFFFFF;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .site-header .flex-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    width: 1290px;
    max-width: 100%;
    padding: 0 0;
    margin: 0 auto;
    z-index: 10; }
    @media (min-width: 1442px) {
      .site-header .flex-box {
        width: 1920px;
        padding: 0 76px; } }
  .site-header .logo {
    display: block; }
    .site-header .logo .light {
      display: block; }
    .site-header .logo .dark {
      display: none; }
  .site-header .header-menu {
    display: block;
    margin-left: auto; }
    .site-header .header-menu ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      .site-header .header-menu ul li {
        display: block;
        margin: 0 12px; }
        .site-header .header-menu ul li a {
          display: block;
          font-size: 15px;
          line-height: 20px;
          letter-spacing: 0.02em;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .site-header .header-menu ul li a:hover {
            color: #4584FF; }
          .site-header .header-menu ul li a.mPS2id-highlight.mPS2id-highlight-first {
            color: #4584FF; }
  .site-header .btn {
    width: 142px;
    margin-left: 20px; }
  .site-header .burger-btn {
    display: none; }

.fixed_header .site-header {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08); }
  .fixed_header .site-header:before {
    width: 102%;
    height: 102%;
    opacity: 1; }
  .fixed_header .site-header .logo .light {
    display: none; }
  .fixed_header .site-header .logo .dark {
    display: block; }
  .fixed_header .site-header .header-menu ul li a {
    color: #333647; }

.promo-block {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: #333647; }
  .promo-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("../images/first-screen-3.svg") no-repeat center bottom;
    background-size: 100% auto;
    z-index: 10; }
  .promo-block .flex-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 900px;
    width: 100%;
    z-index: 20;
    padding-top: 190px; }
  .promo-block .heading {
    display: block;
    font-family: "PT Sans";
    font-weight: 600;
    font-size: 68px;
    line-height: 76px;
    letter-spacing: -0.02em;
    color: #FFFFFF; }
  .promo-block .description {
    display: block;
    margin-top: 40px;
    font-size: 19px;
    line-height: 27px;
    color: #F2F9FF; }
  .promo-block .btn {
    margin-top: 40px;
    width: 270px; }
  .promo-block .deer-image {
    display: none !important;
    position: absolute;
    top: 140px;
    right: -20px; }
  .promo-block .mobile-label {
    display: none; }
  .promo-block .mobile-back {
    display: none; }
    .promo-block .mobile-back img {
      display: block;
      width: 100%;
      height: auto; }

.about-block {
  display: block;
  margin-top: 120px; }
  .about-block .title {
    display: block;
    font-family: "PT Sans";
    font-weight: 600;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.02em;
    color: #333647;
    text-align: center; }
  .about-block .subtitle {
    display: block;
    margin-top: 24px;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #000000; }
  .about-block .items {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin-top: 40px; }
    .about-block .items .item {
      display: block;
      background: #FFFFFF;
      border: 1px solid #E2E5EC; }
      .about-block .items .item:first-child {
        border-radius: 16px 0 0 16px; }
      .about-block .items .item:last-child {
        border-radius: 0 16px 16px 0; }
      .about-block .items .item.dark {
        border-color: #333647;
        background: #333647; }
  .about-block .item-box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 260px;
    width: 440px; }
    .about-block .item-box-2 .image {
      display: block; }
      .about-block .item-box-2 .image svg {
        display: block;
        margin: 0 auto; }
    .about-block .item-box-2 .description {
      display: block;
      margin-top: 32px;
      font-size: 19px;
      line-height: 27px;
      text-align: center;
      color: #FFFFFF; }
  .about-block .item-box-1, .about-block .item-box-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 260px;
    width: 440px;
    padding: 0 20px; }
    .about-block .item-box-1 .number, .about-block .item-box-3 .number {
      display: block;
      font-family: "PT Sans";
      font-weight: 600;
      font-size: 32px;
      line-height: 32px;
      text-align: center;
      letter-spacing: -0.02em;
      color: #262626; }
    .about-block .item-box-1 .label, .about-block .item-box-3 .label {
      display: block;
      margin-top: 8px;
      font-size: 15px;
      line-height: 21px;
      text-align: center;
      color: #262626; }
    .about-block .item-box-1 .description, .about-block .item-box-3 .description {
      display: block;
      margin-top: 30px;
      font-size: 19px;
      line-height: 27px;
      text-align: center;
      color: #1B1D29; }
      .about-block .item-box-1 .description img, .about-block .item-box-3 .description img {
        display: block;
        margin: 12px auto 0; }

.how-block {
  display: block;
  position: relative;
  margin-top: 120px;
  padding-bottom: 250px;
  max-width: 100%;
  overflow: hidden; }
  .how-block .love-lama {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #333647;
    border-radius: 0 16px 16px 0; }
    .how-block .love-lama .flex-box {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-end; }
      .how-block .love-lama .flex-box .image {
        display: block; }
        .how-block .love-lama .flex-box .image img {
          margin-bottom: -4px; }
      .how-block .love-lama .flex-box .text {
        display: block;
        font-size: 28px;
        line-height: 40px;
        color: #FFFFFF;
        padding: 34px 64px 40px 56px; }
  .how-block .site-screenshot {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 40px;
    right: 0;
    width: 50%;
    padding-left: 150px; }
    .how-block .site-screenshot img {
      display: block;
      height: 690px;
      width: auto; }
  .how-block .title {
    display: block;
    font-family: "PT Sans";
    font-weight: 600;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.02em;
    color: #333647; }
  .how-block .items {
    display: block;
    width: 660px; }
    .how-block .items .item {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      margin-top: 56px; }
      .how-block .items .item .number {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 16px;
        width: 60px;
        height: 60px;
        border-radius: 22px;
        background: #FFD452;
        border: 3px solid #FFE596;
        font-family: "PT Sans";
        font-weight: bold;
        font-size: 28px;
        line-height: 40px;
        color: #000000; }
      .how-block .items .item .text {
        display: block;
        width: calc(100% - 76px);
        font-size: 28px;
        line-height: 40px;
        color: #000000; }
        .how-block .items .item .text a {
          color: #4584FF;
          text-decoration: underline; }
          .how-block .items .item .text a:hover {
            text-decoration: none; }

.funds-block {
  display: block;
  margin-top: 120px; }
  .funds-block .title {
    display: block;
    font-family: "PT Sans";
    font-weight: 600;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.02em;
    color: #333647;
    text-align: center; }
  .funds-block .funds-slider {
    width: 1350px;
    margin: 0 auto; }
    .funds-block .funds-slider .swiper-slide {
      width: 425px; }
    @media (min-width: 1350px) {
      .funds-block .funds-slider .swiper-slide-active .fund-inner {
        -moz-transform: translate(0, 56px);
        -ms-transform: translate(0, 56px);
        -webkit-transform: translate(0, 56px);
        -o-transform: translate(0, 56px);
        transform: translate(0, 56px); } }

.fund-box {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 425px;
  padding: 56px 10px 76px; }
  .fund-box .fund-inner {
    display: block;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(51, 54, 71, 0.1);
    border-radius: 16px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .fund-box .fund-inner .fund {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 30px 40px 24px;
      text-decoration: none;
      border-radius: 16px 16px 0 0;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .fund-box .fund-inner .fund:hover {
        background-color: #FFF7DF; }
      .fund-box .fund-inner .fund .icon {
        display: block;
        margin-right: 16px;
        width: 56px; }
        .fund-box .fund-inner .fund .icon img {
          display: block;
          width: 56px;
          height: auto; }
      .fund-box .fund-inner .fund .heading {
        display: block;
        font-size: 19px;
        line-height: 27px;
        color: #000000;
        text-decoration: none; }
    .fund-box .fund-inner .line {
      display: block;
      width: 100%;
      height: 1px;
      background: #E2E5EC; }
    .fund-box .fund-inner .description {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 40px 40px;
      font-size: 15px;
      line-height: 21px;
      color: #333647; }
      .fund-box .fund-inner .description p {
        display: block;
        height: 210px;
        overflow: hidden; }
      .fund-box .fund-inner .description .btn {
        margin-top: 4px;
        width: 160px;
        height: 32px;
        font-size: 13px; }

.part-block {
  display: block;
  margin-top: 100px; }
  .part-block .title {
    display: block;
    font-family: "PT Sans";
    font-weight: 600;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.02em;
    color: #333647;
    text-align: center; }
  .part-block .items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 56px;
    margin: -20px 0 0 -20px; }
    .part-block .items .item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(33.33% - 20px);
      height: 310px;
      margin: 20px 0 0 20px;
      background: #FFFFFF;
      border: 1px solid #E2E5EC;
      border-radius: 16px;
      padding: 40px 32px; }
      .part-block .items .item .btn {
        margin: 16px auto 0;
        width: 270px;
        height: 56px;
        font-size: 19px; }
      .part-block .items .item .heading {
        display: block;
        font-family: "PT Sans";
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        color: #000000; }
      .part-block .items .item .number {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 32px;
        bottom: 24px;
        width: 60px;
        height: 60px;
        background: #FFD452;
        border-radius: 22px;
        font-family: "PT Sans";
        font-weight: bold;
        font-size: 28px;
        line-height: 32px;
        color: #000000;
        border: 3px solid #FFE596;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
    .part-block .items .item-1 {
      background: #333647 url("../images/part-item-1.svg") no-repeat right bottom;
      border: none; }
    .part-block .items .item-2 {
      background: #FFFFFF url("../images/part-item-2.svg") no-repeat right bottom; }
    .part-block .items .item-3 {
      background: #FFFFFF url("../images/part-item-3.png") no-repeat right bottom; }
  .part-block .items-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
    margin: -20px 0 0 -20px; }
    .part-block .items-2 .item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(50% - 20px);
      height: 310px;
      margin: 20px 0 0 20px;
      background: #FFFFFF;
      border: 1px solid #E2E5EC;
      border-radius: 16px;
      padding: 40px 32px; }
      .part-block .items-2 .item .heading {
        display: block;
        font-family: "PT Sans";
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        color: #000000; }
      .part-block .items-2 .item .link {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        margin-top: 24px;
        font-size: 24px;
        line-height: 34px;
        text-decoration-line: underline;
        color: #4584FF; }
        .part-block .items-2 .item .link:hover {
          text-decoration: none; }
    .part-block .items-2 .item-4 {
      background: #FFFFFF url("../images/part-item-4.svg") no-repeat center bottom; }
    .part-block .items-2 .item-5 {
      background: #FFFFFF url("../images/part-item-5.svg") no-repeat right 36px bottom 22px; }

.faq-block {
  display: block;
  margin-top: 120px; }
  .faq-block .title {
    display: block;
    font-family: "PT Sans";
    font-weight: 600;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.02em;
    color: #333647;
    padding-left: 400px; }
  .faq-block .items {
    display: block;
    margin-top: 56px;
    padding-left: 400px;
    background: url("../images/q-lama.svg") no-repeat left center; }
    .faq-block .items .item {
      display: block;
      border-bottom: 1px solid #E2E5EC; }
      .faq-block .items .item .q {
        display: block;
        position: relative;
        font-size: 24px;
        line-height: 34px;
        color: #000000;
        padding: 28px 100px 28px 0;
        cursor: pointer; }
        .faq-block .items .item .q:after {
          content: '+';
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          position: absolute;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          right: 0;
          top: 50%;
          margin-top: -30px;
          width: 60px;
          height: 60px;
          background: #FFD452;
          border-radius: 22px;
          font-family: "PT Sans";
          font-weight: bold;
          font-size: 28px;
          line-height: 32px;
          color: #000000;
          border: 3px solid #FFE596;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
      .faq-block .items .item .a {
        display: none;
        font-size: 15px;
        line-height: 21px;
        color: #000000;
        padding: 0 100px 28px 0; }
      .faq-block .items .item:hover .q:after {
        background: #fcdb68;
        border-color: #fcdb68;
        box-shadow: 0 0 5px 0 #fcdb68; }
      .faq-block .items .item.active .q:after {
        content: '-'; }
      .faq-block .items .item.active .a {
        display: block; }

.site-footer {
  display: block;
  margin-top: 120px;
  background: #333647; }
  .site-footer .first-line .flex-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1290px;
    max-width: 100%;
    padding: 24px 0 48px;
    margin: 0 auto; }
    @media (min-width: 1442px) {
      .site-footer .first-line .flex-box {
        width: 1920px;
        padding: 24px 76px 78px; } }
  .site-footer .last-line {
    border-top: 1px solid #1B1D29; }
    .site-footer .last-line .flex-box {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 1290px;
      max-width: 100%;
      height: 58px;
      padding: 0;
      margin: 0 auto; }
      @media (min-width: 1442px) {
        .site-footer .last-line .flex-box {
          width: 1920px;
          padding: 0 76px; } }
  .site-footer .footer-menu {
    display: block;
    margin-right: 70px; }
    .site-footer .footer-menu .heading {
      display: block;
      font-size: 13px;
      line-height: 17px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #FFD452; }
    .site-footer .footer-menu ul {
      display: block; }
      .site-footer .footer-menu ul li {
        display: block;
        margin-top: 8px; }
        .site-footer .footer-menu ul li a {
          display: block;
          font-size: 13px;
          line-height: 19px;
          color: #FFFFFF;
          text-decoration: none; }
          .site-footer .footer-menu ul li a:hover {
            color: #0086FF; }
  .site-footer .logo {
    display: block;
    margin-left: auto; }
  .site-footer .copyright {
    display: block;
    margin-right: auto;
    font-size: 13px;
    line-height: 15px;
    color: #888991; }
  .site-footer .top-btn {
    display: block; }
  .site-footer .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto; }
    .site-footer .social li {
      display: block;
      margin-left: 16px; }
      .site-footer .social li:first-child {
        margin-left: 0; }
      .site-footer .social li a {
        display: block;
        text-decoration: none; }
        .site-footer .social li a svg {
          display: block;
          fill: #76777F !important;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .site-footer .social li a svg:hover {
            fill: #0086FF !important; }
          .site-footer .social li a svg:active {
            fill: #0086FF !important; }

@media (min-width: 1024px) and (max-width: 1350px) {
  .site-header .flex-box {
    width: 990px; } }
  @media (min-width: 1024px) and (max-width: 1350px) and (min-width: 1142px) {
    .site-header .flex-box {
      padding: 0 76px;
      width: 1290px; } }

@media (min-width: 1024px) and (max-width: 1350px) {
  .promo-block .deer-image {
    top: 140px;
    right: -150px; }

  .about-block .item-box-2 {
    width: 330px; }
  .about-block .item-box-1, .about-block .item-box-3 {
    width: 330px; }

  .funds-block .funds-slider {
    width: calc(100% - ((100% - 990px) / 2));
    margin: 0 0 0 auto; }
    .funds-block .funds-slider .swiper-slide {
      width: 470px; }

  .fund-box {
    width: 470px;
    padding: 56px 10px 20px; }

  .how-block .items {
    width: 580px; }
    .how-block .items .item .text br {
      display: none; }

  .how-block .love-lama .flex-box .text {
    font-size: 26px;
    line-height: 40px;
    padding: 34px 40px 40px 56px; } }
  @media (min-width: 1024px) and (max-width: 1350px) and (min-width: 1024px) and (max-width: 1180px) {
    .how-block .love-lama .flex-box .text {
      font-size: 22px;
      line-height: 30px;
      padding: 34px 30px 40px 56px; } }

@media (min-width: 1024px) and (max-width: 1350px) {
  .site-footer .first-line .flex-box {
    width: 990px; } }
  @media (min-width: 1024px) and (max-width: 1350px) and (min-width: 1142px) {
    .site-footer .first-line .flex-box {
      width: 1290px;
      padding: 24px 76px 48px; } }
@media (min-width: 1024px) and (max-width: 1350px) {
  .site-footer .last-line .flex-box {
    width: 990px; } }
  @media (min-width: 1024px) and (max-width: 1350px) and (min-width: 1142px) {
    .site-footer .last-line .flex-box {
      width: 1290px;
      padding: 0 76px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .site-header .flex-box {
    width: 750px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (min-width: 902px) {
    .site-header .flex-box {
      padding: 0 76px;
      width: 990px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .promo-block .flex-box {
    height: 800px;
    padding-top: 190px; }

  .promo-block .heading {
    margin-top: -30px; }
  .promo-block .deer-image {
    top: 260px;
    right: -135px; }
    .promo-block .deer-image img {
      display: block;
      width: 320px;
      height: auto; }

  .about-block {
    margin-top: 60px; }
    .about-block .subtitle br {
      display: none; }
    .about-block .item-box-2 {
      height: 300px;
      width: 250px;
      padding: 0 20px; }
      .about-block .item-box-2 .description {
        font-size: 17px;
        line-height: 25px; }
    .about-block .item-box-1, .about-block .item-box-3 {
      height: 300px;
      width: 250px; }
      .about-block .item-box-1 .number, .about-block .item-box-3 .number {
        font-size: 28px; }
      .about-block .item-box-1 .description, .about-block .item-box-3 .description {
        font-size: 17px;
        line-height: 25px; }
        .about-block .item-box-1 .description img, .about-block .item-box-3 .description img {
          max-width: 100%;
          height: auto; }

  .how-block {
    margin-top: 60px;
    padding-bottom: 250px; }
    .how-block .love-lama {
      width: 80%; }
      .how-block .love-lama .flex-box .image {
        margin-bottom: -4px; }
      .how-block .love-lama .flex-box .text {
        display: block;
        font-size: 20px;
        line-height: 30px;
        padding: 45px; }
    .how-block .site-screenshot {
      display: none; }
    .how-block .items {
      width: 100%; }

  .funds-block {
    margin-top: 60px; }
    .funds-block .swiper-slide {
      width: 306px; }
    .funds-block .funds-slider {
      width: 100%;
      margin: 0 auto; }
      .funds-block .funds-slider .swiper-slide {
        width: 306px; }

  .fund-box {
    width: 306px;
    padding: 56px 10px 20px; }
    .fund-box .fund-inner .fund {
      flex-direction: column;
      padding: 24px 16px 16px; }
      .fund-box .fund-inner .fund .heading {
        margin-top: 8px; }
    .fund-box .fund-inner .description {
      padding: 16px 16px 32px;
      height: 300px;
      color: #333647; }

  .part-block {
    margin-top: 40px; }
    .part-block .items .item {
      height: 280px;
      padding: 15px; }
      .part-block .items .item .btn {
        margin: 16px auto 0;
        width: 180px;
        height: 46px;
        font-size: 17px; }
      .part-block .items .item .heading {
        font-size: 20px;
        line-height: 28px; }
      .part-block .items .item .number {
        left: 15px;
        bottom: 15px; }
    .part-block .items-2 .item {
      height: 280px;
      padding: 15px; }
      .part-block .items-2 .item .heading {
        font-size: 20px;
        line-height: 28px; }
      .part-block .items-2 .item .link {
        margin-top: 20px;
        font-size: 20px;
        line-height: 28px; }
    .part-block .items-2 .item-4 {
      background: #FFFFFF url("../images/part-item-4.svg") no-repeat center bottom;
      background-size: 100% auto; }
    .part-block .items-2 .item-5 {
      background: #FFFFFF url("../images/part-item-5.svg") no-repeat right 15px bottom 15px;
      background-size: 40% auto; }

  .faq-block {
    margin-top: 60px; }
    .faq-block .title {
      padding-left: 0;
      text-align: center; }
    .faq-block .items {
      padding-left: 0;
      padding-bottom: 400px;
      background: url("../images/q-lama.svg") no-repeat center bottom; }

  .site-footer .first-line .flex-box {
    width: 750px;
    padding: 24px 0 48px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (min-width: 902px) {
    .site-footer .first-line .flex-box {
      width: 990px;
      padding: 24px 76px 48px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer .last-line .flex-box {
    width: 750px;
    padding: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) and (min-width: 902px) {
    .site-footer .last-line .flex-box {
      width: 990px;
      padding: 0 76px; } }

@media (max-width: 767px) {
  .mobile-menu-window.active {
    display: block; }

  .site-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    .site-header:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50%;
      height: 50%;
      opacity: 0;
      z-index: 1;
      background: #FFFFFF;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .site-header .flex-box {
      width: 100%;
      height: 60px;
      max-width: 100%;
      padding: 0 10px; }
    .site-header .logo svg {
      width: 136px;
      height: auto; }
    .site-header .header-menu {
      display: none; }
    .site-header .btn {
      display: none; }
    .site-header .burger-btn {
      display: block;
      margin-left: auto; }

  .promo-block {
    display: block;
    position: relative;
    background: none; }
    .promo-block:after {
      display: none; }
    .promo-block:before {
      display: none; }
    .promo-block .flex-box {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: relative;
      height: auto;
      width: 100%;
      z-index: 20;
      padding-top: 0;
      padding-bottom: 0; }
    .promo-block .text {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(100% + 20px);
      margin: 0 -10px;
      padding: 80px 10px 130px;
      background: #333647;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
      z-index: 30; }
    .promo-block .heading {
      font-size: 32px;
      line-height: 38px; }
      .promo-block .heading br {
        display: none; }
    .promo-block .description {
      margin-top: 24px;
      font-size: 15px;
      line-height: 21px; }
      .promo-block .description br {
        display: none; }
    .promo-block .btn {
      margin-top: 24px;
      height: 46px;
      font-size: 19px; }
    .promo-block .deer-image {
      display: block !important;
      top: auto;
      right: 0;
      bottom: -20px;
      z-index: 30; }
      .promo-block .deer-image img {
        display: block;
        width: 180px;
        height: auto; }
    .promo-block .mobile-label {
      display: block;
      position: absolute;
      bottom: 10px;
      left: 0;
      font-size: 15px;
      line-height: 21px;
      color: #F2F9FF;
      z-index: 30; }
    .promo-block .mobile-back {
      display: block; }

  .about-block {
    margin-top: 50px; }
    .about-block .title {
      font-size: 28px;
      line-height: 34px; }
    .about-block .subtitle {
      margin-top: 16px;
      font-size: 19px;
      line-height: 27px; }
      .about-block .subtitle br {
        display: none; }
    .about-block .items {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-top: 24px; }
      .about-block .items .item {
        width: 100%; }
        .about-block .items .item:first-child {
          border-radius: 16px 16px 0 0; }
        .about-block .items .item:last-child {
          border-radius: 0 0 16px 16px; }
    .about-block .item-box-2 {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 240px;
      width: 100%;
      padding: 0 20px; }
      .about-block .item-box-2 .image {
        display: block; }
        .about-block .item-box-2 .image svg {
          display: block;
          margin: 0 auto; }
      .about-block .item-box-2 .description {
        display: block;
        margin-top: 32px;
        font-size: 19px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF; }
    .about-block .item-box-1, .about-block .item-box-3 {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 240px;
      width: 100%;
      padding: 0 20px; }
      .about-block .item-box-1 .number, .about-block .item-box-3 .number {
        font-size: 32px;
        line-height: 32px; }
      .about-block .item-box-1 .label, .about-block .item-box-3 .label {
        margin-top: 8px;
        font-size: 15px;
        line-height: 21px; }
      .about-block .item-box-1 .description, .about-block .item-box-3 .description {
        margin-top: 24px;
        font-size: 15px;
        line-height: 21px; }
        .about-block .item-box-1 .description br, .about-block .item-box-3 .description br {
          display: none; }
        .about-block .item-box-1 .description img, .about-block .item-box-3 .description img {
          max-width: 100%;
          height: auto; }

  .how-block {
    margin-top: 50px;
    padding-bottom: 0; }
    .how-block .love-lama {
      display: block;
      position: relative;
      left: auto;
      bottom: auto;
      width: 100%;
      border-radius: 0;
      margin-top: 32px; }
      .how-block .love-lama .flex-box {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 24px 10px 0; }
        .how-block .love-lama .flex-box .image {
          display: block;
          margin-top: 18px;
          margin-bottom: -4px; }
        .how-block .love-lama .flex-box .text {
          font-size: 19px;
          line-height: 27px;
          width: 100%;
          padding: 0; }
    .how-block .site-screenshot {
      display: none; }
    .how-block .title {
      font-size: 28px;
      line-height: 34px; }
    .how-block .items {
      width: 100%;
      margin-top: 8px; }
      .how-block .items .item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 24px; }
        .how-block .items .item .number {
          margin-right: 0;
          width: 32px;
          height: 32px;
          border-radius: 10px;
          border: 2px solid #FFE596;
          font-size: 18px;
          line-height: 20px; }
        .how-block .items .item .text {
          display: block;
          margin-top: 8px;
          width: 100%;
          font-size: 19px;
          line-height: 27px; }
          .how-block .items .item .text br {
            display: none; }

  .funds-block {
    margin-top: 50px; }
    .funds-block .title {
      font-size: 28px;
      line-height: 34px; }
    .funds-block .swiper-slide {
      width: 306px; }
    .funds-block .funds-slider {
      width: 100%;
      margin: 0 auto; }
      .funds-block .funds-slider .swiper-slide {
        width: 306px; }

  .fund-box {
    width: 306px;
    padding: 56px 10px 20px; }
    .fund-box .fund-inner .fund {
      flex-direction: column;
      padding: 24px 16px 16px; }
      .fund-box .fund-inner .fund .heading {
        margin-top: 8px; }
    .fund-box .fund-inner .description {
      padding: 16px 16px 32px;
      height: 300px;
      color: #333647; }

  .part-block {
    margin-top: 30px; }
    .part-block .title {
      font-size: 28px;
      line-height: 34px; }
    .part-block .items {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding-top: 8px;
      margin: 0; }
      .part-block .items .item {
        margin: 16px 0 0;
        width: 100%;
        height: 254px;
        border-radius: 16px;
        padding: 24px 15px; }
        .part-block .items .item .btn {
          margin: 16px auto 0;
          width: 270px;
          max-width: 100%;
          height: 56px;
          font-size: 19px; }
        .part-block .items .item .heading {
          font-size: 18px;
          line-height: 22px; }
        .part-block .items .item .number {
          left: 15px;
          bottom: 24px; }
    .part-block .items-2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding-top: 0;
      margin: 0; }
      .part-block .items-2 .item {
        margin: 16px 0 0;
        width: 100%;
        height: 254px;
        border-radius: 16px;
        padding: 24px 15px; }
        .part-block .items-2 .item .heading {
          font-size: 18px;
          line-height: 22px; }
        .part-block .items-2 .item .link {
          margin-top: 16px;
          font-size: 18px;
          line-height: 22px; }
      .part-block .items-2 .item-4 {
        background: #FFFFFF url("../images/part-item-4.svg") no-repeat center bottom;
        background-size: 100% auto; }
      .part-block .items-2 .item-5 {
        background: #FFFFFF url("../images/part-item-5.svg") no-repeat right 15px bottom 10px;
        background-size: 40% auto; }

  .faq-block {
    margin-top: 50px; }
    .faq-block .title {
      font-size: 28px;
      line-height: 34px;
      padding-left: 0;
      text-align: center; }
    .faq-block .items {
      margin-top: 24px;
      padding-left: 0;
      padding-bottom: 400px;
      background: url("../images/q-lama-mobile.svg") no-repeat center bottom; }
      .faq-block .items .item {
        display: block;
        border-bottom: 1px solid #E2E5EC; }
        .faq-block .items .item .q {
          font-size: 19px;
          line-height: 27px;
          padding: 16px 40px 16px 0; }
          .faq-block .items .item .q:after {
            right: 0;
            top: 50%;
            margin-top: -16px;
            width: 32px;
            height: 32px;
            border-radius: 10px;
            font-size: 18px;
            line-height: 22px;
            border: 2px solid #FFE596; }
        .faq-block .items .item .a {
          font-size: 15px;
          line-height: 21px;
          padding: 0 0 16px 0; }

  .site-footer {
    margin-top: 50px; }
    .site-footer .first-line .flex-box {
      position: relative;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      max-width: 100%;
      padding: 116px 10px 8px;
      margin: 0 auto; }
    .site-footer .last-line {
      border-top: 1px solid #1B1D29; }
      .site-footer .last-line .flex-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 24px 10px 32px;
        margin: 0 auto; }
    .site-footer .footer-menu {
      display: block;
      width: 130px;
      margin-right: 0;
      padding: 0 0 24px; } }
    @media (max-width: 767px) and (max-width: 410px) {
      .site-footer .footer-menu.footer-menu-3 {
        margin-right: 130px; } }
@media (max-width: 767px) {
    .site-footer .logo {
      display: block;
      position: absolute;
      top: 24px;
      left: 50%;
      margin: 0;
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .site-footer .copyright {
      display: block;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
    .site-footer .top-btn {
      display: block;
      margin: 20px auto 16px; }
    .site-footer .social {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .site-footer .social li {
        margin: 0 8px; } }

/*# sourceMappingURL=style.css.map */
