/* Markup: VisualHyip */
.full-bg {
  background-position: center center;
  background-size: cover !important;
}



.vcent {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vcent-abs {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.full-screen-height {
  height: 100vh;
  height: 100%;
  width: 100%;
}

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

button {
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  color: #565963;
  font: 18px PFEncoreSansPro,"PF Encore Sans Pro", Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #F2F5FE;
  min-width: 1003px;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: #D21C72;
  text-decoration: none;
}

.dropdown-backdrop {
  display: none !important;
}

.global-close-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 20px;
  height: 20px;
  background: none;
  outline: none;
  border: none;
  z-index: 30;
}

.global-close-btn:hover:before, .global-close-btn:hover:after {
  background: #D9488C;
}

.global-close-btn:before, .global-close-btn:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 135%;
  top: 0;
  margin-top: 8px;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.global-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.g_pink-btn {
  background: #7D60AC;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 27px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.g_pink-btn:hover {
  background-color: #DB408C;
  color: #fff;
}

.g_pink-btn.rounded-btn {
  border-radius: 7px;
  text-transform: none;
  font-size: 19px;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #66539E;
}

.g_pink-btn.rounded-btn:hover {
  background-color: #DB408C;
}

.g_pink-btn.btn-submit-pink {
  border-radius: 14px;
  font-size: 23px;
  text-transform: none;
  text-align: center;
}

.g_pink-btn.btn-submit-pink span {
  padding-right: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/btn-submit-arrow.html) no-repeat 100% 50%;
}

.custom-checkbox {
  position: relative;
  z-index: 3;
}

.custom-checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.custom-checkbox input[type=checkbox]:checked + label .ch-btn {
  background: url(../images/checkbox-checked.html) no-repeat 50% 50%;
}

.custom-checkbox label {
  display: block;
  font-size: 16px;
  color: #c1b3db;
  line-height: 20px;
  font-weight: normal;
}

.custom-checkbox label:hover .ch-btn {
  border-color: rgba(255, 255, 255, 0.7);
}

.custom-checkbox label a {
  text-decoration: underline;
  color: #fff;
}

.custom-checkbox label a:hover {
  text-decoration: none;
}

.custom-checkbox .ch-btn {
  float: left;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 16px;
  cursor: pointer;
  background: none;
  outline: none;
}

.custom-checkbox span {
  padding-top: 4px;
  display: block;
}

.g_white-btn {
  color: #9b24a9;
  border: none;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 26px 10px 24px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.g_white-btn span {
  display: block;
}

.g_white-btn span:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  border: solid #9A28A7;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 19px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.g_white-btn:hover {
  background: #9b24a9;
  color: #fff;
}

.g_white-btn:hover span:after {
  border-color: #fff;
}

.cabinet {
  min-width: 990px;
}

.cabinet .g_white-btn {
  padding: 9px 20px 9px 20px;
}

.cabinet .siren-btn-xl {
  display: inline-block;
  vertical-align: middle;
  background: #6E58A4;
  padding: 8px 15px 9px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.cabinet .siren-btn-xl:hover {
  color: #fff;
  background: #9A28A7;
}

.cabinet .siren-btn-xl span {
  display: inline-block;
  vertical-align: middle;
}

.cabinet .siren-btn-xl span:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 15px;
}

.g_submit-pink {
  display: inline-block;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, right top, from(#7C5CAA), to(#62529B));
  background: -webkit-linear-gradient(left, #7C5CAA 0%, #62529B 100%);
  background: -o-linear-gradient(left, #7C5CAA 0%, #62529B 100%);
  background: linear-gradient(to right, #7C5CAA 0%, #62529B 100%);
  font-size: 23px;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 20px 40px 20px 40px;
  border-radius: 14px;
  -webkit-box-shadow: 0 5px 40px rgba(115, 89, 165, 0.3);
  box-shadow: 0 5px 40px rgba(115, 89, 165, 0.3);
}

.g_submit-pink:hover {
  background: #9A28A7;
}

.g_submit-pink span {
  display: block;
  padding-right: 34px;
  background: url(../images/settings-changes-btn.html) no-repeat 100% 50%;
  background-size: 12px auto;
}

header {
  width: 100%;
  z-index: 16;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 5%;
  min-width: 1000px;
}

header:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header {
    padding: 0 20px;
  }
}

header .head-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .head-flex .left-head {
  min-width: 375px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .head-flex .left-head {
    min-width: 317px;
  }
}

header .head-flex .right-head {
  min-width: 290px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .head-flex .right-head {
    min-width: 225px;
  }
}

header .head-flex .head-nav {
  width: 100%;
}

header .logo-box {
  display: inline-block;
  vertical-align: middle;
}

header .logo-box h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

header .logo-box a {
  display: block;
  width: 289px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .logo-box a {
    width: 245px;
  }
}

header .langs-box {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .langs-box {
    margin-left: 15px;
  }
}

header .langs-box .selected-lang {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 50px;
  background: rgba(4, 71, 123, 0.4);
  font-size: 14px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .langs-box .selected-lang {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

header .langs-box .selected-lang:hover {
  background: rgba(4, 71, 123, 0.7);
}

header .langs-box .lang-list {
  display: none;
  position: absolute;
  top: 100%;
  padding: 3px 0;
  left: 0px;
  width: 50px;
  text-align: center;
  background-color: #554884;
  margin-top: 5px;
  border-radius: 10px;
}

header .langs-box .lang-list li {
  padding: 0 4px;
}

header .langs-box .lang-list li:last-child a {
  border: none;
}

header .langs-box .lang-list a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .langs-box.open .selected-lang {
  background: rgba(4, 71, 123, 0.7);
}

header .langs-box.open .lang-list {
  display: block;
}

header .login-links {
  background: url(../images/header-login-icon.html) no-repeat 0 0;
  background-size: 39px auto;
  min-height: 39px;
  padding-left: 65px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .login-links {
    padding-left: 50px;
  }
}

header .login-links .login-title {
  position: absolute;
  left: 65px;
  right: 0;
  font-size: 9px;
  letter-spacing: 5px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  top: -13px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .login-links .login-title {
    left: 52px;
  }
}

header .login-links a {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 40px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .login-links a {
    font-size: 18px;
  }
}

header .login-links a:hover {
  color: #C69EEB;
}

header .login-links span {
  display: inline-block;
  vertical-align: middle;
  line-height: 29px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  padding: 0 18px 7px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .login-links span {
    padding: 0 10px 7px;
  }
}

header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 0;
  margin: 0 auto;
  width: 90%;
  max-width: 580px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .main-nav {
    width: 98%;
  }
}

header .main-nav li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
  position: relative;
  padding: 0 4px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .main-nav li a {
    font-size: 13px;
  }
}

header .main-nav li a:hover {
  color: #D6C9F3;
}

header .main-nav li.active a {
  color: #aaaaaa;
}

.index-header {
  top: 105px;
  top: 10%;
}

@media (min-height: 800px) {
  .index-header {
    top: 80px;
  }
}

.container {
  min-width: 1000px;
}

@media (min-width: 768px) and (max-width: 767px) {
  .container {
    width: 1000px;
  }
}

.top-head-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 13, 45, 0.6);
  z-index: 15;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: content-box;
}

.top-head-line * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: content-box;
}

.top-head-line .marquee {
  overflow: hidden;
  width: 100%;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 16px 0 15px;
}

.top-head-line .marquee span {
  margin-left: 100px;
}

.top-head-line ul {
  width: 100%;
}

.top-head-line ul li {
  float: left;
  padding: 16px 5% 15px 5%;
  white-space: nowrap;
}

.top-head-line ul li:last-child {
  padding-right: 0;
}

.index-top-sect {
  z-index: 3;
  min-height: 640px;
  max-height: 1200px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
}

.index-top-sect .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index-top-sect-bg1.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.index-top-sect .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.16);
  z-index: 2;
  width: 2px;
}

.index-top-sect .line.line-c {
  width: 1px;
}

.index-top-sect .line.line-l {
  left: 30%;
}

.index-top-sect .line.line-r {
  left: 70%;
}

.index-top-sect .graph-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  z-index: 3;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  overflow: hidden;
}

.index-top-sect .graph-box img {
  width: 100%;
  min-width: 802px;
}

