 @import url("../fonts/stylesheet.css");
 a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: DINPro;
    font-size: 100%;
    vertical-align: baseline;
}
#module-loyalty-levelup.designew a,
#module-loyalty-levelup.designew p,
#module-loyalty-levelup.designew li,
#module-loyalty-levelup.designew span,
#module-loyalty-levelup.designew div,
#module-loyalty-levelup.designew h1,
#module-loyalty-levelup.designew h2,
#module-loyalty-levelup.designew h3,
#module-loyalty-levelup.designew h4,
#module-loyalty-levelup.designew h5{
    font-family: DINPro !important;
}
body {
    line-height: 1;
    color: #222;
    background: #fff;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
table,
td,
th {
    vertical-align: middle;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
}
a img {
    border: none;
}
body,
html {
    overflow-x: hidden;
    font-family: DINPro;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #011527;
    font-family: DINPro;
    background: url(../images/bg/body.jpg);
}
.content {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 1;
}
h2.was-visible {
    -webkit-animation: e 1s forwards;
    -moz-animation: e 1s forwards;
    animation: e 1s forwards;
}
h2 {
    text-align: center;
    line-height: 1;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    color: #011527;
    padding-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
h2,
h2 span.shad {
    position: relative;
}
h2 span.shad {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17426d), to(#011527));
    background-image: -moz-linear-gradient(top, #17426d 0, #011527);
    background-image: linear-gradient(180deg, #17426d 0, #011527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    z-index: 1;
}
h2 span.shad .color {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #19b764), to(#28eb84));
    background-image: -moz-linear-gradient(left, #19b764 0, #28eb84);
    background-image: linear-gradient(90deg, #19b764 0, #28eb84);
    -webkit-background-clip: text;
    background-clip: text;
    color: #89ec60;
    text-fill-color: transparent;
    text-transform: uppercase;
}
h2 .wrp {
    display: inline-block;
    position: relative;
}
h2 .wrp:after {
    content: attr(data-shadow);
    position: absolute;
    left: -65px;
    right: -65px;
    top: 20px;
    bottom: 0;
    margin: auto;
    display: block;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.01);
    letter-spacing: 3px;
}
a {
    color: inherit;
}
.boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_section {
    background: #091427 url(../images/bg/top.jpg) 50% / cover;
    color: #fff;
    padding: 120px 0 230px;
    position: relative;
}
.top_section .flamebig {
    position: absolute;
    bottom: -404px;
    left: 0;
    font-size: 0;
    -webkit-animation: a 10s infinite ease-in-out;
    -moz-animation: a 10s infinite ease-in-out;
    animation: a 10s infinite ease-in-out;
}
@-webkit-keyframes a {
    0%,
    to {
        -webkit-transform: translateX(-1%) rotate(0.01deg);
        transform: translateX(-1%) rotate(0.01deg);
    }
    50% {
        -webkit-transform: translateX(1%) rotate(0.01deg);
        transform: translateX(1%) rotate(0.01deg);
    }
}
@-moz-keyframes a {
    0%,
    to {
        -moz-transform: translateX(-1%) rotate(0.01deg);
        transform: translateX(-1%) rotate(0.01deg);
    }
    50% {
        -moz-transform: translateX(1%) rotate(0.01deg);
        transform: translateX(1%) rotate(0.01deg);
    }
}
@keyframes a {
    0%,
    to {
        -webkit-transform: translateX(-1%) rotate(0.01deg);
        -moz-transform: translateX(-1%) rotate(0.01deg);
        transform: translateX(-1%) rotate(0.01deg);
    }
    50% {
        -webkit-transform: translateX(1%) rotate(0.01deg);
        -moz-transform: translateX(1%) rotate(0.01deg);
        transform: translateX(1%) rotate(0.01deg);
    }
}
.top_section .flamesmall {
    position: absolute;
    top: 86px;
    left: 156px;
    font-size: 0;
}
.top_section .logo {
    text-align: center;
    margin: 5px 0 54px 50px;
}
.top_section .wrp {
    max-width: 710px;
    padding-left: 40px;
}
.top_section .top_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.top_section .top_text {
    margin-bottom: 41px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.23;
    max-width: 500px;
}
.top_section .top_text span {
    font-weight: 700;
    color: #27e782;
}
.top_section .top {
    font-size: 19px;
    color: #b8d6e5;
    font-weight: 500;
    padding: 16px 17px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    background-color: rgba(50, 47, 62, 0.7);
    margin-bottom: 100px;
    max-width: 660px;
    line-height: 1.2;
}
.top_section .boxes img {
    margin-left: -85px;
}
.hov_it_work {
    padding-top: 90px;
    background: url(../images/bg/twoo.jpg) 50% / cover;
}
.hov_it_work .boxes.was-visible .in-wrap:nth-child(2) .in .icon .img img {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hov_it_work .boxes.was-visible .in-wrap:nth-child(3) .in .icon .img img {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.hov_it_work .boxes.was-visible .in-wrap .icon .img img {
    -webkit-animation: b 2s forwards;
    -moz-animation: b 2s forwards;
    animation: b 2s forwards;
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(0) rotate(3turn);
        transform: scale(0) rotate(3turn);
    }
    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-moz-keyframes b {
    0% {
        -moz-transform: scale(0) rotate(3turn);
        transform: scale(0) rotate(3turn);
    }
    to {
        -moz-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes b {
    0% {
        -webkit-transform: scale(0) rotate(3turn);
        -moz-transform: scale(0) rotate(3turn);
        transform: scale(0) rotate(3turn);
    }
    to {
        -webkit-transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.hov_it_work .boxes {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hov_it_work .boxes .in {
    width: 30%;
    width: 340px;
    min-height: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 120px 54px 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto 30px;
    position: relative;
}
.hov_it_work .boxes .in:after {
    content: "";
    position: absolute;
    bottom: -145px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 145px;
    background: url(../images/step_1_bot.png) top no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
}
.hov_it_work .boxes .in .icon {
    display: table;
    position: absolute;
    top: -80px;
    left: 50%;
    right: 0;
    margin: auto;
    width: 180px;
    height: 180px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hov_it_work .boxes .in .icon .item-light {
    position: absolute;
    left: 50%;
    top: 22%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hov_it_work .boxes .in .icon .img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    -webkit-transition: 0.3s ease-in-out 0.3s;
    -moz-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;
    cursor: pointer;
}
.hov_it_work .boxes .in .icon .img:hover {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}
.hov_it_work .boxes .in .icon .img img {
    -webkit-transform: scale(0) rotate(3turn);
    -moz-transform: scale(0) rotate(3turn);
    -ms-transform: scale(0) rotate(3turn);
    transform: scale(0) rotate(3turn);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hov_it_work .boxes .in:first-child {
    background: url(../images/step_1_top.png) top no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.hov_it_work .boxes .in:first-child .img {
    -moz-background-size: 100%;
    background-size: 100%;
}
.hov_it_work .boxes .in:first-child .img img {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
}
.hov_it_work .boxes .in:nth-child(2) {
    background: url(../images/step_2.png) top no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.hov_it_work .boxes .in:nth-child(2) .img {
    -moz-background-size: 100%;
    background-size: 100%;
}
.hov_it_work .boxes .in:nth-child(2) .img img {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hov_it_work .boxes .in:nth-child(3) {
    background: url(../images/step_3.png) top no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.hov_it_work .boxes .in:nth-child(3) .img {
    -moz-background-size: 100%;
    background-size: 100%;
}
.hov_it_work .boxes .in h3 {
    font-weight: 700;
    color: #22d778;
    font-size: 24px;
    text-shadow: 0 1px 4.95px rgba(0, 0, 0, 0.35);
    margin-bottom: 19px;
    min-height: 48px;
}
.hov_it_work .boxes .in p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}
.dop_info.was-visible ul li:before {
    -webkit-animation: c 1.5s forwards;
    -moz-animation: c 1.5s forwards;
    animation: c 1.5s forwards;
}
@-webkit-keyframes c {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-70%) rotate(0.01deg);
        transform: translateX(-70%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) rotate(0.01deg);
        transform: translateX(0) rotate(0.01deg);
    }
}
@-moz-keyframes c {
    0% {
        opacity: 0;
        visibility: hidden;
        -moz-transform: translateX(-70%) rotate(0.01deg);
        transform: translateX(-70%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -moz-transform: translateX(0) rotate(0.01deg);
        transform: translateX(0) rotate(0.01deg);
    }
}
@keyframes c {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-70%) rotate(0.01deg);
        -moz-transform: translateX(-70%) rotate(0.01deg);
        transform: translateX(-70%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) rotate(0.01deg);
        -moz-transform: translateX(0) rotate(0.01deg);
        transform: translateX(0) rotate(0.01deg);
    }
}
.dop_info.was-visible ul li:nth-child(2):before {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.dop_info.was-visible ul li:nth-child(3):before {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.dop_info {
    color: #fff;
    background: #091427 url(../images/bg/three.jpg) 50% / cover;
    padding: 70px 0 90px;
    -webkit-box-shadow: 0 15px 13px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 13px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 13px -1px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.dop_info,
.dop_info .content {
    position: relative;
}
.dop_info img {
    position: absolute;
    bottom: -320px;
    right: -430px;
    -webkit-animation: d 7s infinite ease-in-out;
    -moz-animation: d 7s infinite ease-in-out;
    animation: d 7s infinite ease-in-out;
}
@-webkit-keyframes d {
    0%,
    to {
        -webkit-transform: translateY(-5%) rotate(0.01deg);
        transform: translateY(-5%) rotate(0.01deg);
    }
    50% {
        -webkit-transform: translateY(5%) rotate(0.01deg);
        transform: translateY(5%) rotate(0.01deg);
    }
}
@-moz-keyframes d {
    0%,
    to {
        -moz-transform: translateY(-5%) rotate(0.01deg);
        transform: translateY(-5%) rotate(0.01deg);
    }
    50% {
        -moz-transform: translateY(5%) rotate(0.01deg);
        transform: translateY(5%) rotate(0.01deg);
    }
}
@keyframes d {
    0%,
    to {
        -webkit-transform: translateY(-5%) rotate(0.01deg);
        -moz-transform: translateY(-5%) rotate(0.01deg);
        transform: translateY(-5%) rotate(0.01deg);
    }
    50% {
        -webkit-transform: translateY(5%) rotate(0.01deg);
        -moz-transform: translateY(5%) rotate(0.01deg);
        transform: translateY(5%) rotate(0.01deg);
    }
}
.dop_info ul {
    position: relative;
    z-index: 1;
    margin-top: 0;
}
.dop_info ul li {
    padding-left: 123px;
    margin-bottom: 63px;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}
.dop_info ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 87px;
    height: 29px;
    background: url(../images/arrows.png);
    content: "";
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.dop_info ul li:last-child {
    margin-bottom: 0;
}
.earning {
    background: url(../images/bg/four.jpg) bottom/1920px no-repeat;
    padding: 60px 0 42px;
    position: relative;
}
.earning .bullet {
    position: absolute;
    left: 0;
    top: 50%;
}
.earning .display_table {
    max-width: 1024px;
    width: 100%;
    border-collapse: collapse;
    font-size: 24px;
    display: table;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.earning .display_table .tr {
    display: table-row;
    border-right: 1px solid #888;
    border-left: 1px solid #888;
}
.earning .display_table .td {
    display: table-cell;
}
.earning .display_table .td .tr__title {
    display: inline-block;
    position: relative;
    width: 30%;
}
.earning .display_table .td .tr__stars {
    position: absolute;
    left: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.earning .display_table .td .tr__stars .td__star {
    width: 30px;
    margin: 0 2px;
}
.earning .display_table .td .tr__stars .td__star img {
    width: 100%;
}
.mobile {
    display: none !important;
}
.thead {
    border-top: 1px solid #888;
    display: table-header-group;
}
.thead .td {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 19px 0 12px 30px;
    border: 1px solid #888;
    border-bottom: none;
    border-top: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #19b764), to(#20cf73));
    background-image: -moz-linear-gradient(left, #19b764 0, #20cf73);
    background-image: linear-gradient(90deg, #19b764 0, #20cf73);
}
.thead .td:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #20cf73), to(#28eb84));
    background-image: -moz-linear-gradient(left, #20cf73 0, #28eb84);
    background-image: linear-gradient(90deg, #20cf73 0, #28eb84);
}
.tbody {
    border-bottom: 1px solid #888;
    display: table-row-group;
}
.tbody .td {
    font-weight: 700;
    border: 1px solid #888;
    border-bottom: none;
    border-top: none;
    padding: 48px 10px 17px 35px;
    background: hsla(0, 0%, 100%, 0.5);
    color: #02172b;
}
.tbody .td span {
    font-weight: 900;
}
.tbody .td:first-child {
    border-right: 1px solid #888;
    padding-left: 130px;
    width: 47%;
    position: relative;
}
.tbody .td:first-child:before {
    width: 115px;
    height: 100px;
    content: "";
    top: 7px;
    position: absolute;
    left: 25px;
    z-index: 1;
}
.tbody .tr:first-child .td__title:before {
    background: url(../images/fragger.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    width: 104px;
    height: 100px;
    content: "";
    top: 22px;
    position: absolute;
    left: 17px;
}
.tbody .tr:nth-child(2) .td__title:before {
    background: url(../images/guardian.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    width: 113px;
    height: 100px;
    content: "";
    top: 25px;
    position: absolute;
    left: 3px;
    z-index: 1;
}
.tbody .tr:nth-child(3) .td__title:before {
    background: url(../images/master.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    width: 90px;
    height: 100px;
    content: "";
    top: 26px;
    position: absolute;
    left: 19px;
    z-index: 1;
}
.tbody .tr:nth-child(4) .td__title:before {
    background: url(../images/legend.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    width: 94px;
    height: 100px;
    content: "";
    top: 23px;
    position: absolute;
    left: 21px;
    z-index: 1;
}
.tbody .tr:nth-child(5) .td__title:before {
    background: url(../images/elite.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    width: 102px;
    height: 100px;
    content: "";
    top: 25px;
    position: absolute;
    left: 14px;
    z-index: 1;
}
.tbody .tr:last-child .td {
    padding-bottom: 52px;
}
.tfoot {
    color: #02172b;
    border: 1px solid #888;
    border-top: none;
    max-width: 1024px;
    background: hsla(0, 0%, 82%, 0.5);
    padding-top: 13px;
    margin: 0 auto 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.tfoot .td {
    text-align: center;
}
.tfoot .small {
    margin-bottom: 18px;
}
.tfoot .spending {
    vertical-align: middle;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tfoot .spending > * {
    vertical-align: middle;
    margin: 0 2px;
}
.tfoot .main_info {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
li {
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
li p {
    font-weight: 900;
}
li:last-child {
    margin: 0;
}
.last_block {
    color: #fff;
    background: #091427 url(../images/bg/last_screen_n.jpg) top/cover;
    padding: 89px 0 6px;
}
.last_block .boxes {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 73px;
}
.last_block .in {
    width: 44%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgbargb(50, 47, 62, 0.2);
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #21d375;
}
.last_block .in:nth-child(2) .main {
    margin-top: 0;
}
.last_block .in .head {
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 20, 38, 0.3);
    padding: 34px 46px;
    font-size: 36px;
    color: #00ed81;
    font-weight: 500;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.last_block .in .main {
    margin-top: 0;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 27px 51px 39px;
}
.last_block .in .main a {
    text-decoration: underline;
}
.last_block .in li {
    margin-bottom: 27px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}
.last_block .in li a {
    padding-left: 28px;
}
.last_block .in li span {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #79e757;
}
.last_block .in li:last-child {
    margin-bottom: 0;
}
.last_block .in .butt_steam {
    position: relative;
    text-decoration: none !important;
    padding: 22px 35px 19px 75px;
    display: inline-block;
    margin-top: 25px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #19b764), to(#28eb84));
    background-image: -moz-linear-gradient(left, #19b764 0, #28eb84);
    background-image: linear-gradient(90deg, #19b764 0, #28eb84);
}
.last_block .in .butt_steam:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 20px;
    background-image: url(../images/steam.png);
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.item-wrap {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.item-wrap:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.slide_wins {
    margin-bottom: 40px;
}
.slide_wins .levels__xp-levels-perks__content.was-visible .item-wrap:first-child .level-item {
    -webkit-animation: f 1s forwards;
    -moz-animation: f 1s forwards;
    animation: f 1s forwards;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
.slide_wins .levels__xp-levels-perks__content.was-visible .item-wrap:nth-child(2) .level-item {
    -webkit-animation: f 1s forwards;
    -moz-animation: f 1s forwards;
    animation: f 1s forwards;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.slide_wins .levels__xp-levels-perks__content.was-visible .item-wrap:nth-child(3) .level-item {
    -webkit-animation: f 1s forwards;
    -moz-animation: f 1s forwards;
    animation: f 1s forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.slide_wins .levels__xp-levels-perks__content.was-visible .item-wrap:nth-child(4) .level-item {
    -webkit-animation: f 1s forwards;
    -moz-animation: f 1s forwards;
    animation: f 1s forwards;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.slide_wins .levels__xp-levels-perks__content.was-visible .item-wrap:nth-child(5) .level-item {
    -webkit-animation: f 1s forwards;
    -moz-animation: f 1s forwards;
    animation: f 1s forwards;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.levels__xp-levels-perks__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 10px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.levels__xp-levels-perks__content .item-wrap {
    max-width: 200px;
    min-width: 162px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}
.levels__xp-levels-perks__content .item-wrap .level-item {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-position: 50%;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 40px 5px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: -0.4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__heading {
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
    background-repeat: no-repeat;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__heading .star-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__heading .star-row .star-row__star {
    margin: 0 2px;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__heading h3 {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content {
    color: #fff;
    -moz-background-size: cover;
    background-size: cover;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content > span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.8;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content .points {
    position: relative;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content .points:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 110%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, 0.3);
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content .cashback {
    position: relative;
    padding: 25px 0 10px;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content .cashback:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 110%;
    height: 1px;
    background-image: url(../images/line_dashed.png);
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content .gift-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content .gift-row .gift {
    padding: 20px 0 10px;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content .gift-row .gift-icon {
    margin-top: 8px;
    margin-right: 10px;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content span.points > span {
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    padding-left: 2px;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    line-height: 18px;
    text-transform: uppercase;
    z-index: 20;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content span.points > span:before {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(../images/big-star.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 52px;
    height: 52px;
    z-index: -1;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-item__content span.access {
    border-bottom: none;
    display: block;
    position: absolute;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-box {
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.levels__xp-levels-perks__content .item-wrap .level-item .level-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.levels__xp-levels-perks__content .item-wrap .fragger {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.levels__xp-levels-perks__content .item-wrap .fragger .level-item__heading {
    background-image: url(../images/fragger_bg_top.jpg);
    -moz-background-size: cover;
    background-size: cover;
}
.levels__xp-levels-perks__content .item-wrap .fragger:before {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    background-image: url(../images/fragger.png);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.levels__xp-levels-perks__content .item-wrap .fragger h3 {
    margin: 10px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .fragger span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .fragger .level-item__content {
    background-image: url(../images/fragger_bg_bot.jpg);
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    padding-left: 15px;
}
.levels__xp-levels-perks__content .item-wrap .fragger .level-item__content span {
    text-transform: none;
}
.levels__xp-levels-perks__content .item-wrap .fragger .level-item__content span.points {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), to(rgba(40, 235, 132, 0.8)));
    background-image: -moz-linear-gradient(left, transparent 60%, rgba(40, 235, 132, 0.8));
    background-image: linear-gradient(90deg, transparent 60%, rgba(40, 235, 132, 0.8));
}
.levels__xp-levels-perks__content .item-wrap .fragger .level-box {
    background-image: url(../images/fragger-circle.png);
    margin-top: 46px;
    height: 90px;
    margin-bottom: -40px;
    width: 90px;
}
.levels__xp-levels-perks__content .item-wrap .fragger .level-box img {
    width: 114px;
    height: 71px;
}
.levels__xp-levels-perks__content .item-wrap .guardian:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 130px;
    background-image: url(../images/guardian.png);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -50px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-item__heading {
    padding-top: 70px;
    background-image: url(../images/guardian_bg_top.jpg);
    -moz-background-size: cover;
    background-size: cover;
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-item__heading h3 {
    margin: 10px 0;
    color: #30a7de;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-item__heading span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-item__content {
    background-image: url(../images/guardian_bg_bot.jpg);
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    padding-left: 15px;
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-item__content span {
    text-transform: none;
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-item__content span.points {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), to(rgba(40, 235, 132, 0.8)));
    background-image: -moz-linear-gradient(left, transparent 60%, rgba(40, 235, 132, 0.8));
    background-image: linear-gradient(90deg, transparent 60%, rgba(40, 235, 132, 0.8));
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-box {
    background-image: url(../images/guardian-circle.png);
    margin-top: 40px;
    height: 102px;
    margin-bottom: -50px;
    width: 100px;
}
.levels__xp-levels-perks__content .item-wrap .guardian .level-box img {
    width: 131px;
    height: 82px;
}
.levels__xp-levels-perks__content .item-wrap .master:before {
    content: "";
    position: absolute;
    width: 148px;
    height: 148px;
    background-image: url(../images/master.png);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.levels__xp-levels-perks__content .item-wrap .master .level-item__heading {
    padding-top: 90px;
    background-image: url(../images/master_bg_top.jpg);
    -moz-background-size: cover;
    background-size: cover;
}
.levels__xp-levels-perks__content .item-wrap .master .level-item__heading h3 {
    margin: 10px 0;
    color: #28ea83;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .master .level-item__heading span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .master .level-item__content {
    background-image: url(../images/master_bg_bot.jpg);
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    padding-left: 15px;
}
.levels__xp-levels-perks__content .item-wrap .master .level-item__content span {
    text-transform: none;
}
.levels__xp-levels-perks__content .item-wrap .master .level-item__content span.points {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), to(rgba(40, 235, 132, 0.8)));
    background-image: -moz-linear-gradient(left, transparent 60%, rgba(40, 235, 132, 0.8));
    background-image: linear-gradient(90deg, transparent 60%, rgba(40, 235, 132, 0.8));
}
.levels__xp-levels-perks__content .item-wrap .master .level-box {
    background-image: url(../images/master-circle.png);
    margin-top: 35px;
    height: 120px;
    margin-bottom: -60px;
    width: 120px;
}
.levels__xp-levels-perks__content .item-wrap .master .level-box img {
    width: 137px;
    height: 86px;
}
.levels__xp-levels-perks__content .item-wrap .legend .fire {
    bottom: -247px;
    left: -135px;
}
.levels__xp-levels-perks__content .item-wrap .legend:before {
    content: "";
    position: absolute;
    width: 166px;
    height: 166px;
    background-image: url(../images/legend.png);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.levels__xp-levels-perks__content .item-wrap .legend .level-item__heading {
    padding-top: 110px;
    background-image: url(../images/legend_bg_top.jpg);
    -moz-background-size: cover;
    background-size: cover;
}
.levels__xp-levels-perks__content .item-wrap .legend .level-item__heading h3 {
    margin: 10px 0;
    color: #d284ff;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .legend .level-item__heading span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .legend .level-item__content {
    background-image: url(../images/legend_bg_bot.jpg);
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    padding-left: 15px;
}
.levels__xp-levels-perks__content .item-wrap .legend .level-item__content span {
    text-transform: none;
}
.levels__xp-levels-perks__content .item-wrap .legend .level-item__content span.points {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), to(rgba(40, 235, 132, 0.8)));
    background-image: -moz-linear-gradient(left, transparent 60%, rgba(40, 235, 132, 0.8));
    background-image: linear-gradient(90deg, transparent 60%, rgba(40, 235, 132, 0.8));
}
.levels__xp-levels-perks__content .item-wrap .legend .level-box {
    background-image: url(../images/legend-circle.png);
    margin-top: 27px;
    height: 120px;
    margin-bottom: -60px;
    width: 120px;
}
.levels__xp-levels-perks__content .item-wrap .legend .level-box img {
    width: 153px;
    height: 97px;
}
.levels__xp-levels-perks__content .item-wrap .elite .fire {
    bottom: -283px;
    left: -167px;
}
.levels__xp-levels-perks__content .item-wrap .elite:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 205px;
    background-image: url(../images/elite.png);
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.levels__xp-levels-perks__content .item-wrap .elite .level-item__heading {
    padding-top: 130px;
    background-image: url(../images/elite_bg_top.jpg);
    -moz-background-size: cover;
    background-size: cover;
}
.levels__xp-levels-perks__content .item-wrap .elite .level-item__heading h3 {
    margin: 10px 0;
    color: #ffe037;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .elite .level-item__heading span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.levels__xp-levels-perks__content .item-wrap .elite .level-item__content {
    background-image: url(../images/elite_bg_bot.jpg);
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    padding-left: 15px;
}
.levels__xp-levels-perks__content .item-wrap .elite .level-item__content span {
    text-transform: none;
}
.levels__xp-levels-perks__content .item-wrap .elite .level-item__content span.points {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), to(rgba(40, 235, 132, 0.8)));
    background-image: -moz-linear-gradient(left, transparent 60%, rgba(40, 235, 132, 0.8));
    background-image: linear-gradient(90deg, transparent 60%, rgba(40, 235, 132, 0.8));
}
.levels__xp-levels-perks__content .item-wrap .elite .level-box {
    background-image: url(../images/elite-circle.png);
    margin-top: 30px;
    height: 127px;
    margin-bottom: -60px;
    width: 127px;
}
.levels__xp-levels-perks__content .item-wrap .elite .level-box img {
    width: 161px;
    height: 102px;
}
.boxes.slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 60px 0 120px;
    width: 100%;
}
.boxes.slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.boxes.slick-slider .slick-dots {
    margin: 0 0 30px;
    display: none;
}
.boxes.slick-slider .slick-dots li.slick-active button {
    background-color: #27e983;
}
.boxes.slick-slider .slick-dots li {
    margin: 0 20px;
}
.boxes.slick-slider .slick-dots li button {
    font-size: 0;
    background-color: #e4e5e0;
    border: 3px solid #322f3e;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 5px 10px #322f3e;
    -moz-box-shadow: 0 5px 10px #322f3e;
    box-shadow: 0 5px 10px #322f3e;
}
.levels__xp-levels-perks__content.slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 60px 0 0;
    width: 100%;
}
.levels__xp-levels-perks__content.slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
}
.levels__xp-levels-perks__content.slick-slider .slick-dots {
    margin: 0 0 30px;
    display: none;
}
.levels__xp-levels-perks__content.slick-slider .slick-dots li.slick-active button {
    background-color: #27e983;
}
.levels__xp-levels-perks__content.slick-slider .slick-dots li {
    margin: 0 20px;
}
.levels__xp-levels-perks__content.slick-slider .slick-dots li button {
    font-size: 0;
    background-color: #e4e5e0;
    border: 3px solid #322f3e;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 5px 10px #322f3e;
    -moz-box-shadow: 0 5px 10px #322f3e;
    box-shadow: 0 5px 10px #322f3e;
}
@media (max-width: 1024px) {
    h2 {
        font-size: 32px;
        padding-bottom: 58px;
    }
    h2 .wrp,
    h2 .wrp:after {
        padding: 21px 24px;
    }
    .content {
        max-width: 600px;
    }
    .top_section {
        padding: 0;
    }
    .top_section .top_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .top_section .logo {
        margin: 20px 0 40px;
    }
    .top_section .logo img {
        width: 450px;
    }
    .top_section .wrp {
        padding: 0;
        margin: auto;
    }
    .top_section .top_text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 22px;
    }
    .top_section .flamesmall {
        top: 15px;
        left: -116px;
    }
    .top_section .flamesmall img {
        width: 280px;
    }
    .top_section .flamebig {
        bottom: -213px;
    }
    .top_section .flamebig img {
        width: 1000px;
    }
    .top_section .boxes {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .top_section .boxes img {
        margin: -31px 0 0 5px;
        -webkit-box-ordinal-group: 0;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 230px;
    }
    .top_section .top {
        width: 220px;
        font-size: 12px;
        line-height: 1.3;
        padding-bottom: 16px;
        margin-bottom: 22px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
    }
    .hov_it_work {
        padding-top: 72px;
    }
    .hov_it_work .boxes {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dop_info {
        padding: 42px 0 48px;
    }
    .dop_info ul {
        margin: 0;
    }
    .dop_info ul li {
        padding-left: 78px;
        font-size: 16px;
        margin-bottom: 45px;
    }
    .dop_info ul li:before {
        top: 5px;
        width: 64px;
        height: 21px;
        -moz-background-size: 100%;
        background-size: 100%;
    }
    .dop_info img {
        bottom: -154px;
        right: -135px;
        width: 340px;
    }
    .earning {
        padding: 0 0 20px;
    }
    .earning .bullet {
        display: none;
        left: 75px;
        width: 200px;
        top: 37%;
    }
    .earning .display_table {
        font-size: 15px;
        margin-top: -31px;
    }
    .earning .display_table .td .tr__stars {
        left: 170%;
    }
    .earning .display_table .td .tr__stars .td__star {
        width: 14px;
    }
    .earning .thead .td {
        padding: 11px 0 6px 20px;
    }
    .earning .tbody .td {
        padding: 22px 10px 12px 16px;
        font-size: 20px;
    }
    .earning .tbody .td:first-child {
        padding-left: 98px;
    }
    .earning .tbody .td:first-child:before {
        -moz-background-size: 100%;
        background-size: 100%;
        width: 37px;
        left: 30px;
        height: 38px;
        top: 18px;
    }
    .earning .tbody .tr:last-child .td {
        padding-bottom: 26px;
    }
    .earning .tfoot {
        padding-top: 4px;
        margin-bottom: 30px;
    }
    .earning .tfoot .small {
        margin-bottom: 11px;
        font-size: 10px;
    }
    .earning .tfoot .spending {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .earning .tfoot .spending img {
        width: 57px;
    }
    .earning .tfoot .main_info {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .earning ul {
        margin-top: -8px;
    }
    .earning ul li {
        font-size: 15px;
    }
    .earning ul li p {
        margin-bottom: 0;
        font-size: 18px;
    }
    .earning ul li span {
        font-size: 14px;
    }
    .last_block {
        padding-top: 41px;
    }
    .last_block .boxes {
        margin-bottom: 11px;
    }
    .last_block .in {
        width: 47.4%;
    }
    .last_block .in .head {
        padding: 21px 29px;
        font-size: 23px;
    }
    .last_block .in .main {
        padding: 18px 25px 24px;
        margin-top: 0;
    }
    .last_block .in li {
        font-size: 13px;
        margin-bottom: 17px;
    }
    .last_block .in .butt_steam {
        margin-top: 18px;
        font-size: 11px;
        padding: 13px 27px 13px 54px;
    }
    .last_block .in .butt_steam:before {
        left: 15px;
    }
    .levels__xp-levels-perks__content .level-item {
        margin-bottom: 70px;
    }
    .slick-dots {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (max-width: 640px) {
    .hov_it_work .text_shad.first {
        margin-top: -27px;
    }
    h2 {
        font-size: 24px;
        padding-bottom: 55px;
    }
    h2 .wrp,
    h2 .wrp:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 16px 0;
    }
    .content {
        max-width: 300px;
    }
    .top_section {
        padding-top: 83px;
    }
    .top_section .logo {
        margin: 0;
    }
    .top_section .logo img {
        width: 300px;
    }
    .top_section .top_text {
        margin-top: 20px;
        font-size: 14px;
    }
    .top_section .boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top_section .boxes img {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 180px;
        margin: 18px 0 32px -18px;
    }
    .top_section .top {
        margin: auto;
    }
    .top_section .flamesmall {
        display: none;
    }
    .top_section .flamebig {
        bottom: -121px;
        left: 23px;
    }
    .top_section .flamebig img {
        width: 570px;
    }
    .hov_it_work {
        padding-top: 56px;
    }
    .hov_it_work .boxes {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .hov_it_work .boxes .in {
        margin-bottom: 0;
        min-height: 350px;
    }
    .hov_it_work .boxes .in p {
        font-size: 11px;
    }
    .dop_info {
        margin-top: -37px;
        padding: 33px 0 19px;
    }
    .dop_info ul li {
        padding-left: 56px;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .dop_info ul li:before {
        width: 45px;
        height: 14px;
    }
    .dop_info img {
        bottom: -154px;
        right: -135px;
        width: 340px;
    }
    .earning {
        padding: 70px 0 20px;
    }
    .earning h2 .wrp,
    .earning h2 .wrp:after {
        padding: 6px 18px;
    }
    .earning .bullet {
        left: 0;
        top: 64%;
    }
    .earning .display_table {
        display: block;
    }
    .earning .display_table .tr {
        display: block;
        border: none;
    }
    .earning .display_table .td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
    }
    .earning .display_table .td .tr__stars {
        left: 130%;
    }
    .earning .display_table .mobile {
        display: none;
    }
    .earning .display_table .thead {
        display: block;
    }
    .earning .display_table .thead .tr {
        display: none;
    }
    .earning .display_table .thead .mobile {
        display: block;
    }
    .earning .display_table .tbody .td,
    .earning .display_table .tbody .td:first-child,
    .earning .display_table .tbody .tr:last-child .td {
        width: 100%;
        padding: 14px 10px 1px 61px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .earning .display_table .tbody .td:before {
        left: 10px;
        top: 11px;
    }
    .earning .display_table .tbody .tr:last-child .td:last-child {
        padding-bottom: 20px;
    }
    .earning .display_table .tfoot {
        display: block;
        padding-top: 7px;
    }
    .earning ul li {
        border-bottom: 1px solid #cfd1cf;
        position: relative;
    }
    .earning ul li:after {
        display: block;
        content: "";
        width: 11px;
        height: 9px;
        right: 0;
        top: 10px;
        position: absolute;
        background: url(../images/open_menu.png);
    }
    .earning ul li p {
        margin-bottom: 10px;
    }
    .earning ul li span {
        display: none;
        padding-bottom: 20px;
    }
    .earning ul li.active:after {
        background: url(../images/open_menu_a.png);
    }
    .earning ul li.active span {
        display: block;
    }
    .last_block .in {
        width: 100%;
        margin-bottom: 40px;
        background: rgba(100, 145, 162, 0.5);
    }
    .last_block .head {
        text-align: center;
    }
    .slide_wins {
        overflow-x: scroll;
    }
    .slide_wins .levels__xp-levels-perks__content {
        width: 1100px;
        padding: 0 0 29px;
    }
    .slide_wins .levels__xp-levels-perks__content .fire {
        display: none;
    }
    .slide_wins .levels__xp-levels-perks__content .elite:before {
        top: -85px;
        width: 200px;
        height: 270px;
    }
    .boxes.slick-slider .in,
    .levels__xp-levels-perks__content.slick-slider {
        width: 100%;
    }
    .levels__xp-levels-perks__content.slick-slider .slick-dots li {
        margin: 0 15px;
    }
    .levels__xp-levels-perks__content.slick-slider .slick-dots li:after {
        display: none;
    }
    .levels__xp-levels-perks__content.slick-slider .slick-slide {
        max-width: none;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .text_shad .wrp span,
    .text_shad .wrp span .color,
    .thead {
        background-image: none;
    }
    .thead {
        background-color: #1bbe68;
    }
}
@-webkit-keyframes e {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50%) rotate(0.01deg);
        transform: translateY(50%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) rotate(0.01deg);
        transform: translateY(0) rotate(0.01deg);
    }
}
@-moz-keyframes e {
    0% {
        opacity: 0;
        visibility: hidden;
        -moz-transform: translateY(50%) rotate(0.01deg);
        transform: translateY(50%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -moz-transform: translateY(0) rotate(0.01deg);
        transform: translateY(0) rotate(0.01deg);
    }
}
@keyframes e {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50%) rotate(0.01deg);
        -moz-transform: translateY(50%) rotate(0.01deg);
        transform: translateY(50%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) rotate(0.01deg);
        -moz-transform: translateY(0) rotate(0.01deg);
        transform: translateY(0) rotate(0.01deg);
    }
}
@-webkit-keyframes f {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10%) rotate(0.01deg);
        transform: translateY(10%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) rotate(0.01deg);
        transform: translateY(0) rotate(0.01deg);
    }
}
@-moz-keyframes f {
    0% {
        opacity: 0;
        visibility: hidden;
        -moz-transform: translateY(10%) rotate(0.01deg);
        transform: translateY(10%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -moz-transform: translateY(0) rotate(0.01deg);
        transform: translateY(0) rotate(0.01deg);
    }
}
@keyframes f {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10%) rotate(0.01deg);
        -moz-transform: translateY(10%) rotate(0.01deg);
        transform: translateY(10%) rotate(0.01deg);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) rotate(0.01deg);
        -moz-transform: translateY(0) rotate(0.01deg);
        transform: translateY(0) rotate(0.01deg);
    }
}

#module-loyalty-levelup #breadcrumb,
#module-loyalty-levelup .background-action{
    display: none;
}

 #module-loyalty-levelup.designew ul li,
 #module-loyalty-levelup.designew .in p{
     color: #fff;
 }
 #module-loyalty-levelup.designew{
     background: none;
     background-color: #fff;
 }
 #module-loyalty-levelup.designew .last_block .in .main a,
 #module-loyalty-levelup.designew .last_block .in .main a span,
 #module-loyalty-levelup.designew  .nav.megamenu > li > a span {
     color: #fff !important;
 }
 #module-loyalty-levelup.designew  .nav.megamenu > li > a span {
     font-family: "proximanova" !important;
 }
 #module-loyalty-levelup.designew #leo-top-menu .nav li{
     margin-bottom: 0;
 }
 #module-loyalty-levelup.designew p,
 #module-loyalty-levelup.designew ul li span{
     color: #02172b;
 }
#module-loyalty-levelup #page{
    padding-top: 109px !important;
}
#module-loyalty-levelup #page #center_column{
    padding: 0;
}
#module-loyalty-levelup #page .maincontainer{
    margin: 0;
    padding: 0;
}
#module-loyalty-levelup #page #columns{
    margin-bottom: 0;
}
#module-loyalty-levelup #page #columns > .container{
    max-width: 100% !important;
}
.wrapper-page{
    background: url(../images/level_up/bg/body.jpg);
}