/* box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove Paddings */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove Margins*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* body default styles*/
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove List Styles  */
ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-DemiBold.eot");
  src: url("../fonts/TTCommons-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-DemiBold.woff2") format("woff2"), url("../fonts/TTCommons-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Medium.eot");
  src: url("../fonts/TTCommons-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Medium.woff2") format("woff2"), url("../fonts/TTCommons-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Bold.eot");
  src: url("../fonts/TTCommons-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Bold.woff2") format("woff2"), url("../fonts/TTCommons-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-ExtraBold.eot");
  src: url("../fonts/TTCommons-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-ExtraBold.woff2") format("woff2"), url("../fonts/TTCommons-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Black.eot");
  src: url("../fonts/TTCommons-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Black.woff2") format("woff2"), url("../fonts/TTCommons-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Regular.eot");
  src: url("../fonts/TTCommons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Regular.woff2") format("woff2"), url("../fonts/TTCommons-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.animations.fadeIn {
  opacity: 0;
  will-change: transition-delay, transition, opacity;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.animations.fadeIn._active {
  opacity: 1;
}

html {
  font-size: 16px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  html {
    font-size: 12px;
  }
}

body {
  width: 100%;
  background-color: #F5F6FF;
  position: relative;
  overflow-x: hidden;
  font-family: "TT Commons", sans-serif;
}
body.open-menu {
  overflow-y: hidden;
}

section .section_inner {
  padding: 64px 0;
}

section,
footer {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fullheight-wrap {
  overflow-x: hidden;
  margin: 0 auto;
}

/* Tags */
img {
  width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  -webkit-transition: stroke 0.1s linear, fill 0.1s linear;
  transition: stroke 0.1s linear, fill 0.1s linear;
}

h2 {
  font-size: 1.813rem;
  line-height: 0.931em;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #121850;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.125em;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #121850;
}

p {
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: -0.025em;
  color: #121850;
}

a {
  text-decoration: none;
}

/* Containers */
.container {
  padding: 0 20px;
  margin: 0 auto;
}

.container_sm {
  padding: 0 50px;
}
@media screen and (max-width: 320px) {
  .container_sm {
    padding: 0 20px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_inner {
  height: 100%;
  width: 100%;
  padding: 30px 0;
}

/* Buttons */
.btn {
  position: relative;
  font-size: 1.125rem;
  line-height: 1em;
  letter-spacing: 0em;
  line-height: 52px;
  display: inline-block;
  border: 2px solid #D74B44;
  border-radius: 30px;
  width: 195px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear, top 0.3s ease-out, opacity 0.1s ease-out;
  transition: background-color 0.2s linear, color 0.2s linear, top 0.3s ease-out, opacity 0.1s ease-out;
  background-color: #D74B44;
  color: #fff;
}
.btn:hover, .btn:active {
  background-color: transparent;
  color: #D74B44;
  opacity: 1 !important;
}
.btn.alt_btn {
  background-color: transparent;
  color: #D74B44;
}
.btn.alt_btn:hover, .btn.alt_btn:active {
  background-color: #D74B44;
  color: #fff;
  opacity: 1 !important;
}
.business_body .btn, .investor_body .btn {
  -webkit-box-shadow: 0px 11px 28px rgba(215, 75, 68, 0.38);
          box-shadow: 0px 11px 28px rgba(215, 75, 68, 0.38);
  position: fixed;
  bottom: 56px;
  z-index: 999;
  opacity: 1;
}
.btn_wrap {
  position: relative;
  min-height: 56px;
}

/* Telegram Link */
.telegram {
  position: absolute;
  bottom: 12vh;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 99;
}
@media (orientation: landscape) {
  .telegram {
    bottom: 20px;
  }
}
.telegram span {
  display: inline-block;
  color: #121850;
}
.telegram_link {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1em;
  letter-spacing: 0em;
}
.telegram_link span + span {
  margin-left: 12px;
}
.telegram_link span:nth-of-type(1) {
  width: 25px;
}

/* Line between sections */
.border_line {
  height: 1px;
  max-width: 327px;
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.73%, #f5f6ff), color-stop(53.51%, #8a92d9), to(#f5f6ff));
  background: linear-gradient(90deg, #f5f6ff 5.73%, #8a92d9 53.51%, #f5f6ff 100%);
}

/* text_big */
.text_big {
  font-size: 1.5rem;
  line-height: 0.125em;
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 1.12;
}
.hero .text_big {
  line-height: 1.03;
}
.text_big b.hero_b {
  font-size: 1.813rem;
  line-height: 0.6;
}

/* MODAL */
.modal {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1000;
}
.modal .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  padding: 0 15px;
  z-index: 99999;
}
.modal .modal_content video {
  display: block;
}
@media screen and (max-width: 1024px) {
  .modal .modal_content {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal_content {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .modal .modal_content {
    width: 100%;
  }
}
.modal .modal_content .close_modal {
  display: inline-block;
  position: absolute;
  top: -50px;
  right: 15px;
  padding: 0;
  cursor: pointer;
}
.modal .modal_content .close_modal:hover .close_modal-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.modal .modal_content .close_modal-icon {
  height: 13px;
  width: 13px;
  fill: #121850;
  will-change: transform;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .modal .modal_content .close_modal {
    top: -40px;
  }
}

.modal_wrap {
  height: 68.72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 360px) {
  .modal_wrap {
    height: 55%;
  }
}
@media (orientation: landscape) {
  .modal_wrap {
    padding: 50px 0;
  }
}

.video-play {
  position: relative;
  top: 11px;
  cursor: pointer;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  padding-left: 11px;
}
.video-play:hover .modal-svg {
  fill: #D74B44;
}
.video-play img {
  max-width: 118px;
}
.video-play .modal-svg {
  position: absolute;
  left: 4px;
  top: 50%;
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #121850;
}

.header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, padding 0.3s ease;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
@media (orientation: landscape) {
  .header {
    padding: 15px 0;
  }
}
.header.fixed-header {
  background-color: #F5F6FF;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header.fixed-header .logo {
  width: 85px;
}
.header.fixed-header #open-icon {
  padding-top: 7px;
  padding-bottom: 7px;
}
.header .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.header .logo {
  display: inline-block;
  width: 118px;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.header #open-icon {
  display: inline-block;
  padding: 14px;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.header .open-svg {
  stroke: #2b2d5f;
  width: 20px;
  height: 20px;
}
.header .open-svg:hover {
  stroke: #D74B44;
}

.nav {
  display: none;
  position: fixed;
  background-color: #F5F6FF;
  top: 0;
  left: 0;
  right: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 9999;
}
@media screen and (orientation: portrait) {
  .nav {
    height: 100%;
  }
}
.nav .telegram {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  display: block;
  margin: 20px auto 0;
}
.nav_header {
  padding: 24px 20px 16px;
  text-align: center;
}
.nav .logo {
  position: relative;
  left: -5px;
  display: inline-block;
  width: 118px;
}
.nav h3 {
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-top: 0.5em;
}
.nav #close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -4px;
  right: 12px;
  height: 24px;
  width: 24px;
}
.nav #close-btn .close-svg {
  fill: #121850;
  width: 14px;
  height: 14px;
}
.nav #close-btn:hover .close-svg {
  fill: #D74B44;
}
.nav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 65vh;
  overflow-y: auto;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
@media screen and (max-width: 360px) {
  .nav .nav_list {
    height: 60vh;
  }
}
@media screen and (max-height: 567px) and (orientation: portrait) {
  .nav .nav_list {
    height: 50vh;
  }
}
.nav .nav_list li {
  width: 100%;
}
li:nth-of-type(1) .nav .nav_list li {
  width: 13px;
  height: 13px;
}
.nav .nav_list li + li {
  margin-top: 6px;
}
.nav .nav_list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5px 3em;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.nav .nav_list-link[data-scroll="#presentation"] .nav_list-icon {
  position: relative;
  left: 1px;
}
.nav .nav_list-link[data-scroll="#contacts"] .nav_list-icon {
  position: relative;
  top: -1px;
  left: 1px;
}
.nav .nav_list-link:hover, .nav .nav_list-link:focus, .nav .nav_list-link:active {
  background-color: #EDEFFF !important;
}
.nav .nav_list-link span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nav .nav_list-link span:nth-of-type(2) {
  display: inline-block;
  margin-left: 14px;
  padding-bottom: 3px;
  color: #000;
}
.nav .nav_list-icon {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav .nav_list-svg {
  stroke: #D74B44;
  width: auto;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 475px;
}
.hero_inner {
  height: 100%;
}
.hero_back {
  width: 180%;
  padding-top: 180%;
  position: absolute;
  top: -35%;
  right: -80%;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .hero_back {
    width: 130%;
    padding-top: 130%;
  }
}
@media (orientation: landscape) {
  .hero_back {
    width: 70%;
    padding-top: 70%;
    position: absolute;
    top: -60%;
    right: -30%;
  }
}
.hero_back div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-name: heroCircleAnim;
          animation-name: heroCircleAnim;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0;
}
.hero_back div:nth-of-type(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.hero_back div:nth-of-type(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.hero_back div:nth-of-type(3) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.hero_back div:nth-of-type(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.hero_back div:nth-of-type(5) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.hero_content {
  margin-top: 1.125em;
}
.hero_content .btn_wrap {
  margin-top: 2.2em;
}

@-webkit-keyframes heroCircleAnim {
  0% {
    width: 30%;
    height: 30%;
    opacity: 0;
  }
  20% {
    width: 40%;
    height: 40%;
    opacity: 0.3;
  }
  80% {
    width: 80%;
    height: 80%;
    opacity: 0.75;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}

@keyframes heroCircleAnim {
  0% {
    width: 30%;
    height: 30%;
    opacity: 0;
  }
  20% {
    width: 40%;
    height: 40%;
    opacity: 0.3;
  }
  80% {
    width: 80%;
    height: 80%;
    opacity: 0.75;
  }
  95% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}
.project .swiper1 {
  position: relative;
  width: 216px;
  margin: 18px auto 0;
  padding-bottom: 54px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .project .swiper1 {
    width: 30vh;
  }
}
.project .swiper1 img {
  width: 100%;
}
.project .swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 22px;
}
.project .swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  color: #C4C6F3;
  width: 7px;
  height: 7px;
}
.project .swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #5459E5;
}
.project .btn_wrap {
  margin-top: 0.5em;
}

.mobile-box {
  padding: 10px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0px 10px 20px #dddff1);
          filter: drop-shadow(0px 10px 20px #dddff1);
}
.mobile-box img {
  border-radius: 20px;
}

.conditions .btn_wrap {
  margin-top: 3.4em;
}

.swiper2 {
  position: relative;
  padding-top: 1.7em;
}
.swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  margin-top: 20px;
}
.swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  color: #C4C6F3;
}
.swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #5459E5;
}
.swiper2 .swiper-slide .slider_top-text {
  position: relative;
  top: -2px;
  max-width: 166px;
  margin-left: 26px;
  line-height: 1.3em;
}
.swiper2 .swiper-slide .slider_top-text .slider_top-sum {
  color: #565cef;
  font-size: 1.125em;
  font-weight: 600;
}
.swiper2 .swiper-slide .slider_top-text i {
  font-size: 0.875em;
  font-style: normal;
}
.swiper2 .swiper-slide .slider_top-text b {
  font-size: 0.875em;
}
.swiper2 .swiper-slide .slider_top-small .slider_top-text {
  max-width: 180px;
  margin-left: 14px;
  line-height: 1.143em;
  font-size: 0.875rem;
}
.swiper2 .swiper-slide .slider_top-small .slider_top-text .slider_top-sum {
  color: #565cef;
  font-weight: 600;
}
.swiper2 .slider_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 10px 20px rgba(221, 223, 241, 0.25);
          box-shadow: 0px 10px 20px rgba(221, 223, 241, 0.25);
}
.swiper2 .slider_top > * {
  display: inline-block;
}
.swiper2 .slider_top img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.swiper2 .slider_bottom {
  margin-top: 32px;
  border-radius: 30px;
}
.swiper2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  margin-right: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.swiper2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  margin-left: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.interest_table {
  text-align: left;
  width: 100%;
  border: none;
  overflow: hidden;
  border-radius: 30px;
  border-collapse: collapse;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(221, 223, 241, 0.25);
          box-shadow: 0px 10px 20px 0px rgba(221, 223, 241, 0.25);
}
.interest_table thead {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
.interest_table thead tr th {
  color: #676C94;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-style: normal;
  font-weight: normal;
  font-family: TT Commons;
  letter-spacing: -0.025em;
  background: #fff;
  padding-top: 23px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EDEFFF;
}
.interest_table thead tr th:first-child {
  width: 20%;
  padding-left: 3px;
}
.interest_table thead tr th:nth-child(2) {
  width: 40%;
  padding-left: 14px;
}
.interest_table thead tr th:last-child {
  padding-left: 9px;
}
.interest_table tbody {
  background-color: #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
.interest_table tbody tr:last-child td {
  border-bottom: none;
}
.interest_table tbody tr td {
  color: #121850;
  font-family: TT Commons;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  background: #fff;
  letter-spacing: -0.025em;
  padding-top: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #EDEFFF;
}
.interest_table tbody tr td:first-child {
  color: #121850;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  font-family: TT Commons;
  letter-spacing: -0.025em;
  padding-left: 8px;
}
.interest_table tbody tr td:nth-child(2) {
  padding-left: 12px;
}
.interest_table tbody tr td:last-child {
  padding-left: 9px;
}
.interest_table tfoot {
  border-left: 20px solid #EDEFFF;
  border-right: 20px solid #EDEFFF;
}
.interest_table tfoot tr td {
  color: #121850;
  font-family: TT Commons;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.025em;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #EDEFFF;
}

.society .text_big {
  margin-bottom: 0.5em;
}
.society .video-wrapper {
  position: relative;
  padding-bottom: 140%;
  /* 4:3 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
@media (orientation: landscape) {
  .society .video-wrapper {
    max-width: 275px;
    margin: 0 auto;
    padding-bottom: 415px;
  }
}
.society .video-wrapper.play:after {
  top: 50%;
}
.society .video-wrapper.hide-preview:before {
  top: 100%;
}
.society .video-wrapper.hide-preview:after {
  top: 100%;
  margin-top: 0;
}
.society iframe,
.society object,
.society embed,
.society video,
.society .videoWrapper,
.society .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.society .video-js,
.society img.vjs-poster {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}
.society .btn_wrap {
  margin-top: 1.3em;
}

.phone {
  position: relative;
  overflow: hidden;
  width: 223px;
  height: 458px;
  border-radius: 30px;
  margin: 1.1em auto 0;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 10px 20px rgba(221, 223, 241, 0.2);
  box-shadow: 0 10px 20px rgba(221, 223, 241, 0.2);
}
.phone-slide {
  position: relative;
  width: 203px;
}
.phone-slide-1 {
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-animation: slide-1 0.3s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s 1 normal forwards;
          animation: slide-1 0.3s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s 1 normal forwards;
}
.phone-slide .btn_wrap {
  position: absolute;
  left: 50%;
  bottom: -2px;
  z-index: 2;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-animation: button-2 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 1s 1 normal forwards;
          animation: button-2 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 1s 1 normal forwards;
}
.phone-slide .btn_wrap .btn {
  width: 130px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
}
.phone-slide-2 {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 3;
  -webkit-animation: slide-2 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 1.5s 1 normal forwards;
          animation: slide-2 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 1.5s 1 normal forwards;
}
.phone-slide-2 .number_btn {
  position: absolute;
  z-index: 4;
  height: 24px;
  width: 64px;
  border-radius: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  font-family: SF Pro Text;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  border: none;
  color: #121850;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 4;
}
.phone-slide-2 .number_btn span {
  display: block;
  font-family: SF Pro Text;
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
  line-height: 5px;
  text-align: center;
}
.phone-slide-2 .number_btn_0 {
  left: 70px;
  bottom: 41px;
  -webkit-animation: button-scale 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 3s 2 normal forwards;
          animation: button-scale 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 3s 2 normal forwards;
}
.phone-slide-2 .number_btn_7 {
  left: 3px;
  bottom: 70px;
  -webkit-animation: button-scale 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 2.5s 1 normal forwards;
          animation: button-scale 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 2.5s 1 normal forwards;
}
.phone-slide-2 .number_btn_8 {
  left: 70px;
  bottom: 70px;
  -webkit-animation: button-scale 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 2s 1 normal forwards;
          animation: button-scale 0.5s cubic-bezier(0.65, 0.51, 0.45, 0.48) 2s 1 normal forwards;
}
.phone-slide-3 {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 2;
}

@-webkit-keyframes slide-1 {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

@keyframes slide-1 {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@-webkit-keyframes slide-2 {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes slide-2 {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes button-2 {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes button-2 {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes button-scale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes button-scale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.cashback {
  /* ProgressBar */
}
.cashback_panel {
  margin: 1.1em auto 0;
  width: 223px;
  height: 458px;
  border-radius: 30px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 10px 20px rgba(221, 223, 241, 0.2);
          box-shadow: 0 10px 20px rgba(221, 223, 241, 0.2);
  overflow: hidden;
  position: relative;
}
.cashback_panel:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4px;
  width: 36%;
  background-color: #121850;
}
.cashback_panel-inner {
  width: 100%;
  height: 100%;
  background-color: #F5F6FF;
}
.cashback_panel-top {
  padding: 26px 27px 0;
}
.cashback_panel-top p {
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.cashback_panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 16px 0;
}
.cashback_panel-title h4 {
  font-size: 15px;
}
.cashback_panel-title .close-icon {
  width: 7px;
  height: 7px;
}
.cashback_panel-menu {
  padding: 0 2px;
}
.cashback_panel-menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cashback_panel-menu ul li {
  border-radius: 30px;
  font-size: 8px;
  list-style: none;
  padding: 4px 5px 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  color: #121850;
  opacity: 0.33;
}
.cashback_panel-menu ul li.active {
  background-color: #eff1fe;
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  opacity: 1;
}
.cashback_panel-result {
  border-radius: 10px;
  background-color: #edefff;
  padding: 14px 15px;
  margin: 5px 3px 0;
}
.cashback_panel-result h5 {
  color: #676c94;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  background: url("../../../src/img/cashback/money-bag.svg") 0 0 no-repeat;
  background-size: 10px;
  font-size: 10px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -0.08em;
}
.cashback_panel .cashback_current {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.015em;
  color: #121850;
  display: inline-block;
  width: 70%;
  position: relative;
  top: -2px;
}
.cashback_panel .cashback_current-num {
  position: relative;
  font-size: 10px;
  color: #9ea5dc;
  letter-spacing: -0.015em;
  display: inline-block;
  margin-left: auto;
  width: 27%;
  text-align: right;
  left: auto;
  right: -3px;
  bottom: -4px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .cashback_panel {
    height: 56vh;
  }
  .cashback_panel-top {
    padding: 10px 5px 0;
  }
  .cashback_panel-result {
    margin-top: 0px;
    padding-top: 5px;
  }
  .cashback_panel-title {
    padding-top: 5px;
  }
}
.cashback .cashback_data {
  margin-top: 7px;
}
.cashback .cashback_data p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cashback .cashback_data-caption {
  font-size: 10px;
  line-height: 1em;
  letter-spacing: -0.025em;
  color: rgba(18, 24, 80, 0.61);
}
.cashback .cashback_data-num {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.5em;
}
.cashback .cashback_members-wrap {
  margin-top: 10px;
  padding: 0 16px;
}
.cashback_members-title {
  font-size: 9px;
  font-weight: 500;
  line-height: 1em;
  padding-left: 20px;
  letter-spacing: -0.025em;
  background: url("../../src/img/cashback/3user.svg") 0 50% no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
  position: 0.3em 0;
}
.cashback_members-title span {
  color: #565cef;
  font-size: 1.3em;
}
.cashback ul.cashback_members {
  margin: 0;
  padding: 0;
}
.cashback ul.cashback_members li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #e5e7f2;
}
.cashback ul.cashback_members .cashback_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cashback ul.cashback_members .member-photo {
  width: 26px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: inline-block;
}
.cashback ul.cashback_members .member-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: #565cef;
}
.cashback ul.cashback_members span {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #121850;
  display: inline-block;
  padding-left: 15px;
  background: url("../../src/img/cashback/fb2.svg") 0 50% no-repeat;
  background-size: 13px;
}
.cashback ul.cashback_members .cashback_cash {
  font-size: 10px;
  letter-spacing: -0.04em;
  line-height: 1em;
  color: #121850;
  font-weight: 600;
  padding-bottom: 2px;
}
.cashback .progressCounter {
  text-align: right;
  font-size: 15px;
}
.cashback .bar {
  width: 100%;
  height: 20px;
  background: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
}
.cashback .bar .flexiblebar {
  height: 100%;
  border-radius: 20px;
}
.cashback .btn_wrap {
  margin-top: 1.7em;
}

