@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
*:focus,
*:active,
*:hover {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.btn {
  display: inline-block;
  height: 60px;
  background-color: #4285f4;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 34px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border: none;
}
.btn strong {
  font-weight: 700;
  padding-left: 36px;
  position: relative;
}
.btn:hover {
  background-color: #f7931a;
}
.btn:active {
  background-color: #d6d6d6;
}
.btn_plus {
    min-width: 380px;
}
.btn_plus strong:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background-image: url("../images/sprites/sprite.png");
  background-position: -148px -95px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_plus strong:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_black {
  background-color: #000;
  min-width: 300px;
  padding-left: 91px;
  font-weight: 700;
  border: 1px solid #000;
  line-height: 58px;
  text-align: left;
}
.btn_black:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}
.btn_black:hover:before {
  background-image: url("../images/sprites/sprite.png");
  background-position: -124px -95px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_black:hover:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_black:active {
  background-color: #4285f4;
  border: 1px solid #fff;
  color: #fff;
}
.btn_black:active:before {
  background-image: url("../images/sprites/sprite.png");
  background-position: -148px -95px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_black:active:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_calc {
  padding-left: 91px;
  width: 100%;
  max-width: 360px;
  text-align: left;
  font-size: 18px;
}
.btn_calc:before {
  content: '';
  display: block;
  position: absolute;
  top: 23px;
  left: 68px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -172px -95px;
  width: 13px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_calc:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.btn_link {
  display: inline-block;
  padding: 0;
  color: #4285f4;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  height: auto;
  background: none;
}
.btn_link:hover {
  color: #000;
  background-color: transparent;
}
.btn_link:active {
  background-color: transparent;
}
.btn_link + .btn_link {
  margin-left: 20px;
}
.coins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  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.990000000000002%;
  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.980000000000004%;
  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.96000000000001%;
  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;
  }
}
.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: calc(100vh - 100px);
  padding-top: 150px;
  background-color: #fff;
}
@media only screen and (max-width: 880px) {
  .container {
    min-height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 670px) {
  .container {
      padding-top: 190px;
  }
}
.container .header {
  position: absolute;
  top: 0;
  left: 0;
}
.container_faq {
  background-color: #f7f7f7;
  -ms-flex-align: start;
      -ms-grid-row-align: flex-start;
      align-items: flex-start;
}
.container__text {
  display: block;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 85px;
}
.container__text h1 {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 27px;
}
.container__text p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  margin-bottom: 15px;
  text-align: justify;
}
.container__text p + h2 {
  margin-top: 25px;
}
.container__text h2 {
  display: block;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #1f232c;
}
.container__text a {
  color: #4285f4;
  text-decoration: none;
}
.container__text a:hover {
  color: #f7931a;
}
.container__text strong,
.container__text b {
    font-weight: bold;
}
.container__text ul {
    color: #494952;
    margin-bottom: 20px;
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 20px;
}
.container__text li {
    margin-bottom: 10px;
    line-height: 24px;
}
.description {
  display: block;
  color: #494949;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 70px;
}
.description b {
    font-weight: bold;
}
.special {
  display: block;
  width: 180px;
  height: 24px;
  background-color: #F7931A;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 35px;
  left: -42px;
  transform: rotate(-45deg);
}
.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  background-color: #000;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 100px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer__left-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
position: relative;
}
@media only screen and (max-width: 960px) {
  .footer__left-side {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 490px) {
  .footer__left-side {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer__left-side .lang {
    top: 5px;
    left: 235px;
}
.footer__left-side .lang__list {
    transform: translateY(calc(-100% - 40px));
    position: absolute;
    width: 100%;
}
.footer__right-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 600px) {
    .footer__right-side {
        flex-direction: column;
    }
}
.footer__logo {
  margin-right: 130px;
}
@media only screen and (max-width: 490px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__copyright {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}
.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  z-index: 10;
}
@media only screen and (max-width: 665px) {
  .header {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.link {
  display: inline;
  color: #4285f4;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.logo {
  display: block;
}
@media only screen and (max-width: 665px) {
  .logo {
    margin-bottom: 30px;
  }
}
.main {
    display: block;
    text-align: center;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10;
}
.main .btn {
    margin-bottom: 70px;
}
.menu {
  display: block;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .menu {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.menu__item {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.menu__item:hover {
  color: #f7931a;
}
@media only screen and (max-width: 480px) {
  .menu__item {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.menu__item + .menu__item {
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .menu__item + .menu__item {
    margin-left: 0;
  }
}
.page {
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
}
.page_second .container{
    background-color: #fff;
}
@media only screen and (max-width: 1090px) {
    .page_ru .footer__copyright span {
        display: none;
    }
}
@media only screen and (max-width: 1030px) {
    .page .footer__copyright span {
        display: none;
    }
}
.page_uninstall .title {
    margin-bottom: 100px;
}
.page_welcome .container {
    padding-top: 0px;
}
.page_welcome .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 32px;
    line-height: 36px;
    padding-left: 95px;
    position: relative;
    text-align: left;
    margin-bottom: 0;
}
.page_welcome .title::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    background-image: url("../../images/icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .page_welcome .title::before {
        background-image: url("../../images/icon@2x.png");
    }
}
.page_welcome .footer {
    justify-content: center;
}
.page_welcome .footer__copyright {
    margin-right: 30px;
}
.rocket {
    display: block;
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.rocket img {
    display: block;
    width: 100%;
    height: auto;
}
.pic {
    display: flex;
    align-items: flex-start;
    width: 533px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
@media only screen and (max-width: 630px) {
  .pic {
      width: 200px;
      flex-direction: column;
      margin-bottom: 50px;
      align-items: center;
  }
  .page {
      background-color: #fff;
  }
}
.pic__arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 300px;
    font-size: 12px;
    line-height: 14px;
    height: 135px;
    background-image: url("../../images/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pic__arrow {
        background-image: url("../../images/arrow@2x.png");
        background-size: 264px 24px;
    }
}
@media only screen and (max-width: 630px) {
  .pic__arrow {
      transform: rotate(90deg);
      min-height: 300px;
  }
}
.pic__min {
    margin-bottom: 22px;
}
.pic__arrow s {
    color: #757575;
    font-weight: normal;
    margin-left: 3px;
}
.pic__item {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    white-space: nowrap;
}
.pic__item i {
    display: block;
    height: 135px;
    width: 125px;
}
.pic__item_acc i {
    background-image: url("../../images/btc-logo.png");
    background-repeat: no-repeat;
    background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pic__item_acc i {
        background-image: url("../../images/btc-logo@2x.png");
        background-size: 100px;
    }
}
.pic__item_wallet i {
    background-image: url("../../images/wallet.png");
    background-repeat: no-repeat;
    background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pic__item_wallet i {
        background-image: url("../../images/wallet@2x.png");
        background-size: 88px 104px;
    }
}
.section {
  display: block;
}
.store {
  display: block;
  width: 190px;
  height: 52px;
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding-left: 47px;
  text-decoration: none;
  padding-top: 10px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.store:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  background-image: url("../images/sprites/sprite.png");
  background-position: -34px -95px;
  width: 24px;
  height: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .store:before {
    background-image: url("../images/sprites/sprite@2x.png");
    background-size: 223px 121px;
  }
}
.store:hover {
  background-color: #4285f4;
  border-color: #4285f4;
}
.store:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
.store:active:before {
  opacity: 0.7;
}
.store__first-line {
  display: block;
  font-size: 11px;
  line-height: 15px;
  color: #757575;
  font-weight: 300;
}
.store:hover .store__first-line {
  color: #d6d6d6;
}
.store:active .store__first-line {
  color: #757575;
}
.store__second-line {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  font-weight: 600;
  position: relative;
  top: -3px;
}
.store:hover .store__second-line {
  color: #fff;
}
.store:active .store__second-line {
  color: #fff;
}
.store_footer {
  border-color: #fff;
}
.store_footer:active {
  background-color: #494949;
  border-color: #494949;
}
.store_footer:active .store__first-line {
  color: #d6d6d6;
}
.store_footer:active .store__second-line {
  color: #d6d6d6;
}
.subtitle {
  display: block;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.subtitle_white {
  color: #fff;
}
.title {
  display: block;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
.title strong {
  font-weight: 700;
}
.uninstall {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: calc(100vh - 100px);
}
@media only screen and (max-width: 880px) {
  .uninstall {
    min-height: calc(100vh - 150px);
  }
}
.uninstall .header {
  position: absolute;
  top: 0;
  left: 0;
}
.uninstall__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  max-width: 800px;
  margin-left: 20px;
  margin-right: 20px;
}
.uninstall__title {
  display: block;
  text-align: center;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 27px;
}
.uninstall__description {
  display: block;
  text-align: center;
  color: #494949;
  font-size: 16px;
  line-height: 24px;
}
.uninstall__description a {
  color: #4285f4;
  text-decoration: none;
}
.uninstall__description a:hover {
  color: #f7931a;
}
.wrapper {
  display: block;
}
::-moz-selection {
  background-color: #f7931a;
  color: #fff;
}
::selection {
  background-color: #f7931a;
  color: #fff;
}
.lang {
    display: block;
    width: 70px;
    position: absolute;
    top: 45px;
    right: 270px;
    z-index: 100;
}
@media only screen and (max-width: 665px) {
  .header .lang {
      display: none;
  }
}
.lang__current {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 5px;
    line-height: 30px;
    padding-left: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #323232;
    cursor: default;
    text-transform: uppercase;
}
.lang__current:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 13px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #D0D0D0;
}
.lang.opened .lang__current:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 12px;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: none;
    border-bottom: 4px solid #D0D0D0;
}
.lang__current:hover {
    color: #3E82F7;
}
.lang__current img {
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
}
.lang__list {
    display: none;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
}
.lang.opened .lang__list {
    display: block;
}
.lang__item {
    display: block;
    width: 100%;
    height: 28px;
    padding-left: 9px;
    line-height: 28px;
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.lang__item:hover {
    color: #fff;
    background-color: #3E82F7;
}
.lang__item img {
    margin-right: 6px;
}
