@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

body {
    font-family: 'Open Sans', sans-serif
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body,
html {
    height: 100%
}

.lol {
    text-align: center
}

.container {
    padding: 0 3%;
    margin: 0 auto;
    max-width: 1520px;
}

body {
    background-color: #282828
}

.active {
    display: block
}

.hidden {
    display: none
}

.hvr-shadow-radial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.levitate {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes levitate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes levitate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.header {
    height: 350px;
    background-image: url(/assets/img/header.png);
    background-repeat: no-repeat;
    background-size: cover
}

.header__contact {
    height: 175px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 150px
}

.header__contact-title {
    text-shadow: 0 0 3px #fff;
    color: #fff;
    font-size: 18px;
    opacity: .8;
    font-weight: 700
}

.header__contact-subtitle {
    text-shadow: 0 0 3px #fff;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    opacity: .7
}

.header__contact-ip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__contact-discord {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__contact-link {
    text-decoration: none
}

.header-logo {
    display: none
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__home:hover {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00;
}

.nav__home-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.nav__home-text:hover {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00;
}

.nav__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 16px 26px;
    background-image: url(/assets/img/nav-bar.png);
    border-radius: 10px
}


.nav__bar-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #fff;
    font-size: 16px
}

.nav__bar-title-language {
    text-transform: uppercase;
    color: #fff;
    margin-left: 3px;
    font-weight: 700;
    text-shadow: 0 0 5px #fff;
    font-size: 16px
}

.nav__bar-title-language:hover {
    cursor: pointer;
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00;
}

.nav__bar-subtitle {
    color: #cfcfcf;
    margin-top: 5px;
    font-size: 12px
}

.nav__bar-language {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-left: 1px solid #cfcfcf;
}

.nav__bar-language-change {
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__bar-language-change:hover {
    cursor: pointer;
    box-shadow: 0 0px 0 0 #b53200, 0 10px 30px 0 rgba(202, 49, 10, 0.15);
    color: #b53200;
}

.nav__bar-language-change:hover .nav__bar-title {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-title:hover {
    cursor: pointer;
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-language-change:hover .nav__bar-icon--language {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-language-text {
    text-transform: uppercase;
    color: #cfcfcf
}

.nav__bar-language-dropdown-list {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #282828;
    position: absolute;
    color: #fff;
    top: 65px;
    left: 25%;
    z-index: 1;
}

.nav__bar-language-dropdown-item {
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #fff;
    font-size: 16px
}

.nav__bar-language-dropdown-item:hover {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-language-dropdown-link {
    text-decoration: none;
    color: #fff
}


.nav__bar-currency {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.nav__bar-currency-change {
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__bar-currency-change:hover {
    cursor: pointer
}

.nav__bar-currency-change:hover .nav__bar-title {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-title:hover {
    cursor: pointer;
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar--language-icon {
    color: #fff;
    margin-right: 15px;
    font-size: 10px;
}

.nav__bar-icon--language {
    color: #cfcfcf;
    margin-left: 8px;
    font-size: 15px;
    margin-top: 3px;
}

.nav__bar-currency-change:hover .nav__bar-icon--currency {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-language-change:hover .nav__bar-icon--language {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-currency-text {
    text-transform: uppercase;
    color: #cfcfcf
}

.nav__bar-currency-dropdown-list {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #282828;
    position: absolute;
    color: #fff;
    top: 65px;
    left: 16%;
    z-index: 1;
}

.js-navLanguageList{
    left: 39%!important;
}

.nav__bar-currency-dropdown-item {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #fff;
    font-size: 16px
}

.nav__bar-currency-dropdown-item:hover {
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00
}

.nav__bar-currency-dropdown-link {
    text-decoration: none;
    color: #fff
}

.nav__bar-dropdown-icon {
    margin-left: 7px;
    width: 12px;
    height: 6px
}

.nav__bar-cart {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf
}

.nav__bar-cart:hover {
    cursor: default;
    color: #ff5a00;
    text-shadow: 0 0 5px #ff5a00;
}

.nav__bar-logout {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__bar-icon {
    color: #fff;
    margin-right: 15px;
    font-size: 20px
}

.nav__bar-icon--currency {
    color: #cfcfcf;
    margin-left: 8px;
    font-size: 15px;
    margin-top: 3px
}

.nav__bar-icon--undo {
    font-size: 16px
}

.main-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile {
    display: none
}

.progress {
    margin-top: -20px
}

.progress-bar {
    margin-top: 15px;
    height: 8px;
    width: 300px;
    background-color: #363636;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.progress-bar-content {
    width: 200px;
    height: 6px;
    border-radius: 5px;
    background-color: #fff
}

.progress-value {
    margin-left: 260px;
    color: #fff
}

.sidebar {
    margin-top: -60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    height: 100%
}

.sidebar__navigation {
    background-color: #2e2e2d;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #1e1e1e;
    box-shadow: 0 0 10px #1e1e1e
}

.sidebar__navigation-link {
    text-decoration: none;
    position:relative;
}

.sidebar__navigation-link::before {border-top-right-radius: 20px;border-bottom-right-radius: 20px;font-size: 50px;background: white;height: 43px;width: 7px;font-family: sans-serif;content: '';top: 11px;position: absolute;z-index: 9999;left: -24px;}
.sidebar__navigation-list .sidebar__navigation-link:hover::before {box-shadow: 0 0 30px #ff5a00;background: rgb(255,99,0);background: linear-gradient(90deg, rgba(255,99,0,1) 6%, rgba(255,42,0,1) 100%);}
.sidebar__navigation-link .menu__item{transition: 0.3s;}
.sidebar__navigation-link .menu__item:hover{-webkit-transform:none!important;transform: none;margin-left:30px}
.sidebar__navigation-dropdown-list li .sidebar__navigation-dropdown-link{position: relative;}
.sidebar__navigation-dropdown-list li .sidebar__navigation-dropdown-link::before {border-top-right-radius: 20px;border-bottom-right-radius: 20px;font-size: 50px;background: white;height: 28px;width: 4px;font-family: sans-serif;content: '';top: 15px;position: absolute;z-index: 9999;left: 0px;}
.sidebar__navigation-dropdown-list li .sidebar__navigation-dropdown-link:hover::before {background: rgb(255,99,0);background: linear-gradient(90deg, rgba(255,99,0,1) 6%, rgba(255,42,0,1) 100%);box-shadow: 0 0 15px #ff5a00;}
.sidebar__navigation-dropdown-item:hover{margin-left: 30px;}

.sidebar__navigation-store {
    height: 110px;
    background-image: url(/assets/img/store.png);
    background-size: cover;
    border-radius: 10px
}

.sidebar__navigation-store-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sidebar__navigation-store-title {
    text-transform: uppercase;
    color: #a33100;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.sidebar__navigation-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -60%;
    position: absolute
}

.sidebar__navigation-logo-img {
    width: 100%
}

.sidebar__navigation-list {
    margin: 10px 0;
    padding: 10px 25px 25px
}

.sidebar__navigation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 25px;
    background-image: url(/assets/img/nav-bar.png);
    background-size: cover;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 10px
}

.sidebar__navigation-item-img {
    padding-right: 17px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.sidebar__navigation-item-img--pig {
    padding-right: 24px
}

.sidebar__navigation-item-text {
    color: #fff;
    padding-left: 25px;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar__navigation-item:hover {
    cursor: pointer
}

.sidebar__navigation-item:hover .sidebar__navigation-item-text {
    color: #ff5a00;
    text-shadow: 0 0 15px #ff5a00;
}

.sidebar__navigation-item:hover .sidebar__navigation-dropdown-icon {
    color: #ff5a00
}

.sidebar__navigation-dropdown-icon {
    margin-left: auto;
    color: #fff
}

.sidebar__navigation-dropdown-list {
    padding-top: 15px;
    margin-top: -15px;
    border-radius: 10px;
    background-color: #282828
}

.sidebar__navigation-dropdown-item {
    padding: 20px 30px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar__navigation-dropdown-item:hover {
    color: #ff5a00;
    cursor: pointer;
    margin-left: 20px
}

.sidebar__navigation-dropdown-link {
    text-decoration: none
}

.sidebar__donator {
    margin-top: 50px;
    width: 100%;
    height: 400px;
    background-color: #303130;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #1e1e1e;
    box-shadow: 0 0 10px #1e1e1e
}

.sidebar__donator-topdonor {
    height: 160px;
    background-color: #282828
}

.sidebar__donator-topdonor-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
    border-radius: 10px;
    width: 80%;
    height: 45px;
    position: absolute;
    background-image: url(/assets/img/nav-bar.png)
}

.sidebar__donator-topdonor-block--last {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar__donator-topdonor-block-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sidebar__donator-topdonor-block-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 70px
}

.sidebar__donator-topdonor-block-text--last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
}

.sidebar__donator-topdonor-text {
    color: #fff;
    font-weight: 700
}

.sidebar__donator-topdonor-player {
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%
}

.sidebar__donator-topdonor-player-text {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    margin-right: 50px
}

.sidebar__donator-topdonor-player-title {
    color: #e56206;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.sidebar__donator-topdonor-player-subtitle {
    margin-top: 20px;
    font-size: 13px
}

.sidebar__donator-topdonor-player-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    top: -20px;
    z-index: 1
}

.sidebar__donator-topdonor-icon {
    color: #fff;
    font-size: 18px;
    margin: 0 15px
}

.sidebar__donator-lastdonor-players {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar__donator-lastdonor-players-block {
    margin: 20px auto 0;
    width: 70%
}

.sidebar__donator-lastdonor-player {
    margin: 0 5px
}

.sidebar__donator-lastdonor-player-nickname {
    margin-top: 7px;
    color: #fff
}

.sidebar__donator-lastdonor-line {
    margin: 0 auto;
    height: 2px;
    width: 50%;
    opacity: .2;
    background-color: #fff
}

.sidebar__donator-donate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.sidebar__donator-donate-btn {
    background-image: url(/assets/img/welcome.png);
    text-shadow: 0 0 3px #fff;
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 10px
}

.content {
    margin-top: -60px;
    margin-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 73%;
    height: 100%;
    background-color: #2a2a2a;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #1e1e1e;
    box-shadow: 0 0 10px #1e1e1e
}

.content-container {
    margin: 0 auto;
    padding: 0 20px
}

.content__donation {
    background-image: url(/assets/img/donation.png);
    background-size: cover;
    border-radius: 10px;
    padding: 0
}

.content__donation-goal {
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__donation-goal-title {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #fff
}

.content__donation-goal-subtitle {
    font-size: 16px;
    line-height: normal;
    color: #fff
}

.content__donation-player {
    cursor: pointer;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__donation-player-block {
    cursor: pointer;
    transition: transform .2s;
}

.content__donation-player-block:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.content__donation-player-image {
    height: 200px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: -45px
}

.content__donation-player-img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 111px;
    height: 270px
}

.content__donation-player-text {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0 0 5px #fff;
    margin-right: 30px
}

.content__donation-player-subtext {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    text-align: center;
    margin-top: 4px;
}

.content__donation-icon {
    font-size: 20px;
    margin-left: 20px
}

.content-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__warning {
    -webkit-box-shadow: 0 0 5px #1e1e1e;
    box-shadow: 0 0 5px #1e1e1e;
    width: 100%;
    height: 100px;
    margin-top: 28px;
    background-image: url(/assets/img/nav-bar.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__warning-exclamation {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    width: 60px;
    background-color: #2f2f2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__warning-exclamation-icon {
    font-size: 25px;
    color: #a33100
}

.content__warning-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__warning-title {
    color: #ff5a00;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 16px;
    text-shadow: 0 0 5px #ff5a00;
    text-align: center;
}

.content__warning-subtitle {
    padding: 0 16px;
    width: 80%;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #ffa879
}

.content__warning-btn {
    margin-left: auto;
    margin-right: 30px;
    padding: 15px 30px;
    color: #fff;
    -webkit-box-shadow: 0 0 5px #1e1e1e;
    box-shadow: 0 0 5px #1e1e1e;
    font-size: 18px;
    font-weight: 700;
    background-image: url(/assets/img/warning-btn.png);
    background-size: cover;
    border: none;
    border-radius: 10px
}

.content__warning-btn:hover {
    box-shadow: 0 0px 0 0 #464646, 0 10px 30px 0 rgba(76, 76, 76, 0.15);
    transition-duration: .4s;
}

.content-first-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content-second-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__welcome {
    border-radius: 10px;
    width: 45%;
    background-image: url(/assets/img/welcome.png);
    background-size: cover;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__welcome-title {
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 0 5px #fff
}

.content__welcome-subtitle {
    padding: 10px;
    color: #fff;
    font-size: 20px
}

.content__welcome-subtitle-block {
    width: 60%
}

.content__welcome-text {
    margin-top: 10%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: normal
}

.content__welcome-text-block {
    width: 80%
}

.content__sale-img {
    width: 100%;
    margin-left: 20px
}

.content__information {
    width: 45%
}

.content__information-support-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #ffae00
}

.content__information-support-subtitle {
    margin-top: 5px;
    font-size: 16px;
    line-height: normal;
    color: #ffae00
}

.content__information-refund-title {
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #ff3c00
}

.content__information-refund-subtitle {
    margin-top: 5px;
    font-size: 16px;
    line-height: normal;
    color: #ea6f05
}

.content__information-refund-text {
    margin-top: 30px;
    font-size: 16px;
    line-height: normal;
    color: #ff3c00
}

.content__payments {
    width: 300px;
    margin-right: 30px
}

.content__payments-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

.content__payments-title-line {
    margin-top: 5px;
    width: 22px;
    height: 5px;
    background-color: #fff
}

.content__payments-players {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__payments-player-nickname {
    margin-top: 7px;
    color: #fff
}

.content__payments-player-img {
    width: 46px;
    height: 46px;
    transition: 0.3s;
}

.content__payments-player-img:hover {
    transform: scale(1.15);
    transition: 0.3s;
    -webkit-box-shadow: 0 0px 0 0 #98340e, 0 10px 30px 0 rgb(136 31 4 / 15%);
    box-shadow: 0 0px 0 0 #98340e, 0 10px 30px 0 rgb(136 31 4 / 15%);
}

.content__payments-line {
    opacity: .2;
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 10px auto
}


.content__giftcards {
    width: 300px;
    margin-right: 30px;
    margin-top: 25%;
}

.content__giftcards-main {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content__gift-input {
    width: 92%;
    height: 40px;
    background-color: #2e2e2e;
    border-radius: 10px;
    border: none;
    color: #9e9a9a;
    padding: 0px 10px;
    font-weight: 700;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-left: 3px;
}

.content__gift-btn {
    height: 40px;
    width: 100px;
    margin-left: 40px;
    border-radius: 5px;
    background-image: url(/assets/img/reedem.png);
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 700;
    margin: 5% 28%;
}

.content__gift-btn:hover {
    box-shadow: 0 0px 0 0 #b53200, 0 10px 30px 0 rgba(202, 49, 10, 0.15);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 1px 0 #adaed1;
}

.content__giftcards-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

.content__giftcards-title-line {
    margin-top: 5px;
    width: 22px;
    height: 5px;
    background-color: #fff
}

.content__giftcards-players {
    width: 100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__giftcards-player-nickname {
    margin-top: 7px;
    color: #fff
}

.content__giftcards-player-img {
    width: 46px;
    height: 46px
}

.content__giftcards-line {
    opacity: .2;
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 10px auto
}



.content__systems {
    margin-top: 30px
}

.content__systems-payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__systems-text {
    padding: 0 50px;
    color: #fff;
    font-size: 16px
}

.content__systems-text--stripe {
    padding-left: 95px
}

.content__systems-line {
    width: 235px;
    height: 2px;
    background-color: #fff;
    opacity: .2
}

.content__shop {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex*/
}

.content__shop-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.content__shop-card {
    margin: 30px 20px 5px 0;
    height: 260px;
    width: 240px;
    background-color: #313031;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__shop-card-question {
    height: 36px;
    width: 36px;
    font-weight: 700;
    border-radius: 10px;
    background-image: url(/assets/img/nav-bar.png);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -18px;
    color: #f36700
}

.content__shop-card-question:hover {
    box-shadow: 0 0px 0 0 #b54b00, 0 10px 30px 0 rgba(202, 84, 10, 0.15);
    text-shadow: 0 4px 4px rgba(183, 66, 9, 0.15), 0 1px 0 #b13826;
}

.content__shop-card-title {
    margin-top: 5px;
    color: #e2e2e2;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.content__shop-card-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px
}

.content__shop-card-price-del {
    font-size: 16px;
    color: #ff0e0e;
    font-weight: 700
}

.content__shop-card-price-text {
    margin-left: 7px;
    font-size: 16px;
    color: #0ead1a;
    font-weight: 700
}

.content__shop-card-btn {
    margin-top: 10px;
    padding: 10px 25px;
    color: #f36700;
    background-image: url(/assets/img/nav-bar.png);
    font-weight: 700;
    border: none;
    border-radius: 10px
}

.content__shop-card-btn:hover {
    box-shadow: 0 0px 0 0 #b54b00, 0 10px 30px 0 rgba(202, 84, 10, 0.15);
    text-shadow: 0 4px 4px rgba(183, 66, 9, 0.15), 0 1px 0 #b13826;
}

button {
  border: none;
  transition: all 0.25s; }
button.orange {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #d8d6d6;
    text-transform: uppercase;
    box-shadow: 0 2px 0 0 #b54d00, 0 10px 30px 0 rgba(230, 148, 58, 0.15);
    background-color: #ef6703;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 1px 0 #adaed1;
    height: 54px;
    padding: 0px 110px;
}
  }
button.orange:hover {
    box-shadow: 0px 2px 0px #b54d00, 0px 10px 30px rgba(181, 124, 31, 0.3);
  }
.content__shop-packages {
    margin-top: 30px
}

.content__shop-package {
    margin-bottom: 22px;
    width: 300px;
    background-image: url(/assets/img/welcome.png);
    background-size: cover;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__shop-package-title {
    margin: 20px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.content__shop-package-text {
    text-align: center;
    color: #fff;
    margin-top: 15px
}

.content__shop-package-text-title {
    font-weight: 700;
    font-size: 20px
}

.content__shop-package-text-price {
    margin-top: 5px;
    font-weight: 700;
    font-size: 14px
}

.content__shop-package-btn {
    margin: 10px 0;
    padding: 10px 25px;
    color: #000;
    background-image: url(/assets/img/refresh.png);
    background-size: cover;
    font-weight: 700;
    border: none;
    border-radius: 10px
}

.content__checkout {
    padding: 35px;
    border-radius: 10px;
    margin-top: 50px;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: cover;
    background-image: url(/assets/img/checkout.png)
}

.content__checkout-text {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 5px #fff;
    margin-right: 10%
}

.content__order {
    margin-top: 30px;
    width: 100%;
    border-radius: 7px;
    border: 4px solid #333
}

.content__order-head {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid #333
}

.content__order-head-list {
    margin-left: 13%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 58%
}

.content__order-head-item {
    color: #ffae00;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 5px #ffae00
}

.content__order-head-item--qua {
    margin-left: 50px
}

.content__order-main {
    padding: 30px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.content__order-main-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7%
}

.content__order-main-list {
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.content__order-main-list :first-child {
    margin-left: 0
}

.content__order-main-text {
    color: #f7d180;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 5px #f7d180
}

.content__order-main-text--name {
    margin-left: 70px
}

.content__order-main-input {
    width: 45px;
    height: 30px;
    border-radius: 4px;
    color: #f7d180;
    border: none;
    font-weight: 700;
    background-color: #373737;
    text-align: right;
}

.content__order-main-icon {
    font-size: 16px;
    padding: 10px
}

.content__order-main-icon--plus {
    color: #80c316
}

.content__order-main-icon--minus {
    color: #ff5400
}

.content__order-main-btn {
    height: 30px;
    width: 35px;
    margin: 0 10px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 7px
}

.content__order-main-btn--alt {
    background-image: url(/assets/img/refresh.png);
    color: #000
}

.content__order-main-btn--info {
    background-image: url(/assets/img/i.png)
}

.content__order-main-btn--times {
    background-image: url(/assets/img/delete.png)
}

.content__order-main-btn--times:hover {
    box-shadow: 0 0px 0 0 #b53200, 0 10px 30px 0 rgba(202, 49, 10, 0.15);
}

.content__order-main-btn--info:hover {
    box-shadow: 0 0px 0 0 #b56d00, 0 10px 30px 0 rgba(202, 93, 10, 0.15);
}

.content__order-main-btn--alt:hover {
    box-shadow: 0 0px 0 0 #797876, 0 10px 30px 0 rgba(130, 130, 130, 0.15);
}

.content__coupon {
    margin-top: 50px;
    height: 100px
}

.content__coupon-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.content__coupon-icon {
    margin-left: 20px
}

.content__coupon-main {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__coupon-input {
    width: 30%;
    height: 40px;
    background-color: #2e2e2e;
    border-radius: 5px;
    border: none;
    color: #676666;
    padding: 0 10px;
    font-weight: 700;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5)
}

.content__coupon-btn {
    height: 40px;
    width: 100px;
    margin-left: 40px;
    border-radius: 5px;
    background-image: url(/assets/img/reedem.png);
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 700
}

.content__coupon-btn:hover {
    box-shadow: 0 0px 0 0 #b53200, 0 10px 30px 0 rgba(202, 49, 10, 0.15);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 1px 0 #adaed1;
}

.content__coupon-line {
    width: 25px;
    height: 4px;
    background-color: #fff;
    margin: 5px 0
}

.content__payment {
    margin: 50px -20px;
    padding-bottom: 40px;
    background-color: #242424
}

.content__payment-text {
    padding-top: 20px;
    font-size: 20px;
    margin-left: 20px;
    color: #fff;
    font-weight: 700
}

.content__checkout2 {
    padding: 35px;
    border-radius: 10px;
    margin: 50px 20px 0px 20px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    background-size: cover;
    background-image: url(/assets/img/donation.png);
}

.content-first-block-profile {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
}

.content__purchase-lastdonor-player-name {
    font-weight: 700;
    font-size: 22px;
    margin-top: 8px;
    color: white;
}

.content__donator-lastdonor-profile {
    width: 68%;
}

.content__player-card-text-profile {
    margin-top: 10px;
    padding: 2px 25px;
    border-radius: 10px;
    background-color: #222;
    text-align: center;
}

.content__player-card-title-profile {
    margin-top: 5px;
    color: #e2e2e2;
    font-weight: 700;
    font-size: 27px;
}

.content__player-card-price-text-profile {
    margin-left: 7px;
    line-height: 1.3em;
    font-size: 16px;
    color: #ff3131;
    font-weight: 700;
}

.content__player-card-profile {
    padding: 20px 0px;
    height: 100%;
    width: 30%;
    background-color: #313031;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar__donator-topdonor-block--content-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    width: 30%;
    height: 45px;
    position: absolute;
    background-image: url(/assets/img/nav-bar.png);
}

.content__info-profile {
    padding: 60px 18%;
}

.content__info-purchase {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.content__info-purchase-block-img > img {
    vertical-align: top;
    width: 100%;
}

.content__info-purchase-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.content__info-purchase-block-img {
    max-width: 260px;
    margin: 0 auto;
}

.content__purchase-lastdonor-profile-img {
    width: 190px;
}

.content__payments-profile-img {
    max-width: 100%;
}


.content__info-purchase-block-text {
    font-weight: 700;
    margin-top: 10px;
    color: #d32e2e;
    font-size: 20px;
}

.content__info-purchase-block {
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    width: 90%;
    height: 320px;
    background-color: #222;
}

.content-second-profile-block {
    position: relative;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.sidebar__donator-topdonor-profile-text {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.content__purchase-lastdonor-players-block {
    margin: 20px auto 0;
    width: 70%;
}

.content__purchase-lastdonor-players {
    padding: 20px 0;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content__purchase-lastdonor-player {
    margin: 20px 0px;
    border-radius: 15px;
    background-color: #303030;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content__purchase-lastdonor-player-img {
    width: 50px;
}

.content__purchase-lastdonor-line {
    margin: 0 auto;
    height: 2px;
    width: 50%;
    opacity: 0.2;
    background-color: #fff;
}

.content__info-table-profile-th > i { width: 30px },

.content__purchase-lastdonor-player-name {
    font-weight: 700;
    font-size: 22px;
    margin-top: 8px;
    color: white;
}

.content__purchase-lastdonor-player-price {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px;
    color: #03a10e;
}

.content__info-table-profile {
    margin-top: 20px;
}

.content__info-table-profile-tr {
    height: 40px;
    color: white;
    font-size: 20px;
}

.content__info-table-profile-th {
    font-weight: 700;
    text-align: left;
    width: 300px;
}

.content__info-profile-table-th--val {
    text-align: left;
    width: 300px;
}

.sidebar__donator-topdonor-profile-text {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.content__checkout-text2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px #fff;
}

.content__payment-choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.content__payment-methods {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__payment-methods:first-child {
    margin-left: 0
}

.content__payment-method-subtitle {
    margin-top: 10px;
    color: #fff
}

.content__payment-checkbox {
    margin: 0 20px 0 30px;
    width: 15px;
    height: 15px
}

.content__payment-checkbox--privacy {
    margin: 0 30px;
}

.content__payment-line {
    width: 25px;
    height: 4px;
    background-color: #fff;
    margin: 7px 0 7px 20px
}

.content__payment-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__payment-privacy {
    width: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__payment-privacy-text {
    margin-right: 20px
}

.content__payment-privacy-title {
    font-size: 20px;
    color: #ff3c00;
    font-weight: 700
}

.content__payment-privacy-subtitle {
    margin-top: 7px;
    color: #f37303;
    font-size: 15px;
    line-height: normal
}

.content__purchase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__purchase-title {
    font-size: 18px;
    color: #f37303;
    font-weight: 700
}

.content__purchase-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__purchase-btn {
    margin-right: 50px;
    padding: 10px 25px;
    background-image: url(/assets/img/purchase.png);
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.content__purchase-btn:hover {
    box-shadow: 0px 0px 0px #b54d00, 0px 10px 30px rgba(181, 124, 31, 0.3);
}

.footer {
    margin-top: -50px;
    width: 100%;
    background-size: cover;
    background: url(/assets/img/footer.png);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.footer-flex {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__about-text {
    color: #fff;
    text-align: center;
    width: 300px
}

.footer__about-title {
    font-size: 30px;
    font-weight: 700
}

.footer__about-subtitle {
    font-size: 15px;
    line-height: normal;
    color: grey
}

.footer__inc {
    padding: 0 200px;
    color: #fff;
    text-align: center
}

.footer__inc-years {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700
}

.footer__inc-title {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#b80400), to(#fb6b00));
    background: -o-linear-gradient(left, #b80400, #fb6b00);
    background: linear-gradient(to right, #b80400, #fb6b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer__inc-rights {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: grey;
    margin-top: 20px
}

.footer__inc-subtitle {
    font-size: 15px;
    line-height: normal;
    color: grey
}

.footer__inc-icons {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__inc-icon {
    opacity: .6;
    font-size: 30px;
    padding: 30px 10%
}

.footer__links {
    text-align: center;
    color: #fff
}

.footer__links-title {
    font-size: 30px;
    font-weight: 700
}

.footer__links-item {
    padding: 10px 0;
    font-size: 20;
    color: grey;
    font-weight: 700
}

.footer-line {
    margin: 10px auto;
    width: 40px;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#b80400), to(#fb6b00));
    background: -o-linear-gradient(left, #b80400, #fb6b00);
    background: linear-gradient(to right, #b80400, #fb6b00)
}

@media (max-width:1440px) {

    .content__order-head-list {
        width: 65%;
        margin-left: 10%
    }

    .content__order-head-item {
        margin-left: 10px
    }

    .content__order-main-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content__order-main-text--name {
        margin-left: 20px
    }

    .content__order-main-item {
        margin-top: 10px;
        margin-left: 4%
    }

    .content__order-main-btn {
        margin: 0 2px
    }

    .content__payment-checkbox--privacy {
        width: auto;
        height: auto
    }
    .content__welcome-text {
        margin-top: 0
    }

    .content__welcome-subtitle-block {
        width: 100%
    }

    .footer__inc {
        padding: 0 100px
    }
}

@media (max-width:1200px) {
    .sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }

    .footer__inc {
        padding: 0
    }
}

@media (max-width:992px) {
    .nav__bar {
        padding: 20px 10px
    }

    .nav__bar-title {
        font-size: 12px
    }

    .header__contact {
        display: none
    }

    .header-logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-logo-img {
        width: 18rem
    }

    .main-flex {
        display: block
    }

    .sidebar {
        display: none
    }

    .content {
        z-index: 99;
        margin-left: 0;
        margin-top: 30px;
        width: 100%
    }

    .content__donation-player-image {
        display: none
    }

    .footer {
        margin-top: 100px
    }

    .footer-flex {
        margin-top: 100px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__links {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .mobile {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: block;
        margin-top: -30px;
        width: 100%;
        background-image: url(/assets/img/welcome.png);
        background-size: cover;
        border-radius: 10px;
        padding: 0 20px
    }

    .mobile-link {
        text-decoration: none
    }

    .mobile__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 65px
    }

    .mobile__menu-title {
        color: #fff;
        font-weight: 700;
        font-size: 20px
    }

    .mobile__burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        width: 40px
    }

    .mobile-list {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .mobile-item {
        padding: 20px 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-item-text {
        padding: 0 10px;
        font-weight: 700;
        font-size: 20px;
        color: #fff
    }

    .mobile-item-text--pig {
        padding: 0 19px
    }

    .mobile-item-img {
        padding: 0 20px;
        border-right: 1px solid rgba(255, 255, 255, .5)
    }

    .mobile-item-img--pig {
        height: 40px;
        width: 81px
    }

    .burger {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        content: "";
        height: 3px;
        width: 37px;
        border-radius: 10px;
        background-color: #fff;
        position: absolute
    }

    .burger::after {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        content: "";
        height: 3px;
        width: 37px;
        border-radius: 4px;
        background-color: #fff;
        position: absolute;
        margin-top: -10px
    }

    .burger::before {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        content: "";
        height: 3px;
        width: 37px;
        border-radius: 4px;
        background-color: #fff;
        position: absolute;
        margin-top: 10px
    }

    .burger-active {
        width: 0
    }

    .burger-active::after {
        margin-top: 5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .burger-active::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 5px
    }
}

@media (max-width:768px) {

    .content__sale {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .content__sale-img {
        width: 80%;
        margin-left: 0
    }
    .progress {
        display: none
    }

    .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px
    }

    .nav__home {
        display: none
    }

    .nav__bar {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0
    }

    .nav__bar-currency {
        display: none
    }
    
    .nav__bar-language {
        display: none
    }

    .nav__bar-title {
        font-size: 12px
    }

    .nav__bar-cart {
        border-left: none
    }

    .content__donation-player-image {
        display: none
    }

    .content__warning {
        display: none
    }

    .content-first-block {
        display: block
    }

    .content__welcome {
        width: 100%
    }

    .content__sale {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .content__sale-img {
        width: 80%;
        margin-left: 0
    }

    .content-second-block {
        display: block
    }

    .content__information {
        width: 100%
    }

    .content__payments {
        display: none
    }

    .footer__about {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }
}

@media (max-width:560px) {
    .footer-flex {
        display: block
    }
}

@media (max-width:480px) {
    .footer__inc-icon {
        padding: 30px 10px
    }
    .content__order-head-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__payment-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__payment-privacy {
        margin-top: 20px;
        width: 100%
    }

    .content__payment-checkbox {
        width: auto;
        height: auto
    }

    .content__purchase {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media (max-width:1440px) {
    .content__welcome-text {
        margin-top: 0
    }

    .content__welcome-subtitle-block {
        width: 100%
    }

    .footer__inc {
        padding: 0 100px
    }

    .content__order-head-list {
        width: 65%;
        margin-left: 10%
    }

    .content__order-head-item {
        margin-left: 10px
    }

    .content__order-main-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content__order-main-text--name {
        margin-left: 20px
    }

    .content__order-main-item {
        margin-top: 10px;
        margin-left: 4%
    }

    .content__order-main-btn {
        margin: 0 2px
    }

    .content__payment-checkbox--privacy {
        width: auto;
        height: auto
    }

    .content__shop-packages {
        display: none
    }
}

@media (max-width:1200px) {
    .sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }

    .footer__inc {
        padding: 0
    }

    .content__order-head-list {
        width: 70%;
        margin-left: 10%
    }
}

a {
    text-decoration: none;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #222222;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #e2e2e2;
    font-weight: bold;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.panel {
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #4582ec;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #4582ec;
    border-color: #4582ec;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #4582ec;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4582ec;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.form-control {
    border-radius: 5px;
    border: none;
    color: #b5bbc1;
    font-size: 26px;
    background: #363d44;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.form-control::placeholder {
    color: #96bb89
}

.btn {
    border: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    outline: none !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15)
}

.btn.btn-success {
    background: #FFF555;
    color: #565107;
}

.btn.btn-success:hover, .btn.btn-success:focus {
    background: #fdf132;
}

.btn.btn-info {
    background: #fcff26;
    color: #827c1d;
    text-shadow: none;
}

.btn.btn-info:hover, .btn.btn-info:focus {
    background: #e5e800
}

#page-title h1 {
    width: 100%;
    margin: 22px 0 0 0;
    float: left;
    color: #ff5a00;
    font-family: "Montserrat";
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

#page-title p {
    width: 100%;
    float: left;
    text-align: center;
    color: #31a6ff;
}

#page-title p, #page-title h1 {
    text-shadow: 0 1px 1px #011c39;
}

#page-title.gray {
    background: #2c2c2c;
}

#page-title.gray p {
    color: #b8b8b8;
}


.box h1.hive-h1.orange {
    border-bottom: 6px solid #f96404;
}

.box {
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
}

.box h1.ms-h1, .box h4 {
    width: 100%;
    margin: 0 0 22px 0;
    padding: 0 0 5px 0;
    line-height: 40px;
    border-bottom: 6px solid #f25700;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 20px;
    color: #ff964d;
    letter-spacing: -1px;
}

b {
    font-weight: bold;
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #5e5e5e;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #232323;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffae00%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #242424 0%,#292929 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
        border: 1px solid rgb(170, 70, 6);
        box-shadow: 0 0 10px #ff5a00;
}
.select-css:focus {
    outline: none;
}
.select-css option {
    font-weight:normal;
}
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}
.content__var-text{color: white;padding-bottom: 10px;}
.content__var-title{font-size: 20px;font-weight:bold;margin-bottom: 5px;}
.content__var-description{font-size: 16px;font-weight:normal;}
.content__vars{
margin-top: 15px;
padding: 30px 0;
-webkit-box-align: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
}
.var_item{
        padding-bottom: 20px;
        width: 100%;
}

.row {
    margin-left: -20px;
    margin-top: 15px;
    display: flex;
}
.span3 {
    width: 220px;
}
label {
    color: #454545;
    font-weight: normal;
    text-transform: uppercase;
}
.span4 {
    width: 300px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
.content__form {
    margin-top: 50px;
    height: 100px
}

.content__form-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    color: #fff;
    font-weight: 200
}

.content__form-icon {
    margin-left: 20px
}

.content__form-main {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content__form-input {
    width: 85%;
    height: 30px;
    background-color: #2e2e2e;
    border-radius: 5px;
    border: none;
    color: #676666;
    padding: 0 10px;
    font-weight: 700;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 17%)
}

.content__form-btn {
    height: 40px;
    width: 100px;
    margin-left: 40px;
    border-radius: 5px;
    background-image: url(/assets/img/reedem.png);
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 700
}

.content__form-btn:hover {
    box-shadow: 0 0px 0 0 #b53200, 0 10px 30px 0 rgba(202, 49, 10, 0.15);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 1px 0 #adaed1;
}

.content__form-line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0
}

.recipient-details img {
    margin-bottom: 20px;
}
.recipient-details {
    text-align: center;
}
.recipient-details .username {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.content__checkout-title-form {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.content__checkout-title-image {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}
.coupon-ref_row {

}
.sidebar__donator-lastdonor-player {
    position: relative;
}
.sidebar__donator-lastdonor-player .tooltip_popup{
    position: absolute;
    bottom: 90%;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background: url(/assets/img/reedem.png);
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: 200ms all ease-in-out;
}
.sidebar__donator-lastdonor-player:hover .tooltip_popup {
    opacity: 1;
    bottom: 110%;
    top: -60%;
    box-shadow: 0 0px 0 0 #b53200, 0 10px 25px 0 rgba(202, 49, 10, 0.15);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 1px 0 #adaed1;
}

.content__purchase-lastpurchase-player {
    margin: 20px 0px;
    margin-right: 20px;
    border-radius: 15px;
    background-color: #303030;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content__purchase-lastpurchase-items {
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content__purchase-lastpurchase-players-block {
    margin: 20px auto 0;
    width: 100%;
}

.mc-color.mc-0 { /* Black */ color: #000000; font-weight: 700;}
.mc-color.mc-1 { /* Dark Blue */ color: #0000AA; font-weight: 700;}
.mc-color.mc-2 { /* Dark Green */ color: #00AA00; font-weight: 700;}
.mc-color.mc-3 { /* Dark Aqua */ color: #00AAAA; font-weight: 700;}
.mc-color.mc-4 { /* Dark Red */ color: #AA0000; font-weight: 700;}
.mc-color.mc-5 { /* Purple */ color: #AA00AA; font-weight: 700;}
.mc-color.mc-6 { /* Gold */ color: #FFAA00; font-weight: 700;}
.mc-color.mc-7 { /* Gray */ color: #AAAAAA; font-weight: 700;}
.mc-color.mc-8 { /* Dark Gray */ color: #555555; font-weight: 700;}
.mc-color.mc-9 { /* Blue */ color: #5555FF; font-weight: 700;}
.mc-color.mc-a { /* Green */ color: #55FF55; font-weight: 700;}
.mc-color.mc-b { /* Aqua */ color: #55FFFF; font-weight: 700;}
.mc-color.mc-c { /* Red */ color: #FF5555; font-weight: 700;}
.mc-color.mc-d { /* Light Purple */ color: #FF55FF; font-weight: 700;}
.mc-color.mc-e { /* Yellow */ color: #FFFF55; font-weight: 700;}
.mc-color.mc-f { /* White */ color: #FFFFFF; font-weight: 700;}
.mc-color, .mc-r {
    color: #ffffff;
    font-weight: 700;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.mc-l {font-weight: bold; }
.mc-m {text-decoration: line-through; }
.mc-n {text-decoration: underline; }
.mc-o {font-style: italic; }


table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #373737;
}

th, td {
  text-align: center;
  padding: 16px;
}

th:first-child, td:first-child {
  text-align: left;
}

tr {
  color: #b8b8b8;
}

tr:nth-child(even) {
  background-color: #313131;
  color: #b8b8b8;
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}

.featured {
    background: url(/assets/img/profile-pic.png);
    box-shadow: 0 0px 0 0 #b54b00, 0 10px 15px 0 rgb(202 84 10 / 28%)!important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border: 0px solid transparent;
    box-shadow: inset 0 0 2,5px 2px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 45px;
    background:linear-gradient(360deg, #e56206, #e56206);
    border-radius: 45px;
}

.noHover{
    pointer-events: none!important;
}

.category__list .category__list--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #313031;
    border-radius: 10px;
    padding: 15px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.category__list .category__list--item .category__list__item--price {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category__list .category__list--item .category__list__item--price {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category__list .category__list--item .category__list__item--buttons {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

