@import url("css2.css");
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
* {
  margin: 0;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
  transition: font-size 0.3s linear; }

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

html,
body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #5D7093; }

figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

header,
footer {
  flex: 0 0 auto; }

main {
  display: flex;
  flex: 1 0 auto; }

a {
  color: #236EB9; }
  a:hover {
    text-decoration: none; }

h2,
h3 {
  font-weight: 500; }

h1 {
  font-size: 26px;
  font-weight: 500; }
  @media (min-width: 768px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 24px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px; } }

h3 {
  color: #233C4A;
  font-size: 22px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    h3 {
      margin-bottom: 60px;
      font-size: 30px; } }

img {
  max-width: 100%; }

svg {
  vertical-align: top;
  width: 100%;
  height: 100%; }

.show-main-nav {
  overflow: hidden; }

.container {
  max-width: 1364px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  transition: padding 0.3s linear; }
  @media (min-width: 768px) {
    .container {
      padding: 0 30px; } }

.logo {
  display: block; }
  .logo img {
    vertical-align: top; }

ul {
  list-style: none; }

.special-list_icon-top .special-list__icon {
  align-self: flex-start; }

.special-list__item {
  display: flex;
  align-items: center; }

.special-list__item:not(:last-child) {
  margin-bottom: 24px; }

.special-list__icon {
  display: block;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  border-radius: 50%;
  padding: 12px;
  margin-right: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.26); }

.special-list__title {
  font-size: 18px;
  font-weight: 500;
  color: #233C4A;
  margin-bottom: 4px; }

.numbered-list,
.unnumbered-list {
  list-style: none; }
  .numbered-list li,
  .unnumbered-list li {
    position: relative; }
  .numbered-list li:not(:last-child),
  .unnumbered-list li:not(:last-child) {
    margin-bottom: 20px; }

.numbered-list {
  counter-reset: li; }
  .numbered-list li {
    padding: 6px 0 0 48px;
    min-height: 32px; }
  .numbered-list li:before {
    content: counter(li);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #236EB9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    counter-increment: li; }

.unnumbered-list li {
  padding-left: 22px; }

.unnumbered-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #236EB9;
  border-radius: 50%; }

