.first_promo {
  overflow: hidden;
}
.first_promo .coins {
  background-image: linear-gradient(-180deg, #000000 0%, #494949 100%);
}
.first_promo .wrapper {
  max-width: 1040px;
  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: 66px;
}
.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: #F7931A;
  text-decoration: none;
}
.first_promo .description a:hover {
  color: #4285f4;
}
.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_v2 {
  padding-bottom: 80px;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 960px) {
  .startearning_v2 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .startearning_v2 {
    padding-bottom: 0;
  }
}

.steps {
  margin-bottom: 60px;
  max-width: 1060px;
}
.steps_margin_none {
  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: 20px;
}
.steps__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
}
.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");
  }
}
.steps__item_disabled .steps__text a {
  pointer-events: none;
  cursor: default;
  color: #000;
}
.steps__item_disabled .steps__icon {
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .steps {
    max-width: 490px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .steps .steps__arrow {
    display: none;
  }
  .steps .steps__item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .steps {
    max-width: 100%;
  }
  .steps .steps__item {
    width: 100%;
  }
}

.steps-btn {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding-top: 16px;
  padding-bottom: 15px;
  background-color: #4285f4;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  border: none;
  outline: none;
}
.steps-btn:hover {
  background-color: #F7931A;
}
.steps-btn:active, .steps-btn[disabled] {
  background-color: #D6D6D6;
}

.step-num {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 22px;
  border: 2px solid #F7931A;
  border-radius: 13px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 20px;
  top: 20px;
  color: #F7931A;
}

.conditions {
  display: block;
  background-color: #F7F7F7;
  border-top: 1px solid #D6D6D6;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .conditions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.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: #F7931A;
  margin-bottom: 60px;
}
.conditions_v2 {
  z-index: 30;
  position: relative;
}
.conditions_v2 .description {
  margin-bottom: 50px;
}

.list__item {
  color: #494949;
}
.list__item strong {
  font-weight: bold;
}
.list__item:before {
  background-image: url("../images/checkmark.svg");
  top: 11px;
}
.list__item a {
  text-decoration: none;
  color: #4285f4;
}
.list__item a:hover {
  color: #F7931A;
}
.list_v2 {
  margin-bottom: 50px;
}
.list_v2 .list__item:nth-child(n+6) {
  display: none;
}
.list_v2.show-all .list__item:nth-child(n+6) {
  display: block;
}

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

.gift {
  display: inline-block;
  border-radius: 2px;
  border: 4px solid #F7931A;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 21px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 31px;
  background-image: url("../images/gift.png");
  background-repeat: no-repeat;
  background-position: left 45px center;
  background-size: 64px 70px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gift {
    background-image: url("../images/gift@2x.png");
  }
}
.gift__label {
  display: block;
  color: #F7931A;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.gift__sum {
  display: block;
  font-size: 64px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  padding-left: 84px;
  white-space: nowrap;
}

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

.notification {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 30px;
  padding-left: 109px;
  background-color: #F7F7F7;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  text-align: left;
  margin-bottom: 35px;
  background-repeat: no-repeat;
}
.notification b {
  font-weight: bold;
}
.notification a {
  color: #4285f4;
  text-decoration: none;
}
.notification a:hover {
  color: #F7931A;
}
.notification_icon_lamp {
  background-image: url("../images/lamp.png");
  background-position: left 20px center;
  background-size: 69px 72px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .notification_icon_lamp {
    background-image: url("../images/lamp@2x.png");
  }
}
@media only screen and (max-width: 520px) {
  .notification_icon_lamp {
    padding-left: 30px;
    padding-top: 120px;
    background-position: top 25px center;
  }
}
.notification_icon_youtube {
  background-image: url("../images/youtube.png");
  background-position: left 22px center;
  background-size: 64px 45px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .notification_icon_youtube {
    background-image: url("../images/youtube@2x.png");
  }
}
@media only screen and (max-width: 520px) {
  .notification_icon_youtube {
    padding-left: 30px;
    padding-top: 120px;
    background-position: top 25px center;
  }
}

.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 .description a {
  text-decoration: none;
  color: #4285f4;
}
.popup_xl .popup__body .description a:hover {
  color: #F7931A;
}
.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;
}

.popup_fill {
  background-color: #000;
}

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

#promoLoginPopup .popup__body .btn {
  width: 100%;
  max-width: 350px;
}
#promoLoginPopup .popup__body .description {
  margin-bottom: 40px;
}

