input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

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

body.hidden {
    overflow: hidden;
}

body {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 320px;
    font-family: "Barlow Condensed";
    background-color: black;
}

p {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

:after,
:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input,
textarea {
    outline: none;
    font-family: "Barlow Condensed";
}

button {
    outline: none;
    margin: 0;
    padding: 0;
    font-family: "Barlow Condensed";
}

span,
.owl-prev,
.owl-next {
    outline: none;
}

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

.table {
    display: table;
}

.invisLink {
    position: relative;
}

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

.container {
    width: 1405px;
    margin: 0 auto;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

header {
    position: relative;
}

.headerMain {
    min-height: 1206px;
}

.headerMain::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("../img/bgheadermain1024.jpg");
    background-repeat: no-repeat;
    height: 1232px;
    width: 1920px;
    background-size: cover;
    margin-left: -960px;
    z-index: -1;
}

.textBlock p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 25px;
}

.lineTop {
    padding: 30px 0;
}

.lineTop .wrapIn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-right: 31px;
    z-index: 2;
}

.lineTop .logo {
    top: -5px;
}

.lineTop .infoLine {
    display: flex;
    align-items: center;
}

.lineTop .linkLog {
    margin-left: 46px;
}

.lineTop .social {
    margin-left: 10px;
}

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

.logo:hover {
    opacity: 0.5;
}

.logo img {
    width:136px;
}

.menu {}

.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li {}

.menu ul li+li {
    margin-left: 30px;
}

.menu ul li a {
    color: #7b8a97;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


.menu ul li a:hover {
    color: #ff9400;
}
.menu ul li a .active{
    color: #ff9400;


}
.linkLog {}

.linkLog ul {
    display: flex;
    align-items: center;
}

.linkLog ul li {}

.linkLog ul li+li {
    margin-left: 9px;
}

.linkLog ul li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    width: 82px;
    text-align: center;
    display: block;
    -webkit-box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.21);
    padding: 3px 0 6px;
}

.linkLog ul li a.log {
    background-color: #ff3210;
}

.linkLog ul li a:hover {
    opacity: 0.5;
}

.linkLog ul li a.reg {
    background-color: #fd9300;
}

.social {}

.social ul {
    display: flex;
    align-items: center;
}

.social ul li {}

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

.social ul li a .fa:before,
.social ul li a .fa {
    color: #fff;
    font-size: 20px;
}

.social ul li a {
    display: block;
    background-color: rgba(255, 255, 255, 0.11);
    -webkit-box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 11px 11px 21px 0px rgba(0, 0, 0, 0.21);
    width: 27px;
    height: 30px;
    text-align: center;
    line-height: 34px;
}

.social ul li a:hover {
    opacity: 0.5;
}

.lineInfoHead {
    padding: 38px 0;
    position: relative;
    z-index: 2;
}

.lineInfoHead .wrapIn {
    display: flex;
    align-items: flex-end;
    padding: 0 58px;
}

.lineInfoHead .clockBl {
    width: 165px;
}

.lineInfoHead .suppBl {
    margin-left: 98px;
    padding-left: 9px;
}

.clockBl {
    position: relative;
}

