

/* Start:/local/templates/hcmoda/components/bitrix/news/news-list/bitrix/news.detail/.default/style.css?17657254715672*/
.fancybox-is-open .fancybox-bg {
  background-color: black;
}

.fancybox-button {
  height: 70px !important;
  width: 70px !important;
}

.registration {
  margin-top: 70px;
  background-color: black;
  width: 260px;
  height: 27px;
  text-align: center;
}
.registration a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}

#reg-online, #reg-offline {
  font-family: FuturaLightC;
  display: none;
  color: white;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
#reg-online .content-reg, #reg-offline .content-reg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reg-online .content-reg__form, #reg-offline .content-reg__form {
  width: 400px;
  background-color: transparent;
  text-align: center;
}
#reg-online .content-reg__form_logo, #reg-offline .content-reg__form_logo {
  margin-bottom: 20px;
}
#reg-online .content-reg__form_title, #reg-offline .content-reg__form_title {
  margin-bottom: 55px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: FuturisBold;
}
#reg-online .content-reg__form input[type=text], #reg-offline .content-reg__form input[type=text] {
  width: 100%;
  height: 50px;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
}
#reg-online .content-reg__form input[type=text]::placeholder, #reg-offline .content-reg__form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#reg-online .content-reg__form input[type=submit], #reg-offline .content-reg__form input[type=submit] {
  transition: 300ms;
  margin-top: 40px;
  background-color: #14a750;
  color: white;
  border: none;
  border-radius: 25px;
  height: 50px;
  width: 260px;
  font-size: 16px;
  text-transform: uppercase;
}
#reg-online .content-reg__form input[type=submit]::placeholder, #reg-offline .content-reg__form input[type=submit]::placeholder {
  color: white;
}
#reg-online .content-reg__form input[type=submit]:hover, #reg-offline .content-reg__form input[type=submit]:hover {
  background-color: #fff;
  color: #14a750;
  cursor: pointer;
}

.reg_error, .reg_error_offline {
  text-align: left;
  padding-left: 20px;
  color: #bf0000;
  font-size: 18px;
  opacity: 0;
}

.btn-reg-container {
  display: flex;
  justify-content: space-between;
}

#reg-online_bonus, #reg-result_bonus {
  font-family: FuturaLightC;
  display: none;
  color: white;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

#reg-online_bonus .content-reg_bonus,
#reg-result_bonus .content-reg_bonus {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#reg-online_bonus .content-reg__form_bonus,
#reg-result_bonus .content-reg__form_bonus {
  width: 400px;
  background-color: transparent;
  text-align: center;
}

#reg-online_bonus .content-reg__form_logo_bonus,
#reg-result_bonus .content-reg__form_logo_bonus {
  margin-bottom: 20px;
}

#reg-online_bonus .content-reg__form_title_bonus,
#reg-result_bonus .content-reg__form_title_bonus {
  margin-bottom: 55px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: FuturisBold;
}

#reg-online_bonus input[type=text],
#reg-result_bonus input[type=text] {
  width: 100%;
  height: 50px;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
}

#reg-online_bonus input[type=text]::placeholder,
#reg-result_bonus input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#reg-online_bonus input[type=submit],
#reg-result_bonus input[type=submit] {
  transition: 300ms;
  margin-top: 40px;
  background-color: #14a750;
  color: white;
  border: none;
  border-radius: 25px;
  height: 50px;
  width: 260px;
  font-size: 16px;
  text-transform: uppercase;
}

#reg-online_bonus input[type=submit]:hover,
#reg-result_bonus input[type=submit]:hover {
  background-color: #fff;
  color: #14a750;
  cursor: pointer;
}

.reg_error_bonus {
  text-align: left;
  padding-left: 20px;
  color: #bf0000;
  font-size: 18px;
  opacity: 0;
  margin-top: 8px;
}

.btn-reg-container_bonus {
  display: flex;
  justify-content: space-between;
}

.bonus_checks_bonus {
  margin-top: 10px;
  text-align: left;
}

.bonus_checkline_bonus {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}

.bonus_checkline_bonus input[type=checkbox] {
  margin-top: 3px;
}

.bonus_checkline_bonus a {
  color: #ffffff;
  text-decoration: underline;
}

.bonus_code_wrap_bonus {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.bonus_code_digit_bonus {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  text-align: center;
  font-size: 28px;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  outline: none;
}

.bonus_resend_wrap_bonus {
  margin-top: 20px;
}

.bonus_resend_btn_bonus {
  color: #ffffff;
  text-decoration: underline;
  font-size: 16px;
}

.bonus_resend_btn_disabled_bonus {
  opacity: 0.45;
  pointer-events: none;
  text-decoration: none;
}

.bonus_success_text_bonus {
  font-size: 18px;
  line-height: 24px;
  margin-top: -25px;
}

.bonus_result_text_bonus {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.btn_bonus a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 6px 47px;
  background-color: black;
  font-size: 14px;
  font-family: Futuris, sans-serif;
}

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

/* End */
/* /local/templates/hcmoda/components/bitrix/news/news-list/bitrix/news.detail/.default/style.css?17657254715672 */