.rounded-block-with-circles {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-radius: 50%; }
  .rounded-block-with-circles.purple {
    border-color: #664BC4;
    color: #664BC4; }
  .rounded-block-with-circles.green {
    border-color: #76E8EC;
    color: #76E8EC; }
  .rounded-block-with-circles.orange {
    border-color: #E6592B;
    color: #E6592B; }
  .rounded-block-with-circles:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 8px;
    top: 8px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 14px 0px CurrentColor, 0px 0px 14px 0px CurrentColor inset;
    border-radius: 50%;
    opacity: 0.2; }
  .rounded-block-with-circles__circle {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 8%;
    top: 0;
    left: 0; }
  .rounded-block-with-circles__circle:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%; }
  .rounded-block-with-circles__circle:nth-child(1) {
    -webkit-animation: service_hexagon_1 2s infinite linear;
            animation: service_hexagon_1 2s infinite linear;
    transform: rotate(90deg);
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .purple .rounded-block-with-circles__circle:nth-child(1):before {
    background-color: #CA5CBC; }
  .green .rounded-block-with-circles__circle:nth-child(1):before {
    background-color: #13E3C0; }
  .orange .rounded-block-with-circles__circle:nth-child(1):before {
    background-color: #FFAF14; }
  .rounded-block-with-circles__circle:nth-child(2) {
    -webkit-animation: service_hexagon_2 2s infinite linear;
            animation: service_hexagon_2 2s infinite linear;
    transform: rotate(-90deg);
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  .purple .rounded-block-with-circles__circle:nth-child(2):before {
    background-color: #664BC4; }
  .green .rounded-block-with-circles__circle:nth-child(2):before {
    background-color: #29BDCB; }
  .orange .rounded-block-with-circles__circle:nth-child(2):before {
    background-color: #E6592B; }

.box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media (max-width: 991px) {
    .box {
      flex-direction: column; } }
  .box h3 {
    font-size: 28px; }
  .box__item {
    width: 100%; }
    @media (min-width: 992px) {
      .box__item {
        width: 50%; } }
  @media (min-width: 992px) {
    .box__item:first-child {
      margin-right: 45px; } }
  @media (min-width: 992px) {
    .box__item:last-child {
      margin-left: 45px; } }
  .box__item_with-circle {
    position: relative;
    display: flex;
    justify-content: center; }
  .box__item_with-circle:before {
    content: "";
    display: block;
    position: absolute;
    background: url("") no-repeat center center;
    background-size: 60% auto;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
    @media (min-width: 992px) {
      .box__item_with-circle:before {
        left: -30%;
        top: -14%;
        bottom: -30%;
        background-size: 90% auto; } }

.status-block {
  display: inline-block;
  border-radius: 5px;
  font-size: 10px;
  padding: 4px 8px; }
  .status-block_danger {
    color: #FF4E4E;
    background-color: #FCECEB; }

@-webkit-keyframes service_hexagon_1 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(450deg); } }

@keyframes service_hexagon_1 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(450deg); } }

@-webkit-keyframes service_hexagon_2 {
  0% {
    transform: rotate(-90deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes service_hexagon_2 {
  0% {
    transform: rotate(-90deg); }
  100% {
    transform: rotate(270deg); } }

@media (max-width: 991px) {
  .only-desktop {
    display: none !important; } }

@media (min-width: 992px) {
  .only-mobile {
    display: none !important; } }

@media (min-width: 992px) {
  header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11 !important;
    padding: 40px 0;
    transition: padding 0.3s linear;
    background: linear-gradient(90deg, #2e7fdf 0%, #3b03a6 100%); } }

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2; }

@media (min-width: 992px) {
  .header {
    position: relative !important;
    padding: 0; } }

@media (min-width: 992px) {
  .header + .header-content {
    margin: 86px 0 90px; } }

body .header-parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../images/parallax1.png"), url("../images/parallax2.png"), url("../images/parallax3.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 65%; }
  @media (max-width: 991px) {
    body .header-parallax {
      display: none; } }

.header-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 30px 0;
  background: linear-gradient(90deg, #2e7fdf 0%, #3b03a6 100%); }
  @media (min-width: 992px) {
    .header-wrapper {
      padding: 40px 0; } }
  .header-wrapper:first-child {
    z-index: 5; }
  .header-wrapper:after {
    background: linear-gradient(90deg, #2e7fdf 0%, #3b03a6 100%); }
  @media (max-width: 991px) {
    .header-wrapper header {
      z-index: 9; } }

.header-wrapper h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .header-wrapper .box h1 {
    text-align: left;
    max-width: 490px; } }

.header-content {
  position: relative;
  margin-top: 40px;
  transition: all 0.3s linear;
  z-index: 1; }
  @media (min-width: 768px) {
    .header-content {
      margin-top: 90px; } }
  @media (min-width: 992px) {
    .header-content {
      margin-top: 140px; } }

.header-content__text {
  font-size: 16px;
  color: #ffffff; }
  @media (max-width: 991px) {
    .header-content__text {
      text-align: center; } }
  @media (min-width: 768px) {
    .header-content__text {
      font-size: 24px; } }

.header-content__text p {
  display: flex;
  line-height: 1.45; }
  @media (max-width: 991px) {
    .header-content__text p {
      flex-direction: column;
      align-items: center;
      text-align: center; } }

.header-content__text p:not(:last-child) {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .header-content__text p:not(:last-child) {
      margin-bottom: 50px; } }

@media (max-width: 767px) {
  .header-content__text .crypto-block {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .header-content__text .crypto-block {
    margin-left: 35px; } }

.header__logo {
  transition: all 0.3s linear;
  max-width: 190px; }
  @media (max-width: 767px) {
    .header__logo {
      width: 140px;
      height: 30px; } }

.header__subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .header__subtitle {
      font-size: 34px;
      margin-bottom: 25px; } }

.header__description {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .header__description {
      font-size: 18px; } }

.header__nav {
  flex: 1;
  display: flex;
  justify-content: center; }
  @media (max-width: 991px) {
    .header__nav {
      overflow: hidden;
      right: 0;
      top: 0; } }
  @media (max-width: 991px) {
    .show-main-nav .header__nav {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #233C4A;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9;
      overflow-y: auto;
      padding-top: 0;
      padding-bottom: 30px; } }

@media (max-width: 991px) {
  .header__btn-link {
    display: none; } }

.header__btn-link .button {
  filter: drop-shadow(1px 7px 16px rgba(68, 175, 184, 0.5)); }

.header__row-button {
  text-align: center;
  margin-top: 35px; }
  @media (min-width: 768px) {
    .header__row-button {
      margin-top: 50px; } }

.header__img {
  margin-top: 20px;
  overflow: hidden; }
  @media (max-width: 600px) {
    .header__img img {
      max-width: 150%;
      margin-left: -25%; } }

@media (max-width: 991px) {
  .main-nav {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
    .show-main-nav .main-nav {
      width: 100%;
      position: fixed;
      overflow-y: auto;
      display: flex;
      flex-direction: column; } }

.main-nav__trigger {
  display: flex;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 0;
  border: none;
  background: none; }
  @media (min-width: 992px) {
    .main-nav__trigger {
      display: none; } }
  @media (min-width: 768px) {
    .main-nav__trigger {
      right: 30px; } }
  @media (max-width: 991px) {
    .show-main-nav .main-nav__trigger {
      top: 30px; } }

.main-nav__trigger span, .main-nav__trigger span:before, .main-nav__trigger span:after {
  display: block;
  height: 2px;
  background-color: #ffffff; }

.main-nav__trigger span {
  position: relative;
  width: 24px; }
  .show-main-nav .main-nav__trigger span {
    margin-top: 8px;
    transform: rotate3d(0, 0, 1, 45deg); }

.main-nav__trigger span:before, .main-nav__trigger span:after {
  content: "";
  position: absolute;
  right: 0; }

.main-nav__trigger span:before {
  width: 20px;
  top: 6px; }
  .show-main-nav .main-nav__trigger span:before {
    display: none; }

.main-nav__trigger span:after {
  width: 16px;
  top: 12px; }
  .show-main-nav .main-nav__trigger span:after {
    width: 24px;
    top: 0;
    transform: rotate3d(0, 0, 1, -90deg); }

.main-nav__top {
  transition-property: none; }
  @media (max-width: 991px) {
    .show-main-nav .main-nav__top {
      display: block;
      font-size: 18px;
      color: #ffffff;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      padding: 30px 20px;
      border-bottom: 1px solid #354852;
      background-color: #233C4A;
      z-index: 9; } }

.main-nav__title {
  display: none; }
  @media (max-width: 991px) {
    .show-main-nav .main-nav__title {
      display: block; } }

.main-nav__list {
  list-style: none;
  display: flex; }
  @media (max-width: 991px) {
    .main-nav__list {
      display: none;
      flex-direction: column;
      padding: 20px; } }
  @media (max-width: 991px) {
    .show-main-nav .main-nav__list {
      display: flex; } }
  @media (max-width: 991px) {
    .main-nav__list ul {
      padding: 0; } }

@media (max-width: 991px) {
  .main-nav [class*="main-nav__list_lvl"] {
    display: none;
    margin-top: 24px;
    padding-left: 20px; } }

@media (min-width: 992px) {
  .main-nav__list_lvl2 {
    position: absolute;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
    top: 100%;
    margin-top: 25px;
    width: 240px;
    flex-direction: column;
    background: #ffffff;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.3s linear; } }

.main-nav__list_lvl2:before, .main-nav__list_lvl2:after {
  position: absolute; }
  @media (min-width: 992px) {
    .main-nav__list_lvl2:before, .main-nav__list_lvl2:after {
      content: ""; } }

.main-nav__list_lvl2:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  top: -10px;
  left: 50%;
  margin-left: -10px; }

.main-nav__list_lvl2:after {
  display: block;
  top: -26px;
  left: 0;
  height: 26px;
  width: 100%; }

.main-nav__list_lvl2 .main-nav__item {
  margin: 0; }

@media (min-width: 992px) {
  .main-nav__list_lvl2 .main-nav__item:not(:last-child) {
    margin-bottom: 20px; } }

.main-nav__list_lvl2 .main-nav__link {
  font-size: 14px;
  transition: color 0.3s linear; }
  @media (min-width: 992px) {
    .main-nav__list_lvl2 .main-nav__link {
      font-size: 16px;
      color: #6C746C; } }

.main-nav__list_lvl2 .main-nav__item_active .main-nav__link,
.main-nav__list_lvl2 .main-nav__link:hover {
  color: #96A0AD; }
  @media (min-width: 992px) {
    .main-nav__list_lvl2 .main-nav__item_active .main-nav__link,
    .main-nav__list_lvl2 .main-nav__link:hover {
      color: #236EB9; } }

.main-nav__list_lvl2 .main-nav__link:after {
  display: none; }

.main-nav__item {
  position: relative; }
  @media (min-width: 992px) {
    .main-nav__item {
      margin: 0 12px; } }
  @media (min-width: 1100px) {
    .main-nav__item {
      margin: 0 17px; } }
  @media (min-width: 992px) {
    .main-nav__item.main-nav__item_dropdown {
      padding-right: 16px; } }
  .main-nav__item.main-nav__item_dropdown:after {
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg); }
    @media (min-width: 992px) {
      .main-nav__item.main-nav__item_dropdown:after {
        content: ""; } }
  .main-nav__item.main-nav__item_dropdown > a:before {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    right: -18px;
    cursor: pointer;
    z-index: 1; }
    @media (min-width: 992px) {
      .main-nav__item.main-nav__item_dropdown > a:before {
        content: ""; } }

@media (max-width: 991px) {
  .main-nav__item:not(:last-child) {
    margin-bottom: 24px; } }

.main-nav__link {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  @media (max-width: 991px) {
    .main-nav__link {
      display: inline-block;
      margin-right: 24px; } }
  @media (min-width: 992px) {
    .main-nav__link {
      font-size: 16px; } }
  @media (min-width: 1100px) {
    .main-nav__link {
      font-size: 18px; } }

.main-nav__link:after {
  display: block;
  position: absolute;
  height: 2px;
  top: 100%;
  width: 100%;
  transform: scaleX(0);
  visibility: hidden;
  background-color: #FFAF14;
  transition: all 0.3s linear; }
  @media (min-width: 992px) {
    .main-nav__link:after {
      content: ""; } }

.main-nav__item_active a:after,
.main-nav__item:hover a:after {
  visibility: visible;
  transform: scaleX(1); }

@media (max-width: 991px) {
  .main-nav__item_active > a {
    color: #96A0AD; } }

.main-nav__item:hover .main-nav__list {
  opacity: 1;
  visibility: visible;
  z-index: 5; }

.main-nav__dropdown-toggle {
  display: block;
  position: absolute;
  right: 0px;
  top: 2px;
  width: 16px;
  height: 16px; }
  @media (min-width: 992px) {
    .main-nav__dropdown-toggle {
      display: none; } }
  .main-nav__dropdown-toggle.opened:before {
    transform: rotate(135deg); }
  .main-nav__dropdown-toggle:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s linear; }

.main-nav__bottom {
  display: none;
  padding: 30px 20px;
  margin-top: auto; }
  @media (max-width: 991px) {
    .show-main-nav .main-nav__bottom {
      display: block; } }
  .main-nav__bottom .social-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 15px; }
  .main-nav__bottom .social-links li:not(:last-child) {
    margin-right: 10px; }
  .main-nav__bottom .social-links a {
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    color: #9BA8BA; }
    .main-nav__bottom .social-links a:hover {
      color: #C4C4C4; }
  .main-nav__bottom .copyright {
    font-size: 12px;
    color: #9BA8BA; }

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden; }

/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll; }

@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible; } }

.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 999; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(17, 24, 29, 0.91);
  padding: 0 20px !important; }

.modal-dialog {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.5rem * 2)); }
  @media (min-width: 576px) {
    .modal-dialog-centered {
      min-height: calc(100% - (1.5rem * 2)); } }

.modal-inner {
  width: 100%;
  position: relative;
  background-color: #233C4A;
  border-radius: 30px;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .modal-inner {
      padding: 40px; } }

.modal-inner .modal-content:not(:first-of-type) {
  display: none; }

.modal-body {
  max-height: none;
  overflow: visible; }

.modal.modal-absolute {
  position: absolute;
  z-index: 950; }

.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px; }

.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff; }

.modal.container {
  width: 940px;
  margin-left: -470px; }

.modal-header .modal-title {
  margin-bottom: 46px;
  padding: 0 30px 20px 0;
  border-bottom: 1px solid #9BA8BA;
  color: #ffffff; }

.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
  background: none;
  border: 1px solid #D9E6FF;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  z-index: 5; }

.modal-header .close img {
  vertical-align: top; }

.modal-body {
  margin-bottom: 50px; }
  .modal-body_message {
    margin: 0; }
  .modal-body .message {
    position: relative;
    padding: 78px 0; }
    @media (min-width: 768px) {
      .modal-body .message {
        margin: -40px; } }
  .modal-body .message:before,
  .modal-body .message:after {
    displaY: block;
    position: absolute;
    width: 50%;
    top: 20px;
    bottom: 0;
    background-size: 300px 160px !important; }
    @media (min-width: 768px) {
      .modal-body .message:before,
      .modal-body .message:after {
        content: ""; } }
  .modal-body .message:before {
    left: 0;
    background: url("") no-repeat -56px 0; }
  .modal-body .message:after {
    right: 0;
    background: url("") no-repeat calc(100% + 20px) top; }
  .modal-body .row {
    display: flex;
    margin-right: -17px;
    margin-left: -17px; }
    @media (max-width: 767px) {
      .modal-body .row {
        flex-direction: column; } }
  .modal-body .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 17px;
    padding-left: 17px;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767px) {
      .modal-body .col-md-6 {
        max-width: 100%;
        flex: 1; } }
  @media (max-width: 767px) {
    .modal-body .col-md-6:not(:last-child) {
      margin-bottom: 30px; } }
  .modal-body .form__radio-list_inline {
    margin-top: 9px; }
  .modal-body .form__radio-item {
    margin-bottom: 0; }
  .modal-body .text-block:not(:last-child) {
    margin-bottom: 30px; }
  .modal-body .text-block a {
    color: #FFAF14; }
  .modal-body .text-block a.link {
    color: #ffffff; }
  .modal-body .text-block p:not(:last-child) {
    margin-bottom: 18px; }
  .modal-body .text-block ul:not(:last-child) {
    margin-bottom: 40px; }

.modal-footer {
  display: flex;
  align-items: center; }
  .modal-footer .button-primary {
    font-size: 15px;
    height: 44px;
    padding: 0 30px; }
    @media (min-width: 768px) {
      .modal-footer .button-primary {
        font-size: 18px;
        height: 54px;
        padding: 0 60px;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .modal-footer .button-primary {
        margin-left: auto; } }
  .modal-footer .button-back {
    margin-right: auto; }
  @media (max-width: 767px) {
    .modal-footer .button-back img {
      width: 16px; } }

/* Modal Overflow */
.modal-overflow.modal {
  top: 1%; }

.modal-overflow.modal.fade {
  top: -100%; }

.modal-overflow.modal.fade.in {
  top: 1%; }

/*.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

.top-bar {
  background-color: #233C4A;
  padding: 20px 0 30px; }
  @media (min-width: 768px) {
    .top-bar {
      padding: 26px 0; } }
  @media (min-width: 992px) {
    .top-bar {
      position: fixed;
      top: 132px;
      left: 0;
      right: 0;
      z-index: 2; } }
  .top-bar__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; }
    @media (max-width: 767px) {
      .top-bar__content {
        flex-direction: column; } }
  @media (min-width: 768px) {
    .top-bar__item {
      width: 100%;
      max-width: 300px; } }
  @media (max-width: 767px) {
    .top-bar__item:not(:last-child) {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .top-bar__item:not(:last-child) {
      margin-right: 36px; } }
  .top-bar__label {
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .top-bar__label {
        font-size: 24px; } }
  .top-bar__link {
    display: block;
    position: relative;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
    max-width: 298px;
    width: 100%;
    padding: 6px 20px 6px 38px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 120.18%);
    border-radius: 40px;
    transition: opacity 0.3s linear; }
    @media (min-width: 768px) {
      .top-bar__link {
        font-size: 16px;
        padding: 10px 6px 10px 48px; } }
    .top-bar__link:hover {
      opacity: 0.75; }
  .top-bar__link:before {
    content: "";
    display: block;
    position: absolute;
    width: 52px;
    height: 50px;
    left: -26px;
    top: -6px;
    background: url("") no-repeat center center;
    background-size: cover; }
    @media (min-width: 768px) {
      .top-bar__link:before {
        width: 72px;
        height: 70px;
        left: -36px;
        top: -10px; } }

body .content__row_roadmap {
  padding: 0; }

#roadmap {
  position: relative;
  overflow: hidden; }
  #roadmap.sticky {
    left: 0;
    right: 0;
    max-height: 100%;
    overflow-y: scroll; }
  @media (min-width: 992px) {
    #roadmap.sticky .roadmap-planet_left {
      -webkit-animation: planetLeft 0.5s linear;
              animation: planetLeft 0.5s linear;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; } }
  @media (min-width: 992px) {
    #roadmap.sticky .roadmap-planet_right {
      -webkit-animation: planetRight 0.5s linear;
              animation: planetRight 0.5s linear;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; } }
  @media (min-width: 992px) {
    #roadmap.sticky .rocket {
      -webkit-animation: rocket 1.5s linear;
              animation: rocket 1.5s linear;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; } }
  #roadmap #toTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 14px 10px 10px;
    height: 64px;
    width: 64px;
    line-height: 1;
    border-radius: 27px;
    font-size: 14px; }
    @media (min-width: 992px) {
      #roadmap #toTop {
        right: 80px;
        bottom: 40px; } }
    #roadmap #toTop .button__text {
      line-height: 1; }
    #roadmap #toTop .button__text:before {
      content: "";
      display: block;
      margin: 0 auto 2px;
      width: 12px;
      height: 12px;
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff;
      transform: rotate(-135deg); }

.roadmap-view {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-color: #1F2641;
  background-repeat: no-repeat;
  background-size: 15vw auto; }
  .roadmap-view:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: url("") no-repeat 0 bottom;
    background-size: 360px auto;
    opacity: 0.5; }
    @media (max-width: 991px) {
      .roadmap-view:before {
        content: ""; } }

.roadmap-planet {
  position: fixed;
  max-width: 384px;
  max-height: 360px;
  width: 17vw; }

.roadmap-planet_left {
  top: -100%;
  left: -100%;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }

.roadmap-planet_right {
  bottom: -100%;
  right: -100%;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }
  .roadmap-planet_right img {
    position: relative; }

.rocket {
  position: absolute;
  left: -100%;
  bottom: -100%;
  max-width: 424px;
  max-height: 524px;
  width: 20vw;
  z-index: 0; }
  .rocket img {
    display: block;
    position: relative;
    -webkit-animation: bell 5s linear;
            animation: bell 5s linear;
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.roadmap-block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: top 0.3s linear;
  padding: 180px 0; }
  @media (max-width: 991px) {
    .roadmap-block {
      padding: 90px 20px 60px; } }
  @media (min-width: 992px) {
    .roadmap-block {
      padding-left: 200px; } }
  .roadmap-block__item {
    display: flex;
    position: relative;
    color: #ffffff; }
    @media (min-width: 992px) {
      .roadmap-block__item {
        margin-top: 30px; } }
    @media (max-width: 991px) {
      .roadmap-block__item {
        flex-direction: column;
        border-left: 2px solid #05AFC7;
        padding: 0 0 20px 40px; } }
    .roadmap-block__item:before, .roadmap-block__item:after {
      display: block;
      position: absolute;
      border-radius: 50%; }
      @media (max-width: 991px) {
        .roadmap-block__item:before, .roadmap-block__item:after {
          content: ""; } }
    .roadmap-block__item:before {
      width: 30px;
      height: 30px;
      border: 2px solid #05AFC7;
      top: -30px;
      left: -16px; }
    .roadmap-block__item:after {
      width: 14px;
      height: 14px;
      top: -22px;
      left: -8px; }
  .roadmap-block__item:not(:last-child) {
    min-height: 120px; }
    @media (min-width: 992px) {
      .roadmap-block__item:not(:last-child) {
        min-height: 188px; } }
    @media (max-width: 991px) {
      .roadmap-block__item:not(:last-child) {
        margin-bottom: 30px; } }
  .roadmap-block__item:last-child .roadmap-block__text {
    border-color: transparent; }
  @media (max-width: 991px) {
    .roadmap-block__item.active:after {
      background-color: #ffffff; } }
  .roadmap-block__item.active .roadmap-block__text:before {
    background-color: #05AFC7; }
  .roadmap-block__item.active .roadmap-block__text:after {
    background-color: #ffffff; }
  .roadmap-block__content {
    position: relative; }
    @media (min-width: 992px) {
      .roadmap-block__content {
        margin-top: -30px; } }
    @media (max-width: 991px) {
      .roadmap-block__content {
        top: -30px; } }
    .roadmap-block__content a {
      color: #ffffff; }
  .roadmap-block__date {
    font-size: 20px;
    flex: 1; }
    @media (max-width: 991px) {
      .roadmap-block__date {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .roadmap-block__date {
        text-align: right;
        font-size: 36px;
        padding-right: 80px; } }
  .roadmap-block__text {
    position: relative;
    font-size: 14px;
    max-width: 610px;
    width: 100%;
    flex: 3;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .roadmap-block__text {
        padding-left: 80px;
        font-size: 20px;
        border-left: 2px solid #05AFC7;
        max-width: 500px; } }
    .roadmap-block__text:before, .roadmap-block__text:after {
      display: block;
      position: absolute;
      border-radius: 50%; }
      @media (min-width: 992px) {
        .roadmap-block__text:before, .roadmap-block__text:after {
          content: ""; } }
    .roadmap-block__text:before {
      width: 30px;
      height: 30px;
      border: 2px solid #05AFC7;
      top: -30px;
      left: -16px; }
    .roadmap-block__text:after {
      width: 14px;
      height: 14px;
      top: -22px;
      left: -8px; }
  .roadmap-block__completed {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none; }
    .roadmap-block__completed:hover {
      text-decoration: underline; }
    .content .roadmap-block__completed {
      color: #05AFC7; }
  .roadmap-block__completed:after {
    content: "";
    display: block;
    margin-left: 8px;
    width: 27px;
    height: 8px;
    background: url("") no-repeat; }

@-webkit-keyframes planetLeft {
  0% {
    top: -50%;
    left: -50%; }
  50% {
    top: -25%;
    left: -25%; }
  100% {
    top: 0;
    left: 0; } }

@keyframes planetLeft {
  0% {
    top: -50%;
    left: -50%; }
  50% {
    top: -25%;
    left: -25%; }
  100% {
    top: 0;
    left: 0; } }

@-webkit-keyframes planetRight {
  0% {
    bottom: -50%;
    right: -50%; }
  50% {
    bottom: -25%;
    right: -25%; }
  100% {
    bottom: 0;
    right: 0; } }

@keyframes planetRight {
  0% {
    bottom: -50%;
    right: -50%; }
  50% {
    bottom: -25%;
    right: -25%; }
  100% {
    bottom: 0;
    right: 0; } }

@-webkit-keyframes rocket {
  0% {
    bottom: -50%;
    left: -60%; }
  50% {
    bottom: -25%;
    left: -10%; }
  100% {
    bottom: 0;
    left: 0; } }

@keyframes rocket {
  0% {
    bottom: -50%;
    left: -60%; }
  50% {
    bottom: -25%;
    left: -10%; }
  100% {
    bottom: 0;
    left: 0; } }

@-webkit-keyframes bell {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(-20deg); }
  50% {
    transform: rotate(-10deg); }
  75% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes bell {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(-20deg); }
  50% {
    transform: rotate(-10deg); }
  75% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

.plan-list {
  margin-top: 60px; }
  @media (min-width: 992px) {
    .plan-list {
      padding-bottom: 200px; } }
  .plan-list .owl-stage {
    display: flex;
    justify-content: center; }
  @media (min-width: 992px) {
    .plan-list .owl-stage-outer {
      padding: 0 2px;
      margin-left: -2px;
      margin-right: -2px; } }
  .plan-list__item {
    flex: 1;
    height: 100%; }

.plan-block {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  padding: 30px 20px;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%; }
  @media (min-width: 992px) {
    .plan-block {
      max-width: 264px; } }
  .plan-block:hover {
    border-color: #ffffff; }
  .plan-block:hover .plan-block__img:after {
    opacity: 1; }
  .plan-block__row:nth-last-child(2) {
    margin-top: auto; }
  .plan-block__row:not(:last-child) {
    margin-bottom: 18px; }
  .plan-block__row .button-outline:hover {
    border-color: transparent;
    background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0%, rgba(91, 173, 249, 0.13) 100%), #00C9A7; }
  .plan-block__img {
    position: relative;
    height: 140px;
    margin-bottom: 20px; }
  .plan-block__img img {
    max-height: 100%;
    width: auto !important;
    margin: 0 auto; }
  .plan-block__img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -22px;
    right: -22px;
    opacity: 0.35;
    transition: opacity 0.3s linear;
    background: url("") no-repeat bottom center; }
  .plan-block__name {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px; }
  .plan-block__label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5); }
  .plan-block__value {
    font-size: 21px;
    font-weight: 500; }
  .plan-block__total {
    font-size: 30px;
    font-weight: 500; }

.bonus-list {
  padding: 16px 0;
  background: linear-gradient(180deg, rgba(10, 30, 131, 0.05) 0%, rgba(10, 30, 131, 0) 121.19%); }
  .bonus-list__row:not(:last-child) {
    margin-bottom: 16px; }
  .bonus-list__value {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px; }
  .bonus-list__label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }
  .bonus-list__label:hover {
    text-decoration: none; }

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"] {
  width: 100%;
  color: #ffffff;
  outline: none;
  font-family: inherit;
  border-radius: 5px;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #ffffff; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #ffffff; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder {
    color: #ffffff; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #ffffff; }

.form__row:not(:last-child) {
  margin-bottom: 30px; }

.form__row_flex {
  display: flex; }
  @media (max-width: 767px) {
    .form__row_flex {
      flex-direction: column; } }

.form__row_center {
  text-align: center; }

.form__cell {
  flex: 1; }
  @media (max-width: 767px) {
    .form__cell:not(:last-child) {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .form__cell:first-child:not(:last-child) {
      margin-right: 9px; } }
  @media (min-width: 768px) {
    .form__cell:last-child:not(:first-child) {
      margin-left: 9px; } }

.form__input {
  height: 52px;
  font-size: 13px;
  padding: 0 30px; }

.form__title {
  font-size: 16px;
  color: #ffffff; }

.form__field-name {
  display: flex;
  justify-content: space-between; }

.form__field-name a {
  color: #ffffff; }

.form__group {
  display: flex;
  flex: 1; }
  @media (max-width: 767px) {
    .form__group .form__field {
      flex: 1; } }
  @media (max-width: 767px) {
    .form__group .bootstrap-select {
      width: 80px !important; } }
  .form__group .form__field:not(:last-child) .form__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form__group .bootstrap-select:not(:first-child) .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.form__label {
  display: block;
  font-size: 16px;
  color: #EEF7FF;
  margin-bottom: 8px; }

.form__checkbox {
  display: flex;
  align-items: center;
  position: relative; }
  .form__checkbox input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: -20px;
    opacity: 0;
    cursor: pointer; }
  .form__checkbox input:checked ~ .form__checkbox-icon {
    background-color: #ffffff; }
  .form__checkbox input:checked ~ .form__checkbox-icon svg {
    opacity: 1;
    visibility: visible; }
  .form__checkbox label {
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    cursor: pointer; }

.form__checkbox-icon {
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #ffffff; }

.form__checkbox-icon svg {
  opacity: 1;
  visibility: visible; }

.blurred-form .form__description {
  font-size: 16px;
  color: #EEF7FF; }

.icon-button {
  border: none;
  background: none;
  cursor: pointer; }
  .icon-button img {
    vertical-align: top; }

.search-field {
  position: relative; }
  .table-wrapper .search-field {
    max-width: 366px;
    width: 100%;
    margin: 20px auto; }
    @media (min-width: 992px) {
      .table-wrapper .search-field {
        margin: 35px auto 25px; } }
  .search-field .icon-button {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 50%;
    margin-top: -8px; }
  .search-field .form__input {
    font-size: 13px;
    color: #9BA8BA;
    height: 36px;
    line-height: 36px;
    border: 1px solid #D0DFF5;
    border-radius: 50px;
    padding-left: 50px; }
    .search-field .form__input::-webkit-input-placeholder {
      color: #9BA8BA; }
    .search-field .form__input::-moz-placeholder {
      color: #9BA8BA; }
    .search-field .form__input:-moz-placeholder {
      color: #9BA8BA; }
    .search-field .form__input:-ms-input-placeholder {
      color: #9BA8BA; }

.button {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px;
  color: #ffffff;
  padding: 0 30px;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  transition: all 0.3s linear; }
  .button__text {
    position: relative;
    vertical-align: middle; }
  .button svg {
    height: 15px;
    width: 15px;
    vertical-align: middle; }
  .button svg:first-child {
    margin-right: 4px; }

.button-primary {
  background: #00C9A7; }
  .button-primary:hover {
    background-color: #00bf9f; }

.button-gradient-primary {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  padding: 0 30px;
  background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0%, rgba(91, 173, 249, 0.13) 100%), #00C9A7;
  border-radius: 96px; }
  @media (min-width: 992px) {
    .button-gradient-primary {
      font-size: 16px; } }
  @media (min-width: 1100px) {
    .button-gradient-primary {
      font-size: 18px;
      padding: 0 45px; } }
  .button-gradient-primary:hover {
    background: radial-gradient(51.77% 127.3% at 90.15% 78.18%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0%, rgba(91, 173, 249, 0.13) 100%), #00B495;
    box-shadow: 1px 7px 16px rgba(68, 175, 184, 0.8); }

.button-white {
  background-color: #ffffff;
  color: #236EB9; }
  .button-white:hover {
    background-color: #236EB9;
    color: #ffffff; }

.button-blue {
  background-color: #05AFC7;
  color: #ffffff; }

.button-outline {
  border: 1px solid; }

.show-more-button {
  border: 1px solid #EDEFF3;
  border-radius: 5px;
  background: transparent;
  color: #5D7093;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .show-more-button {
      font-size: 16px; } }
  .show-more-button:hover {
    border-color: #bfc6d4; }
  .show-more-button img {
    vertical-align: middle; }
  .show-more-button img:not(:first-child) {
    margin-left: 5px; }

.big-button {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  min-width: 170px; }
  @media (min-width: 768px) {
    .big-button {
      height: 60px;
      line-height: 60px;
      min-width: 228px;
      font-size: 18px; } }

.rounded-icon {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 10px;
  margin-right: 8px; }

.rounded-icon_grey {
  background: rgba(229, 230, 245, 0.5); }

.rounded-icon_turquoise {
  background-color: rgba(223, 247, 254, 0.5); }

.bonus-icon {
  padding: 6px; }

.blurred-form {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 30px;
  max-width: 416px;
  width: 100%; }
  @media (max-width: 991px) {
    .blurred-form {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .blurred-form {
      padding: 50px 30px; } }
  .blurred-form:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.29);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: -1; }
  .blurred-form .form__input {
    height: 44px;
    color: #5D7093;
    padding: 0 15px;
    font-size: 16px; }

.blurred-form__img {
  position: absolute;
  z-index: -1; }

.blurred-form__img_left {
  left: -80px;
  bottom: -70px; }

.blurred-form__img_right {
  right: -20px;
  top: -24px; }
  @media (min-width: 1230px) {
    .blurred-form__img_right {
      right: -86px; } }

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative; }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  background-color: #4C68EF;
  border-radius: 5px;
  color: #B7C9EA;
  border-color: #4C68EF;
  font-family: "Rubik", sans-serif;
  cursor: pointer; }

.bootstrap-select .dropdown-toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px !important;
  width: 16px;
  height: 16px;
  z-index: 1;
  background: url("") no-repeat;
  background-size: cover; }

.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 16px; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 70px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #B7C9EA;
  text-align: left;
  list-style: none;
  background-color: #4C68EF;
  background-clip: padding-box; }

.dropdown.show.dropup .dropdown-toggle {
  border-top-right-radius: 0; }

.dropdown.show:not(.dropup) .dropdown-toggle {
  border-bottom-right-radius: 0; }

.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg); }

.dropdown-menu.show {
  display: block; }

.dropdown-menu li.selected a,
.dropdown-menu li a:hover {
  background-color: #2D4AD3; }

.dropdown-menu li a {
  display: block;
  padding: 12px;
  color: inherit;
  font-weight: 400;
  transition: background-color 0.3s linear; }

body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

body .bootstrap-select .dropdown-toggle:focus,
body .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important; }

#simplex-form {
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 50px 30px;
  max-width: 500px; }
  #simplex-form .address-disclaimer {
    margin-top: 0.5em;
    color: white; }
  #simplex-form .wallet-url-container {
    margin-top: 0.5em; }
  #simplex-form .simplex-continue-button {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    padding: 0 30px;
    background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0, rgba(91, 173, 249, 0.13) 100%), #00c9a7;
    border-radius: 96px;
    border: none; }
  #simplex-form .dropdown-btn {
    border: 1px solid white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    border-left: 1px solid #999; }

.sign-form {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 50px 30px;
  max-width: 500px;
  background: linear-gradient(90deg, #2e7fdf 0%, #3b03a6 100%);
  margin-top: 1rem; }
  .sign-form input {
    color: #1F1F1F; }
    .sign-form input::-webkit-input-placeholder {
      color: #233C4A; }
    .sign-form input::-moz-placeholder {
      color: #233C4A; }
    .sign-form input:-moz-placeholder {
      color: #233C4A; }
    .sign-form input:-ms-input-placeholder {
      color: #233C4A; }
  .sign-form .form-group {
    margin-top: 1.5rem; }
    .sign-form .form-group.center {
      text-align: center; }
  .sign-form .forgot {
    margin-top: 1rem;
    text-align: right; }
    .sign-form .forgot a {
      color: #ffffff; }
  .sign-form .signup-link {
    margin-top: 2rem;
    color: #ffffff;
    text-align: center; }
    .sign-form .signup-link a {
      color: #ffffff; }
  .sign-form .btn {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    padding: 0 30px;
    background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0, rgba(91, 173, 249, 0.13) 100%), #00c9a7;
    border-radius: 96px;
    border: none;
    cursor: pointer;
    color: #ffffff; }
  .sign-form .error {
    text-align: center;
    opacity: 0.8;
    color: red;
    font-size: 90%; }
    .sign-form .error:empty {
      display: none; }

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.27);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 17px;
  background: rgba(255, 255, 255, 0.27);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00C9A7; }

.table,
.table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0; }

.table {
  text-align: left;
  font-size: 13px;
  color: #5D7093; }
  .table tr[data-href] {
    cursor: pointer; }
  @media (max-width: 991px) {
    .table tr:not(.only-desktop) {
      display: flex;
      flex-direction: column; } }
  .table tr.hidden {
    display: none; }
  .table th,
  .table td {
    padding: 14px 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .table tbody tr:not(:first-child) td {
    border-top: 1px solid #D7E6FE; }
  .table th {
    font-size: 14px;
    color: #9BA8BA;
    font-weight: 500;
    text-align: left; }
  .table td {
    vertical-align: middle; }
  @media (max-width: 991px) {
    .table td:not(.only-desktop) {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .table td table td {
    border: none !important; }
  @media (max-width: 991px) {
    .table td span.only-mobile:first-child {
      flex: 1;
      color: #9BA8BA;
      font-weight: 500; } }
  .table td a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
  @media (max-width: 991px) {
    .table .table__cell-caption {
      position: relative;
      padding-right: 35px; } }
  @media (max-width: 991px) {
    .table .table__cell-caption:before {
      content: '';
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      top: 50%;
      margin-top: -12px;
      border-radius: 50%;
      transition: transform 0.3s linear;
      transform: rotate(-90deg);
      background: #e0e6f0 url("") no-repeat center center; } }
  .table td.table__cell-content {
    padding: 0; }
    @media (max-width: 991px) {
      .table td.table__cell-content {
        max-height: 0;
        overflow: hidden;
        border: none !important;
        transition: max-height 0.3s linear; } }
  .table .table__row.opened .table__cell-content {
    max-height: 100%; }
  .table .table__row.opened .table__cell-caption:before {
    transform: rotate(0); }
  @media (max-width: 991px) {
    .table .table__cell-value {
      text-align: right; } }
  .table .table__cell-value > div {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .table .table__cell-value > div {
        flex-direction: column;
        align-items: flex-end; } }
  @media (max-width: 991px) {
    .table .table__cell-value > div:not(:last-child) {
      margin-bottom: 2px; } }
  .table .table__cell-value .status-block {
    margin: 2px 0 0;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (min-width: 992px) {
      .table .table__cell-value .status-block {
        margin: 0 0 0 4px; } }
  .table .like-icon {
    margin-left: 8px; }
  .table .coin-icon {
    max-width: 24px;
    max-height: 24px; }
  .table .coin-icon-link {
    width: 24px;
    height: 24px; }
  .table__cell-coin {
    width: 60px; }

.coin-wrapper {
  display: none; }
  .coin-wrapper.active {
    display: block; }

.coin-table.wrapped tr:nth-child(n+16) {
  display: none; }

.coin-table td.green {
  color: #8bc040; }

.coin-table td.red {
  color: #de5f66; }

.coin-table tr.table__row {
  cursor: pointer; }
  .coin-table tr.table__row:hover > td {
    background: rgba(255, 175, 20, 0.1); }

.coin-table .trade-btn {
  background: #236EB9;
  padding: 4px 8px;
  border-radius: 4px;
  color: white; }

.pop-altcoins-home tr.table__row {
  cursor: pointer; }
  .pop-altcoins-home tr.table__row:hover > td {
    background: rgba(255, 175, 20, 0.1); }

.content {
  width: 100%;
  overflow: hidden; }
  .content__row {
    padding: 60px 0;
    transition: padding 0.3s linear; }
    @media (min-width: 768px) {
      .content__row {
        padding: 100px 0; } }
    .content__row h2 {
      text-align: center;
      margin-bottom: 40px;
      transition: margin 0.3s linear; }
      @media (min-width: 768px) {
        .content__row h2 {
          margin-bottom: 60px; } }
    .content__row#topCrypto {
      padding-bottom: 360px; }
    @media (min-width: 992px) {
      .content__row#topCrypto .container {
        margin-top: -130px;
        z-index: 3; } }
    @media (min-width: 992px) {
      .content__row#deposit .container {
        position: relative;
        margin-top: -150px;
        z-index: 3; } }
    .content__row#popular h2 {
      color: #233C4A; }
    .content__row#popular .content__description {
      color: #9BA8BA; }
    .content__row#popular .container {
      position: relative;
      margin-top: -360px; }
    .content__row#partners {
      padding-bottom: 0; }
    .content__row#upvote {
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        .content__row#upvote {
          margin-bottom: 100px; } }
      @media (min-width: 992px) {
        .content__row#upvote {
          padding-top: 200px; } }
    @media (min-width: 992px) {
      .content__row#transactions, .content__row#wallet {
        padding-top: 200px; } }
  .content__row_blue {
    background: linear-gradient(301.99deg, #3b03a6 -29.58%, #4014ad -11.65%, #4d3fbf 29.53%, #2e7fdf 79.69%, #79d3fe 122.38%), #c4c4c4;
    color: #ffffff; }
    .content__row_blue h2 {
      color: #ffffff;
      margin-bottom: 40px; }
    .content__row_blue .content__description {
      margin-top: 0; }
  .content__row_blue .content__text {
    color: #ffffff; }
  .content__row_grey {
    background: #EFF4FB; }
    .content__row_grey h2 {
      color: #233C4A; }
  .content__row_light-blue {
    background: linear-gradient(149.55deg, rgba(79, 172, 221, 0.45) -47.42%, rgba(79, 172, 221, 0) 28.58%), linear-gradient(185.83deg, rgba(60, 171, 180, 0.1) -59.81%, rgba(60, 171, 180, 0) 26.99%), #eff4fb; }
    .content__row_light-blue h2 {
      color: #233C4A; }
    .content__row_light-blue:after {
      background-color: #eff4fb; }
  .content__row_light-blue .content__description {
    color: #9BA8BA; }
  .content__row_light-blue .owl-theme .owl-dots span {
    background: #9BA8BA; }
  .content__row_center {
    text-align: center; }
  .content__row_text {
    font-size: 14px; }
    @media (min-width: 768px) {
      .content__row_text {
        font-size: 16px; } }
    .content__row_text h2 {
      text-align: left;
      color: #233C4A; }
    .content__row_text h2,
    .content__row_text h3,
    .content__row_text .container > p,
    .content__row_text ul,
    .content__row_text ol {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .content__row_text h2,
        .content__row_text h3,
        .content__row_text .container > p,
        .content__row_text ul,
        .content__row_text ol {
          margin-bottom: 40px; } }
    .content__row_text p {
      line-height: 2; }
    .content__row_text a {
      color: #236EB9; }
  .content__row_subscribe {
    position: relative; }
    @media (min-width: 768px) {
      .content__row_subscribe {
        padding: 150px 0; } }
    .content__row_subscribe:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("") no-repeat center center;
      background-size: 100% 100%;
      z-index: 0; }
    .content__row_subscribe .container {
      position: relative;
      z-index: 1; }
    .content__row_subscribe .form__input {
      background-color: transparent;
      border-radius: 50px;
      border: 1px solid #ffffff;
      max-width: 570px; }
    .content__row_subscribe .form__checkbox {
      justify-content: center; }
  .content__row_rounded-bottom {
    position: relative; }
    @media (min-width: 992px) {
      .content__row_rounded-bottom {
        padding-bottom: 40px; } }
    .content__row_rounded-bottom > * {
      position: relative;
      z-index: 1; }
    .content__row_rounded-bottom:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      height: 60px;
      border-radius: 50%;
      z-index: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .content__row_rounded-bottom:after {
          height: 90px;
          bottom: -45px; } }
      @media (min-width: 992px) {
        .content__row_rounded-bottom:after {
          height: 180px;
          bottom: -90px; } }
  .content__row_swap {
    padding-top: 250px; }
    @media (min-width: 992px) {
      .content__row_swap {
        padding-top: 400px; } }
  .content__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 970px;
    width: 100%;
    margin: -20px auto 40px; }
    @media (min-width: 768px) {
      .content__description {
        font-size: 18px;
        margin: -30px auto 80px; } }
  .content__text {
    line-height: 1.7;
    text-align: center; }
    @media (min-width: 768px) {
      .content__text {
        font-size: 16px; } }
    .table-wrapper .content__text {
      max-width: 730px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .content h2 + .content__text {
    margin-top: -20px; }
    @media (min-width: 768px) {
      .content h2 + .content__text {
        margin-top: -40px; } }
  .content__tabs {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto; }
  .content__tabs_swap {
    position: relative;
    margin-bottom: -260px; }
    @media (max-width: 767px) {
      .content__tabs_swap {
        width: auto;
        margin-left: -20px;
        margin-right: -20px; } }
  @media (min-width: 992px) {
    .content_fees {
      margin-top: -150px; } }

.slides {
  padding: 0 40px; }
  @media (max-width: 767px) {
    .slides {
      margin-bottom: 60px; } }
  @media (min-width: 768px) {
    .slides {
      padding: 40px; } }
  @media (min-width: 992px) {
    .slides {
      margin-bottom: 90px; } }
  .slides__item {
    position: relative;
    max-width: 282px;
    width: 100%;
    margin: 0 auto; }
  .slides.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    right: 0;
    font-size: 36px;
    height: 1px; }
  .slides.owl-theme .owl-nav button {
    height: 30px;
    width: 30px; }
    .slides.owl-theme .owl-nav button:focus, .slides.owl-theme .owl-nav button:active, .slides.owl-theme .owl-nav button:hover {
      background: none !important; }
  .slides.owl-theme .owl-nav span {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .slides.owl-theme .owl-nav .owl-prev {
    margin-left: -20px; }
  .slides.owl-theme .owl-nav .owl-next {
    margin-right: -20px; }
  @media (max-width: 767px) {
    .slides .owl-stage-outer {
      margin-left: -60px;
      margin-right: -60px;
      padding: 0 60px; } }
  .slides__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 20px;
    left: 70px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 1.35;
    color: #ffffff;
    font-weight: 500; }
    @media (min-width: 400px) {
      .slides__content {
        top: 40px;
        left: 110px; } }
  .slides__title {
    font-size: 16px; }
    @media (min-width: 992px) {
      .slides__title {
        font-size: 20px; } }
  .slides__title:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFAF14;
    margin: 8px 0; }
  .slides__title img {
    display: inline-block !important;
    width: 24px !important;
    margin-right: 8px; }
  .slides__title p {
    display: flex;
    align-items: center;
    font-size: 14px; }
  .slides__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px; }

.tabs {
  display: flex;
  padding-left: 30px; }
  .tabs__item {
    font-size: 16px;
    color: #9BA8BA;
    margin-left: 10px;
    padding: 20px 30px;
    background-color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    cursor: pointer; }
  .tabs__item.active {
    color: #5D7093;
    font-weight: 500; }

.table-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15);
  border-radius: 25px;
  padding: 20px; }
  @media (max-width: 767px) {
    .table-wrapper {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 768px) {
    .table-wrapper {
      padding: 40px; } }
  @media (min-width: 992px) {
    .table-wrapper_deposit {
      margin-top: 50px; } }
  .table-wrapper .show-more-button {
    display: flex;
    align-items: center;
    margin: 40px auto 0; }
  @media (max-width: 991px) {
    .table-wrapper td {
      padding: 7px 0; } }

@media (max-width: 767px) {
  .tabs_crypto {
    flex-direction: column;
    padding: 0; } }

.tabs_crypto .tabs__item:first-child {
  margin-left: 0; }

@media (max-width: 767px) {
  .tabs_crypto .tabs__item {
    margin: 0 0 14px;
    background-color: rgba(155, 168, 186, 0.28);
    color: #859AC0;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: normal; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tabs_crypto .tabs__item {
    font-size: 15px;
    padding: 15px 20px; } }

@media (max-width: 767px) {
  .tabs_crypto .tabs__item.active {
    color: #ffffff;
    background-color: #236eb9; } }

.coin-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  .coin-filter .button {
    border-radius: 5px;
    background-color: rgba(155, 168, 186, 0.28);
    color: #859AC0;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    margin-bottom: 10px; }
  .coin-filter .button:not(:last-child) {
    margin-right: 8px; }
  .coin-filter .button.active,
  .coin-filter .button:hover {
    background-color: #236EB9;
    color: #ffffff; }

.team__list {
  display: flex;
  flex-wrap: wrap; }
  .team__list:not(:last-child) {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .team__list:not(:last-child) {
        margin-bottom: 100px; } }

.team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  border-radius: 30px;
  position: relative; }
  @media (max-width: 991px) and (min-width: 768px) {
    .team__item {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .team__item {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  .team__item:hover {
    transition: all 0.3s linear;
    background-color: #ffffff;
    box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15);
    z-index: 2; }
  .team__item:hover .team__position {
    color: #236EB9; }
  .team__item:hover .team__block-hover {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear;
    margin-top: -50px; }
  .team__item:hover .rounded-block-with-circles__circle {
    -webkit-animation-play-state: running;
            animation-play-state: running; }

.team__inner {
  width: 100%;
  padding: 30px;
  position: relative; }
  @media (min-width: 992px) {
    .team__inner {
      padding: 40px; } }

.team__figure {
  display: block;
  width: 100%; }

.team__image {
  width: 160px;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .team__image {
      width: 180px; } }

.team__image-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px; }
  @media (min-width: 768px) {
    .team__image-wrapper {
      width: 240px;
      height: 240px; } }

.team__image-wrapper .rounded-block-with-circles__circle {
  padding: 11.6%; }

.team__caption {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .team__caption {
      font-size: 24px; } }

.team__position {
  font-size: 14px;
  color: #9BA8BA;
  transition: color 0.3s linear; }
  @media (min-width: 992px) {
    .team__position {
      font-size: 16px; } }

.team__linkedin {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 20px auto 0;
  border-radius: 50%;
  color: #4C68EF;
  border: 1px solid #4C68EF;
  transition: color 0.3s linear, background-color 0.3s linear; }

.team__linkedin:hover {
  color: #ffffff;
  background-color: #4C68EF; }

.team__block-hover {
  color: #9BA8BA;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 30px 40px;
  background-color: #ffffff;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15); }

.team__block-hover p {
  line-height: 1.6; }

.team__block-hover p:not(:last-child) {
  margin-bottom: 10px; }

.benefits-block {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .benefits-block {
      padding-top: 80px; } }

@media (max-width: 767px) {
  .accessible-device {
    margin-left: -20px;
    margin-right: -20px; } }

.accessible-device__list {
  display: flex;
  justify-content: center;
  background: linear-gradient(270.63deg, #7a83df 6.07%, #2e7fdf 113.01%);
  box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.3);
  border-radius: 30px;
  padding: 45px 0 100px; }
  @media (min-width: 768px) {
    .accessible-device__list {
      padding: 70px 0 180px; } }
  .accessible-device__list .owl-dots {
    margin-top: 25px !important; }

.accessible-device__item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.accessible-device__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .accessible-device__icon {
      width: 60px;
      height: 60px; } }

.accessible-device__title {
  font-size: 16px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .accessible-device__title {
      font-size: 18px; } }

.accessible-device__screen {
  position: relative;
  margin: -80px auto 60px;
  display: flex;
  justify-content: center;
  z-index: 2; }
  @media (min-width: 768px) {
    .accessible-device__screen {
      margin: -130px auto 60px; } }

.accessible-device__screen-desktop {
  max-width: 822px;
  width: 100%; }

.accessible-device__screen-phone {
  max-width: 298px;
  width: 100%; }

@media (max-width: 991px) {
  .advantages {
    display: flex;
    flex-direction: column; } }

.advantages .tabs {
  padding: 0;
  justify-content: center;
  margin-bottom: 40px; }

.advantages .tabs__item {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: normal;
  background-color: rgba(155, 168, 186, 0.28);
  color: #859AC0;
  transition: background-color 0.3s linear, color 0.3s linear; }
  @media (min-width: 768px) {
    .advantages .tabs__item {
      font-size: 16px;
      padding: 15px 20px; } }

.advantages .tabs__item:first-child {
  margin: 0; }

.advantages .tabs__item.active {
  color: #ffffff;
  background-color: #236EB9; }

.advantages .tab-content {
  margin: 0; }

@media (max-width: 991px) {
  .advantages .tab-content__item {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    transition: opacity 0.3s linear, visibility 0.3s linear; } }

.advantages .tab-content__item.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1; }

.advantages__item {
  display: flex; }
  @media (min-width: 992px) {
    .advantages__item {
      align-items: center; } }

@media (min-width: 992px) {
  .advantages__item:not(:last-child) {
    margin-bottom: 80px; } }

@media (min-width: 992px) {
  .advantages .advantages__list {
    display: block; } }

@media (min-width: 992px) {
  .advantages__image:first-child {
    max-width: 60%;
    padding-right: 90px; } }

@media (min-width: 992px) {
  .advantages__image:not(:first-child) {
    max-width: 60%;
    padding-left: 90px; } }

@media (max-width: 991px) {
  .advantages__list h3 {
    display: none; } }

@media (max-width: 991px) {
  .advantages__image {
    display: none; } }

.advantages .special-list__icon {
  color: #236EB9; }
  @media (max-width: 991px) {
    .advantages .special-list__icon {
      align-self: start; } }

.advantages .special-list__text {
  color: #5D7093;
  font-size: 16px;
  line-height: 1.5; }

.testimonials-wrapper {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto; }

.testimonials:before {
  content: "";
  display: block;
  position: absolute;
  width: 126px;
  height: 126px;
  top: -126px;
  left: 50%;
  background: url("") no-repeat center center;
  background-size: cover;
  transition: top 0.3s linear; }
  @media (max-width: 991px) and (min-width: 768px) {
    .testimonials:before {
      top: -166px; } }
  @media (max-width: 991px) {
    .testimonials:before {
      margin-left: -63px; } }
  @media (min-width: 992px) {
    .testimonials:before {
      width: 250px;
      height: 250px;
      top: -226px;
      left: -126px; } }

.testimonials__text {
  font-size: 16px;
  font-weight: 300;
  color: #F2F7FF;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .testimonials__text {
      font-size: 24px; } }

.testimonials__text:not(:last-child) {
  margin-bottom: 70px; }

.testimonials__author {
  display: flex;
  align-items: center; }

.testimonials__author-avatar {
  display: block;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .testimonials__author-avatar {
      width: 80px !important;
      height: 80px !important; } }

.testimonials__author-avatar:not(:last-child) {
  margin-right: 20px; }
  @media (min-width: 768px) {
    .testimonials__author-avatar:not(:last-child) {
      margin-right: 30px; } }

.testimonials__author-position {
  font-size: 14px;
  font-weight: 500;
  color: #F2F7FF;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .testimonials__author-position {
      font-size: 18px; } }

.testimonials__author-position a {
  color: inherit; }

.testimonials__author-position a:hover {
  text-decoration: none; }

@media (max-width: 767px) {
  .testimonials .owl-dots {
    margin-top: 30px !important; } }

@media (min-width: 768px) {
  .testimonials .owl-dots {
    position: absolute;
    right: 0;
    bottom: 10px; } }

.partners-press {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    .partners-press h2 {
      text-align: left; } }
  .partners-press__list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .partners-press__list {
        flex-direction: column; } }
  .partners-press__text {
    font-size: 14px;
    line-height: 1.7;
    width: 100%;
    flex: 1; }
    @media (max-width: 991px) {
      .partners-press__text {
        text-align: center; } }
    @media (min-width: 768px) {
      .partners-press__text {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .partners-press__text {
        max-width: 394px; } }
  .partners-press__logos {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 90%; }
    @media (max-width: 991px) {
      .partners-press__logos {
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .partners-press__logos {
        max-width: 65%; } }
  .partners-press .owl-carousel__item {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .partners-press .owl-carousel__item {
        justify-content: space-between; } }
  .partners-press__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
    margin: 10px 0; }
    @media (min-width: 992px) {
      .partners-press__link {
        max-width: 244px;
        width: 100%;
        margin: 20px 0 20px 35px; } }
  .partners-press__link img {
    width: auto !important;
    filter: grayscale(1);
    transition: all 0.2s linear; }
  .partners-press__link img:hover {
    filter: grayscale(0); }
  @media (min-width: 992px) {
    .partners-press .owl-dots {
      position: absolute;
      left: -55%;
      margin-top: -100px !important; } }
  .partners-press .owl-theme .owl-dot:not(.active) span {
    transition: 0.3s linear;
    background-color: #9BA8BA; }
  .partners-press .owl-theme .owl-dot span:hover {
    background-color: #00C9A7; }

@media (min-width: 768px) {
  .community-wrapper {
    margin-bottom: 50px; } }

.community-list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .community-list {
      padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .community-list {
      padding: 70px 50px;
      margin-bottom: -120px;
      background-color: #ffffff;
      box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.3);
      border-radius: 30px; } }
  .community-list__item {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .community-list__link {
    display: flex;
    width: 66px;
    height: 66px;
    padding: 18px;
    background: linear-gradient(270.63deg, #7a83df 6.07%, #2e7fdf 113.01%), linear-gradient(139.83deg, #859ac0 27.73%, rgba(133, 154, 192, 0) 123.07%);
    border-radius: 15px;
    margin-bottom: 12px;
    color: #ffffff;
    transition: opacity 0.3s linear; }
    .community-list__link:hover {
      opacity: 0.75; }
  @media (max-width: 767px) {
    .community-list .owl-dots {
      margin-top: 25px !important; } }

.crypto-currency__info {
  display: flex;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15);
  border-radius: 30px;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .crypto-currency__info {
      padding: 40px; } }
  @media (max-width: 991px) {
    .crypto-currency__info {
      flex-direction: column; } }

.crypto-currency__item {
  display: flex;
  flex: 1 0 auto; }
  @media (max-width: 767px) {
    .crypto-currency__item {
      flex-direction: column; } }

@media (min-width: 992px) {
  .crypto-currency__item:not(:first-child) {
    padding-left: 10px; } }

@media (min-width: 992px) {
  .crypto-currency__item:not(:last-child) {
    border-right: 1px solid #E7EBF2;
    padding-right: 10px; } }

@media (max-width: 991px) {
  .crypto-currency__item:not(:last-child) {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .crypto-currency__icon {
    text-align: center;
    margin-bottom: 14px; } }

@media (min-width: 768px) {
  .crypto-currency__content {
    padding-left: 25px; } }

.crypto-currency__row {
  font-size: 16px; }

.crypto-currency__row:not(:last-child) {
  margin-bottom: 14px; }

.crypto-currency__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.crypto-currency__name-label {
  font-size: 18px;
  font-weight: 500;
  color: #5D7093;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .crypto-currency__name-label {
      font-size: 28px;
      padding-right: 15px; } }

.crypto-currency__name-value {
  font-size: 14px;
  color: #233C4A;
  background-color: #E4E7EC;
  border-radius: 8px;
  padding: 5px 8px; }
  @media (min-width: 768px) {
    .crypto-currency__name-value {
      font-size: 16px;
      padding: 5px 15px; } }

.crypto-currency__copy {
  display: inline-flex;
  align-items: center;
  background-color: rgba(93, 112, 147, 0.07);
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 10px;
  max-width: 100%;
  cursor: pointer; }

.crypto-currency__copy-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.crypto-currency__copy-value:not(:last-child) {
  margin-right: 5px; }

.crypto-currency__copy-icon img {
  vertical-align: top; }

.crypto-currency__label, .crypto-currency__value {
  line-height: 1.3; }

.crypto-currency__label {
  color: #9BA8BA;
  margin-bottom: 3px; }

.crypto-currency__value {
  color: #233C4A;
  font-weight: 500; }

.crypto-currency .statistics {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .crypto-currency .statistics {
      margin: 0 auto;
      max-width: 300px;
      padding: 0 10px; } }
  .crypto-currency .statistics__row {
    display: flex;
    align-items: center; }
  .crypto-currency .statistics__row:not(:last-child) {
    margin-bottom: 20px; }
  .crypto-currency .statistics__cell:first-child {
    flex: 1; }
  .crypto-currency .statistics__name {
    font-size: 14px; }
    @media (min-width: 768px) {
      .crypto-currency .statistics__name {
        font-size: 16px; } }
  .crypto-currency .statistics__value, .crypto-currency .statistics__plus-value {
    text-align: center; }
  .crypto-currency .statistics__value {
    font-size: 16px;
    font-weight: 500;
    color: #233C4A; }
    @media (min-width: 768px) {
      .crypto-currency .statistics__value {
        font-size: 18px; } }
  .crypto-currency .statistics__plus-value {
    color: #859AC0; }
  .crypto-currency .statistics .rounded-icon {
    width: 40px;
    height: 40px;
    padding: 8px; }
    @media (min-width: 768px) {
      .crypto-currency .statistics .rounded-icon {
        width: 50px;
        height: 50px;
        padding: 12px; } }
    .crypto-currency .statistics .rounded-icon img {
      width: 100%; }

.crypto-currency__buttons {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1 0 auto; }
  @media (min-width: 992px) {
    .crypto-currency__buttons {
      max-width: 325px;
      width: 100%;
      margin-left: auto; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .crypto-currency__buttons {
      flex-direction: row;
      justify-content: space-between; } }

.crypto-currency .button {
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px; }
  @media (min-width: 768px) {
    .crypto-currency .button {
      font-size: 16px;
      height: 55px;
      line-height: 55px; } }

.crypto-currency .button:not(:last-child) {
  margin-bottom: 14px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .crypto-currency .button:not(:last-child) {
      margin: 0; } }

.crypto-currency__description {
  position: relative;
  z-index: 1;
  margin: -30px 20px 20px;
  padding: 45px 20px 20px;
  background: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #96A0AD; }
  @media (min-width: 768px) {
    .crypto-currency__description {
      margin: -40px 40px 40px;
      padding: 75px 40px 35px;
      font-size: 16px; } }

.list-card {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  max-width: 1062px;
  width: 100%; }
  @media (max-width: 480px) {
    .list-card {
      margin-left: -20px;
      margin-right: -20px;
      width: auto !important; } }
  @media (min-width: 992px) {
    .list-card {
      margin: 80px auto 0; } }
  .list-card__item {
    flex: 1;
    margin: 0 auto;
    max-width: 334px;
    width: 100%;
    padding: 20px; }
  @media (min-width: 992px) {
    .list-card__item_special {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .list-card .owl-stage-outer {
      padding-bottom: 20px; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 25px;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15);
  border-radius: 30px;
  max-width: 294px;
  width: 100%;
  line-height: 1.7;
  transition: box-shadow 0.3s linear; }
  .card:hover {
    box-shadow: 0px 8px 26px rgba(165, 185, 247, 0.74); }
  .card:hover .rounded-block-with-circles__circle {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .card__link {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 3; }
  .card__icon {
    width: 114px;
    height: 114px;
    margin-bottom: 36px; }
    .card__icon img {
      width: auto !important; }
    .card_purple .card__icon {
      border-color: #664BC4;
      color: #664BC4; }
    .card_green .card__icon {
      border-color: #76E8EC;
      color: #76E8EC; }
    .card_orange .card__icon {
      border-color: #E6592B;
      color: #E6592B; }
  .card_purple .card__icon .rounded-block-with-circles__circle:nth-child(1):before {
    background-color: #CA5CBC; }
  .card_green .card__icon .rounded-block-with-circles__circle:nth-child(1):before {
    background-color: #13E3C0; }
  .card_orange .card__icon .rounded-block-with-circles__circle:nth-child(1):before {
    background-color: #FFAF14; }
  .card_purple .card__icon .rounded-block-with-circles__circle:nth-child(2):before {
    background-color: #664BC4; }
  .card_green .card__icon .rounded-block-with-circles__circle:nth-child(2):before {
    background-color: #29BDCB; }
  .card_orange .card__icon .rounded-block-with-circles__circle:nth-child(2):before {
    background-color: #E6592B; }
  .card__name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px; }
  .card__text {
    font-size: 16px;
    text-align: center; }

.post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .post-list .owl-stage-outer {
      margin-bottom: 30px; } }
  .post-list .special-list__item {
    border-radius: 30px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .post-list .special-list__item {
        flex-direction: column;
        align-items: center;
        text-align: center; } }
    @media (min-width: 992px) {
      .post-list .special-list__item {
        width: 49%;
        padding: 35px; } }
    @media (min-width: 992px) {
      .post-list .special-list__item, .post-list .special-list__item:last-child {
        margin-bottom: 24px; } }
  @media (max-width: 991px) {
    .post-list .special-list__icon {
      margin: 0 0 20px; } }
  .post-list .special-list__item,
  .post-list .special-list__icon {
    transition: all 0.3s linear; }
  @media (min-width: 992px) {
    .post-list .special-list__item:hover {
      background: #ffffff;
      box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15); } }
  @media (min-width: 992px) {
    .post-list .special-list__item:hover .special-list__icon {
      box-shadow: none;
      padding: 0; } }
  .post-list .special-list__text {
    font-size: 16px; }
  .post-list p {
    line-height: 1.5; }
  .post-list .special-list__title:not(:last-child),
  .post-list p:not(:last-child) {
    margin-bottom: 16px; }
  .post-list .special-list__more-link {
    display: inline-flex;
    align-items: center;
    color: #236EB9; }
  .post-list .special-list__more-link:after {
    content: "";
    display: block;
    width: 28px;
    height: 8px;
    margin-left: 10px;
    background: url("") no-repeat; }

.limited-block {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .limited-block {
      flex-direction: column-reverse; } }
  .limited-block__content {
    width: 100%; }
    @media (min-width: 992px) {
      .limited-block__content {
        max-width: 800px;
        padding-left: 68px; } }
    @media (max-width: 991px) {
      .limited-block__content {
        margin-bottom: 40px;
        text-align: center; } }
  @media (min-width: 992px) {
    .limited-block h2,
    .limited-block .content__text {
      text-align: left; } }
  .limited-block__row:not(:last-child) {
    margin-bottom: 20px; }
  .limited-block__text {
    font-size: 14px; }
    @media (min-width: 768px) {
      .limited-block__text {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .limited-block__text {
        display: flex;
        flex-direction: column; } }
  .limited-block__label {
    font-weight: 500; }
  .limited-block__value {
    color: #BFBFBF; }

.token-block {
  display: flex;
  text-align: center;
  margin: 30px 0; }
  @media (min-width: 768px) {
    .token-block {
      padding: 12px;
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 15px;
      margin: 48px 0; } }
  .token-block__item {
    position: relative;
    flex: 1; }
  .token-block__item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    width: 1px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.13); }
  @media (max-width: 767px) {
    .token-block__label {
      font-size: 12px; } }
  .token-block__value {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .token-block__value {
        font-size: 30px; } }
  .token-block__value_orange {
    color: #FFAF14; }

.faq {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }
  @media (min-width: 992px) {
    .faq {
      margin-top: 60px; } }
  .faq-block {
    margin-top: 60px; }
    @media (min-width: 992px) {
      .faq-block {
        margin-top: 150px; } }
  @media (max-width: 991px) {
    .faq__item:not(:last-child) {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .faq__item {
      width: 50%;
      padding: 0 24px; } }
  .faq__inner {
    border-radius: 15px;
    font-size: 16px;
    background-color: rgba(133, 154, 192, 0.28); }
  .faq__inner:not(:last-child) {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .faq__inner:not(:last-child) {
        margin-bottom: 40px; } }
  .faq__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 13px;
    padding: 26px 30px;
    cursor: pointer; }
  .faq__name {
    padding-right: 20px; }
  .faq__content {
    line-height: 1.5;
    color: #233C4A;
    max-height: 0;
    overflow: hidden; }
    .open .faq__content {
      max-height: 100%;
      padding: 20px 30px; }

.custom-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .custom-tabs__item {
    font-size: 16px;
    font-weight: 500;
    color: #9BA8BA;
    margin: 0 12px;
    cursor: pointer;
    background: none;
    padding: 0; }
    @media (min-width: 768px) {
      .custom-tabs__item {
        font-size: 20px; } }
  .custom-tabs__item.active {
    font-size: 21px;
    color: #233C4A;
    line-height: 1; }
    @media (min-width: 768px) {
      .custom-tabs__item.active {
        font-size: 28px; } }

.tab-content {
  margin-top: 45px; }
  @media (min-width: 768px) {
    .tab-content {
      margin-top: 80px; } }
  .tab-content.table-wrapper {
    margin-top: 0; }
  .tab-content__item {
    display: none; }
  .tab-content__item.active {
    display: block; }

.tab-bottom {
  display: block;
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.44);
  text-align: center;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .tab-bottom {
      display: none; } }

.swap-block {
  background-color: #233C4A;
  border-radius: 30px; }
  .swap-block__top {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px; }
  .swap-block__title {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .swap-block__title {
        flex: 1;
        justify-content: space-between; } }
  .swap-block__link, .swap-block__arrow {
    display: flex;
    align-items: center;
    justify-content: center; }
  .swap-block__arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin-left: 30px; }
  .swap-block__text {
    font-size: 14px;
    line-height: 1.5;
    max-width: 374px;
    color: rgba(255, 255, 255, 0.44); }
    @media (max-width: 767px) {
      .swap-block__text {
        display: none; } }
  .swap-block__content {
    position: relative;
    border-radius: 30px;
    background: url("") no-repeat center center, linear-gradient(270.63deg, #7783f9 6.07%, #b499ff 113.01%); }
    @media (min-width: 1024px) {
      .swap-block__content {
        height: 184px; } }

.coin-list {
  padding: 20px; }
  @media (min-width: 768px) {
    .coin-list {
      padding: 30px; } }
  @media (min-width: 1024px) {
    .coin-list {
      padding: 48px 40px 0; } }
  .coin-list__item {
    display: flex;
    justify-content: center; }
    @media (max-width: 1023px) {
      .coin-list__item {
        flex-direction: column; } }
  @media (max-width: 1023px) {
    .coin-list .owl-dots {
      margin-top: -70px !important;
      position: relative;
      top: 86px; } }

.coin-block {
  display: flex;
  position: relative;
  background: #EFF4FB;
  border-radius: 30px;
  padding: 20px;
  transition: background-color 0.3s linear;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1024px) {
    .coin-block {
      width: 202px;
      height: 210px;
      flex-direction: column;
      padding: 20px 10px;
      text-align: center;
      margin: 0 20px; } }
  @media (min-width: 1024px) {
    .coin-block:first-child {
      margin-left: 0; } }
  @media (min-width: 1024px) {
    .coin-block:last-child {
      margin-right: 0; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .coin-block:not(:last-child) {
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .coin-block:not(:last-child) {
      margin-bottom: 5px; } }
  .coin-block:hover {
    background-color: #ffffff; }
    .coin-block:hover .coin-block__arrow {
      border: 1px solid currentColor;
      color: #236EB9; }
  .coin-block__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.26);
    margin-right: 14px; }
    @media (min-width: 1024px) {
      .coin-block__logo {
        margin: 0 auto 16px;
        width: 54px;
        height: 54px; } }
  .coin-block__logo img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    width: auto !important; }
  @media (max-width: 1023px) {
    .coin-block__content {
      padding-right: 10px;
      margin-right: auto; } }
  .coin-block__name {
    font-size: 13px;
    color: #233C4A;
    margin-bottom: 4px; }
  .coin-block__text {
    font-size: 12px;
    color: #9BA8BA; }
  .coin-block__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    color: #233C4A;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s linear; }
    @media (max-width: 1023px) {
      .coin-block__arrow {
        border: 1px solid currentColor; } }
    @media (min-width: 1024px) {
      .coin-block__arrow {
        margin: auto auto 0; } }
  .coin-block__arrow svg {
    width: 12px;
    height: 8px; }
  .coin-block__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit; }

section.launchpad {
  padding-bottom: 8rem;
  background: #ececec; }
  section.launchpad header {
    background-color: #3FB5F5;
    background-image: url("");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 500px) {
      section.launchpad header {
        height: 300px; } }
    section.launchpad header h1 {
      margin-top: 2rem;
      text-align: center;
      color: #fff; }
    section.launchpad header .subtitle {
      font-size: 115%;
      text-align: center;
      color: #fff;
      margin-top: 0.5em; }
      section.launchpad header .subtitle .smaller {
        font-size: 80%; }
  section.launchpad .apply {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end; }
  section.launchpad .projects-wrapper {
    margin-top: 1rem;
    margin-bottom: 4rem;
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
    @media all and (max-width: 500px) {
      section.launchpad .projects-wrapper {
        margin-bottom: 0; } }
    section.launchpad .projects-wrapper .project {
      width: calc(100%/3 - 2/3 * 2rem);
      background: #fff;
      margin-bottom: 2rem;
      margin-right: 2rem;
      position: relative; }
      section.launchpad .projects-wrapper .project:nth-child(3n) {
        margin-right: 0; }
      section.launchpad .projects-wrapper .project:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
      @media all and (max-width: 768px) {
        section.launchpad .projects-wrapper .project {
          width: calc(50% - 1rem); }
          section.launchpad .projects-wrapper .project:nth-child(3n) {
            margin-right: 2rem; }
          section.launchpad .projects-wrapper .project:nth-child(2n) {
            margin-right: 0; } }
      @media all and (max-width: 500px) {
        section.launchpad .projects-wrapper .project {
          width: 100%;
          margin-right: 0; }
          section.launchpad .projects-wrapper .project:nth-child(3n) {
            margin-right: 0; }
          section.launchpad .projects-wrapper .project:nth-child(2n) {
            margin-right: 0; } }
      section.launchpad .projects-wrapper .project a.hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
      section.launchpad .projects-wrapper .project figure {
        position: relative;
        height: 200px;
        background: #ececec;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        section.launchpad .projects-wrapper .project figure .status {
          padding: 0.25em 0.5em;
          background: #FFAF14;
          color: #fff;
          position: absolute;
          top: 0;
          right: 0; }
          section.launchpad .projects-wrapper .project figure .status.upcoming {
            background: #FFAF14; }
          section.launchpad .projects-wrapper .project figure .status.active {
            background: #72e600; }
          section.launchpad .projects-wrapper .project figure .status.completed {
            background: #3FB5F5; }
      section.launchpad .projects-wrapper .project .info {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        padding: 1rem; }
        section.launchpad .projects-wrapper .project .info h3 {
          font-size: 115%;
          border-bottom: 1px solid #ececec;
          padding-bottom: 0.75rem;
          line-height: 1;
          display: flex;
          flex-flow: row nowrap;
          align-items: center; }
          section.launchpad .projects-wrapper .project .info h3 img {
            height: 1em;
            margin: 0 0.25em; }
        section.launchpad .projects-wrapper .project .info p {
          margin-top: 0.5rem;
          font-size: 90%;
          color: #000; }
        section.launchpad .projects-wrapper .project .info ul {
          list-style: none;
          margin-top: 2rem; }
          section.launchpad .projects-wrapper .project .info ul li {
            font-size: 90%;
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            color: #000;
            opacity: 0.7; }
            section.launchpad .projects-wrapper .project .info ul li.progress {
              margin-top: 8px;
              position: relative;
              height: 4px;
              border-radius: 2px;
              background: #ececec; }
              section.launchpad .projects-wrapper .project .info ul li.progress span {
                position: absolute;
                top: 0;
                left: 0;
                height: 4px;
                border-radius: 2px;
                background: #7fff00; }

section.bounty-analysis {
  padding: 8rem 0 12rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }
  section.bounty-analysis h2 {
    text-align: center; }
  section.bounty-analysis h3 {
    text-align: center;
    margin: 0.5em 0; }
  section.bounty-analysis a.how {
    font-size: 125%;
    text-align: center;
    display: block;
    font-weight: 700; }
  section.bounty-analysis .wrapper {
    margin-top: 2rem;
    margin-bottom: 4rem; }
    section.bounty-analysis .wrapper .red {
      color: red; }
    section.bounty-analysis .wrapper .warning {
      margin-top: 3rem; }
    section.bounty-analysis .wrapper .check-hidden {
      font-size: 150%;
      margin-bottom: 1rem; }
      section.bounty-analysis .wrapper .check-hidden input {
        font-size: 200%;
        margin: 0 5px 8px 0; }
    section.bounty-analysis .wrapper .bounty-table table {
      width: 100%; }
      section.bounty-analysis .wrapper .bounty-table table thead tr {
        border-bottom: 1px solid #ececec; }
        section.bounty-analysis .wrapper .bounty-table table thead tr th {
          padding: 0.25em;
          text-align: left;
          font-weight: 400;
          font-size: 80%;
          opacity: 0.8; }
          section.bounty-analysis .wrapper .bounty-table table thead tr th.hidden {
            display: none; }
      section.bounty-analysis .wrapper .bounty-table table tbody tr {
        cursor: pointer;
        border-bottom: 1px solid #ececec; }
        section.bounty-analysis .wrapper .bounty-table table tbody tr.hidden {
          display: none; }
        section.bounty-analysis .wrapper .bounty-table table tbody tr.project {
          cursor: initial; }
        section.bounty-analysis .wrapper .bounty-table table tbody tr:not(.project):hover {
          background: rgba(255, 193, 7, 0.1); }
        section.bounty-analysis .wrapper .bounty-table table tbody tr.project {
          font-size: 125%;
          font-weight: 700; }
          section.bounty-analysis .wrapper .bounty-table table tbody tr.project td {
            padding-top: 2rem; }
        section.bounty-analysis .wrapper .bounty-table table tbody tr.expired {
          cursor: initial;
          color: rgba(0, 0, 0, 0.4); }
          section.bounty-analysis .wrapper .bounty-table table tbody tr.expired td {
            color: rgba(0, 0, 0, 0.4); }
            section.bounty-analysis .wrapper .bounty-table table tbody tr.expired td.red, section.bounty-analysis .wrapper .bounty-table table tbody tr.expired td.green {
              color: rgba(0, 0, 0, 0.4); }
            section.bounty-analysis .wrapper .bounty-table table tbody tr.expired td a {
              color: rgba(0, 0, 0, 0.4); }
        section.bounty-analysis .wrapper .bounty-table table tbody tr td {
          white-space: nowrap;
          padding: 0.25em;
          font-size: 80%; }
          section.bounty-analysis .wrapper .bounty-table table tbody tr td.red {
            color: red; }
          section.bounty-analysis .wrapper .bounty-table table tbody tr td.green {
            color: green; }
    section.bounty-analysis .wrapper article {
      margin-top: 4rem; }
      section.bounty-analysis .wrapper article h2 {
        margin-bottom: 2rem; }
      section.bounty-analysis .wrapper article h3 {
        margin: 2rem 0; }
      section.bounty-analysis .wrapper article ul {
        padding-left: 1rem;
        margin-bottom: 0.5rem; }
      section.bounty-analysis .wrapper article figure {
        width: 100%;
        margin: 1rem auto; }
        section.bounty-analysis .wrapper article figure img {
          width: 100%; }
        section.bounty-analysis .wrapper article figure figcaption {
          color: #444;
          font-size: 90%; }
      section.bounty-analysis .wrapper article table {
        width: 100%;
        margin: 0.5rem 0; }
        section.bounty-analysis .wrapper article table thead tr {
          border-bottom: 1px solid #ececec; }
          section.bounty-analysis .wrapper article table thead tr th {
            padding: 0.25em;
            text-align: left;
            font-weight: 400;
            opacity: 0.8; }
        section.bounty-analysis .wrapper article table tbody tr {
          border-bottom: 1px solid #ececec; }
          section.bounty-analysis .wrapper article table tbody tr td {
            white-space: nowrap;
            padding: 0.25em; }

section.api {
  padding: 6rem 0 200px 0;
  background: rgba(57, 173, 244, 0.05); }
  section.api .last-updated {
    font-size: 200%; }
  section.api h3 {
    font-size: 200%;
    font-weight: 400; }
  section.api .title {
    font-size: 175%; }
  section.api p {
    margin: 1rem 0; }
  section.api table tbody tr td {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    padding: 1em; }
    section.api table tbody tr td:first-child {
      background: #f5f5f5; }
    section.api table tbody tr td:last-child {
      border-right: 1px solid #e2e2e2; }
  section.api table tbody tr:last-child td {
    border-bottom: 1px solid #e2e2e2; }

section.sign-in,
section.sign-up {
  display: flex;
  flex-flow: column;
  align-items: center; }
  section.sign-in h1,
  section.sign-up h1 {
    margin-bottom: 1rem; }
  section.sign-in .under-form,
  section.sign-up .under-form {
    width: 500px;
    display: none;
    padding: 2rem;
    font-size: 115%;
    z-index: 0;
    text-align: center; }
    section.sign-in .under-form h3,
    section.sign-up .under-form h3 {
      margin-bottom: 1rem; }
    section.sign-in .under-form.visible,
    section.sign-up .under-form.visible {
      display: block; }
    section.sign-in .under-form p,
    section.sign-up .under-form p {
      margin-top: 1em; }
    section.sign-in .under-form a,
    section.sign-up .under-form a {
      font-size: 1rem; }

table.pop-altcoins thead th i {
  border-radius: 50%;
  background: #9aa9b9;
  color: #fff;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer; }

table.pop-altcoins.wrapped tr:nth-child(n+16) {
  display: none; }

.crypto-currency .crypto-currency__icon img {
  width: 70px; }

.crypto-currency__copy {
  position: relative; }
  .crypto-currency__copy:after {
    display: none;
    content: "Copied!";
    padding: 4px;
    background: #999;
    position: absolute;
    border-radius: 4px;
    color: #fff;
    left: calc(100% + 4px);
    top: 2px;
    white-space: nowrap; }
  .crypto-currency__copy.copied:after {
    display: block; }

.content__row_text.project-article ul,
.content__row_text.project-article ol {
  list-style: none; }
  .content__row_text.project-article ul li,
  .content__row_text.project-article ol li {
    position: relative; }
  .content__row_text.project-article ul li:not(:last-child),
  .content__row_text.project-article ol li:not(:last-child) {
    margin-bottom: 20px; }

.content__row_text.project-article ol {
  counter-reset: li; }
  .content__row_text.project-article ol li {
    padding: 6px 0 0 48px;
    min-height: 32px; }
  .content__row_text.project-article ol li:before {
    content: counter(li);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #236EB9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    counter-increment: li; }

.content__row_text.project-article ul li {
  padding-left: 22px; }

.content__row_text.project-article ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #236EB9;
  border-radius: 50%; }

.list-card__item .card.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%); }

.list-card__item .card .card__link {
  cursor: pointer; }

#dap { }
  @media (min-width: 992px) {
    #dap header {
      transition: padding 0.3s linear;
      position: static;
      background: none;
      margin: 0;
      padding: 0; } }
  #dap header .container,
  #dap .sticky-block .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2; }
  #dap .sticky-block .header {
    padding: 26px 0; }
    @media (min-width: 768px) {
      #dap .sticky-block .header {
        padding: 44px 0; } }
    @media (min-width: 992px) {
      #dap .sticky-block .header {
        background: linear-gradient(301.99deg, #3b03a6 -29.58%, #4014ad -11.65%, #4d3fbf 29.53%, #2e7fdf 79.69%, #79d3fe 122.38%); } }
  #dap #sticky {
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: -50px;
    transition: top 0.3s linear; }
    #dap #sticky.show {
      height: auto;
      top: 0; }
  #dap .sticky-block {
    top: 0;
    z-index: 3; }
    @media (min-width: 992px) {
      #dap .sticky-block {
        position: -webkit-sticky;
        position: sticky; } }
    @media (max-width: 991px) {
      #dap .sticky-block {
        background: linear-gradient(301.99deg, #3b03a6 -29.58%, #4014ad -11.65%, #4d3fbf 29.53%, #2e7fdf 79.69%, #79d3fe 122.38%); } }
  @media (max-width: 991px) {
    #dap .sticky-block .win-wrapper {
      background: transparent;
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    #dap .sticky-block .win-block {
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 1240px) {
    #dap .sticky-block .win-block__box {
      flex-direction: column; } }
  @media (max-width: 1240px) and (min-width: 992px) {
    #dap .sticky-block .win-block__title {
      margin: 0 0 15px 0 !important; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #dap .sticky-block .win-block__content .countdown > div:not(:last-child) {
      margin-right: 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #dap .sticky-block .win-block__content .countdown .time {
      font-size: 32px;
      width: 75px;
      height: 90px;
      margin-bottom: 9px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #dap .sticky-block .win-block__content .countdown .label {
      font-size: 14px; } }
  @media (max-width: 991px) {
    #dap .sticky-block .win-block__buttons {
      margin: 0 !important; } }
  @media (min-width: 992px) {
    #dap .header {
      position: relative !important;
      padding: 0; } }
  @media (min-width: 992px) {
    #dap .header + .header-content {
      margin: 86px 0 90px; } }
  body #dap .header-parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("../images/parallax1.png"), url("../images/parallax2.png"), url("../images/parallax3.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 65%; }
    @media (max-width: 991px) {
      body #dap .header-parallax {
        display: none; } }
  #dap .header-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(90deg, #2e7fdf 0%, #3b03a6 100%); }
    @media (min-width: 992px) {
      #dap .header-wrapper {
        padding: 40px 0 180px;
        background: url("") no-repeat center center;
        background-size: cover; } }
    #dap .header-wrapper:first-child {
      z-index: 5; }
    #dap .header-wrapper:after {
      background: linear-gradient(90deg, #2e7fdf 0%, #3b03a6 100%); }
    @media (max-width: 991px) {
      #dap .header-wrapper header {
        z-index: 9; } }
    #dap .header-wrapper .jar-img {
      max-width: 749px; }
  #dap .header-wrapper h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px; }
  #dap .header-wrapper .box h1 {
    max-width: initial; }
    @media (min-width: 992px) {
      #dap .header-wrapper .box h1 {
        text-align: left; } }
  #dap .header-content {
    position: relative;
    margin-top: 40px;
    transition: all 0.3s linear;
    z-index: 1; }
    @media (min-width: 768px) {
      #dap .header-content {
        margin-top: 90px; } }
    @media (min-width: 992px) {
      #dap .header-content {
        margin-top: 140px; } }
    @media (min-width: 992px) {
      #dap .header-content .box__item:first-child {
        margin-right: 0; } }
  #dap .header-content__win:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
  #dap .header-content__win,
  #dap .header-content__win .win-block {
    margin-top: 30px; }
    @media (min-width: 768px) {
      #dap .header-content__win,
      #dap .header-content__win .win-block {
        margin-top: 50px; } }
  #dap .header-content__win .win-block {
    flex-direction: column; }
    @media (max-width: 991px) {
      #dap .header-content__win .win-block {
        align-items: center; } }
  @media (min-width: 768px) {
    #dap .header-content__win .win-block__title {
      font-size: 24px;
      margin-bottom: 40px; } }
  #dap .header-content__win .win-block__content {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #dap .header-content__win .win-block__content {
        margin-bottom: 55px; } }
  @media (min-width: 768px) {
    #dap .header-content__win .win-block__content .countdown > div:not(:last-child) {
      margin-right: 30px; } }
  @media (min-width: 768px) {
    #dap .header-content__win .win-block__content .countdown .time {
      font-size: 32px;
      width: 75px;
      height: 90px;
      margin-bottom: 9px; } }
  @media (min-width: 768px) {
    #dap .header-content__win .win-block__content .countdown .label {
      font-size: 14px; } }
  #dap .header-content__win .win-block__buttons .button {
    border-color: #ffffff; }
    #dap .header-content__win .win-block__buttons .button:hover {
      border-color: transparent; }
  #dap .header-content__text {
    font-size: 16px;
    color: #ffffff; }
    @media (max-width: 991px) {
      #dap .header-content__text {
        text-align: center; } }
    @media (min-width: 768px) {
      #dap .header-content__text {
        font-size: 24px; } }
  #dap .header-content__text p {
    display: flex;
    line-height: 1.75;
    font-weight: 400; }
    @media (max-width: 991px) {
      #dap .header-content__text p {
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  #dap .header-content__text p:not(:last-child) {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #dap .header-content__text p:not(:last-child) {
        margin-bottom: 50px; } }
  @media (max-width: 767px) {
    #dap .header-content__text .crypto-block {
      margin-top: 10px; } }
  @media (min-width: 768px) {
    #dap .header-content__text .crypto-block {
      margin-left: 35px; } }
  #dap .header__logo {
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      #dap .header__logo {
        width: 140px;
        height: 30px; } }
  #dap .header__subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      #dap .header__subtitle {
        font-size: 34px;
        margin-bottom: 25px; } }
  #dap .header__description {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #dap .header__description {
        font-size: 18px; } }
  #dap .header__nav {
    flex: 1;
    display: flex;
    justify-content: center; }
    @media (max-width: 991px) {
      #dap .header__nav {
        overflow: hidden;
        right: 0;
        top: 0; } }
    @media (max-width: 991px) {
      .show-main-nav #dap .header__nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #233C4A;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        overflow-y: auto;
        padding-top: 0;
        padding-bottom: 30px; } }
  @media (max-width: 991px) {
    #dap .header__btn-link {
      display: none; } }
  #dap .header__btn-link .button {
    filter: drop-shadow(1px 7px 16px rgba(68, 175, 184, 0.5)); }
  #dap .header__row-button {
    text-align: center;
    margin-top: 35px; }
    @media (min-width: 768px) {
      #dap .header__row-button {
        margin-top: 50px; } }
  #dap .header__img {
    margin-top: 20px;
    overflow: hidden; }
    @media (max-width: 600px) {
      #dap .header__img img {
        max-width: 150%;
        margin-left: -25%; } }
  #dap .win-wrapper {
    background-color: #14272D;
    padding: 20px 0; }
    #dap .win-wrapper .win-block {
      align-items: center; }
    @media (min-width: 992px) {
      #dap .win-wrapper .win-block__title {
        margin-right: 38px; } }
    #dap .win-wrapper .win-block__buttons {
      margin-left: auto; }
  #dap main.dap {
    background-color: #233C4A; }
  #dap .content {
    width: 100%; }
    #dap .content__row {
      padding: 40px 0 60px; }
      @media (min-width: 768px) {
        #dap .content__row {
          padding: 100px 0 150px; } }
      #dap .content__row#upvote {
        margin-bottom: 50px; }
        @media (min-width: 768px) {
          #dap .content__row#upvote {
            margin-bottom: 100px; } }
        @media (min-width: 992px) {
          #dap .content__row#upvote {
            padding-top: 80px; } }
    #dap .content__row h2 {
      text-align: center;
      margin-bottom: 30px; }
    #dap .content__row_white {
      background-color: #ffffff; }
      #dap .content__row_white h2,
      #dap .content__row_white h3 {
        color: #233C4A; }
      #dap .content__row_white h2 {
        text-align: left; }
    #dap .content__row_light-blue {
      background: linear-gradient(149.55deg, rgba(79, 172, 221, 0.45) -47.42%, rgba(79, 172, 221, 0) 28.58%), linear-gradient(185.83deg, rgba(60, 171, 180, 0.1) -59.81%, rgba(60, 171, 180, 0) 26.99%), #eff4fb; }
      #dap .content__row_light-blue h2 {
        color: #233C4A; }
      #dap .content__row_light-blue:after {
        background-color: #eff4fb; }
    #dap .content__row_light-blue .content__description {
      color: #9BA8BA; }
    #dap .content__row_light-blue .owl-theme .owl-dots span {
      background: #9BA8BA; }
    #dap .content__row_rounded-bottom {
      position: relative; }
      @media (min-width: 992px) {
        #dap .content__row_rounded-bottom {
          padding-bottom: 40px; } }
      #dap .content__row_rounded-bottom > * {
        position: relative;
        z-index: 1; }
      #dap .content__row_rounded-bottom:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 60px;
        border-radius: 50%;
        z-index: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          #dap .content__row_rounded-bottom:after {
            height: 90px;
            bottom: -45px; } }
        @media (min-width: 992px) {
          #dap .content__row_rounded-bottom:after {
            height: 180px;
            bottom: -90px; } }
    #dap .content__row_text {
      font-size: 14px; }
      @media (min-width: 768px) {
        #dap .content__row_text {
          font-size: 16px; } }
      #dap .content__row_text .numbered-list li:before {
        background-color: #236EB9;
        color: #ffffff; }
      #dap .content__row_text .unnumbered-list div:before {
        background-color: #236EB9; }
      #dap .content__row_text h2 {
        text-align: left;
        color: #233C4A; }
      #dap .content__row_text h2,
      #dap .content__row_text h3,
      #dap .content__row_text .container > p,
      #dap .content__row_text ul,
      #dap .content__row_text ol {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          #dap .content__row_text h2,
          #dap .content__row_text h3,
          #dap .content__row_text .container > p,
          #dap .content__row_text ul,
          #dap .content__row_text ol {
            margin-bottom: 40px; } }
      #dap .content__row_text p {
        line-height: 2; }
      #dap .content__row_text a {
        color: #236EB9; }
    #dap .content__text {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        #dap .content__text {
          margin-bottom: 66px; } }
    #dap .content__text p {
      text-align: center;
      font-size: 14px;
      line-height: 1.5; }
      @media (min-width: 768px) {
        #dap .content__text p {
          font-size: 18px; } }
    #dap .content h2 + .content__text {
      margin-top: 0; }
      @media (min-width: 768px) {
        #dap .content h2 + .content__text {
          margin-top: 0; } }
    #dap .content__text .search-field {
      max-width: 366px;
      width: 100%;
      margin: 30px auto 0; }
      @media (min-width: 768px) {
        #dap .content__text .search-field {
          margin: 60px auto 0; } }
    #dap .content__text .form__input {
      background-color: transparent; }
  #dap .text-block {
    font-size: 16px;
    color: #9BA8BA; }
    #dap .text-block h2 {
      text-align: left; }
    #dap .text-block h2,
    #dap .text-block h3 {
      margin-bottom: 30px; }
    #dap .text-block h4 {
      margin-bottom: 20px; }
    #dap .text-block p {
      line-height: 2; }
    #dap .text-block > p:not(:last-child),
    #dap .text-block > ol:not(:last-child),
    #dap .text-block > ul:not(:last-child) {
      margin-bottom: 40px; }
    #dap .text-block a {
      color: #ffffff; }
    #dap .text-block a:hover {
      text-decoration: none; }
  #dap .table-wrapper {
    border-radius: 25px;
    background-color: #27404e;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: none; }
    @media (min-width: 768px) {
      #dap .table-wrapper {
        padding: 40px;
        margin-bottom: 150px; } }
    @media (max-width: 767px) {
      #dap .table-wrapper {
        margin-left: -20px;
        margin-right: -20px; } }
    #dap .table-wrapper .show-more-button {
      display: flex;
      align-items: center;
      margin: 40px auto 0; }
      @media (min-width: 768px) {
        #dap .table-wrapper .show-more-button {
          height: 52px;
          line-height: 52px; } }
    @media (max-width: 991px) {
      #dap .table-wrapper td {
        padding: 7px 0; } }
  #dap .crypto-currency__info {
    display: flex;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15);
    border-radius: 30px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      #dap .crypto-currency__info {
        padding: 40px; } }
    @media (max-width: 991px) {
      #dap .crypto-currency__info {
        flex-direction: column; } }
  #dap .crypto-currency__item {
    display: flex;
    flex: 1 0 auto; }
    @media (max-width: 767px) {
      #dap .crypto-currency__item {
        flex-direction: column; } }
  @media (min-width: 992px) {
    #dap .crypto-currency__item:not(:first-child) {
      padding-left: 10px; } }
  @media (min-width: 992px) {
    #dap .crypto-currency__item:not(:last-child) {
      border-right: 1px solid #E7EBF2;
      padding-right: 10px; } }
  @media (max-width: 991px) {
    #dap .crypto-currency__item:not(:last-child) {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    #dap .crypto-currency__icon {
      text-align: center;
      margin-bottom: 14px; } }
  @media (min-width: 768px) {
    #dap .crypto-currency__content {
      padding-left: 25px; } }
  #dap .crypto-currency__row {
    font-size: 16px; }
  #dap .crypto-currency__row:not(:last-child) {
    margin-bottom: 14px; }
  #dap .crypto-currency__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  #dap .crypto-currency__name-label {
    font-size: 18px;
    font-weight: 500;
    color: #5D7093;
    padding-right: 10px; }
    @media (min-width: 768px) {
      #dap .crypto-currency__name-label {
        font-size: 28px;
        padding-right: 15px; } }
  #dap .crypto-currency__name-value {
    font-size: 14px;
    color: #233C4A;
    background-color: #E4E7EC;
    border-radius: 8px;
    padding: 5px 8px; }
    @media (min-width: 768px) {
      #dap .crypto-currency__name-value {
        font-size: 16px;
        padding: 5px 15px; } }
  #dap .crypto-currency__copy {
    display: inline-flex;
    align-items: center;
    background-color: rgba(93, 112, 147, 0.07);
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 10px;
    max-width: 100%;
    cursor: pointer; }
  #dap .crypto-currency__copy-value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #dap .crypto-currency__copy-value:not(:last-child) {
    margin-right: 5px; }
  #dap .crypto-currency__copy-icon img {
    vertical-align: top; }
  #dap .crypto-currency__label, #dap .crypto-currency__value {
    line-height: 1.3; }
  #dap .crypto-currency__label {
    color: #9BA8BA;
    margin-bottom: 3px; }
  #dap .crypto-currency__value {
    color: #233C4A;
    font-weight: 500; }
  #dap .crypto-currency .statistics {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 992px) {
      #dap .crypto-currency .statistics {
        margin: 0 auto;
        max-width: 300px;
        padding: 0 10px; } }
    #dap .crypto-currency .statistics__row {
      display: flex;
      align-items: center; }
    #dap .crypto-currency .statistics__row:not(:last-child) {
      margin-bottom: 20px; }
    #dap .crypto-currency .statistics__cell:first-child {
      flex: 1; }
    #dap .crypto-currency .statistics__name {
      font-size: 14px; }
      @media (min-width: 768px) {
        #dap .crypto-currency .statistics__name {
          font-size: 16px; } }
    #dap .crypto-currency .statistics__value, #dap .crypto-currency .statistics__plus-value {
      text-align: center; }
    #dap .crypto-currency .statistics__value {
      font-size: 16px;
      font-weight: 500;
      color: #233C4A; }
      @media (min-width: 768px) {
        #dap .crypto-currency .statistics__value {
          font-size: 18px; } }
    #dap .crypto-currency .statistics__plus-value {
      color: #859AC0; }
    #dap .crypto-currency .statistics .rounded-icon {
      width: 40px;
      height: 40px;
      padding: 8px; }
      @media (min-width: 768px) {
        #dap .crypto-currency .statistics .rounded-icon {
          width: 50px;
          height: 50px;
          padding: 12px; } }
      #dap .crypto-currency .statistics .rounded-icon img {
        width: 100%; }
  #dap .crypto-currency__buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1 0 auto; }
    @media (min-width: 992px) {
      #dap .crypto-currency__buttons {
        max-width: 325px;
        width: 100%;
        margin-left: auto; } }
    @media (max-width: 991px) and (min-width: 768px) {
      #dap .crypto-currency__buttons {
        flex-direction: row;
        justify-content: space-between; } }
  #dap .crypto-currency .button {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    color: #236EB9;
    border-color: #236EB9; }
    #dap .crypto-currency .button:hover {
      color: #ffffff;
      background: #236EB9;
      border-color: transparent;
      box-shadow: none; }
    @media (min-width: 768px) {
      #dap .crypto-currency .button {
        font-size: 16px;
        height: 55px;
        line-height: 54px; } }
  #dap .crypto-currency .button:not(:last-child) {
    margin-bottom: 14px; }
    @media (max-width: 991px) and (min-width: 768px) {
      #dap .crypto-currency .button:not(:last-child) {
        margin: 0; } }
  #dap .crypto-currency__description {
    position: relative;
    z-index: 1;
    margin: -30px 20px 20px;
    padding: 45px 20px 20px;
    background: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.7;
    color: #96A0AD; }
    @media (min-width: 768px) {
      #dap .crypto-currency__description {
        margin: -40px 40px 40px;
        padding: 75px 40px 35px;
        font-size: 16px; } }
  #dap .list-card {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    max-width: 1062px;
    width: 100%; }
    @media (max-width: 480px) {
      #dap .list-card {
        margin-left: -20px;
        margin-right: -20px;
        width: auto !important; } }
    @media (min-width: 992px) {
      #dap .list-card {
        margin: 80px auto 0; } }
    #dap .list-card__item {
      flex: 1;
      margin: 0 auto;
      max-width: 334px;
      width: 100%;
      padding: 20px; }
    @media (min-width: 992px) {
      #dap .list-card__item_special {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      #dap .list-card .owl-stage-outer {
        padding-bottom: 20px; } }
  #dap .card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 25px;
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.15);
    border-radius: 30px;
    max-width: 294px;
    width: 100%;
    line-height: 1.7;
    transition: box-shadow 0.3s linear; }
    #dap .card:hover {
      box-shadow: 0px 8px 26px rgba(165, 185, 247, 0.74); }
    #dap .card:hover .rounded-block-with-circles__circle {
      -webkit-animation-play-state: running;
              animation-play-state: running; }
    #dap .card__link {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      z-index: 3; }
    #dap .card__icon {
      width: 114px;
      height: 114px;
      margin-bottom: 36px; }
      #dap .card__icon img {
        width: auto !important; }
      .card_purple #dap .card__icon {
        border-color: #664BC4;
        color: #664BC4; }
      .card_green #dap .card__icon {
        border-color: #76E8EC;
        color: #76E8EC; }
      .card_orange #dap .card__icon {
        border-color: #E6592B;
        color: #E6592B; }
    .card_purple #dap .card__icon .rounded-block-with-circles__circle:nth-child(1):before {
      background-color: #CA5CBC; }
    .card_green #dap .card__icon .rounded-block-with-circles__circle:nth-child(1):before {
      background-color: #13E3C0; }
    .card_orange #dap .card__icon .rounded-block-with-circles__circle:nth-child(1):before {
      background-color: #FFAF14; }
    .card_purple #dap .card__icon .rounded-block-with-circles__circle:nth-child(2):before {
      background-color: #664BC4; }
    .card_green #dap .card__icon .rounded-block-with-circles__circle:nth-child(2):before {
      background-color: #29BDCB; }
    .card_orange #dap .card__icon .rounded-block-with-circles__circle:nth-child(2):before {
      background-color: #E6592B; }
    #dap .card__name {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 8px; }
    #dap .card__text {
      font-size: 16px; }
  #dap input[type="text"],
  #dap input[type="password"],
  #dap input[type="search"],
  #dap textarea {
    width: 100%;
    color: #ffffff;
    outline: none;
    font-family: inherit;
    border-radius: 5px;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    #dap input[type="text"]::-webkit-input-placeholder,
    #dap input[type="password"]::-webkit-input-placeholder,
    #dap input[type="search"]::-webkit-input-placeholder,
    #dap textarea::-webkit-input-placeholder {
      color: #ffffff; }
      .modal #dap input[type="text"]::-webkit-input-placeholder, .modal
      #dap input[type="password"]::-webkit-input-placeholder, .modal
      #dap input[type="search"]::-webkit-input-placeholder, .modal
      #dap textarea::-webkit-input-placeholder {
        color: #9BA8BA; }
    #dap input[type="text"]::-moz-placeholder,
    #dap input[type="password"]::-moz-placeholder,
    #dap input[type="search"]::-moz-placeholder,
    #dap textarea::-moz-placeholder {
      color: #ffffff; }
      .modal #dap input[type="text"]::-moz-placeholder, .modal
      #dap input[type="password"]::-moz-placeholder, .modal
      #dap input[type="search"]::-moz-placeholder, .modal
      #dap textarea::-moz-placeholder {
        color: #9BA8BA; }
    #dap input[type="text"]:-moz-placeholder,
    #dap input[type="password"]:-moz-placeholder,
    #dap input[type="search"]:-moz-placeholder,
    #dap textarea:-moz-placeholder {
      color: #ffffff; }
      .modal #dap input[type="text"]:-moz-placeholder, .modal
      #dap input[type="password"]:-moz-placeholder, .modal
      #dap input[type="search"]:-moz-placeholder, .modal
      #dap textarea:-moz-placeholder {
        color: #9BA8BA; }
    #dap input[type="text"]:-ms-input-placeholder,
    #dap input[type="password"]:-ms-input-placeholder,
    #dap input[type="search"]:-ms-input-placeholder,
    #dap textarea:-ms-input-placeholder {
      color: #ffffff; }
      .modal #dap input[type="text"]:-ms-input-placeholder, .modal
      #dap input[type="password"]:-ms-input-placeholder, .modal
      #dap input[type="search"]:-ms-input-placeholder, .modal
      #dap textarea:-ms-input-placeholder {
        color: #9BA8BA; }
  #dap .form__row:not(:last-child) {
    margin-bottom: 30px; }
  #dap .form__label {
    display: block;
    font-size: 14px;
    color: #9BA8BA;
    margin-bottom: 15px; }
    #dap .form__label-required {
      color: #FF4E4E; }
    #dap .form__label-description {
      color: #5D7093; }
  #dap input.form__input,
  #dap .form__textarea {
    padding: 0 12px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(133, 154, 192, 0.2);
    color: #9BA8BA;
    font-size: 13px; }
    @media (min-width: 768px) {
      #dap input.form__input,
      #dap .form__textarea {
        padding: 0 24px; } }
    #dap input.form__input.invalid,
    #dap .form__textarea.invalid {
      border-color: #FF4E4E; }
  #dap input.form__input {
    height: 44px; }
  #dap .form__textarea {
    font-family: inherit;
    padding-top: 16px;
    padding-bottom: 16px;
    resize: none;
    height: 110px; }
  #dap .form__radio-list_inline {
    display: inline-flex;
    align-items: flex-start; }
    @media (max-width: 767px) {
      #dap .form__radio-list_inline {
        flex-direction: column; } }
    #dap .form__radio-list_inline .form__radio-item {
      margin-bottom: 10px; }
    #dap .form__radio-list_inline .form__radio-item:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 767px) {
        #dap .form__radio-list_inline .form__radio-item:not(:last-child) {
          margin-bottom: 20px; } }
  #dap .form__radio-item {
    display: flex;
    align-items: center; }
    #dap .form__radio-item:not(:last-child) {
      margin-bottom: 15px; }
    #dap .form__radio-item input[type="radio"],
    #dap .form__radio-item input[type="checkbox"] {
      margin-right: -24px;
      z-index: 1;
      opacity: 0;
      cursor: pointer; }
    #dap .form__radio-item input[type="radio"],
    #dap .form__radio-item input[type="checkbox"],
    #dap .form__radio-item .form__radio-icon svg {
      width: 24px;
      height: 24px; }
    #dap .form__radio-item .form__radio-icon,
    #dap .form__radio-item .form__radio-icon svg {
      border-radius: 50%;
      transition: all 0.3s linear; }
    #dap .form__radio-item .form__radio-icon svg {
      border: 1px solid;
      padding: 6px; }
    #dap .form__radio-item input[type="radio"]:not(:checked) ~ .form__radio-icon svg,
    #dap .form__radio-item input[type="checkbox"]:not(:checked) ~ .form__radio-icon svg {
      color: transparent;
      border-color: #9BA8BA; }
    #dap .form__radio-item input[type="radio"]:checked ~ .form__radio-icon svg,
    #dap .form__radio-item input[type="checkbox"]:checked ~ .form__radio-icon svg {
      color: #233C4A;
      border-color: #FFAF14; }
    #dap .form__radio-item input[type="radio"]:checked ~ .form__radio-icon {
      background-color: #FFAF14; }
    #dap .form__radio-item input[type="radio"]:checked ~ label,
    #dap .form__radio-item input[type="checkbox"]:checked ~ label {
      font-weight: 500;
      transition: all 0.3s linear; }
    #dap .form__radio-item label {
      cursor: pointer;
      color: #9BA8BA;
      margin-left: 10px; }
  #dap .button {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    font-family: inherit;
    font-size: 13px;
    color: #ffffff;
    padding: 0 30px;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    transition: all 0.3s linear; }
    #dap .button__text {
      position: relative;
      vertical-align: middle; }
    #dap .button svg {
      height: 15px;
      width: 15px;
      vertical-align: middle; }
    #dap .button svg:first-child {
      margin-right: 4px; }
    #dap .button img:first-child {
      vertical-align: middle;
      margin-right: 10px; }
  #dap .button-back {
    background: transparent;
    color: #9BA8BA;
    font-size: 16px;
    font-weight: 500;
    padding: 0; }
    @media (max-width: 768px) {
      #dap .button-back {
        font-size: 14px; } }
  #dap .button-primary {
    background: #00C9A7; }
    #dap .button-primary:hover {
      background-color: #00bf9f; }
  #dap .button-gradient-primary {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    padding: 0 30px;
    background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0%, rgba(91, 173, 249, 0.13) 100%), #00C9A7;
    border-radius: 96px; }
    @media (min-width: 992px) {
      #dap .button-gradient-primary {
        font-size: 16px; } }
    @media (min-width: 1100px) {
      #dap .button-gradient-primary {
        font-size: 18px;
        padding: 0 45px; } }
    #dap .button-gradient-primary:hover {
      background: radial-gradient(51.77% 127.3% at 90.15% 78.18%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0%, rgba(91, 173, 249, 0.13) 100%), #00B495;
      box-shadow: 1px 7px 16px rgba(68, 175, 184, 0.8); }
  #dap .button-outline {
    border: 1px solid #233C4A;
    background-color: transparent; }
    #dap .button-outline:hover {
      border-color: transparent;
      background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), linear-gradient(87.57deg, #EC874C -3.76%, rgba(237, 134, 77, 0) 82.51%), #EA4A5C;
      box-shadow: 1px 7px 16px rgba(235, 78, 91, 0.41); }
  #dap .icon-button {
    border: none;
    background: none;
    cursor: pointer; }
    #dap .icon-button img {
      vertical-align: top; }
  #dap .show-more-button {
    border: 1px solid #EDEFF3;
    border-radius: 5px;
    background: transparent;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px; }
    @media (min-width: 768px) {
      #dap .show-more-button {
        font-size: 16px; } }
    #dap .show-more-button:hover {
      border-color: #bfc6d4; }
    #dap .show-more-button img {
      vertical-align: middle; }
    #dap .show-more-button img:not(:first-child) {
      margin-left: 5px; }
  #dap .rounded-icon {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 10px;
    margin-right: 8px;
    transition: background-color 0.3s linear; }
  #dap .rounded-icon_grey {
    background: rgba(229, 230, 245, 0.5) !important; }
  #dap .rounded-icon_turquoise {
    background-color: rgba(223, 247, 254, 0.5) !important; }
  #dap .bonus-icon,
  #dap .like-icon,
  #dap .upvote-icon {
    background-color: rgba(255, 255, 255, 0.08); }
  #dap .search-field {
    position: relative; }
    .table-wrapper #dap .search-field {
      max-width: 366px;
      width: 100%;
      margin: 20px auto; }
      @media (min-width: 992px) {
        .table-wrapper #dap .search-field {
          margin: 35px auto 25px; } }
    #dap .search-field .icon-button {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 15px;
      top: 50%;
      margin-top: -8px; }
    #dap .search-field .form__input {
      font-size: 13px;
      color: #9BA8BA;
      height: 36px;
      line-height: 36px;
      border: 1px solid #D0DFF5;
      border-radius: 50px;
      padding-left: 50px; }
      #dap .search-field .form__input::-webkit-input-placeholder {
        color: #9BA8BA; }
      #dap .search-field .form__input::-moz-placeholder {
        color: #9BA8BA; }
      #dap .search-field .form__input:-moz-placeholder {
        color: #9BA8BA; }
      #dap .search-field .form__input:-ms-input-placeholder {
        color: #9BA8BA; }
  #dap .table {
    text-align: left;
    font-size: 13px;
    color: #DDF8FF; }
    #dap .table,
    #dap .table table {
      width: 100%;
      table-layout: fixed;
      border-collapse: separate;
      border-spacing: 0; }
    #dap .table tbody tr:not(:first-child) td {
      border-top: 1px solid rgba(255, 255, 255, 0.05); }
    #dap .table tbody tr:not(.opened):last-child td {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    @media (max-width: 991px) {
      #dap .table tr:not(.only-desktop) {
        display: flex;
        flex-direction: column; } }
    #dap .table th,
    #dap .table td {
      padding: 14px 18px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    #dap .table th {
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      text-align: left; }
    #dap .table td {
      vertical-align: middle; }
    @media (max-width: 991px) {
      #dap .table td span.only-mobile:first-child {
        flex: 1;
        color: #9BA8BA;
        font-weight: 500; } }
    #dap .table td a {
      display: inline-block;
      vertical-align: middle;
      text-decoration: none; }
    @media (max-width: 991px) {
      #dap .table .table__cell-caption {
        position: relative;
        padding-right: 35px; } }
    @media (max-width: 991px) {
      #dap .table .table__cell-caption:before {
        content: '';
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 50%;
        margin-top: -12px;
        border-radius: 50%;
        transition: transform 0.3s linear;
        transform: rotate(-90deg);
        background: #e0e6f0 url("") no-repeat center center; } }
    #dap .table td.table__cell-content {
      padding: 0; }
      @media (max-width: 991px) {
        #dap .table td.table__cell-content {
          max-height: 0;
          overflow: hidden;
          border: none !important;
          transition: max-height 0.3s linear; } }
    #dap .table .table__row.opened .table__cell-content {
      max-height: 100%; }
    #dap .table .table__row.opened .table__cell-caption:before {
      transform: rotate(0); }
    @media (max-width: 991px) {
      #dap .table td:not(.only-desktop) {
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    #dap .table td table td {
      border: none !important; }
    #dap .table .coin-icon {
      max-width: 36px;
      max-height: 36px; }
    #dap .table .like-icon {
      margin-left: 8px; }
  #dap .table_dapp .table__row {
    position: relative;
    cursor: pointer; }
  #dap .table_dapp .table__row > td:first-child:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s linear;
    z-index: 0; }
    @media (min-width: 992px) {
      #dap .table_dapp .table__row > td:first-child:after {
        content: ""; } }
  @media (min-width: 992px) {
    #dap .table_dapp .table__row:hover > td:after {
      background-color: #14272D; } }
  @media (min-width: 992px) {
    #dap .table_dapp .table__row:hover .rounded-icon {
      background-color: #ffffff !important; } }
  #dap .table_dapp td * {
    position: relative;
    z-index: 1; }
  #dap * {
    word-break: break-word;
    word-wrap: break-word;
    transition: font-size 0.3s linear; }
  #dap *,
  #dap *:before,
  #dap *:after {
    box-sizing: border-box; }
  #dap body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    color: #5D7093; }
  #dap figcaption,
  #dap figure,
  #dap footer,
  #dap header,
  #dap main,
  #dap nav,
  #dap section {
    display: block; }
  #dap header,
  #dap footer {
    flex: 0 0 auto; }
  #dap main {
    display: flex;
    flex: 1 0 auto; }
  #dap a:hover {
    text-decoration: none; }
  #dap h2,
  #dap h3,
  #dap h4 {
    font-weight: 500;
    color: #ffffff; }
  #dap h1 {
    font-size: 26px;
    font-weight: 500; }
    @media (min-width: 768px) {
      #dap h1 {
        font-size: 64px; } }
  #dap h2 {
    font-size: 24px; }
    @media (min-width: 768px) {
      #dap h2 {
        font-size: 40px; } }
  #dap h3 {
    font-size: 22px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      #dap h3 {
        margin-bottom: 60px;
        font-size: 30px; } }
  #dap h4 {
    font-size: 18px; }
    @media (min-width: 768px) {
      #dap h4 {
        font-size: 24px; } }
  #dap img {
    max-width: 100%; }
  #dap svg {
    vertical-align: top;
    width: 100%;
    height: 100%; }
  #dap .show-main-nav {
    overflow: hidden; }
  #dap .container {
    max-width: 1364px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    transition: padding 0.3s linear; }
    @media (min-width: 768px) {
      #dap .container {
        padding: 0 30px; } }
  #dap .logo {
    display: block; }
    #dap .logo img {
      vertical-align: top; }
  #dap ul {
    list-style: none; }
  #dap .special-list_icon-top .special-list__icon {
    align-self: flex-start; }
  #dap .special-list__item {
    display: flex;
    align-items: center; }
  #dap .special-list__item:not(:last-child) {
    margin-bottom: 24px; }
  #dap .special-list__icon {
    display: block;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    border-radius: 50%;
    padding: 12px;
    margin-right: 20px;
    background-color: #ffffff;
    box-shadow: 0px 8px 20px rgba(165, 185, 247, 0.26); }
  #dap .special-list__title {
    font-size: 18px;
    font-weight: 500;
    color: #233C4A;
    margin-bottom: 4px; }
  #dap .numbered-list,
  #dap .unnumbered-list {
    list-style: none; }
    #dap .numbered-list li,
    #dap .unnumbered-list li {
      position: relative; }
    #dap .numbered-list li:not(:last-child),
    #dap .unnumbered-list li:not(:last-child) {
      margin-bottom: 20px; }
  #dap .numbered-list {
    counter-reset: li; }
    #dap .numbered-list li {
      padding: 6px 0 0 48px;
      min-height: 32px; }
    #dap .numbered-list li:before {
      content: counter(li);
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #FFAF14;
      color: #233C4A;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.3;
      counter-increment: li; }
  #dap .unnumbered-list ul {
    padding-left: 30px; }
  #dap .unnumbered-list li div {
    position: relative; }
  #dap .unnumbered-list li.hidden {
    display: none; }
  #dap .unnumbered-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background-color: #FFAF14;
    border-radius: 50%; }
  #dap .rounded-block-with-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border: 1px solid;
    border-radius: 50%; }
    #dap .rounded-block-with-circles.purple {
      border-color: #664BC4;
      color: #664BC4; }
    #dap .rounded-block-with-circles.green {
      border-color: #76E8EC;
      color: #76E8EC; }
    #dap .rounded-block-with-circles.orange {
      border-color: #E6592B;
      color: #E6592B; }
    #dap .rounded-block-with-circles:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 8px;
      top: 8px;
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 14px 0px CurrentColor, 0px 0px 14px 0px CurrentColor inset;
      border-radius: 50%;
      opacity: 0.2; }
    #dap .rounded-block-with-circles__circle {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      padding: 8%;
      top: 0;
      left: 0; }
    #dap .rounded-block-with-circles__circle:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%; }
    #dap .rounded-block-with-circles__circle:nth-child(1) {
      -webkit-animation: service_hexagon_1 2s infinite linear;
              animation: service_hexagon_1 2s infinite linear;
      transform: rotate(90deg);
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
    .purple #dap .rounded-block-with-circles__circle:nth-child(1):before {
      background-color: #CA5CBC; }
    .green #dap .rounded-block-with-circles__circle:nth-child(1):before {
      background-color: #13E3C0; }
    .orange #dap .rounded-block-with-circles__circle:nth-child(1):before {
      background-color: #FFAF14; }
    #dap .rounded-block-with-circles__circle:nth-child(2) {
      -webkit-animation: service_hexagon_2 2s infinite linear;
              animation: service_hexagon_2 2s infinite linear;
      transform: rotate(-90deg);
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
    .purple #dap .rounded-block-with-circles__circle:nth-child(2):before {
      background-color: #664BC4; }
    .green #dap .rounded-block-with-circles__circle:nth-child(2):before {
      background-color: #29BDCB; }
    .orange #dap .rounded-block-with-circles__circle:nth-child(2):before {
      background-color: #E6592B; }
  #dap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media (max-width: 991px) {
      #dap .box {
        flex-direction: column; } }
    #dap .box h3 {
      font-size: 28px; }
    #dap .box__item {
      width: 100%; }
      @media (min-width: 992px) {
        #dap .box__item {
          width: 50%; } }
    @media (min-width: 992px) {
      #dap .box__item:first-child {
        margin-right: 45px; } }
    @media (min-width: 992px) {
      #dap .box__item:last-child {
        margin-left: 45px; } }
    #dap .box__item_with-circle {
      position: relative;
      display: flex;
      justify-content: center; }
    #dap .box__item_with-circle:before {
      content: "";
      display: block;
      position: absolute;
      background: url("") no-repeat center center;
      background-size: 60% auto;
      z-index: 0;
      right: 0;
      top: 0;
      bottom: 0;
      left: 0; }
      @media (min-width: 992px) {
        #dap .box__item_with-circle:before {
          left: -30%;
          top: -14%;
          bottom: -30%;
          background-size: 90% auto; } }
  #dap .win-block, #dap .win-block__box {
    display: flex; }
  #dap .win-block__box {
    align-items: center; }
  #dap .win-block__title {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 991px) and (min-width: 768px) {
      #dap .win-block__title {
        font-size: 24px;
        margin: 0 0 40px; } }
    @media (max-width: 767px) {
      #dap .win-block__title {
        margin-bottom: 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #dap .win-block .win-block__content {
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    #dap .win-block .win-block__content {
      margin-bottom: 30px; } }
  #dap .win-block__buttons {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 660px) {
      #dap .win-block__buttons {
        flex-direction: column;
        width: 100%;
        align-items: center; } }
  #dap .win-block__buttons .button {
    font-size: 15px;
    height: 55px;
    line-height: 50px;
    padding: 0 20px;
    width: 165px;
    text-align: center; }
    @media (min-width: 1100px) {
      #dap .win-block__buttons .button {
        font-size: 16px;
        padding: 0 26px; } }
    @media (max-width: 660px) {
      #dap .win-block__buttons .button {
        margin: 20px 0 0;
        width: 100%; } }
    @media (max-width: 991px) {
      #dap .win-block__buttons .button {
        border-color: #ffffff; } }
  @media (min-width: 661px) {
    #dap .win-block__buttons .button:not(:last-child) {
      margin-right: 16px; } }
  #dap .countdown {
    display: flex; }
    #dap .countdown > div:not(:last-child) {
      margin-right: 25px; }
    #dap .countdown .wrapper {
      display: flex;
      flex-direction: column;
      color: #ffffff;
      text-align: center; }
    #dap .countdown .time {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 58px;
      background-color: #233C4A;
      font-size: 22px;
      color: #ffffff;
      letter-spacing: 1px;
      margin-bottom: 6px;
      border-radius: 8px; }
    #dap .countdown .label {
      font-size: 11px;
      text-transform: uppercase; }

@keyframes service_hexagon_1 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(450deg); } }

@keyframes service_hexagon_2 {
  0% {
    transform: rotate(-90deg); }
  100% {
    transform: rotate(270deg); } }
  #dap .row {
    display: flex;
    margin-right: -17px;
    margin-left: -17px; }
  #dap .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 17px;
    padding-left: 17px;
    flex: 0 0 50%;
    max-width: 50%; }
  #dap .message {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500; }
    @media (max-width: 767px) {
      #dap .message {
        flex-direction: column; } }
  #dap .message_success .message__icon {
    background-color: #00C9A7; }
  #dap .message__icon {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 18px; }
    @media (min-width: 768px) {
      #dap .message__icon {
        margin-right: 26px; } }
    @media (max-width: 767px) {
      #dap .message__icon {
        margin-bottom: 26px; } }
  @media (max-width: 991px) {
    #dap .only-desktop {
      display: none !important; } }
  @media (min-width: 992px) {
    #dap .only-mobile {
      display: none !important; } }
  #dap .modal-header h3 {
    color: #ffffff; }
  #dap .token-logo-field figure {
    visibility: hidden;
    margin-top: 1rem;
    max-width: 80px; }
    #dap .token-logo-field figure img {
      width: 100%; }
    #dap .token-logo-field figure.visible {
      visibility: visible; }
  #dap .token-logo-field .error {
    display: none;
    color: #FF4E4E;
    margin-top: 1rem; }
    #dap .token-logo-field .error.visible {
      display: block; }
  #dap .upload-button-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    #dap .upload-button-wrapper button {
      white-space: nowrap; }
    #dap .upload-button-wrapper label {
      margin-left: 1em;
      margin-bottom: 0; }
  #dap table.pop-altcoins tbody td a {
    color: #ffffff; }
  #dap table.pop-altcoins thead th i {
    border-radius: 50%;
    background: #9aa9b9;
    color: #fff;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer; }
  #dap table.pop-altcoins.wrapped tr:nth-child(n+16) {
    display: none; }
  #dap .error {
    color: #FF4E4E;
    margin-top: 0.5rem; }
    #dap .error.centered {
      text-align: center; }
    #dap .error.small {
      font-size: 90%; }

.selflisting-form input[type="text"],
.selflisting-form input[type="password"],
.selflisting-form input[type="search"],
.selflisting-form textarea {
  width: 100%;
  color: #ffffff;
  outline: none;
  font-family: inherit;
  border-radius: 5px;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .selflisting-form input[type="text"]::-webkit-input-placeholder,
  .selflisting-form input[type="password"]::-webkit-input-placeholder,
  .selflisting-form input[type="search"]::-webkit-input-placeholder,
  .selflisting-form textarea::-webkit-input-placeholder {
    color: #ffffff; }
    .modal .selflisting-form input[type="text"]::-webkit-input-placeholder, .modal
    .selflisting-form input[type="password"]::-webkit-input-placeholder, .modal
    .selflisting-form input[type="search"]::-webkit-input-placeholder, .modal
    .selflisting-form textarea::-webkit-input-placeholder {
      color: #9BA8BA; }
  .selflisting-form input[type="text"]::-moz-placeholder,
  .selflisting-form input[type="password"]::-moz-placeholder,
  .selflisting-form input[type="search"]::-moz-placeholder,
  .selflisting-form textarea::-moz-placeholder {
    color: #ffffff; }
    .modal .selflisting-form input[type="text"]::-moz-placeholder, .modal
    .selflisting-form input[type="password"]::-moz-placeholder, .modal
    .selflisting-form input[type="search"]::-moz-placeholder, .modal
    .selflisting-form textarea::-moz-placeholder {
      color: #9BA8BA; }
  .selflisting-form input[type="text"]:-moz-placeholder,
  .selflisting-form input[type="password"]:-moz-placeholder,
  .selflisting-form input[type="search"]:-moz-placeholder,
  .selflisting-form textarea:-moz-placeholder {
    color: #ffffff; }
    .modal .selflisting-form input[type="text"]:-moz-placeholder, .modal
    .selflisting-form input[type="password"]:-moz-placeholder, .modal
    .selflisting-form input[type="search"]:-moz-placeholder, .modal
    .selflisting-form textarea:-moz-placeholder {
      color: #9BA8BA; }
  .selflisting-form input[type="text"]:-ms-input-placeholder,
  .selflisting-form input[type="password"]:-ms-input-placeholder,
  .selflisting-form input[type="search"]:-ms-input-placeholder,
  .selflisting-form textarea:-ms-input-placeholder {
    color: #ffffff; }
    .modal .selflisting-form input[type="text"]:-ms-input-placeholder, .modal
    .selflisting-form input[type="password"]:-ms-input-placeholder, .modal
    .selflisting-form input[type="search"]:-ms-input-placeholder, .modal
    .selflisting-form textarea:-ms-input-placeholder {
      color: #9BA8BA; }

.selflisting-form .form__row:not(:last-child) {
  margin-bottom: 30px; }

.selflisting-form .form__label {
  display: block;
  font-size: 14px;
  color: #9BA8BA;
  margin-bottom: 15px; }
  .selflisting-form .form__label-required {
    color: #FF4E4E; }
  .selflisting-form .form__label-description {
    color: #5D7093; }

.selflisting-form input.form__input,
.selflisting-form .form__textarea {
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(133, 154, 192, 0.2);
  color: #9BA8BA;
  font-size: 13px; }
  @media (min-width: 768px) {
    .selflisting-form input.form__input,
    .selflisting-form .form__textarea {
      padding: 0 24px; } }
  .selflisting-form input.form__input.invalid,
  .selflisting-form .form__textarea.invalid {
    border-color: #FF4E4E; }

.selflisting-form input.form__input {
  height: 44px; }

.selflisting-form .form__textarea {
  font-family: inherit;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: none;
  height: 110px; }

.selflisting-form .form__radio-list_inline {
  display: inline-flex;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .selflisting-form .form__radio-list_inline {
      flex-direction: column; } }
  .selflisting-form .form__radio-list_inline .form__radio-item {
    margin-bottom: 10px; }
  .selflisting-form .form__radio-list_inline .form__radio-item:not(:last-child) {
    margin-right: 30px; }
    @media (max-width: 767px) {
      .selflisting-form .form__radio-list_inline .form__radio-item:not(:last-child) {
        margin-bottom: 20px; } }

.selflisting-form .form__radio-item {
  display: flex;
  align-items: center; }
  .selflisting-form .form__radio-item:not(:last-child) {
    margin-bottom: 15px; }
  .selflisting-form .form__radio-item input[type="radio"],
  .selflisting-form .form__radio-item input[type="checkbox"] {
    margin-right: -24px;
    z-index: 1;
    opacity: 0;
    cursor: pointer; }
  .selflisting-form .form__radio-item input[type="radio"],
  .selflisting-form .form__radio-item input[type="checkbox"],
  .selflisting-form .form__radio-item .form__radio-icon svg {
    width: 24px;
    height: 24px; }
  .selflisting-form .form__radio-item .form__radio-icon,
  .selflisting-form .form__radio-item .form__radio-icon svg {
    border-radius: 50%;
    transition: all 0.3s linear; }
  .selflisting-form .form__radio-item .form__radio-icon svg {
    border: 1px solid;
    padding: 6px; }
  .selflisting-form .form__radio-item input[type="radio"]:not(:checked) ~ .form__radio-icon svg,
  .selflisting-form .form__radio-item input[type="checkbox"]:not(:checked) ~ .form__radio-icon svg {
    color: transparent;
    border-color: #9BA8BA; }
  .selflisting-form .form__radio-item input[type="radio"]:checked ~ .form__radio-icon svg,
  .selflisting-form .form__radio-item input[type="checkbox"]:checked ~ .form__radio-icon svg {
    color: #233C4A;
    border-color: #FFAF14; }
  .selflisting-form .form__radio-item input[type="radio"]:checked ~ .form__radio-icon {
    background-color: #FFAF14; }
  .selflisting-form .form__radio-item input[type="radio"]:checked ~ label,
  .selflisting-form .form__radio-item input[type="checkbox"]:checked ~ label {
    font-weight: 500;
    transition: all 0.3s linear; }
  .selflisting-form .form__radio-item label {
    cursor: pointer;
    color: #9BA8BA;
    margin-left: 10px; }

.selflisting-form .button {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px;
  color: #ffffff;
  padding: 0 30px;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  transition: all 0.3s linear; }
  .selflisting-form .button__text, .selflisting-form .button__checking {
    position: relative;
    vertical-align: middle; }
  .selflisting-form .button__checking {
    display: none; }
  .selflisting-form .button.checking {
    background-color: #9BA8BA !important;
    pointer-events: none !important; }
    .selflisting-form .button.checking .button__text {
      display: none; }
    .selflisting-form .button.checking .button__checking {
      display: initial; }
  .selflisting-form .button svg {
    height: 15px;
    width: 15px;
    vertical-align: middle; }
  .selflisting-form .button svg:first-child {
    margin-right: 4px; }
  .selflisting-form .button img:first-child {
    vertical-align: middle;
    margin-right: 10px; }

.selflisting-form .button-back {
  background: transparent;
  color: #9BA8BA;
  font-size: 16px;
  font-weight: 500;
  padding: 0; }
  @media (max-width: 768px) {
    .selflisting-form .button-back {
      font-size: 14px; } }

.selflisting-form .button-primary {
  background: #00C9A7; }
  .selflisting-form .button-primary:hover {
    background-color: #00bf9f; }

.selflisting-form .button-gradient-primary {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  padding: 0 30px;
  background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0%, rgba(91, 173, 249, 0.13) 100%), #00C9A7;
  border-radius: 96px; }
  @media (min-width: 992px) {
    .selflisting-form .button-gradient-primary {
      font-size: 16px; } }
  @media (min-width: 1100px) {
    .selflisting-form .button-gradient-primary {
      font-size: 18px;
      padding: 0 45px; } }
  .selflisting-form .button-gradient-primary:hover {
    background: radial-gradient(51.77% 127.3% at 90.15% 78.18%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), radial-gradient(154.41% 652.23% at -24.31% -51.54%, rgba(91, 173, 249, 0.71) 0%, rgba(91, 173, 249, 0.13) 100%), #00B495;
    box-shadow: 1px 7px 16px rgba(68, 175, 184, 0.8); }

.selflisting-form .button-outline {
  border: 1px solid #233C4A;
  background-color: transparent; }
  .selflisting-form .button-outline:hover {
    border-color: transparent;
    background: radial-gradient(52.77% 124.13% at 111.26% 113.08%, rgba(247, 255, 173, 0.22) 2.9%, rgba(247, 255, 173, 0) 100%), linear-gradient(87.57deg, #EC874C -3.76%, rgba(237, 134, 77, 0) 82.51%), #EA4A5C;
    box-shadow: 1px 7px 16px rgba(235, 78, 91, 0.41); }

.selflisting-form .icon-button {
  border: none;
  background: none;
  cursor: pointer; }
  .selflisting-form .icon-button img {
    vertical-align: top; }

.selflisting-form .show-more-button {
  border: 1px solid #EDEFF3;
  border-radius: 5px;
  background: transparent;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .selflisting-form .show-more-button {
      font-size: 16px; } }
  .selflisting-form .show-more-button:hover {
    border-color: #bfc6d4; }
  .selflisting-form .show-more-button img {
    vertical-align: middle; }
  .selflisting-form .show-more-button img:not(:first-child) {
    margin-left: 5px; }

.selflisting-form .rounded-icon {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 10px;
  margin-right: 8px;
  transition: background-color 0.3s linear; }

.selflisting-form .rounded-icon_grey {
  background: rgba(229, 230, 245, 0.5) !important; }

.selflisting-form .rounded-icon_turquoise {
  background-color: rgba(223, 247, 254, 0.5) !important; }

.selflisting-form .bonus-icon,
.selflisting-form .like-icon,
.selflisting-form .upvote-icon {
  background-color: rgba(255, 255, 255, 0.08); }

.selflisting-form .search-field {
  position: relative; }
  .table-wrapper .selflisting-form .search-field {
    max-width: 366px;
    width: 100%;
    margin: 20px auto; }
    @media (min-width: 992px) {
      .table-wrapper .selflisting-form .search-field {
        margin: 35px auto 25px; } }
  .selflisting-form .search-field .icon-button {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 50%;
    margin-top: -8px; }
  .selflisting-form .search-field .form__input {
    font-size: 13px;
    color: #9BA8BA;
    height: 36px;
    line-height: 36px;
    border: 1px solid #D0DFF5;
    border-radius: 50px;
    padding-left: 50px; }
    .selflisting-form .search-field .form__input::-webkit-input-placeholder {
      color: #9BA8BA; }
    .selflisting-form .search-field .form__input::-moz-placeholder {
      color: #9BA8BA; }
    .selflisting-form .search-field .form__input:-moz-placeholder {
      color: #9BA8BA; }
    .selflisting-form .search-field .form__input:-ms-input-placeholder {
      color: #9BA8BA; }

footer {
  position: relative;
  padding: 60px 0;
  background-color: #1F1F1F;
  transition: padding 0.3s linear; }
  @media (min-width: 768px) {
    footer {
      padding: 90px 0; } }
  @media (max-width: 991px) {
    footer .crypto-block {
      justify-content: center; } }

.crypto-block__title {
  font-size: 13px;
  font-weight: 500; }

.crypto-block, .crypto-block__payment {
  display: flex; }

.crypto-block img {
  margin: 0 5px; }

.footer__row {
  display: flex; }
  @media (max-width: 991px) {
    .footer__row {
      flex-direction: column; } }

.footer__row:not(:last-child) {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .footer__row:not(:last-child) {
      margin-bottom: 50px; } }

@media (min-width: 992px) {
  .footer__logo {
    margin-right: 40px;
    height: 38px; } }

@media (max-width: 991px) {
  .footer__logo {
    align-self: center;
    margin-bottom: 40px; } }

.footer__block-group {
  display: flex;
  flex: 0 1 auto; }
  @media (min-width: 992px) {
    .footer__block-group {
      justify-content: flex-end;
      max-width: 736px;
      margin-left: auto; } }
  @media (max-width: 991px) {
    .footer__block-group {
      flex-direction: column; } }

.footer__item {
  flex: 0 1 auto; }

@media (min-width: 992px) {
  .footer__item:not(:first-child) {
    margin-left: 40px; } }

.footer__header {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 991px) {
    .footer__header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.97);
      margin-bottom: 0;
      padding-top: 15px; } }

@media (max-width: 991px) {
  .footer__header:before, .footer__header:after {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    border-radius: 9px;
    top: 50%; } }

.footer__header:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  right: 0; }

.footer__header:after {
  height: 10px;
  width: 2px;
  transform: translate(0, -50%);
  right: 4px;
  transition: height 0.3s linear; }

.footer__header.opened:after {
  height: 0; }

.footer__header.opened + .footer__list {
  max-height: 100%; }

.footer__list {
  list-style: none; }
  @media (max-width: 991px) {
    .footer__list {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s linear; } }
  @media (max-width: 991px) {
    .footer__list li:first-child {
      margin-top: 15px; } }
  .footer__list li:not(:last-child) {
    margin-bottom: 10px; }
  .footer__list a {
    color: #9BA8BA;
    text-decoration: none; }
  .footer__list a:hover {
    text-decoration: underline; }

.footer__copyright {
  font-size: 12px;
  color: #859AC0; }
  @media (max-width: 991px) {
    .footer__copyright {
      text-align: center; } }
  .footer__copyright p:not(:last-child) {
    margin-bottom: 10px; }
  .footer__copyright a {
    color: #ffffff; }
  .footer__copyright a:hover {
    text-decoration: none; }

