body {
  height: auto;
  min-height: 100vh;
  font-size: 16px;
  font-weight: 500;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  margin: 0;
  color: #ffffff;
  background: #0D1513;
}

body:not(.no-body-img):after {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  content: '';
  z-index: -1;
  background-image: url(../img/body-bg.png);
  background-position: right 133px;
  background-repeat: no-repeat;
  background-size: 803px;
}

@media screen and (min-width: 580px) {
  body:not(.no-body-img):after {
    background-position: right bottom;
  }
}

a {
  color: #ffffff;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.b-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-main {
  padding: 30px 0;
  height: auto;
}

.b-header {
  padding: 15px 20px 0;
}

@media screen and (min-width: 992px) {
  .b-header {
    padding: 30px 0 0;
  }
}

.b-header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-header_logo svg {
  width: 106px;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .b-header_logo svg {
    width: 176px;
  }
}

.b-header_menu {
  padding-left: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .b-header_menu {
    padding-left: 50px;
  }
}

.b-header_menu-item:nth-child(3) {
  margin-left: auto;
}

.b-header_menu-item a {
  margin: 0 30px;
  height: 48px;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 365px) {
  .b-header_menu-item a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .b-header_menu-item a {
    font-size: 20px;
  }
}

.b-header_menu-item .btn-login {
  margin: 0;
  height: 22px;
  padding: 5px 10px;
  border-radius: 44px;
  border: 2px solid #ffffff;
}

@media screen and (min-width: 992px) {
  .b-header_menu-item .btn-login {
    height: 64px;
    padding: 0 38px;
  }
}

.b-header_menu-item .btn-register {
  margin: 0 0 0 10px;
  height: 22px;
  padding: 5px 10px;
  font-weight: 800;
  color: #000000;
  border-radius: 44px;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .b-header_menu-item .btn-register {
    height: 64px;
    padding: 0 38px;
    margin: 0 0 0 15px;
  }
}

.b-promo {
  padding: 50px 15px 0;
}

@media screen and (min-width: 768px) {
  .b-promo {
    padding: 75px 20px 0;
  }
}

@media screen and (min-width: 992px) {
  .b-promo {
    padding: 100px 20px 0;
  }
}

.b-promo_title {
  font-size: 75px;
  line-height: 0.98;
  letter-spacing: -12px;
}

.b-promo_title span {
  margin-top: -15px;
  display: block;
  color: #04F1C0;
  line-height: 0.69;
}

@media screen and (min-width: 580px) {
  .b-promo_title {
    font-size: 90px;
  }
}

@media screen and (min-width: 992px) {
  .b-promo_title {
    font-size: 168px;
    line-height: 0.98;
  }
  .b-promo_title span {
    margin-top: -30px;
    line-height: 0.69;
  }
}

.b-promo_action {
  margin-top: 30px;
}

.b-promo_action a {
  height: 68px;
  width: 100%;
  max-width: 290px;
  font-size: 25px;
  font-weight: 700;
  background: #04C8A0;
  border-radius: 44px;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .b-promo_action a {
    height: 88px;
    font-size: 30px;
    max-width: 378px;
  }
}

.b-promo_text {
  margin-top: 40px;
  font-size: 19px;
}

@media screen and (min-width: 992px) {
  .b-promo_text {
    margin-top: 66px;
    font-size: 24px;
  }
}

.no-body-img {
  background-image: none;
}

.b-terms {
  padding: 0 20px;
}

.b-terms h1 {
  color: #04F1C0;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.b-terms h3 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 1.2em;
  color: #04F1C0;
}

.b-terms p {
  font-size: 14px;
}

.b-terms strong {
  color: #04C8A0;
}

.b-terms ol,
.b-terms ul {
  margin-bottom: 2em;
}

.b-terms li {
  font-size: 14px;
  margin-bottom: 1em;
}

.b-terms li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .b-terms h1 {
    margin-bottom: 60px;
    font-size: 2em;
  }
  .b-terms h3 {
    margin-top: 60px;
    margin-bottom: 24px;
    font-size: 1.4em;
  }
  .b-terms p {
    font-size: 16px;
  }
  .b-terms li {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */