@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
  font-family: 'Android';
  src: url('../fonts/android.eot'); /* IE 9 Compatibility Mode */
  src: url('../fonts/android.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/android.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/android.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/android.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/android.svg#android') format('svg'); /* Chrome < 4, Legacy iOS */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}
a {
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

img1 {
  max-width: 100%;
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}


input,
button,
textarea,
select {
  font: inherit;
}


label {
  display: block;
  margin: 8px 0;
}

input[type="text"],
input[type="password"] {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  padding: 15px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: #333;
  opacity: 0.4;
}
input[type="text"]:focus,
input[type="password"]:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgba(26, 115, 232, .75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 115, 232, 0.25);
}

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 15px 0;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-color: #21ba72;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-field__icon {
  position: relative;
}

.text-field__icon::before {
      content: '';
      color: #bdbdbd;
      position: absolute;
      display: flex;
      align-items: center;
      top: 0;
      bottom: 0;
      left: 0.625rem;
      top: 50%;
      transform: translateY(-50%);
}

    .text-field__icon input {
      padding-left: 2rem;
    }

    .text-field__icon_email::before {
      content: '@';
    }



@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%!important;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}
.owl-prev { left: -45px!important; }
.owl-next { right: -45px!important; }
.owl-prev i, .owl-next i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 32px!important;
  height: 32px!important;
  background: rgba(0,0,0,.05);
  font-size: 23px!important;
  color: #ccc;
  border-radius: 50px;
  opacity: .5;
}
.owl-prev i:hover, .owl-next i:hover {
  opacity: 1;
}

body {
  min-width: 1400px;
  background: #fff;
  color: #333;
  font: 14px 'Roboto', sans-serif;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

.container {
  margin: auto;
  padding: 0 15px;
  @width: 100%;
  width: 1350px;
}

header .indent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header--info {
  font-size: 12px;
  color: #656565;
  height: 48px;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.header--info__height {
  height: 48px;
}

.header--info__height > .logo {}

.header--info__height > .logo a img {
  width: auto;
  height: 18px;
}

.header--info__height > .lang {
  position: relative;
  margin: 0 25px;
  padding: 8px;
  width: 75px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.header--info__height > .lang .lang--icon {
  width: 25px;
}

.header--info__height > .lang .lang--icon img {
    width: 100%;
    border-radius: 3px;
}

.header--info__height > .lang .lang--name {
  padding: 0 7px;
}

.header--info__height > .lang .lang--arrow {
  font-size: 10px;
}

.header--info__height > .lang .lang--list {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  min-width: 120px;
  left: 0;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
  border-radius: 15px;
  z-index: 1;
  text-align: left;
}
.header--info__height > .lang .lang--list:after {
    bottom: 100%;
    left: 80%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 250, 242, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.header--info__height > .lang .lang--list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
    margin: 0;
    padding: 10px 0!important;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #d0d0d0;
}
.header--info__height > .lang .lang--list a img {
    display: block;
    width: 20px;
    margin-right: 7px;
    border-radius: 3px;
}
.header--info__height > .lang .lang--list a span {
    display: block;
    width: 85%;
    text-align: left;
}


.header--info__height > .phone,
.header--info__height > .email {
  padding: 15px;
}

.header--info__height > .phone i,
.header--info__height > .email i {
  padding-right: 5px;
}

.header--info__height > .menu {}

.header--info__height > .menu a {
  display: inline-block;
  padding: 8px;
  color: #656565;
}

.header--info__height > .menu a:last-child {
  padding-right: 0;
}

.header--info__height > .menu a:hover {}

.header--menu {
  height: 48px;
  border-bottom: 1px solid rgba(0,0,0,.01);
}

.header--menu__height {
  height: 48px;
}

.header--info__height,
.header--menu__height {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--menu__height > .header--menu__main {}

.header--menu__height > .header--menu__main ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header--menu__height > .header--menu__main ul li {
  display: inline-block;
}

.header--menu__height > .header--menu__main ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  color: #333;
}

.header--menu__height > .header--menu__main ul li a:first-child {
  padding-left: 0;
}

.header--menu__height > .header--menu__main ul li a i {
  padding-left: 10px;
  font-size: 8px;
}

.header--menu__height > .header--menu__main ul li.dropdown {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.header--menu__height > .header--menu__main ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -3%;
    z-index: 10;
    display: none;
    float: left;
    min-width: 13rem;
    padding: 0rem 0;
    margin: 0;
    font-size: 1rem;
    color: #6e6b7b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(34,41,47,.05);
    border-radius: 3px;
    z-index: 999;
}

.header--menu__height > .header--menu__main ul li.dropdown .dropdown-menu:last-child {
  border-bottom: none;
}

.header--menu__height > .header--menu__main ul li.dropdown:hover .dropdown-menu {
    display: block;
    z-index: 999;
}

.header--menu__height > .header--menu__main ul li.dropdown .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 0.8rem 1.28rem;
  @margin-bottom: 3px;
  clear: both;
  font-weight: 400;
  color: #6e6b7b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0,0,0,.05)
}

.header--menu__height > .header--menu__main ul li.dropdown .dropdown-menu a i {
  padding: 0;
  margin: 0;
  padding-right: 12px;
  font-size: 14px;
}

.header--menu__height > .header--menu__main ul li.dropdown .dropdown-menu a:hover {
  background: #f9f9f9;
}

.header--menu__height > .header--menu__main ul li a:hover {}

.header--menu__height > .header--menu__sign {}

.header--menu__height > .header--menu__sign a {
  padding: 12px 15px;
  font-weight: 500;
  color: #1a73e8;
}

.header--menu__height > .header--menu__sign a:last-child {
  padding-right: 0;
}

.header--menu__height > .header--menu__sign a i {
  padding-left: 10px;
}

.header--menu__height > .header--menu__sign a:hover {}


.home--slider {
  background: #f8fbfe url(../img/slider-bg.png);
  background-size: cover;
  height: 670px;
  overflow: hidden;
}

.home--slider__text {
  padding: 70px 0;
  padding-right: 150px;
  width: 60%;
}

.home--slider__title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.home--slider__retitle {
  margin: 0 0 45px;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
}

.home--slider__text p {  
    margin: 0 0 50px;
    padding-left: 3px;
    font-size: 16px;
}

.home--slider__stat {
  padding-top: 50px;
}

.slider__stat-item {
  margin-right: 20px;
  padding: 6px;
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px solid rgba(0,0,0,.1);
}

.slider__stat-item:last-child {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  border-right: none;
  width: 290px;
}

.slider__stat-item span {
  display: block;
  font-size: 35px;
  font-weight: bold;
  opacity: .85;
}

.slider__stat-item p {
  padding: 0;
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
  opacity: .6;
}

.home--slider__image {
  position: relative;
  padding-top: 30px;
  width: 40%;
  @display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.home--slider__image img {
  z-index: 3;
}

.header-scene__c {
    position: absolute;
    top:5%;
    right: 50%;
    height: 650px;
    z-index: 0;
}
.header-scene__c-item {
    position: absolute;
    top: 50%;
    left: 150%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: headerCircle 8s infinite linear;
    -moz-animation: headerCircle 8s infinite linear;
    animation: headerCircle 8s infinite linear;
}
.header-scene__c-item:nth-child(2) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}
.header-scene__c-item:nth-child(3) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
}
.header-scene__c-item:nth-child(4) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}


