* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

a {
  display: block;
  cursor: pointer;
  color: currentColor;
}

aside,
nav {
  display: block;
}

div {
  display: block;
  unicode-bidi: isolate;
}

button,
input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  color: currentColor;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: currentColor;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: Mulish;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-decoration: none;
  letter-spacing: normal;
  border: 0;
  vertical-align: baseline;
}

.row {
  --x: 15px;
  --y: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--y) * -1);
  margin-right: calc(var(--x) / -2);
  margin-left: calc(var(--x) / -2);
  justify-content: center;
}

.row>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--x) / 2);
  padding-left: calc(var(--x) / 2);
  margin-top: var(--y);
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #FFF;
  font-family: "Mulish", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  margin-top: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer__back {
  background-color: #000;
  padding: 25px 0;
  text-align: center;
}

.footer__text {
  color: #FFF;
  font-weight: 300;
  font-size: 10px;
}

.footer__back {
  position: relative;
}

.footer__right .main__h1 {
  max-width: 280px;
}

.footer__h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: rgba(255, 255, 255, 0.52);
  margin: 7px 0 14px 0;
  max-width: 190px;
}

.footer__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__right {
  padding-left: 400px;
}

.rel {
  position: relative;
}

.header__first {
  height: 30px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #000;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header__first span:first-child {
  font-weight: 500;
  font-size: 13.7087px;
  line-height: 21px;
}

.header__first span:last-child,
.header__first span:nth-child(2) {
  font-weight: 500;
  font-size: 13.7087px;
  line-height: 21px;
  padding-left: 10px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__icon {
  z-index: 5;
  display: none;
}

.menu__body {
  position: fixed;
  top: 70px;
  right: -200px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7215686275);
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: auto;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 200px;
  z-index: 5;
}

.menu__body.scroll-body {
  top: 40px;
}

.menu__body._active {
  right: 0;
}

.menu__list>li {
  margin: 0px 0px 20px 0;
}

.menu__list>li:last-child {
  margin-bottom: 0px;
}

.menu__body .menu__link {
  font-size: 22px;
  white-space: nowrap;
}

.menu__icon svg {
  height: 50px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  width: 65px;
}

.menu__icon path.top,
.menu__icon path.bottom {
  stroke-dasharray: 240px, 950px;
}

.menu__icon path.middle {
  stroke-dasharray: 240px, 240px;
}

.menu__icon path {
  fill: none;
  stroke: #000;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 25;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
}

.menu__icon._active path.top,
.menu__icon._active path.bottom {
  stroke-dashoffset: -650px;
}

.menu__icon path.top,
.menu__icon path.bottom {
  stroke-dasharray: 240px, 950px;
}

.menu__icon._active path.middle {
  stroke-dasharray: 1px, 220px;
  stroke-dashoffset: -115px;
}

._active__footer {
  padding-left: 250px;
}

._active__footer>.footer__menu li {
  font-size: 15px;
}

.scroll-header {
  position: fixed !important;
  top: 0 !important;
}

