.first_promo {
  border-bottom: 10px solid #F7931A;
}
.first_promo .coins {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
}
.first_promo .wrapper {
  max-width: 1100px;
  width: 100%;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .first_promo .wrapper {
    justify-content: center;
  }
}
.first_promo .title {
  color: #fff;
  font-size: 54px;
  line-height: 64px;
}
.first_promo .title strong {
  font-weight: bold;
}
.first_promo .title a {
  color: #4285f4;
  text-decoration: none;
}
.first_promo .title a:hover {
  color: #F7931A;
}
.first_promo .description {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  color: #D6D6D6;
  margin-bottom: 65px;
}
.first_promo .description a {
  color: #4285f4;
  text-decoration: none;
}
.first_promo .description a:hover {
  color: #F7931A;
}
.first_promo .social-btns-title {
  text-align: left;
}
.first_promo .social-btns {
  margin-left: 0;
}
.first_promo .lang__current {
  background-color: #282828;
  border: 1px solid #757575;
  color: #fff;
}
.first_promo .lang__current:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4285f4;
}

.startearning {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.startearning .img-asian {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.startearning .description {
  max-width: 1000px;
  margin-bottom: 40px;
}

.steps {
  max-width: 960px;
  margin-bottom: 0;
}
.steps__text a {
  color: #4285f4;
  text-decoration: none;
}
.steps__text a:hover {
  color: #F7931A;
}
.steps__text_sm {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  margin-top: 10px;
}
.steps__text_sm:before {
  display: none;
}
.steps__text strong {
  font-weight: bold;
}
.steps__btn {
  text-align: center;
  margin-top: 30px;
}
.steps__btn .fb-share-btn {
  width: 100%;
  max-width: 200px;
}
.steps__item {
  width: 200px;
}
.steps__item_done:before {
  background-color: #37CC33;
  border-color: #37CC33;
  color: #fff;
}
.steps__item_done:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-image: url("../images/checkmark.png");
  position: absolute;
  left: 34px;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .steps__item_done:after {
    background-image: url("../images/checkmark@2x.png");
  }
}

.conditions {
  display: block;
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.conditions .wrapper {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.conditions .title {
  margin-bottom: 15px;
}
.conditions .description {
  color: #4285f4;
  margin-bottom: 60px;
}

.list__item {
  color: #494949;
}
.list__item strong {
  font-weight: bold;
}
.list__item:before {
  background-image: url("../images/checkmark.svg");
  top: 11px;
}

.fbonly {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  background-color: #fff;
}

.categories {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .categories {
    flex-direction: column;
    align-items: center;
  }
  .categories .category:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.category {
  display: block;
  width: 340px;
  background-color: #000;
  border-radius: 10px 0 10px 0;
  border: 4px solid #F7931A;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  background-image: url("../images/wreath.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 86px 65px;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .category {
    background-image: url("../images/wreath@2x.png");
  }
}
@media only screen and (max-width: 380px) {
  .category {
    width: 100%;
  }
}
.category:not(:last-child) {
  margin-right: 20px;
}
.category__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.category__title {
  display: block;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.category__text {
  font-size: 18px;
  line-height: 24px;
  height: auto;
  min-height: 80px;
  color: #D6D6D6;
}
.category__sum {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 18px;
  text-align: center;
}

.hashtag {
  display: inline-block;
  background-color: #4285f4;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 14px;
}

.hashtag-orange {
  display: inline-block;
  color: #F7931A;
  font-weight: bold;
}

.promo-date {
  display: block;
  text-align: center;
  width: 74px;
  height: 78px;
}
.promo-date__month {
  display: block;
  background-color: #F74249;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 2px;
}
.promo-date__day {
  display: block;
  border-radius: 0 0 3px 3px;
  border: 1px solid #D6D6D6;
  border-top: none;
  font-size: 44px;
  line-height: 49px;
  color: #000;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 5px;
}

.endtime {
  display: inline-block;
  color: #F7931A;
  border: 1px solid #757575;
  border-radius: 16px;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.endtime span {
  color: #fff;
}

.twoclicks {
  display: block;
  background-color: #fff;
  border-top: 1px solid #D6D6D6;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.twoclicks .wrapper {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.twoclicks .title {
  margin-bottom: 15px;
}
.twoclicks .description {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

.fb-share-btn {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  padding-right: 25px;
  padding-bottom: 13px;
  padding-left: 46px;
  border-radius: 2px;
  background-color: #4861A3;
  border: none;
  color: #fff;
  position: relative;
}
.fb-share-btn:before {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  background-image: url("../images/fb-icon.png");
  background-repeat: no-repeat;
  background-size: 9px 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fb-share-btn:before {
    background-image: url("../images/fb-icon@2x.png");
  }
}
.fb-share-btn:hover {
  background-color: #5777CC;
}
.fb-share-btn:active {
  background-color: #374C82;
  color: rgba(255, 255, 255, 0.7);
}
.fb-share-btn:active:before {
  opacity: 0.7;
}

.post {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.post__text {
  background-color: #F7F7F7;
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post__img {
  margin-right: 0;
  margin-bottom: 30px;
}
.post__row {
  margin-bottom: 0;
  align-items: flex-start;
}
@media only screen and (max-width: 780px) {
  .post__row {
    flex-direction: column;
    align-items: center;
  }
}
.post__col {
  width: 100%;
  max-width: 320px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 780px) {
  .post__col {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.post__col .fb-share-btn {
  padding-top: 15px;
  padding-bottom: 16px;
  width: 100%;
}

.notification {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 60px;
  background-color: #F7F7F7;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  text-align: left;
  margin-bottom: 35px;
  background-image: url("../images/notification.png");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .notification {
    background-image: url("../images/notification@2x.png");
  }
}

.popup_xl .popup__handler {
  max-width: 600px;
}
.popup_xl .popup__icon {
  margin-bottom: 15px;
}
.popup_xl .popup__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.popup_xl .popup__body {
  padding-top: 35px;
  text-align: center;
  max-height: none;
  overflow-y: hidden;
}
.popup_xl .popup__body .subtitle {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}
.popup_xl .popup__body .description {
  font-size: 14px;
  line-height: 26px;
  color: #494949;
}
.popup_xl .popup__body .agreement {
  margin-bottom: 5px;
}
.popup_xl .popup__body .signin__item {
  font-weight: bold;
}
.popup_xl .popup__footer {
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
.popup_xl .popup__footer .btn + .btn_link {
  margin-top: 20px;
}
.popup_xl .popup__footer .btn_link {
  color: #494949;
  font-size: 13px;
  line-height: 15px;
}
.popup_xl .popup__footer .btn_link:hover {
  color: #4285f4;
}

.hide-ref-link .ref-link {
  display: none;
}

.video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_download {
  width: 100%;
  max-width: 350px;
  height: auto;
  padding-left: 57px;
  padding-right: 25px;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 22px;
  line-height: 17px;
  background-image: url("../images/download-icon.png");
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: left 25px center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn_download {
    background-image: url("../images/download-icon@2x.png");
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#termsPopup .popup__handler {
  max-width: 700px;
}
@media (max-width: 750px) {
  #termsPopup .popup__handler {
    max-width: 450px;
  }
}
#termsPopup .popup__header {
  padding-top: 25px;
  padding-bottom: 25px;
}
#termsPopup .popup__header .logo {
  margin-bottom: 0;
}
#termsPopup .popup__body {
  overflow: hidden;
}
#termsPopup .popup__body iframe {
  display: block;
  border: 1px solid #D6D6D6;
  width: 100%;
  height: 220px;
}
#termsPopup .popup__footer {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
}
#termsPopup .popup__footer .btn_default {
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-left: 0;
  margin-right: 0;
  max-width: 280px;
  padding-left: 20px;
}
#termsPopup .popup__footer .btn_link {
  color: #000;
}
#termsPopup .popup__footer .btn_link:hover {
  color: #4285f4;
}

.form-container {
  display: flex;
  width: 100%;
  max-width: 1060px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 960px) {
  .form-container {
    flex-direction: column;
    align-items: center;
  }
  .form-container .form-container__text {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: none;
  }
  .form-container .form-container__text p {
    text-align: center;
  }
}
.form-container__text {
  margin-right: 50px;
  max-width: 560px;
}
.form-container__text p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #D6D6D6;
  margin-bottom: 30px;
}
.form-container__text p a {
  text-decoration: none;
  color: #4285f4;
}
.form-container__text p a:hover {
  color: #F7931A;
}
.form-container__text p.orange {
  color: #F7931A;
}
.form-container__form {
  flex-shrink: 0;
  border: none;
}
.form-container__form .card_form {
  width: 100%;
  padding-bottom: 30px;
}
.form-container__form .card_form .subtitle {
  font-size: 32px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}
.form-container__form .card_form p {
  color: #000;
  margin-bottom: 30px;
  text-align: left;
}
.form-container__form .input.hidden {
  display: none;
}
.form-container__form .form__footer .errorlist {
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (max-width: 600px) {
  .page_promo .logo {
    margin-bottom: 10px !important;
  }
  .first_promo .wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .first_promo .header {
    border-bottom: 1px solid #757575;
  }
  .first_promo .header__menu {
    border-color: #757575;
  }
  .first_promo .header__lang {
    position: static;
    margin-right: 15px;
  }
  .first_promo .title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .first_promo .description {
    color: #D6D6D6;
    margin-bottom: 40px;
  }
  .first_promo .social-btns-title {
    text-align: center;
  }
  .first_promo .social-btns {
    margin-left: auto;
  }
  .gift {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
    border-width: 2px;
    background-size: 38px 42px;
    background-position: left 15px center;
  }
  .gift__label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    padding-left: 54px;
    text-align: left;
  }
  .gift__sum {
    font-size: 32px;
    line-height: 40px;
    padding-left: 54px;
  }
  .steps__item {
    width: 100%;
  }
  .steps__item_done:after {
    display: none;
  }
  .steps__item_done .steps__text:before {
    background-color: #37CC33;
    border-color: #37CC33;
    color: #fff;
  }
  .steps__item_done .steps__text:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-image: url("../images/checkmark.png");
    position: absolute;
    left: 6px;
    top: 34px;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 600px) and (min-resolution: 192dpi) {
  .steps__item_done .steps__text:after {
    background-image: url("../images/checkmark@2x.png");
  }
}
.page_dark {
  overflow-x: hidden;
}

.s-card {
  display: block;
  width: 100%;
  max-width: 550px;
  border-radius: 4px;
}
.s-card__body {
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  text-align: center;
}
.s-card__body strong {
  font-weight: bold;
}
.s-card__body a {
  color: #4285f4;
  text-decoration: none;
}
.s-card__body a:hover {
  color: #F7931A;
}
.s-card__footer {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #D6D6D6;
  background-color: #F7F7F7;
}
.s-card__footer .social-btns-title {
  margin-bottom: 15px;
}
.s-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
.s-card__title img {
  display: block;
  position: relative;
  top: -6px;
  margin-right: 20px;
}
.s-card_splashes {
  position: relative;
}
.s-card_splashes .wrapper {
  position: relative;
  z-index: 10;
}
.s-card_splashes:before {
  content: "";
  display: block;
  width: 1064px;
  height: 666px;
  background-image: url("../images/splashes.png");
  background-size: 1064px 666px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.social-btns {
  justify-content: center;
}

@media only screen and (max-width: 1230px) {
  .page_promo .header__socials span,
  .page_dark .header__socials span {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .page_promo .header,
  .page_dark .header {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .page_promo .header .logo,
  .page_dark .header .logo {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=promo_repost.css.map */