*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  padding: env(safe-area-inset);
}

html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  margin: 0 auto !important;
}

body {
  margin: 0 auto;
  padding: 0px;
  -webkit-outline: none;
  outline: none;
  position: relative;
  min-width: 320px;
  max-height: 1000000px;
  min-height: 100vh;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active,
:hover,
:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  outline: none;
}

ul,
ol {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

li {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

iframe {
  display: block;
  border: none;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

textarea {
  white-space: pre-wrap;
  resize: none;
}

button,
select {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
}

button {
  width: auto;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type=search],
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  -webkit-outline: none;
  outline: none;
}

[type=search]::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[hidden],
::-ms-clear,
area {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  padding: 0;
}

menu,
dir {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-outline: none;
  outline: none;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

body {
  font-family: "Zona Pro";
  color: rgb(0, 0, 0);
}

.container {
  width: 1400px;
  margin: 0px auto;
}

.siteWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
  overflow: hidden;
}

.siteWrapper .footer {
  margin-top: auto;
}

.siteWrapper.innerPage .footer {
  padding-top: 97px;
}

.logoWrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.logoWrapper>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.logoWrapper:hover {
  opacity: 0.75;
}

.menu ul {
  display: flex;
  margin: 0 -27.5px;
}

.menu ul li {
  margin: 0 27.5px;
}

.menu .login {
  display: none;
}

.menu .login a {
  color: #3333ff;
}

.menu .login a:hover {
  color: rgb(0, 0, 0);
}

.menu .signup {
  display: none;
}

.menu .signup a {
  color: #00c77b;
}

.menu a {
  color: #050925;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu a.active,
.menu a:hover {
  color: #3333ff;
}

.alert {
  background: #3333ff;
  background: -moz-linear-gradient(left, #3333ff 0%, #4a7dff 100%);
  background: -webkit-linear-gradient(left, #3333ff 0%, #4a7dff 100%);
  background: linear-gradient(to right, #3333ff 0%, #4a7dff 100%);
  color: rgb(255, 255, 255);
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.alert.visible {
  display: flex;
}

.alert .btnDeleteAlert {
  margin-left: -10px;
  left: 24px;
}

.btnDeleteAlert {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}

.btnDeleteAlert>* {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btnDeleteAlert>*:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
}

.btnDeleteAlert:hover {
  opacity: 1;
}

.titleBlock {
  position: relative;
  display: block;
  font-size: 50px;
  color: #050925;
  font-weight: 400;
}

.titleBlock .invisText {
  position: absolute;
  bottom: -17px;
  font-size: 2em;
  left: 64px;
  color: rgb(255, 255, 255);
  text-shadow: 8px 8px 3px rgba(137, 182, 255, 0.21);
  z-index: -1;
}

.textSimple {
  font-size: 17px;
  line-height: 28px;
  color: #050925;
  letter-spacing: 0.024em;
}

textarea,
input {
  font-family: "Zona Pro";
}

.linkSite {
  position: relative;
  font-size: 20px;
  color: #3333ff;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: solid 1px #3333ff;
}

.linkSite:hover {
  border-bottom-color: transparent;
}

.social {
  margin: 0 -10px;
  display: flex;
  align-items: center;
}

.social li {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.social a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #2f3247;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.social a:hover {
  opacity: 0.75;
}

.social img {
  object-fit: contain;
}

.selectric-items {
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.selectric-scroll {
  background-color: #2f3247;
  border: 0;
}

.selectric-scroll ul li {
  color: rgb(255, 255, 255);
}

.selectric-scroll ul li.selected {
  color: rgb(255, 255, 255);
  background-color: #3333ff;
}

.selectric-scroll ul li:hover {
  background-color: rgb(255, 255, 255);
  color: #050925;
}

.pagination {
  position: relative;
}

.pagination::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/blick_pagination.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 1035px;
  height: 1311px;
  margin-left: -335px;
  margin-top: -635px;
  z-index: -1;
  pointer-events: none;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.pagination ul li {
  margin: 0 10px;
}

.pagination ul li a {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  color: #050925;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border: solid 2px rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
}

.pagination ul li a.active,
.pagination ul li a:hover {
  color: #3333ff;
  border-color: #3333ff !important;
}

.pagination ul li.arrowPrev {
  position: absolute;
  left: 0;
  top: 0;
}

.pagination ul li.arrowPrev a {
  border-color: #dceaff;
  background-color: #dceaff;
  background-image: url("../img/arrow_left_dark.png");
}

.pagination ul li.arrowNext {
  position: absolute;
  right: 0;
  top: 0;
}

.pagination ul li.arrowNext a {
  border-color: #dceaff;
  background-color: #dceaff;
  background-image: url("../img/arrow_right_dark.png");
}

.textSection {
  color: #000b47;
  font-size: 15px;
  line-height: 26px;
}

.textSection h2 {
  font-size: 40px;
  display: block;
  margin-bottom: 55px;
}

.textSection h3 {
  font-size: 25px;
  display: block;
  margin-bottom: 43px;
  margin-top: 45px;
}

.textSection .accent {
  color: #050925;
  font-size: 17px;
  background-color: rgb(255, 255, 255);
  border: solid 2px #f0f6ff;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 35px 0;
  padding: 30px 50px;
  font-weight: 600;
  line-height: 29px;
}

.textSection p+p {
  margin-top: 22px;
}

.textSection b {
  display: block;
  margin-top: 22px;
}

.textSection a {
  color: #3333ff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.textSection a:hover {
  text-decoration-color: transparent;
}

.textSection ul {
  margin: 22px 0 27px;
}

.textSection ul.small li+li {
  margin-top: 0;
}

.textSection ul li {
  position: relative;
  padding-left: 25px;
}

.textSection ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background-color: #3333ff;
  width: 7px;
  height: 7px;
}

.textSection ul li+li {
  margin-top: 23px;
}

.socialLine {
  display: flex;
  align-items: center;
  margin-top: 58px;
}

.socialLine .txt {
  color: #393c4e;
  font-size: 14px;
  margin-right: 19px;
}

.socialLine .social {
  margin: 0 -8px;
}

.socialLine .social li {
  background-attachment: #2f3247;
  width: 28px;
  height: 28px;
  margin: 0 8px;
}

.socialLine .social li a img {
  width: 60%;
}

.dropBlock .dropTitle {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropBlock .drop {
  display: none;
}

.table {
  display: table;
  width: 100%;
  border: 0;
}

.table .thead {
  display: table-row-group;
}

.table .thead .tr {
  display: table-row;
}

.table .thead .tr .th {
  display: table-cell;
  vertical-align: middle;
}

.table .tbody {
  display: table-row-group;
}

.table .tbody .tr {
  display: table-row;
}

.table .tbody .tr .td {
  display: table-cell;
  vertical-align: middle;
}

.play {
  cursor: pointer;
  background-image: url("../img/play.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 81px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -36px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.play:hover {
  opacity: 0.75;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.copyMessage {
  position: absolute;
  display: none;
  right: -11px;
  top: -23px;
  font-size: 10px;
  color: #050925;
  background-color: rgb(255, 255, 255);
  padding: 5px;
  width: 80px;
  text-align: center;
  font-family: "Zona Pro";
  line-height: 12px;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
}

.copyMessage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  background-image: url("../img/arrow_small_cabinet.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 13px;
  z-index: 1;
  margin-left: -11px;
}

.progressLine {
  border: solid 2px rgb(255, 255, 255);
  background-color: #e3ebfa;
  position: relative;
  height: 12px;
  width: 100%;
}

.progressLine .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #3333ff;
}

.swiper-pagination {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 43px;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  color: #050925;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: solid 2px transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 0 -5px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 !important;
  border-color: #3333ff !important;
  background-color: #f6f9fd;
  color: #3333ff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.swiper-pagination .swiper-pagination-bullet:hover {
  color: #3333ff;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  border: solid 2px rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #3333ff;
}

.swiper-button-prev {
  background-image: url("../img/arrow_left_dark.png");
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.swiper-button-next {
  background-image: url("../img/arrow_right_dark.png");
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.inputLine {
  width: 100%;
}

.inputLine label {
  color: #48586d;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
}

.inputLine input {
  border: 0;
  outline: none;
  background-color: rgb(255, 255, 255);
  border: solid 2px #dfe8f6;
  height: 37px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #050925;
  padding: 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.inputLine input:disabled {
  background-color: #f0f6ff;
}

.inputLine textarea {
  resize: none;
  border: 0;
  outline: none;
  background-color: rgb(255, 255, 255);
  border: solid 2px #dfe8f6;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #050925;
  padding: 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.inputLine textarea:disabled {
  background-color: #f0f6ff;
}

.inputLine .imp {
  color: #3333ff;
}

.inputLine .selectric {
  background-color: rgb(255, 255, 255);
  border: solid 2px #dfe8f6;
  height: 37px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.inputLine .label {
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #050925;
  height: 100%;
}

.inputLine .button {
  background: transparent;
  background-image: url("../img/arrow_selectric_dark.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.inputLine .button::after {
  display: none;
}

.checkBlock {
  position: relative;
}

.checkBlock input {
  display: none;
}

.checkBlock input:checked+label::after {
  opacity: 1;
}

.checkBlock label {
  cursor: pointer;
  flex-wrap: wrap;
  font-size: 14px;
  color: #050925;
  font-weight: 300;
  padding-left: 41px;
  position: relative;
  height: 37px;
  display: flex;
  align-items: center;
}

.checkBlock label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  border: solid 2px #dfe8f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.checkBlock label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/check.png");
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkBlock+.checkBlock {
  margin-top: 2px;
}

.qrCode {
  background-color: #f6f9fd;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
}

.message {
  position: relative;
  border: solid 2px #050925;
  padding: 11px 50px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0;
}

.message:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  font-family: "icomoon" !important;
  font-size: 24px;
  margin-top: -12px;
  font-weight: 400;
}

.message.success {
  border-color: #00c77b;
  color: #00c77b;
}

.message.success::before {
  content: "\e918";
}

.message.error {
  border-color: #f23d5b;
  color: #f23d5b;
}

.message.error::before {
  content: "\e919";
}

.message.info {
  border-color: #3333ff;
  color: #3333ff;
}

.message.info::before {
  content: "\e916";
}

.message.attention {
  border-color: #f5911d;
  color: #f5911d;
}

.message.attention::before {
  content: "\e915";
}

.status.susses {
  color: #00c77b;
}

.status.pending,
.status.progress {
  color: #3333ff;
}

.status.rejected {
  color: #f23d5b;
}

.modalWrap {
  position: relative;
}

.modal {
  font-family: "Zona Pro";
  display: none;
}

.modal.is-open {
  display: block;
  z-index: 15;
}

.modal__container {
  overflow-x: hidden;
  background: transparent;
  padding: 150px 0;
  max-width: inherit;
  width: 100%;
}

.modal__container .modalWrap {
  margin: 0 auto;
  padding: 44px 66px 80px;
  max-width: 1105px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.modal__content {
  padding: 0;
  margin: 0;
}

.modal__close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: -32px;
  top: -32px;
  display: block;
}

.modal__close span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgb(255, 255, 255);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dots .swiper-pagination-bullet {
  background-color: #bccdff;
  width: 10px;
  height: 10px;
}

.dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #050b25;
}

.menuBurger {
  width: 27px;
  height: 27px;
  display: none;
}

.menuBurger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #050925;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menuBurger .line+.line {
  margin-top: 5px;
}

.menuBurger.open .line:nth-child(1) {
  -moz-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -o-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.menuBurger.open .line:nth-child(2) {
  opacity: 0;
}

.menuBurger.open .line:nth-child(3) {
  -moz-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -o-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobilePrimer {
  display: none !important;
}

.content {
  width: 100%;
}

.highcharts-background {
  background: transparent;
  fill: transparent;
}

.highcharts-credits {
  display: none !important;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 0;
  padding: 0;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.highcharts-data-table caption {
  color: #555;
}

.highcharts-data-table th {
  padding: 0;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0;
}

.highcharts-tick {
  display: none !important;
}

.highcharts-figure .highcharts-container,
.highcharts-figure>* {
  height: 200px !important;
}

.ui-datepicker {
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  border: 0;
  width: 320px;
  z-index: 5 !important;
}

.ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: transparent;
  border: 0;
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  width: 31px;
  overflow: hidden;
  color: transparent;
  order: 2;
  background: transparent;
  border: 0;
  background-image: url("../img/arrow_left_dark.png");
  background-position: left center;
  background-repeat: no-repeat;
  top: 9px;
  left: 15px;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  width: 31px;
  overflow: hidden;
  color: transparent;
  order: 0;
  background: transparent;
  border: 0;
  background-image: url("../img/arrow_right_dark.png");
  background-position: right center;
  background-repeat: no-repeat;
  top: 9px;
  right: 15px;
}

.ui-datepicker .ui-datepicker-title {
  order: 1;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  color: #3333ff;
  background-color: rgb(255, 255, 255);
  font-weight: bold;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: block;
  font-size: 16px;
  margin: 0 3px;
}

.ui-datepicker-calendar thead tr th {
  color: rgb(0, 0, 0);
}

.ui-datepicker-calendar tbody tr td {
  background: transparent;
  padding: 5px;
}

.ui-datepicker-calendar tbody tr td .ui-state-default {
  color: rgb(0, 0, 0);
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 5px;
}

.ui-datepicker-calendar tbody tr td .ui-state-default:hover {
  background-color: #3333ff !important;
  color: rgb(255, 255, 255);
}

.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.33;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #3333ff;
}

.ui-datepicker select.ui-datepicker-month {
  padding: 6px !important;
  font-size: 13px;
}

@media (min-width: 1024px) {
  .dots {
    display: none;
  }
}

@keyframes animationLines {
  0% {
    width: 0;
  }

  100% {
    width: 2011px;
  }
}

@keyframes animationBack {
  from {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@keyframes animationCircle {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.33;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1900px) and (min-width: 1701px) {
  html {
    zoom: 91%;
  }

  @-moz-document url-prefix() {
    html {
      transform: scale(0.91);
      transform-origin: left top;
      width: 109.8901098901%;
      height: 109.8901098901%;
    }
  }
}

@media (max-width: 1700px) and (min-width: 1501px) {
  html {
    zoom: 80%;
  }

  @-moz-document url-prefix() {
    html {
      transform: scale(0.8);
      transform-origin: left top;
      width: 125%;
      height: 125%;
    }
  }
}

.btn {
  position: relative;
  min-width: 182px;
  height: 65px;
  line-height: 57px;
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 17px;
}

.btn.btnGreen {
  background-color: #00c77b;
  color: rgb(255, 255, 255);
}

.btn.btnGreen:hover {
  background-color: #3333ff;
}

.btn.btnBlue {
  background-color: #3333ff;
  color: rgb(255, 255, 255);
}

.btn.btnBlue:hover {
  background-color: #00c77b;
}

.btn.btnDark {
  background-color: #050925;
  color: rgb(255, 255, 255);
}

.btn.btnDark:hover {
  background-color: #00c77b;
}

.btn.btnWhite {
  background-color: rgb(255, 255, 255);
  color: #050925;
}

.btn.btnWhite:hover {
  background-color: #00c77b;
  color: rgb(255, 255, 255);
}

.btn.btnGray {
  background-color: #e4ebf7;
  color: #050925;
}

.btn.btnGray:hover {
  background-color: #c6ccd6;
}

.header {
  position: relative;
  width: 100%;
}

.header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  background-image: url(../img/blick_header.png);
  width: 999px;
  height: 286px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -38px;
  z-index: -1;
}

.header .logoWrapper {
  max-width: 199px;
}

.headerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px 0;
}

.headerContent .controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btnAuth+.btnAuth {
  margin-left: 27px;
}

.btnAuth {
  background-color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 600;
  min-width: 135px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.btnAuth.signin {
  color: #3333ff;
}

.btnAuth.signin:hover {
  background-color: #3333ff;
  color: rgb(255, 255, 255);
}

.btnAuth.signup {
  color: #00c77b;
}

.btnAuth.signup:hover {
  background-color: #00c77b;
  color: rgb(255, 255, 255);
}

.footer {
  position: relative;
  z-index: 4;
  padding: 347px 0 100px;
  background-color: #050925;
  width: 100%;
}

.footerContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footerContent .leftSide {
  width: 25%;
}

.footerContent .rightSide {
  width: calc(80% - 104px);
  padding-top: 9px;
}

.footerContent .social {
  margin-top: 40px;
}

.footerContent .copyRight {
  margin-top: 35px;
  color: #96a3b5;
  font-size: 14px;
  display: block;
  line-height: 30px;
}

.footerMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: rgb(255, 255, 255);
}

.footerMenu .column {
  width: calc(25% - 14px);
}

.footerMenu .column.footerContacts {
  width: 290px;
}

.footerMenu .column.footerContacts .title {
  margin-bottom: 32px;
}

.footerMenu .title {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: rgb(3 199 123);
}

.footerMenu ul {
  margin-top: 38px;
}

.footerMenu ul li {
  position: relative;
  padding-left: 25px;
}

.footerMenu ul li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  background-color: #3333ff;
  width: 7px;
  height: 7px;
  margin-top: -2px;
}

.footerMenu ul li+li {
  margin-top: 17px;
}

.footerMenu ul a {
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footerMenu ul a:hover {
  color: #3333ff;
}

.footerContacts {
  color: #96a3b5;
  font-size: 15px;
  line-height: 29px;
}

.footerContacts .phone {
  font-size: 15px;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footerContacts .phone:hover {
  text-decoration-color: rgb(255, 255, 255);
}

.footerContacts .linkSite {
  font-size: 15px;
  line-height: 15px;
}

.greetingsSection .btn {
  min-width: 255px;
  font-size: 25px;
  font-weight: 600;
  line-height: 71px;
  height: 84px;
  margin-top: 50px;
}

.greetingsSection+* {
  position: relative;
  z-index: 4;
}

.greetings {
  position: relative;
  padding: 80px 0 0px;
}

.greetings .text {
  font-size: 17px;
  width: 50%;
}

.greetings .text p {
  line-height: 30px;
  margin-top: 23px;
  max-width: 560px;
}

.greetings .cap {
  color: #3333ff;
  font-size: 111px;
  line-height: 100px;
  font-weight: 600;
}

.greetings .cap+* {
  margin-top: 15px;
}

.greetings .cap .txt {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 50px;
  font-weight: 400;
}

.greetings .brands {
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 545px;
  margin-top: 63px;
  margin-bottom: -47px;
  padding: 18px 0px 25px 51px;
  position: relative;
  z-index: 5;
}

.greetings .mainBrand {
  width: 186px;
}

.greetings .listBrand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% + 12px);
  padding-top: 17px;
}

.greetings .listBrand li {
  margin-bottom: 20px;
}

.greetings .listBrand li:first-child {
  width: 100%;
}

.greetings a {
  transition: opacity 0.3s;
}

.greetings a:hover {
  opacity: 0.6;
}

.mainBrandRating {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.mainBrandRating .ratingTxt {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.mainBrandRating .pic {
  background-image: url("../img/star_rating.png");
  width: 85px;
  height: 16px;
  margin-left: 6px;
}

.screenCabinet {
  position: absolute;
  left: 50%;
  top: 97px;
  width: 840px;
  height: 560px;
  background-color: rgba(254, 254, 254, 0.33);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-left: -25px;
  padding: 35px 43px;
}

.screenCabinet .screen {
  background-image: url("../img/screen_user_account.png");
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.screenCabinet .back {
  position: absolute;
  left: calc(50% - 400px);
  top: calc(100% - 280px);
  width: 1200px;
  height: 449px;
  overflow: hidden;
}

.screenCabinet .back .back1 {
  position: absolute;
  left: -170px;
  top: -165px;
  background-image: url("../img/back-lines.png");
  background-repeat: no-repeat;
  background-position: top left;
  height: 948px;
  width: 2011px;
  animation: 5s ease-in-out infinite alternate animationLines;
}

.screenCabinet .back .back2 {
  position: absolute;
  left: 40px;
  bottom: 0px;
  background-image: url("../img/anim-back2.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 592px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  animation: 3s linear infinite alternate animationBack;
}

.screenCabinet .back .circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: 5s linear infinite alternate animationCircle;
}

.screenCabinet .back .circle {
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 21px rgba(84, 84, 254, 0.77);
  -moz-box-shadow: 0px 0px 21px rgba(84, 84, 254, 0.77);
  box-shadow: 0px 0px 21px rgba(84, 84, 254, 0.77);
}

.screenCabinet .back .circle:nth-child(1) {
  bottom: -6px;
  left: 32px;
}

.screenCabinet .back .circle:nth-child(2) {
  bottom: 155px;
  left: 212px;
}

.screenCabinet .back .circle:nth-child(3) {
  bottom: 276px;
  left: 386px;
}

.screenCabinet .back .circle:nth-child(4) {
  bottom: 319px;
  left: 583px;
}

.screenCabinet .back .circle:nth-child(5) {
  bottom: 402px;
  left: 757px;
}

.screenCabinet .back .circle:nth-child(6) {
  bottom: 398px;
  left: 955px;
}

.partnersSection {
  width: 100%;
}

.partnersSection .textSimple {
  margin-top: 40px;
  max-width: 640px;
}

.partnersSection .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partnersSection .info li {
  width: 50%;
  margin-bottom: 45px;
}

.partnersSection .info li:nth-child(2n) {
  width: calc(50% - 81px);
}

.partnersSection .info li:last-child {
  width: calc(50% - 81px);
  margin-left: auto;
}

.partnersSection .info .value {
  font-size: 35px;
  font-weight: 600;
}

.partnersSection .info .percent {
  font-size: 35px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-shadow: 8px 8px 3px rgba(137, 182, 255, 0.21);
}

.partnersSection .info .text {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
}

.partnersMainWrapper {
  max-width: 1600px;
  min-height: 800px;
  margin: 0 auto;
  padding: 153px 0 50px;
  position: relative;
}

.partnersMainWrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background-image: url("../img/back_partners.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 1797px;
  height: 1017px;
  z-index: -1;
  margin-left: -797px;
}

.partnersMain {
  display: flex;
  flex-wrap: wrap;
}

.partnersMain .leftSide {
  width: calc(50% + 145px);
}

.partnersMain .rightSide {
  width: calc(50% - 145px);
  padding-top: 15px;
}

.coinsInvisPartner {
  position: relative;
  width: calc(100% + 60px);
  height: 500px;
  left: -96px;
  overflow: hidden;
}

.coinsInvisPartner img {
  max-width: 32px;
}

.coinsInvisPartner .text {
  font-size: 10px;
  font-weight: bold;
  margin-top: 15px;
  color: #070917;
}

.coinsInvisPartner .coin {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 92px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.coinsInvisPartner .coin:nth-child(1) {
  left: -40px;
  top: 185px;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  opacity: 0.55;
}

.coinsInvisPartner .coin:nth-child(2) {
  left: 48px;
  top: 65px;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  opacity: 0.55;
}

.coinsInvisPartner .coin:nth-child(3) {
  left: 100px;
  top: 235px;
}

.coinsInvisPartner .coin:nth-child(4) {
  left: 180px;
  top: 98px;
}

.coinsInvisPartner .coin:nth-child(5) {
  left: 139px;
  top: 365px;
}

.coinsInvisPartner .coin:nth-child(6) {
  left: 247px;
  top: 270px;
}

.coinsInvisPartner .coin:nth-child(7) {
  left: 302px;
  top: 158px;
}

.coinsInvisPartner .coin:nth-child(8) {
  left: 407px;
  top: 51px;
}

.coinsInvisPartner .coin:nth-child(9) {
  left: 379px;
  top: 337px;
}

.coinsInvisPartner .coin:nth-child(10) {
  left: 424px;
  top: 203px;
}

.coinsInvisPartner .coin:nth-child(11) {
  left: 530px;
  top: 99px;
}

.coinsInvisPartner .coin:nth-child(12) {
  left: 550px;
  top: 232px;
}

.coinsInvisPartner .coin:nth-child(13) {
  left: 670px;
  top: 178px;
}

.coinsInvisPartner .coin:nth-child(14) {
  left: 660px;
  top: 44px;
}

.coinsInvisPartner .coin:nth-child(15) {
  left: 779px;
  top: 77px;
}

.howWorkSection {
  position: relative;
  z-index: 5;
  padding: 55px 0 10px;
}

.howWorkSection::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -200px;
  background-image: url("../img/blick1035.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 1035px;
  height: 1311px;
  z-index: -1;
  margin-left: -960px;
}

.howWorkSection .textSimple {
  margin-top: 25px;
  max-width: 830px;
}

.howWorkSection .howListWrapper {
  margin-top: 75px;
}

.howListSteps {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #48586d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.howListSteps .step {
  position: relative;
  width: 280px;
}

.howListSteps .step:last-child .way {
  right: calc(100% + 17px);
  left: auto;
}

.howListSteps .picture {
  position: relative;
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  padding: 0 22px;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.howListSteps .picture ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  text-align: center;
  width: 100%;
  height: 100%;
}

.howListSteps .picture ul li {
  width: 50%;
  height: 33.3333333333%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howListSteps .picture:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -32px;
  background-image: url("../img/arrow_steps.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 35px;
}

.howListSteps .title {
  font-size: 17px;
  color: #3333ff;
  font-weight: 600;
}

.howListSteps .num {
  position: absolute;
  left: 50%;
  top: -44px;
  font-size: 40px;
  width: 55px;
  height: 55px;
  color: #c1d8ff;
  font-weight: 800;
  padding: 5px;
  background-color: #f0f6ff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.howListSteps .way {
  position: absolute;
  left: calc(100% + 17px);
  top: 0;
  width: 242px;
  height: 240px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.howListSteps .way .blue {
  color: #3333ff;
}

.howListSteps .way .blue .arrow {
  background-image: url(../img/arrow_blue_way.png);
}

.howListSteps .way .green {
  color: #00c77b;
  margin-top: 58px;
}

.howListSteps .way .green .arrow {
  background-image: url(../img/arrow_green_way.png);
}

.howListSteps .way .arrow {
  width: 153px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

.howListSteps .way .num {
  color: #a3e4c4;
  background-color: rgb(255, 255, 255);
  bottom: -22px;
  top: auto;
}

.easySteps {
  display: flex;
  flex-wrap: wrap;
  padding: 240px 0 86px;
}

.easySteps .leftSide {
  width: calc(50% - 207px);
}

.easySteps .rightSide {
  width: calc(50% + 207px);
  min-height: 700px;
}

.easySteps .rightSide .btn {
  display: none;
}

.easySteps .titleBlock {
  max-width: 370px;
  line-height: 60px;
}

.easySteps .textSimple {
  margin-top: 77px;
  max-width: 340px;
}

.easySteps .btn {
  margin-top: 95px;
  line-height: 54px;
}

.easySteps .steps {
  font-size: 14px;
  line-height: 30px;
  color: #48586d;
  width: 100%;
  height: 100%;
  position: relative;
}

.easySteps .steps .item {
  min-height: 435px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 430px;
  padding: 66px 50px 20px 96px;
  background-color: #f0f6ff;
}

.easySteps .steps .item.step1 {
  background-color: rgb(255, 255, 255);
  left: 117px;
  top: -150px;
  z-index: 2;
}

.easySteps .steps .item.step2 {
  right: 0;
  top: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.easySteps .steps .item.step3 {
  left: 0;
  top: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.easySteps .steps .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.easySteps .steps .num {
  font-size: 90px;
  font-weight: 900;
  color: #deebff;
}

.easySteps .steps .title {
  color: #070917;
  font-size: 30px;
  display: block;
  margin-top: 56px;
  margin-bottom: 6px;
  font-weight: 400;
}

.calcProfitSection {
  padding-bottom: 54px;
}

.calcProfitSection .head {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.calcProfitSection .head .titleBlock {
  max-width: 360px;
  line-height: 62px;
  padding-right: 50px;
}

.calcProfitSection .head .text {
  color: #000b47;
  font-size: 17px;
  line-height: 30px;
  max-width: 270px;
  position: relative;
  top: 10px;
  z-index: 1;
}


.calcProfitSection .head .linkSite {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.calcProfitSection .pools {
  margin-top: -132px;
  margin-bottom: 72px;
}

.pools {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.pools .pool {
  position: relative;
  width: 318px;
  height: 290px;
  z-index: 3;
}

.pools .pool:nth-child(2n) {
  height: 360px;
}

.pools .pool:nth-child(3n) {
  height: 430px;
}

.pools .pool:nth-child(4n) {
  height: 500px;
}

.pools .pool:nth-child(4n) .percent {
  font-size: 70px;
  line-height: 78px;
}

.pools .poolName {
  position: absolute;
  font-size: 37px;
  color: #92abd6;
  text-align: right;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  left: 24px;
  top: 40px;
  text-shadow: -8px -8px 3px rgba(137, 182, 255, 0.21);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.pools .poolPercent {
  display: block;
  text-align: right;
}

.pools .poolPercent .percent {
  font-size: 65px;
  line-height: 75px;
  color: #3333ff;
  display: block;
  letter-spacing: -0.05em;
}

.pools .poolPercent .txt {
  display: block;
  font-size: 17px;
}

.pools .poolState {
  margin-top: 21px;
  width: 100%;
  max-width: 165px;
}

.pools .poolState li {
  color: #48586d;
  font-size: 14px;
}

.pools .poolState .tit {
  display: block;
}

.pools .poolState .val {
  color: #000b47;
  font-size: 20px;
  display: block;
  display: block;
}

.pools .btn {
  cursor: pointer;
  width: 115px;
  height: 38px;
  line-height: 24px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  min-width: inherit;
  margin-left: -58px;
  font-size: 14px;
  z-index: 4;
}

.pools .invisPercent {
  position: absolute;
  right: 0;
  top: -50px;
  font-size: 270px;
  color: #c4daff;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  z-index: -1;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  font-weight: 600;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pools .poolContent {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: solid 2px #e0e9f7;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 25px 46px 42px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.pools .poolContent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/shadow_pool.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center -420px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pools .poolContent:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/back-shadow.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  background-position: -100px 60px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pools .poolContent:hover::after,
.pools .poolContent:hover::before {
  opacity: 1;
}

.pools .poolContent:hover .invisPercent {
  opacity: 0.5;
}

.pools input[type=radio] {
  display: none;
}

.pools input[type=radio]:checked::after,
.pools input[type=radio]:checked::before {
  opacity: 1;
}

.pools input[type=radio]:checked .invisPercent {
  opacity: 0.5;
}

.pools input[type=radio]:checked+.poolContent {
  border-color: #3333ff;
}

.pools input[type=radio]:checked+.poolContent .poolName {
  color: rgb(72 88 109);
}

.pools input[type=radio]:checked+.poolContent+label {
  background-color: #00c77b;
}

.calcProfit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: rgb(255, 255, 255);
}

.calcProfit::before {
  content: "";
  position: absolute;
  left: -98px;
  top: -219px;
  background-image: url("../img/bgcalc.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 1254px;
  height: 785px;
  z-index: -1;
}

.calcProfit::after {
  content: "";
  position: absolute;
  right: -150px;
  top: -500px;
  background-image: url("../img/blick1334.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 1334px;
  height: 1311px;
  z-index: -2;
}

.calcProfit .calcProfitHead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 46px;
}

.calcProfit .titleBlock {
  color: rgb(255, 255, 255);
  max-width: 360px;
  line-height: 65px;
}

.calcProfit .textSimple {
  color: rgb(255, 255, 255);
  width: calc(100% - 360px);
  max-width: 680px;
  line-height: 30px;
}

.calcProfit .leftSide {
  width: calc(100% - 640px);
  padding-right: 83px;
  z-index: 1;
}

.calcProfit .rightSide {
  position: relative;
  width: 640px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  padding: 52px 62px;
  top: -30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.calcProfit .rightSide .btn {
  position: absolute;
  left: 50%;
  margin-left: -89px;
  bottom: -30px;
  line-height: 50px;
}

.calcForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calcForm .inputLine {
  width: calc(50% - 21px);
}

.calcForm .inputLine .input {
  position: relative;
}

.calcForm .inputLine label {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
}

.calcForm .inputLine input {
  border: 0;
  height: 66px;
  font-size: 15px;
  line-height: 68px;
  padding: 0 60px 0 29px;
  color: rgb(255, 255, 255);
  background-color: #2f3247;
}

.calcForm .inputLine .percent {
  color: rgb(255, 255, 255);
  background-color: #050925;
  font-size: 21px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  bottom: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.calcForm .selectric-wrapper {
  width: 100%;
}

.calcForm .selectric {
  border: 0;
  background: transparent;
  height: 66px;
  width: 100%;
}

.calcForm .selectric .label {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  background-color: #2f3247;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 68px;
  padding: 0 60px 0 29px;
}

.calcForm .selectric .btnSelectric {
  background-color: #050925;
  color: transparent;
  font-size: 40px;
  width: 40px;
  height: 40px;
  bottom: 13px;
  right: 10px;
  top: auto;
  font-weight: 400;
  background-image: url("../img/arrow_selectric_white.png");
  background-position: center;
  background-repeat: no-repeat;
}

.calcForm .selectric .btnSelectric::after {
  display: none;
}

.period {
  width: 100%;
  margin-top: 55px;
}

.period .cap {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
}

.period .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17.5px;
  width: calc(100% + 35px);
}

.period .item {
  margin: 0 17.5px 17.5px;
  width: calc(20% - 35px);
}

.period .item input {
  display: none;
}

.period .item input:checked+label {
  background-color: #2f3247;
  color: rgb(255, 255, 255);
}

.period .item label {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  color: #070917;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.calcGridState {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 219px);
  position: relative;
}

.calcGridState .item {
  margin-bottom: 22px;
}

.calcGridState .currentPool {
  background-color: #f0f6ff;
  padding: 23px 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.calcGridState .current {
  grid-column: 2/3;
  grid-row: 1/3;
}

.calcGridState .title {
  color: #050925;
  font-size: 17px;
  display: block;
}

.calcGridState .value {
  color: #050925;
  font-size: 35px;
  line-height: 65px;
  display: block;
}

.calcGridState .name {
  color: #93bbff;
  font-size: 21px;
}

.calcGridState .percent {
  color: #3333ff;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.calcGridState .txt {
  color: #050925;
  font-size: 15px;
  display: block;
}

.assetsSection {
  color: #48586d;
  font-size: 14px;
  line-height: 30px;
}

.assetsSection .titleBlock {
  max-width: 650px;
  line-height: 60px;
}

.assetsSection .icon {
  position: absolute;
  left: 26px;
  top: 27px;
}

.assetsSection .list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.assetsSection .item {
  position: relative;
  width: calc(50% - 60px);
  background-color: #f0f6ff;
  padding: 62px 139px 62px 147px;
  margin-bottom: 42px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.assetsSection .item:nth-child(2n) .icon {
  left: auto;
  right: 26px;
}

.assetsSection .title {
  color: #070917;
  font-size: 20px;
  display: block;
  font-weight: 600;
}

.assetsSection .textBlock {
  max-width: 280px;
  margin: 10px auto 0;
  text-align: center;
}

.assetsSection .textBlock .linkSite {
  font-size: 30px;
  line-height: 35px;
  border-bottom-width: 2px;
}

.assetsSection .textBlock .linkSite:hover {
  text-decoration-color: transparent;
}

.assetsSection .textBlock .txt {
  display: block;
  color: #000b47;
  font-size: 17px;
  margin-top: 9px;
  font-weight: 600;
}

.assetsSection .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  border: solid 2px rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.33);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 255px;
  margin-left: -127px;
  margin-top: -139px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.aboutMainSection {
  padding-bottom: 158px;
}

.aboutMain {
  display: flex;
  flex-wrap: wrap;
}

.aboutMain .leftSide {
  width: calc(50% - 62px);
}

.aboutMain .rightSide {
  width: calc(50% + 62px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutMain .people {
  position: relative;
  top: 88px;
  left: 49px;
}

.aboutMain .people .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.aboutMain .people .item {
  position: absolute;
  width: 70px;
  height: 70px;
  border: solid 3px rgb(255, 255, 255);
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 20px 20px 33px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 20px 20px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 20px 20px 33px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.aboutMain .people .item:nth-child(1) {
  left: -78px;
  top: 20px;
}

.aboutMain .people .item:nth-child(2) {
  left: 80px;
  top: -134px;
}

.aboutMain .people .item:nth-child(3) {
  left: 351px;
  top: -168px;
}

.aboutMain .people .item:nth-child(4) {
  right: -70px;
  top: -8px;
}

.aboutMain .people .item:nth-child(5) {
  right: -49px;
  top: 192px;
}

.aboutMain .people .item:nth-child(6) {
  right: 168px;
  top: 172px;
}

.aboutMain .people .item:nth-child(7) {
  left: 88px;
  top: 243px;
}

.aboutMain .people .title {
  color: #050925;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.sliderAbout {
  left: -60px;
  width: calc(100% + 120px);
}

.sliderAbout .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 120px 60px 0;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
}

.sliderAbout .item::before {
  content: "";
  position: absolute;
  left: 129px;
  top: 76px;
  background-image: url("../img/arrow_about.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 82px;
  height: 68px;
  z-index: -1;
}

.sliderAbout .text {
  width: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 59px 72px;
  font-size: 14px;
  line-height: 30px;
  min-height: 268px;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.sliderAbout .text::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0px;
  background-image: url("../img/arrow_about.png");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 82px;
  height: 18px;
  z-index: 0;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
}

.sliderAbout .text::after {
  content: "";
  position: absolute;
  bottom: -33px;
  right: 177px;
  background-image: url("../img/arrow_steps.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 35px;
}

.sliderAbout .user {
  width: calc(50% - 56px);
  display: flex;
  align-items: center;
  margin-top: 56px;
}

.sliderAbout .picture {
  width: 51px;
  height: 51px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 24px;
  border: solid 2px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.sliderAbout .userInfo {
  color: #050925;
}

.sliderAbout .userInfo .name {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.sliderAbout .userInfo .desc {
  font-size: 14px;
  color: #48586d;
  font-weight: 300;
  margin-top: 7px;
  display: block;
}

.sliderAbout .swiper-controls {
  display: flex;
  position: relative;
  left: 48px;
  margin-top: -55px;
}

.sliderAbout .swiperBtn {
  cursor: pointer;
  background-color: #dceaff;
  width: 55px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.sliderAbout .swiperBtn:hover {
  background-color: #c3d0e4;
}

.sliderAbout .swiperBtnPrev {
  background-image: url("../img/arrow_left_dark.png");
}

.sliderAbout .swiperBtnNext {
  background-image: url("../img/arrow_right_dark.png");
}

.pressSection .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 55px -17.5px 0;
}

.pressSection .item {
  background-color: #f0f6ff;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(25% - 35px);
  height: 125px;
  margin: 0 17.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.pressSection .item>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.joinMainSection {
  margin-top: 115px;
}

.joinMainSection .titleBlock {
  max-width: 500px;
  line-height: 63px;
}

.joinMainSection .titleBlock .invisText {
  top: -32px;
  bottom: auto;
}

.joinMainSection .list {
  display: flex;
  flex-wrap: wrap;
  margin: 68px -17.5px 0;
}

.joinMainSection .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  width: calc(25% - 35px);
  height: 209px;
  margin: 0 17.5px;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  padding: 35px 60px 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.joinMainSection .icon {
  position: absolute;
  right: 38px;
  top: 19px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.joinMainSection .title {
  color: #050925;
  font-weight: 600;
}

.joinMainSection .text {
  color: #050925;
  font-size: 17px;
}

.joinMainSection .text .txt {
  display: block;
}

.joinMainSection .text .linkSite {
  margin-top: 5px;
}

.programMainSection {
  padding: 111px 0 30px;
  margin-bottom: -252px;
  z-index: 5;
  position: relative;
}

.programMainSection .programMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.programMainSection .programContent {
  width: calc(50% - 100px);
}

.programMainSection .join {
  background-color: rgb(255, 255, 255);
  width: 580px;
  text-align: center;
  padding-top: 40px;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.programMainSection .join .icon {
  display: block;
  background-image: url("../img/ic_join.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.programMainSection .join .title {
  font-size: 50px;
  color: #3333ff;
  display: block;
  margin-top: 23px;
}

.programMainSection .join .text {
  font-size: 16px;
  color: #050925;
  font-weight: bold;
  display: block;
  max-width: 330px;
  margin: 36px auto 0;
  line-height: 0px;
}

.programMainSection .join .btn {
  margin-top: 49px;
  min-width: 220px;
  top: 30px;
}

.programContent {
  position: relative;
  color: rgb(255, 255, 255);
  padding-top: 48px;
  padding-bottom: 107px;
}

.programContent::before {
  content: "";
  position: absolute;
  left: -98px;
  top: 0;
  background-image: url("../img/bg_program.png");
  background-repeat: no-repeat;
  width: 1174px;
  min-height: 657px;
  z-index: -1;
}

.programContent .percent {
  font-size: 321px;
  font-weight: 600;
  position: absolute;
  right: -161px;
  top: 35px;
  opacity: 0.07;
}

.programContent .icon {
  display: block;
  background-image: url("../img/ic_program.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 83px;
  height: 86px;
}

.programContent .title {
  font-size: 50px;
  display: block;
  font-weight: 400;
  margin-top: 28px;
}

.programContent .text {
  font-size: 17px;
  display: block;
  margin-top: 31px;
  line-height: 29px;
  max-width: 400px;
}

.programContent .btn {
  margin-top: 61px;
  line-height: 52px;
  width: 100%;
  max-width: 314px;
}

.faqSection {
  padding: 40px 0 116px;
}

.faqList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
}

.faqList .faqItem {
  background-color: #f0f6ff;
  border: solid 2px #f0f6ff;
  width: calc(50% - 20px);
  min-height: 140px;
  padding: 0 45px;
  margin-bottom: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.faqList .faqItem:hover {
  background-color: rgb(255, 255, 255);
  border-color: #3333ff;
}

.faqList .faqItem:hover .link {
  color: #3333ff;
}

.faqList .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  font-weight: 600;
}

.faqList .link .icon {
  background-image: url(../img/ic_faq.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  height: 44px;
  min-width: 43px;
}

.faqMoreSection {
  padding: 40px 0 94px;
}

.faqBlock {
  display: flex;
  flex-wrap: wrap;
}

.faqBlock .titlePage {
  width: 100%;
  margin-bottom: 24px;
}

.faqBlock .leftSide {
  width: 330px;
  margin-top: 8px;
}

.faqBlock .rightSide {
  width: calc(100% - 330px);
  padding-left: 70px;
}

.faqTextBlock .titleBlock {
  font-size: 30px;
  line-height: 47px;
}

.faqTextBlock .controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 23px;
  margin-bottom: 32px;
}

.faqTextBlock .controls .company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.faqTextBlock .controls .picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 90px;
  height: 90px;
  margin-right: 24px;
}

.faqTextBlock .controls .text .name {
  color: #000b47;
  font-size: 17px;
  display: block;
}

.faqTextBlock .controls .text .time {
  color: #919eaf;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

.faqTextBlock .btn {
  margin-left: auto;
  height: 36px;
  position: relative;
  top: 5px;
  line-height: 23px;
  font-size: 14px;
  min-width: auto;
  padding: 5px 22px;
}

.faqTextBlock .textSection {
  font-size: 17px;
  line-height: 30px;
}

.faqTextBlock .textSection p+p {
  margin-top: 29px;
}

.faqTextBlock .moreLinks {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faqTextBlock .moreLinks .col {
  width: calc(50% - 36px);
}

.faqTextBlock .moreLinks ul {
  margin-top: 25px;
}

.faqTextBlock .moreLinks ul li+li {
  margin-top: 30px;
}

.faqTextBlock .moreLinks .linkSite {
  font-size: 15px;
  line-height: 30px;
  border: 0;
  text-decoration: underline;
}

.faqTextBlock .moreLinks .linkSite:hover {
  text-decoration-color: transparent;
}

.faqDrop .faqDropItem .title.open + .drop {
  display: block;
}

/* .faqDrop .faqDropItem:nth-child(2) .drop {
  display: block;
} */

.faqDrop .faqDropItem .title {
  cursor: pointer;
  background-color: #f0f6ff;
  border: solid 2px #f0f6ff;
  color: #070917;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 37px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.faqDrop .faqDropItem .title.open {
  background-color: rgb(255, 255, 255);
  border-color: #3333ff;
  color: #3333ff;
}

.faqDrop .faqDropItem+.faqDropItem {
  margin-top: 20px;
}

.faqDrop .faqDropItem .drop {
  display: none;
  padding: 15px 0 0;
}

.faqDrop .faqDropItem .drop ul li a {
  font-size: 15px;
  line-height: 24px;
  color: #070917;
  padding: 11px 30px 11px 38px;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.faqDrop .faqDropItem .drop ul li a:hover, .faqDrop .faqDropItem .drop ul li a.active {
  color: #3333ff;
}

.faqDrop .faqDropItem .drop ul li+li {
  border-top: solid 2px #f0f6ff;
}

.termsSection {
  padding: 40px 0 93px;
  background-image: url(../img/blick_innerpage.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.terms {
  margin-top: 45px;
}

.terms .item+.item {
  margin-top: 41px;
}

.terms .head {
  display: flex;
  align-items: center;
}

.terms .head .num {
  width: 85px;
  height: 85px;
  color: #050925;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.terms .head .num+* {
  margin-left: 35px;
}

.terms .head .name {
  font-weight: 600;
  font-size: 30px;
}

.terms .body {
  color: #000b47;
  font-size: 14px;
  margin-top: 31px;
  line-height: 30px;
}

.terms .body p+p {
  margin-top: 30px;
}

.terms .body ul {
  margin: 31px 0;
}

.terms .body ul li {
  position: relative;
  padding-left: 25px;
}

.terms .body ul li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  background-color: #3333ff;
  width: 7px;
  height: 7px;
  margin-top: -2px;
}

.newsSection {
  padding: 56px 0 107px;
}

.newsSection .pagination {
  margin-top: 61px;
}

.newsList {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 45px -20px 0;
}

.newsList .newsItem {
  margin: 0 20px 57px;
}

.newsItem {
  width: calc(25% - 40px);
  border: solid 1px #e0e9f7;
  background-color: rgb(255, 255, 255);
  color: #48586d;
  font-size: 13px;
  line-height: 25px;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.newsItem .newsContent {
  padding: 37px 28px 0 28px;
}

.newsItem .picture {
  width: 100%;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.newsItem .title {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  color: #3333ff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
}

.newsItem .title:hover {
  color: #00c77b;
}

.newsItem .date {
  font-size: 13px;
  color: #00c77b;
  display: block;
}

.newsItem p {
  height: 75px;
  overflow: hidden;
  margin-top: 3px;
}

.newsItem .controls {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
  top: 15px;
}

.newsItem .btn {
  min-width: 115px;
  height: 35px;
  line-height: 23px;
  font-size: 14px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribeSection {
  background: #343bff;
  background: -moz-linear-gradient(left, #343bff 0%, #426bff 100%);
  background: -webkit-linear-gradient(left, #343bff 0%, #426bff 100%);
  background: linear-gradient(to right, #343bff 0%, #426bff 100%);
  color: rgb(255, 255, 255);
}

.subscribeSection .subscribe {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 57px 0 93px;
}

.subscribeSection .titleBlock {
  color: rgb(255, 255, 255);
  width: 380px;
  top: 14px;
}

.subscribeSection .text {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  line-height: 40px;
  max-width: 575px;
}

.subscribeSection .text .txt {
  width: calc(100% - 104px);
}

.subscribeSection .invisText {
  position: absolute;
  left: -8px;
  top: 6px;
  font-size: 177px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  opacity: 0.07;
}

.subscribeSection .icon {
  width: 104px;
  height: 83px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -17px;
  position: relative;
  top: 4px;
  margin-right: 34px;
}

.subscribeSection .inputWrapper {
  margin-left: auto;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 536px;
  position: relative;
  top: -4px;
}

.subscribeSection .inputWrapper .btn {
  height: 65px;
  min-width: 196px;
  font-weight: 600;
}

.subscribeSection .inputLine {
  width: 100%;
  margin-right: 5px;
}

.subscribeSection .inputLine input {
  height: 65px;
  color: #48586d;
  font-size: 14px;
  padding: 0 28px;
  font-weight: 400;
}

.subscribeSection .inputLine input::-webkit-input-placeholder,
.subscribeSection .inputLine input:-moz-placeholder,
.subscribeSection .inputLine input::-moz-placeholder,
.subscribeSection .inputLine input:-ms-input-placeholder {
  color: #48586d;
}

.subscribeSection .controls {
  min-width: 290px;
}

.subscribeSection .controls .btn {
  width: 100%;
}

.subscribeSection .controls .btnWhite {
  font-size: 20px;
  font-weight: 600;
}

.documentSection {
  padding: 42px 0 83px;
}

.documentSection .titlePage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.documentSection .searchBlock {
  position: relative;
  width: 295px;
}

.documentSection .searchBlock input {
  background-color: rgb(255, 255, 255);
  border: solid 2px #e0e9f7;
  width: 100%;
  height: 55px;
  padding: 0 50px 0 20px;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.documentSection .searchBlock .btnSearch {
  cursor: pointer;
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 25px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.documentSection .searchBlock .btnSearch:hover {
  color: #3333ff;
}

.documentSection .documentBlock {
  display: flex;
  flex-wrap: wrap;
}

.documentSection .leftSide {
  width: 330px;
}

.documentSection .rightSide {
  width: calc(100% - 330px);
  padding-left: 70px;
  padding-top: 10px;
}

.sideMenu {
  width: 100%;
}

.sideMenu .line+.line {
  margin-top: 5px;
}

.sideMenu .title {
  position: relative;
  font-size: 20px;
  background-color: #f0f6ff;
  color: #3333ff;
  padding: 15px 30px;
  width: 100%;
  display: block;
  margin-bottom: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.sideMenu .title::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -12px;
  background-image: url("../img/arrow_title_docs.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 13px;
}

.sideMenu ul li {
  color: #050925;
}

.sideMenu ul li+li {
  border-top: solid 1px #f0f6ff;
}

.sideMenu ul li a {
  color: #050925;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px 9px 35px;
  display: inline-block;
  line-height: 22px;
  font-size: 15px;
  display: block;
  width: 100%;
}

.sideMenu ul li a:hover {
  color: #00c77b;
}

.sideMenu .sub li a {
  font-size: 13px;
  padding: 8px 0 9px;
  padding-left: 55px;
  color: #8b8ea7;
}

.textPageTopSection {
  padding: 56px 0;
  min-height: 777px;
  position: relative;
}

.textPageTopSection::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background-image: url(../img/bg_text_top.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 1920px;
  height: 722px;
  margin-left: -960px;
  z-index: -1;
}

.textPageTop {
  position: relative;
  z-index: 6;
}


.textPageTop .titleBlock+.importantTxt {
  margin-top: 35px;
}

.textPageTop .textSimple {
  margin-top: 49px;
  line-height: 30px;
  letter-spacing: 0;
}

.textPageTop .textSimple p+p {
  margin-top: 30px;
}

.textPageTop .btn {
  margin-top: 62px;
  min-width: 222px;
}

.textPageTop .picture {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 745px;
  height: 684px;
  margin-top: -67px;
  margin-left: -9px;
  z-index: -1;
}

.textPageTop .importantTxt {
  font-size: 25px;
  color: #050925;
  display: block;
}

.textPageTop .social {
  margin-top: 45px;
}

.textPageTop .videoWrapper {
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  left: 50%;
  top: 50px;
  width: 637px;
  height: 460px;
  margin-top: -9px;
  margin-left: 63px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.textPageTop .video {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.featuresSection {
  padding: 113px 0 0;
}

.features {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.features .leftSide {
  width: calc(50% - 330px);
}

.features .leftSide .textSimple {
  margin-top: 35px;
}

.features .leftSide .btn {
  display: inline-block;
  margin-top: 65px;
}

.features .rightSide {
  width: calc(50% + 187px);
}

.features .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features .list .item {
  width: calc(50% - 20px);
  height: 282px;
  padding: 25px 39px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 45px;
}

.features .list .item:nth-child(3),
.features .list .item:nth-child(2) {
  background-color: #f0f6ff;
}

.features .list .title {
  color: #070917;
  font-size: 25px;
  display: block;
  font-weight: 400;
  margin-top: 41px;
  margin-bottom: 8px;
}

.features .list .icon {
  width: 75px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.features .btn {
  display: none;
}

.howWorkDropSection {
  padding: 68px 0 125px;
}

.howWorkDrop {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.howWorkDrop .leftSide {
  width: calc(50% - 310px);
  padding-top: 75px;
}

.howWorkDrop .leftSide .textSimple {
  margin-top: 35px;
}

.howWorkDrop .leftSide .btn {
  display: inline-block;
  margin-top: 65px;
  min-width: 212px;
}

.howWorkDrop .rightSide {
  width: calc(50% + 187px);
}

.howWorkDrop .dropBlock .item+.item {
  margin-top: 10px;
}

.howWorkDrop .dropBlock .item:nth-child(2) .drop {
  display: block;
}

.howWorkDrop .dropBlock .dropTitle {
  color: #050925;
  font-size: 17px;
  display: block;
  background-color: #f0f6ff;
  border: solid 2px #f0f6ff;
  padding: 15px 34px;
  background-image: url(../img/ic_faq.png);
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.howWorkDrop .dropBlock .dropTitle.open {
  border-color: #3333ff;
  color: #3333ff;
  background-color: rgb(255, 255, 255);
}

.howWorkDrop .dropBlock .text {
  padding: 26px 31px 18px;
  color: #48586d;
  font-size: 14px;
  line-height: 30px;
}

.howWorkDrop .btn {
  display: none;
}

.howWorkSection.workPage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -90px;
  background-image: url("../img/blick1035.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 1035px;
  height: 1311px;
  z-index: -1;
  margin-left: 0px;
}

.howWorkSection.workPage .picture::after {
  display: none;
}

.howWorkSection.workPage .howListSteps {
  margin-top: 70px;
}

.listStepInfo {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #48586d;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.listStepInfo .item {
  width: calc(25% - 60px);
}

.listStepInfo .item.finish .title {
  color: #00c77b;
}

.listStepInfo .title {
  font-size: 17px;
  color: #3333ff;
  font-weight: 600;
}

.partnersAboutSection {
  position: relative;
}

.partnersAboutSection::before {
  content: "";
  position: absolute;
  left: -250px;
  top: -510px;
  background-image: url("../img/blick1035.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 1035px;
  height: 1311px;
  z-index: -1;
}

.partnersAbout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partnersAbout .leftSide {
  width: 40%;
}

.partnersAbout .rightSide {
  width: calc(50% + 100px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.partnersAbout .titleBlock .invisText {
  top: -50px;
  bottom: auto;
}

.partnersAbout .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  top: -38px;
}

.partnersAbout .list::before {
  content: "";
  position: absolute;
  left: 130px;
  top: -510px;
  background-image: url("../img/blick1035.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 1035px;
  height: 1311px;
  z-index: -1;
}

.partnersAbout .item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 0 15px;
  margin-bottom: 35px;
  height: 90px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersAbout .item:nth-child(2) {
  top: -31px;
}

.partnersAbout .item:nth-child(3) {
  top: 29px;
}

.partnersAbout .item:nth-child(5) {
  top: -30px;
}

.partnersAbout .item:nth-child(6) {
  top: 30px;
}

.ourStorySection {
  padding: 95px 0 46px;
}

.ourStory {
  font-size: 17px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ourStory .picture {
  background-position: center;
  background-repeat: no-repeat;
  width: 663px;
  height: 624px;
  position: relative;
  top: -75px;
}

.ourStory .rightSide {
  width: calc(50% - 60px);
}

.ourStory .titleBlock {
  margin-bottom: 69px;
}

.ourStory ul {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 490px;
}

.ourStory ul li {
  width: calc(50% - 43px);
  color: #48586d;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

.ourStory ul .tit {
  font-size: 17px;
  color: #3333ff;
  display: block;
  line-height: 30px;
  font-weight: 600;
}

.teamSection .titleBlock {
  text-align: center;
}

.team {
  margin-top: 71px;
}

.teamListBig {
  margin: 0 -17.5px;
  display: flex;
  flex-wrap: wrap;
}

.teamListBig .item {
  width: calc(33.3333333333% - 35px);
  margin: 0 17.5px;
  background-color: rgb(255, 255, 255);
  padding: 37px;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.teamListBig .pictureWrapper {
  border: solid 10px #f0f6ff;
  width: 100%;
  height: 368px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.teamListBig .picture {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.teamListBig .name {
  font-size: 20px;
  color: #3333ff;
  font-weight: 600;
  display: block;
  margin-top: 17px;
}

.teamListBig .post {
  font-size: 17px;
  color: #00c77b;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

.teamListBig .textSimple {
  color: #48586d;
  font-size: 13px;
  margin-top: 5px;
  line-height: 25px;
}

.teamListSmall {
  margin: 60px -17.5px 0;
  display: flex;
  flex-wrap: wrap;
}

.teamListSmall .item {
  width: calc(33.3333333333% - 35px);
  margin: 0 17.5px;
  background-color: rgb(255, 255, 255);
}

.teamListSmall .head {
  font-size: 20px;
  font-weight: 600;
  background-color: #f0f6ff;
  padding: 19px 32px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.teamListSmall .head::before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -12px;
  background-image: url("../img/arrow_title_about.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 39px;
  height: 23px;
}

.teamListSmall ul {
  margin-top: 20px;
}

.teamListSmall ul li {
  padding: 14px 41px;
}

.teamListSmall ul li+li {
  border-top: solid 1px #f0f6ff;
}

.teamListSmall ul li .name {
  font-size: 15px;
  font-weight: 600;
  color: #3333ff;
  display: block;
}

.teamListSmall ul li .txt {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}

.ourValuesSection {
  padding: 90px 0 71px;
}

.ourValues .titleBlock {
  text-align: center;
}

.ourValues .list {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ourValues .item {
  padding: 0 45px;
  width: calc(50% - 21px);
  min-height: 202px;
  color: #48586d;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
  align-content: center;
  align-items: center;
}

.ourValues .item .icon {
  display: block;
  width: 80px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: -9px;
}

.ourValues .item .text {
  font-size: 14px;
  line-height: 30px;
  width: calc(100% - 103px);
}

.ourValues .item .title {
  font-size: 20px;
  color: #050925;
  font-weight: 600;
  margin-bottom: 2px;
}

.ourValues .item:nth-child(2),
.ourValues .item:nth-child(3) {
  background-color: #f0f6ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.roadMap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.roadMap .leftSide {
  width: calc(30% + 20px);
}

.roadMap .rightSide {
  width: calc(70% - 60px);
  padding-top: 39px;
}

.roadMap .textSection {
  margin-top: 50px;
  font-size: 17px;
  line-height: 30px;
}

.roadMap .textSection b {
  margin-top: 28px;
}

.roadMap .textSection ul {
  max-width: 420px;
  margin: 31px 0 0;
}

.roadMap .textSection ul li::before {
  left: -1px;
}

.roadMap .textSection ul li+li {
  margin-top: 0;
}

.roadMapList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  position: relative;
}

.roadMapList::before {
  content: "";
  position: absolute;
  right: 53px;
  top: 50%;
  background-image: url(../img/roadmap_line.png);
  background-repeat: no-repeat;
  width: 825px;
  height: 344px;
  margin-top: -60px;
}

.roadMapList::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/blick1035.png");
  width: 1035px;
  height: 1311px;
  margin-left: -490px;
  margin-top: -480px;
  background-position: center;
  z-index: -1;
}

.roadMapList .item {
  color: #58677a;
  font-size: 13px;
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 29px 31px;
  margin-bottom: 147px;
  position: relative;
  order: 0;
}

.roadMapList .item::after {
  content: "";
  position: absolute;
  left: 39px;
  bottom: -31px;
  background-image: url(../img/arrow_steps.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 35px;
}

.roadMapList .item:nth-last-child(3) {
  order: 3;
}

.roadMapList .item:nth-last-child(2) {
  order: 2;
}

.roadMapList .item:nth-last-child(1) {
  order: 1;
}

.roadMapList .title {
  color: #050925;
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
}

.roadMapList .date {
  position: absolute;
  left: 60px;
  bottom: -71px;
  font-size: 17px;
  font-weight: 600;
  color: #3333ff;
}

.roadMapList .date::after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -33px;
  background-color: rgb(255, 255, 255);
  border: solid 5px #3333ff;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.ourNewsSection {
  padding: 106px 0 146px;
}

.ourNews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ourNews .leftSide {
  width: calc(30% + 20px);
}

.ourNews .leftSide .btn {
  display: inline-block;
  margin-top: 60px;
}

.ourNews .rightSide {
  width: calc(70% - 64px);
}

.ourNews .textSimple {
  margin-top: 35px;
}

.ourNews .list {
  position: relative;
}

.ourNews .list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/blick1035.png");
  width: 1035px;
  height: 1311px;
  margin-left: -490px;
  margin-top: -480px;
  background-position: center;
  z-index: -1;
}

.ourNews .newsItem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ourNews .newsItem .picture {
  width: 245px;
  height: 213px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -ms-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ourNews .newsItem .newsContent {
  position: relative;
  width: calc(100% - 245px);
  padding: 37px 28px 0 40px;
}

.ourNews .newsItem .newsContent .controls {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  text-align: right;
}

.ourNews .newsItem+.newsItem {
  margin-top: 40px;
}

.ourNews .btn {
  display: none;
}

.cabinetPage {
  overflow: hidden;
  background-color: #f6f9fd;
}

.cabinetPage .titleBlock {
  font-size: 30px;
}

.cabinetPage .pagination ul {
  margin: 0;
}

.cabinetPage .pagination ul li {
  margin: 0;
}

.cabinetPage .pagination ul li:not(.arrowNext, .arrowPrev) {
  background: transparent;
}

.cabinetPage .pagination ul li:not(.arrowNext, .arrowPrev) a {
  font-size: 14px;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cabinetPage .pagination ul li:not(.arrowNext, .arrowPrev) a.active {
  background-color: #f6f9fd;
  border-color: #e0e9f7 !important;
}

.cabinetPage .pagination::after {
  display: none;
}

.cabinetHead {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 23px;
  background-color: rgb(255, 255, 255);
  z-index: 5;
}

.cabinetHead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  z-index: 0;
}

.cabinetHead .cabinetHeadControls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  width: 545px;
}

.cabinetHead .logoWrapper {
  max-width: 199px;
}

.cabinetHead .btn {
  height: 55px;
  line-height: 45px;
  font-weight: 600;
  min-width: 172px;
}

.cabinetHead .balanceInfo {
  width: 172px;
  position: relative;
  font-size: 20px;
  padding-left: 44px;
  margin-left: 35px;
  margin-right: 10px;
}

.cabinetHead .balanceInfo .icon {
  color: #3333ff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 23px;
  color: #3333ff;
}

.cabinetHead .balanceInfo .tit {
  color: #48586d;
  font-size: 12px;
  display: block;
}

.cabinetHead .balanceInfo .value {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #3333ff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cabinetHead .paymentBalance {
  width: 65px;
}

.cabinetHead .paymentBalance .title {
  font-size: 12px;
  color: #3333ff;
  text-decoration: underline;
  cursor: pointer;
  line-height: 20px;
  display: block;
  font-weight: 600;
  position: relative;
}

.cabinetHead .paymentBalance .title::before {
  content: "\e90a";
  position: absolute;
  right: 0px;
  bottom: -2px;
  font-family: "icomoon" !important;
  font-size: 13px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.cabinetHead .paymentBalance .title.open::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cabinetHead .userControls {
  cursor: pointer;
  position: relative;
  margin-left: 30px;
  width: 59px;
}

.cabinetHead .userControls.open::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cabinetHead .userControls::before {
  content: "\e90a";
  position: absolute;
  right: 8px;
  top: 0;
  font-family: "icomoon" !important;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cabinetHead .userControls .icon {
  font-size: 23px;
  color: #3333ff;
  pointer-events: none;
}

.listPaymentBalance {
  display: none;
  position: absolute;
  left: 235px;
  top: 100%;
  width: calc(100% - 235px);
}

.listPaymentBalance::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #ecf1f8
}
.listPaymentBalance .list {
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.listPaymentBalance .item {
  width: 16.6666666667%;
  border-bottom: solid 2px #ecf1f8;
  padding: 4px 13px;
  display: flex;
  align-items: center;
}

.listPaymentBalance .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.listPaymentBalance .info .balance {
  color: #48586d;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
  line-height: 14px;
}

.listPaymentBalance .info .balance .dollar {
  font-size: 10px;
  font-weight: 600;
}

.listPaymentBalance .info .value {
  color: #3333ff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.listPaymentBalance .info .value .currency {
  text-transform: uppercase;
}

.cabinetBody {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.cabinetLeft {
  width: 235px;
  position: relative;
  z-index: 7;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  min-height: 1000px;
}

.cabinetLeft .bottom {
  margin-top: auto;
}

.cabinetLeft .social {
  margin: 0 -5px;
  justify-content: center;
}

.cabinetLeft .social li {
  margin: 0 5px;
}

.cabinetLeft .social li a {
  background-color: #f0f4fc;
}

.cabinetLeft .copyRight {
  color: #48586d;
  font-size: 12px;
  padding: 25px 27px;
  line-height: 24px;
}

.cabinetRight {
  width: 420px;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  border-top: solid 1px #f0f4fc;
  background-color: rgb(255, 255, 255);
  z-index: 7;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.cabinetRight.open {
  right: 0;
}

.cabinetContent {
  width: calc(100% - 235px);
  padding: 24px 46px;
}

.cabinetContent.opened::after {
  opacity: 0.55;
  pointer-events: inherit;
}

.cabinetContent::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #050925;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
}

.cabinetContent .pagination ul li.arrowPrev a,
.cabinetContent .pagination ul li.arrowNext a {
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

.menuCabinet li+li {
  border-top: solid 2px #ecf1f8;
}

.menuCabinet li:last-child {
  border-bottom: solid 2px #ecf1f8;
}

.menuCabinet li a {
  color: #050925;
  font-size: 17px;
  display: flex;
  align-items: center;
  height: 119px;
  padding: 0 35px;
}

.menuCabinet li a.active,
.menuCabinet li a:hover {
  background-color: #3333ff;
  color: rgb(255, 255, 255);
}

.menuCabinet li a.active .icon,
.menuCabinet li a:hover .icon {
  color: rgb(255, 255, 255);
}

.menuCabinet li .icon {
  color: #3333ff;
  font-size: 22px;
  margin-right: 25px;
}

.cabinetUserInfo {
  display: flex;
  align-items: flex-start;
  padding: 12px 23px 12px 26px;
}

.cabinetUserInfo .cabinetUserTxt {
  width: 70%;
}

.cabinetUserInfo .cabinetUserTxt .title {
  color: #48586d;
  font-size: 12px;
  display: block;
}

.cabinetUserInfo .cabinetUserTxt .name {
  color: #3333ff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cabinetUserInfo .cabinetUserTxt .date {
  color: #050925;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 4px;
}

.cabinetUserInfo .cabinetUserControls {
  padding-top: 14px;
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: flex-end;
}

.cabinetUserInfo .cabinetUserControls [class*=icon-] {
  color: #3333ff;
  font-size: 24px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cabinetUserInfo .cabinetUserControls [class*=icon-]:hover {
  color: #00c77b;
}

.cabinetUserInfo .cabinetUserControls .exit {
  margin-left: 19px;
}

.cabinetUserBalance {
  background-color: #f6f9fd;
  border-top: solid 1px #f0f4fc;
  padding: 25px 25px 45px;
}

.cabinetUserBalance .title {
  font-size: 17px;
  color: #050925;
  display: block;
}

.cabinetUserBalance .value {
  font-size: 40px;
  color: #050925;
  display: block;
  font-weight: 600;
}

.cabinetUserBalance .controls {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.cabinetUserBalance .controls .btn {
  height: 55px;
  line-height: 43px;
  width: calc(50% - 10px);
  min-width: inherit;
}

.cabinetUserListBalance {
  border-top: solid 1px #f0f4fc;
}

.cabinetUserListBalance .item {
  padding: 16px 30px;
  color: #050925;
}

.cabinetUserListBalance .item:nth-child(1) {
  color: #3333ff;
}

.cabinetUserListBalance .item:nth-child(2) {
  color: #00c77b;
}

.cabinetUserListBalance .title {
  font-size: 17px;
  display: block;
  font-weight: 600;
  color: #050925;
}

.cabinetUserListBalance .value {
  display: block;
  font-size: 30px;
  font-weight: 600;
}

.archivePools {
  border-top: solid 1px #f0f4fc;
  padding: 29px 25px 29px 30px;
}

.archivePools .title {
  font-size: 17px;
  color: #050925;
  font-weight: 600;
}

.archivePools .table {
  font-size: 17px;
  margin-top: 18px;
  border-spacing: 0 9px;
}

.archivePools .table .tr {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.archivePools .table .tr .td {
  width: 33.3333333333%;
  padding: 6px 5px;
  background-color: #f6f9fd;
}

.archivePools .table .tr .td:nth-child(1) {
  width: 40%;
  padding-left: 19px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -ms-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

.archivePools .table .tr .td:nth-child(2) {
  width: 38%;
}

.archivePools .table .tr .td:nth-child(3) {
  width: 25%;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -ms-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.archivePools .table .name {
  color: #6a8de9;
  font-weight: 600;
  display: block;
}

.archivePools .table .value {
  color: #00c77b;
  font-weight: 600;
  font-size: 20px;
  display: block;
}

.archivePools .table .percent {
  color: #3333ff;
  font-size: 25px;
  font-weight: 600;
  display: block;
  line-height: 30px;
}

.archivePools .table .desc {
  font-size: 12px;
  display: block;
  font-weight: 600;
}

.archivePools .pagination {
  margin-top: 21px;
}

.cabinetFooter {
  display: none;
}

.yourPools .notactivePools {
  position: relative;
  margin-top: 31px;
  background-color: rgb(255, 255, 255);
  color: #050925;
  border: dashed 2px #00c77b;
  padding: 59px 0 0;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.yourPools .notactivePools .logo {
  margin: 0 auto;
}

.yourPools .notactivePools .title {
  font-size: 30px;
  display: block;
  text-align: center;
  font-weight: 400;
  margin-top: 35px;
}

.yourPools .notactivePools .quest {
  font-size: 50px;
  line-height: 60px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.yourPools .notactivePools .btn {
  margin-top: 26px;
  top: 31px;
  position: relative;
  z-index: 5;
}

.dashboardSection {
  position: relative;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dashboardSection .titleBlock {
  margin-bottom: 30px;
}

.dashboardSection .leftSide {
  flex: 1;
  margin-right: 35px;
}

.dashboardSection .rightSide {
  width: 375px;
}

.dashboardSection .rightSide .graficBlock {
  margin-top: 23px;
}

.filterBlock {
  background-color: #f4f7fb;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  padding: 11px 15px;
}

.filterBlock .col {
  display: flex;
  width: calc(20% + 15px);
  margin-right: 20px;
}

.filterBlock .col.colDate {
  justify-content: space-between;
  width: calc(30% - 60px);
}

.filterBlock .col.colDate .inputLine {
  width: calc(33.3333333333% - 8px);
}

.filterBlock .btn {
  width: calc(10% - 29px);
  min-width: inherit;
  font-size: 14px;
  line-height: 16px;
  height: 35px;
}

.tableDashboard {
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 5;
}

.tableDashboard .thead {
  background-color: #f2f5f9;
}

.tableDashboard .th {
  color: #48586d;
  font-size: 12px;
  font-weight: 300;
  padding: 15px 16px;
}

.tableDashboard .td {
  padding: 4px 17px;
  border-top: solid 2px #ebf0f7;
}

.tableDashboard .th,
.tableDashboard .td {
  font-size: 12px;
  color: #48586d;
  width: 14.2857142857%;
  text-align: center;
}

.tableDashboard .th:first-child,
.tableDashboard .td:first-child {
  text-align: left;
}

.tableDashboard .thMobile {
  display: none;
}

.tableDashboard .name {
  color: #2f3247;
  font-weight: 600;
}

.tableDashboard .amount {
  font-size: 15px;
  color: #050925;
  font-weight: 600;
  display: block;
  text-align: left;
}

.tableDashboard .amountDollars {
  display: block;
  text-align: left;
}

.tableDashboard .payment {
  font-size: 12px;
  color: #2f3247;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.tableDashboard .status {
  font-weight: 600;
}

.tableDashboard .info {
  cursor: pointer;
  color: #3333ff;
  opacity: 0.5;
  font-size: 23px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.tableDashboard .info:hover {
  opacity: 1;
}

.tableDashboard .info:hover::after {
  content: attr(data-title);
  position: absolute;
  left: -27px;
  top: -43px;
  font-size: 10px;
  color: #050925;
  background-color: rgb(255, 255, 255);
  padding: 5px;
  width: 165px;
  text-align: left;
  font-family: "Zona Pro";
  line-height: 12px;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.15);
}

.tableDashboard .info:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  background-image: url("../img/arrow_small_cabinet.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 13px;
  z-index: 1;
}

.tableDashboard .icon {
  width: 25px;
  height: 30px;
  margin-right: 10px;
}

.tableDashboard+.pagination {
  margin-top: 31px;
}

.partnersDashBoad {
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
}

.partnersDashBoad .list {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 70px 70px;
}

.partnersDashBoad .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: solid 2px #f0f4fc;
  padding: 0 23px;
}

.partnersDashBoad .item:first-child {
  text-align: center;
  grid-row: 1/3;
  border-right: solid 2px #f0f4fc;
}

.partnersDashBoad .item:first-child .title {
  font-weight: 600;
  font-size: 14px;
}

.partnersDashBoad .item:first-child .data {
  color: #3333ff;
}

.partnersDashBoad .item:nth-last-child(2) {
  background-color: #f6f9fd;
  grid-column: 1/3;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 28px;
}

.partnersDashBoad .item:nth-last-child(2) .title {
  font-size: 14px;
  font-weight: 600;
}

.partnersDashBoad .item:nth-last-child(1) {
  grid-column: 1/3;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 27px;
}

.partnersDashBoad .item:nth-last-child(1) .title {
  font-size: 14px;
  font-weight: 600;
}

.partnersDashBoad .title {
  color: #050925;
  font-size: 12px;
  display: block;
  white-space: nowrap;
}

.partnersDashBoad .data {
  font-size: 20px;
  font-weight: 600;
  color: #151563;
}

.partnersDashBoad .value {
  font-size: 30px;
  font-weight: 600;
  color: #00c77b;
}

.partnersDashBoad .inputLine {
  margin-top: 15px;
  position: relative;
}

.partnersDashBoad .inputLine input {
  color: #48586d;
  font-size: 12px;
  background-color: #f6f9fd;
  width: 100%;
  height: 50px;
  padding: 0 48px 0 18px;
}

.partnersDashBoad .inputLine .copyLink {
  color: #3333ff;
  position: absolute;
  right: 15px;
  bottom: 11px;
  font-size: 25px;
}

.graficBlock .tabsList {
  display: flex;
  align-items: center;
}

.graficBlock .tabsList .tab {
  position: relative;
  text-align: center;
  padding: 15px 5px;
  font-weight: 600;
  width: 50%;
  color: #a7bde2;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 2px transparent;
  border-bottom: solid 2px #e0e9f7;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.graficBlock .tabsList .tab.active {
  color: #050925;
  border: solid 2px #e0e9f7;
  border-bottom-color: transparent;
}

.graficBlock .tabContent {
  padding: 37px 0 0;
}

.graficBlock .total {
  margin-bottom: 21px;
}

.graficBlock .total .value {
  font-size: 20px;
  color: #3333ff;
  display: block;
  font-weight: 600;
}

.graficBlock .total .percent {
  font-size: 14px;
  color: #00c77b;
  display: block;
}

.graficBlock .total .percent .hour {
  font-size: 12px;
  color: #48586d;
}

.sliderPools {
  margin-top: 32px;
}

.sliderPools .item {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.poolCab .head {
  position: relative;
  padding: 25px 33px 12px;
  background-color: rgb(255, 255, 255);
  border: solid 2px #e0e9f7;
  text-align: right;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.poolCab .head .name {
  position: absolute;
  font-size: 25px;
  color: #88a9ff;
  text-align: right;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  left: 14px;
  top: 26px;
  text-shadow: -8px -8px 3px rgba(137, 182, 255, 0.21);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.poolCab .head .date {
  background-color: #eef3fd;
  color: #2f3247;
  font-size: 12px;
  padding: 3px 6px;
}

.poolCab .head .date strong {
  font-weight: 600;
}

.poolCab .profit {
  margin-top: 10px;
  text-align: right;
}

.poolCab .profit .tit {
  color: #000b47;
  font-size: 14px;
  font-weight: 600;
}

.poolCab .profit .value {
  color: #00c77b;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 0px;
  line-height: 22px;
}

.poolCab .profit .dollar {
  font-size: 14px;
  color: #00c77b;
  display: block;
}

.poolCab .info {
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
}

.poolCab .info li+li {
  margin-left: 40px;
}

.poolCab .info .tit {
  color: #48586d;
  font-size: 12px;
}

.poolCab .info .con {
  position: relative;
  padding-left: 25px;
}

.poolCab .info .icon {
  position: absolute;
  left: 0;
  top: 5px;
  color: #3333ff;
  opacity: 0.5;
  font-size: 22px;
}

.poolCab .info .value {
  font-size: 17px;
  color: #3333ff;
  font-weight: 600;
  display: block;
  line-height: 34px;
  margin-bottom: -5px;
}

.poolCab .info .dollar {
  font-size: 12px;
  color: #3333ff;
  display: block;
}

.poolCab .info .percent {
  font-size: 20px;
  color: #2f3247;
  font-weight: 600;
}

.poolCab .poolProgress {
  display: flex;
  align-items: center;
  background-color: #f6f9fd;
  border: solid 2px #e0e9f7;
  padding: 14px 16px;
  margin-top: 2px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -ms-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -ms-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.poolCab .poolProgress .tit {
  font-size: 12px;
  color: #3333ff;
  font-weight: 600;
}

.poolCab .poolProgress .progressLine {
  margin: 0 12px;
}

.poolCab .poolProgress .percent {
  color: #a7bde2;
  font-size: 20px;
  font-weight: 600;
}

.settingsPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}

.settingsPage .leftSide {
  width: calc(80% - 90px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.settingsPage .rightSide {
  width: calc(20% + 55px);
}

.settingsPage .form {
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #f6f9fd;
  padding: 45px 40px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.settingsPage .inputLine {
  margin-bottom: 14px;
}

.settingsPage .inputLine input {
  -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  height: 45px;
  color: #48586d;
}

.settingsPage .inputLine .selectric {
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  height: 45px;
}

.settingsPage .inputLine .selectric .label {
  line-height: 37px;
  color: #48586d;
}

.settingsPage .inputLine label {
  font-weight: 600;
  font-size: 14px;
  color: #050925;
}

.settingsPage .checkBlock+.inputLine {
  margin-top: 17px;
}

.settingsPage .btn {
  height: 45px;
  line-height: 25px;
  font-size: 14px;
  margin: 0 auto 0;
  min-width: 160px;
  position: relative;
  top: 28px;
}

.settingsPage .title {
  font-size: 17px;
  font-weight: 600;
  color: #050925;
  display: block;
  margin-top: 20px;
}

.settingsPage .title+* {
  margin-top: 23px;
}

.settingsColumn {
  position: relative;
}

.settingsColumn.personal {
  width: calc(70% - 65px);
}

.settingsColumn.personal .inputLine {
  width: calc(50% - 30px);
}

.settingsColumn.password {
  width: calc(30% + 25px);
}

.settingsColumn.security {
  width: 100%;
  margin-top: 47px;
}

.settingsColumn.security .form {
  padding: 36px 40px 8px;
}

.settingsColumn.security .left {
  width: calc(50% - 38px);
  padding-top: 5px;
}

.settingsColumn.security .right {
  width: calc(50% - 38px);
}

.settingsColumn.payment .form {
  background-color: rgb(255, 255, 255);
  padding: 41px 40px 8px;
}

.settingsColumn.payment .inputLine {
  position: relative;
  margin-bottom: 5px;
}

.settingsColumn.payment .inputLine label {
  font-size: 11px;
  background-color: #f6f9fd;
  position: absolute;
  left: 2px;
  top: 2px;
  height: calc(100% - 4px);
  width: 68px;
  border-right: solid 2px #e0e9f7;
  display: flex;
  align-items: center;
  padding: 0 5px 0 5px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -ms-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.settingsColumn.payment .inputLine input {
  padding: 0 40px 0 86px;
}

.settingsColumn.payment .inputLine .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.settingsColumn.payment .btn {
  margin-top: 18px;
}

.googleBlock .title {
  margin: 0;
}

.googleBlock .txt {
  font-size: 14px;
  color: #050925;
  margin-top: 23px;
  font-weight: 600;
  display: block;
}

.googleBlock .number {
  font-size: 25px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  color: #050925;
}

.googleBlock .qrCode {
  margin: 39px 0 41px;
}

.withSection .titleBlock {
  margin-bottom: 30px;
}

.withSection .td:first-child {
  width: 21% !important;
}

.withSection .td:last-child {
  width: 10% !important;
}

.withSection .head {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f6f9fd;
  -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.withSection .head .td {
  padding: 15px 11px;
  width: 16.6666666667%;
  color: #48586d;
  font-size: 12px;
}

.withSection .withLine {
  position: relative;
  margin-top: 6px;
  background-color: #f6f9fd;
}

.withSection .withLineHead {
  cursor: pointer;
  width: 100%;
  height: 43px;
  position: relative;
  display: flex;
  -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  border: solid 2px #e0e9f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.withSection .withLineHead::after {
  content: "\e908";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 24px;
  margin-top: -12px;
  font-family: "icomoon" !important;
  color: #3333ff;
  opacity: 0.55;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.withSection .withLineHead:hover::after {
  opacity: 1;
}

.withSection .withLineHead.open {
  background-color: rgb(255, 255, 255);
  border-color: #3333ff;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.withSection .withLineHead.open::after {
  content: "\e909";
  opacity: 1;
}

.withSection .withLineHead .td {
  width: 16.6666666667%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 11px;
  color: #050925;
}

.withSection .withLineHead .td:nth-child(2) {
  color: #3333ff;
}

.withSection .withLineHead .name {
  display: flex;
  align-items: center;
  color: #2f3247;
  font-size: 14px;
}

.withSection .withLineHead .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.withSection .withLineHead .value {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.withSection .withLineHead .dollar {
  color: #647488;
  font-size: 12px;
  display: block;
}

.withSection .withLineHead .txt {
  font-size: 14px;
}

.withSection .withOpen {
  display: none;
  border: solid 2px #e0e9f7;
  border-top: 0;
  position: relative;
  z-index: 5;
  background-color: rgb(255, 255, 255);
}

.withSection .withOpen ul {
  display: flex;
}

.withSection .withOpen ul li {
  width: 14.0833333333%;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  flex-grow: 1;
}

.withSection .withOpen ul li:first-child {
  padding-left: 45px;
}

.withSection .withOpen ul li:last-child {
  margin-left: auto;
  padding: 0 30px;
  width: 15.5%;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}

.withSection .withOpen .btn {
  width: 100%;
  min-width: 140px;
  font-size: 14px;
  height: 43px;
  line-height: 31px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.withSection .withOpen .btn.light {
  font-weight: 600;
  color: #3448ff;
  background-color: #e8f0f9;
}

.withSection .withOpen .btn.light:hover {
  color: #fff;
  background-color: #3448ff;
}

.withSection .withOpen .title {
  color: #48586d;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.withSection .withOpen .title a {
  color: #3448ff;
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.withSection .withOpen .title a:hover {
  text-decoration-color: transparent;
}

.withSection .withOpen .data {
  font-size: 14px;
  color: #050925;
  display: block;
  font-weight: 600;
}

.withSection .withOpen .coin {
  font-size: 14px;
  font-weight: 600;
  color: #050925;
}

.withSection .withOpen .status {
  font-weight: 600;
  font-size: 14px;
}

.withSection .withOpen .amount {
  font-size: 14px;
  font-weight: 600;
  color: #00c77b;
}

.withSection .withOpen .dollar {
  color: #647488;
  font-size: 12px;
}

.withSection .withTitleMobile {
  display: none;
}

.withSection .noPending {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #050925;
  padding: 32px 0;
}

.withSection .main {
  display: flex;
  border-bottom: solid 2px #ecf1f8;
}

.withSection .main>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 98px;
}

.withSection .main>div+div {
  border-left: solid 2px #ecf1f8;
}

.withSection .main .enterSum {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.withSection .enterSum {
  padding-left: 45px;
  width: 31%;
}

.withSection .enterSum .label {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #050b25;
  font-weight: 600;
}

.withSection .enterSum .inputLine {
  margin-left: 20px;
  width: 274px;
  position: relative;
}

.withSection .enterSum .inputLine input {
  padding: 0 50px 0px 18px;
  height: 55px;
  font-size: 17px;
  border-radius: 0px;
}

.withSection .enterSum .icon {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-color: #f5f8fc;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.withSection .wallet {
  padding-left: 37px;
  width: 24%;
}

.withSection .comission {
  width: 15%;
  padding-left: 48px;
}

.withSection .comission .data {
  color: #00c37b;
}

.withSection .comission .data span {
  display: inline-block;
}

.withSection .comission .data span+span {
  margin-left: 10px;
}

.withSection .comission .data span+span::before {
  position: relative;
  left: -6px;
  content: "|";
  color: #dbe0e6;
}

.withSection .displayed {
  padding-left: 37px;
}

.withSection .displayed .data {
  color: #3448ff;
}

.withSection .button {
  width: 15.5%;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.addPoolSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.selectPool {
  margin-bottom: 21px;
  width: 100%;
}

.selectPool input {
  display: none;
}

.selectPool input:checked+.poolContent {
  border-color: #3333ff;
}

.selectPool .poolContent {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border: solid 2px #e0e9f7;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 49px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.selectPool .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-top: 21px;
}

.selectPool .item {
  width: calc(25% - 40px);
  margin: 0 20px;
}

.selectPool .item.ultimate .poolContent {
  background-color: #f2f7ff;
}

.selectPool .item.ultimate .invisPercent {
  color: #c4daff;
  opacity: 1;
  z-index: 1;
  top: -100px;
  right: -2px;
}

.selectPool .poolName {
  position: absolute;
  font-size: 30px;
  color: #c1d8ff;
  text-align: right;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  left: 29px;
  bottom: 18px;
  text-shadow: -8px -8px 3px rgba(137, 182, 255, 0.21);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.selectPool .poolPercent {
  display: block;
  text-align: right;
  position: relative;
  z-index: 3;
}

.selectPool .poolPercent .percent {
  color: #3333ff;
  font-size: 80px;
  line-height: 75px;
  display: block;
  letter-spacing: 0;
}

.selectPool .poolPercent .txt {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 7px;
}

.selectPool .invisPercent {
  position: absolute;
  right: 0;
  top: -50px;
  font-size: 270px;
  color: #c4daff;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -ms-filter: blur(7px);
  -o-filter: blur(7px);
  filter: blur(7px);
  z-index: -1;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  font-weight: 600;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.selectPool .state {
  width: 69%;
  margin-top: 14px;
  position: relative;
  z-index: 2;
}

.selectPool .state li:nth-child(1) {
  color: #3333ff;
}

.selectPool .state li:nth-child(2) {
  color: #00c77b;
}

.selectPool .state li:nth-child(3) {
  color: #050925;
}

.selectPool .state .tit {
  color: #48586d;
  font-size: 14px;
  display: block;
}

.selectPool .state .data {
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
}

.selectPool .state .icon {
  color: #3333ff;
  opacity: 0.33;
  margin-right: 10px;
}

.selectPool .text {
  width: 69%;
  margin-top: 14px;
  color: #48586d;
  font-size: 12px;
}

.selectPool .text li+li {
  margin-top: 2px;
}

.selectPool .text span {
  color: #050925;
  font-weight: 600;
}

.investWith {
  width: calc(50% - 22px);
}

.investWith .withForm {
  background-color: #f5f8fc;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 66px 25px 59px;
  margin-top: 22px;
}

.investWith .controls {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.investWith .controls .col {
  margin: 0 10px;
}

.investWith .controls input {
  display: none;
}

.investWith .controls input:checked+label::after {
  opacity: 1;
}

.investWith .controls label {
  cursor: pointer;
  padding-left: 34px;
  position: relative;
  font-size: 15px;
  color: #050925;
}

.investWith .controls label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background-color: rgb(255, 255, 255);
  border: solid 2px #e3ebf8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.investWith .controls label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  opacity: 0;
  background-color: #00c77b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.investWith .cryptoList {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -5px 0;
}

.investWith .cryptoList li {
  width: auto;
  margin: 0 5px 15px;
}

.investWith .cryptoList input {
  display: none;
}

.investWith .cryptoList input:checked+label {
  background-color: rgb(255, 255, 255);
  border-color: #3333ff;
}

.investWith .cryptoList label {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f6f9fd;
  border: solid 2px #e0e9f7;
  padding: 8px 9px;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.investWith .cryptoList .icon {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.investWith .withCurrent {
  background-color: #f5f8fc;
  border: solid 2px #e0e9f7;
  display: flex;
  margin-top: 13px;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.investWith .withCurrent .col {
  width: 75px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 15px 5px;
}

.investWith .withCurrent .col:nth-child(1) {
  align-items: center;
  background-color: rgb(255, 255, 255);
}

.investWith .withCurrent .col:nth-child(2) {
  width: 32%;
}

.investWith .withCurrent .col:nth-child(3) {
  padding-left: 34px;
  flex: 1;
}

.investWith .withCurrent .col+.col {
  border-left: solid 2px #e0e9f7;
}

.investWith .withCurrent .icon {
  width: 40px;
  height: 40px;
}

.investWith .withCurrent .name {
  font-size: 15px;
  color: #050925;
  font-weight: 600;
  padding-left: 24px;
}

.investWith .withCurrent .tit {
  color: #48586d;
  font-size: 12px;
  display: block;
  position: relative;
  top: -6px;
}

.investWith .withCurrent .value {
  font-size: 17px;
  color: #3333ff;
  display: block;
  font-weight: 600;
}

.enterAmount {
  width: calc(50% - 22px);
}

.enterAmount .enterForm {
  padding: 42px 59px 25px 59px;
  margin-top: 22px;
  background-color: #f5f8fc;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.enterAmount .controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.enterAmount .controls .inputLine {
  position: relative;
  width: 100%;
}

.enterAmount .controls .inputLine input {
  font-size: 17px;
  height: 55px;
  padding: 0 18px;
}

.enterAmount .controls .icon {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-color: #f5f8fc;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.enterAmount .arrowChange {
  cursor: pointer;
  background-image: url("../img/enter_arrows.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 17px;
}

.enterAmount .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}

.enterAmount .info li {
  width: calc(33.3333333333% - 17px);
  background-color: #f5f8fc;
  border: solid 2px #e0e9f7;
  padding: 15px 29px;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.enterAmount .info .tit {
  display: block;
  font-size: 14px;
  color: #48586d;
}

.enterAmount .info .value {
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #00c77b;
  font-weight: 600;
}

.enterAmount .info .dollar {
  display: block;
  font-size: 12px;
  color: #3333ff;
  font-weight: 600;
}

.enterAmount .btn {
  width: 100%;
  margin-top: 42px;
  font-size: 25px;
  height: 74px;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partners .leftSide {
  width: calc(70% + 65px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partners .rightSide {
  width: calc(30% - 104px);
}

.partners .rightSide .tabContent {
  padding: 17px 0;
}

.partners .titleBlock {
  width: 100%;
  margin-bottom: 30px;
}

.partnersList {
  width: calc(100% - 404px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partnersList .item {
  position: relative;
  background-color: rgb(255, 255, 255);
  border: solid 2px #dfe8f6;
  padding: 19px 72px;
  margin-bottom: 40px;
  width: calc(50% - 15px);
  min-height: 97px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.partnersList .item:nth-child(1) {
  width: 100%;
  border: dashed 2px #3333ff;
}

.partnersList .item:nth-child(1) .tit {
  font-weight: 600;
  font-size: 17px;
}

.partnersList .item:nth-child(2) .data {
  color: #3333ff;
}

.partnersList .item:nth-child(3) .data {
  color: #00c77b;
}

.partnersList .item:nth-child(4) {
  width: 100%;
  border: dashed 2px #00c77b;
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.partnersList .item:nth-child(4) .tit {
  font-weight: 600;
  font-size: 17px;
}

.partnersList .item:nth-child(4) .data {
  color: #00c77b;
  font-size: 30px;
}

.partnersList .iconLeft {
  color: #afc4f9;
  position: absolute;
  left: 28px;
  top: 50%;
  font-size: 23px;
  margin-top: -11px;
}

.partnersList .tit {
  display: block;
  color: #48586d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.partnersList .linkSite {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}

.partnersList .controls {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.partnersList .copyLink {
  color: #3333ff;
  font-size: 23px;
  margin-left: 9px;
}

.partnersList .copyMessage {
  position: absolute;
  right: -27px;
  top: -33px;
}

.partnersList .data {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: -5px;
}

.partnersInfoList {
  width: 365px;
}

.partnersInfoList .item {
  position: relative;
  background-color: #f6f9fd;
  border: solid 2px #dce5f3;
  padding: 25px 0 5px 70px;
  height: 97px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.partnersInfoList .item+.item {
  margin-top: 40px;
}

.partnersInfoList .item .icon {
  color: #afc4f9;
  position: absolute;
  left: 28px;
  top: 50%;
  font-size: 23px;
  margin-top: -11px;
}

.partnersInfoList .item .tit {
  color: #48586d;
  font-size: 14px;
  display: block;
}

.partnersInfoList .item .data {
  font-size: 20px;
  font-weight: 600;
  color: #050925;
  display: block;
}

.ourPartners {
  padding: 26px 0 0;
}

.ourPartners .pagination {
  margin-top: 26px;
}

.tablePartners {
  margin-top: 35px;
  position: relative;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.tablePartners .titleMobile {
  display: none;
}

.tablePartners .thead {
  background-color: #f4f7fb;
  color: #48586d;
  font-size: 12px;
}

.tablePartners .th {
  padding: 17px 33px;
  text-align: center;
}

.tablePartners .th:first-child {
  text-align: left;
}

.tablePartners .td {
  font-size: 12px;
  padding: 13px 26px;
  text-align: center;
  border-top: solid 2px #ecf1f8;
}

.tablePartners .td:first-child {
  text-align: left;
}

.tablePartners .login {
  color: #2f3247;
  font-size: 14px;
  font-weight: 600;
}

.tablePartners .date {
  color: #48586d;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.tablePartners .linkSite {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.tablePartners .data {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.tablePartners .data.replenished {
  color: #00c77b;
}

.tablePartners .data.referral {
  color: #3333ff;
}

.tablePartners .icon {
  font-size: 20px;
  color: #c0d1fb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.signUpSection {
  position: relative;
  z-index: 3;
}

.signUpSection::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
}

.signUpSection::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f0f6ff;
  pointer-events: none;
}

.signUp {
  display: flex;
  flex-wrap: wrap;
}

.signUp .leftSide {
  width: 50%;
  height: 100%;
  padding: 41px 80px 61px 0;
}

.signUp .rightSide {
  width: 50%;
  background-color: #f0f6ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 141px;
}

.signUp .signForm {
  margin-top: 45px;
}

.signUp .tabsList {
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.signUp .tabsList .tab {
  position: relative;
  text-align: center;
  padding: 13px 5px;
  font-weight: 400;
  width: 50%;
  color: #a7bde2;
  font-size: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  border: solid 2px transparent;
  border-bottom: solid 2px #e0e9f7;
}

.signUp .tabsList .tab.active {
  color: #050925;
  border: solid 2px #e0e9f7;
  border-bottom-color: transparent;
}

.signUp .tabContent {
  padding: 34px 0 13px;
}

.signUp .inputLine label {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.signUp .inputLine input {
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  height: 65px;
  width: 100%;
  padding: 0 24px;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.signUp .inputLine+.inputLine {
  margin-top: 13px;
}

.signUp .checkBlock {
  margin-top: 26px;
}

.signUp .checkBlock label {
  font-size: 17px;
  font-weight: 600;
}

.signUp .checkBlock label .linkSite {
  font-size: 17px;
  margin-left: 5px;
}

.signUp .btn {
  margin-top: 35px;
  min-width: 204px;
}

.signUp .text {
  display: block;
  font-size: 17px;
  color: #050925;
  margin-top: 40px;
}

.signUp .text .linkSite {
  font-size: 17px;
}

.signUp .list .item {
  position: relative;
  display: flex;
  align-items: center;
}

.signUp .list .item+.item {
  margin-top: 100px;
}

.signUp .list .icon {
  width: 69px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-right: 22px;
  min-width: 70px;
}

.signUp .list .txt {
  color: #48586d;
  font-size: 14px;
}

.signUp .list .txt .title {
  font-size: 20px;
  color: #070917;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

.loginSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url("../img/bglogin.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 65px 75px 0 258px;
  max-width: 2560px;
  min-height: 100vh;
}

.loginSection .leftSide {
  width: calc(50% - 133px);
}

.loginSection .leftSide .btn {
  margin-top: 34px;
  min-width: 207px;
}

.loginSection .text {
  display: block;
  font-size: 17px;
  color: #050925;
  margin-top: 40px;
}

.loginSection .text .linkSite {
  font-size: 17px;
}

.loginSection .rightSide {
  width: 50%;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.loginSection .rightSide .head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.loginSection .rightSide .screen {
  background-image: url("../img/screen_user_account.png");
  width: 790px;
  height: 563px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 83px;
}

.loginSection .rightSide .social li a {
  background-color: #e5eeff;
}

.loginSection .rightSide .btn {
  height: 40px;
  line-height: 30px;
  min-width: 154px;
  margin-left: 24px;
  color: #3333ff;
}

.loginSection .rightSide .btn:hover {
  color: rgb(255, 255, 255);
}

.loginSection .rightSide .btnAuth {
  margin-left: 24px;
}

.loginSection .titleBlock {
  margin-bottom: 38px;
}

.loginSection .inputLine label {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
}

.loginSection .inputLine input {
  height: 64px;
  font-size: 14px;
  padding: 0 26px;
}

.loginSection .inputLine+.inputLine {
  margin-top: 13px;
}

.loginSection .controls {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.loginSection .checkBlock label {
  font-size: 17px;
  padding-left: 45px;
  margin-bottom: 0;
}

.loginSection .linkSite {
  font-size: 17px;
}

.loginSection .captchaBlock {
  width: 100%;
  margin-top: 32px;
}

.loginSection .captchaBlock img {
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
}

.loginSection .footerSide {
  margin-top: auto;
  width: 100%;
  padding: 43px 0;
}

.loginSection .footerSide .copyRight {
  font-size: 14px;
  color: #96a3b5;
  line-height: 30px;
  margin-top: 24px;
}

.sendMessage .txt {
  color: #050925;
  font-size: 25px;
  display: block;
}

.sendMessage .inputList {
  margin-top: 50px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: calc(50% - 28px) calc(50% - 33px);
}

.sendMessage .inputList .inputLine {
  margin-bottom: 15px;
}

.sendMessage .inputList .inputLine:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}

.sendMessage .inputList .inputLine:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}

.sendMessage .inputList label {
  margin-bottom: 5px;
  font-size: 17px;
  color: #050925;
  font-weight: 400;
}

.sendMessage .inputList input {
  height: 65px;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
}

.sendMessage .inputList textarea {
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  height: 178px;
}

.sendMessage .controls {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.sendMessage .controls .checkBlock {
  gap: 5px;
}

.sendMessage .controls .checkBlock label {
  font-size: 17px;
  font-weight: 600;
}

.sendMessage .controls .checkBlock .linkSite {
  font-size: 17px;
  line-height: 20px;
}

.sendMessage .controls .btn {
  width: calc(50% - 33px);
}

#modalPool3 .modal__container .modalWrap {
  padding: 32px;
  max-width: 510px;
}

#modalPool2 .modal__container .modalWrap {
  max-width: 570px;
  padding: 0;
}

.modalPoolBlock {
  border: solid 2px #3333ff;
  padding: 14px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.modalPoolBlock .modalPollContent {
  padding: 0 22px;
}

.modalPoolBlock .poolName {
  position: relative;
  font-size: 45px;
  color: #c1d8ff;
  text-align: left;
  text-shadow: 8px 8px 3px rgba(137, 182, 255, 0.21);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.modalPoolBlock .poolPercent {
  display: block;
}

.modalPoolBlock .poolPercent .percent {
  font-size: 65px;
  line-height: 75px;
  color: #3333ff;
  display: block;
  letter-spacing: -0.05em;
}

.modalPoolBlock .poolPercent .txt {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #001048;
}

.modalPoolBlock .poolInfo {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modalPoolBlock .poolInfo li {
  width: calc(50% - 7px);
  color: #48586d;
  font-size: 14px;
}

.modalPoolBlock .poolInfo .tit {
  display: block;
}

.modalPoolBlock .poolInfo .txt {
  display: block;
  font-weight: 600;
  color: #050b25;
  font-size: 14px;
  line-height: 30px;
}

.modalPoolBlock .poolInfo .txt.num {
  font-size: 20px;
}

.modalPoolBlock .poolInfo .data {
  display: block;
  font-weight: 600;
  font-size: 20px;
}

.modalPoolBlock .poolInfo .data.min {
  color: #3333ff;
}

.modalPoolBlock .poolInfo .data.max {
  color: #00c77b;
}

.modalPoolBlock .poolBottom {
  margin-top: 30px;
}

.modalPoolBlock .poolBottom .line {
  background-color: #f5f8fc;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 2px #e0e9f7;
  padding: 8px 24px;
}

.modalPoolBlock .poolBottom .tit {
  color: #48586d;
  width: calc(50% - 7px);
}

.modalPoolBlock .poolBottom .data {
  color: #373a4d;
  width: calc(50% - 7px);
}

.modalPoolPaid .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f8fc;
  padding: 31px 35px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.modalPoolPaid .qrCode {
  background-color: rgb(255, 255, 255);
  width: 150px;
  height: 150px;
  border: solid 2px #ebf1fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.modalPoolPaid .coin {
  text-align: center;
  width: 310px;
}

.modalPoolPaid .coin .icon {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.modalPoolPaid .coin .txt {
  color: #050b25;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

.modalPoolPaid .inputLine {
  position: relative;
  margin-top: 20px;
}

.modalPoolPaid .inputLine input {
  height: 45px;
  padding: 0 42px 0 21px;
  background-color: #f2f5f9;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
}

.modalPoolPaid .inputLine .copyLink {
  color: #3333ff;
  position: absolute;
  right: 15px;
  bottom: 9px;
  font-size: 25px;
}

.modalPoolPaid .listInfo {
  border-top: solid 2px #ecf1f8;
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  padding: 0 21px 0 28px;
}

.modalPoolPaid .listInfo .col {
  padding: 7px;
}

.modalPoolPaid .listInfo .tit {
  color: #48586d;
  font-size: 12px;
  display: block;
}

.modalPoolPaid .listInfo .data {
  color: #050925;
  font-size: 14px;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}

.modalPoolPaid .listInfo .status {
  font-size: 14px;
}

.modalPoolPaid .nubmers {
  border-top: solid 2px #ecf1f8;
  background-color: #f5f8fc;
  padding: 15px 31px;
  color: #48586d;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.01em;
}

.modalPoolPaid .nubmers .num {
  font-size: 12px;
  background-color: #050925;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.modalPoolPaid .text {
  border-top: solid 2px #ecf1f8;
  border-bottom: solid 2px #ecf1f8;
  background-color: rgb(255, 255, 255);
  padding: 15px 31px;
  color: #48586d;
  font-size: 12px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modalPoolPaid .controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

.modalPoolPaid .controls .btn {
  margin: 0 13px;
  height: 43px;
  line-height: 20px;
  font-size: 14px;
  min-width: 140px;
  font-weight: 600;
}

.poolInformations {
  border: dashed 2px #00c77b;
  background-color: rgb(255, 255, 255);
  padding: 92px 93px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 27px 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.poolInformations .leftSide {
  width: calc(50% - 151px);
  background-color: rgb(255, 255, 255);
  border: solid 2px #e0e9f7;
  -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 75px 50px 83px;
}

.poolInformations .title {
  font-size: 30px;
  font-weight: 400;
  color: #050925;
}

.poolInformations .poolName {
  position: relative;
  font-size: 45px;
  color: #c1d8ff;
  text-shadow: 8px 8px 3px rgba(137, 182, 255, 0.21);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 31px;
  display: inline-block;
}

.poolInformations .poolPercent {
  display: block;
  margin-top: -5px;
}

.poolInformations .poolPercent .percent {
  font-size: 100px;
  line-height: 120px;
  color: #3333ff;
  display: block;
  letter-spacing: -0.05em;
}

.poolInformations .poolPercent .txt {
  display: block;
  font-weight: 600;
  font-size: 17px;
}

.poolInformations .poolAmount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 46px;
}

.poolInformations .poolAmount .icon {
  background-color: #f6f9fd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.poolInformations .poolAmount .icon img {
  width: 40px;
  height: 40px;
}

.poolInformations .poolAmount .con {
  margin-left: 32px;
}

.poolInformations .poolAmount .con .tit {
  font-size: 17px;
  color: #050925;
  display: block;
  font-weight: 600;
}

.poolInformations .poolAmount .con .amount {
  font-size: 25px;
  color: #00c77b;
  display: block;
  font-weight: 600;
}

.poolInformations .rightSide {
  width: calc(50% + 70px);
}

.poolInformations .rightSide .list {
  width: 100%;
}

.poolInformations .rightSide .item {
  background-color: #f6f9fd;
  padding: 28px 29px;
  display: flex;
  align-items: center;
  border: solid 2px #e0e9f7;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.poolInformations .rightSide .item+.item {
  margin-top: 15px;
}

.poolInformations .rightSide .icon {
  font-size: 22px;
  margin-right: 25px;
  color: #3333ff;
}

.poolInformations .rightSide .icon.susses {
  color: #00c77b;
}

.poolInformations .rightSide .name {
  color: #48586d;
  font-size: 14px;
}

.poolInformations .rightSide .status {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
}

.poolInformations .rightSide .data {
  color: #373a4d;
  font-size: 14px;
  margin-left: auto;
  font-weight: 600;
}

.sliderCoin {
  overflow: visible;
}

.sliderCalcPools {
  overflow: visible;
}

.sliderAmount {
  overflow: visible;
}

.errorPage {
  min-height: 100%;
}

.errorSection {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f6f9fe;
}

.errorSection:before,
.errorSection:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
}

.errorSection:before {
  width: 64.0625%;
  background-image: url(../img/visual-404.png);
  background-size: 1448px auto;
  background-position: right calc(50% - 26px);
  left: 0;
}

.errorSection:after {
  width: 743px;
  background-image: url(../img/logo-rc-short.png);
  background-size: 100% auto;
  background-position: center;
  left: calc(50% - 82px);
  opacity: 0.05;
}

.errorSection .textSimple {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
}

.errorSection .title {
  display: block;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #3c54ff;
}

.errorSection .sectionLogo {
  margin-bottom: 60px;
  display: inline-block;
  vertical-align: top;
}

.errorSection .sectionLogo img {
  height: 100%;
  max-height: 77px;
}

.errorSection .container {
  padding: 0 80px;
}

.errorSection .sectionInner {
  max-width: 402px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 1799px) {
  .loginSection {
    min-height: inherit;
  }

  .loginSection .rightSide .screen {
    width: 581px;
    height: 421px;
  }

  .loginSection .linkSite {
    margin-top: 30px;
  }

  .loginSection .text .linkSite {
    margin-top: 0px;
  }
}

@media (max-width: 1500px) {
  .dashboardSection .leftSide {
    width: 100%;
    margin: 0;
  }

  .dashboardSection .rightSide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-items: flex-start;
  }

  .dashboardSection .rightSide .titleBlock {
    width: 100%;
  }

  .dashboardSection .rightSide .partnersDashBoad {
    width: 50%;
  }

  .dashboardSection .rightSide .graficBlock {
    width: calc(50% - 39px);
    margin: 0;
  }

  .settingsPage .leftSide {
    width: calc(100% - 400px);
  }

  .settingsPage .rightSide {
    width: 360px;
  }

  .investWith {
    width: 100%;
  }

  .enterAmount {
    width: 100%;
    margin-top: 30px;
  }

  .selectPool .sliderPoolCab {
    margin-top: 20px;
  }

  .selectPool .sliderPoolCab .dots {
    display: flex !important;
  }

  .selectPool .list {
    flex-wrap: nowrap;
    margin: 0;
  }

  .selectPool .item {
    margin: 0;
  }

  .settingsColumn.personal {
    width: 100%;
  }

  .settingsColumn.password {
    width: 100%;
    margin-top: 30px;
  }

  .withSection .withOpen .main>div {
    width: auto !important;
    padding: 10px !important;
    flex-grow: 1;
  }

  .withSection .withOpen .main .button {
    width: 15.5% !important;
    flex-grow: 0;
  }

  .withSection .withOpen .main .enterSum {
    flex-direction: column;
    align-items: flex-start;
  }

  .withSection .withOpen .enterSum .inputLine {
    margin-left: 0px;
    margin-top: 10px;
  }

  .withSection .withOpen ul li {
    padding: 10px !important;
  }

  .withSection .withOpen .data {
    font-size: 12px;
  }

  .highcharts-figure .highcharts-container,
  .highcharts-figure>* {
    height: 310px !important;
  }

  .poolInformations .leftSide {
    width: 100%;
  }

  .poolInformations .rightSide {
    margin-top: 30px;
    width: 100%;
  }

  .partners .leftSide {
    width: 100%;
  }

  .partners .rightSide {
    width: 100%;
    margin-top: 30px;
  }

  .tablePartners .th:first-child,
  .tablePartners .td:first-child {
    text-align: center;
  }

  .errorSection:before {
    background-size: 1164px auto;
  }
}

@media (max-width: 1439px) {
  .container {
    padding: 0 20px;
  }

  .calcProfit {
    justify-content: space-between;
  }

  .calcProfit .leftSide {
    padding-right: 60px;
  }

  .calcProfit .rightSide {
    width: 620px;
  }

  .loginSection .linkSite {
    margin: 0 20px 0 0;
  }

  .assetsSection .item {
    padding: 62px 120px 62px 130px;
  }

  .aboutMain .leftSide {
    width: calc(50% - 42px);
  }

  .aboutMain .rightSide {
    width: 50%;
  }

  .programMainSection .programContent {
    width: calc(50% - 85px);
    padding-left: 40px;
  }

  .footerContent .rightSide {
    width: calc(80% - 90px);
  }

  .cabinetContent {
    padding: 24px 36px;
  }

  .dashboardSection {
    padding: 16px 0 0;
  }

  .dashboardSection .rightSide {
    margin-top: 20px;
  }

  .filterBlock .col.colDate {
    width: calc(30% + 10px);
  }

  .filterBlock .btn {
    width: 10%;
  }

  .tableDashboard .th,
  .tableDashboard .td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tableDashboard .th:last-child,
  .tableDashboard .td:last-child {
    width: 5%;
  }

  .tableDashboard .info:hover::after {
    left: auto;
    right: -27px;
  }
}

@media (max-width: 1399px) {
  .container {
    width: 1150px;
  }

  .menu ul {
    margin: 0 -20px;
  }

  .menu ul li {
    margin: 0 20px;
  }

  .greetings {
    padding: 75px 0 0px;
  }

  .greetings .cap {
    font-size: 90px;
    line-height: 75px;
  }

  .screenCabinet {
    top: 103px;
    width: 580px;
    height: 385px;
    margin-left: -1px;
    padding: 25px 30px;
  }

  .screenCabinet .back {
    left: calc(50% - 315px);
    top: calc(100% - 191px);
  }

  .partnersMainWrapper {
    padding: 173px 0 73px;
  }

  .partnersMainWrapper::before {
    margin-left: -937px;
  }

  .partnersMain .leftSide {
    width: calc(50% + 20px);
    padding-right: 30px;
  }

  .partnersMain .rightSide {
    width: calc(50% - 20px);
    padding-top: 0;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .partnersMain .textSimple {
    margin-top: 80px;
    letter-spacing: 0;
  }

  .partnersSection .info li:last-child,
  .partnersSection .info li:nth-child(2n) {
    width: calc(50% - 68px);
  }

  .coinsInvisPartner {
    width: 965px;
  }

  .howListSteps .picture {
    margin-bottom: 35px;
  }

  .howListSteps .step {
    width: 240px;
  }

  .howListSteps .step:last-child .way {
    right: calc(100% - 23px);
  }

  .howListSteps .way {
    left: calc(100% - 26px);
  }

  .easySteps {
    padding: 183px 0 86px;
  }

  .easySteps .leftSide {
    width: calc(50% - 190px);
  }

  .easySteps .rightSide {
    width: calc(50% + 190px);
    min-height: 700px;
  }

  .easySteps .steps .title {
    margin-top: 33px;
  }

  .easySteps .steps .item {
    width: 350px;
    padding: 85px 35px 10px 40px;
  }

  .easySteps .steps .item.step1 {
    left: 53px;
  }

  .easySteps .steps .item.step3 {
    top: 230px;
  }

  .pools .pool {
    width: 245px;
  }

  .pools .poolName {
    left: -7px;
  }

  .pools .poolContent {
    padding-right: 12px;
  }

  .calcProfit .titleBlock {
    max-width: 280px;
  }

  .calcProfit .textSimple {
    width: calc(100% - 340px);
    max-width: inherit;
  }

  .calcProfit .leftSide {
    padding-right: 0;
    width: calc(100% - 533px);
  }

  .calcProfit .rightSide {
    width: 500px;
    padding: 52px 14px 52px 33px;
  }

  .period .cap {
    margin-bottom: 12px;
  }

  .period .list {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .period .item {
    margin: 0 10px 17.5px;
    width: calc(20% - 20px);
  }

  .assetsSection .item {
    padding: 52px 95px 42px 130px;
  }

  .assetsSection .textBlock {
    margin: 6px auto 0;
  }

  .sliderAbout .text {
    padding: 39px 52px;
  }

  .sliderAbout .user {
    width: calc(50% - 35px);
    margin-top: 56px;
  }

  .aboutMainSection {
    padding-bottom: 128px;
  }

  .aboutMain .leftSide {
    width: calc(50% - 15px);
  }

  .aboutMain .people .item {
    width: 60px;
    height: 60px;
  }

  .aboutMain .people .item:nth-child(1) {
    left: -18px;
  }

  .aboutMain .people .item:nth-child(2) {
    left: 116px;
    top: -107px;
  }

  .aboutMain .people .item:nth-child(3) {
    left: 347px;
    top: -138px;
  }

  .aboutMain .people .item:nth-child(4) {
    right: -31px;
    top: -4px;
  }

  .aboutMain .people .item:nth-child(5) {
    right: -14px;
    top: 166px;
  }

  .aboutMain .people .item:nth-child(6) {
    top: 152px;
  }

  .aboutMain .people .item:nth-child(7) {
    left: 119px;
    top: 210px;
  }

  .aboutMain .people {
    top: 68px;
    left: 15px;
  }

  .joinMainSection .item {
    padding: 31px 27px 48px;
  }

  .programMainSection .programContent {
    padding-left: 11px;
    padding-bottom: 86px;
    width: calc(50% - 135px);
  }

  .programMainSection .programContent::before {
    left: -40px;
  }

  .programMainSection .join {
    width: 530px;
  }

  .programContent .title {
    margin-top: 14px;
  }

  .programContent .text {
    margin-top: 18px;
  }

  .programContent .btn {
    margin-top: 34px;
  }

  .programContent .percent {
    right: -235px;
  }

  .footerContent .rightSide {
    width: calc(80% - 57px);
  }

  .footerMenu .column {
    width: auto;
  }

  .footerMenu .column.footerContacts {
    width: 290px;
    margin: 0 !important;
    left: 40px;
    position: relative;
  }

  .footerMenu .column+.column {
    margin-left: 55px;
  }

  .cabinetContent {
    padding: 24px 25px;
  }

  .poolCab .head {
    padding: 25px 8px 12px;
  }

  .poolCab .head .name {
    left: 5px;
  }

  .poolCab .info li+li {
    margin-left: 5px;
  }

  .poolCab .poolProgress {
    padding: 14px 5px 14px 16px;
  }

  .filterBlock .col {
    margin-right: 10px;
  }

  .filterBlock .col.colDate .inputLine {
    width: calc(33.3333333333% - 3px);
  }

  .filterBlock .btn {
    width: 14%;
  }

  .filterBlock .inputLine label {
    white-space: nowrap;
  }

  .filterBlock .selectric .label {
    margin-right: 15px;
  }

  .listPaymentBalance .item {
    width: 33.3333333333%;
  }

  .listPaymentBalance .info .balance {
    flex-wrap: wrap;
  }

  .faqTextBlock .moreLinks .col {
    width: 100%;
  }

  .faqTextBlock .moreLinks .col+.col {
    margin-top: 30px;
  }

  .faqTextBlock .moreLinks ul {
    margin-top: 10px;
  }

  .faqTextBlock .moreLinks ul li+li {
    margin-top: 10px;
  }

  .newsItem {
    width: calc(33.3333333333% - 40px);
  }

  .subscribeSection .titleBlock {
    width: 380px;
    top: 0;
  }

  .subscribeSection .subscribe {
    align-items: flex-start;
    padding: 50px 0;
  }

  .subscribeSection .inputWrapper {
    max-width: 575px;
    top: 0;
    margin-top: -50px;
  }

  .howWorkDrop .leftSide {
    width: calc(50% - 220px);
  }

  .textPageTop .videoWrapper {
    width: 557px;
    height: 350px;
    margin-top: 0;
    margin-left: 0;
  }

  .ourStory .rightSide {
    width: calc(50% + 60px);
  }

  .ourStory .picture {
    width: 443px;
    height: 504px;
    top: 0;
    background-size: contain;
  }

  .teamListBig {
    margin: 0 -10px;
  }

  .teamListBig .pictureWrapper {
    height: 350px;
  }

  .teamListBig .item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
    padding: 30px;
  }

  .teamListSmall .head {
    font-size: 18px;
    padding: 15px 30px;
  }

  .teamListSmall ul li {
    padding: 15px 30px;
  }

  .roadMapList {
    margin: 0 -10px;
  }

  .roadMapList::before {
    right: -105px;
  }

  .roadMapList .item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 145px;
    padding: 15px 10px;
  }

  .settingsPage .leftSide {
    width: 100%;
  }

  .settingsPage .rightSide {
    width: 100%;
    margin-top: 30px;
  }

  .withSection .withOpen .main {
    flex-wrap: wrap;
    border-bottom-width: 1px;
  }

  .withSection .withOpen .main>div {
    min-height: unset;
    width: 50% !important;
  }

  .withSection .withOpen .main>div:nth-child(1),
  .withSection .withOpen .main>div:nth-child(2) {
    border-bottom: 1px solid #ecf1f8;
  }

  .withSection .withOpen .main>div+div {
    border-left: none;
  }

  .withSection .withOpen .main .enterSum {
    flex-direction: row;
    align-items: center;
  }

  .withSection .withOpen .main .enterSum .inputLine {
    margin-left: 20px;
    margin-top: 0px;
  }

  .withSection .withOpen .main .button {
    width: 100% !important;
    border-left: none;
    border-top: 1px solid #ecf1f8;
  }

  .withSection .withOpen ul {
    flex-wrap: wrap;
  }

  .withSection .withOpen ul li {
    border: 0;
    width: 33.3333333333%;
    height: inherit;
    min-height: inherit;
    padding: 10px;
    border-bottom: solid 1px #ecf1f8;
  }

  .withSection .withOpen ul li+li {
    border-left: 0;
  }

  .withSection .withOpen ul li:last-child {
    width: 100%;
  }

  .partnersList {
    width: 100%;
  }

  .partnersList .item {
    margin-bottom: 30px;
  }

  .partnersInfoList {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .partnersInfoList .item {
    margin: 0;
    width: calc(33.3333333333% - 15px);
  }

  .partnersInfoList .item+.item {
    margin-top: 0;
  }

  .tablePartners .td {
    padding: 10px;
  }

  .tablePartners .th {
    padding: 10px;
    text-align: center;
  }

  .signUp .rightSide {
    padding-left: 25px;
  }

  .loginSection {
    padding: 30px;
  }

  .loginSection .leftSide {
    width: 50%;
  }

  .loginSection .rightSide .screen {
    display: none;
  }

  .errorSection:before {
    background-size: 918px auto;
    background-position: right calc(50% - 26px);
  }
}

@media (max-width: 1149px) {
  .container {
    width: 1024px;
  }

  .menu ul {
    margin: 0 -12px;
  }

  .menu ul li {
    margin: 0 12px;
  }

  .headerContent .btnAuth {
    min-width: 115px;
  }

  .headerContent .btnAuth+.btnAuth {
    margin-left: 15px;
  }

  .greetings .cap {
    font-size: 80px;
  }

  .greetings .text {
    width: calc(50% - 25px);
  }

  .greetings .text p {
    margin-top: 12px;
  }

  .greetings .brands {
    width: 464px;
    padding-left: 23px;
    padding-right: 20px;
  }

  .greetings .listBrand {
    width: calc(50% + 85px);
  }

  .greetingsSection .btn {
    margin-top: 30px;
  }

  .screenCabinet {
    width: 540px;
    height: 363px;
    margin-left: -30px;
    padding: 23px 15px 43px 29px;
    top: 126px;
  }

  .screenCabinet .back {
    left: calc(50% - 293px);
    top: calc(100% - 193px);
  }

  .partnersMain {
    justify-content: space-between;
  }

  .partnersMain .textSimple {
    margin-top: 40px;
  }

  .partnersMain .leftSide {
    width: calc(50% - 50px);
    padding-right: 0;
  }

  .partnersMain .rightSide {
    width: calc(50% + 30px);
  }

  .partnersSection .info li:last-child,
  .partnersSection .info li:nth-child(2n) {
    width: calc(50% - 75px);
  }

  .partnersMainWrapper {
    padding: 173px 0 85px;
  }

  .partnersMainWrapper:before {
    margin-left: -986px;
  }

  .coinsInvisPartner {
    width: 895px;
    left: -106px;
  }

  .coinsInvisPartner .coin:nth-child(7) {
    left: 291px;
    top: 161px;
  }

  .coinsInvisPartner .coin:nth-child(8) {
    left: 396px;
    top: 59px;
  }

  .coinsInvisPartner .coin:nth-child(9) {
    left: 370px;
    top: 334px;
  }

  .coinsInvisPartner .coin:nth-child(10) {
    left: 411px;
    top: 207px;
  }

  .coinsInvisPartner .coin:nth-child(11) {
    left: 512px;
    top: 107px;
  }

  .coinsInvisPartner .coin:nth-child(12) {
    left: 533px;
    top: 235px;
  }

  .coinsInvisPartner .coin:nth-child(13) {
    left: 650px;
    top: 182px;
  }

  .coinsInvisPartner .coin:nth-child(14) {
    left: 638px;
    top: 54px;
  }

  .coinsInvisPartner .coin:nth-child(15) {
    left: 750px;
    top: 84px;
  }

  .howListSteps .way {
    left: calc(100% - 3px);
    width: 135px;
  }

  .howListSteps .way .arrow {
    width: 110px;
    background-position: right center;
  }

  .howListSteps .way .green .arrow {
    background-position: left center;
  }

  .howListSteps .step:last-child .way {
    right: calc(100% - 2px);
  }

  .easySteps .leftSide {
    width: calc(50% - 175px);
  }

  .easySteps .rightSide {
    width: calc(50% + 175px);
  }

  .easySteps .textSimple {
    max-width: 280px;
    line-height: 30px;
  }

  .easySteps .btn {
    margin-top: 60px;
  }

  .easySteps .steps .title {
    margin-top: 58px;
  }

  .easySteps .steps .item {
    padding: 65px 11px 10px 40px;
    width: 310px;
  }

  .easySteps .steps .item p {
    max-width: 85%;
  }

  .easySteps .steps .item.step1 {
    left: 72px;
  }

  .easySteps .steps .item.step2 {
    right: -7px;
  }

  .easySteps .steps .item.step3 {
    left: 17px;
  }

  .calcProfitSection .head .titleBlock {
    max-width: 262px;
  }

  .pools .pool {
    width: 236px;
  }

  .pools .poolState {
    max-width: 155px;
  }

  .calcProfit .leftSide {
    width: calc(100% - 406px);
  }

  .calcProfit .rightSide {
    width: 375px;
    padding: 52px 14px 24px 33px;
  }

  .calcGridState {
    grid-template-columns: 1fr minmax(auto, 173px);
  }

  .calcGridState .currentPool {
    padding: 23px 17px;
  }

  .calcGridState .title {
    line-height: 25px;
  }

  .assetsSection .item {
    padding-right: 75px;
    width: calc(50% - 17px);
  }

  .assetsSection .item:nth-child(2n) {
    padding-left: 85px;
    padding-right: 140px;
  }

  .sliderAbout .text {
    padding: 39px 32px;
  }

  .sliderAbout .user {
    width: calc(50% - 15px);
    margin-top: 36px;
  }

  .aboutMain .people {
    top: 42px;
    left: 28px;
    width: 400px;
  }

  .aboutMain .people .item {
    width: 55px;
    height: 55px;
    background-size: cover;
  }

  .aboutMain .people .item:nth-child(1) {
    left: -50px;
    top: 23px;
  }

  .aboutMain .people .item:nth-child(2) {
    left: 69px;
    top: -95px;
  }

  .aboutMain .people .item:nth-child(3) {
    left: 277px;
    top: -123px;
  }

  .aboutMain .people .item:nth-child(4) {
    right: -44px;
    top: 0px;
  }

  .aboutMain .people .item:nth-child(5) {
    right: -28px;
    top: 148px;
  }

  .aboutMain .people .item:nth-child(6) {
    top: 139px;
    right: 137px;
  }

  .aboutMain .people .item:nth-child(7) {
    left: 74px;
    top: 190px;
  }

  .aboutMain .people .title {
    font-size: 40px;
  }

  .joinMainSection .item {
    padding: 31px 16px 48px;
  }

  .programMainSection .join {
    width: 404px;
  }

  .programMainSection .join .title {
    font-size: 40px;
    margin-top: 35px;
  }

  .programMainSection .programContent {
    width: calc(50% - 65px);
  }

  .programMainSection .programContent:before {
    left: -122px;
  }

  .footerContent .rightSide {
    width: calc(80% - 79px);
  }

  .footerContent .rightSide .column.footerContacts {
    width: 245px;
    left: 31px;
  }

  .footerContent .rightSide .column+.column {
    margin-left: 15px;
  }

  .siteWrapper.innerPage .footer {
    padding: 30px 0;
  }

  .siteWrapper .footer {
    padding-bottom: 30px;
  }

  .cabinetLeft {
    width: 108px;
    overflow: hidden;
  }

  .cabinetLeft .copyRight {
    padding: 11px 5px 11px 15px;
  }

  .cabinetLeft .social {
    padding: 0 13px;
    flex-wrap: wrap;
  }

  .cabinetLeft .social li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .cabinetContent {
    width: calc(100% - 108px);
    padding-bottom: 32px;
  }

  .listPaymentBalance {
    left: 108px;
    width: calc(100% - 108px);
  }

  .menuCabinet li a {
    white-space: nowrap;
    padding: 0 41px;
    color: transparent !important;
  }

  .faqSection {
    padding: 50px 0;
  }

  .faqList .faqItem {
    min-height: 120px;
    padding: 0 25px;
  }

  .faqList .link {
    font-size: 20px;
  }

  .faqTextBlock .titleBlock {
    font-size: 26px;
    line-height: 40px;
  }

  .faqTextBlock .textSection {
    font-size: 15px;
    line-height: 26px;
  }

  .faqTextBlock .moreLinks .linkSite {
    font-size: 14px;
    line-height: 25px;
  }

  .faqDrop .faqDropItem .title {
    font-size: 18px;
    padding: 15px 20px;
  }

  .faqDrop .faqDropItem .drop ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .faqMoreSection {
    padding: 30px 0;
  }

  .faqBlock .leftSide {
    width: 270px;
  }

  .faqBlock .rightSide {
    width: calc(100% - 270px);
    padding-left: 30px;
  }

  .newsSection .pagination {
    margin-top: 30px;
  }

  .sideMenu .title {
    font-size: 18px;
    padding: 15px 20px;
  }

  .documentSection .leftSide {
    width: 270px;
  }

  .documentSection .rightSide {
    width: calc(100% - 270px);
    padding-left: 30px;
  }

  .documentSection .sideMenu ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .documentSection .textSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .textSection .accent {
    font-size: 15px;
    padding: 15px;
    margin: 15px 0;
  }

  .listStepInfo .item {
    width: calc(25% - 30px);
  }

  .features .leftSide {
    width: calc(50% - 210px);
  }

  .features .list .item {
    width: calc(50% - 20px);
    padding: 15px 25px;
    height: auto;
  }

  .textPageTop .videoWrapper {
    width: 497px;
  }

  .partnersAbout .leftSide,
  .partnersAbout .rightSide {
    width: 100%;
  }

  .partnersAbout .list {
    margin-top: 50px;
    top: 0;
    width: calc(100% + 30px);
  }

  .ourStory .rightSide {
    width: 50%;
  }

  .ourStory ul {
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
  }

  .ourStory ul li {
    width: calc(50% - 15px);
  }

  .team {
    margin-top: 50px;
  }

  .teamListBig .pictureWrapper {
    height: 300px;
  }

  .teamListBig .item {
    width: calc(33.3333333333% - 10px);
    margin: 0 5px;
    padding: 20px;
  }

  .teamListSmall {
    margin: 30px -10px 0;
  }

  .teamListSmall .head {
    font-size: 18px;
    padding: 10px 20px;
  }

  .teamListSmall .item {
    width: calc(33.3333333333% - 10px);
    margin: 0 5px;
  }

  .teamListSmall ul li {
    padding: 10px 20px;
  }

  .roadMap .leftSide {
    width: 100%;
  }

  .roadMap .rightSide {
    padding-top: 30px;
    width: 100%;
  }

  .roadMapList .item {
    min-height: 185px;
  }

  .roadMapList:before {
    right: 120px;
  }

  .errorSection .textSimple {
    font-size: 15px;
  }

  .errorSection .sectionLogo {
    margin-bottom: 40px;
  }

  .errorSection:before {
    background-size: 820px auto;
    width: 60%;
  }
}

@media (max-width: 1023px) {
  .withSection .withOpen .main .enterSum {
    flex-direction: column;
    align-items: flex-start;
  }

  .loginSection {
    background-position: inherit;
}
  .withSection .withOpen .main .enterSum .inputLine {
    margin-left: 0px;
    margin-top: 4px;
  }

  .container {
    width: 750px;
  }

  .menuBurger {
    z-index: 10;
    display: block;
  }

  .headerContent {
    padding: 3px 0;
  }

  .headerContent .logoWrapper {
    width: 174px;
    overflow: hidden;
  }

  .headerContent .logoWrapper img {
    width: 100%;
    max-width: inherit;
    position: relative;
    /* left: -58px; */
  }

  .headerContent .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 9;
    background-color: rgb(255, 255, 255);
    border-bottom: solid 2px #f0f6ff;
  }

  .headerContent .menu ul {
    flex-wrap: wrap;
    margin: 0;
  }

  .headerContent .menu ul li {
    margin: 0;
    width: 100%;
    border-top: solid 2px #f0f6ff;
    padding: 22px 25px;
  }

  .headerContent .menu ul li.login,
  .headerContent .menu ul li.signup {
    display: block;
  }

  .headerContent .controls {
    display: none;
  }

  .alert {
    text-align: left;
    justify-content: space-between;
    font-size: 12px;
    padding: 16px 48px 16px 24px;
  }

  .screenCabinet {
    width: 350px;
    height: 239px;
    margin-left: 0px;
    padding: 15px 16px;
    top: 29px;
  }

  .greetings {
    padding: 20px 0 0px;
  }

  .greetings .cap {
    font-size: 55px;
    line-height: 51px;
    max-width: 330px;
  }

  .greetings .cap .txt {
    font-size: 40px;
  }

  .greetings .text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
  }

  .greetings .text p {
    order: 2;
    margin-top: 22px;
    max-width: 100%;
    line-height: 27px;
  }

  .greetings .brands {
    margin-top: 23px;
    margin-bottom: 0;
    padding: 0 7px;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    align-items: initial;
    justify-content: space-between;
    padding: 0;
  }

  .greetings .mainBrand {
    background-color: #f0f6ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 175px;
  }

  .greetings .listBrand {
    background-color: #f0f6ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: calc(100% - 187px);
    padding: 32px 19px 32px;
    align-items: center;
  }

  .greetings .listBrand li {
    margin-bottom: 0;
  }

  .greetings .listBrand li:first-child {
    margin-bottom: 11px;
  }

  .greetingsSection {
    padding-bottom: 50px;
  }

  .greetingsSection .btn {
    margin-top: 25px;
    width: 40%;
    height: 64px;
    font-size: 19px;
    line-height: 51px;
  }

  .greetingsSection .back {
    display: none;
  }

  .titleBlock {
    font-size: 30px;
    z-index: 2;
  }

  .partnersMainWrapper {
    background-color: #f0f6ff;
    padding: 27px 0 0;
    min-height: inherit;
  }

  .partnersMainWrapper::before {
    display: none;
  }

  .partnersMain .leftSide {
    width: 100%;
  }

  .partnersMain .rightSide {
    width: 100%;
    margin-top: 50px;
  }

  .partnersMain .textSimple {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    max-width: 100%;
  }

  .mobilePrimer {
    display: flex !important;
  }

  .sliderCoin {
    margin-top: 32px;
    width: 100%;
  }

  .coinsInvisPartner {
    left: auto;
    height: auto;
    margin-top: 0;
    flex-direction: row !important;
    width: 100%;
  }

  .coinsInvisPartner .text {
    display: none;
  }

  .coinsInvisPartner .coin {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important;
    -webkit-filter: blur(0px) !important;
    -moz-filter: blur(0px) !important;
    -ms-filter: blur(0px) !important;
    -o-filter: blur(0px) !important;
    filter: blur(0px) !important;
    width: auto;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    padding: 20px 0;
  }

  .partnersSection .info {
    justify-content: flex-start;
  }

  .partnersSection .info li {
    width: 33.3333333333% !important;
    margin: 0 0 30px 0 !important;
  }

  .partnersSection .info li .value {
    font-size: 25px;
  }

  .partnersSection .info li .percent {
    font-size: 25px;
    color: #050b25;
  }

  .howWorkSection {
    padding: 30px 0 10px;
  }

  .howWorkSection::after {
    display: none;
  }

  .howWorkSection .textSimple {
    margin-top: 13px;
    max-width: 100%;
    font-size: 14px;
  }

  .howWorkSection .howListStepsSlider {
    margin: 36px 0 0;
    overflow: visible;
  }

  .howWorkSection .howListSteps {
    flex-wrap: initial;
    justify-content: initial;
    margin-top: 0;
  }

  .howWorkSection .howListSteps .title {
    font-size: 20px;
  }

  .howWorkSection .howListSteps .step {
    padding-right: 45px;
    height: auto;
  }

  .howWorkSection .howListSteps .step:nth-child(3) .picture {
    width: 100%;
    height: auto;
  }

  .howWorkSection .howListSteps .step:last-child .way {
    right: calc(100% - 2px);
  }

  .howWorkSection .howListSteps .stepContent {
    background-color: #f0f6ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 19px 15px;
    line-height: 27px;
    height: 100%;
  }

  .howWorkSection .howListSteps .picture {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: contain;
    margin: 0 0 17px 0;
  }

  .howWorkSection .howListSteps .picture::after {
    display: none;
  }

  .howWorkSection .howListSteps .picture ul li {
    width: 50%;
    min-height: 35px;
    justify-content: flex-start;
  }

  .howWorkSection .howListSteps .way {
    left: calc(100% - 109px);
    width: 105px;
    height: 140px;
    top: -17px;
    font-size: 15px;
  }

  .howWorkSection .howListSteps .way .green {
    margin-top: 0px;
    display: flex;
    flex-direction: column-reverse;
  }

  .howWorkSection .howListSteps .way .arrow {
    width: 89px;
  }

  .howWorkSection .stepsWrapper {
    overflow: hidden;
    overflow-x: auto;
    padding-left: calc((100vw - 710px) / 2);
    margin: 0 calc((710px - 100vw) / 2);
  }

  .howWorkSection .stepsWrapper .listStepInfo {
    flex-wrap: initial;
    line-height: 27px;
    width: auto;
    margin-right: -45px;
    padding-left: 0px;
  }

  .howWorkSection .stepsWrapper .listStepInfo .item {
    width: 25%;
    padding-right: 20px;
  }

  .howWorkSection .stepsInner {
    width: calc(1065px + (100vw - 710px) / 2);
    padding-right: calc((100vw - 710px) / 2 - 45px);
  }

  .howWorkSection.workPage .howListSteps .picture {
    margin-bottom: 0;
  }

  .howWorkSection.workPage .howListSteps .step {
    width: 33.3333333333%;
    min-height: 143px;
  }

  .howWorkSection.workPage .howListSteps .step:last-child .way .num {
    left: calc(100% - 2px);
  }

  .howWorkSection.workPage .howListSteps .num {
    margin-left: -27.5px;
  }

  .howWorkSection.workPage .howListSteps .stepContent {
    position: relative;
  }

  .howWorkSection.workPage .howListSteps .way {
    height: calc(100% + 17px);
    padding-bottom: 17px;
  }

  .howWorkSection.workPage .howListSteps .way .num {
    left: calc(100% + 4px);
    margin-left: -50px;
    bottom: -27px;
  }

  .easySteps {
    padding: 30px 0;
  }

  .easySteps .titleBlock {
    max-width: 100%;
  }

  .easySteps .textSimple {
    margin-top: 25px;
  }

  .easySteps .btn {
    margin-top: 40px;
    max-width: 315px;
  }

  .easySteps .leftSide {
    width: 100%;
  }

  .easySteps .leftSide .btn {
    display: none;
  }

  .easySteps .rightSide {
    width: 100%;
    margin-top: 30px;
    min-height: inherit;
  }

  .easySteps .rightSide .btn {
    display: block;
  }

  .easySteps .steps {
    min-height: auto;
    height: auto;
  }

  .easySteps .steps .head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: solid 1px #f0f6ff;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -ms-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .easySteps .steps .head img {
    display: none;
  }

  .easySteps .steps .head .num {
    font-size: 30px;
    font-weight: 600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #f0f6ff;
    color: #050b25;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .easySteps .steps .item {
    width: 100%;
    min-height: inherit;
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    padding: 0;
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .easySteps .steps .item+.item {
    margin-top: 24px;
  }

  .easySteps .steps .item .title {
    font-size: 20px;
    margin: 0;
    min-height: 65px;
    padding-left: 86px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .easySteps .steps .item p {
    width: 100%;
    max-width: 100%;
    margin-top: 17px;
    line-height: 25px;
  }

  .calcProfitSection {
    background: #f1f6ff;
    background: -moz-linear-gradient(top, #f1f6ff 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f6ff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f1f6ff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f1f6ff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f1f6ff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f1f6ff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f6ff", endColorstr="#ffffff", GradientType=0);
    padding: 30px 0;
  }

  .calcProfitSection .head {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .calcProfitSection .head .titleBlock {
    line-height: 40px;
    max-width: 100%;
  }

  .calcProfitSection .head .text {
    max-width: 100%;
    font-weight: 600;
  }

  .calcProfitSection .head .linkSite {
    font-size: 17px;
    line-height: 20px;
  }

  .calcProfitSection .pools {
    margin-top: 48px;
    margin-bottom: 25px;
    flex-wrap: initial;
    justify-content: initial;
  }

  .calcProfit {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    padding: 30px 20px;
    margin-top: 30px;
    z-index: 4;
  }

  .calcProfit::before {
    background-image: none;
    width: 100%;
    height: 80%;
    background-color: #050925;
    top: 0;
    left: 0;
  }

  .calcProfit::after {
    display: none;
  }

  .calcProfit .titleBlock {
    width: 100%;
  }

  .calcProfit .textSimple {
    width: 100%;
    color: #96a3b5;
    margin-top: 30px;
    font-size: 14px;
  }

  .calcProfit .leftSide {
    width: 100%;
  }

  .calcProfit .rightSide {
    width: 100%;
    top: 0;
    margin-top: 30px;
  }

  .calcGridState {
    grid-template-columns: 1fr minmax(auto, 50%);
  }

  .pools .pool {
    height: 300px !important;
  }

  .pools .poolContent {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px 18px;
  }

  .pools .poolPercent {
    text-align: left;
  }

  .pools .poolPercent .txt {
    font-weight: 600;
    margin-top: 6px;
  }

  .pools .poolPercent .percent {
    font-size: 50px !important;
    line-height: 47px !important;
  }

  .pools .poolName {
    font-size: 30px;
    line-height: 35px;
    position: static;
    text-align: left;
    writing-mode: initial;
    transform: rotate(0deg);
  }

  .pools .val {
    font-weight: 600;
  }

  .sliderCalcPoolsWrapper .dots {
    margin-top: 50px;
  }

  .sliderCalcPools {
    overflow: visible;
    margin: 0;
  }

  .assetsSection {
    padding: 30px 0;
  }

  .assetsSection .logo {
    display: none;
  }

  .assetsSection .list {
    margin-top: 17px;
  }

  .assetsSection .item {
    width: 100%;
    background: transparent;
    padding: 15px 15px 5px 51px !important;
    margin-bottom: 0;
  }

  .assetsSection .item .icon {
    left: 0;
    width: 39px;
    top: 12px;
  }

  .assetsSection .item:nth-child(2n) .icon {
    left: 0;
    right: auto;
  }

  .assetsSection .textBlock {
    text-align: left;
    max-width: 100%;
    margin-top: 2px;
  }

  .assetsSection .textBlock .linkSite {
    font-size: 17px;
    line-height: 20px;
  }

  .assetsSection .textBlock .txt {
    display: inline;
  }

  .aboutMainSection {
    display: none;
  }

  .pressSection {
    padding: 30px 0;
  }

  .pressSection .list {
    margin-top: 23px;
  }

  .pressSection .item {
    height: 112px;
  }

  .joinMainSection {
    margin-top: 0;
    padding: 30px 0;
  }

  .joinMainSection .titleBlock {
    width: calc(50% - 69px);
    display: inline-block;
    vertical-align: bottom;
    line-height: 40px;
  }

  .joinMainSection .icon {
    position: relative;
    right: auto;
    top: auto;
  }

  .joinMainSection .list {
    display: inline-flex;
    margin: 0;
    justify-content: space-between;
    width: calc(50% + 65px);
    padding-left: 17px;
  }

  .joinMainSection .item {
    width: calc(25% - 22px);
    padding: 10px;
    height: auto;
    margin: 0;
    align-items: center;
  }

  .joinMainSection .title,
  .joinMainSection .text {
    display: none;
  }

  .programMainSection {
    background-color: #3743ff;
    margin: 0;
    padding: 30px 0 0;
  }

  .programMainSection .programMain {
    display: block;
  }

  .programMainSection .programContent {
    padding: 0;
    width: 100%;
  }

  .programMainSection .programContent::before {
    display: none;
  }

  .programMainSection .join {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
    margin-top: 44px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 20px;
  }

  .programMainSection .join .icon,
  .programMainSection .join .title {
    display: none;
  }

  .programMainSection .join .text {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 42px;
  }

  .programMainSection .join .btn {
    margin: 0;
    top: 0;
    min-width: 325px;
  }

  .programContent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }

  .programContent .title {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 32px;
  }

  .programContent .icon {
    width: 77px;
    height: 72px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
  }

  .programContent .text {
    max-width: 320px;
    font-size: 14px;
    margin-top: 0;
    line-height: 25px;
    padding-left: 83px;
  }

  .programContent .btn {
    font-size: 19px;
    margin-top: 0;
    min-width: 325px;
  }

  .programContent .percent {
    display: none;
  }

  .footer {
    padding: 30px 0;
  }

  .footerContent .leftSide {
    order: 2;
    margin-top: -205px;
    width: 230px;
  }

  .footerContent .leftSide .logoWrapper {
    width: 195px;
  }

  .footerContent .rightSide {
    width: 100%;
  }

  .footerContent .rightSide .column+.column {
    margin-left: 0;
  }

  .footerContent .rightSide .column.footerContacts {
    width: calc(100% - (33.3333333333% + 37px));
    left: 0;
    margin-left: auto !important;
    margin-top: 50px !important;
  }

  .footerContent .rightSide .column.footerContacts .adress {
    max-width: 70%;
  }

  .footerMenu {
    justify-content: space-between;
  }

  .footerMenu .column {
    width: calc(33.3333333333% - 75px);
  }

  .footerMenu ul li {
    padding-left: 0;
  }

  .footerMenu ul li::before {
    display: none;
  }

  .footerMenu ul li+li {
    margin-top: 7px;
  }

  .cabinetLeft {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: inherit;
    z-index: 9;
    color: inherit;
  }

  .cabinetLeft .bottom {
    display: none;
  }

  .menuCabinet li a {
    color: #050925 !important;
    font-weight: 600;
    height: 98px;
    padding: 0 32px;
  }

  .menuCabinet li a:hover,
  .menuCabinet li a.active {
    color: rgb(255, 255, 255) !important;
  }

  .cabinetContent {
    width: 100%;
    padding-top: 31px;
  }

  .cabinetHead {
    padding: 4px 23px;
  }

  .cabinetHead .btn {
    display: none;
  }

  .cabinetHead .cabinetHeadControls {
    width: calc(50% + 60px);
    max-width: 415px;
  }

  .cabinetHead .logoWrapper {
    width: 174px;
    overflow: hidden;
    padding-left: 65px;
  }

  .cabinetHead .logoWrapper img {
    width: 170px;
    max-width: inherit;
    position: relative;
    left: -61px;
  }

  .cabinetHead .userControls {
    margin-right: 15px;
    margin-left: 15px;
  }

  .listPaymentBalance {
    left: 0;
    width: 100%;
  }

  .sliderPools {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    margin-top: 15px;
  }

  .sliderPools .swiper-pagination {
    display: none;
  }

  .sliderPools .swiper-button-prev,
  .sliderPools .swiper-button-next {
    display: none;
  }

  .filterBlock {
    flex-wrap: wrap;
    padding: 18px 22px;
    justify-content: space-between;
  }

  .filterBlock .col {
    width: calc(50% - 15px);
    margin-right: 0;
  }

  .filterBlock .col.colDate {
    width: calc(50% - 15px);
    margin-bottom: 11px;
  }

  .filterBlock .btn {
    margin: 15px auto 0;
    width: 100%;
    max-width: 130px;
  }

  .cabinetPage .titleBlock {
    text-align: center;
  }

  .poolCab .head {
    text-align: left;
    padding: 10px 14px 12px;
  }

  .poolCab .head .name {
    font-size: 25px;
    display: block;
    line-height: 30px;
    top: 0;
    position: relative;
    left: 0;
    text-align: left;
    writing-mode: initial;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .poolCab .head .date {
    margin-top: 8px;
    display: inline-block;
  }

  .poolCab .profit {
    margin-top: 13px;
    text-align: left;
  }

  .poolCab .info {
    justify-content: flex-start;
  }

  .poolCab .info li+li {
    margin-left: 0;
    position: absolute;
    top: 18px;
    right: 10px;
  }

  .poolCab .poolProgress {
    flex-wrap: wrap;
    padding: 11px 10px 8px 14px;
  }

  .poolCab .poolProgress .progressLine {
    margin: 0;
    flex: 1;
    width: auto;
  }

  .poolCab .poolProgress .tit {
    margin-bottom: -5px;
    line-height: 14px;
    width: 100%;
  }

  .poolCab .poolProgress .percent {
    margin-left: 10px;
  }

  .dashboardSection {
    padding: 35px 0 0;
  }

  .dashboardSection .titleBlock {
    margin-bottom: 18px;
  }

  .dashboardSection .rightSide {
    margin-top: 30px;
  }

  .dashboardSection .rightSide .partnersDashBoad {
    width: calc(50% - 15px);
  }

  .dashboardSection .rightSide .graficBlock {
    width: calc(50% - 23px);
  }

  .tableDashboard {
    display: block;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    margin-top: 29px;
  }

  .tableDashboard .thead {
    display: none;
  }

  .tableDashboard .tbody {
    display: flex;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .tableDashboard .tbody .tr {
    display: block;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  .tableDashboard .tbody .tr .td {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    padding: 0 14px 0 22px;
    min-height: 50px;
    border: 0;
  }

  .tableDashboard .tbody .tr .td+.td {
    border-top: solid 2px #ebf0f7;
  }

  .tableDashboard .thMobile {
    display: block;
    width: 50%;
  }

  .tableDashboard .thMobile+* {
    width: 50%;
  }

  .tableDashboard+.pagination {
    display: none;
  }

  .amountDollars {
    display: block;
    text-align: left;
    width: 50%;
    margin-left: auto;
  }

  .cabinetPage .dots .swiper-pagination-bullet {
    opacity: 1;
  }

  .partnersDashBoad .item {
    padding: 0 10px;
  }

  .cabinetFooter {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px 10px 24px;
    background-color: rgb(255, 255, 255);
    width: 100%;
  }

  .cabinetFooter .social {
    margin: 0 -5px;
    justify-content: center;
  }

  .cabinetFooter .social li {
    margin: 0 5px;
  }

  .cabinetFooter .social li a {
    background-color: #f0f4fc;
  }

  .cabinetFooter .copyRight {
    color: #48586d;
    font-size: 12px;
    line-height: 24px;
  }

  .faqList .faqItem {
    min-height: 100px;
    padding: 0 15px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .faqList .link {
    font-size: 18px;
  }

  .terms .head .num {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .terms .head .name {
    font-size: 24px;
    margin-left: 25px;
  }

  .terms .body {
    margin-top: 20px;
    line-height: 28px;
  }

  .newsSection {
    padding: 30px 0 50px;
  }

  .newsSection .pagination {
    margin-top: 0;
  }

  .newsList {
    margin-top: 30px;
  }

  .newsItem {
    width: calc(50% - 40px);
  }

  .newsItem .newsContent {
    padding: 20px 15px 1px;
  }

  .subscribeSection .subscribe {
    flex-wrap: wrap;
    align-items: center;
  }

  .subscribeSection .titleBlock {
    width: 100%;
  }

  .subscribeSection .titleBlock br {
    display: none;
  }

  .subscribeSection .text {
    width: 100%;
    padding: 18px 0;
  }

  .subscribeSection .inputWrapper {
    width: 100%;
    flex: auto;
    margin: 0;
  }

  .textPageTop .leftSide {
    width: 65%;
  }

  .listStepInfo {
    flex-wrap: wrap;
    margin: 30px 0 0;
    display: inline-flex;
    vertical-align: top;
    width: 50%;
    padding-left: 75px;
  }

  .listStepInfo .item {
    width: 100%;
    margin: 0 0 20px;
  }

  .textPageTopSection {
    min-height: inherit;
  }

  .featuresSection {
    padding: 30px 0;
  }

  .features .leftSide {
    width: 100%;
  }

  .features .leftSide .btn {
    display: none;
  }

  .features .rightSide {
    width: 100%;
    margin-top: 30px;
  }

  .features .btn {
    margin-top: 30px;
    display: inline-block;
  }

  .features .list .item {
    width: calc(50% - 10px);
    padding: 15px;
    height: auto;
    margin-bottom: 10px;
    line-height: 26px;
  }

  .howWorkDropSection {
    padding: 30px 0;
  }

  .howWorkDrop .leftSide {
    width: 100%;
    padding: 0;
  }

  .howWorkDrop .leftSide .btn {
    display: none;
  }

  .howWorkDrop .rightSide {
    width: 100%;
    margin-top: 30px;
  }

  .howWorkDrop .btn {
    display: inline-block;
    margin-top: 30px;
  }

  .textPageTop .videoWrapper {
    width: 347px;
    height: 210px;
    margin-top: 70px;
    margin-left: 20px;
  }

  .ourStorySection {
    padding: 30px 0;
  }

  .ourStory .titleBlock {
    margin-bottom: 30px;
  }

  .ourStory .picture {
    display: none;
  }

  .ourStory .rightSide {
    width: 100%;
  }

  .team {
    margin-top: 30px;
  }

  .teamListBig .item {
    padding: 10px;
  }

  .teamListBig .pictureWrapper {
    height: 240px;
  }

  .teamListBig .name {
    font-size: 16px;
  }

  .teamListBig .post {
    font-size: 15px;
  }

  .teamListBig .textSimple {
    font-size: 12px;
    line-height: 20px;
  }

  .teamListSmall .head {
    font-size: 16px;
    padding: 10px 10px;
  }

  .teamListSmall ul li {
    padding: 5px 15px;
  }

  .teamListSmall ul li .name {
    font-size: 14px;
  }

  .ourValues .list {
    margin-top: 30px;
  }

  .ourValues .item {
    min-height: 160px;
    padding: 0 20px 0 20px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .ourValues .item .title {
    font-size: 18px;
  }

  .ourValues .item .text {
    line-height: 20px;
    width: calc(100% - 75px);
    font-size: 12px;
  }

  .ourValues .item .icon {
    width: 60px;
    height: 60px;
    background-size: contain;
  }

  .ourValuesSection {
    padding: 30px 0;
  }

  .roadMapList::before {
    right: 20px;
  }

  .ourNewsSection {
    padding: 30px 0;
  }

  .ourNews .leftSide {
    width: 100%;
  }

  .ourNews .leftSide .btn {
    display: none;
  }

  .ourNews .rightSide {
    margin-top: 30px;
    width: 100%;
  }

  .ourNews .btn {
    display: inline-block;
    margin-top: 30px;
  }

  .ourNews .textSimple {
    margin-top: 30px;
  }

  .ourNews .newsItem+.newsItem {
    margin-top: 30px;
  }

  .ourNews .newsItem .newsContent {
    padding: 20px 15px 20px 15px;
  }

  .yourPools .notactivePools {
    margin: 30px 0;
  }

  .yourPools .notactivePools .title {
    font-size: 20px;
    margin-top: 35px;
  }

  .yourPools .notactivePools .quest {
    font-size: 40px;
    line-height: 50px;
  }

  .withSection .head {
    display: none;
  }

  .withSection .withTitleMobile {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .withSection .withLineHead {
    flex-wrap: wrap;
    height: inherit;
  }

  .withSection .withLineHead .td {
    width: 33.3333333333% !important;
    padding: 5px 10px;
  }

  .withSection .noPending {
    padding: 20px 0;
    font-size: 20px;
  }

  .investWith .withForm {
    padding: 15px;
  }

  .enterAmount .enterForm {
    padding: 15px;
  }

  .poolInformations {
    padding: 15px;
  }

  .poolInformations .leftSide {
    padding: 20px;
  }

  .partnersInfoList .item {
    width: 100%;
  }

  .partnersInfoList .item+.item {
    margin-top: 30px;
  }

  .partnersList .item {
    padding: 15px 15px 15px 75px !important;
    min-height: inherit;
  }

  .partnersList .item .data {
    font-size: 20px !important;
  }

  .tablePartners {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .tablePartners .thead {
    display: none;
  }

  .tablePartners .tbody {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tablePartners .tbody .tr {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.11);
  }

  .tablePartners .tbody .td {
    border: 0;
    text-align: left;
    width: 50%;
    padding: 5px 10px;
  }

  .tablePartners .linkSite {
    max-width: calc(100% - 45px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .tablePartners .titleMobile {
    display: block;
    font-size: 15px;
  }

  .ourPartners {
    padding: 30px 0;
  }

  .signUp {
    left: -20px;
    position: relative;
    width: calc(100% + 40px);
  }

  .signUp .leftSide {
    padding: 30px 20px;
    width: 100%;
  }

  .signUp .rightSide {
    padding: 30px 20px;
    width: 100%;
  }

  .signUpSection::before {
    display: none;
  }

  .signUpSection::after {
    display: none;
  }

  .signUpSection .list .item+.item {
    margin-top: 30px;
  }

  .loginSection {
    padding: 30px;
    flex-direction: column;
  }

  .loginSection .leftSide {
    width: 100%;
    order: 2;
  }

  .loginSection .rightSide {
    width: 100%;
    padding-top: 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    order: 1;
  }

  .loginSection .rightSide .screen {
    display: none;
  }

  .loginSection .rightSide .head {
    margin-bottom: 24px;
  }

  .loginSection .footerSide {
    order: 3;
  }

  .modal__container {
    width: 100%;
  }

  .modal__container .modalWrap {
    padding: 30px 20px;
  }

  .modal__close {
    right: 10px;
  }

  .sendMessage .controls .checkBlock {
    width: 100%;
  }

  .sendMessage .controls .btn {
    margin-top: 25px;
  }

  .pools .btn {
    width: 155px;
    height: 57px;
    line-height: 45px;
    bottom: -28px;
    margin-left: -78px;
    font-size: 18px;
  }

  .errorSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .errorSection .container {
    padding: 0 20px;
  }

  .errorSection .textSimple {
    font-size: 14px;
  }

  .errorSection .sectionInner {
    max-width: 50%;
  }

  .errorSection .title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .errorSection .sectionLogo {
    margin-bottom: 30px;
  }

  .errorSection .sectionLogo img {
    max-height: 60px;
  }

  .errorSection:before {
    width: 55%;
    background-size: 620px auto;
    background-position: right center;
  }

  .errorSection:after {
    width: 560px;
  }
}

@media (max-width: 749px) {
  .container {
    width: 100%;
  }

  .screenCabinet {
    display: block; 
    width: 100%;
        height: 239px;
        margin-right: 0px;
        left: 0px;
        margin-left: unset;
        padding: 15px 16px;
        top: 290px;
        position: absolute;
  }

  .greetingsSection .btn {
    margin-bottom: 285px;
}

  .partnersSection .info li {
    width: 50% !important;
  }

  .pressSection .item {
    width: calc(50% - 35px);
    margin-bottom: 17.5px;
  }

  .joinMainSection .item {
    width: calc(25% - 5px);
  }

  .programContent .icon {
    bottom: 70px;
  }

  .programContent .text {
    max-width: 100%;
  }

  .programContent .btn {
    margin-top: 25px;
  }

  .programMainSection .join {
    flex-wrap: wrap;
  }

  .programMainSection .join .text {
    max-width: 100%;
    width: 100%;
  }

  .programMainSection .join .btn {
    margin-top: 25px;
  }

  .calcProfit .textSimple {
    margin-top: 10px;
  }

  .calcProfit .rightSide {
    padding: 22px 22px 43px;
  }

  .calcForm .inputLine {
    width: calc(50% - 11px);
  }

  .period {
    margin-top: 29px;
  }

  .cabinetHead .cabinetHeadControls {
    width: calc(100% - 152px);
    max-width: 480px;
  }

  .dashboardSection .rightSide .partnersDashBoad {
    width: 100%;
  }

  .dashboardSection .rightSide .graficBlock {
    width: 100%;
    margin-top: 30px;
  }

  .cabinetContent {
    padding-bottom: 0;
  }

  .faqSection {
    padding: 30px 0;
  }

  .faqBlock .leftSide {
    width: 100%;
  }

  .faqBlock .rightSide {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .termsSection {
    padding: 30px 0;
  }

  .terms {
    margin-top: 30px;
  }

  .documentSection .leftSide {
    width: 100%;
  }

  .documentSection .rightSide {
    width: 100%;
    padding-left: 0;
  }

  .sideMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sideMenu .line {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }

  .sideMenu .line+.line {
    margin-top: 0;
  }

  .textPageTop .leftSide {
    width: 100%;
    margin-bottom: 100px;
  }

  .textPageTop .picture {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 534px;
    margin-top: -140px;
    margin-left: 120px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -170px;
  }

  .textPageTop .videoWrapper {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 380px;
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .textPageTop .textSimple {
    margin-top: 30px;
    line-height: 28px;
  }

  .textPageTop .btn {
    margin-top: 30px;
  }

  .textPageTopSection {
    padding: 30px 0;
  }

  .howWorkSection .stepsWrapper {
    padding-left: 20px;
    margin: 0 -20px;
  }

  .howWorkSection .stepsWrapper .listStepInfo {
    margin-right: -20px;
  }

  .howWorkSection .stepsWrapper .listStepInfo .item {
    padding-right: 20px;
  }

  .howWorkSection .stepsInner {
    width: 1065px;
    padding-right: 0;
  }

  .howWorkSection.workPage .howListSteps {
    width: auto;
    margin-right: -45px;
  }

  .listStepInfo {
    padding-left: 60px;
    width: calc(50% + 35px);
  }

  .listStepInfo .item {
    line-height: 26px;
  }

  .partnersAbout .item {
    width: calc(50% - 30px);
    top: auto !important;
  }

  .partnersAbout .list {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }

  .partnersAbout .item {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }

  .ourStory .rightSide {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
  }

  .teamListBig .item {
    width: 100%;
  }

  .teamListBig .item+.item {
    margin-top: 30px;
  }

  .teamListBig .pictureWrapper {
    height: auto;
  }

  .teamListBig .picture {
    padding-top: 72%;
  }

  .ourValues .item {
    padding: 15px;
    min-height: inherit;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
  }

  .ourValues .item .title {
    font-size: 16px;
  }

  .ourValues .item .text {
    width: 100%;
  }

  .roadMapList::before {
    display: none;
  }

  .roadMapList .item::before {
    content: "";
    position: absolute;
    left: 0;
    border: dashed 1px #3333ff;
    top: calc(100% + 92px);
    width: calc(100% + 22px);
  }

  .ourNews .newsItem .newsContent {
    width: calc(100% - 175px);
  }

  .ourNews .newsItem .picture {
    width: 175px;
    height: 200px;
  }

  .settingsPage {
    padding-bottom: 50px;
  }

  .settingsPage .form {
    padding: 30px 20px 5px;
    margin-top: 20px;
  }

  .settingsPage .rightSide {
    margin-top: 0;
  }

  .settingsColumn.personal .inputLine {
    width: calc(50% - 10px);
  }

  .settingsColumn.password {
    margin-top: 50px;
  }

  .settingsColumn.security {
    margin-top: 50px;
  }

  .settingsColumn.security .form {
    padding: 30px 20px 5px;
  }

  .settingsColumn.security .left {
    width: 100%;
    padding-top: 0;
  }

  .settingsColumn.security .right {
    width: 100%;
    margin-top: 10px;
  }

  .settingsColumn.payment {
    margin-top: 50px;
  }

  .settingsColumn.payment .form {
    padding: 30px 20px 5px;
  }

  .withSection {
    padding-bottom: 50px;
  }

  .selectPool .poolPercent .percent {
    font-size: 60px;
    line-height: 60px;
  }

  .enterAmount .info {
    margin-top: 15px;
  }

  .enterAmount .info li {
    padding: 15px 10px;
  }

  .enterAmount .btn {
    margin-top: 15px;
  }

  .addPoolSection {
    padding-bottom: 50px;
  }

  .poolInformations {
    margin: 0 0 50px;
  }

  .tablePartners .tbody .tr {
    padding: 15px;
  }

  .tablePartners .tbody .td {
    width: 100%;
    padding: 10px 0;
  }

  .sendMessage .inputList {
    display: block;
  }

  .highcharts-figure .highcharts-container,
  .highcharts-figure>* {
    height: 200px !important;
  }

  .footerContent .rightSide .column.footerContacts .adress {
    max-width: 80%;
  }

  .modal__container {
    padding: 180px 0; 
    margin-top: 40px;
  }

  .greetingsSection .btn {
    width: 100%;
  }

  .errorSection {
    padding-top: 320px;
    padding-bottom: 40px;
  }

  .errorSection .sectionInner {
    max-width: 100%;
    padding-top: 20px;
  }

  .errorSection:before {
    width: 100%;
    height: 320px;
    background-position: center calc(100% + 60px);
    background-size: auto 460px;
  }

  .errorSection:after {
    width: 360px;
    left: 0;
    top: auto;
    bottom: 0;
    background-position: center calc(100% - 40px);
  }
}

@media (max-width: 639px) {
  .greetings .brands {
    flex-wrap: wrap;
  }

  .greetings .mainBrand {
    width: 100%;
    min-height: 105px;
    flex-direction: column;
  }

  .greetings .listBrand {
    margin-top: 20px;
    width: 100%;
    padding: 15px 0 0;
  }

  .greetings .listBrand li {
    width: 50%;
    margin-bottom: 15px;
  }

  .greetings .listBrand li:first-child {
    text-align: center;
  }

  .greetings .listBrand li img {
    margin: 0 auto;
  }

  .howWorkSection .howListWrapper {
    margin-top: 0;
  }

  .joinMainSection .titleBlock {
    width: 50%;
  }

  .joinMainSection .list {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .footerMenu .column {
    width: 100%;
  }

  .footerMenu .column+.column {
    margin-top: 30px;
  }

  .footerMenu .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footerMenu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footerMenu ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .footerMenu ul li+li {
    margin-top: 0;
  }

  .footerContent .rightSide .column.footerContacts {
    margin: 0;
    width: 100%;
    margin-top: 30px !important;
  }

  .footerContent .leftSide {
    margin: 0;
    width: 100%;
    margin-top: 30px;
  }

  .siteWrapper .footer {
    padding-bottom: 30px;
  }

  .calcForm .inputLine {
    width: 100%;
    margin-bottom: 20px;
  }

  .period {
    margin-top: 10px;
  }

  .period .item {
    width: calc(30% - 20px);
  }

  .cabinetHead {
    padding: 4px 20px;
  }

  .cabinetHead .userControls {
    margin-right: 0;
  }

  .cabinetHead .balanceInfo {
    margin-left: 0;
    margin-right: auto;
  }

  .cabinetHead .cabinetHeadControls {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    justify-content: space-between;
  }

  .cabinetHead .cabinetHeadControls .menuBurger {
    top: 15px;
    right: 30px;
    position: absolute;
  }

  .filterBlock .col.colDate {
    width: 100%;
  }

  .archivePools .table {
    font-size: 14px;
  }

  .archivePools .table .tr .td:nth-child(1) {
    width: 40%;
    padding-left: 15px;
  }

  .archivePools .table .percent,
  .archivePools .table .value {
    font-size: 18px;
  }

  .faqList .link {
    font-size: 16px;
  }

  .faqDrop .faqDropItem .title {
    font-size: 16px;
    padding: 10px 15px;
  }

  .faqDrop .faqDropItem .drop {
    padding: 10px 0 0;
  }

  .faqDrop .faqDropItem .drop ul li a {
    padding: 7px 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .faqTextBlock .titleBlock {
    font-size: 20px;
    line-height: 31px;
  }

  .faqTextBlock .textSection {
    font-size: 14px;
    line-height: 24px;
  }

  .terms .head .num {
    min-width: 45px;
    width: 45px;
    height: 45px;
    font-size: 21px;
    -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.11);
  }

  .terms .head .name {
    font-size: 20px;
    margin-left: 20px;
  }

  .terms .body {
    line-height: 24px;
  }

  .newsList .newsItem {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }

  .newsList .newsItem .picture {
    height: 150px;
  }

  .newsItem .title {
    font-size: 15px;
    line-height: 24px;
  }

  .newsItem .newsContent {
    padding: 15px 10px 0px;
  }

  .newsItem .controls {
    margin-top: 0px;
  }

  .newsSection {
    padding: 30px 0 40px;
  }

  .newsSection .pagination {
    margin-top: 20px;
  }

  .subscribeSection .subscribe {
    padding: 30px 0;
  }

  .subscribeSection .text {
    padding: 10px 0;
    font-size: 18px;
    line-height: 26px;
  }

  .subscribeSection .icon {
    width: 75px;
    height: 55px;
    margin-left: 0;
    top: 4px;
    margin-right: 0;
    background-size: contain;
  }

  .subscribeSection .invisText {
    font-size: 95px;
  }

  .subscribeSection .inputWrapper {
    margin-top: 10px;
  }

  .subscribeSection .inputWrapper .inputLine input {
    height: 50px;
    padding: 0 20px;
  }

  .subscribeSection .inputWrapper .btn {
    height: 50px;
    line-height: 40px;
    min-width: 140px;
  }

  .sideMenu .line {
    width: 100%;
    margin-bottom: 20px;
  }

  .documentSection {
    padding: 30px 0;
  }

  .textSimple {
    font-size: 14px;
    line-height: 24px;
  }

  .textSection .accent {
    font-size: 14px;
    line-height: 24px;
  }

  .textPageTopSection {
    margin-bottom: -100px;
  }

  .textPageTop .picture {
    margin-left: 190px;
    height: 275px;
    margin-top: -110px;
    margin-bottom: 0;
  }

  .textPageTop .titleBlock+.importantTxt {
    margin-top: 20px;
  }

  .textPageTop .videoWrapper {
    height: 290px;
    margin-bottom: 130px;
  }

  .textPageTop .textSimple {
    margin-top: 30px;
    line-height: 28px;
  }

  .textPageTop .importantTxt {
    font-size: 20px;
  }

  .textPageTop .social {
    margin-top: 20px;
  }

  .textPageTop .social+.textSimple {
    margin-top: 20px;
  }

  .howWorkSection .textSimple {
    font-size: 14px;
    line-height: 24px;
  }

  .howWorkSection .stepsWrapper .listStepInfo {
    margin: 40px -45px 0 0;
  }

  .howWorkSection .stepsWrapper .listStepInfo .item {
    margin: 0 0 20px;
  }

  .listStepInfo {
    display: flex;
    padding-left: 0;
    width: calc(100% + 20px);
    margin: 30px -10px 0;
  }

  .listStepInfo .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .features .leftSide .textSimple {
    margin-top: 20px;
  }

  .features .list .item {
    font-size: 13px;
    line-height: 21px;
  }

  .features .list .title {
    font-size: 18px;
    margin-top: 30px;
  }

  .howWorkDrop .dropBlock .dropTitle {
    padding: 10px 55px 10px 15px;
    font-size: 15px;
    line-height: 26px;
  }

  .teamListSmall .item {
    width: 100%;
  }

  .teamListSmall .item+.item {
    margin-top: 20px;
  }

  .ourValues .item {
    width: 100%;
    justify-content: space-between;
  }

  .ourValues .item .text {
    width: calc(100% - 75px);
  }

  .roadMapList .item {
    width: calc(50% - 20px);
  }

  .ourNews .newsItem .picture {
    height: 220px;
  }

  .yourPools .notactivePools {
    margin: 20px 0 30px;
    padding-top: 30px;
  }

  .yourPools .notactivePools .logo {
    width: 110px;
  }

  .yourPools .notactivePools .title {
    font-size: 18px;
    margin-top: 15px;
  }

  .yourPools .notactivePools .quest {
    font-size: 30px;
    line-height: 40px;
  }

  .yourPools .notactivePools .btn {
    margin-top: 0;
  }

  .withSection .withLineHead .td {
    width: 50% !important;
    padding: 5px 10px;
  }

  .withSection .withOpen .main>div {
    width: 100% !important;
  }

  .withSection .withOpen .main>div+div {
    border-top: 1px solid #ecf1f8;
  }

  .withSection .withOpen .main>div:nth-child(1),
  .withSection .withOpen .main>div:nth-child(2) {
    border-bottom: none;
  }

  .withSection .withOpen ul li {
    width: 50%;
  }

  .selectPool {
    margin: 0;
  }

  .selectPool .poolName {
    font-size: 30px;
    line-height: 35px;
    position: static;
    text-align: left;
    writing-mode: initial;
    transform: rotate(0deg);
  }

  .selectPool .poolContent {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
  }

  .selectPool .poolPercent {
    text-align: left;
  }

  .selectPool .poolPercent .percent {
    font-size: 40px;
    line-height: 51px;
  }

  .cryptoListSlider {
    margin-bottom: 25px;
  }

  .cryptoListSlider .dots {
    margin-top: 0;
  }

  .investWith .cryptoList {
    margin: 36px 0 10px;
    flex-direction: row !important;
  }

  .investWith .cryptoList li {
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }

  .investWith .cryptoList li label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .investWith .withCurrent {
    flex-wrap: wrap;
  }

  .investWith .withCurrent .col {
    padding: 10px 10px !important;
    width: 100%;
  }

  .investWith .withCurrent .col:nth-child(2) {
    width: 30%;
  }

  .investWith .withCurrent .col:last-child {
    width: 70%;
  }

  .investWith .withCurrent .col .name {
    padding-left: 0;
  }

  .enterAmount .controls {
    justify-content: center;
  }

  .enterAmount .controls .inputLine {
    width: 100%;
  }

  .enterAmount .arrowChange {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .enterAmount .info li {
    width: 100%;
    padding: 10px 15px;
  }

  .enterAmount .info li+li {
    margin-top: 5px;
  }

  .poolInformations .title {
    font-size: 20px;
  }

  .poolInformations .poolName {
    font-size: 35px;
  }

  .poolInformations .poolPercent .percent {
    font-size: 70px;
    line-height: 80px;
  }

  .poolInformations .poolAmount .con {
    margin-left: 0;
    padding-left: 30px;
    width: calc(100% - 120px);
  }

  .poolInformations .poolAmount .con .amount {
    font-size: 18px;
  }

  .poolInformations .rightSide .item {
    padding: 15px 15px;
  }

  .partnersList .item {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .partnersList .item .data {
    font-size: 15px !important;
  }

  .partnersList .item .linkSite {
    font-size: 15px;
  }

  .partnersInfoList {
    margin-top: 15px;
  }

  .partnersInfoList .item {
    width: 100%;
    min-height: inherit;
    padding: 15px 15px 15px 75px;
    height: inherit;
  }

  .partnersInfoList .item+.item {
    margin-top: 15px;
  }

  .partnersInfoList .item .data {
    font-size: 15px;
  }

  .tablePartners .tbody .tr {
    width: 100%;
    justify-content: space-between;
  }

  .tablePartners .tbody .td {
    width: calc(50% - 5px);
  }

  .signUp .tabsList .tab {
    font-size: 20px;
  }

  .signUp .list .item {
    flex-wrap: wrap;
  }

  .signUp .list .item .icon {
    margin-bottom: 20px;
  }

  .signUp .list .item .txt {
    width: 100%;
  }

  .signUp .text {
    font-size: 15px;
  }

  .signUp .text .linkSite {
    font-size: 15px;
  }

  .signUp .checkBlock label {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .signUp .checkBlock label .linkSite {
    font-size: 14px;
    margin: 0;
    padding-left: 2px;
  }

  .loginSection {
    padding: 30px 15px;
  }

  .loginSection .footerSide {
    padding: 30px 0;
  }

  .loginSection .rightSide {
    padding-top: 0;
  }

  .loginSection .rightSide .head {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .loginSection .rightSide .btn {
    margin-left: 0;
  }

  .loginSection .text {
    font-size: 15px;
  }

  .loginSection .social {
    width: 100%;
    margin-bottom: 20px;
  }

  .modalPoolPaid .listInfo {
    flex-wrap: wrap;
  }

  .modalPoolPaid .head {
    padding: 30px 15px;
    justify-content: center;
  }

  .modalPoolPaid .listInfo {
    padding: 0 10px;
  }

  .modalPoolPaid .listInfo .col {
    width: 50%;
  }

  .modalPoolPaid .coin {
    margin-top: 20px;
  }

  .modalPoolPaid .text,
  .modalPoolPaid .nubmers {
    padding: 15px 15px;
  }

  .sliderAmount {
    overflow: hidden;
  }

  .sliderAmount .info li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 479px) {
  .alert {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .greetings .listBrand li:first-child {
    margin-bottom: 18px;
  }

  .partnersSection .info {
    justify-content: space-between;
  }

  .partnersSection .info li {
    width: calc(50% - 45px) !important;
  }

  .easySteps .titleBlock {
    line-height: 40px;
  }

  .easySteps .steps .item+.item {
    margin-top: 13px;
  }

  .easySteps .btn {
    margin-top: 27px;
    max-width: 100%;
  }

  .calcProfitSection .head .titleBlock {
    padding: 0;
  }

  .calcProfitSection .head .text {
    top: 0;
    margin-top: 17px;
  }

  .calcProfitSection .pools {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .pools .poolContent {
    padding: 13px 18px;
  }

  .assetsSection .titleBlock {
    line-height: 40px;
  }

  .assetsSection .list {
    margin-top: 37px;
  }

  .assetsSection .item {
    padding: 15px 0px 5px 51px !important;
    line-height: 28px;
  }

  .assetsSection .textBlock {
    margin-top: 13px;
  }

  .joinMainSection {
    padding: 4px 0 42px;
  }

  .joinMainSection .icon {
    width: 100%;
    height: 44px;
    background-size: contain;
  }

  .joinMainSection .item {
    width: calc(25% - 20px);
  }

  .programContent .icon {
    bottom: 89px;
  }

  .footerMenu ul {
    margin-top: 35px;
  }

  .footerMenu ul li {
    margin-bottom: 5px;
  }

  .footerContent .social {
    margin-top: 50px;
  }

  .calcGridState {
    display: block;
  }

  .calcGridState .item:last-child {
    padding-left: 0;
  }

  .cabinetHead {
    padding: 0px 6px 0 20px;
  }

  .cabinetHead .cabinetHeadControls {
    padding: 9px 0;
  }

  .cabinetHead .cabinetHeadControls .menuBurger {
    top: 12px;
    right: 13px;
  }

  .dashboardSection {
    padding: 15px 0 0;
  }

  .filterBlock .col {
    width: 100%;
    margin-bottom: 10px;
  }

  .filterBlock .btn {
    margin: 5px auto 0;
  }

  .cabinetFooter {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 22px 14px 18px 24px;
  }

  .cabinetFooter .copyRight {
    text-align: center;
  }

  .cabinetFooter .social {
    margin-bottom: 13px;
  }

  .listPaymentBalance .item {
    width: 50%;
  }

  .cabinetRight {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .cabinetUserBalance {
    padding: 15px;
  }

  .cabinetUserBalance .value {
    font-size: 28px;
  }

  .cabinetUserBalance .controls {
    margin-top: 15px;
  }

  .cabinetUserBalance .controls .btn {
    height: 45px;
    line-height: 33px;
  }

  .cabinetUserListBalance .item {
    padding: 5px 15px;
  }

  .cabinetUserListBalance .value {
    font-size: 24px;
  }

  .cabinetUserInfo {
    padding: 15px;
  }

  .archivePools {
    padding: 15px;
  }

  .faqList {
    margin-top: 30px;
  }

  .faqList .faqItem {
    width: 100%;
  }

  .faqTextBlock .controls .company {
    width: 100%;
  }

  .newsList {
    margin-top: 30px;
    margin: 30px auto 0;
    max-width: 370px;
  }

  .newsList .newsItem {
    width: 100%;
    margin: 0 0 30px;
  }

  .subscribeSection .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .sideMenu .title {
    font-size: 16px;
    padding: 10px 15px;
  }

  .sideMenu .line {
    margin-bottom: 10px;
  }

  .documentSection .searchBlock {
    width: 100%;
    margin-top: 20px;
  }

  .documentSection .sideMenu ul li a {
    padding: 7px 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .documentSection .rightSide {
    padding-top: 30px;
  }

  .textSection {
    font-size: 14px;
    line-height: 24px;
  }

  .listStepInfo {
    margin: 30px 0 0;
    width: 100%;
  }

  .listStepInfo .item {
    width: 100%;
    margin: 0 0 10px;
  }

  .features .leftSide .textSimple {
    margin-top: 15px;
  }

  .features .list .item {
    width: 100%;
  }

  .howWorkDrop .dropBlock .text {
    line-height: 26px;
    padding: 10px;
  }

  .textPageTop .videoWrapper {
    height: 220px;
  }

  .partnersAbout .item {
    width: calc(50% - 30px);
    top: auto !important;
  }

  .partnersAbout .list {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }

  .partnersAbout .item {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }

  .partnersAbout .item img {
    width: 70%;
    object-fit: contain;
  }

  .ourStory ul {
    margin: 30px 0 0;
  }

  .ourStory ul li {
    width: 100%;
    margin: 0;
  }

  .ourStory ul li+li {
    margin-top: 15px;
  }

  .roadMapList .item {
    width: 100%;
    min-height: inherit;
  }

  .ourNews .newsItem .picture {
    width: 100%;
    height: 200px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .ourNews .newsItem .newsContent {
    width: 100%;
    padding: 15px 15px 40px;
  }

  .settingsColumn.personal .inputLine {
    width: 100%;
  }

  .googleBlock .number {
    font-size: 18px;
  }

  .withSection .withLineHead::after {
    right: 15px;
    top: 15px;
    margin: 0;
  }

  .withSection .withLineHead .td {
    padding: 5px 10px;
  }

  .withSection .noPending {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
  }

  .selectPool {
    margin: 0 0 20px;
    width: 100%;
  }

  .selectPool .sliderPoolCab {
    margin-top: 30px;
  }

  .selectPool .list {
    width: 100%;
  }

  .selectPool .item {
    width: 100%;
  }

  .selectPool .poolContent {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
  }

  .selectPool .poolName {
    width: 100%;
  }

  .selectPool .poolPercent {
    width: 50%;
  }

  .selectPool .state {
    width: 50%;
  }

  .selectPool .text {
    width: 50%;
    margin-top: -64px;
  }

  .investWith .withCurrent .col:nth-child(2) {
    width: 100%;
    border: 0;
  }

  .investWith .withCurrent .col:last-child {
    width: 100%;
    border: 0;
  }

  .poolInformations .poolName {
    margin-top: 30px;
  }

  .poolInformations .poolAmount {
    margin-top: 30px;
  }

  .poolInformations .poolAmount .con {
    margin-left: 0;
    padding-left: 10px;
    width: calc(100% - 80px);
  }

  .poolInformations .rightSide .icon {
    margin-right: 15px;
  }

  .poolInformations .rightSide .item {
    padding: 10px 15px;
    padding: 10px 15px;
    flex-wrap: wrap;
  }

  .poolInformations .rightSide .item+.item {
    margin-top: 5px;
  }

  .poolInformations .rightSide .name+* {
    margin-left: 37px;
    width: 100%;
    margin-top: 3px;
  }

  .partnersList .item {
    padding: 10px 10px 10px 50px !important;
  }

  .partnersList .item .linkSite {
    font-size: 11px;
  }

  .partnersList .iconLeft {
    left: 15px;
  }

  .partnersList .tit {
    font-size: 15px !important;
  }

  .partnersList .copyLink {
    margin-left: 0;
  }

  .partnersInfoList .item {
    padding: 10px 10px 10px 50px !important;
  }

  .partnersInfoList .item .icon {
    left: 15px;
  }

  .partnersInfoList .item .tit {
    font-size: 15px !important;
  }

  .tablePartners .tbody .tr {
    padding: 5px 10px;
  }

  .tablePartners .tbody .td {
    width: 100%;
  }

  .loginSection .rightSide .btn {
    margin-right: 20px;
    margin-top: 20px;
  }

  .loginSection .rightSide .btnAuth {
    margin-left: 0;
    margin-top: 20px;
  }

  .loginSection .rightSide .social {
    margin-bottom: 0px;
  }

  .loginSection .logoWrapper {
    width: 150px;
  }

  .loginSection .checkBlock label {
    font-size: 15px;
  }

  .sendMessage .txt {
    font-size: 20px;
  }

  .modalPoolBlock .poolInfo li {
    width: 100%;
  }

  #modalPool3 .modal__container .modalWrap {
    padding: 15px;
  }

  .modalPoolBlock .poolName {
    font-size: 30px;
  }

  .modalPoolPaid .listInfo .col {
    width: 100%;
  }

  .greetingsSection .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    display: flex;
    flex-direction: column;
  }

  .content .greetingsSection {
    order: 1;
  }

  .content .calcProfitSection {
    order: 2;
  }

  .content .howWorkSection {
    order: 3;
  }

  .content .assetsSection {
    order: 4;
  }

  .content>*:not(.alert) {
    order: 10;
  }
  .loginSection .controls + .linkSite {
    margin-top: 20px;
  }

  .errorSection {
    padding-top: 240px;
  }

  .errorSection .sectionInner {
    padding-top: 0px;
  }

  .errorSection .sectionLogo img {
    max-height: 50px;
  }

  .errorSection:before {
    height: 240px;
    background-position: center calc(100% + 60px);
    background-size: auto 360px;
  }

  .errorSection:after {
    background-position: center calc(100% - 20px);
  }
}

@media (max-width: 374px) {
  .container {
    padding: 0 10px;
  }

  .greetings .cap {
    font-size: 45px;
    line-height: 45px;
  }

  .greetings .cap .txt {
    font-size: 35px;
  }

  .partnersSection .info li {
    width: calc(50% - 15px) !important;
  }

  .partnersSection .info li .percent,
  .partnersSection .info li .value {
    font-size: 20px;
  }

  .partnersSection .info li .text {
    font-size: 15px;
  }

  .howWorkSection .howListSteps .picture ul li {
    width: calc(50% - 12px);
  }

  .pressSection .list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .pressSection .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .joinMainSection .titleBlock {
    width: 100%;
  }

  .joinMainSection .item {
    width: calc(25% - 5px);
  }

  .joinMainSection .icon {
    background-size: 70%;
  }

  .programContent .btn {
    min-width: inherit;
    width: 100%;
  }

  .programMainSection .join .btn {
    min-width: inherit;
    width: 100%;
  }

  .period .item {
    width: calc(30% - 10px);
    margin: 0 10px 20px;
  }

  .calcProfit .rightSide {
    padding: 0px 15px 20px;
  }

  .calcGridState .percent {
    font-size: 40px;
    line-height: 40px;
  }

  .calcGridState .value {
    font-size: 25px;
    line-height: 45px;
  }

  .calcGridState .current {
    left: -15px;
    position: relative;
    width: calc(100% + 30px);
  }

  .cabinetHead .balanceInfo {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
  }

  .cabinetHead .balanceInfo .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-right: 6px;
  }

  .cabinetHead .balanceInfo .value {
    margin-left: 5px;
    width: auto;
  }

  .cabinetHead .paymentBalance {
    width: 130px;
  }

  .sliderPools {
    width: 100%;
  }

  .tableDashboard {
    width: 100%;
  }

  .cabinetContent {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partnersDashBoad .title {
    color: #050925;
    font-size: 12px;
    display: block;
    white-space: inherit;
  }

  .cabinetLeft {
    top: -65px;
  }

  .alert {
    padding-left: 10px;
    padding-right: 42px;
  }

  .faqDrop .faqDropItem .title {
    font-size: 15px;
  }

  .faqDrop .faqDropItem+.faqDropItem {
    margin-top: 10px;
  }

  .pagination ul li {
    margin: 0 5px;
  }

  .partnersAbout .titleBlock .invisText {
    left: 20px;
  }

  .footerContent .rightSide .column.footerContacts .adress {
    max-width: 100%;
  }

  .modalPoolPaid .controls .btn+.btn {
    margin-top: 10px;
  }

  .ui-datepicker {
    width: 256px;
  }

  .ui-datepicker-calendar tbody tr td {
    padding: 2px;
  }
}

/*# sourceMappingURL=style.css.map */

p.info a {
  color: #3333ff;
}

.default_form {
  width: 100%;
}
.default_form fieldset {
  border: 0;
  padding: 0;
  margin: 0;

  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 45px;
}
.default_form table {}
.default_form table tr {
  padding: 4px 15px 4px 19px;
  min-height: 48px;
  position: relative;
  margin-bottom: 10px;
}
.default_form table tr:nth-child(2n) {
  background: rgba(58, 99, 79, 0.2);
}
.default_form table tr td {
  text-align: left;
  padding: 10px 50px 10px 10px;
}
.default_form table tr td:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

.button-blue, .button-green, .button-gray, .button-red {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 38px;
    padding: 4px 40px;
    padding-right: 40px;
    padding-left: 40px;
    text-decoration: none;
    background-color: #3333ff;
    border: 0;
    cursor: pointer;
}
.button-blue:hover, .button-green:hover, .button-gray:hover, .button-red:hover {
  opacity: 0.7;
}