.header__btn {
  border: 1px solid white;
  font-weight: 500;
  font-size: 11.31px;
  line-height: 13px;
  padding: 10px 17px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.header__btn:hover {
  background-color: #FFFFFF;
  color: #000;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  background-color: #000;
  height: 60px;
  z-index: 10;
}

.header__ul {
  margin-left: 40px;
}

.header__ul li {
  font-weight: 600;
  font-size: 11.3146px;
  line-height: 16px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #FFF;
  padding: 3px 6px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.logo {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo:hover {
  opacity: 0.7;
}

.header__ul li:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.header__ul li:not(:last-child) {
  margin-right: 20px;
}

.header__ul li.active {
  color: #292929;
  background: #BABABA;
  border-radius: 2.42288px;
}

.footer__l {
  background: #000;
  width: 150px;
  height: 660px;
  position: absolute;
  left: 90px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  top: -240px;
  z-index: 1;
}

.footer__l-2 {
  background: #000;
  width: 150px;
  height: 660px;
  position: absolute;
  left: 84px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  top: -240px;
  z-index: 0;
}

.footer__last {
  height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #F4F8FF;
}

.footer__line {
  background: #FFF;
  border-radius: 0px 0px 62px 62px;
  width: 124px;
  height: 510px;
  position: absolute;
  top: -50px;
  left: 100px;
  z-index: 1;
}

.footer__right .main__h1 {
  max-width: 280px;
}

.main__h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
}

.main-content {
  background-color: #000;
  height: 570px;
  margin-top: -10px;
}

.main-content .text-block {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.main-content .title {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  max-width: 750px;
  line-height: 1.05;
  margin-top: 80px;
}

.main-content .subtitle {
  color: #ffffffbf;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
  max-width: 561px;
  letter-spacing: .16px;
}

.main-content .subtitle span {
  color: #fff;
}

.main-content .video {
  height: 569.5px;
  display: flex;
  justify-content: end;
  width: 100%;
}

.about__right-first img {
  max-width: 254px;
  height: 52px;
}

.how__h1 {
  color: #000;
  font-size: 56px;
}

.btnw {
  border: 2px solid #FFF;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: D-DIN-Bold, -apple-system, Arial, sans-serif;
  text-transform: uppercase;
  padding: 16px 24px;
  cursor: pointer;
  transition: .35s;
}

.njflexbutton {
  margin-top: 30px;
}

video {
  pointer-events: none;
}

video {
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.ml10 {
  margin-left: 10px;
}

.ml6 {
  margin-left: 6px;
}

.black__span {
  font-weight: 500;
  font-size: 16.291px;
  line-height: 25px;
  color: #000000;
}

.main__btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #FFFFFF;
  margin-top: 24px;
  background-color: #000;
  border: 1px solid white;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main__btn:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  color: #000;
  margin-top: 24px;
  background-color: #fff;
}

.main__btn2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #000;
  margin-top: 24px;
  background-color: #FFF;
  border: 2px solid BLACK;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main__btn2:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  color: #FFF;
  margin-top: 24px;
  background-color: #000;
}


.about__sect {
  position: relative;
  padding: 60px 0 0 0;
  background-color: #FFF;
}

.about__warn {
  background-color: #aebcd4;
  border-radius: 17.5px;
  padding: 5px 14px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #474747;
  margin-bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.about__h1 {
  font-weight: 600;
  font-size: 34PX;
  color: #000;
  font-weight: 500;
  font-family: D-DIN-Bold, -apple-system, Arial, sans-serif;
  line-height: 105%;
}

.about__h2 {
  font-weight: 300;
  font-size: 15.2511px;
  line-height: 140%;
  color: #000;
  margin-top: 12px;
  max-width: 481px;
}


.about__h3 {
  margin-top: 5%;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.about__flex {
  margin-top: 30px;
}

.about__block {
  background: #000;
  border: 0.762557px solid #FBFBFB;
  -webkit-box-shadow: 0px 3.05023px 12.2009px rgba(159, 175, 202, 0.2);
  box-shadow: 0px 3.05023px 12.2009px rgba(159, 175, 202, 0.2);
  border-radius: 7.62557px;
  width: 260px;
  padding: 10px;
}

.about__back {
  width: 44px;
  height: 44px;
  min-width: 44px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 7.62557px;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  margin-right: 7px;
}

.about__name {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
}

.about__desc {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #fff;
  max-width: 160px;
}

.about__flex .about__block:first-child {
  margin-right: 10px;
}

.about__btn {
  background: #fff;
  border: 2px solid black;
  padding: 9px 11px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #434343;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.about__btn:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.about__right-first {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, .1);
  background: #fff;
  box-shadow: 0 4px 12px #0000000d;
  box-sizing: border-box;
  border-radius: 10px;
  width: 313px;
  padding: 22px 30px 22px 22px;
}

.about__first-warn {
  font-weight: 400;
  font-size: 15.0605px;
  line-height: 125%;
  margin-bottom: 14px;
  color: #000000;
  background: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.about__first-name {
  font-weight: 700;
  font-size: 22.5907px;
  line-height: 125%;
  color: #000;
  text-decoration: underline;
}

.about__first-name span {
  font-weight: 300;
}

.about__first-desc {
  font-weight: 500;
  font-size: 17.5706px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.52);
  margin-top: 12px;
}

.about__first-line {
  margin: 20px 0 13px 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 0.5;
}

.about__first-start {
  font-weight: 500;
  font-size: 15.0605px;
  line-height: 125%;
  color: #000000;
}

.about__first-plus {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: green;
  margin-top: 5px;
}

.about__right-second {
  background: #FFF;
  position: relative;
  width: 200px;
  padding: 12px;
  margin-left: 10px;
}

.about__right-name {
  font-weight: 700;
  font-size: 22.5907px;
  line-height: 125%;
  color: #FFFFFF;
  margin-top: 4px;
}

.about__right-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  z-index: 1;
  position: relative;
}

.pulse {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.work__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.work__h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 105%;
  color: #000000;
  white-space: nowrap;
  font-family: D-DIN-Bold, -apple-system, Arial, sans-serif;
  font-weight: 500;
}

.work__h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  margin-top: 24px;
  color: #000;
  max-width: 409px;
}

.work__button {
  background: #474747;
  border-radius: 7.62557px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  margin-top: 30px;
  color: #FFFFFF;
  padding: 9px 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work__button:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  background: #000000;
}

.work__sect {
  position: relative;
  padding: 80px 0 40px 0;
}

.mars-content {
  background-color: #000;
  height: 620px;
}

.mars-content .text-block {
  position: absolute;
  width: 100%;
}

.mars-content .title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  font-family: D-DIN-Bold, -apple-system, Arial, sans-serif;
  line-height: 105%;
  text-transform: uppercase;
}

.gap20 {
  gap: 20px;
}

.flex {
  display: flex;
}

.mars-content .text-block .w874 p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-top: 32px;
  width: 100%;
}

