@charset "UTF-8";

@import url(../libs/animateCSS/animate.css);

@import url(../libs/fancybox/jquery.fancybox.min.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.theme.css);

@import url(../libs/remodal/remodal.css);

@import url(../libs/remodal/remodal-default-theme.css);

@import url(../libs/slick/slick.css);

@import url(../libs/slick/slick-theme.css);

@font-face {
  font-family: "MagistralC";
  src: url("../fonts/Magistral-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Druk Wide Cyr";
  src: url("../fonts/DrukWideBold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Bicubik";
  src: url("../fonts/Bicubik.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Arkitech Bold";
  src: url("../fonts/Arkitech_Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas,"Courier New",monospace;
}

body,
optgroup {
  color: #000;
  background: #fff;
}

body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}

sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address,
cite,
dfn {
  font-style: normal;
}

code,
pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td,
th,
textarea {
  vertical-align: top;
}

input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

q {
  quotes: "\00ab" "\00bb" "\201e" "\201c";
}

q:after {
  content: "\00bb";
}

q:before {
  content: "\00ab";
}

q > q:after {
  content: "\201c";
}

q > q:before {
  content: "\201e";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: .7;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*end*/

/*Стили сбросса*/

button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s;
}

* {
  box-sizing: border-box;
  outline: none;
}

input::-moz-placeholder {
  padding: 0;
}

input:-ms-input-placeholder {
  padding: 0;
}

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.25s;
}

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
.hamburger,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*конец стилей сбросса*/

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wpcf7-form br {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

input.wpcf7-not-valid {
  border: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

:root {
  --main-family: 'Inter', sans-serif;
  --container-width: 1300px;
}

body {
  background: #07091A;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

body,
input,
button,
textarea,
a {
  font-family: var(--main-family);
  font-weight: 400;
}

.section {
  position: relative;
}

.wrapper {
  width: 1260px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.header-language {
  position: relative;
  padding: 10px;
}

.header-language:hover .hover-language {
  max-height: 80px;
  opacity: 1;
}

.active-language .lang-item {
  display: none;
}

.active-language .current-lang {
  display: block;
}

.active-language .current-lang a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.hover-language {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.35s;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.hover-language a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.hover-language a:hover {
  color: #333333;
  text-decoration: underline;
}

.hover-language ul {
  padding: 6px 10px;
}

.hover-language .current-lang {
  display: none;
}

.active-language .current-lang:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-image: url("../images/lang-arrow.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.active-language .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remodal-form {
  width: 450px;
  max-width: 100%;
}

.remodal-close:before {
  display: none;
}

.remodal_form {
  width: 450px;
  max-width: 100%;
}

.remodal-close {
  left: auto;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/remodal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--main-color);
  margin-bottom: 40px;
}

.input-hidden {
  display: none !important;
}

.remodal_wrapper_2 .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.remodal-form__form {
  width: 100%;
}

.remodal-form__form input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  color: var(--main-color);
  font-size: 16px;
}

.remodal-form__form input:focus {
  border: 1px solid #575656;
}

.remodal-form__form input::-moz-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input::placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form label {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.remodal-form__form button {
  width: 100% !important;
}

.remodal-thanks {
  background: #36B37E;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}

.remodal-thanks .remodal-close {
  background-image: url("../img/remodal_close_white.html");
  background-position: center;
  background-repeat: no-repeat;
}

.remodal-thanks__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remodal-thanks__icon {
  width: 32px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 26px;
  min-width: 32px;
}

.remodal-thnaks__header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #FFFFFF;
}

.remodal_thanks__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
  color: #FFFFFF;
}

.jq-selectbox {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.jq-selectbox__select-text {
  padding: 15px 20px;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../img/select_arrow.html");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.header-hambugreg {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}

.header-hambugreg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg.is-active .header-hamburger-line {
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
}

.header-hambugreg.is-active:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-hambugreg.is-active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.header-hamburger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.pagination-wordpres {
  padding-top: 50px;
}

.pagination-wordpres .screen-reader-text {
  display: none;
}

.pagination-wordpres .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wordpres .nav-links a {
  background: var(--contrast-color);
  border: 1px solid  #E0E0E0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--main-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links a:hover {
  border: 1px solid #D64F52;
}

.pagination-wordpres .nav-links .current {
  background: #D64F52;
  border: 1px solid #D64F52;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--contrast-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links .next,
.pagination-wordpres .nav-links .prev {
  font-size: 0px;
  color: transparent;
}

.pagination-wordpres .nav-links .next {
  background-image: url("../images/pagination_wordpres_next.html");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wordpres .nav-links .prev {
  background-image: url("../images/pagination_wordpre_prev.html");
  background-position: center;
  background-repeat: no-repeat;
}

.cars-text-seo {
  margin-top: 60px;
}

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  transition: 0.25s;
  padding: 20px 0px;
}

.main-header.active,
.main-header.fixed {
  background: #07091A;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
}

.main-header--logo {
  width: 143px;
  margin-right: 75px;
  display: block;
}

.main-header--logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.main-header--menu {
  margin-right: auto;
  display: flex;
}

.main-header--menu li {
  margin-right: 50px;
}

.main-header--menu li:last-child {
  margin-right: 0px;
}

.main-header--menu li a {
  color: #FFF;
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
}

.main-header--menu li a:hover {
  color: #00C998;
}

.main-header--actual-btc-value {
  color: #FFF;
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
  margin-right: 50px;
}

.main-header--profile {
  width: 20px;
  height: 20px;
  margin-right: 50px;
  background-image: url("../images/header--profile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-btn--signup {
  color: #FFF;
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
  margin-right: 50px;
}

.main-header-btn--signup:hover {
  color: #00C998;
}

.main-header-btn--login {
  color: #FFF;
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
  color: #00C998;
}

.main-header-btn--login:hover {
  text-decoration: underline;
}

.mobile-header-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 305;
  opacity: 0;
  pointer-events: none;
  background: rgba(13, 16, 32, 0.66);
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
}

.mobile-header-bg.active {
  opacity: 1;
  pointer-events: initial;
}

.mobile-header {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0px;
  left: 0px;
  width: 265px;
  height: 100vh;
  overflow: auto;
  z-index: 310;
  border-radius: 0px 0px 14px 0px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding-top: 15px;
  transform: translateX(-110%);
  transition: 0.25s;
  padding-bottom: 0px !important;
}

.mobile-header.active {
  transform: translateX(0%);
}

.mobile-header::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  /* ширина всей полосы прокрутки */
}

.mobile-header::-webkit-scrollbar-thumb {
  border-radius: 20px;
  /* округлось бегунка */
  border: 3px solid #0A2D30;
  /* отступ вокруг бегунка */
}

.mobile-header-flex {
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mobile-header-btn-value {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
}

.mobile-header-btn-value span {
  color: #FFF;
}

.mobile-main-menu li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 83%;
  text-transform: uppercase;
  padding: 20px;
  width: 100%;
}

.mobile-main-menu li.active {
  background: linear-gradient(89deg, #0E1322 5.85%, #30E0A1 100%);
}

.mobile-menu-block-profile {
  display: flex;
  align-items: flex-start;
  padding: 0px 20px;
  margin-top: 30px;
}

.mobile-menu-block-profile--icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 15px;
  background-image: url("../images/mobile-menu-profile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-menu-block-profile-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.mobile-menu-block-profile--signup {
  color: #FFF;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.mobile-menu-block-profile--login {
  color: #00C998;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.mobile-menu--btn-get-started {
  border-radius: 88px;
  border: 1px solid #00C998;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0px 5px 22px 0px rgba(0, 201, 152, 0.44);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  width: 220px;
  max-width: 100%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 13.063px;
  font-family: "Bicubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14.063px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.mobile-menu--btn-get-started:after {
  content: '';
  display: block;
  background-image: url("../images/mobile-menu-btn-get-started.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  width: 15px;
  height: 15px;
}

.mobile-menu-tg-block {
  padding: 25px 20px;
  padding-bottom: 100px;
  border-radius: 0px 0px 14px 0px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  margin-top: auto;
}

.mobile-menu-tg-btn-chat {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 58.396px;
  background: #00C998;
  width: 155px;
  height: 35px;
  color: #FFF;
  font-size: 11.23px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.mobile-menu-tg-btn-chat:after {
  content: '';
  display: block;
  margin-left: 11px;
  width: 16px;
  height: 14px;
  background-image: url("../images/mobile-menu-tg-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-menu-tg-btn-support {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 11.23px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
}

.mobile-menu-tg-btn-support:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  background-image: url("../images/mobile-menu-support-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-hamburger-line {
  background: #ffffff;
  width: 20px;
  left: calc(50% - 5px);
}

.header-hambugreg:before {
  background: #ffffff;
}

.header-hambugreg:after {
  background: #ffffff;
}

.mobile-header {
  display: none;
}

.mobile-header-bg {
  display: none;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: transparent;
  border-color: transparent;
  display: none !important;
}

.custom-select-btn-open {
  width: 100%;
  height: 40px;
  background: red;
}

.custom-select {
  width: 100%;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select select {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em;
  background: #f1f1f1;
  cursor: pointer;
}

.page-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-container section {
  width: 100%;
  position: relative;
}

.page-container .wrapper {
  position: relative;
  z-index: 30;
}

.hero {
  padding-top: 160px;
}

.hero-title {
  color: #FCFBF8;
  font-size: 61.111px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 69.268px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.hero-title strong {
  text-indent: 90px;
  font-weight: 700;
  display: block;
}

.hero-after-title-row {
  padding-left: 75px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.hero-after-title-text {
  color: #00C998;
  font-size: 17.822px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  margin-right: 35px;
  display: flex;
}

.hero-after-title-text span {
  display: block;
  font-size: 28px;
  line-height: 34px;
}

.hero-after-title-text:before {
  content: '';
  display: block;
  width: 114px;
  position: relative;
  top: 18px;
  height: 1px;
  margin-right: 17px;
  background: #00C998;
}

.hero-toggle {
  width: 137.216px;
  height: 57.388px;
  position: relative;
  border-radius: 88px;
  border: 1px solid rgba(252, 252, 252, 0.13);
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  cursor: pointer;
}

.hero-toggle.active .hero-toggle-text-1 {
  opacity: 1;
}

.hero-toggle.active .hero-toggle-text-2 {
  opacity: 0;
}

.hero-toggle.active .hero-toggle-btn {
  left: calc(100% - 58px);
  background: #27DEBF;
}

.hero-toggle-btn {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #FCFBF8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 37px 0px #00C998;
  position: absolute;
  top: 50%;
  left: 8px;
  transition: 0.25s;
  transform: translateY(-50%);
  z-index: 20;
}

.hero-toggle-text-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 50%;
  padding-left: 15px;
  text-align: center;
  color: #27DEBF;
  font-size: 13px;
  font-family: "Bicubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14.063px;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.25s;
}

.hero-toggle-text-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #CCC4DF;
  left: 50%;
  width: 50%;
  transition: 0.25s;
  padding-right: 10px;
  text-align: center;
  font-size: 13px;
  font-family: "Bicubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14.063px;
  text-transform: uppercase;
}

.hero-text-right {
  color: #A5ADCF;
  text-align: right;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 47px;
  width: 590px;
  max-width: 100%;
  margin-left: auto;
}

.hero-btns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 65px;
}

.hero-btns a {
  margin-left: 35px;
}

.hero-btns a:first-child {
  margin-left: 0px;
}

.main-btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 88px;
  border: 1px solid #00C998;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0px 5px 22px 0px rgba(0, 201, 152, 0.44);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  width: 210px;
  height: 60px;
  max-width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 13.063px;
  font-family: "Bicubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14.063px;
  text-transform: uppercase;
  -webkit-animation: btn-1-anim 3s linear 0s infinite;
  animation: btn-1-anim 3s linear 0s infinite;
}

.main-btn-1:after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background-image: url("../images/mobile-menu-btn-get-started.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-btn-1:hover {
  background: #00c998;
}

@-webkit-keyframes btn-1-anim {
  0% {
    box-shadow: 0px 5px 22px 0px rgba(0, 201, 152, 0.44);
  }

  50% {
    box-shadow: 0px 7px 12px 3px rgba(0, 201, 152, 0.44);
  }

  100% {
    box-shadow: 0px 5px 22px 0px rgba(0, 201, 152, 0.44);
  }
}

@keyframes btn-1-anim {
  0% {
    box-shadow: 0px 5px 22px 0px rgba(0, 201, 152, 0.44);
  }

  50% {
    box-shadow: 0px 7px 12px 3px rgba(0, 201, 152, 0.44);
  }

  100% {
    box-shadow: 0px 5px 22px 0px rgba(0, 201, 152, 0.44);
  }
}

@-webkit-keyframes btn-2-anim {
  0% {
    box-shadow: 0px 5px 22px 0px rgba(217, 180, 227, 0.44);
  }

  50% {
    box-shadow: 0px 7px 12px 3px rgba(217, 180, 227, 0.44);
  }

  100% {
    box-shadow: 0px 5px 22px 0px rgba(217, 180, 227, 0.44);
  }
}

@keyframes btn-2-anim {
  0% {
    box-shadow: 0px 5px 22px 0px rgba(217, 180, 227, 0.44);
  }

  50% {
    box-shadow: 0px 7px 12px 3px rgba(217, 180, 227, 0.44);
  }

  100% {
    box-shadow: 0px 5px 22px 0px rgba(217, 180, 227, 0.44);
  }
}

.main-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 88px;
  border: 1px solid #00C998;
  background: #FFF;
  box-shadow: 0px 5px 22px 0px rgba(217, 180, 227, 0.44);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  width: 210px;
  height: 60px;
  max-width: 100%;
  color: #171B33;
  text-align: center;
  font-size: 13.063px;
  font-family: "Bicubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14.063px;
  text-transform: uppercase;
  -webkit-animation: btn-2-anim 3s linear 0s infinite;
  animation: btn-2-anim 3s linear 0s infinite;
}

.main-btn-2:after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background-image: url("../images/mobile-menu-btn-get-started-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-btn-2:hover {
  border: 1px solid #00C998;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0px 5px 22px 0px rgba(0, 201, 152, 0.44);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  color: #ffffff;
}

.main-btn-2:hover:after {
  background-image: url("../images/mobile-menu-btn-get-started.svg");
}

.hero-sub-title {
  color: #ffffff;
  font-size: 14px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 22.868px;
  text-transform: uppercase;
  margin-bottom: 50px;
  width: 852px;
  max-width: 100%;
}

.hero-sub-title strong {
  color: #009C6D;
}

.hero-calc {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: rgba(18, 20, 36, 0.3);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.49);
  -webkit-backdrop-filter: blur(57px);
  backdrop-filter: blur(57px);
  padding: 25px 80px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  transition: 0.25s;
}

.hero-calc:hover {
  box-shadow: 0px 4px 60px 0px rgba(0, 168, 121, 0.69);
}

.hero-calc-main {
  padding-right: 50px;
  border-right: 1px solid #09272C;
  width: 30%;
}

.hero-calc-days {
  width: 22%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  border-right: 1px solid #09272C;
  justify-content: center;
}

.hero-calc-daily {
  width: 22%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  border-right: 1px solid #09272C;
  justify-content: center;
}

.hero-calc-total {
  width: 26%;
  padding-left: 10px;
  display: flex;
  justify-content: center;
}

.hero-calc-sub-title {
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.hero-calc-value {
  color: #FFF;
  font-size: 22px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}

.hero-calc-main-col {
  width: 276px;
  max-width: 100%;
}

.hero-calc-input-wrap {
  position: relative;
  margin-bottom: 25px;
}

.hero-calc-input-wrap input {
  display: block;
  width: 100%;
  border-radius: 73px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  padding-left: 26px;
  padding-right: 85px;
  font-weight: 700;
  line-height: 43px;
}

.hero-calc-currency {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 75px;
  text-align: center;
  height: calc(100% - 18px);
  border-left: 1px solid rgba(0, 131, 86, 0.35);
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-widget.ui-widget-content {
  border-radius: 6px;
  background: #010907;
  border-color: #010907;
}

.ui-slider-horizontal .ui-slider-handle {
  border-radius: 19.05px;
  background: #FCFBF8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.ui-slider .ui-slider-range {
  background: #00C998;
}

.hero-calc-main-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  color: #FFF;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.hero-bg-image-top {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 154px;
  height: 187px;
  z-index: 20;
  -webkit-animation: itemMove 10s linear 0s infinite;
  animation: itemMove 10s linear 0s infinite;
}

.hero-bg-image-top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hero-bg-image-left {
  position: absolute;
  width: 481px;
  height: 481px;
  -webkit-animation: itemMove 10s linear 2s infinite;
  animation: itemMove 10s linear 2s infinite;
  left: -220px;
  top: 305px;
  z-index: 20;
}

.hero-bg-image-left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes itemMove {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  15% {
    transform: translate(-20px, 20px) rotate(-15deg);
  }

  30% {
    transform: translate(-40px, -10px) rotate(10deg);
  }

  45% {
    transform: translate(0px, 30px) rotate(45deg);
  }

  60% {
    transform: translate(10px, 0px) rotate(-6deg);
  }

  75% {
    transform: translate(30px, 30px) rotate(15deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes itemMove {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  15% {
    transform: translate(-20px, 20px) rotate(-15deg);
  }

  30% {
    transform: translate(-40px, -10px) rotate(10deg);
  }

  45% {
    transform: translate(0px, 30px) rotate(45deg);
  }

  60% {
    transform: translate(10px, 0px) rotate(-6deg);
  }

  75% {
    transform: translate(30px, 30px) rotate(15deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.hero-m2-bg {
  position: relative;
}

.hero-main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.hero-main-bg img {
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 60px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: hero-main-bg-move 15s linear 0s infinite;
  animation: hero-main-bg-move 15s linear 0s infinite;
}

@-webkit-keyframes hero-main-bg-move {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(-48px, 0px);
  }

  50% {
    transform: translate(-48px, -50px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes hero-main-bg-move {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(-48px, 0px);
  }

  50% {
    transform: translate(-48px, -50px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.m-2 {
  padding-top: 75px;
}

.m-2-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}

.m-2-top-left {
  width: calc(50% + 40px);
}

.m-2-top-right {
  width: calc(50% - 80px);
  color: #A5ADCF;
  text-align: right;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 136.2%;
}

.section-title {
  font-size: 38px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #ffffff;
  background: linear-gradient(150deg, #F9FAF6 0%, #FFF 20%, #00C998 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  position: relative;
}

.section-after-title-small-text {
  color: #FFF;
  font-size: 14px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.068px;
  text-transform: uppercase;
}

.m-2-image {
  width: 100%;
}

.m-2-image img {
  width: 100%;
  height: auto;
}

.m-3 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(138deg, #0B0D1C 0%, #00C998 100%);
  z-index: 30;
}

.m-3-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.m-3-title {
  display: flex;
  align-items: center;
  color: #00C998;
  font-size: 17.822px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  width: 40%;
}

.m-3-title:before {
  content: '';
  display: block;
  background: #00C998;
  width: 114px;
  height: 1px;
  margin-right: 15px;
}

.m-3-top-data {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: -15px;
}

.m-3-top-data-item {
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin-left: 60px;
  margin-top: 15px;
}

.m-3-top-data-item:first-child {
  margin-left: 0px;
}

.m-3-top-data-item strong {
  font-weight: 700;
  font-family: "Druk Wide Cyr", sans-serif;
  margin-right: 4px;
  position: relative;
  font-size: 15px;
}

.m-3-body-column-row {
  margin-bottom: 8px;
  border-radius: 7px;
  background: linear-gradient(180deg, #0D0F1F 0%, #0E2328 100%);
  box-shadow: 0px 27px 28px 0px #07091A inset;
  padding: 20px 27px;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.m-3-body-column-row > div {
  margin-top: 10px;
  margin-right: 10px;
}

.m-3-body-column-row > div:last-child {
  margin-right: 0px;
}

.m-3-body-column-row:last-child {
  margin-bottom: 0px;
}

.m-3-blody-column-row-item--name {
  color: #00C998;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.m-3-blody-column-row-item--type {
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.m-3-blody-column-row-item--value {
  color: #009C6D;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.m-3-blody-column-row-item--data {
  color: #A5ADCF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.m-3-body {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: rgba(18, 20, 36, 0.44);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.51);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 40px 40px 60px 40px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.m-3-body-column {
  width: calc(50% - 16px);
  position: relative;
}

.m-3-body-column:first-child .m-3-body-column-rows:before {
  content: '';
  display: block;
  width: 2px;
  height: 258px;
  right: -16px;
  position: absolute;
  top: 50%;
  background-image: url("../images/m-3-border.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.m-3-body-column-rows {
  position: relative;
}

.m-3-body-column-title {
  color: #FFF;
  font-size: 15px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  margin-bottom: 40px;
}

.m-3-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-3-bottom-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -15px;
  width: 50%;
}

.m-3-bottom-logo {
  margin-right: 84px;
  margin-top: 15px;
  height: 30px;
}

.m-3-bottom-logo img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-3-bottom-logo:last-child {
  margin-right: 0px;
}

.m-3-bottom-btns {
  width: 46%;
  display: flex;
  justify-content: flex-end;
}

.m-3-btn {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 118.4%;
}

.m-3-btn-icon {
  display: block;
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 100%;
  border-radius: 35px;
  position: relative;
  transition: 0.25s;
  background: #0D0F1F;
}

.m-3-btn:hover .m-3-btn-icon {
  background: #00C998;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.m-3-btn-tg {
  margin-right: 50px;
}

.m-3-btn-tg .m-3-btn-icon:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/m-3-bottom-tg.svg");
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.m-3-btn-email .m-3-btn-icon:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url("../images/m-3-bottom-email.svg");
}

.m-3-mobile-data-item {
  display: none;
}

.m-3-bg-item-top {
  position: absolute;
  top: -210px;
  right: -154px;
  width: 303px;
  height: 327px;
  z-index: 20;
  -webkit-animation: itemMove 10s linear 0s infinite;
  animation: itemMove 10s linear 0s infinite;
}

.m-3-bg-item-bot {
  position: absolute;
  bottom: -57px;
  left: -22px;
  width: 146px;
  height: 184px;
  z-index: 20;
  -webkit-animation: itemMove 10s linear 0s infinite;
  animation: itemMove 10s linear 0s infinite;
}

.m-4 {
  padding-top: 80px;
}

.m-4-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.m-4-left {
  width: calc(50% - 40px);
}

.m-4-right {
  width: calc(50% - 60px);
  position: relative;
}

.m-4-right:after {
  content: '';
  display: block;
  width: 2px;
  height: calc(100% - 100px);
  left: 52px;
  top: 45px;
  position: absolute;
  background-image: url("../images/m-4-right-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-4-left-text {
  color: #A5ADCF;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 142.8%;
  margin-bottom: 50px;
}

.m-4-left-text p {
  margin-bottom: 22px;
}

.m-4-left-text p:last-child {
  margin-bottom: 0px;
}

.m-4-block {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(23deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  margin-bottom: 15px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  transition: 0.25s;
}

.m-4-block:hover {
  box-shadow: 0px 4px 60px 0px rgba(0, 168, 121, 0.49);
}

.m-4-block:last-child {
  margin-bottom: 0px;
}

.m-4-block-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  margin-right: 32px;
}

.m-4-block-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-4-block-title {
  color: #FFF;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 7px;
}

.m-4-block-text {
  color: #A5ADCF;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.m-4-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-4-bottom:before {
  content: '';
  display: block;
  width: 10px;
  flex-grow: 2;
  border-bottom: 1px dashed #00B989;
  height: 1px;
}

.m-4-bottom:after {
  content: '';
  display: block;
  width: 10px;
  flex-grow: 2;
  border-bottom: 1px dashed #00B989;
  height: 1px;
}

.m-4-bottom-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  -webkit-animation: m-4-logo-move 15s linear 0s infinite;
  animation: m-4-logo-move 15s linear 0s infinite;
}

.m-4-bottom-logo:after {
  content: '';
  display: block;
}

@-webkit-keyframes m-4-logo-move {
  0% {
    transform: rotate(0def);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes m-4-logo-move {
  0% {
    transform: rotate(0def);
  }

  100% {
    transform: rotate(359deg);
  }
}

.m-5 {
  padding-top: 50px;
}

.m-5 .section-title {
  margin-bottom: 100px;
  background: linear-gradient(59deg, #F9FAF6 0%, #FFF 0%, #00C998 44%);
}

.m-5-flex {
  display: flex;
  position: relative;
}

.m-5-item {
  width: 25%;
  border-left: 1px dashed rgba(0, 185, 137, 0.46);
  padding-left: 30px;
  padding-right: 45px;
  position: relative;
}

.m-5-item:before {
  content: '';
  position: absolute;
  display: block;
  background: #00C998;
  border-radius: 100%;
  left: -11px;
  z-index: 50;
  top: 0px;
  width: 22px;
  height: 22px;
  transform: scale(0);
  background: #00C998;
}

.m-5-item:nth-child(2):before {
  top: 156px;
  -webkit-animation: m-5-dots 0.5s linear 2s 1 normal forwards;
  animation: m-5-dots 0.5s linear 2s 1 normal forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.m-5-item:nth-child(3):before {
  top: 111px;
  -webkit-animation: m-5-dots 0.5s linear 2.5s 1 normal forwards;
  animation: m-5-dots 0.5s linear 2.5s 1 normal forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.m-5-item:nth-child(4):before {
  top: 62px;
  -webkit-animation: m-5-dots 0.5s linear 3s 1 normal forwards;
  animation: m-5-dots 0.5s linear 3s 1 normal forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.m-5-item:nth-child(5):before {
  top: 75px;
  -webkit-animation: m-5-dots 0.5s linear 3.5s 1 normal forwards;
  animation: m-5-dots 0.5s linear 3.5s 1 normal forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.m-5-item.animated:before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.m-4-5-bg {
  position: relative;
}

.m-5-item-count {
  color: #00C998;
  font-size: 37px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 180px;
}

.m-5-item-title {
  color: #FFF;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
}

.m-5-item-text {
  color: #A5ADCF;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.m-5-arrow {
  position: absolute;
  right: 60px;
  top: -54px;
  width: 1831px;
  height: 341px;
  transform-origin: center left;
  transition: 2s;
}

.m-5-arrow.animated .m-5-arrow-image {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.m-5-arrow-image {
  background-image: url("../images/m-5-arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 341px;
  transform-origin: center left;
  transition: 2s;
  -webkit-animation: m-5-arrow 2s linear 0s 1 normal forwards;
  animation: m-5-arrow 2s linear 0s 1 normal forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes m-5-arrow {
  0% {
    width: 0px;
  }

  98% {
    width: 1760;
  }

  100% {
    width: 1831px;
  }
}

@keyframes m-5-arrow {
  0% {
    width: 0px;
  }

  98% {
    width: 1760;
  }

  100% {
    width: 1831px;
  }
}

@-webkit-keyframes m-5-dots {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes m-5-dots {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.m-5 {
  padding-bottom: 100px;
}

.m-6 {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-image: url("../images/m-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -3px;
}

.m-6-title {
  color: #FCFBF8;
  font-size: 60px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.m-6-title strong {
  display: block;
  text-indent: 60px;
}

.m-6-title strong:nth-child(2) {
  text-indent: 140px;
}

.m-6-row {
  padding-left: 140px;
  display: flex;
  align-items: center;
}

.m-6-after-title-text {
  display: flex;
  color: #00C998;
  font-size: 17.822px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  margin-right: 40px;
}

.m-6-after-title-text span {
  display: block;
  font-size: 28px;
  line-height: 34px;
}

.m-6-after-title-text:before {
  content: '';
  display: block;
  width: 114px;
  height: 1px;
  margin-right: 16px;
  background: #00C998;
  position: relative;
  top: 18px;
}

.m-5-round-left {
  width: 70.947px;
  height: 67.475px;
  position: absolute;
  top: 22px;
  left: 70px;
  -webkit-animation: itemMove 10s linear 0s infinite;
  animation: itemMove 10s linear 0s infinite;
}

.m-5-round-left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-5-round-right {
  width: 568px;
  height: 568px;
  position: absolute;
  top: -150px;
  right: -300px;
  -webkit-animation: itemMove 10s linear 2s infinite;
  animation: itemMove 10s linear 2s infinite;
}

.m-5-round-right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main-footer {
  background: #07091A;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: auto;
}

.main-footer-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-footer-btn {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.main-footer-btn:last-child {
  margin-right: 0px;
}

.main-footer-btn-text {
  color: #FFF;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 118.4%;
}

.main-footer-btn-icon {
  width: 37px;
  min-width: 37px;
  height: 37px;
  margin-right: 11px;
  border-radius: 37.272px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(138deg, #0B0D1C 0%, #07784D 100%);
}

.main-footer-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 185, 137, 0.16);
}

.main-footer-menu {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-top: 50px;
  margin-right: -10px;
}

.main-footer-menu a {
  color: #FFF;
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.main-footer-menu a:hover {
  text-decoration: underline;
}

.main-footer-menu a:last-child {
  color: #00C998;
}

.main-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer-copy {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 13.063px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14.063px;
}

.main-footer-bottom-menu a {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.main-footer-bottom-menu a:hover {
  color: white;
}

.mobile-small-menu-profile {
  display: none;
}

.mobile-btn-go-to-top {
  display: none;
}

.first-page-front {
  padding-top: 160px;
  padding-bottom: 120px;
}

.main-after-title-line {
  display: flex;
  align-items: center;
  color: #00C998;
  font-size: 17px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 50px;
}

.main-after-title-line:before {
  content: '';
  display: block;
  width: 114px;
  height: 1px;
  margin-right: 16px;
  background: #00C998;
}

.main-after-title-line br {
  display: none;
}

.faq-page {
  background-image: url("../images/faq-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-page-block {
  width: 956px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  margin-top: -26px;
}

.faq-tab {
  margin-left: 13px;
  margin-right: 13px;
  width: calc(25% - 26px);
  color: #FFF;
  height: 55px;
  text-align: center;
  font-size: 13px;
  margin-top: 26px;
  display: flex;
  align-items: center;
  transition: 0.25s;
  justify-content: center;
  padding: 0px 10px;
  font-family: "Bicubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(0, 201, 152, 0.27);
  background: rgba(18, 20, 36, 0.44);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  cursor: pointer;
}

.faq-tab.active {
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
}

.faq-tab:hover {
  border: 1px solid #00C998;
}

.faq-block {
  display: none;
}

.faq-block.active {
  display: block;
}

.faq-blocks {
  padding-top: 75px;
}

.faq-page .hero-bg-image-top {
  display: block;
}

.faq-page .hero-bg-image-left {
  top: 50%;
}

.faq-page .m-5-round-left {
  left: auto;
  right: 150px;
  top: 450px;
}

.faq-item {
  cursor: pointer;
  padding-bottom: 25px;
  transition: 0.25s;
  padding-top: 25px;
  border-bottom: 1px dashed #00B989;
}

.faq-item.active .faq-item-question:after {
  transform: rotate(180deg);
}

.faq-item.active .faq-item-answer {
  padding-top: 30px;
  max-height: 500px;
}

.faq-item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 17px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.faq-item-question:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-left: 10px;
  background-image: url("../images/faq-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s;
}

.faq-item-answer {
  max-height: 0px;
  overflow: hidden;
  color: #A5ADCF;
  font-size: 16px;
  transition: 0.45s;
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hts-block {
  width: 1062px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hts-block .main-after-title-line {
  margin-left: 100px;
}

.how-to-start-page {
  background-image: url("../images/faq-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.how-to-start-page .m-5-round-left {
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
  display: block;
}

.how-to-start-page .hero-bg-image-top {
  right: auto;
  left: 0px;
  top: 550px;
  display: block;
}

.how-to-start-page .hero-bg-image-left {
  left: auto;
  right: -250px;
  top: 150px;
  display: block;
}

.hts-item {
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hts-item:nth-child(even) {
  flex-direction: row-reverse;
}

.hts-item-image {
  width: 330px;
}

.hts-item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hts-item-text-block {
  width: calc(100% - 430px);
}

.hts-item-count {
  font-size: 271px;
  font-family: "Druk Wide Cyr", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 271px;
  width: 650px;
  color: #ffffff;
  background: linear-gradient(180deg, #1C2135 0%, #132D33 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.hts-item-box {
  margin-left: auto;
  width: calc(100% - 110px);
  padding: 35px 15px 35px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(23deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  position: relative;
  z-index: 20;
  margin-top: -120px;
}

.hts-item-icon {
  width: 44px;
  height: 44px;
  margin-right: 26px;
  min-width: 44px;
}

.hts-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hts-item-box-content {
  flex-grow: 2;
}

.hts-item-title {
  color: #FFF;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 16px;
}

.hts-item-text {
  color: #FFF;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.hts-items {
  padding-top: 30px;
}

.contacts-block {
  width: 430px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contacts-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contacts-block-top .main-after-title-line {
  margin-bottom: 0px;
}

.contacts-block-top-btn-tg {
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin-left: 20px;
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15FFC6;
  transition: 0.25s;
}

.contacts-block-top-btn-tg:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/contacts-btn-tg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  transform-origin: center;
}

.contacts-block-top-btn-tg:hover {
  background: #00C998;
}

.contacts-block-top-btn-tg:hover:after {
  transform: scale(1.3);
}

.contacts-form-title {
  color: #FFF;
  font-size: 17px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 16px;
}

.contacts-form-text-row {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 16px;
}

.main-form-style input,
.main-form-style textarea {
  display: block;
  width: 100%;
  border-radius: 7px;
  border: 1px solid rgba(0, 201, 152, 0.27);
  background: rgba(18, 20, 36, 0.44);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 20px 30px;
  color: #FFF;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 16px;
}

.main-form-style input::-moz-placeholder,
.main-form-style textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.main-form-style input:-ms-input-placeholder,
.main-form-style textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.main-form-style input::placeholder,
.main-form-style textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.main-form-style textarea {
  height: 150px;
}

.jq-selectbox {
  border-radius: 7px;
  border: 1px solid rgba(0, 201, 152, 0.27);
  background: rgba(18, 20, 36, 0.44);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
}

.jq-selectbox__select {
  padding-right: 0px;
}

.jq-selectbox__select-text {
  padding: 20px 50px 20px 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}

.jq-selectbox__trigger {
  background-image: url("../images/main-form-style-arrow-select.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.jq-selectbox__dropdown {
  border-radius: 7px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: #121424;
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.49);
  -webkit-backdrop-filter: blur(57px);
  backdrop-filter: blur(57px);
  z-index: 200;
}

.jq-selectbox li {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  line-height: 24px;
}

.jq-selectbox li:hover {
  background: rgba(255, 255, 255, 0.15);
}

.main-form-style-btn-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  cursor: pointer;
  transition: 0.25s;
  color: rgba(0, 201, 152, 0.69);
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  padding-left: 50px;
  width: 100%;
  height: 44px;
  margin-top: 30px;
  padding-right: 15px;
}

.main-form-style-btn-1:after {
  content: '';
  display: block;
  background-image: url("../images/main-form-style-btn-1-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 16px;
  min-width: 28px;
  margin-left: 10px;
}

.main-form-style-btn-1:hover {
  background: #000;
}

.contacts-after-form-text-1 {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 136.2%;
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #00B989;
}

.contacts-after-form-text-1 p {
  margin-bottom: 10px;
}

.contacts-after-form-text-1 strong {
  color: #00C998;
  text-align: center;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
}

.contacts-after-form-text-1 ul li {
  position: relative;
  margin-bottom: 10px;
}

.contacts-after-form-text-1 > :last-child {
  margin-bottom: 0px;
}

.contacts-after-form-text-2 {
  padding-top: 40px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 136.2%;
  position: relative;
}

.contacts-after-form-text-2 p {
  margin-bottom: 10px;
}

.contacts-after-form-text-2 p:last-child {
  margin-bottom: 0px;
}

.contacts-after-form-text-2 a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 136.2%;
  text-decoration: underline;
}

.contacts-after-form-text-2 a:hover {
  text-decoration: none;
}

.contacts-after-form-text-2 strong {
  color: #FF4343;
  text-align: center;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
}

.contacts-page {
  background-image: url("../images/faq-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contacts-page .m-5-round-left {
  left: auto;
  top: auto;
  bottom: -30px;
  right: 0px;
}

.page-bottom-right-shine {
  background-image: url("../images/page-bottom-right-shine.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 503px;
  height: 565px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.contacts-image-top-right {
  position: absolute;
  right: 0px;
  top: 67px;
}

.concts-after-form-text-2-image {
  position: absolute;
  left: -240px;
  top: -10px;
}

.signup-page {
  flex-grow: 2;
}

.signup-page .hero-title span {
  opacity: 0.08;
  padding-left: 20px;
}

.profile-main-box {
  width: 663px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.profile-main-menu {
  display: flex;
  z-index: 20;
  position: relative;
}

.profile-main-menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-image: url("../images/profile-border-tabs.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.profile-main-menu.active:after {
  transform: rotate(0deg);
}

.profile-main-menu a {
  width: 50%;
  color: #FFF;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 10px;
}

.profile-main-menu a:first-child {
  text-align: right;
  padding-right: 50px;
}

.profile-main-menu a:last-child {
  text-align: left;
  padding-left: 50px;
}

.profile-main-menu a.active {
  padding-bottom: 15px;
  color: #00C998;
  font-size: 24px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}

.profile-main-menu a:hover {
  color: #00C998;
}

.main-form-style-2-label {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 136.2%;
  letter-spacing: 0.65px;
}

.main-form-style-2 input {
  display: block;
  width: 100%;
  margin-bottom: 28px;
  padding: 12px 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #FFF;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  letter-spacing: 0.75px;
}

.main-form-style-2 input::-moz-placeholder {
  color: #ffffff;
}

.main-form-style-2 input:-ms-input-placeholder {
  color: #ffffff;
}

.main-form-style-2 input::placeholder {
  color: #ffffff;
}

.main-form-style-2 .jq-selectbox {
  margin-bottom: 28px;
  background: transparent;
  border-radius: 0px;
  border: none;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-bottom: 1px solid #ffffff;
}

.main-form-style-2 .jq-selectbox__select-text {
  padding-left: 0px;
  padding-bottom: 12px;
  padding-top: 12px;
  color: #FFF;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  letter-spacing: 0.75px;
}

.main-form-style-2-btn {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: #00C998;
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: #FFF;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  width: 428px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.main-form-style-2-btn:hover {
  background: rgba(0, 201, 152, 0.69);
}

.profile-main-box-form {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(23deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 45px 95px;
  margin-top: -5px;
  position: relative;
}

.signup-page {
  background-image: url("../images/faq-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.signup-page .m-5-round-left {
  left: auto;
  top: auto;
  bottom: -30px;
  right: 0px;
}

.profile-form-police {
  color: #FFF;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 25px;
}

.profile-form-police a {
  color: #00C998;
  text-decoration: underline;
}

.profile-form-police a:hover {
  text-decoration: none;
}

.signup-image-bot-left {
  position: absolute;
  bottom: -120px;
  left: -210px;
}

.profile-form-police--registr {
  margin-bottom: 0px !important;
  margin-top: 40px !important;
}

.signup-image-bot-left--reset-password {
  left: -310px;
}

.reset-pass-form-title {
  color: #FFF;
  font-size: 17px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
}

.reset-pass-form-title br {
  display: none;
}

.privacy-page {
  background-image: url("../images/privacy-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.privacy-page .hero-bg-image-left {
  left: auto;
  right: -220px;
  top: auto;
  bottom: -150px;
}

.privacy-page {
  padding-bottom: 0px !important;
}

.privacy-top {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px !important;
}

.policy-text {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.policy-text h2 {
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.policy-text h2:first-child {
  margin-top: 0px;
}

.hero-calc-main-error-message {
  margin-top: 20px;
  color: red;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: none;
}

.hero-calc-main.error .hero-calc-main-error-message {
  display: block;
}

.main-footer-btns-support {
  display: flex;
  align-items: center;
}

.main-footer-logo {
  width: 143px;
  max-width: 100%;
  display: block;
}

.main-footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.jq-selectbox__search input {
  border: none !important;
  outline: none !important;
  height: 30px !important;
  box-shadow: none !important;
  line-height: 30px !important;
  padding: 0px 30px !important;
  margin-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.jq-selectbox__search {
  margin: 0px 0px 15px 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.jq-selectbox__not-found {
  background: transparent;
  color: #ffffff;
}

.jq-selectbox__dropdown {
  max-height: 250px !important;
  overflow: hidden;
}

.main-header-2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  background: linear-gradient(23deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 295px;
}

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

.main-header-2-left {
  color: #FFF;
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
}

.main-header-2-left strong {
  color: #00C998;
  font-size: 32.109px;
  font-family: "Arkitech Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 9.936px;
}

.main-header-2-tg {
  background: #00C998;
  margin-right: 25px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header-2-tg:after {
  content: '';
  display: block;
  background-image: url("../images/main-header-2-tg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.main-header-2-tg:hover {
  background: #11CABE;
}

.main-header-2-tg-chat {
  color: #FFF;
  font-size: 10px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 52px;
  background: #0F1121;
  margin-right: 20px;
}

.main-header-2-tg-chat:hover {
  background: #11CABE;
}

.main-header-2-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header-2-money-block {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 10px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
  margin-right: 20px;
}

.main-header-2-money-block:before {
  content: '';
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 12px;
  background-image: url("../images/main-header-2-mobey-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-2-user-block {
  margin-right: 25px;
  color: #FFF;
  font-size: 10px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
}

.main-header-2-exit {
  background: transparent;
  background-image: url("../images/main-header-btn-exit.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: 0.25s;
  cursor: pointer;
}

.main-header-2-exit:hover {
  transform: scale(1.2);
}

.lk-main-box-sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 100vh;
  overflow: auto;
  border-radius: 0px 14px 14px 0px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  z-index: 310;
}

.lk-main-box-sidebar::-webkit-scrollbar {
  width: 4px;
  /* ширина всей полосы прокрутки */
}

.lk-main-box-sidebar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  /* округлось бегунка */
  border: 3px solid #0A2D30;
  /* отступ вокруг бегунка */
}

.lk-main-box-sidebar-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.lk-main-box-sidebar-logo {
  width: 136px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -2px;
  max-width: calc(100% - 10px);
}

.lk-main-box-sidebar-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lk-main-box-sidebar-menu {
  width: 100%;
}

.lk-main-box-sidebar-menu a {
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 76px;
  color: #FFF;
  font-size: 12px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
}

.lk-main-box-sidebar-menu a img {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 26px;
}

.lk-main-box-sidebar-menu a.active {
  background: linear-gradient(89deg, #0E1322 5.85%, #30E0A1 100%);
}

.lk-main-box-sidebar-menu a:hover {
  background: linear-gradient(89deg, #0E1322 5.85%, #30E0A1 100%);
}

.lk-main-box-sidebar-menu a:last-child {
  margin-top: 50px;
  opacity: 0.6;
}

.lk-main-box-sibebar-visit-info {
  margin-top: 50px;
  color: #A5ADCF;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 20px 0px 76px;
}

.lk-main-box-sibebar-visit-info p {
  margin-bottom: 20px;
}

.lk-main-box-sibebar-visit-info p:last-child {
  margin-bottom: 0px;
}

.lk-main-box-sibebar-visit-info strong {
  color: #FFF;
  font-size: 14px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.main-header-2 .header-hambugreg {
  display: none;
}

.main-header-2-mobile-logo {
  display: none;
}

.lk-main-box-sidebar-top .header-hambugreg {
  display: none;
}

.lk-main-box-mobile-sidebar-btns {
  display: none;
}

.lk-main-box .wrapper {
  width: 100%;
}

.main-header-2 .wrapper {
  width: 100%;
}

.lk--wrapper {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 35px 45px;
}

.lk-main-box {
  padding-left: 295px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.lk-main-box .lk-main-box-content .wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 105px;
  padding-bottom: 100px;
}

.lk-main-box-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/lk-main-box-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.lk-cpanel-1-balance-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 16.197px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
}

.lk-cpanel-1-balance-status-value {
  color: #11CABE;
  text-align: right;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.lk-cpanel-1-balance-status-value:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 4px;
  background-image: url("../images/cpanel-1-balance-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-cpanel-1-balance-status--minus .lk-cpanel-1-balance-status-value {
  color: #FA2256;
}

.lk-cpanel-1-balance-status--minus .lk-cpanel-1-balance-status-value:before {
  background-image: url("../images/cpanel-1-balance-minus.svg");
}

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

.lk-cpanel-1-item {
  width: 40%;
  border-right: 1px solid rgba(0, 131, 86, 0.35);
  padding-right: 60px;
}

.lk-cpanel-1-item:last-child {
  width: 60%;
  border-right: none;
  padding-left: 60px;
  padding-right: 0px;
}

.cpanel1-balance-value {
  color: #FFFFFF;
  font-size: 39px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 50px;
}

.cpanel-1-statistic {
  display: flex;
}

.cpanel-1-statistic-column {
  width: 50%;
  border-right: 1px solid #34384C;
  padding-right: 20px;
}

.cpanel-1-statistic-column:last-child {
  padding-right: 0px;
  padding-left: 50px;
  border-right: none;
}

.cpanel-1-statistic-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #A5ADCF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-1-statistic-header--in {
  width: 24px;
  min-width: 24px;
  margin-right: 16px;
  height: 24px;
  background-image: url("../images/cpanel-1-statistic-in.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cpanel-1-statistic-header--out {
  width: 24px;
  min-width: 24px;
  margin-right: 16px;
  height: 24px;
  background-image: url("../images/cpanel-1-statistic-out.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cpanel-1-statistic-value {
  color: #ffffff;
  font-size: 20px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cpanel-1-details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.cpanel-1-details-title {
  color: #ffffff;
  font-size: 16.197px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
}

.cpanel-1-details-currencies-count {
  color: #A5ADCF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-1-details-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpanel-1-details-diagram {
  width: calc(40% - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpanel-1-details-data {
  width: calc(60% - 6px);
}

.cpanel-1-details-data-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.cpanel-1-details-data-item:last-child {
  margin-bottom: 0px;
}

.cpanel-1-details-data-item-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
}

.cpanel-1-details-data-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cpanel-1-details-data-item-status {
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #11CABE;
  text-align: right;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
}

.cpanel-1-details-data-item-status:before {
  content: '';
  display: block;
  width: 16px;
  min-width: 16px;
  margin-right: 4px;
  height: 16px;
  background-image: url("../images/cpanel-1-balance-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cpanel-1-details-data-item-status.cpanel-1-details-data-item-status--minus {
  color: #FA2256;
}

.cpanel-1-details-data-item-status.cpanel-1-details-data-item-status--minus:before {
  background-image: url("../images/cpanel-1-balance-minus.svg");
}

.cpanel-1-details-data-item-value {
  flex-grow: 2;
}

.cpanel-1-details-data-item-value-title {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.cpanel-1-details-data-item-value-count {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.underline .cpanel-1-details-data-item-value-title {
  color: #30E0A1;
}

.cpanel-2-row {
  display: flex;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.cpanel-2-column {
  display: flex;
  align-items: flex-start;
}

.cpanel-2-left-col {
  margin-right: 50px;
}

.cpanel-2-left-col:last-child {
  margin-right: 0px;
}

.cpanel-2-left-row--title {
  color: #FFF;
  font-size: 16.197px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 25px;
}

.cpanel-2-left-row--value {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-2-left-col--2 .cpanel-2-left-row--title {
  color: #30E0A1;
  font-size: 43px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 18px;
}

.cpanel-2-left-col--2 .cpanel-2-left-row--value {
  color: #30E0A1;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-2-left-col--3 .cpanel-2-left-row--title {
  color: #FFF;
  font-size: 43px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 18px;
}

.cpanel-2-left-col--3 .cpanel-2-left-row--value {
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-2-column--1 {
  width: calc(40% - 30px);
  display: flex;
  align-items: flex-start;
}

.cpanel-2-column--2 {
  width: 60%;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.cpanel-2-right-item {
  margin-right: 80px;
}

.cpanel-2-right-item:last-child {
  margin-right: 0px;
}

.cpanel-2-right-item--value {
  color: #11CABE;
  font-size: 21px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 17px;
  white-space: nowrap;
}

.cpanel-2-right-item--title {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-3-row {
  display: flex;
  justify-content: space-between;
}

.cpanel-3-left {
  width: calc(40% - 30px);
}

.cpanel-3-chart {
  padding: 25px 15px;
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
}

.cpanel-3-title {
  color: #FFFFFF;
  font-size: 16.197px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 40px;
  padding-left: 25px;
}

.cpanel-3-activity {
  width: 60%;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
}

.cpanel-3-activity .cpanel-3-title {
  margin-bottom: 25px;
}

.cpanel-3-chart-box {
  margin-bottom: 30px;
}

.cpanel-3-chart-bottom {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-3-chart-bottom a {
  color: #00C998;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
  padding-left: 3px;
  padding-right: 3px;
}

.cpanel-3-chart-bottom a:hover {
  text-decoration: none;
}

.cpanel-3-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  border-radius: 92px;
  border: 1px solid #11CABE;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  color: #11C9BE;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  margin-top: 40px;
}

.cpanel-3-btn:hover {
  background: rgba(255, 255, 255, 0.02);
}

.cpanel-3-activity-block {
  border-radius: 14px;
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.07) 0%, rgba(22, 112, 88, 0.07) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.18);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 25px 20px;
  margin-bottom: 14px;
}

.cpanel-3-activity-block:last-child {
  margin-bottom: 0px;
}

.cpanel-3-activity-top-row {
  display: flex;
  margin-bottom: 17px;
}

.cpanel-3-activity-deposit {
  margin-right: 40px;
}

.cpanel-3-activity-deposit:last-child {
  margin-right: 0px;
}

.cpanel-3-activity-deposit-value {
  color: #11CABE;
  font-size: 18px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.cpanel-3-activity-deposit-title {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-3-activity-credited-value {
  color: #30E0A1;
  font-size: 18px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 4px;
}

.cpanel-3-activity-credited-title {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-3-activity-credited-title strong {
  color: #30E0A1;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 10px;
}

.cpanel-3-activity-status-bar {
  border-radius: 50px;
  background: #141518;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  height: 6px;
  position: relative;
}

.cpanel-3-activity-status-bar-value {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  z-index: 10;
  background: linear-gradient(270deg, #30E0A1 0%, rgba(48, 224, 161, 0) 100%);
  position: relative;
  overflow: hidden;
}

.cpanel-3-activity-status-bar-value:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 2px;
  border-radius: 100%;
  top: 50%;
  opacity: 0.15;
  transform: translate(-300%, -50%);
  transform-origin: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  -webkit-animation: cpanel3activshadow 4s linear 0s infinite;
  animation: cpanel3activshadow 4s linear 0s infinite;
}

@-webkit-keyframes cpanel3activshadow {
  0% {
    left: 0%;
  }

  25% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@keyframes cpanel3activshadow {
  0% {
    left: 0%;
  }

  25% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.cpanel-3-activity-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cpanel-3-activity-bottom-left {
  width: 46%;
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-3-activity-bottom-left strong {
  margin-left: 7px;
  color: #FFF;
  font-size: 16px;
}

.cpanel-3-activity-bottom-right {
  width: 46%;
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  text-align: right;
  font-weight: 400;
  line-height: 24px;
}

.cpanel-3-activity-bottom-right strong {
  margin-left: 10px;
  color: #5D6588;
  font-size: 20px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.cpanel-3-activity-bottom-right strong span {
  color: #FFFFFF;
}

.lk-cpanel-1-item-right-box {
  width: 550px;
  max-width: 100%;
}

.cpanel-3-chart-box {
  width: 100%;
}

.cpanel-3-chart-box canvas {
  width: 100%;
  height: 200px;
}

.main-footer-2 {
  display: none;
}

.card {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  height: 375px;
  border-radius: 10px;
  overflow: hidden;
}

.card .about {
  height: 150px;
  padding: 20px;
  box-sizing: border-box;
}

.card .about h3,
.card .about .lead {
  font-weight: 300;
  margin: 0;
}

.card .about h3 {
  font-size: 24px;
}

.card .about .lead {
  color: #aaa;
}

#tooltip-canvas {
  position: absolute;
  top: 200px;
  left: 75px;
}

.btn-reload {
  position: absolute;
  top: 280px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.btn-reload:hover {
  opacity: 1;
}

.lk-invest-flex {
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
}

.lk-invest-left {
  width: calc(100% - 400px);
}

.lk-invest-right {
  width: 300px;
}

.lk-invest-left-title {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 35px;
}

.lk-invest-form-title {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}

.lk-invest-main-form-select {
  margin-bottom: 30px;
}

.lk-invest-main-form {
  width: 408px;
  max-width: 100%;
}

.lk-invest-main-form .jq-selectbox {
  border-radius: 73px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  margin-bottom: 0px;
}

.lk-invest-main-form .jq-selectbox__select-text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
}

.custom-select {
  position: relative;
  z-index: 50;
}

.custom-select-icon-left {
  position: absolute;
  top: 15px;
  border-radius: 100%;
  left: 20px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 120;
  width: 20px;
  height: 20px;
}

.lk-invest-form-row-input-currency {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  z-index: 10;
  pointer-events: none;
}

.lk-invest-form-row-input {
  position: relative;
}

.lk-invest-form-row-input-block {
  display: flex;
}

.lk-invest-form-row-input-block input {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 131, 86, 0.35);
  background: transparent;
  padding: 0px 13px;
  padding-left: 16px;
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 13px;
  padding-top: 13px;
}

.lk-invest-form-row-input-block input::-moz-placeholder {
  color: #FFF;
}

.lk-invest-form-row-input-block input:-ms-input-placeholder {
  color: #FFF;
}

.lk-invest-form-row-input-block input::placeholder {
  color: #FFF;
}

.lk-invest-form-row-input-block .lk-invest-form-row-conversion {
  position: relative;
}

.lk-invest-form-row-input-block .lk-invest-form-row-conversion:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 22px);
  background: rgba(0, 131, 86, 0.35);
}

.lk-invest-form-row-input-block .lk-invest-form-row-conversion input {
  padding-left: 20px;
  padding-right: 40px;
}

.lk-invest-form-row-conversion-currency {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 10;
  pointer-events: none;
}

.lk-invest-form-row-input {
  width: 1px;
  flex-grow: 2;
}

.lk-invest-form-row-conversion {
  width: 130px;
}

.lk-invest-form-row-input-block {
  margin-bottom: 40px;
}

.lk-invest-form-row-bottom {
  display: flex;
  align-items: center;
}

.lk-invest-form-daily {
  position: relative;
  width: 225px;
  margin-right: 25px;
}

.lk-invest-form-daily input {
  border-radius: 73px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 11px 65px 11px 33px;
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  width: 100%;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
}

.lk-invest-form-daily input::-moz-placeholder {
  color: #FFF;
}

.lk-invest-form-daily input:-ms-input-placeholder {
  color: #FFF;
}

.lk-invest-form-daily input::placeholder {
  color: #FFF;
}

.lk-invest-form-daily-currency {
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  z-index: 10;
  left: 18px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.lk-invest-form-daily-title {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.lk-invest-form-tolal {
  color: #FFF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.lk-invest-form-tolal strong {
  padding-left: 8px;
  color: #00C998;
  font-size: 20.137px;
  font-weight: 600;
  line-height: 30.206px;
}

.lk-invest-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 92px;
  border: 1px solid #00C998;
  background: #FFF;
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 249px;
  height: 41px;
  margin-top: 40px;
  color: #059F7E;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
}

.lk-invest-form-button:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #FFF;
}

.lk-invest-after-form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
  width: 100%;
  position: relative;
  padding-left: 42px;
}

.lk-invest-after-form-row:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  min-width: 24px;
  height: 24px;
  top: 12px;
  left: 0px;
  background-image: url("../images/lk-ivest-form-bottom-row-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-invest-after-form-item {
  color: #FFF;
  font-size: 8.533px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  margin-right: 24px;
  margin-top: 12px;
  letter-spacing: 0.427px;
}

.lk-invest-after-form-item strong {
  color: #00C998;
  font-size: 16px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  letter-spacing: 0.777px;
  text-transform: uppercase;
  padding-left: 8px;
}

.lk-invest-after-form-item:last-child {
  margin-right: 0px;
}

.lk-invest-right-item {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  margin-bottom: 20px;
  padding: 25px;
}

.lk-invest-right-item:last-child {
  margin-bottom: 0px;
}

.lk-invest-right-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lk-invest-right-item-value-now {
  color: #A5ADCF;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.lk-invest-right-item-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 16px;
}

.lk-invest-right-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.lk-invest-right-item-name {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-right: auto;
}

.lk-invest-right-item-status {
  display: flex;
  align-items: center;
  color: #11CABE;
  text-align: right;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
}

.lk-invest-right-item-status:before {
  content: '';
  display: block;
  width: 16px;
  min-width: 16px;
  margin-right: 4px;
  height: 16px;
  background-image: url("../images/cpanel-1-balance-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-invest-right-item-status.red {
  color: #FA2256;
}

.lk-invest-right-item-status.red:before {
  background-image: url("../images/cpanel-1-balance-minus.svg");
}

.lk-invest-2-flex {
  display: flex;
  justify-content: space-between;
}

.lk-invest-2-left {
  width: 400px;
}

.lk-invest-2-right {
  width: calc(100% - 490px);
  display: flex;
  justify-content: flex-start;
}

.lk-invest-2-right-box {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 300px;
  padding: 30px;
  max-width: 100%;
}

.lk-invest-2-title {
  color: #FFFFFF;
  font-size: 16.197px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 50px;
}

.lk-invest-2-right-box-text p {
  color: #FFF;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 136.2%;
  margin-bottom: 20px;
}

.lk-invest-2-right-box-text p:last-child {
  margin-bottom: 0px;
}

.lk-invest-2-left-top {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.lk-invest-2-left-title {
  color: #5D6588;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 35px;
}

.lk-invest-2-left-top-info {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  letter-spacing: 0.6px;
}

.lk-invest-2-left-top-info strong {
  padding-left: 7px;
  color: #00C998;
  font-size: 15.548px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  letter-spacing: 0.777px;
  text-transform: uppercase;
}

.lk-invest-2-left-top-info:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  min-width: 24px;
  background-image: url("../images/lk-invest-2-icon-info.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-invest-2-left-adress-title {
  color: #A5ADCF;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 136.2%;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.lk-invest-2-left-adress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 131, 86, 0.35);
  margin-bottom: 10px;
}

.lk-invest-2-left-adress-btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C998;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s;
}

.lk-invest-2-left-adress-btn-copy:before {
  content: '';
  display: block;
  background-image: url("../images/lk-invest-2-btn-copy-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 11px;
}

.lk-invest-2-left-adress-btn-copy:hover {
  opacity: 0.7;
}

.lk-invest-2-left-adress-value {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  padding-right: 20px;
  position: relative;
  margin-right: 20px;
}

.lk-invest-2-left-adress-value p {
  position: relative;
  top: 1px;
}

.lk-invest-2-left-adress-value:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 23px;
  width: 1px;
  background: rgba(0, 131, 86, 0.35);
}

.lk-invest-2-left-adress-value .lk-invest-2-left-adress-value-qr {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background-image: url("../images/lk-2-invest-icon-code.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-invest-2-left-status {
  color: #FFF;
  font-size: 10px;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-align: right;
}

.lk-invest-2-left-status strong {
  color: #00C998;
}

.lk-invest-2 {
  flex-grow: 2;
}

.lk-invest-2-left-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lk-invest-2-left-btn-back {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 171px;
  height: 41px;
  max-width: 48%;
  color: rgba(0, 201, 152, 0.69);
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
}

.lk-invest-2-left-btn-back:hover {
  background: #ffffff;
}

.lk-invest-2-left-btn-submit {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: #FFF;
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 139px;
  height: 42px;
  color: #059F7E;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.lk-invest-2-left-btn-submit:hover {
  background: transparent;
  color: #ffffff;
}

.lk-invest-2-left-adress-value p {
  transition: 0.25s;
}

.lk-invest-2-left-adress-value p.active {
  background: rgba(255, 255, 255, 0.2);
}

.lk-invest-3-attention {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #F65857;
  font-size: 10.855px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  text-transform: uppercase;
}

.lk-invest-3-attention:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../images/lk-invest-3-attention.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-widthdraw-info {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  letter-spacing: 0.6px;
  margin-bottom: 35px;
}

.lk-widthdraw-info:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  min-width: 24px;
  background-image: url("../images/lk-ivest-form-bottom-row-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-withdraw-confirm-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  color: var(7, #00C998);
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
}

.lk-withdraw-confirm-btn:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 12px;
  background-image: url("../images/lk-widthdraw-confirm-btn-change.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-withdraw-confirm-btn:hover {
  opacity: 0.8;
}

.lk-withdraw-confirm {
  padding: 13px 0px;
  border-bottom: 1px solid rgba(0, 131, 86, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.lk-withdraw-confirm-title {
  color: #A5ADCF;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 136.2%;
  letter-spacing: 0.5px;
}

.lk-withdraw-confirm-input {
  width: calc(100% - 115px);
  position: relative;
  padding-right: 20px;
}

.lk-withdraw-confirm-input:after {
  content: '';
  height: 23px;
  width: 1px;
  background: rgba(0, 131, 86, 0.35);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.lk-withdraw-confirm-input input {
  width: 100%;
  background: transparent;
  padding: 0px;
  color: #FFF;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
}

.lk-widthdraw-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lk-widthdraw-bottom .lk-invest-form-button {
  width: 126px;
  margin-top: 0px;
}

.lk-withdraw-2fa-code {
  display: flex;
  align-items: center;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 131, 86, 0.35);
}

.lk-withdraw-2fa-code-title {
  color: #FFF;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  margin-right: 25px;
}

.lk-withdraw-2fa-code-input {
  width: 82px;
}

.lk-withdraw-2fa-code-input input {
  display: block;
  width: 100%;
  background: transparent;
  padding: 0px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.lk-withdraw-2fa-code-input input::-moz-placeholder {
  color: #ffffff;
}

.lk-withdraw-2fa-code-input input:-ms-input-placeholder {
  color: #ffffff;
}

.lk-withdraw-2fa-code-input input::placeholder {
  color: #ffffff;
}

.lk-statistic-graph-title {
  color: #FFFFFF;
  font-size: 16.197px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 32px;
}

.lk-statistic-praph-tabs {
  display: flex;
  flex-wrap: wrap;
}

.lk-statistic-graph-tab {
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  cursor: pointer;
  margin-right: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lk-statistic-graph-tab strong {
  font-weight: 700;
  color: rgba(48, 224, 161, 0.48);
}

.lk-statistic-graph-tab:last-child {
  margin-top: 0px;
}

.lk-statistic-graph-tab.active {
  color: #30e0a1;
}

.lk-statistic-graph-tab.active strong {
  color: #ffffff;
}

.lk-statistic-graph-tab:hover {
  color: #30E0A1;
}

.lk-statistic-graph-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.lk-statistic-graph-top-right {
  width: 220px;
}

.lk-statistic-graph-top-left {
  width: calc(100% - 300px);
}

.lk-statistic-graph-btn-top {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.61);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 201, 152, 0.69);
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.lk-statistic-graph-btn-top:hover {
  background: #00C998;
  color: #ffffff;
}

.lk-statistic-graph-body {
  width: 100%;
  overflow: auto;
}

.lk-statistic-graph-block {
  display: none;
  min-width: 600px;
  width: 100%;
}

.lk-statistic-graph-block canvas {
  height: 70vh !important;
}

.lk-statistic-graph-block.active {
  display: block;
}

.lk-statistic-table {
  width: 100%;
}

.lk-statistic-table thead {
  width: 100%;
}

.lk-statistic-table thead tr {
  margin-bottom: 14px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #34384C;
  color: #5D6588;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.lk-statistic-table tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 64px;
}

.lk-statistic-table tbody tr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lk-statistic-table-col-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-statistic-table-col-3 div {
  cursor: pointer;
  transition: 0.25s;
}

.lk-statistic-table-col-3 div:hover {
  color: #ffffff;
}

.lk-statistic-table-col-3 span {
  padding-left: 4px;
  padding-right: 4px;
}

.lk-statistic-table-col-3 .active {
  color: #30E0A1 !important;
}

.lk-statistic-table-col-1 {
  width: 25%;
  display: flex;
  align-items: center;
}

.lk-statistic-table-col-1-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 16px;
}

.lk-statistic-table-col-1-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.lk-statistic-table-col-1-slug {
  color: #FFF;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 100;
  line-height: 24px;
  margin-right: 16px;
}

.lk-statistic-table-col-1-name {
  color: #A5ADCF;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.lk-statistic-table-col-2 {
  width: 15%;
  text-align: center;
}

.lk-statistic-table-col-3 {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lk-statistic-table-col-4 {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-statistic-table-col-5 {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.lk-statistic-table-col-3 .lk-statistic-table-col-3-usa-value,
.lk-statistic-table-col-3 .lk-statistic-table-col-3-cripta-value {
  color: #FFF !important;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  display: none;
}

.lk-statistic-table-col-3 .lk-statistic-table-col-3-usa-value.active,
.lk-statistic-table-col-3 .lk-statistic-table-col-3-cripta-value.active {
  display: block;
}

tbody .lk-statistic-table-col-2 {
  color: #FFF;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

tbody .lk-statistic-table-col-4 a {
  color: #FFF;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

tbody .lk-statistic-table-col-4 a:hover {
  text-decoration: none;
}

tbody .lk-statistic-table-col-5 p {
  padding: 3px 15px;
  border-radius: 40px;
  background: #081E27;
  max-width: 100%;
  color: #FFF;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.pagination {
  margin-top: 46px;
  display: flex;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
}

.pagination-prev {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #0E1021;
  background-image: url("../images/pagination-pre-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-prev:hover {
  background-color: #00C998;
}

.pagination-link {
  background-color: #0E1021;
  border: 1px solid #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-family: "Avenir Next", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination-link:hover {
  background-color: #00C998;
}

.pagination-active {
  background-color: #00C998;
  border: 1px solid #00C998;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-family: "Avenir Next", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination-separator {
  background-color: #0E1021;
  border: 1px solid #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-family: "Avenir Next", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination-next {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #0E1021;
  background-image: url("../images/pagination-next-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-next:hover {
  background-color: #00C998;
}

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

.lk-affiliates-1-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(60% - 60px);
}

.lk-affiliates-1-right {
  width: 40%;
  border-left: 1px solid rgba(0, 131, 86, 0.35);
  padding-left: 60px;
}

.lk-affiliates-1-left-sidebar {
  width: 110px;
  margin-left: 40px;
  min-width: 110px;
}

.lk-affiliates-1-left-contect {
  width: 1px;
  flex-grow: 2;
  max-width: calc(100% - 150px);
}

.lk-affiliates-1-left-contect .cpanel-1-statistic-column {
  width: auto;
  padding-right: 25px;
}

.lk-affiliates-1-left-contect .cpanel-1-statistic-column:last-child {
  padding-left: 40px;
  padding-right: 0px;
}

.lk-affiliates-1-left-contect .cpanel-1-statistic-value {
  color: #11CABE;
  font-family: "MagistralC", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  white-space: nowrap;
}

.lk-affiliates-1-right-content {
  width: 340px;
  max-width: 100%;
}

.lk-affiliates-1-left-title {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16.197px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 11px;
}

.lk-affiliates-1-left-sub-title {
  color: #5D6588;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.lk-affiliates-1-left-statistic {
  margin-bottom: 35px;
  display: flex;
}

.lk-affiliates-1-left-statistic-block {
  display: flex;
  align-items: flex-end;
  margin-right: 60px;
}

.lk-affiliates-1-left-statistic-block:last-child {
  margin-right: 0px;
}

.lk-affiliates-1-left-statistic-title {
  color: #30E0A1;
  font-family: "Raleway", sans-serif;
  font-size: 21.9px;
  font-style: normal;
  font-weight: 400;
  margin-right: 10px;
}

.lk-affiliates-1-left-statistic-value {
  color: #30E0A1;
  font-family: "MagistralC", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.lk-affiliates-1-left-statistic-block:last-child .lk-affiliates-1-left-statistic-title {
  color: #ffffff;
}

.lk-affiliates-1-left-statistic-block:last-child .lk-affiliates-1-left-statistic-value {
  color: #ffffff;
}

.lk-affiliates-1-right-title {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16.197px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 11px;
}

.lk-affiliates-1-right-sub-title {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 3px;
}

.lk-affiliates-1-right-sub-text {
  color: #A5ADCF;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.lk-affiliates-1-right-sub-text strong {
  color: #00C998;
}

.lk-affiliates-1-right-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 58px;
  max-width: 100%;
  border-radius: 92px;
  border: 1px solid #11CABE;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.5);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  color: #11C9BE;
  font-family: "MagistralC", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.lk-affiliates-1-right-btn:hover {
  background: #00C998;
  color: #ffffff;
}

.lk-affiliates-1-right-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.lk-affiliates-1-right-bottom-title {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16.197px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
}

.lk-affiliates-1-right-bottom-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  color: #00C998;
  font-family: "MagistralC", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 32px;
  transition: 0.25s;
}

.lk-affiliates-1-right-bottom-btn:hover {
  background: #01C898;
  color: #ffffff;
}

.lk-affiliates-1-right-bottom-btn:hover:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg1ODEgNi42Njg0Nkg3LjQ4MzA3QzYuNzAwNjcgNi42Njg0NiA2LjA2NjQxIDcuMzQwMDMgNi4wNjY0MSA4LjE2ODQ2VjE0LjkxODVDNi4wNjY0MSAxNS43NDY5IDYuNzAwNjcgMTYuNDE4NSA3LjQ4MzA3IDE2LjQxODVIMTMuODU4MUMxNC42NDA1IDE2LjQxODUgMTUuMjc0NyAxNS43NDY5IDE1LjI3NDcgMTQuOTE4NVY4LjE2ODQ2QzE1LjI3NDcgNy4zNDAwMyAxNC42NDA1IDYuNjY4NDYgMTMuODU4MSA2LjY2ODQ2WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy4yMzI0MiAxMS4xNjg1SDIuNTI0MDlDMi4xNDgzNyAxMS4xNjg1IDEuNzg4MDMgMTEuMDEwNCAxLjUyMjM1IDEwLjcyOTFDMS4yNTY2OCAxMC40NDc4IDEuMTA3NDIgMTAuMDY2MyAxLjEwNzQyIDkuNjY4NDZWMi45MTg0NkMxLjEwNzQyIDIuNTIwNjMgMS4yNTY2OCAyLjEzOTEgMS41MjIzNSAxLjg1NzhDMS43ODgwMyAxLjU3NjQ5IDIuMTQ4MzcgMS40MTg0NiAyLjUyNDA5IDEuNDE4NDZIOC44OTkwOUM5LjI3NDgxIDEuNDE4NDYgOS42MzUxNSAxLjU3NjQ5IDkuOTAwODIgMS44NTc4QzEwLjE2NjUgMi4xMzkxIDEwLjMxNTggMi41MjA2MyAxMC4zMTU4IDIuOTE4NDZWMy42Njg0NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.lk-affiliates-1-right-bottom-btn:before {
  content: '';
  display: block;
  background-image: url("../images/lk-invest-2-btn-copy-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 11px;
}

.lk-affiliates-1-right-bottom-view {
  border-radius: 14px;
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 0px 6px;
  color: #FFF;
  font-family: "MagistralC", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-affiliates-1-right-bottom-view:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url("../images/view-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-affiliates-1-right-link {
  color: #A5ADCF;
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.lk-affiliates-1-right-link p.active {
  background: rgba(255, 255, 255, 0.15);
}

.lk-affiliates-2 {
  padding-top: 25px;
  padding-bottom: 35px;
}

.lk-affiliates-2-title {
  padding-left: 40px;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 25px;
}

.lk-affiliates-2-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -11px;
  margin-right: -11px;
}

.lk-affiliates-2-item {
  width: calc(25% - 22px);
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 10px 20px;
}

.lk-affiliates-2-item p {
  color: #FFF;
  font-family: "MagistralC", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2%;
  margin-right: auto;
}

.lk-affiliates-2-item a {
  color: #A5ADCF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  margin-left: 10px;
  font-weight: 400;
  line-height: 24px;
}

.lk-affiliates-2-item a:hover {
  text-decoration: underline;
}

.lk-statistic-table--2 .lk-statistic-table-col-1 {
  width: 20%;
}

.lk-statistic-table--2 .lk-statistic-table-col-2 {
  width: 20%;
}

.lk-statistic-table--2 .lk-statistic-table-col-4 strong {
  padding-left: 4px;
  font-weight: 400;
  color: #27DEBF;
}

.lk-statistic-table--2 .lk-statistic-table-col-5 p {
  border-radius: 40px;
  background: #081E27;
  padding: 3px 25px;
  color: #00C998;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.lk-statistic-table--2 tbody tr {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lk-statistic-table--2 tbody .lk-statistic-table-col-1,
.lk-statistic-table--2 tbody .lk-statistic-table-col-2,
.lk-statistic-table--2 tbody .lk-statistic-table-col-3,
.lk-statistic-table--2 tbody .lk-statistic-table-col-4 {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  justify-content: flex-start;
}

.lk-statistic-table--2 thead td {
  color: #5D6588;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  justify-content: flex-start;
}

.lk-statistic-table--2 thead td:last-child {
  text-align: right;
  justify-content: flex-end;
}

.remodal {
  border-radius: 14px;
  border: 1px solid rgba(0, 201, 152, 0.22);
  background: #121424 !important;
  box-shadow: 0px 4px 193px 0px rgba(0, 201, 152, 0.28);
  padding: 45px 30px;
}

.remodal .remodal-close {
  background-image: url("../images/remodal-close-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.banew-view-title {
  color: #00C998;
  font-family: "MagistralC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 9.936px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.baner-view-image {
  width: 100%;
  margin-bottom: 35px;
}

.baner-view-image img {
  display: block;
  width: 100%;
  height: auto;
}

.baner-view-full-size {
  color: #FFF;
  font-family: "MagistralC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.remodal-wrapper {
  background: rgba(13, 16, 32, 0.35);
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
}

.baner-view {
  width: 590px;
  max-width: 100%;
}

.baner-code {
  width: 520px;
  max-width: 100%;
}

.baner-view-sub-title {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 25px;
}

.baner-view-link {
  border-radius: 76px;
  border: 1px dashed rgba(0, 201, 152, 0.31);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  margin-bottom: 12px;
  padding: 15px 30px;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  overflow-wrap: break-word;
}

.baner-view-link.active {
  background: rgba(255, 255, 255, 0.12);
}

.baner-btn-link-copy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C998;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s;
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 123px 0px rgba(0, 201, 152, 0.53);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 100%;
  height: 42px;
  margin-bottom: 27px;
}

.baner-btn-link-copy:before {
  content: '';
  display: block;
  background-image: url("../images/lk-invest-2-btn-copy-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 11px;
}

.baner-btn-link-copy:hover {
  background: #0F1120;
}

.baner-view-code-wrap {
  border-radius: 12px;
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 30px 25px;
  margin-bottom: 12px;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  overflow-wrap: break-word;
}

.baner-view-code-wrap code {
  width: 100%;
}

.baner-view-code-wrap.active {
  background: rgba(255, 255, 255, 0.12);
}

.baner-btn-code-copy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C998;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s;
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 123px 0px rgba(0, 201, 152, 0.53);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 100%;
  height: 42px;
}

.baner-btn-code-copy:before {
  content: '';
  display: block;
  background-image: url("../images/lk-invest-2-btn-copy-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 11px;
}

.baner-btn-code-copy:hover {
  background: #0F1120;
}

.lk-settings-title {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16.197px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.81px;
  margin-bottom: 15px;
}

.lk-settings-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.lk-settings-sub-title {
  color: rgba(255, 255, 255, 0.42);
  font-family: "MagistralC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.lk-settings-top-right {
  width: 30%;
}

.lk-settings-top-right .lk-settings-sub-title {
  margin-bottom: 25px;
}

.lk-settings-top-left {
  width: calc(70% - 90px);
}

.lk-settings-auth-box {
  border-radius: 14px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 30px 30px 40px 30px;
}

.lk-settigns-auth-title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  color: #00C998;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.lk-settigns-auth-title:before {
  content: '';
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../images/lk-settings-auth-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-settings-auth-btns {
  display: flex;
  align-items: center;
}

.lk-settings-btn-dissable {
  color: #F65857;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-right: 15px;
  text-decoration: none !important;
}

.lk-settings-btn-dissable:hover {
  text-decoration: underline !important;
}

.lk-settings-btn-enable {
  color: #00C998;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline !important;
}

.lk-settings-btn-enable:hover {
  text-decoration: none !important;
}

.lk-settings-input-label-text {
  color: #5D6588;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}

.lk-settings-input-1 {
  background: transparent !important;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
  width: 100%;
}

.lk-settings-input-1::-moz-placeholder {
  color: #FFF;
}

.lk-settings-input-1:-ms-input-placeholder {
  color: #FFF;
}

.lk-settings-input-1::placeholder {
  color: #FFF;
}

.lk-settings-row-1 {
  border-bottom: 1px solid rgba(0, 131, 86, 0.35);
  padding-bottom: 11px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk-settings-row-1-left {
  width: calc(100% - 160px);
  position: relative;
}

.lk-settings-row-1-left:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 24px);
  right: 0px;
  height: 23px;
  width: 1px;
  background: rgba(0, 131, 86, 0.35);
}

.lk-settings-row-1-right {
  width: 160px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}

.lk-settings-row-1-right .lk-settings-input-label-text {
  text-align: right;
}

.lk-settings-row-1-right input {
  text-align: right;
}

.lk-settings-row-1--mgb2 {
  margin-bottom: 0px;
}

.lk-settings-row-2 {
  border-bottom: 1px solid rgba(0, 131, 86, 0.35);
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.lk-settings-payout-row {
  border-radius: 73px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 15px 25px;
  display: flex;
  margin-bottom: 10px;
}

.lk-settings-payout-title-box {
  width: 75px;
  display: flex;
  align-items: center;
  position: relative;
}

.lk-settings-payout-title-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 23px;
  width: 1px;
  background: rgba(0, 131, 86, 0.35);
}

.lk-settings-payout-image {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}

.lk-settings-payout-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.lk-settings-payout-title {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.lk-settings-payout-value {
  width: 10px;
  flex-grow: 2;
}

.lk-settings-payout-value input {
  padding-left: 45px;
  color: rgba(255, 255, 255, 0.49);
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.lk-settings-payout-value input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.49);
}

.lk-settings-payout-value input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.49);
}

.lk-settings-payout-value input::placeholder {
  color: rgba(255, 255, 255, 0.49);
}

.lk-settings-row-2--mgb2 {
  margin-bottom: 25px;
}

.lk-settings-btn-save {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: #FFF;
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059F7E;
  font-family: "MagistralC", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  margin-top: 35px;
}

.lk-settings-btn-save:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

.lk-setting-body {
  width: calc(70% - 90px);
}

.lk-with-success-title {
  color: #00C998;
  font-family: "MagistralC", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.lk-with-success-row {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 16.197px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.81px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.lk-with-success-row:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  min-width: 21px;
  background-image: url("../images/lk-with-successs-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lk-with-success-text {
  color: rgba(255, 255, 255, 0.42);
  font-family: "MagistralC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 30px;
}

.lk-with-success-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lk-with-success-btn-1 {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 210px;
  height: 42px;
  margin-right: 16px;
  color: rgba(0, 201, 152, 0.69);
  font-family: "MagistralC", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-with-success-btn-1:hover {
  background: #00C998;
  color: #ffffff;
}

.lk-with-success-btn-2 {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: #FFF;
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  color: #059F7E;
  font-family: "MagistralC", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 220px;
}

.lk-with-success-btn-2:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

.lk-with-success-row--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.lk-with-success-row--reverse:before {
  margin-right: 0px;
  margin-left: 11px;
}

.lk-tech-page {
  flex-grow: 2;
}

.auth-modal-title {
  color: #00C998;
  font-family: "MagistralC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}

.auth-modal-sub-title {
  color: #5D6588;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 13px;
  text-align: left;
}

.auth-modal-text {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 13px;
  border-bottom: 1px dashed rgba(0, 201, 152, 0.31);
  margin-bottom: 20px;
  text-align: left;
}

.auth-modal-text a {
  text-decoration: underline;
  color: #00C998;
}

.auth-modal-text a:hover {
  text-decoration: none;
}

.auth-modal {
  width: 550px;
  max-width: 100%;
}

.auth-modal-text-2 {
  color: #5D6588;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
}

.auth-modal-text-2 strong {
  color: #F64746;
  font-weight: 400;
}

.auth-modal-copy-row {
  border-radius: 73px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.auth-modal-copy-row-left {
  width: calc(100% - 115px);
  position: relative;
  display: flex;
  align-items: center;
}

.auth-modal-copy-row-left .auth-modal-copy-left-icon {
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 20px;
  background-image: url("../images/auth-copy-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.auth-modal-copy-row-left:after {
  content: '';
  display: block;
  position: absolute;
  height: 23px;
  width: 1px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background: rgba(0, 131, 86, 0.35);
}

.auth-modal-copy-row-right {
  width: 115px;
  display: flex;
  justify-content: flex-end;
}

.auth-modal-copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C998;
  font-size: 13px;
  font-family: "MagistralC", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s;
}

.auth-modal-copy-btn:before {
  content: '';
  display: block;
  background-image: url("../images/lk-invest-2-btn-copy-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 11px;
}

.auth-modal-copy-btn:hover {
  opacity: 0.7;
}

.auth-modal-copy-text {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.auth-modal-copy-text.active {
  background: rgba(255, 255, 255, 0.12);
}

.auth-modal-text-3 {
  color: #FFF;
  font-family: "Raleway", sans-serifs;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
}

.auth-modal-input {
  margin-bottom: 30px;
}

.auth-modal-input input {
  display: block;
  width: 100%;
  border-radius: 73px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  padding: 13px 38px;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.auth-modal-input input::-moz-placeholder {
  color: #FFFFFF;
}

.auth-modal-input input:-ms-input-placeholder {
  color: #FFFFFF;
}

.auth-modal-input input::placeholder {
  color: #FFFFFF;
}

.auth-modal-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auth-modal-btn-1 {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: #FFFFFF;
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  width: 247px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059F7E;
  font-family: 'MagistralC', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
}

.auth-modal-btn-1:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

.auth-modal-btn-2 {
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 127px 0px rgba(0, 201, 152, 0.86);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  color: rgba(0, 201, 152, 0.69);
  font-family: "MagistralC", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  width: 115px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-modal-btn-2:hover {
  border: 1px solid #00C998;
  background: #00C998;
  color: #ffffff;
}

.system-message {
  width: 520px;
  max-width: 100%;
}

.system-message-title {
  color: #00C998;
  font-family: "MagistralC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.system-message-box {
  border-radius: 24px;
  border: 1px solid rgba(0, 131, 86, 0.35);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  margin-bottom: 30px;
  position: relative;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  padding: 30px 30px;
}

.system-message-box strong {
  font-weight: normal;
  color: #0CA312;
}

.system-message-box:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
  background-image: url("../images/system-message-ok.svg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 31px;
  height: 31px;
}

.system-message-box--error:before {
  background-image: url("../images/system-message-error.svg");
}

.system-message-box--error strong {
  color: #E24C4B;
}

.system-message-btn {
  color: rgba(0, 201, 152, 0.69);
  font-family: "MagistralC", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.186px;
  text-transform: uppercase;
  border-radius: 92px;
  border: 1px solid #00C998;
  background: linear-gradient(28deg, rgba(18, 20, 36, 0.44) 0%, rgba(0, 201, 152, 0.44) 100%);
  box-shadow: 0px 4px 122px 0px rgba(0, 201, 152, 0.42);
  -webkit-backdrop-filter: blur(23.5px);
  backdrop-filter: blur(23.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
}

.system-message-btn:hover {
  background: #00C998;
  color: #ffffff;
}

.auth-modal-text-exit-text {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.2%;
  margin-bottom: 15px;
  text-align: left;
}

.auth-modal-text-exit-text-2 {
  color: #5D6588;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: left;
}

.auth-modal-exit {
  width: 715px;
  max-width: 100%;
}

.qr-modal {
  border-radius: 14px;
  border: 1px solid rgba(0, 201, 152, 0.22);
  background: linear-gradient(51deg, #121424 0%);
  box-shadow: 0px 4px 193px 0px rgba(0, 201, 152, 0.28);
  width: 360px;
  max-width: 100%;
  padding: 70px 60px;
}

.qr-modal img {
  width: 240px;
  height: 240px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}

.cpanel-1-details-data-item-status--cripta {
  width: 95px;
  min-width: 95px;
}

.cpanel-1-details-data-item-status--cripta:before {
  display: none;
}

/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */

@media screen and (min-width: 992px) {
  .mobile-menu--btn-get-started:hover {
    background: #00C998;
  }
}

@media screen and (max-width: 1400px) {
  .lk-cpanel-1-item {
    width: 50%;
  }

  .lk-cpanel-1-item:last-child {
    width: 50%;
  }

  .cpanel-2-column--1 {
    width: 50%;
  }

  .cpanel-2-column--2 {
    width: 50%;
  }

  .cpanel-3-left {
    width: calc(50% - 30px);
  }

  .cpanel-3-activity {
    width: 50%;
  }

  .lk-affiliates-1-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lk-affiliates-1-left-contect {
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
  }

  .lk-affiliates-1-left-sidebar {
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
  }

  .lk-affiliates-1-left-sidebar {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
  }

  .lk-affiliates-1-left-sidebar .cpanel-1-details-data-item {
    margin-right: 70px;
    margin-top: 20px;
  }

  .lk-affiliates-1-left-sidebar .cpanel-1-details-data-item:last-child {
    margin-right: 0px;
  }

  .lk-setting-body {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .hero-title {
    font-size: 50px;
  }

  .hero-calc {
    padding-left: 20px;
  }

  .hero-bg-image-top {
    top: 80px;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .m-4-bottom {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -2px;
  }

  .m-5-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-5-item:before {
    display: none;
  }

  .faq-page .m-5-round-left {
    display: none;
  }

  .faq-page .hero-bg-image-left {
    display: none;
  }

  .faq-page .hero-bg-image-top {
    top: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .main-header--logo {
    margin-right: 35px;
  }

  .main-header--menu li {
    margin-right: 35px;
  }

  .lk-main-box-sidebar--2 {
    display: block !important;
  }

  .main-header-2 .header-hambugreg {
    display: block;
    margin-right: 20px;
  }

  .main-header-2-left {
    display: flex;
    align-items: center;
  }

  .main-header-2-left p {
    position: relative;
    top: 4px;
  }

  .lk-main-box-sidebar {
    transform: translateX(-110%);
    transition: 0.25s;
    border-radius: 0px 14px 0px 0px;
  }

  .lk-main-box-sidebar.active {
    transform: translate(0%);
  }

  .main-header-2 {
    padding-left: 0px;
  }

  .main-header-2-mobile-logo {
    display: block;
    width: 81px;
  }

  .main-header-2-mobile-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .main-header-2-left p {
    display: none;
  }

  .lk-main-box-sidebar-top .header-hambugreg {
    display: block;
  }

  .lk-main-box-sidebar {
    width: 265px;
  }

  .lk-main-box-sidebar-top {
    justify-content: flex-start;
    padding-left: 25px;
  }

  .lk-main-box-sidebar-menu a {
    padding-left: 25px;
  }

  .lk-main-box-sibebar-visit-info {
    padding-left: 25px;
    margin-top: 25px;
  }

  .lk-main-box-mobile-sidebar-btns {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 25px;
  }

  .lk-main-box-mobile-sidebar-btn-tg-chat {
    border-radius: 52px;
    background: #00C998;
    padding: 9px 14px;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 10px;
    font-family: "MagistralC", sans-serif;
    font-style: normal;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 136.2%;
    text-align: center;
    text-transform: uppercase;
  }

  .lk-main-box-mobile-sidebar-btn-tg-chat:hover {
    background: #11CABE;
  }

  .lk-main-box-sidebar-menu a:last-child {
    margin-top: 0px;
  }

  .lk-main-box-mobile-sidebar-btn-support {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 10px;
    font-family: "MagistralC", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 136.2%;
    text-transform: uppercase;
  }

  .lk-main-box-mobile-sidebar-btn-support:hover .lk-main-box-mobile-sidebar-btn-support-icon {
    background: #11CABE;
  }

  .lk-main-box-mobile-sidebar-btn-support-icon {
    width: 26px;
    height: 26px;
    margin-right: 11px;
    min-width: 26px;
    border-radius: 100%;
    background: #00C998;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lk-main-box-mobile-sidebar-btn-support-icon:after {
    content: '';
    display: block;
    background-image: url("../images/lk-sidebar-icon-tg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
  }

  .lk-main-box {
    padding-left: 0px;
  }

  .lk-main-box-bg {
    background-image: url("../images/lk-bg-mobile.png");
  }

  .lk-setting-body {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .hero-title strong {
    text-indent: 0px;
  }

  .hero-after-title-row {
    padding-left: 0px;
  }

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

  .hero-calc-main {
    width: 100%;
    border-right: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #09272C;
  }

  .hero-calc-main-col {
    width: 100%;
  }

  .hero-calc-days {
    width: 50%;
    border-right: none;
    justify-content: flex-start;
  }

  .hero-calc-daily {
    width: 50%;
    justify-content: flex-end;
    border-right: none;
  }

  .hero-calc-total {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #09272C;
    width: 100%;
  }

  .hero-calc-total .hero-calc-column {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-calc-total .hero-calc-sub-title {
    margin-bottom: 0px;
    margin-right: 30px;
  }

  .hero-calc-total .hero-calc-value {
    color: #00C998;
  }

  .hero-calc > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .hero-bg-image-left {
    display: none;
  }

  .m-3-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-3-bottom-logos {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }

  .m-3-bottom-logo {
    margin-left: 40px;
    margin-right: 40px;
  }

  .m-3-bottom-btns {
    width: 100%;
    justify-content: center;
  }

  .m-6-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media screen and (max-width: 992px) {
  .mobile-header {
    display: flex;
  }

  .mobile-header-bg {
    display: flex;
  }

  .main-header .main-header--actual-btc-value {
    display: none;
  }

  .main-header .main-header--menu {
    display: none;
  }

  .main-header-btn--signup {
    margin-right: 25px;
  }

  .main-header--profile {
    margin-right: 25px;
  }

  .header-hambugreg {
    display: block;
    margin-right: 15px;
  }

  .main-header--logo {
    margin-right: auto;
  }

  .m-2-top {
    flex-direction: column;
  }

  .m-2-top-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .m-2-top-right {
    width: 100%;
    text-align: left;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .m-2-top {
    margin-bottom: 45px;
  }

  .m-4-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-4-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .m-4-right {
    width: 100%;
  }

  .m-5-arrow.wow {
    display: none;
  }

  .m-5 .section-title {
    margin-bottom: 65px;
  }

  .m-5-flex {
    flex-direction: column;
    border-left: 1px dashed rgba(0, 185, 137, 0.46);
    padding-bottom: 90px;
    position: relative;
  }

  .m-5-flex:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background-image: url("../images/m-5-mobile-round.png");
    background-position: center;
    background-size: contain;
  }

  .m-5-item {
    width: 100%;
    padding-left: 30px;
    padding-right: 0px;
    border: none;
    margin-bottom: 40px;
  }

  .m-5-item:last-child {
    margin-bottom: 0px;
  }

  .m-5-item-count {
    margin-bottom: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .m-5-item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .m-5 {
    padding-bottom: 0px;
  }

  .m-6-row {
    padding-left: 0px;
  }

  .faq-tab {
    width: calc(50% - 32px);
  }

  .m-5-flex:after {
    display: none;
  }

  .m-5-round-left {
    top: -38px;
    left: -14px;
    transform: none !important;
  }

  .m-5-round-left img {
    transform: none !important;
  }

  .hts-item-count {
    font-size: 140px;
    line-height: 140px;
  }

  .hts-item-box {
    width: 100%;
    margin-top: -40px;
  }

  .hts-item-image {
    width: 260px;
  }

  .hts-item-text-block {
    width: calc(100% - 330px);
  }

  .contacts-image-top-right {
    display: none;
  }

  .signup-page .hero-title {
    position: relative;
  }

  .signup-page .hero-title span {
    position: absolute;
    bottom: -10px;
    left: 66px;
    font-size: 61.212px;
    font-family: "Druk Wide Cyr", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 4.194px;
  }

  .profile-main-box {
    width: 100%;
  }

  .policy-text {
    margin-top: 10px;
  }

  .privacy-top {
    padding-bottom: 60px !important;
  }

  .main-footer-btns-support {
    flex-wrap: wrap;
    width: 350px;
    margin-top: -20px;
  }

  .main-footer-btn {
    margin-top: 20px;
  }

  .main-header-2 .main-header-2-money-block {
    display: none;
  }

  .main-header-2 .main-header-2-tg-chat {
    display: none;
  }

  .lk-cpanel-1-flex {
    flex-direction: column;
  }

  .lk-cpanel-1-item {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 60px;
    border-right: none;
  }

  .lk--wrapper {
    padding: 0px;
    box-shadow: none;
    background: transparent;
    border: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .lk-cpanel-1-item:last-child {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(0, 131, 86, 0.35);
    background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
    box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
    -webkit-backdrop-filter: blur(23.5px);
    backdrop-filter: blur(23.5px);
    padding: 28px 15px;
  }

  .cpanel-1-details-currencies-count {
    display: none;
  }

  .cpanel-1-details-body {
    flex-direction: row-reverse;
  }

  .cpanel-2-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cpanel-2-column--1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .cpanel-2-column--2 {
    padding-left: 0px;
  }

  .cpanel-3-row {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .cpanel-3-activity {
    width: 100%;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0px;
    border: none;
    margin-bottom: 40px;
  }

  .cpanel-3-title {
    padding-left: 15px;
  }

  .cpanel-3-activity .cpanel-3-title {
    margin-bottom: 20px;
  }

  .cpanel-3-activity-block {
    padding: 20px 15px;
  }

  .cpanel-3-left {
    width: 100%;
  }

  .cpanel-3-chart {
    padding: 30px 15px;
  }

  .cpanel-3-chart .cpanel-3-title {
    padding-left: 0px;
  }

  .cpanel-3-btn {
    margin-top: 25px;
  }

  .main-footer-2 {
    display: block;
    background: linear-gradient(23deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
    box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
    -webkit-backdrop-filter: blur(23.5px);
    backdrop-filter: blur(23.5px);
    padding: 25px 0px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 13.063px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 14.063px;
    position: relative;
    z-index: 100;
    text-align: left;
  }

  .lk-main-box .lk-main-box-content .wrapper {
    padding-bottom: 30px;
  }

  .lk-invest-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lk-invest-left {
    width: 100%;
    margin-bottom: 35px;
  }

  .lk-invest-right {
    width: 100%;
  }

  .lk-invest-main-form {
    width: 100%;
  }

  .lk-invest-2-flex {
    flex-direction: column;
  }

  .lk-invest-2-left {
    margin-bottom: 35px;
  }

  .lk-invest-2-right {
    width: 400px;
    max-width: 100%;
  }

  .lk-invest-2-right-box {
    width: 100%;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    padding: 0px;
  }

  .lk-invest-2-right-box-text p {
    margin-bottom: 5px;
  }

  .lk-invest-2-flex {
    padding-bottom: 70px;
    position: relative;
    width: 400px;
    max-width: 100%;
  }

  .lk-invest-2-left-btns {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }

  .lk-invest-2-left-status {
    margin-bottom: 0px;
  }

  .lk-invest-2-left-btn-back {
    width: 50%;
  }

  .lk-invest-2-left-btn-submit {
    width: calc(50% - 10px);
  }

  .lk-invest-2-left {
    margin-bottom: 30px;
  }

  .lk-invest-2-title {
    margin-bottom: 30px;
  }

  .lk-invest-2-left {
    max-width: 100%;
  }

  .lk-statistic-graph {
    padding-bottom: 100px;
    position: relative;
  }

  .lk-statistic-graph-top-right {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lk-statistic-graph-top-right a {
    width: 350px;
    max-width: 100%;
  }

  .lk-statistic-graph-title {
    margin-bottom: 22px;
  }

  .lk-statistic-graph-top-left {
    width: 100%;
  }

  .lk-main-box .lk-main-box-content .wrapper {
    min-height: calc(100vh - 65px);
  }

  .lk-statistic-graph-block canvas {
    height: initial !important;
  }

  .lk-affiliates-1-left-contect {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .lk-affiliates-1-left-title-box {
    width: 46%;
  }

  .lk-affiliates-1-left-statistic {
    width: 50%;
    margin-bottom: 0px;
  }

  .lk-affiliates-1-left-statistic-block {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lk-affiliates-1-left-statistic-value {
    font-size: 43px;
    line-height: 43px;
    margin-bottom: 5px;
  }

  .lk-affiliates-1-left-statistic-title {
    font-size: 16px;
  }

  .lk-affiliates-1-left-sub-title {
    margin-bottom: 0px;
  }

  .cpanel-1-statistic {
    margin-top: 35px;
    width: 100%;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px dashed rgba(0, 201, 152, 0.37);
  }

  .lk-affiliates-1-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lk-affiliates-1-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .lk-affiliates-1-right {
    width: 100%;
    padding-left: 0px;
    border-left: none;
    border-radius: 14px;
    border: 1px solid rgba(0, 131, 86, 0.35);
    background: linear-gradient(51deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
    box-shadow: 0px 4px 127px 0px rgba(0, 168, 121, 0.29);
    -webkit-backdrop-filter: blur(23.5px);
    backdrop-filter: blur(23.5px);
    padding: 35px 15px;
  }

  .lk-affiliates-2-title {
    padding-left: 0px;
  }

  .lk-affiliates-2 {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .lk-affiliates-2-item {
    width: calc(50% - 22px);
    margin-top: 12px;
  }

  .lk-affiliates-2-row {
    margin-top: -12px;
  }

  .lk-affiliates-1-left-title {
    margin-bottom: 23px;
  }

  .lk-affiliates-1-left-sub-title {
    position: relative;
    top: 4px;
  }

  .lk-settings-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lk-settings-top-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .lk-settings-top-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cpanel-1-details-diagram {
    position: relative;
    width: 44%;
  }

  .cpanel-1-details-diagram:after {
    content: '';
    padding-top: 100%;
  }

  .cpanel-1-details-diagram canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
  }

  .cpanel-1-details-data {
    width: 52%;
  }

  .cpanel1-balance-value {
    margin-bottom: 30px;
  }

  .lk-cpanel-1-item {
    padding-bottom: 40px;
  }

  .lk-cpanel-1-balance-status {
    margin-bottom: 20px;
  }

  .cpanel-2-left-col {
    margin-right: 30px;
  }

  .cpanel-2-column--1 {
    justify-content: space-between;
  }

  .cpanel-2-right-item {
    margin-right: 60px;
  }

  .cpanel-2-column--2 {
    width: 100%;
  }

  .cpanel-3-activity-deposit-title {
    font-size: 15px;
  }

  .cpanel-3-activity-credited-title {
    font-size: 15px;
  }

  .cpanel-3-activity-bottom-left {
    font-size: 15px;
    width: 50%;
  }

  .cpanel-3-activity-bottom-right {
    font-size: 15px;
  }

  .cpanel-3-activity-block {
    margin-bottom: 10px;
  }

  .cpanel-3-activity-bottom-left strong {
    font-size: 15px;
  }

  .lk-invest-left-title {
    margin-bottom: 25px;
  }

  .lk-invest-main-form-select {
    margin-bottom: 15px;
  }

  .lk-invest-form-row-input-block {
    margin-bottom: 25px;
  }

  .lk-invest-form-button {
    width: 100%;
    margin-top: 40px;
  }

  .lk-invest-form-daily {
    width: 160px;
    margin-right: 20px;
  }

  .lk-invest-form-row-bottom {
    flex-wrap: wrap;
    margin-top: -15px;
  }

  .lk-invest-form-row-bottom > div {
    margin-top: 15px;
  }

  .lk-invest-form-tolal {
    white-space: nowrap;
  }

  .lk-invest-right-item {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .lk-invest-2-left-title {
    margin-right: 20px;
  }

  .lk-invest-2-left-top-info:before {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 10px;
  }

  .lk-invest-2-left-adress-value {
    font-size: 11px;
    padding-right: 10px;
    margin-right: 10px;
  }

  .lk-withdraw-confirm-input input {
    font-size: 11px;
  }

  .lk-withdraw-confirm-input {
    width: calc(100% - 90px);
  }

  .lk-withdraw-confirm-btn {
    font-size: 11px;
  }

  .lk-withdraw-confirm-btn:before {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  .lk-withdraw-2fa-code {
    width: 175px;
  }

  .lk-widthdraw-bottom .lk-invest-form-button {
    width: calc(100% - 200px);
  }

  .lk-widthdraw-bottom {
    padding-bottom: 40px;
  }

  .lk-statistic-graph-tab {
    margin-right: 20px;
    font-size: 12px;
  }

  .lk-statistic-graph-body {
    position: relative;
  }

  .lk-statistic-graph-body-wrap {
    position: relative;
    padding-bottom: 60px;
  }

  .lk-statistic-graph-body-wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/lk-statistic-grapharrow-scroll.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 10px;
  }

  .lk-statistic-graph-body::-webkit-scrollbar {
    height: 0px;
  }

  .lk-statistic-graph-block {
    min-width: 767px;
  }

  .pagination {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .lk-statistic-graph-tab {
    margin-top: 10px !important;
  }

  .lk-statistic-praph-tabs {
    margin-top: -10px !important;
  }

  .lk-statistic-graph-body {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
  }

  .lk-statistic-table tr {
    padding-right: 20px;
  }

  .lk-affiliates-2-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .lk-affiliates-2-item:first-child {
    margin-top: 0px;
  }

  .lk-affiliates-2-row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .lk-statistic-table--2 thead td {
    font-size: 11px;
    white-space: nowrap;
  }

  .lk-statistic-graph-body--2 {
    position: relative;
    padding-bottom: 60px;
  }

  .lk-statistic-graph-body--2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/lk-statistic-grapharrow-scroll.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 10px;
  }

  .pagination {
    justify-content: center;
  }

  .lk-affiliates-1-left-sidebar .cpanel-1-details-data-item {
    margin-right: 60px;
  }

  .baner-view-link {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .baner-view-code-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lk-settings-payout-value input {
    padding-left: 15px;
    font-size: 10px;
  }

  .lk-settings-payout-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .baner-view-full-size {
    font-size: 15px;
  }

  .lk-settings-row-1-right {
    padding-right: 0px;
    width: 140px;
  }

  .lk-settings-row-1-left {
    width: calc(100% - 140px);
  }

  .lk-with-success-title {
    font-size: 20px;
  }

  .lk-with-success-text {
    padding-left: 31px;
  }

  .lk-with-success-btns {
    flex-direction: column;
    width: 350px;
    max-width: 100%;
  }

  .lk-with-success-btns a {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 8px !important;
  }

  .lk-with-success-btns a:last-child {
    margin-bottom: 0px !important;
  }

  .lk-with-success-row--reverse {
    flex-direction: row;
    justify-content: flex-start;
  }

  .lk-with-success-row--reverse:before {
    margin-left: 0px;
    margin-right: 11px;
  }

  .auth-modal-title {
    margin-bottom: 20px;
  }

  .auth-modal-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .auth-modal-text {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .auth-modal-copy-row-right {
    width: 85px;
  }

  .auth-modal-copy-row-left {
    width: calc(100% - 85px);
  }

  .auth-modal-input {
    margin-bottom: 40px;
  }

  .auth-modal-btns {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .auth-modal-btns a {
    width: 350px !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px;
  }

  .auth-modal-btns a:first-child {
    margin-bottom: 0px;
  }

  .auth-modal-exit .auth-modal-btns {
    flex-direction: column;
  }

  .auth-modal-exit .auth-modal-btns a:first-child {
    margin-bottom: 10px;
  }

  .auth-modal-exit .auth-modal-btns a:last-child {
    margin-bottom: 0px;
  }

  .system-message-box p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 700px) {
  .hero {
    padding-top: 100px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }

  .hero-after-title-text span {
    display: block;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-after-title-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hero-after-title-text {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: -25px;
  }

  .hero-after-title-text {
    align-items: flex-start;
  }

  .hero-after-title-text:before {
    position: relative;
    top: 16px;
  }

  .hero-toggle {
    margin-left: 90px;
  }

  .hero-toggle {
    margin-left: 105px;
  }

  .hero-text-right {
    width: 100%;
    text-align: left;
  }

  .hero-after-title-row {
    margin-bottom: 70px;
  }

  .hero-btns {
    flex-direction: column;
  }

  .hero-btns a {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-btns a:last-child {
    display: none;
  }

  .main-btn-1,
  .main-btn-2 {
    width: 350px;
    max-width: 100%;
  }

  .hero-btns {
    margin-bottom: 76px;
  }

  .hero-sub-title {
    margin-bottom: 28px;
  }

  .hero-calc-daily {
    flex-direction: column;
  }

  .hero-calc-daily .hero-calc-value {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hero-calc-daily .hero-calc-sub-title {
    text-align: right;
  }

  .hero-bg-image-left {
    display: block;
    left: auto;
    right: -160px;
    width: 278px;
    height: 278px;
    top: 217px;
  }

  .hero-bg-image-top {
    display: none;
  }

  .section-title {
    font-size: 23px;
    line-height: 26px;
  }

  .section-after-title-small-text {
    font-size: 12px;
    line-height: 20px;
  }

  .m-2-top-right {
    font-size: 16px;
    line-height: 24px;
  }

  .m-2-image {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .m-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m-3-top {
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-3-title {
    margin-left: -70px;
    margin-bottom: 34px;
    font-size: 25px;
    line-height: 27px;
    width: calc(100% + 70px);
  }

  .m-3-top-data .m-3-top-data-item:last-child {
    display: none;
  }

  .m-3-top-data-item {
    margin-left: 30px;
  }

  .m-3-body {
    padding: 0px;
    box-shadow: none;
    background: transparent;
    border: none;
  }

  .m-3-body-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .m-3-body-column:last-child {
    margin-bottom: 0px;
  }

  .m-3-body-column-title {
    margin-bottom: 34px;
  }

  .m-3-body-column-row {
    padding-left: 18px;
    padding-right: 18px;
  }

  .m-3-body {
    margin-bottom: 75px;
  }

  .m-3-mobile-data-item {
    display: block;
    margin-bottom: 46px;
  }

  .m-3-bottom-logos {
    justify-content: flex-start;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 201, 152, 0.41);
  }

  .m-3-bottom-logo {
    height: 26px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .m-3-bottom-btns {
    justify-content: flex-start;
  }

  .m-3-top-data {
    width: 100%;
    justify-content: flex-start;
  }

  .m-3 {
    background: linear-gradient(138deg, #0A232A 0%, #047C65 100%);
  }

  .m-3-body-column:first-child .m-3-body-column-rows:before {
    display: none;
  }

  .m-3-top-data-item {
    margin-left: 0px;
    margin-right: 30px;
  }

  .m-3-bottom-btns {
    flex-wrap: wrap;
    margin-top: -15px;
  }

  .m-3-bottom-btns a {
    margin-top: 15px;
  }

  .m-3-bg-item-top {
    display: none;
  }

  .m-3-bg-item-bot {
    left: auto;
    right: -22px;
    bottom: -101px;
  }

  .m-3-bg-item-bot img {
    transform: rotateY(180deg) !important;
  }

  .m-4-left .main-btn-1 {
    display: none;
  }

  .m-4-left-text {
    margin-bottom: 0px;
  }

  .m-4 {
    padding-top: 110px;
  }

  .m-4-block-icon {
    width: 57px;
    min-width: 57px;
    margin-right: 23px;
    height: 57px;
  }

  .m-4-block {
    padding: 25px;
  }

  .m-4-right:after {
    left: 56px;
  }

  .m-4-flex {
    margin-bottom: 30px;
  }

  .m-4-5-bg .hero-main-bg {
    background-image: url("../images/m-4-5-bg-mobile.jpg");
    background-position: center;
  }

  .m-4-5-bg .hero-main-bg img {
    display: none;
  }

  .m-6-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 33px;
  }

  .m-6-title strong {
    text-indent: 0px !important;
  }

  .m-6-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-6-row .main-btn-1 {
    background: #0F111F;
  }

  .m-6-row .main-btn-1:hover {
    background: #00c998;
  }

  .m-6-after-title-text {
    margin-left: -60px;
    margin-bottom: 30px;
    align-items: flex-start;
  }

  .m-6-after-title-text:before {
    position: relative;
    top: 16px;
  }

  .m-6-after-title-text span {
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
  }

  .m-5-round-right {
    width: 328px;
    height: 328px;
    top: auto;
    bottom: 0px;
    right: -140px;
  }

  .m-6 {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .main-footer-logo-wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }

  .main-footer-menu {
    order: 2;
    width: 40%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .main-footer-menu a {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
  }

  .main-footer-menu a:first-child {
    margin-top: 0px;
  }

  .main-footer-menu .main-footer-menu-profile {
    display: none;
  }

  .main-footer-flex {
    align-items: flex-start;
  }

  .main-footer-btns {
    order: 3;
    width: 55%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-footer-btns > a {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
  }

  .mobile-small-menu-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -15px;
  }

  .mobile-small-menu-profile a {
    color: #00C998;
    font-size: 12px;
    font-family: "MagistralC", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 136.2%;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 15px;
    margin-right: 50px;
  }

  .mobile-small-menu-profile a:last-child {
    margin-right: 0px;
  }

  .mobile-small-menu-profile a:hover {
    text-decoration: none;
  }

  .mobile-btn-go-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .faq-item-question {
    font-size: 15px;
    line-height: 20px;
  }

  .main-after-title-line {
    margin-left: -50px;
    align-items: flex-start;
    font-size: 18px;
    line-height: 19px;
  }

  .main-after-title-line:before {
    position: relative;
    top: 9px;
  }

  .main-after-title-line br {
    display: block;
  }

  .faq-page .hero-title {
    margin-bottom: 30px;
  }

  .faq-tabs {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -14px;
  }

  .faq-tab {
    width: calc(50% - 14px);
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 14px;
  }

  .faq-blocks {
    padding-top: 25px;
  }

  .first-page-front {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hts-block .main-after-title-line {
    margin-left: -50px;
  }

  .hts-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }

  .hts-item-image {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    display: none;
  }

  .hts-item-count {
    font-size: 186px;
    line-height: 186px;
    text-align: center;
    opacity: 0.4;
    width: auto;
  }

  .hts-item:nth-child(1) .hts-item-image,
  .hts-item:nth-child(4) .hts-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hts-item:nth-child(4) {
    flex-direction: column-reverse;
  }

  .hts-item:nth-child(4) .hts-item-image {
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .hts-item-box {
    margin-top: -80px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }

  .hts-item-text-block {
    width: 100%;
  }

  .hts-item {
    margin-bottom: -40px;
  }

  .hts-item:last-child {
    margin-bottom: 0px;
  }

  .contacts-block-top .main-after-title-line {
    margin-left: -75px;
  }

  .contacts-block-top .hero-title {
    margin-bottom: 30px;
  }

  .contacts-block-top {
    margin-bottom: 45px;
  }

  .profile-main-box-form {
    padding: 50px 20px;
    margin-top: -2px;
  }

  .profile-main-menu {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }

  .profile-main-menu:after {
    height: 2px;
  }

  .profile-form-police {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
    margin-top: 30px;
  }

  .profile-main-box {
    padding-top: 30px;
  }

  .signup-page .hero-title span {
    bottom: -19px;
    left: 30px;
  }

  .profile-main-menu a {
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .profile-form-police--registr {
    margin-top: 30px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .reset-pass-form-title br {
    display: block;
  }

  .main-footer-btns-support {
    margin-bottom: 30px;
  }

  .main-footer-btns-support {
    width: 100%;
  }

  .main-header-2-user-block {
    font-size: 8px;
  }

  .main-header-2-user-block {
    margin-right: 10px;
  }

  .main-header-2-tg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }

  .main-header-2-tg:after {
    width: 10px;
    height: 10px;
  }

  .main-header-2 {
    background: linear-gradient(23deg, rgba(18, 20, 36, 0.44) 0%, rgba(22, 112, 88, 0.44) 100%);
  }
}

@media screen and (max-width: 600px) {
  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remodal_thanks {
    padding-left: 20px;
    padding-right: 10px;
  }

  .remodal_thanks__icon {
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .main-header--logo {
    width: 97px;
  }

  .lk-statistic-graph-block {
    min-width: 500px;
  }

  .lk-statistic-graph-body--2 .lk-statistic-graph-block {
    min-width: 550px;
  }

  .lk-statistic-table-col-1-name {
    display: none;
  }

  .lk-statistic-table-col-2 {
    width: 20%;
  }

  .lk-statistic-table-col-1 {
    width: 20%;
  }

  .lk-affiliates-1-left-contect .cpanel-1-statistic {
    justify-content: space-between;
  }

  .lk-affiliates-1-left-contect .cpanel-1-statistic-header--in {
    display: none;
  }

  .lk-affiliates-1-left-contect .cpanel-1-statistic-header--out {
    display: none;
  }

  .lk-affiliates-1-left-contect .cpanel-1-statistic-column {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
  }

  .lk-affiliates-1-left-contect .cpanel-1-statistic-value {
    margin-bottom: 15px;
  }

  .lk-affiliates-1-left-contect .cpanel-1-statistic-header {
    margin-bottom: 0px;
  }

  .lk-affiliates-1-left-contect .cpanel-1-statistic-column {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: none !important;
  }

  .baner-view {
    padding: 40px 12px;
  }

  .cpanel-1-details-data-item-status--cripta {
    font-size: 11px;
  }

  .cpanel-1-details-data-item-status--cripta {
    width: 72px;
    min-width: 72px;
  }
}

@media screen and (max-width: 413px) {
  .signup-page .hero-title span {
    font-size: 52px;
  }
}

@media screen and (max-width: 389px) {
  .cpanel-1-details-diagram {
    width: 42%;
  }

  .cpanel-1-details-data {
    width: 54%;
  }

  .cpanel-1-statistic-column:last-child {
    padding-left: 20px;
  }

  .cpanel1-balance-value {
    font-size: 32px;
  }

  .cpanel-3-activity-bottom-left {
    font-size: 13px;
  }

  .cpanel-3-activity-bottom-left strong {
    font-size: 13px;
  }

  .cpanel-3-activity-bottom-right {
    font-size: 13px;
  }

  .cpanel-3-activity-bottom-right strong {
    font-size: 16px;
    line-height: 24px;
  }

  .cpanel-3-activity-deposit-value {
    font-size: 16px;
    line-height: 24px;
  }

  .cpanel-3-activity-deposit-title {
    font-size: 13px;
  }

  .cpanel-3-activity-credited-title {
    font-size: 13px;
  }

  .cpanel-3-activity-credited-title strong {
    font-size: 13px;
  }

  .cpanel-3-activity-deposit {
    margin-right: 20px;
  }

  .cpanel-2-right-item--value {
    font-size: 16px;
    line-height: 24px;
  }

  .cpanel-3-activity-credited-value {
    font-size: 16px;
    line-height: 24px;
  }

  .cpanel-2-right-item--title {
    font-size: 13px;
  }

  .cpanel-3-activity-credited-title strong {
    margin-right: 4px;
  }

  .cpanel-2-left-row--title {
    font-size: 15px;
  }

  .cpanel-2-left-col--2 .cpanel-2-left-row--title {
    font-size: 32px;
  }

  .cpanel-2-left-col--2 .cpanel-2-left-row--value {
    font-size: 13px;
  }

  .cpanel-2-left-col--3 .cpanel-2-left-row--value {
    font-size: 13px;
  }

  .cpanel-2-left-col--3 .cpanel-2-left-row--title {
    font-size: 32px;
  }

  .cpanel-2-left-row--value {
    font-size: 13px;
  }

  .cpanel-2-right-item--value {
    margin-bottom: 10px;
  }

  .lk-invest-2-left-adress-value {
    font-size: 10px;
  }

  .lk-invest-2-left-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lk-invest-2-left-title {
    margin-bottom: 15px;
  }

  .lk-withdraw-confirm-input input {
    font-size: 9px;
  }

  .lk-affiliates-1-left-statistic-block {
    margin-right: 20px;
  }

  .lk-affiliates-1-left-statistic {
    justify-content: space-between;
  }

  .lk-affiliates-1-left-sidebar .cpanel-1-details-data-item {
    margin-right: 40px;
  }

  .lk-settings-payout-title-box {
    width: 70px;
  }

  .lk-settings-payout-title {
    font-size: 11px;
  }

  .lk-settings-payout-value input {
    font-size: 8px;
    line-height: 8px;
    padding-left: 10px;
  }

  .cpanel-1-details-body {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .cpanel-1-details-data {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 374px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-header--profile {
    margin-right: 20px;
  }

  .main-header--logo {
    width: 87px;
  }

  .main-header-btn--signup {
    margin-right: 20px;
  }

  .hero-title {
    font-size: 26px;
  }

  .main-footer-btn-text {
    font-size: 13px;
  }

  .signup-page .hero-title span {
    font-size: 46px;
  }

  .main-header-2-box .main-header-2-tg {
    display: none;
  }

  .lk-invest-2-left-adress-value {
    font-size: 9px;
  }

  .lk-invest-2-left-adress-value:before {
    margin-right: 8px;
  }

  .lk-invest-2-left-adress-btn-copy {
    font-size: 10px;
  }

  .lk-settings-row-1-right {
    padding-right: 0px;
    width: 120px;
  }

  .lk-settings-row-1-left {
    width: calc(100% - 120px);
  }

  .lk-settings-input-1 {
    font-size: 14px;
  }

  .lk-settings-input-label-text {
    font-size: 14px;
  }

  .auth-modal-copy-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .auth-modal-copy-left-icon {
    margin-right: 10px;
    width: 15px;
    min-width: 15px;
  }

  .auth-modal-copy-text {
    font-size: 10px;
  }
}