button {
  background: transparent;
  border: none; }
  button:hover, button:active, button:visited, button:focus {
    box-shadow: none !important;
    outline: none !important; }

.block-heading {
  font-weight: bold;
  font-size: 42px;
  line-height: 49px; }

#fullpage {
  min-height: 100%; }

a:hover {
  text-decoration: none;
  color: inherit; }

.gray-input.footer-input input {
  color: #fff; }
  .gray-input.footer-input input:focus {
    border-color: #fff; }
    .gray-input.footer-input input:focus::placeholder {
      color: #e2e3e5; }
    .gray-input.footer-input input:focus:-ms-input-placeholder {
      color: #e2e3e5; }
    .gray-input.footer-input input:focus::-ms-input-placeholder {
      color: #e2e3e5; }
.gray-input input {
  border-bottom: 1px solid #DFDFDF;
  border-right: none;
  border-left: none;
  border-top: none;
  transition: 0.2s ease;
  color: #201271;
  background: transparent;
  padding-bottom: 4px; }
  .gray-input input:focus {
    border-color: #201271;
    outline: none; }
    .gray-input input:focus::placeholder {
      color: #201271; }
    .gray-input input:focus:-ms-input-placeholder {
      color: #201271; }
    .gray-input input:focus::-ms-input-placeholder {
      color: #201271; }
  .gray-input input::placeholder {
    color: #DFDFDF;
    opacity: 1; }
  .gray-input input:-ms-input-placeholder {
    color: #DFDFDF; }
  .gray-input input::-ms-input-placeholder {
    color: #DFDFDF; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/regular/Roboto-Regular.eot");
  src: url("../fonts/roboto/regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/regular/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html, body {
  height: 100%;
  font-family: Roboto, sans-serif;
  color: #201271; }

html {
  scroll-behavior: smooth; }

header {
  color: #fff;
  background: linear-gradient(320.66deg, #201272 37.4%, #6E15DF 78.75%);
  position: relative;
  padding-bottom: 30px; }

.owl-carousel {
  touch-action: manipulation; }

.fp-scrollable {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: visible; }
  .fp-scrollable .fp-scroller {
    width: 100%;
    overflow: visible; }

.arrow-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

section.characteristics {
  padding: 70px 0; }
  section.characteristics .characteristics-content {
    margin-top: 20px; }
    section.characteristics .characteristics-content .ch-blocks {
      margin-top: 60px; }
    section.characteristics .characteristics-content .characteristics-item {
      height: 100%;
      padding: 40px 20px 0 20px;
      box-shadow: 0 0 14px rgba(202, 202, 202, 0.25);
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
      section.characteristics .characteristics-content .characteristics-item .characteristics-icon {
        margin-top: 20px; }
        section.characteristics .characteristics-content .characteristics-item .characteristics-icon img {
          margin-bottom: -13px;
          max-width: 90px; }
section.instruments {
  padding: 80px 0 30px 0;
  background: linear-gradient(320.66deg, #201272 37.4%, #6E15DF 78.75%);
  color: #fff; }
  section.instruments .instruments-content {
    margin-top: 48px;
    font-size: 18px; }
    section.instruments .instruments-content .instrument-block {
      background: #FFFFFF;
      box-shadow: 0 0 20px rgba(255, 86, 64, 0.07);
      border-radius: 10px;
      padding: 40px;
      height: 100%;
      color: #201271; }
      section.instruments .instruments-content .instrument-block .i-heading {
        font-weight: bold;
        font-size: 30px; }
      section.instruments .instruments-content .instrument-block .i-list {
        padding: 0;
        margin: 0; }
        section.instruments .instruments-content .instrument-block .i-list li {
          padding-left: 0px;
          list-style: none;
          line-height: 22px;
          margin-top: 30px;
          position: relative; }
          section.instruments .instruments-content .instrument-block .i-list li:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: "";
            display: inline-block;
            background: #201271;
            position: absolute;
            left: -20px;
            top: 5px;
            bottom: 0; }
section.ads {
  overflow-x: hidden;
  padding: 200px 0 70px 0;
  background: rgba(32, 18, 113, 0.03); }
  section.ads .ads-content {
    margin-top: 70px; }
    section.ads .ads-content .ads-phone {
      position: relative;
      min-width: 200px; }
      section.ads .ads-content .ads-phone .phone {
        max-width: 100%; }
      section.ads .ads-content .ads-phone .animate-wrapper {
        position: absolute;
        height: 79%;
        z-index: 7;
        left: 5%;
        right: 0;
        border-radius: 5px;
        top: 9.5%;
        width: 90%; }
        section.ads .ads-content .ads-phone .animate-wrapper.animate-push {
          background: url("../img/push-notification1.gif");
          background-size: cover;
          background-position-y: -10px;
          background-repeat: no-repeat; }
        section.ads .ads-content .ads-phone .animate-wrapper.animate-pop {
          background: url("../img/popup.gif");
          background-size: cover; }
      section.ads .ads-content .ads-phone .animation {
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        height: 78%;
        object-fit: cover;
        border-radius: 3px;
        top: 9.8%; }
    section.ads .ads-content .ads-bottom {
      margin-left: 460px;
      margin-top: -200px;
      width: calc(100% - 460px); }
      section.ads .ads-content .ads-bottom .ads-description {
        margin-top: 100px; }
    section.ads .ads-content .ads-description {
      max-width: 540px;
      margin-left: 40px; }
    section.ads .ads-content .ads-block {
      font-size: 18px; }
      section.ads .ads-content .ads-block .ads-type {
        font-size: 28px; }
section.blog {
  padding-top: 80px; }
  section.blog .blog-content {
    margin-top: 60px; }
    section.blog .blog-content .owl-stage-outer {
      padding-bottom: 10px; }
    section.blog .blog-content .owl-dots {
      text-align: center;
      margin-top: 20px; }
      section.blog .blog-content .owl-dots .owl-dot {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(32, 18, 113, 0.3);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12); }
        section.blog .blog-content .owl-dots .owl-dot.active {
          background: #201271; }
    section.blog .blog-content .blog-item {
      box-shadow: 0 0 14px rgba(202, 202, 202, 0.25);
      border-radius: 10px;
      padding: 30px; }
      section.blog .blog-content .blog-item .blog-item-content {
        font-size: 18px;
        line-height: 29px; }
        section.blog .blog-content .blog-item .blog-item-content .more {
          color: inherit; }
      section.blog .blog-content .blog-item .blog-thumbnail {
        height: 273px; }
        section.blog .blog-content .blog-item .blog-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
section.payments {
  padding-top: 70px; }
  section.payments .payments-content {
    margin-top: 50px;
    background: linear-gradient(355.17deg, #201272 37.4%, #6E15DF 78.75%);
    padding: 15px 0; }
    section.payments .payments-content img {
      max-width: 100%; }
section.contact {
  position: relative;
  padding: 50px 0 0 0; }

footer {
  margin-top: 70px;
  padding: 15px 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  top: unset;
  background: linear-gradient(355.17deg, #201272 37.4%, #6E15DF 78.75%);
  font-size: 13px; }
  footer .col-header {
    font-weight: bold; }
  footer .footer-link-item {
    transition: 0.2s ease;
    color: #fff;
    display: block; }
    footer .footer-link-item:hover {
      color: #d0c8c8; }

.outlined-btn {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 11px 39px; }
  .outlined-btn.outlined-blue {
    border-color: #201271;
    color: #201271; }

.intro {
  padding-top: 150px; }
  .intro .intro-heading {
    font-size: 42px;
    line-height: 42px; }
  .intro .big {
    font-size: 120px; }
  .intro .intro-content {
    line-height: 20px; }
  .intro img {
    max-width: 100%; }

.golden-btn {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: linear-gradient(360deg, #FF4815 0%, #FEAF04 100%);
  color: #fff;
  padding: 18px 72px; }

.mt-30 {
  margin-top: 30px; }

nav {
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: 0.2s ease; }
  nav .logo-dark {
    display: none; }
  nav .top-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    nav .top-menu .top-menu-item a {
      color: #fff; }
    nav .top-menu .top-menu-item:not(:last-child) {
      margin-right: 20px; }
  nav.lighten {
    background: #fff;
    box-shadow: 0 1px 7px 0 darkgrey;
    padding: 10px 0; }
    nav.lighten .outlined-btn {
      border-color: #201271;
      color: #201271; }
    nav.lighten .top-menu .top-menu-item a {
      color: #201271; }
    nav.lighten .logo-dark {
      display: block; }
    nav.lighten .logo-light {
      display: none; }

#mobile-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000091;
  z-index: 9;
  display: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1380px; } }
@media screen and (min-width: 1400px) {
  .pay-block {
    margin-bottom: 145px; }

  section.payments {
    padding-top: 0; }
    section.payments .payments-content {
      margin: 50px 0; }
  section.characteristics {
    padding: 0; }
  section.ads {
    padding-top: 90px;
    padding-bottom: 0; }
    section.ads .ads-content .ads-bottom {
      margin-top: -300px; }
    section.ads .ads-content .ads-phone .animate-wrapper {
      width: 81%; }
    section.ads .ads-content .ads-phone .animation {
      width: 80%;
      left: -10%; }
    section.ads .ads-content .ads-phone .phone {
      max-width: 90%; }
  section.instruments {
    padding: 0; }
  section.blog {
    padding-top: 10px; }
    section.blog .gray-txt {
      margin-top: 15px; }
    section.blog .blog-content {
      margin-top: 30px; }
  section.contact {
    margin-bottom: 280px; } }
@media screen and (max-width: 1300px) {
  .intro .intro-heading {
    font-size: 20px; }
  .intro .big {
    font-size: 40px; } }
@media screen and (max-width: 1200px) {
  section.ads .ads-content .ads-description {
    max-width: unset; }
  section.ads .ads-content .ads-bottom {
    margin-left: 290px;
    width: calc(100% - 290px); } }
@media screen and (max-width: 993px) {
  .gray-input input {
    width: 100%; }

  section.ads .ads-content .ads-bottom {
    margin-left: 0;
    margin-top: 30px;
    width: unset; }
    section.ads .ads-content .ads-bottom .ads-description {
      margin-top: 0; }
  section.characteristics .characteristics-content {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  .block-heading {
    font-size: 25px; }

  nav {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 1px 7px 0 darkgrey; }
    nav .top-menu {
      position: fixed;
      padding: 15px;
      left: -240px;
      z-index: 100;
      transition: 0.2s ease;
      top: 0;
      width: 240px;
      background: #fff;
      height: 100%;
      flex-direction: column; }
      nav .top-menu.active {
        left: 0; }
      nav .top-menu .top-menu-item a {
        color: #201271; }
      nav .top-menu .top-menu-item:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0; }
    nav .logo-dark {
      display: block;
      width: 90px; }
    nav .logo-light {
      display: none; }
    nav .outlined-btn {
      border-color: #201271;
      color: #201271; }

  .intro {
    padding-top: 50px; }
    .intro .big {
      font-size: 59px; }
    .intro .intro-heading {
      font-size: 20px;
      line-height: 28px; }

  section.ads {
    padding: 30px 0; }
    section.ads .ads-content {
      margin-top: 30px; }
      section.ads .ads-content .ads-block .ads-type {
        font-size: 20px; }
  section.instruments {
    padding: 25px 0 25px 0; }
    section.instruments .instruments-content {
      margin-top: 20px; }
      section.instruments .instruments-content .instrument-block .i-heading {
        font-size: 20px; }
  section.characteristics .characteristics-content .ch-blocks {
    margin-top: 20px; }
  section.payments {
    padding-top: 0; }
  section.blog {
    padding-top: 50px; }
    section.blog .blog-content {
      margin-top: 20px; }
      section.blog .blog-content .blog-item {
        width: 95%;
        margin: auto; }
      section.blog .blog-content .owl-stage-outer {
        padding-top: 20px; }
      section.blog .blog-content .blog-item {
        padding: 20px; }

  header {
    padding-top: 70px; } }
@media screen and (max-width: 575px) {
  section.ads .ads-content .ads-description {
    margin-left: 0;
    margin-top: 15px;
    text-align: center; }
  section.ads .ads-content .ads-block {
    flex-direction: column;
    align-items: center; } }

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