#bonusPopup .popup__handler {
  max-width: 600px;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  text-align: center;
}
#bonusPopup .popup__handler img {
  margin-bottom: 30px;
}
#bonusPopup .popup__handler .title {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
#bonusPopup .popup__handler .btn_link {
  font-size: 13px;
  line-height: 15px;
}
#bonusPopup .popup__handler p {
  font-size: 14px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 90px;
}

.card_publish {
  background-color: #fff;
  max-width: 600px;
  border-radius: 4px;
  position: relative;
}
.card_publish .card__header {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
}
.card_publish .card__header .icon {
  margin-right: 25px;
}
.card_publish .card__header .title {
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 20px !important;
}
.card_publish .card__header p {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
}
.card_publish .card__header .row {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .card_publish .card__header {
    padding-left: 30px;
  }
  .card_publish .card__header .row {
    flex-direction: column;
    align-items: center;
  }
  .card_publish .card__header .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.card_publish .card__body {
  min-height: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
}
@media only screen and (max-width: 480px) {
  .card_publish .card__body {
    padding-left: 0;
    padding-right: 0;
  }
}
.card_publish .card__body .link_more {
  margin-right: 20px;
}
.card_publish .card__footer {
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.card_publish .card__footer .btn_primary {
  height: 50px;
  font-size: 14px;
  line-height: 16px;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .card_publish .card__footer {
    justify-content: center;
  }
}
.card_publish .link_more {
  font-size: 16px;
  line-height: 17px;
}

.card_link-expired {
  background-color: #fff;
  max-width: 550px;
}
.card_link-expired .card__body {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 0;
}
.card_link-expired .card__body .icon {
  margin-bottom: 20px;
}
.card_link-expired .card__body .title {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}
.card_link-expired .card__body p {
  font-size: 14px;
  line-height: 26px;
  color: #494949;
  margin-bottom: 50px !important;
}
.card_link-expired .card__footer {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.card_link-expired .card__footer .btn_link {
  font-size: 13px;
  line-height: 15px;
}
.card_link-expired .card__footer .btn_primary {
  min-width: 190px;
}
@media only screen and (max-width: 480px) {
  .card_link-expired .card__footer {
    flex-direction: column;
    align-items: center;
  }
  .card_link-expired .card__footer .btn_link {
    margin-bottom: 20px;
  }
}

.card_verification {
  position: relative;
  background-color: #fff;
  max-width: 500px;
}
.card_verification .title {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 390px;
  padding-left: 10px;
  padding-right: 10px;
}
.card_verification .card__body {
  padding-top: 50px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
}
.card_verification .card__body .icon {
  margin-bottom: 25px;
}
.card_verification .card__body p {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  text-align: center;
}
.card_verification .card__body p strong {
  font-weight: bold;
}

.published-links {
  display: block;
  width: 100%;
}
.published-links.show-all .published-links__item:nth-child(n+6) {
  display: block;
}
.published-links.social-btns {
  max-width: none;
}
.published-links__item {
  display: block;
  padding-bottom: 20px;
  padding-right: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
}
.published-links__item:nth-child(n+6) {
  display: none;
}
.published-links__item .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.published-links__item input[type=text] {
  font-size: 13px;
  color: #000;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 11px;
  border: 1px solid #CECECE;
  border-radius: 2px;
  margin-right: 5px;
  width: 100%;
}
.published-links__item input[type=text]::-moz-placeholder {
  color: #757575;
}
.published-links__item input[type=text]::placeholder {
  color: #757575;
}
.published-links__item input[type=text]:focus {
  border-color: #4285f4;
}
.published-links__item input[type=text].required {
  border-color: #F74249;
}
.published-links__item input[type=text][readonly] {
  background-color: #F7F7F7;
  border-color: #D6D6D6;
  color: #757575;
}
.published-links__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  color: #494949;
  font-weight: bold;
}
.published-links__icon {
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .published-links .published-links__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .published-links .published-links__item input[type=text] {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .published-links .published-links__title {
    margin-bottom: 10px;
  }
  .published-links .row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.send-form {
  margin-top: 15px;
}
.send-form.hidden {
  display: none;
}

.send-btn,
.edit-btn {
  display: block;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 15px;
  color: #4285f4;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  background-color: #fff;
}
.send-btn:hover,
.edit-btn:hover {
  background-color: #4285f4;
  color: #fff;
  border-color: #4285f4;
}
.send-btn:active,
.edit-btn:active {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
  color: #fff;
}
.send-btn[disabled],
.edit-btn[disabled] {
  background-color: #F7F7F7;
  border-color: #D6D6D6;
  color: #757575;
}
.send-btn.hidden,
.edit-btn.hidden {
  display: none;
}

.publish-btn {
  display: block;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 48px;
  padding-right: 25px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #4285f4;
  border: none;
  border-radius: 2px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: left 22px center;
  background-image: url("../images/publish-btn.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .publish-btn {
    background-image: url("../images/publish-btn@2x.png");
  }
}
.publish-btn_done {
  padding-left: 46px;
  background-size: 13px 13px;
  background-position: left 25px center;
  background-image: url("../images/checkmark-white.svg");
}
.publish-btn:hover {
  background-color: #F7931A;
}
.publish-btn:active {
  background-color: #D6D6D6;
}

@media only screen and (max-width: 768px) {
  .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;
  }
  .page_simple:not(.page_dark) .header__menu {
    border-bottom: 1px solid #D6D6D6;
  }
  .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_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: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi) {
  .steps__item_done .steps__text:after {
    background-image: url("../images/checkmark@2x.png");
  }
}
.page_dark {
  overflow-x: hidden;
}

.page_height_auto .container {
  height: auto;
  padding-bottom: 40px;
}

.s-card {
  display: block;
  width: 100%;
  max-width: 550px;
  border-radius: 4px;
}
.s-card__body {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.s-card__body a {
  color: #4285f4;
  text-decoration: none;
}
.s-card__body a:hover {
  color: #F7931A;
}
.s-card__title {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
}
.s-card__text {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
}
.s-card__text:not(:last-child) {
  margin-bottom: 30px;
}
.s-card__footer {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #D6D6D6;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.s-card__footer .social-btns-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 15px;
}
.s-card__icon {
  margin-bottom: 15px;
}
.s-card__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.btc-bonus {
  display: inline-block;
  font-size: 48px;
  padding-top: 9px;
  padding-bottom: 10px;
  line-height: 53px;
  margin-bottom: 25px;
  color: #000;
  font-weight: bold;
  border: 4px solid #F7931A;
  border-radius: 40px;
  padding-right: 28px;
  padding-left: 85px;
  white-space: nowrap;
  background-image: url("../images/coin.svg");
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: left 9px center;
}
@media only screen and (max-width: 530px) {
  .btc-bonus {
    font-size: 24px;
    line-height: 32px;
    background-size: 32px;
    border-width: 3px;
    padding-left: 50px;
    padding-right: 18px;
  }
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.social-icon_theme_twitter {
  background-color: #1DA1F2;
}
.social-icon_theme_whatsapp {
  background-color: #1DC93B;
}
.social-icon_theme_facebook {
  background-color: #4861A3;
}
.social-icon_theme_telegram {
  background-color: #31A5E0;
}
.social-icon_theme_telegram img {
  position: relative;
  left: -2px;
}
.social-icon_theme_gplus {
  background-color: #DD5044;
}
.social-icon_theme_vk {
  background-color: #597DA2;
}
.social-icon_theme_flipboard {
  background-color: #F01B23;
}
.social-icon_theme_reddit {
  background-color: #FF4500;
}
.social-icon_theme_ok {
  background-color: #E27E35;
}
.social-icon_theme_pinterest {
  background-color: #fff;
  border: 1px solid #CDCDCD;
}
.social-icon_theme_tumblr {
  background-color: #36465D;
}
.social-icon_theme_linkedin {
  background-color: #017AB6;
}
.social-icon_theme_linechat {
  background-color: #3ACE01;
}
.social-icon_theme_viber {
  background-color: #665CAC;
}

.icon-done {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #37CC33;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  background-image: url("../images/checkmark-white.svg");
  margin-left: 8px;
}

.header-notification {
  display: none;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  border-bottom: 1px solid #D6D6D6;
  z-index: 100;
}
.header-notification.active {
  display: flex;
}
.header-notification__icon {
  display: block;
  margin-right: 20px;
}
.header-notification__icon img {
  display: block;
}
.header-notification__title {
  display: block;
  font-size: 26px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.header-notification__text {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #494949;
}
@media only screen and (max-width: 480px) {
  .header-notification {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-notification .header-notification__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header-notification .header-notification__title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.lucky {
  display: block;
  width: 100%;
  max-width: 600px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 2px;
  border: 1px solid #979797;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.lucky__top {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.lucky__top span {
  color: #F7931A;
}
.lucky__bottom {
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #B1B1B1;
}

.welcome-bonus {
  display: block;
  background-image: url("../images/gift.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 64px 70px;
  padding-top: 100px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #F7931A;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .welcome-bonus {
    background-image: url("../images/gift@2x.png");
  }
}
.welcome-bonus span {
  color: #fff;
}
.welcome-bonus_theme_green {
  padding-top: 0;
  color: #37CC33;
  background-image: none;
}
.welcome-bonus_theme_green img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.confetti {
  display: block;
  width: 1229px;
  height: 562px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.confetti__part1 {
  display: block;
  width: 1000px;
  height: 450px;
  position: absolute;
  margin-top: 27px;
  left: 0;
  background-image: url("../images/confetti_1.png");
  background-repeat: no-repeat;
  background-size: 1000px 450px;
  transition: transform 0.1s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .confetti__part1 {
    background-image: url("../images/confetti_1@2x.png");
  }
}
.confetti__part2 {
  display: block;
  width: 1107px;
  height: 562px;
  position: absolute;
  margin-left: 120px;
  top: 0;
  background-image: url("../images/confetti_2.png");
  background-repeat: no-repeat;
  background-size: 1107px 562px;
  transition: transform 0.1s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .confetti__part2 {
    background-image: url("../images/confetti_2@2x.png");
  }
}
.confetti_v2 {
  left: calc(50% - 614px);
  transform: none;
}
.confetti_v2 .confetti__orange {
  display: block;
  width: 1107px;
  height: 474px;
  position: absolute;
  margin-left: 120px;
  top: 0;
  background-image: url("../images/confetti-v2-orange.png");
  background-repeat: no-repeat;
  background-size: 1107px 474px;
  transition: transform 0.1s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .confetti_v2 .confetti__orange {
    background-image: url("../images/confetti-v2-orange@2x.png");
  }
}
.confetti_v2 .confetti__white {
  display: block;
  width: 1000px;
  height: 450px;
  position: absolute;
  margin-top: 27px;
  left: 0;
  background-image: url("../images/confetti-v2-white.png");
  background-repeat: no-repeat;
  background-size: 1000px 450px;
  transition: transform 0.1s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .confetti_v2 .confetti__white {
    background-image: url("../images/confetti-v2-white@2x.png");
  }
}
.confetti_v2 .confetti__green {
  display: block;
  width: 821px;
  height: 562px;
  position: absolute;
  margin-top: -25px;
  margin-left: 140px;
  background-image: url("../images/confetti-v2-green.png");
  background-repeat: no-repeat;
  background-size: 821px 562px;
  transition: transform 0.1s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .confetti_v2 .confetti__green {
    background-image: url("../images/confetti-v2-green@2x.png");
  }
}

.chinese-img {
  display: block;
  width: 550px;
  height: 425px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(343px);
}
@media only screen and (max-width: 1280px) {
  .chinese-img {
    left: auto;
    right: 0;
    transform: translateX(248px);
  }
}
@media only screen and (max-width: 960px) {
  .chinese-img {
    display: none;
  }
}

.leprechaun-img {
  display: block;
  width: 366px;
  height: 312px;
  position: absolute;
  left: calc(50% + 271px);
  bottom: 0;
  z-index: 10;
}

.bonus-animation {
  display: inline-block;
  font-size: 100px;
  line-height: 112px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  padding-left: 104px;
  background-image: url("../images/bitcoin.png");
  background-size: 80px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bonus-animation {
    background-image: url("../images/bitcoin@2x.png");
  }
}
@media only screen and (max-width: 960px) {
  .bonus-animation {
    font-size: 50px;
    line-height: 56px;
    background-size: 50px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 520px) {
  .bonus-animation {
    font-size: 30px;
    line-height: 40px;
    background-size: 40px;
    padding-left: 50px;
  }
}

.contribution {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 80px;
  font-size: 32px;
  line-height: 50px;
  color: #000;
}
.contribution b {
  font-weight: bold;
}
.contribution:before, .contribution:after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  background-color: #F7931A;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.contribution:before {
  top: 0;
}
.contribution:after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .contribution {
    font-size: 28px;
    line-height: 34px;
  }
}

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

.page_simple .header {
  position: relative;
}

@media only screen and (max-width: 1240px) {
  .page_promo .header__socials span,
  .page_dark .header__socials span,
  .page_simple .header__socials span {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .page_promo .header,
  .page_dark .header,
  .page_simple .header {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .page_promo .header .logo,
  .page_dark .header .logo,
  .page_simple .header .logo {
    margin-bottom: 30px;
  }
}

.card_publish {
  margin-bottom: 30px;
}
.card_publish .card__body_new {
  padding: 0;
}
.card_publish .card__body_new .social-btns,
.card_publish .card__body_new .social-btn {
  all: unset;
}
.card_publish .card__body_new .fb-btn {
  display: inline-block;
  background-color: #4861A3;
  font-size: 14px;
  line-height: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  padding-right: 35px;
  padding-left: 58px;
  position: relative;
  text-align: left;
}
.card_publish .card__body_new .fb-btn:hover {
  background-color: #5777CC;
}
.card_publish .card__body_new .fb-btn:active {
  background-color: #374C82;
  color: rgba(255, 255, 255, 0.7);
}
.card_publish .card__body_new .fb-btn i {
  display: inline-block;
  width: 9px;
  height: 16px;
  background-image: url("../images/icon-fb.svg");
  background-size: 9px 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.card_publish .card__body_new .row_btn {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../images/arrow.png");
  background-size: 114px 60px;
  background-repeat: no-repeat;
  background-position: bottom 10px right 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card_publish .card__body_new .row_btn {
    background-image: url("../images/arrow@2x.png");
  }
}
@media only screen and (max-width: 550px) {
  .card_publish .card__body_new .row_btn {
    background-image: none;
  }
}
@media only screen and (max-width: 480px) {
  .card_publish .card__body_new .row_btn {
    flex-direction: row;
  }
}
.card_publish .card__body_new .row_input {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.card_publish .card__body_new .row_input input[type=text] {
  font-size: 13px;
  color: #000;
  padding-top: 12px;
  padding-left: 38px;
  padding-right: 12px;
  padding-bottom: 11px;
  border: 1px solid #CECECE;
  border-radius: 2px;
  margin-right: 5px;
  width: 100%;
  background-image: url("../images/fb-small-up.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .card_publish .card__body_new .row_input input[type=text] {
    background-image: url("../images/fb-small-up@2x.png");
  }
}
.card_publish .card__body_new .row_input input[type=text]::-moz-placeholder {
  color: #757575;
}
.card_publish .card__body_new .row_input input[type=text]::placeholder {
  color: #757575;
}
.card_publish .card__body_new .row_input input[type=text]:focus {
  border-color: #4285f4;
}
.card_publish .card__body_new .row_input input[type=text].required {
  border-color: #F74249;
}
.card_publish .card__body_new .row_input label {
  display: block;
  font-size: 16px;
  line-height: 17px;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}
.card_publish .card__footer {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.card_publish .card__footer .btn_primary {
  min-width: 240px;
}

.other-btns {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 4px solid #F7931A;
}
.other-btns__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  margin-bottom: 30px;
}
.other-btns__title {
  display: block;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.other-btns__label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #F7931A;
}
.other-btns__body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.other-btns__btns {
  display: block;
  margin-bottom: 30px;
}
.other-btns__btns .social-btn_fb {
  display: none;
}
.other-btns__btns .social-btns > .social-btn {
  width: 80px;
}
@media only screen and (max-width: 800px) {
  .other-btns__btns .social-btns > .social-btn {
    width: 55px;
  }
}
.other-btns__text {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  margin-bottom: 30px;
}
.other-btns__more-link {
  text-align: center;
}

.em-publish-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.em-publish-btns__item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .em-publish-btns {
    max-width: 200px;
  }
}

.publish-btn-em {
  display: inline-block;
  width: 200px !important;
  text-align: left;
  font-size: 14px;
  line-height: 60px;
  height: 60px !important;
  border-radius: 30px !important;
  background-image: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  margin-right: 0 !important;
  padding-left: 74px !important;
  text-decoration: none;
}
.publish-btn-em_theme_fb {
  background-color: #4861A3;
}
.publish-btn-em_theme_fb:before {
  left: 34px !important;
  transform: translateX(0) translateY(-50%) !important;
}
.publish-btn-em_theme_wa {
  background-color: #1DC93B;
  position: relative;
}
.publish-btn-em_theme_wa:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 28px !important;
  transform: translateX(0) translateY(-50%) !important;
}
.publish-btn-em_theme_tg {
  background-color: #31A5E0;
  position: relative;
}
.publish-btn-em_theme_tg:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 23px !important;
  transform: translateX(0) translateY(-50%) !important;
}
.publish-btn-em_theme_tw {
  background-color: #017AB6;
}
.publish-btn-em_theme_tw:before {
  left: 27px !important;
  transform: translateX(0) translateY(-50%) !important;
}

.em-text {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 20px;
  color: #757575;
  text-align: center;
}

.card_publish-easy-mode {
  margin-bottom: 15px;
}
.card_publish-easy-mode .card__header {
  padding-top: 40px;
  border-bottom: none;
}
.card_publish-easy-mode .card__header .row {
  flex-direction: column;
  align-items: center;
}
.card_publish-easy-mode .card__header .row .icon {
  margin-bottom: 25px;
}
.card_publish-easy-mode .card__header .row .title {
  text-align: center;
}
.card_publish-easy-mode .card__header .row p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.card_publish-easy-mode .card__section {
  position: relative;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
}
.card_publish-easy-mode .card__section .social-btns {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .card_publish-easy-mode .card__section .social-btns {
    top: -20px;
  }
}
.card_publish-easy-mode .card__section .social-btns .social-btn_fb,
.card_publish-easy-mode .card__section .social-btns .social-btn_tg,
.card_publish-easy-mode .card__section .social-btns .social-btn_tw,
.card_publish-easy-mode .card__section .social-btns .social-btn_wa {
  display: none;
}
.card_publish-easy-mode .card__section .social-btns__list {
  transform: translateX(55px) translateY(calc(-100% + 5px));
}
@media only screen and (max-width: 800px) {
  .card_publish-easy-mode .card__section .social-btns__list {
    transform: translateX(45px) translateY(calc(-100% + 5px));
  }
}
.card_publish-easy-mode .card__body {
  padding: 0;
}
.card_publish-easy-mode .published-links__item_fb {
  border-bottom: none;
  margin-bottom: 0;
}
.card_publish-easy-mode .card__footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title {
  display: block;
  font-size: 22px;
  line-height: 36px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.section-text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  text-align: center;
}

.btn_bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  border-radius: 30px;
  height: auto;
  line-height: 22px;
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn_bonus i {
  display: inline-block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-image: url("../images/bitcoin.png");
  background-size: 26px;
}
.btn_bonus[disabled] i {
  opacity: 0.5;
}

.promo_theme_green {
  min-width: 170px;
  background-color: #37CC33;
  left: -40px;
  top: 30px;
}

.leprechaun-section {
  display: block;
  background-color: #fff;
}
.leprechaun-section__container {
  display: flex;
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.leprechaun-section__img {
  display: flex;
  align-items: flex-end;
  max-width: 40%;
  flex-shrink: 0;
}
.leprechaun-section__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .leprechaun-section__img {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
    margin-right: 0;
  }
}
.leprechaun-section__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .leprechaun-section__body {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.leprechaun-section__title {
  display: block;
  font-size: 44px;
  line-height: 58px;
  margin-bottom: 20px;
}
.leprechaun-section__title b {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .leprechaun-section__title {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.leprechaun-section__text {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}
@media screen and (max-width: 800px) {
  .leprechaun-section__text {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
}
.leprechaun-section_extra {
  border-bottom: 1px solid #d6d6d6;
}
.leprechaun-section_extra .leprechaun-section__body {
  min-height: 461px;
}
@media screen and (max-width: 800px) {
  .leprechaun-section_extra .leprechaun-section__body {
    min-height: 0;
  }
}
.leprechaun-section_extra .leprechaun-section__img {
  width: 430px;
  justify-content: center;
  margin-right: 80px;
}
@media screen and (max-width: 800px) {
  .leprechaun-section_extra .leprechaun-section__img {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .leprechaun-section_extra .leprechaun-section__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.leprechaun-section_win {
  position: relative;
  z-index: 10;
}
.leprechaun-section_win .leprechaun-section__body {
  min-height: 498px;
}
@media screen and (max-width: 800px) {
  .leprechaun-section_win .leprechaun-section__body {
    min-height: 0;
  }
}
.leprechaun-section_win .leprechaun-section__img {
  margin-left: 80px;
}
@media screen and (max-width: 800px) {
  .leprechaun-section_win .leprechaun-section__img {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .leprechaun-section_win .leprechaun-section__container {
    flex-direction: column;
    align-items: center;
  }
}

.wow {
  visibility: hidden;
}/*# sourceMappingURL=promo.css.map */