.slider--alert__left {
  position: absolute;
  top: 100px;
  left: -100px;
  z-index: 9;
}

.slider--alert__right {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  bottom: 60px;
  right: 0px;
  z-index: 9;
}

.slider--alert__profit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 17px;
    width: 245px;
    height: 95px;
    background: rgba(26, 115, 232, .3);
    color: #f5f5f5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

.slider--alert__curr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 17px;
    width: 178px;
    height: 53px;
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    white-space: nowrap;
}

.slider--alert__curr .alert--curr__icon img {
  width: 25px;
}
.slider--alert__curr .alert--curr__text {
  padding-left: 15px;
  width: 80%;
  text-transform: uppercase;
  font-weight: 500;
}


.slider--alert__icon {
  position: relative;
  padding: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  height: 52px;
  width: 52px;
}

.slider--alert__icon img {
  width: 30px;
}

.slider--alert__text {
  padding-left: 15px;
  width: 80%;
}

.slider--alert__text p {
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
}

.slider--alert__text span {
  font-size: 19px;
  font-weight: 500;
}

.slider--alert__right .slider--alert__curr {
  margin-left: 60px;
  background: rgba(243, 156, 18,.3);
}


.about {
  padding: 120px 0;
}

.section {
  padding: 70px 0;
}

.section-left,
.section-right {
  width: 50%;
}

.section-left {
  padding-right: 50px;
}

.section-right {
  padding-left: 50px;
}

.section .image {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 470px;
  border-radius: 10px;
}

.section .image:after {
    position: absolute;
    content: '';
    width: 220px;
    height: 220px;
    right: -46px;
    bottom: -46px;
    background: url(../img/bg-dots.svg) 0 0/cover;
    z-index: -1;
}

.about .image { background: rgba(130, 204, 221,.15); }
.invest .image { background: rgba(120, 224, 143,.15); }
.leader .image { background: rgba(229, 142, 38,.15); }

.section .image img {
  display: block;
  margin: auto;
  width: 60%;
  border-radius: 10px;
}


.check--company {
  position: absolute;
  padding: 12px 0;
  right: 50px;
  bottom: 30px;
  width: 200px;
  height: auto;
  background: #333;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.check--company img {
  margin: auto;
  padding-bottom: 20px;
  display: block;
  width: 100%;
}
.check--company span {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.1);
}
.check--company span i {
  padding-left: 10px;
}

.section .section-title {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 37px;
}

.section .section-text {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.6;
}

.section .section-list {
  margin-bottom: 30px;
}

.section .section-list p {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 0 30px;
  font-size: 17px;
  font-weight: 300;
}

