@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.text-gray {
  color: #cccccc;
}

.text-orange {
  color: #d85311;
}

.text-bebas {
  font-family: "Bebas Neue", sans-serif;
}

.hidden {
  display: none;
}

.btc__course {
  font-weight: bold;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  min-width: 450px;
  margin: 0;
  padding: 0;
}
body #themeСhanger {
  align-items: center;
  border: 0;
  border: 1px solid rgba(15, 19, 30, 0.1);
  border-radius: 10px;
  display: flex;
  font-size: 0;
  height: 40px;
  justify-content: center;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  z-index: 2;
  cursor: pointer;
}
body .dark {
  background: #0f131e;
  border: 1px solid rgba(164, 165, 169, 0.1) !important;
}
body .light {
  background: none;
  background: #fff;
}

.admin {
  background: #ECECEC;
}

.card {
  padding: 30px 40px;
  max-width: 420px;
  margin: 20px auto;
  background: #fff;
  border-radius: 20px;
}
.card__title {
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.logo {
  text-align: center;
  margin-bottom: 20px;
}
.logo img {
  height: 60px;
}

.form__block {
  margin-bottom: 15px;
}
.form__block_flex {
  display: flex;
  gap: 15px;
}
.form__block_last {
  margin-bottom: 0;
}
.form__input {
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  font-size: 17px;
  border-radius: 10px;
  background-color: #efefef;
  color: #242c36;
  border: 0;
  width: calc(100% - 65px);
}
.form__input_login {
  background: #efefef url(../img/user.svg) 25px 24px no-repeat;
  background-position: 17px 14px;
}
.form__input_password {
  background: #efefef url(../img/password.svg) 25px 24px no-repeat;
  background-position: 17px 14px;
}
.form__input_code {
  background: #efefef url(../img/code.svg) 19px 30px no-repeat;
  background-position: 11px 22px;
}
.form__input_captcha {
  background: #efefef url(../img/code.svg) 19px 30px no-repeat;
  background-position: 11px 22px;
}
.form__desc {
  text-align: center;
  color: orange;
  margin-top: 10px;
}
.form__submit {
  background: #ed5d15;
  min-height: 60px;
  display: flex;
  width: 100%;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  border: 0;
  border-radius: 5px;
  letter-spacing: 1.5px;
  grid-gap: 10px;
  gap: 10px;
  cursor: pointer;
  outline: none;
}
.form__submit:hover {
  background: #d85311;
}
.form__link {
  display: block;
  color: #d85311;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: none;
}

#captchaImg {
  cursor: pointer;
  width: 183px;
}
#captchaImg img {
  width: 183px;
}

#formMessage {
  color: red;
  margin-bottom: 20px;
}

.video {
  width: 320px;
  height: 180px;
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 10;
  border-radius: 10px;
  display: none;
}
.video__btn {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.video__img {
  width: 100%;
  border-radius: 10px;
}

.success {
  margin: 50px 20px 25px;
  border-radius: 20px;
  padding: 40px;
  max-width: 1100px !important;
  background: white;
}
.success__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
.success__title img {
  max-width: 100px;
}

.warning {
  padding: 35px 40px;
  border: 3px solid #ff4141;
  border-radius: 20px;
  height: 100%;
}
.warning__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
.warning__text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
}
.warning__text ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 20px;
}
.warning__text ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ff4141;
  border-radius: 50%;
  margin-top: 3px;
}

.codes {
  background: #242C36;
  border-radius: 20px;
  color: white;
  padding: 30px;
  margin-bottom: 40px;
}
.codes__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
.codes__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.actions__btn {
  min-width: 120px;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  min-height: 45px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
}
.actions__btn_orange {
  background: #ed5d15;
}
.actions__btn_orange:hover {
  background: #d85311;
}
.actions__btn_green {
  background: #2e8d00;
}
.actions__btn_green:hover {
  background: #267400;
}

.top {
  background: #242C36;
  padding: 5px 0;
}
.top__logo {
  padding: 10px 0;
  display: inline-block;
}