.index-top-sect .scroll-bottom-link {
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 5;
  background: #fff;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  left: auto;
  right: 85%;
  margin-right: -1px;
  left: 0;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.index-top-sect .scroll-bottom-link:hover {
  background: #7E63BE;
}

.index-top-sect .scroll-bottom-link:hover span {
  color: #fff;
}

.index-top-sect .scroll-bottom-link:hover span:after {
  border-color: #fff;
}

.index-top-sect .scroll-bottom-link:hover span:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.index-top-sect .scroll-bottom-link span {
  display: block;
  position: relative;
  width: 125px;
  padding-left: 50px;
  font-size: 12px;
  line-height: 19px;
  color: #48458f;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 7px;
  padding-top: 2px;
  height: 43px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-top-sect .scroll-bottom-link span:before {
  content: "";
  display: block;
  clear: both;
  left: 0;
  top: 0;
  background: url(../images/scroll-bottom-btn-mouse.html) no-repeat;
  background-size: 27.5px auto;
  width: 28px;
  height: 43px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-top-sect .scroll-bottom-link span:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 8px;
  top: 100%;
  margin-top: 10px;
  display: inline-block;
  border: solid #49458E;
  border-width: 0 2px 2px 0;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-top-sect .invest-btn {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 25px 5px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 70%;
  width: 15%;
  text-align: center;
  margin-right: -1px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .index-top-sect .invest-btn {
    font-size: 20px;
  }
}

.index-top-sect .invest-btn:hover {
  background: #7D63BD;
  color: #fff;
  border-color: #7F65BF;
}

.index-top-sect .takeit-box {
  position: absolute;
  top: 0;
  z-index: 5;
}

.index-top-sect .sect-titles {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  left: 15%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  margin-left: -8px;
}

.index-top-sect .sect-titles h2 {
  font-weight: bold;
  font-size: 140px;
  line-height: 120px;
  margin: 0;
}

.index-top-sect .sect-titles .subtitle {
  display: block;
  font-size: 27px;
  line-height: 34px;
  padding-left: 8px;
  width: 70%;
}

.index-top-sect .takeit-box {
  position: absolute;
  top: 23%;
  left: 50%;
  width: 20%;
  text-align: left;
  color: #fff;
  z-index: 4;
}

.index-top-sect .takeit-box strong {
  display: block;
  margin-left: -45px;
  padding-bottom: 10px;
  font-size: 23px;
}

.index-top-sect .takeit-box strong:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 24px;
  margin-right: 23px;
  background-color: #fff;
}

.index-top-sect .takeit-box span {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.index-top-sect .analytics-box {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 40%;
  color: #fff;
  z-index: 4;
}

.index-top-sect .analytics-box .title {
  display: block;
  font-weight: bold;
  padding-bottom: 30px;
  letter-spacing: 15px;
  font-size: 19px;
  text-transform: uppercase;
  margin-left: -86px;
}

.index-top-sect .analytics-box .stat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-top-sect .analytics-box .stat-row .stat-item {
  padding-right: 20px;
}

.index-top-sect .analytics-box .stat-row .stat-item:last-child {
  padding-right: 0;
}

.index-top-sect .analytics-box .stat-row .stat-item .price {
  display: block;
  position: relative;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 10px;
}

.index-top-sect .analytics-box .stat-row .stat-item .price span {
  font-weight: 300;
  font-size: 9px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  left: 100%;
}

.index-top-sect .analytics-box .stat-row .stat-item .label {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  display: block;
  letter-spacing: 2px;
}

.index-top-sect .analytics-box .stat-row .item02 {
  padding-bottom: 5px;
}

.index-top-sect .analytics-box .stat-row .item02 .price {
  font-size: 37px;
  line-height: 40px;
  margin-bottom: 5px;
}

.index-top-sect .analytics-box .stat-row .item02 .price span {
  font-size: 8px;
}

.index-top-sect .analytics-box .stat-row .item02 .label {
  font-size: 6px;
}

.index-top-sect .analytics-box .stat-row .item03 {
  padding-bottom: 5px;
}

.index-top-sect .analytics-box .stat-row .item03 .price {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0px;
}

.index-top-sect .analytics-box .stat-row .item03 .price span {
  font-size: 8px;
  letter-spacing: 2px;
}

.index-top-sect .analytics-box .stat-row .item03 .label {
  font-size: 5px;
  letter-spacing: 1px;
}

.get-depo-promo {
  position: fixed;
  top: 50%;
  right: 0;
  width: 180px;
  border-radius: 5px 0 0 5px;
  z-index: 50;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.get-depo-promo.showed-depo-promo {
  -webkit-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.get-depo-promo .close-btn {
  top: 28px;
  width: 10px;
  height: 15px;
  right: 20px;
}

.get-depo-promo .depo-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#A84BAF), to(#7A4EA7));
  background: -webkit-linear-gradient(top, #A84BAF 0%, #7A4EA7 100%);
  background: -o-linear-gradient(top, #A84BAF 0%, #7A4EA7 100%);
  background: linear-gradient(to bottom, #A84BAF 0%, #7A4EA7 100%);
  border-radius: 5px 0 0 0;
  padding: 18px 0 23px;
  position: relative;
  text-align: center;
}

.get-depo-promo .icon {
  display: block;
  padding-left: 33px;
  margin-bottom: 15px;
  text-align: left;
}

.get-depo-promo .icon img {
  width: 54.5px;
}

.get-depo-promo .title {
  display: block;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.get-depo-promo .price {
  display: block;
  padding-bottom: 6px;
  color: #fff;
  font-size: 38px;
  margin-left: -14px;
  line-height: 40px;
}

.get-depo-promo .price em {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
  padding-top: 10px;
  padding-right: 4px;
}

.get-depo-promo .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}

.get-depo-promo .get-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #9b24a9;
  text-align: center;
  padding: 20px 0 20px;
  border-radius: 0 0 0 5px;
}

.get-depo-promo .get-btn:hover {
  background: #621CA4;
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.get-depo-promo .get-btn:hover span:after {
  border-color: #fff;
}

.get-depo-promo .get-btn span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.get-depo-promo .get-btn span:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  border: solid #9b24a9;
  border-width: 0 1px 1px 0;
  padding: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rel-holder {
  position: relative;
  z-index: 3;
}

.company-sect {
  position: relative;
  width: 100%;
}

.company-sect .sect-content {
  padding: 0 15%;
  position: relative;
  z-index: 3;
}

.company-sect .line-c {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(134, 140, 186, 0.2);
  z-index: 2;
  width: 1px;
}

.company-sect .graph-bg {
  position: absolute;
  right: 0;
  width: 50%;
  overflow: hidden;
  top: 45%;
}

.company-sect .graph-bg img {
  margin-left: -1px;
  width: 100%;
  width: 817px;
  max-width: none;
}

@media (min-width: 1650px) {
  .company-sect .graph-bg img {
    width: 100%;
  }
}

.company-sect .dots-bg {
  position: absolute;
  right: 0;
  width: 60%;
  bottom: 20%;
  top: 7%;
}

.company-sect .dots-bg:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dots-company.html) repeat;
}

.company-sect .company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.company-sect .company-row .fromyear {
  position: absolute;
  top: 60%;
  z-index: 4;
  font-size: 16px;
  color: #222222;
  line-height: 33px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: bold;
}

.company-sect .company-row .left-box {
  width: 50%;
  padding-right: 15%;
}

.company-sect .company-row .left-box h3 {
  font-size: 50px;
  line-height: 45px;
  margin: 0 0 30px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .company-sect .company-row .left-box h3 {
    margin-bottom: 15px;
  }
}

.company-sect .company-row .left-box .subtitle {
  display: block;
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .company-sect .company-row .left-box .subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}

.company-sect .company-row .left-box p {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 33px;
  color: #9f9f9f;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .company-sect .company-row .left-box p {
    font-size: 18px;
    line-height: 28px;
  }
}

.company-sect .company-row .right-box {
  width: 50%;
  position: relative;
}

.company-sect .company-row .right-box .image {
  width: 57%;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: -10px 40px 110px rgba(157, 174, 205, 0.5);
  box-shadow: -10px 40px 110px rgba(157, 174, 205, 0.5);
}

.company-sect .company-row .right-box .image img {
  width: 100%;
}

.company-sect .company-row .right-box .desc {
  position: absolute;
  left: 57%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 6%;
}

.company-sect .company-row .right-box .desc .num {
  display: block;
  font-size: 106px;
  color: #000;
  line-height: 100px;
  margin-bottom: 5px;
}

.company-sect .company-row .right-box .desc .num-info {
  color: #000;
  display: block;
  font-weight: 300;
  font-size: 26px;
  line-height: 29px;
}

.company-sect .org-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-sect .org-row .left-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-sect .org-row .left-box .image {
  width: 40%;
}

.company-sect .org-row .left-box .image img {
  width: 100%;
}

.company-sect .org-row .left-box .desc {
  padding-right: 6%;
  text-align: right;
  color: #222222;
}

.company-sect .org-row .left-box .desc .year {
  display: block;
  font-size: 38px;
  font-weight: normal;
  padding-bottom: 5px;
  line-height: 35px;
}

.company-sect .org-row .left-box .desc .label {
  display: block;
  font-size: 14px;
  line-height: 17px;
}

.company-sect .org-row .right-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 5%;
}

.company-sect .org-row .right-box .name {
  display: block;
  color: #222222;
  font-size: 28px;
  padding-bottom: 5px;
}

.company-sect .org-row .right-box .role {
  display: block;
  color: #888B92;
  font-size: 16px;
}

.advantage-sect {
  position: relative;
  padding-bottom: 170px;
}

.advantage-sect .adv-tizer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.advantage-sect .adv-tizer-wrap .line {
  position: absolute;
  width: 2px;
  left: 50%;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 3;
}

.advantage-sect .adv-tizer-wrap .line-l {
  left: 30%;
}

.advantage-sect .adv-tizer-wrap .graph {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 30%;
  width: 40%;
}

.advantage-sect .adv-tizer-wrap .graph img {
  width: 100%;
}

.advantage-sect .tizer-desc {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
}

.advantage-sect .tizer-desc .subtitle {
  display: block;
  padding-left: 30%;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 16px;
  width: 30%;
  line-height: 34px;
}

.advantage-sect .tizer-desc .title {
  display: block;
  width: 70%;
  text-align: center;
  font-size: 118px;
  font-weight: bold;
  line-height: 100px;
  padding-left: 5%;
  padding-right: 80px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .advantage-sect .tizer-desc .title {
    font-size: 90px;
    line-height: 80px;
  }
}

.advantage-sect .advantage-tizer {
  position: relative;
  width: 70%;
}

.advantage-sect .advantage-tizer img {
  width: 100%;
}

.advantage-sect .advantage-carousel-box {
  margin-top: -25vw;
  position: relative;
  z-index: 5;
}

.advantage-sect .advantage-carousel-box .adv-carousel-holder {
  padding-left: 30%;
  padding-right: 10%;
  position: relative;
}

.advantage-sect .advantage-carousel-box .adv-carousel-holder:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  background-color: rgba(133, 147, 176, 0.16);
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 4;
}

.advantage-sect .advantage-carousel-box .adv-carousel-holder:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 30%;
  background-color: rgba(133, 147, 176, 0.16);
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 4;
}

.advantage-sect .advantage-carousel-box .adv-carousel-holder .adv-carousel-frame {
  background: #fff;
  padding-top: 60px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .advantage-sect .advantage-carousel-box .adv-carousel-holder .adv-carousel-frame {
    padding-top: 40px;
  }
}

.advantage-sect .advantage-carousel-box .carousel-nav {
  text-align: left;
  padding-bottom: 80px;
  padding-left: 70%;
}

.advantage-sect .advantage-carousel-box .carousel-nav button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 66px;
  height: 58px;
  padding: 0;
  margin: 0 0 0 -6px;
  text-align: center;
  background: #47438D;
}

