@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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.container {
  width: 100%; }

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

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

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

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

a {
  color: #315ED2;
  text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

p {
  margin: 0 0 .5em; }

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

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

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

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

.container {
  position: relative; }

.datepicker--nav-title {
  color: #000 !important; }
  .datepicker--nav-title i {
    color: #000 !important; }

.datepicker {
  background-color: #f4f6ff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25) !important;
  border-radius: 1rem !important; }

.datepicker--pointer {
  border-top-color: #f4f6ff !important;
  border-right-color: #f4f6ff !important;
  background: #f4f6ff !important;
  display: none !important; }

.datepicker--day-name {
  font-size: 1.2rem !important;
  color: #64748b !important;
  text-transform: none !important; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #64748B !important; }

.datepicker--cell.-current- {
  color: #0A8F6E !important; }

/* Vendor libs

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

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 25px;
  width: 30px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background: none;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: -25px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.remodal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0; }
  .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: #020817;
    transition: 0.3s; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }

.remodal {
  padding: 2rem;
  border-radius: 1rem;
  text-align: left;
  overflow: hidden;
  color: #020817;
  background-color: #F4F6FF; }
  .remodal--history {
    max-width: 43rem; }
    .remodal--history .btn {
      height: 2.5rem;
      border-radius: 1rem;
      font-size: 1.4rem;
      font-weight: 500; }
  .remodal--settings {
    padding: 0;
    max-width: 62rem;
    vertical-align: top;
    margin-left: auto;
    display: block; }
  .remodal--form {
    padding: 3rem 3.5rem; }
  .remodal--upload .btn {
    height: 4.2rem;
    font-size: 1.6rem; }
  .remodal--info {
    padding: 0; }
  .remodal--factor {
    max-width: 51rem; }
  .remodal--review {
    max-width: 43rem; }

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

.remodal__text {
  color: #64748B;
  font-size: 1.2rem;
  max-width: 356px;
  margin: 0 auto 2rem; }

.remodal__form-text {
  margin-top: 1rem;
  text-align: center;
  color: #64748B;
  font-size: 1.2rem; }
  .remodal__form-text a {
    color: #0A8F6E; }

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

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

.remodal__content {
  padding: 1.7rem 3.5rem; }

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

.factor__content .remodal__title {
  margin-bottom: 1rem; }

.factor__content .input {
  background-color: #111015;
  height: 2.4rem;
  line-height: 1;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 3rem;
  padding-bottom: .4rem;
  font-size: 1.3rem;
  border-radius: 1rem; }

.factor__content .btn {
  height: 2.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 2rem;
  border-radius: 1rem; }

.factor__img {
  margin-bottom: 1rem; }
  .factor__img img {
    display: block;
    margin: 0 auto;
    width: 22.6rem;
    height: 22.6rem;
    object-fit: contain; }

.upload__wrapper {
  margin-bottom: 2rem;
  display: flex;
  align-items: center; }

.upload__img {
  height: 10rem;
  width: 10rem;
  margin-right: 2rem;
  background-color: #111015;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem; }

.upload__content {
  flex: 1; }

.upload__title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic; }

.upload__chose {
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .upload__chose .btn {
    height: 4rem;
    gap: 1.5rem; }
  .upload__chose span {
    background: none;
    font-size: 1.1rem;
    color: #64748B; }
  .upload__chose .title {
    font-size: 1.7rem;
    color: #020817;
    margin-bottom: .5rem; }

.upload__chosen {
  font-size: 1.2rem;
  color: rgba(100, 116, 139, 0.6); }

.remodal__head {
  padding: 0 2.5rem;
  height: 7rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #71717C; }
  .remodal__head .remodal__title {
    margin-bottom: 0;
    font-size: 2.6rem; }

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

.remodal__info-text {
  margin-bottom: 2rem;
  color: #64748B; }

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

.factor__remodal-content {
  text-align: center; }
  .factor__remodal-content ё .btn {
    height: 4.4rem;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 1.2rem; }
  .factor__remodal-content .label {
    color: #64748B; }
  .factor__remodal-content .input {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
    color: #020817;
    border-radius: 1rem;
    font-size: 1.4rem;
    padding: 0 1rem; }

.factor__title {
  margin-top: .5rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0A8F6E; }

.factor__text {
  margin-bottom: 2.5rem;
  color: #64748B;
  font-size: 1.4rem;
  font-weight: 400; }

.factor__separator {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #81878F; }
  .factor__separator:before {
    margin-right: 1rem; }
  .factor__separator:after {
    margin-left: 1rem; }
  .factor__separator:before, .factor__separator:after {
    content: '';
    height: 1px;
    flex: 1;
    background-color: #81878F; }

.factor__wrapper {
  display: flex;
  gap: .7rem; }

.factor__app {
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #64748B;
  gap: .4rem; }

.factor__input {
  flex: 1; }
  .factor__input.without-wrapper {
    margin-bottom: 1.5rem; }
  .factor__input .input {
    border-radius: .6rem;
    height: 3.6rem;
    padding-top: .2rem;
    background-color: #131517; }

.factor__number {
  border: 1px solid #71717C;
  border-radius: .6rem;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A8F6E;
  font-size: 1.7rem;
  font-weight: 600; }

.remodal__link {
  color: #0A8F6E;
  font-size: 1.2rem; }

.remodal__info-check {
  margin-bottom: 1rem; }
  .remodal__info-check:last-child {
    margin-bottom: 0; }
  .remodal__info-check .checkbox__input:checked + .checkbox__label {
    color: #020817; }
    .remodal__info-check .checkbox__input:checked + .checkbox__label:before {
      color: #000;
      background-color: #0A8F6E; }
    .remodal__info-check .checkbox__input:checked + .checkbox__label:after {
      border-color: #fff; }
  .remodal__info-check .checkbox__label {
    padding-left: 3rem;
    color: #020817;
    font-weight: 400; }
    .remodal__info-check .checkbox__label:before {
      background-color: transparent;
      border-radius: 50%;
      border-color: #0A8F6E; }
    .remodal__info-check .checkbox__label:after {
      opacity: 0; }

.remodal__footer {
  display: flex;
  gap: 1rem; }
  .remodal__footer .btn {
    flex: 1;
    gap: 1rem; }

.remodal__form .remodal__title {
  font-size: 1.9rem;
  color: #0A8F6E; }

.remodal__form .label {
  color: #64748B;
  font-size: 1.2rem; }

.remodal__form .input {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: .6rem;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  color: #000; }

.remodal__form .btn {
  height: 3.6rem; }

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 560px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1290px) {
    .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: 1290px) {
    .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: 1290px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.error__page {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  position: relative; }
  .error__page .btn {
    height: 4rem;
    padding: 0 1.6rem;
    font-size: 1.3rem; }

.error__title {
  margin-bottom: .8rem;
  line-height: 1;
  font-size: 9.3rem;
  color: #0A8F6E;
  font-weight: 700; }

.error__subtitle {
  margin-bottom: .8rem;
  font-size: 2.3rem;
  font-weight: 700;
  color: #000; }

.error__text {
  margin-bottom: 3rem;
  color: #64748B;
  font-size: 1.5rem; }

.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 #51525C;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 38px;
  left: 122px;
  transform: rotatez(45deg); }

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

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

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

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

.header {
  padding-top: 5rem;
  position: relative;
  z-index: 2; }

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

.nav {
  display: flex; }

.nav__link {
  color: #0A8F6E;
  margin-right: 3.2rem; }
  .nav__link:last-child {
    margin-right: 0; }

.header__block {
  display: flex;
  align-items: center;
  gap: 10rem; }
  .header__block.right {
    justify-content: flex-end; }
  .header__block:last-child {
    justify-content: flex-end; }

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

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

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

.header__link {
  margin-right: 1.6rem;
  color: #0A8F6E;
  text-decoration: underline; }

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

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

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

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

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

.header__cabinet-nav {
  display: flex;
  align-items: center;
  padding: .4rem;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }

.header__cabinet-nav-link {
  color: #64748B;
  font-size: 1.5rem;
  transition: all .2s ease;
  height: 4rem;
  padding: 0 2.4rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header__cabinet-nav-link:last-child {
    margin-right: 0; }
  .header__cabinet-nav-link .icon {
    margin-right: .4rem;
    height: 1.1rem;
    width: 1.1rem;
    fill: #fff; }
  .header__cabinet-nav-link:hover {
    color: #0A8F6E;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    background-color: #fff; }
    .header__cabinet-nav-link:hover .icon {
      fill: #0A8F6E; }
  .header__cabinet-nav-link.active {
    color: #0A8F6E;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    background-color: #fff; }
    .header__cabinet-nav-link.active .icon {
      fill: #0A8F6E; }

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

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label {
    color: #fff; }
    .checkbox__input:checked + .checkbox__label--not-active {
      user-select: auto;
      color: #51525C; }
      .checkbox__input:checked + .checkbox__label--not-active:before {
        border-color: #757685; }
      .checkbox__input:checked + .checkbox__label--not-active:after {
        opacity: 0; }
      .checkbox__input:checked + .checkbox__label--not-active:hover {
        cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #EA4335; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #EA4335; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

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

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

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

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

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

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

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

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 4.8rem;
  padding: 0 3rem;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 1.6rem;
  /* Colors */
  /* Outline */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #51525C;
    color: #fff; }
    .btn--gray:focus {
      background-color: #4a4b54; }
    .btn--gray:hover {
      background-color: #45464e; }
    .btn--gray:active {
      background-color: #404149; }
  .btn--red {
    background-color: #EA4335;
    color: #fff; }
    .btn--red:focus {
      background-color: #e93627; }
    .btn--red:hover {
      background-color: #e82e1e; }
    .btn--red:active {
      background-color: #e42718; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #FF80D2;
    color: #000; }
    .btn--pink:focus {
      background-color: #ff71cd; }
    .btn--pink:hover {
      background-color: #ff67c9; }
    .btn--pink:active {
      background-color: #ff5cc5; }
  .btn--blue {
    background-color: #315ED2;
    color: #fff; }
    .btn--blue:focus {
      background-color: #2c57c8; }
    .btn--blue:hover {
      background-color: #2a54c0; }
    .btn--blue:active {
      background-color: #2850b7; }
  .btn--green {
    background-color: #00B67A;
    color: #fff; }
    .btn--green:focus {
      background-color: #00a770; }
    .btn--green:hover {
      background-color: #009d69; }
    .btn--green:active {
      background-color: #009262; }
  .btn--main {
    background-color: #0A8F6E;
    color: #fff; }
    .btn--main:focus {
      background-color: #0f65f3; }
    .btn--main:hover {
      background-color: #0c60ed; }
    .btn--main:active {
      background-color: #0b5ce3; }
  .btn--moicvet {
    background-color: #000;
    color: #fff; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #fff; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000;
    color: #fff; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #51525C;
    color: #fff; }
    .btn--gray:focus {
      background-color: #4a4b54; }
    .btn--gray:hover {
      background-color: #45464e; }
    .btn--gray:active {
      background-color: #404149; }
  .btn--peach {
    background-color: #916868;
    color: #fff; }
    .btn--peach:focus {
      background-color: #886262; }
    .btn--peach:hover {
      background-color: #825d5d; }
    .btn--peach:active {
      background-color: #7c5959; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #51525C;
    color: #51525C; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #51525C;
      border-color: #4c4d57; }
    .btn--o-gray:hover {
      border-color: #51525C;
      background-color: #51525C;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #4a4b54;
      background-color: #4a4b54; }
  .btn--o-red {
    background-color: transparent;
    border: 2px solid #EA4335;
    color: #EA4335; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #EA4335;
      border-color: #e93a2c; }
    .btn--o-red:hover {
      border-color: #EA4335;
      background-color: #EA4335;
      color: #fff; }
    .btn--o-red:active {
      border-color: #e93627;
      background-color: #e93627; }
  .btn--o-rblack {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 2px solid #FF80D2;
    color: #FF80D2; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #FF80D2;
      border-color: #ff76ce; }
    .btn--o-pink:hover {
      border-color: #FF80D2;
      background-color: #FF80D2;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #ff71cd;
      background-color: #ff71cd; }
  .btn--o-blue {
    background-color: transparent;
    border: 2px solid #315ED2;
    color: #315ED2; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #315ED2;
      border-color: #2d59cc; }
    .btn--o-blue:hover {
      border-color: #315ED2;
      background-color: #315ED2;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #2c57c8;
      background-color: #2c57c8; }
  .btn--o-green {
    background-color: transparent;
    border: 2px solid #00B67A;
    color: #00B67A; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #00B67A;
      border-color: #00ac73; }
    .btn--o-green:hover {
      border-color: #00B67A;
      background-color: #00B67A;
      color: #fff; }
    .btn--o-green:active {
      border-color: #00a770;
      background-color: #00a770; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #0A8F6E;
    color: #0A8F6E; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #0A8F6E;
      border-color: #1468f4; }
    .btn--o-main:hover {
      border-color: #0A8F6E;
      background-color: #0A8F6E;
      color: #fff; }
    .btn--o-main:active {
      border-color: #0f65f3;
      background-color: #0f65f3; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 2px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #51525C;
    color: #51525C; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #51525C;
      border-color: #4c4d57; }
    .btn--o-gray:hover {
      border-color: #51525C;
      background-color: #51525C;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #4a4b54;
      background-color: #4a4b54; }
  .btn--o-peach {
    background-color: transparent;
    border: 2px solid #916868;
    color: #916868; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #916868;
      border-color: #8b6464; }
    .btn--o-peach:hover {
      border-color: #916868;
      background-color: #916868;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #886262;
      background-color: #886262; }
  .btn--full {
    width: 100%; }
  .btn--icon-before img {
    margin-right: 1rem; }
  .btn--icon-after img {
    margin-left: 1rem; }
  .btn--white {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .btn--xl {
    height: 4.8rem !important; }

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

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

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

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

.dropdown__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #020817;
  border-bottom: 1px solid #E2E8F0;
  padding: 1rem 1rem 1rem 3rem; }

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

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

.dropdown__link {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .1s linear;
  text-transform: none; }
  .dropdown__link:hover {
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }
  .dropdown__link .currency {
    color: #64748B;
    font-weight: 400; }
  .dropdown__link .price {
    font-weight: 400;
    color: #64748B;
    margin-left: 2rem; }
  .dropdown__link img {
    height: 3.2rem;
    width: 3.2rem;
    object-fit: cover;
    margin-right: 1rem; }
  .dropdown__link .name {
    display: block;
    font-size: 1rem; }
  .dropdown__link .name-full {
    display: block;
    font-size: .8rem;
    line-height: 1.3;
    letter-spacing: -0.02em; }
  .dropdown__link .price {
    font-weight: 400;
    color: #64748B;
    margin-left: 2rem;
    font-size: 1.4rem; }
  .dropdown__link .change {
    margin-left: 1rem;
    font-size: 1.1rem; }
    .dropdown__link .change.down {
      color: #FF0004; }
    .dropdown__link .change.up {
      color: #21C45D; }
  .dropdown__link.active:before {
    content: '';
    position: absolute;
    width: .6rem;
    height: 1.2rem;
    transform: rotateZ(45deg);
    top: 15px;
    left: 5px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #0A8F6E; }

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

.dropdown__select {
  width: 100%;
  height: 4rem;
  background-color: #14181D;
  border-radius: 3rem;
  padding: .4rem 3rem .4rem .4rem;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .dropdown__select img {
    margin-right: 1rem; }
  .dropdown__select:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #1F252E;
    right: 1.3rem;
    padding: .3rem;
    margin-top: -.2rem; }
  .dropdown__select .currency {
    color: #64748B;
    font-weight: 400; }
  .dropdown__select .price {
    font-weight: 400;
    color: #64748B;
    margin-left: 2rem;
    font-size: 1.4rem; }
  .dropdown__select img {
    height: 3.2rem;
    width: 3.2rem;
    object-fit: cover; }
  .dropdown__select .change {
    margin-left: 1rem;
    font-size: 1.1rem; }
    .dropdown__select .change.down {
      color: #FF0004; }
    .dropdown__select .change.up {
      color: #21C45D; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form__error .btn {
  background: #E95E57; }

.form__error .remodal__link {
  color: #E95E57; }

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

.form__alert {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem; }
  .form__alert a {
    color: #0A8F6E; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 4.4rem;
  padding: .5rem 2rem;
  vertical-align: middle;
  background-color: #14181D;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 2.4rem;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #71717C;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #999999; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .input--success {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .input.error {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .input.success {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__text {
  font-size: 1.2rem;
  color: #64748B; }

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

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

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

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

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 20rem;
  padding: 1.5rem 2rem;
  border-radius: .8rem;
  vertical-align: middle;
  background-color: #111015;
  border: 1px solid #71717C;
  font-family: inherit;
  font-size: 1.3rem;
  color: #fff;
  transition: 0.3s;
  resize: none;
  font-weight: 600;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea--sm {
    height: 10rem; }
  .textarea::placeholder {
    color: #9E9D9D;
    font-weight: 600; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .textarea--success {
    border-color: #8D0A03;
    background-color: #8D0A0340; }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: baseline;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #fff;
  z-index: 1; }
  .label img {
    margin-right: .8rem; }
  .label .required {
    color: #EA4335; }

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    margin-top: -.2rem;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    padding: .3rem;
    border-color: #020817;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 4.4rem;
    padding: .5rem 4rem .5rem 2rem;
    border-radius: 1.6rem;
    vertical-align: middle;
    background-color: #14181D;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.6rem;
    color: #020817;
    transition: 0.3s;
    border: 1px solid #71717C; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #8D0A03;
      background-color: #8D0A0340; }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #EA4335; }
  .select--success:before, .select--success:after {
    color: #00B67A; }
  .select--error select {
    color: #EA4335;
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .select--success select {
    color: #00B67A;
    border-color: #8D0A03;
    background-color: #8D0A0340; }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #020817;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  width: 4rem;
  height: 4rem;
  gap: 1rem;
  border-radius: 1rem; }
  .pagination__item:last-child {
    margin-right: 0; }
  .pagination__item.active {
    color: #0A8F6E;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .pagination__item .icon {
    width: 1.1rem;
    height: .9rem;
    fill: #0A8F6E; }
  .pagination__item:hover {
    text-decoration: none; }
  .pagination__item.prev {
    width: auto; }
    .pagination__item.prev .icon {
      margin-right: 1rem; }
  .pagination__item.next {
    width: auto; }
    .pagination__item.next .icon {
      margin-left: 1rem; }
  .pagination__item.disabled {
    background: -webkit-linear-gradient(#FFFFFF66, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .pagination__item.disabled .icon {
      fill: #fff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  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: #51525C;
    color: #fff; }
  .alert--red {
    background-color: #EA4335;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--pink {
    background-color: #FF80D2;
    color: #000; }
  .alert--blue {
    background-color: #315ED2;
    color: #fff; }
  .alert--green {
    background-color: #00B67A;
    color: #fff; }
  .alert--main {
    background-color: #0A8F6E;
    color: #fff; }
  .alert--moicvet {
    background-color: #000;
    color: #fff; }
  .alert--secondary {
    background-color: #000;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #51525C;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #51525C;
    border: 1px solid #51525C; }
  .alert--o-red {
    background: transparent;
    color: #EA4335;
    border: 1px solid #EA4335; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #FF80D2;
    border: 1px solid #FF80D2; }
  .alert--o-blue {
    background: transparent;
    color: #315ED2;
    border: 1px solid #315ED2; }
  .alert--o-green {
    background: transparent;
    color: #00B67A;
    border: 1px solid #00B67A; }
  .alert--o-main {
    background: transparent;
    color: #0A8F6E;
    border: 1px solid #0A8F6E; }
  .alert--o-moicvet {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #51525C;
    border: 1px solid #51525C; }
  .alert--o-peach {
    background: transparent;
    color: #916868;
    border: 1px solid #916868; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }

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

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

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

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

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

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

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

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

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

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

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

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

.news {
  padding: 3rem 0 0;
  background-color: #111015; }
  .news .block__subtitle {
    margin-bottom: 4rem; }

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

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

.news__item {
  display: block;
  border: 2px solid #71717C;
  padding: 3.5rem 3rem;
  border-radius: 3rem;
  color: #fff;
  background: linear-gradient(#14181D, #121317); }

.news__item-wrapper {
  text-decoration: none; }
  .news__item-wrapper:hover {
    text-decoration: none; }
    .news__item-wrapper:hover .news__title {
      color: #0A8F6E;
      text-decoration-color: #0A8F6E; }

.news__item-head {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .news__item-head .subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #0A8F6E; }
  .news__item-head .date {
    color: #0A8F6E;
    font-weight: 700;
    font-size: 2rem; }

.news__title {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 500; }

.news__text {
  font-size: 1.6rem; }

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

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  /* Table Head */
  /* Table Body */
  /* Row Colors */ }
  .table--affiliate tr td:last-child {
    text-align: right; }
  .table thead tr {
    border-bottom: 1px solid #F4F4F4; }
  .table th {
    padding: .8rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #51525C;
    text-transform: uppercase;
    text-align: left; }
    .table th:last-child {
      text-align: right; }
    .table th.text-center {
      text-align: center; }
  .table tbody tr {
    border-bottom: 1px solid #F4F4F4; }
  .table td {
    padding: 2.5rem 0;
    font-weight: 500; }
    .table td .name {
      display: flex;
      align-items: center; }
      .table td .name img {
        display: block;
        margin-right: 1rem; }
    .table td .type {
      color: #0A8F6E; }
    .table td .time {
      color: #51525C; }
    .table td.date span {
      color: #51525C; }
  .table tbody tr.row--gray {
    background-color: #51525C;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #EA4335;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #000; }
  .table tbody tr.row--pink {
    background-color: #FF80D2;
    color: #000; }
  .table tbody tr.row--blue {
    background-color: #315ED2;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #00B67A;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #0A8F6E;
    color: #fff; }
  .table tbody tr.row--moicvet {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #51525C;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--tokens {
    table-layout: fixed; }
    .table--tokens thead tr {
      border-bottom: 0; }
      .table--tokens thead tr th {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        text-transform: none;
        padding: 0 3.5rem 3rem; }
        .table--tokens thead tr th:first-child {
          width: 40%; }
    .table--tokens tbody tr {
      border-bottom: 0; }
      .table--tokens tbody tr td {
        font-size: 1.6rem;
        color: #fff;
        padding: 3.5rem;
        background-color: #191A1E; }
        .table--tokens tbody tr td:first-child {
          border-top-left-radius: 1rem;
          border-bottom-left-radius: 1rem; }
        .table--tokens tbody tr td:last-child {
          border-top-right-radius: 1rem;
          border-bottom-right-radius: 1rem; }
      .table--tokens tbody tr.separator td {
        padding: .8rem 0;
        background: none; }
    @media (max-width: 1200px) {
      .table--tokens thead tr th {
        font-size: 1.8rem;
        padding: 0 1.5rem 2rem; }
      .table--tokens tbody tr td {
        padding: 2rem 1.5rem 2rem;
        font-size: 1.4rem; } }
    @media (max-width: 992px) {
      .table--tokens {
        display: block; }
        .table--tokens thead {
          display: none; }
        .table--tokens tbody {
          display: block; }
          .table--tokens tbody tr {
            display: flex;
            flex-wrap: wrap; }
            .table--tokens tbody tr td {
              width: 50%; }
              .table--tokens tbody tr td:first-child {
                width: 100%;
                border-bottom-left-radius: 0;
                border-top-left-radius: 1rem;
                border-top-right-radius: 1rem; }
              .table--tokens tbody tr td:nth-child(4) {
                border-bottom-left-radius: 1rem; }
              .table--tokens tbody tr td:last-child {
                border-top-right-radius: 0; }
              .table--tokens tbody tr td .token__info .text {
                max-width: 100%; } }
    @media (max-width: 640px) {
      .table--tokens .token__info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem; } }
    @media (max-width: 500px) {
      .table--tokens tbody tr td {
        width: 100%; }
        .table--tokens tbody tr td:nth-child(4) {
          border-bottom-left-radius: 0; }
        .table--tokens tbody tr td:last-child {
          border-bottom-left-radius: 1rem; } }
  .table--cabinet thead tr {
    border-bottom: 0; }
    .table--cabinet thead tr th {
      padding: 1.2rem 1rem;
      font-size: 1.3rem;
      color: #64748B;
      font-weight: 400;
      text-transform: none; }
      .table--cabinet thead tr th:first-child {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
        padding-left: 2rem; }
      .table--cabinet thead tr th:last-child {
        text-align: left;
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 1rem;
        padding-right: 2rem; }
      .table--cabinet thead tr th.text-center {
        text-align: center; }
  .table--cabinet tbody tr {
    border-bottom: 1px solid #E2E8F0; }
    .table--cabinet tbody tr td {
      color: #000;
      font-size: 1.4rem;
      padding: 2rem 1rem; }
      .table--cabinet tbody tr td:first-child {
        padding-left: 2rem; }
      .table--cabinet tbody tr td:last-child {
        padding-right: 2rem; }
      .table--cabinet tbody tr td a {
        color: #0A8F6E;
        font-size: 1.2rem;
        font-weight: 700; }
      .table--cabinet tbody tr td .btn {
        height: 2.5rem;
        color: #000000;
        border-radius: 1rem;
        padding: 0 2rem; }
      .table--cabinet tbody tr td.date {
        color: #64748B; }
      .table--cabinet tbody tr td.status {
        font-weight: 600; }
      .table--cabinet tbody tr td.type {
        font-weight: 700; }
        .table--cabinet tbody tr td.type img {
          margin-right: .5rem;
          vertical-align: middle;
          display: inline-block; }
  @media (max-width: 768px) {
    .table--cabinet {
      display: block; }
      .table--cabinet thead {
        display: none; }
      .table--cabinet tbody {
        display: block; }
        .table--cabinet tbody tr {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 2rem; }
          .table--cabinet tbody tr:last-child {
            margin-bottom: 0; }
          .table--cabinet tbody tr td {
            display: block;
            width: 33.33%;
            padding-left: 0; }
            .table--cabinet tbody tr td:first-child {
              padding-left: 0; }
            .table--cabinet tbody tr td:before {
              content: attr(aria-label);
              display: block;
              margin-bottom: .5rem;
              font-size: 1.3rem;
              font-weight: 500; }
            .table--cabinet tbody tr td.text-center {
              text-align: left; } }
  @media (max-width: 560px) {
    .table--cabinet tbody tr td {
      width: 50%; } }
  .table--activity tbody tr td {
    padding-bottom: 2rem;
    font-size: 1.2rem;
    color: #64748B; }
    .table--activity tbody tr td img {
      display: inline-block;
      margin-right: .5rem; }
    .table--activity tbody tr td .activity__data {
      display: flex;
      align-items: flex-start;
      gap: 1rem; }
    .table--activity tbody tr td .title {
      margin-bottom: .5rem;
      font-size: 1.1rem;
      color: #020817;
      max-width: 70%; }
      @media (max-width: 992px) {
        .table--activity tbody tr td .title {
          max-width: 100%; } }
    .table--activity tbody tr td .device {
      margin-bottom: .5rem;
      display: flex;
      align-items: center;
      gap: .5rem; }

.table__name {
  margin-bottom: 4rem; }

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

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

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

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

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

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

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

.tabs__nav {
  display: flex; }

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
  background-color: #0A8F6E;
  padding: 6rem 0; }
  .footer .logo {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    margin-right: 0; }
    .footer .logo img {
      height: 4.8rem; }

.footer__wrapper {
  display: flex;
  margin-bottom: 4rem; }

.footer__block {
  width: 33.33%; }

.footer__text {
  max-width: 22.2rem;
  font-size: 1.3rem;
  color: #DDE4FF;
  text-align: center; }

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

.footer__nav-link {
  font-size: 1.5rem;
  color: #DDE4FF; }

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer__links a {
    color: #DDE4FF; }

.subscribe {
  max-width: 84rem;
  margin: 0 auto 4rem;
  padding: 2.4rem;
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /* ✨ легкий контур для глубины */
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .subscribe .title {
    margin-bottom: 2.5rem;
    color: #fff;
    font-size: 1.8rem; }
  .subscribe .label {
    color: #fff;
    margin-bottom: .5rem; }
    .subscribe .label .required {
      color: #fff; }
  .subscribe .input {
    background-color: #fff;
    color: #000;
    border-color: #fff; }
  .subscribe .checkbox__label {
    font-weight: 400; }
    .subscribe .checkbox__label:before {
      content: '';
      border: 1px solid #fff;
      border-radius: 0;
      background-color: transparent; }
    .subscribe .checkbox__label:after {
      border-color: #fff; }
  .subscribe .btn--white {
    background-color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none; }

.soc {
  display: flex;
  justify-content: center;
  gap: 1.2rem; }
  .soc img {
    height: 4.2rem;
    display: block; }

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

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

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

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

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

.products__content {
  padding: 2rem; }

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

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

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

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

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

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

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

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

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

.product {
  margin-bottom: 10rem; }

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

.product__images {
  width: 70%; }

.product__block.xl {
  width: 70%; }

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

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

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

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

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

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

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

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

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

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

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

.product__report {
  margin-top: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart__name {
  flex: 1; }

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

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

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

.intro {
  padding: 14rem 0 10rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .intro--inside .intro__content {
    text-align: left; }
  .intro--inside .intro__title {
    margin: 0 0 3rem;
    text-align: left;
    text-transform: none; }
  .intro--inside .intro__text {
    margin: 0 0 4rem;
    text-align: left;
    max-width: 60rem; }
    .intro--inside .intro__text ul {
      list-style: disc;
      margin-left: 1em; }
      .intro--inside .intro__text ul li {
        margin-bottom: 1rem; }
        .intro--inside .intro__text ul li:last-child {
          margin-bottom: 0; }
  .intro--inside .intro__subtitle {
    margin-bottom: .5rem; }
  .intro--crypto {
    padding-bottom: 8rem; }
  .intro--blog {
    padding-bottom: 8rem; }
    .intro--blog .intro__text {
      margin-bottom: 0;
      max-width: 100%; }

.intro__title {
  max-width: 63rem;
  margin: 0 auto 6rem;
  font-size: 9.2rem;
  color: #0A8F6E;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: .95;
  z-index: 2; }

.intro__block {
  width: 40rem;
  margin: 0 auto;
  position: relative; }

.intro__img {
  width: 100%;
  box-shadow: 0 4rem 4rem rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 4rem; }

.intro__block-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: 22rem;
  text-align: center; }

.intro__change {
  top: 13rem;
  right: 3.5rem;
  position: absolute;
  z-index: 2;
  width: 20.8rem;
  height: 10.4rem; }

.intro__change-bg {
  display: block;
  height: 10.4rem;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2.4rem;
  overflow: hidden; }

.intro__change-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
  justify-content: center;
  padding-top: 2rem; }
  .intro__change-head .currency {
    font-size: 2rem;
    font-weight: 700;
    color: #fff; }

.intro__icons {
  position: absolute;
  z-index: 2;
  max-width: 1370px;
  top: -190px;
  left: calc(50% + 2rem);
  transform: translateX(-50%); }

.intro__price {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2; }

.intro__chart {
  position: absolute;
  bottom: 6rem;
  left: 0;
  width: calc(100% + 7px);
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem; }

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

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

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

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

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

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

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

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

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

.filter__range {
  padding-top: 2rem; }

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

.rating__input {
  display: none; }

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

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

body.cabinet-page {
  background-color: #F4F6FF; }
  body.cabinet-page .header {
    padding-top: 1.4rem; }
  body.cabinet-page .footer__wrapper {
    align-items: flex-start; }
  body.cabinet-page .soc {
    margin-top: auto; }
  body.cabinet-page .footer__nav-wrapper {
    padding-top: 2.8rem; }

.cabinet__page {
  padding-top: 3rem;
  padding-bottom: 5rem; }
  .cabinet__page .block__title {
    margin-bottom: .8rem;
    font-size: 2.8rem;
    color: #020817; }
  .cabinet__page .block__subtitle {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 2rem;
    color: #64748B; }
    .cabinet__page .block__subtitle.sm {
      margin-bottom: 3rem; }
  .cabinet__page .block__text {
    font-size: 1.5rem;
    font-weight: 400;
    color: #64748B; }
  .cabinet__page.order-confirm .cabinet__form {
    max-width: 85rem;
    margin: 0 auto; }
  .cabinet__page.order-confirm .cabinet__block.half .cabinet__item {
    min-height: 100%; }
  .cabinet__page.factor_security {
    padding: 15rem 0; }
    .cabinet__page.factor_security .cabinet__form {
      max-width: 44.5rem;
      margin: 0 auto; }
    .cabinet__page.factor_security .block__title {
      margin-bottom: 3rem; }
    .cabinet__page.factor_security .block__text {
      font-size: 1.3rem; }
  .cabinet__page.verification .cabinet__form {
    max-width: 61rem;
    margin: 0 auto; }
  .cabinet__page.sell-info .btn {
    height: 4rem; }
  .cabinet__page.sell-info .block__title {
    margin-bottom: 2.5rem;
    font-size: 2.2rem; }
  .cabinet__page.sell-info .cabinet__form {
    max-width: 64rem;
    margin: 0 auto; }

.cabinet__title {
  margin-bottom: 1rem;
  color: #020817;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700; }

.cabinet__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem; }
  .cabinet__wrapper.triple {
    margin: 0 -2.2rem; }
    .cabinet__wrapper.triple .cabinet__block {
      padding: 0 2.2rem;
      width: 33.3%; }
      .cabinet__wrapper.triple .cabinet__block:last-child .cabinet__item {
        min-height: auto;
        margin-bottom: .5rem; }

.cabinet__block {
  margin-bottom: 2.4rem;
  width: 50%;
  padding: 0 1.2rem; }
  .cabinet__block.xl {
    width: 67%; }
  .cabinet__block.sm {
    width: 33%; }
  .cabinet__block.xs {
    width: 31%; }
  .cabinet__block.xxl {
    width: 69%; }
  .cabinet__block.full {
    width: 100%; }
  .cabinet__block .finance__chart {
    height: auto;
    position: relative; }
  .cabinet__block .finance__head {
    right: 3rem; }

.cabinet__item {
  padding: 2rem 2.5rem;
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .cabinet__item:not(:last-child) {
    margin-bottom: 3rem; }
  .cabinet__item .converter__value {
    margin: 0;
    text-align: left; }
  .cabinet__item .converter__item {
    padding: .8rem 1.5rem;
    border-radius: 1.2rem; }
  .cabinet__item .converter__text {
    text-align: left;
    margin-bottom: 1rem; }

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

.cabinet__filter {
  display: flex;
  gap: 1rem; }

.cabinet__filter-item {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding-left: 1rem; }
  .cabinet__filter-item .select select {
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 1.3rem; }
  .cabinet__filter-item .dropdown__select {
    font-size: 1.3rem;
    background: none;
    border: 0;
    box-shadow: none;
    font-weight: 400;
    min-width: 12.5rem; }
    .cabinet__filter-item .dropdown__select img {
      height: 1.6rem;
      width: 1.6rem; }
  .cabinet__filter-item .dropdown li:last-child .dropdown__link {
    margin-bottom: 0; }
  .cabinet__filter-item .dropdown__link {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.3rem;
    padding-left: 2rem;
    height: auto;
    min-height: 2rem; }
    .cabinet__filter-item .dropdown__link.active {
      position: relative; }
      .cabinet__filter-item .dropdown__link.active:before {
        top: 50%;
        margin-top: -.2rem;
        left: 1rem;
        transform: translateY(-50%) rotateZ(45deg);
        border-color: #000; }
  .cabinet__filter-item .input {
    background: none;
    border: 0;
    box-shadow: none;
    color: #020817;
    width: 14rem;
    font-size: 1.3rem; }
    .cabinet__filter-item .input::placeholder {
      color: #020817; }

.cabinet__item-title {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  display: flex;
  gap: 1.2rem; }
  .cabinet__item-title .icon {
    width: 2.4rem;
    height: 2.4rem;
    stroke: #0A8F6E;
    fill: none; }

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

.trending__block {
  width: 25%;
  padding: 0 .8rem; }

.trending__item {
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5); }
  .trending__item .price {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    color: #64748B; }
  .trending__item .change {
    font-size: 1.2rem;
    font-weight: 700; }
    .trending__item .change.up {
      color: #21C45D; }
    .trending__item .change.down {
      color: #EA4335; }

.trending__title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #020817;
  text-transform: uppercase; }

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

.finance__nav {
  padding: .4rem;
  border-radius: 3rem;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1); }
  .finance__nav a {
    padding: 0 1rem;
    height: 3.2rem;
    color: #1F252E;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    transition: padding .2s ease; }
    .finance__nav a.active {
      background-color: #fff;
      padding: 0 1.5rem;
      color: #0A8F6E; }

.cabinet__announcement {
  max-height: 21rem;
  overflow-y: auto;
  padding-right: 2rem;
  line-height: 1.1; }
  .cabinet__announcement::-webkit-scrollbar {
    width: 2px; }
  .cabinet__announcement::-webkit-scrollbar-track {
    background: #3C3C3C; }
  .cabinet__announcement::-webkit-scrollbar-thumb {
    background: #86C232; }

.converter {
  position: relative; }

.converter__error {
  border: 1px solid #8D0A03;
  background-color: #8D0A0340;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  border-radius: .5rem; }

.converter__change {
  display: inline-flex;
  margin: 2rem auto 2rem; }
  .converter__change img {
    display: block; }

.converter__item {
  background-color: #F4F6FF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 2.4rem;
  padding: 1.5rem;
  min-height: 8rem; }
  .converter__item.no-bg {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none; }
  .converter__item .form__group {
    margin-bottom: 0;
    width: auto; }
    .converter__item .form__group:first-child {
      flex: 1; }
  .converter__item .form__row {
    align-items: center;
    flex-wrap: nowrap; }
  .converter__item .input {
    background: none;
    border: 0;
    height: 3rem;
    padding: 0;
    color: #000;
    font-size: 1.4rem; }
  .converter__item .dropdown__select {
    font-size: 1.6rem;
    font-weight: 400;
    padding-right: 2rem;
    min-width: 9.5rem; }
    .converter__item .dropdown__select img {
      height: 2.2rem;
      width: 2.2rem; }
  .converter__item .dropdown-wrapper {
    width: auto; }
    .converter__item .dropdown-wrapper:focus, .converter__item .dropdown-wrapper:active {
      z-index: 3; }
  .converter__item .dropdown {
    min-width: 22.2rem; }
  .converter__item .dropdown__link {
    padding-left: 2rem;
    position: relative; }
    .converter__item .dropdown__link img {
      height: 2.4rem;
      width: 2.4rem; }
    .converter__item .dropdown__link .name {
      font-size: 1.2rem;
      font-weight: 600; }
    .converter__item .dropdown__link .name-full {
      color: #64748B;
      font-size: 1.2rem;
      font-weight: 400;
      width: 6.5rem; }
    .converter__item .dropdown__link .price {
      margin-left: 1rem;
      color: #020817;
      flex: 1;
      font-size: 1.1rem;
      padding-right: .5rem; }

.converter__value {
  color: #64748B;
  font-size: 1.1rem; }

.converter__footer {
  margin-top: 8rem;
  border-top: 1px solid #E2E8F0;
  padding-top: 1.5rem; }
  .converter__footer .title {
    color: #64748B; }
  .converter__footer .text {
    color: #020817; }

.converter__data-block {
  margin-bottom: 8rem; }

.converter__data {
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .converter__data .title {
    color: #64748B;
    font-size: 1.3rem; }
  .converter__data .text {
    font-size: 1.2rem;
    color: #020817; }

.converter__data-toggle {
  margin-bottom: .7rem;
  display: block;
  font-size: 1.3rem;
  color: #64748B;
  position: relative; }
  .converter__data-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: .4rem solid transparent;
    border-top-color: #020817;
    right: 0;
    margin-top: .2rem; }

.history__nav {
  margin-bottom: 1rem;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .history__nav .input {
    height: 3.4rem; }
  .history__nav .select select {
    height: 3.4rem;
    border: 0;
    font-size: 1.3rem;
    border-radius: 1rem; }

.history__actions {
  display: flex; }

.history__action {
  height: 3.4rem;
  border-radius: 1rem;
  padding: 0 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9E9D9D;
  background: linear-gradient(#14181D, #121317);
  text-decoration: none;
  margin-right: 1.5rem; }
  .history__action:hover {
    color: #61892F;
    text-decoration: none; }
  .history__action.active {
    color: #61892F;
    text-decoration: none; }

.search__form {
  position: relative; }
  .search__form img {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    display: block; }
  .search__form .input {
    padding-left: 4rem;
    border: 0;
    font-size: 1rem; }

.history__head {
  margin-bottom: 1rem; }
  .history__head .title {
    font-size: 1.6rem;
    font-weight: 500; }
  .history__head .text {
    font-size: 1.6rem;
    font-weight: 500; }

.history__pay-row {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between; }

.history__pay {
  display: flex;
  align-items: center; }
  .history__pay .title {
    font-size: 1.5rem;
    margin-right: 2rem; }
  .history__pay .text {
    color: #9E9D9D;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1; }

.history__data {
  display: flex;
  margin-bottom: 1rem; }
  .history__data .title {
    font-weight: 500;
    min-width: 17rem; }
  .history__data .text {
    color: #9E9D9D;
    font-size: 1.4rem;
    font-weight: 500; }

.history__details {
  margin-bottom: 3rem; }

.history__details-row {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start; }
  .history__details-row .title {
    margin-right: 1rem;
    font-size: 1.5rem;
    white-space: nowrap; }
  .history__details-row .text {
    padding-top: .4rem;
    color: #9E9D9D;
    font-size: 1.2rem;
    font-weight: 300; }

.settings__form--corporate .settings__form-row .label {
  width: 15rem; }

.settings__form .btn {
  height: 2.5rem;
  font-size: 1.3rem;
  font-weight: 500; }

.settings__form-row {
  margin-bottom: 2rem;
  display: flex;
  align-items: center; }
  .settings__form-row .label {
    margin-bottom: 0;
    width: auto;
    margin-right: 2rem;
    white-space: nowrap; }
  .settings__form-row .text {
    color: #9E9D9D; }
  .settings__form-row .input__wrapper {
    border: 0;
    background: none;
    padding-left: 0; }
  .settings__form-row .input {
    border: 1px solid #71717C;
    background-color: #111015;
    height: 2.4rem;
    width: 17rem;
    line-height: 1;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 3rem;
    padding-bottom: .2rem;
    font-size: 1.3rem; }
  .settings__form-row .select {
    width: 17rem; }
    .settings__form-row .select select {
      border: 1px solid #71717C;
      background-color: #111015;
      height: 2.4rem;
      padding-bottom: .2rem;
      font-size: 1.3rem;
      padding-left: 1rem;
      padding-top: 0; }

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

.action__popup {
  position: absolute;
  top: 100%;
  right: -3rem;
  padding-top: 1rem;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  pointer-events: none; }
  .action__popup.opened {
    z-index: 2;
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

.action__popup-wrapper {
  border: 1px solid #A6A6A6;
  min-width: 25rem;
  background-color: #14181D;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 2.1rem 0.5rem rgba(0, 0, 0, 0.25); }

.action__popup-title {
  padding: 1.5rem 1.5rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #2D2C2C; }

.action__popup-content {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500; }
  .action__popup-content a {
    color: #86C232;
    font-size: 1.4rem;
    font-weight: 500; }
    .action__popup-content a:hover {
      text-decoration: underline; }

.order__title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: .7rem; }
  .order__title.center {
    justify-content: center;
    font-size: 1.9rem; }

.summary__wrapper {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #71717C40; }

.summary__block {
  margin-bottom: 4rem;
  width: 50%; }

.summary__content {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.summary__item {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .summary__item.column {
    flex-direction: column;
    align-items: flex-start; }
  .summary__item.with-border {
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 1.5rem; }
  .summary__item img {
    margin-right: 1rem; }
  .summary__item .title {
    font-size: 1.6rem;
    font-weight: 400;
    color: #64748B; }
  .summary__item .price {
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    align-items: center; }
    .summary__item .price img {
      margin-right: 0;
      display: block;
      margin-left: .5rem; }
  .summary__item .status {
    border: 1px solid;
    border-radius: 3rem;
    font-size: 1.2rem;
    padding: .6rem 1rem;
    font-weight: 700;
    line-height: 1; }
    .summary__item .status.awaiting {
      border-color: #0A8F6E;
      color: #0A8F6E;
      background-color: rgba(30, 110, 244, 0.1); }

.summary__footer {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center; }
  .summary__footer .date {
    width: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #9E9D9D; }
  .summary__footer .refresh {
    color: #64748B;
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .4rem; }
    .summary__footer .refresh span {
      color: #0A8F6E;
      font-weight: 700; }

.order__form .label {
  margin-bottom: 1rem;
  color: #9E9D9D;
  font-size: 1.6rem;
  font-weight: 500; }

.order__form .text {
  font-size: 1.6rem;
  font-weight: 500; }

.order__form .form__row {
  margin: 0 -4.5rem; }
  .order__form .form__row .form__group {
    width: 33.33%;
    padding: 0 4.5rem; }

.order__form .btn {
  height: 3.1rem;
  font-size: 1.3rem;
  font-weight: 500; }

.order__text {
  font-size: 1.2rem;
  color: #64748B; }

.order__form-block {
  max-width: 34rem; }

.order__text-notice {
  color: #9E9D9D;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1; }

.order__form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem; }
  .order__form-actions .btn {
    margin-right: 1.5rem;
    flex: 1;
    height: 4rem;
    border-radius: 1rem;
    font-size: 1.3rem; }
    .order__form-actions .btn:last-child {
      margin-right: 0; }
    .order__form-actions .btn--o-main {
      background: none;
      border: 1px solid #0A8F6E;
      color: #fff; }

.order__confirm-title {
  font-weight: 700;
  font-size: 3.4rem;
  text-align: center;
  color: #0A8F6E;
  margin-bottom: 1rem; }

.order__info-head {
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.cabinet__order-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem; }

.order__info-row {
  display: flex; }
  .order__info-row .order__info-item {
    margin-right: 6rem; }
    .order__info-row .order__info-item:last-child {
      margin-right: 6rem; }

.order__attention {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  color: #9E9D9D;
  font-weight: 500;
  font-size: 1.6rem; }
  .order__attention img {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem; }

.order__network-address {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem; }

.order__network {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem; }
  .order__network .type {
    font-size: 1.3rem;
    color: #64748B; }
  .order__network .currency {
    background-color: rgba(30, 110, 244, 0.1);
    border-radius: 2rem;
    padding: .5rem 1rem;
    font-weight: 700;
    color: #0A8F6E;
    line-height: 1;
    font-size: 1.2rem; }

.order__notice {
  margin-bottom: 2rem;
  background-color: rgba(241, 245, 249, 0.5);
  padding: 1.6rem; }
  .order__notice .title {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 700; }

.order__notice-row {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem; }
  .order__notice-row.triple {
    margin-top: 0;
    margin-bottom: 3rem; }
    .order__notice-row.triple .order__notice-item {
      width: 33.33%; }

.order__notice-item {
  width: 50%; }
  .order__notice-item .title {
    color: #64748B;
    font-size: 1.3rem;
    font-weight: 400; }
  .order__notice-item .text {
    font-size: 1.3rem;
    font-weight: 400;
    word-break: break-all; }

.order__notice-text {
  font-size: 1.33rem;
  color: #64748B;
  margin-bottom: 1rem; }
  .order__notice-text:last-child {
    margin-bottom: 0; }

.order__network-info {
  padding: 1.2rem;
  border: 1px solid #71717C;
  border-radius: 1rem;
  background-color: #14181D; }
  .order__network-info .title {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 500; }

.order__network-notify {
  margin-bottom: 1.8rem;
  border-radius: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #64748B; }

.notice__summary {
  margin-top: -1rem; }
  .notice__summary .notice__row:last-child {
    border-bottom: 0; }

.order__network-title {
  text-align: center;
  font-size: 1.6rem; }

.notice__row {
  margin-bottom: .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .notice__row:last-child {
    margin-bottom: 0; }
  .notice__row .title {
    color: #64748B;
    font-size: 1.6rem; }
  .notice__row .text {
    color: #020817;
    font-size: 1.6rem; }

.notice__text {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 500; }
  .notice__text a {
    color: #0A8F6E; }

.order__network-qr {
  padding-top: 1rem;
  text-align: center;
  margin-bottom: 1rem; }
  .order__network-qr img {
    height: 12.8rem;
    width: 12.8rem;
    display: block;
    margin: 0 auto;
    object-fit: contain; }

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

.chart__tooltip {
  position: absolute;
  z-index: 3;
  background-color: #F4F6FF;
  padding: 1rem 2rem;
  border-radius: 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  color: #1F252E;
  display: none; }

.slider__actions {
  margin-top: 1rem; }

.slider__action-link {
  font-weight: 700;
  font-size: 14px;
  color: #0A8F6E;
  line-height: 1.1;
  margin-right: 1rem; }
  .slider__action-link:last-child {
    margin-right: 0; }

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

.history__block {
  width: 25%;
  padding: 0 1.2rem; }

.history__item {
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .history__item span {
    color: #64748B;
    font-size: 1.4rem; }
  .history__item .count {
    font-weight: 700;
    font-size: 2.4rem; }

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

.history__order-block {
  width: 50%;
  padding: 0 1rem; }

.history__order-item {
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
  min-height: 100%; }
  .history__order-item .cabinet__item-title {
    gap: .8rem; }

.history__row {
  display: flex;
  margin-bottom: 2rem; }
  .history__row.with-border {
    padding-bottom: 2rem;
    border-bottom: 1px solid #E2E8F0; }

.history__row-block {
  width: 50%; }
  .history__row-block .title {
    margin-bottom: .6rem;
    color: #64748B;
    font-size: 1.4rem; }
  .history__row-block .text {
    color: #020817;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .4rem; }
    .history__row-block .text img {
      max-height: 16px; }

.history__ref .title {
  font-size: 1.4rem;
  color: #64748B; }

.history__ref-block {
  display: flex;
  align-items: center;
  height: 5.2rem;
  justify-content: space-between;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #0A8F6E;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: .4rem;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .history__ref-block a {
    color: inherit;
    font-weight: 400 !important;
    text-transform: none; }

.history__order-footer {
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem; }
  .history__order-footer .btn {
    height: 4rem !important;
    font-weight: 400; }
    .history__order-footer .btn--main {
      color: #fff !important;
      gap: 1rem; }

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

.profile__nav-block {
  width: 28rem;
  padding: 0 1.5rem; }

.profile__block {
  flex: 1;
  padding: 0 1.5rem; }
  .profile__block .upload__chose > img {
    margin-bottom: 1rem;
    height: 4.8rem; }

.profile__nav {
  display: flex;
  flex-direction: column;
  padding: .8rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem; }

.profile__nav-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #64748B;
  height: 4.4rem;
  padding: 0 1.2rem; }
  .profile__nav-link.active {
    color: #000;
    background-color: #fff;
    border-radius: .8rem; }
    .profile__nav-link.active .icon {
      stroke: #0A8F6E; }
  .profile__nav-link .icon {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: #64748B; }

.cabinet__form .btn {
  height: 3.6rem;
  gap: 1.5rem;
  border-radius: 1rem; }

.cabinet__form .dropdown__select {
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 1rem;
  padding: 0 1rem; }
  .cabinet__form .dropdown__select img {
    height: 1.6rem;
    width: 1.6rem; }

.cabinet__form .dropdown li:last-child .dropdown__link {
  margin-bottom: 0; }

.cabinet__form .dropdown__link {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 3rem;
  height: auto;
  min-height: 2rem; }
  .cabinet__form .dropdown__link.active {
    position: relative; }
    .cabinet__form .dropdown__link.active:before {
      top: 50%;
      margin-top: -.2rem;
      left: 1rem;
      transform: translateY(-50%) rotateZ(45deg);
      border-color: #000; }

.cabinet__form .label {
  color: #020817;
  font-size: 1.3rem; }
  .cabinet__form .label.gray {
    color: #64748B;
    font-size: 1.1rem; }

.cabinet__form .input {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  color: #020817;
  border-radius: 1rem;
  font-size: 1.4rem;
  padding: 0 1rem; }

.cabinet__form .textarea {
  border: 1px solid #E2E8F0;
  border-radius: 1rem;
  color: #020817;
  background-color: transparent;
  font-weight: 400;
  font-size: 1.4rem; }
  .cabinet__form .textarea::placeholder {
    font-size: 1.3rem;
    color: #64748B;
    font-weight: 400; }

.cabinet__form .select select {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  color: #020817;
  border-radius: 1rem; }

.cabinet__form.settings .btn {
  height: 4.4rem; }

.security__row {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .security__row .title {
    font-size: 1.6rem;
    font-weight: 600; }
  .security__row .text {
    color: #64748B;
    font-size: 1.4rem; }

.security__badge {
  border: 1px solid #86EFAC;
  color: #15803D;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: .3rem 1rem;
  border-radius: 3rem; }
  .security__badge.disabled {
    border-color: #FDBA74;
    color: #C2410C;
    background-color: #FFF7ED; }
  .security__badge img {
    width: 1.2rem;
    height: 1.2rem; }

.security__group {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #E2E8F0; }

.cabinet__search {
  position: relative; }
  .cabinet__search .input {
    padding-left: 4rem; }

.cabinet__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  left: 1rem;
  z-index: 2; }

.identity__items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }

.identity__item {
  padding: 2.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .identity__item .title {
    font-weight: 600;
    font-size: 1.6rem;
    color: #020817; }
  .identity__item .text {
    font-size: 1.4rem;
    color: #64748B; }
  .identity__item.completed {
    justify-content: space-between;
    border: 1px solid #BBF7D0;
    background: linear-gradient(to right, #F0FDF4, #BBF7D0); }
    .identity__item.completed .title {
      color: #14532D; }
    .identity__item.completed .text {
      color: #15803D; }
  .identity__item.not-verified {
    justify-content: space-between;
    border: 1px solid #FDBA74;
    background: #fff7ed; }
    .identity__item.not-verified .title {
      color: #C2410C; }
    .identity__item.not-verified .text {
      color: #C2410C; }

.cabinet__page-badge {
  margin-bottom: 1.5rem;
  padding: 1rem 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  border-radius: 3rem;
  background-color: rgba(30, 110, 244, 0.1);
  color: #0A8F6E;
  font-size: 1.4rem; }

.payment__check {
  position: relative;
  margin-bottom: 1.6rem; }
  .payment__check:last-child {
    margin-bottom: 0; }

.payment__input {
  position: absolute;
  opacity: 0; }
  .payment__input:checked + .payment__label {
    background-color: rgba(30, 110, 244, 0.1);
    border-color: #0A8F6E; }
    .payment__input:checked + .payment__label .icon__wrapper {
      background-color: rgba(30, 110, 244, 0.2); }
    .payment__input:checked + .payment__label .icon {
      stroke: #0A8F6E; }

.payment__label {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 1.8rem;
  min-height: 9.3rem;
  border-radius: 1.2rem;
  gap: 1.2rem; }
  .payment__label .icon {
    fill: none;
    stroke: #64748B;
    height: 2rem;
    width: 2rem; }
  .payment__label .title {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #020817;
    display: block; }
  .payment__label .text {
    font-size: 1.2rem;
    color: #64748B;
    display: block;
    max-width: 25rem; }
  .payment__label .icon__wrapper {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1.2rem;
    background-color: rgba(100, 116, 139, 0.2);
    display: flex;
    align-items: center;
    justify-content: center; }

.order__footer .btn {
  height: 4.8rem; }

.order__alert {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #020817;
  font-size: 1.3rem;
  background-color: rgba(30, 110, 244, 0.1);
  border: 1px solid rgba(30, 110, 244, 0.2);
  padding: 1.7rem;
  border-radius: 1.2rem; }

.order__alert-img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(30, 110, 244, 0.2); }
  .order__alert-img .icon {
    fill: none;
    stroke: #0A8F6E;
    width: 1.6rem;
    height: 1.6rem; }

.order__success {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem; }
  .order__success .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem; }
  .order__success .text {
    color: #64748B; }
    .order__success .text span {
      display: inline-block;
      vertical-align: middle;
      padding: .4rem .8rem;
      font-size: 1.6rem;
      font-weight: 700;
      color: #0A8F6E;
      background-color: rgba(30, 110, 244, 0.1);
      border-radius: .4rem; }

.order__id {
  padding: 1.1rem 2rem;
  margin-bottom: 2rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0A8F6E;
  background-color: rgba(30, 110, 244, 0.1);
  display: inline-flex; }

.order__payment-type {
  margin: 2rem 0;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  height: 4rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }

.sell__info-row {
  display: flex;
  margin-bottom: 3rem; }

.sell__info-item {
  text-align: center;
  width: 50%; }
  .sell__info-item .title {
    font-size: 1.5rem;
    font-weight: 700; }
  .sell__info-item .text {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0A8F6E; }

.sell__info-container {
  padding: 1.6rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem; }
  .sell__info-container > .title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700; }

.sell__wallet {
  margin-bottom: 3rem; }
  .sell__wallet .title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700; }
  .sell__wallet .input {
    height: 6.6rem; }

.verification__head {
  text-align: center; }
  .verification__head .block__title {
    margin-bottom: .5rem;
    font-size: 2.3rem;
    font-weight: 700;
    color: #0A8F6E; }
  .verification__head .block__text {
    margin-bottom: 2.4rem; }

.verification__item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 2rem; }
  .verification__item .title {
    font-size: 1.4rem; }
  .verification__item .text {
    color: #64748B;
    font-size: 1.1rem; }

.verification__container {
  padding: 2rem;
  min-height: 27rem;
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }

.cabinet__item-text {
  font-size: 1.1rem;
  color: #64748B; }

.factor__login {
  max-width: 34rem;
  margin: 0 auto; }
  .factor__login .input {
    height: 5.6rem;
    text-align: center; }

.cookie {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 100;
  max-width: 36rem;
  background-color: #fff;
  padding: 2.4rem;
  box-shadow: 0 4rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem; }
  .cookie.closed {
    display: none; }

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

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

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

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

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

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

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

.text__wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  margin: 0 -3.2rem; }

.text__nav-block {
  width: 30%;
  padding: 0 3.2rem; }

.text__nav {
  max-width: 31.4rem;
  width: 100%;
  border-radius: 1.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  display: flex;
  flex-direction: column; }
  .text__nav .title {
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    color: #64748B;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .35px; }

.text__nav-link {
  font-size: 1.3rem;
  color: #65758B;
  height: 3.6rem;
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  border-radius: .6rem; }
  .text__nav-link:hover {
    color: #0A8F6E; }
  .text__nav-link.active {
    background-color: #0A8F6E;
    color: #fff; }

.text__block {
  width: 70%;
  padding: 0 3.2rem; }

.text__item {
  border-radius: 1.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  padding: 2.4rem; }

.text__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0A8F6E;
  margin-bottom: .8rem; }

.text__content {
  font-size: 1.4rem;
  color: #65758B; }
  .text__content h2 {
    margin: 3rem 0 2rem;
    line-height: 1;
    font-size: 2.2rem;
    color: #0A8F6E;
    font-weight: 700; }
  .text__content h3 {
    margin: 0 0 .8rem;
    line-height: 1;
    font-size: 2rem;
    color: #0A8F6E;
    font-weight: 700; }
  .text__content ul {
    margin: 1em 0 1em 1.5em;
    list-style: disc; }
    .text__content ul li {
      margin-bottom: 1rem; }
      .text__content ul li:last-child {
        margin-bottom: 0; }

.list__block {
  margin-bottom: 2rem;
  background-color: rgba(240, 248, 255, 0.3);
  border: 1px solid rgba(30, 110, 244, 0.1);
  padding: 2.5rem;
  border-radius: .8rem; }
  .list__block .title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #0A8F6E;
    margin-bottom: 1rem; }
  .list__block ul {
    columns: 3; }

.contact__content {
  padding: 2.1rem;
  border-radius: .8rem;
  background-color: rgba(240, 248, 255, 0.3);
  border: 1px solid rgba(30, 110, 244, 0.1);
  color: #020817; }

.text__alert {
  background-color: rgba(239, 67, 67, 0.1);
  border-radius: .8rem;
  border: 1px solid rgba(239, 67, 67, 0.2);
  padding: 2.5rem;
  font-size: 1.7rem;
  color: #EF4343; }
  .text__alert .title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #EF4343;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

.contacts {
  margin-bottom: 12rem; }

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

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

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

.contacts__text {
  line-height: 2; }
  .contacts__text b {
    text-transform: uppercase;
    color: #51525C; }
  .contacts__text a {
    color: #0A8F6E; }

.contacts__title {
  margin-bottom: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-target {
  position: relative;
  direction: ltr; }

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

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

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

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

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

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

.noUi-handle {
  position: absolute; }

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

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

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

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

.noUi-vertical {
  width: 18px; }

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

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

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

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

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

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

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

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

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

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

.noUi-vertical .noUi-handle:after {
  top: 17px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper {
  padding: 0 2.5rem;
  max-width: 1305px;
  margin: 0 auto;
  position: relative; }

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

.block__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: #51525C;
  margin-bottom: 5rem; }
  .block__subtitle.sm {
    font-size: 1.5rem; }

.block__link {
  color: #0A8F6E;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  display: block;
  padding-right: 2rem; }
  .block__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-width: 3px 5px 3px 5px;
    margin-top: -1px;
    border-left-color: #0A8F6E;
    right: 0; }

.block__title {
  margin-bottom: 9rem;
  font-weight: 700;
  font-size: 6.3rem;
  line-height: 1;
  color: #0A8F6E; }
  .block__title--sm {
    font-size: 4rem; }
  .block__title.xl {
    font-size: 6.2rem; }

.block__text {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #51525C;
  font-weight: 600; }
  .block__text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: .5em; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }
  .block__text a {
    color: #F056B9;
    text-decoration: underline;
    text-decoration-color: #F056B9; }
    .block__text a:hover {
      text-decoration: none; }

.calc__section {
  position: relative; }

.calc__container {
  margin-top: -34rem;
  margin-bottom: 8rem;
  padding-top: 9rem;
  position: relative;
  backdrop-filter: blur(7px);
  z-index: 4;
  border-top: 1px solid #fff; }
  .calc__container .block__title {
    max-width: 65rem; }

.calc__bg {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 96rem; }
  .calc__bg.fixed {
    position: fixed; }

.calc__wrapper {
  display: flex; }

.calc__block {
  width: 50%; }
  .calc__block .block__text {
    max-width: 64.5rem;
    margin-bottom: 5rem; }

.calc__item {
  max-width: 49rem;
  padding: 5.6rem 4.2rem;
  box-shadow: 0 4rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  background-color: #fff; }
  .calc__item .btn {
    min-width: 18.4rem; }
  .calc__item .form__group {
    margin-bottom: 3rem;
    display: flex;
    border-radius: 1.2rem;
    padding: 1.3rem;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }
    .calc__item .form__group .input {
      background: none;
      border: 0;
      color: #51525C;
      font-size: 3rem;
      height: 4.8rem;
      font-weight: 600;
      padding: 0;
      line-height: 1;
      border-radius: 0; }
    .calc__item .form__group .select:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(45deg);
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #51525C;
      padding: .3rem;
      right: 1rem;
      margin-top: -.2rem; }
    .calc__item .form__group .select select {
      background: none;
      color: #51525C;
      border: 0;
      width: 13rem;
      font-size: 3rem;
      height: 4.8rem;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 0;
      line-height: 1; }

.limits__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #51525C;
  margin-bottom: 5rem; }

.buy {
  max-width: 90rem;
  position: relative;
  z-index: 5; }
  .buy .block__title {
    max-width: 50rem; }

.buy__container {
  margin-bottom: 15rem;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: -5rem;
  position: relative;
  z-index: 4; }

.buy__wrapper {
  display: flex;
  gap: 5rem; }
  .buy__wrapper:last-child {
    margin-right: 26rem; }

.buy__section {
  min-height: 109rem; }
  @media (max-width: 992px) {
    .buy__section {
      min-height: auto; } }

.buy__scroll-block {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4; }
  .buy__scroll-block.fixed {
    position: fixed; }

.buy__block {
  margin-bottom: 5rem; }

.buy__item {
  box-shadow: 0 4rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  overflow: hidden;
  background-color: #fff;
  width: 32rem; }

.buy__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem; }
  .buy__head .title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #51525C; }
  .buy__head .price {
    font-size: 2.4rem;
    font-weight: 600;
    color: #51525C; }

.buy__chart {
  width: calc(100% + 7px); }

.ready {
  background-color: #A7AAFF;
  padding: 23rem 0;
  position: relative;
  z-index: 6;
  /* &:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4rem;
    width: 100%;
    box-shadow: 0 -.1rem 4rem rgba(0, 0, 0, .2);
    z-index: -1;
  }*/ }

.ready__bottom {
  bottom: 9rem;
  right: 7rem;
  position: absolute; }

.ready__right {
  top: 11rem;
  right: 7rem;
  position: absolute; }

.ready__left {
  top: 26rem;
  left: 7rem;
  position: absolute; }

.ready__title {
  color: #DDE4FF;
  font-weight: 700;
  font-size: 14rem;
  text-align: center; }

.advantages {
  background: linear-gradient(to bottom, #A7AAFF, #54DFCB); }
  .advantages .block__title {
    color: #fff; }
  .advantages .block__text {
    color: #F4F6FF;
    max-width: 85rem; }

.advantages__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5rem; }

.advantages__block {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /* ✨ легкий контур для глубины */
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 67.2rem;
  border-radius: 2.4rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem; }
  .advantages__block:first-child {
    margin-right: 20%; }
  .advantages__block:nth-child(2) {
    margin-right: 10%; }

.advantages__text {
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 52rem;
  color: #fff; }

.line__wrapper {
  background-color: #54DFCB;
  padding: 5rem 0;
  overflow: hidden;
  white-space: nowrap; }

.line__row {
  display: flex;
  gap: 7rem;
  animation: scroll-left 30s linear infinite; }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.line__item {
  font-size: 9.4rem;
  white-space: nowrap;
  font-weight: 700;
  color: #fff; }

.started {
  background-color: #54DFCB; }
  .started .block__title {
    color: #fff;
    max-width: 50rem; }
  .started .block__subtitle {
    color: #F4F6FF; }
  .started .block__text {
    color: #F4F6FF;
    max-width: 91rem;
    font-weight: 400; }

.started__wrapper {
  padding-bottom: 7rem; }

.started__block {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .started__block.reverse {
    flex-direction: row-reverse; }

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

.started__item {
  width: 50%; }
  .started__item .title {
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    position: relative;
    padding-left: 3rem; }
    .started__item .title span {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 3.2rem;
      font-weight: 700;
      margin-right: .5rem; }
  .started__item .text {
    color: #fff;
    font-weight: 600; }

.started__img {
  height: 26.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /* ✨ легкий контур для глубины */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2.4rem; }

.faq {
  background: linear-gradient(to bottom, #54DFCB, #0A8F6E);
  padding-bottom: 2rem; }
  .faq .block__title {
    color: #fff;
    margin-bottom: 4rem; }
  .faq .block__text {
    color: #fff;
    max-width: 73rem; }

.faq__question {
  border-radius: 2.4rem;
  color: #fff;
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /* ✨ легкий контур для глубины */
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 34.4rem;
  width: 100%;
  padding: 1rem 3rem; }
  .faq__question .title {
    font-weight: 600; }

.faq__answer {
  max-width: 64rem;
  width: 100%;
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  /* ✨ легкий контур для глубины */
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: auto;
  padding: 2rem 3rem;
  color: #fff; }
  .faq__answer .title {
    margin-bottom: 1rem;
    font-weight: 600; }

.cryptos__container {
  margin-top: 8rem; }
  .cryptos__container .block__subtitle {
    margin-bottom: 2rem; }

.cryptos__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
  .cryptos__wrapper.fourth .cryptos__block {
    width: 25%; }

.cryptos__block {
  width: 50%;
  padding: 0 1.5rem;
  margin-bottom: 3rem; }

.cryptos__item {
  display: flex;
  align-items: center;
  padding: 1.3rem 2rem;
  border-radius: 1rem;
  color: #fff;
  border: 1px solid #86C232;
  background-color: #222629; }
  .cryptos__item .price {
    font-size: 1.7rem;
    margin-bottom: .5rem; }
    .cryptos__item .price span {
      font-weight: 500;
      font-size: 1.2rem;
      margin-left: 1rem; }
  .cryptos__item.active {
    background: linear-gradient(#86C232, #61892F);
    color: #111015; }
    .cryptos__item.active .price span {
      font-weight: 700;
      color: #111015;
      opacity: .5; }
  .cryptos__item.red .cryptos__graph span {
    color: #E3507A; }
  .cryptos__item.red .cryptos__graph .graphic {
    display: none; }
    .cryptos__item.red .cryptos__graph .graphic.red {
      display: block; }
  .cryptos__item.red .cryptos__graph .arrow.red {
    display: block; }
  .cryptos__item.green .cryptos__graph {
    color: #50E3C2; }
    .cryptos__item.green .cryptos__graph .graphic {
      display: none; }
      .cryptos__item.green .cryptos__graph .graphic.green {
        display: block; }
    .cryptos__item.green .cryptos__graph .arrow.green {
      display: block; }
    .cryptos__item.green .cryptos__graph span {
      color: #50E3C2; }

.cryptos__img {
  margin-right: 2rem;
  height: 2.5rem; }

.cryptos__chart {
  width: 3rem; }

.cryptos__graph {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.1rem; }
  .cryptos__graph.red span {
    color: #E3507A; }
  .cryptos__graph.red .graphic {
    display: none; }
    .cryptos__graph.red .graphic.red {
      display: block; }
  .cryptos__graph.red .arrow.red {
    display: block; }
  .cryptos__graph .graphic {
    height: 1.5rem;
    display: none; }
  .cryptos__graph .arrow {
    margin-left: .4rem;
    margin-right: .8rem;
    display: none; }
  .cryptos__graph.green {
    color: #50E3C2; }
    .cryptos__graph.green .graphic {
      display: none; }
      .cryptos__graph.green .graphic.green {
        display: block; }
    .cryptos__graph.green .arrow.green {
      display: block; }
    .cryptos__graph.green span {
      color: #50E3C2; }
  .cryptos__graph.active .graphic {
    display: none; }
    .cryptos__graph.active .graphic.active {
      display: block; }
  .cryptos__graph.active .arrow.active {
    display: block; }

.cryptos__actions {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-bottom: 3rem; }
  .cryptos__actions .btn {
    width: 100%; }

.crypto__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10rem; }

.exp__blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .exp__blocks .exp__item {
    margin-left: 0;
    transform: translateY(0);
    margin-bottom: 2.4rem;
    background: linear-gradient(to right, #2D3134, #222629); }
    .exp__blocks .exp__item:not(:first-child) {
      margin-left: 0; }

.verify__container {
  padding: 10rem 0 30rem;
  text-align: center;
  position: relative; }
  .verify__container:before {
    content: '';
    z-index: -1;
    background-image: url("/images/verify_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain; }

.verify__icon {
  margin: 0 auto 1.2rem;
  display: block; }

.verify__title {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  color: #0A8F6E;
  font-weight: 700; }

.verify__text {
  color: #64748B;
  font-size: 1.3rem;
  max-width: 38rem;
  margin: 0 auto 2.5rem; }

.verify__content {
  max-width: 38rem;
  margin: 0 auto;
  padding: 2.4rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .verify__content .verify__text {
    margin-bottom: 1rem; }
  .verify__content .btn {
    height: 3.6rem;
    border-radius: .8rem; }

.verify__footer {
  margin-top: 1.5rem;
  border-top: 1px solid #E2E8F0;
  padding-top: 2rem; }

.contacts {
  margin-bottom: 12rem; }

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

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

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

.contacts__text {
  line-height: 2; }
  .contacts__text b {
    text-transform: uppercase;
    color: #51525C; }
  .contacts__text a {
    color: #0A8F6E; }

.contacts__title {
  margin-bottom: 2rem; }

body.fast-flow {
  background-color: #F4F6FF; }

.flow__page {
  padding: 6rem 7rem 5rem; }

.flow__nav-wrapper {
  max-width: 80rem;
  margin: 0 auto 6rem; }

.flow__nav {
  display: flex;
  gap: 1.4rem;
  justify-content: space-between; }

.flow__nav-item {
  color: #FFFFFF80;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500; }
  .flow__nav-item:hover {
    color: #0A8F6E; }
  .flow__nav-item.active .name {
    background: linear-gradient(to bottom, #86C232, #61892F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .flow__nav-item.active .number {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #000;
    background: linear-gradient(to bottom, #86C232, #61892F); }
  .flow__nav-item.completed .name {
    color: #00FFA2;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: none; }
  .flow__nav-item.completed .number {
    font-size: 0;
    position: relative;
    background: #00FFA2; }
    .flow__nav-item.completed .number:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotateZ(45deg);
      width: .8rem;
      height: 1.2rem;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #000000;
      margin-top: -2px; }
  .flow__nav-item .number {
    margin-bottom: 1rem;
    background: linear-gradient(to bottom, #14181D, #121317);
    color: #71717C80;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    align-items: center;
    justify-content: center; }

.flow__progress {
  margin-top: 4rem;
  height: 1rem;
  position: relative;
  width: 100%;
  border-radius: 1rem;
  background: linear-gradient(#14181D, #121317);
  overflow: hidden; }
  .flow__progress .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    background-color: #00FFA2; }

.flow__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .flow__wrapper .block__title {
    font-size: 2.4rem;
    margin-bottom: 1rem; }
  .flow__wrapper .block__subtitle {
    font-size: 1.4rem;
    color: #64748B; }

.flow__block {
  max-width: 70rem; }

.flow__title {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500; }

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

.flow__table {
  border-top: 1px solid #E2E8F0;
  padding: 1.5rem 2rem 1.5rem; }
  .flow__table .title {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 700; }

.flow__table-row {
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .flow__table-row:last-child {
    margin-bottom: 0; }
  .flow__table-row .text {
    font-weight: 400;
    color: #64748B;
    font-size: 1.2rem; }
  .flow__table-row .price {
    font-weight: 700;
    font-size: 1.2rem;
    color: #000; }
    .flow__table-row .price.total {
      color: #0A8F6E; }

.flow__form-bg {
  margin-bottom: 1.5rem;
  padding: 2.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2.4rem;
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1); }

.flow__form {
  max-width: 47rem;
  width: 100%;
  padding: 2.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2.4rem;
  min-height: 100%;
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1); }
  .flow__form.no-bg {
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    background-color: transparent; }
  .flow__form.wide {
    max-width: 67rem; }
  .flow__form .btn {
    height: 4.4rem; }
  .flow__form .input {
    height: 4rem;
    padding: 0 1.3rem;
    color: #000;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem; }
    .flow__form .input::placeholder {
      color: #64748B; }
  .flow__form .select select {
    height: 4rem;
    padding: 0 1.3rem;
    color: #000;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem; }
  .flow__form .select:after {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #020817; }
  .flow__form .block__title {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: none; }
  .flow__form .block__subtitle {
    margin-bottom: 5rem;
    font-size: 2.2rem; }
  .flow__form .converter__item {
    min-height: auto;
    padding: .8rem;
    border-radius: 1rem; }
    .flow__form .converter__item .input {
      font-weight: 700;
      background: none;
      box-shadow: none;
      border: 0; }
  .flow__form .form__row .form__group:first-child {
    flex: 1; }
  .flow__form .dropdown__select {
    font-weight: 700;
    color: #0A8F6E;
    border-radius: 1rem;
    padding-left: 1rem;
    background-color: rgba(30, 110, 244, 0.1); }
  .flow__form .label {
    font-size: 1.2rem;
    color: #64748B; }

.converter__text {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: #64748B; }
  .converter__text a {
    color: #0A8F6E; }

.converter__value {
  color: #64748B;
  text-align: center;
  margin: 3rem 0;
  font-size: 1.2rem; }
  .converter__value b {
    color: #020817; }

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

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

.converter__notice {
  border: 1px solid #0A8F6E;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  color: #0A8F6E;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: rgba(30, 110, 244, 0.05);
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem; }
  .converter__notice .title {
    color: #0A8F6E;
    font-size: 1.3rem;
    font-weight: 700; }
  .converter__notice .text {
    color: #64748B; }
    .converter__notice .text b {
      color: #0A8F6E; }

.login__text {
  margin-bottom: 1rem;
  color: #64748B;
  font-size: 1.2rem; }

.converter__radio {
  margin-bottom: 1rem; }
  .converter__radio:last-child {
    margin-bottom: 2.5rem; }

.converter__radio-input {
  display: none; }
  .converter__radio-input:checked + .converter__radio-label {
    border-color: #0A8F6E;
    background-color: rgba(30, 110, 244, 0.05); }
    .converter__radio-input:checked + .converter__radio-label:before {
      background-color: #0A8F6E;
      border-color: #2563EB; }

.converter__radio-label {
  height: 7.4rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: #9E9D9D;
  border-radius: 1.6rem;
  padding: 0 1.6rem;
  cursor: pointer;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1); }
  .converter__radio-label:before {
    content: '';
    border: 2px solid rgba(100, 116, 139, 0.3);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem; }
  .converter__radio-label:after {
    content: '';
    position: absolute;
    top: calc(50% - .2rem);
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    width: .6rem;
    height: 1rem;
    right: 2.7rem; }
  .converter__radio-label .badge {
    background-color: rgba(30, 110, 244, 0.1);
    border-radius: 3rem;
    font-weight: 700;
    color: #0A8F6E;
    text-transform: uppercase;
    font-size: 1rem;
    margin-left: .5rem; }
  .converter__radio-label .title {
    display: flex;
    align-items: center;
    color: #000; }
  .converter__radio-label .text {
    font-size: 1.2rem;
    color: #64748B; }

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

.flow__text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 4rem; }

.flow__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-bottom: 1px solid #71717C40;
  padding: 1rem 0;
  position: relative; }
  .flow__row:last-child {
    border-bottom: 0;
    margin-bottom: 1rem; }
  .flow__row .title {
    font-size: 1rem;
    font-weight: 700;
    color: #0A8F6E;
    text-transform: uppercase; }
  .flow__row .text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #020817; }

.flow__copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

.flow__code {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: .8rem; }
  .flow__code .input {
    padding: 0;
    text-align: center;
    width: 4rem;
    height: 4.8rem;
    background: none;
    box-shadow: none;
    border: 1px solid #E2E8F0; }

.flow__footer {
  margin-top: 2rem; }
  .flow__footer .btn {
    min-width: 16rem; }

.category {
  margin-bottom: 8.2rem; }

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

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

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

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

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

.login-page {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.static {
  position: static; }

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

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

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

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

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

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

.text-thin {
  font-weight: 100; }

.text-xlight {
  font-weight: 200; }

.text-light {
  font-weight: 300; }

.text-normal {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-sbold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-xbold {
  font-weight: 800; }

.text-hbold {
  font-weight: 900; }

.text-italic {
  font-style: italic; }

.text-oblique {
  font-style: oblique; }

.text-normal {
  font-style: normal; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-no-transform {
  text-transform: none; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-decor-under {
  text-decoration: underline; }

.text-decor-over {
  text-decoration: overline; }

.text-decor-lt {
  text-decoration: line-through; }

.text-decor-none {
  text-decoration: none; }

.float-right, .to-right {
  float: right; }

.float-left, .to-left {
  float: left; }

.center-block {
  display: block;
  margin: 0 auto; }

.img {
  display: block;
  max-width: 100%;
  height: auto; }
  .img--text {
    height: 320px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.full-width {
  width: 100%; }

.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-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-50 {
  padding-top: 50px; }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; } }

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

.relative {
  position: relative; }

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

.alert.error {
  background-color: #EA4335;
  display: block;
  color: #fff; }

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

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

.ui-datepicker .ui-datepicker-title select {
  background: #fff;
  padding: 5px;
  color: #3e3e3e;
  font-weight: 600; }

html .ui-widget-content .ui-state-default {
  border: 0;
  background: #fff;
  transition: all .2s ease;
  text-align: center; }
  html .ui-widget-content .ui-state-default.ui-state-hover {
    border: 0;
    color: #fff;
    background: #ff9a36; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FF8D1C;
    border-color: #FF8D1C;
    color: #fff; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #ff8003; }

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

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

.formh {
  display: none; }

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

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2.6rem;
    height: 1.4rem;
    position: relative; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #0A8F6E;
      transition: 0.3s; }
    .menu__btn:after {
      width: 80%;
      margin-right: auto; }
    .menu__btn.active {
      height: 2.6rem; }
      .menu__btn.active i {
        display: none; }
      .menu__btn.active:before {
        top: 12px;
        position: absolute;
        transform: rotate(45deg); }
      .menu__btn.active:after {
        top: 12px;
        position: absolute;
        width: 100%;
        transform: rotate(-45deg); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #000000;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .menu {
    padding: 0 0 6rem;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 8rem;
    right: 0;
    height: calc(100% - 8rem);
    display: flex;
    background-color: #F4F6FF;
    transition: 0.3s;
    transform: translateX(-100%);
    z-index: 1001; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      width: 100%;
      padding: 0 1.5rem;
      overflow-y: auto; }
    .menu .header__actions {
      justify-content: center; }
    .menu .header__action {
      border: 0; }
    .menu .nav {
      flex-direction: column;
      height: auto; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 1rem; }
      .menu .nav__item:hover .nav__submenu-wrapper {
        transform: translateY(0) translateX(0); }
      .menu .nav__item.with-sub:after {
        transform: translateY(0) rotateZ(45deg);
        top: .5rem; }
      .menu .nav__item a {
        padding: 0; }
    .menu .nav__submenu-wrapper {
      width: 100%;
      padding: 1rem 0 0;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu-container {
      box-shadow: none;
      padding-left: 1rem; }
    .menu .nav__submenu {
      background: none;
      box-shadow: none; }
    .menu .nav__submenu-title {
      display: none; }
    .menu .nav__submenu-item {
      align-items: flex-start;
      width: 100%;
      margin-bottom: 1rem;
      padding: 0;
      text-align: left; }
      .menu .nav__submenu-item:last-child {
        margin-bottom: 0; }
      .menu .nav__submenu-item a {
        width: 100%;
        height: auto;
        padding: 0; }
        .menu .nav__submenu-item a:hover {
          background-color: transparent;
          color: #0A8F6E; }
    .menu .nav__submenu-img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 0;
      margin-right: 1.5rem; }
      .menu .nav__submenu-img img {
        max-height: 100%; }
    .menu .nav__link {
      margin-bottom: 1rem; }
    .menu .lng {
      margin-right: 0; }
    .menu .lng__list {
      display: flex;
      background: none;
      justify-content: center;
      border: 0; }
      .menu .lng__list a {
        padding: 0;
        margin-right: 1rem;
        color: #fff; }
        .menu .lng__list a:last-child {
          margin-right: 0; }
        .menu .lng__list a.active {
          color: #0A8F6E; }
    .menu .lng__link {
      margin-right: 2rem;
      padding-right: 0;
      color: #fff; }
      .menu .lng__link:before {
        display: none; }
      .menu .lng__link:last-child {
        margin-right: 0; }
      .menu .lng__link.active {
        color: #0A8F6E; }
    .menu .lng__item {
      flex-direction: column; }
      .menu .lng__item:hover .lng__wrapper {
        transform: translateY(0) translateX(0); }
    .menu .lng__wrapper {
      position: static;
      top: auto;
      right: auto;
      width: 100%;
      margin-top: 1rem;
      opacity: 1;
      visibility: visible;
      transform: translateY(0rem); }
    .menu .lng__list {
      border-radius: 0;
      box-shadow: none; }
      .menu .lng__list:before {
        display: none; }
    .menu .lng__sub-item {
      height: auto;
      margin-bottom: 1rem; }
      .menu .lng__sub-item a {
        padding: 0; }
        .menu .lng__sub-item a:hover {
          background-color: transparent;
          color: #F0B83B; }
    .menu .header__cabinet-nav {
      flex-direction: column;
      align-items: flex-start; }
    .menu .header__cabinet-nav-link {
      margin-bottom: 1rem; }
  .menu__actions {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center; }
  .header__block {
    gap: 2rem; }
  .intro {
    padding-top: 5rem; }
  .intro__title {
    font-size: 6rem; }
  .calc__wrapper {
    flex-direction: column; }
  .calc__block {
    width: 100%;
    margin-bottom: 2rem; }
    .calc__block .block__text {
      max-width: 100%; }
  .calc__item {
    margin: 0 auto; }
  .buy__container {
    margin-top: 4rem;
    margin-bottom: 5rem;
    justify-content: center;
    align-items: center; }
  .buy__wrapper:last-child {
    margin-right: 0; }
  .ready {
    padding: 7rem 0; }
  .ready__title {
    font-size: 7rem; }
  .ready__bottom {
    bottom: -7rem; }
  .block__title {
    margin-bottom: 3rem;
    font-size: 4.3rem; }
  .block__text {
    font-size: 1.8rem; }
  .advantages__text {
    font-size: 1.8rem; }
  .line__item {
    font-size: 7rem; }
  .started__item .title span {
    font-size: 2.4rem; }
  .started__separator {
    display: none; }
  .started__block {
    flex-direction: column;
    margin-bottom: 2rem; }
    .started__block:last-child {
      margin-bottom: 0; }
    .started__block.reverse {
      flex-direction: column; }
  .started__img {
    margin-bottom: 2rem;
    height: 20rem; }
  .started__item {
    width: 100%; }
  .faq__answer {
    max-width: 100%;
    margin-bottom: 2rem; }
  .faq__question {
    margin-bottom: .5rem;
    max-width: 100%; }
  .footer__links {
    text-align: center; }
  .text__wrapper {
    flex-direction: column; }
  .text__nav-block {
    width: 100%;
    max-width: 100%; }
  .text__nav {
    max-width: 100%; }
  .text__block {
    width: 100%; }
  .cabinet__wrapper {
    flex-direction: column; }
  .cabinet__block.xl {
    width: 100%; }
  .cabinet__block.md {
    width: 100%; }
  .cabinet__block.sm {
    width: 100%; }
  .cabinet__block.half {
    width: 100%; }
  .table--cabinet tbody tr td[colspan="9"] {
    width: 100%; }
  .history__order-wrapper {
    flex-direction: column; }
  .history__order-block {
    width: 100%; }
  .history__wrapper {
    flex-wrap: wrap; }
  .history__block {
    width: 50%;
    margin-bottom: 2rem; }
  .profile__wrapper {
    flex-wrap: wrap; }
  .profile__block {
    width: 100%; }
  .profile__nav-block {
    width: 100%;
    margin-bottom: 2rem; }
  .form__row {
    flex-direction: column; }
    .form__row .form__group {
      width: 100%; }
  .flow__page {
    padding: 6rem 3rem; }
  .flow__wrapper .block__subtitle {
    margin-bottom: 2rem; }
  .calc__bg.fixed {
    position: absolute; }
  .buy__scroll-block.fixed {
    position: static; } }

@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 2rem; }
  .footer__block {
    width: 100%; }
  .footer__text {
    max-width: 100%; } }

@media (max-width: 640px) {
  .calc__item .form__group .input {
    font-size: 3rem; }
  .calc__item .form__group .select select {
    width: 10rem;
    font-size: 3rem; }
  .buy__wrapper {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem; }
    .buy__wrapper:last-child {
      margin-bottom: 0; }
  .buy__block {
    margin-bottom: 0; }
  .ready__title {
    font-size: 5rem; }
  .intro__title {
    font-size: 5rem; }
  .ready__bottom {
    display: none; }
  .ready__left {
    top: 40rem;
    display: none; }
  .ready__right {
    right: 0; }
  .header {
    padding-top: 2rem; }
  .list__block ul {
    columns: 2; }
  .intro__change {
    padding-bottom: 1rem;
    height: auto; }
  .intro__change-bg {
    width: 100%;
    height: 100%; }
  .intro__change-head {
    padding-top: 1rem; }
  .calc__container {
    padding-top: 4rem;
    text-align: center; } }

@media (max-width: 560px) {
  .intro__block {
    width: auto; }
  .intro__change {
    width: 17.8rem; }
  .intro__block-title {
    font-size: 1.8rem; }
  .block__title {
    font-size: 3.5rem; } }
