.vip-status-next {
    position: relative;
}

.vip-status-before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}

.vip-status-after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}


.vip-status-timer {
    display: none;
    text-align: center;
    color: red;
}

.vip-status-timer.active {
    display: block;
}

.vip-status-score {
    color: greenyellow;
}

.vip4-timer {
    position: relative;
}

.global-text a.vip-button {
    border-style: solid;
    border-width: 13px 35px 13px;
    border-image: url(/images/vip/button.png) 13 35 13 fill stretch repeat;
    line-height: 26px;
    margin: 25px auto;
    text-shadow: 0 0 2px #7a0005;
    color: #ffe8e6;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.global-text a.vip-button:hover {
    filter: brightness(120%);
}

.vip-table {
    position: relative;
    outline: 2px solid #3e424a;
    margin: 25px auto;
}

.vip-table-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    margin-left: 270px;
    border-left: 2px solid #3e424a;
}

.vip-table-wrapper::-webkit-scrollbar,
.cashback-table-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.vip-table-wrapper::-webkit-scrollbar-track,
.cashback-table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 6px #536975;
}

.vip-table-wrapper::-webkit-scrollbar-thumb ,
.cashback-table-wrapper::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 6px #ffa525;
}


table.vips td, table.vips th {
    padding: 5px 8px;
    text-align: center;
    border-bottom: 2px #1d2328 solid;
    border-right: 2px #1d2328 solid;
    font-weight: normal;
    min-width: 80px;
    vertical-align: middle;
}

table.vips th {
    height: 44px;
    vertical-align: middle;
}

table.vips td:last-of-type, table.vips th:last-of-type {
    border-right: none;
}

table.vips tr:last-of-type td {
    border-bottom: none;
}

table.vips th span {
    display: block;
    font-weight: normal;
    font-style: italic;
}

table.vips td:first-of-type {
    text-align: left;
}

table.vips th:first-of-type,
table.vips td:first-of-type {
    width: 254px;
    position: absolute;
    left: 0;
}

table {
    width: 100%;
}

table.cashback-table {border-collapse: unset}
table.cashback-table th:first-of-type,
table.cashback-table td:first-of-type {
    width: 150px;
    position: absolute;
    left: 0;
}

table.cashback-table th:first-of-type {
    margin-top: -1px;
    border-bottom: none;
}

.cashback-table-main {
    position: relative;
}

.cashback-table-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    margin-left: 170px;

}



.vip-status-descriptions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: normal;
    margin-top: 40px;
}