.acc {
  padding: 8px;
  border: 1px solid #5f666b;
  border-radius: 15px;
}
.acc .dropdown {
  height: 40px;
}
.acc__ava {
  width: 40px;
  height: 40px;
}
.acc__ava img {
  display: block;
  border-radius: 10px;
  border: 2px solid #ed5d15;
  background: #ff5e02;
}
.acc__ava img:hover {
  background: white;
}
.acc__link {
  text-decoration: none;
  color: #242C36;
  font-family: "Bebas Neue", sans-serif;
  background: white;
  padding: 12px 15px;
  border-radius: 10px;
  line-height: 1;
}
.acc .billNav {
  position: relative;
  padding-left: 35px;
}
.acc .billNav::before {
  content: url("../img/bill_black.svg");
  vertical-align: bottom;
  line-height: 1;
  margin-right: 7px;
  position: absolute;
  left: 14px;
  top: 10px;
}
.acc .billNav:hover {
  background: #ed5d15;
  color: white;
}
.acc .billNav:hover::before {
  content: url("../img/bill_white.svg");
}
.acc .balanceNav {
  padding: 6px 7px;
  line-height: 1;
}
.acc__count {
  padding-top: 1px;
  font-family: "Lato", sans-serif;
}
.acc__topup {
  padding: 8px 10px 5px 10px;
  background: #ed5d15;
  border-radius: 5px;
  color: white;
}
.acc__topup:hover {
  background: #242C36;
}

.btns {
  padding: 10px 5px;
}
.btns .newsNav {
  font-family: "Bebas Neue", sans-serif;
  background: white;
  text-decoration: none;
  border-radius: 7px;
  padding: 11px 15px;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  margin-right: 5px;
  color: #242C36;
}
.btns .newsNav::before {
  content: url("../img/news_black.svg");
  line-height: 1;
  margin-right: 7px;
  position: absolute;
  left: 14px;
  top: 8px;
}
.btns .newsNav:hover {
  background: #ed5d15;
  color: white;
}
.btns .newsNav:hover::before {
  content: url("../img/news_white.svg");
}
.btns .btnNav {
  font-family: "Lato", sans-serif;
  background: white;
  text-decoration: none;
  border-radius: 7px;
  padding: 11px 15px;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  margin-right: 5px;
  color: #242C36;
}
.btns .btnNav::before {
  content: url("../img/btc.svg");
  line-height: 1;
  margin-right: 7px;
  position: absolute;
  left: 14px;
  top: 10px;
}
.btns .sellNav {
  font-family: "Bebas Neue", sans-serif;
  background: #ed5d15;
  text-decoration: none;
  border-radius: 7px;
  padding: 11px 15px;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  margin-right: 5px;
  color: white;
}
.btns .sellNav::before {
  content: url("../img/seller.svg");
  line-height: 1;
  margin-right: 7px;
  position: absolute;
  left: 14px;
  top: 8px;
}
.btns .sellNav:hover {
  background: #d85311;
  color: white;
}

.main {
  background: #242C36;
}
.main .sidebar {
  margin-top: 20px;
}
.main .sidebar__title {
  color: #505961;
  margin-bottom: 15px;
}
.main .sidebar .service {
  background: #20313e;
  margin-bottom: 15px;
  padding: 10px 20px 10px 30px;
  text-decoration: none;
  gap: 10px;
  color: white;
  border-radius: 10px;
}
.main .sidebar .service:hover {
  background: #294e6a;
}
.main .sidebar .active {
  background: #ed5d15;
}
.main .sidebar .active:hover {
  background: #d85311;
}

