html {
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body {
    margin:0;
    min-width: 1200px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display:block
}

audio,canvas,progress,video {
    display:inline-block;
    vertical-align:baseline
}

audio:not([controls]) {
    display:none;
    height:0
}

[hidden],template {
    display:none
}

a {
    background-color:transparent
}

a:active, a:hover {
    outline:0
}

abbr[title] {
    border-bottom:1px dotted
}

b,strong {
    font-weight:700
}

dfn {
    font-style:italic
}

h1 {
    font-size:2em;
    margin:.67em 0
}

mark {
    background:#ff0;
    color:#000
}

small {
    font-size:80%
}

sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}

sup {
    top:-.5em
}

sub {
    bottom:-.25em
}

img {
    border:0
}

svg:not(:root) {
    overflow:hidden
}

figure {
    margin:1em 40px
}

hr {
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}

pre {
    overflow:auto
}

code,kbd,pre,samp {
    font-family:monospace,monospace;
    font-size:1em
}

button,input,optgroup,select,textarea {
    color:inherit;
    font:inherit;
    margin:0;
    padding:0
}

button {
    overflow:visible
}

button,select {
    text-transform:none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer
}

button[disabled],html input[disabled] {
    cursor:default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border:0;
    padding:0
}

input {
    line-height:normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
    padding:0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height:auto
}

input[type="search"] {
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}

fieldset {
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}

legend {
    border:0;
    padding:0
}

textarea {
    overflow:auto
}

optgroup {
    font-weight:700
}

table {
    border-collapse:collapse;
    border-spacing:0
}

td,th {
    padding:0
}

html {
    box-sizing:border-box
}

*,::after,::before {
    box-sizing:inherit;
}

body,input,select,textarea,button {
    background:#fff;
    color:#393c4e;
    font-family:"Gotham Pro",sans-serif;
    font-size:15px;
    font-weight:400
}

a {
    color:inherit;
    text-decoration:none
}

a:hover {
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    color:#ffe450;
    opacity: 0.5;
}

ul {
    padding:0;
    margin:0 auto
}

ul li {
    list-style:none
}

strong,b {
    color:inherit;
    font-weight:700
}

em,i {
    font-style:italic
}

p {
    margin:0 auto
}

.align-left {
    text-align:left
}

.align-center {
    text-align:center
}

.align-right {
    text-align:right
}

.uppercase {
    text-transform:uppercase
}

.uppercase-none {
    text-transform:none;
    line-height: 23px;
    margin-top: 4px;
    display: block;
}

.f-normal {
    font-weight:400
}

.f-bold {
    font-weight:700
}

input[type="text"],input[type="number"],input[type="password"],input[type="email"],textarea {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    background:#efeff0;
    color: inherit;
    border:none;
    box-shadow: inset 3px 3px 5px 0px rgba(20,22,25,0.26);
    font-size:13px;
    padding:12px;
    width:100%
}

select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    background:#efeff0;
    color: inherit;
    border:none;
    box-shadow: inset 3px 3px 5px 0px rgba(20,22,25,0.26);
    font-size:13px;
    padding:12px;
    width:100%
}

.info-box {
    padding-bottom: 15px;
}

.info-box-title {
    font-weight:700;
    padding-bottom:9px
}

.info-box-title span {
    color:#e03667
}

.list-style {
    padding-bottom:30px;
    line-height: 31px;
    padding-left:24px;
}

.list-style li {
    list-style-image:url(../img/icon-list-style.png)
}

.list-style:last-child {
    padding-bottom:0
}

button,.button {
    overflow:hidden;
    white-space:nowrap;
    border:none;
    background:none;
    text-transform:uppercase;
    font-weight:700;
    width:100%;
    font-size:inherit;
    display: inline-block;
    text-decoration: none;
}

button:hover,.button:hover {
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    opacity: .5;
}

button .button-color-one,.button .button-color-one {
    border-color:#35bab4;
    background-color:#35bab4
}

button .button-color-two,.button .button-color-two {
    border-color:#ffe450;
    background-color:#ffe450;    
}

button .button-color-two p,.button .button-color-two p {
    color: black;
}

button .button-color-three,.button .button-color-three {
    border-color:#2f97c1;
    background-color:#2f97c1
}

button .button-text,.button .button-text {
    position:relative;
    height: 48px;
    line-height: 48px;
    margin: 0px 14px;
    color:#fff;
    display: block;
    text-align: center;
}

button .button-text p,.button .button-text p {
    padding-left: 48px;
    text-align:left
}

button .button-text .icon-balance,.button .button-text .icon-balance {
    background:url(../img/button-icon-balance.png) left no-repeat
}

button .button-text .icon-withdraw,.button .button-text .icon-withdraw {
    background:url(../img/button-icon-withdraw.png) left no-repeat
}

button .button-text .icon-deposit,.button .button-text .icon-deposit {
    background:url(../img/button-icon-deposit.png) left no-repeat
}

button .button-text .icon-join:before,.button .button-text .icon-join:before,
button .button-text .icon-login:before,.button .button-text .icon-login:before {
    content:" ";
    display:block;
    position:absolute;
    z-index:2;
    left: -6px;
    top: 7px;
    height: 33px;
    width: 38px;
    background-position: center;
}
button .button-text .icon-join:before,.button .button-text .icon-join:before{
    background: url(../img/button-icon-join.png) no-repeat;
}
button .button-text .icon-login:before,.button .button-text .icon-login:before {
    background: url(../img/button-icon-login.png) no-repeat;
}

button .button-text .icon-invite,.button .button-text .icon-invite {
    background:url(../img/button-icon-invite.png) left no-repeat
}

button .button-text .icon-plus,.button .button-text .icon-plus {
    background:url(../img/icon-faq.png) left no-repeat
}

button .button-text .icon-right-arrow,.button .button-text .icon-right-arrow {
    padding-left:0;
    text-align:center;
    background:url(../img/button-icon-right-arrow.png) right center no-repeat;
    margin-right:20px
}

button .button-text:before,.button .button-text:before {
    position:absolute;
    z-index: 1;
    top:0;
    height:0;
    width:0;
    content:"";
    right: -14px;
    border-style:solid;
    border-color:inherit;
    border-width: 24px 0 24px 14px;
    border-top:24px solid transparent;
    border-bottom:24px solid transparent
}

button .button-text:after,.button .button-text:after {
    position:absolute;
    top:0;
    height:0;
    width:0;
    content:"";
    left: -14px;
    border-style:solid;
    border-color:inherit;
    border-width: 24px 14px 24px 0;
    border-top:24px solid transparent;
    border-bottom:24px solid transparent
}

.icons .label {
    display:none
}

.icons a {
    display:inline-block;
    margin-right: 17px;
}

.icons a:last-child {
    margin-right:0
}

.icons a:hover {
    opacity: .5;
}

.icons .social-one {
    height:47px;
    width:54px;
    background:url(../img/icon-sotial-vk.png) center no-repeat
}

.icons .social-two {
    height:47px;
    width:54px;
    background:url(../img/icon-sotial-yt.png) center no-repeat
}

.icons .social-one-main {
    height:47px;
    width:54px;
    background:url(../img/icon-sotial-vk-main.png) center no-repeat
}

.icons .social-two-main {
    height:47px;
    width:54px;
    background:url(../img/icon-sotial-yt-main.png) center no-repeat
}

.radio {
    opacity:0
}

.radio:checked + label:after {
    opacity:1
}

.radio + label {
    cursor:pointer;
    position:relative;
    margin-right:35px
}

.radio + label:before {
    content:'';
    position:absolute;
    top:-3px;
    left:0;
    height:20px;
    width:20px;
    border: 1px solid #878787;
    border-radius:50%;
    background:#fff
}

.radio + label:after {
    content:'';
    position:absolute;
    top:2px;
    left:5px;
    height:10px;
    width:10px;
    border-radius:50%;
    background:#2f97c1;
    opacity:0;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    transition:all .2s
}

.check {
    padding-left:20px
}

.check input[type="checkbox"] {
    height:16px;
    width:16px;
    position:absolute;
    margin:0;
    opacity:0
}

.check:checked + label:after {
    opacity:1
}

.check + label {
    cursor:pointer;
    position:relative;
    padding-left:15px;
    line-height: 24px;
}

.check + label a {
    color:#e03667;
    text-decoration:underline #f7d9df
}

.check + label a:hover {
    text-decoration:none
}

.check + label:before {
    content:'';
    position:absolute;
    left: -19px;
    height:24px;
    width:24px;
    border-top:2px solid #d6d6d7;
    border-left:2px solid #d6d6d7;
    background:#efeff0
}