.section .section-list p::before {
    content: '';
    position: absolute;
    left: 4px;
    top: -1px;
    width: 8px;
    height: 17px;
    border-right: 2px solid #19bb4f;
    border-bottom: 2px solid #19bb4f;
    background: none;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section .section-list p i {
  padding-right: 10px;
  color: #21ba72;
}

.section-icon {
  position: absolute;
  top: 30px;
  left: 60px;
}

.section-icon img {
  width: 140px!important;
}

.offer {
  margin-top: 120px;
  border-radius: 10px;
}

.offer .offer--item {
  width: 33.3%;
  min-height: 300px;
}

.offer .offer--item__block {
  background: #333;
  border-radius: 10px;
}

.section-offer {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 20px;
  padding-left: 50px;
  background: #ffeaa7;
  border-radius: 10px;
  box-shadow: 10px 10px #f7f7f7;
}

.section-offer__item {
  position: relative;
}

.section-offer__icon {
  position: absolute;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 0;
  transform:translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #fff;
  color: #19bb4f;
  font-size: 25px;
  border-radius: 60px;
}

.section-offer__item:nth-child(3) {
  text-align: right;
}

.section-offer__item:nth-child(2) i {
  padding-right: 10px;
  font-size: 20px;
}

.section-offer__item-percent {
  line-height: .9;
  font-size: 43px;
  font-weight: 500;
  color: #19bb4f;
  white-space: nowrap;
  letter-spacing: -.02em;
  margin-bottom: 12px;
}

.section-offer__item-percent small {
  font-size: 24px;
}

.section-offer__item-days {
  display: block;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: -.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
.section-offer__item-days i {
  padding-right: 10px;
  font-size: 22px;
}

.section-offer__item p {
  padding-bottom: 5px;
  font-size: 15px;
}

.section-offer__item p b {
  font-weight: 500;
}



.invest,
.leader {}

.invest--text,
.leader--text {
  padding-right: 100px;
  width: 40%;
}

.invest--content,
.leader--content {
  width: 60%;
}

.invest--offer {
  width: 100%;
  height: 450px;
  background: rgba(120, 224, 143,.15) url(../img/office/office_05.jpg);
  background-size: cover;
  color: #333;
  border-radius: 15px;
}

.invest--offer__plan {
  margin: 70px auto;
  padding: 50px;
  max-width: 320px;
  text-align: center;
  background: rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}


.invest--plan__title {
  padding: 5px 0;
  font-size: 65px;
  font-weight: 600;
  line-height: 52px;
  color: #333;
}

.invest--plan__retitle {
  padding: 0;
  font-size: 20px;
  line-height: 32px;
}

.invest--plan__text {
  margin-top: 40px;
}
.invest--plan__text p {
  margin-bottom: 25px;
  font-weight: 300;
}
.invest--plan__text p span {
  display: block;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.invest--plan__label {}


.invest--box {
  position: relative;
  display: block;
  margin: auto;
  padding: 40px 45px 38px;
  width: 550px;
  @height: 400px;
  background: rgba(255,255,255,.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
  box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
}

.invest--box small {
    color: #333;
    display: block;
    line-height: 1;
    margin-bottom: 7px;
    @padding-left: 5px;
    font-size: 13px;
    opacity: .5;
}

.invest--box__top b {
    color: #c99c3b;
    font-size: 84px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: .85;
    font-weight: 600;
}

.box--top__percent {
  width: 50%;
}

.box--top__info {
  width: 50%;
}

.invest--box__top ul {
  padding-top: 10px;
}

.invest--box__top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invest--box__top ul li i {
  margin-right: 13px;
  vertical-align: middle;
  font-size: 19px;
  color: #c99c3b;
}

.invest--box__top ul li p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    opacity: .5;
    margin: 0;
}

.invest--box__middle {
  padding-top: 20px;
  padding-right: 70px;
}

.invest--box__middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invest--box__middle ul li {
    padding-right: 10px;
    width: 50%;
}

.invest--box__middle ul li:first-child {
    width: 30%;
}

.invest--box__middle ul li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 23px;
    font-size: 19px;
    color: #c99c3b;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.invest--box__middle ul li i abbr {
    background: #f1f1f1;
    height: 1px;
    position: relative;
    width: 100%;
}

.invest--box__bottom {
  padding-top: 20px;
}


.leader--item {
  display: block;
  margin-top: 12px;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 100%;
  background-position: top right;
  background-size: cover;
  border: 1px solid #f1f1f1;
  padding: 30px 0px;
  padding-bottom: 5px;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 40px -7px rgb(151 168 184 / 22%);
    box-shadow: 0 10px 40px -7px rgb(151 168 184 / 22%);
}

.leader--item img {
    margin: auto;
    margin-bottom: 30px;
    width: 20%!important;
}

.leader--item-icon {
  position: relative;
  @padding-bottom: 20px;
  font-size: 60px;
  font-weight: 900;
  color: #c99c3b;
}
.leader--item-icon span {
  position: relative;
  display: block;
  margin: auto;
  padding-top: 10px;
  text-align: center;
  background: url(../img/rang.svg) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  z-index: 2;
}
.leader--item-ico1n:before {
  position: absolute;
  top: 55%;
  right: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,.1);
}

.leader--item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 23px;
    text-transform: uppercase;
    color: #c99c3b;
}
.leader--item-price {
    border: 1px solid #c5cdd7;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #8994a3;
    padding: 7px 14px;
}
.leader--item ul {
    text-align: left;
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 0 14px;
}
.leader--item ul li {
    position: relative;
    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%;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #07132e;
    margin-bottom: 12px;
}
.leader--item ul li span {
    font-weight: 500!important;
    font-size: 16px;
    line-height: 16px;
}
.leader--item ul li:before {
  position: absolute;
  content: " ";
  width: 30%;
  height: 1px;
  background: rgba(0,0,0,.1);
  top: 50%;
  left: 60%;
  transform:translate(-50%, -50%);
}
.leader--item span.line {
    display: block;
    margin: 20px 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}
.leader--item span.line:last-child {
  padding-top: 20px;
  border-top: 2px dotted #f1f1f1;
  color: #1a73e8;
}
.leader--item span.line:nth-child(5) {
  font-size: 14px;
}
.leader--item span.line small {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  opacity: .5;
}
.leader--item p {
    margin-top: 15px;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    opacity: .5;
    border-top: 1px solid rgba(0,0,0,.1);
}
.leader--rang {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 25px;
  background: rgba(241, 196, 15,.3);
  border-radius: 15px;
  line-height: 1.5;
}
.leader--rang i {
  font-size: 30px;
  padding-right: 20px;
}

.payments {
  padding: 90px 50px;
  padding-bottom: 0;
  background: rgba(130, 204, 221,.15);
  border-radius: 10px;
}

.payments .owl-prev, .payments .owl-next {
  top: 30%!important;
}

.payments--list {
  position: relative;
  display: block;
}

.payments .section-title {
  text-align: center;
}

.payments .section-text {
  margin-bottom: 50px;
  text-align: center;
}

.payments .payment-item {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
    box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
    border: solid 1px rgba(0,0,0,0.04);
}

.payments .payment-item div img {
  margin: auto;
  width: 45px!important;
}

.payments .payment-item div p {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}


.statistics {
  background: #f8fbfe;
}

.stats {
  display: flex;
  justify-content: space-between;
}

.stats .stat-item {
  width: 31%;
}

.stat-title {
  margin: 6px 0;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
}

.stat-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    min-height: 62px;
    padding-right: 70px;
    position: relative;
    margin-bottom: 11px;
    border-radius: 10px;
    @border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
    box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
    border: solid 1px rgba(0,0,0,0.04);
}

