/* clock */

.clock {
    position: relative;
}

.site .clock {
    width: 270px;
    padding-left: 77px;
}

.cab .clock {
    width: 230px;
    padding: 13px 0 13px 87px;
}

.cab .clock #clock {
    margin-left: 12px;
}

.clock span {
    display: block;
    letter-spacing: 0.05em;
}

.site .clock span {
    line-height: 40px;
}

.cab .clock span {
    line-height: 28px;
}

.clock .date {
    font-size: 14px;
}

.clock .time {
    font-size: 27px;
    font-weight: 500;
}

/* .clock:before, */
#clock{
/*     content: "\e900"; */
    display: block;
/*     font-family: "icomoon"; */
    position: absolute;
    left: -20px;
/*     font-size: 68px;
    line-height: 68px; */
    top: 50%;
    margin-top: -40px;
}

.cab .clock:before {
    font-size: 50px;
    line-height: 50px;
    margin-top: -25px;
    left: 25px;
}

/* contacts */

.site header .contacts {
    width: 279px;
}

header .contacts a,
.site footer .contacts a {
    display: table;
    position: relative;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.cab header .contacts a {
    line-height: 30px;
}

.site footer .contacts a {
    line-height: 28px;
}

.site footer .contacts .mail {
    text-decoration: underline;
}

header .contacts a .num,
footer .contacts a .num {
    font-weight: 600;
}

header .contacts .phone {
    font-size: 17px;
    padding-left: 38px;
}

footer .contacts .phone {
    font-size: 14px;
    padding-left: 35px;
}

footer .contacts .mail,
header .contacts .mail {
    font-size: 14px;
    padding-left: 42px;
}

footer .contacts .mail {
    padding-left: 39px;
}

header .contacts a:before,
footer .contacts a:before {
    display: block;
    font-family: "icomoon";
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0;
}

.cab header .contacts a:before {
    font-size: 25px;
    line-height: 25px;
    margin-top: -12.5px;
}

header .contacts .phone:before,
footer .contacts .phone:before {
    content: "\e901";
}

header .contacts .mail:before,
footer .contacts .mail:before {
    content: "\e902"
}

.site header .contacts li {
    padding: 10px 0;
}

.cab .accInfoMain,
.cab .headTop,
.contentCab,
.cab .accInfo {
    padding: 0 44px 0 40px;
}

.cab .menuBl{
    padding: 0 29px 0 25px;
}

.cab .contacts {
    padding: 11px 30px 11px 37px;
}

.cab .contacts,
.cab .clock,
.cab .yourAcc {
    border-left: 1px solid #283350;
}

/* proofs */

header .proofs {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: table;
    padding-left: 34px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 19px;
    letter-spacing: 0.075em;
}

/* social */

.social li {
    display: inline-block;
    vertical-align: middle;
}

.social li + li {
    margin-left: 8px;
}

.social a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #2d3856;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    color: #fff;
}

footer .social li + li {
    margin-left: 11px;
}

/* logo */

.site header .logo img {
    width: 255px;
}

.cab header .logo img {
    width: 255px;
    margin-top: 16px;
}

.cab header .logo .logoAdapt {
    display: none;
}