.check + label:after {
    content:'';
    position:absolute;
    top:3px;
    left:-12px;
    height:10px;
    width:10px;
    background:#e03667;
    opacity:0;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    transition:all .2s
}

.bg-header {
    background:url(../img/bg-header.png) center top no-repeat;
    height:777px;
    width:100%
}

.bg-header-main {
    background:url(../img/bg-header-main.png) center top no-repeat;
    height:1148px;
    width:100%;
    margin-bottom: -124px;
}

.header-contacts {
    height:50px;
    background:transparent;
    font-size:12px
}

.header-contacts ul {
    padding: 14px 0 0;
}

.header-contacts ul li {
    float:left;
    margin-left: 20px;
}

.header-contacts ul li:last-child {
    padding-right:0
}

.header-contacts .header-p {
    color:#fff;
    height:19px;
    line-height:19px;
    padding-left: 29px;
}

.header-contacts-left {
    float:left;
    position: relative;
}

.header-contacts .header-contacts-left .header-p {
    padding-left: 0;
}

.header-contacts-left .list{
    display: none;
}

.header-contacts-left .list{
    background-color: #fff;
    padding: 10px 0px;
    position: absolute;
    top: calc(100% + 10px);
    border: solid 1px #F5F5F7;
}
.header-contacts-left .list a{
    display: block;
    line-height: 27px;
    font-size: 14px;
    color:#000;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    padding: 0px 15px;
    word-wrap: none;
    min-width: 110px;
}
.header-contacts-left .list a img {
    vertical-align: middle;
    margin-right: 5px;
}
.header-contacts-left .list a:nth-child(2n){
    background-color: #F5F5F7;
}

.header-contacts-left .icon-arrow-down {
    color:#ffe450;
    background:url(../img/header-icon-lang-arrow.png) right center no-repeat;
    padding-right:20px;
    cursor:pointer
}
.header-contacts-left .icon-arrow-down:hover{
    opacity:0.5;
    cursor:pointer;
}

.header-contacts-right {
    float:right
}

.header-contacts-right .header-p-tel {
    background:url(../img/ico_tel.png) left center no-repeat
}

.header-contacts-right .header-p-tel .header-span-mail {
    color:#ffe450
}

.header-contacts-right .header-p-fb {
    background:url(../img/ico_fb.png) left center no-repeat
}

.header-contacts-right .header-p-fb .header-span-mail {
    color:#ffe450
}

.header-contacts-right .header-p-vk {
    background:url(../img/ico_vk.png) left center no-repeat
}

.header-contacts-right .header-p-vk .header-span-mail {
    color:#ffe450
}

.header-contacts-right .header-p-tw {
    background:url(../img/ico_tw.png) left center no-repeat
}

.header-contacts-right .header-p-tw .header-span-mail {
    color:#ffe450
}

.header-contacts-right .header-p-mail {
    background:url(../img/header-mail.png) left center no-repeat
}

.header-contacts-right .header-p-mail .header-span-mail {
    color:#ffe450
}

.header-contacts-right .header-p-call {
    background:url(../img/header-call.png) left center no-repeat
}

.header-contacts-right .header-p-call .header-span-call {
    color:#ffe450
}

.header-menu-logo {
    float:left;
}

.header-menu-logo a {
    display:block
}

.header-menu-nav {
    float:right;
    padding-top:38px;
    font-size:14px
}

.header-menu-nav li {
    float:left;
    padding-left: 25px;
    padding-right: 22px;
    line-height:18px;
    background:url(../img/header-icon-separator.png) left center no-repeat
}

.header-menu-nav li:first-child {
    background:url(../img/header-icon-home.png) left top no-repeat
}

.header-menu-nav li:last-child {
    padding-right:0
}

.header-menu-nav li a:hover,
.header-menu-nav li.active a {
    color: #ffe450;
}

.header-menu-nav li.active:first-child,
.header-menu-nav li:first-child:hover {
    background: url(../img/footer-icon-home-hover.png) left top no-repeat;
}

.header-menu-nav a:hover {
    opacity: 1;
}

.rainbow-title {
    float: left;
    border-radius:2px;
    font-size:64px;
    padding:20px 30px;
    margin-top: 50px;
}

.header-left-column .rainbow-title {
    float: none;
    padding: 0;
}

.tagline {
    margin-top: 60px;
    font-size:20px;
    color:#fff;
    font-weight:lighter;
    line-height: 34px;
    text-align: left;      
}

.tagline span {
    font-size:64px;
    line-height: 80px;
}

.tagline p {
    margin: 20px 0 0;
    text-transform: none;
    max-width: 400px;
}

.header-main-buttons {
    margin-top: 50px;
    margin-bottom:50px;
}

.header-main-buttons .button-size-one {
    width:155px;
    margin-right: 13px;
}

.header-main-buttons .button-size-two {
    width:275px
}

.main-social {
    color:#fff;
    display:inline-block;
    padding-right: 15px;
    vertical-align: 7px
}

.header-left-column {
    float: left;
}

.user-profile-content {
    width: 400px;
    font-size:13px;
    background:#fff;
    margin-top:130px;
    -webkit-box-shadow:10px -10px 20px -15px #000;
    -moz-box-shadow:10px -10px 20px -15px #000;
    box-shadow:10px -10px 20px -15px #000;
    padding:25px
}

.header-left-column .user-profile {
    display:block;
    padding-bottom:40px
}

.header-left-column .user-profile .user-photo {
    float:left;
    margin-right:25px;
    overflow:hidden;
    position:relative;
    height:115px;
    width:100px
}

.header-left-column .user-profile .user-photo:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:url(../img/hexagon.svg) no-repeat;
    background-size:100% 100%
}

.header-left-column .user-profile .greet-block {
    font-size:14px;
    color:inherit
}

.header-left-column .user-profile .greet-block p {
    margin-bottom: 15px;
}

.header-left-column .user-profile .greet-block p:last-child {
    margin-bottom:0
}

.header-left-column .user-profile .greet-block .user-name {
    color:#5f3d7d;
}

.header-left-column .user-profile .greet-block .exit-arrow {
    color:#e03667;
    background:url(../img/column-icon-exit-arrow.png) right center no-repeat;
    padding-right:20px
}

.header-left-column .user-info {
    padding:25px;
    border:solid 1px #e0e1e4;
    background: url(../img/brs.png) #f5f5f7;
    color:inherit
}

.header-left-column .user-info p {
    font-weight:700;
    margin-bottom:20px
}

.header-left-column .user-info p:last-child {
    margin-bottom:0
}

.header-left-column .user-info p span {
    font-weight:400
}

.header-right-column {
    font-size:14px
}

.header-right-column .column-title {
    height:18px;
    font-size:21px;
    color:#fff;
    margin-top: 20px;
    padding-left: 34px;
}

.header-right-column .column-p-user {
    background:url(../img/column-icon-user.png) left no-repeat;
}

.header-right-column .column-p-stats {
    margin-top:392px;
    height:24px;
    line-height:30px;
    padding-left:35px;
    background:url(../img/column-icon-stats.png) left no-repeat;
    font-weight:700;
}

.header-right-column .user-menu {
    margin-top: 20px;
}

.header-right-column .user-menu-stats {
    padding:30px 30px 15px;
    font-size:12px
}

.header-right-column .user-menu-stats li {
    background:#f5f5f7;
    border:1px solid #e0e1e4;
    border-bottom:none
}

.header-right-column .user-menu-stats li:nth-child(2n){
    background-color:#fff;
}
.header-right-column .user-menu-stats li:last-child {
    border-bottom:1px solid #e0e1e4
}

.header-right-column .user-menu-stats li p {
    display:table;
    padding:11px;
    width:100%
}

.header-right-column .user-menu-stats li p span {
    display:table-cell;
    text-align:right;
    font-weight:700;
    font-size:16px
}

.header-right-column .user-menu-links {
    padding:0 30px 30px;
    font-size:12px
}

.header-right-column .user-menu-links .links-one {
    color:#e03667;
}

.header-right-column .user-menu-links .links-two {
    color:#6f348a;
}

.header-right-column .user-menu-links .links-one-arrow {
    background:url(../img/index-menu-arrow-one.png) right no-repeat;
    padding-left: 20px;
}

.header-right-column .user-menu-links .links-two-arrow {
    background:url(../img/index-menu-arrow-two.png) right no-repeat;
    padding-left: 20px;
}

.header-right-column .user-menu-links a {
    line-height:37px;
    border-bottom: 1px solid;
}

.header-right-column .user-menu-logout {
    padding:30px;
    background: white;
}