.stat-line-login,
.stat-line-amount {
  position: relative;
  max-width: 50%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.stat-line-login span,
.stat-line-amount span {
  font-weight: 500;
  font-size: 14px;
}

.stat-line-login p,
.stat-line-amount p {
  font-weight: 300;
  font-size: 11px;
  color: #333;
}

.stat-list:after {
    position: absolute;
    top: 50%;
    left: -moz-calc(50% - 35px);
    left: calc(50% - 25px);
    content: '\f101';
    font-family: 'Font awesome 5 Free';
    font-weight: bold;
    font-size: 15px;
    color: #1a73e8;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stat-line-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(120, 224, 143,.15);
  width: 69px;
  border-left: 1px solid rgba(0, 0, 0, 0.01);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}


.news a {
  font-size: 18px;
  color: #08a652;
  text-decoration: none;
}
.news a i {
  padding-left: 10px;
}
.news-item {
  margin-bottom: 20px;
  width: 32%;
}
.news-img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 230px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 15px;
}
.news-img img {
  position: absolute;
  width: 110%;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.news .list__date {
  font-size: 14px;
    line-height: 20px;
    color: #878b90;
}
.news .list__title {
    font-size: 17px;
    line-height: 26px;
    color: #2c3136;
    margin-top: 10px;
    text-decoration: none;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}
.news .list__title:hover {
  color: #878b90;
}

.article-wrap {
  margin: auto;
  width: 960px!important;
}

.articles a {
    display: flex;
    margin: 60px 0 0;
    text-decoration: none;
    color: #333;
}
.articles a .blog--image {
  position: relative;
  margin-right: 30px;
  width: 420px;
  height: 223px;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 15px;
  overflow: hidden;
}
.articles a .blog--image img {
  position: absolute;
  width: 120%;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.articles a .blog--text {
  width: 70%;
}
.articles a .blog--text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.articles a .date {
    font-size: 17px;
    line-height: 25px;
    color: #999;
    display: block;
}
.articles a .views,
.article .views  {
    margin-left: 12px;
    padding: 7px 12px;
    font-size: 13px;
    color: #999;
    background: #f9f9f9;
    border-radius: 15px;
}
.articles a .views i,
.article .views i {
    padding-right: 8px;
}
.articles a .title {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 0;
    color: #262626;
    display: block;
}
.articles a:first-child {
    margin-top: 0;
}
.article {
}
.article .blog--images {
  margin-bottom: 40px;
  width: 100%;
  height: 350px;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 15px;
  overflow: hidden;
}
.article .blog--images img {
  width: 100%;
}
.article .title {
    font-size: 36px;
    line-height: 40px;
    margin: 20px 0 20px;
}
.article .date {
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    color: #999;
}
.article .share a {
    display: inline-block;
    padding: 0 5px;
    font-size: 20px;
}
.article .body {
    margin: 30px 0 20px;
    font-size: 21px;
    line-height: 30px;
    overflow-x: inherit;
}



.about {}

.about--photo {
  margin-bottom: 30px;
}

.about--photo a {
  display: block;
  margin-bottom: 30px;
  width: 30%;
  height: auto;
}
.about--photo a:nth-child(4),
.about--photo a:nth-child(5) {
  width: 47%;
}
.about--photo a img {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
  box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
}

.about--certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about--certificate:before {
  background: url(../img/certificate.png) 50% no-repeat;
  background-size: 200px;
  height: 312px;
  left: 14px;
  opacity: .25;
  top: 40px;
  width: 312px;
  z-index: 1;
}
.about--certificate a.img {
    -ms-flex-negative: 0;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
    box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 240px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    width: 170px;
    z-index: 10;
}
.about--certificate a.img img {
    height: 200%;
    margin: -30px 0 0 -55px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.about--certificate a.img:hover img {
    height: 100%;
    margin: 0 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.about--certificate__text p {
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #333;
}
.about--certificate__location {
    display: flex;
    line-height: 1.1;
    margin-bottom: 20px;
}
.about--location__icon i {
    color: #1a73e8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 26px;
    margin-right: 12px;
}
.about--location__text small {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    opacity: .5;
}
.about--location__text b {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.about--certificate__btn {
  padding-top: 20px;
  padding-left: 30px;
}
.about--certificate__btn .border i {
  padding: 0;
}

.promo__video-play {
    position: absolute;
    padding: 20px 0;
    width: 60px;
    height: 60px;
    font-size: 17px;
    text-align: center;
    background: rgb(26, 115, 232);
    color: #fff;
    box-shadow: 0 2px 4px rgb(26, 115, 232 / 2%), 0 0 15px rgb(26, 115, 232 / 6%);
    border-radius: 100px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    animation: radial-pulse 1s infinite;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(26, 115, 232, 1);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
.features {
  margin-bottom: 50px;
}
.features--item {
    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;
    width: 22%;
    height: 280px;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 10px 40px -7px rgb(151 168 184 / 22%);
    box-shadow: 0 10px 40px -7px rgb(151 168 184 / 22%);
    border-radius: 32px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
.features--item:nth-child(2n) {
  margin-top: 120px;
  background: none;
  box-shadow: none;
  border-color: #f1f1f1;
}
.features--item img {
    position: absolute;
    top: -34px;
    right: 24px;
    -webkit-animation: imgMove 2s infinite linear;
    animation: imgMove 2s infinite linear;
    height: 50%;
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}
.features--item:nth-child(1) img {
  -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.features--item:nth-child(2) img {
  -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.features--item:nth-child(3) img {
  -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.features--item:nth-child(4) img {
  -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.features--item .number {
    font-size: 3em;
    font-weight: 900;
    color: #323031;
    margin-bottom: 16px;
}
.features--item p {
  font-size: 15px;
  line-height: 1.6;
}
@keyframes imgMove {
    0% {
        margin-top:0px;
    }
    50% {
        margin-top: 20px;
    }
    100% {
        margin-top: 0px;
    }
}


.roadmap-slider {
    position: relative;
    display: flex;
    height: auto;
    background: #fff;
}
.roadmap-info {
    padding-left: 40px;
    width: 25%;
}
.roadmap-item {
    height: auto;
}
.roadmap-item .roadmap-item-head {
    text-align: center;
    font-size: 18px;
    color: #696969;
    font-weight: 600;
    position: relative;
}
.roadmap-item {
    display: block;
    padding: 50px 0;
}
.roadmap-item .roadmap-item-line {
    background: #f7f7f7;
    width: 150%;
    z-index: 2;
    height: 3px;
    position: absolute;
    left: -45%;
    top: calc(86% - 1.5px);
}
.roadmap-item .roadmap-item-dot {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #1a73e8;
    border-radius: 50%;
    margin: 0px auto;
}

.roadmap-item .roadmap-item-date {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}

.roadmap-item .roadmap-item-list {
    list-style-type: none;
    margin: 20px 20px;
}
.roadmap-item .roadmap-item-list li {
    font-weight: 300;
    font-size: 14px;
    color: #7d7b7b;
    text-align: center;
    line-height: 24px;
    margin-bottom: 12px;
}
.roadmap-item .roadmap-item-list li i {
    padding-right: 10px;
    font-size: 12px;
    color: #1a73e8;
}

.calc--profit {
  margin-top: 30px;
  padding: 30px;
}
.calc--profit__left {
  padding-right: 15px;
  width: 45%;
}
.calc--profit__left b {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
.calc--profit__right {
  padding-left: 15px;
  width: 55%;
}
.calc--profit__right label {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}
.calc--profit__right small {
  margin-top: 10px;
  opacity: .6;
}
.calc--line {
  width: 50%;
  margin-bottom: 15px;
}
.calc--line__icon i {
  padding-right: 15px;
  font-size: 25px;
  color: #c99c3b;
}
.calc--line__text span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  opacity: .5;
}
.calc--line__text p {
  font-size: 16px;
  font-weight: 500;
}


.doc--left {
  width: 40%;
}
.doc--right {
  padding-left: 60px;
  width: 60%;
}

.contact--item {
  width: 33%;
}
.contact--item div {
  width: 85%;
}
.contact--item i {
  font-size: 30px;
  padding-right: 15px;
  color: #1a73e8;
}
.contact--item span {
  font-size: 12px;
  font-weight: 300;
  opacity: .5;
}
.contact--item p {
  padding-top: 3px;
  font-size: 16px;
  font-weight: 500;
}

.contact--faq {
  margin: 40px 0;
  padding: 20px;
  background: #f8fbfe;
  background-size: 100%;
  border: 1px solid rgba(0,0,0,.03);
  border-radius: 15px;
}
.contact--faq b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact--faq p {
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: .7;
}

.doc--pdfs {
  margin-top: 30px;
}

.doc--pdf {
  display: flex;
  padding: 30px 0;
  width: 48%;
  color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doc--pdf i {
  padding-right: 15px;
  font-size: 30px;
  color: #1a73e8;
}
.doc--pdf span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}

.leaders-items__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -30px;
}
.leaders-items__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(33.33% - 40px);
    margin-bottom: 60px;
    margin-top: 0px;
}

.team-left {
  padding-right: 60px;
  width: 40%;
}

.team-right {
  width: 60%;
}

.leader-item {
    text-align: center;
}
.leader-item__image {
    margin-bottom: 30px;
    position: relative;
    @overflow: hidden;
}
.leader-item__image:after {
    content: "";
    width: 100%;
    height: 230px;
    display: block;
    background: rgba(0,0,0,.05);
    -webkit-box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
    box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
    border-radius: 15px;
}
.leaders-items__col:nth-child(2n) .leader-item__image:after {
    background: rgba(26, 115, 232, .35);
}
.leader-item__image img {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.leader-item__title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.leader-item__subtitle {
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
}


.btc--icon {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 150px;
  height: 150px;
  background: url(../img/bitcoin.webp);
  background-size: 100%;
  z-index: 9;
}
.btc--icon:before {
  position: absolute;
  content: " ";
  right: -20px;
  bottom: -20px;
  width: 190px;
  height: 190px;
  background: url(../img/round.svg);
  background-size: 100%;
  -webkit-animation: rotate 20s linear 0s infinite normal;
  animation: rotate 20s linear 0s infinite normal;
}

@-webkit-keyframes rotate {
from {
    -webkit-transform: rotate(0deg);
    }
to {
    -webkit-transform: rotate(359deg);
}
}

.exch {
  margin-bottom: 30px;
}
.exch--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  width: 33.33%;
  height: 90px;
  border: 1px solid transparent;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  transition: all .3s ease-in-out; 
}
.exch--item img {
  display: block;
  margin: auto;
  height: 25px;
}
.exch--item:nth-child(3n) {
  border-right: 1px solid transparent;
}

.exch--item:nth-child(7),
.exch--item:nth-child(8),
.exch--item:nth-child(9) {
  border-bottom: 1px solid transparent;
}
.exch--item:nth-child(3) img {
  height: 30px;
}
.exch--item:nth-child(4) img {
  height: 20px;
}
.exch--item:nth-child(6) img {
  height: 20px;
}
.exch--item:nth-child(7) img {
  height: 30px;
}
.exch--item:nth-child(8) img {
  height: 23px;
}
.exch--item:nth-child(9) img {
  height: 20px;
}
.exch--item:nth-child(9) img {
  height: 20px;
}
.exch--item:hover {
  transform: scale(1.2);
  background: #fff;
  border: 1px solid #cee5ed;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
  box-shadow: 0 10px 58px -20px rgb(8 134 178 / 35%);
}

.accordion-item {
    border: 1px solid #ddd!important;
    margin: 0 0 10px 0!important;    
}
.ui-accordion-header {
    padding: 15px 10px!important;
    cursor: pointer!important;
    outline: none!important;
    font-size: 18px!important;
    background: none!important;
    border: none!important;
}
.ui-accordion-content {
    padding: 15px!important;
    @padding-bottom: 30px!important;
    font-size: 15px!important;
    line-height: 2!important;
    border: none!important;
    opacity: .8!important;
    border-bottom: 1px solid rgba(0,0,0,.02)!important;
}
.ui-accordion-header-icon {
    content: '';
    display: inline-block!important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTS05LTloMzJ2MzJILTl6Ii8+CiAgICAgICAgPGcgZmlsbD0iIzJDMzEzNiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTcuNzUgMTNWMWEuNzUuNzUgMCAwIDAtMS41IDB2MTJhLjc1Ljc1IDAgMSAwIDEuNSAweiIvPgogICAgICAgICAgICA8cGF0aCBkPSJNMSA3Ljc1aDEyYS43NS43NSAwIDEgMCAwLTEuNUgxYS43NS43NSAwIDAgMCAwIDEuNXoiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) 50% 50% no-repeat!important;
    width: 20px!important;
    height: 13px!important;
    margin-right: 10px!important;
    vertical-align: middle!important;
}
.ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTQgMiI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0tOS0xNWgzMnYzMkgtOXoiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjMkMzMTM2IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xIDEuNzVoMTJhLjc1Ljc1IDAgMSAwIDAtMS41SDFhLjc1Ljc1IDAgMCAwIDAgMS41eiIvPgogICAgPC9nPgo8L3N2Zz4K)!important;
}
.ui-state-active {
    color: #333!important;
}



.db--head {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 27px;
  border-bottom: 1px solid #f1f1f1;
}
.db--head .indent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.db--head__user {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.db--head__sett {}
.db--head__acti {
  text-align: right;
}

.db--head__avat {
  margin-right: 15px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #fff;
  color: #1a73e8;
  font-size: 28px;
  text-align: center;
  vertical-align: middle;
  border-radius: 15px;
  border: 1px solid #1a73e8;
}
.db--head__text {
  text-align: left;
}
.db--head__text small {
  font-size: 12px;
  opacity: .5;
}

.db--head__acti .btn {
  padding: 13.5px 17px;
}

.safe--line {
  margin-left: 30px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 10px;
}
.safe--line i {
  font-size: 30px;
  padding-right: 15px;
}
.safe--line p {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 300;
}
.safe--line span {
  font-size: 14px;
  font-weight: 500;
}
.safe--line span i {
  font-size: 14px;
  padding-right: 4px;
}


.confirm--text {
  display: block;
  margin-bottom: 35px;   
  width: 66%;    
}
.confirm--code div {
  width: 33%;
}
.confirm--code div:nth-child(2) {
  padding: 0 20px;
}
.confirm--code div button {
  margin: 0;
  width: 100%;
  text-align: center;
}


.db {
  padding: 50px 0;
  background: rgba(0,0,0,.01);
}

.db--menu {
  width: 200px;
}

.db--balance {
  padding: 0 15px;
  width: 270px;
  border-left: 1px solid rgba(0,0,0,.05);
  border-right: 1px solid rgba(0,0,0,.05);
}
.db--balance small.crypto {
  display: block;
  margin-top: 30px;
}

.db--content {
  padding: 0 15px;
  padding-right: 0;
  width: 850px;
}

.db .title {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
}

.db--menu a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  @padding-left: 12px;
  font-size: 16px;
  color: #333;
  background: none;
  transition: background 0.5s ease;
  border-bottom: 1px solid #f5f5f5;
}
.db--menu a i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0,0,0,.1);
  color: rgba(0,0,0,.1);
  margin-right: 10px;
  border-radius: 10px;
  transition: .5s;
}
.db--menu a:hover {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.05) 100%);
}
.db--menu a:hover i {
  border-color: #1a73e8; 
  color: #1a73e8;
}


.pages {
    display: inline-block;
    margin: 20px 0;
    margin-right: 5px;
    padding: 4px 7px;
    background: #f4f4f4;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}
.p_active {
    background-color: #1a73e8;
    color: #fff;
}
.pay__info {
    display: block;
    margin-bottom: 50px;
    padding: 20px 60px;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 15px;
    text-align: center;
}
.pay__info img {
    margin: auto;
    margin-bottom: 20px;
}
.pay__info p {
    margin-bottom: 20px;
    font-size: 16px;
}
.pay__info-left {
    width: 93%;
}
.pay__info-left input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pay__info-right {
    width: 7%;
}
.pay__info-right button {
  margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pay__info-right button i {
  padding-left: 0;
}

.db--balance__line {
  margin: auto;
  margin-bottom: 40px;
  width: 60%;
  height: 1px;
  background: rgba(0,0,0,.1);
}

.db__main__box {
  position: relative;
    @margin: 10px 0;
    margin-bottom: 30px;
    padding: 15px;
    padding-top: 40px;
    width: 30%;
    height: 130px;
    background: #fff;
    background-position: center;
    -webkit-box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
    box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
    border: solid 1px rgba(0,0,0,0.04);    
    border-radius: 15px;
    overflow: hidden;
}
.db__main__box:nth-child(1),
.db__main__box:nth-child(2)
.db__main__box:nth-child(3) {
    width: 30%;
}
.db__main__box1:nth-child(7),
.db__main__box1:nth-child(8) {
    width: 100%;
}
.db__main__box i {
  position: absolute;
    font-size: 105px;
    bottom: 12px;
    right: 12px;
    opacity: .05;
}
.db__main__box p {
    margin-bottom: 5px;
    font-size: 12px;
    opacity: .5;
}
.db__main__box h3 {
    font-size: 24px;
    font-weight: 900;
}

.psys__list {
  margin-bottom: 20px;
  display: flex; 
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.psys {
  display: block;
  text-align: center;
  width: 11.3%;
  margin-right: 10px;
  margin-bottom: 0px;
}
.psys input[type=radio] {
  display: none;
}

.psys label {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 94px;
  padding: 15px 0;
  background: #fff;
  color: #2B404C;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  position: relative;
  transition: all .2s;
}
.psys label img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 40px;
}
 
.psys input[type=radio]:checked + label {
  border-color: rgba(26, 115, 232, .75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 115, 232, 0.25);
}

.psys label:hover {
  border-color: rgba(26, 115, 232, .75);
}


.alert {
    display: flex; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    margin: 20px 0;
    padding: 12px;
    text-align: left;
    font-size: 15px;
    border-radius: 15px;
}
.alert .message {
    width: 95%;
    color: #fff;
}
.alert .close {
    width: 5%;
    font-size: 18px;
    color: #fff;
}
.success {
    background: #00b894;
}
.wrong {
    background: #fdcb6e;
}


.oicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 5px;
    margin-right: 10px;
    width: 33px;
    height: 33px;
    font-size: 18px;
    border-radius: 10px;
}
.oicon.pay {
    background: rgba(39, 174, 96,.35);
    color: #fff;
}
.oicon.open {
    background: rgba(46, 204, 113,.35);
    color: #fff;
} 
.oicon.sell {
    background: rgba(211, 84, 0,.35);
    color: #fff;
} 
.oicon.accrual {
    background: rgba(22, 160, 133,.35);
    color: #fff;
} 
.oicon.transfer {
    background: rgba(241, 196, 15,.35);
    color: #fff;
} 
.oicon.reward {
    background: rgba(41, 128, 185,.35);
    color: #fff;
}  
.oicon.cbuy {
    background: rgba(26, 188, 156,.35);
    color: #fff;
} 
.oicon.csell {
    background: rgba(192, 57, 43,.35);
    color: #fff;
}
.oicon.bonus {
    background: rgba(229, 142, 38,.35);
    color: #fff;
}

.oicon.pay:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f067";
   display: inline-block;
   font-weight: 900;
}
.oicon.open:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f0b1";
   display: inline-block;
   font-weight: 900;
} 
.oicon.sell:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f65d";
   display: inline-block;
   font-weight: 900;
} 
.oicon.accrual:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f4b9";
   display: inline-block;
   font-weight: 900;
} 
.oicon.transfer:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f068";
   display: inline-block;
   font-weight: 900;
} 
.oicon.reward:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f2b5";
   display: inline-block;
   font-weight: 900;
}  
.oicon.cbuy:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f51e";
   display: inline-block;
   font-weight: 900;
} 
.oicon.csell:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f51e";
   display: inline-block;
   font-weight: 900;
}
.oicon.bonus:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f06b";
   display: inline-block;
   font-weight: 900;
}

.ostatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 5px;
    margin-left: 10px;
    width: 28px;
    height: 28px;
    font-size: 15px;
    border-radius: 50px;
}
.ostatus.success {
    background: #27ae60;
    color: #fff;
}
.ostatus.pending {
    background: #f1c40f;
    color: #fff;
}
.ostatus.canceled {
    background: #c0392b;
    color: #fff;
}
.ostatus.success:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f00c";
   display: inline-block;
   font-weight: 900;
}
.ostatus.pending:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f1da";
   display: inline-block;
   font-weight: 900;
}
.ostatus.canceled:before {
   margin: auto;
   font-family: "Font Awesome 5 Free";
   content: "\f00d";
   display: inline-block;
   font-weight: 900;
}

.oper_list {
        display: block;
        clear: both;
    }
    .oper {
      margin-bottom: 25px;
        padding: 15px;
        background: #fff;
        background-position: center;
        -webkit-box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
        box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
        border: solid 1px rgba(0,0,0,0.04);
        border-radius: 15px;
    }

    .oper .type {
        @width: 190px;
        font-weight: 400;
        text-align: left;
    }
    .oper .type small {
      font-weight: 300;
      font-size: 11px;
      opacity: .5;
    }
    .oper .txid {
      width: 40%;
    }
    .oper .amount {
        @width: 110px;
        font-weight: 500;
        font-size: 16px;
    }
    .oper .date {
        @width: 100px;
        font-size: 12px;
    }
    .oper .ostatus span {
      padding: 6px 12px;
      background: #f5f5f5;
      border-radius: 15px;
    }
    .oper .show-more {
        width: 60px;
        font-size: 20px;
        text-align: right;
        color: #1a73e8;
    }

    .oper .extra {
        margin: 12px 0;
        padding: 15px;
        background: rgba(0,0,0,.01);
        border: 1px solid #f9f9f9;
        border-radius: 15px;
    }
    .oper .e_box {
        padding: 8px 0;
    }
    .oper .e_box p {}
    .oper .e_box span {
        display: block;
        padding: 3px 0;
        font-weight: 500;
    }

    .aff_link {
      margin-bottom: 35px;
    }

    .aff_link_left {
        margin-right: 20px;
        width: 32%;
    }

    .aff_link_left .db__main__box {
      margin: 0;
      width: 100%;
    }
    .aff_link_right {
      padding-top: 12px;
        width: 68%;
    }
    .aff_link_right .btn {
        margin-top: -10px;
        margin-left: 20px;
        @width: 60px!important;
        text-align: center;
    }
     .aff_link_right .btn i {
      padding: 0;
      margin: 0;
     }
    .aff_link_stat {
        @margin: auto;
        margin-top: -15px;
        @margin-bottom: 35px;
        padding: 15px;
        background: #f5f5f5;
        border-radius: 15px;
    }

    .aff_box_info {
        margin-bottom: 40px;
        padding: 15px;
        width: 31%;
        background: #fff;
        -webkit-box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
        box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
        border: solid 1px rgba(0,0,0,0.04); 
        border-radius: 15px;
        text-align: center;
    }
    .aff_box_title {
        margin: auto;
        margin-bottom: 15px;
        padding: 12px;
        font-size: 16px;
        background: #f9f9f9;
        width: 70%;
        border-radius: 15px;
    }
    .aff_box_count {
      border-bottom: 1px solid rgba(0,0,0,0.04); 
    }
    .aff_box_count p {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 700;
    }
    .aff_box_count span {
        display: block;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .aff_box_earn {
      margin-top: 20px;
    }
    .aff_box_earn p {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 700;
    }
    .aff_box_earn span {
        display: block;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .wallets-ui li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        @justify-content: space-between;
        margin: 10px 0;
        padding: 15px;
        width: 48.5%;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 15px;
    }
    .wallets-ui li .icon {
        width: 45px;
    }
    .wallets-ui li .icon img {
        height: 30px;
    }
    .wallets-ui li .address {
        width: 85%;
        font-weight: 500;
    }
    .wallets-ui li .address small {
      font-size: 11px;
      font-weight: 300;
      opacity: .5;
    }
    .wallets-ui li .date {
        width: 175px;
        text-align: right;
    }

.tabs{
  display:block;
}
.tabs > div{
  padding-top:10px;
}
.tabs ul{
  margin: 0;
  margin-top: 15px;
  padding:0px;
  width: 100%;
  display: flex;
  align-items: center;
  @justify-content: center;
  border-bottom: 2px solid #e8e8e8;
}
.tabs ul li{
  margin:0px;
  padding:0px;
  margin-bottom: -2px;
  cursor:pointer;
  display: inline-block;
  padding: 10px 17px;
  color:#707070;
  font-size: 16px;
  font-weight: 300;
  @border-bottom: 2px solid #e8e8e8;
}
.tabs ul li.active, .tabs ul li.active:hover{
  border-bottom: 2px solid #1a73e8;
  color:#222;
}
.tabs ul li:hover{
  @background:#d6d6d7;
}

table {
    border-collapse: collapse;
    margin: 0px 0;
    font-size: 14px;
    min-width: 100%;
}
table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
table th,
table td {
    padding: 20px;
    text-align: left;
}
table tr {
  border-bottom: 1px solid rgba(0,0,0,.05);
}
table tr:nth-of-type(even) {
    background-color: #fff;
}


.deposit--line {
  display: block;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.04);
    border-radius: 15px;
}

