.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;
}
.testimonials__item.jackInTheBox {
  animation-duration: 1s;
}
.testimonials__item.jackInTheBox:nth-of-type(1) {
  animation-delay: 0.35s;
}
.testimonials__item.jackInTheBox:nth-of-type(2) {
  animation-delay: 0.5s;
}
.testimonials__item.jackInTheBox:nth-of-type(3) {
  animation-delay: 0.65s;
}
.testimonials__item.jackInTheBox:nth-of-type(4) {
  animation-delay: 0.8s;
}

@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;
}

.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;
  margin: 0 auto 20px;
  display: block;
  animation-duration: 0.5s;
}
@media only screen and (max-width: 768px) {
  .feature-section__icon {
    width: 70px;
    height: 70px;
  }
}
.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: 768px) {
  .feature-section__wrapper {
    max-width: 380px;
  }
}
.feature-section__title {
  animation-delay: 0.1s;
  color: #000;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .feature-section__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.feature-section__text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 40px;
  animation-delay: 0.25s;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .feature-section__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.feature-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .feature-section__list {
    flex-wrap: nowrap;
  }
}
.feature-section__item {
  width: 340px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .feature-section__item {
    max-height: none;
    animation: none !important;
    opacity: 1 !important;
  }
}
.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;
  text-align: center;
}
.feature-section__download {
  margin: 0 auto;
  max-width: 460px;
}
.feature-section__swiper-controls {
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  .feature-section__swiper-controls {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.feature-section__swiper-button-next, .feature-section__swiper-button-prev {
  display: flex !important;
  position: static !important;
  width: 20px !important;
  height: 20px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 0 !important;
  transition: color 0.3s ease, opacity 0.3s ease;
  color: #D6D6D6 !important;
}
.feature-section__swiper-button-next:hover, .feature-section__swiper-button-prev:hover {
  color: #f7931a !important;
  opacity: 1;
}
.feature-section__swiper-button-next::after, .feature-section__swiper-button-prev::after {
  display: none;
}
.feature-section__swiper-pagination {
  display: flex !important;
  position: static !important;
  align-items: center !important;
  justify-content: space-between;
}
.feature-section__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.feature-section__swiper-pagination .swiper-pagination-bullet:hover {
  background: #f7931a;
  opacity: 1;
}
.feature-section .download-btns__note {
  text-align: center;
}
.feature-section .swiper-slide {
  height: unset;
  width: 340px;
}

.howto {
  display: block;
  background-color: #f7931a;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .howto {
    padding: 60px 0;
  }
}
.howto__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.howto__item {
  max-width: 340px;
  width: 100%;
  font-weight: bold;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
  padding-top: 90px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .howto__item {
    font-size: 16px;
    line-height: 24px;
  }
}
.howto__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/checkmark.svg");
  width: 60px;
  height: 60px;
  background-size: 60px;
}
.howto__item:first-child {
  animation-delay: 0.35s;
}
.howto__item:nth-child(2) {
  animation-delay: 0.5s;
}
.howto__item:nth-child(3) {
  animation-delay: 0.65s;
}
.howto__item:nth-child(4) {
  animation-delay: 0.35s;
}
.howto__item:nth-child(5) {
  animation-delay: 0.5s;
}
.howto__item:last-child {
  animation-delay: 0.65s;
}