.clockBl .fa {
    position: absolute;
    left: -60px;
    bottom: 5px;
    font-size: 60px;
    /*color:linear-gradient(to bottom, #fc9301 0%, #fc3411 100%);*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fc9301), to(#fc3411));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.clockBl #date {
    color: #526270;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 4.5px;
    line-height: 19px;
}

.clockBl #time {
    color: #fff;
    font-size: 50px;
}

.suppBl {
    position: relative;
}

.suppBl .fa {
    position: absolute;
    left: -60px;
    bottom: 5px;
    font-size: 45px;
     background: -webkit-gradient(linear, left top, left bottom, from(#fc9301), to(#fc3411));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.suppBl .tit {
    color: #526270;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    position: relative;
}

.suppBl .tel {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: table;
    letter-spacing: 0.5px;
}

.suppBl .tel:hover {}

.suppBl a {
    text-decoration: underline;
    text-decoration-color: transparent;
}

.suppBl a:hover {
    text-decoration-color: #fff;
}

.suppBl .mail {
    font-size: 14px;
    font-weight: 300;
    display: table;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
    position: relative;
    top: -8px;
    letter-spacing: 0.5px;
}

.suppBl .mail:hover {}

.greetings {
    padding: 86px 0;
    position: relative;
    z-index: 2;
}

.greetings .wrapIn {}

.greetings .cap {
    font-weight: normal;
    font-size: 100px;
    text-transform: uppercase;
    color: #fff;
    line-height: 120px;
}

.greetings .desr {
    color: #fff;
    font-size: 33px;
    display: block;
    text-transform: uppercase;
    margin-top: 59px;
}

.greetings .btn {
    margin-top: 81px;
    width: 229px;
}

.btn {
    border: 0;
    cursor: pointer;
    background: transparent;
    position: relative;
    display: table;
    text-align: center;
}

.btn.btnGrad1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: #ff3410;
    background: -moz-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff3410), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -o-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: linear-gradient(to right, #ff3410 0%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3410', endColorstr='#ff9500', GradientType=1);
    padding: 12px 0 15px;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
}

.btn.btnGrad1:hover {
    background: linear-gradient(to right, #ff9500 0%, #ff3410 100%);
}

.calcProfit {
    padding-bottom: 50px;
    position: relative;
}

.calcProfit .calc {
    display: flex;
    justify-content: space-between;
}

.calc {}

.calc .left {
    padding-top: 70px;
    width: 480px;
}

.calc .right {
    width: calc(100% - 505px);
}

.calc .text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-top: 53px;
    letter-spacing: 0.4px;
    padding-right: 15px;
    line-height: 24px;
}

.calc .inputList {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 33px;
}

.calc .inputList .inputLine {
    width: calc(50% - 23px);
    position: relative;
}

.inputLine label {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    letter-spacing: 4px;
    margin-bottom: 16px;
}

.inputLine .dollar {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 13px;
    bottom: 13px;
    font-weight: bold;
}

.inputLine input {
    width: 100%;
    background-color: #23313e;
    border: 0;
    height: 50px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    color: #b0bfcd;
    font-size: 18px;
    font-weight: 300;
    padding: 0 18px;
}

.inputLine textarea {
    width: 100%;
    background: #14202a;
    border: 0;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    color: #b0bfcd;
    font-size: 18px;
    font-weight: 300;
    padding: 0 18px;
}

.inputLine .selectric {
    width: 100%;
    background-color: #23313e;
    border: 0;
    height: 50px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
}

.inputLine .selectric .label {
    color: #b0bfcd;
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    padding: 5px 14px;
    margin: 0;
}

.inputLine .selectric .button {
    background: transparent;
    background-image: url("../img/arr_white_selectric.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    right: 4px;
}

.inputLine .selectric .button:after {
    display: none;
}

.calc .total {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}

.calc .total li {
    width: calc(50% - 21px);
    text-align: left;
}

.calc .total li+li {}

.calc .total li .tit {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    letter-spacing: 4px;
}

.calc .total li .val {
    color: #ff9400;
    font-size: 50px;
    font-weight: bold;
    display: block;
    line-height: 50px;
}

.calc .total li+li .tit {}

.calc .total li+li .val {
    color: #ff3210;
}

.calc .link:hover {
    background-color: #ff9400;
}

.calc .link {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #23313e;
    padding: 15px 0;
    -webkit-box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.61);
    margin-top: 28px;
}

.titleBl {}

.titleBl .desr {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    letter-spacing: 4px;
}

.titleBl .cap {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-top: 7px;
}

.rangeBl {}

.calc .irs--flat .irs-bar {
    height: 7px;
    background: #ff9100;
    background: -moz-linear-gradient(left, #ff9100 0%, #ff3410 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff9100), color-stop(100%, #ff3410));
    background: -webkit-linear-gradient(left, #ff9100 0%, #ff3410 100%);
    background: -o-linear-gradient(left, #ff9100 0%, #ff3410 100%);
    background: -ms-linear-gradient(left, #ff9100 0%, #ff3410 100%);
    background: linear-gradient(to right, #ff9100 0%, #ff3410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9100', endColorstr='#ff3410', GradientType=1);
}

.calc .irs--flat .irs-handle>* {
    display: none !important;
}

.calc .irs--flat .irs-handle {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #ff3210;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 19px;
    color: transparent;
    cursor: pointer;
}

.calc .irs--flat .irs-min,
.calc .irs--flat .irs-max {
    color: #485764;
    font-size: 15px;
    background: transparent;
    font-weight: normal;
    padding: 0;
    line-height: 20px;
    border-radius: 0;
    top: -5px;
    font-family: "Barlow Condensed";
}

.calc .irs--flat .irs-line {
    background-color: #23323f;
    height: 7px;
    border-radius: 0;
    -webkit-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.3);
}

.calc .irs-single:before {
    display: none;
}

.calc .irs-single {
    color: #ff3310;
    font-size: 15px;
    background: transparent;
    border-radius: 0;
    top: -10px;
    font-family: "Barlow Condensed";
}

.selectric-items {
    border: solid 1px #000;
}

.selectric-items .selectric-scroll {
    background-color: #23313e;
}

.selectric-items li {
    color: #b0bfcd;
    font-size: 18px;
}

.selectric-items li.highlighted {}

.listCurs {
    display: flex;
    justify-content: space-between;
    padding: 0 19px 0 53px;
}

.listCurs .col {
    position: relative;
    padding-left: 7px;
}

.listCurs .col+.col {}

.listCurs .col .iconBl {
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -22px;
}

.listCurs .col .val {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.listCurs .col .desr {
    color: #5e6f7f;
    font-size: 15px;
    display: block;
}

.listMiniPlan {
    margin-top: 76px;
    display: flex;
    justify-content: space-between;
}

.listMiniPlan .item:nth-child(1):before {
    height: 100px;
    bottom: -90px;
}

.listMiniPlan .item:nth-child(2):before {
    height: 88px;
    bottom: -67px;
}

.listMiniPlan .item:nth-child(3):before {
    height: 65px;
    bottom: -52px;
}

.listMiniPlan .item:nth-child(4):before {
    height: 53px;
    bottom: -36px;
}

.listMiniPlan .item:nth-child(5):before {
    height: 30px;
    bottom: -23px;
}

.listMiniPlan .item:nth-child(6):before {}

.listMiniPlan .item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    background-color: #23313e;
    width: 100%;
    height: 25px;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
}

.listMiniPlan .item {
    background-color: #23313e;
    width: calc((100% / 1) - 16px);
    padding: 15px 14px;
    min-height: 164px;
    position: relative;
    -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.listMiniPlan .item .pre .small {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
}

.listMiniPlan .item .pre {
    color: #ff3210;
    font-size: 35px;
    font-weight: bold;
    white-space: nowrap;
}

.listMiniPlan .item .desr {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-top: 6px;
}

.listMiniPlan .item ul {
    margin-top: 21px;
    position: relative;
    z-index: 3;
}

.listMiniPlan .item ul li {
    display: flex;
    justify-content: space-between;
}

.listMiniPlan .item ul li+li {
    margin-top: 6px;
}

.listMiniPlan .item ul li .tit {
    color: #617383;
    font-size: 23px;
}

.listMiniPlan .item ul li .val {
    color: #ff9400;
    font-size: 23px;
}

.listInvestPlan {
    display: flex;
    justify-content: space-between;
    margin-top: 141px;
}

.listInvestPlan .item {
    background-color: #19242e;
    width: calc((100% / 1) - 15px);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    position: relative;
}

.listInvestPlan .item .desr {
    color: #1b2732;
    font-size: 20px;
    display: block;
    padding: 3px 7px;
    position: relative;
    z-index: 2;
}

.listInvestPlan .item .pre {
    color: #19242e;
    font-size: 100px;
    font-weight: bold;
    line-height: 23px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.listInvestPlan .item .pre .small {
    font-size: 56px;
    display: inline-block;
    vertical-align: 37px;
}

.listInvestPlan .item:nth-child(3) .top::before {
    top: -72px;
    height: 190px;
    background-color: #ff3210;
}

.listInvestPlan .item:nth-child(2) .top::before {
    top: -40px;
    height: 160px;
    background-color: #ff7200;
}

.listInvestPlan .item:nth-child(3) .link:hover {
    background-color: #ff3210;
}

.listInvestPlan .item:nth-child(2) .link:hover {
    background-color: #ff7200;
}

.listInvestPlan .item .top::before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    background-color: #ff9400;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    width: 100%;
    height: 125px;
}

.listInvestPlan .item .top {
    position: relative;
    padding: 0 25px;
}

.listInvestPlan .item .bot {
    position: relative;
    background-color: #19242e;
    padding: 16px 26px 8px 32px;
    top: -8px;
}

.listInvestPlan .item .bot:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -89px;
    background-color: #18232d;
    width: 100%;
    height: 126px;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    z-index: 0;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
}

.listInvestPlan .item:nth-child(3) .bot:before {
    bottom: -28px;
}

.listInvestPlan .item:nth-child(2) .bot:before {
    bottom: -58px;
}

.listInvestPlan .item:nth-child(1) .bot:before {}

.listInvestPlan .item .bot .title {
    color: #617383;
    font-size: 17px;
    display: block;
    width: 100%;
}

.listInvestPlan .item:nth-child(1) .vipBl {}

.listInvestPlan .item:nth-child(2) .vipBl {
    bottom: -51px;
}

.listInvestPlan .item:nth-child(3) .vipBl {
    bottom: -20px;
}

.listInvestPlan .item .bot ul {
    margin-top: 8px;
    position: relative;
    z-index: 3;
}

.listInvestPlan .item .bot ul li {
    display: flex;
    justify-content: space-between;
}

.listInvestPlan .item .bot ul li+li {
    margin-top: 6px;
}

.listInvestPlan .item .bot ul li .tit {
    color: #fff;
    font-size: 20px;
}

.listInvestPlan .item .bot ul li .val {
    color: #ff9400;
    font-size: 20px;
}

.listInvestPlan .item .link {
    background-color: #19242e;
    padding: 8px 0;
    margin-top: 13px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 3;
    position: relative;
    letter-spacing: 0.5px;
}

.listInvestPlan .item .link:hover {
    background-color: #ff9400;
}

.vipBl {
    position: absolute;
    left: 0;
    bottom: -81px;
    width: 100%;
    height: 135px;
    z-index: 0;
    overflow: hidden;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    display: block;
}

.vipBl .txt {
    font-size: 90px;
    color: #263440;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -4.5px;
    position: relative;
    -webkit-transform: skewY(6.5deg);
    -moz-transform: skewY(6.5deg);
    -o-transform: skewY(6.5deg);
    transform: skewY(6.5deg);
    display: block;
    width: 100%;
    top: 72px;
}

.aboutBlock:after {
    /*! content: ""; */
    position: absolute;
    left: 50%;
    top: -130px;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    background: #2b3946;
    background: -moz-linear-gradient(top, #2b3946 0%, #101922 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2b3946), color-stop(100%, #101922));
    background: -webkit-linear-gradient(top, #2b3946 0%, #101922 100%);
    background: -o-linear-gradient(top, #2b3946 0%, #101922 100%);
    background: -ms-linear-gradient(top, #2b3946 0%, #101922 100%);
    background: linear-gradient(to bottom, #2b3946 0%, #101922 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b3946', endColorstr='#101922', GradientType=0);
    width: 1920px;
    height: 1420px;
    z-index: -1;
    margin-left: -960px;
}

.aboutBlock {
    position: relative;
    padding: 48px 0 200px;
}

.aboutBlock:before {
    /*! content: ""; */
    position: absolute;
    left: 0;
    bottom: -3px;
    background-image: url("../img/fonline.html");
    width: 1193px;
    height: 930px;
    background-repeat: no-repeat;
}

.aboutBlock .wrapIn {}

.aboutBlock .aboutLine {
    display: flex;
    justify-content: space-between;
}

.aboutBlock .videoBl {
    width: 480px;
}

.aboutBlock .affilateLine .link {
    font-size: 20px;
    width: 260px;
    padding: 15px 0;
    display: block;
    margin-top: 86px;
}

.affilateLine {
    margin-top: 124px;
    display: flex;
    align-items: center;
    position: relative;
}

.aboutBlock .textBlock {
    width: 618px;
    padding-left: 82px;
    position: relative;
    top: -7px;
    padding-right: 20px;
}

.videoBl {}

.videoBl .play:hover {
    opacity: 0.5;
}

.videoBl .play {
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.videoBl .play .iconBl {
    color: #fff;
    font-size: 60px;
}

.videoBl .play .txt {
    color: #8b9ba9;
    font-size: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    margin-top: 18px;
}

.videoBl .video {
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoBl .info {
    display: flex;
    margin-top: 48px;
}

.videoBl .info li {
    position: relative;
    padding-left: 59px;
}

.videoBl .info li+li {
    margin-left: 46px;
}

.videoBl .info li .iconBl {
    position: absolute;
    left: -4px;
    bottom: -3px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.videoBl .info li .tit {
    font-size: 20px;
    color: #606f7c;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    letter-spacing: -0.5px;
}

.videoBl .info li .val {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-top: 2px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.videoBl .info li .link {
    color: #ff7200;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.videoBl .info li .link:hover {
    text-decoration-color: #ff7200;
}

.textBlock {}

.textBlock .titleBl {}

.textBlock .titleBl+* {
    margin-top: 53px;
}

.textBlock p+p {
    margin-top: 23px;
}

.docBl {
    width: 261px;
}

.docBl .doc:hover {
    opacity: 0.5;
}

.docBl .doc {
    width: 100%;
    height: 339px;
    background-color: #2c3a47;
    padding: 23px 27px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
}

.docBl .doc .pic {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.docBl .link {
    font-size: 20px;
    width: 100%;
    padding: 15px 0;
    display: block;
    margin-top: 65px;
}

.affilateLine .textBlock .titleBl+* {
    margin-top: 59px;
}

.affilateLine .textBlock {
    padding: 0;
    width: 350px;
    top: 0;
}

.cubeBlock {
    display: flex;
    align-items: center;
    position: relative;
    left: 29px;
    top: 20px;
}

.cub1 {
    background-image: url("../img/cube.png");
    width: 283px;
    height: 325px;
    position: relative;
    display: flex;
    margin-right: 57px;
    top: 16px;
}

.cub1 .pr {
    background: -moz-linear-gradient(45deg, #ff510c 0%, #ffbf00 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff510c), color-stop(100%, #ffbf00));
    background: -webkit-linear-gradient(45deg, #ff510c 0%, #ffbf00 100%);
    background: -o-linear-gradient(45deg, #ff510c 0%, #ffbf00 100%);
    background: -ms-linear-gradient(45deg, #ff510c 0%, #ffbf00 100%);
    background: linear-gradient(45deg, #ff510c 40%, #ffbf00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff510c', endColorstr='#ffbf00', GradientType=1);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 100px;
    font-weight: 500;
    display: block;
    position: relative;
    letter-spacing: -6px;
}

.cub1 .pr:nth-child(1) {
    -webkit-transform: skewY(-28.5deg);
    -moz-transform: skewY(-28.5deg);
    -o-transform: skewY(-28.5deg);
    transform: skewY(-28.5deg);
    left: 15px;
    top: 55px;
}

.cub1 .pr:nth-child(2) {
    -webkit-transform: skewY(28.5deg);
    -moz-transform: skewY(28.5deg);
    -o-transform: skewY(28.5deg);
    transform: skewY(28.5deg);
    left: 56px;
    top: 59px;
}

.cub1 .pr:nth-child(3) {
    left: -70px;
    top: 138px;
    -webkit-transform: skew(7deg) rotate(-40deg) rotateX(-40deg) rotateY(-15deg);
    -moz-transform: skew(7deg) rotate(-40deg) rotateX(-40deg) rotateY(-15deg);
    -o-transform: skew(7deg) rotate(-40deg) rotateX(-40deg) rotateY(-15deg);
    transform: skew(7deg) rotate(-40deg) rotateX(-40deg) rotateY(-15deg);
    opacity: 0.5;
}

.cubVis {
    position: absolute;
    left: 0;
    top: 0;
}

.cub3 {
    left: 693px;
    top: -22px;
    width: 87px;
    height: 91px;
    background-repeat: no-repeat;
}

.cub2 {
    left: 311px;
    top: -119px;
    width: 142px;
    height: 137px;
    background-repeat: no-repeat;
}

.affilateLine .listInfo {
    width: 345px;
    position: absolute;
    right: 0;
    top: 4px;
}

.affilateLine .listInfo .item+.item {
    margin-top: 100px;
}

.affilateLine .listInfo .item {
    position: relative;
}

.affilateLine .listInfo .item:nth-child(2) {
    margin-left: 122px;
}

.affilateLine .listInfo .item:nth-child(3) {}

.affilateLine .listInfo .item:nth-child(2) .tit {
    color: #ff7200;
}

.affilateLine .listInfo .item:nth-child(3) .tit {
    color: #ffae00;
}

.affilateLine .listInfo .item:nth-child(2) .cubBl {}

.affilateLine .listInfo .item:nth-child(3) .cubBl {}

.affilateLine .listInfo .cubBl {
    width: 109px;
    height: 124px;
    display: block;
    position: absolute;
    left: -135px;
    top: 50%;
    margin-top: -65px;
}

.affilateLine .listInfo .tit {
    color: #ff2400;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.affilateLine .listInfo p {
    color: #8b97a3;
    font-size: 16px;
}

.statBl::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -237px;
    background-image: url("../img/bgstat.html");
    background-repeat: no-repeat;
    width: 1920px;
    height: 1508px;
    z-index: -1;
    margin-left: -960px;
}

.statBl {
    position: relative;
    padding: 47px 0 150px;
}

.statBl .wrapIn {
    display: flex;
    justify-content: space-between;
}

.statTable {
    display: flex;
    justify-content: space-between;
    width: calc(60% - 17px);
}

.statTable .item {
    width: calc((100% / 3) - 15px);
    position: relative;
}

.statTable .item:nth-child(1) .tableBl ul li .val {}

.statTable .item:nth-child(2) .tableBl ul li .val {
    color: #ff8a2c;
}

.statTable .item:nth-child(3) .tableBl ul li .val {
    color: #ff4b2d;
}

.statTable .item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -74px;
    background-color: #23313e;
    width: 100%;
    height: 125px;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
}

.statTable .item:nth-child(2):before {
    bottom: -45px;
}

.statTable .item:nth-child(3):before {
    bottom: -15px;
}

.statTable .item+.item {}

.statTable .item .tit {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1d2a36;
    -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: center;
    display: block;
    padding: 7px 0;
    letter-spacing: 0.5px;
}

.statTable .tableBl {
    background-color: #23313e;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    margin-top: 61px;
}

.statTable .tableBl .nameTable {
    color: #526270;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    background-color: #101922;
    width: 100%;
    text-align: center;
    padding: 22px 0;
    letter-spacing: 4.5px;
}

.statTable .tableBl ul {
    padding: 24px 31px 17px;
}

.statTable .tableBl ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.statTable .tableBl ul li+li {
    margin-top: 16px;
}

.statTable .tableBl ul li .name {
    color: #8b97a3;
    font-size: 16px;
}

.statTable .tableBl ul li .val {
    color: #ffb923;
    font-size: 16px;
}

.statTable .tableBl ul li .iconBl {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: 14px;
}

.statText {
    width: calc(40% - 40px);
    position: relative;
    top: -46px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.statText .titleBl {
    width: 100%;
}

.statText .list {
    width: 50%;
    margin-top: 73px;
    position: relative;
}

.statText .list+.list .item .fa {
    color: #f22403;
}

.statText .list+.list {
    left: 22px;
    margin-top: 0px;
}

.statText .list .item {
    position: relative;
    padding-left: 62px;
}

.statText .list .item+.item {
    margin-top: 27px;
}

.statText .list .item .fa {
    /*color: #ff7200;*/
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
     background: -webkit-gradient(linear, left top, left bottom, from(#fc9301), to(#fc3411));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.statText .list .item .tit {
    color: #526270;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 3.5px;
}

.statText .list .item .val {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    display: block;
}

footer {
    padding: 108px 0 50px;
}

footer .bubbles {}

footer .wrapIn {}

.social .tit {
    color: #606f7c;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 17px;
}

footer .social {
    display: flex;
    align-items: center;
}

footer .social ul {}

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

footer .menu ul {}

footer .menu ul li {}

footer .menu ul li+li {
    margin-left: 40px;
}

footer .menu {
    margin-left: 108px;
}

.lineFot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lineFotContent {
    display: flex;
    width: 100%;
    padding: 39px 9px 39px 0;
    align-items: center;
}

.lineFotContent .logo {}

.lineFotContent .logo img {}

.lineFotContent .copy {
    color: #606f7c;
    font-size: 18px;
    width: 245px;
    margin-left: 55px;
    text-transform: uppercase;
    line-height: 25px;
}

.lineFotContent .copy p {}

.lineFotContent .copy p b {
    color: #ff7200;
    font-weight: normal;
}

.lineFotContent .adress {
    display: flex;
    width: calc(50% + 16px);
    justify-content: space-between;
    margin-left: 156px;
}

.lineFotContent .adress li {
    position: relative;
}

.lineFotContent .adress li+li {}

.lineFotContent .adress li .fa {
    color: #546b8145;
    font-size: 30px;
    position: absolute;
    left: -45px;
    font-size: 66px;
    background: transparent;
}

.lineFotContent .adress li .tit {
    color: #606f7c;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.lineFotContent .adress li .val {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 1px;
    display: block;
}

.lineFotContent .adress li .val a:hover {
    text-decoration-color: #fff;
}

.lineFotContent .adress li .val a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    text-decoration-color: transparent;
    margin-left: 4px;
}

.lineFotContent .adress li .link:hover {
    text-decoration-color: #ff7200;
}

.lineFotContent .adress li .link {
    color: #ff7200;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: transparent;
    display: table;
    letter-spacing: 0.3px;
    margin-top: 4px;
}

.lineFotContent .adress li .link:hover {}

.listPlat {
    display: flex;
    justify-content: space-between;
    padding: 54px 0 0;
}

.listPlat .item {
    width: 180px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% / 7);
}

.headerPage {
    min-height: 532px;
}

.headerPage:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url("../img/bgheaderpage.jpg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -960px;
    width: 1920px;
    height: 532px;
    z-index: -1;
}

.headerPage .lineInfoHead .wrapIn {
    justify-content: flex-end;
    padding: 0;
}

.greetingsPage {
    margin-top: -148px;
}

.greetingsPage .wrapIn {}

.greetingsPage .cap {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.greetingsPage .desr {
    font-size: 33px;
    color: #ff9001;
    margin-top: 12px;
    display: block;
    background: linear-gradient(to right, #ff3410 7%, #ff9500 15%);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.aboutText {
    padding: 16px 0;
}

.aboutText .left {
    width: calc(50% - 38px);
}

.aboutText .right {
    width: calc(50% - 29px);
    padding-top: 144px;
}

.aboutText .titleBl {}

.aboutText .titleBl+* {
    margin-top: 54px;
}

.aboutText .wrapIn {
    display: flex;
    justify-content: space-between;
}

.aboutText .textBlock {}

.textBlock a:not([class*="link"]) {
    color: #f46e03;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.textBlock a:hover {
    text-decoration-color: #f46e03;
}

.aboutText .textBlock b+* {
    margin-top: 27px;
}

.aboutText .textBlock b {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 23px;
    font-size: 18px;
}

.textBlock ul+* {
    margin-top: 27px;
}

.textBlock ul {}

.textBlock ul li {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-left: 20px;
    letter-spacing: 0.5px;
}

.textBlock ul li+li {
    margin-top: 4px;
}

.textBlock ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #f38f05;
    width: 9px;
    height: 9px;
}

.laptopPicture:before {
    content: "";
    position: absolute;
    left: -68px;
    top: 0;
    background-image: url("../img/laptop.png");
    width: 802px;
    height: 484px;
    background-repeat: no-repeat;
}

.laptopPicture .pic {
    background-position: calc(50% - 25px) center;
    background-repeat: no-repeat;
    width: 631px;
    height: 394px;
    position: relative;
    left: 18px;
    top: 36px;
}

.laptopPicture {
    position: relative;
}

.aboutText .right .laptopPicture {
    margin-top: 94px;
}

.aboutDocs {
    background-image: url("../img/fondocbl.png");
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    margin-top: 68px;
    padding: 58px 79px;
    left: -40px;
    width: 722px;
    height: 502px;
    justify-content: space-between;
}

.aboutDocs .docBl {
    width: 185px;
}

.aboutDocs .docBl .doc {
    padding: 21px 22px 16px 18px;
    height: 240px;
}

.aboutDocs .docBl .link:hover {
    background-color: #ff7200;
}

.aboutDocs .docBl .link {
    margin-top: 32px;
    padding: 11px 0;
    background-color: #ff3210;
}

.aboutDocs .info {
    width: calc(100% - 220px);
    padding: 3px 24px 0 0;
}

.aboutDocs .info .txt {
    color: #8b97a3;
    font-size: 16px;
    letter-spacing: 0.4px;
    display: block;
}

.aboutDocs .info .title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 22px;
    letter-spacing: 0.5px;
}

.aboutDocs .info .txt+.txtLink {
    margin-top: 22px;
}

.aboutDocs .info .title+.txt {
    margin-top: 23px;
}

.aboutDocs .info .txtLink {
    color: #8b97a3;
    font-size: 16px;
    display: block;
}

.aboutDocs .info .txtLink+.txtLink a:hover {
    text-decoration-color: transparent;
}

.aboutDocs .info .txtLink+.txtLink a {
    color: #ff7200;
    font-size: 16px;
    text-decoration: underline;
}

.aboutDocs .info .txtLink a:hover {
    text-decoration-color: #8b97a3;
}

.aboutDocs .info .txtLink a {
    color: #8b97a3;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.aboutDocs .info .txtLink a:hover {}

.aboutDocs .info .txtLink+.txtLink {
    margin-top: 1px;
}

.aboutDocs .info .link {
    margin-top: 31px;
    display: block;
    width: 184px;
    padding: 11px 0;
}

.linkColor1 {
    background-color: #ff7200;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
}

.linkColor1:hover {
    background-color: #ff3210;
}

.linkColor2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ff3210;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
}

.linkColor2:hover {
    background-color: #ff9400;
}

.investExpert {
    padding: 28px 0;
    position: relative;
}

.investExpert:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -371px;
    background-image: url("../img/foninvexpert.png");
    background-repeat: no-repeat;
    width: 1920px;
    height: 1222px;
    z-index: -1;
    margin-left: -960px;
}

.investExpert .wrapIn {
    display: flex;
    justify-content: space-between;
}

.investExpert .left {
    width: calc(50% - 70px);
}

.investExpert .left .txt {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-top: 39px;
    letter-spacing: 0.45px;
}

.investExpert .titleBl {}

.investExpert .titleBl+* {}

.investExpert .right {
    width: calc(50% - 28px);
    position: relative;
    top: -87px;
}

.investExpert .listTxt {
    margin-top: 70px;
}

.investExpert .listTxt .item {
    padding-left: 82px;
    position: relative;
}

.investExpert .listTxt .item+.item {
    margin-top: 40px;
}

.investExpert .listTxt .item .fa {
    color: #ff9400;
    font-size: 50px;
    position: absolute;
    left: 6px;
    top: -1px;
    background: transparent;
}

.investExpert .listTxt .item .text {
    color: #8b97a3;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.4px;
}

.listWhy {
    margin-top: 67px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 75px;
}

.listWhy .item {
    position: relative;
    width: calc(50% - 76px);
    margin-bottom: 74px;
}

.listWhy .item+.item {}

.listWhy .item .fa {
    font-size: 50px;
    color: #fe3210;
    position: absolute;
    left: -68px;
    top: 0;
    background: transparent;
}

.listWhy .item .name {
    color: #ff2400;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.listWhy .item .text {
    color: #8b97a3;
    font-size: 16px;
    display: block;
}

.blockBotPageTxt {}

.blockBotPageTxt .wrapIn {
    position: relative;
}

.blockBotPageTxt .textBot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blockBotPageTxt .titleBl {
    margin-bottom: 52px;
    width: 100%;
}

.blockBotPageTxt .left {
    width: calc(50% - 30px);
}

.blockBotPageTxt .right {
    width: calc(50% - 22px);
    padding-right: 15px;
}

.blockBotPageTxt .textBlock {}

.blockBotPageTxt:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -138px;
    background-image: url("../img/fonblockpagetxt.png");
    background-repeat: no-repeat;
    width: 1920px;
    height: 833px;
    margin-left: -960px;
    z-index: -1;
}

.blockBotPageTxt {
    position: relative;
    padding: 176px 0 146px;
}

.startMak {
    position: absolute;
    right: -33px;
    top: -155px;
    width: 760px;
    display: flex;
    justify-content: space-between;
    padding: 0 75px 0 134px;
    z-index: 5;
}

.startMak::after {
    content: "";
    position: absolute;
    left: 0;
    top: -169px;
    background-image: url("../img/fonstartmaking.html");
    width: 744px;
    height: 342px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.startMak .txt {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.startMak .btn {
    width: 263px;
    padding: 15px 0;
}

.fonCirlceVis {
    position: relative;
}

.fonCirlceVis:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -101px;
    background-image: url("../img/foncirclevis.png");
    width: 1520px;
    height: 860px;
    margin-left: -816px;
    z-index: -1;
}

.fonCirlceVis2 {
    position: relative;
}

.fonCirlceVis2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    background-image: url("../img/foncirclevis2.png");
    width: 1027px;
    height: 757px;
    margin-left: -818px;
    z-index: -1;
}

.bannersBlock {
    padding: 57px 0 0;
}

.bannersBlock .wrapIn {}

.bannersBlock .textBlock {}

.bannersBlock .textBlock p {
    letter-spacing: 1.13px;
    line-height: 33px;
}

.bannersBlock .tabs {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    margin-top: 60px;
}

.bannersBlock .tabs .listLink {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
}

.bannersBlock .tabs .listLink:after,
.bannersBlock .tabs .listLink:before {
    display: none;
}

.bannersBlock .tabs .listLink li {
    background-color: #1d2730;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: calc((100% / 8) - 18px);
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.bannersBlock .tabs .listLink li:hover {
    background-color: #23313e;
}

.bannersBlock .tabs .listLink li+li {}

.bannersBlock .tabs .listLink li a {
    font-size: 25px;
    padding: 21px 0px;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    cursor: pointer;
}

.bannersBlock .tabs .listLink li a:hover {}

.bannersBlock .tabs .listLink li.ui-tabs-active a {
    color: #ff3210;
}

.bannersBlock .tabs .listLink li.ui-tabs-active {
    background-color: #23313e;
}

.bannersBlock .tabsBody {
    padding: 147px 118px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    background-color: #23313e;
    position: relative;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 48px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: 2;
    min-height: 520px;
}

.bannersBlock .tabsBody img {
    margin: 0 auto;
    display: table;
}

.bannersBlock .tabsBody input {
    width: 100%;
    display: block;
    background-color: #14202a;
    border: 0;
    color: #8b97a3;
    font-size: 18px;
    text-align: center;
    margin-top: 107px;
    padding: 15px 0;
}

.bannersBlock .tabsBody .link {
    width: 262px;
    margin: 71px auto 0;
    padding: 15px 0;
    display: table;
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.bannersBlock .tabsBody:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -84px;
    background-color: #23313e;
    width: 100%;
    height: 175px;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 44px 35px 0 rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.botContentPage {
    position: relative;
    min-height: 523px;
    margin-top: 0;
}

.botContentPage::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 35px;
    margin-left: -960px;
    width: 1920px;
    background-image: url("../img/fonbotcontentpage.png");
    background-repeat: no-repeat;
    height: 568px;
}

.botContentPage .wrapIn {
    position: relative;
}

.botContentPage .startMak {
    top: 288px;
    right: auto;
    left: -43px;
}

.faqPage {
    padding: 16px 0 0;
    margin-bottom: -56px;
}

.faqPage .left {
    width: calc(50% - 30px);
}

.faqPage .right {
    width: calc(50% - 30px);
    padding-top: 138px;
}

.faqPage .wrapIn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.faqBl {}

.faqBl+.faqBl {
    margin-top: 94px;
}

.faqBl .titleBl {}

.faqBl .titleBl+* {
    margin-top: 55px;
}

.faqLine {}

.faqLine+.faqLine {
    margin-top: 17px;
}

.faqLine .fa, .faqLine .quest {
    position: relative;
    color: #adb7c1;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #23313e;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 53px;
    padding-left: 69px;
    letter-spacing: 0.6px;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
}

.faqLine .textBlock {
    display: none;
    padding: 29px 5px 14px 71px;
}

.faqLine .quest.open {
    color: #fff;
    background: #ff3410;
    background: -moz-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff3410), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -o-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: linear-gradient(to right, #ff3410 0%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3410', endColorstr='#ff9500', GradientType=1);
}

.faqLine .quest.open::before {
    content: "\e90f";
    color: #fff;
}

.faqLine .quest::before {
    content: "\e916";
    font-family: "icomoon" !important;
    position: absolute;
    left: 8px;
    top: 7px;
    font-size: 40px;
    color: #f56a09;
}

.contactsPage {
    padding: 68px 0 0px;
    margin-bottom: -101px;
}

.contactsPage .titleBl+* {
    margin-top: 28px;
}

.contactsPage .textBlock p {
    line-height: 34px;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.contactsPage .textBlock p b {
    font-weight: bold;
}

.contactsPage .wrapIn {
    display: flex;
    justify-content: space-between;
}

.contactsPage .left {
    width: calc(50% - 96px);
    position: relative;
    z-index: 2;
}

.contactsPage .right {
    width: calc(50% - 28px);
    padding-top: 6px;
}

.listInfoContacts {
    margin-top: 50px;
}

.listInfoContacts .col {
    position: relative;
}

.listInfoContacts .col+.col {
    margin-top: 24px;
}

.listInfoContacts .col .fa {
    font-size: 50px;
    position: absolute;
    left: -7px;
    bottom: 29px;
     background: -webkit-gradient(linear, left top, left bottom, from(#fc9301), to(#fc3411));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.listInfoContacts .col .tit {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.listInfoContacts .col .text {
    padding: 18px 0px 22px 64px;
    min-height: 108px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.listInfoContacts .col .text .linkPhone:hover {
    text-decoration-color: #fff;
}

.listInfoContacts .col .text .linkPhone {
    color: #fff;
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: transparent;
    font-weight: 500;
}

.listInfoContacts .col .text .link:hover {
    text-decoration-color: transparent;
}

.listInfoContacts .col .text .link {
    color: #ff9400;
    font-size: 20px;
    text-decoration: underline;
}

.listInfoContacts .col .text .name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.listInfoContacts .col .text .txt {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.4px;
}

.contactsPage .social {
    margin-top: 53px;
}

.contactsPage .social ul {}

.contactsPage .social ul li {}

.contactsPage .social ul li+li {
    margin-left: 22px;
}

.contactsPage .social ul li a {
    width: 45px;
    height: 45px;
    line-height: 49px;
}

.contactsPage .social ul li a .fa::before,
.contactsPage .social ul li a .fa {
    font-size: 20px;
}

.formaContacts {
    background-color: #23313e;
}

.formaContacts .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 85px 55px 35px 48px;
    position: relative;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.formaContacts .wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -39px;
    background-color: #23313e;
    width: 100%;
    height: 125px;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 50px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.formaContacts .inputLine {
    width: calc(50% - 21px);
    margin-bottom: 18px;
}

.formaContacts .inputLine:nth-child(3),
.formaContacts .inputLine:nth-child(4) {
    width: 100%;
}

.formaContacts .inputLine input {
    width: 100%;
    background-color: #14202a;
    border: 0;
    height: 50px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    box-shadow: inset 1px 1px 1px 0px rgba\(0, 0, 0, ;
    padding: 0 15px;
    color: #b0bfcd;
    font-size: 18px;
    font-weight: 300;
}

.formaContacts .inputLine textarea {
    width: 100%;
    background-color: #14202a;
    border: 0;
    height: 161px;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    box-shadow: inset 1px 1px 1px 0px rgba\(0, 0, 0, ;
    padding: 10px 15px;
    color: #b0bfcd;
    font-size: 18px;
    font-weight: 300;
    resize: none;
}

.formaContacts .inputLine label {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.formaContacts .inputLine label .small {
    color: #ff9300;
}

.formaContacts .btn {
    width: 265px;
    margin-top: 39px;
}

.captcha {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}

.captcha .pic {
    background-color: #3b4a57;
    color: #9da4ab;
    width: 148px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    letter-spacing: 2.5px;
    background-position: center;
    background-repeat: no-repeat;
}

.formaContacts .inputLine .captcha input {
    width: calc(100% - 190px);
    margin: 0;
}

.investPage {
    padding: 56px 0;
}

.investPage .wrapIn {}

.investPage .textBlock {}

.investPage .textBlock p {
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.48px;
}

.investPage .listMiniPlan {}

.investPage .listMiniPlan .item {
    width: calc((100% / 9) - 20px);
    padding: 24px 19px 5px;
}

.investPage .listMiniPlan .item.vip .pre {
    color: #fff;
    font-size: 50px;
}

.investPage .listMiniPlan .item.vip .pre .small {
    vertical-align: 15px;
    font-size: 26px;
}

.investPage .listMiniPlan .item.vip .desr {}

.investPage .listMiniPlan .item.vip1::after {
    opacity: 1;
    background-color: #ff3210;
}

.investPage .listMiniPlan .item.vip2::after {
    opacity: 1;
    background-color: #ff7200;
}

.investPage .listMiniPlan .item.vip3::after {
    opacity: 1;
    background-color: #ff9400;
}

.investPage .listMiniPlan .item.vip {
    padding: 6px 19px;
}

.investPage .listMiniPlan .item:nth-child(1)::before {
    bottom: -126px;
}

.investPage .listMiniPlan .item:nth-child(2)::before {
    bottom: -112px;
}

.investPage .listMiniPlan .item:nth-child(3)::before {
    bottom: -99px;
}

.investPage .listMiniPlan .item:nth-child(4)::before {
    bottom: -85px;
}

.investPage .listMiniPlan .item:nth-child(5)::before {
    bottom: -73px;
}

.investPage .listMiniPlan .item:nth-child(6)::before {
    bottom: -61px;
}

.investPage .listMiniPlan .item:nth-child(7)::before {
    bottom: -47px;
}

.investPage .listMiniPlan .item:nth-child(8)::before {
    bottom: -35px;
}

.investPage .listMiniPlan .item:nth-child(9)::before {
    bottom: -23px;
}

.investPage .listMiniPlan .item:before {
    z-index: -1;
    height: 100%;
}

.investPage .listMiniPlan .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    opacity: 0;
    z-index: -1;
}

.investPage .listMiniPlan .link {
    background-color: #23313e;
    padding: 10px 0;
    margin-top: 13px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 3;
    position: relative;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 40px 0px rgba(0, 0, 0, 0.6);
    width: 100%;
    display: block;
    margin-top: 25px;
    text-align: center;
}

.investPage .listMiniPlan .item.vip1 .link:hover {
    background-color: #ff3210;
}

.investPage .listMiniPlan .item.vip2 .link:hover {
    background-color: #ff7200;
}

.investPage .listMiniPlan .item.vip3 .link:hover {
    background-color: #ff9400;
}

.investPage .listMiniPlan .link:hover {
    background-color: #ff7200;
}

.investPage .listMiniPlan .vipBl {
    bottom: -98px;
    height: 154px;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
}

.investPage .listMiniPlan .vipBl .txt {
    color: #364551;
    -webkit-transform: skewY(4.5deg);
    -moz-transform: skewY(4.5deg);
    -o-transform: skewY(4.5deg);
    transform: skewY(4.5deg);
}

.investPage .listMiniPlan .item.vip1 .vipBl {
    bottom: -125px;
}

.investPage .listMiniPlan .item.vip2 .vipBl {
    bottom: -111px;
}

.investPage .listMiniPlan .item.vip3 .vipBl {}

.investCalc {
    padding: 173px 0 0;
}

.investCalc .calcProfit {
    padding: 0;
}

.investCalc .calc {
    flex-direction: row-reverse;
}

.investCalc .calc .left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -49px;
    background-color: #23313e;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.investCalc .calc .left {
    padding: 55px 53px 55px 45px;
    width: 670px;
    background-color: #23313e;
    position: relative;
    top: -53px;
}

.investCalc .calc .inputList {
    margin-top: 58px;
    margin-bottom: 54px;
}

.investCalc .calc .textBlock p+p {
    margin-top: 34px;
}

.investCalc .calc .textBlock p {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.54px;
}

.investCalc .calc .textBlock {
    width: calc(50% - 25px);
}

.investCalc .calc .planBlock {
    font-size: 0;
}

.investCalc .calc .planBlock>* {
    font-size: 17px;
    color: #ff3210;
}

.investCalc .calc .planBlock .leftSide {
    width: 50%;
    display: inline-block;
}

.investCalc .calc .planBlock .rightSide {
    width: 50%;
    display: inline-block;
}

.investCalc .calc .planBlock table tr th {
    text-align: left;
    color: #ff9400;
}

.investCalc .calc .right {}

.investCalc .calc .link:hover {
    background: #14202a;
}

.investCalc .calc .link {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    background: #ff3410;
    background: -moz-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff3410), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -o-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ff3410 0%, #ff9500 100%);
    background: linear-gradient(to right, #ff3410 0%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3410', endColorstr='#ff9500', GradientType=1);
    padding: 15px 0;
    -webkit-box-shadow: 14px 14px 40px 0px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 14px 14px 40px 0px rgba(0, 0, 0, 0.61);
    box-shadow: 14px 14px 40px 0px rgba(0, 0, 0, 0.61);
    margin-top: 28px;
}

.investCalc .calc .irs--flat .irs-line {
    background-color: #334351;
}

.investCalc .calc .selectric,
.investCalc .calc .inputList .inputLine input {
    background-color: #14202a;
}

.investCalc .calc .total li+li {
    width: auto;
    min-width: 30%;
}

.affilateInvestPage .textBlock b {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-top: 57px !important;
    display: block;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 24px;
}

.affilateInvestPage .affilateLine .listInfo .item {
    padding-right: 20px;
}

.affilateInvestPage .affilateLine .listInfo {
    top: -70px;
}

.affilateInvestPage .cub3 {
    left: 591px;
    top: -137px;
}

.affilateInvestPage .cub2 {
    left: 259px;
    top: -161px;
}

.affilateInvestPage .cubeBlock .cub1 {
    top: 91px;
}

.affilateInvestPage .cubeBlock {
    top: -8px;
}

.affilateInvestPage .affilateLine {
    margin: 0;
    align-items: flex-start;
}

.affilateInvestPage .wrapIn {}

.affilateInvestPage {
    background-image: url("../img/foncircleaffilate.html");
    background-repeat: no-repeat;
    background-position: calc(50% - 60px) calc(50% + 205px);
    padding: 180px 0 95px;
    margin-bottom: -106px;
}

.rulesPage {
    padding: 47px 0 0;
    margin-bottom: -44px;
}

.rulesPage .list {}

.rulesPage .list .item+.item {
    margin-top: 82px;
}

.rulesPage .list .item {
    position: relative;
    padding-left: 118px;
}

.rulesPage .list .item .num .val {
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    -webkit-transform: skewY(-28.5deg);
    -moz-transform: skewY(-28.5deg);
    -o-transform: skewY(-28.5deg);
    transform: skewY(-28.5deg);
    display: block;
    position: relative;
    left: 13px;
    top: -6px;
}

.rulesPage .list .item:nth-child(17) .num,
.rulesPage .list .item:nth-child(14) .num,
.rulesPage .list .item:nth-child(10) .num,
.rulesPage .list .item:nth-child(7) .num,
.rulesPage .list .item:nth-child(4) .num,
.rulesPage .list .item:nth-child(1) .num {
    background-image: url("../img/rulescube1.html");
}

.rulesPage .list .item:nth-child(18) .num,
.rulesPage .list .item:nth-child(15) .num,
.rulesPage .list .item:nth-child(11) .num,
.rulesPage .list .item:nth-child(8) .num,
.rulesPage .list .item:nth-child(5) .num,
.rulesPage .list .item:nth-child(2) .num {
    background-image: url("../img/rulescube2.html");
}

.rulesPage .list .item:nth-child(19) .num,
.rulesPage .list .item:nth-child(16) .num,
.rulesPage .list .item:nth-child(12) .num,
.rulesPage .list .item:nth-child(9) .num,
.rulesPage .list .item:nth-child(6) .num,
.rulesPage .list .item:nth-child(3) .num {
    background-image: url("../img/rulescube3.html");
}

.rulesPage .list .num {
    position: absolute;
    left: 0;
    top: -14px;
    width: 77px;
    height: 87px;
    background-repeat: no-repeat;
}

.rulesPage .list .name {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.rulesPage .textBlock {
    margin-top: 37px;
}

.rulesPage .textBlock p {
    letter-spacing: 0.46px;
}

.rulesPage .textBlock p+p {
    margin-top: 0px;
}

.rulesPage .textBlock p b {
    font-weight: 500;
}

.loginPage {
    padding: 62px 0 20px;
}

.loginPage .wrapIn {}

.formaLogin {}

.formaLogin .wrap {
    padding: 73px 91px 0 87px;
}

.formaLogin .inputLine {
    width: calc((100% / 3) - 27px) !important;
    margin: 0;
}

.formaLogin .inputLine:nth-child(1) {}

.formaLogin .inputLine:nth-child(2) {}

.formaLogin .inputLine:nth-child(3) {}

.loginPage .btn {
    margin: 77px auto 0;
    width: 100%;
    max-width: 385px;
}

.linkLoginBlock {
    width: 100%;
    margin-top: 62px;
}

.linkLoginBlock a {
    display: table;
    margin: 0 auto;
    color: #ff9400;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #ff9400;
    letter-spacing: 0.5px;
}

.linkLoginBlock a:hover {
    text-decoration-color: transparent;
}

.linkLoginBlock a+a {
    margin-top: 13px;
}

.formaLogin .inputLine .captcha input {
    width: calc(100% - 163px);
}

.formaLogin .wrap::before {
    height: 100%;
    bottom: -97px;
}

.formaReg .btn {
    margin-top: 52px;
}

.formaReg .col {
    width: calc((100% / 3) - 27px);
}

.formaReg .inputLine {
    margin-bottom: 19px;
    width: 100% !important;
}

.chekBl {}

.chekBl input {
    display: none;
}

.chekBl input:checked+label:after {
    opacity: 1;
}

.chekBl label a {
    color: #ff9400;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #ff9400;
    letter-spacing: 0.4px;
}

.chekBl label a:hover {
    text-decoration-color: transparent;
}

.chekBl label::before {
    content: "";
    position: absolute;
    background-color: #14202a;
    border: 0;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.72);
    box-shadow: inset 1px 1px 1px 0px rgba\(0, 0, 0, ;
    width: 23px;
    height: 25px;
    left: 2px;
    top: -1px;
}

.chekBl label::after {
    content: "";
    position: absolute;
    background-image: url("../img/chek.html");
    left: 2px;
    top: -1px;
    width: 23px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

.formaContacts .inputLine .chekBl {
    padding-top: 54px;
}

.formaContacts .inputLine .chekBl label,
.chekBl label {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    position: relative;
    padding-left: 38px;
    text-transform: none;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.modalsScroll {
    overflow: auto;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.modalsScroll .modals {
    height: 100vh;
    width: 100%;
}

.modalsScroll .modals.table {
    display: table;
}

.modalsScroll .modals .tCell {
    padding: 50px 15px;
    overflow: auto;
    display: table-cell;
    vertical-align: middle;
}

.modalsScroll.open {
    z-index: 99;
    display: block;
}

.modalsScroll .closeModal span+span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}

.modalsScroll .closeModal span {
    position: relative;
    background-color: #526270;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 100%;
    top: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.modalsScroll .closeModal {
    outline: none;
    z-index: 30;
    position: absolute;
    right: -47px;
    top: -29px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 37px;
    width: 33px;
    height: 33px;
    color: #fff;
}

.modalsScroll .closeModal:hover span {
    background-color: #fff;
}

.modalsScroll .overlayModal {
    z-index: 4;
    position: fixed;
    background-color: #0f161e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    opacity: 0.8;
}

.modalsScroll .blockMod {
    position: relative;
    z-index: 5;
    display: none;
    margin: 0 auto;
    max-width: 450px;
    background-color: #23313e;
}

.blockMod .in {
    position: relative;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.blockMod .in::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -32px;
    background-color: #23313e;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.depositModals .name {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #32414f;
    padding: 33px 0;
}

.depositModals ul {}

.depositModals ul li {
    display: flex;
    justify-content: space-between;
    padding: 0 43px 11px;
    min-height: 40px;
    align-items: flex-end;
}

.depositModals ul li+li {}

.depositModals ul li .tit {
    color: #8b97a3;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.depositModals ul li .txt {
    color: #fff;
    font-size: 16px;
}

.depositModals ul li .plan {
    color: #f28e04;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.depositModals ul li .small {
    font-size: 13px;
    vertical-align: 6px;
}

.depositModals ul li:nth-child(2n) {
    background-color: #1e2a35;
}

.depositModals ul li img {}

.depositModals ul li .val {
    color: #ff3210;
    font-size: 20px;
}

.resultBlock {
    padding: 43px 0;
}

.resultBlock .logo {
    margin: 0 auto;
    display: table;
}

.resultBlock .logo img {}

.resultBlock .desr {
    display: block;
    text-align: center;
    color: #526270;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 55px;
}

.resultBlock .txt {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 6px;
    letter-spacing: 0.8px;
}

.lkPage {
    background-image: url("../img/foncirclelkpage.html");
    background-position: calc(50% - 28px) -62px;
    background-repeat: no-repeat;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}

.lkPage .leftLk {
    width: 260px;
}

.lkPage .contentLk {
    width: calc(100% - 540px);
    padding: 57px 94px 57px 91px;
}

.lkPage .rightLk {
    width: 260px;
}

.leftLk .logo::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    background-color: #23313e;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.leftLk .logo {
    background-color: #23313e;
    width: 100%;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 26px 0 10px;
    position: relative;
    z-index: 2;
}

.leftLk .logo img {}

.leftLk .balanceBl {
    margin-top: 68px;
}

.leftLk .balanceBl .iconBl {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.leftLk .balanceBl .tit {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 17px;
}

.leftLk .balanceBl .val {
    color: #ff3210;
    font-size: 50px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 54px;
}

.menuLk {
    padding: 109px 0 70px;
    position: relative;
    min-height: calc(100vh - 145px);
}

.menuLk:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -41px;
    background-color: #23313e;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 -5px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 -5px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 -5px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.menuLk ul {}

.menuLk ul li {}

.menuLk ul li+li {
    margin-top: 46px;
}

.menuLk ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.menuLk ul li a:hover,
.menuLk ul li a.active {
    color: #ff9400;
}

.titleLk {}

.titleLk .cap {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.infoUserBlock::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -56px;
    background-color: #23313e;
    width: 100%;
    height: calc(100% + 100px);
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.infoUserBlock {
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.infoUserBlock .iconBl {
    font-size: 50px;
    display: table;
    margin: 0 auto;
}

.infoUserBlock ul {
    margin-top: 22px;
}

.infoUserBlock ul li {}

.infoUserBlock ul li+li {
    margin-top: 26px;
}

.infoUserBlock ul li .tit {
    color: #526270;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    font-weight: 600;
}

.infoUserBlock ul li .val {}

.infoUserBlock ul li .val {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: .5px;
    position: relative;
}

.lkfot {
    padding-top: 162px;
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 145px);
}

.lkfot:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -86px;
    background-color: #23313e;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
    -webkit-box-shadow: 0 -5px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 -5px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 -5px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.lkfot::before {}

.lkfot .infoLkfot {}

.lkfot .infoLkfot li {}

.lkfot .infoLkfot li:last-child {
    margin-top: 29px;
}

.lkfot .infoLkfot li+li {
    margin-top: 16px;
}

.lkfot .infoLkfot li .iconBl {
    font-size: 50px;
    display: table;
    margin: 0 auto;
}

.lkfot .infoLkfot li #date {
    color: #526270;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    margin-top: 6px;
}

.lkfot .infoLkfot li #time {
    color: #fff;
    font-size: 40px;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 600;
}

.lkfot .infoLkfot li .tit {
    color: #526270;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
}

.lkfot .infoLkfot li .link {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: table;
    margin: 0 auto;
    margin-top: 5px;
}

.lkfot .infoLkfot li .link:hover {}

.lkfot .social {
    margin: 24px auto 0;
    display: table;
}

.lkfot .social ul {}

.lkfot .social ul li {}

.lkfot .social ul li+li {
    margin-left: 18px;
}

.lkfot .social ul li a {}

.lkfot .social ul li .fa {}

.lkfot .copyBl {
    color: #606f7c;
    font-size: 17px;
    text-align: center;
    margin-top: 88px;
}

.blAccount {
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
}

.blAccount .col {
    background-color: #23313e;
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    width: calc(50% - 19px);
    text-align: center;
    padding: 60px 15px 74px;
}

.blAccount .col+.col {}

.blAccount .col .iconBl {
    font-size: 50px;
    display: table;
    margin: 0 auto;
}

.blAccount .col .tit {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 34px;
    letter-spacing: 4px;
}

.blAccount .col .name {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 7px;
    font-weight: 500;
}

.blAccount .col .link {
    margin: 0 auto;
    text-align: center;
    display: table;
    color: #ff9400;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #ff9400;
    margin-top: 16px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blAccount .col .link:hover {
    text-decoration-color: transparent;
}

.blAccount .col .linkRef {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    color: #ff3210;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 300;
    text-decoration-color: #ff3210;
    letter-spacing: 0.5px;
    margin-top: 22px;
    word-break: break-all;
}

.blAccount .col .linkRef:hover {
    text-decoration-color: transparent;
}

.blInfoAcc {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.blInfoAcc .left {
    width: calc(50% - 19px);
}

.blInfoAcc .right {
    width: calc(50% - 19px);
}

.blInfoAcc .col {
    background-color: #192530;
    width: 100%;
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    padding: 36px 0;
    position: relative;
}

.blInfoAcc .col+.col {
    margin-top: 40px;
}

.blInfoAcc .col .prog::before {
    content: "";
    font-family: "icomoon" !important;
}

.blInfoAcc .col .prog {
    position: absolute;
    left: 37px;
    top: 50%;
    font-size: 45px;
    color: #3c4a57;
    margin-top: -28px;
}

.blInfoAcc .col .prog.up::before {
    content: "\e91e";
}

.blInfoAcc .col .prog.up {}

.blInfoAcc .col .prog.down::before {
    content: "\e90a";
}

.blInfoAcc .col .prog.down {}

.blInfoAcc .col .tit {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.blInfoAcc .col .val {
    color: #ff3210;
    font-size: 30px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.blInfoAcc .right .col .prog {
    left: auto;
    right: 28px;
}

.blInfoAcc .right .col .val {
    color: #ff9400;
}

[class*="icon-"] {
    background: #fc9301;
    background: -moz-linear-gradient(top, #fc9301 0%, #fc3411 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fc9301), color-stop(100%, #fc3411));
    background: -webkit-linear-gradient(top, #fc9301 0%, #fc3411 100%);
    background: -o-linear-gradient(top, #fc9301 0%, #fc3411 100%);
    background: -ms-linear-gradient(top, #fc9301 0%, #fc3411 100%);
    background: linear-gradient(to bottom, #fc9301 0%, #fc3411 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9301', endColorstr='#fc3411', GradientType=0);
    -webkit-background-clip: text;
    color: transparent;
}

.lkBanners {
    padding: 65px 0;
}

.lkBanners .lineRefLink {
    background-color: #23313e;
    padding: 26px 0 38px;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 44px 35px 0 rgba(0, 0, 0, 0.6);
}

.lkBanners .lineRefLink .tit {
    color: #526270;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    letter-spacing: 4px;
}

.lkBanners .lineRefLink .inputLine {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.lkBanners .lineRefLink .inputLine input {
    width: calc(100% - 188px);
    display: block;
    background-color: #14202a;
    border: 0;
    color: #8b97a3;
    font-size: 18px;
    text-align: left;
    padding: 15px 23px;
    letter-spacing: 0.3px;
}

.lkBanners .lineRefLink .inputLine .link {
    width: 155px;
    padding: 15px 0;
}

.lkBanners .bannersBlock {
    padding: 0;
}

.lkBanners .bannersBlock .tabs .listLink li a {
    padding: 11px 0px;
}

.lkBanners .bannersBlock .tabsBody::before {
    display: none;
}

.lkBanners .bannersBlock .tabsBody {
    padding: 103px 41px 76px;
}

.depositList {
    margin-top: 95px;
}

.depositList .item {
    background-color: #192530;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 44px 35px 0 rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: flex;
    position: relative;
}

.depositList .item+.item {
    margin-top: 62px;
}

.depositList .item .prBl::before {
    content: "";
    position: absolute;
    left: -127px;
    top: -54px;
    background-image: url("../img/depositpr1.html");
    width: 313px;
    height: 242px;
    background-repeat: no-repeat;
    z-index: -1;
}

.depositList .item .prBl {
    position: relative;
    width: 195px;
    z-index: 2;
    padding: 21px 28px;
}

.depositList .item .prBl .pr {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    white-space: nowrap;
}

.depositList .item .prBl .pr .small {
    font-size: 30px;
    vertical-align: 13px;
}

.depositList .item .prBl .day {
    color: #fff;
    font-size: 15px;
    display: block;
}

.depositList .item .info {
    padding: 15px 5px;
    width: 400px;
}

.depositList .item .info ul {
    display: flex;
    justify-content: space-between;
}

.depositList .item .info ul li {
    color: #ff3210;
    text-align: center;
}

.depositList .item .info ul li+li {
    color: #ff9400;
}

.depositList .item .info ul li .tit {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.depositList .item .info ul li .val {
    font-size: 30px;
    font-weight: 500;
}

.depositList .item .info ul li+li {}

.depositList .item .progBl {
    margin-top: 11px;
    padding: 0 4px;
}

.depositList .item .progBl .tit {
    color: #8b97a3;
    font-size: 15px;
    letter-spacing: 0.7px;
}

.depositList .item .progBl .prog:before {
    content: "";
    position: absolute;
    left: -41px;
    top: 0;
    width: calc(100% + 50px);
    height: 100%;
    background-image: url("../img/fonprog.html");
    background-position: center;
    z-index: 2;
}

.depositList .item .progBl .prog {
    width: 100%;
    height: 5px;
    background-color: #23323f;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 10px 0 rgb(0, 0, 0);
    -moz-box-shadow: 0 0px 10px 0 rgb(0, 0, 0);
    box-shadow: 0 0px 10px 0 rgb(0, 0, 0);
}

.depositList .item .progBl .prog .value {
    background: #fc9301;
    background: -moz-linear-gradient(left, #fc9301 0%, #fc3411 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fc9301), color-stop(100%, #fc3411));
    background: -webkit-linear-gradient(left, #fc9301 0%, #fc3411 100%);
    background: -o-linear-gradient(left, #fc9301 0%, #fc3411 100%);
    background: -ms-linear-gradient(left, #fc9301 0%, #fc3411 100%);
    background: linear-gradient(to right, #fc9301 0%, #fc3411 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9301', endColorstr='#fc3411', GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.depositList .item .text:before {
    content: "";
    position: absolute;
    left: 15px;
    top: -45px;
    background-image: url("../img/fondeposit.html");
    width: 528px;
    height: 213px;
    z-index: -1;
}

.depositList .item .text {
    position: relative;
    width: calc(100% - 622px);
    padding: 8px 1px 5px 118px;
    z-index: 2;
}

.depositList .item .text .top {}

.depositList .item .text .top .tit {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.depositList .item .text .top .val {
    font-size: 15px;
    letter-spacing: 0.6px;
}

.depositList .item .text .top ul {}

.depositList .item .text .top ul li {
    color: #ff3210;
}

.depositList .item .text .top ul li+li {
    color: #ff9400;
    margin-top: -3px;
}

.depositList .item .text .bot {
    margin-top: 15px;
    color: #8b97a3;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.depositList .item .text .bot ul {}

.depositList .item .text .bot ul li {}

.depositList .item .text .bot ul li+li {}

.depositList .item .text .bot ul li .tit {}

.depositList .item .text .bot ul li .val {}

.depositList .item .prRight {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 176px;
    height: 100%;
}

.depositList .item .prRight .prog {
    background-image: url("../img/progrightdep1.html");
    width: 129px;
    height: 31px;
    background-repeat: no-repeat;
    position: absolute;
    left: 31px;
    top: 50%;
    margin-top: -14px;
    text-align: center;
    overflow: hidden;
}

.depositList .item .prRight .prog:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 5px;
    background-color: #ff9400;
    width: 15px;
    height: 35px;
    -webkit-transform: rotate(138deg);
    -moz-transform: rotate(138deg);
    -o-transform: rotate(138deg);
    transform: rotate(138deg);
}

.depositList .item .prRight .prog:before {
    content: "";
    position: absolute;
    left: -11px;
    top: -10px;
    background-color: #ff9400;
    width: 15px;
    height: 35px;
    z-index: 3;
    -webkit-transform: rotate(-138deg);
    -moz-transform: rotate(-138deg);
    -o-transform: rotate(-138deg);
    transform: rotate(-138deg);
}

.depositList .item .prRight .prog .pr {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    z-index: 3;
    left: 18px;
    top: -2px;
}

.depositList .item .prRight .prog .pr .small {
    font-size: 14px;
    vertical-align: 9px;
}

.depositList .item .prRight .prog .value {
    background-image: url("../img/progrightdep2.html");
    height: 31px;
    position: absolute;
    left: 0;
    top: 0px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-left: 20%;
}

.depositList .item .prRight:before {
    content: "";
    position: absolute;
    left: 0;
    top: -52px;
    background-image: url("../img/depositpr2.html");
    width: 266px;
    height: 242px;
    z-index: -1;
}

.filterBl .wrapIn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.filterBl {
    background-color: #23313e;
    margin-top: 64px;
    padding: 28px 40px 40px;
    -webkit-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
}

.filterBl .inputLine {
    position: relative;
}

.filterBl .inputLine+.col {}

.filterBl button:hover {
    background-color: #ff9400;
}

.filterBl button {
    width: 52px;
    height: 50px;
    border: 0;
    color: #fff;
    font-size: 30px;
    background-color: #ff3210;
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 44px 35px 0 rgba(0, 0, 0, 0.6);
    cursor: pointer;
    position: relative;
}

.filterBl button .iconBl {
    background: transparent;
    color: #fff;
}

.filterBl .inputLine:nth-child(1) {
    width: 150px;
}

.filterBl .inputLine:nth-child(2) {
    width: 150px;
}

.filterBl .inputLine:nth-child(3) {
    width: 240px;
}

.filterBl .inputLine:nth-child(4) {
    width: 240px;
}

.filterBl .inputLine label {
    text-align: center;
    display: block;
    width: 100%;
}

.filterBl .inputLine input {
    background-color: #14202a;
}

.filterBl .inputLine .selectric {
    background-color: #14202a;
}

.filterBl .inputLine .selectric .label {}

.filterBl .inputLine .selectric .button {}

.filterBl .inputLine .selectric .button:after {}

.ui-datepicker {
    border: 0 !important;
    background-color: #14202a;
    color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
}

.ui-datepicker th {}

.ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    color: #fff;
    border: 0;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
    border: 1px solid #ff3210 !important;
    background: #ff3210 !important;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
    border: 1px solid transparent;
    background: transparent;
    color: #fff;
}

.mobileHid {
    display: none;
}

.tableBlock {
    margin-top: 50px;
    -webkit-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
}

.tableBlock .table {
    display: table;
    width: 100%;
    background-color: #192530;
}

.tableBlock .table .thead {
    background-color: #0b1115;
    display: table-row-group;
}

.tableBlock .table .thead .tr {
    display: table-row;
}

.tableBlock .table .thead .td {
    display: table-cell;
    vertical-align: middle;
    color: #526270;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding: 8px 0;
    letter-spacing: 2.7px;
}

.tableBlock .table .thead .td:nth-child(1) {
    width: 11%;
}

.tableBlock .table .thead .td:nth-child(2) {
    width: 20%;
}

.tableBlock .table .thead .td:nth-child(3) {
    width: 9%;
}

.tableBlock .table .thead .td:nth-child(4) {
    width: 12%;
}

.tableBlock .table .thead .td:nth-child(5) {
    width: 12%;
}

.tableBlock .table .thead .td:nth-child(6) {
    width: 12%;
}

.tableBlock .table .thead .td:nth-child(7) {
    width: 24%;
}

.tableBlock .table .tbody {
    display: table-row-group;
}

.tableBlock .table .tbody .tr:nth-child(2n) .td {
    background-color: #23313e;
}

.tableBlock .table .tbody .tr {
    display: table-row;
}

.tableBlock .table .tbody .td {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    padding: 10px 0 11px;
}

.tableBlock .table .date {
    color: #526270;
    font-size: 16px;
}

.tableBlock .table .trans {
    color: #fff;
    text-transform: uppercase;
}

.tableBlock .table img {}

.tableBlock .table .sum {
    font-weight: 600;
}

.tableBlock .table .sum.debit {
    color: #ff3210;
}

.tableBlock .table .sum.credit {
    color: #ff7200;
}

.tableBlock .table .sum.balance {
    color: #ffb923;
}

.tableBlock .table .txt {
    color: #8b97a3;
}

.pagination {
    position: relative;
    margin-top: 56px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li.prev {
    position: absolute;
    left: 0;
    top: 0;
}

.pagination ul li.next {
    position: absolute;
    right: 0;
}

.pagination ul li {}

.pagination ul li+li {
    margin-left: 15px;
}

.pagination ul li a.active {
    color: #ff9400;
}

.pagination ul li a:hover {
    background-color: #ff3210;
    color: #fff;
}

.pagination ul li a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    background-color: #23313e;
    width: 54px;
    height: 49px;
    color: #fff;
    -webkit-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
}

.pagination ul li.next a:hover,
.pagination ul li.prev a:hover {
    background-color: #ff3210;
}

.pagination ul li.prev a {
    background-image: url("../img/pag-prev.html");
    background-repeat: no-repeat;
    background-color: #ff9400;
}

.pagination ul li.next a {
    background-image: url("../img/pag-next.html");
    background-repeat: no-repeat;
    background-color: #ff9400;
    top: 0;
}

.inputLine .arrow {
    background-image: url("../img/arr_white_selectric.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    bottom: 19px;
}

.depBlock {
    padding: 70px 0;
}

.depBlock .radioTabs {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.depBlock .radioTabs .listLink:after,
.depBlock .radioTabs .listLink:before {
    display: none;
}

.depBlock .radioTabs .listLink {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
}

.depBlock .radioTabs .listLink>li label {
    cursor: pointer
}

.depBlock .radioTabs .listLink>li input {
    display: none;
}

.depBlock .radioTabs .listLink>li input:checked+label .makeInf {
    background-color: #23313e;
}

.depBlock .radioTabs .listLink>li input:checked+label .makeInf .pr {
    color: #ff3210;
}

.depBlock .radioTabs .listLink>li input:checked+label {
    background-color: #23313e;
    display: block;
}

.depBlock .radioTabs .listLink>li label {
    cursor: pointer;
}

.depBlock .radioTabs .listLink>li {
    float: none;
    background: transparent;
    border: 0;
    background-color: #141f29;
    width: calc((100% / 6 - 1px));
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.depBlock .radioTabs .listLink>li:hover {
    background-color: #23313e;
}

.depBlock .radioTabs .listLink>li>a {
    display: block;
    float: none;
    padding: 0;
}

.depBlock .radioTabs .listLink>li+li {}

.makeInf {
    padding: 3px 10px 61px 10px;
}

.makeInf .pr {
    color: #ff9400;
    font-size: 45px;
    font-weight: bold;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.makeInf .pr .small {
    font-size: 19px;
    vertical-align: 12px;
}

.makeInf .day {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
}

.makeInf ul {
    margin-top: 6px;
    width: 100%;
}

.makeInf ul li {
    color: #617383;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none;
    margin: 0 !important;
}

.makeInf ul li+li {
    margin-top: 9px !important;
}

.makeInf ul li .tit {}

.makeInf ul li .val {
    color: #ff9400;
}

.depBlock .tabsBody .selectric,
.depBlock .tabsBody input {
    background-color: #14202a;
}

.depBlock .tabsBody {
    background-color: #23313e;
    padding: 71px 0 64px;
    position: relative;
}

.depBlock .tabs .listLink>li.ui-tabs-active {
    background-color: #23313e;
}

.depBlock .tabs .listLink>li.ui-tabs-active .makeInf .pr {
    color: #ff3210;
}

.depBlock .tabsBody .line label {
    text-align: center;
}

.depBlock .tabsBody:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -46px;
    background-color: #23313e;
    width: 100%;
    height: 50%;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.depBlock .tabsBody .line {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.depBlock .tabsBody .line+.line {
    margin-top: 30px;
}

.radioBlock {
    position: absolute;
    right: -185px;
    bottom: 1px;
}

.radioBlock ul {}

.radioBlock ul li {}

.radioBlock ul li+li {
    margin-top: 3px;
}

.radioBlock ul li input {
    display: none;
}

.radioBlock ul li label {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    padding-left: 17px;
    cursor: pointer;
}

.radioBlock ul li label::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-color: #101921;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.radioBlock ul li label:after {
    content: "";
    position: absolute;
    left: -9px;
    top: 7px;
    background-color: #ff9300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0;
}

.radioBlock ul li input:checked+label::after {
    opacity: 1;
}

.itogBlock:before {
    content: "";
    position: absolute;
    left: 0;
    top: -43px;
    background-color: #192530;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-4.5deg);
    -moz-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-4.5deg);
    -webkit-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 33px 40px 0px rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.itogBlock {
    background-color: #192530;
    position: relative;
    margin-top: 119px;
    padding: 13px 0 51px;
}

.itogBlock .sum {
    display: flex;
    justify-content: center;
}

.itogBlock .sum li {
    color: #ff9400;
    margin: 0 32px;
}

.itogBlock .sum li+li {
    color: #ff3210;
}

.itogBlock .sum li .tit {
    color: #526270;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.itogBlock .sum li .val {
    font-size: 50px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: -5px;
    letter-spacing: 0px;
}

.itogBlock .btn {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 29px;
}

.depBlock .title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.depBlock .sum {
    color: #ff3210;
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 8px;
    display: block;
}

.withBl {
    width: 100%;
    height: 85px;
    background-position: center;
    background-repeat: no-repeat;
}

.depWith .radioTabs .listLink>li {
    width: calc((100% / 7) - 15px);
}

.settingsPage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 59px 0 0;
}

.settingsPage .tit {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.settingsPage .left,
.settingsPage .right {
    width: calc(50% - 19px);
    background-color: #23313e;
    padding: 28px 0 18px;
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.6);
}

.inputLine .iconBl {
    font-size: 25px;
    color: #6b7884;
    position: absolute;
    right: 9px;
    bottom: 10px;
    width: 25px;
    height: 27px;
    background: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.settingsPage .inputList {
    padding: 25px 40px;
}

.settingsPage .inputList .inputLine {
    position: relative;
}

.settingsPage .inputList .inputLine label {
    letter-spacing: 0.7px;
}

.settingsPage .inputList .inputLine input {
    margin-top: -11px;
    background-color: #14202a;
}

.settingsPage .inputList .inputLine+.inputLine {
    margin-top: 11px;
}

.settingsPage .btn {
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
    margin-top: 45px;
}

.blAccount .col ul {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.blAccount .col ul li {
    font-size: 18px;
    color: #ff3210;
    padding: 0 15px;
}

.blAccount .col ul li+li {
    color: #ff9400;
}

.blAccount .col ul li .tit {
    font-size: 18px;
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.blAccount .col ul li .val {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.minStatTable {
    -webkit-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
}

.minStatTable .table {
    display: table;
    background-color: #192530;
    width: 100%;
}

.minStatTable .table .thead {
    display: table-row-group;
}

.minStatTable .table .thead .tr {
    display: table-row;
}

.minStatTable .table .thead .tr .td {
    display: table-cell;
    vertical-align: middle;
    color: #526270;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: calc(100% / 3);
    padding: 8px 0;
    letter-spacing: 3px;
    text-align: center;
    background-color: #0b1115;
}

.minStatTable .table .thead .tr .td:nth-child(1) {
    width: 19%;
    padding-left: 37px;
    text-align: left;
}

.minStatTable .table .thead .tr .td:nth-child(2) {
    width: 47%;
}

.minStatTable .table .thead .tr .td:nth-child(3) {
    width: 20%;
}

.minStatTable .table .tbody {
    display: table-row-group;
}

.minStatTable .table .tbody .tr {
    display: table-row;
}

.minStatTable .table .tbody .tr .td .sum.sign {
    color: #ff9400;
}

.minStatTable .table .tbody .tr .td .sum {
    color: #ff3210;
    font-size: 16px;
}

.minStatTable .table .tbody .tr .td:nth-child(1) {
    padding-left: 25px;
    text-align: left;
}

.minStatTable .table .tbody .tr .td {
    color: #8b97a3;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding: 11px 0;
    text-align: center;
}

.minStatTable .table .tbody .tr:nth-child(2n) .td {
    background-color: #23313e;
}

.youRefBl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.youRefBl .filterBl .inputLine {
    width: calc(50% - 24px) !important;
}

.youRefBl .filterBl {
    margin: 0;
    width: calc(50% - 19px);
    padding: 25px 45px 40px 50px;
}

.youRefBl .minStatTable {
    width: calc(50% - 19px);
}

.tableReferals {
    width: 100%;
    padding: 48px 0;
}

.tableReferals .item.open .lineTopTable::before {
    content: "\e90f";
    background-color: #ff3210;
}

.tableReferals .item .lineTopTable::before {
    content: "\e916";
    font-family: "icomoon" !important;
    font-size: 20px;
    background-color: #ff9400;
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableReferals .item.open .lineTopTable {
    background-color: #192530;
}

.tableReferals .item {
    position: relative;
    width: 100%;
}

.tableReferals .item+.item {
    margin-top: 16px;
}

.tableReferals .item .col {
    position: relative;
}

.tableReferals .item .col+.col {}

.tableReferals .item .col .iconBl {
    background: transparent;
    color: #8b97a3;
    font-size: 40px;
    position: absolute;
    left: -62px;
    top: 0;
}

.tableReferals .item .col .tit {
    color: #8b97a3;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.tableReferals .item .col .mail:hover {
    color: #ff3210;
}

.tableReferals .item .col .mail {
    color: #ff9400;
    font-size: 18px;
}

.tableReferals .item .col .txt {
    color: #fff;
    font-size: 18px;
}

.tableReferals .item .col .name {
    color: #ff3210;
    font-size: 18px;
}

.tableReferals .lineTopTable {
    display: flex;
    justify-content: space-around;
    background-color: #273643;
    -webkit-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    cursor: pointer;
    position: relative;
    padding: 7px 0px 7px 52px;
}

.tableReferals .lineBotTable {
    background-color: #192530;
    -webkit-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.6);
    display: none;
    padding: 14px 25px 16px 168px;
    margin-top: 18px;
}

.tableReferals .lineBotTable p {
    color: #8b97a3;
    font-size: 16px;
    text-transform: uppercase;
}

.tableReferals .list {
    margin-top: 50px;
}

.tableReferals .title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.tableReferals .lineBotTable p b {
    color: #fff;
    font-weight: normal;
}

.menuBtn {
    width: 46px;
    border: 0;
    background: transparent;
    position: absolute;
    right: 12px;
    top: 24px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

.menuBtn span {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 3px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuBtn span+span {
    margin-top: 4px;
}

.menuBtn.selected {}

.menuBtn.selected span {}

.menuBtn.selected span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.menuBtn.selected span:nth-child(2) {
    opacity: 0;
}

.menuBtn.selected span:nth-child(3) {
    opacity: 0;
}

.menuBtn.selected span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -9px;
}

.infoLine .suppBl {
    display: none;
}

.lkPage .menuBtn {
    display: none;
}

.hero {
    width: 100%;
    height: 100%;
    max-height: calc(100% - 157px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hero .inner {
    position: relative;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    box-sizing: padding-box;
    z-index: 4;
}

#hero-canvas {
    width: 100%;
    height: 100%;
    position: relative;
}

.bubbles {
    position: absolute;
    right: 379px;
    top: 151px;
    width: 400px;
    height: 700px;
    z-index: 5;
}

.bubbles2 {
    position: absolute;
    right: -77px;
    top: 0;
    width: 400px;
    height: 700px;
    z-index: 5;
}

.bubbles2 .bubble,
.bubbles .bubble {
    position: absolute;
    border-radius: 50%;
    background-image: radial-gradient(ellipse at center, #7792a2 61%, #3f5766 84%, #a0bbcd 100%, #354c5a 100%);
    height: 10px;
    width: 10px;
    box-shadow: 0 0 20px #7792a2;
    bottom: 0px;
    left: 10px;
    z-index: 1;
    opacity: 0.8;
}

@keyframes falling {
    0% {
        height: 55px;
        width: 45px;
        margin-left: -22.5px;
    }
    50% {
        height: 45px;
        width: 55px;
        margin-left: -27.5px;
    }
    100% {
        height: 50px;
        width: 50px;
        margin-left: -25px;
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 30px lime;
    }
    50% {
        box-shadow: 0 0 100px lime;
    }
    100% {
        box-shadow: 0 0 30px lime;
    }
}

@keyframes backglow {
    0% {
        box-shadow: inset 0 0 100px aqua;
    }
    50% {
        box-shadow: inset 0 0 200px aqua;
    }
    100% {
        box-shadow: inset 0 0 100px aqua;
    }
}

.blickBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.glow {
    position: relative;
    width: 48px;
    height: 48px;
    transform: rotate(45deg);
    background: #c0ffe4;
    box-shadow: 1px 1px 0 #1d8758, 0 0 20px 5px #c0ffe4, inset 2px 2px 0 #d3ffec;
    animation: glow 2s infinite ease;
}

.glow:before,
.glow:after {
    content: "";
    display: block;
    position: absolute;
}

.glow:before {
    width: 22px;
    height: 22px;
    top: 11px;
    left: 11px;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px 3px #b3f6d9;
    box-shadow: 1px 1px 0 #a2e6c9, 0 0 20px 5px #c0ffe4, inset 2px 2px 0 #d3ffec;
}

.glow:after {
    left: 0;
    width: 4px;
    height: 48px;
    background: #fff;
    z-index: 5;
    animation: sheen 5s infinite;
}

/* animates box shadow glow effect */

@keyframes glow {
    0%,
    100% {
        box-shadow: 1px 1px #1d8758, 0 0 20px 5px #8fffcf, inset 2px 2px #d3ffec;
    }
    50% {
        box-shadow: 1px 1px #1d8758, 0 0 16px 8px #8fffcf, inset 2px 2px #d3ffec;
    }
}

/* animates light across diamond */

@keyframes sheen {
    0%,
    100% {
        left: 0;
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    10% {
        left: calc(100% - 4px);
    }
    11%,
    98% {
        left: 100%;
        opacity: 0;
    }
}

.orb4 {
    position: absolute;
    width: 0px;
    height: 0;
    border-radius: 50%;
    box-shadow: 0 0 35px 15px #667583;
    animation: orb 2.8s infinite;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 1005px;
    top: 313px;
    z-index: 5;
}

.orb3 {
    position: absolute;
    width: 0px;
    height: 0;
    border-radius: 50%;
    box-shadow: 0 0 35px 15px #fff;
    animation: orb3 2.8s infinite;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 479px;
    top: 55px;
}

.statBl .bubbles {
    position: absolute;
    right: -87px;
    top: -62px;
    width: 400px;
    height: 700px;
    z-index: 5;
}

.orb3-1-small {
    animation: orbsmall3-1 2.8s infinite;
    left: 1515px;
    top: -29px;
}

.orb3-2-small {
    animation: orbsmall3 2.8s infinite;
    left: 1490px;
    top: -29px;
}

.orb4-1-small {
    animation: orbsmall2 2.8s infinite;
    left: 997px;
    top: 390px;
}

.orb4-2-small {
    left: 507px;
    top: 26px;
    animation: orbsmall 2.8s infinite;
    left: 1039px;
    top: 307px;
}

.orb2.orb2-2small {
    animation: orbsmall2 2.8s infinite;
    left: 447px;
    top: 50px;
}

.orb2.orb2-1small {
    left: 507px;
    top: 26px;
    animation: orbsmall 2.8s infinite;
}

.orb2 {
    position: absolute;
    width: 0px;
    height: 0;
    border-radius: 50%;
    box-shadow: 0 0 35px 15px #497482;
    animation: orb 2.8s infinite;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 272px;
    top: -5px;
}

.orb1 {
    position: absolute;
    width: 0px;
    height: 0;
    border-radius: 50%;
    box-shadow: 0 0 35px 15px #497482;
    animation: orb 2.8s infinite;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 676px;
    top: 134px;
}

@keyframes orb {
    0%,
    100% {
        box-shadow: 0 0 25px 10px #497482;
    }
    50% {
        box-shadow: 0 0 15px 10px #497482;
    }
}

@keyframes orbsmall {
    0%,
    100% {
        box-shadow: 0 0 10px 5px #497482;
    }
    50% {
        box-shadow: 0 0 35px 5px #497482;
    }
}

@keyframes orbsmall2 {
    0%,
    100% {
        box-shadow: 0 0 10px 10px #497482;
    }
    50% {
        box-shadow: 0px 0 35px 10px #497482;
    }
}

@keyframes orbsmall3 {
    0%,
    100% {
        box-shadow: 0 0 10px 5px #fff;
    }
    50% {
        box-shadow: 0 0 35px 5px #fff;
    }
}

@keyframes orbsmall3-1 {
    0%,
    100% {
        box-shadow: 0 0 10px 10px #fff;
    }
    50% {
        box-shadow: 0px 0 35px 10px #344451;
    }
}

@keyframes orb3 {
    0%,
    100% {
        box-shadow: 0 0 25px 10px #fff;
    }
    50% {
        box-shadow: 0 0 15px 10px #fff;
    }
}

.lineAnim {
    width: 1920px;
    height: 1420px;
    z-index: -1;
    margin-left: -960px;
    position: absolute;
    left: 50%;
    top: -130px;
    -webkit-transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -o-transform: skewY(-6.5deg);
    transform: skewY(-6.5deg);
}

.lineAnim canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100% !important;
}

.default_table {
    margin-top: 50px;
    text-align: center;
}

.default_table table {
    width: 100%;
}

.default_table table tr th {
    width: 50%;
    padding: 5px 20px;
    text-align: left;
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.default_table table tr th:first-child {
    text-align: right;
}

.default_table table tr:nth-child(2n+1) th {
    background: rgba(255, 255, 255, 0.1);
}

.default_table table tr td {
    width: 50%;
    padding: 15px 20px;
    text-align: left;
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.default_table table tr:nth-child(2n+1) td {
    background: rgba(255, 255, 255, 0.1);
}

.default_table [type=submit],
.default_table [type=button] {
    margin-top: 50px;
    background: #ff9400;
    color: black;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    width: auto;
}

.default_table [type=submit]:hover,
.default_table [type=button]:hover {
    opacity: 0.7;
}

ul.errors {}

ul.errors li {
    color: white;
    background: red;
    padding: 10px 20px;
}

ul.errors li:empty {
    display: none;
}