.fwh {
    width: 100% !important;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button, a{
    text-decoration: none;
    outline: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

input, textarea{
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    outline: none;
    font-family: "Montserrat";
    letter-spacing: 0.025em;
}


 /* padding: 12px;
    margin: 16px 60px 16px 16px;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(to right, #ECBA00 0%,#ECBA00 100%);
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    outline: none;
    font-family: "Montserrat";
    letter-spacing: 0.05em;
    min-width: 170px;*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:hover, button:hover{
    opacity: 0.6;
}

body {
    line-height: 1;
    margin: 0 auto;
    max-width: 1920px;
    font-family: 'Montserrat';
    font-weight: normal;
    background-color: #000;
    /*background-image: url(../img/body-before.png);*/
    /*background-position: center top;*/
    /*background-repeat: no-repeat;*/
}

.wrapper{
    overflow: hidden;
}

.container {
    margin: 0 auto;
    width: 1200px;
    padding: 0 15px;
}

.cfix:after{
    content: " ";
    display: block;
    clear: both
}

.invisLink,
.invisLbl {
    position: relative;
    z-index: 1
}

.invisLink > a,
.invisLbl > .link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    cursor: pointer;
}

p{
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.btnMain{
    display: table;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0 23px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0,0,0,0.11);
}

.btnMain.sea{
    background: #ECBA00;
    background: -moz-linear-gradient(left, #ECBA00 0%, #ECBA00 100%);
    background: -webkit-linear-gradient(left, #ECBA00 0%,#ECBA00 100%);
    background: linear-gradient(to right, #ECBA00 0%,#ECBA00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECBA00', endColorstr='#ECBA00',GradientType=1 );
}

.btnMain.purple{
    background: #ECBA00;
    background: -moz-linear-gradient(left, #ECBA00 0%, #ECBA00 100%);
    background: -webkit-linear-gradient(left, #ECBA00 0%,#ECBA00 100%);
    background: linear-gradient(to right, #ECBA00 0%,#ECBA00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECBA00', endColorstr='#ECBA00',GradientType=1 );
}
.deposit-process-wrap{
	padding-top: 13px;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 13px;
	margin: 48px 60px 33px 588px;
	border: none;
	background: linear-gradient(to right, #03c2e2 0%,#03c2e2 100%);
	font-size: 16px;
	border-radius: 50px;
	outline: none;
	font-family: "Montserrat";
	letter-spacing: 0.05em;
}
.deposit-cancel-wrap{
	padding-top: 13px;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 13px;
	margin: 48px 60px 33px 5px;
	border: none;
	background: #e40b0b;
	
	font-size: 16px;
	border-radius: 50px;
	outline: none;
	font-family: "Montserrat";
	letter-spacing: 0.05em;
	
}

.titMain{
    display: block;
    font-size: 50px;
    line-height:  70px;
    font-weight: 200;
    color: #01060f;
    text-transform: uppercase;
}

.lilTit,
.titCab{
    display: block;
    font-size: 30px;
    line-height: 50px;
    font-weight: 200;
    color: #010c1a;
    text-transform: uppercase;
}

.titCab{
    color: #fff;
}

.lilTit.white,
.titMain.white{
    color: #fff;
}

.waveBefore{
    position: relative;
}

/*.waveBefore:before{*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*width: 1920px;*/
    /*height: 450px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top;*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
    /*top: 0;*/
    /*z-index: -1;*/
/*}*/

.waves{
    width: 2920px;
    height: 1600px;
    position: absolute;
    left: 50%;
    margin-left: -1460px;
    top: -1032px;
}

.waves img{
    display: block;
    position: absolute;
    left: 0 !important;
    top: 0;
}

.waveBefore.sea{
    background-color: #ECBA00;
}

/*.waveBefore.sea:before{*/
    /*background-image: url(../img/wave-before1.png);*/
/*}*/

.waveBefore .img1{
    z-index: 3;
}

.waveBefore .img2{
    z-index: 2;
}

.waveBefore .img3{
    z-index: 1;
}

.waveBefore.sea .img1{
    top: -81px;
}

.waveBefore.sea .img2{
    top: -51px;
    left: -70px;
}

.waveBefore.sea .img3{
    top: -252px;
}

.waveBefore.dark .img3{
    top: 64px;
    left: 201px;
}

.waveBefore.dark .img2{
    top: -145px;
    left: 183px;
}

.waveBefore.dark .img1{
    top: -163px;
    left: -55px;
}

.waveBefore.darkFirst .img3{
    top: -28px;
    left: -14px;
}

.waveBefore.darkFirst .img2{
    top: -230px;
    left: -5px;
}

.waveBefore.darkFirst .img1{
    top: 635px;
    left: 3px;
}


/*.waveBefore.dark:before{*/
    /*background-image: url(../img/wave-before2.png);*/
/*}*/


/*.waveBefore.darkFirst:before{*/
    /*background-image: url(../img/wave-before3.png);*/
/*}*/

/*.waveBefore.dark,*/
/*.waveBefore.darkFirst{*/
    /*background-color: #000;*/
/*}*/

.darkFirst{
    position: relative;
}

.darkFirst:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    background-color: #000;
    background-position: center 168px;
    background-repeat: no-repeat;
    background-image: url(../img/back1.png);
}

.page .aboutUs.darkFirst:before{
    height: calc(100% - 70px);
    top: 70px;
}

.affilatePage.darkFirst:before{
    height: calc(100% - 45px);
    top: 45px;
}

.darkFirst.custServ:before{
    height: 100%;
    top: 0px;
    background-position: center 48px;
}

.darkFirst.faq:before{
    background-position: center 398px;
    height: 100%;
    top: 44px;
}

.darkFirst.getStarted:before{
     height: 100%;
     top: 9px;
     background-position: center 360px;
 }

.darkFirst.investment:before{
    height: 100%;
    top: 0;
}

.darkFirst.paidout:before{
    height: calc(100% - 40px);
    top: 40px;
    background-position: center 820px;
}

.darkFirst.representatives:before{
    height: calc(100% - 87px);
    top: 87px;
}

.darkFirst.rules:before{
    height: calc(100% - 49px);
    top: 49px;
}

.back2{
    background-position: center 152px;
    background-repeat: no-repeat;
    background-image: url(../img/back2.png);
}

.represLocal.back2{
    background-position: center 660px;
}

.waveBefore .titUp{
    position: absolute;
    z-index: 5;
}

.inpCab{
    position: relative;
}

.inpCab input{
    height: 48px;
    border: 1px solid #4b5777;
    background-color: #000;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.33);
    box-shadow: inset 0 3px 7px rgba(0,0,0,0.33);
    padding: 0 21px;
    color: #6e7893;
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    letter-spacing: 0;
}

.inpCab.wIcon input{
    padding-right: 50px;
}

.inpCab.wIcon [class*="icon"]{
    display: block;
    position: absolute;
    font-size: 30px;
    right: 12px;
    line-height: 46px;
    top: 0;
}

.highcharts-background{
    fill: transparent;
}

#clock .highcharts-pane{
    stroke: #ECBA00;
    stroke-width: 2px;
}
.site [data-hightcharts-line]:not(#clock) .highcharts-tick,
.site [data-hightcharts-line]:not(#clock) .highcharts-axis-line,
.site [data-hightcharts-line]:not(#clock) .highcharts-grid-line{
    stroke: #8991aa;
}

.cab .highcharts-tick,
.cab .highcharts-axis-line,
.cab .highcharts-grid-line{
    stroke: #747f99;
}

.highcharts-axis-labels text{
    margin-top: -7px;
}

.chooseToggle .toggleHead.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cab .highcharts-xaxis-grid .highcharts-grid-line {
    stroke-width: 1px;
}

.cab .highcharts-legend-item text{
    line-height: 36px;
    font-size: 13px;
    display: block;
    vertical-align: middle;;
    padding: 12px 0;
}

.cab .highcharts-series-0 tspan{
    fill: #703aa9;
    color: #703aa9;
    font-weight: 500;
    padding: 12px 0;
}

.cab .highcharts-series-1 tspan{
    fill: #ECBA00;
    color: #ECBA00;
    font-weight: 500;
}

.cab .highcharts-point{
    y: 2;
}

.selectric-selectIcon .ico {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 30px;
    font-family: 'icomoon';
    padding-right: 10px;
}

.selectric-selectIcon .ico-Bitcoin:before{
    content: '\e903';
}

.selectric-selectIcon .ico-Ethereum:before{
    content: '\e904';
}

.selectric-selectIcon .ico-Litecoin:before{
    content: '\e905';
}

.selectric-selectIcon .ico-Dash:before{
    content: '\e906';
}

.selectric-selectIcon .ico-Dogecoin:before{
    content: '\e907';
}

.irs-grid-pol{
    height: 23px;
    background-color: #505c78;
}

.irs-grid-pol.small{
    height: 11px;
    background-color: #505c78;
}

.irs-grid {
    bottom: 6px;
}

.irs-grid-text {
    bottom: -15px;
    font-size: 12px;
    line-height: 12px;
    padding: 0 3px;
    color: #747f99;
}

.onLayer{
    position: relative;
    z-index: 5;
}

@keyframes circle {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

img{
    cursor-pointer: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden{
    opacity: 0;
}

.visible{
    opacity: 1;
}