.deposit--line__perc {}
.deposit--line__perc span {
  display: block;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500; 
}
.deposit--line__perc p {
  font-size: 11px;
  font-weight: 300;
  opacity: .7;
}
.deposit--line__perc p i {
  padding-right: 0px;
}

.deposit--line__prof {
  text-align: center;
}
.deposit--line__prof div {
  display: flex;
}
.deposit--line__prof p {
  font-size: 16px;
  font-weight: 500;
}
.deposit--line__prof i {
  padding: 0 15px;
}

.deposit--line__prog {
  min-width: 250px;
}
.deposit--line__prog p {
  font-size: 13px;
}
.deposit--line__stat span {
  padding: 8px 20px;
  background: #f9f9f9;
  color: #1a73e8;
  border-radius: 15px;
}

.progressbar {
  margin: 5px 0;
  background-color: #f1f1f1;
  border-radius: 13px;
  padding: 2px;
}
.progressbar>div {
  background: repeating-linear-gradient(
    135deg,
    #036ffc,
    #036ffc 20px,
    #1163cf 20px,
    #1163cf 40px
  );
  width: 40%;
  height: 8px;
  border-radius: 10px;
}


.no-found {
    padding: 50px 0;
    width: 100%;
    text-align: center;
}
.no-found i {
    margin: auto;
    margin-bottom: 32px;
    font-size: 80px;
    opacity: .1;
}
.no-found p {
    opacity: .5;
    font-size: 14px;
}