.advantage-sect .advantage-carousel-box .carousel-nav button:hover {
  background-color: #DB408C;
}

.advantage-sect .advantage-carousel-box .carousel-nav button:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 6px;
  margin-left: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 1px;
}

.advantage-sect .advantage-carousel-box .carousel-nav button.btn-prev {
  margin-left: -66px;
  background: #fff;
}

.advantage-sect .advantage-carousel-box .carousel-nav button.btn-prev:hover {
  background-color: #DB408C;
}

.advantage-sect .advantage-carousel-box .carousel-nav button.btn-prev:hover:after {
  border-color: #fff;
}

.advantage-sect .advantage-carousel-box .carousel-nav button.btn-prev:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 5px;
  border-color: #1C0447;
}

.advantage-sect .advantage-carousel-box .carousel-nav .carousel-dots {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
}

.advantage-sect .advantage-carousel-box .carousel-nav .carousel-dots span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin: 0 7px;
  width: 2px;
  height: 16px;
  opacity: 1;
  background-color: #B6B4C6;
}

.advantage-sect .advantage-carousel-box .carousel-nav .carousel-dots .swiper-pagination-bullet-active {
  background-color: #0C0545;
}

.advantage-sect .advantage-carousel-box .swiper-slide {
  padding: 0 5% 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .advantage-sect .advantage-carousel-box .swiper-slide {
    padding-bottom: 40px;
  }
}

.advantage-sect .advantage-carousel-box .swiper-slide .icon {
  margin-bottom: 40px;
}

.advantage-sect .advantage-carousel-box .swiper-slide .icon img {
  width: 81px;
}

.advantage-sect .advantage-carousel-box .swiper-slide .title {
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .advantage-sect .advantage-carousel-box .swiper-slide .title {
    font-size: 18px;
  }
}

.advantage-sect .advantage-carousel-box .swiper-slide p {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 300;
  line-height: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .advantage-sect .advantage-carousel-box .swiper-slide p {
    font-size: 16px;
    line-height: 21px;
  }
}

.video-presentation-sect {
  height: 420px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/bg-video-banner.jpg) no-repeat 50% 0 fixed;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .video-presentation-sect {
    background-attachment: inherit;
  }
}

.video-presentation-sect .graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-video-banner-graph.html) no-repeat 100% 100%;
}

