html {
  height: 100%;
}

body {
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 1px;
}
body .container {
  max-width: 900px;
}
body .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  margin-bottom: 0;
}

body.body-login {
  background: url(../images/registerbg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100%;
  height: auto;
}
body.body-login.ext-login-page {
  height: 100%;
}
body.body-login .login-page {
  text-transform: uppercase;
}
body.body-login .login-page .transparent-block {
  background: rgb(255, 255, 255);
  height: 100%;
  min-height: -moz-fit-content;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
body.body-login .login-page .transparent-block .form-box {
  margin-top: 20px;
}
body.body-login .login-page .transparent-block .form-box img {
  margin-bottom: 20px;
  max-width: 230px;
}
body.body-login .login-page .transparent-block .form-box h3 {
  color: #000000;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
body.body-login .login-page .transparent-block .form-box .login-description {
  color: #000000;
  text-align: center;
  text-transform: none;
  margin-bottom: 37px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
body.body-login .login-page .transparent-block .form-box .form-group {
  margin-bottom: 25px;
}
body.body-login .login-page .transparent-block .form-box .form-group .form-control {
  border-radius: 0;
  border: 2px solid #8f2981;
  font-size: 16px;
  padding: 25px 12px;
}
body.body-login .login-page .transparent-block .form-box .company-top-check {
  font-size: 13px;
  text-transform: none;
  color: #fff;
}
body.body-login .login-page .transparent-block .form-box .rule-description {
  font-size: 13px;
  text-transform: none;
  color: #aaaaaa;
  line-height: 1.2;
}
body.body-login .login-page .transparent-block .form-box .rule-description a {
  color: #000;
  font-weight: bold;
}
body.body-login .login-page .transparent-block .form-box .form-check .form-check-label {
  color: #aaaaaa;
  font-size: 12px;
  text-transform: none;
}
body.body-login .login-page .transparent-block .form-box .form-check a {
  color: #000;
  font-weight: bold;
}
body.body-login .login-page .transparent-block .form-box p {
  width: 100%;
  text-transform: none;
  text-align: center;
}
body.body-login .login-page .transparent-block .form-box p.links {
  color: #000;
  margin-top: 10px;
  line-height: 2;
  font-size: 15px;
}
body.body-login .login-page .transparent-block .form-box p.label {
  color: #adadad;
}
body.body-login .login-page .transparent-block .form-box p a {
  color: #000;
  text-decoration: none;
}

body .btnBase, body .btnMoreProduct, body .btnPitCenter, body .btnPit, body .btnMore, body .btnDisable, body .btnLogin {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  background: #e7b42d;
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
  margin: auto;
  display: block;
  border: 0;
  max-width: 300px;
  border-radius: 0;
  font-size: 18px;
}
body .btnBase:hover, body .btnMoreProduct:hover, body .btnPitCenter:hover, body .btnPit:hover, body .btnMore:hover, body .btnDisable:hover, body .btnLogin:hover {
  text-decoration: underline;
}
body .btnLogin {
  width: 100%;
  max-width: 100%;
}
body .btnDisable {
  margin-top: 30px;
  font-size: 18px;
  background: rgba(123, 123, 123, 0.5);
}
body .btnMore {
  margin-top: 30px;
  font-size: 18px;
}
body .btnPit {
  margin-top: 0;
  font-size: 14px;
  float: left;
}
body .btnPitCenter {
  margin-top: 0;
  font-size: 14px;
}
body .btnMoreProduct {
  padding: 2px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
  padding-top: 2px;
  cursor: pointer;
  color: #aaaaaa;
  font-size: 12px;
  text-transform: none;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 3px solid #912781;
}

.control-radio .control_indicator {
  border-radius: 31%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:checked ~ .control_indicator {
  background: #ffffff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-radio .control_indicator:after {
  left: 2px;
  top: 2px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000000;
}

.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

body .modal .modal-content {
  padding: 50px 25px 30px 25px;
}
body.body-www {
  background: url(../images/homebg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  body.body-www {
    padding-top: 0;
  }
}
body.body-www .img-responsive {
  width: 100%;
  max-width: 100%;
}
body.body-www .footer-page {
  font-size: 12px;
}
body.body-www .footer-page img {
  width: 50px;
}
body.body-www .footer-page a {
  color: #000;
}

body.body-www .first-section {
  background: #fff;
  padding: 5px 15px 10px 15px;
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 5px solid #cb1e3a;
  z-index: 10000;
}
body.body-www .first-section .top-menu-row ul {
  list-style: none;
  margin: auto;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
body.body-www .first-section .top-menu-row ul li {
  margin: 0 5px;
  display: block;
  float: left;
  font-size: 15px;
}
body.body-www .first-section .top-menu-row ul li .menu-separator {
  color: #cb203d;
}
body.body-www .first-section .top-menu-row ul li a {
  color: #000;
}
body.body-www .first-section .top-menu-row .login-as-info {
  margin-top: 20px;
  font-size: 11px;
  color: #cb203d;
}
body.body-www .first-section .top-menu-row .login-as-info a {
  color: #cb203d;
}

body.body-www {
  color: #000;
}
body.body-www .col-md-15 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
body.body-www .baseSection, body.body-www .section-account, body.body-www .section-one-product, body.body-www .section-7, body.body-www .section-6, body.body-www .section-5, body.body-www .section-4, body.body-www .section-3, body.body-www .section-2, body.body-www .section-1, body.body-www .section-new-rules {
  margin-bottom: 25px;
}
body.body-www .baseSection .container, body.body-www .section-account .container, body.body-www .section-one-product .container, body.body-www .section-7 .container, body.body-www .section-6 .container, body.body-www .section-5 .container, body.body-www .section-4 .container, body.body-www .section-3 .container, body.body-www .section-2 .container, body.body-www .section-1 .container, body.body-www .section-new-rules .container {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
body.body-www .baseSection .section-header, body.body-www .section-account .section-header, body.body-www .section-one-product .section-header, body.body-www .section-7 .section-header, body.body-www .section-6 .section-header, body.body-www .section-5 .section-header, body.body-www .section-4 .section-header, body.body-www .section-3 .section-header, body.body-www .section-2 .section-header, body.body-www .section-1 .section-header, body.body-www .section-new-rules .section-header {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
body.body-www .section-new-rules .section-header {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
body.body-www .section-new-rules .section-text {
  font-size: 16px;
}
body.body-www .section-1 {
  text-align: center;
  font-size: 13px;
}
body.body-www .section-1-header {
  font-weight: bold;
  margin-bottom: 25px;
}
body.body-www .section-1-text {
  line-height: 1.2;
}
body.body-www .section-3 {
  font-size: 16px;
}
body.body-www .section-3 .img-card {
  margin: 25px auto;
}
body.body-www .section-3 .progress-bar {
  background-color: #d9d9d9;
  height: 24px;
  width: 350px;
  margin: 20px auto;
  color: #000;
  font-size: 13px;
}
body.body-www .section-3 .progress-bar span {
  display: inline-block;
  height: 100%;
  background: #e8b52e;
  transition: width 0.4s ease-in-out;
  padding: 2px 0;
}
body.body-www .section-4 {
  text-align: center;
}
body.body-www .section-4 .tableAddons {
  border-collapse: separate;
  border-spacing: 0 7px;
}
body.body-www .section-4 .tableAddons thead tr, body.body-www .section-4 .tableAddons tbody tr {
  border-spacing: 0 5px;
}
body.body-www .section-4 .tableAddons thead tr th, body.body-www .section-4 .tableAddons thead tr td, body.body-www .section-4 .tableAddons tbody tr th, body.body-www .section-4 .tableAddons tbody tr td {
  padding: 0 0.75rem;
  border-bottom: 0;
  border-top: 0;
  border-right: 1px solid #064384;
}
body.body-www .section-4 .tableAddons thead tr th.lasttd, body.body-www .section-4 .tableAddons thead tr td.lasttd, body.body-www .section-4 .tableAddons tbody tr th.lasttd, body.body-www .section-4 .tableAddons tbody tr td.lasttd {
  border-right: 0;
}
body .section-5 .btnMore {
  max-width: 400px;
}
body .section-7 .btnShowSection {
  text-align: center;
  cursor: pointer;
}
body .section-7 .btnShowSection.active {
  text-decoration: underline;
}
body .section-7 .btnSection {
  padding-bottom: 30px;
}
body .section-7 .section-5-products-box-name {
  font-size: 13px;
  text-align: center;
}
body .section-one-product {
  min-height: calc(100vh - 238px);
}
body .section-account {
  height: 100%;
  min-height: -moz-fit-content;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  min-height: calc(100vh - 238px);
}
body .section-account.section-account-edit {
  margin-bottom: 0;
}
body .section-account .container-account {
  background: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body .section-account .container-account .col-full-height {
  height: 100%;
  min-height: calc(100vh - 180px);
  background: #fff;
}
body .section-account .form-group {
  margin-bottom: 25px;
}
body .section-account .form-group .form-control {
  border-radius: 0;
  border: 2px solid #8f2981;
  font-size: 14px;
  padding: 10px 12px;
}
body .section-account .account-row {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
body .section-account .account-row span {
  font-size: 10px;
  font-weight: normal;
}

body.body-www .section-13-contact {
  margin-top: 0px;
  padding: 50px 15px 50px 15px;
  color: #62696f;
}
body.body-www .section-13-contact a {
  color: #203962;
}
body.body-www .row-line-red-footer {
  height: 80px;
  background: #32447c;
}
body.body-www .section-main-exposure {
  padding: 50px 15px;
  color: #203962;
}
body.body-www .section-main-awards {
  padding: 0 15px 50px 15px;
  color: #203962;
  min-height: calc(100vh - 220px);
}
body.body-www .section-main-awards.product .btnMoleDark {
  float: left;
}
body.body-www .section-main-awards .section-main-awards-award-title {
  font-size: 17px;
  margin-bottom: 20px;
}
body.body-www .section-main-awards .section-description {
  font-size: 13px;
  line-height: 1.3;
}
body.body-www .section-main-awards .form-control {
  border-radius: 0;
  border: 0;
}
body.body-www .section-main-awards .form-control:focus {
  box-shadow: none;
}
body.body-www .section-main-user-account .account-row {
  font-size: 22px;
  color: #203962;
  font-weight: bold;
}
body.body-www .section-main-user-account .account-row span {
  font-size: 13px;
  font-weight: normal;
}
body.body-www .section-main-user-history {
  margin-top: 50px;
  color: #203962;
  text-align: center;
}
body.body-www .section-main-user-history .current-user-account {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
}
body.body-www .section-main-user-history .current-user-description {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
}
body.body-www .section-main-user-history .current-user-tables {
  text-align: center;
}
body.body-www .section-main-user-history .current-user-tables .blue-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  background: #283583;
  color: #fff;
}
body.body-www .section-main-user-history .current-user-tables .blue-header .table-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-transform: uppercase;
  background: #283583;
  color: #fff;
}
body.body-www .section-main-user-history .current-user-tables .white-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.body-www .section-main-user-history .current-user-tables .table-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.body-www .section-main-user-history .current-user-tables .table-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.body-www .section-main-user-history .current-user-tables .table-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-transform: uppercase;
  background: #fff;
  color: #283583;
  border: 1px solid #283583;
}
body.body-www .section-main-user-history .current-user-tables .table-col.wbt {
  background: none;
  color: #283583;
  border: 1px solid transparent;
}
body.body-www .section-main-user-history .current-user-tables .table-col.border-left {
  border-left: 2px solid #283583 !important;
}
body.body-www .section-main-user-history .current-user-tables .table-col.border-right {
  border-right: 2px solid #283583 !important;
}
body.body-www .section-main-user-history .current-user-tables .table-col.border-top {
  border-top: 2px solid #283583 !important;
}
body.body-www .section-main-user-history .current-user-tables .table-col.border-bottom {
  border-bottom: 2px solid #283583 !important;
}
body.body-www .box-on-img {
  border: 1px solid #a2a2a2;
  margin-bottom: 20px;
}
body.body-www .box-on-img img.img-fluid {
  width: 100%;
}
body.body-www .box-on-img .box-on-img-title {
  top: 10px;
  left: 24px;
  font-size: 13px;
  font-weight: bold;
  color: #ed1a3b;
  border-left: 2px solid #000;
  padding: 0 0 0 5px;
  line-height: 1;
}
body.body-www .box-on-img .account {
  font-size: 25px;
  font-weight: bold;
  color: #ed1a3b;
  text-align: center;
  padding: 10px 15px;
}
body.body-www .box-on-img .btn-more {
  color: #ed1a3b;
  line-height: 2.5;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 10px;
}
body.body-www .box-on-img.box-small {
  border: 1px solid #a2a2a2;
}
body.body-www .box-on-img.box-small .box-on-img-title {
  font-size: 11px;
}
body.body-www .box-on-img.box-small .left-last-list {
  padding: 5px 15px 5px 18px;
  font-size: 9px;
  font-weight: bold;
}
body.body-www .box-on-img.box-small .left-last-list .left-red {
  color: #ed1a3b;
}
body.body-www .box-on-img .box-news {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
body.body-www .box-on-img .box-news span.date {
  font-size: 10px;
  color: #ed1a3b;
}
body.body-www .box-on-img .box-news h5 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
body.body-www .box-on-img .box-news p {
  font-size: 13px;
  text-align: justify;
}
body.body-www .box-on-img .box-news p a {
  color: #ed1a3b;
}
body.body-www .left-menu {
  background: #6d6d6d;
  padding: 5px 10px;
}
body.body-www .left-menu .one-menu-element {
  border: 1px solid #a2a2a2;
  margin: 5px 0;
}
body.body-www .left-menu .one-menu-element a {
  height: 50px;
  width: 100%;
  display: block;
  padding: 12px 0 0 10px;
  background-size: 50%;
  text-decoration: none;
}
body.body-www .left-menu .one-menu-element a span {
  border-left: 2px solid #000;
  font-size: 12px;
  font-weight: bold;
  color: #ed1a3b;
  padding-left: 8px;
  text-transform: uppercase;
}
body.body-www .left-menu .one-menu-element a.menu-1 {
  background: #fff url(../images/menu/menu-1.jpg) right center no-repeat;
  background-position-x: 150%;
}
body.body-www .left-menu .one-menu-element a.menu-2 {
  background: #fff url(../images/menu/menu-2.jpg) right center no-repeat;
  background-position-x: 150%;
}
body.body-www .left-menu .one-menu-element a.menu-3 {
  background: #fff url(../images/menu/menu-3.jpg) right center no-repeat;
  background-position-x: 150%;
}
body.body-www .left-menu .one-menu-element a.menu-4 {
  background: #fff url(../images/menu/menu-4.jpg) right center no-repeat;
  background-position-x: 150%;
}
body.body-www .full-height-home {
  min-height: calc(100vh - 218px);
}
body.body-www .column-right {
  min-height: calc(100vh - 218px);
  background: url(../images/xbg.png) no-repeat bottom right;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding: 0 0 0 15px;
}
body.body-www .column-right .header {
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 3px;
}
body.body-www .column-right .header span {
  border-left: 2px solid #ed1a3b;
  font-size: 15px;
  color: #000;
  padding-left: 8px;
  text-transform: uppercase;
}
body.body-www .column-right .products .one-product {
  padding: 10px;
}
body.body-www .column-right .products .one-product .product-list-photo img {
  max-width: 100%;
}
body.body-www .column-right .products .one-product .product-list-name {
  border-left: 2px solid #ed1a3b;
  padding-left: 7px;
  font-size: 11px;
}
body.body-www .column-right .products .one-product .product-list-points {
  background: #ed1a3b;
  color: #fff;
  text-align: center;
  margin: 8px auto;
  font-size: 13px;
  padding: 0 15px;
  width: fit-content;
}
body.body-www .column-right .rules {
  font-size: 13px;
}
body.body-www .column-right .saleshistory .saleshistory-header {
  border-bottom: 2px solid #6d6d6d;
  color: #ed1a3b;
  font-weight: bold;
  font-size: 15px;
  display: block;
  float: left;
  width: 100%;
  margin: 25px 0 8px 0;
}
body.body-www .column-right .saleshistory .saleshistory-header .saleshistory-header-left {
  width: 50%;
  text-align: left;
  display: block;
  float: left;
}
body.body-www .column-right .saleshistory .saleshistory-header .saleshistory-header-right {
  width: 50%;
  text-align: right;
  display: block;
  float: left;
}
body.body-www .column-right .saleshistory .saleshistory-list {
  font-size: 12px;
  margin: 25px 0 0 0;
}
body.body-www .column-right .saleshistory .saleshistory-list .saleshistory-list-line .saleshistory-list-line-red {
  color: #ed1a3b;
}
body.body-www .column-right .withdraw {
  font-size: 12px;
}
body.body-www .column-right .withdraw table {
  margin-top: 25px;
}
body.body-www .column-right .withdraw table th {
  padding: 0 10px;
  text-align: center;
}
body.body-www .column-right .withdraw .withdraw-line td {
  padding: 0 10px;
  text-align: center;
}
body.body-www .column-right .withdraw .withdraw-line td .withdraw-line-red {
  color: #ed1a3b;
}
body.body-www .column-right .contact {
  margin-top: 25px;
  font-size: 12px;
}
body.body-www .column-right .contact a {
  color: #ed1a3b;
}
body.body-www .column-right .contact .contact-red {
  color: #ed1a3b;
}
body.body-www .column-right .account {
  margin-top: 10px;
}
body.body-www .column-right .account .account-row {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 15px;
}
body.body-www .column-right .account .account-row span {
  color: #ed1a3b;
  font-size: 12px;
  font-weight: normal;
}
body.body-www .column-right .news .img-responsive {
  display: block;
  margin: 10px 0 15px 0;
}
body.body-www .column-right .news h5 {
  font-weight: bold;
  padding: 10px 0;
}
body.body-www .column-right .news span.date {
  font-size: 11px;
  color: #ed1a3b;
}
body.body-www .column-right .exposure .one-box-exposure .date {
  font-size: 12px;
  color: #ed1a3b;
  font-weight: bold;
}
body.body-www .column-right .exposure .one-box-exposure .date span {
  color: #000;
}
body.body-www .column-right .exposure .one-box-exposure img {
  max-width: 100%;
}
body.body-www .column-right .exposure .one-box-exposure .status-exposure {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #ed1a3b;
  text-align: center;
}
body.body-www .column-right .elearnings .elearning-box {
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
}
body.body-www .column-right .elearnings .elearning-box .elearning-box-image {
  width: 49%;
  margin-right: 1%;
  display: block;
  float: left;
}
body.body-www .column-right .elearnings .elearning-box .elearning-box-image img {
  max-width: 100%;
}
body.body-www .column-right .elearnings .elearning-box .elearning-box-title {
  width: 49%;
  margin-left: 1%;
  display: block;
  float: right;
}
body.body-www .column-right .elearnings .elearning-box .elearning-box-title .elearning-box-title-name {
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
  padding: 0 0 0 5px;
  margin: 5px 0 0 0;
  border-left: 1px solid #ed1a3b;
}
body.body-www .column-right .elearnings .elearning-box .elearning-box-title .elearning-box-title-bonus {
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  color: #ed1a3b;
  text-align: right;
}
body.body-www .column-right .elearnings .elearning-button {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
body.body-www .column-right .elearnings .quiz-home .quiz-home-description {
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
body.body-www .btn-fuji {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
  border-radius: 0;
  margin-top: 9px;
  text-transform: uppercase;
}
body.body-www .btn-fuji-disabled {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
  border-radius: 0;
  margin-top: 9px;
  text-transform: uppercase;
}

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