.mars-content .text-block .w874 p.sub-prefix {
  color: #ffffffbf;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top: 32px;
}

.mars-content .video {
  height: 513.5px;
  display: flex;
  justify-content: end;
  width: 100%;
}

.w874 {
  max-width: 874px;
  width: 100%;
}

.w1240 {
  max-width: 1240px;
  width: 100%;
  margin: 0 20px;
}

.jflex {
  display: flex;
  justify-content: center;
}

.aflex {
  display: flex;
  align-items: center;
}

.rules__sect {
  padding: 60px 0;
  position: relative;
}

.rules__sect h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 140%;
  color: #000;
}

.rules__wrapper {
  margin-top: 40px;
}

.rules__warn {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.025em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #000;
  background: #FFF;
  border-radius: 4px;
  padding: 4px 9px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.rules__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.025em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  margin-top: 11px;
}

.rules__coin {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.025em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #fff;
  opacity: 0.36;
}

.rules__line {
  height: 1px;
  width: 100%;
  background-color: #F3F3F3;
  margin: 15px 0;
}

.rules__amount {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #FFF;
}

.rules__amount span {
  font-weight: 700;
  color: #999999;
}

.rules__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  color: #FFF;
  max-width: 230px;
}

.rules__blue {
  color: #999999;
}

.rules__black {
  color: #999999;
}

.rules__button {
  background: #aebcd4;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.025em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  padding: 13px 26px;
  margin-top: 15px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rules__button:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.rules__block {
  background: #000;
  -webkit-box-shadow: 0px 4px 16px rgba(159, 175, 202, 0.2);
  box-shadow: 0px 4px 16px rgba(159, 175, 202, 0.2);
  border-radius: 10px;
  padding: 17px;
}

.rules__bl {
  position: relative;
  background: url(../img/rules_back2.png) no-repeat center;
  background-size: cover;
  height: 100%;
  padding: 17px;
  border-radius: 15px;
}

.rules__bl .rules__warn {
  background: #aebcd4;
  color: #000;
}

.rules__t {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.7);
  max-width: 160px;
}

.rules__last {
  margin-top: auto;
}

.rules__t span {
  color: #fff;
}

.mt11 {
  margin-top: 11px;
}

.rules__copy {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.36);
  margin-top: 13px;
}

.rules__off {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  color: #FFFFFF;
  margin-top: 14px;
  margin-bottom: 8px;
}

.rules__link {
  font-weight: 500;
  font-size: 8px;
  line-height: 125%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.manual-content {
  background: #000;
  padding: 128px 0;
}

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

.manual-content .manual {
  max-width: 398px;
  width: 100%;
}

.manual-content .manual .video {
  margin-bottom: 32px;
}

.manual-content .manual .video video {
  width: 100%;
}

.manual-content .title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold, -apple-system, Arial, sans-serif;
  line-height: 125%;
  text-transform: uppercase;
}

.manual-content .subtitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
  max-width: 270px;
}

