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

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

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

body {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 320px;
    font-family: 'Gilroy';
    color: #ffffff;
    background-color: #221d3f
}

body.hidden {
    overflow: hidden
}

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

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

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

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

input, textarea {
    outline: none;
    font-family: 'Gilroy'
}

button {
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 'Gilroy';
    background: transparent;
    border: 0;
    cursor: pointer
}

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

.invisLink {
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

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

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

.wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

header {
    position: relative
}

.headMain:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url(../img/bgmainhead.png);
    height: 1577px;
    width: 2490px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -1471px;
}

.headPage {
    min-height: 485px
}

.headPage:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url(../img/bgheadpage.png);
    height: 864px;
    width: 2593px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -1622px;
}

.headPage .lineTop {
    padding: 49px 0 52px
}

.lineTop {
    display: flex;
    align-items: center;
    padding: 54px 0 58px;
    justify-content: space-between
}

.logo {
    min-width: 254px
}

.logo:hover {
    opacity: .5
}

.logo img {
    display: inline-block;
    vertical-align: middle
}

.logo img+* {
    margin-left: 7px
}

.logo .txt {
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .8px
}

.menu {
    width: calc(100% - 475px)
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 13px 0 52px
}

.menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: block
}

.menu ul li a.active, .menu ul li a:hover {
    color: #fedc00
}

.menu ul li a:before {
    content: "";
    background-color: #19152e;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    left: -23px;
    top: -11px;
    width: calc(100% + 50px);
    height: calc(100% + 22px);
    z-index: -1;
    opacity: 0
}

.menu ul li a.active:before {
    opacity: 1
}

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

.loginLinks ul li+li {
    margin-left: 13px
}

.loginLinks ul li+li a {
    border-color: #fedc00
}

.loginLinks ul li+li a:hover {
    background-color: #fedc00
}

.loginLinks ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    background-color: #4a1666;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 8px 18px 10px;
    border: solid 2px #cc006f;
    letter-spacing: .4px;
    -webkit-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.21)
}

.loginLinks ul li a:hover {
    background-color: #d21967
}

.lineInfoTop {
    display: flex
}

.lineInfoTop .tit {
    color: #ac95ac;
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    letter-spacing: .7px
}

.lineInfoTop .timeBl {
    position: relative;
    padding-left: 44px;
    width: 145px
}

.lineInfoTop .timeBl #time {
    color: #fff;
    font-size: 20px;
    display: block;
    font-weight: 800;
    letter-spacing: .7px
}

.lineInfoTop .timeBl #date {
    color: #ac95ac;
    font-size: 12px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.lineInfoTop .supportBl {
    position: relative;
    margin-left: 70px;
    padding-left: 48px
}

.lineInfoTop .supportBl .link {
    color: #fff;
    font-size: 15px;
    letter-spacing: .7px;
    display: table;
    margin-top: 6px;
    text-decoration: underline
}

.lineInfoTop .supportBl .link:hover {
    text-decoration-color: transparent
}

.lineInfoTop .socialBl {
    position: relative;
    margin-left: 76px;
    padding-left: 51px
}

.lineInfoTop .socialBl ul {
    display: flex;
    margin-top: 8px;
    position: relative;
    left: -4px
}

.lineInfoTop .socialBl ul li+li {
    margin-left: 14px
}

.lineInfoTop .socialBl ul li a [class*="icon-"]:before, .lineInfoTop .socialBl ul li a [class*="icon-"] {
    color: #fff
}

.lineInfoTop .socialBl ul li a:hover, .lineInfoTop .socialBl ul li a:hover [class*="icon-"]:before, .lineInfoTop .socialBl ul li a:hover [class*="icon-"] {
    color: #cc006f
}

.lineInfoTop .iconBl {
    font-size: 33px;
    color: #ac95ac;
    position: absolute;
    left: 0;
    top: 2px
}

.grettingsMain {
    margin-top: 52px
}

.grettingsMain .cap {
    color: #fff;
    font-size: 80px;
    font-weight: 900
}

.grettingsMain .cap+* {
    margin-top: 38px
}

.grettingsMain .desr {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 27px
}

.grettingsMain .desr+* {
    margin-top: 51px
}

.grettingsMain .btn::before {
    background-image: url(../img/btnyellow1.png);
    width: 273px;
    height: 79px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    content: ""
}

.grettingsMain .btn {
    width: 257px;
    height: 79px;
    padding: 24px 0 0
}

.grettingsMain .btn:hover {
    opacity: .5
}

.btn {
    position: relative;
    display: table;
    text-align: center;
    letter-spacing: .7px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.btnYellow {
    border: solid 2px #797e87;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    letter-spacing: -.3px;
    position: relative;
    z-index: 2
}

.btnYellow:hover {
    color: #000
}

.btnYellow:hover:before {
    background-color: #fedc00
}

.btnYellow::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 4px;
    border: solid 2px #fedc00;
    width: calc(100% - 10px);
    height: calc(100% - 8px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: -1
}

.btnRed {
    border: solid 2px #797e87;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    letter-spacing: -.3px
}

.btnRed:hover:before {
    background-color: #d21967
}

.btnRed::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 4px;
    border: solid 2px #d21967;
    width: calc(100% - 10px);
    height: calc(100% - 8px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: -1
}

.lineCurrents {
    margin-top: 42px;
    padding-left: 253px;
}

.lineCurrents ul {
    display: flex
}

.lineCurrents ul li+li {
    margin-left: 42px;
}

.lineCurrents ul li .iconBl {
    display: block;
    width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1c1834;
}

.lineCurrents ul li .iconBl+* {
    margin-top: 11px
}

.lineCurrents ul li .val {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: block;
    text-align: center
}

.lineCurrents ul li .val+* {
    margin-top: 5px
}

.lineCurrents ul li .pr {
    color: #fedc00;
    font-size: 15px;
    display: block;
    text-align: center
}

.invesPlanBl {
    padding: 127px 0 0
}

.invesPlanBl .in {
    position: relative;
    min-height: 800px
}

.invesPlanBl .textBlock {
    max-width: 44%
}

.textBlock {
    position: relative;
    z-index: 3
}

.textBlock .capTitle+* {
    margin-top: 42px
}

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

.textBlock p+p {
    margin-top: 24px
}

.capTitle {
    font-size: 40px;
    color: #fff;
    font-weight: 900
}

.listPlan {
    background-image: url(../img/bglistplan.png);
    width: 1213px;
    height: 749px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: -47px
}

.listPlan .item {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2
}

.listPlan .item:hover {
    z-index: 5
}

.listPlan .item:hover .fonBl {
    opacity: 1
}

.listPlan .item:hover .desr {
    color: #000
}

.listPlan .item:hover .link {
    opacity: 1
}

.listPlan .item .pr .prTxt {
    width: 110px;
    height: 110px;
    border: solid 2px #4c476b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    left: 8px;
    top: 8px;
    line-height: 103px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.listPlan .item .pr {
    color: #fedc00;
    font-size: 27px;
    font-weight: 800;
    border: solid 2px #4c476b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #14102b;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
    width: 130px;
    height: 130px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.listPlan .item .pr .vip {
    color: #fff;
    font-size: 10px;
    background-color: #d21967;
    padding: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -3px
}

.listPlan .item ul {
    width: 100px;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.listPlan .item ul li {
    display: flex;
    justify-content: space-between;
    position: relative
}

.listPlan .item ul li:after {
    content: ".............................................";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    color: #767498;
    z-index: -1
}

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

.listPlan .item ul li span {
    color: #767498;
    background-color: #2b2949;
    font-weight: 800;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.listPlan .item ul li span+span {
    color: #fff
}

.listPlan .item .link:hover {
    background-color: #000;
    color: #fff
}

.listPlan .item .link {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
    display: table;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    border: solid 2px #000;
    position: absolute;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 21px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.21)
}

.listPlan .item .desr {
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.listPlan .item:nth-child(1) {
    left: 0;
    top: 390px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    transform: rotate(-44deg)
}

.listPlan .item:nth-child(2) {
    left: 146px;
    top: 515px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(-72deg);
    -moz-transform: rotate(-72deg);
    -o-transform: rotate(-72deg);
    transform: rotate(-72deg)
}

.listPlan .item:nth-child(3) {
    left: 344px;
    top: 500px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(-118deg);
    -moz-transform: rotate(-118deg);
    -o-transform: rotate(-118deg);
    transform: rotate(-118deg)
}

.listPlan .item:nth-child(4) {
    left: 477px;
    top: 373px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg)
}

.listPlan .item:nth-child(5) {
    left: 477px;
    top: 183px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg)
}

.listPlan .item:nth-child(6) {
    left: 619px;
    top: 63px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    transform: rotate(70deg)
}

.listPlan .item:nth-child(7) {
    left: 805px;
    top: 64px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(114deg);
    -moz-transform: rotate(114deg);
    -o-transform: rotate(114deg);
    transform: rotate(114deg)
}

.listPlan .item:nth-child(8) {
    left: 928px;
    top: 196px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg)
}

.listPlan .item:nth-child(9) {
    left: 931px;
    top: 377px;
    width: 262px;
    height: 170px;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg)
}

.listPlan .item:nth-child(1) .pr {
    left: 2px;
    top: -25px
}

.listPlan .item:nth-child(2) .pr {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
    left: -17px;
    top: 18px
}

.listPlan .item:nth-child(3) .pr {
    -webkit-transform: rotate(118deg);
    -moz-transform: rotate(118deg);
    -o-transform: rotate(118deg);
    transform: rotate(118deg);
    left: -31px;
    top: 4px
}

.listPlan .item:nth-child(4) .pr {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    left: 158px;
    top: 18px
}

.listPlan .item:nth-child(5) .pr {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    left: -32px;
    top: 11px
}

.listPlan .item:nth-child(6) .pr {
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    transform: rotate(-70deg);
    left: -55px;
    top: 13px
}

.listPlan .item:nth-child(7) .pr {
    -webkit-transform: rotate(-114deg);
    -moz-transform: rotate(-114deg);
    -o-transform: rotate(-114deg);
    transform: rotate(-114deg);
    left: -56px;
    top: 32px
}

.listPlan .item:nth-child(8) .pr {
    -webkit-transform: rotate(-162deg);
    -moz-transform: rotate(-162deg);
    -o-transform: rotate(-162deg);
    transform: rotate(-162deg);
    left: -46px;
    top: 42px
}

.listPlan .item:nth-child(9) .pr {
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    left: -33px;
    top: 29px
}

.listPlan .item:nth-child(1) ul {
    left: 151px;
    top: 62px
}

.listPlan .item:nth-child(1) .desr {
    left: 141px;
    top: 99px
}

.listPlan .item:nth-child(1) .link {
    bottom: 35px;
    left: 110px;
    padding: 7px 17px
}

.listPlan .item:nth-child(2) ul {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
    right: 29px;
    top: 69px
}

.listPlan .item:nth-child(2) .desr {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
    right: 79px;
    top: 91px;
    left: auto
}

.listPlan .item:nth-child(2) .link {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
    bottom: 57px;
    left: 74px;
    padding: 6px 21px
}

.listPlan .item:nth-child(3) ul {
    -webkit-transform: rotate(118deg);
    -moz-transform: rotate(118deg);
    -o-transform: rotate(118deg);
    transform: rotate(118deg);
    right: 38px;
    top: 55px
}

.listPlan .item:nth-child(3) .desr {
    -webkit-transform: rotate(118deg);
    -moz-transform: rotate(118deg);
    -o-transform: rotate(118deg);
    transform: rotate(118deg);
    left: 105px;
    top: 52px
}

.listPlan .item:nth-child(3) .link {
    -webkit-transform: rotate(118deg);
    -moz-transform: rotate(118deg);
    -o-transform: rotate(118deg);
    transform: rotate(118deg);
    bottom: 75px;
    left: 59px;
    padding: 6px 21px
}

.listPlan .item:nth-child(4) ul {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    right: 129px;
    top: 47px
}

.listPlan .item:nth-child(4) .desr {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    left: 58px;
    top: 93px
}

.listPlan .item:nth-child(4) .link {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    bottom: 45px;
    left: 25px;
    padding: 6px 21px
}

.listPlan .item:nth-child(5) ul {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    right: 56px;
    top: 47px
}

.listPlan .item:nth-child(5) .desr {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    left: 128px;
    top: 95px
}

.listPlan .item:nth-child(5) .link {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    bottom: 32px;
    left: 104px
}

.listPlan .item:nth-child(6) ul {
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    transform: rotate(-70deg);
    right: 79px;
    top: 67px
}

.listPlan .item:nth-child(6) .desr {
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    transform: rotate(-70deg);
    left: 127px;
    top: 94px
}

.listPlan .item:nth-child(6) .link {
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    transform: rotate(-70deg);
    bottom: 59px;
    left: 113px;
    padding: 7px 18px
}

.listPlan .item:nth-child(7) ul {
    -webkit-transform: rotate(-114deg);
    -moz-transform: rotate(-114deg);
    -o-transform: rotate(-114deg);
    transform: rotate(-114deg);
    right: 74px;
    top: 73px
}

.listPlan .item:nth-child(7) .desr {
    -webkit-transform: rotate(-114deg);
    -moz-transform: rotate(-114deg);
    -o-transform: rotate(-114deg);
    transform: rotate(-114deg);
    left: 135px;
    top: 73px
}

.listPlan .item:nth-child(7) .link {
    -webkit-transform: rotate(-114deg);
    -moz-transform: rotate(-114deg);
    -o-transform: rotate(-114deg);
    transform: rotate(-114deg);
    bottom: 69px;
    left: 118px;
    padding: 8px 19px
}

.listPlan .item:nth-child(8) ul {
    -webkit-transform: rotate(-162deg);
    -moz-transform: rotate(-162deg);
    -o-transform: rotate(-162deg);
    transform: rotate(-162deg);
    right: 55px;
    top: 74px
}

.listPlan .item:nth-child(8) .desr {
    -webkit-transform: rotate(-162deg);
    -moz-transform: rotate(-162deg);
    -o-transform: rotate(-162deg);
    transform: rotate(-162deg);
    left: 130px;
    top: 53px
}

.listPlan .item:nth-child(8) .link {
    -webkit-transform: rotate(-162deg);
    -moz-transform: rotate(-162deg);
    -o-transform: rotate(-162deg);
    transform: rotate(-162deg);
    bottom: 97px;
    left: 99px
}

.listPlan .item:nth-child(9) ul {
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    right: 37px;
    top: 95px
}

.listPlan .item:nth-child(9) .desr {
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    left: 123px;
    top: 74px
}

.listPlan .item:nth-child(9) .link {
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    bottom: 77px;
    left: 96px
}

.listPlan .item .fonBl {
    position: absolute;
    left: 1px;
    top: -3px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/plan_active1.png);
    width: 261px;
    height: 234px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.listPlan .item:hover ul li:after {
    color: #000
}

.listPlan .item:hover ul li span {
    background-color: #fedc00;
    color: #000
}

.listPlan .item:hover .pr .prTxt {
    background-color: #fedc00;
    color: #000;
    line-height: 86px
}

.listPlan .item:nth-child(1) .fonBl {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg)
}