.progress-bar.blue {
  position: relative;
  overflow: hidden;
  width: auto !important;
  padding: 1px;
  background-color: #e5e7ff;
  -webkit-box-shadow: inset 0px -1px 2px #dee1f7;
          box-shadow: inset 0px -1px 2px #dee1f7;
  border-radius: 30px;
}
.progress-bar.blue .progressLine {
  background-color: #44d7b4;
  display: block;
  float: left;
  height: 7px;
  border-radius: 30px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.progress-bar.blue .progressLine:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../src/img/cashback/progress_bg.svg") center repeat;
  background-size: cover;
}

#section4 .pie_canvas {
  left: -10px;
}

.pie {
  height: 100vh;
}
.pie p {
  margin-top: 0.6em;
}
.pie .pie_canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 275px;
  margin-top: 0.3em;
  position: relative;
}
@media (orientation: landscape) {
  .pie .pie_canvas {
    margin-left: auto;
    margin-right: auto;
  }
}
.pie .pie_canvas .chart-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: #1543AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.pie .legend {
  margin: 0;
}
@media (orientation: landscape) {
  .pie .legend {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.pie .legend_descr {
  text-align: center;
  margin-top: 1.8em;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
}
.pie .caption-list {
  margin: -5px 0 0 19px;
  padding: 0;
  list-style: none;
}
.pie .caption-item {
  position: relative;
  font-weight: 400;
  margin: 11px 0;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: -0.025em;
  color: #000;
  -webkit-transition: font-weight 0.1s ease-out;
  transition: font-weight 0.1s ease-out;
}
.pie .caption-item.hovered {
  font-weight: 600;
}
.pie .caption-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.pie .caption-item:nth-child(1)::before {
  background-color: #1543AA;
}
.pie .caption-item:nth-child(2)::before {
  background-color: #3895D3;
}
.pie .caption-item:nth-child(3)::before {
  background-color: #58CCED;
}
.pie .chart {
  min-width: 275px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .pie .chart {
    height: 40vh;
  }
}
.pie .unit {
  fill: none;
  stroke-width: 8;
  cursor: pointer;
  -webkit-animation-name: render;
          animation-name: render;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
.pie .unit.hovered,
.pie .hovered {
  opacity: 1;
  stroke-width: 15;
}
.pie .unit-center {
  fill: #F5F6FF;
}
.pie .unit:nth-child(1) {
  stroke: #1543AA;
  stroke-dasharray: 77 100;
}
.pie .unit:nth-child(2) {
  stroke: #3895D3;
  stroke-dasharray: 14 100;
  stroke-dashoffset: -77;
}
.pie .unit:nth-child(3) {
  stroke: #58CCED;
  stroke-dasharray: 9 100;
  stroke-dashoffset: -91;
}
.pie .btn_wrap {
  margin-top: 1.5em;
}

@-webkit-keyframes render {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes render {
  0% {
    stroke-dasharray: 0 100;
  }
}
.beta .container_sm {
  padding: 0 40px;
}
.beta .section_inner {
  padding-top: 74px;
}
.beta h3 {
  font-weight: 400;
  line-height: 1.3em;
}
.beta h3 span {
  position: relative;
  font-size: 1.625em;
  font-weight: 700;
}
.beta .swiper3 {
  width: 279px;
  margin: 1.9em auto 0;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .beta .swiper3 {
    width: 31vh;
  }
}
.beta .swiper3 img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: drop-shadow(0px 10px 20px #dddff1);
          filter: drop-shadow(0px 10px 20px #dddff1);
}
.beta .swiper3 .swiper-slide-active img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
@media screen and (max-width: 320px) {
  .beta .swiper3 .swiper-slide-active img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.beta .swiper3 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  margin-top: 9px;
}
.beta .swiper3 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  color: #C4C6F3;
  width: 7px;
  height: 7px;
}
.beta .swiper3 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  color: #5459E5;
}
.beta .btn_wrap {
  margin-top: 2.1em;
  margin-left: 8px;
}

.docs .text_big {
  margin-bottom: 2em;
}
.docs .docs_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #121850;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs .docs_title {
    font-size: 14px;
  }
}
.docs_carousel-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0 auto;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_carousel-wrap {
    width: 33vh;
    padding-top: 33vh;
  }
}
@media (orientation: landscape) {
  .docs_carousel-wrap {
    width: 375px;
    padding-top: 375px;
    margin: 0 auto;
  }
}
.docs_carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: circleMove 15s linear infinite;
          animation: circleMove 15s linear infinite;
}
.docs_carousel_list {
  -webkit-animation: circleMove 8s linear infinite;
          animation: circleMove 8s linear infinite;
}
.docs_carousel .block {
  width: 50%;
  height: 62px;
  -webkit-transform-origin: 100% 31px;
          transform-origin: 100% 31px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  z-index: 2;
}
.docs_carousel .block img {
  width: 28px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_carousel .block img {
    width: 14px;
  }
}
.docs_carousel .block:nth-child(1) .square_inner {
  -webkit-animation: imageMove1 15s linear infinite;
          animation: imageMove1 15s linear infinite;
}
.docs_carousel .block:nth-child(1) img {
  width: 18px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_carousel .block:nth-child(1) img {
    width: 9px;
  }
}
.docs_carousel_list .block:nth-child(1) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.docs_carousel .block:nth-child(2) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.docs_carousel .block:nth-child(2) .square_inner {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
  -webkit-animation: imageMove2 15s linear infinite;
          animation: imageMove2 15s linear infinite;
}
.docs_carousel .block:nth-child(2) img {
  width: 28px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_carousel .block:nth-child(2) img {
    width: 14px;
  }
}
.docs_carousel_list .block:nth-child(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.docs_carousel .block:nth-child(3) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.docs_carousel .block:nth-child(3) .square_inner {
  -webkit-transform: rotate(-240deg);
          transform: rotate(-240deg);
  -webkit-animation: imageMove3 15s linear infinite;
          animation: imageMove3 15s linear infinite;
}
.docs_carousel .block:nth-child(3) img {
  width: 35px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_carousel .block:nth-child(3) img {
    width: 17px;
  }
}
.docs_carousel_list .block:nth-child(3) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.docs_carousel .square {
  width: 62px;
  height: 62px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_carousel .square {
    width: 31px;
    height: 31px;
  }
}
.docs_carousel .square_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #e2e1e6 14.96%, #ffffff 73.54%);
  -webkit-box-shadow: 2px 4px 10px rgba(63, 63, 63, 0.32);
          box-shadow: 2px 4px 10px rgba(63, 63, 63, 0.32);
}
.docs_carousel .square_inner-transparent {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.docs_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #daddf0;
}
.docs_circle:nth-of-type(2) {
  width: 91%;
  height: 91%;
  opacity: 1;
}
.docs_circle:nth-of-type(3) {
  width: calc(91% - 20px);
  height: calc(91% - 20px);
  opacity: 0.8;
}
.docs_circle:nth-of-type(4) {
  width: calc(91% - 40px);
  height: calc(91% - 40px);
  opacity: 0.6;
}
.docs_circle:nth-of-type(5) {
  width: calc(91% - 60px);
  height: calc(91% - 60px);
  opacity: 0.4;
}
.docs_circle:nth-of-type(6) {
  width: calc(91% - 80px);
  height: calc(91% - 80px);
  opacity: 0.2;
}
.docs_feature {
  margin-top: 34px;
  padding: 0 4px;
}
.docs_feature .item {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 16px 25px 16px 12px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_feature .item {
    padding: 5px 12px;
  }
}
.docs_feature .item p {
  padding-left: 52px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .docs_feature .item p {
    padding-left: 35px;
  }
}
@media (orientation: landscape) {
  .docs_feature .item p {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.docs_feature .item p b {
  font-weight: 600;
}
.docs_feature .item:nth-of-type(1) p {
  background-image: url("../../src/img/docs/feat1.svg");
}
.docs_feature .item:nth-of-type(2) p {
  background-image: url("../../src/img/docs/feat2.svg");
}
.docs_feature .item + .item {
  margin-top: 12px;
}
.docs .btn_wrap {
  margin-top: 3.1em;
  margin-left: 27px;
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes imageMove1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes imageMove1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes imageMove2 {
  from {
    -webkit-transform: rotate(-120deg);
  }
  to {
    -webkit-transform: rotate(-480deg);
  }
}
@keyframes imageMove2 {
  from {
    -webkit-transform: rotate(-120deg);
  }
  to {
    -webkit-transform: rotate(-480deg);
  }
}
@-webkit-keyframes imageMove3 {
  from {
    -webkit-transform: rotate(-240deg);
  }
  to {
    -webkit-transform: rotate(-600deg);
  }
}
@keyframes imageMove3 {
  from {
    -webkit-transform: rotate(-240deg);
  }
  to {
    -webkit-transform: rotate(-600deg);
  }
}
.faq .accordion_wrap {
  position: relative;
  margin-top: 1em;
}
.faq .accordion_wrap:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  bottom: -3px;
  background: linear-gradient(180.11deg, rgba(245, 246, 255, 0) 0%, rgba(245, 246, 255, 0.24) 80%, #F5F6FF 95%);
  pointer-events: none;
}
.faq .accordion {
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  max-height: 510px;
  overflow-y: scroll;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .faq .accordion {
    max-height: 54vh;
  }
}
.faq .accordion::-webkit-scrollbar {
  display: none;
}
.faq .accordion_line {
  height: 1px;
  max-width: 327px;
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(5.73%, rgba(0, 0, 0, 0)), color-stop(53.51%, #cdcee2), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5.73%, #cdcee2 53.51%, rgba(0, 0, 0, 0) 100%);
}
.faq .accordion_item {
  margin: 5px auto 11px;
}
.faq .accordion_item:last-of-type {
  margin-bottom: 2em;
}
.faq .accordion_item .accordion_title {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 2px;
  color: #202020;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.025em;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.faq .accordion_item .accordion_title-text {
  display: inline-block;
  padding: 0 50px 13px 0;
  color: #121850;
  font-weight: 600;
}
@media (orientation: landscape) {
  .faq .accordion_item .accordion_title-text {
    font-size: 16px;
  }
}
.faq .accordion_item .accordion_title .accordion_arrow {
  position: absolute;
  top: -3px;
  right: 8px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.faq .accordion_item .accordion_title .accordion_arrow img {
  width: 12px;
}
.faq .accordion_item .accordion_rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq .accordion_item .accordion_content {
  padding: 9px 0;
  font-size: 1rem;
  line-height: 1em;
  display: none;
  background-color: transparent;
}
.faq .accordion_item .accordion_content .accordion_line {
  margin-top: 11px;
}
.faq .accordion_item .accordion_arrow-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq .accordion_item + .accordion_item {
  margin-top: 10px;
}
.faq .btn_wrap {
  margin-top: 2em;
}

.authors .section_inner {
  padding-bottom: 64px !important;
}
.authors .container {
  padding: 0 24px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .authors .container_sm h2 br {
    display: none;
  }
}
.authors_inner {
  margin-top: 2.4em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  justify-items: stretch;
  width: 100%;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .authors_inner {
    margin-top: 1.2em;
  }
}
@media (min-width: 568px) {
  .authors_inner {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.authors_item {
  position: relative;
  background: rgba(255, 255, 255, 0.61);
  border-radius: 20px;
  padding: 12px 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .authors_item {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 320px) {
  .authors_item {
    padding-right: 32px;
  }
}
.authors_item img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .authors_item img {
    width: 44px;
    height: 44px;
  }
}
.authors_item .img_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.authors_item .content_wrap {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .authors_item .content_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    padding-left: 10px;
  }
}
.authors_item .content_wrap h3 {
  line-height: 0.8em;
}
.authors_item .content_wrap p {
  margin-top: 11px;
  width: 97%;
}
.authors_fb {
  position: absolute;
  top: 14px;
  right: 17px;
  width: 16px;
  height: 16px;
  border: 1px solid #121850;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.authors_fb .icon {
  height: 8px;
  width: 8px;
  fill: #121850;
}
.authors .btn_wrap {
  margin-top: 5.3em;
  margin-left: 21px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .authors .btn_wrap {
    margin-top: 2.3em;
  }
}

.privilege_feature {
  margin-top: 33px;
  padding: 0 4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 568px) {
  .privilege_feature {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .privilege_feature {
    height: 47vh;
    overflow-y: auto;
  }
}
.privilege_feature .item {
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 25px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privilege_feature .item p {
  padding-left: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  max-width: 250px;
}
.privilege_feature .item p b {
  font-weight: 600;
}
.privilege_feature .item:nth-of-type(1) p {
  background-image: url("../../src/img/privilege/1.svg");
}
.privilege_feature .item:nth-of-type(2) p {
  background-image: url("../../src/img/privilege/2.svg");
}
.privilege_feature .item:nth-of-type(3) p {
  background-image: url("../../src/img/privilege/3.svg");
}
.privilege_feature .item:nth-of-type(4) p {
  background-image: url("../../src/img/privilege/4.svg");
}
.privilege_feature .item:nth-of-type(5) p {
  background-image: url("../../src/img/privilege/5.svg");
}
.privilege_feature .item:nth-of-type(6) p {
  background-image: url("../../src/img/privilege/6.svg");
}
.privilege .btn_wrap {
  margin-top: 2em;
}

.payments .btn_wrap {
  position: relative;
  top: -34px;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .payments .text_big {
    font-size: 1rem;
  }
}

.calc_wrap {
  margin: 1.3em auto 0;
  max-width: 241px;
  height: 497px;
  background-color: white;
  padding: 11px;
  -webkit-box-shadow: 0px 10px 20px #dddff1;
          box-shadow: 0px 10px 20px #dddff1;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .calc_wrap {
    height: 68vh;
  }
}

.calc {
  border-radius: 17px;
  margin: 0;
  padding: 31px 12px 40px;
  color: #124550;
  background-color: #f5fdff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.calc_inner {
  background: -webkit-gradient(linear, left bottom, left top, from(#e7f9f9), to(#e7f9f9));
  background: linear-gradient(0deg, #e7f9f9, #e7f9f9);
  border-radius: 17px;
  position: relative;
  height: 100%;
}

.calc_loc {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26px 6px auto;
  grid-template-columns: 26px auto;
  grid-gap: 6px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.calc_loc img {
  width: 26px;
  height: 33px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.calc_loc h3 {
  font-size: 14px;
  font-weight: 600;
}
.calc_loc p {
  font-size: 9.3px;
  color: rgba(18, 68, 80, 0.5);
  padding-top: 5px;
  padding-left: 10px;
  background: url("../../src/img/payments/loc.svg") 0 93% no-repeat;
  background-size: 8px;
}

.calc_sum {
  font-size: 20px;
  margin-top: 12px;
  position: relative;
}
.calc_sum span:nth-of-type(2) {
  font-size: 0.5em;
}

.calc_sum-details {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 1em;
  color: #3AC8A6;
  width: 44px;
  height: 19px;
  border-radius: 30px;
  background: #F5FDFF;
  padding-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc_top-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.calc_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 8px 14px 20px;
}

ul.calc_features {
  padding: 0;
  margin-top: 7px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 7px;
}
ul.calc_features li {
  list-style: none;
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #124450;
  font-size: 10.5px;
  line-height: 1em;
  letter-spacing: -0.025em;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
ul.calc_features li:nth-of-type(1) {
  background-image: url("../../src/img/payments/discount.svg");
}
ul.calc_features li:nth-of-type(2) {
  background-image: url("../../src/img/payments/edit.svg");
}
ul.calc_features li:nth-of-type(3) {
  background-image: url("../../src/img/payments/chef.svg");
}

.calc_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 242px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .calc_bottom {
    height: 33vh;
  }
}
@media screen and (max-height: 568px) and (orientation: portrait) {
  .calc_bottom {
    height: 21vh;
  }
}

.calc_bottom-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

ul.calc_list {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0;
  width: 100%;
  min-height: 100%;
  list-style: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 60px;
  grid-gap: 0;
}

li.calc_item {
  -webkit-animation: item-fade 0.5s ease-out;
          animation: item-fade 0.5s ease-out;
}

.calc_sum-value {
  -webkit-animation: item-fade 0.5s linear;
          animation: item-fade 0.5s linear;
}

.transaction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 17px;
  padding: 4px 40px 4px 19px;
  background-color: #f5fdff;
}

.transaction__title {
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transaction__time {
  margin-top: 0px;
  font-size: 7.5px;
  opacity: 0.5;
}

.transaction__sum {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.transaction:not(.minus) .transaction__sum {
  color: #44d7b4;
}

.transaction__sum-currency {
  font-size: 0.5em;
  font-weight: 600;
}

.transaction__flag {
  position: absolute;
  top: 44%;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.transaction__flag-minus {
  display: none;
  color: #124450;
}

.transaction__flag-plus {
  color: #44d7b4;
}

.transaction.minus .transaction__flag-plus {
  display: none;
}

.transaction.minus .transaction__flag-minus {
  display: block;
}

@-webkit-keyframes item-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes item-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer {
  background-color: #121850;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 78px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100%;
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .footer {
    padding: 64px 0;
  }
}
.footer .footer_inner {
  padding: 28px 0 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer * {
  color: #fff;
}
.footer .socials {
  margin-top: 1em;
  width: auto;
}
.footer .socials li {
  display: inline-block;
}
.footer .socials li + li {
  margin-left: 19px;
}
.footer .socials_link {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}
.footer .socials_link:hover {
  border-color: #D74B44;
}
.footer .socials_link:hover svg {
  fill: #D74B44;
}
.footer .socials_icon {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.footer .contacts {
  margin-top: 0.3em;
}
.footer .contacts li + li {
  margin-top: 0.6em;
}
.footer .contacts a {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  line-height: 1.3em;
  letter-spacing: -0.025em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .contacts a:hover span {
  color: #D74B44;
}
.footer .contacts a:hover svg {
  stroke: #D74B44;
}
.footer .contacts a:hover svg.location_icon {
  stroke: none;
  fill: #D74B44;
}
.footer .contacts a svg {
  position: relative;
  top: 1px;
  stroke: #fff;
  width: 1.125rem;
  height: 1.125rem;
}
.footer .contacts a svg.location_icon {
  stroke: none;
  fill: #fff;
}
.footer .contacts a span {
  margin-left: 11px;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.footer .container {
  padding: 0 24px;
}
.footer_map {
  margin-top: 1em;
}
.footer_map a {
  border-radius: 18px;
  overflow: hidden;
  display: block;
  position: relative;
}
.footer_map a:hover:after {
  opacity: 0.65;
}
.footer_map a:hover span {
  color: #D74B44;
}
.footer_map a:hover .icon {
  fill: #D74B44;
}
.footer_map a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121850;
  opacity: 0.44;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.footer_map a img {
  height: 373px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_map-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 44%;
  background-color: #fff;
  z-index: 9;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer_map-caption span {
  color: #121850;
  display: inline-block;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.025em;
  margin-left: 8px;
}
.footer_map-caption .icon {
  width: 16px;
  height: 16px;
  fill: #121850;
}
.footer_telegram {
  margin-top: 14px;
}
.footer_telegram a {
  background-color: #fff;
  border-radius: 20px;
  padding: 1em 1.5em 1.1em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1em;
  letter-spacing: -0.025em;
}
.footer_telegram a span {
  color: #121850;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer_telegram a span:nth-of-type(1) {
  max-width: 230px;
}
@media screen and (max-width: 320px) {
  .footer_telegram a span:nth-of-type(1) {
    max-width: calc(100% - 40px);
  }
}
.footer_telegram a span:nth-of-type(2) {
  width: 40px;
}

.preview {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.preview .container {
  height: 100%;
  max-width: 23.438rem;
}
.preview_inner {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview .content-wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 260px;
  position: relative;
  z-index: 9;
}
.preview .content-wrap img {
  max-width: 118px;
  display: inline-block;
}
.preview .content-wrap p {
  font-size: 1.125rem;
  line-height: 1.167em;
  letter-spacing: 0em;
  margin-top: 0.2em;
}
.preview .content-wrap .btn-wrap {
  margin-top: 1.5em;
}
.preview .content-wrap .btn {
  margin: 0 auto;
  height: 51px;
  line-height: 1;
}
.preview .content-wrap .btn + .btn {
  margin-top: 14px;
}
.preview_badge {
  position: absolute;
  left: 24px;
  top: 30px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 400;
  border-radius: 30px;
  height: 26px;
  width: 54px;
  color: #D74B44;
  background: rgba(215, 75, 68, 0.12);
  border: 1px solid rgba(215, 75, 68, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview_frame {
  overflow: hidden;
  position: absolute;
  left: 0%;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 812px;
  height: 100vh;
}
.preview_frame svg {
  overflow: visible;
}
.preview .frame1 {
  -webkit-animation: spin 28s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
          animation: spin 28s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
  position: absolute;
  top: 210px;
  left: 50%;
}
.preview .frame2 {
  -webkit-animation: spin-1 33s cubic-bezier(0.57, 0.55, 0.38, 0.54) 0s infinite;
          animation: spin-1 33s cubic-bezier(0.57, 0.55, 0.38, 0.54) 0s infinite;
  position: absolute;
  top: 300px;
  left: 50%;
}
.preview .frame3 {
  -webkit-animation: spin-2 30s cubic-bezier(0.57, 0.55, 0.17, 0.25) 0s infinite;
          animation: spin-2 30s cubic-bezier(0.57, 0.55, 0.17, 0.25) 0s infinite;
  position: absolute;
  top: 80px;
  left: 50%;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translateX(-55%) rotate(-105deg);
            transform: translateX(-55%) rotate(-105deg);
  }
  to {
    -webkit-transform: translateX(-55%) rotate(-465deg);
            transform: translateX(-55%) rotate(-465deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: translateX(-55%) rotate(-105deg);
            transform: translateX(-55%) rotate(-105deg);
  }
  to {
    -webkit-transform: translateX(-55%) rotate(-465deg);
            transform: translateX(-55%) rotate(-465deg);
  }
}
@-webkit-keyframes spin-1 {
  from {
    -webkit-transform: translateX(-60%) rotate(-90deg);
            transform: translateX(-60%) rotate(-90deg);
  }
  to {
    -webkit-transform: translateX(-60%) rotate(-450deg);
            transform: translateX(-60%) rotate(-450deg);
  }
}
@keyframes spin-1 {
  from {
    -webkit-transform: translateX(-60%) rotate(-90deg);
            transform: translateX(-60%) rotate(-90deg);
  }
  to {
    -webkit-transform: translateX(-60%) rotate(-450deg);
            transform: translateX(-60%) rotate(-450deg);
  }
}
@-webkit-keyframes spin-2 {
  from {
    -webkit-transform: translateX(-60%) rotate(-55deg);
            transform: translateX(-60%) rotate(-55deg);
  }
  to {
    -webkit-transform: translateX(-60%) rotate(-415deg);
            transform: translateX(-60%) rotate(-415deg);
  }
}
@keyframes spin-2 {
  from {
    -webkit-transform: translateX(-60%) rotate(-55deg);
            transform: translateX(-60%) rotate(-55deg);
  }
  to {
    -webkit-transform: translateX(-60%) rotate(-415deg);
            transform: translateX(-60%) rotate(-415deg);
  }
}

.preview_bubble-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: -2;
}

#preview_bubble {
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.index-back {
  position: relative;
  width: 100%;
  height: 483px;
}
.index-back:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(245, 246, 255, 0.7);
}
.index-back__first-circle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 131px;
  width: 208px;
  height: 269px;
  border-radius: 50%;
  background: #3888FF;
  -webkit-animation: lava-lamp-1 16s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
          animation: lava-lamp-1 16s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
}
.index-back__second-circle {
  position: absolute;
  z-index: 1;
  top: calc(483px - 400px);
  right: -125px;
  width: 271px;
  height: 350px;
  border-radius: 50%;
  background: #3888FF;
  -webkit-animation: lava-lamp-2 24s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
          animation: lava-lamp-2 24s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
}

@-webkit-keyframes lava-lamp-1 {
  0% {
    top: 0;
    width: 208px;
    height: 269px;
  }
  50% {
    top: calc(483px - 319px);
    width: 269px;
    height: 208px;
  }
  100% {
    top: 0;
    width: 208px;
    height: 269px;
  }
}

@keyframes lava-lamp-1 {
  0% {
    top: 0;
    width: 208px;
    height: 269px;
  }
  50% {
    top: calc(483px - 319px);
    width: 269px;
    height: 208px;
  }
  100% {
    top: 0;
    width: 208px;
    height: 269px;
  }
}
@-webkit-keyframes lava-lamp-2 {
  0% {
    top: calc(483px - 420px);
    width: 271px;
    height: 350px;
  }
  50% {
    top: 0;
    width: 350px;
    height: 271px;
  }
  100% {
    top: calc(483px - 420px);
    width: 271px;
    height: 350px;
  }
}
@keyframes lava-lamp-2 {
  0% {
    top: calc(483px - 420px);
    width: 271px;
    height: 350px;
  }
  50% {
    top: 0;
    width: 350px;
    height: 271px;
  }
  100% {
    top: calc(483px - 420px);
    width: 271px;
    height: 350px;
  }
}
.project_content h3 {
  position: relative;
}

#canvas {
  position: absolute;
  top: -12px;
  left: -13px;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}

.preview {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.preview .container {
  height: 100%;
  max-width: 23.438rem;
}
.preview_inner {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview .content-wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 260px;
  position: relative;
  z-index: 9;
}
.preview .content-wrap img {
  max-width: 118px;
  display: inline-block;
}
.preview .content-wrap p {
  font-size: 1.125rem;
  line-height: 1.167em;
  letter-spacing: 0em;
  margin-top: 0.2em;
}
.preview .content-wrap .btn-wrap {
  margin-top: 1.5em;
}
.preview .content-wrap .btn {
  margin: 0 auto;
  height: 51px;
  line-height: 1;
}
.preview .content-wrap .btn + .btn {
  margin-top: 14px;
}
.preview_badge {
  position: absolute;
  left: 24px;
  top: 30px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 400;
  border-radius: 30px;
  height: 26px;
  width: 54px;
  color: #D74B44;
  background: rgba(215, 75, 68, 0.12);
  border: 1px solid rgba(215, 75, 68, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview_frame {
  overflow: hidden;
  position: absolute;
  left: 0%;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 812px;
  height: 100vh;
}
.preview_frame svg {
  overflow: visible;
}
.preview .frame1 {
  -webkit-animation: spin 28s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
          animation: spin 28s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
  position: absolute;
  top: 210px;
  left: 50%;
}
.preview .frame2 {
  -webkit-animation: spin-1 33s cubic-bezier(0.57, 0.55, 0.38, 0.54) 0s infinite;
          animation: spin-1 33s cubic-bezier(0.57, 0.55, 0.38, 0.54) 0s infinite;
  position: absolute;
  top: 300px;
  left: 50%;
}
.preview .frame3 {
  -webkit-animation: spin-2 30s cubic-bezier(0.57, 0.55, 0.17, 0.25) 0s infinite;
          animation: spin-2 30s cubic-bezier(0.57, 0.55, 0.17, 0.25) 0s infinite;
  position: absolute;
  top: 80px;
  left: 50%;
}
@keyframes spin {
  from {
    -webkit-transform: translateX(-55%) rotate(-105deg);
            transform: translateX(-55%) rotate(-105deg);
  }
  to {
    -webkit-transform: translateX(-55%) rotate(-465deg);
            transform: translateX(-55%) rotate(-465deg);
  }
}
@keyframes spin-1 {
  from {
    -webkit-transform: translateX(-60%) rotate(-90deg);
            transform: translateX(-60%) rotate(-90deg);
  }
  to {
    -webkit-transform: translateX(-60%) rotate(-450deg);
            transform: translateX(-60%) rotate(-450deg);
  }
}
@keyframes spin-2 {
  from {
    -webkit-transform: translateX(-60%) rotate(-55deg);
            transform: translateX(-60%) rotate(-55deg);
  }
  to {
    -webkit-transform: translateX(-60%) rotate(-415deg);
            transform: translateX(-60%) rotate(-415deg);
  }
}

.preview_bubble-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: -2;
}

#preview_bubble {
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.index-back {
  position: relative;
  width: 100%;
  height: 483px;
}
.index-back:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(245, 246, 255, 0.7);
}
.index-back__first-circle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 131px;
  width: 208px;
  height: 269px;
  border-radius: 50%;
  background: #3888FF;
  -webkit-animation: lava-lamp-1 16s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
          animation: lava-lamp-1 16s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
}
.index-back__second-circle {
  position: absolute;
  z-index: 1;
  top: calc(483px - 400px);
  right: -125px;
  width: 271px;
  height: 350px;
  border-radius: 50%;
  background: #3888FF;
  -webkit-animation: lava-lamp-2 24s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
          animation: lava-lamp-2 24s cubic-bezier(0.65, 0.51, 0.45, 0.48) 0s infinite;
}

@keyframes lava-lamp-1 {
  0% {
    top: 0;
    width: 208px;
    height: 269px;
  }
  50% {
    top: calc(483px - 319px);
    width: 269px;
    height: 208px;
  }
  100% {
    top: 0;
    width: 208px;
    height: 269px;
  }
}
@keyframes lava-lamp-2 {
  0% {
    top: calc(483px - 420px);
    width: 271px;
    height: 350px;
  }
  50% {
    top: 0;
    width: 350px;
    height: 271px;
  }
  100% {
    top: calc(483px - 420px);
    width: 271px;
    height: 350px;
  }
}
/*# sourceMappingURL=style.css.map */