.video-presentation-sect .view-video-link {
  border-radius: 50%;
  width: 168px;
  height: 168px;
  -webkit-box-shadow: 0 0 30px rgba(104, 83, 159, 0.5);
  box-shadow: 0 0 30px rgba(104, 83, 159, 0.5);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -84px;
  margin-top: -84px;
  text-indent: -9999px;
  background: -webkit-gradient(linear, left top, right top, from(#68539F), to(#524893));
  background: -webkit-linear-gradient(left, #68539F 0%, #524893 100%);
  background: -o-linear-gradient(left, #68539F 0%, #524893 100%);
  background: linear-gradient(to right, #68539F 0%, #524893 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video-presentation-sect .view-video-link:hover:after {
  opacity: 1;
}

.video-presentation-sect .view-video-link:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, from(#A54AA7), to(#88419A));
  background: -webkit-linear-gradient(left, #A54AA7 0%, #88419A 100%);
  background: -o-linear-gradient(left, #A54AA7 0%, #88419A 100%);
  background: linear-gradient(to right, #A54AA7 0%, #88419A 100%);
  opacity: 0;
}

.video-presentation-sect .view-video-link:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/speaker.html) no-repeat 50% 50%;
  background-size: 89.5px auto;
  z-index: 3;
}

.video-presentation-sect .banner-desc {
  position: absolute;
  left: 50%;
  padding-left: 125px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.video-presentation-sect .banner-desc strong {
  font-size: 118px;
  line-height: 90px;
  display: block;
}

.video-presentation-sect .banner-desc span {
  display: block;
  padding-left: 78px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 8px;
}

.shares-sect {
  position: relative;
}

.shares-sect .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(17, 41, 95, 0.1);
  z-index: 2;
  width: 1px;
}

.shares-sect .line.line-c {
  width: 1px;
}

.shares-sect .line.line-l {
  left: 30%;
}

.shares-sect .line.line-r {
  left: 70%;
}

.shares-sect .shares-titles-box {
  padding-top: 215px;
  padding-bottom: 40px;
}

.shares-sect .shares-titles-holder {
  color: #000;
}

.shares-sect .titles-graph {
  position: absolute;
  right: 70%;
  overflow: hidden;
  top: 20px;
  left: 0;
  width: 30%;
}

.shares-sect .titles-graph img {
  width: 473px;
  max-width: none;
}

@media (min-width: 1600px) {
  .shares-sect .titles-graph img {
    width: 100%;
    max-width: 100%;
  }
}

.shares-sect .subtitle {
  display: block;
  font-size: 19px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 15px;
  padding-left: 30%;
  width: 20%;
}

.shares-sect .title {
  display: block;
  width: 50%;
  text-align: center;
  font-size: 145px;
  font-weight: bold;
  line-height: 90px;
  padding-left: 6%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .shares-sect .title {
    font-size: 125px;
  }
}

.shares-sect .crypto-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -25px;
  position: relative;
  z-index: 40;
}

.shares-sect .crypto-tabs li {
  width: 20%;
  position: relative;
  padding: 45px 0 50px;
  display: block;
  text-align: center;
}

.shares-sect .crypto-tabs li:hover {
  background: #fff;
}

.shares-sect .crypto-tabs li:hover .icon {
  -webkit-filter: hue-rotate(90deg);
  filter: hue-rotate(90deg);
}

.shares-sect .crypto-tabs li:hover span {
  color: #DB4088;
}

.shares-sect .crypto-tabs li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
}

.shares-sect .crypto-tabs li .icon {
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shares-sect .crypto-tabs li .icon img {
  width: 42px;
}

.shares-sect .crypto-tabs li span {
  display: block;
  font-size: 21px;
  color: #47448f;
  padding: 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shares-sect .crypto-tabs li strong {
  font-weight: bold;
  font-size: 20px;
  color: #b0afcd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shares-sect .crypto-tabs li.active {
  background: -webkit-gradient(linear, left top, right top, from(#48448D), to(#47448D));
  background: -webkit-linear-gradient(left, #48448D 0%, #47448D 100%);
  background: -o-linear-gradient(left, #48448D 0%, #47448D 100%);
  background: linear-gradient(to right, #48448D 0%, #47448D 100%);
}

.shares-sect .crypto-tabs li.active span {
  color: #fff;
}

.shares-sect .crypto-tabs li.active strong {
  color: #7774bf;
}

.shares-sect .crypto-tabs li.active .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.shares-sect .slider-prev,
.shares-sect .slider-next {
  position: absolute;
  left: 70%;
  width: 45px;
  height: 39px;
  border: none;
  outline: none;
  z-index: 45;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shares-sect .slider-prev:hover,
.shares-sect .slider-next:hover {
  background: #DA3F8B;
}

.shares-sect .slider-prev:hover:after,
.shares-sect .slider-next:hover:after {
  border-color: #fff;
}

.shares-sect .slider-prev:after,
.shares-sect .slider-next:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #47448D;
  border-width: 0 1px 1px 0;
  padding: 5px;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shares-sect .slider-prev {
  margin-left: -45px;
  background: #48448E;
}

.shares-sect .slider-prev:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 5px;
  margin-left: 7px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.shares-sect .crypto-slider-holder {
  padding-left: 10%;
  position: relative;
}

.shares-sect .crypto-slider-frame {
  width: 100%;
  height: 590px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .shares-sect .crypto-slider-frame {
    height: 540px;
  }
}

.shares-sect .big-graph-box {
  top: 45px;
  bottom: 45px;
  left: 10%;
  width: 0;
  background: #fff;
  position: absolute;
  z-index: 41;
  padding: 20px 20px 20px 0%;
  overflow: hidden;
}

.shares-sect .big-graph-box .profit-graph {
  width: 100%;
  min-width: 310px;
  max-width: 1200px;
  height: 100%;
}

.shares-sect .big-graph-box .profit-graph .highcharts-axis-labels tspan {
  font-weight: bold;
}

.shares-sect .big-graph-box .profit-graph .highcharts-credits {
  display: none;
}

.shares-sect .big-graph-box.big-graph-active {
  width: 85%;
  padding-left: 5%;
}

.shares-sect .graph-big-link {
  background: #fff;
  position: absolute;
  top: 45px;
  bottom: 45px;
  display: block;
  left: 10%;
  margin-left: -50px;
  width: 100px;
  z-index: 42;
  color: #7859a9;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 12px;
  -webkit-box-shadow: 0 0 110px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.2);
}

.shares-sect .graph-big-link:hover {
  color: #D7408B;
}

.shares-sect .graph-big-link:hover em:before {
  -webkit-filter: hue-rotate(70deg);
  filter: hue-rotate(70deg);
}

.shares-sect .graph-big-link:after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/graph-big-btn-arrow.html) no-repeat;
  width: 8px;
  height: 16px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px;
}

.shares-sect .graph-big-link span {
  position: absolute;
  top: 100%;
  left: 30px;
  display: block;
  white-space: nowrap;
  width: 500px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0%;
  -ms-transform-origin: 0 0%;
  transform-origin: 0 0%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .shares-sect .graph-big-link span {
    width: 450px;
  }
}

.shares-sect .graph-big-link em {
  font-style: normal;
  display: inline-block;
  padding-right: 70px;
  height: 45px;
  line-height: 45px;
  position: relative;
}

.shares-sect .graph-big-link em:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/curr-slider-graph-btn.html) no-repeat 100% 50%;
  background-size: 44px auto;
  width: 44px;
  height: 45px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.shares-sect .crypto-slider {
  width: 100%;
  overflow: hidden;
}

.shares-sect .crypto-slider .content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 15%;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-left: 10%;
}

.shares-sect .ls-bar-timer {
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: url(../images/curr-slider-graph.html) no-repeat 0% 100%;
  height: 222px;
  opacity: 0.7;
  left: 30%;
  right: 0;
}

.shares-sect .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: normal !important;
}

.shares-sect .slide-content .titles {
  width: 80%;
}

.shares-sect .slide-content .titles span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #fff;
}

.shares-sect .slide-content .titles strong {
  font-size: 62px;
  display: block;
  color: #fff;
}

.shares-sect .slide-content .titles p {
  margin: 0;
  color: #c6c0e6;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 27px !important;
}

.shares-sect .slide-content .invest-btn {
  display: inline-block;
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 1px solid #fff;
  padding: 17px 30px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shares-sect .slide-content .invest-btn:hover {
  color: #765AA8;
  background: #fff;
}

.shares-sect .slide-content .stat-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 55%;
}

.shares-sect .slide-content .stat-info-row .stat-col {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 33.3333%;
  padding: 5px 3% 0;
  text-align: left;
  max-width: 195px;
}

.shares-sect .slide-content .stat-info-row .stat-col:first-child {
  border: none;
  max-width: 120px;
  padding-left: 0;
}

.shares-sect .slide-content .stat-info-row .stat-col:last-child {
  border-color: #fff;
  width: 40%;
  max-width: none;
}

.shares-sect .slide-content .stat-info-row .label-big {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 15px;
}

.shares-sect .slide-content .stat-info-row .percents {
  font-size: 150px;
  font-weight: bold;
  color: #fff;
  line-height: 100px;
  letter-spacing: -8px;
  height: 105px;
}

.shares-sect .slide-content .stat-info-row .percents em {
  font-style: normal;
  font-size: 73px;
  font-weight: normal;
  padding-left: 10px;
}

.shares-sect .slide-content .stat-info-row .label {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
  color: #acc3ef;
  letter-spacing: 2px;
  font-weight: bold;
  width: 100%;
}

.shares-sect .slide-content .stat-info-row .days-info {
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.shares-sect .slide-content .stat-info-row .days-info strong {
  font-size: 40px;
  display: inline-block;
}

.shares-sect .slide-content .stat-info-row .days-info span {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  font-size: 15px;
}

.shares-sect .slide-content .stat-info-row .period-info {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

.shares-sect .slide-content .stat-info-row .period-info .valute {
  display: inline-block;
  font-size: 19px;
  vertical-align: top;
  padding-top: 7px;
}

.shares-sect .slide-content .stat-info-row .period-info .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
}

.shares-sect .slide-content .stat-info-row .period-info .share {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 15px;
}

.shares-sect .slide-content .stat-info-row .period-info .share:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 9px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.take-sect {
  padding: 120px 0 121px;
}

.take-sect .graph-bg {
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.take-sect .graph-bg img {
  min-width: 817px;
  float: right;
}

.take-sect .line-r {
  position: absolute;
  top: 0;
  left: 70%;
  margin-left: -1px;
  bottom: 0;
  background-color: rgba(134, 140, 186, 0.2);
  z-index: 2;
  width: 1px;
}

.take-sect .company-row .fromyear {
  top: 50%;
  margin-top: -20px;
}

.take-sect .company-row .left-box p {
  margin-bottom: 30px;
}

.affil-program-sect {
  position: relative;
  margin-bottom: 30px;
}

.affil-program-sect .graph-big-link {
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 10%;
  margin-right: -60px;
  background: #fff;
  width: 100px;
  z-index: 10;
  display: block;
  color: #7859a9;
}

.affil-program-sect .graph-big-link:before {
  content: "";
  display: block;
  clear: both;
  background: url(../images/graph-big-btn-arrow.html) no-repeat;
  width: 8px;
  height: 16px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 100%;
  position: absolute;
  top: 50%;
}

.affil-program-sect .graph-big-link:hover {
  color: #D7408B;
}

.affil-program-sect .graph-big-link:hover em:after {
  -webkit-filter: hue-rotate(70deg);
  filter: hue-rotate(70deg);
}

.affil-program-sect .graph-big-link span {
  display: block;
  width: 400px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 25px;
  font-weight: bold;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: 85%;
  left: 25%;
}

.affil-program-sect .graph-big-link em {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 15px;
}

.affil-program-sect .graph-big-link em:after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/affil-btn-more.html) no-repeat;
  background-size: 47px auto;
  width: 47px;
  height: 47px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: 10px;
}

.affil-program-sect .affil {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.affil-program-sect .affil .line-r {
  position: absolute;
  top: 0;
  left: 70%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.09);
  z-index: 2;
  width: 1px;
}

.affil-program-sect .affil .left-box {
  width: 50%;
  background: url(../images/bg-affil-box-img.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 150px 0 100px;
  color: #fff;
  position: relative;
}

.affil-program-sect .affil .left-box .label {
  display: block;
  padding-left: 60%;
  font-weight: bold;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .affil-program-sect .affil .left-box .label {
    letter-spacing: 10px;
  }
}

.affil-program-sect .affil .left-box .title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 115px;
  line-height: 94px;
  letter-spacing: -4px;
  margin-bottom: 50px;
}

.affil-program-sect .affil .left-box .text {
  padding-left: 60%;
  padding-right: 10px;
  font-weight: 300;
  font-size: 29px;
  line-height: 30px;
  display: block;
}

.affil-program-sect .affil .left-box .desc {
  position: relative;
  z-index: 3;
}

.affil-program-sect .affil .left-box .graph {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
}

.affil-program-sect .affil .right-box {
  position: relative;
  background: url(../images/bg-affil-box.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.affil-program-sect .affil .right-box .level-col {
  width: 50%;
  position: relative;
}

.affil-program-sect .affil .right-box .big-level {
  position: relative;
  padding-left: 20px;
  padding-right: 10%;
  color: #fff;
}

.affil-program-sect .affil .right-box .pers-heading {
  padding-bottom: 25px;
}

.affil-program-sect .affil .right-box .affil-fill {
  position: absolute;
  width: 300px;
  height: 52px;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  left: 0px;
  top: 50%;
  margin-top: 100px;
  text-align: center;
  padding-top: 12px;
  -webkit-transform-origin: 0 0%;
  -ms-transform-origin: 0 0%;
  transform-origin: 0 0%;
  -webkit-box-shadow: 10px 0 80px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 0 80px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.affil-program-sect .affil .right-box .affil-fill .aff-label {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.affil-program-sect .affil .right-box .filled-box {
  background: -webkit-gradient(linear, right top, left top, from(#B45BBC), color-stop(50%, #9350A7), to(#6F4691));
  background: -webkit-linear-gradient(right, #B45BBC 0%, #9350A7 50%, #6F4691 100%);
  background: -o-linear-gradient(right, #B45BBC 0%, #9350A7 50%, #6F4691 100%);
  background: linear-gradient(to left, #B45BBC 0%, #9350A7 50%, #6F4691 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.affil-program-sect .affil .right-box .filled-box:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#692BB0), to(#251975));
  background: -webkit-linear-gradient(right, #692BB0 0%, #251975 100%);
  background: -o-linear-gradient(right, #692BB0 0%, #251975 100%);
  background: linear-gradient(to left, #692BB0 0%, #251975 100%);
}

.affil-program-sect .affil .right-box .percents {
  font-size: 178px;
  line-height: 140px;
  font-weight: normal;
  display: block;
  text-align: left;
  height: 140px;
  margin-bottom: 5px;
  margin-left: -5px;
}

.affil-program-sect .affil .right-box .percents em {
  display: inline-block;
  font-style: normal;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 10px;
  vertical-align: bottom;
  line-height: 50px;
}

.affil-program-sect .affil .right-box .level-desc {
  padding-left: 20%;
}

.affil-program-sect .affil .right-box .level-desc .name {
  display: block;
  font-size: 28px;
  padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .affil-program-sect .affil .right-box .level-desc .name {
    font-size: 24px;
  }
}

.affil-program-sect .affil .right-box .level-desc .cat {
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.affil-program-sect .affil .right-box .level-desc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #cfcada;
  margin: 0 0 10px;
}

.affil-program-sect .affil .level {
  position: relative;
  color: #fff;
  padding-left: 20px;
  padding-right: 50px;
}

.affil-program-sect .affil .level:first-child {
  margin-top: 40px;
}

.affil-program-sect .affil .level .affil-fill {
  height: 35px;
  width: 150px;
  padding-top: 5px;
  z-index: 10;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.affil-program-sect .affil .level .affil-fill .aff-label {
  font-size: 8px;
  letter-spacing: 8px;
}

.affil-program-sect .affil .level .percents {
  height: 110px;
  font-size: 108px;
}

.affil-program-sect .affil .level .percents em {
  font-size: 30px;
  padding-bottom: 20px;
}

.affil-program-sect .affil .level .level-desc {
  padding-left: 15%;
}

.affil-program-sect .affil .level .level-desc .name {
  font-size: 18px;
  padding-bottom: 2px;
}

.affil-program-sect .affil .level .level-desc .cat {
  font-size: 7px;
}

.affil-program-sect .affil .level .level-desc p {
  font-size: 14px;
  line-height: 20px;
}

footer {
  position: relative;
  z-index: 3;
}

footer .footer-top {
  padding: 50px 0 55px;
}

footer .footer-top-flex {
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-top-flex .label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #979EB5;
  letter-spacing: 5px;
  margin-bottom: 18px;
}

footer .footer-top-flex .accept-box {
  width: 65%;
  padding-left: 50px;
}

footer .footer-top-flex .follow-box {
  width: 35%;
  padding: 0 5%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer-top-flex .follow-box {
    padding: 0 3%;
  }
}

footer .footer-top-flex .soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-top-flex .soc-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #AFACCA;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer-top-flex .soc-list a:hover {
  background-color: #857EA9;
}

footer .footer-top-flex .soc-list a img {
  width: 40px;
}

footer .footer-top-flex .accept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-top-flex .accept-list li {
  padding-right: 5px;
}

footer .footer-bot {
  background: #fff;
  padding: 0 10%;
  -webkit-box-shadow: 0 0 80px rgba(111, 87, 161, 0.1);
  box-shadow: 0 0 80px rgba(111, 87, 161, 0.1);
}

footer .footer-bot .footer-bot-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-bot .login-box {
  width: 35%;
  border-left: 1px solid #E1DBEB;
  padding: 40px 30px 30px 5%;
}

footer .footer-bot .login-box .label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #979eb6;
  margin-bottom: 25px;
  letter-spacing: 4px;
}

footer .footer-bot .login-box .login-links {
  background: url(../images/bg-footer-login-box.html) no-repeat 0 0;
  background-size: 39px auto;
  min-height: 39px;
  padding-left: 65px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer-bot .login-box .login-links {
    padding-left: 50px;
  }
}

footer .footer-bot .login-box .login-links a {
  color: #614d96;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

footer .footer-bot .login-box .login-links a:hover {
  color: #C69EEB;
}

footer .footer-bot .login-box .login-links span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #b8b2d5;
  font-weight: bold;
  padding: 0 18px 7px;
}

footer .footer-bot .short-about-box {
  padding: 40px 0 41px;
  min-width: 200px;
}

footer .footer-bot .short-about-box .logo-wrap {
  margin-bottom: 20px;
}

footer .footer-bot .short-about-box .logo {
  display: block;
}

footer .footer-bot .short-about-box .logo img {
  width: 150px;
}

footer .footer-bot .short-about-box .loc-box {
  padding-left: 47px;
}

footer .footer-bot .short-about-box .loc-title {
  display: block;
  padding-left: 32px;
  margin-bottom: 10px;
  background: url(../images/footer-location.html) no-repeat;
  background-size: 18.5px auto;
  height: 29px;
  font-size: 11px;
  color: #979eb6;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 7px;
}

footer .footer-bot .short-about-box .adr {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

footer .footer-bot .footer-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 40px 5%;
}

footer .footer-bot .footer-nav li {
  width: 50%;
  padding-bottom: 5px;
}

footer .footer-bot .footer-nav li a {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

footer .footer-bot .footer-nav li a:hover {
  color: #5F4E96;
}

footer .footer-bot .footer-nav li a:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  border: solid #7B63A7;
  border-width: 0 1px 1px 0;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
  margin-right: 15px;
}

.inner-tizer-sect {
  position: relative;
  padding: 280px 0 170px;
  width: 100%;
  overflow: hidden;
  background: #170B2A;
}

.inner-tizer-sect .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.inner-tizer-sect .bg-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/inner-tizer-over.html) no-repeat;
  background-size: 100% 100%;
}

.inner-tizer-sect .waves {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 30%;
  right: 20%;
}

.inner-tizer-sect .waves img {
  max-width: none;
}

.inner-tizer-sect .tizer-content {
  position: relative;
  z-index: 5;
  padding: 0 10%;
  color: #fff;
}

.inner-tizer-sect .tizer-content h1 {
  font-size: 140px;
  margin: 0 0 10px;
  line-height: 110px;
}

.inner-tizer-sect .tizer-content .subtitle {
  display: block;
  font-size: 27px;
  line-height: 34px;
}

.top-about-sect {
  position: relative;
  padding: 160px 0 140px;
}

.top-about-sect .sect-content {
  position: relative;
  z-index: 5;
}

.top-about-sect .dots-bg {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 100px;
  height: 800px;
  background: url(../images/dots-company.html) repeat;
}

.top-about-sect .since-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-about-sect .since-row .left-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-about-sect .since-row .left-col .image {
  width: 40%;
}

.top-about-sect .since-row .left-col .image img {
  width: 100%;
}

.top-about-sect .since-row .left-col .desc {
  text-align: left;
  padding-right: 30px;
}

.top-about-sect .since-row .left-col .desc .num {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 86px;
  line-height: 80px;
}

.top-about-sect .since-row .left-col .desc .num-info {
  display: block;
  padding-left: 50px;
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  line-height: 29px;
}

.top-about-sect .since-row .right-col {
  width: 50%;
  position: relative;
}

.top-about-sect .since-row .right-col .since-box {
  color: #000;
  position: absolute;
  top: 20%;
  left: 10%;
}

.top-about-sect .since-row .right-col p {
  font-size: 26px;
  line-height: 29px;
  margin: 0 0 34px;
}

.top-about-sect .since-row .right-col span {
  font-size: 27px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 11px;
}

.top-about-sect .since-row .right-col strong {
  display: block;
  font-size: 13vw;
  line-height: 10vw;
}

.top-about-sect .invest-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  padding-bottom: 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}

.top-about-sect .invest-row .left-col {
  width: 50%;
  padding: 5vw 0 0px 0;
}

.top-about-sect .invest-row .left-col .desc {
  float: right;
  width: 75%;
  padding-right: 5vw;
  max-width: 550px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-about-sect .invest-row .left-col .desc {
    width: 85%;
  }
}

.top-about-sect .invest-row .left-col strong {
  display: block;
  font-size: 37px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-about-sect .invest-row .left-col strong {
    font-size: 32px;
  }
}

.top-about-sect .invest-row .left-col p {
  margin: 0;
  font-weight: 300;
  font-size: 33px;
  line-height: 38px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-about-sect .invest-row .left-col p {
    font-size: 28px;
    line-height: 34px;
  }
}

.top-about-sect .invest-row .right-col {
  width: 50%;
}

.top-about-sect .invest-row .right-col .image {
  width: 40%;
}

.top-about-sect .invest-row .right-col .image img {
  width: 100%;
}

.top-about-sect .cent-row {
  text-align: center;
  padding: 0 15%;
  color: #000000;
}

.top-about-sect .cent-row h3 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 300;
}

.top-about-sect .cent-row p {
  font-size: 20px;
  font-weight: 100;
  color: #565963;
  line-height: 30px;
}

.dash-present-sect {
  padding-bottom: 130px;
  position: relative;
}

.dash-present-sect:before {
  content: "";
  display: block;
  clear: both;
  background: url(../images/dots-company.html) repeat;
  position: absolute;
  bottom: 0;
  right: 3%;
  left: 40%;
  height: 50%;
}

.dash-present-sect .line {
  position: absolute;
  width: 1px;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #E6E9F3;
  z-index: 3;
}

.dash-present-sect .line-l {
  left: 30%;
}

.dash-present-sect .line-r {
  left: 70%;
}

.dash-present-sect .dash-tizer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  margin-bottom: 110px;
}

.dash-present-sect .dash-tizer-wrap .line {
  background: rgba(255, 255, 255, 0.1);
  width: 2px;
}

.dash-present-sect .dash-tizer-wrap .graph {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 50%;
  width: 20%;
  overflow: hidden;
}

.dash-present-sect .dash-tizer-wrap .graph img {
  max-width: none;
}

.dash-present-sect .dash-tizer-wrap .tizer-desc {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 33.333%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
}

.dash-present-sect .dash-tizer-wrap .tizer-desc p {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}

.dash-present-sect .dash-tizer-wrap .tizer-desc .title {
  display: block;
  font-size: 80px;
  font-weight: bold;
  line-height: 90px;
  white-space: nowrap;
}

.dash-present-sect .abs-tizer {
  position: relative;
  width: 70%;
  background: url(../images/about-tizer01.jpg) no-repeat 100% 50% fixed;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dash-present-sect .abs-tizer {
    background-attachment: inherit;
  }
}

.dash-present-sect .abs-tizer:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 60%;
}

.dash-present-sect .ipad-box {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 51%;
  z-index: 5;
}

.dash-present-sect .ipad-box:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  bottom: 30px;
  left: 30px;
  right: 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 30px 140px rgba(86, 97, 131, 0.5);
  box-shadow: 0 30px 140px rgba(86, 97, 131, 0.5);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dash-present-sect .ipad-box {
    bottom: 20%;
  }
}

.dash-present-sect .ipad-box .ipad-holder {
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: url(../images/ipad-right.html) no-repeat;
  background-size: 100% auto;
}

.dash-present-sect .ipad-box .ipad-holder:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 95%;
}

.dash-present-sect .ipad-box img {
  position: absolute;
  top: 6%;
  left: 11%;
  width: 89%;
  z-index: 3;
  height: 87.5%;
  border-radius: 10px 0 0 10px;
}

.dash-present-sect .dash-info-row {
  position: relative;
  width: 70%;
  z-index: 3;
}

.dash-present-sect .dash-info-row .text-holder {
  padding-left: 15%;
  width: 65%;
}

.dash-present-sect .dash-info-row h3 {
  color: #000;
  font-size: 37px;
  font-weight: bold;
  margin: 0 0 15px;
}

.dash-present-sect .dash-info-row p {
  font-size: 33px;
  line-height: 40px;
  color: #000;
  margin: 0 0 30px;
  font-weight: 100;
}

.why-shares-sect {
  position: relative;
  padding-bottom: 180px;
}

.why-shares-sect .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(230, 233, 243, 0.8);
  z-index: 2;
  width: 1px;
}

.why-shares-sect .line.line-c {
  width: 1px;
}

.why-shares-sect .line.line-l {
  left: 30%;
}

.why-shares-sect .line.line-r {
  left: 70%;
}

.why-shares-sect .shares-titles-box {
  padding-top: 215px;
  padding-bottom: 60px;
}

.why-shares-sect .shares-titles-box .subtitle {
  display: block;
  font-size: 19px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 15px;
  padding-left: 30%;
  width: 50%;
  color: #000;
}

.why-shares-sect .shares-titles-box .title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 73px;
  font-weight: bold;
  line-height: 80px;
  padding-left: 30%;
  margin-left: -180px;
  white-space: nowrap;
  color: #000;
}

.why-shares-sect .titles-graph {
  position: absolute;
  right: 70%;
  overflow: hidden;
  top: 10%;
  left: 0;
  width: 30%;
}

.why-shares-sect .titles-graph img {
  width: 473px;
  max-width: none;
}

@media (min-width: 1600px) {
  .why-shares-sect .titles-graph img {
    width: 100%;
    max-width: 100%;
  }
}

.why-shares-sect .shares-feats-box {
  padding: 0 10%;
}

.why-shares-sect .shares-feats-box .shares-feats {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why-shares-sect .shares-feats-box .shares-feats li {
  width: 25%;
  padding-left: 5%;
}

.why-shares-sect .shares-feats-box .shares-feats li .item-holder {
  position: relative;
  margin-bottom: 25px;
  min-height: 250px;
  padding-left: 15%;
  padding-top: 45px;
}

.why-shares-sect .shares-feats-box .shares-feats li .item-holder:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 20%;
  bottom: 0;
}

.why-shares-sect .shares-feats-box .shares-feats li .item-rel {
  position: relative;
  z-index: 3;
  color: #000;
}

.why-shares-sect .shares-feats-box .shares-feats li .icon {
  height: 90px;
}

.why-shares-sect .shares-feats-box .shares-feats li .title {
  display: block;
  font-size: 2.2vw;
  font-weight: bold;
  line-height: 2vw;
  margin-bottom: 12px;
}

.why-shares-sect .shares-feats-box .shares-feats li .subtitle {
  font-size: 1vw;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: 2vw;
  letter-spacing: 5px;
}

.why-shares-sect .shares-feats-box .shares-feats li em {
  font-style: normal;
  display: block;
  font-weight: 300;
  color: #868686;
  font-size: 14px;
  line-height: 23px;
  padding-left: 15%;
}

.finance-info-sect {
  position: relative;
  padding: 0 0 170px;
}

.finance-info-sect .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(230, 233, 243, 0.8);
  z-index: 2;
  width: 1px;
}

.finance-info-sect .line.line-c {
  width: 1px;
}

.finance-info-sect .line.line-l {
  left: 30%;
}

.finance-info-sect .line.line-r {
  left: 70%;
}

.finance-info-sect .finance-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.finance-info-sect .finance-row .left-col {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.finance-info-sect .finance-row .left-col .image {
  width: 55%;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .finance-info-sect .finance-row .left-col .image {
    width: 60%;
  }
}

.finance-info-sect .finance-row .left-col .image img {
  width: 100%;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.finance-info-sect .finance-row .left-col .desc {
  width: 40%;
}

.finance-info-sect .finance-row .left-col .desc p {
  margin: 0;
  color: #000000;
  font-weight: 100;
  font-size: 2vw;
  line-height: 3vw;
}

.finance-info-sect .finance-row .right-col {
  width: 50%;
  position: relative;
  padding-top: 5%;
  padding-left: 5%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .finance-info-sect .finance-row .right-col {
    padding-top: 20px;
  }
}

.finance-info-sect .finance-row .right-col .desc {
  width: 55%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .finance-info-sect .finance-row .right-col .desc {
    width: 80%;
  }
}

.finance-info-sect .finance-row .right-col .num-box {
  margin-bottom: 60px;
}

.finance-info-sect .finance-row .right-col .num-box .num {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 86px;
  line-height: 80px;
}

.finance-info-sect .finance-row .right-col .num-box .num-info {
  display: block;
  padding-left: 50px;
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  line-height: 29px;
}

.finance-info-sect .finance-row .right-col p {
  color: #565963;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .finance-info-sect .finance-row .right-col p {
    font-size: 18px;
    line-height: 28px;
  }
}

.sert-sect {
  position: relative;
  margin-bottom: 50px;
}

.sert-sect .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(182, 184, 189, 0.2);
  z-index: 3;
  width: 1px;
}

.sert-sect .line.line-c {
  width: 1px;
}

.sert-sect .line.line-l {
  left: 30%;
}

.sert-sect .line.line-r {
  left: 70%;
}

.sert-sect .sert-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.sert-sect .sert-desc {
  width: 50%;
  padding: 0 10% 0 10%;
}

.sert-sect .sert-desc .desc-holder {
  margin: 0 auto;
  width: 320px;
}

.sert-sect .sert-desc .since {
  display: block;
  text-align: right;
  width: 230px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}

.sert-sect .sert-desc h3 {
  margin: 0 0 30px;
  font-weight: bold;
  color: #000;
  font-size: 73px;
  line-height: 64px;
}

.sert-sect .sert-desc p {
  font-size: 18px;
  line-height: 25px;
  color: #555966;
  margin: 0 0 30px;
  font-weight: 100;
}

.sert-sect .cert-tizer {
  background: url(../images/legal01.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 50%;
  position: relative;
}

.sert-sect .cert-tizer:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 70%;
}

.sert-sect .cert-tizer .tizer-desc {
  position: absolute;
  color: #fff;
  left: 20%;
  width: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sert-sect .cert-tizer .tizer-desc .tizer-title {
  display: block;
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sert-sect .cert-tizer .tizer-desc .tizer-title {
    font-size: 70px;
  }
}

.sert-sect .cert-tizer .tizer-desc span {
  font-size: 30px;
  line-height: 38px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sert-sect .cert-tizer .tizer-desc span {
    font-size: 28px;
    line-height: 34px;
  }
}

.sert-sect .sert-thumb {
  position: absolute;
  display: block;
  left: 41%;
  z-index: 5;
  width: 18%;
  outline: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .affil-page-tizer {
    padding-top: 230px;
  }
}

.affil-page-tizer .tizer-content h1 {
  font-size: 99px;
  line-height: 100px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .affil-page-tizer .tizer-content h1 {
    font-size: 82px;
  }
}

.affil-content-sect {
  position: relative;
  padding: 0 0 30px;
}

.affil-content-sect .affil-content {
  position: relative;
  padding-top: 130px;
}

.affil-content-sect .affil-content .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(182, 184, 189, 0.2);
  z-index: 3;
  width: 1px;
}

.affil-content-sect .affil-content .line.line-c {
  width: 1px;
}

.affil-content-sect .affil-content .line.line-l {
  left: 30%;
}

.affil-content-sect .affil-content .line.line-r {
  left: 70%;
}

.typical-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10% 80px;
}

.typical-row .row-col {
  width: 50%;
  padding-right: 10%;
}

.typical-row p {
  margin: 0 0 30px;
  font-weight: 100;
  font-size: 20px;
  color: #565963;
  line-height: 30px;
}

.typical-row .big {
  font-size: 33px;
  line-height: 40px;
  color: #000;
}

.typical-row .row-title {
  display: block;
  font-weight: bold;
  font-size: 37px;
  color: #000;
  margin-bottom: 40px;
}

.affil-levels-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 8% 150px 10%;
}

.affil-levels-row .level {
  position: relative;
  color: #000;
  padding-left: 20px;
  padding-right: 50px;
  width: 33.33333%;
}

.affil-levels-row .level .affil-fill {
  position: absolute;
  width: 300px;
  height: 52px;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  left: 0px;
  top: 50%;
  margin-top: 100px;
  text-align: center;
  padding-top: 12px;
  -webkit-transform-origin: 0 0%;
  -ms-transform-origin: 0 0%;
  transform-origin: 0 0%;
  z-index: 5;
}

.affil-levels-row .level .affil-fill .aff-label {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 10px;
  color: #D2B6D9;
  font-weight: bold;
}

.affil-levels-row .level .filled-box {
  background: -webkit-gradient(linear, right top, left top, from(#B45BBC), color-stop(50%, #9350A7), to(#6F4691));
  background: -webkit-linear-gradient(right, #B45BBC 0%, #9350A7 50%, #6F4691 100%);
  background: -o-linear-gradient(right, #B45BBC 0%, #9350A7 50%, #6F4691 100%);
  background: linear-gradient(to left, #B45BBC 0%, #9350A7 50%, #6F4691 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.affil-levels-row .level .filled-box:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#692BB0), to(#251975));
  background: -webkit-linear-gradient(right, #692BB0 0%, #251975 100%);
  background: -o-linear-gradient(right, #692BB0 0%, #251975 100%);
  background: linear-gradient(to left, #692BB0 0%, #251975 100%);
}

.affil-levels-row .level .percents {
  font-size: 178px;
  line-height: 140px;
  font-weight: normal;
  display: block;
  text-align: left;
  height: 140px;
  margin-bottom: 5px;
  margin-left: -5px;
}

.affil-levels-row .level .percents em {
  display: inline-block;
  font-style: normal;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 10px;
  vertical-align: bottom;
  line-height: 50px;
}

.affil-levels-row .level .level-desc {
  padding-left: 20%;
  max-width: 300px;
}

.affil-levels-row .level .level-desc .name {
  display: block;
  font-size: 28px;
  padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .affil-levels-row .level .level-desc .name {
    font-size: 24px;
  }
}

.affil-levels-row .level .level-desc .cat {
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #9F9FA3;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.affil-levels-row .level .level-desc p {
  font-weight: 300;
  font-size: 19px;
  line-height: 28px;
  color: #89898D;
  margin: 0 0 10px;
}

.partner-present-sect .partner-tizer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  margin-bottom: 110px;
}

.partner-present-sect .partner-tizer-wrap .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
  width: 2px;
}

.partner-present-sect .partner-tizer-wrap .line.line-l {
  left: 30%;
}

.partner-present-sect .partner-tizer-wrap .line.line-r {
  left: 70%;
}

.partner-present-sect .partner-tizer-wrap .graph {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 50%;
  width: 20%;
  overflow: hidden;
}

.partner-present-sect .partner-tizer-wrap .graph img {
  max-width: none;
}

.partner-present-sect .partner-tizer-wrap .tizer-desc {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 33.333%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
}

.partner-present-sect .partner-tizer-wrap .tizer-desc p {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}

.partner-present-sect .partner-tizer-wrap .tizer-desc .title {
  display: block;
  font-size: 80px;
  font-weight: bold;
  line-height: 90px;
  white-space: nowrap;
}

.partner-present-sect .abs-tizer {
  position: relative;
  width: 70%;
  background: url(../images/partner-tizer.html) no-repeat 50% 50% fixed;
  background-size: cover;
}

.partner-present-sect .abs-tizer:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.partner-present-sect .abs-tizer:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 52%;
}

.partner-present-sect .partner-feats-holder {
  padding-left: 50%;
  padding-right: 10%;
  position: relative;
  margin-top: -25vw;
  z-index: 3;
}

.partner-present-sect .partner-feats-holder .partner-feats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partner-present-sect .partner-feats-holder .partner-feats .feat-item {
  width: 50%;
  background: #fff;
  padding: 53px 10% 70px 10%;
  border-left: 1px solid #D7DBE7;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .partner-present-sect .partner-feats-holder .partner-feats .feat-item {
    padding: 30px 5% 40px 5%;
  }
}

.partner-present-sect .partner-feats-holder .partner-feats .feat-item:first-child {
  border: none;
}

.partner-present-sect .partner-feats-holder .partner-feats .icon {
  height: 140px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .partner-present-sect .partner-feats-holder .partner-feats .icon {
    height: 100px;
  }
}

.partner-present-sect .partner-feats-holder .partner-feats .title {
  display: block;
  font-size: 31px;
  line-height: 32px;
  padding-bottom: 20px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .partner-present-sect .partner-feats-holder .partner-feats .title {
    font-size: 28px;
  }
}

.partner-present-sect .partner-feats-holder .partner-feats .subtitle {
  font-size: 13px;
  display: block;
  color: #000;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.partner-present-sect .partner-feats-holder .partner-feats p {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  color: #868686;
}

.faq-section {
  padding: 75px 10%;
}

.faq-section h3 {
  font-weight: bold;
  font-size: 50px;
  color: #000;
  font-weight: 100;
  margin: 0 0 40px;
}

.faq-section .faq-list {
  padding: 0 0 50px;
  width: 100%;
}

.faq-section .faq-list:last-child {
  padding-bottom: 0;
}

.faq-section .faq-list li {
  background: #fff;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 0 5px rgba(47, 56, 87, 0.05);
  box-shadow: 0 0 5px rgba(47, 56, 87, 0.05);
}

.faq-section .faq-list li:last-child {
  border: none;
  margin-bottom: 0;
}

.faq-section .faq-list li .btn-acc-open {
  display: block;
  position: relative;
  padding: 22px 7% 22px 88px;
  font-size: 20px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-section .faq-list li .btn-acc-open:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 40px;
  display: inline-block;
  vertical-align: middle;
  border: solid #A239AE;
  border-width: 0 2px 2px 0;
  padding: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-section .faq-list li .btn-acc-open.collapsed:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 4px;
}

.faq-section .faq-list li .btn-acc-open:hover {
  color: #dd42f0;
}

.faq-section .faq-list li .btn-acc-open:hover:after {
  border-color: #dd42f0;
}

.faq-section .faq-list li .faq-textbox {
  padding: 25px 7% 15px 88px;
  position: relative;
  min-height: 110px;
}

.faq-section .faq-list li .faq-textbox:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 88px;
  right: 7%;
  height: 1px;
  top: 0;
  background: #D7DBE6;
}

.faq-section .faq-list li .faq-textbox p {
  margin: 0 0 10px;
  color: #44495a;
  font-size: 16px;
  line-height: 30px;
}

.top-tizer-news {
  padding-bottom: 85px;
  padding-top: 245px;
}

.news-list-sect {
  padding: 70px 10% 50px;
}

.news-list-sect .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -60px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-list-sect .news-list {
    margin-left: -30px;
  }
}

.news-list-sect .news-list li {
  width: 33.33333%;
  margin-bottom: 60px;
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news-list-sect .news-list li {
    padding-left: 30px;
  }
}

.news-list-sect .news-list li .image {
  margin-bottom: 26px;
}

.news-list-sect .news-list li .image img {
  width: 100%;
}

.news-list-sect .news-list li .item-holder {
  position: relative;
}

.news-list-sect .news-list li .item-holder:hover .title {
  color: #3374A6;
}

.news-list-sect .news-list li .desc {
  padding: 0 5%;
}

.news-list-sect .news-list li .title {
  font-size: 22px;
  color: #333848;
  font-weight: bold;
  line-height: 30px;
  display: block;
  padding-bottom: 15px;
}

.news-list-sect .news-list li p {
  margin: 0 0 20px;
  font-weight: 100;
  font-size: 15px;
  color: #535867;
  line-height: 23px;
}

.news-list-sect .news-list li .date {
  color: #333848;
}

.news-list-sect .news-list li .date strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}

.news-list-sect .news-list li .date span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagenavi li {
  display: block;
  border-left: 1px solid #DDE0EF;
}

.pagenavi li:first-child {
  border: none;
}

.pagenavi li:first-child a {
  border-radius: 6px 0 0 6px;
}

.pagenavi li:last-child a {
  border-radius: 0 6px 6px 0;
}

.pagenavi li a {
  display: block;
  width: auto;
  padding: 0 10px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #E4E8F6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagenavi li a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.pagenavi li.active a {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-tizer-news-view {
  padding-top: 220px;
  padding-bottom: 90px;
}

.top-tizer-news-view .tizer-content h1 {
  font-size: 51px;
  line-height: 50px;
}

.top-tizer-news-view .sect-bg {
  background-position: 50% 50% !important;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 20px;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.breadcrumbs li:after {
  content: "";
  display: block;
  clear: both;
  content: '/';
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}

.breadcrumbs li a {
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 1px;
}

.news-view-section {
  padding: 100px 10% 20px;
  color: #000;
}

.news-view-section h2 {
  font-size: 34px;
  margin: 0 0 30px;
  font-weight: bold;
}

.news-view-section h3 {
  margin: 0 0 30px;
  font-weight: bold;
  color: #000;
  font-size: 31px;
}

.news-view-section p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 25px;
  font-weight: 100;
}

.news-view-section p big {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.news-view-section img {
  width: 100%;
}

.news-view-section .rowed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.news-view-section .rowed .col {
  width: 50%;
  padding-right: 10%;
}

.contact-tizer-sect {
  padding-top: 250px;
  padding-bottom: 60px;
}

.contact-tizer-sect .waves {
  bottom: -120px;
}

.contact-tizer-sect .tizer-content h1 {
  font-size: 120px;
  margin-bottom: 20px;
}

.contact-tizer-sect .bg-over {
  background: rgba(23, 11, 42, 0.5);
}

.contact-tizer-sect .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-tizer-sect .contact-row .label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}

.contact-tizer-sect .contact-row .loc-col {
  width: 60%;
}

.contact-tizer-sect .contact-row .soc-col {
  width: 35%;
}

.contact-tizer-sect .contact-row .soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.contact-tizer-sect .contact-row .soc-list a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(75, 62, 124, 0.7);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-tizer-sect .contact-row .soc-list a:hover {
  background: #4b3e7c;
}

.contact-tizer-sect .contact-row .adr {
  display: block;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 25px;
}

.map-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  height: 400px;
}

.map-section .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feedback-section .feedback-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-section .col-image {
  height: 570px;
  width: 50%;
  background: url(../images/feedback-img.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.feedback-section .col-image:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.feedback-section .col-image .line-l {
  position: absolute;
  top: 0;
  left: 60%;
  bottom: 0;
  background-color: rgba(182, 184, 189, 0.2);
  z-index: 3;
  width: 1px;
}

.feedback-section .col-image .text-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20%;
  color: #fff;
}

.feedback-section .col-image h2 {
  font-size: 80px;
  line-height: 90px;
  font-weight: bold;
  margin: 0 0 20px;
}

.feedback-section .col-image span {
  display: block;
  font-size: 30px;
  line-height: 38px;
}

.feedback-section .col-form {
  padding: 88px 10% 90px;
  width: 50%;
}

.contact-form .form-heading {
  background: url(../images/contact-form-icon.html) no-repeat 0 10px;
  color: #000;
  padding-left: 65px;
  margin-left: -45px;
  padding-bottom: 22px;
}

.contact-form .form-heading .subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.contact-form .form-heading .title {
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}

.contact-form input.form-control {
  background: #fff;
  height: 45px;
  color: #000;
  padding-left: 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form input.form-control::-webkit-input-placeholder {
  color: #333;
}

.contact-form input.form-control:-moz-placeholder {
  color: #333;
}

.contact-form input.form-control::-moz-placeholder {
  color: #333;
}

.contact-form input.form-control:-ms-input-placeholder {
  color: #333;
}

.contact-form input.form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(103, 84, 158, 0.1);
  box-shadow: 0 0 10px rgba(103, 84, 158, 0.1);
}

.contact-form textarea.form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  color: #000;
  resize: vertical;
}

.contact-form textarea.form-control::-webkit-input-placeholder {
  color: #333;
}

.contact-form textarea.form-control:-moz-placeholder {
  color: #333;
}

.contact-form textarea.form-control::-moz-placeholder {
  color: #333;
}

.contact-form textarea.form-control:-ms-input-placeholder {
  color: #333;
}

.contact-form textarea.form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(103, 84, 158, 0.1);
  box-shadow: 0 0 10px rgba(103, 84, 158, 0.1);
}

.contact-form .btn-submit-pink {
  width: 100%;
}

.sert-sect .cert-tizer-new {
  background: url(../images/bg-sert-tizer2.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.modal-open {
  overflow: visible;
}

.modal.in:before {
  opacity: 1;
}

.login-modal.in .modal-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.login-modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.login-modal .close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-indent: -9999px;
  cursor: default;
}

.login-modal .close-btn {
  top: 50px;
  right: 40px;
  z-index: 4;
}

.login-modal .modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.login-modal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 0 180px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 180px rgba(0, 0, 0, 0.6);
  border: none;
  z-index: 10;
  width: 525px;
  position: relative;
  background: none;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../images/login-modal-grad.html) no-repeat 50% 50%;
  background-size: 100% 100%;
  border-radius: 6px 0 0 6px;
}

.login-modal .modal-content .modal-content-rel {
  position: relative;
  z-index: 3;
  padding: 60px 65px 60px 80px;
}

.login-modal .modal-heading {
  padding-bottom: 30px;
}

.login-modal .modal-heading .modal-title {
  font-size: 59px;
  line-height: 70px;
  display: inline-block;
  color: #fff;
}

.login-modal .modal-heading .modal-icon {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.login-modal .modal-heading .subtitle {
  display: block;
  color: #c1b3db;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.reg_main .form-control,
.login-modal .form-control {
  border-radius: 8px;
  background: #fff;
  border: none;
  color: #000;
  font-size: 18px;
  height: 58px;
  padding-left: 23px;
  padding-right: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-box-shadow: 0 0 3px transparent;
  box-shadow: 0 0 3px transparent;
}

.login-modal .form-control::-webkit-input-placeholder {
  color: #3f4286;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.login-modal .form-control:-moz-placeholder {
  color: #3f4286;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.login-modal .form-control::-moz-placeholder {
  color: #3f4286;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.login-modal .form-control:-ms-input-placeholder {
  color: #3f4286;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.login-modal .form-control:focus {
  -webkit-box-shadow: 0 0 3px #F463B5;
  box-shadow: 0 0 3px #F463B5;
}

.login-modal .form-group {
  margin-bottom: 20px;
}

.login-modal .iconed-input {
  position: relative;
}

.login-modal .iconed-input input {
  padding-right: 90px;
}

.login-modal .iconed-input:after {
  content: "";
  display: block;
  clear: both;
  top: 15px;
  bottom: 15px;
  right: 70px;
  width: 1px;
  background-color: #DCDFE7;
  position: absolute;
}

.login-modal .iconed-input .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 70px;
  height: 100%;
  padding-right: 7px;
  top: 0;
  right: 0;
}

.login-modal .custom-checkbox {
  padding-left: 25px;
}

.login-modal .button-wrap {
  padding-top: 10px;
}

.login-modal .button-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-modal .btn-submit {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#9D6CD0), color-stop(50%, #8763C8), to(#735CC3));
  background: -webkit-linear-gradient(left, #9D6CD0 0%, #8763C8 50%, #735CC3 100%);
  background: -o-linear-gradient(left, #9D6CD0 0%, #8763C8 50%, #735CC3 100%);
  background: linear-gradient(to right, #9D6CD0 0%, #8763C8 50%, #735CC3 100%);
  display: inline-block;
  border-radius: 12px;
  padding: 6px 30px 7px 25px;
  font-style: normal;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
}

.login-modal .btn-submit:hover {
  background: #DA448C;
}

.login-modal .btn-submit span {
  display: block;
  padding-right: 35px;
  background: url(../images/btn-login-submit.html) no-repeat 100% 50%;
}

.login-modal .helplinks {
  padding-top: 5px;
  text-align: right;
}

.login-modal .helplinks li {
  padding-bottom: 15px;
}

.login-modal .helplinks li:last-child {
  padding-bottom: 0;
}

.login-modal .helplinks li:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/help-links-a.html) no-repeat;
  background-size: 15.5px auto;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}

.login-modal .helplinks li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.login-modal .helplinks li a:hover {
  text-decoration: underline;
}