.listPlan .item:nth-child(2) .fonBl {
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
    top: -1px;
    left: -1px
}

.listPlan .item:nth-child(3) .fonBl {
    -webkit-transform: rotate(28deg);
    -moz-transform: rotate(28deg);
    -o-transform: rotate(28deg);
    transform: rotate(28deg);
    left: -14px;
    top: -14px
}

.listPlan .item:nth-child(4) .fonBl {
    -webkit-transform: rotate(-156deg);
    -moz-transform: rotate(-156deg);
    -o-transform: rotate(-156deg);
    transform: rotate(-156deg);
    left: 3px;
    top: -54px
}

.listPlan .item:nth-child(5) .fonBl {
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    transform: rotate(24deg);
    left: 0;
    top: -1px
}

.listPlan .item:nth-child(6) .fonBl {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    left: -13px;
    top: -1px
}

.listPlan .item:nth-child(7) .fonBl {
    -webkit-transform: rotate(22deg);
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    transform: rotate(22deg);
    left: -11px;
    top: 1px
}

.listPlan .item:nth-child(8) .fonBl {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    left: -11px;
    top: 1px
}

.listPlan .item:nth-child(9) .fonBl {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    left: -10px;
    top: -1px
}

.listPlan .item:nth-child(8) .pr .vip {
    left: 3px;
    top: -14px
}

.listPlan .item:nth-child(9) .pr .vip {
    left: 20px;
    top: -10px
}

.listPlan .item.vipItem .pr .prTxt {
    color: #d21967;
    border-color: #d21967
}
.listPlan .item:nth-child(1) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(1):hover .desr {
    left: 25px;
    top: 42px
}

.listPlan .item:nth-child(2) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(2):hover .desr {
    left: -108px;
    top: 77px
}

.listPlan .item:nth-child(3) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(3):hover .desr {
    left: -10px;
    top: 56px
}

.listPlan .item:nth-child(4) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(4):hover .desr {
    left: 192px;
    top: 90px
}

.listPlan .item:nth-child(5) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(5):hover .desr {
    left: -1px;
    top: 80px
}

.listPlan .item:nth-child(6) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(6):hover .desr {
    left: -18px;
    top: 74px
}

.listPlan .item:nth-child(7) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(7):hover .desr {
    left: -13px;
    top: 82px
}

.listPlan .item:nth-child(8) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(8):hover .desr {
    left: -18px;
    top: 88px
}

.listPlan .item:nth-child(9) input:checked+label+.pr+ul+.desr, .listPlan .item:nth-child(9):hover .desr {
    left: -11px;
    top: 76px
}

.formaPlan {
    width: 320px;
    position: absolute;
    right: 196px;
    top: 496px;
    z-index: 5
}

.formaPlan .line {
    position: relative
}

.formaPlan .line+.line {
    margin-top: 22px
}

.formaPlan .line .dollar {
    position: absolute;
    right: 21px;
    bottom: 18px;
    font-size: 15px;
    color: #fedc00;
    font-weight: 700
}

