@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cryptotab-animate-icon {
  min-height: 90px;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cryptotab-animate-icon {
    display: none;
  }
}

.simple-logo {
  max-width: 246px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .simple-logo {
    max-width: 156px;
    margin-top: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

html,
body:not(.page_faq) {
  overflow-x: hidden;
}

.wrapper-page {
  background-color: #f7f7f7;
  padding-bottom: 70px;
}
.wrapper-page--page-status {
  padding-bottom: 0;
}
.wrapper-page--white {
  background-color: #fff;
}
@media (max-width: 768px) {
  .wrapper-page .header .promo {
    display: none;
  }
}

.description {
  display: block;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 266px);
  background-color: #fff;
  padding-top: 150px;
}
@media only screen and (max-width: 1200px) {
  .container {
    display: block;
    padding-top: 0;
  }
}
@media only screen and (max-width: 880px) {
  .container {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-top: 0;
  }
}
.container--flex {
  padding: 40px 20px;
  background: transparent;
}
.container__text {
  display: block;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 1200px) {
  .container__text {
    margin-left: auto;
    margin-right: auto;
  }
}
.container__text h1 {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 27px;
}
.container__text h2 {
  display: block;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #1f232c;
}
@media only screen and (max-width: 768px) {
  .container__text h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.container__text p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 15px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .container__text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.container__text p + h2 {
  margin-top: 25px;
}
.container__text b,
.container__text strong {
  font-weight: bold;
}
.container__text ul {
  color: #494952;
  margin-bottom: 20px;
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 20px;
}
.container__text ol {
  color: #494952;
  margin-bottom: 20px;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 20px;
}
.container__text li {
  margin-bottom: 10px;
  line-height: 24px;
}
.container .header {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .container .header {
    position: static;
  }
}

.container__text p a,
.container__text .questions a {
  color: #4285f4;
  text-decoration: none;
}

.container__text p a:hover,
.container__text .questions a:hover {
  color: #f7931a;
}

.first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: 2400px 880px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  min-height: 75vh;
  background-color: #fff;
}
.first--second {
  background-color: #f7f7f7;
  justify-content: flex-start;
}
.first--second .content {
  padding: 20px;
}
.first .coins {
  background-color: transparent;
}
.first .btn_web-version {
  margin-bottom: 15px;
}
.first .btn_web-version + .note {
  font-size: 11px;
  line-height: 12px;
  max-width: 370px;
}

.first__description {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
.first__description .title {
  font-weight: bold;
}
.first__description .rotator {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .first__description .rotator {
    margin-bottom: 40px;
  }
}

.first__description p,
.first__description h2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #494949;
  font-weight: 300;
}

.first__description p strong,
.first__description h2 strong {
  font-weight: 700;
}

.first__screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 70px;
  min-height: 508px;
  padding-left: calc(50% + 20px);
  padding-right: 20px;
  background-image: url("../images/screen-big.png");
  background-size: 720px 486px;
  background-repeat: no-repeat;
  background-position: bottom right calc(50% + 380px);
}
.first__screen strong {
  font-weight: bold;
}
.first__screen sup {
  font-size: 12px;
}

.first__group {
  width: 100%;
}

.first__download-btns {
  display: flex;
  width: 100%;
  margin: 0 -5px 14px;
}
.first__download-btns .btn {
  margin: 0 5px;
}
.first__download-btns .btn--download {
  width: 100%;
  max-width: 320px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .first__screen {
    background-image: url("../images/screen-big@2x.png");
  }
}
@media only screen and (max-width: 768px) {
  .first__screen {
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: none;
    text-align: center;
    width: 100%;
  }
  .first__screen .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .first__download-btns,
  .first__group {
    margin-left: auto;
    margin-right: auto;
  }
}
.first__screen p {
  max-width: 500px;
  width: 100%;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .first__screen p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.first__btns {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 700px) {
  .first__btns {
    flex-direction: column;
    align-items: center;
  }
}
.first__btns .btn {
  min-width: 300px;
  font-weight: bold;
}

@media only screen and (max-width: 700px) {
  .first__btns .btn {
    max-width: 300px;
  }
}
.first__btns .btn + .btn {
  margin-left: 20px;
}

@media only screen and (max-width: 700px) {
  .first__btns .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.first__btns_v2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.first__btns_v2 .or {
  margin-bottom: 30px;
}
.first__btns_v2 .btn {
  width: 100%;
  max-width: 390px;
  min-width: 0;
}
.first__btns_v2 .btn + .btn {
  margin-top: 20px;
}
.first__btns_v2 .btn_default {
  text-align: center;
}

.first__login {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.first__login .or {
  margin-bottom: 30px;
}

.first__login a {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: #4285f4;
  text-decoration: none;
}

.first__login a:hover {
  color: #f7931a;
}

.first__login a b {
  font-weight: bold;
}

.first__testimonials {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.first__testimonials div {
  display: block;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
  color: #494949;
  font-size: 14px;
}

.first__testimonials a {
  color: #4285f4;
  text-decoration: none;
}

.first__testimonials a:hover {
  color: #f7931a;
}

.first_uninstall {
  background-image: url("../images/people.jpg");
  background-size: 1000px 298px;
  background-position: bottom center;
  padding-bottom: 298px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .first_uninstall {
    background-image: url("../images/people@2x.jpg");
  }
}
.first_uninstall .header {
  margin-bottom: 30px;
}

.fourth {
  display: block;
  background-color: #4285f4;
  padding-top: 150px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fourth .btn_download {
  background-color: #000;
  position: relative;
  overflow: visible;
}
.fourth .btn_download:hover {
  background-color: #f7931a;
}
.fourth .btn_download:active {
  background-color: #d6d6d6;
}
.fourth .btn_download:after {
  content: "";
  display: block;
  width: 165px;
  height: 163px;
  background-size: 165px 163px;
  background-image: url("../images/arrow-new.png");
  position: absolute;
  left: -175px;
  top: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fourth .btn_download:after {
    background-image: url("../images/arrow-new@2x.png");
  }
}
@media (max-width: 768px) {
  .fourth .btn_download {
    max-width: 390px;
  }
}

.fourth__title {
  color: #fff;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

.fourth__description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
}

.fourth .btn_plus {
  overflow: visible;
}

.fourth .btn_plus:after {
  content: "";
  display: block;
  position: absolute;
  left: -155px;
  top: calc(50% - 5px);
  background-image: url("../images/arrow.png");
  background-position: 0px 0px;
  width: 135px;
  height: 145px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fourth .btn_plus:after {
    background-image: url("../images/arrow@2x.png");
    background-size: 135px 145px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fourth:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.graph {
  display: flex;
  align-items: center;
  min-height: 580px;
  height: 580px;
  background-color: #000;
  padding-right: 20px;
  position: relative;
}

.graph__bucks {
  display: block;
  font-size: 48px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.graph__title {
  display: block;
  white-space: nowrap;
  height: 40px;
  padding-left: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  top: 28px;
  right: 450px;
  font-weight: 600;
}

@media only screen and (max-width: 1180px) {
  .graph__title {
    left: 25px;
  }
}
@media only screen and (max-width: 860px) {
  .graph__title {
    display: none;
  }
}
.graph__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: -66px -95px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .graph__title:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.graph__img {
  display: block;
  width: 55%;
  height: 330px;
  background-image: url("../images/graph.png");
  background-repeat: no-repeat;
  background-position: center right 70px;
  background-size: 754px 323px;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .graph__img {
    background-image: url("../images/graph@2x.png");
  }
}
@media only screen and (max-width: 768px) {
  .graph__img {
    width: 100%;
    margin-bottom: 30px;
    background-position: center right;
  }
}
.graph__text {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  max-width: 420px;
  position: relative;
  margin-left: 10px;
}

.hr {
  display: block;
  width: 100%;
  height: 1px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #d6d6d6;
  margin-bottom: 50px;
  position: relative;
  margin-top: 60px;
}

.hr_btc {
  margin-top: 90px;
  margin-bottom: 55px;
}

.hr_btc::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 55px;
  background-image: url("../images/hr-btc.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hr_btc::before {
    background-image: url("../images/hr-btc@2x.png");
    background-size: 90px 55px;
  }
}
.promo {
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  left: -35px;
  top: 35px;
  transform: rotate(-45deg);
  font-size: 12px;
  color: #ffffff;
  background-color: #4285f4;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 20;
  min-width: 171px;
}
@media only screen and (max-width: 767px) {
  .promo {
    min-width: auto;
  }
}
.promo_theme_red {
  background-color: #f74249;
}
.promo_theme_blue {
  background-color: #4285f4;
}
.promo_theme_green {
  background-color: #37cc33;
}

.promo-desc {
  display: inline-block;
  color: #f7931a;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.promo-details {
  color: #494949;
  font-size: 18px;
  line-height: 20px;
}

.confirmation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #000;
  border: 5px solid #f7931a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  padding-left: 20px;
  padding-right: 20px;
}

.confirmation__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
}

.confirmation__first-line {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 16px;
  color: #f7931a;
}

.confirmation__second-line {
  display: block;
  font-size: 28px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 15px;
}

.confirmation + .container {
  position: relative;
  margin-top: 150px;
}

.confirmation__col_btn {
  display: flex;
  align-items: center;
  height: 140px;
  padding-left: 91px;
  background-image: url("../images/confirmation-arrow.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 76px 81px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .confirmation__col_btn {
    background-image: url("../images/confirmation-arrow@2x.png");
  }
}
.participation {
  display: block;
  padding-top: 10px;
  margin-bottom: 60px;
}

.participation.hidden {
  display: none;
}

.participation__title a {
  color: #4285f4;
  text-decoration: none;
}

.participation__title a:hover {
  color: #f7931a;
}

.participation_main {
  text-align: left;
  margin-bottom: 0;
}

.participation__title {
  display: inline-block;
  height: auto;
  min-height: 39px;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 40px;
  padding-left: 62px;
  background-image: url("../images/alert.png");
  background-size: 42px 39px;
  background-repeat: no-repeat;
  background-position: left center;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .participation__title {
    background-image: url("../images/alert@2x.png");
  }
}
.participation__btn {
  position: relative;
}

.participation__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.participation__btns .btn {
  min-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 680px) {
  .participation__btns .btn + .btn {
    margin-top: 20px;
  }
}
.participation__tip {
  display: block;
  font-size: 16px;
  color: #494949;
  padding-top: 102px;
  background-image: url("../images/participation-arrow.png");
  background-size: 76px 81px;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translateX(calc(-100% - 70px));
}

.page_ru .participation__tip,
.page_de .participation__tip {
  transform: translateX(calc(-100% - 20px));
}

.page_it .participation__tip,
.page_es .participation__tip {
  transform: translateX(calc(-100% - 30px));
}

.page_fr .participation__tip {
  transform: translateX(calc(-100% - 50px));
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .participation__tip {
    background-image: url("../images/participation-arrow@2x.png");
  }
}
p.terms {
  margin-bottom: 70px;
}

.promo-period {
  display: inline-block;
  height: auto;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #323232;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
}

.more {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #4285f4;
  text-decoration: none;
}

.more:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .more:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.more:hover {
  color: #f7931a;
}

.rewards {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #494949;
  margin-bottom: 20px;
}

.rewards__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rewards__item b {
  display: inline-block;
  width: 32px;
}

.random-rewards {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 17px;
  color: #494949;
  text-align: left;
}

.rewards .medal {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-right: 5px;
}

.countdown {
  display: block;
  margin-right: 40px;
  position: relative;
}

@media only screen and (max-width: 720px) {
  .countdown + .header__menu {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1040px) {
  .countdown + .header__menu {
    margin-left: 20px;
  }
}
.countdown__time {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #494949;
  white-space: nowrap;
}

.countdown__time b {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
}

.countdown__users {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #494949;
  position: absolute;
  right: 0;
  top: 50px;
  white-space: nowrap;
}

.countdown__users b {
  font-weight: bold;
}

.join {
  display: flex;
  align-items: center;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.join__content {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: 50%;
  position: relative;
  z-index: 1;
}
.join__content:before {
  content: "";
  display: block;
  width: 450px;
  height: 439px;
  background-image: url("../images/join-bg.png");
  background-size: 450px 439px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -518px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join__content:before {
    background-image: url("../images/join-bg@2x.png");
  }
}
.join__description {
  display: block;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
  animation-delay: 0.25s;
}
.join__description strong {
  font-weight: bold;
}
.join__icon {
  display: block;
  margin: 0 0 20px;
  width: 65px;
}
.join_black {
  background-color: #000;
  border-bottom: 1px solid #494949;
}
.join_black .join__description {
  color: #fff;
}
.join_black .coins {
  background-color: #000;
  z-index: 1;
}
.join_black .join__content {
  z-index: 2;
}
.join_white .join__content {
  max-width: 530px;
}
.join_white .join__content:before {
  width: 448px;
  height: 443px;
  background-size: 448px 443px;
  background-image: url("../images/join-bg-white.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join_white .join__content:before {
    background-image: url("../images/join-bg-white@2x.png");
  }
}
.join_girl {
  height: 572px;
}
.join_girl .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.join_girl .join__content:before {
  width: 361px;
  height: 492px;
  top: auto;
  transform: none;
  left: -481px;
  bottom: 0;
  background-image: url("../images/girl.jpg");
  background-size: 361px 492px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join_girl .join__content:before {
    background-image: url("../images/girl@2x.jpg");
  }
}
.join_girl .join__description {
  width: 100%;
}
.join_man {
  height: 572px;
}
.join_man .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.join_man .join__content:before {
  width: 680px;
  height: 530px;
  top: auto;
  transform: none;
  left: -730px;
  bottom: 0;
  background-image: url("../images/man.jpg");
  background-size: 680px 530px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join_man .join__content:before {
    background-image: url("../images/man@2x.jpg");
  }
}
.join_man .join__description {
  width: 100%;
}
.join_asian {
  height: 572px;
}
.join_asian .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.join_asian .join__content:before {
  width: 475px;
  height: 528px;
  top: auto;
  transform: none;
  left: -555px;
  bottom: 0;
  background-image: url("../images/asian.jpg");
  background-size: 475px 528px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join_asian .join__content:before {
    background-image: url("../images/asian@2x.jpg");
  }
}
.join_asian .join__description {
  width: 100%;
}
.join_hindu {
  height: 572px;
}
.join_hindu .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.join_hindu .join__content:before {
  width: 460px;
  height: 523px;
  top: auto;
  transform: none;
  left: -555px;
  bottom: 0;
  background-image: url("../images/hindu.jpg");
  background-size: 460px 523px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join_hindu .join__content:before {
    background-image: url("../images/hindu@2x.jpg");
  }
}
.join_hindu .join__description {
  width: 100%;
}
.join_beardie {
  height: 532px;
}
.join_beardie .join__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.join_beardie .join__content:before {
  width: 520px;
  height: 459px;
  top: auto;
  transform: none;
  left: -585px;
  bottom: 0;
  background-image: url("../images/beardie.jpg");
  background-size: 520px 459px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .join_beardie .join__content:before {
    background-image: url("../images/beardie@2x.jpg");
  }
}
.join_beardie .join__description {
  width: 100%;
}
.join__btn {
  max-width: 320px;
  margin-bottom: 15px;
  animation-delay: 0.45s;
}
@media only screen and (max-width: 768px) {
  .join__btn {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 450px) {
  .join {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .join .subtitle {
    font-size: 30px;
    line-height: 36px;
  }
}
.levels-scheme {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
}
.levels-scheme .subtitle {
  margin-bottom: 20px;
}
.levels-scheme .description {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
.levels-scheme__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.levels-scheme__footer {
  font-size: 28px;
  line-height: 31px;
  color: #F7931A;
}
.levels-scheme .link:hover {
  text-decoration: none;
  color: #F7931A;
}

.startearning {
  display: block;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
.startearning .subtitle {
  animation-delay: 0.3s;
}
.startearning .description {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 40px;
  animation-delay: 0.5s;
}
.startearning__anim-arrow {
  display: flex;
  flex-wrap: wrap;
  max-width: 55px;
  width: 100%;
  margin: 0 auto 50px;
}

.steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  counter-reset: steps;
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 820px) {
  .steps {
    max-width: 400px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 440px) {
  .steps {
    max-width: 180px;
  }
}
.steps__arrow {
  display: block;
  width: 80px;
  height: 14px;
  background-image: url("../images/steps-arrow-new.svg");
  margin-top: 8px;
  flex-shrink: 0;
  background-size: 80px 14px;
}
.steps__arrow--first {
  animation-delay: 0.55s;
  animation-duration: 1.25s;
}
.steps__arrow--second {
  animation-delay: 1.15s;
}
.steps__arrow--third {
  animation-delay: 1.35s;
}
@media only screen and (max-width: 900px) {
  .steps__arrow {
    display: none;
  }
}
.steps__item {
  display: block;
  width: 180px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  counter-increment: steps;
  padding-top: 51px;
  animation-duration: 0.75s;
}
.steps__item--first {
  animation-delay: 0.4s;
}
.steps__item--second {
  animation-delay: 0.8s;
}
.steps__item--third {
  animation-delay: 1.2s;
}
.steps__item--fourth {
  animation-delay: 1.6s;
}
.steps__item:before {
  content: counter(steps);
  box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid #F7931A;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: #F7931A;
}
@media only screen and (max-width: 820px) {
  .steps__item {
    margin-bottom: 30px;
  }
}
.steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 16px;
}
.steps__text {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}

.extensions {
  display: block;
  background-color: #fff;
  background-image: url("../images/extensions-bg.png");
  background-repeat: no-repeat;
  background-position: right calc(50% - 289px) center;
  background-size: 520px 481px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .extensions {
    background-image: url("../images/extensions-bg@2x.png");
  }
}
.extensions .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
  height: 480px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1180px) {
  .extensions .wrapper {
    padding-left: 60px;
    max-width: 1170px;
  }
}
.extensions .clickzone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.extensions__text {
  display: block;
  width: 50%;
  max-width: 500px;
}
.extensions__text p {
  font-size: 26px;
  line-height: 40px;
  color: #000;
  margin-bottom: 15px;
}
.extensions__text p a {
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: #4285f4;
}
.extensions__text p a:hover {
  color: #F7931A;
}
.extensions__text strong,
.extensions__text b {
  font-weight: bold;
}
.extensions .btn {
  position: relative;
  z-index: 3;
}
.extensions__warning {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #f74249;
  margin-bottom: 30px;
}
.extensions__store-btns {
  display: flex;
}
.extensions__store-btns .store {
  margin-right: 10px;
}

.link {
  display: inline;
  color: #4285f4;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  color: #F7931A;
}
.link_info {
  display: inline-block;
  font-size: 14px;
  color: #d6d6d6;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  cursor: pointer;
}
.link_info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: -193px -95px;
  width: 12px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .link_info:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.link_info:hover {
  text-decoration: underline;
}
.link_more {
  font-size: 18px;
  line-height: 20px;
  padding-right: 21px;
  font-weight: bold;
  background-image: url("../images/arrow-bottom.png");
  background-size: 11px 7px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .link_more {
    background-image: url("../images/arrow-bottom@2x.png");
  }
}

.show-all + .link_more {
  background-image: url("../images/arrow-top.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .show-all + .link_more {
    background-image: url("../images/arrow-top@2x.png");
  }
}

.logo {
  display: block;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
.logo.logo-animated-pro--dark {
  width: 310px;
}
.logo--browser {
  max-width: 347px;
  height: 80px;
}
.logo img {
  vertical-align: top;
}
@media only screen and (max-width: 1150px) {
  .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .logo img {
    max-width: 250px;
  }
}
.logo--not-margin {
  margin-bottom: 0;
}

.page {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  min-width: 320px;
}
.page_black .coins {
  background-color: #000;
}
.page--gray {
  background-color: #f7f7f7;
}
.page--gray .container {
  background-color: transparent;
}
.page--white {
  background-color: #fff;
}

.page_blocked {
  overflow: hidden;
}

.page_ru .btn_black {
  padding-left: 75px;
}

.page_es .trust {
  max-width: 380px;
}

.page_fr .trust {
  max-width: 430px;
}

.page_en .first__screen p,
.page_fr .first__screen p,
.page_es .first__screen p {
  margin-bottom: 35px;
}

.page_en .trust_top,
.page_fr .trust_top,
.page_es .trust_top {
  margin-bottom: 30px;
}

.page_inline .coins {
  z-index: 1;
  background-color: transparent;
}

.page_inline .header {
  z-index: 20;
}

.page_inline .container {
  position: relative;
  padding-bottom: 450px;
}

.page_inline .container__text {
  padding-bottom: 20px;
  z-index: 10;
}

.page_inline .container__text h1,
.page_inline .container__text p {
  text-align: center;
}

.page_withcoins .header {
  z-index: 10;
}

.page_payments .container__text,
.page_leaderboard .container__text,
.page_results .container__text {
  max-width: 790px;
}

.page_withcoins .container__text {
  z-index: 1;
  max-width: 900px;
  width: 100%;
  padding-bottom: 60px;
}

.page_withcoins ul.pagination a:hover {
  color: #F7931A;
  border-color: #F7931A;
}

.page_payments .container__text h1,
.page_leaderboard .container__text h1,
.page_results .container__text h1,
.page_uninstall .container__text h1,
.page_generator .container__text h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.page_payments .container__text p,
.page_leaderboard .container__text p,
.page_results .container__text p,
.page_uninstall .container__text p,
.page_generator .container__text p {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #494949;
  margin-bottom: 20px;
}

@media only screen and (max-width: 850px) {
  .page_promo .container {
    display: block;
    padding-top: 0;
  }
  .page_promo .header {
    position: static;
    margin-bottom: 30px;
  }
  .page_promo .header__container {
    flex-direction: column;
  }
  .page_promo .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .page_v2 .first {
    overflow-x: hidden;
  }
  .page_v2 .header__socials span {
    display: none;
  }
  .page_v2 .header .logo {
    margin-right: 20px;
  }
}
.container_promo {
  display: none;
  /*transform: translateY(-100%);
    transition: .5s;*/
}

.container_promo .header {
  z-index: 10;
}

@media only screen and (max-width: 980px) {
  .container_promo .store {
    display: none;
  }
}
.page_promo .container__text,
.container_promo .container__text {
  max-width: 1040px;
  text-align: center;
  padding-bottom: 60px;
  z-index: 1;
}

.page_promo .container__text p,
.container_promo .container__text p {
  text-align: center;
  line-height: 17px;
}

.page_faq .container {
  background-color: #f7f7f7;
  position: relative;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.page_tab .first {
  margin-bottom: 0;
  border-bottom: 1px solid #c0c0c0;
}

.page_tab .first__screen {
  background-position: bottom center;
}

@media only screen and (max-width: 840px) {
  .page_tab .header__container {
    flex-direction: column;
  }
  .page_tab .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .page_tab .header__navbar {
    flex-direction: column;
  }
}
.error-label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #f7931a;
}

.ct-counters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .ct-counters {
    max-width: 210px;
    flex-direction: column;
  }
  .ct-counters .ct-counter:not(:last-child) {
    margin-bottom: 20px;
  }
}

.ct-counter {
  display: block;
  width: 210px;
}
.ct-counter__value {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  font-size: 48px;
  line-height: 53px;
  color: #000;
  font-weight: bold;
}
.ct-counter__value span:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.ct-counter__label {
  display: block;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.ct-counter_users .ct-counter__value span:before {
  width: 32px;
  height: 34px;
  background-image: url("../images/counter-users.png");
  background-size: 32px 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ct-counter_users .ct-counter__value span:before {
    background-image: url("../images/counter-users@2x.png");
  }
}
.ct-counter_users .ct-counter__label {
  background-color: #4285f4;
}
.ct-counter_payments .ct-counter__value span:before {
  width: 30px;
  height: 45px;
  background-image: url("../images/counter-payments.png");
  background-size: 30px 45px;
  position: relative;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ct-counter_payments .ct-counter__value span:before {
    background-image: url("../images/counter-payments@2x.png");
  }
}
.ct-counter_payments .ct-counter__label {
  background-color: #F7931A;
}

.total-payments {
  display: block;
  font-size: 16px;
  line-height: 17px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.total-payments__label {
  font-weight: bold;
  color: #000;
}
.total-payments__value {
  color: #494949;
}

.line {
  display: block;
  height: 4px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 3px;
  border-radius: 2px;
  background-color: #4285f4;
  min-width: 5px;
}

.medal {
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid;
  border-radius: 9px;
}

.medal_gold {
  border-color: #f29822;
}

.medal_silver {
  border-color: #d6d6d6;
}

.medal_bronze {
  border-color: #c58a56;
}

.platform {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 2px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/platform-ext.png");
  background-size: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform {
    background-image: url("../images/platform-ext@2x.png");
  }
}

.percent {
  display: block;
  font-size: 12px;
  color: #f7931a;
  font-weight: 700;
}
.percent span {
  color: #757575;
}

.accounts {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.account {
  display: flex;
  width: 100%;
  min-height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d6d6d6;
  align-items: center;
}
.account__icon {
  width: 70px;
  flex-shrink: 0;
}
.account__icon img {
  display: block;
}
.account__title {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.account__details {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
}
.account__user {
  display: block;
  color: #f7931a;
  text-decoration: none;
}
.account .btn_link {
  font-size: 11px;
}
.account .btn_link:disabled {
  color: #d6d6d6;
  pointer-events: none;
}

.balance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  background-image: url("../images/bitcoin-logo@2x.png");
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 26px;
  padding-left: 46px;
  position: relative;
  flex-shrink: 0;
}
.balance__first-line {
  display: block;
  color: #494949;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.balance__second-line {
  display: flex;
  justify-content: space-between;
  color: #757575;
  font-size: 10px;
  line-height: 11px;
}
.balance__second-line b {
  font-weight: bold;
}
.balance:hover .balance__first-line {
  color: #4285f4;
}
.balance__mining {
  padding-right: 16px;
}
.balance__mining b {
  color: #f74249;
}

.signin-block {
  transition: all 0.3s ease-out;
  height: auto;
  transform: translateY(0);
  opacity: 1;
}
.signin-block.hidden {
  height: 0;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.signin {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.signin__title {
  font-size: 12px;
  font-weight: bold;
}
.signin__item {
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  color: #000;
  padding-top: 11px;
  text-decoration: none;
}
.signin__item img {
  display: inline-block;
  margin-bottom: 5px;
}
.signin__item:hover {
  border-color: #d9d9d9;
  border-radius: 4px;
  color: #4285f4;
}
.signin__item + .signin__item {
  margin-left: 10px;
}
.signin__or {
  display: block;
  width: 27px;
  height: 16px;
  line-height: 16px;
  color: #303030;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-left: 13px;
  margin-right: 13px;
}

.agreement {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #757575;
  text-align: center;
}
.agreement a {
  color: #4285f4;
  text-decoration: none;
}
.agreement a:hover {
  color: #000;
}

.payments {
  width: 100%;
}
.payments th {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  padding-bottom: 7px;
  text-align: left;
  padding-left: 20px;
}
.payments th:first-child {
  padding-left: 0;
}
.payments td {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  text-align: left;
  padding-left: 20px;
}
.payments td:first-child {
  width: 100%;
  padding-left: 0;
}
.payments td:last-child {
  padding-right: 20px;
}

.comment {
  display: block;
  color: #757575;
  font-size: 10px;
}

.status {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.status_rejected {
  background-color: #f74249;
  color: #fff;
}
.status_processed {
  background-color: #4cc15c;
  color: #fff;
}
.status_pending {
  background-color: #d6d6d6;
  color: #757575;
}

.check {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  margin-left: 15px;
}
.check:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #000;
  margin-left: 3px;
}
.check:hover {
  color: #4285f4;
}

.comment {
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  margin-top: 3px;
}
.comment:hover i {
  background-color: #000;
}
.comment:hover span {
  display: block;
}
.comment i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #757575;
  position: relative;
}
.comment i:after {
  content: "";
  display: block;
  width: 2px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
}
.comment i:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 6px;
  background-color: #fff;
}
.comment span {
  display: none;
  width: 230px;
  max-width: 230px;
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  border-radius: 2px;
  white-space: pre-wrap;
}

.errorlist {
  color: #ec1b1b;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}

.input-row {
  margin-top: 22px;
}
.input-row input {
  border: none;
  padding: 0px;
  outline: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
}
.input-row input.error {
  border-color: red;
}
.input-row input:focus {
  border-color: #4285f4;
}
.input-row select {
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cecece;
  background-color: #fff;
  padding-left: 0;
  padding-right: 25px;
  padding-bottom: 16px;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url("../images/triangle.png");
  background-size: 8px 4px;
  background-position: right top 9px;
  background-repeat: no-repeat;
  outline: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .input-row select {
    background-image: url("../images/triangle@2x.png");
  }
}
.input-row select:hover {
  border-bottom-color: #4285f4;
}
.input-row select:invalid {
  color: #757575;
}
.input-row textarea {
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border: none;
  border: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
}
.input-row textarea.error {
  border-color: red;
}
.input-row textarea:focus {
  border-color: #4285f4;
}
.input-row__description {
  font-size: 12px;
  color: #757575;
  margin-top: 15px;
}
.input-row__description b {
  font-weight: bold;
}

.questions {
  display: block;
  margin-top: 40px;
}
.questions__item {
  display: block;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.questions__item:hover:not(.expanded) {
  border-color: #4285f4;
}
.questions__item:hover:not(.expanded) .questions__header {
  color: #4285f4;
}
.questions__item + .questions__item {
  margin-top: 15px;
}
.questions__item.expanded .questions__body {
  display: block;
}
.questions__header {
  display: block;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 100px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .questions__header {
    padding-right: 40px;
  }
}
.questions__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #757575;
}
.questions__body {
  display: none;
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c0c0c0;
}
.questions__body ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.questions__body ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}
.questions__body li > ul, .questions__body li > ol {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 30px;
}
.questions__body li:last-child {
  margin-bottom: 0;
}
.questions__body_sm {
  font-size: 16px;
  line-height: 17px;
}
.questions__body_sm li {
  line-height: 17px;
  margin-bottom: 15px;
}
.questions__group {
  margin-bottom: 50px;
}
.questions__group:last-child {
  margin-bottom: 0;
}
.questions__title {
  display: block;
  font-size: 28px;
  line-height: 31px;
  border-bottom: 3px solid #F7931A;
  color: #F7931A;
  margin-bottom: 20px;
}
.questions__subtitle {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: bold;
}

.tooltip {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a4a4a4;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}
.tooltip:hover {
  background-color: #000;
}
.tooltip:hover .tooltip__text {
  display: block;
}
.tooltip_question {
  background-image: url("../images/question.svg");
}
.tooltip__text {
  display: none;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .arrow {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}

.results {
  display: none;
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
.results .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  background-color: #494949;
  padding-top: 30px;
  padding-bottom: 30px;
}

.results.active {
  display: block;
}

.results:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

.results__table {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 499px) {
  .results__table td:first-of-type, .results__table td:last-of-type {
    font-size: 16px;
  }
}
@media (max-width: 399px) {
  .results__table td:first-of-type, .results__table td:last-of-type {
    font-size: 13px;
  }
}

.results__table td {
  height: 57px;
}

.results__table thead tr {
  border-bottom: 3px solid #f7931a;
}

.results__table thead th {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  vertical-align: middle;
  padding-bottom: 5px;
}
@media (max-width: 499px) {
  .results__table thead th:first-of-type, .results__table thead th:last-of-type {
    font-size: 16px;
  }
}
@media (max-width: 399px) {
  .results__table thead th:first-of-type, .results__table thead th:last-of-type {
    font-size: 12px;
  }
}

.results__table thead th .small {
  font-size: 12px;
  color: #d6d6d6;
  font-weight: 300;
}

.results__table thead th.results__friends-h {
  width: 305px;
}

.results__table thead th b {
  font-weight: 700;
}

.results__table tbody tr {
  border-bottom: 1px solid #757575;
}

.results__table tbody td {
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  width: 40%;
}

@media only screen and (max-width: 790px) {
  .results__table tbody td {
    font-size: 18px;
  }
}
.results__table tbody td:nth-child(1) {
  font-weight: normal;
}

.results__table tbody td:nth-child(3) {
  font-weight: 300;
}

.results__table tbody td:nth-child(3) span {
  font-weight: normal;
}

.results__table td.results__round {
  color: #fff;
  font-size: 14px;
  max-width: 150px;
  width: 10%;
  white-space: nowrap;
  line-height: 21px;
}

.results__table td.results__round b {
  font-weight: 700;
}

.second {
  display: block;
  width: 100%;
  background-color: #000;
  background-image: url("../images/bg_02.jpg");
  background-position: center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: -2;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 600px;
}

.second .subtitle {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 60px;
  line-height: 67px;
  padding-left: 45px;
  padding-right: 45px;
}

.second .subtitle span {
  display: inline;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f7931a;
  box-shadow: 25px 0 0 #f7931a, -25px 0 0 #f7931a;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.top {
  display: block;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 50px;
  padding-left: 90px;
  padding-right: 90px;
}

.last {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #d6d6d6;
  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
}

.desc {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #494949;
}
.desc_big {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 36px;
  color: #000;
  position: relative;
  z-index: 100;
}
.desc a {
  color: #4285f4;
  text-decoration: none;
}
.desc a:hover {
  color: #F7931A;
}
.desc b,
.desc strong {
  font-weight: bold;
}

.speedbox {
  margin: 40px auto 40px;
  height: 180px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.speedbox.animated .speedbox__score {
  animation-duration: 2s;
  animation-name: score_anim;
  animation-iteration-count: 1;
  transition: 1s ease-in;
}
.speedbox.animated .speedbox__pointer {
  animation-duration: 2s;
  animation-name: pointer_anim;
  animation-iteration-count: 1;
  transition: 1s ease-in;
}
.speedbox__groove {
  height: 200px;
  width: 300px;
  background: transparent;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border: 18px solid #d6d6d6;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.speedbox__score {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
  height: 300px;
  width: 300px;
  background: transparent;
  border-radius: 50%;
  border: 18px solid #4285f4;
  border-color: transparent transparent #4285f4 #4285f4;
  box-sizing: border-box;
  z-index: 1;
}
.speedbox__score_rookie {
  border-color: transparent transparent #4285f4 #4285f4;
}
.speedbox__score_pro {
  border-color: transparent transparent #2abb40 #2abb40;
}
.speedbox__score_veteran {
  border-color: transparent transparent #f7931a #f7931a;
}
.speedbox__score_expert {
  border-color: transparent transparent #9e31c7 #9e31c7;
}
.speedbox__score_master {
  border-color: transparent transparent #e11282 #e11282;
}
.speedbox__score_legend {
  border-color: transparent transparent #ff5718 #ff5718;
}
.speedbox__score_bigboss {
  border-color: transparent transparent #000 #000;
}
.speedbox__base {
  width: 300px;
  height: 150px;
  background: white;
  position: relative;
  top: 150px;
  z-index: 20;
}
.speedbox__odo {
  text-align: center;
  position: absolute;
  color: #5c6f7b;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.speedbox__odo i {
  font-size: 13px;
  opacity: 0.6;
}
.speedbox__odo > div {
  margin-bottom: 0;
}
.speedbox__odo span {
  font-size: 0.7em;
}
.speedbox__pointer {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  background-image: url("../images/pointer.png");
  background-position: 43px;
  background-repeat: no-repeat;
  background-size: 133px 54px;
  z-index: 100;
  transform: rotate(0deg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .speedbox__pointer {
    background-image: url("../images/pointer@2x.png");
  }
}
.speedbox + .referred {
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}

@keyframes score_anim {
  25% {
    transform: rotate(135deg);
  }
}
@keyframes pointer_anim {
  25% {
    transform: rotate(180deg);
  }
}
.rank {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.rank_newbie {
  background-color: #757575;
}
.rank_rookie {
  background-color: #4285f4;
}
.rank_pro {
  background-color: #2abb40;
}
.rank_veteran {
  background-color: #f7931a;
}
.rank_expert {
  background-color: #9e31c7;
}
.rank_master {
  background-color: #e11282;
}
.rank_legend {
  background-color: #ff5718;
}
.rank_bigboss {
  background-color: #000;
}

.referred {
  font-size: 14px;
  line-height: 16px;
}
.referred__label {
  color: #494949;
}
.referred__value {
  color: #4285f4;
  font-weight: bold;
  text-decoration: none;
}
.referred__value:hover {
  color: #000;
}
.referred__value:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url("../images/people.png");
  background-size: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referred__value:after {
    background-image: url("../images/people@2x.png");
  }
}

.sixth {
  display: block;
  min-height: 680px;
  background-color: transparent;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: 2400px 880px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.sixth__title {
  font-size: 48px;
  line-height: 53px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.sixth__title strong {
  font-weight: 700;
}

.sixth__description {
  font-size: 18px;
  line-height: 24px;
  color: #d6d6d6;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

@media only screen and (max-width: 720px) {
  .sixth__description {
    margin-bottom: 30px;
  }
}
.sixth__hurry {
  display: block;
  width: 100%;
  min-height: 370px;
  max-width: 1110px;
  padding-left: 690px;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  position: relative;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 720px) {
  .sixth__hurry {
    margin-left: 0;
    max-width: none;
  }
}
.sixth__images {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.sixth__image {
  display: block;
  position: absolute;
}

.sixth__image_l {
  top: 0;
  left: 0;
}

.sixth__image_r {
  left: 297px;
  top: 60px;
}

@media only screen and (max-width: 744px) {
  .sixth__image {
    width: 50%;
    height: auto;
  }
  .sixth__image_r {
    left: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1060px) {
  .sixth__hurry {
    padding-left: 0;
  }
  .sixth__images {
    position: relative;
    margin-bottom: 80px;
    max-width: 637px;
    margin-left: auto;
    margin-right: auto;
  }
  .sixth__image_l {
    position: relative;
  }
}
.store {
  display: block;
  width: auto;
  min-width: 54px;
  height: 52px;
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding-left: 47px;
  text-decoration: none;
  padding-top: 10px;
  background-color: #fff;
  flex-shrink: 0;
  text-align: left;
  margin-bottom: 10px;
}
.store:before {
  content: "";
  display: block;
  position: absolute;
}
.store_chrome:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -34px -95px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .store_chrome:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.store_ff:before {
  background-image: url("../images/logo-ff.png");
  width: 25px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 25px 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .store_ff:before {
    background-image: url("../images/logo-ff@2x.png");
  }
}
.store_ff .store__first-line,
.store_ff .store__second-line {
  display: none;
}
.store_android:before {
  background-image: url("../images/android.png");
  width: 24px;
  height: 28px;
  background-position: center;
  left: 15px;
  top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .store_android:before {
    background-image: url("../images/android@2x.png");
    background-size: 24px 28px;
  }
}
.store_cryptosearch:before {
  background-image: url("../images/cryptosearch-logo.svg");
  width: 24px;
  height: 24px;
  background-position: center;
  left: 12px;
  top: 13px;
  background-size: 24px 24px;
}
.store_edge:before {
  background-image: url("../images/browser-icon_edge.png");
  width: 24px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 24px 26px;
}
.store_edge:hover:before {
  filter: brightness(0) invert(1);
}
.store_opera:before {
  background-image: url("../images/browser-icon_opera.png");
  width: 26px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 26px 26px;
}
.store_safari:before {
  background-image: url("../images/browser-icon_safari.png");
  width: 26px;
  height: 26px;
  background-position: center;
  top: 12px;
  left: 14px;
  background-size: 26px 26px;
}
.store__first-line {
  display: block;
  font-size: 11px;
  line-height: 15px;
  color: #757575;
  font-weight: 300;
}
.store__second-line {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  font-weight: 600;
  position: relative;
  top: -3px;
  padding-right: 15px;
}
.store:hover {
  background-color: #4285f4;
  border-color: #4285f4;
}
.store:hover .store__first-line {
  color: #d6d6d6;
}
.store:hover .store__second-line {
  color: #fff;
}
.store:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.store:active .store__first-line {
  color: #757575;
}
.store:active .store__second-line {
  color: #fff;
}
.store:active:before {
  opacity: 0.7;
}
.store_cryptotab:before {
  background-image: url("../images/cryptotab-logo.svg");
  width: 24px;
  height: 24px;
  background-position: center;
  left: 12px;
  top: 13px;
  background-size: 24px 24px;
}
.store_browser:before {
  background-position: center;
  background-image: url("../images/browser-icon-footer.png");
  width: 26px;
  height: 26px;
  background-size: 26px;
  left: 13px;
  top: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .store_browser:before {
    background-image: url("../images/browser-icon-footer@2x.png");
  }
}

.store_cryptotab .store__first-line,
.store_cryptosearch .store__first-line {
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 2px;
}

.store_cryptotab .store__second-line,
.store_cryptosearch .store__second-line {
  color: #757575;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  top: 0;
}

.store_cryptotab:hover .store__first-line,
.store_cryptosearch:hover .store__first-line {
  color: #fff;
}

.store_cryptotab:active .store__first-line,
.store_cryptosearch:active .store__first-line {
  color: #000;
  opacity: 0.7;
}

.store_cryptotab:hover .store__second-line,
.store_cryptosearch:hover .store__second-line {
  color: #9fc3ff;
}

.store_cryptotab:active .store__second-line,
.store_cryptosearch:active .store__second-line {
  color: #757575;
  opacity: 0.7;
}

.store_cryptotab:active::before,
.store_cryptosearch:active::before {
  opacity: 0.7;
}

.store_cryptotab:active,
.store_cryptosearch:active {
  background-color: #d6d6d6;
}

.page_ff .store_chrome {
  order: 1;
}

.page_ff .store_ff {
  order: 2;
}

.page_ff.page_v2 .store_ff {
  order: 0;
}

.page_ff .store_chrome .store__first-line,
.page_ff .store_chrome .store__second-line {
  display: none;
}

.page_ff .store_ff .store__first-line,
.page_ff .store_ff .store__second-line {
  display: block;
}

.third {
  display: block;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 50px;
  color: #fff;
  overflow: hidden;
}
.third_uninstall {
  padding-top: 0;
  padding-bottom: 200px;
  position: relative;
}
.third_uninstall .wrapper {
  display: block;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.third_uninstall:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 230px;
  width: 120%;
  position: absolute;
  bottom: -120px;
  left: -5%;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .third_uninstall {
    padding-bottom: 200px !important;
  }
}
.third__top-text {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 50px;
}
.third__bottom-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 60px;
}

.third__pool {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #494949;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .third__pool {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.third__pool strong {
  color: #f7931a;
}

.third__pool b {
  font-weight: bold;
}

.third__referral {
  color: #d6d6d6;
  font-size: 18px;
  line-height: 30px;
  max-width: 1000px;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.third__referral .link:hover {
  text-decoration: none;
  color: #f7931a;
}

@media only screen and (max-width: 500px) {
  .third__referral {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.third__scheme {
  display: block;
  width: 100%;
  max-width: 1095px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.third__scheme img {
  display: block;
  width: 100%;
  height: auto;
}

.third__levels {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 43px;
}

.scroll-arrow {
  display: block;
  width: 38px;
  height: 19px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background-image: url("../images/scroll-arrow.png");
  background-size: 38px 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .scroll-arrow {
    background-image: url("../images/scroll-arrow@2x.png");
  }
}

.total {
  margin-bottom: 40px;
  text-align: center;
}

.total__title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
  color: #f7931a;
  font-weight: bold;
  text-transform: uppercase;
}

.total__friends {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.total__friends .total__value {
  margin-bottom: 0;
}

.total__label {
  font-size: 16px;
  line-height: 17px;
  color: #d6d6d6;
  margin-bottom: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}

.total__value {
  display: block;
  color: #fff;
  margin-bottom: 14px;
}

.total__value_friends {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  margin-left: 8px;
  font-weight: 600;
}

.total__value_income {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  font-size: 64px;
  line-height: 72px;
  background-color: #f7931a;
  border-radius: 4px;
  margin-bottom: 0;
}

.total__value_income span {
  font-weight: 700;
}

.total__value_income:after {
  content: "";
  display: block;
}

.total__btc {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

.total__btc:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: -66px -95px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .total__btc:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.trust {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.trust a {
  color: #4285f4;
  text-decoration: none;
}

.trust a:hover {
  color: #f7931a;
}

.trust_white {
  color: #fff;
}

.trust_white a {
  color: #fff;
  text-decoration: underline;
}

.trust_white a:hover {
  color: #fff;
  text-decoration: none;
}

.trust_top {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.trust_top br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .trust_top {
    margin-top: 0;
  }
}
.users {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  margin-right: 40px;
  text-decoration: none;
}

@media only screen and (max-width: 560px) {
  .users {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.users__count {
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.users__count b {
  font-weight: bold;
}

.users__rating {
  display: flex;
  align-items: center;
  color: #494949;
}

.users__rating span {
  opacity: 0.7;
}

.users__rating img {
  display: block;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.wrapper {
  display: block;
}

::-moz-selection {
  background-color: #f7931a;
  color: #fff;
}

::selection {
  background-color: #f7931a;
  color: #fff;
}

.rangeSlider,
.rangeSlider__fill {
  display: block;
  border-radius: 10px;
}

.rangeSlider {
  position: relative;
  background: #d6d6d6;
}

.rangeSlider__horizontal {
  height: 6px;
  width: 100%;
  max-width: 380px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeSlider__fill {
  background: #d6d6d6;
  position: absolute;
  z-index: 2;
}

.rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  background-color: #4285f4;
  left: 0;
}

.rangeSlider__handle {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  top: -12px;
  z-index: 5;
}

input[type=range]:focus + .rangeSlider .rangeSlider__handle {
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
  z-index: 1;
  position: absolute;
  top: -10px;
  height: 26px;
  background: transparent;
  width: 100%;
}

.notice {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #494949;
  margin-top: 40px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  opacity: 0.8;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 4px;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.promo-label {
  display: block;
  position: absolute;
  top: 40px;
  left: -40px;
  height: 24px;
  width: 170px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-50deg);
  background-color: #4285f4;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.scroll-notification {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000;
}

.scroll-notification__text {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 73px;
  background-image: url("../images/scroll-icon.png");
  background-repeat: no-repeat;
  background-size: 41px 33px;
  background-position: bottom center;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .scroll-notification__text {
    background-image: url("../images/scroll-icon@2x.png");
  }
}
.bform {
  display: block;
  width: 750px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}

.bform__row {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: flex-end;
  -ms-flex-align: end;
}

.bform .label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.bform input[type=number] {
  height: 50px;
  border: 1px solid #cecece;
  border-radius: 2px;
  min-width: 170px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.bform .btn_default {
  max-width: 210px;
  height: 50px;
  line-height: 50px;
}

.bform select {
  height: 50px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background-color: #fff;
  min-width: 90px;
  padding-left: 15px;
}

.group + .group {
  border-top: 1px solid #c8c8c8;
  margin-top: 50px;
  padding-top: 50px;
}

.group .subtitle {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 32px;
}

.group_1,
.group_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.group_1 .subtitle,
.group_2 .subtitle {
  width: 100%;
}

.group_1 .row_code,
.group_2 .row_code {
  order: 2;
  flex-direction: column;
  justify-content: flex-start;
}

.group_1 .row_code {
  width: 100%;
  max-width: 600px;
}

.group_2 .row_code {
  width: 100%;
  max-width: 560px;
}

.group_1 .row_code .textarea,
.group_2 .row_code .textarea {
  width: 100%;
}

.group_1 .row_code .textarea_js,
.group_2 .row_code .textarea_js {
  min-height: 200px;
}

.group_1 .row_code .col,
.group_2 .row_code .col {
  text-align: right;
}

.group_1 .row_code .col + .col,
.group_2 .row_code .col + .col {
  margin-left: 0;
  margin-top: 30px;
}

.group_1 .row_preview,
.group_2 .row_preview {
  order: 1;
  margin-top: 0;
  margin-right: 30px;
}

.group_3,
.group_4,
.group_8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.group_3 .subtitle,
.group_4 .subtitle,
.group_8 .subtitle {
  width: 100%;
}

.group_3 .row_code,
.group_4 .row_code,
.group_8 .row_code {
  order: 2;
}

.group_3 .row_code .col,
.group_4 .row_code .col,
.group_8 .row_code .col {
  width: 300px;
}

.group_3 .row_code .textarea,
.group_4 .row_code .textarea,
.group_8 .row_code .textarea {
  min-height: 250px;
}

.group_3 .row_code .col,
.group_4 .row_code .col,
.group_8 .row_code .col {
  text-align: right;
}

.group_3 .row_preview,
.group_4 .row_preview,
.group_8 .row_preview {
  order: 1;
  margin-top: 0;
  margin-right: 30px;
}

.page_generator .container__text {
  max-width: 970px;
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.row_preview {
  margin-top: 40px;
}

.col__title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

.col {
  text-align: right;
}

.col + .col {
  margin-left: 30px;
}

.result {
  display: none;
  border-top: 1px solid #d6d6d6;
  padding-top: 50px;
  width: 100%;
}

.result .btn_default {
  height: 40px;
  line-height: 40px;
  width: 200px;
  font-size: 12px;
  display: inline-block;
}

.variant {
  text-transform: uppercase;
}

#preview iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textarea {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 120px;
  width: 100%;
}

.textarea_js {
  min-height: 180px;
}

.group_5 .textarea,
.group_6 .textarea,
.group_7 .textarea,
.group_9 .textarea {
  min-height: 180px;
}

.install-tip {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.install-tip__handler {
  display: block;
  max-width: 700px;
}
.install-tip__title {
  display: block;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #d6d6d6;
}
.install-tip__body {
  display: block;
  background-color: #282828;
  border: 1px solid #757575;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.install-tip__body strong {
  font-weight: bold;
}
.install-tip__title strong {
  color: #fff;
  font-weight: bold;
}

.install-tip_ff .install-tip__handler {
  position: absolute;
  left: 380px;
  top: 270px;
  margin-right: 20px;
}

@media only screen and (max-width: 1400px) {
  .install-tip_ff .install-tip__handler {
    left: 28%;
  }
}
@media only screen and (max-width: 1000px) {
  .install-tip_ff .install-tip__handler {
    left: 35%;
  }
}
.install-tip_ff .install-tip__handler::before {
  content: "";
  display: block;
  width: 40px;
  height: 84px;
  background-image: url("../images/install-tip_arrow.png");
  background-size: 40px 84px;
  position: absolute;
  top: -104px;
  left: 100px;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .install-tip_ff .install-tip__handler::before {
    background-image: url("../images/install-tip_arrow@2x.png");
  }
}
.install-tip_ie .install-tip__handler {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 100px;
  text-align: center;
  width: 100%;
  max-width: none;
}

.no-results {
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 100px;
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.store-btns {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.store-btn {
  display: block;
  min-width: 290px;
  padding-top: 15px;
  padding-bottom: 14px;
  min-height: 60px;
  background-color: #4285f4;
  padding-left: 80px;
  position: relative;
  border-radius: 5px 3px 3px 5px;
  border: none;
  margin-bottom: 10px;
}

.store-btn:hover {
  background-color: #f7931a;
}

.store-btn:active {
  background-color: #d6d6d6;
}

.store-btn span {
  display: block;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 20px;
}

.store-btn span:first-child {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 2px;
  color: #fff;
}

.store-btn span:last-child {
  font-size: 11px;
  line-height: 12px;
  color: #9fc3ff;
}

.store-btn:hover span:last-child,
.store-btn:active span:last-child {
  color: #fff;
}

.store-btn::before {
  content: "";
  display: block;
  width: 60px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d6d6d6;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}

.store-btn_cryptosearch::before {
  background-image: url("../images/cryptosearch-logo.svg");
}

.store-btn_cryptotab::before {
  background-image: url("../images/cryptotab-logo.svg");
}

.fourth .store-btns {
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: row;
}

.fourth .store-btn {
  background-color: #000;
  margin-left: 5px;
  margin-right: 5px;
}

.fourth .store-btn:hover {
  background-color: #f7931a;
}

.fourth .store-btn::before {
  border-color: #fff;
}

.fourth .store-btn span:last-child {
  color: #757575;
}

.fourth .store-btn:hover span:last-child {
  color: #ffc782;
}

.winners {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.winner {
  display: flex;
  margin-bottom: 45px;
  width: 100%;
  max-width: 510px;
}
.winner:last-child {
  margin-bottom: 0;
}
.winner__icon {
  display: block;
  width: 90px;
  text-align: center;
  margin-right: 20px;
  padding-top: 5px;
  flex-shrink: 0;
}
.winner__icon img {
  display: block;
}
.winner__icon span {
  display: inline-block;
  min-width: 40px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  background-color: #f7b930;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}
.winner__body {
  width: 100%;
  position: relative;
}
.winner__body .row {
  display: flex;
  width: 100%;
  min-width: 400px;
  width: auto;
  padding-right: 20px;
  align-items: center;
  justify-content: flex-start;
  background-color: #fffdfd;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  flex-wrap: nowrap;
}
.winner__body .col {
  text-align: left;
  flex: 1;
}
.winner__body .col:first-child {
  white-space: nowrap;
  flex: 1.5;
}
.winner__body .line {
  left: 0;
  bottom: -7px;
}
.winner__title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}
.winner__label {
  display: block;
  color: #757575;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
.winner__val {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}
.winner .sum {
  display: flex;
  align-items: center;
  height: 65px;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #d6d6d6;
}
@media only screen and (max-width: 610px) {
  .winner .row {
    flex-direction: column;
    min-width: 0;
  }
  .winner .sum {
    border-right: none;
    height: auto;
    padding-top: 15px;
  }
  .winner .col {
    text-align: center;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.clover {
  display: block;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.clover span {
  display: inline-block;
  position: relative;
  padding-left: 46px;
}
.clover span:before {
  content: "";
  display: block;
  width: 31px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/clover.png");
  background-size: 31px 39px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .clover span:before {
    background-image: url("../images/clover@2x.png");
  }
}
.clover b {
  font-weight: bold;
}

.page_ms .more-link {
  margin-bottom: 0;
}
.page_ms .first__screen {
  background-image: url("../images/macbook.png");
  background-size: 600px 346px;
  background-repeat: no-repeat;
  background-position: center right calc(50% + 315px);
  min-height: 346px;
  margin-bottom: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page_ms .first__screen {
    background-image: url("../images/macbook@2x.png");
  }
}
@media only screen and (max-width: 768px) {
  .page_ms .first__screen {
    background: none;
    min-height: 0;
    margin-bottom: 0;
  }
  .page_ms .first__screen .more-link {
    margin-bottom: 20px;
  }
}

.youtube {
  display: block;
  padding-left: 110px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background-color: #fffdfd;
  background-image: url("../images/icon-youtube.png");
  background-size: 50px 36px;
  background-repeat: no-repeat;
  background-position: 30px center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .youtube {
    background-image: url("../images/icon-youtube@2x.png");
  }
}
.youtube a {
  color: #4285f4;
  text-decoration: none;
}

.page_browser .first {
  background-color: #fff;
}
.page_browser .first .title {
  line-height: 53px;
}
@media (max-width: 767px) {
  .page_browser .first .title {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .page_browser .first__screen {
    padding-bottom: 20px;
  }
}
.page_browser .first__description {
  max-width: 980px;
}
.page_browser .first__screen {
  background-image: url("../images/macbook.png");
  background-size: 600px 346px;
  background-repeat: no-repeat;
  background-position: top 35px right calc(50% + 315px);
  min-height: 382px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.page_browser .first__screen p {
  margin-bottom: 40px;
}
.page_browser .first__screen .note {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 45px;
}

.page_theme_black .coins {
  background-color: transparent;
  z-index: 1;
}
.page_theme_black .wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1350px) {
  .page_theme_black .logo img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1280px) {
  .page_theme_black .logo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .page_theme_black .header__menu {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
}

.page_referrals .last {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page_referrals .last .social-btns {
  margin-bottom: 30px;
}

.first__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .first__icon {
    display: none;
  }
}

.referrals {
  display: block;
  max-width: 550px;
  margin: 50px auto 0;
}
.referrals__label {
  display: block;
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .referrals__label {
    font-size: 12px;
  }
}
.referrals__total {
  display: block;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #757575;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .referrals__total {
    font-size: 24px;
  }
}
.referrals__total span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url("../images/people_gray.png");
  background-size: 18px 20px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referrals__total span:before {
    background-image: url("../images/people_gray@2x.png");
  }
}
@media (max-width: 767px) {
  .referrals__total span:before {
    top: 2px;
  }
}
.referrals__row {
  display: flex;
  width: 100%;
}
.referrals__row_labels {
  visibility: hidden;
  justify-content: space-between;
}
.referrals__row_labels.visible {
  visibility: visible;
}
.referrals__row_labels .referrals__label:first-child {
  flex: 1.5;
}
.referrals__row_labels .referrals__label:nth-child(2) {
  text-align: right;
  flex: 2;
  padding-right: 40px;
}
.referrals__row_labels .referrals__label:last-child {
  flex: 2;
  padding-right: 40px;
  text-align: right;
}
.referrals__row_top {
  align-items: center;
}
.referrals__row_top .referrals__label {
  flex: 1 !important;
  text-align: left !important;
}
.referrals__row_top .referrals__label:first-child {
  padding-right: 10px;
}
.referrals__col {
  width: 100%;
}
.referrals__col_all .referrals__total {
  border-right: none;
  border-radius: 2px 0 0 2px;
}
.referrals__col_day .referrals__total {
  border-color: #F7931A;
  border-radius: 0 2px 2px 0;
  color: #000;
}
.referrals__col_day .referrals__total span:before {
  background-image: url("../images/people_orange.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .referrals__col_day .referrals__total span:before {
    background-image: url("../images/people_orange@2x.png");
  }
}
.referrals__col_earnings {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
  border-radius: 2px;
  padding: 17px 20px;
  color: #757575;
  font-size: 14px;
}
.referrals__col_earnings div {
  display: block;
}
.referrals__col_earnings .approx {
  font-size: 10px;
}
.referrals__col_earnings .approx b {
  font-weight: bold;
}
.referrals__col_earnings .earnings {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 21px;
  background-image: url("../images/coin.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
}
.referrals__col_earnings .earnings span {
  position: relative;
  top: 1px;
}
.referrals_our {
  max-width: 90%;
}
.referrals_our .level__title {
  flex: 1;
  text-align: left;
}
.referrals_our .level__value {
  flex: 1;
}

.level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d6d6d6;
  height: 80px;
}
.level__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #F7931A;
  text-transform: uppercase;
  text-align: left;
  flex: 1.5;
}
@media (max-width: 767px) {
  .level__title {
    font-size: 12px;
  }
}
.level__value {
  display: block;
  font-size: 48px;
  font-weight: bold;
  flex: 2;
  text-align: right;
}
@media (max-width: 767px) {
  .level__value {
    font-size: 20px;
  }
}
.level__value:nth-child(2) {
  color: #757575;
  font-size: 24px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .level__value:nth-child(2) {
    font-size: 16px;
    padding-right: 16px;
  }
}
.level__value:last-child {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .level__value:last-child {
    padding-right: 0;
  }
}

.browser-name {
  text-transform: capitalize;
}

.animated-icon {
  display: block;
  margin-bottom: 20px;
}

.fullheight {
  display: block;
}
.fullheight__middle {
  width: 100%;
  text-align: center;
}
.fullheight__middle h2 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
.fullheight__bottom {
  text-align: center;
}
.fullheight__bottom h2 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 30px;
}
.fullheight__bottom img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main {
  display: block;
  position: relative;
  z-index: 10;
}

@keyframes heading-rotation-animation {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  20%, 80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -80px, 0);
    opacity: 0;
  }
}
@keyframes heading-rotation-last-animation {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  20%, 80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rotator {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}
.rotator__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  text-align: center;
  font-size: 4vw;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.rotator__item_3 {
  opacity: 0;
  position: static;
}
.rotator__item_3.show {
  opacity: 1;
  transition: opacity 0.25s;
}
@media only screen and (max-width: 768px) {
  .rotator__item {
    font-size: 32px;
    min-height: 76px;
  }
}
.rotator .title {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 50px;
}

.page_loaded .rotator__item_1 {
  animation: heading-rotation-animation 3.25s 0.75s;
}
.page_loaded .rotator__item_2 {
  animation: heading-rotation-last-animation 3.25s 3.75s;
}

.first_black-screen {
  min-height: 0;
}
.first_black-screen .first__screen {
  background-image: url("../images/macbook-black.png");
  background-size: 450px 439px;
  background-position: bottom right calc(50% + 280px);
  margin-bottom: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .first_black-screen .first__screen {
    background-image: url("../images/macbook-black@2x.png");
  }
}
.first_black-screen .first__screen p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .first_black-screen .first__screen {
    background: none;
  }
  .first_black-screen .first__screen .animated-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .first_black-screen .first__screen .more-link {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page_browser .first__screen {
    background-image: url("../images/macbook@2x.png");
  }
  .why__upto {
    background-image: url("../images/browser-img@2x.png");
  }
}
@media screen and (max-width: 768px) {
  .page_browser .logo {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page_browser .first__screen {
    background: none;
    min-height: 0;
    margin-bottom: 0;
  }
}
.getaccess {
  display: block;
  background-color: #fff;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  border-top: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
  .getaccess {
    padding-top: 50px;
  }
}
.getaccess .materials__icon {
  width: 110px;
  height: 98px;
  margin: 0 auto 20px;
}
.getaccess_no-border {
  border-top: none;
}
.getaccess__image {
  margin-top: 50px;
  margin-bottom: -3px;
  max-width: 100%;
  height: auto;
}
.getaccess__icon {
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.getaccess .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  animation-delay: 0.35s;
  animation-duration: 1.5s;
}
@media (max-width: 767px) {
  .getaccess .title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 12px;
  }
}
.getaccess .description {
  margin-bottom: 30px;
  color: #494949;
  font-size: 20px;
  line-height: 32px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  animation-delay: 0.55s;
  animation-duration: 1.5s;
}
@media (max-width: 767px) {
  .getaccess .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
.getaccess .btn {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 390px;
  font-weight: bold;
  line-height: 17px;
  padding-top: 22px;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .getaccess .btn {
    margin-bottom: 10px;
  }
}
.getaccess .btns .btn {
  display: block;
  margin: 0 auto 20px;
  max-width: 320px;
}
.getaccess .btns .btn:last-child {
  margin-bottom: 0;
}
.getaccess .btn_simple {
  border: 1px solid #cecece;
  background-color: #fff;
  color: #4285f4;
  text-align: center;
  animation-delay: 1s;
  animation-duration: 1.5s;
}
.getaccess .btn_simple:hover {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}
.getaccess .btn_active {
  animation-delay: 1.25s;
  animation-duration: 1.5s;
}
.getaccess .note {
  font-size: 11px;
  line-height: 12px;
}
@media (max-width: 767px) {
  .getaccess .note {
    display: block;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-cards {
  display: flex;
  width: 100%;
  max-width: 1090px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .b-cards {
    flex-wrap: wrap;
    max-width: 540px;
  }
}

.b-card {
  display: block;
  max-width: 500px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  padding-top: 315px;
  padding-bottom: 160px;
  position: relative;
  background-repeat: no-repeat;
}
.b-card:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 960px) {
  .b-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.b-card_webapp {
  background-image: url("../images/webapp-screen.png");
  background-position: top 65px center;
  background-size: 322px 223px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .b-card_webapp {
    background-image: url("../images/webapp-screen@2x.png");
  }
}
.b-card_browser {
  background-image: url("../images/macbook.png");
  background-position: top 60px center;
  background-size: 400px auto;
  background-color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .b-card_browser {
    background-image: url("../images/macbook@2x.png");
  }
}
.b-card_mobile-browser {
  background-image: url("../images/mobile-screen.png");
  background-position: top 58px center;
  background-size: 217px 232px;
  background-color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .b-card_mobile-browser {
    background-image: url("../images/mobile-screen@2x.png");
  }
}
@media (max-width: 600px) {
  .b-card_mobile-browser {
    padding-bottom: 238px;
  }
}
.b-card:hover {
  border-color: #4285f4;
}
.b-card:hover .b-card__footer {
  border-color: #4285f4;
}
.b-card__label {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.b-card__label_browser {
  padding-left: 20px;
  background-image: url("../images/browser-icon.svg");
  background-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
}
.b-card__title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
}
.b-card__text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #494949;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.b-card__footer {
  border-top: 1px solid #d6d6d6;
  padding-top: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.b-card__btn {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.b-card__btn--flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .b-card__btn--flex {
    display: block;
  }
}
.b-card__btn .btn {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 390px;
  font-weight: bold;
}
.b-card__btn .btn_app-store,
.b-card__btn .btn_google-play {
  max-width: 200px;
  min-width: 200px;
  margin: 0 10px;
}
@media (max-width: 600px) {
  .b-card__btn .btn_app-store,
  .b-card__btn .btn_google-play {
    display: block;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.b-card__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  height: auto;
  min-height: 60px;
  border-radius: 0 0 3px 3px;
  padding-left: 20px;
  padding-right: 20px;
}
.b-card__bottom img {
  max-width: 100%;
  height: auto;
}

.uninstall-message {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.uninstall-message__icon {
  display: block;
  width: 90px;
  height: 90px;
  border: 6px solid rgba(247, 147, 25, 0.5);
  background-image: url("../images/uninstall-checkmark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 45px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .uninstall-message__icon {
    background-image: url("../images/uninstall-checkmark@2x.png");
  }
}
.uninstall-message__text {
  display: block;
  color: #F7931A;
  font-size: 18px;
  line-height: 24px;
}
.uninstall-message__top .title {
  display: block;
  font-size: 48px;
  line-height: 53px;
  color: #000;
  margin-bottom: 24px;
}
.uninstall-message__top:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #979797, #979797, #979797, #979797, #979797);
  background-size: 10px 3px, 100% 3px;
  border: none;
}
.uninstall-message__bottom .text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.uninstall-message__bottom .title {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 48px !important;
  margin-bottom: 40px;
}

.motivate {
  display: block;
  background-color: #F7931A;
  padding-top: 75px;
  padding-bottom: 255px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.motivate:after {
  content: "";
  display: block;
  background-color: #000;
  height: 330px;
  width: 120%;
  position: absolute;
  bottom: -170px;
  left: -5%;
  transform: rotate(-5deg);
}
.motivate .wrapper {
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .motivate .wrapper {
    flex-direction: column;
  }
}
.motivate__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 460px;
  height: 320px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  margin-right: 90px;
}
.motivate__img img {
  display: block;
}
@media screen and (max-width: 960px) {
  .motivate__img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .motivate__img {
    width: 280px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .motivate__img img {
    width: 100%;
    height: auto;
  }
}
.motivate__text {
  display: block;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .motivate__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .motivate__text {
    font-size: 18px;
    line-height: 24px;
  }
}

.about-reflink {
  display: inline-block;
  text-align: left;
  padding-left: 55px;
  padding-right: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #F7931A;
  border: 2px solid #F7931A;
  border-radius: 1px;
  background-image: url("../images/icon-link-orange.png");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .about-reflink {
    background-image: url("../images/icon-link-orange@2x.png");
  }
}

.text-with-icon {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #494949;
  padding-left: 50px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}
.text-with-icon:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon_icon_link:before {
  background-color: #4285f4;
  background-image: url("../images/icon-link.png");
  background-size: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .text-with-icon_icon_link:before {
    background-image: url("../images/icon-link@2x.png");
  }
}
.text-with-icon_icon_arrow:before {
  background-color: #F7931A;
  background-image: url("../images/icon-arrow.png");
  background-size: 24px 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .text-with-icon_icon_arrow:before {
    background-image: url("../images/icon-arrow@2x.png");
  }
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.bitcoin-logo {
  height: 26px;
  line-height: 27px !important;
  background-image: url("../images/bitcoin-logo@2x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
  padding-left: 36px;
}

.btc-bonus {
  display: flex;
  align-items: center;
  font-size: 48px;
  line-height: 53px;
  color: #000;
  font-weight: bold;
}
.btc-bonus img {
  display: block;
  margin-right: 15px !important;
}
@media screen and (max-width: 550px) {
  .btc-bonus {
    flex-direction: column;
    font-size: 32px;
    line-height: 36px;
  }
  .btc-bonus img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.overload-message {
  display: block;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #f74249;
  border-radius: 2px;
  border: 1px solid #f74249;
  margin-bottom: 20px;
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.25s 0s;
  height: 100%;
}

.loader.hide {
  visibility: hidden;
  opacity: 0;
}

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

.loader-spinner > i {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 3px;
  margin-left: 3px;
}

.loader-spinner > i:first-child {
  animation-delay: -0.6s;
}

.loader-spinner > i:nth-child(2) {
  animation-delay: -0.4s;
}

.loader-spinner > i:nth-child(3) {
  animation-delay: -0.2s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Global animation style */
.page__animated-main .animation-wrapper .animated {
  animation-play-state: paused;
}
.page__animated-main .animation-wrapper .animated.run-animation {
  animation-play-state: running;
}

.page_privacy h1,
.page_privacy h2,
.page_terms h1,
.page_terms h2 {
  font-weight: 700;
}
.page_privacy h2,
.page_terms h2 {
  margin-top: 40px !important;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .page_privacy h2,
  .page_terms h2 {
    margin-top: 30px !important;
  }
}

/* Common */
.note {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #757575;
  width: 100%;
}

.or {
  display: block;
  height: 16px;
  font-size: 10px;
  line-height: 15px;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #fff;
}

.title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 300;
}
.title strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

.subtitle {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.subtitle_white {
  color: #fff;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 28px;
    line-height: 31px;
  }
}

.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.list__item {
  flex: 0 0 auto;
  max-width: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  margin: 10px;
  gap: 10px;
}

.list__img {
  width: 60px;
  height: 60px;
}

.lang {
  display: block;
  width: 70px;
  position: relative;
  z-index: 100;
  text-align: left;
  flex-shrink: 0;
}

.lang__current {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  padding-left: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
}

.lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #D0D0D0;
}

.lang.opened .lang__current:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #D0D0D0;
}

.lang__current:hover {
  color: #3E82F7;
}

.lang__current img,
.lang__current amp-img {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}

.lang__list {
  display: none;
  list-style-type: none;
  padding: 10px 0;
  margin: 5px 0 0;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  position: absolute;
  width: 100%;
}

.lang.opened .lang__list {
  display: block;
}

.lang__item {
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 9px;
  line-height: 28px;
  color: #323232;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.lang__item:hover {
  color: #fff;
  background-color: #3E82F7;
}

.lang__item img,
.lang__item amp-img {
  margin-right: 6px;
}

.lang__item amp-img img {
  margin: 0;
}

.more-link {
  display: inline-block;
  padding: 11px 15px;
  text-decoration: none;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4285F4;
  font-size: 14px;
  line-height: 16px;
}

.more-link b {
  color: #000;
}

.more-link:hover {
  border-color: #4285F4;
}

.more-link span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .more-link span::after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.browser-icon {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
  position: absolute;
  left: 65px;
  top: 87px;
}
.browser-icon + img, .browser-icon + amp-img {
  top: 24px;
  left: 37px;
}
.browser-icon_chrome {
  background-image: url("../images/browser-icon_chrome.png");
  background-size: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .browser-icon_chrome {
    background-image: url("../images/browser-icon_chrome@2x.png");
  }
}
.browser-icon_firefox {
  background-image: url("../images/browser-icon_ff.png");
  background-size: 58px 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .browser-icon_firefox {
    background-image: url("../images/browser-icon_ff@2x.png");
  }
}
.browser-icon_IE {
  background-image: url("../images/browser-icon_ie.png");
  background-size: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .browser-icon_IE {
    background-image: url("../images/browser-icon_ie@2x.png");
  }
}
.browser-icon_edge {
  background-image: url("../images/browser-icon_edge.png");
  background-size: 56px 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .browser-icon_edge {
    background-image: url("../images/browser-icon_edge@2x.png");
  }
}
.browser-icon_opera {
  background-image: url("../images/browser-icon_opera.png");
  background-size: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .browser-icon_opera {
    background-image: url("../images/browser-icon_opera@2x.png");
  }
}
.browser-icon_safari {
  background-image: url("../images/browser-icon_safari.png");
  background-size: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .browser-icon_safari {
    background-image: url("../images/browser-icon_safari@2x.png");
  }
}

/* Components */
.header {
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo-animated svg {
  transform: none !important;
}
@media (min-width: 1201px) {
  .header.fixed:not(.header--not-fixed) .header__wrapper {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .header__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo {
    height: 50px;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo.logo-animated-pro--dark {
    width: 260px;
    height: auto;
  }
  .header.fixed:not(.header--not-fixed) .header__wrapper .logo img {
    max-height: 100%;
  }
}
.header__wrapper {
  width: 100%;
  transition: background-color 0.2s;
}
.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header__container {
    min-height: 80px;
  }
}
.header__navbar {
  display: flex;
  align-items: center;
  z-index: 20;
}
.header__menu {
  margin-right: 30px;
  animation-delay: 0.75s;
  animation-duration: 1.5s;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
}
.header__menu > a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #4285F4;
  text-transform: uppercase;
  animation-delay: 2s;
  animation-duration: 1.5s;
  white-space: nowrap;
}
.header__menu > a:hover {
  color: #f7931a;
}
.header__menu > a + a {
  margin-left: 25px;
}
.header__menu > a.active {
  color: #000;
  pointer-events: none;
  position: relative;
}
.header__menu > a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F7931A;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.header__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #757575;
  margin-right: 30px;
  text-transform: capitalize;
  animation-delay: 1s;
  animation-duration: 1.5s;
}
.header__socials a {
  text-decoration: none;
}
.header__socials a:hover svg path {
  fill: #F7931A;
}
.header__socials a + a {
  margin-left: 19px;
}
.header__socials span i {
  margin-left: 10px;
}
.header__lang {
  animation-delay: 1.45s;
  animation-duration: 1.5s;
}
.header__lang_black .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header__lang_black .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
}
.header__lang_black .lang.opened .lang__current:before {
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #D0D0D0;
  border-bottom: none;
}
.header__lang_transparent .lang__current {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.header__lang_transparent .lang__current:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
.header__lang_transparent .lang.opened .lang__current {
  color: #3E82F7;
  background-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
@media (min-width: 1201px) {
  .header--inverse.fixed:not(.header--not-fixed) .header__wrapper {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.header--inverse .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.header--inverse .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.header--inverse .header__socials > span {
  color: #D6D6D6;
}
.header--inverse .header__socials .social-link_instagram:not(:hover) svg #instagram_up {
  fill: #fff;
}
@media (max-width: 768px) {
  .header--inverse .header__logo,
  .header--inverse .header__navbar {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .header--inverse .header__navbar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .header--inverse .header__menu {
    border-color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 1200px) {
  .header {
    min-height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    flex-direction: column;
  }
  .header__container {
    flex-direction: column;
  }
  .header__navbar {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__menu {
    margin-right: 0;
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
    min-height: 61px;
  }
  .header.fixed .header__wrapper {
    position: fixed;
    top: -61px;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, background-color 0.2s;
  }
  .header__container {
    background-color: #fff;
  }
  .header__navbar {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    background: #FFFFFF;
    top: 0;
    opacity: 0;
    transform: translateY(-100%);
  }
  .header__navbar.active {
    opacity: 1;
    transform: translateY(60px);
  }
  .header__navbar .store-links {
    display: none;
  }
  .header__navbar .lang {
    display: block;
  }
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid #D6D6D6;
    background-color: #fff;
    z-index: 100;
  }
  .header__lang {
    margin-right: 15px;
    margin-top: 13px;
    margin-bottom: 14px;
  }
  .header__menu {
    display: block;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #D6D6D6;
    margin-right: 0 !important;
    overflow-x: scroll;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .header__menu::-webkit-scrollbar {
    display: none;
  }
  .header__menu:after {
    content: "";
    display: block;
    width: 20px;
  }
  .header__menu > a {
    display: inline-block;
  }
  .header__menu > a:last-child {
    margin-right: 20px;
  }
  .header__menu a.active:after {
    bottom: -18px;
  }
  .header__socials {
    margin-right: 0;
    margin-left: 15px;
  }
  .header__socials span {
    display: block;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 720px) {
  .header .header .lang {
    display: none;
  }
}

@media only screen and (max-width: 910px) {
  .first .header__container {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .first .header .logo {
    margin-bottom: 30px;
  }
}
.burger {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 19px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -21px;
}
@media only screen and (max-width: 768px) {
  .burger {
    display: flex;
  }
}
.burger.active {
  transform: rotate(90deg);
}
.burger.active span, .burger.active:before, .burger.active:after {
  background-color: #4285f4;
}
.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #757575;
  margin: 3px 0;
}
.burger:before, .burger:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #757575;
}

.page_payments .container {
  margin-top: 40px;
}
@media (max-width: 1040px) {
  .page_payments .container {
    margin-top: 0;
  }
}

.scroll2top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
  border-radius: 6px 0 0 6px;
  background-color: #f7931a;
  cursor: pointer;
  background-image: url("../images/scroll2top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 24px;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}

.scroll2top.show {
  opacity: 1;
  pointer-events: auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .scroll2top {
    background-image: url("../images/scroll2top@2x.png");
  }
}
.scroll2top:hover {
  background-color: #4285f4;
}

.menu {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
.menu:nth-of-type(3) {
  min-width: 190px;
}
.menu__item {
  display: block;
}
.menu__item a {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item a:hover {
  color: #f7931a;
}
@media only screen and (max-width: 480px) {
  .menu__item {
    text-align: center;
    justify-content: center;
  }
}
.menu__item + .menu__item {
  margin-top: 18px;
}
.menu__item span:not(.bonus) {
  color: #4285f4;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item_email {
  margin-top: 20px;
  padding-left: 27px;
  background-image: url("../images/mail-icon.svg");
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu__item_email a {
  color: #fff;
  border-bottom: 1px solid #F7931A;
}
.menu__item b {
  font-weight: bold;
}
.menu__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #757575;
  margin-bottom: 18px;
}
.menu:last-child {
  margin-right: 0;
}

.menu__item_join {
  display: flex;
  align-items: center;
  color: #757575;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.menu__item_join span:not(.bonus) {
  color: #757575;
}

ul.pagination {
  display: block;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
ul.pagination li {
  display: inline-block;
  margin-bottom: 0;
}
ul.pagination a,
ul.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  width: 40px;
  text-decoration: none;
  transition: all 0.2s;
}
ul.pagination a:hover {
  color: #4285f4;
  border-color: #4285f4;
}
ul.pagination span.active {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}
ul.pagination li + li {
  margin-left: 5px;
}
ul.pagination a.pagination__prev,
ul.pagination a.pagination__next {
  min-width: 70px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.page_payments ul.pagination li {
  margin-bottom: 10px;
}

.notification {
  display: block;
  width: 100%;
  background-color: #000;
  padding-left: 30px;
  padding-right: 30px;
  background-image: linear-gradient(-135deg, #494949 15%, #000 85%);
  border-bottom: 5px solid #F7931A;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.notification__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding-top: 12px;
  padding-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}
.notification__row_bg_chinese {
  padding-left: 120px;
  background-image: url("../images/promo-guy.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 104px 80px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .notification__row_bg_chinese {
    background-image: url("../images/promo-guy@2x.png");
  }
}
@media screen and (max-width: 768px) {
  .notification__row_bg_chinese {
    padding-bottom: 90px;
    padding-left: 0;
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) {
  .notification__row {
    flex-direction: column;
    text-align: center;
  }
}
.notification__col:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .notification__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.notification__title {
  font-size: 30px;
  line-height: 33px;
  color: #fff;
}
.notification__title b, .notification__title strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .notification__title {
    font-size: 24px;
    line-height: 27px;
  }
}
.notification__btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #4285f4;
  text-align: center;
}
.notification__btn:hover {
  background-color: #F7931A;
}
.notification__btn:active {
  background-color: #d6d6d6;
}
@media screen and (max-width: 768px) {
  .notification__btn {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 13px;
    min-width: 180px;
  }
}
.page_sticky-notification .notification {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 0;
  z-index: 150;
  animation-name: stick;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.page_sticky-notification .notification__row {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page_sticky-notification .notification__title {
  font-size: 24px;
  line-height: 27px;
}
.page_sticky-notification .notification__btn {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 13px;
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .notification {
    z-index: 500;
  }
}
@keyframes stick {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.table {
  width: 750px;
  margin-bottom: 40px;
}
.table .medal {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border-width: 4px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.table_journal td:first-child {
  font-weight: normal;
}
.table_journal td:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.057px;
}

.table th {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
}

.table td {
  height: 40px;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.table tbody tr:hover {
  background-color: #f2f2f2;
}
.table tbody tr:hover a {
  color: #ffffff;
  background-color: #F7931A;
  border-color: #F7931A;
}

.table td:first-child {
  font-weight: bold;
}

.table td:last-child {
  text-align: right;
}

.table td a {
  color: #4285f4;
  text-decoration: none;
}

.table td a:hover {
  color: #5f9bfd;
}

.table tbody tr.table__hr {
  border-bottom: 1px solid #d6d6d6;
}
.table tbody tr.table__hr:hover {
  background-color: transparent;
}
.table tbody tr.table__hr td {
  height: 10px;
}
.table tbody tr.table__hr + tr {
  background-color: transparent;
}
.table tbody tr.table__hr + tr td {
  height: 10px;
}

.table_journal {
  max-width: 900px;
  width: 100%;
  margin-bottom: 0;
}
.table_journal__addr {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.table_journal__addr_mob {
  display: none;
}
.table_journal__product {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}
.table_journal_wrapper {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
}
.table_journal__row {
  display: flex;
  align-items: center;
}
.table_journal__btc {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.table_journal thead {
  background: #F7F7F7;
  border-bottom: 1px solid #D6D6D6;
}
.table_journal thead th:first-child {
  padding-left: 20px;
}
.table_journal thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.table_journal th:first-child {
  padding-left: 0;
}
.table_journal td {
  min-height: 50px;
  white-space: nowrap;
}
.table_journal td:first-child {
  display: flex;
  align-items: center;
  white-space: normal;
  word-break: break-word;
  padding: 8px 0;
}
.table_journal td:first-child span {
  flex-shrink: 0;
  margin-right: 5px;
}
.table_journal tbody tr {
  background-color: #fff;
}
.table_journal tbody tr .info {
  display: none;
}
.table_journal tbody tr .shorts {
  font-size: 12px;
  line-height: 15px;
  display: block;
  font-weight: normal;
  color: #8E8E8E;
}
.table_journal tbody tr .shorts i {
  font-style: normal;
}
.table_journal tbody tr .shorts img {
  display: none;
}
.table_journal tbody tr:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
.table_journal tbody tr a {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background-color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #4285F4;
  padding: 6px 16px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.table_journal tbody tr a img {
  display: none;
}
@media (max-width: 768px) {
  .table_journal tbody tr a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .table_journal tbody tr a span {
    display: none;
  }
  .table_journal tbody tr a img {
    display: block;
  }
}
.table_journal tbody tr td:first-child {
  padding-left: 20px;
}
.table_journal tbody tr td:last-child {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .table_journal__product, .table_journal__btc {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .table_journal__mob-row {
    display: flex;
    align-items: center;
    position: relative;
  }
  .table_journal__addr {
    display: none;
  }
  .table_journal__addr_mob {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
  }
  .table_journal thead th {
    padding: 10px;
  }
  .table_journal thead th:first-child {
    padding-left: 10px;
  }
  .table_journal thead th:nth-child(2) {
    padding: 10px 5px;
  }
  .table_journal tbody tr .shorts {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 15px;
    background: #E1EDFF;
    gap: 8px;
    border-radius: 100px;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    top: -50px;
    right: 0px;
    transform: translateX(calc(50% - 2px));
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  .table_journal tbody tr .shorts.active {
    opacity: 1;
    visibility: visible;
  }
  .table_journal tbody tr .shorts:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #E1EDFF;
    transform: translateX(-50%) rotate(45deg);
    bottom: -7px;
    left: 50%;
  }
  .table_journal tbody tr .shorts img {
    display: block;
    cursor: pointer;
  }
  .table_journal tbody tr .info {
    display: inline-block;
    cursor: pointer;
  }
  .table_journal tbody tr td:first-child {
    padding-left: 10px;
  }
  .table_journal tbody tr td:last-child {
    padding-right: 10px;
  }
  .table_journal tbody tr td:nth-child(2) {
    padding: 0 5px;
  }
  .table_journal tbody tr td:nth-child(2) span {
    font-size: 14px;
    line-height: 17px;
  }
}
.table_leaderboard {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.table_leaderboard tbody tr:hover {
  background-color: #fff;
}

.table_leaderboard td:first-child {
  width: 18px;
  padding-right: 0;
}

.table_leaderboard td {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  height: 45px;
}

.table_leaderboard td:nth-child(3) {
  font-weight: normal;
}

.table_leaderboard td:last-child {
  width: 300px;
  text-align: left;
  position: relative;
}

.page_results .table {
  margin-bottom: 0;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  text-align: center;
}
.button_size_l {
  font-size: 16px;
  line-height: 17px;
  padding: 22px 20px 21px;
  border-radius: 3px;
}
.button_primary {
  background-color: #4285f4;
}
.button_primary:hover {
  background-color: #F7931A;
}
.button_primary:active {
  background-color: #d6d6d6;
}
.button_secondary {
  color: #494949;
  font-size: 13px;
  line-height: 15px;
}
.button_secondary:hover {
  color: #000;
}

.btn {
  display: inline-block;
  height: 60px;
  background-color: #4285f4;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 61px;
  padding-right: 34px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  border: none;
}
.btn strong {
  font-weight: 700;
}
.btn:hover {
  background-color: #f7931a;
}
.btn:active {
  background-color: #d6d6d6;
}
.btn--black:not(:hover):not(:active) {
  background-color: #000;
}
.btn_primary {
  display: inline-block;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
  position: relative;
  background-color: #4285f4;
  color: #fff;
  border: none;
  min-width: 90px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.btn_primary:hover {
  background-color: #f7931a;
  color: #fff;
}
.btn_primary:active {
  background-color: #d6d6d6;
  color: #fff;
}
.btn_secondary {
  height: 40px;
  background-color: transparent;
  font-size: 13px;
  line-height: 40px;
  color: #494949;
  font-weight: bold;
  padding: 0;
}
.btn_secondary.blue {
  color: #4285f4;
}
.btn_secondary.blue:hover {
  color: #000;
}
.btn_secondary:hover {
  background-color: transparent;
  color: #4285f4;
}
.btn_compact {
  line-height: 40;
  height: 40px;
  min-width: 160px;
}

.btn_os:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 18px;
  background-size: auto 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.mac .btn_os:before {
  background-image: url(../images/icon-mac.svg);
}

.win .btn_os:before {
  background-image: url(../images/icon-win.svg);
}

.btn_plus {
  height: auto;
  min-height: 60px;
  line-height: normal;
}
.btn_plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 25px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -148px -95px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_plus:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}

.btn_download {
  height: auto;
  min-height: 60px;
  line-height: normal;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 21px;
}
.btn_download:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  background-image: url("../images/btn-download.png");
  width: 12px;
  height: 14px;
}
.btn_download:hover {
  background-color: #F7931A;
}
.btn_download:active {
  background-color: #d6d6d6;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_download:before {
    background-image: url("../images/btn-download@2x.png");
    background-size: 12px 14px;
  }
}
@media (max-width: 768px) {
  .btn_download {
    width: 100%;
    max-width: 380px;
    padding-left: 50px;
  }
  .btn_download span {
    display: none;
  }
}

.btn--download {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.btn--download::before {
  content: "";
  flex: 0 0 auto;
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}

.page.os-desktop .btn--download::before {
  display: block;
}

.page.mac .btn--download::before {
  top: -2px;
  background-image: url(../images/icon-apple.svg);
}

.page.win .btn--download::before {
  top: -1px;
  background-image: url(../images/icon-windows.svg);
}

/* Store buttons */
.btn--small-mobile {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
.btn--small-mobile.ios {
  background-image: url(../images/icon-appstore.svg);
}
.btn--small-mobile.android {
  background-image: url(../images/icon-google-play.png);
}
@media (max-width: 768px) {
  .btn--small-mobile {
    display: none;
  }
}

.page.mobile .btn--small-mobile {
  display: none;
}

/* Large store buttons */
.btn--base-mobile {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  max-width: 320px;
  height: 60px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.btn--base-mobile.ios {
  background-image: url(../images/app-store-btn_2@2x.png);
  background-size: 157px 37px;
}
.btn--base-mobile.android {
  background-image: url(../images/get-it-on-google-play@2x.png);
  background-size: 157px 37px;
}
.btn--base-mobile + .note {
  margin-top: 15px;
}

.btn_orange {
  background-color: #F7931A;
}
.btn_orange:hover {
  background-color: #4285f4;
}
.btn_orange:active {
  background-color: #d6d6d6;
}

.btn_black {
  background-color: #000;
  min-width: 300px;
  padding-left: 91px;
  font-weight: 700;
  border: 1px solid #000;
  line-height: 58px;
  text-align: left;
}
.btn_black:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.btn_black:hover:before {
  background-image: url("../images/sprites/sprite.png");
  background-position: -124px -95px;
  width: 16px;
  height: 16px;
}
.btn_black:active {
  background-color: #4285f4;
  border: 1px solid #fff;
  color: #fff;
}
.btn_black:active:before {
  background-image: url("../images/sprites/sprite.png");
  background-position: -148px -95px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_black:hover:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
  .btn_black:active:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}

.btn_calc {
  padding-left: 91px;
  text-align: left;
  font-size: 18px;
  padding-right: 68px;
  font-weight: normal;
}
.btn_calc:before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 68px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -172px -95px;
  width: 13px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_calc:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
@media (max-width: 768px) {
  .btn_calc {
    height: auto;
    min-height: 50px;
    font-size: 16px;
    background-position: 47px center;
    line-height: 17px;
    padding: 17px 20px 16px 45px;
    text-align: center;
  }
  .btn_calc:before {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.btn_calc.active:before {
  opacity: 0;
}
.btn_calc.active span {
  opacity: 0;
}
.btn_calc.active .loader {
  visibility: visible;
  opacity: 1;
}
.btn_calc .loader {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.btn_link {
  display: inline-block;
  padding: 0;
  color: #4285f4;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  height: auto;
  background: none;
}
.btn_link:hover, .btn_link.gray:hover {
  color: #000;
  background-color: transparent;
}
.btn_link:active {
  background-color: transparent;
}
.btn_link + .btn_link {
  margin-left: 20px;
}
.btn_link.gray {
  color: #757575;
}

.btn_default {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding-left: 34px;
}

.btn_big {
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  min-width: 280px;
  border-radius: 3px;
}

.btn_simple {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-left: 20px;
  padding-right: 10px;
}
.btn_simple span {
  position: relative;
}
.btn_simple span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_simple span::after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_simple:hover {
  border-color: #4285f4;
  color: #4285f4;
  background-color: #fff;
}
.btn_simple:active {
  color: #757575;
  background-color: #fff;
  border-color: #d6d6d6;
}

.btn_social {
  width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 540px) {
  .btn_social {
    margin: 0 7px 15px;
  }
}
.btn_social:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
@media (max-width: 768px) {
  .btn_social {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    outline: none;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    flex-shrink: 0;
  }
  .btn_social:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
  }
  .btn_social_vk {
    background-color: #597da2;
  }
  .btn_social_vk:hover {
    background-color: #678eb6;
  }
  .btn_social_vk:active {
    background-color: #446a91;
  }
  .btn_social_vk:before {
    width: 22px;
    height: 12px;
  }
  .btn_social_fb {
    background-color: #4861a3;
  }
  .btn_social_fb:hover {
    background-color: #5777cc;
  }
  .btn_social_fb:active {
    background-color: #374c82;
  }
  .btn_social_fb:before {
    width: 9px;
    height: 16px;
  }
  .btn_social_tw {
    background-color: #1da1f2;
  }
  .btn_social_tw:hover {
    background-color: #3eb5ff;
  }
  .btn_social_tw:active {
    background-color: #1588ce;
  }
  .btn_social_tw:before {
    width: 16px;
    height: 13px;
  }
  .btn_social_gplus {
    background-color: #dd5044;
  }
  .btn_social_gplus:hover {
    background-color: #fb5446;
  }
  .btn_social_gplus:active {
    background-color: #bf4339;
  }
  .btn_social_gplus:before {
    width: 19px;
    height: 12px;
  }
  .btn_social_mail {
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    background-size: 23px 18px;
  }
  .btn_social_mail:hover {
    border: 2px solid #4285f4;
  }
  .btn_social_mail:active {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
  }
  .btn_social_mail:active:before {
    opacity: 0.7;
  }
}

.btn_web-version {
  background-color: #F7931A;
  font-weight: bold;
  padding: 19px 50px 18px 38px;
  width: 100%;
  max-width: 390px;
  text-align: center;
  background-image: url("../images/cryptotab-icon.svg");
  background-size: 18px 21px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  height: auto;
  line-height: 23px;
}
.btn_web-version:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: 20px;
  margin-top: -8px;
  top: 50%;
}
.btn_web-version:hover {
  background-color: #4285f4;
}
.btn_web-version:active {
  background-color: #d6d6d6;
}

.btn_copytext {
  display: inline-block;
  padding: 0 0 0 22px;
  color: #4285f4;
  font-weight: bold;
  height: auto;
  font-size: 13px;
  line-height: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  background-color: transparent;
  background-image: url("../images/icon-copy.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_copytext {
    background-image: url("../images/icon-copy@2x.png");
  }
}
.btn_copytext:hover {
  color: #F7931A;
  background-color: transparent;
  background-image: url("../images/icon-copy-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_copytext:hover {
    background-image: url("../images/icon-copy-hover@2x.png");
  }
}

.btn_app-store,
.btn_google-play {
  background-color: #000;
  background-image: url(../images/get-it-on-google-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 157px 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_app-store,
  .btn_google-play {
    background-image: url("../images/get-it-on-google-play@2x.png");
  }
}
.btn_app-store:hover,
.btn_google-play:hover {
  background-color: #F7931A;
}

.btn_app-store {
  background-image: url(../images/app-store-btn.png);
  background-size: 139px 37px;
  background-position: calc(50% - 9px) center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_app-store {
    background-image: url("../images/app-store-btn@2x.png");
  }
}

@media (max-width: 768px) {
  .btn_copy {
    height: 34px;
    line-height: 34px;
    width: auto;
    padding: 0 15px;
    font-size: 12px;
  }
}
.btn_download + .note {
  margin-top: 15px;
}

.download-tip {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.download-tip__handler {
  display: block;
  min-height: 30px;
  padding-left: 40px;
  background-image: url("../images/browser-icon.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.download-tip_firefox .download-tip__handler,
.download-tip_safari .download-tip__handler,
.download-tip_opera .download-tip__handler {
  position: absolute;
  right: 50px;
  top: 20px;
  margin-top: 109px;
  margin-left: 30px;
}

.download-tip_firefox .download-tip__handler img,
.download-tip_opera .download-tip__handler img,
.download-tip_safari .download-tip__handler img {
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  top: -104px;
  right: 30px;
  transform: rotate(180deg);
}

.download-tip_safari .download-tip__handler img {
  right: 73px;
}

.download-tip_firefox .download-tip__title._below,
.download-tip_safari .download-tip__title._below,
.download-tip_opera .download-tip__title._below {
  display: none;
}

.download-tip_chrome .download-tip__handler,
.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler,
.download-tip_unknown .download-tip__handler {
  position: absolute;
  left: 30px;
  bottom: 20px;
  margin-bottom: 109px;
}

.download-tip_chrome .download-tip__handler img,
.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img,
.download-tip_unknown .download-tip__handler img {
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  bottom: -109px;
  left: 170px;
}

.download-tip_chrome .download-tip__title._above,
.download-tip_ie .download-tip__title._above,
.download-tip_edge .download-tip__title._above,
.download-tip_unknown .download-tip__handler img {
  display: none;
}

.download-tip_ie .download-tip__handler,
.download-tip_edge .download-tip__handler {
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}

.download-tip_ie .download-tip__handler img,
.download-tip_edge .download-tip__handler img {
  left: 50%;
  margin-left: -17px;
}

.download-tip__title {
  display: block;
  font-size: 24px;
  line-height: 27px;
  color: #D6D6D6;
}

.download-tip__title strong {
  color: #fff;
  font-weight: bold;
}

.download-tip__body {
  display: block;
  background-color: #282828;
  border: 1px solid #757575;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.download-tip__body strong {
  font-weight: bold;
}

.images {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.images.show-all .image:nth-child(n+4) {
  display: block;
}
.images_sm .image {
  text-align: center;
}
.images_sm .image img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.images_sm .image:nth-child(3n) {
  margin-right: 20px;
}
.images_sm .image:nth-child(4n) {
  margin-right: 0;
}
.images_sm .image:nth-child(n+9) {
  display: none;
}

.image {
  display: block;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 30px;
}
.image:nth-child(3n) {
  margin-right: 0;
}
.image:nth-child(n+7) {
  display: none;
}
.image img {
  display: block;
  margin-bottom: 10px;
}
.image .btn_link {
  font-size: 13px;
  line-height: 15px;
  padding-left: 29px;
  line-height: 17px;
  background-image: url("../images/download-icon.png");
  background-size: 24px 17px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .image .btn_link {
    background-image: url("../images/download-icon@2x.png");
  }
}
.image .btn_link:hover {
  color: #F7931A;
  background-image: url("../images/download-icon-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .image .btn_link:hover {
    background-image: url("../images/download-icon-hover@2x.png");
  }
}

@media screen and (max-width: 1100px) {
  .images {
    flex-direction: column;
    align-items: center;
  }
  .images_sm .image:nth-child(3n) {
    margin-right: 0;
  }
  .image {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .image img {
    max-width: 100%;
    height: auto;
  }
}
.card {
  display: block;
  width: 340px;
  background-color: #fff;
  padding: 20px 20px 25px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.card:hover:not(.card_form) .card__title {
  color: #4285f4;
}
.card:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
}
.card__title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}
.card .title {
  font-size: 32px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.card__body {
  font-size: 16px;
  line-height: 22px;
  color: #494949;
}

.card-container {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 530px);
}

/*
* Modificators
*/
.card_form {
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding: 40px 30px 20px;
  height: auto;
}
.card_form .form {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.card_form p {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
}

.card_success {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
  width: 100%;
  max-width: 450px;
}
.card_success .card__body {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card_success .card__body h2 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.card_error {
  text-align: center;
  max-width: 550px;
  padding: 40px 30px 30px;
  margin: 0 auto;
}
.card_error .card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 290px;
}
.card_error .icon {
  margin-bottom: 20px;
}
.card_error .error-label {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
.card_error .error-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.1px;
  font-weight: bold;
  margin-bottom: 40px;
}
.card_error .btn {
  margin-top: auto;
  width: 220px;
  text-align: center;
}

.card_support {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 540px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #fff;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}
.card_support.success {
  background-image: url("../images/checkmark_orange.svg");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 30px 30px;
  padding-top: 120px;
  min-height: 400px;
}
.card_support h1 {
  display: block;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
}
.card_support > div.p,
.card_support form > div.p {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 40px;
  width: 100%;
}
.card_support > div.p a,
.card_support form > div.p a {
  display: inline-block;
  color: #4285f4;
  text-decoration: none;
  word-break: break-all;
  transition: color 0.3s;
}
.card_support > div.p a:hover,
.card_support form > div.p a:hover {
  color: #f7931a;
}
.card_support > div.p + div.p,
.card_support form > div.p + div.p {
  margin-top: -20px;
}
.card_support > div.p p,
.card_support form > div.p p {
  margin: 0;
}
.card_support > div.p p + p,
.card_support form > div.p p + p {
  margin-top: 20px;
}
.card_support > div.p ol,
.card_support form > div.p ol {
  list-style-position: inside;
  list-style-type: disc;
}
.card_support > div.p ul,
.card_support form > div.p ul {
  list-style-position: inside;
  list-style-type: disc;
}
.card_support > div.p.attention,
.card_support form > div.p.attention {
  font-size: 16px;
  color: #ff383d;
  font-weight: bold;
}
.card_support .question {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  width: 100%;
}
.card_support .choices .choice {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 0 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #494949;
  font-size: 14px;
  text-decoration: none;
}
.card_support .choices .choice.selected {
  border: 2px solid #f7931a;
  line-height: 28px;
  padding: 0 13px;
}
.card_support .choices .choice:hover {
  color: #f7931a;
}
.card_support form {
  margin-bottom: -30px;
}
.card_support form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 30px;
}
.card_support form label > span {
  display: block;
}
.card_support form label > span.file {
  display: inline-block;
  vertical-align: center;
  margin-top: 15px;
  min-width: 160px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  background: #FFFFFF;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.card_support form label > span.file:hover {
  border-color: #4285f4;
  background: #4285f4;
  color: #FFFFFF;
}
.card_support form label > span.placeholder {
  display: inline-block;
  vertical-align: center;
  margin-top: 15px;
  margin-left: 20px;
  line-height: 36px;
  font-size: 13px;
  font-weight: normal;
}
.card_support form label > span.filename {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card_support form label .choices {
  margin-top: 15px;
}
.card_support form label .choices .choice {
  display: flex;
  justify-content: space-between;
}
.card_support form label .choices .empty {
  border: 1px solid #cdcdcd;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #757575;
}
.card_support form label input[type=file] {
  display: none;
}
.card_support form label.required > span:after {
  content: "*";
}
.card_support form label.required > span.file:after, .card_support form label.required > span.placeholder:after {
  content: "";
}
.card_support form input {
  width: 100%;
  height: 45px;
  border: 0 none;
  outline: 0 none;
  border-bottom: 1px solid #cdcdcd;
  line-height: 44px;
  font-family: inherit;
  font-size: 16px;
}
.card_support form input:focus {
  border-bottom-color: #4285f4;
}
.card_support form input:-webkit-autofill {
  background-color: transparent !important;
}
.card_support form input::-moz-placeholder {
  color: #757575;
}
.card_support form input::placeholder {
  color: #757575;
}
.card_support form textarea {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #cdcdcd;
  min-height: 130px;
  resize: vertical;
  max-height: 200px;
  padding: 10px 15px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}
.card_support form textarea::-moz-placeholder {
  color: #757575;
}
.card_support form textarea::placeholder {
  color: #757575;
}
.card_support form .recapcha {
  margin-bottom: 30px;
}
.card_support form .errorlist {
  margin-top: 5px;
  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
  color: #f74249;
  letter-spacing: 0.03px;
}
.card_support .controls {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.card_support .controls .btn {
  height: 40px;
  min-width: 140px;
  line-height: 40px;
  border-radius: 2px;
  padding: 0px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: bottom;
}
.card_support .controls .btn.btn_primary.disabled {
  background-color: #d6d6d6;
}
.card_support .controls .btn.btn_simple {
  color: #4285f4;
  border: 1px solid #d6d6d6;
}
.card_support .controls .btn.btn_simple:hover {
  color: #ffffff;
  background-color: #4285f4;
  border-color: #4285f4;
}

.form {
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}
.form form {
  display: flex;
  justify-content: center;
}
.form input[type=text] {
  width: 460px;
  height: 50px;
  border-radius: 2px;
  padding-left: 45px;
  border: 1px solid #CECECE;
  border-right: none;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px center;
}
.form input[type=text]:focus {
  border-color: #4285F4;
}
.form input[type=submit], .form #journalBtn {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
  text-transform: uppercase;
  color: #fff;
  background-color: #4285F4;
}
.form input[type=submit]:hover, .form #journalBtn:hover {
  background-color: #f7931a;
}
.form input[type=submit]:active, .form #journalBtn:active {
  background-color: #d6d6d6;
}
.form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form__footer .btn + .btn {
  margin-left: 30px;
}
.form__footer_fullwidth {
  justify-content: space-between;
}

.page_payments .form {
  border-bottom: none;
  margin-bottom: 0;
}
.page_payments .form input {
  font-size: 16px;
  line-height: 17px;
}
.page_payments .form input[type=text] {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
.page_payments .form input[type=submit] {
  display: none;
}
.page_payments .form #journalBtn {
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.page_payments .form #journalBtn img {
  display: none;
}
@media (max-width: 768px) {
  .page_payments .form input[type=text] {
    background-image: none;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .page_payments .form #journalBtn {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_payments .form #journalBtn span {
    display: none;
  }
  .page_payments .form #journalBtn img {
    display: block;
  }
  .page_payments .form #journalBtn:affter {
    content: url("../images/search-white.svg");
    width: 20px;
    height: 20px;
    display: block;
  }
}

.input {
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.input input {
  border: none;
  padding: 0px;
  outline: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
}
.input input.error {
  border-color: red;
}
.input input:focus {
  border-color: #4285f4;
}
.input input::-moz-placeholder {
  color: #757575;
}
.input input::placeholder {
  color: #757575;
}
.input textarea {
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border: none;
  border: 1px solid #c9c9d0;
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
}
.input textarea.error {
  border-color: red;
}
.input textarea:focus {
  border-color: #4285f4;
}
.input__desc {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  margin-top: 15px;
}
.input__tip {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.input__tip:hover {
  color: #4285f4;
}
.input select {
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 1px solid #CECECE;
  background-color: #fff;
  padding-left: 0;
  padding-right: 25px;
  padding-bottom: 16px;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url("../images/triangle.png");
  background-size: 8px 4px;
  background-position: right top 9px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .input select {
    background-image: url("../images/triangle@2x.png");
  }
}
.input select:hover {
  border-bottom-color: #4285f4;
}
.input select:invalid {
  color: #757575;
}

.why {
  display: block;
  background-color: #fff;
  padding: 80px 0;
  border-top: 5px solid #F7931A;
}
.why .feature-section__note {
  text-align: center;
}
.why_no-border {
  border-bottom: none;
}
.why .wrapper {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto 20px;
  text-align: center;
}
.why__upto {
  display: block;
  width: 186px;
  height: 90px;
  font-size: 11px;
  line-height: 12px;
  color: #494949;
  background-image: url("../images/browser-img.png");
  background-size: 186px 69px;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  padding-left: 115px;
  margin: 0 auto 50px;
}
.why__upto b {
  font-weight: bold;
}
.why__title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  animation-delay: 1.35s;
  animation-duration: 1.15s;
}
.why__title-icon {
  width: 90px;
  height: 90px;
  background-image: url("../images/crypto-fetures-icon.png");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: center;
  margin: 0 auto 20px;
  display: block;
  animation-delay: 1s;
  animation-duration: 0.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .why__title-icon {
    background-image: url("../images/crypto-fetures-icon@2x.png");
  }
}
.why__subtitle {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.why__list {
  counter-reset: why;
}
.why__text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  animation-delay: 1.5s;
  animation-duration: 1.5s;
}
.why__text p {
  margin-bottom: 20px;
}
.why__text p.small {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  margin-bottom: 0;
}
.why__text p.small-block {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  line-height: 18px;
}
.why__text p.small-block svg {
  flex: 0 0 24px;
  max-width: 24px;
  margin-right: 15px;
}
.why__text p a {
  text-decoration: none;
  color: #4285f4;
}
.why__text p a:hover {
  color: #f7931a;
}
.why__text strong,
.why__text b {
  font-weight: bold;
}
.why__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 20px 0;
  counter-increment: why;
  margin-bottom: 50px;
  animation-delay: 1s;
}
.why__item:before {
  content: counter(why);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 48px;
  color: #000;
  border-bottom: 2px solid #f7931a;
  width: 75px;
  font-weight: bold;
  text-align: center;
}
.why__item:nth-child(even) .why__row {
  flex-direction: row-reverse;
}
.why__item:nth-child(even) .why__img {
  margin-right: 20px;
  margin-left: 70px;
}
@media screen and (max-width: 1180px) {
  .why__item:nth-child(even) {
    padding-left: 60px;
  }
}
.why__item:nth-child(odd) .why__body {
  position: relative;
  top: 15px;
}
.why__row {
  animation-delay: 1.25s;
}
.why__row:first-child {
  animation-delay: 1.25s;
}
.why__icon {
  position: relative;
  z-index: 1;
}
.why__icon--1 {
  bottom: 20px;
  left: 15px;
}
@media only screen and (max-width: 800px) {
  .why__icon--1 {
    left: 0;
    bottom: 0;
  }
}
.why__icon--2 {
  top: 15px;
  left: 15px;
}
@media only screen and (max-width: 800px) {
  .why__icon--2 {
    top: 0;
    left: 0;
  }
}
.why__icon--3 {
  top: 22px;
  left: 37px;
}
@media only screen and (max-width: 800px) {
  .why__icon--3 {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .why__icon--3 {
    width: 228px;
    height: 153px;
    top: 0;
    left: 0;
  }
}
.why__icon--4 {
  top: 15px;
}
@media only screen and (max-width: 800px) {
  .why__icon--4 {
    top: -15px;
    left: -20px;
  }
}
.why__icon--5 {
  left: 15px;
  top: 10px;
}
@media only screen and (max-width: 800px) {
  .why__icon--5 {
    left: -5px;
    top: -10px;
  }
}
.why__icon-arrow {
  position: absolute;
  top: 24px;
  left: 10px;
}
@media only screen and (max-width: 540px) {
  .why__icon-arrow {
    top: 18px;
    left: 6px;
  }
}
.why__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 460px;
  height: 320px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  flex-shrink: 0;
  background-color: #f7f7f7;
  margin-right: 90px;
}
.why__img:after {
  content: "";
  display: block;
  width: 460px;
  height: 320px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-radius: 6px;
}
.why__img .browser-icon + img, .why__img .browser-icon + amp-img {
  top: 24px;
  left: 37px;
}
.why__img img {
  display: block;
  position: relative;
  z-index: 1;
  top: 15px;
  left: 15px;
}
.why__img amp-img {
  max-width: 100%;
}
.why__img_second > img {
  top: -8px;
  left: 0;
}
.why__img_exp > img {
  top: -10px;
  margin-right: 30px;
}
.why__img_earn > img {
  top: -15px;
}
.why__img_speed {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
}
.why__img_speed > img {
  margin-bottom: 50px;
}
.why__row {
  display: flex;
  max-width: 1050px;
}
.why__btn a {
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #4285f4;
  text-decoration: none;
  line-height: 16px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.why__btn a svg {
  margin-left: 10px;
}
.why__btn a:hover {
  border-color: #4285f4;
}
.why__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}
.why__footer {
  display: block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.why__label {
  display: block;
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 65px;
  left: 144px;
  transform: translateX(-50%);
}
.why_black {
  background-color: #000;
}
.why_black .why__item:before {
  color: #757575;
  border-bottom-color: #757575;
}
.why_black .why__subtitle {
  color: #F7931A;
}
.why_black .why__text {
  color: #d6d6d6;
}
.why_black .more-link {
  background-color: #494949;
  color: #fff;
  border-color: #d6d6d6;
}
.why_black .more-link span::after {
  background-image: url("../images/arrow-right-light.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .why_black .more-link span::after {
    background-image: url("../images/arrow-right-light@2x.png");
  }
}
.why_black .more-link:hover {
  background-color: #fff;
  color: #4285f4;
  border-color: #fff;
}
.why_black .why__img {
  background-image: linear-gradient(-45deg, #000000 0%, #494949 100%);
  border-color: rgba(214, 214, 214, 0.4);
}
.why_black .why__img:after {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  border-color: rgba(214, 214, 214, 0.4);
}
.why_black .why-speed__label {
  color: #fff;
}
.why_cryptotab {
  padding-top: 60px;
  padding-bottom: 55px;
  border: none;
}
.why_cryptotab .why__list {
  margin-bottom: 0;
}
.why .feature-section__download {
  animation-delay: 1s;
}

.why-speed {
  z-index: 1;
  width: 100%;
  position: relative;
  top: 15px;
  left: 15px;
}
.why-speed__item {
  display: block;
  margin-bottom: 15px;
}
.why-speed__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #494949;
  margin-bottom: 4px;
}
.why-speed__label b {
  font-weight: bold;
}
.why-speed__line {
  display: block;
  height: 5px;
  border-radius: 6px;
}
.why-speed__line_high {
  background-color: #F7931A;
  width: 100%;
}
.why-speed__line_low {
  background-color: #757575;
  width: 15%;
}

@media only screen and (max-width: 800px) {
  .why__item {
    padding-top: 80px;
  }
  .why__img {
    width: auto;
    height: auto;
    margin-right: 0;
    border: none;
    margin-bottom: 30px;
    background: none;
  }
  .why__img img {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .why__img::after {
    display: none;
  }
  .why__row {
    max-width: 100%;
  }
  .why__row,
  .why__item:nth-child(even) .why__row {
    flex-direction: column;
    text-align: center;
  }
  .why__item:nth-child(even) .why__img {
    margin-left: 0;
    margin-right: 0;
  }
  .why-speed {
    text-align: left;
    position: static;
  }
  .why__img_exp img {
    margin-right: 0;
  }
  .why__img_speed {
    padding-left: 0;
    padding-right: 0;
  }
  .why__item:nth-child(odd) .why__body {
    position: static;
  }
  .browser-icon:not(.amp) {
    left: 45px;
    top: 2px;
  }
  .browser-icon.amp {
    top: 23px;
    left: 82px;
  }
  .why__label {
    top: -25px;
    left: 127px;
  }
}
@media (max-width: 768px) {
  .why {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why__list {
    margin-bottom: 30px;
  }
  .why__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .why__text {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .why__text p {
    margin-bottom: 10px;
  }
  .why__item:before {
    font-size: 28px;
    line-height: 31px;
    width: 54px;
  }
  .why__item:last-child {
    margin-bottom: 40px;
  }
  .why__item:nth-child(even) {
    padding-left: 20px;
  }
  .why__btn {
    text-align: center;
    margin-top: 30px;
  }
  .why__subtitle {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: left;
  }
  .why_cryptotab .why__item:nth-child(1) .why__img img {
    width: 255px;
    height: 123px;
  }
  .why_cryptotab .why__item:nth-child(2) .why__img img {
    width: 147px;
    height: 147px;
  }
  .why-speed {
    max-width: 288px;
  }
  .why-speed__item {
    margin-bottom: 10px;
  }
  .why-speed__item:last-child {
    margin-bottom: 0;
  }
  .why-speed__label {
    font-size: 10px;
  }
  .why-speed__line {
    height: 4px;
  }
}
@media only screen and (max-width: 540px) {
  .why__item {
    padding-top: 65px;
  }
  .why__img_exp img {
    width: 247px;
    height: 145px;
  }
  .why__img_earn img {
    width: 184px;
    height: auto;
  }
  .why__img_boost img {
    width: 248px;
    height: auto;
  }
  .why__img_speed {
    padding-top: 0;
  }
  .why__img_speed > img {
    width: 184px;
    height: auto;
    margin-bottom: 40px;
  }
  .why__item_browser .browser-icon:not(.amp) {
    width: 48px;
    height: 48px;
    background-size: contain;
    left: -2px;
  }
  .why__item_browser .browser-icon.amp {
    left: -28px;
  }
  .why__item_browser .why__label {
    left: 62px;
    font-size: 8px;
    line-height: 9px;
  }
  .why__item_browser .why__img {
    width: 276px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
  }
  .why__item_browser .why__img img {
    width: 228px;
    height: 153px;
  }
}
.mini-block-farm {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1080px;
  margin: 60px auto 0;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}
.mini-block-farm--wallet {
  display: none;
}
@media only screen and (max-width: 1021px) {
  .mini-block-farm {
    max-width: 100%;
    margin: 20px 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mini-block-farm {
    margin: 30px 20px 0;
    flex-direction: column;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
  }
}
.mini-block-farm:hover {
  background: #f0f6ff;
  border-color: #4285f4;
}
.mini-block-farm:hover .mini-block-farm__btn {
  background: #4285f4;
  border: none;
  color: #fff;
}
.mini-block-farm:hover .mini-block-farm__btn svg {
  fill: #fff;
}
.mini-block-farm:active {
  background: #f7f7f7;
  border-color: #d6d6d6;
}
.mini-block-farm:active .mini-block-farm__btn {
  background: #d6d6d6;
}
.mini-block-farm b {
  font-weight: bold;
}
.mini-block-farm__icon {
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .mini-block-farm__icon {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mini-block-farm__text {
    padding: 0 17px;
    text-align: center;
  }
}
.mini-block-farm__hide-text {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mini-block-farm__hide-text {
    display: block;
  }
}
.mini-block-farm__btn {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  flex: 0 0 auto;
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .mini-block-farm__btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-top: 1px solid #d6d6d6;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #4285f4;
    text-transform: uppercase;
  }
}

.feature-section {
  background: #F7F7F7;
  padding: 80px 0;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .feature-section {
    padding: 50px 0;
    padding-bottom: 30px;
  }
}
.feature-section-icon {
  width: 90px;
  height: 90px;
  background-image: url("../images/features-icon.svg");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: center;
  margin: 0 auto 20px;
  display: block;
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.feature-section .wrapper {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .feature-section .wrapper {
    max-width: 740px;
  }
}
@media only screen and (max-width: 740px) {
  .feature-section .wrapper {
    max-width: 380px;
  }
}
.feature-section__title {
  animation-delay: 0.1s;
}
.feature-section__text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 40px;
  animation-delay: 0.25s;
}
.feature-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.feature-section__item {
  width: 340px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  .feature-section__item {
    max-height: none;
  }
}
.feature-section__item:first-child {
  animation-delay: 0.1s;
}
.feature-section__item:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-section__item:nth-child(3) {
  animation-delay: 0.3s;
}
.feature-section__item:nth-child(4) {
  animation-delay: 0.4s;
}
.feature-section__item:nth-child(5) {
  animation-delay: 0.5s;
}
.feature-section__item:last-child {
  animation-delay: 0.6s;
}
.feature-section__img {
  margin-bottom: 15px;
}
.feature-section__subtitle {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.feature-section__block-text {
  padding: 30px 30px 0;
  text-align: left;
  border-top: 1px solid #d6d6d6;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.feature-section__download {
  animation-delay: 0.5s;
}
.feature-section__download .intro__download-btns {
  justify-content: center;
}
.feature-section__note {
  color: #757575;
  font-size: 11px;
  line-height: 12px;
}

.refurl {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
}
.refurl input[type=text] {
  width: 460px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #CECECE;
  border-right: none;
  border-radius: 2px 0 0 2px;
  font-size: 16px;
  color: #494949;
}
@media only screen and (max-width: 650px) {
  .refurl input[type=text] {
    width: 100%;
  }
}
.refurl .btn {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 140px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
}
.refurl__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 460px;
  height: 60px;
  padding-left: 20px;
  padding-right: 15px;
  border: 1px solid #CECECE;
  border-right: none;
  border-radius: 2px 0 0 2px;
  position: relative;
}
.refurl__value .referred {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.refurl__link {
  font-size: 16px;
  color: #494949;
}
.refurl__subid {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  white-space: nowrap;
}
.refurl__subid b {
  font-weight: bold;
}
.refurl__subid:hover {
  color: #4285f4;
}
.refurl__subid:after {
  content: "";
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-top: 4px solid #D0D0D0;
  position: relative;
  top: -2px;
}
.refurl .dropdown_subids {
  right: 15px;
  top: 45px;
  width: calc(100% - 14px);
}

@media only screen and (max-width: 768px) {
  .refurl {
    margin-bottom: 20px;
  }
  .refurl__value {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 40px);
  }
  .refurl__link {
    font-size: 12px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .refurl__subid {
    font-size: 12px;
  }
  .refurl .btn {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    line-height: 40px;
    font-size: 12px;
    min-width: 0;
    text-indent: -9999px;
    background-image: url("../images/clipboard-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
  }
  .refurl .dropdown_subids {
    width: 100%;
    top: 38px;
    right: 0;
  }
  .dropdown_subids {
    max-width: none;
  }
}
.dropdown {
  display: none;
  width: 220px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  right: 0;
  top: 20px;
  z-index: 98;
}
.dropdown.active {
  display: block;
}
.dropdown__item {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 17px;
  color: #494949;
  border-top: 1px solid #D6D6D6;
  text-decoration: none;
}
.dropdown__item:hover {
  background-color: #4285f4;
  border-top-color: #4285f4;
  color: #fff;
}
.dropdown__item:hover + .dropdown__item {
  border-top-color: #4285f4;
}
.dropdown__item:first-child {
  border-top: none;
}
.dropdown_subids {
  width: 100%;
  max-width: 400px;
  max-height: 200px;
  overflow-y: scroll;
}
.dropdown_subids .dropdown__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown_subids .dropdown__item:hover .dd-subid__link,
.dropdown_subids .dropdown__item:hover .dd-subid__name,
.dropdown_subids .dropdown__item:hover .dd-subid__btc {
  color: #fff;
}
.dropdown_subids .dropdown__item:hover .dd-subid__comment,
.dropdown_subids .dropdown__item:hover .people {
  color: #97BEFF;
}
.dropdown_subids .dropdown__item:hover .people i {
  background-image: url("../images/people-light-blue.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dropdown_subids .dropdown__item:hover .people i {
    background-image: url("../images/people-light-blue@2x.png");
  }
}
.dropdown_subids .dropdown__item_all {
  padding-top: 16px;
  padding-bottom: 16px;
}

.dd-subid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dd-subid__link {
  width: 80px;
  font-size: 16px;
  line-height: 17px;
  color: #494949;
  flex-shrink: 0;
  margin-right: 10px;
  text-align: left;
}
.dd-subid__link_main {
  font-weight: bold;
}
.dd-subid__name {
  font-size: 11px;
  line-height: 12px;
  color: #494949;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1;
  padding-right: 25px;
}
.dd-subid__comment {
  font-size: 11px;
  line-height: 12px;
  color: #757575;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  text-align: left;
}
.dd-subid__btc {
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}

.people {
  display: inline-block;
  height: 11px;
  color: #757575;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  white-space: nowrap;
}
.people i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../images/people.png");
  background-size: 8px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .people i {
    background-image: url("../images/people@2x.png");
  }
}

.section {
  display: block;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.section_border_dashed {
  padding-top: 0;
  text-align: center;
}
.section_border_dashed:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1060px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #979797, #979797, #979797, #979797, #979797);
  background-size: 10px 3px, 100% 3px;
  border: none;
}
.section_border_dashed .subtitle {
  margin-bottom: 15px;
}
.section_chance {
  padding-top: 0;
  position: relative;
}
@media (min-width: 2276px) {
  .section_chance {
    overflow-x: hidden;
  }
}
.section_chance:before {
  content: "";
  display: none;
  height: 100px;
  background: #000;
  position: absolute;
  transform: rotate(-5deg);
  left: -200px;
  right: -200px;
  top: -200px;
}
@media (min-width: 2276px) {
  .section_chance:before {
    display: block;
  }
}
.section_chance .title {
  line-height: 53px;
  font-weight: bold;
}
.section_chance img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.section_invite {
  background-color: #000;
  color: #fff;
}
.section_feedback {
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px solid #D6D6D6;
}
.section .wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 40px;
}

.form-article {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .form-article {
    padding-top: 0;
  }
}
.form-article .card_form {
  margin-left: auto;
  margin-right: auto;
  max-width: 675px;
  overflow: visible;
}
.form-article .card_form .form__editor {
  display: none;
}
.form-article .card_form .ck-editor__editable_inline {
  min-height: 400px;
}
.form-article .title {
  font-size: 32px;
  line-height: 1.2;
}

.ck-editor h1, .ck-editor h2, .ck-editor h3, .ck-editor h4, .ck-editor h5 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.ck-editor h2 {
  font-size: 30px;
}
.ck-editor h3 {
  font-size: 24px;
}
.ck-editor h4 {
  font-size: 20px;
}
.ck-editor a {
  color: #4285f4;
  text-decoration: none;
}
.ck-editor strong,
.ck-editor b {
  font-weight: bold;
}
.ck-editor i {
  font-style: italic;
}
.ck-editor ul {
  list-style: dics;
}
.ck-editor ul li {
  line-height: 1.2;
}
.ck-editor ol {
  list-style: decimal;
}
.ck-editor ol li {
  line-height: 1.2;
}

.sharing-section {
  display: block;
  padding-top: 127px;
  padding-bottom: 127px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sharing-section {
    display: none;
  }
}
.sharing-section__pretitle {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #F7931A;
  margin-bottom: 20px;
  animation-delay: 0.85s;
  animation-duration: 1.5s;
}
.sharing-section__title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  animation-delay: 0.55s;
  animation-duration: 1.5s;
}
.sharing-section__label {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
  color: #fff;
}
.sharing-section__btns {
  animation-delay: 0.85s;
  animation-duration: 1.5s;
}
.sharing-section .coins {
  background-color: transparent;
}
.sharing-section .social-btns {
  max-width: 463px;
}
@media screen and (max-width: 800px) {
  .sharing-section .social-btns {
    max-width: 310px;
  }
}

.sticky-sharing {
  display: block;
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .sticky-sharing {
    display: none;
  }
}
.sticky-sharing .social-btns {
  max-width: 40px;
}
.sticky-sharing .social-btns > .social-btn {
  margin-right: 0;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.sticky-sharing .social-btns > .social-btn_fb {
  background: #1877F2;
}
.sticky-sharing .social-btns > .social-btn_fb:before {
  transform: translateY(0) translateX(-50%);
  width: 17px;
  height: 32px;
  top: auto;
  bottom: -1px;
  background-image: url("../images/icon-facebook.svg");
}
.sticky-sharing .social-btns > .social-btn_fb:hover {
  background: #388CF9;
}
.sticky-sharing .social-btns > .social-btn_fb:active {
  opacity: 0.4;
}
.sticky-sharing .social-btns > .social-btn_tw {
  background-color: #1da1f2 !important;
}
.sticky-sharing .social-btns > .social-btn_tw:hover {
  background: #3EB5FF !important;
}
.sticky-sharing .social-btns > .social-btn_tw:before {
  width: 20px;
  height: 16px;
  background-image: url("../images/twitter_icon-up.svg");
}
.sticky-sharing .social-btns > .social-btn_wa:before {
  width: 24px;
  height: 24px;
  background-image: url("../images/wa-small-up.svg");
}
.sticky-sharing .social-btns > .social-btn_tg:before {
  background-image: url("../images/telegram-small-up.svg");
}
.sticky-sharing .social-btns > .social-btn_rd:before {
  background-image: url("../images/rd-small-up.svg");
}
.sticky-sharing .social-btns__list {
  transform: none;
  left: -2px;
  top: auto;
  bottom: 44px;
}
.sticky-sharing .social-btns__list > .social-btn_eml {
  background-image: none;
}
.sticky-sharing .social-btns__list > .social-btn_eml:before {
  background-image: url("../images/eml-small-up.svg");
}
.sticky-sharing .social-btns__more:hover {
  box-shadow: none;
}
.sticky-sharing .social-btns__more:hover::before, .sticky-sharing .social-btns__more:hover:after {
  background-color: #fff;
}

.posts {
  display: block;
}
.posts_no-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.posts_no-images .post:nth-child(n+5) {
  display: none;
}
.posts_no-images.show-all .post:nth-child(n+5) {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .posts_no-images {
    max-width: 520px;
  }
}

.post {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-radius: 4px;
  background-color: #F7F7F7;
  border: 1px solid #D6D6D6;
}
.post__row {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 725px) {
  .post__row {
    flex-direction: column;
  }
}
.post__img {
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
}
.post__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 725px) {
  .post__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.post__text {
  display: block;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: left;
}
.post__text a {
  color: #4285f4;
  text-decoration: none;
}
.post__text a:hover {
  color: #F7931A;
}
.post__btns .social-btns {
  flex: 1;
}
.post__label {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.post:not(:last-child) {
  margin-bottom: 30px;
}
.post_no-image {
  display: flex;
  height: auto;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  background-color: #fff;
  border-radius: 2px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post_no-image:not(:last-child) {
  margin-bottom: 20px;
}
.post_no-image .post__text {
  font-size: 16px;
  line-height: 22px;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.post_no-image .post__text span.hidden {
  display: none;
}
.post_no-image .post__text.expanded {
  max-height: none;
}
.post_no-image .post__text.expanded .expand {
  display: none;
}
.post_no-image .post__text.expanded span.hidden {
  display: inline;
}
.post_no-image .post__btns {
  display: flex;
  justify-content: space-between;
}
.post_no-image .post__btns .social-btns {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 460px) {
  .post_no-image .post__btns {
    flex-direction: column;
    align-items: center;
  }
  .post_no-image .post__btns .social-btns {
    flex: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.expand {
  display: inline-block;
  color: #4285f4;
  font-size: 16px;
  line-height: 22px;
  padding-right: 5px;
  bottom: 0;
  background-color: #fff;
}
.expand:before {
  content: "...";
  display: inline-block;
  margin-right: 5px;
  color: #000;
}
.expand:hover {
  color: #F7931A;
}

.howto {
  display: block;
  background-color: #F7931A;
  padding: 50px 20px;
}
.howto_with-coins {
  position: relative;
}
.howto_with-coins:before, .howto_with-coins:after {
  content: "";
  display: block;
  width: 260px;
  height: 75px;
  position: absolute;
  top: -75px;
  background-size: 260px 75px;
}
@media (max-width: 820px) {
  .howto_with-coins:before, .howto_with-coins:after {
    display: none;
  }
}
.howto_with-coins:before {
  left: 140px;
  background-image: url("../images/btc-icons-left.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .howto_with-coins:before {
    background-image: url("../images/btc-icons-left@2x.png");
  }
}
@media (min-width: 1280px) {
  .howto_with-coins:before {
    left: calc(50% - 500px);
  }
}
.howto_with-coins:after {
  right: 140px;
  background-image: url("../images/btc-icons-right.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .howto_with-coins:after {
    background-image: url("../images/btc-icons-right@2x.png");
  }
}
@media (min-width: 1280px) {
  .howto_with-coins:after {
    left: calc(50% + 240px);
  }
}
.howto .list__item:first-child {
  animation-delay: 0.35s;
}
.howto .list__item:nth-child(2) {
  animation-delay: 0.5s;
}
.howto .list__item:nth-child(3) {
  animation-delay: 0.65s;
}
.howto .list__item:nth-child(4) {
  animation-delay: 0.35s;
}
.howto .list__item:nth-child(5) {
  animation-delay: 0.5s;
}
.howto .list__item:last-child {
  animation-delay: 0.65s;
}

.mobile-version {
  display: block;
  background-color: #4285f4;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mobile-version {
    padding-top: 50px;
    padding-bottom: 330px;
  }
}
.mobile-version__content {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mobile-version__content::after {
  content: "";
  display: block;
  width: 450px;
  height: 500px;
  background-image: url("../images/mobile-screens-new.png");
  background-size: 450px 500px;
  position: absolute;
  left: 650px;
  bottom: -120px;
  animation-delay: 1.5s;
  animation-duration: 1.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mobile-version__content::after {
    background-image: url("../images/mobile-screens-new@2x.png");
  }
}
@media (max-width: 768px) {
  .mobile-version__content::after {
    left: 50%;
    bottom: -330px;
    width: 261px;
    height: 273px;
    background-size: 261px 273px;
    transform: translateX(-50%);
  }
}
.mobile-version__title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
  animation-delay: 0.35s;
  animation-duration: 1.5s;
}
@media (max-width: 768px) {
  .mobile-version__title {
    max-width: none;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mobile-version__text {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
  color: #aacaff;
  width: 100%;
  max-width: 600px;
  animation-delay: 0.45s;
}
@media (max-width: 768px) {
  .mobile-version__text {
    max-width: none;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mobile-version__btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  animation-delay: 0.85s;
}
.mobile-version__btns .app-store-btn,
.mobile-version__btns .google-play-btn {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .mobile-version__btns {
    justify-content: center;
  }
  .mobile-version__btns .app-store-btn,
  .mobile-version__btns .google-play-btn {
    margin: 0 5px 20px;
  }
}
@media (max-width: 650px) {
  .mobile-version__btns {
    flex-direction: column;
    align-items: center;
  }
  .mobile-version__btns .app-store-btn,
  .mobile-version__btns .google-play-btn {
    margin: 0 5px 10px;
    width: 100%;
    max-width: 380px;
  }
}

.app-store-btn,
.google-play-btn {
  display: inline-block;
  width: 280px;
  height: 60px;
  border: none;
  background-color: #000;
  background-image: url("../images/get-it-on-google-play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 157px 37px;
  background-color: #000;
  border-radius: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .app-store-btn,
  .google-play-btn {
    background-image: url("../images/get-it-on-google-play@2x.png");
  }
}
.app-store-btn:hover,
.google-play-btn:hover {
  background-color: #F7931A;
}
.app-store-btn:active,
.google-play-btn:active {
  background-color: #255199;
}
@media (max-width: 768px) {
  .app-store-btn,
  .google-play-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.app-store-btn {
  background-image: url("../images/app-store-btn.png");
  background-size: 139px 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .app-store-btn {
    background-image: url("../images/app-store-btn@2x.png");
  }
}

.android-only,
.ios-only {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -99;
}

.os-desktop .ios-only,
.os-desktop .android-only {
  position: relative;
  visibility: visible;
  z-index: auto;
}

.os-android .android-only {
  position: relative;
  visibility: visible;
  z-index: auto;
}

.os-ios .ios-only {
  position: relative;
  visibility: visible;
  z-index: auto;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-links--christmas {
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

.social-links a,
.social-links svg {
  border: none;
}

.header__socials .social-links {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .header__socials .social-links {
    margin-left: 0;
    margin-right: 0;
  }
}
.header__socials .social-link_fb i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/fb-small.svg");
  background-size: 20px;
  position: relative;
  top: -1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header__socials .social-link_fb i {
    background-image: url("../images/fb-small.svg");
  }
}
.header__socials .social-link_fb:hover i {
  background-image: url("../images/fb-small-hover.svg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header__socials .social-link_fb:hover i {
    background-image: url("../images/fb-small-hover.svg");
  }
}
.header__socials .social-link_fb svg {
  display: none;
}
.header__socials .social-link_telegram svg path {
  fill: #31A5E0;
}
.header__socials .social-link_vk svg path {
  fill: #577CA4;
}
.header__socials .social-link_youtube svg path {
  fill: #e12a21;
}
.header__socials .social-link_instagram:hover svg path {
  fill: #F7931A;
}
@media only screen and (max-width: 1235px) {
  .header__socials span {
    display: none;
  }
}

.social-links--christmas .social-link {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 7.5px 15px;
}
.social-links--christmas .social-link:hover {
  background: #F7931A;
}
.social-links--christmas .social-link_fb {
  background-color: #4861A3;
}
.social-links--christmas .social-link_telegram {
  background-color: #31A5E0;
}
.social-links--christmas .social-link_instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-links--christmas .social-link_twitter {
  background-color: #1DA1F2;
}
.social-links--christmas .social-link_youtube {
  background-color: #FF2500;
}
.social-links--christmas .social-link_vk {
  background-color: #577CA4;
}

.menu__item_join .social-links {
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .menu__item_join .social-links {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .menu__item_join .social-links + span {
    margin-left: 10px;
  }
}

.page_theme_black .social-link_instagram:not(:hover) svg path {
  fill: #fff;
}

.footer .social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #757575;
  border-radius: 36px;
  transition: all 0.3s;
}
.footer .social-link:hover {
  background-color: #f7931a;
  border-color: #f7931a;
}
.footer .social-links a svg path {
  fill: #fff;
}
.footer .social-link_instagram svg path {
  fill: #fff;
}
.footer .social-links a + a {
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer .social-links + span {
    display: none;
  }
}

.other-inquiries {
  color: #757575;
  font-size: 13px;
  line-height: 15px;
}
.other-inquiries a {
  color: #4285f4;
}
.other-inquiries a:hover {
  color: #F7931A;
}

.feedback-link {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}
.feedback-link a {
  color: #4285f4;
}
.feedback-link a:hover {
  color: #F7931A;
}

.community-section {
  display: block;
  background-color: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .community-section {
    padding-top: 50px;
    border-bottom: 1px solid #d6d6d6;
  }
}
.community-section__container {
  display: block;
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.community-section__pre-title {
  font-size: 18px;
  line-height: 28px;
  color: #F7931A;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .community-section__pre-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.community-section__title {
  font-size: 40px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .community-section__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.community-section__text {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
@media screen and (max-width: 768px) {
  .community-section__text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.community-section__text a {
  color: #4285F4;
  text-decoration: none;
  font-weight: bold;
}
.community-section__text a:hover {
  color: #F7931A;
}
.community-section__btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .community-section__btns {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.community-section__img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.community-section__img img {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .community-section__img {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .community-section__img img {
    width: 100%;
    height: auto;
  }
}

.community-btn {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.community-btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .community-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.community-btn_primary {
  background-color: #4285F4;
  color: #fff;
}
.community-btn_primary:hover {
  background-color: #F7931A;
}
.community-btn_primary:active {
  background-color: #d6d6d6;
}
.community-btn_more {
  color: #000;
  border: 1px solid #D6D6D6;
}
.community-btn_more:hover {
  color: #4285F4;
  border-color: #4285F4;
}
.community-btn_more:active {
  color: #757575;
  border-color: #D6D6D6;
}
.community-btn_more span::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAABGdBTUEAALGPC/xhBQAAALNJREFUKBWVk2EOwiAMRkc9nXoL4xUgHIEQj2C8hfFm/AT5MBDZurRrQsbgvaasYymlGGvtBQPzRQhyzp0r88bw3j8lif4T5pxvkkQxxg8RvbooSa1mlIHMgLuIJCGEuzGm9DU8xyG10hBga6RJ0EgbQZQAcMGVV7nr1AdOXK+xApcdnxk925xhD+49mQQJRnlD0MBD0MJNOAJDOKWUcHEeeEHs/XS/3brfJxq4sSjpyBX9AlOUx3qlvxwuAAAAAElFTkSuQmCC");
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  margin-left: 10px;
}

.webview-container {
  padding-top: 1px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .webview-container {
    background-image: linear-gradient(to bottom, #000 0%, #494949 20%, #fff 20% 100%);
  }
}
.webview-container:last-child {
  border-bottom: none;
}
.webview-container .content {
  position: relative;
  margin-top: -563px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.webview-container .content td {
  padding-right: 0px;
  padding-left: 0px;
}
.webview-container .content > table > tbody > tr > td {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  .webview-container .content {
    margin-top: 0;
  }
}
@media (max-width: 664px) {
  .webview-container .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.webview-container .content > table {
  background-color: transparent !important;
}
.webview-container .content > table b {
  font-weight: bold;
}
.webview-container .content > table table table {
  border: none !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.webview-container .content > table > tbody > tr > td > table > tbody > tr > td > table {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}
.webview-container .heading {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #757575;
  margin-bottom: -10px;
}
.webview-container .heading .title {
  color: #d6d6d6;
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin: 0;
  margin-right: 15px;
}
.webview-container .heading span {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .webview-container .heading {
    padding-top: 20px;
  }
  .webview-container .heading .title {
    color: #d6d6d6;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 600px) {
  .webview-container .heading {
    margin-bottom: -10px;
  }
  .webview-container .heading .title,
  .webview-container .heading span {
    margin-bottom: 10px;
  }
}
.webview-container .navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .webview-container .navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.webview-container .navigation .btn-container {
  width: 100px;
}
.webview-container .navigation .btn-container--next {
  text-align: right;
}
.webview-container .navigation .btn-container a {
  display: inline-block;
  min-width: 70px;
  max-width: 100%;
  text-align: center;
  padding: 11px 10px;
  background-color: #fff;
  border-radius: 6px;
  color: #494949;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.2s, border-color 0.2s;
}
.webview-container .navigation .btn-container a:hover {
  border-color: #4285f4;
  background-color: #4285f4;
  color: #fff !important;
}
.webview-container .navigation .nav-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #494949;
  text-transform: uppercase;
}
@media (max-width: 420px) {
  .webview-container .navigation .nav-container {
    font-size: 16px;
    text-align: center;
  }
}
.webview-container .navigation .nav-container span {
  margin-bottom: 6px;
}
.webview-container .navigation .link {
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.webview-container .navigation a.link {
  cursor: pointer;
}
.webview-container .tags-block {
  padding: 30px 40px 25px;
  background-color: #ffffff;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 6px 6px 0px 0px;
}
.webview-container .tags-block__publish {
  font-size: 15px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 10px;
  color: #494949;
}
.webview-container .tags-block__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.5;
}
.webview-container .tags-block__list a {
  margin-right: 20px;
}
.webview-container .wrap-block {
  margin: 0;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.webview-container .share-block {
  background-color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px 0px 6px 6px;
}
.webview-container .share-block:last-child {
  border-bottom: none;
}
.webview-container .share-block .social-btn_fb {
  background-color: #1877f2;
}
.webview-container .share-block .social-btn_fb:before {
  background-image: url("../images/sharing/fb.svg");
}
.webview-container .share-block .social-btn_fb:hover {
  background-color: #388CF9 !important;
}
.webview-container .share-block .social-btn_fb:active {
  background-color: #4285F4 !important;
}
.webview-container .share-block .social-btn_tw {
  background-color: #1da1f2 !important;
}
.webview-container .share-block .social-btn_tw:before {
  background-image: url("../images/sharing/tw.svg");
}
.webview-container .share-block .social-btn_tw:hover {
  background-color: #3EB5FF !important;
}
.webview-container .share-block .social-btn_tw:active {
  background-color: #198CD3 !important;
}
.webview-container .share-block .social-btn_wa:before {
  background-image: url("../images/sharing/wa.svg");
}
.webview-container .share-block .social-btn_wa:hover {
  background-color: #2AE84B !important;
}
.webview-container .share-block .social-btn_wa:active {
  background-color: #18B533 !important;
}
.webview-container .share-block .social-btn_tg:before {
  background-image: url("../images/sharing/tg.svg");
}
.webview-container .share-block .social-btn_tg:hover {
  background-color: #36B3F2 !important;
}
.webview-container .share-block .social-btn_tg:active {
  background-color: #2B98CF !important;
}
.webview-container .share-block .social-btn_rd:before {
  width: 32px;
  height: 32px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/sharing/rd.svg");
}
@media (max-width: 800px) {
  .webview-container .share-block .social-btn_rd:before {
    width: 22px;
    height: 22px;
  }
}
.webview-container .share-block .social-btn_rd:hover {
  background-color: #FF6025 !important;
}
.webview-container .share-block .social-btn_rd:active {
  background-color: #E94204 !important;
}
.webview-container .share-block .social-btn_eml {
  background-image: none;
  background-color: #F7931A;
  border: none;
}
.webview-container .share-block .social-btn_eml:before {
  width: 32px;
  height: 32px;
  background-image: url("../images/sharing/eml.svg");
}
@media (max-width: 800px) {
  .webview-container .share-block .social-btn_eml:before {
    width: 22px;
    height: 22px;
  }
}
.webview-container .share-block .social-btn_eml:hover {
  background-color: #FFAB45 !important;
}
.webview-container .share-block .social-btn_eml:active {
  background-color: #DB8318 !important;
}
.webview-container .share-block .social-btn_pt {
  background: #BD081C;
  border: none;
}
.webview-container .share-block .social-btn_pt:before {
  background-image: url("../images/sharing/pt.svg");
}
.webview-container .share-block .social-btn_pt:hover {
  background-color: #D93345 !important;
}
.webview-container .share-block .social-btn_pt:active {
  background-color: #A00F1F !important;
}
.webview-container .share-block .social-btn_li:before {
  background-image: url("../images/sharing/li.svg");
}
.webview-container .share-block .social-btn_li:hover {
  background-color: #0B93D6 !important;
}
.webview-container .share-block .social-btn_li:active {
  background-color: #016B9F !important;
}
.webview-container .share-block .social-btn_flb:before {
  background-image: url("../images/sharing/flb.svg");
}
.webview-container .share-block .social-btn_flb:hover {
  background-color: #FF373E !important;
}
.webview-container .share-block .social-btn_flb:active {
  background-color: #DD171E !important;
}
.webview-container .share-block .social-btn_flb:before {
  background-image: url("../images/sharing/flb.svg");
}
.webview-container .share-block .social-btn_flb:hover {
  background-color: #638AB5 !important;
}
.webview-container .share-block .social-btn_flb:active {
  background-color: #466990 !important;
}
.webview-container .share-block .social-btn_vk:before {
  background-image: url("../images/sharing/vk.svg");
}
.webview-container .share-block .social-btn_vk:hover {
  background-color: #638AB5 !important;
}
.webview-container .share-block .social-btn_vk:active {
  background-color: #466990 !important;
}
.webview-container .share-block .social-btn_th:before {
  background-image: url("../images/sharing/th.svg");
}
.webview-container .share-block .social-btn_th:hover {
  background-color: #415674 !important;
}
.webview-container .share-block .social-btn_th:active {
  background-color: #303F55 !important;
}
.webview-container .share-block .social-btn_ln:before {
  background-image: url("../images/sharing/ln.svg");
}
.webview-container .share-block .social-btn_ln:hover {
  background-color: #4DE213 !important;
}
.webview-container .share-block .social-btn_ln:active {
  background-color: #36AF07 !important;
}
.webview-container .share-block .social-btn_vb:before {
  background-image: url("../images/sharing/vb.svg");
}
.webview-container .share-block .social-btn_vb:hover {
  background-color: #7C70D0 !important;
}
.webview-container .share-block .social-btn_vb:active {
  background-color: #5C529F !important;
}
.webview-container .share-block > p {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #494949;
  margin-bottom: 20px;
}
.webview-container .share-block .social-btns {
  justify-content: center;
}
@media (max-width: 420px) {
  .webview-container .share-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  .webview-container .share-block .social-btns__more {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.webview-container .share-block .social-btns__more:hover {
  box-shadow: none;
}
.webview-container .share-block .social-btns__more:hover::before, .webview-container .share-block .social-btns__more:hover:after {
  background-color: #fff;
}
@media (max-width: 420px) {
  .webview-container table [itemprop=headline] {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

.webview-container--digest .heading {
  margin-bottom: 20px;
}
.webview-container--digest .content {
  max-width: 600px;
}
.webview-container--digest .wrap-block {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}

.page_email-webview .first {
  z-index: auto;
  background-color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
  background-size: auto;
  min-height: 0;
  padding-bottom: 577px;
}
.page_email-webview .first .header {
  margin: 0;
}
@media (max-width: 768px) {
  .page_email-webview .first {
    padding-bottom: 0;
    min-height: 0;
    background-color: transparent;
  }
}

.news-twitter__container {
  max-width: 700px;
  margin: 0 auto;
}
.news-twitter__container a[data-hide=true] {
  opacity: 0;
}

.twitter-loader {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  margin: 200px auto;
  background: #FFFFFF;
  max-width: 160px;
  transition: all 0.3s;
}
.twitter-loader.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.twitter-loader .loader-spinner {
  margin: 20px 0;
}
.twitter-loader .loader-spinner {
  text-align: center;
}
.twitter-loader .loader-spinner > i {
  width: 16px;
  height: 16px;
  background-color: #f7931a;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 3px;
  margin-left: 3px;
}
.twitter-loader .loader-spinner > i:first-child {
  animation-delay: -0.6s;
}
.twitter-loader .loader-spinner > i:nth-child(2) {
  animation-delay: -0.4s;
}
.twitter-loader .loader-spinner > i:nth-child(3) {
  animation-delay: -0.2s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.twitter-error {
  padding: 30px;
  background: #FFF3F4;
  border: 1px solid #F74249;
  border-radius: 6px;
  margin: 80px auto;
  max-width: 1000px;
  width: 100%;
}
.twitter-error.hide {
  display: none;
}
.twitter-error__icon {
  display: block;
  margin: 0 auto 20px;
}
.twitter-error__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 15px;
  text-align: center;
}
.twitter-error__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
  text-align: center;
}
@media (max-width: 768px) {
  .twitter-error {
    padding: 20px;
  }
}

@media only screen and (max-width: 1173px) {
  .page_ru .news .header {
    flex-direction: column;
  }
  .page_ru .news .header__container {
    flex-direction: column;
  }
  .page_ru .news .logo-animated {
    margin-bottom: 20px;
  }
  .page_ru .news .header__navbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 940px) {
  .page_ru .news .news__tab-link {
    margin-right: 0;
  }
  .page_ru .news .news__tab-link:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page_ru .news .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1187px) {
  .page_de .news .header {
    flex-direction: column;
  }
  .page_de .news .header__container {
    flex-direction: column;
  }
  .page_de .news .logo-animated {
    margin-bottom: 20px;
  }
  .page_de .news .header__navbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 630px) {
  .page_de .news .news__tab-link {
    margin-right: 0;
  }
  .page_de .news .news__tab-link:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page_de .news .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1214px) {
  .page_fr .news .header {
    flex-direction: column;
  }
  .page_fr .news .header__container {
    flex-direction: column;
  }
  .page_fr .news .logo-animated {
    margin-bottom: 20px;
  }
  .page_fr .news .header__navbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 710px) {
  .page_fr .news .news__tab-link {
    margin-right: 0;
  }
  .page_fr .news .news__tab-link:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page_fr .news .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 580px) {
  .page_pt .news .news__tab-link {
    margin-right: 0;
  }
  .page_pt .news .news__tab-link:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page_pt .news .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1176px) {
  .page_es .news .header {
    flex-direction: column;
  }
  .page_es .news .header__container {
    flex-direction: column;
  }
  .page_es .news .logo-animated {
    margin-bottom: 20px;
  }
  .page_es .news .header__navbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .page_es .news .news__tab-link {
    margin-right: 0;
  }
  .page_es .news .news__tab-link:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page_es .news .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .page_it .news .news__tab-link {
    margin-right: 0;
  }
  .page_it .news .news__tab-link:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page_it .news .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 1100px) {
  .page_fr .news .news__tabs span,
  .page_es .news .news__tabs span,
  .page_de .news .news__tabs span {
    width: -moz-min-content;
    width: min-content;
    min-width: 140px;
  }
}

@media (max-width: 1100px) {
  .page .news .news__tab-link {
    white-space: nowrap;
  }
}
@media (max-width: 940px) {
  .page .news .news__tab-link:nth-child(2) {
    margin: 0;
  }
  .page .news .news__tab-link:first-child, .page .news .news__tab-link:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }
  .page .news .tac {
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .page .news .tac .title {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .page .news .news__tabs {
    display: block;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
  }
  .page .news .news__tabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .page .news .logo-animated {
    margin: -10px 0px;
    height: 60px;
  }
  .page .news .logo-animated--browser svg {
    width: 300px !important;
    height: 60px !important;
    top: 0;
    margin: 0;
    left: 0;
  }
  .page .news .header__navbar {
    justify-content: space-between;
  }
}

.news {
  width: 100%;
  background-color: #f7f7f7;
}
.news .container {
  display: block;
  min-height: 0;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  background-color: inherit;
}
.news .container--list {
  padding-top: 5px;
}
.news .container--twitter {
  padding-bottom: 80px;
}
.news__title-link {
  text-decoration: none;
  color: inherit;
}
.news__title-link:hover .title {
  color: #f7931a;
}
.news .tac {
  text-align: center;
  animation-delay: 0.35s;
  animation-duration: 1.25s;
  display: inline-block;
}
.news .title {
  display: inline-block;
  font-size: 48px;
  line-height: 53px;
  min-width: 640px;
  margin: 0 auto 40px;
  padding-top: 34px;
  padding-bottom: 33px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  transition: color 0.2s;
}
@media only screen and (max-width: 767px) {
  .news .title {
    min-width: auto;
    padding: 15px;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.news .title b {
  font-weight: 800;
}
.news .title span {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .news .title span {
    display: none;
  }
}
.news .title--mid {
  font-size: 40px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .news .title--mid {
    font-size: 32px;
    line-height: 36px;
  }
}
.news .title--center {
  display: block;
}
.news .title--size_s {
  padding: 11px 31px;
  min-width: 500px;
}
@media (max-width: 767px) {
  .news .title--size_s {
    min-width: auto;
  }
}
@media (max-width: 420px) {
  .news .title {
    display: block;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .news .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.news .desc {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 20px;
  animation-delay: 0.85s;
}
.news .desc--twitter {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .news .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news .desc--twitter {
    margin-bottom: 30px;
  }
}
.news-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: left;
}
@media (max-width: 1120px) {
  .news-block {
    justify-content: center;
  }
}
.news-block__category {
  border: 1px solid #A033CC;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #A033CC;
  padding: 5px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.news-block__category--blue {
  color: #4285F4;
  border-color: #4285F4;
}
.news-block__item {
  border-radius: 6px;
  max-width: 340px;
  width: 100%;
  min-width: 280px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 767px) {
  .news-block__item {
    margin: 10px;
    max-width: 330px;
  }
}
.news-block__item:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.news-block__item:hover .news-block__img:after,
.news-block__item:hover .news-block__info,
.news-block__item:hover .news-block__footer {
  border-color: transparent;
}
.news-block__item:hover .news-block__title {
  color: #4285f4;
}
.news-block__item > a > div:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.news-block__item a {
  text-decoration: none;
  color: inherit;
}
.news-block__img {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  min-height: 170px;
}
@media only screen and (max-width: 767px) {
  .news-block__img {
    min-height: 164px;
  }
}
.news-block__img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-width: 100%;
  vertical-align: top;
}
.news-block__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-width: 1px 1px 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  z-index: 1;
  transition: border-color 0.3s;
}
.news-block__info {
  position: relative;
  height: 208px;
  max-height: 208px;
  overflow: hidden;
  background-color: #fff;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #d6d6d6;
  padding: 20px 20px 25px;
  transition: border-color 0.3s;
}
.news-block__info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0));
}
@media (max-width: 370px) {
  .news-block__info {
    max-height: 180px;
  }
  .news-block__info:after {
    height: 35px;
  }
}
.news-block__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  transition: color 0.3s;
}
@media (max-width: 370px) {
  .news-block__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-block__desc {
  font-size: 16px;
  line-height: 28px;
  color: #494949;
}
.news-block__desc * {
  color: inherit !important;
}
@media (max-width: 370px) {
  .news-block__desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.news-block__footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #d6d6d6;
  transition: border-color 0.3s;
  color: #494949;
  padding-top: 15px;
}
.news-block__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px 10px;
}
.news-block__tags > a {
  color: #4285f4;
  margin-right: 10px;
  line-height: 28px;
  white-space: nowrap;
}
.news-block__tags > a:visited {
  color: #4285f4;
}
.news-block__tags > a:hover {
  color: #f7931a;
}
.news-block__date {
  padding: 0 20px 25px;
  font-size: 12px;
}
.news .pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-link-more {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .news .container {
    padding-top: 0;
  }
}
.news--recently-added {
  padding-bottom: 20px;
}
.news--recently-added .container {
  padding-top: 30px;
}
.news--recently-added .title {
  border: none;
  background-color: inherit;
  padding: 0;
  padding-top: 40px;
  text-align: left;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news--recently-added .title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .news--recently-added .title {
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.news--recently-added .title--center {
  text-align: center;
}
@media (max-width: 768px) {
  .news--amp .container {
    padding-top: 40px;
  }
}
.news--block-page:not(.news--amp) .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.news--block-page:not(.news--amp) .news-block:not(.news-block-count) .news-block__item:nth-child(n+7) {
  display: none;
}
@media (max-width: 768px) {
  .news--block-page:not(.news--amp) .container {
    padding-top: 40px;
  }
  .news--block-page:not(.news--amp) .title {
    font-size: 28px;
    line-height: 32px;
  }
  .news--block-page:not(.news--amp) .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.news__tabs {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.news__tabs .news__tab-link {
  margin-bottom: 30px;
}
.news__tabs .news__tab-link:first-child {
  animation-delay: 0.65s;
}
.news__tabs .news__tab-link:nth-child(2) {
  animation-delay: 0.55s;
  margin: 0 40px;
}
.news__tabs .news__tab-link:nth-child(3) {
  animation-delay: 0.45s;
}
.news__tabs .news__tab-link:last-child {
  animation-delay: 0.35s;
}
@media (max-width: 940px) {
  .news__tabs .news__tab-link:last-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .news__tabs .news__tab-link {
    margin-bottom: 20px;
  }
}
.news__tabs--second .news__tab-link {
  margin-bottom: 30px;
  font-size: 17px;
}
@media (max-width: 420px) {
  .news__tabs--second .news__tab-link {
    font-size: 14px;
  }
}
.news__tab-link {
  position: relative;
  display: inline-flex;
  font-weight: bold;
  align-items: flex-start;
  font-size: 17px;
  line-height: 1.1;
  color: #4285f4;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 8px;
}
.news__tab-link:nth-child(2) {
  margin: 0 40px;
}
.news__tab-link:last-of-type {
  margin-right: 0;
}
.news__tab-link:hover {
  color: #f7931a;
}
.news__tab-link.active span {
  color: #000;
  position: relative;
}
.news__tab-link.active span:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #f7931a;
  left: 0;
  right: 0;
  bottom: -12px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .news__tab-link:last-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 940px) {
  .news__tab-link {
    font-size: 14px;
  }
}
.news__tab-link:after {
  content: attr(data-total);
  display: block;
  font-size: 14px;
  margin-left: 7px;
  line-height: 1;
  color: #757575;
}
@media only screen and (max-width: 767px) {
  .news__tab-link:after {
    bottom: 9px;
  }
}

@media (max-width: 760px) {
  .page--news-frame .news__tabs .news__tab-link {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .page--news-frame .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page--news-frame .news__tabs > a {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  .page_en .news__tab-link:nth-child(2),
  .page--news-frame .news__tab-link:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page_en .news__tabs,
  .page--news-frame .news__tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page_en .news__tabs a:first-child, .page_en .news__tabs a:last-child,
  .page--news-frame .news__tabs a:first-child,
  .page--news-frame .news__tabs a:last-child {
    margin-left: 20px;
  }
  .page_en .news__tabs a,
  .page--news-frame .news__tabs a {
    margin-right: 20px;
  }
}
* {
  font-family: "Inter", sans-serif !important;
}

h1, h2, h1 > *, h2 > * {
  font-weight: 800 !important;
}

.news-card {
  padding-top: 1px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 70px;
  animation-delay: 1s;
  animation-duration: 1.25s;
}
.news-card img {
  max-width: 100%;
  vertical-align: top;
}
.news-card .content {
  position: relative;
  margin-top: -563px;
  max-width: 620px;
  min-height: 563px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .news-card .content {
    margin-top: 0;
  }
}
.news-card .heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  padding-bottom: 4px;
  border-bottom: 1px solid #757575;
}
.news-card .heading .title {
  color: #D6D6D6;
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  margin: 0 15px 0 0;
}
.news-card .heading span {
  color: #4285f4;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.news-card .heading:hover span {
  color: #f7931a;
}
@media (max-width: 768px) {
  .news-card .heading {
    padding-top: 20px;
    border: none;
  }
  .news-card .heading .title {
    color: #000;
  }
}
@media (max-width: 620px) {
  .news-card .heading {
    margin: 0;
  }
  .news-card .heading .title, .news-card .heading span {
    margin-bottom: 10px;
  }
}
.news-card__container {
  border-radius: 3px;
  background-color: #fff;
  padding: 50px 40px 60px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 15px solid #f7931a;
}
.news-card__container b {
  font-weight: bold;
}
.news-card__container a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.news-card__container a:hover {
  color: #f7931a;
}
@media (max-width: 600px) {
  .news-card__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-card__label {
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #f7931a;
  margin-bottom: 15px;
}
.news-card__title {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .news-card__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.news-card__subtitle {
  color: #000;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .news-card__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.news-card__img {
  margin: 0 -40px 30px;
}
.news-card__img:last-child {
  margin-bottom: 0;
}
.news-card__img img {
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 600px) {
  .news-card__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-card__text {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .news-card__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-card__text:last-child {
  margin-bottom: 0;
}
.news-card__text--high {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.news-card__text--medium {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.22px;
}
@media (max-width: 600px) {
  .news-card__text--medium {
    font-size: 15px;
    line-height: 26px;
  }
}
.news-card__text--small {
  color: #494949;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.19px;
}
@media (max-width: 600px) {
  .news-card__text--small {
    font-size: 14px;
    line-height: 24px;
  }
}
.news-card__quote {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  padding: 15px 20px;
  border-left: 6px solid #F7931A;
  background-color: #F7F7F7;
}
.news-card__separator {
  border-top: 1px solid #D6D6D6;
  margin: 40px -40px;
}
@media (max-width: 600px) {
  .news-card__separator {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.news-card__line {
  border-top: 1px solid #D6D6D6;
  margin: 40px -40px 40px 0;
}
@media (max-width: 600px) {
  .news-card__line {
    margin-right: -20px;
  }
}

.news-card .icon-circle img {
  max-width: 60px;
}

.news-card-steps__item {
  margin-bottom: 40px;
}
.news-card-steps__img {
  padding-left: 54px;
}

.logo-animated {
  display: block;
  height: 80px;
}
.logo-animated--browser svg {
  position: relative;
  width: 400px !important;
  height: 96px !important;
  top: -8px;
  left: -14px;
}
@media (max-width: 1280px) {
  .logo-animated {
    height: 60px;
  }
  .logo-animated--browser svg {
    width: 100% !important;
    top: -18px;
  }
}
@media (max-width: 1150px) {
  .logo-animated {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .logo-animated {
    height: 40px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .logo-animated--browser svg {
    width: 100% !important;
    height: 40px !important;
    top: 0;
    left: 0;
  }
}
@media (max-width: 330px) {
  .logo-animated--browser svg {
    height: 50px !important;
    top: 5px;
  }
}
.logo-animated--news-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-animated--news-layout svg {
  position: static !important;
  height: 60px !important;
  width: 347px !important;
}
@media (max-width: 1200px) {
  .logo-animated--news-layout {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .logo-animated--news-layout {
    height: 40px;
    margin-bottom: -10px;
  }
  .logo-animated--news-layout svg {
    width: 100% !important;
    height: 40px !important;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .header.fixed:not(.header--not-fixed) .logo-animated--browser svg {
    width: 100% !important;
    max-width: 332px !important;
    left: -10px;
  }
  .header.fixed:not(.header--not-fixed) .logo-animated--news-layout svg {
    max-width: none !important;
    height: 50px !important;
  }
}

.features {
  display: flex;
  align-items: flex-start;
  min-height: 80px;
  max-width: 965px;
  margin: 0 auto 60px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .features {
    flex-direction: column;
    align-items: center;
  }
}
.features__item {
  display: block;
  max-width: 245px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1D1D1B;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 800px) {
  .features__item {
    margin-bottom: 30px;
  }
}
.features__item.animated {
  animation-duration: 1.5s;
}
.features__item.animated:first-child {
  animation-delay: 2.65s;
}
.features__item.animated:nth-child(2) {
  animation-delay: 2.75s;
}
.features__item.animated:nth-child(3) {
  animation-delay: 2.85s;
}
.features__item.animated:last-child {
  animation-delay: 2.95s;
}
.features__item a {
  color: #4285F4;
  text-decoration: none;
}
.features__item a:hover {
  color: #F7931A;
}
.features__item::before, .features__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 80px;
  background-color: #D8D8D8;
}
@media only screen and (max-width: 800px) {
  .features__item::before, .features__item:last-child::after {
    display: none;
  }
}
.features__item:last-child::after {
  right: 0;
  left: auto;
}
.features__item img {
  display: block;
  margin: 0 auto 10px;
}
.features__item img.one-hand {
  margin-bottom: 0;
}
.features__item amp-img {
  display: block;
  margin: 0 auto 10px;
}
.features__item amp-img img {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .features {
    flex-direction: column;
    align-items: center;
  }
  .features__item {
    margin-bottom: 30px;
  }
  .features__item::before,
  .features__item:last-child::after {
    display: none;
  }
}
.rotator-animate {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 106px;
  margin-bottom: 20px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
  .rotator-animate {
    min-height: 76px;
  }
}
.rotator-animate__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  text-align: center;
  font-size: 4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.rotator-animate__item.static {
  position: static;
}
@media only screen and (max-width: 768px) {
  .rotator-animate__item {
    font-size: 32px;
    min-height: 76px;
  }
}
.rotator-animate .title {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 60px;
  opacity: 0;
}
@media (max-width: 767px) {
  .rotator-animate .title {
    line-height: 1.2;
  }
}
.rotator-animate .title.animated {
  opacity: 1;
}

.footer {
  display: block;
  background-color: #000;
  min-height: 100px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
}
.footer__left-side {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.footer .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
  border-radius: 6px;
}
.footer .lang__current:before {
  top: 12px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #D0D0D0;
}
.footer .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.footer .lang.opened .lang__current:before {
  top: 13px;
  right: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #D0D0D0;
  border-bottom: none;
}
.footer .lang__list {
  transform: translateY(calc(-100% - 40px));
  position: absolute;
  width: 100%;
  border-radius: 6px;
}
.footer__right-side {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.footer__logo {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.footer__logo img {
  display: block;
}
.footer__bottom {
  display: block;
  width: 100%;
  border-top: 1px solid #212121;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__bottom .footer__content {
  padding-bottom: 0;
  align-items: center;
}
.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.footer__btns {
  margin-right: 20px;
  padding-top: 13px;
}
.footer__btns .fb-like {
  margin-bottom: 20px;
}
.footer__menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .footer__menu {
    padding-right: 0;
    width: 100%;
  }
}

.footer__store-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-links {
  display: flex;
  max-width: 118px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .store {
  border-color: #757575;
  background-color: #282828;
}

.footer .store:hover {
  border-color: #4285f4;
  background-color: #4285f4;
}

.footer .store:active {
  background-color: #494949;
  border-color: #494949;
}

.footer .store__first-line,
.footer .store__second-line {
  display: none !important;
}

.footer .google-play {
  width: 165px;
}

.footer .store_cryptosearch:before {
  left: 14px;
}

.page_withcoins .footer {
  position: relative;
  z-index: 10;
}

.bonus {
  display: inline-block;
  padding: 3px 4px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #4285f4;
  color: #fff;
}
.bonus_orange {
  background-color: #f7931a;
}
.bonus_red {
  background-color: #F74249;
}
.bonus_turq {
  background-color: #1AB9E5;
}
.bonus_purple {
  background-color: #A033CC;
}
.bonus_green {
  background-color: #1DC886;
}

@media only screen and (max-width: 1040px) {
  .page_ru .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__store-links {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .page_ru .footer .menu__col {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .footer {
    padding-top: 0;
    position: relative;
  }
  .footer__content {
    padding: 20px 20px 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer__bottom .footer__content {
    padding-top: 0;
  }
  .footer .lang {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .footer__btns {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 4;
  }
  .footer__btns .fb-like {
    margin-bottom: 0;
  }
  .footer__store-links {
    order: 2;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer .menu {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .footer .menu__item, .footer .menu__label {
    text-align: left;
  }
  .footer .menu__item_join {
    justify-content: flex-start;
  }
  .footer__social-links {
    display: flex;
    order: 3;
    color: #757575;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .footer__menu {
    flex-direction: column;
    width: auto;
  }
}
@media screen and (max-width: 380px) {
  .footer__logo {
    align-self: flex-start;
  }
  .footer__logo img {
    width: 190px;
    height: auto;
  }
}
.testimonials {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #4285F4;
}
.testimonials__title {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.testimonials__title b {
  font-weight: bold;
}

.testimonials__list {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 790px) {
  .testimonials__list {
    max-width: 340px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 340px) {
  .testimonials__list {
    max-width: 190px;
  }
}
.testimonials__item {
  display: block;
  text-decoration: none;
  min-width: 120px;
  position: relative;
}
.testimonials__item:not(:last-child):after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #87B4FF;
  position: absolute;
  right: -57px;
  top: 50px;
}

@media only screen and (max-width: 790px) {
  .testimonials__item {
    margin-bottom: 30px;
  }
  .testimonials__item:not(:last-child):after {
    display: none;
  }
}
.testimonials__item i {
  display: block;
  width: 102px;
  height: 102px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials__item i img {
  display: block;
}

.testimonials__item:hover i {
  background-color: #F7931A;
}

.testimonials__item_youtube i {
  background-image: url("../images/icon-youtube.png");
  background-size: 64px 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials__item_youtube i {
    background-image: url("../images/icon-youtube@2x.png");
    background-size: 64px 45px;
  }
}
.testimonials__item_gplay i {
  background-image: url("../images/store_play.png");
  background-size: 41px 44px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials__item_gplay i {
    background-image: url("../images/store_play@2x.png");
  }
}
.testimonials__item_chrome i {
  background-image: url("../images/icon-chrome.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials__item_chrome i {
    background-image: url("../images/icon-chrome@2x.png");
    background-size: 58px;
  }
}
.testimonials__item_fb i {
  background-image: url("../images/icon-fb.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials__item_fb i {
    background-image: url("../images/icon-fb@2x.png");
    background-size: 58px;
  }
}
.testimonials__item_twitter i {
  background-image: url("../images/icon-twitter.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials__item_twitter i {
    background-image: url("../images/icon-twitter@2x.png");
    background-size: 58px;
  }
}
.testimonials__item_journal i {
  background-image: url("../images/icon-journal.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .testimonials__item_journal i {
    background-image: url("../images/icon-journal@2x.png");
    background-size: 58px 68px;
  }
}
.testimonials__item span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.testimonials__item b {
  font-weight: bold;
}

.coins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  z-index: -1;
  height: 100%;
}

.coins_black {
  background-color: #000;
}

.coins_black-gradient {
  background-color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
}

.coins:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  position: absolute;
  z-index: 990;
}

.coin {
  position: absolute;
  opacity: 0.7;
  animation: cascade-down cubic-bezier(0.33333, 0, 0.66667, 0.33333);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  background-image: url("../images/coin.svg");
  display: block;
  background-size: contain;
  min-width: 25px;
  min-height: 25px;
}

.coin:nth-child(1) {
  left: 8.33%;
  top: -100px;
  animation-delay: 900ms;
  animation-duration: 2.7s;
  width: 36px;
  height: 36px;
}

.coin:nth-child(2) {
  left: 16.66%;
  top: -100px;
  animation-delay: 1800ms;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(3) {
  left: 24.99%;
  top: -100px;
  animation-delay: 3000ms;
  animation-duration: 1.8s;
  width: 6px;
  height: 6px;
}

.coin:nth-child(4) {
  left: 33.32%;
  top: -100px;
  animation-delay: 300ms;
  animation-duration: 1.8s;
  width: 48px;
  height: 48px;
}

.coin:nth-child(5) {
  left: 41.65%;
  top: -100px;
  animation-delay: 1500ms;
  animation-duration: 3.6s;
  width: 48px;
  height: 48px;
}

.coin:nth-child(6) {
  left: 49.98%;
  top: -100px;
  animation-delay: 2100ms;
  animation-duration: 2.7s;
  width: 18px;
  height: 18px;
}

.coin:nth-child(7) {
  left: 58.31%;
  top: -100px;
  animation-delay: 2700ms;
  animation-duration: 3.6s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(8) {
  left: 66.64%;
  top: -100px;
  animation-delay: 2400ms;
  animation-duration: 2.7s;
  width: 60px;
  height: 60px;
}

.coin:nth-child(9) {
  left: 74.97%;
  top: -100px;
  animation-delay: 1500ms;
  animation-duration: 2.7s;
  width: 54px;
  height: 54px;
}

.coin:nth-child(10) {
  left: 83.3%;
  top: -100px;
  animation-delay: 2700ms;
  animation-duration: 3.6s;
  width: 54px;
  height: 54px;
}

.coin:nth-child(11) {
  left: 91.63%;
  top: -100px;
  animation-delay: 1800ms;
  animation-duration: 1.8s;
  width: 30px;
  height: 30px;
}

.coin:nth-child(12) {
  left: 99.96%;
  top: -100px;
  animation-delay: 3000ms;
  animation-duration: 2.7s;
  width: 48px;
  height: 48px;
}

@keyframes cascade-down {
  0% {
    transform: translateY(0, -8px);
  }
  25% {
    transform: translateY(0, 2vh);
  }
  50% {
    transform: translateY(0, 4vh);
  }
  75% {
    transform: translateY(0, 16vh);
  }
  100% {
    transform: translate(0, 103vh);
    opacity: 0;
  }
}
.calc {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  padding-bottom: 60px;
  border-bottom: 1px solid #D6D6D6;
}
.calc__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calc__item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  padding-right: 40px;
}
.calc__item + .calc__item {
  margin-top: 40px;
}
.calc__label {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #494949;
  min-height: 40px;
  margin-bottom: 15px;
}
.calc__label b {
  position: relative;
  top: 5px;
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.calc__label-text {
  font-size: 18px;
  line-height: 20px;
}
.calc__label-num {
  position: absolute;
  left: 100%;
  top: 4px;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #000;
  width: 84px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #D6D6D6;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  .calc__label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .calc__label-num {
    position: static;
    line-height: 1;
    margin-top: -4px;
    margin-left: 10px;
  }
}
.calc input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  max-width: 320px;
}
.calc input[type=range]:focus {
  outline: none;
}
.calc input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}
.calc input[type=range]::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

.screen-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}

.calc input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #d6d6d6;
}

.calc input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background-color: #D6D6D6;
  border-radius: 3px;
}

.calc input[type=range]::-moz-range-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
}

.calc input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}

.calc input[type=range]::-ms-fill-lower {
  background-color: #d6d6d6;
  height: 6px;
  border-radius: 3px;
}

.calc input[type=range]::-ms-fill-upper {
  background-color: #d6d6d6;
  height: 6px;
  border-radius: 3px;
}

.calc input[type=range]::-ms-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

.calc input[type=range]:focus::-ms-fill-lower {
  background-color: #d6d6d6;
}

.calc input[type=range]:focus::-ms-fill-upper {
  background-color: #d6d6d6;
}

.calculate {
  display: block;
  background-color: #fff;
  padding-top: 50px;
  text-align: center;
}
.calculate .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .calculate .wrapper {
    border-radius: 0;
  }
}
.calculate .btn_calc {
  margin: 30px 0;
}

.calculate .subtitle {
  margin-bottom: 50px;
  padding: 30px 0;
  border-bottom: 1px solid #D6D6D6;
}

.halloween-preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1501;
  background-color: #f7931a;
  animation-duration: 1.5s;
}
.halloween-preloading .halloween-bats {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.halloween-preloading .halloween-face {
  max-width: 100%;
  max-height: 100%;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}
.halloween-preloading .halloween-face.showing {
  animation: h_zoom 3s 0s ease-in;
}

.halloween-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.halloween-container .hidden {
  visibility: hidden;
}

.halloween-container--page {
  position: relative;
  height: auto;
  display: block;
  z-index: 98;
}
.halloween-container--page .halloween-bats {
  position: relative;
}
.halloween-container--page .halloween-bats .layer {
  animation-duration: 0.7s;
  animation-delay: 1s;
}

.halloween-bats {
  position: absolute;
  height: 100%;
  width: 100%;
}
.halloween-bats .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.halloween-bats .layer img {
  position: absolute;
  z-index: 103;
}
@media (max-width: 600px) {
  .halloween-bats .layer img {
    transform: scale(0.5);
  }
}
.halloween-bats .layer.bat-1 {
  animation-delay: 0.5s;
}
.halloween-bats .layer.bat-1 img {
  top: 97px;
  left: 105px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-1 img {
    left: 50px;
  }
}
.halloween-bats .layer.bat-2 {
  animation-delay: 0.6s;
}
.halloween-bats .layer.bat-2 img {
  top: 50px;
  right: 231px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-2 img {
    right: 50px;
  }
}
.halloween-bats .layer.bat-3 {
  animation-delay: 0.7s;
}
.halloween-bats .layer.bat-3 img {
  top: 554px;
  left: 90px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-3 img {
    left: 20px;
  }
}
.halloween-bats .layer.bat-4 {
  animation-delay: 0.8s;
}
.halloween-bats .layer.bat-4 img {
  top: 522px;
  right: 90px;
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-4 img {
    right: 20px;
  }
}
.halloween-bats .layer.bat-5 {
  animation-delay: 0.9s;
}
.halloween-bats .layer.bat-5 img {
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
}
.halloween-bats .layer.bat-6 {
  animation-delay: 0.5s;
}
.halloween-bats .layer.bat-6 img {
  top: 9px;
  right: 271px;
}
@media (max-width: 370px) {
  .halloween-bats .layer.bat-6 img {
    right: auto;
    left: 30px;
  }
}
.halloween-bats .layer.bat-7 {
  animation-delay: 1s;
}
.halloween-bats .layer.bat-7 img {
  top: 125px;
  left: 50%;
  margin-left: -150px;
}
.halloween-bats .layer.bat-8 {
  animation-delay: 1.5s;
}
.halloween-bats .layer.bat-8 img {
  top: 116px;
  right: 50%;
  margin-right: -150px;
}
.halloween-bats .layer.bat-9 {
  animation-delay: 2s;
}
.halloween-bats .layer.bat-9 img {
  top: 411px;
  left: 47px;
}
.halloween-bats .layer.bat-10 {
  animation-delay: 2.5s;
}
.halloween-bats .layer.bat-10 img {
  top: 625px;
  right: 25px;
}
@media (max-width: 400px) {
  .halloween-bats .layer.bat-10 img {
    right: 40px;
  }
}

@keyframes h_zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  60% {
    transform: scale(50);
  }
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-9 img {
    left: 0;
    top: 481px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}

.notification-overlay {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s 0s;
}
@media (max-width: 500px) {
  .notification-overlay {
    display: none;
  }
}
.notification-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.5s 0s;
}
.notification-overlay__content {
  position: absolute;
  top: 240px;
  left: 206px;
}
.notification-overlay__content p {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  padding: 15px 15px 15px 20px;
  border-radius: 3px;
}
.notification-overlay__content p b {
  font-weight: bold;
}
.notification-overlay__arrow {
  position: absolute;
  top: -107px;
  left: 166px;
}
.notification-overlay__arrow img {
  vertical-align: top;
}

.page.win.chrome .notification-overlay__content {
  left: 90px;
}
.page.win.chrome.page_en .notification-overlay__content {
  left: 120px;
}
.page.win.chrome.page_ru .notification-overlay__arrow {
  left: 75px;
}
.page.opera .notification-overlay__content {
  top: 260px;
  left: 56px;
}
.page.opera .notification-overlay__arrow {
  left: 76px;
}
.page.opera.win .notification-overlay__content {
  left: 190px;
}
.page.opera.win.page_en .notification-overlay__content {
  left: 238px;
}
.page.firefox .notification-overlay__content {
  top: 230px;
  left: 335px;
}
.page.firefox.win .notification-overlay__content {
  left: 190px;
}
.page.edge .notification-overlay__content {
  top: auto;
  bottom: 180px;
  left: calc(50% - 200px);
}
.page.edge .notification-overlay__arrow {
  top: auto;
  left: 404px;
  bottom: -107px;
  transform-origin: center center;
  transform: rotateX(180deg) rotateY(180deg);
}

.top-notification__container {
  display: block;
  text-decoration: none;
  color: inherit;
}

/*
* spring20
*/
.top-notification--spring20 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/promo-bar_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-bottom: 4px solid #F7931A;
}
@media (max-width: 767px) {
  .top-notification--spring20 {
    background-image: url(../images/promo-bar_bg-mobile.jpg);
    text-align: center;
  }
}
.top-notification--spring20:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.top-notification--spring20 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--spring20 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.top-notification--spring20 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--spring20 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  height: 36px;
  margin-right: 10px;
}
.top-notification--spring20 .top-notification__img .spring-flower-icon {
  position: relative;
  top: 5px;
  min-width: 81px;
  height: 81px;
}
.top-notification--spring20 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 42px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--spring20 .top-notification__close:hover {
  background-color: #f7931a;
}
.top-notification--spring20 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--spring20 .top-notification__close:before, .top-notification--spring20 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--spring20 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--spring20 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--spring20 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-right: 160px;
}
.top-notification--spring20 .top-notification__text p {
  opacity: 0.8;
}
.top-notification--spring20 .top-notification__text b {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .top-notification--spring20 .top-notification__text {
    margin-right: 100px;
  }
}
@media (max-width: 1000px) {
  .top-notification--spring20 .top-notification__text {
    margin-right: 40px;
  }
}
.top-notification--spring20 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--spring20 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--spring20 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}
.top-notification--spring20 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media (max-width: 767px) {
  .top-notification--spring20 .top-notification {
    box-shadow: none;
  }
  .top-notification--spring20 .top-notification__container .btn {
    max-width: 320px;
    width: 100%;
  }
  .top-notification--spring20 .top-notification__flex {
    padding-right: 30px;
  }
  .top-notification--spring20 .top-notification__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-notification--spring20 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }
  .top-notification--spring20 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  .top-notification--spring20 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .top-notification--spring20 .top-notification__img {
    flex: 0 0 auto;
    max-width: none;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-notification--spring20 .top-notification__img .spring-flower-icon {
    top: 0;
    left: 0;
    min-width: 100px;
    height: 100px;
  }
  .top-notification--spring20 .top-notification__flex {
    padding-left: 15px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-notification--spring20 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--spring20 {
    padding: 0;
  }
}

.popup-spring20 {
  -webkit-overflow-scrolling: touch;
}
.popup-spring20:before {
  display: none !important;
}
.popup-spring20 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-spring20 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popup-spring20 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.popup-spring20 .content strong {
  display: inline-block;
  font-weight: bold;
}
.popup-spring20 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 40px;
}
.popup-spring20 .content p b {
  font-weight: bold;
}
.popup-spring20 .img {
  position: relative;
}
.popup-spring20 .img img {
  width: 100%;
}
.popup-spring20 .img .spring-flower-icon-popup {
  position: absolute;
  bottom: 13px;
  left: -25px;
  width: 200px;
  height: 200px;
}
.popup-spring20 .subtitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}
.popup-spring20 .subtitle b {
  font-weight: bold;
}
.popup-spring20 .info {
  padding: 20px 40px 10px;
}
.popup-spring20 .btn {
  margin-bottom: 20px;
}
.popup-spring20 .btn_link {
  margin-right: 20px;
}
.popup-spring20 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}
@media (max-width: 550px) {
  .popup-spring20 .popup__footer {
    flex-direction: column;
  }
  .popup-spring20 .btn_link {
    margin-right: 0px;
  }
  .popup-spring20 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .popup-spring20 .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-spring20 .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-spring20 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-spring20 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/*
* autumn19
*/
.top-notification--autumn19 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/top-notification_autumn19_bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.top-notification--autumn19 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--autumn19 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.top-notification--autumn19 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--autumn19 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 30px;
}
.top-notification--autumn19 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}
.top-notification--autumn19 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--autumn19 .top-notification__close:hover {
  background-color: #f7931a;
}
.top-notification--autumn19 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--autumn19 .top-notification__close:before, .top-notification--autumn19 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--autumn19 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--autumn19 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--autumn19 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}
.top-notification--autumn19 .top-notification__text b {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .top-notification--autumn19 .top-notification__text {
    margin-right: 100px;
  }
}
@media (max-width: 1000px) {
  .top-notification--autumn19 .top-notification__text {
    margin-right: 40px;
  }
}
.top-notification--autumn19 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--autumn19 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--autumn19 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}
.top-notification--autumn19 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media (max-width: 767px) {
  .top-notification--autumn19 .top-notification {
    box-shadow: none;
  }
  .top-notification--autumn19 .top-notification__container .btn {
    display: none;
  }
  .top-notification--autumn19 .top-notification__flex {
    padding-right: 30px;
  }
  .top-notification--autumn19 .top-notification__text {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .top-notification--autumn19 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }
  .top-notification--autumn19 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  .top-notification--autumn19 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .top-notification--autumn19 .top-notification__img {
    flex: 0 0 auto;
    max-width: 64px;
    margin-right: 15px;
  }
  .top-notification--autumn19 .top-notification__img img {
    max-width: 100%;
  }
  .top-notification--autumn19 .top-notification__flex {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .top-notification--autumn19 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--autumn19 {
    padding: 0;
  }
}

.top-notification--christmas2021 {
  position: relative;
  z-index: 102;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/img-snow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.top-notification--christmas2021 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--christmas2021 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.top-notification--christmas2021 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--christmas2021 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 30px;
}
.top-notification--christmas2021 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}
.top-notification--christmas2021 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--christmas2021 .top-notification__close:hover {
  background-color: #f7931a;
}
.top-notification--christmas2021 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--christmas2021 .top-notification__close:before, .top-notification--christmas2021 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--christmas2021 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--christmas2021 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--christmas2021 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}
.top-notification--christmas2021 .top-notification__text b {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .top-notification--christmas2021 .top-notification__text {
    margin-right: 100px;
  }
}
@media (max-width: 1000px) {
  .top-notification--christmas2021 .top-notification__text {
    margin-right: 40px;
  }
}
.top-notification--christmas2021 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--christmas2021 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--christmas2021 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}
.top-notification--christmas2021 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media (max-width: 767px) {
  .top-notification--christmas2021 .top-notification {
    box-shadow: none;
  }
  .top-notification--christmas2021 .top-notification__container .btn {
    display: none;
  }
  .top-notification--christmas2021 .top-notification__flex {
    padding-right: 30px;
  }
  .top-notification--christmas2021 .top-notification__text {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .top-notification--christmas2021 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }
  .top-notification--christmas2021 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  .top-notification--christmas2021 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .top-notification--christmas2021 .top-notification__img {
    flex: 0 0 auto;
    max-width: 64px;
    margin-right: 15px;
  }
  .top-notification--christmas2021 .top-notification__img img {
    max-width: 100%;
  }
  .top-notification--christmas2021 .top-notification__flex {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .top-notification--christmas2021 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--christmas2021 {
    padding: 0;
  }
}

.popup-autumn19 {
  -webkit-overflow-scrolling: touch;
}
.popup-autumn19:before {
  display: none !important;
}
.popup-autumn19 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-autumn19 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popup-autumn19 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.popup-autumn19 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 37px;
}
.popup-autumn19 .content p b {
  font-weight: bold;
}
.popup-autumn19 .img {
  position: relative;
}
.popup-autumn19 .img .sunny-btc {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
  width: 240px;
  height: 240px;
}
.popup-autumn19 .subtitle {
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}
.popup-autumn19 .subtitle b {
  font-weight: bold;
}
.popup-autumn19 .info {
  padding: 20px 40px 10px;
}
.popup-autumn19 .btn {
  margin-bottom: 20px;
}
.popup-autumn19 .btn_link {
  margin-right: 20px;
}
.popup-autumn19 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}
@media (max-width: 550px) {
  .popup-autumn19 .popup__footer {
    flex-direction: column;
  }
  .popup-autumn19 .btn_link {
    margin-right: 0px;
  }
  .popup-autumn19 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .popup-autumn19 .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-autumn19 .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-autumn19 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-autumn19 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/*
* summer19
*/
.top-notification--summer19 {
  position: relative;
  z-index: 98;
  padding-right: 80px;
  padding-left: 20px;
  background-image: url(../images/top-notification_summer19_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-notification--summer19 {
    display: none;
  }
}
.top-notification--summer19 .top-notification__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--summer19 .top-notification__container .btn_primary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.top-notification--summer19 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--summer19 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.top-notification--summer19 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}
.top-notification--summer19 .top-notification__close {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  transition: all 0.2s;
}
.top-notification--summer19 .top-notification__close:hover {
  background-color: #f7931a;
}
.top-notification--summer19 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--summer19 .top-notification__close:before, .top-notification--summer19 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--summer19 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--summer19 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--summer19 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-right: 30px;
}
.top-notification--summer19 .top-notification__text b {
  font-weight: bold;
}
.top-notification--summer19 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--summer19 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--summer19 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -50px;
}
.top-notification--summer19 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -253px;
}

.popup-summer19 {
  -webkit-overflow-scrolling: touch;
}
.popup-summer19:before {
  display: none !important;
}
.popup-summer19 .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-summer19 .popup__footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popup-summer19 .content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.popup-summer19 .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 37px;
}
.popup-summer19 .content p b {
  font-weight: bold;
}
.popup-summer19 .img {
  position: relative;
}
.popup-summer19 .img .sunny-btc {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
  width: 240px;
  height: 240px;
}
.popup-summer19 .subtitle {
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  margin-bottom: 10px;
}
.popup-summer19 .subtitle b {
  font-weight: bold;
}
.popup-summer19 .info {
  padding: 20px 40px 10px;
}
.popup-summer19 .btn {
  margin-bottom: 20px;
}
.popup-summer19 .btn_link {
  margin-right: 20px;
}
.popup-summer19 .btn_primary {
  width: 100%;
  max-width: 300px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}
@media (max-width: 550px) {
  .popup-summer19 .popup__footer {
    flex-direction: column;
  }
  .popup-summer19 .btn_link {
    margin-right: 0px;
  }
  .popup-summer19 .btn_primary {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .popup-summer19 .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-summer19 .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup-summer19 .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-summer19 .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/*
* black notification
* =============================================================================
*/
.top-notification-black {
  display: block;
  background-image: linear-gradient(180deg, #000000 0%, #494949 100%);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid #f7931a;
  position: relative;
  z-index: 101;
  transition: max-height 250ms ease-in-out, border 250ms ease-in-out;
  overflow: hidden;
}
.top-notification-black.hide {
  max-height: 0;
  border-bottom: none;
}
.top-notification-black.hideAdv {
  display: none;
}
.top-notification-black .promo_theme_green,
.top-notification-black .promo_theme_blue {
  display: none;
  background-color: #37cc33;
  height: 20px;
  line-height: 20px;
  left: -35px;
  top: 30px;
  transform: rotate(-50deg);
  font-size: 10px;
}
@media (max-width: 767px) {
  .top-notification-black .promo_theme_green,
  .top-notification-black .promo_theme_blue {
    display: block;
  }
}
.top-notification-black .promo_theme_blue {
  background-color: #4285F4;
}
.top-notification-black__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-notification-black__wrapper {
  display: block;
  text-decoration: none;
}
.top-notification-black__close {
  position: absolute;
  top: 50%;
  right: -56px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #494949;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 250ms ease;
}
@media (max-width: 768px) {
  .top-notification-black__close {
    display: none;
  }
}
.top-notification-black--christmas .top-notification-black__close {
  background-color: #494949;
}

.top-notification-black__close:hover {
  background-color: #f7931a;
}
.top-notification-black__close:active {
  background-color: #757575;
}
.top-notification-black__close:active svg {
  fill: #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .top-notification-black__close {
    transform: none;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
  }
}
.top-notification-black__title {
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: #ffffff;
  margin-bottom: 6px;
}
.top-notification-black__title--mob {
  display: none;
}
.top-notification-black__description--mob {
  display: none;
}
@media (max-width: 768px) {
  .top-notification-black__description {
    display: none;
  }
  .top-notification-black__description--mob {
    display: block;
  }
}
.top-notification-black__text {
  color: #d6d6d6;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 20px;
  margin-right: 60px;
}
.top-notification-black__text--second {
  margin-right: auto;
}
.top-notification-black__text--second + .btn {
  margin-left: 10px;
  text-align: center;
}
.top-notification-black__text span {
  color: #4285f4;
  transition: 0.3s;
}
.top-notification-black__text span:hover {
  color: #f7931a;
}
@media only screen and (max-width: 767px) {
  .top-notification-black__text {
    padding: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.top-notification-black__icon {
  margin-top: 11px;
  align-self: flex-end;
  margin-right: 25px;
}
.top-notification-black--christmas .top-notification-black__icon {
  margin-top: 0;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .top-notification-black--christmas .top-notification-black__icon {
    padding-bottom: 30px;
  }
}

.top-notification-black__icon img {
  max-width: none;
  vertical-align: top;
}
.top-notification-black__icon .--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-notification-black__icon {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px 15px;
    border-bottom: 1px solid #494949;
  }
  .top-notification-black__icon .--desktop {
    display: none;
  }
  .top-notification-black__icon .--mobile {
    display: block;
  }
}
.top-notification-black__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  height: 40px;
  min-height: auto;
  max-width: 150px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  min-width: 150px;
  width: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-notification-black__btn {
    width: 100%;
    max-width: 400px;
  }
}
.top-notification-black--christmas .top-notification-black__btn {
  text-align: center;
}

.top-notification-black .container {
  text-decoration: none;
  min-height: 0;
  background: none;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 23px 0px 23px 50px;
  position: relative;
}
@media only screen and (max-width: 1540px) {
  .top-notification-black .container {
    margin-right: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .top-notification-black .container {
    flex-direction: column;
    text-align: center;
    margin-right: auto;
    padding: 20px;
  }
}

.promo-neweggs .top-notification-black__icon {
  position: relative;
}
.promo-neweggs .banner-label {
  position: absolute;
  top: -10px;
  left: -20px;
}
.promo-neweggs .banner-label--mob {
  display: none;
}
.promo-neweggs .banner-label + img {
  position: relative;
  z-index: 2;
}

.promo-holiday .top-notification-black__icon {
  position: relative;
}
.promo-holiday .banner-label {
  position: absolute;
  top: -10px;
  left: -20px;
}
.promo-holiday .banner-label--mob {
  display: none;
}
.promo-holiday .banner-label + img {
  position: relative;
  z-index: -1;
}

.promo-eggs-iv .top-notification-black__icon {
  position: relative;
}
.promo-eggs-iv .banner-label {
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 3;
}
.promo-eggs-iv .banner-label--mob {
  display: none;
}
.promo-eggs-iv .banner-label + img {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .promo-ct-farm .container {
    padding: 0;
  }
  .promo-ct-farm .top-notification-black__icon, .promo-ct-farm .top-notification-black__btn {
    display: none;
  }
  .promo-ct-farm .top-notification-black__wrapper {
    margin: 17px 35px 15px 15px;
  }
  .promo-ct-farm .top-notification-black__text {
    text-align: left;
    margin-bottom: 0;
  }
  .promo-ct-farm .top-notification-black__text p {
    position: relative;
  }
  .promo-ct-farm .top-notification-black__text p:after {
    content: url("../images/icon-back.svg");
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #F7931A;
    top: 0;
    right: -35px;
    height: 100%;
    padding: 0 8px;
    border-radius: 10px 0px 0px 10px;
  }
  .promo-ct-farm .top-notification-black__title {
    display: flex;
    align-items: center;
  }
  .promo-ct-farm .top-notification-black__title:before {
    content: url("../images/icon-mobile-banner.svg");
    display: block;
    margin-right: 15px;
  }
  .promo-ct-farm .top-notification-black__close {
    background-color: transparent;
  }
  .promo-ct-nft .top-notification-black__title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    display: none;
  }
  .promo-ct-nft .top-notification-black__title:before {
    content: url("../images/promo-ctnft-new-mob.svg");
  }
  .promo-ct-nft .top-notification-black__title--mob {
    display: flex;
  }
  .promo-ct-nft .top-notification-black__text p {
    font-size: 13px;
    line-height: 20px;
  }
  .promo-nft2 .top-notification-black__title:before {
    content: url("../images/icon-promo-nft2-mob.svg");
  }
  .promo-jackbot .top-notification-black__title:before {
    content: url("../images/icon-promo-jackbot-mob.svg");
  }
  .promo-halloween .top-notification-black__title:before {
    content: url("../images/promo-halloween/icon-promo-halloween-mob.svg");
  }
  .promo-discounter .top-notification-black__title:before {
    content: url("../images/promo-discounter/icon-discounter-mob.svg");
  }
  .promo-algorithms .top-notification-black__title:before {
    content: url("../images/promo-algorithms/icon-algorithms-mob.svg");
  }
  .promo-christmas .top-notification-black__title:before {
    content: url("../images/promo-christmas/gift-mob.svg");
  }
  .promo-pool-mining .top-notification-black__title:before {
    content: url("../images/pool-mining-promo/icon-mob.svg");
  }
  .promo-nft-app .top-notification-black__title:before {
    content: url("../images/promo-nft/icon-mob.svg");
  }
  .promo-wallet .top-notification-black__title:before {
    content: url("../images/promo-wallet/icon-mob.svg");
  }
  .promo-aff .top-notification-black__title:before {
    content: url("../images/promo-aff/icon-mob.svg");
  }
  .promo-airdrop .top-notification-black__title:before {
    content: url("../images/promo-airdrop/icon-mob.svg");
  }
  .promo-monero .top-notification-black__title:before {
    content: url("../images/promo-monero/icon-mob.svg");
  }
  .promo-tags .top-notification-black__title:before {
    content: url("../images/promo-tags/icon-mob.svg");
  }
  .promo-ctpool .top-notification-black__title:before {
    content: url("../images/promo-ctpool/icon-mob.svg");
  }
  .promo-black .top-notification-black__title:before {
    content: url("../images/promo-black/icon-mob.svg");
  }
  .promo-neweggs .container {
    position: relative;
  }
  .promo-neweggs .banner-label {
    display: none;
  }
  .promo-neweggs .banner-label--mob {
    display: block;
    left: auto;
    top: 15px;
    right: -30px;
  }
  .promo-neweggs .top-notification-black__title--mob {
    margin-right: 25px;
  }
  .promo-neweggs .top-notification-black__title:before {
    content: url("../images/promo-neweggs/icon-mob.svg");
  }
  .promo-holiday .banner-label--mob {
    top: 15px;
  }
  .promo-holiday .top-notification-black__title--mob {
    margin-right: 25px;
  }
  .promo-holiday .top-notification-black__title:before {
    top: 40px;
    content: url("../images/promo-holiday/icon-mob.svg");
  }
  .promo-eggs-iv .banner-label--mob {
    top: 15px;
  }
  .promo-eggs-iv .top-notification-black__title--mob {
    margin-right: 25px;
  }
  .promo-eggs-iv .top-notification-black__title:before {
    top: 40px;
    content: url("../images/promo-eggs-iv/icon-mob.svg");
  }
}
.using-browser {
  border-top: 5px solid #f7931a;
  text-align: center;
  background-color: #f7f7f7;
}
.using-browser--second {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .using-browser--second {
    display: none;
  }
}
.using-browser .container {
  max-width: 1120px;
  padding-top: 80px;
}
.using-browser .platforms__container {
  padding-top: 40px;
}
.using-browser .img--btc-icon {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.using-browser .title {
  font-size: 48px;
  max-width: 1000px;
  font-weight: normal;
  margin: 0 auto 20px;
}
.using-browser .title strong {
  font-weight: bold;
}
.using-browser .title span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .using-browser .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.using-browser .desc {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .using-browser .desc {
    margin-bottom: 20px;
  }
}
.using-browser .intro__download-btns {
  width: auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .using-browser .intro__download-btns {
    margin-bottom: 40px;
  }
}
.using-browser .note {
  margin-bottom: 43px;
}
.using-browser .img--screen {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .using-browser .img--screen {
    padding: 0 20px;
  }
  .using-browser .img--screen img {
    width: 100%;
    max-width: 500px;
  }
}
.using-browser .features {
  max-width: 100%;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  padding: 30px 0;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .using-browser .features {
    width: 100%;
    max-width: 600px;
  }
}
.using-browser .features__item:before, .using-browser .features__item:after {
  display: none;
}

.download-windows-btn,
.download-macos-btn {
  display: none;
  width: 210px;
  height: 62px;
  background-color: #4285f4;
  background-image: url("../images/get-it-on-macos.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 113px 33px;
  border-radius: 4px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .download-windows-btn,
  .download-macos-btn {
    background-image: url("../images/get-it-on-macos@2x.png");
  }
}
.download-windows-btn:hover,
.download-macos-btn:hover {
  background-color: #f7931a;
}
.download-windows-btn:active,
.download-macos-btn:active {
  background-color: #255199;
}
@media (max-width: 768px) {
  .download-windows-btn,
  .download-macos-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.download-windows-btn {
  background-image: url("../images/get-it-on-windows.png");
  background-size: 132px 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .download-windows-btn {
    background-image: url("../images/get-it-on-windows@2x.png");
  }
}

.page.mac .download-macos-btn {
  display: inline-block;
}

.page.win .download-windows-btn {
  display: inline-block;
}

.app-store-btn:active,
.google-play-btn:active,
.download-windows-btn:active,
.download-macos-btn:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.why-b {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -20px -20px 0;
}
.why-b__item {
  padding: 20px;
  width: 50%;
  min-width: 400px;
}
@media (max-width: 800px) {
  .why-b__item {
    width: 100%;
    max-width: 640px;
  }
}
@media (max-width: 450px) {
  .why-b__item {
    min-width: 0;
  }
}
.why-b__card {
  display: flex;
  flex-direction: column;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  text-align: left;
}
@media (max-width: 600px) {
  .why-b__card {
    padding: 30px 20px;
  }
}
.why-b__subtitle {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .why-b__subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}
.why-b__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}
.why-b__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .why-b__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.why-b__btn {
  margin-top: auto;
}
.why-b__label {
  display: block;
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: -15px;
  left: 5px;
}
.why-b__img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .why-b__img-container {
    min-height: 200px;
  }
}
.why-b__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-b__img img {
  position: relative;
}
@media (max-width: 800px) {
  .why-b__img img {
    width: 100%;
    max-width: 228px;
    height: auto;
  }
}
.why-b__img--bitcoins img {
  top: -30px;
}
@media (max-width: 800px) {
  .why-b__img--bitcoins img {
    top: -15px;
  }
}
.why-b__img--browser .browser-icon {
  left: -60px;
  top: 0px;
}
.why-b__img--browser img {
  top: 1px;
  left: 5px;
}
@media (max-width: 1100px) {
  .why-b__img--browser {
    width: 276px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .why-b__img--browser .browser-icon {
    width: 48px;
    height: 48px;
    background-size: contain;
    left: -2px;
  }
  .why-b__img--browser .why-b__label {
    left: 50px;
    font-size: 8px;
    line-height: 9px;
  }
  .why-b__img--browser img {
    width: 228px;
    height: 153px;
  }
}
@media (max-width: 400px) {
  .why-b__img--browser .browser-icon {
    width: 43px;
    height: 43px;
    left: auto;
    right: 200px;
  }
  .why-b__img--browser .why-b__label {
    left: auto;
    right: 165px;
  }
  .why-b__img--browser img {
    width: 200px;
    height: auto;
  }
}

.platforms__container {
  padding-top: 40px;
}
.platforms__icons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.platforms__icons img {
  margin: 10px 20px;
}
.platforms__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.platforms__btns a, .platforms__btns button {
  margin: 10px;
}
.platforms .note {
  margin-bottom: 0;
}

.payment-form {
  padding: 30px;
  max-width: 500px;
  margin: 0 auto 70px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .payment-form {
    padding: 20px;
  }
}
.payment-form__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.09px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .payment-form__title {
    font-size: 24px;
  }
}
.payment-form__text {
  color: #494949;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .payment-form__text {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
.payment-form__text .danger {
  font-weight: bold;
  color: #F74249;
}
.payment-form__small {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04px;
  color: #757575;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .payment-form__small {
    font-size: 12px;
  }
}
.payment-form__remark {
  border-left: 4px solid #F74249;
  padding-left: 17px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .payment-form__remark {
    font-size: 13px;
  }
}
.payment-form__label {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.payment-form__label-text {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.04px;
  margin-bottom: 15px;
}
.payment-form__label-text span {
  font-weight: normal;
  color: #757575;
}
.payment-form__input {
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: 0.05px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CDCDCD;
}
.payment-form__input.error {
  border-color: #EC1B1B;
}
.payment-form__input.success {
  border-color: #37cc33;
}
.payment-form__textarea {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05px;
  width: 100%;
  border: 1px solid #CDCDCD;
  padding: 11px 15px;
  min-height: 128px;
}
.payment-form__btn-wrap {
  text-align: right;
}
.payment-form__btn {
  max-width: 140px;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .payment-form__btn {
    max-width: 100%;
  }
}
.payment-form__btn[disabled] {
  background-color: #D6D6D6;
  cursor: not-allowed;
}
.payment-form__file {
  margin-bottom: 20px;
}
.payment-form__file label {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .payment-form__file label {
    flex-direction: column;
    align-items: flex-start;
  }
}
.payment-form__file label input {
  display: none;
}
.payment-form__file label p {
  color: #494949;
  font-size: 13px;
  line-height: 15px;
}
.payment-form__file label .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  width: 160px;
  margin-right: 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .payment-form__file label .btn {
    margin-bottom: 10px;
  }
}
.payment-form__file label .btn:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.payment-form__file label .btn:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.payment-form__preview img {
  margin-top: 30px;
  max-width: 240px;
  vertical-align: top;
}

.payment-form-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
  padding-bottom: 75px;
  border-bottom: 5px solid #f7931a;
}
.payment-form-wrapper .header {
  margin-bottom: 50px;
}
.payment-form-wrapper .content {
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.payment-form-wrapper .label {
  font-size: 20px;
  line-height: 22px;
  color: #f7931a;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .payment-form-wrapper .label {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.payment-form-wrapper .title {
  color: #fff;
  font-size: 74px;
  line-height: 83px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .payment-form-wrapper .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.payment-form-wrapper .desc {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .payment-form-wrapper .desc {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}
.payment-form-wrapper .flower-btc {
  position: absolute;
  bottom: 155px;
  right: -250px;
  z-index: 1;
}
@media (max-width: 767px) {
  .payment-form-wrapper .flower-btc {
    display: none;
  }
}
.payment-form-wrapper .parts__img--1 {
  top: 131px;
  left: 300px;
}
.payment-form-wrapper .parts__img--2 {
  top: 114px;
  right: 392px;
}
.payment-form-wrapper .parts__img--3 {
  top: 154px;
  right: 79px;
}
.payment-form-wrapper .parts__img--4 {
  top: 343px;
  left: 106px;
  right: 78px;
  bottom: 94px;
}
.payment-form-wrapper .parts__img--5 {
  left: 106px;
  bottom: 140px;
}
.payment-form-wrapper .parts__img--6 {
  left: 327px;
  bottom: 225px;
}
.payment-form-wrapper .parts__img--7 {
  right: 203px;
  bottom: 248px;
}
.payment-form-wrapper .parts__img--8 {
  right: 280px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .payment-form-wrapper .parts {
    display: none;
  }
}

.payment-form__row {
  position: relative;
  padding: 35px 40px 30px 70px;
  border-bottom: 1px solid #D6D6D6;
}
.payment-form__row.done .num {
  border-color: #37cc33;
  background-color: #37cc33;
  color: transparent;
  background-image: url(../images/checkmark.svg);
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .payment-form__row {
    padding: 30px 25px;
  }
}
.payment-form .num {
  position: absolute;
  top: 36px;
  left: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #f7931a;
  border-radius: 50%;
  font-weight: bold;
  border: 2px solid #f7931a;
  background-position: center;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .payment-form .num {
    position: static;
    margin-bottom: 10px;
  }
}
.payment-form__desc {
  color: #494949;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.payment-form__desc a {
  color: #4285f4;
  text-decoration: none;
  transition: 0.3s;
}
.payment-form__desc a:hover {
  color: #f7931a;
}
@media (max-width: 600px) {
  .payment-form__desc {
    font-size: 16px;
    line-height: 21px;
  }
}
.payment-form__bot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}
@media (max-width: 600px) {
  .payment-form__bot {
    padding: 30px 25px;
  }
}

.payment-form-success {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 390px;
}
@media (max-width: 600px) {
  .payment-form-success {
    padding: 30px 20px;
    min-height: 300px;
  }
}
.payment-form-success svg {
  margin-bottom: 20px;
}
.payment-form-success .title {
  color: #000;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .payment-form-success .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.payment-form-success p {
  font-size: 18px;
  line-height: 26px;
}
.payment-form-success p a {
  color: #4285f4;
  text-decoration: none;
  transition: 0.3s;
}
.payment-form-success p a:hover {
  color: #f7931a;
}
@media (max-width: 600px) {
  .payment-form-success p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Winner Page */
.story-form-wrapper.--winner {
  padding-top: 100px;
}
.story-form-wrapper.--winner .story-form__row.done .num {
  border-color: #f7931a;
  background-color: transparent;
  color: #f7931a;
}
.story-form-wrapper.--winner .story-form__desc b {
  color: #000;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.story-form-wrapper.--winner .story-form__btn-wrapper {
  margin-left: -30px;
}
@media (max-width: 600px) {
  .story-form-wrapper.--winner .story-form__btn-wrapper {
    margin-left: 0;
  }
}
.story-form-wrapper.--winner .story-form__btn-wrapper .btn {
  border: 1px solid transparent;
}
.story-form-wrapper.--winner .story-form__btn-wrapper .btn:not(:hover):not(:active) {
  color: #4285f4;
  border-color: #D6D6D6;
  background-color: #fff;
}
.story-form-wrapper.--winner .story-form__bot + .story-form__bot {
  border-top: 1px solid #D6D6D6;
}
.story-form-wrapper.--winner .story-form__bot p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.story-form-wrapper.--winner .story-form__bot p a {
  color: #4285f4;
  text-decoration: none;
  transition: 0.3s;
}
.story-form-wrapper.--winner .story-form__bot p a:hover {
  color: #f7931a;
}

.cloudboost-wrap {
  display: flex;
  border-bottom: 8px solid #F7931A;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cloudboost-wrap + .cloudBoost__getOn {
    background-color: #fff;
  }
}
.cloudboost-wrap__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-wrap__title {
    display: none;
  }
}
.cloudboost-wrap__img {
  display: block;
  margin: 33px auto 0;
  text-align: center;
}
.cloudboost-wrap__img img {
  display: block;
  margin: 0 auto;
}
.cloudboost-wrap__block {
  display: flex;
  flex-direction: column;
}
.cloudboost-wrap .container {
  max-width: 1200px;
  width: 100%;
}
.cloudboost-wrap .icon__cboost_logo {
  margin-bottom: 30px;
  margin-top: 30px;
}

.cloudboost-article {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  position: relative;
  padding-top: 90px;
  padding-bottom: 112px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-article {
    padding-top: 60px;
    padding-bottom: 190px;
  }
}
.cloudboost-article__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 60px;
}
.cloudboost-article__list * + * {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-article__list * + * {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cloudboost-article__list {
    margin-top: 20px;
  }
}
.cloudboost-article__item {
  font-size: 48px;
  line-height: 55px;
  font-weight: bold;
  border: 4.5px solid #1AB9E5;
  border-radius: 9px;
  padding: 7px 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .cloudboost-article__item {
    font-size: 38px;
    line-height: 44px;
    border-width: 3px;
    padding: 5px 19px 5px 18px;
    margin-top: 10px;
  }
}
.cloudboost-article__item.low {
  border-color: #37CC33;
}
.cloudboost-article__item.high {
  border-color: #F7931A;
}
.cloudboost-article__item.highest {
  border-color: #A033CC;
}
.cloudboost-article__oval {
  position: absolute;
  bottom: 0;
}
.cloudboost-article__oval.left {
  left: -227.5px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-article__oval.left {
    left: 50%;
    transform: translateX(-50%);
  }
}
.cloudboost-article__oval.right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cloudboost-article__oval.right {
    display: none;
  }
}
.cloudboost-article__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cloudboost-article__title {
    font-size: 28px;
    line-height: 40px;
  }
}

.cloudboost-info {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
}
.cloudboost-info--second {
  padding-bottom: 0;
}
.cloudboost-info--border {
  border-bottom: 1px solid #D6D6D6;
}
@media only screen and (max-width: 767px) {
  .cloudboost-info--border {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cloudboost-info {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cloudboost-info__android-icon {
    display: none;
  }
}
.cloudboost-info__tooltip {
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #F7931A;
  padding: 29px;
  max-width: 800px;
  width: 100%;
  color: #494949;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
}
.cloudboost-info__tooltip b {
  font-weight: bold;
  color: #F7931A;
}
.cloudboost-info__icon {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-info__arrow {
    display: none;
  }
}
.cloudboost-info__title {
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-info__title {
    font-size: 30px;
    line-height: 1.33;
  }
}
.cloudboost-info__text {
  font-size: 20px;
  line-height: 30px;
  color: #494949;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-info__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
.cloudboost-info__bg-img {
  display: block;
  margin: 50px auto 0;
}
.cloudboost-info__btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-info__btn {
    display: none;
  }
}
.cloudboost-info__google {
  max-width: 320px;
  width: 100%;
}
.cloudboost-info__title-android {
  font-size: 44px;
  line-height: 60px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .cloudboost-info__title-android {
    font-size: 30px;
    line-height: 32px;
    display: none;
  }
}
.cloudboost-info__text-android {
  max-width: 900px;
  margin: 20px auto 0;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #494949;
}
.cloudboost-info__wrap-btn {
  position: relative;
  margin-top: 40px;
}
.cloudboost-info__btn-mining {
  display: none !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 62px !important;
  width: 101%;
}
@media only screen and (max-width: 767px) {
  .cloudboost-info__btn-mining {
    display: flex !important;
    white-space: inherit !important;
  }
}

.cloudboost-qa {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.cloudboost-qa .tripple-arrow {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .cloudboost-get-on__desktop {
    display: none;
  }
}
.cloudboost-get-on__mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cloudboost-get-on__mob {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.under-constr {
  text-align: center;
}
.under-constr p {
  text-align: center;
  margin-bottom: 40px;
}
.under-constr__icon {
  margin-bottom: 20px;
}
.under-constr__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.under-constr__text {
  font-size: 20px;
  line-height: 32px;
  color: #757575;
}
.under-constr__btn {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin-bottom: 40px;
  line-height: 50px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}

.miners-intro {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  border-bottom: 8px solid #F7931A;
  padding: 70px 15px 105px;
  position: relative;
  overflow: hidden;
}
.miners-intro__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.0914286px;
  color: #000000;
  border-top: 1px dashed #D6D6D6;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0 10px;
}
@media (max-width: 768px) {
  .miners-intro__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    padding: 40px 20px 10px;
  }
}
.miners-intro .icon {
  width: 144px;
  margin: 0 auto 16px;
  display: block;
}
@media (max-width: 768px) {
  .miners-intro .icon {
    width: 112px;
  }
}
@media (max-width: 768px) {
  .miners-intro {
    padding: 40px 15px 30px;
  }
}
.miners-intro a {
  font-weight: 700;
  text-decoration: none;
  color: #4285F4;
  transition: 0.3s all;
}
.miners-intro a:hover {
  color: #F7931A;
}
.miners-intro .miners-intro__snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1340px;
}
@media (max-width: 768px) {
  .miners-intro .miners-intro__snowflakes {
    width: 100%;
    max-width: 500px;
  }
}

.miners-intro__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.miners-intro__content .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
}
.miners-intro__content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #B3B3B3;
}
@media (max-width: 768px) {
  .miners-intro__content .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
  }
}

.miners-intro__blocks {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1000px) {
  .miners-intro__blocks {
    margin: 40px 0 30px;
  }
}
@media (max-width: 768px) {
  .miners-intro__blocks {
    margin: 0 0 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.miners-intro__blocks.miners-intro__blocks--methods {
  padding: 0 30px;
}
.miners-intro__blocks .plans {
  padding: 40px 30px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .miners-intro__blocks .plans {
    margin-top: 0px;
    padding: 15px 20px 10px;
  }
}
.miners-intro__blocks .plans .table-section__details {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #4285F4;
  text-align: left;
  margin: 8px 0px 0px;
}
.miners-intro__blocks .plans .label-text {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
  padding: 0;
  text-align: left;
}
.miners-intro__blocks .plans .label-info {
  text-align: left;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
.miners-intro__blocks .plans .plans-body {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .miners-intro__blocks .plans .plans-body {
    flex-direction: column;
    gap: 30px;
  }
}
.miners-intro__blocks .plans .plans-card {
  cursor: pointer;
  width: 100%;
  color: #000000;
}
@media (max-width: 768px) {
  .miners-intro__blocks .plans .plans-card {
    width: 100%;
  }
}
.miners-intro__blocks .plans .plans-card__panel {
  text-align: center;
}
.miners-intro__blocks .plans .plans-card__panel--hashrate {
  padding: 20px 0 0 0;
  background: #FFFFFF;
  border: 2px solid #37CC33;
  border-bottom: 0 none;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  letter-spacing: 0.125714px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 768px) {
  .miners-intro__blocks .plans .plans-card__panel--hashrate {
    padding: 20px 0 0 0;
  }
}
.miners-intro__blocks .plans .plans-card__panel--hashrate span {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.125714px;
  color: #000000;
}
.miners-intro__blocks .plans .plans-card__panel--duration {
  padding: 0 0 20px 0;
  background: #FFFFFF;
  border-left: 2px solid #37CC33;
  border-right: 2px solid #37CC33;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.125714px;
  color: #8E8E8E;
}
@media (max-width: 768px) {
  .miners-intro__blocks .plans .plans-card__panel--duration {
    padding: 0 0 20px 0;
  }
}
.miners-intro__blocks .plans .plans-card__panel--discount {
  height: 40px;
  background-color: #37CC33;
  border-radius: 0px 0px 10px 10px;
  line-height: 39px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.miners-intro__blocks .plans .plans-card__info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px;
}
@media (max-width: 768px) {
  .miners-intro__blocks .plans .plans-card__info {
    margin: 10px 0;
  }
}
.miners-intro__blocks .plans .plans-card__info--title {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.miners-intro__blocks .plans .plans-card:hover .plans-card__panel--hashrate {
  background-color: #ECFFEC;
}
.miners-intro__blocks .plans .plans-card:hover .plans-card__panel--duration {
  background-color: #ECFFEC;
}
.miners-intro__blocks .plans .plans-card.selected .plans-card__panel--hashrate {
  background-color: #FFFFFF;
  color: #37CC33;
}
.miners-intro__blocks .plans .plans-card.selected .plans-card__panel--duration {
  background-color: #FFFFFF;
}

.miners-intro__block {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
.miners-intro__block:last-of-type {
  margin-right: 0;
}
@media (max-width: 769px) {
  .miners-intro__block {
    min-height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 400px;
    padding: 20px;
  }
  .miners-intro__block:last-of-type {
    margin-bottom: 0;
  }
}

.miners-intro__methods {
  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 170px;
  margin: 16px 0 30px;
  border-radius: 10px;
  background: #FFFFFF;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .miners-intro__methods {
    flex-direction: column;
    margin: 0;
    padding: 0px;
    height: auto;
    width: 100%;
  }
}
.miners-intro__methods div {
  flex: 50% 1 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .miners-intro__methods div {
    min-height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 400px;
    padding: 20px 20px 0;
  }
}
.miners-intro__methods div.miners-intro__block-title {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .miners-intro__methods div.miners-intro__block-title {
    flex: 70% 1 1;
    justify-content: center;
    padding: 0 20px 0;
  }
}

.miners-intro__block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin: 22px 0 12px !important;
}
@media (max-width: 768px) {
  .miners-intro__block-title {
    margin: 10px 0 !important;
  }
}

.miners-intro__block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #494949;
}

.miners-intro__bkg {
  position: absolute;
  content: "";
  width: 1980px;
  height: 438px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
}
@media (max-width: 769px) {
  .miners-intro__bkg {
    width: 100%;
    height: auto;
  }
}

.miners-activate {
  padding: 0 20px;
}
.miners-activate .subtitle--block {
  margin: 0 !important;
}
.miners-activate .tabs-content {
  display: none;
}
.miners-activate .tabs-content.active {
  display: block;
}
@media (max-width: 768px) {
  .miners-activate {
    padding: 0;
  }
}
.miners-activate a {
  font-weight: 700;
  text-decoration: none;
  color: #4285F4;
  transition: 0.3s all;
}
.miners-activate a:hover {
  color: #F7931A;
}
.miners-activate .btn {
  background-color: #4285F4;
  transition: 0.3s all;
}
.miners-activate .btn:hover {
  background-color: #f7931a !important;
}
.miners-activate .btn:active {
  background-color: #D6D6D6 !important;
}
.miners-activate .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #000;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .miners-activate .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 10px;
  }
}
.miners-activate .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #494949;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .miners-activate .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
}
.miners-activate .miners-activate__inner {
  max-width: 1100px;
  padding: 40px 0 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.miners-activate .miners-activate__inner .miners-activate__container {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .miners-activate .miners-activate__inner .miners-activate__container {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .miners-activate .miners-activate__inner {
    padding: 0;
    margin: 20px auto;
  }
}
.miners-activate .miners-activate__warning {
  display: none;
}
@media (max-width: 768px) {
  .miners-activate .miners-activate__warning {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }
  .miners-activate .miners-activate__warning span {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #F74249;
    text-align: left;
  }
  .miners-activate .miners-activate__warning svg {
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.miners-activate .icon {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .miners-activate .icon {
    width: 70px;
    height: 70px;
  }
}
.miners-activate .miners-activate__body {
  max-width: 720px;
  margin: 0 auto;
  padding: 35px 10px 0;
  border-top: 1px dashed #ddd;
}
@media (max-width: 768px) {
  .miners-activate .miners-activate__body {
    padding: 0;
    max-width: none;
  }
}
.miners-activate .miners-activate__calculate {
  display: block;
  background-color: #fff;
  text-align: center;
  max-width: 1000px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 auto;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .miners-activate .miners-activate__calculate {
    margin: 0 20px;
    padding-top: 20px;
  }
}
.miners-activate .miners-activate__calculate .btn_hash {
  margin: 30px 0;
}
.miners-activate .miners-activate__calculate .subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #494949;
  margin: 40px auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .miners-activate .miners-activate__calculate .subtitle {
    padding: 15px 20px;
    margin-bottom: 0;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
    margin: 5px auto;
  }
}
.miners-activate .miners-activate__calculate .subtitle img {
  margin-right: 15px;
}
.miners-activate .miners-activate__calculate #miner {
  display: block;
}
.miners-activate .miners-activate__calculate #about {
  display: none;
}
.miners-activate .miners-activate__calculate.about #miner {
  display: none;
}
.miners-activate .miners-activate__calculate.about #about {
  display: block;
}
.miners-activate .miners-activate__footer {
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .miners-activate .miners-activate__footer {
    padding: 20px;
    margin-top: 0;
  }
}
.miners-activate .miners-activate__footer .btn_calc {
  background-color: #4285F4;
  border-radius: 46px;
  width: 320px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
}
.miners-activate .miners-activate__footer .btn_calc.none {
  display: none;
}
.miners-activate .miners-activate__footer .btn_calc .exchanger_text {
  display: none;
}
.miners-activate .miners-activate__footer .btn_calc.exchanger span {
  display: none;
}
.miners-activate .miners-activate__footer .btn_calc.exchanger span.exchanger_text {
  display: inline;
  text-align: center;
}
.miners-activate .miners-activate__footer .btn_calc.buy svg {
  margin-right: 8px;
}
.miners-activate .miners-activate__footer .btn_calc:hover {
  background-color: #f7931a;
}
.miners-activate .miners-activate__footer .btn_calc svg {
  margin-left: 8px;
  margin-right: 8px;
}
.miners-activate .miners-activate__footer .btn_calc.active {
  background-color: #fff;
}
.miners-activate .miners-activate__footer .btn_calc.active svg {
  display: none;
}
.miners-activate .miners-activate__footer .btn_calc:before {
  display: none;
}
@media (max-width: 768px) {
  .miners-activate .miners-activate__footer .btn_calc {
    width: 100%;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
}
.miners-activate .blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.table-section {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .table-section {
    padding: 0 18px;
    margin-bottom: 65px;
    border-top: 1px solid #D6D6D6;
    padding: 20px 18px 30px;
    margin-bottom: 0;
  }
}
.table-section #hide-details svg {
  transform: rotate(180deg);
}
.table-section .label-text {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.0514286px;
  text-align: left;
}
.table-section .label-text--regular {
  font-weight: 400 !important;
}
.table-section .label-text span {
  font-weight: 400;
}
.table-section .label-text .label-text {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .table-section .label-text {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
  }
}
.table-section .label-text span {
  font-weight: 400;
}
.table-section__discounts {
  display: flex;
}
.table-section--hash {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .table-section--hash {
    padding: 20px 18px 30px;
    border-top: none !important;
    margin-bottom: 0;
  }
}
.table-section--purchase {
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .table-section--purchase {
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding: 20px 18px 20px 18px !important;
  }
}
.table-section--available {
  border-top: none;
}
@media (max-width: 768px) {
  .table-section--available {
    padding: 0 18px 20px;
  }
}
.table-section--available .available-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .table-section--available .available-tabs {
    gap: 10px 6px;
  }
}
.table-section--available .available-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10.5px 15px;
  gap: 10px;
  background: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .table-section--available .available-tab {
    padding: 9px 15px;
  }
}
.table-section--available p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.table-section--light-orange.none {
  display: none;
}
.table-section--light-orange .table-section__inner {
  display: flex;
  align-items: stretch;
}
.table-section--light-orange .giftbox {
  padding: 20px 15px;
  background: #F7931A;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
}
.table-section--light-orange .table-section__orange-info {
  background: #FFF5E9;
  border: 1px solid #F7931A;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  text-align: left;
  flex-grow: 1;
}
.table-section--light-orange .table-section__orange-info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #494949;
}
@media (max-width: 768px) {
  .table-section--light-orange .table-section__orange-info p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }
}
.table-section--light-orange hr {
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px dashed #ddd;
  margin: 47px 0 47px;
}
@media (max-width: 768px) {
  .table-section--light-orange hr {
    width: 100vw;
    margin: 30px -20px 0 !important;
    display: block;
  }
}
@media (max-width: 768px) {
  .table-section--light-orange {
    border-top: none !important;
    border-bottom: none !important;
    padding: 17px 18px 0px !important;
  }
}
.table-section--light-orange .label-time {
  display: inline;
  color: #F7931A;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .table-section--light-orange .label-time span {
    font-size: 14px;
    line-height: 24px;
  }
}
.table-section--light-orange .label-time span b {
  font-weight: 600;
}
.table-section--light-orange .label-text {
  display: block !important;
}
.table-section--light-orange .label-text span {
  color: #F7931A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.table-section--light-orange .blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.table-section--light-green {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #ECFFEC;
  border: 1px solid #37CC33;
  border-top: 1px solid #37CC33 !important;
  border-radius: 100px;
}
.table-section--light-green .label-info {
  position: relative;
  margin-right: auto;
}
.table-section--light-green .label-info svg {
  margin-left: 10px;
}
.table-section--light-green .label-info svg:hover {
  cursor: pointer;
}
.table-section--light-green .label-info svg:hover + .label-explainer {
  display: block;
}
.table-section--light-green .label-explainer {
  background: #000000;
  opacity: 0.9;
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  z-index: 6;
  position: absolute;
  bottom: -40px;
  left: 30px;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 2px 8px;
  max-width: 400px;
  height: -moz-max-content;
  height: max-content;
  display: none;
}
@media (max-width: 768px) {
  .table-section--light-green .label-explainer {
    top: 20px;
    left: 45%;
    max-width: 200px;
  }
}
@media (max-width: 450px) {
  .table-section--light-green .label-explainer {
    top: 20px;
    left: -80px;
    max-width: 200px;
  }
}
.table-section--light-green .table-section__green-info {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.table-section--light-green .table-section__green-inner {
  display: flex;
  align-items: center;
}
.table-section--light-green .table-section__green-prices {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .table-section--light-green .table-section__green-prices {
    margin-top: 5px;
  }
}
.table-section--light-green .table-section__green-prices em {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #8E8E8E;
  padding: 0 10px;
  font-style: normal;
}
.table-section--light-green .table-section__green-prices .green {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: right;
  color: #37CC33;
}
@media (max-width: 768px) {
  .table-section--light-green .table-section__green-prices .green {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
}
.table-section--light-green .table-section__green-prices .gray {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #8E8E8E;
}
@media (max-width: 768px) {
  .table-section--light-green .table-section__green-prices .gray {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
}
.table-section--light-green svg {
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .table-section--light-green {
    width: 100%;
    border-radius: 0;
    padding: 15px 20px !important;
  }
  .table-section--light-green .table-section__green-info {
    flex-direction: column;
    align-items: baseline;
  }
}
.table-section--month {
  display: none;
}
@media (max-width: 768px) {
  .table-section--month {
    border-top: none !important;
    padding: 20px 18px 20px !important;
  }
}
@media (max-width: 768px) {
  .table-section--fixed {
    border-top: none !important;
    border-bottom: none !important;
    margin-top: -40px;
    margin-bottom: -50px !important;
  }
}
.table-section--fixed .title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
}
@media (max-width: 768px) {
  .table-section--fixed .title {
    margin: 20px 0 5px !important;
  }
}
@media (max-width: 768px) {
  .table-section--fixed .title .label-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.table-section--fixed .title img {
  margin-right: 10px;
}
.table-section--fixed .label-info {
  position: relative;
  margin-right: auto;
}
.table-section--fixed .label-info svg {
  margin-left: 10px;
}
.table-section--fixed .label-info svg:hover {
  cursor: pointer;
}
.table-section--fixed .label-info svg:hover + .label-explainer {
  display: block;
}
.table-section--fixed .label-explainer {
  background: #000000;
  opacity: 0.9;
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  z-index: 6;
  position: absolute;
  width: 400px;
  left: 50%;
  top: -170%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 2px 8px;
  display: none;
}
@media (max-width: 768px) {
  .table-section--fixed .label-explainer {
    width: 300px;
    top: -110px;
    right: 0;
    left: auto;
    transform: none;
  }
}
.table-section--fixed #progressbar {
  background: #D6D6D6;
  border-radius: 4px; /* (height of inner div) / 2 + padding */
  width: 200px;
  flex-shrink: 0;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .table-section--fixed #progressbar {
    width: 100%;
    flex-grow: 1;
    margin-right: 0;
  }
}
.table-section--fixed #progressbar > div {
  height: 8px;
  border-radius: 4px;
}
.table-section--fixed .bar {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .table-section--fixed .bar {
    width: 100%;
    margin-top: 10px;
  }
}
.table-section--fixed .left {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.table-section--fixed .quantity {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .table-section--fixed .quantity {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.table-section--fixed .quantity span {
  font-weight: 400;
}
.table-section--fixed .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 10px 0 20px;
}
@media (max-width: 768px) {
  .table-section--fixed .text {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 5px;
  }
}
.table-section--fixed .tokens-balance {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .table-section--fixed .tokens-balance {
    flex-wrap: wrap;
  }
  .table-section--fixed .tokens-balance .label-text {
    width: 100%;
  }
}
.table-section--fixed hr {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px dashed #ddd;
}
.table-section--fixed hr:first-of-type {
  margin: 20px 0 30px;
}
.table-section--fixed hr:last-of-type {
  margin: 30px 0 47px;
}
@media (max-width: 768px) {
  .table-section--fixed hr {
    width: 100vw;
    margin: 20px -20px !important;
    display: block;
  }
}
.table-section--discount {
  border: 1px dashed #F7931A;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 768px) {
  .table-section--discount {
    border-radius: 0;
    border-top: 1px dashed #F7931A !important;
    border-bottom: 1px dashed #F7931A;
    border-left: none;
    border-right: none;
    padding: 20px 20px 30px 20px;
  }
}
.table-section--discount.none {
  display: none;
}
.table-section--discount-block {
  position: relative;
  min-height: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .table-section--discount-block {
    flex-direction: column;
  }
}
.table-section--discount-inner {
  margin-right: 20px;
}
.table-section--discount-inner svg {
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .table-section--discount-inner {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .table-section--discount-inner svg {
    margin-right: 15px;
  }
}
.table-section--discount-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .table-section--discount-panel {
    top: auto;
    bottom: 0;
    width: 100%;
    min-height: 80px;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #F7931A;
    border-radius: 10px;
    background: #FFF5E9;
    align-items: center;
  }
}
.table-section--discount-special {
  margin-top: auto;
}
@media (max-width: 768px) {
  .table-section--discount-special .table-section--discount-value {
    padding: 0;
    margin: 0 auto;
  }
}
.table-section--discount-time {
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 17px;
  color: #F7931A;
  white-space: nowrap;
}
.table-section--discount-time__label {
  font-weight: bold;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .table-section--discount-time__label {
    padding-right: 0px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .table-section--discount-time {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    line-height: 25px;
    padding: 15px 20px 0;
    text-align: right;
    color: #000000;
  }
}
.table-section--discount-value {
  width: 155px;
  border: 1px solid #F7931A;
  border-radius: 10px;
  background: #FFF5E9;
  line-height: 68px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #F7931A;
}
@media (max-width: 768px) {
  .table-section--discount-value {
    width: auto;
    border: 0 none;
    background: transparent;
    line-height: 78px;
    padding: 0 20px 0 0;
  }
}
.table-section--discount .label-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
@media (max-width: 768px) {
  .table-section--discount .label-text {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.table-section--discount .label-text b {
  font-size: 18px;
  font-weight: bold;
  color: #F7931A;
  display: contents;
}
.table-section--discount .label-info {
  position: relative;
  text-align: left;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}
@media (max-width: 768px) {
  .table-section--discount .label-info {
    padding: 0;
  }
}
.table-section--discount .label-info .table-section--discount-panel {
  justify-content: center;
}
.table-section--discount hr {
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px dashed #ddd;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .table-section--discount hr {
    width: 100vw;
    margin: 30px -20px 0 !important;
    display: block;
  }
}
.table-section--total {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .table-section--total {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 0;
    padding: 20px 18px 0;
    border-top: none;
  }
  .table-section--total .table-section__prices {
    flex-direction: column;
    align-items: baseline !important;
  }
  .table-section--total .table-section__prices-total {
    margin-top: 0 !important;
    width: auto !important;
  }
  .table-section--total .table-section__prices .table-section__gray {
    order: 2;
  }
  .table-section--total .table-section__prices .table-section__total {
    order: 1;
  }
}
.table-section--balance {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .table-section--balance {
    margin: 0 20px 20px;
    padding: 15px !important;
  }
}
.table-section--balance .table-section__red-hint {
  display: none;
}
.table-section--balance .table-section__green-hint {
  display: none;
}
.table-section--balance.none {
  display: none;
}
.table-section--frozen .free-trials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .table-section--frozen .free-trials {
    justify-content: flex-start;
    margin-top: 10px;
    gap: 10px;
  }
}
.table-section--frozen .free-trial {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  gap: 12px;
}
.table-section--frozen .free-trial img {
  min-width: 18px;
}
.table-section--frozen .label-text {
  color: #1AB9E5;
}
.table-section--frozen .table-section__frozen-value {
  color: #1AB9E5;
}
.table-section--frozen .table-section__frozen {
  text-decoration-line: none !important;
}
.table-section--frozen .table-section__gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.0541799px;
  color: #8E8E8E;
}
.table-section--frozen .table-section__gray span {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .table-section--frozen .table-section__gray {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .table-section--frozen {
    border-top: none;
    padding: 15px 18px 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .table-section--frozen {
    padding: 6px 18px 20px;
  }
}
@media (max-width: 768px) {
  .table-section--frozen .table-section__prices {
    flex-direction: column;
    align-items: baseline !important;
  }
  .table-section--frozen .table-section__prices-total {
    margin-top: 0 !important;
    width: auto !important;
  }
}
.table-section--applied {
  margin-bottom: 20px;
}
.table-section--applied .table-section__old {
  display: none;
}
.table-section--applied .table-section__current {
  display: none;
}
@media (max-width: 768px) {
  .table-section--applied {
    border-top: none;
    margin-bottom: 0;
    padding: 18px 18px 0;
  }
}
.table-section--regular {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .table-section--regular {
    border-top: none;
    margin-bottom: 0;
    padding: 18px 18px 0;
  }
}
.table-section--plans {
  border-bottom: 1px dashed #ddd;
  background: #ECFFEC;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s;
}
.table-section--plans:hover {
  background: #FFF5E9;
  border: 1px solid #F7931A;
  cursor: pointer;
}
@media (max-width: 768px) {
  .table-section--plans:hover {
    border-top: 1px solid #F7931A;
    border-bottom: 1px solid #F7931A;
    border-left: none;
    border-right: none;
  }
}
.table-section--plans.active:hover {
  background: #ECFFEC;
  border: 1px solid #D6D6D6;
  cursor: auto;
}
@media (max-width: 768px) {
  .table-section--plans.active:hover {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: none;
    border-right: none;
  }
}
.table-section--plans.active .plans {
  max-height: 500px;
  margin-bottom: 30px;
}
.table-section--plans.active .table-section__details.table-section__details--show {
  display: none;
}
.table-section--plans.active .table-section__details.table-section__details--hide {
  display: flex;
}
@media (max-width: 768px) {
  .table-section--plans {
    border-radius: 0;
    padding: 20px 18px 20px !important;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: none;
    border-right: none;
  }
}
.table-section--plans .plans {
  max-height: 0;
  overflow-y: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
@media (max-width: 500px) {
  .table-section--plans .plans {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 768px) {
  .table-section--plans .plans .swiper {
    width: 100%;
  }
  .table-section--plans .plans .swiper .swiper-pagination {
    bottom: -2px;
  }
  .table-section--plans .plans .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}
.table-section--plans .plans .swiper .slider {
  max-width: 720px;
}
@media (max-width: 768px) {
  .table-section--plans .plans .swiper .slider {
    padding-bottom: 40px;
  }
}
.table-section--plans .table-section__details {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #4285F4;
  text-align: left;
  margin: 8px 0px 0px;
  display: block;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table-section--plans .table-section__details.table-section__details--hide {
  display: none;
}
.table-section--plans .table-section__details .label-explainer {
  background: #000000;
  opacity: 0.9;
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  z-index: 6;
  position: absolute;
  top: 50px;
  left: 50px;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 2px 8px;
  display: none;
}
.table-section--plans .table-section__details:hover {
  cursor: pointer;
  color: #F7931A;
}
.table-section--plans .table-section__details:hover svg {
  stroke: #F7931A;
}
.table-section--plans .table-section__details:hover .label-explainer {
  display: block;
}
.table-section--plans .table-section__details svg {
  transition: all 0.3s;
  stroke: #4285F4;
  margin-left: 8px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .table-section--plans {
    margin-top: 0px;
    border-bottom: 1px solid #D6D6D6;
  }
}
.table-section--plans .label-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
  padding: 0;
  text-align: left;
}
.table-section--plans .label-text svg {
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .table-section--plans .label-text svg {
    margin-right: 15px;
  }
}
.table-section--plans .label-info {
  text-align: left;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
.table-section--plans .plans-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 30px 0 20px;
}
.table-section--plans .plans-body {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .table-section--plans .plans-body {
    flex-direction: column;
    gap: 30px;
  }
}
.table-section--plans .plans-card {
  cursor: pointer;
}
@media (max-width: 768px) {
  .table-section--plans .plans-card {
    width: 100%;
  }
}
.table-section--plans .plans-card__panel {
  text-align: center;
  margin-bottom: 20px;
}
.table-section--plans .plans-card__panel--hashrate {
  padding: 20px 0 0 0;
  background: #FFFFFF;
  border: 2px solid #37CC33;
  border-bottom: 0 none;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  letter-spacing: 0.125714px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
.table-section--plans .plans-card__panel--hashrate span {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.table-section--plans .plans-card__panel--duration {
  padding: 0 0 18px 0;
  background: #FFFFFF;
  border-left: 2px solid #37CC33;
  border-right: 2px solid #37CC33;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #8E8E8E;
}
.table-section--plans .plans-card__panel--discount {
  height: 40px;
  background-color: #37CC33;
  border-radius: 0px 0px 10px 10px;
  line-height: 39px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.table-section--plans .plans-card__info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px;
}
@media (max-width: 768px) {
  .table-section--plans .plans-card__info {
    margin: 20px 0 10px;
  }
}
.table-section--plans .plans-card__info--title {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.table-section--plans .plans-card__info--left {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #37CC33;
}
.table-section--plans .plans-card__info--left.yellow {
  color: #F7C21A;
}
.table-section--plans .plans-card__info--left.red {
  color: #F74249;
}
.table-section--plans .plans-card__bar {
  height: 6px;
  margin: 0 0 20px 0;
  background: #D6D6D6;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .table-section--plans .plans-card__bar {
    margin: 0 0 20px 0;
  }
}
.table-section--plans .plans-card__bar div {
  height: 100%;
  border-radius: 4px;
  background-color: #37CC33;
}
.table-section--plans .plans-card__bar.yellow div {
  background-color: #F7C21A;
}
.table-section--plans .plans-card__bar.red div {
  background-color: #F74249;
}
.table-section--plans .plans-card__button {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 36px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #4285F4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table-section--plans .plans-card__button:before {
  content: "";
  display: none;
  margin-right: 10px;
  width: 20px;
  height: 100%;
  background: transparent no-repeat 0 center;
  background-image: url("data:image/svg+xml,<svg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M15.9188 0.582282C16.5034 0.954272 16.6757 1.72971 16.3037 2.31426L7.59447 16.0002L0.867455 9.27318C0.377515 8.78324 0.377515 7.98889 0.867455 7.49895C1.3574 7.00901 2.15175 7.00901 2.64169 7.49895L7.15692 12.0142L14.1868 0.967167C14.5588 0.382611 15.3343 0.210292 15.9188 0.582282Z' fill='white'/></svg>");
  background-size: 17px 16px;
  vertical-align: bottom;
}
.table-section--plans .plans-card__button:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 100%;
  background: transparent no-repeat 0 center;
  background-image: url("data:image/svg+xml,<svg width='21' height='14' viewBox='0 0 21 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.5 7L13.7929 13.7071C13.4024 14.0976 12.7692 14.0976 12.3787 13.7071C11.9882 13.3166 11.9882 12.6834 12.3787 12.2929L16.6716 8L1.5 8C0.947716 8 0.5 7.55228 0.5 7C0.5 6.44771 0.947716 6 1.5 6L16.6716 6L12.3787 1.70711C11.9882 1.31658 11.9882 0.683417 12.3787 0.292893C12.7692 -0.0976311 13.4024 -0.0976311 13.7929 0.292893L20.5 7Z' fill='%234285F4'/></svg>");
  background-size: 21px 14px;
  vertical-align: bottom;
}
.table-section--plans .plans-card__button .selected {
  display: none;
}
.table-section--plans .plans-card:hover .plans-card__button {
  border: 2px solid #37CC33;
  background-color: #ECFFEC;
  line-height: 36px;
  color: #37CC33;
}
.table-section--plans .plans-card:hover .plans-card__button:after {
  background-image: url("data:image/svg+xml,<svg width='21' height='14' viewBox='0 0 21 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.5 7L13.7929 13.7071C13.4024 14.0976 12.7692 14.0976 12.3787 13.7071C11.9882 13.3166 11.9882 12.6834 12.3787 12.2929L16.6716 8L1.5 8C0.947716 8 0.5 7.55228 0.5 7C0.5 6.44771 0.947716 6 1.5 6L16.6716 6L12.3787 1.70711C11.9882 1.31658 11.9882 0.683417 12.3787 0.292893C12.7692 -0.0976311 13.4024 -0.0976311 13.7929 0.292893L20.5 7Z' fill='%2337CC33'/></svg>");
}
.table-section--plans .plans-card.selected .plans-card__panel--hashrate {
  color: #37CC33;
}
.table-section--plans .plans-card.selected .plans-card__panel--duration {
  color: #494949;
}
.table-section--plans .plans-card.selected .plans-card__button {
  border: 1px solid #37CC33;
  background-color: #37CC33;
  color: #FFFFFF;
  line-height: 38px;
}
.table-section--plans .plans-card.selected .plans-card__button:before {
  display: inline-block;
}
.table-section--plans .plans-card.selected .plans-card__button:after {
  display: none;
}
.table-section--plans .plans-card.selected .plans-card__button .selected {
  display: inline;
}
.table-section--plans .plans-card.selected .plans-card__button :not(.selected) {
  display: none;
}
.table-section--plans .plans-card.disabled {
  cursor: default;
}
.table-section--plans .plans-card.disabled .plans-card__panel--hashrate {
  border-color: #B3B3B3;
  color: #B3B3B3;
}
.table-section--plans .plans-card.disabled .plans-card__panel--duration {
  border-color: #B3B3B3;
  color: #8E8E8E;
}
.table-section--plans .plans-card.disabled .plans-card__panel--discount {
  background-color: #B3B3B3;
}
.table-section--plans .plans-card.disabled .plans-card__info--left {
  color: #B3B3B3;
}
.table-section--plans .plans-card.disabled .plans-card__button {
  border: 1px solid #D6D6D6;
  background-color: #FFFFFF;
  line-height: 38px;
  color: #B3B3B3;
}
.table-section--plans .plans-card.disabled .plans-card__button:before {
  display: none;
}
.table-section--plans .plans-card.disabled .plans-card__button:after {
  display: inline-block;
  background-image: url("data:image/svg+xml,<svg width='21' height='14' viewBox='0 0 21 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M20.5 7L13.7929 13.7071C13.4024 14.0976 12.7692 14.0976 12.3787 13.7071C11.9882 13.3166 11.9882 12.6834 12.3787 12.2929L16.6716 8L1.5 8C0.947716 8 0.5 7.55228 0.5 7C0.5 6.44771 0.947716 6 1.5 6L16.6716 6L12.3787 1.70711C11.9882 1.31658 11.9882 0.683417 12.3787 0.292893C12.7692 -0.0976311 13.4024 -0.0976311 13.7929 0.292893L20.5 7Z' fill='%23B3B3B3'/></svg>");
}
.table-section--plans .plans-card.disabled .plans-card__button .selected {
  display: none;
}
.table-section--plans .plans-card.disabled .plans-card__button :not(.selected) {
  display: inline;
}
.table-section .hash {
  display: block;
  position: relative;
}
.table-section .hash .label-info {
  position: relative;
  margin-right: auto;
}
.table-section .hash .label-info svg {
  margin-left: 5px;
  fill: #8E8E8E;
  transition: all 0.3s;
}
.table-section .hash .label-info svg:hover {
  cursor: pointer;
  fill: #F7931A;
}
.table-section .hash .label-info svg:hover + .label-explainer {
  display: block;
}
.table-section .hash .label-explainer {
  background: #000000;
  opacity: 0.9;
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  z-index: 6;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(0, -50%);
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 2px 8px;
  display: none;
}
@media (max-width: 768px) {
  .table-section .hash .label-explainer {
    bottom: 18px;
  }
}
@media (max-width: 499px) {
  .table-section .hash .label-explainer {
    left: 0;
    transform: translate(-43%, -50%);
  }
}
.table-section .hash__label {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  min-height: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .table-section .hash__label {
    flex-wrap: wrap;
  }
}
.table-section .hash__label-num {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.125714px;
  color: #000000;
  width: auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 42px;
  min-width: 150px;
  max-width: 200px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .table-section .hash__label {
    display: flex;
    justify-content: space-between;
  }
  .table-section .hash__label-num {
    position: relative;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 10px;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 50px;
    color: #000000;
    max-width: none;
  }
}
.table-section .hash input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  margin: 0;
  width: 100%;
  max-width: 380px;
  display: block;
}
@media (max-width: 768px) {
  .table-section .hash input[type=range] {
    transform: translateY(-45px);
    max-width: none;
  }
}
.table-section .hash input[type=range]:focus {
  outline: none;
}
.table-section .hash input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}
.table-section .hash input[type=range]::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.table-section .hash input[type=range]::-moz-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}
.table-section .hash input[type=range]::-moz-slider-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.table-section .hash .hash input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: #d6d6d6;
}
.table-section .hash .hash input[type=range]:focus::-moz-slider-runnable-track {
  background-color: #d6d6d6;
}
.table-section .hash .hash input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  background-color: #D6D6D6;
  border-radius: 3px;
}
.table-section .hash .hash input[type=range]::-moz-range-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
}
.table-section .hash .hash input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 3px;
}
.table-section .hash .hash input[type=range]::-ms-fill-lower {
  background-color: #d6d6d6;
  height: 8px;
  border-radius: 3px;
}
.table-section .hash .hash input[type=range]::-ms-fill-upper {
  background-color: #d6d6d6;
  height: 8px;
  border-radius: 3px;
}
.table-section .hash .hash input[type=range]::-ms-thumb {
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  border: 6px solid #4285f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.table-section .hash .hash input[type=range]:focus::-ms-fill-lower {
  background-color: #d6d6d6;
}
.table-section .hash .hash input[type=range]:focus::-ms-fill-upper {
  background-color: #d6d6d6;
}
.table-section .rangeSlider__horizontal {
  height: 8px;
  width: 100%;
  max-width: 470px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .table-section .rangeSlider__horizontal {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .table-section .rangeSlider__handle {
    width: 30px;
    height: 30px;
    border-width: 6px;
  }
}
.table-section .body {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.table-section .body__switcher {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 15px;
}
.table-section .body__switcher-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  width: -moz-max-content;
  width: max-content;
  color: #494949;
}
.table-section .body__switcher-item--active {
  border-color: #4285f4;
  background: #4285f4;
  color: #fff;
}
.table-section .body__switcher-item:hover {
  border-color: #F7931A;
  background: #F7931A;
  color: #fff;
}
.table-section .body__switcher-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}
.table-section .body__switcher-wrapper--active .body__switcher-item {
  border-color: #4285f4;
  background: #4285f4;
  color: #fff;
}
.table-section .table-section__block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .table-section .table-section__block {
    width: 100%;
    flex-wrap: wrap;
  }
}
.table-section .table-section__block .table-section__prices {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-section .table-section__block .table-section__prices.table-section__nodiscount .js-month-discount {
  display: none;
}
.table-section .table-section__block .table-section__prices.table-section__nodiscount .table-section__discount--orange {
  margin-right: 0;
}
.table-section .table-section__block .table-section__prices.table-section__nodiscount-m .table-section__discount {
  display: none;
}
.table-section .table-section__block .table-section__prices [data-currency] {
  display: none;
}
.table-section .table-section__block .table-section__prices[data-currency=btc] img[data-currency=btc] {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.table-section .table-section__block .table-section__prices[data-currency=ctc] img[data-currency=ctc] {
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media (max-width: 768px) {
  .table-section .table-section__block .table-section__prices {
    margin-top: 8px;
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .table-section .table-section__block .table-section__prices-month {
    margin-right: -10px;
  }
}
@media (max-width: 768px) {
  .table-section .table-section__block .table-section__prices-month .table-section__current {
    order: 1;
    width: 100%;
    text-align: left;
  }
  .table-section .table-section__block .table-section__prices-month .table-section__discounts {
    order: 2;
  }
  .table-section .table-section__block .table-section__prices-month .table-section__old {
    order: 4;
  }
}
.table-section .table-section__block .table-section__discount {
  background: #37CC33;
  border-radius: 37px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .table-section .table-section__block .table-section__discount {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 3px 10px;
  }
}
.table-section .table-section__block .table-section__discount--extra {
  background: #000;
}
.table-section .table-section__block .table-section__discount--orange {
  background: #F7931A;
  margin-right: -10px;
  position: relative;
  z-index: 0;
}
.table-section .table-section__block .table-section__discount--orange.none {
  display: none;
}
.table-section .table-section__block .table-section__extra {
  background: #000;
  border-radius: 37px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 4px 9px;
}
.table-section .table-section__block .table-section__extra-red {
  background: #F40009;
}
.table-section .table-section__block .table-section__old {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  text-decoration-line: line-through;
  color: #F74249;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .table-section .table-section__block .table-section__old {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
}
.table-section .table-section__block .table-section__current {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .table-section .table-section__block .table-section__current {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
}
.table-section .table-section__block .table-section__gray {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #8E8E8E;
}
.table-section .table-section__block .table-section__total, .table-section .table-section__block .table-section__frozen {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: right;
  color: #000000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .table-section .table-section__block .table-section__total, .table-section .table-section__block .table-section__frozen {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}
.table-section .table-section__block .table-section__total img, .table-section .table-section__block .table-section__frozen img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.table-section .table-section__block .table-section__total-rebate {
  text-decoration-line: line-through;
  color: #F74249;
}
.table-section .table-section__card {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .table-section .table-section__card {
    margin-top: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.table-section .table-section__card span, .table-section .table-section__card a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.0541799px;
  color: #8E8E8E;
}
@media (max-width: 768px) {
  .table-section .table-section__card span, .table-section .table-section__card a {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
}
.table-section .table-section__card img {
  margin-right: 10px;
}
.table-section.table-section--not-connected {
  background: #F0F6FF;
  border: 1px solid #AACAFF;
  border-radius: 6px;
}
.table-section.table-section--not-connected .table-section__block {
  display: flex;
  align-items: center;
}
.table-section.table-section--not-connected .table-section__block-balance {
  display: none;
}
.table-section.table-section--green {
  background: #ECFFEC;
  border: 1px solid #37CC33;
  border-radius: 6px;
}
.table-section.table-section--green .table-section__block-connect {
  display: none;
}
.table-section.table-section--green .table-section__wallet {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-section.table-section--green a {
  color: #37CC33 !important;
  justify-content: flex-end;
  width: 100%;
}
.table-section.table-section--green a.table-section__green-hint {
  display: block;
}
.table-section.table-section--green a.table-section__red-hint {
  display: none;
}
.table-section.table-section--red {
  background: #FFF3F4;
  border: 1px solid #F74249;
  border-radius: 6px;
}
.table-section.table-section--red .table-section__block-connect {
  display: none;
}
.table-section.table-section--red .table-section__wallet {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-section.table-section--red a {
  color: #F74249 !important;
  justify-content: flex-end;
  width: 100%;
}
.table-section.table-section--red a.table-section__red-hint {
  display: block;
}
.table-section.table-section--red a.table-section__green-hint {
  display: none;
}
.table-section .table-section__wallet a {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #4285F4;
  display: flex;
  align-items: center;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .table-section .table-section__wallet a {
    padding-top: 10px;
  }
}
.table-section .table-section__wallet img {
  margin-right: 5px;
}
.table-section .btn--wallet {
  width: 180px;
  height: 40px;
  background-color: #4285F4;
  border-radius: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .table-section .btn--wallet {
    width: 100%;
    margin-top: 20px;
  }
}
.table-section .btn--wallet img {
  margin-right: 8px;
}

.table-section__pay {
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.0541799px;
  color: #8E8E8E;
  text-align: right;
  align-self: center;
  vertical-align: middle;
  cursor: pointer;
  margin-left: auto;
  align-items: center;
  display: flex;
}
.table-section__pay img, .table-section__pay svg {
  margin-right: 10px;
  vertical-align: middle;
}
.table-section__pay:hover {
  color: #4285F4;
}
.table-section__pay:hover svg path {
  fill: #4285F4;
}
.table-section__pay.active .table-section__baloon {
  display: flex;
  align-items: center;
}
.table-section__pay .table-section__baloon {
  position: absolute;
  bottom: 34px;
  left: 0px;
  height: 50px;
  padding: 0px 20px;
  background-color: #F0F6FF;
  border: 1px solid #AACAFF;
  border-radius: 100px;
  line-height: 48px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: normal;
  color: #171717;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
@media (max-width: 1279px) {
  .table-section__pay .table-section__baloon {
    left: -124%;
  }
}
.table-section__pay .table-section__baloon span {
  text-align: center;
}
.table-section__pay .table-section__baloon svg {
  flex-shrink: 0;
}
.table-section__pay .table-section__baloon svg path {
  fill: #4285F4;
  transition: all 0.3s;
}
.table-section__pay .table-section__baloon svg:hover path {
  fill: #F7931A;
}
@media (max-width: 768px) {
  .table-section__pay .table-section__baloon {
    left: -140px;
  }
}
.table-section__pay .table-section__baloon:before {
  content: "";
  top: 100%;
  left: 40px;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #AACAFF;
}
@media (max-width: 1279px) {
  .table-section__pay .table-section__baloon:before {
    left: 300px;
  }
}
@media (max-width: 768px) {
  .table-section__pay .table-section__baloon:before {
    left: 190px;
  }
}
.table-section__pay .table-section__baloon:after {
  content: "";
  top: 100%;
  left: 41px;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #F0F6FF;
}
@media (max-width: 1279px) {
  .table-section__pay .table-section__baloon:after {
    left: 301px;
  }
}
@media (max-width: 768px) {
  .table-section__pay .table-section__baloon:after {
    left: 191px;
  }
}
.table-section__pay .table-section__baloon a {
  font-weight: normal;
}
.table-section__pay .table-section__baloon svg {
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.table-section__pay-button {
  background: transparent;
  color: #4285F4;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  border: none;
  outline: none;
  transition: color 0.3s;
}
.table-section__pay-button:hover {
  color: #F7931A;
}

.table-section__friday {
  background: #ECFFEC;
  border: 1px solid #37CC33;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #494949;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.table-section__friday img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .table-section__friday {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    justify-content: center;
  }
}

.table-section__christmas {
  background: #FFE9EA;
  border: 1px solid #F40009;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #494949;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.table-section__christmas img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .table-section__christmas {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    justify-content: center;
  }
}

.table-section__block--orange {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .table-section__block--orange {
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .table-section__block--orange {
    flex-direction: column;
  }
}
.table-section__block--orange .label-text {
  margin-top: 5px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .table-section__block--orange .label-text {
    margin-top: 0px;
    padding-bottom: 6px;
  }
}
.table-section__block--orange .table-section__orange-discount {
  display: flex;
  align-items: center;
  background: #FFF5E9;
  border-radius: 50px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 10px;
}
.table-section__block--orange .table-section__orange-discount .label-time {
  display: inline;
  color: #F7931A;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px 0 15px;
}
@media (max-width: 768px) {
  .table-section__block--orange .table-section__orange-discount .label-time span {
    font-size: 14px;
    line-height: 24px;
  }
}
.table-section__block--orange .table-section__orange-discount .label-time span b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .table-section__block--orange .table-section__orange-discount .label-time {
    order: 2;
  }
  .table-section__block--orange .table-section__orange-discount span {
    order: 1 !important;
  }
}
@media (max-width: 768px) {
  .table-section__block--orange .table-section__total {
    flex-wrap: wrap;
  }
}
.table-section__block--orange .table-section__total-amount {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.table-section__block--orange .table-section__total-amount.table-section__nodiscount .js-month-discount {
  display: none;
}
.table-section__block--orange .table-section__total-amount.table-section__nodiscount .table-section__discount--orange {
  margin-right: 0;
}
@media (max-width: 599px) {
  .table-section__block--orange .table-section__total-amount {
    gap: 8px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.table-section__block--orange .table-section__total-value {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: right;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .table-section__block--orange .table-section__total-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}
.table-section__block--orange .table-section__total-discount {
  display: flex;
  align-items: center;
}
.table-section__block--orange .table-section__total-discount.none {
  display: none;
}
@media (max-width: 599px) {
  .table-section__block--orange .table-section__total-discount {
    flex-direction: column;
    align-items: flex-start;
  }
}
.table-section__block--orange .table-section__discount-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.table-section__block--orange .table-section__discount-price .table-section__old {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 768px) {
  .table-section__block--orange .table-section__discount-price .table-section__old {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 768px) {
  .table-section__block--orange .table-section__discount-price {
    order: 2;
  }
}
.table-section__block--orange .table-section__prices-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.table-section__block--orange .table-section__prices-block .table-section__final-price {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .table-section__block--orange .table-section__prices-block .table-section__final-price {
    order: 1;
  }
}
.table-section__block--orange .table-section__prices-block [data-currency] {
  display: none;
}
.table-section__block--orange .table-section__prices-block[data-currency=btc] img[data-currency=btc] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
}
.table-section__block--orange .table-section__prices-block[data-currency=ctc] img[data-currency=ctc] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 599px) {
  .table-section__block--orange .table-section__prices-block {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .table-section__block--orange .table-section__final-price {
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .table-section__block--orange .table-section__gray {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 768px) {
  .miners-activate .table-section__pay {
    position: static;
    margin: 8px 0;
    width: 230px;
  }
  .miners-activate .table-section__pay.active .table-section__baloon {
    display: flex;
  }
  .miners-activate .table-section__pay .table-section__baloon {
    bottom: 40px;
    left: 10%;
    max-width: 100%;
    align-items: center;
    white-space: normal;
    padding: 14px 25px;
    height: auto;
    font-size: 13px;
    line-height: 23px;
  }
}
@media (max-width: 768px) and (max-width: 537px) {
  .miners-activate .table-section__pay .table-section__baloon {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .miners-activate .table-section__pay .table-section__baloon svg {
    flex-shrink: 0;
  }
  .miners-activate .table-section__pay .table-section__baloon:after {
    left: 221px;
  }
}
@media (max-width: 768px) and (max-width: 537px) {
  .miners-activate .table-section__pay .table-section__baloon:after {
    left: 51px;
  }
}
@media (max-width: 768px) {
  .miners-activate .table-section__pay .table-section__baloon:before {
    left: 220px;
  }
}
@media (max-width: 768px) and (max-width: 537px) {
  .miners-activate .table-section__pay .table-section__baloon:before {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .miners-activate .body__switcher {
    position: relative;
  }
}
.reached {
  border-bottom: 8px solid #F7931A;
  margin-bottom: -1px;
}

.reached__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .reached__inner {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.reached__inner a {
  color: #4285F4;
  font-weight: bold;
  transition: 0.3s all;
  text-decoration: none;
}
.reached__inner a:hover {
  color: #F7931A;
}
.reached__inner .title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .reached__inner .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
  }
}
.reached__inner .text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  color: #494949;
}
@media (max-width: 768px) {
  .reached__inner .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
}
.reached__inner .icon {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .reached__inner .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }
}

.reached__bkg {
  margin: 0 auto;
  max-width: 1000px;
}
.reached__bkg img {
  text-align: center;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 769px) {
  .reached__bkg {
    height: 360px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.25s 0s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 120;
  background-color: #fff;
}
.loader.hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.loader-spinner {
  margin: 30px auto;
  text-align: center;
}
.loader-spinner > i {
  width: 16px;
  height: 16px;
  background-color: #F7931A;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 3px;
  margin-left: 3px;
}
.loader-spinner > i:first-child {
  animation-delay: -0.6s;
}
.loader-spinner > i:nth-child(2) {
  animation-delay: -0.4s;
}
.loader-spinner > i:nth-child(3) {
  animation-delay: -0.2s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Popups */
.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.popup--video .popup__handler {
  max-width: 800px;
}
.popup--video .popup__cancel {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
}
.popup--video .popup__cancel:hover svg {
  fill: #fff;
}
.popup--video .popup__cancel svg {
  pointer-events: none;
  fill: #757575;
  transition: fill 300ms;
}
.popup_transparent {
  background-color: transparent;
}
.popup_alert .popup__handler {
  padding-top: 30px;
}
.popup_alert .popup__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
}
.popup_alert h2 {
  font-size: 24px;
  display: block;
  color: #000;
  line-height: 24px;
}
.popup__link-img {
  min-height: 240px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .popup__link-img {
    min-height: 188px;
  }
}
.popup__handler {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background-color: #F7F7F7;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: calc(100% - 10px);
  max-width: 600px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .popup__handler {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.popup__handler .desc {
  font-size: 12px;
  line-height: 14px;
  color: #494949;
}
.popup__header {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}
.popup__header img {
  display: block;
  margin-right: 10px;
}
.popup__body {
  padding: 0 30px;
  font-size: 14px;
  line-height: 16px;
  color: #494949;
}
.popup__body p {
  margin-bottom: 20px;
}
.popup__body ul {
  margin-bottom: 20px;
}
.popup__body li {
  margin-bottom: 10px;
}
.popup__body b,
.popup__body strong {
  font-weight: 700;
}
.popup__footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
}
.popup__footer.cols {
  display: flex;
  justify-content: space-between;
}
.popup__label {
  display: block;
  color: #F7931A;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popup.active {
  display: block;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#howPopup .popup {
  padding: 0;
}
#howPopup .popup__body {
  max-height: 350px;
  overflow-y: scroll;
  padding: 30px;
}
#howPopup h3 {
  position: relative;
  padding-left: 36px;
}
#howPopup h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: 0px -95px;
  width: 26px;
  height: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #howPopup h3:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}

#blockedPopup .popup__handler {
  background-image: url("../images/blocked-popup-bg.png");
  background-size: 90px 75px;
  background-repeat: no-repeat;
  background-position: left 30px bottom 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #blockedPopup .popup__handler {
    background-image: url("../images/blocked-popup-bg@2x.png");
  }
}
#blockedPopup .popup__body {
  padding-top: 50px;
}
#blockedPopup .popup__body h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #000;
}
#blockedPopup .popup__footer {
  padding-top: 60px;
  padding-bottom: 25px;
}

#termsPopup .popup__cancel {
  z-index: 1;
}
@media (max-width: 768px) {
  #termsPopup .popup__cancel {
    right: 15px;
    left: auto;
  }
}
#termsPopup .popup__handler {
  max-width: 700px;
  border-radius: 15px;
  background-color: transparent;
}
#termsPopup .popup__handler img {
  width: 289px;
  height: 50px;
}
@media (max-width: 768px) {
  #termsPopup .popup__handler img {
    width: 231px;
    height: 40px;
  }
}
#termsPopup .popup__header {
  padding: 20px;
  background: #F7F7F7;
  border-radius: 15px 15px 0 0;
}
#termsPopup .popup__header .logo {
  margin-bottom: 0;
}
#termsPopup .popup__body {
  overflow: hidden;
  padding: 0 20px 20px;
  max-height: 350px;
  background: #F7F7F7;
}
#termsPopup .popup__body iframe {
  display: block;
  border: 1px solid #D6D6D6;
  width: 100%;
  background-color: #fff;
  height: 230px;
  border-radius: 6px;
}
#termsPopup .popup__footer {
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
  background: rgba(61, 61, 61, 0.65);
  gap: 20px;
}
@media (max-width: 768px) {
  #termsPopup .popup__footer {
    padding: 20px;
    gap: 15px;
  }
}
#termsPopup .popup__footer .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 10px;
}
#termsPopup .popup__footer .btn:hover {
  background-color: #F7931A;
  color: #fff;
}
#termsPopup .popup__footer .btn:hover svg path {
  fill: #fff;
}
#termsPopup .popup__footer .btn_default {
  height: 60px;
  text-align: center;
  line-height: 50px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  #termsPopup .popup__footer .btn_default {
    height: 50px;
    font-size: 14px;
    line-height: 16px;
  }
}
#termsPopup .popup__footer .btn_link {
  height: 60px;
  color: #494949;
  display: flex;
  align-items: center;
  padding: 0;
  background: 0 0;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  margin: 0;
  max-width: none;
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #termsPopup .popup__footer .btn_link {
    height: 50px;
    font-size: 14px;
    line-height: 16px;
  }
}
#termsPopup .popup__footer .btn_link svg path {
  fill: #4285F4;
}
@media screen and (max-width: 550px) {
  #termsPopup .popup__footer {
    flex-direction: column;
    align-items: center;
  }
}
#termsPopup .terms-text {
  display: block;
  border: 1px solid #D6D6D6;
  width: 100%;
  height: 300px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 25px;
  overflow-y: auto;
  border-radius: 10px;
  background: #FFF;
}
@media (max-width: 768px) {
  #termsPopup .terms-text {
    padding: 15px;
  }
}
#termsPopup .terms-text .title {
  text-align: left;
  display: block;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
}
#termsPopup .terms-text h1 {
  display: block;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
#termsPopup .terms-text h2 {
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
#termsPopup .terms-text ul, #termsPopup .terms-text p {
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
#termsPopup .terms-text a {
  color: #4285f4;
  text-decoration: none;
}
#termsPopup .terms-text a:hover {
  color: #f7931a;
}

.os-ios #downloadPopup .ios-only {
  display: inline-flex !important;
}
.os-ios #downloadPopup .btn--download {
  display: none !important;
}

.os-android #downloadPopup .android-only {
  display: inline-flex !important;
}
.os-android #downloadPopup .btn--download {
  display: none !important;
}

#downloadPopup,
#promoFarm {
  padding-right: 15px;
  padding-left: 15px;
}
#downloadPopup .cancel--mob,
#promoFarm .cancel--mob {
  display: none;
}
@media (max-width: 768px) {
  #downloadPopup .cancel,
  #promoFarm .cancel {
    display: none;
  }
  #downloadPopup .cancel--mob,
  #promoFarm .cancel--mob {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
  }
  #downloadPopup .cancel--mob:hover,
  #promoFarm .cancel--mob:hover {
    cursor: pointer;
  }
  #downloadPopup .popup__handler,
  #promoFarm .popup__handler {
    max-width: 345px;
  }
  #downloadPopup .popup__handler img,
  #promoFarm .popup__handler img {
    max-width: 100%;
    border-radius: 4px 4px 0px 0px;
  }
  #downloadPopup .popup-download__content,
  #promoFarm .popup-download__content {
    padding: 20px 15px 15px;
  }
  #downloadPopup .popup-download__title,
  #promoFarm .popup-download__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #downloadPopup .popup-download__text,
  #promoFarm .popup-download__text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  #downloadPopup .popup-download__btns .btn--download,
  #promoFarm .popup-download__btns .btn--download {
    display: none;
  }
  #downloadPopup .popup-download__btns .btn,
  #promoFarm .popup-download__btns .btn {
    line-height: 56px;
    height: 56px;
  }
}

#promoFarm {
  overflow-x: hidden;
}
#promoFarm .popup__img-outer {
  position: absolute;
  top: 55%;
}
@media only screen and (max-width: 767px) {
  #promoFarm .popup__img-outer {
    display: none;
  }
}
#promoFarm .popup__left {
  right: 100%;
}
#promoFarm .popup__right {
  left: 100%;
}

#promoSharingPopup {
  background-image: url("../images/sharing-popup-bg.png");
  background-position: right bottom;
  background-size: 302px 424px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #promoSharingPopup {
    background-image: url("../images/sharing-popup-bg@2x.png");
  }
}
#promoSharingPopup .popup__handler {
  max-width: 600px;
}
#promoSharingPopup .popup__header {
  flex-direction: column;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#promoSharingPopup .popup__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
}
#promoSharingPopup .popup__label span {
  color: #000;
}
#promoSharingPopup .popup__body {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
#promoSharingPopup .popup__body h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
#promoSharingPopup .popup__body p {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 0;
}
#promoSharingPopup .popup__body p span.orange {
  color: #F7931A;
}
#promoSharingPopup .popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 550px) {
  #promoSharingPopup .popup__footer {
    flex-direction: column-reverse;
  }
  #promoSharingPopup .popup__footer .popup__btn {
    margin-bottom: 30px;
  }
}
#promoSharingPopup .popup__btn {
  display: block;
  width: 100%;
  max-width: 300px;
}
#promoSharingPopup .popup__btn .button {
  width: 100%;
}

#howPopup .popup__handler {
  max-width: 700px;
  background-color: #fff;
}
#howPopup h3 {
  padding: 0;
}
#howPopup h3:before {
  display: none;
}
#howPopup .popup__header {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
#howPopup .popup__body {
  overflow: hidden;
  padding: 30px;
  border-top: 1px solid #D6D6D6;
  font-size: 16px;
  line-height: 26px;
  max-height: none;
}
#howPopup .popup__body p:last-of-type {
  margin-bottom: 0;
}
#howPopup .popup__footer {
  justify-content: center;
  padding: 20px;
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-radius: 0px 0px 6px 6px;
}
#howPopup .popup__footer .btn {
  max-width: 300px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  padding: 0;
  font-weight: bold;
}
#howPopup .popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#howPopup .popup__close:hover svg {
  fill: #F7931A;
}
#howPopup .popup__close svg {
  pointer-events: none;
}
#howPopup .popup__list li {
  position: relative;
  padding-left: 16px;
}
#howPopup .popup__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 1px solid #F7931A;
  border-radius: 50%;
}
#howPopup .popup__subtitle {
  font-weight: bold;
  color: #F7931A;
}
@media (max-width: 768px) {
  #howPopup {
    padding: 0;
    background-color: #fff;
    width: 100%;
  }
  #howPopup.active {
    display: flex;
  }
  #howPopup .popup__header {
    font-size: 28px;
    padding: 20px;
  }
  #howPopup .popup__handler {
    display: block;
    box-shadow: none;
    max-width: none;
    border-radius: 0px;
    width: 100%;
    margin: 0;
  }
  #howPopup .popup__body {
    padding: 20px;
  }
  #howPopup .popup__footer {
    padding: 20px;
  }
  #howPopup .popup__footer .btn {
    max-width: none;
  }
}

#payment-success .popup__handler {
  max-width: 500px;
}
#payment-success .popup__svg-icon {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  #payment-success .popup__svg-icon {
    width: 50px;
    height: 50px;
  }
}
#payment-success .popup__title {
  color: #000;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.09px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #payment-success .popup__title {
    font-size: 24px;
  }
}
#payment-success .popup__text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.18px;
  color: #494949;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #payment-success .popup__text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
#payment-success .popup__text p {
  margin-bottom: 0;
}
#payment-success .popup__text span {
  font-weight: bold;
}
#payment-success .popup__cancel {
  max-width: 140px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #payment-success .popup__cancel {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #androidVersionPopup {
    padding: 0;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7;
  }
  #androidVersionPopup:before {
    content: none;
  }
  #androidVersionPopup .popup__handler {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    background-color: #F7F7F7;
    box-shadow: none;
  }
}

.popup_attention {
  z-index: 9999;
}
.popup_attention .popup__body {
  padding-top: 50px;
}
.popup_attention .popup__body h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #000;
}
.popup_attention .popup__footer {
  padding-top: 60px;
  padding-bottom: 25px;
}

.popup--download .popup__handler {
  border-radius: 9px 9px 8px 8px;
}

.popup-download__content {
  padding: 30px;
}
.popup-download__img {
  border-radius: 8px 8px 0px 0px;
}
.popup-download__title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
  font-weight: 700;
}
.popup-download__title--mob {
  display: none;
}
@media (max-width: 768px) {
  .popup-download__title {
    display: none;
  }
  .popup-download__title--mob {
    display: block;
  }
}
.popup-download__text {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .popup-download__text {
    margin-top: 15px;
  }
}
.popup-download__text--mob {
  display: none;
}
@media (max-width: 768px) {
  .popup-download__text {
    display: none;
  }
  .popup-download__text--mob {
    display: block;
  }
}
.popup-download__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-download__btns .cancel {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.0371429px;
  text-transform: uppercase;
  font-weight: 700;
  color: #494949;
  transition: color 0.3s;
}
.popup-download__btns .cancel:hover {
  cursor: pointer;
  color: #F7931A;
}
.popup-download__btns .intro__download-btns {
  display: flex;
  width: 100%;
  max-width: 320px;
  margin: 0;
  border-radius: 6px;
}
.popup-download__btns .btn {
  width: 100%;
  max-width: 320px;
  margin: 0;
  padding: 0;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.popup-download__btns .ios-only, .popup-download__btns .android-only {
  display: none;
  max-width: none;
  width: 100%;
  border-radius: 6px;
}

.popup__check {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}
.popup__check label {
  display: inline-flex;
  align-items: center;
}
.popup__check-input {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  transition: all 0.3s;
}
.popup__check-input svg {
  transition: all 0.3s;
  opacity: 0;
}
.popup__check input {
  display: none;
}
.popup__check input:checked + div {
  background: #4285f4;
  border-color: #4285f4;
}
.popup__check input:checked + div svg {
  opacity: 1;
}
.popup__check input:checked + div + span {
  color: #fff;
}
.popup__check span {
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
  color: #B3B3B3;
}
@media (max-width: 768px) {
  .popup__check {
    display: none;
  }
}

.popup__promo-modal {
  overflow-x: hidden;
  overflow-y: overlay;
}
.popup__promo-modal .popup__img {
  display: block;
  border-radius: 5px 5px 0px 0px;
  max-width: 100%;
  width: 100%;
}
.popup__promo-modal .popup__handler {
  position: relative;
}
.popup__promo-modal .popup__back-decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -123px;
  z-index: -1;
}
@media (max-width: 768px) {
  .popup__promo-modal .popup__back-decoration {
    display: none;
  }
}
.popup__promo-modal .popup-download__title {
  color: #000;
  transition: color 0.3s;
  text-decoration: none;
}
.popup__promo-modal .popup-download__title:hover {
  color: #4285f4;
}
.popup__promo-modal .popup-download__content {
  padding: 20px 30px 30px;
}
.popup__promo-modal .popup-download__text a {
  color: #4285f4;
  font-weight: bold;
  text-decoration: none;
  transform: color 0.3s;
}
.popup__promo-modal .popup-download__text a:hover {
  color: #F7931A;
}
.popup__promo-modal .popup-download__btns .btn--dark {
  background: #000;
  transition: background 0.3s;
}
.popup__promo-modal .popup-download__btns .btn--dark:hover {
  background: #F7931A;
}
.popup__promo-modal .popup__check {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}
.popup__promo-modal .popup__check label {
  display: inline-flex;
  align-items: center;
}
.popup__promo-modal .popup__check-input {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  transition: all 0.3s;
}
.popup__promo-modal .popup__check-input svg {
  transition: all 0.3s;
  opacity: 0;
}
.popup__promo-modal .popup__check input {
  display: none;
}
.popup__promo-modal .popup__check input:checked + div {
  background: #4285f4;
  border-color: #4285f4;
}
.popup__promo-modal .popup__check input:checked + div svg {
  opacity: 1;
}
.popup__promo-modal .popup__check input:checked + div + span {
  color: #fff;
}
.popup__promo-modal .popup__check span {
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
  color: #B3B3B3;
}
@media (max-width: 768px) {
  .popup__promo-modal .popup__check {
    display: none;
  }
}
@media (max-width: 768px) {
  .popup__promo-modal .popup-download__content {
    padding: 20px 15px 15px;
  }
  .popup__promo-modal .popup-download__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .popup__promo-modal .popup-download__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .popup__promo-modal .popup-download__btns .btn {
    max-width: none;
  }
}
.popup__promo-modal .cancel--mob {
  display: none;
}
@media (max-width: 768px) {
  .popup__promo-modal .cancel {
    display: none;
  }
  .popup__promo-modal .cancel--mob {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    bottom: -36px;
  }
}
.popup__promo-modal#walletPromo .popup__table {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .popup__promo-modal#walletPromo .popup__table {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.popup__promo-modal#walletPromo .popup__table-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .popup__promo-modal#walletPromo .popup__table-item {
    padding: 15px 0;
  }
}
.popup__promo-modal#walletPromo .popup__table-item:last-of-type {
  border-bottom: none;
}
.popup__promo-modal#walletPromo .popup__table-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  text-align: left;
  margin-right: auto;
}
@media (max-width: 768px) {
  .popup__promo-modal#walletPromo .popup__table-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
.popup__promo-modal#walletPromo .popup__table-item .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .popup__promo-modal#walletPromo .popup__table-item .icon {
    margin-right: 15px;
  }
}
.popup__promo-modal#walletPromo .popup__table-item .icon--payout {
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .popup__promo-modal#walletPromo .popup__table-item .icon--payout {
    width: 24px;
  }
}
.popup__promo-modal#walletPromo .popup__table-item .icon--interest {
  width: 23px;
  margin-right: 17px;
}
@media (max-width: 768px) {
  .popup__promo-modal#walletPromo .popup__table-item .icon--interest {
    margin-right: 13px;
  }
}
.popup__promo-modal#walletPromo .popup__table-item .icon:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .popup__promo-modal#walletPromo .popup__bottom {
    background: #F7F7F7;
    border-top: 1px solid #D6D6D6;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .popup__promo-modal#walletPromo .popup__bottom .popup-download__btns {
    width: 100%;
  }
  .popup__promo-modal#walletPromo .popup__bottom .popup-download__btns .btn {
    height: 50px;
  }
  .popup__promo-modal#walletPromo .popup__bottom .popup-download__btns .btn span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
}
.popup__promo-modal#halloweenPromo .popup__back-decoration {
  bottom: 90px;
}

.popup-android-version__logo img {
  max-width: 100%;
}
.popup-android-version__container {
  gap: 20px;
  padding: 0 30px 30px;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 768px) {
  .popup-android-version__container {
    padding: 0 15px 30px;
    gap: 0;
    flex-direction: column-reverse;
  }
}
.popup-android-version__header-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #D6D6D6;
  padding: 15px;
}
.popup-android-version .phone {
  margin-left: -15px;
  margin-right: -15px;
}
.popup-android-version .phone .slide {
  min-height: 0;
}
.popup-android-version__close {
  position: absolute;
  top: 15px;
  right: 15px;
  outline: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__close.--second {
    display: none;
  }
}
.popup-android-version__close svg {
  pointer-events: none;
  fill: #9D9D9D;
}
.popup-android-version__close:hover svg {
  fill: #F7931A;
}
.popup-android-version__close:active svg {
  fill: #D6D6D6;
}
@media (max-width: 768px) {
  .popup-android-version__close {
    left: 9px;
    top: 18px;
    z-index: 3;
  }
}
.popup-android-version__block {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  background: #FFF;
  border: 1px solid #d6d6d6;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .popup-android-version__block {
    margin-bottom: 20px;
  }
}
.popup-android-version__block:hover {
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.popup-android-version__body {
  padding: 18px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.popup-android-version__header {
  padding: 23px 30px 30px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .popup-android-version__header {
    margin-bottom: 0;
    padding: 25px 15px 20px;
  }
}
.popup-android-version .android-pro-features {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 768px) {
  .popup-android-version .android-pro-features {
    max-width: none;
  }
}
.popup-android-version .android-pro-features__list {
  margin-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .popup-android-version .android-pro-features__list {
    padding-bottom: 20px;
  }
}
.popup-android-version .android-pro-features__list li {
  padding-left: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.popup-android-version .android-pro-features__list li::before {
  background-size: 20px 20px;
}
.popup-android-version .android-pro-features__list li.ads:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_10033_70477)%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.33398%200C8.22941%200%207.33398%200.895429%207.33398%202V5.71423H14.857C15.9615%205.71423%2016.857%206.60966%2016.857%207.71423V10.4762H18.6673C19.7719%2010.4762%2020.6673%209.58076%2020.6673%208.47619V2C20.6673%200.895431%2019.7719%200%2018.6673%200H9.33398Z%22%20fill%3D%22%23494949%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%220.666016%22%20y%3D%226.66663%22%20width%3D%2215.2381%22%20height%3D%2213.3333%22%20rx%3D%222%22%20fill%3D%22%23F74249%22%2F%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.23651%2010.2857C5.6573%209.86492%206.33954%209.86492%206.76032%2010.2857L8.28413%2011.8095L9.80794%2010.2857C10.2287%209.86492%2010.911%209.86492%2011.3318%2010.2857C11.7525%2010.7065%2011.7525%2011.3887%2011.3318%2011.8095L9.80718%2013.3341L11.3312%2014.8571C11.7523%2015.2779%2011.7524%2015.9603%2011.3315%2016.3812C10.9108%2016.8019%2010.2288%2016.802%209.80794%2016.3815L8.28337%2014.8579L6.76032%2016.3809C6.33954%2016.8017%205.6573%2016.8017%205.23651%2016.3809C4.81573%2015.9602%204.81573%2015.2779%205.23651%2014.8571L6.76032%2013.3333L5.23651%2011.8095C4.81573%2011.3887%204.81573%2010.7065%205.23651%2010.2857Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_10033_70477%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0.666016)%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
}
.popup-android-version .col {
  padding: 0;
  text-decoration: none;
}
.popup-android-version .col + .col {
  margin-left: 0;
}
.popup-android-version .col--slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .popup-android-version .col {
    width: 100%;
  }
}
.popup-android-version .popup__handler {
  max-width: 900px;
  border-radius: 10px;
  background: #FFF;
}
.popup-android-version .popup__cancel--mobile {
  display: none;
}
@media (max-width: 768px) {
  .popup-android-version .popup__cancel--mobile {
    display: flex;
  }
}
.popup-android-version .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  letter-spacing: 0.091px;
  border-bottom: 1px solid #D6D6D6;
  margin: 0 -30px;
  padding: 0 30px 20px;
}
@media (max-width: 768px) {
  .popup-android-version .title {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.046px;
    padding: 0 30px 15px;
  }
}
.popup-android-version .desc {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0 0;
}
.popup-android-version .desc b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .popup-android-version .desc {
    font-size: 15px;
    font-style: normal;
    line-height: 26px;
    margin: 18px 0 0;
  }
}
.popup-android-version .google-play {
  border-radius: 10px;
  background: #000;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
}
.popup-android-version .google-play.lite svg {
  transition: all 0.3s;
}
.popup-android-version .google-play.lite svg rect {
  stroke: #1AB9E5;
}
.popup-android-version .google-play.lite svg path {
  fill: #1AB9E5;
}
.popup-android-version .google-play.lite:hover {
  background: #1AB9E5;
}
.popup-android-version .google-play.lite:hover svg rect {
  stroke: #fff;
}
.popup-android-version .google-play.lite:hover svg path {
  fill: #fff;
}
.popup-android-version .google-play.pro svg {
  transition: all 0.3s;
}
.popup-android-version .google-play.pro svg rect {
  stroke: #F7931A;
}
.popup-android-version .google-play.pro svg path {
  fill: #F7931A;
}
.popup-android-version .google-play.pro:hover {
  background: #F7931A;
}
.popup-android-version .google-play.pro:hover svg rect {
  stroke: #fff;
}
.popup-android-version .google-play.pro:hover svg path {
  fill: #fff;
}
.popup-android-version .google-play.max svg {
  transition: all 0.3s;
}
.popup-android-version .google-play.max svg rect {
  stroke: #A033CC;
}
.popup-android-version .google-play.max svg path {
  fill: #A033CC;
}
.popup-android-version .google-play.max:hover {
  background: #A033CC;
}
.popup-android-version .google-play.max:hover svg rect {
  stroke: #fff;
}
.popup-android-version .google-play.max:hover svg path {
  fill: #fff;
}

.journal-tabs {
  display: grid;
  grid-template-columns: repeat(3, 120px);
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .journal-tabs {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
  }
}
.journal-tabs a {
  padding: 10px;
  width: 120px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4285F4;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #D6D6D6;
  transition: color 0.3s ease, background 0.3s ease;
  background: #ffffff;
}
@media (max-width: 768px) {
  .journal-tabs a {
    width: unset;
  }
}
.journal-tabs a:first-of-type {
  border-right: none;
  border-radius: 6px 0 0 6px;
}
.journal-tabs a:last-of-type {
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.journal-tabs a.active {
  border: 1px solid #4285F4;
  background: #4285F4;
  pointer-events: none;
  color: #ffffff;
}
.journal-tabs a:not(.active):hover {
  color: #F7931A;
}

/* Blocks */
/*
* Store blocks
*/
.google-play {
  display: block;
  margin-bottom: 30px;
}
.google-play:last-child {
  margin-bottom: 0;
}
.google-play__title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  max-width: 420px;
  margin: 0 auto 15px;
}
.google-play__label {
  max-width: 420px;
  margin: 0 auto 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1;
}
.google-play__label span {
  margin-right: 10px;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: bold;
}
.google-play__link {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  outline: none;
  background-color: #000;
  background-image: url("../images/get-it-on-google-play@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  background-size: 157px 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .google-play__link {
    background-image: url("../images/get-it-on-google-play@2x.png");
  }
}
.google-play__link:hover {
  background-color: #f7931a;
}
.google-play__link--inverse {
  background-color: #fff;
  background-size: 157px 37px;
  background-image: url("../../images/google-play_black.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .google-play__link--inverse {
    background-image: url("../../images/google-play_black@2x.png");
  }
}
.google-play.basic .google-play__label span {
  color: #757575;
}
.google-play.basic .google-play__link:not(:hover) {
  background-color: #4285f4;
}
.google-play.pro .google-play__label span {
  color: #f7931a;
}
.google-play.lite .google-play__label span {
  color: #1AB9E5;
}
.google-play.lite .google-play__link:not(:hover) {
  background-color: #4285f4;
}
.google-play--second {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
}
.google-play--second:hover .google-play__link {
  background-color: #4285f4;
}
.google-play--second:hover .google-play__label {
  background-color: #4285f4;
}
.google-play--second:hover .google-play__label span {
  color: #fff;
}
.google-play--second .google-play__label {
  flex: 0 0 82px;
  max-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}
.google-play--second .google-play__label span {
  margin-right: 0;
}
.google-play--second .google-play__link {
  border-radius: 0;
}
.google-play--second.lite .google-play__link:not(:hover) {
  background-color: #000;
}

.app-store {
  display: block;
  margin-bottom: 30px;
}
.app-store:last-child {
  margin-bottom: 0;
}
.app-store__title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.app-store__link {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  background-image: url("../images/app-store-btn_2@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  background-size: 157px 37px;
}
.app-store__link:hover {
  background-color: #f7931a;
}
.app-store__link--inverse {
  background-color: #fff;
  background-size: 138px 36px;
  background-image: url("../../images/app-store-btn_black.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .app-store__link--inverse {
    background-image: url("../../images/app-store-btn_black@2x.png");
  }
}

/* Android pro list */
.android-pro-features {
  max-width: 420px;
  text-align: left;
  margin: 0 auto;
}
.android-pro-features__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.android-pro-features__list {
  list-style: none;
}
.android-pro-features__list li {
  position: relative;
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  padding-left: 36px;
  margin-bottom: 15px;
}
.android-pro-features__list li b {
  font-weight: bold;
}
.android-pro-features__list li:last-child {
  margin-bottom: 0;
}
.android-pro-features__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.android-pro-features__list li.free:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2671 7.735L12.9861 9.001L10.2671 10.267L9.00111 12.986L7.73511 10.267L5.01611 9.001L7.73511 7.735L9.00111 5.016L10.2671 7.735Z' fill='%234285F4'/%3E%3Cpath d='M14.0171 6.985L13.0791 4.922L11.0161 3.984L13.0791 3.046L14.0171 0.983002L14.9551 3.046L17.0181 3.984L14.9551 4.922L14.0171 6.985Z' fill='%234285F4'/%3E%3Cpath d='M16.032 6.985H18.001V15.985C18.001 17.063 17.11 18.001 16.032 18.001H2.016C0.938 18.001 0 17.063 0 15.985V2.016C0 0.938 0.938 0 2.016 0H11.016V2.016H2.016V15.985H16.032V6.985Z' fill='%23F7931A'/%3E%3C/svg%3E%0A");
}
.android-pro-features__list li.ads:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C7.44772 0 7 0.447715 7 1V6H16C16.5523 6 17 6.44772 17 7V11H20C20.5523 11 21 10.5523 21 10V1C21 0.447715 20.5523 0 20 0H8Z' fill='%23494949'/%3E%3Crect y='7' width='16' height='14' rx='1' fill='%23F74249'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10L8 12.4L10.4 10L12 11.6L9.5992 14.0008L12 16.4L10.4 18L7.9992 15.6008L5.6 18L4 16.4L6.4 14L4 11.6L5.6 10Z' fill='white'/%3E%3C/svg%3E");
}
.android-pro-features__list li.boost:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%234285F4' cx='11' cy='11' r='11'/%3E%3Cpath fill='%23FFF' d='M12.375 2.75l-5.5 9.625H11L9.625 19.25l5.5-9.625H11z'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.sdp:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect stroke='%23757575' x='.5' y='.5' width='19' height='11' rx='2'/%3E%3Cpath d='M21 3a1 1 0 011 1v4a1 1 0 01-1 1V3z' fill='%23757575'/%3E%3Crect fill='%2337CC33' x='2' y='2' width='16' height='8' rx='1'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.profiles:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23F7931A' cx='11' cy='11' r='11'/%3E%3Cpath d='M11 11.703c2.051 0 6.201 1.172 6.25 3.223-1.367 2.001-3.662 3.369-6.25 3.369s-4.882-1.367-6.25-3.369c.049-2.051 4.15-3.223 6.25-3.223zM11 3.5c1.71 0 3.125 1.416 3.125 3.125 0 1.71-1.416 3.125-3.125 3.125-1.71 0-3.125-1.416-3.125-3.125C7.875 4.915 9.291 3.5 11 3.5z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.secure:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%2337CC33' cx='11' cy='11' r='11'/%3E%3Cg transform='translate(6 4)'%3E%3Crect fill='%23FFF' y='4' width='10' height='8' rx='1'/%3E%3Crect stroke='%23FFF' x='2.5' y='.5' width='5' height='7' rx='2.5'/%3E%3Ccircle fill='%2337CC33' cx='5' cy='8' r='2'/%3E%3Ccircle fill='%23FFF' cx='5' cy='8' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.withdraw:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M21.284 13.417c-1.443 5.788-7.306 9.31-13.095 7.867C2.403 19.84-1.12 13.979.324 8.19 1.766 2.403 7.629-1.119 13.416.323c5.789 1.443 9.31 7.306 7.868 13.094z' fill='%23F7931A'/%3E%3Cpath d='M15.373 9.072c.215-1.415-.88-2.176-2.376-2.684l.485-1.917-1.185-.291-.473 1.867a50.24 50.24 0 00-.95-.22l.477-1.88-1.185-.29-.486 1.916a40.178 40.178 0 01-.757-.175l.001-.006L7.29 4.99l-.316 1.247s.88.198.861.21c.48.119.567.431.553.68L7.835 9.31c.033.008.076.02.123.039l-.125-.031-.776 3.06c-.058.144-.207.359-.543.277.012.017-.861-.212-.861-.212l-.589 1.336 1.543.379c.287.07.568.145.845.215l-.49 1.94 1.183.29.486-1.919c.323.087.637.166.945.242l-.484 1.91 1.185.29.49-1.936c2.022.377 3.542.225 4.181-1.575.516-1.45-.025-2.285-1.089-2.83.775-.176 1.358-.678 1.514-1.714zm-2.709 3.74c-.366 1.449-2.844.665-3.648.469l.651-2.57c.804.198 3.38.589 2.997 2.1zm.367-3.76c-.334 1.317-2.397.648-3.066.483l.59-2.33c.67.164 2.824.47 2.476 1.846z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.devices:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%234285F4' width='22' height='14' rx='7'/%3E%3Ccircle fill='%23FFF' cx='15' cy='7' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.balance-update:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M9 0a8.974 8.974 0 016.479 2.753l-1.414 1.415a7 7 0 101.864 5.833h2.016A9.001 9.001 0 010 9a9 9 0 019-9zm8.777 7H15.71a6.947 6.947 0 00-.248-.695l1.501-1.502c.362.685.638 1.422.814 2.197z' fill='%234285F4'/%3E%3Cpath fill='%234285F4' d='M17.974 1.845l-.002 5.136-5.172.038z'/%3E%3Cpath d='M10.238 10.943c0-.29-.083-.526-.25-.71-.166-.182-.452-.352-.857-.51-.795-.29-1.384-.613-1.77-.969-.384-.356-.577-.858-.577-1.506 0-.602.193-1.095.578-1.48.385-.385.903-.612 1.555-.68V3.934h.854v1.165c.63.093 1.125.356 1.485.79.36.433.536.995.529 1.686l-.016.027h-1.531c0-.422-.087-.748-.26-.977a.845.845 0 00-.712-.344c-.308 0-.537.088-.688.266-.15.177-.225.412-.225.706 0 .28.08.506.239.68.136.148.37.295.703.44l.175.072c.791.312 1.377.645 1.759 1 .381.354.572.85.572 1.487 0 .623-.192 1.12-.575 1.493-.383.373-.904.593-1.563.66v1.064H8.81v-1.058c-.67-.068-1.223-.305-1.66-.711-.436-.407-.648-1.004-.633-1.792l.01-.026h1.531c0 .48.11.823.33 1.03.22.208.5.312.841.312.326 0 .576-.087.75-.26.173-.174.26-.408.26-.701z' fill='%23494949'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.newsfeed:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%234285F4' d='M10.267 7.735l2.719 1.266-2.719 1.266-1.266 2.719-1.266-2.719-2.719-1.266 2.719-1.266 1.266-2.719zM14.017 6.985l-.938-2.063-2.063-.938 2.063-.938.938-2.063.938 2.063 2.063.938-2.063.938z'/%3E%3Cpath d='M16.032 6.985h1.969v9c0 1.078-.891 2.016-1.969 2.016H2.016C.938 18.001 0 17.063 0 15.985V2.016C0 .938.938 0 2.016 0h9v2.016h-9v13.969h14.016v-9z' fill='%23F7931A'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.quick:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(-90 9 9)' fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23F7931A' cx='8.727' cy='12' r='1.636'/%3E%3Cpath d='M8.727 18.537v-3.269l4.338 4.34L8.727 24v-3.268C3.93 20.732 0 16.8 0 11.999c0-1.685.51-3.32 1.378-4.648L2.96 8.934c-.51.92-.765 1.94-.765 3.065a6.515 6.515 0 006.532 6.536v.002z' fill='%23F7931A' fill-rule='nonzero'/%3E%3Cpath d='M8.727 3.267c4.797 0 8.728 3.932 8.728 8.733 0 1.685-.511 3.32-1.379 4.647l-1.582-1.582c.51-.92.766-1.94.766-3.065a6.515 6.515 0 00-6.533-6.537v3.269L4.39 4.392 8.727 0v3.268z' fill='%234285F4' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}
.android-pro-features__list li.gift:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7902 4.16046C13.1167 4.97127 11.8823 5.56042 11.1033 5.80702C11.2256 5.03483 11.6116 3.77849 12.3134 2.93369C12.9178 2.20636 13.3326 2.01286 13.6162 2.01286C13.8366 2.01286 13.9776 2.12993 14.0661 2.20375C14.2636 2.36788 14.8647 2.86711 13.7902 4.16046ZM6.32393 4.16046C5.24983 2.86711 5.85064 2.36768 6.04816 2.20375C6.25132 2.03519 6.72662 1.64055 7.80112 2.93369C8.50271 3.77869 8.8887 5.03483 9.0112 5.80702C8.23217 5.56042 6.99756 4.97147 6.32393 4.16046ZM14.1955 6.48286C14.6253 6.17511 15.0203 5.82754 15.3373 5.44577C17.0792 3.34925 16.4336 1.55546 15.3512 0.656555C14.8289 0.223092 12.9554 -0.986983 10.766 1.64859C10.5192 1.94568 10.2776 2.31981 10.0571 2.73557C9.83669 2.31981 9.59532 1.94568 9.34832 1.64839C7.15888 -0.987386 5.28523 0.222891 4.76326 0.656555C3.68091 1.55546 3.03525 3.34905 4.77674 5.44577C5.09414 5.82754 5.48899 6.17511 5.91903 6.48286H0V11.264H1.00571H9.25257V6.48286H10.8617V11.264H19.1086H20.1143V6.48286H14.1955Z' fill='%23F7931A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 22H19.1714V12.5714H11V22Z' fill='%23F7931A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.942383 22H9.11381V12.5714H0.942383V22Z' fill='%23F7931A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9717 13.8286H19.1431V12.5714H10.9717V13.8286Z' fill='%23B96C0E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.914062 13.8286H9.08549V12.5714H0.914062V13.8286Z' fill='%23B96C0E'/%3E%3C/svg%3E%0A");
}
.android-pro-features__list li.support:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(3)'%3E%3Cpath d='M8 17.5C3.864 17.5.5 14.136.5 10S3.864 2.5 8 2.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM8 3.75A6.257 6.257 0 001.75 10 6.257 6.257 0 008 16.25 6.257 6.257 0 0014.25 10 6.257 6.257 0 008 3.75z' fill='%23494949' fill-rule='nonzero'/%3E%3Cpath d='M2.47 1.257L4.5.75a12.865 12.865 0 016.013-.055l2.495.576a1 1 0 01.745 1.217l-.003.012a3.54 3.54 0 00.076 1.978L14 5H1.5l.174-.522A3.54 3.54 0 001.75 2.5l-.007-.03a1 1 0 01.727-1.213zM.75 5h14a.75.75 0 01.75.75.705.705 0 01-.749.703l-4.028-.252a50 50 0 00-6.445.014l-3.53.235A.702.702 0 010 5.75.75.75 0 01.75 5z' fill='%23F7931A'/%3E%3Ccircle fill='%23494949' fill-rule='nonzero' cx='5.813' cy='8.438' r='1'/%3E%3Ccircle fill='%23494949' fill-rule='nonzero' cx='10.188' cy='8.438' r='1'/%3E%3Ccircle fill='%23494949' fill-rule='nonzero' cx='14' cy='17' r='1'/%3E%3Cpath d='M8 14.375a4.39 4.39 0 01-3.785-2.187.624.624 0 111.082-.626A3.135 3.135 0 008 13.125c1.11 0 2.146-.599 2.703-1.563a.624.624 0 111.081.626A4.387 4.387 0 018 14.375z' fill='%23494949' fill-rule='nonzero'/%3E%3C/g%3E%3Cpath d='M19 7.5h.25a2.75 2.75 0 110 5.5H19a7.35 7.35 0 00.149-5.054L19 7.5zM3 7.5h-.25a2.75 2.75 0 000 5.5H3a7.35 7.35 0 01-.149-5.054L3 7.5z' fill='%23494949'/%3E%3Cpath d='M20 12l-.78 1.818a9.5 9.5 0 01-2.014 2.976L17 17h0' stroke='%23494949'/%3E%3C/g%3E%3C/svg%3E");
}

/*
* Phone
*/
.phone {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 23px;
}
.phone:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #f7931a;
  position: absolute;
  top: 21px;
  bottom: 23px;
}
.phone .tns-nav {
  position: absolute;
  left: 0;
  bottom: -23px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.phone .tns-nav button {
  margin-left: 4px;
  margin-right: 4px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #C7C7C7;
  transition: background-color 0.2s;
}
.phone .tns-nav button.tns-nav-active {
  background-color: #4285f4;
}
.phone .tns-outer button[data-action=stop],
.phone .tns-outer button[data-action=start] {
  display: none;
}
.phone--in-popup {
  padding-top: 23px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.phone--in-popup:before {
  background-color: transparent;
}
.phone--in-popup .tns-nav {
  top: -23px;
  bottom: auto;
}

/*
* Slider
*/
.slider {
  display: block;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-repeat: no-repeat;
  max-width: 600px;
}
.slider__dots {
  display: flex;
  justify-content: center;
}

.slide {
  display: none;
  min-height: 341px;
  text-align: center;
}
.slide.active {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}
.slide img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.ggl-block {
  padding: 50px 40px;
}
.ggl-block img {
  max-width: 100%;
  vertical-align: top;
}
.ggl-block.--bg-white {
  background-color: #fff;
}
.ggl-block.--bg-dark {
  background-color: #000;
}
@media (max-width: 767px) {
  .ggl-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Sections */
.intro {
  display: block;
  background-color: #fff;
  padding-bottom: 1px;
}
.intro--second {
  padding-bottom: 30px;
}
.intro__container {
  padding: 30px 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .intro__container {
    padding-top: 0;
  }
}
.intro__desc {
  max-width: 1000px;
  margin: 0 auto 55px;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  animation-delay: 1.35s;
  animation-duration: 1.5s;
}
@media (max-width: 991px) {
  .intro__desc {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .intro__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.intro__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .intro__row {
    display: block;
  }
}
.intro__row--second {
  margin-bottom: 30px;
}
.intro__img {
  width: 100%;
  max-width: 650px;
  margin: 0 40px 0 -50px;
  animation-delay: 2.25s;
  animation-duration: 1.5s;
}
.intro__img img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .intro__img {
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.intro__info {
  width: 100%;
  max-width: 500px;
  text-align: left;
  animation-delay: 2.25s;
  animation-duration: 1.5s;
}
.intro__info strong {
  font-weight: bold;
}
.intro__info p {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .intro__info {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .intro__info p {
    margin-bottom: 40px;
  }
  .intro__info .note {
    display: none;
  }
}
@media (max-width: 767px) {
  .intro__info p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.intro__download-btns {
  display: flex;
  width: 100%;
  margin: 0 -5px 14px;
}
.intro__download-btns .btn {
  margin: 0 5px;
}
.intro__download-btns .btn--download {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 991px) {
  .intro__download-btns {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .intro__download-btns {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .intro__download-btns .btn {
    max-width: 380px;
  }
}
.intro__mobile-btns {
  margin-bottom: 14px;
}
.intro__popup {
  display: inline-flex;
  align-items: center;
  color: #4285F4;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 300ms;
  animation-delay: 2.55s;
  animation-duration: 1.5s;
  border: none;
  background: transparent;
}
.intro__popup:hover {
  color: #f7931a;
}
.intro__popup:hover svg {
  fill: #f7931a;
}
.intro__popup svg {
  fill: #4285f4;
  margin-right: 10px;
  transition: all 300ms;
}
.intro .scroll-icon {
  animation-delay: 3.15s;
  animation-duration: 1.5s;
}

.faq {
  display: block;
  padding: 80px 20px;
  background-color: #ececec;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
}
.faq .subtitle {
  animation-delay: 0.25s;
  animation-duration: 1.5s;
}
.faq--border-top {
  border-top: 1px solid #d6d6d6;
  border-bottom: none;
}
.faq--second {
  background-color: #f7f7f7;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .faq--second {
    padding-bottom: 50px;
  }
}
.faq--second .faq__cards {
  margin-bottom: 20px;
}
.faq--second .card__body {
  font-size: 16px;
  line-height: 28px;
}

.faq__description {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 50px;
  animation-delay: 0.45s;
  animation-duration: 1.5s;
}

.faq__cards {
  display: flex;
  max-width: 1060px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.faq__cards .card {
  max-height: 300px;
  transition: all 300ms;
  animation-duration: 1.5s;
}
.faq__cards .card--first {
  animation-delay: 0.55s;
}
.faq__cards .card--second {
  animation-delay: 0.75s;
}
.faq__cards .card--third {
  animation-delay: 0.85s;
}
.faq__cards .card--fourth {
  animation-delay: 1s;
}
.faq__cards .card--fifth {
  animation-delay: 1.15s;
}
.faq__cards .card--sixth {
  animation-delay: 1.3s;
}
.faq__cards .card:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.faq__cards .card__title {
  transition: color 300ms;
}

@media only screen and (max-width: 1100px) {
  .faq__cards {
    max-width: 700px;
  }
}
@media only screen and (max-width: 740px) {
  .faq__cards {
    max-width: 340px;
  }
}
.faq__all {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #4285f4;
  text-decoration: none;
  animation-delay: 0.75s;
  animation-duration: 1.5s;
}

.faq__all:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -213px -95px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .faq__all:after {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.faq__all:hover {
  color: #f7931a;
}

.video-block {
  display: block;
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
  padding: 80px 20px;
  position: relative;
  overflow-x: hidden;
}
.video-block:before {
  content: url("../images/video-bkg.svg");
  position: absolute;
  top: 150px;
  left: calc(50% - 890.5px);
}
@media (max-width: 768px) {
  .video-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-block:before {
    display: none;
  }
}
.video-block__content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .video-block__content {
    margin-bottom: 30px;
  }
}
.video-block__icon {
  width: 90px;
  height: 90px;
  background-image: url("../images/video-icon.svg");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: center;
  margin: 0 auto 20px;
  display: block;
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.video-block .subtitle {
  color: #fff;
  margin-bottom: 20px;
  animation-delay: 0.65s;
  animation-duration: 1.5s;
}
.video-block__text {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #757575;
  text-align: center;
  animation-delay: 0.75s;
  animation-duration: 1.5s;
}
@media (max-width: 768px) {
  .video-block__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.video-block__video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.video-block__video-wrap {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.open-mining-section {
  padding-top: 30px;
  /* Content */
}
@media (max-width: 767px) {
  .open-mining-section {
    padding: 0;
  }
}
.open-mining-section .container {
  display: block;
  text-align: center;
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 0;
}
.open-mining-section .icon {
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .open-mining-section .icon {
    width: 50px;
    height: 50px;
  }
}
.open-mining-section .title {
  font-size: 44px;
  line-height: 49px;
}
@media (max-width: 767px) {
  .open-mining-section .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.open-mining-section .desc {
  font-size: 20px;
  line-height: 30px;
  color: #494949;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .open-mining-section .desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.open-mining-section .text {
  font-size: 22px;
  line-height: 40px;
  color: #000;
  max-width: 800px;
  margin: 50px auto 30px;
}
@media (max-width: 767px) {
  .open-mining-section .text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
}
.open-mining-section .separator {
  border-top: 2px dashed #d6d6d6;
}
.open-mining-section b {
  font-weight: bold;
}
.open-mining-section .screen {
  margin-top: 50px;
}
.open-mining-section .screen img {
  max-width: 100%;
}
.open-mining-section .btn--download {
  display: inline-flex;
  width: 100%;
  max-width: 320px;
}
.open-mining-section .btn_simple {
  display: block;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 320px;
}
.open-mining-section .content {
  display: none;
  margin-bottom: 30px;
}
.open-mining-section .content.android, .open-mining-section .content.ios {
  padding-left: 20px;
  padding-right: 20px;
}
.open-mining-section .content.android .phone, .open-mining-section .content.ios .phone {
  margin-left: -20px;
  margin-right: -20px;
}
.open-mining-section .animation {
  margin: 0 auto;
}

/* Modificators */
.open-mining-section.--try-cloudboost .container {
  max-width: 1040px;
}
@media (max-width: 767px) {
  .open-mining-section.--try-cloudboost .icon {
    width: 100px;
    height: auto;
  }
}
.open-mining-section.--try-cloudboost .cloudBoostLand__banner {
  display: grid;
  grid-template-columns: 410px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 3px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .open-mining-section.--try-cloudboost .cloudBoostLand__banner {
    grid-template-columns: 1.5fr 2fr;
  }
}
@media only screen and (max-width: 767px) {
  .open-mining-section.--try-cloudboost .cloudBoostLand__banner {
    grid-auto-flow: row;
    grid-template-columns: unset;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 20px;
  }
}
.open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 410px;
  align-self: center;
}
.open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    grid-row: 1/2;
    margin-bottom: 30px;
    display: none;
  }
  .open-mining-section.--try-cloudboost .cloudBoostLand__bannerImg.mobile {
    display: block;
  }
}
.open-mining-section.--try-cloudboost .cloudBoostLand__bannerTitle {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: start;
  align-self: end;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0.09px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .open-mining-section.--try-cloudboost .cloudBoostLand__bannerTitle {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.open-mining-section.--try-cloudboost .cloudBoostLand__bannerText {
  grid-row: 2/3;
  grid-column: 2/3;
  justify-self: start;
  align-self: start;
  margin: 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0.05px;
  color: #494949;
}
@media only screen and (max-width: 767px) {
  .open-mining-section.--try-cloudboost .cloudBoostLand__bannerText {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}

/* OS View */
.os-desktop .desktop {
  display: block;
}

.os-android .android {
  display: block;
}

.os-ios .ios {
  display: block;
}

.nft-section {
  background-color: #fff;
  padding: 94px 20px 0;
  text-align: center;
  border-bottom: 8px solid #F7931A;
  position: relative;
}
.nft-section__icon {
  margin-bottom: 20px;
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.nft-section > *:not(.parts) {
  position: relative;
  z-index: 2;
}
.nft-section__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  animation-delay: 0.5s;
}
.nft-section__text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  animation-delay: 0.75s;
}
.nft-section__text a {
  color: #4285F4;
  text-decoration: none;
  transition: all 0.3s;
}
.nft-section__text a:hover {
  color: #F7931A;
}
.nft-section__btn {
  margin: 40px auto 60px;
  display: block;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  max-width: 320px;
  border-radius: 6px;
  background-color: #4285F4;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  animation-delay: 1s;
}
.nft-section__btn:hover {
  background-color: #F7931A;
}
.nft-section__img {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-bottom: -3px;
}
.nft-section .parts__img--1 {
  top: 90px;
  left: 224px;
}
.nft-section .parts__img--2 {
  top: 68px;
  right: 398px;
}
.nft-section .parts__img--3 {
  top: 128px;
  right: 111px;
}
.nft-section .parts__img--4 {
  left: 40px;
  top: 268px;
}
.nft-section .parts__img--5 {
  left: -21px;
  bottom: 200px;
}
.nft-section .parts__img--6 {
  bottom: 337px;
  left: 175px;
}
.nft-section .parts__img--7 {
  right: 24px;
  bottom: 385px;
}
.nft-section .parts__img--8 {
  bottom: 300px;
  right: 281px;
}
.nft-section .parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  max-width: 1280px;
}
.nft-section .parts__item {
  width: 100%;
  height: 100%;
}
.nft-section .parts__img {
  position: absolute;
}
@media (max-width: 769px) {
  .nft-section .parts {
    display: none;
  }
}
@media (max-width: 769px) {
  .nft-section {
    padding-bottom: 0 !important;
    text-align: left;
  }
  .nft-section__img {
    width: 520px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nft-section__icon {
    display: block;
    margin: 0 auto 20px;
  }
  .nft-section__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
    text-align: center;
  }
  .nft-section__text {
    font-size: 16px;
    line-height: 155%;
    text-align: center;
  }
  .nft-section__btn {
    max-width: none;
    margin: 30px 0;
  }
}

.promo-farm {
  background-color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  border-bottom: 8px solid #F7931A;
  display: none;
}
@media only screen and (max-width: 767px) {
  .promo-farm {
    padding: 50px 20px 0;
  }
}
.promo-farm__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .promo-farm__title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.promo-farm__free {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  background: #ecffec;
  border: 1px solid #37cc33;
  border-radius: 30px;
  padding: 6px 20px;
}
@media only screen and (max-width: 767px) {
  .promo-farm__free {
    display: none;
  }
}
.promo-farm__btn {
  margin: 40px auto 60px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  max-width: 320px;
  border-radius: 6px;
  background-color: #4285f4;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.promo-farm__divider {
  margin: 60px auto 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .promo-farm__divider {
    margin-left: -25px;
  }
}

.pool-mining-section {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #F7F7F7;
  overflow: hidden;
}
.pool-mining-section__container {
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
}
.pool-mining-section__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.pool-mining-section .icon {
  display: flex;
  margin: 0 auto 20px;
}
.pool-mining-section .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
.pool-mining-section .text {
  font-size: 20px;
  line-height: 32px;
  max-width: 1000px;
  margin: 0 auto 50px;
  color: #494949;
}
.pool-mining-section .mob-banner {
  display: none;
}
.pool-mining-section__decoration {
  position: absolute;
  bottom: 0;
  left: calc(50% - 627.5px);
  z-index: 0;
  animation-fill-mode: none !important;
}
.pool-mining-section__btn {
  text-decoration: none;
  padding: 0;
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  height: 60px;
  margin-top: 50px;
  color: #4285F4;
  transition: all 0.3s;
}
.pool-mining-section__btn:hover {
  border-color: #F7931A;
  background-color: #F7931A;
  color: #fff;
}
@media (max-width: 768px) {
  .pool-mining-section__container {
    padding: 60px 20px 0;
  }
  .pool-mining-section .icon {
    height: 70px;
    width: auto;
  }
  .pool-mining-section .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .pool-mining-section .text {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 155%;
  }
  .pool-mining-section__btn {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pool-mining-section__decoration {
    position: relative;
    bottom: auto;
    margin: 0 auto;
    left: auto;
    display: block;
    max-width: 100%;
  }
  .pool-mining-section .mob-banner {
    display: block;
    margin: 30px auto 20px;
    background: #FFF3F4;
    border: 2px solid #F74249;
    border-radius: 6px;
    padding: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 155%;
    color: #F74249;
  }
}

.black-friday {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  padding: 50px 0 420px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .black-friday {
    padding: 40px 0 100px 0;
  }
}
.black-friday__bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  margin-left: 475px;
}
@media (max-width: 768px) {
  .black-friday__bot {
    display: none;
  }
}
.black-friday__stars-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
@media (max-width: 768px) {
  .black-friday__stars-desktop {
    display: none;
  }
}
.black-friday__stars-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .black-friday__stars-mobile {
    display: block;
  }
}
.black-friday__star-1 {
  animation-name: star-animation;
  animation-duration: 2s;
  animation-delay: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.black-friday__star-2 {
  animation-name: star-animation;
  animation-duration: 2.1s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.black-friday__star-3 {
  animation-name: star-animation;
  animation-duration: 1.9s;
  animation-delay: 0.1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.black-friday__star-4 {
  animation-name: star-animation;
  animation-duration: 1.8s;
  animation-delay: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.black-friday__star-5 {
  animation-name: star-animation;
  animation-duration: 2.2s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.black-friday__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.black-friday__wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.black-friday__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .black-friday__top {
    margin-bottom: 20px;
  }
}
.black-friday__top svg {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .black-friday__top svg {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
  }
}
.black-friday__top-title {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .black-friday__top-title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
}
.black-friday__top-text {
  color: #B3B3B3;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .black-friday__top-text {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}
.black-friday__top-timer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 376px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 100px;
  border: 1px dashed #FFF;
}
.black-friday__timer-text {
  text-align: center;
  color: #F7931A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.black-friday__timer {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.091px;
}
.black-friday__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 40px 0;
}
@media (max-width: 1000px) {
  .black-friday__list {
    gap: 165px;
    justify-content: center;
  }
}
.black-friday__list-item {
  display: flex;
  width: 525px;
  min-height: 550px;
  position: relative;
}
@media (max-width: 1000px) {
  .black-friday__list-item {
    min-height: 400px;
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
  }
}
.black-friday__list-item:nth-of-type(odd) .black-friday__item-arrow {
  margin-left: 145px;
}
.black-friday__list-item:nth-of-type(odd) .black-friday__item-arrow div {
  transform: scaleX(-1);
}
@media (max-width: 1000px) {
  .black-friday__list-item:nth-of-type(odd) .black-friday__item-arrow {
    margin-left: 0;
  }
}
.black-friday__list-item:nth-of-type(even) {
  margin-left: auto;
}
@media (max-width: 1000px) {
  .black-friday__list-item:nth-of-type(even) {
    margin: 0 auto;
  }
}
.black-friday__list-item:nth-of-type(1) {
  z-index: 10;
}
.black-friday__list-item:nth-of-type(2) {
  z-index: 9;
}
.black-friday__list-item:nth-of-type(3) {
  z-index: 8;
}
.black-friday__list-item:nth-of-type(4) {
  z-index: 7;
}
.black-friday__list-item:nth-of-type(5) {
  z-index: 6;
}
.black-friday__item-wrapper {
  padding: 50px 30px 30px 30px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #25272A;
  box-shadow: 0px 14.8px 21.775px 0px rgba(0, 0, 0, 0.2), 0px 74px 134px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .black-friday__item-wrapper {
    padding: 20px;
  }
}
.black-friday__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.black-friday__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin-bottom: 30px;
}
.black-friday__item-icon img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1000px) {
  .black-friday__item-icon {
    width: 100px;
    height: 100px;
  }
}
.black-friday__item-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.091px;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .black-friday__item-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.black-friday__item-blocked {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #757575;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.is-active .black-friday__item-blocked {
  display: none;
}
@media (max-width: 1000px) {
  .black-friday__item-blocked {
    font-size: 20px;
    line-height: 30px;
  }
}
.black-friday__item-unblocked {
  display: none;
}
.is-active .black-friday__item-unblocked {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex-grow: 1;
}
.black-friday__unblocked-text {
  color: #D1D2D6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.black-friday__unblocked-link {
  margin-top: auto;
  width: 100%;
  display: flex;
  height: 50px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background-color: #4285F4;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.black-friday__unblocked-link:hover {
  background-color: #F7931A;
}
.black-friday__item-round {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.black-friday__item-round svg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .black-friday__item-round {
    top: -55px;
  }
}
.is-active .black-friday__item-round {
  opacity: 0;
}
.black-friday__item-arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  margin-left: -145px;
  margin-top: -40px;
  z-index: -1;
  animation-delay: 0.5s;
}
@media (max-width: 1000px) {
  .black-friday__item-arrow {
    margin-left: 0;
    margin-top: -30px;
  }
}
.is-active .black-friday__item-arrow path {
  fill: #37CC33 !important;
}
.black-friday__item-arrow-desktop {
  display: flex;
}
@media (max-width: 1000px) {
  .black-friday__item-arrow-desktop {
    display: none;
  }
}
.black-friday__item-arrow-mob {
  display: none;
}
@media (max-width: 1000px) {
  .black-friday__item-arrow-mob {
    display: flex;
  }
}
.black-friday__item-label {
  display: none;
  position: absolute;
  z-index: 2;
  animation-delay: 0.5s;
}
.is-active .black-friday__item-label {
  display: flex;
}
@media (max-width: 1000px) {
  .is-active .black-friday__item-label {
    display: none;
  }
}
.black-friday__item-label--1 {
  right: -326px;
  top: -113px;
}
.black-friday__item-label--2 {
  top: 18px;
  left: -182px;
}
.black-friday__item-label--3 {
  right: -245px;
  top: -58px;
}
.black-friday__item-label--4 {
  top: -22px;
  right: -208px;
}
.black-friday__item-label--5 {
  left: -191px;
  top: -27px;
}
.black-friday__item-label--6 {
  top: -7px;
  right: -152px;
}

.page__black-friday-23 .header {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 80px;
}
@media (max-width: 1100px) {
  .page__black-friday-23 .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .page__black-friday-23 .header {
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
    margin-bottom: 0;
  }
}

.page__black-friday-23 .wrapper-page {
  padding-bottom: 0;
}

.page__black-friday-23 .animated {
  animation-play-state: paused;
}
.page__black-friday-23 .animated.run-animation {
  animation-play-state: running;
}

.page__black-friday-23 .black-friday-share {
  position: relative;
  padding: 100px 0;
  z-index: 2;
  margin-top: -100px;
  background-color: #ffffff;
  border-bottom: 8px solid #f7931a;
}
@media (max-width: 768px) {
  .page__black-friday-23 .black-friday-share {
    padding: 10px 0 40px 0;
    margin-top: 0;
  }
}
.page__black-friday-23 .black-friday-share__shape {
  position: absolute;
  top: -176px;
  left: 50%;
  transform: translateX(-50%);
  height: 177px;
  min-width: 100%;
}
@media (max-width: 768px) {
  .page__black-friday-23 .black-friday-share__shape {
    height: 60px;
    top: -59px;
  }
}
.page__black-friday-23 .black-friday-share .title {
  color: #A033CC;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-top: -140px;
}
@media (max-width: 768px) {
  .page__black-friday-23 .black-friday-share .title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 0;
  }
}
.page__black-friday-23 .black-friday-share .title span {
  color: #000000;
}
.page__black-friday-23 .black-friday-share .text {
  color: #494949;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page__black-friday-23 .black-friday-share .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.page__black-friday-23 .black-friday-share .container {
  min-height: unset;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.page__black-friday-23 .black-friday-share .preview {
  max-width: 390px;
  margin: 50px auto 0px;
  position: relative;
}
.page__black-friday-23 .black-friday-share .preview__arrow {
  width: 20px;
  height: 20px;
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  transform: rotate(-45deg);
  position: absolute;
  top: -10px;
  left: 30px;
  z-index: 4;
}
.page__black-friday-23 .black-friday-share .preview:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}
.page__black-friday-23 .black-friday-share .preview:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #F7F7F7;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}
.page__black-friday-23 .black-friday-share .preview__item {
  padding: 15px;
  background: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  position: relative;
  z-index: 3;
}
.page__black-friday-23 .black-friday-share .preview__description {
  font-size: 11px;
  line-height: 155%;
  margin-bottom: 15px;
  color: #494949;
}
.page__black-friday-23 .black-friday-share .preview__row {
  display: flex;
  align-items: flex-start;
}
.page__black-friday-23 .black-friday-share .preview__content {
  margin-right: 10px;
  padding-left: 10px;
  border-left: 2px solid #F7931A;
}
.page__black-friday-23 .black-friday-share .preview__title {
  font-weight: 700;
  font-size: 11px;
  line-height: 155%;
}
.page__black-friday-23 .black-friday-share .preview__title br {
  display: none;
}
.page__black-friday-23 .black-friday-share .preview__subtitle {
  font-weight: 600;
  font-size: 11px;
  line-height: 155%;
  color: #494949;
}
.page__black-friday-23 .black-friday-share .preview__text {
  font-size: 11px;
  line-height: 155%;
  color: #494949;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page__black-friday-23 .black-friday-share .preview__text a {
  text-decoration: none;
  color: #494949;
  font-weight: bold;
  pointer-events: none;
}
.page__black-friday-23 .black-friday-share .preview__text--clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .page__black-friday-23 .black-friday-share .preview {
    display: none;
  }
}

.page__black-friday-23 .black-friday-share .share-friend-buttons {
  max-width: 687px;
  position: relative;
  margin: 70px auto 0px;
  border-radius: 0 65px 65px 65px;
  background: rgba(0, 0, 0, 0.8);
  padding: 29px 30px;
}
@media (max-width: 768px) {
  .page__black-friday-23 .black-friday-share .share-friend-buttons {
    border-radius: 65px 65px 65px 65px;
  }
}
.page__black-friday-23 .black-friday-share .share-friend-buttons__msg {
  position: absolute;
  background: #F7931A;
  border-radius: 6px;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  left: 0;
  top: -20px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns {
  max-width: none;
  width: 100%;
  justify-content: space-between;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__list {
  width: 200px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__list.active {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__list .social-btn {
  width: 72px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more {
  border: 2px solid #8E8E8E;
  border-radius: 36px;
  width: 72px;
  height: 72px;
  background: none;
  box-shadow: none;
  transition: all 0.3s;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:after, .page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:before {
  background: #8E8E8E;
  border-radius: 2px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:after {
  width: 20px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:before {
  height: 20px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:hover {
  background: #F7931A;
  border-color: #F7931A;
  box-shadow: none;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:hover:after, .page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:hover:before {
  background: #fff;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btns__more:active {
  opacity: 0.8;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn {
  width: 96px;
  height: 72px;
  border-radius: 36px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_fb {
  background: #1877F2;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_fb:before {
  height: 43px;
  width: 23px;
  background: url('data:image/svg+xml,<svg width="23" height="44" viewBox="0 0 23 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.4929 24.834L22.6849 17.0623H15.2283V12.0189C15.2283 9.89273 16.2699 7.82026 19.6098 7.82026H23V1.20383C23 1.20383 19.9232 0.678711 16.9817 0.678711C10.8404 0.678711 6.82648 4.40072 6.82648 11.139V17.0623H0V24.834H6.82648V43.6215C8.1953 43.8363 9.59825 43.9481 11.0274 43.9481C12.4565 43.9481 13.8595 43.8363 15.2283 43.6215V24.834H21.4929Z" fill="white"/></svg>');
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_fb:hover {
  background: #388CF9;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_tw:before {
  width: 40px;
  height: 33px;
  background: url('data:image/svg+xml,<svg width="40" height="33" viewBox="0 0 40 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.34863 1.41577C2.34863 1.41577 9.18662 9.90896 19.6035 10.4198C19.6035 10.4198 17.4774 4.78675 23.8333 0.925523C23.8333 0.925523 28.997 -2.10525 33.9805 2.80219C33.9805 2.80219 36.2282 2.69331 38.9374 0.702731C38.9374 0.702731 39.3361 2.53424 35.8034 5.48021C35.8034 5.48021 37.7689 5.32115 40 3.86096C40 3.86096 39.5752 6.38242 35.936 8.21393C35.936 8.21393 37.0432 28.1639 17.5597 32.5304C17.5597 32.5304 7.25629 34.8536 0 29.1654C0 29.1654 7.69719 29.9663 11.7863 25.68C11.7863 25.68 6.6552 26.1607 4.12931 20.1117C4.12931 20.1117 6.69487 20.5523 7.73737 19.7113C7.73737 19.7113 2.32503 19.7509 1.12234 11.6592C1.12234 11.6592 3.32735 12.7807 4.77057 12.5805C4.77057 12.5805 -1.35635 8.79901 2.34863 1.41577Z" fill="white"/></svg>');
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_wa:before {
  height: 50px;
  width: 50px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_tg:before {
  width: 40px;
  height: 34px;
  transform: translateX(calc(-50% - 4px)) translateY(-50%);
  background: url('data:image/svg+xml,<svg width="40" height="34" viewBox="0 0 40 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.8157 31.863L39.8528 3.1688C40.1472 1.97941 40 1.08736 39.411 0.492664C38.822 -0.102034 38.2331 -0.102034 37.3496 0.195315L1.86365 14.022C1.12743 14.3194 0.538452 14.6167 0.243963 15.0628C-0.0505264 15.5088 -0.0505263 15.8061 0.0967182 16.1035C0.243963 16.4008 0.685697 16.6982 1.42192 16.8469L10.5511 19.6717L31.6071 6.29097C32.196 5.84494 32.6378 5.84494 32.9323 5.99362C33.0795 6.14229 33.0795 6.29097 32.785 6.58832L15.7046 22.3478L14.9684 31.863C15.5574 31.863 16.1464 31.5656 16.8826 30.9709L21.2999 26.6594L30.4291 33.4984C32.3433 34.5391 33.374 33.9444 33.8157 31.863Z" fill="white"/></svg>');
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_rd:before {
  width: 45px;
  height: 45px;
}
.page__black-friday-23 .black-friday-share .share-friend-buttons .social-btn_li:before {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .page__black-friday-23 .black-friday-share .share-friend-buttons {
    max-width: 335px;
    margin-top: 50px;
  }
  .page__black-friday-23 .black-friday-share .social-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .page__black-friday-23 .black-friday-share .social-btns__more {
    height: 70px;
    width: auto;
    margin: 0;
  }
  .page__black-friday-23 .black-friday-share .social-btn {
    width: 100% !important;
    height: 70px;
    border-radius: 36px;
    margin: 0;
  }
}

@keyframes star-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page__holiday-24 {
  overflow-x: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page__holiday-24 * {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}
.page__holiday-24 .scroll2top {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
  border-radius: 6px 0 0 6px;
  background-color: #f7931a;
  cursor: pointer;
  background-image: url("../images/scroll2top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 24px;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}
.page__holiday-24 .scroll2top.show {
  opacity: 1;
  pointer-events: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page__holiday-24 .scroll2top {
    background-image: url("../images/scroll2top@2x.png");
  }
}
.page__holiday-24 .scroll2top:hover {
  background-color: #4285f4;
}
.page__holiday-24 .header {
  min-height: unset;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .page__holiday-24 .header {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .page__holiday-24 .header {
    margin-bottom: 0;
    padding: 0 20px;
  }
}
.page__holiday-24 .header__affiliate-link {
  border-radius: 6px;
  background: #4285F4;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0px 16px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  margin: 0 10px;
  transition: background 0.3s ease;
}
.page__holiday-24 .header__affiliate-link:hover {
  background: #F7931A;
}
.page__holiday-24 .header__socials {
  margin-right: 0;
}
.page__holiday-24 .header__socials .social-link_twitter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--White, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.page__holiday-24 .footer__christmas {
  margin-top: 20px;
}
.page__holiday-24 .parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  max-width: 1280px;
}
.page__holiday-24 .parts__item {
  width: 100%;
  height: 100%;
}
.page__holiday-24 .parts__img {
  position: absolute;
}
@media (max-width: 768px) {
  .page__holiday-24 .parts {
    display: none;
  }
}
.page__holiday-24 .wrapper-page {
  padding: 0;
  flex-grow: 1;
}
.page__holiday-24 .holiday-24-main {
  overflow: hidden;
}
.page__holiday-24 .holiday-24-main .animated {
  opacity: 0;
  animation-play-state: paused;
}
.page__holiday-24 .holiday-24-main .animated.run-animation {
  animation-play-state: running;
}
.page__holiday-24 .footer {
  margin-top: auto;
  z-index: 5;
}
.page__holiday-24 .timer-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 376px;
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px dashed rgba(117, 117, 117, 0.7);
}
@media (max-width: 768px) {
  .page__holiday-24 .timer-frame {
    min-width: 100%;
  }
}
.page__holiday-24 .timer-frame__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F7931A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.page__holiday-24 .timer-frame__title--after-gifts {
  display: none;
}
.page__holiday-24 .timer-frame__date {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.091px;
}
.page__holiday-24 .holiday-24-container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.page__holiday-24 .holiday-24-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.page__holiday-24 .holiday-24-title--after-gifts {
  display: none;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.page__holiday-24 .holiday-24-text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.page__holiday-24 .holiday-24-button {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  height: 60px;
  background: #4285F4;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, border 0.3s ease;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-button {
    max-width: unset;
    height: 56px;
  }
}
.page__holiday-24 .holiday-24-button:hover {
  background: #f7931a;
}
.page__holiday-24 .holiday-24-button--transparent {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #757575;
}
.page__holiday-24 .holiday-24-button--transparent:hover {
  border: 1px solid #f7931a;
}
.page__holiday-24 .holiday-24-tinsel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  min-width: 100%;
  height: 61px;
  background-image: url("../images/holiday-24/tinsel.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page__holiday-24 .holiday-24-tinsel {
    background-image: url("../images/holiday-24/tinsel@2x.png");
  }
}
.page__holiday-24 .holiday-24-top {
  position: relative;
  background: linear-gradient(180deg, #000 0%, #494949 100%);
  padding: 70px 0 0 0;
  margin-bottom: -1px;
  z-index: 1;
}
.page__holiday-24 .holiday-24-top .holiday-24-container {
  position: relative;
  z-index: 1;
}
.page__holiday-24 .holiday-24-top__logo {
  width: 101px;
  height: auto;
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__logo {
    width: 70px;
  }
}
.page__holiday-24 .holiday-24-top__logo--new-year {
  display: none;
}
.page__holiday-24 .holiday-24-top__main-scene {
  margin-top: -430px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__main-scene {
    margin-top: -230px;
  }
}
.page__holiday-24 .holiday-24-top__main-scene--after-new-year {
  display: none;
  margin-top: 0;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__main-scene--after-new-year {
    margin-top: 0;
  }
}
.page__holiday-24 .holiday-24-top__tree-left {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -550px;
  bottom: 0;
  z-index: 2;
  width: 644px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__tree-left {
    width: 320px;
    margin-left: -220px;
  }
}
.page__holiday-24 .holiday-24-top__tree-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 550px;
  bottom: 0;
  z-index: 2;
  width: 644px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__tree-right {
    width: 320px;
    margin-left: 220px;
  }
}
.page__holiday-24 .holiday-24-top__bot-before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  width: 990px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__bot-before {
    width: 600px;
  }
}
.page__holiday-24 .holiday-24-top__bot-after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 1200px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__bot-after {
    width: 900px;
  }
}
.page__holiday-24 .holiday-24-top__bg {
  margin-bottom: 130px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__bg {
    margin-bottom: 60px;
  }
}
.page__holiday-24 .holiday-24-top__shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 1;
  min-width: 100%;
  height: 252px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top__shape {
    height: 152px;
  }
}
.page__holiday-24 .holiday-24-top .holiday-24-title {
  margin-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top .holiday-24-title {
    margin-bottom: 10px;
  }
}
.page__holiday-24 .holiday-24-top .holiday-24-text {
  margin: 0 auto 40px auto;
  max-width: 900px;
  color: #B3B3B3;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top .holiday-24-text {
    margin-bottom: 30px;
  }
}
.page__holiday-24 .holiday-24-top .timer-frame {
  margin-bottom: 40px;
  align-self: center;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-top .timer-frame {
    margin-bottom: 30px;
  }
}
.page__holiday-24 .holiday-24-top .parts {
  max-height: 100vh;
}
.page__holiday-24 .holiday-24-top .parts__img--1 {
  top: 205px;
  left: -115px;
  width: 71px;
  height: 71px;
}
.page__holiday-24 .holiday-24-top .parts__img--2 {
  top: 15px;
  right: 300px;
}
.page__holiday-24 .holiday-24-top .parts__img--3 {
  top: -35px;
  right: 100px;
  width: 51px;
  height: 51px;
}
.page__holiday-24 .holiday-24-top .parts__img--4 {
  right: 765px;
  top: 10px;
  height: 58px;
  width: 58px;
}
.page__holiday-24 .holiday-24-top .parts__img--5 {
  top: 430px;
  right: 200px;
  width: 51px;
  height: 51px;
}
.page__holiday-24 .holiday-24-top .parts__img--6 {
  right: -25px;
  top: 85px;
  width: 51px;
  height: 51px;
}
.page__holiday-24 .holiday-24-top .parts__img--7 {
  top: 430px;
  left: 200px;
  width: 70px;
  height: 70px;
}
.page__holiday-24 .holiday-24-top .parts__img--8 {
  top: 220px;
}
.page__holiday-24 .holiday-24-top .parts__img--9 {
  top: 320px;
}
.page__holiday-24 .holiday-24-top .parts__img--10 {
  top: -10px;
  left: 50px;
}
.page__holiday-24 .holiday-24-top .parts__img--11 {
  top: 240px;
  right: -120px;
}
.page__holiday-24 .holiday-24-top .parts__img--12 {
  top: 90px;
  left: -40px;
}
.page__holiday-24 .holiday-24-offers {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.page__holiday-24 .holiday-24-offers__cards {
  display: grid;
  gap: 40px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__cards {
    gap: 100px;
    justify-content: center;
  }
}
.page__holiday-24 .holiday-24-offers__card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page__holiday-24 .holiday-24-offers__card.is-open {
  margin-bottom: 60px;
}
.page__holiday-24 .holiday-24-offers__card.is-open .holiday-24-offers__card-open {
  display: grid;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card.is-open .holiday-24-offers__card-open {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page__holiday-24 .holiday-24-offers__card.is-open .holiday-24-offers__card-close {
  display: none;
}
.page__holiday-24 .holiday-24-offers__card picture {
  display: flex;
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-box {
  margin: 120px 0 20px 115px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-box {
    margin: 0;
  }
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-particles {
  top: -30px;
  left: -70px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-particles {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 80px;
  }
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-arrow-desktop {
  top: 365px;
  right: 205px;
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-arrow-mob {
  bottom: -90px;
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-open {
  border-radius: 20px;
  border: 2px solid #F74249;
  background: #FFF3F4;
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 15px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 80px;
  }
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-arrow-open {
  position: absolute;
  bottom: -85px;
  right: 205px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-arrow-open {
    right: unset;
    bottom: -76px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-open-box {
  bottom: -75px;
  margin-left: -83px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--1 .holiday-24-offers__card-open-box {
    margin-left: -34px;
    margin-top: -122px;
    margin-bottom: -30px;
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-close {
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-close {
    justify-content: center;
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-box {
  margin: 45px 70px 20px 0;
  z-index: 1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-box {
    margin: 0;
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-particles {
  top: 30px;
  left: -270px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-particles {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -50px;
    top: 20px;
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-arrow-desktop {
  top: 330px;
  left: 205px;
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-arrow-mob {
  bottom: -90px;
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open {
  border-radius: 20px;
  border: 2px solid #37CC33;
  background: #ECFFEC;
  grid-template-columns: 1fr 1.15fr;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open {
    grid-template-columns: 1fr;
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -55px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 10px;
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-arrow-open {
  position: absolute;
  bottom: -85px;
  right: unset;
  left: 205px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-arrow-open {
    right: unset;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open-box {
  bottom: -85px;
  margin-left: 120px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open-box {
    margin-left: 65px;
    margin-top: -190px;
    margin-bottom: 0px;
  }
}
.page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open-content {
  order: -1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--2 .holiday-24-offers__card-open-content {
    order: unset;
  }
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-box {
  margin: 30px 0px 20px -170px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-box {
    margin: 0px 0 0 -80px;
    transform: translateX(-41%);
  }
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-particles {
  top: 25px;
  left: -40px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-particles {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
  }
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-arrow-desktop {
  top: 270px;
  right: 205px;
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-arrow-mob {
  bottom: -60px;
  z-index: 3;
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-open {
  border-radius: 20px;
  border: 2px solid #4285F4;
  background: #F0F6FF;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-open {
    grid-template-columns: 1fr;
  }
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 30px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-arrow-open {
  position: absolute;
  bottom: -85px;
  right: 205px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-arrow-open {
    right: unset;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-open-box {
  bottom: -85px;
  margin-left: -110px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--3 .holiday-24-offers__card-open-box {
    margin-left: -75px;
    margin-top: -200px;
    margin-bottom: 0px;
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-close {
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-close {
    justify-content: center;
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-box {
  margin: 30px 55px 20px 0;
  z-index: 1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-box {
    margin: 0;
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-particles {
  top: -70px;
  left: -235px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-particles {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 15px;
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-arrow-desktop {
  top: 290px;
  left: 230px;
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-arrow-mob {
  bottom: -100px;
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open {
  border-radius: 20px;
  border: 2px solid #F7C21A;
  background: #FFFBEB;
  grid-template-columns: 1fr 1.15fr;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open {
    grid-template-columns: 1fr;
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -40px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 10px;
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-arrow-open {
  position: absolute;
  bottom: -85px;
  right: unset;
  left: 230px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-arrow-open {
    right: unset;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open-box {
  bottom: -95px;
  margin-left: 85px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open-box {
    margin-left: 35px;
    margin-top: -200px;
    margin-bottom: -30px;
  }
}
.page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open-content {
  order: -1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--4 .holiday-24-offers__card-open-content {
    order: unset;
  }
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-box {
  margin: 100px 0px 20px 45px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-box {
    margin: 0;
  }
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-particles {
  top: 5px;
  left: -35px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-particles {
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 80px;
  }
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-arrow-desktop {
  top: 335px;
  right: 230px;
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-arrow-mob {
  bottom: -90px;
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-open {
  border-radius: 20px;
  border: 2px solid #F7931A;
  background: #FFF5E9;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-open {
    grid-template-columns: 1fr;
  }
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -10px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 5px;
  }
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-arrow-open {
  position: absolute;
  bottom: -85px;
  right: 230px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-arrow-open {
    right: unset;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-open-box {
  bottom: -120px;
  margin-left: -65px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--5 .holiday-24-offers__card-open-box {
    margin-left: -20px;
    margin-top: -185px;
    margin-bottom: -10px;
  }
}
.page__holiday-24 .holiday-24-offers__card--6 {
  margin-bottom: 0 !important;
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-close {
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-close {
    justify-content: center;
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-box {
  margin: 15px 0 20px 0;
  z-index: 1;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-box {
    margin: 0 0 0 -380px;
    transform: translateX(35px);
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-particles {
  top: -10px;
  left: 25px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-particles {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 15px;
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-animation {
  position: absolute;
  left: -375px;
  bottom: 0;
  width: 904px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-animation {
    display: none;
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open {
  border-radius: 20px;
  border: 2px solid #A033CC;
  background: #FBF2FF;
  grid-template-columns: 1fr 1.15fr;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 60px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open .holiday-24-offers__card-particles {
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 45px;
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-arrow-open {
  position: absolute;
  bottom: -85px;
  right: 205px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-arrow-open {
    right: unset;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open-box {
  top: -215px;
  margin-left: 15px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open-box {
    margin-left: 5px;
    margin-top: -135px;
    margin-bottom: -55px;
  }
}
.page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open-content {
  order: -1;
  margin-bottom: 375px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card--6 .holiday-24-offers__card-open-content {
    order: unset;
    margin-bottom: 0;
  }
}
.page__holiday-24 .holiday-24-offers__card-close {
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-close {
    justify-content: center;
  }
}
.page__holiday-24 .holiday-24-offers__card-open {
  position: relative;
  display: none;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  width: 100%;
  padding: 60px;
  min-height: 455px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-open {
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 20px;
    min-height: unset;
    max-width: 335px;
    margin: 0 auto;
  }
}
.page__holiday-24 .holiday-24-offers__card-box-wrapper {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.page__holiday-24 .holiday-24-offers__card-arrow-desktop {
  pointer-events: none;
  display: block;
  position: absolute;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-arrow-desktop {
    display: none;
  }
}
.page__holiday-24 .holiday-24-offers__card-arrow-mob {
  pointer-events: none;
  display: none;
  position: absolute;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-arrow-mob {
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card-particles {
  position: absolute;
  pointer-events: none;
}
.page__holiday-24 .holiday-24-offers__card-box {
  pointer-events: none;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-box {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page__holiday-24 .holiday-24-offers__card-open-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page__holiday-24 .holiday-24-offers__card-open-content .holiday-24-button {
  margin: 0;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-open-content .holiday-24-button {
    max-width: 100%;
    width: 100%;
    margin-bottom: -40px;
  }
}
.page__holiday-24 .holiday-24-offers__card-open-title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 10px 0;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-open-title {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }
}
.page__holiday-24 .holiday-24-offers__card-open-text {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.page__holiday-24 .holiday-24-offers__card-open-text a {
  text-decoration: none;
  font-weight: 700;
  color: #4285f4;
  transition: color 0.3s ease;
}
.page__holiday-24 .holiday-24-offers__card-open-text a:hover {
  color: #f7931a;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-open-text {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}
.page__holiday-24 .holiday-24-offers__card-open-box-wrapper {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.page__holiday-24 .holiday-24-offers__card-open-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__card-open-box {
    position: static;
    transform: none;
  }
}
.page__holiday-24 .holiday-24-offers__cb-crop {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-offers__cb-crop {
    display: none;
  }
}
.page__holiday-24 .holiday-24-offers .holiday-24-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-offers .holiday-24-title {
    margin-bottom: 10px;
  }
}
.page__holiday-24 .holiday-24-offers .holiday-24-text {
  margin: 0 auto 110px auto;
  color: #494949;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-offers .holiday-24-text {
    margin-bottom: 40px;
  }
}
.page__holiday-24 .holiday-24-offers .holiday-24-button {
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.page__holiday-24 .holiday-24-timer {
  position: relative;
  background: linear-gradient(180deg, #000 0%, #494949 100%);
  padding: 120px 0 0 0;
  margin-bottom: -1px;
  z-index: 1;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer {
    padding: 100px 0 0 0;
  }
}
.page__holiday-24 .holiday-24-timer picture {
  display: flex;
  position: relative;
  z-index: 1;
}
.page__holiday-24 .holiday-24-timer__icons-left {
  position: absolute;
  left: -150px;
  top: 400px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__icons-left {
    left: -50px;
    top: -100px;
  }
}
.page__holiday-24 .holiday-24-timer__icons-right {
  position: absolute;
  right: -150px;
  top: 400px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__icons-right {
    right: -50px;
    top: -100px;
  }
}
.page__holiday-24 .holiday-24-timer__shape-back {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  height: 230px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__shape-back {
    display: none;
  }
}
.page__holiday-24 .holiday-24-timer__shape-forward {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  height: 194px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__shape-forward {
    display: none;
  }
}
.page__holiday-24 .holiday-24-timer__img {
  z-index: 1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__img {
    margin-bottom: -5px;
  }
}
.page__holiday-24 .holiday-24-timer__logo {
  width: 90px;
  height: auto;
  margin: 0 auto 20px auto;
}
.page__holiday-24 .holiday-24-timer__logo--after-gifts {
  display: none;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__logo {
    width: 70px;
  }
}
.page__holiday-24 .holiday-24-timer__timer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page__holiday-24 .holiday-24-timer__timer-title {
  color: #F7931A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 17px;
}
.page__holiday-24 .holiday-24-timer__timer-title--after-gifts {
  display: none;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-timer__timer-title {
    margin-bottom: 33px;
  }
}
.page__holiday-24 .holiday-24-timer__timer {
  display: grid;
  justify-content: center;
  grid-template-columns: 208px 50px 208px 50px 208px;
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-timer__timer {
    grid-template-columns: 178px 40px 178px 40px 178px;
  }
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__timer {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.page__holiday-24 .holiday-24-timer__timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 180px;
}
@media (max-width: 1000px) {
  .page__holiday-24 .holiday-24-timer__timer-item {
    font-size: 140px;
  }
}
.page__holiday-24 .holiday-24-timer__timer-item--days span:first-of-type, .page__holiday-24 .holiday-24-timer__timer-item--hours span:first-of-type {
  color: #ffffff;
  font-weight: 700;
}
.page__holiday-24 .holiday-24-timer__timer-item--minutes span:first-of-type {
  color: #4285F4;
  font-weight: 700;
}
.page__holiday-24 .holiday-24-timer__timer-item--divider span {
  color: #757575;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer__timer-item--divider {
    display: none;
  }
}
.page__holiday-24 .holiday-24-timer__timer-item-frame {
  color: #D6D6D6;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 11px 20px;
  border-radius: 36px;
  border: 2px solid #757575;
  margin-top: 20px;
}
.page__holiday-24 .holiday-24-timer .holiday-24-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.page__holiday-24 .holiday-24-timer .holiday-24-text {
  color: #B3B3B3;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-timer .holiday-24-text {
    margin-bottom: 40px;
  }
}
.page__holiday-24 .holiday-24-timer .tripple-arrow {
  width: 50px;
  margin: 0 auto 40px auto;
}
.page__holiday-24 .holiday-24-share {
  position: relative;
  background-color: #ffffff;
  padding: 30px 0 100px 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-share {
    padding: 20px 0 50px 0;
    margin-top: 0;
  }
}
.page__holiday-24 .holiday-24-share__logo {
  width: 90px;
  height: auto;
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-share__logo {
    width: 70px;
  }
}
.page__holiday-24 .holiday-24-share__shape {
  position: absolute;
  top: -176px;
  left: 50%;
  transform: translateX(-50%);
  height: 177px;
  min-width: 100%;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-share__shape {
    height: 60px;
    top: -59px;
  }
}
.page__holiday-24 .holiday-24-share .holiday-24-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-share .holiday-24-title {
    margin-bottom: 10px;
  }
}
.page__holiday-24 .holiday-24-share .holiday-24-title span {
  color: #F74249;
}
.page__holiday-24 .holiday-24-share .holiday-24-text {
  max-width: 1000px;
  color: #494949;
  margin: 0 auto;
}
.page__holiday-24 .holiday-24-share .preview {
  max-width: 390px;
  margin: 50px auto 0px;
  position: relative;
}
.page__holiday-24 .holiday-24-share .preview__arrow {
  width: 20px;
  height: 20px;
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  transform: rotate(-45deg);
  position: absolute;
  top: -10px;
  left: 30px;
  z-index: 4;
}
.page__holiday-24 .holiday-24-share .preview:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}
.page__holiday-24 .holiday-24-share .preview:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #F7F7F7;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}
.page__holiday-24 .holiday-24-share .preview__item {
  padding: 15px;
  background: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  position: relative;
  z-index: 3;
}
.page__holiday-24 .holiday-24-share .preview__description {
  font-size: 11px;
  line-height: 155%;
  margin-bottom: 15px;
  color: #494949;
}
.page__holiday-24 .holiday-24-share .preview__row {
  display: flex;
  align-items: flex-start;
}
.page__holiday-24 .holiday-24-share .preview__content {
  margin-right: 10px;
  padding-left: 10px;
  border-left: 2px solid #F7931A;
}
.page__holiday-24 .holiday-24-share .preview__title {
  font-weight: 700;
  font-size: 11px;
  line-height: 155%;
}
.page__holiday-24 .holiday-24-share .preview__title br {
  display: none;
}
.page__holiday-24 .holiday-24-share .preview__subtitle {
  font-weight: 600;
  font-size: 11px;
  line-height: 155%;
  color: #494949;
}
.page__holiday-24 .holiday-24-share .preview__text {
  font-size: 11px;
  line-height: 155%;
  color: #494949;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page__holiday-24 .holiday-24-share .preview__text a {
  text-decoration: none;
  color: #494949;
  font-weight: bold;
  pointer-events: none;
}
.page__holiday-24 .holiday-24-share .preview__text--clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-share .preview {
    display: none;
  }
}
.page__holiday-24 .holiday-24-share .share-friend-buttons {
  max-width: 687px;
  position: relative;
  margin: 70px auto 0px;
  border-radius: 0 65px 65px 65px;
  background: rgba(0, 0, 0, 0.8);
  padding: 29px 30px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-share .share-friend-buttons {
    border-radius: 65px 65px 65px 65px;
  }
}
.page__holiday-24 .holiday-24-share .share-friend-buttons__msg {
  position: absolute;
  background: #1AB9E5;
  border-radius: 6px;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  left: 0;
  top: -20px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns {
  max-width: none;
  width: 100%;
  justify-content: space-between;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__list {
  width: 200px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__list.active {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__list .social-btn {
  width: 72px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more {
  border: 2px solid #8E8E8E;
  border-radius: 36px;
  width: 72px;
  height: 72px;
  background: none;
  box-shadow: none;
  transition: all 0.3s;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:after, .page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:before {
  background: #8E8E8E;
  border-radius: 2px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:after {
  width: 20px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:before {
  height: 20px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:hover {
  background: #F7931A;
  border-color: #F7931A;
  box-shadow: none;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:hover:after, .page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:hover:before {
  background: #fff;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btns__more:active {
  opacity: 0.8;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn {
  width: 96px;
  height: 72px;
  border-radius: 36px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_fb {
  background: #1877F2;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_fb:before {
  height: 43px;
  width: 23px;
  background: url('data:image/svg+xml,<svg width="23" height="44" viewBox="0 0 23 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.4929 24.834L22.6849 17.0623H15.2283V12.0189C15.2283 9.89273 16.2699 7.82026 19.6098 7.82026H23V1.20383C23 1.20383 19.9232 0.678711 16.9817 0.678711C10.8404 0.678711 6.82648 4.40072 6.82648 11.139V17.0623H0V24.834H6.82648V43.6215C8.1953 43.8363 9.59825 43.9481 11.0274 43.9481C12.4565 43.9481 13.8595 43.8363 15.2283 43.6215V24.834H21.4929Z" fill="white"/></svg>');
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_fb:hover {
  background: #388CF9;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_tw:before {
  width: 40px;
  height: 33px;
  background: url('data:image/svg+xml,<svg width="40" height="33" viewBox="0 0 40 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.34863 1.41577C2.34863 1.41577 9.18662 9.90896 19.6035 10.4198C19.6035 10.4198 17.4774 4.78675 23.8333 0.925523C23.8333 0.925523 28.997 -2.10525 33.9805 2.80219C33.9805 2.80219 36.2282 2.69331 38.9374 0.702731C38.9374 0.702731 39.3361 2.53424 35.8034 5.48021C35.8034 5.48021 37.7689 5.32115 40 3.86096C40 3.86096 39.5752 6.38242 35.936 8.21393C35.936 8.21393 37.0432 28.1639 17.5597 32.5304C17.5597 32.5304 7.25629 34.8536 0 29.1654C0 29.1654 7.69719 29.9663 11.7863 25.68C11.7863 25.68 6.6552 26.1607 4.12931 20.1117C4.12931 20.1117 6.69487 20.5523 7.73737 19.7113C7.73737 19.7113 2.32503 19.7509 1.12234 11.6592C1.12234 11.6592 3.32735 12.7807 4.77057 12.5805C4.77057 12.5805 -1.35635 8.79901 2.34863 1.41577Z" fill="white"/></svg>');
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_wa:before {
  height: 50px;
  width: 50px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_tg:before {
  width: 40px;
  height: 34px;
  transform: translateX(calc(-50% - 4px)) translateY(-50%);
  background: url('data:image/svg+xml,<svg width="40" height="34" viewBox="0 0 40 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.8157 31.863L39.8528 3.1688C40.1472 1.97941 40 1.08736 39.411 0.492664C38.822 -0.102034 38.2331 -0.102034 37.3496 0.195315L1.86365 14.022C1.12743 14.3194 0.538452 14.6167 0.243963 15.0628C-0.0505264 15.5088 -0.0505263 15.8061 0.0967182 16.1035C0.243963 16.4008 0.685697 16.6982 1.42192 16.8469L10.5511 19.6717L31.6071 6.29097C32.196 5.84494 32.6378 5.84494 32.9323 5.99362C33.0795 6.14229 33.0795 6.29097 32.785 6.58832L15.7046 22.3478L14.9684 31.863C15.5574 31.863 16.1464 31.5656 16.8826 30.9709L21.2999 26.6594L30.4291 33.4984C32.3433 34.5391 33.374 33.9444 33.8157 31.863Z" fill="white"/></svg>');
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_rd:before {
  width: 45px;
  height: 45px;
}
.page__holiday-24 .holiday-24-share .share-friend-buttons .social-btn_li:before {
  width: 40px;
  height: 40px;
}
.page__holiday-24 .holiday-24-share .social-btn_vk:before,
.page__holiday-24 .holiday-24-share .social-btn_vb:before,
.page__holiday-24 .holiday-24-share .social-btn_th:before,
.page__holiday-24 .holiday-24-share .social-btn_flb:before,
.page__holiday-24 .holiday-24-share .social-btn_ln:before,
.page__holiday-24 .holiday-24-share .social-btn_pt:before,
.page__holiday-24 .holiday-24-share .social-btn_mail:before,
.page__holiday-24 .holiday-24-share .social-btn_eml:before {
  width: 45px !important;
  height: 45px !important;
}
.page__holiday-24 .holiday-24-share .social-btn_mail,
.page__holiday-24 .holiday-24-share .social-btn_eml {
  background-image: none !important;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-share .share-friend-buttons {
    max-width: 335px;
    margin-top: 50px;
  }
  .page__holiday-24 .holiday-24-share .social-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .page__holiday-24 .holiday-24-share .social-btns__more {
    height: 70px;
    width: auto;
    margin: 0;
  }
  .page__holiday-24 .holiday-24-share .social-btn {
    width: 100% !important;
    height: 70px;
    border-radius: 36px;
    margin: 0;
  }
}
.page__holiday-24 .holiday-24-company {
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, #000 0%, #494949 100%);
  padding: 100px 0 7px 0;
}
.page__holiday-24 .holiday-24-company picture {
  display: flex;
  position: relative;
  z-index: 1;
}
.page__holiday-24 .holiday-24-company::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #f7931a;
  z-index: 2;
}
.page__holiday-24 .holiday-24-company__logo {
  width: 90px;
  height: auto;
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-company__logo {
    width: 70px;
  }
}
.page__holiday-24 .holiday-24-company__img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page__holiday-24 .holiday-24-company__shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  height: 235px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-company__shape {
    display: none;
  }
}
.page__holiday-24 .holiday-24-company .holiday-24-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.page__holiday-24 .holiday-24-company .holiday-24-text {
  color: #B3B3B3;
  margin-bottom: 40px;
}
.page__holiday-24 .holiday-24-company .holiday-24-button:not(:last-of-type) {
  margin-bottom: 20px;
}
.page__holiday-24 .holiday-24-company .holiday-24-button:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page__holiday-24 .holiday-24-company .holiday-24-button:last-of-type {
    margin-bottom: 80px;
  }
}
.page__holiday-24 .christmas-preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1501;
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  animation-duration: 1.5s;
}
.page__holiday-24 .christmas-preloading .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  position: fixed;
  bottom: 0;
}
.page__holiday-24 .christmas-preloading .christmas-bats {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page__holiday-24 .christmas-preloading .christmas-face {
  max-width: 100%;
  max-height: 100%;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}
.page__holiday-24 .christmas-preloading .christmas-face.showing {
  animation: h_zoom 3s 0s ease-in;
}
.page__holiday-24 .christmas-preloading .tokens__decoration {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 180px;
}
.page__holiday-24 .christmas-preloading .christmas-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.page__holiday-24 .christmas-preloading .christmas-container .hidden {
  visibility: hidden;
}
.page__holiday-24 .christmas-preloading .christmas-container--page {
  position: relative;
  height: auto;
  display: block;
  z-index: 98;
}
.page__holiday-24 .christmas-preloading .christmas-container--page .halloween-bats {
  position: relative;
}
.page__holiday-24 .christmas-preloading .christmas-container--page .halloween-bats .layer {
  animation-duration: 0.7s;
  animation-delay: 1s;
}
.page__holiday-24 .christmas-preloading .christmas-bats {
  position: absolute;
  height: 100%;
  width: 100%;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer img {
  position: absolute;
  z-index: 103;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer img {
    transform: scale(0.5);
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-1 {
  animation-delay: 0.1s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-1 img {
  top: 39%;
  left: 15%;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-1 img {
    left: 50px;
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-2 {
  animation-delay: 0.2s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-2 img {
  top: 13%;
  left: 75px;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-2 img {
    top: 24%;
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-3 {
  animation-delay: 0.3s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-3 img {
  top: 9%;
  left: 54%;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-3 img {
    left: 20px;
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-4 {
  animation-delay: 0.4s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-4 img {
  top: 67%;
  left: 30%;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-4 img {
    right: 20px;
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-5 {
  animation-delay: 0.5s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-5 img {
  top: 10%;
  left: 30%;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-6 {
  animation-delay: 0.6s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-6 img {
  bottom: 50%;
  right: 6.5%;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-6 img {
    right: auto;
    left: 75%;
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-7 {
  animation-delay: 0.7s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-7 img {
  bottom: 35%;
  right: 25%;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-8 {
  animation-delay: 0.8s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-8 img {
  bottom: 16%;
  right: 43%;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-9 {
  animation-delay: 0.9s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-9 img {
  top: 30%;
  right: 24%;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-10 {
  animation-delay: 1s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-10 img {
  top: 10%;
  right: 70px;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-10 img {
    right: 40px;
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-11 {
  animation-delay: 1.1s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-11 img {
  top: 70%;
  right: 90px;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-11 img {
    right: 40px;
  }
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-12 {
  animation-delay: 1.2s;
}
.page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-12 img {
  top: 62%;
  left: 65px;
}
@media (max-width: 600px) {
  .page__holiday-24 .christmas-preloading .christmas-bats .layer.bat-12 img {
    top: 60%;
    left: 25px;
  }
}
.page__holiday-24 .notify-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.page__holiday-24 .notify-modal.is-active {
  display: flex;
}
.page__holiday-24 .notify-modal__content {
  background-color: #ffffff;
  width: 100%;
  max-width: 700px;
  border-radius: 6px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page__holiday-24 .notify-modal__content {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.page__holiday-24 .notify-modal__content-heading {
  position: relative;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .page__holiday-24 .notify-modal__content-heading {
    padding: 10px 40px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
  }
}
.page__holiday-24 .notify-modal__title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.091px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page__holiday-24 .notify-modal__title {
    font-size: 16px;
    letter-spacing: 0.046px;
  }
}
.page__holiday-24 .notify-modal__mobile-title {
  display: none;
}
@media (max-width: 768px) {
  .page__holiday-24 .notify-modal__mobile-title {
    display: inline-flex;
  }
}
.page__holiday-24 .notify-modal__close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #D6D6D6;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .page__holiday-24 .notify-modal__close-button {
    width: 20px;
    height: 20px;
    right: unset;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page__holiday-24 .notify-modal__close-button:hover, .page__holiday-24 .notify-modal__close-button:focus {
  color: #f7931a;
}
.page__holiday-24 .notify-modal__content-wrapper {
  padding: 20px 30px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page__holiday-24 .notify-modal__content-wrapper svg {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page__holiday-24 .notify-modal__content-wrapper {
    background-color: #f6f6f6;
    padding: 20px 15px;
    flex-grow: 1;
  }
}
.page__holiday-24 .notify-modal__text {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 768px) {
  .page__holiday-24 .notify-modal__text {
    font-size: 15px;
    line-height: 26px;
  }
}
.page__holiday-24 .notify-modal__text a {
  color: #4285F4;
  transition: color 0.3s ease;
  text-decoration: none;
  font-weight: 700;
}
.page__holiday-24 .notify-modal__text a:hover, .page__holiday-24 .notify-modal__text a:focus {
  color: #f7931a;
}
.page__holiday-24 .notify-modal__footer {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-top: 1px solid #d6d6d6;
}

@keyframes h_zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  60% {
    transform: scale(50);
  }
}
@media (max-width: 600px) {
  .halloween-bats .layer.bat-9 img {
    left: 0;
    top: 481px;
  }
}
/* Pages */
html,
body {
  scroll-behavior: smooth;
}

.page__payment-success .end-timer,
.page__nft .end-timer {
  display: none !important;
}
.page__payment-success.end .before-end-timer,
.page__nft.end .before-end-timer {
  display: none !important;
}
.page__payment-success.end .end-timer,
.page__nft.end .end-timer {
  display: block !important;
}
.page__payment-success .btn,
.page__nft .btn {
  position: relative;
  overflow: visible;
}
.page__payment-success .btn--loader,
.page__nft .btn--loader {
  pointer-events: none;
  background: #d6d6d6;
}
.page__payment-success .btn--wide,
.page__nft .btn--wide {
  display: inline-flex !important;
  max-width: none !important;
  width: auto !important;
  padding: 0 10px !important;
}
.page__payment-success .btn-help,
.page__nft .btn-help {
  position: absolute;
  background: #e1edff;
  border: 1px solid #a2c5ff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  padding: 6px 15px;
  justify-content: center;
  text-transform: none;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  top: -46px;
}
.page__payment-success .btn-help.hide,
.page__nft .btn-help.hide {
  display: none;
}
.page__payment-success .btn-help:after,
.page__nft .btn-help:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e1edff;
  border: 1px solid #a2c5ff;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.page__payment-success .btn-help span,
.page__nft .btn-help span {
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
}
.page__payment-success .btn-help svg,
.page__nft .btn-help svg {
  margin-right: 0 !important;
  margin-left: 10px;
}
.page__payment-success .title-help,
.page__nft .title-help {
  position: relative;
  white-space: nowrap;
}
.page__payment-success .title-help:after,
.page__nft .title-help:after {
  content: "MATIC (Polygon)";
  display: block;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 0px;
  color: #fff;
  background: #000000;
  opacity: 0.9;
  border-radius: 3px;
  bottom: -15px;
  right: -80px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  text-align: center;
  width: 123px;
}
.page__payment-success .title-help:hover:after,
.page__nft .title-help:hover:after {
  opacity: 0.9;
  visibility: visible;
}
.page__payment-success .title-help--line,
.page__nft .title-help--line {
  border-bottom: 1px dashed #757575;
}
.page__payment-success .title-help--line:hover,
.page__nft .title-help--line:hover {
  border-color: transparent;
}
.page__payment-success #popup-weth .title-help--line,
.page__nft #popup-weth .title-help--line {
  border-bottom: 1px dashed #f7931a;
}
.page__payment-success #popup-weth .title-help--line:hover,
.page__nft #popup-weth .title-help--line:hover {
  border-color: transparent;
}

.page__nft .header--landing {
  position: absolute;
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .page__nft .header--nft.fixed:not(.header--not-fixed) .header__wrapper {
    padding: 20px 0;
    top: -145px;
  }
}
.page__nft .parts--landing {
  top: 160px !important;
}
@media (max-width: 1023px) {
  .page__nft .parts--landing {
    top: 200px !important;
  }
}
.page__nft .header__menu a.active {
  color: #fff;
}
.page__nft .nft-bot-anim {
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page__nft .nft-bot-anim {
    display: none;
  }
}
.page__nft .nft-bot {
  position: relative;
  padding-top: 180px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  margin-bottom: -12px;
}
@media (max-width: 767px) {
  .page__nft .nft-bot {
    margin-bottom: 0;
  }
}
.page__nft .nft-bot:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  background-color: #f7931a;
  bottom: 13px;
  left: 0;
}
@media (max-width: 767px) {
  .page__nft .nft-bot:after {
    bottom: 0;
  }
}
.page__nft .nft-bot img {
  width: 100%;
}
.page__nft .nft-bot__texts {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}
.page__nft .nft-bot__texts .btn {
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.0704895px;
  text-transform: uppercase;
  color: #fff;
  width: 320px;
  padding: 20px 0;
  margin: 40px 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .page__nft .nft-bot__texts .btn {
    width: 300px;
  }
}
.page__nft .nft-bot__texts svg {
  display: block;
  margin: 0 auto;
}
.page__nft .nft-bot__texts .nft-bot__title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .page__nft .nft-bot__texts .nft-bot__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
  }
}
.page__nft .nft-bot__texts .nft-bot__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #b3b3b3;
}
@media (max-width: 767px) {
  .page__nft .nft-bot__texts .nft-bot__text {
    font-size: 16px;
    line-height: 25px;
  }
}
.page__nft .share__decoration {
  position: absolute;
  right: 0;
  left: 0;
  top: -170px;
  width: 100%;
  max-height: 413px;
  transition: all 0.3s;
}
@media (max-width: 950px) {
  .page__nft .share__decoration {
    top: -120px;
  }
}
@media (max-width: 768px) {
  .page__nft .share__decoration {
    top: 0;
  }
}
.page__nft .header .logo-animated--browser {
  height: 72px;
}
.page__nft .header .logo-animated--browser svg {
  height: 72px !important;
  width: auto !important;
  left: -5px !important;
  top: auto;
}
@media (max-width: 769px) {
  .page__nft .header .logo-animated--browser {
    height: 40px !important;
  }
  .page__nft .header .logo-animated--browser svg {
    height: 50px !important;
    max-height: 50px;
    top: -5px;
  }
}
.page__nft .fixed .logo-animated--browser {
  height: 63px;
}
.page__nft .fixed .logo-animated--browser svg {
  height: 63px !important;
  transform: none !important;
}
.page__nft--white .header__logo {
  background: #fff !important;
  border-color: #d6d6d6 !important;
}
.page__nft .btn {
  border-radius: 6px;
}
.page__nft.page_de .card-tokens__footer .btn {
  max-width: 400px;
}
.page__nft.page_fr .card-tokens__footer .btn {
  max-width: 350px;
}
.page__nft.page_fr .card-section .bot-card__footer .btn {
  max-width: 400px;
}
.page__nft p a,
.page__nft p button {
  text-decoration: none;
  display: inline-block;
  color: #4285f4;
  font-weight: bold;
}
.page__nft p a:hover,
.page__nft p button:hover {
  color: #f7931a;
}
.page__nft p button {
  border: none;
  background: none;
  outline: none;
  font: inherit;
  font-weight: bold;
}
.page__nft .popup .btn {
  font-size: 14px;
}
.page__nft .popup__text a {
  text-decoration: none;
  font-weight: bold;
  color: #4285f4;
  transition: all 0.3s;
}
.page__nft .popup__text a:hover {
  color: #f7931a;
}
.page__nft .popup--nft {
  display: none;
}
.page__nft .popup--nft.active {
  display: block;
}
@media (max-height: 800px) {
  .page__nft .popup--nft {
    padding-top: 10%;
  }
}
.page__nft .popup--nft#popup-instruction .popup__container {
  max-width: 1055px;
}
.page__nft .popup--nft#popup-info .popup__body, .page__nft .popup--nft#popup-alert .popup__body {
  position: relative;
  padding: 30px;
}
.page__nft .popup--nft#popup-info .popup__body .close, .page__nft .popup--nft#popup-alert .popup__body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.page__nft .popup--nft#popup-info .popup__body-title, .page__nft .popup--nft#popup-alert .popup__body-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin: 20px 0 15px;
  color: #000;
}
.page__nft .popup--nft#popup-info .popup__body-text, .page__nft .popup--nft#popup-alert .popup__body-text {
  text-align: center;
  margin-bottom: 0;
}
.page__nft .popup--nft#popup-info .popup__footer, .page__nft .popup--nft#popup-alert .popup__footer {
  justify-content: center;
}
.page__nft .popup--nft#popup-info .popup__footer .btn, .page__nft .popup--nft#popup-alert .popup__footer .btn {
  margin-bottom: 0;
}
.page__nft .popup--nft#reservedBuy .popup__card {
  max-width: 800px;
}
.page__nft .popup--nft#reservedBuy .popup__footer {
  justify-content: center;
  gap: 20px;
}
.page__nft .popup--nft#reservedBuy .popup-nft__quantity {
  display: flex;
  align-items: center;
}
.page__nft .popup--nft#reservedBuy .popup-nft__quantity-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}
.page__nft .popup--nft#reservedBuy .popup-nft__quantity-value {
  padding: 3px 15px;
  background: #37cc33;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  margin-right: 15px;
}
.page__nft .popup--nft#reservedBuy .popup-nft__quantity-cancel {
  border: none;
  outline: none;
  text-decoration: none;
  background: transparent;
  font-size: 12px;
  font-weight: bold;
  color: #4285f4;
  line-height: 22px;
  transition: all 0.3s;
}
.page__nft .popup--nft#reservedBuy .popup-nft__quantity-cancel:hover {
  color: #f7931a;
}
@media (max-width: 768px) {
  .page__nft .popup--nft#reservedBuy .popup-nft__quantity {
    flex-direction: column;
  }
  .page__nft .popup--nft#reservedBuy .popup-nft__quantity-value {
    margin: 10px 0;
  }
}
.page__nft .popup--nft#popup-alert .popup__body {
  padding-bottom: 50px;
}
.page__nft .popup--nft#miningBuy .popup-nft, .page__nft .popup--nft#reservedBuy .popup-nft {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
}
.page__nft .popup--nft#miningBuy .popup-nft__img, .page__nft .popup--nft#reservedBuy .popup-nft__img {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  margin-right: 15px;
}
.page__nft .popup--nft#miningBuy .popup-nft__img img, .page__nft .popup--nft#reservedBuy .popup-nft__img img {
  max-width: 100%;
  border-radius: 4px;
  width: 100%;
}
.page__nft .popup--nft#miningBuy .popup-nft__img:before, .page__nft .popup--nft#reservedBuy .popup-nft__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.page__nft .popup--nft#miningBuy .popup-nft__name, .page__nft .popup--nft#reservedBuy .popup-nft__name {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
.page__nft .popup--nft#miningBuy .popup-nft__discount, .page__nft .popup--nft#reservedBuy .popup-nft__discount {
  display: flex;
  align-items: center;
}
.page__nft .popup--nft#miningBuy .popup-nft__discount img, .page__nft .popup--nft#reservedBuy .popup-nft__discount img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.page__nft .popup--nft#miningBuy .popup-nft__discount span, .page__nft .popup--nft#reservedBuy .popup-nft__discount span {
  color: #37cc33;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}
.page__nft .popup--nft#miningBuy .popup-nft__per, .page__nft .popup--nft#reservedBuy .popup-nft__per {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #757575;
}
.page__nft .popup--nft#miningBuy .popup-nft__approx, .page__nft .popup--nft#reservedBuy .popup-nft__approx {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.page__nft .popup--nft#miningBuy .popup-nft__approx b, .page__nft .popup--nft#reservedBuy .popup-nft__approx b {
  font-weight: bold;
}
.page__nft .popup--nft#miningBuy .popup-nft__total, .page__nft .popup--nft#reservedBuy .popup-nft__total {
  display: flex;
  align-items: center;
}
.page__nft .popup--nft#miningBuy .popup-nft__total img, .page__nft .popup--nft#reservedBuy .popup-nft__total img {
  margin-right: 8px;
}
.page__nft .popup--nft#miningBuy .popup-nft__total span:not(.popup-nft__total-text), .page__nft .popup--nft#reservedBuy .popup-nft__total span:not(.popup-nft__total-text) {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #000;
}
.page__nft .popup--nft#miningBuy .popup-nft__total span.cross, .page__nft .popup--nft#reservedBuy .popup-nft__total span.cross {
  text-decoration: line-through;
  color: #f74249;
  margin-right: 8px;
}
.page__nft .popup--nft#miningBuy .popup-nft__total-text, .page__nft .popup--nft#reservedBuy .popup-nft__total-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  margin-right: 20px;
}
.page__nft .popup--nft#miningBuy .popup-nft__price, .page__nft .popup--nft#reservedBuy .popup-nft__price {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.page__nft .popup--nft#miningBuy .popup-nft__price img, .page__nft .popup--nft#reservedBuy .popup-nft__price img {
  margin-right: 8px;
}
.page__nft .popup--nft#miningBuy .popup-nft__price span, .page__nft .popup--nft#reservedBuy .popup-nft__price span {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #000;
}
.page__nft .popup--nft#miningBuy .popup-nft__price .cross, .page__nft .popup--nft#reservedBuy .popup-nft__price .cross {
  text-decoration: line-through;
  color: #f74249;
  margin-right: 8px;
}
.page__nft .popup--nft#miningBuy .popup-nft__row, .page__nft .popup--nft#reservedBuy .popup-nft__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.page__nft .popup--nft#miningBuy .popup-nft__row:not(:last-child), .page__nft .popup--nft#reservedBuy .popup-nft__row:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.page__nft .popup--nft#miningBuy .popup-nft__row-right, .page__nft .popup--nft#reservedBuy .popup-nft__row-right {
  display: flex;
  align-items: center;
}
.page__nft .popup--nft#miningBuy .popup-nft__row-left, .page__nft .popup--nft#reservedBuy .popup-nft__row-left {
  text-align: right;
}
@media (max-width: 700px) {
  .page__nft .popup--nft#miningBuy .popup, .page__nft .popup--nft#reservedBuy .popup {
    margin-bottom: 30px;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__img, .page__nft .popup--nft#reservedBuy .popup-nft__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__discount, .page__nft .popup--nft#reservedBuy .popup-nft__discount {
    justify-content: center;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__name, .page__nft .popup--nft#reservedBuy .popup-nft__name {
    font-size: 19px;
    line-height: 32px;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__total, .page__nft .popup--nft#reservedBuy .popup-nft__total {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__total-text, .page__nft .popup--nft#reservedBuy .popup-nft__total-text {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__row, .page__nft .popup--nft#reservedBuy .popup-nft__row {
    flex-direction: column;
    border-bottom: none !important;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__row-right, .page__nft .popup--nft#reservedBuy .popup-nft__row-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__row-left, .page__nft .popup--nft#reservedBuy .popup-nft__row-left {
    text-align: center;
  }
  .page__nft .popup--nft#miningBuy .popup-nft__row .counter, .page__nft .popup--nft#reservedBuy .popup-nft__row .counter {
    margin-bottom: 20px;
  }
  .page__nft .popup--nft#miningBuy .popup__footer .btn, .page__nft .popup--nft#reservedBuy .popup__footer .btn {
    margin: 0;
  }
}
.page__nft .popup--nft .counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__nft .popup--nft .counter .counter__input::-webkit-outer-spin-button,
.page__nft .popup--nft .counter .counter__input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.page__nft .popup--nft .counter--second {
  margin-top: 10px;
  gap: 10px;
}
.page__nft .popup--nft .counter__input {
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  border: none;
  outline: none;
  width: 107px;
  text-align: center;
  -moz-appearance: textfield;
}
.page__nft .popup--nft .counter__input--second {
  width: 3ch;
  text-align: right;
  color: #b3b3b3;
}
.page__nft .popup--nft .counter__input--primary {
  color: #f7931a;
}
.page__nft .popup--nft .counter__input--total {
  width: 3ch;
  text-align: left;
}
.page__nft .popup--nft .counter__input:disabled {
  background: #ffffff;
}
.page__nft .popup--nft .counter__slash {
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #b3b3b3;
  padding: 0 5px;
}
.page__nft .popup--nft .counter__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 26px;
}
.page__nft .popup--nft .counter__text b {
  color: #f7931a;
  font-weight: bold;
}
.page__nft .popup--nft .counter__label {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 10px 0;
}
.page__nft .popup--nft .counter button {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 40px;
  height: 40px;
  background: transparent;
}
.page__nft .popup--nft .counter button.counter__btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #4285f4;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .page__nft .popup--nft .counter button.counter__btn {
    display: none;
  }
}
.page__nft .popup--nft .popup__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
.page__nft .popup--nft .popup__text {
  font-size: 18px;
  line-height: 30px;
  color: #494949;
}
.page__nft .popup--nft .popup__container {
  position: absolute;
  max-width: 740px;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 800px) {
  .page__nft .popup--nft .popup__container {
    top: 30px;
    transform: translateY(0%) translateX(-50%);
  }
  .page__nft .popup--nft .popup__container.popup__card {
    width: calc(100% - 40px);
  }
}
.page__nft .popup--nft .popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.page__nft .popup--nft .popup__card {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 0;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.page__nft .popup--nft .popup__top {
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 30px 20px;
  position: relative;
}
.page__nft .popup--nft .popup__top svg {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.page__nft .popup--nft .popup__top-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}
.page__nft .popup--nft .popup__body {
  padding: 20px 30px 40px;
  position: relative;
}
.page__nft .popup--nft .popup__body-text {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.page__nft .popup--nft .popup__row {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 15px;
}
.page__nft .popup--nft .popup__row-img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
}
.page__nft .popup--nft .popup__row-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-left: 15px;
  color: #000;
}
.page__nft .popup--nft .popup__row-info {
  margin-left: auto;
  text-align: right;
}
.page__nft .popup--nft .popup__row-info-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  margin-bottom: 5px;
}
.page__nft .popup--nft .popup__row-info-price {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
  color: #000;
  display: flex;
  align-items: center;
}
.page__nft .popup--nft .popup__row-info-price span {
  margin-right: 5px;
}
.page__nft .popup--nft .popup__row-info-price img {
  margin-right: 8px;
  background: #ebebeb;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page__nft .popup--nft .popup__row {
    flex-direction: column;
    text-align: center;
  }
  .page__nft .popup--nft .popup__row-info {
    margin: 0;
    text-align: center;
  }
}
.page__nft .popup--nft .popup__footer {
  background: #f7f7f7;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
  border-radius: 0px 0px 6px 6px;
}
@media (max-width: 768px) {
  .page__nft .popup--nft .popup__footer {
    flex-direction: column;
  }
  .page__nft .popup--nft .popup__footer .btn {
    width: 100%;
    max-width: none !important;
  }
  .page__nft .popup--nft .popup__footer .btn:first-child {
    margin-bottom: 20px;
  }
  .page__nft .popup--nft .popup__footer--single-btn .btn {
    margin: 0;
  }
}
.page__nft .popup--nft .popup__footer--single-btn {
  justify-content: center;
}
.page__nft .popup--nft .popup__footer .btn {
  max-width: 310px;
  display: inline-flex;
  justify-content: center;
  line-height: 50px;
  padding: 0;
  height: 50px;
  width: 100%;
  font-weight: bold;
  align-items: center;
  border-radius: 6px;
}
.page__nft .popup--nft .popup__footer .btn_simple:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}
.page__nft .popup--nft .popup__footer .btn svg {
  margin-right: 10px;
}
.page__nft .popup--nft .popup__check {
  margin: 20px auto;
}
.page__nft .popup--nft .popup__check label {
  display: inline-flex;
  align-items: center;
}
.page__nft .popup--nft .popup__check-input {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  transition: all 0.3s;
}
.page__nft .popup--nft .popup__check-input svg {
  transition: all 0.3s;
  opacity: 0;
}
.page__nft .popup--nft .popup__check input {
  display: none;
}
.page__nft .popup--nft .popup__check input:checked + div {
  background: #4285f4;
  border-color: #4285f4;
}
.page__nft .popup--nft .popup__check input:checked + div svg {
  opacity: 1;
}
.page__nft .popup--nft .popup__check span {
  font-size: 14px;
  line-height: 16px;
  margin-left: 8px;
  color: #b3b3b3;
}
.page__nft .popup--nft .popup__steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page__nft .popup--nft .popup__steps {
    flex-direction: column;
  }
}
.page__nft .popup--nft .popup__step {
  max-width: 305px;
  width: 100%;
  counter-increment: step;
}
@media (max-width: 768px) {
  .page__nft .popup--nft .popup__step {
    margin: 0 auto;
  }
}
.page__nft .popup--nft .popup__step-img {
  width: 100%;
  margin-bottom: 15px;
}
.page__nft .popup--nft .popup__step-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.page__nft .popup--nft .popup__step-text:before {
  content: counter(step);
  display: block;
  min-width: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  font-size: 17.2308px;
  color: #f7931a;
  border: 2.5px solid #f7931a;
  border-radius: 100%;
  margin-right: 10px;
}
.page__nft .popup--nft form .popup__footer .btn--loader {
  display: none;
}
.page__nft .popup--nft form.submit .popup__footer .btn[type=submit] {
  display: none;
}
.page__nft .popup--nft form.submit .popup__footer .btn--loader {
  display: inline-flex;
}
.page__nft .popup--instruction .popup__body {
  padding-bottom: 20px;
}
.page__nft .popup--instruction .popup__card {
  max-width: 1015px;
}
@media (min-width: 769px) {
  .page__nft .popup--instruction .popup__card .popup__step:nth-child(2) {
    margin: 0 20px;
  }
}
.page__nft .header {
  background-color: #fff;
}
@media (max-width: 1279px) {
  .page__nft .header__container {
    flex-direction: column !important;
  }
}
@media (max-width: 768px) {
  .page__nft .header {
    margin-bottom: 0;
  }
  .page__nft .header__socials {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .page__nft .header__navbar {
    padding-bottom: 10px;
  }
  .page__nft .header__connect {
    order: 2;
  }
  .page__nft .header__lang {
    order: 2;
  }
}
.page__nft .header__logo {
  position: relative;
  z-index: 3;
}
.page__nft .header .logo-animated--not-animated {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page__nft .header .logo-animated--not-animated {
    height: 40px;
  }
  .page__nft .header .logo-animated--not-animated svg {
    height: 40px;
  }
}
.page__nft .header.fixed .logo-animated--not-animated {
  height: 50px;
}
.page__nft .header.fixed .logo-animated--not-animated svg {
  height: 50px;
  width: auto;
}
@media (max-width: 768px) {
  .page__nft .header.fixed .logo-animated--not-animated {
    height: 40px;
  }
  .page__nft .header.fixed .logo-animated--not-animated svg {
    height: 40px;
  }
}
.page__nft .tripple-arrow--1 {
  height: 80px;
  width: auto;
}
.page__nft .baner {
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  max-width: 800px;
  padding: 30px 40px 30px 30px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page__nft .baner {
    flex-direction: column;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
.page__nft .baner .text {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  margin: 0;
  margin-left: 30px;
  color: #000;
}
@media (max-width: 768px) {
  .page__nft .baner .text {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}
.page__nft .baner--blue {
  border-color: #4285f4;
  background: #f0f6ff;
}
.page__nft .baner--yellow {
  background: #fffbeb;
  border-color: #f7c21a;
}
.page__nft .baner--purple {
  background: #fbf2ff;
  border-color: #a033cc;
}
.page__nft .baner--green {
  background: #ecffec;
  border-color: #37cc33;
}
.page__nft .baner--mobile {
  display: none;
}
@media (max-width: 768px) {
  .page__nft .baner--mobile {
    display: flex;
    margin: 30px -10px;
  }
  .page__nft .baner--mobile img {
    margin-bottom: 20px;
  }
  .page__nft .baner--mobile p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
  }
}
.page__nft .baner--button {
  transition: all 0.3s;
  cursor: pointer;
}
.page__nft .baner--button .btn {
  width: 100px;
  margin-left: 30px;
  line-height: 50px;
  height: 50px;
  transition: all 0.3s;
}
.page__nft .baner--button .text {
  width: 100%;
}
.page__nft .baner--button .loader {
  width: 120px;
}
.page__nft .baner--button .loader i {
  background: #37cc33;
}
.page__nft .baner--button:hover {
  background: #fffaf3;
  border-color: #f7931a;
}
.page__nft .baner--button:hover .btn {
  background: #f7931a;
}
@media (max-width: 768px) {
  .page__nft .baner--button .btn {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
  }
}
.page__nft .baner--timer .text {
  width: 100%;
}
.page__nft .baner--timer .baner__group {
  text-align: center;
  margin-left: 40px;
}
.page__nft .baner--timer .baner__group-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.page__nft .baner--timer .baner__group-value {
  font-weight: bold;
  color: #f7931a;
  font-size: 28px;
  line-height: 40px;
}
.page__nft .baner--timer .baner__group-value--timer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page__nft .baner--timer .baner__group-value--timer .timer__item {
  display: flex;
  align-items: center;
}
.page__nft .baner--timer .baner__group-value--timer .timer__value, .page__nft .baner--timer .baner__group-value--timer .timer__item .smalltext, .page__nft .baner--timer .baner__group-value--timer .timer__separator {
  font-size: 28px;
  line-height: 40px;
  color: #37cc33;
  margin: 0;
}
.page__nft .baner--timer .baner__group-value--timer .timer__separator {
  margin: 0 5px;
}
.page__nft .card-tokens .btn {
  padding: 0;
}
.page__nft .card-tokens__title {
  width: 100%;
}
@media (max-width: 768px) {
  .page__nft .card-tokens__baner {
    padding: 0 20px 20px !important;
  }
}
.page__nft .card-tokens__btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.page__nft .card-tokens__btns .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .page__nft .card-tokens__btns {
    width: auto;
  }
  .page__nft .card-tokens__btns .btn {
    padding: 0;
    border: none;
    max-width: none;
    width: auto;
  }
  .page__nft .card-tokens__btns .btn span {
    display: none;
  }
}
.page__nft .card-tokens__btns .btn:not(:last-child) {
  margin-right: 20px;
}
.page__nft .social-btn_fb {
  background-color: #1877f2;
}
.page__nft .social-btn_fb:before {
  transform: translateY(0px) translateX(-50%);
  top: auto;
  bottom: -7px;
  width: 17px !important;
  height: 32px !important;
  background-image: url("data:image/svg+xml,<svg width='18' height='33' viewBox='0 0 18 33' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M16.7822 18.7813L17.6689 13.0001H12.1221V9.24848C12.1221 7.66686 12.8969 6.12519 15.3813 6.12519H17.9033V1.20337C17.9033 1.20337 15.6145 0.812744 13.4264 0.812744C8.85797 0.812744 5.87214 3.58147 5.87214 8.59392V13.0001H0.794067V18.7813H5.87214V32.757C6.89038 32.9167 7.934 32.9999 8.99711 32.9999C10.0602 32.9999 11.1039 32.9167 12.1221 32.757V18.7813H16.7822Z' fill='white'/></svg>");
}
.page__nft .btn_simple {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  color: #4285f4;
  max-width: 320px;
  width: 100%;
  transition: all 0.3s;
}
.page__nft .btn_simple svg path {
  transition: all 0.3s;
}
.page__nft .btn_simple:hover {
  color: #fff;
  border-color: #f7931a;
  background-color: #f7931a;
}
.page__nft .btn_simple:hover svg path {
  fill: #fff;
}
.page__nft .text {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .page__nft .text {
    font-size: 16px;
    line-height: 25px;
  }
}
.page__nft .icon {
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .page__nft .icon {
    width: 70px;
    height: 70px;
  }
}
.page__nft .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page__nft .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.page__nft .top-section {
  background-color: #fff;
  position: relative;
  padding: 40px 20px 30px;
}
.page__nft .top-section--landing {
  background-image: url("../images/nft/top-nft-bkg@2x.png");
  background-size: 100% 885px;
  padding: 175px 20px 30px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .page__nft .top-section--landing {
    background-image: url("../images/nft/top-nft-bkg-mob@2x.png");
    padding: 220px 20px 30px;
  }
}
@media (max-width: 768px) {
  .page__nft .top-section--landing {
    background-image: url("../images/nft/top-nft-bkg-mob@2x.png");
    padding: 97px 20px 30px !important;
    background-size: 100% 90%;
  }
}
.page__nft .top-section > *:not(.parts) {
  position: relative;
  z-index: 3;
}
.page__nft .top-section__dots {
  margin: 0px auto 20px;
  display: block;
}
.page__nft .top-section__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.page__nft .top-section__tag span {
  padding: 8px 20px;
  border: 3px solid #1dc886;
  border-radius: 25px;
  color: #1dc886;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.page__nft .top-section__banner {
  max-width: 900px;
  margin: 0 auto 60px;
  border-radius: 10px;
  background: #362209;
  border: 4px solid #f7931a;
  padding: 25px;
  font-size: 20px;
  line-height: 32px;
  color: #ffdfb8;
}
.page__nft .top-section__banner b {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .page__nft .top-section__banner {
    text-align: center;
  }
}
.page__nft .top-section__bkg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.page__nft .top-section__btn {
  background-color: #fff;
  border-radius: 25px;
  max-width: 275px;
  width: 100%;
  display: flex;
  margin: 20px auto 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  color: #4285f4;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page__nft .top-section__btn {
    margin: 20px auto 40px;
  }
}
.page__nft .top-section__btn svg {
  margin-right: 10px;
}
.page__nft .top-section__btn svg path {
  transition: fill 0.3s;
}
.page__nft .top-section__btn:hover {
  background: #f7931a;
  color: #fff;
}
.page__nft .top-section__btn:hover svg path {
  fill: #fff;
}
.page__nft .top-section__btn[disabled] {
  background: #494949;
  color: #8e8e8e;
}
.page__nft .top-section__btn[disabled] svg path {
  fill: #8e8e8e;
}
@media (max-width: 768px) {
  .page__nft .top-section {
    padding-top: 40px;
  }
}
.page__nft .top-section__icon {
  display: block;
  margin: 0 auto 20px;
}
.page__nft .top-section__title {
  text-align: center;
  font-weight: bold;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .page__nft .top-section__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
}
.page__nft .top-section .text {
  color: #b3b3b3;
  margin: 0 auto 30px;
  max-width: 1060px;
}
.page__nft .top-section .text b {
  color: #fff;
}
.page__nft .top-section .text a {
  text-decoration: none;
  color: #4285f4;
}
.page__nft .top-section .text a:hover {
  color: #f7931a;
}
@media (max-width: 768px) {
  .page__nft .top-section .text {
    margin-bottom: 30px;
  }
}
.page__nft .top-section__baner {
  background: #ecffec;
  border: 4px solid #37cc33;
  border-radius: 10px;
  max-width: 800px;
  padding: 17px 40px 17px 30px;
  margin: 0 auto 40px;
  display: flex;
}
@media (max-width: 768px) {
  .page__nft .top-section__baner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 30px;
  }
}
.page__nft .top-section__baner-icon {
  width: 70px;
}
@media (max-width: 768px) {
  .page__nft .top-section__baner-icon {
    width: 60px;
    height: 60px;
  }
}
.page__nft .top-section__baner .text {
  margin: 0;
  text-align: left;
  margin-left: 30px;
  color: #000;
}
@media (max-width: 768px) {
  .page__nft .top-section__baner .text {
    margin-left: 0px;
    margin-top: 15px;
    text-align: center;
  }
}
.page__nft .top-section .btn {
  margin: 0 auto 50px;
  padding: 0;
  display: block;
  max-width: 320px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
}
.page__nft .top-section__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page__nft .top-section__btns {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.page__nft .top-section__btns .btn {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 50px;
}
@media (max-width: 768px) {
  .page__nft .top-section__btns .btn {
    margin-bottom: 20px;
  }
}
.page__nft .top-section__btns .btn:first-child {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .page__nft .top-section__btns .btn:first-child {
    margin-right: 0;
  }
}
.page__nft .top-section__btns .btn svg {
  margin-right: 10px;
}
.page__nft .top-section .scroll {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page__nft .top-section .scroll {
    display: none;
  }
}
.page__nft .top-section .parts__img--1 {
  top: 0px;
  left: 129px;
}
.page__nft .top-section .parts__img--2 {
  top: 0px;
  right: 480px;
}
.page__nft .top-section .parts__img--3 {
  top: 40px;
  right: 85px;
}
.page__nft .top-section .parts__img--4 {
  left: 90px;
  top: 50px;
}
.page__nft .top-section .parts__img--5 {
  bottom: 200px;
  left: 25px;
}
.page__nft .top-section .parts__img--6 {
  bottom: 128px;
  left: 303px;
}
.page__nft .top-section .parts__img--7 {
  right: 40px;
  bottom: 224px;
}
.page__nft .top-section .parts__img--8 {
  bottom: 32px;
  right: 298px;
}
.page__nft .parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%) !important;
  max-width: 1280px;
}
.page__nft .parts__item {
  width: 100%;
  height: 100%;
}
.page__nft .parts__img {
  position: absolute;
}
@media (max-width: 768px) {
  .page__nft .parts {
    display: none;
  }
}
.page__nft .what-section {
  background-color: #fff;
  position: relative;
  padding: 80px 20px 0px;
}
.page__nft .what-section__bkg {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.page__nft .what-section--timer {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  border-bottom: 8px solid #f7931a;
  text-align: center;
}
.page__nft .what-section--timer .btn {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  max-width: 320px;
  width: 100%;
  border-radius: 6px;
  margin: 40px 0 30px;
}
.page__nft .what-section--timer .btn svg {
  margin-right: 10px;
}
.page__nft .what-section--timer-end .what-section__bkg {
  top: 50px;
}
.page__nft .what-section .timer__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin: 40px auto 10px;
  color: #f7931a;
}
.page__nft .what-section .timer__title--red {
  color: #f74249;
}
.page__nft .what-section .timer__img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.page__nft .what-section .timer__img--big {
  max-width: 500px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 420px) {
  .page__nft .what-section .timer__img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .page__nft .what-section {
    padding: 60px 20px 0px;
  }
}
.page__nft .what-section > *:not(.what-bkg, .what-section__bkg) {
  position: relative;
  z-index: 2;
}
.page__nft .what-section .title {
  color: #fff;
}
.page__nft .what-section .text {
  color: #b3b3b3;
  max-width: 1060px;
  margin: 0 auto;
}
.page__nft .what-section__icon {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page__nft .what-section__icon {
    width: 220px;
    margin-top: 5px;
  }
}
.page__nft .what-section .what-bkg {
  height: 100%;
  max-height: 100%;
  min-width: 768px;
}
.page__nft .what-section__tag {
  display: inline-block;
  border: 3px solid #1dc886;
  border-radius: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 44px;
  color: #1dc886;
  padding: 0 17px;
}
@media (max-width: 768px) {
  .page__nft .what-section__tag {
    padding-top: 2px;
    font-size: 16px;
    line-height: 36px;
  }
}
.page__nft .what-bkg {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  max-height: 567px;
}
.page__nft .started-section {
  background-color: #fff;
  padding: 0px 20px 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .page__nft .started-section {
    padding: 0px 20px 60px;
  }
}
@media (max-width: 768px) {
  .page__nft .started-section .title {
    margin-bottom: 10px;
  }
}
.page__nft .started-section .text {
  max-width: 1060px;
  margin: 0 auto 50px;
}
.page__nft .started-section .text a {
  text-decoration: none;
  color: #4285f4;
}
.page__nft .started-section .text a:hover {
  color: #f7931a;
}
.page__nft .started-section .steps {
  margin-bottom: 0;
  max-width: 1184px;
  justify-content: center;
}
.page__nft .started-section .steps--two-item {
  justify-content: center;
}
.page__nft .started-section .steps__text a {
  font-weight: bold;
}
@media (max-width: 768px) {
  .page__nft .started-section .steps {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .page__nft .started-section .steps__icon {
    height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .page__nft .started-section .steps__icon img {
    width: 80px;
    height: 80px;
  }
}
.page__nft .started-section .steps__item {
  width: 220px;
}
@media (max-width: 768px) {
  .page__nft .started-section .steps__item {
    padding-top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page__nft .started-section .steps__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .page__nft .started-section .steps__arrow {
    display: block;
    transform: rotate(90deg) translateY(29px);
    margin-top: 1px;
  }
}
.page__nft .started-section .steps__text {
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .page__nft .started-section .steps__text {
    text-align: left;
  }
}
.page__nft .started-section .steps__text a,
.page__nft .started-section .steps__text button {
  text-decoration: none;
  color: #4285f4;
}
.page__nft .started-section .steps__text a:hover,
.page__nft .started-section .steps__text button:hover {
  color: #f7931a;
}
.page__nft .started-section .steps__text button {
  border: none;
  background: none;
  outline: none;
  font: inherit;
  font-weight: bold;
}
.page__nft .started-section .btn_simple {
  margin: 50px auto 0px;
  display: block;
}
.page__nft .started-section .btn_disabled {
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  max-width: none;
  min-width: 320px;
  width: auto;
  display: inline-block;
  color: #b3b3b3;
}
.page__nft .started-section .btn_disabled:hover {
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  color: #b3b3b3;
}
.page__nft .started-section__baner {
  background: #f0f6ff;
  border: 4px solid #4285f4;
  border-radius: 10px;
  max-width: 800px;
  padding: 30px 40px 30px 30px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page__nft .started-section__baner {
    flex-direction: column;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
.page__nft .started-section__baner .text {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  margin: 0;
  margin-left: 30px;
  color: #000;
}
@media (max-width: 768px) {
  .page__nft .started-section__baner .text {
    margin-top: 15px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}
.page__nft .card-section {
  background: #fff;
  padding-bottom: 80px;
}
@media (max-width: 1100px) {
  .page__nft .card-section {
    padding: 0 20px 37px;
  }
}
.page__nft .card-section__baner {
  margin-top: 40px;
  max-width: 1100px;
  padding: 25px 30px;
}
.page__nft .card-section__advantages {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto 40px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page__nft .card-section__advantages {
    flex-direction: column;
    align-items: center;
    padding: 0px;
    margin-bottom: 37px;
  }
}
.page__nft .card-section__advantages-item {
  text-align: center;
  max-width: none;
  padding: 25px 18px;
  width: 100%;
}
.page__nft .card-section__advantages-item:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  .page__nft .card-section__advantages-item {
    padding: 20px 15px;
    max-width: 100%;
  }
  .page__nft .card-section__advantages-item:not(:last-child) {
    border: none;
    border-bottom: 1px solid #d6d6d6;
  }
}
.page__nft .card-section__advantages-icon {
  margin-bottom: 15px;
}
.page__nft .card-section__advantages-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .page__nft .card-section__advantages-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.page__nft .card-section .bot-card {
  border: 1px solid #d6d6d6;
  background: #fff;
  position: relative;
  z-index: 4;
  border-radius: 20px;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.page__nft .card-section .bot-card__adress {
  background: #f7931a;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
}
.page__nft .card-section .bot-card__adress span {
  font-weight: normal;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__adress {
    padding: 10px 20px;
    margin: 0 -20px;
  }
}
.page__nft .card-section .bot-card__end {
  display: flex;
  align-items: center;
  position: absolute;
  transform: rotate(-30deg);
  width: 100%;
  left: -52px;
  top: 44%;
  min-width: 611px;
  background: #1dc886;
  padding: 6px;
}
.page__nft .card-section .bot-card__end span {
  font-weight: bold;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 0px 6px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card {
    padding: 0 20px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .page__nft .card-section .bot-card__link {
    max-width: 440px;
    width: 100%;
    max-height: 440px;
    box-sizing: border-box;
    margin: 1px;
  }
  .page__nft .card-section .bot-card__link img {
    max-width: 440px;
    width: 100%;
    border: none;
  }
}
.page__nft .card-section .bot-card .baner {
  margin: 0;
  margin-top: 30px;
}
.page__nft .card-section .bot-card__master {
  display: flex;
  padding: 15px;
  border-radius: 6px;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
.page__nft .card-section .bot-card__master-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page__nft .card-section .bot-card__master-text {
  font-size: 14px;
  line-height: 24px;
  color: #494949;
}
.page__nft .card-section .bot-card__master-img {
  max-width: 80px;
  position: relative;
  margin-right: 15px;
  border-radius: 6px;
  height: 80px;
}
.page__nft .card-section .bot-card__master-img img {
  max-width: 100%;
  width: 100%;
}
.page__nft .card-section .bot-card__master-img:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.page__nft .card-section .bot-card__icon {
  position: absolute;
  top: -40px;
  left: -40px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
  z-index: 5;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__icon {
    top: -10px;
    left: -10px;
  }
}
.page__nft .card-section .bot-card__body {
  padding: 50px 50px 30px;
}
.page__nft .card-section .bot-card__body-info {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__body-info {
    display: block;
  }
}
.page__nft .card-section .bot-card__body-advantages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__body-advantages {
    display: block;
  }
}
.page__nft .card-section .bot-card__body-advantages .advantages__card {
  border: 1px dashed #d6d6d6;
  border-radius: 10px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page__nft .card-section .bot-card__body-advantages .advantages__card:nth-child(2) {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__body-advantages .advantages__card:nth-child(2) {
    margin: 20px 0;
  }
}
.page__nft .card-section .bot-card__body-advantages .advantages__text {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  display: flex;
}
.page__nft .card-section .bot-card__body-advantages .advantages__text .timer__item {
  display: flex;
  margin: 0;
}
.page__nft .card-section .bot-card__body-advantages .advantages__text .timer__value {
  margin: 0;
  font: inherit;
  color: #000;
}
.page__nft .card-section .bot-card__body-advantages .advantages__text .timer__separator {
  font: inherit;
  display: block;
  margin: 0 5px;
  color: #000;
}
.page__nft .card-section .bot-card__body-advantages .advantages__icon {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__body {
    flex-direction: column;
    padding: 0px;
    padding-top: 50px;
  }
}
.page__nft .card-section .bot-card__content {
  width: 100%;
}
.page__nft .card-section .bot-card__link {
  position: relative;
  text-decoration: none;
  margin-right: 50px;
  width: 100%;
  max-width: 440px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  line-height: 0;
  max-height: 440px;
}
.page__nft .card-section .bot-card__link .hide {
  position: relative;
  overflow: hidden;
}
.page__nft .card-section .bot-card__link img {
  border-radius: 10px;
  max-width: 438px;
}
.page__nft .card-section .bot-card__link:hover:before {
  box-shadow: 0px 1px 8px rgba(4, 17, 29, 0.25);
}
.page__nft .card-section .bot-card__link:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: 2;
  opacity: 0.96;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.page__nft .card-section .bot-card__link:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  right: 26px;
  z-index: 3;
  bottom: 25px;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent;
  border-left-color: #757575;
}
.page__nft .card-section .bot-card__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.page__nft .card-section .bot-card__text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 30px;
}
.page__nft .card-section .bot-card__text b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.page__nft .card-section .bot-card__baner {
  background: #fffaf3;
  border: 4px solid #f7931a;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__baner {
    margin-bottom: 25px;
  }
}
.page__nft .card-section .bot-card__baner p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__baner p {
    font-size: 16px;
    line-height: 26px;
  }
}
.page__nft .card-section .bot-card__subtext {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__subtext {
    font-size: 16px;
    line-height: 26px;
  }
}
.page__nft .card-section .bot-card__price {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #f7931a;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__price {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
.page__nft .card-section .bot-card__tag {
  display: inline-block;
  border: 3px solid #a033cc;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 44px;
  color: #a033cc;
  padding: 0 17px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__tag {
    padding-top: 2px;
    font-size: 16px;
    line-height: 36px;
  }
}
.page__nft .card-section .bot-card__tag--green {
  border-color: #1dc886;
  color: #1dc886;
}
.page__nft .card-section .bot-card__footer {
  background: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  padding: 20px 0;
  text-align: center;
  display: flex;
  border-radius: 0px 0px 20px 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__footer {
    flex-direction: column;
    align-items: center;
    border: 0 none;
    background: transparent;
    padding: 40px 0 0;
  }
}
.page__nft .card-section .bot-card__footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: bold;
  max-width: 320px;
  width: 100%;
  margin: 0;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__footer .btn {
    max-width: 100%;
  }
}
.page__nft .card-section .bot-card__footer .btn:first-child {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .page__nft .card-section .bot-card__footer .btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page__nft .card-section .bot-card__footer .btn:last-child:hover > svg path {
  fill: #fff;
}
.page__nft .card-section .bot-card__footer .btn svg {
  margin-right: 10px;
}
.page__nft .change__container {
  padding: 80px 20px 10px;
  background: #fff;
}
.page__nft .change .tokens {
  max-width: 1100px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 60px;
}
@media (max-width: 950px) {
  .page__nft .change .tokens {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 540px;
  }
  .page__nft .change .tokens .token {
    margin: 0 !important;
  }
}
@media (max-width: 600px) {
  .page__nft .change .tokens {
    grid-template-columns: 1fr;
  }
  .page__nft .change .tokens .token {
    max-width: none;
  }
  .page__nft .change .tokens .token .btn {
    max-width: none;
  }
}
.page__nft .change .token {
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page__nft .change .token:not(:last-child) {
  margin-right: 20px;
}
.page__nft .change .token__img {
  border-radius: 6px;
  position: relative;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.1)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2));
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.page__nft .change .token__img img {
  max-width: 100%;
  width: 100%;
}
.page__nft .change .token__img-play {
  width: 36px !important;
  height: 36px;
  position: absolute;
  border-radius: 100%;
  bottom: 10px;
  right: 10px;
  box-shadow: 0px 0.9px 2.7px rgba(0, 0, 0, 0.25);
}
.page__nft .change .token__title {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.page__nft .change .token__title:hover {
  color: #4285f4;
}
.page__nft .change .token__text {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
  margin-bottom: 20px;
}
.page__nft .change .token__btns {
  margin-top: auto;
}
.page__nft .change .token__btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  font-size: 14px;
  height: auto;
  line-height: 50px;
}
.page__nft .change .token__btns .btn svg {
  margin-right: 10px;
}
.page__nft .change .token__btns .btn svg path {
  transition: all 0.3s;
}
.page__nft .change .token__btns .btn:hover svg path {
  fill: #fff;
}
.page__nft .change .token__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: #ecffec;
  font-size: 18px;
  line-height: 50px;
  margin-top: 10px;
}
.page__nft .change .token__tag-main {
  margin: 0 10px;
  font-weight: bold;
}
.page__nft .change .token__tag--orange {
  background: #fff5e9;
}
.page__nft .change .token__tag--orange .token__tag-main {
  color: #f7931a;
}
.page__nft .change .token__tag--purple {
  background: #fbf2ff;
}
.page__nft .change .token__tag--bold span {
  font-weight: bold;
}
.page__nft .change .token__tag--blue {
  background: #f0f6ff;
}
.page__nft .change .token__tag--hide {
  background: none;
  height: 50px;
}
@media (max-width: 768px) {
  .page__nft .change .token__tag--hide {
    display: none;
  }
}
.page__nft .change .support {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  max-width: 803px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  align-items: center;
}
.page__nft .change .support__text {
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .page__nft .change .support {
    display: block;
    text-align: center;
  }
  .page__nft .change .support__text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.page__nft .double {
  padding: 80px 20px 90px;
  background: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.page__nft .double .text {
  max-width: 1100px;
  margin: 0 auto;
}
.page__nft .double .advantages {
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: center;
  gap: 40px;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.page__nft .double .advantages__card {
  width: 100%;
  padding: 30px 30px 50px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top: 6px solid #4285f4;
}
.page__nft .double .advantages__card--orange {
  border-top-color: #f7931a;
}
.page__nft .double .advantages__card-icon {
  margin-bottom: 20px;
}
.page__nft .double .advantages__card-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
}
.page__nft .double .advantages__card-text {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
}
.page__nft .double .parts__img--1 {
  top: 90px;
  left: 265px;
}
.page__nft .double .parts__img--2 {
  top: 205px;
  left: 41px;
}
.page__nft .double .parts__img--3 {
  top: 187px;
  right: 56px;
}
.page__nft .double .parts__img--4 {
  right: 49px;
  bottom: 320px;
}
.page__nft .double .parts__img--5 {
  right: 50px;
  bottom: 8px;
}
.page__nft .double .parts__img--6 {
  top: 111px;
  right: 270px;
}
.page__nft .double .parts__img--7 {
  left: 17px;
  bottom: 335px;
}
.page__nft .double .parts__img--8 {
  bottom: 84px;
  left: 60px;
}
.page__nft .share-friend {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  padding: 80px 20px;
  border-bottom: 8px solid #f7931a;
  position: relative;
}
.page__nft .share-friend .title {
  color: #fff;
  margin-bottom: 4px;
}
.page__nft .share-friend .title.label {
  color: #f7931a;
  margin-bottom: 0;
}
.page__nft .share-friend .tripple-arrow--1 {
  width: 50px;
  height: 80px;
  margin: 30px auto 0;
  transform: rotate(180deg);
}
.page__nft .share-friend > *:not(.share-friend__bkg) {
  position: relative;
  z-index: 2;
}
.page__nft .share-friend__bkg {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page__nft .share-friend__bkg {
    display: none;
  }
}
.page__nft .share-friend .social-btns {
  margin: 40px auto 0px;
  background-color: #000;
  max-width: 687px;
  border-radius: 65px;
  padding: 30px;
  display: flex;
}
.page__nft .share-friend .social-btns__more {
  width: 72px;
  height: 72px;
}
.page__nft .share-friend .social-btns .social-btn {
  width: 100%;
  max-width: 96px;
  height: 72px;
  border-radius: 36px;
  margin-right: 15px;
}
.page__nft .share-friend .social-btns .social-btn_fb:before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.page__nft .using-browser > .container {
  padding-bottom: 80px;
}
.page__nft .using-browser .container {
  display: block;
  margin: 0 auto;
  background: #f7f7f7;
  min-height: auto;
}
.page__nft .using-browser .container .platforms__btns a,
.page__nft .using-browser .container .platforms__btns button {
  border-radius: 6px;
}
.page__nft .using-browser .container .why-b__card {
  border-radius: 6px;
}
.page__nft .using-browser .container .why-b__card .more-link {
  border: 1px solid #d6d6d6;
  border-radius: 40px;
}
.page__nft .using-browser .container .why-b__card .more-link span {
  display: inline-flex;
  align-items: center;
}
.page__nft .using-browser .container .why-b__card .more-link span:after {
  width: 22px;
  height: 14px;
  background: url('data:image/svg+xml,<svg width="22" height="14" viewBox="0 0 22 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.2931 1.70711C13.9026 1.31658 13.9026 0.683417 14.2931 0.292893C14.6837 -0.0976311 15.3168 -0.0976311 15.7074 0.292893L21.7073 6.29289C22.0979 6.68342 22.0979 7.31658 21.7073 7.70711L15.7074 13.7071C15.3168 14.0976 14.6837 14.0976 14.2931 13.7071C13.9026 13.3166 13.9026 12.6834 14.2931 12.2929L18.586 7.99998H1.01103C0.452653 7.99998 0 7.55227 0 6.99998C0 6.4477 0.452653 5.99998 1.01103 5.99998H18.586L14.2931 1.70711Z" fill="%234285F4"/></svg>') no-repeat center/contain;
}
.page__nft .using-browser .container .why-b__card .more-link:hover {
  border-color: #4285f4;
}
.page__nft .using-browser .container .intro__download-btns a,
.page__nft .using-browser .container .intro__download-btns button {
  border-radius: 6px;
}
.page__nft .using-browser .container .intro__download-btns .btn--download {
  background: #37cc33;
  transition: all 0.3s;
}
.page__nft .using-browser .container .intro__download-btns .btn--download:hover {
  background: #f7931a;
}
.page__nft-onescreen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page__nft-onescreen .header {
  background-color: #fff;
}
.page__nft-onescreen .content {
  background-color: #fff;
  position: relative;
  min-height: 100%;
  padding: 70px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.page__nft-onescreen .card-login {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 600px;
  margin-bottom: 150px;
  width: 100%;
  border-top: 8px solid #f7931a;
  text-align: center;
}
.page__nft-onescreen .card-login > *:not(.card-login__bkg) {
  position: relative;
  z-index: 2;
}
.page__nft-onescreen .card-login__bkg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.page__nft-onescreen .card-login__body {
  padding: 40px 40px 30px;
  background: #fff;
}
.page__nft-onescreen .card-login__icon {
  margin-bottom: 20px;
}
.page__nft-onescreen .card-login__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.page__nft-onescreen .card-login__text {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
}
.page__nft-onescreen .card-login__text a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.3s;
}
.page__nft-onescreen .card-login__text a:hover {
  color: #f7931a;
}
.page__nft-onescreen .card-login__subtext {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #494949;
}
.page__nft-onescreen .card-login__subtext b {
  font-weight: bold;
}
.page__nft-onescreen .card-login__subtext a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.3s;
}
.page__nft-onescreen .card-login__subtext a:hover {
  color: #f7931a;
}
.page__nft-onescreen .card-login__footer {
  border-radius: 0px 0px 10px 10px;
  background: #f7f7f7;
  border-top: 1px solid #d6d6d6;
  padding: 20px 0;
  text-align: center;
}
.page__nft-onescreen .card-login__footer .btn svg {
  margin-left: 10px;
}
.page__nft-onescreen .card-login__footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.page__nft-onescreen .card-login__footer-container a {
  text-decoration: none;
  display: block;
}
.page__nft-onescreen .card-login__footer-container a:first-child {
  margin-right: 20px;
}
.page__nft-onescreen .card-login__footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  font-weight: bold;
  padding: 0;
  width: 100%;
  border-radius: 6px;
}
.page__nft-onescreen .card-login__footer .btn svg {
  margin-right: 10px;
}
.page__nft-onescreen .card-login__footer .btn[disabled=disabled] {
  background-color: #494949;
}
.page__nft-onescreen .main__img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  .page__nft-onescreen .header {
    margin: 0;
  }
  .page__nft-onescreen .content {
    padding-bottom: 200px;
    padding-top: 20px;
  }
  .page__nft-onescreen .main__img {
    width: 520px;
    max-width: none;
  }
  .page__nft-onescreen .card-login {
    margin-bottom: 0;
  }
  .page__nft-onescreen .card-login__body {
    padding: 30px 10px 20px;
  }
  .page__nft-onescreen .card-login__icon {
    margin-bottom: 15px;
  }
  .page__nft-onescreen .card-login__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .page__nft-onescreen .card-login__text {
    font-size: 16px;
    line-height: 155%;
  }
  .page__nft-onescreen .card-login__footer {
    padding: 15px;
  }
  .page__nft-onescreen .card-login__footer .btn {
    max-width: none;
  }
}
@media (max-height: 800px) and (min-width: 769px) {
  .page__nft-onescreen .content {
    padding-top: 0px;
  }
}
.page__nft-connect {
  overflow: hidden;
}
@media (min-width: 768px) {
  .page__nft-connect .card-login__text {
    margin-bottom: 20px;
  }
}
.page__nft-connect .steps {
  max-width: 960px;
}
@media (min-width: 768px) {
  .page__nft-connect .steps__arrow {
    margin: 0 -25px;
  }
}
.page__nft-connect .steps__item {
  width: 300px;
}
.page__nft-connect .steps__item.done:before {
  content: url("../images/nft/step-done.svg");
  border: none;
}
.page__nft-connect .steps__text {
  text-align: center;
  font-weight: normal;
}
.page__nft-connect .steps__text a {
  font-weight: bold;
  text-decoration: none;
  color: #4285f4;
}
.page__nft-connect .steps__text a:hover {
  color: #f7931a;
}
.page__nft-connect .main__img {
  position: relative;
  margin-top: auto;
  bottom: -3px;
}
.page__nft-connect .content {
  flex-direction: column;
}
.page__nft-connect .card-login {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .page__nft-connect .content {
    padding-bottom: 0;
  }
  .page__nft-connect .steps {
    margin-bottom: 30px;
    align-items: center;
    flex-direction: column;
  }
  .page__nft-connect .steps__item.done .steps__text:before {
    content: url("../images/nft/step-done-small.svg");
    border: none;
  }
  .page__nft-connect .steps__text {
    text-align: left;
  }
}
.page__nft-error .logo-animated--browser {
  height: 72px;
}
.page__nft-error .logo-animated--browser svg {
  height: 72px !important;
  width: auto !important;
  top: auto;
}
@media (max-width: 769px) {
  .page__nft-error .logo-animated--browser {
    height: 40px;
  }
  .page__nft-error .logo-animated--browser svg {
    height: 50px !important;
    top: -5px;
  }
}
.page__nft-error .btn {
  max-width: 320px;
  transition: all 0.3s;
}
.page__nft-error .btn_simple {
  margin-top: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  color: #4285f4;
}
.page__nft-error .btn_simple:hover {
  color: #fff;
  border-color: #f7931a;
  background: #f7931a;
}
.page__nft .card-tokens {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  background: #fff;
  z-index: 3;
}
.page__nft .card-tokens .card-tokens__wallet + .card-tokens__body {
  border-top: none;
}
.page__nft .card-tokens .btn {
  padding: 0;
}
.page__nft .card-tokens__end {
  display: flex;
  align-items: center;
  position: absolute;
  transform: rotate(-30deg);
  width: 100%;
  left: -32px;
  top: 44%;
  min-width: 290px;
  background: #1dc886;
  padding: 3px;
}
.page__nft .card-tokens__end span {
  font-weight: bold;
  width: 100%;
  margin: 0 3px;
  color: #fff;
  font-size: 8.18182px;
  line-height: 13px;
}
.page__nft .card-tokens + .tripple-arrow--1 {
  margin: 40px auto;
}
.page__nft .card-tokens__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
}
.page__nft .card-tokens__title__tip {
  font-size: 18px;
  color: #29cb8c;
}
@media (max-width: 768px) {
  .page__nft .card-tokens__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.page__nft .card-tokens__top {
  padding: 25px 40px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__nft .card-tokens__top .btn_simple {
  align-items: center;
  display: flex;
  max-width: 200px;
  justify-content: center;
  transition: all 0.3s;
}
.page__nft .card-tokens__top .btn_simple svg {
  margin-right: 10px;
}
.page__nft .card-tokens__top .btn_simple span:after {
  display: none;
}
.page__nft .card-tokens__top .btn_simple:hover svg path {
  fill: #fff;
}
.page__nft .card-tokens__top-btn {
  border: none;
  outline: none;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #4285f4;
  transition: all 0.3s;
}
.page__nft .card-tokens__top-btn:hover {
  color: #f7931a;
}
.page__nft .card-tokens__wallet {
  background: #f7931a;
  padding: 9px 40px;
}
.page__nft .card-tokens__wallet-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.page__nft .card-tokens__wallet-text span {
  font-weight: normal;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .page__nft .card-tokens__wallet {
    padding: 9px 20px;
  }
  .page__nft .card-tokens__wallet-text {
    display: flex;
    flex-direction: column;
  }
  .page__nft .card-tokens__wallet-text span {
    margin-left: 0;
    font-size: 14px;
    overflow-wrap: break-word;
  }
}
.page__nft .card-tokens__info {
  padding: 9px 40px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__nft .card-tokens__info-text {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.page__nft .card-tokens__info-text span {
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
}
.page__nft .card-tokens__info-text img {
  margin-right: 8px;
}
.page__nft .card-tokens__info-text--balance {
  display: inline-block;
  margin: 0;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  padding: 0;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
}
.page__nft .card-tokens__info-text--balance:hover {
  color: #f7931a;
}
.page__nft .card-tokens__info-text--green {
  color: #37cc33;
  font-size: 16px;
  line-height: 18px;
}
.page__nft .card-tokens__info-text--green svg {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .page__nft .card-tokens__info {
    padding: 9px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .page__nft .card-tokens__info-text:first-child {
    margin-bottom: 10px;
  }
}
.page__nft .card-tokens__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
}
.page__nft .card-tokens__body-empty {
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  padding: 123px 0;
  color: #8e8e8e;
}
.page__nft .card-tokens__body-img {
  position: relative;
  border-radius: 10px;
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
  overflow: hidden;
}
.page__nft .card-tokens__body-img:after {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.page__nft .card-tokens__body-content {
  width: 100%;
}
.page__nft .card-tokens__body-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 15px;
}
.page__nft .card-tokens__body-banner {
  margin-top: 20px;
  background: #fff5e9;
  border: 1px solid #f7931a;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  border-radius: 6px;
}
.page__nft .card-tokens__body-banner b {
  font-weight: bold;
}
.page__nft .card-tokens__body-text {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 20px;
}
.page__nft .card-tokens__body-row {
  max-width: 220px;
  width: 100%;
  margin-left: 30px;
}
.page__nft .card-tokens__body-row-item {
  border: 1px solid #d6d6d6;
  max-width: 220px;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  padding: 15px 10px 10px;
}
.page__nft .card-tokens__body-row-item:not(:last-child) {
  margin-bottom: 20px;
}
.page__nft .card-tokens__body-row-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}
.page__nft .card-tokens__body-row-number {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #f7931a;
}
.page__nft .card-tokens__body-row-number--green {
  color: #37cc33;
}
.page__nft .card-tokens__body-row-number--blue {
  color: #4285f4;
}
.page__nft .card-tokens__footer {
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 10px 10px;
}
.page__nft .card-tokens__footer .btn {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  outline: none;
  font-weight: bold;
}
.page__nft .card-tokens__footer .btn:not(:first-child) {
  margin-left: 20px;
}
.page__nft .card-tokens__footer .btn svg {
  margin-right: 10px;
}
.page__nft .card-tokens__footer .btn_simple:hover svg path {
  fill: #fff;
}
.page__nft .card-tokens__baner {
  margin-top: -10px;
  border: 1px solid #d6d6d6;
  padding: 0 40px 30px;
  border-top: none;
  border-bottom: none;
}
.page__nft .card-tokens__baner .baner {
  max-width: none;
  padding: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .page__nft .card-tokens__top {
    padding: 20px;
  }
  .page__nft .card-tokens__top-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .page__nft .card-tokens__top-text {
    font-size: 16px;
    line-height: 20px;
  }
  .page__nft .card-tokens__top-text span {
    display: block;
  }
  .page__nft .card-tokens__body-row, .page__nft .card-tokens__body-row-item {
    max-width: none;
    margin-left: 0;
  }
  .page__nft .card-tokens__title {
    font-size: 28px;
    line-height: 40px;
  }
  .page__nft .card-tokens__body {
    flex-direction: column;
    padding: 20px;
  }
  .page__nft .card-tokens__body-img {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page__nft .card-tokens__body-title {
    font-size: 28px;
    line-height: 40px;
  }
  .page__nft .card-tokens__footer {
    flex-direction: column;
    padding: 20px;
  }
  .page__nft .card-tokens__footer .btn:first-child {
    margin: 0;
    margin-bottom: 20px;
  }
  .page__nft .card-tokens__footer .btn {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 470px) {
  .page__nft .card-tokens__top-text span {
    font-size: 12px;
  }
}
.page__nft .more-btn {
  background: #fff;
  padding: 90px 20px 80px;
}
.page__nft .more-btn .btn {
  margin: 0 auto;
  display: block;
}
.page__nft .balance_body {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 15px 19px 14px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page__nft .balance_body {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.page__nft .balance_body--second {
  border: none;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 0;
  border-radius: inherit;
  padding: 0;
}
.page__nft .balance_body__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.page__nft .balance_body__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page__nft .balance_body__current {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
}
.page__nft .alert-success {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #37cc33;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.page__nft .button-metamask {
  max-width: 300px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #4285f4;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}
.page__nft .button-metamask.none {
  display: none;
}
.page__nft .button-metamask:hover {
  background: #f7931a;
}
.page__nft .button-metamask:disabled {
  background: #d6d6d6;
  font-size: 0;
}
.page__nft .button-metamask:disabled svg {
  display: none;
}
.page__nft .button-metamask:disabled .loader-dash-spinner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page__nft .button-metamask {
    max-width: 100%;
  }
}
.page__nft .block-popup {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
}
.page__nft .block-popup__row {
  padding: 15px 20px 15px 15px;
}
.page__nft .block-popup__row:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.page__nft .block-popup__row--flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .page__nft .block-popup__row--flex {
    flex-direction: column;
  }
}
.page__nft .block-popup__row--flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page__nft .block-popup__row--footer {
  padding: 20px;
}
.page__nft .block-popup__wrap-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page__nft .block-popup__image {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px black;
  position: relative;
}
.page__nft .block-popup__image:before {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page__nft .block-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__nft .block-popup__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.page__nft .block-popup__subtitle {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.page__nft .block-popup__wrap-cost {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page__nft .block-popup__wrap-cost {
    text-align: left;
  }
}
.page__nft .block-popup__price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}
.page__nft .wrap__number {
  display: flex;
  min-width: 103px;
}

@keyframes animPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.timer {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.timer__item {
  position: relative;
}
.timer__separator {
  color: #494949;
  font-weight: normal;
  font-size: 180px;
  line-height: 1;
}
.timer__separator.animated {
  animation: animPulse 1s cubic-bezier(1, 0.01, 1, 0.01) infinite;
}
.timer__value {
  display: block;
  font-size: 180px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.timer__value.minutes {
  color: #4285f4;
}
.timer__value.minutes--red {
  color: #f74249;
  animation: animPulse 1s cubic-bezier(1, 0.01, 1, 0.01) infinite;
}
.timer .smalltext {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  min-height: 44px;
  border: 2px solid #494949;
  border-radius: 28px;
  padding: 6px 20px;
  font-size: 18px;
  line-height: 32px;
  color: #b3b3b3;
}
@media (max-width: 860px) {
  .timer__value, .timer__separator {
    font-size: 21vw;
  }
}
@media (max-width: 400px) {
  .timer .smalltext {
    padding: 0px;
    border: none;
    min-height: 0;
    font-size: 16px;
  }
}

.sunny-btc {
  position: absolute;
  top: 140px;
  left: -200px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .sunny-btc {
    left: -120px;
  }
}
@media (max-width: 767px) {
  .sunny-btc {
    top: -130px;
    left: -50px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .page__nft .top-section__icon {
    max-width: 220px;
  }
  .page__nft .top-section__bkg {
    max-height: none;
  }
  .page__nft .header {
    min-height: 60px;
  }
  .page__nft .header__logo {
    background: #171717;
    border-color: #494949;
  }
  .page__nft .card-section__baner {
    margin: 30px 0;
  }
  .page__nft .card-section .bot-card__icon {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page__nft .card-section .bot-card__icon img {
    width: 35px;
    height: 35px;
  }
  .page__nft .card-section .bot-card__link {
    display: block;
    margin: 10px 0 20px;
  }
  .page__nft .card-section .bot-card__footer {
    border-top: 1px solid #d6d6d6;
    background: #f7f7f7;
    padding: 20px;
    margin: 30px -20px 0;
  }
  .page__nft .card-section .bot-card__footer .btn:hover svg path {
    fill: #fff;
  }
  .page__nft .what-section--timer .icon {
    margin-bottom: 15px;
  }
  .page__nft .what-section--timer .title {
    margin-bottom: 10px;
  }
  .page__nft .what-section--timer .timer {
    display: block;
    margin-bottom: 40px;
  }
  .page__nft .what-section--timer .timer__title {
    margin: 30px 0 20px;
  }
  .page__nft .what-section--timer .timer__separator {
    display: none;
  }
  .page__nft .what-section--timer .timer__value {
    font-size: 120px;
    line-height: 138px;
    margin-bottom: 0;
  }
  .page__nft .what-section--timer .timer__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .page__nft .what-section--timer .timer .minutes {
    animation: animPulse 1s cubic-bezier(1, 0.01, 1, 0.01) infinite;
  }
  .page__nft .what-section--timer .btn {
    margin: 40px 0;
    max-width: none;
  }
}
.loader-dash {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.25s 0s;
  background-color: #d6d6d6;
}
.loader-dash.hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.loader-dash-spinner {
  text-align: center;
}
.loader-dash-spinner > i {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 3px;
  margin-left: 3px;
}
.loader-dash-spinner > i:first-child {
  animation-delay: -0.6s;
}
.loader-dash-spinner > i:nth-child(2) {
  animation-delay: -0.4s;
}
.loader-dash-spinner > i:nth-child(3) {
  animation-delay: -0.2s;
}

.loader-error {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  position: fixed;
  padding: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 110;
}
.loader-error p {
  font-weight: bold;
  font-size: 24px;
  color: #f74249;
}
.loader-error.show {
  display: flex;
}
.loader-error__btn {
  border: none;
  margin-top: 30px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 50px;
  max-width: 300px;
  text-align: center;
  color: #fff;
  background: #4285f4;
  border-radius: 30px;
  transition: background 0.3s;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
.loader-error__btn svg {
  margin-right: 10px;
}
.loader-error__btn:hover {
  background: #f7931a;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.page__payment {
  background-color: #fff;
  min-height: 100vh;
  width: 100%;
  border-bottom: 8px solid #f7931a;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}
.page__payment .payment {
  position: relative;
  z-index: 2;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding-top: 20px;
  width: 100%;
}
.page__payment .payment__bkg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.page__payment .payment__logo {
  display: block;
  margin: 0 auto;
}
.page__payment .payment__load {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  background: #4285F4;
  padding: 7px 30px;
  width: 100%;
  position: relative;
}
.page__payment .payment__load-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  z-index: 1;
  width: 10%;
  background-color: #386FCA;
  transition: all 0.1s;
}
.page__payment .payment__load-text, .page__payment .payment__load-time {
  position: relative;
  z-index: 2;
}
.page__payment .payment__load-time {
  margin-left: auto;
}
.page__payment .payment__row {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__payment .payment__row--amount {
  padding: 25px 30px;
}
.page__payment .payment__row-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.page__payment .payment__row-subtext {
  text-align: right;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
}
.page__payment .payment__row-price {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.page__payment .payment__row-price img {
  margin-right: 10px;
}
.page__payment .payment__receive {
  padding: 20px 30px;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.page__payment .payment__tab {
  max-width: 240px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin: 30px auto 40px;
}
.page__payment .payment__tab-item {
  outline: none;
  border: none;
  text-decoration: none;
  background-color: #4285F4;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}
.page__payment .payment__tab-item:first-child {
  border-radius: 6px 0px 0px 6px;
}
.page__payment .payment__tab-item--outline {
  background-color: #fff;
  color: #4285F4;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #D6D6D6;
  border-left: none;
}
.page__payment .payment__qr {
  display: block;
  margin: 0 auto;
}
.page__payment .payment__qr-title {
  font-size: 16px;
  line-height: 18px;
  color: #494949;
  text-align: center;
  padding: 0 40px;
  margin: 40px 0 30px;
}
.page__payment .payment__btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  font-weight: bold;
  background-color: #4285F4;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.page__payment .payment__btn svg {
  margin-right: 10px;
}
.page__payment .payment__btn--outline {
  background-color: #fff;
  color: #4285F4;
  border: 1px solid #D6D6D6;
}
.page__payment .payment__btn--outline:hover {
  color: #fff;
  border-color: #f7931a;
}
.page__payment .payment__btn:hover {
  background-color: #f7931a;
}
.page__payment .payment__footer {
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  padding: 20px 0;
  margin-top: 30px;
  border-radius: 0px 0px 6px 6px;
}
.page__payment .payment__exchange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 24px 30px;
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.page__payment .payment__exchange-item {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.page__payment .payment__exchange-item span {
  margin-right: 5px;
}
.page__payment .payment__exchange-item img {
  margin-right: 10px;
}
.page__payment .payment__transaction {
  padding: 40px 30px 30px;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
}
.page__payment .payment__transaction-icon {
  margin-bottom: 15px;
}
.page__payment .payment__transaction-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}
.page__payment .payment__transaction-text {
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  margin-top: 10px;
}
.page__payment .payment__transaction-text span b {
  color: #f7931a;
}
.page__payment .payment__info {
  padding: 30px 30px 0;
}
.page__payment .payment__info-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #f7931a;
  margin-bottom: 30px;
  text-align: center;
}
.page__payment .payment__link {
  display: flex;
  align-items: center;
  border: 1px solid #D6D6D6;
  padding: 5px 15px 5px 5px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.page__payment .payment__link:hover {
  border-color: #4285F4;
}
.page__payment .payment__link:hover .payment__link-title {
  color: #4285F4;
}
.page__payment .payment__link-img {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  max-width: 70px;
  max-height: 70px;
}
.page__payment .payment__link-title {
  margin-left: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  transition: all 0.3s;
  color: #000;
}
.page__payment .payment__link-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.page__payment .payment__link-icon--bordered {
  border: 1px solid #D6D6D6;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-right: 15px;
  padding: 5px;
}
.page__payment .payment__steps {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page__payment .payment__step {
  max-width: 260px;
  width: 100%;
}
.page__payment .payment__step-img {
  width: 100%;
  display: block;
}
.page__payment .payment__step-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.page__payment .payment__step-text a {
  text-decoration: none;
  color: #4285F4;
  font-weight: bold;
  transition: all 0.3s;
}
.page__payment .payment__step-text a:hover {
  color: #f7931a;
}
@media (max-width: 630px) {
  .page__payment .payment__row--amount {
    padding: 20px;
  }
  .page__payment .payment__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .page__payment .payment__row-address {
    font-size: 12px;
  }
  .page__payment .payment__row > div:first-child {
    margin-bottom: 10px;
  }
  .page__payment .payment__receive {
    padding: 20px;
  }
  .page__payment .payment__exchange {
    flex-direction: column;
  }
  .page__payment .payment__exchange svg {
    transform: rotate(90deg);
    margin: 10px 0;
  }
  .page__payment .payment__steps {
    flex-direction: column;
    align-items: center;
  }
  .page__payment .payment__step:first-child {
    margin-bottom: 10px;
  }
  .page__payment .payment__link-title {
    font-size: 16px;
    line-height: 26px;
  }
  .page__payment .payment__transaction {
    padding: 20px;
  }
  .page__payment .payment__transaction-text {
    font-size: 14px;
    overflow-wrap: break-word;
  }
  .page__payment .payment__info {
    padding: 20px 20px 0;
  }
}
.page__payment .lang {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 768px) {
  .page__payment {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .page__payment .lang {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: auto;
    bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .page__payment .lang__list {
    margin-bottom: 40px;
  }
}

.page__nft--second.page__nft .social-btn_fb:before {
  bottom: 0 !important;
}
@media (max-width: 1280px) {
  .page__nft--second.page__nft.page_en .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1312px) {
  .page__nft--second.page__nft.page_ru .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1311px) {
  .page__nft--second.page__nft.page_it .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
  .page__nft--second.page__nft.page_de .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1310px) {
  .page__nft--second.page__nft.page_pt .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1360px) {
  .page__nft--second.page__nft.page_es .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1349px) {
  .page__nft--second.page__nft.page_fr .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.page__nft--second.page__nft .top__social, .page__nft--second.page__nft .share__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page__nft--second.page__nft .top__social-item, .page__nft--second.page__nft .share__social-item {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: background 0.3s;
  position: relative;
}
.page__nft--second.page__nft .top__social-item:hover, .page__nft--second.page__nft .share__social-item:hover {
  opacity: 0.8;
}
.page__nft--second.page__nft .top__social-item-bg, .page__nft--second.page__nft .share__social-item-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 80px;
  z-index: 1;
}
.page__nft--second.page__nft .top__social-item--tg, .page__nft--second.page__nft .share__social-item--tg {
  background: #31A5E0;
}
.page__nft--second.page__nft .top__social-item--tg img, .page__nft--second.page__nft .share__social-item--tg img {
  position: relative;
  left: -4px;
}
.page__nft--second.page__nft .top__social-item--dis, .page__nft--second.page__nft .share__social-item--dis {
  background: #5B68F2;
}
.page__nft--second.page__nft .top__social-item--tw, .page__nft--second.page__nft .share__social-item--tw {
  background: #1DA1F2;
}
.page__nft--second.page__nft .top__social-item--fb, .page__nft--second.page__nft .share__social-item--fb {
  background: #1877F2;
}
.page__nft--second.page__nft .top__social-item--fb img, .page__nft--second.page__nft .share__social-item--fb img {
  align-self: flex-end;
}
.page__nft--second.page__nft .top__social-item--inst svg, .page__nft--second.page__nft .share__social-item--inst svg {
  width: 100%;
  height: 100%;
}
.page__nft--second.page__nft .top__social-item--inst img, .page__nft--second.page__nft .share__social-item--inst img {
  position: relative;
  z-index: 2;
}
.page__nft--second.page__nft a.title-help {
  color: #4285F4 !important;
}
.page__nft--second.page__nft .support {
  display: flex;
  align-items: center;
  padding: 15px;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  margin-top: 40px;
  gap: 15px;
}
@media (max-width: 800px) {
  .page__nft--second.page__nft .support {
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
.page__nft--second.page__nft .small__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  height: 80px;
  margin: 0 auto 40px;
  border: 1px dashed #D6D6D6;
  border-radius: 10px;
  gap: 8px;
}
.page__nft--second.page__nft .small__timer-text {
  display: flex;
  align-items: center;
}
.page__nft--second.page__nft .small__timer .smalltext {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.page__nft--second.page__nft .small__timer .timer__item {
  display: flex;
}
.page__nft--second.page__nft .small__timer .timer__value, .page__nft--second.page__nft .small__timer .timer__separator {
  color: #000 !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}
.page__nft--second.page__nft .small__timer .timer__separator {
  margin: 0 5px;
}
.page__nft--second.page__nft .small__timer--light {
  border-color: #8E8E8E;
}
.page__nft--second.page__nft .small__timer--light .smalltext {
  color: #fff !important;
}
.page__nft--second.page__nft .small__timer--light .timer__value, .page__nft--second.page__nft .small__timer--light .timer__separator {
  color: #fff !important;
}
.page__nft--second.page__nft .bot-card__text b:nth-child(3) {
  white-space: nowrap;
}
.page__nft--second.page__nft .bot-card__banner {
  margin-bottom: 30px;
  border: 3px solid #A033CC;
  border-radius: 10px;
  background: #FBF2FF;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #A033CC;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .bot-card__banner {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.page__nft--second.page__nft .bot-card__link {
  display: block;
}
.page__nft--second.page__nft .bot-card__header-btn .second-copy {
  display: none;
}
.page__nft--second.page__nft .bot-card__header-btn.copied .first_copy {
  display: none;
}
.page__nft--second.page__nft .bot-card__header-btn.copied .second-copy {
  display: block;
}
.page__nft--second.page__nft .popup__footer {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.page__nft--second.page__nft .popup__footer .btn {
  margin: 0 !important;
}
.page__nft--second.page__nft-connect .step2-mob {
  display: none;
}
.page__nft--second.page__nft-connect .card-login__footer .btn {
  max-width: 320px;
  border-radius: 60px;
}
.page__nft--second.page__nft-connect .card-login {
  max-width: 700px;
}
.page__nft--second.page__nft-connect .card-login__icon.none {
  display: none;
}
.page__nft--second.page__nft-connect .card-login__icon.show {
  display: block;
}
.page__nft--second.page__nft-connect .header {
  background: #F7F7F7;
}
.page__nft--second.page__nft-connect .header__logo {
  background: transparent !important;
}
.page__nft--second.page__nft-connect .content {
  border-bottom: 8px solid #F7931A;
  background: #F7F7F7;
}
.page__nft--second.page__nft-connect .content .steps {
  margin-bottom: 60px;
}
.page__nft--second.page__nft-connect #network, .page__nft--second.page__nft-connect #token {
  display: none;
}
.page__nft--second.page__nft-connect.step2 #connect, .page__nft--second.page__nft-connect.step2 #token {
  display: none;
}
.page__nft--second.page__nft-connect.step2 #network {
  display: flex;
}
.page__nft--second.page__nft-connect.step2 #connect_step:before {
  content: url("../images/nft/step-done.svg");
  border: none;
}
.page__nft--second.page__nft-connect.step2 #connect_step a {
  pointer-events: none;
}
.page__nft--second.page__nft-connect.step2 .card-login__icon {
  display: none;
}
.page__nft--second.page__nft-connect.step2 .card-login__icon--network {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.page__nft--second.page__nft-connect.step3 #connect, .page__nft--second.page__nft-connect.step3 #network {
  display: none;
}
.page__nft--second.page__nft-connect.step3 #token {
  display: flex;
}
.page__nft--second.page__nft-connect.step3 #connect_step:before, .page__nft--second.page__nft-connect.step3 #network_step:before {
  content: url("../images/nft/step-done.svg");
  border: none;
}
.page__nft--second.page__nft-connect.step3 #connect_step a, .page__nft--second.page__nft-connect.step3 #network_step a {
  pointer-events: none;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft-connect .card-login {
    border: none;
    margin-bottom: 0;
    box-shadow: none;
  }
  .page__nft--second.page__nft-connect .card-login__body {
    background-color: transparent;
    padding: 0;
    padding-bottom: 40px;
  }
  .page__nft--second.page__nft-connect .card-login__footer {
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .page__nft--second.page__nft-connect.page__nft-connect--mob .steps__item {
    width: 100%;
  }
  .page__nft--second.page__nft-connect.step2.page__nft-connect--mob .card-login, .page__nft--second.page__nft-connect.step2.page__nft-connect--mob .steps {
    display: none;
  }
  .page__nft--second.page__nft-connect.step2.page__nft-connect--mob .step2-mob {
    display: block;
    text-align: center;
    padding-bottom: 60px;
  }
  .page__nft--second.page__nft-connect.step2.page__nft-connect--mob .step2-mob__title {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
  }
  .page__nft--second.page__nft-connect.step2.page__nft-connect--mob .step2-mob p {
    font-size: 16px;
    line-height: 155%;
    color: #494949;
    margin-bottom: 30px;
  }
  .page__nft--second.page__nft-connect.step2.page__nft-connect--mob .step2-mob .btn {
    margin-bottom: 40px !important;
  }
  .page__nft--second.page__nft-connect.step2.page__nft-connect--mob .step2-mob .tripple-arrow--1 {
    transform: rotate(180deg);
  }
}
.page__nft--second.page__nft .top-section {
  background: linear-gradient(180deg, #000000 0%, #545454 100%);
  border-bottom: 8px solid #F7931A;
  padding-bottom: 0;
}
.page__nft--second.page__nft .top-section .top__social {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .top-section .top__social {
    gap: 15px;
  }
  .page__nft--second.page__nft .top-section .top__social-item {
    width: 50px;
    height: 50px;
  }
  .page__nft--second.page__nft .top-section .top__social-item--tg img {
    width: 30px;
    left: -3px;
  }
  .page__nft--second.page__nft .top-section .top__social-item--dis img {
    width: 30px;
  }
  .page__nft--second.page__nft .top-section .top__social-item--tw img {
    width: 28px;
  }
  .page__nft--second.page__nft .top-section .top__social-item--fb img {
    height: 37px;
  }
  .page__nft--second.page__nft .top-section .top__social-item--inst img {
    width: 30px;
  }
}
.page__nft--second.page__nft .top-section__title {
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 48px;
  line-height: 60px;
}
.page__nft--second.page__nft .top-section__subtitle {
  text-align: center;
  margin-bottom: 15px;
  color: #F7931A;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.page__nft--second.page__nft .top-section__subtitle--red {
  margin-bottom: 30px;
}
.page__nft--second.page__nft .top-section .text {
  margin-bottom: 40px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .top-section .text {
    margin-bottom: 30px !important;
  }
}
.page__nft--second.page__nft .top-section__btn {
  margin: 0 auto 20px;
  max-width: 320px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 30px;
  outline: none;
  border: none;
}
.page__nft--second.page__nft .top-section__btn--primary {
  color: #fff;
  background: #4285F4;
}
.page__nft--second.page__nft .top-section__btn:hover {
  background: #F7931A;
}
.page__nft--second.page__nft .top-section__btn:active {
  background: #494949;
  color: #8E8E8E;
  border-color: #494949;
}
.page__nft--second.page__nft .top-section__btn:active svg path[stroke] {
  stroke: #8E8E8E;
}
.page__nft--second.page__nft .top-section__btn:active svg path[fill] {
  fill: #8E8E8E;
}
.page__nft--second.page__nft .top-section__btn.none {
  display: none;
}
.page__nft--second.page__nft .top-section__img {
  margin-top: 40px;
  position: relative;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.page__nft--second.page__nft .top-section .parts__img--5 {
  bottom: 500px;
}
.page__nft--second.page__nft .top-section .parts__img--6 {
  bottom: 628px;
}
.page__nft--second.page__nft .top-section .parts__img--7 {
  bottom: 800px;
}
.page__nft--second.page__nft .top-section .parts__img--8 {
  bottom: 700px;
}
.page__nft--second.page__nft .instruction {
  background-color: #fff;
}
.page__nft--second.page__nft .instruction__container {
  padding: 80px 20px 0;
}
.page__nft--second.page__nft .instruction .text {
  max-width: 1100px;
  margin: 0 auto 30px;
}
.page__nft--second.page__nft .instruction__platform {
  display: block;
  margin: 40px auto 50px;
}
.page__nft--second.page__nft .instruction__img {
  position: relative;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}
.page__nft--second.page__nft .instruction .orange {
  background: #F7931A;
  height: 40px;
  margin-bottom: 20px;
}
.page__nft--second.page__nft .instruction .blue {
  background: #4285F4;
  height: 40px;
}
.page__nft--second.page__nft .howto-activate {
  margin-bottom: 80px;
  display: none;
}
.page__nft--second.page__nft .howto-activate .text {
  margin-bottom: 30px;
}
.page__nft--second.page__nft .card-section {
  padding: 80px 20px 0;
}
.page__nft--second.page__nft .card-section .bot-card {
  margin-top: 30px;
  overflow: visible;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.page__nft--second.page__nft .card-section .bot-card .short-address {
  display: none;
}
.page__nft--second.page__nft .card-section .bot-card .advantages__text .js-address-token-count {
  margin-left: 5px;
}
.page__nft--second.page__nft .card-section .bot-card__balance {
  display: none;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
}
.page__nft--second.page__nft .card-section .bot-card__balance img {
  margin-left: 10px;
  margin-right: 8px;
}
.page__nft--second.page__nft .card-section .bot-card__balance-value {
  font-size: 20px;
}
.page__nft--second.page__nft .card-section .bot-card__balance-row {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  gap: 20px;
  flex-wrap: wrap;
  line-height: 19px;
}
.page__nft--second.page__nft .card-section .bot-card__balance-row > div {
  display: flex;
  align-items: center;
}
.page__nft--second.page__nft .card-section .bot-card__balance-row > div img {
  margin-right: 10px !important;
  margin-left: 0 !important;
  display: block;
}
.page__nft--second.page__nft .card-section .bot-card__balance-row--green {
  color: #37CC33;
}
.page__nft--second.page__nft .card-section .bot-card__balance-row--green.none {
  display: none;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .card-section .bot-card__balance-row > div {
    width: 100%;
  }
}
.page__nft--second.page__nft .card-section .bot-card__header {
  display: none;
  padding: 10px 20px;
  background: #F7931A;
  border-radius: 10px 10px 0px 0px;
  align-items: center;
  justify-content: space-between;
}
.page__nft--second.page__nft .card-section .bot-card__header-info {
  display: flex;
  align-items: center;
}
.page__nft--second.page__nft .card-section .bot-card__header-info svg {
  margin-right: 10px;
}
.page__nft--second.page__nft .card-section .bot-card__header-info span {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.page__nft--second.page__nft .card-section .bot-card__header-btns {
  display: flex;
}
.page__nft--second.page__nft .card-section .bot-card__header-btn {
  background: #FFFFFF;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  position: relative;
}
.page__nft--second.page__nft .card-section .bot-card__header-btn-help {
  position: absolute;
  bottom: -40px;
  left: 20px;
  background: #000000;
  opacity: 0.9;
  border-radius: 3px;
  padding: 2px 8px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page__nft--second.page__nft .card-section .bot-card__header-btn svg path {
  transition: all 0.3s;
}
.page__nft--second.page__nft .card-section .bot-card__header-btn:not(:last-child) {
  margin-right: 10px;
}
.page__nft--second.page__nft .card-section .bot-card__header-btn:hover {
  background: #4285F4;
}
.page__nft--second.page__nft .card-section .bot-card__header-btn:hover svg path {
  fill: #fff;
}
.page__nft--second.page__nft .card-section .bot-card__header-btn:hover .bot-card__header-btn-help {
  opacity: 1;
  visibility: visible;
}
.page__nft--second.page__nft .card-section .bot-card__address {
  display: none;
}
.page__nft--second.page__nft .card-section .bot-card__address .bot-card__header, .page__nft--second.page__nft .card-section .bot-card__address .bot-card__balance {
  display: flex;
}
.page__nft--second.page__nft .card-section .bot-card__footer {
  gap: 20px;
  border-radius: 0px 0px 10px 10px;
}
.page__nft--second.page__nft .card-section .bot-card__footer > .btn {
  margin: 0 !important;
}
.page__nft--second.page__nft .card-section .bot-card__icon {
  top: -40px;
  left: -40px;
}
.page__nft--second.page__nft .card-section .bot-card .btn {
  border-radius: 60px;
}
.page__nft--second.page__nft .card-section .bot-card__baner {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.page__nft--second.page__nft .card-section .bot-card .baner img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .card-section .bot-card__body {
    padding-top: 20px;
  }
  .page__nft--second.page__nft .card-section .bot-card__icon {
    top: -10px;
    left: -10px;
  }
}
.page__nft--second.page__nft .card-section .title, .page__nft--second.page__nft .card-section .text {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.page__nft--second.page__nft .card-section__advantages {
  margin-top: 30px;
  margin-bottom: 80px;
}
.page__nft--second.page__nft .card-section .divider {
  height: 12px;
  width: 100vw;
  min-width: 1280px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page__nft--second.page__nft .change {
  padding: 80px 20px 0;
  background: #fff;
}
.page__nft--second.page__nft .change .title, .page__nft--second.page__nft .change .text {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.page__nft--second.page__nft .change .text {
  margin-bottom: 40px;
}
.page__nft--second.page__nft .change .subtitle {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #F7931A;
}
.page__nft--second.page__nft .change .slider {
  display: flex;
  max-width: 1000px;
  align-items: stretch;
  height: 100%;
  gap: 20px;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .change .slider {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page__nft--second.page__nft .change .slider .change__item {
    max-width: 450px;
  }
}
.page__nft--second.page__nft .change__scheme {
  display: block;
  margin: 0 auto 20px;
}
.page__nft--second.page__nft .change__nft-container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 40px;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.page__nft--second.page__nft .change__item {
  width: 100%;
  border: 1px solid #D6D6D6;
  max-width: 320px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.page__nft--second.page__nft .change__item-content {
  padding: 20px;
  flex-grow: 1;
  border-bottom: 1px solid #D6D6D6;
}
.page__nft--second.page__nft .change__item-img {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
}
.page__nft--second.page__nft .change__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.page__nft--second.page__nft .change__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #494949;
}
.page__nft--second.page__nft .change__item-link {
  display: block;
  text-decoration: none;
}
.page__nft--second.page__nft .change__item-tags {
  padding: 20px;
}
.page__nft--second.page__nft .change__item-tag {
  display: flex;
  align-items: center;
}
.page__nft--second.page__nft .change__item-tag:not(:last-child) {
  margin-bottom: 20px;
}
.page__nft--second.page__nft .change__item-tag img {
  margin-right: 10px;
}
.page__nft--second.page__nft .change__item-tag span {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
}
.page__nft--second.page__nft .change__item-tag--regular span {
  font-weight: normal;
}
.page__nft--second.page__nft .change__item-btn {
  background: none;
  border: none;
  border-top: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  color: #4285F4;
  text-decoration: none;
  transition: all 0.3s;
}
.page__nft--second.page__nft .change__item-btn:hover {
  color: #F7931A;
}
.page__nft--second.page__nft .change__item-btn:hover svg path {
  fill: #F7931A;
}
.page__nft--second.page__nft .change__item-btn svg {
  margin-right: 10px;
}
.page__nft--second.page__nft .change__item-btn--disabled {
  pointer-events: none;
  color: #D6D6D6;
}
.page__nft--second.page__nft .change__item-btn--disabled svg {
  display: none;
}
.page__nft--second.page__nft .change .divider {
  width: 1000px;
  display: block;
  height: 10px;
  margin: 60px auto 0;
}
.page__nft--second.page__nft .live {
  padding: 60px 20px 40px;
  background: #fff;
  z-index: 2;
  position: relative;
}
.page__nft--second.page__nft .live .text {
  max-width: 1100px;
  margin: 0 auto;
}
.page__nft--second.page__nft .live__banner {
  max-width: 900px;
  margin: 50px auto;
  padding: 20px;
  background: #FBF2FF;
  border: 4px solid #A033CC;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
.page__nft--second.page__nft .live__timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 50px;
}
.page__nft--second.page__nft .live__item {
  width: 140px;
}
.page__nft--second.page__nft .live__item-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.page__nft--second.page__nft .live__item img {
  max-width: 100%;
  width: 100%;
}
.page__nft--second.page__nft .live__subtitle {
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  text-align: center;
}
.page__nft--second.page__nft .live__bkg {
  position: absolute;
  max-height: 255px;
  right: 0;
  left: 0;
  width: 100%;
}
.page__nft--second.page__nft .live__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.page__nft--second.page__nft .what-section {
  padding-top: 450px;
  border-bottom: none;
}
.page__nft--second.page__nft .what-section--timer .text b {
  color: #fff;
}
.page__nft--second.page__nft .what-section__bkg {
  top: auto;
  bottom: 317px;
}
.page__nft--second.page__nft .what-section .btn {
  margin: 40px auto 70px !important;
}
.page__nft--second.page__nft .what-section .btn--outline {
  border: none !important;
}
.page__nft--second.page__nft .what-section .timer__img {
  bottom: -2px;
}
.page__nft--second.page__nft .what-section .timer__bottom {
  display: block;
  max-height: 172px;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.page__nft--second.page__nft .tell {
  padding: 0 20px 60px;
  background-color: #fff;
  margin-top: -60px;
}
.page__nft--second.page__nft .tell--over .share-buttons {
  max-width: 600px;
}
.page__nft--second.page__nft .tell--over .share__social {
  gap: 15px;
}
.page__nft--second.page__nft .tell--over .share__social-item {
  width: 100%;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .tell--over .share__social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .page__nft--second.page__nft .tell {
    margin-top: 0;
  }
}
.page__nft--second.page__nft .tell > * {
  position: relative;
  z-index: 2;
}
.page__nft--second.page__nft .tell .preview {
  max-width: 390px;
  margin: 50px auto 0px;
  position: relative;
}
.page__nft--second.page__nft .tell .preview__arrow {
  width: 20px;
  height: 20px;
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  transform: rotate(-45deg);
  position: absolute;
  top: -10px;
  left: 30px;
  z-index: 4;
}
.page__nft--second.page__nft .tell .preview:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}
.page__nft--second.page__nft .tell .preview:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  background: #F7F7F7;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}
.page__nft--second.page__nft .tell .preview__item {
  padding: 15px;
  background: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  position: relative;
  z-index: 3;
}
.page__nft--second.page__nft .tell .preview__description {
  font-size: 11px;
  line-height: 155%;
  margin-bottom: 15px;
  color: #494949;
}
.page__nft--second.page__nft .tell .preview__row {
  display: flex;
  align-items: flex-start;
}
.page__nft--second.page__nft .tell .preview__content {
  margin-right: 10px;
  padding-left: 10px;
  border-left: 2px solid #F7931A;
}
.page__nft--second.page__nft .tell .preview__title {
  font-weight: 700;
  font-size: 11px;
  line-height: 155%;
}
.page__nft--second.page__nft .tell .preview__subtitle {
  font-weight: 600;
  font-size: 11px;
  line-height: 155%;
  color: #494949;
}
.page__nft--second.page__nft .tell .preview__text {
  font-size: 11px;
  line-height: 155%;
  color: #494949;
}
.page__nft--second.page__nft .tell .share-buttons {
  max-width: 687px;
  position: relative;
  margin: 70px auto 0px;
  border-radius: 0px 65px 65px 65px;
  background: rgba(0, 0, 0, 0.8);
  padding: 29px 30px;
}
.page__nft--second.page__nft .tell .share-buttons__msg {
  position: absolute;
  background: #1AB9E5;
  border-radius: 6px;
  padding: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  left: 0;
  top: -23px;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns {
  max-width: none;
  width: 100%;
  justify-content: space-between;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns__more {
  border: 2px solid #8E8E8E;
  border-radius: 36px;
  width: 72px;
  height: 72px;
  background: none;
  box-shadow: none;
  transition: all 0.3s;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns__more:after, .page__nft--second.page__nft .tell .share-buttons .social-btns__more:before {
  background: #8E8E8E;
  border-radius: 2px;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns__more:after {
  width: 20px;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns__more:before {
  height: 20px;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns__more:hover {
  background: #F7931A;
  border-color: #F7931A;
  box-shadow: none;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns__more:hover:after, .page__nft--second.page__nft .tell .share-buttons .social-btns__more:hover:before {
  background: #fff;
}
.page__nft--second.page__nft .tell .share-buttons .social-btns__more:active {
  opacity: 0.8;
}
.page__nft--second.page__nft .tell .share-buttons .social-btn {
  width: 96px;
  height: 72px;
  border-radius: 36px;
}
.page__nft--second.page__nft .tell .share-buttons .social-btn_fb {
  background: #1877F2;
}
.page__nft--second.page__nft .tell .share-buttons .social-btn_fb:before {
  height: 43px !important;
  width: 23px !important;
  transform: translateX(-50%) translateY(-50%);
  background: url('data:image/svg+xml,<svg width="23" height="44" viewBox="0 0 23 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.4929 24.834L22.6849 17.0623H15.2283V12.0189C15.2283 9.89273 16.2699 7.82026 19.6098 7.82026H23V1.20383C23 1.20383 19.9232 0.678711 16.9817 0.678711C10.8404 0.678711 6.82648 4.40072 6.82648 11.139V17.0623H0V24.834H6.82648V43.6215C8.1953 43.8363 9.59825 43.9481 11.0274 43.9481C12.4565 43.9481 13.8595 43.8363 15.2283 43.6215V24.834H21.4929Z" fill="white"/></svg>');
}
.page__nft--second.page__nft .tell .share-buttons .social-btn_fb:hover {
  background: #388CF9;
}
.page__nft--second.page__nft .tell .share-buttons .social-btn_tw:before {
  width: 40px;
  height: 33px;
  background: url('data:image/svg+xml,<svg width="40" height="33" viewBox="0 0 40 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.34863 1.41577C2.34863 1.41577 9.18662 9.90896 19.6035 10.4198C19.6035 10.4198 17.4774 4.78675 23.8333 0.925523C23.8333 0.925523 28.997 -2.10525 33.9805 2.80219C33.9805 2.80219 36.2282 2.69331 38.9374 0.702731C38.9374 0.702731 39.3361 2.53424 35.8034 5.48021C35.8034 5.48021 37.7689 5.32115 40 3.86096C40 3.86096 39.5752 6.38242 35.936 8.21393C35.936 8.21393 37.0432 28.1639 17.5597 32.5304C17.5597 32.5304 7.25629 34.8536 0 29.1654C0 29.1654 7.69719 29.9663 11.7863 25.68C11.7863 25.68 6.6552 26.1607 4.12931 20.1117C4.12931 20.1117 6.69487 20.5523 7.73737 19.7113C7.73737 19.7113 2.32503 19.7509 1.12234 11.6592C1.12234 11.6592 3.32735 12.7807 4.77057 12.5805C4.77057 12.5805 -1.35635 8.79901 2.34863 1.41577Z" fill="white"/></svg>');
}
.page__nft--second.page__nft .tell .share-buttons .social-btn_wa:before {
  height: 40px;
  width: 40px;
}
.page__nft--second.page__nft .tell .share-buttons .social-btn_tg:before {
  width: 40px;
  height: 34px;
  transform: translateX(calc(-50% - 4px)) translateY(-50%);
  background: url('data:image/svg+xml,<svg width="40" height="34" viewBox="0 0 40 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M33.8157 31.863L39.8528 3.1688C40.1472 1.97941 40 1.08736 39.411 0.492664C38.822 -0.102034 38.2331 -0.102034 37.3496 0.195315L1.86365 14.022C1.12743 14.3194 0.538452 14.6167 0.243963 15.0628C-0.0505264 15.5088 -0.0505263 15.8061 0.0967182 16.1035C0.243963 16.4008 0.685697 16.6982 1.42192 16.8469L10.5511 19.6717L31.6071 6.29097C32.196 5.84494 32.6378 5.84494 32.9323 5.99362C33.0795 6.14229 33.0795 6.29097 32.785 6.58832L15.7046 22.3478L14.9684 31.863C15.5574 31.863 16.1464 31.5656 16.8826 30.9709L21.2999 26.6594L30.4291 33.4984C32.3433 34.5391 33.374 33.9444 33.8157 31.863Z" fill="white"/></svg>');
}
.page__nft--second.page__nft .tell .share-buttons .social-btn_rd:before {
  width: 45px;
  height: 45px;
}
.page__nft--second.page__nft .tell--over .share-buttons {
  max-width: 600px;
}
.page__nft--second.page__nft .tell--over .share__social {
  gap: 15px;
}
.page__nft--second.page__nft .tell--over .share__social-item {
  width: 100%;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .tell--over .share__social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page__nft--second.page__nft .company {
  padding: 167px 20px 0px;
  background: url("../images/nft-second/company-bg.svg") no-repeat bottom/100% 100%, #fff;
  border-bottom: 8px solid #F7931A;
}
.page__nft--second.page__nft .company .title {
  color: #fff;
}
.page__nft--second.page__nft .company .text {
  max-width: 1100px;
  color: #B3B3B3;
  margin: 0 auto 40px;
}
.page__nft--second.page__nft .company .btn {
  margin-bottom: 20px !important;
}
.page__nft--second.page__nft .company__img {
  position: relative;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.page__nft--second.page__nft .header:not(.header--light) {
  background-color: #000;
}
.page__nft--second.page__nft .header.fixed:not(.header--not-fixed) .logo-animated svg {
  width: 287px !important;
  left: -5px;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .header__navbar {
    justify-content: center;
  }
}
.page__nft--second.page__nft .header__connect {
  text-decoration: none;
  background: #4285F4;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 30px;
  transition: background 0.3s;
  text-transform: uppercase;
}
.page__nft--second.page__nft .header__connect:hover {
  background: #F7931A;
}
.page__nft--second.page__nft .header__connect--active {
  background: #F7931A;
}
.page__nft--second.page__nft .header__connect--active:hover {
  background: #4285F4;
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .header__connect {
    margin-right: 15px;
  }
  .page__nft--second.page__nft .header__lang {
    margin-left: 15px;
  }
  .page__nft--second.page__nft .header__menu {
    margin-bottom: 20px;
  }
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn {
  padding: 0;
  max-width: 320px;
  line-height: 60px;
  background: #4285F4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  transition: all 0.3s;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn svg, .page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn img {
  margin-right: 10px;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn--ios, .page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn--android {
  background-color: #000;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn.offset-bottom {
  margin-bottom: 20px;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn--transparent {
  border: 1px solid #757575;
  color: #fff;
  background: transparent;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn--outline {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  color: #4285F4;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn--right-icon svg, .page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn--right-icon img {
  margin-right: 0;
  margin-left: 10px;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn:hover {
  background: #F7931A;
  border-color: #F7931A;
  color: #fff;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn:hover svg path[stroke] {
  stroke: #fff;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn:hover svg path[fill] {
  fill: #fff;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn:active {
  background: #494949;
  color: #8E8E8E;
  border-color: #494949;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn:active svg path[stroke] {
  stroke: #8E8E8E;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn:active svg path[fill] {
  fill: #8E8E8E;
}
.page__nft--second.page__nft *:not(.popup__handler .popup__footer) > .btn.none {
  display: none;
}
.page__nft--second.page__nft--connected .top-section {
  padding-bottom: 190px;
}
.page__nft--second.page__nft--connected .top-section__img {
  display: none;
}
.page__nft--second.page__nft--connected .top-section .top__social {
  margin-bottom: 35px;
}
.page__nft--second.page__nft--connected .card-section {
  padding-top: 0;
}
.page__nft--second.page__nft--connected .card-section > .icon, .page__nft--second.page__nft--connected .card-section > .title, .page__nft--second.page__nft--connected .card-section > .text {
  display: none;
}
.page__nft--second.page__nft--connected .card-section .bot-card {
  display: none;
}
.page__nft--second.page__nft--connected .card-section .bot-card__address {
  display: block;
}
.page__nft--second.page__nft--connected .card-section .bot-card:first-of-type {
  position: relative;
  margin-top: 0;
  top: -180px;
  margin-bottom: -180px;
}
.page__nft--second.page__nft--connected .card-section .bot-card__balance {
  display: flex;
}
.page__nft--second.page__nft--connected .card-section .bot-card__header {
  display: flex;
}
.page__nft--second.page__nft--connected .instruction__container {
  display: none;
}
.page__nft--second.page__nft--connected .instruction .orange, .page__nft--second.page__nft--connected .instruction .blue {
  height: 40px;
}
.page__nft--second.page__nft--connected .howto-activate {
  display: block;
}
@media (max-width: 1200px) {
  .page__nft--second.page__nft .timer__img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px !important;
    margin: 0 !important;
  }
  .page__nft--second.page__nft .timer__bottom {
    height: 60px;
  }
}
@media (max-width: 1000px) {
  .page__nft--second.page__nft .change .divider {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .page__nft--second.page__nft .btn {
    max-width: none !important;
  }
  .page__nft--second.page__nft .top-section {
    padding-bottom: 0 !important;
  }
  .page__nft--second.page__nft .top-section__icon {
    max-width: 126px;
    height: auto;
  }
  .page__nft--second.page__nft .top-section__title {
    font-size: 32px;
    line-height: 42px;
  }
  .page__nft--second.page__nft .top-section__btn {
    max-width: none;
  }
  .page__nft--second.page__nft .top-section__img {
    width: 600px;
  }
  .page__nft--second.page__nft .card-section__baner img {
    margin-right: 0 !important;
  }
  .page__nft--second.page__nft .change .text {
    margin-bottom: 20px;
  }
  .page__nft--second.page__nft .change .swiper {
    margin: 0 auto;
  }
  .page__nft--second.page__nft .change .swiper .slider__pagination {
    bottom: 0;
  }
  .page__nft--second.page__nft .instruction__container {
    padding: 50px 20px 0;
  }
  .page__nft--second.page__nft .instruction__img {
    width: calc(100% + 40px);
  }
  .page__nft--second.page__nft .instruction__platform {
    margin: 20px auto;
  }
  .page__nft--second.page__nft .live {
    padding-bottom: 180px;
  }
  .page__nft--second.page__nft .live__bkg {
    top: 100%;
  }
  .page__nft--second.page__nft .live__subtitle {
    font-size: 15px;
    line-height: 155%;
  }
  .page__nft--second.page__nft .live__img {
    top: auto;
    bottom: -150px;
  }
  .page__nft--second.page__nft .live__item {
    width: 140px;
  }
  .page__nft--second.page__nft .live__item img {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .page__nft--second.page__nft .live__item-title {
    font-size: 16px;
    line-height: 24px;
  }
  .page__nft--second.page__nft .live__banner {
    margin: 20px 0;
    padding: 20px;
    font-size: 19px;
    line-height: 168%;
  }
  .page__nft--second.page__nft .live__timeline {
    flex-direction: column;
    padding-top: 30px;
  }
  .page__nft--second.page__nft .live__timeline-arrow {
    margin: 30px 0;
  }
  .page__nft--second.page__nft .what-section {
    padding-top: 200px;
  }
  .page__nft--second.page__nft .what-section .btn {
    margin-top: 40px !important;
    margin-bottom: -10px !important;
  }
  .page__nft--second.page__nft .tell .social-btns {
    gap: 15px;
  }
  .page__nft--second.page__nft .tell .share-buttons .social-btn, .page__nft--second.page__nft .social-btns__more {
    width: 80px;
    height: 70px;
    margin: 0px;
  }
  .page__nft--second.page__nft .card-section {
    padding-top: 50px;
  }
  .page__nft--second.page__nft .tell .preview {
    margin-left: -7px;
    max-width: 100%;
  }
  .page__nft--second.page__nft .tell .preview:after {
    right: -8px;
    bottom: -8px;
  }
  .page__nft--second.page__nft .tell .preview:before {
    right: -16px;
    bottom: -16px;
  }
  .page__nft--second.page__nft .company {
    background: url("../images/nft-second/company-bg-mob.svg") no-repeat bottom/100% 100%, #fff;
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .page__nft--second.page__nft--connected .top-section {
    padding-bottom: 120px !important;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__header, .page__nft--second.page__nft--connected .card-section .bot-card__balance {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__icon {
    top: -10px;
    left: -10px;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__body {
    padding-top: 30px;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__header-info svg {
    display: none;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__header-info {
    flex-direction: column;
    max-width: calc(100% - 90px);
    margin-right: 20px;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__header-info .address {
    display: none;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__header-info .short-address {
    display: block;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__balance {
    flex-direction: column;
    gap: 20px;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__balance-row {
    font-size: 15px;
    width: 100%;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__balance-row img {
    margin-right: auto !important;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__balance-row--green {
    justify-content: center;
    gap: 10px;
  }
  .page__nft--second.page__nft--connected .card-section .bot-card__balance-value {
    font-size: 18px;
  }
}
.page__nft--second.page__nft--instruction .btn {
  max-width: 300px !important;
  line-height: 50px !important;
  font-size: 14px !important;
  height: 50px !important;
  margin: 0 !important;
}
.page__nft--second.page__nft--instruction .btn:before, .page__nft--second.page__nft--instruction .btn:after {
  display: none;
}
.page__nft--second.page__nft--instruction .btn:hover rect {
  fill: #fff;
}
.page__nft--second.page__nft--instruction .btn:active {
  background: #D6D6D6 !important;
  border-color: #D6D6D6 !important;
  color: #fff !important;
}
.page__nft--second.page__nft--instruction .btn:active svg path[stroke] {
  stroke: #fff !important;
}
.page__nft--second.page__nft--instruction .btn:active svg path[fill] {
  fill: #fff !important;
}
.page__nft--second.page__nft--instruction .mob {
  display: none;
}
.page__nft--second.page__nft--instruction .content {
  display: block;
  padding-top: 30px;
  border-bottom: 8px solid #F7931A;
  padding-bottom: 60px;
}
.page__nft--second.page__nft--instruction .card__count {
  display: flex;
  align-items: center;
  align-self: flex-start;
  margin-right: 30px;
}
.page__nft--second.page__nft--instruction .card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  font-weight: 700;
  border-radius: 32px;
  border: 2px solid #F7931A;
  color: #F7931A;
  font-size: 17px;
}
.page__nft--second.page__nft--instruction .card__num svg {
  display: none;
}
.page__nft--second.page__nft--instruction .card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page__nft--second.page__nft--instruction .card__text {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
.page__nft--second.page__nft--instruction .card__text-img {
  display: none;
}
.page__nft--second.page__nft--instruction .card__img {
  max-width: 305px;
  width: 100%;
  display: block;
  margin-left: 30px;
}
.page__nft--second.page__nft--instruction .card__btn-container {
  display: flex;
  align-items: center;
}
.page__nft--second.page__nft--instruction .card__btn-container span {
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #37CC33;
  display: none;
}
.page__nft--second.page__nft--instruction .cards {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}
.page__nft--second.page__nft--instruction .cards__item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 40px 30px;
  border-bottom: 1px solid #D6D6D6;
}
.page__nft--second.page__nft--instruction .cards__item:first-child {
  border-radius: 10px 10px 0px 0px;
}
.page__nft--second.page__nft--instruction .cards__item--done {
  background: #F7F7F7;
}
.page__nft--second.page__nft--instruction .cards__item--done a, .page__nft--second.page__nft--instruction .cards__item--done button {
  pointer-events: none;
}
.page__nft--second.page__nft--instruction .cards__item--done .card__text {
  opacity: 0.5;
}
.page__nft--second.page__nft--instruction .cards__item--done .card__num {
  border-color: #37CC33;
  background: #37CC33;
}
.page__nft--second.page__nft--instruction .cards__item--done .card__num span {
  display: none;
}
.page__nft--second.page__nft--instruction .cards__item--done .card__num svg {
  display: block;
}
.page__nft--second.page__nft--instruction .cards__item--done .card__btn-container .btn {
  opacity: 0.5;
}
.page__nft--second.page__nft--instruction .cards__item--done .card__btn-container span {
  display: block;
}
.page__nft--second.page__nft--instruction .cards__footer {
  background: #F7F7F7;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}
.page__nft--second.page__nft--instruction .cards__footer .btn {
  margin: 0 auto !important;
}
@media (max-width: 900px) {
  .page__nft--second.page__nft--instruction .content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .page__nft--second.page__nft--instruction .text {
    margin-bottom: 0;
    padding: 0 20px;
    display: none;
  }
  .page__nft--second.page__nft--instruction .text.mob {
    display: block;
  }
  .page__nft--second.page__nft--instruction .icon {
    width: 126px;
  }
  .page__nft--second.page__nft--instruction .title {
    padding: 0 20px;
  }
  .page__nft--second.page__nft--instruction .cards {
    max-width: none;
    border: none;
  }
  .page__nft--second.page__nft--instruction .cards__item {
    padding: 50px 25px;
    flex-direction: column;
    align-items: center;
  }
  .page__nft--second.page__nft--instruction .cards__item--done {
    background: #fff;
  }
  .page__nft--second.page__nft--instruction .card__img {
    display: none;
  }
  .page__nft--second.page__nft--instruction .card__count {
    margin: 0 0 20px;
    align-self: center;
  }
  .page__nft--second.page__nft--instruction .card__info .btn {
    margin: 0 auto !important;
  }
  .page__nft--second.page__nft--instruction .card__btn-container {
    display: block;
  }
  .page__nft--second.page__nft--instruction .card__btn-container span {
    text-align: center;
    margin: 15px auto 0;
  }
  .page__nft--second.page__nft--instruction .card__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
    display: none;
  }
  .page__nft--second.page__nft--instruction .card__text.mob {
    display: block;
  }
  .page__nft--second.page__nft--instruction .card__text-img {
    display: block;
    margin: 0 auto 15px;
    max-width: 305px;
    width: 100%;
  }
  .page__nft--second.page__nft--instruction .card__text-img--ios, .page__nft--second.page__nft--instruction .card__text-img--android {
    display: none;
  }
  .page__nft--second.page__nft--instruction.os-android .card__text-img--android {
    display: block;
  }
  .page__nft--second.page__nft--instruction.os-ios .card__text-img--ios {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .page__nft--second.page__nft .header.fixed:not(.header--not-fixed) .header__wrapper {
    padding-bottom: 20px;
    top: -123px;
  }
}

@media (max-width: 920px) {
  .page__nft .card-section .bot-card__link {
    margin-bottom: 20px;
  }
  .page__nft .card-section .bot-card__body-info {
    display: block;
  }
}
.page__nft--download .popup#termsPopup .popup__handler {
  border-radius: 10px;
}
.page__nft--download .popup#termsPopup .btn_default {
  background: #4285F4;
  border-radius: 30px;
  line-height: 60px;
  max-width: 320px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  font-weight: 700;
  font-size: 16px;
  height: auto;
}
.page__nft--download .popup#termsPopup .btn_default svg {
  margin-right: 10px;
}
.page__nft--download .popup#termsPopup .btn_default:hover {
  background: #F7931A;
}
.page__nft--download .content {
  flex-direction: column;
  align-items: center;
}
.page__nft--download .download__img {
  position: relative;
  bottom: -3px;
}
.page__nft--download .body {
  max-width: 700px;
  margin: 40px auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.page__nft--download .body__container {
  position: relative;
}
.page__nft--download .body--mob {
  display: none;
}
.page__nft--download .body__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page__nft--download .body__body {
  border-top: 8px solid #F7931A;
  padding: 40px 30px 50px;
  border-radius: 6px 6px 0px 0px;
}
.page__nft--download .body__icon {
  display: block;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
}
.page__nft--download .body__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.page__nft--download .body__description {
  color: #494949;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.page__nft--download .body__footer {
  border-radius: 0px 0px 6px 6px;
  padding: 20px;
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
}
.page__nft--download .body__btn {
  line-height: 60px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  border-radius: 30px;
  background: #4285F4;
  transition: background 0.3s;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.page__nft--download .body__btn--android, .page__nft--download .body__btn--ios {
  text-decoration: none;
  background-color: #000;
  display: none;
}
.page__nft--download .body__btn--android img, .page__nft--download .body__btn--ios img {
  margin-right: 10px;
}
.page__nft--download .body__btn svg {
  margin-right: 10px;
}
.page__nft--download .body__btn:hover {
  background: #F7931A;
}
.page__nft--download.os-android .body__btn {
  display: none;
}
.page__nft--download.os-android .body__btn--android {
  display: flex;
}
.page__nft--download.os-ios .body__btn {
  display: none;
}
.page__nft--download.os-ios .body__btn--ios {
  display: flex;
}
@media (max-width: 768px) {
  .page__nft--download-ct .body {
    display: none;
  }
  .page__nft--download-ct .body--mob {
    display: block;
  }
  .page__nft--download-ct .body__description a {
    text-decoration: none;
    font-weight: bold;
    color: #4285F4;
    transition: color 0.3s;
  }
  .page__nft--download-ct .body__description a:hover {
    color: #F7931A;
  }
  .page__nft--download-ct .body__btn--ct {
    display: flex !important;
    text-decoration: none;
    background: #fff;
    color: #4285F4;
    border: 1px solid #D6D6D6;
  }
  .page__nft--download-ct .body__btn--ct img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .page__nft--download .download__img {
    margin-top: 30px;
  }
  .page__nft--download .header {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .page__nft--download .content {
    padding-bottom: 0;
    background-color: #F7F7F7;
  }
  .page__nft--download .content .body {
    margin: 0;
    box-shadow: none;
    background: none;
  }
  .page__nft--download .content .body__body {
    border-top: none;
    padding: 0;
    padding-bottom: 30px;
  }
  .page__nft--download .content .body__icon {
    margin-bottom: 15px;
  }
  .page__nft--download .content .body__title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }
  .page__nft--download .content .body__description {
    font-size: 16px;
    line-height: 155%;
  }
  .page__nft--download .content .body__footer {
    border-top: none;
    padding: 0;
  }
  .page__nft--download .content .body__btn {
    max-width: none;
  }
  .page__nft--download .content .body__img {
    display: none;
  }
}

.page__nft--buy .header,
.page__nft--buy .content {
  background-color: #f7f7f7;
}
.page__nft--buy .popup__hide {
  display: none;
}
@media (max-width: 768px) {
  .page__nft--buy .popup__hide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
  }
  .page__nft--buy .popup__hide span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
  .page__nft--buy .popup__hide-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
}
.page__nft--buy .popup#popup-weth .popup__footer, .page__nft--buy .popup#popup-ctc .popup__footer, .page__nft--buy .popup#popup-metamask .popup__footer {
  padding: 20px 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance, .page__nft--buy .popup#popup-ctc .popup__footer-balance, .page__nft--buy .popup#popup-metamask .popup__footer-balance {
  width: 100%;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  text-align: left;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__title, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__title, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__title {
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 10px;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__value, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__value, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__value {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__value img, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__value img, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__value img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__value span, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__value span, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__value span {
  font-size: 26px;
  line-height: 31px;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__success, .page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__error, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__success, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__error, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__success, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__error {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  display: none;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__success.show, .page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__error.show, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__success.show, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__error.show, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__success.show, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__error.show {
  display: flex;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__success, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__success, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__success {
  color: #37cc33;
}
.page__nft--buy .popup#popup-weth .popup__footer-balance .pf-balance__error, .page__nft--buy .popup#popup-ctc .popup__footer-balance .pf-balance__error, .page__nft--buy .popup#popup-metamask .popup__footer-balance .pf-balance__error {
  color: #f74249;
}
.page__nft--buy .popup#popup-weth .popup__footer-btn, .page__nft--buy .popup#popup-ctc .popup__footer-btn, .page__nft--buy .popup#popup-metamask .popup__footer-btn {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page__nft--buy .popup#popup-weth .popup__footer-btn .btn, .page__nft--buy .popup#popup-ctc .popup__footer-btn .btn, .page__nft--buy .popup#popup-metamask .popup__footer-btn .btn {
  border-radius: 6px;
}
.page__nft--buy .popup#popup-weth .popup__footer-btn .btn:disabled, .page__nft--buy .popup#popup-weth .popup__footer-btn .btn.disabled, .page__nft--buy .popup#popup-ctc .popup__footer-btn .btn:disabled, .page__nft--buy .popup#popup-ctc .popup__footer-btn .btn.disabled, .page__nft--buy .popup#popup-metamask .popup__footer-btn .btn:disabled, .page__nft--buy .popup#popup-metamask .popup__footer-btn .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page__nft--buy .popup#popup-weth, .page__nft--buy .popup#popup-ctc, .page__nft--buy .popup#popup-metamask {
    padding: 0;
    background: #ffffff;
  }
  .page__nft--buy .popup#popup-weth:before, .page__nft--buy .popup#popup-ctc:before, .page__nft--buy .popup#popup-metamask:before {
    display: none;
  }
  .page__nft--buy .popup#popup-weth .popup__container, .page__nft--buy .popup#popup-ctc .popup__container, .page__nft--buy .popup#popup-metamask .popup__container {
    position: static;
    transform: none;
    max-width: none;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
  }
  .page__nft--buy .popup#popup-weth .popup__top, .page__nft--buy .popup#popup-ctc .popup__top, .page__nft--buy .popup#popup-metamask .popup__top {
    display: none;
  }
  .page__nft--buy .popup#popup-weth .popup__body, .page__nft--buy .popup#popup-ctc .popup__body, .page__nft--buy .popup#popup-metamask .popup__body {
    padding: 20px 15px;
  }
  .page__nft--buy .popup#popup-weth .popup__body-text, .page__nft--buy .popup#popup-ctc .popup__body-text, .page__nft--buy .popup#popup-metamask .popup__body-text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .page__nft--buy .popup#popup-weth .popup__footer, .page__nft--buy .popup#popup-ctc .popup__footer, .page__nft--buy .popup#popup-metamask .popup__footer {
    background: #ffffff;
    border: none;
    padding: 0 15px;
    gap: 20px;
  }
  .page__nft--buy .popup#popup-weth .popup__footer-btn, .page__nft--buy .popup#popup-ctc .popup__footer-btn, .page__nft--buy .popup#popup-metamask .popup__footer-btn {
    max-width: none;
    margin-bottom: 20px;
  }
}
.page__nft--buy .popup#popup-instruction .popup__container {
  max-width: 700px;
}
.page__nft--buy .popup#popup-instruction .popup__footer .btn {
  max-width: 300px !important;
  border-radius: 6px !important;
}
@media (max-width: 768px) {
  .page__nft--buy .popup#popup-instruction {
    padding: 0;
    padding-bottom: 30px;
    background: #fff;
  }
  .page__nft--buy .popup#popup-instruction:before {
    display: none;
  }
  .page__nft--buy .popup#popup-instruction .popup__steps {
    gap: 20px;
  }
  .page__nft--buy .popup#popup-instruction .popup__container {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    position: static;
    transform: none;
    box-shadow: none;
  }
  .page__nft--buy .popup#popup-instruction .popup__card {
    box-shadow: none;
    border-radius: 0px;
  }
  .page__nft--buy .popup#popup-instruction .popup__top {
    display: none;
  }
  .page__nft--buy .popup#popup-instruction .popup__footer {
    background: #fff;
    padding: 0 15px;
    border-top: 0px;
  }
  .page__nft--buy .popup#popup-instruction .popup__footer .btn {
    max-width: none !important;
  }
}
.page__nft--buy .header__logo {
  background-color: transparent !important;
}
.page__nft--buy .content {
  padding-top: 20px;
  padding-bottom: 60px;
  border-bottom: 8px solid #f7931a;
}
.page__nft--buy .balance__nft {
  margin-bottom: 20px;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
}
.page__nft--buy .balance__nft-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  border-radius: 0px 0px 6px 6px;
}
.page__nft--buy .balance__nft-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 15px;
}
.page__nft--buy .balance__nft-content span {
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
}
.page__nft--buy .balance__nft-content-img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  position: relative;
}
.page__nft--buy .balance__nft-content-img:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: -1px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page__nft--buy .balance__nft-content-img img {
  border-radius: 5px;
  max-width: 100%;
}
.page__nft--buy .body {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.page__nft--buy .body__bkg {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.page__nft--buy .body__container {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.page__nft--buy .body__top {
  padding: 20px 30px;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  border-bottom: 1px solid #d6d6d6;
}
.page__nft--buy .body__switcher {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page__nft--buy .body__switcher-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  width: -moz-max-content;
  width: max-content;
  color: #494949;
}
.page__nft--buy .body__switcher-item--active, .page__nft--buy .body__switcher-item:hover {
  border-color: #4285f4;
  background: #4285f4;
  color: #fff;
}
.page__nft--buy .body__footer {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 0px 0px 6px 6px;
}
.page__nft--buy .body__section {
  padding: 30px 30px 38px;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.page__nft--buy .body__section p {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 30px;
}
.page__nft--buy .body__section--btns button {
  margin-top: 20px;
}
.page__nft--buy .body__section--btns button img {
  margin-right: 10px;
}
.page__nft--buy .body__section--btns p {
  margin-bottom: 10px;
}
.page__nft--buy .body__section-decoration {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  padding: 2px 7px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #303030;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.page__nft--buy .body__section.none {
  display: none;
}
.page__nft--buy .body__btn {
  border: none;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  background: #4285f4;
  transition: all 0.3s;
  border-radius: 6px;
}
.page__nft--buy .body__btn img {
  margin-right: 10px;
}
.page__nft--buy .body__btn svg {
  margin-right: 10px;
}
.page__nft--buy .body__btn svg path,
.page__nft--buy .body__btn svg rect {
  transition: all 0.3s;
}
.page__nft--buy .body__btn:hover {
  background: #f7931a;
}
.page__nft--buy .body__btn--outline {
  background: #fff;
  border: 1px solid #d6d6d6;
  color: #4285f4;
}
.page__nft--buy .body__btn--outline:hover {
  color: #fff;
  background: #4285f4;
  border-color: #4285f4;
}
.page__nft--buy .body__btn--outline:hover svg path {
  fill: #fff;
}
.page__nft--buy .body__btn--success {
  background: #37cc33;
}
@media (max-width: 768px) {
  .page__nft--buy .content {
    padding: 0;
  }
  .page__nft--buy .body__container {
    box-shadow: none;
    background-color: transparent;
  }
  .page__nft--buy .body__top {
    padding: 30px 15px 10px;
    border-bottom: none;
    font-size: 24px;
    line-height: 29px;
  }
  .page__nft--buy .body__top + .body__section {
    padding-top: 0;
  }
  .page__nft--buy .body__section {
    padding: 38px 15px;
  }
  .page__nft--buy .body__section p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  .page__nft--buy .body__btn {
    max-width: none;
  }
}
.page__nft--buy #popup-ctc .count {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__nft--buy #popup-ctc .count__mob {
  display: none;
  padding: 0px 0px 20px;
  width: 100%;
}
.page__nft--buy #popup-ctc .count__value {
  justify-content: flex-end;
  margin-top: 10px;
  color: #f7931a;
  font-size: 30px;
  text-align: right;
  line-height: 36px;
  font-weight: bold;
}
.page__nft--buy #popup-ctc .count__label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}
.page__nft--buy #popup-ctc .count__range {
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
  height: 8px;
  background: #EBEBEB;
  overflow: hidden;
  border-radius: 4px;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  border: none;
}
.page__nft--buy #popup-ctc .count__range-container {
  margin-top: 20px;
  position: relative;
}
.page__nft--buy #popup-ctc .count__range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #f7931a;
  position: absolute;
  left: 0;
  top: -8px;
}
.page__nft--buy #popup-ctc .count__range::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  margin-top: -4px;
  background: #f7931a;
  box-shadow: -100vw 0px 0px 100vw #f7931a;
}
.page__nft--buy #popup-ctc .count__range::-moz-range-progress {
  background: #f7931a;
  height: 8px;
}
.page__nft--buy #popup-ctc .counter__input {
  text-align: center;
  color: #000;
}
.page__nft--buy #popup-ctc .block-popup__row--footer {
  padding: 0;
}
@media (max-width: 768px) {
  .page__nft--buy #popup-ctc .second-block {
    padding: 0;
  }
  .page__nft--buy #popup-ctc .count {
    flex-direction: column;
  }
  .page__nft--buy #popup-ctc .count .counter.counter--second {
    display: none;
  }
  .page__nft--buy #popup-ctc .count__mob {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #D6D6D6;
  }
  .page__nft--buy #popup-ctc .count .block-popup__row--footer {
    justify-content: space-between;
    width: 100%;
    padding: 15px;
  }
}

.page__nft-connect--mob .card-login__body {
  border-radius: 0px 0px 6px 6px;
}
.page__nft-connect--mob .steps {
  max-width: 601px;
}
.page__nft-connect--mob .steps__item .btn {
  margin-top: 20px !important;
}
.page__nft-connect--mob .steps__item .btn--ios, .page__nft-connect--mob .steps__item .btn--android {
  display: none !important;
  background-color: #000;
}
.page__nft-connect--mob .ethereum {
  display: none;
}
.page__nft-connect--mob.ethereum .content {
  display: none;
}
.page__nft-connect--mob.ethereum .content.ethereum {
  display: flex;
}
.page__nft-connect--mob.ethereum .content .card-login {
  padding-bottom: 35px;
}
.page__nft-connect--mob.os-ios .btn--ios {
  display: flex !important;
}
.page__nft-connect--mob.os-android .btn--android {
  display: flex !important;
}
@media (max-width: 768px) {
  .page__nft-connect--mob .steps__item {
    padding-top: 25px;
    margin-bottom: 25px;
    width: auto;
  }
  .page__nft-connect--mob .steps__item:first-child {
    padding-top: 0;
  }
  .page__nft-connect--mob .steps__arrow {
    display: block;
    background: url("../images/nft-second/arrow-sm.svg") no-repeat center;
    width: 14;
    height: 40px;
  }
}

.page__nft--second.page__nft .change .slider {
  gap: 0px;
}
@media (max-width: 1000px) {
  .page__nft--second.page__nft .change .slider {
    flex-direction: row;
  }
}
.page__nft--second.page__nft .change__item-btn--disabled {
  pointer-events: none;
  color: #B3B3B3;
}
.page__nft--second.page__nft .change__item-btn--disabled img {
  margin-right: 10px;
  display: block;
}
.page__nft--second.page__nft .change__item-btn--disabled svg {
  display: block !important;
}
.page__nft--second.page__nft .change__item-btn--disabled svg path {
  fill: #B3B3B3;
}
.page__nft--second.page__nft .change__item-link {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.page__nft--second.page__nft .change__item-link img {
  border: none;
  margin-bottom: 0;
  display: block;
}
.page__nft--second.page__nft .change__item-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1000px) {
  .page__nft--second.page__nft .change__item {
    max-width: 450px;
    width: 100% !important;
  }
  .page__nft--second.page__nft .change__item-link:before {
    border-radius: 14px;
  }
}
.page__nft--second.page__nft .change .swiper {
  padding-bottom: 50px;
}
.page__nft--second.page__nft .change .swiper-pagination {
  bottom: 0;
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.page__nft--second.page__nft .change .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}
.page__nft--second.page__nft .change .swiper--second .change__item-content {
  padding-bottom: 0;
  border-bottom: none;
}
.page__nft--second.page__nft .change .swiper--second .change__item-title {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .page__nft--second.page__nft .change .swiper .slider {
    max-width: 450px;
    width: 100% !important;
  }
}
.page__nft--second.page__nft .change .pagination-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 20px;
}
.page__nft--second.page__nft .change .pagination-container svg {
  position: static;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
  transform: rotate(180deg);
}
.page__nft--second.page__nft .change .pagination-container svg path {
  transition: fill 0.3s;
}
.page__nft--second.page__nft .change .pagination-container svg:hover path {
  fill: #4285f4;
}
.page__nft--second.page__nft .change__label {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin: 60px 0;
}
.page__nft--second.page__nft .change__scheme-second {
  display: block;
  margin: 0 auto 20px;
}

.page__nft--second .popup#popup-nft-received .close {
  cursor: pointer !important;
  width: 16px !important;
  height: 16px !important;
}
.page__nft--second .popup#popup-nft-received .popup__hide {
  display: none;
}
.page__nft--second .popup#popup-nft-received .popup__body {
  padding-top: 40px;
}
.page__nft--second .popup#popup-nft-received .popup__img {
  display: block;
  margin: 0 auto 20px;
}
.page__nft--second .popup#popup-nft-received .popup__title span {
  color: #f7931a;
}
.page__nft--second .popup#popup-nft-received .popup__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__nft--second .popup#popup-nft-received .popup__footer .btn {
  border-radius: 6px !important;
}
@media (max-width: 768px) {
  .page__nft--second .popup#popup-nft-received {
    padding: 0;
    background-color: #fff;
    align-items: flex-start;
  }
  .page__nft--second .popup#popup-nft-received .close {
    display: none;
  }
  .page__nft--second .popup#popup-nft-received.active {
    display: flex;
  }
  .page__nft--second .popup#popup-nft-received .popup__hide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .page__nft--second .popup#popup-nft-received .popup__hide svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page__nft--second .popup#popup-nft-received .popup__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .page__nft--second .popup#popup-nft-received .popup__container, .page__nft--second .popup#popup-nft-received .popup__card {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: static;
    border-radius: 0px;
    box-shadow: none;
    transform: none;
  }
}

.page__nft--buy-token .content, .page__nft.page__nft--second .page__nft--token .content {
  border-bottom: 8px solid #f7931a;
  padding: 50px 20px;
}
.page__nft--buy-token .btn__back, .page__nft.page__nft--second .page__nft--token .btn__back {
  border-radius: 6px !important;
  height: 50px !important;
  font-size: 14px;
  max-width: 300px !important;
}
.page__nft--buy-token .counter__input::-webkit-outer-spin-button,
.page__nft--buy-token .counter__input::-webkit-inner-spin-button, .page__nft.page__nft--second .page__nft--token .counter__input::-webkit-outer-spin-button,
.page__nft.page__nft--second .page__nft--token .counter__input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.page__nft--buy-token .counter__input, .page__nft.page__nft--second .page__nft--token .counter__input {
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  border: none;
  outline: none;
  width: 107px;
  text-align: center;
  -moz-appearance: textfield;
}
.page__nft--buy-token .counter__input--second, .page__nft.page__nft--second .page__nft--token .counter__input--second {
  width: 3ch;
  text-align: right;
  color: #b3b3b3;
}
.page__nft--buy-token .counter__input--primary, .page__nft.page__nft--second .page__nft--token .counter__input--primary {
  color: #f7931a;
}
.page__nft--buy-token .counter__input--total, .page__nft.page__nft--second .page__nft--token .counter__input--total {
  width: 3ch;
  text-align: left;
}
.page__nft--buy-token .counter__input:disabled, .page__nft.page__nft--second .page__nft--token .counter__input:disabled {
  background: #ffffff;
}
.page__nft--buy-token .qr, .page__nft.page__nft--second .page__nft--token .qr {
  margin: 30px auto 40px;
}
.page__nft--buy-token .qr__load, .page__nft.page__nft--second .page__nft--token .qr__load {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  margin: 0 auto 20px;
  border-radius: 10px;
}
.page__nft--buy-token .qr__load .loader-dash-spinner > i, .page__nft.page__nft--second .page__nft--token .qr__load .loader-dash-spinner > i {
  background-color: #f7931a;
}
.page__nft--buy-token .qr img, .page__nft--buy-token .qr svg, .page__nft.page__nft--second .page__nft--token .qr img, .page__nft.page__nft--second .page__nft--token .qr svg {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  max-width: 100%;
}
.page__nft--buy-token .qr__title, .page__nft.page__nft--second .page__nft--token .qr__title {
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #757575;
}
.page__nft--buy-token .body, .page__nft.page__nft--second .page__nft--token .body {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__nft--buy-token .body__hide, .page__nft.page__nft--second .page__nft--token .body__hide {
  display: none;
}
.page__nft--buy-token .body__container, .page__nft.page__nft--second .page__nft--token .body__container {
  max-width: 700px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: relative;
  z-index: 10;
}
@media (max-width: 700px) {
  .page__nft--buy-token .body__container, .page__nft.page__nft--second .page__nft--token .body__container {
    max-width: 100vw;
  }
}
.page__nft--buy-token .body__decoration, .page__nft.page__nft--second .page__nft--token .body__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page__nft--buy-token .body__header, .page__nft.page__nft--second .page__nft--token .body__header {
  padding: 20px 30px;
  border-bottom: 1px solid #D6D6D6;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  position: relative;
}
.page__nft--buy-token .body__close, .page__nft.page__nft--second .page__nft--token .body__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.page__nft--buy-token .body__text, .page__nft.page__nft--second .page__nft--token .body__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.page__nft--buy-token .body__card, .page__nft.page__nft--second .page__nft--token .body__card {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
}
.page__nft--buy-token .body__body, .page__nft.page__nft--second .page__nft--token .body__body {
  padding: 20px 30px 30px;
}
.page__nft--buy-token .body__footer, .page__nft.page__nft--second .page__nft--token .body__footer {
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  padding: 20px;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}
.page__nft--buy-token .body__footer button, .page__nft--buy-token .body__footer a, .page__nft.page__nft--second .page__nft--token .body__footer button, .page__nft.page__nft--second .page__nft--token .body__footer a {
  border-radius: 6px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  max-width: 300px;
  background: #4285f4;
  transition: background 0.3s;
}
.page__nft--buy-token .body__footer button svg, .page__nft--buy-token .body__footer button img, .page__nft--buy-token .body__footer a svg, .page__nft--buy-token .body__footer a img, .page__nft.page__nft--second .page__nft--token .body__footer button svg, .page__nft.page__nft--second .page__nft--token .body__footer button img, .page__nft.page__nft--second .page__nft--token .body__footer a svg, .page__nft.page__nft--second .page__nft--token .body__footer a img {
  margin-right: 10px;
  display: block;
}
.page__nft--buy-token .body__footer button span, .page__nft--buy-token .body__footer a span, .page__nft.page__nft--second .page__nft--token .body__footer button span, .page__nft.page__nft--second .page__nft--token .body__footer a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
}
.page__nft--buy-token .body__footer button:hover, .page__nft--buy-token .body__footer a:hover, .page__nft.page__nft--second .page__nft--token .body__footer button:hover, .page__nft.page__nft--second .page__nft--token .body__footer a:hover {
  background: #f7931a;
}
.page__nft--buy-token .body .footer__content, .page__nft.page__nft--second .page__nft--token .body .footer__content {
  max-width: 350px;
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.page__nft--buy-token .body .footer__content span, .page__nft.page__nft--second .page__nft--token .body .footer__content span {
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  color: #494949;
  margin-bottom: 10px;
}
.page__nft--buy-token .body .footer__content-check, .page__nft.page__nft--second .page__nft--token .body .footer__content-check {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #37CC33;
  margin-top: 10px;
}
.page__nft--buy-token .body .footer__content-check svg, .page__nft.page__nft--second .page__nft--token .body .footer__content-check svg {
  margin-right: 5px;
}
.page__nft--buy-token .body .footer__content-check--error, .page__nft.page__nft--second .page__nft--token .body .footer__content-check--error {
  color: #F74249;
}
.page__nft--buy-token .body .footer__content-value, .page__nft.page__nft--second .page__nft--token .body .footer__content-value {
  display: flex;
  align-items: center;
}
.page__nft--buy-token .body .footer__content-value div, .page__nft.page__nft--second .page__nft--token .body .footer__content-value div {
  margin-left: 10px;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
}
.page__nft--buy-token .body .footer__btns, .page__nft.page__nft--second .page__nft--token .body .footer__btns {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page__nft--buy-token .body .footer__outline, .page__nft.page__nft--second .page__nft--token .body .footer__outline {
  color: #4285f4;
  background: #fff;
  border: 1px solid #D6D6D6;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.page__nft--buy-token .body .footer__outline:hover, .page__nft.page__nft--second .page__nft--token .body .footer__outline:hover {
  border-color: #4285f4;
  background-color: #4285f4;
  color: #fff;
}
.page__nft--buy-token .body .footer__outline:hover svg path, .page__nft.page__nft--second .page__nft--token .body .footer__outline:hover svg path {
  fill: #fff;
}
.page__nft--buy-token .body .footer__primary, .page__nft.page__nft--second .page__nft--token .body .footer__primary {
  color: #fff;
  background-color: #4285f4;
  transition: all 0.3s;
}
.page__nft--buy-token .body .footer__primary:hover, .page__nft.page__nft--second .page__nft--token .body .footer__primary:hover {
  background-color: #f7931a;
}
.page__nft--buy-token .body .footer__primary--right-icon svg, .page__nft--buy-token .body .footer__primary--right-icon img, .page__nft.page__nft--second .page__nft--token .body .footer__primary--right-icon svg, .page__nft.page__nft--second .page__nft--token .body .footer__primary--right-icon img {
  margin-right: 0;
  margin-left: 10px;
}
.page__nft--buy-token .body .token-info, .page__nft.page__nft--second .page__nft--token .body .token-info {
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
}
.page__nft--buy-token .body .token-info__token, .page__nft.page__nft--second .page__nft--token .body .token-info__token {
  display: flex;
  align-items: center;
}
.page__nft--buy-token .body .token-info__token img, .page__nft.page__nft--second .page__nft--token .body .token-info__token img {
  display: block;
  margin-right: 15px;
  border-radius: 6px;
  width: 70px;
  height: 70px;
  border: 1px solid #D6D6D6;
}
.page__nft--buy-token .body .token-info__token span, .page__nft.page__nft--second .page__nft--token .body .token-info__token span {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.page__nft--buy-token .body .token-info__price, .page__nft.page__nft--second .page__nft--token .body .token-info__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page__nft--buy-token .body .token-info__price span, .page__nft.page__nft--second .page__nft--token .body .token-info__price span {
  font-size: 12px;
  line-height: 15px;
  color: #494949;
}
.page__nft--buy-token .body .token-info__price span b, .page__nft.page__nft--second .page__nft--token .body .token-info__price span b {
  font-weight: bold;
}
.page__nft--buy-token .body .token-info__price-value, .page__nft.page__nft--second .page__nft--token .body .token-info__price-value {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.page__nft--buy-token .body .token-info__price-value div, .page__nft.page__nft--second .page__nft--token .body .token-info__price-value div {
  margin-left: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
}
.page__nft--buy-token .body .input, .page__nft.page__nft--second .page__nft--token .body .input {
  margin: 30px auto 0;
  max-width: 540px;
}
.page__nft--buy-token .body .input__label, .page__nft.page__nft--second .page__nft--token .body .input__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.page__nft--buy-token .body .input__footer, .page__nft.page__nft--second .page__nft--token .body .input__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__nft--buy-token .body .input__subtitle, .page__nft.page__nft--second .page__nft--token .body .input__subtitle {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}
.page__nft--buy-token .body .input__copy, .page__nft.page__nft--second .page__nft--token .body .input__copy {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  color: #4285f4;
  cursor: pointer;
}
.page__nft--buy-token .body .input__container, .page__nft.page__nft--second .page__nft--token .body .input__container {
  padding: 13px 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  gap: 10px;
  background: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  margin-bottom: 10px;
}
.page__nft--buy-token .body .input__container span, .page__nft.page__nft--second .page__nft--token .body .input__container span {
  font-size: 18px;
  line-height: 22px;
}
.page__nft--buy-token .body .input__container span b, .page__nft.page__nft--second .page__nft--token .body .input__container span b {
  font-weight: bold;
}
.page__nft--buy-token .body .count, .page__nft.page__nft--second .page__nft--token .body .count {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.page__nft--buy-token .body .count__mob, .page__nft.page__nft--second .page__nft--token .body .count__mob {
  display: none;
}
.page__nft--buy-token .body .count__label, .page__nft.page__nft--second .page__nft--token .body .count__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.page__nft--buy-token .body .count__container, .page__nft.page__nft--second .page__nft--token .body .count__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
}
.page__nft--buy-token .body .count__value, .page__nft.page__nft--second .page__nft--token .body .count__value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000;
}
.page__nft--buy-token .body .count__btns, .page__nft.page__nft--second .page__nft--token .body .count__btns {
  display: flex;
  gap: 10px;
}
.page__nft--buy-token .body .count__btns button, .page__nft.page__nft--second .page__nft--token .body .count__btns button {
  height: 40px;
  outline: none;
  background: none;
  border-radius: 6px;
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__nft--buy-token .body .count__btns button.extr, .page__nft.page__nft--second .page__nft--token .body .count__btns button.extr {
  width: 60px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #4285f4;
}
.page__nft--buy-token .body .count__btns button.symbol, .page__nft.page__nft--second .page__nft--token .body .count__btns button.symbol {
  width: 40px;
}
.page__nft--buy-token .body .token-total, .page__nft.page__nft--second .page__nft--token .body .token-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page__nft--buy-token .body .token-total--mob, .page__nft.page__nft--second .page__nft--token .body .token-total--mob {
  display: none;
}
.page__nft--buy-token .body .token-total span, .page__nft.page__nft--second .page__nft--token .body .token-total span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.page__nft--buy-token .body .token-total__value, .page__nft.page__nft--second .page__nft--token .body .token-total__value {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.page__nft--buy-token .body .token-total__value div, .page__nft.page__nft--second .page__nft--token .body .token-total__value div {
  margin-left: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 700px) {
  .page__nft--buy-token .content, .page__nft.page__nft--second .page__nft--token .content {
    padding: 0;
  }
  .page__nft--buy-token .body__header, .page__nft.page__nft--second .page__nft--token .body__header {
    padding: 15px;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    border-bottom: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .page__nft--buy-token .body__footer, .page__nft.page__nft--second .page__nft--token .body__footer {
    padding: 0 20px 20px;
    border: none;
    background-color: transparent;
    flex-direction: column;
    gap: 0px;
  }
  .page__nft--buy-token .body__footer button, .page__nft.page__nft--second .page__nft--token .body__footer button {
    max-width: none;
  }
  .page__nft--buy-token .body__footer .footer__content, .page__nft.page__nft--second .page__nft--token .body__footer .footer__content {
    margin: 0 15px 20px;
    background: #F7F7F7;
    max-width: none;
    width: auto;
    align-items: flex-start;
  }
  .page__nft--buy-token .body__footer .footer__btns, .page__nft.page__nft--second .page__nft--token .body__footer .footer__btns {
    border-top: 1px solid #D6D6D6;
    background: #F7F7F7;
    padding: 20px 15px;
    height: 100%;
    flex-grow: 1;
    flex-direction: column-reverse;
  }
  .page__nft--buy-token .body__footer .footer__outline, .page__nft.page__nft--second .page__nft--token .body__footer .footer__outline {
    margin: 20px 0px 0px;
  }
  .page__nft--buy-token .body__hide, .page__nft.page__nft--second .page__nft--token .body__hide {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page__nft--buy-token .body__body, .page__nft.page__nft--second .page__nft--token .body__body {
    padding: 20px 15px;
  }
  .page__nft--buy-token .body__close, .page__nft.page__nft--second .page__nft--token .body__close {
    display: none;
  }
  .page__nft--buy-token .body__text, .page__nft.page__nft--second .page__nft--token .body__text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .page__nft--buy-token .body .token-info, .page__nft.page__nft--second .page__nft--token .body .token-info {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .page__nft--buy-token .body .token-info__token, .page__nft.page__nft--second .page__nft--token .body .token-info__token {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .page__nft--buy-token .body .token-info__price, .page__nft.page__nft--second .page__nft--token .body .token-info__price {
    align-items: center;
  }
  .page__nft--buy-token .body .token-total--mob, .page__nft.page__nft--second .page__nft--token .body .token-total--mob {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D6D6D6;
  }
  .page__nft--buy-token .body .count, .page__nft.page__nft--second .page__nft--token .body .count {
    display: none;
  }
  .page__nft--buy-token .body .count__mob, .page__nft.page__nft--second .page__nft--token .body .count__mob {
    display: block;
    padding: 20px 15px;
  }
  .page__nft--buy-token .body .count__value, .page__nft.page__nft--second .page__nft--token .body .count__value {
    justify-content: flex-end;
    margin-top: 10px;
    color: #f7931a;
    font-size: 30px;
    line-height: 36px;
  }
  .page__nft--buy-token .body .count__label, .page__nft.page__nft--second .page__nft--token .body .count__label {
    font-size: 16px;
    line-height: 28px;
  }
  .page__nft--buy-token .body .count__range, .page__nft.page__nft--second .page__nft--token .body .count__range {
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    height: 8px;
    background: #EBEBEB;
    overflow: hidden;
    border-radius: 4px;
    -moz-appearance: none;
         appearance: none;
    display: block;
    width: 100%;
    border: none;
  }
  .page__nft--buy-token .body .count__range-container, .page__nft.page__nft--second .page__nft--token .body .count__range-container {
    margin-top: 20px;
    position: relative;
  }
  .page__nft--buy-token .body .count__range-thumb, .page__nft.page__nft--second .page__nft--token .body .count__range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #f7931a;
    position: absolute;
    left: 0;
    top: -8px;
  }
  .page__nft--buy-token .body .count__range::-webkit-slider-thumb, .page__nft.page__nft--second .page__nft--token .body .count__range::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin-top: -4px;
    background: #f7931a;
    box-shadow: -100vw 0px 0px 100vw #f7931a;
  }
  .page__nft--buy-token .body .count__range::-moz-range-progress, .page__nft.page__nft--second .page__nft--token .body .count__range::-moz-range-progress {
    background: #f7931a;
    height: 8px;
  }
}

.page__nft.page__nft--second #addNftPopup .body {
  position: absolute;
}
@media (max-width: 700px) {
  .page__nft.page__nft--second #addNftPopup {
    padding: 0;
    background: #F7F7F7;
  }
  .page__nft.page__nft--second #addNftPopup .body {
    top: 0;
    left: auto;
    padding: 0;
    margin: 0;
    transform: none;
  }
  .page__nft.page__nft--second #addNftPopup .body__container {
    border-radius: 0px;
    box-shadow: none;
  }
}

.page_pool-mining .header {
  min-height: auto;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .page_pool-mining .header {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .page_pool-mining .header .logo-animated {
    height: 60px;
  }
}
.page_pool-mining .header.fixed .header__wrapper {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.page_pool-mining .header .logo-animated svg, .page_pool-mining .header.fixed .logo-animated svg {
  width: 303px !important;
  left: -18px;
}
@media (max-width: 768px) {
  .page_pool-mining .header .logo-animated svg, .page_pool-mining .header.fixed .logo-animated svg {
    width: 300px !important;
    height: 60px !important;
    left: 0;
  }
}
@media (max-width: 768px) {
  .page_pool-mining .header {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .page_pool-mining .header {
    height: 70px;
  }
}
@media (max-width: 1200px) {
  .page_pool-mining .header .logo-animated--browser {
    display: block;
    width: 300px;
  }
  .page_pool-mining .header .logo-animated--browser svg {
    left: 0;
  }
}
.page_pool-mining .header .header__logo {
  border-bottom: none;
}
@media (max-width: 768px) {
  .page_pool-mining .header .header__logo {
    margin-left: 0;
  }
}
.page_pool-mining .header .header__menu > a + a {
  margin-left: 30px;
}
.page_pool-mining .header .header__socials {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 10px 15px;
  margin-right: 10px;
}
.page_pool-mining .header .header__socials .social-links {
  margin-left: 0;
}
@media (max-width: 768px) {
  .page_pool-mining .header .header__socials {
    margin-right: 0;
  }
}
.page_pool-mining .header .header__lang .lang__current {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  height: 40px;
  display: flex;
  align-items: center;
}
.page_pool-mining .header .header__lang .lang__current:before {
  top: 18px;
}
.page_pool-mining .header .header__lang .lang__current img {
  top: 14px;
}
.page_pool-mining .intro {
  padding-bottom: 0;
}
.page_pool-mining .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  max-width: 1100px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .page_pool-mining .title {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 20px 10px;
  }
}
.page_pool-mining .startearning {
  display: block;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
  border-bottom: 8px solid #F7931A;
}
.page_pool-mining .startearning .icon {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .page_pool-mining .startearning .icon {
    width: 70px;
    height: 70px;
  }
}
.page_pool-mining .startearning .description {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page_pool-mining .startearning .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #494949;
    margin-bottom: 15px;
  }
}
.page_pool-mining .startearning .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.137143px;
  margin: 20px auto;
  color: #000000;
}
@media (max-width: 768px) {
  .page_pool-mining .startearning .title {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 10px;
  }
}
.page_pool-mining .startearning .subtitle {
  animation-delay: 0.3s;
}
.page_pool-mining .startearning .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 50px;
  color: #494949;
}
@media (max-width: 768px) {
  .page_pool-mining .startearning .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.page_pool-mining .startearning__anim-arrow {
  display: flex;
  flex-wrap: wrap;
  max-width: 55px;
  width: 100%;
  margin: 0 auto 50px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page_pool-mining .startearning__anim-arrow {
    margin: 20px auto;
  }
}
.page_pool-mining .steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  counter-reset: steps;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .page_pool-mining .steps {
    align-items: center;
    flex-direction: column;
  }
}
.page_pool-mining .steps__item {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  counter-increment: steps;
  padding-top: 0;
  animation-duration: 0.75s;
  width: auto !important;
}
.page_pool-mining .steps__item a {
  text-decoration: none;
  color: #4285F4;
  transition: 0.3s all;
}
.page_pool-mining .steps__item a:hover {
  color: #F7931A;
}
.page_pool-mining .steps__item--first {
  animation-delay: 0.4s;
}
.page_pool-mining .steps__item--second {
  animation-delay: 0.8s;
}
.page_pool-mining .steps__item--third {
  animation-delay: 1.2s;
}
.page_pool-mining .steps__item--fourth {
  animation-delay: 1.6s;
}
.page_pool-mining .steps__item:before {
  display: none;
}
@media (max-width: 768px) {
  .page_pool-mining .steps__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .page_pool-mining .steps__item:not(:first-of-type) {
    margin-top: 0;
  }
  .page_pool-mining .steps__item .steps__icon-step {
    display: block;
    position: absolute;
    left: -2px;
    top: 65%;
  }
}
.page_pool-mining .steps__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  height: auto !important;
}
.page_pool-mining .steps__icon img {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .page_pool-mining .steps__icon {
    margin-bottom: 20px;
  }
  .page_pool-mining .steps__icon img {
    width: 70px;
    height: 70px;
  }
}
.page_pool-mining .steps__text {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .page_pool-mining .steps__text {
    padding-left: 45px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
  }
}
.page_pool-mining .steps__text:before {
  display: none;
}
.page_pool-mining .ct-pay__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-left: 4px !important;
  margin-top: 9px !important;
}
@media (max-width: 768px) {
  .page_pool-mining .ct-pay__bg {
    top: 0;
    transform: translateX(-50%);
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .page_pool-mining .ct-pay__bg.main {
    display: none;
  }
}
.page_pool-mining #activatePopup:before {
  display: none;
}
.page_pool-mining #activatePopup.active {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup {
    background: #fff;
    height: 100vh;
    z-index: 1;
    justify-content: flex-start;
    padding: 60px 0 0 0;
  }
}
.page_pool-mining #activatePopup .popup__header {
  background: #fff;
  border-radius: 6px 6px 0 0;
}
.page_pool-mining #activatePopup .popup__handler {
  max-width: 700px;
  border-radius: 6px;
  margin: auto;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__handler {
    overflow-y: auto;
    height: auto;
    flex-grow: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}
.page_pool-mining #activatePopup .popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
}
.page_pool-mining #activatePopup .popup__close svg {
  fill: #9D9D9D;
}
.page_pool-mining #activatePopup .popup__close:hover svg {
  fill: #F7931A;
  cursor: pointer;
}
.page_pool-mining #activatePopup .popup__close:active svg {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__close {
    display: none;
  }
}
.page_pool-mining #activatePopup .popup__body {
  background: #fff;
  padding: 0;
  border-radius: 6px;
}
.page_pool-mining #activatePopup .popup__body p {
  margin-bottom: 0;
}
.page_pool-mining #activatePopup .popup__body .popup__inner {
  padding: 40px 30px 30px;
}
.page_pool-mining #activatePopup .popup__body .icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__body .icon {
    width: 60px;
    height: 60px;
  }
}
.page_pool-mining #activatePopup .popup__body .title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.130032px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__body .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
.page_pool-mining #activatePopup .popup__body .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05px;
  color: #494949;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__body .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
}
.page_pool-mining #activatePopup .popup__frame {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  margin: 0 auto;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__frame {
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    padding: 0;
    margin-top: 15px;
  }
}
.page_pool-mining #activatePopup .popup__frame .popup__frame-block {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__frame .popup__frame-block {
    padding: 9px 0;
    width: 100%;
    justify-content: center;
  }
}
.page_pool-mining #activatePopup .popup__frame .popup__frame-block--first {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__frame .popup__frame-block--first {
    border-bottom: 1px solid #D6D6D6;
  }
}
.page_pool-mining #activatePopup .popup__frame .popup__frame-block--first img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__frame .popup__frame-block--first img {
    width: 38px;
    height: 24px;
  }
}
.page_pool-mining #activatePopup .popup__frame .popup__frame-block--second {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: right;
  color: #000;
}
.page_pool-mining #activatePopup .popup__frame .popup__frame-block--second img {
  margin-right: 10px;
}
.page_pool-mining #activatePopup .popup__footer {
  padding: 20px 0;
  background: #F7F7F7;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #D6D6D6;
}
.page_pool-mining #activatePopup .popup__footer .btn {
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  height: 50px;
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .page_pool-mining #activatePopup .popup__footer .btn {
    max-width: 320px;
  }
}
.page_pool-mining #activatePopup .popup__footer .btn img {
  margin-right: 10px;
}
.page_pool-mining .popup--connect-mobile {
  padding: 0;
  background: #F7F7F7;
}
.page_pool-mining .popup--connect-mobile:before {
  display: none;
}
.page_pool-mining .popup--connect-mobile .steps__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin: 15px 0;
}
.page_pool-mining .popup--connect-mobile .popup__main-icon {
  display: block;
  margin: 0 auto;
}
.page_pool-mining .popup--connect-mobile .popup__main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #494949;
}
.page_pool-mining .popup--connect-mobile .popup__main-text a {
  color: #4285F4;
  font-weight: bold;
  text-decoration: none;
}
.page_pool-mining .popup--connect-mobile .popup__text {
  display: block !important;
}
.page_pool-mining .popup--connect-mobile .popup__inner {
  padding: 20px 30px 40px 30px;
}
@media (max-width: 769px) {
  .page_pool-mining .popup--connect-mobile .popup__inner {
    padding: 35px 15px 10px;
  }
}
.page_pool-mining .popup--connect-mobile .popup__title {
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  padding: 20px 30px;
  border-bottom: 1px solid #D6D6D6;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.page_pool-mining .popup--connect-mobile .popup__title svg {
  width: 20px;
  height: 14px;
}
.page_pool-mining .popup--connect-mobile .popup__title p {
  margin: 0 auto;
  font-weight: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 769px) {
  .page_pool-mining .popup--connect-mobile .popup__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 20px;
    margin-bottom: 0;
  }
}
.page_pool-mining .popup--connect-mobile .popup__item .steps__item {
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .page_pool-mining .popup--connect-mobile .popup__item .steps__item .btn {
    max-width: none;
  }
}
.page_pool-mining .popup--connect-mobile .popup__item .steps__icon {
  margin-bottom: 7px !important;
}
@media (max-width: 700px) {
  .page_pool-mining .popup--connect-mobile .popup__item .steps__icon img {
    width: 80px;
    height: 80px;
  }
}
.page_pool-mining .popup--connect-mobile .popup__item .steps__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin: 10px;
}
.page_pool-mining .popup--connect-mobile .popup__item .steps__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 0;
}
.page_pool-mining .popup--connect-mobile .popup__item .steps__text p {
  margin-left: 15px;
  text-align: left;
}
.page_pool-mining .popup--connect-mobile .popup__item .steps__text a {
  color: #4285F4;
  font-weight: bold;
  text-decoration: none;
}
.page_pool-mining .popup--connect-mobile .popup__item .steps__text .icon {
  flex-shrink: 0;
}
.page_pool-mining .popup--connect-mobile .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_pool-mining .popup--connect-mobile .btn img {
  margin-right: 8px;
}
.page_pool-mining .popup--connect-mobile .btn--android,
.page_pool-mining .popup--connect-mobile .btn--ios {
  background: #000000;
  border-radius: 30px;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  color: #FFFFFF;
  display: none;
}
.page_pool-mining .popup--connect-mobile .btn--android img,
.page_pool-mining .popup--connect-mobile .btn--ios img {
  vertical-align: middle;
}
.page_pool-mining .popup--connect-mobile .btn--connect-mobile {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  background: #4285F4;
  border-radius: 30px;
  margin-bottom: 55px;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 700px) {
  .page_pool-mining .popup--connect-mobile.active {
    display: flex;
    background: #F7F7F7;
    flex-direction: column;
    min-height: 100vh !important;
    z-index: 123;
  }
  .page_pool-mining .popup--connect-mobile .close {
    display: none !important;
  }
}
.page_pool-mining .popup--connect-mobile .popup__card {
  background: #fff;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  position: relative;
  max-width: 700px;
  background: #F7F7F7;
}
@media (max-width: 769px) {
  .page_pool-mining .popup--connect-mobile .popup__card {
    overflow-y: auto;
  }
}
@media (max-width: 700px) {
  .page_pool-mining .popup--connect-mobile .popup__card {
    overflow-y: auto;
    height: auto;
    flex-grow: 1;
  }
}
.page_pool-mining .popup--connect-mobile .popup__card .close {
  position: relative;
  display: block !important;
  top: auto;
  right: auto;
}
.page_pool-mining .popup--connect-mobile .popup__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.05px;
  color: #494949;
}
@media (max-width: 769px) {
  .page_pool-mining .popup--connect-mobile .popup__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .page_pool-mining .popup--connect-mobile .popup__text {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }
}
.page_pool-mining .popup--connect-mobile .popup__items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
  flex-direction: column;
}
@media (max-width: 700px) {
  .page_pool-mining .popup--connect-mobile .popup__items {
    padding: 0;
  }
}
.page_pool-mining .popup--connect-mobile .popup__item {
  width: 260px;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: center;
}
.page_pool-mining .popup--connect-mobile .popup__item .login__icon {
  flex-shrink: 0;
}
.page_pool-mining .popup--connect-mobile .popup__item:first-of-type {
  margin-right: 30px;
}
@media (max-width: 769px) {
  .page_pool-mining .popup--connect-mobile .popup__item:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page_pool-mining .popup--connect-mobile .popup__item:last-of-type {
    margin-top: 7px;
  }
}
@media (max-width: 700px) {
  .page_pool-mining .popup--connect-mobile .popup__item {
    width: 100%;
    padding: 0;
  }
}
.page_pool-mining .popup--connect-mobile .popup__item-text-title {
  transition: 0.3s all;
}
.page_pool-mining .popup--connect-mobile .popup__item-info {
  border: 1px solid #D6D6D6;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 700px) {
  .page_pool-mining .popup--connect-mobile .popup__item-info {
    padding: 20px;
  }
}
.page_pool-mining .popup--connect-mobile .popup__item-link {
  text-decoration: none;
}
.page_pool-mining .popup--connect-mobile .popup__item-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.page_pool-mining .popup--connect-mobile .popup__item-text svg {
  margin-right: 10px;
}
.page_pool-mining .popup--connect-mobile .popup__item-text:last-of-type {
  margin-bottom: 0;
}
.page_pool-mining .start {
  margin-top: 60px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .page_pool-mining .start {
    margin-top: 20px;
  }
}
.page_pool-mining .start .icon {
  display: block;
  margin: 0 auto;
  width: 144px;
  height: 90px;
}
@media (max-width: 768px) {
  .page_pool-mining .start .icon {
    width: 112px;
    height: 70px;
  }
}
.page_pool-mining .tabs {
  display: flex;
  align-items: center;
  max-width: 400px;
  justify-content: space-between;
  margin: 0 auto;
}
.page_pool-mining .tabs .tabs__inner {
  display: flex;
  width: 400px;
  margin-left: auto;
  height: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .page_pool-mining .tabs .tabs__inner {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining .tabs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page_pool-mining .tabs .tab {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  border: 0px solid #D6D6D6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  text-decoration: none;
  white-space: nowrap;
}
.page_pool-mining .tabs .tab svg {
  transition: all 0.3s;
}
.page_pool-mining .tabs .tab:first-child {
  border-left-width: 1px;
}
.page_pool-mining .tabs .tab:last-child {
  border-right-width: 1px;
}
.page_pool-mining .tabs .tab:hover {
  cursor: pointer;
  color: #F7931A;
}
.page_pool-mining .tabs .tab:hover svg {
  fill: #F7931A;
}
.page_pool-mining .tabs .tab.active {
  border-color: #4285F4;
  background: #4285F4;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page_pool-mining .tabs .tab {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
  }
}
.page_pool-mining .tabs .tab:first-of-type {
  border-radius: 20px 0 0 20px;
}
.page_pool-mining .tabs .tab:last-of-type {
  border-radius: 0 20px 20px 0;
}
.page_pool-mining .table-section--purchase {
  display: none;
}

.page_pool-mining--update .header {
  height: 140px;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .page_pool-mining--update .header {
    height: 226px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .header {
    height: 175px;
  }
}
.page_pool-mining--update .header__container {
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .page_pool-mining--update .header__container {
    padding: 7px 40px 15px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .header__container {
    padding: 0 40px;
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
  }
}
.page_pool-mining--update .header .tabs__title-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page_pool-mining--update .header .tabs__title-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
}
.page_pool-mining--update .header .tabs__title-wrapper img {
  width: 50px;
  height: 32px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .header .tabs__title-wrapper img {
    width: 48px;
    height: 30px;
  }
}
@media (min-width: 1201px) {
  .page_pool-mining--update .header.fixed:not(.header--not-fixed) .header__wrapper {
    top: -140px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .header.fixed:not(.header--not-fixed) .header__wrapper {
    top: -127px;
  }
  .page_pool-mining--update .header.fixed:not(.header--not-fixed) .tabs__title-wrapper {
    display: none;
  }
  .page_pool-mining--update .header.fixed:not(.header--not-fixed) .tabs {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page_pool-mining--update .header.fixed:not(.header--not-fixed) .tabs__inner {
    margin: 0 auto;
  }
}
.page_pool-mining--update #plan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
}
@media (max-width: 849px) {
  .page_pool-mining--update #plan {
    flex-direction: column;
  }
}
.page_pool-mining--update #about {
  max-width: 1000px;
  margin: 0 auto;
}
.page_pool-mining--update #about .miners-activate__footer {
  max-width: 700px;
  padding: 40px 0 0;
  background-color: #fff;
  margin: 40px auto 0;
  border-top: 1px dashed #D6D6D6;
}
@media (max-width: 768px) {
  .page_pool-mining--update #about .miners-activate__footer {
    padding: 30px 20px 0;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update #about .subtitle {
    margin: 0 0 40px 0;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update #about .miners-intro__blocks {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update #about .miners-intro__blocks .plans {
    padding: 30px 0 0px;
  }
}
.page_pool-mining--update .miners-activate__body-one {
  max-width: 700px;
  width: 64%;
}
@media (max-width: 849px) {
  .page_pool-mining--update .miners-activate__body-one {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page_pool-mining--update .miners-activate__body-one .subtitle {
    order: 1;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--discount {
    order: 2;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--hash {
    order: 3;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--duration {
    order: 4;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--plans {
    order: 5;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--purchase {
    order: 6;
  }
}
.page_pool-mining--update .miners-activate__body-one .subtitle {
  padding: 0;
  text-align: left;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .subtitle {
    text-align: left;
    margin-bottom: 20px;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section {
    border-top: none;
    padding: 15px 0 20px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--discount-panel {
    min-height: 60px;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--discount-panel .table-section--discount-value {
    line-height: 39px;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section__pay {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 849px) {
  .page_pool-mining--update .miners-activate__body-one .table-section__pay {
    margin-right: auto;
    margin-left: 0;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon {
  bottom: 40px;
  left: -30%;
  align-items: center;
  padding: 14px 25px;
  height: auto;
  font-size: 13px;
  line-height: 23px;
  z-index: 2;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon {
    left: 10%;
  }
}
@media (max-width: 501px) {
  .page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon {
    left: auto;
    right: 0;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon svg {
  flex-shrink: 0;
}
.page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon:after {
  left: 181px;
}
@media (max-width: 501px) {
  .page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon:after {
    left: 51px;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon:before {
  left: 180px;
}
@media (max-width: 501px) {
  .page_pool-mining--update .miners-activate__body-one .table-section__pay .table-section__baloon:before {
    left: 50px;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section--purchase {
  margin-bottom: 30px !important;
  display: block;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--purchase {
    padding: 20px 0 20px 0 !important;
    margin-bottom: 0 !important;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section__block {
  flex-direction: column;
  align-items: flex-start;
}
.page_pool-mining--update .miners-activate__body-one .table-section .label-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section .label-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section--hash {
  margin-bottom: 45px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--hash {
    border-bottom: 1px dashed #ddd;
    padding: 20px 0 30px;
  }
}
@media (max-width: 1150px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--hash .rangeSlider__horizontal {
    height: 8px;
    width: 58%;
    max-width: 470px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 849px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--hash .rangeSlider__horizontal {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--hash .rangeSlider__horizontal {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--discount {
    text-align: center;
    margin-bottom: 10px !important;
    padding: 20px 18px 20px;
    border-radius: 10px;
    border: 1px dashed #F7931A !important;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section--discount .label-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--discount .label-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--plans {
    background: #ECFFEC;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    margin-bottom: 0 !important;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--plans .table-section__details {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
  }
}
.page_pool-mining--update .miners-activate__body-one .table-section--plans .label-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--plans .label-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .page_pool-mining--update .miners-activate__body-one .table-section--plans .label-text svg {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-one .table-section--plans .label-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }
}
.page_pool-mining--update .miners-activate__body-two {
  width: 31%;
  max-width: none;
  min-width: 275px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 849px) {
  .page_pool-mining--update .miners-activate__body-two {
    width: 100%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  }
}
.page_pool-mining--update .miners-activate__body-two .label-text {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .label-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
}
.page_pool-mining--update .miners-activate__body-two .body__switcher {
  padding-top: 0;
}
.page_pool-mining--update .miners-activate__body-two .table-section {
  margin-bottom: 0 !important;
  padding-top: 15px;
  padding-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .table-section {
    padding-top: 20px;
  }
}
.page_pool-mining--update .miners-activate__body-two .table-section__wallet .label-text {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.page_pool-mining--update .miners-activate__body-two .table-section__block {
  flex-direction: column;
  align-items: flex-start;
}
.page_pool-mining--update .miners-activate__body-two .table-section .table-section__block--orange .table-section__old {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--add {
  padding-top: 20px;
  border-bottom: 1px dashed #D6D6D6;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .table-section--add {
    border-top: none;
  }
}
.page_pool-mining--update .miners-activate__body-two .table-section--add .label-text {
  padding-bottom: 6px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--add .table-section__block {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.page_pool-mining--update .miners-activate__body-two .table-section--add .table-section__block img {
  margin-right: 10px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--add .table-section__title {
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
  text-align: left;
}
.page_pool-mining--update .miners-activate__body-two .table-section--add .table-section__title em {
  font-style: normal;
  font-weight: 400;
}
.page_pool-mining--update .miners-activate__body-two .table-section--applied .label-text {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .table-section--applied .label-text {
    padding-bottom: 0;
  }
}
.page_pool-mining--update .miners-activate__body-two .table-section--applied .table-section__discount {
  padding: 3px 10px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--applied .table-section__prices {
  margin-top: 0;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .table-section--applied .table-section__prices {
    margin-top: 6px !important;
  }
}
.page_pool-mining--update .miners-activate__body-two .table-section--hash {
  margin-bottom: 45px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--month {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px !important;
}
.page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__current {
  order: 1;
  width: 100%;
  text-align: left;
}
.page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__discounts {
  order: 2;
}
.page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__old {
  order: 3;
}
.page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__prices {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__prices {
    margin-top: 0;
  }
}
.page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__old, .page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__current {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--month .table-section__discount {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--total {
  flex-direction: column;
  border-top: none;
}
.page_pool-mining--update .miners-activate__body-two .table-section--total .table-section__prices-block {
  align-items: flex-start;
  flex-direction: column;
}
.page_pool-mining--update .miners-activate__body-two .table-section--total .table-section__total-amount {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .table-section--total .table-section__total-amount {
    gap: 16px;
  }
}
.page_pool-mining--update .miners-activate__body-two .table-section--total .table-section__total-amount .table-section__final-price {
  order: 1;
  width: 100%;
  text-align: left;
}
.page_pool-mining--update .miners-activate__body-two .table-section--total .table-section__total-amount .table-section__discount-price {
  order: 2;
  gap: 10px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--total .table-section__total-value {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--total .table-section__discount-price .table-section__old {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.page_pool-mining--update .miners-activate__body-two .table-section--frozen {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
.page_pool-mining--update .miners-activate__body-two .table-section--frozen .table-section__card {
  justify-content: flex-start;
  margin-top: 6px !important;
}
.page_pool-mining--update .miners-activate__body-two .table-section--frozen .table-section__card .table-section__gray {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0541799px;
  color: #8E8E8E;
  margin-top: 0;
  justify-content: flex-start;
  align-items: baseline;
}
.page_pool-mining--update .miners-activate__body-two .table-section--frozen .table-section__card .table-section__gray span {
  font-size: 12px !important;
  line-height: 22px !important;
}
.page_pool-mining--update .miners-activate__body-two .table-section--frozen .table-section__card .table-section__pool-mining {
  display: none;
  font-size: 12px !important;
  line-height: 22px !important;
}
@media (max-width: 768px) {
  .page_pool-mining--update .miners-activate__body-two .table-section--frozen .table-section__card .table-section__pool-mining {
    display: inline;
  }
}
.page_pool-mining--update .miners-activate__body-two .table-section--balance {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px !important;
  margin-bottom: 20px !important;
}
.page_pool-mining--update .miners-activate__body-two .table-section--balance .btn--wallet {
  width: 100%;
  margin-top: 20px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--balance a {
  padding-top: 10px;
}
.page_pool-mining--update .miners-activate__body-two .table-section--balance .label-text {
  padding-bottom: 0;
}
.page_pool-mining--update .miners-activate__body-two .table-section--not-connected {
  margin-bottom: 20px !important;
}
.page_pool-mining--update .miners-activate__body-two .miners-activate__footer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  position: relative;
}
.page_pool-mining--update .miners-activate__body-two .miners-activate__footer .startearning__anim-arrow {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  margin: 0;
}
.page_pool-mining--update .miners-activate__body-two .miners-activate__footer .btn_calc {
  width: 100%;
}
.page_pool-mining--update .miners-activate__inner {
  max-width: 1120px;
  padding: 0 0 60px;
}
@media (max-width: 849px) {
  .page_pool-mining--update .miners-activate__inner {
    margin: 30px 0;
    padding: 0 0 140px;
  }
}
.page_pool-mining--update .miners-activate__body {
  max-width: none;
  border-top: none;
}
.page_pool-mining--update .miners-activate__calculate {
  max-width: none;
  box-shadow: none;
  border-radius: 0;
  padding-top: 0;
}
.page_pool-mining--update .intro {
  padding-bottom: 0;
}
.page_pool-mining--update .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  max-width: 1100px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .page_pool-mining--update .title {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 20px 10px;
  }
}
.page_pool-mining--update .startearning {
  display: block;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
  border-bottom: 8px solid #F7931A;
}
.page_pool-mining--update .startearning .icon {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .startearning .icon {
    width: 70px;
    height: 70px;
  }
}
.page_pool-mining--update .startearning .description {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .startearning .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #494949;
    margin-bottom: 15px;
  }
}
.page_pool-mining--update .startearning .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.137143px;
  margin: 20px auto;
  color: #000000;
}
@media (max-width: 768px) {
  .page_pool-mining--update .startearning .title {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 10px;
  }
}
.page_pool-mining--update .startearning .subtitle {
  animation-delay: 0.3s;
}
.page_pool-mining--update .startearning .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 50px;
  color: #494949;
}
@media (max-width: 768px) {
  .page_pool-mining--update .startearning .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.page_pool-mining--update .startearning__anim-arrow {
  display: flex;
  flex-wrap: wrap;
  max-width: 55px;
  width: 100%;
  margin: 0 auto 50px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page_pool-mining--update .startearning__anim-arrow {
    margin: 20px auto;
  }
}
.page_pool-mining--update .start {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .start {
    margin-top: 15px;
  }
}
.page_pool-mining--update .start .icon {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page_pool-mining--update .start .icon {
    width: 112px;
    height: 70px;
  }
}
.page_pool-mining--update .tabs {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  max-width: none;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #4285F4;
  justify-content: flex-start;
  margin: 0 auto;
  background: #212121;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 40px;
  display: flex;
}
@media (max-width: 768px) {
  .page_pool-mining--update .tabs {
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.page_pool-mining--update .tabs__title-wrapper {
  display: flex;
}
.page_pool-mining--update .tabs__inner {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page_pool-mining--update .tabs__inner {
    margin: 15px auto 0;
    width: 100% !important;
  }
}
.page_pool-mining--update .tabs__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  text-transform: none;
  white-space: nowrap;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .tabs__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}
.page_pool-mining--update .tabs .tab {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4285F4;
  border-color: #757575;
}
.page_pool-mining--update .tabs .tab svg {
  fill: #4285F4;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .page_pool-mining--update .tabs .tab {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
  }
}
.page_pool-mining--update .tabs .tab:first-of-type {
  border-radius: 20px 0 0 20px;
}
.page_pool-mining--update .tabs .tab:last-of-type {
  border-radius: 0 20px 20px 0;
}
.page_pool-mining--update .tabs .tab.active svg {
  fill: #fff;
}

[lang=pt] .page_pool-mining--update .tabs__inner {
  width: inherit !important;
  max-width: 440px;
}
@media (max-width: 449px) {
  [lang=pt] .page_pool-mining--update .tab {
    font-size: 10px !important;
  }
}

.page__pool-miner-payment .tab-ct-pay__content.active {
  padding: 0;
}
.page__pool-miner-payment .tab-ct-pay__recomended {
  text-align: center;
  font-size: 16px;
  color: #494949;
  line-height: 19px;
  margin: 30px 0;
}
.page__pool-miner-payment .tab-ct-pay__recomended + .btn {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  color: var(--color-blue);
  display: block;
  margin: 0 auto;
}
.page__pool-miner-payment .tab-ct-pay__recomended + .btn:hover {
  border-color: var(--color-orange);
  color: var(--color-white);
  background-color: var(--color-orange);
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page__pool-miner-payment .ct-pay__page[page=checkout] {
  flex-direction: column;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  z-index: 11;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(1) .ct-pay__loade-circle {
  z-index: 20;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(1) .ct-pay__loade-circle:after {
  content: "";
  width: 100px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  background: #f7f7f7;
  right: 100%;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(3) .ct-pay__loade-circle:after {
  content: "";
  width: 100px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  background: #f7f7f7;
  left: 100%;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(2) .ct-pay__loade-circle:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 2px;
  background: #D9D9D9;
  top: 13px;
  left: calc(50% + 30px);
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(2) .ct-pay__loade-circle:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 2px;
  background: #D9D9D9;
  top: 13px;
  left: calc(50% - 30px);
  transform: translateX(-100%);
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item--check .ct-pay__loade-circle .check {
  display: block;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item--check .ct-pay__loade-circle .def {
  display: none;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item--load .ct-pay__loade-circle {
  border: none;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item--load .ct-pay__loade-circle .load {
  display: block;
  animation: rotating 0.7s infinite;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item--load .ct-pay__loade-circle .def {
  display: none;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item--load .ct-pay__loade-title {
  font-weight: bold;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-circle {
  width: 60px;
  height: 30px;
  z-index: 10;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 15px;
  position: relative;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-circle .check, .page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-circle .load {
  display: none;
}
.page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-title {
  font-size: 16px;
  line-height: 18px;
  color: #494949;
  text-align: center;
}
@media (max-width: 768px) {
  .page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade {
    padding: 0 15px;
  }
  .page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(1) .ct-pay__loade-circle {
    background-color: #4285f4;
  }
  .page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(1) .ct-pay__loade-circle:after {
    background-color: #4285f4;
  }
  .page__pool-miner-payment .ct-pay__page[page=checkout] .ct-pay__loade-item:nth-child(2) .ct-pay__loade-circle {
    background-color: #4285f4;
  }
}

.page_pool-mining-success .header {
  min-height: auto;
}
@media (max-width: 768px) {
  .page_pool-mining-success .header {
    margin-bottom: 0;
  }
}
@media (min-width: 1150px) {
  .page_pool-mining-success .header {
    height: 70px;
  }
}
.page_pool-mining-success .header .header__logo {
  margin-left: -15px;
}
.page_pool-mining-success .header .header__menu > a + a {
  margin-left: 30px;
}
.page_pool-mining-success .header .header__socials {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 10px 15px;
  margin-right: 10px;
}
.page_pool-mining-success .header .header__socials .social-links {
  margin-left: 0;
}
.page_pool-mining-success .header .header__lang .lang__current {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  height: 40px;
  display: flex;
  align-items: center;
}
.page_pool-mining-success .header .header__lang .lang__current:before {
  top: 18px;
}
.page_pool-mining-success .header .header__lang .lang__current img {
  top: 14px;
}
@media (max-width: 768px) {
  .page_pool-mining-success .title {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 10px;
  }
}
.page_pool-mining-success body {
  min-height: 100vh;
}
.page_pool-mining-success .ct-pay {
  position: relative;
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-bottom: 8px solid #F7931A;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 92px;
}
@media (max-width: 1149px) {
  .page_pool-mining-success .ct-pay {
    min-height: calc(100vh - 196px);
  }
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay {
    min-height: calc(100vh - 61px);
  }
}
.page_pool-mining-success .ct-pay__page {
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay__page {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay__lang {
    display: none;
  }
}
.page_pool-mining-success .ct-pay .screen-ct-pay {
  max-width: 700px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 0 20px;
  z-index: 2;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .screen-ct-pay {
    overflow: hidden;
    margin: 0;
  }
}
.page_pool-mining-success .ct-pay .screen-ct-pay__img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .screen-ct-pay__img {
    height: 36px;
    margin: 0 auto 0 0;
  }
}
.page_pool-mining-success .ct-pay .btn {
  display: inline-block;
  background-color: #4285f4;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 15px;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  border: none;
  transition: 0.3s all;
  height: 50px;
}
.page_pool-mining-success .ct-pay .btn:hover {
  background-color: #F7931A;
}
.page_pool-mining-success .ct-pay .btn:disabled {
  background-color: #d6d6d6;
  color: #fff;
  cursor: auto;
}
.page_pool-mining-success .ct-pay .btn:disabled:hover {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.page_pool-mining-success .ct-pay .btn--simple {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #4285f4;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_pool-mining-success .ct-pay .btn--simple svg {
  margin-right: 10px;
  fill: #4285f4;
}
.page_pool-mining-success .ct-pay .btn--simple:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.page_pool-mining-success .ct-pay .btn--simple:hover svg {
  fill: #fff;
}
.page_pool-mining-success .ct-pay .btn--with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page_pool-mining-success .ct-pay .btn--with-icon svg {
  margin-left: 10px;
}
.page_pool-mining-success .ct-pay .btn--with-icon:active {
  background-color: #d6d6d6;
}
.page_pool-mining-success .ct-pay .icon {
  display: block;
  margin: 0 auto 30px;
  width: 140px;
  height: 80px;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .icon {
    width: 91px;
    height: 50px;
  }
}
.page_pool-mining-success .ct-pay .screen-ct-pay__block-top {
  padding: 40px 30px 30px 30px;
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .screen-ct-pay__block-top {
    padding: 40px 20px 30px 20px;
  }
}
.page_pool-mining-success .ct-pay .screen-ct-pay__block-top .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.130032px;
  color: #000000;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .screen-ct-pay__block-top .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.130032px;
    color: #000000;
  }
}
.page_pool-mining-success .ct-pay .screen-ct-pay__block-top .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05px;
  color: #494949;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .screen-ct-pay__block-top .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05px;
  }
}
.page_pool-mining-success .ct-pay .screen-ct-pay__block-footer {
  padding: 20px 0;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 6px 6px;
}
.page_pool-mining-success .ct-pay .ct-pay__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-left: 4px !important;
  margin-top: 9px !important;
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .ct-pay__bg {
    top: 0;
    transform: translateX(-50%);
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .page_pool-mining-success .ct-pay .ct-pay__bg.main {
    display: none;
  }
}
.page_pool-mining-success .table-section--light-orange {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .page_pool-mining-success .table-section--light-orange {
    margin-top: 0;
    padding: 15px 0 0 !important;
  }
}

.page__offers .header {
  position: relative !important;
  z-index: 6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 40px;
}
.page__offers .header .social-link_twitter svg path {
  fill: #000;
}
.page__offers .header .social-link_twitter:hover {
  background: #4285f4;
}
.page__offers .header .social-link_twitter:hover svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .page__offers .header {
    padding: 0 !important;
  }
}
.page__offers .header .lang__current {
  height: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.186px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.page__offers .header .lang__current:hover {
  cursor: pointer;
}
.page__offers .header .lang__current:before {
  top: 17px;
}
.page__offers .header .lang__current img {
  top: 14px;
}
@media (min-width: 1201px) {
  .page__offers .header__container {
    flex-direction: row !important;
  }
}
@media (min-width: 1200px) {
  .page__offers .header.fixed .header__container {
    min-height: 70px !important;
  }
}
.page__offers .header.fixed .header__wrapper {
  top: -70px;
}
@media (max-width: 768px) {
  .page__offers .header.fixed .header__wrapper {
    top: -60px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1200px) {
  .page__offers .header {
    min-height: 70px !important;
  }
}
.page__offers .header__logo {
  background: transparent;
  border: none;
}
@media (min-width: 1200px) {
  .page__offers .header__container {
    min-height: auto !important;
  }
}
.page__offers .header__socials {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .page__offers .header__socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-bottom: 0;
  }
}
.page__offers .header__socials .social-link {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.page__offers .header .logo-animated {
  display: block;
  height: 50px;
  width: 206px;
}
.page__offers .header:not(.header--light) {
  background-color: #000;
}
@media (max-width: 768px) {
  .page__offers .header__navbar {
    justify-content: center;
  }
}
.page__offers .header__connect {
  text-decoration: none;
  background: #4285F4;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  margin-right: 10px;
  transition: background 0.3s;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page__offers .header__connect:hover {
  background: #F7931A;
}
.page__offers .header__connect--active {
  background: #F7931A;
}
.page__offers .header__connect--active:hover {
  background: #4285F4;
}
@media (max-width: 768px) {
  .page__offers .header__connect {
    margin-right: 10px;
  }
  .page__offers .header__lang {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page__offers .header__menu {
    margin-bottom: 20px;
  }
}
.page__offers .top-section {
  border-bottom: none;
  padding: 50px 20px 0 !important;
  position: inherit;
}
@media (max-width: 768px) {
  .page__offers .top-section {
    padding: 40px 20px 0 !important;
  }
}
.page__offers .top-section__icon {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .page__offers .top-section__icon {
    width: 70px;
    height: 70px;
  }
}
.page__offers .top-section__parts {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__offers .top-section__parts-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 1100px;
  position: sticky;
  position: -webkit-sticky;
}
@media (max-width: 768px) {
  .page__offers .top-section__parts {
    display: none;
  }
}
.page__offers .top-section__title {
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 48px;
  line-height: 60px;
  position: relative !important;
  z-index: 5 !important;
}
@media (max-width: 768px) {
  .page__offers .top-section__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 10px;
  }
}
.page__offers .top-section__subtitle {
  color: #B3B3B3;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 1100px;
  position: relative !important;
  z-index: 5 !important;
}
@media (max-width: 768px) {
  .page__offers .top-section__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
.page__offers .top-section .text {
  margin-bottom: 40px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .page__offers .top-section .text {
    margin-bottom: 30px !important;
  }
}
.page__offers .top-section picture {
  width: auto;
  display: block;
  margin: 0 -20px;
}
.page__offers .top-section picture img {
  width: 100%;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  .page__offers .top-section picture img {
    margin-bottom: -2px;
  }
}
.page__offers .top-section .shape {
  height: 169px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  top: auto;
}
@media (max-width: 768px) {
  .page__offers .top-section .shape {
    height: 49.38px;
  }
}
.page__offers .top-section .offers-banner {
  display: block;
  margin: -35px auto 0;
  text-align: center;
  max-width: 1195px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-banner {
    margin: -15px auto 0;
  }
}
.page__offers .top-section .offers-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  align-items: inherit;
  margin: 0 auto;
  gap: 50px 30px;
  padding-top: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list {
    gap: 40px;
  }
}
.page__offers .top-section .offers-list__item {
  display: flex;
  min-height: 504px;
  padding: 50px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 504px;
  border-radius: 10px;
  max-width: 432px;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__item {
    padding: 30px 20px 20px 20px;
  }
}
.page__offers .top-section .offers-list__item a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.page__offers .top-section .offers-list__item .btn {
  width: 100%;
  max-width: none;
  margin: 0;
  height: 50px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__item .top-section__icon {
    width: 60px;
    height: 60px;
  }
}
.page__offers .top-section .offers-list__item a {
  text-decoration: none;
}
.page__offers .top-section .offers-list__label {
  border-radius: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 143px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label {
    height: 40px;
    border-radius: 33.333px;
  }
}
.page__offers .top-section .offers-list__label span {
  vertical-align: middle;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label span {
    font-size: 20.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
  }
}
.page__offers .top-section .offers-list__label .label-black {
  background: #25272A;
  height: 100%;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__offers .top-section .offers-list__label .label-blue {
  background: #4285F4;
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
}
.page__offers .top-section .offers-list__label .label-purple {
  background: #A033CC;
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
}
.page__offers .top-section .offers-list__label .label-green {
  background: #37CC33;
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
}
.page__offers .top-section .offers-list__label--purple {
  border: 2px solid #A033CC;
}
.page__offers .top-section .offers-list__label--green {
  background: #37CC33;
  border: 2px solid #37CC33;
}
.page__offers .top-section .offers-list__label--blue {
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  min-width: 140px;
  border: 2px solid #4285F4;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label--blue svg {
    width: 20px;
    height: 20px;
  }
}
.page__offers .top-section .offers-list__label--yellow {
  border: 2px solid #F7931A;
  gap: 0;
  align-items: center;
  min-width: 143px;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label--yellow {
    min-width: 115px;
  }
}
.page__offers .top-section .offers-list__label--yellow span {
  background-color: #F7931A;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 0 10px;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label--yellow span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
  }
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label--yellow svg {
    width: 31.334px;
    height: 20px;
  }
}
.page__offers .top-section .offers-list__label.primary {
  min-width: 141px;
  background: none;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label.primary {
    min-width: 114px;
  }
}
.page__offers .top-section .offers-list__label.secondary {
  min-width: 141px;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label.secondary {
    min-width: 120px;
  }
}
.page__offers .top-section .offers-list__label.wide {
  min-width: 158px;
  background: none;
}
.page__offers .top-section .offers-list__label.wide .label-black {
  width: 39%;
  padding-right: 5px;
}
.page__offers .top-section .offers-list__label.wide .label-green {
  width: 61%;
  padding-right: 0;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label.wide {
    min-width: 128px;
  }
  .page__offers .top-section .offers-list__label.wide .label-black {
    width: 45%;
  }
  .page__offers .top-section .offers-list__label.wide .label-green {
    width: 55%;
  }
}
.page__offers .top-section .offers-list__label.narrow {
  min-width: 125px;
  background: none;
}
.page__offers .top-section .offers-list__label.narrow .label-black {
  width: 50%;
}
.page__offers .top-section .offers-list__label.narrow .label-blue {
  width: 50%;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__label.narrow {
    min-width: 100px;
  }
}
.page__offers .top-section .offers-list__label-icon {
  flex-shrink: 0;
  padding: 0 10px 0 13px;
}
.page__offers .top-section .offers-list__label-icon svg {
  flex-shrink: 0;
}
.page__offers .top-section .offers-list__item-title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__item-title {
    margin: 0 0 15px;
  }
}
.page__offers .top-section .offers-list__item-desc {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .page__offers .top-section .offers-list__item-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
  }
}
.page__offers .top-section .offers-list__frame {
  border-radius: 10px;
  padding: 20px;
  min-height: 118px;
  width: 100%;
  margin: 20px 0;
}
.page__offers .top-section .offers-list__frame-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.page__offers .top-section .offers-list__frame-top b {
  white-space: nowrap;
}
.page__offers .top-section .offers-list__frame-top svg {
  flex-shrink: 0;
}
.page__offers .top-section .offers-list__frame-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}
.page__offers .top-section__img {
  margin-top: 40px;
  position: relative;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.page__offers .top-section .parts__img--5 {
  bottom: 500px;
}
.page__offers .top-section .parts__img--6 {
  bottom: 628px;
}
.page__offers .top-section .parts__img--7 {
  bottom: 800px;
}
.page__offers .top-section .parts__img--8 {
  bottom: 700px;
}
.page__offers .offers-save {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__offers .offers-save .top-section__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 40px 0 20px;
}
@media (max-width: 768px) {
  .page__offers .offers-save .top-section__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 30px 0 10px;
  }
}
.page__offers .offers-save .top-section__subtitle {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .page__offers .offers-save .top-section__subtitle {
    margin: 0 0 30px;
  }
}
.page__offers .offers-save .btn {
  padding: 0 10px;
  min-width: 320px;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 60px;
  background-color: #4285F4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page__offers .offers-save .btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    height: 56px;
  }
}
.page__offers .offers-save .btn svg {
  margin-right: 8px;
}
.page__offers .offers-save .btn:hover {
  background: #F7931A;
  border-color: #F7931A;
  color: #fff;
}
.page__offers .offers-save .btn:hover svg path[stroke] {
  stroke: #fff;
}
.page__offers .offers-save .btn:hover svg path[fill] {
  fill: #fff;
}
.page__offers .offers-save .btn:active {
  background: #494949;
  color: #8E8E8E;
  border-color: #494949;
}
.page__offers .offers-save .btn:active svg path[stroke] {
  stroke: #8E8E8E;
}
.page__offers .offers-save .btn:active svg path[fill] {
  fill: #8E8E8E;
}
.page__offers .company {
  padding: 80px 20px 0px;
  border-bottom: 8px solid #F7931A;
}
@media (max-width: 768px) {
  .page__offers .company {
    padding: 60px 20px 0px;
  }
}
.page__offers .company .btn {
  padding: 0;
  max-width: 320px;
  line-height: 60px;
  background: #4285F4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page__offers .company .btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
}
.page__offers .company .btn svg,
.page__offers .company .btn img {
  margin-right: 10px;
}
.page__offers .company .btn--ios, .page__offers .company .btn--android {
  background-color: #000;
}
.page__offers .company .btn.offset-bottom {
  margin-bottom: 20px;
}
.page__offers .company .btn--transparent {
  border-radius: 60px;
  background: transparent;
}
.page__offers .company .btn--outline {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  color: #4285F4;
}
.page__offers .company .btn--right-icon svg,
.page__offers .company .btn--right-icon img {
  margin-right: 0;
  margin-left: 10px;
}
.page__offers .company .btn:hover {
  background: #F7931A;
  border-color: #F7931A;
  color: #fff;
}
.page__offers .company .btn:hover svg path[stroke] {
  stroke: #fff;
}
.page__offers .company .btn:hover svg path[fill] {
  fill: #fff;
}
.page__offers .company .btn:active {
  background: #494949;
  color: #8E8E8E;
  border-color: #494949;
}
.page__offers .company .btn:active svg path[stroke] {
  stroke: #8E8E8E;
}
.page__offers .company .btn:active svg path[fill] {
  fill: #8E8E8E;
}
.page__offers .company .btn.none {
  display: none;
}
.page__offers .company .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page__offers .company .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.page__offers .company .text {
  max-width: 1100px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .page__offers .company .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto 30px;
  }
}
.page__offers .company .btn {
  margin-bottom: 20px !important;
}
.page__offers .company__img {
  position: relative;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}
.page__offers .delay--one {
  animation-delay: 0.25s;
}
.page__offers .delay--two {
  animation-delay: 0.5s;
}
.page__offers .delay--three {
  animation-delay: 0.75s;
}
.page__offers .delay--four {
  animation-delay: 1s;
}
.page__offers .delay--five {
  animation-delay: 1.25s;
}
.page__offers .delay--six {
  animation-delay: 1.5s;
}
.page__offers .delay--seven {
  animation-delay: 1.75s;
}
.page__offers .popup {
  display: none;
}
@media (max-width: 768px) {
  .page__offers .popup {
    padding-left: 0;
    padding-right: 0;
  }
}
.page__offers .popup.active {
  display: flex;
}
.page__offers .popup__body {
  padding: 40px 0 30px;
}
@media (max-width: 768px) {
  .page__offers .popup__body {
    padding: 40px 20px 30px;
  }
  .page__offers .popup__body .top-section__icon {
    width: 60px;
    height: 60px;
  }
}
.page__offers .popup__handler {
  max-width: 700px;
  width: 100%;
  display: block;
  border-radius: 6px;
  margin: auto;
}
@media (max-width: 768px) {
  .page__offers .popup__handler {
    margin-top: auto;
    margin-bottom: 0;
    max-width: none;
    border-radius: 10px 10px 0px 0px;
    background: #25272A;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  }
}
.page__offers .popup__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 131.25% */
  letter-spacing: 0.091px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page__offers .popup__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
  }
}
.page__offers .popup__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .page__offers .popup__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.page__offers .popup__email-wrapper {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.page__offers .popup__close {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  fill: #B3B3B3;
}
@media (max-width: 768px) {
  .page__offers .popup__close {
    top: 20px;
    right: 20px;
  }
}
.page__offers .popup__close:hover {
  cursor: pointer;
  fill: #F7931A;
}
.page__offers .popup__close:active {
  fill: #D6D6D6;
}
.page__offers .popup__email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__offers .popup__email input {
  border-radius: 6px 0px 0px 6px;
  min-width: 270px;
  border-right: none;
  height: 50px;
  padding: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768px) {
  .page__offers .popup__email input {
    min-width: 285px;
    width: 100%;
  }
}
.page__offers .popup__email input::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.page__offers .popup__email input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.page__offers .popup__email-send {
  border-radius: 0px 6px 6px 0px;
  height: 50px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page__offers .popup__email-send svg {
  fill: rgba(255, 255, 255, 0.5);
}
.page__offers .popup__footer {
  padding: 20px;
}
@media (max-width: 768px) {
  .page__offers .popup__footer {
    padding: 30px 20px;
  }
}
.page__offers .popup .social-btns {
  max-width: none;
  justify-content: center;
  gap: 17px;
}
.page__offers .popup .social-btns .social-btn {
  width: 50px;
  height: 50px;
  margin-right: 0 !important;
}
.page__offers .popup .social-btns .social-btn_eml:before {
  background-image: none;
}
@media (max-width: 800px) {
  .page__offers .popup .social-btns .social-btn_tw:before {
    width: 32px !important;
    height: 32px !important;
  }
  .page__offers .popup .social-btns .social-btn_wa:before {
    width: 36px !important;
    height: 36px !important;
  }
  .page__offers .popup .social-btns .social-btn_tg:before {
    width: 36px !important;
    height: 36px !important;
  }
  .page__offers .popup .social-btns .social-btn_rd:before {
    width: 36px !important;
    height: 36px !important;
  }
  .page__offers .popup .social-btns .social-btn_li:before {
    width: 36px !important;
    height: 36px !important;
  }
  .page__offers .popup .social-btns .social-btn_eml:before {
    width: 36px !important;
    height: 36px !important;
  }
  .page__offers .popup .social-btns .social-btn_th:before {
    width: 36px !important;
    height: 36px !important;
  }
  .page__offers .popup .social-btns .social-btn_vb:before {
    width: 36px !important;
    height: 36px !important;
  }
  .page__offers .popup .social-btns .social-btn_flb:before {
    width: 36px !important;
    height: 36px !important;
  }
}
.page__offers .popup .social-btns .social-btn_fb:before {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.page__offers--light .top-section {
  background: #fff;
}
.page__offers--light .top-section__title {
  color: #25272A;
}
.page__offers--light .top-section__subtitle {
  color: #737781;
}
.page__offers--light .offers-list__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.page__offers--light .offers-list__item-title {
  color: #000;
}
.page__offers--light .offers-list__item-desc {
  color: #494949;
}
.page__offers--light .offers-list__frame-desc {
  color: #000;
}
.page__offers--light .offers-list__frame-top {
  color: #000;
}
.page__offers--light .offers-list__label--yellow {
  background-color: #fff;
}
.page__offers--light .offers-list__label-icon {
  background: #fff;
}
.page__offers--light .offers-list__frame--green {
  border: 1px solid #37CC33;
  background: #ECFFEC;
}
.page__offers--light .offers-list__frame--green b {
  color: #37CC33;
}
.page__offers--light .offers-list__frame--green svg {
  fill: #37CC33;
}
.page__offers--light .offers-list__frame--blue {
  border: 1px solid #4285F4;
  background: #F0F6FF;
}
.page__offers--light .offers-list__frame--blue svg {
  fill: #4285F4;
}
.page__offers--light .offers-list__frame--blue b {
  color: #4285F4;
}
.page__offers--light .offers-list__frame--yellow {
  border: 1px solid #F7931A;
  background: #FFF5E9;
}
.page__offers--light .offers-list__frame--yellow b {
  color: #F7931A;
}
.page__offers--light .offers-list__frame--yellow svg {
  fill: #F7931A;
}
.page__offers--light .company {
  background: linear-gradient(180deg, #000 0%, #494949 100%);
}
.page__offers--light .company .title {
  color: #fff;
}
.page__offers--light .company .text {
  color: #B3B3B3;
}
.page__offers--light .company .btn--transparent {
  border: 1px solid #757575;
  background: transparent;
  color: #fff;
}
.page__offers--light .company .btn--transparent svg {
  fill: #fff;
}
.page__offers--light .company .btn--transparent:active svg {
  fill: #8e8e8e;
}
.page__offers--light .popup {
  display: none;
}
.page__offers--light .popup.active {
  display: flex;
}
.page__offers--light .popup__body {
  padding: 40px 0 30px;
}
.page__offers--light .popup__handler {
  background: #fff;
}
.page__offers--light .popup__title {
  color: #000;
}
.page__offers--light .popup__text {
  color: #494949;
}
.page__offers--light .popup__email-wrapper {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  background: #F7F7F7;
}
.page__offers--light .popup__email-send {
  background: #D6D6D6;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
}
.page__offers--light .popup__email-send #sent {
  display: none;
}
.page__offers--light .popup__email-send.ok {
  background-color: #4285F4;
  border-top: 1px solid #4285F4;
  border-bottom: 1px solid #4285F4;
  border-right: 1px solid #4285F4;
}
.page__offers--light .popup__email-send.ok #sent {
  display: none;
}
.page__offers--light .popup__email-send.ok #ok {
  display: flex;
}
.page__offers--light .popup__email-send.ok svg {
  fill: #fff;
}
.page__offers--light .popup__email-send.sent {
  background-color: #37CC33;
  border-top: 1px solid #37CC33;
  border-bottom: 1px solid #37CC33;
  border-right: 1px solid #37CC33;
}
.page__offers--light .popup__email-send.sent #sent {
  display: flex;
}
.page__offers--light .popup__email-send.sent #ok {
  display: none;
}
.page__offers--light .popup__email-send.sent svg {
  fill: #fff;
}
.page__offers--light .popup__email input {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  background: #fff;
  color: #000;
}
.page__offers--light .popup__email input::-moz-placeholder {
  color: #8E8E8E;
}
.page__offers--light .popup__email input::placeholder {
  color: #8E8E8E;
}
.page__offers--light .popup__email .focused {
  border-top: 1px solid #4285F4;
  border-bottom: 1px solid #4285F4;
  border-left: 1px solid #4285F4;
}
.page__offers--light .popup__email .focused + button {
  border-top: 1px solid #4285F4;
  border-bottom: 1px solid #4285F4;
  border-right: 1px solid #4285F4;
}

.page__offers--dark .top-section {
  background: linear-gradient(180deg, #000000 0%, #545454 100%);
}
.page__offers--dark .top-section__title {
  color: #fff;
}
.page__offers--dark .top-section__subtitle {
  color: #B3B3B3;
}
.page__offers--dark .offers-list__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #25272A;
}
.page__offers--dark .offers-list__item-title {
  color: #FFF;
}
.page__offers--dark .offers-list__item-desc {
  color: #D1D2D6;
}
.page__offers--dark .offers-list__frame-desc {
  color: #D1D2D6;
}
.page__offers--dark .offers-list__frame-top {
  color: #FFF;
}
.page__offers--dark .offers-list__label--yellow {
  background-color: #25272A;
}
.page__offers--dark .offers-list__label-icon {
  background: #25272A;
}
.page__offers--dark .offers-list__frame--purple {
  border: 1px solid #A033CC;
  background: #2C0B3A;
}
.page__offers--dark .offers-list__frame--green {
  border: 1px solid #37CC33;
  background-color: #0D340D;
}
.page__offers--dark .offers-list__frame--green b {
  color: #37CC33;
}
.page__offers--dark .offers-list__frame--green svg {
  fill: #37CC33;
}
.page__offers--dark .offers-list__frame--blue {
  border: 1px solid #4285F4;
  background: #0A162C;
}
.page__offers--dark .offers-list__frame--blue svg {
  fill: #4285F4;
}
.page__offers--dark .offers-list__frame--blue b {
  color: #4285F4;
}
.page__offers--dark .offers-list__frame--yellow {
  border: 1px solid #F7931A;
  background: #362209;
}
.page__offers--dark .offers-list__frame--yellow b {
  color: #F7931A;
}
.page__offers--dark .offers-list__frame--yellow svg {
  fill: #F7931A;
}
.page__offers--dark .company {
  background: #fff;
}
.page__offers--dark .company .title {
  color: #000;
}
.page__offers--dark .company .text {
  color: #494949;
}
.page__offers--dark .company .btn--transparent {
  border: 1px solid #D6D6D6;
  background: transparent;
  color: #4285F4;
}
.page__offers--dark .popup__handler {
  background: #25272A;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
.page__offers--dark .popup__title {
  color: #fff;
}
.page__offers--dark .popup__text {
  color: #B3B3B3;
}
.page__offers--dark .popup__email-wrapper {
  border-top: 1px solid #3F4045;
  border-bottom: 1px solid #3F4045;
  background-color: #303137;
}
.page__offers--dark .popup__email-send {
  background: #3F4045;
  border-top: 1px solid #3F4045;
  border-bottom: 1px solid #3F4045;
  border-right: 1px solid #3F4045;
}
.page__offers--dark .popup__email-send #sent {
  display: none;
}
.page__offers--dark .popup__email-send.ok {
  background-color: #4285F4;
  border-top: 1px solid #4285F4;
  border-bottom: 1px solid #4285F4;
  border-right: 1px solid #4285F4;
}
.page__offers--dark .popup__email-send.ok #sent {
  display: none;
}
.page__offers--dark .popup__email-send.ok #ok {
  display: flex;
}
.page__offers--dark .popup__email-send.ok svg {
  fill: #fff;
}
.page__offers--dark .popup__email-send.sent {
  background-color: #37CC33;
  border-top: 1px solid #37CC33;
  border-bottom: 1px solid #37CC33;
  border-right: 1px solid #37CC33;
}
.page__offers--dark .popup__email-send.sent #sent {
  display: flex;
}
.page__offers--dark .popup__email-send.sent #ok {
  display: none;
}
.page__offers--dark .popup__email-send.sent svg {
  fill: #fff;
}
.page__offers--dark .popup__email input {
  border-top: 1px solid #3F4045;
  border-bottom: 1px solid #3F4045;
  border-left: 1px solid #3F4045;
  background: #25272A;
  color: #FFF;
}
.page__offers--dark .popup__email input::-moz-placeholder {
  color: #898E99;
}
.page__offers--dark .popup__email input::placeholder {
  color: #898E99;
}
.page__offers--dark .popup__email .focused {
  border-top: 1px solid #3F4045;
  border-bottom: 1px solid #3F4045;
  border-left: 1px solid #3F4045;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .page_browser .first .title {
    line-height: 38px;
  }
  .page_browser .first__screen {
    padding-bottom: 20px;
  }
  .first__icon {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .page_second .container {
    min-height: 0;
  }
  .page_second .header,
  .page_payments .header {
    margin-bottom: 20px;
  }
  .page_second .header .logo,
  .page_payments .header .logo {
    margin-bottom: 0;
  }
  .page_second .container__text {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page_second .container__text h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .page_second .container__text h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .page_second .container__text p + h2 {
    margin-top: 30px;
  }
  .page_second .container__text p {
    font-size: 12px;
    line-height: 14px;
  }
  .page_second .container__text li {
    font-size: 12px;
    line-height: 14px;
  }
  .page_second .questions {
    margin-top: 30px;
  }
  .page_second .questions__header {
    font-size: 18px;
    line-height: 21px;
    min-height: 0;
  }
  .page_second .questions__body {
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .page_second .scroll2top.show {
    display: none;
  }
  .burger {
    display: flex;
  }
  .referrals__label {
    font-size: 12px;
  }
  .referrals__col_earnings {
    flex-direction: column;
  }
  .referrals__col_earnings > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .referrals__row_labels .referrals__label:nth-child(2) {
    padding-right: 10px;
  }
  .referrals__row_labels .referrals__label:last-child {
    padding-right: 0;
  }
  .referrals__total {
    font-size: 24px;
  }
  .referrals__total span::before {
    top: 2px;
  }
  .level__title {
    font-size: 12px;
  }
  .level__value {
    font-size: 20px;
  }
  .level__value:nth-child(2) {
    padding-right: 10px;
    font-size: 16px;
  }
  .level__value:last-child {
    padding-right: 0;
  }
  .page_theme_black .header {
    background-color: transparent;
    margin-bottom: 20px;
  }
  .page_theme_black .header__logo {
    background-color: #000;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .page_theme_black .header .logo {
    margin-bottom: 0;
  }
  .page_theme_black .header__navbar {
    background-color: #000;
  }
  .page_theme_black .wrapper {
    border-radius: 0;
    width: calc(100% - 40px);
  }
  .page_theme_black .top,
  .page_theme_black .last {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_theme_black .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .page_theme_black .subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: normal;
  }
  .page_theme_black .desc {
    font-size: 13px;
    line-height: 15px;
  }
  .page_theme_black .desc_big {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .page_theme_black .referred {
    font-size: 12px;
    line-height: 14px;
  }
  .page_theme_black .social-btns {
    max-width: 310px;
    justify-content: center;
  }
  .page_theme_black .refurl input[type=text] {
    width: 100%;
    height: 34px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 212px;
  }
  .questions__header {
    padding-right: 40px;
  }
  .calc {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .calc__row {
    display: block;
  }
  .calc__item {
    margin-bottom: 50px;
  }
  .calc__item + .calc__item {
    margin-left: auto;
  }
  .calc__label {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 25px;
  }
  .calc__label b {
    font-size: 28px;
    top: 3px;
  }
  .rangeSlider__horizontal {
    max-width: 300px;
  }
  .rangeSlider__handle {
    width: 25px;
    height: 25px;
    border: 5px solid #4285f4;
    top: -10px;
  }
  .section_last {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
  }
  .section_last .desc_big {
    margin-bottom: 20px;
  }
  .b-card {
    padding-top: 240px;
  }
  .b-card_webapp {
    background-size: 214px 150px;
  }
  .b-card_browser {
    background-size: 267px 173px;
  }
  .b-card_mobile-browser {
    background-size: auto 173px;
  }
  .speedbox {
    margin: 30px auto 10px;
    height: 120px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .speedbox.animated .speedbox-sm__score {
    animation-duration: 2s;
    animation-name: score_anim;
    animation-iteration-count: 1;
  }
  .speedbox.animated .speedbox-sm__pointer {
    animation-duration: 2s;
    animation-name: pointer_anim;
    animation-iteration-count: 1;
  }
  .speedbox__groove {
    height: 100px;
    width: 200px;
    background: transparent;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border: 10px solid #d6d6d6;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }
  .speedbox__score {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    height: 200px;
    width: 200px;
    background: transparent;
    border-radius: 50%;
    border: 10px solid #4285f4;
    border-color: transparent transparent #4285f4 #4285f4;
    box-sizing: border-box;
    z-index: 1;
    transition: 1s ease-in;
  }
  .speedbox__score_rookie {
    border-color: transparent transparent #4285f4 #4285f4;
  }
  .speedbox__score_pro {
    border-color: transparent transparent #2abb40 #2abb40;
  }
  .speedbox__score_veteran {
    border-color: transparent transparent #f7931a #f7931a;
  }
  .speedbox__score_expert {
    border-color: transparent transparent #9e31c7 #9e31c7;
  }
  .speedbox__score_master {
    border-color: transparent transparent #e11282 #e11282;
  }
  .speedbox__score_legend {
    border-color: transparent transparent #ff5718 #ff5718;
  }
  .speedbox__score_bigboss {
    border-color: transparent transparent #000 #000;
  }
  .speedbox__base {
    width: 240px;
    height: 100px;
    background: white;
    position: relative;
    top: 100px;
    z-index: 20;
  }
  .speedbox__odo {
    text-align: center;
    position: absolute;
    color: #5c6f7b;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .speedbox__odo i {
    font-size: 13px;
    opacity: 0.6;
  }
  .speedbox__odo > div {
    margin-bottom: 0;
  }
  .speedbox__odo span {
    font-size: 0.7em;
  }
  .speedbox__pointer {
    display: block;
    width: 148px;
    height: 148px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -74px;
    margin-top: -74px;
    background-image: url("../images/pointer-sm.png");
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 74px 29px;
    z-index: 100;
    transform: rotate(0deg);
    transition: 1s ease-in;
  }
  .speedbox + .referred {
    text-align: center;
    margin-bottom: 25px;
  }
  .container_promo .header {
    padding-top: 0;
    margin-bottom: 70px;
  }
  .container_promo .promo {
    width: 100%;
    position: static;
    transform: rotate(0);
    margin-bottom: 10px;
  }
  .countdown {
    margin-right: 0;
  }
  .container_promo .header__navbar .countdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
  }
  .container__text h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .page_promo .countdown {
    display: inline-block;
  }
  .page_promo .header__navbar .lang {
    margin-left: auto;
    margin-right: auto;
  }
  .page_promo .header__navbar {
    display: block;
    text-align: center;
  }
  .page_promo .header__lang {
    margin-top: 10px;
  }
  .logo {
    height: 40px;
    margin-bottom: 0;
  }
  .logo svg {
    width: 231px;
    height: 42px;
  }
  .logo--browser {
    height: 50px !important;
    margin-top: -5px;
    margin-bottom: -5px !important;
  }
  .fullheight .header .logo {
    margin-bottom: 0;
  }
  .container_promo .logo {
    margin-bottom: 0;
  }
  .first {
    min-height: 0;
  }
  .first .header .logo {
    margin-bottom: 0;
  }
  .first__icon {
    width: 70px;
    height: 70px;
  }
  .first__description {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .first__description p {
    font-size: 16px;
    line-height: 22px;
  }
  .first__description h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .first__screen {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .first__screen p {
    display: none;
  }
  .first__screen .trust {
    order: 2;
    margin-bottom: 0;
    text-align: center;
  }
  .first__screen .more-link {
    order: 1;
  }
  .first__screen_cryptotab {
    padding-bottom: 248px;
    background-position: bottom center;
    background-size: 320px 218px;
    background-image: url("../images/screen-big.png");
    background-repeat: no-repeat;
  }
  .first__group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .first__group .btn {
    margin-bottom: 15px;
  }
  .first__screen-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .first__screen-store {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 17px;
    color: #494949;
    padding: 20px;
    border-radius: 2px;
  }
  .first__screen-store .store-links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    justify-content: center;
  }
  .first__screen-store .store-links .store_android {
    display: none;
  }
  .first__group .btn,
  .first__group .more-link {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .first__group .btn_plus {
    display: none;
  }
  .first .more-link {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 16px;
    min-height: 60px;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .first__img {
    margin-bottom: 30px;
  }
  .first__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }
  .logo img {
    width: auto;
    height: 100%;
  }
  .first_uninstall .logo img {
    height: auto;
  }
  .note {
    display: none;
  }
  .testimonials {
    padding-bottom: 0;
  }
  .testimonials__list {
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials__title {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .testimonials__item {
    margin-bottom: 25px;
    width: 120px;
    min-width: 0;
    min-height: 125px;
  }
  .testimonials__item i {
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }
  .testimonials__item_youtube i {
    background-size: 51px 36px;
  }
  .testimonials__item_chrome i {
    background-size: 46px;
  }
  .testimonials__item_fb i {
    background-size: 46px;
  }
  .testimonials__item_twitter i {
    background-size: 46px;
  }
  .testimonials__item_journal i {
    background-size: 45px 53px;
  }
  .testimonials__item span {
    font-size: 14px;
    line-height: 16px;
  }
  .second {
    padding-top: 40px;
    padding-bottom: 540px;
    background-attachment: scroll;
  }
  .second .subtitle {
    font-size: 40px;
    line-height: 46px;
  }
  .second .subtitle span {
    padding-top: 0;
    padding-bottom: 0;
  }
  .third {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 38px;
    padding-right: 38px;
  }
  .third__referral {
    margin-bottom: 30px;
  }
  .third__scheme {
    display: none;
  }
  .third__scheme-m {
    margin-bottom: 40px;
  }
  .third__scheme-m img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .third__pool {
    font-size: 22px;
    line-height: 36px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .third__referral {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .third__levels {
    font-size: 20px;
    line-height: 22px;
  }
  .fourth {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .fourth:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
  .fourth__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 45px;
  }
  .fourth__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 23px;
  }
  .fourth .store-links {
    justify-content: center;
  }
  .fourth .store {
    border-color: #fff;
  }
  .fourth .store_android {
    display: none;
  }
  .fourth .btn:after {
    display: none;
  }
  .calculate {
    padding-top: 50px;
  }
  .calculate .subtitle {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .calc__label {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 27px;
  }
  .calc__label b {
    font-size: 28px;
    line-height: 31px;
    top: 3px;
  }
  .rangeSlider__horizontal {
    height: 5px;
    max-width: 300px;
  }
  .rangeSlider__handle {
    width: 25px;
    height: 25px;
    border-width: 5px;
    top: -10px;
  }
  .calc__item {
    margin: 0 auto;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .calc__item + .calc__item {
    margin-top: 0;
  }
  .results__table thead th {
    font-size: 18px;
    line-height: 20px;
  }
  .results__table tbody td {
    font-size: 20px;
    line-height: 22px;
    height: 50px;
  }
  .results__table tbody tr {
    border-bottom: none;
    box-shadow: 0px 8px 1px -8px #eee;
  }
  .results__table td.results__round {
    font-size: 12px;
    line-height: 14px;
  }
  .results__table thead th .small {
    font-size: 10px;
    line-height: 11px;
  }
  .percent {
    display: block;
    text-align: center;
  }
  .total {
    margin-bottom: 50px;
  }
  .total__friends {
    display: block;
    margin-left: 0;
  }
  .total__title {
    margin-bottom: 14px;
  }
  .total__label {
    display: block;
    font-size: 16px;
    line-height: 17px;
  }
  .total__value_income {
    font-size: 50px;
    margin-bottom: 0;
  }
  .graph {
    display: block;
    height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 38px;
  }
  .graph__img {
    height: 305px;
    background-size: 712px 305px;
  }
  .graph__title {
    display: block;
    font-size: 17px;
    font-weight: normal;
  }
  .graph__text {
    margin-left: 38px;
    position: static;
    max-width: none;
  }
  .bucks {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center;
  }
  .fifth {
    padding-bottom: 20px;
    padding-left: 38px;
    padding-right: 38px;
  }
  .fifth__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
    max-width: none;
  }
  .fifth__description {
    font-size: 16px;
    line-height: 22px;
    max-width: none;
  }
  .fifth__row {
    min-height: 0;
  }
  .fifth__row_monero2btc:before {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 300px;
    height: 239px;
    margin-top: 0;
    margin-bottom: 30px;
    transform: translateX(-30px);
  }
  .fifth__row_hardware {
    padding-top: 180px;
    background-size: 120px;
    background-position: center 30px;
    height: auto;
  }
  .fifth__row_monero2btc .fifth__title,
  .fifth__row_monero2btc .fifth__description {
    margin-left: 0;
  }
  .fifth__row_hardware .fifth__title,
  .fifth__row_hardware .fifth__description {
    margin-right: 0;
  }
  .sixth {
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 38px;
    padding-right: 38px;
  }
  .sixth__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 15px;
  }
  .sixth__description {
    font-size: 16px;
    line-height: 22px;
  }
  .sixth__hurry {
    line-height: 36px;
  }
  .howto {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  .list__item {
    font-size: 16px;
    line-height: 24px;
  }
  .list__item:before {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .faq {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .faq--second {
    padding-bottom: 50px;
  }
  .faq__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .card:nth-child(n+3) {
    display: none;
  }
  .card__title {
    line-height: 25px;
    margin-bottom: 15px;
  }
  .card__body {
    font-size: 14px;
    line-height: 16px;
  }
  .faq__cards {
    margin-bottom: 10px;
  }
  .faq__all {
    font-size: 16px;
    line-height: 17px;
  }
  .join {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .join .store_android {
    display: none;
  }
  .join__content {
    max-width: none;
    text-align: center;
    margin-left: 0;
  }
  .join__content:before {
    display: none;
  }
  .join__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .join__description {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .join__img {
    margin-bottom: 40px;
  }
  .join__img img {
    position: relative;
    left: 25px;
    max-width: 100%;
    height: auto;
  }
  .participation {
    padding-top: 0;
    margin-bottom: 0;
  }
  .participation__tip {
    display: none;
  }
  .participation__title {
    padding-left: 0;
    padding-top: 60px;
    background-position: top;
  }
  .page_promo .logo {
    margin-bottom: 0;
  }
  .page_promo .header__menu {
    display: none;
  }
  .page_promo .countdown__users {
    display: none;
  }
  .join_asian .join__content,
  .join_hindu .join__content,
  .join_beardie .join__content {
    align-items: center;
  }
  .startearning {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .startearning .subtitle {
    margin-bottom: 20px;
  }
  .startearning .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .steps {
    max-width: none;
    margin-bottom: 0;
  }
  .steps__item {
    width: 100%;
    text-align: left;
  }
  .steps__item:last-child {
    margin-bottom: 0;
  }
  .steps__item:before {
    display: none;
  }
  .steps__icon_1 img {
    width: 88px;
  }
  .steps__icon_2 img {
    width: 60px;
  }
  .steps__icon_3 img {
    width: 60px;
  }
  .steps__icon_4 img {
    width: 60px;
  }
  .steps__text {
    padding-left: 45px;
    position: relative;
  }
  .steps__text:before {
    content: counter(steps);
    box-sizing: border-box;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 22px;
    border: 2px solid #f7931a;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #f7931a;
  }
}
@media (max-width: 600px) {
  .title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 850px) {
  .store_cryptosearch span,
  .store_cryptotab span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .store-links {
    max-width: 182px;
  }
  .store-links + span {
    display: block;
  }
  .extensions {
    background-size: 320px auto;
    background-position: center bottom;
  }
  .extensions .wrapper {
    height: auto;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 348px;
  }
  .extensions__text {
    width: 100%;
    max-width: none;
  }
  .extensions__text p {
    font-size: 24px;
    line-height: 32px;
  }
  .extensions__warning {
    font-size: 13px;
    line-height: 15px;
  }
  .extensions__btn {
    text-align: center;
  }
  .extensions__store-btns {
    justify-content: center;
  }
  .join_girl .join__content,
  .join_man .join__content {
    margin-left: 0;
    max-width: none;
    text-align: center;
    align-items: center;
  }
  .join_girl .join__content:before,
  .join_man .join__content:before {
    display: none;
  }
  .bform {
    width: 100%;
  }
  .bform__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .page_generator .container__text {
    padding-left: 28px;
    padding-right: 28px;
  }
  .bform__col + .bform__col {
    margin-top: 15px;
  }
  .page_ru .menu__item_join {
    margin-left: 0;
  }
  .fourth .store-btns {
    flex-direction: column;
    align-items: center;
  }
  .fourth .store-btn {
    max-width: 350px;
  }
  .features {
    margin-bottom: 30px;
  }
  .features__item:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #d8d8d8;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 330px) {
  .page_en .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .page_tr .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .page_hi .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .page_it .header__socials span,
  .page_fr .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .page_es .header__socials span,
  .page_ru .header__socials span,
  .page_de .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .page_bn .header__socials span {
    display: none;
  }
}
@media screen and (max-width: 344px) {
  .first__screen-img img {
    width: 100%;
    height: auto;
  }
}
* {
  font-family: "Inter", sans-serif !important;
}

h1, h2, h1 > *, h2 > * {
  font-weight: 800 !important;
}/*# sourceMappingURL=style.css.map */




.tripple-arrow {
  height: 92px;
}

.logo-animated--affiliate svg {
  transform: none !important;
}

@media screen and (max-width: 800px) {
  .header .balance {
    display: none;
  }
  .header__menu {
    margin-bottom: 0;
  }
}
.header__menu {
  margin-right: 40px;
}

#androidVersionPopup .google-play__link {
  margin-bottom: 0;
  max-width: none;
}

.logo-animated--affiliate svg {
  position: relative;
  width: 400px !important;
  height: 96px !important;
  top: -8px;
  left: -14px;
}

@media (min-width: 1200px) {
  .header.fixed:not(.header--not-fixed) .logo-animated--affiliate svg {
    width: 332px !important;
    left: -10px;
  }
}
@media (max-width: 766px) {
  .logo-animated--affiliate svg {
    height: 60px !important;
    top: 0;
    left: 0;
  }
}
.wrapper {
  background-color: #ffffff;
  padding-bottom: 70px;
}
.wrapper--page-status {
  padding-bottom: 0;
}
.wrapper--page-status #news-section .container {
  padding-bottom: 80px;
}

.container {
  background-color: transparent;
  display: block;
  height: auto;
  min-height: 0;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--page-status .getaccess .title {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  margin-bottom: 20px;
}
.wrapper--page-status .getaccess .desc {
  font-size: 20px;
  line-height: 30px;
  color: #757575;
}
@media (max-width: 767px) {
  .wrapper--page-status .getaccess .desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.wrapper--page-status .getaccess .btn {
  max-width: 340px;
}

.getaccess .sticky-block {
  margin-top: 40px;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.title {
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 36px;
  }
}

.desc {
  color: #494949;
  font-size: 20px;
  line-height: 30px;
}
.desc--second {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .desc--second {
    font-size: 16px;
    line-height: 26px;
  }
}
.desc a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.desc a:hover {
  color: #f7931a;
}
@media (max-width: 767px) {
  .desc {
    font-size: 15px;
    line-height: 22px;
  }
}

.img img {
  vertical-align: top;
  max-width: 100%;
}

.tripple-arrow {
  margin: 50px auto 0;
  width: 60px;
}
@media (max-width: 767px) {
  .tripple-arrow {
    margin: 40px auto 0;
  }
}

.flower-btc {
  width: 350px;
  height: 350px;
}

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

.header__menu-gumshoe {
  display: inline;
  list-style: none;
}
.header__menu-gumshoe + a {
  margin-left: 25px;
}
.header__menu-gumshoe li {
  display: inline;
}
.header__menu-gumshoe li + a, .header__menu-gumshoe li + li {
  margin-left: 25px;
}
.header__menu-gumshoe li a:last-child {
  margin-right: 0;
}
.header__menu-gumshoe li.active a {
  color: #000;
  pointer-events: none;
  position: relative;
}
.header__menu-gumshoe li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F7931A;
  position: absolute;
  bottom: -13px;
  left: 0;
}
@media (max-width: 768px) {
  .header__menu-gumshoe li:last-child {
    margin-right: 20px;
  }
}

.parts {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1280px;
  margin-left: -640px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1296px) {
  .parts {
    width: 100%;
    margin-left: auto;
    left: 0;
    overflow: hidden;
  }
}
.parts__item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.parts__img {
  position: absolute;
}

.promo-top {
  position: relative;
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  background-size: cover;
  overflow: hidden;
  min-height: 840px;
}
@media (max-width: 767px) {
  .promo-top {
    min-height: 670px;
  }
}
.promo-top__img {
  display: block;
  margin: 0 auto;
}
.promo-top--pro {
  min-height: 1100px;
}
@media only screen and (max-width: 479px) {
  .promo-top--pro {
    min-height: 1150px;
  }
}
@media (max-width: 370px) {
  .promo-top--pro {
    min-height: 1180px;
  }
}
.promo-top--pro .logo-animated {
  height: 75px;
  width: 310px;
}
@media (max-width: 768px) {
  .promo-top--pro .logo-animated {
    height: 45px;
  }
}
.promo-top--pro .logo-animated--browser svg {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.promo-top--pro .header.fixed .logo-dark {
  height: 60px;
}
@media (max-width: 768px) {
  .promo-top--pro .header.fixed .logo-dark {
    height: 45px;
  }
}
@media (max-width: 768px) {
  .promo-top--pro .header.fixed .header__wrapper {
    top: -60px;
  }
}
@media (min-width: 1200px) {
  .promo-top--pro {
    width: 100% !important;
  }
}
.promo-top .header {
  margin-bottom: 50px;
}
.promo-top .header.fixed .promo {
  display: none;
}
@media (min-width: 768px) {
  .promo-top .header:not(.fixed) .header__menu a.active {
    color: #fff;
  }
  .promo-top .header:not(.fixed) .header__menu li.active a {
    color: #fff;
  }
  .promo-top .header:not(.fixed) .lang__current {
    background-color: #282828;
    border: 1px solid #757575;
    color: #fff;
  }
  .promo-top .header:not(.fixed) .lang__current:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4285f4;
  }
  .promo-top .header:not(.fixed) .social-link_instagram path {
    fill: #fff;
  }
}
.promo-top .header .logo-dark {
  display: none;
}
.promo-top .header.fixed .logo-dark {
  display: block;
}
.promo-top .header.fixed .logo-white {
  display: none;
}
.promo-top .header .promo.mobile {
  display: none;
}
@media (max-width: 768px) {
  .promo-top .header .logo-dark {
    display: block;
  }
  .promo-top .header .logo-white {
    display: none;
  }
  .promo-top .header .promo {
    display: none;
  }
  .promo-top .header .promo.mobile {
    display: block;
    top: 80px;
    left: -26px;
    transform: rotate(-45deg);
  }
  .promo-top .header__wrapper {
    position: relative;
    z-index: 20;
  }
}
.promo-top--second {
  background: #fff;
  border-bottom: 8px solid #f7931a;
}
.promo-top--second .header__lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .promo-top--second .header__lang {
    display: none;
  }
}
@media (min-width: 768px) {
  .promo-top--second .header:not(.fixed) .header__menu a.active {
    color: #fff;
  }
  .promo-top--second .header:not(.fixed) .header__menu li.active a {
    color: #fff;
  }
  .promo-top--second .header:not(.fixed) .lang__current {
    background-color: #fff;
    border: none;
    color: #323232;
  }
  .promo-top--second .header:not(.fixed) .lang__current:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4285f4;
  }
  .promo-top--second .header:not(.fixed) .social-link_instagram path {
    fill: #fff;
  }
}
.promo-top--success {
  min-height: 100vh;
  background: #f7f7f7;
}
.promo-top--success .header__lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .promo-top--success .header__lang {
    display: none;
  }
}
@media (min-width: 768px) {
  .promo-top--success .header:not(.fixed) .lang__current {
    background-color: #fff;
    border: none;
    color: #323232;
  }
  .promo-top--success .header:not(.fixed) .lang__current:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4285f4;
  }
}
.promo-top--alert {
  background: #f7f7f7;
  height: auto;
}
.promo-top--alert .header__lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .promo-top--alert .header__lang {
    display: none;
  }
}
@media (min-width: 768px) {
  .promo-top--alert .header:not(.fixed) .lang__current {
    background-color: #fff;
    border: none;
    color: #323232;
  }
  .promo-top--alert .header:not(.fixed) .lang__current:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4285f4;
  }
}
.promo-top--alert .header .logo-dark {
  display: block;
}
.promo-top.promo-top--second .title {
  color: #000;
}
.promo-top.promo-top--second .desc {
  color: #494949;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .promo-top.promo-top--second .desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.promo-top__or-wrap {
  display: flex;
  margin-bottom: 30px;
}
.promo-top .icon-image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .promo-top .icon-image {
    height: 70px;
    margin-bottom: 20px;
  }
}
.promo-top .flower-btc {
  position: absolute;
  bottom: -155px;
  right: -150px;
  z-index: 1;
}
@media (max-width: 767px) {
  .promo-top .flower-btc {
    bottom: -260px;
    right: 50%;
    margin-right: -115px;
    width: 230px;
    height: 230px;
  }
}
.promo-top .content {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 113px;
}
@media (max-width: 767px) {
  .promo-top .content {
    margin-bottom: 45px;
  }
}
.promo-top .slogan {
  font-size: 14px;
  line-height: 24px;
  color: #f7931a;
}
@media (max-width: 767px) {
  .promo-top .slogan {
    font-size: 12px;
    line-height: 22px;
  }
}
.promo-top .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .promo-top .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.promo-top .desc {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #d6d6d6;
  margin-bottom: 50px;
}
.promo-top .desc b {
  font-weight: bold;
}
.promo-top .desc--min {
  font-size: 16px;
  line-height: 26px;
  max-width: 700px;
}
@media (max-width: 767px) {
  .promo-top .desc {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 22px;
  }
}
.promo-top .btn_simple {
  max-width: 340px;
  margin-bottom: 60px;
  color: #4285f4;
  width: 100%;
}
.promo-top .btn_primary {
  width: 100%;
  max-width: 340px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .promo-top .btn_primary {
    margin-bottom: 20px;
  }
}
.promo-top .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #f7931a;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  max-width: 340px;
  min-height: 60px;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s;
}
.promo-top .btn-more + .or {
  margin-top: 30px;
}
.promo-top .btn-more:hover {
  background-color: #f7931a;
}
.promo-top .btn-more:active {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  opacity: 0.5;
}
.promo-top .or {
  border-color: #d6d6d6;
  color: #494949;
  background: inherit;
  display: inline-block;
  margin-bottom: 30px;
  min-width: 27px;
  height: 16px;
  border-radius: 9px;
  margin: auto;
}
.promo-top .btn_link {
  color: #4285f4;
}
.promo-top .btn_link:hover {
  color: #f7931a;
}
.promo-top .scroll-icon {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .promo-top .scroll-icon {
    display: none;
  }
}
.promo-top .picture {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .promo-top .bg-image {
    width: 70%;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-top .bg-image {
    width: auto;
    bottom: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .promo-top .bg-image {
    bottom: 40px;
  }
}
.promo-top .parts__img--1 {
  top: 131px;
  left: 300px;
}
.promo-top .parts__img--2 {
  top: 114px;
  right: 392px;
}
.promo-top .parts__img--3 {
  top: 154px;
  right: 79px;
}
.promo-top .parts__img--4 {
  top: 343px;
  left: 50px;
  right: 78px;
  bottom: 94px;
}
.promo-top .parts__img--5 {
  left: 106px;
  bottom: 140px;
}
.promo-top .parts__img--6 {
  left: 227px;
  bottom: 225px;
}
.promo-top .parts__img--7 {
  right: 30px;
  bottom: 248px;
}
.promo-top .parts__img--8 {
  right: 150px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .promo-top .parts {
    display: none;
  }
}

.promo-top--results {
  background-image: url(../images/bg_results.jpg);
}
@media (max-width: 767px) {
  .promo-top--results {
    background-image: url(../images/bg_results-mobile.jpg);
  }
}

.promo-top--status {
  background-image: url(../images/bg_03.jpg);
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .promo-top--status {
    padding-bottom: 277px;
  }
}

.promo-top--winner {
  background-image: url(../images/back_winner.jpg);
  padding-bottom: 80px;
}
.promo-top--winner .header.fixed .logo-white {
  display: block;
}
@media (max-width: 767px) {
  .promo-top--winner {
    padding-bottom: 277px;
  }
}

.google-play__link {
  max-width: 320px;
  margin-bottom: 30px;
}

.promo-top--review-bonus {
  background-image: url(../images/additional_bonus_bg.jpg);
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .promo-top--review-bonus {
    padding-bottom: 277px;
  }
}
@media (min-width: 768px) {
  .promo-top--review-bonus .content {
    padding-top: 45px;
  }
}
.promo-top--review-bonus .desc {
  margin-bottom: 50px;
}
.promo-top--review-bonus .desc--min {
  margin-bottom: 0;
}
.promo-top--review-bonus .btn {
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  .promo-top--review-bonus .btn {
    margin-bottom: 50px;
  }
}
.promo-top--review-bonus .parts__img--1 {
  top: 131px;
  right: 30px;
}
.promo-top--review-bonus .parts__img--2 {
  left: 0;
  bottom: 166px;
}
.promo-top--review-bonus .parts__img--3 {
  left: 145px;
  bottom: -40px;
}
.promo-top--review-bonus .parts__img--4 {
  right: 78px;
  bottom: 94px;
}

.promo-status {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 50px;
}
.promo-status__col {
  width: 100%;
  max-width: 360px;
  margin: 0 30px;
}
.promo-status__col--approved .promo-status__count {
  position: relative;
  background-color: #37cc33;
  color: #fff;
}
.promo-status__col--approved .promo-status__count:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 19px;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-checkmark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.promo-status__col--approved .promo-status__desc {
  background-color: rgba(0, 0, 0, 0.3);
}
.promo-status__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #d6d6d6;
  color: #494949;
  border-radius: 8px 8px 0 0;
  border-bottom: 5px solid #f7931a;
}
.promo-status__count b {
  font-size: 110px;
  line-height: 123px;
  font-weight: bold;
}
.promo-status__platforms {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-status__platforms div {
  position: relative;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  padding: 0 30px;
}
.promo-status__platforms div + div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
.promo-status__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 247, 247, 0.2);
  border-radius: 0 0 8px 8px;
  color: #fff;
  padding: 20px;
  min-height: 110px;
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 850px) {
  .promo-status__count {
    font-size: 13vw;
  }
}
@media (max-width: 767px) {
  .promo-status__col {
    margin: 0 10px;
  }
  .promo-status__desc {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .promo-status__col {
    margin: 0 5px;
  }
  .promo-status__col--approved .promo-status__count:after {
    width: 30px;
    height: 30px;
  }
  .promo-status__count {
    min-height: 0;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .promo-status__desc {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  .promo-top--alert .header:not(.fixed) .lang__current {
    background-color: #fff;
    border: none;
    color: #323232;
  }
  .promo-top--alert .header:not(.fixed) .lang__current:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4285f4;
  }
}

.promo-success-block {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.promo-success-block__img {
  width: 105px;
}
.promo-success-block__title {
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}
.promo-success-block__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.promo-success-block__header {
  padding: 50px 30px;
}
.promo-success-block__btn {
  padding-left: 32px;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
}
.promo-success-block__footer {
  padding: 20px;
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
}

.card-accept {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: #fff;
  padding: 0;
  text-decoration: none;
  border-color: #D6D6D6;
  overflow: auto;
  position: relative;
  margin-bottom: 70px;
}
.card-accept:before {
  display: none;
}
@media (max-width: 500px) {
  .card-accept {
    margin-bottom: 0;
  }
}
.card-accept .card__head {
  border-bottom: 1px solid #D6D6D6;
  padding: 30px 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .card-accept .card__head {
    padding: 30px 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
.card-accept .card__flex {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .card-accept .card__flex {
    display: block;
    text-align: center;
  }
}
.card-accept .card__col {
  padding: 50px 40px 40px;
  width: 50%;
}
.card-accept .card__col + .card__col, .card-accept .card__col + .card__col-separator + .card__col {
  border-left: 1px solid #D6D6D6;
}
.card-accept .card__col-separator {
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #4285f4;
  color: #4285f4;
  border-radius: 9px;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 7px;
}
.card-accept .card__col p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.card-accept .card__col .notes {
  border-radius: 2px;
  border: 2px solid #f7931a;
  padding: 18px 20px;
  color: #494949;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.card-accept .card__col .notes b {
  font-weight: bold;
}
.card-accept .card__col .notes a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.card-accept .card__col .notes a:hover {
  color: #f7931a;
}
.card-accept .card__col .btn {
  width: 100%;
  margin-bottom: 23px;
}
.card-accept .card__col .img {
  text-align: center;
}
.card-accept .card__col .img img {
  max-width: 100%;
}
.card-accept .card__col .signin {
  margin-bottom: 40px;
}
.card-accept .card__col .signin__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  width: 100%;
  min-height: 140px;
  padding-bottom: 40px;
  transition: border-color 0.2s;
}
.card-accept .card__col .signin__item:hover {
  border-color: #f7931a;
}
.card-accept .card__col .signin__item:hover .signin__title {
  background-color: #f7931a;
}
.card-accept .card__col .signin__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 0 0 4px 4px;
  background-color: #4285f4;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  min-height: 40px;
  padding: 7px 10px;
  text-align: center;
  transition: background-color 0.2s;
}
.card-accept .card__col .agreement {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .card-accept .card__col {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-accept .card__col + .card__col, .card-accept .card__col + .card__col-separator + .card__col {
    border-left: none;
    border-top: 1px solid #D6D6D6;
  }
  .card-accept .card__col-separator {
    position: relative;
    top: 10px;
    left: auto;
    transform: none;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .card-accept .card__col {
    padding: 30px 20px;
  }
  .card-accept .card__col .notes {
    padding: 10px;
  }
}
@media (max-width: 450px) {
  .card-accept .card__col .signin {
    flex-wrap: wrap;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-accept .card__col .signin__item {
    width: 90px;
    margin: 0 5px 10px;
  }
}

.prizes {
  position: relative;
  background-color: #fff;
}
.prizes .container {
  padding-top: 80px;
  position: relative;
  max-width: 1000px;
  text-align: center;
  z-index: 2;
}
.prizes .decor-line {
  position: absolute;
  top: -88px;
  left: -140px;
}
@media (max-width: 767px) {
  .prizes .decor-line {
    top: -92px;
    left: -38px;
  }
  .prizes .decor-line img {
    width: 120px;
  }
}
.prizes .img--clover, .prizes .img--gift {
  margin-bottom: 30px;
}
.prizes .img--gift {
  width: 76px;
  margin-left: auto;
  margin-right: auto;
}
.prizes .title {
  margin-bottom: 30px;
}
.prizes .desc {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.prizes .desc--random {
  max-width: 800px;
}
.prizes .desc--small {
  font-size: 16px;
  line-height: 26px;
  max-width: 700px;
}
@media (max-width: 500px) {
  .prizes .desc br {
    display: none;
  }
}
.prizes .more-members {
  margin-bottom: 50px;
}
.prizes .more-members .desc {
  max-width: 830px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
}
.prizes .more-members .desc strong {
  display: inline-block;
  padding: 5px;
  border: 2px solid #37cc33;
  border-radius: 6px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .prizes .more-members .desc {
    font-size: 25px;
    line-height: 34px;
  }
}
.prizes .line {
  height: 5px;
  background-color: #f7931a;
  max-width: 164px;
  border-radius: 0;
  margin: 50px auto;
}
.prizes .parts__img--1 {
  top: 714px;
  left: -20px;
}
.prizes .parts__img--2 {
  top: 1270px;
  left: -40px;
}
.prizes .parts__img--3 {
  top: 1869px;
  left: 30px;
}
.prizes .parts__img--4 {
  top: 2257px;
  left: 42px;
}
.prizes .parts__img--5 {
  top: 2762px;
  left: 37px;
}
@media (max-width: 767px) {
  .prizes .parts {
    display: none;
  }
}

.prizes--results {
  padding-bottom: 70px;
}

/*
* Prize block
*/
.prizes .prize {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 111px;
  /*
  * Modificators
  */
}
.prizes .prize__head {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  margin-bottom: -6px;
}
@media (max-width: 767px) {
  .prizes .prize__head {
    margin-bottom: -3px;
  }
}
.prizes .prize__num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  margin-right: 30px;
  flex: 0 0 auto;
}
.prizes .prize__t {
  padding: 20px 0;
  font-size: 60px;
  line-height: 67px;
  font-weight: bold;
}
.prizes .prize__body {
  position: relative;
}
.prizes .prize__body:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 6px solid #D6D6D6;
  border-radius: 0 19px 19px;
}
@media (max-width: 767px) {
  .prizes .prize__body:after {
    border-width: 3px;
  }
}
.prizes .prize__sum {
  position: relative;
  border: 6px solid #D6D6D6;
  border-radius: 0 10px 10px;
  background-color: #fff;
  z-index: 2;
  font-size: 240px;
  line-height: 1;
  padding-top: 26px;
  padding-bottom: 43px;
  padding-left: 80px;
}
.prizes .prize__sum b {
  font-weight: bold;
}
.prizes .prize__sum:after {
  content: "";
  position: absolute;
  height: 20px;
  bottom: 19px;
  left: -6px;
  right: -6px;
  background-color: #f7931a;
}
@media (max-width: 767px) {
  .prizes .prize__sum:after {
    left: -3px;
    right: -3px;
  }
}
.prizes .prize__sum .usd {
  position: relative;
  margin-left: -70px;
  color: #757575;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.prizes .prize__sum .prize-winner {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 20px;
  color: #494949;
  text-align: center;
}
.prizes .prize__sum .prize-winner__item {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .prizes .prize__sum .prize-winner {
    font-size: 16px;
    line-height: 21px;
  }
  .prizes .prize__sum .prize-winner__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 370px) {
  .prizes .prize__sum .prize-winner {
    font-size: 14px;
    line-height: 21px;
  }
  .prizes .prize__sum .prize-winner__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.prizes .prize--1 .prize__num {
  min-height: 127px;
  background-color: #f7931a;
}
.prizes .prize--2 .prize__num {
  min-height: 110px;
  font-size: 60px;
  background-color: #4285f4;
}
.prizes .prize--2 .prize__t {
  font-size: 50px;
  line-height: 56px;
}
.prizes .prize--2 .prize__sum {
  font-size: 200px;
}
.prizes .prize--2 .prize__sum:after {
  height: 18px;
  bottom: 17px;
  background-color: #4285f4;
}
.prizes .prize--2 .prize__sum .usd {
  margin-left: -57px;
  font-size: 18px;
}
.prizes .prize--3 .prize__num, .prizes .prize--4 .prize__num, .prizes .prize--5 .prize__num, .prizes .prize--others .prize__num {
  font-size: 50px;
  background-color: #1AB9E5;
}
.prizes .prize--3 .prize__t, .prizes .prize--4 .prize__t, .prizes .prize--5 .prize__t, .prizes .prize--others .prize__t {
  font-size: 40px;
  line-height: 44px;
}
.prizes .prize--3 .prize__sum, .prizes .prize--4 .prize__sum, .prizes .prize--5 .prize__sum, .prizes .prize--others .prize__sum {
  font-size: 160px;
}
.prizes .prize--3 .prize__sum:after, .prizes .prize--4 .prize__sum:after, .prizes .prize--5 .prize__sum:after, .prizes .prize--others .prize__sum:after {
  height: 16px;
  bottom: 15px;
  background-color: #1AB9E5;
}
.prizes .prize--3 .prize__sum .usd, .prizes .prize--4 .prize__sum .usd, .prizes .prize--5 .prize__sum .usd, .prizes .prize--others .prize__sum .usd {
  margin-left: -45px;
  font-size: 16px;
}
.prizes .prize--4 .prize__num {
  background-color: #961AF7;
}
.prizes .prize--4 .prize__sum:after {
  background-color: #961AF7;
}
.prizes .prize--5 .prize__num {
  background-color: #F71A6F;
}
.prizes .prize--5 .prize__sum:after {
  background-color: #F71A6F;
}
.prizes .prize--others {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.prizes .prize--others .prize__sum {
  border-top-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-left: 20px;
}
.prizes .prize--others .prize__sum:after {
  background-color: #37cc33;
  height: 14px;
  bottom: 10px;
}
@media (max-width: 940px) {
  .prizes .prize__num {
    font-size: 7vw;
  }
  .prizes .prize__t {
    font-size: 6.5vw;
    line-height: 1.1;
  }
  .prizes .prize__sum {
    padding-left: 20px;
    font-size: 25vw;
  }
  .prizes .prize__sum .usd {
    margin-left: -8%;
    font-size: 3vw !important;
  }
  .prizes .prize--1 .prize__num {
    min-height: 0;
  }
  .prizes .prize--2 .prize__sum {
    font-size: 21vw;
  }
  .prizes .prize--2 .prize__sum .usd {
    margin-left: -6.5%;
  }
  .prizes .prize--2 .prize__num {
    min-height: 0;
    font-size: 6.3vw;
  }
  .prizes .prize--2 .prize__t {
    font-size: 5.5vw;
    line-height: 1.1;
  }
  .prizes .prize--3 .prize__sum, .prizes .prize--4 .prize__sum, .prizes .prize--5 .prize__sum, .prizes .prize--others .prize__sum {
    font-size: 17vw;
  }
  .prizes .prize--3 .prize__sum .usd, .prizes .prize--4 .prize__sum .usd, .prizes .prize--5 .prize__sum .usd, .prizes .prize--others .prize__sum .usd {
    margin-left: -5%;
  }
  .prizes .prize--3 .prize__num, .prizes .prize--4 .prize__num, .prizes .prize--5 .prize__num, .prizes .prize--others .prize__num {
    font-size: 5.5vw;
  }
  .prizes .prize--3 .prize__t, .prizes .prize--4 .prize__t, .prizes .prize--5 .prize__t, .prizes .prize--others .prize__t {
    font-size: 5vw;
    line-height: 1.1;
  }
  .prizes .prize--others {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .prizes .prize__sum {
    border-width: 3px;
  }
}
@media (max-width: 600px) {
  .prizes .prize {
    margin-bottom: 45px;
  }
  .prizes .prize__num {
    margin-right: 15px;
  }
  .prizes .prize__sum {
    padding-left: 0;
  }
}

.participates {
  position: relative;
  background-color: #fff;
  background-image: url(../images/participates_bg.svg);
  background-size: 100% 927px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .participates {
    background-size: 1000px auto;
  }
}
.participates .container {
  position: relative;
  z-index: 3;
  padding-top: 216px;
  text-align: center;
}
@media (max-width: 767px) {
  .participates .container {
    padding-top: 140px;
  }
}
.participates .img {
  margin-bottom: 20px;
}
.participates .title {
  color: #fff;
  margin-bottom: 30px;
}
.participates .desc {
  color: #d6d6d6;
  max-width: 900px;
  margin: 0 auto 65px;
}
.participates .info {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.participates .info__head {
  border-bottom: 4px solid #f7931a;
  padding: 30px 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.participates .info__flex {
  position: relative;
  display: flex;
}
.participates .info__col {
  position: relative;
  padding: 50px 40px 40px;
  width: 50%;
  text-align: center;
}
.participates .info__col + .info__col {
  border-left: 1px solid #d6d6d6;
}
.participates .info .num {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 22px;
  color: #f7931a;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f7931a;
}
.participates .info .img {
  margin-bottom: 30px;
}
.participates .info__title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}
.participates .info__text {
  color: #494949;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .participates .info__head {
    font-size: 24px;
    line-height: 30px;
  }
  .participates .info__flex {
    display: block;
  }
  .participates .info__col {
    width: 100%;
  }
  .participates .info__col + .info__col {
    border-left: none;
    border-top: 1px solid #d6d6d6;
  }
  .participates .info__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .participates .info__head {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .participates .info .num {
    background-color: #f7931a;
    color: #fff;
  }
  .participates .info__col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.participates .info__table {
  padding-top: 50px;
  padding-bottom: 50px;
}
.participates .info__table table {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.participates .info__table th,
.participates .info__table td {
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  border-bottom: 1px solid #d6d6d6;
}
.participates .info__table th:first-child,
.participates .info__table td:first-child {
  padding-left: 120px;
}
@media (max-width: 400px) {
  .participates .info__table th,
  .participates .info__table td {
    padding-right: 20px;
  }
  .participates .info__table th:first-child,
  .participates .info__table td:first-child {
    padding-left: 20px;
  }
}
.participates .info__table th {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.participates .info__table td {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.07px;
}
@media (max-width: 400px) {
  .participates .info__table td {
    font-size: 16px;
  }
}
.participates .parts__img--1 {
  top: 139px;
  left: 218px;
}
.participates .parts__img--2 {
  top: 380px;
  left: 41px;
}
.participates .parts__img--3 {
  top: 181px;
  right: 90px;
}
.participates .parts__img--4 {
  top: 370px;
  right: 99px;
}
.participates .parts__img--5 {
  top: 680px;
  left: 42px;
}
.participates .parts__img--6 {
  top: 210px;
  left: 85px;
}
.participates .parts__img--7 {
  top: 130px;
  right: 275px;
}
.participates .parts__img--8 {
  top: 591px;
  right: 33px;
}
.participates .fair-rules {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.participates .fair-rules__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 5px solid #4285f4;
  border-radius: 6px;
  padding: 20px 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.participates .fair-rules__head:after {
  flex: 0 0 auto;
  margin-left: 20px;
  content: "";
  display: block;
  background-image: url(../images/icon-shield.svg);
  background-position: center;
  background-size: 100% auto;
  width: 72px;
  height: 72px;
}
.participates .fair-rules__text {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 0 0 6px 6px;
  margin-top: -5px;
  padding: 30px 50px;
  font-size: 18px;
  line-height: 28px;
  color: #494949;
}
@media (max-width: 767px) {
  .participates .fair-rules__head {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .participates .fair-rules__head {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .participates .fair-rules__head:after {
    position: absolute;
    z-index: 2;
    top: -40px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    background-size: 100% auto;
  }
  .participates .fair-rules__text {
    padding: 30px 20px;
  }
}
.participates__img-bottom {
  position: relative;
  right: 200px;
  margin-top: 50px;
  bottom: -5px;
}
@media only screen and (max-width: 767px) {
  .participates__img-bottom {
    right: 0;
    bottom: -4px;
  }
}

@keyframes animPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.timer {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.timer__item {
  position: relative;
}
.timer__separator {
  color: #494949;
  font-weight: normal;
  font-size: 180px;
  line-height: 1;
}
.timer__separator.animated {
  animation: animPulse 1s cubic-bezier(1, 0.01, 1, 0.01) infinite;
}
.timer__value {
  display: block;
  font-size: 180px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.timer__value.minutes {
  color: #4285f4;
}
.timer__value.minutes--red {
  color: #F74249;
  animation: animPulse 1s cubic-bezier(1, 0.01, 1, 0.01) infinite;
}
.timer .smalltext {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 2px solid #494949;
  border-radius: 28px;
  padding: 6px 20px;
  font-size: 18px;
  line-height: 32px;
  color: #B3B3B3;
}
@media (max-width: 860px) {
  .timer__value, .timer__separator {
    font-size: 21vw;
  }
}
@media (max-width: 400px) {
  .timer .smalltext {
    padding: 0px;
    border: none;
    min-height: 0;
    font-size: 16px;
  }
}

.sunny-btc {
  position: absolute;
  top: 140px;
  left: -200px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .sunny-btc {
    left: -120px;
  }
}
@media (max-width: 767px) {
  .sunny-btc {
    top: -130px;
    left: -50px;
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 769px) {
  .timer {
    display: block;
  }
  .timer__separator {
    display: none;
  }
  .timer__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .timer .minutes {
    animation: animPulse 1s cubic-bezier(1, 0.01, 1, 0.01) infinite;
  }
}
.benefit {
  position: relative;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
  overflow: hidden;
  background-color: #F7F7F7;
}
.benefit .container {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
}
.benefit .img {
  margin-bottom: 30px;
}
.benefit .title {
  margin-bottom: 20px;
}
.benefit__svg-icon {
  margin-bottom: 20px;
}
.benefit .desc {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.benefit__flex {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.benefit__item {
  width: 100%;
  max-width: 470px;
  margin: 0 20px 20px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  border-top: 6px solid #f7931a;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  min-height: 410px;
}
.benefit__item:nth-child(1) {
  border-top-color: #f7931a;
}
.benefit__item:nth-child(2) {
  border-top-color: #4285f4;
}
.benefit__subtitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.benefit__text {
  font-size: 18px;
  line-height: 30px;
  color: #494949;
}
.benefit__text a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.benefit__text a:hover {
  color: #f7931a;
}
.benefit .parts__img--1 {
  top: 63px;
  left: 175px;
}
.benefit .parts__img--2 {
  top: 190px;
  left: 81px;
}
.benefit .parts__img--3 {
  top: 150px;
  right: 50px;
}
.benefit .parts__img--4 {
  bottom: 350px;
  right: 0px;
}
.benefit .parts__img--5 {
  bottom: 0;
  right: 20px;
}
.benefit .parts__img--6 {
  top: 54px;
  right: 235px;
}
.benefit .parts__img--7 {
  bottom: 370px;
  left: 0px;
}
.benefit .parts__img--8 {
  bottom: 40px;
  left: 65px;
}
@media (max-width: 800px) {
  .benefit__flex {
    display: block;
  }
  .benefit__item {
    margin-left: auto;
    margin-right: auto;
  }
}

.every-year {
  background-color: #fff;
  border-top: 1px solid #D6D6D6;
  text-align: center;
}
.every-year .container {
  max-width: 900px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.every-year .img--year {
  margin-bottom: 34px;
}
.every-year .title {
  margin-bottom: 30px;
}
.every-year .desc {
  margin-bottom: 60px;
}
.every-year .places {
  display: flex;
  justify-content: center;
}
.every-year .places__item {
  width: 100%;
  max-width: 150px;
  margin: 0 40px;
}
.every-year .places__icon {
  margin-bottom: 20px;
}
.every-year .places__name {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.every-year .places__content {
  background-color: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
}
.every-year .places__value {
  background-color: #FFFDFD;
  padding: 15px 20px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
}
.every-year .places__user-info {
  padding: 15px 20px;
}
.every-year .places__user-info span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  margin-bottom: 10px;
}
.every-year .places__user-info p {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 700px) {
  .every-year .places {
    display: block;
  }
  .every-year .places__item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .every-year .places__item:last-child {
    margin-bottom: 0;
  }
}

.share-friend {
  position: relative;
  background-image: url(../images/bg_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.share-friend.--subscribe {
  background-image: url(../images/subscribe-bg-02.jpg);
}
@media (min-width: 768px) {
  .share-friend.--subscribe .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .share-friend.--subscribe .parts {
    display: none;
  }
}
@media (max-width: 450px) {
  .share-friend.--subscribe .social-btns-up {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .share-friend.--subscribe .social-btns-up > .social-btn-up:last-child {
    margin-right: 5px;
  }
}
.share-friend .container {
  position: relative;
  z-index: 3;
  padding-top: 150px;
  padding-bottom: 150px;
  max-width: 940px;
}
@media (max-width: 767px) {
  .share-friend .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.share-friend .label {
  font-size: 20px;
  line-height: 22px;
  color: #f7931a;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .share-friend .label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .share-friend .label {
    font-size: 14px;
  }
}
.share-friend .title {
  font-weight: normal;
  margin-bottom: 30px;
}
.share-friend .title b {
  font-weight: bold;
}
@media (max-width: 767px) {
  .share-friend .title {
    margin-bottom: 20px;
  }
}
.share-friend .desc {
  color: rgba(255, 255, 255, 0.8);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .share-friend .desc {
    margin-bottom: 50px;
  }
}
.share-friend-buttons {
  position: relative;
  width: 100%;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border-radius: 65px;
  min-height: 130px;
  padding: 30px 30px 20px;
}
.share-friend-buttons__msg {
  position: absolute;
  top: -33px;
  left: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7931a;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 11px;
  z-index: 2;
}
.share-friend-buttons .social-btns,
.share-friend-buttons .social-btns-up {
  max-width: 100%;
}
.share-friend-buttons .social-btns > .social-btn, .share-friend-buttons .social-btns > .social-btn-up,
.share-friend-buttons .social-btns-up > .social-btn,
.share-friend-buttons .social-btns-up > .social-btn-up {
  width: 96px;
  height: 72px;
  border-radius: 36px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.share-friend-buttons .social-btns > .social-btn:last-child, .share-friend-buttons .social-btns > .social-btn-up:last-child,
.share-friend-buttons .social-btns-up > .social-btn:last-child,
.share-friend-buttons .social-btns-up > .social-btn-up:last-child {
  margin-right: 0;
}
.share-friend-buttons .social-btns__more,
.share-friend-buttons .social-btns-up__more {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .share-friend-buttons .social-btns,
  .share-friend-buttons .social-btns-up {
    justify-content: center;
  }
  .share-friend-buttons .social-btns > .social-btn, .share-friend-buttons .social-btns > .social-btn-up,
  .share-friend-buttons .social-btns-up > .social-btn,
  .share-friend-buttons .social-btns-up > .social-btn-up {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .share-friend-buttons .social-btns__more,
  .share-friend-buttons .social-btns-up__more {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .share-friend-buttons .social-btns__list,
  .share-friend-buttons .social-btns-up__list {
    top: -5px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .share-friend-buttons {
    min-height: 0;
    padding: 20px 20px 10px;
  }
  .share-friend-buttons__msg {
    min-height: 0;
    top: -25px;
  }
}
.share-friend .parts__img--1 {
  top: 25px;
  left: 75px;
}
.share-friend .parts__img--2 {
  top: 49px;
  left: 106px;
}

.social-btn-up {
  display: inline-block;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.social-btn-up:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.social-btn-up_fb {
  background-color: #4861A3;
}
.social-btn-up_fb:hover {
  background-color: #5777CC;
}
.social-btn-up_fb:active {
  background-color: #374C82;
}
.social-btn-up_fb:before {
  width: 13px;
  height: 24px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-fb.svg");
}
.social-btn-up_vk {
  background-color: #597DA2;
}
.social-btn-up_vk:hover {
  background-color: #678EB6;
}
.social-btn-up_vk:active {
  background-color: #446A91;
}
.social-btn-up_vk:before {
  width: 34px;
  height: 19px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-vk.svg");
}
.social-btn-up_tw {
  background-color: #1DA1F2;
}
.social-btn-up_tw:hover {
  background-color: #3EB5FF;
}
.social-btn-up_tw:active {
  background-color: #1588CE;
}
.social-btn-up_tw:before {
  width: 23px;
  height: 19px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-tw.svg");
}
.social-btn-up_gplus {
  background-color: #DD5044;
}
.social-btn-up_gplus:hover {
  background-color: #FB5446;
}
.social-btn-up_gplus:active {
  background-color: #BF4339;
}
.social-btn-up_gplus:before {
  width: 28px;
  height: 18px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-gplus.svg");
}
.social-btn-up_mail, .social-btn-up_eml {
  background-color: #fff;
  border: 1px solid #CDCDCD;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-mail.svg");
  background-size: 33px 27px;
}
.social-btn-up_mail:hover, .social-btn-up_eml:hover {
  border: 2px solid #4285F4;
  background-color: #fff;
}
.social-btn-up_mail:active, .social-btn-up_eml:active {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
}
.social-btn-up_vb {
  background-color: #665CAC;
}
.social-btn-up_vb:hover {
  background-color: #776DBF;
}
.social-btn-up_vb:active {
  background-color: #554C93;
}
.social-btn-up_vb:before {
  width: 27px;
  height: 28px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-viber.svg");
}
.social-btn-up_wa {
  background-color: #1DC93B;
}
.social-btn-up_wa:hover {
  background-color: #29D046;
}
.social-btn-up_wa:active {
  background-color: #19A131;
}
.social-btn-up_wa:before {
  width: 28px;
  height: 26px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-whatsapp.svg");
}
.social-btn-up_yt {
  background-color: #FF2500;
}
.social-btn-up_yt:hover {
  background-color: #FF4324;
}
.social-btn-up_yt:active {
  background-color: #C92206;
}
.social-btn-up_yt:before {
  width: 34px;
  height: 24px;
  background-image: url("../images/icon-youtube.svg");
}
.social-btn-up_inst {
  background-color: #913BAF;
  background-image: url("../images/icon-subscribe-instagram.svg");
  background-size: cover;
}
.social-btn-up_inst:before {
  display: none;
}
.social-btn-up_tg {
  background-color: #31A5E0;
}
.social-btn-up_tg:hover {
  background-color: #46B9F3;
}
.social-btn-up_tg:active {
  background-color: #2D8BBB;
}
.social-btn-up_tg:before {
  width: 26px;
  height: 22px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-telegram.svg");
}
.social-btn-up_th {
  background-color: #36465D;
}
.social-btn-up_th:hover {
  background-color: #455772;
}
.social-btn-up_th:active {
  background-color: #242E3B;
}
.social-btn-up_th:before {
  width: 20px;
  height: 28px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-tumblr.svg");
}
.social-btn-up_pt {
  background-color: #fff;
  border: 1px solid #CDCDCD;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-pinterest.svg");
  background-size: 28px;
}
.social-btn-up_pt:hover {
  border: 2px solid #4285F4;
  background-color: #fff;
}
.social-btn-up_pt:active {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
}
.social-btn-up_ln {
  background-color: #3ACE01;
}
.social-btn-up_ln:hover {
  background-color: #4EDF16;
}
.social-btn-up_ln:active {
  background-color: #43BC15;
}
.social-btn-up_ln:before {
  width: 28px;
  height: 27px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-linechat.svg");
}
.social-btn-up_li {
  background-color: #017AB6;
}
.social-btn-up_li:hover {
  background-color: #0A8DCE;
}
.social-btn-up_li:active {
  background-color: #096B9C;
}
.social-btn-up_li:before {
  width: 28px;
  height: 28px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-linkedin.svg");
}
.social-btn-up_flb {
  background-color: #F01B23;
}
.social-btn-up_flb:hover {
  background-color: #F9343C;
}
.social-btn-up_flb:active {
  background-color: #DB171E;
}
.social-btn-up_flb:before {
  width: 28px;
  height: 28px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-flipboard.svg");
}
.social-btn-up_rd {
  background-color: #FF4500;
}
.social-btn-up_rd:hover {
  background-color: #FF642A;
}
.social-btn-up_rd:active {
  background-color: #E34206;
}
.social-btn-up_rd:before {
  width: 31px;
  height: 28px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-reddit.svg");
}
.social-btn-up_ok {
  background-color: #E27E35;
}
.social-btn-up_ok:hover {
  background-color: #EF9554;
}
.social-btn-up_ok:active {
  background-color: #F29C5D;
}
.social-btn-up_ok:before {
  width: 18px;
  height: 31px;
  background-image: url("/static/django-cryptotab-sharing/cryptotab_sharing/images/icon-ok.svg");
}
.social-btn-up:active:before {
  opacity: 0.7;
}

.social-btns-up-title {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}
.social-btns-up-title span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  color: #303030;
  font-weight: bold;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.social-btns-up {
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 600px;
  position: relative;
}
.social-btns-up .social-btn-up {
  margin-right: 7px;
}
.social-btns-up_size_s .social-btn-up {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.social-btns-up_size_s .social-btn-up_vk:before {
  width: 22px;
  height: 12px;
}
.social-btns-up_size_s .social-btn-up_fb:before {
  width: 9px;
  height: 16px;
}
.social-btns-up_size_s .social-btn-up_tw:before {
  width: 16px;
  height: 13px;
}
.social-btns-up_size_s .social-btn-up_wa:before {
  width: 18px;
  height: 18px;
}
.social-btns-up_size_s .social-btn-up_tg:before {
  width: 19px;
  height: 16px;
}
.social-btns-up_size_s .social-btn-up_gplus:before {
  width: 19px;
  height: 12px;
}
.social-btns-up_size_s .social-btn-up_mail, .social-btns-up_size_s .social-btn-up_eml {
  background-size: 23px 18px;
}
.social-btns-up_size_s .social-btn-up_vb:before {
  width: 21px;
  height: 22px;
}
.social-btns-up_size_s .social-btn-up_wa:before {
  width: 20px;
  height: 20px;
}
.social-btns-up_size_s .social-btn-up_th:before {
  width: 16px;
  height: 22px;
}
.social-btns-up_size_s .social-btn-up_pt {
  background-size: 22px;
}
.social-btns-up_size_s .social-btn-up_ln:before {
  width: 22px;
  height: 21px;
}
.social-btns-up_size_s .social-btn-up_li:before {
  width: 22px;
  height: 22px;
}
.social-btns-up_size_s .social-btn-up_flb:before {
  width: 22px;
  height: 22px;
}
.social-btns-up_size_s .social-btn-up_rd:before {
  width: 24px;
  height: 22px;
}
.social-btns-up_size_s .social-btn-up_ok:before {
  width: 14px;
  height: 24px;
}
.social-btns-up_size_s .social-btns-up__list {
  width: 130px;
}
.social-btns-up_size_s .social-btns-up__more {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.social-btns-up_size_m .social-btn-up {
  width: 56px;
  height: 56px;
  margin-right: 8px;
  border-radius: 28px;
}
.social-btns-up_size_m .social-btns-up__list {
  width: 162px;
}
.social-btns-up_size_m .social-btns-up__list .social-btn-up {
  margin-right: 0;
}
.social-btns-up_size_m .social-btns-up__more {
  width: 56px;
  height: 56px;
  border-radius: 28px;
}
.social-btns-up__more {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 320px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #CDCDCD;
}
.social-btns-up__more:before, .social-btns-up__more::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #494949;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-btns-up__more:before {
  width: 2px;
  height: 16px;
  top: 50%;
}
.social-btns-up__more:after {
  width: 16px;
  height: 2px;
}
.social-btns-up__more:hover {
  box-shadow: inset 0px 0px 0px 2px #4285F4;
}
.social-btns-up__more:hover:after, .social-btns-up__more:hover:before {
  background-color: #4285F4;
}
.social-btns-up__list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(46px) translateY(calc(-100% + 5px));
  z-index: 100;
  border-radius: 24px;
  width: 170px;
  box-sizing: border-box;
}
.social-btns-up__list .social-btn-up {
  margin-bottom: 10px;
  margin-right: 0;
}
.social-btns-up__list.active {
  display: flex;
}
.social-btns-up__list_down {
  top: auto;
  bottom: 0;
  transform: translateX(46px) translateY(calc(100% - 5px));
}

@media screen and (max-width: 800px) {
  .social-btn-up {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    flex-shrink: 0;
  }
  .social-btn-up_vk:before {
    width: 22px;
    height: 12px;
  }
  .social-btn-up_fb:before {
    width: 9px;
    height: 16px;
  }
  .social-btn-up_tw:before {
    width: 16px;
    height: 13px;
  }
  .social-btn-up_yt:before {
    width: 22px;
    height: 18px;
  }
  .social-btn-up_wa:before {
    width: 18px;
    height: 18px;
  }
  .social-btn-up_tg:before {
    width: 19px;
    height: 16px;
  }
  .social-btn-up_gplus:before {
    width: 19px;
    height: 12px;
  }
  .social-btn-up_mail, .social-btn-up_eml {
    background-size: 23px 18px;
  }
  .social-btn-up_vb:before {
    width: 21px;
    height: 22px;
  }
  .social-btn-up_wa:before {
    width: 20px;
    height: 20px;
  }
  .social-btn-up_th:before {
    width: 16px;
    height: 22px;
  }
  .social-btn-up_pt {
    background-size: 22px;
  }
  .social-btn-up_ln:before {
    width: 22px;
    height: 21px;
  }
  .social-btn-up_li:before {
    width: 22px;
    height: 22px;
  }
  .social-btn-up_flb:before {
    width: 22px;
    height: 22px;
  }
  .social-btn-up_rd:before {
    width: 24px;
    height: 22px;
  }
  .social-btn-up_ok:before {
    width: 14px;
    height: 24px;
  }
  .social-btns-up {
    max-width: 400px;
  }
  .social-btns-up .social-btn-up {
    margin-right: 5px;
  }
  .social-btns-up__more {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: 0;
  }
  .social-btns-up__list {
    width: 130px;
  }
  .social-btns-up__list .social-btn-up {
    margin-right: 0;
  }
}
.note-block {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.note-block + script + .card {
  margin-top: 40px;
}
.note-block--border {
  border-bottom: 8px solid #FF2500;
}
.note-block__container {
  min-height: 110px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .note-block__container {
    display: block;
    text-align: center;
    padding: 100px 20px 30px;
  }
}
.note-block__img {
  flex: 0 0 auto;
  overflow: hidden;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-block__img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .note-block__img {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 120px;
  }
  .note-block__img img {
    width: 60px;
    max-height: 100%;
  }
}
.note-block__text {
  text-align: left;
  padding: 40px 20px 40px 0;
  display: block;
  color: #494949;
  font-size: 22px;
  line-height: 32px;
}
.note-block__text b {
  font-weight: bold;
}
.note-block__text a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.note-block__text a:hover {
  color: #f7931a;
}
@media (max-width: 767px) {
  .note-block__text {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding: 0;
  }
}
.note-block__right {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .note-block__right {
    text-align: center;
  }
}
.note-block__btn {
  text-decoration: none;
  height: 50px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 15px;
  color: #4285f4;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}
.note-block__btn:before {
  content: "";
  display: block;
  margin-right: 10px;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.note-block__btn:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.note-block__btn:active {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
  color: #fff;
}
.note-block__btn--ios:before {
  background-image: url(../images/icon-appstore-min.svg);
}
.note-block__btn--android:before {
  background-image: url(../images/icon-playstore-min.png);
}
.note-block .btn {
  width: 200px;
  flex-shrink: 0;
  height: auto;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .note-block .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.note-block .close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.note-block .close:hover:before, .note-block .close:hover:after {
  background-color: #f7931a;
}
.note-block .close:before, .note-block .close:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #727272;
}
.note-block .close:before {
  transform: rotate(45deg);
}
.note-block .close:after {
  transform: rotate(-45deg);
}
.note-block--mobile .note-block__img {
  padding-top: 5px;
}
.note-block--mobile .note-block__right {
  display: flex;
}
.note-block--mobile .note-block__btn {
  margin-right: 10px;
}
.note-block--mobile .note-block__btn:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .note-block--mobile {
    display: none;
  }
  .note-block--mobile .note-block__right {
    justify-content: center;
  }
}
.note-block--promo {
  text-align: left;
}
.note-block--promo .note-block__text {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .note-block--promo .note-block__text {
    padding-left: 0;
  }
}

.top-users {
  padding-top: 100px;
  min-height: 500px;
}
.top-users table {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.top-users table th {
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #D6D6D6;
}
.top-users table th,
.top-users table td {
  padding: 10px;
  width: 20%;
  text-align: center;
}
.top-users .participants {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 1px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.top-users .participants__label {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.top-users .participants div {
  margin-left: -1px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-height: 40px;
  border: 1px solid #D6D6D6;
  background-color: transparent;
}
.top-users .participants div:nth-child(2n) {
  color: #444;
  background-color: #fff;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
  z-index: 501;
}
.preloader > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.preloader .flower-btc {
  width: 100%;
  max-width: 400px;
  height: auto;
  transform-origin: 50% 48%;
}
.preloader .flower-btc svg {
  vertical-align: top;
}
.preloader .parts__img--1 {
  top: 131px;
  left: 300px;
}
.preloader .parts__img--2 {
  top: 114px;
  right: 392px;
}
.preloader .parts__img--3 {
  top: 154px;
  right: 79px;
}
.preloader .parts__img--4 {
  top: 343px;
  left: 106px;
  right: 78px;
  bottom: 94px;
}
.preloader .parts__img--5 {
  left: 106px;
  bottom: 140px;
}
.preloader .parts__img--6 {
  left: 327px;
  bottom: 225px;
}
.preloader .parts__img--7 {
  right: 203px;
  bottom: 248px;
}
.preloader .parts__img--8 {
  right: 280px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .preloader .parts {
    display: none;
  }
}

@keyframes flowerZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(25);
  }
}
.promo-feedback {
  padding-top: 100px;
}
.promo-feedback .card_form {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  overflow: visible;
}
.promo-feedback .card_form .form__editor {
  display: none;
}
.promo-feedback .card_form .ck-editor__editable_inline {
  min-height: 500px;
}

.ck-editor h1, .ck-editor h2, .ck-editor h3, .ck-editor h4, .ck-editor h5 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.ck-editor h2 {
  font-size: 30px;
}
.ck-editor h3 {
  font-size: 24px;
}
.ck-editor h4 {
  font-size: 20px;
}
.ck-editor strong,
.ck-editor b {
  font-weight: bold;
}
.ck-editor i {
  font-style: italic;
}
.ck-editor ul {
  list-style: dics;
}
.ck-editor ul li {
  line-height: 1.2;
}
.ck-editor ol {
  list-style: decimal;
}
.ck-editor ol li {
  line-height: 1.2;
}

.sticky-block {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: inherit;
  /*
  * Modificators */
}
.sticky-block + script + .card {
  margin-top: 40px;
}
.sticky-block--border {
  border-top: 4px solid #f7931a;
}
.sticky-block--fixed {
  width: 100%;
  max-width: 1000px;
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 501;
}
.sticky-block--fixed.hidden {
  display: none;
}
.sticky-block--fixed.in-content {
  position: relative;
  transform: none;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: auto;
}
@media (max-width: 767px) {
  .sticky-block--fixed {
    display: none;
  }
}
.sticky-block__container {
  min-height: 110px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 40px 0 0;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .sticky-block__container {
    display: block;
    text-align: center;
    padding: 30px 20px 140px;
  }
}
.sticky-block__img {
  align-self: flex-end;
  flex: 0 0 auto;
  overflow: hidden;
  width: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 768px) {
  .sticky-block__img.--left {
    justify-content: flex-start;
  }
}
.sticky-block__img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sticky-block__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
  }
  .sticky-block__img img {
    max-height: 100%;
  }
}
.sticky-block__info {
  padding: 20px 30px;
  text-align: left;
}
.sticky-block__info p, .sticky-block__info b {
  font-size: 18px;
  line-height: 26px;
}
.sticky-block__info p + p, .sticky-block__info b + p {
  margin-top: 5px;
}
.sticky-block__info p {
  color: #494949;
}
.sticky-block__info b {
  font-weight: bold;
}
@media (max-width: 767px) {
  .sticky-block__info {
    padding-top: 0;
    text-align: center;
  }
  .sticky-block__info b {
    font-size: 16px;
    line-height: 20px;
  }
  .sticky-block__info p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sticky-block__text {
  padding: 24px 20px;
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-right: 30px;
}
.sticky-block__text b {
  font-weight: bold;
}
.sticky-block__text a {
  text-decoration: none;
  color: #4285f4;
  transition: color 0.2s;
}
.sticky-block__text a:hover {
  color: #f7931a;
}
@media (max-width: 767px) {
  .sticky-block__text {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
.sticky-block__right {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .sticky-block__right {
    text-align: center;
  }
}
.sticky-block__btn {
  text-decoration: none;
  height: 50px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 15px;
  color: #4285f4;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}
.sticky-block__btn:before {
  content: "";
  display: block;
  margin-right: 10px;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.sticky-block__btn:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.sticky-block__btn:active {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
  color: #fff;
}
.sticky-block__btn--ios:before {
  background-image: url(../images/icon-appstore-min.svg);
}
.sticky-block__btn--android:before {
  background-image: url(../images/icon-playstore-min.png);
}
.sticky-block .btn {
  width: 200px;
  flex-shrink: 0;
  height: auto;
  overflow: visible;
  color: #4285f4;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .sticky-block .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.sticky-block .btn.label-new {
  position: relative;
}
.sticky-block .btn.label-new:after {
  content: "new";
  position: absolute;
  top: -8px;
  right: -15px;
  background-color: #F74249;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px 2px;
}
.sticky-block .btn:hover {
  background-color: #4285f4;
  color: #fff;
}
.sticky-block .btn:active {
  background-color: #D6D6D6;
}
.sticky-block .close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.sticky-block .close:hover:before, .sticky-block .close:hover:after {
  background-color: #f7931a;
}
.sticky-block .close:before, .sticky-block .close:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #727272;
}
.sticky-block .close:before {
  transform: rotate(45deg);
}
.sticky-block .close:after {
  transform: rotate(-45deg);
}
.sticky-block--mobile .sticky-block__img {
  padding-top: 5px;
}
.sticky-block--mobile .sticky-block__right {
  display: flex;
}
.sticky-block--mobile .sticky-block__btn {
  margin-right: 10px;
}
.sticky-block--mobile .sticky-block__btn:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sticky-block--mobile {
    display: none;
  }
  .sticky-block--mobile .sticky-block__right {
    justify-content: center;
  }
}
.sticky-block--promo {
  text-align: left;
}
.sticky-block--promo .sticky-block__text {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .sticky-block--promo .sticky-block__text {
    padding-left: 0;
  }
}
.sticky-block--shadow {
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.sticky-blocks-promo-wrapper .sticky-block {
  margin-bottom: 40px;
}

.card + .sticky-blocks-promo-wrapper,
.card-wrapper + .sticky-blocks-promo-wrapper {
  margin-top: 40px;
}

.story-form-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #494949 100%);
  padding-bottom: 75px;
  border-bottom: 5px solid #f7931a;
}
.story-form-wrapper .header {
  margin-bottom: 50px;
}
.story-form-wrapper .content {
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.story-form-wrapper .label {
  font-size: 20px;
  line-height: 22px;
  color: #f7931a;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .story-form-wrapper .label {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.story-form-wrapper .title {
  color: #fff;
  font-size: 74px;
  line-height: 83px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .story-form-wrapper .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.story-form-wrapper .desc {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .story-form-wrapper .desc {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}
.story-form-wrapper .flower-btc {
  position: absolute;
  bottom: 155px;
  right: -250px;
  z-index: 1;
}
@media (max-width: 767px) {
  .story-form-wrapper .flower-btc {
    display: none;
  }
}
.story-form-wrapper .parts__img--1 {
  top: 131px;
  left: 300px;
}
.story-form-wrapper .parts__img--2 {
  top: 114px;
  right: 392px;
}
.story-form-wrapper .parts__img--3 {
  top: 154px;
  right: 79px;
}
.story-form-wrapper .parts__img--4 {
  top: 343px;
  left: 106px;
  right: 78px;
  bottom: 94px;
}
.story-form-wrapper .parts__img--5 {
  left: 106px;
  bottom: 140px;
}
.story-form-wrapper .parts__img--6 {
  left: 327px;
  bottom: 225px;
}
.story-form-wrapper .parts__img--7 {
  right: 203px;
  bottom: 248px;
}
.story-form-wrapper .parts__img--8 {
  right: 280px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .story-form-wrapper .parts {
    display: none;
  }
}

.story-form {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.story-form__row {
  position: relative;
  padding: 35px 40px 30px 70px;
  border-bottom: 1px solid #D6D6D6;
}
.story-form__row.done .num {
  border-color: #37cc33;
  background-color: #37cc33;
  color: transparent;
  background-image: url(../images/checkmark.svg);
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .story-form__row {
    padding: 30px 25px;
  }
}
.story-form .num {
  position: absolute;
  top: 36px;
  left: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #f7931a;
  border-radius: 50%;
  font-weight: bold;
  border: 2px solid #f7931a;
  background-position: center;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .story-form .num {
    position: static;
    margin-bottom: 10px;
  }
}
.story-form__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.story-form__desc {
  color: #494949;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.story-form__desc a {
  color: #4285f4;
  text-decoration: none;
  transition: 0.3s;
}
.story-form__desc a:hover {
  color: #f7931a;
}
@media (max-width: 600px) {
  .story-form__desc {
    font-size: 16px;
    line-height: 21px;
  }
}
.story-form__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 295px;
  max-height: 400px;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  background-color: #F7F7F7;
  padding: 15px 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
}
.story-form__bot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}
@media (max-width: 600px) {
  .story-form__bot {
    padding: 30px 25px;
  }
}
.story-form .btn_primary {
  width: 100%;
  max-width: 280px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s;
}
.story-form .btn_primary[disabled] {
  cursor: not-allowed;
  background-color: #D6D6D6;
}
.story-form__file label {
  display: flex;
  align-items: center;
}
.story-form__file label input {
  display: none;
}
.story-form__file label p {
  color: #494949;
  font-size: 13px;
  line-height: 15px;
}
.story-form__file label .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  width: 160px;
  margin-right: 20px;
  transition: 0.3s;
}
.story-form__file label .btn:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.story-form__file label .btn:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.story-form__preview img {
  margin-top: 30px;
  max-width: 240px;
  vertical-align: top;
}

.story-form-success {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 390px;
}
@media (max-width: 600px) {
  .story-form-success {
    padding: 30px 20px;
    min-height: 300px;
  }
}
.story-form-success svg {
  margin-bottom: 20px;
}
.story-form-success .title {
  color: #000;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .story-form-success .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.story-form-success p {
  font-size: 18px;
  line-height: 26px;
}
.story-form-success p a {
  color: #4285f4;
  text-decoration: none;
  transition: 0.3s;
}
.story-form-success p a:hover {
  color: #f7931a;
}
@media (max-width: 600px) {
  .story-form-success p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Winner Page */
.story-form-wrapper.--winner {
  padding-top: 100px;
}
.story-form-wrapper.--winner .story-form__row.done .num {
  border-color: #f7931a;
  background-color: transparent;
  color: #f7931a;
}
.story-form-wrapper.--winner .story-form__desc b {
  color: #000;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.story-form-wrapper.--winner .story-form__btn-wrapper {
  margin-left: -30px;
}
@media (max-width: 600px) {
  .story-form-wrapper.--winner .story-form__btn-wrapper {
    margin-left: 0;
  }
}
.story-form-wrapper.--winner .story-form__btn-wrapper .btn {
  border: 1px solid transparent;
}
.story-form-wrapper.--winner .story-form__btn-wrapper .btn:not(:hover):not(:active) {
  color: #4285f4;
  border-color: #D6D6D6;
  background-color: #fff;
}
.story-form-wrapper.--winner .story-form__bot + .story-form__bot {
  border-top: 1px solid #D6D6D6;
}
.story-form-wrapper.--winner .story-form__bot p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.story-form-wrapper.--winner .story-form__bot p a {
  color: #4285f4;
  text-decoration: none;
  transition: 0.3s;
}
.story-form-wrapper.--winner .story-form__bot p a:hover {
  color: #f7931a;
}

.article {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.article--qa {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .article--qa {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: -1px;
  }
}
.article--boost {
  padding-top: 90px;
  padding-bottom: 112px;
}
@media only screen and (max-width: 767px) {
  .article--boost {
    padding-top: 60px;
    padding-bottom: 190px;
  }
}
.article--active-boost {
  border-bottom: 8px solid #F7931A;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .article--active-boost .desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.article--active-boost .btn {
  margin-top: 50px;
}
.article--active-boost .img {
  display: block;
  margin-left: auto;
  margin-right: 50%;
  position: relative;
  bottom: -1px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .article--active-boost .img {
    margin-right: auto;
    bottom: 0;
  }
}
.article--active-boost .google-play__link {
  margin-bottom: 0;
  margin-top: 50px;
}
.article--last {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .article--last {
    padding-bottom: 10px;
    padding-top: 80px;
  }
}
.article--last .title {
  font-size: 52px;
  line-height: 62px;
}
@media only screen and (max-width: 767px) {
  .article--last .title {
    font-size: 34px;
    line-height: 44px;
  }
}
.article--pro {
  padding-top: 120px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .article--pro {
    padding-top: 80px;
  }
}
.article--pro .btn {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .article--pro .btn {
    margin-bottom: 50px;
  }
}
.article--pro .title {
  font-size: 52px;
  line-height: 62px;
}
@media only screen and (max-width: 767px) {
  .article--pro .title {
    font-size: 34px;
    line-height: 44px;
  }
}
.article--part {
  padding-bottom: 0;
}
.article.article--size-xl .container {
  max-width: 1240px;
}
.article__title {
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article__title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
  }
}
.article__oval {
  position: absolute;
  bottom: 0;
}
.article__oval.left {
  left: -227.5px;
}
@media only screen and (max-width: 767px) {
  .article__oval.left {
    left: 50%;
    transform: translateX(-50%);
  }
}
.article__oval.right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .article__oval.right {
    display: none;
  }
}
.article__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.article__list * + * {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .article__list * + * {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list {
    margin-top: -10px;
  }
}
.article__item {
  font-size: 48px;
  line-height: 55px;
  font-weight: bold;
  border: 4.5px solid #1AB9E5;
  border-radius: 9px;
  padding: 7px 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .article__item {
    font-size: 38px;
    line-height: 44px;
    border-width: 3px;
    padding: 5px 19px 5px 18px;
    margin-top: 10px;
  }
}
.article__item.low {
  border-color: #37CC33;
}
.article__item.high {
  border-color: #F7931A;
}
.article__item.highest {
  border-color: #A033CC;
}
.article .container {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.article .title {
  font-size: 48px;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .article .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.article .icon-image {
  margin: 0 auto;
  display: inline-block;
}
.article .icon-image--boost {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .article .icon-image--boost {
    height: 60px;
    margin-bottom: 20px;
  }
}
.article .boost {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .article .boost {
    margin-top: 40px;
  }
}
.article .active-boost {
  margin-top: 70px;
}
.article .btn {
  min-height: 60px;
  padding-top: 22px;
  padding-bottom: 20px;
  line-height: 18px;
  font-size: 16px;
  max-width: 320px;
  width: 100%;
}
.article .christmas-logo {
  width: 80px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .article .christmas-logo {
    margin-bottom: 20px;
  }
}
.article .christams-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 110px;
  margin-bottom: 60px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .article .christams-wrap {
    padding: 0 20px;
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .article .christams-wrap .title {
    font-size: 34px;
    line-height: 44px;
  }
}
.article .christams-wrap .desc {
  color: #f7931a;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article .christams-wrap .desc {
    font-size: 24px;
    line-height: 34px;
  }
}
.article .christams-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .article .christams-arrow {
    display: none;
  }
}
.article .christams-arrow.left {
  left: 0;
}
.article .christams-arrow.right {
  right: 0;
}
.article .image-christmas-pro {
  margin-bottom: -4px;
  display: block;
  margin: 0 auto;
}

.article-block {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .article-block {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.article-block__header {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .article-block__header {
    padding: 20px;
  }
}
.article-block__footer {
  background-color: #F7F7F7;
  padding: 20px;
  border-top: 1px solid #d6d6d6;
}
.article-block .title {
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
}
.article-block .desc {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
  max-width: 500px;
  width: 100%;
  margin: 20px auto 0;
}
.article-block .btn {
  margin-bottom: 0;
}

.article-list-wrap {
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}

.article-item {
  flex: 0 0 340px;
  max-width: 340px;
  width: 100%;
  min-height: 170px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .article-item {
    flex: 0 0 auto;
    max-width: 320px;
    font-size: 16px;
    line-height: 26px;
    min-height: 151px;
  }
}

.startearning {
  padding-top: 80px;
}
.startearning .subtitle {
  font-size: 48px;
  line-height: 60px;
}
.startearning .subtitle:before {
  content: url("../images/how-icon.svg");
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .startearning .subtitle {
    font-size: 30px;
    line-height: 36px;
  }
}
.startearning .description {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .startearning .description {
    font-size: 15px;
    line-height: 22px;
  }
}

.invite__danger {
  max-width: 700px;
  margin: 30px auto;
  padding: 15px 20px;
  border: 2px solid #F7931A;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  background-color: #fff;
}
.invite__danger span {
  color: #F7931A;
  font-weight: bold;
}
.invite-block {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.invite-block__section {
  padding: 20px;
}
.invite-block__section:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 769px) {
  .invite-block__section {
    padding: 20px 15px;
  }
  .invite-block__section:last-child {
    background-color: #fff;
    border-radius: 0px 0px 6px 6px;
  }
}
.invite-block__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #37cc33;
}
.invite-block__title svg {
  margin-right: 10px;
}
.invite-block__title-link {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
.invite-block__approve {
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invite--done .invite-block__approve {
  border: 2px solid #37cc33;
}

.invite--activated .invite-block__approve {
  border: 2px solid #37cc33;
}

.share__block-approve .invite-block__approve {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .invite-block__approve {
    padding: 0;
    border: none;
  }
}
.invite-block__score {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
}
.invite-block__done {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.invite--activated .invite-block__done {
  text-align: left;
}

.invite-block__done svg {
  margin-right: 20px;
  flex: 0 0 auto;
}
.invite-block .btn {
  margin-bottom: 0;
}
.invite--activated .invite-block .btn[disabled] {
  background-color: #d6d6d6;
  pointer-events: none;
}

.invite-block .btn.with_icon svg {
  margin-right: 8px;
}

.refurl {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .refurl {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .refurl__social-block {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.refurl__hide-social {
  display: none;
  position: absolute;
  width: 380px;
  height: auto;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 20px 10px 10px 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
@media only screen and (max-width: 800px) {
  .refurl__hide-social {
    padding: 20px 0px 0px 20px;
    width: 320px;
  }
}
.refurl__hide-social.active {
  display: block;
}
.refurl__hide-social .social-btns__more {
  display: none;
}
.refurl__hide-social .social-btns {
  justify-content: flex-start;
}
.refurl__hide-social .social-btns .social-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 800px) {
  .refurl__hide-social .social-btns .social-btn {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.refurl__hide-social .social-btns .social-btns__more {
  display: none;
}
.refurl__hide-social .social-btns__list {
  display: inline-flex;
  position: relative;
  transform: none;
  width: auto;
  padding: 0;
  box-shadow: none;
  text-align: left;
}
.refurl__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 460px;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #CECECE;
  border-right: none;
  border-radius: 6px;
  position: relative;
}
.refurl__value .referred {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.refurl__value--second {
  height: 50px;
  border-right: 1px solid #cecece;
  width: 0;
  flex: 1 0 auto;
  margin-right: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .refurl__value--second {
    margin-right: 0;
    margin-left: 5px;
    height: 40px;
  }
}
.refurl__link {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}
.refurl__link.not-signin {
  color: #d6d6d6;
}
.refurl__subid {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  white-space: nowrap;
}
.refurl__subid b {
  font-weight: bold;
}
.refurl__subid:hover {
  color: #4285f4;
}
.refurl__subid:after {
  content: "";
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-top: 4px solid #D0D0D0;
  position: relative;
  top: -2px;
}
.refurl .dropdown_subids {
  right: 15px;
  top: 45px;
  width: calc(100% - 14px);
}
.refurl--second {
  border: 1px solid #D6D6D6;
  max-width: 730px;
  padding: 25px;
  margin: 0 auto 50px;
  background-color: #F7F7F7;
}
.refurl--second .refurl__title {
  font-size: 13px;
  line-height: 1.7;
  height: 40px;
  color: #494949;
  font-weight: bold;
  padding: 0 15px;
  border: 1px solid #CECECE;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.refurl--second .refurl__link {
  font-size: 13px;
  line-height: 1.7;
}
.refurl--second .refurl__value {
  height: 40px;
  width: 325px;
  border-radius: 2px;
  border-right: 1px solid #CECECE;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 5px;
}
.refurl--second .btn {
  min-width: 60px;
  width: 60px;
  height: 40px;
}
.refurl--second .btn_copy {
  text-indent: -9999px;
  background-image: url("../images/clipboard-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-right: 5px;
}
.refurl--second .btn_copy.active {
  background-image: url("../images/check.svg");
}
.refurl--second .btn_share {
  text-indent: -9999px;
  background-image: url("../images/share.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.refurl__btn-with-icon {
  width: 60px;
  height: 50px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  padding: 0;
  display: flex;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .refurl__btn-with-icon {
    background-image: none;
  }
}
.refurl__btn-with-icon svg {
  margin: auto;
}
.refurl__btn-with-icon .icon-copied {
  display: none;
}
.refurl__btn-with-icon.active .icon-copy {
  display: none;
}
.refurl__btn-with-icon.active .icon-copied {
  display: block;
}
.refurl__copy {
  margin-left: 10px;
  width: 60px;
  height: 50px;
  border: none;
  background-color: #4285f4;
}
.refurl__copy:hover {
  background-color: #f7931a;
}
@media only screen and (max-width: 767px) {
  .refurl__copy {
    margin-left: 0;
    width: 100%;
    height: 40px;
    max-width: 100%;
  }
}
.refurl .btn {
  min-width: auto;
  min-height: 0;
  max-width: 60px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .refurl .btn {
    background-image: none;
    width: auto;
    min-height: auto;
  }
}

.refurl-dropdowns {
  position: relative;
  display: flex;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.refurl-dropdowns .refurl-dropdown {
  position: relative;
  margin-right: 30px;
}
.refurl-dropdowns .dropdown_subids {
  min-width: 280px;
  right: auto;
  left: 0;
}
@media (max-width: 400px) {
  .refurl-dropdowns .dropdown_subids {
    min-width: 260px;
  }
}

@media (max-width: 600px) {
  .refurl-landing {
    position: static !important;
  }
}
.refurl-landing .dropdown_landids {
  right: auto;
  left: 0;
  width: 400px;
  min-width: auto;
  max-width: none;
  max-height: 314px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 600px) {
  .refurl-landing .dropdown_landids {
    width: 290px;
  }
}
@media (max-width: 360px) {
  .refurl-landing .dropdown_landids {
    left: -30px;
  }
}
.refurl-landing .dropdown__item {
  padding: 12px 10px;
}
.refurl-landing .dropdown__item:hover .refurl-landing__num {
  color: #fff;
}
.refurl-landing .dropdown__item:hover .refurl-landing__url {
  color: #97BEFF;
}
.refurl-landing__flex {
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #494949;
}
.refurl-landing__cover {
  flex: 0 0 auto;
  width: 68px;
  height: 42px;
}
.refurl-landing__cover img {
  max-width: 100%;
  height: auto;
}
.refurl-landing__body {
  width: 100%;
  text-align: left;
  padding-left: 13px;
  padding-bottom: 3px;
}
.refurl-landing__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2px;
}
.refurl-landing__row:last-child {
  margin-bottom: 0;
}
.refurl-landing__num {
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.refurl-landing__url {
  font-size: 11px;
  line-height: 12px;
}
.refurl-landing__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.refurl-landing__category-item {
  display: block;
  padding: 3px 6px;
  margin: 2px;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  border-radius: 8.5px;
  text-transform: uppercase;
  background-color: #D6D6D6;
}
@media (max-width: 600px) {
  .refurl-landing__category-item {
    font-size: 9px;
    line-height: 10px;
    padding: 2px 4px;
  }
}

@media only screen and (max-width: 767px) {
  .share {
    padding-bottom: 200px;
  }
}
.share.hide {
  display: none;
}
.share__oval {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.share__oval--second {
  top: auto;
  transform: none;
  bottom: 0;
}
.share__oval.right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .share__oval.right {
    display: none;
  }
}
.share__oval.left {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .share__oval.left {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
.share__title {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .share__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.share__title--danger {
  color: #f7931a;
}
.share__text {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
.share__block {
  background: #f7f7f7;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  max-width: 700px;
  margin: 20px auto 0;
}
.share__block--second {
  margin-top: 30px;
}
.share__block .refurl {
  margin-bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 769px) {
  .share__block .refurl {
    padding: 20px 15px;
  }
}
.share__block .social-btns {
  padding: 20px 0;
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns {
    padding: 20px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btn {
    margin: 3px;
  }
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btns__more {
    margin: 3px;
  }
}
.share__block .social-btns .social-btns__list {
  transform: translateX(0px) translateY(calc(-100% + 5px));
}
@media only screen and (max-width: 800px) {
  .share__block .social-btns .social-btns__list {
    width: 132px;
    padding: 20px;
  }
}
.share__block-approve {
  padding: 20px;
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 769px) {
  .share__block-approve {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 0px 0px 6px 6px;
  }
}
.share__arrow {
  transform: rotate(180deg);
}
.share__notification {
  max-width: 700px;
  margin: 0 auto;
  border: 2px solid #f74249;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
  border-radius: 4px;
  padding: 13px 18px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.share__notification span {
  color: #f74249;
  font-weight: normal;
}
.share__notification--second {
  border-color: #F7931A;
}
.share__notification--second span {
  color: #f7931a;
}
.share__singin {
  padding-left: 34px;
  font-weight: bold;
}

.popup-promo-join {
  -webkit-overflow-scrolling: touch;
}
.popup-promo-join:before {
  display: none;
}
.popup-promo-join .popup__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-promo-join .content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  padding: 30px 50px;
  text-align: left;
}
.popup-promo-join .content form {
  text-align: center;
}
.popup-promo-join .content p {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  margin-bottom: 30px;
}
.popup-promo-join .content p b {
  font-weight: bold;
}
.popup-promo-join .subtitle {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 25px;
}
.popup-promo-join .subtitle:before {
  content: "";
  display: block;
  background-image: url(../images/icon-arrow-circle.svg);
  width: 48px;
  height: 48px;
  margin-right: 15px;
  flex: 0 0 auto;
}
.popup-promo-join .note {
  margin-bottom: 50px;
}
.popup-promo-join .note a {
  color: #4285f4;
  text-decoration: none;
  transition: color 0.2s;
}
.popup-promo-join .note a:hover {
  color: #f7931a;
}
.popup-promo-join .btn_primary {
  width: 100%;
  max-width: 340px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .popup-promo-join .content {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .popup-promo-join .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-promo-join .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-promo-join .subtitle:before {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}

#joinPopup .popup__handler {
  padding: 30px 40px;
  position: relative;
  text-align: center;
}
#joinPopup .btn-primary {
  border-radius: 6px;
  max-width: 320px;
  width: 100%;
  font-weight: bold;
  padding: 0 30px;
}
#joinPopup .joinPopup__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.121905px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
#joinPopup .joinPopup__title:before {
  content: url("../images/popup-arrow.svg");
  margin-right: 15px;
}
#joinPopup .joinPopup__text {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.0685714px;
  color: #494949;
  margin-bottom: 80px;
}
#joinPopup .joinPopup__close {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.04px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #494949;
  cursor: pointer;
  transition: opacity 0.3s;
}
#joinPopup .joinPopup__close:hover {
  opacity: 0.7;
}
#joinPopup .joinPopup__close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
#joinPopup .joinPopup__close-icon:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

html, body {
  overflow-x: hidden;
}

.section-icon {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .section-icon {
    height: 90px;
  }
}

.subtitle {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.08px;
  margin-bottom: 50px;
}

.title {
  max-width: 1000px;
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.text {
  max-width: 1000px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin: 0 auto 50px;
}

.balance {
  display: block;
  text-align: center;
  margin-bottom: 70px;
  background: none;
  height: auto;
}
.balance__btc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 10px;
}
.balance__btc img {
  display: block;
  margin-right: 30px;
}
.balance__usd {
  font-size: 11px;
  line-height: 12px;
  color: #757575;
}
.balance__usd b {
  font-weight: bold;
}
.balance__btc2usd {
  display: inline-block;
  text-align: left;
  border-left: 2px solid #d6d6d6;
  padding-left: 8px;
}
.balance__btc2usd span {
  display: block;
}
.balance__btc2usd span:first-child {
  font-size: 10px;
  line-height: 11px;
  color: #494949;
  font-weight: bold;
  margin-bottom: 5px;
}
.balance__btc2usd span:last-child {
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}
.balance_sm {
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-bottom: 0;
  border-radius: 2px;
}
.balance_sm .balance__btc {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 4px;
}
.balance_sm .balance__btc img {
  margin-right: 4px;
}
.balance_sm .balance__usd {
  font-size: 10px;
  line-height: 11px;
}
.balance_sm .row {
  display: flex;
}
.balance_sm .row .balance__label {
  position: relative;
  top: 3px;
}
.balance_sm .row .col:not(:last-child) {
  margin-right: 5px;
}
.balance_menu {
  cursor: pointer;
  padding-right: 53px;
  padding-left: 15px;
}
.balance_menu .balance__btc img {
  margin-right: 8px;
}
.balance_menu .balance__usd {
  padding-left: 26px;
  text-align: left;
}
.balance_menu .balance__menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33px;
  border-left: 1px solid #d6d6d6;
}
.balance_menu .balance__menu-trigger:after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -1px;
  margin-top: -5px;
  border-right: 2px dotted #757575;
}
.balance_menu .balance__menu {
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 55px;
  border-radius: 2px;
  text-align: left;
}
.balance_menu .balance__menu .dropdown__item {
  border-top: 1px solid #d8d8d8;
}
.balance_menu .balance__menu .dropdown__item:first-child {
  border-top: 1px solid #d8d8d8;
}
.balance_menu .user-email {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.balance_menu .user-email span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 16px;
  line-height: 16px;
}
.balance_menu .user-email span:hover {
  color: inherit;
}
.balance_menu .user-email span:before {
  top: 0;
}
.balance_menu .user-email span:after {
  display: none;
}
.balance_menu.active {
  border-color: transparent;
}
.balance_menu.active .balance__btc,
.balance_menu.active .balance__usd {
  position: relative;
  z-index: 101;
}
.balance_menu.active .balance__menu-trigger {
  z-index: 101;
}
.balance_menu.active .balance__menu-trigger:after {
  border-color: #4285f4;
}
.balance_menu.active .balance__menu {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.3);
}
.balance__label {
  display: block;
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.balance_l {
  margin-bottom: 40px;
}
.balance_l .balance__usd {
  margin-bottom: 40px;
}
.balance_l .label {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.promo-top__container.parts {
  position: relative;
  height: 459px;
  margin: 0;
  overflow: visible !important;
  left: 50%;
  transform: translateX(-50%) !important;
}
.promo-top .btn_simple, .promo-top .btn_primary {
  max-width: 320px;
  border-radius: 6px;
}
.promo-top .refurl__social-block {
  display: block;
}
.promo-top .refurl__social-block .btn_copy {
  display: none;
}
@media (max-width: 769px) {
  .promo-top .btn_copy {
    display: none;
  }
  .promo-top .refurl__social-block {
    display: grid;
  }
  .promo-top .refurl__social-block .btn_copy {
    display: flex;
  }
}
.promo-top .title {
  max-width: 1100px;
}
.promo-top .parts__img--8 {
  bottom: 553px;
}
.promo-top .parts__img--7 {
  bottom: 788px;
}
.promo-top .parts__img--6 {
  bottom: 653px;
}
.promo-top .parts__img--5 {
  bottom: 456px;
}
.promo-top .invite {
  padding: 0;
  margin: -10px 0 30px;
}
.promo-top .invite:after {
  display: none;
}
.promo-top .invite__danger {
  background: #FFFAF3;
  margin-top: 0;
}
.promo-top__x2 {
  position: absolute;
  left: 30px !important;
}
.promo-top__x2--x3 {
  top: -31px !important;
}
.promo-top picture {
  position: static !important;
  display: inline !important;
}
.promo-top__img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 797px;
  height: 466px;
  transform: translateX(-50%) translateY(-50%);
}
.promo-top__btc {
  position: absolute;
  left: 30px !important;
  top: 30px !important;
}
.promo-top__btc--x3 {
  top: -69px !important;
}
.promo-top .btn_simple {
  margin-bottom: 20px;
}

.get {
  text-align: center;
  padding: 80px 0;
  border-bottom: 1px solid #D6D6D6;
}
.get--dark {
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
}
.get--dark .title, .get--dark .text, .get--dark .subtitle {
  color: #fff;
}
.get__img {
  max-width: none;
  display: block;
  margin: 0 auto 60px;
}
.get .btn_simple {
  background-color: transparent;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  color: #4285F4;
  border-radius: 6px;
  max-width: 320px;
  width: 100%;
}
.get .btn_simple:hover {
  border-color: #4285F4;
}

.refurl__social-block {
  display: none;
}

.wrapper > .invite {
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.wrapper > .invite > * {
  position: relative;
  z-index: 2;
}
.wrapper > .invite:after {
  content: url("../images/invote-bg.svg");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 1;
}
.wrapper > .invite .container {
  padding: 0;
  max-width: 1000px;
}
.wrapper > .invite .subtitle {
  margin-bottom: 20px;
}
.wrapper > .invite .share__singin {
  border-radius: 6px;
  max-width: 320px;
  width: 100%;
}
.wrapper > .invite .share__notification {
  background: #FFF3F4;
  color: #000;
  margin: 0;
  border: none;
  box-shadow: none;
  max-width: 630px;
  width: 100%;
  font-weight: normal;
  filter: none;
}
.wrapper > .invite .share__notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F74249;
  width: 70px;
}
.wrapper > .invite .share__notification-container {
  max-width: 700px;
  border: 2px solid #F74249;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  align-items: stretch;
  margin: 20px auto 30px;
}
.wrapper > .invite .share__notification b {
  color: #F74249;
  font-weight: bold;
}
.wrapper > .invite .share__notification a {
  text-decoration: none;
  color: #4285F4;
  transition: color 0.3s;
}
.wrapper > .invite .share__notification a:hover {
  color: #F7931A;
}

.page_ru .affiliate-section .share__singin {
  max-width: 370px;
}

.affiliate-section {
  padding: 80px 0;
  background: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  text-align: center;
}
.affiliate-section .title {
  margin-bottom: 40px;
}
.affiliate-section .share__singin {
  border-radius: 6px;
  max-width: 320px;
  width: 100%;
}
.affiliate-section .materials__icon {
  margin: 0 auto 20px;
  width: 110px;
}
.affiliate-section__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 1080px;
  margin: 0 auto 40px;
}
.affiliate-section__card {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.affiliate-section__card:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-color: none;
}
.affiliate-section__card-content {
  padding: 20px 30px 30px;
  text-align: left;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .affiliate-section__card .af-card__img {
    min-height: 249px;
    height: 249px;
    display: block;
  }
}
.affiliate-section__card .af-card__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.08px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}
.affiliate-section__card .af-card__title:hover {
  color: #4285F4;
}
.affiliate-section__card .af-card__text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08px;
  color: #757575;
  margin-bottom: 20px;
}
.affiliate-section__card .btn--card {
  margin-right: auto;
  margin-top: auto;
  max-width: 208px;
  padding: 0;
  height: auto;
  padding: 12px 20px;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 40px;
  color: #4285F4;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0457143px;
  transition: all 0.3s;
}
.affiliate-section__card .btn--card:after {
  content: url("../images/btn-arrow.svg");
  display: block;
  margin-left: 11px;
}
.affiliate-section__card .btn--card:hover {
  background: #4285F4;
  border-color: #4285F4;
  color: #fff;
}
.affiliate-section__card .btn--card:hover:after {
  content: url("../images/btn-arrow-white.svg");
}

.referrals-section {
  padding: 80px 0 90px;
  background: #4285F4;
  text-align: center;
}
.referrals-section .title {
  color: #fff;
  margin-bottom: 55px;
}
.referrals-section .text {
  color: #AACAFF;
}
.referrals-section .container {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1050px;
}
.referrals-section .referrals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.referrals-section .referrals-row:not(:last-child) {
  margin-bottom: 100px;
}
.referrals-section .referrals-row:nth-child(2n) {
  flex-direction: row-reverse;
}
.referrals-section .referrals-row:nth-child(2n) .referrals-row__img {
  box-shadow: 15px 15px 0px #AACAFF;
}
.referrals-section .referrals-row__content {
  text-align: left;
  max-width: 500px;
}
.referrals-section .referrals-row__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  color: #fff;
}
.referrals-section .referrals-row__text {
  font-size: 18px;
  line-height: 26px;
  color: #AACAFF;
}
.referrals-section .referrals-row__img {
  width: 460px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fff;
  position: relative;
  top: 15px;
  left: 15px;
  box-shadow: -15px -15px 0px #AACAFF;
}

.traffic {
  margin-top: -30px;
  padding: 120px 0 80px;
  text-align: center;
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .traffic__img {
    height: 307px;
  }
}
.traffic:after {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 400px;
  right: 0%;
  background-color: #4285F4;
  top: -400px;
  transform: rotate(-4deg);
  transform-origin: bottom right;
  z-index: 1;
}
.traffic:before {
  content: url("../images/traffic-bg.svg");
  position: absolute;
  display: block;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 769px) {
  .traffic:before {
    bottom: -1px;
  }
}
.traffic > * {
  position: relative;
  z-index: 3;
}
.traffic__banner {
  margin: 40px auto 0px;
  display: flex;
  align-items: stretch;
  max-width: 700px;
  width: 100%;
  background: rgba(247, 66, 73, 0.2);
  border: 2px solid #F74249;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
}
.traffic__banner b {
  font-weight: bold;
  color: #F74249;
}
.traffic__banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  background: #F74249;
}
.traffic__banner-content {
  font-size: 18px;
  line-height: 26px;
  padding: 15px 20px;
  text-align: left;
  max-width: 630px;
}
.traffic .tripple-arrow {
  transform: rotate(0deg);
  margin-bottom: 40px;
}
.traffic .title {
  color: #fff;
}
.traffic .text {
  color: #B2B2B2;
  margin-bottom: 40px;
}

.more-section {
  text-align: center;
  padding: 80px 0 0px;
}
@media (min-width: 1000px) {
  .more-section__img {
    height: 500px;
  }
}
.more-section .container {
  padding: 0;
  margin: 0;
  max-width: 1280px;
  padding-bottom: 64px;
  position: relative;
  margin: 0 auto;
}
.more-section .container:after {
  content: url("../images/more-right.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(65%);
}
.more-section .container:before {
  content: url("../images/more-left.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-65%);
}

.time-section {
  position: relative;
}
.time-section .title {
  color: #fff;
}
.time-section .js-change span:last-child {
  display: none;
}
.time-section .js-change.active {
  color: #F74249;
}
.time-section .js-change.active span:first-child {
  display: none;
}
.time-section .js-change.active span:last-child {
  display: inline;
}
.time-section:after {
  content: url("../images/time-bg.svg");
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.time-section .text {
  color: #B3B3B3;
  margin-bottom: 60px;
}

.subtitle--orange {
  color: #F7931A;
  margin-bottom: 20px;
}
.subtitle--red {
  color: #F74249;
}

.btn_copy--hide {
  display: none;
}

@media (max-width: 1101px) {
  .referrals-section__col {
    padding: 0 20px;
  }
  .referrals-section .referrals-row {
    display: block;
  }
  .referrals-section .referrals-row:nth-child(2n) .referrals-row__img {
    left: 0;
  }
  .referrals-section .referrals-row__content {
    max-width: none;
  }
  .referrals-section .referrals-row__img {
    width: calc(100% - 15px);
    margin-right: 30px;
    margin-bottom: 35px;
    top: 0;
    left: 15px;
    right: 30px;
  }
  .referrals-section .referrals-row:not(:last-child) {
    margin-bottom: 50px;
  }
  .get__img {
    max-width: 100%;
  }
  .more-section__img {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 769px) {
  .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .text {
    font-size: 15px;
    line-height: 155%;
  }
  .subtitle {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.08px;
  }
  .section-icon {
    height: 70px;
    width: auto;
  }
  .promo-top .title {
    font-size: 36px;
    line-height: 48px;
  }
  .promo-top__img--x3 {
    max-width: none;
    width: 500px;
    height: auto;
  }
  .promo-top__container.parts {
    display: block !important;
    height: 445px;
    position: static !important;
    transform: translateX(0px) !important;
    margin-top: 50px;
  }
  .promo-top .btn {
    max-width: none;
  }
  .promo-top__x2, .promo-top__btc {
    display: none !important;
  }
  .header.fixed .header__wrapper {
    top: -61px;
  }
  .header__navbar.active {
    transform: translateY(60px);
  }
  .btn_copy {
    display: none;
  }
  .refurl__social-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .refurl__social-block .btn_copy {
    display: flex;
  }
  .refurl__social-block button {
    height: 50px !important;
    width: 100% !important;
    max-width: none !important;
  }
  .container {
    margin: 0;
    padding: 0 20px !important;
  }
  .referrals-section {
    padding-top: 40px;
  }
  .referrals-section__col {
    padding: 0;
  }
  .referrals-section .referrals-row__img {
    padding: 15px;
  }
  .get, .news, .using-browser, .time-section {
    padding: 60px 0;
  }
  .more-section {
    padding-top: 60px;
  }
  .wrapper > .invite {
    padding-top: 60px;
  }
  .wrapper > .invite .refurl__social-block {
    display: grid;
  }
  .wrapper > .invite .refurl__social-block .refurl__hide-social {
    padding: 0;
  }
  .refurl__social-block {
    margin-top: 10px;
  }
  .refurl__value--second {
    margin-left: 0;
  }
  .social-btns--desktop {
    display: none !important;
  }
  .affiliate-section {
    padding: 60px 0;
  }
  .affiliate-section__cards {
    grid-template-columns: 1fr;
  }
  .affiliate-section__card {
    height: auto;
  }
  .affiliate-section__card-content {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
  }
  .affiliate-section__card .af-card__title {
    font-size: 22px;
    line-height: 32px;
    display: block;
    text-align: left;
    width: 100%;
  }
  .affiliate-section__card .af-card__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08px;
    display: block;
    width: 100%;
    text-align: left;
  }
  .affiliate-section .btn--card {
    position: static;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    width: auto;
    display: inline-flex;
    max-width: 208px;
  }
  .affiliate-section .share__singin {
    max-width: none;
  }
  .btn_copy--hide {
    display: flex;
    width: 100%;
    margin-right: 10px;
  }
  .traffic {
    padding-top: 80px;
    border-bottom: 8px solid #F7931A;
  }
  .traffic:before {
    content: url("../images/traffic-bg-mobile.svg");
  }
}
@media (max-width: 769px) and (min-width: 769px) {
  .traffic__img {
    height: 307px;
  }
}
@media (max-width: 769px) {
  .traffic__banner-icon {
    width: 40px;
    padding: 10px;
  }
  .traffic__banner-icon img {
    margin: 0 10px;
  }
  .traffic__banner-content {
    font-size: 14px;
    line-height: 155%;
    padding: 10px;
  }
  .more-section {
    position: relative;
  }
  .more-section:after {
    content: url("../images/more-bottom.svg");
    display: block;
  }
  .more-section .container:after, .more-section .container:before {
    display: none;
  }
  .time-section {
    padding-bottom: 60px;
  }
  .time-section .share__singin {
    max-width: none;
  }
  #joinPopup .joinPopup__title {
    margin-bottom: 30px;
  }
  #joinPopup .joinPopup__title:before {
    display: none;
  }
  #joinPopup .joinPopup__text {
    margin-bottom: 30px;
  }
  .invite .share__notification {
    font-size: 14px;
    line-height: 155%;
    padding: 10px;
  }
  .invite .share__notification-icon {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .news__tab-link {
    margin-left: 0;
    margin-right: 50px;
  }
  .promo-top .parts {
    display: block !important;
  }
  .promo-top .parts__img--4 {
    top: 143px;
    left: 10px;
  }
  .promo-top .parts__img--6 {
    bottom: auto;
    left: 7px;
    top: 288px;
  }
  .promo-top .parts__img--2 {
    right: 77px;
    top: 51px;
  }
  .promo-top .parts__img--3 {
    right: 21px;
    top: 92px;
  }
  .promo-top .parts__img--1 {
    top: 81px;
    left: 49px;
  }
  .promo-top .parts__img--7 {
    bottom: auto;
    right: -12px;
    top: 145px;
  }
  .promo-top .parts__img--5 {
    left: -32px;
  }
  .promo-top .parts__img--8 {
    right: 20px;
  }
  .promo-top__container .parts {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */

.wrapper .promo-top--done {
  border-bottom-color: #F74249;
}
.wrapper .promo-top--done .banner-done {
  max-width: 1000px;
  margin: 0 auto 40px;
  background: #FFFAF3;
  border: 2px solid #F7931A;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .promo-top--done .banner-done__content {
  width: 100%;
  text-align: left;
  margin: 0 20px;
}
.wrapper .promo-top--done .banner-done__title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15619px;
  margin-bottom: 5px;
}
.wrapper .promo-top--done .banner-done__text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.126905px;
  color: #494949;
  max-width: 580px;
}
.wrapper .promo-top--done .banner-done .btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.107381px;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  max-width: 180px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 769px) {
  .wrapper .promo-top--done {
    position: relative;
  }
  .wrapper .promo-top--done:after {
    content: "PROMO IS OVER";
    display: block;
    background: #F74249;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    transform: rotate(-50deg);
    text-align: center;
    position: absolute;
    width: 160px;
    top: 43px;
    left: -39px;
    padding: 4px 0;
    letter-spacing: 0.162504px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
}

.header__menu-gumshoe li a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #4285f4;
  text-transform: uppercase;
}
.header__menu-gumshoe li a:hover {
  color: #F7931A;
}
.header__menu-gumshoe li a:last-child {
  margin-right: 0;
}
.header__menu-gumshoe li.active a {
  color: #000;
  pointer-events: none;
  position: relative;
}
.header__menu-gumshoe li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F7931A;
  position: absolute;
  bottom: -13px;
  left: 0;
}
@media (max-width: 768px) {
  .header__menu-gumshoe li:last-child {
    margin-right: 20px;
  }
}

.using-browser {
  padding-bottom: 40px;
}