.global-text .vip-status-descriptions ul {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.global-text .vip-status-descriptions ul li:before {
    display: none;
}

.global-text .vip-status-descriptions ul li {
    list-style: disc;
    padding: 0;
    text-align: left;
}


.global-text .vip-status-button {
    padding: 4px 10px;
    border: 2px transparent solid;
    border-radius: 6px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    white-space: nowrap;
    bottom: 15px;
    left: 25px;
    right: 25px;
    margin: 0 auto;
    cursor: pointer;
}

.global-text .vip-status-button.has-action:active {
    transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.vip-status-block.active .vip-status-button {
    text-transform: uppercase;
}

.vip-status-block {
    border: 2px transparent solid;
    border-radius: 6px;
    padding: 25px 6px 55px;
    margin: 10px 5px 35px;
    box-shadow: 0 0 15px 0 black inset;
    text-align: center;
    position: relative;
    max-width: 220px;
    min-width: 174px;
}

.vip-status-block:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 70px;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.vip-status-block.vip0 {
    background: linear-gradient(0deg, transparent 10%, rgba(170, 132, 77, 0.8) 100%);
    border-color: #aa844d;
}

.vip-status-block.vip0 .vip-status-button {
    border-color: #aa844d;
}

.vip-status-block.active.vip0 .vip-status-button {
    box-shadow: 0 0 15px #aa844d;
}


.vip-status-block.vip1 {
    background: linear-gradient(0deg, transparent 10%, rgba(71, 152, 214, 0.8) 100%);
    border-color: #4798d6;
}

.vip-status-block.vip1 .vip-status-button {
    border-color: #4798d6;
}

.vip-status-block.active.vip1 .vip-status-button {
    box-shadow: 0 0 15px #4798d6;
}

.vip-status-block.vip2 {
    background: linear-gradient(0deg, transparent 10%, rgba(254, 205, 43, 0.8) 100%);
    border-color: #fecd2b;
}

.vip-status-block.vip2 .vip-status-button {
    border-color: #fecd2b;
}

.vip-status-block.active.vip2 .vip-status-button {
    box-shadow: 0 0 15px #fecd2b;
}

.vip-status-block.vip3 {
    background: linear-gradient(0deg, transparent 10%, rgba(238, 242, 244, 0.8) 100%);
    border-color: #eef2f4;
}

.vip-status-block.vip3 .vip-status-button {
    border-color: #eef2f4;
}

.vip-status-block.active.vip3 .vip-status-button {
    box-shadow: 0 0 15px #eef2f4;
}

.vip-status-block.vip4 {
    background: linear-gradient(0deg, transparent 10%, rgba(164, 34, 40, 0.8) 100%);
    border-color: #a42228;
}

.vip-status-block.vip4 .vip-status-button {
    border-color: #a42228;
}

.vip-status-block.active.vip4 .vip-status-button {
    box-shadow: 0 0 15px #a42228;
}


.vip-status-description {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 5px 15px;
}


.vip-status.vip-status-marker:before {
    height: 90px;
    width: 60px;
    top: -85px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.vip-status-scale-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.vip-status-current,
.vip-status-next {
    flex-basis: 10%;
    text-align: center;
}

.vip-status-num {
    padding-top: 20px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
}

.vip-status.vip0.vip-status-marker:before,
.vip-status-block.vip0:before {
    background-image: url("/images/vip/bronse.png");
}

.vip-status.vip1.vip-status-marker:before,
.vip-status-block.vip1:before {
    background-image: url("/images/vip/silver.png");
}

.vip-status.vip2.vip-status-marker:before,
.vip-status-block.vip2:before {
    background-image: url("/images/vip/gold.png");
}

.vip-status.vip3.vip-status-marker:before,
.vip-status-block.vip3:before {
    background-image: url("/images/vip/platinum.png");
}

.vip-status.vip4.vip-status-marker:before,
.vip-status-block.vip4:before {
    background-image: url("/images/vip/god.png");
}

.vip-status-name {
    font-style: italic;
}

.vip0 .vip-status-name,
table.vips th span.vip0 {
    color: #aa844d;
}

.vip1 .vip-status-name,
table.vips th span.vip1 {
    color: #a5b1b7;
}

.vip2 .vip-status-name,
table.vips th span.vip2 {
    color: #fffba6;
}

.vip3 .vip-status-name,
table.vips th span.vip3 {
    color: #dfe3e5;
}

.vip4 .vip-status-name,
table.vips th span.vip4 {
    color: #ab060d;
}


.vip-status-scale-block {
    padding: 50px 0 25px;
    background: #12151d;
    margin-bottom: 20px;
}

.vip-status-scale-line {
    position: relative;
    background: #2b4b70;
    margin: 0 auto;
    width: 75%;
    height: 12px;
    flex-basis: 70%;
}

.vip-status-scale {
    position: relative;
    margin: 0 auto;
}

.vip-status-value {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.vip-status-value span {
    color: #fea525;
}


.vip-status-progress {
    background: #fea525;
    height: 100%;
}

.vip-status-markers {
    display: flex;
    flex-wrap: nowrap;
    align-items: normal;
    justify-content: space-between;
    padding-top: 18px;
    width: 94%;
    margin: 0 auto;
}

.vip-status-marker {
    position: relative;
    flex: 1 1 0;
    text-align: center;
}

.vip-status-marker:before {
    content: '';
    display: block;
    width: 1px;
    top: -73px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #2b4b70;
}

.vip-status-marker.active:before {
    background-color: #fea525;
}











.privileges-list {
    display: flex;
    flex-wrap: nowrap;
}

.privilege {
    background: #12151d;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    border: 1px #1b1f25 solid;
    position: relative;
}

.privilege-description-box {
    display: none;
}

.privilege-theme.tooltipster-sidetip .tooltipster-box {
    background: #12151d;
    border: 1px solid #3c484f
}

.privilege-description h4 {
    color: #ff1c51;
    font-size: 16px;
    margin-bottom: 15px;
}

.privilege-description p {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}

.global-text .privilege img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
    max-width: 90%;
}

.achievement-list {
    display: flex;
    flex-wrap: wrap;

}

.achievement {
    background: #12151d;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border: none;
    position: relative;
    background-image: url("/images/achievements/ach_bg_0.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}



.achievement .variant-value {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #121012;
    padding: 0 4px;
    color: white;
    border: 2px #616165 solid;
    border-radius: 5px;
    font-size: 14px;
    min-width: 16px;
    text-align: center;
}

.global-text .achievement img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
    max-width: 90%;
    filter: grayscale(0%);
    opacity: 0.5;
    height: 100px;
    width: 100px;
}
.global-text .achievement.active img {
    opacity: 1;
}

.priv-block {
    outline: 1px #3c484f solid;
    margin-bottom: 20px;
}

.priv-block-50 {
    width: 48%;
    display: inline-block;
}

.priv-block-100 {
    width: 100%;
}

.privileges {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}

.priv-padd {
    padding: 15px;
}


.privileges h3, .privileges h3 a {
    font-size: 18px;
    color: white;
}

.privileges h3 span.info {
    padding: 0 4px;
    border: 1px #ff1c51 solid;
    color: #ff1c51;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
    opacity: 0.8;
}

.privileges h3 span.info:hover {
    filter: brightness(120%);
    opacity: 1;
}

.statistic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.statistic-block-wrap {
    display: inline-block;
    width: 33%;
}



.character-levels-wrap {
    max-width: 270px;
}

.global-text .statistic-block h4 {
    font-size: 16px;
    color: white;
    margin: 0 0 15px;
    padding: 0;
}

.character-level {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.global-text .character-level img {
    max-width: 70px;
    max-height: 36px;
    margin-bottom: 0;
    display: inline-block;
}

.level-progress {
    position: relative;
    height: 6px;
    width: 200px;
    background: #384065;
    overflow: hidden;
    border-radius: 3px;
}
.level-progress .line {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background: #ff1c51;
}

.statistic-value {
    font-size: 34px;
    color: #ff1c51;
}

.referral-value {
    font-size: 28px;
    color: #ff1c51;
}

.global-text .referral a {
    color: #ff1c51;
}

.global-text .referral h3 a {
    color: white;
}

.global-text .referral p {
    margin-bottom: 15px;
}

.referral-table {
    width: 100%;
    border-top: 1px #3c484f solid;
}

.referral-table .row{
    display: flex;
}
.referral-table .cell{
    height: 32px;
    line-height: 32px;
    border-bottom: 1px #3c484f solid;
}
.referral-table .cell.reward {
    background-repeat: no-repeat;
    flex: 0 0 32px;
    filter: grayscale(80%);
    opacity: 0.5;
}

.referral-table .cell.username {
    flex: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.referral-table .cell.achieved {
    filter: grayscale(0);
    opacity: 1;
}

.referral-table .header div.first {
    flex: 2;
}

.referral-table .header div.rewards {
    flex: 0 0 160px;
    text-align: center;
}

.referral-table.active{
    flex-direction: column;
}

.referral-item {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.referral-list-full {
    line-height: 30px;
}

.referral-table a.receive-referral-reward{
    display: inline-block;
    width: 32px;
    height: 32px;
}

.referral-table:not(.active) div:nth-child(n+8){
    display: none;
}

.referral-table .cell.received div{
    background-image: url("/images/vip/referral/received.png");
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

.referral-table .cell.level{
    background-image: url("/images/vip/referral/vip0.png");
}

.referral-table .cell.vip_1{
    background-image: url("/images/vip/referral/vip1.png");
}
.referral-table .cell.vip_2{
    background-image: url("/images/vip/referral/vip2.png");
}

.referral-table .cell.vip_3{
    background-image: url("/images/vip/referral/vip3.png");
}

.referral-table .cell.vip_4{
    background-image: url("/images/vip/referral/vip4.png");
}

.referral-table .cell.registration {
    background-image: url("/images/vip/referral/vip0.png");
}


.global-text .referral-table p {
    margin-right: 12px;
    margin-bottom: 40px;
    float: left;
}

.global-text .referral-table a {
    display: inline-block;
    margin: 0;
    color: white;
}

.global-text .referral-table ul li {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
}

.global-text .referral-table ul li:before {
    display: none;
}


.game-list {
    margin-bottom: 20px;
}

.favorite-games {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 15px;
}

.global-text .favorite-game p {
    margin-bottom: 15px;
}

.global-text .favorite-game p span {
    margin-left: 12px;
}


.favorite-game-block {
    display: inline-block;
    padding: 10px;
    border: 1px #24262e solid;
    text-align: center;
    width: 130px;
}

.favorite-game-block .button.disabled {
    filter: grayscale(80%);
}

.favorite-game-block .button.disabled:hover {
    filter: brightness(100%) grayscale(80%);
}

.favorite-game-image {
    padding: 5px;
    height: 70px;
}

.global-text  .favorite-game-image p {
    max-width: 120px;
    margin: 0 auto;
    color: #ff1c51;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.global-text .favorite-game-image img {
    max-width: 120px;
    max-height: 70px;
    margin: 0;
    border-radius: 0;
}

.favorite-game-label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    border: 1px #24262e solid;
    opacity: .8;
}

.favorite-game-label.active {
    background: #24262e;
    opacity: 1;
}


.favorite-game-label img {
    max-width: 100px;
    max-height: 38px;
}
.favorite-game-label input {
    margin: 0 5px 0 12px;
}

.favorite-game-label .game-logo {
    width: 100px;
    text-align: center;
}

.survey-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.survey-item.completed {
    opacity: 0.5;
}

.global-text .survey-item a.button {
    white-space: nowrap;
    flex: none;
}

.survey-item-block {
    white-space: nowrap;
    flex: none;
    color: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
 }


.global-text a.survey-name {
    padding: 10px;
    font-size: 16px;
    background: #24262e;
    color: white;
    text-align: left;
    border-radius: 3px;
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    text-decoration: none;
}
.global-text .blocked a.survey-name {
    cursor: default;
}

.global-text .blocked a.survey-name:hover {
    filter: brightness(100%);
}


.global-text a.survey-name:hover {
    filter: brightness(120%);
}

.survey-price {
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    flex: none;
}

.survey-price span {
    margin-right: 6px;
}


.priv-block-101 {
    max-width: 100%;
}

.cashback-table td, .cashback-table th {
    border: 1px #24262e solid;
    padding: 10px;
    text-align: center;
    min-width: 70px;
}

.cashback-table .percent {
    display: block;
    text-align: center;
    color: #ff1c51;
}

.cashback-table-wrapper {
    overflow-x: auto;
    overflow-y: visible;
}


.credit-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.credit .priv-block {
    background: #12151d;
}

.credit-item {
    padding: 15px 12px;
    background: #12151d;
    text-align: center;
    width: 25%;
}

.credit-image {
    width: 160px;
    height: 130px;
    margin: 0 auto 15px;
    max-width: 100%;
}

.credit-item.c1 .credit-image {
    background: url("/images/vip/credit/c1.png") no-repeat center center;
    background-size: contain;
}
.credit-item.c2 .credit-image {
    background: url("/images/vip/credit/c2.png") no-repeat center center;
    background-size: contain;
}
.credit-item.c3 .credit-image {
    background: url("/images/vip/credit/c3.png") no-repeat center center;
    background-size: contain;
}
.credit-item.c4 .credit-image {
    background: url("/images/vip/credit/c4.png") no-repeat center center;
    background-size: contain;
}

.active-credit-item span {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
}

.vip-menu {
    margin-bottom: 30px;
}

.vip-menu a {
    font-size: 24px;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 28px;
}

.vip-menu a.active {
    color: white;
    text-decoration: none;
}
.referral-url{
    width: 300px;
    background: #181b22;
    color: #ff1c51;
    text-align: center;
    height: 42px;
    border: 1px #181b22 solid;
    padding: 1px 2px;
}

.popup-favorite-game-buy-change {
    text-align: center;
}

.popup-favorite-game-buy-change .button {
    margin-top: 20px;
}

.popup-favorite-game-buy-change .description {
    font-size: 18px;
}

.vip-page .header__logo {
    background: url("/images/global/white_logo.png") no-repeat top center;
    width: 300px;
    height: 140px;
    background-size: contain;
    float: left;
}

.vip-lang-list {
    float: right;
    width: 64px;
    position: relative;
    height: 50px;
    background-color: transparent;
    text-align: left;
    padding: 0 8px;
    margin: 45px 0;
}

.vip-lang-list a {
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 50px;
}

.vip-lang-list > a {
    margin: 0;
}

.vip-lang-list .icon {
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.vip-lang-list > a .icon {
    margin-right: 1px;
    margin-top: -4px;
    display: inline-block;
    width: 24px;
    height: 16px;
}


.vip-lang-list.has-submenu > a:after,
.vip-lang-list.has-submenu > .icon:after {
    top: 23px;
    right: 2px;
}

.vip-lang-list .global-header-sub-menu {
    top: 50px;
    background-color: #181b22;
}

.vip-lang-list .global-header-sub-menu a {
    line-height: 16px;
    font-size: 18px;
    width: 70px;
    padding: 8px 5px 8px 5px;
    margin: 0;

}

.vip-lang-list .has-submenu:hover > a {
    color: white;
}


body.vip-page {
    padding: 0;
    font-family:  "PF DinText Pro Medium", "PF DinDisplay Pro", Arial, sans-serif;
    background-color: #0e1116;
    min-width: 320px;
}


.vip-page .wrap {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
}

.vip-page .bg1 {
    background: url("/images/vip/landing/bg1.jpg") no-repeat top center;
    height: 1080px;
}
.vip-page .bg2 {
    background: url("/images/vip/landing/bg2.jpg") no-repeat top center #0e1116;
}


.vip-page h1 {
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    padding-top: 680px;
}

.vip-page h1 span {
    display: block;
    font-size: 34px;
    padding-top: 6px;
    line-height: 1.3;
}

.vip-page .bg1 p {
    font-size: 18px;
    text-align: center;
    font-family:  "PF DinText Pro Medium", "PF DinDisplay Pro", Arial, sans-serif;
    padding: 20px 0;
    max-width: 980px;
    margin: 0 auto;
    line-height: 26px;
}


.vip-page h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
    line-height: 1.3;
}

.vip-page .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
}

.vip-page .features > div.feature {
    width: 40%;
    text-align: center;
    padding: 40px 20px;
    background: rgba(44,44,44,0.3);
    margin: 30px;
    border: 2px #232a2f solid;
    border-radius: 3px;
}

.vip-page .features .f-icon {
    margin-top: 20px;
    height: 168px;
    background-repeat: no-repeat;
    background-position: center center;
}

.vip-page .features div.feature span,
.vip-page .features span{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-top: 40px;
    text-transform: uppercase;
}

.vip-page .features .back span {
    padding-bottom: 20px;
    padding-top: 20px;
}

.vip-page .features .back p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
}

.vip-page .features div.f1 .f-icon {
    background-image: url("/images/vip/landing/f1.png");
}
.vip-page .features div.f2 .f-icon {
    background-image: url("/images/vip/landing/f2.png");
}
.vip-page .features div.f3 .f-icon {
    background-image: url("/images/vip/landing/f3.png");
}
.vip-page .features div.f4 .f-icon {
    background-image: url("/images/vip/landing/f4.png");
}


/* simple */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    margin: 30px;

    cursor: pointer;
}

/*
.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    filter: FlipH;
    -ms-filter: "FlipH";
}
*/


/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container {
    width: 40%;
    height: 320px;

}

.back {
    display: flex;
    vertical-align: middle;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.front, .back {
    text-align: center;
    border: 2px #232a2f solid;
    border-radius: 3px;
    background: rgba(44,44,44,0.3);
    width: 100%;
    height: 300px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;

    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);

    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);

    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: rgba(44,44,44,0.3);
    z-index: 2;
}

.back {
    background: rgba(44,44,44,0.3);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}








.vip-page .vip-table {
    margin: 50px;
    background: #12151d;
    outline: 2px solid #232a2f;

}

.vip-page table.vips th:first-of-type {
    line-height: 50px;
}

.global-text table.vips td:first-of-type,
.global-text table.vips th:first-of-type {
    display: flex;
    align-items: center;
    line-height: 18px;
}

.global-text table.vips td {
    display: table-cell;
    margin-bottom: 0;
    height: 36px;
}

.vip-page table.vips th:first-of-type, .vip-page table.vips td:first-of-type {
    width: 274px;
}

.vip-page .vip-table-wrapper {
    margin-left: 290px;
    border-left-color: #232a2f;
}


.vip-questions {
    border: 2px solid #232a2f;
    margin: 50px;
    padding: 20px 20px 0 20px;
    background: #12151d;
}


.vip-question-block {
    background: #24262e;
}

a.vip-button {
    border-style: solid;
    border-width: 13px 35px 13px;
    border-image: url(/images/vip/button.png) 13 35 13 fill stretch repeat;
    line-height: 26px;
    margin: 25px auto;
    text-shadow: 0 0 2px #7a0005;
    color: #ffe8e6;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

a.vip-button:hover {
    filter: brightness(120%);
}

a.vip-question {
    padding: 15px 60px 15px 15px;
    background: #24262e;
    font-size: 20px;
    line-height: 1.4;
    color: white;
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
    transition: .5s;
}

a.vip-question:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 25px;
    border: 10px transparent solid;
    border-top: 10px white solid;
    transition: .5s;
}

a.vip-question.active ~ .vip-answer {
    display: block;
    transition: .5s;
}

a.vip-question.active:after {
    transform: scaleY(-1) translateY(12px);
}

.vip-answer {
    background: #24262e;
    padding: 15px 0;
    margin: 15px;
    font-size: 18px;
    color: white;
    display: none;
    overflow: auto;
    line-height: 1.4;
}

a.copy{
    width: 21px;
    height: 24px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.vip-credit-confirm-text span {
    color: #ffa525;
}

#vip-credit-block .crea-loader {
    background: url("/images/global/crea_loader.gif") no-repeat;
    background-size: contain;
    margin: auto;
    width: 38px;
    height: 42px;
}

#vip-credit-block .get-credit-title {
    color: #ffa525;
    font-weight: 400;
    font-size: 18px;
}

.credit-item .button {
    padding: 5px 24px;
}

.disabled-text {color: #ff1c51}

@media (max-width: 1500px) {
    .vip-status-descriptions {
        flex-wrap: wrap;
    }
}

@media (max-width: 1280px) {
    /*.flip-container {
        width: 460px;
        height: 300px;

    }

    .front, .back {
        padding: 30px 20px;
        width: 420px;
        height: 236px;
    }*/
}

@media (max-width: 1200px) {
    .priv-block-50 {
        width: 100%;
    }

    .credit-list {
        flex-wrap: nowrap;
    }

    .credit-item {
        padding: 0;
    }

    .vip-page .features {
        justify-content: space-around;
    }
}

@media (max-width: 1150px) {

    /*.vip-page .features > div {
        padding: 30px 15px;
        margin: 30px auto;
    }*/

    .flip-container {
        height: 280px;
    }

    .front, .back {
        height: 276px;
    }

    .vip-page .features div .f-icon {
        height: 150px;
        background-size: contain;

    }

    .vip-page h2 {
        font-size: 34px;
    }

    .vip-page .features div.feature span, .vip-page .features span {
        font-size: 24px;
    }

    .vip-status-before,
    .vip-status-after {
        font-size: 14px;
    }

    table.cashback-table th:first-of-type,
    table.cashback-table td:first-of-type {
        width: 80px;
    }

    .cashback-table-wrapper {
        margin-left: 100px;
    }
}

@media (max-width: 1050px) {
    .vip-status-scale-line {
        flex-basis: 60%;
    }

    .flip-container {
        margin: 20px;
    }

    .vip-status-markers {
        width: 80%;
    }

    .vip-status-num {
        font-size: 16px;
    }

    .vip-status-scale-block .vip-status-name {
        font-size: 13px;
    }

    .vip-status-marker span {
        font-size: 13px;
    }

    .vip-status.vip-status-marker:before {
        height: 65px;
        width: 45px;
        top: -75px;
    }

    .vip-status-current, .vip-status-next {
        flex-basis: 15%;
    }

    .vip-status-before {
        top: -4px;
    }

    .vip-page .wrap {
        padding: 0 20px;
    }

    .vip-page .vip-table {
        margin: 50px 30px;
    }

    .vip-questions {
        margin: 50px 30px;
    }

    .vip-page h1 {
        font-size: 50px;
        padding-top: 660px;
    }

    .vip-page h1 span {
        font-size: 28px;
    }

    .vip-page .features > div span {
        font-size: 26px;
    }

}

@media (max-width: 900px) {
    .global-text table.vips td {
        width: 184px;
    }

    .global-text table.vips td:first-of-type,
    .global-text table.vips th:first-of-type {
        max-width: 184px;
    }

    .vip-table-wrapper {
        margin-left: 202px;
    }

    .vip-page .vip-table-wrapper {
        margin-left: 200px;
    }

    table.vips td, table.vips th {
        min-width: 62px;
    }

    .vip-page .vip-table-wrapper table.vips td {
        white-space: nowrap;
    }

    .vip-page .vip-table-wrapper table.vips td:first-of-type {
        white-space: normal;
    }

    .credit-item {
        width: 46%;
        margin: 2%;
    }
    .credit-list {
        flex-wrap: wrap;
    }

    .statistic-block-wrap {
        width: 50%;
    }

    .survey-price {
        width: 80px;
    }
}

@media (max-width: 800px) {
    .survey-item {
        flex-wrap: wrap;
    }

    .global-text a.survey-name {
        margin-bottom: 6px;
        width: 100%;
    }

    .statistic-block-wrap {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .vip-status-current, .vip-status-next {
        flex-basis: 40%;
    }

    .vip-status-scale-line {
        top: 50px;
    }

    .vip-status-markers {
        width: 100%;
        margin-top: 75px;
    }

    .vip-status-scale-flex {
        display: block;
    }

    .vip-status-current, .vip-status-next {
        flex-basis: auto;
        position: absolute;
        top: -35px;
        width: 25%;
    }

    .vip-status-current {
        left: 0;
    }

    .vip-status-next {
        right: 0;
    }
}


@media (max-width: 768px) {
    .statistic-block-wrap {
        width: 50%;
    }

    .survey-item {
        flex-wrap: nowrap;
    }

    .credit-item {
        width: 25%;
        margin: 0%;
    }

    .priv-block-101 {
        width: 100%;
    }

    .global-text a.survey-name {
        width: auto;
    }

    .vip-page .bg1 {
        background: url("/images/vip/landing/bg1_800.jpg") no-repeat top center #000000;
        height: auto;
    }

    .vip-page .bg2 {
        background: #000000;
    }

    .vip-page .header__logo {
        width: 200px;
        height: 100px;
    }

    .vip-lang-list {
        margin: 20px 0;
    }

    .vip-page h1 {
        font-size: 36px;
        padding-top: 430px;
    }

    .vip-page h1 span {
        font-size: 20px;
    }

    .vip-page .bg1 p {
        font-size: 18px;
    }

    .vip-page h2 {
        font-size: 30px;
    }

    .vip-page .features > div span {
        font-size: 24px;
    }

    .vip-page .features div .f-icon {
        height: 130px;
    }

    .vip-page .features  {
        padding: 0;
    }

    .vip-page .vip-table, .vip-questions {
        margin: 30px auto;
    }

    a.vip-question {
        padding: 10px 60px 10px 15px;
        font-size: 18px;
    }

    .vip-answer {
        font-size: 16px;
    }

    body.vip-page {
        background-color: #000000;
    }

}

@media (max-width: 700px) {
    .flip-container {
        width: 80%;
        height: 244px;
        margin: 20px 0;
    }
    .front, .back {
        height: 240px;
    }

}


@media (max-width: 500px) {

    .vip-page {
        min-width: 360px;
    }

    .flip-container {
        width: 100%;
    }

    .vip-page .bg1 {
        background: url("/images/vip/landing/bg1_800.jpg") no-repeat top center #000000;
        height: auto;
        background-size: 110%;
    }

    .vip-page .bg2 {
        background: #000000;
    }

    .vip-page .header__logo {
        width: 180px;
        height: 85px;
    }

    .vip-lang-list {
        margin: 20px 0;
    }

    .vip-page h1 {
        font-size: 28px;
        padding-top: 260px;
    }

    .vip-page h1 span {
        font-size: 18px;
    }

    .vip-page .bg1 p {
        font-size: 16px;
        line-height: 24px;
    }


    .vip-page h2 {
        font-size: 24px;
    }

    .vip-page .features > div span {
        font-size: 24px;
    }

    .vip-page .features div .f-icon {
        height: 130px;
    }

    .vip-page .features  {
        padding: 0;
    }

    .vip-page .vip-table, .vip-questions {
        margin: 30px auto;
    }

    a.vip-question {
        padding: 10px 60px 10px 15px;
        font-size: 18px;
    }

    .vip-answer {
        font-size: 16px;
    }

    body.vip-page {
        background-color: #000000;
    }

    .vip-status-current, .vip-status-next {
        flex-basis: 40%;
    }

    .vip-status-scale-line {
        top: 50px;
    }

    .vip-status-markers {
        width: 100%;
        margin-top: 75px;
    }

    .vip-status-scale-flex {
        display: block;
    }

    .vip-status-current, .vip-status-next {
        flex-basis: auto;
        position: absolute;
        top: -35px;
        width: 25%;
    }

    .vip-status-current {
        left: 0;
    }

    .vip-status-next {
        right: 0;
    }
}


@media (max-width: 425px) {
    .global-text table.vips td {
        display: table-cell;
        width: 184px;
        margin-bottom: 0;
        height: 44px;
    }

    .global-text table.cashback-table td {
        display: table-cell;
    }

    .credit-item {
        width: 46%;
        margin: 2%;
    }
    .credit-list {
        flex-wrap: wrap;
    }

    .survey-item {
        flex-wrap: wrap;
    }

    .global-text a.survey-name {
        width: 100%;
    }

    .vip-page table.vips td {
        display: table-cell;
        width: 180px;
        margin-bottom: 0;
        height: 44px;
    }

    table.vips td:first-of-type {
        line-height: 24px;
    }

    .vip-page table.vips th:first-of-type, .vip-page table.vips td:first-of-type {
        width: 190px;
    }

    .vip-page .vip-table-wrapper {
        margin-left: 200px;
    }

    .vip-page .wrap {
        padding: 0px 10px;
    }

    .vip-questions {
        padding: 10px 10px 0 10px;
    }
}

@media (max-width: 360px) {
    .vip-status-descriptions {
        flex-direction: column;
    }

    .vip-status-block {
        max-width: inherit;
    }

    .vip-page h1 {
        font-size: 22px;
        padding-top: 180px;
    }

    .vip-page h1 span {
        margin-top: 20px;
    }


}

@media (max-width: 340px) {
    .favorite-games {
        flex-wrap: wrap;
    }

    .favorite-game-block {
        width: 100%;
    }
}