@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=Dela+Gothic+One&family=Hind:wght@300;500;600;700&display=swap');
html,
body {
  font-size: 15px;
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: 'Hind', sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  body.fixed {
    padding-right: 5px;
    overflow: hidden;
    position: fixed;
    width: 100%; }
  body.cabinet {
    position: relative;
    background: transparent;
  }
    body.cabinet .page {
      padding-top: 118px; }
      body.cabinet .page .page__wrapper {
        position: relative;
      }

  body.cabinet .page .page__wrapper::before {
    content: '';
    width: 100%;
    height: calc(100% + 195px);
    background: linear-gradient(#561D4F, #191831);
    position: absolute;
    left: 0;
    top: 0;
  }
  body.user-settings .page .page__wrapper::before {
    display: none;
  }
  body.inside .page .page__wrapper::before {
    display: none;
  }
  body.cabinet .container {
    position: relative;
    padding-bottom: 122px;
    z-index: 1;
  }
    body.cabinet .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #1A1832;
    }
  body.referral {
    background: #f7f8fc; }
  body:not(.cabinet) {
    /*background-color: #0B0F16;*/
    background: #561D4F; }
  body.inside {
    background-color: #fff; }
  @media (max-width: 992px) {
    body.cabinet .page {
      padding-top: 70px !important; }
    body.fixed {
      padding-right: 0; }
    
      .account__form .btn {
        width: 100% !important;
      }
    }

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

a {
  color: #C154FF;
  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: #2979FF;
  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; }
  .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: #2979FF;
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 4px;
    border-radius: 2px; }

/* Vendor libs

==========================*/
/* 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: #1A1832;
        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;
  background: transparent;
  -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(25, 24, 49, .68);
}

.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: 0;
  transform: translate3d(0, 0, 0);
  max-width: 1170px;
  margin: 0 auto;
  color: #1b1d1f;
  border-radius: 8px; }

.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 i {
  display: none;;
}
.remodal-close {
  background-image: url(/fonts/close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 29px;
  right: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #1b1d1f;
  border: 0;
  outline: 0;
  font-size: 1.4rem; }
  .remodal-close img {
    max-width: 100%; }
  .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: 1170px; }
    .remodal--order {
      max-width: 40rem; } }

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

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

.remodal--order {
  background: #fff;
  padding: 4rem 2rem;
  max-height: 600px;
  overflow-y: auto; }
  .remodal--order .block__text {
    margin-bottom: 2rem; }
    .remodal--order .block__text ul li {
      margin-bottom: .5rem; }

.remodal--send .remodal__title img {
  transform: rotate(180deg); }

.remodal--help {
  max-width: 600px;
  padding: 2rem !important; }
  .remodal--help .label {
    margin-bottom: .6rem;
    color: rgba(27, 29, 31, 0.25);
    font-family: inherit;
    font-weight: 700; }
  .remodal--help .input {
    min-height: auto;
    padding: .5rem 1rem !important;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #1b1d1f; }
    .remodal--help .input:focus {
      border-color: #1b1d1f; }
  .remodal--help .textarea {
    min-height: 150px;
    padding: .8rem 1rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #1b1d1f;
    border-radius: 0; }
    .remodal--help .textarea:focus {
      border-color: #1b1d1f; }
  .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.remodal--help {
  background: #fff;
}
.remodal__content {
  display: flex;
  align-items: center;
  margin: 0 -3rem; }  
  .remodal__content .label {
    font-size: .8rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3); }
  .remodal__content .form__group {
    width: 100%; }
  .remodal__content .input {
    padding: 1rem 1rem;
    font-family: inherit; }
    .remodal__content .input--crypto {
      border: 1px solid #2979FF;
      border-radius: .2rem;
      color: #000000;
      font-size: 1rem; }

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

.remodal__title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: center; }
  .remodal__title img {
    height: 2.4rem;
    margin-right: .6rem; }
  .remodal__title svg {
    margin-right: .6rem; }
  .remodal__title a {
    margin-left: .4rem;
    color: inherit; }

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

.remodal__text {
  margin-bottom: 2rem;
  font-size: .8rem;
  line-height: 2; }

.remodal__address {
  margin-bottom: 2rem;
  padding: 1rem 2rem 1rem 1rem;
  border: 1px solid #2979FF;
  border-radius: .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem; }
  .remodal__address a {
    color: #2979FF;
    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 {
  font-size: .6rem; }

.qr__link {
  font-size: .8rem;
  font-weight: 500;
  color: #2979FF;
  text-transform: uppercase; }

.remodal__converter {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .remodal__converter .input__wrapper {
    width: 45%; }
  .remodal__converter.destination {
    margin-bottom: 0; }
  .remodal__converter .input {
    color: #000000;
    border: 1px solid #f2f2f9;
    border-radius: .2rem; }
    .remodal__converter .input:focus {
      border-color: #1b1d1f; }
  .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; }
    .remodal__converter .select:after {
      border-color: #2979FF;
      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: auto; }
  .remodal__converter.network-fee .select {
    position: static;
    transform: translateY(0);
    padding-right: 1rem; }
    .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: 2rem;
    font-size: 1.4rem;
    font-weight: 600; }

.remodal__converter-balance {
  font-size: .8rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  margin-top: .4rem; }
  .remodal__converter-balance .balance {
    color: #1b1d1f; }

.remodal--2fa {
  padding: 3rem 55px;
  height: 730px;
  max-width: 500px; }

.remodal.remove {
  height: 430px; }

.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__2fa-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .6rem; }

.remodal__2fa-text {
  font-size: .8rem;
  margin-bottom: 1rem; }

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

.remodal__2fa-inputs {
  margin-bottom: 4rem;
  display: flex;
  transition: all .2s ease;
  position: relative;
  justify-content: space-between; }

@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 {
  border: 1px solid #bebebe;
  width: 3.6rem;
  height: 3.6rem;
  outline: 0;
  text-align: center;
  border-radius: 3px; }
  .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: #2979FF; }
    .authentication__input.error + .authentication__label:before, .authentication__input.error + .authentication__label:after {
      opacity: 1 !important;
      background-color: #2979FF; }

.authentication__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  pointer-events: none; }
  .authentication__label:before, .authentication__label:after {
    content: '';
    width: 14px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 0;
    transform: rotate(45deg);
    background: #989898; }
  .authentication__label:after {
    transform: rotate(-45deg); }

.authentication__error {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  color: #2979FF;
  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; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1260px) {
    .container {
      width: 1260px;
      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; }
  @media (min-width: 560px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1260px) {
    .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1260px) {
    .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-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: 992px) {
  .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%; } }

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

.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 {
  display: flex;
  align-items: center;
  margin: 0 -1rem; }

.error__block {
  padding: 0 1rem;
  width: 50%; }
  .error__block:last-child {
    text-align: right; }

.error__title {
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem; }

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

.error__number {
  font-size: 288px;
  font-weight: 600;
  color: #ffffff;
  /*-webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: $white;*/ }

.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 #1A1832;
  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: #1b1d1f; }
  .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: #1b1d1f; }

.header {
  position: absolute;
  top: 0;
    background: #1A1832;
  left: 0;
  width: 100%;
  z-index: 3; }
  .header--inside {
    /* margin-bottom: 2.4rem; */
    /* background: #c76850;
    background: linear-gradient(90deg, #c76850 20%, #43205f 100%); */
    position: relative; }
    .header--inside .logo {
      align-items: center; }
      .header--inside .logo a {
        line-height: 1; }
  .header--cabinet {
    /* margin-bottom: 60px; */
  }
    .header--cabinet .logo {
      left: 32px; }
      .header--cabinet .logo a {
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 0; }
        .header--cabinet .logo a img {
          margin-right: 12px; }

          body.cabinet .header .header__action:last-of-type {
            right: 32px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
          }
    .header--cabinet .header__wrapper {
      width: 100%; }
    /* .header--cabinet .nav.hide-mobile a {
      color: #ffffff;
      font-weight: 700;
      font-size: 14px;
      margin-right: 60px; } */
      /* .header--cabinet .nav.hide-mobile a.active {
        opacity: .4; } */

.header__wrapper {
  max-width: 1260px;
  padding: 0 128px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 127px; }
  /*.header__wrapper .btn {
    height: 65px;
    padding: 0 1rem;
    font-size: .8rem;
    font-size: 22px;
    font-weight: 500; 
    background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
    border-radius: 5px;
    margin: 0;
    width: 202px;
    transition: .3s;
  }
  .header__wrapper .btn:hover {
    background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
    opacity: .7;
  }*/

.header__left {
  display: flex;
  align-items: center; 
  justify-content: center;
  width:100%;
}

.logo {
  display: inline-flex; 
  position: absolute;
  left: 128px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
  .logo a {
    display: flex;
    align-items: center;
    color: #ffffff;
    /*font-weight: 500;*/
    /*font-size: 1.6rem;*/
    font-size: 18px;
    font-weight: 600; }
    .logo a:hover {
      text-decoration: none; }
    .logo a span {
      font-weight: 400; }
  .logo img {
    margin-right: 1rem;
    /*height: 2.6rem;*/
    width: 163px;}

.nav {
  display: flex; }

.nav__link {
  color: #fff;
  transition: all .2s ease;
  position: relative;
  margin-right: 6rem;
  font-weight: 500;
  font-size: 20px;
  line-height: 100px; 
  font-family: 'Roboto', sans-serif;
}
  .nav__link:last-child {
    margin-right: 0; }
  .nav__link:after {
    width: 100%;
    position: absolute;
    bottom: -.6rem;
    left: 0;
    height: 2px;
    background-color: #ffffff;
    content: '';
    opacity: 0;
    transition: all .2s ease; }
  .nav__link.active {
    color: #fff; 
    position: relative;
  }
    .nav__link.active:after {
      /*opacity: 1;*/ }
  .nav__link:hover {
    text-decoration: none; }
    .nav__link:hover:after {
      /*opacity: 1;*/ }

.header__actions {
  display: flex;
  align-items: center; 
  position: absolute;
  right: 128px;
  top: 50%;
  transform: translateY(-50%);
}
  .header__actions.logged .btn {
    /*padding: 0 1rem;*/
    padding: 1.6rem 2.4rem;
    height: 1.8rem;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 300;
    min-width: auto; }

.header__action .btn {
  /*padding: 0 1.4rem;*/
  padding: 1.6rem 2.4rem; }

.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: #040f44; }
    .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); }

.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; }
  .notify .event {
    position: absolute;
    top: -.2rem;
    right: -.35rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    font-size: .6rem;
    border: 1px solid #1b1d1f;
    background-color: #94816c;
    color: #1b1d1f;
    display: flex;
    align-items: center;
    justify-content: center; }