.site header .logo {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cab header .logo {
    float: left;
}

.logo {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: table;
}

.logo:hover {
    opacity: 0.6;
}

/* lang */

.lang {
    width: 118px;
    position: relative;
}

.lang a,
.lang .langHead > span {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.025em;
    position: relative;
    padding-left: 36px;
}

.lang a {
    color: #fff;
}

.lang .langHead > span {
    color: #a0a9c1;
}

.lang .langHead {
    background-color: rgba(81, 91, 118, 0.55);
    padding: 3.5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.lang .langHead.active,
.lang .langHead:hover {
    opacity: 0.6;
}

.lang .langList {
    background-color: #2d3856;
    padding: 3.5px;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

.lang .langList li {
    padding: 5px 0;
}

.lang .flag {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.lang .langHead:before {
    content: "\e949";
    display: block;
    font-family: "icomoon";
    position: absolute;
    right: 2.5px;
    top: 50%;
    margin-top: -12.5px;
    font-size: 24px;
    color: #a0a9c1;
    line-height: 25px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

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

/* menu */

.site .menu a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.site .menu li {
    float: left;
}

.site .menu li + li {
    margin-left: 20px;
}

.cabMenu a {
    color: #808fb1;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.05em;
}

.cabMenu a span {
    font-size: 42px;
    display: block;
    line-height: 42px;
    padding-bottom: 15px;
}

.cabMenu li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    text-align: center;
}

.cabMenu {
    float: left;
    width: 33.3333%;
}

.cabMenu {
    margin-top: 29px;
}

.site .callMenu {
    height: 45px;
    padding: 0 22px;
    background-color: #313b56;
    border-radius: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    cursor: pointer;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    display: none;
}

.site .callMenu:hover {
    opacity: 0.6;
}

.site .callMenu span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
}

.site .callMenu .menuSymb span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 100%;
}

.site .callMenu .menuSymb span + span {
    margin-top: 6px;
}

.site .callMenu .menuSymb {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 30px;
    right: 22px;
}

.menuMob{
    display: none;
}

/* header all */

.site header {
    position: relative;
    padding-bottom: 320px;
}

.site header {
    padding-top: 31px;
}

.baseHead {
    position: relative;
    padding-left: 103px;
    z-index: 6;
}

header .social, header .lang {
    display: inline-block;
    vertical-align: middle;
}

.lang {
    margin-left: 16px;
}

.langSocProofs,
.clock,
.site .menuBl,
.headTop,
.cab .yourAcc,
.cab .contacts {
    float: right;
}

.langSocProofs {
    padding: 6px 0;
}

.site .clock {
    padding-top: 4px;
    padding-bottom: 4px;
}

header .contacts {
    float: left;
}

.site .menu {
    margin-top: 28px;
}

header .bttns .btnMain {
    min-width: 175px;
    display: inline-block;
}

header .bttns .btnMain + .btnMain {
    margin-left: 30px;
}

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

.home header:before {
    height: 2220px;
    background-image: url(../img/before-headerHome.png);
}

.page header:before {
    height: 834px;
    background-image: url(../img/before-headerPage.png);
    z-index: -1;
}

.cab .yourAcc {
    padding: 16px 8px 16px 27px;
}

.cab .yourAcc a {
    display: table;
    position: relative;
    font-size: 14px;
    line-height: 50px;
    color: #77819b;
    text-decoration: underline;
    padding-left: 62px;
}

.cab .yourAcc a:before {
    content: "\e93b";
    font-family: 'icomoon';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 50px;
    line-height: 50px;
    margin-top: -25px;
}

.cab .headTop {
    width: 100%;
    border: 1px solid #283350;
    float: none;
    background-color: #0b192f;
}

.accInfoMain {
    margin: 41px -16px 0;
}

.accInfoMain .item {
    float: left;
    padding: 0 16px;
    width: 25%;
}

.accInfoMain .content {
    background-color: #0b192f;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 33px 29px 33px 100px;
    position: relative;
}

.accInfoMain .name {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
}

.accInfoMain .date {
    color: #747f99;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.accInfoMain .crypt {
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.accInfoMain .dol {
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

.accInfoMain span {
    display: block;
}

.accInfoMain [class*="icon"] {
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    color: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 29px;
    top: 50%;
    margin-top: -27.5px;
}

.accInfoMain .item:first-child [class*="icon"],
.accInfoMain .item:nth-child(2) [class*="icon"] {
    background-color: #ECBA00;
}

.accInfoMain .item:last-child [class*="icon"],
.accInfoMain .item:nth-child(3) [class*="icon"] {
    background-color: #ECBA00;
}

.accInfoMain .tit {
    width: 173px;
    float: left;
}

.accInfoMain .data {
    float: left;
}

.cab .accInfo {
    margin: 32px -20px 0;
}

.cab .accInfo .item {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.accInfo .content {
    background-color: #24314f;
    position: relative;
    padding: 29px 29px 29px 40px;
}

.accInfo .content > span {
    display: block;
}

.accInfo .content .name,
.accInfo .content .date {
    color: #747f99;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}

.accInfo .content .date span {
    color: #fff;
}

.accInfo .content .crypt {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
}

.accInfo .content .date {
    position: relative;
    padding-left: 21px;
}

.accInfo .content .date:before {
    content: "\e91a";
    font-family: 'icomoon';
    display: block;
    position: absolute;
    font-size: 17px;
    line-height: 17px;
    left: 0;
    top: 50%;
    margin-top: -8.5px
}

.accInfo .content .dol {
    position: absolute;
    top: 17px;
    right: 29px;
    background-color: #0b192f;
    line-height: 29px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    min-width: 81px;
    text-align: center;
}

/* headPage */

.headPage {
    margin-top: 68px;
    position: relative;
    z-index: 4;
}

.headPage .pageTit {
    font-size: 50px;
    line-height: 50px;
    font-weight: 200;
    float: left;
    text-transform: uppercase;
}

.headPage .bttns {
    float: right;
}

.headPage .bttns {
    padding-top: 5px;
}

.headPage .bttns .btnMain + .btnMain {
    margin-left: 26px;
}

/* banner */

.banner p {
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
}

.banner .hello {
    font-size: 50px;
    line-height: 68px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
}

.banner .nameCompany {
    font-size: 80px;
    line-height: 90px;
    font-weight: 200;
    display: block;
    text-transform: uppercase;
}

.banner .content {
    width: 564px;
}

.banner {
    position: relative;
    padding: 123px 0 126px;
}

.banner .mainPic {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -62px;
    z-index: -1;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
}

.banner .mainPic .decPic{
    position: relative;
    z-index: 6;
    width: 808px;
    height: 847px;
}
.banner .mainPic .mobPic{
    display: none;
    width: 924px;
    height: 880px;
}

.banner .mainPic [class*='graf']{
    position: absolute;
    overflow: hidden;
    width: 0px;
}
.banner .mainPic .graf1{
    top: 269px;
    left: 88px;
    -webkit-transition: width 1.4s 1s;
    -moz-transition: width 1.4s 1s;
    -ms-transition: width 1.4s 1s;
    -o-transition: width 1.4s 1s;
    transition: width 1.4s 1s;
}
.banner .mainPic.visible .graf1{
    width: 300px;
}
.banner .mainPic .graf2{
    top: 240px;
    left: 37px;
    -webkit-transition: width 1s 1.7s;
    -moz-transition: width 1s 1.7s;
    -ms-transition: width 1s 1.7s;
    -o-transition: width 1s 1.7s;
    transition: width 1s 1.7s;
}
.banner .mainPic.visible .graf2{
    width: 345px;
}

.banner .mainPic [class*='diag']{
    position: absolute;
    overflow: hidden;
    width: 118px;
    height: 105px;
}

.banner .mainPic.visible .diag1{
    -webkit-transition: height 1s 1.7s;
    -moz-transition: height 1s 1.7s;
    -ms-transition: height 1s 1.7s;
    -o-transition: height 1s 1.7s;
    transition: height 1s 1.7s;
}
.banner .mainPic.visible .diag2{
    -webkit-transition: height 1s 2s;
    -moz-transition: height 1s 2s;
    -ms-transition: height 1s 2s;
    -o-transition: height 1s 2s;
    transition: height 1s 2s;
}
.banner .mainPic.visible .diag3{
    -webkit-transition: height 1s 2.3s;
    -moz-transition: height 1s 2.3s;
    -ms-transition: height 1s 2.3s;
    -o-transition: height 1s 2.3s;
    transition: height 1s 2.3s;
}
.banner .mainPic .statDiags{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner .mainPic .statDiags [class*='statDi']{
    position: absolute;
    display: table;
}
.banner .mainPic .statDiags .statDi1{
    bottom: 377px;
    right: 255px;
    z-index: 1;
}

.banner .mainPic .statDiags .statDi2{
    bottom: 312px;
    right: 142px;
    z-index: 3;
}

.banner .mainPic .statDiags .statDi3{
    bottom: 254px;
    right: 26px;
    z-index: 5;
}

.banner .mainPic [class*='diag']{
    position: absolute;
}

.banner .mainPic [class*='diag'] > img{
    display: block;
    position: absolute;
    left: 0;
    width: 118px;
}
.banner .mainPic [class*='diag'] .topDiag{
    top: 0;
}
.banner .mainPic [class*='diag'] .botDiag{
    bottom: 0;
}
.banner .mainPic [class*='diag'] .bodyDiag{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 36px;
    background-position: center bottom;
    background-repeat: repeat-y;
    height: calc(100% - 105px);
}
.banner .mainPic.visible .diag2{
    height: 405px;
    bottom: 283px;
    right: 82px;
    z-index: 4;
}
.banner .mainPic.visible .diag3{
    height: 400px;
    bottom: 213px;
    right: -33px;
    z-index: 5;
}
.banner .mainPic.visible .diag1{
    height: 270px;
    bottom: 348px;
    right: 198px;
    z-index: 2;
}

.banner .bttns {
    margin-top: 82px;
}

.banner .welcome + p {
    margin-top: 70px;
}

/* bitPrice */


.bitPrice > span {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.bitPrice .filter {
    margin-top: 50px;
    padding-left: 52px;
}

.bitPrice .choiced li {
    float: left;
}

.bitPrice .choiced li + li {
    margin-left: 2px;
}

.bitPrice .choiced button {
    width: 34px;
    line-height: 22px;
    font-size: 12px;
    color: #000;
    background-color: #ECBA00;
    text-align: center;
    font-weight: 500;
}

.bitPrice .choiced button.active,
.bitPrice .choiced button:hover {
    background-color: #ECBA00;
    color: #fff;
}

.bitPrice .choiced,
.bitPrice .choicedDate {
    display: inline-block;
    vertical-align: middle;
}

.bitPrice .choicedDate {
    margin-left: 142px;
}

.bitPrice .choicedDate input {
    height: 22px;
    line-height: 20px;
    color: #8991aa;
    border: 1px solid #8991aa;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 12px;
    width: 95px;
}

.bitPrice .choicedDate span {
    font-size: 12px;
    color: #8991aa;
    display: inline-block;
    padding: 0 1px 0 7px;
}

.bitPrice .choicedInfo .diagram {
    width: 766px;
    float: left;
    height: 350px;
}

.bitPrice .choicedInfo {
    padding: 6px 0 12px;
}

.site .bitPrice .dynamics {
    float: left;
    width: 404px;
    padding-left: 42px;
}

.bitPrice .dynamics li {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #000;
    padding: 10px;
    width: 100%;
    display: table;
}

.bitPrice .dynamics li + li {
    margin-top: 10px;
}

.bitPrice .dynamics li > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}

.bitPrice .dynamics .num {
    font-weight: bold;
	font-size:20px;
}

.bitPrice .dynamics .dynamic {
    text-align: right;
    font-weight: 300;
    padding-right: 14px;
	font-size:16px;
}

.bitPrice .dynamics [class*="icon"] {
    width: 60px;
    font-size: 40px;
}

/* footer */

footer {
    position: relative;
    overflow: hidden;
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    height: 1789px;
    background-image: url(../img/before-footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    background-color: #000;
    z-index: -2;
}

footer p {
    font-size: 10px;
    line-height: 24px;
    color: #c3c3c3;
}

footer .left {
    float: left;
    width: 442px;
    padding-left: 132px;
    padding-right: 44px;
    position: relative;
}

footer .logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -67.5px;
}

footer .menuBlocks {
    float: left;
    width: 728px;
}

footer .menuBlocks .item:first-child,
footer .menuBlocks .item:nth-child(2) {
    width: 262px;
    float: left;
}

footer .menuBlocks .item:last-child {
    width: 204px;
    float: left;
}

footer .menuBlocks span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

footer .menuBlocks li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

footer .menuBlocks li {
    position: relative;
    padding-left: 21px;
}

footer .menuBlocks li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ECBA00;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

footer .topFoot {
    padding: 144px 0 141px;
}

footer .copyright {
    width: 442px;
    float: left;
    line-height: 28px;
    letter-spacing: -0.01em;
}

footer .contSocial {
    float: right;
    width: 728px;
}

footer .contacts {
    width: 545px;
    float: left;
}

footer .contacts .phone {
    color: #fff;
}

footer .contacts li {
    float: left;
}

footer .contacts li:first-child {
    width: 302px;
}

footer .bttmFoot {
    padding: 29px 0;
    background-color: rgb(0 0 0 / 86%);
}

/* payments */

.payments {
    padding: 73px 0 81px;
    background-color: #000;
    position: relative;
    z-index: 4;
}

.payments ul {
    margin: 0 -35px;
    text-align: center;
}

.payments ul li {
    padding: 0 20px;
    display: inline-block;
}

/* aboutUS */

.home .aboutUs .titUp {
    top: -108px;
}

.home .aboutUs:before {
    top: -391px;
}

.home .aboutUs {
    padding-top: 20px;
    padding-bottom: 114px;
}

.darkFirst .titUp {
    top: -73px;
}

.darkFirst:before {
    top: -319px;
}

.page .aboutUs {
    position: relative;
    padding-top: 70px;
    padding-bottom: 300px;
}

.aboutUs .left,
.aboutUs .right {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.aboutUs .in {
    margin: 0 -24px 0;
    position: relative;
}

.aboutUs p {
    letter-spacing: -0.009em;
}

.aboutUs p b {
    letter-spacing: 0;
}

.listIcons li {
    font-size: 17px;
    font-weight: 500;
    color: #010c1a;
    line-height: 30px;
    padding-left: 59px;
    position: relative;
    letter-spacing: -0.009em;
}

.listIcons li:before {
    content: "\e908";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    font-size: 56px;
    line-height: 56px;
    left: -6px;
    top: 50%;
    margin-top: -28px;
}

.aboutUs .listIcons {
    margin-top: 60px;
}

.aboutUs p + p,
.aboutUs .listIcons li + li {
    margin-top: 30px;
}

.aboutUs .left ul + p {
    margin-top: 30px;
}

.aboutUs .infoCompany {
    margin-top: 51px;
}

.aboutUs .license {
    border: 2px solid #3c6b7c;
    height: 317px;
    width: 221px;
    float: left;
    background-position: center;
    background-size: cover;
}

.aboutUs .infoCompany .info {
    float: left;
    padding-left: 52px;
}

.aboutUs .infoCompany .info span {
    font-size: 17px;
    line-height: 30px;
    color: #010c1a;
    font-weight: bold;
}

.aboutUs .infoCompany li {
    font-size: 17px;
    line-height: 30px;
    color: #010c1a;
    font-weight: 500;
}

.aboutUs .infoCompany .addr ul {
    margin-top: 9px;
}

.aboutUs .infoCompany .info .number {
    margin-top: 51px;
}

.aboutUs .left .btnMain {
    margin-top: 52px;
    min-width: 215px;
}

.aboutUs .right .btnMain {
    margin-top: 31px;
    min-width: 175px;
}

.aboutUs.dark .infoCompany .info span,
.aboutUs.dark .infoCompany li,
.aboutUs.darkFirst .infoCompany .info span,
.aboutUs.darkFirst .infoCompany li,
.aboutUs.dark p,
.aboutUs.darkFirst p {
    color: #fff;
}

.aboutUs .lilTit {
    width: 585px;
}

/* calculator */

.calculator {
    position: relative;
    padding: 114px 0 320px;
}

.investment .calculator {
    padding: 165px 0 320px;
}

.calculator.left:before {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    height: 1796px;
    background-image: url(../img/before-calculator.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #090f20;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}

.calculator .in {
    position: relative;
}

.calculator .calcBlock {
    position: absolute;
    top: 50%;
    margin-top: -232.5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 465px;
    height: 465px;
    background-color: #000;
    padding: 0 96px;
    display: table;
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.39);
    z-index: 2;
}

.calculator.right .calcBlock {
    right: 0;
}

.calculator .lilTit {
    width: 465px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 75px;
}

.calculator .calcBlock > .content {
    display: table-cell;
    vertical-align: middle;
}

.calculator .calcBlock:before {
    content: "";
    display: block;
    position: absolute;
    width: 540px;
    height: 540px;
    left: 50%;
    top: 50%;
    margin-left: -270px;
    margin-top: -270px;
    border: 3px solid #ECBA00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.calculator .calcBlock.active:before{
    animation: circle 1s linear 1;
}

.calculator .item label {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
}

.calculator .values {
    margin-top: 15px;
}

.calculator .values span {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.calculator .values .item {
    text-align: center;
}

.calculator .values .item:first-child {
    float: left;
}

.calculator .values .item:last-child {
    float: right;
}

.calculator .calcBlock .btnMain {
    margin: 52px auto 0;
    min-width: 174px;
}

.calculator .chooseTarif {
    position: relative;
    z-index: 2;
    width: 451px;
}

.calculator.left .chooseTarif {
    float: right;
}

.calculator.right .chooseTarif {
    float: left;
    margin-left: 25px;
}

.calculator .chooseTarif input:checked ~ .content .tarif {
    box-shadow: none;
}

.calculator .chooseTarif .content {
    position: relative;
    background-color: #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px #ECBA00;
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.39);
    padding: 20px 51px 20px 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.calculator .chooseTarif .content:hover {
    opacity: 0.6;
}

.calculator .chooseTarif input:checked ~ .content {
    background-color: #000;
    border: 2px solid #ECBA00;
    box-shadow: none;
}

.calculator .chooseTarif .content:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 158px;
    height: 158px;
    border: 2px solid #ECBA00;
    left: -25px;
    top: 50%;
    margin-top: -79px;
    z-index: -1;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.calculator .chooseTarif input:checked ~ .content:before {
    border: 2px solid #ECBA00;
}

.calculator .chooseTarif .content label {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.calculator .chooseTarif .tarif + .tarif {
    margin-top: 84px;
}

.calculator .chooseTarif input {
    display: none;
}

.calculator .chooseTarif .nameTarif span {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.025em;
    display: block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.calculator .chooseTarif .nameTarif .num {
    font-weight: bold;
    font-size: 37px;
    line-height: 40px;
}

.calculator .chooseTarif .nameTarif {
    float: left;
    width: 128px;
    padding: 6px 0;
}

.calculator .chooseTarif .info {
    width: calc(100% - 128px);
    float: left;
}

.calculator .chooseTarif .info span {
    color: #fff;
    text-transform: uppercase;
    display: table-cell;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.025em;
}

.calculator .chooseTarif .info .min,
.calculator .chooseTarif .info .max {
    display: table;
    width: 100%;
}

.calculator .chooseTarif .info span:last-child {
    text-align: right;
    font-weight: bold;
}

.calculator .chooseTarif .info p {
    color: #abb2c6;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.015em;
}

.calculator .chooseTarif .line {
    position: absolute;
    height: 2px;
    background-color: #ECBA00;
    width: 234px;
    top: 50%;
    margin-top: -1px;
}

.calculator.left .chooseTarif .line {
    right: 100%;
    margin-right: 38px;
}

.calculator.right .chooseTarif .line {
    left: 100%;
    margin-left: 19px;
}

.calculator .chooseTarif .tarif:nth-child(2) .line {
    width: 154px;
}

.calculator .chooseTarif .line:before,
.calculator .chooseTarif .line:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ECBA00;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
}

.calculator .chooseTarif .line:before {
    left: 0;
}

.calculator .chooseTarif .line:after {
    right: 0;
}

.calculator .chooseTarif .content .line,
.calculator .chooseTarif .content .line:before,
.calculator .chooseTarif .content .line:after {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.calculator .chooseTarif input:checked ~ .content .line,
.calculator .chooseTarif input:checked ~ .content .line:before,
.calculator .chooseTarif input:checked ~ .content .line:after {
    background-color: #ECBA00;
}

.range .irs-line {
    background: #2f3b5c;
    border: none;
    top: 25px;
}

.range .irs-slider {
    width: 21px;
    height: 21px;
    border: 5px solid #ECBA00;
    background: #010c1a;
    box-shadow: none;
    border-radius: 50%;;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 19px;
}

.range .irs-bar {
    top: 25px;
    left: 0;
    border: none;
    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);
}

.range .irs-bar-edge {
    background: #ECBA00;
    border: none;
    top: 25px;
}

.range .irs-from, .range .irs-to, .range .irs-single {
    font-size: 13px;
    line-height: 14px;
    padding: 1px 5px;
    background: transparent;
    border-radius: 0;
}

.range .irs-min, .range .irs-max {
    background: transparent;
    color: #6d7a9e;
    padding: 0;
    font-size: 11px;
}

.range {
    margin-top: 31px;
}

.calculator .inpRange {
    position: relative;
    display: table;
    margin: 15px auto 0;
}

.calculator .valRange {
    background-color: #010c1a;
    border: 1px solid #2f3b5c;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 42px;
    height: 44px;
    width: 267px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 30px 0 20px;
    margin: 0 auto;
}

.calculator .inpRange:before {
    content: "$";
    display: inline-block;
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 42px;
    top: 0;
    right: 18px;
}

/* ourAdv */

.ourAdv {
    padding-top: 236px;
    position: relative;
    padding-bottom: 185px;
}

.ourAdv:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 236px);
    width: 100%;
    left: 0;
    top: 236px;
    z-index: 4;
    background-color: #000;
}

.ourAdv .in {
    position: relative;
    z-index: 4;
}

.ourAdv .titUp {
    text-align: right;
    width: auto;
    top: -315px;
    right: 0px;
}

/*.ourAdv:before {*/
    /*top: -293px;*/
/*}*/

.ourAdv .item {
    position: relative;
}

.ourAdv .item .txt {
    width: 398px;
}

.ourAdv .item .txt p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-top: 7px;
}

.stepBl .name {
    position: relative;
    z-index: 1;
}

.stepBl .name span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    text-transform: uppercase;
}

.stepBl .name .num {
    display: block;
    position: absolute;
    font-size: 150px;
    color: #273357;
    line-height: 150px;
    top: -78px;
    left: -35px;
    font-weight: bold;
    z-index: -2;
}

.ourAdv .item:nth-child(2n) .txt {
    float: right;
    margin-right: 75px;
}

.ourAdv .item:nth-child(2n + 1) .txt {
    margin-left: 75px;
}

.ourAdv .item:nth-child(2) {
    margin-top: 98px;
}

.ourAdv .item:nth-child(3) {
    margin-top: 152px;
}
.home .ourAdv .item:nth-child(2) .image img{
    display: none;
}

.ourAdv .security li {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
}

.ourAdv .security {
    text-align: center;
    margin-top: 82px;
}

.ourAdv .item .image {
    display: block;
    position: absolute;
    width: 974px;
    height: 976px;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.ourAdv .item .image .mobImg{
    display: none;
}

.ourAdv .item:first-child .image {
    width: 664px;
    height: 607px;
    top: -244px;
    right: -84px;
}

.ourAdv .item:nth-child(2) .image {
    top: -490px;
    left: -234px;
}

.home .ourAdv .item:nth-child(2) .image:before{
    content: '';
    display: block;
    position: absolute;
    width: 974px;
    height: 976px;
    background-image: url(../img/light.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.ourAdv .item:last-child .image {
    top: -515px;
    right: -201px;
}

/* affilate */

.home .affilate {
    position: relative;
    padding: 132px 0 425px;
}

.home .affilate:before {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    height: 1427px;
    background-image: url(../img/before-affilate-s.png);
    background-position: center -98px;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -2;
    background-color: #090f1f;
}
.home #canvas-affilate{
    display: block;
    position: absolute;
    width: 1920px;
    height: 900px;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
    margin-top: -450px;
}

.affilate .titMain {
    display: block;
    text-align: center;
    position: relative;
}

.affilate .titMain + p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #fff;
    margin-top: 56px;
    text-align: center;
    padding: 0;
    position: relative;
}

.affilate .left,
.affilate .right {
    display: table;
    position: relative;
    width: 457px;
    height: 457px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.affilate .left:before,
.affilate .right:before {
    content: "";
    display: block;
    position: absolute;
    width: 509px;
    height: 509px;
    top: 50%;
    left: 50%;
    margin-top: -254.5px;
    margin-left: -254.5px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(1, 12, 26, 0.77);
}

.affilate .content {
    display: table-cell;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0 100px;
}

.affilate .left .content {
    border: 2px solid #ECBA00;
}

.affilate .right .content {
    border: 2px solid #ECBA00;
}

.affilate .in {
    position: relative;
    margin-top: 79px;
}

.affilate .left {
    float: left;
}

.affilate .right {
    float: right;
}

.affilate .content .name {
    font-size: 24px;
    font-weight: 300;
    line-height: 70px;
    text-transform: uppercase;
    display: block;
}

.affilate .content ul {
    margin-top: 23px;
}

.affilate .content ul li {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    line-height: 24px;
}

.affilate .left .content ul li {
    padding-left: 85px;
}

.affilate .right .content ul li {
    padding-right: 85px;
}

.affilate .content ul li + li {
    margin-top: 25px;
}

.affilate .content ul .num {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.affilate .left .content ul .num {
    left: 0;
}

.affilate .right .content ul .num {
    right: 0;
}

.affilate .right .content {
    text-align: right;
}

.affilate .content .btnMain {
    margin-top: 40px;
    min-width: 175px;
    display: inline-block;
}

.affilate .center {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -200px;
    padding: 13px;
    border: 2px solid #58658b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: table;
    z-index: 1;
}

.affilate .center .logoCenter {
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000;
    text-align: center;
}

/* whyWe */

.whyWe {
    position: relative;
    padding: 115px 0 107px;
}

.whyWe .titUp {
    top: -127px;
}

.whyWe:before {
    top: -421px;
}

.whyWe .in {
    position: relative;
    padding: 348px 0;
    z-index: 3;

}

.whyWe .items {
    padding: 0 58px;
}

.whyWe .in .line {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #000;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.whyWe .item {
    width: 20%;
    text-align: center;
    position: relative;
}

.whyWe .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 6px solid #000;
    background-color: #ECBA00;
    top: -10.5px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}

.whyWe .line:before,
.whyWe .line:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000;
    top: 50%;
    margin-top: -5px;
}

.whyWe .line:before {
    left: 0;
}

.whyWe .line:after {
    right: 0;
}

.whyWe .item:first-child {
    left: 0;
}

.whyWe .item:nth-child(2) {
    left: 20%;
}

.whyWe .item:nth-child(3) {
    left: 40%;
}

.whyWe .item:nth-child(4) {
    left: 60%;
}

.whyWe .item:last-child {
    left: 80%;
}

.whyWe .tit {
    display: block;
    text-align: center;
}

.whyWe .tit span {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.whyWe .txt {
    position: absolute;
    width: 350px;
    left: 50%;
    margin-left: -175px;
}

.whyWe p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
}

.whyWe .item:nth-child(2n+1) .txt {
    bottom: 250px;
}

.whyWe .item:nth-child(2n) .txt {
    top: 228px;
}

.iconGrad {
    display: block;
    position: absolute;
    font-size: 68px;
    line-height: 96px;
    text-align: center;
    color: #fff;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ECBA00;
    background: -moz-linear-gradient(left, #ECBA00 0%, #ECBA00 100%);
    background: -webkit-linear-gradient(left, #ECBA00 0%, #ECBA00100%);
    background: linear-gradient(to right, #ECBA00 0%, #ECBA00100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECBA00', endColorstr='#ECBA00', GradientType=1);
}

.whyWe .item [class*="icon"] {
    left: 50%;
    margin-left: -48px;
}

.whyWe .item .iconGrad:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/iconAdv-before.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 115px;
    height: 153px;
    left: 50%;
    margin-left: -57px;
}

.whyWe .item:nth-child(2n+1) .iconGrad:after {
    top: 50%;
    margin-top: -1px;
}

.whyWe .item:nth-child(2n) .iconGrad:after {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.whyWe .item:nth-child(2n+1) .iconGrad {
    top: -205px;
}

.whyWe .item:nth-child(2n) .iconGrad {
    bottom: -200px;
}

/* whoChoose */

.cross {
    position: relative;
}

.cross:before {
    top: -353px;
}

.cross .advant {
    margin: 0 -24px;
    width: 550px;
    float: left;
    position: relative;
}

.cross .advant:after,
.cross .advant:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
}

.cross .advant:before {
    background-image: url(../img/line1-vert.png);
    width: 18px;
    height: 497px;
    margin-left: -9px;
    margin-top: -248.5px;
}

.cross .advant:after {
    background-image: url(../img/line1-hor.png);
    width: 497px;
    height: 18px;
    margin-top: -25px;
    margin-left: -248.5px;
}

/*.cross .advant {*/
/*margin: 0 -24px;*/
/*width: 550px;*/
/*float: left;*/
/*background-position: center 16px;*/
/*background-repeat: no-repeat;*/
/*}*/

.cross .advant .item {
    width: 50%;
    float: left;
    padding: 16px 24px;
}

.whoChoose {
    padding: 74px 0 94px;
}

.whoChoose{
    z-index: 4;
}

.whoChoose.applyStat .waves{
    top: -976px;
}

.whoChoose .advant .item {
    height: 320px;
}

.cross .advant .nameAdv {
    display: table;
    height: 44px;
    width: 100%;
}

.cross .advant .nameAdv span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
}

.cross .advant .item:nth-child(3) .nameAdv,
.cross .advant .item:nth-child(4) .nameAdv {
    margin-top: 15px;
}

.cross .advant .item:nth-child(2n) {
    text-align: right;
}

.cross .advant p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    margin-top: 8px;
}

.cross .advant .iconGrad {
    top: 0;
    width: 89px;
    height: 89px;
    font-size: 52px;
    line-height: 87px;
}

.cross .advant .content {
    position: relative;
    padding-top: 100px;
}

.cross .advant .item:nth-child(2n) {
    text-align: right;
}

.cross .advant .item:nth-child(2n) .iconGrad {
    right: 0;
}

.cross .why {
    width: 668px;
    padding-left: 100px;
    float: left;
    padding-top: 9px;
}

.cross .titPage {
    color: #010c1a;
}

.cross .why p {
    margin-top: 29px;
}

.cross .why .btnMain {
    margin-top: 60px;
    min-width: 198px;
}

.feat {
    background-color: #000;
    padding: 123px 0 149px;
}

.feat .titMain {
    display: block;
    text-align: center;
    color: #fff;
}

.feat .in {
    margin: 69px -21px 0;
}

.feat .in .item {
    float: left;
    width: 33.3333%;
    padding: 60px 21px 0;
    height: 198px;
}

.feat .titItem {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.feat p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: 4px;
}

.feat .content {
    position: relative;
    padding-left: 101px;
}

.feat .icon {
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
}

.feat .icon span {
    display: block;
    font-size: 36px;
    width: 65px;
    height: 65px;
    border: 3px solid #ECBA00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 59px;
    background-color: #000;
}

.feat .in .item:nth-child(1) .icon:after,
.feat .in .item:nth-child(2) .icon:after,
.feat .in .item:nth-child(3) .icon:after,
.feat .in .item:nth-child(4) .icon:after,
.feat .in .item:nth-child(5) .icon:after,
.feat .in .item:nth-child(6) .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    background-color: #ECBA00;
    height: 138px;
    top: 100%;
    left: 50%;
    margin-left: -1.5px;
}

.feat .in .item:nth-child(1) .icon:before,
.feat .in .item:nth-child(2) .icon:before,
.feat .in .item:nth-child(3) .icon:before,
.feat .in .item:nth-child(7) .icon:before,
.feat .in .item:nth-child(8) .icon:before,
.feat .in .item:nth-child(9) .icon:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/line-feat.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    width: 18px;
    left: 50%;
    margin-left: -9px;
    z-index: -1;
}

.feat .in .item:nth-child(1) .icon:before,
.feat .in .item:nth-child(2) .icon:before,
.feat .in .item:nth-child(3) .icon:before {
    bottom: 100%;
    margin-bottom: -14px;
}

.feat .in .item:nth-child(7) .icon:before,
.feat .in .item:nth-child(8) .icon:before,
.feat .in .item:nth-child(9) .icon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 100%;
}

.ourTeam .titMain {
    display: block;
    text-align: center;
    color: #fff;
}

.ourTeam .item {
    background-color: #000;
    text-align: center;
    padding: 66px 20px 55px;
    min-height: 423px;
}

.ourTeam .item .photo {
    width: 102px;
    height: 102px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.ourTeam .item .photo:before {
    content: "";
    display: block;
    position: absolute;
    width: 121px;
    height: 121px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ECBA00;
    left: 50%;
    top: 50%;
    margin-left: -60.5px;
    margin-top: -60.5px;
    z-index: -1;
}

.ourTeam .item .name {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 49px;
}

.ourTeam .item .pos {
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.ourTeam .item p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: 3px;
}

.ourTeam .teamCarousel {
    margin-top: 106px;
}

.owl-carousel button.owl-dot {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #434e6d;
    border: 5px solid #434e6d;
    vertical-align: middle;
}

.owl-carousel button.owl-dot.active span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ECBA00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel button.owl-dot + button.owl-dot {
    margin-left: 20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-dots {
    display: table;
    margin: 64px auto 0;
}

.ourTeam {
    padding: 119px 0 114px;
    position: relative;
}

.ourTeam:before {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    height: 2273px;
    left: 50%;
    margin-left: -960px;
    background-image: url(../img/before-team.png);
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    background-color: #0c142a;
    z-index: -1;
}

/* Rules & FAQ */

.rules .in {
    position: relative;
}

.rules {
    padding-top: 49px;
    padding-bottom: 147px;
    background-position: center 379px;
    background-repeat: no-repeat;
}

.rules .txt {
    width: 50%;
    padding-right: 21px;
}

.preBl {
    position: relative;
}

.rules .preBl img {
    display: block;
    position: absolute;
    top: -217px;
    right: -198px;
    z-index: -3;
}

.faq .preBl img {
    display: block;
    position: absolute;
    top: -193px;
    right: -198px;
    z-index: -3;
}

.rules .preBl span {
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 17px;
}

.rules .preBl p {
    color: #fff;
    margin-top: 30px;
}

.titBlock {
    position: relative;
    z-index: 1;
}

.rules .titBlock {
    padding: 34px 0;
}

.titFaq,
.titRule {
    font-size: 30px;
    line-height: 30px;
    font-weight: 200;
    text-transform: uppercase;
}

.rules .titBlock .num {
    font-size: 101px;
    line-height: 30px;
    color: #273357;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
}

.faq .titBlock .num {
    font-size: 150px;
    line-height: 30px;
    color: #273357;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0;
    top: -24px;
    z-index: -1;
}

.rules .item p {
    color: #fff;
}

.rules .item p + p {
    margin-top: 30px;
}

.rules .item + .item {
    margin-top: 47px;
}

.rules .items {
    margin-top: 62px;
    position: relative;
}

.faq {
    padding: 44px 0 158px;
}

.faq .titUp {
    position: absolute;
    top: -55px;
}

.faq .preBl p {
    color: #fff;
    padding-bottom: 30px;
}

.faq .preBl .txt {
    width: 50%;
    padding-right: 21px;
}

.faq .left,
.faq .right {
    width: 50%;
    padding: 0 12px;
    float: left;
}

.faq .stepBl .name .num {
    left: 0;
}

.faq .items {
    margin: 0 -12px;
    position: relative;
}

.faq .item .name + .faqBl {
    margin-top: 43px;
}

.faq .single + .single {
    margin-top: 5px;
}

.faq .questBl {
    background-color: rgba(47, 58, 90, 0.55);
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.39);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    padding: 0 30px 0 52px;
    cursor: pointer;
    display: table;
    width: 100%;
    height: 45px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.faq .questBl:hover,
.faq .questBl.active {
    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);
}

.faq .quest {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.faq .questBl .icon {
    display: block;
    position: absolute;
    left: 6px;
    font-size: 36px;
    top: 50%;
    margin-top: -18px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.faq .questBl .icon:before {
    content: "\e920";
    font-family: "icomoon";
}

.faq .answer {
    display: none;
    padding: 21px 50px;
}

.faq .left {
    padding-top: 83px;
}

.faq .right {
    padding-top: 386px;
}

.faq .items .item + .item {
    margin-top: 152px;
}

.faq .questBl:hover .quest,
.faq .questBl.active .quest {
    color: #000;
}

.faq .questBl:hover .icon,
.faq .questBl.active .icon {
    color: #000;
}

.faq .questBl.active .icon:before {
    content: "\e921";
}

.faq .answer p {
    color: #fff;
    font-size: 16px;
}

.faq .stillHelp {
    margin-top: 109px;
}

.faq .stillHelp .btnMain {
    min-width: 175px;
    margin-top: 32px;
}

.affilatePage .txt {
    width: 50%;
    padding-right: 21px;
}

.affilatePage {
    position: relative;
}

.affilatePage .in {
    position: relative;
}

.affilatePage .txt p {
    color: #fff;
}

.affilatePage .txt p + p {
    margin-top: 30px;
}

.affilatePage {
    padding-top: 45px;
    padding-bottom: 270px;
}

.affilatePage .pic {
    position: absolute;
    width: 928px;
    height: 930px;
    display: block;
    top: -210px;
    right: -163px;
    z-index: -6;
}

.affilatePage .affilate .in {
    position: relative;
    margin-top: 54px;
}

.whoChoose.applyStat .item {
    height: 280px;
}

.cross.applyStat .why p {
    margin-top: 67px;
}

.cross.applyStat .why p + span {
    font-size: 17px;
    line-height: 30px;
    color: #010c1a;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

.cross.applyStat .why .btnMain {
    margin-top: 78px;
    min-width: 160px;
}

.cross.applyStat .why p a {
    font-weight: 500;
    text-decoration: underline;
}

.pageBl {
    background-color: #000;
}

.startTrading {
    padding: 123px 0 134px;
}

.pageBl p {
    color: #fff;
}

.startTrading p {
    margin-top: 50px;
}

.pageBl p + p {
    margin-top: 30px;
}

.pageBl .txt {
    width: 564px;
}

.pageBl .in {
    position: relative;
    z-index: 1;
}

.startTrading .btnMain {
    margin-top: 73px;
    min-width: 217px;
}

.pageBl .pic {
    position: absolute;
    display: block;
}

.startTrading .pic {
    width: 489px;
    height: 465px;
    top: -170px;
    right: 40px;
}

.getStarted {
    padding-top: 9px;
    padding-bottom: 195px;
}

.getStarted .pre {
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    width: 50%;
}

.getStarted .btnMain {
    margin-top: 42px;
    min-width: 215px;
}

.getStarted .pic {
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 55px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.33);
    border: 1px solid #628c9e;
    height: 372px;
    width: 50%;
}

.getStarted .txt {
    padding-top: 92px;
    width: 50%;
}

.getStarted .content p {
    color: #fff;
    margin-top: 24px;
    letter-spacing: 0;
}

.getStarted .content {
    position: relative;
    margin-top: 37px;
}

.getStarted .stepBl .name .num {
    left: 0;
    top: -63px;
}

.getStarted .item + .item {
    margin-top: 98px;
}

.getStarted .item:nth-child(2n) .txt {
    padding-left: 70px;
    float: right;
}

.getStarted .item:nth-child(2n+1) .txt {
    float: left;
    padding-right: 70px;
}

.getStarted .item:nth-child(2n) .pic {
    float: left;
}

.getStarted .item:nth-child(2n+1) .pic {
    float: right;
}

.getStarted .item:nth-child(3) .txt {
    padding-top: 9px;
}

.getStarted .item:nth-child(4) .txt {
    padding-top: 68px;
}

.getStarted .item:nth-child(5) .txt {
    padding-top: 50px;
}

.getStarted .stepBl .name span:not(.num) {
    line-height: 50px;
}

.formPage {
    padding: 48px 100px;
    min-height: 100vh;
    position: relative;
}

.formPage:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url(../img/back-form.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 1920px;
    height: 2190px;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.formPage .titMain {
    margin-top: 106px;
}

.formPage p {
    color: #fff;
}

.formPage .titMain + p {
    margin-top: 18px;
}

.inpBl {
    position: relative;
}

.inpBl input,
.inpBl textarea {
    background-color: #294968;
    border: 1px solid #628c9e;
    -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);
    width: 100%;
    color: #c077fc;
    font-weight: 500;
    font-size: 17px;
    line-height: 46px;
    padding: 0 19px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inpBl input {
    height: 48px;
}

.inpBl textarea {
    height: 181px;
    resize: none;
}

.inpBl input:focus,
.inpBl textarea:focus {
    box-shadow: none;
    background-color: #0d2a46;
}

.inpBl ::-webkit-input-placeholder {
    opacity: 1;
    font-size: 17px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    display: block;
    position: absolute;
    left: 19px;
    top: 0;
}
.inpBl ::-moz-placeholder {
    opacity: 1;
    font-size: 17px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    display: block;
    position: absolute;
    left: 19px;
    top: 0;
}
.inpBl :-moz-placeholder  {
    opacity: 1;
    font-size: 17px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    display: block;
    position: absolute;
    left: 19px;
    top: 0;
}
.inpBl :-ms-input-placeholder{
    opacity: 1;
    font-size: 17px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    display: block;
    position: absolute;
    left: 19px;
    top: 0;
}

.inpBl :focus::-webkit-input-placeholder {
    color: transparent
}

.inpBl :focus::-moz-placeholder {
    color: transparent
}

.inpBl :focus:-moz-placeholder {
    color: transparent
}

.inpBl :focus:-ms-input-placeholder {
    color: transparent
}

.inpBl .above {
    position: absolute;
    left: 19px;
    top: 0;
}

.inpBl .difficult {
    position: absolute;
    display: block;
    font-size: 12px;
    line-height: 32px;
    top: 100%;
    left: 0;
    color: #fff;
    font-weight: 500;
}

.inpBl .difficult span {
    text-transform: uppercase;
    font-weight: bold;
    color: #0cff00;
}

.inpBl.wTool .tooltip {
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 45px;
    right: 13px;
    top: 0;

}
.inpBl.wTool input {
    padding-right: 35px;
}

body .ui-tooltip, .arrow:after {
    background: #015e72;
    border: 1px solid #00e4ff;
    border-width: 1px;
}

.ui-tooltip {
    padding: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    max-width: 409px;
}

.arrow {
    position: absolute;
    background-image: url("../img/corner.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 24px;
    top: 100%;
    margin-top: -1px;
}

.arrow.top {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.arrow.right {
    right: 10px;
    left: auto;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.formPage form {
    width: 385px;
    margin-top: 69px;
}

.formPage .content > p {
    margin-top: 19px;
}

.formPage .inpBl + .inpBl {
    margin-top: 21px;
}

.formPage .privacy a,
.formPage .lostReg a {
    text-decoration: underline;
    font-size: 17px;
    line-height: 30px;
}

.formPage .lostReg a {
    display: table;
}

.formPage.reg .lostReg a {
    line-height: 24px;
}

.formPage .lostReg {
    margin-top: 64px;
}

.formPage.reg .lostReg {
    margin-top: 23px;
}

.formPage .lostReg a + a {
    margin-top: 10px;
}

.formPage .btnMain {
    margin-top: 56px;
    min-width: 135px;
}

.formPage.reg .btnMain {
    margin-top: 19px;
}

.formPage .copyright {
    margin-top: 60px;
}

.formPage.reg .copyright {
    margin-top: 67px;
}

.formPage .copyright p {
    font-size: 15px;
    font-weight: normal;
}

.formPage > img {
    display: block;
    position: absolute;
    width: 1756px;
    height: 1759px;
    left: 50%;
    margin-left: -591px;
    top: -396px;
    z-index: -1;
}

.formPage .privacy {
    width: 410px;
    margin-top: 44px;
}

.formPage .privacy p,
.formPage .privacy a {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}

.formPage.reg {
    padding: 86px 100px 48px;
}

.formPage.reg .titMain {
    margin-top: 53px;
}

.formPage.reg form {
    margin-top: 30px;
}

.formPage.reg .inpBl + .inpBl {
    margin-top: 32px;
}

.whoChoose.viewPay {
    padding: 22px 0 83px;
}

.whoChoose.viewPay .item {
    height: 280px;
}

.cross.viewPay .why p {
    margin-top: 57px;
}

.cross.viewPay .why .btnMain {
    margin-top: 99px;
    min-width: 194px;
}

.howWorks {
    padding: 133px 0 134px;
}

.howWorks p {
    margin-top: 53px;
}

.pageBl p + p {
    margin-top: 30px;
}

.howWorks .btnMain {
    margin-top: 85px;
    min-width: 322px;
}

.howWorks .pic {
    width: 565px;
    height: 378px;
    top: 0;
    right: -4px;
    z-index: -1;
}

.representatives p {
    color: #fff;
}

.representatives p + p {
    margin-top: 30px;
}

.representatives .txt {
    width: 50%;
    padding-right: 21px;
}

.representatives {
    padding-top: 87px;
    padding-bottom: 320px;
}

.representatives {
    position: relative;
}

.representatives .pic {
    position: absolute;
    width: 974px;
    height: 976px;
    display: block;
    top: -260px;
    right: -18px;
    z-index: -1;
}

.localHead,
.represLocal .title {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.localHead {
    background-color: #364465;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.represLocal .title {
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.localHead:before {
    content: "\e949";
    display: block;
    font-family: "icomoon";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12.5px;
    font-size: 28px;
    color: #a0a9c1;
    line-height: 25px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.localHead.active,
.localHead:hover {
    opacity: 0.6;
}

.represLocal .title:hover,
.represLocal .title.active {
    background-color: #364465;
}

.represLocal .title .local {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.represLocal .local {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #9da5ba;
    display: block;
    padding-left: 44px;
    position: relative;
    z-index: 1;
}

.represLocal .flag {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: absolute;
}

.represLocal .txt {
    width: 100%;
}

.chooseLocal {
    position: relative;
    z-index: 2;
    margin-top: 67px;
    width: 406px;
}

.localList {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    background-color: #364465;
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
}

.localList li + li {
    margin-top: 5px;
}

.localList .local {
    cursor: pointer;
    display: table;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.localList li span:hover {
    opacity: 0.6
}

.represLocal .pre {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 35px;
    font-weight: bold;
    display: block;
    margin-top: 38px;
}

.represLocal {
    padding: 131px 0;
    position: relative;
}

.represLocal .tabContent {
    margin-top: 107px;
}

.represLocal .tabContent .cont {
    padding-top: 10px;
    display: none;
}

.represLocal .tabContent .data {
    display: table;
    width: 100%;
    padding: 35px 0;
}

.represLocal .tabContent .data + .data {
    background-image: url(../img/dash-line.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.represLocal .tabContent .data .dataBl {
    display: table-cell;
    position: relative;
    padding-left: 65px;
}

.represLocal .tabContent .data span {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.represLocal .tabContent .dataBl:last-child .val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
}

.represLocal .tabContent .data a {
    display: table;
}

.represLocal .tabContent .data a span {
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
    display: block;
}

.represLocal .tabContent .data .tit {
    font-weight: bold;
}

.represLocal .tabContent .data [class*="icon"] {
    position: absolute;
    left: 0px;
    font-size: 50px;
    line-height: 50px;
    top: 0;
}

.represLocal .tabContent .data .dataBl:first-child {
    width: 207px;
}

.represLocal .tabContent .data .dataBl:nth-child(2) {
    width: 245px;
}

.represLocal .tabContent .data .dataBl:nth-child(3) {
    width: 293px;
}

.represLocal .tabContent .data .dataBl:nth-child(4) {
    width: 205px;
}

.represLocal .tabContent .data .dataBl:last-child {
    width: 220px;
}

.represLocal .tabContent .item + .item {
    margin-top: 7px;
}

.represLocal .tabContent .title .icon {
    display: block;
    position: absolute;
    right: 15px;
    font-size: 36px;
    top: 50%;
    margin-top: -18px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.represLocal .tabContent .title .icon:before {
    content: "\e920";
    font-family: "icomoon";
}

.represLocal .tabContent .title.active .icon:before {
    content: "\e921";
    font-family: "icomoon";
}

.represLocal .pic {
    width: 928px;
    height: 930px;
    position: absolute;
    z-index: -2;
    top: -496px;
    right: -158px;
}

.represLocal .in {
    position: relative;
    z-index: 0;
}

.selectric {
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #364465;
    z-index: 100;
}

.selectric-open .selectric {
    border-radius: 0;
}

.selectric .label,
.selectric-items li {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #9da5ba;
}

.selectric .label {
    margin: 0 50px 0 27px;
    height: 45px;
    line-height: 43px;
}

.selectric-items {
    background: #364465;
    border: none;
    box-shadow: none;
}

.selectric .button:after {
    border: none;
    content: "\e949";
    display: block;
    font-family: "icomoon";
    font-size: 28px;
    color: #a0a9c1;
    line-height: 45px;
    width: auto;
    height: auto;
}

.selectric .button {
    width: 28px;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    top: 0;
    right: 13px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.selectric-open .selectric .button {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.paidout .filter .item > label {
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    padding-right: 9px;
}

.paidout .filter .selectric-sel {
    display: inline-block;
    width: 175px;
    vertical-align: middle;
}

.paidout .filter .item {
    display: inline-block;
    vertical-align: middle;
}

.paidout .filter{
    position: relative;
    z-index: 6;
}

.paidout .filter .item + .item {
    margin-left: 32px;
}

.paidout .btnMain {
    min-width: 135px;
    display: inline-block;
    margin-left: 28px;
}

.paidout {
    padding-top: 40px;
    padding-bottom: 139px;
}

.dataPaid .data {
    display: table;
    width: 100%;
    padding: 35px 0;
    position: relative;
}

.dataPaid .data:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/dash-line.png);
    background-position: left center;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}

.dataPaid .item {
    display: table-cell;
    vertical-align: middle;
}

.dataPaid .item .content {
    display: inline-block;
    position: relative;
    padding-left: 70px;
}

.dataPaid .item:first-child {
    width: 250px;
}

.dataPaid .item:nth-child(2) {
    width: 275px;
}

.dataPaid .item:nth-child(3) {
    width: 200px;
}

.dataPaid .item:nth-child(4) {
    width: 270px;
}

.dataPaid .item:last-child {
    width: 175px;
    text-align: right;
}

.dataPaid .item:last-child .content {
    text-align: left;
}

.dataPaid .item span {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    display: block;
}

.dataPaid .item:nth-child(2) .info,
.dataPaid .item:nth-child(3) .info {
    font-weight: bold;
}

.dataPaid .item:last-child .info {
    text-decoration: underline;
}

.dataPaid .item .tit {
    font-weight: bold;
}

.dataPaid .item .info {
    font-weight: 300;
}

.dataPaid .item [class*="icon"] {
    color: #6c7da4;
    font-size: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.dataPaid {
    margin-top: 67px;
}

.pagination {
    display: table;
    margin: 101px auto 0;
}

.pagination li {
    display: table-cell;
    padding: 0 6px;
    vertical-align: middle;
}

.pagination a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.pagination .num {
    background-color: #364465;
}

.pagination .arr {
    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);
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.11);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.11);
}

.pagination .num.active {
    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);

}

.support .listContacts a,
.support .listContacts span {
    color: #fff;
    line-height: 30px;
    display: table;
    letter-spacing: 0.05em;
}

.support .listContacts a span {
    text-decoration: underline;
}

.support .listContacts .info {
    font-weight: 300;
    font-size: 17px;
}

.support .listContacts .tit {
    font-weight: bold;
    font-size: 17px;
}

.support .listContacts li {
    padding-left: 78px;
    position: relative;
}

.support .listContacts li + li {
    margin-top: 51px;
}

.support .listContacts .iconGrad {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 60px;
}

.support p {
    color: #fff;
    margin-top: 27px;
}

.support .left,
.support .right {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.custServ #map {
    height: 506px;
    width: 100%;
}

.support {
    margin: 0 -20px;
    padding-bottom: 167px;
}

.support .listContacts {
    margin-top: 93px;
}

.support label {
    line-height: 36px;
    position: static;
	color:#fff;
}

.support .inpBl {
    margin-top: 16px;
}

.support form {
    margin-top: 58px;
}

.support form .inpBl textarea,
.support form .inpBl input {
    background-color: #283350;
    border: 1px solid #4b5777;
}

.support .right .lilTit {
    margin-top: 20px;
}

.support .btnMain {
    margin-top: 45px;
    min-width: 215px;
}

.contentCab .bitPrice {
    margin-top: 37px;
}

.contentCab .bitPrice .dynamicBl {
    width: 469px;
    float: left;
    padding-right: 39px;
}

.contentCab .bitPrice .diagramBl {
    float: right;
    width: calc(100% - 469px)
}

.contentCab .bitPrice .dynamics li .num,
.contentCab .bitPrice .dynamics li .dynamic {
    font-size: 20px;
}

.contentCab .bitPrice .dynamics {
    margin-top: 34px;

}

.contentCab .bitPrice .dynamics .dynamic {
    padding-right: 25px;
}

.contentCab .bitPrice .profit {
    position: relative;
    display: table;
    width: 100%;
    padding-right: 10px;
    padding-left: 77px;
}

.contentCab .bitPrice .profit [class*="icon"] {
    display: block;
    position: absolute;
    left: 0;
    font-size: 55px;
    line-height: 55px;
    top: 50%;
    margin-top: -27.5px;
}

.contentCab .bitPrice .profit .btc {
    display: table-cell;
    font-size: 24px;
    line-height: 55px;
    font-weight: bold;
}

.contentCab .bitPrice .profit .dol {
    display: table-cell;
    font-size: 20px;
    line-height: 55px;
	color:#ECBA00;
    font-weight: 300;
    text-align: right;
}

.contentCab {
    padding-bottom: 52px;
}

.cabPage {
    padding-top: 68px;
    color: white;
}

.contentCab .bitPrice .note {
    font-size: 13px;
    line-height: 22px;
    color: #747f99;
    margin-top: 35px;
}

.contentCab .bitPrice .note span {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
}

.contentCab .bitPrice .diagramBl {
    background-color: #24314f;
    padding: 33px 28px 48px 135px;
    margin-top: 18px;
}

.contentCab .bitPrice .cabDiagram {
    height: 411px;
    width: calc(100% - 394px);
    float: left;
}

.contentCab .bitPrice .infoDiagram {
    width: 394px;
    float: left;
    padding-left: 35px;
    padding-top: 78px;
}

.contentCab .bitPrice .infoDiagram .bar {
    height: 11px;
    background-color: #0b192f;
    position: relative;
    margin-top: 39px;
}

.contentCab .bitPrice .infoDiagram .bar .progress {
    background-color: #ECBA00;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.contentCab .bitPrice .infoDiagram .nums {
    margin-top: 21px;
}

.contentCab .bitPrice .infoDiagram p {
    color: #747f99;
    font-size: 13px;
    line-height: 22px;
}

.contentCab .infoDiagram .forgetKey {
    margin-top: 34px;
    letter-spacing: 0.025em;
}

.contentCab .infoDiagram .forgetKey a {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
}

.contentCab .infoDiagram .nums > div {
    display: table;
    width: 100%;
}

.contentCab .infoDiagram span {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    padding: 22px 0;
}

.contentCab .infoDiagram span:first-child {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.contentCab .infoDiagram span:last-child {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.contentCab .infoDiagram .nums > div + div {
    background-image: url(../img/dash-line.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.contentCab .investInfo {
    margin-top: 37px;
}

.contentCab .investInfo .investBl .item {
    padding-left: 63px;
    position: relative;
    display: table-cell;
}

.contentCab .investInfo .investBl .item span {
    display: block;
}

.contentCab .investInfo .investBl span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}

.contentCab .investInfo .investBl .data {
    font-weight: 300;
}

.contentCab .investInfo .investBl [class*="icon"] {
    font-size: 55px;
    line-height: 55px;
    display: block;
    color: #6c7da4;
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: normal;
    margin-top: -27.5px;
}

.contentCab .investInfo .investBl .item:nth-child(4) [class*="icon"],
.contentCab .investInfo .investBl .item:nth-child(5) [class*="icon"] {
    font-size: 48px;
    line-height: 48px;
    margin-top: -24px;
}

.contentCab .investInfo .investBl .item:nth-child(2) .data,
.contentCab .investInfo .investBl .item:nth-child(3) .data {
    font-weight: bold;
}

.contentCab .investInfo .investBl {
    padding: 35px 0;
    display: table;
    width: 100%;
}

.contentCab .investInfo .investBl:last-child {
    padding-bottom: 0;
}

.contentCab .investInfo .investBl + .investBl {
    background-image: url(../img/dash-line.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.contentCab .investInfo .left {
    width: calc(100% - 476px);
    float: left;
}

.contentCab .investInfo .right {
    width: 476px;
    padding-left: 44px;
    float: left;
    padding-top: 27px;
}

.contentCab .investInfo .right .item {
    background-color: #24314f;
    display: table;
    width: 100%;
    padding: 34px 41px;
}

.contentCab .investInfo .right .item + .item {
    margin-top: 9px;
}

.contentCab .investInfo .right .item span {
    display: table-cell;
    vertical-align: middle;
}

.contentCab .investInfo .right .item span:first-child {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}

.contentCab .investInfo .right .item span:last-child {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: right;
}

.referals .nums {
    margin: 30px -10px 0;
}

.referals .nums .item {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
    display: table;
    height: 143px;

}

.referals .nums .content {
    padding: 0 40px;
    background-color: #0b192f;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.referals .nums p {
    color: #747f99;
    font-size: 15px;
    line-height: 22px;
}

.referals .nums span{
    font-weight: bold;
}

.referals .nums span {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.referals .nums a {
    font-size: 15px;
    line-height: 22px;
    text-decoration: underline;
}

.referals .nums .item:first-child .content,
.referals .nums .item:last-child .content {
    padding-left: 130px;
}

.referals .nums .item:nth-child(2) .tit {
    font-size: 13px;
}

.referals .nums .rowBl {
    display: table;
    width: 100%;
    padding: 9px 0;
}

.referals .nums .rowBl + .rowBl {
    background-image: url(../img/dash-line.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.referals .nums .rowBl span {
    display: table-cell;
    vertical-align: middle;
}

.referals .nums .item:nth-child(2) .num {
    text-align: right;
}

.referals .nums .item .num {
    font-size: 15px;
    font-weight: bold;
}

.referals .nums .item:nth-child(2) .content {
    padding: 0 40px 0 52px;
}

.referals .nums .item:last-child a {
    display: table;
}

.referals .nums [class*="icon"] {
    font-size: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    color: #747f99;
    left: 40px;
    top: 50%;
    margin-top: -30px;
}

.table {
    display: table;
}

.refData {
    margin-top: 44px;
}

.tBody {
    display: table-row-group;
}

.refData .table {
    width: 100%;
}

.tRow,
.tHead {
    display: table-row;
}

.tCell {
    display: table-cell;
    vertical-align: middle;
}

.cabTable .tHead span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
}

.cabTable .tHead {
    height: 55px;
    background-color: #24314f;
}

.cabTable .tBody .tRow {
    height: 50px;
}

.cabTable .tRow,
.cabTable .tHead {
    background-image: url(../img/dash-line.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.cabTable .tBody .tCell span {
    font-size: 15px;
    line-height: 22px;
}

.cabTable .tCell {
    padding: 0 24px;
}

.refData .tCell:first-child,
.historyData .tCell:first-child{
    width: 340px;
}

.historyData .tCell:last-child{
    width: 226px;
}

.historyData .tCell:nth-child(3){
    width: 295px;
}

.refData .tCell:nth-child(3){
    width: 370px;
}

.historyData .tCell:nth-child(4){
    width: 235px;
}

.refData .tCell:nth-child(4){
    width: 412px;
}

.refData .tCell:nth-child(2){
    width: 460px;
}

.refData .tBody .tCell:first-child span:not(.headTable),
.refData .tBody .tCell:nth-child(4) span:not(.headTable) {
    color: #fff;
}

.refData .tBody .tCell:nth-child(2) span:not(.headTable),
.refData .tBody .tCell:last-child span:not(.headTable) {
    color: #828ca5;
}

.refData .tBody .tCell:nth-child(3) span:not(.headTable) {
    font-weight: bold;
    text-transform: uppercase;
}

.cabTable .refNums .table {
    float: left;
    width: 50%;
    height: 55px;
    padding: 0 17px 0 28px;
}

.cabTable .refNums {
    background-color: #0b192f;
    position: relative;
}

.cabTable .refNums:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 33px;
    top: 50%;
    margin-top: -16.5px;
    left: 50%;
    margin-left: -0.5px;
    background-color: #526185;
}

.cabTable .refNums span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}

.cabTable .refNums .table span:last-child {
    font-weight: bold;
}

.adreting .linkBl {
    background-color: #24314f;
    padding: 50px 60px 60px;
    margin-top: 51px;
}

.adreting .linkBl .copyBl {
    margin-top: 21px;
}

.adreting .linkBl > span {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.adreting .linkBl > p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    margin-top: 17px;
}

.adreting .linkBl .inpCab {
    width: 701px;
    float: left;
}

.adreting .linkBl .btnMain {
    min-width: 127px;
    font-size: 14px;
    float: left;
    margin-left: 18px;
}

.adreting .promo {
    margin-top: 67px;
}

.adreting .promo .tabTitles {
    float: left;
    width: 304px;
}

.adreting .promo .tabTitles li {
    height: 59px;
    display: table;
    width: 100%;
}

.adreting .promo .tabTitles li + li {
    margin-top: 11px;
}

.adreting .promo .tabTitles li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    color: #808fb1;
    text-transform: uppercase;
    padding: 0 31px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: #0b192f;
}

.adreting .promo .tabTitles li span.active {
    background-color: #24314f;
}

.adreting .promo .tabTitles li span:hover {
    opacity: 0.6;
}

.adreting .promo .tabContent {
    float: left;
    width: calc(100% - 304px);
}

.adreting .promo .tabContent {
    background-color: #24314f;
    padding: 103px 46px 74px;
    min-height: 479px;
}

.adreting .promo .tabContent .tab + .tab {
    display: none;
}

.adreting .promo .tabContent .tab .ban {
    margin: 0 auto;
    background-color: #fff;
    max-width: 100%;
}

.adreting .promo .tabContent .tab:first-child .ban {
    width: 125px;
    height: 125px;
}

.adreting .promo .tabContent .tab:nth-child(2) .ban {
    width: 468px;
    height: 60px;
}

.adreting .promo .tabContent .tab:nth-child(3) .ban {
    width: 728px;
    height: 90px;
}

.adreting .promo .tabContent .tab:nth-child(4) .ban {
    width: 250px;
    height: 250px;
}

.adreting .promo .tabContent .tab:nth-child(5) .ban {
    width: 250px;
    height: 250px;
}

.adreting .promo .tabContent .tab:nth-child(6) .ban {
    width: 200px;
    height: 200px;
}

.adreting .promo .tabContent .tab:last-child .ban {
    width: 160px;
    height: 600px;
}

.adreting .promo .tabContent .inpCab {
    margin-top: 93px;
}

.adreting .promo .tabContent .btnMain {
    margin: 28px auto 0;
    min-width: 127px;
    font-size: 14px;
}

.security .detect input {
    display: none;
}

.security .detect .choosing {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.security .detect label {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.security .detect label:hover {
    opacity: 0.6;
}

.security .detect .choosing:not(.disabled) label {
    padding-left: 37px;
}

.security .detect label:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
    left: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.security .detect .item:first-child label:before {
    border: 1px solid #ECBA00;
}

.security .detect .item:last-child label:before {
    border: 1px solid #ECBA00;
}

.security .detect .choosing:not(.disabled) label:before {
    width: 25px;
}

.security .detect .disabled label {
    padding: 0 15px;
    z-index: 1;
}

.security .detect .disabled label:before {
    width: 100%;
    z-index: -1;
}

.security .detect .item:first-child input:checked + label:before {
    background-color: #ECBA00;
}

.security .detect .item:last-child input:checked + label:before {
    background-color: #ECBA00;
}

.security .detect .disabled input:checked + label {
    color: #0b192f;
}

.security .detect .choosing {
    margin-left: 47px;
}

.security .detect .disabled {
    margin-left: 0;
}

.security .detect .disabled + .choosing {
    margin-left: 30px;
}

.security .detect .content > span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
}

.security .detect .item {
    float: left;
    width: 50%;
    padding: 21px;
}

.security .detect {
    margin: 15px -21px 0;
}

.security .detect .content {
    background-color: #0b192f;
    padding: 27px 41px 34px 54px;
    position: relative;
}

.security .detect .chooseSec {
    margin-top: 23px;
}

.security .detect .btnMain {
    position: absolute;
    right: 41px;
    bottom: 34px;
    min-width: 261px;
    font-size: 14px;
}

.editAcc .editForm {
    background-color: #24314f;
    padding: 116px 50px 85px 60px;
}

.editAcc .editForm.default_table {
    padding: 40px 50px;
}
.editAcc .editForm.default_table table {
    width: 100%;
}
.editAcc .editForm.default_table table tr th {
    color: white;
    width: 50%;
    text-align: right;
    padding: 10px 10px;
}
.editAcc .editForm.default_table table tr td {
    color: white;
    width: 50%;
    text-align: left;
    padding: 10px 10px;
}

.editAcc .editForm.default_table input[type=submit],
.editAcc .editForm.default_table button[type=submit] {
    display: inline-block;
    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);
    margin-top: 10px;

    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 );
}

.firstCab {
    margin-top: 35px;
}

.editAcc .item {
    float: left;
}

.editAcc .otherSet .item,
.editAcc .names .item {
    width: 50%;
    padding: 0 21px;
}

.editAcc .otherSet,
.editAcc .names {
    margin: 0 -21px;
}

.editAcc .places .item {
    width: 33.3333%;
    padding: 6px 30px;
}

.editAcc .places {
    margin: 0 -30px;
}

.editAcc label {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.editAcc .btnMain {
    min-width: 197px;
    margin: 53px auto 0;
    font-size: 14px;
}

.editAcc .item .post {
    font-size: 12px;
    font-weight: 500;
    color: #747f99;
    line-height: 30px;
    display: block;
}

.movesPage .selectric,
.editAcc .selectric {
    border: 1px solid #4b5777;
    border-radius: 0;
    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;
}

.movesPage .selectric {
    padding-left: 10px;
}

.movesPage .selectric .label,
.editAcc .selectric .label {
    color: #02d2f3;
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    letter-spacing: 0;
}

.movesPage .selectric .label,
.editAcc .selectric .label {
    margin: 0;
    height: auto;
    line-height: 46px;
}

.movesPage .selectric .button:after,
.editAcc .selectric .button:after {
    border: none;
    content: "\e949";
    display: block;
    font-family: "icomoon";
    font-size: 28px;
    color: #a0a9c1;
    line-height: 45px;
    width: auto;
    height: auto;
}

.movesPage .selectric .button,
.editAcc .selectric .button {
    width: 28px;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    top: 0;
    right: 13px;
}

.editAcc .selectric .button{
    right: 7px;
}

.history .filter label {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    display: block;
}

.history .filter {
    background-color: #0b192f;
    padding: 18px 70px 35px;
}

.history .filter .item {
    float: left;
}

.history .filter .btnMain {
    float: right;
    margin-top: 45px;
    min-width: 176px;
}

.history .filter .item:first-child {
    width: 373px;
}

.history .filter .item:nth-child(3),
.history .filter .item:nth-child(2) {
    width: 570px;
}

.history .filter .selectric-month,
.history .filter .selectric-year {
    width: 165px;
}

.history .filter .selectric-day {
    width: 145px;
}

.history .filter .item:first-child .selectric-sel {
    width: 304px;
}

.history .filter .selectric-sel {
    display: inline-block;
    margin-top: 15px;
}

.history .filter .selectric .label, .selectric-items li {
    font-size: 15px;
}

.history .historyData {
    margin-top: 33px;
}

.history .filter .selectric-sel + .selectric-sel {
    margin-left: 8px;
}

.cabTable .table {
    width: 100%;
}

.cabTable .downTable .table span:last-child {
    text-align: right;
    font-weight: bold;
    font-size: 17px;
}

.history .cabTable .tBody .tCell:first-child span:not(.headTable) {
    color: #fff;
}

.history .cabTable .tBody .tCell:nth-child(4) span:not(.headTable),
.history .cabTable .tBody .tCell:nth-child(2) span:not(.headTable) {
    color: #828ca5;
}

.history .cabTable .tBody .tCell:nth-child(3) span {
    font-weight: bold;
    font-size: 17px;
}

.history .cabTable .tBody .tCell:nth-child(4) .time:not(.headTable) {
    color: #fff;
}

.history .cabTable .tHead .tCell:last-child,
.history .cabTable .tBody .tCell:last-child span:not(.headTable) {
    font-size: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}


.stepAcc .item {
    width: 50%;
    padding: 21px;
    float: left;
}

.stepAcc {
    margin: 0 -21px;
}

.stepAcc .item:first-child .step {
    background-color: #24314f;
    padding: 32px 57px 60px;
}

.stepAcc .item:last-child .step {
    padding: 32px 57px 109px;
}

.stepAcc .inpBit {
    position: relative;
}

.stepAcc .inpBit span {
    display: block;
    position: absolute;
    left: 10px;
    font-size: 30px;
    line-height: 48px;
    top: 0;
    z-index: 1;
}

/* .stepAcc .inpBit input {
    padding-left: 52px;
} */

.stepAcc .item:first-child .step .inpCab {
    width: 331px;
}

.stepAcc .item:last-child .step {
    background-color: #0b192f;
}

.stepAcc .stepBl .name {
    padding: 18px 0;
}

.stepAcc .stepBl .name span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    display: block;
}

.stepAcc .stepBl .name .num {
    font-size: 101px;
    line-height: 102px;
    top: 50%;
    margin-top: -51px;
    left: 0;
    font-weight: bold;
    color: #2d3a58;
}

.stepAcc p,
.stepAcc .makeDraw label {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
}

.stepAcc .lilTxt {
    color: #747f99;
    font-size: 13px;
    line-height: 22px;
}

.stepAcc .inpCab {
    margin-top: 20px;
}

.stepAcc .item .step + .step {
    margin-top: 40px;
    padding: 19px 57px 40px;
}

.stepAcc .step + .step .inpCab {
    margin-top: 27px;
}

.stepAcc .numsSlider {
    margin: 17px -40px 0;
}

.stepAcc .numsSlider .numBl {
    padding: 10px 40px;
    float: left;
    width: 33.3333%;
}

.stepAcc .numsSlider .numBl .content {
    position: relative;
    background-color: #1e2a46;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 3px 20px 6px 69px;
}

.stepAcc .numsSlider .numBl .content span {
    display: block;
}

.stepAcc .numsSlider .numBl .content .tit {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.stepAcc .numsSlider .numBl .content .num {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}

.stepAcc .numsSlider .numBl .content [class*="icon"] {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -20px;
    color: #ECBA00;
}

.stepAcc .irs-with-grid {
    height: 84px;
}

.stepAcc .range .irs-bar,
.stepAcc .range .irs-line,
.stepAcc .range .irs-bar-edge {
    top: 35px;
}

.stepAcc .range .irs-slider {
    top: 29px;
}

.stepAcc .range {
    margin-top: 16px;
}

.stepAcc .timesProfit {
    margin-top: 60px;
}

.stepAcc .timesProfit .profit {
    float: left;
    width: 550px;
    margin: 0 -25px;
}

.stepAcc .timesProfit .profitItem {
    float: left;
    width: 50%;
    padding: 0 25px;
}

.stepAcc .timesProfit .btnMain {
    float: right;
    min-width: 197px;
    margin-top: 17.5px;
    font-size: 14px;
}

.stepAcc .timesProfit .tit {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.stepAcc .timesProfit .table {
    width: 100%;
    padding: 9px 0;
}

.stepAcc .timesProfit .table + .table {
    background-image: url(../img/dash-line.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.stepAcc .timesProfit .num {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    text-align: right;
}

.stepAcc .timesProfit span {
    display: table-cell;
}

.stepAcc .stepsWithdraw {
    background-color: #24314f;
    padding: 51px 168px 49px 30px;
    position: relative;
}

.stepAcc .stepsWithdraw .titItem {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.stepAcc .stepsWithdraw p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.stepAcc .stepsWithdraw .content {
    padding-left: 94px;
    position: relative;
}

.stepAcc .stepsWithdraw .icon {
    position: absolute;
    left: 0;
    z-index: 2;
}

.stepAcc .stepsWithdraw .icon span {
    display: block;
    font-size: 36px;
    width: 65px;
    height: 65px;
    border: 3px solid #ECBA00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 59px;
    background-color: #24314f;
}

.stepAcc .stepsWithdraw .content + .content {
    margin-top: 110px;
}

.stepAcc .stepsWithdraw .in {
    position: relative;
    padding: 51px 0 86px;
}

.stepAcc .stepsWithdraw .line {
    display: block;
    position: absolute;
    width: 3px;
    background-color: #ECBA00;
    height: 100%;
    top: 0;
    left: 31px;
}

.stepAcc .stepsWithdraw .line:before,
.stepAcc .stepsWithdraw .line:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #24314f;
    border: 5px solid #ECBA00;
    width: 18px;
    height: 18px;
    left: 50%;
    margin-left: -9px;
}

.stepAcc .stepsWithdraw .line:before {
    top: 0;
}

.stepAcc .stepsWithdraw .line:after {
    bottom: 0;
}

.stepAcc .rightSteps {
    background-color: #0b192f;
    padding: 48px 30px 54px 30px;
}

.stepAcc .rightSteps .name {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.stepAcc .rightSteps .name + p {
    margin-top: 18px;
}

.stepAcc .rightSteps .makeDraw {
    margin-top: 62px;
}

.stepAcc .rightSteps .makeDraw .inpCab {
    margin-top: 10px;
}

.stepAcc .rightSteps .makeDraw .left {
    width: 331px;
    float: left;
}

.stepAcc .rightSteps .timesProfit {
    margin-top: 0;
    float: right;
    width: 280px;
    padding-top: 20px;
}

.stepAcc .rightSteps .timesProfit .profit {
    width: auto;
    margin: 0;
    float: none;
}

.stepAcc .rightSteps .timesProfit .profitItem {
    padding: 0;
    width: 100%;
}

.stepAcc .rightSteps .timesProfit .btnMain {
    width: 100%;
    margin-top: 58px;
}

.stepAcc .rightSteps .inp + .inp {
    margin-top: 31px;
}

.cabTable .tBody .tCell .headTable{
    display: none;
}

@media screen and (max-width: 1919px) {
    .accInfoMain .date {
        margin-top: 48px;
    }

    .accInfoMain .data {
        /*float: none;*/
        position: absolute;
        left: 100px;
        top: 50%;
        margin-top: -24px;
    }

    .accInfoMain .content {
        padding: 9px 29px 9px 100px;
        position: relative;
    }

    .contentCab .investInfo .right,
    .contentCab .investInfo .left {
        width: 100%;
        padding-left: 0;
    }

    .cab .accInfo {
        margin: 32px -10px 0;
    }

    .cab .accInfo .item {
        padding: 10px 10px;
        width: 50%;
    }

    .history .filter .item:first-child,
    .history .filter .item:nth-child(3),
    .history .filter .item:nth-child(2) {
        width: 50%;
        padding-left: 0;
    }

    .history .filter .item {
        padding: 7px 0;
    }

    .history .filter .btnMain {
        float: left;
        margin-top: 51px;
    }

    .referals .nums .item:first-child .content a {
        display: block;
    }

    .referals .nums .item:first-child .content,
    .referals .nums .item:last-child .content {
        padding-left: 100px;
    }

    .referals .nums [class*="icon"] {
        left: 25px;
    }

    .stepAcc .numsSlider .numBl {
        width: 50%;
    }

    .stepAcc .timesProfit .profit {
        width: 100%;
    }

    .stepAcc .timesProfit .btnMain {
        float: left;
        margin-top: 30px;
    }

    .stepAcc .rightSteps .timesProfit {
        float: right;
        width: 100%;
    }

    .cabMenu li {
        padding: 0 12px;
    }

    .security .detect .content {
        padding: 27px 30px 34px 30px;
    }

    .stepAcc .rightSteps .timesProfit .btnMain {
        width: 205px;
    }

    .historyData .tCell:first-child,
    .historyData .tCell:last-child,
    .historyData .tCell:nth-child(3),
    .historyData .tCell:nth-child(4),
    .refData .tCell:first-child,
    .refData .tCell:nth-child(3),
    .refData .tCell:nth-child(4),
    .refData .tCell:nth-child(2){
        width: auto;
    }

}

@media screen and (max-width: 1439px){
    .contentCab .bitPrice .cabDiagram,
    .contentCab .bitPrice .infoDiagram{
        float: none;
        width: 100%;
    }

    .contentCab .bitPrice .infoDiagram{
        padding-top: 60px;
        padding-left: 0;
    }

    .cabMenu a{
        font-size: 11px;
    }

    .security .detect .item {
        float: left;
        width: 100%;
        padding: 21px;
    }

    .history .filter .btnMain {
        float: right;
    }

    .history .filter .item:nth-child(2){
        float: right;
    }

    .history .filter .item:first-child, .history .filter .item:nth-child(3), .history .filter .item:nth-child(2){
        width: auto;
    }

    .referals .nums .item {
        width: 50%;
        padding: 10px;
        height: 153px;
    }

    .stepAcc .numsSlider .numBl {
        padding: 10px 15px;
    }

    .stepAcc .numsSlider {
        margin: 17px -15px 0;
    }

    .stepAcc .timesProfit .profitItem {
        width: 100%;
    }

    .stepAcc .timesProfit .profit {
        width: auto;
    }

}

@media screen and (max-width: 1279px) {
    .diagram{
        display: none;
    }
    .home .aboutUs .titUp {top: 0;}

    .container {
        width: 991px;
        padding: 0 22px;
    }

    .waves{
        display: none;
    }

    .site .menu li + li {
        margin-left: 40px;
    }

    .banner .nameCompany {
        font-size: 70px;
    }

    .banner .welcome + p {
        margin-top: 49px;
        padding-right: 150px;
    }

    .banner .bttns {
        margin-top: 56px;
    }

    .banner .mainPic {
        margin-left: -49px;
        top: 84px;
    }

    .banner .mainPic .decPic{
        display: none;
    }

    .banner .mainPic .mobPic{
        display: block;
        width: 564px;
        height: auto;
    }

    .banner .mainPic [class*='diag']{
        display: none;
    }

    .banner .mainPic .statDiags{
        display: none;
    }

    .banner {
        padding: 113px 0 75px;
    }

    .banner .mainPic [class*='graf']{
        display: none;
    }

    .bitPrice .choicedInfo .diagram {
        width: 636px;
    }

    .site .bitPrice .dynamics {
        width: 100%;
        padding-left: 0px;
        margin: 10px -10px 0px;
    }
    .site .bitPrice .dynamics li{
        width: auto;
        float: left;
        margin: 10px 10px !important;
    }

    .bitPrice .dynamics [class*="icon"] {
        width: 50px;
    }

    .bitPrice .dynamics li {
        padding-right: 5px;
    }

    .bitPrice .filter {
        width: 656px;
    }

    .bitPrice .choicedDate {
        margin-left: 0;
        float: right;
    }

    .waveBefore.sea:before {
        display: none;
    }

    .waveBefore .titUp {
        position: relative;
        top: inherit !important;
        margin-top: 0;
        bottom: auto;
        margin-bottom: 0;
        left: auto;
        margin-left: 0;
        right: auto;
        margin-right: 0;
    }

    .waveBefore .titUp br {
        display: none;
    }

    .site header {
        padding-bottom: 25px;
    }

    .home .aboutUs {
        padding-top: 53px;
        padding-bottom: 114px;
    }

    .aboutUs .in {
        margin: 60px -24px 0;
        position: relative;
        z-index: 2;
    }

    .site header {
        padding-top: 11px;
    }

    .aboutUs .infoCompany .info {
        width: 218px;
    }

    .aboutUs .infoCompany .info .number {
        margin-top: 10px;
    }

    .aboutUs .right .btnMain {
        margin-top: 41px;
    }

    .home .aboutUs {
        padding-bottom: 83px;
    }

    .calculator .calcBlock:before {
        width: 483px;
        height: 483px;
        margin-left: -241.5px;
        margin-top: -241.5px;
    }

    .calculator .calcBlock {
        margin-top: -222.5px;
        width: 445px;
        height: 445px;
        padding: 0 86px;
    }

    .calculator .chooseTarif .content .line {
        display: none;
    }

    .calculator .chooseTarif .tarif + .tarif {
        margin-top: 54px;
    }

    .calculator.left:before {
        top: 0;
        left: -388px;
        margin-left: 0;
        background-size: 72%;
        height: 100%;
    }

    .calculator{
        padding: 78px 0 80px;
    }

    .investment .calculator{
        padding: 78px 0 0px;
    }


    .calculator .lilTit{
        top: 0;
    }

    .waveBefore.dark:before {
        display: none;
    }

    .ourAdv .titUp {
        text-align: left;
        position: static;
    }

    .ourAdv .titUp br {
        display: none;
    }

    .ourAdv {
        padding-top: 63px;
        padding-bottom: 91px;
    }

    .ourAdv .item:nth-child(2n + 1) .txt {
        margin-left: 9px;
    }

    .ourAdv .items {
        margin-top: 62px;
    }

    .ourAdv .item .image .mobImg{
        display: block;
    }

    .ourAdv .item .image .dekImg{
        display: none;
    }

    .ourAdv .item:first-child .image {
        width: 974px;
        height: 976px;
        top: -486px;
        right: -202px;
    }

    .ourAdv .security li img {
        height: 40px;
    }

    .ourAdv .security li {
        padding: 0 10px;
    }

    .ourAdv .item:nth-child(2n) .txt {
        margin-right: 31px;
    }

    .ourAdv .item:nth-child(2) .image {
        left: -277px;
    }

    .ourAdv .item:last-child .image {
        right: -273px;
    }

    .home .affilate {
        padding: 95px 0 138px;
    }

    .affilate .titMain + p {
        padding: 0;
    }

    .affilate .left,
    .affilate .right {
        width: 473px;
        height: 473px;
    }

    .affilate .left .content {
        padding: 0 155px 0 70px;
    }

    .affilate .right .content {
        padding: 0 70px 0 155px;
    }

    .affilate .center {
        width: 315px;
        height: 315px;
        margin-top: -157.5px;
        margin-left: -157.5px;
        padding: 10px;
        z-index: 1;
    }

    .affilate .center .logoCenter img {
        width: 118px;
    }

    .affilate .in {
        margin-top: 96px;
    }

    .whyWe .titUp {
        text-align: center;
    }

    .whyWe {
        position: relative;
        padding: 65px 0 83px;
    }

    .whyWe .in {
        margin-top: 78px;
    }

    .whyWe .txt {
        width: 230px;
        margin-left: -115px;
    }

    .payments ul li {
        padding: 0 20px;
    }

    .payments ul li img {
        height: 36px;
    }

    .payments {
        padding: 61px 0 59px;
    }

    footer .left p {
        display: none;
    }

    footer .logo {
        position: relative;
        margin-top: 0;
    }

    footer .left {
        width: 216px;
        padding-left: 0;
    }

    footer .topFoot {
        padding: 118px 0 85px;
    }

    footer .contacts li:first-child {
        width: 243px;
    }

    footer .contacts {
        width: 438px;
    }

    footer .contSocial,
    footer .copyright {
        width: auto;
    }

    footer .social {
        display: inline-block;
    }

    .waveBefore.darkFirst:before {
        display: none;
    }

    .headPage {
        margin-top: 106px;
    }

    .site.page header {
        padding-bottom: 115px;
    }

    .page header:before {
        top: auto;
        bottom: 0;
        opacity: 0.34;
        height: 534px;
        background-size: 100%;
        width: 1279px;
        margin-left: -639.5px;
        background-position: center bottom;
    }

    .darkFirst .titUp {
        width: 50%;
    }

    .representatives .txt {
        padding-right: 15px;
    }

    .representatives p,
    .affilatePage .txt p{
        margin-top: 30px;
    }

    .representatives .pic{
        width: 844px;
        height: auto;
        top: -95px;
        right: auto;
        left: 50%;
        margin-left: -200px;
    }

    .affilatePage .pic{
        width: 644px;
        height: auto;
        top: -115px;
        right: auto;
        left: 50%;
        margin-left: -150px;
    }

    .page .darkFirst {
        padding-top: 42px;
    }

    .affilatePage,
    .page .aboutUs{
        padding-bottom: 12px;
    }

    .affilate{
        padding-bottom: 36px;
    }

    .aboutUs .lilTit {
        width: auto;
    }

    .darkFirst {
        background-image: none;
    }

    .cross .advant:after {
        background-image: url(../img/line1-hor.png);
        width: 457px;
        background-size: 100%;
        margin-top: -25px;
        margin-left: -238.5px;
    }

    .whoChoose .advant:before {
        background-size: 100%;
        height: 100%;
        top: 0;
        margin-top: 0;
    }

    .cross .advant {
        margin: 0 -10px;
        width: 485px;
    }

    .cross .why {
        width: 462px;
        padding-left: 35px;
        padding-top: 12px;
    }

    .cross .advant .item {
        width: 50%;
        float: left;
        padding: 16px 10px;
    }

    .cross.applyStat .why p {
        margin-top: 44px;
    }

    .cross.applyStat .why .btnMain {
        margin-top: 41px;
        min-width: 160px;
    }

    .whoChoose {
        padding: 59px 0 43px;
    }

    .represLocal,
    .startTrading{
        padding: 76px 0;
        position: relative;
    }

    .represLocal .lilTit {
        position: relative;
        z-index: 1;
        width: 50%;
    }

    .represLocal .pre br,
    .represLocal .lilTit br {
        display: none;
    }

    .represLocal .pre {
        width: 50%;
        letter-spacing: -0.05em;
    }

    .represLocal .tabContent {
        margin-top: 56px;
    }

    .chooseLocal {
        min-width: 437px;
    }

    .represLocal .pic {
        width: 850px;
        height: auto;
        position: absolute;
        z-index: -2;
        top: -450px;
        right: auto;
        left: 50%;
        margin-left: -230px;
    }

    .represLocal .pic img {
        width: 100%;
        height: auto;
    }

    .represLocal .tabContent .data .dataBl:first-child {
        width: 180px;
    }

    .represLocal .tabContent .data .dataBl:nth-child(2) {
        width: 212px;
    }

    .represLocal .tabContent .data .dataBl:nth-child(3) {
        width: 252px;
    }

    .represLocal .tabContent .data .dataBl:nth-child(4) {
        width: 175px;
    }

    .represLocal .tabContent .data .dataBl:last-child {
        width: 128px;
    }

    .represLocal .tabContent .dataBl:last-child .val {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 63px;
    }

    .feat .in .item {
        height: 264px;
    }

    .feat .in .item:nth-child(1) .icon:after, .feat .in .item:nth-child(2) .icon:after, .feat .in .item:nth-child(3) .icon:after, .feat .in .item:nth-child(4) .icon:after, .feat .in .item:nth-child(5) .icon:after, .feat .in .item:nth-child(6) .icon:after{
        height: 204px;
    }

    .cross .advant .item:nth-child(3) .nameAdv, .cross .advant .item:nth-child(4) .nameAdv{
        margin-top: 0;
    }

    .pageBl .txt,
    .startTrading .pic{
        width: 50%;
        height: auto;
        float: left;
        position: relative;
        right: 0;
        top: 0;
    }

    .represLocal .txt{
        width: 100%;
    }

    .startTrading .pic img{
        width: 100%;
        height: auto;
    }

    .support .right .lilTit{
        margin-top: 0;
    }

    .support{
        padding-bottom: 60px;
    }

    .faq .preBl img {
        right: 50%;
        margin-right: -587px;
        width: 774px;
        height: auto;
    }

    .getStarted .pic{
        height: auto;
    }

    .getStarted {
        padding-bottom: 12px;
    }

    .rules .preBl img{
        width: 844px;
        height: auto;
        top: -195px;
        right: auto;
        left: 50%;
        margin-left: -200px;
    }

    .howWorks .pic {
        width: 465px;
        height: 378px;
        top: 30px;
        right: 50%;
        margin-right: -530px;
    }

    .howWorks .pic img {
        width: 100%;
        height: auto;
    }

    .howWorks {
        padding: 60px 0;
    }

    .formPage > img {
        width: 1296px;
        height: 1299px;
        margin-left: -497px;
        top: -396px;
    }

    .dataPaid .item {
        display: block;
        float: left;
        padding: 7px 0;
    }

    .dataPaid .item:nth-child(4),
    .dataPaid .item:nth-child(2),
    .dataPaid .item:nth-child(3),
    .dataPaid .item:last-child,
    .dataPaid .item:first-child{
        width: 33.3333%;
    }

    .dataPaid .item:last-child {
        text-align: left;
    }

    .dataPaid .data {
        padding: 10px 0;
    }

    .paidout .filter{
        margin-top: 60px;
    }

    .paidout {
        padding-bottom: 60px;
    }

    .pagination {
        margin: 60px auto 0;
    }

    .dataPaid{
        margin-top: 60px;
    }

    .cabMenu li {
        float: left;
        width: 100%;
        padding: 4px 0;
        text-align: left;
    }

    .cabMenu li a{
        display: table;
        position: relative;
        padding-left: 60px;
        font-size: 13px;
        line-height: 42px;
    }

    .cabMenu a span {
        padding-bottom: 0;
    }

    .cabMenu {
        margin-top: 0;
    }

    .cabMenu:nth-child(2) a{
        width: 180px;
        margin: 0 auto;
    }

    .cabMenu:last-child a{
        width: 186px;
        float: right;
    }

    .cabMenu li a [class*="icon"]{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
    }

    .cab header .logo .logoAdapt {
        display: block;
        height: 94px;
        margin-top: 6px;
    }

    .cab .yourAcc, .cab .contacts{
        float: none;
    }

    .cab .yourAcc {
        position: absolute;
        bottom: 100%;
        right: 10px;
        padding: 0;
    }

    .cab .yourAcc a{
        line-height: 69px;
    }

    .cab .infoHead{
        float: right;
    }

    .cab .contacts, .cab .clock, .cab .yourAcc {
        border-left: none;
    }

    .cab .contacts li{
        padding: 3px 0px;
    }

    .cab .clock span{
        display: inline-block;
        float: right;
    }

    .cab header .logo img:not(.logoAdapt),
    .cab .clock:before,
    .cab header .contacts a:before{
        display: none;
    }

    .cab .clock .time {
        width: 78px;
        font-size: 17px;
        font-weight: 500;
    }

    .cab .clock{
        width: auto;
        padding: 0;
        margin-top: 7px;
    }

    .cab .contacts{
        padding: 0;
    }

    .cab header{
        padding-top: 69px;
    }

    .cab .accInfoMain, .cab .headTop, .contentCab, .cab .accInfo {
        padding: 0 24px 0 27px;
    }

    .contentCab {
        padding-bottom: 30px;
    }

    .cab .headTop{
        padding-top: 9px;
        position: relative;
        padding-bottom: 11px;
    }

    .accInfoMain .item {
        padding: 5px 16px;
        width: 50%;
    }

    .accInfoMain .content {
        padding: 33px 29px 33px 100px;
    }

    .accInfoMain .date {
        margin-top: 0;
    }

    .accInfoMain .data{
        float: right;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0;
    }

    .accInfoMain .tit {
        width: auto;
    }

    .contentCab .bitPrice .dynamicBl {
        width: 356px;
        padding-right: 22px;
    }

    .contentCab .bitPrice .diagramBl {
        width: calc(100% - 356px);
        padding: 5px 15px 30px;
    }

    .contentCab .bitPrice .profit .btc,
    .contentCab .bitPrice .profit .dol{
        display: block;
        text-align: left;
        line-height: 28px;
    }

    .contentCab .bitPrice .profit {
        padding-left: 66px;
    }

    .contentCab .bitPrice .dynamics {
        margin-top: 21px;
    }

    .contentCab .bitPrice .dynamics li .num, .contentCab .bitPrice .dynamics li .dynamic {
        font-size: 24px;
        padding-right: 11px;
    }

    .contentCab .bitPrice .note {
        margin-top: 27px;
    }

    .cab .highcharts-legend{
        left: -51px;
    }

    .contentCab .bitPrice .infoDiagram .bar {
        margin-top: 32px;
    }

    .contentCab .bitPrice .infoDiagram {
        padding-top: 30px;
    }

    .contentCab .infoDiagram .forgetKey {
        margin-top: 0;
    }

    .contentCab .investInfo {
        margin-top: 11px;
    }

    .contentCab .investInfo .right {
        padding-top: 12px;
    }

    .editAcc .editForm {
        background-color: #24314f;
        padding: 60px 30px 60px 30px;
    }

    .history .filter .item:first-child,
    .history .filter .item:nth-child(3),
    .history .filter .item:nth-child(2),
    .history .filter .btnMain{
        width: auto;
        float: none;
    }

    .history .filter .item{
        float: none;
        display: block;
    }

    .cabTable .tBody .tCell .headTable{
        display: block;

    }

    .cabTable .tBody .tCell{
        display: block;
        width: 33.3333%;
        float: left;
        padding: 10px 0;
    }

    .history .cabTable .tBody .tCell:last-child span:not(.headTable) {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: left;
    }

    .history .cabTable .tBody .tCell:nth-child(2){
        width: 66.6667%;
    }

    .cabTable .tHead{
        display: none;
    }

    .cabTable .tBody .tCell span.headTable,
    .history .cabTable .tBody .tCell:last-child span.headTable,
    .history .cabTable .tBody .tCell:nth-child(3) span.headTable{
        text-transform: uppercase;
        font-size: 15px;
        line-height: 22px;
    }

    .history .cabTable .tBody .tCell:last-child span{
        text-align: left;
    }

    .adreting .linkBl .inpCab {
        width: 100%;
    }

    .adreting .linkBl .btnMain {
        margin-left: 0;
        margin-top: 18px;
    }

    .adreting .promo .tabTitles {
        width: 250px;
    }

    .adreting .promo .tabContent {
        width: calc(100% - 250px);
    }

    .stepAcc .numsSlider .numBl {
        width: 100%;
    }

    .stepAcc .item:first-child .step {
        background-color: #24314f;
        padding: 32px 30px 60px;
    }

    .stepAcc .item:last-child .step {
        padding: 32px 30px 60px;
    }

    .stepAcc .stepsWithdraw {
        padding: 51px 100px 49px 30px;
    }

    .cab .menuBl{
        border-bottom: 1px solid #283350;
        padding: 5px 29px 5px 25px;
    }

}

@media screen and (max-width: 991px) {
    .container {
        width: 768px;
        padding: 0 18px;
    }

    .langSocProofs {
        width: 100%;
    }

    .langSocProofs .langSoc {
        float: left;
        padding: 0;
    }

    .langSocProofs .proofs {
        float: right;
        margin-top: 0;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .baseHead {
        padding-left: 0;
    }

    .headTop {
        width: 100%;
        position: relative;
    }

    .site header .contacts {
        width: 100%;
        float: right;
        text-align: right;
        margin-top: 18px;
    }

    header .contacts a, .site footer .contacts a {
        display: inline-block;
    }

    header .contacts .mail {
        padding-left: 0;
    }

    header .contacts .phone {
        padding-left: 0;
    }

    header .contacts a:before {
        display: none;
    }

    .site header .contacts li {
        padding: 7px 0;
    }

    .clock:before,
    #clock{
        display: none;
    }

    .clock span {
        float: right;;
    }

    .site .clock {
        width: auto;
        padding: 0;
    }

    .clock .time {
        width: 78px;
        font-size: 17px;
        font-weight: 500;
    }

    .site header .logo img {
        width: 68px;
        height: auto;
    }

    .site header .logo {
        bottom: 11px;
    }

    .home header:before {
        display: none;
    }

    .site .menu {
        position: absolute;
        width: 100%;
        background-color: #313b56;
        top: 100%;
        left: 0;
        margin-top: 0;
        z-index: 3;
        display: none;
    }

    .site .menu li {
        float: none;
        border-top: 1px solid #5d657a;
    }

    .site .menu li + li {
        margin-left: 0;
    }

    .site .menu a {
        line-height: 39px;
        padding-left: 20px;
        display: block;
    }

    .site .menuBl {
        width: 100%;
        margin-top: 7px;
        position: relative;
    }

    .site .callMenu {
        display: block;
    }

    .site .callMenu.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .banner .hello {
        font-size: 24px;
        line-height: 24px;
    }

    .banner .nameCompany {
        font-size: 40px;
        line-height: 40px;
    }

    .banner .welcome + p {
        font-size: 16px;
        line-height: 27px;
        margin-top: 30px;
        padding-right: 200px;
    }

    .banner .bttns {
        margin-top: 36px;
    }

    header .bttns .btnMain {
        min-width: 158px;
    }

    .banner .mainPic {
        margin-left: -11px;
        top: 24px;
    }

    .banner .mainPic .mobPic{
        width: 414px;
        height: auto;
    }

    .banner {
        padding: 18px 0 61px;
    }

    .bitPrice .filter {
        width: auto;
        padding-left: 0;
    }

    .bitPrice .choicedDate {
        display: block;
        float: none;
        margin-top: 11px;
    }

    .bitPrice .choicedInfo {
        padding: 13px 0 30px;
        margin: 0 -10px;
    }

    .bitPrice .choicedInfo .diagram,
    .site .bitPrice .dynamics {
        /*! width: 50%; */
        /*! padding: 0 10px; */
    }

    .titMain {
        font-size: 24px;
    }

    .home .aboutUs {
        padding-top: 21px;
        padding-bottom: 54px;
    }

    .aboutUs .in {
        margin: 7px 0 0;
        position: relative;
        z-index: 2;
    }

    .aboutUs .left {
        width: 469px;
        padding-right: 24px;
        padding-left: 0;
    }

    .aboutUs .right {
        width: 263px;
        padding-left: 24px;
        padding-right: 0;
    }

    .aboutUs .right > p {
        display: none;
    }

    .aboutUs .infoCompany .info {
        width: auto;
        padding-left: 0;
        margin-top: 26px;
    }

    .aboutUs .license {
        width: 100%;
        height: 324px;
    }

    .aboutUs .infoCompany {
        margin-top: 6px;
    }

    .aboutUs .right .btnMain {
        margin-top: 51px;
    }

    .aboutUs .left .btnMain {
        margin-top: 38px;
    }

    .aboutUs .left ul + p br {
        display: none;
    }

    .listIcons li:before {
        top: 0;
        margin-top: 0;
    }

    .calculator.right .chooseTarif,
    .calculator.left .chooseTarif {
        float: none;
        margin: 0 auto;
        padding: 59px 0 69px;
    }

    .calculator .lilTit{
        position: static;
        width: 100%;
        text-align: center;
    }

    .calculator .chooseTarif .tarif + .tarif {
        margin-top: 82px;
    }

    .calculator .calcBlock {
        position: relative;
        top: 0;
        margin-top: 0;
        border-radius: 0;
        width: 100%;
        height: auto;
        padding: 43px 114px 46px;
        box-shadow: none;
        z-index: 2;
    }

    .calculator .calcBlock:before {
        width: 100vw;
        height: 100%;
        left: 50%;
        top: 0;
        margin-left: -50vw;
        margin-top: 0;
        border: none;
        border-radius: 0;
        background-color: #1d2d49;
        animation-name: none;
    }

    .calculator .calcBlock > .content {
        display: block;
        position: relative;
        z-index: 1;
    }

    .calculator .inpRange {
        display: block;
    }

    .calculator .valRange {
        width: 100%;
    }

    .calculator {
        padding: 0;
    }

    .stepBl .name span {
        font-size: 24px;
    }

    .stepBl .name .num {
        font-size: 101px;
        line-height: 102px;
        top: 50%;
        margin-top: -51px;
        left: -6px;
    }

    .ourAdv .item .image img {
        width: 530px;;
        height: auto;
    }

    .ourAdv .item:first-child .image {
        right: auto;
        left: 50%;
        margin-left: -40px;
        top: -211px;
    }

    .ourAdv .security li {
        padding: 0 9px;
    }

    .ourAdv .security li:last-child img {
        height: 30px;
    }

    .ourAdv .items {
        margin-top: 21px;
    }

    .ourAdv .item .txt {
        width: 50%;;
    }

    .ourAdv .item:nth-child(2n) .txt {
        margin-right: 0;
    }

    .ourAdv .item:nth-child(2) {
        margin-top: 92px;
    }

    .ourAdv .item:nth-child(3) {
        margin-top: 79px;
    }

    .ourAdv .item:last-child .image {
        left: 50%;
        right: auto;
        margin-left: -7px;
        top: -225px;;
    }

    .ourAdv .item:nth-child(2) .image {
        left: -130px;
        top: -280px;
    }

    .home .ourAdv .item:nth-child(2) .image .dark,
    .home .ourAdv .item:nth-child(2) .image:before{
        display: none;
    }

    .home .ourAdv .item:nth-child(2) .image img{
        display: block;
    }

    .ourAdv {
        padding-top: 3px;
        padding-bottom: 85px;
    }

    .home .affilate {
        padding: 28px 0 30px;
    }

    .affilate .titMain + p {
        font-size: 17px;
        line-height: 30px;
        font-weight: normal;
        margin-top: 1px;
        padding: 0 80px;
    }

    .affilate .center {
        display: none;
    }

    .affilate .left, .affilate .left,
    .affilate .left, .affilate .right {
        border-radius: 0;
        padding: 0 20px;
        width: 50%;
        height: auto;
    }

    .affilate .left .content, .affilate .right .content {
        border-radius: 0;
    }

    .affilate .in {
        margin: 29px -20px 0;
    }

    .affilate .left:before, .affilate .right:before {
        display: none;
    }

    .affilate .right .content,
    .affilate .left .content {
        padding: 13px 40px 38px 30px;
    }

    .affilate .right .content {
        text-align: left;
    }

    .affilate .right .content ul li {
        padding-right: 0;
        padding-left: 85px;
    }

    .affilate .right .content ul .num {
        right: auto;
        left: 0;
    }

    .home .affilate:before {
        height: 100%;
        background-position: center top;
    }

    .whyWe .item .iconGrad:after,
    .whyWe .in .line,
    .whyWe .item:before {
        display: none;
    }

    .iconGrad {
        position: static;
    }

    .whyWe .txt {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        width: auto;
    }

    .whyWe .item:nth-child(2n) .txt {
        top: 0;
    }

    .whyWe .item [class*="icon"] {
        margin: 0 auto;
    }

    .whyWe .item {
        position: static;
        display: inline-block;
        padding: 25px 10px;
        width: 235px;
        vertical-align: top;
    }

    .whyWe .items {
        padding: 0;
        text-align: center;
    }

    .whyWe .tit {
        position: static;
        height: 45px;
        display: table;
        width: 100%;
    }

    .whyWe p {
        margin-top: 0;
    }

    .whyWe .tit span {
        line-height: 22px;
        display: table-cell;
        vertical-align: middle;
    }

    .whyWe .in {
        margin-top: -15px;
        padding: 0;
    }

    .whyWe {
        position: relative;
        padding: 18px 0 22px;
    }

    .payments ul li img {
        height: 28px;
    }

    footer .left {
        width: 100%;
        padding-left: 0;
        float: none;
        padding-right: 0;
    }

    footer .logo {
        margin: 0 auto;
        display: table;
    }

    footer .menuBlocks {
        display: none;
    }

    footer .bttmFoot {
        padding: 0;
        background-color: transparent;
    }

    footer .contSocial,
    footer .contacts,
    footer .copyright,
    footer .contacts li,
    footer .contacts li:first-child {
        float: none;
        width: 100%;
        text-align: center;
    }

    footer .contacts {
        margin-top: 30px;
    }

    footer .contacts li + li {
        margin-top: 21px;
    }

    footer .social {
        display: block;
        margin-top: 22px;
    }

    footer .copyright {
        margin-top: 24px;
    }

    footer .topFoot {
        padding: 0;
    }

    footer {
        padding: 41px 0 39px;
    }

    .headPage .bttns {
        display: none;
    }

    .headPage .pageTit {
        float: none;
        display: block;
        text-align: center;
        font-size: 30px;
        line-height: 46px;
    }

    .headPage {
        margin-top: 53px;
    }

    .site.page header {
        padding-bottom: 68px;
    }

    .page header:before {
        height: 732px;
        width: 991px;
        margin-left: -495.5px;
        background-position: center bottom;
    }

    .lilTit {
        font-size: 24px;
        line-height: 36px;
    }

    .representatives {
        padding-top: 26px;
        padding-bottom: 62px;
    }

    .representatives .txt {
        width: 100%;
        padding-right: 0;
    }

    .representatives .txt p {
        width: 50%;
    }

    .representatives .txt p + p {
        width: 100%;
        margin-top: 45px;
    }

    .representatives .pic {
        width: 644px;
        top: -65px;
        margin-left: -105px;
    }

    .cross .advant {
        margin: 0 -8px;
        width: 370px;
    }

    .cross .advant p br {
        display: none;
    }

    .cross .advant .item {
        padding: 16px 10px;
    }

    .whoChoose .advant .itm {
        height: 3000px;
    }

    .whoChoose .advant:after,
    .whoChoose .advant:before {
        display: none;
    }

    .cross .advant .iconGrad {
        position: absolute;
    }

    .whoChoose .advant .nameAdv br {
        display: none;
    }

    .darkFirst .titUp {
        width: 100%;
    }

    .cross .why {
        width: 367px;
        padding-left: 35px;
        padding-top: 0;
    }

    .cross.applyStat .why p {
        margin-top: 17px;
    }

    .cross.applyStat .why .btnMain {
        margin-top: 32px;
        min-width: 176px;
    }

    .whoChoose {
        padding: 18px 0 71px;
    }

    .represLocal,
    .feat,
    .ourTeam{
        padding: 38px 0 83px;
        position: relative;
    }

    .feat .in {
        margin: 40px -21px 0;
    }

    .represLocal .pre {
        margin-top: 17px;
    }

    .chooseLocal {
        margin-top: 28px;
        width: 371px;
        min-width: inherit;
    }

    .represLocal .tabContent {
        margin-top: 83px;
    }

    .represLocal .tabContent .data {
        display: block;
        width: 100%;
        padding: 11px 0;
    }

    .represLocal .tabContent .data .dataBl {
        display: block;
        float: left;
        padding-left: 65px;
        padding: 10px 0 10px 65px;
    }

    .represLocal .tabContent .data .dataBl:last-child {
        width: 220px;
    }

    .represLocal .tabContent .dataBl:last-child .val {
        width: 155px;
    }

    .represLocal .tabContent .data .dataBl:nth-child(4) {
        width: 180px;
    }

    .represLocal .tabContent .data [class*="icon"] {
        position: absolute;
        left: 0px;
        font-size: 50px;
        line-height: 50px;
        top: 50%;
        margin-top: -25px;
    }

    .represLocal .pic {
        width: 550px;
        top: -186px;
        right: auto;
        left: 50%;
        margin-left: -67px;
    }

    .represLocal .pic {
        width: 550px;
        top: -320px;
        right: auto;
        left: 50%;
        margin-left: -67px;
    }

    .feat .in .item {
        width: 50%;
        height: 220px;
    }

    .feat .in .item:nth-child(7) .icon:before,
   .feat .in .item:nth-child(3) .icon:before {
       display: none;
    }

    .feat .in .item:nth-child(7) .icon:after{
        height: 204px;
        content: "";
        display: block;
        position: absolute;
        width: 3px;
        background-color: #ECBA00;
        top: 100%;
        left: 50%;
        margin-left: -1.5px;
    }

    .custServ #map {
        height: 350px;
        width: 100%;
    }

    .support .listContacts {
        margin-top: 30px;
    }

    .faq .preBl img {
        margin-right: -487px;
    }

    .faq .left, .faq .right{
        width: 100%;
        padding-top: 0;
    }

    .faq .items{
        padding-bottom: 200px;
    }

    .faq{
        padding-bottom: 60px;
    }

    .faq .stillHelp{
        position: absolute;
        bottom: 0;
    }

    .faq .items .item + .item {
        margin-top: 60px;
    }

    .faq .items .item{
        margin-top: 60px;
    }

    .faq .stepBl .name .num{
        display: none;
    }

    .faq .preBl img {
        width: 644px;
        top: -165px;
        margin-left: -105px;
    }

    .getStarted .pic{
        height: auto;
        width: auto;
        max-width: 100%;
        margin-top: 30px;
    }

    .getStarted {
        padding-bottom: 12px;
    }

    .getStarted .item:nth-child(2n+1) .pic,
    .getStarted .item:nth-child(2n) .pic,
    .getStarted .item:nth-child(2n+1) .txt,
    .getStarted .item:nth-child(2n) .txt{
        float: none;
    }

    .getStarted .item .txt{
        width: 100%;
    }

    .getStarted .stepBl .name .num{
        top: 50%;
        margin-top: -51px;
    }

    .getStarted .item:nth-child(2n) .txt{
        padding-left: 0;
    }

    .getStarted .item:nth-child(2n+1) .txt {
        padding-right: 0;
    }

    .getStarted .txt,
    .getStarted .item:nth-child(4) .txt,
    .getStarted .item:nth-child(5) .txt{
        padding-top: 0;
    }

    .getStarted .item{
        margin-top: 98px;
    }

    .rules .preBl img {
        width: 644px;
        top: -65px;
        margin-left: -145px;
    }

    .howWorks .pic {
        width: 365px;
        top: 60px;
        margin-right: -360px;
    }

    .howWorks .txt{
        width: 100%;
    }

    .howWorks .txt p{
        width: 50%;
    }

    .howWorks .txt p + p{
        width: 100%;
    }

    .formPage > img {
        width: 1096px;
        height: 1099px;
        margin-left: -497px;
        top: -396px;
    }

    .formPage .copyright {
        margin-top: 150px;
    }

    .formPage {
        padding: 60px 100px 30px;
    }

    .formPage .content{
        position: relative;
        padding-bottom: 60px;
    }

    .formPage .copyright {
        margin-top: 0;
        position: absolute;
        bottom: 0;
    }

    .dataPaid .item:nth-child(4),
    .dataPaid .item:nth-child(2),
    .dataPaid .item:last-child,
    .dataPaid .item:first-child{
        width: 300px;
    }

    .dataPaid .item:nth-child(3){
        width: 132px
    }

    .accInfoMain .content {
        padding: 9px 29px 9px 100px;
        position: relative;
    }

    .accInfoMain .date {
        margin-top: 48px;
    }

    .accInfoMain .data {
         float: none;
        position: absolute;
        left: 100px;
        top: 50%;
        margin-top: -24px;
    }

    .contentCab .bitPrice .diagramBl,
    .contentCab .bitPrice .dynamicBl {
        width: 100%;
    }

    .contentCab .bitPrice .dynamicBl {
        padding-right: 0;
    }

    .contentCab .bitPrice .dynamics {
        margin-top: 29px;
    }

    .contentCab .bitPrice .profit .btc, .contentCab .bitPrice .profit .dol {
        display: inline-block;
    }

    .contentCab .bitPrice .profit .dol{
        margin-left: 27px;
    }

    .contentCab .bitPrice .note {
        margin-top: 17px;
    }

    .contentCab .bitPrice .diagramBl {
        margin-top: 46px;
    }

    .contentCab .investInfo .investBl .item{
        display: block;
        float: left;
        padding: 7px 15px 7px 63px;
        width: calc((100% - 300px) / 2)
    }

    .contentCab .investInfo .investBl .item:first-child,
    .contentCab .investInfo .investBl .item:nth-child(4){
        width: 300px;
    }

    .contentCab .investInfo .investBl {
        padding: 19px 0 22px;
    }

    .editAcc .otherSet .item, .editAcc .names .item {
        width: 50%;
        padding: 0 10px;
    }

    .editAcc .places .item {
        width: 33.3333%;
        padding: 6px 10px;
    }

    .editAcc .places,
    .editAcc .otherSet, .editAcc .names{
        margin: 0 -10px;
    }

    .menuMob{
        display: block;
    }

    .menuDekstop{
        display: none;
    }

    .cabTable .tBody .tCell{
        display: block;
        width: 50%;
        float: left;
        padding: 10px 0;
    }

    .history .cabTable .tBody .tCell:nth-child(2){
        width: 50%;
    }

    .history .filter {
        background-color: #0b192f;
        padding: 18px 30px 35px;
    }

    .referals .nums .item {
        width: 100%;
    }

    .adreting .promo .tabTitles {
        float: none;
        width: auto;
        margin: 0 -5px;
    }

    .adreting .promo .tabTitles li {
        height: 69px;
        float: left;
        width: 33.3333%;
        padding: 5px;
    }

    .adreting .promo .tabTitles li + li {
        margin-top: 0;
    }

    .adreting .promo .tabContent{
        width: 100%;
    }

    .stepAcc .item {
        width: 100%;
    }

    .stepAcc .item:first-child .step{
        float: left;
        width: 100%;
    }

    .stepAcc .numsSlider .numBl {
        width: 50%;
    }

    .stepAcc .timesProfit .profit {
        width: 100%;
        float: none;
        margin: 0;
    }

    .stepAcc .timesProfit .profitItem {
        padding: 0;
    }

    .ourTeam .teamCarousel {
        margin: 20px 0 0;
    }

    .darkFirst.getStarted,
    .rules{
        padding-bottom: 42px;
    }

}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .ourAdv{
        background-color: #000;
    }



    .banner .welcome + p {
        padding-right: 280px;
    }

    .banner .mainPic {
        width: 49%;
        height: auto;
        margin-left: 0;
        left: auto;
        right: 0px;
        top: 24px;
    }

    .banner .mainPic .mobPic{
        width: 100%;
        height: 100%;
    }

    .banner .welcome + p {
        margin-top: 23px;
    }

    .banner .bttns {
        margin-top: 31px;
    }

    header .bttns .btnMain {
        min-width: 139px;
    }

    header .bttns .btnMain + .btnMain {
        margin-left: 11px;
    }

    .aboutUs .left {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .aboutUs .left .btnMain {
        margin-top: 29px;
        min-width: 256px;
    }

    .aboutUs .license {
        width: 256px;
        height: 335px;
        margin-top: 6px;
    }

    .aboutUs .infoCompany .info {
        width: calc(100% - 256px);
        padding-left: 58px;
        margin-top: 0;
    }

    .aboutUs .right {
        width: 100%;
        padding-left: 0;
        margin-top: 27px;
    }

    .aboutUs .infoCompany .info .number {
        margin-top: 51px;
    }

    .aboutUs .right .btnMain {
        margin-top: 51px;
        width: 100%;
    }

    .home .aboutUs {
        padding-top: 21px;
        padding-bottom: 48px;
    }

    .calculator.left .chooseTarif {
        padding: 73px 0 78px;
    }

    .calculator .calcBlock {
        padding: 43px 73px 46px;
    }

    .ourAdv {
        padding-top: 19px;
        padding-bottom: 57px;
    }

    .ourAdv .item:first-child .image {
        left: 100%;
        margin-left: -400px;
        top: -183px;
    }

    .ourAdv .security {
        margin-top: 48px;
    }

    .ourAdv .security li {
        padding: 5px 26px;
    }

    .ourAdv .item:nth-child(2n + 1) .txt {
        margin-left: 0;
    }

    .ourAdv .item:nth-child(2) {
        margin-top: 36px;
    }

    .ourAdv .item:nth-child(2) .image {
        left: auto;
        right: 100%;
        margin-right: -820px;
        top: -220px;
    }

    .ourAdv .item:last-child .image {
        left: 100%;
        margin-left: -370px;
        top: -192px;
    }

    .ourAdv .item:nth-child(3) {
        margin-top: 66px;
    }

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

    .affilate .in {
        margin: 29px -10px 0;
    }

    .whyWe .item {
        padding: 13px 20px;
        width: 290px;
    }

    .payments ul li {
        padding: 0 5px;
    }

    .payments ul {
        margin: 0;
    }

    .representatives .pic{
        width: 550px;
        top: -24px;
        margin-left: -122px;
    }

    .affilatePage .pic{
        width: 450px;
        top: -24px;
        margin-left: -92px;
    }

    .representatives .txt p + p {
        margin-top: 33px;
    }

    .page header:before {
        margin-left: 0;
        left: 0;
    }

    .cross .advant {
        margin: 0 -8px;
        width: 50%;
    }

    .cross .advant:before,
    .cross .advant:after {
        display: none;
    }

    .cross .advant .item {
        padding: 16px 10px;
    }

    .cross .advant .item {
        height: 360px;
    }

    .whoChoose.viewPay .advant .item {
        height: 300px;
    }

    .whoChoose.applyStat .item {
        height: 300px;
    }

    .cross .why {
        width: 50%;
        padding-left: 35px;
        padding-top: 21px;
    }

    .cross.applyStat .why .btnMain {
        margin-top: 19px;
        min-width: 189px;
    }

    .whoChoose,
    .whoChoose.viewPay{
        padding: 18px 0 14px;
    }

    .represLocal,
    .feat,
    .ourTeam{
        padding: 24px 0 83px;
        position: relative;
    }

    .feat .in,
    .ourTeam .teamCarousel{
        margin: 20px 0 0;
    }

    .feat .titItem br{
        display: none;
    }

    .represLocal .pic {
        width: 520px;
        top: -321px;
        margin-left: -48px;
    }

    .chooseLocal {
        margin-top: 35px;
        width: 100%;
    }

    .represLocal .tabContent {
        margin-top: 81px;
    }

    .represLocal .tabContent .data + .data {
        background-image: none;
    }

    .represLocal .tabContent .data {
        float: left;
        width: 50%;
        padding: 0 40px;
    }

    .represLocal .tabContent .cont {
        margin: 0 -40px;
    }

    .back2 {
        background-image: none
    }

    .feat .in .item:nth-child(1) .icon:after, .feat .in .item:nth-child(2) .icon:after, .feat .in .item:nth-child(3) .icon:after, .feat .in .item:nth-child(4) .icon:after, .feat .in .item:nth-child(5) .icon:after, .feat .in .item:nth-child(6) .icon:after, .feat .in .item:nth-child(7) .icon:after,
    .feat .in .item:nth-child(1) .icon:before, .feat .in .item:nth-child(2) .icon:before, .feat .in .item:nth-child(3) .icon:before, .feat .in .item:nth-child(7) .icon:before, .feat .in .item:nth-child(8) .icon:before, .feat .in .item:nth-child(9) .icon:before{
        display: none;
    }

    .feat .in .item {
        width: 100%;
        height: auto;
    }

    .pageBl .txt{
        width: 100%;
    }

    .startTrading .pic {
        width: 360px;
        height: auto;
        float: left;
        position: absolute;
        right: 50%;
        margin-right: -180px;
        top: 0;
    }

    .pageBl .in{
        padding-top: 330px;
    }

    .represLocal .in {
        padding-top: 0;
    }

    .lilTit br{
        display: none;
    }

    .support .left, .support .right {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

    .support .right{
        margin-top: 60px;
    }

    .support .listContacts li + li {
        margin-top: 30px;
    }

    .support form {
        margin-top: 30px;
    }

    .faq .preBl .txt {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    .faq .preBl{
        padding-bottom: 110px;
    }

    .faq .preBl img{
        height: 600px;
        width: auto;
        bottom: 0;
        top: auto;
        margin-bottom: -300px;
        margin-right: -287px;
    }

    .getStarted .item + .item,
    .getStarted .item{
        margin-top: 60px;
    }

    .getStarted .pre{
        width: 100%;
    }

    .rules .preBl img {
        height: 600px;
        width: auto;
        bottom: 0;
        top: auto;
        margin-bottom: -300px;
        margin-left: -300px;
    }

    .rules .txt {
        width: 100%;
        padding-right: 0;
    }

    .rules .preBl {
        padding-bottom: 130px;
    }

    .cross.viewPay .why .btnMain {
        margin-top: 40px;
    }

    .howWorks .pic {
        width: 345px;
        top: 40px;
        margin-right: -180px;
    }

   .howWorks .txt p{
        width: 100%;
    }

    .howWorks .in {
        padding-top: 240px;
    }

    .howWorks .btnMain {
        margin-top: 60px;
        min-width: 322px;
    }

    .formPage > img {
        display: none;
    }

    .formPage form {
        width: 100%;
    }

    .formPage.reg .titMain,
    .formPage .titMain {
        margin-top: 30px;
    }

    .formPage .copyright {
        margin-top: 60px;
    }

    .formPage.reg,
    .formPage {
        padding: 30px 18px;
    }

    .formPage form {
        margin-top: 30px;
    }

    .formPage .lostReg {
        margin-top: 30px;
    }

    .dataPaid .item:nth-child(4),
    .dataPaid .item:nth-child(2),
    .dataPaid .item:last-child,
    .dataPaid .item:nth-child(3),
    .dataPaid .item:first-child{
        width: 50%;
    }

    .paidout .btnMain{
        display: block;
        margin: 30px auto;
    }

    .contentCab .investInfo .investBl .item:nth-child(4),
    .contentCab .investInfo .investBl .item{
        width: 50%;
    }

    .contentCab .investInfo .investBl .item:first-child{
        width: 100%;
    }

    .accInfoMain .item {
        padding: 5px 9px;
        width: 50%;
    }

    .accInfoMain {
        margin: 41px -9px 0;
    }

    .contentCab .bitPrice .diagramBl {
        margin-top: 23px;
    }

    .contentCab .investInfo .investBl .item {
        padding: 9px 15px 9px 63px;
    }

    .contentCab .investInfo .investBl .item:nth-child(2n){
        float: right;
    }

    .editAcc .otherSet .item, .editAcc .names .item {
        width: 100%;
        padding: 0 10px;
    }

    .editAcc .places .item {
        width: 100%;
        padding: 6px 10px;
    }

    .editAcc .editForm {
        background-color: #24314f;
        padding: 30px 15px;
    }

    .editAcc .btnMain {
        margin: 30px auto 0;
    }

    .cab .accInfo .item {
        padding: 10px 10px;
        width: 100%;
    }

    .security .detect .btnMain {
        position: static;
        margin-top: 30px;
    }

    .cabTable .refNums span,
    .cabTable .downTable .table span:last-child{
        display: block;
        text-align: left;
    }

    .cabTable .refNums .table {
        float: left;
        width: 50%;
        height: 55px;
        padding: 15px 17px 15px 28px;
    }

    .adreting .promo .tabTitles li {
        width: 50%;
    }

    .stepAcc .numsSlider .numBl {
        width: 50%;
    }

    .stepAcc .stepsWithdraw .icon {
        position: static;
    }

    .stepAcc .stepsWithdraw .content {
        padding-left: 0;
    }

    .stepAcc .stepsWithdraw .titItem{
        display: block;
        margin-top: 15px;
    }

    .stepAcc .stepsWithdraw .line{
        display: none;
    }

    .stepAcc .stepsWithdraw .content + .content {
        margin-top: 30px;
    }

    .stepAcc .stepsWithdraw .in {
        padding: 0;
    }

}

@media screen and (max-width: 639px) {
    .container {
        padding: 0 15px;
    }

    .langSocProofs .langSoc {
        float: none;
    }

    .langSocProofs .proofs {
        float: none;
        margin-top: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .site header .contacts {
        margin-top: 12px;
    }

    .banner .hello {
        line-height: 40px;
    }

    .banner {
        padding: 274px 0 52px;
    }

    header .bttns .btnMain {
        min-width: 274px;
        display: table;
        margin: 0 auto;
    }

    header .bttns .btnMain + .btnMain {
        margin: 15px auto 0;
    }

    .banner .content {
        width: 100%;
    }

    .banner .mainPic {
        left: 50%;
        margin-left: -147.5px;
        right: auto;
        top: -3px;
    }

    .banner .mainPic .mobPic{
        width: 295px;
        height: auto;
    }

    .banner .welcome + p {
        padding-right: 0;
    }

    .bitPrice .choicedInfo .diagram, .site .bitPrice .dynamics {
        width: 100%;
        padding: 0;
    }

    .site .bitPrice .dynamics {
        margin-top: 29px;
    }

    .site header {
        padding-bottom: 3px;
    }

    .aboutUs .listIcons {
        margin-top: 29px;
    }

    .aboutUs .left .btnMain {
        min-width: 274px;
        margin: 29px auto 0;
    }

    .aboutUs .license {
        width: 274px;
        float: none;
        height: 381px;
        margin: 6px auto 0;
    }

    .aboutUs .infoCompany .info {
        width: 274px;
        padding-left: 0;
        margin: 16px auto 0;
        float: none;
    }

    .aboutUs .right .btnMain {
        margin: 31px auto 0;
        width: 274px;
    }

    .calculator .chooseTarif .content {
        position: relative;
        background-color: transparent;
        border-radius: 0;
        border: 1px solid transparent;
        box-shadow: none;
        padding: 55px 17px 9px 19px;
    }

    .calculator .chooseTarif .tarif + .tarif {
        margin-top: 0;
    }

    .calculator .chooseTarif .content:before,
    .calculator .chooseTarif input:checked ~ .content:before {
        display: none;
    }

    .calculator .chooseTarif .nameTarif {
        float: none;
        width: auto;
        padding: 6px 0;
        margin: 0 auto;
        position: relative;
        display: table;
    }

    .calculator .chooseTarif .nameTarif:before {
        content: "";
        display: block;
        position: absolute;
        width: 158px;
        height: 158px;
        top: 50%;
        left: 50%;
        margin-top: -79px;
        margin-left: -79px;
        border: 2px solid #ECBA00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -1;
    }

    .calculator .chooseTarif .tarif .content:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100vw;
        top: 0;
        left: 50%;
        margin-left: -50vw;
        z-index: -2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .calculator .chooseTarif .tarif + .tarif .content:after {
        border-top: 2px solid #ECBA00;
    }

    .calculator .chooseTarif .link {
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
    }

    .calculator .chooseTarif .content:hover:after,
    .calculator .chooseTarif input:checked ~ .content:after {
        background-color: #000;
    }

    .calculator .chooseTarif input:checked ~ .content {
        background-color: transparent;
        border: none;
    }

    .calculator .chooseTarif input:checked ~ .content .nameTarif:before {
        border: 2px solid #ECBA00;
    }

    .calculator .chooseTarif .nameTarif:before {

    }

    .calculator .chooseTarif .info {
        width: 100%;
        float: none;
        margin-top: 74px;
    }

    .calculator.left .chooseTarif {
        float: none;
        width: 100%;
        padding: 0;
    }

    .ourAdv .item .txt {
        padding-bottom: 196px;
    }

    .ourAdv .security {
        margin-top: 0;
    }

    .ourAdv .item .txt {
        width: 100%;
    }

    .ourAdv .security {
        margin: 0 -15px;
    }

    .ourAdv .security li {
        padding: 0 15px;
        float: left;
        width: 50%;
        text-align: center;
    }

    .ourAdv .item:nth-child(2) {
        margin-top: 30px;
    }

    .ourAdv .item:nth-child(3) {
        margin-top: 46px;
    }

    .ourAdv .item:first-child .image {
        left: 50%;
        margin-left: -260px;
        top: auto;
        bottom: -458px;
    }

    .ourAdv .item:nth-child(2) .image {
        left: 50%;
        right: auto;
        margin-right: 0;
        margin-left: -290px;
        top: auto;
        bottom: -558px;
    }

    .ourAdv .item:last-child .image {
        left: 50%;
        margin-left: -210px;
        top: auto;
        bottom: -558px;
    }

    .ourAdv {
        padding-bottom: 10px;
    }

    .affilate .left, .affilate .right {
        width: 100%;
    }

    .affilate .left .content, .affilate .right .content {
        border: none;
    }

    .affilate .left:after, .affilate .right:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100vw;
        left: -5px;
        top: 0;
        background-color: rgba(1, 12, 26, 0.77);
        z-index: -1;
    }

    .affilate .left:after {
        border-top: 2px solid #ECBA00;
        border-bottom: 2px solid #ECBA00;
    }

    .affilate .right:after {
        border-top: 2px solid #ECBA00;
        border-bottom: 2px solid #ECBA00;
    }

    .affilate .right {
        margin-top: 19px;
    }

    .home .affilate {
        padding: 28px 0 21px;
    }

    .whyWe .item {
        width: 100%;
    }

    .whyWe {
        padding: 18px 0 32px;
    }

    .payments ul li {
        padding: 8px 15px;
    }

    .payments {
        padding: 8px 0 9px;
    }

    .affilate .titMain + p {
        padding: 0;
    }

    .calculator .calcBlock {
        padding: 43px 0 46px;
        width: 290px;
        margin: 0 auto;
    }

    .headPage {
        margin-top: 37px;
    }

    .site.page header {
        padding-bottom: 46px;
    }

    .darkFirst .titUp {
        width: 100%;
    }

    .representatives .txt p,
    .affilatePage .txt{
        width: 100%;
    }

    .representatives .in,
    .affilatePage .in{
        padding-top: 257px;
        position: relative;
    }

    .affilate .in{
        padding-top: 0;
    }

    .representatives .pic{
        top: -117px;
        margin-left: -287px;
    }

    .affilatePage .pic{
        top: -30px;
        margin-left: -217px;
    }


    .representatives {
        padding-bottom: 44px;
    }

    .cross .advant {
        margin: 0 auto;
        width: 450px;
        float: none;
    }

    .cross .advant .item {
        padding: 15px 10px;
        height: 275px;
    }

    .represLocal .pre,
    .represLocal .lilTit {
        width: 100%;
    }

    .cross .advant .item {
        height: 280px;
    }

    .whoChoose.applyStat .advant .item {
        height: 250px;
    }

    .cross .why {
        width: 100%;
        padding-left: 0;
        padding-top: 21px;
    }

    .cross .advant p {
        margin-top: 0;
    }

    .represLocal .in {
        padding-top: 238px;
    }

    .represLocal .pic {
        width: 440px;
        top: -39px;
        margin-left: -220px;
    }

    .represLocal .tabContent {
        margin-top: 48px;
    }

    .represLocal, .feat, .ourTeam, .startTrading {
        padding: 48px 0 69px;
    }

    .feat .in .item {
        padding: 30px 21px 0;
    }

    .represLocal .tabContent .data .dataBl:first-child,
    .represLocal .tabContent .data .dataBl:nth-child(2),
    .represLocal .tabContent .data .dataBl:nth-child(3),
    .represLocal .tabContent .data .dataBl:nth-child(4),
    .represLocal .tabContent .data .dataBl:last-child {
        width: 250px;
        float: left;
    }

    .represLocal .tabContent .data .dataBl:nth-child(2),
    .represLocal .tabContent .data .dataBl:nth-child(4) {
        width: 200px;
    }

    .represLocal .tabContent .data {
        width: 100%;
        padding: 0;
    }

    .represLocal .tabContent .cont {
        margin: 0;
    }

    .represLocal .tabContent .data + .data {
        background-image: url(../img/dash-line.png);
        background-position: left top;
        background-repeat: repeat-x;
    }

    .custServ #map {
        height: 250px;
    }

    .calculator .chooseTarif{
        width: auto;
    }

    .investment .calculator,
    .calculator.right .chooseTarif{
        padding-bottom: 0;
    }

    .ui-tooltip{
        max-width: 450px;
    }

    .dataPaid .item:nth-child(4),
    .dataPaid .item:nth-child(2),
    .dataPaid .item:last-child,
    .dataPaid .item:nth-child(3),
    .dataPaid .item:first-child{
        width: 100%;
    }

    .paidout .filter .item > label{
        display: block;
    }

    .cabMenu {
        float: left;
        width: 100%;
    }

    .cabMenu:nth-child(2) a {
        margin: 0;
    }

    .cabMenu:last-child a {
        float: none;
    }

    .accInfoMain .item {
        width: 100%;
    }

    .contentCab .bitPrice {
        margin-top: 23px;
    }

    .contentCab .bitPrice .profit .btc, .contentCab .bitPrice .profit .dol {
        display: block;
    }

    .contentCab .bitPrice .profit .dol {
        margin-left: 0;
    }

    .contentCab .bitPrice .dynamics {
        margin-top: 17px;
    }

    .contentCab .investInfo .investBl .item:nth-child(4),
    .contentCab .investInfo .investBl .item,
    .contentCab .investInfo .investBl .item:first-child{
        width: 100%;
    }

    .security .detect .disabled ~ .choosing{
        margin-top: 15px;
        margin-left: 0;
    }

    .security .detect .choosing {
        display: block;
    }

    .cabMenu:nth-child(2) a,
    .cabMenu:last-child a{
        width: auto;
    }

    .cabTable .tBody .tCell {
        display: block;
        width: 100%;
        float: left;
        padding: 5px 0;
    }

    .history .cabTable .tBody .tCell:nth-child(2),
    .cabTable .tBody .tCell{
        float: none;
    }

    .cabTable .tBody .tRow {
        padding: 15px 0px;
        height: auto;
        display: block;
    }

    .cabTable .refNums .table {
        float: left;
        width: 100%;
        height: 55px;
        padding: 15px 17px 15px 28px;
    }

    .cabTable .refNums span,
    .cabTable .downTable .table span:last-child{
        display: table-cell;
    }

    .cabTable .downTable .table span:last-child{
        text-align: right;
    }

    .cabTable .refNums:before{
        display: none;
    }

    .history .filter .selectric-sel,
    .history .filter .item:first-child .selectric-sel{
        display: block;
        width: 100%;
    }

    .history .filter .selectric-sel + .selectric-sel {
        margin-left: 0;
    }

    .referals .nums .item {
        padding: 10px;
        height: auto;
    }

    .referals .nums .content,
    .referals .nums .item:nth-child(2) .content,
    .referals .nums .item:first-child .content, .referals .nums .item:last-child .content{
        padding: 15px;
    }

    .referals .nums [class*="icon"]{
        display: none;
    }

    .adreting .linkBl {
        padding: 30px 30px;
    }

    .stepAcc .numsSlider .numBl {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .cross .advant {
        width: auto;
        margin: 0 -10px;
    }

    .cross .advant .item {
        height: 310px;
    }

    .represLocal .tabContent .data .dataBl:first-child,
    .represLocal .tabContent .data .dataBl:nth-child(2),
    .represLocal .tabContent .data .dataBl:nth-child(3),
    .represLocal .tabContent .data .dataBl:nth-child(4),
    .represLocal .tabContent .data .dataBl:last-child {
        width: 100%;
        float: left;
    }

    .startTrading .pic {
        width: 290px;
        margin-right: -145px;
    }

    .pageBl .in {
        padding-top: 280px;
    }

    .startTrading p{
        margin-top: 0;
    }

    .support .listContacts a span {
        display: block;
        width: 212px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .faq .questBl{
        height: 58px;
    }

    .howWorks .in {
        padding-top: 190px;
    }

    .howWorks .pic {
        width: 290px;
        top: 30px;
        margin-right: -150px;
    }

    .howWorks {
        padding: 30px 0;
    }

    .howWorks .btnMain {
        margin-top: 60px;
        min-width: 290px;
        padding: 0 10px;
    }

    .ui-tooltip{
        max-width: 290px;
    }

    .paidout .filter .item{
        width: 100%;
        display: block;
    }

    .paidout .filter .selectric-sel{
        width: 100%;
    }

    .paidout .filter .item + .item{
        margin-left: 0;
    }

    .pagination li {
        display: table-cell;
        padding: 0 4px;
    }

    .contentCab .investInfo .right .item span {
        display: block;
    }

    .contentCab .investInfo .right .item span:last-child{
        text-align: left;
    }

    .contentCab .investInfo .right .item {
        padding: 34px 13px;
    }

    .security .detect .btnMain {
        width: 100%;
        min-width: inherit;
        line-height: 20px;
        height: auto;
        min-height: 44px;
    }

    .cabTable .refNums span,
    .cabTable .downTable .table span:last-child{
        display: block;
    }

    .cabTable .downTable .table span:last-child{
        text-align: left;
    }



    .accInfo .content {
        background-color: #24314f;
        position: relative;
        padding: 15px 15px 15px 20px;
    }

    .referals .nums .rowBl span {
        display: block;
    }

    .referals .nums .item:nth-child(2) .num{
        text-align: left;
    }

    .referals .nums a,
    .referals .nums .item:last-child a{
        font-size: 15px;
        line-height: 22px;
        text-decoration: underline;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 239px;
    }

    .adreting .promo .tabTitles li {
        width: 100%;
    }

    .stepAcc .item:last-child .step {
        padding: 30px 25px 30px;
    }

    .stepAcc .item:first-child .step .inpCab {
        width: 100%;
    }

    .stepAcc .rightSteps {
        padding: 30px 25px 30px;
    }

    .stepAcc .stepsWithdraw {
        padding: 51px 30px 49px;
    }

    .stepAcc .rightSteps .makeDraw .left {
        width: 100%;
        float: left;
    }

    .stepAcc .rightSteps .timesProfit .btnMain {
        margin-top: 30px;
    }

    .home .affilate:before {
        height: 100%;
         background-position: center -98px;
    }

    .affilate .right .content, .affilate .left .content {
        padding: 13px 25px 38px 25px;
    }

    .whyWe .tit {
        margin-top: 7px;
    }

    .faq .questBl{
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
        min-height: 45px;
    }

    .represLocal .tabContent .data {
        padding: 10px 0;
    }

    .cab .accInfoMain, .cab .headTop, .contentCab, .cab .accInfo {
        padding-right: 12px;
        padding-left: 12px;
    }

    .contentCab .bitPrice .dynamics li .num{
        padding-right: 5px;
        white-space: nowrap;
    }

    .formPage .privacy {
        width: 100%;
    }

}

@media screen and (max-width: 380px) {
    .cross .advant {
        width: 100%;
        margin: 0 -10px;
    }

    .whoChoose .advant .item {
        height: 350px;
        padding: 10px 10px;
    }

    .whoChoose.applyStat .advant .item {
        height: 315px;
    }

    .cross .advant p {
        margin-top: 10px;
    }

    .stepAcc .numsSlider .numBl .content {
        padding: 3px 20px 6px 55px;
    }
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

@media screen and (max-width: 1279px){
    #particles-js{
        display: none;
    }
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
.cab .highcharts-grid-line {
    stroke: transparent;
}
.cab .highcharts-axis-line{
    stroke: transparent;
}
.cab .highcharts-tick,
#clock .highcharts-pane {
    stroke: #ECBA00!important;
    stroke-width: 2px;
}








            /*latestContainer*/
.latestContainer {
  width: 100%;
  overflow: hidden;
  padding: 33px 0;
}
.latestInner {
  width: 1140px;
  margin: 0 auto;
}
.latest-row {
  width: 49%;
  float: left;
}
.latest-row ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  border-bottom: 0;
}
.latest-row ul li {
    line-height: 35px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #414345;
    padding: 0 15px 0 25px;
    font-weight: 600;
}
.latest-row ul li h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.latest-row ul li i {
  display: inline-block;
  float: right;
}
.latest-row ul li span {
  display: inline-block;
  margin:0px 5%;
}

.latest-row ul li span.span1 {width: 25%;}

.latest-row ul li:nth-child(odd) {
  background: #e7eaee;
}
.latest-row ul li:nth-child(even) {
  color: #fff;
}

.latest-row1 ul li.title {
  background: url(images/icon-dol.png) #0a3465 no-repeat 13px;
  padding-left: 55px;
  line-height: 37px;
}
.latest-row3 ul li.title {
  background: url(images/icon-dol2.png) #4ba62b no-repeat 13px;
  padding-left: 55px;
  line-height: 37px;
}
.latest-row3 {
  float: right;
}
.latest-row2 {
  width: 35%;
  float: left;
  margin: 0 29px;
}
.latest-row2 h3 {
  width: 100%;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  color: #13416d;
  margin: 10px 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.latest-row2 h3 span {
  font-weight: 600;
}
    @media screen and (max-width:480px){
   .latest-row3 {
  float: none;
}
.latestInner {
    width: 780px;
}

.latest-row {
    width: 49%;
    float: none;
    padding-bottom: 10px;
}
}        