.formaPlan .line label {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.formaPlan .line label+* {
    margin-top: 9px
}

.formaPlan .line input {
    width: 100%;
    background-color: #2b2949;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #454365;
    height: 56px;
    color: #fff;
    font-size: 15px;
    padding: 0 23px
}

.formaPlan .line .selectric {
    border: 0;
    background-color: #2b2949;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #454365;
    height: 56px
}

.formaPlan .line .selectric .label {
    color: #fff;
    font-size: 15px;
    padding: 7px 12px 10px
}

.formaPlan .line .selectric .button {
    background: transparent
}

.formaPlan .line .selectric .button:after {
    background-image: url(../img/arrow_selectric.png);
    width: 12px;
    height: 7px;
    border: 0;
    top: 16px;
    right: 8px
}

.formaPlan .summa {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 29px;
    position: relative;
    padding: 0 18px 0 8px
}

.formaPlan .summa li {
    color: #fedc00
}

.formaPlan .summa li+li {
    color: #d21967
}

.formaPlan .summa li .tit {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .6px
}

.formaPlan .summa li .tit+* {
    margin-top: 6px
}

.formaPlan .summa li .val {
    font-size: 30px;
    font-weight: 900;
    display: block;
    text-align: center
}

.formaPlan .btn {
    width: 100%;
    margin-top: 16px;
    padding: 13px 0 17px
}

.selectric-items {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden
}

.selectric-items li {
    background-color: #2b2949;
    padding: 10px 25px;
    color: #fff
}

.selectric-items li.highlighted {
    background-color: #fedc00
}

.invesPlanBl .pic_bit::before {
    content: "";
    position: absolute;
    left: -31px;
    top: 32px;
    background-image: url("../img/pic_bit2.png");
    background-repeat: no-repeat;
    width: 208px;
    height: 209px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: circleMainRotate;
    z-index: -2;
}

.invesPlanBl .pic_bit {
    background-image: url(../img/pic_bit1.png);
    width: 252px;
    height: 210px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -150px;
    top: 308px;
    z-index: -1;
}

.invesPlanBl .pic_bit:after {
    content: "";
    background-image: url("../img/blick.png");
    position: absolute;
    width: 313px;
    height: 314px;
    left: -46px;
    bottom: -49px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: blick;
}

.invesPlanBl .ball {
    background-image: url(../img/ball1.png);
    width: 771px;
    height: 770px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -595px;
    top: -235px;
    z-index: -1
}

.invesPlanBl .listPlan .logoPlan+.logoPlan {
    left: 758px
}

.invesPlanBl .listPlan .logoPlan {
    background-image: url(../img/logoplan.png);
    width: 164px;
    height: 164px;
    position: absolute;
    left: 293px;
    top: 288px;
    z-index: -1
}

.aboutMain {
    position: relative
}

.aboutMain .textBlock {
    width: 42%
}

.textBlock .capTitle+* {
    margin-top: 35px
}

.aboutMain .lineAbout {
    margin-top: 56px;
    display: flex
}

.aboutMain .lineAbout .left {
    display: flex;
    flex-wrap: wrap;
    width: 72%
}

.aboutMain .lineAbout .right {
    width: 50%;
    position: relative;
    left: -4px
}

.aboutMain .lineAbout .right .textBlock {
    width: 100%
}

.aboutMain .lineAbout .right .btn {
    margin-top: 84px;
    font-size: 17px;
    font-weight: 700;
    width: 199px;
    padding: 15px 0;
    left: -6px
}

.videoBl {
    border: solid 2px #5c5776;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 355px;
    height: 258px;
    background-size: cover
}

.videoBl .play:hover {
    opacity: .5
}

.videoBl .play {
    background-image: url(../img/play.png);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-position: top center;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 76px;
    text-transform: uppercase;
    margin-top: -37px;
    margin-left: -74px;
    letter-spacing: .5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.docBl {
    margin-left: 25px;
    height: 258px
}

.docBl ul {
    display: flex
}

.docBl ul li {
    position: relative;
    width: 187px;
    height: 258px
}

.docBl ul li+li {
    margin-left: 23px
}

.docBl ul li a {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 2px #5c5776
}

.docBl ul li a:hover {
    opacity: .5
}

.aboutMain:before {
    content: "";
    background-image: url(../img/fonaboutcompany.png);
    width: 2134px;
    height: 1006px;
    position: absolute;
    left: 50%;
    top: 118px;
    z-index: -1;
    margin-left: -265px
}

.aboutMain .adress {
    position: relative;
    padding-left: 76px;
    margin-top: 90px
}

.aboutMain .adress .iconBl {
    width: 52px;
    height: 67px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.aboutMain .adress .tit {
    color: #fedc00;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px
}

.aboutMain .adress p {
    color: #fff;
    font-size: 15px;
    margin-top: 6px;
    line-height: 22px
}

.register {
    border: solid 2px #514d68;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    width: 406px;
    margin-left: 93px;
    position: relative;
    overflow: hidden;
    top: 0;
    height: 164px;
    margin-top: 50px
}

.register .in {
    position: absolute;
    background: #461767;
    background: -moz-linear-gradient(left, #461767 0%, #b40063 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #461767), color-stop(100%, #b40063));
    background: -webkit-linear-gradient(left, #461767 0%, #b40063 100%);
    background: -o-linear-gradient(left, #461767 0%, #b40063 100%);
    background: -ms-linear-gradient(left, #461767 0%, #b40063 100%);
    background: linear-gradient(to right, #461767 0%, #b40063 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#461767', endColorstr='#b40063', GradientType=1);
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    padding: 34px 5px 7px 167px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px
}

.register .in .pic {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 47px;
    top: 28px;
    background-position: center;
    background-repeat: no-repeat
}

.register .in .tit {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3.5px
}

.register .in .num {
    font-size: 33px;
    color: #fff;
    font-weight: 800;
    display: block
}

.register .in .link:hover {
    text-decoration-color: transparent
}

.register .in .link {
    color: #fedc00;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin-top: 7px;
    display: table
}

.affilateMain {
    margin-top: 74px
}

.affilateMain .in {
    position: relative;
    padding-left: 346px
}

.affilateMain .bitAffilate::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/bitaffilate2.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: circleMainRotate;
    width: 308px;
    height: 309px;
    margin-left: -271px;
    margin-top: -77px;
}

.affilateMain .bitAffilate::after {
    content: "";
    background-image: url("../img/blick.png");
    position: absolute;
    width: 313px;
    height: 314px;
    left: 196px;
    bottom: 138px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: blick;
}

.affilateMain .bitAffilate {
    background-image: url(../img/bitaffilate.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 9px;
    top: -120px;
    width: 522px;
    height: 485px;
    z-index: -1
}

.affilateMain .top {
    display: flex;
    justify-content: space-between
}

.affilateMain .top .pr {
    font-size: 100px;
    color: #fedc00;
    font-weight: 900;
    width: 200px;
    display: block
}

.affilateMain .top .textBlock {
    display: flex;
    align-items: center;
    width: calc(100% - 204px);
    justify-content: space-between
}

.affilateMain .top .textBlock .capTitle {
    width: 200px
}

.affilateMain .top .textBlock p {
    margin: 0;
    width: calc(100% - 203px);
    font-size: 15px;
    position: relative;
    top: 4px;
    line-height: 25px
}

.infoAffilate {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 39px;
    position: relative
}

.infoAffilate .left {
    width: 50%
}

.infoAffilate .left .item {
    padding: 23px 191px 23px 69px
}

.infoAffilate .left .item .iconBl {
    left: 20px
}

.infoAffilate .left .item .val {
    color: #fedc00
}

.infoAffilate .right {
    width: 50%
}

.infoAffilate .right .item {
    padding: 23px 67px 23px 203px
}

.infoAffilate .right .item .iconBl {
    right: 21px
}

.infoAffilate .right .item .val {
    color: #d21967
}

.infoAffilate .item {
    background-color: #2b2949;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-between
}

.infoAffilate .item+.item {
    margin-top: 6px
}

.infoAffilate .item .iconBl {
    width: 36px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-size: contain
}

.infoAffilate .item .tit {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.infoAffilate .item .val {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .7px
}

.logoAffilate {
    background-image: url(../img/logoaffilate.png);
    position: absolute;
    left: 50%;
    top: -8px;
    width: 366px;
    height: 366px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #221d3f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: -179px
}

.whyBl {
    margin-top: 51px;
    position: relative
}

.whyBl .in .list {
    margin-top: 72px;
    display: flex;
    justify-content: space-between
}

.whyBl .in .list .item {
    position: relative;
    max-width: 415px
}

.whyBl .in .list .item:nth-child(1) .name {
    color: #d21967
}

.whyBl .in .list .item:nth-child(2) .name {
    color: #8646b0
}

.whyBl .in .list .item:nth-child(3) .name {
    color: #fedc00
}

.whyBl .in .list .item .iconBl {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 110px;
    top: -36px;
    width: 120px;
    height: 120px;
    background-color: #454365;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.whyBl .in .list .item .pic {
    width: 205px;
    height: 188px;
    background-position: center;
    background-repeat: no-repeat
}

.whyBl .in .list .item .name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    margin-top: 28px
}

.whyBl .in .list .item p {
    color: #fff;
    font-size: 17px;
    display: block;
    margin-top: 29px;
    line-height: 27px
}

.whyBl .ball {
    background-image: url(../img/ball2.png);
    width: 505px;
    height: 606px;
    position: absolute;
    left: -203px;
    top: -329px
}

.pl {
    margin-top: 62px
}

.pl .in {
    display: flex;
    justify-content: flex-end
}

.pl .list {
    width: 1054px;
    border: solid 2px #5c5776;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    -webkit-box-shadow: 0 0 29px 10px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 29px 10px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 29px 10px rgba(0, 0, 0, 0.33);
    padding: 0 68px 0 14px
}

.pl .list .item {
    width: 150px;
    height: 57px;
    background-position: center;
    background-repeat: no-repeat
}

.lastOper {
    margin-top: 6px;
    position: relative
}

.lastOper .pic_bit {
    display: none
}

.lastOper .list {
    margin-top: 89px;
    display: flex;
    justify-content: space-between
}

.lastOper .list .item {
    width: calc((100% / 3) - 80px)
}

.lastOper .list .item .name {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase
}

.lastOper .list .item .listLine {
    margin-top: 63px
}

.lastOper .list .item:first-child .listLine .line {
    padding: 15px 28px 15px 56px
}

.lastOper .list .item .listLine .line {
    position: relative;
    background-color: rgba(255, 255, 255, .07);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    padding: 15px 82px 15px 56px
}

.lastOper .list .item .listLine .line+.line {
    margin-top: 12px
}

.lastOper .list .item .listLine .line .iconPl {
    width: 22px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -7px
}

.lastOper .list .item .listLine .line .iconBl {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -17px
}

.lastOper .list .item .listLine .line .tit {
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.lastOper .list .item .listLine .line .val {
    font-size: 15px;
    color: #fedc00;
    font-weight: 700
}

.lastOper .bigFon {
    background-image: url(../img/lastoperfon.png);
    width: 2125px;
    height: 801px;
    position: absolute;
    left: 50%;
    top: -185px;
    background-position: bottom;
    z-index: -1;
    margin-left: -476px;
}

.lastOper .links {
    margin-top: 116px
}

.lastOper .links .btn {
    padding: 17px 0;
    width: 237px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: .6px
}

.lastOper .links .btn+.btn {
    margin-left: 50px
}

.companyNews {
    position: relative;
    margin-top: 123px;
    padding-bottom: 53px
}

.companyNews::before {
    content: "";
    position: absolute;
    right: 50%;
    top: -80px;
    background-image: url(../img/foncompanynews.png);
    background-repeat: no-repeat;
    width: 1944px;
    height: 776px;
    z-index: -1;
    margin-right: -320px
}

.companyNews .capTitle+* {
    margin-top: 64px
}

.companyNews .list {
    display: flex;
    justify-content: space-between
}

.companyNews .list .item {
    display: flex;
    max-width: 430px
}

.companyNews .list .item .pic {
    width: 145px;
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.companyNews .list .item .txt {
    width: calc(100% - 145px);
    padding-left: 25px
}

.companyNews .list .item .txt .name:hover {
    text-decoration-color: #fee000
}

.companyNews .list .item .txt .name {
    color: #fee000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: transparent
}

.companyNews .list .item .txt p {
    color: #9d9eb2;
    font-size: 15px;
    margin-top: 15px;
    line-height: 23px
}

.companyNews .list .item .txt .date>span {
    margin-left: 7px
}

.companyNews .list .item .txt .date {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #d21967;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 4px 13px;
    margin-top: 20px;
    display: table
}

.companyNews .btn {
    margin-top: 54px;
    width: 200px;
    padding: 16px 0;
    font-size: 17px;
    letter-spacing: .6px
}

.paymentBl {
    padding: 89px 0
}

.paymentBl .list {
    display: flex;
    justify-content: space-between
}

.paymentBl .list .item {
    width: 160px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat
}

footer {
    padding: 99px 0 40px;
    position: relative
}

footer .in {
    display: flex;
    justify-content: space-between
}

footer .left {
    width: 320px
}

footer .left .copyTxt {
    margin-top: 89px
}

footer .left .copyTxt p {
    color: #9d9eb2;
    font-size: 14px;
    letter-spacing: .6px
}

footer .right {
    width: calc(100% - 316px)
}

footer .right .listFot {
    display: flex
}

footer .right .listFot .col:nth-child(1) {
    width: 333px
}

footer .right .listFot .col:nth-child(2) {
    width: 281px
}

footer .right .listFot .col:nth-child(3) {
    width: 330px
}

footer .right .listFot .col .tit {
    color: #9d9eb2;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

footer .right .listFot .col .adress {
    color: #fff;
    font-size: 15px;
    margin-top: 7px;
    letter-spacing: .8px;
    line-height: 28px
}

footer .right .listFot .col .numer {
    color: #d21967;
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-top: 5px;
    letter-spacing: 1px
}

footer .right .listFot .col .numer+* {
    margin-top: 11px
}

footer .right .listFot .col .link {
    color: #fedc00;
    font-size: 15px;
    letter-spacing: .7px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline
}

footer .right .listFot .col .link:hover {
    text-decoration-color: transparent
}

footer .right .listFot .col .phone {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-top: 11px;
    letter-spacing: .6px
}

footer .right .listFot .col .phone a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: transparent;
    margin-left: 4px
}

footer .right .listFot .col .phone a:hover {
    text-decoration-color: #fff
}

footer .right .listFot .col .email {
    color: #fff;
    font-size: 15px;
    letter-spacing: .6px;
    margin-top: 11px;
    display: block
}

footer .right .listFot .col .email .link {
    margin-left: 5px
}

footer .right .listFot .col .soc {
    display: flex;
    margin-top: 24px
}

footer .right .listFot .col .soc li+li {
    margin-left: 13px
}

footer .right .listFot .col .soc li a {
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
    background-color: #2b2949;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center
}

footer .right .listFot .col .soc li a [class*="icon-"] {
    font-size: 15px;
    color: #fff
}

footer .right .listFot .col .soc li a [class*="icon-"]:before {
    color: #fff
}

footer .right .listFot .col .soc li a:hover [class*="icon-"], footer .right .listFot .col .soc li a:hover [class*="icon-"]:before {
    color: #eace0c
}

.menuFut {
    background-color: #2b2949;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-top: 66px
}

.menuFut ul {
    display: flex;
    padding: 16px 50px;
    justify-content: space-between
}

.menuFut ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.menuFut ul li a:hover, .menuFut ul li a.active {
    color: #fedc00
}

footer::before {
    content: "";
    background-image: url(../img/bgfooter.png);
    width: 2663px;
    height: 1017px;
    position: absolute;
    left: 50%;
    bottom: -327px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    margin-left: -826px
}

.grettings .cap {
    font-size: 80px;
    font-weight: 900;
    color: #fff
}

.grettings {
    margin-top: 53px
}

.faqBl {
    padding: 112px 0 0;
    position: relative
}

.faqBl .in {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between
}

.faqBl .left {
    width: calc(50% - 59px);
    padding-top: 60px
}

.faqBl .right {
    width: calc(50% - 59px);
    padding-top: 60px
}

.faqBl .textBlock {
    width: 100%
}

.faqBl .textBlock p {
    max-width: 44%
}

.listQuests+.listQuests {
    margin-top: 70px
}

.listQuests .tit {
    color: #d21967;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase
}

.listQuests .tit+* {
    margin-top: 44px
}

.questLine .quest {
    position: relative;
    color: #fff;
    font-size: 17px;
    display: block;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .07);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 17px 58px 21px
}

.questLine .quest.open:before {
    content: "\e90d"
}

.questLine .quest.open {
    border-color: #fedc00;
    background-color: #211c3d
}

.questLine .quest::before {
    content: "\e900";
    font-family: 'icomoon'!important;
    font-size: 35px;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -23px
}

.questLine .answer {
    color: #fff;
    font-size: 17px;
    display: none;
    padding: 49px 120px 37px 60px;
    line-height: 26px
}

.questLine+.questLine {
    margin-top: 8px
}

.lineContactLink {
    margin-top: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lineContactLink .tit {
    font-size: 40px;
    color: #fedc00;
    font-weight: 800
}

.lineContactLink .btn {
    font-size: 17px;
    width: 200px;
    padding: 16px 0;
    position: relative;
    top: -2px;
    letter-spacing: .7px
}

.ball {
    background-image: url(../img/ball1.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1
}

.ball.left {
    left: -202px;
    bottom: -85px;
    background-image: url(../img/ball2.png);
    width: 505px;
    height: 606px
}

.ball.right {
    right: -212px;
    background-image: url(../img/ball3.png);
    width: 531px;
    height: 632px;
    top: 635px
}

.circleBlue {
    position: absolute;
    left: 50%;
    top: 188px;
    margin-left: -309px;
    background-image: url(../img/fonaboutcompany.png);
    width: 2134px;
    height: 1006px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2
}

.bitPicture.big {
    width: 426px;
    height: 339px
}

.bitPicture.big:after {
    left: 34px;
    bottom: -24px;
}

.bitPicture.big:before {
    width: 310px;
    height: 310px;
    left: -26px;
    top: 64px;
}

.bitPicture:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 40px;
    background-image: url("../img/pic_bit2.png");
    background-repeat: no-repeat;
    width: 220px;
    height: 220px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: circleMainRotate;
    background-size: contain;
    z-index: -2;
}

.bitPicture {
    background-image: url(../img/pic_bit1.png);
    width: 287px;
    height: 229px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 203px;
    top: 112px;
    z-index: -1;
    background-size: contain
}

.bitPicture:after {
    content: "";
    background-image: url("../img/blick.png");
    position: absolute;
    width: 313px;
    height: 314px;
    left: -23px;
    bottom: -53px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: blick;
}

.aboutUsBl {
    position: relative;
    padding: 112px 0 39px
}

.aboutUsBl .bitPicture {
    top: 41px
}

.aboutUsBl .bitPicture.big {
    right: auto;
    left: 15px;
    top: 822px
}

.aboutUsBl .circleBlue {
    top: 479px
}

.aboutUsBl .ball.right {
    top: 160px
}

.aboutUsBl .ball.left {
    bottom: -450px
}

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

.aboutUsBl .wrap .left {
    width: 50%
}

.aboutUsBl .wrap .capTitle+* {
    margin-top: 51px
}

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

.aboutUsBl .wrap .right {
    width: 50%;
    padding-left: 20px;
    padding-top: 200px
}

.aboutUsBl .wrap .right p:first-child+* {
    margin-top: 77px
}

.aboutUsBl .wrap .right p:last-child {
    margin-top: 75px
}

.aboutUsBl .wrap .right p+p {
    margin-top: 27px
}

.aboutUsBl .wrap .right p+ul {
    margin-top: 27px
}

.aboutUsBl .wrap .right ul+* {
    margin-top: 27px
}

.aboutUsBl .wrap .right ul li {
    padding-left: 25px;
    position: relative
}

.aboutUsBl .wrap .right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fedc00;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px
}

.aboutUsBl .wrap .right ul li+li {
    margin-top: 3px
}

.aboutUsBl .wrap .right ul li span {
    color: #fff;
    font-size: 17px;
    line-height: 27px
}

.infoAboutUs {
    display: flex;
    margin-top: 85px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.infoAboutUs+* {
    margin-top: 96px
}

.infoAboutUs .info {
    width: 275px
}

.infoAboutUs .info ul li+li {
    margin-top: 39px
}

.infoAboutUs .info ul li .tit {
    color: #fedc00;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.infoAboutUs .info ul li p {
    font-size: 15px
}

.infoAboutUs .info .btn {
    margin-top: 32px;
    width: 192px;
    padding: 17px 0;
    font-size: 17px;
    letter-spacing: .7px
}

.infoAboutUs .docBl {
    margin: 0;
    position: relative;
    top: -6px;
    margin-right: 24px
}

.infoAboutUs .register {
    margin: 43px 0 0;
    position: relative;
    right: 26px
}

.bannersBl {
    padding: 125px 0 110px
}

.bannersBl .circleBlue {
    top: 668px;
    margin-left: -519px;
    background-image: url(../img/foncircleblue.png);
    width: 2379px;
    height: 1032px
}

.bannersBl .bitPicture {
    right: auto;
    left: 42px;
    top: auto;
    bottom: 475px
}

.bannersBl .textBlock {
    max-width: 42%
}

.bannersBl .tabs {
    margin-top: 49px
}

.bannersBl .tabs .listTabs li {
    width: calc((100% / 6) - 20px)
}

.bannersBl .tabs .listTabs li a {
    padding: 16px 0 19px
}

.tabs {
    border: 0!important;
    background: transparent;
    font-family: 'Gilroy'
}

.tabs .listTabs {
    padding: 0;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.tabs .listTabs:before, .tabs .listTabs:after {
    display: none
}

.tabs .listTabs li {
    float: none;
    margin: 0!important;
    background: transparent;
    border: 0
}

.tabs .listTabs li a {
    float: none!important;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    background-color: #2b2949;
    display: block;
    border: solid 2px #5c5776;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    letter-spacing: .7px;
    color: #fff;
    -webkit-box-shadow: 0 0 29px 10px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 29px 10px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 29px 10px rgba(0, 0, 0, 0.33)
}

.tabs .listTabs li.ui-tabs-active a, .tabs .listTabs li a:hover {
    color: #e9106c;
    border-color: #e9106c
}

.tabs .tabsBody {
    padding: 0
}

.pictureBanners {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0;
}

.pictureBanners img {
    vertical-align: middle;
}

.copyLinkBl {
    margin-top: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.copyLinkBl input {
    background-color: #14102b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-family: 'Gilroy';
    border: solid 2px #454365;
    width: calc(100% - 282px);
    height: 56px;
    padding: 0 20px
}

.copyLinkBl .btn {
    width: 276px;
    position: relative;
    padding: 18px 0
}

.contactsBl .circleBlue {
    top: 668px;
    margin-left: -330px
}

.contactsBl .ball.right {
    top: 370px
}

.contactsBl {
    padding: 112px 0 20px
}

.contactsBl .wrapIn {
    display: flex
}

.contactsBl .wrapIn .left {
    width: 48%;
    padding-right: 100px;
    position: relative
}

.contactsBl .wrapIn .right {
    width: 52%;
    padding-top: 117px;
    padding-left: 7px
}

.contactsBl .info {
    margin-top: 83px;
    position: relative
}

.contactsBl .info .infoList li {
    position: relative;
    padding-left: 55px
}

.contactsBl .info .infoList li+li {
    margin-top: 43px
}

.contactsBl .info .infoList li .iconBl {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -17px
}

.contactsBl .info .infoList li p {
    font-size: 15px;
    color: #fff;
    line-height: 22px
}

.contactsBl .info .infoList li .tit {
    color: #fedc00;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-weight: 700
}

.contactsBl .info .infoList li .tit+* {
    margin-top: 8px
}

.contactsBl .info .infoList li .link {
    color: #fff;
    font-size: 15px;
    display: table;
    text-decoration: underline;
    text-decoration-color: transparent
}

.contactsBl .info .infoList li .link:hover {
    text-decoration-color: #fff
}

.contactsBl .social {
    position: absolute;
    right: 106px;
    bottom: 80px
}

.contactsBl .social ul {
    display: flex
}

.contactsBl .social ul li+li {
    margin-left: 16px
}

.contactsBl .social ul li a {
    background-color: #2b2949;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: solid 2px #454365;
    width: 48px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    font-size: 18px
}

.contactsBl .social ul li a [class*="icon-"], .contactsBl .social ul li a [class*="icon-"]:before {
    color: #fff
}

.contactsBl .social ul li a:hover [class*="icon-"], .contactsBl .social ul li a:hover [class*="icon-"]:before {
    color: #fedc00
}

.contactsBl .register {
    margin-top: 56px
}

.formaMessage .tit {
    font-size: 40px;
    font-weight: 900;
    color: #fff
}

.formaMessage .in {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.formaMessage .lineInputs {
    width: calc(50% - 14px);
    position: relative
}

.formaMessage .lineInputs:nth-child(3) {
    width: 100%;
    margin-top: 20px
}

.formaMessage label {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.imp {
    color: #d21967
}

.formaMessage label+* {
    margin-top: 15px
}

.formaMessage textarea {
    background-color: #14102b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: solid 2px #454365;
    height: 141px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px 28px;
    resize: none
}

.formaMessage input {
    background-color: #14102b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #454365;
    height: 57px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0 28px
}

.formaMessage .btn {
    display: table;
    margin: 0 auto;
    margin-top: 45px;
    padding: 17px 0;
    width: 235px;
    font-size: 17px;
    letter-spacing: .9px
}

.formaMessage .imageCodeBl {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.formaMessage .imageCodeBl label {
    display: block;
    width: 100%;
    margin-bottom: 16px
}

.formaMessage .imageCodeBl .imageCode {
    width: 205px;
    height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 700;
    background-color: #2b2949;
    border: solid 2px #454365;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 54px;
    font-size: 15px;
    letter-spacing: .7px;
    margin: 0!important
}

.formaMessage .imageCodeBl input {
    width: calc(100% - 234px)
}

.contactsBl .bitPicture {
    right: auto;
    left: 42px;
    top: auto;
    bottom: 438px
}

.investPage .invesPlanBl {
    padding: 113px 0 0
}

.investPage .invesPlanBl .textBlock {
    max-width: 45%
}

.investPage .invesPlanBl .textBlock p+.capTitle {
    margin-top: 63px
}

.investPage .invesPlanBl .textBlock .capTitle+* {
    margin-top: 58px
}

.investPage .formaPlan {
    right: 339px;
    top: 694px;
    width: 342px
}

.investPage .listPlan {
    top: 139px;
    left: 27px
}

.investPage .invesPlanBl .pic_bit {
    left: auto;
    top: 0;
    right: -58px
}

.investPage .whyBl {
    margin-top: 98px
}

.investPage .invesPlanBl .ball {
    top: -82px
}

.investPage .invesPlanBl .in {
    min-height: 930px
}

.textInvestDesr .textBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.textInvestDesr .textBlock p {
    width: 48%;
    margin-bottom: 75px
}

.textInvestDesr .textBlock p+p {
    margin: 0
}

.textInvestDesr .textBlock p:nth-child(1) {
    width: 100%;
    padding-right: 55%
}

.rateBl {
    padding: 159px 0 0;
    position: relative
}

.rateBl .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -28px
}

.rateBl .item {
    height: 349px;
    background-position: center;
    background-repeat: no-repeat;
    width: calc((100%/ 5) - 30px);
    background-color: #2b2949;
    border: solid 2px #5c5776;
    margin-bottom: 41px
}

.rateBl .ball.right {
    top: 95px
}

.rateBl .bitPicture {
    right: auto;
    left: 23px;
    top: auto;
    bottom: 124px
}

.rulesBl {
    padding: 113px 0 7px;
    position: relative
}

.rulesBl .ball.right {
    top: 0
}

.rulesBl .bitPicture {
    top: 164px;
    right: 218px
}

.rulesBl .circleBlue {
    top: 293px;
    margin-left: -282px
}

.rulesBl .lastUpdate {
    position: relative;
    margin-top: 47px;
    padding-left: 60px
}

.rulesBl .lastUpdate .iconBl {
    color: #878699;
    font-size: 36px;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -19px
}

.rulesBl .lastUpdate .tit {
    color: #fee000;
    font-size: 15px;
    font-weight: 700;
    display: block
}

.rulesBl .lastUpdate .date {
    color: #fee000;
    font-size: 15px;
    font-weight: 700;
    margin-top: 7px;
    display: block
}

.rulesBl .textBlock {
    margin-top: 40px;
    max-width: 68%
}

.rulesBl .textBlock p+p {
    margin-top: 27px
}

.listRules {
    margin-top: 76px
}

.listRules .line {
    position: relative;
    padding-left: 135px
}

.listRules .line+.line {
    margin-top: 58px
}

.listRules .line .num {
    font-size: 60px;
    color: #8646b0;
    font-weight: 800;
    background-color: #14102b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: solid 2px #4c476b;
    position: absolute;
    left: -8px;
    top: -12px;
    width: 112px;
    height: 112px;
    text-align: center
}

.listRules .line .num>span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: solid 2px #4c476b;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 89px
}

.listRules .line p+p {
    margin-top: 29px
}

.listRules .line p {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 22px
}

.listRules .line .name+* {
    margin-top: 28px
}

.listRules .line .name {
    color: #d21967;
    font-size: 18px;
    font-weight: 800;
    display: block;
    letter-spacing: -.6px
}

.listRules .ball.left {
    background-image: url(../img/ball2.png);
    width: 505px;
    height: 606px;
    position: absolute;
    left: -203px;
    top: -329px
}

.loginBl {
    padding: 137px 0 0
}

.loginBl .formaMessage {
    background-image: url(../img/fonlogin.png);
    background-position: 19px 15px;
    background-repeat: no-repeat;
    background-color: hsl(244, 28%, 22%);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    padding: 65px 137px
}

.loginBl .formaMessage .chekBl a:hover {
    text-decoration-color: transparent
}

.loginBl .formaMessage .chekBl a {
    color: #eaca0c;
    text-decoration: underline
}

.chekBl {
    width: 100%
}

.chekBl label {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    padding: 21px 0 21px 42px;
    position: relative;
    cursor: pointer;
    display: table;
    color: #fff
}

.chekBl input:checked+label:before {
    content: "\ea10"
}

.chekBl label:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #14102b;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-family: 'icomoon'!important;
    text-align: center;
    line-height: 21px
}

.chekBl input {
    display: none
}

.loginBl .formaMessage .lineInputs [class*="icon-"] {
    position: absolute;
    right: 25px;
    top: 48px;
    color: #9c9cb1;
    font-size: 25px
}

.loginBl .formaMessage .lineInputs .link:hover {
    text-decoration-color: transparent
}

.loginBl .formaMessage .lineInputs .link {
    color: #eaca0c;
    font-size: 15px;
    text-decoration: underline;
    float: right;
    margin-top: 20px;
    margin-right: 14px
}

.loginBl .formaMessage .btn {
    margin-top: 51px;
    padding: 17px 0;
    width: 212px
}

.loginBl .formaMessage .imageCodeBl {
    margin-top: 10px
}

.loginBl .formaMessage .imageCodeBl .imageCode {
    width: 301px;
    margin: 0!important
}

.loginBl .formaMessage .imageCodeBl input {
    width: calc(100% - 343px);
    margin-top: 0
}

.loginBl .formaMessage .imageCodeBl+.chekBl {
    margin-top: 29px
}

.loginBl .formaMessage .lineInputs {
    width: calc(50% - 14px)!important;
    margin-top: 0!important;
    margin-bottom: 19px
}

.lkLineTop {
    padding: 24px 50px 24px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lkInfoUser {
    width: calc(100% - 875px)
}

.lkInfoUser ul {
    display: flex
}

.lkInfoUser ul li {
    position: relative;
    padding-left: 53px
}

.lkInfoUser ul li+li {
    margin-left: 55px
}

.lkInfoUser ul li .tit {
    color: #ac95ac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: block
}

.lkInfoUser ul li [class*="icon-"] {
    color: #a58fa6;
    font-size: 32px;
    position: absolute;
    left: 4px;
    top: 4px
}

.lkInfoUser ul li .tit+* {
    margin-top: 6px
}

.lkInfoUser ul li .val {
    color: #fff;
    font-size: 15px;
    display: block;
    letter-spacing: .7px
}

.lkInfoUser ul li .val>span {
    margin-left: 6px
}

.lkInfoUser ul li b.val {
    color: #fedc00;
    font-size: 20px;
    line-height: 15px
}

.lkLineDep {
    position: relative
}

.lkLineDep::before {
    content: "";
    position: absolute;
    left: -175px;
    top: -71px;
    background-image: url(../img/bglinelkdep.png);
    width: 2042px;
    height: 204px;
    z-index: -1
}

.lkLineDep .list {
    display: flex;
    padding: 42px 73px 42px 28px;
    justify-content: space-between
}

.lkLineDep .item {
    position: relative;
    padding-left: 45px
}

.lkLineDep .item .tit {
    color: #ac95ac;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.lkLineDep .item .pic {
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #79469b;
    margin-top: -16px
}

.lkLineDep .item .col .val {
    color: #ef2178;
    font-weight: 700;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle
}

.lkLineDep .item .col+.col .val {
    color: #fedc00
}

.lkContent {
    padding: 73px 0 0;
    display: flex;
    min-height: 700px
}

.lkContent .lkMenu {
    position: relative;
    width: 258px
}

.lkContent .lkMenu ul li+li {
    margin-top: 15px
}

.lkContent .lkMenu ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background-color: #2b2949;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    -ms-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    -ms-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    padding: 17px 0 17px 79px;
    text-transform: uppercase;
    letter-spacing: .7px
}

.lkContent .lkMenu ul li a.active {
    background-color: #fedc00;
    color: #221d3f
}

.lkContent .lkMenu ul li a [class*="icon-"] {
    font-size: 34px;
    color: #9d9eb2;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -17px
}

.lkContent .lkMenu ul li a.active [class*="icon-"] {
    color: #221d3f
}

.lkContent .lkMenu ul li a:hover {
    background-color: #fedc00;
    color: #221d3f
}

.lkContent .lkMenu ul li a:hover [class*="icon-"] {
    color: #221d3f
}

.lkRightContent {
    width: calc(100% - 258px);
    padding-left: 76px;
    padding-right: 54px
}

.lkRightContent .capTitle {
    position: relative;
    left: 7px
}

.lkRightContent .capTitle+* {
    margin-top: 52px
}

.accountBl .linksBl {
    display: flex;
    justify-content: space-between
}

.accountBl .linksBl .item {
    background-color: #2b2949;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 37px 5px 43px 154px;
    width: calc(50% - 15px)
}

.accountBl .linksBl .item .pic {
    position: absolute;
    left: 15px;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    background-color: #14102b;
    border: solid 2px #4c476b;
    margin-top: -55px
}

.accountBl .linksBl .item .tit {
    font-size: 25px;
    font-weight: 900;
    display: block;
    color: #fff
}

.accountBl .linksBl .item .tit .name {
    color: #dc2272
}

.accountBl .linksBl .item .link {
    color: #fedc00;
    font-size: 17px;
    text-decoration: underline;
    display: table;
    margin-top: 17px
}

.accountBl .linksBl .item .link:hover {
    text-decoration-color: transparent
}

.accountBl .statBl {
    display: flex;
    justify-content: space-between;
    margin-top: 88px
}

.accountBl .statBl .left, .accountBl .statBl .right {
    width: calc(50% - 16px)
}

.accountBl .statBl .tit {
    font-size: 25px;
    font-weight: 900;
    display: block
}

.accountBl .statBl .left .tit {
    color: #fedc00
}

.accountBl .statBl .right .tit {
    color: #dc2272
}

.accountBl .statBl .tit+* {
    margin-top: 34px
}

.accountBl .statBl .list .item {
    position: relative;
    background-color: #2b2949;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 16px 42px 19px 75px;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.accountBl .statBl .list .item+.item {
    margin-top: 16px
}

.accountBl .statBl .list .item .name {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px
}

.accountBl .statBl .list .item .val {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px
}

.accountBl .statBl .list .item .iconBl {
    position: absolute;
    left: 18px;
    top: 50%;
    font-size: 27px;
    margin-top: -14px
}

.accountBl .statBl .left .list .item .iconBl {
    color: #fedc00;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accountBl .statBl .right .list .item .iconBl {
    color: #dc2272
}

.accountBl .statBl .left .list .item .val {
    color: #fedc00
}

.accountBl .statBl .right .list .item .val {
    color: #dc2272
}

.lkFooter {
    position: relative;
    margin-top: 71px;
    padding: 36px 27px 95px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lkFooter .copyTxt {
    width: 323px
}

.lkFooter .copyTxt p {
    color: #9d9eb2;
    font-size: 14px;
    letter-spacing: .7px
}

.lkFooter .soc {
    width: 355px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lkFooter .soc li {
    margin: 0 11px
}

.lkFooter .soc li a {
    display: block;
    background-color: #221d3f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 20px
}

.lkFooter .soc li a [class*="icon-"]:before, .lkFooter .soc li a [class*="icon-"] {
    color: #fff
}

.lkFooter .soc li a:hover [class*="icon-"]:before, .lkFooter .soc li a:hover [class*="icon-"] {
    color: #fedc00
}

.lkMenuFot {
    background-color: #221d3f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    width: calc(100% - 510px);
    padding: 19px 75px 19px 48px
}

.lkMenuFot ul {
    display: flex;
    justify-content: space-between
}

.lkMenuFot ul li a {
    color: #a58fa6;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.lkMenuFot ul li a:hover {
    color: #fff
}

.lkFooter::before {
    content: "";
    position: absolute;
    left: -175px;
    top: 0;
    background-image: url(../img/bglinefotlk.png);
    width: 2042px;
    height: 204px;
    z-index: -1
}

.adretingBl .refLink {
    padding: 42px 56px 42px 49px
}

.adretingBl .refLink .copyLinkBl {
    margin: 0
}

.adretingBl .refLink .copyLinkBl .tit {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 175px
}

.adretingBl .refLink .copyLinkBl input {
    width: calc(100% - 480px);
    position: relative;
    left: -17px
}

.adretingBl .refLink .copyLinkBl .btn {
    font-size: 17px;
    letter-spacing: .8px
}

.adretingBl .bannersBl {
    margin-top: 58px;
    padding: 17px 74px 66px 51px
}

.blBlueCircle {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    background-color: #2b2949
}

.depositLine {
    display: flex;
    padding: 16px 0 17px 25px;
    position: relative
}

.depositLine .prBl.vip {
    color: #dc2272;
    padding: 22px 0
}

.depositLine .prBl {
    background-color: #14102b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #4c476b;
    width: 110px;
    height: 110px;
    padding: 25px 0;
    color: #fedc00
}

.depositLine .prBl .status {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    text-align: center
}

.depositLine .prBl .pr {
    font-size: 27px;
    font-weight: 900;
    display: block;
    text-align: center
}

.depositLine .prBl .desr {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 4px
}

.depositLine .list {
    margin-left: 20px;
    width: calc(50% + 220px)
}

.depositLine .list .listTopInfo {
    display: flex;
    justify-content: space-between
}

.depositLine .list .listTopInfo .col {
    position: relative;
    background-color: #221d3f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 5px 6px 70px;
    width: calc((100% / 3) - 21px)
}

.depositLine .list .listTopInfo .col [class*="icon-"] {
    position: absolute;
    left: 22px;
    top: 50%;
    font-size: 30px;
    color: #a791a8;
    margin-top: -17px
}

.depositLine .list .listTopInfo .col .tit {
    color: #a58fa6;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    letter-spacing: .5px
}

.depositLine .list .listTopInfo .col .val {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    margin-top: 3px
}

.depositLine .list .listTopInfo .col:nth-child(1) .val {
    color: #9c59c8
}

.depositLine .list .listTopInfo .col:nth-child(2) .val {
    color: #fedc00
}

.depositLine .list .listTopInfo .col:nth-child(3) .val {
    color: #ef2178
}

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

.depositLine .list .listBotInfo .col {
    position: relative;
    background-color: #221d3f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    width: calc((100% / 3) - 21px);
    padding: 7px 19px 7px 22px
}

.depositLine .list .listBotInfo .col ul li {
    display: flex;
    justify-content: space-between
}

.depositLine .list .listBotInfo .col ul li+li {
    margin-top: 4px
}

.depositLine .list .listBotInfo .col .tit {
    color: #ac95ac;
    font-size: 13px
}

.depositLine .list .listBotInfo .col .val {
    color: #fff;
    font-size: 13px
}

.depositLine .progressBl {
    margin-left: 27px;
    width: 228px
}

.depositLine .progressBl .txtProg {
    background-color: #221d3f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-size: 13px;
    color: #ac95ac;
    padding: 13px 0 17px;
    width: 100%;
    text-align: center
}

.depositLine .progressBl .txtProg b {
    color: #fff
}

.depositLine .progressBl .prog {
    background-color: #221d3f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    height: 46px;
    margin-top: 20px;
    position: relative;
    overflow: hidden
}

.depositLine .progressBl .prog .value {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #79469b;
    background-image: url(../img/bgprog.png);
    background-position: center
}

.depositLine+.depositLine {
    margin-top: 42px
}

.circlePr input {
    color: #fedc00!important;
    font-size: 24px!important;
    font-weight: 700!important
}

.circlePr {
    background-color: #14102b;
    display: block;
    height: 110px;
    width: 110px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -55px;
    pointer-events: none
}

.filterBl {
    padding: 45px 60px 45px 47px
}

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

.filterBl .dateTimeBl {
    display: flex;
    font-size: 0;
}

.filterBl .dateTimeBl .col {
    position: relative
}

/* .filterBl .dateTimeBl .col::after {
    content: "";
    background-image: url(../img/arrow_selectric.png);
    border: 0;
    top: 25px;
    right: 25px;
    width: 12px;
    height: 7px;
    display: block;
    position: absolute
} */

.filterBl .dateTimeBl .col+.col {
    margin-left: 27px
}

.filterBl .tit {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 12px
}

.filterBl .dateTimeBl .col input {
    font-size: 15px;
    color: #fff;
    background-color: #14102b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #444264;
    height: 58px;
    width: 175px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px
}

.filterBl .selectric-wrapper {
    display: inline-block;
    vertical-align: middle
}

.filterBl .selectric {
    background-color: #14102b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #444264;
    height: 58px;
    width: 180px
}

.filterBl .dateTimeBl .selectric {
    width: 80px;
}

.filterBl .selectric .label {
    font-size: 15px;
    color: #fff;
    padding: 9px 10px;
    margin: 0
}

.filterBl .selectric .button {
    background: transparent;
    border: 0
}

.filterBl .selectric .button:after {
    background-image: url(../img/arrow_selectric.png);
    width: 12px;
    height: 7px;
    border: 0;
    top: 17px;
    right: 0;
}

.filterBl .btn {
    width: 200px;
    padding: 14px 0;
    font-size: 17px;
    letter-spacing: .7px
}

.tableHistory {
    margin-top: 31px
}

.tableHistory .thead {
    background-color: #14102b;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    display: flex;
    padding: 0 97px
}

.tableHistory .thead .col {
    color: #ac95ac;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 0;
    text-align: center;
    letter-spacing: .5px
}

.tableHistory .thead .col:nth-child(1) {
    width: 255px;
    text-align: left
}

.tableHistory .thead .col:nth-child(2) {
    width: 200px;
    text-align: left
}

.tableHistory .thead .col:nth-child(3) {
    width: 143px
}

.tableHistory .thead .col:nth-child(4) {
    width: 207px
}

.tableHistory .thead .col:nth-child(5) {
    width: 100px
}

.tableHistory .thead .col:nth-child(6) {
    text-align: right;
    width: 330px
}

.tableHistory .tbody {
    margin-top: 15px
}

.tableHistory .tbody .line {
    background-color: #2b2949;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    padding: 16px 43px 2px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.tableHistory .tbody .line+.line {
    margin-top: 15px
}

.tableHistory .tbody .line .col {
    text-align: center
}

.tableHistory .tbody .line .col:nth-child(1) {
    width: 308px;
    text-align: left
}

.tableHistory .tbody .line .col:nth-child(2) {
    width: 189px;
    padding-left: 47px
}

.tableHistory .tbody .line .col:nth-child(3) {
    width: 165px
}

.tableHistory .tbody .line .col:nth-child(4) {
    width: 181px
}

.tableHistory .tbody .line .col:nth-child(5) {
    width: 130px
}

.tableHistory .tbody .line .col:nth-child(6) {
    width: calc(100% - 973px);
    text-align: left;
    padding-left: 90px
}

.tableHistory .tbody .line .col .name {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .7px
}

.tableHistory .tbody .line .col .pic {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #14102b;
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    top: -6px
}

.tableHistory .tbody .line .col .val {
    font-size: 15px;
    font-weight: 700
}

.tableHistory .tbody .line .col .val.credit {
    color: #fedc00
}

.tableHistory .tbody .line .col .val.debit {
    color: #ea2176
}

.tableHistory .tbody .line .col .val.balance {
    color: #9d51cf
}

.tableHistory .tbody .line .col p {
    color: #fff;
    font-size: 15px;
    letter-spacing: .7px
}

.settingsBl {
    padding: 65px 0 52px
}

.settingsBl .tabs .listTabs {
    padding: 0 109px 0 68px
}

.settingsBl .tabs .listTabs li {
    width: calc((100% / 3) - 25px)
}

.settingsBl .tabs .listTabs li a {
    text-transform: uppercase;
    padding: 17px 0
}

.settingsBl .tabs .formaMessage {
    padding: 33px 107px 33px 76px
}

.settingsBl .lineBtn {
    margin: 43px 0 0;
    width: 100%
}

.settingsBl .btn {
    margin: 0;
    letter-spacing: -.4px;
    padding: 17px 0;
    width: 235px;
    font-size: 17px
}

.settingsBl .tabs .formaMessage .lineInputs {
    width: calc(50% - 14px)!important;
    margin-top: 0!important;
    margin-bottom: 18px
}

.settingsBl .titListChek {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.settingsBl .titListChek+* {
    margin-top: 30px
}

.settingsBl .chekitList {
    padding: 61px 79px
}

.settingsBl .chekitList .in {
    display: flex;
    flex-wrap: wrap
}

.settingsBl .chekitList .left, .settingsBl .chekitList .right {
    width: 34%
}

.settingsBl .chekBl+.chekBl {
    margin-top: -10px
}

.settingsBl .chekBl label {
    letter-spacing: 1.5px
}

.settingsBl .chekBl label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: ""!important;
    border: solid 2px #454365
}

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

.settingsBl .chekBl label::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    background-color: #fedc00;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: -6px;
    opacity: 0
}

.makeBl .selectPlan {
    position: relative;
    padding: 14px 0 17px 166px;
    display: flex;
    align-items: center
}

.makeBl .selectPlan+* {
    margin-top: 41px
}

.makeBl .selectPlan .title {
    width: 186px
}

.makeBl .selectPlan .numer {
    background-image: url(../img/pic_numer1.png)
}

.makeBl .numer {
    position: absolute;
    left: 28px;
    top: 50%;
    width: 105px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -50px
}

.makeBl .title {
    font-size: 17px;
    color: #fff;
    font-weight: 700
}

.listPlans {
    display: flex;
    width: calc(100% - 229px);
    justify-content: space-between
}

.listPlans .item {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 116px;
    height: 117px;
    position: relative;
    text-align: center
}

.listPlans .item.vip label {
    padding: 23px 0
}

.listPlans .item.vip label .day, .listPlans .item.vip label .pr {
    color: #d21967
}

.listPlans .item .vip {
    color: #d21967;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    text-align: center
}

.listPlans .item input:checked+label ul li .val, .listPlans .item input:checked+label ul li, .listPlans .item input:checked+label .vip, .listPlans .item input:checked+label .day, .listPlans .item input:checked+label .pr {
    color: #221d3f
}

.listPlans .item input {
    display: none
}

.listPlans .item input:checked+label {
    background-color: #fedc00;
    border-color: #fedc00
}

.listPlans .item label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #14102b;
    border: solid 2px #454365;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding: 17px 0
}

.listPlans .item .pr {
    color: #fedc00;
    font-size: 24px;
    font-weight: 800;
    display: block;
    text-align: center
}

.listPlans .item .day {
    color: #fedc00;
    font-size: 12px;
    display: block;
    text-align: center
}

.listPlans .item ul {
    width: 100%;
    text-align: center;
    margin-top: 1px
}

.listPlans .item ul li {
    color: #767498;
    font-size: 11px;
    letter-spacing: -.5px
}

.listPlans .item ul li .val {
    font-weight: 700;
    color: #fff
}

.enterBl {
    position: relative;
    display: flex;
    justify-content: space-between
}

.enterBl .amount {
    padding: 26px 19px 30px 158px;
    width: calc(50% - 30px)
}

.enterBl .amount .numer {
    background-image: url(../img/pic_numer2.png)
}

.enterBl .amount .title {
    position: relative;
    left: 7px
}

.enterBl .amount .inputLine {
    position: relative;
    margin-top: 12px;
    max-width: 270px
}

.enterBl .amount .inputLine input {
    background-color: #14102b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #454365;
    height: 57px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0 28px
}

.enterBl .amount .inputLine textarea {
    background-color: #14102b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #454365;
    height: 57px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 5px 12px
}

.enterBl .amount .inputLine .dollar {
    color: #fedc00;
    font-size: 15px;
    position: absolute;
    right: 26px;
    bottom: 20px
}

.enterBl .payment {
    padding: 26px 19px 23px 160px;
    width: calc(50% - 4px);
    position: relative
}

.enterBl .payment .numer {
    background-image: url(../img/pic_numer3.png)
}

.enterBl .payment .selectric-wrapper {
    width: 270px;
    display: inline-block;
    vertical-align: top
}

.enterBl .payment .title {
    position: relative;
    left: 7px;
    display: block
}

.enterBl .payment .title+*,
.enterBl .payment .selectric-wrapper {
    margin-top: 11px
}

.enterBl .payment .listChek {
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;
    position: relative;
    margin-top: 0
}

.enterBl .payment .listChek .chekBl label {
    padding: 10px 0 10px 42px;
    font-size: 17px
}

.enterBl .payment .listChek .chekBl label:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    background-color: #fedc00;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: -6px;
    opacity: 0
}

.enterBl .payment .listChek .chekBl input:checked+label:after {
    opacity: 1
}

.enterBl .payment .listChek .chekBl label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: ""!important;
    border: solid 2px #454365
}

.enterBl .payment .selectric {
    background-color: #14102b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #444264;
    height: 58px;
    width: 100%
}

.enterBl .payment .selectric .label {
    font-size: 15px;
    color: #fff;
    padding: 9px 20px;
    margin: 0
}

.enterBl .payment .selectric .button {
    background: transparent;
    border: 0
}

.enterBl .payment .selectric .button:after {
    background-image: url(../img/arrow_selectric.png);
    width: 12px;
    height: 7px;
    border: 0;
    top: 17px;
    right: 20px
}

.totalBl {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 44px;
    padding: 44px 72px 44px 55px;
    justify-content: space-between
}

.totalBl .col {
    background-color: #373554;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 11px 0 14px;
    width: 450px;
    text-align: center;
    letter-spacing: 1.7px
}

.totalBl .col.percent {
    color: #fedc00
}

.totalBl .col.profit {
    color: #d21967
}

.totalBl .col .tit {
    font-size: 30px;
    font-weight: 700
}

.totalBl .btn {
    font-size: 17px;
    width: 400px;
    padding: 18px 0
}

.totalBl .col .val {
    font-size: 30px;
    font-weight: 900
}

.listPayment {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 6px 0
}

.listPayment .item {
    position: relative;
    width: 160px;
    height: 55px
}

.listPayment .item .pic {
    background-position: center;
    background-repeat: no-repeat;
    width: 145px;
    height: 52px;
    margin: 0 auto;
    position: relative;
    top: -3px
}

.listPayment .item input {
    display: none
}

.listPayment .item input:checked+label {
    background-color: #14102b;
    border-color: #454365
}

.listPayment .item input:checked+label .info {
    opacity: 1
}

.listPayment .item label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 2px transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer
}

.listPayment .item .info {
    position: absolute;
    top: -28px;
    text-align: center;
    left: 0;
    white-space: nowrap;
    opacity: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px
}

.listPayment .item .info .tit {
    color: #ac95ac;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.listPayment .item .info .val {
    color: #fedc00;
    font-size: 13px;
    font-weight: 700
}

.makeBl.with .selectPlan {
    padding: 43px 0 40px 166px
}

.makeBl.with .title b {
    font-size: 25px;
    display: block
}

.makeBl.with .amount {
    width: 100%;
    padding: 43px 19px 47px 157px
}

.makeBl.with .amount .title {
    display: inline-block;
    vertical-align: middle
}

.makeBl.with .amount .inputLine {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 37px;
    width: 300px
}

.makeBl.with .totalBl .profit {
    width: calc(100% - 488px)
}

.makeBl.with .totalBl .btn {
    letter-spacing: .8px
}

.referalsBl .accountBl .item+.item {
    padding: 0
}

.accountBl .filterBl {
    padding: 45px 35px 45px 61px
}

.accountBl .filterBl .dateTimeBl .col .tit {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

.accountBl .filterBl .dateTimeBl .col input {
    display: inline-block;
    vertical-align: middle;
    width: 242px
}

.genetalStat {
    display: flex;
    justify-content: space-between;
    margin-top: 55px
}

.genetalStat .line {
    position: relative;
    background-color: #2b2949;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.genetalStat .left {
    width: calc(50% - 15px)
}

.genetalStat .right {
    width: calc(50% - 15px)
}

.genetalStat .left .line {
    padding: 16px 40px 16px 70px;
    display: flex;
    justify-content: space-between
}

.genetalStat .left .line+.line {
    margin-top: 12px
}

.genetalStat .left .line [class*="icon-"] {
    position: absolute;
    left: 25px;
    top: 50%;
    color: #9c9cb1;
    font-size: 33px;
    margin-top: -20px
}

.genetalStat .left .line .tit {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px
}

.genetalStat .left .line:nth-child(1) .val {
    color: #dc2272
}

.genetalStat .left .line:nth-child(2) .val {
    color: #fedc00
}

.genetalStat .left .line:nth-child(3) .val {
    color: #9a49d0
}

.genetalStat .left .line .val {
    font-size: 20px;
    font-weight: 700
}

.tableInfoRef .line {
    display: flex;
    padding: 18px 0 18px 30px
}

.tableInfoRef .line+.line {
    margin-top: 15px
}

.tableInfoRef .line .col {
    width: calc(100% / 3)
}

.tableInfoRef .line .tit {
    color: #ac95ac;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.tableInfoRef .line .col:nth-child(2), .tableInfoRef .line .col:nth-child(3) {
    text-align: center
}

.tableInfoRef .line .col:nth-child(2) .val {
    color: #fedc00
}

.tableInfoRef .line .col:nth-child(3) .val {
    color: #ef2178
}

.tableInfoRef .line .val {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
    letter-spacing: .7px
}

.tableReferals {
    margin-top: 73px
}

.tableReferals .cap {
    font-size: 25px;
    font-weight: 900;
    color: #fff
}

.tableReferals .cap+* {
    margin-top: 46px
}

.tableReferals .list .item+.item {
    margin-top: 13px
}

.tableReferals .desrLine {
    background-color: #14102b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 17px 64px 20px;
    display: none;
    margin-top: 11px;
    letter-spacing: .7px
}

.tableReferals .desrLine p {
    color: #fff;
    font-size: 15px
}

.tableReferals .desrLine b {
    color: #fedc00
}

.tableReferals .infoLine.open {
    border-color: #dc2272
}

.tableReferals .infoLine {
    background-color: #2b2949;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 8px 49px 12px 17px;
    border: solid 2px transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tableReferals .infoLine .col [class*="icon-"] {
    font-size: 33px;
    color: #ac95ac;
    display: inline-block;
    vertical-align: middle
}

.tableReferals .infoLine .col .tit {
    color: #9f8aa1;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    text-transform: uppercase;
    letter-spacing: .7px
}

.tableReferals .infoLine .col .val {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    margin-left: 19px;
    letter-spacing: .7px
}

.tableReferals .infoLine .col .link:hover {
    text-decoration-color: transparent
}

.tableReferals .infoLine .col .link {
    color: #fedc00;
    font-size: 15px;
    text-decoration: underline
}

.tableReferals .infoLine.open .col:nth-child(1) [class*="icon-"] {
    color: #dc2272
}

.menuBtn {
    width: 46px;
    position: absolute;
    right: 16px;
    top: 105px;
    display: none
}

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

.menuBtn span+span {
    margin-top: 5px
}

.menuBtn.selected span {
    position: relative
}

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

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

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

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

.mobileTitleTable {
    display: none
}

.ui-datepicker {
    background-color: #14102b;
    color: #fff
}

.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 {
    background-color: #ef2178;
    border-color: #ef2178
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #fedc00;
    border-color: #fedc00
}

.listPlan .item input {
    display: none;
}

.listPlan .item input+label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
    cursor: pointer;
}

.listPlan .item input:checked+label+.pr {
    color: #000;
}

.listPlan .item input:checked+label+.pr .prTxt {
    background-color: #fedc00;
    color: #000;
    line-height: 86px;
}

.listPlan .item input:checked+label+.pr+ul {
    color: #000;
}

.listPlan .item input:checked+label+.pr+ul li span {
    background-color: #fedc00;
    color: #000;
}

.listPlan .item input:checked+label+.pr+ul+.desr {
    color: #000;
}

.listPlan .item input:checked+label+.pr+ul+.desr+.link {
    color: #000;
    opacity: 1;
}

.listPlan .item input:checked+label+.pr+ul+.desr+.link+.fonBl {
    opacity: 1;
}

footer .blickBl {
    right: 150px;
    top: -153px;
    left: auto;
}

.blickBl {
    background-image: url("../img/blick.png");
    position: absolute;
    width: 313px;
    height: 314px;
    left: 190px;
    bottom: -191px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: blick;
}

.blickBlTwo {
    background-image: url("../img/blick.png");
    position: absolute;
    width: 313px;
    height: 314px;
    left: 50%;
    bottom: 159px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: blick;
    margin-left: 106px;
}

.circleMain {
    background-image: url("../img/circlemain.png");
    width: 528px;
    height: 538px;
    position: absolute;
    left: 50%;
    top: 131px;
    margin-left: -46px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-name: circleMainRotate;
    z-index: -2;
}

.circleBig {
    background-image: url("../img/circlebig.png");
    width: 1729px;
    height: 1731px;
    position: absolute;
    left: -50%;
    top: -220px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-name: circleMainRotate;
    z-index: -1;
    margin-left: 50px;
}
.lastOper .circleBig{left: auto;right: -863px;top: -798px;z-index: -2;}
@keyframes circleMainRotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes blick {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.default_table {}
.default_table table tr th {
    width: 50%;
    padding: 5px 10px 5px 0;
    text-align: left;
    color: white;
}
.default_table table tr td {
    width: 50%;
    padding: 10px 40px 10px 0;
    text-align: left;
    color: white;
}
.default_table [type=submit],
.default_table [type=button] {
    margin-top: 50px;
    background: #fedc00;
    color: black;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}
.default_table [type=submit]:hover,
.default_table [type=button]:hover {
    opacity: 0.7;
}

.pagination {
    color: white;
    text-align: center;
    margin-top: 20px;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.rate_us .item {
    text-align: center;
    line-height: 349px;
}

.rate_us .item a {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

.rate_us .item a img {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}