@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rubik:wght@400;500;700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-size: inherit;
}

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?th8n3i");
  src: url("../fonts/icons.eot?th8n3i#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?th8n3i") format("truetype"), url("../fonts/icons.woff?th8n3i") format("woff"), url("../fonts/icons.svg?th8n3i#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-], [class*=" _icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

._icon-linkedin:before {
  content: "\e901";
}

._icon-twitter:before {
  content: "\e902";
}

._icon-facebook:before {
  content: "\e903";
}

._icon-youtube:before {
  content: "\e904";
}

._icon-instagram:before {
  content: "\e905";
}

* {
  font-family: "Rubik", "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: #0D0D2B;
  font-size: 18px;
  color: #E0E0E0;
}
body.lock {
  overflow: hidden;
}

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

.header {
  position: fixed;
  width: 100%;
  z-index: 50;
  padding-top: 70px;
  transition: all 0.3s ease-in-out;
}
.header.scrolled {
  transition: all 0.3s ease-in-out;
  background-color: rgba(21, 21, 79, 0.95);
  padding: 10px 0;
}
.header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__logo {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header__logo img {
  width: 40px;
  display: block;
  margin-right: 16px;
}
.header__logo span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
@media (max-width: 375px) {
  .header__logo span {
    display: none;
  }
}
.header__burger {
  display: none;
}
.header__list {
  display: flex;
  flex-wrap: wrap;
}
.header__item:not(:last-child) {
  margin-right: 32px;
}
.header__item:last-child {
  margin-right: 56px;
}
.header__link {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .header__link:hover {
    color: #3671E9;
  }
}
.header__profile {
  display: flex;
  align-items: center;
}
.header__login {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-right: 24px;
  transition: all 0.2s ease;
}
.header__login:hover {
  color: #3671E9;
}
.header__line {
  width: 0px;
  height: 24px;
  opacity: 0.3;
  border: 1px solid #F2F2F2;
}
.header__regist {
  margin-left: 24px;
  font-size: 16px;
  color: #FFFFFF;
}

.btn {
  height: 52px;
  width: 130px;
  background: #3671E9;
  border-radius: 32px;
  transition: all 0.2s ease;
}
.btn:hover {
  background: #2a57b2;
}
.btn:active {
  transform: scale(0.95);
}

.footer {
  padding: 150px 0;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__logo {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  flex: 1 1 auto;
}
.footer__logo img {
  width: 40px;
  display: block;
  margin-right: 16px;
}
.footer__logo span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding-top: 10px;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__list {
  margin-right: 35px;
  width: 200px;
}
.footer__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #F2F2F2;
}
.footer__item_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.footer__link {
  font-weight: 400;
  color: #F2F2F2;
  transition: all 0.2s ease;
}
.footer__link:hover {
  color: #3671E9;
}
.footer__payment {
  flex: 0 0 350px;
}
.footer__payment-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.footer__payment-body {
  display: flex;
  justify-content: space-between;
}
.footer__payment-item {
  flex: 0 0 96px;
  height: 64px;
  background-color: rgba(224, 224, 224, 0.05);
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer__payment-item:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease-in-out;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 170px;
}
.footer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.footer__social {
  display: flex;
  justify-content: space-between;
  width: 248px;
}
.footer__social-item {
  font-size: 24px;
}

._icon-facebook:hover:before {
  transition: all 0.3s ease;
  color: #3b5998;
}

._icon-instagram:hover:before {
  transition: all 0.3s ease;
  color: #ec54da;
}

._icon-youtube:hover:before {
  transition: all 0.3s ease;
  color: #FF0000;
}

._icon-twitter:hover:before {
  transition: all 0.3s ease;
  color: #00acee;
}

._icon-linkedin:hover:before {
  transition: all 0.3s ease;
  color: #0072b1;
}

.banner {
  padding: 160px 0 100px 0;
  min-height: 100vh;
  overflow: hidden;
}
.banner:hover .banner__illustration {
  transform: translateX(-20px) translateY(-20px);
}
.banner__wrapper {
  display: flex;
  align-items: center;
}
.banner__body {
  flex: 1 1 588px;
}
.banner__label {
  position: relative;
  width: 365px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 8px 11px;
  margin-bottom: 32px;
}
.banner__label-text {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.banner__label-sale {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0D0D2B;
}
.banner__title {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.banner__title.show {
  opacity: 1;
  transform: translateY(0);
}
.banner__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
.banner__btn {
  position: relative;
  width: 202px;
  text-align: left;
  padding: 16px 16px 16px 24px;
  display: block;
}
.banner__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 24px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__img {
  flex: 1 1 604px;
  transition: transform 0.3s ease-out;
  position: relative;
}
.banner__line {
  position: absolute;
  bottom: -160px;
  right: 10%;
}
.banner__line_second {
  bottom: -160px;
  right: -80%;
}
.banner__illustration {
  transition: transform 0.3s ease-out;
  width: 100%;
  display: block;
}

._icon-arrow {
  transform: translateY(-3px);
}
._icon-arrow::before {
  color: #3671E9;
  font-size: 10px;
}

.about {
  position: relative;
  padding: 90px 0;
}
.about:hover .about__illustration {
  transform: translateX(-20px) translateY(-20px);
}
.about__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.about__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.about__item-icon {
  grid-area: 2 span;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.about__item-icon img {
  width: 32px;
  display: block;
}
.about__item-title {
  color: #fff;
}
.about__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0E0E0;
}
.about__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about__img {
  flex: 0 0 650px;
  transition: transform 0.3s ease-out;
}
.about__illustration {
  transition: transform 0.3s ease-out;
  width: 100%;
  display: block;
}
.about__content {
  flex: 0 1 480px;
}
.about__title {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.about__title.show {
  opacity: 1;
  transform: translateY(0);
}
.about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0E0E0;
  margin-bottom: 32px;
}
.about__btn {
  width: 146px;
  display: block;
  padding: 16px 24px;
}
.about__shape {
  position: absolute;
}
.about__shape_01 {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about__shape_02 {
  right: 0;
  top: 0;
  z-index: -1;
}
.about__shape_03 {
  left: -40%;
  bottom: -250px;
  z-index: -1;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #FFFFFF;
}
.title_black {
  color: #0D0D2B;
}

.products {
  background: linear-gradient(180deg, #F8F9FB 0%, #FAFBFF 100%);
  padding: 316px 0 100px 0;
}
.products__title {
  max-width: 740px;
  text-align: center;
  margin: 0 auto 64px auto;
}
.products__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products__item {
  flex: 0 0 370px;
  padding: 49px 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 40px 40px #dddddd;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}
.products__item:hover {
  background-color: #2B076E;
}
.products__item:hover .products__subtitle {
  color: #ffffff;
}
.products__item:hover .products__text {
  color: #ffffff;
}
.products__item:hover .products__btn {
  width: 205px;
  background: #3671E9;
  border-radius: 32px;
  padding: 19px 24px;
}
.products__item:hover ._icon-arrow::before {
  font-size: 12px;
}
.products__item:hover ._icon-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
}
.products__item:hover .products__btn-text {
  font-size: 18px;
  opacity: 1;
}
.products__item:hover .products__btn-arrow {
  top: 45%;
  right: 48px;
}
.products__img {
  width: 80px;
  margin: 0 auto 48px auto;
}
.products__img img {
  width: 100%;
  display: block;
}
.products__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #0D0D2B;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}
.products__subtitle span {
  position: relative;
  top: -3px;
  font-weight: 500;
  font-size: 18px;
  color: #BDBDBD;
  margin-left: 8px;
}
.products__text {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #828282;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}
.products__btn {
  border: 2px solid rgba(43, 7, 110, 0.2);
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.4s ease;
  position: relative;
  background-color: #fff;
}
.products__btn-arrow {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}
.products__btn-text {
  font-size: 0;
  font-weight: 500;
  width: 109px;
  color: #FFFFFF;
  position: absolute;
  bottom: 50%;
  left: 24px;
  transform: translateY(40%);
}
.products ._icon-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.products ._icon-arrow:before {
  font-size: 20px;
}

.earn {
  padding-top: 100px;
}
.earn__title {
  text-align: center;
  margin-bottom: 24px;
}
.earn__subtitle {
  max-width: 620px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #E0E0E0;
  display: block;
  margin: 0 auto 64px auto;
}
.earn__body {
  width: 942px;
  margin: 0 auto;
  margin-bottom: -216px;
  -webkit-filter: drop-shadow(0px 20px 200px rgba(57, 23, 119, 0.05));
          filter: drop-shadow(0px 20px 200px rgba(57, 23, 119, 0.05));
}
.earn__form {
  display: flex;
  justify-content: space-between;
  padding: 48px;
  background-color: #FBFCFE;
  border-radius: 16px 16px 0 0;
}
.earn__input {
  flex: 0 0 403px;
  border-bottom: 1px solid #E0E0E0;
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0D0D2B;
}
.earn__input::-webkit-input-placeholder {
  color: #0D0D2B;
}
.earn__input::-moz-placeholder {
  color: #0D0D2B;
}
.earn__input:-ms-input-placeholder {
  color: #0D0D2B;
}
.earn__input::-ms-input-placeholder {
  color: #0D0D2B;
}
.earn__input::placeholder {
  color: #0D0D2B;
}
.earn__hash {
  flex: 0 0 200px;
  border-bottom: 1px solid #E0E0E0;
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0D0D2B;
}
.earn__btn {
  color: #FFFFFF;
  cursor: pointer;
}
.earn__result {
  padding: 48px;
  background-color: #FFFFFF;
  border-radius: 0 0 16px 16px;
}
.earn__head {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3671E9;
  margin-bottom: 16px;
}
.earn__calculated {
  display: inline-flex;
  margin-bottom: 5px;
}
.earn__calculated-coins {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #0D0D2B;
}
.earn__calculated-money {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #3671E9;
  margin-left: 5px;
}
.earn__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #828282;
}

.invest {
  background-color: #2B076E;
  padding: 100px 0;
  overflow: hidden;
}
.invest__container {
  position: relative;
}
.invest__title {
  max-width: 758px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
.invest__body {
  display: flex;
  justify-content: space-between;
}
.invest__content {
  flex: 0 0 450px;
  padding-right: 20px;
}
.invest__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.invest__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0E0E0;
  margin-bottom: 32px;
}
.invest__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
}
.invest__img {
  flex: 0 0 580px;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}
.invest__img img {
  width: 100%;
  display: block;
}
.invest__img.animate {
  opacity: 1;
  transform: translateX(0%);
}
.invest__shape {
  position: absolute;
  top: -250px;
  left: 50px;
  z-index: 1;
}
.invest__shape img {
  width: 100%;
  display: block;
}

.statistic {
  position: relative;
  padding: 20px 0 20px 0;
  overflow: hidden;
  background-color: #2B076E;
}
.statistic__img {
  width: 710px;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}
.statistic__img img {
  width: 100%;
  display: block;
}
.statistic__img.animate {
  opacity: 1;
  transform: translateX(0%);
}
.statistic__body {
  width: 400px;
  margin: 0 65px 0 auto;
  padding: 115px 0;
}
.statistic__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.statistic__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0E0E0;
  margin-bottom: 32px;
}
.statistic__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 163px;
}

@media (min-width: 1201px) {
  .statistic__img {
    width: 710px;
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.table {
  background-color: #2B076E;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.table__body {
  display: flex;
  justify-content: space-between;
}
.table__content {
  flex: 0 0 450px;
  padding-right: 20px;
}
.table__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.table__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #E0E0E0;
  margin-bottom: 32px;
}
.table__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
}
.table__img {
  flex: 0 0 680px;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}
.table__img img {
  width: 100%;
  display: block;
}
.table__img.animate {
  opacity: 1;
  transform: translateX(0%);
}

.subscribe {
  background: linear-gradient(180deg, #2B076E 0%, #0D0D2B 100%);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.subscribe__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3671E9;
  border-radius: 16px;
  padding: 48px;
  z-index: 3;
}
.subscribe__shape {
  position: absolute;
}
.subscribe__shape_eth {
  top: 0;
  left: 22px;
}
.subscribe__shape_btc {
  bottom: 0;
  right: 15px;
}
.subscribe__shape_01 {
  bottom: 0;
  left: 10%;
}
.subscribe__shape_02 {
  bottom: 0;
  right: 10%;
}
.subscribe__content {
  flex: 0 1 500px;
  position: relative;
  z-index: 2;
}
.subscribe__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.subscribe__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  max-width: 348px;
}
.subscribe__form {
  flex: 0 1 560px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.subscribe__input {
  background-color: transparent;
  flex: 0 1 374px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 40px;
}
.subscribe__input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.subscribe__input::-moz-placeholder {
  color: #FFFFFF;
}
.subscribe__input:-ms-input-placeholder {
  color: #FFFFFF;
}
.subscribe__input::-ms-input-placeholder {
  color: #FFFFFF;
}
.subscribe__input::placeholder {
  color: #FFFFFF;
}
.subscribe__btn {
  width: 152px;
  background: #FFFFFF;
  padding: 14px 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #0D0D2B;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.subscribe__btn:hover {
  background-color: #bfbebe;
}
.subscribe__btn:active {
  transform: scale(0.95);
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1624;
  z-index: 100;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.preloader.done {
  opacity: 0;
  visibility: hidden;
}

.svg-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-frame svg {
  position: absolute;
  transition: 0.5s;
  z-index: calc(1 - 0.2 * var(--j));
  transform-origin: center;
  width: 344px;
  height: 344px;
  fill: none;
}

.svg-frame:hover svg {
  transform: rotate(-80deg) skew(30deg) translateX(calc(45px * var(--i))) translateY(calc(-35px * var(--i)));
}

.svg-frame svg #center {
  transition: 0.5s;
  transform-origin: center;
}

.svg-frame:hover svg #center {
  transform: rotate(-30deg) translateX(45px) translateY(-3px);
}

#out2 {
  -webkit-animation: rotate16 7s ease-in-out infinite alternate;
          animation: rotate16 7s ease-in-out infinite alternate;
  transform-origin: center;
}

#out3 {
  -webkit-animation: rotate16 3s ease-in-out infinite alternate;
          animation: rotate16 3s ease-in-out infinite alternate;
  transform-origin: center;
  stroke: #2B076E;
}

#inner3,
#inner1 {
  -webkit-animation: rotate16 4s ease-in-out infinite alternate;
          animation: rotate16 4s ease-in-out infinite alternate;
  transform-origin: center;
}

