@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@import url("https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@100..800&display=swap");
html,
body {
  font-size: 15px;
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: "Anek Gujarati", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #070518;
  color: #ffffff; }
  body.fixed {
    padding-right: 5px;
    overflow: hidden;
    position: fixed;
    width: 100%; }
  body.cabinet .page {
    padding-top: 60px;
    padding-bottom: 60px; }
  body.cabinet .header__line {
    display: none; }
  body.cabinet .header__left {
    flex-direction: column; }
  body.cabinet .nav {
    flex-direction: column; }
  body.referral {
    background: #f7f8fc; }
  body.inside .footer {
    padding-top: 0;
    margin-top: 0; }
  body.inside .footer__wrapper {
    padding-top: 4rem;
    position: relative; }
    body.inside .footer__wrapper:after {
      top: 0;
      left: 2rem;
      right: 2rem;
      content: '';
      position: absolute;
      height: 1px;
      background-color: rgba(14, 18, 41, 0.1); }
  body.inside .header__line {
    display: none; }
  body.text-page {
    background: #f7f7f7; }
    body.text-page .header {
      background-color: #ffffff;
      border-bottom: 1px solid #f2f2f2; }
      body.text-page .header .nav__link {
        color: #131517; }
      body.text-page .header .header__link {
        color: #0e1229; }
      body.text-page .header .btn {
        background-color: #0e1229; }
  @media (max-width: 992px) {
    body.fixed {
      padding-right: 0; } }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #251070;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #666666; }

.page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 980px) {
    .page {
      padding-bottom: 0; } }

.mask {
  position: fixed;
  height: 100%;
  background-color: #131517;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in; }
  .mask.active {
    opacity: .9;
    visibility: visible; }

@media (max-width: 992px) {
  .mobile__mask {
    position: fixed;
    height: 100%;
    background-color: rgba(43, 46, 56, 0.9);
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in; }
    .mobile__mask.active {
      opacity: 1;
      visibility: visible; } }

.example {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  margin: 10px 0;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 12px; }
  .example.general {
    white-space: normal; }
  .example .string {
    color: green; }
  .example .number {
    color: darkorange; }
  .example .boolean {
    color: blue; }
  .example .null {
    color: magenta; }
  .example .key {
    color: red; }

.doc__attention {
  position: relative;
  padding-left: 1em; }
  .doc__attention:before {
    content: '';
    width: 4px;
    background-color: #0e1229;
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 4px;
    border-radius: 2px; }

/* Vendor libs

==========================*/
/* 37. Sortable
=========================*/
.sortable th:not([data-sortable="false"]) {
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer; }

.sortable th {
  position: relative; }
  .sortable th:after {
    content: '';
    visibility: hidden;
    vertical-align: inherit;
    border: 4px solid transparent;
    border-top-color: #a6b0bb;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
  .sortable th[data-sorted="true"]:after {
    visibility: visible; }
  .sortable th[data-sorted-direction="descending"]:after {
    content: '';
    border-top-color: transparent;
    border-bottom-color: #a6b0bb;
    margin-top: -3px; }
  .sortable th[data-sorted-direction="ascending"]:after {
    content: ''; }

/* Slider */
.slick-loading .slick-list {
  background: #fff "/images/ajax-loader.gif" center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: fontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #808080;
    opacity: 0.75;
    transition: opacity .1s linear; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: fontAwesome;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #828890;
        opacity: 0.25;
        transition: opacity .1s linear; }
    .slick-dots li.slick-active button:before {
      color: #769ff5;
      opacity: 0.75; }

#js-slider-1 .slick-slide {
  padding: 0; }

#js-slider-2 .slick-slide {
  padding: 0;
  text-align: center; }

#js-slider-2 .slick-current .product__thumbs-item {
  border-color: #ff8d1c; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -10px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
  height: auto;
  padding: 0 10px; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.js-intro-slider .slick-next {
  right: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-next:before {
    color: #000000; }

.js-intro-slider .slick-prev {
  left: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-prev:before {
    color: #000000; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
  text-align: left; }

.remodal-is-initialized {
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 4rem 8rem;
  transform: translate3d(0, 0, 0);
  color: #131517;
  background-color: #ffffff;
  border-radius: .2rem; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #131517;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1.4rem; }
  .remodal-close:before, .remodal-close:after {
    content: '';
    position: absolute;
    top: .4rem;
    height: .1rem;
    width: 100%;
    transform: rotate(45deg);
    background-color: #F69923; }
  .remodal-close:after {
    transform: rotate(-45deg); }
  .remodal-close:hover {
    opacity: .8;
    text-decoration: none; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; }
    .remodal--order {
      max-width: 40rem; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #131517; }

.lt-ie9 .remodal {
  width: 920px; }

.remodal {
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #121036; }
  .remodal .cabinet__converter .converter .converter__container {
    box-shadow: none;
    padding-top: 0; }
  .remodal .cabinet__converter .converter .converter__form-block {
    width: 200px; }
  .remodal--order {
    background-color: #ffffff;
    padding: 4rem 2rem 2rem;
    max-height: 600px;
    overflow-y: auto; }
    .remodal--order .remodal-close {
      color: #131517; }
    .remodal--order .remodal__title {
      color: #131517; }
    .remodal--order .block__text {
      margin-bottom: 2rem;
      color: #131517; }
      .remodal--order .block__text ul li {
        margin-bottom: .5rem; }
    .remodal--order .btn {
      background-color: #0e1229;
      border-color: transparent; }
      .remodal--order .btn:hover {
        background-color: #010103; }
      .remodal--order .btn:after {
        display: none; }
  .remodal--send .remodal__title img {
    transform: rotate(180deg); }
  .remodal--help {
    max-width: 600px; }
    .remodal--help .remodal__block {
      width: 100%;
      margin-top: 0; }
      .remodal--help .remodal__block:first-child {
        border-right: 0;
        padding: 0; }
      .remodal--help .remodal__block:last-of-type {
        margin-top: 0; }
    .remodal--help .cabinet__form-actions {
      margin-top: 2rem; }
    .remodal--help .remodal__content {
      margin: 0; }
      .remodal--help .remodal__content .form__group {
        max-width: 100%; }
  .remodal--fraud .remodal__login-link {
    min-width: 250px; }
  .remodal--fraud .remodal__body {
    padding-top: 30px; }

.remodal__head {
  display: flex;
  position: relative; }
  .remodal__head .remodal__title {
    margin-bottom: 0;
    color: #ffffff; }
  .remodal__head .remodal-close {
    top: 50%;
    transform: translateY(-50%); }
  .remodal__head--order .remodal__title {
    text-transform: none;
    font-size: 20px;
    font-weight: 700; }

.remodal__body {
  padding: 30px 30px 30px;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem; }
  .remodal__body .block__text {
    font-size: 14px;
    margin-bottom: 20px; }
  .remodal__body .table + .text-right .cancel__btn {
    height: auto; }

.remodal__title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 1rem; }
  .remodal__title a {
    color: inherit; }

.remodal__text {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 500;
  color: #828890; }

.remodal__content {
  display: flex;
  align-items: center;
  margin: 0 -3rem; }
  .remodal__content .btn {
    padding: 0 3rem; }
  .remodal__content .cabinet__form-actions .btn:last-child {
    padding: 0; }
  .remodal__content .form__group {
    width: 100%; }
  .remodal__content .input {
    padding: 1rem 1rem;
    font-family: inherit; }
    .remodal__content .input--crypto {
      border: 1px solid #0e1229;
      border-radius: .2rem;
      color: #000000;
      font-size: 1rem; }

.remodal__block {
  width: 50%;
  padding: 0 3rem; }
  .remodal__block:first-child {
    padding-right: 3rem;
    border-right: 1px solid #f2f2f9; }
  .remodal__block:last-child {
    padding-left: 3rem; }

.remodal__subtitle {
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 500; }
  .remodal__subtitle + .remodal__text {
    font-size: 1.2rem; }

.remodal__address {
  margin-bottom: 2rem;
  padding: 1rem 2rem 1rem 1rem;
  border: 1px solid #0e1229;
  border-radius: .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem; }
  .remodal__address a {
    color: #0e1229;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase; }

.qr__wrapper {
  display: flex;
  margin-bottom: 3rem; }
  .qr__wrapper img {
    margin-right: 1.4rem; }

.qr__text .text {
  margin-bottom: .2rem;
  font-size: .8rem; }

.qr__text .remodal__text {
  font-size: 1.2rem;
  margin-bottom: .2rem; }

.qr__link {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #0e1229; }

.remodal__converter {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .remodal__converter .input__wrapper {
    width: 100%; }
  .remodal__converter.destination {
    margin-bottom: 0; }
  .remodal__converter .input {
    color: #000000;
    border: 1px solid #f2f2f9;
    border-radius: .2rem;
    padding-right: 1rem; }
    .remodal__converter .input:focus {
      border-color: #131517; }
  .remodal__converter .currency {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    text-transform: uppercase;
    font-size: .8rem; }
  .remodal__converter .select {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    padding-right: 0; }
    .remodal__converter .select:after {
      border-color: #0e1229;
      right: 0;
      padding: .2rem; }
    .remodal__converter .select select {
      text-transform: uppercase;
      padding-left: 0;
      padding-right: 1rem;
      border: 0;
      font-size: .8rem; }
  .remodal__converter.network-fee .input__wrapper {
    width: 100%; }
  .remodal__converter.network-fee .select {
    position: static;
    transform: translateY(0);
    padding-right: 0; }
    .remodal__converter.network-fee .select:after {
      right: 2rem; }
    .remodal__converter.network-fee .select select {
      border: 1px solid #f2f2f9;
      padding-left: 1rem;
      padding-right: 3rem;
      border-radius: .2rem; }

.converter__currency {
  margin-bottom: 1rem; }
  .converter__currency .select select {
    border: 1px solid #f2f2f9;
    border-radius: .2rem; }

.fee__wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
  .fee__wrapper .radio__label {
    font-size: .8rem;
    font-weight: 500; }
    .fee__wrapper .radio__label span {
      font-weight: 400;
      font-size: .6rem;
      display: block; }

.remodal__summary {
  margin: 0 auto 2rem; }
  .remodal__summary .title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center; }
  .remodal__summary .block__text {
    font-size: 1rem; }

.remodal__converter-balance {
  font-size: .8rem;
  font-weight: 500;
  color: rgba(14, 18, 41, 0.6);
  margin-top: .4rem; }
  .remodal__converter-balance .balance {
    color: #131517; }

.remodal--2fa {
  max-width: 500px; }

.remodal.remove {
  height: 430px; }

.remodal--corporate-verification {
  max-width: 465px; }
  .remodal--corporate-verification .cabinet__form {
    max-width: 100%; }

.remodal--reviews {
  padding: 3rem;
  max-width: 500px; }
  .remodal--reviews .input {
    min-height: auto;
    padding: .8rem 1rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #1b1d1f;
    border-radius: .2rem; }
  .remodal--reviews .textarea {
    padding: .8rem 1rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #1b1d1f;
    border-radius: .2rem; }
  .remodal--reviews .label {
    margin-bottom: .6rem;
    color: rgba(27, 29, 31, 0.25);
    font-family: inherit;
    font-weight: 700; }

.remodal--referral {
  max-width: 650px;
  padding: 3rem 4rem; }

.remodal--video {
  padding: 0;
  max-width: 700px;
  margin-bottom: 0; }
  .remodal--video video {
    max-width: 100%;
    display: block; }
  .remodal--video .remodal-close {
    top: -2rem;
    right: -2rem;
    color: #ffffff; }

.remodal--login {
  max-width: 465px; }
  .remodal--login .form__group {
    border-bottom: 1px solid #1C1924;
    padding-bottom: 20px; }
    .remodal--login .form__group.no-border {
      border-bottom: 0;
      padding-bottom: 0; }
  .remodal--login .checkbox {
    margin-bottom: 1rem; }

.remodal__2fa-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .6rem;
  color: #ffffff; }

.remodal__2fa-text {
  font-size: 14px;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 500; }

.remodal__2fa-qr {
  text-align: center;
  margin-bottom: 2rem;
  height: 200px;
  color: #ffffff; }

.remodal__2fa-inputs {
  margin-bottom: 2rem;
  transition: all .2s ease;
  position: relative; }

@keyframes kb {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(-0.6rem); }
  50% {
    transform: translateX(0); }
  75% {
    transform: translateX(0.6rem); }
  100% {
    transform: translateX(0); } }

.authentication__input {
  background: #08071A;
  border: 1px solid transparent;
  width: 100%;
  height: 3.6rem;
  outline: 0;
  color: #fff;
  text-align: center;
  border-radius: 3px; }
  .authentication__input::placeholder {
    color: #828890;
    font-size: 16px;
    font-weight: 500; }
  .authentication__input:focus + .authentication__label:before, .authentication__input:focus + .authentication__label:after {
    opacity: 0; }
  .authentication__input:not(:placeholder-shown) + .authentication__label:before, .authentication__input:not(:placeholder-shown) + .authentication__label:after {
    opacity: 0; }
  .authentication__input.error {
    animation: kb .2s ease forwards;
    border-color: #f2a690;
    background-color: #f2a690; }
    .authentication__input.error + .authentication__label:before, .authentication__input.error + .authentication__label:after {
      opacity: 0 !important;
      background-color: #f2a690; }

.authentication__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #131517;
  pointer-events: none; }

.authentication__error {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  color: #0e1229;
  font-weight: 500;
  font-size: .8rem; }

.authentication__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-top: 80px; }
  .authentication__success.remove {
    padding-top: 25px; }
    .authentication__success.remove img {
      margin-bottom: 30px; }
  .authentication__success img {
    margin-bottom: 80px; }
  .authentication__success .title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.65; }
  .authentication__success .text {
    margin-bottom: 70px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2; }

.login__2fa-block {
  max-width: 370px; }

.referral__text .title {
  margin-bottom: .3rem;
  font-weight: 500;
  color: #000000;
  font-size: 1.2rem; }

.referral__text .text {
  font-size: .8rem;
  opacity: .3;
  margin-bottom: 3rem; }

.referral__link {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #f2f2f9;
  border-radius: .2rem; }

.referral__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .referral__footer .btn {
    min-width: 170px;
    margin-bottom: 0; }
  .referral__footer .bonus {
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.3); }
    .referral__footer .bonus span {
      color: #000000; }

@media (max-height: 800px) {
  .remodal__body {
    padding-top: 25px; } }

.remodal__login-link {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  padding: 0 32px 0 16px;
  border-radius: 12px;
  font-weight: 500; }
  .remodal__login-link:hover {
    text-decoration: none; }
  .remodal__login-link img {
    margin-right: 8px; }
  .remodal__login-link.active {
    background: linear-gradient(90deg, #F69923 0%, #F79A23 50%, #E97826 100%);
    color: #08071A; }

.remodal__form .label {
  color: #ffffff; }

.remodal__cancel {
  display: inline-block;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1360px) {
    .container {
      width: 1330px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 560px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1360px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 560px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1360px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      padding-right: 15px;
      padding-left: 15px; } }

@media (min-width: 560px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1360px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

body.error-page .header__actions {
  opacity: 0;
  visibility: hidden; }

.error__page {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.error__content {
  height: calc(100vh - 6rem);
  display: flex;
  align-items: center; }

.error__wrapper {
  max-width: 890px;
  margin: 0 auto;
  position: relative; }

.error__block {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .error__block .btn {
    margin-left: 2rem;
    min-width: 230px;
    justify-content: flex-start;
    padding-left: 15px;
    font-weight: 500; }

.error__title {
  font-size: 64px;
  font-weight: 500;
  color: #ffffff; }

.error__text {
  font-size: 1.2rem;
  color: #131517;
  margin-bottom: 3rem; }

.error__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }

.error__top {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0; }

.error__bottom {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0; }

@media (max-width: 992px) {
  .error__block {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .error__title {
    margin-bottom: 30px;
    font-size: 44px; } }

.closed__page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  perspective: 1000px; }

.closed__container {
  width: 400px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  transform: scale(1) rotateZ(7deg) rotateY(14deg);
  transform-origin: center 12px;
  animation: 2s init, 0.7s aa 1s, 3s ab 1.7s infinite; }

@keyframes aa {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1) rotateZ(7deg) rotateY(14deg); } }

@keyframes ab {
  0% {
    transform: rotateZ(7deg) rotateY(14deg); }
  50% {
    transform: rotateZ(-7deg) rotateY(-14deg); }
  100% {
    transform: rotateZ(7deg) rotateY(14deg); } }

.closed__box {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background: #ff8d1c;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #ff8d1c;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #828890;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 38px;
  left: 122px;
  transform: rotatez(45deg); }

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #131517; }
  .pin--first {
    top: 0;
    left: 187px; }
  .pin--second {
    top: 110px;
    left: 80px; }
  .pin--third {
    top: 110px;
    right: 80px; }

@keyframes init {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/* Sticker */
.sticker {
  position: relative;
  display: block;
  font-weight: 700;
  background-color: #fcf59b;
  border-radius: 0px 10px 250px / 0 200px 55px 250px;
  -webkit-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1em; }
  .sticker:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 20px;
    -webkit-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
    bottom: 15px;
    right: 5px;
    -ms-transform: skew(-10deg, 2deg);
    -webkit-transform: skew(-10deg, 2deg);
    transform: skew(-10deg, 2deg); }
  .sticker:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 8px;
    bottom: 1px;
    border-top: 10px solid #9ca63d;
    border-right: 10px solid transparent;
    -webkit-transform: skew(-55deg, 10deg);
    transform: skew(-55deg, 10deg); }

/* Text on the sticker*/
.sticker__text {
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 1.3em;
  color: #131517; }

body.cabinet .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 264px;
  height: 100%;
  background-color: #08071A; }
  body.cabinet .header .container {
    padding: 0;
    width: auto; }

body.cabinet .header__wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 16px; }

body.cabinet .logo {
  overflow: hidden;
  margin-right: 0; }
  body.cabinet .logo a {
    color: #000000; }
  body.cabinet .logo img {
    height: 24px;
    margin: 0 auto; }

body.cabinet .header__left {
  margin-bottom: 90px; }

body.cabinet .header__actions {
  margin-top: auto;
  width: 100%;
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

body.cabinet .nav {
  padding: 2rem 0;
  width: 100%; }

body.cabinet .nav__item {
  margin-bottom: 8px; }
  @media (max-height: 800px) {
    body.cabinet .nav__item:nth-child(2) .nav__link .icon {
      height: 20px; } }
  @media (max-height: 700px) {
    body.cabinet .nav__item:nth-child(2) .nav__link .icon {
      height: 18px; } }

body.cabinet .nav__link {
  margin-right: 0;
  color: #ffffff;
  margin-bottom: 0;
  font-size: .8rem;
  padding: 1rem 16px;
  display: flex;
  height: 48px;
  align-items: center;
  transition: .2s ease;
  font-weight: 600;
  border-radius: 12px; }
  body.cabinet .nav__link:after {
    display: none; }
  body.cabinet .nav__link .icon {
    width: 24px;
    height: 24px;
    fill: #E97826;
    max-width: 100%;
    margin-right: 8px; }
    @media (max-height: 800px) {
      body.cabinet .nav__link .icon {
        height: 20px; } }
    @media (max-height: 700px) {
      body.cabinet .nav__link .icon {
        height: 18px; } }
  body.cabinet .nav__link.active {
    color: #08071A;
    background: linear-gradient(to right, #F69923, #F79A23, #E97826); }
    body.cabinet .nav__link.active .icon {
      fill: #08071A; }

body.cabinet .header__actions {
  align-items: flex-start; }

body.cabinet .header__link {
  padding-left: 16px;
  background: linear-gradient(to right, #F69923, #F79A23, #E97826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

body.cabinet .nav__link-text {
  position: absolute;
  left: 100%;
  display: flex;
  height: 34px;
  align-items: center;
  top: 20px;
  padding: 0 1rem;
  background-color: rgba(171, 33, 236, 0.6);
  border-radius: 0 7px 7px 0;
  white-space: nowrap;
  transition: all .2s ease;
  opacity: 0;
  color: #ffffff;
  font-weight: 500;
  cursor: default;
  pointer-events: none;
  min-width: 115px; }

.header {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 0; }
  .header--inside {
    position: relative; }
    .header--inside .logo {
      align-items: center; }
      .header--inside .logo a {
        line-height: 1; }
  .header--cabinet {
    margin-bottom: 2rem; }
    .header--cabinet .logo a {
      display: flex;
      align-items: center;
      font-weight: 500;
      font-size: 2rem; }
      .header--cabinet .logo a img {
        margin-right: .8rem; }
    .header--cabinet .header__wrapper {
      max-width: 1200px;
      width: 100%;
      height: 6rem; }

.header__text {
  color: #979797;
  font-size: 8px;
  line-height: 2.4;
  padding-left: 16px; }

.header__line {
  margin-top: 2rem;
  background: linear-gradient(90.01deg, #a8abff 0.01%, rgba(168, 171, 255, 0.16) 66.87%);
  padding: .6rem;
  text-align: center;
  color: #131517; }
  .header__line a {
    color: #131517;
    font-weight: 600;
    position: relative;
    display: inline-block; }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px; }
  .header__wrapper .btn {
    height: 39px;
    padding: 0 1rem; }
  .header__wrapper .nav {
    transform: translateY(0.3rem); }

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

.logo {
  margin-right: 4rem;
  display: inline-flex;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1; }
  .logo a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 500; }
    .logo a:hover {
      text-decoration: none; }
  .logo img {
    height: 61px; }

.header__link {
  color: #ffffff;
  padding: 0 1rem;
  height: 39px;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all .2s ease;
  border-radius: .4rem; }
  .header__link:hover {
    text-decoration: none; }
  .header__link img {
    margin-left: .6rem; }
  .header__link .icon {
    height: 28px;
    max-width: 100%; }

.nav {
  display: flex; }

.nav__item {
  position: relative; }

.nav__link {
  color: #ffffff;
  transition: all .2s ease;
  position: relative;
  margin-right: 68px;
  font-weight: 500;
  font-size: 16px; }
  .nav__link:last-child {
    margin-right: 0; }
  .nav__link.active:after {
    opacity: 1; }
  .nav__link:hover {
    text-decoration: none; }
    .nav__link:hover + .nav__link-text {
      opacity: 1; }

.nav__link-badge {
  display: none;
  background-color: #4effef;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #AB21EC;
  padding: .2rem .4rem;
  border-radius: 1rem; }

.header__actions {
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: flex-end;
  transform: translateY(0.3rem); }
  .header__actions.logged .btn {
    padding: 0 1rem;
    height: 1.8rem;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 300;
    min-width: auto;
    background-color: transparent; }
    .header__actions.logged .btn:hover {
      color: #000000; }
  .header__actions .btn {
    padding-top: .2rem;
    font-weight: 700;
    text-transform: none; }

.header__action .btn {
  margin-bottom: 0; }

.header__action:not(:last-child) {
  margin-right: 1.2rem; }

.header__action:last-of-type {
  margin-right: 0; }

.header__action.logged {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem; }
  .header__action.logged:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #94816c;
    position: absolute;
    right: 0; }

.lng {
  margin-top: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 132px; }
  .lng a {
    color: #ffffff; }
    .lng a img {
      margin-right: .2rem; }
  .lng > a {
    position: relative;
    padding-right: .6rem; }
    .lng > a:hover {
      text-decoration: none; }
  .lng:hover .lng__list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); }

.footer__cards {
  margin-bottom: 1rem; }

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

.lng__label {
  color: #ffffff;
  opacity: .5; }

.lng__link {
  display: flex;
  padding: 0 1rem;
  height: 2.2rem;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-radius: .6rem;
  color: #040f44;
  transition: all .2s ease;
  border: 1px solid #c4c4c4; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:after {
    content: '';
    position: absolute;
    top: calc(50% + .2rem);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #040f44;
    right: 1rem;
    margin-top: -.1rem; }
  .lng__link.active {
    pointer-events: none; }

.lng__list {
  opacity: 0;
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: calc(100% + .2rem);
  left: 0;
  transform: translate(0, -1rem);
  transition: all .2s ease;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: .6rem 0; }
  .lng__list a {
    display: flex;
    height: 2rem;
    padding: .4rem 1rem;
    position: relative;
    align-items: center;
    border-radius: .2rem;
    transition: all .2s ease;
    color: #040f44; }

.phone {
  color: #ffffff;
  margin-right: 2rem; }
  .phone:hover {
    text-decoration: none;
    opacity: .8; }

.notify {
  position: relative;
  color: #ffffff; }
  .notify:hover i {
    animation: bell .6s linear infinite; }
  .notify i {
    transition: all .1s ease; }

@keyframes bell {
  0% {
    transform: rotate(-8deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(8deg); }
  30% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(0deg); }
  70% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-8deg); }
  90% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(8deg); } }

.user__btn {
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  padding-right: 1rem; }
  .user__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #94816c;
    padding: .2rem;
    margin-top: -.1rem; }
  .user__btn:hover {
    text-decoration: none; }
  .user__btn span {
    color: #ffffff;
    font-weight: 600; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label:after {
    transform: translate(-2.9rem, -50%); }
  .switcher__input:checked + .switcher__label .buy {
    color: #ffffff; }
  .switcher__input:checked + .switcher__label .sell {
    color: #131517; }

.switcher__label {
  width: 5.5rem;
  height: 30px;
  padding: 0 .6rem 0 .6rem;
  border-radius: 5px;
  box-shadow: -30px -30px 80px rgba(255, 255, 255, 0.1), 30px 30px 80px rgba(55, 84, 170, 0.05), inset 4px 4px 40px rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: .6rem;
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  user-select: none; }
  .switcher__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 24px;
    right: .1rem;
    background-color: #0e1229;
    border-radius: 5px;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .2s ease;
    padding: 0; }
  .switcher__label .buy {
    color: #131517;
    padding: 0; }
  .switcher__label .sell {
    display: block;
    color: #ffffff; }

.switcher__text {
  display: inline-block;
  vertical-align: middle; }

/* 8. Checkbox
=========================*/
/* Disabled */
/* Error */
.checkbox {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  position: relative; }
  .checkbox--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  .checkbox.fraud {
    margin-bottom: 15px; }

.checkbox__input {
  opacity: 0;
  position: absolute; }
  .checkbox__input:checked + .checkbox__label--not-active {
    user-select: auto;
    color: #828890; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #abafb4; }
    .checkbox__input:checked + .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__input:checked + .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:before {
    border-color: #ffffff; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #f2a690; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #f2a690; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  cursor: pointer;
  font-size: 13px;
  line-height: 25px;
  color: #828890;
  user-select: none;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 0;
    background-color: #0E1229;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: .8rem;
    line-height: 1;
    color: #E97826;
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    font-weight: 500;
    text-decoration: underline;
    color: inherit;
    margin: 0 2px; }
    .checkbox__label a:hover {
      text-decoration: none; }
  .checkbox__label--error {
    color: #f2a690; }
    .checkbox__label--error:before {
      border-color: #f2a690; }
  .checkbox__label--disabled {
    color: #828890; }
    .checkbox__label--disabled:before {
      border-color: #abafb4; }
    .checkbox__label--disabled:hover {
      cursor: not-allowed; }
  .checkbox__label--not-active {
    user-select: auto;
    color: #828890; }
    .checkbox__label--not-active:before {
      border-color: #abafb4; }
    .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__label span {
    color: #828890; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio {
  display: block;
  margin-bottom: 5px; }
  .radio--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }

.radio__input {
  position: absolute;
  opacity: 0; }
  .radio__input:checked + .radio__label--disabled {
    color: #828890; }
  .radio__input:checked + .radio__label:before {
    border-color: #AB21EC; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #AB21EC; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #828890; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: rgba(38, 38, 38, 0.25); }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #828890; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #ffffff;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #828890;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    transition: background-color .1s linear, opacity .1s linear; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.5; }
  .radio__label--error {
    color: #f2a690; }
    .radio__label--error:before {
      border-color: #f2a690; }
  .radio__label--disabled {
    color: #828890; }
    .radio__label--disabled:before {
      border-color: rgba(38, 38, 38, 0.25); }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #828890; }
    .radio__label--not-active:before {
      border-color: rgba(38, 38, 38, 0.25); }
    .radio__label--not-active:after {
      opacity: 0; }
    .radio__label--not-active:hover {
      cursor: pointer; }
  .radio__label--square {
    min-width: 75px;
    height: 40px;
    padding-left: 0;
    transition: all .1s ease;
    border: 2px solid #333333; }
    .radio__label--square:hover {
      border-color: #251070; }
      .radio__label--square:hover:before {
        content: '\f00c';
        opacity: .4; }
    .radio__label--square:after {
      display: none; }
    .radio__label--square:before {
      content: '';
      margin: auto;
      border-radius: 0;
      font-family: FontAwesome;
      font-size: 16px;
      z-index: 4;
      color: #ffffff;
      border: 0;
      background-color: transparent;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .radio__label--text {
    padding: 10px 3px;
    background-color: #ffffff;
    color: #333333;
    border: 2px solid #333333;
    transition: all .1s ease; }
    .radio__label--text:hover {
      border-color: #251070; }
    .radio__label--text:before {
      display: none; }
    .radio__label--text .radio__span {
      width: auto;
      height: auto;
      text-align: center; }
  .radio__label--cart {
    padding: 0;
    display: block;
    border: 1px solid #dddddd;
    transition: all .1s ease-in;
    text-align: center;
    border-radius: 0; }
    .radio__label--cart:before {
      display: none; }
    .radio__label--cart:after {
      display: none; }
    .radio__label--cart .radio__label-img,
    .radio__label--cart .radio__label-time {
      display: block;
      margin-bottom: 10px; }
    .radio__label--cart .radio__label-cost {
      display: block;
      margin-bottom: 10px;
      color: #4effef;
      font-weight: 600;
      font-size: 1.3em; }
    .radio__label--cart img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px;
      max-height: 45px; }

.radio__span {
  display: block;
  width: inherit;
  height: 100%;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .radio__span--text {
    background-color: #ffffff;
    color: #ffffff; }

.radio__label-img {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dddddd; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  display: inline-flex;
  padding: .3rem 2rem 0;
  margin-bottom: 5px;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: #aaaaaa;
  color: #131517;
  font-weight: 300;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: background-color .1s linear, color .1s linear, border-color .1s linear;
  border-radius: 10px;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #a2a2a2;
    outline: 0; }
  .btn:hover {
    background-color: #9d9d9d; }
  .btn:active {
    background-color: #989898; }
  .btn--gray {
    background-color: #828890;
    color: #ffffff; }
    .btn--gray:focus {
      background-color: #7a8089; }
    .btn--gray:hover {
      background-color: #757b84; }
  .btn--red {
    background-color: #f2a690;
    color: #AB21EC; }
    .btn--red:focus {
      background-color: #f09b82; }
    .btn--red:hover {
      background-color: #ef9479; }
  .btn--rblack {
    background-color: #000000;
    color: #ffffff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
  .btn--white {
    background-color: #ffffff;
    color: #AB21EC; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
  .btn--second {
    background-color: #00D2FF;
    color: #ffffff; }
    .btn--second:focus {
      background-color: #00c5f0; }
    .btn--second:hover {
      background-color: #00bde6; }
  .btn--main {
    background-color: #AB21EC;
    color: #ffffff; }
    .btn--main:focus {
      background-color: #a514ea; }
    .btn--main:hover {
      background-color: #9f13e0; }
  .btn--green {
    background-color: #98e491;
    color: #AB21EC; }
    .btn--green:focus {
      background-color: #8ce185; }
    .btn--green:hover {
      background-color: #85df7d; }
  .btn--black {
    background-color: #131517;
    color: #ffffff; }
    .btn--black:focus {
      background-color: #0c0d0f; }
    .btn--black:hover {
      background-color: #070809; }
  .btn--gray {
    background-color: #828890;
    color: #ffffff; }
    .btn--gray:focus {
      background-color: #7a8089; }
    .btn--gray:hover {
      background-color: #757b84; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #828890;
    color: #828890; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #828890;
      border-color: #7d838b; }
    .btn--o-gray:hover {
      border-color: #828890;
      background-color: #828890;
      color: #ffffff; }
    .btn--o-gray:active {
      border-color: #7a8089;
      background-color: #7a8089; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #f2a690;
    color: #f2a690; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #f2a690;
      border-color: #f19f87; }
    .btn--o-red:hover {
      border-color: #f2a690;
      background-color: #f2a690;
      color: #ffffff; }
    .btn--o-red:active {
      border-color: #f09b82;
      background-color: #f09b82; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000000;
      background-color: #000000;
      color: #ffffff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #ffffff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #ffffff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-second {
    background-color: transparent;
    border: 1px solid #00D2FF;
    color: #00D2FF; }
    .btn--o-second:focus {
      background-color: transparent;
      color: #00D2FF;
      border-color: #00caf5; }
    .btn--o-second:hover {
      border-color: #00D2FF;
      background-color: #00D2FF;
      color: #ffffff; }
    .btn--o-second:active {
      border-color: #00c5f0;
      background-color: #00c5f0; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #AB21EC;
    color: #AB21EC; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #AB21EC;
      border-color: #a718eb; }
    .btn--o-main:hover {
      border-color: #AB21EC;
      background-color: #AB21EC;
      color: #ffffff; }
    .btn--o-main:active {
      border-color: #a514ea;
      background-color: #a514ea; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #98e491;
    color: #98e491; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #98e491;
      border-color: #90e289; }
    .btn--o-green:hover {
      border-color: #98e491;
      background-color: #98e491;
      color: #ffffff; }
    .btn--o-green:active {
      border-color: #8ce185;
      background-color: #8ce185; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #131517;
    color: #131517; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #131517;
      border-color: #0e1011; }
    .btn--o-black:hover {
      border-color: #131517;
      background-color: #131517;
      color: #ffffff; }
    .btn--o-black:active {
      border-color: #0c0d0f;
      background-color: #0c0d0f; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #828890;
    color: #828890; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #828890;
      border-color: #7d838b; }
    .btn--o-gray:hover {
      border-color: #828890;
      background-color: #828890;
      color: #ffffff; }
    .btn--o-gray:active {
      border-color: #7a8089;
      background-color: #7a8089; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #828890;
      border-color: #7d838b; }
    .btn--i-gray:hover {
      border-color: #828890;
      background-color: transparent;
      color: #828890; }
    .btn--i-gray:active {
      border-color: #7a8089;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #f2a690;
      border-color: #f19f87; }
    .btn--i-red:hover {
      border-color: #f2a690;
      background-color: transparent;
      color: #f2a690; }
    .btn--i-red:active {
      border-color: #f09b82;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-rblack:focus {
      background-color: transparent;
      color: #000000;
      border-color: black; }
    .btn--i-rblack:hover {
      border-color: #000000;
      background-color: transparent;
      color: #000000; }
    .btn--i-rblack:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #ffffff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #ffffff;
      background-color: transparent;
      color: #ffffff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-second {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-second:focus {
      background-color: transparent;
      color: #00D2FF;
      border-color: #00caf5; }
    .btn--i-second:hover {
      border-color: #00D2FF;
      background-color: transparent;
      color: #00D2FF; }
    .btn--i-second:active {
      border-color: #00c5f0;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #AB21EC;
      border-color: #a718eb; }
    .btn--i-main:hover {
      border-color: #AB21EC;
      background-color: transparent;
      color: #AB21EC; }
    .btn--i-main:active {
      border-color: #a514ea;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #98e491;
      border-color: #90e289; }
    .btn--i-green:hover {
      border-color: #98e491;
      background-color: transparent;
      color: #98e491; }
    .btn--i-green:active {
      border-color: #8ce185;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #131517;
      border-color: #0e1011; }
    .btn--i-black:hover {
      border-color: #131517;
      background-color: transparent;
      color: #131517; }
    .btn--i-black:active {
      border-color: #0c0d0f;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #828890;
    color: #ffffff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #828890;
      border-color: #7d838b; }
    .btn--i-gray:hover {
      border-color: #828890;
      background-color: transparent;
      color: #828890; }
    .btn--i-gray:active {
      border-color: #7a8089;
      background-color: transparent; }
  .btn--vg-gray {
    background: #90959c;
    background: linear-gradient(to bottom, #90959c 0%, #5d6269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90959c', endColorstr='#5d6269', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--vg-red {
    background: #f5b8a7;
    background: linear-gradient(to bottom, #f5b8a7 0%, #ea6f4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b8a7', endColorstr='#ea6f4c', GradientType=0 );
    color: #131517;
    transition: opacity .2s linear; }
    .btn--vg-red:focus, .btn--vg-red:hover {
      opacity: .9; }
    .btn--vg-red:active {
      opacity: .8; }
  .btn--vg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to bottom, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='black', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-rblack:focus, .btn--vg-rblack:hover {
      opacity: .9; }
    .btn--vg-rblack:active {
      opacity: .8; }
  .btn--vg-white {
    background: white;
    background: linear-gradient(to bottom, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d9d9d9', GradientType=0 );
    color: #131517;
    transition: opacity .2s linear; }
    .btn--vg-white:focus, .btn--vg-white:hover {
      opacity: .9; }
    .btn--vg-white:active {
      opacity: .8; }
  .btn--vg-second {
    background: #1ad7ff;
    background: linear-gradient(to bottom, #1ad7ff 0%, #0093b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ad7ff', endColorstr='#0093b3', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-second:focus, .btn--vg-second:hover {
      opacity: .9; }
    .btn--vg-second:active {
      opacity: .8; }
  .btn--vg-main {
    background: #b438ee;
    background: linear-gradient(to bottom, #b438ee 0%, #7d0fb1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b438ee', endColorstr='#7d0fb1', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-main:focus, .btn--vg-main:hover {
      opacity: .9; }
    .btn--vg-main:active {
      opacity: .8; }
  .btn--vg-green {
    background: #abe9a5;
    background: linear-gradient(to bottom, #abe9a5 0%, #5ed554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abe9a5', endColorstr='#5ed554', GradientType=0 );
    color: #131517;
    transition: opacity .2s linear; }
    .btn--vg-green:focus, .btn--vg-green:hover {
      opacity: .9; }
    .btn--vg-green:active {
      opacity: .8; }
  .btn--vg-black {
    background: #1f2225;
    background: linear-gradient(to bottom, #1f2225 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2225', endColorstr='black', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-black:focus, .btn--vg-black:hover {
      opacity: .9; }
    .btn--vg-black:active {
      opacity: .8; }
  .btn--vg-gray {
    background: #90959c;
    background: linear-gradient(to bottom, #90959c 0%, #5d6269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90959c', endColorstr='#5d6269', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #90959c;
    background: linear-gradient(to right, #90959c 0%, #5d6269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90959c', endColorstr='#5d6269', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--hg-red {
    background: #f5b8a7;
    background: linear-gradient(to right, #f5b8a7 0%, #ea6f4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b8a7', endColorstr='#ea6f4c', GradientType=0 );
    color: #131517;
    transition: opacity .2s linear; }
    .btn--hg-red:focus, .btn--hg-red:hover {
      opacity: .9; }
    .btn--hg-red:active {
      opacity: .8; }
  .btn--hg-rblack {
    background: #0d0d0d;
    background: linear-gradient(to right, #0d0d0d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='black', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-rblack:focus, .btn--hg-rblack:hover {
      opacity: .9; }
    .btn--hg-rblack:active {
      opacity: .8; }
  .btn--hg-white {
    background: white;
    background: linear-gradient(to right, white 0%, #d9d9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#d9d9d9', GradientType=0 );
    color: #131517;
    transition: opacity .2s linear; }
    .btn--hg-white:focus, .btn--hg-white:hover {
      opacity: .9; }
    .btn--hg-white:active {
      opacity: .8; }
  .btn--hg-second {
    background: #1ad7ff;
    background: linear-gradient(to right, #1ad7ff 0%, #0093b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ad7ff', endColorstr='#0093b3', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-second:focus, .btn--hg-second:hover {
      opacity: .9; }
    .btn--hg-second:active {
      opacity: .8; }
  .btn--hg-main {
    background: #b438ee;
    background: linear-gradient(to right, #b438ee 0%, #7d0fb1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b438ee', endColorstr='#7d0fb1', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-main:focus, .btn--hg-main:hover {
      opacity: .9; }
    .btn--hg-main:active {
      opacity: .8; }
  .btn--hg-green {
    background: #abe9a5;
    background: linear-gradient(to right, #abe9a5 0%, #5ed554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abe9a5', endColorstr='#5ed554', GradientType=0 );
    color: #131517;
    transition: opacity .2s linear; }
    .btn--hg-green:focus, .btn--hg-green:hover {
      opacity: .9; }
    .btn--hg-green:active {
      opacity: .8; }
  .btn--hg-black {
    background: #1f2225;
    background: linear-gradient(to right, #1f2225 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2225', endColorstr='black', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-black:focus, .btn--hg-black:hover {
      opacity: .9; }
    .btn--hg-black:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #90959c;
    background: linear-gradient(to right, #90959c 0%, #5d6269 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90959c', endColorstr='#5d6269', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: 5px; }
  .btn--ellipse {
    border-radius: 5px; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--white {
    color: #ffffff;
    background: linear-gradient(90deg, #E447BE 0%, #75389A 100%);
    text-transform: none;
    font-weight: 600; }
  .btn--main {
    color: #ffffff;
    background: linear-gradient(90deg, #E447BE 0%, #75389A 100%);
    text-transform: none;
    font-weight: 600; }
  .btn--pink {
    color: #ffffff;
    background: linear-gradient(90deg, #E447BE 0%, #75389A 100%);
    text-transform: none;
    font-weight: 600; }
  .btn--o-white:hover {
    color: #131517; }
  .btn--brown {
    color: #131517; }
  .btn--panel {
    justify-content: space-between;
    transform: translateY(-1rem); }
  .btn--green {
    color: #ffffff; }
  .btn--orange {
    font-weight: 500;
    text-transform: none;
    background: linear-gradient(90deg, #F69923 0%, #F79A23 50%, #E97826 100%); }
    .btn--orange img {
      display: block;
      transform: translateY(-0.1rem);
      margin-right: .5rem; }

.download__btn {
  height: 3.6rem; }

/* 12. Dropdown
=========================*/
.dropdown__btn {
  padding: 0 20px 0;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #ffffff;
  z-index: 1; }
  .dropdown__btn img {
    margin-right: 8px; }
  .dropdown__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    padding: 3px;
    margin-top: -2px; }

.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1; }
  .dropdown-wrapper .btn.opened i {
    transform: rotate(-180deg); }
  .dropdown-wrapper .btn i {
    transition: transform .2s ease; }
  .dropdown-wrapper--cabinet {
    display: block;
    width: 230px; }

.dropdown__block {
  display: block;
  margin-bottom: 10px; }

.dropdown {
  width: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.11);
  border: 1px solid #aaaaaa;
  list-style: none;
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: left;
  max-height: 86px;
  overflow-y: auto;
  display: none;
  z-index: 3; }
  .dropdown--currency {
    overflow-y: auto; }
    .dropdown--currency .dropdown__link {
      min-width: 8rem;
      padding-right: .5rem; }
    .dropdown--currency ul {
      padding-right: 0;
      overflow-y: auto; }
      .dropdown--currency ul::-webkit-scrollbar {
        width: 4px; }
      .dropdown--currency ul::-webkit-scrollbar-track {
        background: rgba(120, 120, 120, 0.33);
        border-radius: 2px; }
      .dropdown--currency ul::-webkit-scrollbar-thumb {
        background: rgba(120, 120, 120, 0.33);
        border-radius: 2px; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--lng {
    color: #131517; }
    .dropdown--lng .dropdown__link {
      color: #131517;
      font-weight: 700; }

.dropdown__link {
  display: block;
  padding: 0.4em 0.6em;
  color: #000000;
  font-size: 1em;
  line-height: 1.2;
  background-color: #ffffff;
  transition: background-color .1s linear; }
  .dropdown__link:hover {
    background-color: #aaaaaa;
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }

.dropdown__arrow {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none; }

/* 5. Form & hints
=========================*/
.form__row {
  display: flex;
  margin: 0 -1rem; }
  .form__row .form__group {
    flex: 1;
    margin-bottom: 2rem;
    padding: 0 1rem; }

.login-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0; }

.form__text {
  text-align: center;
  color: #ffffff; }
  .form__text a {
    color: inherit;
    text-decoration: underline; }
    .form__text a:hover {
      text-decoration: none; }

.form__link {
  display: inline-block;
  text-align: right;
  color: #ffffff;
  text-decoration: underline; }
  .form__link:hover {
    text-decoration: none; }

.form {
  margin: 20px 0; }
  .form--inline .form__group {
    display: inline-block;
    vertical-align: top; }
  .form--login {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "Open Sans", sans-serif; }

.form__group {
  margin-bottom: 1em; }
  .form__group--inline {
    display: inline-block;
    vertical-align: top; }
  .form__group--cart .form__group--inline {
    margin-bottom: 10px;
    float: left;
    display: block; }
    .form__group--cart .form__group--inline:first-child {
      width: 40%; }
    .form__group--cart .form__group--inline:last-child {
      width: 60%; }
  .form__group--filter {
    max-height: 300px;
    overflow-y: auto; }

.form__hint {
  margin-top: 3px;
  color: #828890;
  font-size: 0.8em;
  line-height: 1.2; }

.form__login-wrapper {
  border-right: 3px solid #4effef; }

.form__login {
  width: 100%;
  max-width: 500px; }

.form__title {
  font-size: 16px;
  line-height: 18px;
  color: #626262;
  font-weight: 600;
  margin-bottom: 15px; }

.login__cart {
  padding: 60px 0;
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .login__cart .btn {
    font-size: 14px;
    padding: 14px 35px;
    font-weight: 700; }
  .login__cart .label {
    color: #626262;
    font-size: 14px;
    font-weight: 700;
    line-height: 26.43px;
    letter-spacing: 0.56px; }
  .login__cart .input {
    background-color: #f7f7f7;
    box-shadow: none;
    color: #bababa;
    padding: .75em 0.9em; }
    .login__cart .input:focus {
      background-color: #f7f7f7;
      color: #bababa; }

.login__cart-title {
  color: #626262;
  font-size: 15px;
  font-weight: 700;
  line-height: 26.43px;
  text-transform: uppercase; }
  .login__cart-title--cart {
    color: #3e3e3e;
    line-height: 26.43px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: unset;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #efefef;
    border-bottom: 2px solid #3e3e3e;
    background-color: #efefef; }
  .login__cart-title--list {
    padding-left: 15px;
    margin-bottom: 20px; }

.login__cart-options {
  font-size: 14px; }

.login__cart-wrapper {
  border-right: 3px solid #00acc1; }

.login__cart-register {
  margin-bottom: 20px;
  padding: 60px 0;
  background-color: #f7f7f7; }
  .login__cart-register .login__cart-title {
    margin-bottom: 15px; }
  .login__cart-register .btn {
    font-size: 14px;
    padding: 14px 35px;
    font-weight: 700; }

.login__cart-text {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px; }

.cart__login-reg-link {
  display: block;
  color: #1976d2;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px; }

.login-wrapper {
  padding: 0; }

.login__btn {
  font-size: 14px;
  padding: 14px 35px; }

.form__cart {
  padding-bottom: 10px; }
  .form__cart .form__group {
    padding: 0 5px;
    margin-bottom: 0; }
  .form__cart .label {
    padding-top: 7px;
    font-size: .8em; }
  .form__cart .input {
    min-height: auto;
    padding: 0 5px; }
  .form__cart .form__group {
    margin-bottom: 0; }

.form__wrapper .container {
  padding: 0; }

.form__inline-row {
  display: flex;
  justify-content: space-between; }
  .form__inline-row.middle {
    align-items: center; }
  .form__inline-row .form__group {
    flex-basis: 49%; }

.form__container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 1rem; }
  .form__container .popup__header {
    width: 100%; }

.form__descr {
  text-align: center;
  font-size: .8rem; }

.registration__footer {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.login__content .payment__method {
  padding-bottom: 0rem;
  margin-bottom: 1rem; }

.login__content .purchase__block {
  padding: 1rem; }

.js-order-without-account-wrapper .card__change.js-toggle-amount {
  color: #AB21EC;
  padding-top: .2rem; }

.js-order-without-account-wrapper input.js-amount {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.35rem;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  width: 8rem;
  font-family: Poppins, sans-serif;
  padding-left: .5rem;
  outline: none; }

.js-order-without-account-wrapper input.js-amount:disabled {
  border: 0;
  background: none;
  padding-left: 0; }

.payment__method .method {
  box-shadow: none;
  margin-bottom: .8rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  font-size: 20px;
  padding: .7rem 1rem .7rem 1rem;
  font-family: inherit;
  color: #ffffff;
  height: 37px;
  line-height: 1;
  background: #000000;
  border: 1px solid transparent;
  transition: background-color .1s linear;
  width: 100%;
  vertical-align: middle;
  border-radius: 0.4rem;
  /* Styling */
  /* States */ }
  .input--center {
    text-align: center; }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #6d6d6d;
    font-size: 20px;
    font-weight: 400; }
  .input::-webkit-input-placeholder {
    line-height: normal; }
  .input:-moz-placeholder {
    line-height: 3.2rem; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #f2a690;
    color: #f2a690;
    background-color: rgba(242, 166, 144, 0.05); }
    .input--error::placeholder {
      color: #f2a690; }
    .input--error:focus {
      background-color: rgba(242, 166, 144, 0.05); }
  .input--success {
    border-color: #98e491;
    color: #98e491;
    background-color: rgba(152, 228, 145, 0.05); }
    .input--success::placeholder {
      color: #98e491; }
    .input--success:focus {
      background-color: rgba(152, 228, 145, 0.05); }
  .input.error {
    border-color: #f2a690;
    color: #f2a690;
    background-color: rgba(242, 166, 144, 0.05); }
    .input.error::placeholder {
      color: #f2a690; }
    .input.error:focus {
      background-color: rgba(242, 166, 144, 0.05); }
  .input.success {
    border-color: #f2a690;
    color: #f2a690;
    background-color: rgba(242, 166, 144, 0.05); }
    .input.success::placeholder {
      color: #f2a690; }
    .input.success:focus {
      background-color: rgba(242, 166, 144, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    border-radius: 5px;
    border: 1px solid #c6c6cc;
    background-color: #ffffff;
    box-shadow: none;
    min-height: unset;
    padding: .4em 2em .4em .9em; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative; }
  .input__wrapper--label {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .input__wrapper--label .label {
      margin-bottom: 0;
      white-space: nowrap; }
    .input__wrapper--label .btn {
      margin-bottom: 0; }
  .input__wrapper--icon-before .input {
    padding-left: 2.1em; }
  .input__wrapper--icon-before .input__icon {
    left: .7em; }
  .input__wrapper--icon-after .input {
    padding-right: 2.1em; }
  .input__wrapper--icon-after .input__icon {
    right: .7em; }
  .input__wrapper--icon-before .input:focus + .input__icon, .input__wrapper--icon-after .input:focus + .input__icon {
    color: #131517; }
  .input__wrapper--crypto {
    border: 1px solid #0e1229;
    border-radius: .2rem;
    color: #000000;
    font-size: 1rem; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  font-size: 1.33333rem;
  display: block;
  width: 100%;
  min-height: 145px;
  resize: vertical;
  font-family: inherit;
  padding: 1.6rem;
  border: 1px solid #abb5c0;
  font-weight: inherit;
  height: 3rem;
  background: none;
  color: #ffffff;
  border-radius: 1rem;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #abb5c0; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 2.2rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #f2a690;
    color: #f2a690;
    background-color: rgba(242, 166, 144, 0.05); }
    .textarea--error::placeholder {
      color: #f2a690; }
    .textarea--error:focus {
      background-color: rgba(242, 166, 144, 0.05); }
  .textarea--success {
    border-color: #98e491;
    color: #98e491;
    background-color: rgba(152, 228, 145, 0.05); }
    .textarea--success::placeholder {
      color: #98e491; }
    .textarea--success:focus {
      background-color: rgba(152, 228, 145, 0.05); }
  .textarea.error {
    border-color: #f2a690;
    color: #f2a690;
    background-color: rgba(242, 166, 144, 0.05); }
    .textarea.error::placeholder {
      color: #f2a690; }
    .textarea.error:focus {
      background-color: rgba(242, 166, 144, 0.05); }

/* 6. Label
=========================*/
.label {
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 1rem;
  color: #828890;
  margin-bottom: .6rem;
  font-weight: 500; }
  .label--sm {
    font-size: .8rem; }

/* 19. Select
=========================*/
.select {
  color: #333333;
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:hover:before {
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.42); }
  .select:after {
    content: '';
    border: 4px solid transparent;
    border-top-color: #F69923;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: .15rem;
    right: 1.4rem;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.7rem 1rem 0.7rem 1rem;
    font-family: inherit;
    color: #fff;
    height: 56px;
    line-height: 1;
    background: #08071A;
    border: 1px solid transparent;
    transition: background-color .1s linear;
    width: 100%;
    vertical-align: middle;
    border-radius: 0.4rem; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #f2a690;
      color: #f2a690;
      background-color: rgba(242, 166, 144, 0.05); }
      .select select.error::placeholder {
        color: #f2a690; }
      .select select.error:focus {
        background-color: rgba(242, 166, 144, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #f2a690; }
  .select--success:before, .select--success:after {
    color: #98e491; }
  .select--error select {
    color: #f2a690;
    border-color: #f2a690;
    color: #f2a690;
    background-color: rgba(242, 166, 144, 0.05); }
    .select--error select::placeholder {
      color: #f2a690; }
    .select--error select:focus {
      background-color: rgba(242, 166, 144, 0.05); }
  .select--success select {
    color: #98e491;
    border-color: #98e491;
    color: #98e491;
    background-color: rgba(152, 228, 145, 0.05); }
    .select--success select::placeholder {
      color: #98e491; }
    .select--success select:focus {
      background-color: rgba(152, 228, 145, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #131517;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

.reviews {
  padding: 50px 0 90px; }
  .reviews .slick-list {
    overflow: unset; }
  .reviews .container {
    position: relative; }
  .reviews .block__title {
    margin-bottom: 20px; }
  .reviews .block__text {
    margin-bottom: 80px; }
  .reviews .btn--orange {
    font-weight: 500;
    font-size: 14px;
    height: 44px; }

.reviews__slider {
  margin-bottom: 40px;
  position: relative;
  z-index: 2; }
  .reviews__slider .main__title {
    margin-bottom: 30px; }
  .reviews__slider .slick-track {
    display: flex; }
  .reviews__slider .slick-list {
    margin: 0 -24px;
    padding: 0 calc(50% - 500px) 0 calc(50% - 650px); }
  .reviews__slider .slick-slide {
    float: none;
    padding: 0 24px; }

.reviews__item {
  position: relative;
  padding: 2px;
  height: 100%; }
  .reviews__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%); }
  .reviews__item.orange:after {
    background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%); }
  .reviews__item.blue:after {
    background: linear-gradient(180deg, #029eed, #af40e4); }
  .reviews__item.pink:after {
    background: linear-gradient(180deg, #e447be 0%, #75389a 100%); }

.reviews__content {
  border-radius: 20px;
  position: relative;
  background-color: #08071a;
  padding: 30px;
  z-index: 2;
  height: 100%; }

.reviews__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.reviews__rating {
  margin-right: 1.5rem;
  display: flex; }
  .reviews__rating img {
    margin-right: .5rem; }
    .reviews__rating img:last-of-type {
      margin-right: 0; }

.reviews__author {
  font-size: 18px;
  font-weight: 500;
  color: #4e4f5e; }

.reviews__text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  max-width: 265px; }

.remodal__review {
  padding: 3rem; }
  .remodal__review .textarea {
    background-color: #1e1a41;
    border: 0;
    border-radius: 5px;
    min-height: 196px;
    font-size: 12px;
    padding: 1rem;
    font-weight: 500; }
    .remodal__review .textarea::placeholder {
      color: #565656; }

.review__rating {
  margin-bottom: 2rem;
  display: flex;
  align-items: center; }
  .review__rating .title {
    margin-right: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff; }
  .review__rating .icon {
    margin-right: .6rem; }

.review__actions {
  margin-top: 2rem;
  display: flex;
  align-items: flex-end; }

.review__cancel {
  color: #dadada;
  font-size: 14px;
  font-weight: 500;
  margin-right: 30px;
  line-height: 1; }

.review__submit {
  background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer; }

.review-success-alert {
  background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 14px; }

/* 14. Pagination
=========================*/
/* Styling */
.pagination {
  padding: 20px 0;
  text-align: center;
  /* Styling */ }
  .pagination--rounded .pagination__item {
    border-radius: 0.3em; }
  .pagination--circle .pagination__item {
    border-radius: 50%; }
  .pagination--shadow .pagination__item {
    box-shadow: 1px 1px 0.4em rgba(0, 0, 0, 0.3); }
  .pagination--center {
    text-align: center; }
  .pagination--products {
    padding: 10px 0; }

.pagination__item {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  color: #131517;
  text-align: center;
  font-size: 1em;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #251070;
  background-color: #ffffff;
  transition: background-color .1s linear, border-color .1s linear, color .1s linear; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    background-color: #2c1386;
    border-color: #2c1386;
    color: #ffffff;
    text-decoration: none; }
  .pagination__item--disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination__item--current {
    background-color: #251070;
    border-color: #251070;
    color: #ffffff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1.6rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  background-color: #08071A;
  color: #ffffff;
  border-radius: .3rem;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #828890;
    color: #ffffff; }
    .alert--gray a {
      color: #ffffff; }
  .alert--red {
    background-color: #f2a690;
    color: #131517; }
    .alert--red a {
      color: #131517; }
  .alert--rblack {
    background-color: #000000;
    color: #ffffff; }
    .alert--rblack a {
      color: #ffffff; }
  .alert--white {
    background-color: #ffffff;
    color: #131517; }
    .alert--white a {
      color: #131517; }
  .alert--second {
    background-color: #00D2FF;
    color: #ffffff; }
    .alert--second a {
      color: #ffffff; }
  .alert--main {
    background-color: #AB21EC;
    color: #ffffff; }
    .alert--main a {
      color: #ffffff; }
  .alert--green {
    background-color: #98e491;
    color: #131517; }
    .alert--green a {
      color: #131517; }
  .alert--black {
    background-color: #131517;
    color: #ffffff; }
    .alert--black a {
      color: #ffffff; }
  .alert--gray {
    background-color: #828890;
    color: #ffffff; }
    .alert--gray a {
      color: #ffffff; }
  .alert--o-gray {
    background: transparent;
    color: #828890;
    border: 1px solid #828890; }
  .alert--o-red {
    background: transparent;
    color: #f2a690;
    border: 1px solid #f2a690; }
  .alert--o-rblack {
    background: transparent;
    color: #000000;
    border: 1px solid #000000; }
  .alert--o-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .alert--o-second {
    background: transparent;
    color: #00D2FF;
    border: 1px solid #00D2FF; }
  .alert--o-main {
    background: transparent;
    color: #AB21EC;
    border: 1px solid #AB21EC; }
  .alert--o-green {
    background: transparent;
    color: #98e491;
    border: 1px solid #98e491; }
  .alert--o-black {
    background: transparent;
    color: #131517;
    border: 1px solid #131517; }
  .alert--o-gray {
    background: transparent;
    color: #828890;
    border: 1px solid #828890; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }
  .alert a {
    text-decoration: underline;
    color: inherit; }
    .alert a:hover {
      text-decoration: none; }
  .alert--red {
    color: #ffffff; }

.alert__button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1; }
  .alert__button:focus {
    outline: 0; }

.news {
  position: relative; }

.news__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px; }

.news__block {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 50px; }

.news__item {
  padding: 2px;
  border-radius: 25px;
  display: block;
  color: #ffffff;
  position: relative; }
  .news__item:before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 23px; }
  .news__item:hover {
    text-decoration: none; }
    .news__item:hover.orange .news__content:after {
      opacity: 1;
      background: linear-gradient(180deg, #F69923 0%, #F79A23 50%, #E97826 100%); }
    .news__item:hover.orange .news__content .news__badge {
      color: #131517; }
    .news__item:hover.orange .news__content .news__date {
      color: #131517; }
    .news__item:hover.orange .news__content .news__title {
      color: #131517; }
    .news__item:hover.blue .news__content:after {
      opacity: 1;
      background: linear-gradient(180deg, #029EED 0%, #AF40E4 100%); }
    .news__item:hover.blue .news__content .news__badge {
      color: #131517;
      background: none;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset; }
    .news__item:hover.blue .news__content .news__date {
      color: #131517;
      background: none;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset; }
    .news__item:hover.blue .news__content .news__title {
      color: #131517; }
    .news__item:hover.purple .news__content:after {
      opacity: 1;
      background: linear-gradient(180deg, #E447BE 0%, #E447BE 100%); }
    .news__item:hover.purple .news__content .news__badge {
      color: #131517;
      background: none;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset; }
    .news__item:hover.purple .news__content .news__date {
      color: #131517;
      background: none;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset; }
    .news__item:hover.purple .news__content .news__title {
      color: #131517; }
  .news__item.orange:before {
    background: linear-gradient(180deg, #F69923 0%, #F79A23 50%, #E97826 100%); }
  .news__item.orange .news__badge {
    color: #F69923; }
  .news__item.orange .news__date {
    color: #F69923; }
  .news__item.blue:before {
    background: linear-gradient(180deg, #029EED 0%, #AF40E4 100%); }
  .news__item.blue .news__badge {
    background: linear-gradient(180deg, #029EED 0%, #AF40E4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .news__item.blue .news__date {
    background: linear-gradient(180deg, #029EED 0%, #AF40E4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .news__item.purple:before {
    background: linear-gradient(180deg, #E447BE 0%, #75389A 100%); }
  .news__item.purple .news__badge {
    background: linear-gradient(180deg, #E447BE 0%, #75389A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .news__item.purple .news__date {
    background: linear-gradient(180deg, #75389A 0%, #75389A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.news__content {
  padding: 30px 50px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background-color: #070518; }
  .news__content:after {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    background: linear-gradient(to bottom, #029eed, #af40e4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .2s ease; }

.news__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 20px; }

.news__title {
  font-size: 39px;
  font-weight: 500;
  position: relative;
  z-index: 2; }

.blog__block {
  display: block;
  color: #ffffff; }
  .blog__block:hover {
    text-decoration: none; }
    .blog__block:hover .blog__img {
      transform: scale(1.05); }

.blog__img-wrapper {
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
  height: 200px; }

.blog__img {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s ease; }

.blog__title {
  font-size: 1.2rem;
  margin-bottom: .6rem;
  font-family: "Jura", sans-serif; }

.blog__date {
  font-size: .8rem; }

.news__page {
  margin-bottom: 60px;
  border-top: 1px solid #9D9191;
  color: #fff;
  font-size: 18px;
  padding-top: 80px; }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #131517;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #131517;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #131517;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #c9c897; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #131517; }
  .table__wrapper--header {
    padding-top: 10px;
    background-color: #ffffff; }
    .table__wrapper--header .table {
      margin-bottom: 0; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.2;
  color: #ffffff;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #aaaaaa;
    border-bottom: 2px solid #828890; }
  .table th {
    padding: 0.5em 1em;
    color: #131517;
    font-weight: normal;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #aaaaaa; }
  .table td {
    padding: 0.5em 1em; }
    .table td.activity-act img {
      vertical-align: middle; }
    .table td.activity-act.sent {
      color: #0e1229; }
    .table td.activity-act.received {
      color: #98e491; }
  .table--striped-odd tbody tr:nth-child(odd) {
    background-color: #a5a5a5; }
  .table--striped-even tbody tr:nth-child(even) {
    background-color: #a5a5a5; }
  .table--hover {
    /* Row Colors */ }
    .table--hover tbody tr {
      transition: background-color .1s linear; }
      .table--hover tbody tr:hover {
        background-color: #afafaf; }
    .table--hover tbody tr.row--gray {
      background-color: #828890;
      color: #ffffff; }
      .table--hover tbody tr.row--gray:hover {
        color: #ffffff;
        background-color: #757b84; }
    .table--hover tbody tr.row--red {
      background-color: #f2a690;
      color: #131517; }
      .table--hover tbody tr.row--red:hover {
        color: #ffffff;
        background-color: #ef9479; }
    .table--hover tbody tr.row--rblack {
      background-color: #000000;
      color: #ffffff; }
      .table--hover tbody tr.row--rblack:hover {
        color: #ffffff;
        background-color: black; }
    .table--hover tbody tr.row--white {
      background-color: #ffffff;
      color: #131517; }
      .table--hover tbody tr.row--white:hover {
        color: #ffffff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--second {
      background-color: #00D2FF;
      color: #ffffff; }
      .table--hover tbody tr.row--second:hover {
        color: #ffffff;
        background-color: #00bde6; }
    .table--hover tbody tr.row--main {
      background-color: #AB21EC;
      color: #ffffff; }
      .table--hover tbody tr.row--main:hover {
        color: #ffffff;
        background-color: #9f13e0; }
    .table--hover tbody tr.row--green {
      background-color: #98e491;
      color: #131517; }
      .table--hover tbody tr.row--green:hover {
        color: #ffffff;
        background-color: #85df7d; }
    .table--hover tbody tr.row--black {
      background-color: #131517;
      color: #ffffff; }
      .table--hover tbody tr.row--black:hover {
        color: #ffffff;
        background-color: #070809; }
    .table--hover tbody tr.row--gray {
      background-color: #828890;
      color: #ffffff; }
      .table--hover tbody tr.row--gray:hover {
        color: #ffffff;
        background-color: #757b84; }
  .table--separate-cols th {
    border: 1px solid #828890; }
  .table--separate-cols td {
    border: 1px solid #aaaaaa; }
  .table--dark {
    color: #ffffff; }
    .table--dark thead th {
      color: #c9c897; }
    .table--dark thead tr {
      border-color: #c9c897;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: #070809;
      color: #ffffff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: #070809;
      color: #ffffff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #c9c897; }
    .table--dark.table--separate-cols td {
      border: 1px solid #ffffff; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: #0c0d0f;
        color: #ffffff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #828890;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #ffffff;
          background-color: #757b84; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #f2a690;
        color: #131517; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #ffffff;
          background-color: #ef9479; }
      .table--dark.table--hover tbody tr.row--rblack {
        background-color: #000000;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--rblack:hover {
          color: #ffffff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--white {
        background-color: #ffffff;
        color: #131517; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #ffffff;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--second {
        background-color: #00D2FF;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--second:hover {
          color: #ffffff;
          background-color: #00bde6; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #AB21EC;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #ffffff;
          background-color: #9f13e0; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #98e491;
        color: #131517; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #ffffff;
          background-color: #85df7d; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #131517;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #ffffff;
          background-color: #070809; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #828890;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #ffffff;
          background-color: #757b84; }
  .table tbody tr.row--gray {
    background-color: #828890;
    color: #ffffff; }
  .table tbody tr.row--red {
    background-color: #f2a690;
    color: #131517; }
  .table tbody tr.row--rblack {
    background-color: #000000;
    color: #ffffff; }
  .table tbody tr.row--white {
    background-color: #ffffff;
    color: #131517; }
  .table tbody tr.row--second {
    background-color: #00D2FF;
    color: #ffffff; }
  .table tbody tr.row--main {
    background-color: #AB21EC;
    color: #ffffff; }
  .table tbody tr.row--green {
    background-color: #98e491;
    color: #131517; }
  .table tbody tr.row--black {
    background-color: #131517;
    color: #ffffff; }
  .table tbody tr.row--gray {
    background-color: #828890;
    color: #ffffff; }
  .table--orders {
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0 1rem; }
    .table--orders .cancel__btn {
      height: auto; }
    .table--orders thead tr {
      background-color: transparent;
      border-bottom: 0;
      margin-bottom: 15px; }
    .table--orders thead th {
      font-size: 13px;
      color: #a6b0bb;
      padding-left: .5rem;
      background-color: #151432; }
      .table--orders thead th.text-center {
        text-align: center; }
      .table--orders thead th:first-child {
        padding-left: 1rem;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .table--orders thead th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
    .table--orders tbody tr {
      border-bottom: 0; }
      .table--orders tbody tr td:first-child {
        padding-left: 1rem; }
    .table--orders tbody td {
      border: 0;
      padding: .9rem .5rem .9rem .5rem;
      font-size: 12px;
      color: #ffffff;
      font-weight: 500;
      vertical-align: middle; }
      .table--orders tbody td img {
        vertical-align: middle;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-right: 6px;
        object-fit: cover;
        transform: translateY(-2px); }
      .table--orders tbody td a {
        font-weight: 500;
        background: linear-gradient(to right, #f69923, #f79a23, #e97826);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .table--orders tbody td .btn--main {
        color: #ffffff !important;
        min-width: auto; }
      .table--orders tbody td.status {
        font-size: 12px; }
      .table--orders tbody td.waiting {
        color: #E8DA63; }
      .table--orders tbody td.finished {
        color: #76E863; }
      .table--orders tbody td.date {
        font-weight: 400; }
        .table--orders tbody td.date .date {
          display: block; }
      .table--orders tbody td.amount .count {
        font-weight: 400; }
      .table--orders tbody td.request {
        margin-top: 0;
        color: #949af8; }
      .table--orders tbody td.completed {
        color: #98e491; }
      .table--orders tbody td.canceled {
        color: #ff5f5f; }
      .table--orders tbody td.denied {
        color: #ff5f5f; }
      .table--orders tbody td .activity-country {
        display: block; }
      .table--orders tbody td .btn {
        margin-right: 1rem;
        font-size: .8rem;
        padding: 0 1rem;
        height: 2rem; }
        .table--orders tbody td .btn:last-child {
          margin-right: 0; }
      .table--orders tbody td .type--sell {
        color: #E86363; }
      .table--orders tbody td .type--buy {
        color: #76E863; }
  .table--dashboard thead tr {
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 15px; }
    .table--dashboard thead tr th:first-child {
      padding-left: 0; }
    .table--dashboard thead tr th:last-of-type {
      padding-right: 0; }
  .table--dashboard thead th {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
    border-bottom: 0; }
    .table--dashboard thead th.text-right {
      text-align: right; }
  .table--dashboard tbody tr {
    border-bottom: 1px solid #f2f2f9; }
    .table--dashboard tbody tr:last-child {
      border-bottom: 0; }
    .table--dashboard tbody tr td:first-child {
      padding-left: 0; }
    .table--dashboard tbody tr td:last-of-type {
      padding-right: 0; }
  .table--dashboard tbody td {
    height: 50px;
    vertical-align: middle;
    font-size: 14px;
    color: #000000; }
    .table--dashboard tbody td.activity-id {
      font-weight: 500;
      opacity: .5; }
    .table--dashboard tbody td.activity-type.waiting {
      color: #ffc121; }
    .table--dashboard tbody td.activity-type.completed {
      color: #98e491; }
    .table--dashboard tbody td.activity-amount {
      color: rgba(0, 0, 0, 0.6); }
      .table--dashboard tbody td.activity-amount b {
        color: #000000;
        font-weight: 500; }
  .table--checkout {
    font-size: 12px; }
    .table--checkout tbody tr {
      border-bottom: 0; }
      .table--checkout tbody tr:first-child td {
        padding-top: 0; }
      .table--checkout tbody tr:last-child td {
        padding-bottom: 0; }
      .table--checkout tbody tr td {
        padding: 5px 0 5px !important;
        color: #ffffff;
        font-weight: 500; }
        .table--checkout tbody tr td .count {
          display: flex;
          align-items: center; }
          .table--checkout tbody tr td .count .badge {
            transform: translateY(0);
            padding: 0;
            margin-left: 5px; }
        .table--checkout tbody tr td.payment {
          color: #DE630A !important; }
        .table--checkout tbody tr td:first-child {
          padding-left: 0;
          color: #abb5c0; }
        .table--checkout tbody tr td:last-child {
          padding-right: 0;
          font-weight: 500;
          text-align: right; }
  .table--info {
    margin-bottom: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #362E5D; }
    .table--info tbody tr td {
      padding: 1rem 1em; }
      .table--info tbody tr td.payment {
        color: #f2a690;
        text-transform: uppercase;
        font-weight: 600; }
  .table--statistics tbody tr {
    border-bottom: 1px solid #f2f2f9; }
    .table--statistics tbody tr:first-child {
      border-top: 1px solid #f2f2f9; }
    .table--statistics tbody tr:last-child {
      border-bottom: 0; }
    .table--statistics tbody tr th {
      padding-left: 0;
      color: rgba(0, 0, 0, 0.5); }
    .table--statistics tbody tr td {
      padding: 1rem .6rem;
      color: #000000; }
      .table--statistics tbody tr td img {
        vertical-align: middle; }
      .table--statistics tbody tr td:last-child {
        padding-right: 0; }
      .table--statistics tbody tr td b {
        font-weight: 600; }
      .table--statistics tbody tr td span {
        font-size: 1rem; }
  .table--activity {
    font-size: .8rem; }
    .table--activity tbody tr {
      border-bottom: 1px solid #f2f2f9; }
      .table--activity tbody tr:first-child {
        border-top: 1px solid #f2f2f9; }
      .table--activity tbody tr td {
        padding: 1.2rem .5rem; }
        .table--activity tbody tr td:last-child {
          text-align: right;
          padding-right: 0; }
        .table--activity tbody tr td.country {
          font-weight: 500;
          color: rgba(0, 0, 0, 0.5); }
        .table--activity tbody tr td.date {
          color: rgba(0, 0, 0, 0.3); }
        .table--activity tbody tr td b {
          font-weight: 600; }
        .table--activity tbody tr td span {
          color: rgba(0, 0, 0, 0.5); }
  .table--referral-orders thead tr {
    background-color: transparent;
    border-bottom: 1px solid #f2f2f9; }
    .table--referral-orders thead tr th {
      color: rgba(171, 33, 236, 0.5);
      padding: 1.2rem .5rem; }
      .table--referral-orders thead tr th:first-child {
        padding-left: 0; }
      .table--referral-orders thead tr th:last-child {
        padding-right: 0;
        text-align: right; }
  .table--referral-orders tbody tr {
    border-bottom: 1px solid #f2f2f9; }
    .table--referral-orders tbody tr td {
      padding: 1.2rem .5rem; }
      .table--referral-orders tbody tr td:first-child {
        padding-left: 0; }
      .table--referral-orders tbody tr td:last-child {
        padding-right: 0; }
      .table--referral-orders tbody tr td.status {
        font-weight: 500; }
      .table--referral-orders tbody tr td.waiting {
        color: #f2a690; }
      .table--referral-orders tbody tr td.completed {
        color: #98e491; }
      .table--referral-orders tbody tr td:last-child {
        text-align: right;
        padding-right: 0; }
      .table--referral-orders tbody tr td.country {
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5); }
      .table--referral-orders tbody tr td.date {
        color: rgba(0, 0, 0, 0.3); }
      .table--referral-orders tbody tr td b {
        font-weight: 600; }
      .table--referral-orders tbody tr td span {
        color: rgba(0, 0, 0, 0.5); }
  .table--logs {
    border-collapse: collapse; }
    .table--logs thead tr {
      border-bottom: 10px solid #1b1854; }
      .table--logs thead tr th {
        color: #ffffff;
        padding-top: .6rem; }
        .table--logs thead tr th:first-child {
          border-top-left-radius: 12px;
          border-bottom-left-radius: 20px; }
        .table--logs thead tr th:last-child {
          border-top-right-radius: 12px;
          border-bottom-right-radius: 20px; }
    .table--logs tbody tr {
      border-bottom: 10px solid #1b1854; }
      .table--logs tbody tr td {
        background-color: #20204F; }
        .table--logs tbody tr td:first-child {
          border-top-left-radius: 12px;
          border-bottom-left-radius: 12px; }
        .table--logs tbody tr td:last-child {
          border-top-right-radius: 12px;
          border-bottom-right-radius: 12px; }
  .table.summary__info {
    margin-top: 0;
    border-bottom: 0; }
  .table .text-xs {
    font-size: .7rem; }
  .table .text-s {
    font-size: .8rem; }
  .table .text-m {
    font-size: 1.2rem; }
  .table .text-l {
    font-size: 1.4rem; }
  .table .text-xl {
    font-size: 1.6rem; }
  .table .text-xxl {
    font-size: 1.8rem; }
  .table--bank tbody tr {
    border-bottom: 0; }
  .table .btn--o-pink {
    border-color: #AB21EC;
    color: #AB21EC; }
    .table .btn--o-pink:hover {
      border-color: #4effef;
      background-color: #4effef;
      color: #AB21EC; }
  .table .btn--o-main:hover {
    background-color: #4effef;
    color: #AB21EC;
    border-color: #4effef; }
  .table .btn--o-cyan {
    border-color: #AB21EC;
    color: #AB21EC; }
    .table .btn--o-cyan:hover {
      background-color: #4effef;
      color: #AB21EC;
      border-color: #4effef; }
  .table--details {
    margin-bottom: 2rem; }
    .table--details tbody tr {
      border-bottom: 1px solid #81878f; }
      .table--details tbody tr td {
        padding: 1rem 0;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff; }
        .table--details tbody tr td:first-child {
          padding-left: 0;
          color: #81878f; }

.table__comment {
  margin: 1rem 0;
  font-size: 14px;
  color: #ffffff; }

/* 21. Tabs
=========================*/
/* Nav Item */
/* Content */
/* Content with border and bg */
/* Dark theme */
/* Styling */
.tabs--details {
  display: flex;
  align-items: flex-start; }

.tabs__item:not(.active) {
  display: none; }

.tabs__nav {
  display: flex;
  /* Styling */ }
  .tabs__nav--fill .tabs__nav-item {
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    top: 0; }
    .tabs__nav--fill .tabs__nav-item:not(.active):hover {
      color: #AB21EC; }
  .tabs__nav--rounded .tabs__nav-item.active {
    border-radius: 0.3em 0.3em 0 0; }
  .tabs__nav--shadow .tabs__nav-item.active {
    box-shadow: 0 -0.15em 0.15em rgba(0, 0, 0, 0.1); }
  .tabs__nav--dark .tabs__nav-item {
    color: #828890; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #c9c897;
      background-color: #131517;
      border-color: #131517; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #131517; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 1rem;
  flex: 1;
  text-align: center;
  font-size: 1.6rem;
  color: #AB21EC;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  transition: color .1s linear; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-bottom-color: rgba(171, 33, 236, 0.5); }
  .tabs__nav-item.active {
    color: #AB21EC;
    border-bottom-color: #AB21EC; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #131517;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #131517;
    background-color: #ffffff;
    border: 1px solid #b8bbc0; }
  .tabs__content--rounded {
    border-radius: 0 0 0.3em 0.3em; }
  .tabs__content--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2); }
  .tabs__content--dark {
    background-color: #131517;
    border-color: #131517;
    color: #ffffff; }
  .tabs__content--lead {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

.tabs__item .tabs__content {
  flex: 1;
  padding: 0 1rem; }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  margin: 20px 0;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #b8bbc0;
    background-color: #ffffff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #b8bbc0; }
      .accordion--fill .accordion__item:last-child {
        border-bottom: 0; }
  .accordion--rounded {
    border-radius: 0.3em; }
  .accordion--shadow {
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3); }
  .accordion--dark {
    background-color: #131517;
    border-color: #131517; }
    .accordion--dark .accordion__title {
      color: #828890; }
      .accordion--dark .accordion__title:hover {
        color: #ffffff; }
        .accordion--dark .accordion__title:hover:before {
          color: inherit; }
    .accordion--dark .accordion__item {
      border-bottom-color: #000000; }
    .accordion--dark .accordion__item.active .accordion__title {
      color: #c9c897; }
    .accordion--dark .accordion__content {
      color: #ffffff; }

.accordion__item {
  margin-bottom: 2rem;
  padding: 1rem 1.6rem;
  background: #F4F1FF;
  border-radius: .8rem; }
  .accordion__item:last-child {
    margin-bottom: 0; }
  .accordion__item.active .accordion__title {
    color: #000000; }
    .accordion__item.active .accordion__title:after {
      margin-top: -.2rem;
      transform: translateY(-50%) rotate(-180deg); }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #AB21EC;
  transition: all .2s ease;
  position: relative; }
  .accordion__title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: .4rem solid transparent;
    border-top-color: rgba(171, 33, 236, 0.3);
    pointer-events: none;
    margin-top: .2rem; }
  .accordion__title:hover {
    color: #131517; }
    .accordion__title:hover:before {
      color: inherit; }
  .accordion__title a {
    display: block;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  font-size: 1.2rem;
  line-height: 2;
  color: #000000; }
  .accordion__content p {
    opacity: .6; }
    .accordion__content p:last-of-type {
      margin-bottom: 0; }

.faq__text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 500; }

.sidebar {
  border-right: 1px solid #aaaaaa;
  width: 4rem;
  transition: all .3s ease;
  overflow: hidden;
  z-index: 20;
  background-color: #ffffff; }
  .sidebar.opened {
    width: 240px;
    transition: all .3s ease; }
    .sidebar.opened .sidebar__item span {
      opacity: 1; }
  .sidebar .sidebar__item span {
    opacity: 0; }
  .sidebar.hovered {
    width: 240px; }
    .sidebar.hovered .sidebar__item span {
      opacity: 1; }

.sidebar__item {
  height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 1rem 0 1.4rem;
  transition: background-color .2s ease;
  line-height: 1; }
  .sidebar__item:hover, .sidebar__item:focus, .sidebar__item:active {
    text-decoration: none; }
  .sidebar__item:hover {
    background-color: white; }
  .sidebar__item i {
    display: block;
    margin-right: 1rem; }
  .sidebar__item.active {
    background-color: #aaaaaa; }
  .sidebar__item span {
    transition: all .2s ease; }

@media (max-width: 1120px) {
  .sidebar.opened {
    flex: 0 0 240px; }
  .sidebar.hovered {
    flex: 0 0 240px; } }

@media (max-width: 992px) {
  .sidebar {
    position: fixed;
    left: 0;
    top: 4rem;
    transform: translateX(-300px);
    transition: all .2s ease;
    height: calc(100% - 4rem); }
    .sidebar.opened {
      transform: translateX(0); }
  .toggle__sidebar.active:before {
    content: ''; } }

body.inside .footer__shape {
  display: none; }

body.inside .footer:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/images/footer_shape2.png");
  width: 1077px;
  height: 622px;
  background-repeat: no-repeat; }

body.inside .footer .footer__wrapper {
  background: none; }

.footer {
  position: relative;
  padding-bottom: 45px; }

.footer__shape {
  position: absolute;
  top: -200%;
  right: 0;
  z-index: -1;
  pointer-events: none; }

.footer__wrapper {
  padding: 40px 60px 15px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #029eed;
  border-radius: 23px;
  background-color: rgba(8, 7, 26, 0.4); }
  .footer__wrapper .nav {
    flex-direction: column;
    align-items: center; }
  .footer__wrapper .nav__link {
    margin-bottom: 10px;
    padding-right: 1rem;
    margin-right: 0; }
    .footer__wrapper .nav__link:last-child {
      margin-bottom: 0; }
    .footer__wrapper .nav__link:after {
      content: '';
      position: absolute;
      top: calc(50% - 1px);
      transform: translateY(-50%);
      right: 0;
      border: 4px solid transparent;
      border-left-color: #DBA730; }

.footer__block {
  width: 35%; }
  .footer__block.right {
    display: flex;
    justify-content: flex-end; }
  .footer__block .logo {
    margin-bottom: 20px; }
    .footer__block .logo img {
      height: 24px; }

.soc {
  display: flex; }

.soc__link {
  margin-right: 20px; }
  .soc__link:last-child {
    margin-right: 0; }

.copyright {
  font-size: 18px; }

.footer__text {
  font-size: 14px;
  margin-top: 30px; }

.intro {
  margin-bottom: 3.6rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  overflow: hidden; }
  .intro--inside {
    margin-bottom: 30px; }
    .intro--inside .intro__title {
      font-size: 54px; }
    .intro--inside .intro__text {
      font-size: 20px; }
      .intro--inside .intro__text.sm {
        margin-bottom: 20px;
        margin-top: 100px;
        font-size: 18px; }
    .intro--inside .intro__img {
      position: static;
      transform: none;
      display: block;
      margin-right: 45px; }
  .intro .container {
    position: relative; }
  .intro .account__form {
    margin-bottom: 6rem; }
  .intro .slick-dots {
    bottom: 1rem; }
    .intro .slick-dots li.slick-active button {
      background-color: #ffffff; }
    .intro .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #ffffff; }
      .intro .slick-dots li button:before {
        display: none; }

.intro__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  @media (max-width: 992px) {
    .intro__img {
      display: block; } }

.intro__head {
  margin-bottom: 45px;
  max-width: 330px;
  margin-left: auto; }

.intro__content {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: .6rem;
  padding-bottom: 120px;
  padding-top: 160px; }

.intro__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 4rem; }
  .intro__wrapper.flex-start {
    align-items: flex-start; }
    .intro__wrapper.flex-start .intro__text {
      text-align: left; }
  .intro__wrapper .intro__block {
    flex: 1; }
    .intro__wrapper .intro__block .intro__title {
      text-align: left;
      margin: 0 0 35px;
      font-size: 40px; }
    .intro__wrapper .intro__block .intro__text {
      max-width: 100%; }

.intro__block {
  width: 100%; }

.intro__video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border: 0; }
  @media (max-width: 992px) {
    .intro__video {
      display: none; } }

.intro__title {
  margin: 0 auto;
  max-width: 765px;
  width: 100%;
  font-size: 64px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2; }
  .intro__title span {
    display: block; }
    .intro__title span:last-child {
      text-align: right;
      margin-left: auto; }
  .intro__title.orange {
    background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .intro__title.blue {
    background: linear-gradient(180deg, #029eed 0%, #af40e4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .intro__title.purple {
    background: linear-gradient(180deg, #e447be 0%, #75389a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.intro__item {
  margin-right: 3.2rem; }

.intro__subtitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.intro__text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  max-width: 510px;
  line-height: 1.6; }

.intro__faq {
  display: flex;
  align-items: center; }
  .intro__faq img {
    height: 1.6rem;
    margin-right: .8rem; }
  .intro__faq .text {
    color: #131517;
    font-size: .8rem; }
    .intro__faq .text a {
      color: #131517;
      display: block;
      text-decoration: underline;
      font-weight: 500; }
      .intro__faq .text a:hover {
        text-decoration: none; }

.intro__actions {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .intro__actions .btn {
    margin-bottom: 2rem;
    min-width: 230px;
    justify-content: flex-start;
    padding: 0 15px; }
    .intro__actions .btn:last-child {
      margin-right: 0; }

.intro__form {
  width: 100%;
  max-width: 560px;
  display: flex;
  margin-left: auto; }
  .intro__form .input {
    font-size: 16px; }
    .intro__form .input::placeholder {
      font-size: 16px; }
  .intro__form .btn {
    margin-bottom: 0;
    margin-left: 7px;
    white-space: nowrap; }

/* 24. Rating
=========================*/
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

.rating__input {
  display: none; }

.rating__star,
.rating__heart {
  align-items: center;
  color: #828890;
  cursor: pointer;
  transition: color .1s linear;
  fill: #c4c4c4;
  margin-right: .3rem; }
  .rating__star svg,
  .rating__heart svg {
    width: 1.4rem;
    height: 1.4rem; }

.rating__input:checked ~ .rating__star svg,
.rating:not(:checked) > .rating__star:hover svg,
.rating:not(:checked) > .rating__star:hover ~ .rating__star svg {
  fill: #ff8d1c; }

.rating > .rating__input:checked + .rating__star:hover,
.rating > .rating__input:checked ~ .rating__star:hover,
.rating > .rating__star:hover ~ .rating__input:checked ~ .rating__star,
.rating > .rating__input:checked ~ .rating__star:hover ~ .rating__star {
  fill: #fcc94f; }

.rating__input:checked ~ .rating__heart,
.rating:not(:checked) > .rating__heart:hover,
.rating:not(:checked) > .rating__heart:hover ~ .rating__heart {
  color: #f2a690; }

.rating > .rating__input:checked + .rating__heart:hover,
.rating > .rating__input:checked ~ .rating__heart:hover,
.rating > .rating__heart:hover ~ .rating__input:checked ~ .rating__heart,
.rating > .rating__input:checked ~ .rating__heart:hover ~ .rating__heart {
  color: #faddd4; }

.cookie-window-block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #31363c; }
  .cookie-window-block.closed {
    display: none; }

.cookie-window-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 0;
  border-radius: .8rem;
  position: relative; }

.cookie__img {
  position: absolute;
  bottom: 0;
  left: 0; }

.cookie__ico {
  margin-right: .4rem;
  vertical-align: middle;
  display: inline-block; }

.cookie-window-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  z-index: 2; }
  .cookie-window-text a {
    text-decoration: underline;
    color: inherit; }
  .cookie-window-text p {
    margin-bottom: 0; }

.cookie__actions {
  display: flex;
  align-items: center; }
  .cookie__actions .btn {
    margin-bottom: 0;
    margin-right: 1rem; }
    .cookie__actions .btn:last-of-type {
      margin-right: 0; }
    .cookie__actions .btn--o-white {
      color: #322e35;
      border: 1px solid rgba(50, 46, 53, 0.12); }

.cookie-window-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #131517; }
  .cookie-window-box:hover {
    background-color: transparent; }

.cookie_btn {
  color: #000000;
  font-size: 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #ffffff;
  padding: 10px 23px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  z-index: 100; }
  @media (max-width: 415px) {
    .cookie_btn {
      max-width: unset;
      left: 1rem; } }
  .cookie_btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #00ba71;
    border-color: #00ba71; }

.cookie__close {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2; }
  .cookie__close:before, .cookie__close:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 6px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 1;
    transform: rotate(45deg); }
  .cookie__close:after {
    transform: rotate(-45deg); }

@media (max-width: 840px) {
  .cookie-window-block {
    left: 20px; } }

@media (max-width: 640px) {
  .cookie-window-block {
    flex-direction: column;
    align-items: center; }
  .cookie-window-text {
    margin-right: 0;
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: center; }
    .cookie-window-text p {
      max-width: 100%; } }

/*--------------    TEXT PAGES SET    --------------*/
.article-section-title {
  padding-bottom: 15px; }

.article-title-text {
  color: #060606;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  /*border-bottom: 3px solid #2db1e1;*/
  padding: 0 100px 3px 0;
  text-align: left; }

.short-article-title-box {
  padding-bottom: 5px; }

.short-article.full .short-article-title-box {
  padding-bottom: 10px; }

.text-page .content {
  /*padding-top:85px;*/ }

/* articles */
.short-article {
  display: table;
  padding: 0 0 25px;
  width: 100%; }

.short-article:not(:last-child) {
  padding-bottom: 40px; }

.short-article:last-child {
  margin-bottom: 0; }

.short-article {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif; }

.short-article.full {
  padding-bottom: 0;
  margin-bottom: 0; }

.short-article .news-short-img {
  display: block;
  width: 300px;
  height: 200px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px; }

.short-new-title {
  /*padding-bottom: 4px;*/
  color: #000;
  font-size: 1.3em;
  text-decoration: none;
  line-height: 1.2;
  text-transform: none;
  padding-top: 20px; }

.short-article.full .short-new-title {
  display: block;
  /*padding-bottom: 10px;*/
  font-size: 1.5em;
  text-decoration: none;
  line-height: 1;
  text-transform: none; }

.short-article h2 {
  display: inline; }

.short-article img {
  max-width: 100%;
  height: auto; }

.short-article a.short-new-title {
  /*display: inline;*/ }

.short-article a.short-new-title:hover {
  text-decoration: underline; }

.short-article:not(.full) .date {
  margin-bottom: 10px; }

.short-article .date,
.full-article .date,
.page-header span.text-date,
.page-header span.date {
  display: inline-block;
  background: #eee;
  text-align: center;
  padding: 3px 3px 2px;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  color: #3c3a3a;
  line-height: 1; }

.page-header span.text-date,
.page-header span.date {
  margin: 0 0 0;
  padding: 9px 10px 8px;
  font-size: 15px;
  font-weight: 600; }

.article-record-info {
  padding-bottom: 10px;
  /*font-size: 0;*/ }

.page-header .article-record-info {
  padding: 0 0 10px; }

.back-to-news-list-btn {
  background: #f5f3f3;
  color: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 30px 9px;
  display: inline-block; }

.back-to-news-list-btn:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.article-read-moore-btn {
  display: inline-block;
  line-height: 1;
  margin-top: 17px;
  color: #868686;
  text-decoration: underline; }

/* articles */
.short-article .btn-wrapper {
  padding: 15px 0 0; }

/*audio*/
.article-audio-list-wrapper {
  padding: 20px 0 0; }

.article-audio-list-item:not(:last-child) {
  margin-bottom: 15px; }

.article-audio-block {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

.article-audio-list-wrapper b,
.article-audio-list-wrapper strong {
  color: #000000;
  font-size: 15px;
  font-weight: 500; }

.article-download-btn {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  text-decoration: underline; }

.article-download-btn:hover {
  text-decoration: none; }

/*audio*/
/*photo gallery content*/
.content-images-list {
  padding: 30px 0 0; }

.content-image-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32%;
  margin-right: 2%;
  display: inline-block;
  float: left; }

.content-image-item:nth-child(3n) {
  margin-right: 0; }

.content-image-item:nth-child(n+4) {
  margin-top: 2%; }

@media (max-width: 768px) {
  .content-image-item {
    float: left;
    margin: 0 0 0 !important; } }

@media (max-width: 768px) and (min-width: 480px) {
  .content-image-item {
    width: 49%;
    margin-right: 2% !important; }
  .content-image-item:nth-child(2n) {
    margin-right: 0 !important; }
  .content-image-item:nth-child(n+3) {
    margin-top: 2% !important; } }

@media (max-width: 479px) {
  .content-image-item {
    width: 100%; }
  .content-image-item:nth-child(n+1) {
    margin-top: 2% !important; } }

/*photo gallery content*/
/*page-header-new*/
/* Headers + BG */
.page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 285px;
  position: relative;
  margin: 0 0 0; }

.page-header-overlay {
  background-image: -moz-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  background-image: -webkit-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  background-image: -ms-linear-gradient(-55deg, #033e5f 0%, #129008 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6; }

.page-header-content {
  z-index: 2;
  text-align: center;
  padding: 42px 30px 0;
  position: relative; }

.page-header-decorate {
  display: inline-block;
  width: 90px;
  height: 5px;
  background-color: #5eb48a;
  margin-bottom: 20px; }

.page-header-title {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
  line-height: 1; }

.page-header-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2; }

/*page-header-new*/
.short-article .separator {
  margin: 25px 0;
  width: 60px;
  height: 2px;
  background: #6d6e71; }

/*--------------    TEXT PAGES SET    --------------*/
.news-link {
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .news-link:hover .name-block {
    bottom: calc(50% - 17.5px); }
  .news-link:hover .bg-shadow {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .5s ease 0s; }
  .news-link .name-block {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    transition: all .3s ease 0s; }
  .news-link .bg-shadow {
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#b3000000",GradientType=0);
    height: 100%;
    transition: all .3s ease 0s; }
  .news-link .name {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding-bottom: 15px; }
  .news-link .line {
    display: block;
    background-color: #ff8d1c;
    width: 100px;
    height: 3px;
    margin: 0 auto; }

.text__content {
  padding-bottom: 150px; }
  @media (max-width: 992px) {
    .text__content {
      padding-bottom: 50px; } }

.text__content-text {
  color: #2b2b2b;
  font-size: 1.1em;
  margin-bottom: 30px; }

.text__title {
  color: #6a6a6a;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative; }
  .text__title:after {
    width: 100px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    content: '';
    background-color: #e6e6e6; }

.text__wrapper {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 100px; }

.text__page-text {
  margin-bottom: 5px;
  font-size: 1em; }

.text__page-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px 1em; }
  .text__page-row:after {
    content: "";
    flex: auto; }

.text__page-item {
  margin-bottom: 30px;
  padding: 0 15px;
  height: 300px;
  width: 33.33333%; }

.text__page-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .text__page-img-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease-in; }
    .text__page-img-wrapper a:hover {
      transform: scale(1.05); }

.text__date {
  font-size: 1.2rem;
  font-weight: 600;
  color: #251070;
  margin-bottom: 1rem;
  line-height: 1; }

.text__img {
  float: left;
  display: block;
  max-width: 400px;
  margin: 0 1.5em 1.5em 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .text__img img {
    max-width: 100%; }

.text__container {
  margin-bottom: .125rem;
  background: none;
  padding-top: 3rem; }
  .text__container .title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #a08ca7;
    margin-bottom: 1.6rem;
    position: relative; }
  .text__container .text {
    margin-bottom: .125em;
    background-color: #ffffff; }
    .text__container .text:before, .text__container .text:after {
      content: "";
      display: table; }
    .text__container .text:after {
      clear: both; }
    .text__container .text ul {
      list-style: initial;
      margin-left: 1em; }
    .text__container .text p {
      margin-bottom: 1rem; }
      .text__container .text p:before, .text__container .text p:after {
        content: "";
        display: table; }
      .text__container .text p:after {
        clear: both; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone {
  box-sizing: border-box;
  min-height: 200px;
  padding: 3rem 8rem;
  border-radius: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 1rem;
  background-color: #08071a8a;
  color: #ffffff; }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone .dz-start {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    pointer-events: none; }
    .dropzone .dz-start .btn {
      margin-bottom: 0; }
    .dropzone .dz-start .dz-title {
      padding: 15px 0 5px;
      color: #625D5D;
      font-weight: 700;
      font-size: 16px; }
      .dropzone .dz-start .dz-title u {
        color: #F69923; }
    .dropzone .dz-start .dz-text {
      color: #625D5D;
      font-size: 12px; }
  .dropzone.dz-started .dz-start {
    display: none; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-default {
      pointer-events: none; }
    .dropzone.dz-clickable .btn {
      pointer-events: none; }
    .dropzone.dz-clickable .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message * {
        cursor: pointer; }
    .dropzone.dz-clickable .dz-img {
      pointer-events: none; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    opacity: .6;
    font-size: 1rem; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999999;
      background: linear-gradient(to bottom, #eeeeee, #dddddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;
      position: absolute;
      top: 105%;
      pointer-events: auto; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
        .dropzone .dz-preview .dz-details .dz-filename span {
          background-color: rgba(255, 255, 255, 0.4);
          padding: 0 0.4em;
          border-radius: 3px; }
      .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
    .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333333;
        background: linear-gradient(to bottom, #666666, #444444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: .8rem; }

.noUi-horizontal .noUi-handle {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  right: -.8rem;
  top: -.2rem; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -15px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #0e1229; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #ffffff;
  cursor: default;
  outline: 0;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb; }

.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb; }

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #cccccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #cccccc; }

.noUi-marker-sub {
  background: #aaaaaa; }

.noUi-marker-large {
  background: #aaaaaa; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #ffffff;
  color: #000000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.range__slider-content .label {
  display: block; }
  .range__slider-content .label span {
    color: #0e1229; }

.range__wrapper {
  margin-bottom: 2rem;
  padding-bottom: .4rem;
  display: flex;
  align-items: center;
  position: relative; }
  .range__wrapper .range__btn {
    margin-right: 1rem; }
    .range__wrapper .range__btn:last-of-type {
      margin-right: 0;
      margin-left: 1rem; }

.range__count {
  position: absolute;
  top: 100%; }
  .range__count.min {
    left: 0; }
  .range__count.max {
    right: 0; }

.range__slider {
  flex: 1; }

.range__btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #0e1229;
  border-radius: .6rem; }

.block__title {
  margin-bottom: 4rem;
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2; }
  .block__title.text-sm {
    font-size: 1.8rem;
    font-weight: 700; }
  .block__title--why {
    margin-bottom: 2rem;
    text-align: right;
    color: #98e491; }
  .block__title--choose {
    text-align: right;
    color: #f2a690;
    margin-bottom: 4rem; }
  .block__title--beginner {
    color: #949af8;
    text-align: right;
    margin-bottom: 3rem; }

.block__subtitle {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.block__text {
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500; }
  .block__text ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .block__text h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }
  .block__text span {
    color: #AB21EC; }

.block__link {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 15px; }
  .block__link img {
    margin-right: .5rem;
    display: block;
    transform: translateY(-0.2rem); }

.main__text {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  color: #ffffff;
  font-family: inherit;
  line-height: 1.5; }

.main__title-wrapper {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .main__title-wrapper .main__title {
    margin-bottom: 0; }

.crypto__balance {
  color: rgba(0, 0, 0, 0.3);
  font-size: .8rem; }
  .crypto__balance b {
    color: #000000; }

.main__title {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff; }

.account__form {
  display: flex;
  max-width: 570px; }
  .account__form .btn {
    padding: 0 1.5rem;
    height: 50px;
    margin-bottom: 0;
    white-space: nowrap; }
  .account__form .input {
    padding-left: 1.3rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: .4rem;
    height: 50px;
    margin-right: .8rem; }
    .account__form .input::placeholder {
      opacity: .7;
      color: #ffffff; }
  .account__form.hint .input {
    animation: input .8s linear forwards; }

@keyframes input {
  0% {
    background-color: #323436; }
  50% {
    background-color: rgba(255, 255, 255, 0.7); }
  100% {
    background-color: #323436; } }

.converter > .main__title {
  margin-bottom: 3rem; }

.converter .block__title {
  margin-bottom: 2rem;
  font-size: 36px; }

.converter .converter__bg {
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: .4rem;
  background-color: #000000;
  position: relative; }
  .converter .converter__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -1px;
    background: linear-gradient(to right, #ff88ba, #7c41f0, #2b93fe);
    z-index: -1;
    border-radius: .4rem; }

.converter .converter__container {
  padding: 40px 40px 50px;
  background: linear-gradient(100.17deg, #0d0d0d 0.76%, rgba(13, 13, 13, 0.5) 100%);
  border-radius: .4rem;
  position: relative; }

.converter .converter__content {
  background-color: #000000;
  border-radius: .4rem; }

.converter .converter__form {
  margin: 0 0 1.6rem;
  padding: 0; }
  .converter .converter__form .converter__form-block {
    padding: 0 0; }
    .converter .converter__form .converter__form-block:last-child {
      width: 25%;
      padding-left: 2rem;
      padding-right: 0;
      text-align: right; }
  .converter .converter__form .input {
    padding: 1rem 7rem 1rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: .6rem;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    height: 50px;
    font-weight: 500;
    font-size: 18px; }
    .converter .converter__form .input::-webkit-outer-spin-button, .converter .converter__form .input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .converter .converter__form .input::placeholder {
      color: #ffffff;
      opacity: .6; }
  .converter .converter__form .select {
    height: 50px;
    top: 0;
    left: auto;
    right: 0; }
    .converter .converter__form .select:after {
      border: 4px solid transparent;
      border-top-color: #ffffff;
      padding: 0;
      transform: none;
      margin-top: auto; }
    .converter .converter__form .select select {
      height: 100%;
      background-color: transparent;
      color: #ffffff;
      border-radius: .6rem 0 0 .6rem;
      font-size: 16px; }
      .converter .converter__form .select select option {
        color: #000000; }
  .converter .converter__form .equally {
    margin: 21px 1rem 0; }
  .converter .converter__form .btn {
    height: 56px; }

.converter .converter__text {
  color: #ffffff; }

.converter .rates__coin {
  color: #ffffff; }

.converter .rates__amount {
  color: #ffffff; }

.converter .rates_item {
  color: #ffffff; }

.converter .dropdown__btn {
  color: #ffffff; }

.converter .dashboard__rates-chart {
  width: 100%; }

.converter .rates__chart {
  height: 30rem !important; }

.converter__form-head {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 44px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }
  .converter__form-head .title {
    padding: 0 15px;
    font-weight: 500;
    color: #09081B;
    display: flex;
    height: 44px;
    width: 50%;
    border-radius: 12px;
    font-size: 14px;
    align-items: center;
    background: linear-gradient(to right, #F69923 0%, #F79A23 50%, #E97826 100%);
    box-shadow: 1px 1px 20px rgba(223, 85, 224, 0.25) inset; }
    .converter__form-head .title img {
      margin-left: .4rem; }

.btc__price {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  padding: 0 20px; }
  .btc__price b {
    font-weight: 900; }

.chart__head {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between; }
  .chart__head .title {
    margin-bottom: .2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff; }
  .chart__head .text {
    color: #777980;
    font-size: .8rem;
    text-transform: uppercase; }

.chart__item:last-of-type {
  text-align: right; }

.converter__info-wrapper {
  padding-left: 3rem; }

.converter__chart-title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center; }
  .converter__chart-title .tip {
    margin-left: .4rem; }

.converter__bg {
  position: relative;
  z-index: 2; }

.converter__container {
  position: relative;
  padding: 3rem 4rem;
  border-radius: .2rem; }
  .converter__container .main__title-wrapper {
    margin-bottom: 2rem; }

.converter__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .converter__form .label-main-text {
    text-align: right;
    color: #AB21EC;
    opacity: .5;
    margin-bottom: .2rem; }
  .converter__form .select:after {
    border-color: #131517; }
  .converter__form .select:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .converter__form .select select {
    background: none;
    border: 0;
    color: #131517;
    padding: 0 1.8rem 0 1rem;
    font-weight: 500;
    height: 54px; }
    .converter__form .select select option {
      color: #131517; }
  .converter__form .converter__form-block:last-child {
    position: static;
    z-index: 1; }
  .converter__form .input__wrapper {
    display: flex;
    align-items: center; }
  .converter__form .input {
    padding-left: 1rem;
    color: #ffffff;
    font-weight: 500;
    height: 45px;
    background-color: #111111; }
    .converter__form .input::placeholder {
      color: #251070; }
  .converter__form .label {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-size: 14px; }
  .converter__form .equally {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    display: block;
    margin: 40px 0 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    opacity: .5; }
  .converter__form .btn {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0;
    height: 56px; }
  .converter__form .converter__text {
    display: none; }

.converter__form-block {
  padding: 0 20px 30px;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 2; }
  .converter__form-block .input__wrapper:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 30px;
    width: 1px; }
  .converter__form-block:nth-child(3) .input__wrapper:after {
    bottom: 100%;
    top: auto; }
  .converter__form-block:last-child:after {
    display: none; }
  .converter__form-block.first-block {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    z-index: 4; }
    .converter__form-block.first-block:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 20px;
      right: 20px;
      height: 1px;
      background-color: #302751; }
  .converter__form-block .label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: .3rem; }
  .converter__form-block .converter__price {
    display: none; }
  .converter__form-block .label-main {
    display: block;
    margin-bottom: .4rem;
    font-size: 16px;
    font-weight: 400;
    color: #fff; }

.converter__exchange {
  position: relative;
  z-index: 22;
  width: 100%;
  text-align: center;
  margin: -.7rem 0 -1rem; }
  .converter__exchange .label-main {
    border-radius: 2rem;
    background-color: #ffffff;
    padding: .55rem 1rem;
    text-transform: uppercase;
    font-weight: 900; }

.exchange__btn {
  padding: 0 1rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin: .6rem 0;
  text-align: center;
  display: inline-block; }

.converter__btn {
  padding: 0;
  cursor: pointer;
  background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 500; }

.converter__price {
  padding: 35px 0 10px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3); }

.converter__logos {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.converter__logos img {
  display: block;
  max-height: 20px; }
  .converter__logos img:first-child {
    max-height: 34px; }

.converter__question-container {
  position: absolute;
  top: 40px;
  right: 40px; }

.converter__question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #161616;
  border-radius: 4px; }

.bitcoin__price {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }
  .bitcoin__price .price {
    background: -webkit-linear-gradient(0deg, #ff88ba, #7c41f0, #2b93fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.converter__chart-wrapper {
  display: flex; }

.converter__text {
  color: #AB21EC;
  opacity: .5;
  font-family: inherit;
  font-size: 11px; }

.chart__prices {
  display: flex;
  margin: 0 -.5rem 2.6rem; }

.prices__block {
  width: 33.33333%;
  padding: 0 .5rem; }

.prices__item {
  background: #131767;
  border-radius: .6rem;
  padding: 2rem; }
  .prices__item .title {
    margin-bottom: .4rem;
    color: #ffffff;
    opacity: .35;
    text-transform: uppercase; }
  .prices__item .text {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    padding-right: 1.6rem;
    font-size: 1.2rem; }
  .prices__item .height {
    display: inline-block;
    vertical-align: middle;
    border: 5px solid transparent;
    position: absolute;
    margin-top: -2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .prices__item .height.up {
      border-bottom-color: #98e491; }
    .prices__item .height.down {
      border-top-color: #0e1229;
      margin-top: 3px; }
  .prices__item .percent {
    margin: 0 .4rem; }

.chart__wrapper {
  border: 1.6rem solid #0d0926;
  border-radius: 1.6rem;
  box-shadow: 0 0 7rem rgba(13, 9, 38, 0.5); }

.chart__bg {
  padding: 4rem 3rem;
  border-radius: 1.2rem;
  height: 100%;
  background-color: #251070;
  margin: -.4rem; }

.converter__chart {
  width: 100%;
  margin: 0 auto 2rem; }
  .converter__chart canvas {
    width: 100%;
    height: 300px; }

.converter__chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.chart__heading {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: inherit; }
  .chart__heading span {
    opacity: .3; }

.converter__chart-actions {
  display: flex;
  justify-content: center; }
  .converter__chart-actions .btn {
    padding: 0 1.3rem;
    margin-bottom: 0;
    margin-right: 1rem;
    height: 2.4rem; }
    .converter__chart-actions .btn:hover {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #040f44; }
    .converter__chart-actions .btn.active {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #040f44; }
      .converter__chart-actions .btn.active:hover {
        background-color: #f2f2f2;
        border-color: #f2f2f2; }

.converter__slide-btn {
  position: absolute;
  left: 50%;
  bottom: -1.3rem;
  transform: translateX(-50%);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #94816c;
  display: flex;
  align-items: center;
  justify-content: center; }
  .converter__slide-btn:hover {
    background-color: #857461; }
  .converter__slide-btn:after {
    display: block;
    content: '';
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #131517;
    transform: rotate(45deg);
    width: .6rem;
    height: .6rem;
    margin-top: .4rem; }

@keyframes shadow {
  0% {
    box-shadow: 0 0 0 rgba(148, 129, 102, 0.4); }
  25% {
    box-shadow: 0 0 0.6rem rgba(148, 129, 102, 0.4); }
  50% {
    box-shadow: 0 0 1.2rem rgba(148, 129, 102, 0.4); }
  75% {
    box-shadow: 0 0 0.6rem rgba(148, 129, 102, 0.4); }
  100% {
    box-shadow: 0 0 0 rgba(148, 129, 102, 0.4); } }

.choose__form {
  max-width: 465px;
  width: 100%;
  position: relative; }
  .choose__form .label-cabinet {
    display: none; }

.advantages {
  padding: 10rem 0 10rem;
  position: relative;
  z-index: 3; }
  .advantages .main__title {
    margin-bottom: 4rem; }

.choose__form-block {
  background: linear-gradient(180deg, #2C2A69 0%, #14123A 100%);
  position: relative;
  z-index: 2;
  border-radius: 20px; }
  .choose__form-block .converter__text {
    display: none; }
  .choose__form-block .input::placeholder {
    opacity: 0; }
  .choose__form-block .bank__transfer-action {
    padding: 0 2rem;
    font-size: 13px;
    justify-content: center;
    display: flex; }
  .choose__form-block .label-main-text {
    opacity: 0; }
  .choose__form-block .select {
    border-left: 0;
    top: auto;
    background-color: #201f21;
    margin-left: 1rem;
    border-radius: 7px; }
    .choose__form-block .select:before {
      display: none; }
    .choose__form-block .select:after {
      border: 4px solid transparent;
      border-top-color: #ffffff;
      padding: 0;
      right: 7px;
      transform: rotate(0); }
    .choose__form-block .select select {
      width: 64px;
      padding: 0 20px 0 7px;
      height: 31px;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      border-radius: 7px; }
  .choose__form-block .label {
    font-size: 16px;
    color: #ffffff; }
  .choose__form-block .form__group {
    margin-bottom: 40px; }

.converter__main-text {
  font-size: 11px;
  font-weight: 500;
  color: #AB21EC;
  opacity: .5;
  display: none; }

.page__shape {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  pointer-events: none;
  opacity: .3; }

.advantages__container {
  position: relative;
  border: 1px solid transparent;
  background-clip: padding-box;
  background-color: #000000;
  border-radius: .4rem; }
  .advantages__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    z-index: -1;
    border-radius: .4rem; }

.advantages__wrapper {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background: linear-gradient(100.17deg, #0d0d0d 0.76%, rgba(13, 13, 13, 0.5) 100%);
  border-radius: .4rem; }

.advantages__block {
  width: 46%;
  margin-bottom: 5.5rem; }
  .advantages__block:nth-child(n+3) {
    margin-bottom: 2rem; }

.advantages__item {
  height: 100%;
  display: flex; }

.advantages__img {
  margin-right: 2rem;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .advantages__img img {
    height: 100%; }

.advantages__item-title {
  font-size: 23px;
  margin-bottom: 1rem;
  color: #ffffff; }

.advantages__item-text {
  font-size: 16px;
  color: #ffffff;
  opacity: .9;
  line-height: 1.6; }

.built {
  padding: 0 0 6rem; }
  .built .main__title {
    margin-bottom: .4rem; }

.built__img {
  position: relative;
  height: 270px;
  z-index: 2; }
  .built__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.built__btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2; }

.built__text {
  margin-bottom: 3rem;
  color: #ffffff;
  text-align: center; }

.built__wrapper {
  display: flex;
  margin: 0 -1rem; }

.built__block {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column; }

.built__content {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 0;
  border-bottom-right-radius: .4rem;
  border-bottom-left-radius: .4rem;
  flex: 1; }
  .built__content .title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #ffffff; }
  .built__content .text {
    margin-bottom: 2rem;
    font-size: 16px;
    color: #ffffff;
    opacity: .8; }

.selling {
  padding-bottom: 7rem;
  position: relative; }
  .selling .container {
    position: relative;
    z-index: 2; }
  .selling .main__title {
    color: #ffffff; }
  .selling .main__text {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600; }

.selling__img {
  max-height: 380px; }

.selling__wrapper {
  padding: 5rem 4rem;
  margin: 0 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background: linear-gradient(to left, #1e186b 5.28%, #03094b 115.12%);
  border-radius: 1rem;
  border: 1px solid #252669; }
  .selling__wrapper:after {
    content: '';
    position: absolute;
    top: -10rem;
    right: -13rem;
    height: 950px;
    width: 950px;
    background: url("/images/weoffer_ellipse.png") no-repeat center;
    background-size: contain;
    z-index: -1; }

.selling__circle {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 7rem;
  left: -5rem;
  background: linear-gradient(322.46deg, #94816c 12.75%, rgba(148, 129, 108, 0) 80.98%);
  opacity: 0.15;
  border-radius: 50%;
  transition: all .1s linear; }

.selling__block {
  flex: 0 0 50%; }

.selling__list {
  color: #ffffff;
  margin-bottom: 2rem; }
  .selling__list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: .8rem;
    font-weight: 500;
    font-size: 1.4rem; }
    .selling__list li:last-child {
      margin-bottom: 0; }
    .selling__list li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #040f44; }

.page__nav {
  height: 4rem;
  margin-bottom: 2.4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.page__nav-link {
  margin-right: 2rem;
  display: block;
  color: #000000;
  position: relative;
  font-weight: 500;
  transition: all .2s ease; }
  .page__nav-link:hover {
    text-decoration: none; }
    .page__nav-link:hover:after {
      opacity: .7; }
  .page__nav-link:after {
    background-color: #000000;
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: all .2s ease; }
  .page__nav-link.active {
    opacity: 1; }
    .page__nav-link.active:after {
      opacity: 1; }
  .page__nav-link:last-child {
    margin-right: 0; }

.page__content {
  margin-bottom: 3rem;
  padding: 6rem 0 3rem;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  color: #ffffff !important; }
  .page__content * {
    color: inherit !important; }
  .page__content a {
    color: #ffffff !important; }
    .page__content a span {
      color: #ffffff !important; }
  .page__content .page__text {
    margin-top: 1rem; }
  .page__content.text-page {
    padding: 6rem 0;
    position: relative; }
    .page__content.text-page .page__header-wrapper {
      padding-left: 0; }
    .page__content.text-page .page__text {
      margin-bottom: 3.6rem;
      padding-left: 0; }

.page__shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1; }

.page__shape-left-top {
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1; }

.page__shape-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1; }

.page__header-wrapper {
  padding-left: 4rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .page__header-wrapper .btn {
    height: 2.2rem;
    padding: 0 .8rem;
    font-size: .8rem;
    font-weight: 500; }
    .page__header-wrapper .btn:hover path {
      stroke: #ffffff;
      fill: #ffffff; }
    .page__header-wrapper .btn svg {
      margin-right: .4rem; }
      .page__header-wrapper .btn svg path {
        transition: all .2s ease; }
  .page__header-wrapper .update {
    color: #000000;
    opacity: .4; }

.page__title {
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase; }

.page__text {
  padding-left: 4rem;
  line-height: 2; }
  .page__text a {
    color: inherit !important; }
  .page__text--dark {
    opacity: 1;
    font-size: 1.2rem;
    line-height: 1.6; }

.page__content .text {
  font-size: 1.2rem;
  line-height: 1.6; }
  .page__content .text p {
    margin-bottom: 2rem; }
  .page__content .text h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 500; }
  .page__content .text ol li::marker {
    font-size: 11pt; }

.text-page .text h2 {
  font-size: 1.4rem;
  font-weight: 600; }

.text-page .text h3 {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  font-weight: 600; }

.text-page .text h4 {
  margin: 1rem 0; }

.text-page .text p {
  margin-bottom: 1rem; }

.text-page .text ul {
  margin-left: 2rem;
  list-style: disc; }

.purchase__form {
  max-width: 545px;
  width: 100%;
  margin: 0 auto; }
  .purchase__form .label {
    color: #ffffff;
    font-weight: 600;
    font-size: .8rem; }
  .purchase__form .select:after {
    border-color: #ffffff; }
  .purchase__form .select select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff; }
    .purchase__form .select select option {
      color: #000000; }
  .purchase__form .input {
    min-height: auto;
    padding: .8rem 1rem;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff; }
  .purchase__form .radio__label {
    color: #ffffff; }

.purchase__block {
  margin-bottom: 1.4rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: .4rem;
  display: flex; }

.purchase__item {
  flex: 1; }
  .purchase__item:last-child {
    border-left: 1px solid #eaeaea;
    width: 60%;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.purchase__form-wrapper {
  padding: 0 2rem; }
  .purchase__form-wrapper .payment__method .method {
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent; }
  .purchase__form-wrapper .payment__method .method__label {
    color: #ffffff; }
    .purchase__form-wrapper .payment__method .method__label img {
      height: 2rem; }

.purchase__label {
  margin-bottom: .4rem;
  font-size: .8rem;
  font-weight: 600;
  color: #8c8d8e; }

.purchase__text {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff; }
  .purchase__text:last-child {
    margin-bottom: 0; }

.purchase__item-row {
  margin-bottom: .8rem;
  display: flex; }
  .purchase__item-row:last-child {
    margin-bottom: 0; }
  .purchase__item-row .name {
    margin-right: .2rem;
    color: #8c8d8e;
    font-size: .8rem; }
  .purchase__item-row .count {
    color: #ffffff;
    margin-left: 1rem;
    font-weight: 500;
    font-size: .8rem; }

.purchase__form-text {
  margin-bottom: 1rem;
  font-size: .6rem;
  font-weight: 500;
  color: #9a9b9c; }
  .purchase__form-text.lg {
    margin-bottom: 3rem;
    font-size: .8rem;
    font-weight: 400; }
    .purchase__form-text.lg b {
      font-weight: 500; }

.purchase__check {
  margin-bottom: 2rem; }
  .purchase__check .checkbox__label {
    color: #8c8d8e;
    font-weight: 400;
    line-height: 1.6;
    font-size: .8rem; }
    .purchase__check .checkbox__label:before {
      top: .4rem; }
    .purchase__check .checkbox__label:after {
      top: 8px; }
    .purchase__check .checkbox__label a {
      font-weight: 600;
      color: #000000;
      text-decoration: underline; }

.purchase__transfer-info {
  margin-bottom: .8rem;
  color: #131517; }

.purchase__transfer {
  margin-bottom: 1rem; }

.purchase__transfer-row {
  padding: .8rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .purchase__transfer-row .name {
    font-size: .8rem; }
  .purchase__transfer-row .text {
    font-size: .8rem;
    font-weight: 500; }

.partners {
  margin-bottom: 4rem; }

.partners__slider {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between; }

.partners__slide {
  display: flex;
  align-items: center;
  justify-content: center; }
  .partners__slide:first-child {
    justify-content: flex-start; }
  .partners__slide:last-child {
    justify-content: flex-end; }
  .partners__slide img {
    max-height: 4rem; }
  .partners__slide.bit img {
    height: 34px; }
  .partners__slide.kraken img {
    height: 28px; }
  .partners__slide.bank img {
    height: 53px; }
  .partners__slide.sepa img {
    height: 24px; }
  .partners__slide.sum img {
    height: 50px; }

.partners__text {
  text-align: center;
  color: #ffffff;
  font-size: .9rem;
  opacity: .7; }

.manage {
  padding: 4rem 0; }

.manage__wrapper {
  display: flex;
  align-items: center;
  margin: 0 -1rem 5rem;
  padding: 0 1rem; }
  .manage__wrapper:nth-child(2n) .manage__block {
    padding-left: 0;
    padding-right: 4rem; }

.manage__img-wrapper {
  position: relative; }

.manage__img {
  max-width: 100%;
  height: 320px; }

.manage__block {
  flex: 1;
  padding-left: 4rem; }

.buy {
  padding: 70px 0;
  text-align: center; }
  .buy .block__title {
    margin: 0 auto 2rem;
    max-width: 750px; }
  .buy .account__form {
    margin: 0 auto; }

.wrapper {
  padding: 0 4rem; }

.choose {
  padding: 4rem 6.5rem;
  border-radius: 1rem;
  background-color: #171b21;
  border: 1px solid #7a4130; }

.choose__container {
  position: relative; }

.choose__wrapper {
  margin: 0 -2rem;
  display: flex;
  align-items: center;
  position: relative; }
  .choose__wrapper .block__title {
    margin-bottom: .4rem; }

.choose__block {
  padding: 0 2rem;
  position: relative;
  z-index: 2; }
  .choose__block:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 8rem;
    flex: 1; }
  .choose__block .line {
    display: block;
    margin-left: auto;
    transform: translateY(2rem); }
    .choose__block .line.down {
      margin-left: 0;
      transform: rotate(207deg) translate(5rem, 2rem); }
  .choose__block .block__title {
    color: #f2a690; }
  .choose__block .block__text {
    color: #828890;
    max-width: 580px;
    font-weight: 400; }

.choose__title {
  margin-bottom: .5rem;
  max-width: 20rem;
  font-size: 1.333rem;
  font-weight: 500; }

.choose__text {
  font-size: 16px;
  max-width: 20rem;
  opacity: .5;
  font-weight: 500; }

.choose__img {
  height: 350px; }

.choose__shape {
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: -1; }

.commerce {
  padding: 4.5rem 0 10rem; }
  .commerce .wrapper {
    padding-right: 0; }

.commerce__wrapper {
  margin: 0 -1.5rem;
  display: flex;
  justify-content: space-between; }

.commerce__nav {
  padding: 0 1.5rem 0 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column; }
  .commerce__nav a {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #131517;
    opacity: .3;
    transition: all .2s ease;
    position: relative;
    display: flex;
    align-items: center; }
    .commerce__nav a:after {
      content: '';
      flex: 1;
      height: 2px;
      margin-left: 1rem;
      background-color: #131517;
      opacity: 0; }
    .commerce__nav a.active {
      opacity: 1; }
      .commerce__nav a.active:after {
        opacity: 1; }
    .commerce__nav a:hover {
      opacity: 1;
      text-decoration: none; }
      .commerce__nav a:hover:after {
        opacity: 1; }
    .commerce__nav a:last-child {
      margin-bottom: 0; }

.commerce__block {
  width: 70%;
  padding: 0 1.5rem; }

.commerce__items {
  padding: 3rem;
  border: 2px solid #131517;
  border-radius: 1rem;
  background-color: #ffffff;
  position: relative;
  min-height: 234px; }

.commerce__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(19, 21, 23, 0.5);
  font-size: 18px;
  height: 100%; }
  .commerce__item img {
    margin-left: 3rem;
    height: 10rem; }

.business__item {
  position: absolute;
  bottom: 0;
  right: -3rem;
  color: #131517;
  font-size: 1rem;
  z-index: 2; }

.business__overlay {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 100%;
  border-radius: .6rem;
  background-color: #131517;
  z-index: 1; }

.business__content {
  position: relative;
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0 .6rem;
  background-color: #ffffff;
  border: 2px solid #131517;
  border-radius: .6rem;
  z-index: 2; }

.liquidity__item {
  position: absolute;
  bottom: 0;
  right: -3rem;
  color: #131517;
  font-size: 1rem;
  z-index: 2; }
  .liquidity__item.sm {
    bottom: auto;
    top: -1rem;
    left: calc(50% + 2rem);
    right: auto;
    font-size: .6rem;
    white-space: nowrap; }
    .liquidity__item.sm .liquidity__content {
      height: 20px;
      border-radius: .4rem;
      padding: 0 .3rem; }
    .liquidity__item.sm .liquidity__overlay {
      border-radius: .4rem;
      top: 2px;
      right: 2px; }
  .liquidity__item.md {
    bottom: 3rem;
    left: 0rem;
    font-size: .8rem;
    white-space: nowrap;
    right: auto; }
    .liquidity__item.md .liquidity__content {
      height: 30px;
      border-radius: .4rem;
      padding: 0 .3rem; }
    .liquidity__item.md .liquidity__overlay {
      border-radius: .4rem;
      top: 2px;
      right: 2px; }

.liquidity__overlay {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 100%;
  border-radius: .6rem;
  background-color: #131517;
  z-index: 1; }

.liquidity__content {
  position: relative;
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0 .6rem;
  background-color: #ffffff;
  border: 2px solid #131517;
  border-radius: .6rem;
  z-index: 2; }

.commerce__img {
  position: absolute;
  right: 5rem;
  top: 3rem; }

.commerce__text {
  max-width: 520px; }

.ready {
  padding: 8rem 0 12rem; }

.ready__wrapper {
  text-align: center;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .ready__wrapper .btn {
    min-width: 250px; }

.ready__title {
  margin-bottom: 1rem;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2; }
  .ready__title h2 {
    background: -webkit-linear-gradient(135deg, #d172eb, #d25bff);
    background: linear-gradient(135deg, #d172eb, #025bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; }

.ready__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2rem; }

.ready__img {
  position: absolute; }
  .ready__img.first {
    bottom: 75%;
    right: 94%;
    width: 152px;
    height: 152px; }
  .ready__img.second {
    left: 51%;
    bottom: 104%;
    width: 141px;
    height: 144px; }
  .ready__img.third {
    left: 100%;
    bottom: 60%;
    width: 85px;
    height: 109px; }
  .ready__img.fourth {
    bottom: -6rem;
    left: -1rem;
    width: 154px;
    height: 154px; }
  .ready__img.fifth {
    right: 1rem;
    bottom: -5rem;
    width: 135px;
    height: 130px; }

.trust {
  margin-top: -2rem;
  background-color: #ffffff;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem; }

.trust__container {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-top: 3rem;
  border-bottom: 1px solid #e9e6f4; }

.trust__item {
  margin-right: 2rem; }

.trust__title {
  margin-right: 1rem;
  color: #AB21EC;
  font-size: 16px; }

.trust__logos {
  flex: 1;
  display: flex;
  justify-content: space-between; }

.faq__nav {
  margin-bottom: 2rem; }
  .faq__nav .slick-slide {
    border-bottom: 1px solid #e9e6f4; }
    .faq__nav .slick-slide.slick-current .faq__nav-item {
      border-bottom: 1px solid #AB21EC; }

.faq__nav-item {
  padding: .4rem 0;
  color: #AB21EC;
  display: inline-block;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 700; }

.support {
  padding-bottom: 4rem; }
  .support .block__title {
    color: #ffffff; }

.support__wrapper {
  display: flex;
  margin: 0 -3rem; }

.support__block {
  padding: 0 3rem; }
  .support__block .nav {
    flex-direction: column; }
  .support__block .nav__link {
    line-height: 2;
    margin-bottom: 1rem; }
    .support__block .nav__link:hover:after {
      display: none; }

.support__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #ffffff; }

.support__text {
  line-height: 2;
  color: #AB21EC;
  opacity: .6; }

.steps {
  margin-bottom: 5rem;
  border-radius: 2rem 2rem 0 0;
  position: relative;
  padding-top: 6rem; }
  .steps:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url("/images/ff_shape.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 725px;
    height: 705px; }
  .steps .block__text {
    margin-bottom: 2rem; }

.steps__shape {
  position: absolute;
  top: -30%;
  left: 70%;
  z-index: -1;
  pointer-events: none; }

.steps__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between; }

.steps__block {
  width: 50%;
  height: 100%; }
  .steps__block:last-child {
    width: 50%;
    display: flex;
    justify-content: flex-end; }
  .steps__block .choose__form {
    padding: 0; }
  .steps__block .choose__form-block {
    padding: 0 20px; }
    .steps__block .choose__form-block .converter__form-head {
      margin: 0 -20px 30px;
      width: auto; }
    .steps__block .choose__form-block.first {
      padding: 0; }
      .steps__block .choose__form-block.first .converter__form-head {
        margin: 0 0 30px;
        width: 100%; }
  .steps__block .block__title {
    color: #ffffff;
    font-size: 38px; }
  .steps__block .block__text {
    font-size: 18px; }
  .steps__block .radio__label {
    margin-bottom: 1rem;
    font-size: 13px; }
  .steps__block .converter__form .input {
    background-color: transparent;
    color: #A7C2C2;
    font-size: 34px;
    font-weight: 700;
    padding: 0; }
  .steps__block .input {
    height: 37px; }
  .steps__block .select:after {
    border-top-color: #ffffff; }
  .steps__block .select select {
    background-color: #08071A;
    color: #ffffff;
    height: 37px;
    font-size: 16px; }
    .steps__block .select select option {
      color: #ffffff; }

.steps__content {
  padding: 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2C2A69 0%, #14123A 100%); }
  .steps__content .block__title {
    margin-bottom: 0;
    font-weight: 500; }
  .steps__content .block__text {
    font-size: 24px;
    font-weight: 500;
    opacity: .6;
    margin-bottom: 0; }

.steps__action {
  padding-top: 25px;
  padding-bottom: 30px; }

.steps__separator {
  height: 220px;
  margin: auto 0;
  flex: 1;
  position: relative; }
  .steps__separator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #e9e6f4; }

.steps__title {
  margin-bottom: 1rem;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  opacity: .5; }

.steps__line {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between; }

.step__line-block {
  position: relative;
  display: block; }
  .step__line-block:last-child {
    justify-content: flex-end;
    display: flex; }
    .step__line-block:last-child:after {
      display: none; }
    .step__line-block:last-child:before {
      display: none; }
  .step__line-block:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    left: 0;
    width: 3rem;
    background-color: #AB21EC;
    z-index: 2;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    opacity: 0; }
  .step__line-block:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    left: 0;
    width: 8rem;
    background-color: #e7e7ea; }
  .step__line-block.completed:before {
    opacity: 1;
    width: 8rem; }
  .step__line-block.completed .step {
    border-color: #AB21EC;
    background-color: #4effef; }
  .step__line-block.active:before {
    opacity: 1; }
  .step__line-block.active .step {
    border-color: #AB21EC; }
  .step__line-block .step {
    width: 16px;
    height: 16px;
    border: 4px solid #e7e7ea;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    z-index: 2; }

.step__summary .title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff; }

.summary__row {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: .8rem; }
  .summary__row .type {
    font-weight: 700; }
  .summary__row .count {
    font-weight: 500;
    display: flex;
    align-items: center; }
    .summary__row .count b {
      margin-left: .4rem;
      font-weight: 700; }

.summary__info {
  margin-top: 2rem; }
  .summary__info .badge {
    margin-left: .5rem;
    display: block;
    background-color: #AB21EC;
    color: #ffffff;
    text-transform: uppercase;
    padding: .3rem .5rem;
    border-radius: 1rem;
    font-size: 10px;
    position: relative; }
    .summary__info .badge:hover {
      z-index: 3; }
      .summary__info .badge:hover .badge__modal {
        opacity: 1;
        visibility: visible; }
    .summary__info .badge--cabinet {
      transform: translateY(-0.1rem);
      margin-left: 0;
      background-color: transparent; }
      .summary__info .badge--cabinet .badge__modal {
        white-space: normal;
        text-transform: none;
        padding: .8rem; }
        .summary__info .badge--cabinet .badge__modal:after {
          left: 1.3rem; }

.badge__modal {
  padding: 1.6rem 1.6rem;
  width: 250px;
  white-space: nowrap;
  position: absolute;
  top: calc(100% + .8rem);
  left: -1rem;
  background-color: #AB21EC;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  z-index: 2; }
  .badge__modal:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 2rem;
    border: .6rem solid transparent;
    border-bottom-color: #AB21EC; }

.badge__modal-row {
  margin-bottom: .8rem;
  display: flex;
  justify-content: space-between; }
  .badge__modal-row:last-child {
    margin-bottom: 0; }
  .badge__modal-row .label {
    margin-bottom: .1rem;
    text-transform: none;
    font-size: 14px;
    color: #ffffff;
    margin-right: 1rem; }
  .badge__modal-row .text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
    text-align: right;
    white-space: normal; }

.steps__back {
  margin-bottom: .6rem;
  padding-left: 20px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  display: block;
  color: #ffffff; }
  .steps__back:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #AB21EC;
    left: 0;
    margin-top: -2px; }

.step__form .radio {
  margin-bottom: 1rem; }
  .step__form .radio__input {
    display: none; }
    .step__form .radio__input:checked + .radio__label {
      border-color: #AB21EC; }
      .step__form .radio__input:checked + .radio__label svg path {
        fill: #4effef; }
      .step__form .radio__input:checked + .radio__label .title {
        color: #ffffff; }
      .step__form .radio__input:checked + .radio__label .text {
        color: #ffffff; }
      .step__form .radio__input:checked + .radio__label img {
        height: 28px;
        display: none; }
        .step__form .radio__input:checked + .radio__label img.active {
          display: block; }
  .step__form .radio__label {
    display: flex;
    align-items: center;
    padding: 0 0;
    height: 60px; }
    .step__form .radio__label:before {
      display: none; }
    .step__form .radio__label:after {
      display: none; }
    .step__form .radio__label img {
      height: 24px;
      width: 38px; }
      .step__form .radio__label img.active {
        display: none; }
    .step__form .radio__label.internal img {
      height: 21px; }
    .step__form .radio__label .badge {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-50%);
      background-color: #4effef;
      color: #0e1229;
      text-transform: uppercase;
      padding: 0.3rem 0.5rem;
      border-radius: 1rem;
      font-size: 10px;
      font-weight: 700;
      border-bottom-left-radius: 0; }
    .step__form .radio__label-block {
      margin-left: 1.6rem; }
    .step__form .radio__label .title {
      margin-bottom: .2rem;
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      display: block; }
    .step__form .radio__label .text {
      color: #A49EC4;
      font-size: 18px;
      font-weight: 500; }
      .step__form .radio__label .text b {
        font-weight: 900; }

.step__form .checkbox {
  margin-bottom: 1.6rem;
  margin-top: 3rem; }
  .step__form .checkbox__label {
    font-weight: 500; }
    .step__form .checkbox__label a {
      font-weight: 700; }

.step__form .form__row {
  display: flex;
  margin: 0 -.5rem; }
  .step__form .form__row .form__group {
    padding: 0 .5rem;
    flex: 1; }
    .step__form .form__row .form__group.index {
      flex: unset;
      width: 10rem; }

.step__form .form__group .select {
  margin-left: 0; }
  .step__form .form__group .select select {
    padding-top: .4rem;
    height: 37px;
    width: 100%; }

.step__form .converter__form-block {
  padding-bottom: 15px; }

.step__form-sep {
  padding: 20px 0;
  margin: -40px 0 0;
  position: relative; }
  .step__form-sep:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #2E264C; }

.converter__form-item {
  padding: 0 20px; }

.step__radio .radio {
  border-bottom: 1px solid #2E264C; }
  .step__radio .radio:last-child {
    margin-bottom: 2rem;
    border-bottom: 0; }

.step__radio .radio__label img {
  height: 48px; }

.check_ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  right: 1rem; }
  .check_ico.active {
    visibility: visible;
    opacity: 1; }

.step__form-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700; }

.step__form-subtitle {
  margin-bottom: 1.6rem;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6); }
  .step__form-subtitle b {
    font-weight: 700;
    display: block;
    color: #ffffff; }

.step__form-alert {
  margin-bottom: 2rem;
  padding: 1rem 1.6rem;
  background: #111111;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff; }
  .step__form-alert .title {
    margin-bottom: .6rem;
    color: #ff6f6f;
    font-size: 14px;
    font-weight: 700; }
  .step__form-alert ul {
    list-style: disc;
    margin-left: 1em; }
    .step__form-alert ul li {
      margin-bottom: .6rem; }

.step__form-text {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  opacity: .5;
  padding-bottom: 1rem;
  text-align: center; }

.label__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .6rem; }
  .label__wrapper .label {
    margin-bottom: 0; }

.label__code {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1; }
  .label__code img {
    margin-right: .4rem;
    display: block; }
  .label__code span {
    margin-left: .2rem; }

.overview__chart {
  margin: 0 auto;
  width: 165px !important;
  height: 165px !important; }

.trustpilot-widget {
  margin-bottom: .5rem;
  width: 100%;
  margin-left: -2.8rem; }
  @media (max-width: 768px) {
    .trustpilot-widget {
      margin-left: auto; }
      .trustpilot-widget iframe {
        width: 100% !important; } }

.why__wrapper {
  display: flex;
  margin: 0 -1rem 3rem; }

.why__block {
  width: 33.33%;
  padding: 0 1rem;
  color: #ffffff; }
  .why__block .title {
    font-size: 40px;
    font-weight: 600;
    text-align: center; }
  .why__block .text {
    max-width: 340px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center; }
  .why__block span {
    color: #98e491; }

.site__line {
  position: absolute;
  top: 628px;
  right: -24px;
  width: 321px;
  z-index: 2;
  pointer-events: none; }

.activation__page {
  padding-top: 4rem; }

.activation-description {
  color: #828890;
  font-size: 20px;
  font-weight: 500; }

.holiday__text {
  position: absolute;
  top: 115px;
  right: 0;
  background-color: #AB21EC;
  width: 510px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  text-align: center;
  padding: 8px 0;
  z-index: 3; }
  .holiday__text a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px; }
    .holiday__text a:hover {
      text-decoration: none; }

.holiday_img-left {
  position: absolute;
  bottom: 0;
  left: 0; }

.holiday_img-right {
  position: absolute;
  bottom: 0;
  right: 0; }

.holiday__hat {
  position: absolute;
  top: -40px;
  left: -40px; }

.sign__actions {
  margin-bottom: 4.4rem;
  display: flex;
  justify-content: center; }
  .sign__actions .btn {
    margin-right: 1rem;
    min-width: 235px; }
    .sign__actions .btn:last-child {
      margin-right: 0; }

.control {
  position: relative; }

.control__shape {
  position: absolute;
  z-index: -1;
  top: -50%;
  left: 0;
  pointer-events: none; }

.control__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -45px; }

.control__block {
  width: 33.33%;
  padding: 0 45px;
  margin-bottom: 90px; }
  .control__block:nth-child(2) .control__item:before {
    background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%); }
  .control__block:nth-child(2) .control__content:after {
    background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%); }
  .control__block:nth-child(3) .control__item:before {
    background: linear-gradient(to bottom, #e447be 0%, #75389a 100%); }
  .control__block:nth-child(3) .control__content:after {
    background: linear-gradient(to bottom, #e447be, #75389a); }
  .control__block:nth-child(4) .control__item:before {
    background: linear-gradient(to bottom, #e447be 0%, #75389a 100%); }
  .control__block:nth-child(4) .control__content:after {
    background: linear-gradient(to bottom, #e447be, #75389a); }
  .control__block:last-child .control__item:before {
    background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%); }
  .control__block:last-child .control__content:after {
    background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%); }

.control__item {
  text-align: center;
  position: relative;
  padding: 2px; }
  .control__item:before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 23px;
    background: linear-gradient(180deg, #029eed 0%, #af40e4 100%); }
  .control__item:hover .control__content {
    color: #131517; }
    .control__item:hover .control__content:after {
      opacity: 1; }
  .control__item:hover .control__img .first {
    opacity: 0; }
  .control__item:hover .control__img .second {
    opacity: 1; }

.control__content {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  background-color: #08071a;
  border-radius: 23px;
  overflow: hidden; }
  .control__content:after {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    background: linear-gradient(to bottom, #029eed, #af40e4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .2s ease; }

.control__img {
  height: 90px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2; }
  .control__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease; }
    .control__img img.second {
      opacity: 0; }

.control__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2; }

.secured {
  margin-bottom: 70px;
  position: relative; }
  .secured .block__title {
    margin-bottom: 10px;
    font-weight: 300; }

.secured__shape {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  pointer-events: none; }

.secured__wrapper {
  margin-bottom: 120px;
  display: flex;
  align-items: center; }

.secured__block {
  width: 50%;
  padding-top: 1rem; }

.secured__text {
  font-size: 18px;
  font-weight: 500; }

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

.secure__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500; }
  .secure__item img {
    margin-right: 15px; }

.industry {
  margin-bottom: 150px;
  position: relative; }

.industry__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .industry__wrapper:nth-child(2n) {
    flex-direction: row-reverse; }

.industry__block {
  max-width: 467px; }
  .industry__block .block__title {
    font-weight: 300;
    margin-bottom: 10px; }
  .industry__block .block__text {
    margin-bottom: 0; }

.industry__actions {
  margin-top: 2rem;
  display: flex; }
  .industry__actions .btn {
    min-width: 235px;
    margin-right: 1rem;
    justify-content: flex-start; }
    .industry__actions .btn:last-child {
      margin-right: 0; }

.industry__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none; }

.ecosystem {
  margin-bottom: 100px; }
  .ecosystem .block__title {
    margin-bottom: 10px; }
  .ecosystem .block__text {
    max-width: 800px;
    margin: 0 auto 80px; }

.ecosystem__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px; }

.ecosystem__block {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 40px; }
  .ecosystem__block:nth-child(2) .ecosystem__item:before {
    background: linear-gradient(180deg, #029eed 0%, #af40e4 100%); }
  .ecosystem__block:nth-child(2) .ecosystem__item .ecosystem__content:after {
    background: linear-gradient(180deg, #029eed, #af40e4); }
  .ecosystem__block:nth-child(2) .ecosystem__title {
    background: linear-gradient(180deg, #029eed 0%, #af40e4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .ecosystem__block:nth-child(3) .ecosystem__item:before {
    background: linear-gradient(180deg, #E447BE 0%, #75389A 100%); }
  .ecosystem__block:nth-child(3) .ecosystem__content:after {
    background: linear-gradient(180deg, #E447BE 0%, #75389A 100%); }
  .ecosystem__block:nth-child(3) .ecosystem__title {
    background: linear-gradient(180deg, #e447be 0%, #75389a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.ecosystem__item {
  position: relative;
  padding: 2px; }
  .ecosystem__item:before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 23px;
    background: linear-gradient(180deg, #b9e214 0%, #ff684c 100%); }
  .ecosystem__item:hover .ecosystem__content:after {
    opacity: 1; }
  .ecosystem__item:hover .ecosystem__content .ecosystem__title {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #131517; }
  .ecosystem__item:hover .ecosystem__content .ecosystem__text {
    color: #131517; }

.ecosystem__content {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  background-color: #08071a;
  border-radius: 23px;
  overflow: hidden; }
  .ecosystem__content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #F69923 0%, #F79A23 50%, #E97826 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .2s ease; }

.ecosystem__title {
  font-size: 24px;
  font-weight: 500;
  background: linear-gradient(180deg, #F69923 0%, #F79A23 50%, #E97826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2; }

.ecosystem__text {
  font-size: 48px;
  font-weight: 500;
  position: relative;
  z-index: 2; }

.block__wrapper {
  padding: 0 0 2rem; }

.contacts__text {
  opacity: .8;
  font-size: 1.2rem; }

.contacts__wrapper {
  display: flex;
  margin: 0 -2rem; }

.contacts__left {
  padding: 0 2rem; }

.contacts__form-wrapper {
  width: 50%;
  padding: 0 2rem; }

.login__page {
  padding: 0;
  padding-top: 2rem;
  position: relative;
  display: flex;
  justify-content: center; }
  .login__page .logo {
    position: absolute;
    left: 4rem;
    top: 3rem; }
  .login__page .main__text {
    color: #ffffff; }
  .login__page .intro__title {
    font-weight: 300; }
    .login__page .intro__title span {
      font-weight: 500; }

.login__info {
  position: relative;
  z-index: 2; }

.login__item {
  min-height: 100%; }
  .login__item .dashboard__title-wrapper {
    margin-bottom: 0; }
  .login__item .img {
    position: absolute;
    left: 4rem;
    bottom: 5rem;
    height: 35rem; }
  .login__item .copyright {
    position: relative;
    z-index: 2;
    color: #ffffff;
    top: 1.5rem; }

.login__header {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  width: 100%; }
  .login__header a {
    font-size: 2.4rem;
    font-weight: 300;
    color: rgba(27, 29, 31, 0.2);
    display: block;
    margin-right: 2rem;
    margin-bottom: 5rem;
    padding-bottom: .4rem;
    transition: all .2s ease;
    position: relative; }
    .login__header a:last-child {
      margin-right: 0; }
    .login__header a:hover {
      text-decoration: none;
      color: #131517; }
    .login__header a:after {
      content: '';
      height: .4rem;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #000000;
      opacity: 0;
      transition: all .2s ease; }
    .login__header a.active {
      color: #131517; }
      .login__header a.active:after {
        opacity: 1; }

.login__text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #131517; }
  .login__text.sm {
    font-size: 1rem; }

.login___title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #131517;
  margin-bottom: 1rem; }

.login__form {
  max-width: 500px;
  margin: 0 auto; }
  .login__form .input {
    min-height: auto;
    padding: .8rem 1rem;
    border: 1px solid #131517; }
  .login__form .input__wrapper .input {
    padding-right: 2.4rem; }
  .login__form .checkbox {
    margin-bottom: 2rem; }
  .login__form .btn {
    color: #ffffff;
    width: 100%;
    height: 3.6rem; }
    .login__form .btn:hover {
      color: #ffffff; }

.form__inline {
  display: flex;
  justify-content: space-between;
  margin: 0 -1rem 0; }
  .form__inline .form__group {
    width: 50%;
    padding: 0 1rem; }
  .form__inline.with-border {
    margin-bottom: .5rem;
    padding-bottom: 0;
    position: relative; }
    .form__inline.with-border:after {
      bottom: 0;
      position: absolute;
      left: 1rem;
      right: 1rem;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.15);
      content: ''; }

.login__form-action {
  text-align: center;
  color: #131517;
  margin-bottom: 1rem; }
  .login__form-action a {
    color: #131517;
    font-weight: 500; }
  .login__form-action.forgot {
    margin-bottom: 1rem; }

.login__form-text {
  color: #131517;
  text-align: center; }

.pass__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .6rem;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: none;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pass__btn img {
    height: 1rem;
    display: block; }
  .pass__btn .second {
    height: 1rem;
    display: none; }
  .pass__btn.active .first {
    display: none; }
  .pass__btn.active .second {
    display: block; }

.login__nav {
  display: flex;
  justify-content: center; }
  .login__nav a {
    display: block;
    margin-right: 1rem;
    color: #000000; }
    .login__nav a:last-child {
      margin-right: 0; }

@media (max-height: 820px) {
  .login__block:last-child {
    padding-top: 3rem; } }

.cabinet__label {
  display: none; }

body.cabinet .btn {
  height: 45px;
  min-width: 158px; }

body.cabinet .page__wrapper {
  padding-left: 264px; }

body.cabinet .container {
  max-width: 1100px;
  width: 100%; }
  @media (max-width: 1280px) {
    body.cabinet .container {
      max-width: 1000px; } }

body.cabinet .checkbox__label {
  color: rgba(171, 181, 192, 0.9); }
  body.cabinet .checkbox__label:before {
    border-color: rgba(171, 181, 192, 0.9); }

body.cabinet .page:before {
  content: '';
  position: absolute;
  top: -15rem;
  left: -0rem;
  width: 1300px;
  height: 1300px;
  background-image: url("/images/cabinet_shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1; }

body.cabinet .page:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -15rem;
  width: 1300px;
  height: 1300px;
  background-image: url("/images/cabinet_shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1; }

body .header__left {
  width: auto; }

.cabinet__header-item {
  border-radius: 2.2rem;
  padding: .4rem 0 .4rem 1.4rem;
  display: flex;
  align-items: center;
  position: relative; }
  .cabinet__header-item.user {
    padding-left: .8rem; }

.user__menu {
  min-width: 170px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fdfdfd;
  border-radius: .2rem;
  box-shadow: -30px -30px 80px rgba(255, 255, 255, 0.3), 30px 30px 80px rgba(55, 84, 170, 0.15), inset 4px 4px 40px rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  transform: translateY(-0.8rem); }
  .user__menu:before {
    content: '';
    border: .4rem solid transparent;
    border-bottom-color: #fdfdfd;
    position: absolute;
    bottom: 100%;
    right: .8rem; }
  .user__menu.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0.4rem); }

.user__header {
  padding: 1rem 1.4rem;
  text-align: center; }
  .user__header .text {
    font-size: .6rem;
    margin-bottom: 1rem; }
  .user__header .btn {
    padding: 0 1rem;
    text-transform: uppercase;
    font-size: .6rem;
    letter-spacing: .125em; }

.user__link {
  display: flex;
  color: rgba(0, 0, 0, 0.3);
  font-size: .8rem;
  height: 2.6rem;
  border-top: 1px solid #f2f2f9;
  border-bottom: 1px solid #f2f2f9;
  align-items: center;
  padding: 0 1.4rem;
  line-height: 1;
  transition: all .2s ease; }
  .user__link i {
    color: rgba(4, 15, 68, 0.7);
    margin-right: 1rem; }
  .user__link:last-child {
    border: 0; }
  .user__link:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9); }

.cabinet__title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1.4rem;
  text-transform: capitalize; }

.cabinet__header-link {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #000000; }
  .cabinet__header-link img {
    margin-right: .8rem; }

.value__item {
  color: #131517;
  font-size: .7rem;
  margin-bottom: .2rem; }
  .value__item:last-child {
    margin-bottom: 0; }
  .value__item span {
    opacity: .3; }

.cabinet__user {
  display: flex;
  align-items: center;
  min-width: 10rem;
  position: relative;
  border: 1px solid #f4f4f4;
  border-radius: .4rem;
  padding: .6rem; }
  .cabinet__user:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .6rem;
    border: 4px solid transparent;
    border-top-color: #ffffff; }
  .cabinet__user:hover {
    text-decoration: none; }
  .cabinet__user .name {
    color: #131517;
    font-size: .8rem; }
  .cabinet__user .verify {
    color: #98e491;
    font-size: .6rem;
    text-transform: uppercase; }
    .cabinet__user .verify.error {
      color: #f2a690; }
  .cabinet__user .event {
    position: absolute;
    top: -.2rem;
    left: -.2rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    font-size: .6rem;
    border: 1px solid #AB21EC;
    background-color: #AB21EC;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center; }

.cabinet__user-img {
  position: relative;
  margin-right: .8rem; }
  .cabinet__user-img img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover; }
  .cabinet__user-img .event {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: -.4rem;
    right: -.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
    font-size: .8rem;
    background-color: #AB21EC;
    border: 1px solid #AB21EC;
    border-radius: 50%;
    font-weight: 700; }

.cabinet__cards {
  margin-bottom: 20px; }

.cards__wrapper {
  display: flex;
  margin: 0 -.3rem; }

.cards__block {
  width: 25%;
  padding: 0 .3rem; }

.cards__item {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #000000;
  transition: all .2s ease; }
  .cards__item:hover {
    text-decoration: none;
    transform: scale(1.2); }

.cards__label {
  color: #000000;
  opacity: .3; }

.cards__price {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase; }

.cards__buy {
  font-size: .6rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500; }
  .cards__buy img {
    margin-left: .6rem; }

.cabinet__converter .converter__container {
  background: linear-gradient(180deg, #383584 0%, #1b1854 100%);
  border-radius: 12px;
  padding: 0; }

.cabinet__converter .main__title-wrapper {
  margin-bottom: 40px;
  display: block; }

.cabinet__converter .main__title {
  display: none; }

.cabinet__converter .converter__exchange {
  display: none; }

.cabinet__converter .converter__form-head {
  display: none; }

.cabinet__converter .btc__price {
  display: none; }

.cabinet__converter .converter .switcher {
  width: 100%; }

.cabinet__converter .converter .switcher__input:checked + .switcher__label .switcher__text.buy {
  color: #09081b;
  background: linear-gradient(to bottom, #f69923, #f79a23, #e97826); }

.cabinet__converter .converter .switcher__input:checked + .switcher__label .switcher__text.sell {
  background: none;
  color: #ffffff; }

.cabinet__converter .converter .switcher__label {
  width: 100%;
  background: none;
  height: 44px;
  padding: 0;
  box-shadow: none; }
  .cabinet__converter .converter .switcher__label:after {
    display: none; }

.cabinet__converter .converter .switcher__text {
  padding: 0 16px;
  width: 50%;
  border-radius: 12px;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  display: flex;
  align-items: center; }
  .cabinet__converter .converter .switcher__text.buy {
    color: #ffffff;
    background: none; }
  .cabinet__converter .converter .switcher__text.sell {
    color: #09081b;
    background: linear-gradient(to bottom, #f69923, #f79a23, #e97826); }

.cabinet__converter .converter .converter__form {
  padding: 0 24px 30px; }
  .cabinet__converter .converter .converter__form .input {
    border: 0;
    background: none;
    padding-left: 0;
    font-weight: 700;
    font-size: 34px;
    padding: 0; }
  .cabinet__converter .converter .converter__form .converter__form-block:last-child {
    padding-left: 0;
    width: 100%;
    text-align: left; }
  .cabinet__converter .converter .converter__form .converter__form-block.first-block:after {
    left: 0;
    right: 0; }
  .cabinet__converter .converter .converter__form .steps__action {
    padding-bottom: 0; }

.dashboard__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
  position: relative; }

.dashboard__block {
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 20px; }
  .dashboard__block--sm {
    flex: 0 0 25%; }
  .dashboard__block--lg {
    flex: 1; }
  .dashboard__block.rates .dashboard__overview {
    display: flex; }

.overview__sticky {
  display: flex; }
  .overview__sticky .dashboard__overview {
    height: auto;
    width: 100%; }

.dashboard__overview {
  padding: 2rem;
  background: rgba(8, 7, 26, 0.5);
  box-shadow: 4px 4px 24px rgba(79, 100, 92, 0.2);
  border-radius: 20px;
  height: 100%;
  position: relative; }
  .dashboard__overview.wallet .btn {
    height: 2.6rem;
    padding: 0 1.4rem; }

.dashboard__title-wrapper {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .dashboard__title-wrapper.history {
    align-items: flex-end; }
    .dashboard__title-wrapper.history .dashboard__title {
      margin-bottom: 1.2rem; }
    .dashboard__title-wrapper.history .btn {
      margin-right: .8rem;
      margin-bottom: .8rem;
      height: 36px;
      min-width: auto; }
      .dashboard__title-wrapper.history .btn.active {
        background-color: #AB21EC;
        color: #ffffff; }
  .dashboard__title-wrapper .checkbox__label {
    font-weight: 600;
    color: #ffffff; }
  .dashboard__title-wrapper .link {
    font-size: .8rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase; }
  .dashboard__title-wrapper .btn {
    height: 3rem;
    font-size: 1rem;
    padding: 0 1.5rem; }
    .dashboard__title-wrapper .btn:hover path {
      fill: #ffffff; }
    .dashboard__title-wrapper .btn svg {
      margin-right: .6rem; }

.dashboard__title-block .question {
  line-height: 1; }

.dashboard__title {
  margin-bottom: .3rem;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #ffffff;
  line-height: 1; }
  .dashboard__title .tip {
    margin-left: .4rem; }

.dashboard__subtitle {
  color: #bac4cf;
  font-weight: 500;
  font-size: 14px; }

.overview__chart-wrapper {
  position: relative;
  margin-bottom: 1.6rem; }

.overview__chart {
  margin: 0 auto;
  width: 165px !important;
  height: 165px !important; }

.wallet__value {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: .5rem;
  transform: translate(-50%, -50%);
  font-size: .8rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center; }
  .wallet__value span {
    margin-bottom: .3rem;
    display: block;
    font-size: .6rem;
    font-weight: 500;
    opacity: .6;
    text-align: center; }

.overview__coins .coin {
  margin-bottom: 1rem; }

.overview__coins .name {
  position: relative; }

.overview__coins .color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: .2rem; }

.overview__coins .name {
  padding-left: .4rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: .2rem; }

.overview__coins .amount {
  padding-left: .5rem;
  font-size: .8rem;
  text-transform: uppercase; }
  .overview__coins .amount span {
    opacity: .6; }

.dashboard__rates {
  width: 20%; }

.dashboard__rates-chart {
  width: 80%; }
  .dashboard__rates-chart .dropdown-wrapper {
    display: inline-flex;
    justify-content: flex-end; }
  .dashboard__rates-chart .dropdown__btn {
    background: none;
    border: 0;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem; }

.rates__chart {
  height: 310px !important;
  width: 100% !important; }

.rates__coin {
  margin-bottom: .6rem; }

.rates__amount {
  margin-bottom: 2rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.6rem; }

.rates_item {
  margin-bottom: 1rem; }
  .rates_item .title {
    font-size: .8rem;
    opacity: .6;
    margin-bottom: .2rem;
    text-transform: uppercase; }
  .rates_item .amount {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-right: 1rem;
    line-height: 1; }
  .rates_item .percent {
    opacity: .6;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .2rem; }
  .rates_item .height {
    display: inline-block;
    vertical-align: middle;
    border: 5px solid transparent;
    position: absolute;
    margin-top: -2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .rates_item .height.up {
      border-bottom-color: #98e491; }
    .rates_item .height.down {
      border-top-color: #0e1229;
      margin-top: 4px; }

.dashboard__text {
  font-size: 14px;
  color: #abb5c0; }

.dashboard__tabs--activity .dashboard__tabs-nav {
  padding-left: 3rem; }
  .dashboard__tabs--activity .dashboard__tabs-nav a {
    font-size: 1.2rem; }

.dashboard__tabs-nav {
  margin-bottom: 2rem;
  display: flex; }
  .dashboard__tabs-nav a {
    display: block;
    position: relative;
    font-size: 1.6rem;
    margin-right: 2rem;
    opacity: .2;
    transition: all .2s ease;
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 500; }
    .dashboard__tabs-nav a:last-child {
      margin-right: 0; }
    .dashboard__tabs-nav a:after {
      width: 100%;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      background-color: #000000;
      opacity: 0; }
    .dashboard__tabs-nav a:hover {
      text-decoration: none; }
    .dashboard__tabs-nav a.active {
      opacity: 1; }
      .dashboard__tabs-nav a.active:after {
        opacity: 1; }

.dashboard__tabs-item .text {
  margin-bottom: 2rem;
  font-size: 1rem;
  opacity: .7; }

.verify__requirements {
  max-width: 70%; }
  .verify__requirements .title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 600; }

.verify__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 1rem; }

.verify__block {
  padding: 0 1rem;
  margin-bottom: 2rem;
  width: 50%; }

.verify__item {
  padding-left: 1rem;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem; }
  .verify__item:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: .5rem;
    left: 0; }

.cabinet__form {
  max-width: 85%; }
  .cabinet__form .form__group {
    margin-bottom: 1.6rem; }
  .cabinet__form .label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500; }
  .cabinet__form .input {
    color: #ffffff;
    padding: .8rem 1rem; }
  .cabinet__form .select:after {
    border: 3px solid transparent;
    top: 50%;
    border-top-color: #ffffff;
    padding: 0;
    margin-top: .2rem;
    transform: translateY(-50%) rotate(0);
    right: .6rem; }
  .cabinet__form .select select {
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    padding: 0 .4rem 0 1rem; }
  .cabinet__form .select.day {
    width: 4rem; }
  .cabinet__form .select.year {
    width: 6rem; }
  .cabinet__form .radio {
    margin-bottom: 0; }

.cabinet__form-wrapper {
  display: flex;
  margin: 0 -.8rem; }

.cabinet__form-block {
  padding: 0 .8rem;
  width: 33.333333%; }
  .cabinet__form-block.date .date__block {
    width: 25%; }
    .cabinet__form-block.date .date__block:last-child {
      width: 75%; }
  .cabinet__form-block.zip {
    width: 9rem; }
  .cabinet__form-block.street {
    width: 66.666666%; }

.date__wrapper {
  display: flex;
  align-items: center;
  margin: 0 -.6rem; }

.date__block {
  padding: 0 0.6rem; }

.cabinet__form-actions {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2; }
  .cabinet__form-actions .btn {
    height: 56px;
    margin-right: 2rem; }
    .cabinet__form-actions .btn[disabled] {
      opacity: .7;
      pointer-events: none; }
    .cabinet__form-actions .btn i {
      margin-right: 5px; }
    .cabinet__form-actions .btn:last-child {
      margin-right: 0; }
    .cabinet__form-actions .btn--o-pink {
      border: 0;
      padding: 0; }
      .cabinet__form-actions .btn--o-pink:hover {
        color: #0e1229;
        background-color: transparent; }
  .cabinet__form-actions .converter__btn {
    transform: translateY(-2px);
    margin-right: 45px; }

/*Checkout

*/
.checkout__wrapper {
  display: flex;
  margin: 0 -4.5rem 8rem; }

.checkout__block {
  padding: 0 4.5rem;
  width: 50%; }
  .checkout__block:last-child {
    width: 50%; }

.checkout__title {
  display: inline-flex;
  transform: translateY(-2rem);
  margin-left: -1.6rem;
  border-radius: 12px;
  background: #ffbf8b;
  padding: 12px 16px;
  color: #2a325e;
  font-weight: 500;
  box-shadow: 1px 1px 20px rgba(223, 85, 224, 0.25) inset; }

.checkout__heading {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center; }

.checkout__step {
  margin-right: 6rem;
  display: block;
  color: #abb5c0;
  position: relative;
  font-weight: 600;
  font-size: 16px; }
  .checkout__step:after {
    content: '';
    border: .3rem solid transparent;
    border-left-color: #abb5c0;
    right: -3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6; }
  .checkout__step:last-child {
    margin-right: 0; }
    .checkout__step:last-child:after {
      opacity: 0; }
  .checkout__step:hover {
    color: #AB21EC;
    text-decoration: none; }

.checkout__item {
  padding: 2rem 1.6rem 1.6rem;
  background: linear-gradient(180deg, #383584 0%, #1b1854 100%);
  border-radius: 12px; }
  .checkout__item .dashboard__title {
    margin-bottom: .3rem; }
  .checkout__item .dashboard__title-wrapper {
    margin-bottom: 15px; }
  .checkout__item .label {
    text-transform: none; }
  .checkout__item .step__radio {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5rem 0; }
    .checkout__item .step__radio .radio {
      padding: 0 .5rem;
      width: 100%;
      border-bottom: 1px solid #433c79; }
    .checkout__item .step__radio .radio__label {
      padding: 1rem 1rem;
      background: none;
      height: 4rem; }
      .checkout__item .step__radio .radio__label .title {
        margin-bottom: .2rem;
        font-size: 24px; }
      .checkout__item .step__radio .radio__label .text {
        font-size: 18px; }
      .checkout__item .step__radio .radio__label img {
        height: 28px; }
      .checkout__item .step__radio .radio__label.internal img {
        height: 21px; }
  .checkout__item .secure {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase; }
    .checkout__item .secure img {
      margin-top: -.2rem;
      margin-right: .4rem; }

.checkout__calc-wrapper {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #36386d;
  margin-bottom: 10px; }

.checkout__calc {
  display: flex;
  align-items: center;
  width: 50%; }
  .checkout__calc img {
    margin-right: 15px; }
  .checkout__calc .title {
    font-size: 16px;
    color: #ffffff; }
  .checkout__calc .amount {
    font-weight: 700;
    color: #a7c2c2;
    font-size: 25px; }

.checkout__more {
  margin-bottom: 20px;
  color: #bbb5e4;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%; }
  .checkout__more img {
    margin-right: 5px;
    display: block;
    transform: translateY(-1px); }
  .checkout__more:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 4px solid transparent;
    border-top-color: #ffb96d; }
  .checkout__more.active:after {
    border-top-color: transparent;
    border-bottom-color: #ffb96d;
    margin-top: -2px; }

.bank__transfer-actions {
  display: none;
  margin-top: 1rem;
  justify-content: space-between; }
  .bank__transfer-actions.active {
    display: flex; }
    @media (max-width: 560px) {
      .bank__transfer-actions.active {
        flex-direction: column; }
        .bank__transfer-actions.active .bank__transfer-radio {
          width: 100%; } }

.checkout__radio {
  margin-bottom: 0; }
  .checkout__radio.opened {
    height: auto; }
  .checkout__radio .radio:nth-child(2) {
    border-bottom: 0; }
  .checkout__radio .radio:last-of-type {
    border-bottom: 0; }

.bank__transfer-radio {
  margin-bottom: 1rem;
  width: 49%; }
  .bank__transfer-radio .radio__input:checked + .bank__transfer-action {
    color: #ffffff;
    border-color: #f79a23; }

.bank__transfer-action {
  height: 44px;
  padding: 0 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #abb5c0;
  color: #abb5c0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer; }
  .bank__transfer-action:hover {
    text-decoration: none; }
  .bank__transfer-action:last-child {
    margin-bottom: 0; }

.payment__method {
  display: flex;
  padding-bottom: 3rem;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 3rem; }
  .payment__method .method {
    margin-right: 1rem;
    position: relative; }
    .payment__method .method.disabled {
      cursor: default; }
  .payment__method input {
    position: absolute;
    opacity: 0; }
    .payment__method input:checked + .method__label {
      opacity: 1;
      filter: none;
      border-color: #0e1229; }
  .payment__method .method__label {
    font-size: .8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: .3;
    filter: grayscale(100%);
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    padding: 1rem 1.4rem;
    border-radius: 5px; }
    .payment__method .method__label img {
      margin-right: .4rem; }

.checkout__total {
  font-size: 1.2rem;
  font-weight: 600; }

.checkout__total-price {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600; }

.checkout__rates {
  display: flex; }

.rate {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: .8rem; }
  .rate .name {
    font-size: .8rem;
    margin-right: 1rem; }
  .rate .type {
    font-size: .8rem;
    font-weight: 500; }

.checkout__card {
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  height: 145px;
  background-image: url("/images/card_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .checkout__card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background-color: #ffffff;
    opacity: .1; }

.checkout__card-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 1;
  pointer-events: none;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.card__label {
  font-size: 1.33rem;
  color: #ffffff;
  position: relative;
  z-index: 2; }

.card__price {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
  color: #abb5c0;
  display: flex;
  align-items: center;
  line-height: 1; }
  .card__price input {
    max-width: 15rem;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    border: 0;
    outline: 0;
    width: auto;
    font-weight: inherit;
    font-family: inherit;
    background-color: transparent; }

.card__change {
  display: flex;
  align-items: center;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  display: none; }
  .card__change img {
    margin-left: .4rem; }

.checkout__table {
  padding-bottom: 30px;
  border-bottom: 1px solid #312f58;
  margin-bottom: 13px; }

.checkout__table-block .checkout__table-row:last-of-type {
  margin-bottom: 0; }

.checkout__table-row {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between; }
  .checkout__table-row .type {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    flex: 1; }
    .checkout__table-row .type:after {
      border-bottom: 1px dotted rgba(171, 33, 236, 0.5);
      flex: 1;
      content: '';
      margin: 0 .4rem;
      transform: translateY(-0.2rem);
      display: none; }
  .checkout__table-row .text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff; }

.checkout__refresh {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  margin: 0 -1rem 0;
  opacity: .8; }
  .checkout__refresh span {
    font-weight: 500;
    padding-left: .1rem; }
  .checkout__refresh img {
    margin-right: .4rem; }

.checkout__footer {
  font-size: 13px;
  text-align: center;
  max-width: 200px;
  margin: 1rem auto 0; }

.payment__text {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #484183;
  color: #ffffff;
  font-size: 8px; }
  .payment__text b {
    font-weight: 500; }
  .payment__text a {
    color: inherit;
    text-decoration: underline;
    font-weight: 500; }
    .payment__text a:hover {
      text-decoration: none; }

.payment__details {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 9px;
  opacity: .8; }

/*
Checkout
*/
/*Orders*/
.cabinet__orders {
  width: 100%;
  margin-bottom: 50px;
  padding: 2rem 2rem;
  background: linear-gradient(180deg, #383584 0%, #1b1854 100%);
  box-shadow: 4px 4px 24px rgba(79, 100, 92, 0.2);
  border-radius: 12px; }

.orders__header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .orders__header .btn {
    height: 2.6rem; }

.orders__nav-link {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 500;
  position: relative;
  padding-bottom: .4rem;
  margin-right: 1rem;
  transition: all .2s ease; }
  .orders__nav-link:last-child {
    margin-right: 0; }
  .orders__nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131517;
    opacity: 0;
    transition: all .2s ease; }
  .orders__nav-link:hover {
    text-decoration: none; }
    .orders__nav-link:hover:after {
      opacity: .7; }
  .orders__nav-link.active {
    color: #000000; }
    .orders__nav-link.active:after {
      opacity: 1; }

.pagination__wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination__wrapper .pagination__item {
    color: #a7a7a7;
    width: 15px;
    height: auto;
    background: none;
    cursor: pointer;
    padding: 0;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    transform: translateY(1px); }
    .pagination__wrapper .pagination__item.active {
      background: linear-gradient(to right, #f69923, #f79a23, #e97826);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.pagination__link {
  font-size: 15px;
  font-weight: 700;
  color: #a7a7a7;
  margin-right: 10px; }
  .pagination__link:hover {
    text-decoration: none; }
  .pagination__link.disabled {
    pointer-events: none;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial; }
  .pagination__link:last-child {
    margin-right: 0;
    margin-left: 10px; }

.pagination__count {
  margin: 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #a7a7a7;
  display: flex;
  align-items: center; }
  .pagination__count .current {
    color: #f69923;
    display: block;
    margin-right: .6rem; }
  .pagination__count .total {
    display: block;
    margin-left: .6rem; }

/*Orders*/
.wallet__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.wallet__block {
  width: 33.33333%;
  padding: 0 10px;
  margin-bottom: .4rem; }
  .wallet__block.active .wallet__item:hover .plus {
    opacity: 0;
    visibility: hidden; }
  .wallet__block.disabled .wallet__item {
    background-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    .wallet__block.disabled .wallet__item * {
      opacity: .3; }
    .wallet__block.disabled .wallet__item:hover .wallet__currency {
      opacity: 1; }
      .wallet__block.disabled .wallet__item:hover .wallet__currency img {
        opacity: 1; }
    .wallet__block.disabled .wallet__item .wallet__currency {
      opacity: 0; }
      .wallet__block.disabled .wallet__item .wallet__currency img {
        opacity: 0; }
  .wallet__block.disabled .wallet__head .name {
    color: #131517;
    font-size: 14px;
    font-weight: 700; }
  .wallet__block.disabled .wallet__head .address {
    color: #000000;
    pointer-events: none;
    text-transform: uppercase; }
  .wallet__block.disabled .wallet__head .copy_adr_btn {
    text-transform: uppercase; }
  .wallet__block.disabled .balance {
    color: #000000; }
  .wallet__block.disabled .balance__coin {
    color: #000000; }
  .wallet__block.disabled .wallet__footer {
    filter: grayscale(100%); }

.wallet__item {
  padding: 1.4rem 2rem;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
  .wallet__item * {
    color: #AB21EC; }
  .wallet__item:hover .plus {
    opacity: 1;
    visibility: visible; }
  .wallet__item:hover .wallet__currency {
    opacity: 1; }

.wallet__currency {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; }

.wallet__img {
  position: absolute;
  left: -2rem;
  top: 0;
  max-width: 100%;
  z-index: 1;
  display: none; }

.wallet__content {
  position: relative;
  z-index: 2; }
  .wallet__content .balance {
    margin-bottom: .4rem;
    font-size: 14px;
    color: #AB21EC;
    opacity: .8;
    font-weight: 700; }
  .wallet__content .balance__coin {
    margin-bottom: .6rem;
    font-size: 2rem;
    font-weight: 700;
    color: #AB21EC; }

.wallet__head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .wallet__head .name {
    color: #131517;
    font-size: 14px;
    font-weight: 700; }
  .wallet__head .address {
    color: #AB21EC;
    font-size: .6rem; }
  .wallet__head .copy_adr_btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #AB21EC;
    opacity: .8; }

.wallet__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .wallet__footer .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #AB21EC;
    transition: all .2s ease; }
    .wallet__footer .action:last-child {
      margin-left: 1rem;
      transform: rotate(180deg); }
    .wallet__footer .action:hover {
      background-color: #0e1229; }

.wallet__actions {
  display: flex;
  align-items: center; }
  .wallet__actions img {
    height: 14px; }

.wallet__link {
  font-weight: 500;
  color: #ffffff;
  font-size: .6rem; }

.checkout__attention {
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  font-size: .8rem;
  line-height: 2; }
  .checkout__attention img {
    margin-right: 1rem; }

.card__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%); }

.card__info-wrapper {
  border-bottom: 1px solid #f2f2f9;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem; }

.card__info {
  max-width: 380px;
  width: 100%; }
  .card__info .input {
    width: 100%;
    padding: 1rem 1rem;
    font-family: inherit; }
    .card__info .input--crypto {
      border: 1px solid #0e1229;
      border-radius: .2rem;
      color: #000000;
      font-size: 1rem; }
  .card__info .label {
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.3); }

.card__data .input {
  border: 1px solid #f2f2f9;
  border-radius: .2rem;
  color: #ffffff; }

.card__data .checkbox__label {
  font-size: .8rem;
  font-weight: 500;
  color: #ffffff; }
  .card__data .checkbox__label .text {
    font-size: .6rem;
    font-weight: 400;
    display: block; }

.card__info-inline {
  display: flex;
  align-items: flex-end;
  margin: 0 -.5rem 1.4rem; }
  .card__info-inline .item {
    width: 6rem;
    padding: 0 .5rem; }

.card__info-footer .checkbox {
  margin-bottom: 2rem; }

.card__info-footer .checkbox__label {
  color: #000000;
  font-weight: 400;
  font-size: .6rem; }
  .card__info-footer .checkbox__label a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline; }
    .card__info-footer .checkbox__label a:hover {
      text-decoration: none; }

.profile {
  padding: 3rem; }

.profile__header {
  margin-bottom: 4rem;
  display: flex;
  align-items: center; }

.profile__header-block .btn {
  padding: 0 1rem;
  height: 25px;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: .2rem; }
  .profile__header-block .btn--o-white:hover {
    background: none;
    color: #ffffff; }

.profile__header-block .name {
  margin-bottom: .4rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff; }

.profile__header-block:last-child {
  margin-left: 3rem; }

.profile__header-block .customer_nr {
  margin-bottom: 1rem;
  color: #ffffff; }

.profile__photo {
  position: relative; }
  .profile__photo .photo {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .profile__photo .upload {
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00d2ff;
    border-radius: 50%; }

.profile__form .label {
  font-size: 14px;
  font-weight: 500;
  color: #dbdbdb;
  display: block; }

.profile__form .input {
  padding: .8rem 1rem;
  font-size: 13px;
  border-radius: .3rem;
  background-color: #08071a; }
  .profile__form .input::placeholder {
    font-size: 13px; }
  .profile__form .input.error {
    border-color: #000000;
    background-color: #f2a690; }

.profile__form .sell__order-block .label {
  color: #abb5c0;
  opacity: .8; }

.profile__form.auth {
  margin-bottom: -40px; }

.profile__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff; }

.profile__email {
  margin-bottom: 2rem;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 36px;
  color: #ffffff;
  background-color: #AB21EC;
  border-radius: 5px; }
  .profile__email.second {
    height: 2.4rem;
    padding: 0;
    background-color: transparent; }
    .profile__email.second .verify {
      padding-left: 1rem;
      margin-left: 2rem; }
  .profile__email .verify:not(.verified):before, .profile__email .verify:not(.verified):after {
    display: none; }
  .profile__email .verify {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    position: relative; }
    .profile__email .verify a {
      color: #ffffff; }
    .profile__email .verify:before, .profile__email .verify:after {
      content: '';
      width: 9px;
      height: 2px;
      background-color: #0e1229;
      position: absolute;
      left: 0;
      top: .4rem; }
    .profile__email .verify:before {
      transform: rotate(45deg); }
    .profile__email .verify:after {
      transform: rotate(-45deg); }
    .profile__email .verify.verified:before {
      width: .4rem;
      height: .8rem;
      background: none;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #70d695;
      top: 0; }
    .profile__email .verify.verified:after {
      display: none; }
  .profile__email.corporate {
    background: linear-gradient(90deg, #e447be 0%, #75389a 100%); }
    .profile__email.corporate:hover {
      text-decoration: none; }
    .profile__email.corporate .verify {
      margin-left: 0; }
      .profile__email.corporate .verify:before {
        display: none; }

.remodal .converter__container {
  padding: 0; }

.remodal .converter__form .label {
  color: #1b1d1f;
  opacity: .3;
  font-size: .8rem; }

.dashboard__rates-head {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.dashboard__rates-text {
  margin-right: 1rem;
  font-size: .8rem;
  color: rgba(27, 29, 31, 0.6); }

.overview__empty {
  position: absolute;
  top: calc(50% + 2.5rem);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #AB21EC;
  opacity: .8; }

.profile__2fa-container {
  margin-bottom: 3rem; }

.profile__2fa-item {
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 3.2rem;
  border-radius: .2rem;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff; }
  .profile__2fa-item img {
    margin-right: .4rem;
    display: none; }

.profile__2fa-text {
  margin-bottom: 1rem;
  max-width: 410px;
  font-size: .8rem;
  color: #9a9b9c; }

.profile__2fa-link {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  padding-left: 1.5rem;
  position: relative; }
  .profile__2fa-link img {
    position: absolute;
    left: 0; }

.profile__2fa-wrapper {
  display: flex;
  align-items: center; }

.profile__2fa-label {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  opacity: .3;
  margin-right: 1rem; }

.referral__wrapper {
  margin: 0 -1rem 2rem;
  display: flex;
  flex-wrap: wrap; }

.referral__block-nav {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .referral__block-nav .close__btn {
    opacity: 0;
    visibility: hidden; }

.referral__block {
  width: 100%;
  padding: 0 1rem; }
  .referral__block .referral__wrapper {
    margin-bottom: 0; }

.referral__item {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 2rem;
  height: 100%; }
  .referral__item .referral__block {
    margin-bottom: 2rem; }
  .referral__item .block__text ul {
    margin: .5em 0 .5em 1.2em; }
  .referral__item .chart__block canvas {
    height: 165px !important;
    width: 255px !important; }

.referral__nav {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .referral__nav a {
    display: flex;
    align-items: center;
    color: #000000; }
    .referral__nav a:last-child {
      margin-bottom: 0; }
    .referral__nav a.active {
      font-weight: 700;
      color: #4effef; }
      .referral__nav a.active .icon {
        fill: #4effef; }
    .referral__nav a .icon {
      margin-right: 1rem;
      fill: #000000;
      width: 1.6rem;
      height: 1.6rem;
      transition: all .2s ease; }
    .referral__nav a:hover {
      text-decoration: none; }
  .referral__nav.bottom {
    padding-bottom: 0; }
    .referral__nav.bottom:after {
      display: none; }

.referral__setting {
  padding-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  position: relative;
  display: none; }
  .referral__setting:after {
    position: absolute;
    bottom: 0;
    left: -2rem;
    right: -2rem;
    height: 1px;
    background-color: #f2f2f9;
    content: ''; }
  .referral__setting .title {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.2rem; }
  .referral__setting .text {
    opacity: .3;
    max-width: 225px;
    margin: 0 auto 1rem;
    font-size: .8rem; }
  .referral__setting .btn {
    margin-bottom: 1rem; }
  .referral__setting .link {
    display: block;
    margin-bottom: 1rem;
    text-decoration: underline;
    color: #000000;
    font-size: .8rem; }
    .referral__setting .link:hover {
      text-decoration: none; }
  .referral__setting .bonus {
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.3);
    position: relative; }
    .referral__setting .bonus span {
      color: #000000; }

.referral__block-item {
  width: 50%;
  margin-bottom: 2rem;
  padding: 0 1rem; }
  .referral__block-item .referral__item {
    padding-bottom: 1rem; }
  .referral__block-item.full {
    width: 100%;
    margin-bottom: 0; }
  .referral__block-item .dashboard__subtitle {
    margin-bottom: 2rem; }

.request {
  margin-top: 1.5rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center; }
  .request img {
    margin-left: .4rem; }

.order__download {
  position: relative;
  display: flex;
  align-items: center; }
  .order__download img {
    margin-right: .2rem;
    transform: translateY(0.2rem); }
  .order__download:hover {
    cursor: default; }
    .order__download:hover .download__list-wrapper {
      opacity: 1;
      visibility: visible; }
    .order__download:hover .order__download-text {
      color: #0e1229; }

.download__list-wrapper {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  padding-top: 1rem;
  right: 0;
  z-index: 2; }

.order__download-text {
  font-weight: 500;
  font-size: .8rem; }

.order__download-list {
  background: #fdfdfd;
  box-shadow: 0 0 30px rgba(13, 13, 13, 0.2);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  min-width: 4rem;
  text-align: center;
  position: relative; }
  .order__download-list:before {
    content: '';
    border: .4rem solid transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    bottom: 100%;
    right: 1rem; }
  .order__download-list a {
    padding: .6rem;
    color: #000000; }

.order__filter {
  display: flex;
  margin-bottom: 3rem; }
  .order__filter .btn {
    margin-bottom: 0;
    min-width: 135px;
    height: 36px; }
  .order__filter .radio {
    margin-bottom: 0;
    margin-right: 10px; }
  .order__filter .radio__label {
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: #f3f3f3;
    font-weight: 500;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase; }
    .order__filter .radio__label:before {
      display: none; }
    .order__filter .radio__label:after {
      display: none; }
  .order__filter .radio__input:checked + .radio__label {
    color: #ffffff;
    background-color: #AB21EC; }

.order__filter-block {
  display: flex;
  margin-right: .8rem;
  width: 45%;
  justify-content: flex-end;
  margin-bottom: .8rem; }
  .order__filter-block:first-child {
    width: 50%; }
  .order__filter-block.date {
    width: 65%; }
  .order__filter-block .label {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    background-color: rgba(34, 38, 44, 0.5);
    margin-bottom: 0;
    font-weight: 500;
    height: 36px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .order__filter-block .input {
    border: 0;
    width: 120px;
    border-left: 0;
    height: 36px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 .5rem 0 .5rem;
    font-weight: 500;
    flex: 1;
    background-color: rgba(32, 31, 33, 0.5); }
  .order__filter-block--radio {
    align-items: center;
    width: 50%; }
    .order__filter-block--radio:first-child {
      width: 44.5%; }
    .order__filter-block--radio .label {
      background-color: transparent;
      font-weight: 500;
      text-transform: uppercase; }
  .order__filter-block .input__wrapper .input {
    border-radius: 0; }
  .order__filter-block .input__wrapper:first-of-type .input {
    border-radius: 6px 0 0 6px; }
  .order__filter-block .input__wrapper:last-of-type .input {
    border-left: 0;
    border-radius: 0 6px 6px 0; }
  .order__filter-block .input__wrapper .select:after {
    display: none; }
  .order__filter-block .input__wrapper .input {
    padding-top: 3px; }
  .order__filter-block .input__wrapper:first-of-type .input {
    padding-left: 35px; }
  .order__filter-block .input__wrapper:first-of-type:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("/images/calendar.svg") no-repeat;
    width: 18px;
    height: 18px;
    left: 12px; }
  .order__filter-block .select select {
    border: 1px solid #f2f2f9;
    border-left: 0;
    height: 36px; }

.order__filter-search {
  position: relative;
  margin-right: 30px; }
  .order__filter-search .input {
    width: 190px;
    font-size: 12px;
    padding-left: 40px; }
    .order__filter-search .input::placeholder {
      font-size: 12px;
      color: #aeabd8; }

.order__filter-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }

.referral__pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center; }
  .referral__pagination .total .text {
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase; }
  .referral__pagination .total b {
    font-weight: 500; }

.order__merchant-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.order__search {
  margin-right: 3rem;
  position: relative; }
  .order__search:hover {
    cursor: default; }
    .order__search:hover .order__search-btn {
      color: #0e1229; }
    .order__search:hover .order__search-wrapper {
      opacity: 1;
      visibility: visible; }

.order__search-btn {
  font-size: .8rem;
  font-weight: 500;
  display: flex;
  align-items: center; }
  .order__search-btn img {
    margin-right: .4rem;
    height: 10px; }

.order__search-wrapper {
  position: absolute;
  padding: 1rem 3rem 4rem;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 415px; }

.order__search-form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center; }
  .order__search-form:before {
    content: '';
    border: .4rem solid transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .order__search-form .input {
    background: #fdfdfd;
    box-shadow: 0px 0px 30px rgba(13, 13, 13, 0.2);
    border-radius: 3px;
    color: #131517;
    height: 47px;
    padding: 0 1rem; }
    .order__search-form .input::placeholder {
      color: #000000;
      opacity: .4; }

.order__btn {
  padding: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: .6rem; }

.statistics__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -1rem; }
  .statistics__wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #f2f2f9; }
  .statistics__wrapper .alert {
    color: rgba(171, 33, 236, 0.5);
    font-weight: 500; }
  .statistics__wrapper .chart__block:first-child .chart__item {
    padding-top: 0; }
  .statistics__wrapper .chart__block:nth-child(2) {
    padding-top: 0; }
    .statistics__wrapper .chart__block:nth-child(2) .chart__item {
      padding-top: 0; }

.chart__block {
  padding: 0 1rem 0;
  width: 50%; }
  .chart__block h3 {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.2rem; }

.chart__block-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #f2f2f9; }

.order {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.6rem;
  padding-left: 35px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap; }
  .order:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    text-align: center; }
  .order--error {
    color: #ec1e1e; }
    .order--error:before {
      content: '!';
      background-color: #ec1e1e;
      color: #ffffff; }

.points-sale {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  font-weight: 600;
  font-size: 10px;
  color: #6f6f6f; }

.points-sale__img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  overflow: hidden; }
  .points-sale__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 992px) {
  .header--cabinet .header__wrapper {
    height: 70px; }
  .referral__block-item {
    width: 100%; }
  .referral__block-nav {
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    width: calc(100% - 1rem);
    transition: all .4s ease;
    z-index: 1000;
    top: 85px;
    height: calc(100% - 70px);
    padding-left: 0;
    padding-right: 0; }
    .referral__block-nav.opened {
      transform: translateX(0); }
    .referral__block-nav .close__btn {
      opacity: 1;
      visibility: visible;
      top: .5rem; }
      .referral__block-nav .close__btn:before, .referral__block-nav .close__btn:after {
        background: #989898;
        height: 3px; }
    .referral__block-nav .referral__item {
      overflow-y: auto;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .referral__block {
    width: 100%; }
  .header.panel {
    z-index: 1000; }
  .remodal--help .remodal__block:first-of-type {
    padding: 0 1rem; } }

@media (max-width: 768px) {
  .order__filter {
    flex-wrap: wrap; }
  .order__filter-block {
    width: 100%;
    margin-bottom: 1rem; }
    .order__filter-block:first-of-type {
      width: 100%; }
    .order__filter-block .label {
      width: 100%; }
    .order__filter-block .input {
      box-shadow: none;
      padding: 0 15px; }
  .table--activity {
    display: block; }
    .table--activity tbody {
      display: block; }
      .table--activity tbody tr {
        display: block; }
        .table--activity tbody tr td {
          display: block;
          text-align: left;
          padding-bottom: 0; }
          .table--activity tbody tr td:last-of-type {
            padding-bottom: 1.2rem;
            text-align: left; }
  .table--referral-orders thead {
    display: none; }
  .table--referral-orders tbody {
    display: block; }
    .table--referral-orders tbody tr {
      display: flex;
      flex-wrap: wrap; }
      .table--referral-orders tbody tr:first-of-type {
        border-top: 1px solid #f2f2f9; }
      .table--referral-orders tbody tr td {
        width: 50%;
        display: block;
        text-align: left;
        padding-left: 0;
        padding-bottom: 0; }
        .table--referral-orders tbody tr td:last-of-type {
          padding-bottom: 1.2rem;
          text-align: left; }
  .order__search-wrapper {
    left: 0;
    transform: none;
    width: 260px;
    padding: 1rem 0 1rem; }
  .order__search-form:before {
    transform: translateX(0);
    left: 1rem; }
  .order__search-form .input {
    padding-right: 2rem; }
  .chart__block {
    width: 100%; }
  .remodal--help {
    padding: 2rem 1rem 1rem !important;
    border-radius: 0;
    margin-bottom: 0; }
    .remodal--help .remodal__title {
      display: flex;
      align-items: center; } }

@media (max-width: 640px) {
  .table--registrations tbody tr td {
    width: 100%;
    word-break: break-all; }
  .table--api tbody tr td {
    width: 100%;
    word-break: break-all; }
  .referral__block-nav .referral__item {
    padding: 2rem; }
  .referral__item {
    padding: 2rem 1rem; }
  .referral__setting .btn {
    max-width: 200px;
    margin: 0 auto; } }

@media (max-width: 560px) {
  .dashboard__title-wrapper {
    flex-direction: column; }
    .dashboard__title-wrapper.history .btn {
      font-size: 13px; }
    .dashboard__title-wrapper .dashboard__title {
      margin-bottom: 2rem; }
  .datepicker {
    font-size: 13px !important; }
  .order__filter-block {
    flex-wrap: wrap; }
    .order__filter-block .label {
      white-space: nowrap;
      padding: 0 .5rem;
      font-size: 13px;
      border-radius: 5px;
      text-align: center;
      justify-content: center;
      margin-bottom: 1rem; }
      .order__filter-block .label--panel {
        margin-bottom: 1rem;
        display: block;
        width: 100%;
        height: auto;
        padding-left: 0; }
    .order__filter-block .input__wrapper:after {
      display: none; }
    .order__filter-block .input__wrapper:first-of-type .input {
      border-radius: 6px 0 0 6px; }
    .order__filter-block .input {
      padding: 0 .5rem;
      font-size: 13px;
      text-align: center; }
    .order__filter-block .radio {
      margin-bottom: .5rem; } }

.deposit__wrapper {
  display: flex;
  margin: 0 -1rem; }

.deposit__block {
  padding: 0 1rem;
  width: 50%; }

.deposit__details-row {
  margin-bottom: 1rem;
  display: flex; }

.deposit__details-label {
  color: rgba(171, 33, 236, 0.5);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  flex: 1; }
  .deposit__details-label:after {
    transform: translateY(-0.2rem);
    content: '';
    border-bottom: 1px dotted rgba(171, 33, 236, 0.5);
    flex: 1;
    margin: 0 1rem; }

.deposit__details-info {
  color: #AB21EC;
  font-weight: 700;
  font-size: 16px; }

.deposit__details-comment {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 500;
  color: #AB21EC; }

.deposits__form .input {
  height: 60px;
  border-radius: 0.6rem;
  font-size: 1rem;
  font-weight: 400;
  padding-right: 45px;
  padding-left: 15px;
  transition: 0.3s; }

.deposits__form .btn[disabled] {
  opacity: .7; }

.deposits__form .input.no-valid {
  border-color: #ec1e1e; }

.deposits__form .input::placeholder {
  font-size: 14px; }

.deposits__form .input__wrapper {
  position: relative; }

.deposits__form .input__icon {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #AB21EC;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  padding-top: 4px; }

.deposits__form .btn {
  margin-bottom: 0; }

.deposits__form .tabs__nav a,
.deposits__form .tabs__nav a:not(:last-child) {
  border-right: none; }

.deposits__form .tabs__nav a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-bottom: solid 4px #e3e3e3;
  transition: 0.3s; }

.deposits__form .tabs__nav-item.active {
  color: #ffffff;
  border-color: #AB21EC; }

.deposits__form .tabs__content {
  padding: 40px 0; }

.select--list {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.select--list:after {
  display: none; }

.select--list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background: #08071a;
  border: 1px solid #00d2ff;
  transition: 0.3s; }

.select--list a:hover {
  text-decoration: none; }

.select__link {
  border-radius: 5px;
  border: 1px solid #e3e3e3; }

.select__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 6L0.669873 -8.15666e-07L9.33013 -5.85621e-08L5 6Z' fill='%237C41F0'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(0);
  filter: grayscale(100%);
  transition: 0.3s; }

.select__link.active:after {
  transform: translateY(-50%) rotate(180deg); }

.select__list-wrapper {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 3px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); }

.select__list-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.select__list {
  border: 1px solid #00d2ff;
  border-radius: 5px;
  overflow: hidden; }

.select__list a:hover {
  background-color: #000000; }

.select__value {
  color: #a9a9a9; }

.select__block {
  width: 100%;
  display: flex;
  align-items: center; }

.select__item {
  display: flex;
  flex-direction: column; }

.select__icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #AB21EC;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding-top: 4px; }

.profile__form-wrapper {
  display: flex;
  margin: 0 -1rem; }
  .profile__form-wrapper .btn {
    height: 36px !important;
    min-width: auto !important;
    border-radius: 5px; }

.profile__form-block {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.order-alert {
  font-weight: 500;
  margin-top: 1rem;
  padding-left: 3rem;
  position: absolute;
  right: 30px;
  bottom: 43px; }
  .order-alert:before {
    content: '';
    position: absolute;
    width: 2rem;
    left: 0;
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%; }
  .order-alert.order-success {
    color: #98e491; }
    .order-alert.order-success:before {
      background-color: #98e491; }
    .order-alert.order-success:after {
      position: absolute;
      content: '';
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      border-style: solid;
      width: 8px;
      height: 14px;
      border-color: #ffffff;
      left: 11px;
      top: 2px; }
  .order-alert.order-error {
    color: #f2a690; }
    .order-alert.order-error:before {
      background-color: #f2a690; }
    .order-alert.order-error:after {
      content: '!';
      font-weight: 700;
      font-size: 20px;
      position: absolute;
      top: -2px;
      color: #ffffff;
      left: 12px; }

.deposit__form {
  position: relative; }
  .deposit__form .order-alert {
    bottom: 14px; }

.cabinet__wrapper {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap; }

.cabinet__block {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%; }
  .cabinet__block .cabinet__converter {
    margin-bottom: 0; }
  .cabinet__block.xl {
    width: 60%; }
  .cabinet__block.md {
    width: 40%; }
  .cabinet__block.sm {
    width: 33.33%; }

.cabinet__market {
  padding: 2rem 0 0;
  background: linear-gradient(180deg, #383584 0%, #1b1854 100%);
  box-shadow: 4px 4px 24px rgba(79, 100, 92, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  height: 100%;
  overflow: hidden; }
  .cabinet__market .dashboard__title-wrapper {
    margin-bottom: .2rem;
    padding: 0 1.6rem; }
  .cabinet__market .dashboard__title.subtitle {
    font-size: 14px; }

.cabinet__market-price {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px; }

.cabinet__balance {
  padding: .8rem .8rem 1rem;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
  .cabinet__balance .btn {
    padding: 0 1rem;
    min-width: 180px; }
  .cabinet__balance .dashboard__title-wrapper {
    margin-bottom: .4rem; }

.cabinet__balance-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: .6rem; }
  .cabinet__balance-row.last {
    margin-bottom: 0; }
  .cabinet__balance-row .type {
    display: flex;
    align-items: flex-end;
    flex: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
  .cabinet__balance-row .amount {
    min-width: 75px;
    text-align: right;
    font-size: 14px;
    font-weight: 700; }

.cabinet__balance-block {
  margin-bottom: .8rem;
  padding: 1rem 1.4rem;
  background: #f9fcff;
  border-radius: 20px; }

.cabinet__chart-wrapper {
  padding: 0 1.6rem; }

.cabinet__market-chart {
  height: 80px !important;
  width: 100%; }

.chart__name {
  font-size: 20px;
  color: #ffffff; }

.chart__rate {
  font-size: 12px; }

.sell__order-wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.sell__order-block {
  margin-bottom: 2rem;
  width: 100%;
  padding: 0 1rem; }

.coin__amount {
  margin-top: 1.8rem;
  padding: 1rem;
  max-width: 25rem;
  font-size: .8rem; }

.coin__amount-row {
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #abb5c0;
  font-weight: 500; }
  .coin__amount-row:last-child {
    margin-bottom: 0; }
  .coin__amount-row .text {
    font-size: 14px; }
    .coin__amount-row .text:first-child {
      display: flex;
      flex: 1; }
      .coin__amount-row .text:first-child:after {
        content: '';
        flex: 1;
        margin: 0 .6rem;
        border-bottom: 1px dotted #abb5c0;
        transform: translateY(-2px); }

.sell__radio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.2rem 2rem; }
  .sell__radio .radio {
    margin-bottom: .4rem;
    width: 50%;
    padding: 0 .2rem; }
  .sell__radio .radio__label {
    padding: .8rem;
    width: 100%;
    padding-left: 2rem; }
    .sell__radio .radio__label:before {
      top: 50%;
      transform: translateY(-50%);
      left: 0rem; }
    .sell__radio .radio__label:after {
      top: 50%;
      transform: translateY(-50%);
      left: 0.2rem; }

.sell__address {
  margin-bottom: 2rem;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 2rem;
  text-align: center; }
  .sell__address img {
    display: block;
    margin: 0 auto 1rem;
    height: 180px;
    max-width: 100%;
    object-fit: cover; }
  .sell__address + .form__group {
    margin-bottom: 2rem; }

.sell__link {
  margin-top: .4rem;
  color: #ffffff;
  border: 1px solid #AB21EC;
  background-color: #AB21EC;
  height: 2.4rem;
  border-radius: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .8rem; }
  .sell__link:hover {
    background-color: #AB21EC;
    text-decoration: none;
    color: #ffffff; }

.balance__verify {
  margin-top: 2rem;
  border: 2px solid rgba(78, 255, 239, 0.3);
  border-radius: 20px;
  padding: 1rem 1.4rem; }
  .balance__verify .text {
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 500; }
  .balance__verify .btn {
    height: 28px;
    min-width: auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }

.generate__form {
  display: flex;
  margin: 0 -1rem; }

.generate__block {
  width: 50%;
  padding: 0 1rem; }
  .generate__block .input {
    width: 100%;
    border-color: #f2f2f9; }
  .generate__block .select {
    width: 100%; }

.sell__text {
  margin-bottom: .4rem;
  font-size: 14px;
  font-weight: 500;
  color: #abb5c0;
  opacity: .8; }

.cancel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  background: none;
  border: 0;
  padding: 0;
  line-height: 1; }
  .cancel__btn:hover {
    text-decoration: none; }

.cabinet__questions {
  padding: 1rem 2rem;
  background: rgba(8, 7, 26, 0.5);
  box-shadow: 4px 4px 24px rgba(79, 100, 92, 0.2);
  border-radius: 19px;
  font-weight: 500;
  color: #becbd7;
  text-align: center;
  font-size: 15px; }

.cabinet__question__link {
  color: #AB21EC;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: .5rem; }

.chart__time {
  color: #ffffff;
  background-color: #AB21EC;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2rem .6rem .2rem;
  border-radius: .2rem;
  font-size: 14px;
  font-weight: 600; }

.cabinet__main-head {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cabinet__main-head .title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff; }
  .cabinet__main-head .user {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #d4d4d4; }
    .cabinet__main-head .user img {
      margin-left: 10px; }

.cabinet__shape {
  position: absolute;
  bottom: 0;
  left: 264px;
  z-index: -1; }

.cabinet__nav {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  border-radius: 12px;
  background: linear-gradient(180deg, #383584 0%, #1b1854 100%);
  padding: 0 144px; }
  .cabinet__nav--policies {
    padding: 0 70px; }

.cabinet__nav-link {
  padding: 0 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px; }
  .cabinet__nav-link.active {
    background: #ffba70;
    color: #2a325e; }

.cabinet__profile {
  padding: 25px;
  border-radius: 12px;
  background: #1b1854; }

.profile__form .form__row {
  justify-content: space-between; }

.profile__form .form__group {
  margin-bottom: 50px; }
  .profile__form .form__group:last-child {
    margin-bottom: 0; }

.profile__form .input {
  font-size: 14px; }
  .profile__form .input::placeholder {
    opacity: 1;
    color: #919191; }

.profile__form .select select {
  height: 37px;
  background-color: #000000;
  font-size: 14px; }

.profile__text {
  margin-top: 60px;
  font-size: 14px;
  color: #ffffff; }
  .profile__text a {
    color: #00cccc; }

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

.profile__block {
  max-width: 450px;
  width: 100%; }

.profile__verification-text {
  font-size: 14px;
  color: #ffffff; }

.profile__info {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-radius: 12px;
  background-color: #08071a; }
  .profile__info a {
    font-weight: 500;
    background: linear-gradient(to right, #f69923, #f79a23, #e97826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.dashboard__link {
  font-weight: 500;
  background: linear-gradient(to right, #f69923, #f79a23, #e97826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.profile__action {
  margin-bottom: -30px;
  padding-top: 40px;
  text-align: right; }

.two__factor {
  margin-bottom: 50px; }

.policy__text {
  font-size: 14px;
  font-weight: 500; }

.source__wrapper {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  background: linear-gradient(180deg, #383584 0%, #1b1854 100%);
  box-shadow: 4px 4px 24px rgba(79, 100, 92, 0.2);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.source__item {
  padding: 20px;
  width: 100%; }

.source__title {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff; }

.source__text {
  color: #a9a8a8;
  font-size: 14px;
  font-weight: 500; }

.source__form {
  padding-top: 1rem; }
  .source__form .label {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff; }
  .source__form .input {
    background-color: #08071a;
    font-size: 12px; }
    .source__form .input::placeholder {
      font-size: 10px;
      font-weight: 700;
      color: #625d5d; }

.cabinet__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem; }
  .cabinet__title-wrapper .cabinet__title {
    margin-bottom: 0; }

.tip {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  /* Positions Top
  ==========================*/
  /* Positions Bottom
  ==========================*/
  /* Positions Left & Right
  ==========================*/
  /* Sizes
  ==========================*/
  /* Styling
  ==========================*/
  /* Colors
  ==========================*/ }
  .tip.tip--top-left:before {
    border-top-color: #131517; }
  .tip.tip--top-right:before {
    border-top-color: #131517; }
  .tip.tip--top:before {
    border-top-color: #131517; }
  .tip.tip--bottom-left:before {
    border-bottom-color: #131517; }
  .tip.tip--bottom-right:before {
    border-bottom-color: #131517; }
  .tip.tip--bottom:before {
    border-bottom-color: #131517; }
  .tip.tip--left:before {
    border-left-color: #131517; }
  .tip.tip--right:before {
    border-right-color: #131517; }
  .tip:before, .tip:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    transition: 0.2s ease;
    transition-delay: 0ms; }
  .tip:before {
    content: "";
    border: 4px solid transparent; }
  .tip:after {
    content: attr(aria-label);
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #000000;
    white-space: nowrap;
    font-weight: 300;
    background-color: #ffffff;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }
  .tip:hover:before, .tip:hover:after {
    visibility: visible;
    opacity: 1;
    transition-delay: .1s; }
  .tip--top:before, .tip--top:after {
    left: 50%;
    transform: translate3d(-50%, 8px, 0); }
  .tip--top:before {
    top: -4px; }
  .tip--top:after {
    bottom: 100%;
    margin-bottom: 4px; }
  .tip--top:hover:before, .tip--top:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--top-left:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-left:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, 8px, 0); }
  .tip--top-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--top-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--top-right:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: -15px;
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:hover:before, .tip--top-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--bottom:before, .tip--bottom:after {
    left: 50%;
    transform: translate3d(-50%, -8px, 0); }
  .tip--bottom:before {
    bottom: -4px; }
  .tip--bottom:after {
    top: 100%;
    margin-top: 4px; }
  .tip--bottom:hover:before, .tip--bottom:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--bottom-left:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-left:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, -8px, 0); }
  .tip--bottom-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--bottom-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--bottom-right:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: -15px;
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:hover:before, .tip--bottom-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--left:before, .tip--left:after {
    top: 50%;
    transform: translate3d(8px, -50%, 0); }
  .tip--left:before {
    right: 100%; }
  .tip--left:after {
    right: 100%;
    margin-right: 8px; }
  .tip--left:hover:before, .tip--left:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--right:before, .tip--right:after {
    top: 50%;
    transform: translate3d(-8px, -50%, 0); }
  .tip--right:before {
    left: 100%; }
  .tip--right:after {
    left: 100%;
    margin-left: 8px; }
  .tip--right:hover:before, .tip--right:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--sm:after, .tip--md:after, .tip--lg:after, .tip--full:after {
    white-space: normal; }
  .tip--sm:after {
    width: 70px; }
  .tip--md:after {
    width: 150px; }
  .tip--lg:after {
    width: 250px; }
  .tip--full:after {
    width: 100%; }
  .tip--shadow:after {
    box-shadow: 0 0 10px 2px rgba(19, 21, 23, 0.4); }
  .tip--rounded:after {
    border-radius: 4px; }
  .tip--gray.tip--top-left:before {
    border-top-color: #828890; }
  .tip--gray.tip--top-right:before {
    border-top-color: #828890; }
  .tip--gray.tip--top:before {
    border-top-color: #828890; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #828890; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #828890; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #828890; }
  .tip--gray.tip--left:before {
    border-left-color: #828890; }
  .tip--gray.tip--right:before {
    border-right-color: #828890; }
  .tip--gray:after {
    background-color: #828890; }
  .tip--red.tip--top-left:before {
    border-top-color: #f2a690; }
  .tip--red.tip--top-right:before {
    border-top-color: #f2a690; }
  .tip--red.tip--top:before {
    border-top-color: #f2a690; }
  .tip--red.tip--bottom-left:before {
    border-bottom-color: #f2a690; }
  .tip--red.tip--bottom-right:before {
    border-bottom-color: #f2a690; }
  .tip--red.tip--bottom:before {
    border-bottom-color: #f2a690; }
  .tip--red.tip--left:before {
    border-left-color: #f2a690; }
  .tip--red.tip--right:before {
    border-right-color: #f2a690; }
  .tip--red:after {
    background-color: #f2a690; }
  .tip--rblack.tip--top-left:before {
    border-top-color: #000000; }
  .tip--rblack.tip--top-right:before {
    border-top-color: #000000; }
  .tip--rblack.tip--top:before {
    border-top-color: #000000; }
  .tip--rblack.tip--bottom-left:before {
    border-bottom-color: #000000; }
  .tip--rblack.tip--bottom-right:before {
    border-bottom-color: #000000; }
  .tip--rblack.tip--bottom:before {
    border-bottom-color: #000000; }
  .tip--rblack.tip--left:before {
    border-left-color: #000000; }
  .tip--rblack.tip--right:before {
    border-right-color: #000000; }
  .tip--rblack:after {
    background-color: #000000; }
  .tip--white.tip--top-left:before {
    border-top-color: #ffffff; }
  .tip--white.tip--top-right:before {
    border-top-color: #ffffff; }
  .tip--white.tip--top:before {
    border-top-color: #ffffff; }
  .tip--white.tip--bottom-left:before {
    border-bottom-color: #ffffff; }
  .tip--white.tip--bottom-right:before {
    border-bottom-color: #ffffff; }
  .tip--white.tip--bottom:before {
    border-bottom-color: #ffffff; }
  .tip--white.tip--left:before {
    border-left-color: #ffffff; }
  .tip--white.tip--right:before {
    border-right-color: #ffffff; }
  .tip--white:after {
    background-color: #ffffff; }
  .tip--second.tip--top-left:before {
    border-top-color: #00D2FF; }
  .tip--second.tip--top-right:before {
    border-top-color: #00D2FF; }
  .tip--second.tip--top:before {
    border-top-color: #00D2FF; }
  .tip--second.tip--bottom-left:before {
    border-bottom-color: #00D2FF; }
  .tip--second.tip--bottom-right:before {
    border-bottom-color: #00D2FF; }
  .tip--second.tip--bottom:before {
    border-bottom-color: #00D2FF; }
  .tip--second.tip--left:before {
    border-left-color: #00D2FF; }
  .tip--second.tip--right:before {
    border-right-color: #00D2FF; }
  .tip--second:after {
    background-color: #00D2FF; }
  .tip--main.tip--top-left:before {
    border-top-color: #AB21EC; }
  .tip--main.tip--top-right:before {
    border-top-color: #AB21EC; }
  .tip--main.tip--top:before {
    border-top-color: #AB21EC; }
  .tip--main.tip--bottom-left:before {
    border-bottom-color: #AB21EC; }
  .tip--main.tip--bottom-right:before {
    border-bottom-color: #AB21EC; }
  .tip--main.tip--bottom:before {
    border-bottom-color: #AB21EC; }
  .tip--main.tip--left:before {
    border-left-color: #AB21EC; }
  .tip--main.tip--right:before {
    border-right-color: #AB21EC; }
  .tip--main:after {
    background-color: #AB21EC; }
  .tip--green.tip--top-left:before {
    border-top-color: #98e491; }
  .tip--green.tip--top-right:before {
    border-top-color: #98e491; }
  .tip--green.tip--top:before {
    border-top-color: #98e491; }
  .tip--green.tip--bottom-left:before {
    border-bottom-color: #98e491; }
  .tip--green.tip--bottom-right:before {
    border-bottom-color: #98e491; }
  .tip--green.tip--bottom:before {
    border-bottom-color: #98e491; }
  .tip--green.tip--left:before {
    border-left-color: #98e491; }
  .tip--green.tip--right:before {
    border-right-color: #98e491; }
  .tip--green:after {
    background-color: #98e491; }
  .tip--black.tip--top-left:before {
    border-top-color: #131517; }
  .tip--black.tip--top-right:before {
    border-top-color: #131517; }
  .tip--black.tip--top:before {
    border-top-color: #131517; }
  .tip--black.tip--bottom-left:before {
    border-bottom-color: #131517; }
  .tip--black.tip--bottom-right:before {
    border-bottom-color: #131517; }
  .tip--black.tip--bottom:before {
    border-bottom-color: #131517; }
  .tip--black.tip--left:before {
    border-left-color: #131517; }
  .tip--black.tip--right:before {
    border-right-color: #131517; }
  .tip--black:after {
    background-color: #131517; }
  .tip--gray.tip--top-left:before {
    border-top-color: #828890; }
  .tip--gray.tip--top-right:before {
    border-top-color: #828890; }
  .tip--gray.tip--top:before {
    border-top-color: #828890; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #828890; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #828890; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #828890; }
  .tip--gray.tip--left:before {
    border-left-color: #828890; }
  .tip--gray.tip--right:before {
    border-right-color: #828890; }
  .tip--gray:after {
    background-color: #828890; }
  .tip--remodal.tip--bottom-right:after {
    box-shadow: 0 3px 5px rgba(24, 57, 94, 0.15);
    background-color: #ffffff;
    border-radius: 5px;
    color: #6a6a6a;
    padding: .9rem;
    font-size: .9rem; }
  .tip--remodal.tip--bottom-right:before {
    border-bottom-color: #ffffff;
    color: #6a6a6a; }

.contact_page {
  background: #040e42 !important; }
  .contact_page .header {
    z-index: 50; }
  .contact_page .page__wrapper {
    padding-top: 90px; }
  .contact_page .header__wrapper {
    height: 6rem; }
  .contact_page .lng {
    margin-top: 0;
    min-width: 98px;
    width: auto; }
  .contact_page .lng__link {
    color: #ffffff;
    padding-right: 2rem; }
    .contact_page .lng__link:after {
      border-top-color: #ffffff;
      right: .8rem; }
  .contact_page .lng__list {
    background-color: #040e42; }
    .contact_page .lng__list a {
      color: #ffffff; }
  .contact_page .main__title {
    margin-bottom: 1rem;
    font-size: 1.6rem; }
  .contact_page .main__subtitle {
    color: #8084a4;
    max-width: 320px;
    margin-bottom: 2rem; }
  .contact_page .converter--main {
    margin-bottom: 50px;
    padding-left: 0; }
    .contact_page .converter--main .converter__container {
      padding: 1.6rem 2rem;
      background: linear-gradient(90deg, #151360 0%, #060b4f 100%); }
    .contact_page .converter--main .converter__text {
      color: #ffffff;
      margin-bottom: 0; }

.contact__intro {
  margin-bottom: 1rem;
  position: relative;
  z-index: 44;
  background: url("/images/intro-wave-bg.svg") no-repeat; }

.contact__intro-wrapper {
  padding: 2.5rem 0 5.5rem;
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 3; }
  .contact__intro-wrapper .btn i {
    margin-right: .8rem; }

.contact__intro-block {
  width: 70%; }

.contact__intro-title {
  max-width: 545px;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff; }
  .contact__intro-title span {
    font-size: 2.8rem;
    display: block; }

.contact__intro-text {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #ffffff;
  max-width: 360px; }

.contact__intro-img {
  position: absolute;
  right: 4rem;
  top: -3rem; }

.contact__wrapper {
  display: flex;
  margin: 0 -.3rem 50px; }

.contact__block {
  padding: 0 .3rem;
  width: 33.33333%; }

.contact__item {
  background: linear-gradient(90deg, #151360 0%, #060b4f 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: .6rem 2rem;
  height: 95px; }
  .contact__item:hover {
    text-decoration: none; }
    .contact__item:hover .text {
      text-decoration: none; }
  .contact__item .title {
    margin-bottom: .2rem;
    font-size: 1.2rem;
    font-weight: 500; }
    .contact__item .title.colored {
      color: #818abc;
      font-size: 1rem; }
  .contact__item .text {
    text-decoration: underline;
    position: relative;
    display: inline-block;
    padding-right: .6rem; }
    .contact__item .text.xl {
      font-size: 1.2rem; }
    .contact__item .text img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 100%; }

.contact__img {
  height: 40px;
  display: block;
  margin-right: 1.4rem; }

.contact__copy {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .contact__copy .copyright {
    color: #ffffff; }
  .contact__copy .link {
    color: #ffffff; }
    .contact__copy .link img {
      margin-left: .4rem; }

.contact__intro-shape {
  display: none; }

@media (min-width: 992px) and (max-width: 1024px) {
  .contact_page .container {
    padding: 0 2rem; } }

@media (max-width: 992px) {
  .contact_page .main__title {
    text-align: left; }
  .contact_page .page__wrapper {
    padding-top: 70px; }
  .contact_page .header__wrapper {
    height: 70px; }
    .contact_page .header__wrapper .header__actions {
      height: auto;
      display: flex;
      justify-content: flex-end;
      width: 25%;
      flex-direction: row; }
  .contact_page .header__action {
    width: auto;
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0; }
    .contact_page .header__action .lng {
      margin-top: 0; }
  .contact_page .header__left {
    width: 25%; }
    .contact_page .header__left .logo a {
      font-size: 0; }
    .contact_page .header__left .logo img {
      height: 38px; }
  .contact_page .logo {
    margin-right: 0; }
    .contact_page .logo a {
      font-size: 2rem; }
  .contact_page .lng {
    width: 58px;
    min-width: auto; }
  .contact_page .lng__list {
    left: auto;
    right: 0;
    width: auto;
    min-width: 100%; }
  .contact_page .lng__link {
    border: 0;
    text-transform: uppercase; }
    .contact_page .lng__link:after {
      right: 0; }
  .contact_page .container {
    max-width: 440px;
    width: 100%; }
  .contact_page .converter .main__title {
    display: none; }
  .contact_page .main__subtitle {
    display: none; }
  .contact_page .contact .container {
    padding: 0 2rem; }
  .contact_page .converter {
    margin-bottom: 0; }
    .contact_page .converter .container {
      padding: 0 2rem; }
    .contact_page .converter--main .converter__container {
      background: none;
      padding: 0 0 1rem; }
    .contact_page .converter--main .converter__form {
      flex-wrap: wrap;
      flex-direction: row !important;
      justify-content: space-between; }
      .contact_page .converter--main .converter__form .btn {
        margin-top: 24px;
        width: 100% !important;
        border-radius: 4px; }
      .contact_page .converter--main .converter__form .select {
        position: relative;
        top: auto;
        left: auto; }
        .contact_page .converter--main .converter__form .select select {
          width: 100%;
          border-radius: 0;
          border-top-right-radius: 4px;
          border-top-left-radius: 4px; }
      .contact_page .converter--main .converter__form .input {
        padding: 0 1rem;
        background: #e3e8ff;
        border: 0;
        font-weight: 400;
        color: #000000;
        border-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px; }
      .contact_page .converter--main .converter__form .input__wrapper {
        display: flex;
        flex-direction: column-reverse; }
      .contact_page .converter--main .converter__form .equally {
        display: none; }
      .contact_page .converter--main .converter__form .converter__form-block {
        width: 49%; }
        .contact_page .converter--main .converter__form .converter__form-block:last-of-type {
          width: 100%;
          padding-left: 0; }
  .contact_page .converter__text {
    display: none; }
  .contact__intro-title {
    font-size: 23px;
    margin-bottom: 1.6rem; }
    .contact__intro-title span {
      font-size: 1.4rem; }
  .contact__intro-text {
    font-size: 1rem;
    max-width: 190px; }
  .contact__intro-img {
    height: 202px;
    right: -1rem;
    bottom: 0;
    top: auto; }
  .contact__intro-wrapper {
    padding: 2rem 1rem 2rem; }
    .contact__intro-wrapper .btn {
      position: absolute;
      bottom: -5.5rem;
      left: 1rem;
      right: 1rem; }
  .contact__intro {
    margin-bottom: 7rem;
    background-image: url("/images/intro-wave-bg-mobile.svg");
    background-repeat: no-repeat;
    background-position: center bottom; }
  .contact__intro-shape {
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    transform: translateY(-6px);
    width: 100%; }
  .contact__wrapper {
    margin-bottom: 1.5rem;
    flex-direction: column; }
  .contact__block {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0; }
    .contact__block:last-of-type {
      margin-bottom: 0; }
  .contact__item .title {
    margin-bottom: 0; }
  .contact__img {
    margin-right: 2rem; }
  .contact__copy {
    margin-bottom: 1.5rem; }
    .contact__copy .link {
      display: none; } }

@media (max-width: 440px) {
  .contact__block {
    margin-bottom: 2px; }
  .contact__copy {
    padding-left: 2rem; }
  .contact_page .contact .container {
    padding: 0 0; }
  .contact__item {
    border-radius: 0; } }

.landing__page {
  padding-bottom: 10rem; }
  .landing__page .main__title {
    margin-bottom: 1rem; }
  .landing__page .main__text {
    margin-bottom: 3.4rem;
    font-size: 1.2rem; }

.landing__intro {
  margin-bottom: 2rem;
  padding-top: 8rem;
  position: relative; }

.landing__intro-wrapper {
  min-height: 530px;
  display: flex;
  align-items: center;
  position: relative; }
  .landing__intro-wrapper .title {
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3; }
    .landing__intro-wrapper .title span {
      font-size: 42px; }
  .landing__intro-wrapper .text {
    margin-bottom: 35px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
    max-width: 30rem; }
  .landing__intro-wrapper .shape {
    position: absolute;
    bottom: 110px;
    left: 27%;
    z-index: -1; }
    .landing__intro-wrapper .shape--big {
      left: 35%;
      bottom: 20px; }
    .landing__intro-wrapper .shape--sm {
      top: 80px;
      left: auto;
      bottom: auto;
      right: 8rem; }

.shape__xl {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0; }

.landing__intro-block {
  max-width: 50%; }

.landing__intro-img {
  width: 50%;
  position: relative;
  transform: translateX(2.5rem); }
  .landing__intro-img .bitcoin {
    position: absolute;
    top: -60px;
    right: -53px; }
  .landing__intro-img .xrp {
    position: absolute;
    bottom: -60px;
    left: -20px; }
  .landing__intro-img .litecoin {
    position: absolute;
    bottom: -100px;
    left: 4rem; }

.landing__blocks {
  display: flex;
  margin: 0 -10px 145px;
  flex-wrap: wrap; }

.landing__block {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px; }
  .landing__block:nth-child(2) .landing__item {
    background: linear-gradient(111.28deg, #1e186b 5.28%, #03094b 115.12%);
    flex-direction: column-reverse; }
  .landing__block:nth-child(3) .landing__item {
    background: linear-gradient(111.28deg, #1e186b 5.28%, #03094b 115.12%); }
  .landing__block:last-of-type .landing__item {
    background: linear-gradient(111.28deg, #1e186b 5.28%, #03094b 115.12%);
    flex-direction: column-reverse; }

.landing__img {
  height: 300px;
  overflow: hidden; }
  .landing__img img {
    width: 100%; }

.landing__content {
  padding: 0 4rem;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .landing__content .title {
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #ffffff; }
  .landing__content .text {
    color: #ffffff;
    font-size: 1.2rem; }

.landing__item {
  border-radius: 15px;
  background: linear-gradient(111.28deg, #1e186b 5.28%, #03094b 115.12%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.build {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 2rem 10rem; }

.build__block {
  width: 45%; }
  .build__block .title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px; }
  .build__block .text {
    margin-bottom: 2.4rem;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.6; }
  .build__block p {
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    text-align: left;
    align-items: center; }
    .build__block p span {
      margin-right: 1rem;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      border: 2px solid #0e1229;
      color: #0e1229;
      display: flex;
      line-height: 1;
      align-items: center;
      justify-content: center; }

.build__content {
  position: relative; }
  .build__content .container {
    position: relative; }

.build__shape {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 40%; }

.build__radial {
  position: absolute;
  left: 15%;
  top: -1rem;
  z-index: -1; }
  .build__radial.top {
    left: 80%;
    top: -14rem; }

@media (max-width: 1700px) {
  .build {
    padding-bottom: 0; } }

@media (max-width: 992px) {
  .landing__intro {
    padding-top: 9rem;
    margin-bottom: 6rem; }
  .landing__intro-wrapper {
    flex-direction: column;
    align-items: center; }
    .landing__intro-wrapper .title {
      font-size: 1.6rem; }
      .landing__intro-wrapper .title span {
        font-size: 1.6rem; }
    .landing__intro-wrapper .text {
      font-size: 1rem; }
  .landing__intro-block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem; }
  .landing__content {
    padding: 0 2rem; }
  .landing__intro-img {
    max-width: 100%;
    width: 100%;
    transform: none; }
  .landing__intro-block {
    text-align: center; }
  .landing__intro-wrapper .text {
    margin: 0 auto 35px; }
  .landing__intro-img img {
    margin: 0 auto; }
  .landing__content .title {
    margin-bottom: 10px;
    font-size: 1.4rem; }
  .landing__content .text {
    font-size: 1rem; } }

@media (max-width: 768px) {
  .landing__intro-img .bitcoin {
    height: 100px; }
  .landing__intro-img .litecoin {
    height: 100px;
    bottom: -60px; }
  .landing__intro-img .xrp {
    height: 100px;
    bottom: -20px; }
  .landing__img {
    height: 220px; }
  .landing__block {
    width: 100%; }
  .build {
    flex-direction: column-reverse; }
  .build__block {
    margin-top: 2rem;
    width: 100%;
    text-align: center; }
    .build__block p {
      text-align: left; }
  .landing__item {
    display: flex;
    flex-direction: column; }
    .landing__item .landing__img {
      order: 1; }
    .landing__item .landing__content {
      order: 2; }
  .landing__content {
    height: auto;
    padding: 2rem; }
  .landing__blocks {
    margin-bottom: 70px; }
  .build__radial {
    display: none; }
  .landing__page .main__text {
    font-size: 1rem; }
  .build img {
    max-height: 410px;
    max-width: 50%; }
  .build__block {
    margin-top: 1rem; }
    .build__block .title {
      font-size: 1.4rem; }
    .build__block .text {
      font-size: 1rem; } }

@media (max-width: 560px) {
  .landing__img {
    height: 165px; } }

/* Helpers (must be as last import to override rules when use)
==========================*/
.hide, .hidden {
  display: none; }

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.text-gray {
  color: #828890; }

.text-red {
  color: #f2a690; }

.text-rblack {
  color: #000000; }

.text-white {
  color: #ffffff; }

.text-second {
  color: #00D2FF; }

.text-main {
  color: #AB21EC; }

.text-green {
  color: #98e491; }

.text-black {
  color: #131517; }

.text-gray {
  color: #828890; }

.bg-gray {
  background-color: #828890; }

.bg-red {
  background-color: #f2a690; }

.bg-rblack {
  background-color: #000000; }

.bg-white {
  background-color: #ffffff; }

.bg-second {
  background-color: #00D2FF; }

.bg-main {
  background-color: #AB21EC; }

.bg-green {
  background-color: #98e491; }

.bg-black {
  background-color: #131517; }

.bg-gray {
  background-color: #828890; }

.static {
  position: static; }

.text-xs {
  font-size: .7rem; }

.text-s {
  font-size: .8rem; }

.text-m {
  font-size: 1.2rem; }

.text-l {
  font-size: 1.4rem; }

.text-xl {
  font-size: 1.6rem; }

.text-xxl {
  font-size: 1.8rem; }

.text-thin {
  font-weight: 100; }

.text-xlight {
  font-weight: 200; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-sbold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-xbold {
  font-weight: 800; }

.text-hbold {
  font-weight: 900; }

.text-italic {
  font-style: italic; }

.text-oblique {
  font-style: oblique; }

.text-normal {
  font-style: normal; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-no-transform {
  text-transform: none; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-decor-under {
  text-decoration: underline; }

.text-decor-over {
  text-decoration: overline; }

.text-decor-lt {
  text-decoration: line-through; }

.text-decor-none {
  text-decoration: none; }

.float-right, .to-right {
  float: right; }

.float-left, .to-left {
  float: left; }

.center-block {
  display: block;
  margin: 0 auto; }

.img {
  display: block;
  max-width: 100%;
  height: auto; }
  .img--text {
    height: 320px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-50 {
  padding-top: 50px; }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 992px) {
  .hide-desktop {
    display: none; } }

.relative {
  position: relative; }

.flex-wrap {
  flex-wrap: wrap; }

.alert.error {
  background-color: #f2a690;
  display: block;
  color: #ffffff; }

.alert.visible-success {
  background-color: #98e491;
  display: block;
  color: #ffffff; }

.alert.success {
  background-color: #98e491;
  display: block;
  color: #ffffff; }

.ui-datepicker .ui-datepicker-title select {
  background: #fff;
  padding: 5px;
  color: #3e3e3e;
  font-weight: 600; }

html .ui-widget-content .ui-state-default {
  border: 0;
  background: #ffffff;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #ffffff;
    background: #ff9a36; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #ff8d1c;
    border-color: #ff8d1c;
    color: #ffffff; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #ff8003; }

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

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

.formh {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

@media (max-width: 1360px) {
  .intro__img {
    height: 100%;
    object-fit: cover; }
  .cabinet__converter .converter .converter__form {
    flex-direction: column; }
  .cabinet__converter .converter .converter__form-block {
    width: 100%;
    padding-right: 0;
    margin-right: 0; }
    .cabinet__converter .converter .converter__form-block.first-block {
      margin-bottom: 1rem;
      padding-right: 0; }
    .cabinet__converter .converter .converter__form-block.convert_sec-block {
      margin-top: 0;
      margin-left: 0;
      transform: translateY(0); }
    .cabinet__converter .converter .converter__form-block:last-child {
      padding-top: 6rem; }
  .cabinet__converter .converter .converter__form-block .input__wrapper {
    flex-direction: column-reverse; }
  .cabinet__converter .converter .converter__form-block:last-child {
    padding-top: 0;
    padding-left: 0; }
  .cabinet__converter .converter .converter__form-block.convert_sec-block {
    padding-top: 0; }
  .cabinet__converter .converter .converter__price {
    display: none; }
  .cabinet__converter .converter .converter__form {
    padding-bottom: 2rem; }
    .cabinet__converter .converter .converter__form .select select {
      text-align: left; }
  .cabinet__converter:after {
    bottom: 40px; }
  .cabinet__wrapper {
    flex-direction: column; }
  .cabinet__block {
    width: 100%; }
    .cabinet__block:nth-child(2n) {
      width: 100%; }
    .cabinet__block.sm {
      width: 100%; }
    .cabinet__block.xl {
      width: 100%; }
  .cabinet__orders {
    margin-bottom: 25px; }
  .wallet__block {
    width: 50%; }
  .dashboard__wrapper {
    flex-direction: column; }
  .dashboard__block {
    width: 100%; } }

@media (max-width: 1260px) {
  .control__wrapper {
    margin: 0 -20px; }
  .control__block {
    padding: 0 20px;
    margin-bottom: 40px; }
  .control__content {
    min-height: 260px;
    padding: 40px 30px; }
  .industry__img {
    max-width: 40%; } }

@media (max-width: 1040px) {
  .remodal__content {
    margin: 0; } }

@media (min-width: 992px) {
  .menu {
    display: none; }
  .menu__btn {
    display: none; } }

@media (max-width: 992px) {
  .menu__btn {
    width: 1.9rem;
    height: 1.4rem;
    transition: all .2s ease;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: .4rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      width: 100%;
      height: 3px;
      content: "";
      background: #ffffff;
      display: block;
      border-radius: .3rem;
      z-index: 200; }
  .menu {
    width: 320px;
    height: 100%;
    max-height: 100%;
    padding: 4rem 0 3rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: #131517;
    transition: all .4s ease;
    transform: translateX(110%); }
    .menu.opened {
      transform: translateX(0); }
    .menu .nav {
      margin-bottom: 1rem;
      flex-direction: column;
      justify-content: flex-start; }
    .menu .nav__item {
      text-align: center;
      margin-right: 0;
      margin-bottom: 1rem; }
    .menu .nav__link {
      display: inline-block;
      color: #ffffff;
      font-size: 1rem;
      margin-right: 0;
      margin-bottom: 1rem;
      margin-left: 1rem; }
      .menu .nav__link:hover {
        color: #ffffff; }
      .menu .nav__link:after {
        bottom: 0;
        opacity: 0; }
      .menu .nav__link.active {
        font-weight: 400;
        text-decoration: underline; }
    .menu .header__left {
      margin-bottom: 1rem;
      width: 100%; }
  .close__btn {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 20px;
    height: 30px;
    z-index: 10; }
    .close__btn:before, .close__btn:after {
      content: "";
      background-color: #ffffff;
      height: 4px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: .3em; }
    .close__btn:after {
      transform: rotate(-45deg); }
  .cabinet__user-img .event {
    display: none; }
  .header__left .logo a {
    font-size: 0; }
  .badge--cabinet .badge__modal {
    left: -24px;
    right: auto;
    max-width: 200px; }
  .intro {
    background-position: 0 -250px; }
  .holiday__text {
    top: 75px;
    z-index: 4; }
  .intro__content {
    margin-bottom: 3rem;
    min-height: unset;
    padding-top: 9rem;
    flex-direction: column;
    padding-bottom: 5rem; }
  .intro__subtitle {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .intro__block {
    margin-bottom: 2rem;
    flex: unset;
    width: 100%; }
  .intro__text {
    color: #ffffff; }
  .intro__faq {
    text-align: left; }
  .intro__img {
    z-index: 1; }
  .intro__title {
    font-size: 2rem; }
  .main__title {
    text-align: center; }
  .converter__container {
    padding: 3rem 1rem; }
  .converter .container {
    padding: 0; }
  .converter__info-wrapper {
    padding-left: 1rem; }
  .converter {
    margin-bottom: 3rem; }
    .converter .converter__form {
      padding-left: 0; }
      .converter .converter__form .converter__form-block:last-child {
        width: auto;
        min-width: 30%; }
    .converter .converter__text {
      padding-left: 0; }
  .advantages {
    padding-top: 0;
    padding-bottom: 3rem; }
  .advantages__wrapper {
    flex-wrap: wrap;
    padding-left: 0; }
  .advantages__block {
    margin-bottom: 2rem;
    width: 100%;
    text-align: center; }
  .selling__wrapper {
    min-height: auto;
    padding-bottom: 9rem; }
  .selling__block {
    width: 100%;
    flex: unset; }
  .intro .account__form {
    margin-bottom: 3rem; }
  .account__form {
    margin: 0 auto; }
  .selling .main__text {
    margin-top: 2rem; }
  .footer {
    padding-top: 3rem; }
    .footer:before {
      left: -1rem;
      right: -1rem;
      width: auto;
      top: -6rem; }
    .footer .logo {
      margin-bottom: 1rem;
      margin-right: 0; }
    .footer .copyright {
      margin-right: 0;
      margin-bottom: 1rem; }
  .built {
    padding: 0; }
  .footer__wrapper {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 2rem; }
  .footer__wrapper-block:first-child {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    justify-content: center; }
  .footer__container {
    flex-direction: column; }
  .footer__info {
    margin-bottom: 1rem; }
  .main__title {
    font-size: 1.8rem; }
  .header__wrapper {
    height: 70px; }
    .header__wrapper .header__actions {
      justify-content: center;
      padding: 0; }
  .header__actions {
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 1rem; }
    .header__actions.logged .btn {
      font-size: .6rem;
      height: 1.4rem;
      font-weight: 500;
      padding: 0 .6rem; }
  .header__action {
    padding-top: 3rem;
    margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
    border-top: 1px solid rgba(242, 242, 249, 0.27); }
    .header__action:not(:last-child) {
      margin-right: 0; }
    .header__action .value {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .header__action .value__item {
      margin-right: 1rem; }
      .header__action .value__item:last-child {
        margin-right: 0; }
  .menu__nav {
    padding: 0 1rem; }
    .menu__nav .header__actions {
      padding: 3rem 0 0;
      border-top: 1px solid rgba(242, 242, 249, 0.27);
      justify-content: flex-start; }
    .menu__nav .header__action {
      border: 0;
      padding: 0; }
      .menu__nav .header__action .btn {
        width: 100%; }
  .menu__nav-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem; }
    .menu__nav-list a {
      color: #ffffff;
      display: block;
      margin-bottom: 1rem; }
      .menu__nav-list a:last-child {
        margin-bottom: 0; }
  .cabinet__header-item {
    min-width: 220px;
    height: auto;
    align-items: flex-start; }
  .cabinet__user {
    width: 100%; }
    .cabinet__user .name {
      font-weight: 500; }
  .login__page {
    flex-direction: column;
    height: auto; }
    .login__page .logo {
      position: static; }
  .login__item .img {
    display: none; }
  .login__item .copyright {
    display: none; }
  .login__block {
    width: 100%;
    padding: 1rem 2rem; }
    .login__block:last-child {
      padding: 3rem 2rem; }
      .login__block:last-child .login__item {
        margin-bottom: 2rem; }
  .login__info {
    display: none; }
  .login___title {
    font-size: 1.8rem; }
  .login__text {
    font-size: 1.2rem; }
  .selling__img {
    display: none; }
  /*Cabinet*/
  .cards__wrapper {
    flex-wrap: wrap; }
  .cards__block {
    width: 50%;
    margin-bottom: .6rem; }
  .cabinet__header-item {
    background: none;
    padding: 0; }
    .cabinet__header-item.user {
      padding-left: 0;
      flex-direction: column; }
  .cabinet__user:after {
    display: none; }
  .cabinet__header-link img {
    height: 1.6rem;
    display: none; }
  .value__item {
    font-size: .8rem;
    margin-bottom: 0; }
  .value__text {
    width: 100%;
    color: #4e577d;
    text-transform: uppercase;
    font-size: .6rem;
    margin-bottom: .6rem; }
  .user__menu {
    position: static;
    background: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0.4rem); }
    .user__menu:before {
      display: none; }
  .user__header {
    display: flex;
    align-items: center;
    padding: 1rem 0 .7rem; }
    .user__header .text {
      margin-right: 1rem;
      color: #ffffff;
      margin-bottom: 0;
      display: none; }
    .user__header .verify__text {
      color: #ffffff;
      margin-right: 1rem;
      text-transform: uppercase;
      line-height: 1;
      font-size: .8rem; }
    .user__header .btn {
      margin-bottom: 0; }
  .user__link {
    border: 0;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    height: auto;
    margin-bottom: 1rem; }
    .user__link.notification:after {
      content: '';
      position: absolute;
      top: -4px;
      right: -4px;
      width: 4px;
      height: 4px;
      background-color: #0e1229;
      border-radius: 50%; }
    .user__link i {
      color: #ffffff;
      display: none; }
    .user__link:hover {
      color: #ffffff; }
  .cards__item:hover {
    transform: none; }
  .table--orders thead tr th {
    padding: .5rem .2rem;
    font-size: .6rem;
    text-align: center; }
    .table--orders thead tr th:first-child {
      padding-left: 0;
      text-align: left; }
    .table--orders thead tr th:last-child {
      text-align: right; }
  .table--orders tbody tr td {
    padding: .5rem .2rem;
    font-size: .6rem;
    text-align: center; }
    .table--orders tbody tr td:first-child {
      padding-left: .4rem;
      text-align: left; }
    .table--orders tbody tr td:last-child {
      text-align: right; }
    .table--orders tbody tr td.amount .count {
      word-break: break-word;
      display: none; }
  .cabinet__orders {
    padding: 2rem 1rem; }
  .orders__nav-link {
    font-size: 1rem; }
  .dashboard__wrapper {
    padding-bottom: 0; }
  .wallet__block {
    width: 50%; }
  .remodal__block {
    padding: 0; }
  .cabinet__converter .converter__container {
    padding: 2rem 1rem; }
  .checkout__wrapper {
    margin-bottom: 0;
    flex-direction: column-reverse; }
  .checkout__block {
    width: 100%;
    margin-bottom: 2rem; }
    .checkout__block:last-child {
      width: 100%; }
  .checkout__card {
    max-width: 320px; }
  /*Cabinet*/
  .cards__wrapper {
    display: none; }
  .advantages {
    padding-top: 4rem; }
  .advantages__item {
    align-items: center; }
  .advantages__img {
    margin: 0 auto 1rem; }
  .reviews__slider {
    padding: 0 15px; }
    .reviews__slider .slick-prev {
      left: 15%; }
    .reviews__slider .slick-next {
      left: auto;
      right: 13%; }
  .remodal--video .remodal-close {
    right: .2rem; }
  .footer__line .lng {
    display: block; }
  .footer__item .lng {
    display: none; }
  .choose {
    margin-bottom: 2rem;
    position: relative;
    z-index: 2; }
    .choose .block__title {
      max-width: none; }
  .choose__wrapper {
    flex-direction: column;
    align-items: center; }
  .choose__block {
    width: 100%;
    margin-bottom: 2rem; }
    .choose__block:last-child {
      display: block;
      margin-top: 2rem;
      margin-bottom: 0;
      padding-left: 2rem;
      text-align: center; }
    .choose__block .line {
      display: none; }
  .support__wrapper {
    flex-direction: column; }
  .support__block {
    margin-bottom: 2rem;
    width: 100%; }
  .commerce__wrapper {
    flex-direction: column; }
  .commerce__nav {
    margin-bottom: 2rem; }
    .commerce__nav a:after {
      display: none; }
  .commerce__block {
    width: 100%; }
  .ready__title {
    font-size: 3rem; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__block {
    width: 100%;
    margin-bottom: 2rem; }
    .footer__block:last-child {
      flex-direction: column; }
  .footer__line {
    flex-direction: column; }
  .footer__title {
    text-align: center; }
  .footer__subscribe {
    margin: 0 auto; }
  .footer__text {
    max-width: 100%;
    margin-bottom: 2rem; }
  .footer__item-title {
    text-align: center; }
  .soc {
    justify-content: center; }
  .wrapper {
    padding: 0 2rem; }
  .choose__form {
    max-width: 610px;
    width: 100%; }
  .trust__container {
    flex-direction: column; }
  .trust__logos img {
    margin-right: 1rem; }
    .trust__logos img:last-of-type {
      margin-right: 0; }
  .platform__wrapper {
    flex-direction: column; }
  .platform__block {
    width: 100%; }
    .platform__block:first-child {
      padding-top: 2rem; }
    .platform__block:last-of-type {
      width: 100%; }
  .about__slider .slick-slide[data-slick-index="0"] .about__img {
    transform: translateY(0);
    height: auto; }
  .about__slider .slick-slide[data-slick-index="1"] .about__img {
    transform: translateY(0);
    height: auto; }
  .about__slider .slick-slide[data-slick-index="2"] .about__img {
    transform: translateY(0);
    height: auto; }
  .about__slider .slick-slide[data-slick-index="3"] .about__img {
    transform: translateY(0);
    height: auto; }
  .about__slider .slick-slide[data-slick-index="4"] .about__img {
    transform: translateY(0);
    height: auto; }
  .about__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto; }
  .about__block {
    width: 100%;
    margin-bottom: 2rem; }
  .about__img {
    position: static;
    transform: translateY(0);
    max-width: 100%;
    max-height: 300px; }
  .open__wrapper {
    flex-direction: column; }
  .open__block {
    margin-bottom: 2rem;
    width: 100%; }
  .footer__wrapper {
    padding-bottom: 0; }
    .footer__wrapper .nav {
      flex-direction: column;
      align-items: center; }
  .soc {
    margin-top: 2rem; }
  .intro__title {
    text-align: left; }
  .cabinet__converter .converter .converter__form {
    padding-bottom: 0; }
  .block__title {
    font-size: 1.8rem; }
  .footer__block:last-of-type {
    width: 100%; }
  .remodal__title {
    font-size: 1.4rem; }
  .steps {
    padding-top: 3rem; }
  .steps__wrapper {
    flex-direction: column; }
  .steps__block {
    width: 100%; }
    .steps__block:last-of-type {
      width: 100%; }
    .steps__block .choose__form-block {
      padding: 0;
      padding-top: 3rem; }
  .step__line-block:after {
    width: 11rem; }
  .step__line-block:before {
    width: 5rem; }
  .step__line-block.completed:before {
    width: 11rem; }
  .steps__separator {
    display: none; }
  body.cabinet .header__actions {
    align-items: center; }
  .cookie-window-item {
    padding: 1rem 2rem; }
    .cookie-window-item img {
      display: none; }
  .cookie-window-text {
    margin-bottom: 0; }
  .cookie__close {
    z-index: 3; }
  .profile__form-wrapper {
    flex-direction: column; }
  .profile__form-block {
    width: 100%; }
  .sell__order-wrapper {
    flex-direction: column; }
  .sell__order-block {
    width: 100%; }
  .cabinet__form-actions .btn:last-of-type {
    margin-left: 1rem;
    flex: unset; }
  .badge__modal {
    left: auto;
    right: 0; }
  .trust {
    display: none; }
  .platform__block .block__text {
    display: none; }
  .about__slider .about__img {
    display: none; }
  .cabinet__block {
    order: 2; }
    .cabinet__block.mobile-first {
      order: 1; }
    .cabinet__block .converter {
      margin-bottom: 0; }
  .cabinet__converter .converter .converter__text {
    bottom: 2rem; }
  .converter__form-head .title {
    font-size: 1.4rem; }
  .remodal--fraud .remodal__body {
    padding-top: 30px; }
  .remodal--fraud .block__text {
    font-size: 1rem; }
  .remodal__head {
    padding: 15px 40px; }
  .choose__block .block__title {
    text-align: center; }
  .choose__block .block__text {
    text-align: center; }
  .footer__nav {
    flex-direction: column; }
    .footer__nav .nav {
      margin: 2rem 0 1rem; }
  .footer__img {
    display: none; }
  .footer__block {
    text-align: center; }
  .footer__title {
    margin: 0 auto; }
  .footer__line-wrapper {
    flex-direction: column;
    align-items: center; }
    .footer__line-wrapper .nav__link {
      font-size: 20px; }
  .beginner__content {
    margin-right: 0; }
  .beginner__img {
    display: none; }
  .beginner {
    padding-top: 40px;
    padding-bottom: 40px; }
  .beginner__text {
    margin-bottom: 4rem; }
  .footer__item {
    text-align: center; }
  .footer nav {
    flex-direction: column;
    align-items: center; }
    .footer nav__link {
      margin-right: 0;
      margin-bottom: 2rem; }
      .footer nav__link:last-child {
        margin-bottom: 0; }
  .footer__nav .nav__link {
    margin-right: 0;
    margin-bottom: 2rem; }
    .footer__nav .nav__link:last-child {
      margin-bottom: 0; }
  .footer__line .nav__link {
    margin-right: 0;
    margin-bottom: 2rem; }
    .footer__line .nav__link:last-child {
      margin-bottom: 0; }
  .dashboard__title-wrapper.history {
    flex-direction: column;
    align-items: center; }
    .dashboard__title-wrapper.history .dashboard__title {
      width: 100%; }
  .order__filter-block {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .order__filter-block .input__wrapper {
      min-width: 190px; }
      .order__filter-block .input__wrapper:first-of-type {
        margin: 10px 0; }
        .order__filter-block .input__wrapper:first-of-type .input {
          border-radius: 6px;
          padding: 0 15px; }
      .order__filter-block .input__wrapper:last-child .input {
        border-radius: 6px;
        padding: 0 15px; }
      .order__filter-block .input__wrapper .input {
        width: 100%; }
  .order__filter-search {
    margin-right: 0; }
  .header {
    top: 0; }
  .intro__img {
    height: 100%;
    object-fit: cover; }
  .intro {
    padding-top: 0; }
  .intro__title {
    margin: 30px 0; }
  .secured__wrapper {
    flex-wrap: wrap; }
  .secured__block {
    width: 100%; }
  .secured__img {
    max-width: 100%;
    width: 100%; }
  .secure__items {
    flex-wrap: wrap; }
  .secure__item {
    width: 50%;
    margin-bottom: 2rem; }
  .control__block {
    width: 50%; }
  .industry__wrapper {
    flex-direction: column; }
    .industry__wrapper:nth-child(2n) {
      flex-direction: column; }
  .industry__img {
    max-width: 100%; }
  .industry__block {
    width: 100%;
    max-width: 100%; }
  .ecosystem__wrapper {
    margin: 0 -20px; }
  .ecosystem__block {
    padding: 0 20px;
    margin-bottom: 40px; }
  .industry__actions {
    justify-content: center; }
  .converter__form .input__wrapper {
    align-items: flex-start; }
    .converter__form .input__wrapper .dropdown__btn {
      padding-left: 0; } }

@media (max-height: 600px) {
  .header__link {
    height: 35px; }
  body.cabinet .nav__link {
    padding: .8rem 0; }
  body.cabinet .header__wrapper {
    padding: 20px 0; } }

@media (max-width: 768px) {
  .cabinet__nav {
    flex-direction: column;
    height: auto;
    padding: 15px; }
  .cabinet__nav-link {
    margin-bottom: 10px; }
    .cabinet__nav-link:last-child {
      margin-bottom: 0; }
  .intro__actions {
    margin-bottom: 40px;
    width: 100%; }
  .intro__content {
    padding-bottom: 50px; }
  .intro__title {
    text-align: center; }
  .intro__item {
    margin-top: 3rem; }
  .step__line-block:after {
    width: 8rem; }
  .step__line-block:before {
    width: 4rem; }
  .step__line-block.completed:before {
    width: 8rem; }
  .trust__logos {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .trust__logos img {
      margin-bottom: 1rem; }
  .converter__form {
    flex-wrap: wrap;
    justify-content: center; }
  .converter .converter__form .converter__form-block:last-child {
    flex: unset; }
  .converter__form-block {
    flex: 1; }
  .converter__chart-wrapper {
    flex-direction: column; }
  .converter__text {
    text-align: center; }
  .dashboard__rates {
    width: 100%; }
  .rates_item {
    display: inline-block;
    vertical-align: top; }
  .dashboard__rates-chart {
    width: 100%; }
  .footer__line {
    padding-top: 2rem; }
    .footer__line .lng {
      right: auto;
      left: 50%;
      transform: translateX(-50%); }
  .converter__chart-title {
    text-align: center; }
  .footer__wrapper-block {
    flex-wrap: wrap; }
    .footer__wrapper-block:last-child .footer__block {
      margin-bottom: 1rem;
      width: 50%;
      justify-content: center; }
      .footer__wrapper-block:last-child .footer__block:last-child {
        width: 100%;
        text-align: center; }
  .why__crypto-block .why__text {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .dashboard__overview {
    flex-direction: column; }
  .wallet__block {
    width: 100%; }
  .remodal__content {
    flex-direction: column; }
  .remodal__block {
    padding: 0;
    width: 100%; }
    .remodal__block:first-child {
      padding: 0;
      border-right: 0; }
    .remodal__block:last-child {
      margin-top: 2rem;
      padding-left: 0; }
  .remodal__summary {
    max-width: none; }
  .cabinet__form {
    width: 100%;
    max-width: 100%; }
  .verify__requirements {
    max-width: 100%; }
  .dropzone {
    flex-direction: column;
    padding: 3rem 4rem; }
    .dropzone .dz-start {
      flex-direction: column; }
  .dashboard__block {
    width: 100%;
    flex: 0 0 100%; }
    .dashboard__block--sm {
      width: 100%;
      flex: 0 0 100%; }
    .dashboard__block--lg {
      width: 100%;
      flex: 0 0 100%; }
  .main__title-wrapper {
    flex-direction: column;
    text-align: center; }
  .prices__block {
    width: 100%;
    margin-bottom: 1rem; }
    .prices__block:last-of-type {
      margin-bottom: 0; }
  .chart__prices {
    flex-wrap: wrap; }
  .converter--main {
    padding-left: 0; }
    .converter--main .converter__container {
      padding: 2rem 1rem; }
    .converter--main .rates__chart {
      height: 15rem !important; }
  .built__wrapper {
    padding: 0; }
  .built__content {
    max-width: 100%;
    margin-bottom: 1rem;
    text-align: center; }
  .built__block {
    flex-direction: column; }
    .built__block:first-child {
      padding-left: 0;
      flex-direction: column-reverse; }
  .selling__wrapper {
    padding: 3rem 2rem; }
  .built__content {
    margin-top: 1rem; }
    .built__content .title {
      font-size: 1.4rem; }
    .built__content .text {
      font-size: 1rem; }
  .footer__login-wrapper {
    width: 280px;
    margin: 0 auto; }
    .footer__login-wrapper .btn {
      flex: 1; }
  .footer__partners-block {
    height: 90px; }
  .footer__partners img {
    height: 3.5rem; }
  .footer__block {
    margin-top: 2rem; }
  .why__img {
    display: none; }
  .commerce__item {
    flex-direction: column; }
  .open {
    margin-bottom: 2rem; }
  .open__img {
    height: 90px; }
  .open__item {
    padding: 2rem 2rem 4rem; }
  .steps__line {
    overflow: hidden; }
  .deposit__wrapper {
    flex-direction: column; }
  .deposit__block {
    width: 100%; }
  .checkout__item .step__radio .radio {
    width: 100%; }
  .about {
    display: none; }
  .platform {
    display: none; }
  .intro__title span:last-child {
    text-align: inherit; } }

@media (max-width: 640px) {
  .ecosystem__block {
    width: 100%; }
  .cabinet__converter .converter .converter__price {
    transform: translateY(0.6rem); }
  body.cabinet .nav__link-text {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  body.cabinet .header__wrapper {
    overflow: hidden; }
  .intro__actions {
    flex-direction: column; }
    .intro__actions .btn {
      margin-right: 0; }
  .why__text ul {
    columns: 1; }
  .cabinet__form-wrapper {
    flex-direction: column; }
  .cabinet__form-block {
    width: 100%;
    margin-bottom: 1rem; }
    .cabinet__form-block.date {
      margin-top: 0; }
  .date__wrapper {
    margin-top: 1rem; }
  .dashboard__block {
    padding: 0; }
  .cabinet__form-actions .btn {
    margin-right: 0; }
  .table--orders thead {
    display: none; }
  .table--orders tbody {
    display: block; }
    .table--orders tbody tr {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #e7e8ea; }
      .table--orders tbody tr td {
        font-size: .8rem;
        width: 50%;
        display: block;
        text-align: left; }
        .table--orders tbody tr td:last-child {
          text-align: left;
          display: flex;
          flex-direction: row-reverse;
          justify-content: flex-end;
          align-items: center;
          padding-bottom: 1rem; }
          .table--orders tbody tr td:last-child .btn {
            margin-bottom: 0;
            margin-right: 0;
            margin-left: 1rem; }
  .profile {
    padding: 0; }
  .profile__header {
    flex-direction: column; }
  .profile__header-block {
    text-align: center; }
    .profile__header-block:last-child {
      margin-left: 0; }
  .profile__wrapper {
    flex-direction: column; }
    .profile__wrapper .form__group {
      width: 100%;
      margin-bottom: 15px; }
    .profile__wrapper .profile__block {
      margin-bottom: 15px; }
  .control__block {
    width: 100%; }
  .profile__text {
    margin-top: 20px; } }

@media (min-width: 560px) {
  .header__btn {
    display: none; } }

@media (max-width: 560px) {
  .remodal__2fa-inputs {
    margin-bottom: 2rem; }
  .dashboard__title-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .deposit__form .deposits__form-block:last-of-type {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start; }
  .deposit__form .order-alert {
    bottom: auto;
    margin-top: 0;
    margin-bottom: 2rem; }
  .order-alert {
    position: relative;
    bottom: auto;
    right: auto; }
  .step__form .cabinet__form-actions {
    flex-direction: column-reverse; }
  .step__form .converter__btn {
    margin-top: 1rem; }
  .cabinet__form-actions {
    flex-direction: column-reverse; }
  .converter__btn {
    margin-top: 1rem; }
  .cabinet__form-actions {
    flex-direction: column-reverse; }
    .cabinet__form-actions .btn:last-of-type {
      margin-left: 0; }
  .form__inline {
    flex-direction: column; }
    .form__inline .form__group {
      width: 100%; }
  .dashboard__title-wrapper.history {
    align-items: flex-start; }
  .header__btn {
    position: absolute;
    top: 0;
    left: 100%;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(to bottom, #f69923, #f79a23, #e97826);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .header__btn:before, .header__btn:after {
      content: '';
      position: absolute;
      top: 16px;
      left: 14px;
      width: .8rem;
      height: 2px;
      background-color: #ffffff;
      transform: rotate(45deg); }
    .header__btn:after {
      top: 24px;
      transform: rotate(-45deg); }
    .header__btn.active:before {
      transform: rotate(320deg); }
    .header__btn.active:after {
      transform: rotate(215deg); }
  body.cabinet .page__wrapper {
    padding-left: 0; }
  body.cabinet .header {
    transform: translateX(-100%);
    transition: all .2s ease; }
    body.cabinet .header.opened {
      transform: translateX(0); }
  .step__line-block:after {
    width: 6rem; }
  .step__line-block:before {
    width: 3rem; }
  .step__line-block.completed:before {
    width: 6rem; }
  .intro__card {
    transform: scale(0.9); }
  .intro__card-label {
    left: 0; }
  .footer__wrapper-block {
    text-align: center; }
    .footer__wrapper-block:last-child {
      padding-left: 0; }
      .footer__wrapper-block:last-child .footer__block {
        width: 100%;
        text-align: center; }
      .footer__wrapper-block:last-child .footer__item {
        max-width: 290px;
        width: 100%; }
  .logo a {
    font-size: 1.4rem; }
    .logo a img {
      height: 1.6rem; }
  .converter .converter__form {
    flex-direction: column; }
  .converter__form-block {
    flex: unset;
    width: 100%; }
  .cabinet__converter .converter__form-block {
    width: 100%; }
  .rates__chart {
    height: 240px !important; }
  .login__nav {
    flex-direction: column;
    align-items: center; }
    .login__nav a {
      margin-right: 0; }
  .cards__block {
    width: 100%; }
    .cards__block:last-child {
      margin-bottom: 0; }
  .wallet__content .balance__coin {
    font-size: 1.4rem; }
  .checkout__rates {
    flex-direction: column; }
  .checkout__step {
    margin-right: 3rem; }
    .checkout__step:after {
      right: -1.5rem; }
  .remodal__address {
    padding-right: 3rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; }
    .remodal__address a {
      position: absolute;
      top: 50%;
      right: .6rem;
      transform: translateY(-50%); }
  .remodal__title {
    font-size: 1.8rem; }
    .remodal__title img {
      height: 1.6rem; }
  .table--dashboard thead {
    display: none; }
  .table--dashboard tr {
    display: flex;
    flex-wrap: wrap; }
    .table--dashboard tr td {
      width: 50%;
      display: block;
      height: auto;
      text-align: left; }
  .page__content {
    padding: 1rem 0; }
    .page__content.text-page {
      padding: 1rem 0; }
  .page__nav {
    padding: 1rem 0 0;
    flex-direction: column;
    align-items: center;
    height: auto; }
  .page__nav-link {
    margin-right: 0;
    margin-bottom: 1rem; }
  .page__header-wrapper {
    flex-direction: column;
    padding-left: 0; }
  .page__title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.8rem; }
  .accordion__title {
    font-size: 1.2rem; }
  .accordion__item {
    padding: 1rem; }
  .page__text {
    padding-left: 0; }
  .remodal__title {
    display: block; }
  .intro__content {
    padding-left: 0; }
  .holiday__text {
    width: 100%; }
  .holiday__hat {
    left: -15px; }
  .holiday_img-right {
    right: -20px; }
  .holiday_img-left {
    left: -20px; }
  .sign__actions {
    padding: 0 1.5rem; }
    .sign__actions .btn {
      min-width: auto;
      width: calc(50% - 7.5px); }
  .industry__actions .btn {
    min-width: auto;
    width: calc(50% - 7.5px); } }

@media (max-width: 440px) {
  body.cabinet .logo {
    transform: translateX(0); }
  .trust__logos {
    justify-content: space-between; }
  .platform__item {
    width: 100%; }
  .rates__chart {
    height: 160px !important; }
  .account__form {
    flex-direction: column;
    align-items: center; }
    .account__form .input {
      border-radius: .6rem;
      margin-bottom: 1rem; }
    .account__form .btn {
      border-radius: .6rem;
      margin: 0 auto; }
  .intro__faq {
    justify-content: center; }
  .intro__title {
    font-size: 1.6rem; }
  .intro__text {
    font-size: 1rem; }
  .why__text {
    padding-left: 0;
    font-size: 1rem; }
    .why__text * {
      font-size: 1rem !important; }
  .main__title {
    font-size: 1.4rem; }
  .advantages__item .img {
    height: 9rem; }
  .advantages__item-title {
    font-size: 1.2rem; }
  .advantages__item-text {
    font-size: 1rem; }
  .main__text {
    font-size: 1rem; }
  .footer__line {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .intro__content {
    margin-bottom: 3rem; }
  .header__wrapper .header__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 25%;
    height: auto; }
  .header__wrapper .logo {
    margin-right: 0; }
  .header__left {
    width: 25%; }
    .header__left .logo img {
      height: 25px; }
    .header__left .logo a {
      font-size: 0; }
  .dashboard__rates-text {
    padding-left: 0; }
  .dashboard__overview {
    padding: 2rem 1rem; }
  .wallet__item {
    padding: 1.4rem 1rem; }
  .wallet__head {
    position: relative;
    justify-content: flex-end; }
    .wallet__head .name {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 70%; }
  .checkout__table {
    padding: 0; }
  .payment__method .method {
    padding: 1rem .5rem; }
  .payment__method .method__label {
    font-size: .6rem; }
  .checkout__heading {
    flex-direction: column;
    height: auto;
    padding: 2rem 0;
    margin-bottom: 1rem; }
  .checkout__step {
    margin-right: 0;
    margin-bottom: 3rem; }
    .checkout__step:last-child {
      margin-bottom: 0; }
    .checkout__step:after {
      right: auto;
      left: 50%;
      top: auto;
      bottom: -1.5rem;
      transform: translateX(-50%) rotate(90deg); }
  .rate {
    margin-right: 0; }
  .checkout__refresh {
    flex-direction: column; }
  .checkout__total-price {
    font-size: 1.4rem; }
  .footer__line .text {
    margin-bottom: 1rem; }
  .converter__form-head .title {
    font-size: 1.2rem; }
  .step__form .radio__label {
    height: auto;
    min-height: 110px;
    padding: 1rem 2rem; } }

@media (max-width: 395px) {
  .choose__form-block .bank__transfer-action {
    padding: 0 3rem; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.jq-toast-single h2 {
  margin-bottom: 0 !important; }

.wpwl-form {
  display: flex;
  flex-wrap: wrap; }

.wpwl-label {
  display: block;
  color: #1b1d1f;
  opacity: .3;
  font-size: .8rem;
  width: 100%; }

.wpwl-group {
  flex-direction: column;
  display: flex; }
  .wpwl-group input {
    border: 1px solid #f2f2f9;
    padding: .8rem 1rem; }
    .wpwl-group input::placeholder {
      opacity: 0; }
  .wpwl-group select {
    width: 100%;
    border: 1px solid #f2f2f9;
    padding: .2rem 1rem; }

.wpwl-brand {
  display: none; }

.wpwl-wrapper-brand {
  padding-right: 0;
  width: 66.6666667%; }

.wpwl-control-cvv input {
  border: 1px solid #f2f2f9;
  padding: .8rem 1rem; }
  .wpwl-control-cvv input::placeholder {
    opacity: 0; }

.wpwl-control-cvv[placeholder] {
  content: ''; }

.wpwl-button {
  float: none;
  display: inline-flex;
  padding: 0 2rem;
  margin-bottom: 5px;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  font-weight: 500;
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: background-color .1s linear, color .1s linear, border-color .1s linear;
  border-radius: .2rem;
  background-color: #ff015b; }
  .wpwl-button:hover {
    background-color: #cd0049; }

.card__form-info {
  margin-bottom: 15px; }
  .card__form-info .title {
    padding-top: 25px;
    border-top: 1px solid #f2f2f9;
    font-size: 14px;
    font-weight: 500;
    color: #454545; }
  .card__form-info .text {
    font-size: 12px;
    color: #454545;
    margin-bottom: 10px; }
  .card__form-info .email {
    display: flex;
    align-items: center;
    color: #454545;
    font-size: 12px; }
    .card__form-info .email img {
      margin-right: .4rem; }

.card__form-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .card__form-footer .text {
    max-width: 300px;
    color: #000000;
    opacity: .6;
    font-size: 12px; }
  @media (max-width: 440px) {
    .card__form-footer {
      flex-direction: column; }
      .card__form-footer img {
        margin-top: 10px; } }

.wpwl-group-submit {
  order: 6; }

.wpwl-form {
  margin: 0; }

.wpwl-control {
  border: 1px solid #f2f2f9;
  height: 49px; }

.wpwl-group-expiry {
  display: inline-flex;
  order: 4;
  width: 32.33333%; }

.wpwl-group-cvv {
  margin-left: 2%;
  display: inline-flex;
  width: 32.33333%;
  order: 5; }

.wpwl-wrapper-expiry {
  width: 100%; }

.wpwl-wrapper-cvv {
  width: 100%; }

@media (max-width: 440px) {
  .wpwl-wrapper-brand {
    width: 100%; }
  .wpwl-group-expiry {
    width: 49%; }
  .wpwl-group-cvv {
    width: 49%; } }

#pr-box.light p {
  background: linear-gradient(180deg, #f69923 0%, #f79a23 50%, #e97826 100%) !important;
  color: #000000 !important; }

#pr-box.light ul {
  background: #000000 !important; }

#pr-box.light ul li span {
  background: none !important;
  border-width: 0 2px 2px 0 !important;
  border-style: solid !important;
  border-color: #7E8FAB !important;
  width: 6px !important;
  height: 10px !important;
  border-radius: 0 !important;
  transform: rotate(45deg); }

#pr-box.light ul li span.pr-ok {
  border-color: #E447BE !important; }
