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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 320px;
    font-family: "Stem";
    background-color: #22233b;
}
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 {
    font-family: "Stem";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    text-decoration: none;
}
a:before,
a:after,
button:before,
button:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
:before,
:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button,
input,
textarea {
    outline: none;
    font-family: "Stem";
}
button {
    cursor: pointer;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.invisLink {
    position: relative;
    z-index: 1;
}
.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;
}
.cfix:after {
    content: " ";
    display: block;
    clear: both;
}
.table {
    display: table;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    width: 1426px;
    margin: 0 auto;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.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: 6px;
}
.modalsScroll .closeModal span {
    position: relative;
    background-color: #fff;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 100%;
    top: 9px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modalsScroll .closeModal:hover {
    opacity: 0.5;
}
.modalsScroll .closeModal {
    outline: none;
    z-index: 30;
    position: absolute;
    right: -52px;
    top: -38px;
    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: 35px;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 7px;
}
.modalsScroll .overlayModal {
    z-index: 4;
    position: fixed;
    background-color: #061533;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    opacity: 0.83;
}
.modalsScroll .blockMod {
    position: relative;
    z-index: 5;
    display: none;
    margin: 0 auto;
    max-width: 457px;
}
.blockMod .in {
    position: relative;
    z-index: 2;
}
header {
    position: relative;
    min-height: 159px;
}
.lineTop {
    padding: 38px 0 0;
}
.lineTop .wrapIn {
    display: flex;
    justify-content: flex-end;
    max-width: 992px;
}
.lineTop .langBl {
    margin-right: 31px;
}
.lineTop .loginBl {
    margin-left: 36px;
}
.langBl:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 13px;
    background-image: url(../img/arrow_white.png);
    width: 11px;
    height: 7px;
}
.langBl {
    background-color: #34365a;
    width: 92px;
    display: flex;
    align-items: center;
    padding: 0 6px;
    position: relative;
    cursor: pointer;
}
.langBl:hover .listLang {
    display: block;
}
.langBl .pic {
    width: 22px;
    height: 18px;
}
.langBl .txt {
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}
.langBl .listLang {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #34365a;
    width: 100%;
    z-index: 5;
}
.langBl .listLang li a {
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.langBl .listLang li a:hover {
    color: #696eea;
}
.socialBl ul {
    display: flex;
}
.socialBl ul li + li {
    margin-left: 18px;
}
.socialBl ul li a {
    background-color: #34365a;
    display: block;
    padding: 6px 0 4px;
    color: #fff;
    width: 32px;
    text-align: center;
}
.socialBl ul li a:hover {
    background-color: #696eea !important;
}
.loginBl ul {
    display: flex;
    align-items: center;
}
.loginBl ul li + li {
    margin-left: 23px;
}
.loginBl ul li a:hover {
    opacity: 0.75;
}
.loginBl ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 15px;
    display: block;
}
.loginBl ul li a.log {
    background-color: #696eea;
}
.loginBl ul li a.reg {
    background-color: #34365a;
}
.menuBl .wrapIn {
    max-width: 992px;
}
.menuBl .menu {
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
    padding-left: 36px;
}
.menuBl .menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    width: 100%;
    height: 0;
    background-color: #696eea;
}
.menuBl .menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    position: relative;
}
.menuBl .menu li a:hover::before,
.menuBl .menu li a.active::before {
    height: 3px;
}
.callFixBlock {
    background-color: #34365a;
    position: absolute;
    right: 0;
    top: 0;
    width: 561px;
    padding: 42px 0 53px 132px;
}
.callFixBlock .iconBl {
    color: #696eea;
    font-size: 60px;
    position: absolute;
    left: 42px;
    top: 50%;
    margin-top: -30px;
}
.callFixBlock .phone {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.callFixBlock .phone:hover {
    text-decoration-color: #fff;
}
.callFixBlock .mail:hover {
    text-decoration-color: transparent;
}
.callFixBlock .mail {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 200;
    display: block;
    margin-top: 16px;
    text-decoration: underline;
}
.callFixBlock .timeWork span {
    font-size: 28px;
    position: relative;
    top: -12px;
    margin-left: 15px;
}
.callFixBlock .timeWork {
    background-color: #696eea;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 167px;
}
.leftLineBl {
    position: absolute;
    top: 0;
    left: 0;
    width: 159px;
    background-color: #34365a;
    min-height: 558px;
    background-image: url(../img/fon_leftline.png);
    background-position: 100% bottom;
    background-repeat: no-repeat;
}
.leftLineBl .logo {
    background-color: #22233b;
    padding: 34px 10px 28px;
}
.listCur {
    padding: 78px 15px 111px 40px;
}
.listCur .item + .item {
    margin-top: 26px;
}
.listCur .item .name {
    font-size: 14px;
    font-weight: 300;
    display: block;
    color: #fff;
}
.listCur .item .val {
    color: #696eea;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 4px;
}
.listCur .item .pr {
    color: #9a9bbb;
    font-size: 14px;
    display: block;
    margin-top: 4px;
}
.grettingsMain::before {
    content: "";
    position: absolute;
    right: calc(50% - 960px);
    top: -191px;
    background-image: url(../img/bggrettingsbl.png);
    background-repeat: no-repeat;
    width: 1948px;
    height: 1807px;
    z-index: -1;
}
.grettingsMain {
    padding: 192px 0 0;
    position: relative;
}
.grettingsMain .wrapIn {
    max-width: calc(50% - 123px);
}
.grettingsMain .cap {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    display: block;
    line-height: 101px;
}
.grettingsMain .txt {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-top: 69px;
    line-height: 34px;
    letter-spacing: -0.2px;
    min-height: 224px;
    padding-right: 25px;
}
.grettingsMain .link {
    position: relative;
    color: #050621;
    font-size: 25px;
    font-weight: 700;
    background-color: #fff;
    text-transform: uppercase;
    padding: 69px 0 67px 89px;
    display: block;
    letter-spacing: 0.7px;
    width: 100%;
}
.grettingsMain .iconArrowRight {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #696eea;
    height: 100%;
    width: calc(30% - 9px);
}
.grettingsMain .link:hover {
    background-color: #696eea;
    color: #fff;
}
.grettingsMain .pic {
    /*! background-image: url(../img/pic_planet.png); */
    background-position: center;
    background-repeat: no-repeat;
    width: 1920px;
    height: 1241px;
    position: absolute;
    left: 50%;
    top: -159px;
    z-index: -1;
    margin-left: -960px;
    background: transparent;
}
.iconArrowRight {
    background-image: url(../img/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
}
.infoBlock {
    margin-top: 109px;
}
.infoBlock .list {
    display: flex;
    justify-content: space-between;
}
.infoBlock .item {
    position: relative;
    background-color: #34365a;
    width: calc((100% / 3) - 32px);
    padding: 61px 0 50px;
}
.infoBlock .item .name::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 19px);
    width: 39px;
    height: 4px;
    background-color: #696eea;
    margin-left: -24px;
}
.infoBlock .item .name {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 24px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
}
.infoBlock .item .iconBl {
    font-size: 75px;
    color: #696eea;
    display: table;
    margin: 0 auto;
}
.infoBlock .item .txt {
    color: #989abf;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 24px;
    max-width: 80%;
    margin: 50px auto 0;
}
.infoBlock .item .btn {
    margin: 38px auto 0;
    width: 120px;
    padding: 11px 0;
}
.btn {
    text-transform: uppercase;
    font-size: 13px;
    display: table;
    text-align: center;
    cursor: pointer;
}
.btn.btnBlack {
    color: #fff;
    background-color: #22233b;
}
.btn.btnBlack:hover {
    background-color: #696eea;
}
.btn.btnBlue {
    color: #fff;
    background-color: #696eea;
}
.btn.btnBlue:hover {
    background-color: #fff;
    color: #22233b;
}
.aboutBlock {
    padding: 86px 0 111px;
}
.aboutBlock .wrapIn {
    position: relative;
}
.aboutBlock .txt {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    position: relative;
    z-index: 2;
}
.aboutBlock .textBlock {
    padding-left: 127px;
    margin-top: 34px;
    max-width: 56%;
    line-height: 29px;
    letter-spacing: 0.4px;
}
.aboutBlock .btn {
    margin-top: 66px;
    width: 158px;
    padding: 11px 0;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.aboutBlock .textBlockWrapper{
    display: flex;
    flex-direction: row;
}
.aboutBlock .inforamtionBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
.aboutBlock .inforamtionBlock .lineDocBl{
    top: 0;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.aboutBlock .inforamtionBlock .docBl{
    top: 0;
    right: 0;    
    margin-right: 35px;
}
.lineDocBl {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    top: -178px;
}
.lineDocBl .docBl:hover {
    opacity: 0.75;
}
.lineDocBl .docBl {
    width: 250px;
    height: 345px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 78px;
    right: -25px;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.videoBl {
    position: relative;
    z-index: 1;
}
.videoBl .video {
    width: 586px;
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.titleBl {
    position: relative;
}
.titleBl .cap {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #54567c;
}
.titleBl .desr {
    position: relative;
    display: block;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-left: 94px;
    padding-left: 32px;
    position: relative;
    top: -5px;
}
.titleBl .desr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 44px;
    background-color: #696eea;
}
.play:hover {
    opacity: 0.75;
}
.play {
    background-image: url(../img/play.png);
    width: 69px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -24px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.adressBl {
    position: relative;
    right: 0;
    top: 0;
    width: 289px;
}
.adressBl .iconBl {
    position: absolute;
    left: -96px;
    top: -6px;
    font-size: 70px;
    color: #3d3f62;
}
.adressBl .name {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.adressBl .txt {
    font-size: 15px;
    font-weight: 200;
    color: #989abf;
    margin-top: 4px;
    letter-spacing: 0.3px;
    line-height: 22px;
}
.adressBl .tit {
    color: #989abf;
    font-size: 15px;
    display: block;
    margin-top: 29px;
    letter-spacing: 0.3px;
}
.adressBl .num {
    color: #fff;
    font-size: 17px;
}
.totalBl {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.totalBl:before {
    content: "";
    position: absolute;
    left: -283px;
    top: -265px;
    background-image: url(../img/pic_about1.jpg);
    width: 1268px;
    height: 688px;
    z-index: -1;
}
.totalBl .item + .item {
    margin-top: 87px;
}
.totalBl .item {
    position: relative;
    padding-left: 126px;
}
.totalBl .item .iconBl {
    color: #696eea;
    font-size: 80px;
    position: absolute;
    left: 20px;
    top: 16px;
}
.totalBl .item .val {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    display: block;
}
.totalBl .item .desr {
    font-size: 20px;
    font-weight: 700;
    color: #ffff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.totalBl .text {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: calc(50% - 126px);
    padding-top: 13px;
    letter-spacing: 0.4px;
    line-height: 30px;
}
.totalBl .text.videoBlock{
    padding-top: 0px;
}
.totalBl .text p + p {
    margin-top: 29px;
}
.howBl {
    padding: 95px 0 114px;
    background-color: #34365a;
    background-image: url(../img/bghow.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.howBl .list {
    display: flex;
    margin-top: 68px;
    justify-content: space-between;
}
.howBl .item {
    width: calc((100% / 4) - 35px);
    position: relative;
    padding-top: 169px;
}
.howBl .item .num {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    left: -26px;
    top: 13px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 0;
}
.howBl .item .name {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.6px;
    display: block;
}
.howBl .item .txt {
    color: #989abf;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.3px;
    margin-top: 1px;
    display: block;
    line-height: 24px;
}
.howBl .item .iconBl {
    font-size: 55px;
    color: #696eea;
    position: absolute;
    right: -9px;
    top: 0;
}
.partnersBl {
    padding: 91px 0 45px;
    position: relative;
}
.partnersBl .text {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    position: relative;
    z-index: 2;
    padding-left: 127px;
    margin-top: 34px;
    max-width: 56%;
    line-height: 29px;
    letter-spacing: 0.4px;
}
.partnersBl .btn {
    margin-top: 66px;
    width: 158px;
    padding: 11px 0;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.partnersBl .pic {
    width: 1076px;
    height: 879px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.newsBl .listNews {
    margin-top: 22px;
}
.listNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
.listNews .item {
    background-color: #34365a;
    position: relative;
    padding: 130px 39px 38px;
}
.listNews .item .name {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.listNews .item .txt {
    font-size: 15px;
    color: #989abf;
    display: block;
    font-weight: 200;
    text-decoration: underline;
    margin-top: 2px;
    letter-spacing: 0.3px;
    line-height: 23px;
}
.listNews .item .btn {
    margin-top: 36px;
    padding: 10px 16px;
}
.dateNews {
    background-color: #696eea;
    width: 85px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 19px 0 10px;
}
.dateNews .num {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    display: block;
    line-height: 35px;
}
.dateNews .mon {
    color: #fff;
    font-size: 10px;
    font-weight: 200;
}
.startedBl {
    padding: 120px 0 0;
}
.startedBl .wrapIn {
    display: flex;
}
.startedBl .left {
    text-align: center;
    width: 50%;
    color: #fff;
    background-color: #696eea;
    padding: 67px 0 57px;
    position: relative;
    overflow: hidden;
}
.startedBl .right {
    text-align: center;
    width: 50%;
    color: #34365a;
    background-color: #fff;
    position: relative;
    padding: 67px 0 57px;
    overflow: hidden;
}
.startedBl .name {
    font-size: 40px;
    display: block;
    font-weight: 700;
    letter-spacing: 1.1px;
}
.startedBl .txt {
    display: block;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    max-width: 86%;
    margin: 30px auto 0;
    letter-spacing: 0.5px;
    line-height: 27px;
}
.startedBl .left .btn:hover {
    opacity: 0.75;
    background-color: #22233b;
}
.startedBl .right .btn:hover {
    opacity: 0.75;
    background-color: #696eea;
    color: #fff;
}
.startedBl .btn {
    margin: 0 auto;
    margin-top: 37px;
    padding: 17px 0;
    width: 180px;
    position: relative;
    z-index: 2;
}
.startedBl .invisText {
    font-size: 121px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    color: transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 0;
    opacity: 0.21;
}
.startedBl .left .invisText {
    -webkit-text-stroke: 1px #fff;
}
.startedBl .right .invisText {
    -webkit-text-stroke: 1px #696eea;
}
footer {
    background-color: #060723;
    color: #fff;
    margin-top: -88px;
    padding-top: 203px;
}
.fotTop {
    display: flex;
    \=: space-between;
}
.fotTop .menuFot {
    display: flex;
    flex-wrap: wrap;
    max-width: 520px;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}
.fotTop .menuFot li {
    width: 50%;
    margin-bottom: 19px;
}
.fotTop .menuFot li a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 21px;
    letter-spacing: 0.3px;
}
.fotTop .menuFot li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #696eea;
    width: 6px;
    height: 6px;
    margin-top: -3px;
}
.fotTop .menuFot li a:hover {
    color: #696eea;
}
.adressFot {
    padding-left: 25px;
    width: 225px;
}
.adressFot .txt {
    font-size: 15px;
    font-weight: 200;
    display: block;
    letter-spacing: 0.4px;
    line-height: 23px;
}
.adressFot .tit {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-top: 27px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.adressFot .num {
    display: block;
    font-size: 15px;
    font-weight: 200;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.supportFot {
    width: 264px;
    margin-left: 156px;
}
.supportFot ul li + li {
    margin-top: 53px;
}
.supportFot ul li .tit {
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.supportFot ul li .phone {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: transparent;
    margin-top: 6px;
    display: table;
    letter-spacing: 0.5px;
}
.supportFot ul li .phone:hover {
    text-decoration-color: #fff;
}
.supportFot ul li .mail {
    font-size: 15px;
    font-weight: 200;
    color: #8388ff;
    text-decoration: underline;
    margin-top: 5px;
    display: table;
    letter-spacing: 0.4px;
}
.supportFot ul li .mail:hover {
    text-decoration-color: transparent;
}
.followFot {
    max-width: 187px;
    width: 100%;
    margin-left: 76px;
}
.followFot .tit {
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.followFot .socFot {
    margin-top: 26px;
}
.followFot .socFot li + li {
    margin-top: 3px;
}
.followFot .socFot li a {
    color: #8388ff;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 200;
    position: relative;
    padding-left: 26px;
    letter-spacing: 0.6px;
}
.followFot .socFot li a .iconBl {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.followFot .socFot li a:hover {
    text-decoration-color: transparent;
}
.fotBot {
    display: flex;
    background-color: #34365a;
    margin-top: 99px;
    align-items: center;
    justify-content: space-between;
    padding-right: 27px;
}
.fotBot .logo {
    background-color: #222339;
    padding: 28px 35px;
}
.fotBot .copyBl {
    width: 155px;
    line-height: 25px;
    position: relative;
    left: -19px;
    letter-spacing: 0.2px;
}
.fotBot .copyBl .txt {
    font-size: 13px;
    font-weight: 200;
}
.fotBot .listPlBlock {
    display: flex;
    width: calc(100% - 435px);
    padding-right: 0;
    justify-content: space-between;
}
.fotBot .listPlBlock .item {
    width: calc((100% / 5) - 15px);
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.grettingsPage .wrapIn {
    position: relative;
    min-height: 289px;
}
.grettingsPage {
    padding: 112px 0 0;
}
.grettingsPage .pic {
    position: absolute;
    left: -27px;
    top: 0;
    width: 1948px;
    height: 1744px;
    z-index: -1;
    background-repeat: no-repeat;
}
.grettingsPage .cap {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}
.grettingsPage .desrInvis {
    font-size: 177px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    left: -12px;
    bottom: 0;
    line-height: 134px;
    opacity: 0.21;
}
.aboutPageTxt {
    padding: 98px 0 75px;
}
.aboutPageTxt .wrapIn {
    display: flex;
    justify-content: space-between;
}
.aboutPageTxt .picture {
    width: 691px;
    height: 442px;
}
.aboutPageTxt .text::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 6px;
    width: 4px;
    height: 44px;
    background-color: #696eea;
}
.aboutPageTxt .text p + p {
    margin-top: 27px;
}
.aboutPageTxt .text {
    font-size: 18px;
    color: #fff;
    position: relative;
    width: calc(100% - 771px);
    letter-spacing: 0.3px;
    line-height: 30px;
}
.aboutListInfo .list {
    display: flex;
    justify-content: space-between;
}
.aboutListInfo .item {
    background-color: #34365a;
    width: calc(100% / 4 - 32px);
    padding: 57px 0 88px;
}
.aboutListInfo .item .iconBl {
    font-size: 80px;
    color: #6266d6;
    display: table;
    margin: 0 auto;
}
.aboutListInfo .item .name {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 42px;
    letter-spacing: 0.4px;
}
.aboutListInfo .item .name::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 28px);
    width: 40px;
    height: 4px;
    background-color: #696eea;
    margin-left: -23px;
}
.aboutPageVideo {
    color: #fff;
    padding: 70px 0 59px;
}
.aboutPageVideo .videoBl {
    float: right;
    margin-left: 40px;
    top: 11px;
    margin-bottom: 25px;
}
.aboutPageVideo .videoBl .video {
    width: 692px;
    background-size: cover;
    height: 452px;
}
.aboutPageVideo p a {
    color: #8388ff;
    text-decoration: underline;
}
.aboutPageVideo p a:hover {
    text-decoration-color: transparent;
}
.aboutPageVideo p {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 30px;
}
.aboutPageVideo p + p {
    margin-top: 30px;
}
.aboutPageVideo ul {
    margin-top: 35px;
}
.aboutPageVideo ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #696eea;
    width: 6px;
    height: 6px;
    margin-top: -3px;
}
.aboutPageVideo ul li {
    padding-left: 26px;
    letter-spacing: 0.4px;
    font-size: 18px;
    position: relative;
}
.aboutPageVideo ul li + li {
    margin-top: 6px;
}
.aboutPageVideo ul + p {
    margin-top: 34px;
}
.whyBl .titleBl .desr {
    margin-left: 0;
}
.whyBl .text {
    color: #fff;
    font-size: 18px;
    margin-top: 90px;
    letter-spacing: 0.4px;
    line-height: 30px;
}
.whyBl .list {
    display: flex;
    justify-content: space-between;
    margin-top: 82px;
}
.whyBl .item {
    width: calc((100% / 3) - 36px);
    position: relative;
    background-color: #060723;
    padding: 96px 85px 35px 41px;
}
.whyBl .item .iconBl {
    background-color: #696eea;
    color: #fff;
    font-size: 61px;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    text-align: center;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whyBl .item .name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    letter-spacing: 0.4px;
}
.whyBl .item .txt {
    display: block;
    font-size: 15px;
    color: #989abf;
    margin-top: 27px;
    letter-spacing: 0.3px;
    line-height: 23px;
}
.ourDocBl {
    padding: 98px 0 0;
    position: relative;
}
.ourDocBl .wrapIn {
    padding: 141px 0;
}
.ourDocBl .titleBl .desr {
    margin-left: 0;
}
.ourDocBl .txt {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 77px;
    max-width: 45%;
    letter-spacing: 0.3px;
    line-height: 30px;
}
.ourDocBl .btn {
    width: 200px;
    padding: 17px 0;
    margin-top: 66px;
}
.ourDocBl .pic {
    width: 1214px;
    height: 605px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 98px;
    display: block;
    z-index: -1;
}
.listDocBl {
    display: flex;
    position: absolute;
    left: calc(50% - 21px);
    top: 192px;
}
.listDocBl .docBl {
    width: 250px;
    height: 345px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 78px;
    right: -25px;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.33);
}
.listDocBl .docBl + .docBl {
    top: 36px;
    left: -157px;
}
.docTxtBl {
    position: absolute;
    left: calc(50% + 382px);
    top: 229px;
    width: 265px;
}
.docTxtBl ul li + li {
    margin-top: 31px;
}
.docTxtBl ul li + li .iconBl {
    left: 0;
}
.docTxtBl ul li .iconBl {
    font-size: 70px;
    color: #3e3f62;
    left: -15px;
    position: relative;
}
.docTxtBl ul li .iconBl + .text {
    margin-top: 21px;
}
.docTxtBl ul li .tit + * {
    margin-top: 5px;
}
.docTxtBl ul li .tit {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-top: 26px;
}
.docTxtBl ul li .text + * {
    margin-top: 15px;
}
.docTxtBl ul li .text {
    color: #989abf;
    font-size: 15px;
    display: block;
    line-height: 22px;
}
.docTxtBl ul li .num {
    font-size: 17px;
    color: #fff;
}
.ourDocBl .textBlock {
    color: #fff;
    font-size: 18px;
    margin-top: 117px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.contactsPage {
    padding: 104px 0 0;
}
.contactsPage .list {
    display: flex;
    justify-content: space-between;
}
.contactsPage .item {
    background-color: #34365a;
    width: calc((100% / 3) - 36px);
    position: relative;
    padding: 95px 84px 58px 42px;
}
.contactsPage .item .iconBl {
    background-color: #696eea;
    color: #fff;
    font-size: 51px;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    text-align: center;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactsPage .item .name {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    display: block;
    letter-spacing: 0.7px;
    font-weight: 700;
}
.contactsPage .item .txt {
    color: #989abf;
    font-size: 15px;
    font-weight: 200;
    display: block;
    margin-top: 26px;
    letter-spacing: 0.3px;
    line-height: 23px;
}
.contactsPage .item .phone {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: transparent;
    font-weight: 700;
    display: table;
    margin-top: 46px;
}
.contactsPage .item .phone:hover {
    text-decoration-color: #fff;
}
.contactsPage .item .mail {
    font-size: 18px;
    color: #8388ff;
    font-weight: 200;
    text-decoration: underline;
    display: table;
    margin-top: 49px;
    letter-spacing: 0.3px;
}
.contactsPage .item .mail:hover {
    text-decoration-color: transparent;
}
.captchBl {
    height: 50px;
    background-color: #060723;
    width: 38%;
    background-position: center;
    background-repeat: no-repeat;
}
.mapBl {
    width: 100%;
    height: 100%;
}
.contactBlock {
    display: flex;
    padding: 113px 0 0;
    align-items: flex-start;
    align-content: flex-start;
}
.contactBlock .left {
    width: calc(30% + 67px);
    padding-right: 54px;
}
.contactBlock .left .titleBl {
    margin-top: -15px;
}
.contactBlock .left .titleBl .desr {
    margin: 0;
}
.contactBlock .right {
    width: calc(70% - 67px);
    height: 708px;
}
.formaBl {
    padding-top: 72px;
}
.formaBl .inputLine + .inputLine {
    margin-top: 20px;
}
.formaBl .btn {
    width: 100%;
    padding: 16px 0;
    margin-top: 21px;
    font-size: 15px;
    font-weight: 200;
}
.inputLine {
    position: relative;
}
.inputLine input {
    color: #989abf;
    font-size: 15px;
    width: 100%;
    background-color: #34365a;
    border: 0;
    height: 50px;
    letter-spacing: 0.5px;
    padding: 0 17px;
}
.inputLine select {
    color: #989abf;
    font-size: 15px;
    width: 100%;
    background-color: #34365a;
    border: 0;
    height: 50px;
    letter-spacing: 0.5px;
    padding: 0 17px;
}
.inputLine textarea {
    color: #989abf;
    font-size: 15px;
    background-color: #34365a;
    border: 0;
    width: 100%;
    height: 163px;
    letter-spacing: 0.5px;
    padding: 14px 15px;
    resize: none;
}
.selectric-wrapper {
    width: 100%;
}
.selectric {
    background-color: #34365a;
    border: 0;
    height: 50px;
}
.selectric .label {
    margin: 0;
    color: #989abf;
    font-size: 15px;
    padding: 5px 16px;
    height: 100%;
    letter-spacing: 0.5px;
}
.selectric .button {
    background: transparent;
    background-image: url(../img/arrow_white.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 47px;
}
.selectric .button:after {
    display: none;
}
.inputLineCapth {
    display: flex;
    justify-content: space-between;
}
.inputLineCapth input {
    width: 62%;
}
input::-webkit-input-placeholder {
    color: #989abf;
    opacity: 1 !important;
}
input:-ms-input-placeholder {
    color: #989abf;
    opacity: 1 !important;
}
input::-ms-input-placeholder {
    color: #989abf;
    opacity: 1 !important;
}
input::placeholder {
    color: #989abf;
    opacity: 1 !important;
}
textarea::-webkit-input-placeholder {
    color: #989abf;
    opacity: 1 !important;
}
textarea:-ms-input-placeholder {
    color: #989abf;
    opacity: 1 !important;
}
textarea::-ms-input-placeholder {
    color: #989abf;
    opacity: 1 !important;
}
textarea::placeholder {
    color: #989abf;
    opacity: 1 !important;
}
.selectric-items {
    border: 0;
}
.selectric-items ul li {
    color: #fff;
    background-color: #34365a;
    padding: 15px 16px;
    font-size: 15px;
}
.selectric-items ul li.highlighted {
    background-color: #696eea;
    color: #fff;
}
.faqPage {
    padding: 105px 0 0;
}
.faqList .item {
    position: relative;
}
.faqList .item + .item {
    margin-top: 20px;
}
.faqList .questBl {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    display: block;
    background-color: #34365a;
    border: solid 1px #34365a;
    letter-spacing: 0.5px;
    position: relative;
}
.faqList .questBl.open .iconBl {
    background-color: #060723;
    color: #696eea;
}
.faqList .questBl.open {
    background-color: #060723;
    border-color: #4a4c70;
    color: #696eea;
}
.faqList .questBl .quest {
    padding: 16px 70px 16px 34px;
    display: block;
}
.faqList .questBl .iconBl {
    background-color: #696eea;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.faqList .answerBl {
    display: none;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    padding: 32px 37px 6px;
    letter-spacing: 0.3px;
    line-height: 30px;
}
.reviewsPage {
    padding: 77px 0 0;
}
.reviewsPage .pagination {
    margin-top: 94px;
}
.reviewsAdd .titleBl .desr {
    margin: 0;
}
.reviewsAdd .inputLine {
    margin-top: 40px;
}
.reviewsAdd .inputLine textarea {
    height: 130px;
}
.reviewsAdd .btn {
    margin-top: 19px;
    width: 187px;
    font-size: 16px;
    padding: 15px 0;
}
.reviewsList {
    margin-top: 74px;
}
.reviewsList .item + .item {
    margin-top: 41px;
}
.reviewsList .item {
    position: relative;
    background-color: #34365a;
    padding: 26px 95px 27px 151px;
}
.reviewsList .face {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.reviewsList .name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.reviewsList .txt {
    font-size: 15px;
    color: #989abf;
    font-weight: 200;
    display: block;
    margin-top: 6px;
    letter-spacing: 0.35px;
    line-height: 29px;
}
.reviewsList .date {
    font-size: 13px;
    font-weight: 200;
    display: table;
    padding: 4px 12px;
    color: #fff;
    background-color: #696eea;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 0.2px;
}
.reviewsList .item::before {
    content: "";
    position: absolute;
    right: 23px;
    bottom: -3px;
    background-image: url(../img/arrow_reviews.jpg);
    background-repeat: no-repeat;
    width: 64px;
    height: 51px;
    background-repeat: no-repeat;
}
.pagination ul {
    display: flex;
    justify-content: center;
}
.pagination ul li {
    margin: 0 8px;
}
.pagination ul li a.prev,
.pagination ul li a.next {
    background-color: #696eea;
}
.pagination ul li a {
    width: 43px;
    display: block;
    color: #fff;
    font-weight: 200;
    background-color: #34365a;
    text-align: center;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul li a:hover,
.pagination ul li a.active {
    background-color: #060723;
}
.pagination ul li .iconBl {
    position: relative;
    background-image: url(../img/arrow_white.png);
    width: 11px;
    height: 7px;
}
.pagination ul li .next {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.pagination ul li .prev {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rulesMain {
    position: relative;
    background-color: #34365a;
    padding: 65px 95px 62px;
}
.rulesMain p:first-child {
    font-weight: 500;
}
.rulesMain p:first-child::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 8px;
    width: 4px;
    height: calc(100% - 17px);
    background-color: #696eea;
}
.rulesMain p {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.45px;
    line-height: 30px;
}
.rulesMain p + p {
    margin-top: 28px;
}
.rulesPage {
    padding: 98px 0 0;
}
.listRules {
    padding: 96px 0 0;
}
.listRules .item + .item {
    margin-top: 77px;
}
.listRules .titleBl .desr {
    margin: 0;
}
.listRules .txt {
    color: #989abf;
    font-size: 15px;
    display: block;
    margin-top: 47px;
    padding-left: 33px;
    letter-spacing: 0.3px;
    line-height: 23px;
}
.newsPage {
    padding: 102px 0 0;
}
.newsPage .pagination {
    margin-top: 87px;
}
.newsPage .listNews .item {
    width: 100%;
    padding: 0;
}
.newsPage .listNews .picture {
    width: 100%;
    height: 283px;
    background-position: center;
    background-repeat: no-repeat;
}
.newsPage .listNews .infoNews {
    padding: 38px;
}
.investsPage {
    padding: 104px 0 0;
}
.investsPage .listLinks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 45px;
}
.investsPage .listLinks li.ui-tabs-active {
    background-color: #060723;
    border-color: #4a4c70;
}
.investsPage .listLinks li {
    background-color: #34365a;
    border: solid 1px #34365a;
    padding: 45px 0 20px;
    min-height: 212px;
}
.investsPage .listLinks li .name {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 0.4px;
}
.investsPage .listLinks li .name::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 28px);
    width: 40px;
    height: 4px;
    background-color: #696eea;
    margin-left: -22px;
}
.investsPage .listLinks li .pro {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 200;
    background-color: #696eea;
    width: 63px;
    text-align: center;
}
.investsPage .listLinks li .txt {
    color: #989abf;
    font-size: 15px;
    font-weight: 200;
    display: block;
    text-align: center;
    max-width: 175px;
    margin: 50px auto 0;
    letter-spacing: 0.4px;
    line-height: 22px;
}
.investsPage .tabsBody {
    margin-top: 63px;
}
.investsPage .textBlock {
    color: #fff;
    font-size: 18px;
    padding-left: 42px;
    letter-spacing: 0.3px;
    line-height: 29px;
    position: relative;
}
.investsPage .textBlock::before {
    content: "";
    width: 3px;
    height: calc(100% - 10px);
    background-color: #696eea;
    position: absolute;
    left: 0;
    top: 4px;
}
.investList {
    margin-top: 83px;
}
.investList .item {
    border: solid 1px #5f617d;
}
.investList .item + .item {
    margin-top: 59px;
}
.investList .nameBl {
    background-color: #696eea;
    width: 138px;
    padding: 17px 0 0;
}
.investList .nameBl .name {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.investList .nameBl .num {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: block;
    text-align: center;
}
.investList .infInvestBl {
    display: flex;
    width: calc(100% - 138px);
}
.investList .infInvestBl li {
    width: calc(100% / 6);
    padding: 44px 0 0;
}
.investList .infInvestBl li + li {
    border-left: solid 1px #5f617d;
}
.investList .infInvestBl li .tit {
    color: #989abf;
    font-size: 15px;
    display: block;
    text-align: center;
}
.investList .infInvestBl li .text {
    color: #989abf;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 25px;
}
.investList .infInvestBl li .txt {
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 7px;
    font-weight: 700;
}
.investList .lineInvestTop {
    background-color: #34365a;
    display: flex;
}
.investList .lineAmount {
    background-color: #060723;
    display: flex;
    border-top: solid 1px #5f617d;
    align-items: center;
    align-content: flex-start;
    min-height: 68px;
}
.investList .lineAmount .tit {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    width: calc(25% - 3px);
    padding: 24px 0 24px 49px;
    letter-spacing: 0.4px;
}
.investList .lineAmount .inputLine {
    border-left: solid 1px #5f617d;
    border-right: solid 1px #5f617d;
    padding: 0 7px;
    width: 645px;
    display: flex;
}
.investList .lineAmount .inputLine input {
    width: 50%;
    color: #fff;
}
.investList .curList {
    width: 50%;
    padding-left: 16px;
}
.investList .curList select {
    width: 100%;
}
.investList .curList ul {
    display: flex;
    justify-content: space-between;
}
.investList .curList ul li {
    width: calc((100% / 3) - 7px);
}
.investList .curList ul li input {
    display: none;
}
.investList .curList ul li label {
    background-color: #22233b;
    width: 100%;
    text-align: center;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.investList .curList ul li input:checked + label .iconBl,
.investList .curList ul li label:hover .iconBl {
    color: #fff;
}
.investList .curList ul li input:checked + label,
.investList .curList ul li label:hover {
    background-color: #696eea;
}
.investList .curList ul li label .iconBl {
    color: #5c61cb;
    font-size: 27px;
}
.profitBl {
    width: 315px;
    height: 100%;
}
.profitBl ul {
    background-color: #fff;
    padding: 11px 5px 12px 5px;
}
.profitBl ul li {
    color: #060723;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.profitBl ul li + li {
    margin-top: 5px;
}
.profitBl ul li .title {
    font-size: 11px;
    text-transform: uppercase;
}
.profitBl ul li .val {
    font-size: 14px;
    /* font-weight: 700; */
}
.investList .btnList {
    width: calc(15% + 1px);
    padding: 0 8px;
    border-left: solid 1px #5f617d;
}
.investList .btn {
    width: 100%;
    padding: 15px 0 17px;
    letter-spacing: 1.2px;
    font-size: 14px;
}
.affilatePage {
    padding: 93px 0 0;
}
.affilatePage .lineLevelPercents {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}
.affilatePage .lineLevelPercents .item {
    width: 155px;
    display: flex;
    height: 60px;
    position: relative;
    margin-right: 76px;
}
.affilatePage .lineLevelPercents .item + .item:before {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 61px;
    background-image: url(../img/dot.png);
    background-position: left center;
    background-repeat: repeat-x;
    right: 100%;
    top: 29px;
    margin-right: 5px;
}
.affilatePage .lineLevelPercents .item:last-child {
    margin-left: auto;
    margin-right: 0;
}
.affilatePage .lineLevelPercents .item:last-child:before {
    width: 171px
}
.affilatePage .lineLevelPercents .item:last-child:after {
    content: 'Up to';
    display: block;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.025em;
    font-weight: 200;
    width: 171px;
    right: 100%;
    margin-right: 5px;
    text-align: center;
    top: 10px;
}
.affilatePage .lineLevelPercents .numBl {
    background-color: #696eea;
    color: #fff;
    width: 58px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.affilatePage .lineLevelPercents .numBl .num {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
.affilatePage .lineLevelPercents .numBl .desr {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}
.affilatePage .lineLevelPercents .percent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 58px);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #34365a;
}
.affilatePage .aboutLine {
    padding: 52px 0 90px;
}
.affilatePage .aboutLine p {
    font-size: 15px;
    line-height: 22px;
    color: #989abf;
    font-weight: 200;
    letter-spacing: 0.025em;
}
.affilatePage .aboutLine .accentText {
    color: #fff;
    font-size: 18px;
    margin-top: 65px;
}
.affilatePage .aboutLine .profitLine {
    font-size: 15px;
    line-height: 22px;
    color: #989abf;
    letter-spacing: 0.025em;
    font-weight: 200;
}
.affilatePage .aboutLine .profitLine .pre {
    color: #fff;
    display: block;
}
.affilatePage .aboutLine .profitLine .accent {
    display: inline-block;
    color: #696eea;
    font-weight: bold;
}
.affilatePage .aboutLine .levelsProfit {
    display: flex;
    margin-top: 72px;
}
.affilatePage .aboutLine .levelsProfit .item {
    width: 50%;
}
.affilatePage .aboutLine .levelsProfit .item:nth-child(2n) {
    padding-left: 100px;
}
.affilatePage .listLevel .item {
    background-color: #34365a;
    position: relative;
}
.affilatePage .listLevel .item + .item {
    margin-top: 19px;
}
.affilatePage .listLevel .numBl {
    background-color: #696eea;
    color: #fff;
    width: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    align-content: center;
}
.affilatePage .listLevel .numBl .num {
    display: block;
    text-align: center;
    width: 100%;
}
.affilatePage .listLevel .numBl .desr {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.affilatePage .listLevel .text b {
    color: #fff;
}
.affilatePage .listLevel .text {
    color: #989abf;
    font-size: 15px;
    padding: 8px 35px 11px 79px;
    letter-spacing: 0.44px;
    line-height: 21px;
}
.tablePartBl {
    padding: 112px 0 0;
}
.tablePartBl .text {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.5px;
}
.tablePartBl .table {
    font-size: 12px;
    color: #fff;
    display: table;
    width: 100%;
    margin-top: 60px;
    text-align: center;
    text-transform: uppercase;
}
.tablePartBl .table .thead {
    display: table-row-group;
}
.tablePartBl .table .thead .tr {
    display: table-row;
}
.tablePartBl .table .thead .td {
    background-color: #060723;
    display: table-cell;
    padding: 22px 0;
}
.tablePartBl .table .tbody {
    display: table-row-group;
}
.tablePartBl .table .tbody .tr {
    display: table-row;
}
.tablePartBl .table .tbody .tr:nth-child(2) .td {
    background-color: #696eea;
}
.tablePartBl .table .tbody .tr:nth-child(3) .td {
    background-color: #4f52a2;
}
.tablePartBl .table .tbody .td:first-child {
    font-weight: 200;
    width: 18%;
}
.tablePartBl .table .tr + .tr .td {
    border-top: solid 1px #818299;
}
.tablePartBl .table .td + .td {
    border-left: solid 1px #818299;
}
.tablePartBl .table .tbody .td {
    font-size: 14px;
    font-weight: 700;
    background-color: #34365a;
    display: table-cell;
    width: calc(78% / 9);
    padding: 21px 0 20px;
}
.tablePartBl .table .tbody .total .td {
    background-color: #060723;
}
.tablePartBl .table .tbody .total {
    color: #6369ff;
}
.linkHome {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.linkHome:hover {
    opacity: 0.75;
}
.linkHome .iconBl {
    color: #fff;
    display: table;
    margin: 0 auto !important;
    left: 0;
}
.loginPage {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #060723;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loginPage .leftLineBl {
    min-height: auto;
}
.formaLogin {
    width: 100%;
    min-height: 941px;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}
.formaLogin .wrapIn {
    position: relative;
    width: 842px;
}
.formaLogin .formaWrap {
    background-color: rgba(34, 35, 59, 0.82);
    width: calc(50% + 208px);
    display: flex;
    justify-content: flex-end;
    padding-right: 81px;
    height: 758px;
    align-items: center;
}
.formaLogin .linkLog {
    position: absolute;
    top: 6px;
    right: 5px;
    text-align: right;
}
.formaLogin .linkLog .tit {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    display: block;
    letter-spacing: 0.3px;
}
.formaLogin .linkLog .link {
    color: #757aff;
    font-size: 15px;
    text-decoration: underline;
    display: block;
    text-align: right;
    margin-top: 6px;
    letter-spacing: 0.3px;
}
.formaLogin .linkLog .linkLog:hover {
    text-decoration-color: transparent;
}
.formaLogin .cap {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    padding-left: 32px;
}
.formaLogin .cap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 44px;
    background-color: #696eea;
}
.formaLogin .formaBl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 78px;
    align-items: flex-start;
    padding-bottom: 15px;
}
.formaLogin .formaBl .inputLine {
    width: calc(50% - 20px);
    margin-bottom: 21px;
}
.formaLogin .formaBl .inputLine + .inputLine {
    margin-top: 0;
}
.formaLogin .formaBl .btn {
    width: calc(50% - 20px);
    margin: 0;
    padding: 15px 0;
}
.formaLogin .link {
    color: #757aff;
    font-size: 15px;
    text-decoration: underline;
}
.formaLogin .link:hover {
    text-decoration-color: transparent;
}
.chekBl {
    font-size: 15px;
    font-weight: 200;
}
.chekBl input {
    display: none;
}
.chekBl input:checked + label:after {
    opacity: 1;
}
.chekBl label {
    position: relative;
    color: #fff;
    padding-left: 34px;
    letter-spacing: 0.3px;
    cursor: pointer;
}
.chekBl label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    background-image: url(../img/arrow_chek.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 9px;
    opacity: 0;
}
.chekBl label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #43456a;
    width: 22px;
    height: 22px;
}
.chekBl label a:hover {
    text-decoration-color: transparent;
}
.chekBl label a {
    color: #757aff;
    text-decoration: underline;
}
.modalWith {
    background-color: #34365a;
    padding: 44px 40px 37px;
}
.modalWith .cap::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 2px;
    background-color: #696eea;
    width: 5px;
    height: calc(100% - 3px);
}
.modalWith .cap {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-left: 31px;
    letter-spacing: 0.7px;
}
.modalWith .listWith {
    margin-top: 48px;
    margin-bottom: 21px;
}
.modalWith .listWith .item {
    background-color: #191a33;
    display: flex;
    justify-content: space-between;
    padding: 16px 15px 16px 21px;
    align-items: center;
}
.modalWith .listWith .item + .item {
    margin-top: 21px;
}
.modalWith .listWith .tit {
    color: #8284a6;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
}
.modalWith .listWith .val {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}
.modalWith .listWith .date {
    font-weight: 200;
    font-size: 12px;
    color: #8284a6;
}
.modalWith .btn + .btn {
    margin-top: 19px;
}
.modalWith .btn {
    width: 100%;
    padding: 15px 0;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 200;
}
.modalWith .listWith .status {
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
}
.btn.btnCancel:hover {
    background-color: #fff;
    color: #232323;
}
.btn.btnCancel {
    border: solid 1px #fff;
    color: #fff;
    background: transparent;
}
.modalWith .link {
    color: #696eea;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    display: table;
    margin: 0 auto;
    margin-top: 32px;
    letter-spacing: 0.55px;
}
.modalWith .link:hover {
    text-decoration-color: transparent;
}
.lkPage {
    display: flex;
    min-height: 100vh;
}
.lkPage .leftLk {
    background-color: #34365a;
    width: 180px;
    padding-top: 160px;
    padding-bottom: 22px;
}
.lkPage .rightLk {
    width: calc(100% - 180px);
}
.menuLk {
    padding: 58px 0 94px;
}
.menuLk ul li + li {
    margin-top: 43px;
}
.menuLk ul li a {
    font-size: 13px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
}
.menuLk ul li a .iconBl {
    font-size: 35px;
    color: #797ba3;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}
.menuLk ul li a:hover .iconBl,
.menuLk ul li a:hover {
    color: #8388ff;
}
.menuLk ul li a.active {
    color: #8388ff;
}
.menuLk ul li a.active .iconBl {
    color: #8388ff;
}
.lkPage .copyBl {
    color: #989abf;
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 21px;
}
.lineHeadLk {
    display: flex;
    align-items: center;
    background-color: #34365a;
    padding: 0 0 0 66px;
    justify-content: space-between;
    height: 158px;
}
.lineHeadLk .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    text-align: center;
    padding: 34px 0 28px;
    background-color: #22233b;
}
.lineHeadLk .langBl {
    background-color: #22223a;
    padding: 7px 6px;
    margin-right: 30px;
}
.lineHeadLk .socialBl ul li a {
    background-color: #22223a;
}
.lineHeadLk .callFixBlock {
    position: relative;
    background: transparent;
    width: auto;
    padding: 0 0 0 132px;
    right: -51px;
}
.clockBl {
    position: relative;
    padding-left: 120px;
    left: 21px;
}
.clockBl #timeMobile,
.clockBl #time {
    font-size: 40px;
    color: #fff;
    display: block;
    font-weight: 700;
    width: 180px;
}
.clockBl #dateMobile,
.clockBl #date {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}
.clockBl .iconBl {
    color: #696eea;
    font-size: 54px;
    position: absolute;
    left: 42px;
    top: 50%;
    margin-top: -27px;
}
.userBlock {
    background-color: #22233b;
    width: 247px;
    height: 100%;
    padding: 27px 0;
}
.userBlock .iconBl {
    font-size: 40px;
    color: #58597b;
    display: table;
    margin: 0 auto;
}
.userBlock .name {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.userBlock .link {
    font-size: 15px;
    color: #696eea;
    text-decoration: underline;
    display: table;
    margin: 0 auto;
    letter-spacing: 0.6px;
}
.userBlock .link:hover {
    text-decoration-color: transparent;
}
.lineWrapSoc {
    display: flex;
}
.lineInfoLk {
    padding: 62px 10px 46px 68px;
    background-color: #060723;
}
.lineInfoLk ul {
    display: flex;
}
.lineInfoLk ul li {
    position: relative;
    padding-left: 73px;
}
.lineInfoLk ul li + li {
    margin-left: 99px;
}
.lineInfoLk ul li .iconBl {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 55px;
    color: #34365a;
    margin-top: -29px;
}
.lineInfoLk ul li .name {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.lineInfoLk ul li .tit {
    color: #989abf;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.4px;
}
.lineInfoLk ul li .txt {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-top: 11px;
}
.lineInfoLk ul li .link {
    color: #696eea;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 300;
    margin-top: 8px;
    display: table;
}
.lineInfoLk ul li .link:hover {
    text-decoration-color: transparent;
}
.lkContent {
    display: flex;
    min-height: calc(100vh - 316px);
    height: 100%;
}
.lkContentLeft {
    width: calc(100% - 247px);
    padding: 56px 69px;
}
.lkContentRight {
    background-color: #060723;
    width: 247px;
    height: 100%;
}
.lkContentRight .linkDep li a:hover {
    opacity: 0.75;
}
.lkContentRight .linkDep li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 0.5px;
}
.lkContentRight .listCurLk {
    padding: 38px 0;
    height: 100%;
}
.lkContentRight .listCurLk .item {
    color: #fff;
    text-align: center;
}
.lkContentRight .listCurLk .item + .item {
    margin-top: 49px;
}
.lkContentRight .listCurLk .item .title {
    color: #696eea;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.lkContentRight .listCurLk .item ul li {
    text-align: center;
    font-weight: 200;
}
.lkContentRight .listCurLk .item .tit {
    display: block;
    color: #989abf;
    font-size: 14px;
    text-transform: uppercase;
}
.lkContentRight .listCurLk .item .val {
    display: block;
    font-size: 15px;
    margin-top: 2px;
    font-weight: 700;
}
.linkDep .btnBalance {
    background-color: #696eea;
}
.linkDep .btnDep {
    background-color: #4f52a2;
}
.linkDep .btnWith {
    background-color: #34365a;
}
.capTiteLk {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 28px;
}
.capTiteLk::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #696eea;
    width: 4px;
    height: calc(100% - 26px);
}
.stateUserLk {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding: 77px 0 0;
}
.stateUserLk .item {
    background-color: #191a33;
    padding: 45px 41px;
}
.stateUserLk .item .tit {
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.354px;
    margin-bottom: 26px;
}
.stateUserLk .item .val {
    color: #696eea;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.stateUserLk .item .totalState {
    display: flex;
    align-items: center;
    margin-top: 41px;
}
.stateUserLk .item .totalState .txt {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.stateUserLk .item .totalState ul {
    padding-left: 16px;
}
.stateUserLk .item .totalState ul li {
    color: #696eea;
    font-size: 16px;
    font-weight: 700;
}
.stateUserLk .item .level {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-top: 41px;
    letter-spacing: 0.5px;
}
.youPartnUserLk {
    display: flex;
    justify-content: space-between;
    padding: 68px 0 0;
}
.youPartnUserLk .item {
    background-color: #34365a;
    position: relative;
    width: calc(50% - 20px);
    padding: 97px 40px 43px;
}
.youPartnUserLk .item .iconBl {
    background-color: #696eea;
    color: #fff;
    font-size: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 86px;
    height: 86px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youPartnUserLk .item .tit {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    display: block;
    letter-spacing: 0.45px;
}
.youPartnUserLk .item .tit + * {
    margin-top: 26px;
}
.youPartnUserLk .item .val {
    color: #696eea;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.youPartnUserLk .item .name {
    color: #696eea;
    font-size: 18px;
    font-weight: 700;
    display: block;
    letter-spacing: 0.45px;
}
.youPartnUserLk .item .mail {
    color: #696eea;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
    letter-spacing: 1.5px;
    display: table;
    margin-top: 3px;
}
.youPartnUserLk .item .mail:hover {
    text-decoration-color: transparent;
}
.youPartnUserLk .item .txt {
    font-size: 15px;
    color: #fff;
    display: block;
    letter-spacing: 0.35px;
}
.tabLk .listLinks {
    display: flex;
}
.tabLk .listLinks li + li {
    margin-left: 15px;
}
.tabLk .listLinks li a {
    background-color: #2e3053;
    color: #989abf;
    font-size: 15px;
    text-transform: uppercase;
    padding: 21px 0;
    display: block;
    text-align: center;
}
.tabLk .listLinks li.ui-tabs-active a {
    color: #fff;
    background-color: #191a33;
}
.tabLk .tabsBody {
    background-color: #191a33;
    padding: 0;
    padding: 55px 48px 50px;
}
.depositsTab {
    margin-top: 66px;
}
.depositsTab .listLinks li {
    width: calc(25% - 11px);
}
.listDeposit .item {
    border: solid 1px #5f617d;
    background-color: #060723;
}
.listDeposit .item + .item {
    margin-top: 48px;
}
.listDeposit .lineDepBot {
    display: flex;
    justify-content: space-between;
}
.listDeposit .lineDepBot ul {
    display: flex;
    justify-content: space-between;
    width: calc(60% - 20px);
    padding: 15px 23px;
}
.listDeposit .lineDepBot ul li {
    color: #989abf;
    font-size: 13px;
    letter-spacing: 0.5px;
    width: 33%;
}
.listDeposit .lineDepBot ul li span + span {
    margin-top: 4px;
}
.listDeposit .lineDepBot ul li span {
    display: block;
}
.Chrome .listDeposit .lineDepBot .progBl {
    width: calc(40% - 19px);
}
.listDeposit .lineDepBot .progBl {
    width: calc(40% - 19px);
    border-left: solid 1px #5f617d;
    padding: 11px 15px 19px 21px;
}
.listDeposit .lineDepBot .progBl .txt {
    font-size: 13px;
    font-weight: 200;
    color: #989abf;
    letter-spacing: 0.5px;
}
.listDeposit .lineDepBot .progBl .txt span {
    color: #fff;
}
.listDeposit .lineDepBot .progBl .prog {
    width: 100%;
    height: 11px;
    background-color: #22233b;
    margin-top: 5px;
    position: relative;
}
.listDeposit .lineDepBot .progBl .val {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #696eea;
    background-image: url(../img/bgprog.png);
    background-position: center;
}
.listDeposit .lineDepTop {
    display: flex;
}
.listDeposit .lineDepTop .prBl {
    background-color: #696eea;
    width: 190px;
}
.listDeposit .lineDepTop .prBl .pr {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: block;
    text-align: center;
}
.listDeposit .lineDepTop .prBl .name {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.listDeposit .lineDepTop .list {
    background-color: #34365a;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 380px);
}
.listDeposit .lineDepTop .list li {
    width: calc(100% / 3);
    padding: 45px 0;
}
.listDeposit .lineDepTop .list li + li {
    border-left: solid 1px #5f617d;
}
.listDeposit .lineDepTop .list li .tit {
    color: #989abf;
    font-size: 15px;
    display: block;
    text-align: center;
    font-weight: 200;
    letter-spacing: 0.55px;
}
.listDeposit .lineDepTop .list li .date {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.listDeposit .lineDepTop .list li .val {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.profitDepBl {
    width: 190px;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 18px 24px;
}
.profitDepBl .title {
    text-transform: uppercase;
    font-size: 17px;
    color: #191a33;
    font-weight: 700;
}
.profitDepBl .pr {
    color: #696eea;
    font-size: 25px;
    font-weight: 700;
}
.profitDepBl .progBl {
    width: 100%;
    background-color: #e2e3f3;
    height: 44px;
    margin-top: 26px;
    position: relative;
}
.profitDepBl .progBl .progVal {
    background-color: #696eea;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.profitDepBl .progBl .prog span {
    height: 100%;
    width: 20px;
    background-color: #fff;
    display: block;
    position: relative;
    width: 6px;
    height: 100%;
}
.profitDepBl .progBl .prog {
    position: absolute;
    left: -6px;
    top: 0;
    width: calc(100% + 12px);
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.openDepositTab {
    padding: 90px 0 0;
}
.openDepositTab .investList {
    margin: 0;
}
.openDepositTab .listLinks {
    justify-content: space-between;
}
.openDepositTab .listLinks li a {
    font-size: 20px;
    padding: 17px 0;
}
.openDepositTab .listLinks li {
    width: calc((100% / 4) - 30px);
}
.openDepositTab .tabsBody {
    padding: 49px 48px 50px;
}
.openDepositTab .investList .lineAmount .tit {
    width: calc(15% + 15px);
    padding: 0;
    text-align: center;
}
.openDepositTab .investList .lineAmount .inputLine {
    width: 634px;
    border: 0;
}
.openDepositTab .investList .item + .item {
    margin-top: 45px;
}
.openDepositTab .investList .btnList {
    width: calc(17% + 1px);
    border: 0;
}
.paymnetList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 48px;
    padding: 86px 0 0;
}
.paymnetList .item {
    background-color: #191a33;
    position: relative;
    padding: 46px 38px 41px;
}
.paymnetList .item .pic {
    position: absolute;
    right: -10px;
    top: 31px;
    width: 200px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.paymnetList .item .tit {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 200;
}
.paymnetList .item .inputLine {
    margin-top: 45px;
}
.paymnetList .item .inputLine + .inputLine {
    margin-top: 10px;
}
.paymnetList .item .btn {
    width: 100%;
    margin-top: 32px;
    padding: 16px 0;
    font-size: 15px;
    letter-spacing: 0.45px;
    font-weight: 200;
}
.lineFilter {
    display: flex;
    justify-content: space-between;
    padding: 75px 0 53px;
}
.lineFilter .btn {
    width: calc((100% / 9) - 16px);
    font-size: 13px;
    color: #fff;
    font-weight: 200;
    border: solid 1px #525477;
    padding: 16px 0;
}
.lineFilter .btn:hover {
    background-color: #696eea;
    color: #fff;
}
.lineFilter .btn.active {
    background-color: #696eea;
    color: #fff;
}
.filterBl {
    background-color: #191a33;
    display: flex;
    padding: 31px 33px 38px 36px;
    justify-content: space-between;
    align-items: flex-end;
}
.filterBl .col {
    display: flex;
    width: calc(40% - 9px);
    justify-content: space-between;
}
.filterBl .btn {
    width: 196px;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 200;
}
.filterBl .inputLine {
    width: calc((100% / 2) - 12px);
}
.filterBl .inputLine label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.tableLk {
    display: table;
    width: 100%;
    background-color: #34365a;
}
.tableLk .thead {
    display: table-row-group;
}
.tableLk .thead .tr {
    display: table-row;
}
.tableLk .thead .td {
    background-color: #060723;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    padding: 21px 0;
}
.tableLk .tbody {
    display: table-row-group;
}
.tableLk .tbody .tr {
    display: table-row;
}
.tableLk .tbody .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 3px 3px;
}
.tableLk .tr .td + .td {
    border-left: solid 1px #5f617d;
}
.tableLk .tbody .tr .td {
    border-top: solid 1px #5f617d;
}
.titleMobile {
    display: none;
}
.tableOperation {
    margin-top: 53px;
}
.tableOperation .pagination {
    margin-top: 62px;
    position: relative;
    left: -8px;
}
.tableOperation .pagination ul {
    justify-content: flex-start;
}
.tableLk .type {
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
}
.tableLk .pic {
    width: 150px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.tableLk .val {
    font-size: 15px;
    font-weight: 700;
}
.tableLk .val.color1 {
    color: #696eea;
}
.tableLk .val.color2 {
    color: #fff;
}
.tableLk .date {
    color: #8284a6;
    font-weight: 200;
    font-size: 12px;
}
.tableLk .numer {
    font-size: 12px;
    color: #8284a6;
    font-weight: 200;
}
.tableLk .status {
    font-size: 12px;
    color: #8284a6;
    font-weight: 200;
}
.tableOperation .tr .td:nth-child(1) {
    width: 16%;
}
.tableOperation .tr .td:nth-child(2) {
    width: 16%;
}
.tableOperation .tr .td:nth-child(3) {
    width: 17%;
}
.tableOperation .tr .td:nth-child(4) {
    width: 11%;
}
.tableOperation .tr .td:nth-child(5) {
    width: 11%;
}
.tableOperation .tr .td:nth-child(6) {
    width: 11%;
}
.tableOperation .tr .td:nth-child(7) {
    width: 18%;
}
.lineRefLinkBl {
    background-color: #191a33;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 33px 42px 44px;
}
.lineRefLinkBl .tit {
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.3px;
}
.partnersPage {
    padding: 55px 0 0;
}
.lineRefLinkBl .inputLine {
    width: 69%;
}
.lineRefLinkBl .btn {
    width: 195px;
    padding: 17px 0;
}
.partnersPage .stateUserLk {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 46px;
    padding: 55px 0 0;
}
.partnersPage .stateUserLk .item {
    background-color: #34365a;
    position: relative;
    padding: 117px 41px 36px;
}
.partnersPage .stateUserLk .num {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-top: 39px;
}
.partnersPage .stateUserLk .iconBl {
    background-color: #696eea;
    width: 83px;
    height: 83px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    font-size: 37px;
    align-items: center;
    justify-content: center;
}
.partnersPage .filterBl {
    margin-top: 51px;
}
.tablePartnerMini .tr .td {
    width: calc(100% / 3);
}
.tablePartnerMini {
    margin-top: 35px;
}
.tablePartnerMini .tbody .tr .td {
    padding: 19px 0;
}
.partnerList {
    padding: 74px 0 0;
}
.partnerList .titleBl .desr:before {
    height: 29px;
}
.partnerList .titleBl .desr {
    margin: 0;
    font-size: 35px;
    padding-left: 21px;
}
.tablePart {
    margin-top: 46px;
}
.tablePart .thead {
    display: flex;
    background-color: #060723;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.tablePart .thead .tr {
    display: flex;
    width: 100%;
}
.tablePart .thead .tr .td:nth-child(1) {
    width: 35%;
    text-align: left;
    padding-left: 23px;
}
.tablePart .thead .tr .td:nth-child(2) {
    width: 17%;
}
.tablePart .thead .tr .td:nth-child(3) {
    width: 26%;
}
.tablePart .thead .tr .td:nth-child(4) {
    width: 11%;
}
.tablePart .thead .tr .td:nth-child(5) {
    width: 11%;
}
.tablePart .tr .td + .td {
    border-left: solid 1px #5f617d;
}
.tablePart .thead .tr .td {
    padding: 23px 0 21px;
    text-align: center;
    width: calc(100% / 6);
}
.tablePart .mail {
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    text-decoration: underline;
}
.tablePart .mail:hover {
    text-decoration-color: transparent;
}
.tablePart .val {
    font-size: 15px;
    font-weight: 700;
}
.tablePart .val.color1 {
    color: #696eea;
}
.tablePart .val.color2 {
    color: #fff;
}
.tablePart .tbody {
    background-color: #34365a;
}
.tablePart .tbody .tr {
    display: flex;
    cursor: pointer;
    height: 100%;
}
.slideTable {
    color: #fff;
}
.tablePart .tbody .td {
    color: #8284a6;
    font-size: 12px;
    font-weight: 200;
    padding: 21px 0;
    text-align: center;
    height: 100%;
    margin-bottom: -3px;
}
.tablePart .tbody .td .name::before {
    position: absolute;
    left: -39px;
    top: 50%;
    margin-top: -13px;
    content: "";
    background-image: url(../img/plus.png);
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
}
.tablePart .tbody .td .name {
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}
.tablePart .tbody .td .sum {
    font-size: 16px;
    font-weight: 700;
}
.tablePart .tbody .td .sum.color1 {
    color: #3291ff;
}
.tablePart .tbody .td .sum.color2 {
    color: #555;
}
.tablePart .tbody .tr .td:nth-child(1) {
    width: 35%;
    text-align: left;
    padding-left: 58px;
}
.tablePart .tbody .tr .td:nth-child(2) {
    width: 17%;
}
.tablePart .tbody .tr .td:nth-child(3) {
    width: 26%;
}
.tablePart .tbody .tr .td:nth-child(4) {
    width: 11%;
}
.tablePart .tbody .tr .td:nth-child(5) {
    width: 11%;
}
.tablePart .tbody .tr .td:nth-child(6) {
    width: 88px;
}
.slideBlock {
    border-top: solid 1px #5f617d;
}
.slideContent {
    display: none;
}
.tablePart .tbody .tr.active + .slideContent {
    display: block;
}
.tablePart .tbody .slideBlock.branch2 .td:nth-child(1) {
    width: 35%;
    padding-left: 100px;
}
.tablePart .tbody .slideBlock.branch3 .td:nth-child(1) {
    width: 35%;
    padding-left: 137px;
}
.tablePart .tbody .slideBlock.branch4 .name::before {
    display: none !important;
}
.tablePart .tbody .slideBlock.branch4 .td:nth-child(1) {
    width: 35%;
    padding-left: 136px;
}
.tablePart .tbody .tr.active .name::before {
    background-image: url(../img/minus.png);
}
.slideTable > .slideBlock:nth-child(2n) {
    background-color: #fff;
}
.tablePartners .pagination {
    margin-top: 55px;
}
.exchangerBl {
    padding: 68px 0 0;
}
.exchangerBl .textBlock a {
    color: #8388ff;
    text-decoration: underline;
}
.exchangerBl .textBlock a:hover {
    text-decoration-color: transparent;
}
.exchangerBl .textBlock {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.45px;
    line-height: 29px;
}
.exchangerBl .btn {
    width: 196px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 200;
    padding: 15px 0;
}
.exchangeForm {
    display: flex;
    padding: 72px 0;
    justify-content: space-between;
    position: relative;
}
.exchangeForm .left {
    background-color: #191a33;
    padding: 76px 92px 76px 79px;
    width: calc(50% - 22px);
}
.exchangeForm .right {
    background-color: #191a33;
    padding: 76px 92px 76px 79px;
    width: calc(50% - 22px);
}
.exchangeForm .inputLine {
    position: relative;
}
.exchangeForm .inputLine label {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-bottom: 27px;
    display: block;
}
.exchangeForm .inputLine + .inputLine {
    margin-top: 46px;
}
.inputLine .cur {
    position: absolute;
    right: 16px;
    bottom: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.exchangeForm .balance span {
    color: #fff;
    font-weight: 700;
}
.exchangeForm .balance {
    color: #8284a6;
    font-size: 15px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 10px;
    letter-spacing: 0.5px;
    margin-top: 31px;
}
.exchangeForm .selectric .label {
    padding-left: 63px;
}
.inputLine .pic {
    position: absolute;
    left: 18px;
    bottom: 11px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.exchangeForm .iconCenter {
    background-color: #696eea;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 35px;
    margin-left: -42px;
    margin-top: -46px;
}
.promoBl .lineRefLinkBl {
    margin-top: 55px;
}
.promoBl .tabsBody .lineRefLinkBl {
    margin-top: 119px;
    padding: 0;
}
.promoBl .tabs {
    margin-top: 57px;
}
.promoBl .listLinks {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.promoBl .listLinks li {
    width: calc((100% / 5) - 13px);
}
.promoBl .listLinks li a {
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 200;
    border: solid 1px #525477;
    padding: 16px 0;
    display: block;
    text-align: center;
}
.promoBl .tabsBody .lineRefLinkBl .inputLine {
    width: 81%;
}
.promoBl .tabsBody {
    background-color: #191a33;
    margin-top: 53px;
    padding: 129px 34px 45px 37px;
}
.promoBl .listLinks li.ui-tabs-active a {
    background-color: #696eea;
    color: #fff;
}
.promoBl .tabsBody img {
    margin: 0 auto;
    display: table;
}
.settingsPage {
    padding: 85px 0 0;
}
.settingBl + .settingBl {
    margin-top: 52px;
}
.settingBl + .settingBl .inputLine {
    width: calc((100% / 3) - 25px);
}
.settingBl {
    background-color: #191a33;
    position: relative;
    padding: 48px 80px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.settingBl .title {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-bottom: 33px;
    width: 100%;
}
.settingBl .inputLine {
    width: calc((100% / 4) - 29px);
    margin-bottom: 27px;
}
.settingBl .inputLine label {
    color: #989abf;
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
}
.settingBl .btn {
    width: 100%;
    max-width: 235px;
    padding: 15px 0;
    margin: 25px auto 0;
}
.settingBl .iconBl {
    width: 85px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #696eea;
    font-size: 35px;
}
.balanceBlock {
    padding: 90px 0 0;
}
.balanceBlock .item {
    background-color: #191a33;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 40px 44px 195px;
}
.balanceBlock .item + .item {
    margin-top: 41px;
}
.balanceBlock .item .num {
    width: 140px;
    background-color: #4f52a2;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.balanceBlock .item .txt {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 27px;
}
.balanceBlock .item .inputLine .selectric .label {
    padding-left: 174px;
}
.balanceBlock .item .inputLine {
    width: calc(50% + 44px);
}
.balanceBlock .item .pic {
    width: 160px;
    height: 100%;
    background-color: #060723;
    left: 0;
    top: 0;
    z-index: 9999;
}
.balanceBlock .btn {
    width: 100%;
    padding: 16px 0;
    margin-top: 72px;
    font-size: 15px;
}
.withTable {
    padding: 77px 0;
}
.withTable .titleBl .desr::before {
    height: 27px;
}
.withTable .titleBl .desr {
    margin: 0;
    font-size: 35px;
    padding-left: 22px;
}
.tableWithBl {
    padding: 47px 0 0;
}
.tableWithBl .tableLk .txt {
    color: #8284a6;
    font-weight: 200;
    font-size: 12px;
}
.tableWithBl .tableLk .name {
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
}
.tableWithBl .btn {
    width: 100%;
    padding: 13px 0;
    font-size: 15px;
}
.tableWithBl .tableLk .tr .td:last-child {
    vertical-align: top;
}
.tableWithBl .tableLk .tr .td:nth-child(1) {
    width: 16%;
}
.tableWithBl .tableLk .tr .td:nth-child(2) {
    width: 16%;
}
.tableWithBl .tableLk .tr .td:nth-child(3) {
    width: 16%;
}
.tableWithBl .tableLk .tr .td:nth-child(4) {
    width: 17%;
}
.tableWithBl .tableLk .tr .td:nth-child(5) {
    width: 19%;
}
.tableWithBl .tableLk .tr .td:nth-child(6) {
    width: 15%;
}
.menuBtn {
    display: none;
    cursor: pointer;
    width: 46px;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    z-index: 999;
}
.menuBtn span {
    background-color: #fff;
    height: 3px;
    width: 100%;
    display: block;
    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: 7px;
}
.menuBtn.selected span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.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: -15px;
}
.menuBl .callFixBlock {
    display: none;
}
.menuBl .menu li.log a {
    color: #666be3;
}
.menuBl .menu li.log {
    display: none;
}
.lineHeadLk .menuBtn {
    top: 77px;
    margin: 0;
    right: 21px;
}
.lkPage > .copyBl {
    display: none;
}
.leftLk .clockBl,
.leftLk .callFixBlock {
    display: none;
}
.lineLevel {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
}
.lineLevel .left {
    position: relative;
    width: calc(35% - 9px);
    background-color: #191a33;
    padding: 0 39px;
    display: flex;
    align-items: center;
    height: 201px;
}
.lineLevel .center {
    width: 25%;
    background-color: #34365a;
    text-align: center;
}
.lineLevel .right {
    position: relative;
    width: calc(35% - 9px);
    background-color: #191a33;
    padding: 0 39px;
    display: flex;
    align-items: center;
    height: 201px;
}
.lineLevel .text {
}
.lineLevel .text .tit {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.52px;
}
.lineLevel .text .tit + * {
    margin-top: 3px;
}
.lineLevel .text .txt {
    color: #696eea;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.lineLevel .text .txt + * {
    margin-top: 4px;
}
.lineLevel .progBl {
    background-color: #060723;
    display: flex;
    flex-wrap: wrap;
    padding: 21px 37px 29px 31px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.lineLevel .progBl .title {
    color: #5f6183;
    font-size: 13px;
    display: block;
}
.lineLevel .progBl .pr {
    color: #fff;
    font-size: 13px;
    display: block;
}
.lineLevel .progBl .prog {
    width: 100%;
    height: 11px;
    background-color: #22233b;
    margin-top: 8px;
    position: relative;
}
.lineLevel .progBl .prog .val {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #696eea;
    background-image: url(../img/bgprog.png);
    background-position: center;
}
.lineLevel .center .txt {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
}
.lineLevel .center > .val {
    color: #696eea;
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    display: block;
}
.lineLevel .lvl {
    background-color: #696eea;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    width: 84px;
    height: 85px;
}
.lineLevel .lvl .num {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 61px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: relative;
    top: 6px;
}
.lineLevel .lvl .level {
    font-size: 13px;
    font-weight: 200;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

canvas {
    display: block;
    vertical-align: middle;
  }
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }

/* NEW */
.logoNew {
    padding: 0px !important;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.levelTable .tablePartBl {
    padding-top: 104px;
}
.levelTable .tablePartBl .table .tbody .tr:nth-child(2) .td,
.levelTable .tablePartBl .table .tbody .tr:nth-child(3) .td {
    background-color: #34365a;
}
.levelTable .tablePartBl .table .tbody .td:first-child {
    width: 18%;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.025em;
}
.levelTable .tablePartBl .table .tbody .td:last-child {
    width: 36%;
}
.levelTable .tablePartBl .table .tbody .td {
    width: auto;
    letter-spacing: 0.025em;
}
.levelTable .tablePartBl .table .thead .td {
    font-weight: 200;
    letter-spacing: 0.025em;
}
.levelInfo {
    display: flex;
    padding-top: 32px;
    min-height: 525px;
}
.levelInfo .wrapper {
    position: relative;
    max-width: 718px;
    flex-shrink: 0;
    z-index: 1;
}
.levelInfo .defaultText+[class*="btn"] {
    margin-top: 63px;
}
.levelInfo .img {
    position: relative;
    top: -32px;
    left: -85px;
}
.defaultText p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.025em;
}
.defaultText p+p {
    margin-top: 20px;
}
.btnFill {
    display: inline-block;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 15px;
    font-weight: 200;
    line-height: 51px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #fff;
    background-color: #696eea;
    opacity: 1;
}
.btnFill:hover {
    opacity: 0.7;
}
.btnFill.full {
    width: 100%;
}
.btnFill.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 460px) {
    .levelTable .tablePartBl {
        margin-left: -10px;
        margin-right: -10px;
    }
    .levelTable .tablePartBl .tableWrap {
        padding-left: 10px;
    }
}
/* invest page new */
.investsPageNew .textBlock::before {
    display: none;
}
.investsPageNew .textBlock p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 0.025em;
}
.investsPageNew .textBlock p span {
    font-weight: bold;
}
.investsPageNew .textBlock p+p {
    margin-top: 20px;
}
.investsPageNew {
    padding-top: 95px;
}
.investsPageNew .investList {
    margin-top: 54px;
}
.investsPageNew .tabsBody {
    margin-top: 0px;
}
.investsPageNew .investList .lineAmount .inputLine input {
    width: 225px;
    flex-grow: 1;
}
.investsPageNew .investList .curList {
    width: auto;
    padding-left: 12px;
    justify-content: flex-start;
}
.investsPageNew .investList .curList li {
    width: 50px;
    flex-shrink: 0;
}
.investsPageNew .investList .curList li+li {
    margin-left: 10px;
}
.investsPageNew .investList .btn {
    font-weight: 200;
    background-color: transparent;
    border: solid 1px #5f617d;
}
.investsPageNew .investList .btn:hover {
    background-color: #696eea;
    border: solid 1px #696eea;
}
.investsPageNew .investList .lineAmount {
    height: 68px;
}
.investsPageNew .investList .lineAmount .tit {
    height: auto;
    align-self: center;
}
.investsPageNew .investList .lineAmount>* {
    height: 100%;
}
.investsPageNew .investList .lineAmount .inputLine,
.investsPageNew .investList .lineAmount .btnList {
    padding-top: 8px;
    padding-bottom: 8px;
}
.investsPageNew .profitBl ul {
    height: 100%;
}
@media (max-width: 1799px) {
    .investsPageNew .profitBl ul {
        padding: 11px 11px 11px 11px;
    }
}
@media (max-width: 1199px) {
    .investsPage .textBlock {
        padding-left: 0px;
    }
    .investsPageNew .investList .lineAmount {
        height: auto;
    }
}
@media (max-width: 1023px) {
    .investsPageNew .textBlock p {
        font-size: 16px;
        line-height: 26px;
    }
    .investsPageNew .textBlock p+p {
        margin-top: 15px;
    }
}
@media (max-width: 639px) {
    .investsPageNew .investList .lineAmount .inputLine {
        display: block;
    }
    .investsPageNew .investList .lineAmount .inputLine input {
        width: 100%;
    }
    .investsPageNew .investList .curList {
        padding-top: 15px;
        padding-left: 0px;
    }
    .investsPageNew .investList .curList ul {
        justify-content: flex-start;
    }
    .investsPageNew .investList .curList ul li+li {
        margin-left: 8px;
    }
}
/* open deposit new */
.openDepositSection .formWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.openDepositSection .formWrap .stepBlock:first-child {
    grid-column: 1 / 3;
}
.openDepositSection .formWrap+.btnFill {
    margin-top: 40px;
}
.openDepositSection .btnFill {
    min-width: 195px;
}
.stepBlock {
    background-color: #060723;
}
.stepBlock .headBlock {
    display: flex;
    padding-right: 15px;
}
.stepBlock .headBlock .step {
    display: flex;
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-align: center;
    background-color: #696eea;
}
.stepBlock .headBlock .step .num {
    font-size: 50px;
    line-height: 40px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.stepBlock .headBlock .step+.title {
    margin-left: 36px;
    margin-top: 5px;
}
.stepBlock .headBlock .title {
    align-self: center;
    font-size: 24px;
    line-height: 24px;
    color: white;
    font-weight: 200;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}
.stepBlock .contentBlock {
    padding: 31px 27px 30px;
}
.plansList {
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
}
.plansListItem {
    position: relative;
    height: 191px;
}
.plansListItem input {
    appearance: none;
    position: absolute;
    opacity: 0;
}
.plansListItem input:checked~.in {
    background-color: #696eea;
    border: 1px solid #696eea;
}
.plansListItem input:checked~.in .sum {
    color: #fff;
}
.plansListItem label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}
.plansListItem .in {
    padding-top: 28px;
    height: 100%;
    background-color: #22233b;
    border: 1px solid #5f617d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.plansListItem .pct {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.plansListItem .pct .num {
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.plansListItem .sum {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #696eea;
    font-weight: 300;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.plansListItem .sum span {
    display: block;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.plansListItem:hover .in {
    background-color: #696eea;
    border: 1px solid #696eea;
}
.plansListItem:hover .sum {
    color: #fff;
}
.currencyList ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.currencyList ul li {
    position: relative;
    padding: 5px;
    flex-shrink: 0;
}
.currencyList input {
    appearance: none;
    position: absolute;
    opacity: 0;
}
.currencyList input:checked+label {
    background-color: #696eea;
}
.currencyList input:checked+label span {
    color: #fff;
}
.currencyList label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 71px;
    background-color: #22233b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.currencyList label span {
    font-size: 26px;
    color: #696eea;
}
.currencyList label:hover {
    background-color: #696eea;
}
.currencyList label:hover span {
    color: #fff;
}
.stepBlock .paymentInfo {
    margin-top: 35px;
}
.stepBlock .inputLine {
    max-width: 435px;
}
.paymentInfo .title {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-transform: capitalize;
}
.paymentInfo .title span {
    font-size: 24px;
    text-transform: uppercase;
}
.paymentInfo .title+.info {
    padding-top: 0px;
}
.paymentInfo .info {
    display: block;
    padding-top: 17px;
    font-size: 18px;
    line-height: 24px;
    color: #696eea;
    font-weight: 300;
}
.paymentInfo .info+.title {
    margin-top: 5px;
}
.paymentInfo .info span {
    font-weight: bold;
}
@media (max-width: 1559px) {
    .stepBlock .headBlock .step+.title {
        margin-left: 20px;
    }
}
@media (max-width: 1439px) {
    .openDepositSection .formWrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .openDepositSection .formWrap .stepBlock:first-child {
        grid-column: auto;
    }
    .plansList {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1023px) {
    .lineHeadLk .logo.logoNew {
        top: 54px;
        left: 20px;
        height: auto;
    }
    .stepBlock .contentBlock {
        padding: 25px 15px 15px;
    }
}
@media (max-width: 767px) {
    .plansList {
        gap: 15px;
    }
    .paymentInfo .info {
        padding-top: 0px;
    }
}
@media (max-width: 639px) {
    .lkContentRight .listCurLk.new {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .lkContentRight .listCurLk.new .item {
        width: 100%;
        margin-bottom: 0px;
    }
    .lkContentRight .listCurLk.new .item+.item {
        margin-bottom: 0px;
    }
    .plansList {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* ticket */
.ticketsSection {
    margin-top: 90px;
}
.ticketsSection .wrapper {
    display: flex;
}
.ticketsSection .wrapper .leftSide {
    width: 500px;
    flex-shrink: 0;
}
.ticketsSection .wrapper .rightSide {
    flex-grow: 1;
}
.ticketsSection .wrapper .leftSide+.rightSide {
    margin-left: 40px;
}
.ticketForm {
    padding: 30px 30px 40px;
    background-color: #060723;
}
.ticketForm .formItem.message {
    height: 271px;
}
.ticketForm .formItem.message .inputLine,
.ticketForm .formItem.message .inputLine textarea {
    height: 100%;
}
.ticketForm .formItem+.formItem {
    margin-top: 19px;
}
.ticketForm .formItem+.btnFill {
    margin-top: 50px;
}
.commentsBlock {
    padding: 30px 30px 40px;
    background-color: #060723;
}
.commentsList .commentItem+.commentItem {
    margin-top: 27px;
}
.commentItem {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 23px;
    padding-bottom: 28px;
    background-color: #21223a;
}
.commentItem.admin {
    background-color: #34365a;
}
.commentItem .date {
    display: block;
    position: absolute;
    width: 148px;
    padding-left: 10px;
    padding-right: 10px;
    top: 0px;
    right: 0px;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.025em;
    background-color: #696eea;
}
.commentItem .wrap {
    display: flex;
}
.commentItem .img {
    flex-shrink: 0;
    margin-top: 7px;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.commentItem .content {
    margin-left: 40px;
}
.commentItem .content .autor {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.commentItem .content p {
    font-size: 15px;
    line-height: 30px;
    color: #989abf;
    font-weight: 200;
    letter-spacing: 0.025em;
}
@media (max-width: 1799px) {
    .ticketsSection .wrapper .leftSide {
        flex-shrink: 1;
        min-width: 350px;
    }
    .ticketsSection .wrapper .leftSide+.rightSide {
        margin-left: 30px;
    }
}
@media (max-width: 1559px) {
    .commentItem .content {
        margin-left: 20px;
    }
}
@media (max-width: 1439px) {
    .ticketsSection .wrapper {
        flex-direction: column;
    }
    .ticketsSection .wrapper .leftSide {
        width: 100%;
    }
    .ticketsSection .wrapper .leftSide+.rightSide {
        margin-left: 0px;
        margin-top: 30px;
    }
}
@media (max-width: 1023px) {
    .ticketsSection {
        margin-top: 50px;
    }
    .openDepositSection {
        padding-top: 50px;
    }
    .ticketsSection .wrapper {
        flex-direction: row;
    }
    .ticketsSection .wrapper .leftSide {
        width: 100%;
        max-width: 340px;
        min-width: auto;
    }
    .ticketsSection .wrapper .leftSide+.rightSide {
        margin-left: 20px;
        margin-top: 0px;
    }
    .ticketForm {
        padding: 15px;
    }
    .ticketForm .formItem+.formItem {
        margin-top: 15px;
    }
    .ticketForm .formItem+.btnFill {
        margin-top: 30px;
    }
    .commentsBlock {
        padding: 15px;
    }
    .commentItem {
        padding: 15px;
    }
    .commentItem .img {
        width: 65px;
        height: 65px;
    }
    .commentsList .commentItem+.commentItem {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .ticketsSection .wrapper {
        flex-direction: column;
    }
    .ticketsSection .wrapper .leftSide {
        width: 100%;
        max-width: 100%;
    }
    .ticketsSection .wrapper .leftSide+.rightSide {
        margin-left: 0px;
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .commentItem .wrap {
        display: block;
    }
    .commentItem .img {
        margin-top: 0px;
    }
    .commentItem .content {
        margin-left: 0px;
        margin-top: 15px;
    }
}

.default_table fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    color: white;
}
.default_table p.info {
    color: white;
    margin: 20px 0;
}
.default_table table {
    margin: 30px 0;
}
.default_table table tr th,
.default_table table tr td {
    text-align: left;
    padding: 10px 20px 10px 0;
}

.button-blue, .button-red, .button-green, .button-gray {
    background-color: #696eea;
    border: 0;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 10px;
}

.button-blue:hover, .button-red:hover, .button-green:hover, .button-gray:hover {
    opacity: 0.8;
}

.errorMessage {
  padding: 5px 15px;
  margin-top: 15px;
  background: rgba(255,0,0, 0.5);
}
span.err {
  color: red;
  font-size: 14px;
}
.errorMessage span.err{
  color: white;
}

.flash_info {
  padding: 5px 15px;
  margin-bottom: 35px;
  background: rgba(0,255,0, 0.5);
  color: white;
}