.account-balance-main__value {
    font-size: 29px;
}
.select-pay{
	text-align:center;
}
.select-pay label{
	cursor:pointer;
}
.label-balance {
	display:none;
}
.label-balance .jq-selectbox__dropdown {
	top:46px!important;
}
.form.deposit_confirm th{
	background: #496884;
    color: #fff;
}
.plan-info-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.plan-info-item__title {
    color: #737373;
}
.slick-dots{
	display:none;
}
.cabinet-menu-item {
    padding: 0 1px;
}
.form-financial-top .nav-link {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
}
.form-financial-top .nav-link {
    padding: 0 45px;
}
.form-financial-top .nav-link.active {
    font-size: 24px;
}
.plan-box-name {
    font-size: 20px;
    top: 40px;
    left: 10px;
}
.plan-box label:before {
    width: 20px;
    height: 20px;
}
.plan-box input[type=radio]:checked + label:before {
    font-size: 18px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.sbmt{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
	padding: 0 30px;
    border-radius: 0;
    outline: none;
    border: none;
    display: inline-block;
    line-height: 38px;
	
	font-family: "OpenSansBold";
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    height: 52px;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    padding: 0 25px;
    background: linear-gradient(126deg, #537895 1%, #09203f 100%);
    position: relative;
    z-index: 2;

    cursor: pointer;

}
.lang-list .disabled {
    opacity: 0.2;
    pointer-events: none;
}
.rules-list .item{
	margin-bottom:30px;
}
@media (min-width:1200px){
	.bar-graph {
		margin-top: -85px;
	}
}

.c-captcha-img{
    position: absolute;
    right: 15px;
    top:50%;
    transform: translateY(-50%);
}

.social-buttons__list a{
	position: relative;
}
/*
.social-buttons__list a:before{
	content: 'Soon';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "OpenSansBold";
	font-size: 12px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.27);
	border-radius: 2px;
	display: inline-block;
	padding: 0 5px;
	text-align: center;
}*/

.c-about-certificate-link{
	display: block;
}
.header-main {
    overflow: hidden;
    position: relative;
}
.header-main video{
	position:absolute;
}
.main-video {
    position: relative;
    top: 92px;
    height: 357px;
    left: 14px;
    padding: 70px;
}
.main-video img{
	width:100%;
}
.section-page.section-about--main .about-block{
	padding:0;
}
.about-img.home {
    position: absolute;
    top: 120px;
    left: auto;
    margin-left: 0;
}
.header-main-bottom{
	z-index: 99;
    position: relative;
}
.iphone ul{
	list-style: none;
}

.iphone ul>li:hover img:last-child{
	display:none;
}
.iphone ul>li img:first-child{
	display:none;
}
.iphone ul>li:hover img:first-child{
	display:block;
}
.iphone ul>li{
    border-radius: 5px;
    padding: 20px;
    height: 105px;
	margin-bottom:10px;
	color: #10102E;
	background:#fff;
	text-transform:uppercase;
	position:relative;
	padding-left: 110px;
    padding-top: 30px;
	font-weight:bold;
}
.iphone ul>li:hover{
	color:#cccccc;
	background: #e7e7e7;
}
.iphone ul>li:hover:before{
	content:'';
	width:68px;
	height:12px;
	position:absolute;
	left:-68px;
	background:url('../img/iphone/l-active.png');
	top: 50%;
    margin-top: -6px;
}
.iphone ul>li:hover:after{
	content:'';
	width:68px;
	height:12px;
	position:absolute;
	right:-68px;
	background:url('../img/iphone/r-active.png');
	top: 50%;
    margin-top: -6px;
}
.li-icon {
    position: absolute;
    top: 25px;
	left: 25px;
}
.iphone{
	position: absolute;
    bottom: -100px;
	width:588px;
	height:579px;
	background:url('../img/iphone/iphone.png');
	padding: 118px 128px 16px 121px;
}
.about-block.invest {
    min-height: 320px;
}
.btn-start {
    background: #fff;
    color: #067a9e;
}
@keyframes moveright {
  0%, 100% {
    right: 20px;
  }
  50% {
    right: 25px;
  }
}
.btn-start span:after{
	content:'';
	position:absolute;
	width:16px;
	height:11px;
	background:url(../img/icons/right-arrow.png);
	top: 19px;
    right: 20px;
	animation: 
      moveright ease-out infinite;
	 animation-duration: 1.8s;
	
}
.footer-top {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.start-play .play-button:before{
	transition: all .2s ease-in-out;
	transform: scale(1) translateX(-50%);
}
.start-play:hover .play-button:before{
	transform: scale(1.3) translateX(-31%);
	opacity: 0;
}
.start-play .play-button:before {
    background: url(../img/icons/play.png) 29px center no-repeat;
    width: 80px;
    background-size: 35%;
    height: 54px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 18px;
}
.social-buttons__title {
    color: #077a9e;
}
.head .social-buttons__link {
	color: #0db9cb;
}
.head .social-buttons__link:hover {
	color: #097798;
}
.invest .about-img{
    position: absolute;
    top: -32px;
    left: 56%;
    margin-left: 30px;
}
.section-page {
    padding: 100px 0;
}
video.main-video{
	display:none;
}
.start-video{
	cursor:pointer;
}
.header-bg-layer{
	position:relative;
}
.header-bg-layer img{
	position:absolute;
}
.header-bg-phone {
    top: -120px;
    right: -120px;
}
.header-bg-triangles{
	position:absolute;
	left: 242px;
}
.header-bg-triangles img{
	position:absolute;
}
.header-bg-triangle{
	background:transparent;
}
.header-bg-triangles img:nth-child(1){
	top: -62px;
}
.header-bg-triangles img:nth-child(2){
	left: 79px;
    top: -77px;
}
.header-bg-triangles img:nth-child(3){
	left: 129px;
    top: -71px;
}
.header-bg-stars {
    position: absolute;
    left: 435px;
    top: -65px;
    width: 535px;
    height: 355px;
}

.header-bg-stars img:nth-child(1){
	left: 5px;
    top: 31px;
	animation-duration: 2s;
}
.header-bg-stars img:nth-child(2){
	left: 297px;
	animation-delay: 2.4s;
	animation-duration: 1.5s;
}
.header-bg-stars img:nth-child(3){
	top: 105px;
    right: 62px;
	animation-delay: 3s;
	animation-duration: 2.3s;
}
.header-bg-stars img:nth-child(4){
	bottom: 13px;
    right: 163px;
	animation-delay: 3.6s;
	animation-duration: 1.8s;
}
@keyframes starshine {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.header-bg-stars img{
	animation: 
      starshine ease-out infinite;
}

@media only screen and (max-width: 1600px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1199px){
	.main-video {
		position: relative;
		top: 90px;
		height: 302px;
		left: 14px;
		padding: 59px;
	}
	.section-page.section-about--main .about-block .about-img.home{
		display:none;
	}
}
@media screen and (max-width: 990px ){
	.c-about-certificate-link{
		width: 60%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	/*.iphone{
		display:none;
	}*/
}
@media screen and (max-width: 990px ){
	.main-video {
		position: relative;
		top: auto;
		height: auto;
		left: auto;
		width: 100%;
	}
	.about-img.home {
		top: 0;
	}
	.main-video {
		position: relative;
		top: -43px;
		left: 12px;
		height: auto;
		width: 100%;
		padding: 97px;
	}
}
@media screen and (min-width: 991px ){
	.c-about-certificate-link{
		position: absolute;
		left: 60%;
		top: 50%;
		margin-left: 7%;
	    transform: translateY(-50%);
		width: 200px;

	}
	
}
@media (max-width:767px){
	.main-video {
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: 100%;
		padding: 0;
	}
	.about-img.home{
		display:none;
	}
}
.c-about-certificate-link img{
	width: 100%;
}
.vip--plan .plan-box-name {
    top: 15px;
	font-size: 18px;
} 
.form-financial.cabinet .vip--plan .plan-box-name {
    top: 25px;
	left: 15px;
} 
.header-main.sm-header {
    overflow: visible;
}
.block-result-item__value {
    font-size: 28px;
}
.plan-box label{
background: rgba(41,121,88,1);
background: -moz-linear-gradient(top, rgba(41,121,88,1) 0%, rgba(41,121,88,1) 39%, rgba(9,94,82,1) 97%, rgba(9,94,82,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,121,88,1)), color-stop(39%, rgba(41,121,88,1)), color-stop(97%, rgba(9,94,82,1)), color-stop(100%, rgba(9,94,82,1)));
background: -webkit-linear-gradient(top, rgba(41,121,88,1) 0%, rgba(41,121,88,1) 39%, rgba(9,94,82,1) 97%, rgba(9,94,82,1) 100%);
background: -o-linear-gradient(top, rgba(41,121,88,1) 0%, rgba(41,121,88,1) 39%, rgba(9,94,82,1) 97%, rgba(9,94,82,1) 100%);
background: -ms-linear-gradient(top, rgba(41,121,88,1) 0%, rgba(41,121,88,1) 39%, rgba(9,94,82,1) 97%, rgba(9,94,82,1) 100%);
background: linear-gradient(to bottom, rgba(41,121,88,1) 0%, rgba(41,121,88,1) 39%, rgba(9,94,82,1) 97%, rgba(9,94,82,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#537895', endColorstr='#09203f', GradientType=0 );

border: 1px solid #095e52;
border-top-left-radius: 0;
border-top-right-radius: 0;

    height: 343px;
	padding-top: 145px;
}
.plan-box-item__title {
color: #d0d0d0;
}
.plan-box-item__percent,.plan-box-item__value{
color:#fff;
}
.plan-box-top{
position:absolute;
border-top: 5px solid #620062;
width:100%;
top:0;
background: #fff;
height:150px;
padding:16px 19px;
}
.plan-box-top-graphs2{
position: relative;
width:100%;
height:100%;
background-color: #fff;
border-radius:3px;
background-image: url(../img/graph_sprite3.png);
    background-position-y: 158px;
}

.plan-box-top-graphs{
position: relative;
width:100%;
height:100%;
background-color: #fff;
border-radius:3px;
background-image: url(../img/graph_sprite2.png);
    background-position-y: 158px;
}

.plan-box-top-graph{
position: relative;
width:100%;
height:100%;
background-color: #fff;
border-radius:3px;
background-image: url(../img/graph_sprite.png);
    background-position-y: 158px;
}
.plan-box-top-graph p{
color:#818181;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
padding: 5px 10px;
transition: all 0.3s;
}
.plan-box-top-icons {
    position: absolute;
    top: -5px;
    right: 0;
    display: flex;
}
.plan-box-top-icons span {
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}
.plan-box-top-icons span:nth-child(2) {
background:#e2ea9c;
}
.plan-box-top-icons span:nth-child(3) {
background:#e13e3e;
}
.plan-box label:after{
display:none;
}
@keyframes example {
    from {background-position-x: 0;}
    to {background-position-x: 209%;}
}
.plan-box:hover .plan-box-top-graph{
	background-color: #8cc3ae;
	background-position-y: 20px;
	animation-name: example;
    animation-duration: 16s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.plan-box:hover .plan-box-top-graph p{
color:#fff;
}
.plan-box label:before {
    top: 26px;
	left:auto;
    right: 24px;
    border: 1px solid #183250;
    color: #1a3351;
}
.plan-box input[type=radio]:checked + label:before {
    border-color: #0f2746;
}
.plan-box:hover label:before{
	border: 1px solid #fff;
    color: #fff;
}
.plan-box:hover input[type=radio]:checked + label:before {
    border-color: #fff;
}
.plan-box-item__percent span {
    font-size: 17px;
}




.img-center {
    margin: auto;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#features li {
    display: table;
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
	padding: 10px;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	background: #10102e;
	border-radius: 10px;
	transition: all 1s ease-in-out;
}

#features li:hover {
	transform: scale(1.07);
	transition: all 1s ease-in-out;
	z-index: 1000;
}

.features-left,
.features-right {
    padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 10px;
    font-size: 26px;
	color: #ffffff;
    background-color: #ffaf00;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
}

.features-right li i:hover,
.features-left li i:hover {
	background: #201e21;
}

#features i img {
    display: table;
    margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: right;
}

.fr-inner {
    margin-right: 90px;
}

.features-left i {
    float: left;
}

.fl-inner {
    text-align: left;
    margin-left: 90px;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    /*margin-top: 45px;*/
    padding-top: 90px;
    background: #190949;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #0796fe;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: silver;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #092a49;
    background: none;
    border-radius: 0;
    border: 2px solid #092a49;
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #0796fe;
}

@media (max-width: 767.98px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}






/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 5px;
  padding-top: 5px!important;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
}

.pricing .featured-badge {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 49px);
  background: #fdc134;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #fdc134;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #fdc134;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #213b52;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #fdc134;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border: 1px solid #fdc134;
}

.pricing .featured .get-started-btn {
  background: #fdc134;
}

.pricing .featured .get-started-btn:hover {
  background: #fdcd5c;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}