.manual-content .subtitle abbr span {
  font-weight: 600;
  white-space: nowrap;
}

.manual-content .prefix {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-family: D-DIN-Bold, -apple-system, Arial, sans-serif;
  line-height: 125%;
  text-transform: uppercase;
  margin-right: 10px;
}

.how__h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 140%;
  color: #000;
}

.app {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto
}



@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}



img {
  vertical-align: middle;
}

.asked__block {
  background: #F4F8FF;
  border-radius: 6px;
  padding: 14px;
  margin-top: 18px;
  position: relative;
}

.asked__block span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.asked__block span:last-child {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #000000;
  opacity: 0.52;
  margin-top: 2px;
}

.asked__sect {
  position: relative;
  padding: 60px 0;
}

.asked__blur {
  width: 82px;
  height: 82px;
  -webkit-filter: blur(37px);
  filter: blur(37px);
  background: #00C2FF;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.blue__span {
  color: #999999;
}

.asked__blue {
  background-color: #0155FC;
  overflow: hidden;
}

.asked__span-1 {
  color: #fff;
  position: relative;
  z-index: 1;
}

.asked__blur-2 {
  left: 100px;
}

.asked__span-2 {
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer__last-col {
  width: 350px;
  margin-left: 500px;
}

.footer__last-col img {
  max-width: 100%;
}

.first__bl {
  background: #434343;
  border-radius: 9.04427px;
  padding: 17px;
  width: 267px;
}

.first__bl-warn {
  background: #aebcd4;
  border-radius: 2.42288px;
  font-weight: 600;
  font-size: 11.3146px;
  line-height: 16px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #434343;
  padding: 3px 9px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.first__bl-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #FFFFFF;
  margin-top: 13px;
  max-width: 155px;
}

.first__bl-link {
  font-weight: 600;
  font-size: 11.3146px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #aebcd4;
  margin-top: 7px;
  background-color: transparent;
}

.first__bl-blue {
  background: #434343;
  border-radius: 15px;
  width: 210px;
}

.first__bl-blue .first__bl-warn {
  background-color: #aebcd4;
  color: #434343;
}

.first__bl-shadow {
  -webkit-box-shadow: 0px 0px 11px 3px rgba(19, 111, 182, 0.2);
  box-shadow: 0px 0px 11px 3px rgba(19, 111, 182, 0.2);
}

.mt4 {
  margin-top: 4px;
}

.first__bl-given {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: 8px;
  margin-bottom: 3px;
}

.first__bl-coin {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #FFF;
}

.first__bl-coin span {
  color: #aebcd4;
  font-style: italic;
}

.footer__chat {
  width: 370px;
  margin-left: 40px;
}

.footer__chat-header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  background: #434343;
  border-radius: 10px 10px 0px 0px;
}

.footer__chat-circle {
  background: #00FFA3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.footer__chat-text {
  font-weight: 500;
  font-size: 7px;
  line-height: 10px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #FFFFFF;
  opacity: 0.52;
}

.footer__chat-col {
  margin-left: 15px;
}

.footer__chat-col span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: #FFFFFF;
  margin-bottom: 1px;
}

.footer__chat-body {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  width: 100%;
}

.footer__chat-msg {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  color: rgba(255, 255, 255, 0.9);
  padding: 14px 18px;
}