.db--balance__item {
  margin-bottom: 40px;
}

.balance--item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 55px;
  height: 55px;
  font-size: 18px;
  background: #333;
  color: #fff;
  border-radius: 15px;
}

.icon_blue {
  background: rgba(26, 115, 232, .35);
}
.icon_yellow {
  background: rgba(243, 156, 18,.35);
}
.icon_red {
  background: rgba(192, 57, 43,.35);
}
.icon_purple {
  background: rgba(142, 68, 173,.35);
}

.balance--item__text {
  width: 75%;
}
.balance--item__text small {
  display: block;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  opacity: .6;
}
.balance--item__text span {
  font-size: 22px;
  font-weight: 900;
}

.db--leader__box {
  margin-bottom: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 15px;
}


.line__visit {
    display: flex; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
}

.line__visit .icon {
    margin-right: 15px;
    padding: 15px 0;
    width: 50px;
    height: 50px;
    background: #f9f9f9;
    border-radius: 12px;
    text-align: center;
}
.line__visit .icon i {
    font-size: 21px;
}
.line__visit .geo {
    width: 140px;
}
.line__visit .browser {
    width: 120px;
}
.line__visit .os {
    width: 120px;
}
.line__visit .date {
    width: 120px; 
    text-align: right;
}

.ga_module p {
    padding: 20px 0;
    font-weight: 600;
    font-size: 19px;
}

