@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "Futura-Medium";
  font-display: swap;
  src: url("../fonts/Futura-Medium.woff2") format("woff2"), url("../fonts/Futura-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Regular";
  font-display: swap;
  src: url("../fonts/Futura-Regular.woff2") format("woff2"), url("../fonts/Futura-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RFDewi-Ultrabold";
  font-display: swap;
  src: url("../fonts/RFDewi-Ultrabold.woff2") format("woff2"), url("../fonts/RFDewi-Ultrabold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RFDewiExtended-Ultrabold";
  font-display: swap;
  src: url("../fonts/RFDewiExtended-Ultrabold.woff2") format("woff2"), url("../fonts/RFDewiExtended-Ultrabold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/***** GENERAL ELEMENTS *****/
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Futura-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6rem;
  color: #2e2c42;
  background: #ffffff;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}
.wrapper {
  min-height: 100vh;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  display: block;
}

main {
  position: relative;
  z-index: 100;
  margin: auto;
  padding-top: 5.625rem;
}
main.page-home {
  background-image: url(../img/bg/home-bg.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
main.page-content {
  background-image: url(../img/bg/page-bg.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
main.page-login {
  background-image: url(../img/bg/login-bg.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
main.lk {
  padding: 0;
}

.navigation {
  width: 36.25rem;
  background: transparent;
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 2.8125rem;
}
@media (max-width: 1140px) {
  .navigation {
    display: none;
  }
}

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

.container {
  width: 73.125rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1080px) {
  .container {
    width: 100%;
  }
}

.md-hidden {
  display: none;
}


.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media (min-width: 1080px) {
    .md-hidden-imp {
        display: none!important;
      }
}
@media (min-width: 1180px) {
    
  /* Работает в Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #514ffa transparent;
  }
  /* Работает в Chrome, Edge и Safari */
  *::-webkit-scrollbar {
    width: 0.3125rem;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #d4d7e7;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #514ffa;
    border-radius: 1.25rem;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #2e2c42;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
  transition: 0.3s;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  color: inherit;
  transition: 0.3s;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-----buttons----*/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 8.75rem;
  height: 3rem;
  border: transparent;
  border-radius: 3.75rem;
  background: #514ffa;
  padding: 0.2rem 1.625rem;
  font-family: "Futura-Medium";
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
}
.button:hover, .button:active {
  background: #2e2c42;
  color: #ffffff;
}

/*-----title----*/
.title-big {
  font-family: "RFDewiExtended-Ultrabold";
  font-size: 3.25rem;
  line-height: 3.875rem;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 678px) {
  .title-big {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 414px) {
  .title-big {
    font-size: 2.13rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 320px) {
  .title-big {
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: center;
  }
}
.title-big span {
  display: inline-flex;
  position: relative;
}
.title-big span::before {
  height: 1.8125rem;
  content: "";
  background-color: #C4FA32;
  right: 0;
  left: 0;
  top: 2rem;
  z-index: -1;
  position: absolute;
}
@media (max-width: 992px) {
  .title-big span::before {
    height: 1.4rem;
  }
}
@media (max-width: 678px) {
  .title-big span::before {
    height: 0.8rem;
    top: 1.5rem;
  }
}

.title-sub {
  font-family: "RFDewiExtended-Ultrabold";
  font-size: 1.5rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 678px) {
  .title-sub {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 414px) {
  .title-sub {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}

.text {
  font-family: "Futura-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

/***** COMPONENTS GLOBAL *****/
/*----header-----*/
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  z-index: 1000;
  width: 100%;
  position: fixed;
  transition: 0.3s;
}
header.sticky {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: 0.3s;
  background: #ffffff;
  box-shadow: 0px 4px 2.125rem rgba(0, 0, 0, 0.12);
}
header .header {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
header .logo {
  width: 30%;
}
@media (max-width: 1080px) {
  header .logo {
    width: 50%;
  }
}
header .site-bar {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1080px) {
  header .site-bar {
    width: 50%;
  }
}
header .site-bar a {
  margin-left: 1.25rem;
}
@media (max-width: 1080px) {
  header .site-bar .button {
    display: none;
  }
}
header .site-bar .log-in {
  margin-left: 1.25rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: rgba(46, 44, 66, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  header .site-bar .log-in {
    margin-left: 0.6667rem;
  }
}
header .site-bar .log-in img {
  width: 1.5rem;
}
header .site-bar .log-in:hover {
  background: #c4fa32;
}
@media (max-width: 1080px) {
  header .nav {
    display: none;
  }
}
header .nav-togle {
  display: none;
}
@media (max-width: 1080px) {
  header .nav-togle {
    margin-left: 0.6667rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: rgba(46, 44, 66, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  header .nav-togle img {
    width: 1.5rem;
  }
  header .nav-togle .clos {
    display: none;
  }
  header .nav-togle .tog {
    display: block;
  }
  header .nav-togle.active .clos {
    display: block;
  }
  header .nav-togle.active .tog {
    display: none;
  }
}
header.active {
  height: 100vh;
  background: #fff;
}
header.active .header {
  flex-wrap: wrap;
}
header.active .nav {
  display: block;
  order: 10;
  width: 100%;
}
header.active .nav ul {
  display: block;
  margin: 2.1875rem 0;
}
header.active .nav ul li {
  height: 3rem;
  display: flex;
  align-items: center;
  margin: 0;
}
header.active .nav ul li a {
  display: flex;
  align-items: center;
  color: #2e2c42;
  font-size: 1rem;
}

/*-----footer-----*/
footer {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  color: #424244;
  background: #ffffff;
  border-top: 1px solid #eaeaec;
}
footer .footer {
  margin-top: 4.3rem;
  margin-bottom: 4.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .title-sub {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
footer .widget:nth-child(1) {
  width: 75%;
}
@media (max-width: 992px) {
  footer .widget:nth-child(1) {
    width: 100%;
    margin-bottom: 2rem;
  }
}
footer .widget:nth-child(2) {
  width: 25%;
}
@media (max-width: 992px) {
  footer .widget:nth-child(2) {
    width: 100%;
  }
}
footer .widget ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 678px) {
  footer .widget ul {
    justify-content: space-between;
  }
}
footer .widget ul li {
  width: 33.33%;
  margin: 0 0 0.5rem;
}
@media (max-width: 678px) {
  footer .widget ul li {
    width: 48%;
  }
}
@media (max-width: 390px) {
  footer .widget ul li {
    width: 100%;
  }
}
footer .widget .contacts {
  display: flex;
  align-items: center;
}
footer .widget .contacts .text {
  font-family: "Futura-Medium";
  color: #6c6a7d;
}
footer .widget .contacts a:hover {
  color: #514ffa;
}
footer .widget .contacts img {
  width: 3.4375rem;
  margin-right: 1rem;
}

.fotter-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eaeaec;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.fotter-bottom .copyring {
  font-size: 1rem;
  line-height: 2.125rem;
}
.fotter-bottom .copyring a {
  text-decoration: underline;
}
.fotter-bottom .copyring a:hover {
  color: #514ffa;
}
@media (max-width: 678px) {
  .fotter-bottom .copyring a {
    display: block;
  }
}
@media (max-width: 678px) {
  .fotter-bottom .copyring {
    font-size: 0.6rem;
  }
}
.fotter-bottom .social a {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: rgba(46, 44, 66, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
}
.fotter-bottom .social a img {
  width: 1.25rem;
}
.fotter-bottom .social a:hover {
  background: #c4fa32;
}

/*-----form-----*/
.forma {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.forma input {
  width: 100%;
  padding: 0.8125rem 1.625rem;
  background: #fff;
  border-radius: 3.75rem;
  border: 1px solid #e3e3e3;
  height: 3rem;
  font-size: 1rem;
  line-height: 1;
  color: #535164;
  box-shadow: none;
  margin: 0;
}
.forma input[type=password] {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.forma input:focus {
  border-color: #514ffa;
}
.forma textarea {
  width: 100% !important;
  height: 6.25rem;
  padding: 0.8125rem 1.625rem;
  background: #fff;
  border-radius: 3.75rem;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  line-height: 1;
  color: #535164;
}
.forma textarea:focus {
  border-color: #514ffa;
}
.forma label {
  font-family: "Futura-Medium";
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.forma .recovery {
  color: #514ffa;
  margin-left: auto;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.forma .recovery:hover {
  color: #535164;
}

::-webkit-input-placeholder {
  color: #535164;
}

::-moz-placeholder {
  color: #535164;
}

:-moz-placeholder {
  color: #535164;
}

:-ms-input-placeholder {
  color: #535164;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.wide-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0.9375rem;
  position: relative;
}

.first-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  margin: 0 0 0.9375rem;
}
@media (max-width: 40rem) {
  .first-row {
    width: 100%;
  }
}

.min-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  margin: 0 0 0.9375rem;
}
@media (max-width: 40rem) {
  .min-row {
    width: 100%;
  }
}

/* для элемента input c type="checkbox" */
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 100%;
  margin-right: 0.5em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + span::before {
  border-color: #514FFA;
  background-color: #514FFA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.tabs {
  margin-bottom: 3.125rem;
}
.tabs .tabs-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
}
@media (max-width: 992px) {
  .tabs .tabs-list {
    margin-bottom: 0.5rem;
    overflow-x: auto;
  }
}
.tabs .tabs-list li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  border: transparent;
  border-radius: 3.75rem;
  background: transparent;
  padding: 0.2rem 1.625rem;
  border: 1px solid #e3e3e3;
  font-family: "Futura-Medium";
  font-size: 1rem;
  line-height: 1;
  margin-right: 1rem;
  margin-bottom: 1.25rem;
  white-space: nowrap;
  cursor: pointer;
}
.tabs .tabs-list li:hover {
  background: #514ffa;
  color: #fff;
}
.tabs .tabs-list li.active {
  background: #2e2c42;
  color: #fff;
}
.qty {
  background: #f5f5f5;
  border-radius: 3.75rem;
  width: 6.875rem;
  display: flex;
  justify-content: space-between;
  font-family: "Futura-Regular";
}
.qty input {
  text-align: center;
  height: 3rem;
  width: 33%;
  border: none;
  background: transparent;
}
.qty button {
  height: 3rem;
  width: 33%;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a19fb4;
}
.qty button.minus {
  padding-bottom: 0.4375rem;
}
.qty button:hover {
  color: #514ffa;
}

.markets {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.markets .item {
  width: calc(33.33% - 1rem);
  border: 1px solid #e3e3e3;
  border-radius: 0.625rem;
  margin: 0.5rem;
  padding: 1.25rem;
  text-align: center;
}
@media (max-width: 678px) {
  .markets .item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 414px) {
  .markets .item {
    width: 100%;
  }
}
.markets .item .title {
  font-family: "Futura-Medium";
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.markets .item .label {
  font-size: 1rem;
  color: #a19fb4;
  margin-bottom: 0.9375rem;
}
.markets .item .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.markets .item .buttons .qty {
  width: 47%;
}
.markets .item .buttons .button {
  width: 47%;
  min-width: 47%;
}

.tasks {
  border: 1px solid #e3e3e3;
  border-radius: 0.625rem;
  overflow: hidden;
}
.tasks .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0.9375rem;
  background: #f5f5f5;
}
@media (max-width: 678px) {
  .tasks .filter {
    flex-wrap: wrap;
  }
}
.tasks .filter .inf {
  width: 23%;
}
@media (max-width: 678px) {
  .tasks .filter .inf {
    width: 48%;
    margin: 0.7rem 0;
  }
}
@media (max-width: 390px) {
  .tasks .filter .inf {
    width: 100%;
  }
}
.tasks .filter .search {
  position: relative;
}
.tasks .filter .search button {
  border: none;
  background: transparent;
  position: absolute;
  right: 1rem;
  top: 0.3125rem;
  bottom: 0;
  margin: auto 0;
  padding: 0;
  width: 1.25rem;
}
.tasks .filter .search button svg {
  width: 100%;
}
.tasks .filter .search button:hover svg path {
  fill: #514ffa;
}
.tasks .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  font-family: "Futura-Medium";
  border-bottom: 1px solid #e3e3e3;
}
.tasks .item:last-child {
  border: none;
}
@media (max-width: 992px) {
  .tasks .item {
    flex-wrap: wrap;
    align-items: center;
  }
}
.tasks .item .label {
  font-family: "Futura-Regular";
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #a19fb4;
}
@media (max-width: 992px) {
  .tasks .item .inf {
    margin: 0.7rem 0;
  }
}
.tasks .item .num {
  width: 10%;
}
@media (max-width: 992px) {
  .tasks .item .num {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .tasks .item .num {
    width: 48%;
  }
}
@media (max-width: 390px) {
  .tasks .item .num {
    width: 100%;
  }
}
.tasks .item .res {
  width: 15%;
}
@media (max-width: 992px) {
  .tasks .item .res {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .tasks .item .res {
    width: 48%;
  }
}
@media (max-width: 390px) {
  .tasks .item .res {
    width: 100%;
  }
}
.tasks .item .bef {
  width: 22%;
}
@media (max-width: 992px) {
  .tasks .item .bef {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .tasks .item .bef {
    width: 48%;
  }
}
@media (max-width: 390px) {
  .tasks .item .bef {
    width: 100%;
  }
}
.tasks .item .prc {
  width: 10%;
}
@media (max-width: 992px) {
  .tasks .item .prc {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .tasks .item .prc {
    width: 48%;
  }
}
@media (max-width: 390px) {
  .tasks .item .prc {
    width: 100%;
  }
}
.tasks .item .qty {
  width: 15%;
}
@media (max-width: 992px) {
  .tasks .item .qty {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .tasks .item .qty {
    width: 48%;
  }
}
.tasks .item .button {
  width: 15%;
}
@media (max-width: 992px) {
  .tasks .item .button {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .tasks .item .button {
    width: 48%;
  }
}

.nav {
  width: 100%;
  color: #424244;
}
.nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  margin: 0 1.125rem;
}
.nav li a {
  font-size: 1rem;
}
.nav li a:hover {
  color: #2E2C42;
}

.nav-lk {
  position: fixed;
  width: 31%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #f5f5f5;
}
@media (max-width: 1680px) {
  .nav-lk {
    width: 28%;
  }
}
@media (max-width: 1440px) {
  .nav-lk {
    width: 25%;
  }
}
@media (max-width: 1300px) {
  .nav-lk {
    width: 23%;
  }
}
@media (max-width: 1080px) {
  .nav-lk {
    width: 100%;
  }
  .nav-lk.sticky {
    transition: 0.3s;
    box-shadow: 0px 4px 2.125rem rgba(0, 0, 0, 0.12);
  }
}
.nav-lk .box {
  width: 17rem;
  margin-left: auto;
  height: 100vh;
  padding: 1.25rem 1.875rem;
  overflow-y: auto;
}
@media (max-width: 1080px) {
  .nav-lk .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    max-height: 100vh;
  }
}
.nav-lk .logo {
  width: 8.5rem;
  display: block;
  margin-bottom: 1.375rem;
}
.nav-lk .logo img {
  width: 100%;
}
@media (max-width: 1080px) {
  .nav-lk .logo img {
    width: 8.5rem;
  }
}
@media (max-width: 1080px) {
  .nav-lk .logo {
    width: 50%;
    margin-bottom: 0;
  }
}
.nav-lk .lk-togle {
  display: none;
}
@media (max-width: 1080px) {
  .nav-lk .lk-togle {
    margin-left: 0.6667rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: rgba(46, 44, 66, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-lk .lk-togle img {
    width: 1.5rem;
  }
  .nav-lk .lk-togle .clos {
    display: none;
  }
  .nav-lk .lk-togle .tog {
    display: block;
  }
  .nav-lk .lk-togle.active .clos {
    display: block;
  }
  .nav-lk .lk-togle.active .tog {
    display: none;
  }
}
.nav-lk .infobox {
  margin: 0;
}
@media (max-width: 1080px) {
  .nav-lk .infobox {
    display: none;
  }
}
.nav-lk .menu {
  list-style: none;
  padding: 0;
  margin: 2.1875rem 0;
}
.nav-lk .menu li {
  height: 3rem;
  display: flex;
  align-items: center;
}
.nav-lk .menu li hr {
  width: 100%;
  border-color: #e3e3e3;
}
.nav-lk .menu li a {
  display: flex;
  align-items: center;
  color: #2e2c42;
  font-size: 1rem;
}
.nav-lk .menu li a img,
.nav-lk .menu li a svg {
  width: 1.25rem;
  margin-right: 1.125rem;
}
.nav-lk .menu li a:hover {
  font-family: "Futura-Medium";
  color: #514ffa;
}
@media (max-width: 1080px) {
  .nav-lk .menu {
    width: 100%;
    display: none;
  }
}
.nav-lk.active {
  height: 100vh;
}
.nav-lk.active .menu {
  display: block;
}

.profile .lk {
  margin-left: auto;
}

/*------ modal ------*/
.state {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  background: rgba(233, 233, 233, 0.8);
  backdrop-filter: blur(7px);
}

.state-box {
  width: 59.0625rem;
  max-width: 96%;
  max-height: 96%;
  height: auto;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.875rem 2.1875rem;
}
.state-box .close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}
@media (max-width: 30rem) {
  .state-box .close {
    top: 1.5rem;
    right: 1rem;
  }
}
.state-box .close:before, .state-box .close:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1px;
  background: #000;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .close:before {
  transform: rotate(45deg);
}
.state-box .close:after {
  transform: rotate(-45deg);
}
.state-box .close:hover:before, .state-box .close:hover:after {
  background-color: #514ffa;
}
.state-box .title-sub {
  margin-bottom: 2rem;
}
.state-box .niche {
  width: 100%;
}

.to-state {
  cursor: pointer;
}

/***** SECTIONS GLOBAL (Widgets) *****/
.section-intro {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .section-intro {
    padding-bottom: 6rem;
  }
}
@media (max-width: 678px) {
  .section-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-intro .inf {
  max-width: 58.375rem;
}
.section-intro .text {
  margin-top: 3rem;
  width: 46.625rem;
}
@media (max-width: 992px) {
  .section-intro .text {
    width: 100%;
  }
}
.section-intro .play {
  border: none;
  background: transparent;
  font-family: "Futura-Medium";
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5.75rem;
}
@media (max-width: 992px) {
  .section-intro .play {
    margin: 4rem auto 0;
  }
}
.section-intro .play img,
.section-intro .play svg {
  width: 5rem;
  margin-right: 2.125rem;
}
@media (max-width: 678px) {
  .section-intro .play img,
  .section-intro .play svg {
    margin-right: 1rem;
    width: 4rem;
  }
}
.section-intro .play:hover {
  color: #514ffa;
}
.section-intro .play:hover svg path {
  fill: #514ffa;
}

.section-platform {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .section-platform {
    padding-bottom: 6rem;
  }
}
@media (max-width: 678px) {
  .section-platform {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-platform img {
  margin-top: 5.875rem;
}
@media (max-width: 678px) {
  .section-platform img {
    margin-top: 2rem;
  }
}
.section-platform .plat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .section-platform .plat {
    justify-content: center;
  }
}
.section-platform .inf {
  width: 47%;
}
@media (max-width: 992px) {
  .section-platform .inf {
    width: 100%;
    text-align: center;
  }
}
.section-platform .title-big {
  margin-bottom: 1.875rem;
}
.section-platform .button {
  width: 12.625rem;
  margin-top: 2.125rem;
}

.section-consult {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
  background: #2e2c42;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 678px) {
  .section-consult {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-consult .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section-consult .container {
    flex-wrap: wrap;
  }
}
.section-consult .block-left {
  width: 70%;
}
@media (max-width: 992px) {
  .section-consult .block-left {
    width: 100%;
  }
}
.section-consult .block-left .text {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: "Futura-Medium";
}
.section-consult .block-left .info {
  margin-bottom: 1.875rem;
}
.section-consult .block-left .info .title {
  font-family: "Futura-Medium";
  color: #c4fa32;
}
.section-consult .block-left .button {
  margin-top: 1.5rem;
}
.section-consult .block-left .button:hover {
  background: #c4fa32;
  color: #2e2c42;
}
.section-consult .block-right {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .section-consult .block-right {
    width: 100%;
  }
}
.section-consult .block-right .play {
  border: none;
  background: transparent;
  font-family: "Futura-Medium";
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #2e2c42;
  margin-right: 1rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
.section-consult .block-right .play img,
.section-consult .block-right .play svg {
  width: 6rem;
  margin-right: 2.125rem;
}
@media (max-width: 992px) {
  .section-consult .block-right .play img,
  .section-consult .block-right .play svg {
    display: none;
  }
}
@media (max-width: 992px) {
  .section-consult .block-right .play {
    color: #c4fa32;
    margin-bottom: 0;
    margin-top: -3rem;
  }
}
.section-consult .block-right .play:hover {
  color: #514ffa;
}
.section-consult .block-right .play:hover svg path {
  fill: #514ffa;
}
.section-consult .block-right .image {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .section-consult .block-right .image {
    display: none;
  }
}
.section-consult .block-right:after {
  content: "";
  position: absolute;
  top: -7rem;
  bottom: -7rem;
  left: 8.5rem;
  z-index: 1;
  background-color: #c4fa32;
  background-image: url(../img/bg/dots.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  width: 43.75rem;
}
@media (max-width: 992px) {
  .section-consult .block-right:after {
    display: none;
  }
}

.consult {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 678px) {
  .consult {
    flex-wrap: wrap;
  }
}
.consult .item {
  width: 22%;
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 678px) {
  .consult .item {
    width: 45%;
  }
}
.consult .item .num {
  font-family: "Futura-Medium";
  font-size: 1.875rem;
  line-height: 1;
  color: #c4fa32;
}

.section-program {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
  position: relative;
}
@media (max-width: 992px) {
  .section-program {
    padding-top: 6rem;
  }
}
@media (max-width: 678px) {
  .section-program {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}

.prog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prog .inf {
  width: 47%;
}
@media (max-width: 992px) {
  .prog .inf {
    width: 100%;
  }
}
.prog .title-big {
  margin-bottom: 2.5rem;
}
.prog .button {
  width: 12.5rem;
}
@media (max-width: 992px) {
  .prog .button {
    position: absolute;
    bottom: 5rem;
  }
}
@media (max-width: 678px) {
  .prog .button {
    bottom: 4rem;
  }
}
.prog .text a {
  font-family: "Futura-Medium";
}

.section-guarant {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-guarant {
    padding-top: 6rem;
  }
}
@media (max-width: 678px) {
  .section-guarant {
    padding-top: 4rem;
  }
}
.section-guarant .global {
  display: flex;
}
@media (max-width: 992px) {
  .section-guarant .global {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.section-guarant .inf {
  width: 70%;
}
@media (max-width: 992px) {
  .section-guarant .inf {
    width: 100%;
  }
}
.section-guarant .text {
  margin-top: 2rem;
}
.section-guarant .img {
  width: 18.75rem;
  position: absolute;
  bottom: -2rem;
  right: 20%;
}
@media (max-width: 1680px) {
  .section-guarant .img {
    right: 10%;
  }
}
@media (max-width: 992px) {
  .section-guarant .img {
    width: 12rem;
  }
}
.section-guarant .img img {
  width: 100%;
}
.section-guarant a {
  color: #514ffa;
  text-decoration: underline;
}
.section-guarant a:hover {
  text-decoration: none;
}
.section-guarant ol {
  padding-left: 1.5rem;
}
@media (max-width: 992px) {
  .section-guarant.about-guarant, .section-guarant.income-guarant {
    padding-bottom: 6rem;
  }
}
@media (max-width: 678px) {
  .section-guarant.about-guarant, .section-guarant.income-guarant {
    padding-bottom: 4rem;
  }
}
.section-guarant.about-guarant .inf, .section-guarant.income-guarant .inf {
  width: 50%;
}
@media (max-width: 992px) {
  .section-guarant.about-guarant .inf, .section-guarant.income-guarant .inf {
    width: 100%;
    text-align: center;
  }
}
.section-guarant.about-guarant .img, .section-guarant.income-guarant .img {
  width: 20.625rem;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .section-guarant.about-guarant .img, .section-guarant.income-guarant .img {
    margin-top: 1.5rem;
  }
}
.section-guarant.about-guarant .img img, .section-guarant.income-guarant .img img {
  width: 100%;
}
.section-guarant.rulles-guarant {
  padding-top: 17.8125rem;
}
.section-guarant.rulles-guarant .inf {
  width: 50%;
}
@media (max-width: 992px) {
  .section-guarant.rulles-guarant .inf {
    width: 100%;
    text-align: center;
  }
}
.section-guarant.rulles-guarant .img {
  width: 11.875rem;
  right: 30%;
}
@media (max-width: 992px) {
  .section-guarant.rulles-guarant .img {
    width: 6.5rem;
    text-align: center;
  }
}
.section-guarant.get-guarant {
  background-image: url(../img/bg/get-bg.svg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .section-guarant.get-guarant {
    background-position: 60% 50%;
    background-image: url(../img/bg/get-bg-2.svg);
  }
}
.section-guarant.get-guarant .global {
  align-items: flex-start;
  justify-content: space-between;
}
.section-guarant.get-guarant .play {
  border: none;
  background: transparent;
  font-family: "Futura-Medium";
  font-size: 1.125rem;
  line-height: 1.4375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  margin-right: 1.2rem;
}
.section-guarant.get-guarant .play img,
.section-guarant.get-guarant .play svg {
  width: 6rem;
  margin-right: 2.125rem;
}
@media (max-width: 992px) {
  .section-guarant.get-guarant .play img,
  .section-guarant.get-guarant .play svg {
    margin-right: 1rem;
  }
}
.section-guarant.get-guarant .play:hover {
  color: #c4fa32;
}
.section-guarant.get-guarant .play:hover svg path {
  fill: #c4fa32;
}
@media (max-width: 992px) {
  .section-guarant.get-guarant .play {
    color: #2e2c42;
  }
  .section-guarant.get-guarant .play:hover {
    color: #514ffa;
  }
  .section-guarant.get-guarant .play:hover svg path {
    fill: #514ffa;
  }
}

.section-money {
  padding-bottom: 6rem;
}
@media (max-width: 678px) {
  .section-money {
    padding-bottom: 4rem;
  }
}

.money {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.money .item {
  width: calc(33.33% - 1.25rem);
  padding: 1.75rem 2rem;
  border: 0.25rem solid #f9f9f9;
  font-family: "Futura-Medium";
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .money .item {
    width: calc(50% - 1.25rem);
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 540px) {
  .money .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.money .item .num {
  font-family: "Futura-Medium";
  font-size: 2.9375rem;
  line-height: 3.75rem;
  color: #514ffa;
  margin-bottom: 1rem;
}
@media (max-width: 678px) {
  .money .item .num {
    font-size: 2rem;
  }
}
.money .item p {
  margin: 0;
}
.money .item:last-child {
  font-family: "Futura-Regular";
  background: #514ffa;
  color: #ffffff;
}
@media (max-width: 992px) {
  .money .item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.money .item:last-child .num {
  color: #ffffff;
}

.section-system {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
  background: #f9f9f9;
}
@media (max-width: 992px) {
  .section-system {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 678px) {
  .section-system {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.section-system .global {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-system .global .img {
  margin: 2rem 0;
}
.section-system .global .text {
  width: 60%;
}
@media (max-width: 992px) {
  .section-system .global .text {
    width: 100%;
  }
}

.system {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.75rem;
}
.system .item {
  width: calc(33.33% - 1.25rem);
  padding: 1.875rem;
  background: #fff;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .system .item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.system .item img {
  width: 3.125rem;
  margin-bottom: 1.5rem;
}
.system .item .title {
  font-family: "Futura-Medium";
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.system .item p {
  margin: 0;
}

.article {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 678px) {
  .article {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.article .top {
  width: 80%;
  margin-bottom: 6rem;
}
@media (max-width: 678px) {
  .article .top {
    width: 100%;
    margin-bottom: 3rem;
  }
}

article {
  margin-top: 3.125rem;
  font-family: "Futura-Regular";
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media (max-width: 678px) {
  article {
    font-size: 1rem;
  }
}
article h2,
article h3,
article h4,
article h5 {
  margin: 2.5em 0 1em;
  width: 100%;
}
article h2 {
  font-family: "Futura-Medium";
  font-size: 1.25rem;
  line-height: 1.625rem;
}
article .fiq {
  width: 50%;
  float: right;
  margin-top: 1.625rem;
  margin-left: 3.625rem;
}
article b {
  font-family: "Futura-Medium";
}
article a {
  color: inherit;
  text-decoration: underline;
  color: #514ffa;
}
article a:hover {
  text-decoration: none;
}
article img {
  margin: 0;
}
article ul {
  list-style: none;
  padding: 0;
  margin: 1.5em 0;
  width: 100%;
}
article ul li {
  padding-left: 0.9375rem;
  margin: 0.5em 0 0 0.625rem;
  position: relative;
}
article ul li:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #000000;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0.5rem;
}
article ol {
  padding: 0 0 0 1rem;
  margin: 1.5em 0;
  width: 100%;
}
article ol li {
  counter-increment: listCounter;
  margin: 0.5em 0;
  padding-left: 0.3125rem;
}
article ol li::marker {
  color: #514ffa;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

/***** Page (article) *****/
.section-about {
  padding-bottom: 8.125rem;
}
@media (max-width: 992px) {
  .section-about {
    padding-bottom: 6rem;
  }
}
@media (max-width: 678px) {
  .section-about {
    padding-bottom: 4rem;
  }
}

.about .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about .item {
    justify-content: center;
  }
}
.about .item .text {
  max-width: 46.625rem;
  width: 60%;
}
@media (max-width: 992px) {
  .about .item .text {
    width: 100%;
    order: 2;
  }
}
.about .item img {
  width: 23.125rem;
}
@media (max-width: 992px) {
  .about .item img {
    margin-bottom: 2rem;
  }
}

.section-rules {
  padding-bottom: 5.625rem;
}
@media (max-width: 678px) {
  .section-rules {
    padding-bottom: 4rem;
  }
}

.rules {
  display: flex;
  flex-wrap: wrap;
}
.rules .text {
  width: 50%;
}
@media (max-width: 992px) {
  .rules .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.rules .text .title {
  font-family: "Futura-Medium";
  font-size: 1.25rem;
}
.rules .text p {
  margin: 0.5em 0;
  max-width: 31.25rem;
}
@media (max-width: 992px) {
  .rules .text p {
    max-width: 100%;
  }
}

.section-instr {
  margin-bottom: -10rem;
  position: relative;
  z-index: 10;
}

.instr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.25rem;
  background: #ffffff;
  border: 0.125rem solid #efefef;
}
.instr .item {
  width: 33.33%;
  padding: 2.25rem 3rem;
}
@media (max-width: 992px) {
  .instr .item {
    width: 100%;
  }
}
.instr .item img {
  width: 3.125rem;
  margin-bottom: 1.5rem;
}
.instr .item .title {
  font-family: "Futura-Medium";
}
.instr .item .link {
  font-family: "Futura-Medium";
  color: #514ffa;
}
.instr .item .link:hover {
  color: #2e2c42;
}

.section-partners {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .section-partners {
    padding-bottom: 6rem;
  }
}
@media (max-width: 678px) {
  .section-partners {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.partners {
  display: flex;
  justify-content: space-between;
  margin: 3.75rem 0;
  flex-wrap: wrap;
}
.partners .item {
  width: calc(25% - 1rem);
  padding: 1.75rem 1.4rem;
  border: 0.25rem solid #f9f9f9;
  background: #fff;
  font-family: "Futura-Medium";
  font-size: 1rem;
}
@media (max-width: 992px) {
  .partners .item {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .partners .item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.partners .item .num {
  font-family: "Futura-Medium";
  font-size: 2.9375rem;
  line-height: 3.75rem;
  color: #514ffa;
  margin-bottom: 1rem;
}
@media (max-width: 678px) {
  .partners .item .num {
    font-size: 2rem;
  }
}
.partners .item p {
  margin: 0;
}
.partners .item:last-child {
  font-family: "Futura-Regular";
  background: #514ffa;
  color: #ffffff;
  font-size: 0.875rem;
}
.partners .item:last-child .num {
  color: #ffffff;
}

.over {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.over .text {
  width: calc(75% - 1rem);
}
@media (max-width: 992px) {
  .over .text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.over .text:nth-child(2) {
  width: calc(25% - 1rem);
}
@media (max-width: 992px) {
  .over .text:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
  }
}
.over .text .title {
  font-family: "Futura-Medium";
  font-size: 1.25rem;
}
.over .text p {
  margin: 0.5em 0;
}

.top-page {
  padding-bottom: 0;
}

.system-box {
  display: flex;
  justify-content: space-between;
}
.system-box .buttons {
  width: 14.375rem;
}
.system-box article {
  width: calc(100% - 21.875rem);
}
@media (max-width: 992px) {
  .system-box article {
    width: calc(100% + 170.125rem);
  }
}

.section-income {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 678px) {
  .section-income {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.section-income .top {
  padding-bottom: 6rem;
}
@media (max-width: 678px) {
  .section-income .top {
    padding-bottom: 4rem;
  }
}
.section-income .inform {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-income .item {
  width: 46.6875rem;
  margin-bottom: 3.75rem;
}
.section-income .inf {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
  font-family: "Futura-Medium";
}
@media (max-width: 414px) {
  .section-income .inf {
    flex-wrap: wrap;
  }
}
.section-income .title-big {
  margin-right: 2.75rem;
}
@media (max-width: 992px) {
  .section-income .title-big {
    margin-right: 1.5rem;
  }
}
.section-income .button {
  margin-left: auto;
}
@media (max-width: 414px) {
  .section-income .button {
    margin-top: 1.5rem;
    margin-left: 0;
    width: 50%;
  }
}
.section-income p {
  font-size: 1rem;
  margin: 0.5em 0;
}
.section-income img {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.section-login {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  min-height: calc(100vh - 5.625rem);
}
@media (max-width: 678px) {
  .section-login {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-login .login-form {
  width: 22.625rem;
  max-width: 90%;
  margin: 2.5rem auto;
}
.section-login .registr-form {
  width: 45rem;
  max-width: 90%;
  margin: 2.5rem auto;
}
.section-login .social {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.section-login .social .text {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #535164;
}
.section-login .social a {
  margin-right: 1.125rem;
}
.section-login .button {
  width: 14rem;
  margin: 0 0 2rem;
}

.lk-content {
  width: calc(100% - 16.5rem);
  margin-left: auto;
  padding: 1.875rem 0 0.9375rem;
}
@media (max-width: 1080px) {
  .lk-content {
    width: 100%;
  }
}
.lk-content .title-big {
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 678px) {
  .lk-content .title-big {
    font-size: 1.5rem;
  }
}

.top-lk {
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1080px) {
  .top-lk {
    padding-top: 5rem;
  }
}

.info-lk {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .info-lk {
    flex-wrap: wrap;
  }
}
.info-lk .forma {
  background: #f5f5f5;
  border: 0.125rem solid #f5f5f5;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
  padding: 1.375rem 1.875rem;
}
@media (max-width: 992px) {
  .info-lk .forma {
    padding: 1.2rem 0.9375rem;
  }
}
.info-lk .forma .title-sub {
  font-size: 1rem;
}
.info-lk .form-profile {
  width: 29rem;
}
@media (max-width: 992px) {
  .info-lk .form-profile {
    width: 100%;
  }
}
.info-lk .form-profile .button {
  width: 100%;
}
.info-lk .form-market {
  width: 41rem;
}
@media (max-width: 992px) {
  .info-lk .form-market {
    width: 100%;
  }
}
.info-lk .form-market .button {
  width: 100%;
}
.info-lk .form-referals {
  width: 100%;
  align-items: flex-end;
}
.info-lk .form-referals .wide-row {
  width: 80%;
}
@media (max-width: 687px) {
  .info-lk .form-referals .wide-row {
    width: 100%;
  }
}
.info-lk .form-referals .button {
  margin-bottom: 0.9375rem;
}
@media (max-width: 687px) {
  .info-lk .form-referals .button {
    width: 100%;
    margin-bottom: 0;
  }
}
.info-lk .form-balance {
  width: 100%;
  align-items: flex-end;
}
.info-lk .form-balance .wide-row {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-lk .form-balance .wide-row input:last-child {
  width: 43%;
}
@media (max-width: 992px) {
  .info-lk .form-balance .wide-row input:last-child {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .info-lk .form-balance .wide-row {
    width: 100%;
  }
}
.info-lk .form-balance .rows {
  width: 55%;
  display: flex;
  align-items: center;
}
.info-lk .form-balance .rows input {
  border-radius: 3.75rem 0 0 3.75rem;
  margin-right: -1px;
}
.info-lk .form-balance .rows .jq-selectbox {
  width: 10rem;
}
.info-lk .form-balance .rows .jq-selectbox__select {
  border-radius: 0 3.75rem 3.75rem 0;
}
@media (max-width: 992px) {
  .info-lk .form-balance .rows {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.info-lk .form-balance .button {
  margin-bottom: 0.9375rem;
}
@media (max-width: 992px) {
  .info-lk .form-balance .button {
    width: 100%;
  }
}
.info-lk .inform {
  width: calc(100% - 29.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.info-lk .inform .infobox {
  margin: 0 0.43rem 0.9375rem;
}
@media (max-width: 992px) {
  .info-lk .inform {
    width: 100%;
  }
  .info-lk .inform .infobox {
    margin: 0 0.3rem 0.9375rem;
  }
}
@media (max-width: 414px) {
  .info-lk .inform .infobox {
    width: 48%;
    margin: 0 1% 0.9375rem;
  }
}
.info-lk .inform.inform-market {
  width: calc(100% - 42rem);
}
@media (max-width: 992px) {
  .info-lk .inform.inform-market {
    width: 100%;
  }
}

.infobox {
  width: 11.625rem;
  padding: 1rem 1.125rem;
  border-radius: 0.625rem;
  position: relative;
  margin: 0 auto 0.9375rem;
  background: #f5f5f5;
  transition: 0.3s;
  min-height: 5.625rem;
}
@media (max-width: 414px) {
  .infobox {
    width: 48%;
    margin: 0 1% 0.9375rem;
  }
}
.infobox .label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 100%;
}
.infobox .balance {
  font-family: "Futura-Medium";
  font-size: 1.25rem;
  line-height: 1.625rem;
  width: 100%;
}
.infobox hr {
  width: 100%;
  margin: 0.5rem 0;
  border-color: #fff;
  opacity: 0.2;
}
.infobox .buttons {
  font-family: "Futura-Medium";
  display: block;
  text-align: center;
  font-size: 0.875rem;
}
.infobox .buttons:hover {
  color: #c4fa32;
}
.infobox .toggle {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.infobox .toggle svg {
  position: absolute;
  top: 0;
  width: 1rem;
  height: auto;
}
.infobox .toggle .close {
  display: none;
}
.infobox .toggle .more {
  display: block;
}
.infobox .toggle:hover svg path {
  fill: #000;
}
.infobox .overlay {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0.875rem 1.5rem rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0.625rem 0.625rem;
  display: none;
}
.infobox .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.875rem 1.125rem;
}
.infobox .overlay ul li a {
  font-size: 1rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infobox .overlay ul li a span {
  font-family: "Futura-Medium";
}
.infobox.blue {
  background: #514ffa;
  color: #fff;
}
.infobox.blue .label {
  opacity: 0.7;
}
.infobox.blue svg path {
  fill: #fff;
}
.infobox.black {
  background: #2e2c42;
  color: #fff;
}
.infobox.black .label {
  opacity: 0.7;
}
.infobox.black svg path {
  fill: #fff;
}
.infobox.green {
  background: #c4fa32;
}
.infobox.red {
  background: #ff0000bf;
  color: #fff;
}
.infobox.active {
  border-radius: 0.625rem 0.625rem 0 0;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.12);
  z-index: 100;
}
.infobox.active .toggle .close {
  display: block;
}
.infobox.active .toggle .more {
  display: none;
}
.infobox.active .overlay {
  display: block;
}
.infobox.active.blue {
  background: #514ffa;
  color: #fff;
}
.infobox.active.blue .overlay {
  background: #514ffa;
  color: #fff;
}
.infobox.active.black {
  background: #2e2c42;
  color: #fff;
}
.infobox.active.black .overlay {
  background: #2e2c42;
  color: #fff;
}

.inform-market .infobox {
  width: 11.625rem;
  padding: 1.8rem 1.125rem;
}

.balance {
  border: none;
}

.referals {
  border: none;
}
.referals .info-lk {
  flex-wrap: wrap;
}

.table-referals {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.table-referals .top {
  padding: 0.625rem 1.875rem;
  background: #f5f5f5;
  color: #a19fb4;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .table-referals .top {
    padding: 0.625rem 1.2rem;
  }
}
.table-referals .top span {
  width: 4.375rem;
  min-width: 4.375rem;
}
.table-referals .item {
  padding: 0.625rem 1.875rem;
  background: #fff;
  display: flex;
  border-top: 1px solid #e3e3e3;
  font-family: "Futura-Medium";
}
@media (max-width: 480px) {
  .table-referals .item {
    padding: 0.625rem 1.2rem;
  }
}
.table-referals .item span {
  width: 4.375rem;
  min-width: 4.375rem;
}
@media (max-width: 687px) {
  .table-referals .item span {
    color: #a19fb4;
    font-size: 1rem;
  }
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 0.125rem solid #f5f5f5;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
}
.pagination .page-num {
  padding: 0.625rem;
  font-family: "Futura-Medium";
}
@media (max-width: 687px) {
  .pagination .page-num {
    font-size: 1rem;
    padding: 0.625rem 0.4rem;
  }
}
.pagination .page-num:hover {
  color: #514ffa;
}
.pagination .page-num.current {
  color: #514ffa;
}
.pagination .page-num.prev {
  margin-right: auto;
}
.pagination .page-num.next {
  margin-left: auto;
}

/***** ICONS *****/
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-next:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-detal:before {
  content: "\e903";
}

.icon-doc:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-star-off:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e908";
}