#center1 {
  fill: #2B076E;
  -webkit-animation: rotate16 2s ease-in-out infinite alternate;
          animation: rotate16 2s ease-in-out infinite alternate;
  transform-origin: center;
}

@-webkit-keyframes rotate16 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate16 {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .footer__payment {
    flex: 0 0 300px;
  }
  .banner__body {
    flex: 0 0 550px;
  }
  .banner__img {
    flex: 0 0 400px;
  }
  .banner__img img {
    width: 100%;
  }
  .banner__line {
    position: absolute;
    bottom: -80px;
    right: 40%;
  }
  .banner__line_second {
    bottom: -80px;
    right: -30%;
  }
  .about__img {
    flex: 0 0 550px;
  }
  .about__content {
    flex: 0 0 400px;
  }
  .products__item {
    flex: 0 0 300px;
  }
  .invest__img {
    flex: 0 0 390px;
  }
  .statistic {
    min-height: 0;
  }
  .statistic__container {
    display: flex;
    justify-content: space-between;
  }
  .statistic__body {
    flex: 0 0 400px;
    order: 2;
    margin: 0;
    padding: 0;
  }
  .statistic__img {
    flex: 0 0 500px;
    order: 1;
  }
  .table__img {
    flex: 390px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .header__item:not(:last-child) {
    margin-right: 20px;
  }
  .header__item:last-child {
    margin-right: 32px;
  }
  .footer__payment {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .footer__payment-title {
    flex: 0 0 350px;
    margin-bottom: 0;
  }
  .footer__payment-body {
    flex: 1 1 auto;
  }
  .footer__bottom {
    margin-top: 40px;
  }
  .banner__wrapper {
    display: block;
    position: relative;
  }
  .banner__body {
    background-color: rgba(50, 50, 50, 0.45);
    padding: 50px;
    border-radius: 32px;
  }
  .banner__img {
    position: absolute;
    bottom: -280px;
    right: -130px;
    z-index: -1;
  }
  .about {
    padding-bottom: 300px;
    overflow: hidden;
  }
  .about__body {
    position: relative;
    display: block;
  }
  .about__content {
    background-color: rgba(50, 50, 50, 0.45);
    padding: 50px;
    border-radius: 32px;
    width: 100%;
  }
  .about__img {
    position: absolute;
    z-index: -1;
    bottom: -280px;
    right: -130px;
  }
  .about__shape_01 {
    bottom: 30%;
  }
  .about__shape_03 {
    left: -60%;
    bottom: -100px;
  }
  .products__item {
    flex: 0 0 350px;
    margin-top: 20px;
  }
  .earn__body {
    width: 720px;
  }
  .earn__input {
    flex: 0 0 250px;
  }
  .invest__title {
    margin-bottom: 50px;
  }
  .invest__body {
    flex-direction: column;
  }
  .invest__content {
    flex: 0 0 auto;
    padding-right: 0;
    margin-bottom: 34px;
  }
  .invest__img {
    flex: 0 0 100%;
  }
  .invest__shape {
    width: 500px;
    top: -200px;
  }
  .statistic__container {
    display: block;
  }
  .statistic__body {
    width: 100%;
    margin-bottom: 34px;
  }
  .statistic__img {
    max-width: 100%;
  }
  .table__body {
    flex-direction: column;
  }
  .table__content {
    flex: 0 0 auto;
    padding-right: 0;
    margin-bottom: 34px;
  }
  .table__img {
    flex: 0 0 100%;
  }
  .subscribe__body {
    display: block;
  }
  .subscribe__content {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .title {
    font-size: 34px;
    line-height: 150%;
  }
  .header {
    padding-top: 10px;
  }
  .header.scrolled {
    padding: 5px 0;
  }
  .header__burger {
    display: block;
    flex: 0 0 30px;
    margin-right: 20px;
    transition: all 0.2s ease;
    z-index: 50;
  }
  .header__burger span {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    background-color: rgb(252, 250, 250);
    border-radius: 8px;
    margin-bottom: 5px;
    transition: all 0.2s ease;
  }
  .header__burger span:after, .header__burger span:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background-color: rgb(252, 250, 250);
    border-radius: 8px;
    transition: all 0.2s ease;
  }
  .header__burger span:before {
    bottom: 10px;
  }
  .header__burger span:after {
    bottom: -10px;
  }
  .header__burger.active span {
    width: 0;
  }
  .header__burger.active span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .header__burger.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header__menu {
    position: fixed;
    overflow: auto;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3671E9;
    z-index: 49;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.2s ease;
  }
  .header__menu.active {
    bottom: 0;
    transition: all 0.2s ease;
  }
  .header__list {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }
  .header__item {
    margin: 0 0 30px 0;
  }
  .header__item:not(:last-child) {
    margin-right: 0;
  }
  .header__item:last-child {
    margin-right: 0;
  }
  .header__link {
    font-size: 30px;
  }
  .footer {
    padding: 80px 0;
  }
  .footer__body {
    justify-content: center;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .footer__menu {
    margin-top: 20px;
  }
  .footer__payment {
    display: block;
  }
  .footer__payment-title {
    text-align: center;
  }
  .footer__payment-body {
    justify-content: center;
    margin-top: 20px;
  }
  .footer__payment-item {
    margin: 0 12px;
  }
  .banner {
    padding: 80px 0 290px 0;
  }
  .banner__body {
    flex: 1 1 100%;
    padding: 30px;
  }
  .banner__title {
    font-size: 50px;
    line-height: 60px;
  }
  .about__info {
    display: block;
    margin-bottom: 30px;
  }
  .about__item {
    grid-template-columns: 80px 230px;
    justify-content: center;
    margin-bottom: 24px;
  }
  .products__body {
    justify-content: center;
  }
  .products__item {
    margin-top: 20px;
  }
  .earn__body {
    width: 100%;
    margin-bottom: -293px;
  }
  .earn__form {
    display: block;
  }
  .earn__input {
    width: 100%;
    margin-bottom: 40px;
  }
  .earn__hash {
    width: 100%;
    margin-bottom: 40px;
  }
  .earn__btn {
    display: block;
    margin: 0 auto;
  }
  .earn__calculated {
    display: block;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .title {
    font-size: 30px;
    line-height: 120%;
  }
  .header__logo img {
    margin-right: 5px;
  }
  .header__login {
    margin-right: 10px;
  }
  .header__regist {
    width: 100px;
    margin-left: 10px;
    height: 40px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__menu {
    justify-content: center;
  }
  .footer__list {
    margin-right: 0;
    text-align: center;
    margin-top: 20px;
  }
  .footer__item_title {
    margin-bottom: 10px;
  }
  .footer__payment-title {
    width: 100%;
    font-size: 24px;
  }
  .footer__payment-body {
    width: 100%;
  }
  .footer__payment-item {
    flex: 0 0 80px;
    margin: 0 5px;
  }
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__text {
    order: 2;
    margin-top: 20px;
  }
  .footer__social {
    order: 1;
  }
  .banner__label {
    width: 100%;
    padding: 0;
    min-height: 80px;
    background-color: transparent;
  }
  .banner__label-text {
    text-align: center;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    min-height: 40px;
    padding: 8px 5px;
  }
  .banner__label-sale {
    position: relative;
    width: 100%;
    height: 40px;
  }
  .banner__body {
    padding: 15px;
  }
  .banner__title {
    font-size: 34px;
    line-height: 38px;
  }
  .about {
    padding: 50px 0 280px 0;
  }
  .about__content {
    padding: 20px;
  }
  .about__item {
    -moz-column-gap: 10px;
         column-gap: 10px;
    grid-template-columns: 80px minmax(180px, 230px);
  }
  .about__item-title {
    font-size: 30px;
  }
  .about__shape_03 {
    width: 500px;
    left: -250px;
    bottom: -100px;
  }
  .about__shape_01 {
    width: 100px;
  }
  .about__shape_02 {
    width: 150px;
  }
  .products {
    padding-top: 350px;
  }
  .products__title {
    width: 100%;
    margin-bottom: 32px;
  }
  .products__item {
    flex: 0 0 100%;
  }
  .earn {
    padding-top: 50px;
  }
  .earn__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .earn__form {
    padding: 48px 20px 48px 20px;
  }
  .earn__result {
    padding: 48px 20px 48px 20px;
  }
  .earn__calculated-coins {
    font-size: 24px;
  }
  .earn__calculated-money {
    font-size: 24px;
    margin-left: 0;
  }
  .invest {
    padding: 50px 0;
  }
  .invest__shape {
    width: 100%;
    left: 0;
    top: -150px;
  }
  .invest__subtitle {
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 15px;
  }
  .invest__text {
    margin-bottom: 15px;
  }
  .statistic {
    padding: 0;
  }
  .statistic__title {
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 15px;
  }
  .statistic__text {
    margin-bottom: 15px;
  }
  .table {
    padding: 50px 0;
  }
  .table__subtitle {
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 15px;
  }
  .table__text {
    margin-bottom: 15px;
  }
  .subscribe {
    padding: 50px 0;
  }
  .subscribe__body {
    padding: 30px;
  }
  .subscribe__form {
    display: block;
  }
  .subscribe__input {
    width: 100%;
    margin-bottom: 20px;
  }
  .subscribe__title {
    font-size: 28px;
  }
}