.ga_module_img {
  margin: 15px 0;
  padding: 25px;
  @width: 230px;
  background: #fff;
  background-position: center;
  -webkit-box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
  box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
  border: solid 1px rgba(0,0,0,0.04);
  border-radius: 15px;
}
.ga_module_text {
  padding-left: 30px;
  @padding-top: 20px;
  width: 620px;
}
.ga_module_text a {
  margin-right: 15px;
}


.deposit--modify {
  margin-bottom: 20px;padding: 0;width: 100%;background: none;box-shadow: none;border: none;
}

footer {
  position: relative;
  @margin-top: 30px;
  padding: 50px 0;
  color: #fff;
  background: #171a1e;
}

.footer--left {
  width: 25%;
}

.footer--left__logo {
  margin-bottom: 30px;
}

.footer--left__logo img {
  margin-top: 15px;
  height: 25px;
}

.footer--left__info {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  opacity: .6;
}

.footer--left__socials {
  padding-top: 15px;
}

.footer--left__socials a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 12px;
    font-size: 20px;
    background: #000014;
    color: #fff;
    border-radius: 10px;
}

.footer--left__socials a i {
    opacity: .7;
}

.footer--left__socials a:hover i {
    opacity: 1;
}

.footer--left__socials a span {
  position: absolute;
  padding: 3px;
  background: rgba(255,255,255,0.3);
  color: #fff;
  font-size: 8px;
  top: -6px;
  right: -10px;
  border-radius: 5px;
}

.footer--left__rules {
  padding-top: 50px;
}

.footer--left__rules a {
  padding-right: 15px;
  color: #fff;
  opacity: .6;
}

.footer--right {
  padding-left: 50px;
  width: 75%;
}

.footer--right__menu {
  padding-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer--right__menu a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}

.footer--right__info {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer--right__info-item {
  margin-right: 30px;
  width: 30%;
}

.footer--right__info-item:last-child {
  margin-right: 0;
}

.footer--right__info-icon {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  padding: 15px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  content: #fff;
  background: #000014;
  border-radius: 10px;
}

.footer--right__info-text {
  width: 80%;
}

.footer--right__info-text span {
  display: block;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.footer--right__info-text p {
  font-size: 12px;
  font-weight: 300;
  opacity: .6;
}

.footer--right__copy {
  padding-top: 30px;
  font-size: 12px;
  opacity: .4;
  text-align: right;
}

.section-sing {
  padding: 80px 0;
  background: #f9f9f9;
}

.sign {
  margin: auto;
  margin-bottom: -20px;
  padding: 30px;
  width: 420px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
  box-shadow: 0 45px 35px -20px rgb(0 0 0 / 10%);
  border: solid 1px rgba(0,0,0,0.04);
}
.sign h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.sign .btn {
  display: block;
  width: 100%;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 15px 40px;
  margin: 10px 0;
  margin-right: 15px;
  cursor: pointer;
  outline: none;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
}

.btn i {
  padding-left: 10px;
}

.btn.blue {
  background: #1a73e8;
  color: #fff;
  border: 1px solid #1a73e8;
}

.btn.border {
  background: none;
  color: #333;
  border: 1px solid rgba(0,0,0,.05);
}


@keyframes jump {
    0% {
        height: 230px;
    }
    50% {
        height: 280px;
    }
    100% {
        height: 230px;
    }
}

@-webkit-keyframes headerCircle {
  0% {
    opacity: 0;
    width: 0;
    height: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    width: 800px;
    height: 800px; } }

@-moz-keyframes headerCircle {
  0% {
    opacity: 0;
    width: 0;
    height: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    width: 800px;
    height: 800px; } }

@keyframes headerCircle {
  0% {
    opacity: 0;
    width: 0;
    height: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    width: 800px;
    height: 800px; } }
