/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Light.woff") format("woff"),
    url("../fonts/circe/Circe-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Regular.woff") format("woff"),
    url("../fonts/circe/Circe-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Bold.woff") format("woff"),
    url("../fonts/circe/Circe-Bold.ttf") format("truetype");
  font-weight: 700;
}

{
  font-family: "Fenton";
  src: url("../fonts/fenton/Circe-Light.woff") format("woff"),
    url("../fonts/circe/Circe-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Regular.woff") format("woff"),
    url("../fonts/circe/Circe-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Bold.woff") format("woff"),
    url("../fonts/circe/Circe-Bold.ttf") format("truetype");
  font-weight: 700;
}*/





.step1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.step2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.step3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.step4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.step5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.step6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.step7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.step8 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.step9 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.step10 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.step11 {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
.step12 {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.step13 {
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}
.step14 {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}
.fadeUp {
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fadeDown {
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fadeLeft {
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.rollLeft {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  overflow: visible;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.rollTop {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  overflow: visible;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.section {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}
.section.animated {
  opacity: 1;
}
.section.animated .fadeUp,
.section.animated .fadeDown,
.section.animated .fadeLeft {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.section.animated .rollLeft {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.section.animated .rollTop {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.section.animation_ends .step1,
.section.animation_ends .step2,
.section.animation_ends .step3,
.section.animation_ends .step4,
.section.animation_ends .step5,
.section.animation_ends .step6,
.section.animation_ends .step7,
.section.animation_ends .step8,
.section.animation_ends .step9,
.section.animation_ends .step10,
.section.animation_ends .step11,
.section.animation_ends .step12,
.section.animation_ends .step13,
.section.animation_ends .step14 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.runline {
  -webkit-animation: runline 15s linear infinite;
  animation: runline 15s linear infinite;
}
.runline:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes runline {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes runline {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes loadingBtn {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg);
  }
}
@keyframes loadingBtn {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
body {
  font-family: "Circe", sans-serif;
  font-size: 15px;
  color: #becbe3;
}
button {
  cursor: pointer;
}
button,
input,
textarea {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:visited,
a:focus {
  color: curentColor;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
address {
  font-style: normal;
}
.center {
  padding-left: calc(50vw - 565px);
  padding-right: calc(50vw - 565px);
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
img,
svg {
  display: block;
  max-width: 100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
select {
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 25px;
}
.get_app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.get_app a {
  margin: 0 5px;
}
.system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 37px;
}
.system_logo {
  display: block;
  min-width: 42px;
  height: 42px;
  margin-right: 17px;
  background: #eff3f6;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.system_name {
  color: #6d788c;
  font-size: 15px;
  font-weight: 700;
}
.btn {
  border-radius: 8px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
}
.btn span {
  position: relative;
}
.btn span:before {
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  border-radius: 50%;
  -webkit-animation: loadingBtn 1s infinite linear;
  animation: loadingBtn 1s infinite linear;
}
.btn-loading span:before {
  content: "";
}
.btn-xl {
  font-size: 24px;
  padding: 22px 70px;
}
.btn-l {
  padding: 12px 40px;
  font-size: 20px;
}
.btn-m {
  font-size: 16px;
  padding: 10px 15px;
}
.btn-s {
  font-size: 14px;
  padding: 10px 18px;
}
.btn-xs {
  font-size: 14px;
  padding: 10px 14px;
  max-width: 70px;
}
.btn-blue {
  background: #2014ff;
  color: #fff;
}
.btn-blue:hover {
  background: #0497fd;
}
.btn-middleblue {
  background: #0497fd;
  color: #fff;
}
.btn-middleblue:hover {
  background: #064dc8;
}
.btn-dark {
  color: #fff;
  background: #060f38;
}
.btn-dark:hover {
  background: #2d3b7d;
}
.btn-bordered {
  color: #0497fd;
  border: 1px solid #40c6ff;
  background: #fff;
}
.btn-bordered svg {
  fill: #40c6ff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-bordered:hover {
  background: #40c6ff;
  color: #fff;
}
.btn-bordered:hover svg {
  fill: #fff;
}
.btn-bordered span:before {
  border-color: #0497fd;
}
.btn-white {
  background: #fff;
  color: #064dc8;
  border-width: 2px;
}
.btn-white:hover {
  border-color: #40c6ff;
  color: #40c6ff;
}
.btn-light {
  background: #2014ff;
  color: #fff;
}
.btn-light:hover {
  background: #40c6ff;
}
.btn-transparent {
  border: 1px solid rgba(255, 255, 255, 0.21);
  color: #fff;
  background: transparent;
}
.btn-transparent:hover {
  border: 1px solid #40c6ff;
  color: #40c6ff;
}
.btn-shadow {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(59, 119, 181, 0.1);
  color: #00a0fb;
  font-size: 15px;
}
.btn-shadow:hover {
  box-shadow: 0px 5px 10px rgba(59, 119, 181, 0.25);
}
.btn-shadow svg {
  margin-right: 10px;
}
.btn.next_step {
  border-radius: 3px;
}
.btn.next_step .right {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.btn .right {
  margin-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.btn .left {
  margin-right: 10px;
}
.btn-copy {
  text-transform: uppercase;
  margin: 0 10px 0 0 !important;
  font-size: 14px;
  padding: 5px 14px;
}
.btn-google {
  width: 100%;
  max-width: 380px;
  padding: 12px 24px;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(59, 119, 181, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-google img {
  margin-right: 16px;
  min-width: 41px;
}
.btn-google p {
  font-size: 15px;
  font-weight: 700;
  color: #48596d;
  width: 100%;
  text-align: left;
  line-height: 1.46;
}
.btn-google p span {
  color: #0497fd;
  text-align: left;
}
.btn-google svg {
  min-width: 30px;
}
.btn-google-activated p span {
  color: #6db72e;
}
.btn-orange {
  background: -webkit-linear-gradient(182.08deg, #ffa235 0.34%, #ff792b 94.56%);
  background: linear-gradient(267.92deg, #ffa235 0.34%, #ff792b 94.56%);
  border-radius: 8px;
  color: #fff;
}
.two-factor-notify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  border: 2px solid #f47c36;
  box-sizing: border-box;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 8px;
  position: relative;
  margin: 10px 0;
  padding: 18px 20px 20px 27px;
}
.two-factor-notify .close {
  position: static;
  margin-left: 60px;
}
.two-factor-notify svg {
  margin-right: 36px;
}
.two-factor-notify p {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #05286f;
  max-width: 380px;
  margin-right: auto;
}
.two-factor-notify .btn {
  width: 100%;
  max-width: 237px;
}
.slick-arrow {
  background: #2014ff center no-repeat;
  display: block;
  border-radius: 3px;
  width: 29px;
  height: 27px;
  font-size: 1px;
  color: transparent;
  border: none;
}
.slick-arrow:hover {
  background-color: #40c6ff;
}
.slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.843242 4.451L4.52224 0.771999L5.57524 1.838L3.70324 3.697H8.16224V5.192H3.70324L5.57524 7.077L4.52224 8.13L0.843242 4.451Z' fill='white'/%3E%3C/svg%3E%0A");
}
.slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.30224 3.697L3.43024 1.838L4.48324 0.771999L8.16224 4.451L4.48324 8.13L3.43024 7.077L5.30224 5.192H0.843242V3.697H5.30224Z' fill='white'/%3E%3C/svg%3E%0A");
}
.slick-arrow.next_step {
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.see_all {
  font-size: 20px;
  color: #0497fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  font-weight: 700;
}
.see_all svg {
  fill: #0497fd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 5px;
}
.see_all:hover {
  color: #40c6ff;
}
.see_all:hover svg {
  fill: #40c6ff;
}
.contacts_link {
  padding-left: 50px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts_link-type {
  font-size: 13px;
  color: #0497fd;
  margin-bottom: 5px;
}
.contacts_link-value {
  color: #808a9d;
  font-size: 18px;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contacts_link:hover .contacts_link-value {
  color: #40c6ff;
}
.contacts_link[href*="t.me"] {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5631 3.33994C20.2711 3.14094 19.8961 3.11094 19.5741 3.26094L2.57408 11.2609C2.21908 11.4289 1.99508 11.7879 2.00008 12.1799C2.00608 12.5719 2.24008 12.9249 2.60008 13.0819L8.00008 15.4449V22.1669L13.8361 17.9989L18.6001 20.0829C18.7281 20.1399 18.8651 20.1669 19.0001 20.1669C19.1811 20.1669 19.3601 20.1179 19.5201 20.0209C19.7981 19.8519 19.9771 19.5579 19.9991 19.2329L20.9991 4.23294C21.0211 3.87894 20.8561 3.53994 20.5631 3.33994ZM18.0971 17.6799L12.8281 15.3739L16.0001 9.16694L8.35108 13.4169L5.41908 12.1339L18.8901 5.79394L18.0971 17.6799Z' fill='%230497FD'/%3E%3C/svg%3E%0A")
    left top no-repeat;
}
.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.steps li {
  margin-right: 42px;
  color: #95a0b4;
  position: relative;
  padding-top: 50px;
  min-width: 81px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.steps li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #95a0b4;
  background: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.414 0L4.414 9L1.414 6L0 7.414L4.414 11.828L14.828 1.414L13.414 0Z' fill='%2395A0B4'/%3E%3C/svg%3E%0A")
    center no-repeat rgba(0, 0, 0, 0);
}
.steps li:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: calc(50% + 20px);
  width: 100%;
  height: 3px;
  background: #95a0b4;
}
.steps li:last-of-type {
  margin-right: 0;
}
.steps li:last-of-type:after {
  display: none;
}
.steps li.steps-done {
  color: #00a0fb;
}
.steps li.steps-done:before {
  border: 2px solid #00a0fb;
  background: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.414 0L4.414 9L1.414 6L0 7.414L4.414 11.828L14.828 1.414L13.414 0Z' fill='white'/%3E%3C/svg%3E%0A")
    center no-repeat #00a0fb;
}
.steps li.steps-done:after {
  background: #00a0fb;
}
.steps li.steps-current {
  color: #00a0fb;
}
.steps li.steps-current:before {
  border: 2px solid #00a0fb;
  background: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.414 0L4.414 9L1.414 6L0 7.414L4.414 11.828L14.828 1.414L13.414 0Z' fill='%2300A0FB'/%3E%3C/svg%3E%0A")
    center no-repeat rgba(0, 0, 0, 0);
}
.input_block {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.input_block-label {
  font-size: 13px;
  color: #b8b5e1;
  margin-bottom: 6px;
  padding-left: 15px;
}
.input_block-fieldset {
  background: #eff3f6;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  font-size: 15px;
  width: 100%;
  position: relative;
}
.input_block-fieldset input,
.input_block-fieldset select {
  border: none;
  background: transparent;
  display: block;
  max-width: 70%;
}
.input_block-fieldset input,
.input_block-fieldset textarea {
  padding: 22px 20px 19px;
  color: #6d788c;
  max-width: 100%;
  width: 100%;
}
.input_block-fieldset input:only-child,
.input_block-fieldset input[type="password"],
.input_block-fieldset textarea:only-child,
.input_block-fieldset textarea[type="password"] {
  max-width: 100%;
  width: 100%;
}
.input_block-fieldset input[type="email"],
.input_block-fieldset textarea[type="email"] {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1862 16.0772H13.2282V15.4234C12.6606 15.9924 11.9569 16.277 11.1169 16.277C9.97049 16.277 9.05675 15.8835 8.37571 15.0965C7.69467 14.3216 7.35414 13.2864 7.35414 11.9909C7.35414 10.7681 7.76845 9.75104 8.59705 8.93984C9.437 8.11653 10.4869 7.70488 11.7469 7.70488C13.0636 7.70488 14.21 8.03178 15.1862 8.68558V14.1339H15.5267C16.0034 14.1339 16.395 13.8555 16.7015 13.2985C17.0193 12.7416 17.1782 12.0151 17.1782 11.1192C17.1782 9.6784 16.6731 8.45554 15.6629 7.45062C14.6527 6.44571 13.3246 5.94325 11.6788 5.94325C10.0102 5.94325 8.61975 6.49414 7.50738 7.59591C6.39501 8.7098 5.83882 10.1748 5.83882 11.9909C5.83882 13.7223 6.40068 15.1631 7.5244 16.3133C8.67083 17.4635 10.0556 18.0386 11.6788 18.0386C12.3258 18.0386 12.9387 17.9659 13.5176 17.8207L13.6027 19.7639C12.9671 19.9213 12.3258 20 11.6788 20C9.46538 20 7.63224 19.2433 6.17934 17.7299C4.72645 16.2164 4 14.3034 4 11.9909C4 9.75104 4.73212 7.85622 6.19637 6.30647C7.64926 4.76882 9.47673 4 11.6788 4C13.8014 4 15.5494 4.65986 16.9228 5.97957C18.3076 7.28717 19 9.00038 19 11.1192C19 12.4389 18.6595 13.583 17.9784 14.5516C17.3201 15.5081 16.3893 16.0166 15.1862 16.0772ZM11.4745 14.3337C12.1442 14.3337 12.7287 14.0492 13.2282 13.4801V10.0658C12.7174 9.79947 12.2179 9.66629 11.7299 9.66629C11.0261 9.66629 10.4699 9.89633 10.0613 10.3564C9.65267 10.8044 9.44835 11.3795 9.44835 12.0817C9.44835 12.7719 9.62997 13.3227 9.99319 13.7344C10.3678 14.1339 10.8615 14.3337 11.4745 14.3337Z' fill='%23A5B9CA'/%3E%3C/svg%3E%0A")
    calc(100% - 5px) center no-repeat;
}
.input_block-fieldset textarea {
  background: none;
  resize: none;
  border: none;
}
.input_block-fieldset select {
  padding-right: 35px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.25 6L13.5 1' stroke='%23064DC8'/%3E%3C/svg%3E%0A")
    calc(100% - 10px) 50% no-repeat;
}
.input_block-white {
  background: #fff;
}
.input_block-white select {
  color: #00a0fb;
}
.input_block .error_text {
  position: absolute;
  top: 110%;
  left: 15px;
  color: #f0230e;
  font-size: 13px;
  opacity: 0;
}
.input_block .password_toggler {
  border: none;
  background: none;
  margin-right: 10px;
}
.input_block-system .input_block-fieldset {
  width: auto;
  padding: 18px 28px 19px 20px;
}
.input_block-system .input_block-fieldset select {
  font-size: 13px;
  font-weight: 700;
}
.input_block_number {
  padding-top: 16px;
}
.input_block_number-item {
  margin-right: 8px;
  margin-bottom: 5px;
  color: #afc1d0;
  background: none;
  border: none;
  border-bottom: 1px dashed currentColor;
}
.input_block_number-item:hover {
  color: #0497fd;
}
.input_block-error .error_text {
  opacity: 1;
}
.input_block-success input {
  color: #0497fd;
}
.input_block-time .input_block-fieldset {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 190px;
}
.input_block-time .input_block-fieldset input {
  max-width: 50px;
}
.google-auth_wrap {
  color: #00a0fb;
  font-size: 15px;
  margin-bottom: 46px;
}
.google-auth_wrap .btn {
  width: 100%;
  color: #48596d;
  border: 2px solid #00a0fb;
  background: #fff;
}
.google-auth_wrap .btn:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.google-auth_wrap span {
  color: #00a0fb;
  font-weight: 400;
}
.google-auth_wrap img {
  margin: 0 10px;
}
.google-auth_wrap h4 {
  text-align: center;
  margin-bottom: 10px;
}
.gray_bg {
  background: #7d6608;
}
.lang_select {
  min-width: unset;
  border-radius: 8px 8px 0 0;
  padding: 8px 16px;
  font-size: 12px;
}
.lang_select .paw-current_value {
  border-radius: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 0;
  min-width: 100px;
}
.lang_select .paw-list {
  width: 100%;
  border-radius: 0 0 8px 8px;
  overflow: auto;
}
.lang_select .paw-list li {
  margin: 0 !important;
}
.lang_select .paw-list li:first-of-type .paw-list-item {
  padding-top: 10px;
}
.lang_select .paw-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 16px;
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6d788c !important;
}
.lang_select .paw-list-item:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6d788c;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lang_select .paw-list-item[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.lang_select .paw-list-item:hover {
  text-decoration: underline;
}
.lang_select .paw-list-item:hover:after {
  background: #0497fd;
}
.lang_select .paw-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.lang_select .paw-list::-webkit-scrollbar {
  width: 5px;
  background-color: #0497fd;
}
.lang_select .paw-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0497fd;
}
.lang_select.active {
  background: #fff;
  color: #6d788c;
}
.lang_select.active .paw-current_value {
  color: #0497fd;
}
.lang_select.active .paw-current_value:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0497fd;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.system_select {
  padding: 18px 20px;
  background-color: #fff;
  border-radius: 8px;
}
.system_select .paw-current_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0 40px 0 0;
  border-radius: 0;
  color: #0497fd;
  font-weight: 700;
  background: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 6.6L15 1' stroke='%2300A0FB'/%3E%3C/svg%3E%0A")
    calc(100% - 10px) 50% no-repeat;
  white-space: unset;
}
.system_select .paw-current_value * {
  pointer-events: none;
}
.system_select .paw-current_value .system {
  width: 135px;
  margin-right: 10px;
}
.system_select .paw-list {
  width: 100%;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.system_select .paw-list-item {
  background: #fff;
  padding: 9px 55px 9px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.system_select .paw-list-item .system {
  width: 135px;
  margin-right: 10px;
  text-align: left;
}
.system_select .paw-list-item::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0497fd;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.system_select .paw-list li {
  background: #fff;
}
.system_select .paw-list li:nth-of-type(odd) .paw-list-item {
  background: #f9fbfd;
}
.system_select
  .paw-list
  li:nth-of-type(odd)
  .paw-list-item:hover
  .system
  .system_name {
  background: #f9fbfd;
}
.system_select
  .paw-list
  li:last-of-type
  .paw-list-item:hover
  .system
  .system_name {
  background: #fff;
}
.system_select .system {
  pointer-events: none;
}
.filter_select {
  padding: 10px 20px;
  border-radius: 8px;
  background: #fff;
  margin-right: 9px;
  box-shadow: 0px 5px 10px rgba(59, 119, 181, 0.05);
}
.filter_select .paw-current_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0 35px 0 0;
  border-radius: 0;
  color: #0497fd;
  font-weight: 700;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 6.6L15 1' stroke='%2300A0FB'/%3E%3C/svg%3E%0A")
    calc(100% - 10px) 50% no-repeat;
}
.filter_select .paw-current_value:before {
  content: attr(title);
  display: block;
  width: auto;
  height: auto;
  position: relative;
  margin-right: 5px;
}
.filter_select .paw-list {
  width: 100%;
  padding-top: 5px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.filter_select .paw-list-item {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
}
.filter_select .paw-list-item:hover {
  color: #0497fd;
}
.filter_select .paw-list li {
  background: #fff;
}
.filter_select .paw-list li:nth-of-type(odd) .paw-list-item {
  background: #f9fbfd;
}
.filter_select:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
.paw-list-item * {
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  .center {
    padding-left: calc(50vw - 360px);
    padding-right: calc(50vw - 360px);
  }
  .two-factor-notify {
    padding: 18px 10px 20px 10px;
  }
  .two-factor-notify .close {
    position: static;
    margin-left: 20px;
    min-width: 15px;
  }
  .two-factor-notify svg {
    margin-right: 16px;
    min-width: 20px;
  }
  .two-factor-notify p {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #05286f;
    max-width: 380px;
    margin-right: auto;
    margin-right: 20px;
  }
  .two-factor-notify .btn {
    width: 100%;
    max-width: 175px;
  }
}
@media screen and (max-width: 750px) {
  .center {
    padding-left: calc(50vw - 250px);
    padding-right: calc(50vw - 250px);
  }
}
@media screen and (max-width: 510px) {
  .center {
    padding-left: calc(50vw - 195px);
    padding-right: calc(50vw - 195px);
  }
  .input_block-system .input_block-fieldset {
    padding: 15px;
  }
  .steps {
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    max-width: 100%;
    padding-bottom: 15px;
  }
  .two-factor-notify {
    padding-top: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .two-factor-notify .close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: 20px;
    min-width: 15px;
  }
  .two-factor-notify svg {
    margin-right: 16px;
    min-width: 20px;
  }
  .two-factor-notify p {
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    color: #05286f;
    max-width: calc(100% - 40px);
    margin-right: 0;
  }
  .two-factor-notify .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .center {
    padding-left: calc(50vw - 160px);
    padding-right: calc(50vw - 160px);
  }
}
@media screen and (max-width: 350px) {
  .center {
    padding-left: calc(50vw - 150px);
    padding-right: calc(50vw - 150px);
  }
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  list-style: none;
  font-size: 14px;
}
.nav li {
  margin-right: 10px;
  margin-bottom: 0;
}
.nav li:nth-last-child(-n + 2) {
  margin-right: 5px;
}
.nav a:hover {
  color: #40c6ff;
}
.header {
  background: linear-gradient(45deg, #131000, #0b0658);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 27px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #315fa8;
}
.header .user {
  margin-right: 0;
  margin-left: 63px;
  position: relative;
}
.header .user .avatar_wrap {
  border-color: #1be2ff;
}
.header .user_info-name {
  color: #fff;
}
.header .user .user_nav-toggler {
  border: none;
  background: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.header .user .user_nav-toggler svg {
  min-width: 7px;
  margin-left: 5px;
  pointer-events: none;
}
.header .user .user_nav-show * {
  pointer-events: none;
}
.header-big {
  padding-top: 23px;
  padding-bottom: 13px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-big nav {
  width: auto;
}
.header-big .bottom_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 26px;
  padding-top: 8px;
  border-top: 1px solid #0557ad;
}
.header-big .bottom_nav .nav li {
  margin-right: 27px;
}
.header-big .bottom_nav .nav li a.mark {
  position: relative;
}
.header-big .bottom_nav .nav li a.mark:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #7fff1b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 110%;
}
.header-big .login_btns {
  margin-bottom: 0;
  margin-left: 40px;
}
.verification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0 35px;
}
.verification_icon {
  margin-right: 12px;
}
.verification_text {
  font-size: 14px;
  line-height: 135.4%;
  color: #fff;
  font-weight: 700;
  margin-right: 26px;
}
.verification .btn {
  font-size: 12px;
  padding: 4px 16px;
}
.user_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 150px;
  text-align: left;
  list-style: none;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.user_nav.active {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 1;
  pointer-events: unset;
}
.user_nav a:hover {
  text-decoration: underline;
  color: #40c6ff;
}
.user_nav li {
  margin-bottom: 15px;
}
.user_nav li:last-of-type {
  margin-bottom: 0;
}
.logo {
  display: block;
  min-width: 108px;
  margin-right: 20px;
}
nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.social_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.social_links li {
  margin: 0 5px;
}
.login_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.login_btns .btn {
  margin-left: 10px;
}
.lang_select {
  color: #fff;
  border: none;
  background: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L3.5 2.5L6 0.5' stroke='white'/%3E%3C/svg%3E%0A")
    calc(100% - 10px) 50% no-repeat;
  position: relative;
}
.lang_select option {
  color: #000;
}
.lang_flag {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 20px;
  height: 15px;
  margin-right: 6px;
}
.lang_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}
.show_menu {
  width: 25px;
  height: 25px;
  border: none;
  background: transparent;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.show_menu span {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #fff;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.show_menu span:first-of-type {
  top: calc(50% - 7px);
}
.show_menu span:last-of-type {
  top: calc(50% + 7px);
}
.show_menu span:nth-of-type(2) {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.show_menu.active span {
  top: 50% !important;
  left: 50% !important;
}
.show_menu.active span:nth-of-type(2),
.show_menu.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  -ms-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg);
}
.show_menu.active span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  -ms-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}
.statusbar {
  background: #05286f;
  padding-top: 7px;
  overflow: hidden;
  padding-bottom: 7px;
}
.statusbar_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.statusbar_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 205px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}
.statusbar_list li:last-of-type {
  border: none;
}
.statusbar_list li span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}
.statusbar_list-sum {
  color: #69a0ff;
  margin-right: 5px;
  padding-left: 15px;
  position: relative;
}
.statusbar_list-currency {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #053786;
}
.statusbar_list-minus {
  color: #ff0004;
}
.statusbar_list-plus {
  color: #1be2ff;
}
@media screen and (max-width: 1180px) {
  .show_menu {
    display: block;
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    margin-left: 20px;
  }
  .show_menu span {
    right: unset;
  }
  .nav {
    position: absolute;
    top: -250vh;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #0c0753;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px 50px;
    height: 25vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
  .nav li {
    margin: 10px 0;
  }
  .nav.active {
    top: 81px;
    opacity: 1;
    pointer-events: unset;
  }
  nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .header .user {
    margin: 14px auto 0;
  }
  .header .user .user_nav-toggler {
    font-size: 18px;
  }
  .header .user .avatar_wrap {
    margin-right: 5px;
  }
  .verification {
    margin-right: 0px;
    margin-left: 0;
  }
  .header-big .verification,
  .header-big .logo {
    margin-bottom: 2px;
  }
  .header-big .bottom_nav {
    width: auto;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .header-big .nav.active {
    top: 107px;
  }
  .header-big .user {
    margin: 2px 0 2px 15px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    margin-right: 15px;
  }
  .header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav.active {
    top: 115px;
  }
  .login_btns {
    margin: 10px auto 0;
  }
  .login_btns .btn {
    margin: 0 10px;
  }
  .show_menu {
    margin: 3px 0 0 10px;
  }
  .header-big nav {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-big nav .login_btns {
    margin-right: 0;
    margin-top: 0;
  }
  .header-big nav .login_btns .btn:last-of-type {
    margin-right: 0;
  }
  .header-big .nav.active {
    top: 158px;
  }
  .header-big .user {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 520px) {
  nav {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    width: 100%;
  }
  .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .user {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav.active {
    top: 162px;
  }
  .header-big nav {
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-big nav .login_btns {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-big nav .login_btns .btn:first-of-type {
    margin-left: 0;
  }
  .header-big nav .social_links {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto 0;
  }
  .header-big .nav.active {
    top: 174px;
  }
  .header-big .user {
    margin-top: 4px;
  }
  .header-big .logo {
    width: 0;
    max-width: 100px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 405px) {
  .header-big .verification {
    margin-left: 0px;
  }
  .header-big .verification_text {
    margin-right: 10px;
    font-size: 9px;
  }
  .header-big .verification .btn {
    padding: 4px 8px;
  }
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: linear-gradient(45deg, #131000, #0b0658) !important;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 55px;
  color: #fff;
}
.footer .user {
  margin-left: 10px;
  margin-right: 40px;
}
.footer .user .avatar_wrap {
  border-color: #1be2ff;
}
.footer .user_info-name {
  color: #fff;
}
.footer .logo {
  margin-bottom: 15px;
  margin-right: 73px;
  margin-left: 16px;
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav ul {
  font-size: 14px;
  list-style: none;
  margin-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-nav ul a:hover {
  color: #40c6ff;
}
.footer-nav ul li {
  margin: 0 12px;
}
.footer-nav ul li:last-of-type {
  margin-bottom: 0;
}
.footer_links {
  padding-top: 0px;
}
.footer_links .login_btns {
  margin-bottom: 27px;
}
.footer_links-list {
  margin-left: 10px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 6px 20px;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}
.footer_links-list a {
  text-decoration: underline;
}
.footer_links-list a:hover {
  color: #40c6ff;
}
.footer_links-list li {
  margin-bottom: 0;
}
.footer .lang_select {
  border-radius: 0 0 8px 8px;
}
.footer .lang_select .paw-list {
  border-radius: 8px 8px 0 0;
  top: unset;
  bottom: 100%;
}
.footer .social_links {
  margin-left: 16px;
  margin-bottom: 15px;
}
.tg_link {
  position: fixed;
  bottom: 180px;
  right: 30px;
}
@media screen and (max-width: 1180px) {
  .footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_links .login_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: auto;
  }
  .footer_links .login_btns .btn {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .footer_links .footer_links-list {
    margin-left: 0px;
    margin-top: 20px;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .footer .user {
    margin-right: 0;
    margin-left: 0;
  }
  .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav ul li {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 520px) {
  .footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
  .footer_links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
  .footer_links-list {
    text-align: right;
  }
  .footer .login_btns {
    margin-top: 0;
  }
  .footer .login_btns .btn {
    margin-right: 0;
  }
  .footer .logo {
    margin-right: 10px;
  }
  .footer-nav {
    display: none;
  }
  .tg_link {
    bottom: 20px;
    right: 20px;
  }
  .footer .user .avatar_wrap {
    margin-right: 5px;
  }
  .footer .user_info-name {
    font-size: 10px;
  }
}
.offer {
  padding-top: 68px;
  padding-bottom: 68px;
  background: url("../img/svg3.png"), linear-gradient(45deg, #131000, #0b0658)no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
.offer_heading {
  color: #2014ff;
  font-size: 40px;
  line-height: 126.4%;
  max-width: 480px;
  margin-bottom: 20px;
  font-weight: 500;
}
.offer_desc {
  font-size: 16px;
  line-height: 1.5;
  color: #bdbaef;
  max-width: 450px;
  margin-bottom: 42px;
}
.offer_cta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer .protection_text {
  opacity: 0.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #a6c4f5;
}
.offer .protection_text svg {
  margin: 0.3;
  margin: -2px 6px 0 0;
}
.offer .btn {
  margin-bottom: 15px;
}
.plans_section {
  padding-top: 50px;
  padding-bottom: 30px;
}
.plans_section .plans {
  margin-bottom: 36px;
}
.section_heading {
  color: #2014ff;
  font-size: 30px;
  line-height: 126.4%;
  margin-bottom: 34px;
}
.section_desc {
  font-size: 15px;
  line-height: 140%;
  color: #bbb0d7;
  max-width: 565px;
  margin-bottom: 45px;
}
.currency_selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 37px;
}
.currency_selection p {
  margin-right: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.26;
  color: #0d084a;
}
.currenct_select .paw-current_value {
  background: #0e093a;
  border: none;
  box-shadow: 0px 5px 10px rgba(59, 119, 181, 0.05);
  border-radius: 10px;
  padding: 10px 20px 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0497fd;
  font-weight: 700;
}
.currenct_select .paw-current_value:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 8px;
  margin-left: 3px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L7.25 5.5L13.5 0.5' stroke='%230497FD'/%3E%3C/svg%3E%0A")
    center no-repeat;
}
.currenct_select .paw-list {
  width: 100%;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.currenct_select .paw-list-item {
  padding: 10px 20px;
  display: block;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.currenct_select .paw-list li {
  background: #eff3f6;
}
.currenct_select .paw-list li:nth-of-type(even) {
  background: #fff;
}
.currenct_select.active .paw-current_value {
  border-radius: 8px 8px 0 0;
}
.profit {
  padding-top: 45px;
  padding-bottom: 80px;
}
.profit .section_heading {
  color: #0e093a;
}
.profit .potential_get {
  margin-left: 0;
  max-width: 970px;
}
.profit .potential_get-item {
  margin-left: 0;
  max-width: 19.5%;
  position: relative;
}
.profit .potential_get-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #1df032;
  top: 15px;
  right: 15px;
  border-radius: 50%;
}
.profit_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}
.profit_form .input_block {
  margin-right: 22px;
  margin-bottom: 0;
}
.profit_form .input_block-fieldset {
  background: #0e093a;
}
.profit_form .input_block-fieldset input {
  padding: 22px 20px 19px;
}
.profit_form .input_block-fieldset .input_currency {
  box-shadow: unset;
  padding: 0px 25px 0 15px;
  font-size: 13px;
  line-height: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0497fd;
  font-weight: 700;
}
.profit_form_text {
  font-size: 13px;
  line-height: 126.4%;
  color: #6d788c;
  padding-top: 15px;
}
.plan_select .paw-current_value {
  background:#0e093a;
  border: none;
  box-shadow: 0px 5px 10px rgba(59, 119, 181, 0.05);
  border-radius: 10px;
  padding: 22px 20px 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan_select .paw-current_value:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 8px;
  margin-left: 3px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L7.25 5.5L13.5 0.5' stroke='%230497FD'/%3E%3C/svg%3E%0A")
    center no-repeat;
}
.plan_select .paw-list {
  width: 100%;
}
.plan_select .paw-list-item {
  padding: 14px 20px;
  display: block;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.plan_select .paw-list li {
  background: #eff3f6;
}
.plan_select .paw-list li:nth-of-type(even) {
  background: #fff;
}
.plan_select.active .paw-current_value {
  border-radius: 8px 8px 0 0;
}
.advantages {
  padding-top: 65px;
  padding-bottom: 113px;
}
.advantages .section_heading {
  margin-bottom: 102px;
}
.advantages_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 650px;
  grid-gap: 53px 83px;
}
.advantages_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  background: #7d6608;
  border-radius: 4px;
  position: relative;
  margin-bottom: 27px;
}
.advantages_icon:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #0f0b34;
  box-shadow: 0px 10.2857px 20px rgba(136, 178, 222, 0.13);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
  z-index: 4;
}
.advantages_icon img {
  position: relative;
  z-index: 5;
}
.advantages_name {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
}
.advantages_item:nth-of-type(odd) .advantages_name {
  color: #0497fd;
}
.advantages_text {
  color: #6d788c;
  font-size: 15px;
  line-height: 140%;
  max-width: 253px;
}
.advantages_text p {
  margin-bottom: 30px;
}
.advantages_text .see_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.affiliate {
  padding-top: 58px;
}
.affiliate .section_heading {
  color: #0e0a3a;
  margin-bottom: 27px;
}
.affiliate .section_desc {
  max-width: 310px;
}
.affiliate_plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 720px;
  margin: -132px 0 -60px auto;
}
.affiliate_plans-item {
  width: 32%;
  background: #0e0a3a;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 29px;
  padding: 23px 28px 30px 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.affiliate_plans-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #6d788c;
}
.affiliate_plans-name small {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 197.9%;
  color: #6d788c;
  white-space: nowrap;
}
.affiliate_plans-percent {
  font-size: 50px;
  line-height: 0.7;
  color: #0497fd;
  margin-top: 30px;
}
.affiliate_plans-text {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
  color: #6d788c;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.affiliate_plans-text span {
  display: block;
  color: #0497fd;
}
.affiliate_cta {
  background: #2014ff;
  padding-top: 28px;
  padding-bottom: 29px;
}
.about {
  padding-top: 50px;
  padding-bottom: 63px;
  background: linear-gradient(45deg, #131000, #0b0658);
}
.about .about_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about .about_header img {
  width: 100%;
  max-width: 350px;
}
.about .section_desc {
  max-width: 540px;
}
.about .section_heading {
  margin-bottom: 50px;
}
.about_subheading {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 62px;
}
.destination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.destination_item {
  max-width: 22%;
}
.destination_item img {
  margin-bottom: 23px;
}
.destination_item h6 {
  font-size: 20px;
  margin-bottom: 13px;
  color: #0497fd;
}
.destination_item p {
  font-size: 15px;
  line-height: 140%;
  color: #6d788c;
  margin-bottom: 15px;
}
.statistic {
  padding-top: 75px;
  padding-bottom: 0px;
}
.statistic .section_heading {
  color: #0e0a3a;
  margin-bottom: 50px;
}
.statistic .filters {
  margin-bottom: 43px;
}
.statistic .filter_select:last-of-type {
  margin-left: 0;
}
.table_deposits .table_row,
.table_withdraw .table_row {
  grid-template-columns: 24px 1fr 1fr 1fr;
  grid-auto-rows: minmax(24px, auto);
  grid-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  font-size: 13px;
}
.table_deposits .system_logo,
.table_withdraw .system_logo {
  background: none;
  min-width: 24px;
  height: 24px;
}
.table_reg .table_row {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(24px, auto);
  grid-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  font-size: 13px;
}
.operations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.operations_item {
  max-width: 350px;
  width: 100%;
  margin-right: 34px;
}
.operations_item:last-of-type {
  margin-right: 0;
}
.operations_item h5 {
  font-size: 20px;
  line-height: 126.4%;
  color: #b4b3da;
  margin-bottom: 33px;
}
.statistic_counters {
  padding-top: 40px;
  padding-bottom: 75px;
  /*border-top: 1px solid #d6e0e7;*/
}
.statistic_counters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 76px;
}
.statistic_counters-number {
  font-size: 25px;
  line-height: 1.5;
  color: #2014ff;
  margin-bottom: 11px;
}
.statistic_counters-name {
  font-size: 20px;
  line-height: 1.5;
  color: #95a0b4;
}
.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 94px;
}
.cta img {
  margin-right: 57px;
}
.cta h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 126.4%;
  color: #0497fd;
  margin-bottom: 36px;
}
.cta h3 strong {
  display: block;
}
.systems {
  border-top: 1px solid #ededed;
  padding-top: 33px;
  padding-bottom: 50px;
  background:#130f08;
}
.systems h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 44px;
  text-align: center;
}
.systems_slider {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px;
}
.systems_slider .slick-arrow {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  margin: 43px 4px 0;
  z-index: 55;
}
.systems_slider .system {
  margin: 0 auto;
}
.start {
  padding-top: 90px;
  padding-bottom: 110px;
}
.start_slider {
  max-width: 100%;
}
.start_slider .slick-arrow {
  position: absolute;
  top: -70px;
}
.start_slider .slick-arrow.slick-next {
  right: 25px;
}
.start_slider .slick-arrow.slick-prev {
  right: 70px;
}
.start_slider_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.start_slider-item img {
  margin-bottom: 30px;
  border-radius: 10px;
  border: 6px solid #eff3f6;
}
.start_slider-item h3 {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
}
.start_slider-item p {
  font-size: 15px;
  line-height: 140%;
  color: #6d788c;
}
.start_slider-content {
  max-width: 350px;
}
.policy {
  padding-top: 72px;
  padding-bottom: 82px;
  background:linear-gradient(45deg, #131000, #0b0658);
}
.policy_content {
  font-size: 15px;
  line-height: 140%;
  color: #6d788c;
  max-width: 785px;
}
.policy_content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  margin-bottom: 30px;
}
.policy_content h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 126.4%;
  margin-bottom: 30px;
}
.policy_content ul {
  list-style: none;
  margin-bottom: 30px;
}
.policy_content ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.policy_content ul li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  left: 0px;
  top: 5px;
  top: 3px;
  left: 0;
  background: #0497fd;
  position: absolute;
  border-radius: 50%;
}
.policy_content p {
  margin-bottom: 30px;
}
.faq_search {
  padding-top: 72px;
  padding-bottom: 70px;
  background:linear-gradient(45deg, #131000, #0b0658);
}
.search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.search_form input {
  display: block;
  background: #eff3f6;
  border-radius: 8px;
  width: 100%;
  max-width: 632px;
  padding: 13px 16px 11px;
  border: none;
}
.search_form button {
  background: #2014ff;
  min-width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  margin-left: 10px;
  border-radius: 8px;
}
.search_form button:hover {
  background: #40c6ff;
}
.faq_tabs-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: none;
  
  background:linear-gradient(45deg, #131000, #0b0658);
}
.faq_tabs-header h3 {
  margin-right: 15px;
}
.faq_tabs-header .slick-arrow {
  margin-right: 10px;
}
.faq_slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
.faq_slider .tab_toggler {
  border: none;
  padding: 14px 10px;
  background: #fff;
  border-radius: 11px;
  text-align: center;
  font-size: 16px;
  line-height: 126.4%;
  color: #6d788c;
  display: block;
  margin: 0 5px;
}
.faq_slider .tab_toggler.active {
  color: #0497fd;
}
.faq_content {
  padding-top: 70px;
  padding-bottom: 47px;
  list-style: none;
  counter-reset: faqCounter;
}
.faq_content li {
  margin-bottom: 40px;
}
.faq_content li:before {
  counter-increment: faqCounter;
  content: counter(faqCounter) ".";
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 10px;
  display: inline;
}
.faq_content h4 {
  display: inline;
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
}
.faq_content p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 140%;
  color: #6d788c;
}
.tab_content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  display: none;
}
.tab_content.active {
  opacity: 1;
  pointer-events: unset;
  position: relative;
  z-index: 10;
  display: block;
}
@media screen and (max-width: 1500px) {
  .about {
    background-position: calc(100vw - 600px) 40px;
  }
}
@media screen and (max-width: 1180px) {
  .offer {
    background-size: cover;
    background-position: right bottom;
  }
  .advantages_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 50px;
  }
  .affiliate_plans {
    margin-top: 0;
  }
  .affiliate_cta {
    padding-top: 80px;
  }
  .about {
    background: linear-gradient(45deg, #131000, #0b0658);
  }
  .operations {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .operations_item {
    margin-right: 0;
    max-width: 48%;
    margin-bottom: 30px;
  }
  .cta img {
    margin-right: 15px;
  }
  .cta h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .offer {
    background: linear-gradient(45deg, #131000, #0b0658) center no-repeat;
  }
  .profit_form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profit_form .input_block {
    margin-bottom: 30px;
  }
  .profit_form .input_block:first-of-type {
    width: 100%;
  }
  .profit_form_text {
    max-width: 100%;
    padding-top: 0;
  }
  .profit_form_text br {
    display: none;
  }
  .profit .potential_get {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profit .potential_get-item {
    max-width: 47%;
  }
  .advantages_list {
    grid-gap: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .advantages_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages_text {
    max-width: 100%;
  }
  .affiliate_plans {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .affiliate_plans-item {
    width: 100%;
    max-width: 240px;
    margin-bottom: 20px;
  }
  .destination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .destination_item {
    width: 100%;
    max-width: 48%;
    margin-bottom: 30px;
  }
  .table_deposits .table_row,
  .table_withdraw .table_row {
    grid-template-columns: 24px 1fr 1fr 1fr !important;
  }
  .table_deposits .table_row .table_cell,
  .table_withdraw .table_row .table_cell {
    border-bottom: none;
    padding: 0;
  }
  .table_deposits .table_row .table_cell:before,
  .table_withdraw .table_row .table_cell:before {
    display: none;
  }
  .table_reg .table_row {
    grid-template-columns: 1fr 1fr !important;
  }
  .table_reg .table_row .table_cell {
    padding: 0;
    border: none;
  }
  .table_reg .table_row .table_cell:before {
    display: none;
  }
  .operations_item {
    max-width: 100%;
    width: 100%;
  }
  .statistic_counters-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .statistic_counters-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .start_slider .slick-slide {
    margin: 0px;
    opacity: 1;
  }
  .start_slider .slick-slide.slick-current {
    margin-right: 0px;
    opacity: 1;
  }
  .start_slider .slick-slide .slick-arrow {
    top: 70px;
  }
  .start_slider .slick-slide .slick-arrow.slick-next {
    right: 0;
  }
  .start_slider .slick-slide .slick-arrow.slick-prev {
    right: unset;
    left: 0;
  }
  .start_slider_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .about_img {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .offer_heading {
    font-size: 30px;
  }
  .affiliate_plans-item {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .affiliate_cta .btn {
    margin: auto;
  }
  .destination_item {
    max-width: 100%;
  }
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 405px) {
  .table_deposits .table_row,
  .table_withdraw .table_row,
  .table_reg .table_row {
    padding: 5px;
    grid-gap: 5px;
  }
  .advantages_name {
    font-size: 16px;
  }
  .advantages .section_heading {
    margin-bottom: 40px;
  }
  .profit .potential_get-item {
    max-width: 100%;
  }
  .profit_form .input_block {
    margin-right: 0;
    width: 100%;
  }
  .profit_form .input_block .plan_select {
    width: 100%;
  }
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  padding: 20px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.modal.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  pointer-events: unset;
}
.modal.active .modal_content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal_header {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.modal_name {
  color: #0497fd;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 20px;
}
.modal_text {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  color: #48596d;
}
.modal_text a {
  text-decoration: underline;
  color: #00a0fb !important;
}
.modal_text a:hover {
  text-decoration: none;
}
.modal_text.input_block-label {
  color: #0497fd;
  font-size: 16px;
  font-weight: 700;
}
.modal#withdraw_done .modal_content {
  text-align: center;
}
.modal#already-well .modal_content {
  max-width: 700px;
  padding: 35px;
}
.modal#already-well .modal_content .bills_form-fields {
  box-shadow: unset;
  background: none;
  margin-bottom: 0;
}
.modal#already-well .modal_content .bills_form-fields .qr-code {
  left: 410px;
  top: 45px;
  max-width: 60px;
}
.modal#withdraw .modal_content {
  max-width: 596px;
  padding: 35px 47px;
}
.modal#withdraw .modal_content .notification {
  position: static;
  margin-right: 20px;
}
.modal#withdraw .modal_content .notification p {
  white-space: nowrap;
}
.modal#withdraw .modal_content .withdraw_done {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 63px;
}
.modal#withdraw .modal_content .withdraw_done-text h6 {
  text-align: left;
  margin-bottom: 10px;
  color: #afafaf;
  font-size: 15px;
  line-height: 1.4;
}
.modal#withdraw .modal_content .withdraw_done-text p {
  max-width: calc(100% - 175px);
  overflow-wrap: break-word;
  color: #afafaf;
  font-size: 14px;
}
.modal_content {
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  z-index: 100;
  padding: 35px 52px;
  font-size: 14px;
  box-shadow: 0px 18px 30px rgba(136, 178, 222, 0.13);
  border-radius: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}
.modal_content .input_block {
  max-width: 100%;
}
.modal_content .btn {
  margin: 0 auto 20px;
  font-weight: 400;
}
.modal_content .btn:last-of-type {
  margin-bottom: 0;
}
.modal_content .btn:last-of-type + .modal_text {
  margin-top: 40px;
  display: block;
}
.modal_content .btn-white {
  color: #6d788c;
}
.modal_content h6 {
  color: #6d788c;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.modal_content-login {
  padding: 60px 80px;
  max-width: 540px;
}
.modal_content-login .modal_header {
  margin-bottom: 40px;
}
.modal_content-login .modal_name {
  font-size: 30px;
}
.modal_content-auth {
  padding: 35px 90px;
}
.overlay {
  overflow: hidden;
}
.close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 15px;
  border: none;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7269 21.4087L12.8186 11.5004L22.7268 1.59223C23.0909 1.22813 23.0909 0.637727 22.7268 0.273591C22.3627 -0.0905458 21.7723 -0.0905458 21.4082 0.273591L11.5 10.1818L1.59174 0.273591C1.22765 -0.0905458 0.637238 -0.0905458 0.273102 0.273591C-0.091034 0.637682 -0.091034 1.22809 0.273102 1.59223L10.1813 11.5004L0.273102 21.4087C-0.091034 21.7728 -0.091034 22.3632 0.273102 22.7273C0.637193 23.0914 1.2276 23.0915 1.59174 22.7273L11.5 12.819L21.4083 22.7273C21.7724 23.0914 22.3628 23.0915 22.7269 22.7273C23.091 22.3632 23.091 21.7728 22.7269 21.4087Z' fill='%2395A0B4'/%3E%3C/svg%3E%0A")
    center no-repeat;
}
.modal_btn * {
  pointer-events: none;
}
.login_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 40px;
}
.notification {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  position: fixed;
  top: -300px;
  right: 20px;
  box-shadow: 12px 8px 44px rgba(228, 151, 34, 0.12);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 12px;
  cursor: pointer;
  z-index: 110;
}
.notification > * {
  pointer-events: none;
}
.notification .notify-icon {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
}
.notification p {
  font-weight: 700;
  margin: 0 12px;
  color: #fff;
}
.notification .notify-close {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7269 21.4087L12.8186 11.5004L22.7268 1.59223C23.0909 1.22813 23.0909 0.637727 22.7268 0.273591C22.3627 -0.0905458 21.7723 -0.0905458 21.4082 0.273591L11.5 10.1818L1.59174 0.273591C1.22765 -0.0905458 0.637238 -0.0905458 0.273102 0.273591C-0.091034 0.637682 -0.091034 1.22809 0.273102 1.59223L10.1813 11.5004L0.273102 21.4087C-0.091034 21.7728 -0.091034 22.3632 0.273102 22.7273C0.637193 23.0914 1.2276 23.0915 1.59174 22.7273L11.5 12.819L21.4083 22.7273C21.7724 23.0914 22.3628 23.0915 22.7269 22.7273C23.091 22.3632 23.091 21.7728 22.7269 21.4087Z' /%3E%3C/svg%3E%0A")
    center no-repeat;
  display: block;
  width: 8px;
  height: 8px;
  border: none;
}
.notification-success {
  background: #12c99b;
}
.notification-success .notify-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M3.79167 12.7258C3.56471 12.897 3.28412 12.9999 2.97917 12.9999H1.35417C0.60775 12.9999 0 12.3922 0 11.6458V7.31242C0 6.566 0.60775 5.95825 1.35417 5.95825H3.79167V12.7258Z' fill='white'/%3E%3Cpath d='M13.0007 7.98954C13.0007 8.45917 12.732 8.87137 12.3317 9.07287C12.4151 9.23917 12.459 9.42279 12.459 9.61454C12.459 10.0847 12.1898 10.4969 11.7895 10.6984C11.9135 10.9454 11.9498 11.2298 11.8875 11.512C11.7662 12.0607 11.25 12.4583 10.6601 12.4583H5.68815C5.33282 12.4583 4.7749 12.3462 4.33398 12.1382V6.33258L4.39898 6.29954L5.95898 2.92008V1.08329C5.95898 1.00096 5.99636 0.922959 6.06028 0.871501C6.07761 0.858501 6.47953 0.541626 7.04232 0.541626C7.66903 0.541626 8.66732 1.53342 8.66732 2.70829C8.66732 3.44929 8.4019 4.37175 8.23615 4.87496H11.582C12.3111 4.87496 12.9313 5.41446 12.9947 6.10292C13.0299 6.48912 12.901 6.86017 12.648 7.13696C12.8717 7.36067 13.0007 7.664 13.0007 7.98954Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='13' height='13' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.notification-error {
  background: -webkit-linear-gradient(0.45deg, #f4501b 2.39%, #fb6120 98.75%);
  background: linear-gradient(89.55deg, #f4501b 2.39%, #fb6120 98.75%);
}
.notification-error .notify-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M6.00065 8.0003C6.00065 7.28629 6.37665 6.64229 7.00732 6.27696C7.32532 6.09296 7.43465 5.68563 7.24998 5.36696L5.57999 2.47496C5.49132 2.32029 5.34598 2.20896 5.17532 2.16429C5.00398 2.11829 4.82265 2.14296 4.66865 2.23163C2.61132 3.42096 1.33398 5.63229 1.33398 8.0003C1.33398 8.36896 1.63198 8.66696 2.00065 8.66696H5.33398C5.70265 8.66696 6.00065 8.36896 6.00065 8.0003Z' fill='white'/%3E%3Cpath d='M11.3325 2.23072C11.1779 2.14205 10.9972 2.11805 10.8265 2.16339C10.6552 2.20872 10.5092 2.32005 10.4212 2.47405L8.75118 5.36672C8.56785 5.68539 8.67652 6.09206 8.99452 6.27672C9.62518 6.64206 10.0012 7.28672 10.0012 8.00006C10.0012 8.36872 10.2992 8.66672 10.6679 8.66672H14.0012C14.3699 8.66672 14.6679 8.36872 14.6679 8.00006C14.6679 5.63272 13.3899 3.42072 11.3325 2.23072Z' fill='white'/%3E%3Cpath d='M9.90501 9.96676C9.81635 9.81276 9.67101 9.7021 9.50034 9.6561C9.32834 9.60943 9.14768 9.63409 8.99368 9.72276C8.35701 10.0914 7.64234 10.0914 7.00635 9.72276C6.85301 9.63409 6.67035 9.60943 6.50035 9.6561C6.32901 9.70143 6.18301 9.81276 6.09501 9.96676L4.42501 12.8588C4.24168 13.1774 4.35035 13.5848 4.66835 13.7694C5.68235 14.3568 6.83501 14.6668 8.00034 14.6668C9.16568 14.6668 10.3177 14.3568 11.3317 13.7694C11.6497 13.5854 11.7597 13.1774 11.575 12.8588L9.90501 9.96676Z' fill='white'/%3E%3Cpath d='M8.0013 9.33403C8.73768 9.33403 9.33464 8.73707 9.33464 8.00069C9.33464 7.26431 8.73768 6.66736 8.0013 6.66736C7.26492 6.66736 6.66797 7.26431 6.66797 8.00069C6.66797 8.73707 7.26492 9.33403 8.0013 9.33403Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.notification-warning {
  background: #f2a600;
}
.notification-warning .notify-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.4722 7.52936L8.47215 1.52936C8.21148 1.2687 7.79015 1.2687 7.52948 1.52936L1.52948 7.52936C1.26882 7.78936 1.26882 8.21136 1.52948 8.47203L7.52948 14.472C7.65948 14.602 7.83015 14.6667 8.00082 14.6667C8.17148 14.6667 8.34215 14.6014 8.47215 14.4714L14.4722 8.47136C14.7328 8.21136 14.7328 7.78936 14.4722 7.52936ZM7.33415 5.33336H8.66748V9.33336H7.33415V5.33336ZM8.00082 11.5C7.54082 11.5 7.16748 11.1274 7.16748 10.6667C7.16748 10.2067 7.54082 9.83336 8.00082 9.83336C8.46082 9.83336 8.83415 10.2067 8.83415 10.6667C8.83415 11.1274 8.46082 11.5 8.00082 11.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.notification-static {
  position: static;
  margin: 0 auto;
}
.loading_wrap {
  max-width: 290px;
  margin: 0 auto;
}
.loading_title {
  text-align: left;
  color: #6d788c;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.progressbar {
  position: relative;
  width: 100%;
  background: #eff3f6;
  border-radius: 11px;
  height: 9px;
  margin-bottom: 20px;
}
.progressbar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: -webkit-linear-gradient(181.38deg, #04dffd 0.08%, #0086e3 96.46%);
  background: linear-gradient(268.62deg, #04dffd 0.08%, #0086e3 96.46%);
  border-radius: 11px;
}
.token_wrap {
  max-width: 320px;
  margin: 0 auto;
}
.token_wrap .btn {
  padding: 18px 35px;
}
.batch_heading {
  color: #6d788c;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.batch_value {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal#withdraw .modal_content .withdraw_done {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal#withdraw .modal_content .withdraw_done-text {
    margin-top: 15px;
  }
  .modal#withdraw .modal_content .withdraw_done-text p {
    max-width: 250px;
  }
}
@media screen and (max-width: 510px) {
  .wrapper {
    overflow: hidden;
  }
  .modal {
    padding: 10px;
  }
  .modal_content {
    padding: 60px 10px 30px !important;
    max-width: 100% !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.rating__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 22px;
}
.reviews_input {
  background: #eff3f6;
  border-radius: 8px;
  border: none;
  resize: none;
  display: block;
  width: 100%;
  padding: 16px;
  margin-bottom: 20px;
}
.rating__group {
  position: relative;
  width: 10em;
  height: 2em;
  background-image: url("../img/star.png");
  background-size: 2em auto;
  background-repeat: repeat-x;
  margin: 0 auto 22px;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 2em;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 2em auto;
  background-repeat: repeat-x;
  outline: none !important;
  border: none;
}
.rating__star:focus {
  outline: none;
}
.rating__star:hover,
.rating__star:checked {
  background-image: url("../img/star-filled.png");
}
.rating__star:hover ~ .rating__star {
  background-image: url("../img/star.png");
}
.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 2em;
}
.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 4em;
}
.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 6em;
}
.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 8em;
}
.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 10em;
}
.video_wrap {
  height: 0px;
  width: 100%;
  position: relative;
  padding-bottom: 56%;
}
.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.modal-video .modal_content {
  padding: 25px;
  max-width: 950px;
}
.modal-video .modal_content .close {
  top: 10px;
  right: 10px;
}
.main_lk {
  padding-top: 32px;
  padding-bottom: 200px;
}
.main_lk .input_block {
  margin-bottom: 25px;
}
.lk_header {
  background: #ffffff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 8px;
  padding: 14px 16px 15px 19px;
  margin-bottom: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 72px;
}
.user .avatar_wrap {
  display: block;
  border: 1px solid #d3dee6;
  border-radius: 8px;
  padding: 6px 7px 5px;
  margin-right: 14px;
  min-width: 35px;
}
.user_info {
  font-weight: 700;
}
.user_info-name {
  font-size: 14px;
  color: #053786;
  line-height: 1.5;
}
.user_info-id {
  color: #0497fd;
  font-size: 8px;
  line-height: 1.33;
}
.logout {
  display: block;
  border: 1px solid #d3dee6;
  border-radius: 8px;
  padding: 6px 7px 5px;
  margin-left: 14px;
  min-width: 35px;
  background: #fff;
}
.logout:hover:hover {
  background: #060f38;
}
.lk_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #6d788c;
  font-size: 14px;
  font-weight: 700;
  margin-right: auto;
}
.lk_nav li {
  margin-right: 40px;
}
.lk_nav li a:hover,
.lk_nav li.active a {
  color: #0497fd;
  text-decoration: underline;
}
.page_name {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25;
  color: #0497fd;
  max-width: 565px;
  margin: 0;
}
.page_name small {
  display: block;
  font-size: 14px;
  color: #6d788c;
  line-height: 1.5;
  margin-bottom: 4px;
}
.page_name p {
  font-size: 15px;
  line-height: 140%;
  color: #6d788c;
  margin-top: 10px;
  font-weight: 400;
}
.page_name:last-child {
  margin-bottom: 40px;
}
.page_name:only-child {
  margin-bottom: 0;
}
.lk_nav-toggler {
  display: none;
}
.withdraw_form {
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 29px;
  max-width: 700px;
  padding: 30px 34px 31px 38px;
  background: #fff;
}
.withdraw_form-fieldset {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 17px 29px;
  margin-bottom: 18px;
}
.withdraw_form .input_block {
  margin-bottom: 0;
}
.withdraw_form .input_block-fieldset {
  width: 100%;
}
.withdraw_form .btn {
  padding: 17px 35px;
}
@media screen and (max-width: 1180px) {
  .lk_header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lk_nav {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .lk_nav li {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .withdraw_form-fieldset {
    grid-template-columns: 1fr;
  }
  .page_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page_header .page_name:not(:last-child) {
    margin-bottom: 20px;
  }
  .lk_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  .lk_nav li {
    margin: 15px 0;
    text-align: left;
  }
  .lk_nav-toggler {
    display: block;
    border: 1px solid #d3dee6;
    border-radius: 8px;
    padding: 6px 7px 5px;
    margin-left: 0px;
    min-width: 35px;
    background: #fff;
    height: 34px;
  }
  .lk_nav-toggler svg {
    pointer-events: none;
  }
  .lk_nav.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 510px) {
  .user {
    margin-right: 10px;
  }
  .withdraw_form {
    padding: 15px;
    border-radius: 15px;
  }
  .system {
    margin-right: 10px;
  }
}
.plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plans_item {
  width: 32%;
  padding: 30px;
  background: #3F017D bottom center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='79' viewBox='0 0 350 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 68.5764L3.79167 66.8391C7.29167 65.1018 14.5833 61.6273 21.875 47.7291C29.1667 33.8309 36.4583 9.50909 43.75 6.03455C51.0417 2.56 58.3333 19.9327 65.625 19.9327C72.9167 19.9327 80.2083 2.56 87.5 4.29728C94.7917 6.03455 102.083 26.8818 109.375 40.78C116.667 54.6782 123.958 61.6273 131.25 63.3645C138.542 65.1018 145.833 61.6273 153.125 58.1527C160.417 54.6782 167.708 51.2036 175 49.4664C182.292 47.7291 189.583 47.7291 196.875 42.5173C204.167 37.3055 211.458 26.8818 218.75 25.1445C226.042 23.4073 233.333 30.3564 240.625 37.3055C247.917 44.2545 255.208 51.2036 262.5 52.9409C269.792 54.6782 277.083 51.2036 284.375 52.9409C291.667 54.6782 298.958 61.6273 306.25 49.4664C313.542 37.3055 320.833 6.03455 328.125 0.82273C335.417 -4.38909 342.708 16.4582 346.5 26.8818L350 37.3055V79H346.5C342.708 79 335.417 79 328.125 79C320.833 79 313.542 79 306.25 79C298.958 79 291.667 79 284.375 79C277.083 79 269.792 79 262.5 79C255.208 79 247.917 79 240.625 79C233.333 79 226.042 79 218.75 79C211.458 79 204.167 79 196.875 79C189.583 79 182.292 79 175 79C167.708 79 160.417 79 153.125 79C145.833 79 138.542 79 131.25 79C123.958 79 116.667 79 109.375 79C102.083 79 94.7917 79 87.5 79C80.2083 79 72.9167 79 65.625 79C58.3333 79 51.0417 79 43.75 79C36.4583 79 29.1667 79 21.875 79C14.5833 79 7.29167 79 3.79167 79H0V68.5764Z' fill='%230099FF' fill-opacity='0.03'/%3E%3C/svg%3E%0A");
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 29px;
}
.plans_item h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.plans_item-amount {
  color: #0497fd;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.plans_item-amount small {
  font-size: 12px;
  line-height: 1.97;
  display: block;
}
.plans_item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.plans_item-daily {
  background: #0497fd;
  font-size: 20px;
  color: #fff;
  padding: 12px 15px;
  border-radius: 6px;
  margin-right: 10px;
  font-weight: 700;
}
.plans_item-term {
  color: #b8c0c5;
  font-weight: 700;
  font-size: 16px;
}
.plans_item .accent {
  color: #0497fd;
}
.plans_item-subtext {
  color: #b8c0c5;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 31px;
}
.plans_item-accruals {
  color: #0cca1f;
  font-weight: 700;
  font-size: 14px;
  line-height: 146.9%;
}
.plans_item-return {
  font-weight: 700;
  font-size: 14px;
  line-height: 146.9%;
  color: #b8c0c5;
  margin-bottom: 19px;
}
.plans_item .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.plans_item .btn svg {
  margin-right: 10px;
}
.plans_item:nth-of-type(3) {
  background-color: #000AC9;
}
.plans_item:nth-of-type(3) h4 {
  color: #fff;
}
.plans_item:nth-of-type(3) .plans_item-term,
.plans_item:nth-of-type(3) .plans_item-subtext,
.plans_item:nth-of-type(3) .plans_item-return {
  color: #b8c0ce;
}
.plans_item:nth-of-type(3) .plans_item-amount {
  color: #0cca1f;
}
.plans_item:nth-of-type(3) .plans_item-daily {
  background: #0cca1f;
}
.plans_item:nth-of-type(3) .accent {
  color: #0cca1f;
}
.plans_item:nth-of-type(2) {
  background-color: #7d1475;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='79' viewBox='0 0 350 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 68.5764L3.79167 66.8391C7.29167 65.1018 14.5833 61.6273 21.875 47.7291C29.1667 33.8309 36.4583 9.50909 43.75 6.03455C51.0417 2.56 58.3333 19.9327 65.625 19.9327C72.9167 19.9327 80.2083 2.56 87.5 4.29728C94.7917 6.03455 102.083 26.8818 109.375 40.78C116.667 54.6782 123.958 61.6273 131.25 63.3645C138.542 65.1018 145.833 61.6273 153.125 58.1527C160.417 54.6782 167.708 51.2036 175 49.4664C182.292 47.7291 189.583 47.7291 196.875 42.5173C204.167 37.3055 211.458 26.8818 218.75 25.1445C226.042 23.4073 233.333 30.3564 240.625 37.3055C247.917 44.2545 255.208 51.2036 262.5 52.9409C269.792 54.6782 277.083 51.2036 284.375 52.9409C291.667 54.6782 298.958 61.6273 306.25 49.4664C313.542 37.3055 320.833 6.03455 328.125 0.82273C335.417 -4.38909 342.708 16.4582 346.5 26.8818L350 37.3055V79H346.5C342.708 79 335.417 79 328.125 79C320.833 79 313.542 79 306.25 79C298.958 79 291.667 79 284.375 79C277.083 79 269.792 79 262.5 79C255.208 79 247.917 79 240.625 79C233.333 79 226.042 79 218.75 79C211.458 79 204.167 79 196.875 79C189.583 79 182.292 79 175 79C167.708 79 160.417 79 153.125 79C145.833 79 138.542 79 131.25 79C123.958 79 116.667 79 109.375 79C102.083 79 94.7917 79 87.5 79C80.2083 79 72.9167 79 65.625 79C58.3333 79 51.0417 79 43.75 79C36.4583 79 29.1667 79 21.875 79C14.5833 79 7.29167 79 3.79167 79H0V68.5764Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E%0A");
}
.plans_item:nth-of-type(2) h4 {
  color: #fff;
}
.plans_item:nth-of-type(2) .plans_item-term,
.plans_item:nth-of-type(2) .plans_item-subtext,
.plans_item:nth-of-type(2) .plans_item-return {
  color: #fff;
}
.plans_item:nth-of-type(2) .plans_item-amount {
  color: #fff;
}
.plans_item:nth-of-type(2) .plans_item-accruals {
  color: #03c7ff;
}
.plans_item:nth-of-type(2) .accent {
  color: #03c7ff;
}
.page_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.currency_form h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #6d788c;
  width: 100%;
  margin-bottom: 20px;
}
.use_balacnce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 31px;
}
.use_balacnce h4 {
  margin-bottom: 28px;
}
.use_balacnce .input_block {
  margin-bottom: 0;
}
.use_balacnce .btn {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 11px;
  padding: 30px;
}
.payment_systems {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px 20px;
  margin-bottom: 44px;
}
.payment_systems .input_block {
  margin-bottom: 0;
}
.payment_systems .input_block-fieldset {
  width: 100%;
}
.payment_systems .system {
  margin-right: 0;
}
.steps_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.steps_info-plan {
  background: url("data:image/svg+xml,%3Csvg width='181' height='41' viewBox='0 0 181 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.5903L1.96083 34.6886C3.77083 33.787 7.54167 31.9838 11.3125 24.7708C15.0833 17.5578 18.8542 4.9351 22.625 3.13185C26.3958 1.32861 30.1667 10.3448 33.9375 10.3448C37.7083 10.3448 41.4792 1.32861 45.25 2.23023C49.0208 3.13185 52.7917 13.9513 56.5625 21.1643C60.3333 28.3773 64.1042 31.9838 67.875 32.8854C71.6458 33.787 75.4167 31.9838 79.1875 30.1805C82.9583 28.3773 86.7292 26.574 90.5 25.6724C94.2708 24.7708 98.0417 24.7708 101.812 22.0659C105.583 19.3611 109.354 13.9513 113.125 13.0497C116.896 12.1481 120.667 15.7546 124.438 19.3611C128.208 22.9675 131.979 26.574 135.75 27.4757C139.521 28.3773 143.292 26.574 147.062 27.4757C150.833 28.3773 154.604 31.9838 158.375 25.6724C162.146 19.3611 165.917 3.13185 169.688 0.426986C173.458 -2.27788 177.229 8.54159 179.19 13.9513L181 19.3611V41H179.19C177.229 41 173.458 41 169.688 41C165.917 41 162.146 41 158.375 41C154.604 41 150.833 41 147.062 41C143.292 41 139.521 41 135.75 41C131.979 41 128.208 41 124.438 41C120.667 41 116.896 41 113.125 41C109.354 41 105.583 41 101.812 41C98.0417 41 94.2708 41 90.5 41C86.7292 41 82.9583 41 79.1875 41C75.4167 41 71.6458 41 67.875 41C64.1042 41 60.3333 41 56.5625 41C52.7917 41 49.0208 41 45.25 41C41.4792 41 37.7083 41 33.9375 41C30.1667 41 26.3958 41 22.625 41C18.8542 41 15.0833 41 11.3125 41C7.54167 41 3.77083 41 1.96083 41H0V35.5903Z' fill='%230099FF' fill-opacity='0.03'/%3E%3C/svg%3E%0A")
    bottom center no-repeat #fff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 15px;
  line-height: 1.25;
  color: #6d788c;
}
.steps_info-plan h6 {
  margin-top: 3px;
  color: #0497fd;
}
.steps_info-currency {
  margin-left: 67px;
  color: #6d788c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.steps_info-currency .system {
  margin-right: 0;
}
.steps_info-currency .system_logo {
  background: #fff;
}
.steps_info-amount {
  margin-left: 39px;
  color: #6d788c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.steps_info-amount h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 126.4%;
  color: #0497fd;
  margin-top: 8px;
}
.amount_form {
  background: #ffffff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 29px;
  padding: 27px 50px 22px 38px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.amount_form .input_block {
  margin-bottom: 0;
}
.amount_form .input_block-fieldset {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.amount_form .btn {
  margin-top: 20px;
  height: 58px;
  margin-left: 15px;
}
.amount_form .system {
  margin-right: 0;
}
.amount_form .system_logo {
  margin-right: 0;
}
.amount_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px;
}
.potential_get {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.potential_get h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 126.4%;
  color: #0497fd;
  margin-bottom: 28px;
  width: 100%;
}
.potential_get-item {
  width: 32%;
  background: #0e093a;
  border-radius: 12px;
  border: 1px solid #aac8dd;
  padding: 19px 22px 22px;
  font-weight: 700;
}
.potential_get-item p {
  color: #6d788c;
  font-size: 13px;
  margin-bottom: 6px;
}
.potential_get-amount {
  color: #23a4fd;
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
}
.bills_form-fields {
  max-width: 700px;
  background: #ffffff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 29px;
  padding: 26px 33px 36px 38px;
  margin-bottom: 26px;
  position: relative;
}
.bills_form-fields .qr-code {
  display: block;
  left: calc(100% + 36px);
  top: 20px;
  position: absolute;
  display: block;
  width: 111px;
  height: 111px;
}
.bills_form-fields .input_block {
  max-width: 350px;
}
.bills_form-fields .input_block:last-of-type {
  margin-bottom: 0;
}
.bills_form-fields .input_block .wait {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100vw;
  max-width: 250px;
  -webkit-transform: translate(20px, -5px);
  -ms-transform: translate(20px, -5px);
  transform: translate(20px, -5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 115%;
  color: #ff8400;
}
.bills_form-fields .input_block .wait_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background: #ffffff;
  border: 7px solid #eff3f6;
  box-sizing: border-box;
  border-radius: 15px;
  margin-right: 15px;
}
.bills_form {
  margin-bottom: 50px;
}
.bills_form .btn[type="submit"] {
  padding: 17px 55px;
}
@media screen and (max-width: 1180px) {
  .plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plans_item {
    width: unset;
    margin-bottom: 30px;
  }
  .payment_systems {
    grid-template-columns: repeat(3, 1fr);
  }
  .amount_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .potential_get {
    margin-top: 30px;
    margin-left: 0;
  }
  .bills_form-fields .qr-code {
    left: unset;
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .payment_systems {
    grid-template-columns: repeat(2, 1fr);
  }
  .use_balacnce .btn {
    padding: 26px 20px;
  }
  .amount_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .amount_form .btn {
    margin-left: 0;
    width: 100%;
  }
  .potential_get-item {
    width: 51%;
    margin: 0 auto 20px;
  }
  .steps_info-currency {
    margin-left: 15px;
  }
  .amount_form {
    padding: 15px;
    border-radius: 15px;
  }
  .bills_form-fields .qr-code {
    display: none;
  }
  .bills_form-fields .input_block {
    max-width: 100%;
  }
  .bills_form-fields .input_block .wait {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 510px) {
  .bills_form-fields {
    padding: 15px;
    border-radius: 15px;
  }
  .steps_info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .steps_info > div {
    margin: 0 0 10px;
    width: 45%;
  }
}
@media screen and (max-width: 405px) {
  .plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plans_item {
    width: unset;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
  }
  .payment_systems {
    grid-template-columns: 1fr;
  }
  .use_balacnce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .use_balacnce .input_block {
    width: 100%;
    margin-bottom: 20px;
  }
  .use_balacnce .input_block-fieldset {
    width: 100%;
  }
  .use_balacnce .btn {
    width: 100%;
    margin-left: 0;
  }
  .potential_get-item {
    width: 100%;
  }
  .steps_info > div {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .plans_item-daily {
    font-size: 16px;
  }
}
.deposit_subheader {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 27px;
}
.deposit_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 17px;
  margin-bottom: 54px;
}
.deposits_item {
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 29px;
  background: url("data:image/svg+xml,%3Csvg width='350' height='79' viewBox='0 0 350 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 68.5764L3.79167 66.8391C7.29167 65.1018 14.5833 61.6273 21.875 47.7291C29.1667 33.8309 36.4583 9.50909 43.75 6.03455C51.0417 2.56 58.3333 19.9327 65.625 19.9327C72.9167 19.9327 80.2083 2.56 87.5 4.29728C94.7917 6.03455 102.083 26.8818 109.375 40.78C116.667 54.6782 123.958 61.6273 131.25 63.3645C138.542 65.1018 145.833 61.6273 153.125 58.1527C160.417 54.6782 167.708 51.2036 175 49.4664C182.292 47.7291 189.583 47.7291 196.875 42.5173C204.167 37.3055 211.458 26.8818 218.75 25.1445C226.042 23.4073 233.333 30.3564 240.625 37.3055C247.917 44.2545 255.208 51.2036 262.5 52.9409C269.792 54.6782 277.083 51.2036 284.375 52.9409C291.667 54.6782 298.958 61.6273 306.25 49.4664C313.542 37.3055 320.833 6.03455 328.125 0.82273C335.417 -4.38909 342.708 16.4582 346.5 26.8818L350 37.3055V79H346.5C342.708 79 335.417 79 328.125 79C320.833 79 313.542 79 306.25 79C298.958 79 291.667 79 284.375 79C277.083 79 269.792 79 262.5 79C255.208 79 247.917 79 240.625 79C233.333 79 226.042 79 218.75 79C211.458 79 204.167 79 196.875 79C189.583 79 182.292 79 175 79C167.708 79 160.417 79 153.125 79C145.833 79 138.542 79 131.25 79C123.958 79 116.667 79 109.375 79C102.083 79 94.7917 79 87.5 79C80.2083 79 72.9167 79 65.625 79C58.3333 79 51.0417 79 43.75 79C36.4583 79 29.1667 79 21.875 79C14.5833 79 7.29167 79 3.79167 79H0V68.5764Z' fill='%230099FF' fill-opacity='0.03'/%3E%3C/svg%3E%0A")
    center bottom no-repeat #fff;
  padding: 30px 30px 43px 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px 30px;
}
.deposits_item header {
  grid-column: 1 / 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.deposits_item header h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #6d788c;
}
.deposits_item .plans_item-daily {
  padding: 3px 9px;
  font-size: 12px;
  white-space: nowrap;
}
.deposits_item .plans_item-info {
  margin-bottom: 0;
  margin-left: 10px;
}
.deposits_item .plans_item-info .accent {
  color: #0497fd;
}
.deposits_item .plans_item-term {
  font-size: 12px;
}
.deposits_item-info h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 197.9%;
  color: #0497fd;
}
.deposits_item-info h6.gray {
  color: #6d788c;
}
.deposits_item-info p {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #0497fd;
}
.deposits_item-info p.gained {
  font-size: 14px;
  color: #0497fd;
}
.deposits_item-info p.gained small {
  display: block;
  font-size: 10px;
}
.deposits_item-info time {
  font-weight: bold;
  font-size: 14px;
  line-height: 146.9%;
  color: #0497fd;
}
.deposits_item .loading_wrap {
  grid-column: 1 / 3;
  width: 100%;
}
.deposits_item .loading_wrap .progressbar {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .deposit_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
  }
}
@media screen and (max-width: 750px) {
  .deposit_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 17px;
  }
  .deposits_item {
    border-radius: 15px;
    padding: 15px;
  }
  .deposits_item header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
.table {
  color: #6d788c;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.table_row {
  display: grid;
  padding: 20px 40px 20px 20px;
  margin-bottom: 8px;
  background: #131007;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 18px 30px rgba(136, 178, 222, 0.13);
  border-radius: 8px;
}
.table_row-header {
  border: none;
  background: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.table .transaction_type {
  color: #0497fd;
}
.table time {
  color: #afc1d0;
  font-size: 12px;
}
.table .currency {
  color: #afc1d0;
  margin-left: 9px;
}
.table .comment {
  font-weight: 400;
}
.table .success {
  color: #0cca1f;
}
.table_transactions {
  margin-bottom: 60px;
}
.table_transactions .table_row {
  grid-template-columns: 1fr 1fr 1fr 1.5fr 0.5fr;
  grid-gap: 40px;
}
.table_transactions .system_logo {
  min-width: 24px;
  height: 24px;
  margin-right: 9px;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pagination a {
  width: 26px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.pagination a.active {
  font-weight: 700;
  color: #0497fd;
}
.pagination a.slick-arrow {
  background-color: #064dc8;
}
.pagination a.slick-arrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1180px) {
  .table_transactions .table_row {
    grid-gap: 10px;
  }
  .table_row-header {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .table_row {
    grid-template-columns: 1fr !important;
    padding: 20px;
  }
  .table_row-header {
    display: none;
  }
  .table_cell {
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed currentColor;
  }
  .table_cell:before {
    content: attr(title);
    display: block;
    margin-left: -10px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .table_cell:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 510px) {
  .filters {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .filters .filter_select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .filters .filter_select .paw-current_value {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .filters .filter_select .paw-list-item {
    text-align: left;
    padding: 10px 25px;
  }
}
.refferals_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}
.refferals_block .input_block {
  margin-bottom: 0;
  max-width: 420px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
}
.refferals_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
}
.refferals_info li {
  margin-left: 70px;
}
.refferals_info-label {
  color: #6d788c;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.refferals_info-value {
  color: #0497fd;
  font-size: 20px;
  font-weight: 700;
}
.table_history {
  margin-bottom: 60px;
  max-width: 625px;
}
.table_history .table_row {
  grid-template-columns: 1.7fr 1.15fr 1fr 1.15fr;
  grid-gap: 30px;
}
.table .partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0497fd;
}
.table .partner span {
  text-overflow: ellipsis;
  display: block;
  max-width: 75px;
  overflow: hidden;
  background: #fff;
}
.table .partner span:hover {
  overflow: visible;
  position: relative;
  z-index: 5;
  max-width: unset;
}
.table .partner img {
  margin-right: 9px;
  max-width: 22px;
}
.lk_subheader {
  font-weight: bold;
  font-size: 30px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 40px;
}
.history_wrap {
  margin-bottom: 84px;
}
.banners_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.banners_item img {
  border-radius: 8px;
}
.banners_item .input_block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.banners_item .input_block-fieldset {
  max-width: 277px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
}
.banners_item .input_block-label {
  margin-right: 17px;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 1180px) {
  .refferals_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .refferals_block .input_block {
    margin-bottom: 30px;
  }
  .refferals_info li {
    margin-left: 0;
    margin-right: 30px;
  }
  .banners_item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banners_item img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 510px) {
  .refferals_info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .refferals_info li {
    margin-top: 15px;
    width: 48%;
    margin-right: 0;
  }
  .lk_subheader {
    margin-bottom: 20px;
  }
  .history_wrap {
    margin-bottom: 40px;
  }
  .banners_item {
    padding-bottom: 25px;
    border-bottom: 1px dashed #0497fd;
  }
  .banners_item .input_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.table_wallets {
  margin-bottom: 60px;
  max-width: 740px;
}
.table_wallets .table_row {
  grid-template-columns: 1fr 2.25fr 0.75fr 24px;
  grid-gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.table_wallets .table_cell-currency {
  padding-left: 60px;
}
.table_wallets .system {
  margin-right: 0;
}
.remove_wallet {
  border: none;
  background: none;
}
.add_wallets-fields {
  background: #ffffff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 8px;
  padding: 26px 52px 31px 38px;
  max-width: 720px;
  margin-bottom: 32px;
}
.add_wallets-fields .error_text {
  color: #ff0004;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}
.add_wallets-fields .input_block-system {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.add_wallets-fields .input_block-system .system_select {
  background: #eff3f6;
  width: 100vw;
  max-width: 310px;
}
.add_wallets-fields .input_block-system .error_text {
  padding-top: 15px;
  width: 100%;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
}
.add_wallets_form .btn {
  padding: 21px 27px;
}
@media screen and (max-width: 768px) {
  .table_wallets .table_row {
    grid-gap: 20px;
  }
  .add_wallets-fields .input_block-system {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .add_wallets-fields .input_block-system .system_select {
    max-width: 250px;
  }
}
@media screen and (max-width: 510px) {
  .add_wallets-fields {
    padding: 20px;
  }
  .add_wallets-fields .input_block-system {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
  .add_wallets-fields .input_block-system .system_select {
    max-width: 100%;
    width: 100%;
  }
  .add_wallets-fields .input_block-system .error_text {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .add_wallets-fields .input_block:last-of-type {
    margin-bottom: 0;
  }
}
.settings_form h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 20px;
}
.settings_form .google-auth_wrap {
  max-width: 380px;
  margin-bottom: 53px;
}
.settings_form .btn-light {
  padding: 21px 27px;
}
.change_pass-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 8px;
  padding: 20px;
}
.change_pass-wrap .input_block {
  margin: 0 10px;
}
.social_btns_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.social_btns_wrap .btn {
  margin-right: 15px;
  padding: 16px 36px;
  border: 2px solid #0497fd;
}
.social_btns_wrap .btn[disabled] {
  color: #adb5c4;
  border: 2px solid transparent;
}
@media screen and (max-width: 510px) {
  .change_pass-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .change_pass-wrap .input_block {
    width: 100%;
    margin: 15px 0;
  }
  .social_btns_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social_btns_wrap .btn {
    width: 100%;
    margin: 10px 0;
  }
  .settings_form .google-auth_wrap {
    width: 100%;
    margin-right: 0;
  }
}
.news {
  padding-top: 58px;
  padding-bottom: 48px;
}
.news .section_heading {
  margin-bottom: 58px;
}
.news_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 44px 30px;
  margin-bottom: 44px;
}
.news_item {
  background: #ffffff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 10px;
  padding: 30px;
}
.news_item-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.news_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_item-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #6d788c;
}
.news_item-date {
  font-weight: bold;
  font-size: 12px;
  line-height: 197.9%;
  color: #0497fd;
  display: block;
  margin-bottom: 15px;
}
.news_item-excerpt {
  font-size: 13px;
  line-height: 140%;
  color: #6d788c;
  margin-bottom: 15px;
}
.news_item .see_all {
  font-size: 16px;
}
.post {
  padding-top: 47px;
  padding-bottom: 115px;
}
.post_img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 54px;
}
.post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_excerpt {
  max-width: 776px;
  font-size: 24px;
  line-height: 140%;
  color: #6d788c;
  margin-bottom: 47px;
}
.post_content {
  max-width: 760px;
  font-size: 16px;
  color: #6d788c;
  line-height: 1.5;
}
.post + .news .section_heading {
  color: #6d788c;
  margin-bottom: 40px;
}
.back_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 44px;
}
.back_link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  background: #ffffff;
  border: 4px solid #eff3f6;
  border-radius: 8px;
  margin-right: 16px;
}
@media screen and (max-width: 1180px) {
  .news_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .news_item {
    padding: 10px;
    border-radius: 10px;
  }
  .news_wrap {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 510px) {
  .news_wrap {
    grid-template-columns: 1fr;
  }
  .post_excerpt {
    font-size: 20px;
  }
}
.section_heading-contacts {
  padding-top: 72px;
  padding-bottom: 54px;
  border-bottom: 11px solid #eff3f6;
  background:linear-gradient(45deg, #131000, #0b0658);
}
.contacts {
  padding-top: 72px;
  padding-bottom: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background:linear-gradient(45deg, #131000, #0b0658);
}
.contacts_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts_info h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #0497fd;
  margin-bottom: 55px;
}
.contacts_info a {
  display: block;
  padding-left: 50px;
  position: relative;
  margin-bottom: 38px;
}
.contacts_info a:last-of-type {
  padding-left: 0;
  margin-bottom: 0;
}
.contacts_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.contacts_heading {
  font-weight: bold;
  font-size: 13px;
  color: #0497fd;
  display: block;
}
.contacts_logo {
  margin-top: auto;
}
.contacts_link-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #808a9d;
}
.contacts_form {
  width: 100%;
  max-width: 472px;
  margin-left: 28px;
}
.contacts_form h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 28px;
}
.contacts_form .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts_form {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.statistic_counters-page {
  padding-top: 69px;
  padding-bottom: 1px;
}
.grahps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 70px;
}
.grahps-item {
  width: 48%;
  min-height: 400px;
  padding: 0px 35px 0px 40px;
  background: #ffffff;
  border: 6px solid #eff3f6;
  border-radius: 10px;
  margin-bottom: 30px;
}
.grahps-item canvas {
  width: 100%;
  height: 100%;
}
.grahps p {
  width: 100%;
  max-width: 778px;
  font-size: 15px;
  line-height: 140%;
  color: #6d788c;
}
.operations-top {
  padding-bottom: 188px;
}
.operations-top .section_heading {
  color: #6d788c;
  margin-bottom: 52px;
}
.table_top {
  font-size: 13px;
}
.table_top .table_row {
  grid-template-columns: repeat(3, 32%);
  grid-gap: 2%;
  padding: 20px;
}
.table .counter {
  color: #afc1d0;
}
.operations-last {
  padding-top: 89px;
  padding-bottom: 96px;
}
.operations-last .section_heading {
  color: #6d788c;
}
@media screen and (max-width: 1180px) {
  .grahps {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grahps-item {
    width: 100%;
    margin: 15px 0;
    padding: 0 15px 40px;
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .statistic_counters-page {
    padding-top: 25px;
  }
  .grahps,
  .operations-top {
    padding-bottom: 30px;
  }
  .operations-last {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .table_top .table_row {
    grid-template-columns: repeat(3, 32%) !important;
    padding: 5px;
  }
  .table_top .table_row .table_cell {
    padding: 0;
    border: none;
  }
  .table_top .table_row .table_cell:before {
    display: none;
  }
}
.team {
  padding-top: 67px;
  padding-bottom: 84px;
}
.team .section_heading {
  color: #04021d;
  margin-bottom: 66px;
}
.team_slider .slick-arrow {
  position: absolute;
  top: -100px;
  z-index: 7;
}
.team_slider .slick-arrow.slick-next {
  right: 0;
}
.team_slider .slick-arrow.slick-prev {
  right: 40px;
}
.team_slider .slick-current .team_member-position {
  color: #0b0753;
}
.team_member {
  text-align: center;
}
.team_member-photo {
  margin: 0 auto 16px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.team_member-name {
  font-size: 16px;
  line-height: 140%;
  color: #b4b3da;
  font-weight: 400;
}
.team_member-position {
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  color: #b4b3da;
}
.how_works {
  padding-top: 70px;
  padding-bottom: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background:linear-gradient(
45deg
, #131000, #0b0658);
}
.how_works-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.how_works-list {
  counter-reset: myCounter;
  max-width: 46.5%;
}
.how_works-list li {
  list-style: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px;
}
.how_works-list li:last-of-type {
  margin-bottom: 0;
}
.how_works-list li:before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  text-align: center;
  color: #0497fd;
  position: relative;
  font-weight: 300;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.how_works-list li h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 126.4%;
  color: #6d788c;
  margin-bottom: 15px;
}
.how_works-list li p {
  font-size: 15px;
  line-height: 140%;
  color: #6d788c;
}
.how_works-list li:nth-of-type(even) h4 {
  color: #0497fd;
}
@media screen and (max-width: 1180px) {
  .how_works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .how_works-item,
  .how_works-list {
    max-width: 100%;
    width: 100%;
  }
  .how_works-item {
    margin-bottom: 30px;
  }
}
.payment_systems-dashboard {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
}
.dashboard_balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  width: 120px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.dashboard_balance-value {
  color: #0497fd;
  margin-right: 5px;
}
.main_lk-dashboard h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 126.4%;
  color: #6d788c;
  margin: 75px 0 30px;
}
.deposits_item-dashboard {
  grid-template-columns: 1fr auto auto auto 135px auto 150px;
  grid-gap: 20px;
  padding: 30px 75px 30px 40px;
  border-radius: 9px;
  margin-bottom: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='1107' height='79' viewBox='0 0 1107 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 68.5764L11.9925 66.8391C23.0625 65.1018 46.125 61.6273 69.1875 47.7291C92.25 33.8309 115.312 9.50909 138.375 6.03455C161.438 2.56 184.5 19.9327 207.562 19.9327C230.625 19.9327 253.688 2.56 276.75 4.29728C299.812 6.03455 322.875 26.8818 345.938 40.78C369 54.6782 392.062 61.6273 415.125 63.3645C438.188 65.1018 461.25 61.6273 484.312 58.1527C507.375 54.6782 530.438 51.2036 553.5 49.4664C576.562 47.7291 599.625 47.7291 622.688 42.5173C645.75 37.3055 668.812 26.8818 691.875 25.1445C714.938 23.4073 738 30.3564 761.062 37.3055C784.125 44.2545 807.188 51.2036 830.25 52.9409C853.312 54.6782 876.375 51.2036 899.438 52.9409C922.5 54.6782 945.562 61.6273 968.625 49.4664C991.688 37.3055 1014.75 6.03455 1037.81 0.82273C1060.88 -4.38909 1083.94 16.4582 1095.93 26.8818L1107 37.3055V79H1095.93C1083.94 79 1060.88 79 1037.81 79C1014.75 79 991.688 79 968.625 79C945.562 79 922.5 79 899.438 79C876.375 79 853.312 79 830.25 79C807.188 79 784.125 79 761.062 79C738 79 714.938 79 691.875 79C668.812 79 645.75 79 622.688 79C599.625 79 576.562 79 553.5 79C530.438 79 507.375 79 484.312 79C461.25 79 438.188 79 415.125 79C392.062 79 369 79 345.938 79C322.875 79 299.812 79 276.75 79C253.688 79 230.625 79 207.562 79C184.5 79 161.438 79 138.375 79C115.312 79 92.25 79 69.1875 79C46.125 79 23.0625 79 11.9925 79H0V68.5764Z' fill='%230099FF' fill-opacity='0.03'/%3E%3C/svg%3E%0A");
}
.deposits_item-dashboard header,
.deposits_item-dashboard .loading_wrap {
  grid-column: unset;
}
.deposits_item-dashboard .deposits_item-info p {
  font-size: 14px;
}
.deposits_item-dashboard.deposits_item-max {
  background-color: #060f38;
  background-image: url("data:image/svg+xml,%3Csvg width='1107' height='79' viewBox='0 0 1107 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 68.5764L11.9925 66.8391C23.0625 65.1018 46.125 61.6273 69.1875 47.7291C92.25 33.8309 115.312 9.50909 138.375 6.03455C161.438 2.56 184.5 19.9327 207.562 19.9327C230.625 19.9327 253.688 2.56 276.75 4.29728C299.812 6.03455 322.875 26.8818 345.938 40.78C369 54.6782 392.062 61.6273 415.125 63.3645C438.188 65.1018 461.25 61.6273 484.312 58.1527C507.375 54.6782 530.438 51.2036 553.5 49.4664C576.562 47.7291 599.625 47.7291 622.688 42.5173C645.75 37.3055 668.812 26.8818 691.875 25.1445C714.938 23.4073 738 30.3564 761.062 37.3055C784.125 44.2545 807.188 51.2036 830.25 52.9409C853.312 54.6782 876.375 51.2036 899.438 52.9409C922.5 54.6782 945.562 61.6273 968.625 49.4664C991.688 37.3055 1014.75 6.03455 1037.81 0.82273C1060.88 -4.38909 1083.94 16.4582 1095.93 26.8818L1107 37.3055V79H1095.93C1083.94 79 1060.88 79 1037.81 79C1014.75 79 991.688 79 968.625 79C945.562 79 922.5 79 899.438 79C876.375 79 853.312 79 830.25 79C807.188 79 784.125 79 761.062 79C738 79 714.938 79 691.875 79C668.812 79 645.75 79 622.688 79C599.625 79 576.562 79 553.5 79C530.438 79 507.375 79 484.312 79C461.25 79 438.188 79 415.125 79C392.062 79 369 79 345.938 79C322.875 79 299.812 79 276.75 79C253.688 79 230.625 79 207.562 79C184.5 79 161.438 79 138.375 79C115.312 79 92.25 79 69.1875 79C46.125 79 23.0625 79 11.9925 79H0V68.5764Z' fill='%23151E47'/%3E%3C/svg%3E%0A");
}
.deposits_item-dashboard.deposits_item-max .plans_item-daily {
  background: #0cca1f;
}
.deposits_item-dashboard.deposits_item-max .deposits_item-info p,
.deposits_item-dashboard.deposits_item-max .deposits_item-info time {
  color: #0cca1f;
}
.deposits_item-dashboard.deposits_item-max .progressbar {
  background: #33428a;
}
.deposits_item-dashboard.deposits_item-max .system_name,
.deposits_item-dashboard.deposits_item-max .deposits_item-info h6,
.deposits_item-dashboard.deposits_item-max .loading_title,
.deposits_item-dashboard.deposits_item-max header h4 {
  color: #fff;
}
.deposits_item-dashboard.deposits_item-balanced {
  background-color: #064dc8;
  background-image: url("data:image/svg+xml,%3Csvg width='1107' height='79' viewBox='0 0 1107 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 68.5764L11.9925 66.8391C23.0625 65.1018 46.125 61.6273 69.1875 47.7291C92.25 33.8309 115.312 9.50909 138.375 6.03455C161.438 2.56 184.5 19.9327 207.562 19.9327C230.625 19.9327 253.688 2.56 276.75 4.29728C299.812 6.03455 322.875 26.8818 345.938 40.78C369 54.6782 392.062 61.6273 415.125 63.3645C438.188 65.1018 461.25 61.6273 484.312 58.1527C507.375 54.6782 530.438 51.2036 553.5 49.4664C576.562 47.7291 599.625 47.7291 622.688 42.5173C645.75 37.3055 668.812 26.8818 691.875 25.1445C714.938 23.4073 738 30.3564 761.062 37.3055C784.125 44.2545 807.188 51.2036 830.25 52.9409C853.312 54.6782 876.375 51.2036 899.438 52.9409C922.5 54.6782 945.562 61.6273 968.625 49.4664C991.688 37.3055 1014.75 6.03455 1037.81 0.82273C1060.88 -4.38909 1083.94 16.4582 1095.93 26.8818L1107 37.3055V79H1095.93C1083.94 79 1060.88 79 1037.81 79C1014.75 79 991.688 79 968.625 79C945.562 79 922.5 79 899.438 79C876.375 79 853.312 79 830.25 79C807.188 79 784.125 79 761.062 79C738 79 714.938 79 691.875 79C668.812 79 645.75 79 622.688 79C599.625 79 576.562 79 553.5 79C530.438 79 507.375 79 484.312 79C461.25 79 438.188 79 415.125 79C392.062 79 369 79 345.938 79C322.875 79 299.812 79 276.75 79C253.688 79 230.625 79 207.562 79C184.5 79 161.438 79 138.375 79C115.312 79 92.25 79 69.1875 79C46.125 79 23.0625 79 11.9925 79H0V68.5764Z' fill='%231F5FCE'/%3E%3C/svg%3E%0A");
}
.deposits_item-dashboard.deposits_item-balanced .deposits_item-info p,
.deposits_item-dashboard.deposits_item-balanced .deposits_item-info time {
  color: #fff;
}
.deposits_item-dashboard.deposits_item-balanced .system_name,
.deposits_item-dashboard.deposits_item-balanced .deposits_item-info h6,
.deposits_item-dashboard.deposits_item-balanced .loading_title,
.deposits_item-dashboard.deposits_item-balanced header h4 {
  color: #fff;
}
.main_lk-deposits .deposits_item-dashboard:last-of-type {
  margin-bottom: 45px;
}
.empty_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 46px;
}
.empty_table img {
  width: 100%;
}
.empty_table .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.empty_text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #0497fd;
}
@media screen and (max-width: 1180px) {
  .deposits_item-dashboard,
  .payment_systems-dashboard {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .payment_systems-dashboard {
    grid-template-columns: 1fr;
  }
  .deposits_item-dashboard {
    grid-gap: 15px;
    padding: 15px;
  }
  .deposits_item-dashboard header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .deposits_item-dashboard .plans_item-info {
    margin: 0;
  }
  .deposits_item-dashboard .loading_wrap {
    grid-column: 1 / 3;
  }
}
.create_deposit {
  padding: 60px;
  background: #ffffff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 29px;
}
.create_deposit .system_select,
.create_deposit .input_block {
  width: 100%;
  max-width: 310px;
}
.create_deposit .input_block .system {
  margin-right: 0;
}
.create_deposit .btn {
  margin-top: 20px;
}
.system_select-gray {
  background: #eff3f6;
}
.deposits_item-label {
  max-width: 520px;
  grid-template-columns: 20px auto auto auto;
  padding: 30px 25px;
  grid-gap: 10px;
  border: 1px solid #c8d4dd;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.deposits_item-label input {
  display: none;
}
.deposits_item-label input:checked + .checkmark:before {
  display: block;
}
.deposits_item-label .checkmark {
  background: #ffffff;
  border: 1.2px solid #0497fd;
  box-sizing: border-box;
  box-shadow: 0px 25.2px 49px rgba(136, 178, 222, 0.13);
  border-radius: 2.8px;
  width: 20px;
  height: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
}
.deposits_item-label .checkmark:before {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70001 6.7001L6.60001 10.2001L13.6 1.1001' stroke='%230497FD' stroke-width='2.8'/%3E%3C/svg%3E%0A")
    center no-repeat;
}
.create_deposit h3 {
  margin: 30px 0 40px;
  font-size: 20px;
  color: #0497fd;
}
.create_deposit .potential_get {
  margin-left: 0;
  margin-right: 12px;
  max-width: 520px;
}
.radio {
  display: block;
}
.radio span {
  position: relative;
  padding-left: 40px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #6d788c;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.radio span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0497fd;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
}
.radio input:checked + span {
  color: #0497fd;
}
.radio input:checked + span:before {
  background: #0497fd;
}
.form-notify {
  margin: 40px 0;
  display: block;
  background: #eff3f6;
  box-shadow: 0px 5px 10px rgba(59, 119, 181, 0.05);
  border-radius: 6px;
  position: relative;
  padding: 12px 25px 12px 60px;
  max-width: 420px;
  font-size: 12px;
  line-height: 1.5;
  color: #6d788c;
}
.form-notify:last-child {
  margin-bottom: 0;
}
.form-notify:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.3098 14.5038C4.44925 15.6546 5.68312 16.6931 6.99646 17.6067C7.3499 17.863 7.7669 18 8.19368 18C8.62046 18 9.03745 17.863 9.3909 17.6067C10.6315 16.6651 11.796 15.6135 12.8723 14.463C14.2255 13.119 15.2244 11.4167 15.7684 9.52763C15.9745 8.35775 16.0434 7.1649 15.9737 5.97673C15.9737 4.78767 15.8445 3.72077 15.8065 3.3217C15.7943 3.19073 15.7576 3.06373 15.6986 2.94833C15.6395 2.83292 15.5593 2.73149 15.4628 2.65011C15.3662 2.56873 15.2553 2.50908 15.1367 2.47474C15.0182 2.4404 14.8943 2.43207 14.7727 2.45026C14.3266 2.51907 13.8775 2.56257 13.4272 2.58057C12.8802 2.60558 12.3326 2.548 11.8005 2.40954C11.1671 2.17756 10.5757 1.83043 10.0522 1.38337C9.61604 1.03873 9.19974 0.66613 8.80559 0.267603C8.63618 0.0957647 8.41176 0 8.17848 0C7.94519 0 7.72077 0.0957647 7.55136 0.267603C7.15952 0.659949 6.74846 1.02968 6.31994 1.37522C5.78851 1.82045 5.19285 2.16981 4.55642 2.40954C3.95951 2.56236 3.34401 2.61457 2.73209 2.56428C2.22325 2.54464 1.71576 2.49571 1.21182 2.41769C1.09132 2.40185 0.969088 2.41194 0.852279 2.44737C0.73547 2.4828 0.626436 2.54286 0.53157 2.62402C0.436704 2.70518 0.357913 2.80581 0.299816 2.92002C0.241718 3.03423 0.205484 3.15972 0.193236 3.28912C0.155229 3.69634 0.0564109 4.76323 0.0260054 5.96044C-0.0431622 7.14861 0.0257786 8.34139 0.231242 9.51134C0.808718 11.4475 1.87407 13.1751 3.3098 14.5038ZM1.53868 5.99302C1.53868 5.27632 1.60709 4.60849 1.6527 4.11169C1.94155 4.11169 2.29882 4.17685 2.67888 4.19314C3.44506 4.24631 4.2143 4.17214 4.9593 3.97324C5.78226 3.68651 6.55348 3.25133 7.23971 2.68645C7.61978 2.38511 7.95424 2.09192 8.21268 1.87202C8.47113 2.10821 8.80559 2.40954 9.18566 2.68645C9.86922 3.25578 10.6412 3.6914 11.4661 3.97324C12.1436 4.13979 12.8397 4.20285 13.5336 4.16056L14.3546 4.10355C14.3926 4.60035 14.4382 5.27632 14.461 5.99302C14.5153 7.0362 14.4592 8.08261 14.2938 9.11227C13.8084 10.7074 12.9501 12.1429 11.8005 13.2821C10.7864 14.3634 9.68781 15.3497 8.51674 16.2303C8.41743 16.3043 8.2994 16.3439 8.17848 16.3439C8.05756 16.3439 7.93953 16.3043 7.84022 16.2303C6.60248 15.3698 5.43982 14.3912 4.36639 13.3066C3.14218 12.1867 2.22519 10.7312 1.71351 9.09598C1.5467 8.07197 1.48805 7.03109 1.53868 5.99302Z' fill='%230497FD'/%3E%3Cpath d='M1.53868 5.99302C1.53868 5.27632 1.60709 4.60849 1.6527 4.11169C1.94155 4.11169 2.29882 4.17685 2.67888 4.19314C3.44506 4.24631 4.2143 4.17214 4.9593 3.97324C5.78226 3.68651 6.55348 3.25133 7.23971 2.68645C7.61978 2.38511 7.95424 2.09192 8.21268 1.87202C8.47113 2.10821 8.80559 2.40954 9.18566 2.68645C9.86922 3.25578 10.6412 3.6914 11.4661 3.97324C12.1436 4.13979 12.8397 4.20285 13.5336 4.16056L14.3546 4.10355C14.3926 4.60035 14.4382 5.27632 14.461 5.99302C14.5153 7.0362 14.4592 8.08261 14.2938 9.11227C13.8084 10.7074 12.9501 12.1429 11.8005 13.2821C10.7864 14.3634 9.68781 15.3497 8.51674 16.2303C8.41743 16.3043 8.2994 16.3439 8.17848 16.3439C8.05756 16.3439 7.93953 16.3043 7.84022 16.2303C6.60248 15.3698 5.43982 14.3912 4.36639 13.3066C3.14218 12.1867 2.22519 10.7312 1.71351 9.09598C1.5467 8.07197 1.48805 7.03109 1.53868 5.99302Z' fill='%230497FD'/%3E%3C/svg%3E%0A")
    center no-repeat;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .deposits_item-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
  }
  .deposits_item-label header {
    width: calc(100% - 40px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .deposits_item-label .deposits_item-info {
    margin-top: 10px;
    text-align: center;
    margin: 10px auto 0;
  }
  .create_deposit {
    padding: 15px;
    border-radius: 15px;
  }
}
.reviews {
  padding-top: 67px;
  padding-bottom: 101px;
}
.reviews .page_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
}
.reviews .page_header .section_heading {
  margin-bottom: 0;
}
.reviews_item {
  background: #fff;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
  border-radius: 10px;
  padding: 54px 189px 47px 100px;
  margin-bottom: 16px;
}
.reviews_item-negative .reviews_info:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.reviews_item-negative .reviews_author {
  color: #a9aeb1;
}
.reviews_item:last-of-type {
  margin-bottom: 95px;
}
.reviews_text {
  font-size: 15px;
  line-height: 1.4;
  color: #6d788c;
  margin-bottom: 45px;
  position: relative;
}
.reviews_text:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -56px;
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75007 15C9.41557 15 9.09456 15.051 8.77506 15.0975C8.87856 14.7495 8.98507 14.3955 9.15607 14.0775C9.32707 13.6155 9.59407 13.215 9.85957 12.8115C10.0816 12.375 10.4731 12.0795 10.7611 11.706C11.0626 11.343 11.4736 11.1015 11.7991 10.8C12.1186 10.485 12.5371 10.3275 12.8701 10.1055C13.2181 9.90604 13.5211 9.68554 13.8451 9.58054C14.1571 9.45154 14.4301 9.34054 14.6536 9.24754C15.1066 9.06004 15.3646 8.95204 15.3646 8.95204L14.6371 6.04504C14.6371 6.04504 14.3101 6.12304 13.7416 6.26104C13.4551 6.33304 13.1056 6.41704 12.7081 6.51754C12.3016 6.59254 11.8681 6.79804 11.3851 6.98554C10.9081 7.19854 10.3561 7.34254 9.84307 7.68454C9.32707 8.01154 8.73157 8.28454 8.20657 8.72254C7.69807 9.17404 7.08457 9.56554 6.63157 10.14C6.13657 10.677 5.64757 11.241 5.26807 11.883C4.82857 12.495 4.53007 13.167 4.21507 13.8315C3.93007 14.496 3.70057 15.1755 3.51307 15.8355C3.15757 17.1585 2.99857 18.4155 2.93707 19.491C2.88607 20.568 2.91607 21.4635 2.97907 22.1115C3.00157 22.4175 3.04357 22.7145 3.07357 22.92C3.09907 23.0835 3.11107 23.172 3.11107 23.172L3.15007 23.163C3.80257 26.211 6.50707 28.5 9.75007 28.5C13.4776 28.5 16.5001 25.4775 16.5001 21.75C16.5001 18.0225 13.4776 15 9.75007 15ZM26.2501 15C25.9156 15 25.5946 15.051 25.2751 15.0975C25.3786 14.7495 25.4851 14.3955 25.6561 14.0775C25.8271 13.6155 26.0941 13.215 26.3596 12.8115C26.5816 12.375 26.9731 12.0795 27.2611 11.706C27.5626 11.343 27.9736 11.1015 28.2991 10.8C28.6186 10.485 29.0371 10.3275 29.3701 10.1055C29.7181 9.90604 30.0211 9.68554 30.3451 9.58054C30.6571 9.45154 30.9301 9.34054 31.1536 9.24754C31.6066 9.06004 31.8646 8.95204 31.8646 8.95204L31.1371 6.04504C31.1371 6.04504 30.8101 6.12304 30.2416 6.26104C29.9551 6.33304 29.6056 6.41704 29.2081 6.51754C28.8016 6.59254 28.3681 6.79804 27.8851 6.98554C27.4096 7.20004 26.8561 7.34254 26.3431 7.68604C25.8271 8.01304 25.2316 8.28604 24.7066 8.72404C24.1981 9.17554 23.5846 9.56704 23.1316 10.14C22.6366 10.677 22.1476 11.241 21.7681 11.883C21.3286 12.495 21.0301 13.167 20.7151 13.8315C20.4301 14.496 20.2006 15.1755 20.0131 15.8355C19.6576 17.1585 19.4986 18.4155 19.4371 19.491C19.3861 20.568 19.4161 21.4635 19.4791 22.1115C19.5016 22.4175 19.5436 22.7145 19.5736 22.92C19.5991 23.0835 19.6111 23.172 19.6111 23.172L19.6501 23.163C20.3026 26.211 23.0071 28.5 26.2501 28.5C29.9776 28.5 33.0001 25.4775 33.0001 21.75C33.0001 18.0225 29.9776 15 26.2501 15Z' fill='%23DCF1FF'/%3E%3C/svg%3E%0A")
    center no-repeat;
}
.reviews_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.reviews_info:before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #eff3f6 center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.89583 7.3913H0.354167C0.158667 7.3913 0 7.55687 0 7.76087V16.6304C0 16.8344 0.158667 17 0.354167 17H3.89583C4.09133 17 4.25 16.8344 4.25 16.6304V7.76087C4.25 7.55687 4.09133 7.3913 3.89583 7.3913Z' fill='%23BDCBD4'/%3E%3Cpath d='M17 7.76087C17 6.74235 16.2053 5.91304 15.2292 5.91304H10.7702C10.9863 5.22639 11.3333 3.96765 11.3333 2.95652C11.3333 1.35335 10.0279 0 9.20833 0C8.47238 0 7.94679 0.431652 7.92413 0.45013C7.84054 0.521087 7.79167 0.626783 7.79167 0.73913V3.24478L5.75167 7.8577L5.15454 8.16887C5.03412 8.23243 4.95833 8.3603 4.95833 8.5V15.1522C4.95833 15.2505 4.99587 15.3443 5.06175 15.4138C5.59229 15.9667 6.78229 16.2609 7.4375 16.2609H13.9896C14.8686 16.2609 15.5833 15.5151 15.5833 14.5978C15.5833 14.3369 15.526 14.0856 15.4169 13.8587C15.9396 13.5837 16.2917 13.0213 16.2917 12.3804C16.2917 12.1195 16.2343 11.8682 16.1252 11.6413C16.648 11.3663 17 10.8039 17 10.163C17 9.71956 16.8307 9.30491 16.5396 8.99891C16.8335 8.66483 17 8.22726 17 7.76087Z' fill='%23BDCBD4'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  left: -63px;
}
.reviews_author {
  width: 100%;
  color: #0497fd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 9px;
}
.reviews_date {
  font-size: 12px;
  font-weight: 700;
  color: #0497fd;
  margin-right: 19px;
}
.reviews_rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.reviews_rating svg {
  margin-right: 1px;
}
@media screen and (max-width: 1180px) {
  .reviews_item {
    padding: 25px 25px 25px 75px;
  }
}
@media screen and (max-width: 750px) {
  .reviews .page_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 510px) {
  .reviews .page_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reviews .page_header .section_heading {
    margin-bottom: 20px;
  }
  .reviews_item {
    padding: 25px;
  }
  .reviews_text {
    padding-top: 40px;
  }
  .reviews_text:before {
    left: 0;
    top: 0;
  }
  .reviews_info {
    padding-left: 63px;
  }
  .reviews_info:before {
    left: 0;
  }
}
.media {
  padding-bottom: 70px;
  padding-top: 70px;
}
.media_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 40px;
}
.media_item {
  background: #fff;
  border-radius: 10px;
  padding: 31px;
  box-shadow: 0px 18px 35px rgba(136, 178, 222, 0.13);
}
.media_img {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}
.media_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: -webkit-linear-gradient(
    bottom,
    rgba(5, 55, 134, 0.27),
    rgba(5, 55, 134, 0.27)
  );
  background: linear-gradient(
    0deg,
    rgba(5, 55, 134, 0.27),
    rgba(5, 55, 134, 0.27)
  );
  pointer-events: none;
}
.media_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media_heading {
  color: #0497fd;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0px;
  max-width: 379px;
}
.media_heading a:hover {
  text-decoration: underline;
}
.media_desc {
  color: #060f38;
  font-size: 15px;
  line-height: 140%;
  max-width: 379px;
}
.play_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: none2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}
.play_btn * {
  pointer-events: none;
}
.play_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .media_wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 520px) {
  .media_item {
    padding: 10px;
  }
}

/*# sourceMappingURL=style.min.css.map */
