@charset "UTF-8";
/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }

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

body {
  font-family: "Outfit", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  overflow-x: hidden;
  font-size: 1.5rem; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%; }
  body.main-page .page__wrapper {
    background-size: cover; }
  body.inside .footer__bg {
    display: none; }

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:hover {
    text-decoration: underline; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

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

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

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

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

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

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

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

/* Vendor libs

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

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

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

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: .4rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1rem;
      width: 1rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      opacity: .5;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #fff; }
    .slick-dots li.slick-active button {
      opacity: 1; }

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

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: 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; }
  .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: 770px; } }

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

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

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

.remodal {
  text-align: left;
  background-color: #fff;
  border-radius: .4rem;
  overflow: hidden;
  padding: 0; }
  .remodal--secure .remodal__head {
    background-color: #f6f8fa; }
  .remodal--accept {
    max-width: 58rem;
    display: inline-flex;
    background: none; }
    .remodal--accept .remodal__head {
      background: linear-gradient(145deg, #59b0e5, #926df6);
      padding: 4rem 2rem 4rem 2rem;
      height: auto;
      flex-direction: column;
      width: 21rem; }
    .remodal--accept .remodal__title {
      margin-bottom: 3.5rem;
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 1.1; }
    .remodal--accept .remodal__text {
      color: #000000;
      margin-bottom: 0;
      line-height: 1.1; }
    .remodal--accept .remodal__body {
      padding: 4rem;
      flex: 1;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .remodal--settings {
    max-width: 84rem; }
    .remodal--settings .input {
      background-color: #f9f9f9; }
    .remodal--settings .select select {
      background-color: #f9f9f9; }
    .remodal--settings .summary__actions {
      margin-top: 1rem; }
  .remodal--secure {
    max-width: 56rem; }
    .remodal--secure .summary__actions {
      margin-top: 3rem; }
  .remodal--login {
    max-width: 51.6rem; }
    .remodal--login .label {
      color: #000; }
    .remodal--login .form__row {
      margin: 0 -1rem;
      display: flex; }
      .remodal--login .form__row .form__group {
        padding: 0 1rem;
        width: 50%; }
  .remodal .summary__actions .btn:last-child {
    margin-left: 1.5rem; }

.remodal__head {
  background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
  height: 8rem;
  display: flex;
  align-items: center;
  padding: 0 2.5rem; }
  .remodal__head .remodal__title {
    color: #fff; }

.remodal__title {
  margin-bottom: 1rem;
  line-height: 1.1;
  font-size: 2.8rem;
  color: #000; }

.remodal__wrapper {
  padding: 2rem 3.4rem 1.7rem 2.5rem;
  display: flex; }

.remodal__block {
  width: 40%; }
  .remodal__block:last-child {
    width: 60%;
    padding-left: 3.6rem; }
  .remodal__block .title {
    margin-bottom: .3rem;
    font-size: 1.7rem;
    font-weight: 600; }

.remodal__summary {
  padding: 1.5rem 2rem;
  background-color: #cbd5ef3d;
  border-radius: 8px; }
  .remodal__summary .currency {
    margin-bottom: .8rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
    .remodal__summary .currency img {
      margin-left: .5rem;
      width: 2rem;
      height: 2rem;
      object-fit: cover; }
  .remodal__summary .currency__count {
    width: 14rem; }
    .remodal__summary .currency__count.euro {
      font-size: 1.4rem;
      font-weight: 500; }

.currency__block .currency {
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem; }
  .currency__block .currency img {
    margin-left: .5rem;
    width: 2rem;
    height: 2rem; }

.currency__block .currency__count {
  width: 15rem; }
  .currency__block .currency__count.euro {
    font-size: 1.4rem;
    font-weight: 500; }

.summary__content {
  margin-top: 3.5rem; }

.summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem; }
  .summary__row:last-child {
    margin-bottom: .4rem; }
  .summary__row .title {
    line-height: 1;
    font-size: 1.2rem;
    color: #787878;
    font-weight: 700;
    font-style: italic; }
  .summary__row .count {
    line-height: 1;
    font-size: 1.3rem;
    font-weight: 700;
    width: 8.5rem; }
  .summary__row.time {
    justify-content: flex-start; }
    .summary__row.time .title {
      margin-right: 1rem; }

.remodal__bank .summary__row .count {
  width: auto;
  max-width: 26rem;
  font-size: 1.2rem;
  text-align: right; }

.summary__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .summary__actions .btn {
    height: 2.8rem;
    font-size: 1.2rem;
    min-width: 9.9rem;
    padding: 0 .6rem;
    margin-bottom: .2rem; }
  .summary__actions.flex-end {
    margin-top: 2rem;
    justify-content: flex-end;
    flex-direction: row; }
    .summary__actions.flex-end .btn {
      margin-bottom: 0; }
  .summary__actions.sof .btn {
    margin-right: 1rem;
    height: 2.6rem; }
    .summary__actions.sof .btn:last-child {
      margin-right: 0; }

.remodal__body {
  padding: 2.5rem 4rem; }
  .remodal__body .form__text {
    font-size: 1.3rem; }
  .remodal__body .summary__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    .remodal__body .summary__actions .btn {
      height: 2.8rem;
      padding: 0 .6rem; }

.remodal__text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #787878; }

.secure__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: .2rem; }

.secure__text {
  margin-bottom: 1.5rem;
  font-size: 1.3rem; }

.secure__img {
  height: 16rem;
  display: block;
  margin: 0 auto 2rem; }

.secure__wrapper {
  display: flex;
  justify-content: space-between; }
  .secure__wrapper .input {
    width: 100%;
    height: 5rem;
    text-align: center;
    padding: 0;
    border-radius: .5rem;
    background-color: #f9f9f9; }
    .secure__wrapper .input:focus {
      background-color: #fff;
      border: 1px solid #4478ff; }
    @media (max-width: 560px) {
      .secure__wrapper .input {
        width: 4rem;
        height: 3.6rem; } }

.remodal__bank .title {
  margin-bottom: 0; }

.remodal--upload {
  max-width: 52rem;
  border-radius: 0;
  padding: 0;
  background: none; }

.remodal--factor {
  max-width: 28rem; }
  .remodal--factor .factor__title {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #33343A; }
  .remodal--factor .factor__text {
    padding: 0;
    margin-bottom: 1rem;
    background: none;
    color: #85888C;
    font-weight: 600;
    font-size: 12px; }

.remodal .remodal-close {
  top: 1.5rem;
  right: 3rem; }

.factor__content {
  padding: 1.5rem; }

.factor__separator {
  margin-bottom: 2rem;
  height: 2px;
  background-color: #BBBBBB; }

.factor__manual {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #85888C; }
  .factor__manual:before {
    content: '';
    background-color: #BBBBBB;
    flex: 1;
    height: 2px;
    margin-right: 1rem; }
  .factor__manual:after {
    margin-left: 1rem;
    content: '';
    background-color: #BBBBBB;
    flex: 1;
    height: 2px; }

.factor__code {
  display: flex;
  margin-bottom: 2rem; }
  .factor__code .code {
    flex: 1;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    margin-right: .7rem;
    font-size: 9px;
    font-weight: 600;
    background-color: #CBD5EF3D; }
  .factor__code .code__copy {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CBD5EF3D; }

.factor__inputs {
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between; }
  .factor__inputs .input {
    width: 33px;
    height: 56px;
    padding: 0;
    text-align: center;
    font-size: 28px;
    border: 1px solid #539ACD;
    background: none;
    font-weight: 600; }

.factor__actions {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .factor__actions .cancel {
    color: #000;
    font-size: 12px;
    font-weight: 600; }
  .factor__actions .btn {
    height: 26px;
    font-size: 12px;
    font-weight: 600; }

.upload__head {
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-top-right-radius: 2.4rem;
  border-top-left-radius: 2.4rem; }

.upload__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -.2px; }

.upload__text {
  color: #6d6d6d;
  font-size: 1.2rem; }

.upload__content {
  padding: 3rem 5rem 7rem;
  background-color: #f7f9fb;
  border-bottom-right-radius: 2.4rem;
  border-bottom-left-radius: 2.4rem; }

.upload__block {
  max-width: 42rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1.2rem;
  height: 22rem;
  background-color: #fff;
  cursor: pointer;
  position: relative; }
  .upload__block .title {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: underline; }

.upload__files {
  display: flex; }
  .upload__files .file {
    padding: .4rem .8rem;
    border-radius: .6rem;
    background-color: #f1f3fc;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    margin-right: .6rem; }
    .upload__files .file span {
      background: linear-gradient(145deg, #59b0e5, #926df6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.upload__ico {
  margin-bottom: 1.5rem; }

.upload__name {
  margin-bottom: .8rem;
  font-size: 1.4rem;
  font-weight: 500; }

.upload__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .upload__step .btn {
    height: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    top: calc(100% + 1.5rem);
    right: 0;
    border-radius: .5rem;
    padding-bottom: .1rem; }
  .upload__step.last {
    position: relative; }

.upload__load {
  margin-bottom: 6.4rem;
  font-weight: 500;
  font-size: 1.4rem;
  background: linear-gradient(145deg, #59b0e5, #926df6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex; }
  .upload__load img {
    margin-right: .4rem; }

.upload__cancel {
  position: absolute;
  color: #141b3466;
  background-color: #f2f2fd;
  display: inline-flex;
  top: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .4rem .8rem;
  border-radius: .6rem;
  line-height: 1; }

.upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f1f3fc;
  border-radius: 1.2rem; }

.search__autocomplete {
  margin-top: 2rem; }

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

.autocomplete__name {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1; }
  .autocomplete__name img {
    display: block;
    margin-right: .4rem;
    width: 2rem;
    height: 2rem;
    object-fit: cover; }
  .autocomplete__name span {
    color: #7E8FAB; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1340px) {
    .container {
      width: 1310px;
      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: 1340px) {
    .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: 1340px) {
    .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: 1340px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.error__page {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: #fafafa; }

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

.error__wrapper {
  display: flex;
  align-items: center;
  margin: 0 -1rem; }

.error__block {
  padding: 0 1rem;
  width: 50%;
  display: flex;
  justify-content: space-between; }
  .error__block:last-child {
    width: 50%;
    text-align: right; }

.error__nav {
  padding-top: 60px;
  display: flex;
  flex-direction: column; }
  .error__nav .nav__link {
    margin-right: 0;
    margin-bottom: 20px; }

.error__title {
  margin-bottom: 50px;
  font-size: 56px;
  font-weight: 900;
  color: #000;
  line-height: 1.2; }
  .error__title span {
    display: block;
    background: linear-gradient(145deg, #59B0E5, #926DF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.error__text {
  font-size: 22px;
  color: #6A7B97;
  margin-bottom: 140px; }

.error__number {
  font-size: 288px;
  font-weight: 600;
  color: #689EEA; }

.error__img {
  max-width: 442px; }
  .error__img img {
    max-width: 100%; }

@media (max-width: 992px) {
  .error__wrapper {
    flex-direction: column-reverse; }
  .error__block {
    text-align: center;
    width: 100%;
    flex-direction: column;
    align-items: center; }
  .error__number {
    text-align: center;
    font-size: 15rem; }
  .error__img {
    display: none; } }

.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 #6D6D6D;
  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 {
  width: 100%;
  z-index: 13;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fafafa, #f3f1f7, #fafafa); }
  .header--inside {
    position: relative; }
    .header--inside .logo {
      align-items: center; }
      .header--inside .logo a {
        line-height: 1; }

.header__line {
  margin-top: 2rem;
  padding: .6rem;
  text-align: center;
  color: #000; }
  .header__line a {
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block; }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem; }
  .header__wrapper .btn {
    height: 45px; }

.header__left {
  display: flex;
  align-items: center;
  width: 25%; }
  .header__left .logo {
    margin-right: 10rem; }

.logo {
  display: inline-flex; }
  .logo a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 2rem; }
    .logo a:hover {
      text-decoration: none; }
    .logo a span {
      font-weight: 400; }
  .logo img {
    transform: translateY(0.2rem);
    height: 6.5rem; }

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

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

.nav {
  display: flex; }

.nav__item {
  position: relative; }

.header__search {
  margin-right: 8rem;
  position: relative; }
  .header__search:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4rem;
    height: 2rem;
    width: .1rem;
    background-color: #7E8FAB;
    opacity: 0.25; }

.nav__link {
  color: #7E8FAB;
  transition: all .2s ease;
  position: relative;
  margin-right: 3rem;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -.05em; }
  .nav__link:last-child {
    margin-right: 0; }
  .nav__link:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 1.6rem;
    background: linear-gradient(to bottom, #539ACD 0%, #926DF6 100%);
    opacity: 0; }
  .nav__link.active {
    color: #000; }
    .nav__link.active:after {
      opacity: 1; }
  .nav__link:hover {
    text-decoration: none; }
    .nav__link:hover + .nav__link-text {
      opacity: 1; }
    .nav__link:hover:after {
      opacity: 1; }

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

.header__actions {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: flex-end; }

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

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

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

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

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

.footer__cards {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

.menu__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 4.8rem;
  height: 4.8rem; }

.close__btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 10; }
  .close__btn:before, .close__btn:after {
    content: '';
    background-color: #000000;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 14px;
    left: 0;
    transform: rotate(45deg);
    border-radius: 2px; }
  .close__btn:after {
    transform: rotate(-45deg); }

.menu {
  padding: 6rem 0;
  width: 320px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  background-color: #fff;
  transition: 0.3s;
  transform: translateX(100%);
  z-index: 1001; }
  .menu.opened {
    transforM: translateX(0); }
  .menu .menu__content {
    padding: 0 1.5rem;
    overflow-y: auto; }
  .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 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: #689EEA; }
  .menu .nav__submenu-img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    margin-right: 1.5rem; }
    .menu .nav__submenu-img img {
      max-height: 100%; }
  .menu .lng {
    display: flex;
    height: auto;
    margin-bottom: 3rem; }
  .menu .lng__link {
    margin-right: 2rem;
    padding-right: 0; }
    .menu .lng__link:before {
      display: none; }
    .menu .lng__link:last-child {
      margin-right: 0; }
  .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__actions {
    width: 100%; }

.menu__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 2rem; }

.menu__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .menu__nav-list .nav__link {
    margin-bottom: 1rem;
    margin-right: 0; }

.header__search-wrapper {
  position: relative; }

.header__search-form {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 23rem;
  background-color: #fafafa;
  border-radius: 1.5rem;
  padding: 1.4rem;
  opacity: 0;
  visibility: hidden; }
  .header__search-form.opened {
    opacity: 1;
    visibility: visible; }
  .header__search-form .input {
    padding-left: 4rem;
    background-color: #fff; }
    .header__search-form .input::placeholder {
      color: #7E8FAB; }

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

.checkbox {
  position: relative; }

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label {
    color: #000; }
    .checkbox__input:checked + .checkbox__label:after {
      opacity: 1; }

.checkbox__label {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  color: #6D6D6D;
  font-size: 1.1rem;
  font-style: italic; }
  .checkbox__label a {
    font-style: normal;
    color: inherit;
    font-weight: 500;
    text-decoration: underline; }
    .checkbox__label a:hover {
      text-decoration: none; }
  .checkbox__label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.3rem;
    height: 1.1rem;
    background-image: url("/images/check.svg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .4; }
  .checkbox__label--mark-top:after {
    top: .5rem;
    transform: translateY(0); }
  .checkbox__label--standart {
    font-style: normal;
    font-size: 1.6rem; }

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

.radio__input {
  display: none; }
  .radio__input:checked + .radio__label {
    color: #000; }
    .radio__input:checked + .radio__label--disabled {
      color: #6D6D6D; }
  .radio__input:checked + .radio__label:before {
    border-color: #1437CC; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #1437CC; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  color: #000;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #6D6D6D;
    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: 14px;
    height: 14px;
    background-color: #6D6D6D;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    transition: background-color .1s linear, opacity .1s linear; }
  .radio__label:hover:not(.radio__label--disabled):after {
    opacity: 0.5; }
  .radio__label--error {
    color: #F6465D; }
    .radio__label--error:before {
      border-color: #F6465D; }
  .radio__label--disabled {
    color: #6D6D6D; }
    .radio__label--disabled:before {
      border-color: #939393; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 5rem;
  padding: 0 1.5rem;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  border-radius: .8rem;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .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: #6D6D6D;
    color: #fff; }
    .btn--gray:focus {
      background-color: #656565; }
    .btn--gray:hover {
      background-color: #606060; }
    .btn--gray:active {
      background-color: #5b5b5b; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #F6465D;
    color: #fff; }
    .btn--red:focus {
      background-color: #f53750; }
    .btn--red:hover {
      background-color: #f52e48; }
    .btn--red:active {
      background-color: #f4243f; }
  .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: #EBDDDD;
    color: #000; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--purple {
    background-color: #A08CA7;
    color: #fff; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #000; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #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: #0ECB81;
    color: #fff; }
    .btn--green:focus {
      background-color: #0dbd78; }
    .btn--green:hover {
      background-color: #0cb372; }
    .btn--green:active {
      background-color: #0caa6c; }
  .btn--yellow {
    background-color: #F0B83B;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #efb32d; }
    .btn--yellow:hover {
      background-color: #eeaf23; }
    .btn--yellow:active {
      background-color: #edac1a; }
  .btn--main {
    background-color: #689EEA;
    color: #000; }
    .btn--main:focus {
      background-color: #5b95e8; }
    .btn--main:hover {
      background-color: #5290e7; }
    .btn--main:active {
      background-color: #498ae6; }
  .btn--dark {
    background-color: #272D37;
    color: #fff; }
    .btn--dark:focus {
      background-color: #21262e; }
    .btn--dark:hover {
      background-color: #1c2128; }
    .btn--dark:active {
      background-color: #181c22; }
  .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--o-gray {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #6D6D6D; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #6D6D6D;
      border-color: #686868; }
    .btn--o-gray:hover {
      border-color: #6D6D6D;
      background-color: #6D6D6D;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #656565;
      background-color: #656565; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 1px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 1px solid #F6465D;
    color: #F6465D; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #F6465D;
      border-color: #f63c54; }
    .btn--o-red:hover {
      border-color: #F6465D;
      background-color: #F6465D;
      color: #fff; }
    .btn--o-red:active {
      border-color: #f53750;
      background-color: #f53750; }
  .btn--o-white {
    background-color: transparent;
    border: 1px 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: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px 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: 1px solid #0ECB81;
    color: #0ECB81; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #0ECB81;
      border-color: #0dc17b; }
    .btn--o-green:hover {
      border-color: #0ECB81;
      background-color: #0ECB81;
      color: #fff; }
    .btn--o-green:active {
      border-color: #0dbd78;
      background-color: #0dbd78; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #F0B83B;
    color: #F0B83B; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--o-yellow:hover {
      border-color: #F0B83B;
      background-color: #F0B83B;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #efb32d;
      background-color: #efb32d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #689EEA;
    color: #689EEA; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #689EEA;
      border-color: #5f98e9; }
    .btn--o-main:hover {
      border-color: #689EEA;
      background-color: #689EEA;
      color: #fff; }
    .btn--o-main:active {
      border-color: #5b95e8;
      background-color: #5b95e8; }
  .btn--o-dark {
    background-color: transparent;
    border: 1px solid #272D37;
    color: #272D37; }
    .btn--o-dark:focus {
      background-color: transparent;
      color: #272D37;
      border-color: #232831; }
    .btn--o-dark:hover {
      border-color: #272D37;
      background-color: #272D37;
      color: #fff; }
    .btn--o-dark:active {
      border-color: #21262e;
      background-color: #21262e; }
  .btn--o-black {
    background-color: transparent;
    border: 1px 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--i-gray {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #6D6D6D;
      border-color: #686868; }
    .btn--i-gray:hover {
      border-color: #6D6D6D;
      background-color: transparent;
      color: #6D6D6D; }
    .btn--i-gray:active {
      border-color: #656565;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #F6465D;
      border-color: #f63c54; }
    .btn--i-red:hover {
      border-color: #F6465D;
      background-color: transparent;
      color: #F6465D; }
    .btn--i-red:active {
      border-color: #f53750;
      background-color: transparent; }
  .btn--i-white {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--i-white:hover {
      border-color: #fff;
      background-color: transparent;
      color: #fff; }
    .btn--i-white:active {
      border-color: #f7f7f7;
      background-color: transparent; }
  .btn--i-pink {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--i-pink:hover {
      border-color: #EBDDDD;
      background-color: transparent;
      color: #EBDDDD; }
    .btn--i-pink:active {
      border-color: #e5d3d3;
      background-color: transparent; }
  .btn--i-purple {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-dark-pink {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--i-dark-pink:hover {
      border-color: #BC9999;
      background-color: transparent;
      color: #BC9999; }
    .btn--i-dark-pink:active {
      border-color: #b69090;
      background-color: transparent; }
  .btn--i-blue {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--i-blue:hover {
      border-color: #315ED2;
      background-color: transparent;
      color: #315ED2; }
    .btn--i-blue:active {
      border-color: #2c57c8;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #0ECB81;
      border-color: #0dc17b; }
    .btn--i-green:hover {
      border-color: #0ECB81;
      background-color: transparent;
      color: #0ECB81; }
    .btn--i-green:active {
      border-color: #0dbd78;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #F0B83B;
      border-color: #efb532; }
    .btn--i-yellow:hover {
      border-color: #F0B83B;
      background-color: transparent;
      color: #F0B83B; }
    .btn--i-yellow:active {
      border-color: #efb32d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #689EEA;
      border-color: #5f98e9; }
    .btn--i-main:hover {
      border-color: #689EEA;
      background-color: transparent;
      color: #689EEA; }
    .btn--i-main:active {
      border-color: #5b95e8;
      background-color: transparent; }
  .btn--i-dark {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-dark:focus {
      background-color: transparent;
      color: #272D37;
      border-color: #232831; }
    .btn--i-dark:hover {
      border-color: #272D37;
      background-color: transparent;
      color: #272D37; }
    .btn--i-dark:active {
      border-color: #21262e;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #6D6D6D;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white {
    border-color: #fff; }
    .btn--o-white:hover {
      color: #000; }
  .btn--white {
    color: #F0B83B; }
  .btn--main {
    color: #fff;
    background: linear-gradient(to bottom, #539ACD 0%, #926DF6 100%); }
  .btn--o-main {
    color: #272D37; }
    .btn--o-main:hover {
      border-color: transparent;
      background: linear-gradient(to bottom, #539ACD 0%, #926DF6 100%); }
  .btn--blue {
    background: linear-gradient(180deg, #0270E3 0%, #315ED2 100%); }
  .btn--sm {
    height: 2.8rem;
    font-size: 1.2rem; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: .7rem;
  line-height: 1; }
  .dropdown-wrapper:focus {
    z-index: 2; }

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

.dropdown {
  width: auto;
  margin: 0;
  padding: .6rem .6rem .6rem .7rem;
  background: #EBEBEB;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  list-style: none;
  position: absolute;
  top: calc(101% + .3rem);
  right: 5px;
  z-index: 100;
  display: none;
  overflow-y: auto;
  max-height: 86px; }
  .dropdown.short {
    padding-right: 1rem; }
    .dropdown.short:after {
      content: '';
      position: absolute;
      top: .6rem;
      right: .6rem;
      border-radius: .2rem;
      background: rgba(120, 120, 120, 0.33);
      width: .4rem;
      bottom: .6rem; }
  .dropdown--currency {
    overflow: hidden; }
    .dropdown--currency .dropdown__link {
      min-width: 8rem;
      padding-right: .5rem; }
    .dropdown--currency ul {
      padding-right: .4rem;
      overflow-y: auto;
      max-height: 72px; }
      .dropdown--currency ul::-webkit-scrollbar {
        width: 4px; }
      .dropdown--currency ul::-webkit-scrollbar-track {
        background: rgba(120, 120, 120, 0.33);
        border-radius: 2px; }
      .dropdown--currency ul::-webkit-scrollbar-thumb {
        background: rgba(120, 120, 120, 0.33);
        border-radius: 2px; }
  .dropdown li:last-child .dropdown__link {
    margin-bottom: 0; }

.dropdown__btn {
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  background: none;
  position: relative;
  padding-right: 2rem;
  display: block;
  line-height: 1; }
  .dropdown__btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #5E6767;
    width: .8rem;
    height: .8rem;
    margin-top: -.3rem;
    transform: translateY(-50%) rotate(45deg); }
  .dropdown__btn.opened:after {
    margin-top: 0;
    transform: translateY(-50%) rotate(225deg); }
  .dropdown__btn img {
    width: 2rem;
    height: 2rem; }

.dropdown__link {
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  line-height: 1; }
  .dropdown__link span {
    padding-top: .5rem; }
  .dropdown__link img {
    height: 2rem;
    width: 2rem;
    margin-left: .7rem; }
  .dropdown__link:hover {
    background-color: #F1F1F1;
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }

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

.form__group {
  margin-bottom: 2rem; }

.form__row {
  display: flex;
  margin: 0 -2rem;
  flex-wrap: wrap; }
  .form__row .form__group {
    width: 100%;
    padding: 0 2rem; }
    .form__row .form__group.sm {
      width: 33.33%; }
      @media (max-width: 992px) {
        .form__row .form__group.sm {
          width: 100%; } }

.login__page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  @media (max-height: 570px) {
    .login__page {
      padding-top: 12rem; } }

.login__block {
  margin-bottom: 2rem;
  text-align: center;
  max-width: 55rem;
  width: 100%; }

.login__2fa-block {
  margin-bottom: 2rem; }

.login__item {
  padding: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  text-align: left; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 4.4rem;
  padding: .5rem 2rem;
  border: 1px solid #E8EDFA;
  vertical-align: middle;
  background-color: rgba(217, 217, 217, 0.3);
  border-radius: .6rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  font-family: "Anek Gujarati", sans-serif;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #6D6D6D; }
  .input--flow-code {
    height: 5.4rem; }
  .input.code-error {
    background-color: rgba(68, 120, 255, 0.46); }
  .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: #F6465D;
    color: #F6465D;
    background-color: rgba(246, 70, 93, 0.05); }
    .input--error::placeholder {
      color: #F6465D; }
    .input--error:focus {
      background-color: rgba(246, 70, 93, 0.05); }
  .input--success {
    border-color: #0ECB81;
    color: #0ECB81;
    background-color: rgba(14, 203, 129, 0.05); }
    .input--success::placeholder {
      color: #0ECB81; }
    .input--success:focus {
      background-color: rgba(14, 203, 129, 0.05); }
  .input.error {
    background-color: rgba(68, 120, 255, 0.46); }
  .input.success {
    border-color: #F6465D;
    color: #F6465D;
    background-color: rgba(246, 70, 93, 0.05); }
    .input.success::placeholder {
      color: #F6465D; }
    .input.success:focus {
      background-color: rgba(246, 70, 93, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative;
  z-index: 2; }
  .input__wrapper--label {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .input__wrapper--label .label {
      margin-bottom: 0;
      white-space: nowrap; }
    .input__wrapper--label .btn {
      margin-bottom: 0; }
  .input__wrapper--icon-before .input {
    padding-left: 2.1em; }
  .input__wrapper--icon-before .input__icon {
    left: .7em; }
  .input__wrapper--icon-after .input {
    padding-right: 2.1em; }
  .input__wrapper--icon-after .input__icon {
    right: .7em; }
  .input__wrapper--icon-before .input:focus + .input__icon, .input__wrapper--icon-after .input:focus + .input__icon {
    color: #000; }

input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.label__file {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  padding: 0 15.5rem 0 2rem;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.5rem; }

.file__name {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.5rem;
  height: 100%;
  background-color: #F0B83B;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  cursor: pointer; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 20rem;
  padding: 1.5rem 2rem;
  border-radius: 1.6rem;
  border: 1px solid #787878;
  vertical-align: middle;
  background-color: #f3f3f3;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
  resize: none;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #000;
    opacity: 0.3; }
  .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: #F6465D;
    color: #F6465D;
    background-color: rgba(246, 70, 93, 0.05); }
    .textarea--error::placeholder {
      color: #F6465D; }
    .textarea--error:focus {
      background-color: rgba(246, 70, 93, 0.05); }
  .textarea--success {
    border-color: #0ECB81;
    color: #0ECB81;
    background-color: rgba(14, 203, 129, 0.05); }
    .textarea--success::placeholder {
      color: #0ECB81; }
    .textarea--success:focus {
      background-color: rgba(14, 203, 129, 0.05); }

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

/* 19. Select
=========================*/
.select {
  position: relative;
  color: #000;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(45deg);
    width: .8rem;
    height: .8rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #5E6767;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 4.4rem;
    padding: .5rem 3rem .5rem 1.5rem;
    border-radius: .6rem;
    border: 0;
    vertical-align: middle;
    background: rgba(217, 217, 217, 0.3);
    font-family: inherit;
    font-weight: 600;
    font-size: 1.3rem;
    color: #000;
    transition: 0.3s; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: #FBF6F0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #F6465D;
      color: #F6465D;
      background-color: rgba(246, 70, 93, 0.05); }
      .select select.error::placeholder {
        color: #F6465D; }
      .select select.error:focus {
        background-color: rgba(246, 70, 93, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #F6465D; }
  .select--success:before, .select--success:after {
    color: #0ECB81; }
  .select--error select {
    color: #F6465D;
    border-color: #F6465D;
    color: #F6465D;
    background-color: rgba(246, 70, 93, 0.05); }
    .select--error select::placeholder {
      color: #F6465D; }
    .select--error select:focus {
      background-color: rgba(246, 70, 93, 0.05); }
  .select--success select {
    color: #0ECB81;
    border-color: #0ECB81;
    color: #0ECB81;
    background-color: rgba(14, 203, 129, 0.05); }
    .select--success select::placeholder {
      color: #0ECB81; }
    .select--success select:focus {
      background-color: rgba(14, 203, 129, 0.05); }
  .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%; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem; }

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 1rem;
    border-radius: 50%;
    background-color: #689EEA;
    pointer-events: none; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    color: #000;
    opacity: .2;
    pointer-events: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }

/* 14. Pagination
=========================*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
  text-align: center; }

.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  width: 4.4rem;
  margin: 0 .5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  color: #689EEA;
  padding-top: .2rem;
  transition: 0.3s;
  border: 1px solid #e8edfa;
  border-radius: .4rem; }
  .pagination__item:focus {
    text-decoration: none; }
  .pagination__item:hover {
    text-decoration: none;
    color: #000; }
  .pagination__item--disabled {
    opacity: 0.5;
    pointer-events: none; }
  .pagination__item--current {
    color: #000; }
  .pagination__item--left:before, .pagination__item--right:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.6rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    transition: 0.3s; }
  .pagination__item--left {
    margin-left: 0;
    padding-left: 4rem; }
    .pagination__item--left:before {
      left: 0;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='%23CC9856'/%3e%3c/svg%3e "); }
    .pagination__item--left:hover {
      color: #689EEA; }
      .pagination__item--left:hover:before {
        transform: translateY(-50%) translateX(-3px); }
  .pagination__item--right {
    margin-right: 0;
    padding-right: 4rem; }
    .pagination__item--right:before {
      right: 0;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31658 27.0976 7.68342 26.7071 7.29289L20.3431 0.928932C19.9526 0.538408 19.3195 0.538408 18.9289 0.928932C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM0 9L26 9V7L0 7L0 9Z' fill='%23CC9856'/%3e%3c/svg%3e "); }
    .pagination__item--right:hover {
      color: #689EEA; }
      .pagination__item--right:hover:before {
        transform: translateY(-50%) translateX(3px); }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  border-radius: .4rem;
  background-color: #fff;
  color: #000;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #6D6D6D;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #F6465D;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .alert--blue {
    background-color: #315ED2;
    color: #fff; }
  .alert--green {
    background-color: #0ECB81;
    color: #fff; }
  .alert--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .alert--main {
    background-color: #689EEA;
    color: #000; }
  .alert--dark {
    background-color: #272D37;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #6D6D6D;
    border: 1px solid #6D6D6D; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #F6465D;
    border: 1px solid #F6465D; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-green {
    background: transparent;
    color: #0ECB81;
    border: 1px solid #0ECB81; }
  .alert--o-yellow {
    background: transparent;
    color: #F0B83B;
    border: 1px solid #F0B83B; }
  .alert--o-main {
    background: transparent;
    color: #689EEA;
    border: 1px solid #689EEA; }
  .alert--o-dark {
    background: transparent;
    color: #272D37;
    border: 1px solid #272D37; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }
  .alert--green {
    color: #000;
    background-color: rgba(68, 120, 255, 0.46); }
    .alert--green a {
      color: inherit;
      text-decoration: underline; }
      .alert--green a:hover {
        text-decoration: none; }
  .alert--red {
    color: #000;
    background-color: rgba(68, 120, 255, 0.46); }
    .alert--red a {
      color: inherit;
      text-decoration: underline; }
      .alert--red a:hover {
        text-decoration: none; }

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

.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: #F6465D;
  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: 8.5rem 0 12.5rem;
  background-color: rgba(215, 165, 104, 0.1); }
  .news .block__title {
    margin-bottom: 3rem; }

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

.news__item {
  width: calc(100% / 3);
  padding: 1rem; }

.news__item-wrapper {
  text-decoration: none; }
  .news__item-wrapper:hover {
    text-decoration: none; }
    .news__item-wrapper:hover .news__title {
      color: #689EEA;
      text-decoration-color: #689EEA; }

.news__img {
  height: 27rem;
  overflow: hidden; }
  .news__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s; }

.news__body {
  padding-top: 1.5rem;
  padding-right: 1.5rem; }

.news__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #000;
  transition: 0.3s; }

.date {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
  color: #689EEA; }

.except {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000; }

.section .news__item {
  padding-bottom: 4rem; }

.section--news .container {
  width: 830px; }

.section--news .gallery {
  margin-bottom: 3rem; }

.news__image {
  margin-bottom: 3.5rem; }
  .news__image img {
    display: block;
    width: 100%; }

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

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  /* Table Head */
  /* Table Body */
  /* Row Colors */ }
  .table thead {
    font-size: 16px; }
    .table thead tr {
      border-bottom: 0; }
  .table th {
    padding: .7rem 0 1.5rem;
    color: #6D6D6D;
    font-weight: normal;
    text-align: left; }
    .table th.text-center {
      text-align: center; }
  .table tbody tr {
    border-bottom: 0; }
  .table td {
    vertical-align: middle;
    padding: .7rem 0;
    line-height: 1; }
    .table td.payment {
      color: #f9bf78;
      font-weight: 500; }
  .table tbody tr.row--gray {
    background-color: #6D6D6D;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #F6465D;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #000; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #000; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .table tbody tr.row--blue {
    background-color: #315ED2;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #0ECB81;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #F0B83B;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #689EEA;
    color: #000; }
  .table tbody tr.row--dark {
    background-color: #272D37;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #000;
    color: #fff; }
  .table .name span {
    color: #6D6D6D; }
  .table .price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px; }
    .table .price.down {
      color: #ff8181; }
    .table .price.up {
      color: #0ECB81; }
  .table--cabinet thead th {
    padding: 0 0 1rem;
    font-size: 13px;
    color: #787878;
    font-weight: 500; }
  .table--cabinet tbody tr {
    border-bottom: 1px solid rgba(219, 219, 219, 0.3); }
  .table--cabinet tbody td {
    padding: 1rem 0;
    font-size: 13px;
    font-weight: 500; }
  .table .date {
    font-weight: 300; }
  .table .status {
    font-weight: 600;
    word-break: break-word;
    display: block;
    width: 80px;
    line-height: 1.5; }
    .table .status.awaiting {
      color: #f9bf78; }
    .table .status.denied {
      color: #000; }
  .table--activity {
    font-size: 1.3rem;
    table-layout: fixed; }
    @media (max-width: 992px) {
      .table--activity {
        table-layout: unset;
        min-width: 90rem; } }
    .table--activity thead tr th {
      font-size: 1.3rem; }
      .table--activity thead tr th:first-child {
        padding-left: .3rem; }
      .table--activity thead tr th:last-child {
        padding-left: 1rem; }
      @media (max-width: 992px) {
        .table--activity thead tr th {
          padding: .8rem 1rem; } }
    .table--activity tbody tr {
      border-bottom: 1px solid rgba(219, 219, 219, 0.35); }
      .table--activity tbody tr td {
        padding: .8rem 1rem .8rem 0;
        height: 5rem; }
        @media (max-width: 992px) {
          .table--activity tbody tr td {
            padding: .8rem 1rem; } }
        .table--activity tbody tr td:last-child {
          padding-left: 1rem; }
        .table--activity tbody tr td:first-child {
          padding-left: .3rem;
          word-break: break-all; }
        .table--activity tbody tr td img {
          vertical-align: text-bottom;
          display: inline-block; }
        .table--activity tbody tr td.address {
          font-weight: 500; }
        .table--activity tbody tr td.action {
          font-size: 1rem;
          line-height: 1.5; }
  .table--crypto-page {
    margin-bottom: 3rem; }
    .table--crypto-page thead tr th {
      font-size: 11px;
      color: #272D37;
      background-color: #CBD5EF3D;
      padding: 1.5rem; }
      .table--crypto-page thead tr th:first-child {
        padding-left: 2.4rem; }
    .table--crypto-page tbody tr td {
      font-size: 16px;
      color: #272D37;
      padding: 1.5rem; }
      .table--crypto-page tbody tr td:first-child {
        padding-left: 2.4rem; }
  .table--activity tbody tr td {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .table--crypto {
    margin-bottom: 3rem;
    min-width: 800px; }
    .table--crypto thead tr {
      position: relative;
      border-bottom: .8rem solid #fafafa; }
      .table--crypto thead tr th {
        color: #7E8FAB;
        background-color: #fff;
        font-weight: 900; }
        .table--crypto thead tr th:first-child {
          padding-left: 3rem;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; }
        .table--crypto thead tr th:last-child {
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px; }
    .table--crypto tbody tr {
      position: relative;
      border-bottom: .8rem solid #fafafa; }
      .table--crypto tbody tr td {
        background-color: #fff; }
        .table--crypto tbody tr td:first-child {
          padding-left: 3rem;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; }
        .table--crypto tbody tr td:last-child {
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px; }
        .table--crypto tbody tr td .btn {
          height: 3.2rem;
          min-width: 8rem; }
        .table--crypto tbody tr td .currency {
          display: flex;
          align-items: center; }
          .table--crypto tbody tr td .currency img {
            margin-right: 2rem;
            display: block; }
          .table--crypto tbody tr td .currency span {
            display: block;
            margin: 0 1rem;
            color: rgba(126, 143, 171, 0.25); }
  .table--transactions {
    min-width: 80rem;
    font-size: 1.3rem; }
    .table--transactions thead tr th {
      font-weight: 400;
      color: #787878;
      font-size: 1.3rem;
      padding-bottom: 1.7rem;
      padding-top: .1rem; }
      .table--transactions thead tr th.text-center {
        text-align: center; }
      .table--transactions thead tr th:last-child {
        padding-right: 0; }
      .table--transactions thead tr th.currency {
        text-align: center; }
      .table--transactions thead tr th:last-child {
        text-align: right; }
      .table--transactions thead tr th.status-head {
        text-align: center; }
    .table--transactions tbody tr {
      border-bottom: 1px solid rgba(219, 219, 219, 0.35); }
      .table--transactions tbody tr:last-child {
        border-bottom: 0; }
        .table--transactions tbody tr:last-child td {
          padding-bottom: 0; }
      .table--transactions tbody tr td {
        padding: 1.4rem 0 1.3rem 0;
        font-weight: 500; }
        .table--transactions tbody tr td a {
          color: #000; }
        .table--transactions tbody tr td:last-child {
          text-align: right;
          padding-right: 1.5rem; }
        .table--transactions tbody tr td.date {
          font-weight: 300;
          color: #000; }
        .table--transactions tbody tr td.currency {
          text-align: center; }
        .table--transactions tbody tr td img {
          width: 2rem;
          height: 2rem; }
        .table--transactions tbody tr td .status {
          text-align: center;
          font-size: 1.3rem;
          padding: .2em 1rem 0;
          width: auto;
          display: inline-block;
          min-width: 10rem; }
          .table--transactions tbody tr td .status.pending {
            color: #d3b253;
            background-color: rgba(249, 239, 208, 0.8); }
          .table--transactions tbody tr td .status.cancel {
            color: #c58481;
            background-color: #f7e7e8; }
          .table--transactions tbody tr td .status.accepted {
            color: #83a2c7;
            background-color: #c8eeff; }
          .table--transactions tbody tr td .status.completed {
            color: #00be6e;
            background-color: #8af4db; }
          .table--transactions tbody tr td .status.declined {
            color: #c58481;
            background-color: #f7e7e8; }
          .table--transactions tbody tr td .status.deleted {
            color: #c58481;
            background-color: #f7e7e8; }
          .table--transactions tbody tr td .status.refused {
            color: #c58481;
            background-color: #f7e7e8; }
          .table--transactions tbody tr td .status.refunded {
            color: #9b7ad0;
            background-color: #ede7f7; }
          .table--transactions tbody tr td .status.chargeback {
            color: #ac6db7;
            background-color: #f7dafa; }
          .table--transactions tbody tr td .status.exchange-order {
            color: #6f5584;
            background-color: #c8b5d3; }
          .table--transactions tbody tr td .status.request {
            color: #d07aae;
            background-color: #fadff7; }
          .table--transactions tbody tr td .status.waiting-verification {
            color: #9681c5;
            background-color: #f1e7f7; }
          .table--transactions tbody tr td .status.recall {
            color: #c78383;
            background-color: #ffcbc8; }
  .table--history {
    border-radius: .5rem;
    box-shadow: 0 0 2.7rem rgba(0, 0, 0, 0.13);
    table-layout: fixed; }
    .table--history thead tr th {
      color: #787878;
      font-size: 13px;
      padding-bottom: 0;
      padding-top: 1rem; }
      .table--history thead tr th:first-child {
        padding-left: 2rem; }
    .table--history tbody tr td {
      color: #000;
      font-weight: 500; }
      .table--history tbody tr td i {
        font-weight: 400; }
      .table--history tbody tr td:first-child {
        padding-left: 2rem; }
      .table--history tbody tr td a {
        color: inherit; }

.crypto__table-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  height: 50px; }

.order_status {
  text-align: center;
  font-size: 1.3rem;
  padding: .5rem 1rem .3rem;
  width: auto;
  display: inline-block;
  border-radius: .2rem; }
  .order_status.pending {
    color: #d3b253;
    background-color: rgba(249, 239, 208, 0.8); }
  .order_status.cancel {
    color: #c58481;
    background-color: #f7e7e8; }
  .order_status.accepted {
    color: #83a2c7;
    background-color: #c8eeff; }
  .order_status.completed {
    color: #00be6e;
    background-color: #8af4db; }
  .order_status.declined {
    color: #c58481;
    background-color: #f7e7e8; }
  .order_status.deleted {
    color: #c58481;
    background-color: #f7e7e8; }
  .order_status.refused {
    color: #c58481;
    background-color: #f7e7e8; }
  .order_status.refunded {
    color: #9b7ad0;
    background-color: #ede7f7; }
  .order_status.chargeback {
    color: #ac6db7;
    background-color: #f7dafa; }
  .order_status.exchange-order {
    color: #6f5584;
    background-color: #c8b5d3; }
  .order_status.request {
    color: #9B7AD0;
    background: none; }
  .order_status.waiting-verification {
    color: #9681c5;
    background-color: #f1e7f7; }
  .order_status.recall {
    color: #9B7AD0;
    background: none; }
  .order_status.verified {
    color: #9681C5;
    background-color: #F1E7F7; }

.order_sell_status {
  text-align: center;
  font-size: 1.3rem;
  padding: .3rem 1rem .3rem;
  width: auto;
  display: inline-block;
  border-radius: .2rem; }
  .order_sell_status.sell-exchange {
    background-color: #c8b5d3;
    color: #6f5584; }
  .order_sell_status.sell-new {
    color: #d3b253;
    background-color: rgba(249, 239, 208, 0.8); }
  .order_sell_status.sell-crypto {
    color: #83A2C7;
    background-color: #C8EEFF; }
  .order_sell_status.sell-request-on {
    color: #D07AAE;
    background-color: #FADFF7; }
  .order_sell_status.sell-completed {
    color: #00BE6E;
    background-color: #8AF4DB; }
  .order_sell_status.sell-declined {
    color: #C58481;
    background-color: #F7E7E8; }
  .order_sell_status.sell-canceled {
    color: #C58481;
    background-color: #F7E7E8; }
  .order_sell_status.sell-refunded {
    color: #9B7AD0;
    background-color: #EDE7F7; }

.table__img {
  position: relative;
  padding-left: 2rem; }
  .table__img img {
    vertical-align: text-bottom;
    position: absolute;
    top: 0;
    left: 0; }

@media (max-width: 992px) {
  .table {
    display: block; }
    .table--history {
      min-width: auto; }
      .table--history thead {
        display: none; }
      .table--history tbody {
        display: block; }
        .table--history tbody tr {
          display: flex;
          flex-wrap: wrap; }
          .table--history tbody tr td {
            width: 25%;
            display: block;
            padding-left: 2rem;
            text-align: left; }
            .table--history tbody tr td:before {
              content: attr(aria-label);
              display: block;
              color: #787878;
              font-size: 13px;
              padding-bottom: 0;
              margin-bottom: .5rem; }
    .table--activity tbody tr td {
      height: auto; } }

@media (max-width: 768px) {
  .table--history tbody {
    display: block; }
    .table--history tbody tr {
      display: flex;
      flex-wrap: wrap; }
      .table--history tbody tr td {
        width: 33.33%; } }

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

/* 21. Tabs
=========================*/
/* Nav Item */
/* Content */
/* Content with border and bg */
/* Dark theme */
/* Styling */
.tabs__item:not(.active) {
  display: none; }

.tabs__nav {
  display: flex;
  margin-bottom: 2.5rem; }

.tabs__nav-item {
  margin-right: 1.5rem;
  height: auto;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 0;
  color: #757A8E;
  padding: 0;
  text-transform: uppercase; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    border-bottom: 0; }
  .tabs__nav-item.active {
    color: #000;
    font-weight: 700; }

.tabs__content {
  font-size: 1em;
  color: #000;
  line-height: 1.4; }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #a0a0a0;
    background-color: #fff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #a0a0a0; }
      .accordion--fill .accordion__item:last-child {
        border-bottom: 0; }

.accordion__item {
  margin-bottom: 1.5rem;
  padding: 2.4rem 3rem;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: .8rem; }
  .accordion__item.active .accordion__title {
    color: #000; }
    .accordion__item.active .accordion__title:before {
      background-image: url("/images/minus.svg"); }
    .accordion__item.active .accordion__title a {
      color: inherit; }

.accordion__title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  color: #000;
  position: relative; }
  .accordion__title:before {
    content: '';
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-image: url("/images/plus.svg");
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    pointer-events: none; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  padding-top: 1.5rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #6A7B97; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

.accordion__tour-image {
  width: 200px;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

body.loged .footer__wrapper {
  justify-content: space-between; }

body.loged .footer__bg {
  display: none; }

.footer {
  position: relative; }
  .footer .logo {
    margin-right: 3.2rem;
    transform: translateY(-2.7rem); }

.footer__bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
  width: 100%; }

.footer__nav-wrapper {
  display: flex;
  align-items: flex-start; }
  .footer__nav-wrapper .nav {
    flex-direction: column; }
  .footer__nav-wrapper .nav__link {
    margin-right: 0;
    margin-bottom: 2.4rem; }
    .footer__nav-wrapper .nav__link:after {
      display: none; }

.footer__main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6rem 0 3rem; }

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

.footer__block {
  padding: 0 1.5rem; }
  .footer__block:first-child {
    width: 25%;
    flex: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .footer__block:nth-child(2) {
    padding: 0 4rem;
    flex: unset;
    border-left: 1px solid #E6E8EC;
    border-right: 1px solid #e6e8ec; }
  .footer__block:last-child {
    max-width: 29rem;
    display: flex;
    flex-direction: column;
    flex: unset;
    width: 100%; }

.footer__item .nav {
  flex-direction: column;
  align-items: flex-start; }

.footer__item .nav__link {
  margin-bottom: 2.5rem;
  color: #272D37;
  position: relative;
  display: inline-block;
  font-size: 1.6rem; }
  .footer__item .nav__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: .2rem;
    border: .4rem solid transparent;
    border-left-color: #689EEA;
    left: calc(100% + 1rem); }
  .footer__item .nav__link:last-of-type {
    margin-bottom: 0; }
  .footer__item .nav__link.active {
    font-weight: 400; }

.footer__item.center {
  padding: 1.4rem 0; }
  .footer__item.center .nav {
    flex-direction: row;
    justify-content: center; }
  .footer__item.center .nav__link {
    margin-bottom: 0;
    margin-right: 3rem;
    font-size: 1.6rem; }
    .footer__item.center .nav__link:last-child {
      margin-right: 0; }

.footer__title {
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
  color: #272D37;
  text-transform: uppercase; }

.footer__actions {
  display: flex; }
  .footer__actions .btn {
    margin-right: 1rem;
    padding: 0 2rem;
    min-width: 10rem; }
    .footer__actions .btn:last-child {
      margin-right: 0; }

.footer__subscribe {
  display: flex;
  max-width: 560px; }
  .footer__subscribe .input {
    border: 1px solid rgba(14, 18, 41, 0.1); }
  .footer__subscribe .btn {
    margin-bottom: 0;
    height: auto;
    margin-left: .2rem;
    color: rgba(104, 158, 234, 0.5);
    background-color: rgba(104, 158, 234, 0.1); }

.btn__scroll {
  display: block; }
  .btn__scroll img {
    transform: rotateZ(180deg); }

.footer__item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1.5rem; }

.copyright {
  font-size: 1.5rem;
  font-family: inherit;
  color: #9a9a9a;
  white-space: nowrap; }

.soc {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.soc__title {
  font-family: "Anek Gujarati", sans-serif;
  font-size: 1.6rem;
  color: #272D37; }

.soc__link {
  margin-right: 1.5rem; }
  .soc__link:last-child {
    margin-right: 0; }
  .soc__link:hover {
    opacity: .7; }

.footer__links {
  display: flex; }
  .footer__links .nav__link {
    font-weight: 400;
    color: #3d4140;
    margin-right: 20px;
    padding-right: 20px;
    position: relative; }
    .footer__links .nav__link:last-child:before {
      display: none; }
    .footer__links .nav__link:before {
      content: '/';
      color: inherit;
      position: absolute;
      bottom: 0;
      right: 0; }

.footer__line {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #e8edfa; }
  .footer__line .footer__text {
    font-size: 1.6rem;
    color: #6D6D6D; }

.footer__text {
  font-size: 1.6rem;
  color: #272D37;
  font-family: "Anek Gujarati", sans-serif;
  font-weight: 700; }

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

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

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

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

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

.footer__logos {
  padding-top: 1rem; }

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

.footer__nav {
  display: flex; }
  .footer__nav .nav__item {
    margin-right: 2rem; }
    .footer__nav .nav__item a {
      color: #000;
      font-size: .8rem;
      font-weight: 600; }

.footer__soc {
  text-align: center; }

.footer__logos {
  display: flex;
  align-items: center; }
  .footer__logos img {
    margin-right: 1rem; }
  @media (max-width: 992px) {
    .footer__logos {
      justify-content: center; } }

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

.contact__text {
  font-size: 1.6rem;
  color: #282828; }

.contact__link {
  color: #000; }

.subscribe__text {
  margin-bottom: 2.4rem;
  font-size: 1.6rem; }

.subscribe__form {
  display: flex;
  padding: .8rem;
  border: 2px solid #E6E8EC;
  border-radius: .8rem;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .subscribe__form .input {
    background: none;
    border: 0;
    height: 24px;
    padding: 0 0 0 .8rem; }

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

.footer__main-text {
  margin-top: -6rem;
  font-size: 14px;
  letter-spacing: -.14px;
  color: #54667F;
  padding-left: 10rem; }
  @media (max-width: 992px) {
    .footer__main-text {
      margin-top: 0;
      padding-left: 0;
      text-align: center; } }

.product__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6rem; }

.product__block {
  width: 50%; }
  .product__block:last-child {
    padding-left: 10rem; }
  .product__block .block__text {
    max-width: 42rem;
    margin-bottom: 0; }
  .product__block .btn {
    min-width: 29rem; }

.product__info {
  margin-bottom: 3.5rem;
  padding: 2.5rem 0;
  border-bottom: solid 1px #F2E3D1; }
  .product__info .title {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    color: #000; }
  .product__info li {
    display: flex; }
    .product__info li span {
      min-width: 20rem;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1.65;
      color: #000; }

.product__description {
  max-width: 1100px; }
  .product__description .title {
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.25;
    color: #000; }

.intro {
  margin-top: 10rem;
  padding-bottom: 17rem;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }
  .intro:after {
    content: '';
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    height: 20rem;
    background: linear-gradient(to top, #fafafa 50%, rgba(255, 255, 255, 0));
    z-index: -1; }

.intro__img {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.intro__content {
  padding: 2rem 0 8rem;
  display: flex;
  justify-content: space-between; }

.intro__info {
  padding-top: 2rem;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .intro__info .title {
    margin-bottom: 5.5rem;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2;
    color: #7E8FAB;
    letter-spacing: .005em; }

.intro__block {
  max-width: 391px; }

.intro__title {
  margin-bottom: 1rem;
  font-size: 8rem;
  color: #272D37;
  font-weight: 900;
  line-height: 1.23; }
  .intro__title span {
    background: linear-gradient(145deg, #59B0E5, #926DF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block; }

.intro__scroll img {
  width: 48px; }

.intro__scroll .block__link {
  font-size: 2.2rem; }

.intro__info-item {
  margin-bottom: 4rem; }
  .intro__info-item:last-child {
    margin-bottom: 0; }
  .intro__info-item .amount {
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 3.2rem; }
  .intro__info-item .text {
    letter-spacing: -.05em;
    font-size: 2rem;
    font-weight: 300;
    color: #7E8FAB; }

.intro__item {
  margin-right: 3.2rem; }

.intro__text {
  max-width: 39.1rem;
  margin: 0 0 3rem;
  font-size: 2.2rem;
  font-weight: 300;
  color: #6A7B97;
  letter-spacing: -.05em; }

.intro__actions {
  display: flex;
  margin-bottom: 4.5rem; }
  .intro__actions .btn {
    margin-right: 2.4rem;
    margin-bottom: 0;
    font-size: 2.2rem;
    font-weight: 400; }
    .intro__actions .btn:first-child {
      min-width: 18rem;
      justify-content: space-between; }
    .intro__actions .btn:last-child {
      min-width: 15rem;
      margin-right: 0; }

.intro__subtext {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.015em; }

.post__slider {
  padding-bottom: 8rem;
  overflow: hidden; }
  .post__slider .slick-list {
    margin: 0 -1.5rem; }
    .post__slider .slick-list .slick-slide {
      padding: 0 1.5rem; }
  .post__slider .slick-track {
    display: flex; }
  .post__slider .slick-slide {
    float: none; }
  .post__slider .slick-prev {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #689EEA;
    left: 0;
    transform: translateY(0);
    top: auto;
    bottom: 3rem;
    z-index: 3; }
    .post__slider .slick-prev:before {
      background-image: url("/src/assets/images/arrow_l.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 1.4rem;
      height: 1rem;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .post__slider .slick-next {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #689EEA;
    right: 0;
    transform: translateY(0);
    top: auto;
    left: auto;
    bottom: 3rem;
    z-index: 3; }
    .post__slider .slick-next:before {
      background-image: url("/src/assets/images/arrow_r.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 1.4rem;
      height: 1rem;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .post__slider .slick-dots {
    bottom: 3.5rem; }
    .post__slider .slick-dots li button {
      width: .8rem;
      height: .8rem;
      border-radius: 50%;
      background-color: #d9d9d9; }
      .post__slider .slick-dots li button:before {
        display: none; }
    .post__slider .slick-dots li.slick-active button {
      width: 2.5rem;
      border-radius: 3rem;
      background-color: #689EEA;
      transition: width .2s ease; }

.post__item {
  border: 1px solid #e8edfa;
  padding: 2rem;
  display: block;
  height: 100%;
  border-radius: 1rem;
  background-color: #fff; }
  .post__item:hover {
    text-decoration: none; }

.post__badge {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #689EEA;
  border-radius: .5rem;
  padding: 0 1.5rem;
  line-height: 1.65;
  display: inline-block; }

.post__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #272D37; }
  .post__title .type {
    font-size: 1.6rem;
    color: #689EEA; }

.post__text {
  max-width: 18.5rem;
  color: #6D6D6D; }

.intro__icons {
  padding-top: 10rem;
  display: flex;
  align-items: center; }
  .intro__icons img {
    margin-right: 7rem; }
    .intro__icons img:last-child {
      margin-right: 0; }

.cabinet-page {
  background-color: #fafafa;
  position: relative; }
  .cabinet-page:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/cabinet_ellipse.png") no-repeat;
    background-size: cover;
    width: 1453px;
    height: 835px;
    z-index: -1; }
  .cabinet-page .header {
    background: none;
    position: absolute; }
    .cabinet-page .header--dashboard .container {
      max-width: 100%; }
    .cabinet-page .header .menu__btn {
      display: none; }
  .cabinet-page .container {
    max-width: 1260px;
    width: 100%; }
  .cabinet-page .footer {
    overflow: hidden; }
  .cabinet-page .footer__bg {
    display: block !important; }

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

.cabinet__main-head {
  padding-top: 4rem;
  margin-bottom: 8rem;
  padding-left: 20rem; }

.rates__chart {
  height: 50px !important;
  width: 260px !important;
  transform: translateX(-0.3rem) translateY(0.4rem); }

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

.cabinet__market-chart {
  height: 177px !important;
  margin-left: -10px;
  width: calc(100% + 10px) !important; }

.cabinet__page {
  margin-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 3rem; }
  .cabinet__page .container {
    max-width: 1260px;
    width: 100%; }
    .cabinet__page .container--dashboard {
      max-width: 1400px; }

.cabinet__subtitle {
  font-size: 2.5rem; }

.cabinet__title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 700; }

.dash_shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-height: 100%; }

.conf__shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.cabinet__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5rem; }
  .cabinet__wrapper--sell {
    margin: 0 -3rem; }
    .cabinet__wrapper--sell .cabinet__block {
      padding: 0 3rem;
      margin-bottom: 3rem; }
    .cabinet__wrapper--sell .buy__block {
      max-width: calc(100% - 6rem);
      margin: 0 auto 3rem; }
  @media (min-width: 992px) {
    .cabinet__wrapper--dashboard .cabinet__block.xl {
      width: 64%; } }
  @media (min-width: 992px) {
    .cabinet__wrapper--dashboard .cabinet__block.md {
      width: 36%; } }

.cabinet__block {
  width: 50%;
  padding: 0 .5rem;
  margin-bottom: 1rem; }
  .cabinet__block .input {
    font-size: 1.4rem; }
    .cabinet__block .input.success {
      background-color: rgba(68, 120, 255, 0.2); }
  .cabinet__block.xl {
    width: 66.66%; }
  .cabinet__block.md {
    width: 33.33%; }
  .cabinet__block.full {
    width: 100%; }
  @media (max-width: 992px) {
    .cabinet__block.mobile-sm {
      width: 50%; } }
  .cabinet__block.graphic .cabinet__item {
    overflow: hidden; }
  .cabinet__block.sm {
    width: 33.333%; }
    .cabinet__block.sm .cabinet__item {
      padding-top: 2.2rem;
      padding-bottom: 2.2rem;
      height: 100%; }
      .cabinet__block.sm .cabinet__item.twitter {
        padding: .4rem;
        overflow: hidden;
        background-color: #fff; }
        .cabinet__block.sm .cabinet__item.twitter iframe {
          border-radius: 1rem; }
    .cabinet__block.sm .cabinet__item-title {
      margin-bottom: .4rem; }
      .cabinet__block.sm .cabinet__item-title.no-mb {
        margin-bottom: 0; }

.r-14lw9ot {
  background: none !important; }

.cabinet__item {
  padding: 2.7rem 2.5rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: .8rem;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  min-height: 100%; }
  .cabinet__item.buy-order {
    padding: 0; }
  .cabinet__item.no-bg {
    background: none;
    box-shadow: none; }
    .cabinet__item.no-bg .transactions__name .title {
      font-weight: 400; }
    .cabinet__item.no-bg .transactions__price .title {
      font-weight: 400; }
  .cabinet__item.twitter {
    padding: 0; }
  .cabinet__item.with-chart {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .cabinet__item--chart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(200, 207, 222, 0.24), rgba(200, 207, 222, 0.07)); }
  .cabinet__item.settings {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .cabinet__item.blockchain {
    padding-top: 2.1rem; }
  .cabinet__item.settings-h {
    min-height: 7.2rem;
    padding: 1rem 2.5rem;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .cabinet__item.settings-h {
        min-height: 100%;
        flex-direction: column;
        justify-content: center; } }
  .cabinet__item .converter__price {
    font-weight: 900; }
    .cabinet__item .converter__price .badge {
      font-weight: 400; }
  .cabinet__item .converter__exchange {
    display: none; }
  .cabinet__item .converter__form {
    max-width: 100%;
    background: none;
    padding: 2rem; }
    .cabinet__item .converter__form .btn {
      height: 67px; }
    .cabinet__item .converter__form .dropdown-wrapper {
      display: flex;
      align-items: center; }
    .cabinet__item .converter__form .dropdown__btn {
      font-weight: 900;
      font-size: 2rem;
      width: 9rem;
      padding-right: 3rem; }
      .cabinet__item .converter__form .dropdown__btn:after {
        right: .5rem; }
      .cabinet__item .converter__form .dropdown__btn img {
        display: none; }
  .cabinet__item .converter__form-container {
    padding: 0; }

.payment__item {
  padding: .7rem 1rem 1.3rem 1.4rem;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 5.4rem;
  position: relative; }
  .payment__item .title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1; }
  .payment__item .currency {
    font-size: 1.7rem;
    font-weight: 600;
    outline: 0;
    border: 0;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    padding: 1.5rem 6.5rem 1rem 1.3rem; }

.payments__wrapper {
  margin-bottom: 3.5rem; }
  .payments__wrapper .payment__item {
    margin-bottom: 2.7rem;
    position: relative;
    z-index: 2; }
    .payments__wrapper .payment__item:last-child {
      margin-bottom: 0;
      z-index: 1; }
  .payments__wrapper .dropdown-wrapper {
    transform: translateY(1rem); }

.cabinet__item-head {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cabinet__item-head .cabinet__item-title {
    margin-bottom: 0; }
  .cabinet__item-head .btn {
    font-size: 1.4rem;
    height: 2.3rem; }

.cabinet__item-title {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 600; }
  .cabinet__item-title span {
    display: inline-block;
    margin-right: -.6rem; }

.cabinet__item-link {
  font-size: 1.3rem;
  color: #000;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  height: 2.4rem;
  position: relative;
  text-decoration: underline; }
  .cabinet__item-link:hover {
    text-decoration: none; }
    .cabinet__item-link:hover:after {
      width: 60%; }
  .cabinet__item-link.sm {
    font-size: 1.3rem;
    height: 2rem; }
  .cabinet__item-link:hover {
    text-decoration: none; }
  .cabinet__item-link.active {
    padding: 0 .7rem;
    height: 3.2rem;
    pointer-events: none;
    background-color: rgba(104, 158, 234, 0.8);
    border-radius: .5rem; }
    .cabinet__item-link.active:after {
      display: none; }

.cabinet__menu-wrapper {
  position: relative; }

.cabinet__menu-link {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding-left: 2rem;
  user-select: none;
  cursor: pointer;
  transform: translateY(0.3rem); }
  .cabinet__menu-link:hover:before {
    width: 68%; }
  .cabinet__menu-link:after {
    content: '';
    position: absolute;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #926DF6;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.3rem;
    width: .8rem;
    height: .8rem; }
  .cabinet__menu-link.active:after {
    transform: translateY(-50%) rotate(225deg);
    margin-top: 0; }

.cabinet__menu {
  position: absolute;
  top: 100%;
  padding-top: 2rem;
  right: 0;
  opacity: 0;
  visibility: hidden; }
  .cabinet__menu.opened {
    opacity: 1;
    visibility: visible; }

.cabinet__menu-content {
  padding: .8rem 1.5rem .8rem;
  min-width: 16rem;
  border-radius: .5rem;
  background-color: #dfe2f6;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }
  .cabinet__menu-content .user {
    padding-bottom: .8rem;
    border-bottom: 1px solid rgba(219, 219, 219, 0.5);
    margin-bottom: .6rem;
    font-weight: 500;
    font-size: 1.4rem; }

.cabinet__menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .cabinet__menu-list a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    height: 3.4rem; }
    .cabinet__menu-list a.active {
      background: linear-gradient(145deg, #59B0E5, #926DF6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .cabinet__menu-list a.active .icon {
        fill: #689EEA; }
    .cabinet__menu-list a:hover {
      text-decoration: none;
      background: linear-gradient(145deg, #59B0E5, #926DF6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .cabinet__menu-list a:hover .icon {
        fill: #689EEA; }
    .cabinet__menu-list a:last-child .icon {
      fill: none;
      stroke: #000000; }
    .cabinet__menu-list a .icon {
      margin-right: 1.1rem;
      width: 1.6rem;
      height: 1.5rem;
      transform: translateY(-0.1rem);
      fill: #000000; }

/*buy*/
.buy__block {
  margin-bottom: 4rem;
  padding: 3rem 2.5rem;
  width: 100%;
  background-color: #F9FAFE;
  box-shadow: 0 0 2.7rem rgba(0, 0, 0, 0.13);
  border-radius: 1.5rem; }
  .buy__block .radio {
    margin-bottom: 2.5rem; }
    .buy__block .radio:last-child {
      margin-bottom: 0; }
    .buy__block .radio__input:checked + .radio__label {
      background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
      color: #fff; }
    .buy__block .radio__label {
      height: 6.2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 2.5rem 0 2.8rem;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1;
      background: rgba(154, 154, 154, 0.06); }
      .buy__block .radio__label:before {
        display: none; }
      .buy__block .radio__label:after {
        display: none; }
  .buy__block .checkbox__label {
    max-width: 26.5rem;
    font-size: 1.2rem;
    margin-right: 2rem; }
    .buy__block .checkbox__label:before {
      display: none; }
    .buy__block .checkbox__label:after {
      display: none; }
  .buy__block .form__group {
    padding-top: .5rem;
    margin-bottom: 2.2rem; }

.buy__summary-block .form__group {
  margin-bottom: 0; }

.buy__summary-block:last-child {
  display: flex; }

.buy__summary-block:nth-child(2) {
  max-width: 23rem;
  width: 100%; }

.buy__summary-block.xl {
  max-width: 23rem;
  width: 100%; }

.buy__summary-block .buy__refresh {
  padding-bottom: 0; }

.buy__step-wrapper {
  display: flex;
  justify-content: space-between; }
  .buy__step-wrapper.space .buy__summary-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .buy__step-wrapper.space .buy__summary-block:last-child {
      flex-direction: row; }

.currency__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .currency__block .currency:last-child {
    margin-bottom: 0; }

.buy__step-block {
  max-width: 29.6rem;
  width: 100%; }

.buy__step-second {
  max-width: 40.6rem;
  width: 100%; }
  .buy__step-second:last-child {
    max-width: 59.5rem; }

.buy__title {
  margin-bottom: 1.1rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center; }
  .buy__title img {
    margin-right: 2rem; }
  .buy__title .tip {
    transform: translateY(0.2rem);
    margin-left: 1.6rem; }
  .buy__title.sm {
    font-size: 1.7rem;
    transform: translateX(-0.1rem); }
  .buy__title.important {
    font-size: 1.6rem;
    font-style: italic; }

.buy__transfer {
  margin-bottom: 2rem; }
  .buy__transfer .title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .2rem;
    font-style: italic;
    font-family: 'Arial', sans-serif; }
  .buy__transfer .text {
    color: #787878;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic; }
  .buy__transfer .input {
    background-color: #EDF0FA;
    border: 0; }

.buy__other-link {
  height: 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  background: rgba(154, 154, 154, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem; }

.buy__notice {
  transform: translateY(-0.5rem);
  background-color: #CBD5EF3D;
  border-radius: 5px;
  padding: 2rem 1.7rem 2rem;
  color: #787878;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  font-style: italic; }
  .buy__notice.bank {
    padding-top: 1.9rem;
    padding-left: 2.5rem;
    margin-top: 1.3rem;
    font-size: 1rem;
    padding-right: 2.2rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    background: linear-gradient(to bottom, rgba(83, 154, 205, 0.5) 0%, rgba(146, 109, 246, 0.5) 100%); }

.buy__item {
  margin-top: -3rem;
  margin-bottom: -3rem;
  padding: 3rem 2.5rem;
  height: calc(100% + 6rem);
  background-color: rgba(217, 217, 217, 0.3); }
  .buy__item .summary__row {
    max-width: 23.5rem; }
    .buy__item .summary__row .count {
      min-width: 8.5rem;
      width: auto; }

.currency__group {
  margin-bottom: 3.5rem; }

.refresh__quote {
  margin: 1rem auto 0;
  background-color: rgba(154, 154, 154, 0.14);
  max-width: 120px;
  width: 100%;
  padding: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .refresh__quote .title {
    text-transform: uppercase;
    margin-bottom: .2rem; }

.refresh__quote-close {
  position: absolute;
  top: .4rem;
  right: .4rem;
  background-color: rgba(154, 154, 154, 0.3);
  width: 12px;
  height: 12px;
  border-radius: 50%; }
  .refresh__quote-close:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 7px;
    height: 1px;
    transform: rotate(45deg);
    background: #000000; }
  .refresh__quote-close:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 7px;
    height: 1px;
    transform: rotate(-45deg);
    background: #000000; }

.buy__refresh {
  padding-bottom: 10rem;
  color: #6D6D6D;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  margin-right: 3.4rem;
  position: relative;
  cursor: default; }
  .buy__refresh a {
    color: inherit;
    cursor: default; }
    .buy__refresh a:hover {
      text-decoration: none; }
  .buy__refresh .alert {
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
    width: calc(100% + 3.4rem);
    font-weight: 400; }

.buy__confirm {
  padding-left: 2rem;
  color: #6D6D6D;
  position: relative;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 28rem; }
  .buy__confirm a {
    color: inherit;
    font-weight: 600; }
    .buy__confirm a:hover {
      text-decoration: underline; }
  .buy__confirm:after {
    content: '';
    position: absolute;
    left: 0;
    top: .4rem;
    background-image: url("/src/assets/images/check.svg");
    width: 1.3rem;
    height: 1rem;
    background-size: cover;
    background-repeat: no-repeat; }

.buy__order-head {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .buy__order-head .currency img {
    transform: translateY(-0.2rem); }
  .buy__order-head .buy__title {
    margin-bottom: 0;
    font-size: 2rem; }
  .buy__order-head .currency {
    justify-content: space-between; }
    .buy__order-head .currency:last-child {
      margin-bottom: 0; }
    .buy__order-head .currency img {
      margin-left: 1rem;
      transform: translateY(-0.3rem); }
  .buy__order-head .currency__count {
    font-size: 2rem;
    line-height: 1.2;
    width: auto; }
    .buy__order-head .currency__count b {
      font-weight: 600; }
    .buy__order-head .currency__count.euro {
      font-size: 1.6rem;
      color: #6D6D6D;
      font-weight: 400; }
      .buy__order-head .currency__count.euro.buy {
        font-size: 1.3rem; }

.details__text {
  padding: 1.8rem 2.5rem 0;
  font-size: 1.3rem;
  font-weight: 300;
  color: #6D6D6D;
  margin-bottom: 1.4rem; }

.details__wrapper {
  display: flex; }

.details__block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.details__item {
  display: flex;
  justify-content: space-between; }
  .details__item .summary__row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .details__item .summary__row .title {
      margin-bottom: 1rem;
      font-size: 1.2rem;
      font-weight: 500;
      color: #000; }
    .details__item .summary__row .count {
      font-weight: 500;
      font-size: 1.2rem;
      max-width: 23rem;
      width: auto;
      color: #000; }
      .details__item .summary__row .count.no-wrap {
        white-space: nowrap; }
  .details__item .buy__title {
    margin-bottom: 1.4rem; }

.details__copy-text {
  line-height: 1.5;
  font-size: 1.3rem;
  font-style: italic;
  color: #000; }

/*buy*/
.cabinet__head {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cabinet__head.dashboard {
    margin-bottom: 2.3rem; }

.cabinet__nav {
  display: flex;
  padding: .7rem;
  border-radius: .8rem;
  background-color: rgba(255, 255, 255, 0.5); }
  .cabinet__nav a {
    margin-right: 1.6rem;
    color: #757a8e;
    font-size: 1.8rem;
    font-weight: 900;
    width: 50%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border-radius: .8rem; }
    .cabinet__nav a:hover {
      text-decoration: none; }
    .cabinet__nav a.active {
      font-weight: 700;
      color: #fff;
      background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
      pointer-events: none; }
  .cabinet__nav .transactions__nav-item {
    height: 27px;
    border-radius: 5px;
    text-transform: none;
    padding: 0 1.5rem;
    background-color: #cbd5ef3d;
    color: #bbbbbb; }
    .cabinet__nav .transactions__nav-item.active {
      background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
      color: #fff; }

.page__count {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6D6D6D; }
  .page__count .current {
    color: #000; }
  .page__count .arrow {
    margin-right: 1rem; }
    .page__count .arrow.disabled {
      opacity: .3;
      pointer-events: none; }
    .page__count .arrow:last-child {
      margin-left: 1rem;
      margin-right: 0; }
  .page__count .separator {
    margin: 0 .8rem; }

.cabinet__form {
  display: flex; }
  .cabinet__form .form__group {
    margin-right: 3rem; }
    .cabinet__form .form__group:last-child {
      margin-right: 0; }
  .cabinet__form .select select {
    min-width: 13rem; }

.bank__form .form__group {
  margin-bottom: 0; }

.bank__form .label {
  font-size: 1.1rem; }

.bank__form .input {
  height: 3.6rem; }

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

.deposit__head {
  display: flex;
  align-items: center;
  padding-bottom: .2rem; }
  .deposit__head .title {
    font-size: 1.2rem;
    font-weight: 600; }
  .deposit__head .currency {
    transform: translateY(0);
    margin-left: .4rem;
    padding: .2rem .8rem .1rem;
    line-height: 1;
    background-color: #CBD5EF3D;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: .2rem; }

.deposit__alert {
  padding: 0 2rem 0 2.5rem;
  margin-top: 3.6rem;
  margin-bottom: 2.6rem;
  font-size: 1.3rem;
  line-height: 1.4;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CBD5EF3D;
  border-radius: 5px; }

.deposit__addr {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6D6D6D;
  text-align: center; }

.blockchain__wrapper {
  display: flex; }

.blockchain__block {
  width: 33.333%;
  position: relative; }
  .blockchain__block:first-child:after {
    content: '';
    position: absolute;
    top: 3rem;
    right: 0;
    width: 1px;
    height: 150px;
    background-color: rgba(219, 219, 219, 0.3); }
  .blockchain__block:first-child {
    padding-right: 5rem; }

.blockchain__info {
  background: #CBD5EF3D;
  border-radius: 5px;
  padding: 2.2rem 2.4rem 2.2rem; }

.blockchain__row {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .blockchain__row:last-child {
    margin-bottom: 0; }
  .blockchain__row .title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #6D6D6D; }
  .blockchain__row .text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #6D6D6D; }

.blockchain__summary {
  max-width: 24rem;
  margin-left: 5rem; }
  .blockchain__summary .summary__row {
    margin-bottom: 1.7rem;
    line-height: 1; }
  .blockchain__summary .currency__group {
    margin-bottom: 3.9rem; }
  .blockchain__summary .currency {
    margin-bottom: .6rem; }

.blockchain__confirm {
  margin-top: 3rem;
  padding-top: 4.6rem;
  padding-left: 5rem;
  border-left: 1px solid rgba(219, 219, 219, 0.3); }
  .blockchain__confirm .buy__confirm {
    font-size: 1.2rem; }

.deposit__qr {
  margin-top: 2.5rem; }
  .deposit__qr img {
    height: 9rem;
    display: block;
    margin: 0 auto 2rem; }

.summary__text {
  color: #787878;
  max-width: 26.5rem; }
  .summary__text a {
    color: inherit; }

.qr__code {
  margin-bottom: .8rem;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2.5rem;
  text-align: center; }

.settings__head {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center; }
  .settings__head .cabinet__item-title {
    margin-bottom: 0;
    line-height: 1; }

.verify {
  margin-left: .6rem;
  font-size: .9rem;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.4;
  color: #012918;
  height: 18px;
  transform: translateY(0.2rem); }
  .verify img {
    margin-left: .5rem;
    height: .9rem;
    transform: translateY(-0.2rem); }
  .verify.verified {
    margin-left: 4rem;
    padding: 0 .8rem;
    height: 2.2rem;
    justify-content: center;
    color: #012918;
    background-color: #bfe7cd;
    border-radius: .3rem; }

.user__info {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center; }
  .user__info .title {
    font-weight: 700;
    margin-right: .5rem; }

.settings__footer {
  flex-direction: column;
  display: flex;
  align-items: flex-start; }

.settings__link {
  margin-bottom: .6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000; }

.cabinet__protect .title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: .5rem; }

.protect__block {
  margin-bottom: 1.3rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6D6D6D;
  line-height: 1.5;
  background: #ebebeb;
  border-radius: 5px;
  padding: .7rem 1.4rem .7rem 1.4rem; }

.password__text {
  margin-top: .3rem;
  font-size: 1.1rem;
  color: #6D6D6D; }

.pass__eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  display: block; }
  .pass__eye img {
    display: block; }

.additional__info-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .additional__info-wrapper .title {
    font-size: 1.3rem;
    font-weight: 600; }
  .additional__info-wrapper.edit .title {
    width: 100%;
    max-width: 56rem; }
  @media (max-width: 992px) {
    .additional__info-wrapper.edit .additional__send {
      margin-bottom: 2rem; } }

.additional__send {
  padding: 0 2.3rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(68, 120, 255, 0.2);
  border-radius: .3rem;
  font-size: 1.1rem; }

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

.history__title {
  margin-right: 1.3rem;
  font-size: 1.3rem;
  font-weight: 500; }

.history__form-wrapper {
  display: flex;
  border: 1px solid #539acd;
  border-radius: 3px;
  padding: 0 1.5rem; }
  .history__form-wrapper .input {
    font-weight: 500;
    font-size: 1.3rem;
    height: 2.5rem;
    background: none;
    border: 0;
    width: 7.2rem;
    padding: .2rem 0 0; }
    .history__form-wrapper .input:first-child {
      margin-right: 2rem; }
  .history__form-wrapper img {
    margin: 0 1.4rem 0 .7rem;
    transform: translateY(0); }

.cabinet__chart {
  width: 100%;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  overflow: hidden;
  padding-top: 2rem;
  position: relative;
  height: 450px; }

.chart__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative; }
  .chart__head .currency {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: .4rem; }
    .chart__head .currency img {
      transform: translateY(-0.2rem);
      height: 2rem;
      margin-right: .5rem; }
  .chart__head .price {
    font-size: 1.6rem; }

.chart__head-nav {
  margin: 0 auto;
  max-width: 35rem;
  display: flex;
  padding: .7rem;
  border-radius: .8rem;
  background: linear-gradient(to bottom, rgba(200, 207, 222, 0.24), rgba(200, 207, 222, 0.07)); }
  .chart__head-nav a {
    padding: 0 1.5rem;
    color: #272d37;
    height: 2.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    border-radius: 8px;
    font-size: 1.4rem; }
    .chart__head-nav a:last-child {
      margin-right: 0; }
    .chart__head-nav a.active {
      background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
      font-weight: 900;
      color: #fff; }

.chart__head-drop .dropdown-wrapper {
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0; }

.chart__head-drop .dropdown {
  width: 100%;
  right: 0;
  background-color: #e4e7f7;
  border: 0;
  max-height: 126px; }
  .chart__head-drop .dropdown::-webkit-scrollbar {
    width: 5px; }
  .chart__head-drop .dropdown::-webkit-scrollbar-track {
    background: #c4c4c4;
    border-radius: 8px; }
  .chart__head-drop .dropdown::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #539acd, #926df6);
    border-radius: 8px; }

.chart__head-drop .dropdown__link {
  justify-content: flex-start;
  height: 3.2rem;
  align-items: center; }
  .chart__head-drop .dropdown__link img {
    margin-right: 1rem; }

.chart__btn {
  border: 1px solid #539acd;
  border-radius: .8rem;
  padding: 0 3rem 0 1.5rem;
  cursor: pointer;
  background: none;
  font-weight: 900;
  position: relative;
  display: flex;
  height: 43px;
  align-items: center;
  min-width: 140px; }
  .chart__btn img {
    margin-right: 1rem;
    height: 24px; }
  .chart__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 2rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000000;
    padding: 3px;
    margin-top: -2px; }

.error__message {
  color: #c58481;
  background-color: rgba(68, 120, 255, 0.2);
  padding: .3rem 1rem;
  display: none;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem; }
  .error__message.active {
    display: block; }

.success__message {
  color: #c58481;
  padding: .3rem 1rem;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem; }

.chart__tooltip {
  width: 120px;
  position: absolute;
  display: none;
  box-sizing: border-box;
  font-size: 12px;
  text-align: left;
  z-index: 1000;
  padding: 5px 5px 2px;
  top: 5px;
  left: 12px;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .4rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.checkout__item {
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.4rem 2.7rem rgba(0, 0, 0, 0.13); }
  .checkout__item .dashboard__title {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .checkout__item .textarea {
    border: 0;
    background-color: #ffffff; }

.dashboard__text {
  font-size: 1.3rem; }

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

.cabinet__post-slider {
  padding: 3.8rem 4rem 4.8rem 4.5rem;
  height: 24.6rem; }
  .cabinet__post-slider .post__item {
    border: 0;
    padding: 0;
    background: none; }
  .cabinet__post-slider .slick-list {
    margin: 0; }
  .cabinet__post-slider .slick-slide {
    padding: 0; }
  .cabinet__post-slider .slick-prev {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background-color: #689EEA;
    left: -.7rem;
    transform: translateY(-50%);
    top: 50%;
    z-index: 3; }
    .cabinet__post-slider .slick-prev:before {
      background-image: url("/src/assets/images/arrow_l.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 1rem;
      height: .7rem;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .cabinet__post-slider .slick-next {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background-color: #689EEA;
    right: -.7rem;
    transform: translateY(-50%);
    top: 50%;
    left: auto;
    z-index: 3; }
    .cabinet__post-slider .slick-next:before {
      background-image: url("/src/assets/images/arrow_r.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 1rem;
      height: .7rem;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .cabinet__post-slider .slick-dots {
    bottom: 0;
    left: 0; }
    .cabinet__post-slider .slick-dots li button {
      width: .8rem;
      height: .8rem;
      border-radius: 50%;
      background-color: #d9d9d9; }
      .cabinet__post-slider .slick-dots li button:before {
        display: none; }
    .cabinet__post-slider .slick-dots li.slick-active button {
      width: 2.5rem;
      border-radius: 3rem;
      background-color: #689EEA;
      transition: width .2s ease; }

.risk__container .title {
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center; }

.risk__container .text {
  background-color: rgba(255, 132, 132, 0.25);
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  color: #000000;
  font-size: 14px;
  font-weight: 300; }

.confirmation__table {
  display: flex;
  justify-content: space-between;
  margin: 0 -1.5rem; }
  .confirmation__table .summary__row {
    padding: 0 1.5rem;
    max-width: 19.5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .confirmation__table .summary__row .title {
      margin-bottom: 1rem;
      font-size: 1.2rem;
      font-weight: 500;
      color: #000;
      font-style: normal; }
    .confirmation__table .summary__row .count {
      width: auto;
      font-size: 1.2rem;
      font-weight: 500; }

.confirmation__wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .confirmation__wrapper .summary__actions {
    flex-direction: row; }
    .confirmation__wrapper .summary__actions .btn {
      margin-right: 1rem; }
      .confirmation__wrapper .summary__actions .btn:last-of-type {
        margin-right: 0; }

.confirmation__info {
  max-width: 100rem;
  padding-right: 2rem;
  width: 100%; }

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

.settings__sidebar {
  margin-right: 10rem;
  max-width: 42rem;
  width: 100%; }

.profile__count {
  margin-right: 3rem;
  width: 10.4rem;
  height: 10.4rem; }

.profile__info {
  padding: 2rem;
  display: flex;
  margin-bottom: 2.5rem;
  box-shadow: 0 0.4rem 2.7rem rgba(0, 0, 0, 0.13);
  border-radius: 1rem; }

.profile__info-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.profile__title {
  font-size: 2rem;
  font-weight: 700;
  color: #000; }

.profile__btn {
  height: 4rem;
  border-radius: .7rem;
  background-color: #cbd5ef3d;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  color: #000; }

.sidebar__link {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 3rem;
  height: 7rem;
  box-shadow: 0 0.4rem 2.7rem rgba(0, 0, 0, 0.13);
  border-radius: .5rem;
  color: #000;
  font-weight: 600; }
  .sidebar__link:hover {
    text-decoration: none; }
  .sidebar__link svg {
    margin-right: 2.5rem; }
    .sidebar__link svg path {
      stroke: #000; }
  .sidebar__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotatez(-45deg);
    padding: .3rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000;
    right: 2rem; }
  .sidebar__link.active {
    background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
    color: #fff; }
    .sidebar__link.active:after {
      border-color: #fff; }
    .sidebar__link.active svg path {
      stroke: #fff; }

.profile__block {
  padding: 2rem;
  box-shadow: 0 0.4rem 2.7rem rgba(0, 0, 0, 0.13);
  border-radius: 1rem;
  max-width: 49rem;
  width: 100%; }
  .profile__block .profile__title {
    margin-bottom: 3.6rem;
    font-size: 2.4rem; }
    .profile__block .profile__title--company {
      margin-bottom: 1rem; }
  .profile__block--company .profile__block-item {
    max-height: 43rem; }

.profile__block-item {
  max-height: 57.5rem;
  overflow-y: auto;
  padding-right: 4.5rem; }
  .profile__block-item::-webkit-scrollbar {
    width: 11px; }
  .profile__block-item::-webkit-scrollbar-track {
    background: #c4c4c4;
    border-radius: 11px; }
  .profile__block-item::-webkit-scrollbar-thumb {
    border-radius: 11px;
    background: linear-gradient(to bottom, #539acd 0%, #926df6 100%); }

.profile__item {
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #000022;
  position: relative;
  color: #000;
  display: block; }
  .profile__item.active {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0; }
    .profile__item.active:before {
      transform: rotateZ(225deg);
      margin-top: .3rem; }
    .profile__item.active:after {
      background: linear-gradient(to bottom, #539acd 0%, #926df6 100%); }
  .profile__item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .profile__item:hover {
    text-decoration: none; }
  .profile__item .title {
    margin-bottom: .8rem;
    font-size: 2rem;
    font-weight: 900; }
  .profile__item .text {
    font-size: 1.8rem;
    color: #00002280; }
  .profile__item:after {
    content: '';
    position: absolute;
    top: 1rem;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #aab2c8; }
  .profile__item:before {
    content: '';
    position: absolute;
    top: 1.7rem;
    right: .9rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    padding: .3rem;
    transform: rotateZ(45deg);
    z-index: 2; }

.profile__form {
  padding-top: 1rem; }
  .profile__form .form__group {
    margin-bottom: 1.4rem; }
  .profile__form .label {
    color: #787878;
    font-style: italic; }
  .profile__form .btn {
    height: 4rem; }

.settings__form .label {
  font-weight: 400; }

.settings__form .btn {
  height: 2rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 .8rem;
  border-radius: .5rem; }

.profile__form-actions {
  display: flex;
  align-items: center; }
  .profile__form-actions .text {
    font-weight: 600;
    font-size: 1.3rem;
    margin-right: 1rem; }
  .profile__form-actions .factor__back {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 1rem; }
  .profile__form-actions .btn--send {
    height: 2.8rem; }

.factor__title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600; }

.factor__subtitle {
  font-size: 1.4rem;
  margin-bottom: 2rem; }

.factor__text {
  margin-bottom: 2rem;
  padding: 1.3rem;
  max-width: 41rem;
  font-size: 1.4rem;
  background: linear-gradient(to bottom, rgba(83, 154, 205, 0.25), rgba(146, 109, 246, 0.25));
  border-radius: .7rem; }

.factor__form-wrapper {
  max-width: 32.4rem;
  margin: 0 auto; }

.factor__steps {
  margin-bottom: 1rem;
  max-width: 27.7rem;
  font-size: 1.2rem; }

.factor__qr {
  text-align: center; }
  .factor__qr .title {
    font-size: 1.4rem;
    color: #000022;
    margin-bottom: 2.4rem; }
  .factor__qr img {
    width: 11rem;
    height: 11rem;
    display: block;
    margin: 0 auto 2.4rem; }
  .factor__qr .text {
    font-size: 14px;
    margin-bottom: 2.4rem; }

.factor__form .input {
  margin-bottom: 2.4rem;
  height: 2.8rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px; }

.factor__back {
  margin-top: 2rem;
  color: #000022;
  display: inline-block; }

.profile__subtitle {
  font-size: 14px;
  font-style: italic; }

.transactions__item {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .transactions__item:last-of-type {
    margin-bottom: 0; }

.transactions__name {
  display: flex;
  align-items: center; }
  .transactions__name img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
    display: block; }
  .transactions__name .title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #1a1a1a; }
  .transactions__name .text {
    font-size: 1.4rem;
    color: #9e9e9e; }

.transactions__price .title {
  font-size: 1.7rem;
  font-weight: 600; }

.transactions__price .text {
  color: #9e9e9e;
  font-size: 1.4rem; }
  .transactions__price .text.text-green {
    color: #0ECB81;
    text-align: right; }
  .transactions__price .text.text-red {
    color: #F6465D;
    text-align: right; }

.history__wrapper {
  padding-bottom: 1rem;
  position: relative; }
  .history__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 3rem;
    border-left: 2px dotted #787878;
    height: 100%; }

.history__table {
  padding-left: 10rem;
  margin-bottom: 4rem;
  position: relative; }
  .history__table:last-of-type {
    margin-bottom: 0; }
  .history__table:before {
    content: '';
    position: absolute;
    top: 3rem;
    left: 3rem;
    border-top: 2px dotted #787878;
    width: 7rem; }
  .history__table:after {
    content: '';
    position: absolute;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #787878;
    left: 2.7rem;
    top: 2.7rem; }

.history__month {
  margin-bottom: .5rem;
  color: #bbbbbb;
  padding: .3rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background-color: #e8ecf9;
  position: relative;
  font-weight: 600;
  z-index: 2; }
  .history__month.mt {
    margin-top: 3.5rem; }

.activity__form .select select {
  background-color: #CBD5EF3D;
  color: #787878; }

.activity__form .select:after {
  display: none; }

.activity__text {
  font-size: 1.1rem; }

.cabinet__block-title {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #272d37; }

.circle.percentage-100 .percentage-bar:after, .circle.percentage-99 .percentage-bar:after, .circle.percentage-98 .percentage-bar:after, .circle.percentage-97 .percentage-bar:after, .circle.percentage-96 .percentage-bar:after, .circle.percentage-95 .percentage-bar:after, .circle.percentage-94 .percentage-bar:after, .circle.percentage-93 .percentage-bar:after, .circle.percentage-92 .percentage-bar:after, .circle.percentage-91 .percentage-bar:after, .circle.percentage-90 .percentage-bar:after, .circle.percentage-89 .percentage-bar:after, .circle.percentage-88 .percentage-bar:after, .circle.percentage-87 .percentage-bar:after, .circle.percentage-86 .percentage-bar:after, .circle.percentage-85 .percentage-bar:after, .circle.percentage-84 .percentage-bar:after, .circle.percentage-83 .percentage-bar:after, .circle.percentage-82 .percentage-bar:after, .circle.percentage-81 .percentage-bar:after, .circle.percentage-80 .percentage-bar:after, .circle.percentage-79 .percentage-bar:after, .circle.percentage-78 .percentage-bar:after, .circle.percentage-77 .percentage-bar:after, .circle.percentage-76 .percentage-bar:after, .circle.percentage-75 .percentage-bar:after, .circle.percentage-74 .percentage-bar:after, .circle.percentage-73 .percentage-bar:after, .circle.percentage-72 .percentage-bar:after, .circle.percentage-71 .percentage-bar:after, .circle.percentage-70 .percentage-bar:after, .circle.percentage-69 .percentage-bar:after, .circle.percentage-68 .percentage-bar:after, .circle.percentage-67 .percentage-bar:after, .circle.percentage-66 .percentage-bar:after, .circle.percentage-65 .percentage-bar:after, .circle.percentage-64 .percentage-bar:after, .circle.percentage-63 .percentage-bar:after, .circle.percentage-62 .percentage-bar:after, .circle.percentage-61 .percentage-bar:after, .circle.percentage-60 .percentage-bar:after, .circle.percentage-59 .percentage-bar:after, .circle.percentage-58 .percentage-bar:after, .circle.percentage-57 .percentage-bar:after, .circle.percentage-56 .percentage-bar:after, .circle.percentage-55 .percentage-bar:after, .circle.percentage-54 .percentage-bar:after, .circle.percentage-53 .percentage-bar:after, .circle.percentage-52 .percentage-bar:after, .circle.percentage-51 .percentage-bar:after {
  position: absolute;
  content: "";
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
  transform: rotate(0deg);
  width: 104px;
  height: 104px;
  border: 5px solid #926DF6;
  background: transparent;
  border-radius: 100%;
  transition: width 0.2s ease-out, height 0.2s ease-out, border-width 0.2s ease-out; }

.circle.percentage-100 .percentage-bar, .circle.percentage-99 .percentage-bar, .circle.percentage-98 .percentage-bar, .circle.percentage-97 .percentage-bar, .circle.percentage-96 .percentage-bar, .circle.percentage-95 .percentage-bar, .circle.percentage-94 .percentage-bar, .circle.percentage-93 .percentage-bar, .circle.percentage-92 .percentage-bar, .circle.percentage-91 .percentage-bar, .circle.percentage-90 .percentage-bar, .circle.percentage-89 .percentage-bar, .circle.percentage-88 .percentage-bar, .circle.percentage-87 .percentage-bar, .circle.percentage-86 .percentage-bar, .circle.percentage-85 .percentage-bar, .circle.percentage-84 .percentage-bar, .circle.percentage-83 .percentage-bar, .circle.percentage-82 .percentage-bar, .circle.percentage-81 .percentage-bar, .circle.percentage-80 .percentage-bar, .circle.percentage-79 .percentage-bar, .circle.percentage-78 .percentage-bar, .circle.percentage-77 .percentage-bar, .circle.percentage-76 .percentage-bar, .circle.percentage-75 .percentage-bar, .circle.percentage-74 .percentage-bar, .circle.percentage-73 .percentage-bar, .circle.percentage-72 .percentage-bar, .circle.percentage-71 .percentage-bar, .circle.percentage-70 .percentage-bar, .circle.percentage-69 .percentage-bar, .circle.percentage-68 .percentage-bar, .circle.percentage-67 .percentage-bar, .circle.percentage-66 .percentage-bar, .circle.percentage-65 .percentage-bar, .circle.percentage-64 .percentage-bar, .circle.percentage-63 .percentage-bar, .circle.percentage-62 .percentage-bar, .circle.percentage-61 .percentage-bar, .circle.percentage-60 .percentage-bar, .circle.percentage-59 .percentage-bar, .circle.percentage-58 .percentage-bar, .circle.percentage-57 .percentage-bar, .circle.percentage-56 .percentage-bar, .circle.percentage-55 .percentage-bar, .circle.percentage-54 .percentage-bar, .circle.percentage-53 .percentage-bar, .circle.percentage-52 .percentage-bar, .circle.percentage-51 .percentage-bar {
  -webkit-clip-path: none;
  clip-path: none; }

.circle {
  width: 104px;
  height: 104px;
  cursor: default; }

.circle span {
  position: absolute;
  display: block;
  vertical-align: middle;
  width: 104px;
  height: 104px;
  text-align: center;
  line-height: 104px;
  font-size: 25px;
  font-family: Helvetica, Arial, Geneva, sans-serif;
  transition: font-size 0.2s ease-out;
  background: linear-gradient(145deg, #59B0E5, #926DF6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.circle .percentage-bar {
  width: 104px;
  height: 104px;
  position: absolute;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%); }

.circle .percentage-bar:before {
  position: absolute;
  content: "";
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
  transform: rotate(0deg);
  width: 104px;
  height: 104px;
  border: 5px solid #926DF6;
  background: transparent;
  border-radius: 100%;
  transition: width 0.2s ease-out, height 0.2s ease-out, border-width 0.2s ease-out; }

.circle.percentage-1 .percentage-bar:before {
  transform: rotate(3.6deg); }

.circle.percentage-2 .percentage-bar:before {
  transform: rotate(7.2deg); }

.circle.percentage-3 .percentage-bar:before {
  transform: rotate(10.8deg); }

.circle.percentage-4 .percentage-bar:before {
  transform: rotate(14.4deg); }

.circle.percentage-5 .percentage-bar:before {
  transform: rotate(18deg); }

.circle.percentage-6 .percentage-bar:before {
  transform: rotate(21.6deg); }

.circle.percentage-7 .percentage-bar:before {
  transform: rotate(25.2deg); }

.circle.percentage-8 .percentage-bar:before {
  transform: rotate(28.8deg); }

.circle.percentage-9 .percentage-bar:before {
  transform: rotate(32.4deg); }

.circle.percentage-10 .percentage-bar:before {
  transform: rotate(36deg); }

.circle.percentage-11 .percentage-bar:before {
  transform: rotate(39.6deg); }

.circle.percentage-12 .percentage-bar:before {
  transform: rotate(43.2deg); }

.circle.percentage-13 .percentage-bar:before {
  transform: rotate(46.8deg); }

.circle.percentage-14 .percentage-bar:before {
  transform: rotate(50.4deg); }

.circle.percentage-15 .percentage-bar:before {
  transform: rotate(54deg); }

.circle.percentage-16 .percentage-bar:before {
  transform: rotate(57.6deg); }

.circle.percentage-17 .percentage-bar:before {
  transform: rotate(61.2deg); }

.circle.percentage-18 .percentage-bar:before {
  transform: rotate(64.8deg); }

.circle.percentage-19 .percentage-bar:before {
  transform: rotate(68.4deg); }

.circle.percentage-20 .percentage-bar:before {
  transform: rotate(72deg); }

.circle.percentage-21 .percentage-bar:before {
  transform: rotate(75.6deg); }

.circle.percentage-22 .percentage-bar:before {
  transform: rotate(79.2deg); }

.circle.percentage-23 .percentage-bar:before {
  transform: rotate(82.8deg); }

.circle.percentage-24 .percentage-bar:before {
  transform: rotate(86.4deg); }

.circle.percentage-25 .percentage-bar:before {
  transform: rotate(90deg); }

.circle.percentage-26 .percentage-bar:before {
  transform: rotate(93.6deg); }

.circle.percentage-27 .percentage-bar:before {
  transform: rotate(97.2deg); }

.circle.percentage-28 .percentage-bar:before {
  transform: rotate(100.8deg); }

.circle.percentage-29 .percentage-bar:before {
  transform: rotate(104.4deg); }

.circle.percentage-30 .percentage-bar:before {
  transform: rotate(108deg); }

.circle.percentage-31 .percentage-bar:before {
  transform: rotate(111.6deg); }

.circle.percentage-32 .percentage-bar:before {
  transform: rotate(115.2deg); }

.circle.percentage-33 .percentage-bar:before {
  transform: rotate(118.8deg); }

.circle.percentage-34 .percentage-bar:before {
  transform: rotate(122.4deg); }

.circle.percentage-35 .percentage-bar:before {
  transform: rotate(126deg); }

.circle.percentage-36 .percentage-bar:before {
  transform: rotate(129.6deg); }

.circle.percentage-37 .percentage-bar:before {
  transform: rotate(133.2deg); }

.circle.percentage-38 .percentage-bar:before {
  transform: rotate(136.8deg); }

.circle.percentage-39 .percentage-bar:before {
  transform: rotate(140.4deg); }

.circle.percentage-40 .percentage-bar:before {
  transform: rotate(144deg); }

.circle.percentage-41 .percentage-bar:before {
  transform: rotate(147.6deg); }

.circle.percentage-42 .percentage-bar:before {
  transform: rotate(151.2deg); }

.circle.percentage-43 .percentage-bar:before {
  transform: rotate(154.8deg); }

.circle.percentage-44 .percentage-bar:before {
  transform: rotate(158.4deg); }

.circle.percentage-45 .percentage-bar:before {
  transform: rotate(162deg); }

.circle.percentage-46 .percentage-bar:before {
  transform: rotate(165.6deg); }

.circle.percentage-47 .percentage-bar:before {
  transform: rotate(169.2deg); }

.circle.percentage-48 .percentage-bar:before {
  transform: rotate(172.8deg); }

.circle.percentage-49 .percentage-bar:before {
  transform: rotate(176.4deg); }

.circle.percentage-50 .percentage-bar:before {
  transform: rotate(180deg); }

.circle.percentage-51 .percentage-bar:before {
  transform: rotate(183.6deg); }

.circle.percentage-52 .percentage-bar:before {
  transform: rotate(187.2deg); }

.circle.percentage-53 .percentage-bar:before {
  transform: rotate(190.8deg); }

.circle.percentage-54 .percentage-bar:before {
  transform: rotate(194.4deg); }

.circle.percentage-55 .percentage-bar:before {
  transform: rotate(198deg); }

.circle.percentage-56 .percentage-bar:before {
  transform: rotate(201.6deg); }

.circle.percentage-57 .percentage-bar:before {
  transform: rotate(205.2deg); }

.circle.percentage-58 .percentage-bar:before {
  transform: rotate(208.8deg); }

.circle.percentage-59 .percentage-bar:before {
  transform: rotate(212.4deg); }

.circle.percentage-60 .percentage-bar:before {
  transform: rotate(216deg); }

.circle.percentage-61 .percentage-bar:before {
  transform: rotate(219.6deg); }

.circle.percentage-62 .percentage-bar:before {
  transform: rotate(223.2deg); }

.circle.percentage-63 .percentage-bar:before {
  transform: rotate(226.8deg); }

.circle.percentage-64 .percentage-bar:before {
  transform: rotate(230.4deg); }

.circle.percentage-65 .percentage-bar:before {
  transform: rotate(234deg); }

.circle.percentage-66 .percentage-bar:before {
  transform: rotate(237.6deg); }

.circle.percentage-67 .percentage-bar:before {
  transform: rotate(241.2deg); }

.circle.percentage-68 .percentage-bar:before {
  transform: rotate(244.8deg); }

.circle.percentage-69 .percentage-bar:before {
  transform: rotate(248.4deg); }

.circle.percentage-70 .percentage-bar:before {
  transform: rotate(252deg); }

.circle.percentage-71 .percentage-bar:before {
  transform: rotate(255.6deg); }

.circle.percentage-72 .percentage-bar:before {
  transform: rotate(259.2deg); }

.circle.percentage-73 .percentage-bar:before {
  transform: rotate(262.8deg); }

.circle.percentage-74 .percentage-bar:before {
  transform: rotate(266.4deg); }

.circle.percentage-75 .percentage-bar:before {
  transform: rotate(270deg); }

.circle.percentage-76 .percentage-bar:before {
  transform: rotate(273.6deg); }

.circle.percentage-77 .percentage-bar:before {
  transform: rotate(277.2deg); }

.circle.percentage-78 .percentage-bar:before {
  transform: rotate(280.8deg); }

.circle.percentage-79 .percentage-bar:before {
  transform: rotate(284.4deg); }

.circle.percentage-80 .percentage-bar:before {
  transform: rotate(288deg); }

.circle.percentage-81 .percentage-bar:before {
  transform: rotate(291.6deg); }

.circle.percentage-82 .percentage-bar:before {
  transform: rotate(295.2deg); }

.circle.percentage-83 .percentage-bar:before {
  transform: rotate(298.8deg); }

.circle.percentage-84 .percentage-bar:before {
  transform: rotate(302.4deg); }

.circle.percentage-85 .percentage-bar:before {
  transform: rotate(306deg); }

.circle.percentage-86 .percentage-bar:before {
  transform: rotate(309.6deg); }

.circle.percentage-87 .percentage-bar:before {
  transform: rotate(313.2deg); }

.circle.percentage-88 .percentage-bar:before {
  transform: rotate(316.8deg); }

.circle.percentage-89 .percentage-bar:before {
  transform: rotate(320.4deg); }

.circle.percentage-90 .percentage-bar:before {
  transform: rotate(324deg); }

.circle.percentage-91 .percentage-bar:before {
  transform: rotate(327.6deg); }

.circle.percentage-92 .percentage-bar:before {
  transform: rotate(331.2deg); }

.circle.percentage-93 .percentage-bar:before {
  transform: rotate(334.8deg); }

.circle.percentage-94 .percentage-bar:before {
  transform: rotate(338.4deg); }

.circle.percentage-95 .percentage-bar:before {
  transform: rotate(342deg); }

.circle.percentage-96 .percentage-bar:before {
  transform: rotate(345.6deg); }

.circle.percentage-97 .percentage-bar:before {
  transform: rotate(349.2deg); }

.circle.percentage-98 .percentage-bar:before {
  transform: rotate(352.8deg); }

.circle.percentage-99 .percentage-bar:before {
  transform: rotate(356.4deg); }

.circle.percentage-100 .percentage-bar:before {
  transform: rotate(360deg); }

.summary__action {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end; }

.buy__other-unavailable {
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  background-color: #CBD5EF3D;
  border-radius: .5rem; }

@media (max-width: 992px) {
  body.cookie-enabled .page__wrapper {
    padding-top: 6rem; } }

.cookie-window-block {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #CBD5E4;
  border-bottom: 1px solid #CBD5E4;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 111; }
  .cookie-window-block.closed {
    display: none; }
  .cookie-window-block .btn {
    height: 3.2rem; }

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

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

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

.cookie-window-text {
  color: #54667F;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2; }
  .cookie-window-text a {
    margin-left: .5rem;
    text-decoration: underline;
    color: inherit;
    background: linear-gradient(145deg, #59B0E5, #926DF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cookie-window-text p {
    margin-bottom: 0; }
  .cookie-window-text img {
    margin-right: 1rem; }

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

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

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

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

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

.text-page.loged {
  background-color: #f6f8fa; }
  .text-page.loged .header {
    position: relative; }

body.not-logged-text-page .header {
  position: relative; }

.text__page {
  padding: 2rem 0;
  background-color: #f6f8fa; }
  .text__page .block__title {
    font-size: 2.2rem;
    font-weight: 400;
    font-family: "Anek Gujarati", sans-serif; }
  .text__page .block__text {
    font-size: 1.6rem;
    color: #272D37; }
    .text__page .block__text * {
      background: none !important;
      font-size: inherit !important;
      font-style: inherit !important;
      color: inherit !important;
      font-family: inherit !important; }

.not-logged-text-page {
  background-color: #f6f8fa; }

.logged-text-page {
  background-color: #f6f8fa; }

.features {
  margin-bottom: 15rem;
  position: relative; }
  .features .container {
    width: auto;
    max-width: 1205px;
    padding: 0 15px; }
  .features .block__title {
    text-align: center; }
    .features .block__title span {
      display: block; }
  .features .block__text {
    text-align: center;
    letter-spacing: .015em; }

.features__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .features__shape.bottom {
    top: 0;
    right: 0;
    left: auto; }

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

.features__block {
  width: 30%;
  padding: 0 2rem;
  margin-bottom: 4rem; }
  .features__block.sm {
    width: 30%; }
  .features__block.xl {
    width: 70%; }
    .features__block.xl .features__item {
      align-items: flex-start; }
    .features__block.xl .purchase__img {
      position: absolute;
      bottom: -0;
      right: 0; }
  .features__block.md {
    width: 40%;
    text-align: center; }
    .features__block.md .purchase__img {
      margin: 0 auto; }
  .features__block:nth-child(3) .purchase__img {
    margin: 0 auto; }

.features__item {
  height: 41.2rem;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.features__content {
  padding: 4.8rem 4.8rem 0; }

.features__title {
  margin-bottom: 1rem;
  font-size: 3.1rem;
  line-height: 1.1;
  font-weight: 900;
  color: #272D37;
  letter-spacing: -0.05em; }

.features__text {
  color: #7E8FAB;
  font-size: 1.4rem;
  max-width: 30rem; }

.features__info {
  display: flex; }

.features__icons {
  margin-bottom: 4rem;
  margin-top: 11rem;
  display: flex;
  align-items: center; }
  .features__icons img {
    margin-right: 4.5rem;
    max-height: 3rem; }

.features__info-item {
  margin-right: 4.8rem; }
  .features__info-item .amount {
    font-size: 2.4rem;
    font-weight: 500;
    color: #272D37; }
  .features__info-item .text {
    color: #7E8FAB;
    font-size: 1.4rem;
    letter-spacing: -0.05em; }

.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__wrapper {
  display: flex;
  flex-wrap: wrap; }

.contacts__block {
  width: 40%; }
  .contacts__block:first-child {
    padding-right: 3rem; }
  .contacts__block:last-child {
    width: 60%; }

.contacts__form {
  width: 59rem;
  max-width: 100%; }
  .contacts__form .form__line {
    margin-bottom: 2.5rem; }
    .contacts__form .form__line .form__line {
      margin-bottom: 0; }
    .contacts__form .form__line:last-child {
      margin-bottom: 0; }
  .contacts__form .btn {
    min-width: 28.5rem; }

.contacts__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  color: #000; }

.contacts__text {
  max-width: 38rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000; }

/*
 * 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;
  position: relative;
  min-height: 220px;
  padding: 20px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 1rem;
  background-color: #fff; }
  .dropzone * {
    box-sizing: border-box; }
  .dropzone .btn {
    pointer-events: none; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable .dz-message {
      cursor: pointer; }
      .dropzone.dz-clickable .dz-message * {
        cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-started .dz-default {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-start {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end; }
  .dropzone .dz-message {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: underline;
    display: block; }
  .dropzone .dz-preview {
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      text-align: center;
      display: block;
      cursor: pointer;
      border: none;
      position: absolute;
      top: 10px;
      right: 10px;
      pointer-events: auto;
      z-index: 3;
      color: #141b3466;
      background-color: #f2f2fd;
      font-size: 1.2rem;
      font-weight: 500;
      padding: .4rem .8rem;
      border-radius: .6rem;
      line-height: 1; }
      .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;
      opacity: 1;
      font-size: 14px;
      font-weight: 500;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      line-height: 150%;
      display: flex;
      flex-direction: column-reverse; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px;
        background: linear-gradient(145deg, #59b0e5, #926df6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500; }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
      .dropzone .dz-preview .dz-details .dz-size span {
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10;
      margin: 0 auto; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
    .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      display: none; }
    .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;
      display: none; }
      .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; }

.block__title {
  margin-bottom: 1.8rem;
  font-size: 5.6rem;
  font-weight: 900;
  color: #272d37;
  line-height: 1.2;
  letter-spacing: 0.015em; }
  .block__title span {
    background: linear-gradient(145deg, #59b0e5, #926df6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

body.loged .page__content {
  padding-top: 12rem; }

.block__link {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(145deg, #59b0e5, #926df6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem; }
  .block__link img {
    margin-right: 1.5rem;
    display: block; }

.page__content {
  padding-top: 6rem; }
  .page__content a {
    color: inherit;
    text-decoration: underline; }
    .page__content a:hover {
      text-decoration: none; }

.block__text {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 1.65;
  color: #6a7b97;
  font-family: "Anek Gujarati", 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.6rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

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

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

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

.converter__form {
  max-width: 49rem;
  margin-left: auto;
  padding: 1.6rem 1.2rem;
  border-radius: .8rem;
  background-color: #c8cfde3d; }
  .converter__form .label-main {
    margin-bottom: .6rem;
    color: #6A7B97;
    display: block;
    font-weight: 900;
    font-size: 18px; }
  .converter__form .input__wrapper {
    display: flex;
    background-color: #fff;
    border-radius: .8rem;
    z-index: initial; }
    .converter__form .input__wrapper .input {
      background: none;
      border: 0;
      padding-left: 8rem;
      height: 6.7rem;
      font-weight: 900;
      color: #272D37;
      font-size: 2.4rem;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: textfield; }
      .converter__form .input__wrapper .input::placeholder {
        color: #272D37; }
    .converter__form .input__wrapper .select select {
      height: 6.7rem;
      width: 9rem;
      font-size: 2rem;
      padding-left: 0;
      background: none;
      font-weight: 900; }
  .converter__form .btn {
    font-size: 2rem; }

.converter__exchange {
  margin-bottom: 2rem; }
  .converter__exchange .checkbox__input:checked + .exchange__btn span.buy {
    background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
    color: #fff; }
  .converter__exchange .checkbox__input:checked + .exchange__btn span.sell {
    color: #000;
    background: none; }

.exchange__btn {
  display: flex;
  padding: .7rem;
  border-radius: .8rem;
  background-color: rgba(255, 255, 255, 0.5); }
  .exchange__btn span {
    height: 5.5rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .05em;
    font-size: 1.8rem;
    border-radius: .8rem;
    cursor: pointer; }
    .exchange__btn span.sell {
      background: linear-gradient(to bottom, #539acd 0%, #926df6 100%);
      color: #fff; }

.converter__form-container {
  padding: 2rem; }

.converter__form-block {
  margin-bottom: 2rem; }

.converter__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.8rem;
  height: 4rem;
  width: 4rem;
  border-radius: 50%; }

.converter__price {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(203, 213, 239, 0.24);
  font-size: 2rem;
  letter-spacing: 0.015em;
  color: #272D37;
  font-weight: 900;
  padding: 0 2rem;
  border-radius: .8rem; }
  .converter__price .badge {
    font-size: 1.2rem;
    letter-spacing: initial;
    color: #fff;
    padding: 2px 8px;
    border-radius: .8rem;
    font-weight: 400; }
    .converter__price .badge.plus {
      background-color: #6CDEA7; }
    .converter__price .badge.minus {
      background-color: #EA6868; }

.choose {
  padding: 7.5rem 0;
  background: linear-gradient(71.76deg, #d3dad5 6.01%, #c0d5d0 108.47%); }

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

.choose__link {
  width: 260px;
  height: 70px;
  margin-right: 40px;
  padding: 0 1.33rem;
  background-color: #fff;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272D37;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s ease; }
  .choose__link:hover {
    text-decoration: none;
    background-color: #f3f3f3; }
  .choose__link .icon {
    margin-right: .6rem;
    display: inline-block;
    vertical-align: bottom;
    height: 17px;
    transform: translateY(-0.1rem); }
  .choose__link.btc .arrow {
    background-color: #f89e31; }
  .choose__link.eth .arrow {
    background-color: #5c7ad4; }
  .choose__link.tether .arrow {
    background-color: #25ae82; }
  .choose__link .arrow {
    width: 35px;
    height: 35px;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .choose__link:last-child {
    margin-right: 0; }

.services {
  padding: 5rem 0 30px; }

.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.services__block {
  padding: 0 20px;
  width: 50%;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .services__block {
      width: 100%; } }

.services__item {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  display: flex;
  border-radius: 1rem; }

.services__img {
  margin-right: 1rem;
  width: 4rem;
  flex: 0 0 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .6rem;
  background-color: #373737; }

.services__title {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #272D37; }

.services__text {
  font-size: 14px; }

.text__block {
  padding: 2rem 0 7rem;
  text-align: center; }
  .text__block .block__title {
    color: #272D37; }
  .text__block .block__text {
    color: #000;
    font-size: 15px;
    max-width: 490px;
    margin: 0 auto;
    font-weight: 400; }

.crypto__table-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  height: 50px; }

.flow__page {
  padding-bottom: 11rem;
  padding-top: 14.5rem;
  background: linear-gradient(to bottom, #f9f6fb 70%, rgba(255, 255, 255, 0)); }

.flow__subtitle {
  font-size: 2.5rem; }

.flow__title {
  margin-bottom: 5rem;
  font-size: 3.6rem;
  font-weight: 700; }

.flow__form {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
  border-radius: .5rem;
  padding: 3.5rem 4rem;
  background-color: #fafafa;
  border: 1px solid #e8edfa; }
  .flow__form .dropdown-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem; }
  .flow__form .checkbox__label {
    font-size: 1rem; }
  .flow__form .input__wrapper .input {
    padding-left: 2rem; }
  .flow__form .input {
    height: 5.4rem;
    font-size: 1.7rem;
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: .6rem; }
  .flow__form .select select {
    height: 5.4rem;
    font-size: 1.7rem; }
  .flow__form .btn {
    height: 5.4rem;
    font-size: 1.7rem;
    border-radius: .6rem; }

.flow__form-title {
  margin-bottom: 2.4rem;
  padding-bottom: 1.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #ddddde;
  position: relative; }
  .flow__form-title:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 19rem;
    height: .4rem;
    background-color: #689EEA; }

.flow__quote {
  margin-bottom: 2.5rem;
  text-align: right;
  font-size: 1.3rem;
  color: #787878; }

.flow__policy {
  font-size: 1.3rem;
  color: #787878;
  text-align: center; }
  .flow__policy a {
    color: inherit;
    text-decoration: underline; }
    .flow__policy a:hover {
      text-decoration: none; }

.flow__back {
  margin-bottom: 2rem;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline; }
  .flow__back:hover {
    text-decoration: none; }

.flow__log-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }

.flow__attention {
  margin-bottom: 2.5rem;
  padding: 2rem 2.5rem 1rem;
  border-radius: .5rem;
  background-color: rgba(104, 158, 234, 0.2);
  font-size: 1.1rem; }
  .flow__attention ol {
    margin-left: 0;
    padding-left: 1.2em; }
    .flow__attention ol li {
      margin-bottom: 1rem; }
      .flow__attention ol li:last-child {
        margin-bottom: 0; }

.flow__attention-alert {
  color: #ff6565;
  font-weight: 600;
  font-size: 1.3rem; }

.flow__text {
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
  color: #6D6D6D; }

.flow__email {
  margin-bottom: 2rem;
  color: #6D6D6D;
  font-size: 1.3rem;
  font-weight: 500; }
  .flow__email span {
    color: #000;
    display: block; }

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

.flow__code {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #6D6D6D; }
  .flow__code span {
    margin-left: .4rem; }
  .flow__code img {
    transform: translateY(-0.1rem);
    margin-right: .5rem; }

.label__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .label__wrapper .label {
    width: auto; }
  .label__wrapper .cabinet__item-link {
    font-size: 1.1rem; }

.label__code {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #000;
  text-decoration: underline; }
  .label__code:hover {
    text-decoration: none; }

.flow__code-error {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  color: #ff6565;
  font-size: 1.3rem;
  font-weight: 600;
  transform: translateY(-50%); }

.code-ok {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  display: block;
  height: 1.5rem; }

.flow__bank {
  margin-bottom: 14rem; }
  .flow__bank .radio {
    margin-bottom: 2.5rem; }
    .flow__bank .radio:last-child {
      margin-bottom: 0; }
    .flow__bank .radio__input:checked + .radio__label {
      background: rgba(68, 120, 255, 0.2); }
    .flow__bank .radio__label {
      height: 6.2rem;
      display: flex;
      align-items: center;
      padding: 0 2.5rem;
      font-size: 1.6rem;
      font-weight: 600;
      background: rgba(154, 154, 154, 0.06);
      line-height: 1; }
      .flow__bank .radio__label .tip {
        margin-left: 1rem; }
      .flow__bank .radio__label:before {
        display: none; }
      .flow__bank .radio__label:after {
        display: none; }

.flow__bank-title {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600; }

.flow__details-row {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 500; }
  .flow__details-row .title {
    color: #6D6D6D; }
  .flow__details-row .text {
    text-align: right; }

.flow__amount-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 320px;
  margin: 3.5rem auto; }

.flow__amount .title {
  color: #6D6D6D;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: .6rem; }

.flow__amount .count {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1; }
  .flow__amount .count img {
    margin-left: .5rem;
    width: 2rem;
    height: 2rem;
    display: block;
    transform: translateY(-0.2rem); }

.activation__page {
  margin: 10rem auto 0;
  text-align: center; }
  .activation__page .alert {
    font-size: 1.6rem;
    margin-bottom: 0; }

.activation__content {
  text-align: center;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
  max-width: 50rem;
  margin: 0 auto; }

.activation-description {
  font-weight: 500;
  font-size: 1.6rem; }

.get {
  margin-bottom: 10rem; }
  .get .block__title-wrapper {
    margin-bottom: 12rem; }

.get__wrapper {
  display: flex;
  margin: 0 -1.5rem; }

.get__block {
  width: 33.333%;
  padding: 0 1.5rem; }

.get__item {
  padding: 8rem 2rem 2.5rem;
  display: block;
  border: 1px solid #e8edfa;
  background-color: #fafafa;
  text-align: center;
  position: relative;
  transition: all .2s ease;
  border-radius: 2.5rem;
  height: 22rem; }
  .get__item:hover {
    text-decoration: none; }
    .get__item:hover .get__title {
      color: #689EEA;
      animation: getTitle .2s ease forwards;
      left: 0;
      transform: translateX(0);
      text-align: left; }
    .get__item:hover .get__text {
      margin: 0;
      left: 0;
      transform: translateX(0);
      text-align: left;
      max-width: 28rem; }
    .get__item:hover .get__arrow {
      opacity: 1; }
  .get__item img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }

.get__arrow {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #689EEA;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .4s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  .get__arrow img {
    position: static;
    transform: translateX(0); }

.get__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  transition: all .4s ease;
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 2rem;
  max-width: 28rem;
  width: 100%; }

.get__text {
  font-size: 1.8rem;
  color: #6D6D6D;
  max-width: 32rem;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 11.3rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
  font-family: "Anek Gujarati", sans-serif;
  padding: 0 2rem; }

.shape__btc {
  transition: all .4s ease; }

.assets__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #272D37; }

.assets__text {
  font-size: 1.8rem;
  font-family: "Anek Gujarati", sans-serif;
  color: #6D6D6D; }

.assets__btn {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: right;
  color: #272D37;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 3rem;
  right: 3rem; }
  .assets__btn span {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #689EEA; }

.elevate {
  margin-bottom: 8rem;
  padding: 5rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3.5rem;
  border: 1px solid #e8edfa; }
  .elevate .block__text {
    max-width: 84rem;
    margin: 0 auto 4rem; }

.elevate__form {
  max-width: 42rem;
  margin: 0 auto; }
  .elevate__form .btn {
    min-width: 20rem; }
  .elevate__form .form__group {
    margin-bottom: 4rem; }
  .elevate__form .input {
    background-color: #fff;
    border-radius: 3rem;
    padding-top: .8rem; }

.support {
  margin-bottom: 5.5rem; }
  .support .block__title-wrapper {
    margin-bottom: 12rem; }
  .support .get__item {
    padding-top: 7rem;
    height: auto; }
    .support .get__item img {
      position: static;
      transform: none;
      display: block; }
    .support .get__item .get__title {
      font-size: 2.8rem;
      position: static;
      transform: translateX(0);
      text-align: center; }
    .support .get__item .get__text {
      position: static;
      transform: translateX(0); }
    .support .get__item:hover {
      text-align: center;
      cursor: default; }
      .support .get__item:hover .get__title {
        color: #000; }
      .support .get__item:hover .get__text {
        margin: 0 auto;
        max-width: 32rem;
        text-align: center; }

.get__img {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.7rem;
  height: 15.7rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e8edfa;
  display: flex;
  align-items: center;
  justify-content: center; }

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

.post__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .post__block .post__text {
    max-width: 100%; }
  .post__block .post__item {
    height: 100%; }

.purchase {
  margin-top: -5rem;
  margin-bottom: 15rem; }

.purchase__wrapper {
  display: flex; }

.purchase__block {
  width: 50%; }
  .purchase__block .block__text {
    font-weight: 300;
    max-width: 450px;
    letter-spacing: -3%; }

.purchase__list {
  font-weight: 900; }
  .purchase__list li {
    position: relative;
    padding-left: 5.5rem;
    line-height: 4rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.015em; }
    .purchase__list li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("/images/list_img.svg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 4rem;
      height: 4rem;
      border-radius: 50%; }

.purchase__img {
  display: block;
  margin-left: auto; }

.rated {
  margin-bottom: 15rem;
  position: relative; }

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

.rated__container-title {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -1%; }

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

.rated__slider {
  margin-bottom: 0rem; }
  .rated__slider .slick-list {
    padding-bottom: 6rem;
    margin: 0 -4.5rem; }
  .rated__slider .slick-slide {
    padding: 0 4.5rem; }

.rated__block {
  width: 20%;
  padding: 0 4.5rem; }

.rated__item {
  padding: 2rem;
  border-radius: 1.2rem;
  box-shadow: 0 4rem 4rem rgba(15, 15, 15, 0.03);
  background-color: rgba(252, 252, 253, 0.75); }

.rated__title {
  margin-bottom: .3rem;
  font-size: 1.4rem;
  color: #272D37;
  display: flex;
  align-items: center; }
  .rated__title .badge {
    margin-left: .9rem;
    color: #fff;
    padding: 0 .8rem;
    border-radius: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    line-height: 1; }
    .rated__title .badge.minus {
      background-color: #ea6868; }
    .rated__title .badge.plus {
      background-color: #6cdea7; }

.rated__price {
  font-size: 1.8rem;
  color: #272D37; }

.rated__capital {
  color: #7e8fab;
  font-size: 1.2rem; }

.marketplace {
  margin-bottom: 15rem; }

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

.marketplace__form {
  position: relative; }
  .marketplace__form .input {
    padding-left: 4rem;
    width: 28rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.16)); }
    .marketplace__form .input::placeholder {
      color: #7E8FAB; }

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

.marketplace__link {
  position: relative;
  padding-right: 2rem;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  color: #000; }
  .marketplace__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-color: #439fd0;
    border-style: solid;
    padding: .3rem;
    right: 0; }
  .marketplace__link.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotateZ(225deg); }

.marketplace__text {
  padding-top: 1rem;
  position: relative;
  max-width: 31.7rem;
  overflow: hidden;
  display: flex; }
  .marketplace__text:before {
    content: '';
    position: absolute;
    width: 3rem;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, #fafafa, rgba(250, 250, 250, 0));
    z-index: 2; }
  .marketplace__text:after {
    content: '';
    position: absolute;
    width: 3rem;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to left, #fafafa, rgba(250, 250, 250, 0));
    z-index: 2; }
  .marketplace__text p {
    margin-bottom: 0;
    animation: text 8s infinite linear;
    white-space: nowrap; }

.crypto__graphic {
  width: 10rem;
  height: 4rem; }

@keyframes text {
  0% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(-100%, 0); } }

.faq {
  margin-bottom: 4.5rem;
  position: relative; }
  .faq .block__title {
    text-align: center;
    position: relative;
    z-index: 2; }
  .faq .block__text {
    text-align: center;
    max-width: 60rem;
    margin: 0 auto 4rem;
    position: relative;
    z-index: 2; }
  .faq--crypto .block__title {
    text-align: left;
    font-weight: 700;
    font-size: 3rem; }
  .faq--crypto .accordion {
    max-width: 100%; }
  .faq--crypto .accordion__title:before {
    content: '';
    background: none;
    border: .6rem solid transparent;
    border-top-color: #926DF6;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    border-radius: .4rem; }
  .faq--crypto .accordion__title.active {
    transform: translateY(-50%) rotateZ(180deg);
    margin-top: .2rem; }
  .faq--crypto .accordion__item {
    background: none;
    border-bottom: 1px solid #474D57;
    border-radius: 0; }
    .faq--crypto .accordion__item:last-child {
      border-bottom: 0; }

.crypto__page {
  padding-top: 10rem; }

.crypto__text {
  margin-top: 2rem;
  font-size: 15px;
  margin-bottom: 2rem;
  max-width: 74rem; }

.crypto__title {
  font-size: 2rem;
  color: #272D37;
  margin-bottom: 1rem; }

.about__crypto {
  margin-bottom: 80px; }
  .about__crypto .title {
    margin-bottom: 3rem;
    font-size: 4rem;
    font-weight: 700;
    color: #272d37; }
  .about__crypto .text {
    font-size: 1.6rem; }
    .about__crypto .text h2 {
      font-size: 1.8rem;
      margin-bottom: 2rem; }

.about__crypto-more {
  display: inline-flex;
  flex-direction: column;
  align-items: center; }

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

.contacts__block {
  width: 40%; }
  .contacts__block:first-child {
    padding-right: 3rem; }
  .contacts__block:last-child {
    width: 60%; }

.contacts__form {
  width: 59rem;
  max-width: 100%; }
  .contacts__form .form__line {
    margin-bottom: 2.5rem; }
    .contacts__form .form__line .form__line {
      margin-bottom: 0; }
    .contacts__form .form__line:last-child {
      margin-bottom: 0; }
  .contacts__form .btn {
    min-width: 28.5rem; }

.contacts__title {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  color: #000; }

.contacts__text {
  max-width: 38rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #000; }

.tip {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  /* Positions Top
  ==========================*/
  /* Positions Bottom
  ==========================*/
  /* Positions Left & Right
  ==========================*/
  /* Sizes
  ==========================*/
  /* Styling
  ==========================*/
  /* Colors
  ==========================*/ }
  .tip.tip--top-left:before {
    border-top-color: #fff; }
  .tip.tip--top-right:before {
    border-top-color: #fff; }
  .tip.tip--top:before {
    border-top-color: #fff; }
  .tip.tip--bottom-left:before {
    border-bottom-color: #fff; }
  .tip.tip--bottom-right:before {
    border-bottom-color: #fff; }
  .tip.tip--bottom:before {
    border-bottom-color: #fff; }
  .tip.tip--left:before {
    border-left-color: #fff; }
  .tip.tip--right:before {
    border-right-color: #fff; }
  .tip:before, .tip:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    transition: 0.2s ease;
    transition-delay: 0ms; }
  .tip:before {
    content: "";
    border: 4px solid transparent; }
  .tip:after {
    content: attr(aria-label);
    padding: 1.6rem 2rem;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
    color: #000;
    white-space: nowrap;
    border-radius: .5rem;
    background-color: #fff; }
  .tip:hover:before, .tip:hover:after {
    visibility: visible;
    opacity: 1;
    transition-delay: .1s; }
  .tip--top:before, .tip--top:after {
    left: 50%;
    transform: translate3d(-50%, 8px, 0); }
  .tip--top:before {
    top: -4px; }
  .tip--top:after {
    bottom: 100%;
    margin-bottom: 4px; }
  .tip--top:hover:before, .tip--top:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--top-left:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-left:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, 8px, 0); }
  .tip--top-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--top-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--top-right:before {
    top: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:after {
    left: 50%;
    bottom: 100%;
    margin-bottom: 4px;
    margin-left: -15px;
    transform: translate3d(0, 8px, 0); }
  .tip--top-right:hover:before, .tip--top-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--bottom:before, .tip--bottom:after {
    left: 50%;
    transform: translate3d(-50%, -8px, 0); }
  .tip--bottom:before {
    bottom: -4px; }
  .tip--bottom:after {
    top: 100%;
    margin-top: 4px; }
  .tip--bottom:hover:before, .tip--bottom:hover:after {
    transform: translate3d(-50%, 0, 0); }
  .tip--bottom-left:before {
    bottom: -4px;
    left: calc(50% - 14px);
    transform: translate3d(0, -8px, 0); }
    @media (max-width: 768px) {
      .tip--bottom-left:before {
        left: calc(50% - 8px); } }
  .tip--bottom-left:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: 15px;
    transform: translate3d(-100%, -8px, 0); }
  .tip--bottom-left:hover:before {
    transform: translate3d(0, 0, 0); }
  .tip--bottom-left:hover:after {
    transform: translate3d(-100%, 0, 0); }
  .tip--bottom-right:before {
    bottom: -4px;
    left: calc(50% - 4px);
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:after {
    left: 50%;
    top: 100%;
    margin-top: 4px;
    margin-left: -15px;
    transform: translate3d(0, -8px, 0); }
  .tip--bottom-right:hover:before, .tip--bottom-right:hover:after {
    transform: translate3d(0, 0, 0); }
  .tip--left:before, .tip--left:after {
    top: 50%;
    transform: translate3d(8px, -50%, 0); }
  .tip--left:before {
    right: 100%; }
  .tip--left:after {
    right: 100%;
    margin-right: 8px; }
  .tip--left:hover:before, .tip--left:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--right:before, .tip--right:after {
    top: 50%;
    transform: translate3d(-8px, -50%, 0); }
  .tip--right:before {
    left: 100%; }
  .tip--right:after {
    left: 100%;
    margin-left: 8px; }
  .tip--right:hover:before, .tip--right:hover:after {
    transform: translate3d(0, -50%, 0); }
  .tip--sm:after, .tip--md:after, .tip--lg:after, .tip--full:after {
    white-space: normal; }
  .tip--sm:after {
    width: 70px; }
  .tip--md:after {
    width: 150px; }
  .tip--lg:after {
    width: 25rem; }
  .tip--full:after {
    width: 100%; }
  .tip--shadow:after {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  .tip--rounded:after {
    border-radius: 4px; }
  .tip--gray.tip--top-left:before {
    border-top-color: #6D6D6D; }
  .tip--gray.tip--top-right:before {
    border-top-color: #6D6D6D; }
  .tip--gray.tip--top:before {
    border-top-color: #6D6D6D; }
  .tip--gray.tip--bottom-left:before {
    border-bottom-color: #6D6D6D; }
  .tip--gray.tip--bottom-right:before {
    border-bottom-color: #6D6D6D; }
  .tip--gray.tip--bottom:before {
    border-bottom-color: #6D6D6D; }
  .tip--gray.tip--left:before {
    border-left-color: #6D6D6D; }
  .tip--gray.tip--right:before {
    border-right-color: #6D6D6D; }
  .tip--gray:after {
    background-color: #6D6D6D; }
  .tip--dark-blue.tip--top-left:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top-right:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--top:before {
    border-top-color: #1437CC; }
  .tip--dark-blue.tip--bottom-left:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom-right:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--bottom:before {
    border-bottom-color: #1437CC; }
  .tip--dark-blue.tip--left:before {
    border-left-color: #1437CC; }
  .tip--dark-blue.tip--right:before {
    border-right-color: #1437CC; }
  .tip--dark-blue:after {
    background-color: #1437CC; }
  .tip--red.tip--top-left:before {
    border-top-color: #F6465D; }
  .tip--red.tip--top-right:before {
    border-top-color: #F6465D; }
  .tip--red.tip--top:before {
    border-top-color: #F6465D; }
  .tip--red.tip--bottom-left:before {
    border-bottom-color: #F6465D; }
  .tip--red.tip--bottom-right:before {
    border-bottom-color: #F6465D; }
  .tip--red.tip--bottom:before {
    border-bottom-color: #F6465D; }
  .tip--red.tip--left:before {
    border-left-color: #F6465D; }
  .tip--red.tip--right:before {
    border-right-color: #F6465D; }
  .tip--red:after {
    background-color: #F6465D; }
  .tip--white.tip--top-left:before {
    border-top-color: #fff; }
  .tip--white.tip--top-right:before {
    border-top-color: #fff; }
  .tip--white.tip--top:before {
    border-top-color: #fff; }
  .tip--white.tip--bottom-left:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom-right:before {
    border-bottom-color: #fff; }
  .tip--white.tip--bottom:before {
    border-bottom-color: #fff; }
  .tip--white.tip--left:before {
    border-left-color: #fff; }
  .tip--white.tip--right:before {
    border-right-color: #fff; }
  .tip--white:after {
    background-color: #fff; }
  .tip--pink.tip--top-left:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top-right:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--top:before {
    border-top-color: #EBDDDD; }
  .tip--pink.tip--bottom-left:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom-right:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--bottom:before {
    border-bottom-color: #EBDDDD; }
  .tip--pink.tip--left:before {
    border-left-color: #EBDDDD; }
  .tip--pink.tip--right:before {
    border-right-color: #EBDDDD; }
  .tip--pink:after {
    background-color: #EBDDDD; }
  .tip--purple.tip--top-left:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top-right:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--top:before {
    border-top-color: #A08CA7; }
  .tip--purple.tip--bottom-left:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom-right:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--bottom:before {
    border-bottom-color: #A08CA7; }
  .tip--purple.tip--left:before {
    border-left-color: #A08CA7; }
  .tip--purple.tip--right:before {
    border-right-color: #A08CA7; }
  .tip--purple:after {
    background-color: #A08CA7; }
  .tip--dark-pink.tip--top-left:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top-right:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--top:before {
    border-top-color: #BC9999; }
  .tip--dark-pink.tip--bottom-left:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom-right:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--bottom:before {
    border-bottom-color: #BC9999; }
  .tip--dark-pink.tip--left:before {
    border-left-color: #BC9999; }
  .tip--dark-pink.tip--right:before {
    border-right-color: #BC9999; }
  .tip--dark-pink:after {
    background-color: #BC9999; }
  .tip--blue.tip--top-left:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--top-right:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--top:before {
    border-top-color: #315ED2; }
  .tip--blue.tip--bottom-left:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--bottom-right:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--bottom:before {
    border-bottom-color: #315ED2; }
  .tip--blue.tip--left:before {
    border-left-color: #315ED2; }
  .tip--blue.tip--right:before {
    border-right-color: #315ED2; }
  .tip--blue:after {
    background-color: #315ED2; }
  .tip--green.tip--top-left:before {
    border-top-color: #0ECB81; }
  .tip--green.tip--top-right:before {
    border-top-color: #0ECB81; }
  .tip--green.tip--top:before {
    border-top-color: #0ECB81; }
  .tip--green.tip--bottom-left:before {
    border-bottom-color: #0ECB81; }
  .tip--green.tip--bottom-right:before {
    border-bottom-color: #0ECB81; }
  .tip--green.tip--bottom:before {
    border-bottom-color: #0ECB81; }
  .tip--green.tip--left:before {
    border-left-color: #0ECB81; }
  .tip--green.tip--right:before {
    border-right-color: #0ECB81; }
  .tip--green:after {
    background-color: #0ECB81; }
  .tip--yellow.tip--top-left:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--top-right:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--top:before {
    border-top-color: #F0B83B; }
  .tip--yellow.tip--bottom-left:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--bottom-right:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--bottom:before {
    border-bottom-color: #F0B83B; }
  .tip--yellow.tip--left:before {
    border-left-color: #F0B83B; }
  .tip--yellow.tip--right:before {
    border-right-color: #F0B83B; }
  .tip--yellow:after {
    background-color: #F0B83B; }
  .tip--main.tip--top-left:before {
    border-top-color: #689EEA; }
  .tip--main.tip--top-right:before {
    border-top-color: #689EEA; }
  .tip--main.tip--top:before {
    border-top-color: #689EEA; }
  .tip--main.tip--bottom-left:before {
    border-bottom-color: #689EEA; }
  .tip--main.tip--bottom-right:before {
    border-bottom-color: #689EEA; }
  .tip--main.tip--bottom:before {
    border-bottom-color: #689EEA; }
  .tip--main.tip--left:before {
    border-left-color: #689EEA; }
  .tip--main.tip--right:before {
    border-right-color: #689EEA; }
  .tip--main:after {
    background-color: #689EEA; }
  .tip--dark.tip--top-left:before {
    border-top-color: #272D37; }
  .tip--dark.tip--top-right:before {
    border-top-color: #272D37; }
  .tip--dark.tip--top:before {
    border-top-color: #272D37; }
  .tip--dark.tip--bottom-left:before {
    border-bottom-color: #272D37; }
  .tip--dark.tip--bottom-right:before {
    border-bottom-color: #272D37; }
  .tip--dark.tip--bottom:before {
    border-bottom-color: #272D37; }
  .tip--dark.tip--left:before {
    border-left-color: #272D37; }
  .tip--dark.tip--right:before {
    border-right-color: #272D37; }
  .tip--dark:after {
    background-color: #272D37; }
  .tip--black.tip--top-left:before {
    border-top-color: #000; }
  .tip--black.tip--top-right:before {
    border-top-color: #000; }
  .tip--black.tip--top:before {
    border-top-color: #000; }
  .tip--black.tip--bottom-left:before {
    border-bottom-color: #000; }
  .tip--black.tip--bottom-right:before {
    border-bottom-color: #000; }
  .tip--black.tip--bottom:before {
    border-bottom-color: #000; }
  .tip--black.tip--left:before {
    border-left-color: #000; }
  .tip--black.tip--right:before {
    border-right-color: #000; }
  .tip--black:after {
    background-color: #000; }
  .tip--remodal.tip--bottom-right:after {
    box-shadow: 0 3px 5px rgba(24, 57, 94, 0.15);
    background-color: #fff;
    border-radius: 5px;
    color: #6a6a6a;
    padding: .9rem;
    font-size: .9rem; }
  .tip--remodal.tip--bottom-right:before {
    border-bottom-color: #fff;
    color: #6a6a6a; }

.category {
  padding: 10rem 0 14rem; }

.category__wrapper {
  position: relative; }

.category__item-wrapper {
  position: relative; }
  .category__item-wrapper:hover .category__title {
    background-color: #689EEA; }

.category__list {
  border-radius: 3rem;
  overflow: hidden; }

.category__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem; }
  .category__list-wrapper > div {
    width: calc(100% / 3);
    padding: 1rem; }

.js-category {
  border-radius: 3rem;
  overflow: hidden; }

.category__arrows {
  position: absolute;
  bottom: -2.7rem;
  right: 0;
  display: flex;
  width: 10.8rem;
  height: 5.4rem;
  border-radius: 1.8rem;
  overflow: hidden; }
  .category__arrows .slick-prev,
  .category__arrows .slick-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 50%;
    height: 100%;
    transform: translate(0, 0);
    background-color: #7E8FAB;
    transition: 0.3s; }
    .category__arrows .slick-prev:hover,
    .category__arrows .slick-next:hover {
      background-color: #689EEA; }
    .category__arrows .slick-prev:before,
    .category__arrows .slick-next:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1; }
  .category__arrows .slick-prev:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='white'/%3e%3c/svg%3e "); }
  .category__arrows .slick-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31659 27.0976 7.68342 26.7071 7.2929L20.3431 0.928936C19.9526 0.538411 19.3195 0.538411 18.9289 0.928935C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM-1.74846e-07 9L26 9L26 7L1.74846e-07 7L-1.74846e-07 9Z' fill='white'/%3e%3c/svg%3e "); }

.category__img {
  position: relative;
  overflow: hidden; }
  .category__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: 0.3s; }
  .category__img img {
    display: block;
    width: 100%; }

.category__title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 3.5rem;
  background-color: transparent;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  transition: 0.3s; }

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

.category-products__item {
  width: calc(100% / 3);
  padding: 1rem 1rem 4rem; }

.category-products__item-wrapper {
  text-decoration: none;
  transition: 0.3s; }
  .category-products__item-wrapper:hover {
    text-decoration: none; }
    .category-products__item-wrapper:hover .category-products__title {
      text-decoration-color: #689EEA; }

.category-products__img {
  height: 43rem;
  margin-bottom: 1.5rem;
  overflow: hidden; }
  .category-products__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.category-products__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #689EEA;
  transition: 0.3s; }

.category-products__except {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #000; }

.login-page {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 8rem);
  padding: 7rem 0 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .login-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1; }

.login-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.login-page__remodal {
  width: 42rem;
  max-width: 100%;
  padding: 5rem 5rem 4rem;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 3rem; }

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

.bg-gray {
  background-color: #6D6D6D; }

.bg-dark-blue {
  background-color: #1437CC; }

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

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

.bg-pink {
  background-color: #EBDDDD; }

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

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

.bg-blue {
  background-color: #315ED2; }

.bg-green {
  background-color: #0ECB81; }

.bg-yellow {
  background-color: #F0B83B; }

.bg-main {
  background-color: #689EEA; }

.bg-dark {
  background-color: #272D37; }

.bg-black {
  background-color: #000; }

.text-gray {
  color: #6D6D6D; }

.text-dark-blue {
  color: #1437CC; }

.text-red {
  color: #F6465D; }

.text-white {
  color: #fff; }

.text-pink {
  color: #EBDDDD; }

.text-purple {
  color: #A08CA7; }

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

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

.text-green {
  color: #0ECB81; }

.text-yellow {
  color: #F0B83B; }

.text-main {
  color: #689EEA; }

.text-dark {
  color: #272D37; }

.text-black {
  color: #000; }

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

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

.z-3 {
  z-index: 3; }

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

.alert.visible-success {
  background-color: #0ECB81;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #0ECB81;
  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 (max-width: 1100px) {
  .cabinet__item {
    padding: 2rem; }
    .cabinet__item .converter__form {
      padding: 2rem 0 0; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .cabinet__block {
    width: 100%; }
    .cabinet__block.sm {
      width: 50%;
      order: 1; }
    .cabinet__block.ordered {
      order: 1; }
    .cabinet__block.full {
      order: 4; }
    .cabinet__block.graphic {
      width: 100%;
      order: 2; }
    .cabinet__block.important {
      order: 3;
      width: 100%; }
  .header__actions {
    width: auto; }
  .cabinet__item-link {
    white-space: nowrap; }
  .flow__form {
    padding: 2rem 2rem; }
  .flow__page {
    padding-bottom: 5rem; }
  .intro__text {
    margin-bottom: 1.5rem;
    font-size: 1.5rem; }
  .intro {
    margin-top: 6rem;
    padding-bottom: 0;
    overflow: hidden; }
    .intro:after {
      bottom: 0;
      height: 100%;
      background: linear-gradient(to top, #fafafa 20%, rgba(255, 255, 255, 0)); }
  .intro__title {
    font-size: 3rem; }
  .intro__subtext {
    margin-top: 1.5rem; }
  .intro__block {
    margin-bottom: 2rem;
    flex: unset;
    width: 100%;
    padding-top: 0;
    align-items: center; }
  .intro__content {
    min-height: unset;
    padding-top: 3rem;
    flex-direction: column;
    height: auto;
    text-align: center;
    align-items: center;
    padding-bottom: 0; }
  .intro__info .title {
    margin-bottom: 2rem; }
  .footer__actions {
    justify-content: center; }
  .intro__icons {
    padding-top: 2rem; }
  .intro__subtext {
    align-items: center;
    text-align: center; }
  .crypto__table .table {
    display: block; }
    .crypto__table .table thead {
      display: none; }
      .crypto__table .table thead tr th {
        font-size: 1.5rem; }
  .crypto__table tbody {
    display: flex;
    justify-content: space-between; }
  .crypto__table tr {
    background: linear-gradient(71.76deg, rgba(211, 218, 213, 0.5) 6.01%, rgba(192, 213, 208, 0.5) 108.47%);
    padding: 1.5rem;
    width: 32%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    align-items: flex-start; }
    .crypto__table tr td {
      display: block; }
      .crypto__table tr td:last-child {
        display: none; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0; }
  .footer__block {
    margin-bottom: 2rem;
    width: 100%;
    transform: translateY(0);
    text-align: center; }
    .footer__block:last-child {
      align-items: center; }
  .soc__title {
    text-align: center; }
  .choose__links {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .choose__link {
    margin-bottom: 10px; }
  .crypto__table-img {
    height: 30px; }
  .table {
    margin-bottom: 2rem; }
  .buy__title {
    font-size: 1.8rem; }
  .buy__transfer .title {
    font-size: 1.8rem; }
  .buy__block:first-child {
    padding-left: 2.5rem;
    padding-right: 1.5rem; }
  .buy__block:nth-child(2) {
    padding: 3rem 1.5rem; }
  .buy__item {
    padding: 3rem 1.5rem; }
  .buy__block .radio__label {
    height: 5.4rem; }
  .buy__other-link {
    height: 5rem; }
  .buy__refresh {
    margin: 6rem 3.4rem 6rem 0; }
  .additional__info-wrapper {
    flex-direction: column;
    text-align: center;
    padding-bottom: 4rem; }
    .additional__info-wrapper .title {
      margin-bottom: 2rem; }
  .flow__title {
    font-size: 2.6rem; }
  body.cookie-enabled .header {
    position: static; }
  body.cookie-enabled .intro {
    padding-top: 0; }
  body.cookie-enabled .intro__content {
    padding-top: 2rem; }
  body.cookie-enabled .page__wrapper {
    padding-top: 0; }
  .cabinet__menu-link:hover:before {
    width: 100%; }
  .cabinet__item-link:hover:after {
    width: 100%; }
  .cabinet__block.sm .cabinet__item {
    height: auto; }
  .header__wrapper {
    height: 6rem; }
  .get__wrapper {
    flex-wrap: wrap; }
  .get__block {
    width: 100%;
    margin-bottom: 6rem; }
    .get__block:last-child {
      margin-bottom: 0; }
  .technology__wrapper {
    flex-wrap: wrap; }
  .technology__img {
    width: 100%; }
  .technology__block {
    width: 100%; }
  .assets__wrapper {
    flex-wrap: wrap; }
  .assets__block {
    width: 100%;
    margin-bottom: 2rem; }
    .assets__block:last-child {
      margin-bottom: 0; }
  .elevate {
    padding: 4rem 2rem; }
  .support .get__block {
    margin-bottom: 12rem; }
    .support .get__block:last-child {
      margin-bottom: 0; }
  .footer__block {
    width: 100%; }
    .footer__block:first-child {
      width: 100%; }
    .footer__block:nth-child(2) {
      width: 100%; }
      .footer__block:nth-child(2) .nav {
        align-items: center; }
      .footer__block:nth-child(2) .nav__link {
        margin-right: 0; }
  .footer__item.center .nav {
    flex-direction: column;
    align-items: center; }
  .footer__item.center .nav__link {
    margin-right: 0;
    margin-bottom: 2rem; }
    .footer__item.center .nav__link:last-child {
      margin-bottom: 0; }
  .post__text {
    max-width: 100%; }
  .post__block {
    width: 50%; }
  .intro__scroll {
    margin-top: 4rem; }
  .purchase {
    margin-top: 3rem; }
  .purchase__wrapper {
    flex-direction: column; }
  .purchase__block {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center; }
    .purchase__block .block__text {
      margin: 0 auto 2rem; }
    .purchase__block:last-child {
      margin-bottom: 0; }
    .purchase__block .converter__form {
      margin: 0 auto;
      text-align: left; }
    .purchase__block .intro__icons {
      justify-content: center; }
  .rated {
    margin-bottom: 3rem; }
  .features__block {
    width: 100%; }
    .features__block.xl {
      width: 100%; }
    .features__block.md {
      width: 100%; }
    .features__block.sm {
      width: 100%; }
  .features__item {
    align-items: flex-start; }
  .footer__nav-wrapper {
    display: block; }
  .footer__bg {
    display: none; }
  .marketplace {
    margin-bottom: 5rem; }
  .cabinet__wrapper {
    flex-direction: column; }
  .cabinet__block {
    width: 100%; }
    .cabinet__block.md {
      width: 100%; }
    .cabinet__block.xl {
      width: 100%; }
  .cabinet__page {
    padding-left: 1rem;
    padding-right: 1rem; }
  .cabinet__main-head {
    padding-top: 10rem;
    padding-left: 0;
    margin-bottom: 3rem; }
  .intro__title img {
    height: 25px; }
  .footer__bg {
    display: none; }
  .buy__step-wrapper {
    flex-direction: column; }
  .buy__step-block {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%; }
    .buy__step-block:last-child {
      margin-bottom: 0; }
  .buy__summary-block {
    margin-bottom: 2rem; }
    .buy__summary-block:nth-child(2) {
      max-width: 100%; }
    .buy__summary-block:last-child {
      margin-bottom: 0; }
  .summary__actions {
    flex-direction: row; }
    .summary__actions .btn:last-child {
      margin-left: 1rem; } }

@media (max-width: 800px) {
  .features__block.xl .purchase__img {
    display: none; }
  .features__block.xl .features__item {
    padding-bottom: 2rem; }
  .features__icons {
    margin-top: 3rem; }
  .features__item {
    height: auto; } }

@media (max-width: 768px) {
  .block__title {
    font-size: 4rem; }
  .buy__wrapper {
    flex-direction: column; }
  .buy__block {
    width: 100%; }
  .details__wrapper {
    flex-direction: column; }
  .details__block {
    width: 100%; }
  .blockchain__wrapper {
    flex-direction: column; }
  .blockchain__block {
    width: 100%;
    margin-bottom: 2rem; }
    .blockchain__block:last-child {
      margin-bottom: 0; }
  .blockchain__summary {
    margin-left: 0; }
  .blockchain__confirm {
    padding-left: 0; }
  .additional__info-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .additional__info-wrapper .title {
      margin-bottom: 2rem; }
  .buy__block:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .buy__block:nth-child(2) {
    padding: 3rem 2.5rem; }
  .buy__item {
    padding: 3rem 2.5rem; }
  .blockchain__block:first-child {
    padding-right: 0; }
  .buy__notice.bank {
    padding-top: 1.5rem; }
  .chart__head {
    flex-direction: column;
    align-items: center; }
  .chart__head-drop .dropdown-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 2rem; } }

@media (max-width: 640px) {
  .choose__links {
    flex-direction: column; }
  .choose__link {
    margin-right: 0; }
  .crypto__table-img {
    display: none; }
  .footer__line {
    flex-direction: column;
    text-align: center; }
  .rates__chart {
    display: none; }
  .cabinet__block {
    width: 100%;
    order: 1; }
    .cabinet__block.sm {
      width: 100%; }
    .cabinet__block.ordered {
      order: 5; }
  .buy__title .mobile-hide {
    display: none; }
  .buy__transfer text {
    max-width: 100%; }
  .remodal--accept .remodal__head {
    padding: 0 1.5rem; }
  .remodal__body {
    padding: 2rem 1.5rem; }
  .remodal__text {
    font-size: 1.4rem; }
  .blockchain__confirm {
    padding-top: 0;
    margin-top: 0; }
  .deposit__qr {
    margin-top: 1.5rem; }
  .qr__code {
    margin-top: 1.5rem; }
  .cabinet__block.mobile-sm {
    width: 100%; }
  .cabinet__item.settings .settings__footer {
    margin-top: 6rem; }
  .flow__bank .radio__label .tip:after {
    left: 50%;
    transform: translateX(-50%); }
  .remodal__wrapper {
    flex-direction: column; }
  .remodal__block {
    width: 100%; }
    .remodal__block:last-child {
      width: 100%;
      margin-top: 2rem;
      padding-left: 0; }
  .crypto__table .rates__chart {
    width: 100% !important; }
  .cabinet__head {
    flex-direction: column; }
    .cabinet__head .cabinet__nav {
      margin-bottom: 2rem; } }

@media (max-width: 440px) {
  .post__block {
    width: 100%; }
  .crypto__table .table tbody tr {
    flex-direction: column;
    padding: 10px; }
    .crypto__table .table tbody tr td {
      font-size: 12px;
      display: flex; }
      .crypto__table .table tbody tr td .name {
        padding-top: .2rem; }
        .crypto__table .table tbody tr td .name span {
          display: none; }
      .crypto__table .table tbody tr td:first-child {
        order: 1; }
      .crypto__table .table tbody tr td:nth-child(3) {
        order: 2; }
      .crypto__table .table tbody tr td:nth-child(2) {
        order: 3; }
  .crypto__table .table .crypto__table-img {
    display: block;
    height: 20px;
    margin-right: 10px; }
  .crypto__table .table .price {
    font-size: 12px; }
  .buy__refresh {
    margin: 3rem 0; }
  .buy__confirm {
    max-width: 100%; }
  .buy__item.buy-order .summary__row {
    max-width: 100%; }
  .buy__item.buy-order .count {
    text-align: left; }
  .buy__item.buy-order .summary__actions {
    margin-top: 2.5rem;
    justify-content: center; }
  .buy__title {
    font-size: 2rem; }
  .buy__confirm {
    text-align: left; }
  .buy__block > .buy__title {
    font-size: 2rem; }
  .buy__transfer .title {
    font-size: 1.6rem; }
  .currency__block .currency {
    justify-content: space-between;
    padding-right: 6.3rem; }
  .summary__actions {
    justify-content: center; }
  .details__block {
    padding-left: 1.5rem; }
    .details__block .summary__actions {
      margin-top: 3rem; }
    .details__block:first-child {
      padding-right: 1.5rem; }
    .details__block:last-child {
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
  .details__item {
    padding: 1.5rem; }
  .buy__order-head {
    padding: 0 1.5rem; }
    .buy__order-head .currency {
      padding-right: 0; }
  .details__text {
    padding: 2rem 1.5rem 0; }
  .cabinet__title {
    font-size: 2.6rem; }
  .buy__title img {
    margin-right: .8rem; }
  .blockchain__summary {
    max-width: 100%; }
  .blockchain__wrapper {
    flex-direction: column; }
    .blockchain__wrapper .blockchain__block:first-child {
      order: 2; }
    .blockchain__wrapper .blockchain__block:nth-child(2) {
      order: 1; }
    .blockchain__wrapper .blockchain__block:last-child {
      order: 3; }
  .cabinet__item-title .mobile-hide {
    display: none; }
  .summary__actions {
    justify-content: flex-end; }
  .deposit__alert {
    margin: 4.5rem 0; }
  .blockchain__confirm {
    border-left: 0; }
  .cabinet__head {
    flex-wrap: wrap; }
  .history__form {
    width: 100%; }
  .cabinet__item.history {
    padding-top: 4rem; }
    .cabinet__item.history .cabinet__nav {
      margin-bottom: 2rem; }
  .summary__actions {
    justify-content: center; } }

@media (max-width: 400px) {
  .crypto__table .table tbody tr td {
    width: 100%; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

#pr-box.light p {
  display: none; }

#pr-box.light ul li {
  color: #757575B8; }

#pr-box.light ul {
  background: #F3F5FB !important;
  border-radius: 1.2rem !important; }

#pr-box-inner {
  box-shadow: none !important; }

#pr-box.light ul li span {
  background: none !important;
  border-width: 0 2px 2px 0 !important;
  border-style: solid !important;
  border-color: #757575B8 !important;
  width: 6px !important;
  height: 12px !important;
  border-radius: 0 !important;
  transform: rotate(45deg); }

#pr-box i {
  border-bottom: 7px solid #F3F5FB !important; }

#pr-box.light ul li span.pr-ok {
  border-color: #0FE792 !important; }