.content {
  background: #EBEBEB;
  padding: 40px 40px 60px 40px;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.content .block {
  background: white;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
}
.content .block_x2 {
  width: calc((100% - 40px) / 3 * 2);
}
.content .block_x3 {
  width: calc(100% - 20px);
}
.content .block__desc {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.content .block__title {
  font-size: 45px;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: #ed5d15;
}
.content .block__img {
  text-align: center;
}
.content .block__img svg {
  fill: #242C36;
  max-width: 110px;
  margin-bottom: 20px;
}
.content .block__link {
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content .block__link:hover {
  background: #ed5d15;
  color: white;
}
.content .block__link:hover svg {
  fill: white;
}
.content .block__cap {
  font-size: 16px;
  font-weight: bold;
}
.content .block__wallet {
  margin: 20px 0;
  padding: 10px 20px;
  background: #EBEBEB;
  border-radius: 5px;
}
.content .block__copy {
  font-family: "Bebas Neue", sans-serif;
  padding: 5px 10px;
  background: #ed5d15;
  display: inline-block;
  line-height: 1;
  padding-top: 8px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  margin-bottom: 40px;
}
.content .block__copy:hover {
  background: #d85311;
}
.content .block__form {
  background: #EBEBEB;
  padding: 10px;
  border-radius: 5px;
  width: 70%;
}
.content .block__input {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 5px;
  color: #242C36;
  height: 45px;
  line-height: 45px;
  border: none;
}
.content .block__btn {
  padding: 12px 20px 8px 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  cursor: pointer;
  background: #ed5d15;
  line-height: 1;
  margin-left: 20px;
  border-radius: 5px;
  color: white;
}
.content .block__btn:hover {
  background: #d85311;
}
.content .active {
  background: #ed5d15;
  color: white;
  position: relative;
  cursor: auto;
}
.content .active::after {
  content: "";
  width: 30px;
  height: 30px;
  background: white;
  display: block;
  rotate: 45deg;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 15px);
}
.content .active svg {
  fill: white;
}
.content .disclaimer {
  color: #d1d7df;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.news__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
}
.news .new {
  background: white;
  margin: 10px;
  padding: 30px;
  border-radius: 10px;
}
.news .new__title {
  font-size: 28px;
  margin-bottom: 30px;
}
.news .new__data p {
  font-size: 24px;
  margin: 40px 0 0 0;
}
.news .new__data ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#attentionModal .modal-content {
  background: url(../img/attention_one.svg) 0 0 no-repeat, url(../img/attention_two.svg) 100% 100% no-repeat #a81313;
  border: 4px solid #C73232;
  border-radius: 15px;
  padding-top: 70px;
}

.modal__cap {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  color: white;
  text-align: center;
}
.modal__text {
  color: white;
  font-size: 16px;
  text-align: center;
}
.modal__btn {
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  line-height: 1;
  border: 0;
  color: white;
  margin-top: 20px;
  margin-bottom: 70px;
}
.modal__btn_orange {
  background: #ed5d15;
}
.modal__btn_orange:hover {
  background: #d85311;
}
.modal__btn_green {
  background: #2e8d00;
}
.modal__btn_green:hover {
  background: #267400;
}
.modal__alert {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.banner {
  background: #1A2833;
  border: 4px solid #26333D;
  border-radius: 15px;
  margin: 20px 40px;
  padding: 20px;
}
.banner__cap {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  color: white;
  text-align: left;
}
.banner__text {
  color: #64727c;
  font-size: 16px;
  text-align: left;
}

.regInfo {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  max-width: 420px;
  padding: 50px;
  margin: 20px auto;
}
.regInfo .regInfo-title {
  align-items: center;
  color: #f00000;
  display: flex;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 500;
  gap: 5px;
  line-height: 1;
  margin-bottom: 20px;
}
.regInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.regInfo ul li {
  border-left: 2px solid #f00000;
  line-height: 1.2;
  margin-top: 20px;
  padding-left: 10px;
}
.regInfo__wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.dark__theme {
  color: #fff !important;
  background: #0b151e url(../img/new-auth-bg.4432dbb.png) 50% 100% no-repeat;
}
.dark__theme .card {
  background: #040e16;
}
.dark__theme .main__form-tab {
  margin: 0 auto;
  max-width: 300px;
}
.dark__theme .main__form-tab ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}
.dark__theme .main__form-tab ul li {
  flex-basis: 50%;
}
.dark__theme .main__form-tab ul li label {
  cursor: pointer;
  display: block;
}
.dark__theme .main__form-tab ul li label input {
  display: none;
}
.dark__theme .main__form-tab ul li label span {
  border-bottom: 1px solid #272a34;
  color: #272a34;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 33px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.dark__theme .main__form-tab ul li label .active {
  border-color: #ed5d15;
  color: #fff;
}
.dark__theme .form__block input {
  background: transparent;
  border: 1px solid #272a34;
  color: #fff;
}
.dark__theme .form__input_login {
  background: transparent url(../img/user__white.svg) 25px 24px no-repeat !important;
  background-position: 17px 14px !important;
}
.dark__theme .form__input_password {
  background: transparent url(../img/password__white.svg) 25px 24px no-repeat !important;
  background-position: 17px 14px !important;
}
.dark__theme .form__input_code, .dark__theme .form__input_captcha {
  background: transparent url(../img/code__white.svg) 19px 30px no-repeat !important;
  background-position: 17px 16px !important;
}
.dark__theme .regInfo {
  background: #040e16;
  border: 1px solid #112637;
  border-radius: 30px;
  max-width: 420px;
  padding: 50px;
  margin: 20px auto;
}

.light__theme {
  background: #f5f5f5 url(../img/new-auth-bg.4432dbb.png) 50% 100% no-repeat;
}
.light__theme .main__form-tab {
  margin: 0 auto;
  max-width: 300px;
}
.light__theme .main__form-tab ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}
.light__theme .main__form-tab ul li {
  flex-basis: 50%;
}
.light__theme .main__form-tab ul li label {
  cursor: pointer;
  display: block;
}
.light__theme .main__form-tab ul li label input {
  display: none;
}
.light__theme .main__form-tab ul li label span {
  border-bottom: 1px solid #e6e6e6;
  color: #e6e6e6;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 33px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.light__theme .main__form-tab ul li label .active {
  border-color: #ed5d15;
  color: #1a2833;
}

@media screen and (max-width: 1100px) {
  .regInfo__wrap {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */