/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Trial-Rothek";
  font-weight: 400;
  src: url("../../src/assets/fonts/trial-rothek-normal.otf") format("opentype"); }

@font-face {
  font-family: "Trial-Rothek";
  font-weight: 500;
  src: url("../../src/assets/fonts/trial-rothek-medium.otf") format("opentype"); }

@font-face {
  font-family: "Trial-Rothek";
  font-weight: 600;
  src: url("../../src/assets/fonts/trial-rothek-semibold.otf") format("opentype"); }

@font-face {
  font-family: "Trial-Rothek";
  font-weight: 700;
  src: url("../../src/assets/fonts/trial-rothek-bold.otf") format("opentype"); }

/* --------------- Font Choice --------------- */
.container {
  width: 100%; }

html {
  font-size: 10px; }
  html.remodal-is-locked .header {
    padding-right: 5px; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  font-family: "Trial-Rothek", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.6rem;
  color: #000; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }

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

a {
  color: #315ED2;
  text-decoration: none; }
  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; }

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.3s; }
  .mask.active {
    opacity: .8;
    visibility: visible; }

.container {
  position: relative; }

/* 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: 25px;
  width: 30px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background: none;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    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 {
  left: -25px; }

.slick-next {
  right: -25px; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.2rem 1.5rem;
  border-radius: 4.3rem;
  background-color: #1E1E27; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: .5rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: .6rem;
      width: .6rem;
      background-color: #7B7C87;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      margin: 0;
      border-radius: 50%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li.slick-active button {
      background-color: #fff; }

/* 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: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  height: auto;
  padding: 0 10px; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: block;
    max-width: 100%; }
  .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: #000; }

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

/*
 *  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; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -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%; }

.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(0, 0, 0, 0.7); }

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

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #000;
  background-color: #fff; }

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

/* 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: 500px; } }

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

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

.remodal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50%;
  padding-bottom: .3rem;
  line-height: 1; }
  .remodal__close:before, .remodal__close:after {
    content: '';
    position: absolute;
    top: 0.9rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.13rem;
    border-radius: 2px;
    background-color: #FAFAFA;
    transition: 0.3s; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }

.remodal {
  padding: 2.5rem;
  border-radius: 1rem;
  text-align: left;
  overflow: hidden;
  background: linear-gradient(to right, #14181D, #121317);
  border: 1px solid #71717C;
  color: #fff; }
  .remodal--history {
    max-width: 43rem; }
    .remodal--history .btn {
      height: 2.5rem;
      border-radius: 1rem;
      font-size: 1.4rem;
      font-weight: 500; }
  .remodal--settings {
    padding: 0;
    max-width: 62rem;
    vertical-align: top;
    margin-left: auto;
    display: block; }
  .remodal--form {
    padding: 3rem 3.5rem; }
  .remodal--upload .btn {
    height: 4.2rem;
    font-size: 1.6rem; }
  .remodal--info {
    padding: 0; }
  .remodal--factor {
    max-width: 45rem; }
  .remodal--review {
    max-width: 43rem; }
  .remodal--login .remodal__text {
    color: #fff; }
  .remodal--attention .cabinet__item-title {
    font-size: 1.7rem;
    margin-bottom: 0; }
  .remodal--attention .cabinet__item-text {
    margin-bottom: 1.5rem; }
  .remodal--attention .btn {
    padding: 0 1.6rem;
    height: 4rem; }
  .remodal--crypto {
    max-width: 67rem; }
    .remodal--crypto .cryptos__initials {
      transform: translateY(-0.2rem); }
    .remodal--crypto .cryptos__head .name {
      font-size: 1.8rem;
      font-weight: 600; }

.remodal__form {
  padding: 4rem; }
  .remodal__form .input {
    border-radius: 1.2rem;
    background-color: #111015; }
  .remodal__form .input__wrapper {
    background: none;
    padding-left: 0; }
  .remodal__form .checkbox__label {
    font-style: normal;
    line-height: 2.4rem;
    font-weight: 300;
    color: #fff;
    font-size: 1.6rem;
    max-width: 100%; }
    .remodal__form .checkbox__label:before {
      width: 1.4rem;
      height: 1.4rem;
      background-color: #111015;
      border-radius: .4rem;
      top: .8rem; }
    .remodal__form .checkbox__label:after {
      opacity: 0;
      top: 9px;
      left: 4px;
      border-color: #F77B55; }
    .remodal__form .checkbox__label a {
      font-weight: 300;
      text-decoration: underline;
      word-break: break-word; }
      .remodal__form .checkbox__label a:hover {
        text-decoration: none; }

.remodal__title {
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  letter-spacing: -0.5px;
  color: #fafafa;
  font-weight: 600; }
  .remodal__title img {
    transform: translateY(-0.2rem);
    margin-right: .8rem;
    height: 2.4rem; }

.remodal__text {
  margin-bottom: 2rem;
  color: #A1A1AA;
  font-size: 1.4rem; }

.remodal__form-text {
  margin-top: 3rem;
  text-align: right;
  color: #fff;
  font-size: 1.6rem; }
  .remodal__form-text a {
    font-weight: 600;
    color: #F77B55; }

.remodal__wrapper {
  display: flex;
  min-height: 62rem; }

.remodal__sidebar {
  background-color: #222629;
  border-right: 1px solid #A6A6A6;
  padding: 1.7rem .5rem;
  max-width: 18rem;
  width: 100%; }
  .remodal__sidebar .remodal__title {
    padding: 0 .9rem; }

.remodal__content {
  padding: 1.7rem 3.5rem; }

.sidebar__link {
  margin-bottom: 1.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  padding: .6rem .9rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  transition: all .2s ease; }
  .sidebar__link.active {
    background-color: #111015;
    color: #F77B55; }
  .sidebar__link:hover {
    background-color: #111015; }

.upload__chose {
  text-align: center;
  pointer-events: none; }
  .upload__chose .title {
    margin-bottom: .8rem;
    color: #FAFAFA; }
  .upload__chose .text {
    margin-bottom: 1.5rem;
    color: #A1A1AA; }

.remodal__factor {
  text-align: center; }

.remodal__factor-icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #C95EED33;
  margin: 0 auto 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .remodal__factor-icon img {
    height: 3.2rem; }

.remodal__factor-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff; }

.remodal__alert {
  display: flex;
  align-items: flex-start;
  color: #fff;
  border: 1px solid #C95EED4D;
  background-color: #27272A;
  border-radius: 1.2rem;
  padding: 1.7rem;
  text-align: left; }
  .remodal__alert img {
    margin-right: .8rem; }

.remodal__actions {
  margin-top: 2.4rem;
  display: flex;
  gap: 1rem; }
  .remodal__actions .btn {
    flex: 1;
    height: 4rem;
    border-radius: 1.2rem; }
    .remodal__actions .btn--secondary {
      background-color: #C95EED; }
      .remodal__actions .btn--secondary:hover {
        background-color: #ba30e8; }

.remodal__factor-qr {
  width: 9.6rem;
  height: 9.6rem;
  display: block;
  margin: 0 auto; }

.factor__form {
  text-align: left; }

.factor__form-wrapper {
  display: flex;
  align-items: center;
  gap: .8rem; }
  .factor__form-wrapper .copy__link {
    border: 1px solid #27272A;
    border-radius: 1rem;
    width: 3.6rem;
    height: 3.6rem; }
  .factor__form-wrapper .input {
    height: 4rem;
    width: auto;
    flex: 1;
    background-color: #27272A; }
  .factor__form-wrapper.center {
    margin-bottom: 1.5rem;
    justify-content: center; }
    .factor__form-wrapper.center .input {
      max-width: 24rem;
      flex: unset;
      letter-spacing: 2.5rem; }

.remodal__head {
  padding: 0 2.5rem;
  height: 7rem;
  display: flex;
  align-items: center; }
  .remodal__head .remodal__title {
    margin-bottom: 0;
    font-size: 2.6rem; }

.remodal__info-content {
  padding: 1.6rem 2.5rem; }

.remodal__info-text {
  margin-bottom: 2rem;
  padding: 1.3rem;
  border-radius: 1.2rem;
  color: #FAFAFA;
  font-size: 1.5rem; }

.remodal__info-check {
  margin-bottom: 1rem; }
  .remodal__info-check:last-child {
    margin-bottom: 0; }
  .remodal__info-check .checkbox__input:checked + .checkbox__label {
    color: #fff; }
    .remodal__info-check .checkbox__input:checked + .checkbox__label:before {
      color: #000;
      background: #EAB308; }
  .remodal__info-check .checkbox__label {
    padding-left: 3rem;
    color: #FAFAFA;
    font-size: 1.4rem; }
    .remodal__info-check .checkbox__label:before {
      top: 0;
      content: attr(aria-label);
      font-size: 1rem;
      font-weight: 500;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-right: .1rem;
      padding-top: .1rem;
      background-color: #EAB3081A;
      border: 0;
      color: #EAB308; }
    .remodal__info-check .checkbox__label:after {
      display: none; }

.remodal__info-list {
  margin-bottom: 3rem; }
  .remodal__info-list li {
    position: relative;
    padding-left: 6rem;
    color: #FAFAFA;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 1rem; }
    .remodal__info-list li:last-child {
      margin-bottom: 0; }
    .remodal__info-list li:nth-child(1)::before {
      content: "1"; }
    .remodal__info-list li:nth-child(2)::before {
      content: "2"; }
    .remodal__info-list li:nth-child(3)::before {
      content: "3"; }
    .remodal__info-list li:nth-child(4)::before {
      content: "4"; }
    .remodal__info-list li:nth-child(5)::before {
      content: "5"; }
    .remodal__info-list li:nth-child(6)::before {
      content: "6"; }
    .remodal__info-list li:nth-child(7)::before {
      content: "7"; }
    .remodal__info-list li:nth-child(8)::before {
      content: "8"; }
    .remodal__info-list li:nth-child(9)::before {
      content: "9"; }
    .remodal__info-list li:nth-child(10)::before {
      content: "10"; }
    .remodal__info-list li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 1.9rem;
      height: 1.9rem;
      padding-bottom: .1rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      background-color: #000000;
      font-size: 1rem;
      font-weight: 500; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1400px) {
    .container {
      width: 1370px;
      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: 1400px) {
    .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: 1400px) {
    .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: 1400px) {
  .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 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  position: relative;
  background-color: #09090B; }
  .error__page .btn {
    margin-bottom: 2rem;
    height: 4rem;
    max-width: 38rem;
    width: 100%;
    font-size: 13px;
    border-radius: 1.2rem; }
    .error__page .btn img {
      margin-right: 3rem; }

.error__logo {
  position: absolute;
  left: 7rem;
  top: 4.9rem; }

.error__title {
  font-size: 8.8rem;
  font-weight: 700;
  margin-bottom: 0;
  background: linear-gradient(to right, #C95EED, #C084FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.error__subtitle {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff; }

.error__text {
  color: #A1A1AA;
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 365px;
  margin: 0 auto 4rem; }

.error__nav {
  display: flex; }

.error__nav-item {
  margin-right: 3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  transition: all .2s ease; }
  .error__nav-item:hover {
    color: #F77B55; }

.error__shape {
  position: absolute; }
  .error__shape.left {
    top: 14rem;
    left: 0; }
  .error__shape.right {
    bottom: 8rem;
    right: 12rem; }

.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: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #999999;
  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: #000; }
  .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: #000; }

.header {
  padding-top: 1rem;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%; }
  .header--inside .nav__item.with-sub .nav__link:after {
    border-color: #000; }
  .header--inside .nav__link {
    color: #000; }
  .header--inside .header__link {
    color: #000; }
  .header--inside .lng__link {
    background-color: #000000; }

.header__wrapper {
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.1rem;
  padding: .8rem 0; }

.nav {
  display: flex; }

.nav__item {
  margin-right: 3rem;
  position: relative; }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible; }
  .nav__item.with-sub .nav__link {
    padding-right: 1rem;
    display: flex; }
    .nav__item.with-sub .nav__link:after {
      content: '';
      position: absolute;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #fff;
      padding: .3rem;
      right: 0;
      transform: rotateZ(45deg) translateY(-50%);
      top: 50%;
      margin-top: -.2rem; }

.nav__link {
  color: #fff;
  font-weight: 500;
  margin-right: 3.2rem;
  position: relative; }
  .nav__link:last-child {
    margin-right: 0; }

.header__block {
  display: flex;
  align-items: center;
  width: 20%; }
  .header__block.right {
    justify-content: flex-end; }
  .header__block:last-child {
    justify-content: flex-end; }

.logo {
  margin-right: 4rem; }
  .logo img {
    display: block;
    height: 3.1rem; }

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.nav__submenu {
  background-color: #000;
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  min-width: 13rem; }

.nav__submenu-link {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem; }
  .nav__submenu-link:last-child {
    margin-bottom: 0; }

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

.header__action {
  margin-right: 1.5rem;
  position: relative; }
  .header__action:last-child {
    margin-right: 0; }

.header__link {
  margin-right: 1.6rem;
  color: #fff;
  font-weight: 400;
  text-decoration: underline; }
  .header__link:hover {
    text-decoration: none; }

.lng {
  margin-right: 3rem;
  position: relative; }
  .lng:hover .lng__wrapper {
    opacity: 1;
    visibility: visible; }

.lng__link {
  height: 3.9rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 1.1rem;
  background-color: #0A18370D;
  padding: 0 3rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  position: relative; }
  .lng__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    border: 4px solid transparent;
    border-top-color: #fff;
    margin-top: .2rem; }
  .lng__link img {
    height: 2rem;
    width: 2rem;
    margin-right: .6rem;
    border-radius: 50%;
    object-fit: cover; }

.lng__wrapper {
  position: absolute;
  top: 100%;
  padding-top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  z-index: 2;
  width: 100%; }

.lng__list {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 1rem 1rem;
  width: 100%;
  border: 1px solid #F77B55;
  background-color: #222629; }
  .lng__list a {
    display: flex;
    margin-bottom: 1rem;
    color: #fff; }
    .lng__list a:last-child {
      margin-bottom: 0; }

.header__action-item {
  position: relative; }
  .header__action-item img {
    height: 1.8rem; }
  .header__action-item .event {
    position: absolute;
    top: -.5rem;
    right: -.8rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #E3507A;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center; }

.header__cabinet-nav {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #14181D, #121317); }

.header__cabinet-nav-link {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 2.5rem;
  font-size: 1.4rem;
  transition: all .2s ease; }
  .header__cabinet-nav-link:last-child {
    margin-right: 0; }
  .header__cabinet-nav-link .icon {
    margin-right: .4rem;
    height: 1.1rem;
    width: 1.1rem;
    fill: #fff; }
  .header__cabinet-nav-link:hover {
    color: #F77B55; }
    .header__cabinet-nav-link:hover .icon {
      fill: #F77B55; }
  .header__cabinet-nav-link.active {
    color: #F77B55; }
    .header__cabinet-nav-link.active .icon {
      fill: #F77B55; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label {
    background-color: #7B19BD; }
    .switcher__input:checked + .switcher__label:after {
      transform: translate(2rem, -50%); }
    .switcher__input:checked + .switcher__label .no {
      color: #333; }
    .switcher__input:checked + .switcher__label .yes {
      color: #fff; }

.switcher__label {
  width: 4rem;
  height: 2rem;
  padding: 0 1.6rem 0 1.3rem;
  border-radius: 3rem;
  background-color: #6A6A6D;
  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: 2rem;
    height: 2rem;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    color: #fff; }

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

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

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label {
    color: #000; }
    .checkbox__input:checked + .checkbox__label--not-active {
      user-select: auto;
      color: #999999; }
      .checkbox__input:checked + .checkbox__label--not-active:before {
        border-color: #bfbfbf; }
      .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:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #EA4335; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #EA4335; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-block;
  padding-left: 3rem;
  color: #000;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #71717C;
    border-radius: .7rem;
    transition: all .1s linear; }
  .checkbox__label:after {
    width: .6rem;
    height: 1rem;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #000;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 1;
    opacity: 0;
    border-radius: 2px;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    text-decoration: underline;
    color: #000;
    font-weight: 400; }
    .checkbox__label a:hover {
      text-decoration: none; }
  .checkbox__label--cart {
    font-size: 1.5rem;
    font-weight: 600; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio__wrapper {
  display: flex; }
  .radio__wrapper .radio {
    margin-right: 4rem; }
    .radio__wrapper .radio:last-child {
      margin-right: 0; }

.radio {
  display: block;
  margin-bottom: 5px;
  position: relative; }

.radio__input {
  position: absolute;
  opacity: 0; }
  .radio__input:checked + .radio__label {
    color: #000; }
    .radio__input:checked + .radio__label--disabled {
      color: #999999; }
    .radio__input:checked + .radio__label svg path {
      fill: #F77B55; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #F77B55; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #999999; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #bfbfbf; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #999999; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 4.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #888888;
  user-select: none;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .radio__label:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #999999;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    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: #EA4335; }
    .radio__label--error:before {
      border-color: #EA4335; }
  .radio__label svg path {
    fill: #92A3AD; }
  .radio__label--transfer {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 400; }
    .radio__label--transfer:before {
      display: none; }
    .radio__label--transfer:after {
      display: none; }
    .radio__label--transfer .title {
      font-size: 2.4rem;
      color: #000;
      display: block; }
    .radio__label--transfer .text {
      font-size: 1.8rem;
      line-height: 1.2;
      display: block; }

.radio__img {
  width: 4.8rem;
  height: 4.8rem;
  flex: 0 0 4.8rem;
  border-radius: .4rem;
  margin-right: 2.4rem;
  background-color: #0073FF1A;
  display: flex;
  align-items: center;
  justify-content: center; }

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

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 6.7rem;
  padding: 0 3rem;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  transition: 0.3s;
  border-radius: 1.6rem;
  /* Colors */
  /* Outline */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #999999;
    color: #fff; }
    .btn--gray:focus {
      background-color: #919191; }
    .btn--gray:hover {
      background-color: #8c8c8c; }
    .btn--gray:active {
      background-color: #878787; }
  .btn--red {
    background-color: #EA4335;
    color: #fff; }
    .btn--red:focus {
      background-color: #e93627; }
    .btn--red:hover {
      background-color: #e82e1e; }
    .btn--red:active {
      background-color: #e42718; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #FF80D2;
    color: #000; }
    .btn--pink:focus {
      background-color: #ff71cd; }
    .btn--pink:hover {
      background-color: #ff67c9; }
    .btn--pink:active {
      background-color: #ff5cc5; }
  .btn--blue {
    background-color: #315ED2;
    color: #fff; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--green {
    background-color: #00B67A;
    color: #fff; }
    .btn--green:focus {
      background-color: #00a770; }
    .btn--green:hover {
      background-color: #009d69; }
    .btn--green:active {
      background-color: #009262; }
  .btn--main {
    background-color: #F77B55;
    color: #000; }
    .btn--main:focus {
      background-color: #f67046; }
    .btn--main:hover {
      background-color: #f6683d; }
    .btn--main:active {
      background-color: #f56133; }
  .btn--moicvet {
    background-color: #000;
    color: #fff; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #7B19BD;
    color: #fff; }
    .btn--secondary:focus {
      background-color: #7217af; }
    .btn--secondary:hover {
      background-color: #6c16a6; }
    .btn--secondary:active {
      background-color: #66159d; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000;
    color: #fff; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #999999;
    color: #fff; }
    .btn--gray:focus {
      background-color: #919191; }
    .btn--gray:hover {
      background-color: #8c8c8c; }
    .btn--gray:active {
      background-color: #878787; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #999999;
    color: #999999; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #999999;
      border-color: #949494; }
    .btn--o-gray:hover {
      border-color: #999999;
      background-color: #999999;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #919191;
      background-color: #919191; }
  .btn--o-red {
    background-color: transparent;
    border: 2px solid #EA4335;
    color: #EA4335; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #EA4335;
      border-color: #e93a2c; }
    .btn--o-red:hover {
      border-color: #EA4335;
      background-color: #EA4335;
      color: #fff; }
    .btn--o-red:active {
      border-color: #e93627;
      background-color: #e93627; }
  .btn--o-rblack {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 2px solid #FF80D2;
    color: #FF80D2; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #FF80D2;
      border-color: #ff76ce; }
    .btn--o-pink:hover {
      border-color: #FF80D2;
      background-color: #FF80D2;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #ff71cd;
      background-color: #ff71cd; }
  .btn--o-blue {
    background-color: transparent;
    border: 2px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-green {
    background-color: transparent;
    border: 2px solid #00B67A;
    color: #00B67A; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #00B67A;
      border-color: #00ac73; }
    .btn--o-green:hover {
      border-color: #00B67A;
      background-color: #00B67A;
      color: #fff; }
    .btn--o-green:active {
      border-color: #00a770;
      background-color: #00a770; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #F77B55;
    color: #F77B55; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #F77B55;
      border-color: #f7734b; }
    .btn--o-main:hover {
      border-color: #F77B55;
      background-color: #F77B55;
      color: #fff; }
    .btn--o-main:active {
      border-color: #f67046;
      background-color: #f67046; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 2px solid #7B19BD;
    color: #7B19BD; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #7B19BD;
      border-color: #7518b4; }
    .btn--o-secondary:hover {
      border-color: #7B19BD;
      background-color: #7B19BD;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: #7217af;
      background-color: #7217af; }
  .btn--o-brown {
    background-color: transparent;
    border: 2px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #999999;
    color: #999999; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #999999;
      border-color: #949494; }
    .btn--o-gray:hover {
      border-color: #999999;
      background-color: #999999;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #919191;
      background-color: #919191; }
  .btn--o-peach {
    background-color: transparent;
    border: 2px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--full {
    width: 100%; }
  .btn--icon-before img {
    margin-right: 1rem;
    transform: translateY(-0.2rem); }
  .btn--icon-after img {
    margin-left: 1rem; }
  .btn--white {
    border: 2px solid #000; }
  .btn--md {
    font-size: 1.3rem;
    height: 4rem;
    border-radius: 1rem; }
  .btn--third {
    height: 3.6rem;
    border: 1px solid #27272A33;
    color: #fff;
    font-size: 1.4rem;
    background-color: transparent;
    padding: .3rem 1.2rem 0;
    border-radius: 1rem; }
    .btn--third:hover {
      background-color: transparent; }
  .btn--sm {
    height: 4rem;
    font-size: 1.4rem;
    border-radius: 1rem;
    padding: .4rem 1.5rem 0; }
  .btn--orange {
    background-color: #F77B55; }
    .btn--orange:hover {
      background-color: #d96c4d; }

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

.dropdown-category {
  padding: 0 3rem 0 .5rem; }
  .dropdown-category .dropdown__select {
    background-color: #fff;
    font-weight: 500; }

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

.dropdown {
  width: auto;
  min-width: 100%;
  margin: 1rem 0 0;
  padding: 1rem;
  list-style: none;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: 1.2rem;
  background-color: #14181D;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 1px solid #71717C;
  display: none;
  font-weight: 500; }
  .dropdown .input {
    margin: 1.5rem 1.5rem 1rem;
    width: calc( 100% - 3rem);
    height: 2.3rem; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--lng {
    color: #000; }
    .dropdown--lng .dropdown__link {
      color: #000;
      font-weight: 700; }
  .dropdown .search__form {
    margin-bottom: 1rem; }
    .dropdown .search__form .input {
      width: 100%;
      margin: 0;
      background-color: #111015; }

.dropdown__list {
  overflow-y: auto;
  max-height: 129px; }
  .dropdown__list::-webkit-scrollbar {
    width: 1px; }
  .dropdown__list::-webkit-scrollbar-track {
    background: #3C3C3C; }
  .dropdown__list::-webkit-scrollbar-thumb {
    background: #61892F; }

.dropdown__btn {
  color: #000;
  text-transform: uppercase;
  background: none;
  border: 0;
  cursor: pointer;
  height: 5.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: inherit; }
  .dropdown__btn:after {
    content: '';
    position: absolute;
    border: .4rem solid transparent;
    border-top-color: #999999;
    top: 50%;
    transform: translateY(-50%);
    right: 1.8rem;
    margin-top: .2rem; }

.dropdown__link {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .1s linear;
  text-transform: none; }
  .dropdown__link:hover {
    text-decoration: none;
    color: #fff; }
  .dropdown__link:focus {
    text-decoration: none; }
  .dropdown__link img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: .4rem; }
  .dropdown__link .name {
    display: block;
    font-size: 1rem; }
  .dropdown__link .name-full {
    display: block;
    font-size: .8rem;
    line-height: 1.3;
    letter-spacing: -0.02em; }

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

.dropdown__select {
  width: 100%;
  height: 4.4rem;
  background-color: #14181D;
  border: 1px solid #71717C;
  border-radius: 1.6rem;
  padding: 0 3.5rem 0 1.5rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  position: relative; }
  .dropdown__select img {
    margin-right: 1.4rem; }
  .dropdown__select:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: .3rem;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #86C232;
    right: 1.3rem; }

.dropdown__radio {
  margin-bottom: 1rem; }
  .dropdown__radio:last-child {
    margin-bottom: 0; }

.dropdown__radio-input {
  display: none; }
  .dropdown__radio-input:checked + .dropdown__radio-label {
    border-color: #F77B55; }
    .dropdown__radio-input:checked + .dropdown__radio-label:after {
      opacity: 1; }

.dropdown__radio-label {
  cursor: pointer;
  user-select: none;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  height: 4.1rem;
  border: 1px solid #71717C;
  border-radius: 1rem;
  padding: 0 1.5rem;
  position: relative; }
  .dropdown__radio-label:after {
    content: '';
    position: absolute;
    background-image: url("../../images/check.svg");
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; }

.form__group {
  margin-bottom: 2.5rem;
  position: relative; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -1rem; }
  .form__row .form__group {
    padding: 0 1rem;
    width: 50%; }
    .form__row .form__group.xl {
      width: 70%; }
    .form__row .form__group.sm {
      width: 30%; }
    .form__row .form__group.md {
      width: 25%; }

.form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form__actions .btn {
    margin-bottom: 0;
    min-width: 13rem; }

.form__link {
  margin-top: 3rem;
  display: inline-block;
  color: rgba(10, 24, 55, 0.68);
  text-decoration: underline;
  position: relative; }
  .form__link:hover {
    text-decoration: none; }

.form__toggle {
  margin-bottom: 2rem;
  display: inline-flex;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-right: 1rem; }
  .form__toggle:hover {
    text-decoration: none; }
  .form__toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    left: 100%;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #F77B55;
    padding: .3rem;
    margin-top: -.1rem; }
  .form__toggle.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotateZ(-135deg); }

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

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

.sign__header-block {
  width: 25%;
  display: flex; }
  .sign__header-block:last-child {
    justify-content: flex-end;
    padding-right: 3.5rem; }
  .sign__header-block .btn {
    white-space: nowrap; }

.sign__header-link {
  padding: 0 3.5rem;
  height: 6rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB; }
  .sign__header-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #F77B55;
    border-bottom: 1px solid #F77B55;
    border-right: 1px solid #F77B55; }
  .sign__header-link.active {
    color: #fff;
    background-color: #F77B55;
    border-bottom: 1px solid #F77B55;
    border-right: 1px solid #F77B55; }

.sign__container {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  opacity: 0;
  visibility: hidden; }
  .sign__container.opened {
    opacity: 1;
    visibility: visible; }

.sign__title {
  margin-bottom: 2rem;
  color: #000000;
  font-weight: 700;
  font-size: 2.8rem; }

.sign__form {
  max-width: 64rem;
  margin: 0 auto;
  overflow-y: auto; }

.sign__footer {
  margin-bottom: 23rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sign__link {
  color: #F77B55;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500; }

.sign__text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem; }
  .sign__text a {
    color: #F77B55; }

.sign__copyright {
  font-size: 1.4rem;
  color: #999999;
  padding-left: 3.5rem;
  padding-bottom: 3rem; }

.sign__close {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative; }
  .sign__close:before {
    content: '';
    position: absolute;
    transform: rotateZ(45deg);
    background-color: #000;
    width: 100%;
    height: .2rem;
    top: .8rem;
    left: 0; }
  .sign__close:after {
    content: '';
    position: absolute;
    transform: rotateZ(-45deg);
    background-color: #000;
    width: 100%;
    height: .2rem;
    top: .8rem;
    left: 0; }

.password__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem; }
  .password__btn img {
    display: block; }

.form__error-text {
  position: absolute;
  top: 0;
  right: 0;
  color: #E95E57;
  font-size: 1.3rem; }

.form__error .btn {
  background: #E95E57; }

.form__error .remodal__link {
  color: #E95E57; }

.form__error .remodal__form-text {
  color: #E95E57; }
  .form__error .remodal__form-text a {
    color: inherit; }

.form__text {
  margin-top: .5rem;
  color: #A1A1AA;
  font-size: 1.4rem; }

.cabinet__form .label {
  color: #A1A1AA; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 4.4rem;
  padding: .5rem 2rem;
  vertical-align: middle;
  background-color: #09090B;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 1.6rem;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #27272A;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #A1A1AA; }
  .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: #8D0A03;
    background-color: #8D0A0340; }
  .input--success {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .input.error {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .input.success {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative; }
  .input__wrapper .copy__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem; }
  .input__wrapper .input {
    padding-right: 2.5rem; }
  .input__wrapper--arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #F77B55;
    padding: .3rem;
    right: 1.3rem;
    margin-top: -1px;
    pointer-events: none; }

.input__copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem; }
  .input__copy img {
    display: block; }

.input__error {
  top: 100%;
  position: absolute;
  right: 0;
  color: #EA4335;
  font-size: 1.3rem;
  font-weight: 600; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 20rem;
  padding: 1.5rem 2rem;
  border-radius: .8rem;
  vertical-align: middle;
  background-color: #111015;
  border: 1px solid #71717C;
  font-family: inherit;
  font-size: 1.3rem;
  color: #fff;
  transition: 0.3s;
  resize: none;
  font-weight: 600;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea--sm {
    height: 10rem; }
  .textarea::placeholder {
    color: #9E9D9D;
    font-weight: 600; }
  .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: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .textarea--success {
    border-color: #8D0A03;
    background-color: #8D0A0340; }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: baseline;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  z-index: 1; }
  .label .required {
    color: #EA4335; }

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    margin-top: -.2rem;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #A1A1AA;
    padding: .3rem;
    pointer-events: none; }
  .select option {
    color: #fff;
    background-color: #000; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 4.4rem;
    padding: .5rem 4rem .5rem 2rem;
    border-radius: 1.2rem;
    vertical-align: middle;
    background-color: #09090B;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #27272A; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #8D0A03;
      background-color: #8D0A0340; }
  .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: #EA4335; }
  .select--success:before, .select--success:after {
    color: #00B67A; }
  .select--error select {
    color: #EA4335;
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .select--success select {
    color: #00B67A;
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

.reviews {
  padding: 7.5rem 0;
  position: relative;
  background: url("../../images/reviews_bg.png") no-repeat;
  background-position: center right; }
  .reviews .block__subtitle {
    margin-bottom: 2rem; }
  .reviews .block__title {
    max-width: 71rem;
    margin: 0 auto 2rem; }
  .reviews .block__text {
    max-width: 66rem;
    margin: 0 auto 8rem; }

.reviews__slider {
  padding-bottom: 5rem;
  margin-bottom: 5rem; }
  .reviews__slider .slick-list {
    margin: 0 -2rem;
    padding: 3rem 22rem 0 !important; }
  .reviews__slider .slick-slide {
    padding: 0 2rem;
    transition: all .2s ease; }
    .reviews__slider .slick-slide.slick-current {
      transform: translateY(-3rem); }

.reviews__item {
  padding: 4rem;
  background: linear-gradient(#14181D, #121317);
  border-radius: 2.4rem;
  border: 1px solid #71717C; }

.reviews__quote {
  display: block;
  margin-bottom: 1.5rem; }

.reviews__text {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.7;
  min-height: 8rem; }

.reviews__author {
  font-weight: 300;
  font-size: 1.8rem; }

.reviews__rating {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .reviews__rating img {
    width: 2.8rem;
    height: 2.8rem;
    position: relative;
    z-index: 2; }
    .reviews__rating img:last-of-type {
      margin-right: 0; }

.reviews__rating-ico {
  position: relative;
  margin-right: 1rem; }
  .reviews__rating-ico:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(139, 119, 243, 0.3);
    filter: blur(1.4rem); }

.reviews__actions {
  margin-top: 3rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .reviews__actions .slick-arrow {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none; }
  .reviews__actions .slick-prev {
    order: 1; }
  .reviews__actions .slick-next {
    order: 3; }
  .reviews__actions .slick-dots {
    position: static;
    width: auto;
    order: 2;
    margin: 0 5rem;
    display: flex;
    align-items: center; }
    .reviews__actions .slick-dots li {
      margin-right: 1.5rem; }
      .reviews__actions .slick-dots li:last-of-type {
        margin-right: 0; }
      .reviews__actions .slick-dots li button {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        background-color: #1B1F26; }
        .reviews__actions .slick-dots li button:before {
          display: none; }
      .reviews__actions .slick-dots li.slick-active button {
        background-color: #F77B55; }

.reviews__form .textarea {
  min-height: 31.5rem; }

.reviews__form .btn {
  height: 2.5rem;
  font-size: 1.4rem;
  border-radius: 1rem; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  padding: 2.4rem 0; }

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: .4rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: .2px; }
  .breadcrumbs__item:not(.current):after {
    content: '..';
    padding: .3rem;
    color: #F77B55;
    margin-left: .4rem; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    color: #888888;
    pointer-events: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }

/* 14. Pagination
=========================*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 2.5rem;
  text-align: center;
  padding-bottom: 3.5rem; }
  .pagination.align-left {
    justify-content: flex-start;
    padding-bottom: 0; }
    .pagination.align-left .pagination__item {
      margin-right: 1rem; }

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F77B55;
  font-size: 1.6rem;
  border-radius: .4rem;
  font-weight: 600;
  position: relative;
  margin-right: 6rem; }
  .pagination__item:last-child {
    margin-right: 0; }
  .pagination__item.active {
    background-color: #5DE4D233; }
  .pagination__item .icon {
    width: 1.1rem;
    height: .9rem;
    fill: #F77B55; }
  .pagination__item:hover {
    text-decoration: none; }
  .pagination__item.prev .icon {
    margin-right: 1rem; }
  .pagination__item.next .icon {
    margin-left: 1rem; }
  .pagination__item.disabled {
    background: -webkit-linear-gradient(#FFFFFF66, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .pagination__item.disabled .icon {
      fill: #fff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 2.4rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: .8rem;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #999999;
    color: #fff; }
  .alert--red {
    background-color: #EA4335;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--pink {
    background-color: #FF80D2;
    color: #000; }
  .alert--blue {
    background-color: #315ED2;
    color: #fff; }
  .alert--green {
    background-color: #00B67A;
    color: #fff; }
  .alert--main {
    background-color: #F77B55;
    color: #000; }
  .alert--moicvet {
    background-color: #000;
    color: #fff; }
  .alert--secondary {
    background-color: #7B19BD;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #999999;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #999999;
    border: 1px solid #999999; }
  .alert--o-red {
    background: transparent;
    color: #EA4335;
    border: 1px solid #EA4335; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #FF80D2;
    border: 1px solid #FF80D2; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-green {
    background: transparent;
    color: #00B67A;
    border: 1px solid #00B67A; }
  .alert--o-main {
    background: transparent;
    color: #F77B55;
    border: 1px solid #F77B55; }
  .alert--o-moicvet {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #7B19BD;
    border: 1px solid #7B19BD; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #999999;
    border: 1px solid #999999; }
  .alert--o-peach {
    background: transparent;
    color: #916868;
    border: 1px solid #916868; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }
  .alert--purple {
    background-color: #C95EED1A;
    color: #fff; }
  .alert--gray {
    background-color: #27272A;
    color: #fff; }

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

.content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .content__wrapper.quad .content__block {
    width: 25%; }
  .content__wrapper.half .content__block {
    width: 50%; }

.content__block {
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.content__item {
  display: block;
  color: #000; }
  .content__item:hover {
    text-decoration: none; }
    .content__item:hover .content__img {
      transform: scale(1.2); }

.content__img-wrapper {
  height: 19rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden; }

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

.content__block-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: inherit; }

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

.content__block-link {
  color: #EA4335;
  font-size: 1.2rem; }

.content__slider {
  height: 36rem;
  overflow: hidden; }
  .content__slider .slick-dots {
    bottom: 2rem;
    z-index: 2; }

.content__slide {
  height: 36rem;
  padding: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-end; }
  .content__slide:after {
    background: linear-gradient(200.86deg, rgba(196, 196, 196, 0) 35.86%, rgba(0, 0, 0, 0.54) 80.41%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content__slide:hover {
    text-decoration: none; }

.content__slide-item {
  position: relative;
  z-index: 2; }
  .content__slide-item .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #fff; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #fff; }

.news {
  padding: 6rem 0 4rem;
  background-color: #FCFAEF; }
  .news .block__title {
    font-size: 15.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -5px;
    max-width: 80rem;
    margin: 0 auto 8rem;
    line-height: 1; }

.news__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.2rem;
  font-family: "Inter", sans-serif; }

.news__block {
  width: 33.33%;
  padding: 0 2.2rem;
  margin-bottom: 4.4rem; }

.news__item {
  display: block;
  padding: 1.5rem;
  border-radius: 2rem;
  background-color: #fff;
  color: #000;
  height: 100%; }

.news__img {
  margin-bottom: 2.5rem;
  border-radius: 2rem;
  background-color: #FCFAEF;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .news__img {
      height: 25rem; } }
  .news__img img {
    max-width: 100%; }

.news__date {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  text-transform: uppercase; }

.news__title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  max-width: 30rem;
  line-height: 1; }

.news__text {
  font-size: 1.5rem; }

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

.table__container {
  border: 1px solid #27272A;
  border-radius: 1rem;
  margin-bottom: 2.5rem; }
  .table__container .table {
    margin-bottom: 0; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  /* Table Head */
  /* Table Body */
  /* Row Colors */ }
  .table--affiliate tr td:last-child {
    text-align: right; }
  .table thead tr {
    border-bottom: 1px solid #F4F4F4; }
  .table th {
    padding: .8rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #999999;
    text-transform: uppercase;
    text-align: left; }
    .table th:last-child {
      text-align: right; }
    .table th.text-center {
      text-align: center; }
  .table tbody tr {
    border-bottom: 1px solid #F4F4F4; }
  .table td {
    padding: 2.5rem 0;
    font-weight: 500; }
    .table td .name {
      display: flex;
      align-items: center; }
      .table td .name img {
        display: block;
        margin-right: 1rem; }
    .table td .type {
      color: #F77B55; }
    .table td .time {
      color: #999999; }
    .table td.date span {
      color: #999999; }
  .table tbody tr.row--gray {
    background-color: #999999;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #EA4335;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #000; }
  .table tbody tr.row--pink {
    background-color: #FF80D2;
    color: #000; }
  .table tbody tr.row--blue {
    background-color: #315ED2;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #00B67A;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #F77B55;
    color: #000; }
  .table tbody tr.row--moicvet {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #7B19BD;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #999999;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--cryptos {
    font-family: "Inter", sans-serif; }
    .table--cryptos thead tr {
      border-bottom: 1px solid #E2E4ED; }
      .table--cryptos thead tr th {
        font-size: 1.7rem;
        color: #888888;
        font-weight: 400;
        text-transform: none;
        padding: 1rem; }
        .table--cryptos thead tr th:last-child {
          text-align: left; }
    .table--cryptos tbody tr {
      border-bottom: 1px solid #E2E4ED; }
      .table--cryptos tbody tr td {
        font-weight: 500;
        font-size: 1.7rem;
        padding: 1rem; }
        .table--cryptos tbody tr td img {
          width: 3.7rem;
          height: 3.7rem;
          border-radius: 50%; }
    @media (max-width: 768px) {
      .table--cryptos {
        display: block; }
        .table--cryptos thead {
          display: none; }
        .table--cryptos tbody {
          display: block; }
          .table--cryptos tbody tr {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 2rem; }
            .table--cryptos tbody tr:last-child {
              margin-bottom: 0; }
            .table--cryptos tbody tr td {
              display: block;
              width: 33.33%;
              padding-left: 0; }
              .table--cryptos tbody tr td:first-child {
                padding-left: 0; }
              .table--cryptos tbody tr td:before {
                content: attr(aria-label);
                display: block;
                margin-bottom: .5rem;
                font-size: 1.3rem;
                font-weight: 500;
                color: #888888; }
              .table--cryptos tbody tr td.text-center {
                text-align: left; } }
    @media (max-width: 560px) {
      .table--cryptos tbody tr td {
        width: 50%; } }
  .table--info thead tr {
    border-bottom: 0; }
    .table--info thead tr th {
      font-size: 1.7rem;
      color: #888888;
      font-weight: 400;
      text-transform: none;
      padding: 1rem; }
      .table--info thead tr th:last-child {
        text-align: left; }
  .table--info tbody tr {
    border-bottom: 0; }
    .table--info tbody tr td {
      font-weight: 400;
      font-size: 1.7rem;
      padding: 1rem; }
      .table--info tbody tr td img {
        width: 3.7rem;
        height: 3.7rem;
        border-radius: 50%; }
      .table--info tbody tr td a {
        text-decoration: underline;
        color: #000; }
  @media (max-width: 768px) {
    .table--info {
      display: block; }
      .table--info thead {
        display: none; }
      .table--info tbody {
        display: block; }
        .table--info tbody tr {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 2rem; }
          .table--info tbody tr:last-child {
            margin-bottom: 0; }
          .table--info tbody tr td {
            display: block;
            width: 33.33%;
            padding-left: 0; }
            .table--info tbody tr td:first-child {
              padding-left: 0; }
            .table--info tbody tr td:before {
              content: attr(aria-label);
              display: block;
              margin-bottom: .5rem;
              font-size: 1.3rem;
              font-weight: 500;
              color: #888888; }
            .table--info tbody tr td.text-center {
              text-align: left; } }
  @media (max-width: 560px) {
    .table--info tbody tr td {
      width: 50%; } }
  .table--cabinet thead tr {
    border-bottom: 1px solid #27272A1A; }
    .table--cabinet thead tr th {
      padding: 1.5rem;
      font-size: 1.4rem;
      color: #A1A1AA;
      font-weight: 400;
      text-transform: none; }
      .table--cabinet thead tr th:first-child {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem; }
      .table--cabinet thead tr th:last-child {
        text-align: left;
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 1rem; }
      .table--cabinet thead tr th.text-center {
        text-align: center; }
  .table--cabinet tbody tr {
    border-bottom: 1px solid #27272A1A; }
    .table--cabinet tbody tr:last-child {
      border-bottom: 0; }
    .table--cabinet tbody tr td {
      color: #fff;
      font-size: 1.4rem;
      padding: 1.5rem;
      font-weight: 400; }
      .table--cabinet tbody tr td:first-child {
        padding-left: 2rem; }
      .table--cabinet tbody tr td:last-child {
        padding-right: 2rem; }
      .table--cabinet tbody tr td .type {
        display: inline-block;
        border-radius: 3rem;
        border: 1px solid transparent;
        font-weight: 700;
        height: 2.2rem;
        padding: .4rem .8rem .4rem;
        text-transform: uppercase; }
        .table--cabinet tbody tr td .type.buy {
          color: #6AFBCB;
          border-color: #6AFBCB; }
        .table--cabinet tbody tr td .type.sell {
          color: #F03D3F;
          border-color: #F03D3F; }
      .table--cabinet tbody tr td .status {
        display: inline-block;
        border-radius: 3rem;
        font-size: 1.1rem;
        font-weight: 700;
        padding: .6rem 1rem .6rem; }
        .table--cabinet tbody tr td .status.completed {
          background-color: #6AFBCB33;
          color: #6AFBCB; }
        .table--cabinet tbody tr td .status.pending {
          background-color: #EAB30833;
          color: #EAB308; }
        .table--cabinet tbody tr td .status.canceled {
          color: #F03D3F;
          background-color: #F03D3F33; }
  @media (max-width: 768px) {
    .table--cabinet {
      display: block; }
      .table--cabinet thead {
        display: none; }
      .table--cabinet tbody {
        display: block; }
        .table--cabinet tbody tr {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 2rem; }
          .table--cabinet tbody tr:last-child {
            margin-bottom: 0; }
          .table--cabinet tbody tr td {
            display: block;
            width: 33.33%;
            padding-left: 0; }
            .table--cabinet tbody tr td:first-child {
              padding-left: 0; }
            .table--cabinet tbody tr td:before {
              content: attr(aria-label);
              display: block;
              margin-bottom: .5rem;
              font-size: 1.3rem;
              font-weight: 500; }
            .table--cabinet tbody tr td.text-center {
              text-align: left; } }
  @media (max-width: 560px) {
    .table--cabinet tbody tr td {
      width: 50%; } }
  .table--activity tbody tr td {
    font-size: 1.3rem; }
  .table--login thead tr th:first-child {
    padding-left: 0; }
  .table--login tbody tr td:first-child {
    padding-left: 0; }

.table__name {
  margin-bottom: 4rem; }

.table__title {
  font-size: 1.8rem;
  font-weight: 600; }

.table__category {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 600; }

.table__actions {
  display: flex; }
  .table__actions a {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 2.4rem;
    color: #000; }
    .table__actions a:last-child {
      margin-right: 0; }
  .table__actions .remove {
    color: #F77B55; }

@media (max-width: 992px) {
  .table--orders {
    display: block; }
    .table--orders thead {
      display: none; }
    .table--orders tbody {
      display: block; }
      .table--orders tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #000; }
        .table--orders tbody tr td {
          width: 33.33%;
          text-align: left; }
          .table--orders tbody tr td:before {
            content: attr(aria-label);
            color: #8C8C8C;
            font-size: 1.4rem;
            display: block; }
          .table--orders tbody tr td:last-child {
            text-align: left; }
  .table--activity {
    display: block; }
    .table--activity thead {
      display: none; }
    .table--activity tbody {
      display: block; }
      .table--activity tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #000; }
        .table--activity tbody tr td {
          width: 50%;
          text-align: left; }
          .table--activity tbody tr td:before {
            content: attr(aria-label);
            color: #8C8C8C;
            font-size: 1.4rem;
            display: block; }
          .table--activity tbody tr td:last-child {
            text-align: left;
            width: 100%; }
  .table--activities tbody tr td:first-child {
    width: 100%; } }

@media (max-width: 560px) {
  .table--orders tbody tr td {
    width: 50%; }
  .table--activity tbody tr td {
    width: 100%; } }

/* 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; }

.tabs__nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #383D4A;
  line-height: 1.2;
  transition: color .1s linear;
  position: relative;
  border-bottom: .1rem solid #383D4A; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #fff;
    border-bottom-color: #F77B55; }

.tabs__content {
  padding: 5rem 0 0 0;
  font-size: 1.6rem;
  color: #000; }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }

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

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

.tabs__img {
  width: 55%; }
  .tabs__img img {
    width: 100%;
    max-width: 63rem;
    border-radius: 3rem; }

.tabs__text {
  width: 45%;
  padding: 0 0 0 8rem;
  color: #fff; }
  .tabs__text .title {
    margin-bottom: 2rem;
    font-size: 3.4rem;
    font-weight: 700; }
  .tabs__text .text {
    margin-bottom: 2rem;
    font-size: 2.2rem; }

@media (max-width: 992px) {
  .tabs__nav-item {
    font-size: 2.4rem; } }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  border: 1px solid #EBEBEB; }

.accordion__item {
  padding: 2.8rem 3rem;
  border-bottom: 1px solid #ebebeb; }
  .accordion__item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .accordion__item.active .accordion__title:before {
    background-color: transparent; }
  .accordion__item.active .accordion__title:after {
    border-top-color: transparent;
    border-bottom-color: #F77B55;
    margin-top: -3px; }
  .accordion__item.active .accordion__title a {
    color: inherit; }

.accordion__title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  position: relative;
  text-transform: uppercase; }
  .accordion__title:before {
    content: '';
    background-color: #F77B55;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    pointer-events: none;
    border: 2px solid #F77B55; }
  .accordion__title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    margin-top: 3px;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 5px 6px 5px;
    border-top-color: #fff; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 0 6rem 0 0;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  margin-top: 2rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  max-width: 75%; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 992px) {
  .accordion__content {
    max-width: 100%; } }

.footer {
  padding-top: 6rem;
  position: relative;
  background-color: #000000;
  font-family: "Inter", sans-serif; }

.footer__main {
  margin-bottom: 16.7rem;
  text-align: center; }
  .footer__main .logo img {
    margin: 0 auto; }

.footer__main-title {
  max-width: 18rem;
  margin: 0 auto;
  color: #fff;
  font-size: 2.3rem; }

.footer__wrapper {
  padding-bottom: 7rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 9rem; }

.footer__subscribe {
  background-color: #FCFAEF;
  border-radius: 3rem;
  padding: 7rem 4rem; }

.subscribe__title {
  font-size: 2.5rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  max-width: 30rem;
  font-weight: 600; }

.subscribe__text {
  margin-bottom: 4.5rem;
  font-size: 1.9rem;
  text-align: center; }

.subscribe__logo {
  display: block;
  margin: 0 auto 5.6rem; }

.subscribe__form {
  display: flex;
  font-family: "Times"; }
  .subscribe__form .input {
    border: 1px solid #BBBBBB;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    height: 5rem;
    color: #000; }
  .subscribe__form .btn {
    height: 5rem;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.footer__block {
  max-width: 47rem; }
  .footer__block:last-child {
    max-width: none;
    flex: 1; }

.footer__nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  white-space: nowrap; }

.footer__nav-item {
  flex: 1; }
  .footer__nav-item:last-child {
    flex: unset; }
  .footer__nav-item .nav {
    flex-direction: column; }
  .footer__nav-item .nav__item {
    margin-right: 0;
    margin-bottom: 1.5rem; }

.footer__title {
  margin-bottom: 2rem;
  color: #fff;
  opacity: .3;
  font-size: 1.7rem; }

.footer__nav-wrapper {
  display: flex; }

.copyright {
  color: #fff;
  font-size: 1.2rem; }

.footer__cookie {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300; }
  .footer__cookie a {
    text-decoration: underline;
    font-weight: 700;
    color: inherit; }
    .footer__cookie a:hover {
      text-decoration: none; }

.soc {
  border-top: 2px solid #FCFAEF;
  margin-top: 3.5rem;
  display: flex;
  justify-content: center; }

.soc__link {
  width: 20.5rem;
  height: 13.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #fff;
  border-right: 2px solid #fff; }
  .soc__link img {
    margin-bottom: 1.8rem; }
  .soc__link:last-child {
    margin-right: 0;
    border-right: 0; }

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

.products__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.products__item {
  display: block;
  color: #000;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all .2s ease;
  min-height: 100%; }
  .products__item:hover {
    text-decoration: none;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4); }

.products__badge {
  height: 3.2rem;
  border: 2px solid #fff;
  color: #fff;
  padding: .2rem 1.5rem 0;
  font-weight: 700;
  font-size: 1.3rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  border-radius: 1rem; }

.products__img {
  height: 20rem;
  overflow: hidden; }
  .products__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.products__content {
  padding: 2rem; }

.products__title {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 500; }

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

.products__date {
  color: #999999;
  font-size: 1.3rem;
  font-weight: 500; }

.products__price {
  padding: .6rem 1rem .4rem;
  border-radius: 1.6rem;
  background-color: #F77B55;
  color: #fff;
  font-weight: 700; }

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

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

.card__slider {
  margin: -3rem 0; }
  .card__slider .slick-list {
    padding: 3rem 0; }
    .card__slider .slick-list .card__item {
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); }

.card__item {
  height: 32.7rem;
  padding: 2.5rem;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.6rem;
  display: flex;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25);
  transition: all .2s ease; }
  .card__item:hover {
    text-decoration: none;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4); }
    .card__item:hover .card__title {
      transform: translateX(1rem); }
  .card__item.align-bottom {
    align-items: flex-end; }
    .card__item.align-bottom .card__title {
      font-size: 1.8rem; }

.card__title {
  font-weight: 500;
  font-size: 2rem;
  transition: all .2s ease; }

.product {
  margin-bottom: 10rem; }

.product__wrapper {
  display: flex;
  gap: 2rem; }
  .product__wrapper .count__wrapper {
    margin-bottom: 2rem; }

.product__images {
  width: 70%; }

.product__block.xl {
  width: 70%; }

.product__block.sm {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .product__block.sm .btn {
    border-radius: .4rem;
    height: 3.6rem;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 1.5rem; }

.product__wish {
  position: absolute;
  top: 1.9rem;
  right: 0; }
  .product__wish .second {
    display: none; }
  .product__wish.active .first {
    display: none; }
  .product__wish.active .second {
    display: block; }

.product__image-slider {
  margin-bottom: 1.5rem; }

.product__img {
  height: 56.5rem;
  overflow: hidden;
  border-radius: .4rem; }
  .product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__thumb {
  border: 3px solid transparent;
  border-radius: .4rem;
  overflow: hidden; }
  .product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__thumbs .slick-slide.slick-current .product__thumb {
  border-color: #F77B55; }

.product__info {
  width: 30%;
  display: flex;
  flex-direction: column;
  position: relative; }

.product__price {
  font-size: 3.6rem;
  font-weight: 600; }

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

.product__description-wrapper {
  padding-top: 4rem;
  display: flex; }

.product__description-block {
  width: 70%;
  padding-right: 3rem; }
  .product__description-block:last-child {
    padding-right: 0;
    width: 30%; }
  .product__description-block .title {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    font-weight: 700; }
  .product__description-block .text {
    max-width: 52rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2; }

.product__report {
  margin-top: auto; }

.product__description-text {
  line-height: 2; }
  .product__description-text span {
    width: 30px;
    margin-right: 5px;
    display: block;
    text-align: center; }
  .product__description-text img {
    display: block;
    margin: 0 auto; }

.product__description-row {
  display: flex;
  align-items: center; }

.product__category {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product__category .title {
    font-size: 1.5rem;
    font-weight: 700; }
  .product__category .text {
    color: #F77B55;
    display: flex;
    font-weight: 600;
    text-transform: uppercase; }
    .product__category .text span {
      color: #999999;
      margin: 0 5px; }

.cart__menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s ease;
  background-color: #99999999;
  z-index: 11;
  display: flex;
  visibility: hidden; }
  .cart__menu-wrapper.opened {
    opacity: 1;
    visibility: visible; }
    .cart__menu-wrapper.opened .cart__menu {
      transform: translateX(0); }

.cart__menu {
  width: 54rem;
  margin-left: auto;
  background-color: #fff;
  height: 100%;
  transform: translateX(100%);
  transition: transform .2s ease;
  transition-delay: .2s; }

.cart__menu-head {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5rem;
  border-bottom: #EBEBEB 1px solid; }
  .cart__menu-head .title {
    font-size: 2.4rem;
    font-weight: 700; }

.cart__menu-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block; }
  .cart__menu-close:before {
    content: '';
    position: absolute;
    top: .6rem;
    left: 0;
    width: 100%;
    transform: rotateZ(45deg);
    background-color: #000;
    height: .2rem; }
  .cart__menu-close:after {
    content: '';
    position: absolute;
    top: .6rem;
    left: 0;
    width: 100%;
    height: .2rem;
    transform: rotateZ(-45deg);
    background-color: #000; }

.cart__menu-content {
  padding: 3.5rem 3.5rem 17rem; }

.cart__menu-title {
  font-size: 2rem;
  font-weight: 700; }

.cart__menu-text {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #999999; }

.cart__menu-login {
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }
  .cart__menu-login a {
    display: inline-flex;
    align-items: center;
    color: #F77B55;
    margin-right: .4rem; }
    .cart__menu-login a img {
      margin-right: .5rem;
      display: block; }

.cart__menu-liked {
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }
  .cart__menu-liked img {
    margin-right: .5rem;
    display: block; }
  .cart__menu-liked a {
    display: inline-flex;
    align-items: center;
    color: #F77B55;
    margin-right: .4rem; }

.count__wrapper {
  display: flex;
  background-color: #EBEBEB;
  border-radius: 8px;
  align-items: center; }
  .count__wrapper .input {
    flex: 1;
    height: 5.4rem;
    display: block;
    background: none;
    color: #000; }

.count__btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: #fff;
  position: relative; }
  .count__btn:before {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: .2rem;
    background-color: #999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    width: .2rem;
    height: 1.4rem;
    background-color: #999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.cart__menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 3.5rem;
  box-shadow: -5px 0 1.2rem rgba(0, 0, 0, 0.25); }
  .cart__menu-footer .checkbox {
    margin-bottom: 2rem; }

.cart__menu-footer-price {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cart__menu-footer-price .title {
    font-size: 2rem;
    font-weight: 500; }
  .cart__menu-footer-price .text {
    font-size: 2rem;
    font-weight: 600; }

.cart__menu-footer-actions {
  display: flex;
  gap: 1.8rem; }
  .cart__menu-footer-actions .btn {
    flex: 1; }

/*CART*/
.cart {
  padding-top: 4rem; }

.cart__wrapper {
  display: flex;
  margin: 0 -6rem; }

.cart__block {
  padding: 0 6rem; }
  .cart__block.xl {
    width: 60%; }
  .cart__block.sm {
    width: 40%; }

.cart__item {
  padding: 3.3rem 2.4rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  border-radius: .8rem; }

.cart__total {
  margin-bottom: 2.4rem;
  text-align: right;
  font-size: 2rem;
  font-weight: 600; }

.cart__images {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background-color: #EBEBEB;
  border-radius: .8rem; }
  .cart__images img {
    margin-right: 3.5rem; }
    .cart__images img:last-child {
      margin-right: 0; }

.cart__product {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #D9D9D9; }
  .cart__product:hover {
    text-decoration: none; }
  .cart__product > img {
    height: 10rem;
    width: 15rem;
    object-fit: cover;
    border-radius: .4rem;
    margin-right: 2rem; }
  .cart__product button {
    border: 0;
    background: none;
    cursor: pointer; }
    .cart__product button img {
      display: block; }

.cart__name {
  flex: 1; }

.cart__name-title {
  font-size: 1.6rem;
  font-weight: 600; }

.cart__name-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #999999; }

.cart__name-price {
  margin-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600; }

.intro {
  padding: 24rem 0 5rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #0D0D0D;
  background-size: cover; }
  .intro--inside {
    background-color: #FCFAEF; }
    .intro--inside .intro__content {
      padding-bottom: 5rem; }
    .intro--inside .intro__title {
      color: #000;
      line-height: .9; }
    .intro--inside .intro__text {
      max-width: 120rem;
      margin: 0;
      color: #000;
      text-align: left; }

.intro__inside-shape {
  position: absolute; }
  .intro__inside-shape.left {
    top: 30%;
    left: 0; }
  .intro__inside-shape.right {
    top: 20%;
    right: 0; }

.intro__subtitle {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #F77B55;
  text-transform: uppercase; }

.intro__title {
  max-width: 130rem;
  margin: 0 auto 6rem;
  font-size: 15.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.22;
  position: relative;
  z-index: 3;
  text-align: center; }
  .intro__title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3rem;
    height: 14.1rem;
    width: 14.1rem;
    border-radius: 50%;
    object-fit: cover; }
  .intro__title span {
    display: block;
    text-align: right; }

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

.intro__content {
  text-align: center;
  padding-bottom: 25rem;
  position: relative; }

.intro__text {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  max-width: 46rem;
  margin: 0 auto 5rem;
  text-align: center;
  line-height: 1.6;
  position: relative;
  z-index: 3; }

.intro__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2; }
  .intro__actions .btn {
    margin-right: 1.5rem; }
    .intro__actions .btn:last-child {
      margin-right: 0; }

.intro__wrapper {
  display: flex;
  align-items: flex-start; }

.intro__block {
  width: 50%; }
  .intro__block.full {
    width: 100%; }
    .intro__block.full .intro__title {
      max-width: 80rem; }

.intro__nav {
  display: flex; }
  .intro__nav .btn {
    margin-right: 2rem; }
    .intro__nav .btn:last-child {
      margin-right: 0; }

.intro__shape.center {
  display: block;
  margin: 0 auto 3rem; }

.intro__image {
  position: absolute; }
  .intro__image.top-left {
    top: 10rem;
    left: 0;
    z-index: 3; }
  .intro__image.top-right {
    top: 10rem;
    right: 0; }
  .intro__image.top-left-line {
    top: 34rem;
    z-index: 2; }
  .intro__image.middle-left {
    top: 72rem;
    left: 0;
    z-index: 1; }
  .intro__image.top-right-second {
    top: 48rem;
    right: 0; }
  .intro__image.top-right-third {
    top: 68rem;
    right: 0; }
  .intro__image.top-right-line {
    top: 38rem;
    right: 0; }
  .intro__image.middle {
    bottom: -25rem;
    left: calc(50% + 3rem);
    transform: translateX(-50%); }
  .intro__image.middle-line {
    top: 105rem;
    left: 50%;
    transform: translateX(-50%); }
  .intro__image.middle-right {
    right: 11rem;
    top: 75rem; }
  .intro__image.bottom-left {
    bottom: 50rem;
    left: 0; }
  .intro__image.bottom-right {
    bottom: 18rem;
    right: 0; }

.intro__line {
  width: 100%;
  display: block;
  position: relative;
  z-index: 4;
  margin-bottom: -10rem; }

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

.filter__nav {
  width: 25%;
  padding: 0 1rem; }

.filter__block {
  width: 75%;
  padding: 0 1rem; }
  .filter__block .products__block {
    width: 33.33%; }

.filter__content {
  padding: 2rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
  width: 100%;
  min-height: calc(100% - 2rem);
  border-radius: 1.6rem; }

.filter__range-inputs {
  display: flex;
  align-items: center; }
  .filter__range-inputs .separator {
    margin: 0 1rem; }
  .filter__range-inputs .input__wrapper {
    padding-right: 2rem; }
  .filter__range-inputs .input {
    padding: 0; }

.filter__head {
  display: none; }
  .filter__head .title {
    font-weight: 700; }

.filter__block-title {
  font-weight: 700;
  margin-bottom: 2rem; }

.filter__content-item {
  border-bottom: 1px solid #e0e6f0;
  margin-bottom: 3rem;
  padding-bottom: 2rem; }
  .filter__content-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .filter__content-item .checkbox {
    margin-bottom: .5rem; }

.filter__show {
  color: #F77B55;
  display: block;
  margin-top: 2rem; }
  .filter__show:hover {
    text-decoration: underline; }

.filter__range {
  padding-top: 2rem; }

/* 24. Rating
=========================*/
.rating {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  border: 0; }
  .rating:before, .rating:after {
    content: "";
    display: table; }
  .rating:after {
    clear: both; }

.rating__input {
  display: none; }

.rating__star {
  float: right;
  color: #999999;
  cursor: pointer;
  transition: color .1s linear;
  margin-right: .5rem;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .6rem;
  border: 1px solid #A6A6A6; }
  .rating__star .icon {
    fill: #13151A;
    stroke: #6F6E6B;
    width: 2.4rem;
    height: 2.4rem; }

.rating__input:checked ~ .rating__star .icon,
.rating:not(:checked) > .rating__star:hover .icon,
.rating:not(:checked) > .rating__star:hover ~ .rating__star .icon {
  fill: #FACC1540;
  stroke: #FACC15; }

body.cabinet {
  background-color: #FEFEFE; }
  body.cabinet .page:before {
    display: none; }
  body.cabinet .page:after {
    display: none; }

.cabinet__page {
  display: flex;
  background-color: #09090B; }

.cabinet__header-title {
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff; }

.cabinet__header-subtitle {
  color: #9CA3AF;
  font-size: 1.6rem;
  font-weight: 400; }

.cabinet__sidebar {
  width: 25rem;
  padding: 2rem .8rem 0;
  display: flex;
  z-index: 4;
  border-right: 1px solid #0F0F11;
  position: relative;
  transition: all .2s ease; }
  @media (max-width: 1100px) {
    .cabinet__sidebar {
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      transform: translateX(-100%);
      z-index: 1111;
      background-color: #09090B; }
      .cabinet__sidebar.opened {
        transform: translateX(0); } }

.cabinet__sidebar-content {
  padding-bottom: 10rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto; }
  @media (max-width: 992px) {
    .cabinet__sidebar-content {
      padding-bottom: 2rem; } }

.sidebar__logo {
  margin-bottom: 4rem;
  padding-left: 1.2rem; }
  .sidebar__logo img {
    height: 2rem; }

.sidebar__user {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 1.2rem; }
  .sidebar__user img {
    margin-right: 1rem; }

.cabinet__header-block {
  display: flex;
  align-items: center; }

.cabinet__content {
  padding: 0 3rem 4rem;
  width: calc(100% - 25rem); }
  @media (max-width: 1100px) {
    .cabinet__content {
      width: 100%; } }

.cabinet__sidebar-head {
  padding: 0 3rem;
  display: flex;
  align-items: center;
  height: 10rem; }

.cabinet__container {
  height: calc(100% - 10rem);
  padding-bottom: 4rem; }

.history__content {
  height: 100%; }

.sidebar__notify {
  background: linear-gradient(45deg, #B15AF026, #B15AF00D);
  border: 1px solid #27272A33;
  padding: 1.7rem;
  border-radius: 1.2rem;
  font-family: "Inter", sans-serif;
  position: relative; }
  .sidebar__notify .title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff; }
  .sidebar__notify .text {
    margin-bottom: 1rem;
    color: #A1A1AA;
    font-size: 1.1rem; }
  .sidebar__notify.closed {
    display: none; }

.notify__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.6rem;
  height: 1.6rem; }
  .notify__close:before, .notify__close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #A1A1AA;
    transform: rotateZ(45deg); }
  .notify__close:after {
    transform: rotateZ(-45deg); }

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

.cancel__link {
  font-size: 1.2rem;
  color: #A1A1AA;
  font-family: "Inter", sans-serif; }

.submit__link {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: #7B19BD; }

.sidebar__menu {
  display: flex;
  flex-direction: column;
  padding-left: .7rem;
  margin-bottom: 8rem; }

.sidebar__item {
  margin-bottom: 1rem;
  display: inline-flex;
  border-radius: 1.2rem;
  color: #A1A1AA;
  padding: 1rem 2rem;
  font-weight: 500; }
  .sidebar__item .icon {
    margin-right: 1.3rem;
    width: 18px;
    height: 18px; }
  .sidebar__item.active {
    background-color: #27272A80;
    border-left: 2px solid #7B19BD;
    color: #FAFAFA; }
    .sidebar__item.active .icon {
      stroke: #fff;
      fill: transparent; }

.cabinet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem; }

.search__form {
  display: flex;
  align-items: center; }
  .search__form .form__group {
    margin-bottom: 0;
    margin-right: 2rem; }
    .search__form .form__group:last-child {
      margin-right: 0; }
  .search__form .input {
    width: 13rem;
    font-size: 1.3rem; }
    .search__form .input--search {
      min-width: 24.6rem; }
    .search__form .input::placeholder {
      color: #FAFAFA; }
  .search__form .input__wrapper {
    background: none;
    display: flex; }
    .search__form .input__wrapper > img {
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
      display: block; }
    .search__form .input__wrapper .select select {
      background: none;
      padding-left: 4rem; }
    .search__form .input__wrapper .input {
      padding-left: 4rem;
      background: none;
      padding-right: 1rem;
      padding-top: .6rem; }
      .search__form .input__wrapper .input::placeholder {
        color: #FAFAFA; }

.autocomplete {
  position: absolute;
  top: calc(100% + .6rem);
  padding: 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid #27272A;
  background-color: #09090B;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 33;
  opacity: 0;
  visibility: hidden; }
  .autocomplete.opened {
    opacity: 1;
    visibility: visible; }
  .autocomplete .title {
    font-size: 1.2rem;
    color: #9CA3AF; }

.autocomplete__item {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  padding: 0 .8rem;
  border-radius: 1rem; }
  .autocomplete__item.active {
    background-color: #2E0A45; }
  .autocomplete__item:hover {
    background-color: #2E0A45; }
  .autocomplete__item img {
    margin-right: 1rem;
    transform: translateY(-0.2rem); }

.search__btn {
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%); }

.cabinet__header-actions {
  display: flex; }

.cabinet__header-action {
  margin-right: 2rem; }

.notify {
  position: relative;
  display: block; }
  .notify span {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background-color: #F75151;
    font-size: 11px;
    font-weight: 500;
    color: #f7f7f7;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%; }

.user {
  position: relative; }
  .user:hover .user__menu {
    opacity: 1;
    visibility: visible; }

.user__link {
  color: #202020;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 2rem; }
  .user__link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #202020; }

.user__menu {
  position: absolute;
  top: 100%;
  padding-top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }

.user__menu-wrapper {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: .8rem;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column; }
  .user__menu-wrapper a {
    white-space: nowrap;
    margin-bottom: .5rem;
    color: #000; }
    .user__menu-wrapper a:hover {
      color: #F77B55; }
    .user__menu-wrapper a:last-child {
      margin-bottom: 0; }

.dashboard__item {
  margin-bottom: 5rem; }

.dashboard__head {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.dashboard__title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff; }

.dashboard__text {
  color: #A1A1AA;
  font-size: 1.3rem; }

.dash__cryptos-slide {
  border-radius: 1.2rem;
  padding: 1.7rem;
  border: 1px solid #27272A33;
  position: relative; }
  .dash__cryptos-slide.purple {
    background: linear-gradient(to bottom, #B15AF026, #B15AF00D); }
    .dash__cryptos-slide.purple .cryptos__initials {
      background-color: #B15AF033;
      color: #B15AF0; }
  .dash__cryptos-slide.pink {
    background: linear-gradient(to bottom, #FF32B426, #FF32B40D); }
    .dash__cryptos-slide.pink .cryptos__initials {
      background-color: #FF32B433;
      color: #FF32B4; }
  .dash__cryptos-slide.green {
    background: linear-gradient(to bottom, #06F4E226, #06F4E20D); }
    .dash__cryptos-slide.green .cryptos__initials {
      background-color: #06F4E233;
      color: #06F4E2; }

.cryptos__head {
  margin-bottom: 2rem;
  display: flex;
  align-items: center; }
  .cryptos__head .name {
    font-size: 1.3rem;
    color: #fff; }
  .cryptos__head .text {
    font-size: 1.1rem;
    color: #A1A1AA; }

.cryptos__initials {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Inter", sans-serif; }

.cryptos__price {
  margin-bottom: .6rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700; }

.cryptos__percent {
  font-size: 1.1rem;
  display: flex;
  align-items: center; }
  .cryptos__percent.up {
    color: #6AFBCB; }
  .cryptos__percent.down {
    color: #7F1D1D; }

.dash__external {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; }

.cabinet__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem; }

.cabinet__block {
  width: 33.33%;
  padding: 0 1.2rem;
  margin-bottom: 2rem; }
  .cabinet__block.xl {
    width: 66.66%; }
  .cabinet__block.full {
    width: 100%; }

.cabinet__item {
  margin-bottom: 3rem;
  padding: 2rem 2rem;
  border-radius: 2rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  border: 1px solid #27272A;
  position: relative; }
  .cabinet__item:last-child {
    margin-bottom: 0; }
  .cabinet__item.chart {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .cabinet__item.history {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.cabinet__item-head {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cabinet__item-head .cabinet__item-title {
    margin-bottom: 0; }

.dashboard__actions {
  display: flex; }

.dashboard__arrow {
  margin-right: 1rem; }
  .dashboard__arrow:last-child {
    margin-right: 0; }

.cabinet__item-title {
  margin-bottom: 2.4rem;
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.6px; }
  .cabinet__item-title.sm {
    font-size: 2rem;
    letter-spacing: initial; }
  .cabinet__item-title.with-icon {
    display: flex;
    align-items: center; }
    .cabinet__item-title.with-icon img {
      transform: translateY(-0.2rem);
      margin-right: .8rem; }

.recent__wrapper {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.3rem;
  border: 1px solid #27272A66;
  border-radius: 1.2rem; }
  .recent__wrapper:last-child {
    margin-bottom: 0; }

.recent__block {
  display: flex;
  align-items: center; }
  .recent__block img {
    margin-right: 1.2rem; }
  .recent__block .title {
    font-size: 1.5rem;
    color: #fff; }
  .recent__block .text {
    color: #A1A1AA;
    font-size: 1.4rem; }

.recent__actions {
  text-align: right; }
  .recent__actions .title {
    color: #A1A1AA;
    font-size: 1.3rem; }
  .recent__actions .status {
    display: inline-block;
    height: 2.2rem;
    padding: .4rem 1rem .5rem;
    border-radius: 3rem;
    font-weight: 700;
    font-size: 1.1rem; }
    .recent__actions .status.completed {
      color: #6AFBCB;
      background-color: #6AFBCB33; }
    .recent__actions .status.pending {
      color: #EAB308;
      background-color: #EAB30833; }
    .recent__actions .status.canceled {
      color: #7F1D1D;
      background-color: #7F1D1D33; }

.verification {
  padding: 2.5rem;
  border-radius: 1.2rem;
  background: linear-gradient(to bottom, #9333EA33, #6B21A833); }
  .verification .title {
    margin-bottom: 3rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700; }
  .verification .text {
    margin-bottom: 2rem;
    color: #A1A1AA;
    font-size: 1.3rem;
    max-width: 28rem; }

.sidebar__btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-bottom-right-radius: .6rem;
  border-top-right-radius: .6rem;
  background: #7B19BD;
  display: block;
  left: 100%;
  top: 0; }
  @media (min-width: 1100px) {
    .sidebar__btn {
      display: none; } }
  .sidebar__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    margin-left: -2px;
    border-color: #fff;
    padding: .4rem; }
  .sidebar__btn.active:after {
    transform: translate(-50%, -50%) rotateZ(-225deg);
    margin-left: 2px; }

.table__cryptos {
  overflow-y: auto;
  max-height: 300px; }
  .table__cryptos::-webkit-scrollbar {
    width: 1px; }
  .table__cryptos::-webkit-scrollbar-track {
    background: #000000; }
  .table__cryptos::-webkit-scrollbar-thumb {
    background: #65E9D6; }

.converter .input__wrapper {
  padding-left: 0;
  background-color: #5DE4D233;
  border-radius: .5rem; }

.converter .input {
  padding-left: 1rem;
  background: none; }
  .converter .input::placeholder {
    color: #F77B55; }

.converter .dropdown-wrapper {
  width: auto; }

.converter .dropdown__select {
  background: none;
  width: auto; }

.converter .btn {
  margin-top: 2rem; }

.converter__block {
  margin-bottom: 2rem; }

.converter__exchange {
  background: none;
  cursor: pointer;
  outline: 0;
  border: 0; }

.converter__head {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .converter__head .cabinet__nav {
    margin-bottom: 0; }
  .converter__head .title {
    font-size: 1.4rem;
    font-weight: 500; }

.cabinet__nav {
  margin-bottom: 2rem;
  display: inline-flex;
  background-color: #5DE4D233;
  padding: .5rem .9rem;
  border-radius: .5rem; }
  .cabinet__nav a {
    font-size: 1.1rem;
    color: #F77B55;
    font-weight: 500;
    margin-right: 1rem; }
    .cabinet__nav a:last-child {
      margin-right: 0; }
    .cabinet__nav a.active {
      color: #5DE4D2; }

.payment__title {
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 2rem;
  position: relative;
  color: #F77B55; }
  .payment__title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(-45deg);
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #79e5db;
    padding: .3rem;
    margin-top: -1px;
    left: 0; }

.bank__transfer-actions {
  display: flex;
  gap: 1.6rem; }

.payment__radio {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 50%; }
  .payment__radio .radio__input {
    position: absolute;
    opacity: 0; }
    .payment__radio .radio__input:checked + .radio__label {
      background-color: #7B19BD1A;
      border-color: #7B19BD; }
      .payment__radio .radio__input:checked + .radio__label .icon__wrapper {
        background-color: #7B19BD33; }
      .payment__radio .radio__input:checked + .radio__label .icon {
        stroke: #7B19BD; }
      .payment__radio .radio__input:checked + .radio__label .title {
        color: #fafafa; }
      .payment__radio .radio__input:checked + .radio__label .text {
        color: #A1A1AA; }
  .payment__radio .radio__label {
    color: #fafafa;
    border: 1px solid #27272A66;
    padding: 1.3rem 1.8rem;
    background: none;
    border-radius: 1.2rem;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center; }
    .payment__radio .radio__label .title {
      font-size: 1.5rem;
      display: block; }
    .payment__radio .radio__label .text {
      font-size: 1.2rem;
      display: block; }
    .payment__radio .radio__label:before {
      display: none; }
    .payment__radio .radio__label:after {
      display: none; }
    .payment__radio .radio__label .icon__wrapper {
      width: 4rem;
      height: 4rem;
      margin-right: 1.2rem;
      border-radius: 50%;
      background-color: #27272A33;
      display: flex;
      align-items: center;
      justify-content: center; }
    .payment__radio .radio__label .icon {
      width: 2rem;
      height: 2rem;
      fill: transparent;
      stroke: #A1A1AA; }

.payment__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  min-height: 34rem; }
  .payment__form .input {
    background-color: #5DE4D233;
    border-radius: .5rem;
    font-size: 1.2rem;
    font-weight: 500; }
    .payment__form .input::placeholder {
      color: #000;
      font-weight: 500; }
  .payment__form.sell .input {
    background: none;
    border: 1px solid #D6D6D6;
    height: 4.3rem; }

.payment__text {
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #787878; }

.payment__group {
  margin-bottom: 2rem; }

.payment__check {
  font-size: 1.2rem;
  font-style: italic;
  opacity: .7;
  margin-bottom: 4rem; }

.payment__details-wrapper {
  display: flex;
  align-items: flex-start; }

.payment__details-block {
  width: 50%; }

.payment__details-row {
  display: flex;
  margin-bottom: 1rem;
  line-height: 2rem; }
  .payment__details-row .title {
    min-width: 9rem;
    margin-right: 1rem;
    font-size: 1rem;
    font-weight: 700;
    opacity: .7; }
  .payment__details-row .text {
    color: #000;
    font-weight: 700;
    font-size: 1rem; }

.payment__detail-count {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700; }
  .payment__detail-count img {
    margin-right: 1.4rem;
    height: 2rem;
    width: 2rem; }

.payment__refresh {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 3rem; }

.payment__cancel {
  display: inline-block;
  margin-top: 1.5rem;
  color: #F77B55;
  font-size: 1.4rem;
  font-weight: 500; }

.payment__order {
  display: flex;
  margin-bottom: 1.5rem; }
  .payment__order > .title {
    opacity: .7;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem; }

.payment__order-info {
  width: 50%;
  margin-left: auto; }
  .payment__order-info .title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem; }
    .payment__order-info .title span {
      min-width: 9rem; }
    .payment__order-info .title img {
      display: block;
      margin-left: 2rem;
      height: 2rem;
      width: 2rem; }
  .payment__order-info .text {
    display: flex;
    align-items: center;
    font-weight: 700; }
    .payment__order-info .text span {
      min-width: 9rem;
      font-size: .8rem; }
    .payment__order-info .text img {
      display: block;
      margin-left: 2rem;
      height: 2rem;
      width: 2rem; }

.details__row {
  display: flex;
  margin: 0 -1rem 2rem; }
  .details__row .title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700; }
  .details__row.last {
    margin-bottom: 0; }

.details__item {
  padding: 0 1rem;
  flex: 1; }
  .details__item .title {
    font-size: 1rem;
    font-weight: 700; }
  .details__item .text {
    font-size: .8rem;
    font-weight: 700; }

.details__text {
  font-size: 1.2rem; }
  .details__text p {
    opacity: .7;
    font-size: 1.1rem; }

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

.network__address {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600; }
  .network__address span {
    margin-left: .5rem;
    background-color: #5DE4D233;
    font-size: 1rem;
    padding: .4rem;
    border-radius: .5rem; }

.network__img {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center; }
  .network__img img {
    max-height: 13rem;
    max-width: 13rem; }

.network__addr {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500; }

.network__text {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500; }

.payment__information {
  margin-bottom: 4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7); }

.currency__info-row {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .currency__info-row .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7); }
  .currency__info-row .text {
    font-weight: 700;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.7); }

.history__form {
  margin-bottom: 2rem;
  display: flex; }

.select__wrapper {
  margin-right: 3rem;
  background-color: #5DE4D233;
  display: flex;
  align-items: center;
  padding-left: .9rem;
  border-radius: .5rem; }
  .select__wrapper .title {
    font-weight: 500;
    font-size: 1.1rem; }
  .select__wrapper .select:after {
    border: 2px solid transparent;
    border-top-color: #84818A;
    right: .6rem;
    margin-top: 1px; }
  .select__wrapper .select select {
    padding-right: 1.2rem;
    color: #79e5db;
    font-size: 1.1rem;
    font-weight: 500;
    height: auto;
    background-color: transparent; }
  .select__wrapper .input {
    background: none;
    height: 2.3rem;
    font-size: 1.1rem;
    font-weight: 500;
    width: 6rem;
    padding: 0;
    margin-right: .5rem; }
    .select__wrapper .input::placeholder {
      color: #F77B55;
      font-size: 1.1rem; }
  .select__wrapper.calendar {
    padding: 0 0 0 1rem; }
    .select__wrapper.calendar img {
      margin-right: 1rem;
      display: block;
      transform: translateY(-0.1rem); }

.item__nav {
  margin-bottom: 3rem;
  display: flex; }
  .item__nav a {
    margin-right: 3.6rem;
    font-weight: 500;
    font-size: 1.3rem;
    color: #989898;
    padding: .4rem .6rem;
    border-radius: .5rem; }
    .item__nav a.active {
      background-color: #5DE4D233;
      color: #F77B55; }

.client__info .btn {
  height: 2.9rem;
  font-size: 1.4rem;
  font-weight: 500; }

.client__row {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative; }
  .client__row:first-child {
    padding-top: .6rem;
    padding-bottom: .6rem; }
  .client__row .title {
    min-width: 25rem;
    font-size: 1.3rem;
    font-weight: 500; }
  .client__row .text {
    font-size: 1.3rem;
    font-weight: 500; }
  .client__row .input {
    background: #5DE4D233;
    border-radius: .4rem;
    height: 2.8rem;
    font-size: 1rem;
    width: 13rem;
    padding: 0 1rem; }
  .client__row .select select {
    background: #5DE4D233;
    border-radius: .4rem;
    height: 2.8rem;
    font-size: 1rem;
    width: 13rem;
    padding: 0 1rem; }
  .client__row .select:after {
    right: 1rem; }
  .client__row .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 2.9rem;
    font-size: 1.4rem;
    font-weight: 500; }

.client__form {
  margin-top: 2rem;
  max-width: 39rem;
  padding: 2rem;
  box-shadow: 0 1.7rem 1.4rem -1.6rem rgba(0, 0, 0, 0.05); }
  .client__form .input {
    background: none;
    border-radius: .5rem;
    border: 1px solid #D6D6D6;
    font-weight: 500;
    font-size: 1.4rem; }
    .client__form .input::placeholder {
      color: #F77B55; }
  .client__form.qrcode .input {
    background: #5DE4D233;
    border: 0;
    height: 2.8rem;
    font-size: 1rem; }
  .client__form .btn {
    margin-top: 6rem; }

.network__title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.4rem; }

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

.activity__form-group {
  display: flex;
  align-items: center; }
  .activity__form-group .label {
    margin-bottom: 0;
    margin-right: 3rem; }
  .activity__form-group .select select {
    padding: 0 3rem 0 0;
    background: none;
    font-size: 1.3rem;
    font-weight: 500;
    color: #F77B55; }
  .activity__form-group .input {
    background: none;
    padding: 0;
    width: 7rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #F77B55;
    height: 2.5rem; }
  .activity__form-group .separator {
    margin: 0 2rem; }

.cabinet__back {
  color: #A1A1AA;
  font-size: 1.6rem;
  display: flex;
  align-items: center; }
  .cabinet__back img {
    margin-right: .8rem;
    display: block;
    transform: translateY(-0.2rem); }

.cabinet__btn-back {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
  border: 1px solid #27272A33;
  border-radius: 1rem; }

.order__wrapper {
  max-width: 67rem;
  margin: 0 auto; }
  .order__wrapper--summary {
    max-width: 76.8rem; }
  .order__wrapper--triple {
    max-width: 89.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4rem; }
    .order__wrapper--triple .order__block {
      flex: 1; }
      .order__wrapper--triple .order__block.full {
        width: 100%;
        max-width: 100%;
        flex: unset; }
    .order__wrapper--triple .cabinet__item {
      margin-bottom: 0;
      min-height: 100%; }

.network__text {
  color: #A1A1AA;
  font-size: 1.3rem;
  text-align: left; }

.order__important {
  color: #fff; }
  .order__important .title {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 1.7rem;
    display: flex; }
    .order__important .title img {
      display: block;
      transform: translateY(-0.2rem);
      margin-right: .8rem; }
  .order__important .text {
    font-size: 1.3rem;
    margin-bottom: 3.5rem; }
    .order__important .text:last-child {
      margin-bottom: 0; }
    .order__important .text ul {
      margin-top: 1rem;
      list-style: disc;
      margin-left: 1em; }
      .order__important .text ul li {
        margin-bottom: 1.4rem;
        font-size: 1.3rem;
        color: #fafafa; }
        .order__important .text ul li:last-child {
          margin-bottom: 0; }
        .order__important .text ul li a {
          color: #7B19BD; }
        .order__important .text ul li::marker {
          color: #7B19BD; }

.order__summary {
  margin-bottom: 2.4rem;
  padding: 1.6rem;
  background-color: #27272A;
  border-radius: 1.2rem; }

.order__summary-title {
  color: #FAFAFA;
  font-size: 1.6rem; }

.order__summary-row {
  margin-bottom: .8rem;
  display: flex;
  justify-content: space-between; }
  .order__summary-row.total {
    padding-top: .6rem; }
    .order__summary-row.total .title {
      color: #fafafa; }
  .order__summary-row .title {
    color: #A1A1AA;
    font-size: 1.6rem; }
  .order__summary-row .text {
    color: #fafafa;
    font-size: 1.6rem; }
    .order__summary-row .text.refresh {
      color: #7B19BD; }

.order__copyright {
  text-align: center;
  color: #A1A1AA;
  font-size: 1.4rem; }
  .order__copyright a {
    color: #7B19BD; }

.order__form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem; }
  .order__form-actions .btn {
    padding: .3rem 1.6rem 0;
    font-size: 1.4rem;
    height: 4rem; }
    .order__form-actions .btn img {
      margin-right: 1.5rem;
      transform: translateY(-0.2rem); }

.summary__wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #27272A33; }
  .summary__wrapper.no-border {
    border-bottom: 0; }

.summary__block {
  width: 50%;
  margin-bottom: 2rem; }
  .summary__block .title {
    color: #A1A1AA;
    font-size: 1.5rem; }
  .summary__block .text {
    font-size: 1.5rem;
    color: #fafafa;
    display: flex;
    align-items: center; }
    .summary__block .text a {
      margin-left: 1rem; }

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

.sell__summary-item {
  width: 25%; }
  .sell__summary-item .title {
    color: #A1A1AA;
    font-size: 1.3rem; }
  .sell__summary-item .text {
    color: #fff;
    font-size: 1.6rem; }

.download__btn {
  display: inline-flex;
  align-items: center;
  height: 3.6rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 1rem;
  border: 1px solid #27272A;
  padding: 0 1.3rem;
  line-height: 1; }
  .download__btn img {
    transform: translateY(-0.1rem);
    margin-right: .8rem; }

.sell__actions {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .sell__actions .btn {
    height: 4rem;
    font-size: 1.4rem;
    padding: .3rem 1.5rem 0; }
    .sell__actions .btn--back {
      background-color: transparent;
      border: 1px solid #27272A;
      color: #fff; }
    .sell__actions .btn--secondary img {
      margin-left: .2rem;
      transform: translateY(-0.2rem); }

.order__qr img {
  display: block;
  margin: 0 auto 2rem;
  width: 12rem;
  height: 12rem;
  object-fit: contain; }

.order__qr .title {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600; }

.order__qr .text {
  font-size: 1.4rem;
  color: #A1A1AA; }

.order__info-wrapper {
  display: flex;
  margin: 0 -1.2rem; }

.order__info-block {
  width: 70%;
  padding: 0 1.2rem; }
  .order__info-block:last-child {
    width: 30%; }

.cabinet__item-status {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FAFAFA; }

.order__info-row {
  margin-bottom: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #27272A33; }

.order__info-item {
  width: 50%;
  margin-bottom: 2rem; }
  .order__info-item .title {
    margin-bottom: .8rem;
    font-size: 1.3rem;
    color: #9CA3AF; }
  .order__info-item .text {
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    align-items: center; }
    .order__info-item .text img {
      margin-right: .8rem;
      display: block;
      transform: translateY(-0.2rem); }

.cabinet__label {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: #FAFAFA;
  display: flex;
  align-items: center; }
  .cabinet__label img {
    transform: translateY(-0.2rem);
    margin-right: 1rem; }

.order__wallet {
  border: 1px solid #27272A;
  height: 6.6rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.3rem; }

.order__wallet-title {
  display: flex;
  align-items: center;
  color: #FAFAFA;
  font-size: 1.4rem; }
  .order__wallet-title img {
    transform: translateY(-0.2rem);
    margin-right: .8rem; }

.copy__link {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.cabinet__item-text {
  margin-bottom: 2rem;
  color: #9CA3AF; }

.order__info-container {
  padding: 1.7rem;
  border: 1px solid #27272A33;
  border-radius: 1.2rem;
  margin-bottom: 1.6rem; }
  .order__info-container .order__info-row {
    border-bottom: 0;
    margin-bottom: 0; }
  .order__info-container:last-child {
    margin-bottom: 0; }
  .order__info-container .order__info-item {
    width: 100%;
    position: relative; }
    .order__info-container .order__info-item:last-child {
      margin-bottom: 0; }
  .order__info-container .copy__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.7rem; }

.cabinet__info-text {
  color: #9CA3AF; }
  .cabinet__info-text ul {
    margin-left: 1em;
    list-style: disc; }
    .cabinet__info-text ul li {
      margin-bottom: .7rem; }
      .cabinet__info-text ul li:last-child {
        margin-bottom: 0; }

.order__status-step {
  display: flex;
  align-items: center; }
  .order__status-step.process .title {
    color: #9CA3AF; }

.order__status-icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.order__status-item .title {
  color: #FAFAFA;
  transform: translateY(0.2rem); }

.order__status-item .text {
  color: #9CA3AF;
  font-size: 1.2rem; }

.order__step-separator {
  width: .2rem;
  height: 2.4rem;
  background-color: #4B5563;
  margin: 1.6rem; }

.help__container {
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #27272A33; }

.help__link {
  font-size: 1.3rem;
  color: #fff; }
  .help__link:hover {
    text-decoration: none; }

.tips__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.8rem; }

.tips__block {
  width: 50%;
  padding: 0 .8rem;
  margin-bottom: 1.6rem; }

.tips__item {
  border: 1px solid #27272A66;
  border-radius: 1.2rem;
  padding: 1.3rem;
  min-height: 100%; }
  .tips__item .title {
    margin-bottom: .8rem;
    color: #fff; }
  .tips__item .text {
    font-size: 1.4rem;
    color: #9CA3AF; }

.settings__nav {
  margin-bottom: 2.4rem;
  display: flex;
  border: 1px solid #27272A66;
  border-radius: 1.2rem;
  padding: .5rem; }

.settings__nav-item {
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.6rem; }
  .settings__nav-item img {
    margin-right: .6rem;
    transform: translateY(-0.2rem); }
  .settings__nav-item.active {
    background-color: #7B19BD; }

.settings__form .input {
  height: 4rem;
  background: none;
  border-radius: 1rem; }

.settings__form .select select {
  height: 4rem; }

.settings__form .input__wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #27272A;
  border-radius: 1rem;
  padding: 0 1.2rem;
  height: 4rem; }
  .settings__form .input__wrapper .input {
    border: 0; }
  .settings__form .input__wrapper img {
    height: 1.8rem;
    width: 1.8rem;
    transform: translateY(-0.1rem); }

.settings__form .form__row {
  align-items: flex-start; }

.settings__form .form__group {
  margin-bottom: 2.4rem; }

.form__tip {
  margin-top: 1rem;
  color: #A1A1AA;
  font-size: 1.2rem; }

.settings__item {
  border-bottom: 1px solid #27272A33;
  margin-bottom: 2rem; }
  .settings__item.no-border {
    border-bottom: 0; }

.settings__actions {
  display: flex;
  justify-content: flex-end; }

.settings__factor {
  padding-bottom: 2.4rem; }

.factor__block {
  margin-bottom: 1.5rem; }

.factor__item {
  background-color: #27272A;
  padding: 1.6rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.factor__item-content {
  display: flex;
  align-items: center; }
  .factor__item-content img {
    margin-right: 1.2rem; }
  .factor__item-content .title {
    color: #FAFAFA; }
  .factor__item-content .text {
    color: #A1A1AA;
    font-size: 1.3rem; }

.factor__item-icon {
  margin-right: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1rem;
  background-color: #09090B;
  display: flex;
  align-items: center;
  justify-content: center; }
  .factor__item-icon img {
    margin-right: 0; }

.verification__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -1.2rem 1.6rem; }

.verification__block {
  width: 33.33%;
  padding: 0 1.2rem; }

.verification__item {
  background-color: #27272A;
  padding: 1.6rem;
  border-radius: 1.2rem; }
  .verification__item .btn {
    padding-top: .2rem;
    height: 3.6rem;
    font-size: 1.4rem;
    border-radius: 1rem; }
    .verification__item .btn.disabled {
      pointer-events: none; }

.verification__head {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .verification__head .title {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center; }
    .verification__head .title img {
      transform: translateY(-0.2rem);
      margin-right: .4rem; }

.verification__text {
  margin-bottom: 1.2rem;
  color: #A1A1AA;
  font-size: 1.3rem; }

.notifications__wrapper {
  max-width: 54rem; }

.help__content {
  padding: 3rem 0;
  max-width: 83rem;
  margin: 0 auto; }
  .help__content .cabinet__item-title {
    margin-bottom: .8rem; }

.support__block {
  margin-bottom: 3rem;
  border: 1px solid #27272A66;
  border-radius: 1.2rem;
  padding: 2.5rem;
  max-width: 40.4rem; }
  .support__block .title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center; }
    .support__block .title img {
      transform: translateY(-0.2rem);
      margin-right: .8rem;
      height: 2.4rem; }
  .support__block .text {
    margin-bottom: 2rem;
    color: #A1A1AA; }

.help__faq {
  border: 1px solid #27272A66;
  border-radius: 1.2rem;
  padding: 2.5rem; }

.faq__item {
  margin-bottom: 2.5rem; }
  .faq__item:last-child {
    margin-bottom: 0; }

.faq__title {
  margin-bottom: 1rem;
  color: #fafafa; }

.faq__text {
  font-size: 1.3rem;
  color: #A1A1AA; }

.sell__order-sender .input {
  height: 6.6rem;
  padding-right: 5rem; }

.cryptos__nav {
  height: 3.3rem;
  border-radius: 1.2rem;
  border: 1px solid #27272A;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-left: auto;
  max-width: 16.6rem;
  padding: .3rem 1.7rem 0; }
  .cryptos__nav a {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    transition: all .2s ease; }
    .cryptos__nav a:hover {
      color: #7518B4; }
    .cryptos__nav a.active {
      color: #7518B4; }

.cryptos__price-wrapper {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cryptos__price-wrapper .cryptos__price {
    font-size: 2.4rem; }
  .cryptos__price-wrapper .cryptos__percent {
    font-size: 1.6rem; }

.cryptos__volume {
  color: #A1A1AA;
  font-size: 1.4rem; }

.cryptos__volume-price {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff; }

.cryptos__cap-wrapper {
  display: flex; }

.cryptos__cap-block {
  width: 50%; }
  .cryptos__cap-block .title {
    color: #A1A1AA;
    font-size: 1.4rem; }
  .cryptos__cap-block .text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500; }

.page__alert {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background-color: #fff;
  border-radius: .7rem;
  display: flex;
  align-items: flex-start;
  max-width: 46rem;
  width: 100%;
  padding: 1.2rem;
  font-size: 1.6rem; }
  .page__alert img {
    margin-top: -2px;
    margin-right: 1rem;
    display: block; }
  @media (max-width: 47rem) {
    .page__alert {
      max-width: calc(100% - 6rem); } }

.cookie {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 100;
  max-width: 36rem;
  background-color: #1D1C21;
  padding: 2.4rem;
  border-radius: 1.7rem; }
  .cookie.closed {
    display: none; }

.cookie__text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500; }
  .cookie__text a {
    text-decoration: underline;
    color: inherit; }
    .cookie__text a:hover {
      text-decoration: none; }

.cookie__actions {
  display: flex; }
  .cookie__actions .btn {
    margin-right: 1rem; }
    .cookie__actions .btn--o-main span {
      background-color: #1D1C21; }

.page__text-wrapper {
  margin: 0 -1rem;
  font-size: 1rem; }
  .page__text-wrapper:before, .page__text-wrapper:after {
    content: "";
    display: table; }
  .page__text-wrapper:after {
    clear: both; }
  .page__text-wrapper ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .page__text-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .page__text-wrapper h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .page__text-wrapper h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .page__text-wrapper p {
    margin-bottom: .5em; }

.page__text-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700; }

.page__text-block {
  width: 50%;
  padding: 0 1rem; }
  .page__text-block.full {
    width: 100%; }

.page__text-date {
  margin-bottom: 1rem; }

.text__img {
  width: 20rem;
  height: 20rem;
  margin-bottom: 0;
  margin-right: 1rem;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.gallery__slider {
  margin-bottom: 1px;
  overflow: hidden; }

.gallery__slider-item {
  display: block; }
  .gallery__slider-item img {
    display: block;
    width: 100%;
    height: 43rem;
    object-fit: cover; }

.gallery__nav-item {
  cursor: pointer; }
  .gallery__nav-item img {
    display: block;
    width: 100%;
    height: 7rem;
    object-fit: cover; }

.gallery__nav .slick-list {
  margin: 0 -1px 0 0; }

.gallery__nav .slick-slide {
  padding: 0 1px 0 0; }
  .gallery__nav .slick-slide:hover .gallery__nav-item:before {
    opacity: 0.4; }

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

.gallery__nav .slick-current .gallery__nav-item:before {
  opacity: 0.4; }

.gallery__nav-item {
  position: relative; }
  .gallery__nav-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s; }

.lg-actions .lg-prev {
  transform: rotate(180deg); }

.contacts {
  margin-bottom: 12rem; }

.contacts__text {
  text-align: center;
  margin-bottom: 2rem; }

.contacts__form {
  max-width: 63rem;
  margin: 0 auto; }
  .contacts__form .btn {
    min-width: 13.5rem; }

.contacts__title {
  font-size: 2.8rem;
  font-weight: 700; }

.contacts__text {
  line-height: 2; }
  .contacts__text b {
    text-transform: uppercase;
    color: #999999; }
  .contacts__text a {
    color: #F77B55; }

.contacts__title {
  margin-bottom: 2rem; }

/*
 * 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: 90px;
  width: 100%; }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-default {
      cursor: pointer; }
    .dropzone.dz-clickable .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message * {
        cursor: pointer; }
  .dropzone .dz-default {
    margin-bottom: 2.4rem;
    padding: 4rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #27272A4D;
    pointer-events: none; }
  .dropzone .dz-message {
    display: 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;
    color: #cacaca;
    font-size: .8rem;
    font-weight: 600; }
  .dropzone .dz-preview {
    position: relative;
    background-color: #27272A;
    padding: 1.6rem;
    border-radius: 1.2rem;
    display: flex;
    align-items: center; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;
      position: absolute;
      top: 105%;
      pointer-events: auto;
      display: none; }
      .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;
      font-size: 15px;
      color: #FAFAFA;
      display: flex;
      flex-direction: column-reverse; }
      .dropzone .dz-preview .dz-details .dz-size {
        font-size: 13px;
        color: #A1A1AA;
        font-weight: 400; }
    .dropzone .dz-preview .dz-image {
      margin-right: 1.2rem;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 1rem;
      background-color: #09090B;
      display: flex;
      align-items: center;
      justify-content: center; }
      .dropzone .dz-preview .dz-image img {
        height: 2rem;
        object-fit: contain;
        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, #444);
        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; }

.dz-preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

/*! nouislider - 12.0.0 - 9/14/2018 */
/* 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;
  direction: ltr; }

.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;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* 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 {
  position: absolute; }

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

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: .4rem;
  left: -17px;
  top: -7px; }

.noUi-vertical {
  width: 18px; }

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

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  width: 94%;
  background: #F5F5F5;
  border-radius: 4px; }

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

.noUi-connect {
  background: #F77B55; }

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

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

.noUi-handle {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

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

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

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

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

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

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

/* 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%, 0);
  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: #fff;
  color: #000;
  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%; }

.text__page {
  padding-bottom: 10rem; }
  .text__page .block__text h1 {
    font-weight: 600;
    font-size: 3rem; }
  .text__page .block__text h2 {
    font-weight: 700;
    font-size: 2.6rem; }
  .text__page .block__text h3 {
    font-weight: 700;
    font-size: 2rem; }
  .text__page .block__text h4 {
    font-weight: 600;
    font-size: 2.2rem; }

.wrapper {
  padding: 0 7rem;
  position: relative; }

.block__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem; }
  .block__title-wrapper .block__title {
    margin-bottom: 0;
    max-width: 81.5rem; }
    .block__title-wrapper .block__title.xl {
      margin-bottom: 3rem; }

.block__subtitle {
  font-size: 2.5rem;
  font-weight: 500;
  color: #F77B55; }

.block__link {
  font-size: 1.7rem;
  color: #000;
  text-decoration: underline; }
  .block__link:hover {
    text-decoration: none; }

.block__title {
  margin-bottom: 5rem;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.25;
  color: #000;
  letter-spacing: -2px; }
  .block__title--sm {
    font-size: 4rem; }
  .block__title.xl {
    font-size: 6.2rem; }
  .block__title span {
    color: #F056B9;
    background-color: rgba(240, 86, 185, 0.1);
    border-radius: 8px;
    display: inline-block;
    padding: 0 .8rem; }
    .block__title span.blue {
      background-color: #0073FF1A;
      color: #0073FF; }
    .block__title span.green {
      background-color: #5DE4D21A;
      color: #5DE4D2; }
    .block__title span.orange {
      background-color: #FFA18C24;
      color: #FFA18C; }

.block__text {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-family: "Inter", sans-serif; }
  .block__text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: .5em; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-weight: 500;
    font-size: 1.7rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }
  .block__text a {
    color: #F056B9;
    text-decoration: underline;
    text-decoration-color: #F056B9; }
    .block__text a:hover {
      text-decoration: none; }

.solving {
  padding: 10rem 0;
  background-color: #FCFAEF; }

.solving__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -5rem 5rem; }

.solving__block {
  width: 33.333%;
  padding: 0 5rem;
  text-align: center; }

.solving__count {
  width: 6.7rem;
  height: 6.7rem;
  margin: 0 auto;
  padding-top: .2rem;
  padding-right: .2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.9rem;
  border: 1px solid #000; }

.solving__img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.solving__title {
  margin-bottom: 2.5rem;
  font-size: 3.3rem;
  font-weight: 500; }

.solving__text {
  font-size: 1.9rem;
  max-width: 27.5rem;
  margin: 0 auto; }

.solving__actions {
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center; }

.networks__count {
  display: flex;
  align-items: center;
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: -2px;
  gap: 3rem; }
  .networks__count span {
    font-size: 1.7rem;
    font-weight: 400;
    max-width: 10rem;
    letter-spacing: initial; }

.platform {
  padding: 7rem 0 10rem;
  background-color: #CAFFEF;
  border-radius: 7rem; }
  .platform .block__title {
    font-size: 15.5rem;
    font-weight: 700;
    letter-spacing: -5px;
    text-transform: none;
    text-align: center;
    margin: 0 auto;
    max-width: 111rem; }

.platform__actions {
  margin-bottom: 5rem;
  text-align: center; }

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

.platform__block {
  width: 25%;
  padding: 0 2rem;
  font-family: "Inter", sans-serif; }

.platform__item {
  padding: 1.5rem;
  border-radius: 1.6rem;
  background-color: #fff; }

.platform__content {
  padding: 4rem 2rem;
  background-color: #FCFAEF;
  border-radius: 2rem;
  margin-bottom: 1.5rem; }
  .platform__content img {
    display: block;
    width: 10rem;
    height: 10rem;
    object-fit: cover;
    margin-bottom: 4rem; }

.platform__title {
  color: #000;
  margin-bottom: 4rem; }

.platform__text {
  font-size: 1.47rem;
  min-height: 18rem; }

.platform__link {
  display: inline-block;
  padding-left: 1rem; }

.ready {
  padding: 10rem 0;
  background-color: #FCFAEF; }

.ready__container {
  padding: 5rem 4rem;
  max-width: 113rem;
  margin: 0 auto;
  background-color: #000;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  border: 2px solid #fff;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
  gap: 4rem; }
  .ready__container .btn {
    white-space: nowrap; }

.ready__title {
  font-size: 3.3rem;
  font-weight: 500; }

.ready__text {
  font-size: 1.9rem; }

.create {
  padding: 10rem 0;
  background-color: #FCFAEF; }

.create__wrapper {
  display: flex;
  margin: 0 -7rem; }

.create__block {
  width: 50%;
  padding: 0 7rem; }

.create__item {
  padding: 2rem;
  background: #F56735;
  display: block;
  color: #000;
  border-radius: 2rem;
  position: relative; }
  .create__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    background: url("../../images/wave.png") no-repeat;
    background-size: cover;
    opacity: .18;
    mix-blend-mode: multiply; }

.create__title {
  padding: 2rem;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: -2px;
  position: relative;
  z-index: 2;
  line-height: 1.2; }

.create__footer {
  margin: 0 -2rem;
  border-top: 2px solid #000;
  padding: 3rem 2.5rem 0;
  position: relative;
  z-index: 2; }

.create__link {
  font-size: 3.3rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.coins {
  background-color: #FCFAEF;
  padding-top: 7rem; }
  .coins--crypto {
    padding-bottom: 11rem; }
  .coins .block__title {
    max-width: 87rem;
    margin: 0 auto 3rem;
    text-align: center;
    text-transform: none; }

.coins__wrapper {
  display: flex;
  flex-wrap: wrap; }

.coins__block {
  width: 33.33%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  text-align: center;
  padding: 4rem 0; }
  .coins__block:nth-child(3n) {
    border-right: 0; }

.coins__title {
  margin-bottom: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 5.6rem;
  letter-spacing: -2px;
  text-transform: uppercase; }
  .coins__title img {
    height: 7.2rem;
    width: 7.2rem;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-right: 2rem; }

.crypto__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem -2rem 0; }

.crypto__block {
  width: 25%;
  padding: 0 2rem;
  margin-bottom: 4rem; }

.crypto__item {
  background-color: #000;
  padding: 1.1rem;
  border-radius: .8rem;
  font-family: "Inter", sans-serif; }

.crypto__content {
  padding: 1.3rem;
  border-radius: .8rem;
  background-color: #FCFAEF; }

.crypto__name {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600; }
  .crypto__name img {
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    display: block;
    margin-right: .8rem; }

.crypto__price {
  margin-bottom: .5rem;
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 1.4rem; }

.crypto__price-change {
  display: flex;
  align-items: center; }
  .crypto__price-change span {
    padding: .4rem;
    border-radius: .6rem;
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: .8rem; }
    .crypto__price-change span.down {
      background-color: #EB011459;
      color: #E6434F; }
    .crypto__price-change span.up {
      color: #43E66B;
      background-color: #4ea03414; }
  .crypto__price-change .time {
    font-size: 1rem;
    font-weight: 300;
    color: #888; }

.why {
  padding: 10rem 0;
  background-color: #CAFFEF;
  border-radius: 7rem; }
  .why .block__title {
    margin-bottom: 7rem; }

.why__block {
  padding: 2.5rem;
  background-color: #000;
  border-radius: 2rem;
  display: flex;
  font-family: "Inter", sans-serif; }

.why__item-left {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.why__title {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }

.why__item {
  padding: 2rem;
  width: 50%;
  background-color: #fff;
  border-radius: 2rem; }

.why__content {
  padding: 2.5rem;
  border-radius: 2rem;
  background-color: #FCFAEF; }
  .why__content .block__text {
    color: #787B96;
    margin-bottom: 0; }
    .why__content .block__text h4 {
      color: #000;
      margin-bottom: 1rem; }
    .why__content .block__text p {
      margin-bottom: 1rem; }

.why__shape {
  position: absolute; }
  .why__shape.top {
    top: 0;
    left: 0; }
  .why__shape.bottom {
    bottom: 0;
    left: 0; }
  .why__shape.right {
    bottom: 2rem;
    right: 0; }

.welcome {
  padding: 14rem 0 6rem;
  background-color: #FCFAEF;
  position: relative; }

.welcome__block {
  width: 50%;
  position: relative;
  z-index: 2; }
  .welcome__block .block__title {
    margin-bottom: 3.5rem; }
  .welcome__block .block__text {
    max-width: 52rem;
    font-size: 1.9rem; }
  .welcome__block .btn {
    padding-left: 1.7rem; }

.welcome__img {
  position: absolute;
  bottom: 0;
  right: 0; }

.crypto__steps {
  background-color: #CAFFEF;
  border-radius: 7rem;
  padding: 6rem 0; }

.crypto__step {
  margin-bottom: 12rem;
  display: flex;
  align-items: flex-start; }
  .crypto__step:last-child {
    margin-bottom: 0; }
  .crypto__step img {
    max-width: 56.4rem; }

.crypto__step-item {
  padding-left: 9rem;
  position: relative;
  padding-top: 3rem; }
  .crypto__step-item .count {
    top: 2.8rem;
    left: 3rem;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: #F97316;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding-top: .4rem;
    z-index: 2; }
  .crypto__step-item .title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    z-index: 2; }
  .crypto__step-item .text {
    font-size: 1.9rem;
    position: relative;
    z-index: 2; }
    .crypto__step-item .text ol {
      padding-left: 1em; }

.crypto__secure {
  border-radius: 1.2rem;
  background-color: #FCFAEF;
  padding: 3.2rem;
  max-width: 90rem;
  margin: 0 auto; }
  .crypto__secure .title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 700; }
  .crypto__secure .block__text {
    color: #4B5563;
    font-size: 1.5rem;
    margin-bottom: 0; }

.crypto__shape {
  position: absolute; }
  .crypto__shape.left {
    left: 0;
    top: 3rem; }
  .crypto__shape.top {
    left: 4rem;
    top: 0; }
  .crypto__shape.mid {
    top: 5.5rem;
    left: 11rem; }
  .crypto__shape.right {
    right: 0;
    top: 40%; }

.cryptos__slider {
  margin-bottom: 5rem; }
  .cryptos__slider .slick-prev {
    width: 6.3rem;
    height: 6.3rem;
    background-image: url("../../images/d_arrow-l.svg");
    background-size: cover;
    background-repeat: no-repeat;
    left: -6rem; }
    .cryptos__slider .slick-prev.slick-disabled {
      opacity: .5; }
  .cryptos__slider .slick-next {
    width: 6.3rem;
    height: 6.3rem;
    background-image: url("../../images/d_arrow-r.svg");
    background-size: cover;
    background-repeat: no-repeat;
    right: -6rem; }
    .cryptos__slider .slick-next.slick-disabled {
      opacity: .5; }

.cryptos__slide {
  background-color: #000;
  border-radius: .8rem;
  padding: 1.3rem;
  text-align: left; }
  .cryptos__slide .cryptos__chart {
    height: 7.5rem;
    margin-bottom: 1.5rem; }

.cryptos__slide-content {
  background-color: #fff;
  border-radius: .8rem;
  padding: 1.3rem;
  font-family: "Inter", sans-serif; }

.cryptos__slide-title {
  display: flex;
  align-items: center;
  font-weight: 600; }
  .cryptos__slide-title img {
    margin-right: .8rem;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%; }

.cryptos__slide-price {
  font-weight: 600;
  font-size: 1.4rem; }

.cryptos__slide-change {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
  color: #888888; }
  .cryptos__slide-change span {
    padding: .4rem .5rem;
    border-radius: .6rem;
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: .8rem; }
    .cryptos__slide-change span.down {
      background-color: #EB011459;
      color: #EB0114; }
    .cryptos__slide-change span.up {
      background-color: #6AFBCB59;
      color: #6AFBCB; }

.cryptos__container {
  border-radius: 7rem;
  padding: 5rem 0;
  background-color: #CAFFEF;
  position: relative; }
  .cryptos__container:before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #FCFAEF;
    position: absolute;
    top: 0;
    left: 0; }

.crypto__chart {
  position: relative; }

.crypto__modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  z-index: 1111;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden; }
  .crypto__modal-wrapper.opened {
    opacity: 1;
    visibility: visible; }

.crypto__modal {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  background-color: #FCFAEF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2.6rem;
  position: relative; }
  .crypto__modal .soc {
    margin-top: 0;
    width: 100%;
    background-color: #000;
    border-bottom-right-radius: 2.2rem;
    border-bottom-left-radius: 2.2rem; }

.crypto__modal-content {
  padding: 12rem 5rem 3rem; }
  .crypto__modal-content .block__text {
    font-family: inherit;
    font-size: 1.6rem;
    margin-bottom: 5rem; }

.crypto__modal-title {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  font-size: 3.3rem; }
  .crypto__modal-title img {
    height: 5.9rem;
    width: 5.9rem;
    margin-right: 3rem;
    border-radius: 50%;
    object-fit: cover;
    transform: translateY(-0.2rem); }

.crypto__modal-table-title {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600; }

.crypto__modal-close {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50%;
  line-height: 1; }
  .crypto__modal-close:before, .crypto__modal-close:after {
    content: '';
    position: absolute;
    top: 0.9rem;
    left: 0;
    display: block;
    width: 100%;
    height: .4rem;
    border-radius: 2px;
    background-color: #000;
    transition: 0.3s; }
  .crypto__modal-close:before {
    transform: rotate(-45deg); }
  .crypto__modal-close:after {
    transform: rotate(45deg); }

.contacts {
  margin-bottom: 12rem; }

.contacts__text {
  text-align: center;
  margin-bottom: 2rem; }

.contacts__form {
  max-width: 63rem;
  margin: 0 auto; }
  .contacts__form .btn {
    min-width: 13.5rem; }

.contacts__title {
  font-size: 2.8rem;
  font-weight: 700; }

.contacts__text {
  line-height: 2; }
  .contacts__text b {
    text-transform: uppercase;
    color: #999999; }
  .contacts__text a {
    color: #F77B55; }

.contacts__title {
  margin-bottom: 2rem; }

.flow__page {
  padding: 16rem 0 7rem; }

.flow__steps {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: .8rem; }

.flow__step {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #E5E7EB; }
  .flow__step.active {
    width: 4.8rem;
    background-color: #F77B55;
    border-radius: 2rem; }
  .flow__step.completed {
    width: 4.8rem;
    border-radius: 2rem;
    background-color: #F77B5580; }

.flow__wrapper {
  padding: 8.5rem 0;
  display: flex;
  justify-content: center;
  background-color: #CAFFEF;
  border-radius: 7rem; }

.flow__block {
  max-width: 70rem; }

.flow__title {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #4B5563; }

.flow__text {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6B7280; }

.flow__table {
  padding: 2.5rem 2rem;
  background: linear-gradient(#14181D, #121317);
  border: 1px solid #71717C;
  border-radius: 1rem; }
  .flow__table .title {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 700; }

.flow__table-row {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .flow__table-row:last-child {
    margin-bottom: 0; }
  .flow__table-row .text {
    font-weight: 300; }
  .flow__table-row .price {
    font-weight: 500; }

.flow__form {
  max-width: 58rem;
  width: 100%;
  padding: 3rem;
  background: #FCFAEF;
  border-radius: 1.2rem;
  min-height: 100%; }
  .flow__form .btn {
    padding-top: .3rem;
    height: 5.6rem;
    color: #fff;
    font-weight: 700; }
  .flow__form .block__title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: none; }
  .flow__form .label {
    color: #000;
    font-size: 1.9rem;
    font-weight: 400; }
  .flow__form .block__subtitle {
    margin-bottom: 5rem;
    font-size: 2.2rem; }
  .flow__form .input {
    background-color: #fff;
    height: 6.4rem;
    border: 1px solid #E5E7EB;
    color: #000; }
    .flow__form .input::placeholder {
      color: #A1A1AA;
      font-size: 1.2rem; }
  .flow__form .input__wrapper {
    position: relative; }
    .flow__form .input__wrapper .input {
      padding-left: 6rem; }
    .flow__form .input__wrapper img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 3.2rem;
      left: 1.6rem; }
  .flow__form .select select {
    border: 1px solid #E5E7EB;
    background-color: #fff;
    height: 5.6rem;
    color: #000; }

.converter__text {
  margin-top: 2rem;
  font-size: .9rem;
  text-align: center;
  color: #4B5563; }
  .converter__text a {
    color: #F77B55;
    font-size: 1.4rem; }

.flow__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem; }
  .flow__head .block__title {
    margin-bottom: 0; }

.flow__back {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff; }

.converter__notice {
  border: 1px solid #8D0A03;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  color: #FCA5A5;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #8D0A0340;
  border-radius: 1rem; }
  .converter__notice ul {
    list-style: disc;
    margin-left: 1.2em; }

.converter__radio-input {
  display: none; }
  .converter__radio-input:checked + .converter__radio-label {
    border-color: #F77B55; }
    .converter__radio-input:checked + .converter__radio-label:after {
      opacity: 1; }

.converter__radio-label {
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  color: #9E9D9D;
  border-radius: 1.6rem;
  cursor: pointer;
  user-select: none;
  padding: 2.5rem;
  background-color: #fff; }
  .converter__radio-label img {
    margin-right: 1.5rem; }
  .converter__radio-label span {
    display: block; }
  .converter__radio-label .title {
    font-size: 1.8rem;
    color: #111827; }
  .converter__radio-label .text {
    font-size: 1.4rem;
    color: #6B7280; }
  .converter__radio-label:after {
    content: '';
    position: absolute;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #F77B55;
    width: 1rem;
    height: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 3rem;
    opacity: 0; }

.flow__form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.flow__text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #6B7280;
  margin-bottom: 4rem; }

.flow__total {
  margin-bottom: 2.5rem;
  padding: 1rem 2.5rem;
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  border: 1px solid #E5E7EB; }

.flow__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0; }
  .flow__row:last-child {
    border-top: 1px solid #E5E7EB;
    border-bottom: 0;
    margin-bottom: 1rem; }
  .flow__row .title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #374151; }
  .flow__row .text {
    font-size: 1.3rem;
    font-weight: 500;
    color: #374151; }
  .flow__row.total .title {
    font-weight: 700;
    font-size: 1.7rem; }
  .flow__row.total .text {
    font-weight: 700;
    font-size: 1.7rem; }
  .flow__row--details {
    border-bottom: 1px solid #E5E7EB;
    padding: .5rem 0; }
    .flow__row--details:last-child {
      border-top: 0; }
    .flow__row--details .title {
      color: #9E9D9D; }
    .flow__row--details .text {
      color: #9E9D9D; }

.flow__code {
  text-align: center; }
  .flow__code .input {
    text-align: center; }

.flow__digits {
  margin-top: -12px;
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin-bottom: 2.4rem; }
  .flow__digits .digit {
    height: .4rem;
    width: 1.2rem;
    border-radius: 2rem;
    background-color: #D1D5DB; }
    .flow__digits .digit.active {
      background-color: #F77B55; }

.category {
  margin-bottom: 8.2rem; }

.category__wrapper {
  margin: 0 -2.4rem;
  display: flex;
  flex-wrap: wrap; }

.category__block {
  width: 33.33%;
  padding: 0 2.4rem;
  margin-bottom: 6.8rem; }

.category__item {
  border: 1px solid transparent;
  min-height: 23rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease; }
  .category__item:hover {
    border-color: #c7c7c7;
    text-decoration: none; }

.category__img {
  height: 13.6rem;
  width: 9.5rem;
  display: block;
  margin: 0 auto 2rem; }

.category__title {
  color: inherit;
  max-width: 28rem;
  font-size: 2.4rem;
  line-height: 1.2; }

.login__page {
  display: flex;
  min-height: 100vh; }

.login__block {
  width: 50%;
  display: flex;
  justify-content: center;
  background-color: #FCFAEF; }
  .login__block:first-child {
    background-color: #000;
    align-items: center;
    position: relative; }
  .login__block:last-child {
    padding-top: 9rem;
    padding-bottom: 2rem; }
  .login__block .block__title {
    color: #fff;
    max-width: 50rem;
    text-align: center; }

.login__logo {
  position: absolute;
  top: 7rem;
  left: 9rem; }

.login__shape {
  position: absolute; }
  .login__shape.top {
    top: 4.5rem;
    right: 0; }
  .login__shape.bottom {
    bottom: 0;
    left: 0; }

.login__soc {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex; }

.login__form {
  max-width: 44rem; }
  .login__form .label {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 400; }
  .login__form .input {
    background-color: #fff;
    border: 2px solid #000;
    height: 6.8rem;
    color: #000; }
  .login__form .checkbox {
    font-family: "Inter", sans-serif; }

.login__title {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3.3rem; }

.login__text {
  color: #000;
  font-size: 1.9rem; }
  .login__text a {
    color: inherit;
    text-decoration: underline; }
    .login__text a:hover {
      text-decoration: none; }

.login__alert {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  max-width: 46rem;
  width: 100%;
  padding: 1.4rem 1.2rem 1.2rem;
  background-color: #fff;
  border: 1px solid #cdcdd8;
  border-radius: .7rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-start;
  line-height: 1;
  transform: translateX(150%);
  transition: all .2s ease; }
  .login__alert.active {
    transform: translateX(0); }
  .login__alert img {
    display: block;
    margin-right: .4rem;
    transform: translateY(-0.2rem); }
  .login__alert a {
    color: #F77B55; }

.login__actions {
  padding-top: 2.5rem; }

/* Helpers (must be as last import to override rules when use)
==========================*/
.hide, .hidden {
  display: none; }

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.block {
  padding: 20px; }
  .block .text {
    font-size: 20px; }

.pt-0 {
  padding-top: 0; }

.text-gray {
  color: #999999 !important; }

.text-red {
  color: #EA4335 !important; }

.text-rblack {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

.text-pink {
  color: #FF80D2 !important; }

.text-blue {
  color: #315ED2 !important; }

.text-green {
  color: #00B67A !important; }

.text-main {
  color: #F77B55 !important; }

.text-moicvet {
  color: #000 !important; }

.text-secondary {
  color: #7B19BD !important; }

.text-brown {
  color: #94816C !important; }

.text-black {
  color: #000 !important; }

.text-gray {
  color: #999999 !important; }

.text-peach {
  color: #916868 !important; }

.static {
  position: static; }

.text-xs {
  font-size: .7em; }

.text-s {
  font-size: .8em; }

.text-m {
  font-size: 1.2em; }

.text-l {
  font-size: 1.4em; }

.text-xl {
  font-size: 1.6em; }

.text-xxl {
  font-size: 1.8em; }

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

.pb-0 {
  padding-bottom: 0; }

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

.alert.visible-success {
  background-color: #00B67A;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #00B67A;
  display: block;
  color: #fff; }

.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: #fff;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #fff;
    background: #ff9a36; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FF8D1C;
    border-color: #FF8D1C;
    color: #fff; }
  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; }

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

@media (max-width: 1600px) {
  .intro--inside .intro__text {
    max-width: 80rem;
    margin: 0 auto; } }

@media (max-width: 1200px) {
  .intro__title {
    font-size: 13rem; }
  .coins__title {
    font-size: 4rem; } }

@media (max-width: 1100px) {
  .cryptos__slider {
    padding: 0 4rem; }
    .cryptos__slider .slick-prev {
      left: -1rem; }
    .cryptos__slider .slick-next {
      right: -1rem; }
  .block__title {
    font-size: 6rem; }
  .intro__image.middle-line {
    display: none; }
  .platform {
    padding-bottom: 6rem; }
    .platform .block__title {
      font-size: 12rem; }
  .platform__wrapper {
    flex-wrap: wrap; }
  .platform__block {
    margin-bottom: 4rem;
    width: 50%; }
  .ready {
    padding: 5rem 0; }
  .create {
    padding: 5rem 0; }
  .create__wrapper {
    margin: 0 -3.5rem; }
  .create__block {
    padding: 0 3.5rem; }
  .create__title {
    font-size: 6rem; }
  .coins__title {
    font-size: 3rem; }
    .coins__title img {
      height: 5rem;
      width: 5rem; }
  .welcome__img {
    height: 35rem; }
  .news .block__title {
    font-size: 12rem; }
  .news__wrapper {
    margin: 0 -1.5rem; }
  .news__block {
    padding: 0 1.5rem;
    margin-bottom: 3rem; }
  .news__title {
    font-size: 2.6rem; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
  .footer__nav-wrapper {
    gap: 3rem; } }

@media (max-width: 992px) {
  .header--inside .menu__btn:before, .header--inside .menu__btn:after,
  .header--inside .menu__btn i {
    background-color: #000; }
  .hide-mobile {
    display: none; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2.6rem;
    height: 1.4rem;
    position: relative; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #fff;
      transition: 0.3s; }
    .menu__btn:after {
      width: 80%;
      margin-right: auto; }
    .menu__btn.active {
      height: 2.6rem; }
      .menu__btn.active i {
        display: none; }
      .menu__btn.active:before {
        top: 12px;
        position: absolute;
        transform: rotate(45deg); }
      .menu__btn.active:after {
        top: 12px;
        position: absolute;
        width: 100%;
        transform: rotate(-45deg); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #fff;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .menu {
    padding: 0 0 6rem;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    background-color: #0D0D0D;
    transition: 0.3s;
    transform: translateX(-100%);
    z-index: 1001; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      width: 100%;
      padding: 0 1.5rem;
      overflow-y: auto; }
    .menu .header__actions {
      justify-content: center; }
    .menu .header__action {
      border: 0; }
    .menu .nav {
      flex-direction: column;
      height: auto; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 1rem; }
      .menu .nav__item:hover .nav__submenu-wrapper {
        transform: translateY(0) translateX(0); }
      .menu .nav__item.with-sub:after {
        transform: translateY(0) rotateZ(45deg);
        top: .5rem; }
      .menu .nav__item a {
        padding: 0; }
    .menu .nav__submenu-wrapper {
      width: 100%;
      padding: 1rem 0 0;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu-container {
      box-shadow: none;
      padding-left: 1rem; }
    .menu .nav__submenu {
      background: none;
      box-shadow: none; }
    .menu .nav__submenu-title {
      display: none; }
    .menu .nav__submenu-item {
      align-items: flex-start;
      width: 100%;
      margin-bottom: 1rem;
      padding: 0;
      text-align: left; }
      .menu .nav__submenu-item:last-child {
        margin-bottom: 0; }
      .menu .nav__submenu-item a {
        width: 100%;
        height: auto;
        padding: 0; }
        .menu .nav__submenu-item a:hover {
          background-color: transparent;
          color: #F77B55; }
    .menu .nav__submenu-img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 0;
      margin-right: 1.5rem; }
      .menu .nav__submenu-img img {
        max-height: 100%; }
    .menu .nav__link {
      margin-bottom: 1rem; }
    .menu .lng {
      margin-right: 0; }
    .menu .lng__list {
      display: flex;
      background: none;
      justify-content: center;
      border: 0; }
      .menu .lng__list a {
        padding: 0;
        margin-right: 1rem;
        color: #fff; }
        .menu .lng__list a:last-child {
          margin-right: 0; }
        .menu .lng__list a.active {
          color: #F77B55; }
    .menu .lng__link {
      margin-right: 2rem;
      padding-right: 0;
      color: #fff; }
      .menu .lng__link:before {
        display: none; }
      .menu .lng__link:last-child {
        margin-right: 0; }
      .menu .lng__link.active {
        color: #F77B55; }
    .menu .lng__item {
      flex-direction: column; }
      .menu .lng__item:hover .lng__wrapper {
        transform: translateY(0) translateX(0); }
    .menu .lng__wrapper {
      position: static;
      top: auto;
      right: auto;
      width: 100%;
      margin-top: 1rem;
      opacity: 1;
      visibility: visible;
      transform: translateY(0rem); }
    .menu .lng__list {
      border-radius: 0;
      box-shadow: none; }
      .menu .lng__list:before {
        display: none; }
    .menu .lng__sub-item {
      height: auto;
      margin-bottom: 1rem; }
      .menu .lng__sub-item a {
        padding: 0; }
        .menu .lng__sub-item a:hover {
          background-color: transparent;
          color: #F0B83B; }
    .menu .header__cabinet-nav {
      flex-direction: column;
      align-items: flex-start; }
    .menu .header__cabinet-nav-link {
      margin-bottom: 1rem; }
  .menu__actions {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center; }
  .intro__title {
    font-size: 8rem; }
  .intro__image.middle {
    max-height: 45rem;
    max-width: 100%; }
  .intro__image.middle-left {
    max-height: 25rem; }
  .intro__image.top-left-line {
    max-width: 18rem; }
  .intro__image.middle-right {
    height: 20rem; }
  .intro__image.bottom-right {
    display: none; }
  .intro__shape.center {
    max-height: 35rem; }
  .solving__wrapper {
    margin: 0 -2rem 4rem; }
  .solving__block {
    padding: 0 2rem; }
  .solving__title {
    font-size: 2.5rem; }
  .ready__container {
    flex-direction: column;
    align-items: flex-start; }
  .why {
    padding: 5rem 0; }
  .welcome__img {
    display: none; }
  .welcome__block {
    width: 100%; }
  .welcome {
    padding: 5rem 0; }
  .solving {
    padding: 5rem 0; }
  .footer__main {
    margin-bottom: 8rem; }
  .intro {
    padding-top: 16rem; }
  .wrapper {
    padding: 0 1.5rem; }
  .crypto__step {
    flex-direction: column; }
  .cabinet__wrapper {
    flex-direction: column; }
  .cabinet__block {
    width: 100%; }
    .cabinet__block.xl {
      width: 100%; }
  .order__info-wrapper {
    flex-direction: column; }
  .order__info-block {
    width: 100%; }
    .order__info-block:last-child {
      width: 100%; }
  .cabinet__content {
    padding-bottom: 2rem; }
  .cabinet__header {
    flex-direction: column;
    height: auto;
    padding: 3rem 0; }
  .cabinet__header-block {
    margin-bottom: 2rem; }
  .intro__inside-shape {
    opacity: .5; }
    .intro__inside-shape.right {
      right: -10rem; } }

@media (max-width: 768px) {
  .solving__wrapper {
    flex-wrap: wrap; }
  .solving__block {
    margin-bottom: 4rem;
    width: 100%; }
    .solving__block:last-child {
      margin-bottom: 0; }
  .solving__text {
    max-width: 100%; }
  .platform .block__title {
    font-size: 8rem; }
  .news .block__title {
    margin-bottom: 4rem;
    font-size: 8rem; }
  .create__wrapper {
    margin: 0 -1rem; }
  .create__block {
    padding: 0 1rem; }
  .create__title {
    font-size: 4rem; }
  .coins {
    padding-top: 3rem; }
    .coins--crypto {
      padding-bottom: 5rem; }
  .coins__title {
    font-size: 2.4rem; }
    .coins__title img {
      margin-right: 1rem;
      height: 4rem;
      width: 4rem; }
  .block__title {
    font-size: 4rem; }
  .platform__content img {
    margin-bottom: 2rem; }
  .platform__title {
    margin-bottom: 2rem; }
  .platform__text {
    min-height: 12rem; }
  .crypto__block {
    width: 50%; }
  .why .block__title {
    margin-bottom: 3rem; }
  .why__block {
    flex-direction: column; }
  .why__item-left {
    width: 100%;
    padding: 10rem 0; }
  .why__item {
    width: 100%; }
  .news__block {
    width: 100%; }
  .table__container {
    padding: 0 2rem; }
  .settings__nav {
    flex-direction: column; }
  .verification__wrapper {
    flex-direction: column;
    gap: 2rem; }
  .verification__block {
    width: 100%; }
  .search__form .input--search {
    min-width: 16rem; } }

@media (max-width: 640px) {
  .footer__nav-wrapper {
    flex-direction: column;
    text-align: center; }
  .footer__nav-item .nav {
    align-items: center; }
  .platform .block__title {
    font-size: 6rem; }
  .news .block__title {
    font-size: 6rem; }
  .platform__block {
    width: 100%; }
  .intro__image.bottom-left {
    display: none; }
  .intro__image.top-right-third {
    display: none; }
  .intro__image.middle-left {
    display: none; }
  .intro__image.middle-right {
    display: none; }
  .intro__image.top-right-line {
    display: none; }
  .intro__image.middle {
    display: none; }
  .intro__shape.center {
    max-width: 100%; }
  .intro__title {
    font-size: 5rem; }
  .solving__actions {
    flex-direction: column;
    align-items: center; }
  .create__wrapper {
    flex-wrap: wrap; }
  .create__block {
    margin-bottom: 2rem;
    width: 100%; }
    .create__block:last-child {
      margin-bottom: 0; }
  .coins__block {
    width: 50%;
    border-right: 0; }
    .coins__block:nth-child(odd) {
      border-right: 2px solid #000; }
  .crypto__step {
    margin-bottom: 4rem; }
    .crypto__step img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .crypto__step-item {
    padding-left: 7rem; }
  .summary__wrapper {
    flex-wrap: wrap; }
  .summary__block {
    width: 100%; }
  .order__wrapper--triple .order__block {
    width: 100%;
    flex: unset; }
  .sell__summary-wrapper {
    flex-wrap: wrap; }
  .sell__summary-item {
    width: 50%; }
  .tips__block {
    width: 100%; }
  .search__form {
    flex-direction: column;
    gap: 1rem;
    width: 100%; }
    .search__form .input {
      width: 100%; }
    .search__form .input__wrapper {
      width: 100%;
      display: block; }
    .search__form .form__group {
      width: 100%;
      margin-right: 0; } }

@media (max-width: 560px) {
  .intro__content {
    padding-bottom: 10rem; }
  .crypto__block {
    width: 100%; }
  .why__shape.bottom {
    display: none; }
  .why__shape.right {
    bottom: -2rem; }
  .block__text {
    font-size: 1.6rem; }
  .bank__transfer-actions {
    flex-direction: column; }
  .payment__radio {
    max-width: 100%; }
  .order__info-item {
    padding-right: 4rem; }
  .order__info-container .copy__link {
    right: 0; }
  .form__row {
    flex-direction: column; }
    .form__row .form__group {
      width: 100%; } }

.chart__tooltip {
  position: absolute;
  transform: translateY(-3rem);
  background-color: #FCFAEF;
  padding: .5rem;
  border-radius: .5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  z-index: 3; }

body.fastflow-page .datepicker {
  border: 1px solid #27272A66 !important;
  background-color: #FCFAEF !important; }

body.fastflow-page .datepicker--pointer {
  background-color: #FCFAEF !important; }

.datepicker {
  border: 1px solid #27272A66 !important;
  background-color: #09090B !important; }

.datepicker--pointer {
  background-color: #09090B !important; }