.footer__ls {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__ls img {
  width: 30px;
}

.footer__chat-body .footer__chat-msg:first-child {
  width: 265px;
  background: -o-linear-gradient(355.42deg, #2044DC -3.8%, #5582CC 122.43%);
  background: linear-gradient(54deg, rgba(174, 188, 212, 1) 12%, rgba(0, 0, 0, 1) 130%);
  border-radius: 11px 11px 0px 11px;
  margin-left: auto;
}

.footer__chat-body .footer__chat-msg:last-child {
  width: 235px;
  background: -o-linear-gradient(355.42deg, #2044DC -3.8%, #5582CC 122.43%);
  background: linear-gradient(54deg, rgba(174, 188, 212, 1) 12%, rgba(0, 0, 0, 1) 130%);
  border-radius: 11px 11px 11px 0;
  margin-top: 10px;
}




@media (max-width: 1240px) {
  .container {
    width: 950px;
  }

  .mars-content .title {
    padding-top: 50px;
  }

  .menu__icon {
    display: block;
  }

  header {
    display: none;
  }

  .mars-content {
    display: block;
    margin-top: 25px;
    height: auto;
  }

  .mars-content .text-block {
    position: relative;
  }

  .manual-content {
    padding: 75px 0;
  }

  .manual-content .w1240 {
    display: block;
  }

  .manual-content .manual:first-child {
    margin-top: 0;
  }

  .manual-content .manual {
    max-width: none;
    margin-top: 15px;
  }

  .manual-content .manual .flex {
    justify-content: center;
  }

  .first__bl-blue {
    width: 190px;
  }

  .first__bl {
    width: 220px;
  }

  .header__first {
    background-color: #000;
  }

  .header__first .container {
    display: none;
  }

  .about__right-first img {
    max-width: 900px;
    height: 450px;
  }

  .header__ul {
    display: none;
  }

  .header__btn {
    display: none;
  }

  .header__first span:nth-child(3) {
    display: none;
  }

  .header__first span:nth-child(2) {
    display: none;
  }

  .about__sect .container {
    display: block;
    max-width: 1200px;
    width: 100%;
  }

  .work__sect .container {
    display: block;
    max-width: 1200px;
    width: 100%;
  }

  .alignflex {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }

  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about__flex .about__block:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .about__left {
    text-align: center;
  }

  .about__right {
    display: block;
    text-align: center;
  }

  .reserve {
    display: none;
  }

  .about__right-first {
    margin-top: 50px;
    width: 97%;
  }

  .about__first-line {
    display: none;
  }

  .about__first-start {
    display: none;
  }

  .about__h2 {
    max-width: none;
  }

  .fallow {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .fallow video {
    width: 100%;
  }

  .work__h2 {
    max-width: none;
    margin-top: 32px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .work__right img {
    width: 550px;
  }

  .work__left {
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .fallow {
    display: block;
  }

  .work__h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .work__text {
    margin-bottom: 10px;
  }

  .r2 {
    display: none;
  }

  .rules__block {
    padding: 10px;
  }

  .rules__amount {
    font-size: 13px;
  }

  .how__wrapper .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .how__wrapper .row .col-4 {
    width: 50%;
  }

  .wallet__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wallet__qr {
    position: initial;
    right: 0;
  }

  .wallet__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    text-align: center;
  }

  .wallet__btn {
    margin: 13px auto 0 auto;
  }

  .footer__l,
  .footer__l-2,
  .footer__line {
    display: none;
  }

  .footer__right {
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__last-col {
    margin-left: 0;
  }

  .footer__last {
    height: auto;
    padding: 20px 0;
  }

  .first__block {
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }

  .first__bl {
    margin: 15px 10px 10px 10px;
  }

  .first__flex {
    top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
  }
}

@media(max-width: 1200px) {
  .top {
    margin: 100px 0 150px
  }

  .participate {
    position: relative
  }

  .participate-creator {
    position: absolute;
    right: 0
  }

  .participate-container {
    flex-direction: column;
    max-width: 800px;
    margin: 20px auto 0
  }

  .participate-item:not(:last-child) {
    margin: 0 0 20px
  }
}

@media(max-width: 600px) {
  .participate-item {
    flex-direction: column;
    justify-content: center
  }

  .participate-address,
  .participate-footer {
    justify-content: center
  }

  .participate-data {
    margin: 15px 0 0;
    text-align: center;
  }
  .about__first-name {
    font-size: 17.5907px;
  }
  .about__first-plus{
    font-size: 17.5907px;
  }
  .about__sect {
    padding: 200px 0 0 0 !important;
  }
}

@media(max-width: 500px) {
  .participate-title {
    font-size: 17px;
    text-align: center
  }

  .participate-address p {
    max-width: 300px
  }

  .about__right-first img {
    max-width: 200px;
    height: 100px !important;
  }
}

@media(max-width: 400px) {
  .participate-footer {
    flex-direction: column
  }

  .participate-button {
    width: 100%;
    margin-bottom: 10px
  }

  .participate-address p {
    max-width: 200px
  }
}
@media (max-width: 600px) {
  .page-section {
    top: 190px !important;
  }
}
@media (max-width: 1000px) {
  .about__sect{
    padding: 220px 0 0 0;
  }
  .main-content .video {
    position: absolute;
    bottom: 0;
    height: 362px; 
  }
  .page-section{
    position: relative;
    top: 180px;
    z-index: 11;
  }

  .main-content {
    height: 362px;
  }
  .main-content .jflex.text-block .container{
    width: 800px;
    padding: 10px;
  }

  .about__right-first img {
    max-width: 400px;
    height: 200px;
  }

  .main-content .title {
    margin-top: 60px;
    font-size: 22px;
    text-align: center;
  }

  .main-content .subtitle {
    font-size: 13px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    width: 700px;
  }

  .header__ul li {
    margin-right: 10px;
    display: none;
  }

  .elon__img {
    display: none;
  }

  .first__warn {
    margin: 0 auto 20px auto;
  }

  .first__h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }

  .first__h2 {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
  }

  .main__btn {
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__sect .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about__left {
    text-align: center;
    margin-bottom: 20px;
  }

  .about__warn {
    margin: 0 auto 15px auto;
  }

  .about__block {
    text-align: left;
  }

  .about__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work__right {
    display: none;
  }

  .work__h2 {
    max-width: 100%;
  }

  .r1 {
    display: none;
  }

  .star__right {
    margin-left: 30px;
    width: 100%;
  }

  .star__text {
    max-width: 100%;
  }

  .star__block {
    padding: 40px;
  }

  .rules__wrapper .row .col-3 {
    width: 50%;
  }

  .rules__text,
  .rules__t {
    max-width: 100%;
  }

  .how__back-body {
    padding: 12px;
  }

  .wallet__wrapper .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wallet__wrapper .row .col-4 {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .header__ul,
  .header__btn {
    display: none;
  }

  .first__h1,
  .about__h1,
  .work__h1,
  .how__h1,
  .rules__sect h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .first__h2,
  .work__h2,
  .about__h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .about__h2 {
    max-width: 100%;
  }

  .how__section {
    border-radius: 0;
  }

  .how__block-name {
    font-size: 20px;
    line-height: 24px;
  }

  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__col {
    width: 100%;
    text-align: center;
  }

  .footer__right .main__h1 {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .footer__h2 {
    max-width: 100%;
    text-align: center;
  }

  .footer__link {
    margin: 0 auto 20px auto;
  }

  .footer__back {
    padding: 30px 0;
  }

  .footer__chat {
    margin-left: 0;
  }

  .tradingview-widget-copyright {
    display: block !important;
  }

  .tradingview-widget-container {
    height: auto !important;
  }
  .mars-content .text-block .w874 p{
    font-size: 12px;
  }
  .mars-content .title {
    font-size: 30px;
  }
  .mars-content .video {
    height: 300px;
  }

}

@media (max-width: 600px) {
  .first__block {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .first__flex .first__block:nth-child(3) {
    margin: 10px 0 0 0;
  }

  .first__bl {
    width: 100%;
  }

  .header__first span:nth-child(2) {
    display: none;
  }

  .about__right-second {
    display: none;
  }

  .star__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .star__right {
    margin-left: 0;
    margin-top: 15px;
  }

  .star__name {
    font-size: 26px;
    line-height: 30px;
  }

  .star__block {
    padding: 20px;
  }

  .rules__wrapper {
    margin-top: 20px;
  }

  .how__wrapper .row .col-4 {
    width: 100%;
  }

  .how__wrapper {
    margin-top: 0;
  }

  .rules__wrapper .row .col-3,
  .wallet__wrapper .row .col-4 {
    width: 100%;
  }

  section {
    padding: 30px 0 !important;
  }
  .main-content .video {
    position: absolute;
    bottom: 0;
    height: 300px;
  }
  .main-content {
    height: 300px;
  }

}

@media (max-width: 430px) {
  .first__block {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }

  .first__bl {
    margin: 10px 0 0 0;
  }

  .first__warn img {
    display: none;
  }

  .first__warn {
    font-size: 14px;
    line-height: 20px;
  }


  .wallet__wrapper {
    margin-top: 20px;
  }

  .footer__chat {
    width: 100%;
    padding: 12px;
  }

  .footer__last-col {
    width: 100%;
  }

  section {
    padding: 20px 0 !important;
  }

  .footer__chat-body {
    padding: 10px;
  }

  .footer__chat-msg {
    padding: 10px;
    width: 100% !important;
    text-align: start;
  }
  .mars-content .video {
    height: 230px;
  }
}

.video_select {
  padding-top: 5px;
}

.video_select-video {
  margin-top: 30px;
  margin-bottom: 30px;
}

.video_select-video>video {
  width: 100%;
  height: auto;
  border-radius: 25px;
  border: 5px solid black;
}

.menu__list a {
  color: #474747;
}

.page-section {
  width: 100%;
}

.page-section--partners .page-section__inner {
  padding-top: 20px;
}

.page-section__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.partners-logos {
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  display: flex;
}

.partners-logos__item {
  margin: 10px 20px;
  width: unset;
  filter: grayscale(100%);
}

@media(max-width: 960px) {
  .partners-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.reserve {
  box-sizing: border-box;
  height: 100%;
  max-width: 240px;
}

.rel {
  position: relative;
}

.reserve .video {
  position: absolute;
}

.reserve .video video {
  height: 273.59px;
  width: 246px;
}

.reserve .text {
  margin: 25px 26px 30px 35px;
  z-index: 2;
  position: relative;
}

.reserve .prefix {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.reserve .content {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}

.menu__body {
  position: fixed;
  top: 70px;
  right: -200px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7215686275);
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: auto;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 200px;
  z-index: 5;
}

.menu__body.scroll-body {
  top: 40px;
}

.menu__body._active {
  right: 0;
}

.menu__list>li {
  margin: 0px 0px 20px 0;
}

.menu__list>li:last-child {
  margin-bottom: 0px;
}

.menu__body .menu__link {
  font-size: 22px;
  white-space: nowrap;
}

.menu__icon svg {
  cursor: pointer;
  height: 50px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  width: 65px;
}

.menu__icon path.top,
.menu__icon path.bottom {
  stroke-dasharray: 240px, 950px;
}

.menu__icon path.middle {
  stroke-dasharray: 240px, 240px;
}

.menu__icon path {
  fill: none;
  stroke: #FFF;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 25;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
}

.menu__icon._active path.top,
.menu__icon._active path.bottom {
  stroke-dashoffset: -650px;
}

.menu__icon path.top,
.menu__icon path.bottom {
  stroke-dasharray: 240px, 950px;
}

.menu__icon._active path.middle {
  stroke-dasharray: 1px, 220px;
  stroke-dashoffset: -115px;
}

.fallow video {
   max-width: 550px;
}

.transaction{width:100%;margin:70px 0 40px}.transaction-title{background:rgba(255,255,255,.73);backdrop-filter:blur(187px);display:flex;align-items:center;justify-content:space-between;padding:9px 12px 9px 29px;border-radius:15px}.transaction-title_live{display:flex;align-items:center}.transaction-title_live .dot{background:rgba(0,0,0,.15);width:21px;height:21px;border-radius:100%;display:flex;align-items:center;justify-content:center}.transaction-title_live .dot div{background:#000;width:13px;height:13px;border-radius:100%}.transaction-title_live p{font-weight:900;font-size:21px;line-height:120%;color:#000;margin-left:20px}.transaction-title_already{background:rgba(0,0,0,.1);padding:15px 28px;border-radius:15px}.transaction-title_already p{font-weight:800;font-size:16px;line-height:170%}.transaction-title_already p span{color:#000000}.transaction-header{background:#fff;border-radius:15px;display:flex;padding:20px 36px;min-width:1200px}.transaction-header p{font-weight:600;font-size:16px;color:#010101}.transaction .transaction-container p{min-width:140px;max-width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.transaction .transaction-container p:not(:last-child){margin-right:40px}.transaction .transaction-container p.block,.transaction .transaction-container p.fee{min-width:70px;max-width:70px}.transaction .transaction-container p.value{min-width:140px;max-width:140px}.transaction-container{background:#fff;border-radius:15px;margin:25px auto 0;overflow-x:auto}.transaction .transactions-item .status{color:#000000}.transaction .arrow{min-width:24px;max-width:24px;margin-right:40px;display:flex;align-items:center}.transaction .arrow img{width:24px;height:24px}.transaction-content{font-size:16px;line-height:36px;color:#373737;min-width:1200px;font-weight:600}.transaction-content .status{color:#19b000}.transaction-item{display:flex;padding:24px 36px}.transaction-item:nth-child(2n+1){background:rgba(47,47,47,.03);backdrop-filter:blur(187px)}@media(max-width: 1200px){