.header-right-column .user-menu-logout li {
    background:#f5f5f7;
    margin-bottom:20px;
}

.header-right-column .user-menu-logout li:last-child {
    margin-bottom:0
}

.header-right-column .user-menu-logout li a {
    display:block;
    border:1px solid #e0e1e4;
    padding:11px
}

.header-right-column .user-menu-logout li a:hover,
.header-right-column .user-menu-logout li a.active {
    color: #e03667;
}

.header-right-column .user-menu-logout li a span {
    padding-left:20px;
    background:url(../img/column-icon-user-menu-arrow.png) left no-repeat
}

.header-right-column .user-menu-logout .before-user-menu-button {
    margin-top: 61px;
}

.header-right-column .user-menu-logout .user-menu-button {
    background:none;
}

.header-right-column .user-menu .form-login .user-menu-login {
    padding: 50px;
}

.header-right-column .user-menu .form-login .user-menu-login li {
    margin-bottom: 27px;
}

.header-right-column .user-menu .form-login .user-menu-login li:first-child {
    margin-bottom: 20px;
}

.header-right-column .user-menu .form-login .user-menu-login li:last-child {
    margin-bottom:0
}

.header-right-column .user-menu .form-login .uml-pad {
    padding: 38px;
    border:1px solid #e0e1e4
}

.header-right-column .user-menu .form-login .uml-pad li {
    margin-bottom: 30px;
}

.header-right-column .user-menu .form-login .uml-pad li:first-child {
    margin-bottom: 57px;
}

.header-right-column .user-menu .form-login .button-size {
    width:150px
}

.container {
    position: relative;
    max-width:1170px;
    margin-left:auto;
    margin-right:auto
}

.container::after {
    clear:both;
    content:"";
    display:table
}

.container .header-left-column {
    float:left;
    display:block;
}

.container .header-left-column:last-child {
    margin-right:0
}

.container .header-right-column {
    float:right;
    display:block;
    margin: 30px 0 0;
    width: 427px;
    height: 611px;
    background: url(../img/bg-login.png) no-repeat center top;
    padding: 0 14px 0 33px;
}

.container .header-right-column:last-child {
    margin-right:0
}

/* .container .header-left-column-main {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:65.88078%
}

.container .header-left-column-main:last-child {
    margin-right:0
}

.container .header-right-column-main {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%;
    margin-left:0;
    position: relative;
}

.container .header-right-column-main:last-child {
    margin-right: 0px;
} */

.bg-footer {
    background:url(../img/bg-footer.png) top no-repeat;
    font-size:14px
}

.bg-footer-one {
    height:142px;
    width:100%;
    padding-top:52px
}

.bg-footer-one li {
    float:left;
    padding-right:40px;
    height: 43px;
    line-height: 43px;
}

.bg-footer-one li:last-child {
    padding-right:0
}

.bg-footer-one li img {
    vertical-align: middle;
}

.bg-footer-one a:hover {
    opacity:.3
}

.bg-footer-two {
    height:182px
}

.bg-footer-two .footer-column-one {
    float:left;
    display:block;
    margin-right: 100px;    
    padding-top: 60px;
}

.bg-footer-two .footer-column-one:last-child {
    margin-right:0
}

.bg-footer-two .footer-column-two {
    float:left;
    display:block;    
    padding-top: 50px;
    padding-left: 60px;
}

