.green_button {
    display: inline-block;
    padding: 15px 18px;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none !important;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #abca4e;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease;
    -webkit-box-shadow: 0 3px 21px rgba(141, 202, 78, .56);
    -moz-box-shadow: 0 3px 21px rgba(141, 202, 78, .56);
    box-shadow: 0 3px 21px rgba(141, 202, 78, .56)
}

.green_button:hover {
    background: #b9d859;
    -webkit-box-shadow: 0 3px 21px rgba(141, 202, 78, .4);
    -moz-box-shadow: 0 3px 21px rgba(141, 202, 78, .4);
    box-shadow: 0 3px 21px rgba(141, 202, 78, .4)
}

.block_margin_top {
    margin-top: 34px
}

.white_shadowed_block {
    display: inline-block;
    background: #fff;
    box-shadow: 0 8px 38px #56514526;
    color: #544d3c;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
    width: 673px;
    padding: 26px;
    margin-bottom: 34px
}

.white_shadowed_block .text {
    float: left;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px
}

.white_shadowed_block .bold {
    font-weight: 600
}

.white_shadowed_block h3 {
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 24px;
    color: #343434;
    line-height: 26px
}

.white_shadowed_block .smcui-button {
    float: right;
    width: 216px;
    height: 46px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    margin: 0
}

.donate_actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 34px;
    margin-top: -16px;
}

.donate_action_button {
    width: 328px;
    padding: 24px;
    background-color: #292016;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    overflow: hidden;
    transition: .2s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    -moz-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
}

.donate_action_button:hover {
    background-color: #35230e;
    transform: translateY(-2px)
}

.donate_action_button:hover i {
    color: #583a15
}

.donate_action_button_activated {
    background-color: #462f14 !important;
    transform: translateY(-2px) !important
}

.donate_action_button_activated i {
    color: #583a15 !important
}

.donate_action_button i {
    transition: .2s;
    font-size: 142px;
    color: #403120;
    margin-top: -64px;
    transform: translate3d(178px, 46px, 0px);
    z-index: 101
}

.donate_action_button small {
    color: #c19163;
    display: block;
    position: absolute;
    width: 288px;
    z-index: 100;
    font-size: 15px;
    line-height: 20px;
}

.donate_action_button h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #ef8a26;
    text-shadow: 0 0 20px
}

.pixel_graphics {
    background-image: url(/templates/simpleminecraft/images/cabinet/bg-header-block.png) !important;
    background-repeat: repeat-x !important
}

.shadow_graphics {
    box-shadow: 0 4px 20px 4px #0000001a !important;
    -moz-box-shadow: 0 4px 20px 4px #0000001a !important;
    -webkit-box-shadow: 0 4px 20px 4px #0000001a !important
}

.available_kits {
    margin: 34px 0 -26px
}

.available_kits .kits_row {
    display: flex;
    justify-content: space-between
}

.available_kits .kit_block {
    width: 278px;
    text-align: left;
    border-radius: 4px;
    background: #eae4d6;
    padding: 24px;
    margin-bottom: 24px;
    transition: .3s ease;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    -moz-box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28);
    box-shadow: 0 4px 20px 4px rgba(188, 189, 188, .28)
}

.available_kits .kit_block:hover {
    background: #e7decb;
    transform: translateY(-1px)
}

.available_kits .kit_block img {
    width: 278px;
    margin-top: 16px;
    border-radius: 4px
}

.available_kits .kit_block h3 {
    margin: 0 8px 8px 0;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    background: rgba(152, 142, 121, .2);
    border-radius: 4px;
    padding: 1px 7px;
    font-size: 11px;
    color: #585050
}

.available_kits .kit_block h1 {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 14px
}

.available_kits .kit_block .kits_for_servers_row {
    display: flex;
    width: 628px;
    flex-wrap: wrap;
    justify-content: space-between
}

.available_kits .kit_block .kit_for_servers {
    width: 300px;
    margin-top: 24px
}

.available_kits .kit_block .kit_for_servers .servers {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    width: 298px;
    margin-left: 2px;
    color: #585050;
    box-sizing: border-box
}

.available_kits .kit_block .kit_for_servers img {
    margin-top: 8px !important;
    width: 302px
}

.available_kits .kit_block .kit_for_servers b {
    color: #343434
}

.privileges {
    display: inline-block;
    margin: 34px 34px 0
}

.privileges .item {
    position: relative;
    width: 324px;
    height: 324px;
    float: left;
    margin-bottom: 62px;
    text-align: center;
    padding: 26px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
    border-radius: 4px
}

.privileges .item:hover {
    transform: translateY(-6px)
}

.privileges .item .name {
    font-size: 32px;
    margin-bottom: 18px;
    margin-top: 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0 0 20px #10101029
}

.privileges .item .description {
    font-size: 15px;
    opacity: .75;
    font-weight: 500;
    line-height: 17px
}

.privileges .item .price {
    position: absolute;
    width: 122px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 12px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .16);
    color: #b4af9d;
    font-size: 18px;
    left: 94px;
    bottom: -32px;
    border-radius: 4px
}

.privileges .item .price span {
    font-weight: 800;
    display: block;
    color: #343434;
    font-size: 26px
}

.privileges .item .price .currency {
    font-size: 12px;
    margin-bottom: 2px
}

.privileges .margin {
    margin-left: 25px
}

.privileges .vip {
    background: radial-gradient(50% 50% at 50% 50%, #FFCD73 0%, #F77A44 100%);
    box-shadow: 0 12px 24px rgba(246, 122, 68, .45)
}

.privileges .premium {
    background: radial-gradient(50% 50% at 50% 50%, #43BFF2 0%, #316BA2 100%);
    box-shadow: 0 12px 24px rgba(48, 106, 161, .45)
}

.privileges .grand {
    background: radial-gradient(50% 50% at 50% 50%, #ADCC50 0%, #82993D 100%);
    box-shadow: 0 12px 24px rgba(130, 153, 61, .45)
}

.privileges .ultra {
    background: radial-gradient(50% 50% at 50% 50%, #61A4F1 0%, #8D5EDA 100%);
    box-shadow: 0 12px 24px rgba(141, 94, 218, .45)
}

.social-widget {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 333px;
    padding: 26px;
    opacity: 0.9;
    transition: .3s;
    margin-left: -3px;
}

.social-widget:hover {
    opacity: 1
}

.social-widget img {
    max-width: 100px;
    height: 28px;
    display: block;
    float: left
}

.social-widget .connect-button {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    text-indent: 18px;
    background: #2c2f33;
    border-radius: 4px;
    text-decoration: unset;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 4px 27px rgba(0, 0, 0, .25);
    margin-top: 24px
}

.social-widget .connect-button:hover {
    background: #0f1011
}

.social-widget .social-status i {
    font-size: 15px;
    color: #ffffff66;
    margin-right: 4px
}

.social-widget .social-status {
    height: 28px;
    background: #00000052;
    border-radius: 4px;
    display: inline-block;
    float: right;
    padding: 0 8px;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    color: #f1f1f1
}

.discord-widget {
    background: #7289da;
    border-left: 3px solid #95a6e1
}

.discord-widget .social-status i {
    color: #a4ca31;
    font-size: 14px
}

.vk-widget {
    background: #4e8ace;
    border-left: 3px solid #7aaee9;
}

.vk-widget .social-status i {
    color: #7bb2f1;
    font-size: 16px
}

.vk-widget .connect-button {
    background: #eef7ff;
    color: #325680
}

.vk-widget .connect-button:hover {
    background: #fff
}

.vk-widget img {
    width: 38px
}