<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    background-color: #a5345c;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f2f2f2;
    width: 12px;
    border-radius: 0;
}

.mCSB_inside&gt;.mCSB_container {
    margin-right: 0px;
}

.mCSB_scrollTools{
    width: 12px;
}

header .clock {
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

header .clock .time {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #212428;
    display: inline-block;
    vertical-align: middle;
    width: 145px;
}

header .clock .today {
    display: inline-block;
    vertical-align: middle;
    font-size: 11.5px;
    line-height: 13px;
    color: #8a8a8a;
}

header .clock .day {
    display: block;
}

header .lang {
    position: relative;
}

header .lang .list {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 5px 11px rgba(0,0,0,0.11);
}

header .lang .list a{
    display: block;
    border-bottom: 1px solid rgba(33,36,40,0.1);
}

header .lang .list span,
header .lang span.thisLang {
    display: block;
    position: relative;
    padding-left: 42px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 36px;
    color: #212428;
    font-weight: bold;
    text-transform: uppercase;
}

header .lang span.thisLang {
    padding-right: 20px;
    cursor: pointer;
}

header .lang span.thisLang span.flag,
 header .lang .list span span.flag{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
    padding-left: 0;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-size: cover;
    background-position: center;
}

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

header ul.social {
    margin-left: 41px;
}

ul.social li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}

ul.social a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #afafaf;
    background-position: center;
    background-repeat: no-repeat;
}

header .phones {
    margin-left: 36px;
}

header .phones a {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #212428;
    display: inline-block;
    vertical-align: middle;
}