.startearning {
  background-color: #f7931a;
  padding: 80px 0;
  background: linear-gradient(180deg, #494949 -49.76%, #000 128.62%);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .startearning {
    padding: 60px 0;
  }
}
.startearning .container {
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.startearning__icon {
  margin-bottom: 20px;
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .startearning__icon {
    width: 70px;
    height: 70px;
  }
}
.startearning__title {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .startearning__title {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 15px 0;
  }
}
.startearning__text {
  color: #8E8E8E;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 56px 0;
}
@media only screen and (max-width: 768px) {
  .startearning__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.startearning__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  counter-reset: item-counter;
}
@media only screen and (max-width: 768px) {
  .startearning__list {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
.startearning__list-item {
  display: flex;
  padding: 30px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  border: 1px solid #3F4045;
  position: relative;
}
.startearning__list-item::before {
  counter-increment: item-counter;
  content: counter(item-counter);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 3px solid #F7931A;
  color: #F7931A;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.066px;
}
.startearning__list-item:not(:last-of-type):after {
  content: "";
  mask-image: url("../images/startearning.svg");
  -webkit-mask-image: url("../images/startearning.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background: #B3B3B3;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
@media only screen and (max-width: 768px) {
  .startearning__list-item:not(:last-of-type):after {
    background: #4285F4;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -40px;
  }
}
.startearning__item-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.startearning--light {
  background: #ffffff;
}
.startearning--light .startearning__title {
  color: #000000;
}
.startearning--light .startearning__text {
  color: #494949;
}
.startearning--light .startearning__item-text {
  color: #000000;
}
.startearning--light .startearning__list-item {
  border: 1px solid #D6D6D6;
}
.startearning--light .startearning__list-item::before {
  background: #ffffff;
}

.pool-mining-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.pool-mining-section .container {
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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;
  text-align: center;
}
.pool-mining-section__text {
  font-size: 20px;
  line-height: 32px;
  max-width: 1000px;
  margin: 0 auto 90px auto;
  color: #494949;
  text-align: center;
}
.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;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  height: 60px;
  margin-top: 50px;
  color: #4285f4;
  transition: all 0.3s;
}
.pool-mining-section__btn svg path {
  transition: fill 0.3s ease;
}
.pool-mining-section__btn svg ellipse {
  transition: fill 0.3s ease;
}
.pool-mining-section__btn:hover {
  border-color: #f7931a;
  background-color: #f7931a;
  color: #fff;
}
.pool-mining-section__btn:hover svg g path {
  fill: #ffffff;
}
.pool-mining-section__btn:hover svg ellipse {
  fill: #ffffff;
}
.pool-mining-section__btn:hover svg > path {
  fill: #f7931a;
}
@media (max-width: 768px) {
  .pool-mining-section .container {
    padding: 60px 20px 0 20px;
  }
  .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: 40px;
    margin-bottom: 40px;
  }
  .pool-mining-section__decoration {
    position: relative;
    bottom: auto;
    margin: 0 auto;
    left: auto;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .pool-mining-section__mob-banner {
    display: block;
    margin: 0 auto 40px auto;
    background: #fff3f4;
    border: 2px solid #f74249;
    border-radius: 6px;
    padding: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 155%;
    color: #f74249;
  }
}

.video-block {
  overflow: hidden;
}
.video-block .container {
  max-width: 1140px;
  padding: 80px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-block .container {
    padding: 60px 20px;
  }
}
.video-block__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  display: block;
  animation-duration: 0.5s;
}
@media only screen and (max-width: 768px) {
  .video-block__icon {
    width: 70px;
    height: 70px;
  }
}
.video-block__title {
  animation-delay: 0.1s;
  color: #000;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .video-block__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.video-block__text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 75px;
  animation-delay: 0.25s;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .video-block__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
.video-block__video {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-block__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block__btc {
  margin-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  min-width: 130%;
  max-width: unset;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.video-block__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.video-block__video-wrap.is-active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 768px) {
  .video-block__video-wrap {
    border-radius: 10px;
  }
}
.video-block__video-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .download-btns {
    gap: 10px;
    align-items: center;
  }
}
.download-btns__btns-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  .download-btns__btns-wrap {
    flex-direction: column;
    min-width: 100%;
  }
}
.mac .download-btns .download-btns__btn-big::before {
  background-image: url("../images/download-btns/icon-apple.svg");
}
.win .download-btns .download-btns__btn-big::before {
  background-image: url("../images/download-btns/icon-windows.svg");
}
.download-btns__btn-big {
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #37cc33;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 22px;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  transition: background-color 0.3s ease;
}
.download-btns__btn-big--blue {
  background-color: #4285F4;
}
.download-btns__btn-big:hover {
  background-color: #f7931a;
}
@media (max-width: 768px) {
  .download-btns__btn-big {
    display: none;
  }
}
.download-btns__btn-big::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.download-btns__btn-small {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  flex-shrink: 0;
}
.download-btns__btn-small:hover {
  background-color: #f7931a;
}
@media (max-width: 768px) {
  .download-btns__btn-small {
    min-width: 100%;
  }
}
.download-btns__btn-small::before {
  content: "";
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .download-btns__btn-small::before {
    width: 20px;
    height: 20px;
  }
}
.download-btns__btn-small--android::before {
  background-image: url("../images/download-btns/icon-android.svg");
}
.download-btns__btn-small--ios {
  display: none !important;
}
.download-btns__btn-small--ios::before {
  background-image: url("../images/download-btns/icon-ios.svg");
}
@media (max-width: 768px) {
  .os-android .download-btns .download-btns__btn-small--android {
    display: flex;
  }
  .os-android .download-btns .download-btns__btn-small--ios {
    display: none;
  }
}
@media (max-width: 768px) {
  .os-ios .download-btns .download-btns__btn-small--android {
    display: none;
  }
  .os-ios .download-btns .download-btns__btn-small--ios {
    display: flex;
  }
}
.download-btns__btns-text {
  display: none;
  text-transform: uppercase;
}
.download-btns__btns-text span:first-of-type {
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
.download-btns__btns-text span:last-of-type {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 768px) {
  .download-btns__btns-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.download-btns__note {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 768px) {
  .download-btns__note {
    text-align: center;
  }
}

.get-access {
  padding-top: 80px;
  background: linear-gradient(105deg, #FFF 8.61%, #EFEFEF 93.28%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .get-access {
    padding-top: 60px;
  }
}
.get-access .container {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.get-access picture {
  display: flex;
}
.get-access .btn {
  margin-bottom: 20px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .get-access .btn {
    max-width: none;
  }
}
.get-access .btn--white {
  background-color: #fff;
}
.get-access .btn--white:hover {
  background-color: #f7931a;
}
.get-access .btn:last-of-type {
  margin-bottom: 40px;
}
.get-access__icon {
  margin-bottom: 20px;
}
.get-access__title {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 768px) {
  .get-access__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.get-access__text {
  color: #494949;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .get-access__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.get-access__picture.run-animation .get-access__img {
  transform: translateY(0);
  opacity: 1;
}
.get-access__img {
  height: auto;
  margin-bottom: -27px;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s ease, opacity 1s ease;
}

.try-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 160px 0;
  background: linear-gradient(89deg, #1e1f21 -17.31%, #4d4f55 134.19%);
  z-index: 1;
}
@media (max-width: 768px) {
  .try-section {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 768px) {
  .try-section .coins {
    display: none;
  }
}
.try-section__wrapper {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 20px;
}
@media (max-width: 1100px) {
  .try-section__wrapper {
    grid-template-columns: 1fr;
    position: relative;
  }
}
.try-section__img-block {
  position: relative;
  display: flex;
}
@media (max-width: 1100px) {
  .try-section__img-block {
    height: 532px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .try-section__img-block {
    height: 400px;
    max-width: 100%;
  }
}
.try-section__img {
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-25%, -35%);
}
@media (max-width: 1100px) {
  .try-section__img {
    margin-top: -200px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 427px;
  }
}
@media (max-width: 768px) {
  .try-section__img {
    margin-top: 0;
  }
}
.try-section__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.091px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .try-section__title {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
}
.try-section__title b {
  font-weight: 800;
}
.try-section__download .download-btns__btns-wrap {
  justify-content: start;
}
.try-section__download .download-btns__btn-small {
  display: none;
}
@media (max-width: 768px) {
  .try-section__download .download-btns__btn-small {
    display: flex;
  }
}
@media (max-width: 768px) {
  .try-section__download .download-btns__note {
    display: none;
  }
}
.try-section__btn {
  display: none;
}
@media (max-width: 768px) {
  .try-section__btn {
    display: flex;
    width: 100%;
    margin: 0;
  }
}

.coins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  z-index: -1;
  height: 100%;
}
.coins_black {
  background-color: #000;
}
.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;
  }
}
.wallet-section {
  background: #F7931A;
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wallet-section {
    padding-top: 60px;
  }
}
.wallet-section .container {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wallet-section__icon {
  margin-bottom: 20px;
}
.wallet-section__title {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .wallet-section__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.wallet-section__text {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .wallet-section__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
.wallet-section__btn {
  position: relative;
  z-index: 1;
  max-width: 320px;
}
.wallet-section__btn:hover {
  color: #4285F4;
  background-color: #ffffff;
}
.wallet-section__picture.run-animation .wallet-section__img {
  transform: translateY(0);
  opacity: 1;
}
.wallet-section__img {
  display: block;
  margin-top: -390px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s ease, opacity 1s ease;
}
@media (max-width: 768px) {
  .wallet-section__img {
    margin-top: -350px;
  }
}

.farm-section {
  background: linear-gradient(180deg, #000 0%, #494949 100%);
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .farm-section {
    padding-top: 60px;
  }
}
.farm-section .container {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.farm-section__icon {
  margin-bottom: 20px;
}
.farm-section__title {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .farm-section__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.farm-section__text {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.farm-section__text a {
  text-decoration: none;
  color: #4285F4;
  font-weight: 700;
  transition: color 0.3s ease;
}
.farm-section__text a:hover {
  color: #f7931a;
}
@media (max-width: 768px) {
  .farm-section__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.farm-section__snippet {
  margin-bottom: 40px;
  border-radius: 30px;
  border: 1px solid #37CC33;
  background: #0D340D;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.046px;
}
@media (max-width: 768px) {
  .farm-section__snippet {
    display: none;
  }
}
.farm-section__btn {
  position: relative;
  z-index: 1;
  max-width: 320px;
}
.farm-section__btn:hover {
  color: #4285F4;
  background-color: #ffffff;
}
.farm-section__picture.run-animation .farm-section__img {
  transform: translateY(0);
  opacity: 1;
}
.farm-section__img {
  display: block;
  margin-top: -460px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s ease, opacity 1s ease;
}
@media (max-width: 768px) {
  .farm-section__img {
    margin-top: -350px;
  }
}

.why {
  padding: 80px 0;
  background: #F7F7F7;
  overflow: hidden;
}
@media (max-width: 768px) {
  .why {
    padding: 60px 0;
  }
}
.why .container {
  max-width: 1090px;
}
.why__icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  display: block;
  animation-duration: 0.5s;
}
@media only screen and (max-width: 768px) {
  .why__icon {
    width: 70px;
    height: 70px;
  }
}
.why__title {
  animation-delay: 0.1s;
  color: #000;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .why__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.why__text {
  font-size: 20px;
  line-height: 32px;
  color: #494949;
  margin-bottom: 60px;
  animation-delay: 0.25s;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .why__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
.why__list {
  display: grid;
  gap: 20px;
}
.why__list-item {
  border-radius: 20px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 0 30px 50px;
  min-height: 340px;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .why__list-item {
    padding: 30px;
    flex-direction: column;
  }
}
.why__list-item:nth-child(even) {
  padding: 30px 50px 30px 0;
}
@media only screen and (max-width: 768px) {
  .why__list-item:nth-child(even) {
    padding: 30px;
    flex-direction: column-reverse;
  }
}
.why__item-content {
  width: 58%;
}
@media only screen and (max-width: 768px) {
  .why__item-content {
    width: 100%;
  }
}
.why__item-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.091px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .why__item-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.why__item-text {
  color: #494949;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .why__item-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.why__item-block {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #F7F7F7;
  margin-top: 30px;
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .why__item-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.why__item-block svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.why__item-btn {
  margin: 30px 0 0 0;
  height: 50px;
  font-size: 14px;
  line-height: 16px;
}
.why__icon-block {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why__item-icon {
  height: auto;
  width: 100%;
}
.why__item-icon--1 {
  max-width: 230px;
}
.why__item-icon--2 {
  max-width: 230px;
}
.why__item-icon--3 {
  max-width: 337px;
}
.why__item-icon--4 {
  max-width: 337px;
}
.why__item-icon--5 {
  max-width: 337px;
}
.why__download {
  max-width: 460px;
  margin: 0 auto 60px auto;
}
.why__download .download-btns__note {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .why__download .download-btns__note {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .why__download {
    margin: 0 auto 40px auto;
  }
}

.banner-link {
  border-radius: 15px;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  overflow: hidden;
  transition: border 0.3s ease, background 0.3s ease;
}
.banner-link:hover {
  border: 1px solid #F7931A;
  background: #FFF5E9;
}
.banner-link:hover .banner-link__btn {
  background: #F7931A;
  color: #FFF;
  border: 1px solid #F7931A;
}
@media only screen and (max-width: 768px) {
  .banner-link:hover .banner-link__btn {
    border: 1px solid #F7931A;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .banner-link {
    flex-direction: column;
    text-align: center;
    padding-bottom: 0;
  }
}
.banner-link > svg {
  flex-shrink: 0;
}
.banner-link__text {
  color: #212121;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.banner-link__btn {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  color: #4285F4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 50px;
  height: 90px;
  flex-shrink: 0;
  flex-grow: 1;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .banner-link__btn {
    width: calc(100% + 40px);
    height: 56px;
    border: none;
    border-top: 1px solid #D6D6D6;
    border-radius: 0;
  }
}
.banner-link__hide-text {
  display: none;
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .banner-link__hide-text {
    display: block;
  }
}

.intro {
  padding: 80px 0;
  border-bottom: 8px solid #f7931a;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .intro {
    padding: 40px 0;
  }
}
.intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1070px;
}
.intro__btc {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .intro__btc {
    top: 100px;
  }
}
.intro__icon {
  width: 90px;
  height: 90px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .intro__icon {
    width: 70px;
    height: 70px;
  }
}
.intro__title {
  color: var(--Black, #000);
  text-align: center;
  font-size: 74px;
  font-style: normal;
  font-weight: 800;
  line-height: 90px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .intro__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.intro__text {
  margin-bottom: 40px;
  color: #494949;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .intro__text {
    font-size: 16px;
    line-height: 26px;
    display: none;
  }
}
.intro__download-block {
  padding: 20px;
  border-radius: var(--Coner-Radius-Huge, 20px);
  background: #FFF;
  box-shadow: 0px 27px 114px 0px rgba(0, 0, 0, 0.05), 0px 17.5px 66.764px 0px rgba(0, 0, 0, 0.04), 0px 10.4px 36.311px 0px rgba(0, 0, 0, 0.03), 0px 5.4px 18.525px 0px rgba(0, 0, 0, 0.03), 0px 2.2px 9.289px 0px rgba(0, 0, 0, 0.02), 0px 0.5px 4.486px 0px rgba(0, 0, 0, 0.01);
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 50px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .intro__download-block {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }
}
.intro__download-img {
  border-radius: 12.5px;
  overflow: hidden;
}
.intro__download-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__download-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .intro__download-title {
    text-align: center;
    margin-top: 0;
  }
}
.intro__download-text {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .intro__download-text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.intro__download-text-desktop {
  display: block;
}
@media (max-width: 768px) {
  .intro__download-text-desktop {
    display: none;
  }
}
.intro__download-text-mobile {
  display: none;
}
@media (max-width: 768px) {
  .intro__download-text-mobile {
    display: block;
  }
}
.intro__video-link {
  margin-bottom: 40px;
  display: flex;
  gap: 8px;
  color: #4285F4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  transition: color 0.3s ease;
}
.intro__video-link:hover {
  color: #f7931a;
}
@media (max-width: 768px) {
  .intro__video-link {
    display: none;
  }
}
.intro__features {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 27px 114px 0px rgba(0, 0, 0, 0.05), 0px 17.5px 66.764px 0px rgba(0, 0, 0, 0.04), 0px 10.4px 36.311px 0px rgba(0, 0, 0, 0.03), 0px 5.4px 18.525px 0px rgba(0, 0, 0, 0.03), 0px 2.2px 9.289px 0px rgba(0, 0, 0, 0.02), 0px 0.5px 4.486px 0px rgba(0, 0, 0, 0.01);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .intro__features {
    display: none;
  }
}
.intro__feature {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.intro__feature:not(:last-of-type) {
  border-right: 1px solid #D6D6D6;
}
.intro__feature-text {
  color: #171717;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.intro__feature-text a {
  text-decoration: none;
  color: #4285F4;
  transition: color 0.3s ease;
}
.intro__feature-text a:hover {
  color: #f7931a;
}
@media (max-width: 768px) {
  .intro__arrow-down {
    display: none;
  }
}
.intro .download-btns__btns-wrap {
  justify-content: start;
}
.intro .download-btns__btn-big {
  flex-grow: 1;
  max-width: unset;
}
@media (max-width: 768px) {
  .intro .download-btns__note {
    display: none;
  }
}
@media (max-width: 768px) {
  .os-ios .intro .download-btns .download-btns__btn-small--android {
    display: flex;
  }
}

.mobile-section {
  padding: 0 20px 80px 20px;
  background: #F7F7F7;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mobile-section {
    padding: 0;
  }
}
.mobile-section__wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 20px;
  background: var(--Main-Static-Orange, #F7931A);
  box-shadow: 0px 56px 51px 0px rgba(247, 147, 26, 0.09), 0px 36.296px 29.868px 0px rgba(247, 147, 26, 0.07), 0px 21.57px 16.244px 0px rgba(247, 147, 26, 0.05), 0px 11.2px 8.288px 0px rgba(247, 147, 26, 0.05), 0px 4.563px 4.156px 0px rgba(247, 147, 26, 0.04), 0px 1.037px 2.007px 0px rgba(247, 147, 26, 0.02);
  padding: 50px 20px 0 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mobile-section__wrapper {
    border-radius: 0;
    box-shadow: none;
    padding: 50px 20px 0 20px;
  }
}
.mobile-section__desktop-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mobile-section__desktop-content {
    display: none;
  }
}
.mobile-section__buttons {
  display: flex;
  gap: 10px;
}
.mobile-section__buttons .btn {
  min-width: 320px;
}
.mobile-section__buttons .btn:hover {
  background-color: #4285f4;
}
.mobile-section__mobile-content {
  display: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mobile-section__mobile-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mobile-section__mobile-content .btn:hover {
  background-color: #ffffff;
  color: #4285f4;
}
.mobile-section__title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mobile-section__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.mobile-section__text {
  color: #FFDFB8;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mobile-section__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.mobile-section__picture {
  margin-top: 40px;
  display: flex;
  position: relative;
  pointer-events: none;
}
.mobile-section__picture.run-animation .mobile-section__img {
  transform: translate(-50%, 0);
  opacity: 1;
}
.mobile-section__img {
  position: relative;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: transform 1s ease, opacity 1s ease;
  margin: -50px 0 -1px 0;
}
@media (max-width: 768px) {
  .mobile-section__img {
    font-size: 16px;
    line-height: 26px;
    margin: -350px 0 -1px 0;
  }
}
.mobile-section__btc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -30px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .mobile-section__btc {
    display: none;
  }
}

.sharing-section {
  padding: 80px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .sharing-section {
    padding: 60px 0;
  }
}
.sharing-section .container {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sharing-section .container .parts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  max-width: 1280px;
}
.sharing-section .container .parts__item {
  width: 100%;
  height: 100%;
}
.sharing-section .container .parts__img {
  position: absolute;
}
.sharing-section .container .parts__img--1 {
  top: -20px;
  left: 100px;
}
.sharing-section .container .parts__img--2 {
  top: 20px;
  right: -20px;
}
.sharing-section .container .parts__img--3 {
  top: 90px;
  left: -20px;
}
.sharing-section .container .parts__img--4 {
  right: -80px;
  top: 250px;
}
.sharing-section .container .parts__img--5 {
  top: -40px;
  right: 360px;
}
.sharing-section .container .parts__img--6 {
  left: -30px;
  top: 222px;
}
.sharing-section .container .parts__img--7 {
  left: 250px;
  top: 380px;
}
.sharing-section .container .parts__img--8 {
  top: 370px;
  right: 260px;
}
@media (max-width: 768px) {
  .sharing-section .container .parts {
    display: none;
  }
}
.sharing-section__title {
  display: flex;
  flex-direction: column;
  color: #f7931a;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .sharing-section__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.sharing-section__title span {
  color: #000;
}
.sharing-section__text {
  color: #494949;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sharing-section__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.sharing-section__btns {
  padding: 30px;
  position: relative;
  border-radius: 80px;
  background: #212121;
  border-top-left-radius: 0;
  width: 100%;
  max-width: 712px;
}
@media only screen and (max-width: 768px) {
  .sharing-section__btns {
    max-width: 335px;
  }
}
.sharing-section__btns-label {
  position: absolute;
  padding: 13px 10px;
  border-radius: 6px;
  background: #f7931a;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  left: 0;
  top: -20px;
}
.sharing-section .social-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 !important;
  max-width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .sharing-section .social-btns {
    gap: 15px;
  }
}
.sharing-section .social-btns .social-btn_tw {
  background-color: #000000;
}
.sharing-section .social-btns .social-btn_tw:hover {
  background-color: #121212;
}
.sharing-section .social-btns .social-btn_tw::before {
  background-image: url("data:image/svg+xml,<svg viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M15.2033 1.875H17.9599L11.9374 8.75833L19.0224 18.125H13.4749L9.12992 12.4442L4.15826 18.125H1.39992L7.84159 10.7625L1.04492 1.875H6.73326L10.6608 7.0675L15.2033 1.875ZM14.2358 16.475H15.7633L5.90326 3.43833H4.26409L14.2358 16.475Z%27 fill=%27white%27/></svg>");
}
.sharing-section .social-btns .social-btn_fb {
  background-color: #1877F2;
}
.sharing-section .social-btns .social-btn_fb:hover {
  background-color: #3586ef;
}
.sharing-section .social-btns > .social-btn {
  width: 96px;
  height: 72px;
  margin-right: 0 !important;
  border-radius: 36px;
}
.sharing-section .social-btns > .social-btn::before {
  transform: translate(-50%, -50%) scale(1.5);
}
@media only screen and (max-width: 768px) {
  .sharing-section .social-btns > .social-btn {
    width: 81px;
    height: 72px;
  }
}
.sharing-section .social-btns > .social-btns__more {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #212121;
  box-shadow: inset 0 0 0 2px #494949;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.sharing-section .social-btns > .social-btns__more:hover {
  background: #f7931a;
  box-shadow: inset 0 0 0 2px #f7931a;
}
.sharing-section .social-btns > .social-btns__more::before, .sharing-section .social-btns > .social-btns__more::after {
  background: #fff;
  border-radius: 10px;
}
.sharing-section .social-btns > .social-btns__more::before {
  background: #fff;
  height: 21px;
}
.sharing-section .social-btns > .social-btns__more::after {
  background: #fff;
  width: 21px;
}
@media only screen and (max-width: 768px) {
  .sharing-section .social-btns > .social-btns__more {
    width: 81px;
    height: 72px;
  }
}

.news-inner {
  width: 100%;
  margin: 0 auto;
  background: #F7F7F7;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .news-inner {
    padding: 60px 0;
  }
}
.news-inner .container {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.news-inner__title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 768px) {
  .news-inner__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.news-inner__text {
  color: #494949;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .news-inner__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.news-inner__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-inner__title-link:hover {
  color: #f7931a;
}
.news-inner__tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.news-inner__tabs::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 768px) {
  .news-inner__tabs {
    gap: 20px;
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.news-inner__tab-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4285F4;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 10px;
}
.news-inner__tab-link span {
  transition: color 0.3s ease;
  position: relative;
}
.news-inner__tab-link:hover span {
  color: #f7931a;
}
.news-inner__tab-link.active span {
  color: #000;
}
.news-inner__tab-link.active span::before {
  content: "";
  position: absolute;
  background-color: #f7931a;
  width: 100%;
  height: 4px;
  border-radius: 6px;
  left: 0;
  bottom: -10px;
}
.news-inner__tab-link div {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.news-inner__more {
  color: #4285F4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}
.news-inner__more:hover {
  color: #f7931a;
}

.news-block {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: left;
  gap: 20px;
  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__wrapper {
  display: flex;
}
.news-block__item {
  border-radius: 15px;
  max-width: 340px;
  width: 100%;
  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: 768px) {
  .news-block__item {
    margin: 5px;
    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: #f7931a;
}
.news-block__item > a > div:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  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;
}
.news-block__img img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  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: 15px;
  border-top-right-radius: 15px;
  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: auto;
  max-height: 200px;
  overflow: hidden;
  background-color: #fff;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #d6d6d6;
  padding: 20px 20px 25px 20px;
  transition: border-color 0.3s;
}
.news-block__info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #fff 0%, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.news-block__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  transition: color 0.3s;
  max-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 370px) {
  .news-block__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.news-block__desc {
  font-size: 16px;
  line-height: 28px;
  color: #494949;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.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: 15px;
  border-bottom-right-radius: 15px;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #d6d6d6;
  transition: border-color 0.3s;
  color: #494949;
  padding: 0 20px 20px;
}
.news-block__footer .tags-block__publish {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  color: #494949;
}
.news-block__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.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-block .news-inner__tabs {
  display: none !important;
}
.news-block .news-block__category {
  display: none !important;
}

.faq-inner {
  width: 100%;
  margin: 0 auto;
  background: #F7F7F7;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .faq-inner {
    padding: 40px 0 60px 0;
  }
}
.faq-inner .container {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .faq-inner .container {
    max-width: 380px;
  }
}
.faq-inner__title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 768px) {
  .faq-inner__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.faq-inner__text {
  color: #494949;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .faq-inner__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.faq-inner__swiper {
  overflow: visible !important;
}
@media (max-width: 768px) {
  .faq-inner__swiper {
    overflow: hidden !important;
  }
}
.faq-inner__cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}
@media (max-width: 768px) {
  .faq-inner__cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0;
    max-width: 340px;
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .faq-inner__cards {
    max-width: 300px;
  }
}
.faq-inner__card {
  border-radius: 15px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  transition: box-shadow 0.3s ease;
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  height: 300px !important;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .faq-inner__card {
    height: 300px !important;
    width: 340px !important;
    animation: none !important;
    opacity: 1 !important;
  }
}
@media (max-width: 380px) {
  .faq-inner__card {
    width: 300px !important;
  }
}
.faq-inner__card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -9.77%, #FFF 64.65%);
  left: 0;
  bottom: 0;
}
.faq-inner__card:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.faq-inner__card:hover .faq-inner__card-title {
  color: #f7931a;
}
.faq-inner__card-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  transition: color 0.3s ease;
}
.faq-inner__card-text {
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.faq-inner__all {
  color: #4285F4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}
.faq-inner__all:hover {
  color: #f7931a;
}
.faq-inner__swiper-controls {
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  .faq-inner__swiper-controls {
    display: flex;
    justify-content: center;
    gap: 28px;
    padding: 0 10px;
  }
}
.faq-inner__swiper-button-next, .faq-inner__swiper-button-prev {
  display: flex !important;
  position: static !important;
  width: 20px !important;
  height: 20px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 0 !important;
  transition: color 0.3s ease, opacity 0.3s ease;
  color: #D6D6D6;
}
.faq-inner__swiper-button-next:hover, .faq-inner__swiper-button-prev:hover {
  color: #f7931a;
  opacity: 1;
}
.faq-inner__swiper-button-next::after, .faq-inner__swiper-button-prev::after {
  display: none;
}
.faq-inner__swiper-pagination {
  display: flex !important;
  position: static !important;
  align-items: center !important;
  justify-content: space-between;
}
.faq-inner__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.faq-inner__swiper-pagination .swiper-pagination-bullet:hover {
  background: #f7931a;
  opacity: 1;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100vw;
  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;
  border-radius: 20px !important;
}
.popup--video .video-block__video-wrap {
  opacity: 1 !important;
  pointer-events: all;
}
.popup--video::selection {
  background-color: transparent !important;
}
.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__handler {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #F7F7F7;
  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;
  border-radius: 2px;
  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__body {
  max-height: 350px;
  overflow-y: scroll;
}
#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: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;
}

@media only screen and (max-width: 768px) {
  #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;
  }
  #androidVersionPopup .popup__handler .popup-android-version__container > a:nth-child(4) .popup-android-version__block {
    margin-bottom: 100px !important;
  }
}

.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-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: 768px) {
  .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: 768px) {
  .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;
  gap: 15px;
  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 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #494949;
}
.popup-android-version .android-pro-features__list li svg {
  width: 20px;
  height: 20px;
}
.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: 768px) {
  .popup-android-version .col {
    width: 100%;
  }
}
.popup-android-version .popup__handler {
  max-width: 900px;
  border-radius: 10px;
  background: #FFF;
}
.popup-android-version .popup__cancel {
  display: flex;
}
@media (max-width: 768px) {
  .popup-android-version .popup__cancel {
    display: none;
  }
}
.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;
}

.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: 768px) {
  .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: 0 15px;
  min-width: auto;
  width: auto;
  max-width: none;
}
.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: 17px;
  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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 .spring-flower-icon-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  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: 768px) {
  .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: 768px) {
  .top-notification--autumn19 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--autumn19 {
    padding: 0;
  }
}

.top-notification--christmas2020 {
  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--christmas2020 .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--christmas2020 .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--christmas2020 .top-notification__flex {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-notification--christmas2020 .top-notification__img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  margin-right: 30px;
}
.top-notification--christmas2020 .top-notification__img .sunny-btc {
  width: 150px;
  height: 150px;
}
.top-notification--christmas2020 .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--christmas2020 .top-notification__close:hover {
  background-color: #F7931A;
}
.top-notification--christmas2020 .top-notification__close:active {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
}
.top-notification--christmas2020 .top-notification__close:before, .top-notification--christmas2020 .top-notification__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: rotate(45deg);
}
.top-notification--christmas2020 .top-notification__close:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.top-notification--christmas2020 .top-notification__close:after {
  margin-top: -6px;
  margin-left: -1px;
  height: 12px;
  width: 2px;
}
.top-notification--christmas2020 .top-notification__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-right: 160px;
}
.top-notification--christmas2020 .top-notification__text b {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 100px;
  }
}
@media (max-width: 1000px) {
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 40px;
  }
}
.top-notification--christmas2020 .top-notification__parts {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1420px) {
  .top-notification--christmas2020 .top-notification__parts {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.top-notification--christmas2020 .top-notification__parts-l {
  position: absolute;
  top: 0;
  left: -42px;
}
.top-notification--christmas2020 .top-notification__parts-r {
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media (max-width: 768px) {
  .top-notification--christmas2020 .top-notification {
    box-shadow: none;
  }
  .top-notification--christmas2020 .top-notification__container .btn {
    display: none;
  }
  .top-notification--christmas2020 .top-notification__flex {
    padding-right: 30px;
  }
  .top-notification--christmas2020 .top-notification__text {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .top-notification--christmas2020 .top-notification__close {
    top: 6px;
    right: 6px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.6;
  }
  .top-notification--christmas2020 .top-notification__text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
  }
  .top-notification--christmas2020 .top-notification__text b {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .top-notification--christmas2020 .top-notification__img {
    flex: 0 0 auto;
    max-width: 64px;
    margin-right: 15px;
  }
  .top-notification--christmas2020 .top-notification__img img {
    max-width: 100%;
  }
  .top-notification--christmas2020 .top-notification__flex {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .top-notification--christmas2020 {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .top-notification--christmas2020 {
    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: 768px) {
  .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 .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: 768px) {
  .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__wrapper {
  display: block;
  text-decoration: none;
}
.top-notification-black__close {
  position: absolute;
  top: 50%;
  right: 20px;
  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;
}
.top-notification-black--christmas .top-notification-black__close {
  background-color: #000000;
}

.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: 768px) {
  .top-notification-black__close {
    transform: none;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
  }
}
.top-notification-black__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: #ffffff;
  margin-bottom: 6px;
}
.top-notification-black__title .--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top-notification-black__title .--desktop {
    display: none;
  }
  .top-notification-black__title .--mobile {
    display: block;
  }
}
.top-notification-black__text {
  color: #d6d6d6;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 18px;
  margin-right: 60px;
}
.top-notification-black__text span {
  color: #4285f4;
  transition: 0.3s;
}
.top-notification-black__text span:hover {
  color: #F7931A;
}
@media only screen and (max-width: 768px) {
  .top-notification-black__text {
    padding: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.top-notification-black__text--second {
  margin-right: auto;
}
.top-notification-black__text--second + .btn {
  margin-left: 10px;
}
.top-notification-black__text .--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top-notification-black__text .--desktop {
    display: none;
  }
  .top-notification-black__text .--mobile {
    display: block;
  }
}
.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: 768px) {
  .top-notification-black--christmas .top-notification-black__icon {
    padding-bottom: 30px;
  }
}

.top-notification-black__icon--center {
  margin-top: 0;
  align-self: center;
}
.top-notification-black__icon img {
  max-width: none;
  vertical-align: top;
}
.top-notification-black__icon .--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .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: 34px;
  min-height: auto;
  max-width: 150px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  min-width: 150px;
  width: auto;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .top-notification-black__btn {
    width: 100%;
    max-width: 400px;
  }
}
.top-notification-black .container {
  text-decoration: none;
  min-height: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 80px 20px 40px;
}
@media only screen and (max-width: 1200px) {
  .top-notification-black .container {
    margin-right: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .top-notification-black .container {
    flex-direction: column;
    text-align: center;
    margin-right: auto;
    padding: 20px;
  }
}

.page__main .page__wrapper {
  overflow: hidden;
}
.page__main .footer {
  border-top: 8px solid #f7931a;
}
.page__main .sharing-section__btns {
  border-top-left-radius: 80px;
}
.page__main .news-inner__tabs {
  display: none !important;
}
.page__main .news-block__category {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