@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(-5rem, -50%); }
  .switcher__input:checked + .switcher__label .no {
    color: #333; }
  .switcher__input:checked + .switcher__label .yes {
    color: #ffffff; }

.switcher__label {
  width: 10rem;
  height: 50px;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 2.2rem;
  border: 1px solid #2979FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  user-select: none; }
  .switcher__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 40px;
    right: .4rem;
    background-color: #2979FF;
    border-radius: 2.2rem;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    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__input {
  opacity: 0;
  position: absolute; }
  .checkbox__input:checked + .checkbox__label--not-active {
    user-select: auto;
    color: #1A1832; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #6a6a6a; }
    .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 {
    background-color: #2979FF;
    border-color: #2979FF; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input:checked + .checkbox__label:hover:after {
    color: #ffffff;
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #f0033b; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #f0033b; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 16px;
  color: rgba(27, 29, 31, 0.5);
  user-select: none;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    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: #ffffff;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    font-weight: 500;
    color: rgba(27, 29, 31, 0.8);
    text-decoration: underline; }
    .checkbox__label a:hover {
      text-decoration: none; }
  /*.checkbox__label:hover:not(.checkbox__label--disabled):after {
    color: #1A1832;
    opacity: 0.3; }*/
  .checkbox__label--error {
    color: #f0033b; }
    .checkbox__label--error:before {
      border-color: #f0033b; }
  .checkbox__label--disabled {
    color: #1A1832; }
    .checkbox__label--disabled:before {
      border-color: #6a6a6a; }
    .checkbox__label--disabled:hover {
      cursor: not-allowed; }
  .checkbox__label--not-active {
    user-select: auto;
    color: #1A1832; }
    .checkbox__label--not-active:before {
      border-color: #6a6a6a; }
    .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__label span {
    color: #1A1832; }

/* 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 {
    color: #7C7F8E; }
    .radio__input:checked + .radio__label--disabled {
      color: #1A1832; }
  .radio__input:checked + .radio__label:before {
    border-color: #2979FF; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #2979FF; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #1A1832; }
    .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: #1A1832; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }
  .radio__input--square:checked + .radio__label--square:before {
    content: "\f00c"; }
  .radio__input--square:checked + .radio__label--text {
    border-color: #2979FF; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #2979FF; }
  .radio__input--cart:checked + .radio__label--cart {
    border-color: #3eacff !important; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #fff;
  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: #1A1832;
    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: #f0033b; }
    .radio__label--error:before {
      border-color: #f0033b; }
  .radio__label--disabled {
    color: #1A1832; }
    .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: #1A1832; }
    .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 #333; }
    .radio__label--square:hover {
      border-color: #2979FF; }
      .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: #fff;
      border: 0;
      background-color: transparent;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .radio__label--text {
    padding: 10px 3px;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    transition: all .1s ease; }
    .radio__label--text:hover {
      border-color: #2979FF; }
    .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 #ddd;
    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: #3eacff;
      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: #fff;
    color: #fff; }

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

/* 11. Buttons
=========================*/
/*$btn-padding: 0 2rem;*/
/* Sizes */
/* Styling */
.btn {
  display: inline-flex;
  padding: 1.6rem 2.4rem;
  margin-bottom: 5px;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  font-weight: 500;
  background-color: #aaaaaa;
  color: #1b1d1f;
  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: 0;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* 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 */
  /* 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: #1A1832;
    color: #ffffff; }
    .btn--gray:focus {
      background-color: #3c3c3c; }
    .btn--gray:hover {
      background-color: #373737; }
    .btn--gray:active {
      background-color: #323232; }
  .btn--red {
    background-color: #f0033b;
    color: #ffffff; }
    .btn--red:focus {
      background-color: #e10337; }
    .btn--red:hover {
      background-color: #d70335; }
    .btn--red:active {
      background-color: #cd0332; }
  .btn--rblack {
    background-color: #000000;
    color: #ffffff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #ffffff;
    color: #1b1d1f; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #2979FF;
    color: #ffffff; }
    .btn--pink:focus {
      background-color: #1a6fff; }
    .btn--pink:hover {
      background-color: #1069ff; }
    .btn--pink:active {
      background-color: #0563ff; }
  .btn--deep-pink {
    background-color: #dcc9c3;
    color: #1b1d1f; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #a08ca7;
    color: #ffffff; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #ffffff; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #bc9999;
    color: #1b1d1f; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #2979FF;
    color: #ffffff; }
    .btn--blue:focus {
      background-color: #1a6fff; }
    .btn--blue:hover {
      background-color: #1069ff; }
    .btn--blue:active {
      background-color: #0563ff; }
  .btn--main {
    background-color: #2979FF;
    color: #ffffff; }
    .btn--main:focus {
      background-color: #1a6fff; }
    .btn--main:hover {
      background-color: #1069ff; }
    .btn--main:active {
      background-color: #0563ff; }
  .btn--green {
    background-color: #6dc688;
    color: #ffffff; }
    .btn--green:focus {
      background-color: #62c27f; }
    .btn--green:hover {
      background-color: #5bbf79; }
    .btn--green:active {
      background-color: #53bc73; }
  .btn--black {
    background-color: #1b1d1f;
    color: #ffffff; }
    .btn--black:focus {
      background-color: #141517; }
    .btn--black:hover {
      background-color: #0f1011; }
    .btn--black:active {
      background-color: #0a0b0c; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #1A1832; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #1A1832;
      border-color: #3f3f3f; }
    .btn--o-gray:hover {
      border-color: #1A1832;
      background-color: #1A1832;
      color: #ffffff; }
    .btn--o-gray:active {
      border-color: #3c3c3c;
      background-color: #3c3c3c; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #f0033b;
    color: #f0033b; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #f0033b;
      border-color: #e60339; }
    .btn--o-red:hover {
      border-color: #f0033b;
      background-color: #f0033b;
      color: #ffffff; }
    .btn--o-red:active {
      border-color: #e10337;
      background-color: #e10337; }
  .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-pink {
    background-color: transparent;
    border: 1px solid #2979FF;
    color: #2979FF; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #2979FF;
      border-color: #1f73ff; }
    .btn--o-pink:hover {
      border-color: #2979FF;
      background-color: #2979FF;
      color: #ffffff; }
    .btn--o-pink:active {
      border-color: #1a6fff;
      background-color: #1a6fff; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #dcc9c3;
    color: #dcc9c3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #dcc9c3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #dcc9c3;
      background-color: #dcc9c3;
      color: #ffffff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #a08ca7;
    color: #a08ca7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #a08ca7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #a08ca7;
      background-color: #a08ca7;
      color: #ffffff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #ffffff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #bc9999;
    color: #bc9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #bc9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #bc9999;
      background-color: #bc9999;
      color: #ffffff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #2979FF;
    color: #2979FF; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #2979FF;
      border-color: #1f73ff; }
    .btn--o-blue:hover {
      border-color: #2979FF;
      background-color: #2979FF;
      color: #ffffff; }
    .btn--o-blue:active {
      border-color: #1a6fff;
      background-color: #1a6fff; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #2979FF;
    color: #2979FF; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #2979FF;
      border-color: #1f73ff; }
    .btn--o-main:hover {
      border-color: #2979FF;
      background-color: #2979FF;
      color: #ffffff; }
    .btn--o-main:active {
      border-color: #1a6fff;
      background-color: #1a6fff; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #6dc688;
    color: #6dc688; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #6dc688;
      border-color: #66c382; }
    .btn--o-green:hover {
      border-color: #6dc688;
      background-color: #6dc688;
      color: #ffffff; }
    .btn--o-green:active {
      border-color: #62c27f;
      background-color: #62c27f; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #1b1d1f;
    color: #1b1d1f; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #1b1d1f;
      border-color: #16181a; }
    .btn--o-black:hover {
      border-color: #1b1d1f;
      background-color: #1b1d1f;
      color: #ffffff; }
    .btn--o-black:active {
      border-color: #141517;
      background-color: #141517; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #1A1832;
      border-color: #3f3f3f; }
    .btn--i-gray:hover {
      border-color: #1A1832;
      background-color: transparent;
      color: #1A1832; }
    .btn--i-gray:active {
      border-color: #3c3c3c;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #f0033b;
      border-color: #e60339; }
    .btn--i-red:hover {
      border-color: #f0033b;
      background-color: transparent;
      color: #f0033b; }
    .btn--i-red:active {
      border-color: #e10337;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #1A1832;
    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 #1A1832;
    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-pink {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #2979FF;
      border-color: #1f73ff; }
    .btn--i-pink:hover {
      border-color: #2979FF;
      background-color: transparent;
      color: #2979FF; }
    .btn--i-pink:active {
      border-color: #1a6fff;
      background-color: transparent; }
  .btn--i-deep-pink {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-deep-pink:focus {
      background-color: transparent;
      color: #dcc9c3;
      border-color: #d8c3bd; }
    .btn--i-deep-pink:hover {
      border-color: #dcc9c3;
      background-color: transparent;
      color: #dcc9c3; }
    .btn--i-deep-pink:active {
      border-color: #d6c0b9;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #a08ca7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #a08ca7;
      background-color: transparent;
      color: #a08ca7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--i-deep-purple:hover {
      border-color: #673ab7;
      background-color: transparent;
      color: #673ab7; }
    .btn--i-deep-purple:active {
      border-color: #6036ab;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #bc9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #bc9999;
      background-color: transparent;
      color: #bc9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #2979FF;
      border-color: #1f73ff; }
    .btn--i-blue:hover {
      border-color: #2979FF;
      background-color: transparent;
      color: #2979FF; }
    .btn--i-blue:active {
      border-color: #1a6fff;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #2979FF;
      border-color: #1f73ff; }
    .btn--i-main:hover {
      border-color: #2979FF;
      background-color: transparent;
      color: #2979FF; }
    .btn--i-main:active {
      border-color: #1a6fff;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #6dc688;
      border-color: #66c382; }
    .btn--i-green:hover {
      border-color: #6dc688;
      background-color: transparent;
      color: #6dc688; }
    .btn--i-green:active {
      border-color: #62c27f;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #1A1832;
    color: #ffffff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #1b1d1f;
      border-color: #16181a; }
    .btn--i-black:hover {
      border-color: #1b1d1f;
      background-color: transparent;
      color: #1b1d1f; }
    .btn--i-black:active {
      border-color: #141517;
      background-color: transparent; }
  .btn--vg-gray {
    background: #515151;
    background: linear-gradient(to bottom, #515151 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1e1e1e', 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: #fc1048;
    background: linear-gradient(to bottom, #fc1048 0%, #a40228 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1048', endColorstr='#a40228', GradientType=0 );
    color: #ffffff;
    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: #1b1d1f;
    transition: opacity .2s linear; }
    .btn--vg-white:focus, .btn--vg-white:hover {
      opacity: .9; }
    .btn--vg-white:active {
      opacity: .8; }
  .btn--vg-pink {
    background: #4389ff;
    background: linear-gradient(to bottom, #4389ff 0%, #0052dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4389ff', endColorstr='#0052dc', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-pink:focus, .btn--vg-pink:hover {
      opacity: .9; }
    .btn--vg-pink:active {
      opacity: .8; }
  .btn--vg-deep-pink {
    background: #e5d7d3;
    background: linear-gradient(to bottom, #e5d7d3 0%, #c09e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d7d3', endColorstr='#c09e93', GradientType=0 );
    color: #1b1d1f;
    transition: opacity .2s linear; }
    .btn--vg-deep-pink:focus, .btn--vg-deep-pink:hover {
      opacity: .9; }
    .btn--vg-deep-pink:active {
      opacity: .8; }
  .btn--vg-purple {
    background: #ac9ab2;
    background: linear-gradient(to bottom, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-purple:focus, .btn--vg-purple:hover {
      opacity: .9; }
    .btn--vg-purple:active {
      opacity: .8; }
  .btn--vg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to bottom, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-deep-purple:focus, .btn--vg-deep-purple:hover {
      opacity: .9; }
    .btn--vg-deep-purple:active {
      opacity: .8; }
  .btn--vg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to bottom, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #1b1d1f;
    transition: opacity .2s linear; }
    .btn--vg-dark-pink:focus, .btn--vg-dark-pink:hover {
      opacity: .9; }
    .btn--vg-dark-pink:active {
      opacity: .8; }
  .btn--vg-blue {
    background: #4389ff;
    background: linear-gradient(to bottom, #4389ff 0%, #0052dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4389ff', endColorstr='#0052dc', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-blue:focus, .btn--vg-blue:hover {
      opacity: .9; }
    .btn--vg-blue:active {
      opacity: .8; }
  .btn--vg-main {
    background: #4389ff;
    background: linear-gradient(to bottom, #4389ff 0%, #0052dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4389ff', endColorstr='#0052dc', 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: #7fcd97;
    background: linear-gradient(to bottom, #7fcd97 0%, #41a65f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fcd97', endColorstr='#41a65f', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--vg-green:focus, .btn--vg-green:hover {
      opacity: .9; }
    .btn--vg-green:active {
      opacity: .8; }
  .btn--vg-black {
    background: #272a2d;
    background: linear-gradient(to bottom, #272a2d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272a2d', 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--hg-gray {
    background: #515151;
    background: linear-gradient(to right, #515151 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#1e1e1e', 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: #fc1048;
    background: linear-gradient(to right, #fc1048 0%, #a40228 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1048', endColorstr='#a40228', GradientType=0 );
    color: #ffffff;
    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: #1b1d1f;
    transition: opacity .2s linear; }
    .btn--hg-white:focus, .btn--hg-white:hover {
      opacity: .9; }
    .btn--hg-white:active {
      opacity: .8; }
  .btn--hg-pink {
    background: #4389ff;
    background: linear-gradient(to right, #4389ff 0%, #0052dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4389ff', endColorstr='#0052dc', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-pink:focus, .btn--hg-pink:hover {
      opacity: .9; }
    .btn--hg-pink:active {
      opacity: .8; }
  .btn--hg-deep-pink {
    background: #e5d7d3;
    background: linear-gradient(to right, #e5d7d3 0%, #c09e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d7d3', endColorstr='#c09e93', GradientType=0 );
    color: #1b1d1f;
    transition: opacity .2s linear; }
    .btn--hg-deep-pink:focus, .btn--hg-deep-pink:hover {
      opacity: .9; }
    .btn--hg-deep-pink:active {
      opacity: .8; }
  .btn--hg-purple {
    background: #ac9ab2;
    background: linear-gradient(to right, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-purple:focus, .btn--hg-purple:hover {
      opacity: .9; }
    .btn--hg-purple:active {
      opacity: .8; }
  .btn--hg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to right, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-deep-purple:focus, .btn--hg-deep-purple:hover {
      opacity: .9; }
    .btn--hg-deep-purple:active {
      opacity: .8; }
  .btn--hg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to right, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #1b1d1f;
    transition: opacity .2s linear; }
    .btn--hg-dark-pink:focus, .btn--hg-dark-pink:hover {
      opacity: .9; }
    .btn--hg-dark-pink:active {
      opacity: .8; }
  .btn--hg-blue {
    background: #4389ff;
    background: linear-gradient(to right, #4389ff 0%, #0052dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4389ff', endColorstr='#0052dc', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-blue:focus, .btn--hg-blue:hover {
      opacity: .9; }
    .btn--hg-blue:active {
      opacity: .8; }
  .btn--hg-main {
    background: #4389ff;
    background: linear-gradient(to right, #4389ff 0%, #0052dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4389ff', endColorstr='#0052dc', 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: #7fcd97;
    background: linear-gradient(to right, #7fcd97 0%, #41a65f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fcd97', endColorstr='#41a65f', GradientType=0 );
    color: #ffffff;
    transition: opacity .2s linear; }
    .btn--hg-green:focus, .btn--hg-green:hover {
      opacity: .9; }
    .btn--hg-green:active {
      opacity: .8; }
  .btn--hg-black {
    background: #272a2d;
    background: linear-gradient(to right, #272a2d 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272a2d', 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--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: 8px; }
  .btn--ellipse {
    border-radius: 8px; }
  .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: #2979FF; }
  .btn--o-white {
    border-color: #ffffff; }
    .btn--o-white:hover {
      color: #040f44;
      background-color: #ffffff;
      border-color: #ffffff; }
  .btn--brown {
    color: #1b1d1f; }
  .btn--panel {
    justify-content: space-between;
    transform: translateY(-1rem); }
  .btn--pink {
    /*background: linear-gradient(90deg, #2F62B6 0%, #2986FF 100%);*/
    background: #000; }
  .btn--main {
    background: linear-gradient(90deg, #2F62B6 0%, #2986FF 100%); }

.download__btn {
  height: 3.6rem; }

/* 12. Dropdown
=========================*/
.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%);
  z-index: 100;
  white-space: nowrap;
  text-align: left;
  display: none; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--lng {
    color: #1b1d1f; }
    .dropdown--lng .dropdown__link {
      color: #1b1d1f;
      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
=========================*/
.login-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-family: "Open Sans", sans-serif; }

.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: 20px; }
  .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: #1A1832;
  font-size: 0.8em;
  line-height: 1.2; }

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

.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: #ff015b;
  padding-top: .2rem; }

.js-order-without-account-wrapper input.js-amount {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1.35rem;
  font-weight: 500;
  display: inline-block;
  color: #000;
  width: 8rem;
  font-family: Kanit, 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-weight: 400;
  font-size: 22px;
  padding: 0;
  font-family: inherit;
  color: #000;
  line-height: 1;
  border: 0;
  background-color: transparent;
  transition: background-color .1s linear;
  width: 100%;
  vertical-align: middle;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    opacity: 1; }
  .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: #f0033b;
    color: #f0033b;
    background-color: rgba(240, 3, 59, 0.05); }
    .input--error::placeholder {
      color: #f0033b; }
    .input--error:focus {
      background-color: rgba(240, 3, 59, 0.05); }
  .input--success {
    border-color: #6dc688;
    color: #6dc688;
    background-color: rgba(109, 198, 136, 0.05); }
    .input--success::placeholder {
      color: #6dc688; }
    .input--success:focus {
      background-color: rgba(109, 198, 136, 0.05); }
  .input.error {
    border-color: #f0033b;
    color: #f0033b;
    background-color: rgba(240, 3, 59, 0.05); }
    .input.error::placeholder {
      color: #f0033b; }
    .input.error:focus {
      background-color: rgba(240, 3, 59, 0.05); }
  .input.success {
    border-color: #f0033b;
    color: #f0033b;
    background-color: rgba(240, 3, 59, 0.05); }
    .input.success::placeholder {
      color: #f0033b; }
    .input.success:focus {
      background-color: rgba(240, 3, 59, 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: #1b1d1f; }
  .input__wrapper--crypto {
    border: 1px solid #2979FF;
    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 #2979FF;
  font-weight: inherit;
  background-color: #fff;
  height: 3rem;
  color: #333;
  border-radius: .3rem;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    background-color: white;
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #333;
    opacity: .8; }
  .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: #f0033b;
    color: #f0033b;
    background-color: rgba(240, 3, 59, 0.05); }
    .textarea--error::placeholder {
      color: #f0033b; }
    .textarea--error:focus {
      background-color: rgba(240, 3, 59, 0.05); }
  .textarea--success {
    border-color: #6dc688;
    color: #6dc688;
    background-color: rgba(109, 198, 136, 0.05); }
    .textarea--success::placeholder {
      color: #6dc688; }
    .textarea--success:focus {
      background-color: rgba(109, 198, 136, 0.05); }
  .textarea.error {
    border-color: #f0033b;
    color: #f0033b;
    background-color: rgba(240, 3, 59, 0.05); }
    .textarea.error::placeholder {
      color: #f0033b; }
    .textarea.error:focus {
      background-color: rgba(240, 3, 59, 0.05); }

/* 6. Label
=========================*/
.label {
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 14px; }

/* 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-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #1b1d1f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.15rem;
    padding: .3rem;
    right: 1.4rem;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .8rem 2rem .8rem 1rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: inherit;
    color: #1b1d1f;
    height: 50px;
    font-weight: 300;
    font-size: 1rem;
    transition: background-color .1s linear; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: white; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #f0033b;
      color: #f0033b;
      background-color: rgba(240, 3, 59, 0.05); }
      .select select.error::placeholder {
        color: #f0033b; }
      .select select.error:focus {
        background-color: rgba(240, 3, 59, 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: #f0033b; }
  .select--success:before, .select--success:after {
    color: #6dc688; }
  .select--error select {
    color: #f0033b;
    border-color: #f0033b;
    color: #f0033b;
    background-color: rgba(240, 3, 59, 0.05); }
    .select--error select::placeholder {
      color: #f0033b; }
    .select--error select:focus {
      background-color: rgba(240, 3, 59, 0.05); }
  .select--success select {
    color: #6dc688;
    border-color: #6dc688;
    color: #6dc688;
    background-color: rgba(109, 198, 136, 0.05); }
    .select--success select::placeholder {
      color: #6dc688; }
    .select--success select:focus {
      background-color: rgba(109, 198, 136, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #1b1d1f;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

.reviews {
  padding: 50px 0;
  background-color: #fdfdfd; }
  .reviews .slick-list {
    overflow: unset;
    margin: 0 -5px; }
  .reviews .slick-slide {
    opacity: .4;
    padding: 0 5px; }
    .reviews .slick-slide.slick-active {
      opacity: 1; }
  .reviews .container {
    position: relative; }

.reviews__slider .main__title {
  margin-bottom: 3rem; }

.reviews__slider .slick-list {
  padding: 0 !important; }

.reviews__slider .slick-slide.slick-current .review__item {
  position: relative;
  transform: scale(1.1); }
  .reviews__slider .slick-slide.slick-current .review__item:before {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 26rem;
    width: 30rem;
    background: url(../images/weoffer_ellipse.png) no-repeat center;
    background-size: contain;
    z-index: -1;
    pointer-events: none; }

.review__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem;
  padding: 0 0 50px; }

.review__block {
  margin-bottom: 1rem;
  padding: 0 .5rem;
  width: 33.33333%; }

.review {
  height: 100%;
  position: relative; }

.review__item {
  padding: 2rem 2rem 4rem;
  min-height: 280px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 4px 33px 13px rgba(0, 0, 0, 0.03);
  border-radius: 14px;
  height: 100%;
  transition: all .2s ease; }

.review__title {
  margin-bottom: 1rem;
  color: #1b1d1f;
  font-size: 1.2rem;
  font-weight: 500; }

.review__rating {
  margin-bottom: 2rem;
  display: flex; }
  .review__rating img {
    margin-right: .3rem; }
  .review__rating .star {
    width: 16px;
    height: 16px;
    fill: #777bbc;
    margin-right: .2rem; }
    .review__rating .star.active {
      fill: #e9a31d; }

.review__text {
  margin-bottom: 1rem;
  color: #787878;
  font-size: 1rem; }

.review__author {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1b1d1f;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1; }
  .review__author img {
    height: 20px;
    border-radius: 50%;
    width: 20px;
    object-fit: cover; }

.review__initial {
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500; }

.reviews__nav {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex; }

.reviews__nav-btn {
  margin: 0 2rem 0 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: 0;
  filter: grayscale(100%);
  opacity: .4;
  transition: all .2s ease; }
  .reviews__nav-btn:hover {
    filter: none;
    opacity: 1; }
  .reviews__nav-btn:last-child {
    margin-right: 0; }

.reviews__main {
  padding-bottom: 14rem;
  position: relative; }
  .reviews__main .main__title {
    margin-bottom: .4rem; }

.reviews__slider {
  margin-bottom: 2rem; }
  .reviews__slider .slick-prev {
    top: auto;
    bottom: -32px;
    left: 42%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-right-color: #c4c4c4;
    border-radius: 2px;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 3; }
    .reviews__slider .slick-prev:before {
      display: none; }
  .reviews__slider .slick-next {
    top: auto;
    bottom: -32px;
    left: 58%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-left-color: #c4c4c4;
    border-radius: 2px;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 3; }
    .reviews__slider .slick-next:before {
      display: none; }
  .reviews__slider .review__item {
    background-color: transparent;
    box-shadow: none;
    height: auto; }
  .reviews__slider .review__text {
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.6rem;
    font-size: 1.2rem; }
  .reviews__slider .review__author {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
  .reviews__slider .review__rating {
    margin-bottom: 1.6rem;
    justify-content: center; }
  .reviews__slider .slick-dots {
    bottom: -40px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    .reviews__slider .slick-dots li {
      width: auto;
      height: auto;
      margin: 0; }
      .reviews__slider .slick-dots li button:before {
        color: #c4c4c4;
        opacity: 1;
        font-size: 10px; }
      .reviews__slider .slick-dots li.slick-active button:before {
        color: #2979FF; }

.reviews__slick-nav {
  position: absolute;
  bottom: 15.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 15rem;
  margin-left: .5rem;
  justify-content: space-between; }

.reviews__nav-slick {
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-radius: 2px;
  width: auto;
  height: auto;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  outline: 0;
  background-color: transparent; }
  .reviews__nav-slick.prev {
    border-right-color: #c4c4c4; }
  .reviews__nav-slick.next {
    border-left-color: #c4c4c4; }

.reviews__text {
  color: #ffffff;
  text-align: center;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
  max-width: 600px; }

.review__by {
  color: #777980;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  margin-bottom: .2rem; }

.reviews__more {
  display: flex;
  justify-content: center; }

.reviews__load {
  margin-bottom: 3rem;
  text-align: center; }

/* 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: #1b1d1f;
  text-align: center;
  font-size: 1em;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #2979FF;
  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: #4389ff;
    border-color: #4389ff;
    color: #ffffff;
    text-decoration: none; }
  .pagination__item--disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination__item--current {
    background-color: #2979FF;
    border-color: #2979FF;
    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: #ffffff;
  color: #1b1d1f;
  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: #1A1832;
    color: #ffffff; }
    .alert--gray a {
      color: #ffffff; }
  .alert--red {
    background-color: #f0033b;
    color: #ffffff; }
    .alert--red a {
      color: #ffffff; }
  .alert--rblack {
    background-color: #000000;
    color: #ffffff; }
    .alert--rblack a {
      color: #ffffff; }
  .alert--white {
    background-color: #ffffff;
    color: #1b1d1f; }
    .alert--white a {
      color: #1b1d1f; }
  .alert--pink {
    background-color: #2979FF;
    color: #ffffff; }
    .alert--pink a {
      color: #ffffff; }
  .alert--deep-pink {
    background-color: #dcc9c3;
    color: #1b1d1f; }
    .alert--deep-pink a {
      color: #1b1d1f; }
  .alert--purple {
    background-color: #a08ca7;
    color: #ffffff; }
    .alert--purple a {
      color: #ffffff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #ffffff; }
    .alert--deep-purple a {
      color: #ffffff; }
  .alert--dark-pink {
    background-color: #bc9999;
    color: #1b1d1f; }
    .alert--dark-pink a {
      color: #1b1d1f; }
  .alert--blue {
    background-color: #2979FF;
    color: #ffffff; }
    .alert--blue a {
      color: #ffffff; }
  .alert--main {
    background-color: #2979FF;
    color: #ffffff; }
    .alert--main a {
      color: #ffffff; }
  .alert--green {
    background-color: #6dc688;
    color: #ffffff; }
    .alert--green a {
      color: #ffffff; }
  .alert--black {
    background-color: #1b1d1f;
    color: #ffffff; }
    .alert--black a {
      color: #ffffff; }
  .alert--o-gray {
    background: transparent;
    color: #1A1832;
    border: 1px solid #1A1832; }
  .alert--o-red {
    background: transparent;
    color: #f0033b;
    border: 1px solid #f0033b; }
  .alert--o-rblack {
    background: transparent;
    color: #000000;
    border: 1px solid #000000; }
  .alert--o-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .alert--o-pink {
    background: transparent;
    color: #2979FF;
    border: 1px solid #2979FF; }
  .alert--o-deep-pink {
    background: transparent;
    color: #dcc9c3;
    border: 1px solid #dcc9c3; }
  .alert--o-purple {
    background: transparent;
    color: #a08ca7;
    border: 1px solid #a08ca7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #bc9999;
    border: 1px solid #bc9999; }
  .alert--o-blue {
    background: transparent;
    color: #2979FF;
    border: 1px solid #2979FF; }
  .alert--o-main {
    background: transparent;
    color: #2979FF;
    border: 1px solid #2979FF; }
  .alert--o-green {
    background: transparent;
    color: #6dc688;
    border: 1px solid #6dc688; }
  .alert--o-black {
    background: transparent;
    color: #1b1d1f;
    border: 1px solid #1b1d1f; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }
  .alert a {
    text-decoration: underline; }
    .alert a:hover {
      text-decoration: none; }

.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; }

.alert--red {
  background: #CD4B53; }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #1b1d1f;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #1b1d1f;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #1b1d1f;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #c9c897; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #1b1d1f; }
  .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: #1b1d1f;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #aaaaaa;
    border-bottom: 2px solid #1A1832; }
  .table th {
    padding: 0.5em 1em;
    color: #1b1d1f;
    font-weight: normal;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #aaaaaa; }
  .table td {
    padding: 10px 0;}
    .table td.activity-act img {
      vertical-align: middle; }
    .table td.activity-act.sent {
      color: #2979FF; }
    .table td.activity-act.received {
      color: #6dc688; }
  .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: #1A1832;
      color: #ffffff; }
      .table--hover tbody tr.row--gray:hover {
        color: #ffffff;
        background-color: #373737; }
    .table--hover tbody tr.row--red {
      background-color: #f0033b;
      color: #ffffff; }
      .table--hover tbody tr.row--red:hover {
        color: #ffffff;
        background-color: #d70335; }
    .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: #1b1d1f; }
      .table--hover tbody tr.row--white:hover {
        color: #ffffff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #2979FF;
      color: #ffffff; }
      .table--hover tbody tr.row--pink:hover {
        color: #ffffff;
        background-color: #1069ff; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #dcc9c3;
      color: #1b1d1f; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #ffffff;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #a08ca7;
      color: #ffffff; }
      .table--hover tbody tr.row--purple:hover {
        color: #ffffff;
        background-color: #947e9c; }
    .table--hover tbody tr.row--deep-purple {
      background-color: #673ab7;
      color: #ffffff; }
      .table--hover tbody tr.row--deep-purple:hover {
        color: #ffffff;
        background-color: #5c34a4; }
    .table--hover tbody tr.row--dark-pink {
      background-color: #bc9999;
      color: #1b1d1f; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #ffffff;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #2979FF;
      color: #ffffff; }
      .table--hover tbody tr.row--blue:hover {
        color: #ffffff;
        background-color: #1069ff; }
    .table--hover tbody tr.row--main {
      background-color: #2979FF;
      color: #ffffff; }
      .table--hover tbody tr.row--main:hover {
        color: #ffffff;
        background-color: #1069ff; }
    .table--hover tbody tr.row--green {
      background-color: #6dc688;
      color: #ffffff; }
      .table--hover tbody tr.row--green:hover {
        color: #ffffff;
        background-color: #5bbf79; }
    .table--hover tbody tr.row--black {
      background-color: #1b1d1f;
      color: #ffffff; }
      .table--hover tbody tr.row--black:hover {
        color: #ffffff;
        background-color: #0f1011; }
  .table--separate-cols th {
    border: 1px solid #1A1832; }
  .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: #0f1011;
      color: #ffffff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: #0f1011;
      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: #141517;
        color: #ffffff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #1A1832;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #ffffff;
          background-color: #373737; }
      .table--dark.table--hover tbody tr.row--red {
        background-color: #f0033b;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #ffffff;
          background-color: #d70335; }
      .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: #1b1d1f; }
        .table--dark.table--hover tbody tr.row--white:hover {
          color: #ffffff;
          background-color: #f2f2f2; }
      .table--dark.table--hover tbody tr.row--pink {
        background-color: #2979FF;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--pink:hover {
          color: #ffffff;
          background-color: #1069ff; }
      .table--dark.table--hover tbody tr.row--deep-pink {
        background-color: #dcc9c3;
        color: #1b1d1f; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #ffffff;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #a08ca7;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #ffffff;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #ffffff;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #bc9999;
        color: #1b1d1f; }
        .table--dark.table--hover tbody tr.row--dark-pink:hover {
          color: #ffffff;
          background-color: #b28a8a; }
      .table--dark.table--hover tbody tr.row--blue {
        background-color: #2979FF;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #ffffff;
          background-color: #1069ff; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #2979FF;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #ffffff;
          background-color: #1069ff; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #6dc688;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #ffffff;
          background-color: #5bbf79; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #1b1d1f;
        color: #ffffff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #ffffff;
          background-color: #0f1011; }
  .table tbody tr.row--gray {
    background-color: #1A1832;
    color: #ffffff; }
  .table tbody tr.row--red {
    background-color: #f0033b;
    color: #ffffff; }
  .table tbody tr.row--rblack {
    background-color: #000000;
    color: #ffffff; }
  .table tbody tr.row--white {
    background-color: #ffffff;
    color: #1b1d1f; }
  .table tbody tr.row--pink {
    background-color: #2979FF;
    color: #ffffff; }
  .table tbody tr.row--deep-pink {
    background-color: #dcc9c3;
    color: #1b1d1f; }
  .table tbody tr.row--purple {
    background-color: #a08ca7;
    color: #ffffff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #ffffff; }
  .table tbody tr.row--dark-pink {
    background-color: #bc9999;
    color: #1b1d1f; }
  .table tbody tr.row--blue {
    background-color: #2979FF;
    color: #ffffff; }
  .table tbody tr.row--main {
    background-color: #2979FF;
    color: #ffffff; }
  .table tbody tr.row--green {
    background-color: #6dc688;
    color: #ffffff; }
  .table tbody tr.row--black {
    background-color: #1b1d1f;
    color: #ffffff; }
  .table--orders {
    border: 0;
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 0 1rem; }
    .table--orders thead tr {
      background-color: transparent;
      border-bottom: 0;
      margin-bottom: 15px; }
    .table--orders thead th {
      font-size: .8rem;
      color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase; }
      .table--orders thead th:first-child {
        padding-left: 4rem; }
    .table--orders tbody tr {
      border-bottom: 0; }
      .table--orders tbody tr td:first-child {
        padding-left: 4rem; }
    .table--orders tbody td {
      border: 0;
      padding: 2rem 1rem 2rem 1rem;
      font-size: .8rem;
      font-weight: 400;
      color: #191831; }
      .table--orders tbody td.status {
        font-weight: 600; }
      .table--orders tbody td.waiting {
        color: #ffc121; }
      .table--orders tbody td.date {
        font-weight: 400; }
        .table--orders tbody td.date .date {
          display: block; }
        .table--orders tbody td.date .time {
          color: rgba(0, 0, 0, 0.4); }
      .table--orders tbody td.amount {
        font-weight: 400; }
        .table--orders tbody td.amount .count {
          opacity: .6;
          font-weight: 400; }
      .table--orders tbody td.completed {
        color: #6dc688; }
      .table--orders tbody td.canceled {
        color: #f0033b; }
      .table--orders tbody td .activity-country {
        display: block;
        color: rgba(0, 0, 0, 0.4); }
      .table--orders tbody td .btn {
        margin-right: 1rem;
        font-size: .8rem;
        padding: 0 1rem;
        height: 2rem; }
  .table--dashboard thead tr {
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 15px; }
  .table--dashboard thead th {
    font-size: .8rem;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase; }
    .table--dashboard thead th.text-right {
      text-align: right; }
  .table--dashboard tbody tr {
    border-bottom: 2px solid #DFDEDE;}
    .table--dashboard tbody tr:last-child {
      border-bottom: 0; }
    .table--dashboard tbody tr:first-child {
      border-top: 1px solid #f2f2f9; }
  .table--dashboard tbody td {
    height: 50px;
    vertical-align: middle;
    font-size: .8rem;
    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: #6dc688; }
    .table--dashboard tbody td.activity-date {
      }
    .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: .8rem;
    color: #000000; }
    .table--checkout tbody tr {
      border-bottom: 0; }
      .table--checkout tbody tr td {
        padding: 10px 0 10px; }
        .table--checkout tbody tr td:first-child {
          padding-left: 0; }
        .table--checkout tbody tr td:last-child {
          padding-right: 0;
          font-weight: 500; }
  .table--info {
    margin-bottom: 3rem; }
    .table--info tbody tr td {
      padding: 1rem 1em; }
      .table--info tbody tr td.payment {
        color: #ffc121;
        text-transform: uppercase;
        font-weight: 600; }
  .table--statistics {
    font-size: .8rem; }
    .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: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(0, 0, 0, 0.4);
      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: #ffc121; }
      .table--referral-orders tbody tr td.completed {
        color: #6dc688; }
      .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 .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; }

/* 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: #040f44; }
  .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: #1A1832; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #c9c897;
      background-color: #1b1d1f;
      border-color: #1b1d1f; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #1b1d1f; }
  .tabs__nav a:not(:last-child) {
    border-right: 1px solid #aaaaaa; }
  .tabs__nav--details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
    .tabs__nav--details .tabs__nav-item {
      padding: 0;
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      border: 1px solid #aaaaaa;
      font-size: 1.8rem;
      color: #2979FF;
      opacity: .5;
      transition: all .2s ease; }
      .tabs__nav--details .tabs__nav-item.active {
        opacity: 1; }
      .tabs__nav--details .tabs__nav-item:hover {
        opacity: 1;
        border: 1px solid #aaaaaa; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #aaaaaa; }
    .tabs__nav--lead .tabs__nav-item.active {
      border-bottom: 0; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 1rem;
  flex: 1;
  text-align: center;
  font-size: 1em;
  color: #1A1832;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
  transition: color .1s linear; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none;
    border-bottom-color: rgba(4, 15, 68, 0.5); }
  .tabs__nav-item.active {
    color: #2979FF; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #1b1d1f;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #1b1d1f;
    background-color: #ffffff;
    border: 1px solid #777777; }
  .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: #1b1d1f;
    border-color: #1b1d1f;
    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: 66px 0 0;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #777777;
    background-color: #ffffff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #777777; }
      .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: #1b1d1f;
    border-color: #1b1d1f; }
    .accordion--dark .accordion__title {
      color: #1A1832; }
      .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: #1A1832; }

.accordion__item {
  /* margin-bottom: 2rem; */
  padding: 0;
  border: 2px solid #E9E9E9;
  border-radius: 8px;
}
.accordion__item + .accordion__item {
  margin-top: 12px;
}
  .accordion__item:last-child {
    margin-bottom: 0; }
  .accordion__item.active .accordion__title {
    color: #000000; }
    .accordion__item.active .accordion__title:after {
      content: '-';
      position: absolute;
      top: 50%;
      margin-top: -12px;
      height: 13px;
      width: 21px;
      pointer-events: none;
      text-align: center;
      line-height: 45px;
      color: ;
      border-radius: 0;
      background-image: url(/fonts/minus.svg);
      transform: scale(1);
      font-size: 0; }
    .accordion__item.active .accordion__title a {
      color: #561D4F; }

.accordion__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  padding: 32px 18px 32px 72px;
  transition: all .2s ease;
  position: relative; }
  .accordion__title:after {
    content: '+';
    position: absolute;
    top: 53%;
    left: 25px;
    margin-top: -12px;
    height: 21px;
    width: 21px;
    pointer-events: none;
    text-align: center;
    line-height: 45px;
    color: #1A1832;
    border-radius: 0;
    font-size: 0;
    transform: scale(-1);
    background-image: url(/fonts/plus.svg);
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
  
  }
  .accordion__title:hover {
    /*color: $accordion-title-color-hover;*/
    color: #000; }
    .accordion__title:hover:before {
      color: #000; }
  .accordion__title a {
    display: block;
    color: #561D4F;
    transition: color .1s linear;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    line-height: 29px; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding-left: 72px;
  font-family: 'Barlow', sans-serif;
  padding-right: 40px;
  color: #1A1832;
  margin: -8px 0 28px; }
  .accordion__content span {
    font-size: 18px !important;
    color: #1A1832 !important;
  }
  .accordion__content p {
    opacity: .6; }
    .accordion__content p:last-of-type {
      margin-bottom: 0; }
  .accordion__content br {
    display: none; }

.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: ''; } }

    .footer:before {
      content: '';
      width: 2px;
      height: 50vh;
      position: absolute;
      bottom: 0;
      left: calc(50% - 800px);
      transform: translateX(-50%);
      background: #E5E5E5;
      display: none;
    }
    .cabinet .footer:before {
      display: none;
    }
    .footer:after {
      content: '';
      width: 2px;
      height: 32vh;
      position: absolute;
      bottom: 0;
      left: calc(50% + 800px);
      transform: translateX(-50%);
      background: #E5E5E5;
      display: none;
    }
    .cabinet .footer:after {
      display: none;
    }
.footer {
  position: relative;
  padding-top: 8rem;
  /*background-color: #f7f8fc;*/
  background: #191831;
  /*&:before {
    content: '';
    background: url('/images/line_footer.svg') no-repeat top;
    background-size: cover;
    position: absolute;
    top: -7rem;
    left: 0;
    width: 100%;
    height: 7rem;
  }*/ }
  .footer .container {
    width: 1424px;
    max-width: 100%;
    padding: 0 72px;
  }
  .footer .logo {
    margin-bottom: 4rem; }
    .footer .logo .first {
      display: none; }
    .footer .logo a {
      color: #040f44; }
  .footer--dark {
    padding-top: 8rem;
    background-color: #040f44;
    color: #ffffff; }
    .footer--dark:before {
      display: none; }
    .footer--dark .logo .first {
      display: block; }
    .footer--dark .logo .second {
      display: none; }
    .footer--dark .logo a {
      color: #ffffff; }
    .footer--dark .footer__wrapper {
      border-bottom-color: #ffffff; }
    .footer--dark .footer__item .title {
      color: #ffffff; }
    .footer--dark .footer__item .btn--o-dark-blue {
      border-color: #ffffff;
      color: #ffffff; }
      .footer--dark .footer__item .btn--o-dark-blue:hover {
        background-color: #ffffff;
        color: #040f44; }
    .footer--dark .footer__item .btn--dark-blue {
      background-color: #ffffff;
      color: #040f44; }
      .footer--dark .footer__item .btn--dark-blue:hover {
        background-color: #d9d9d9;
        color: #040f44; }
    .footer--dark .footer__link {
      color: #ffffff; }
    .footer--dark .footer__item-title {
      color: #ffffff; }
    .footer--dark .footer__action .text {
      color: #ffffff; }
    .footer--dark .footer__action a {
      color: #ffffff; }
    .footer--dark .footer__action .work {
      font-size: 1rem; }
    .footer--dark .soc__link .first {
      display: block; }
    .footer--dark .soc__link .second {
      display: none; }
    .footer--dark .copyright {
      color: #ffffff; }
    .footer--dark .footer__line .text {
      color: #ffffff; }
    .footer--dark .lng__label {
      color: #ffffff;
      opacity: 1; }
    .footer--dark .scroll__top {
      color: #ffffff;
      border-bottom-color: #ffffff; }
    .footer--dark .lng .lng__link {
      color: #ffffff; }
      .footer--dark .lng .lng__link:after {
        border-top-color: #ffffff; }
    .footer--dark .lng a {
      color: #ffffff; }
      .footer--dark .lng a:after {
        border-top-color: #ffffff; }
    .footer--dark .lng__list a {
      color: #ffffff; }
    .footer--dark .footer__wrapper-block:last-child {
      /*padding-left: 1rem;*/ }
    .footer--dark .footer__block {
      justify-content: flex-start; }

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .footer__container .logo {
    margin-bottom: 0; }
    .footer__container .logo a {
      display: flex;
      align-items: center; }
      .footer__container .logo a img {
        margin-right: 1rem; }

.footer__login-wrapper {
  display: flex;
  align-items: center; }
  .footer__login-wrapper .btn {
    margin-right: .4rem; }

.footer__wrapper-block {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%; }

.footer__item {
  display: flex;
  flex-flow: column; }
  .footer__item a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: unset;
    margin-bottom: 25px; }
    .footer__item a:hover:after {
      opacity: 0; }
    .footer__item a:hover {
      text-decoration: none; }
    .footer__item a:last-child {
      margin-bottom: 0px; }
  .footer__item a.small {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 17px; }
    .footer__item a.small:last-child {
      margin-bottom: 0px; }
  .footer__item a.small.mb-top-30 {
    margin-bottom: 30px; }
  .footer__item .mb-top-5 {
    margin-bottom: 12px !important; }
  .footer__item .mb-bottom-90 {
    margin-bottom: 60px !important; }
  .footer__item .working-days {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
  }
  .footer__item .images {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer__item .images .visa {
      width: 56px;
      height: 18px; }
    .footer__item .images .mastercard {
      width: 45px;
      height: 32px; }
    .footer__item .images .ds3 {
      width: 56px;
      height: 36px; 
      filter: grayscale(1);
    }

.footer__block {
  max-width: 25%;
  flex: 0 0 25%;
  padding-right: 10px;
  display: flex; }
  .footer__block:first-child {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .footer__block:nth-child(3) {
    max-width: 30%;
    flex: 0 0 30%;
  }
.footer__item .title {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 17px; }
  .footer__item .title b {
    font-weight: 500; }
  .footer__item .title:last-child {
    margin-bottom: 0px; }

.footer__item .footer__link {
  /*&:last-child {
      // margin-bottom: 0;
    }*/ }

.footer__item .btn {
  height: 2.2rem;
  font-size: .8rem; }

.footer__item-title {
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 78px; }

.footer__link {
  display: block;
  color: #ffffff;
  transition: all .2s ease;
  font-weight: 700;
  font-size: 14px; }

.footer__action {
  font-size: 1.2rem;
  margin-bottom: 1rem; }
  .footer__action:last-child {
    margin-bottom: 0; }
  .footer__action .text {
    font-family: inherit;
    color: #040f44;
    font-weight: 600; }
  .footer__action a {
    color: #040f44;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: underline; }
    .footer__action a:hover {
      text-decoration: none; }

.footer__info {
  height: 100%;
  display: flex;
  align-items: center; }

.copyright {
  font-size: 1rem;
  font-family: inherit;
  color: #040f44; }

.soc__link {
  margin-right: 1rem;
  transition: all .2s ease; }
  .soc__link .first {
    display: none; }
  .soc__link:hover {
    opacity: .7; }
  .soc__link:last-child {
    margin-right: 0; }

.footer__line {
  padding-bottom: 8rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .footer__line .text {
    width: 70%;
    color: #040f44;
    font-size: .7rem;
    opacity: .9;
    font-family: inherit; }
  .footer__line .lng {
    bottom: 100%;
    right: 0;
    position: absolute; }
  .footer__line .lng__list {
    background-color: #040f44; }
    .footer__line .lng__list a {
      color: #ffffff; }

.footer__line-wrapper {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .footer__line-wrapper .copy {
    color: #1b1d1f;
    font-size: .8rem; }

.map {
  position: absolute;
  left: 50%;
  top: 0;
  height: calc(100% - 4rem);
  width: 50%; }

.esteriol a {
  color: #1b1d1f;
  display: flex;
  align-items: center;
  font-size: .8rem; }
  .esteriol a img {
    margin-left: .4rem; }

.scroll__top {
  color: #040f44;
  border-bottom: 1px solid #040f44;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .2s ease; }
  .scroll__top:hover {
    text-decoration: none;
    opacity: 1; }

.footer__partners {
  margin-top: -4rem;
  margin-bottom: 2rem; }
  .footer__partners img {
    max-width: 150px;
    height: 5rem; }

.footer__partners-block {
  padding: 0 1rem;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer__logos {
  padding-top: 1rem; }

.card__logo {
  height: 2.4rem;
  width: auto;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #ffffff; }
  .card__logo.xl {
    height: auto;
    width: 100%;
    max-width: 162px; }

.footer__logo {
  padding: 35px 0px 25px 0px; }
  .footer__logo a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 0; }
    .footer__logo a img {
      margin-right: 12px;
      width: 124px;
    }
    .footer__logo a:hover {
      text-decoration: none; }

.footer__container {
  display: flex;
  padding-bottom: 40px;
  align-items: flex-start; }
  .footer__container .left {
    display: flex;
    flex-flow: column;
    flex: 0 0 70%;
    max-width: 70%; }
    .footer__container .left p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      font-family: 'Roboto', sans-serif;
    }
    .footer__container .left p:last-child {
      margin-bottom: 0;
    }
      .footer__container .left p:first-child {
        margin-bottom: 20px; }
  .footer__container .right {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
    flex-flow: column; }
    .footer__container .right a:first-child {
      margin-right: 27px; }
    .footer__container .right .socials {
      margin-bottom: 2rem; 
      filter: brightness(0) invert(1);
      display: none;
    }
    .footer__container .right .copyright {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      font-family: 'Roboto', sans-serif;
     }

      .footer__item .images {
        flex-direction: row-reverse;
      }
      .footer__item .images .ds3 {
/*         filter: brightness(0) invert(0); */
      }
.intro-wrapper {
  overflow: hidden;
  padding: 60px 0 187px; 
  position: relative;
  background: url("/fonts/1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1866px 862px;
}
.intro .line1 {
  position: absolute;
  width: 2px;
  height: 40%;
  background: #E5E5E5;
  top: 127px;
  left: calc(50% - 500px);
  transform: translateX(-50%);
  display: none;
}
.intro .line2 {
  position: absolute;
  width: 2px;
  height: 15%;
  background: #E5E5E5;
  top: 127px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.intro .line3 {
  position: absolute;
  width: 2px;
  height: 40%;
  background: #E5E5E5;
  top: 127px;
  left: calc(50% + 500px);
  transform: translateX(-50%);
  display: none;
}
.intro .line4 {
  position: absolute;
  width: 2px;
  background: #E5E5E5;
  left: calc(50% - 760px);
  height: 74%;
  bottom: -31%;
  display: none;
}
.intro .line5 {
  position: absolute;
  width: 2px;
  background: #E5E5E5;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16%;
  height: 21%;
  display: none;
}
.intro .line6 {
  position: absolute;
  width: 2px;
  background: #E5E5E5;
  left: calc(50% + 760px);
  height: 74%;
  bottom: -31%;
  display: none;
}
  .intro .container {
    position: static; }
  .intro .account__form {
    margin-bottom: 6rem; }

.intro__shape {
  position: absolute;
  top: 9rem;
  pointer-events: none;
  width: 845px;
  height: 815px;
  right: 7%; }

.intro__content {
  /* padding-top: 7rem; */
  /*padding-left: 1.6rem;*/
  min-height: calc(100vh - 354px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: static;
  z-index: 2; }

.intro__block {
  max-width: 100%;
  width: 100%;
}

.intro__title {
  margin-bottom: 24px;
  font-size: 70px;
  /* margin-top: 8rem; */
  color: #fff; }
  .intro__title span {
    font-weight: 500; }
  .intro__title h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .intro__title h1 b {
    font-weight: 600;
    color: #93FBAB;
  }

.intro__text {
  /* margin-bottom: 13rem; */
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  font-family: 'Barlow', sans-serif;
}

.intro__img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1; }

.intro__bottom {
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  position: absolute;
  bottom: 80px;
  left: calc((100% - 1230px)/2);
  text-align: center;
}
.intro__bottom span {
  position: relative;
  display: table;
  margin: 0 auto 8px;
}
.intro__bottom:before {
  content: '';
  width: 100%;
  height: 119px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
  .intro__bottom a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    font-family: 'Barlow', sans-serif;
    background: url("/fonts/2.svg") no-repeat;
    background-size: contain;
    width: 204px;
    height: 54px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
  }
  .intro__bottom a:hover {
    background: url("/fonts/2.svg") no-repeat !important;
  }
  .intro__arrow {
    width: 18px;
    position: absolute;
    bottom: 9vh;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
    display: none;
  }
.intro__faq {
  display: flex;
  align-items: center; }
  .intro__faq img {
    height: 1.6rem;
    margin-right: .8rem; }
  .intro__faq .text {
    color: #ffffff;
    font-size: .8rem; }
    .intro__faq .text a {
      color: #ffffff;
      display: block;
      text-decoration: underline;
      font-weight: 500; }
      .intro__faq .text a:hover {
        text-decoration: none; }

/* 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:before, .rating:after {
    content: "";
    display: table; }
  .rating:after {
    clear: both; }

.rating__input {
  display: none; }

.rating__star,
.rating__heart {
  align-items: center;
  color: #1A1832;
  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,
.rating:not(:checked) > .rating__star:hover,
.rating:not(:checked) > .rating__star:hover ~ .rating__star {
  fill: #fcc94f; }

.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: #f0033b; }

.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: #fd436f; }

.cookie-window-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1.5;
  padding: 1rem 2rem;
  color: #000000;
  z-index: 200;
  background: #fbfbfb;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
  align-items: center; }
  .cookie-window-block.closed {
    display: none; }

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

.cookie-window-text {
  margin-right: 4rem;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center; }
  .cookie-window-text a {
    text-decoration: underline;
    color: inherit; }
  .cookie-window-text img {
    margin-right: 1.6rem; }
  .cookie-window-text p {
    margin-bottom: 0;
    max-width: 370px; }

.cookie__actions {
  display: flex;
  align-items: center; }
  .cookie__actions .btn {
    margin-bottom: 0;
    margin-right: 1rem;
  }
    .cookie__actions .btn--pink {
      background: #000 !important;
    }
    .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: #1b1d1f; }
  .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; }
  .cookie_btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #00ba71;
    border-color: #00ba71; }


  
  
@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: #2979FF;
  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;
  border: 2px dashed rgba(0, 0, 0, 0.05);
  background: white;
  padding: 3rem 8rem;
  border-radius: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 1rem; }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone .dz-start {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; }
    .dropzone .dz-start .btn {
      margin-bottom: 0; }
  .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;
    margin: 2em 0;
    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: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .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: #333;
        background: linear-gradient(to bottom, #666, #1A1832);
        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: #2979FF; }

/* 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: #2979FF; }

.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: #2979FF;
  border-radius: .6rem; }

.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; }

.main__text {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  color: #ffffff;
  font-family: inherit;
  line-height: 1.5; }
.crypto__balance {
  color: rgba(0, 0, 0, 0.3);
  font-size: .8rem; }
  .crypto__balance b {
    color: #000000; }
.main__title {
  line-height: 84px;
  font-size: 70px;
  font-weight: 400;
  color: #fff; }
.why__crypto {
  padding: 6rem 0;
  -webkit-background-size: cover;
  background-size: cover;
  background: linear-gradient(111.28deg, rgba(30, 24, 107, 0.7) 5.28%, rgba(3, 9, 75, 0.7) 115.12%); }

.why__crypto-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.6rem; }

.why__crypto-block {
  width: 50%; }
  .why__crypto-block .main__title {
    margin-bottom: 1rem; }

.why__text {
  color: #ffffff; }
  .why__text ul {
    display: flex;
   }
  .why__text li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: .8rem;
    font-size: 1.2rem;
    font-weight: 500; }
    .why__text li:last-child {
      margin-bottom: 0; }
    .why__text li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -20px;
      width: 18px;
      height: 8px;
      transform: translateY(-50%);
      background-color: #FBCA29; }
    .why__text li b {
      font-weight: 600; }
  .why__text .btn {
    margin-top: 3rem; }

.why__img {
  height: 415px;
  position: relative;
  display: block; }

@keyframes input {
  0% {
    background-color: #323436; }
  50% {
    background-color: rgba(255, 255, 255, 0.7); }
  100% {
    background-color: #323436; } }
  .converter--main {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px 0 0;
    position: relative;
    z-index: 4;
  }
  .converter--main .container {
    max-width: 1200px;
    width: 100%;
  }
    .converter--main > .main__title {
      margin-bottom: 3rem; }
    .converter--main .converter__bg:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -14rem;
      transform: translateY(-50%);
      height: 735px;
      width: 731px;
      /*background: url('/images/converter_img.png') no-repeat center;*/
      background-size: contain;
      z-index: 1;
      pointer-events: none; }
    .converter--main .converter__container {
      padding: 38px 45px 38px;
      background: #fff;
      position: relative;
      z-index: 1;
      border-radius: 8px;
      display: flex;
    }
    #convertFiat2Crypto {
      display: flex;
      flex-direction: column;
      padding-right: 48px;
      flex: 3;
    }
    .chart__prices {
      padding-left: 48px;
      border-left: 1px dashed #C0C0C7;
    }
    .converter--main .converter__form {
      display: flex;
      flex-direction: column;
    }
    .converter__text {
      display: none;
    }
    .converter--main .spot1 {
      opacity: 0.65;
      filter: blur(30px);
      position: absolute;
      top: 44px;
      right: 173px;
      background-image: radial-gradient(#C154FF, #fff);
      width: 353px;
      height: 353px;
      display: none;
    }
    .converter--main .spot2 {
      opacity: 0.76;
      filter: blur(30px);
      position: absolute;
      bottom: -108px;
      right: -163px;
      background-image: radial-gradient(#FBCA29, #fff);
      width: 296px;
      height: 296px;
      display: none;
    }
    .converter--main .spot3 {
      opacity: 0.78;
      filter: blur(30px);
      position: absolute;
      bottom: 0;
      left: -100px;
      background-image: radial-gradient(#84FF54, #fff);
      width: 233px;
      height: 233px;
      display: none;
    }
    .converter--main .converter__bg .main__title {
      font-size: 80px;
      line-height: 99px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 40px;
      text-align: center;
      position: absolute;
      left: -280px;
      bottom: 120px;
      transform: rotate(-90deg);
    }

    .we-accept {
      display: flex;
      justify-content: space-between;
    }
    .we-accept .desc {
      font-family: 'Barlow', sans-serif;
      color: #8C8C98;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
    }
    .we-accept .cards {
      display: flex;
    }
    .we-accept .cards .img + .img {
      margin-left: 38px;
    }
    .converter--main .converter__form {
      margin: 0 0 28px;
      padding: 0; }
      .converter--main .converter__form .converter__form-block {
        padding: 0 0; }
        .converter--main .converter__form .converter__form-block:last-child {
          width: 100%;
          padding-right: 0;
          text-align: right; }
      .converter--main .converter__form .label {
        font-family: 'Barlow', sans-serif;
        color: #561D4F;
        font-weight: 700;
        font-size: 24px;
        line-height: 34px; }
      .converter--main .converter__form .input {
        padding: 0;
        border-radius: 8px;
        color: #000;
        height: 54px;
        background: #E9E9E9;
        padding-right: 124px;
        padding-left: 24px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Barlow', sans-serif;
      }
        .converter--main .converter__form .input::-webkit-outer-spin-button, .converter--main .converter__form .input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .converter--main .converter__form .input::placeholder {
          color: #000;
          opacity: .6; }
      .converter--main .converter__form .select {
        height: 100%;
        top: 0; }
        .converter--main .converter__form .select:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 6px 0 6px;
          border-color: #fff transparent transparent transparent;
          transform: unset;
          top: 46%;
          margin-top: unset;
          padding: unset;
          right: 20px; }
        .converter--main .converter__form .select select {
          height: 100%;
          background-color: #1A1832;
          color: #fff;
          width: 108px;
          border-radius: 0;
          font-size: 20px;
          font-weight: 600;
          border-radius: 8px;
          font-family: 'Barlow', sans-serif;
        }
          .converter--main .converter__form .select select option {
            color: #1b1d1f; }
      .converter--main .converter__form .equally {
        display: none;
        margin: 48px 1rem 0; }
      .converter--main .converter__form .btn {
        height: 54px;
        background-image: linear-gradient(#7C16FF, #D32F95);
        font-size: 18px;
        font-weight: 700;
        line-height: 54px;
        padding: 0;
        font-family: 'Barlow', sans-serif;
        border-radius: 8px;
        color: #fff; }
    .converter--main .converter__text {
      color: #fff; }
    .converter--main .rates__coin {
      color: #ffffff; }
    .converter--main .rates__amount {
      color: #ffffff; }
    .converter--main .rates_item {
      color: #ffffff; }
    .converter--main .dropdown__btn {
      color: #ffffff; }
    .converter--main .dashboard__rates-chart {
      width: 100%; }
    .converter--main .rates__chart {
      height: 30rem !important; }

.chart__head {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .chart__head .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 49px;
    color: #fff;
    display: inline-block;
  }
  .chart__head .title__price {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    font-family: 'Barlow', sans-serif;
    color: #fff; }
  .chart__head .text {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-top: 11px;
    font-family: 'Barlow', sans-serif;
  }
  .chart__head .title__price + .text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
  }

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

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

.converter__chart-title {
  background: #341048;
  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;
  z-index: 2; }
  .converter__container .main__title-wrapper {
    margin-bottom: 3.6rem; }

.converter__form {
  display: flex;
  align-items: flex-end;
  margin: 0 -.5rem 28px; }
  .converter__form .select {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2; }
    .converter__form .select:after {
      border-color: #040f44;
      right: .9rem; }
    .converter__form .select select {
      background: none;
      border: 0;
      color: #040f44;
      padding: 0 2.8rem 0 1rem; }
      .converter__form .select select option {
        color: #1b1d1f; }
  .converter__form .input {
    padding-left: 7rem;
    color: #040f44;
    border-bottom-color: #040f44; }
    .converter__form .input::placeholder {
      color: #2979FF; }
  .converter__form .btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 34px; }

.converter__form-block {
  padding: 0 .5rem;
  width: 100%; }
  .converter__form-block:last-child {
    width: 20%; }

.converter__chart-wrapper {
  /*background-color: #0F131C;*/
  min-height: 100vh;
  background: #191831;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0 0;
   }

.dashboard__rates-chart {
  height: 50vh;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}

.converter__text {
  margin-bottom: 47px;
  color: #040f44;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;  
  font-family: 'Roboto', sans-serif;
}

.chart__prices___title {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 28px; 
  display: none;
}

.chart__prices {
  display: flex;
  padding-top: 6px;
  flex-direction: column;
  flex: 4;
  /*margin: 0 0 2.6rem;*/ }

.chart__prices .title {
  color: #191831;
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  max-width: 470px;
  margin-bottom: 10px;
}
.chart__prices .wrap {
  margin-top: 24px;
}
.chart__prices .desc {
  font-family: 'Barlow', sans-serif;
  color: #191831;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.chart__prices .desc.semibold {
  font-weight: 600;
}

.prices__block {
  display: none;
  flex: 0 0 31%;
  max-width: 31%; }
  .prices__block:first-child .prices__item {
    /*border-top-left-radius: .6rem;
      border-bottom-left-radius: .6rem;*/ }

.prices__item {
  border: 1px solid #000000;
  padding: 20px;
  border-radius: 0; 
  background: rgba(255, 255, 255, 0.35);
  border-radius: 8px;
}
.prices__block:first-child .prices__item {
  background: rgba(255, 255, 255, 0.85);
}
  .prices__item .title {
    font-size: 22px;
    font-weight: 500;
    color: #2E2F31;
    line-height: 34px; }
  .prices__item .text {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
  margin-top: 12px; }
  .prices__item .height {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: -2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 14px; }
    .prices__item .height.up {
      background: url("../images/arrow_up.png") no-repeat; }
    .prices__item .height.down {
      background: url("../images/arrow_down.png") no-repeat; }
  .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: #2979FF;
  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: #1b1d1f;
    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); } }

.fp-watermark {
  display: none;
}
.advantages {
  position: relative;
  z-index: 3;
  background-image: linear-gradient(#561D4F, #191831);
  height: 100%;
  margin-top: -263px;
}
.advantages .container {
  padding-top: 425px;
}
  .advantages .main__title {
    text-align: center;
    margin-bottom: 82px;
    font-size: 42px;
    line-height: 49px;
    font-weight: 700; }

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

.advantages__wrapper {
  /*padding-left: 1.6rem;*/
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between; 
  margin: 0 auto;
}

.advantages__block {
  width: calc(100% / 3);
  padding: 0 30px;
  /*padding: 0 10px;*/ }

.advantages__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  /*background-color: #0F131C;*/
  /*padding: 3rem;*/
  position: relative;
  align-items: center; }

.advantages__img {
  margin-bottom: 30px;
  /*border-radius: 50%;*/
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  justify-content: center;
  width: 78px;
  height: 78px;
  position: relative;
}
.advantages__block .advantages__img:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 91px;
  height: 91px;
  filter: blur(30px);
  background-image: radial-gradient(#84FF54, #fff);
  display: none;
}
.advantages__block:nth-child(2) .advantages__img:before {
  background-image: radial-gradient(#C154FF, #fff);
}
.advantages__block:nth-child(3) .advantages__img:before {
  background-image: radial-gradient(#FBCA29, #fff);
}
.advantages__img .img {
  position: relative;
}
.advantages__img .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.advantages__block:nth-child(2) .advantages__img .img2 {
  margin-left: -3px;
}

.advantages__item-subtitle {
  color: #fff;
  font-size: .8rem;
  font-weight: 800; }

.advantages__item-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  font-family: 'Barlow', sans-serif;
  z-index: 2;
}

.advantages__item-text {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
 }
 #fp-nav.fp-right {
   right: 50px;
   width: 50px;
 }
 #fp-nav ul li a.active span {
   background: #9CFFAC;
   background-image: linear-gradient(90deg, #00B59C 0%, #9CFFAC 100%);
   width: 37px;
   height: 8px;
   margin: -9px 0 0 -9px;
   border-radius: 2px;
   right: -4px;
   left: auto;
 }
 #fp-nav ul li:hover a.active span {
  margin: -9px 0 0 -9px;
  border-radius: 2px;
  width: 37px;
   height: 8px;
   margin: -8px 0 0 -8px;
   right: -5px;
 }
 #fp-nav ul li, .fp-slidesNav ul li {
  margin: 26px;
  width: 20px;
   height: 8px;
 }

 #fp-nav ul li a span, .fp-slidesNav ul li a span {
   width: 20px;
   height: 8px;
   margin: -6px 0 0 -6px;
    border-radius: 2px;
  background: #989797;
  transition: .3s;
}
#fp-nav ul li:hover a span {
  width: 20px;
   height: 8px;
}
.built {
  padding: 150px 0 50px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #561D4F;
  display: none;
}
.built .container {
  max-width: 1452px;
  width: 100%;
}
  .built .main__title {
    font-weight: 500;
    font-size: 70px;
    line-height: 84px;
    color: #fff; 
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .built .main__title__small {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    margin-top: 26px;
    text-align: center;
  }

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

.built__wrapper {
  display: flex;
  margin-top: 64px;
}
.built__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative; 
  align-items: flex-end;  
  padding-top: 57px;
  padding-bottom: 46px;
  background: #2E2F31;
  border-radius: 8px;
  margin: 0 23px;
}
  .built__block .built__content {
    display: flex;
    flex-flow: column;
    padding: 0 46px;
  }

.built__content .title {
  margin-bottom: 47px;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 34px; 
  padding-left: 132px;
}

.built__content .text {
  margin-bottom: 28px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  font-family: 'Roboto', sans-serif; }

.built__content a {
  background: transparent;
  border: 1px solid #93FBAB;
  font-weight: 400;
  font-size: 22px;
  line-height: 65px;
  text-align: center;
  width: 264px;
  color: #fff;
  height: 65px;
  padding: 0;
  border-radius: 4px;
}
.built__block .built__content img {
  width: 80px;
  position: absolute;
  left: 46px;
  top: 40px;
}

.partners img {
  max-height: 63px;
  filter: grayscale(1);
  width: auto;
  margin: 0 auto;
/*   max-width: 100%; */
/*   object-fit: contain; */
/*   object-position: center; */
}
.partners .slick-slide {
  margin: 0 24px;
}
.partners {
  position: relative; 
  min-height: 20vh;
  background: #1A1832;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .container {
  max-width: 1160px;
}
.partners .items__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

.item.banktransfer img {
  filter: brightness(0) invert(0);
}
.item.kraken img {
  height: 21px;
}
.item.sepa img {
  height: 23px;
}
.item.bitstamp img {
  width: 100px;
  height: 27px;
}
.item.sum img {
  height: 50px;
  filter: brightness(0) invert(0);
}
.item.visa img {
  height: 21px;
/*   filter: brightness(0) invert(0); */
}
.item.mastercard img {
  width: 45px;
  height: 32px;
/*   filter: brightness(0) invert(0); */
}
.item.ds3 img {
  width: 70px;
  height: 45px;
/*   filter: brightness(0) invert(0); */
}
.selling .title {
  font-size: 42px;
  line-height: 68px;
  color: #fff;
  text-align: center;
}
@media (max-width: 420px) {
  .selling .title {
    font-size: 32px;
    line-height: 42px;
  }
}
.selling .title span {
  font-weight: 600;
}
.selling .btn {
  margin-top: 52px;
  max-width: 395px;
  width: 100%;
  line-height: 54px;
  height: 54px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
}
.selling .btn:hover {
  background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
}
  .selling .container {
    position: relative;
    z-index: 2; }
  .selling .main__title {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 49px; 
    margin-bottom: 45px;
  }
  .selling .main__text {
    margin-top: 60px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    display: none;
  }

.selling__img {
  max-height: 380px;
  position: relative;
  top: 6px; }

.selling__wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  /*&: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;
  }*/ }
.account__form-container {
  position: relative;
  margin-top: 45px;
  width: 100%;
  display: none;
}
  .selling__block .why__text {
    display: flex;
    flex-direction: column;
    max-width: 700px;
  }
    .selling__block .why__text ul li {
      font-size: 20px;
      font-family: 'Barlow', sans-serif;
      line-height: 30px;
      font-weight: 600;
      margin-bottom: 0px;
      color: #fff;
      display: flex;
      flex: 1;
      align-items: center;
      margin-right: 25px;
      margin-bottom: 45px;
    }
    .selling__block .why__text ul li::before {
      width: 12px;
      height: 12px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: static;
      transform: none;
      background-color: transparent;
      background: #D12E97;
      border-radius: 100%;
      margin-right: 18px;
    }

.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;
  opacity: .4;
  position: relative;
  transition: all .2s ease; }
  .page__nav-link:hover {
    text-decoration: none;
    opacity: .7; }
    .page__nav-link:hover:after {
      opacity: .7; }
  .page__nav-link:after {
    background-color: #2979FF;
    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;
  position: relative;
  padding: 0;
  padding-top: 70px;
  border-radius: .2rem;
  /*background: #fdfdfd;
  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);*/ }
  .page__content .page__text {
    margin-top: 40px; }
    .page__content.text-page .page__header-wrapper {
      padding-left: 0; }
    .page__content.text-page .page__text {
      margin-bottom: 3.6rem;
      padding-left: 0; }
      .page__content.text-page .page__text span {
        font-size: 18px !important;
        line-height: 26px;
      }
  .partners .items__wrapper .slick-track {
    align-items: center; }

.page__header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 130px;
  text-align: center;
}
  .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; }
  .page__title h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 49px;
    color: #191831;
  }

.page__text {
  padding-left: 4rem;
  opacity: .6;
  line-height: 2; }
  .page__text--dark {
    opacity: 1;
    text-transform: uppercase;
    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; }

.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: #000000;
    font-weight: 600;
    font-size: .8rem; }
  .purchase__form .input {
    min-height: auto;
    padding: .8rem 1rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #1b1d1f; }
  .purchase__form .btn--o-pink {
    border: 0; }
    .purchase__form .btn--o-pink:hover {
      background: none;
      color: #2979FF; }

.purchase__block {
  margin-bottom: 1.4rem;
  padding: 2rem;
  background: #f8f8f8;
  border-radius: 10px;
  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__label {
  margin-bottom: .4rem;
  font-size: .8rem;
  font-weight: 600;
  color: #8c8d8e; }

.purchase__text {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500; }
  .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 {
    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: #1b1d1f; }

.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; }

.breadcrumbs {
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  left: 0;
}
  .breadcrumbs a {
    color: #CB6269;
    vertical-align: middle;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
  .breadcrumbs span {
    color: #A3A3A3; 
    vertical-align: middle;
  }
  .breadcrumbs span.arrow {
    margin: 0px 14px 0px 14px;
    vertical-align: middle;
    display: 
    inline-flex;
  }

.last-updated {
  margin-top: 7px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #A2A2A2;
  position: relative;
  }

.page__text.common {
  color: #1A1832;
  font-family: 'Barlow', sans-serif;
  opacity: 1; }
  .page__text.common p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 2rem; }
  .page__text.common .title, .page__text.common strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px; }
  .page__text.common ul {
    list-style: disc;
    padding-left: 20px; }

    .page__text a {
      color: #7F17FA;
      text-decoration: none;
    }
/*.btn {
  &:hover {
    background: #cb6269!important;
  }
}*/
#get_help .label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  opacity: .3; }

#get_help input, #get_help textarea {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 16px;
  padding: 1rem; }

.btn--main:active {
  background: #000 !important; }

.mask {
  background-color: #ffffff; }

.radio__input:checked + .radio__label:after {
  background-color: #8339FA; }

.radio__input:checked + .radio__label:before {
  border-color: #8339FA; }

.checkbox__input:checked + .checkbox__label:before {
  border-color: #000;
  background: #fff; }

.btn--pink:hover,
.btn--pink:active,
.btn--pink:focus,
.btn--pink:visited,
.btn--main:hover {
  background: #000 !important; }

.built__content a:hover {
  background: transparent !important; }

.purchase__form.no-acc .login___title {
  margin-bottom: 1rem; }

.purchase__form.no-acc .card__change {
  padding: 10px 0;
  position: inherit; }

.purchase__form.no-acc .js-amount .input,
.purchase__form.no-acc input,
.purchase__form.no-acc select {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 14px;
  padding: 1rem; }

.purchase__form.no-acc .purchase__form-wrapper {
  padding: inherit; }

.purchase__form.no-acc .purchase__item:last-child {
  justify-content: space-around; }

.purchase__form.no-acc .payment__method {
  border-bottom: 1px solid #fff;
  margin-bottom: 33px;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .purchase__form.no-acc .payment__method .method {
    background: #ffffff;
    box-shadow: unset;
    margin-bottom: 0px;
    display: flex;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    border: 1px solid #EAEAEA;
    border-radius: 0px; }
    .purchase__form.no-acc .payment__method .method:nth-child(1) {
      border-top-left-radius: 10px; }
    .purchase__form.no-acc .payment__method .method:nth-child(3) {
      border-top-right-radius: 10px; }
    .purchase__form.no-acc .payment__method .method:nth-child(4) {
      border-bottom-left-radius: 10px; }
    .purchase__form.no-acc .payment__method .method:nth-child(6) {
      border-bottom-right-radius: 10px; }
    .purchase__form.no-acc .payment__method .method.disabled {
      background: #EAEAEA;
      border: none; }

.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 {
    position: relative;
    min-height: 100vh;
    padding: 100px;
  }
  .login__page-wrapper {
    display: flex;
    max-width: 1252px;
    margin: 0 auto;
  }
  .login__page .main__text {
    color: #fff;
    font-size: 20px; }
  .login__page .intro__title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 84px; }
    .login__page .intro__title h1 {
      font-weight: 400;
      font-size: 48px;
      line-height: 84px;
      text-align: left;
    }
    .login__page .intro__title span {
      font-weight: 600; }

.login__block {
  display: flex;
  align-items: center;
  position: relative; 
  width: 50%;
}
  .login__block .spot1 {
    position: absolute;
    width: 368px;
    height: 368px;
    top: -150px;
    right: -100px;
    background-image: radial-gradient(#FBCA29, #fff);
    opacity: .76;
    filter: blur(30px);
    display: none;
  }
  .login__block .spot2 {
    position: absolute;
    width: 492px;
    height: 492px;
    bottom: -50px;
    right: -150px;
    background-image: radial-gradient(#84FF54, #fff);
    opacity: .78;
    filter: blur(30px);
    display: none;
  }
  .login__block .spot3 {
    position: absolute;
    width: 353px;
    height: 353px;
    bottom: -180px;
    left: -140px;
    background-image: radial-gradient(#C154FF, #fff);
    opacity: .65;
    filter: blur(30px);
    display: none;
  }
  .login__block:first-child .login__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    max-width: 400px; }
  .login__block:last-child {
    width: 50%;
    justify-content: center;
    border-radius: 14px;
    min-height: calc(100vh - 200px);
    padding: 40px 82px 40px;
  }
    .login__block:last-child .login__item {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: center;
    }

.login__info {
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin: 0 auto; }

.login__item {
  min-height: 100%; }
  .login__item .dashboard__title-wrapper {
    margin-bottom: 0; }
  .login__item .rotated-text {
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #FFFFFF;
    opacity: 0.4;
    transform: rotate(-90deg);
    position: absolute;
    left: -70px;
    bottom: 130px; 
    display: none;  
  }
  .login__item .img {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 75%; }
  .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: #1b1d1f; }
    .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: #1b1d1f; }
      .login__header a.active:after {
        opacity: 1; }

.login__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #191831;
  margin-bottom: 34px;
  margin-top: 5px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
}
  .login__text.sm {
    font-size: 1rem; }

.login___title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  color: #191831;
  text-align: center;
}

.login__form {
  max-width: 438px;
  margin: 0 auto; }
  .login__form .form__group {
    margin-bottom: 18px; }
  .login__form .label {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #A2A2A2;
    margin-bottom: 8px; }
  .login__form .input {
    min-height: auto;
    padding: 0 18px;
    background-color: #E9E9E9;
    color: #000;
    height: 48px;
    font-weight: 400;
    font-size: 16px; 
    border-radius: 8px;
    font-family: 'Barlow', sans-serif;
  }
    .login__form .input::placeholder {
      color: #8C8C98 !important; }
  .login__form .input__wrapper .input {
    padding-right: 2.4rem; }
  .login__form .checkbox {
    margin-bottom: 2rem; }
.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: #f2f2f9;
      content: ''; }

.login__form-action {
  text-align: center;
  color: rgba(27, 29, 31, 0.5);
  margin-bottom: 1rem; }
  .login__form-action.forgot {
    margin-bottom: 0px;
    display: table;
    margin: 0 0 0 auto;
  }
.have-an-account-text {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
.login__form-text {
  color: rgba(27, 29, 31, 0.5);
  text-align: center; }

.pass__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.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: .8rem;
    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; } }

.login__actions {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px; }
  .header__wrapper .btn:hover {
    background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
    opacity: .7;
  }

.checkbox__input {
  opacity: 0;
  position: absolute; }

.checkbox__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 34px;
  cursor: pointer;
  user-select: none;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #191831;
  line-height: 24px;
 }

.checkbox__label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background-color: #E9E9E9;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  transition: border-color .1s linear; }

.checkbox__label:after {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: .8rem;
  line-height: 1;
  color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .1s linear, color .1s linear;
  width: 24px;
  height: 24px;
  background: url(/fonts/check.svg) no-repeat center;
  background-color: #E9E9E9;
  background-size: 12px;
}

.checkbox__input:checked + .checkbox__label:after {
  opacity: 1; }

.checkbox__label a {
  font-weight: 600;
  text-decoration: none;
  color: #7F17FA; }

#register .checkbox__input:checked + .checkbox__label:before {
  background-color: unset;
  border-color: #fff;
  opacity: .3; }

.login__item-img {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 75%; 
  display: none;
}

@media (max-width: 992px) {
  .login__page {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    padding: 0 24px !important;
  }
  .login__block:first-child:before {
    display: none;
  }
  .login__page-wrapper {
    flex-direction: column;
  }
  .login__block {
    width: 100%;
    padding: 1rem 2rem; 
    background-image: none;
  }
  .login__block:last-child {
    width: 100%;
    min-height: auto;
    padding: 50px 24px !important; }
  .login__block:last-child .login__item {
    margin-bottom: 2rem; }
  .login___title {
    font-size: 1.8rem; }
  .login__text {
    font-size: 1.2rem; }
  .login__item-img,
  .rotated-text {
    display: none !important; } }

body.cabinet .container {
  width: 1200px; }

.cabinet__header-item {
  background-color: #000;
  border-radius: 0;
  padding: 0 3px 0 27px;
  display: flex;
  align-items: center;
  height: 64px;
  position: relative; }
  .cabinet__header-item.user {
    background: transparent;
  }
  .cabinet__header-item.user.not-verified {
    border: 1px solid #FF5488;
  }
  .cabinet__header-item.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0;
  }
    .cabinet__header-item.active .cabinet__user:after {
      transform: scale(-1);
      margin-top: -5px;
    }
.user__menu {
  min-width: 230px;
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
  background-color: #1A1832;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  width: 100%;
  transform: translateY(0.4rem);
  border-top: 0;
  padding: 2px 2px;
  /*&:before {
    content: '';
    border: .4rem solid transparent;
    border-bottom-color: #fdfdfd;
    position: absolute;
    bottom: 100%;
    right: .8rem;
  }*/ }
  .menu .user__menu {
    border: 0;
  }
  .menu .cabinet__header-item.user {
    padding: 24px;
  }
  .user__menu.opened {
    width: 100%;
    left: -1px;
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .user__menu .user__link {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    border-top: none;
    border-bottom: none;
    text-align: center;
    padding:10px 20px;
    line-height: unset;
    font-family: 'Barlow', sans-serif;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    height: unset; }

    .user__menu .user__link + .user__link {
      margin-top: 2px;
    }
    .cabinet__header-item .user__menu .user__link:hover {
      background: rgba(255, 255, 255, 0.03);
    }
    .user__menu .user__link i {
      color: #fff;
      margin-right: 24px;
      font-size: 0;
      width: 25px;
      height: 25px;
      background-image: url(/fonts/cog.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      display: none;
    }
    .user__menu .user__link i.fa-power-off {
      background-image: url(/fonts/exit.svg);
      background-size: 16px 20px;
    }
    .user__menu .user__link:hover {
      background: #361B45;
      color: #ffffff;
      opacity: 1; }

.user__header {
  padding: 12px 0 0;
  text-align: center;
  background: transparent;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .user__header .text {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 1rem; }
  .user__header .btn {
    border: 1px solid #FC2E5F;
    color: #FF5488 !important;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    padding: 0px;
    padding: 0px 1.8rem;
    background: transparent;
    height: 48px;
    line-height: 48px;
  }
  .user__menu .user__header .btn {
    color: #FC2E5F !important;
    background: transparent !important;
    max-width: 160px;
    height: 48px;
    min-width: 0;
    width: 100% !important;
  }
  .user__menu .user__header .btn:hover {
      background: transparent !important;
      color: #FF5488 !important;
    }

.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__header-link {
  line-height: 1;
  display: flex;
  align-items: center; }
  .cabinet__header-link img {
    margin-right: .8rem; }

.value__item {
  color: #ffffff;
  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;
  width: 200px;
  position: relative; }
  .cabinet__user:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    border-top-color: #fff;
    margin: 0;
    border-bottom: 0;
    background: url(/fonts/caret.svg);
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    height: 9px;
    transition: .3s;
   }
  .cabinet__user:hover {
    text-decoration: none; }
  .cabinet__user .name {
    color: #ffffff;
    font-Weight: 400;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
  .cabinet__user .verify {
    background: #1FAF5E;
    color: #fff;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    display: table;
    line-height: 19px;
    padding: 2px 8px;
    margin-top: 3px;
    border-radius: 2px;
    font-Size: 16px; }
    .cabinet__user .verify.error {
      background: #FC2E5F; }

.cabinet__user-img {
  position: relative;
  margin-right: 16px; }
  .cabinet__user-img img {
    display: block;
    width: 30px;
    height: 30px;
    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;
    line-height: 1;
    font-size: .8rem;
    background-color: #2979FF;
    border: 1px solid #2979FF;
    border-radius: 50%;
    font-weight: 700; }

.cabinet__cards {
  display: none;
  margin-bottom: 40px; }

.cards__wrapper {
  display: flex;
  gap: 25px;
  margin: 0 -.3rem;
  justify-content: space-between; }

.cards__block {
  width: calc(100% / 4);

}

.cards__item {
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .2s ease;
  border-radius: 0; 
  text-align: center;
  background: #2E2F31;
  border-radius: 8px;
}
.cards__block:last-child .cards__item {
  border-right: 0;
}
  .cards__item:hover {
    text-decoration: none;
    /*transform: scale(1.2);*/ }

.cards__label {
  color: #A2A2A2;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px; }

.cards__price {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 34px; }

.cards__buy {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  color: #93FBAB;
  background: transparent;
  border: 1px solid #93FBAB;
  width: 100%;
  max-width: 160px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 8px;
}

.cabinet__converter {
  background: #fff;
  border-radius: 12px; }
  .cabinet__converter .converter__container {
    padding: 40px;
    border-radius: 12px;}
  .cabinet__converter .main__title-wrapper {
    margin-bottom: 28px; }
  .cabinet__converter .main__title {
    color: #191831;
    font-weight: 700;
    font-size: 42px;
    line-height: 49px; }
    .cabinet__converter .main__title .tip {
      width: 22px;
      height: 22px;
      background: transparent;
      border-radius: 50%;
      top: -10px;
      text-align: center;
      line-height: 13px;
      cursor: pointer;
      border-radius: 100%;
      border: 2px solid #191831;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      top: -16px;
    }
    .cabinet__converter .main__title .question {
      color: #191831;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      top: 0;
      left: 0; }
  .cabinet__converter .converter__form {
    justify-content: space-between; }
    .cabinet__converter .converter__form .select {
      height: 100%;
      top: 0; }
      .cabinet__converter .converter__form .select:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #6E6E6F transparent;
        transform: unset;
        top: 46%;
        margin-top: unset;
        padding: unset;
        right: 20px; }
      .cabinet__converter .converter__form .select select {
        height: 100%;
        color: #161517;
        width: 108px;
        border-radius: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 57px;
      }
    .cabinet__converter .converter__form input {
      padding: 1rem;
      border: none;
      border-radius: 12px;
      color: #000;
      height: 52px;
      background: #DFDEDE;
      font-weight: 400;
      font-size: 18px;
    }
      .cabinet__converter .converter__form input::placeholder {
        color: #000000;
        opacity: .6; }
      .cabinet__converter .converter__form .equally a {
        display: block; }
        .cabinet__converter .converter__form .equally a img {
          display: block; }
    .cabinet__converter .converter__form .btn {
      height: 54px;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      font-family: 'Barlow', sans-serif;
      padding: 0; 
      width: 196px;
      border-radius: 8px;
      background: linear-gradient(to right ,#7C16FF, #D32F95);
  }
  .cabinet__converter .converter__form-block {
    width: 40%; }
    .cabinet__converter .converter__form-block label {
      color: #fff;
      font-size: 22px;
      font-weight: 500; }
    .cabinet__converter .converter__form-block:last-child {
      width: auto;
      margin: 0 auto; }
  .cabinet__converter .converter__text {
    color: #1A1832;
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
  }

.dashboard__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.8rem;
  position: relative; }
    .dashboard__wrapper.settings .dashboard__overview.activity-log {
      padding: 35px 32px;
      border: 2px solid #E9E9E9;
      border-radius: 8px;
    }
      .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__title-wrapper {
        margin-bottom: 12px; 
        display: none;
      }
        .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__title-wrapper .dashboard__title {
          font-weight: 500;
          font-size: 20px;
          line-height: unset; }
      .dashboard__wrapper.settings .dashboard__overview.activity-log .pagination__wrapper {
        justify-content: center; }
        .dashboard__wrapper.settings .dashboard__overview.activity-log .pagination__wrapper .pagination__count .current,
        .dashboard__wrapper.settings .dashboard__overview.activity-log .pagination__wrapper .pagination__count .total {
          font-weight: 600;
          font-size: 20px; }
        .dashboard__wrapper.settings .dashboard__overview.activity-log .pagination__wrapper .pagination__link {
          color: #CB6269; }
          .dashboard__wrapper.settings .dashboard__overview.activity-log .pagination__wrapper .pagination__link:not(.disabled) {
              filter: brightness(0) ;
          }
      .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders th {
        border-bottom: 1px dashed #C0C0C7;
        font-weight: 600;
        font-size: 18px;
        font-family: 'Barlow', sans-serif;
        color: #561D4F;
        text-transform: uppercase; }
      .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders th,
      .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders td {
        padding-left: 0px; }
      .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders tr {
        box-shadow: unset; }
      .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders td {
        padding-top: 0px;
        padding-bottom: 0px;
        font-weight: 400;
        font-size: 18px; }
        .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders td.date {
          color: #191831; }
        .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders td .activity-ip {
          font-weight: 400; }
      .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-nav {
        padding-left: 0px;
        margin-bottom: 0px; }
        .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-nav a {
          font-weight: 700;
          font-size: 42px;
          padding: 0;
          border: 0;
          text-transform: capitalize;
          color: #191831;
        }
        .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-nav a::after {
          display: none;
        }
          .dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-nav a.active:after {
            background: linear-gradient(90deg, #c76850 20%, #43205f 100%); }
  .dashboard__wrapper.settings .dashboard__title-wrapper {
    margin-bottom: 60px;
    justify-content: center;
    justify-content: flex-start;
  }
    .dashboard__wrapper.settings .dashboard__title-wrapper .dashboard__title {
      color: #191831;
      font-weight: 700;
      font-size: 42px;
      line-height: 49px; }
  .dashboard__wrapper.settings .profile {
    padding: 0;
  }
  .dashboard__wrapper.settings .profile .wrapper {
    margin-top: 40px;
  }
  .dashboard__wrapper.settings .profile .change-pass-wrapper {
    text-align: left;
  }
    .dashboard__wrapper.settings .profile .upload {
      background: transparent;
      border: 0;
      width: 100%;
      height: auto;
      bottom: -30px;
      text-decoration: underline;
      color: #C154FF;
    }
    .dashboard__wrapper.settings .profile .profile__header-block .name {
      font-weight: 700;
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 0px;
      color: #1A1832;
    }
    .dashboard__wrapper.settings .profile .profile__header-block .customer_nr {
      display: none;
      color: #1A1832;
    }
      .dashboard__wrapper.settings .profile .profile__header-block .btn.btn--o-green {
        background: #1FAF5E;}
        .dashboard__wrapper.settings .profile .profile__header-block .btn.btn--o-green:hover {
          background: #1FAF5E;
        }

        .dashboard__wrapper.settings .profile .profile__header-block .link {
          font-weight: 500;
          font-size: 16px;
          color: #7F17FA;
          display: table;
          text-decoration: underline;
          font-family: 'Barlow', sans-serif;
          position: absolute;
          left: 0;
          bottom: 0;
        }
        .dashboard__wrapper.settings .profile .profile__header-block .link:hover {
          text-decoration: none;
        }
    .dashboard__wrapper.settings .profile .profile__header-block:last-child {
      margin-right: 0;
      margin-left: 32px;
    }
      .dashboard__wrapper.settings .profile .profile__desc {
        font-size: 18px;
      color: #7E7F83;
      margin-bottom: 40px;
      }
    .dashboard__wrapper.settings .profile .label {
      font-weight: 400;
      font-size: 16px;
      color: #A2A2A2;
      margin-bottom: 8px;
      display: none;
    }
    .dashboard__wrapper.settings .profile .profile__2fa-item {
      border: 1px solid #FBCA29;
      font-size: 20px;
      font-weight: 500;
      color: #1A1832;
      padding: 0 45px 0 25px;
      height: 75px;
      margin-bottom: 0;
      font-family: 'Barlow', sans-serif;
      border-radius: 8px;
      vertical-align: middle;
    }
    .dashboard__wrapper.settings .profile .profile__2fa-item:before {
      content: '';
      display: block;
      width: 18px;
      height: 20px;
      background: url(/fonts/notSecure.svg);
      background-size: contain; 
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 11px;
    }
      .dashboard__wrapper.settings .profile .profile__email.ask {
        padding-left: 0px;
        padding-right: 0px; 
        max-width: 257px;
        background-color: transparent;
        height: 48px;
      }
      .dashboard__wrapper.settings .profile .profile__email.ask .verify a {
        color: #fff;
        font-size: 20px;
        font-family: 'Barlow', sans-serif;
      }
        .dashboard__wrapper.settings .profile .profile__email .verify:before {
          background: url(/fonts/notVerifiedIcon.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
            position: absolute;
            top: 27%;
            left: 20px;
            background-color: transparent;
            width: 24px;
            height: 24px;
            border-radius: 100%;
            display: block;
            transform: none;
        }
          .dashboard__wrapper.settings .profile .profile__email .verify:after {
            display: none; }
          .dashboard__wrapper.settings .profile .profile__email .verify.verified:before {
            width: 7px;
            height: 11px;
            background: none;
            border-width: 0px 3px 3px 0;
            border-style: solid;
            border-color: #000;
            top: 37%;
            left: 29px;
            z-index: 1;
            transform: rotate(45deg);
            border-radius: 0;
            display: block;
          }
          .dashboard__wrapper.settings .profile .profile__email .verify.verified:after {
            content: '';
            position: absolute;
            top: 27%;
            left: 20px;
            background: #84FF54;
            width: 24px;
            height: 24px;
            border-radius: 100%;
            display: block;
          }
          .dashboard__wrapper.settings .profile .profile__email .verify.verified {
            border: none;
          }

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

.overview__sticky {
  display: flex;
  min-height: 416px; }
  .overview__sticky .dashboard__overview {
    height: auto;
    width: 100%; }

.dashboard__overview {
  padding: 27px;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  position: relative; }
  .dashboard__overview.wallet .btn {
    height: 2.6rem;
    padding: 0 1.4rem; }
  .dashboard__overview .table--dashboard tr:first-child {
    border-top: none; }
  .dashboard__overview .table--dashboard tr td.tdid {
    font-weight: 400;
    font-size: 18px;
    color: #A2A2A2;
    padding-left: 0px; }
  .dashboard__overview .table--dashboard tr td.desc {
    font-weight: 400;
    font-size: 18px;
    color: #000; }
  .dashboard__overview .table--dashboard tr td.activity-date {
    font-weight: 400;
    font-size: 18px;
    color: #A2A2A2; }
  .dashboard__overview .table--dashboard tr td.activity-act img {
    width: 8px;
    height: 8px;
    margin-left: 10px; }
  .dashboard__overview .table--dashboard tr td.activity-act.sent {
    color: #FF5488;
    font-weight: 500;
    font-size: 18px; }
  .dashboard__overview .table--dashboard tr td.activity-amount {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    padding-right: 0px; }
    .dashboard__overview .table--dashboard tr td.activity-amount b {
      font-weight: 500;
      font-size: 18px;
      color: #000; }
    .dashboard__overview .table--dashboard tr td.activity-amount span {
      color: #a2a2a2; }
  .dashboard__overview .table--dashboard tr td.activity-act.received {
    color: #84FF54;
    font-weight: 500;
    font-size: 18px; }

.dashboard__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .rates .dashboard__title-wrapper {
    display: inline;
    margin-bottom: 9px;
    margin-left: 16px;
  }
  .rates .dashboard__title-wrapper .dashboard__subtitle {
    font-size: 18px;
    font-weight: 600;
    display: inline;
    font-family: 'Barlow', sans-serif;
  }
  .rates .dashboard__title-wrapper .dashboard__title-block {
    display: inline;
  }
  .dashboard__title-wrapper .checkbox__label {
    font-weight: 600;
    color: #000000; }
  .dashboard__title-wrapper .link {
    font-size: .8rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase; }
  .dashboard__title-wrapper .btn {
    height: 55px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 .8rem; 
    min-width: 180px;
  }
    .dashboard__title-wrapper .btn:hover path {
      fill: #ffffff; }
    .dashboard__title-wrapper .btn svg {
      margin-right: .6rem; }
  .dashboard__title-wrapper .secure {
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase; }
    .dashboard__title-wrapper .secure img {
      margin-right: .4rem; }

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

.dashboard__title {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 32px;
  display: inline;
  align-items: center;}

  .dashboard__block--lg .dashboard__title {
    display: none;
  }
  .dashboard__title .tip {
    margin-left: .4rem; }
    .overview__sticky .dashboard__title {
      display: none;
    }
.dashboard__subtitle {
  color: #fff;
  font-weight: 600;
  font-size: 22px; }

.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: 22px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  text-align: center; }
  .wallet__value span {
    margin-bottom: 2px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #A2A2A2;
    text-align: center; }

.overview__coins .coin {
  margin-bottom: 0; }

.overview__coins .name {
  position: relative; }

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

.overview__coins .name {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #000 !important;
}

.overview__coins .amount {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }
  .overview__coins .amount span {
    color: #A2A2A2;
    font-size: 22px;
    font-weight: 600;
  }

.dashboard__rates {
  width: 20%; }

.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 {
  width: 100% !important; }

.rates__coin {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rates_item {
  margin-bottom: 1rem; }
  .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: #6dc688; }
    .rates_item .height.down {
      border-top-color: #2979FF;
      margin-top: 4px; }

.dashboard__text {
  font-size: 16px;
  color: #A2A2A2;
}

.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: #000000;
    opacity: .3;
    font-size: 1rem;
    font-weight: 500; }
  .cabinet__form .input {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: .2rem;
    color: #000000;
    padding: .8rem 1rem; }
    .cabinet__form .input:focus {
      border-color: #000000; }
  .cabinet__form .select:after {
    border: 4px solid transparent;
    top: 50%;
    border-top-color: #000000;
    padding: 0;
    margin-top: .2rem;
    transform: translateY(-50%) rotate(0);
    right: .6rem; }
  .cabinet__form .select select {
    border-radius: .2rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
    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--payment .label {
    opacity: 1; }
  .cabinet__form--payment .select select {
    font-size: 1rem;
    border-color: #f2f2f9;
    color: #1b1d1f;
    font-weight: 400;
    height: 49px;
    padding: 0 0 0 12px !important;
    border-radius: 8px;
    background: #E9E9E9;
  }

.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: center;
  /*justify-content: flex-start;*/
  justify-content: center;
 }
  .cabinet__form-actions .btn {
    margin-right: 2rem; }
    .cabinet__form-actions .btn i {
      margin-right: 5px; }
    .cabinet__form-actions .btn:last-child {
      margin-right: 0; }
      .cabinet__form-actions .btn:last-child:hover {
        background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
      }
    .cabinet__form-actions .btn--o-pink {
      border: 0;
      padding: 0; 
      display: none;
    }
    .checkout__item .cabinet__form-actions .btn--o-pink {
      display: flex;
      border-radius: 8px;
      color: #8C8C98 !important;
      border: 2px solid #8C8C98 !important;
      font-size: 20px;
      font-family: 'Barlow', sans-serif;
      height: 54px;
      font-weight: 700;
    }
    .checkout__item .cabinet__form-actions .btn {
      height: 48px;
      width: 234px;
    }
      .cabinet__form-actions .btn--o-pink:hover {
        color: #2979FF;
        background-color: transparent; }

/*Checkout

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

.checkout__block {
  padding: 0 .9rem;
  width: 66.66666%; }
  .checkout__block:last-child {
    width: 33.33333%; }

.checkout__heading {
  background: #fdfdfd;
  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);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.checkout__step {
  margin-right: 6rem;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  font-weight: 600;
  font-size: .8rem; }
  .checkout__step.completed {
    color: #9E9E9E !important; }
  .checkout__step:after {
    content: '';
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000000;
    right: -3rem;
    padding: .2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    opacity: .6; }
  .checkout__step:last-child {
    margin-right: 0; }
    .checkout__step:last-child:after {
      opacity: 0; }
  .checkout__step:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none; }
  .checkout__step.active {
    color: black; }
  .checkout__step.completed {
    color: #66b9f8; }

.checkout__item {
  padding: 2rem 2rem 3rem;
  background: #fdfdfd;
  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);
  border-radius: .2rem; }
  .checkout__item .dashboard__title {
    margin-bottom: 0; }

.payment__method {
  display: flex;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: space-between; }
  .payment__method:after {
    content: '';
    width: 32%; }
  .payment__method .method {
    width: 32%;
    position: relative;
      }
          .payment__method .method.disabled {
      cursor: default; }
  .payment__method input {
    position: absolute;
    opacity: 0; }
  .payment__method .method__label {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: transparent;
    padding: 13px 16px;
    border-radius: 8px;
    width: 100%;
    color: #8C8C98; 
    background: #E9E9E9;
  }
  .payment__method input:checked + .method__label {
    opacity: 1;
    color: #191831;
    background: #fff;
    font-weight: 500;
  }
  .payment__method .method__label img {
    filter: grayscale(1);
  }
    .payment__method .method__label img {
      margin-right: .4rem;
      width: 28px;
    }
    .payment__method input:checked + .method__label img {
      filter: grayscale(0);
    }
.checkout__total {
  font-size: 1.2rem;
  font-weight: 600; }

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

.rates {
  display: flex;
}
.checkout__rates {
  display: flex; }
.checkout__card-img {
  position: absolute;
  left: -2rem;
  top: 0;
  max-width: 100%;
  z-index: 1;
  pointer-events: none; }
.checkout__table {
  margin-bottom: 2rem;
  padding: 0 2rem; }
  .checkout__refresh span {
    font-weight: 500;
    padding-left: .1rem; }

.checkout__footer {
  font-size: .8rem;
  text-align: center;
  opacity: .6; }

.payment__text {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f2f2f9;
  color: rgba(0, 0, 0, 0.6); }
  .payment__text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500; }
    .payment__text a:hover {
      text-decoration: none; }

.payment__details {
  margin-bottom: 2rem;
  color: #fff;
  opacity: .6; }

/*
Checkout
*/
/*Orders*/
.cabinet__orders {
  padding: 40px;
  background: #fff;
  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: #1b1d1f;
    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__link {
  font-size:  0;
  width: 9px;
  height: 13px;
  background: url(/fonts/caretGray.svg);
  background-size: contain; 
  background-position: center;
  background-repeat: no-repeat;
}
.pagination__count + .pagination__link {
  transform: scale(-1);
}
  .pagination__link:hover {
    text-decoration: none; }
  .pagination__link.disabled {
    pointer-events: none; }

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

/*Orders*/
.wallet__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.2rem; }

.wallet__block {
  width: 33.33333%;
  padding: 0 .2rem;
  margin-bottom: .4rem; }
  .wallet__block.active .wallet__item {
    border-radius: .4rem;
    box-shadow: -30px -30px 80px rgba(255, 255, 255, 0.1), 30px 30px 80px rgba(55, 84, 170, 0.05);
    background: linear-gradient(135deg, #62b8f7 0%, #4258bc 100%); }
    .wallet__block.active .wallet__item:hover .plus {
      opacity: 0;
      visibility: hidden; }
  .wallet__block.disabled .wallet__head .name {
    color: #1b1d1f;
    opacity: .3; }
  .wallet__block.disabled .wallet__head .address {
    color: #000000;
    pointer-events: none;
    opacity: .3;
    text-transform: uppercase; }
  .wallet__block.disabled .wallet__head .copy_adr_btn {
    text-transform: uppercase; }
  .wallet__block.disabled .balance {
    color: #000000;
    opacity: .3; }
  .wallet__block.disabled .balance__coin {
    color: #000000;
    opacity: .3; }
  .wallet__block.disabled .wallet__footer {
    filter: grayscale(100%); }

.wallet__item {
  padding: 1.4rem 2rem;
  position: relative; }
  .wallet__item:hover .plus {
    opacity: 1;
    visibility: visible; }
  .wallet__item .plus {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease;
    background-color: rgba(255, 255, 255, 0.9); }

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

.wallet__content {
  position: relative;
  z-index: 2; }
  .wallet__content .balance {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: .8;
    margin-bottom: 1rem; }
  .wallet__content .balance__coin {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff; }

.wallet__head {
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .wallet__head .name {
    font-size: .8rem;
    font-weight: 500;
    color: #ffffff;
    opacity: .4; }
  .wallet__head .address {
    color: #ffffff;
    font-size: .6rem; }
  .wallet__head .copy_adr_btn {
    text-transform: uppercase; }

.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: rgba(239, 245, 249, 0.3);
    transition: all .2s ease; }
    .wallet__footer .action:last-child {
      margin-left: 1rem;
      transform: rotate(180deg); }
    .wallet__footer .action:hover {
      background-color: #2979FF; }

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

.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 #2979FF;
      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: #000000; }

.card__data .checkbox__label {
  font-size: .8rem;
  font-weight: 500;
  color: #000000; }
  .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: 27px;
  padding-bottom: 35px;
  position: relative;
  display: flex;
  align-items: center; }

.profile__header-block .name {
  margin-bottom: .4rem;
  font-size: 1.8rem;
  font-weight: 600; }

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

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

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

.profile__form .label {
  font-size: 16px;
  font-weight: 400;
  color: #191831;
  display: block; 
  font-family: 'Barlow', sans-serif;
  margin-bottom: 8px;
}

.profile__form .input {
  border: 1px solid #f2f2f9;
  color: #1b1d1f;
  padding: .8rem 1rem;
  font-size: 1rem;
  border-radius: .2rem; }
  .profile__form .input::placeholder {
    color: #000000;
    opacity: .3;
    font-size: 1rem; }
  .profile__form .input:focus {
    border-color: #000000; }
  .profile__form .input.error {
    border-color: #000000;
    background-color: #ffffff; }

.profile__title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000; }
.profile__wrapper {
  display: flex;
  margin: 0 -.5rem 14px;
  max-width: 840px; }
  .profile__wrapper .form__group {
    width: 33.33333%;
    padding: 0 .5rem; }
  .profile__wrapper .error__message {
    position: absolute;
    top: 100%;
    margin-top: 1rem;
    left: 0;
    color: #2979FF;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden; }
    .profile__wrapper .error__message.active {
      opacity: 1;
      visibility: visible; }
  .profile__wrapper.pass-change {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    flex-direction: column;
    display: inline-flex;
    width: 50%;
    align-items: flex-start;
    text-align: left;
  }
    .profile__wrapper.pass-change .form__group {
      display: flex;
      flex: 0 0 100%;
      max-width: 438px;
      width: 100%;
      padding: 0;
      flex-flow: column; }
    .profile__wrapper.pass-change .input {
      font-weight: 400;
      background-color: #E9E9E9;
      font-size: 16px;
      font-weight: 400;
      border: 0;
      color: #561D4F;
      border-radius: 8px;
      height: 48px;
      font-family: 'Barlow', sans-serif;
    }
    .profile__wrapper.pass-change .input::placeholder {
      color: #8C8C98;
    }

      .pass-must {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 24px;
      }
      .pass-must .title {
        font-weight: 600;
        font-size: 20px;
        color: #000;
      }
      .pass-must .item {
        margin-top: 12px;
        font-size: 18px;
        font-weight: 400;
        color: #7E7F83;
      }
.remodal .converter__container {
  padding: 0; }

.remodal .converter__form .label {
  color: #561D4F;
  opacity: 1;
  font-size: 24px;
  font-weight: bold;
}

.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1A1832;
  font-size: 22px;
  font-weight: bold;
  font-size: 20px; }

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

.profile__2fa-item {
  padding: 0 1.4rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 3.8rem;
  border: 1px solid #f2f2f9;
  margin-right: 8%;
  border-radius: .2rem;
  margin-bottom: 12px !important;
  text-transform: uppercase;
  font-weight: 400; }
  .profile__2fa-item img {
    margin-right: 14px; }

.profile__2fa-text {
  max-width: 500px;
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  color: #7C7F8E;
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
  margin-bottom: 12px;
}

.profile__2fa-link {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  color: #1A1832;
  padding-left: 20px;
  font-family: 'PT Sans', sans-serif;
  display: flex;
  align-items: center;
  position: relative; }
.profile__2fa-link::before {
  content: '';
  display: block;
  width: 18px;
  height: 20px;
  background: url(/fonts/secure.svg);
  background-size: contain; 
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
}


  .profile__2fa-link img {
    position: absolute;
    left: 0; 
  }

.profile__2fa-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center; }

.profile__2fa-label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  color: #7C7F8E;
  margin-right: 12px; }

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

.referral__block-nav {
  width: 25%;
  padding: 0 1rem; }
  .referral__block-nav .close__btn {
    opacity: 0;
    visibility: hidden; }

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

.referral__item {
  background: #fdfdfd;
  box-shadow: 30px 30px 80px rgba(55, 84, 170, 0.05), -30px -30px 80px rgba(255, 255, 255, 0.1), inset 4px 4px 40px rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 2rem;
  height: 100%; }
  .referral__item .dashboard__title {
    font-size: 1.4rem; }
  .referral__item .dashboard__subtitle {
    margin-bottom: 1.4rem; }
  .referral__item .referral__block {
    margin-bottom: 2rem; }
  .referral__item .block__text ul {
    margin: .5em 0 .5em 1.2em; }

.referral__nav {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  position: relative; }
  .referral__nav:after {
    left: -2rem;
    right: -2rem;
    height: 1px;
    background-color: #f2f2f9;
    position: absolute;
    bottom: 0;
    content: ''; }
  .referral__nav a {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    color: #000000; }
    .referral__nav a:last-child {
      margin-bottom: 0; }
    .referral__nav a.active {
      font-weight: 700; }
      .referral__nav a.active .icon {
        fill: #2979FF; }
    .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 a:hover .icon {
        fill: #2979FF; }
  .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; }
  .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; }
  .order__download:hover {
    cursor: default; }
    .order__download:hover .download__list-wrapper {
      opacity: 1;
      visibility: visible; }
    .order__download:hover .order__download-text {
      color: #2979FF; }

.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: 47px; }
  .order__filter .radio {
    margin-bottom: 0;
    margin-right: 10px; }
  .order__filter .radio__label {
    padding: 5px 8px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: #f2f2f9;
    border-radius: 9px;
    font-size: 14px;
    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: #2979FF; }

.order__filter-block {
  display: flex;
  margin-right: .8rem;
  width: 40%; }
  .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: #000000;
    background-color: #f2f2f9;
    margin-bottom: 0;
    height: 47px; }
  .order__filter-block .input {
    border: 1px solid #f2f2f9;
    border-left: 0;
    height: 47px;
    color: #000000;
    padding: 0 3rem 0 1.6rem;
    flex: 1; }
  .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 {
    flex: 1; }
    .order__filter-block .input__wrapper .select:after {
      display: none; }
    .order__filter-block .input__wrapper:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      padding: .3rem;
      border-width: 0 2px 2px 0;
      border-style: solid;
      right: 1rem;
      margin-top: -.2rem; }
  .order__filter-block .select select {
    border: 1px solid #f2f2f9;
    border-left: 0;
    height: 47px; }

.referral__pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
  .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: #2979FF; }
    .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: #1b1d1f;
    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 .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; }

  .verification__wrapper .dashboard__block:first-child .dashboard__overview {
    background: transparent;
  }
  .verification__wrapper .dashboard__title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    display: block;
  }
@media (max-width: 992px) {
  .header--cabinet .header__wrapper {
    height: 70px;
    padding: 0 32px;
  }
  .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 {
      border: 1px solid #f2f2f9;
      box-shadow: none; }
    .order__filter-block .select {
      border: 1px solid #f2f2f9; }
  .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 .dashboard__title {
      margin-bottom: 2rem; }
  .order__filter-block {
    flex-wrap: wrap; }
    .order__filter-block .label--panel {
      margin-bottom: 1rem;
      display: block;
      width: 100%;
      height: auto;
      padding-left: 0; }
    .order__filter-block .radio {
      margin-bottom: .5rem; } }

.cabinet__alert {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff1a6b;
  padding: 1rem;
  box-shadow: 30px 30px 80px rgba(55, 84, 170, 0.05), -30px -30px 80px rgba(255, 255, 255, 0.1);
  border-radius: 10px; }
  .cabinet__alert .btn {
    height: 39px;
    margin-bottom: 0;
    padding: 0 4rem 0 1rem; }
    .cabinet__alert .btn img {
      position: absolute;
      right: 1rem;
      transform: translateY(-50%);
      top: 50%; }
    .cabinet__alert .btn .first {
      opacity: 1; }
    .cabinet__alert .btn .second {
      opacity: 0; }
    .cabinet__alert .btn:hover .first {
      opacity: 0; }
    .cabinet__alert .btn:hover .second {
      opacity: 1; }

.cabinet__alert-img {
  margin-right: 1.5rem; }

.cabinet__alert-link {
  color: #ffffff;
  display: block;
  text-decoration: underline;
  margin-right: 2rem; }
  .cabinet__alert-link img {
    height: 32px;
    display: block;
    margin-right: 1.5rem; }
  .cabinet__alert-link:hover {
    text-decoration: none; }

.cabinet__alert-block {
  color: #ffffff;
  display: flex;
  align-items: center; }
.dashboard__title-container {
  display: flex;
  align-items: flex-end;
}
.dashboard__block.rates .dashboard__rates {
  width: 100%;
  display: flex;
  margin-top: 24px;
  gap: 22px; }
  .dashboard__block.rates .dashboard__rates .rates_item .height.down {
    background: url(/fonts/percent_arrow_down.svg) no-repeat;
    background-size: contain; }
   .dashboard__block.rates .dashboard__rates .rates_item .height.up {
    background: url(/fonts/percent_arrow_up.svg) no-repeat;
    background-size: contain; }

.btn--cancel {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #fff !important;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  height: 65px;
  padding-left: 54px !important;
  padding-right: 54px !important; }
  .btn--cancel:hover {
    background: transparent !important;
  }
.btn--ok {
  background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  height: 54px;
  color: #fff !important;
  padding-left: 54px !important;
  padding-right: 54px !important;}
  .btn--ok:hover {
    background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
  }

.btn--ok--common {
  background: #000 !important;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff !important;
  padding: 0 0.8rem !important;
  border: none !important; }
  .btn--ok--common:hover {
    background: #CB6269;
    color: #ffffff; }

#corporate_verification_form input,
#corporate_verification_form select {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 20px;
  padding: 1rem;
  height: 62px; 
}

#corporate_verification_form .label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  opacity: .3; }

.checkout__heading {
  margin-bottom: 0px;
  background: #E9E9E9;
  box-shadow: unset;
  border-radius: 8px;
  justify-content: center; 
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
  .checkout__heading .checkout__step {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    line-height: 34px;
    padding: 22px 16px;
    width: calc(100% / 3);
    text-align: center;
    margin-right: 0px;
    background: #E9E9E9;
    color: #8C8C98;
    text-transform: uppercase;
  }
    .checkout__heading .checkout__step.active {
      color: #191831;
      background: #FFFFFF;
    }
    .checkout__heading .checkout__step.active span {
      color: #fff;
      background: linear-gradient(to right ,#7C16FF, #D32F95);
      width: 34px;
      height: 34px;
      line-height: 34px;
      display: inline-block;
      border-radius: 50px;
      margin-right: 7px;
      text-align: center;
      padding-left: 3px;
    }
    .checkout__heading .checkout__step:after {
      content: unset; }

.checkout__item {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: unset;
  padding: 32px; }
  .checkout__item.full-bordered-radius {
    border-radius: 8px;
    position: relative;
  }
  .checkout__item.full-bordered-radius .wrapper {
    position: absolute;
    left: 0;
    top: calc(100% + 36px);
    width: 100%;
  }
    .checkout__item.full-bordered-radius .dashboard__title-wrapper {
      margin-bottom: 10px; 
      justify-content: flex-start;
    }
  .checkout__item .payment__text {
    color: #7C7F8E;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px; }
    .checkout__item .payment__text a {
      text-decoration: none;
      color: #7F17FA; }
  .checkout__item .input,
  .checkout__item select {
    border: none !important;
    background: #E9E9E9;
    border-radius: 8px;
    font-weight: 400 !important;
    font-family: 'Barlow', sans-serif;
    font-size: 16px !important;
    color: #191831;
    padding: 1rem !important; }
    input::placeholder {
      color: #8C8C98 !important;
      opacity: 1 !important;
    }
  .checkout__item .checkout__footer {
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    color: #1FAF5E;
    font-family: 'Barlow', sans-serif;
    opacity: 1; }
  .checkout__item .checkout__table .table--checkout td {
    font-weight: 600;
    font-size: 20px;
    color: #561D4F; }
    .checkout__item .card__label .js-crypt-val {
      margin-right: 3px;
    }
  .checkout__item .checkout__table {
    padding: 0px; }
  .checkout__item .border--bottom {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column; }
    .checkout__item .border--bottom .rate {
      margin-bottom: 0px; 
      display: flex;
      align-items: flex-start;
      flex-direction: column;}
  .checkout__item .dashboard__title-wrapper {
    margin-bottom: 20px;
    justify-content: flex-start;
   }
    .checkout__item .dashboard__title-wrapper .secure {
      font-weight: 500;
      font-size: 12px;
      color: #191831; }
  /*.checkout__item .dashboard__title {
    font-weight: 700;
    font-size: 24px; }*/
  .checkout__item .checkout__total {
    font-weight: 700;
    color: #191831;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px; }
    .checkout__item .payment__method .method {
      background: transparent;
      box-shadow: unset;
      margin-bottom: 0px;
      display: flex;
      flex: 0 0 33.3%;
      max-width: 33.3%;
      border-radius: 8px;
      text-align: center;
      justify-content: center; }
     
      .checkout__item .payment__method .method.disabled {
       }

.dashboard__block--sm.w32 {
  flex: 0 0 33.33%; }

.overview__chart-wrapper {
  margin-bottom: 64px; }

.overview__coins {
  display: flex; }
  .overview__coins .coin {
    flex: 1;
    text-align: center;
    margin-bottom: 0;
    text-align: left; }
  .overview__coins .name {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 2px;
    padding-left: 0px; 
  }
  .overview__coins .amount {
    font-weight: 500;
    font-size: 12px;
    padding-left: 0px; }
    .overview__coins .amount .balance_sum_btc {
      font-weight: 600; }

.btn--new {
  background: linear-gradient(to right ,#7C16FF, #D32F95) !important;
  color: #fff !important;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
}

.cabinet__orders .table--orders th {
  border-bottom: 2px dashed #888282;
  font-weight: 600;
  font-size: 20px;
  color: #561D4F;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase; }

.cabinet__orders .table--orders th,
.cabinet__orders .table--orders td {
  padding-left: 0px; }
  .cabinet__orders .table--orders th.status,
  .cabinet__orders .table--orders td.status {
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: #1FAF5E !important; }
  .cabinet__orders .table--orders th.currency,
  .cabinet__orders .table--orders td.currency {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #191831; }
  .cabinet__orders .table--orders th.tdid,
  .cabinet__orders .table--orders td.tdid {
    font-weight: 400;
    font-size: 18px;
    color: #A2A2A2; }
    .cabinet__orders .table--orders th.tdid a,
    .cabinet__orders .table--orders td.tdid a {
      font-weight: 400;
      font-size: 18px;
      font-family: 'Barlow', sans-serif;
      color: #191831; }
  .cabinet__orders .table--orders th:first-child,
  .cabinet__orders .table--orders td:first-child {
    padding-left: 0px; }

.cabinet__orders .table--orders tr {
  box-shadow: unset; }

.cabinet__orders .table--orders td {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  font-size: 18px; }
  .cabinet__orders .table--orders td.date {
    color: #191831; }
  .cabinet__orders .table--orders td .activity-ip {
    font-weight: 500; }

.cabinet__orders .pagination__wrapper {
  justify-content: center; }
  .cabinet__orders .pagination__wrapper .pagination__count .current,
  .cabinet__orders .pagination__wrapper .pagination__count .total {
    font-weight: 700;
    font-size: 20px; }
  .cabinet__orders .pagination__wrapper .pagination__link {
    filter: brightness(0);
    color: #191831; }
    .cabinet__orders .pagination__wrapper .pagination__link.disabled {
      color: #8C8C98; }

.remodal-wrapper .converter {
  padding: 40px 45px; }

.wallet__value span {
  font-weight: 500;
  font-size: 13px;
  color: #9E9E9E; }

.wallet__value .balance_sum_eur {
  font-weight: 600;
  font-size: 22px;
  color: #000; }

.checkout__block .cabinet__form.cabinet__form--payment {
  max-width: 100%; }
.table--info {
  width: 60%; }
  .table--info tbody tr td:first-child {
    font-weight: 400;
    font-size: 20px;
    color: #A2A2A2; }
  .table--info tbody tr td:last-child {
    font-weight: 400;
    font-size: 18px;
    color: #000; }
  .table--info tbody tr td.payment {
    color: #489F61 !important;
    text-transform: capitalize; }

.btn--get--help {
  background: transparent;
  border: 1px solid #000 !important;
  color: #000; }

.btn--get--help:hover,
.btn--get--help:active,
.btn--get--help:focus {
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important; }

.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: #1b1d1f; }
  .tip.tip--top-right:before {
    border-top-color: #1b1d1f; }
  .tip.tip--top:before {
    border-top-color: #1b1d1f; }
  .tip.tip--bottom-left:before {
    border-bottom-color: #1b1d1f; }
  .tip.tip--bottom-right:before {
    border-bottom-color: #1b1d1f; }
  .tip.tip--bottom:before {
    border-bottom-color: #1b1d1f; }
  .tip.tip--left:before {
    border-left-color: #1b1d1f; }
  .tip.tip--right:before {
    border-right-color: #1b1d1f; }
  .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-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 300;
    background-color: #1b1d1f; }
  .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 {
    border: 0; }
  .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(27, 29, 31, 0.4); }
  .tip--rounded:after {
    border-radius: 4px; }
  .tip--gray.tip--top-left:before {
    border-top-color: #1A1832; }
  .tip--gray.tip--top-right:before {
    border-top-color: #1A1832; }
  .tip--gray.tip--top:before {
    border-top-color: #1A1832; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #1A1832; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #1A1832; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #1A1832; }
  .tip--gray.tip--left:before {
    border-left-color: #1A1832; }
  .tip--gray.tip--right:before {
    border-right-color: #1A1832; }
  .tip--gray:after {
    background-color: #1A1832; }
  .tip--red.tip--top-left:before {
    border-top-color: #f0033b; }
  .tip--red.tip--top-right:before {
    border-top-color: #f0033b; }
  .tip--red.tip--top:before {
    border-top-color: #f0033b; }
  .tip--red.tip--bottom-left:before {
    border-bottom-color: #f0033b; }
  .tip--red.tip--bottom-right:before {
    border-bottom-color: #f0033b; }
  .tip--red.tip--bottom:before {
    border-bottom-color: #f0033b; }
  .tip--red.tip--left:before {
    border-left-color: #f0033b; }
  .tip--red.tip--right:before {
    border-right-color: #f0033b; }
  .tip--red:after {
    background-color: #f0033b; }
  .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--pink.tip--top-left:before {
    border-top-color: #2979FF; }
  .tip--pink.tip--top-right:before {
    border-top-color: #2979FF; }
  .tip--pink.tip--top:before {
    border-top-color: #2979FF; }
  .tip--pink.tip--bottom-left:before {
    border-bottom-color: #2979FF; }
  .tip--pink.tip--bottom-right:before {
    border-bottom-color: #2979FF; }
  .tip--pink.tip--bottom:before {
    border-bottom-color: #2979FF; }
  .tip--pink.tip--left:before {
    border-left-color: #2979FF; }
  .tip--pink.tip--right:before {
    border-right-color: #2979FF; }
  .tip--pink:after {
    background-color: #2979FF; }
  .tip--deep-pink.tip--top-left:before {
    border-top-color: #dcc9c3; }
  .tip--deep-pink.tip--top-right:before {
    border-top-color: #dcc9c3; }
  .tip--deep-pink.tip--top:before {
    border-top-color: #dcc9c3; }
  .tip--deep-pink.tip--bottom-left:before {
    border-bottom-color: #dcc9c3; }
  .tip--deep-pink.tip--bottom-right:before {
    border-bottom-color: #dcc9c3; }
  .tip--deep-pink.tip--bottom:before {
    border-bottom-color: #dcc9c3; }
  .tip--deep-pink.tip--left:before {
    border-left-color: #dcc9c3; }
  .tip--deep-pink.tip--right:before {
    border-right-color: #dcc9c3; }
  .tip--deep-pink:after {
    background-color: #dcc9c3; }
  .tip--purple.tip--top-left:before {
    border-top-color: #a08ca7; }
  .tip--purple.tip--top-right:before {
    border-top-color: #a08ca7; }
  .tip--purple.tip--top:before {
    border-top-color: #a08ca7; }
  .tip--purple.tip--bottom-left:before {
    border-bottom-color: #a08ca7; }
  .tip--purple.tip--bottom-right:before {
    border-bottom-color: #a08ca7; }
  .tip--purple.tip--bottom:before {
    border-bottom-color: #a08ca7; }
  .tip--purple.tip--left:before {
    border-left-color: #a08ca7; }
  .tip--purple.tip--right:before {
    border-right-color: #a08ca7; }
  .tip--purple:after {
    background-color: #a08ca7; }
  .tip--deep-purple.tip--top-left:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top-right:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--top:before {
    border-top-color: #673ab7; }
  .tip--deep-purple.tip--bottom-left:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom-right:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--bottom:before {
    border-bottom-color: #673ab7; }
  .tip--deep-purple.tip--left:before {
    border-left-color: #673ab7; }
  .tip--deep-purple.tip--right:before {
    border-right-color: #673ab7; }
  .tip--deep-purple:after {
    background-color: #673ab7; }
  .tip--dark-pink.tip--top-left:before {
    border-top-color: #bc9999; }
  .tip--dark-pink.tip--top-right:before {
    border-top-color: #bc9999; }
  .tip--dark-pink.tip--top:before {
    border-top-color: #bc9999; }
  .tip--dark-pink.tip--bottom-left:before {
    border-bottom-color: #bc9999; }
  .tip--dark-pink.tip--bottom-right:before {
    border-bottom-color: #bc9999; }
  .tip--dark-pink.tip--bottom:before {
    border-bottom-color: #bc9999; }
  .tip--dark-pink.tip--left:before {
    border-left-color: #bc9999; }
  .tip--dark-pink.tip--right:before {
    border-right-color: #bc9999; }
  .tip--dark-pink:after {
    background-color: #bc9999; }
  .tip--blue.tip--top-left:before {
    border-top-color: #2979FF; }
  .tip--blue.tip--top-right:before {
    border-top-color: #2979FF; }
  .tip--blue.tip--top:before {
    border-top-color: #2979FF; }
  .tip--blue.tip--bottom-left:before {
    border-bottom-color: #2979FF; }
  .tip--blue.tip--bottom-right:before {
    border-bottom-color: #2979FF; }
  .tip--blue.tip--bottom:before {
    border-bottom-color: #2979FF; }
  .tip--blue.tip--left:before {
    border-left-color: #2979FF; }
  .tip--blue.tip--right:before {
    border-right-color: #2979FF; }
  .tip--blue:after {
    background-color: #2979FF; }
  .tip--main.tip--top-left:before {
    border-top-color: #2979FF; }
  .tip--main.tip--top-right:before {
    border-top-color: #2979FF; }
  .tip--main.tip--top:before {
    border-top-color: #2979FF; }
  .tip--main.tip--bottom-left:before {
    border-bottom-color: #2979FF; }
  .tip--main.tip--bottom-right:before {
    border-bottom-color: #2979FF; }
  .tip--main.tip--bottom:before {
    border-bottom-color: #2979FF; }
  .tip--main.tip--left:before {
    border-left-color: #2979FF; }
  .tip--main.tip--right:before {
    border-right-color: #2979FF; }
  .tip--main:after {
    background-color: #2979FF; }
  .tip--green.tip--top-left:before {
    border-top-color: #6dc688; }
  .tip--green.tip--top-right:before {
    border-top-color: #6dc688; }
  .tip--green.tip--top:before {
    border-top-color: #6dc688; }
  .tip--green.tip--bottom-left:before {
    border-bottom-color: #6dc688; }
  .tip--green.tip--bottom-right:before {
    border-bottom-color: #6dc688; }
  .tip--green.tip--bottom:before {
    border-bottom-color: #6dc688; }
  .tip--green.tip--left:before {
    border-left-color: #6dc688; }
  .tip--green.tip--right:before {
    border-right-color: #6dc688; }
  .tip--green:after {
    background-color: #6dc688; }
  .tip--black.tip--top-left:before {
    border-top-color: #1b1d1f; }
  .tip--black.tip--top-right:before {
    border-top-color: #1b1d1f; }
  .tip--black.tip--top:before {
    border-top-color: #1b1d1f; }
  .tip--black.tip--bottom-left:before {
    border-bottom-color: #1b1d1f; }
  .tip--black.tip--bottom-right:before {
    border-bottom-color: #1b1d1f; }
  .tip--black.tip--bottom:before {
    border-bottom-color: #1b1d1f; }
  .tip--black.tip--left:before {
    border-left-color: #1b1d1f; }
  .tip--black.tip--right:before {
    border-right-color: #1b1d1f; }
  .tip--black:after {
    background-color: #1b1d1f; }
  .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("/fonts/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) {
  .rates {
    display: block;
  }
  .checkout__item .border--bottom {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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("/fonts/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; }

  .built__content .title {
    padding-left: 0;
  }

  .built__block {
    padding-top: 120px;
  }
.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 #2979FF;
      color: #2979FF;
      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: #1A1832; }

.text-red {
  color: #f0033b; }

.text-rblack {
  color: #000000; }

.text-white {
  color: #ffffff; }

.text-pink {
  color: #2979FF; }

.text-deep-pink {
  color: #dcc9c3; }

.text-purple {
  color: #a08ca7; }

.text-deep-purple {
  color: #673ab7; }

.text-dark-pink {
  color: #bc9999; }

.text-blue {
  color: #2979FF; }

.text-main {
  color: #2979FF; }

.text-green {
  color: #6dc688; }

.text-black {
  color: #1b1d1f; }

.bg-gray {
  background-color: #1A1832; }

.bg-red {
  background-color: #f0033b; }

.bg-rblack {
  background-color: #000000; }

.bg-white {
  background-color: #ffffff; }

.bg-pink {
  background-color: #2979FF; }

.bg-deep-pink {
  background-color: #dcc9c3; }

.bg-purple {
  background-color: #a08ca7; }

.bg-deep-purple {
  background-color: #673ab7; }

.bg-dark-pink {
  background-color: #bc9999; }

.bg-blue {
  background-color: #2979FF; }

.bg-main {
  background-color: #2979FF; }

.bg-green {
  background-color: #6dc688; }

.bg-black {
  background-color: #1b1d1f; }

.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: #f0033b;
  display: block;
  color: #ffffff; }

.alert.visible-success {
  background-color: #6dc688;
  display: block;
  color: #ffffff; }

.alert.success {
  background-color: #6dc688;
  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 (min-width: 1920px) {
  
  .footer__partners {
    margin-top: -6rem;
    margin-bottom: 6rem; } }

@media (max-width: 1366px) {
  .intro__shape {
    width: 645px;
    height: 615px;
    top: 13rem; }
  .converter--main {
    padding-left: 0px; } }

@media (max-width: 1260px) {
  .container {
    width: 100%; }
  .header {
    z-index: 4; }
  .intro__content {
    z-index: 3; }
  body.cabinet .container {
    width: 100%; }
  .login__item .img {
    left: -1rem; }
  .wallet__head .name {
    white-space: nowrap;
    max-width: calc(100% - 50px);
    text-overflow: ellipsis;
    overflow: hidden; }
  .remodal__block:first-child {
    padding-right: 3rem; }
  .remodal__block:last-child {
    padding-left: 3rem; }
  .remodal {
    padding: 16px; }
    .remodal--video {
      padding: 0; }
  .cards__item {
    padding: 2rem 1rem; }
  .checkout__item {
    padding: 1rem 1rem 2rem; } }

@media (max-width: 1137px) {
  .intro__shape {
    width: 445px;
    height: 415px;
    top: 19rem; }
  .error__wrapper {
    flex-flow: column;
    flex-direction: column-reverse;
    margin: 0; }
    .error__wrapper .error__block {
      text-align: center;
      width: 100%; }
      .error__wrapper .error__block .error__number {
        font-size: 30vw; } }

@media (max-width: 1050px) {
  .intro__shape {
    display: none; } }

@media (max-width: 1260px) {
  .converter--main .converter__form .btn {
    white-space: nowrap; } }

@media (max-width: 1046px) {
  .selling__block {
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .menu {
    display: none; }
  .menu__btn {
    display: none; } }

@media (max-width: 992px) {
  .dashboard__rates-chart {
    height: calc(100vh - 20rem); }
  .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: #fff;
      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: #1A1832;
    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;
      line-height: 4vh; }
      .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; }
  .intro__content {
    margin-bottom: 3rem;
    min-height: unset;
    padding-top: 8rem; }
  .intro__block {
    flex: unset;
    width: 100%; }
  .intro__faq {
    text-align: left; }
  /*.intro__img {
    z-index: 1;
    //opacity: 0;
    height: 30rem;
    right: -15rem;
  }*/
  .why__crypto {
    padding: 3rem 0;
    position: relative;
    z-index: 2; }
  .why__crypto-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0; }
  .why__crypto-block {
    width: 100%; }
  .why__img {
    right: auto;
    max-width: 100%;
    max-height: 400px;
    height: auto; }
  .why__text {
    margin-bottom: 2rem; }
  .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 .converter__form {
      padding-left: 0; }
      
    .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; }
  .why__text {
    padding-left: 0; }
    .why__text ul {
      columns: 2; }
  .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 .main__title__small {
    text-align: center; }
  .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; }
  .footer__line {
    padding-bottom: 2rem; }
  .main__title {
    font-size: 1.8rem; }
  .header__wrapper {
    height: 70px; }
    .header__wrapper .header__actions {
      justify-content: center;
      padding: 0; }
  .header__actions {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 1rem; }
    .header__actions.logged .btn {
      margin-top: 16px;
      width: 100%;
     }
  .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;
    min-height: 100vh; }
    .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; }
  .why__crypto-block .main__title {
    text-align: left; }
  /*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(1rem); }
    .user__menu:before {
      display: none; }
  .user__header {
    /*display: flex;
    align-items: center;
    padding: 1rem 0 .7rem;*/
    width: 100%; }
    .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;*/
       }
    .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:last-child {
      margin-bottom: 0px !important; }
    .user__link:hover {
      background: transparent !important; }
    .user__link.notification:after {
      content: '';
      position: absolute;
      top: -4px;
      right: -4px;
      width: 4px;
      height: 4px;
      background-color: #2979FF;
      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; }
  .checkout__block {
    width: 100%;
    margin-bottom: 2rem; }
    .checkout__block:last-child {
      width: 100%; }
  .checkout__card {
    max-width: 320px; }
  /*Cabinet*/
  .cards__wrapper {
    display: none; }
  .advantages__item {
    align-items: center; }
  .advantages__img {
    margin: 0 auto 1rem; }
  .reviews__slider {
    margin-bottom: 0; }
    .reviews__slider .slick-prev {
      left: 15%; }
    .reviews__slider .slick-next {
      left: auto;
      right: 13%; }
  .why__crypto-block .main__title {
    margin-bottom: 2rem;
    text-align: center; }
  .remodal--video .remodal-close {
    right: .2rem; }
  .footer__line .lng {
    display: block; }
  .footer__item .lng {
    display: none; }
  .advantages .main__title {
    margin-bottom: 3rem; }
  .converter__bg,
  .converter__chart-wrapper {
    padding: 0px 20px; }
  .prices__item .text {
    white-space: nowrap; }
  .selling__wrapper {
    padding-bottom: 2rem; }
  .selling__block {
    flex: 0 0 100%; }
    .selling__block .account__form {
      max-width: 100%;
      width: 100%; }
    .selling__block .why__text {
      flex-flow: column; }
      .selling__block .why__text ul {
        display: flex;
        flex-flow: column;
        margin-bottom: unset;
        text-align: center;
        justify-content: center;
        align-items: center;
      }
      .selling__block .why__text ul li {
        margin-top: 24px;
      }
  .footer {
    padding-top: 3rem; }
    .footer .footer__wrapper {
      flex-flow: column;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      .footer .footer__wrapper .footer__block {
        margin-bottom: 35px; }
      .footer .footer__wrapper .footer__item {
        flex: 0 0 100%;
        max-width: 100%; }
        .footer .footer__wrapper .footer__item a {
          margin-right: unset; }
          .footer .footer__wrapper .footer__item a:active {
            background: none !important; }
        .footer .footer__wrapper .footer__item .images {
          justify-content: center; }
          .footer .footer__wrapper .footer__item .images img:nth-child(2) {
            margin: 0px 25px; }
        .footer .footer__wrapper .footer__item .mb-bottom-90 {
          margin-bottom: 3rem !important; }
    .footer .footer__wrapper-block:first-child {
      flex-flow: column; }
    .footer .footer__block {
      flex: 0 0 100%;
      max-width: 100%; }
    .footer .footer__logo {
      padding-top: 1rem; }
      .footer .footer__logo a {
        justify-content: center; }
    .footer .footer__container .left,
    .footer .footer__container .right {
      flex: 0 0 100%;
      max-width: 100%;
    width: 100%; }
    .footer .footer__container .right .socials {
      margin-bottom: 1rem;
      margin-top: 2rem; } }

@media (max-width: 968px) {
  .chart__prices {
    flex-flow: column;
    flex: 0 0 100%;
    max-width: 100%; }
  .prices__block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3em; }
  .dashboard__wrapper.settings .dashboard__overview {
    padding: 0; } 
  
    .converter--main .converter__container {
      flex-direction: column;
    }
    .chart__prices {
      padding-left: 0;
      border: 0;
    }
    #convertFiat2Crypto {
      padding-right: 0;
    }
  }

@media (max-width: 900px) {
  .intro__content {
    padding-top: 50px;
    margin-bottom: unset; }
  .intro__title {
    margin-top: 1rem; }
  .intro__text {
    margin-bottom: 1rem; }
  .profile__wrapper.pass-change {
    flex-flow: column; }
    .profile__wrapper.pass-change .form__group {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
    
    }
  }

@media (max-width: 885px) {
  .intro {
    padding: 50px 20px; }
  .intro__title h1 br {
    display: none; }
  .intro__content {
    justify-content: center; } }

@media (max-width: 768px) {
  .converter--main .converter__bg .main__title {
    position: static;
    transform: none;
  }
  .converter--main .container {
    padding: 0 !important;
  }
  .converter--main {
    margin-right: 0 !important;
  }
  .intro__content {
    min-height: 0 !important;
  }
  .converter--main {
    padding-top: 0 !important;
  }
  .advantages .container {
    padding-top: 275px;
  }
  .selling__block .why__text ul li {
    margin-bottom: 0;
  }
  .converter__form {
    flex-wrap: wrap; }
  .converter .converter__form .converter__form-block:last-child {
    width: 100%;
    flex: 0 0 100%;
    text-align: center; }
  .converter__form-block {
    flex: 1; }
  .converter__container .main__title {
    margin-bottom: 2rem; }
  .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 .logo {
    transform: translateX(-20px); }
  .footer__line {
    padding-top: 2rem; }
    .footer__line .lng {
      right: auto;
      left: 50%;
      transform: translateX(-50%); }
  .footer__block {
    text-align: left; }
  .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 {
      flex-direction: column-reverse; 
      padding: 90px 16px 32px;
      }
      .built__block:nth-child(2) {
        padding: 90px 16px 32px !important;
      }
      .built__content .title {
        margin-bottom: 16px;
      }
      .footer .container {
        padding: 0 16px;
      }
  .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; }
  .intro__block {
    text-align: center; }
  .why__img {
    display: none; }
  .converter .converter__text {
    margin-bottom: 3rem; }
  .built__block {
    margin-bottom: 2rem; }
    .built__block .built__content {
      align-items: center;
      flex: 0 0 50%;
      max-width: 50%; }
      .built__block .built__content img {
        width: 80px; } }

@media (max-width: 883px) {
  .built .main__title {
    font-size: 7vw;
    line-height: 7vh;
    margin-bottom: 1rem; }
  .built .main__title__small {
    margin-bottom: 3rem; }
  .built__content .title {
    line-height: 6vh; }
  .built__block {
    justify-content: space-around; } }

@media (max-width: 640px) {
  .dashboard__wrapper.settings .profile .profile__header-block .link {
    position: static;
  }
    .dashboard__wrapper.settings .dashboard__title-wrapper .dashboard__title {
      font-size: 48px;
      text-align: center;
      margin-top: 48px;
    }
    .dashboard__wrapper.settings .profile .wrapper {
      padding: 40px 16px;
    }
    .dashboard__wrapper.settings .profile .profile__email.ask {
      display: table;
      margin: 0 auto 48px;
    }
    .dashboard__wrapper.settings .profile .profile__email:not(.ask) {
      margin-bottom: 100px;
    }
    .dashboard__wrapper.settings .profile .profile__title {
      font-size: 22px;
      text-align: center;
    }
    .dashboard__wrapper.settings .dashboard__title-wrapper {
      align-items: center;
    }
    .dashboard__wrapper.settings .profile .profile__2fa-item:before {
      width: 28px;
    }
  .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; }
  .cabinet__form-actions {
    flex-direction: column; }
  .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; }
      .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; }
          .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; }
      .dashboard__wrapper.settings .profile .profile__header-block:last-child {
        margin-left: 0;
        margin-top: 24px;
      }
      .dashboard__wrapper.settings .profile .profile__email:not(.ask) {
        width: 100%;
      }
      .dashboard__wrapper.settings .profile .profile__header-block .link {
        margin:8px auto 0;
      }
  .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%; } }

@media (max-width: 600px) {
  .intro__title h1 {
    font-size: 46px; } }

@media (max-width: 593px) {
  .chart__head {
    flex-flow: column; }
    .chart__head .chart__item {
      width: 100%;
      text-align: left; }
      .chart__head .chart__item:first-child {
        margin-bottom: 2rem; }
  .built {
    padding-top: 4rem !important; } }

@media (max-width: 560px) {
  .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; }
  .converter .converter__form {
    flex-direction: column; }
  .converter__form-block {
    flex: unset;
    width: 100%; }
  .cabinet__converter .converter__form-block {
    width: 100%; }
  .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; }
  .intro__img {
    display: none; }
  .table--dashboard thead {
    display: none; }
  .table--dashboard tr {
    display: flex;
    flex-flow: row; }
    .table--dashboard tr td {
      /*width: 50%;*/
      display: block;
      height: auto;
      text-align: left; }
  .page__content {
    padding: 0; }
    .page__content.text-page {
      padding: 1rem; }
  .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: 0; }
  .page__text {
    padding-left: 0; }
  .remodal__title {
    display: block; }
  .dashboard__rates-chart {
    height: calc(100vh - 25rem); }
  .built {
    padding: 4rem 0 0 0; }
  .dashboard__title-wrapper {
    align-items: baseline; }
    .dashboard__title-wrapper .dashboard__title {
      margin-bottom: 0px; }
  .dashboard__block.rates .dashboard__rates {
    flex-flow: column; }
    .dashboard__block.rates .dashboard__rates .rates_item {
      width: 100%; }
      .dashboard__block.rates .dashboard__rates .rates_item .rates__amount {
        margin-bottom: 0px; }
        .dashboard__block.rates .dashboard__rates .rates_item .rates__amount:last-child {
          margin-bottom: 2rem; } }
@media (max-width: 488px) {
  .intro__title h1 {
    font-size: 9vw;
    line-height: 6vh; } }

@media (max-width: 440px) {
  .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 {
    padding-left: 0;
    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--cabinet .header__left {
    width: auto; }
  .header__left {
    width: 25%; }
    .header__left .logo img {
      height: 38px; }
    .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; }
  .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(45deg); }
  .rate {
    margin-right: 0; }
  .checkout__refresh {
    flex-direction: column; }
  .checkout__total-price {
    font-size: 1.4rem; }
  .footer__line .text {
    margin-bottom: 1rem; }
  .checkout__heading .checkout__step {
    margin-bottom: 0px;
    line-height: unset;
    width: 100%;
    text-align: center; }
  .cabinet__form-actions {
    flex-flow: row; }
    .cabinet__form-actions .btn--cancel {
      margin-right: 10px; }
  .cabinet__form--payment .btn--cancel,
  .cabinet__form--payment .btn--ok,
  .cabinet__form-actions .btn--cancel,
  .cabinet__form-actions .btn--ok {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media (max-width: 453px) {
  .built__content a {
    line-height: 2vh; }
  .built__block .built__content:last-child {
    flex: 0 0 80%;
    max-width: 80%; } }


@media (max-width: 395px) {
  .intro__bottom {
    line-height: 4vh; }
  .dashboard__wrapper.settings .dashboard__title-wrapper .dashboard__title {
    line-height: 5vh; } }

@media (max-width: 768px) {
  .dashboard__block--sm.w32 {
    flex: 0 0 100% !important; } }

@media (max-width: 560px) {
  .table--info {
    width: 100%; } }

@media (max-width: 745px) {
  .checkout__heading .checkout__step {
    line-height: unset;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    width: 30%;
    text-align: center; } }

@media (max-width: 630px) {
  .checkout__item .border--bottom {
    flex: 0 0 100%;
    max-width: 100%; }
  .table--info {
    width: 100%; } }

@media (max-width: 440px) {
  .checkout__heading .checkout__step {
    width: 100%; } }

@media (max-width: 567px) {
  .purchase__form.no-acc .purchase__block {
    flex-flow: column; }
    .purchase__form.no-acc .purchase__block .purchase__item:last-child {
      border-left: unset;
      padding-left: 0px;
      width: 100%;
      margin-top: 1rem; } }

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%; } }



    @media (max-width: 1400px) {
      .user__menu {
        top: calc(100% + 7px);
      }
      .intro {
        padding: 0 0 90px;
        margin-top: 90px;
      }
      .header__wrapper {
        padding: 0 32px;
        height: 90px;
      }
      .header__actions {
        right: 32px;
      }
      .nav__link {
        margin-right: 3rem;
      }
      .logo {
        left: 32px;
      }
      .logo img {
        width: 110px;
      }
      .intro__bottom {
        right: 32px;
      }
      .footer__wrapper-block {
        flex-wrap: wrap;
      }
      .footer__block,
      .footer__block:nth-child(3),
      .footer__block:first-child {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 24px;
        justify-content: center;
        width: 100% !important;
      }
      .footer__item a {
        margin-right: 0;
      }
      .footer:before {
        display: none;
      }
      .footer__container .left,
      .footer__container .right {
        flex: 0 0 100%;
        max-width: 100%;
      }
      .footer__container {
        flex-wrap: wrap;
      }
      .footer__item {
        width: 100%;
        text-align: center;
      }
      .footer__item .images {
        justify-content: center;
      }
      .footer__item .images img {
        margin: 0 10px;
      }
      .partners .items__wrapper .item {
        min-width: 180px;
        text-align: center;
      }
      .partners .items__wrapper {
        overflow: auto;
        white-space: nowrap;
      }
      .partners .items__wrapper::-webkit-scrollbar {
        display:none;
      }
      .partners .items__wrapper::-webkit-scrollbar-track {
        display:none;
      }
      .partners .items__wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }
      .selling__text-container {
        width: 100%;
        max-width: 748px;
      }
      .account__form-container {
        width: 100%;
      }
      .selling__wrapper {
        padding: 0;
      }
      .selling__block {
        flex-direction: column;
      }
      .account__form {
        padding: 24px;
        flex-direction: column;
        margin: 0 auto;
      }
      .account__form .input {
        width: 100%;
        margin: 0;
      }
      .account__form .btn {
        margin-top: 16px;
      }
      .partners {
        z-index: 2;
        background: transparent;
      }
      .container {
        padding: 0 32px;
      }
      .selling .main__text {
        text-align: center;
        margin-bottom: 16px;
      }
      .selling .main__title {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 24px;
      }
      .built__block .built__content {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%; 
        padding: 0 32px;
      }
      .built__wrapper {
        flex-direction: column;
      }
      .built__block .built__content,
      .built__block .built__content:last-child {
        flex: 0 0 100%;
        max-width: 100%;
      }
      .built__block .built__content img {
        margin-top: 0;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
      }
      .built__block:nth-child(2) .built__content a + .built__content,
      .built__block .built__content, .built__block .built__content:last-child {
        padding: 0;
        text-align: center;
        align-items: center;
      }
      .built__block,
      .built__block:nth-child(2) {
        flex-direction: column-reverse;
        max-width: 748px;
        margin: 0 auto;
        padding: 120px 24px 32px;
      }

      .built__block:nth-child(2) {
        border: 0;
        margin-top: 24px;
      }
      .built__wrapper {
        margin-top: 16px;
      }
      .built .main__title {
        font-size: 48px;
        line-height: 56px;
      }
      .dashboard__rates-chart {
        height: 40vh;
      }
      .chart__head .title {
        font-size: 48px;
        line-height: 56px;
      }
      .chart__head {
        flex-direction: column;
        align-items: flex-start;
      }
      .converter__chart-wrapper {
        padding: 0;
      }
      .chart__head .title__price {
        font-size: 36px;
        line-height: 44px;
      }
      .chart__head .title__price + .text {
        font-size: 18px;
        line-height: 33px;
      }
      .chart__head .text {
        display: block;
        margin-bottom: 36px;
      }
      .chart__head {
        margin-bottom: 32px;
      }
      .converter--main .converter__bg .main__title {
        font-size: 48px;
        line-height: 56px;
        z-index: 2;
        left: -180px;
        bottom: 150px;
      }
      .converter--main {
        margin-right: -70px;
      }
      .converter--main .container {
        padding: 0 100px;
      }
      .converter__form {
        align-items: center;
        flex-direction: column;
      }
      .converter--main .converter__form .equally {
        margin: 18px 1rem 10px;
      }
      .advantages__item-title,
      .advantages__item-text {
        text-align: center;
      }
      .advantages .main__title {
        font-size: 48px;
        line-height: 56px;
      }
      .intro__bottom {
        position: static;
        text-align: center;
      }
      .intro .line1,
      .intro .line2,
      .intro .line3,
      .intro .line4,
      .intro .line5,
      .intro .line6 {
        display: none;
      }
      .logo a {
        font-size: 0;
      }
      .menu .header__actions {
        position: static;
        transform: none;
      }
      .advantages__item {
        align-items: center;
      }
      .advantages .main__title {
        text-align: center;
      }
      .partners .slick-slide {
        margin: 0;
      }
      .login__block {
        padding: 50px;
      }
      .login__block:last-child {
        padding: 24px;
      }
      .login__page {
        padding: 100px 24px;
      }
      .login__page .logo {
        left: 50px;
        z-index:2;
      }
      .cabinet__user {
        width: 200px;
      }
      .cabinet__user .name {
        max-width: 100px;
      }
      .user__menu {
        min-width: 200px;
      }
      .cabinet__converter .converter__form-block {
        width: 100%;
      }
      .dashboard__title-container {
        flex-direction: column;
        align-items: flex-start;
      }
      .rates .dashboard__title-wrapper {
        margin-left: 0;
      }
      .profile__wrapper.pass-change {
        width: 100%;
        max-width: 400px;
      }
      .pass-must {
        margin-bottom: 50px;
        width: 100%;
      }
      body.cabinet .page {
        padding-top: 90px; }

        .intro-wrapper {
          padding: 0;
        }
    }
    @media (max-height: 840px) {
      .intro .line2 {
        display: none;
      }
    }
    
  .cookie__actions .btn--pink {
    background: #000 !important;
  }
    
.intro__bottom a:hover,
.built__content a:hover {
	color: #fff!important;
}
.converter__form .select select option {
	background: #fff;
	cursor: pointer;
}
.breadcrumbs a {
	color: #8C8C98;
}
.breadcrumbs .arrow {
	margin: 0px 7px 0px 0px!important;
}
.js-order-without-account-form .purchase__block {
	background: #fff;
	border-radius: 0px;
	border: 1px solid #000;
}
.js-order-without-account-form .card__change {
	color: #000!important;
}
.js-order-without-account-form .card__change img {
	display: none;
}
.js-order-without-account-form .purchase__item:last-child {
	border-left: 1px dashed #000;
}
.header__wrapper .btn {
	color: #fff!important;
}
.header__action .btn--o-pink:hover {
	background: #000!important;
}
/*.header__wrapper .btn {
	width: auto !important;
  min-width: 202px;
}*/
.error__title { color: #000; }
.error__text { color: #000; }
.error__number { color: #000; }
@media screen and (max-width: 1790px) {
	.error__page .header__wrapper {
	   justify-content: center;
	}
	.error__page .header__wrapper .logo {
	   position: unset;
	}
}
@media screen and (max-width: 1920px) and (max-height: 858px) {
	.footer {
        padding-top: 10rem;
	}
  
}
@media screen and (max-width: 1919px) {
  .partners {
    min-height: 15vh;
  }
  .selling {
  }
}
@media screen and (max-width: 992px) {
  .login__form .btn {
    display: table;
    margin: 16px auto;
  }
  
  .login__form-action a {
    margin-left: 0;
  }
  .login__form-action.last {
    max-width: 100%;
    width: 100%;
  }
  .login__block {
    padding: 24px;
  }
  .dashboard__block.rates .dashboard__rates {
    flex-wrap: wrap;
  }
  .dashboard__wrapper {
    margin: 0;
  }
  .rates_item {
    margin-bottom: 0;
  }
  .dashboard__block.rates .dashboard__rates .rates_item {
    width: calc(50% - 11px);
  }
  .dashboard__rates-chart {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumbs {
    position: static;
  }
  .page__header-wrapper {
    padding: 0;
  }
  .container {
    padding: 0 16px;
  }
  .accordion__title {
    padding: 18px 18px 18px 72px;
  }
  .accordion__content {
    padding: 0 16px;
  }
  .profile__2fa-text  {
    margin: 0 auto 27px;
  }
  .dashboard__wrapper.settings .profile .wrapper {
    text-align: center;
  }
  .profile__2fa-wrapper {
    justify-content: center;
  }
  .checkout__heading {
    flex-direction: column;
    padding: 20px;
  }
  .checkout__heading .checkout__step {
    width: 100%;
  }
  .checkout__item .cabinet__form-actions .btn {
    margin-top: 16px;
    font-size: 16px;
    padding: 0 !important;
  }
  .checkout__item .payment__method .method {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout__item .payment__method .method {
    padding: 0;
  }
  .checkout__item .payment__method .method + .method {
    margin-top: 16px;
  }
  .cabinet__form .form__group {
    width: 100%;
  }
  .form__inline {
    flex-direction: column;
  }
  .intro__bottom:before {
    display: none;
  }
  .remodal-wrapper .converter {
    padding: 0;
  }
  .form__inline .form__group {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .dashboard__block.rates .dashboard__rates .rates_item {
    width: 100%;
  }
}
.js-verification-subquestions .dashboard__title,
.js-verification-subquestions label {
	color: #000;
}
.selling__text-container.center {
	text-align: center;
}
.selling__text-container.center .why__text {
	max-width: 620px;
    margin: 0 auto;
}
.selling__text-container.center .why__text ul li:first-child {
	margin-right: 100px;
}
@media (max-width: 992px) {
	.selling__text-container.center .why__text ul li:first-child {
        margin-right: unset;
    }
}
@media (max-width: 1645px) {
	.main-page .nav__link {
	   margin-right: 3rem; 
	}
}
@media (max-width: 1155px) {
	.main-page .header__wrapper .btn {
	   min-width: 145px;
	}
}
@media (max-width: 1091px) {
	.main-page .nav__link {
	   margin-right: 2rem;
	   font-size: 18px;
	}
}
.login__actions .btn {
	margin-bottom: 36px;
}
.alert--green {
    background-color: #C3A3F4!important;
}
.remodal__title img {
	display: none;
}
.footer__wrapper-block {
	justify-content: space-between;
}
.faqItem {
	margin-bottom: 20px;
}
.faqItem .title {
	display: block;
    color: #561D4F;
    transition: color .1s linear;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
.faqItem .text {
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    padding-right: 40px;
    color: #1A1832;
    margin: -8px 0 28px;
}
/*new v2*/
body,
.header {
	background: #161517 !important;
}
h1, h2 {
	font-family: 'Dela Gothic One', cursive;
	font-weight: 400 !important;
	font-size: 98px !important;
	text-align: center !important;
	line-height: 117px !important;
	color: #fff;
}
h2 {
	font-size: 62px !important;
}
.header__wrapper {
	max-width: 1366px;
	height: unset;
	padding: 0;
}
.header__left,
.header__center,
.header__right {
	display: flex;
	justify-content: center;
	width: 30%;
	position: relative;
	padding: 50px 0;
}
.header.not--main .header__left,
.header.not--main .header__center,
.header.not--main .header__right {
    padding: 25px 0;
}
.header__right {
	justify-content: right;
	align-items: center;
}
.header__right a {
	margin-right: 15px;
}
.header__right a:first-child {
	margin-right: 40px;
}
.header__right a:last-child {
	margin-right: 0px;
}
.logo {
	transform: unset;
	position: unset;
}
.logo img {
    margin: 0;
    width: 101px;
    height: 103px;
}
.header.not--main .logo img {
	width: 178px;
	height: 62px;
}
.intro {
	margin-top: 170px;
}
.intro-wrapper {
	background: url(/fonts/1.png);
    background-color: #161517;
    padding-bottom: 620px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 70%;
}
.intro__block .btn--wrapper {
	text-align: center;
    margin-top: 78px;
}
.btn {
	border-radius: 8px;
	background: rgb(175,73,238);
    background: -moz-linear-gradient(270deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    background: -webkit-linear-gradient(270deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    background: linear-gradient(270deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af49ee",endColorstr="#8339fa",GradientType=1);
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    padding: 22px 0;
    width: 311px;
    height: unset;
    text-align: center;
    margin-bottom: 0;
}
.btn.white {
	background: transparent;
	border: 2px solid #fff;
}
.btn.small {
	padding: 5px 18px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.header__right .soc-icon {
	border-radius: 50px;
	display: block;
	width: 24px;
	height: 24px;
}
.buy-safer {
	padding-bottom: 255px;
	margin-top: -150px;
    position: relative;
}
.buy-safer .text {
	font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    margin-top: 34px;
    padding: 0px 280px;
}
.advantages {
	position: unset;
    margin-top: 0px;
    background-image: unset;
    height: unset;
}
.advantages .container {
    padding: 255px 0px 100px 0px;
}
.advantages .row--wrapper {
	display: flex;
    width: 100%;
    justify-content: center;
}
.advantages .col {
    display: flex;
    width: 690px;
    flex-flow: column;
    padding: 0px 20px;
}
.advantages .block {
	border-radius: 28px;
    background: #222527;
    padding: 40px 60px;
    margin-bottom: 56px;
    color: #fff;
    min-height: 552px;
}
.advantages .block .top {
	font-weight: 400;
    font-size: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}
.advantages .block .top i {
	font-family: 'Dela Gothic One', cursive;
	font-weight: 400;
	font-size: 146px;
	margin-right: 44px;
}
.advantages .block .bottom {
	font-weight: 400;
	font-size: 32px;
	line-height: 44px;
}
.advantages h2 {
	margin-bottom: 100px;
}
.selling-container {
	background: rgb(175,73,238);
    background: -moz-linear-gradient(259deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    background: -webkit-linear-gradient(259deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    background: linear-gradient(259deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af49ee",endColorstr="#8339fa",GradientType=1);
    padding: 115px 0 100px 115px;
}
.selling-container .block {
	display: flex;
    width: 725px;
    flex-flow: column;
    padding: 0px 20px;
}
/*.selling-container .block:last-child {
	width: 624px;
}*/
.selling-container h2 {
	/*text-align: left !important;*/
	font-size: 98px !important;
	margin-bottom: 68px;
}
.selling-container ul {
	display: flex;
    width: 100%;
    justify-content: space-around;
    gap: 70px;
}
.selling-container ul li {
	text-align: left;
    min-width: 330px;
    font-weight: 100;
    font-size: 24px;
    color: #fff;
    margin-bottom: 39px;
    position: relative;
}
.selling-container ul li:before {
	content: '';
	background: url('/images/6-Check.svg') no-repeat;
	width: 20px;
	height: 18px;
    position: absolute;
    top: 15px;
    left: -30px;
    transform: translateY(-50%);
}
.selling-container .frm-wrapper {
	border-radius: 28px;
	background: #222527;
	width: 100%;
}
.selling-container .frm-wrapper .top {
	border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background: #161517;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.selling-container .frm-wrapper .top .dot {
	width: 23px;
	height: 23px;
	border-radius: 50px;
	background: #414446;
	margin-right: 24px;
}
.selling-container .frm-wrapper .top .dot:last-child {
	background: rgb(175,73,238);
    background: -moz-linear-gradient(90deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    background: -webkit-linear-gradient(90deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    background: linear-gradient(90deg, rgba(175,73,238,1) 0%, rgba(131,57,250,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af49ee",endColorstr="#8339fa",GradientType=1);
}
.account__form {
	text-align: center;
	padding: 52px 62px 75px;
}
.account__form input {
	background: #161517;
	border-radius: 20px;
	padding: 17px 43px;
	margin-bottom: 39px;
	font-size: 24px;
	color: rgb(140,140,152);
}
.account__form input::placeholder {
	font-size: 24px;
}
.faq--block {
	padding: 214px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    background: url('/fonts/2.png') no-repeat;
}
.faq--block .block {
	width: 475px;
	margin-left: 500px;
}
.faq--block .title {
	font-family: 'Dela Gothic One', cursive;
	font-weight: 400;
	font-size: 98px;
	margin-bottom: 30px;
}
.faq--block .text {
	font-weight: 100;
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 30px;
}
.general--info {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 142px 0;
	gap: 50px;
}
.general--info .block {
	width: 690px;
	text-align: center;
	background: #222527;
	border-radius: 28px;
	padding: 0px 20px;
}
.general--info .block .title {
    font-family: 'Dela Gothic One', cursive;
    font-weight: 400;
    font-size: 32px;
    line-height: 68px;
    color: #fff;
    margin-top: 104px;
    margin-bottom: 60px;   	
}
.general--info .block .mail {
	margin-bottom: 144px;
}
.general--info .block a {
	font-family: 'Dela Gothic One', cursive;
	font-weight: 400;
	font-size: 46px;
	color: #222527;
	-webkit-text-stroke: 2px #5b6266;
}
.footer {
	background: #161517 !important;
	padding: 46px 0 0;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
.footer__wrapper .links {
	display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.footer__wrapper .links a {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.footer__wrapper .text {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 60px 0;
	color: #4C5155;
	line-height: 24px;
}
.footer .bottom {
	background: #040606;
	padding: 40px 244px;
	display: flex;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
    font-size: 14px;
}
.footer .bottom .block {
	display: flex;
	align-items: center;
}
.footer .bottom img {
	margin-right: 37px;
	width: 50px;
}
.login__page {
	position: relative;
    min-height: 100vh;
    padding: 60px 100px 100px 100px;
}
.login__page .top {
	display: flex;
	justify-content: left;
	width: 100%;
}
.login__page-wrapper {
	justify-content: center;
	color: #fff;
}
.login___title {
	font-family: 'Dela Gothic One', cursive;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    margin-bottom: 38px;
}
.login__form .input {
	background: #111111;
	border-radius: 11px;
	margin-bottom: 14px;
	border: 1px solid #222527;
	color: rgba(255, 255, 255, 0.38);
}
.checkbox__label:before {
	background: #111111;
	border: 1px solid #222527;
}
.checkbox__label:after {
	background-color: #111111;
    border: 1px solid #222527;
}
.checkbox__label {
	color: rgba(255, 255, 255, 0.38);
	font-weight: bold;
	font-size: 18px;
}
.checkbox__label a,
a {
	font-size: 18px;
	font-weight: bold;
	color: #AF49EF;
}
.login__form-action.last {
	color: rgba(255, 255, 255, 0.38);
}
.form__group.login__actions {
	justify-content: center;
    align-items: center;
}
.login__form-action.forgot {
    margin-bottom: 20px;
}
.page.not--main {
	background: #F1F0F0;
}
.page.not--main .page__content {
	padding-top: 185px;
    padding-bottom: 120px;
}
.page__title h1 {
/* 	font-size: 32px !important; */
    font-size: 54px !important;
}
.faqItem {
	margin-bottom: 32px;
}
.faqItem .title {
	color: #161517;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
}
.faqItem .text {
	font-size: 18px;
}
.page__text.common h2 {
	text-align: left !important;
	color: #161517;
}
.error__number,
.error__text,
.error__title {
	color: #fff;
}
.error__page {
	padding: 70px;
}
.error__page h2 {
	font-size: 32px !important;
	text-align: left !important;
}
.authorized .header__left {
	justify-content: space-between;
    width: 100%;
    padding-right: 230px !important;
}
.nav__link {
	font-weight: bold;
	font-size: 20px;
	line-height: unset;
}
.nav__link.active::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -25px;
    background: linear-gradient(to right ,#7C16FF, #D32F95);
    opacity: 1;
    border-radius: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.cabinet__user .verify {
    background: #68D140;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    line-height: unset;
    padding: unset;
    position: absolute;
    top: 0;
    left: -3px;
}
body.cabinet .header .header__action:last-of-type {
	position: relative;
    transform: unset;
    right: 0px;
}
body.cabinet .page .page__wrapper::before {
	background: #F1F0F0;
}
body.cabinet .container {
	padding-top: 100px;
	width: 1366px;
}
.user__menu {
	background: #fff;
    top: 55px;
}
.user__menu .user__link {
	color: #161517;
	font-family: inherit;
}
.cabinet__header-item .user__menu .user__link:hover {
    background: rgba(255, 255, 255, 0.03);
    text-decoration: underline;
    color: #161517;
}
.cabinet__user:after {
	right: 0;
}
.dashboard--full__wrapper {
	display: flex;
	width: 100%;
}
.dashboard--full__wrapper.center {
	justify-content: center;
}
.column {
	display: flex;
	flex-flow: column;
}
.in-row {
	display: flex;
}
.dashboard--full__wrapper .block {
	padding: 0px 20px;
	width: 100%;
	margin-bottom: 20px;
}
.dashboard--full__wrapper .block.half {
	width: 468px;
}
.dashboard__overview {
    border-radius: 12px;
    padding: 44px 34px;
    background: #fff;
}
.gradient {
	background: linear-gradient(to right, #8339FA, #AF49EE) !important;
}
.balance .cabinet__title {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-bottom: 22px;
}
.balance_sum_eur.total {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-bottom: 22px;
}
.overview__coins .name {
	color: rgba(255, 255, 255, .6) !important;
	font-size: 16px;
	font-weight: normal;
}
.overview__coins .amount span {
	display: flex;
	font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.cabinet__converter .main__title,
.main__title,
.dashboard__title {
	font-weight: bold;
	font-size: 32px;
	color: #161517;
	margin-bottom: 22px;
}
#convertFiat2Crypto {
	padding-right: 0;
}
.cabinet__converter .converter__form {
	flex-flow: column;
    justify-content: flex-start !important;
    align-items: flex-start;
}
.cabinet__converter .converter__form-block {
    width: 100%;
    padding: unset;
}
.cabinet__converter .converter__form-block label {
	color: #161517;
	font-size: 18px;
	font-weight: bold;
}
div.equally {
	display: block;
    width: 100%;
    margin: 35px 0;
    position: relative;
    background: #DFDEDE;
    height: 4px;
}
div.equally span {
	background: #fff;
    border: 4px solid #DFDEDE;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    color: #161517;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: 0;
}
.cabinet__converter .converter__text {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #A2A2A2;
}
.dashboard__block.rates .dashboard__overview {
    width: 100%;
} 
.common--tbl .tdid {
	font-size: 18px;
    font-weight: 100;
    color: #A2A2A2;
    line-height: 25px;
}
.common--tbl .activity-date {
	font-size: 18px;
    font-weight: 100;
    color: #A2A2A2;
    line-height: 25px;
}
.common--tbl .operation {
	font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}
.common--tbl .activity-amount-top {
    font-size: 18px;
    font-weight: 100;
    color: #A2A2A2;
    margin-top: 25px;
    line-height: 25px;
    text-align: right;
}
.common--tbl .activity-amount {
    font-size: 18px;
    font-weight: bold;
    color: #A2A2A2;
    line-height: 25px;
    text-align: right;
}
.common--tbl .activity-amount.sent {
	color: #F83F6A;
}
.common--tbl .activity-amount.received,
.common--tbl .activity-amount-top.received {
	text-transform: capitalize;
	color: #68D140;
}
.title-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 102px;
}
.dashboard__wrapper.settings .dashboard__overview {
	background: transparent;
}
.common--tbl .activity-amount.black {
	color: #161517;
}
.checkout__wrapper {
	flex-flow: row-reverse;
}
.checkout__item.full-bordered-radius {
	background: transparent;
	padding: 0;
}
.checkout--block {
	border-radius: 12px;
	background: #fff;
	padding: 32px;
	margin-bottom: 16px;
	width: 347px;
}
.checkout__item.full-bordered-radius .dashboard__title-wrapper {
	justify-content: center;
	margin-bottom: 20px;
}
.checkout--block.gradient .dashboard__title {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.checkout__item .checkout__card {
	width: 100%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.checkout__card .card__price {
	font-weight: bold;
    font-size: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 15px;
}
.checkout__card .card__price input {
	font-weight: bold;
    font-size: 32px;
    color: #fff;
    width: 140px;
    background: transparent;
    padding: 0;
    border: none;
    margin-left: 10px;
}
.checkout__card .card__label {
	font-weight: 100;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 23px;
}
.card__change.js-toggle-amount {
	display: block;
    border: 2px solid #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 3px 13px;
    max-width: 175px;
}
.checkout__item .checkout__table .table--checkout td:first-child {
	font-weight: normal;
	font-size: 18px;
	color: #A2A2A2;
}
.checkout__item .checkout__table .table--checkout td:last-child {
	font-weight: bold;
    font-size: 18px;
	color: #161517;
	text-align: right;
}
.checkout__refresh {
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.checkout__refresh div:last-child {
	font-weight: normal;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    width: 210px;
}
.checkout__block:last-child {
    width: 365px;
}
.dashboard__title.small,
.checkout__total.small{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
}
.checkout__item .payment__method .method {
	width: 210px;
    flex: 0 0 210px;
}
.payment__method input:checked + .method__label {
	font-family: inherit;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	background: linear-gradient(to right, #8339FA, #AF49EE) !important;
	border: unset;
}
.payment__method .method__label img {
	display: none;
}
.payment__method .method__label {
	height: 62px;
	font-family: inherit;
    color: #A2A2A2;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #000;
}
.payment__method:after {
    content: '';
    width: 40%;
}
.payment__method {
	padding-bottom: 26px;
	border-bottom: 1px solid #DFDEDE;
	margin-bottom: 32px;
}
.checkout__item .checkout__total {
	display: block;
}
.checkout__total-price-wrapper {
    display: flex;
    padding-bottom: 57px;
}
.checkout__item .checkout__total-price {
	font-weight: bold;
    font-family: inherit;
    font-size: 32px;
    color: #000;
    text-align: left;
    width: 50%;
}
.rates {
	flex-flow: column;
	width: 50%;
}
.rates .checkout__rates:first-child {
	margin-bottom: 16px;
}
.checkout__rates .rate {
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.rate .name {
	font-weight: normal;
	font-size: 18px;
	color: #A2A2A2;
}
.rate .type {
	font-weight: bold;
    font-size: 18px;
    color: #161517;
}
.btn.btn--cancel {
	background: transparent;
	border: 2px solid #000 !important;
	color: #161517;
	height: 72px;
}
#verification_subquestions {
	display: none;
}
.payment___actions {
	position: absolute;
	right: 0;
	bottom: -100px;
}
.payment___actions button {
	margin-left: 15px;
}
.checkout__item .payment__text {
	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
	color: #000;
}
.checkout__block .checkbox__label {
	font-weight: normal;
	color: #000;
}
.checkout__item .input, 
.checkout__item select {
	border-radius: 12px;
	background: #DFDEDE;
	height: 52px;
} 
.profile__form .label {
	font-family: inherit;
	font-weight: normal;
	font-size: 18px;
	color: #6E6E6F;
}
.form__inline .form__group.full {
	width: 100%;
}
.checkout__item .checkbox__label:before {
	background: #fff;
}
.profile__form .wrapper {
	width: 100%;
	display: flex;
	gap: 60px;
}
.mb-0 {
	margin-bottom: 0px;
}
.dashboard__wrapper.settings .block {
	padding: 0px 20px;
    width: 510px;
}
.dashboard__wrapper.settings .block.white {
	padding: 20px;
	width: 468px;
	background: #fff;
	border-radius: 14px;
	height: max-content;
}
.cabinet.user-settings .profile__title,
.cabinet.user-settings .dashboard__title {
	font-family: 'Dela Gothic One', cursive;
	font-size: 32px;
	white-space: nowrap;
}
.cabinet.user-settings .profile__title {
	margin-bottom: 32px;
}
.dashboard__wrapper.settings .profile .profile__email {
	flex-flow: column;
}
.profile__email .verify {
	margin-top: 20px;
}
.dashboard__wrapper.settings .profile__email .email {
	background: #DFDEDE;
    border-radius: 12px;
    height: 52px;
    padding-left: 15px;
    line-height: 52px;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 30px;
}
.dashboard__wrapper.settings .profile__email .verify {
    margin-bottom: 40px;
}
.dashboard__wrapper.settings .profile__email .verify.verified {
	border: none;
    background: #1FAF5E;
    border-radius: 12px;
    width: max-content;
    padding: 15px 50px;
    color: #ffff;
    font-weight: bold;
    font-size: 16px;
    font-family: inherit;
}
.remodal--corporate-verification {
	background: #fff;
    padding: 40px;
}
.mt-60 {
	margin-top: 60px;
}
.dashboard__wrapper.settings .profile .profile__2fa-item:before {
	content: none;
}
.dashboard__wrapper.settings .profile .profile__2fa-item {
	border-radius: 8px;
    border: 2px solid #161517;
    font-family: inherit;
    font-size: 28px;
    font-weight: bold;
    margin-right: 0;
    width: 100%;
    height: unset;
    padding: 10px 20px;
}
.wrapper.change-pass-wrapper {
	display: block;
	width: 100%;
}
.profile__wrapper.pass-change {
	width: 100%;
}
.dashboard__block.full {
	width: 100%;
}
.dashboard__wrapper.settings .dashboard__overview.activity-log {
	width: 100%;
	padding: 20px;
	background: #fff;
	border: none;
}
.dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-nav a {
	font-family: inherit;
	font-size: 32px;
	font-weight: bold;
}
.dashboard__wrapper.settings .dashboard__overview.activity-log .dashboard__tabs-item .table--orders th {
	color: #000;
	font-family: inherit;
	font-size: 18px;
}
.dashboard__wrapper.settings .profile .profile__email .verify.verified:after {
	display: none;
}
.dashboard__wrapper.settings .btn--o-green {
	width: auto;
	border-radius: 12px !important;
}
.dashboard__wrapper.settings .profile .profile__header-block .link {
	color: #000 !important;
    font-family: inherit !important;
    font-size: 18px;
    font-family: normal;
    text-decoration: none !important;
    border: 2px solid #000 !important;
    border-radius: 8px !important;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    position: unset;
    margin-top: 16px;
}
.advantages .mob {
	display: none;
}
@media screen and (max-width: 1550px) {
	.authorized .header__left {
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 1450px) {
	.dashboard--full__wrapper.ddd .block.half {
	   width: 100%;
	}
}
@media screen and (max-width: 1400px) {
	.intro-wrapper {
        padding-bottom: 380px;
        background-position: bottom;
        background-size: 100%;
    }
}
@media screen and (max-width: 1366px) {
	.header__wrapper {
        padding: 0px 30px;
    }
}
@media screen and (max-width: 1300px) {
	.dashboard--full__wrapper {
       flex-flow: column;
    }
    .dashboard--full__wrapper .block.half,
    .dashboard--full__wrapper .block {
       width: 100%;
    }
    .in-row {
       flex-flow: column;
    }
    body.cabinet .container {
       width: 100%;
    }
}
@media screen and (max-width: 1260px) {
	.selling-container {
	   padding: 40px;
	}
	.selling__wrapper {
	   flex-flow: column;
	}
	.selling-container .block {
	   width: 100%;
	   justify-content: center;
	   align-items: center;
	}
	.selling-container h2 {
	   text-align: center!important;
	}
	.selling__text-container {
	   margin-bottom: 20px;
    }
    .faq--block {
        background: none;
        padding: 60px 40px;
        text-align: center;
    }
    .faq--block .block {
        width: 100%;
        margin-left: 0px;
    }
    .general--info {
        padding: 60px 40px;
        flex-flow: column;
    }
    .general--info .block {
        width: 100%;
    }
}
@media screen and (max-width: 1166px) {
	.payment__method {
        justify-content: start;
        gap: 21px;
	}
	.dashboard__wrapper.settings .profile .wrapper {
	   flex-flow: column;
	}
	.dashboard__wrapper.settings .block {
	   width: 100% !important;
       padding: 0px;
	}
}
@media screen and (max-width: 1074px) {
	.payment___actions {
	   position: unset;
	   display: flex;
	}
}
@media screen and (max-width: 1025px) {
	.checkout__wrapper {
	   flex-flow: column;
	   gap: 15px;
	}
	.checkout__block,
	.checkout__block:last-child,
	.checkout--block {
	   width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.buy-safer {
        padding-bottom: 100px;
	}
	.footer .bottom {
	   padding: 40px;
	}
	.advantages .desk {
	   display: none;
	}
	.advantages .mob {
	   display: block;
	   width: 100%;
	}
	.advantages .col {
	   width: 100%;
	}
	.advantages .block {
	   min-height: unset;
	}
}
@media screen and (max-width: 991px) {
	.authorized .header__left {
        justify-content: space-between;
    }
    .menu.opened .btn {
        width: 100%;
    }
}
@media screen and (max-width: 978px) {
	.buy-safer {
	   padding-bottom: 50px;
	}
	.buy-safer .text {
	   padding: 40px;
	}
	.login__page .top {
	   padding-top: 10px;
	}
}
@media screen and (max-width: 830px) {
	.selling-container ul {
	   flex-flow: column;
       gap: inherit;
	}
}
@media screen and (max-width: 790px) {
	h1, h2, .selling-container h2, .faq--block .title {
	   font-size: 62px !important;
	   line-height: 76px !important;
	}
	.footer__wrapper .links {
	   flex-flow: column;
	}
	.footer__wrapper .links a {
	   margin-bottom: 10px;
	}
	.header__left { display: none; }
	.page.not--main .header__left { display: flex; }
	.header__center { justify-content: left; }
	.authorized .header__left { display: flex; }
	.header__left.authorized { display: flex; }
}
@media screen and (max-width: 696px) {
	.general--info .block .title {
        margin-top: 35px;
        margin-bottom: 15px;
	}
	.general--info .block .mail {
	    margin-bottom: 40px;
	}
	.general--info .block a {
	   word-break: break-all;
	   font-size: 2rem;
	}
}
@media screen and (max-width: 590px) {
	.intro-wrapper {
        padding-bottom: 245px;
        margin-bottom: 65px;
    }
    .selling-container .block:last-child {
        width: 100%;
    }
    .selling-container ul {
        flex-flow: column;
    }
    .header__right .btn {
        display: none;
    }
    .page.not--main .header__right .btn { 
        display: block;
        padding: 10px 20px; 
    }
    .header.not--main .logo img {
        width: 100px;
    }
}
@media screen and (max-width: 570px) {
	.page.not--main .page__content {
        padding-top: 130px;
        padding-bottom: 120px;
    }
    .page__title h1 {
        line-height: 44px !important;
    }
}
@media screen and (max-width: 470px) {
	.advantages .block .top i {
	   font-size: 62px;
	}
	.advantages .block .top {
	   font-size: 28px;
       margin-bottom: 30px;
	}
	.advantages .block .bottom {
        font-size: 22px;
        line-height: 32px;
    }
    .account__form {
        padding: 25px;
    }
    .general--info .block .title {
        line-height: 45px;
    }
    .payment___actions {
        flex-flow: column;
        gap: 15px;
    }
    .payment___actions button {
        margin-left: 0px;
    }
    .payment___actions .btn {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
	h1, h2, .selling-container h2, .faq--block .title {
        font-size: 52px !important;
        line-height: 66px !important;
    }
    .btn {
        width: 100%;
    }
    .advantages .block {
        padding: 20px;
    }
    .advantages .block .top {
        font-size: 22px;
    }
    .advantages .block .top i {
        margin-right: 15px;
    }
    .intro-wrapper {
        padding-bottom: 120px;
    }
    .selling-container .block:last-child {
        padding: 0;
    }
    .selling-container ul li {
        min-width: unset;
    }
    .btn {
        padding: 20px 40px;
        width: unset;
    }
}
.rates_item .title {
	text-transform: uppercase;
}
.dashboard--full__wrapper.ddd .item {
	margin-bottom: 20px;
}
@media screen and (max-width: 867px) {
	.cookie-window-block {
	   flex-flow: column;
	}
	.cookie-window-text {
	   margin-right: 0px;
	}
	.cookie__actions .btn {
	   margin-right: 0px !important;
       width: auto;
       padding: 10px;
       font-size: 20px;
	}
	.cookie__actions .btn:first-child {
	   margin-right: 10px !important;
    }
}
@media screen and (max-width: 1700px) {
	.intro-wrapper {
	   background-size: contain;
	   padding-bottom: 510px;
    }
}
@media screen and (max-width: 1200px) {
    .intro-wrapper {
       padding-bottom: 390px;
    }
}
@media screen and (max-width: 580px) {
    .intro-wrapper {
       padding-bottom: 245px;
    }
}
@media screen and (max-width: 410px) {
    .intro-wrapper {
       padding-bottom: 145px;
    }
}
.left--right--wrapper {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DFDEDE;
    margin-bottom: 26px;
}
.left--right--wrapper .payment__method {
    border-bottom: none;
    padding-bottom: 0px;
} 
.left--right--wrapper .left--side {
    display: flex;
    flex-flow: column;
    width: 50%;
}
.left--right--wrapper .right--side {
    display: flex;
    flex-flow: column;
    width: 50%;
}
.left--right--wrapper .right--side p {
    text-align: center;
    font-weight: bold;
}
.left--right--wrapper .pay-logos {
    display: flex;
    width: 100%;
    justify-content: center;
}
.left--right--wrapper .pay-logos img {
    width: 50px;
}
table.rowed {

}
table.rowed tr {
	display: block;
}
table.rowed td {
	display: block;
    text-align: left !important;
}