header .phones span.icon{
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

header .phones .gramm{
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
}

header .phones .gramm + span.icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

header .topLine {
    padding: 6px 0;
}

header .headMain {
    background-repeat: no-repeat;
    background-position: center top;
}

.logo {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    width: 150px;
    height: 80px;
}

.logo span {
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}

.logReg .logo {
    text-align: center;
    padding: 107px 0 0 0;
    background-position: center top;
    margin: 0 auto;
    display: table;
}

.logReg .logo span {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
}

header .lang span.thisLang,
 .logo{
    display: table;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

header .lang span.thisLang:hover,
a:hover,
.logo:hover,
button:hover{
    opacity: 0.6;
}

header .menu {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 -15px;
    text-align: right;
}

header .menu li {
    padding: 0 15px;
    float: left;
}

header .menu a {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

header .menu a.active,
header .menu a:hover {
    color: #73b6cc;
}

.headMenu {
    width: 100%;
    padding: 44px 0;
}

.headMenu .tCell:last-child {
    text-align: right;
    vertical-align: middle;
}

header .headMain .slogan {
    padding: 52px 0;
}

header .headMain .slogan p {
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}

header .headMain .slogan.titPage p {
    font-size: 50px;
}

header .headMain .logReg {
    margin-top: 10px;
}

header .headMain .logReg a {
    width: 171px;
    margin-left: 4px;
}

header .courses {
    background-color: #13171c;
}

header .courses ul {
    display: table;
    width: 100%;
    padding: 20px 0;
}

header .courses li {
    display: table-cell;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: auto;
}

header .courses li:first-child {
    text-align: left;
}

header .courses li:last-child {
    text-align: right;
}

header .courses li .num {
    color: #b0b0b0;
    font-weight: normal;
}

header .courses li .arr {
    display: inline-block;
    height: 13px;
    width: 10px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

header .courses li.up .arr {
    background-image: url(../img/icons/icon-up.png);
}

.courses li.down .arr {
    background-image: url(../img/icons/icon-down.png);
}

.calculator {
    background-size: cover;
    background-position: center;
    padding: 148px 0;
}

header .calculator {
    padding: 12px 0 91px;
}

.calculator form {
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0 80px 0 96px;
}

header .calculator form {
    position: relative;
    width: 970px;
    padding-right: 27px;
    padding-left: 75px;
    z-index: 1;
}

header .calculator form:before {
    content: "";
    display: block;
    position: absolute;
    width: 960px;
    height: 310px;
    background-color: rgba(18, 29, 34, 0.87);
    right: 27px;
    top: -11px;
    z-index: -2;
}

header .calculator form:after {
    content: "";
    display: block;
    position: absolute;
    width: 952px;
    height: 290px;
    right: 0;
    top: 36px;
    background-image: url(../img/frame.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.calculator form .tit {
    line-height: 27px;
    color: #fff;
}

header .calculator .pre {
    margin-top: 101px;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    width: 200px;
    position: relative;
    z-index: 2;
}

.calculator .pre:before {
    content: "";
    display: block;
    position: absolute;
    width: 242px;
    height: 4px;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -15px;
    left: 0;
}

header .calculator .tarif input {
    display: none;
}

header .calculator .tarif input ~ label {
    display: table;
    text-align: center;
    cursor: pointer;
}

header .calculator .tarif input:disabled ~ label {
    cursor: auto;
}

header .calculator .tarif input ~ label span.proc {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 36px;
    color: #bb3967;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .calculator .tarif input:disabled ~ label span.proc {
    color: #474a4d;
}

header .calculator .tarif input ~ label span.term {
    display: table;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    z-index: 1;
    padding: 0 8px;
    text-transform: uppercase;
}
/*
header .calculator .tarif:last-child input ~ label span.term {
    padding-right: 0;
}
*/
header .calculator .tarif input:disabled ~ label span.term {
    color: #b6768d;
}

header .calculator .tarif input ~ label span.term:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #a5345c;
    z-index: -1;
    -webkit-transform: skewX(19deg);
    -moz-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    transform: skewX(19deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .calculator .tarif input:not([disabled]):checked ~ label span.term:before,
header .calculator .tarif input:not([disabled]) ~ label:hover span.term:before {
    background-color: #73b6cc;
}

header .calculator .tarif input:not([disabled]):checked ~ label span.proc,
header .calculator .tarif input:not([disabled]) ~ label:hover span.proc {
    color: #73b6cc;
}

.calculator .step,
.curForm .step {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    width: 190px;
}
.curForm .step {
    width: 200px;
}

.calculator .step span {
    font-weight: bold;
    font-size: 21px;
}

.calculator .tarif,
.calculator .choiceTarif span.step {
    display: table-cell;
    vertical-align: middle;
}

.main .calculator .tarif,
.cab .calculator .choiceTarif span.step {
    vertical-align: bottom;
}

.calculator span.step,
.calculator .enterSum .ent,
.calculator .enterSum .currency {
    display: table-cell;
    vertical-align: middle;
}

.calculator .enterSum .ent,
.calculator.circ .tarif {
    padding-left: 22px;
    padding-right: 50px;
    width: 365px;
}

header .calculator .tarif {
    padding-left: 10px;
}

.calculator fieldset {
    width: 100%;
}

.calculator .enterSum {
    margin-top: 41px;
}

.calculator.circ .choiceTarif {
    margin-top: 55px;
}

header .calculator .enterSum {
    margin-top: 46px;
}

.calculator .enterSum + fieldset {
    margin-top: 36px;
}

.currency .cur {
    float: left;
    width: 98px;
}

.currency .cur input {
    display: none;
}

.currency .cur input ~ label {
    font-size: 17px;
    font-weight: bold;
    color: #a8a8a8;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cab .currency .cur input ~ label {
    color: #212428;
}

.currency .cur input ~ label span.dot {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #a8a8a8;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.currency .cur input ~ label span.dot:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #a8a8a8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.currency .cur input ~ label:hover,
.currency .cur input:checked ~ label {
    color: #fff;
}

.currency .cur input ~ label:hover span.dot:before,
.currency .cur input:checked ~ label span.dot:before {
    background-color: #ba3261;
}

.calculator .range {
    width: 555px;
    padding-right: 50px;
    display: table-cell;
}

header .calculator .range {
    padding-left: 38px;
    width: 560px;
}

.calculator form .txt {
    display: table-cell;
    width: 400px;
}

.calculator.circ form .txt {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 13px;
}

header .calculator form .txt {
    text-align: center;
    vertical-align: middle;
}

.calculator form .txt span {
    display: block;
    line-height: 30px;
    color: #a3a3a3;
    margin: 0 auto;
    font-size: 17px;
}

header .calculator form .txt {
    font-size: 15px;
}

.calculator form .res {
    float: left;
    width: 280px;
}

.calculator.circ form .res:first-child {
    width: 372px;
}

.calculator.circ form .res:last-child {
    width: 340px;
}

.calculator form .res span {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
}

.calculator form .res span.num {
    display: block;
    font-family: 'Montserrat';
    font-size: 33px;
    line-height: 33px;
    margin-top: 10px;
}

header .calculator form .res span.num {
    color: #fff;
}

.calculator form .result {
    margin-top: 32px;
}

header .calculator form .result {
    margin-top: 37px;
}

.calculator form .btnFrame {
    float: right;
}

.calculator form .btnFrame {
    display: table;
    position: relative;
    background-color: #73b6cc;
    padding: 0 38px 0 27px;
}

.investors .calculator form .btnFrame {
    padding: 0 38px 0 38px;
}

header .calculator form .btnFrame {
    float: left;
    margin-left: 21px;
    padding-right: 27px;
    padding-left: 30px;
}

header .calculator form .ent input{
    font-weight:  bold;
}

header .calculator form .ent .wrapInp{
    width:  100%;
}

header .calculator form .txt span {
    font-size: 14px;
}

.range .irs-line {
    height: 4px;
    top: 33px;
    background: #a8a8a8;
    border: none;
    border-radius: 0;
}

.range .irs-bar {
    height: 4px;
    top: 33px;
    border-top: none;
    border-bottom: none;
    background: #a5345c;
}

.range .irs-bar-edge {
    height: 4px;
    top: 33px;
    width: 14px;
    border: none;
    background: #a5345c;
    border-radius: 0;
}

.range .irs-bar-edge:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #a5345c;
    -webkit-transform: skewX(19deg);
    -moz-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    transform: skewX(19deg);
    left: -2px;
    top: 0;
}

.range .irs-slider {
    top: 25px;
    width: 20px;
    height: 20px;
    border: 6px solid #a5345c;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

.range .irs-from, .range .irs-to, .range .irs-single {
    font-family: 'Gotham Pro';
    color: #db4472;
    font-size: 14px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.range .irs-min, .range .irs-max {
    color: #a3a3a3;
    font-size: 14px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    top: auto;
    bottom: 0;
    visibility:  visible !important;
}

.range .irs {
    height: 72px;
}

.presentation {
    padding: 120px 0;
}

.presentation .present {
    margin-left: 45px;
    position: relative;
}

.presentation .video {
    height: 433px;
    width: 510px;
    background-size: cover;
}

.presentation .present:before {
    content: "";
    display: block;
    position: absolute;
    width: 587px;
    height: 308px;
    top: 48px;
    left: -47px;
    z-index: 1;
    background-image: url(../img/frame-video.png);
    background-position: center;
    background-repeat: no-repeat;
}
.presentation .present iframe {
    position: relative;
    z-index: 1;
}

.video .play {
    display: block;
    position: absolute;
    width: 56px;
    height: 40px;
    cursor: pointer;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -28px;
    z-index: 1;
}

.video .play:hover {
    opacity: 0.6;
}

.presentation .in {
    margin: 0 -15px;
}

.presentation .left,
.presentation .right {
    width: 50%;
    padding: 0 15px;
}

.presentation span.pre {
    display: block;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #212428;
    padding: 22px 0;
    margin-top: 27px;
    position: relative;
}

.presentation span.pre:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 900px;
    background-color: #f2f2f2;
    right: 0;
    top: 0;
    z-index: -1;
}

.presentation p {
    font-size: 15px;
    line-height: 22px;
    color: #54565a;
    margin-top: 26px;
}

.presentation .tit {
    margin-top: -11px;
    text-align: left;
}

.presentation .btns {
    margin-top: 67px;
}

.presentation .btns a {
    font-weight: bold;
    font-size: 14px;
    margin-right: 15px;
}

.tabsTitle {
    display: table;
    margin: 0 auto;
}

.infoAbout .tabsTitle li {
    width: 280px;
    float: left;
    margin: 0 5px
}

.tabsTitle span {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 54px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #73b6cc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.main .tabsTitle span{
    -webkit-box-shadow: inset 0px -10px 11px rgba(0,0,0,0.11);
    -moz-box-shadow: inset 0px -10px 11px rgba(0,0,0,0.11);
    box-shadow: inset 0px -10px 11px rgba(0,0,0,0.11);
}

.main .tabsTitle span:before,
.page .tabsTitle span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    z-index: 1;
}


.page .tabsTitle li:nth-child(2) span:before,
.main .tabsTitle li:nth-child(2) span:before{
    display: none;
}

.page .tabsTitle li:first-child span,
.main .tabsTitle li:first-child span{
    padding-left: 10px;
}

.page .tabsTitle li:last-child span,
.main .tabsTitle li:last-child span{
    padding-right: 10px;
}

.main .tabsTitle li:first-child span:before,
.page .tabsTitle li:first-child span:before {
    left: -10px;
    -webkit-transform: skewX(-19deg);
    -moz-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    transform: skewX(-19deg);
}

.page .tabsTitle li:last-child span:before,
.main .tabsTitle li:last-child span:before {
    right: -10px;
    -webkit-transform: skewX(19deg);
    -moz-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    transform: skewX(19deg);
}

.tabsTitle li.active span,
.tabsTitle li span:hover{
    background-color: #f2f2f2;
    color: #212428;
    box-shadow: none;
}



.tabsContent {
    background-color: #f2f2f2;
}

.page .tabsContent .tab,
.main .tabsContent .tab {
    padding: 112px 0;
    background-position: center;
    background-repeat: no-repeat;
}

/*.tabsContent .tab .left,*/
/*.tabsContent .tab .right {*/
/*width: 385px;*/
/*}*/

.strategy .itemBl {
    background-repeat: no-repeat;
}

.strategy .itemBl + .itemBl {
    margin-top: 71px;
}

.strategy .left .itemBl {
    text-align: right;
    padding-right: 82px;
    background-position: right 5px;
}

.strategy .right .itemBl {
    padding-left: 82px;
    float: right;
    background-position: left 5px;
}

.strategy p b {
    color: #a5345c;
}

.strategy .in {
    width: 100%;
}

.strategy .tCell {
    vertical-align: middle;
}

.strategy .tCell:nth-child(2) {
    text-align: center;
}

.strategy .tCell:first-child {
    width: 385px;
}

.strategy .tCell:last-child {
    width: 385px;
}

.programBlock {
    background-size: cover;
    background-position: center;
    padding: 108px 0 98px;
}

.programBlock .program {
    padding: 0 27px;
    background-repeat: no-repeat;
    background-position: center;
}

.programBlock .program .in {
    background-color: rgba(23, 28, 34, 0.55);
}

.programBlock .program .whatThis span {
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px;
}

.programBlock .program .whatThis span + span {
    font-weight: normal;
    font-size: 24px;
}

.programBlock .program .whatThis {
    width: 448px;
    vertical-align: middle;
    padding-left: 38px;
}

.programBlock .program .txt {
    width: 668px;
    vertical-align: middle;
}

.programBlock .program .txt p {
    color: #fff;
}

.programBlock .program .txt span {
    color: #73b6cc;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: block;
    padding: 19px 0 24px;
}

.programBlock .program .in {
    padding: 49px 0;
}

.programBlock .program .levels {
    margin: 0 -15px;
}

.programBlock .program .levels li {
    float: left;
    width: 10%;
    padding: 0 5px;
    font-size: 12px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.programBlock .program .levels li span {
    display: block;
    color: #73b6cc;
    font-size: 30px;
    line-height: 38px;
}

.programBlock .program .btnFrame {
    margin-right: 53px;
}

.scheme {
    padding: 105px 0 122px;
}

.scheme span.moves {
    font-size: 17px;
    line-height: 25px;
    color: #212428;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 230px;
}

.scheme .steps {
    margin-top: 76px;
}

.stepCards .item + .item {
    margin-top: 20px;
}

.scheme .item p a {
    color: #a5345c;
    text-decoration: underline;
    font-weight: bold;
    text-decoration-color: rgba(165,52,92,0.5);
    -webkit-text-decoration-color: rgba(165,52,92,0.5);
     -moz-text-decoration-color: rgba(165,52,92,0.5);
}

.scheme .item p {
    width: 598px;
}

.stepCards .numStep {
    font-size: 77px;
    line-height: 93px;
    font-weight: bold;
    color: #73b6cc;
    display: block;
    width: 140px;
    position: relative;
}

.stepCards .item .cont {
    position: relative;
    width: 890px;
    background-color: #f2f2f2;
    padding: 35px 27px 27px 35px;
    min-height: 140px;
}

.stepCards .item .cont:before {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 25px;
    background-image: url(../img/elem-beInvest.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 38px;
    left: -30px;
}

.stepCards .item:nth-child(2n+1) .numStep,
.stepCards .item:nth-child(2n+1) .cont,
.scheme .item:nth-child(2n+1) .cont p,
.scheme .item:nth-child(2n+1) .cont .moves {
    float: left;
}

.stepCards .item:nth-child(2n) .numStep,
.scheme .item:nth-child(2n) .cont .moves {
    text-align: right;
}

.stepCards .item:nth-child(2n) .numStep,
.stepCards .item:nth-child(2n) .cont,
.scheme .item:nth-child(2n) .cont p,
.scheme .item:nth-child(2n) .cont .moves {
    float: right;
}

.stepCards .item:nth-child(2n) .cont:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: auto;
    right: -30px;
}

.ourNumbers {
    background-position: center;
    background-size: cover;
    padding: 79px 0 76px;
}

.ourNumbers ul {
    padding: 25px 0 36px;
    background: url(../img/border-red-top.png) no-repeat top center,
    url(../img/border-red-bottom.png) no-repeat bottom center;
}

.ourNumbers li {
    width: 25%;
    float: left;
    text-align: center;
}

.ourNumbers li span {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    display: block;
}

.ourNumbers li span.num {
    font-size: 33px;
    font-weight: bold;
    margin-top: 15px;
}

.ourNumbers li img + span {
    margin-toP: 26px;
}

.advantages .tit {
    font-size: 24px;
}

.advantages {
    padding: 107px 0 72px;
    background-color: #f2f2f2;
}

.advantages .pre {
    text-align: center;
    padding: 0 115px;
    margin-top: 28px;
}

.advantages .item {
    float: left;
    width: 33.3333%;
    padding: 38px 15px;
}

.advantages .item:nth-child(4){
    clear:  both;
}

.advantages .list {
    margin: 53px -15px 0;
}

.advantages .item .head {
    display: table;
    width: 100%;
}

.advantages .item .head .icon {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
}

.advantages .item .head span {
    display: table-cell;
    vertical-align: middle;
}

.advantages .item .head span {
    font-size: 17px;
    line-height: 25px;
    color: #a5345c;
    text-transform: uppercase;
    font-weight: bold;
}

.advantages .item .txt b {
    font-weight: 500;
    color: #212428;
}

.advantages .item .txt {
    padding-top: 25px;
}

.payments {
    padding: 97px 0 91px;
}

.payments ul {
    padding: 43px 30px;
    background: url(../img/border-grey-top.png) no-repeat top center,
    url(../img/border-grey-bottom.png) no-repeat bottom center;
}

.payments li {
    float: left;
    width: 16.6666%;
    text-align: center;
}
.payments li img {
    width: 60%;
}

footer .topFoot {
    background-color: #212428;
    padding: 100px 0;
}

footer .downFoot {
    background-color: #3b3f44;
    padding: 9px 0 11px;
}

footer .license {
    width: 645px;
}

footer .license .image {
    padding-left: 27px;
    width: 271px;
    vertical-align: middle;
}

footer .license .txt {
    vertical-align: middle;
    padding-left: 7px;
}

footer .license .txt .logo {
    margin-left: -7px;
}

footer span.title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

footer .license .txt p {
    font-size: 14px;
    line-height: 22px;
    color: #bdbdbd;
    font-weight: 300;
}

footer .singleBl + .singleBl {
    margin-top: 30px;
}

footer .address {
    margin-top: 36px;
}

footer .license .btnMain {
    margin-top: 30px;
    padding: 0 27px;
    color: #73b6cc;
    border: 1px solid #73b6cc;
}

footer .license .image {
    position: relative;
}

footer .license .image:before {
    content: "";
    display: block;
    position: absolute;
    width: 248px;
    height: 206px;
    top: 28px;
    left: 0;
    background-image: url(../img/frame-license.png);
    background-position: center;
    background-repeat: no-repeat;
}

footer ul {
    margin-top: 26px;
}

footer .agentsMenu ul {
    margin-top: 15px;
}

footer .leftMenu,
footer .rightMenu {
    margin-top: -7px;
}

footer ul li {
    position: relative;
    padding-left: 14px;
}

footer ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #949494;
}

footer ul a {
    font-size: 13px;
    line-height: 25px;
    color: #bdbdbd;
}

footer .leftMenu {
    width: 280px;
}

footer .contacts li {
    font-size: 13px;
    line-height: 25px;
    color: #bdbdbd;
    padding-left: 0;
}

footer .social li:before,
footer .contacts li:before {
    display: none;
}

footer .contacts li .phone {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

footer .contacts li .messengers {
    color: #73b6cc;
    text-decoration: underline;
}

footer .copyright {
    color: #bdbdbd;
    font-size: 13px;
    line-height: 30px;
}

footer .copyright b {
    color: #fff;
}

footer .social {
    display: block;
    margin-top: 0;
}

header .headMain .titPage {
    padding: 32px 0 92px;
}

.page .intro {
    padding: 110px 0 104px;
}

.page .intro p {
    font-size: 17px;
    line-height: 28px;
}

.page .intro p + p {
    margin-top: 24px;
}

.page .intro p b{
    color: #212428;
}

.page .agreements {
    background-color: #f2f2f2;
    padding: 80px 0;
}

.page .agreements .read {
    background-color: #fff;
    padding: 50px 60px;
    margin-top: 54px;
}

.page .agreements .punkt {
    padding: 40px 0;
}

.page .agreements .read li {
    font-size: 15px;
    line-height: 22px;
    color: #212428;
}

.page .partners .tabsTitle {
    /*width: 100%;*/
    margin: 0 -5px;
}

.page .partners .tabsTitle li {
    display: table-cell;
    padding: 0 5px;
}

.page .partners .tabsTitle li span {
    padding: 0 45px;
}

.page .partners .tabsTitle li:first-child span{
    padding: 0 42px;
}

.page .partners .tabsContent .in {
    width: 100%;
}

.page .partners .tabsContent .manyLevel .in {
    margin-top: 95px;
}

.page .partners .tabsContent .office .in {
    margin-top: 22px;
}

.page .partners .tabsContent .in .tCell {
    width: 33.3333%;
    vertical-align: middle;
}

.page .partners .tabsContent .in .tCell:nth-child(2) {
    text-align: center;
}

.page .partners .tabsContent .in .tCell:first-child {
    text-align: left;
}

.page .partners .tabsContent .in .tCell:last-child {
    text-align: right;
}

.page .partners .manyLevel ul li {
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color: #2e3034;
    position: relative;
}

.page .partners .manyLevel ul li + li {
    margin-top: 26px;
}

.page .partners .manyLevel .in li .proc {
    display: block;
    position: absolute;
    font-size: 40px;
    line-height: 70px;
    width: 96px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    top: 50%;
    margin-top: -35px;
    background-color: #73b6cc;
}

.page .partners .manyLevel .in li .proc:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid #f2f2f2;
    top: 0;
}

.page .partners .manyLevel .tCell:first-child ul li {
    padding: 13px 0 13px 114px;
}

.page .partners .manyLevel .tCell:last-child ul li {
    padding: 13px 114px 13px 0;
}

.page .partners .manyLevel .tCell:first-child li .proc {
    left: 0;
}

.page .partners .manyLevel .tCell:last-child li .proc {
    right: 0;
}

.page .partners .manyLevel .in .tCell:first-child li .proc:before {
    right: 0;
    border-left: 12px solid transparent;
}

.page .partners .manyLevel .in .tCell:last-child li .proc:before {
    left: 0;
    border-right: 12px solid transparent;
}

.page .partners {
    margin-top: -37px;
}

.page .partners .tabs {
    margin-top: 71px;
}

.page .partners .tab p {
    font-size: 17px;
    line-height: 27px;
    color: #54565a;
}

.page .partners .tab .in ul + p {
    font-size: 15px;
    line-height: 22px;
    color: #54565a;
    margin-top: 40px;
}

.page .partners .tab .in .tCell:first-child ul + p {
    padding-right: 20px;
}

.page .partners .tab .in .tCell:last-child ul + p {
    padding-left: 20px;
}

.page .partners .manyLevel .in ul + p span {
    color: #a5345c;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.page .partners .tab {
    padding: 78px 0 102px;
}

.page .partners .manyLevel ul {
    margin-top: 30px;
}

.page .partners .office .in li {
    border: 1px solid #73b6cc;
    position: relative;
    height: 97px;
    display: table;
    width: 100%;
}

.page .partners .office .in li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    color: #212428;
}

.page .partners .office .in li + li {
    margin-top: 16px;
}

.page .partners .office .in li .num {
    display: block;
    position: absolute;
    width: 51px;
    height: 100%;
    top: 0;
    background-color: #73b6cc;
    font-size: 20px;
    line-height: 97px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.page .partners .office .in li .num:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    border-top: 12px solid #f2f2f2;
}

.page .partners .office .in .tCell:first-child li {
    padding-left: 66px;
    padding-right: 10px;
}

.page .partners .office .in .tCell:last-child li {
    padding-left: 10px;
    padding-right: 66px;
}

.page .partners .office .in .tCell:first-child li .num {
    left: 0;
}

.page .partners .office .in .tCell:last-child li .num {
    right: 0;
}

.page .partners .office .in .tCell:first-child li .num:before {
    left: -1px;
    border-right: 12px solid transparent;
}

.page .partners .office .in .tCell:last-child li .num:before {
    right: -1px;
    border-left: 12px solid transparent;
}

.page .partners .legends p {
    font-size: 15px;
    line-height: 22px;
    color: #54565a;
    letter-spacing: -0.01em;
}

.page .partners .legends {
    margin-top: 41px;
}

.page .partners .reqs {
    margin-top: 81px;
}

.page .partners .reqs .item .cont {
    background-color: #fff;
    display: block;
    min-height: 110px;
    padding: 25px 37px;
}

.page .partners .reqs .item .cont .in{
    display: table;
}

.page .partners .reqs .item .cont p {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    color: #54565a;
}

.page .partners .reqs .steps {
    padding: 59px 0 18px;
}

.page .partners .reqs .tit {
    color: #a5345c;
}

.page .partners .bonusTitle {
    width: 220px;
}

.page .partners .bonusContent {
    width: 950px;
    background-color: #fff;
    padding: 45px 40px 55px;
    min-height: 476px;
}

.page .partners .bonusTitle span {
    display: block;
    font-size: 14px;
    color: #212428;
    font-weight: bold;
    line-height: 62px;
    background-color: #dedede;
    text-transform: uppercase;
    padding-left: 20px;
    cursor: pointer;
}

.page .partners .bonusTitle span:hover,
.page .partners .bonusTitle li.active span {
    background-color: #fff;
    color: #73b6cc;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
}

.page .partners .bonusTitle li + li {
    margin-top: 7px;
}

.page .partners .bonusContent .depLevels,
.page .partners .bonusContent .parameters,
.page .partners .bonusContent .profitLevels {
    width: 392px;
}

.page .partners .bonusContent .tit {
    font-size: 20px;
    line-height: 27px;
    color: #a5345c;
    font-weight: bold;
    text-align: left;
}

.page .partners .bonusContent .profitLevels .tit {
    text-align: right;
}

.page .partners .bonusContent .profitLevels {
    margin-top: 36px;
}

.page .partners .bonusContent .levels {
    margin-top: 30px;
}

.page .partners .bonusContent .levels li {
    border: 1px solid #73b6cc;
    height: 47px;
    position: relative;
    display: table;
    width: 100%;
}

.page .partners .bonusContent .levels.leftLvl li {
    padding-left: 110px;
}

.page .partners .bonusContent .levels.rightLvl li {
    padding-right: 110px;
}

.page .partners .bonusContent .levels .lvl {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 47px;
    color: #fff;
    font-weight: bold;
    background-color: #73b6cc;
    text-transform: uppercase;
    width: 110px;
    text-align: center;
    top: 0;
}

.page .partners .bonusContent .levels.leftLvl .lvl {
    left: 0;
}

.page .partners .bonusContent .levels.rightLvl .lvl {
    right: 0;
}

.page .partners .bonusContent .levels .lvl:before {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    top: -1px;
    border-top: 8px solid #fff;
}

.page .partners .bonusContent .levels.leftLvl .lvl:before {
    left: -1px;
    border-left: 8px solid #fff;
}

.page .partners .bonusContent .levels.rightLvl .lvl:before {
    right: -1px;
    border-right: 8px solid #fff;
}

.page .partners .bonusContent .levels .proc {
    font-size: 15px;
    line-height: 22px;
    color: #212428;
    font-weight: bold;
    display: table-cell;
    padding: 0 12px;
    vertical-align: middle;
}

.page .partners .bonusContent .levels li + li {
    margin-top: 13px;
}

.page .partners .bonusContent .parameters .cardSum span {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}

.page .partners .bonusContent .parameters .cardSum .num {
    font-size: 30px;
    line-height: 36px;
    display: block;
}

.page .partners .bonusContent .parameters .cardSum {
    text-align: center;
    height: 120px;
    width: 100%;
}

.page .partners .bonusContent .parameters .cardSum + .cardSum {
    margin-top: 20px;
}

.page .partners .bonusContent .parameters .tCell {
    vertical-align: middle;
}

.page .partners .bonusContent .parameters .cardSum.red {
    background-color: #a5345c;
}

.page .partners .bonusContent .parameters .cardSum.blue {
    background-color: #73b6cc;
}

.page .partners .bonusContent .parameters {
    margin-top: 5px;
}

.page .partners .bonusTabs {
    margin-top: 63px;
}

.page .partners .bonus {
    padding-bottom: 122px;
}

.zag {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    color: #212428;
    text-transform: uppercase;
}

.page .intro .zag + p {
    margin-top: 28px;
}

.page .intro p a {
    color: #a5345c;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.faq {
    background-color: #f2f2f2;
    padding: 119px 0;
}

.faq .titleAccord {
    background-color: #fff;
    position: relative;
    padding: 0 15px 0 62px;
    cursor: pointer;
}

.faq .titleAccord span {
    font-size: 17px;
    font-weight: bold;
    color: #212428;
    line-height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.faq .titleAccord .icon {
    display: block;
    width: 45px;
    height: 42px;
    background-color: #73b6cc;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -21px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.faq .titleAccord .icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #fff;
    left: 11px;
    top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.faq .titleAccord .icon:after {
    content: "";
    display: block;
    position: absolute;
    height: 23px;
    width: 3px;
    background-color: #fff;
    left: 21px;
    top: 10px;
}

.faq .titleAccord.active span,
.faq .titleAccord:hover span {
    color: #a5345c;
}

.faq .titleAccord.active .icon,
.faq .titleAccord:hover .icon {
    background-color: #a5345c;
}

.faq .titleAccord.active .icon:after {
    display: none;
}

.faq .txt {
    padding: 40px 0 40px 62px;
}

.faq .txt {
    display: none;
}

.faq .txt p {
    font-size: 17px;
    line-height: 27px;
    color: #212428;
}

.faq .list .item {
    margin-top: 10px;
}

.faq .list {
    margin-top: 46px;
}

.faq .punkt + .punkt {
    margin-top: 81px;
}

.messageUs {
    background-size: cover;
    background-position: center;
    padding: 102px 0;
}

.messageUs .head span {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
}

.messageUs .head p {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 62px;
    color: #fff;
    line-height: 28px;
    font-size: 17px;
}

.haveQuest {
    padding: 0 80px 0;
    background-repeat: no-repeat;
    background-position: center 16px;
}

.haveQuest .wrapInp {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 20px;
    z-index: 1;
    margin-top: 38px;
}

.haveQuest .wrapInp input {
    height: 52px;
    line-height: 50px;
    padding: 0 20px;
}

.haveQuest .wrapInp label {
    position: absolute;
    font-size: 15px;
    color: #9b9b9b;
    line-height: 52px;
    top: 0;
    left: 40px;
    z-index: -1;
}

.haveQuest .wrapInp label span {
    color: #d9366f;
}

.haveQuest .wrapInp input:focus + label,
.haveQuest .wrapInp input:required:valid + label,
.haveQuest .wrapInp textarea:focus + label,
.haveQuest .wrapInp textarea:required:valid + label {
    display: none;
}

.haveQuest .wrapInp.message {
    width: 100%;
}

.haveQuest .enters {
    margin: 29px -20px 0;
}

.haveQuest .wrapInp textarea {
    height: 142px;
    resize: none;
}

.haveQuest .btnFrame {
    margin-top: 72px;
    width: 265px;
    float: right;
    margin-right: 20px;
    padding-left: 34px;
}

.page .news .presentation .tit {
    text-transform: none;
}

.page .news .presentation p {
    font-size: 17px;
    line-height: 27px;
    color: #54565a;
    margin-top: 32px;
}

.page .news .presentation .btns {
    margin-top: 44px;
}

.presentation .btns a {
    font-weight: bold;
    font-size: 14px;
    margin-right: 15px;
}

.page .allNews {
    background-color: #f2f2f2;
    padding: 87px 0 86px;
}

.page .allNews .list {
    margin: 0 -15px;
}

.page .allNews .item {
    padding: 31px 15px;
    width: 33.3333%;
    float: left;
    margin-top: 144px;
}

.page .allNews .in {
    background-color: #fff;
    padding: 42px 38px;
}

.page .news .date,
.cab .lastNews .date {
    font-size: 15px;
    line-height: 22px;
    color: #74b7cb;
    display: block;
    padding-left: 25px;
    background-image: url(../img/icons/icon-date.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 27px;
}

.page .allNews .date {
    margin-top: 23px;
}

.page .allNews .titNews {
    font-size: 20px;
    line-height: 27px;
    color: #212428;
    font-weight: bold;
    display: block;
    margin-top: 25px;
}

.page .allNews .item p {
    margin-top: 27px;
}

.page .allNews .item a {
    margin-top: 25px;
    font-weight: bold;
}

.page .allNews .item .image {
    background-position: center;
    background-size: cover;
    width: 292px;
    margin: -186px auto 0;
    height: 255px;
}

.bttmAccross {
    position: relative;
}

.bttmAccross:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/elem-vertical.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 44px;
    bottom: 5px;
    left: 19px;
    z-index: 1;
}

.bttmAccross:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 24px solid #fff;
    border-right: 292px solid transparent;
    bottom: 0;
    left: 0;
}

.investors .tarifs {
    padding-bottom: 73px;
}

.investors .tarifs .cards {
    margin: 21px -15px 0;
}

.investors .tarifs .card {
    width: 33.3333%;
    float: left;
    padding: 50px 15px;
    margin-top: 83px;
}

.investors .tarifs .card .in {
    background-color: #f2f2f2;
    padding: 75px 58px 66px 63px;
    position: relative;
}

.investors .tarifs .card .diapason {
    display: table;
    width: 100%;
    margin-top: 25px;
}

.investors .tarifs .card .diapason li {
    display: table-cell;
    vertical-align: middle;
}

.investors .tarifs .card .diapason li:last-child {
    text-align: right;
}

.investors .tarifs .card .diapason li span {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    color: #212428;
}

.investors .tarifs .card.noActive .diapason li span {
    color: rgba(33,36,40,0.5);
}

.investors .tarifs .card .param {
    margin-top: 31px;
}

.investors .tarifs .card .param li {
    width: 100%;
    display: table;
}

.investors .calculator .wrapInp,
.investors .calculator .wrapInpCab {
    position: relative;
    display: table;
    width: 100%;
}

.investors .calculator .range {
    padding-left: 0;
    padding-right: 40px;
    width:  550px;
}

.investors .calculator form .res span.num {
    color: #fff;
}

.investors .tarifs .card .param li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 30px;
    color: #54565a;
}

.investors .tarifs .card.noActive .param li span {
    color: rgba(33,36,40,0.5);
}

.investors .tarifs .card .param li span:first-child {
    font-weight: bold;
    color: #212428;
}

.investors .tarifs .card.noActive .param li span:first-child {
    color: rgba(33,36,40,0.5);
}

.investors .tarifs .card .param li span:last-child {
    text-align: right;
}

.investors .tarifs .card .nameTarif {
    width: 100%;
    margin: -156px auto 0;
    height: 188px;
    background-color: #74b7cb;
    position: relative;
    display: table;
}

.investors .tarifs .card.noActive .nameTarif{
    background-color: #d7d7d7;
}

.investors .tarifs .card.noActive .btnMain.full {
    border: 1px solid #d7d7d7;
    background-color: #d7d7d7;
    pointer-events: none;
}

.investors .tarifs .card.noActive .btnMain.full:hover{
    opacity: 1;
}

.investors .tarifs .card .nameTarif:before {
    bottom: 0;
}

.investors .tarifs .card .nameTarif:after {
    border-right: 250px solid transparent;
    border-bottom: 20px solid #f2f2f2;
}

.investors .tarifs .card .nameTarif .tCell {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 7px;
}

.investors .tarifs .card .nameTarif span {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.investors .tarifs .card .nameTarif span:first-child {
    font-size: 50px;
    line-height: 50px;
}

.investors .tarifs .card .btnMain {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    font-size: 17px;
    line-height: 55px;
    height: 57px;
}

.investors .tarifs .card .btnMain:hover{
    opacity:  1;
    background-color: #fff;
    color:  #a5345c;
}

.investors .tarifs .card .btns {
    position: absolute;
    width: 100%;
    padding: 0 58px 0 63px;
    left: 0;
    bottom: -28px;
}

.cornerBl {
    background-position: center;
    background-size: cover;
    padding: 76px 0 80px;
}

.cornerBl .con {
    padding: 33px 76px 11px 86px;
    background: url(../img/border-red-top.png) no-repeat center top,
    url(../img/border-red-bottom.png) no-repeat center bottom;
}

.cornerBl .tit {
    display: block;
    width: 314px;
    text-align: left;
    color: #fff;
}

.cornerBl .txt {
    width: 685px;
}

.cornerBl p {
    color: #fff;
    line-height: 27px;
    font-size: 17px;
}

.cornerBl p + p {
    margin-top: 26px;
}

.cornerBl p span {
    color: #73b6cc;
    font-weight: bold;
}

.whyWe {
    background-color: #f2f2f2;
    padding: 93px 0 112px;
}

.whyWe .in {
    margin-top: 56px;
}

.page .about .present {
    padding-right: 46px;
}

.page .about .present:before {
    background-image: url(../img/frame-about.png);
    width: 598px;
    height: 308px;
    left: auto;
    right: 0;
    top: 31px;
}

.page .about .presentation {
    padding: 130px 0;
}

.page .about .presentation p {
    font-size: 17px;
    line-height: 27px;
}

.page .about .welcome {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #212428;
    margin-toP: 19px;
    display: block;
}

.page .about .welcome + p {
    margin-top: 33px;
}

.page .about .last {
    margin-top: 35px;
}

.page .about .video {
    width: 1084px;
    height: 613px;
    margin-left: 47px;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-top: 104px;
}

.page .about .video:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/frame-bigVideo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1161px;
    height: 488px;
    top: 48px;
    left: -47px;
}
.page .about .video iframe {
    position: relative;
}

.page .about .mission .tit {
    font-size: 50px;
    line-height: 70px;
    width: 367px;
}

.page .about .mission .txt {
    width: 590px;
    margin-top: -4px;
}

.page .about .mission .con {
    padding: 29px 76px 35px 116px;
}

.page .about .mission p {
    line-height: 48px;
    font-size: 24px;
}

.page .about .mission p span {
    text-transform: uppercase;
}

.page .basePlatform {
    padding: 108px 0 121px;
}

.page .basePlatform .cards {
    margin: 59px -15px 0;
}

.page .basePlatform .card {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
    margin-top: 172px
}

.page .basePlatform .card .in {
    background-color: #f2f2f2;
    padding: 42px 58px 55px;
    min-height: 520px;
}

.page .basePlatform .card .image {
    height: 238px;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-top: -172px;
}

.page .basePlatform .card .image:after {
    border-bottom: 24px solid #f2f2f2;
    border-right: 250px solid transparent;
}

.page .basePlatform .card .name {
    display: block;
    position: relative;
    margin-top: 26px;
}

.page .basePlatform .card .name span {
    font-size: 20px;
    line-height: 27px;
    color: #212428;
    font-weight: bold;
}

.page .basePlatform .card .name .num {
    position: absolute;
    font-size: 70px;
    line-height: 70px;
    left: 0;
    opacity: 0.15;
    top: -26px;
}

.page .basePlatform .card .txt {
    margin-top: 27px;
}

.page .advantages .tit {
    font-size: 30px;
}

.page .command .item .in {
    background-color: #f2f2f2;
    text-align: center;
    padding: 30px 20px;
    margin-top: 79px;
}

.page .command .item span {
    display: block;
    font-size: 15px;
    line-height: 27px;
    color: #54565a;
}

.page .command {
    padding: 107px 0 120px;
}

.page .command .item .name {
    font-weight: bold;
    font-size: 17px;
    color: #212428;
    margin-top: 37px;
}

.page .command .item .image {
    height: 273px;
    background-position: center;
    background-size: cover;
    margin-top: -109px;
    position: relative;
}

.page .command .item .image:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 44px;
    background-image: url(../img/elem-vertical.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 19px;
    bottom: -20px;
}

.page .command .slider {
    margin-top: 83px;
}

.owl-carousel .owl-nav {
    margin-toP: 80px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #f2f2f2;
    color: #000000;
    width: 49px;
    height: 49px;
    font-size: 32px;
    margin: 0 14px;
    font-weight: 500;
    background-image: url(../img/icons/arr-left-black.png);
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel.blue .owl-nav button.owl-next,
.owl-carousel.blue .owl-nav button.owl-prev {
    background: #74b7cb;
    background-image: url(../img/icons/arr-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sliderNews.owl-carousel .owl-nav button.owl-next,
.sliderNews.owl-carousel .owl-nav button.owl-prev {
    background-color: transparent;
    background-image: url(../img/icons/arr-left-blue.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #63a6bc;
    width: 39px;
    height: 39px;
    margin: 0 10px;
}

.sliderNews.owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 34px;
}

.owl-carousel .owl-nav button.owl-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page .documents {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
}

.page .documents .tit {
    color: #fff;
    position: relative;
    display: table;
    padding: 0 128px;
    margin: 0 auto;
    z-index: 1;
    line-height: 20px;
}

.page .documents .tit:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 87px;
    background: url(../img/corner-left-big.png) no-repeat left top,
    url(../img/corner-right-big.png) no-repeat right top;
    left: 0;
    top: 0;
    z-index: -1;
}

.page .documents .name {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #212428;
    text-align: center;
    display: block;
}

.page .documents .item {
    padding-bottom: 20px;
}

.page .documents .in {
    background-color: #f2f2f2;
    padding: 15px 30px 44px;
    position: relative;
}

.page .documents .in .image {
    height: 300px;
    width: 100%;
    background-position: center top;
    background-size: cover;
    margin-top: 14px;
}

.page .documents .download {
    position: absolute;
    width: 124px;
    bottom: -19px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    left: 50%;
    font-size: 14px;
    margin-left: -62px;
}

.page .documents .download:hover{
    opacity:  1;
    background-color: #fff;
    color:  #A5345C;
}

.page .documents .owl-carousel .owl-nav {
    margin-toP: 57px;
}

.page .documents .slider {
    margin-top: 139px;
}

.page .contacts .mapBlock {
    position: relative;
    padding: 130px 0 162px;
}

.page .map {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.page .contacts .cardInfo {
    background-color: #fff;
    width: 528px;
    padding: 40px 64px;
    position: relative;
    z-index: 1;
}

.page .contacts .cardInfo:before {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 25px;
    background-image: url(../img/elem-horizontal.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 38px;
    left: -30px;
}

.page .contacts .cardInfo .item {
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: left top;
}

.page .contacts .cardInfo .item + .item {
    margin-top: 27px;
}

.page .contacts .cardInfo span {
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    color: #1d232a;
    text-transform: uppercase;
}

.page .contacts .cardInfo p,
.page .contacts .cardInfo p a {
    font-size: 15px;
    line-height: 27px;
    color: #54565a;
}

.page .contacts .cardInfo .item:nth-child(4) p a,
.page .contacts .cardInfo .item:nth-child(5) p a {
    color: #a5345c;
    text-decoration: underline;
}

.contacts .socials {
    background-color: #73b6cc;
    padding: 92px 0 90px;
}
.contacts .socials.red {
    background-color: white;
}
.contacts .socials .tit {
    color: #fff;
    width: 554px;
    text-align: left;
    display: table-cell;
}
.contacts .socials .social {
    width: 100%;
    padding: 29px 85px 36px;
    background: url(../img/border-white-top.png) no-repeat center top,
    url(../img/border-white-bottom.png) no-repeat center bottom;
}

.contacts .socials.red .social {
    background: url(../img/border-red-top.png) no-repeat center top,
    url(../img/border-red-bottom.png) no-repeat center bottom;
}

.contacts .socials .social ul {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.contacts .socials .social a {
    display: block;
    width: 68px;
    height: 68px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
}
.contacts .socials.red .social a {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    background: none;
}

.contacts .socials .social li {
    padding: 0 11px;
    display: inline-block;
}
.contacts .socials.red .social li {
    padding: 0;
    width: 20%;
    text-align: center;
}
.contacts .socials.red .social li a img {
    width: 80%;
}

.logReg .loginForm,
.logReg .regForm {
    width: 922px;
    /*background-color: rgba(30,36,45,0.65);*/
    background-position: center top;
    background-repeat: no-repeat;
    margin: 100px auto 0;
    padding: 0 107px;
    position: relative;
}

.logReg .loginForm:before,
.logReg .regForm:before {
    content: "";
    display: block;
    position: absolute;
    height: 409px;
    background-color: rgba(30, 36, 45, 0.65);
    width: 100%;
    left: 0;
    top: 6px;
    z-index: -1;
}

.logReg .loginForm .titForm,
.logReg .regForm .titForm {
    font-size: 40px;
    line-height: 27px;
    font-weight: bold;
    color: #73b6cc;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-left: 20px;
}

.logReg .loginForm fieldset,
.logReg .regForm fieldset {
    margin: 71px -20px 0;
}

.logReg .loginForm fieldset .item,
.logReg .regForm fieldset .item {
    float: left;
    width: 50%;
    padding: 8px 20px;
}

.logReg .loginForm label,
.logReg .regForm label {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
}

.logReg .loginForm label span,
.logReg .regForm label span {
    color: #d9366f;
}

.logReg .wrapInp input {
    height: 52px;
    line-height: 50px;
}

.logReg .wrapInp, .logReg .wrapInpCab {
    width: 100%;
}

.logReg .loginForm a,
.logReg .regForm a {
    font-size: 17px;
    line-height: 28px;
    color: #73b6cc;
    display: table;
    margin: 8px auto;
    text-decoration: underline;
    text-decoration-color: rgba(115,182,204,0.5);
    -webkit-text-decoration-color: rgba(115,182,204,0.5);
     -moz-text-decoration-color: rgba(115,182,204,0.5);

}

.logReg .aHrefs {
    margin-top: 19px;
}

.logReg .btnFrame {
    margin-top: 75px;
    float: right;
    padding: 0 64px 0 42px;
    margin-right: -26px;
}

.logReg .regForm .btnFrame {
    margin-top: 37px;
}

.toMain {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    line-height: 63px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -62px;
}

.logReg .regForm + .toMain {
    margin-top: 103px;
}

.toMain:before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 63px solid #a5345c;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 208px;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: -126px;
}

.cabLeft {
    width: 362px;
    background-color: #212428;
    vertical-align: top;
    position: relative;
}

.caRight {
    width: 1558px;
}

.cabMenu li a {
    display: block;
    position: relative;
    line-height: 27px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 77px;
    border-bottom: 1px solid #3b3f44;
    background-position: 24px center;
    background-repeat: no-repeat;
    padding: 16px 0 16px 77px;
}

.cabMenu li:first-child a {
    border-top: 1px solid #3b3f44;
}

.cab .topLeft {
    padding: 30px 18px 30px 0;
    text-align: center;
}

.cab .cabLeft .logo {
    margin: 0 auto;
    text-align: left;
}

.cabMenu li:first-child a {
    background-image: url(../img/icons/icon-cabMenu1.png);
}

.cabMenu li:nth-child(2) a {
    background-image: url(../img/icons/icon-cabMenu2.png);
}

.cabMenu li:nth-child(3) a {
    background-image: url(../img/icons/icon-cabMenu2.png);
}

.cabMenu li:nth-child(4) a {
    background-image: url(../img/icons/icon-cabMenu3.png);
}

.cabMenu li:nth-child(5) a {
    background-image: url(../img/icons/icon-cabMenu4.png);
}

.cabMenu li:nth-child(6) a {
    background-image: url(../img/icons/icon-cabMenu5.png);
}

.cabMenu li:nth-child(7) a {
    background-image: url(../img/icons/icon-cabMenu6.png);
}

.cabMenu li:nth-child(8) a {
    background-image: url(../img/icons/icon-cabMenu7.png);
}

.cabMenu li:nth-child(9) a {
    background-image: url(../img/icons/icon-cabMenu8.png);
}

.cabMenu li:nth-child(10) a {
    background-image: url(../img/icons/icon-cabMenu9.png);
}

.cabMenu li:nth-child(11) a {
    background-image: url(../img/icons/icon-cabMenu10.png);
}

.cabMenu li:nth-child(12) a {
    background-image: url(../img/icons/icon-cabMenu11.png);
}

.cabMenu li:nth-child(13) a {
    background-image: url(../img/icons/icon-cabMenu12.png);
}

.cabMenu li:nth-child(14) a {
    background-image: url(../img/icons/icon-cabMenu13.png);
}

.cabMenu li:last-child a {
    background-image: url(../img/icons/icon-cabMenu14.png);
}

.cabMenu li:first-child a.active,
.cabMenu li:first-child a:hover{
    background-image: url(../img/icons/icon-red-cabMenu1.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(2) a.active,
.cabMenu li:nth-child(2) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu2.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(3) a.active,
.cabMenu li:nth-child(3) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu3.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(4) a.active,
.cabMenu li:nth-child(4) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu4.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(5) a.active,
.cabMenu li:nth-child(5) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu5.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(6) a.active,
.cabMenu li:nth-child(6) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu6.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(7) a:hover,
.cabMenu li:nth-child(7) a.active {
    background-image: url(../img/icons/icon-red-cabMenu7.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(8) a.active,
.cabMenu li:nth-child(8) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu8.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(9) a.active,
.cabMenu li:nth-child(9) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu9.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(10) a.active,
.cabMenu li:nth-child(10) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu10.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(11) a.active,
.cabMenu li:nth-child(11) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu11.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(12) a.active,
.cabMenu li:nth-child(12) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu12.png);
    background-color: #2f3337;
}

.cabMenu li:nth-child(13) a.active,
.cabMenu li:nth-child(13) a:hover {
    background-image: url(../img/icons/icon-red-cabMenu13.png);
    background-color: #2f3337;
}

.cabMenu li:last-child a.active,
.cabMenu li:last-child a:hover {
    background-image: url(../img/icons/icon-red-cabMenu14.png);
    background-color: #2f3337;
}

.cabMenu li a:before {
    content: "";
    display: none;
    height: 100%;
    width: 7px;
    background-color: #a5345c;
    position: absolute;
    left: 0;
    top: 0
}

.cabMenu li a:hover,
.cabMenu li a.active {
    background-color: #2f3337;
}

.cabMenu li a:hover:before,
.cabMenu li a.active:before {
    display: block;
}

.cabLeft .copyright {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.cabContent.mainCab {
    padding: 40px 50px 40px 60px;
}

.cabContent {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
    background-color: #f2f2f2;
    min-height: 1060px;
    padding: 40px 69px 40px 72px;
}

.cab header {
    padding: 0 50px 0 60px;
}

.cab .whoAcc {
    display: inline-block;
    vertical-align: middle;
    padding-left: 84px;
    position: relative;
    width: 333px;
}

.cab span.time {
    line-height: 54px;
}

.cab .whoAcc .image {
    height: 63px;
    width: 63px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -31.5px;
}

.cab .clock {
    margin-left: 6px;
    width: 330px;
}

.cab .topLine{
    display: table;
    width: 100%;
}

.cab .clock,
.cab .middleHead,
.cab .whoAcc{
    display: table-cell;
    vertical-align: middle;
}

.cab header .lang{
    margin-left: 0;
}

.cab .whoAcc span {
    font-size: 15px;
    line-height: 27px;
    color: #54565a;
    display: block;
}

.cab .whoAcc span.name {
    font-weight: bold;
    color: #a5345c;
}

.cab .topLine {
    height: 122px;
    padding: 34px 0;
}

.cab .refBlock {
    padding: 9px 9px 9px 75px;
    position: relative;
}

.cab .refBlock:before {
    content: "";
    display: block;
    position: absolute;
    width: 75px;
    height: 100%;
    background-image: url(../img/icons/icon-ref.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.cab .refBlock .btnMain {
    text-transform: uppercase;
    font-weight: bold;
}

.cab .refBlock span,
.cab .refBlock a {
    line-height: 42px;
}

.cab .refBlock a {
    display: inline-block;
    margin-left: 23px;
    font-size: 20px;
    line-height: 27px;
    color: #a5345c;
    text-decoration: underline;
    font-weight: 300;
}

.cab .purses .item {
    padding: 0 16px;
    float: left;
    width: 50%;
}

.cab .purses {
    margin: 55px -16px 0;
}

.cab .purses .item .inFrame {
    padding: 34px 20px 29px;
    position: relative;
}

.cab .purses .outPay .titFrame {
    width: 265px;
    margin-left: -132.5px;
}

.cab .purses .inPay .titFrame {
    width: 295px;
    margin-left: -147.5px;
}

.cab .purses ul li {
    display: table-cell;
    text-align: center;
    width: calc(100% / 7);
}

.cab .purses ul {
    width: 100%;
}

.cab .purses ul span {
    font-size: 14px;
    line-height: 20px;
    color: #212428;
    font-weight: bold;
    display: block;
}

.cab .purses ul span.num {
    color: #a5345c;
}

.cab .moves24h {
    margin-top: 57px;
}

.cab .moves24h .list {
    margin: 36px -20px 0;
}

.cab .moves24h .item {
    float: left;
    width: 33.3333%;
    padding: 5px 20px;
}

.cab .moves24h .in {
    padding: 0 30px;
    display: table;
    width: 100%;
    height: 60px;
}

.cab .moves24h .in .table{
    width: 100%;
    height: 100%;
}

.cab .moves24h .item span {
    font-size: 15px;
    line-height: 20px;
    color: #a5345c;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.cab .moves24h .item span.num {
    font-size: 20px;
    line-height: 30px;
    color: #63a6bc;
    text-align: right;
    width: 30%;
}

.cab .lastNews {
    margin-top: 54px;
}

.cab .lastNews .list {
    margin: 41px auto 0;
    /*margin: 41px -20px 0;*/
    max-width: 1448px;
}

.owl-carousel .owl-stage-outer {
    padding: 0 20px;
    margin: 0 -20px;
}

/*.cab .lastNews .item {*/
    /*float: left;*/
    /*width: 33.3333%;*/
    /*padding: 0 20px;*/
/*}*/

.cab .lastNews .in {
    position: relative;
    padding: 27px 48px;
}

.cab .lastNews .in:before {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 25px;
    background-image: url(../img/elem-beInvest.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 24px;
    left: -22px;
}

.cab .lastNews .date {
    margin-top: 0;
}

.cab .lastNews .name {
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    color: #212428;
    display: block;
    margin-top: 14px;
}

.cab .lastNews p {
    margin-top: 5px;
}

.cab .lastNews .btnMain {
    margin-top: 25px;
}

.cab .curForm .step {
    font-size: 17px;
    line-height: 36px;
    color: #212428;
    font-weight: bold;
    vertical-align: middle;
}

.cab .curForm .step span {
    font-size: 21px;
}

.cab .curForm .step span.sysName {
    font-size: 17px;
}

.cab .currency {
    vertical-align: middle;
    padding-left: 30px;
}

.cab .payIn .curForm {
    padding: 65px 75px 74px;
}

.cab .payOut .curForm {
    padding: 65px 75px 50px;
}

.cab .requisits .curForm {
    padding: 65px 75px 84px;
}

.cab .cabContent.payIn .inFrame,
.cab .cabContent.payOut .inFrame {
    margin-top: 55px;
}

.cab .cabContent.requisits .inFrame {
    margin-top: 82px;
}

.cab .currency .cur input:checked ~ label,
.cab .currency .cur input ~ label:hover {
    color: #ba3261;
}

.cab .choiceSys input {
    display: none;
}

.cab .choiceSys .sys {
    float: left;
    width: 25%;
    padding: 0 17px;
}

.cab .choiceSys .paySyst {
    margin: 25px -17px 0;
}

.cab .choiceSys .sys label {
    display: block;
    width: 100%;
    height: 101px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 7px solid transparent;
}

.cab .choiceSys .sys label:hover,
.cab .choiceSys .sys input:checked ~ label {
    border: 7px solid #73b6cc;
}

.cab .curForm fieldset + fieldset {
    margin-top: 62px;
}

.cab .curForm fieldset.mailSys,
.cab .curForm fieldset.choiceSum {
    margin-top: 53px;
}

.cab .curForm fieldset.mailSys .wrapInpCab,
.cab .curForm fieldset.choiceSum .wrapInpCab {
    margin-top: 15px;
}

.cab .curForm .post {
    display: table;
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
    color: #a5345c;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 65px;
}

.cab .payOut .curForm .post {
    margin-top: 41px;
}

.cab .curForm .choiceSum ul {
    padding-left: 118px;
}

.cab .curForm .choiceSum li {
    font-size: 15px;
    line-height: 25px;
    color: #212428;
}

.cab .curForm .res .item {
    float: left;
    width: 33.3333%;
}

.cab .curForm .res .item span {
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
    color: #212428;
    text-transform: uppercase;
}

.cab .curForm .res .item span.num {
    font-size: 30px;
    color: #73b6cc;
}

.cab .curForm .res {
    margin-top: 58px;
}

.cab .curForm .mailSys input {
    width: 595px;
}

.cab .titCab.start {
    display: block;
    margin-top: 25px;
}

.cab .aboutBonus {
    margin: 66px -20px 0;
}

.cab .aboutBonus .item {
    padding: 0 20px;
    float: left;
    width: 50%;
}

.cab .aboutBonus .in {
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
    padding: 24px 23px;
    min-height: 233px;
    position: relative;
}

.cab .aboutBonus .bonPurse {
    border: 7px solid #a5345c;
}

.cab .aboutBonus .bonHow {
    border: 7px solid #5caac4;
}

.cab .aboutBonus span.pre {
    display: block;
    font-size: 15px;
    line-height: 27px;
    color: #212428;
    font-weight: bold;
    text-transform: uppercase;
}

.cab .aboutBonus .dataBonus {
    width: 100%;
    margin-top: 69px;
}

.cab .aboutBonus .dataBonus span {
    font-size: 15px;
    line-height: 22px;
    color: #a5345c;
    font-weight: bold;
    text-transform: uppercase;
}

.cab .aboutBonus .dataBonus span.num {
    font-size: 30px;
    line-height: 36px;
    text-align: right;
}

.cab .aboutBonus .bonHow .pre + span {
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    display: block;
    margin-top: 11px;
}

.cab .aboutBonus .bonHow li span {
    font-size: 15px;
    line-height: 36px;
    color: #212428;
    width: 220px;
}

.cab .aboutBonus .bonHow span.num {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #5caac4;
    text-align: left;
    width: 142px;
}

.cab .aboutBonus .bonHow .btnMain {
    position: absolute;
    width: 244px;
    bottom: -24px;
    left: 50%;
    margin-left: -122px;
}

.cab .aboutBonus .bonHow .btnMain:hover{
    opacity:  1;
    background-color: #fff;
    color:  #73b6cc;
}

.cab .privilege .cards {
    margin: 95px -14px 0;
}

.cab .privilege .cards .item {
    padding: 0 14px;
    float: left;
    width: 20%;
    display: table;
}

.cab .privilege .cards .in {
    height: 338px;
    display: table-cell;
    position: relative;
    text-align: center;
    padding-bottom: 137px;
    vertical-align: bottom;
}

.cab .privilege .cards p {
    font-size: 15px;
    line-height: 22px;
    color: #212428;
}

.cab .privilege .cards .btnMain {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    width: 184px;
    padding: 0;
    bottom: -20px;
    left: 50%;
    margin-left: -92px;
    background-color: #a5345c;
}

.cab .privilege .cards .btnMain:hover{
    opacity:  1;
    background-color: #fff;
    color:  #a5345c;
}

.cab .privilege .cards .num {
    font-size: 30px;
    line-height: 36px;
    color: #5caac4;
    font-weight: bold;
}

.cab .videotutorial {
    margin: 45px -22px 0;
}

.cab .videotutorial .item {
    width: 50%;
    float: left;
    padding: 21px 22px;
}

.cab .videotutorial .in {
    padding: 24px 50px 50px;
    position: relative;
}

.cab .videotutorial .in:before {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 25px;
    background-image: url(../img/elem-beInvest.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 24px;
    left: -22px;
}

.cab .videotutorial .titVideo {
    font-size: 17px;
    line-height: 25px;
    color: #212428;
    font-weight: bold;
}

.cab .videotutorial .video {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 34px;
}

.cab .calculator form {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center 36px;
    background-size: 100%;
    padding: 0 70px 0 57px;
    width: 100%;
    background-image: url(../img/frame-calcCab.png);
}

.cab .calculator .step {
    color: #212428;
    width: 190px;
    font-weight: bold;
}

.cab .calculator .tarif {
    padding-left: 10px;
}

.cab .calculator .tarif input {
    display: none;
}

.cab .calculator .tarif input ~ label {
    display: table;
    text-align: center;
    cursor: pointer;
}

.cab .calculator .tarif input ~ label span.proc {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 36px;
    color: #bb3967;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cab .calculator .tarif input ~ label span.term {
    display: table;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    z-index: 1;
    padding: 0 35px 0 30px;
    text-transform: uppercase;
}

.cab .calculator .tarif input ~ label span.term:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #a5345c;
    z-index: -1;
    -webkit-transform: skewX(19deg);
    -moz-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    transform: skewX(19deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cab .calculator .tarif input:not([disabled]):checked ~ label span.proc {
    color: #73b6cc;
}

.cab .calculator .tarif input:not([disabled]):checked ~ label span.term:before {
    background-color: #73b6cc;
}

.cab .cabContent.calcCab {
    padding-left: 61px;
    padding-right: 59px;
}

.cab .calculator .tarif input:disabled ~ label span.proc {
    color: #474a4d;
}

.cab .calculator .tarif input:disabled ~ label span.term {
    color: #b6768d;
}

.cab .calculator .wrapInp input {
    color: #212428;
    border: none;
    font-weight: bold;
    width: 100%;
}

.cab .calculator .tarif input:not([disabled]):checked ~ label span.term:before,
.cab .calculator .tarif input:not([disabled]) ~ label:hover span.term:before {
    background-color: #73b6cc;
}

.cab .calculator .tarif input:not([disabled]):checked ~ label span.proc,
.cab .calculator .tarif input:not([disabled]) ~ label:hover span.proc {
    color: #73b6cc;
}

.cab .calculator .enterSum .ent {
    padding-left: 0;
    padding-right: 23px;
    width: 393px;
}

.calculator .range {
    width: 570px;
    padding-right: 4px;
    padding-left: 38px;
    display: table-cell;
}

.cab .calculator .enterSum .wrapInp {
    width: 100%;
}

.cab .calculator .enterSum {
    margin-top: 79px;
}

.cab .calculator .enterSum + fieldset {
    margin-top: 42px;
}

.cab .calculator form .result {
    margin-top: 47px;
    padding-left: 496px;
}

.cab .range .irs-min, .cab .range .irs-max {
    color: #212428;
}

.cab .calculator form .txt {
    padding: 6px 65px;
    width: auto;
}

.cab .calculator form .txt span {
    font-size: 14px;
    text-align: center;
    color: #212428;
}

.calculator form .res span.num {
    color: #a5345c;
}

.cab .calculator {
    padding: 44px 0 0;
}

.cab .calculator form .btnFrame {
    padding: 0 26px 0 22px;

}

.cab .calculator form .cabBtn{
    top: auto;
    bottom: 7px;
    right: 60px;
}

.cab .safety {
    margin: 82px -31px 0;
}

.cab .safety .item {
    float: left;
    width: 50%;
    padding: 0 31px;
}

.cab .safety .inFrame {
    padding: 59px 80px 59px 72px;
    min-height: 518px;
}

.cab .safety .inFrame fieldset {
    width: 100%;
}

.cab .set label,
.cab .set span.lbl {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #212428;
}

.cab .set label span{
    color: #a5345c;
}

.cab .set .wrapInpCab {
    display: block;
    width: 100%;
    margin-top: 11px;
}

.cab .set input[type="file"]{
    display: none;
}

.cab .set input[type="file"] ~ label{
    display: block;
    font-size: 15px;
    color: #212428;
    line-height: 45px;
    font-weight: normal;
    background-image: url(../img/file-input.jpg);
    background-position: 8px center;
    background-repeat: no-repeat;
    padding: 0 8px 0 167px;
    cursor: pointer;
}

.cab .set fieldset + fieldset,
.cab .set p {
    margin-top: 29px;
}

.cab .set .titFrame{
    font-size: 20px;
    color: #a5345c;
    padding-right: 32px;
}

.cab .set.personal form{
    padding: 61px 75px 73px;
}

.cab .set.personal{
    margin-top: 82px;
}

.cab .set.personal .in{
    margin: 0 -25px;
}

.cab .set.personal .item{
    width: 33.3333%;
    float: left;
    padding: 0 25px;
}

.cab .check{
    margin-top: 34px;
}

.check input{
    display: none;
}

.cab .check input ~ label{
    display: table;
    padding-left: 48px;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #212428;
    font-weight: normal;
    cursor: pointer;
}

.check input ~ label:before{
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background-color: #fff;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.29);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.29);
}

.check input:checked ~ label:before{
    background-color: #a5345c;
}

.cab .set.personal .titFrame{
    font-size: 15px;
    color: #212428;
    text-transform: none;
    font-weight: normal;
}

.cab .set.personal .titFrame span{
    color: #a5345c;
}

.cab .verify .whatThis span{
    font-size: 15px;
    line-height: 22px;
    color: #212428;
    text-transform: uppercase;
    font-weight: bold;
}

.cab .verify .whatThis p{
    font-size: 15px;
    line-height: 22px;
    color: #212428;
    margin-top: 12px;
}

.cab .verify .whatThis{
    padding: 25px 35px 39px;
    margin-top: 47px;
}

.cab .verify .safety {
    margin: 61px -31px 0;
}

.cab .verify fieldset ul{
    margin-top: 34px;
}

.cab .verify fieldset li{
    font-size: 15px;
    line-height: 27px;
    color: #212428;
}

.cab .verify .inFrame.big .cabBtn .btnFrameCab {
    width: 260px;
}

.cab .openDep .cards input{
    display: none;
}

.cab .openDep{
    padding: 69px 76px 86px;
    margin-top: 54px;
    position: relative;
}

.cab .openDep .cards{
    margin: 79px -20px 0;
}

.cab .openDep .cards .card{
    padding: 69px 20px;
    float: left;
    width: 33.3333%;
}

.cab .openDep .card label {
    display: block;
    background-color: #fff;
    padding: 68px 51px 38px 56px;
    position: relative;
    border: 7px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cab .openDep .card input:disabled ~ label.param li span {
    color: rgba(33,36,40,0.5);
}

.cab .openDep .card input:checked ~ label,
.cab .openDep .card label:hover{
    border: 7px solid #74b7cb;
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 24px rgba(0,0,0,0.35);
    box-shadow: 0 0 24px rgba(0,0,0,0.35);
}


.cab .openDep .card input:disabled ~ label:hover{
    border: 7px solid transparent;
    box-shadow: none;
}


.cab .openDep .card .nameTarif {
    /*width: 100%;*/
    width: 255px;
    margin: -156px auto 0;
    height: 188px;
    background-color: #74b7cb;
    position: relative;
    display: table;
}


.cab .openDep .card .diapason {
    display: table;
    width: 100%;
    margin-top: 25px;
}

.cab .openDep .card .param {
    margin-top: 31px;
}

.cab .openDep .card .nameTarif:before {
    bottom: 0;
}

.cab .openDep .card .nameTarif .tCell {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 7px;
}

.cab .openDep .card .nameTarif span {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.cab .openDep .card .nameTarif span:first-child {
    font-size: 50px;
    line-height: 50px;
}

.cab .openDep .card .nameTarif:after {
    border-right: 250px solid transparent;
    border-bottom: 20px solid #f2f2f2;
}

.cab .openDep .card .diapason li {
    display: table-cell;
    vertical-align: middle;
}

.cab .openDep .card .diapason li span {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    color: #212428;
}

.cab .openDep .card .diapason li:last-child {
    text-align: right;
}

.cab .openDep .card .param li {
    width: 100%;
    display: table;
}

.cab .openDep .card .param li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 30px;
    color: #54565a;
}

.cab .openDep .card .param li span:first-child {
    font-weight: bold;
    color: #212428;
}

.cab .openDep .card .param li span:last-child {
    text-align: right;
}

.cab .openDep .card .nameTarif:after {
    border-right: 250px solid transparent;
    border-bottom: 20px solid #fff;
}

.cab .openDep .step{
    font-size: 17px;
    line-height: 27px;
    color: #212428;
    font-weight: bold;
}

.cab .openDep .step span {
    font-size: 21px;
}

.cab .openDep .currency {
    padding-left: 15px;
}

.cab .openDep fieldset + fieldset{
    margin-top: 19px;
}

.cab .openDep fieldset.sum{
    margin-top: 60px;
}

.cab .openDep fieldset.sum .wrapInpCab{
    margin-top: 22px;
    width: 288px;
}

.cab .openDep .card input:disabled ~ label {
    background-color: #ebebeb;
}

.cab .openDep .card input:disabled ~ label .nameTarif:after {
    border-bottom: 20px solid #ebebeb;
}

.cab .openDep .card input:disabled ~ label .nameTarif{
    background-color: #d7d7d7;
}

.cab .openDep .card input:disabled ~ label .diapason li span {
    color: rgba(33,36,40,0.5);
}

.cab .openDep .card input:disabled ~ label .param li span:first-child {
    color: rgba(33,36,40,0.5);
}

.cab .myDep{
    padding: 65px 74px 50px;
    margin-top: 54px;
}

.cab .myDep .in{
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 24px rgba(0,0,0,0.35);
    box-shadow: 0 0 24px rgba(0,0,0,0.35);
    border: 7px solid #74b7cb;
    padding: 68px 55px 60px;
}

.cab .myDep .cards{
    margin: 0 -20px;
}

.cab .myDep .card{
    float: left;
    width: 33.3333%;
    padding: 92px 20px;
}

.cab .myDep .card .nameTarif {
    /*width: 100%;*/
    width: 254px;
    margin: -157px auto 0;
    height: 188px;
    background-color: #74b7cb;
    position: relative;
    display: table;
}

.cab .myDep .card .nameTarif:after {
    border-right: 250px solid transparent;
    border-bottom: 20px solid #fff;
}

.cab .myDep .card.noActive .in{
    background-color: #ebebeb;
    border: 7px solid transparent;
}

.cab .myDep .card.noActive .nameTarif:after {
    border-bottom: 20px solid #ebebeb;
}

.cab .myDep .card .nameTarif span {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.cab .myDep .card .nameTarif span:first-child {
    font-size: 50px;
    line-height: 50px;
}

.cab .myDep .card .nameTarif .tCell {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 7px;
}

.cab .myDep .card .nameTarif .dateOpen{
    margin-top: 5px;
}

.cab .myDep .card .nameTarif .dateOpen span{
    font-size: 14px;
    line-height: 20px;
    color: #212428;
    font-weight: bold;
    text-transform: none;
    font-family: 'Gotham Pro';
}

.cab .myDep .card .nameTarif .dateOpen span.date{
    font-weight: 500;
}

.cab .myDep .card .param{
    margin-top: 20px;
}

.cab .myDep .card .param li{
    display: table;
    width: 100%;
    padding: 9px 0;
}

.cab .myDep .card .param li &gt; span{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    color: #212428;
}

.cab .myDep .card .param li &gt; span:first-child{
    font-weight: bold;
}

.cab .myDep .card .param li &gt; span:last-child{
    text-align: right;
    font-size: 14px;
    color: #54565a;
}

.cab .myDep .card .param li img{
    width: 110px;
}

.cab .myDep .card .param li span.num{
    font-size: 20px;
    font-weight: bold;
}

.cab .myDep .card .param li span.num.blue{
    color: #53a8c2;
}

.cab .myDep .card .param li span.num.red{
    color: #a5345c;
}

.cab .myDep .card .param li span.from,
.cab .myDep .card .param li span.to{
    color: #a5345c;
    font-weight: bold;
}

.cab .myDep .card .bar{
    height: 4px;
    background-color: #d7d7d7;
    margin-top: 15px;
    position: relative;
}

.cab .myDep .card .bar .line{
    height: 100%;
    background-color: #a5345c;
}

.cab .myDep .card .bar:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    left: 0;
    top: 0;
}

.cab .myDep .card .remain{
    height: 84px;
    background-color: #a5345c;
    /*width: 100%;*/
    width: 254px;
    padding: 0 11px 20px;
    margin: 30px auto -120px;
}

.cab .myDep .card.noActive .remain,
.cab .myDep .card.noActive .nameTarif{
    background-color: #d0d0d0;
}

.cab .myDep .card .remain:after {
    border-bottom: 24px solid #f2f2f2;
    border-right: 450px solid transparent;
}

.cab .myDep .card .remain:before{
    display: none;
}

.cab .myDep .card .remain span{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}

.cab .myDep .card .remain span.num{
    font-size: 40px;
    text-align: center;
}

.cab .operations .filterOp{
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,0.11);
    box-shadow: 0 0 11px rgba(0,0,0,0.11);
    padding: 15px 35px;
    margin-top: 50px;
    width: 100%;
}

.cab .operations .filterOp span.lbl{
    font-size: 15px;
    line-height: 45px;
    color: #212428;
    font-weight: bold;
    vertical-align: middle;
}

.cab .operations .filterOp .from,
.cab .operations .filterOp .to,
.cab .operations .filterOp .wrapInpCab{
    display: inline-block;
    vertical-align: middle;
}

.cab .operations .filterOp label{
    font-size: 15px;
    line-height: 45px;
    color: #212428;
}

.cab .operations .filterOp .dates{
    width: 498px;
}

.cab .operations .filterOp .typeOp{
    width: 470px;
}

.cab .operations .filterOp .typeOp .wrapInpCab,
.cab .operations .filterOp .status .wrapInpCab{
    width: 306px;
}

.cab .operations .filterOp .dates .wrapInpCab{
    width: 162px;
    margin-left: 5px;
}

.cab .operations .filterOp .dates .wrapInpCab input{
    padding-right: 20px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #73b6cc;
    background: #73b6cc;
    font-weight: normal;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #a5345c;
    background: #a5345c;
    color: #fff;
}

.cab .operations .filterOp .to{
    margin-left: 15px;
}

.cab .operations .dataOp{
    width: 1417px;
    margin-top: 43px;
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 0 11px rgba(0,0,0,0.11);
    box-shadow: 0 0 11px rgba(0,0,0,0.11);
}

.cab .operations .dataOp .tableHead{
    background-color: #73b6cc;
    height: 50px;
}

.cab .operations .dataOp .tableRow{
    height: 50px;
}

.cab .operations .dataOp .tCell{
    text-align: center;
    vertical-align: middle;
}

.cab .operations .dataOp .tableHead span{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 27px;
}

.cab .operations .dataOp .tableBody .tCell:first-child span{
    font-size: 15px;
    line-height: 27px;
    color: #212428;
    text-transform: uppercase;
    font-weight: bold;
}

.cab .operations .dataOp .tableBody .tCell:nth-child(2) span{
    font-size: 14px;
    line-height: 27px;
    color: #54565a;
}

.cab .operations .dataOp .tableBody .tCell:nth-child(3) img{
    width: 110px;
}

.cab .operations .dataOp .tableBody .tCell:nth-child(4) span{
    font-size: 18px;
    line-height: 27px;
    color: #65b3cd;
    font-weight: bold;
}

.cab .operations .dataOp .tableBody .tCell:nth-child(5) span{
    font-size: 18px;
    line-height: 27px;
    color: #a5345c;
    font-weight: bold;
}

.cab .operations .dataOp .tableBody .tCell:nth-child(6) span{
    font-size: 14px;
    line-height: 27px;
    color: #54565a;
}

.cab .operations .dataOp .tableBody .tCell:last-child span{
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

.cab .operations .dataOp .tableBody .completed .tCell:last-child span{
    color: #00ba42;
}

.cab .operations .dataOp .tableBody .waiting .tCell:last-child span{
    color: #d2a300;
}

.cab .operations .dataOp .tableBody .canceled .tCell:last-child span{
    color: #ba1200;
}

.cab .operations .dataOp .tableBody .tableRow:nth-child(2n + 1){
    background-color: #fff;
}

.cab .operations .dataOp .tableBody .tableRow .tCell{
    border-bottom: 1px solid #d7d7d7;
}

.cab .operations .dataOp .tCell:first-child{
    width: 200px;
}
.cab .operations .dataOp .tCell:nth-child(2){
    width: 210px;
}
.cab .operations .dataOp .tCell:nth-child(3){
    width: 234px;
}
.cab .operations .dataOp .tCell:nth-child(4){
    width: 186px;
}
.cab .operations .dataOp .tCell:nth-child(5){
    width: 184px;
}
.cab .operations .dataOp .tCell:nth-child(6){
    width: 215px;
}
.cab .operations .dataOp .tCell:last-child{
    width: 188px;
}

.cab .operations .pagination {
    margin-top: 73px;
}

.cab .cabPartners .inviteByBlock{
    padding: 10px 28px;
    margin-top: 56px;
}

.cab .cabPartners .inviteByBlock .whoInvite span{
    font-size: 17px;
    line-height: 40px;
    color: #212428;
    display: inline-block;
    vertical-align: middle;
}

.cab .cabPartners .inviteByBlock .whoInvite .photo{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-left: 12px;
    margin-right: 5px;
}

.cab .cabPartners .inviteByBlock .cont a{
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 38px;
    font-weight: normal;
}

.cab .cabPartners .inviteByBlock .cont .mail,
.cab .cabPartners .inviteByBlock .cont .vk{
    color: #a5345c;
    text-decoration: underline;
    margin-left: 25px;
}

.cab .cabPartners .inviteByBlock .cont .phone{
    color: #212428;
    font-weight: bold;
    background-image: url(../img/icons/icon-input-phone.png);
    margin-left: 40px;
}

.cab .cabPartners .inviteByBlock .cont .mail{
    background-image: url(../img/icons/icon-input-mail.png);
}

.cab .cabPartners .inviteByBlock .cont .vk{
    background-image: url(../img/icons/icon-vk-blue.png);
}

.cab .cabPartners .cards{
    margin: 42px -15px 0;
}
.cab .cabPartners .cards .card{
    display: table;
    padding: 0 15px;
    float: left;
    width: 16.6666%;
    height: 124px;
}

.cab .cabPartners .cards .card .in{
    display: table-cell;
    vertical-align: middle;
    background-color: #73b6cc;
    text-align: center;
    padding: 0 15px;
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 11px rgba(0,0,0,0.11);
    box-shadow: 0 0 11px rgba(0,0,0,0.11);
}

.cab .cabPartners .cards .card span{
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #212428;
    text-transform: uppercase;
    display: block;
}

.cab .cabPartners .cards .card span.num{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.cab .cabPartners .partnersDep,
.cab .cabPartners .partnerStatus,
.cab .cabPartners .dataPartners{
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.11);
    -moz-box-shadow:0 0 11px rgba(0,0,0,0.11);
    box-shadow: 0 0 11px rgba(0,0,0,0.11);
    width: 100%;
    margin-top: 36px;
}

.cab .cabPartners .dataPartners,
.cab .cabPartners .partnersDep{
    width: 1417px;
}

.cab .cabPartners .dataPartners .tCell:first-child{
    width: 64px;
}

.cab .cabPartners .dataPartners .tCell:nth-child(2){
    width: 210px;
}

.cab .cabPartners .dataPartners .tCell:nth-child(3){
    width: 209px;
}

.cab .cabPartners .dataPartners .tCell:nth-child(4){
    width: 106px;
}

.cab .cabPartners .dataPartners .tCell:nth-child(5){
    width: 94px;
}

.cab .cabPartners .dataPartners .tCell:nth-child(6){
    width: 273px;
}

.cab .cabPartners .dataPartners .tCell:nth-child(7){
    width: 237px;
}

.cab .cabPartners .dataPartners .tCell:last-child{
    width: 224px;
}

.cab .cabPartners .partnersDep .tableHead,
.cab .cabPartners .partnersDep .tableRow,
.cab .cabPartners .partnerStatus .tableRow,
.cab .cabPartners .partnerStatus .tableHead,
.cab .cabPartners .dataPartners .tableHead,
.cab .cabPartners .dataPartners .tableRow{
    height: 48px;
}

.cab .cabPartners .partnersDep .tableHead{
    background-color: #fff;
}

.cab .cabPartners .partnersDep .tableBody .tableRow:first-child,
.cab .cabPartners .partnerStatus .tableHead,
.cab .cabPartners .partnerStatus .tableHead,
.cab .cabPartners .dataPartners .tableHead{
    background-color: #73b6cc;
}

.cab .cabPartners .partnersDep .tableBody .tableRow:last-child{
    background-color: #a5345c;
}

.cab .cabPartners .partnersDep .tCell,
.cab .cabPartners .partnerStatus .tCell,
.cab .cabPartners .dataPartners .tCell{
    text-align: center;
    vertical-align: middle;
}

.cab .cabPartners .partnersDep .tCell:first-child{
    text-align: left;
    padding-left: 36px;
}

.cab .cabPartners .partnerStatus span,
.cab .cabPartners .partnersDep .tableRow .tCell span{
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.cab .cabPartners .partnerStatus span,
.cab .cabPartners .partnersDep .tableRow .tCell:first-child span{
    font-size: 14px;
}

.cab .cabPartners .partnersDep .tableHead span{
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    color: #212428;
    text-transform: uppercase;
}

.cab .cabPartners .partnerStatus{
    margin-top: 62px;
}

.cab .cabPartners .partnerStatus .tCell:first-child{
    text-align: left;
    padding-left: 32px;
}

.cab .cabPartners .partnerStatus .tCell:last-child{
    padding-right: 32px;
}

.cab .cabPartners .partnerStatus .tableBody .tCell:nth-child(2) span{
    font-size: 18px;
    line-height: 27px;
    color: #65b3cd;
}

.cab .cabPartners .partnerStatus .tableBody .tCell:last-child span{
    font-size: 18px;
    line-height: 27px;
    color: #a5345c;
}

.cab .cabPartners .partnerStatus .tableBody .tCell:first-child span{
    font-size: 15px;
    line-height: 27px;
    color: #212428;
    text-transform: none;
    font-weight: normal;
}

.cab .cabPartners .partnerStatus .tCell{
    border-bottom: 1px solid #d7d7d7;
}

.cab .cabPartners .dataPartners .tableRow:nth-child(2n+1),
.cab .cabPartners .partnerStatus .tableRow:nth-child(2n+1){
    background-color: #fff;
}

.cab .cabPartners .part + .part{
    margin-top: 79px;
}

.cab .cabPartners .lines{
    margin: 56px -10px 0;
    width: 100%;
}

.cab .cabPartners .lines .item{
    float: left;
    padding: 0 10px;
    width: 10%;
}

.cab .cabPartners .lines .choiceLine{
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #65b3cd;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    border: 1px solid #65b3cd;
    background-color: transparent;
}

.cab .cabPartners .dataPartners .tableHead span{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    text-transform: uppercase;
}

.cab .cabPartners .tCell:first-child{
    padding-left: 20px;
}

.cab .cabPartners .tCell:last-child{
    padding-right: 20px;
}

.cab .cabPartners .tableRow .tCell:first-child,
.cab .cabPartners .tableRow .tCell:nth-child(2),
.cab .cabPartners .tableRow .tCell:nth-child(5){
    font-size: 15px;
    font-weight: bold;
    color: #212428;
    line-height: 27px;
}

.cab .cabPartners .tableRow .tCell:nth-child(3){
    font-size: 14px;
    color: #54565a;
    line-height: 27px;
}

.cab .cabPartners .tableRow .flag {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 1px solid #c5c5c5;
}

.cab .cabPartners .tableRow a{
    font-size: 14px;
    color: #a5345c;
    line-height: 27px;
}

.cab .cabPartners .tableRow .tCell:nth-child(7){
    font-size: 18px;
    color: #65b3cd;
    line-height: 27px;
    font-weight: bold;
}

.cab .cabPartners .tableRow .tCell:last-child{
    font-size: 18px;
    color: #a5345c;
    line-height: 27px;
    font-weight: bold;
}

.cab .promo{
    position: relative;
    z-index: 1;
    margin-toP: 64px;
}

.cab .promo .tabsTitle{
    display: block;
    margin: 0 -5px;
    padding: 0 2px;
}

.cab .promo .tabsTitle li{
    padding: 0 5px;
    float: left;
    width: 20%;
    position: relative;
    display: table;
}

.cab .promo .tabsTitle li span{
    display: table-cell;
    height: 59px;
    background-color: #65b3cd;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    line-height: 16px;
    webkit-box-shadow: inset 0px -15px 11px rgba(0,0,0,0.11);
    -moz-box-shadow: inset 0px -15px 11px rgba(0,0,0,0.11);
    box-shadow: inset 0px -15px 11px rgba(0,0,0,0.11);
    padding: 0 10px 10px;
}


.cab .promo .tabsTitle li span:before{
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #f2f2f2;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cab .promo .tabsTitle li.active span:before{
    display: block;
}

.cab .promo .tabsTitle li.active span{
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 11px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 11px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 11px rgba(0,0,0,0.11);
    background-color: transparent;
    color: #212428;
}

.cab .promo .tabsContent{
    -webkit-box-shadow: inset 0px 0px 11px rgba(0,0,0,0.11);
    -moz-box-shadow: inset 0px 0px 11px rgba(0,0,0,0.11);
    box-shadow: inset 0px 0px 11px rgba(0,0,0,0.11);
    margin-top: -10px;
    position: relative;
    padding: 87px 93px 202px;
}

.cab .promo .cards{
    margin: 45px -16px 0;
}

.cab .promo .cards .card{
    float: left;
    padding: 0 16px;
    width: 25%;
}

.cab .promo .cards .card .in{
    height: 192px;
    background-position: center;
    background-repeat: no-repeat;
}

.cab .promo .btnMain{
    font-weight: bold;
    text-transform: uppercase;
}

.cab .promo .wrapInpCab{
    width: 1044px;
}

.cab .promo .copy{
    margin-top: 66px;
}

.cab .promo .titCab.lil{
    font-size: 17px;
}

@media (max-width: 1919px) {
    body.cab {
        width: 100%;
    }

    .cab .lastNews .list {
        max-width: 1278px;
    }

    .cabContent{
        padding-bottom: 120px;
    }

    .cab .whoAcc {
        margin-left: 35px;
        width: 280px;

    }
    .cab .clock {
        width: 280px;
    }

    .cab .purses .item {
        width: 100%;
    }

    .cab .purses .item + .item{
        margin-top: 60px;
    }

    .cab .aboutBonus .item {
        padding: 25px 20px;
        width: 100%;
    }

    .cab .aboutBonus {
        margin: 41px -20px 0;
    }

    .cab .calculator form{
        background-image: none;
        border: 27px solid #a5345c;
        padding: 50px 70px 50px 57px;
    }

    .cab .calculator .choiceTarif span.step {
        display: block;
    }

    .cab .calculator .tarif input ~ label span.term {
        padding: 0px;
        background-color: #a5345c;
        width: 180px;
    }

    .cab .calculator .tarif input ~ label span.term:before{
        display: none;
    }

    .cab .calculator .tarif {
        display: inline-block;
        padding: 15px 0;
    }

    .cab .calculator .tarif input:not([disabled]):checked ~ label span.term,
    .cab .calculator .tarif input:not([disabled]) ~ label:hover span.term{
        background-color: #73b6cc;
    }

    .cab .calculator .enterSum .currency {
        display: block;
        padding-left: 0;
        margin-top: 25px;
    }

    /*.cab .cabContent.calcCab {*/
        /*padding-left: 25px;*/
        /*padding-right: 25px;*/
    /*}*/

    .cab .calculator .range {
        width: 100%;
        padding-left: 0;
    }

    .cab .calculator form .txt span{
        display: inline-block;
    }

    .cab .calculator form .txt{
        display: block;
        text-align: center;
        float: none;
    }

    .cab .calculator form .result {
        padding-left:0;
    }

    .cab .calculator form .res span {
        color: #a5345c;
    }

    .cab .calculator form .btnFrame:before{
        display: none;
    }

    .cab .myDep .card {
        width: 50%;
    }

    .cab .myDep .card .remain span.num{
        text-align: right;
    }

    .cab .openDep .cards .card {
        width: 50%;
    }

    .cab .videotutorial .video {
        width: 586px;
        margin: 34px auto;
    }

    .cab .videotutorial .item{
        width: 100%;
    }

    .cab .videotutorial {
        padding: 0 100px;
    }

    .cab .calculator form .cabBtn {
        top: 100%;
        /* bottom: 7px; */
        right: 60px;
    }
    .cab .calculator form .res {
        width: 50%;
    }

    /*.cab .operations .filterOp .dates{*/
        /*width: 50%;*/
        /*vertical-align: middle;*/
    /*}*/

    /*.cab .operations .status,*/
    /*.cab .operations .filterOp .typeOp{*/
        /*display: block;*/
        /*width: 100%;*/
    /*}*/

    /*.cab .operations .status{*/
        /*margin-top: 10px;*/
    /*}*/

    /*.cab .operations .typeStat{*/
        /*text-align: right;*/
        /*vertical-align: middle;*/
    /*}*/

    /*.cab .operations .filterOp .typeOp .wrapInpCab,*/
    /*.cab .operations .filterOp .status .wrapInpCab {*/
        /*text-align: left;*/
    /*}*/

    .cab .operations .filterOp .dates{
        display: block;
        width: 100%;
    }

    .cab .operations .typeStat{
        display: table;
        margin-top: 10px;
        width: 100%;
    }

    .cab .operations .filterOp .typeOp,
    .cab .operations .filterOp .status{
        width: 50%;
    }

    .cab .operations .filterOp span.lbl{
        display: block;
    }

    .cab .promo .wrapInpCab {
        width: 100%;
    }

    .cab .promo .btnMain {
        margin-top: 15px;
    }

    .scrollX {
        width: 1247px;
        margin: 0 auto;
    }

}

@media (max-width: 1749px) {

    /*.cab header ul.social,*/
    /*.cab header .phones {*/
        /*margin-left: 20px;*/
    /*}*/

    .cab header {
        padding: 0 25px;
    }

    .cab header .clock .today {
        display: block;
        vertical-align: middle;
    }
    .cab header .clock .day {
        display: inline-block;
    }

    .cab .topLine{
        height: auto;
        padding: 15px 0;
    }

    .cab .clock {
        width: 180px;
    }

    .cab .refBlock a{
        font-size: 16px;
        margin-left: 0;
    }

    /*.cabContent.mainCab {*/
        /*padding: 40px 25px 40px 25px;*/
    /*}*/

    .cab .moves24h .item{
        width: 50%;
    }

    /*.cab .lastNews .item {*/
        /*width: 50%;*/
        /*padding-top: 30px;*/
        /*padding-bottom: 30px;*/
    /*}*/

    .cab .lastNews .list{
        margin-top: 20px;
    }

    .sliderNews.owl-carousel .owl-nav{
        margin-bottom: 14px;
    }

    .cab .privilege .cards .item {
        padding: 25px 14px;
        width: 33.3333%;
    }

    .cab .privilege .cards {
        margin: 70px -14px 0;
    }

    .cab .cabPartners .inviteByBlock .whoInvite,
    .cab .cabPartners .inviteByBlock .cont{
        float: none;
        text-align: center;
    }

    .cab .cabPartners .cards .card {
        padding: 15px 15px;
        width: 33.3333%;
    }

    .cab .cabPartners .cards {
        margin: 27px -15px 0;
    }

    /*.cabContent {*/
        /*padding: 40px 25px 40px 25px;*/
    /*}*/

    /*.cab .myDep {*/
        /*padding: 65px 45px 50px;*/
    /*}*/

    .cab .safety .item {
        width: 100%;
    }

    .cab .safety .item + .item{
        margin-top: 100px;
    }

    /*.cab .operations .filterOp .to {*/
        /*margin-left: 0;*/
        /*display: block;*/
        /*margin-top: 10px;*/
    /*}*/
    /*.cab .operations .filterOp .dates{*/
        /*text-align: right;*/
        /*padding-right: 100px;*/
        /*width: 40%;*/
    /*}*/

    .cab .choiceSys .sys {
        width: 50%;
        padding: 10px 17px;
    }

    .cab .choiceSys .paySyst {
        margin: 15px -17px 0;
    }

    .cab .payOut .currency,
    .cab .requisits .currency,
    .cab .payIn .currency {
        display: block;
        padding-left: 0;
        margin-top: 15px;
    }

    .cab .payOut .curForm .res .item {
        width: 50%;
        padding: 10px 0;
    }

    .cab .payOut .curForm .choiceSum ul {
        padding-left: 0;
        display: block;
        margin-top: 15px;
    }

    .cab .payOut .curForm .res {
        margin-top: 48px;
    }

    .cab .payOut .curForm fieldset.choiceSum .wrapInpCab {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
    }

    .cab .payOut .curForm .post {
        margin-top: 31px;
    }

    .cab .promo .cards .card {
        float: left;
        padding: 10px 16px;
        width: 50%;
    }

    .cab .promo .cards {
        margin: 35px -16px 0;
    }

    .cab .promo .copy {
        margin-top: 56px;
    }

    .cab .set.personal form {
        padding: 61px 45px 73px;
    }

    .cab .set.personal .item {
        padding: 0 15px;
    }

    .cab .set.personal .in {
        margin: 0 -15px;
    }

    .cab .refBlock .btnMain{
        float: none;
        position: absolute;top: 50%;
        margin-top: -21px;
        right: 9px;
    }

    .cab .cabPartners .partnersDep .tCell:first-child{
        width: 30%;
    }

    .scrollX {
        width: 977px;
        margin: 0 auto;
    }

    .cab .lastNews .list {
        max-width: 1007px;
    }

}

@media (max-width: 1479px){
    .cab header .phones {
        display: block;
        margin-left: 0;
    }

    .cab header .middleHead{
        text-align: center;
    }

    .cab header .lang{
        margin-left: 5px;
    }

    .cab header .phones span.icon:first-child{
        margin-left: 0;
    }

    .cab header ul.social{
        margin-left: 30px;
    }

    .cab .calculator form .cabBtn{
        top: 100%;
        bottom: auto;
        right: 22px;
    }

    .cab .myDep .card {
        width: 100%;
    }

    .cab .openDep .cards .card {
        width: 100%;
    }

    .cab .requisits .currency,
    .cab .openDep .currency {
        padding-left: 0;
        display: block;
        margin-top: 25px;
    }

    .currency .cur{
        padding: 15px 0;
    }

    .cab .cabPartners .lines .item {
        width: 25%;
        padding: 10px;
    }

    .cab .cabPartners .lines {
        margin: 46px -10px 0;
    }

    .cab .cabPartners .partnersDep, .cab .cabPartners .partnerStatus, .cab .cabPartners .dataPartners {
        margin-top: 26px;
    }

    .cab .payOut .curForm .res .item {
        width: 100%;
    }

    .cab .promo .tabsTitle li span {
        font-size: 12px;
    }

    .cab .set.personal .item {
        width: 100%;
    }

    .cab .set.personal .item fieldset{
        float: left;
        width: 50%;
        padding: 0 15px;
        margin-top: 29px;
    }

    .cab .set.personal .item{
        margin: 0 -15px;
        width: 100%;
    }

    .cab .curForm .mailSys .wrapInpCab{
        width: 100%;
    }

    .cab .curForm .mailSys input {
        width: 100%;
    }

    .cab .cabPartners .partnersDep .tCell:first-child{
        width: auto;
    }

    .cab .cabPartners .partnersDep .tCell + .tCell{
        width: 120px;
    }

    .cab .calculator .tarif input ~ label span.term {
        width: 150px;
    }
}

@media (max-width: 1479px){

    .cab .refBlock a{
        display: table;
    }

    /*.cab .lastNews .item {*/
        /*width: 100%;*/
        /*padding-top: 15px;*/
        /*padding-bottom: 15px;*/
    /*}*/

    .scrollX {
        width: 747px;
        margin: 0 auto;
    }
}

@media (max-width: 1249px){
    .cab .promo .tabsTitle li span {
        font-size: 10px;
    }

    .scrollX {
        width: 697px;
    }

    .cab .lastNews .list {
        max-width: 777px;
    }
}

.logReg h2 {
    color: white;
    text-align: center;
    padding: 100px 0 0;
}
.logReg p.info {
    color: white;
    text-align: center;
}
.logReg p.info a {
    display: inline-block;
}

.default_table {
    padding: 40px 60px;
    text-align: left;
}
.default_table fieldset {}
.default_table fieldset table {
    margin: 30px 0;
}
.default_table fieldset table tr td {
    text-align: left;
    padding: 5px 20px 5px 0;
}

.button-green, .button-red, .button-gray, .button-blue {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 162px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #73b6cc;
    padding-right: 7px;
    cursor: pointer;
}
.button-green:hover, .button-red:hover, .button-gray:hover, .button-blue:hover {
    background: #a5345c;
}

.crypto_line {
    height: 35px;
    line-height: 35px;
    padding: 0;
}
.crypto_line marquee {
    height: 35px;
    line-height: 35px;
}
.cryptonatorwidget {
    border: 0 !important;
    white-space: nowrap;
    height: 35px !important;
    line-height: 35px !important;
}
.cryptonatorwidget&gt;div {
    display: inline-block;
    color: white;
    border: 0 !important;
    font-size: 14px;
    height: 35px !important;
    line-height: 35px !important;
    vertical-align: top;
    padding: 0 10px !important;
}
.cryptonatorwidget&gt;div b {
    color: #00afe8;
}
.cryptonatorwidget&gt;div:last-child {
    display: none;
}

span.err {
    color: red;
}</pre></body></html>