.bg-footer-two .footer-column-two p span{
    font-size: 24px;
}
.bg-footer-two .footer-column-two p{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.bg-footer-two .footer-column-two:last-child {
    margin-right:0
}

.bg-footer-two .footer-column-three {
    float:right;
    display:block;    
    padding-top:67px
}

.bg-footer-two .footer-column-three:last-child {
    margin-right:0
}

.bg-footer-three {
    height:57px;
    color:#c3c6d3
}

.bg-footer-three .coop {
    float:left;
    margin-top: 21px;
    font-size:13px;
    margin-left: 7px;
}

.bg-footer-three-nav {
    float:right;
    margin-top: 21px;
    font-size:14px
}

.bg-footer-three-nav li {
    float:left;
    padding-left:25px;
    padding-right: 33px;
    background:url(../img/footer-icon-separator.png) left center no-repeat;
    line-height:17px
}

.bg-footer-three-nav li:first-child {
    background:url(../img/footer-icon-home-hover.png) left top no-repeat
}

.bg-footer-three-nav li:last-child {
    padding-right:0
}

.bg-footer-three-nav li .first-link {
    color:#ffd800
}

.bg-footer-three-nav li.active {
    color: #ffd800;
}

.section-one {
    height:400px;
    width:100%
}

.section-one-title {
    font-size: 33px;
    padding-top: 88px;
    color: inherit;
}

.section-one-title-terif {
    font-size: 33px;
    padding-top: 42px;
    padding-bottom: 49px;
    color: inherit;
}

.section-one .tables-one {
    color:#fff;
    font-size:17px;
    width:100%;
    margin-top: 64px;
}

.section-one .tables-one thead {
    background-color:#587291
}

.section-one .tables-one thead td {
    border-left:1px solid #718aa8;
    padding:0 5px;
    height:60px;
    width:117px
}

.section-one .tables-one thead td:first-child {
    border-left:none
}

.section-one .tables-one tbody {
    background-color:#ffe450
}

.section-one .tables-one tbody td {
    border-left:1px solid #ccc884;
    padding:0 5px;
    height:60px;
    color: #587291;
}

.section-one .tables-one tbody td:first-child {
    border-left:none
}

.section-two {
    background:url(../img/bg-section.png) #f5f5f7 center repeat;
    height: 691px;
    width:100%;
    color:#fff;
    font-size:13px
}

.section-two .masked-title p {
    background: #f2f2f3;
}

.section-two .masked-title {
    padding-top:86px;
    padding-bottom:50px
}

.section-two-column-one {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%
}

.section-two-column-one:last-child {
    margin-right:0
}

.section-two-column-one .tables-top {
    width:100%
}

.section-two-column-one .tables-top tbody {
    background-color:#2f97c1
}

.section-two-column-one .tables-top tbody tr {
    border-top:1px solid #54216d
}

.section-two-column-one .tables-top tbody tr:first-child {
    border-top:none
}

.section-two-column-one .tables-top tbody td {
    border-left:1px solid #54216d;
    padding:0 15px;
    height:45px
}

.section-two-column-one .tables-top tbody td:first-child {
    border-left:none;
    text-align:left
}

.section-two-column-one .tables-top tbody td span {
    font-weight:400;
    font-size:11px
}

.section-two-column-two {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%
}

.section-two-column-two:last-child {
    margin-right:0
}

.section-two-column-two .tables-statistics {
    width:100%
}

.section-two-column-two .tables-statistics tbody {
    background-color:#35bab4
}

.section-two-column-two .tables-statistics tbody tr {
    border-top:1px solid #aa2048
}

.section-two-column-two .tables-statistics tbody tr:first-child {
    border-top:none
}

.section-two-column-two .tables-statistics tbody td {
    border-left:1px solid #aa2048;
    padding:0 15px;
    height:45px;
}

.section-two-column-two .tables-statistics tbody td:first-child {
    border-left:none;
    text-align:left
}

.section-two-column-two .tables-statistics tbody td span {
    font-weight:400;
    font-size:11px
}

.section-two-column-three {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%
}

.section-two-column-three:last-child {
    margin-right:0
}

.section-two-column-three .tables-operation {
    width:100%
}

.section-two-column-three .tables-operation tbody {
    background-color:#ffe450
}

.section-two-column-three .tables-operation tbody tr {
    border-top:1px solid #b45c19
}

.section-two-column-three .tables-operation tbody tr:first-child {
    border-top:none
}

.section-two-column-three .tables-operation tbody td {
    border-left:1px solid #b45c19;
    padding:0 15px;
    height:45px;
    color: #587291;
}

.section-two-column-three .tables-operation tbody td:first-child {
    border-left:none;
    text-align:left;
    font-weight:400
}

.masked-title {
    text-transform:uppercase;
    font-weight:700
}

.masked-title p {
    position:absolute;
    background:inherit;
    margin: 61px 0 0 58px;
    font-size:19px;
    padding: 9px 0px 9px 9px;
    color:#393c4e;
    letter-spacing: 1.3px;
}

.masked-title span {
    font-size:100px;
    line-height: 100px;
    display: block;
}

.masked-title .numeral-one {
    color:#2f97c1;
    font-family: 'roboto';
    font-weight: 900;
}

.masked-title .numeral-two {
    color:#35bab4;
    font-family: 'roboto';
    font-weight: 900;
}

.masked-title .numeral-three {
    color:#ffe450;
    font-family: 'roboto';
    font-weight: 900;
}

.masked-title .numeral-four {
    color:#ffbd02;
    font-family: 'roboto';
    font-weight: 900;
}

.bg-replenishment {
    background:url(../img/bg-section.png) #f5f5f7 center top repeat;
    width:100%;
    font-size:13px;
    padding: 50px;
}

.bg-addfunds {
    padding: 80px 0 0;
}

.bg-replenishment .replenishment-title {
    font-size:21px;
    color:inherit
}

.bg-replenishment .replenishment {
    padding-top: 66px;
}

.bg-replenishment .replenishment div {
    display:inline-block;
    margin-right: 10px;
}
.bg-replenishment .replenishment div p {
    padding-right: 10px;
}

.bg-replenishment .replenishment-money {
    width:180px;
    background:#fff;
    color: inherit;
}
.bg-replenishment .replenishment-money[disabled] {
    background: lightgray;
}

.bg-replenishment .replenishment-currency .dropdown {
    position:relative;

}

.bg-replenishment .replenishment-currency .dropdown-button {
    white-space:nowrap;
    cursor:pointer;
    line-height:40px;
    padding:0 30px 0 6px;
    position:relative;
    background:#fff;
    color:inherit;
    border:none;
    box-shadow: inset 3px 3px 5px 0px rgba(20,22,25,0.26);
    font-size:13px;
    width:120px
}

.bg-replenishment .replenishment-currency .dropdown-button:hover {
    background-color:#f5f5f6
}

.bg-replenishment .replenishment-currency .dropdown-button:after {
    color:inherit;
    content:"\25BE";
    display:block;
    position:absolute;
    right:12px;
    top:0
}

.bg-replenishment .replenishment-currency .dropdown-menu {
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    background:#f5f5f7;
    border:1px solid #d6d6d7;
    color:inherit;
    cursor:pointer;
    display:none;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:42px;
    width:100%;
    z-index:99999
}

.bg-replenishment .replenishment-currency .dropdown-menu li {
    border-bottom:1px solid #d6d6d7;
    padding:6px
}

.bg-replenishment .replenishment-currency .dropdown-menu li:last-child {
    border:none
}

.bg-replenishment .replenishment-currency .dropdown-menu li:nth-child(2n) {
    background-color:#fff;
}

.bg-replenishment .replenishment-currency .dropdown-menu li:hover {
    opacity: 0.6;
}

.bg-replenishment .replenishment-currency .dropdown .show-menu {
    display:block
}

/* .bg-replenishment .replenishment-table {
    color:#fff;
    width:100%;
    margin-top: 70px;
}

.bg-replenishment .replenishment-table tr {
    background-color:#fff
}

.bg-replenishment .replenishment-table tr:first-child {
    background-color:#2f97c1;
    border:1px solid #e0e1e4;
    border-bottom:none
}

.bg-replenishment .replenishment-table tr:last-child {
    border:1px solid #e0e1e4;
    border-top:none
}

.bg-replenishment .replenishment-table td {
    border-left:1px solid #e0e1e4;
    border-right:1px solid #e0e1e4;
    padding:0 5px;
    height:60px;
    width: 117px;
} */

.bg-replenishment .replenishment-table {
    color:#fff;
    width:100%;
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.rt_tr_el {
    width: 100%;
}
.rt_tr_el_img {
    background-color:#2f97c1;
    border:1px solid #e0e1e4;
    border-bottom:none;
    padding: 0;
    height: 60px;
    line-height: 60px;
}
.rt_tr_el_img img {
    vertical-align: middle;    
}
.rt_tr_el_eps {
    background: #ffe450; 
    color: #587291;
    padding: 0;
    height: 60px;
    line-height: 60px;
    border-left:1px solid #e0e1e4;
    border-right:1px solid #e0e1e4;
    overflow: hidden;
    white-space: nowrap;
}
.rt_tr_el_input {
    border:1px solid #e0e1e4;
    border-top:none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    background-color:#fff;
    text-align: center;
}
.rt_tr_el_input input {
    display: none;
}
.rt_tr_el_input label {}

.bg-replenishment .replenishment-subtitle {
    padding-top: 60px;
    color:#35bab4
}

.bg-replenishment .replenishment-price {
    color:#35bab4;
    font-size:55px;
    padding-top: 17px;
    padding-bottom: 59px;
}

.bg-replenishment .button-size {
    width:250px
}

.bg-referrals {
    background:url(../img/bg-referrals.png) center no-repeat;
    height:356px;
    width:100%;
    font-size:13px;
    color:#fff
}

.bg-referrals .referrals-title {
    font-size: 33px;
    padding: 52px 0;
    color:inherit
}

.bg-referrals .referrals-left-column,.bg-referrals .referrals-right-column {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:40.29137%
}

.bg-referrals .referrals-left-column:last-child,.bg-referrals .referrals-right-column:last-child {
    margin-right:0
}

.bg-referrals .referrals-left-column p,.bg-referrals .referrals-right-column p {
    display:table;
    width:100%;
    margin-bottom: 32px;
}

.bg-referrals .referrals-left-column p:last-child,.bg-referrals .referrals-right-column p:last-child {
    margin-bottom:0
}
.bg-referrals .referrals-left-column p span,.bg-referrals .referrals-right-column p span{
}

.bg-referrals .referrals-left-column p span,.bg-referrals .referrals-right-column p span:nth-child(2) {}
.bg-referrals .referrals-left-column p span,.bg-referrals .referrals-right-column p span:last-child {
    display:table-cell;
    text-align:right;
    color:#ffb71f;
    font-size:21px
}

.bg-referrals .referrals-left-column p .refer-link,.bg-referrals .referrals-right-column p .refer-link {
    font-size:15px
}

.bg-referrals .referrals-right-column {
    margin-left:17.05961%
}

.bg-referrals-list {
    background:url(../img/bg-section.png) #f5f5f7 center top repeat;
    width:100%;
    font-size:13px;
    padding-bottom: 50px;
}

.bg-referrals-list .referrals-list-title {
    font-size:33px;
    padding-top: 84px;
    padding-bottom: 61px;
    color:inherit
}

.bg-referrals-list .referrals {
    font-size:13px;
    display:inline-block;
    padding-bottom: 17px;
}

.bg-referrals-list .referrals .referrals-left {
    height:80px;
    width:310px;
    float:left;
    background-color:#fff;
    border:1px solid #dcdcdc;
    border-left:0;
    padding: 17px 24px 20px 27px;
    position:relative;
    white-space:nowrap
}

.bg-referrals-list .referrals .referrals-left-title {
    width:100%;
    color:#6f348a;
    padding-bottom:5px;
    font-size: 17px;
}

.bg-referrals-list .referrals .referrals-left span {
    font-weight:400
}

.bg-referrals-list .referrals .referrals-left:before {
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:100%;
    display:block;
    height:80px;
    width:23px;
    left:-23px;
    content:"";
    background:url(../img/bg-white-arrow-left.png) top left no-repeat
}

.bg-referrals-list .referrals .referrals-left-center {
    height:80px;
    width:250px;
    float:left;
    background-color:#2f97c1;
    color:#fff;
    padding: 26px;
    position:relative;
    white-space:nowrap
}

.bg-referrals-list .referrals .referrals-left-center span {
    font-size:19px
}

.bg-referrals-list .referrals .referrals-left-center:after {
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:100%;
    display:block;
    height:80px;
    width:23px;
    left:-23px;
    content:"";
    background:url(../img/bg-purple-arrow-left.png) top left no-repeat
}

.bg-referrals-list .referrals .referrals-right-center {
    height:80px;
    width:250px;
    float:left;
    background-color:#ffe450;
    border:#fff;
    color:#587291;
    border-left:1px solid #dcdcdc;
    padding: 26px;
    position:relative;
    white-space:nowrap
}

.bg-referrals-list .referrals .referrals-right-center span {
    font-size:19px
}

.bg-referrals-list .referrals .referrals-right-center:after {
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:100%;
    display:block;
    height:80px;
    width:23px;
    right:-23px;
    content:"";
    background:url(../img/bg-pink-arrow-right.png) top right no-repeat;
    z-index:1
}

.bg-referrals-list .referrals .referrals-right {
    height:80px;
    width:310px;
    float:left;
    background-color:#fff;
    border:1px solid #dcdcdc;
    border-left:0;
    padding:30px 20px;
    position:relative;
    white-space:nowrap
}

.bg-referrals-list .referrals .referrals-right span {
    font-weight:400
}

.bg-referrals-list .referrals .referrals-right:after {
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:100%;
    display:block;
    height:80px;
    width:23px;
    right:-23px;
    content:"";
    background:url(../img/bg-white-arrow-right.png) top right no-repeat
}

.bg-referrals-list .referrals .referrals-right-dark {
    background-color:#587291;
    border:#587291;
    padding:20px
}

.bg-referrals-list .referrals .referrals-right-dark .img-left {
    float:left;
    padding-left: 50px;
    padding-top:10px
}

.bg-referrals-list .referrals .referrals-right-dark-title {
    width:100%;
    color:#fff;
    padding-bottom: 6px;
}

.bg-referrals-list .referrals .referrals-right-dark span {
    color:#ffbf01
}

.bg-referrals-list .referrals .referrals-right-dark:after {
    background:url(../img/bg-dark-arrow-right.png) top right no-repeat
}

.bg-referrals-list .referrals .referrals-left-fs {
    font-size:17px
}

.bg-personal {
    background:url(../img/bg-section.png) #f5f5f7 center top repeat;
    width:100%;
    font-size:13px
}

.bg-personal .personal-title {
    font-size:33px;
    padding-top: 83px;
    padding-bottom: 71px;
    color:inherit
}

.bg-personal .personal-column-one {
    float:left;
    display:block;
    margin-right: 28px;
    width: 370px;
}

.bg-personal .personal-column-one:last-child {
    margin-right:0
}

.bg-personal .personal-column-two {
    float:left;
    display:block;
    margin-right: 28px;
    width: 370px;
}

.bg-personal .personal-column-two:last-child {
    margin-right:0
}

.bg-personal .personal-column-three {
    float:left;
    display:block;
    margin-right: 28px;
    width: 370px;
}

.bg-personal .personal-column-three:last-child {
    margin-right:0
}

.bg-personal .personal {
    font-size: 0;
}

.bg-personal .personal .dropdown2 {
    position:relative;
    font-size:13px;
    display:inline-block;
    padding-bottom: 12px;
    width: 33%;
    padding: 0 5px;
}

.bg-personal .personal .dropdown2-description {
    padding-bottom: 3px;
    font-size:14px
}

.bg-personal .personal .dropdown2-button {
    float:right;
    cursor:pointer;
    line-height:42px;
    height:42px;
    width:120px;
    padding:0 30px 0 10px;
    position:relative;
    background:#fff;
    color:#35bab4;
    border:1px solid #bec0c5;
    border-left:none
}

.bg-personal .personal .dropdown2-button:hover {
    background:#f5f5f6
}

.bg-personal .personal .dropdown2-button:after {
    height:42px;
    width:42px;
    content:"";
    display:block;
    position:absolute;
    right:20px;
    top:0;
    background:url(../img/column-icon-exit-arrow.png) right no-repeat
}

.bg-personal .personal .dropdown2 input[type="text"],
.bg-personal .personal .dropdown2 input[type="password"],
.bg-personal .personal .dropdown2 select {
    height:42px;
    width: 100%;
    display: inline-block;
    background:transparent;
    border:1px solid #bec0c5;
    color:#393c4e;    
}

.bg-personal .button-size {
    width: 185px;
    margin-top: 40px;
}

.bg-faq {
    height:100%;
    width:100%;
    margin-top: 20px;
    padding-bottom: 195px;
}

.bg-faq .faq-column-right {
    float:left;
    display:block;
}

.bg-faq .masked-title {
    background:#fff;
    padding: 33px 0 50px 0;
}

.bg-faq .masked-title:first-child {
    padding-top:0
}

.bg-faq .expander {
    width:100%;
    position:relative;
    text-transform:uppercase;
    font-weight:700;
    padding-bottom:20px
}

.bg-faq .expander .expander-title {
    font-size:13px;
    height:46px;
    background:#f5f5f7;
    border:solid 1px #e0e1e4;
    border-left:0;
    border-right:0;
    line-height:46px;
    white-space:nowrap;
    cursor:pointer
}

.bg-faq .expander .expander-title:before {
    content:"";
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:100%;
    height:46px;
    width:15px;
    left:-15px;
    background:url(../img/bg-faq-arrow-left.png) top left no-repeat
}

.bg-faq .expander .expander-title:after {
    content:"";
    position:absolute;
    top:0;
    right:auto;
    bottom:0;
    left:100%;
    height:46px;
    width:15px;
    right:-15px;
    background:url(../img/bg-faq-arrow-right.png) top right no-repeat
}

.bg-faq .expander .expander-title .expander-icon {
    display:block;
    padding-left:49px;
    background:url(../img/icon-faq.png) left no-repeat
}

.bg-faq .expander .expander-title .expander-icon-hidden {
    display:block;
    padding-left:49px;
    background:url(../img/icon-faq-hidden.png) left no-repeat
}

.bg-faq .expander .expander-content {
    display:none
}

.bg-faq .expander .expander-content-hidden {
    padding: 36px 0 10px 0;
    text-transform:none;
    font-weight:400;
    line-height: 27px;
}

.bg-abut {
    height:100%;
    width:100%;
    padding-top:60px;
    padding-bottom: 160px;
}

.bg-abut p {
    padding-bottom: 35px;
    line-height: 27px;
}

.bg-abut p:last-child {
    padding-bottom:0
}

.bg-abut .shift-column-right {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:74.41059%;
    margin-left:25.58941%;
    margin-right:0;
    padding-bottom: 45px;
}

.bg-abut .shift-column-right:last-child {
    margin-right:0
}

.bg-abut .shift-column-right-title {
    font-size:21px
}

.bg-abut .column-left {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%
}

.bg-abut .column-left:last-child {
    margin-right:0
}

.bg-abut .column-right {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%;
    margin-right:0
}

.bg-abut .column-right:last-child {
    margin-right:0
}

.bg-abut img {
    padding:10px;
    border:2px solid #efeff0;
    background:#fff;
    margin-bottom:30px;
    height:100%;
    width:100%
}

.bg-abut img:last-child {
    margin-bottom:0
}

.bg-abut .column-none {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:100%;
    padding-top:40px
}

.bg-abut .column-none:last-child {
    margin-right:0
}

.bg-contacts {
    height:100%;
    width:100%;
    padding-top: 22px;
    padding-bottom: 170px;
}

.bg-contacts .masked-title {
    background:#fff;
    padding-bottom: 27px;
}

.bg-contacts .icons p {
    padding: 22px 0;
}

.bg-contacts .shift-column-left {
    float:left;
    display:block;
}

.bg-contacts .shift-column-left>span {
    display: block;
    padding: 10px;
    border: 1px solid #e2e3e6;
}

.bg-contacts .shift-column-left>span img {    
    display: block;
}

.bg-contacts .shift-column-left form {
    width: 366px;
}

.bg-contacts .shift-column-right {
    float:right;
    display:block;
}

.bg-contacts .bgc-col1 .shift-column-right {
    width: 630px;
}

.c_scr_left {
    width: 50%;
    float: left;
}

.bg-contacts .shift-column-right .map {
    width: 745px;
    height: 585px;
    border: 1px solid #e2e3e6;
    padding: 10px;
}

.bg-contacts .shift-column-right .contact-info {
    position: absolute;
    height: 97px;
    width: 84px;
}

.bg-contacts .shift-column-right .contact-info-text {
    height: 100%;
    width: 100%;
    min-height: 97px;
    padding: 25px 0 60px 110px;
}

.bg-contacts .shift-column-right .contact-info-text p {
    padding-bottom: 10px;
}

.bg-contacts .shift-column-right .contact-info-mail {
    background:url(../img/icon-contacts-mail.png) center left no-repeat
}

.bg-contacts .shift-column-right .contact-info-in {
    background:url(../img/icon-contacts-in.png) center left no-repeat
}

.bg-contacts .shift-column-right .contact-info-call {
    background:url(../img/icon-contacts-call.png) center left no-repeat
}

.bg-contacts .shift-column-right .contact-info-address {
    background:url(../img/icon-contacts-address.png) center left no-repeat
}

.bg-contacts .column-right {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:31.76157%;
    margin-right:0
}

.bg-contacts .column-right:last-child {
    margin-right:0
}

.bg-contacts .column-right .button-size {
    width:180px;
    margin-top: 30px;
}

.bg-registration {
    height:100%;
    width:100%
}

.bg-registration .container:before {
    content: " ";
    display: block;
    width: 384px;
    height: 581px;
    background-image: url(../img/reg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -133px;
    top: -50px;
}

.bg-registration .registration-column-right {
    float:right;
    display:block;
    width: 820px;
    margin: 79px 0 246px 0;
}

.bg-registration .registration-column-right:last-child {
    margin-right:0
}

.bg-registration .registration-column-right .registration .ewrewr {
    display:inline-block
}

.bg-registration .registration-column-right .registration .ewrewr .info-box {
    width:410px;
    padding-right: 50px;
    float:left
}

.bg-registration .registration-column-right .registration .ewrewr .info-box:last-child {
    margin-top: 25px;
    font-size:13px;
    padding-right:0
}

.bg-registration .button-size {
    width:280px;
    margin-top: 65px;
}

.bg-calculator {
    background:url(../img/bg-calculator.png) center top no-repeat;
    height:196px;
    /* font-size: 14px; */
}

.bg-calculator p {
    color:#fff
}

.bg-calculator .replenishment-title {
    font-size:33px;
    /* padding-top: 34px; */
    padding-left:250px;
    color:#fff
}

.bg-calculator .replenishment {
    padding-top: 31px;
    padding-left:250px
}

.bg-calculator .replenishment .dropdown-button {
    width:180px
}

.bg-calculator .calculator-result {    
    width:150px;    
    color:#ffb71f;
    white-space:nowrap;
    float: right;
    margin: -40px 0 0 !important;
}

.bg-calculator .calculator-result p {
    color:inherit;
}

.bg-calculator .calculator-result span {
    font-size:33px;
    line-height:60px
}

.bg-advantages {
    padding-top: 75px;
    padding-bottom: 37px;
}

.bg-advantages .masked-title {
    background:#fff;
    padding-bottom: 107px;
}

.bg-advantages .block {
    float:left;
    display:block;
    width: 25%;
    margin-bottom: 71px;
    height:100%;
    font-size:13px
}

.bg-advantages .block:last-child {
    margin-right:0
}

.bg-advantages .block .advantages-info {
    min-height:64px;
    line-height:60px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 16px;
}

.bg-advantages .block .advantages-info-text {
    margin-top: 1px;
    margin-left:70px;
    padding-right: 20px;
    vertical-align: middle;
    display: inline-block;
}
.bg-advantages .block .advantages-info-text p {
    line-height: 20px;
}

.bg-advantages .block .advantages-info-icon1 {
    background: url(../img/icon-advantages-1.png) 0px 0px no-repeat;
}

.bg-advantages .block .advantages-info-icon2 {
    background:url(../img/icon-advantages-2.png) top left no-repeat
}

.bg-advantages .block .advantages-info-icon3 {
    background:url(../img/icon-advantages-3.png) top left no-repeat
}

.bg-advantages .block .advantages-info-icon4 {
    background:url(../img/icon-advantages-4.png) top left no-repeat
}

.bg-advantages .block .advantages-info-icon5 {
    background:url(../img/icon-advantages-5.png) top left no-repeat
}

.bg-advantages .block .advantages-info-icon6 {
    background:url(../img/icon-advantages-6.png) top left no-repeat
}

.bg-advantages .block .advantages-info-icon7 {
    background:url(../img/icon-advantages-7.png) top left no-repeat
}

.bg-advantages .block .advantages-info-icon8 {
    background:url(../img/icon-advantages-8.png) top left no-repeat
}

.group-petals {
    font-size:13px;
    color:#fff;
    line-height: 20px;
    min-height: 640px;
    margin-top: 15px;
}

.group-petals .fdsfds1 {
    padding: 47px 20px;
    text-align:center
}

.group-petals .fdsfds1 .refd {
    padding-bottom: 22px;
    line-height:20px;
    font-size:33px
}

.group-petals .dsf0 {
    position:absolute;
    margin-left:272px;
    margin-top:248px;
    height:126px;
    width:109px;
    background:url(../img/img-petal-0.png) center right no-repeat
}

.group-petals .dsf1 {
    position:absolute;
    margin-left:330px;
    height:245px;
    width:213px;
    background:url(../img/img-petal-1.png) center right no-repeat
}

.group-petals .dsf2 {
    position:absolute;
    margin-left:429px;
    margin-top:189px;
    height:246px;
    width:223px;
    background:url(../img/img-petal-2.png) center right no-repeat
}

.group-petals .dsf3 {
    position:absolute;
    margin-left:330px;
    margin-top:379px;
    height:245px;
    width:213px;
    background:url(../img/img-petal-3.png) center right no-repeat
}

.group-petals .dsf4 {
    position:absolute;
    margin-left:110px;
    margin-top:379px;
    height:245px;
    width:213px;
    background:url(../img/img-petal-4.png) center right no-repeat
}

.group-petals .dsf5 {
    position:absolute;
    margin-top:189px;
    height:246px;
    width: 225px;
    background:url(../img/img-petal-5.png) center right no-repeat
}

.group-petals .dsf6 {
    position:absolute;
    margin-left:110px;
    height:245px;
    width:213px;
    background:url(../img/img-petal-6.png) center right no-repeat
}
/* 
.right-choice {
    background:url(../img/bg-section.png) #f5f5f7 top center repeat;
    height:100%;
    width:100%;
    padding-top: 43px;
    padding-bottom: 46px;
}

.right-choice-column-left {
    float:left;
    display:block;
    margin-right: 25px;
    width: 775px;
}

.right-choice-column-left:last-child {
    margin-right:0
}

.right-choice-column-right {
    float:left;
    display:block;
    width: 370px;
}

.right-choice-column-right:last-child {
    margin-right:0
}

.right-choice-column-right .masked-title {
    padding-top: 30px;
    margin-bottom: 59px;
    background:#f5f5f7
}

.right-choice-column-right .dvdfvbfdbvf {
    line-height:27px;
    padding-left: 5px;
}

.right-choice-column-right .dvdfvbfdbvf .button-size {
    width:161px;
    font-size: 14px;
    margin-top: 22px;
}

.right-choice-column-right .dvdfvbfdbvf p {
    padding-bottom: 26px;
    text-align: justify;
}

.right-choice-column-right .dvdfvbfdbvf p:last-child {
    padding-bottom:0
} */

.bg-tariff {
    height:100%;
    width:100%;
    padding-bottom: 70px;
}

.bg-tariff-no  {
    padding-bottom: 85px;
}

.bg-tariff .masked-title {
    background:#fff;
    margin-top: 57px;
    margin-bottom: 68px;
    margin-left: 521px;
}

.tariff-column-left {
    float: left;
    width: 200px;
    margin-top: 230px;
}
.bg-faq .tariff-column-left {
    margin: 0 30px;
}
.tariff-column-left .tcl-img {
    display: block;
    width: 200px;
    height: 266px;
    background: url(../img/plans-gerb.png) no-repeat 10px 10px;
    background-size: 178px 244px;
    border: 1px solid #e2e3e6;
    padding: 8px;
    margin-bottom: 10px;
}
.tariff-column-left .tcl-img p {
    font-size: 10px;
    color: white;
    padding: 150px 14px 0 14px;
    text-align: center;
}
.tariff-column-left .tcl-title {
    font-size: 16px;
    color: #393c4e;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.tariff-column-left .tcl-text {
    font-size: 14px;
    color: #393c4e;
    margin-bottom: 5px;
    text-align: center;
}

.bg-tariff .tariff-column-right {
    float:right;
    display:block;
}

.bg-tariff .tariff-column-right:last-child {
    margin-right:0
}

.bg-tariff .column-none p {
    padding-bottom:40px;
    line-height: 27px;
}

.bg-tariff .tariff {
    height:100%;
    width: 194px;
    float: left;
    margin-right: 38px;
}

.bg-tariff-no{
    text-align:center;
}
.bg-tariff-no .tariff {
    display:inline-block;
    margin: 0 50px;
    float:none;
}
.bg-tariff-no .column-none + .tariff{
    margin-left:0px;
}
.bg-tariff-no .container div:last-child{
    margin-right:0px;
}
.bg-tariff-no .column-none{
}
.bg-tariff .tariff:last-child {
    margin-right:0
}

.bg-tariff .tariff-before-bg {
    height:242px;
    background:url(../img/img-tariff-before-bg.png) top center no-repeat
}

.bg-tariff .tariff-before-block {
    position:absolute;
    height:179px;
    width:154px;
    color:#fff;
    margin-top:23px;
    margin-left:20px
}

.bg-tariff .tariff-before-block .tariff-before-text {
    font-size:16px;
    margin-top:43px;
    line-height:40px;
    text-align: center;
}

.bg-tariff .tariff-before-block .tariff-before-text .text-full {
    font-size:35px
}

.bg-tariff .tariff-after-bg {
    height:67px;
    background:url(../img/img-tariff-after-bg.png) bottom center no-repeat
}

.bg-tariff .tariff-after-particle {
    position:absolute;
    height:20px;
    width:18px;
    margin-top: 28px;
    margin-left:87px
}

.bg-tariff .tariff .tariff-ul {
    font-size:13px
}

.bg-tariff .tariff .tariff-ul li {
    line-height: 31px;
    background:#f5f5f7;
    border:1px solid #e0e1e4;
    border-bottom:none
}

.bg-tariff .tariff .tariff-ul li:last-child {
    border-top:1px solid #e0e1e4;
    padding-top: 12px;
    letter-spacing: 0.5px;
}

.bg-tariff .tariff .tariff-ul li .tariff-link {
    border-bottom: 1px solid;
}

.bg-tariff .tariff .tariff-ul li .tariff-link:hover {
    opacity: .5;
}

.bg-tariff .tariff .tariff-ul li:nth-child(2n) {
    background-color:#fff;
}

.bg-tariff .tariff .block-1 {
    background:url(../img/img-tariff-block-1.png) top center no-repeat
}

.bg-tariff .tariff .tariff-link-1 {
    color:#59c9a5;
    text-decoration:underline #E1D8E5
}

.bg-tariff .tariff .particle-1 {
    background:url(../img/img-tariff-particle-1.png) top center no-repeat
}

.bg-tariff .tariff .block-2 {
    background:url(../img/img-tariff-block-2.png) top center no-repeat
}

.bg-tariff .tariff .tariff-link-2 {
    color:#ffbd02;
    text-decoration:underline #f7d9df
}

.bg-tariff .tariff .particle-2 {
    background:url(../img/img-tariff-particle-2.png) top center no-repeat
}

.bg-tariff .tariff .block-3 {
    background:url(../img/img-tariff-block-3.png) top center no-repeat
}

.bg-tariff .tariff .tariff-link-3 {
    color:#2f97c1;
    text-decoration:underline #fee2d9
}

.bg-tariff .tariff .particle-3 {
    background:url(../img/img-tariff-particle-3.png) top center no-repeat
}

.bg-tariff .tariff .block-4 {
    background:url(../img/img-tariff-block-4.png) top center no-repeat
}

.bg-tariff .tariff .tariff-link-4 {
    color:#1396a0;
    text-decoration:underline #ffedd5
}

.bg-tariff .tariff .particle-4 {
    background:url(../img/img-tariff-particle-4.png) top center no-repeat
}

.tcr-etc-1, .tcr-etc-2, .tcr-etc-3 {
    width: 25%;
    display: inline-block;
    float: right;
    min-height: 64px;
    padding: 0 15px 0 75px;
    margin-top: 45px;
}
.tcr-etc-1 {
    background: url(../img/tariff-itc1.png) no-repeat left top;
}

.tcr-etc-2 {
    background: url(../img/tariff-itc2.png) no-repeat left top;
}

.tcr-etc-3 {
    background: url(../img/tariff-itc3.png) no-repeat left top;
}

.bg-tariffs {
    background:url(../img/novs.png) #f5f5f7 top center no-repeat;
    height:100%;
    width:100%;
    min-height: 918px;
}

.bg-tariffs-title {
    font-size:33px;
    padding-top: 103px;
    padding-bottom: 89px;
}

.bg-tariffs .masked-title {
    background:inherit;
    display:block;
    padding: 20px 30px;
}

.bg-tariffs .masked-title p {
    font-size: 15px;
    margin: 35px 0 0 37px;
    line-height: 25px;
    padding: 0;
    padding-left: 4px;
}

.bg-tariffs .masked-title span {
    font-size:65px;
    line-height: 60px;
}

.bg-tariffs .accordion-tabs {
    float:left;
    display:block;
    margin-right:2.35765%;
    width: 62.35098%;
}

.bg-tariffs .accordion-tabs:last-child {
    margin-right:0
}

.bg-tariffs .accordion-tabs .tabhead {
    width:100%;
    display:table
}

.bg-tariffs .accordion-tabs .tabhead:before {
    content: " ";
    display: block;
    width: 263px;
    height: 378px;
    background-image: url(../img/amn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 465px;
    top: 409px;
}

.bg-tariffs .accordion-tabs .tabhead .tabitem {
    width:50%;
    display:table-cell;
    border:1px solid #e2e3e6;
    border-right:none;
    cursor:pointer;
    background:#f5f5f7
}

.bg-tariffs .accordion-tabs .tabhead .tabitem:last-child {
    border-right:1px solid #e2e3e6
}

.bg-tariffs .accordion-tabs .tabhead .tabitem.is-active {
    border-bottom:transparent;
    background:#fff
}

.bg-tariffs .accordion-tabs .tabhead .tabitem .sdfdsf {
    display:table-cell;
    border:1px solid #e2e3e6;
    border-top:none;
    background:#fff
}

.bg-tariffs .accordion-tabs .tabs-content {
    display:none;
    width:100%;
    padding: 42px 40px;
    background:#fff;
    border:1px solid #e2e3e6;
    border-top:none;
    min-height: 455px;
}

.bg-tariffs .accordion-tabs .tabs-content .fdsfd {
    height:0;
    width: 440px;
}

.bg-tariffs .accordion-tabs .tabs-content .fdsfd:last-child {
    margin-bottom:0
}

.bg-tariffs .accordion-tabs .tabs-content .lv {
    padding: 20px 10px;
}

.bg-tariffs .accordion-tabs .tabs-content .lv p {
    line-height:24px
}

.bg-tariffs .accordion-tabs .is-open {
    display:block
}

.bg-tariffs .accordion-tabs22 {
    margin-left:3.5298%;
    float:left;
    display:block;
    margin-right:2.35765%;
    width: 31.76157%;
}

.bg-tariffs .accordion-tabs22:last-child {
    margin-right:0
}

.bg-tariffs .accordion-tabs22 .column-title {
    padding-left:0
}

.accordion-tabs-ref .tabitem {
    display: inline-block;
    margin: 0 30px;
    cursor: pointer;
}
.accordion-tabs-ref .tabitem.is-active, .accordion-tabs-ref .tabitem:hover {
    color: #e481d9;
}
.accordion-tabs-ref .tabitem .referrals-list-title {
    font-size: 23px;
}
.accordion-tabs-ref .tabs-content {
    display: none;
}
.accordion-tabs-ref .tabs-content.is-open {
    display: block;
}

.cvbvcvbvc {
    background:url(../img/main2222.png) #fff top center no-repeat;
    height:100%;
    width:100%;
    padding-top: 73px;
    min-height: 1000px;
}

.cvbvcvbvc .masked-title p {
    color:#fff;
    margin-left: 120px;
}

.cvbvcvbvc-left-column {
    float:left;
    display:block;
    width: 585px;
}

.cvbvcvbvc-left-column:last-child {
    margin-right:0
}

.cvbvcvbvc-right-column {
    float:right;
    display:block;
    width: 524px;
    color:#fff;
    margin-top: 67px;
}

.cvbvcvbvc-right-column:last-child {
    margin-right:0
}

.cvbvcvbvc-right-column p {
    line-height:27px;
    padding-bottom: 27px;
    text-align: justify;
    font-weight: 300;
}

.cvbvcvbvc-right-column p:last-child {
    padding-bottom:0
}

.cvbvcvbvc-right-column a {
    color: #ffbd02;
    /* border-bottom: 1px solid; */
}

.cvbvcvbvc-right-column .button-size {
    width:230px;
    margin-top: 25px;
}

.cvbvcvbvc-right-column .button-size p {
    line-height:48px
}

.cvbvcvbvc .dsfsdfdsf {
    background:url(../img/bg-rainbow-block-left.png) top center no-repeat;
    margin-top: 50px;
    padding: 61px 25px 0px 25px;
    min-height: 560px;
}

.cvbvcvbvc .column-title {
    height:18px;
    font-size:21px;
    color:#fff;
    margin-top:-55px;
    padding-bottom:55px;
    line-height:55px
}

.cvbvcvbvc .ewrewr {
    padding: 39px 28px 0 34px;
    min-height:350px;
    font-size:13px;
    background:#fff;
    -webkit-box-shadow:10px -10px 20px -15px #000;
    -moz-box-shadow:10px -10px 20px -15px #000;
    box-shadow:10px -10px 20px -15px #000
}

.cvbvcvbvc .ewrewr .dsgdfgfdgfd {
    line-height:22px;
    font-weight:lighter;
    border-top:1px solid #e0e1e4;
    padding-top: 24px;
    margin-bottom: 13px;
}
/* 
.cvbvcvbvc .ewrewr .dsgdfgfdgfd:first-child {
    border-top:none;
    padding-top:0
}

.cvbvcvbvc .ewrewr .dsgdfgfdgfd-title {
    color:#6F348A;
    text-decoration:underline #E1D8E5
}

.cvbvcvbvc .ewrewr .dsgdfgfdgfd-title:hover {
    text-decoration:none
}

.cvbvcvbvc .ewrewr .dsgdfgfdgfd .date {
    color:#e03667;
    font-size:12px;
    padding: 12px 0 12px 25px;
    line-height: 19px;
    background: url(../img/date.png) left center no-repeat;
}

.cvbvcvbvc .ewrewr .dsgdfgfdgfd .date1 {

} */

.cvbvcvbvc .ewrewr .button-size {
    margin-top: 44px;
    width: 194px;
    font-size: 14px;
    margin-left: -8px;
}

.reviews {    
    padding-bottom: 133px;
    margin-top: -15px;
}

.reviews .masked-title {
    margin-left: 74%;
    background:#fff;
    margin-bottom: 77px;
}

.reviews-left-column {
    float:left;
    display:block;
    width: calc(100% / 6);
}

.reviews-left-column:last-child {
    margin-right:0
}

.reviews-right-column {
    float:left;
    display:block;
    margin-left: 40px;
    width: calc(50% - 20px);
}

.reviews-right-column:last-child {
    margin-right:0
}

.reviews .user-profile {
    text-align:center;
    display:block;
}

.reviews .user-profile .user-photo {
    margin: 0 auto;
    /* overflow:hidden; */
    position:relative;
    height:115px;
    width:100px;
}

.reviews .user-profile .user-photo img{
    width: auto;    
    max-height: 100%;
}
.reviews .user-profile .user-photo:after{
    background: #e0e1e4;
    content: "";
    height: 42px;
    position: absolute;
    width: 2px;
    top: 98%;
    left: 50%;
    margin-left: -1px;
}

.reviews .user-profile .user-photo:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: url(../img/revb.png) no-repeat;
    background-size:100% 100%
}

.reviews .user-profile .sdfsfsdf {
    padding: 42px 24px 72px;
    line-height:30px;
    background:url(../img/subi.png) bottom center no-repeat;
    position:relative;
}

.reviews .user-profile .sdfsfsdf:after{
    content:" ";
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
    background-image:url(../img/brs.png);
    z-index:-1;
}
.reviews .user-profile .sdtdsg {
    padding:10px;
    line-height:25px;
    margin: 37px 0 42px;
    position: relative;
}

.reviews .user-profile .sdtdsg:after {
    background:#e0e1e4;
    content:"";
    height: 42px;
    position:absolute;
    width:2px;
    top: 100%;
    margin-left: -1px;
}

.reviews .user-profile .sdtdsg .user-name {
    color:#35bab4;
}

.reviews .user-profile .sdtdsg .date {    
    color:#81bd4f;
    font-size:14px;
    margin-top: 6px;
}

.reviews .button-size {
    width: 182px;
    font-size: 14px;
}

.bg-repres {
    background:url(../img/fon-represen.png) center bottom no-repeat;
    height:100%;
    width:100%;
    padding-top:60px;
    padding-bottom:100px;
    min-height: 900px;
}

.bg-repres p {
    padding-bottom:30px;
    line-height: 30px;
}

.bg-repres p:last-child {
    padding-bottom:0
}

.bg-repres .column-left {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%
}

.bg-repres .column-left:last-child {
    margin-right:0
}

.bg-repres .column-right {
    float:left;
    display:block;
    margin-right:2.35765%;
    width:48.82117%;
    margin-right:0
}

.bg-repres .column-right:last-child {
    margin-right:0
}

.group-small-petals {
    font-size:13px;
    color:#fff;
    padding-top:80px
}

.group-small-petals p {
    line-height:normal
}

.group-small-petals .fdsfds1 {
    padding:46px 19px;
    text-align:center
}

.group-small-petals .fdsfds1 .refd {
    padding-bottom:15px;
    font-size:28px
}

.group-small-petals .dsf1 {
    position:absolute;
    margin-left:281px;
    height:210px;
    width:182px;
    background:url(../img/img-small-petal-1.png) center right no-repeat
}

.group-small-petals .dsf2 {
    position:absolute;
    margin-left:364px;
    margin-top:162px;
    height:210px;
    width:192px;
    background:url(../img/img-small-petal-2.png) center right no-repeat
}

.group-small-petals .dsf3 {
    position:absolute;
    margin-left:281px;
    margin-top:324px;
    height:210px;
    width:182px;
    background:url(../img/img-small-petal-3.png) center right no-repeat
}

.group-small-petals .dsf4 {
    position:absolute;
    margin-left:94px;
    margin-top:324px;
    height:210px;
    width:182px;
    background:url(../img/img-small-petal-4.png) center right no-repeat
}

.group-small-petals .dsf5 {
    position:absolute;
    margin-top:162px;
    height:210px;
    width:192px;
    background:url(../img/img-small-petal-5.png) center right no-repeat
}

.group-small-petals .dsf6 {
    position:absolute;
    margin-left:94px;
    height:210px;
    width:182px;
    background:url(../img/img-small-petal-6.png) center right no-repeat
}

.group-lvl-rule .fdsfd {
    min-height:97px;
    padding: 20px 15px 10px 107px;
    margin-bottom:40px;
    font-size: 13px;
}

.group-lvl-rule .fdsfd p {
    line-height: 20px;
}

.group-lvl-rule .lv {
    text-align:center;
    position:absolute;
    height:97px;
    width:84px;
    padding:32px 10px;
    color:#fff;
    font-size:9px;
    text-transform:uppercase
}

.group-lvl-rule .lv p {
    line-height:0
}

.group-lvl-rule .lv .df {
    font-size:33px;
    font-weight:700
}

.group-lvl-rule .lv .dfs {
    font-weight:700;
    font-size:23px
}

.group-lvl-rule .lvl-1 {
    background:url(../img/icon-lvl-1.png) center left no-repeat
}

.group-lvl-rule .lvl-2 {
    background:url(../img/icon-lvl-2.png) center left no-repeat
}

.group-lvl-rule .lvl-3 {
    background:url(../img/icon-lvl-3.png) center left no-repeat
}

.group-lvl-rule .lvl-4 {
    background:url(../img/icon-lvl-4.png) center left no-repeat
}

.group-lvl-rule .lvl-5 {
    background:url(../img/icon-lvl-5.png) center left no-repeat
}
.cfix:after{
    display: block;
    content: " ";
    clear: both;
}
.lavelBl{
    position: absolute;
    right: -34px;
    top: 151px;
    width: 435px;
}
.lavelBl ul{}
.lavelBl li .wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.lavelBl li{
    display: table;
    float: left;
    background-repeat: no-repeat;
    background-image: url("../img/fon-image.png");
    width: 133px;
    height: 153px;
    background-position: center;
}
.lavelBl li + li{margin-left: 16px;}
.lavelBl .name{
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.lavelBl .percent{
    font-size: 50px;
    font-weight: bold;

    background: linear-gradient( 85deg,#7c2c72,#ef3e61,#ffab10);
    -webkit-background-clip: text;
    color: transparent;
}

.default_table {}
.default_table fieldset {
    border: 0;
    padding: 0;
    margin: 40px 0;
}
.default_table table {
    width: 100%;
}
.default_table table tr td {
    width: 50%;
    padding: 5px 20px;
}

.default_stat {
    width: 700px;
    margin-left: 250px;
}
.default_stat tr th {
    color: #e03667;
}
.default_stat tr th, .default_stat tr th small,
.default_stat tr td, .default_stat tr td small {
    border: 1px solid #e0e1e4;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 20px;
    text-align: left;
}
.default_stat tr:nth-child(2n+1) td, .default_stat tr th {
    background: #f5f5f7;
}
.default_stat tr td:last-child {
    color: #6f348a;
}

span.err {
    color: red;
    padding: 10px 0 0;
}

.button-blue, .button-red, .button-gray, .button-green {
    overflow: hidden;
    white-space: nowrap;
    border: none;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: inherit;
    display: inline-block;
    border-color: #2f97c1;
    background-color: #2f97c1;
    color: white;
    padding: 20px 30px;
}
.button-blue:hover, .button-red:hover, .button-gray:hover, .button-green:hover {
    opacity: 0.5;
}

.paginator {}
.paginator a {
    margin: 0 4px;
}
.paginator a.pgactive {
    color: #e03667;
}