* {
    margin: 0;
    padding: 0
}

body, html {
    background: #fff9e0 url(../images/repeat.jpg) repeat-x;
    min-width: 1280px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: fs elliot pro, sans-serif !important;
    font-weight: 400
}

@font-face {
    font-family: intro-black;
    src: url(../fonts/Intro-Black.ttf) format('truetype'), url(../fonts/Intro-Black.svg#Intro-Black) format('svg');
    font-weight: 400;
    font-style: normal
}

[tooltip] {
    position: relative
}

[tooltip]::before, [tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001
}

[tooltip]::after {
    content: attr(tooltip);
    font-size: 13px;
    text-align: left;
    box-sizing: border-box;
    min-width: 250px;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, .35);
    background: #333;
    color: #fff;
    z-index: 1000
}

[tooltip]:hover::before, [tooltip]:hover::after {
    display: block
}

[tooltip='']::before, [tooltip='']::after {
    display: none !important
}

[tooltip]:not([flow])::before, [tooltip][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333
}

[tooltip]:not([flow])::after, [tooltip][flow^=up]::after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^=up]::before, [tooltip][flow^=up]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -.5em);
    transform: translate(-50%, -.5em)
}

[tooltip][flow^=down]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333
}

[tooltip][flow^=down]::after {
    top: calc(100% + 5px)
}

[tooltip][flow^=down]::before, [tooltip][flow^=down]::after {
    left: 50%;
    -webkit-transform: translate(-50%, .5em);
    transform: translate(-50%, .5em)
}

[tooltip][flow^=left]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    -webkit-transform: translate(-.5em, -50%);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=left]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-.5em, -50%);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=right]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    -webkit-transform: translate(.5em, -50%);
    transform: translate(.5em, -50%)
}

[tooltip][flow^=right]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(.5em, -50%);
    transform: translate(.5em, -50%)
}

@-webkit-keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^=up]:hover::before, [tooltip][flow^=up]:hover::after, [tooltip][flow^=down]:hover::before, [tooltip][flow^=down]:hover::after {
    -webkit-animation: tooltips-vert 300ms ease-out forwards;
    animation: tooltips-vert 300ms ease-out forwards
}

[tooltip][flow^=left]:hover::before, [tooltip][flow^=left]:hover::after, [tooltip][flow^=right]:hover::before, [tooltip][flow^=right]:hover::after {
    -webkit-animation: tooltips-horz 300ms ease-out forwards;
    animation: tooltips-horz 300ms ease-out forwards
}

#wrapper {
    min-height: 1000px;
    background: url(../images/bg_without_steve.jpg) 50% 0 no-repeat;
    /*
    background: url(../images/bg_without_steve_winter.jpg) 50% 0 no-repeat;
    */
    color: #343434;
    font-size: 16px;
}

.content {
    width: 1100px;
    margin: 0 auto
}

.clr {
    clear: both
}

header {
    width: 100%;
    margin: 0 0 45px
}

a.logo {
    width: 224px;
    height: 80px;
    background: url(../images/logo.png?v2) no-repeat;
    top: 46px
}

a.logo:hover {
    opacity: .75
}

nav {
    top: 44px;
    left: 268px
}

nav ul li {
    margin: 0 0 0 29px
}

nav ul li:before, nav ul li:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    transition: all .5s ease
}

nav ul li:hover:after {
    opacity: 1 !important
}

nav ul li.donate:before, nav ul li.donate:after {
    width: 28px;
    height: 28px;
    background: url(../images/donate.png?v3) no-repeat;
    left: 62px;
    top: 10px
}

nav ul li.donate:after {
    opacity: 0;
    background: url(../images/donate.png?v3) 0 -28px no-repeat
}

nav ul li.start:before, nav ul li.start:after {
    width: 28px;
    height: 28px;
    background: url(../images/start.png?) no-repeat;
    left: 44px;
    top: 10px
}

nav ul li.start:after {
    opacity: 0;
    background: url(../images/start.png?) 0 -28px no-repeat
}

nav ul li.cp:before, nav ul li.cp:after {
    width: 22px;
    height: 28px;
    background: url(../images/cp.png?) no-repeat;
    left: 68px;
    top: 10px
}

nav ul li.cp:after {
    opacity: 0;
    background: url(../images/cp.png?) 0 -28px no-repeat
}

nav ul li.rules:before, nav ul li.rules:after {
    width: 31px;
    height: 28px;
    background: url(../images/rules.png?) no-repeat;
    left: 26px;
    top: 10px
}

nav ul li.rules:after {
    opacity: 0;
    background: url(../images/rules.png?) 0 -28px no-repeat
}

nav ul li.forum:before, nav ul li.forum:after {
    width: 28px;
    height: 28px;
    background: url(../images/forum.png?v2) no-repeat;
    left: 14px;
    top: 10px
}

nav ul li.forum:after {
    opacity: 0;
    background: url(../images/forum.png?v2) 0 -28px no-repeat
}

nav ul li a {
    padding: 58px 0 0;
    font-size: 16px;
    color: #433e3c;
    font-weight: 800;
    text-decoration: none;
    z-index: 2
}

nav ul li a:after {
    width: 1px;
    height: 2px;
    background: #f3d271;
    display: block;
    content: '';
    margin: 2px auto 0;
    opacity: 0;
    position: relative;
    transition: all .5s ease;
}

nav ul li a:hover:after {
    width: 100%;
    opacity: 1
}

nav ul li a:hover {
    color: #9c7479
}

#slider {
    width: 1100px;
    height: 366px;
    top: 99px;
    position: relative;
    margin: 0 0 -111px
}

#slides {
    width: 1100px;
    height: 366px;
    overflow: hidden
}

#slides a {
    text-decoration: none
}

.slide {
    width: 1094px;
    height: 348px;
    background: url(../images/slide.png) right bottom no-repeat
}

.slide h3 {
    font-family: intro-black;
    font-size: 30px;
    color: #ffea38;
    text-shadow: 8px 13px 29px rgba(47, 31, 25, .75);
    position: relative;
    top: 74px;
    margin: 0 0 82px
}

.slide span {
    color: #c8b590;
    font-size: 18px;
    text-shadow: 8px 13px 29px rgba(47, 31, 25, .75)
}

.slide .href {
    text-decoration: underline
}

.slide .href:hover {
    text-decoration: none
}

a.slidesjs-slide {
    text-decoration: none
}

.slidesjs-navigation {
    display: none !important
}

.slides_container {
    height: 366px !important
}

.slides_container div {
    position: relative;
    z-index: 99
}

ul.slidesjs-pagination {
    position: absolute;
    z-index: 888;
    top: 150px;
    left: -9px
}

ul.slidesjs-pagination li {
    margin: 0 0 0 10px;
    display: inline-block
}

ul.slidesjs-pagination li a {
    width: 9px;
    height: 9px;
    font-size: 0;
    background: #6f5547;
    display: block;
    color: transparent;
    border-radius: 4px
}

ul.slidesjs-pagination li a.active {
    width: 9px;
    height: 9px;
    position: relative;
    background: #ffc90c;
    -webkit-box-shadow: 0 1px 21px rgba(255, 181, 22, .89);
    -moz-box-shadow: 0 1px 21px rgba(255, 181, 22, .89);
    box-shadow: 0 1px 21px rgba(255, 181, 22, .89)
}

#middle {
    width: 1100px;
    margin: 156px auto 0;
    position: relative;
    z-index: 200
}

#leftSide {
    width: 741px;
    float: left
}

#news {
}

.news_pic img {
    max-width: 741px
}

.full_news_top_img img {
    max-width: 741px
}

.news_item {
    width: 741px;
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px
}

.news_title {
    padding: 0 34px
}

.news_title a {
    text-decoration: none;
    font-weight: 800;
    font-size: 25px;
    line-height: 86px;
    letter-spacing: .4px;
    color: #343434
}

.news_title a:hover {
    color: #b58251
}

.news_text {
    padding: 31px 34px 0;
    color: #343434;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500
}

.news_text a {
    color: #b58251
}

.news_text b, .news_text strong {
    font-weight: 700
}

.news_text img:first-of-type, .news_text br:first-of-type {
    display: none
}

.news_text .fr-dib {
    display: block !important
}

.news_bottom {
    position: relative;
    margin: 0 0 36px
}

.news_more a {
    width: 175px;
    height: 56px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 30px 0 0 35px
}

.news_more a span {
    width: 175px;
    height: 56px;
    display: block;
    line-height: 53px;
    position: absolute;
    z-index: 5;
    text-indent: 18px;
    background: url(../images/news_more_arrow.png) 123px 6px no-repeat
}

.news_more a:hover span {
    background: url(../images/news_more_arrow.png) 128px 6px no-repeat
}

.news_more a:before, .news_more a:after {
    width: 228px;
    height: 109px;
    display: block;
    content: '';
    position: absolute;
    background: #fff url(../images/news_more_button.png) no-repeat;
    z-index: 3;
    transition: all .2s ease;
    top: -20px;
    left: -28px
}

.news_more a:after {
    background: #fff url(../images/news_more_button.png) 0 -109px no-repeat;
    z-index: 4;
    opacity: 0
}

.news_more a:hover:after {
    opacity: 1
}

span.news_date, .news_author a {
    line-height: 24px;
    font-size: 15px;
    font-weight: 600
}

span.news_date {
    width: 140px;
    color: #b5b5b5;
    padding: 0 16px 0 30px;
    background: url(../images/calendar_icon.png) no-repeat;
    margin: 54px 0 0
}

.news_author a {
    color: #4096e6;
    padding: 0 0 0 28px;
    background: url(../images/author_icon.png) no-repeat;
    margin: 54px 0 0;
    line-height: 24px
}

.news_author a:hover, .news_text a:hover {
    text-decoration: none
}

.highslide img {
    display: block !important
}

.fullnews_craft {
    width: 741px;
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px
}

.news_title h1 {
    font-weight: 800;
    font-size: 23px;
    color: #343434;
    line-height: 86px
}

.news_title h3 {
    font-weight: 800;
    font-size: 25px;
    color: #343434;
    line-height: 86px
}

.full_news_bottom {
    border-top: 1px solid #eae0c9;
    padding: 0 0 34px;
    margin: 50px 0 0;
}

.news_goback {
    margin: 0 0 5px
}

.news_goback a {
    width: 175px;
    height: 56px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 30px 0 0 35px
}

.news_goback a span {
    width: 175px;
    height: 56px;
    display: block;
    line-height: 53px;
    position: absolute;
    z-index: 5;
    text-indent: 18px;
    background: url(../images/news_goback_arrow.png) 135px 16px no-repeat
}

.news_goback a:hover span {
    background: url(../images/news_goback_arrow.png) 130px 16px no-repeat
}

.news_goback a:before, .news_goback a:after {
    width: 228px;
    height: 109px;
    display: block;
    content: '';
    position: absolute;
    background: #fff url(../images/news_more_button.png) no-repeat;
    z-index: 3;
    transition: all .2s ease;
    top: -20px;
    left: -28px
}

.news_goback a:after {
    background: #fff url(../images/news_more_button.png) 0 -109px no-repeat;
    z-index: 4;
    opacity: 0
}

.news_read_button {
    background: linear-gradient(135deg, #f9a64e 0%, #fb8118 100%), #f9a64e;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 24px 32px;
    box-sizing: border-box;
    text-align: left;
    margin: 34px 0 0 34px;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 3px 21px rgb(251 132 28 / 36%);
    transition: .3s ease;
    cursor: pointer;
}

.news_read_button:hover {
    opacity: 0.85;
}

.news_read_button i {
   	display: none
}

.news_goback a:hover:after {
    opacity: 1
}

.news_info {
    float: right;
    margin: 0px 34px 0 0;
}

.news_author {
    float: right
}

.full_news_addit {
    padding: 10px 0 0
}

.berrors, .red_attention {
    width: 658px;
    background: url(../images/red_attention_middletop.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 50px 34px 15px;
    margin: 5px auto 70px;
    position: relative
}

.berrors:after, .red_attention:after {
    width: 736px;
    height: 56px;
    display: block;
    content: '';
    background: url(../images/red_attention_bottom.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: -56px
}

.red_attention span {
    display: block;
    line-height: 21px
}

.full_news_comments_title {
    margin: 0 0 30px
}

.full_news_comments_title h3 {
    font-size: 25px;
    color: #423239;
    font-weight: 600
}

.comments_counter {
    position: relative
}

.comments_counter:after {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 12px solid #91c42e;
    border-bottom: 8px solid transparent;
    display: block;
    content: '';
    right: 9px;
    position: absolute
}

.full_news_comments_title span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 13px;
    background: #91c42e;
    margin: 0 0 0 20px
}

.full_news_comment {
    width: 741px;
    background: #fcfaf4;
    -webkit-box-shadow: 0 9px 22px rgba(164, 132, 100, .16);
    -moz-box-shadow: 0 9px 22px rgba(164, 132, 100, .16);
    box-shadow: 0 9px 22px rgba(164, 132, 100, .16);
    border-bottom: 2px solid #e6ddc2;
    border-top: 2px solid #9b6d81;
    margin: 17px 0 0;
    position: relative
}

.full_news_comment_top {
    width: 741px;
    height: 64px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 14px rgba(182, 156, 131, .15);
    -moz-box-shadow: 0 8px 14px rgba(182, 156, 131, .15);
    box-shadow: 0 8px 14px rgba(182, 156, 131, .15);
    position: relative
}

.news_comment_author_pic {
    width: 36px;
    height: 36px;
    background: #fff;
    -webkit-box-shadow: 0 9px 24px rgba(79, 45, 31, .45);
    -moz-box-shadow: 0 9px 24px rgba(79, 45, 31, .45);
    box-shadow: 0 9px 24px rgba(79, 45, 31, .45);
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    position: relative;
    top: 12px;
    left: 21px
}

.news_comment_author_pic img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden
}

.news_comment_author_link {
    margin: 24px 0 0 32px
}

.news_comment_author_link a {
    text-decoration: none;
    font-size: 16px;
    color: #4096e6;
    font-weight: 600
}

.news_comment_author_link a:hover {
    text-decoration: underline
}

.news_comment_date {
    color: #c0beb8;
    font-size: 16px;
    font-weight: 500;
    margin: 24px 0 0 16px
}

.news_comment_tools {
    padding: 23px 0 0;
    float: right;
    margin: 0 21px 0 0
}

.comment_edit_icon a {
    width: 18px;
    height: 18px;
    background: url(../images/comment_edit.png) no-repeat
}

.comment_edit_icon a:before {
    width: 18px;
    height: 18px;
    background: url(../images/comment_edit.png) 0 -18px no-repeat
}

.comment_quote_icon a {
    width: 20px;
    height: 17px;
    background: url(../images/comment_quote.png) no-repeat;
    margin: 1px 0 0
}

.comment_quote_icon a:before {
    width: 20px;
    height: 17px;
    background: url(../images/comment_quote.png) 0 -17px no-repeat
}

.comment_delete_icon a {
    width: 18px;
    height: 18px;
    background: url(../images/comment_delete.png) no-repeat
}

.comment_delete_icon a:before {
    width: 18px;
    height: 18px;
    background: url(../images/comment_delete.png) 0 -18px no-repeat
}

.news_comment_tools a {
    font-size: 0;
    color: transparent;
    position: relative;
    margin: 0 0 0 12px
}

.news_comment_tools a:before {
    opacity: 0;
    display: block;
    content: '';
    transition: all .2s ease;
    position: absolute
}

.news_comment_tools a:hover:before {
    opacity: 1
}

.full_news_comment_content {
    padding: 26px;
    font-size: 15px;
    color: #343434;
    font-weight: 500;
    line-height: 18px
}

.full_news_comment_content b, .full_news_comment_content strong {
    font-weight: 600
}

.full_news_comment_content a {
    color: #4096e6
}

.full_news_comment_content a:hover {
    text-decoration: none
}

.full_news_addcomment {
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    padding: 35px 32px;
    margin: 30px 0 0
}

.full_news_addcomment h3 {
    font-size: 24px;
    font-weight: 600;
    color: #343434;
    margin-bottom: 22px
}

.full_news_addcomment textarea {
    resize: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #e0dcd9 !important;
    background: #f3efea;
    padding: 20px;
    border-top: 1px solid #eeeae5 !important
}

.full_news_addcomment .bb-pane {
    border: none !important;
    border-bottom: 1px solid #e6e2dd !important
}

.full_news_addcomment input#allow_subscribe, .full_news_addcomment label {
    display: none
}

.fullstory_comment_add_fields {
    margin: 0 0 15px
}

.fullstory_comment_add_fields input {
    width: 302px;
    height: 43px;
    background-color: #fefcfa;
    -webkit-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    -moz-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    border: solid 1px #e4dfd9;
    font-size: 14px;
    padding: 0 15px;
    color: #535353
}

.fullstory_comment_add_fields input:last-child {
    float: right
}

.fullstory_comment_send {
    height: 100px
}

.fullstory_comment_send button {
    width: 175px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin: 30px 0 0;
    text-align: left
}

.fullstory_comment_send button span {
    width: 175px;
    height: 56px;
    display: block;
    line-height: 53px;
    position: absolute;
    z-index: 5;
    text-indent: 18px;
    background: url(../images/news_more_arrow.png) 123px 6px no-repeat
}

.fullstory_comment_send button:hover span {
    background: url(../images/news_more_arrow.png) 128px 6px no-repeat
}

.fullstory_comment_send button:before, .fullstory_comment_send button:after {
    width: 228px;
    height: 109px;
    display: block;
    content: '';
    position: absolute;
    background: #fff url(../images/news_more_button.png) no-repeat;
    z-index: 3;
    transition: all .2s ease;
    top: -20px;
    left: -28px
}

.fullstory_comment_send button:after {
    background: #fff url(../images/news_more_button.png) 0 -109px no-repeat;
    z-index: 4;
    opacity: 0
}

.fullstory_comment_send button:hover:after {
    opacity: 1
}

.fullstory_comment_add_code {
    float: right;
    margin: 38px 0 0
}

.fullstory_comment_add_code > div {
    width: 140px;
    height: 40px;
    padding: 1px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 20px
}

.fullstory_comment_add_code img {
    width: 140px;
    height: 40px
}

.fullstory_comment_add_code input {
    width: 100px;
    height: 40px;
    background-color: #fefcfa;
    -webkit-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    -moz-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    border: solid 1px #e4dfd9;
    padding: 0 25px;
    text-align: center;
    color: #535353;
    font-size: 14px
}

.news_text .quote {
    background: #eff7fb;
    padding: 30px;
    color: #4084bd;
    font-size: 14px;
    line-height: 18px;
    font-family: 'FS Elliot Pro Italic';

    border: none;
    position: relative;
    overflow: visible;
    margin: 25px 0 10px
}

.news_text .quote:before, .news_text .quote:after {
    width: 39px;
    height: 31px;
    position: absolute;
    content: '';
    display: block
}

.news_text .quote:before {
    background: url(../images/quote_icon_top.png) no-repeat;
    top: -16px;
    left: 13px
}

.news_text .quote:after {
    background: url(../images/quote_icon_bottom.png) no-repeat;
    right: 18px;
    bottom: -18px
}

.title_spoiler {
    padding: 0 !important;
    background: 0 0 !important;
    border: none !important;
    overflow: visible;
    margin: 20px 0 0
}

.title_spoiler a:last-of-type {
    width: 100%;
    height: 45px;
    background: #9b8066;
    -webkit-box-shadow: 0 7px 13px rgba(155, 128, 102, .34);
    -moz-box-shadow: 0 7px 13px rgba(155, 128, 102, .34);
    box-shadow: 0 7px 13px rgba(155, 128, 102, .34);
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-indent: 45px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    margin: 0 0 -10px
}

.text_spoiler {
    border: none !important;
    background: #f6f2df;
    font-size: 14px;
    line-height: 16px;
    padding: 20px !important;
    color: #71604f;
    position: relative;
    margin: 0 0 -10px
}

.title_spoiler img {
    display: block !important;
    margin: 0 0 -53px;
    left: 11px;
    z-index: 3;
    position: relative
}

.full_news_comment_content .text_spoiler {
    margin: 0 0 10px !important
}

.full_news_comment_content .title_spoiler img {
    margin: 0 0 -50px !important
}

.pagination_craft {
    text-align: center;
    margin: 35px 0 0
}

.navigation_pagination {
    color: #343434;
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    vertical-align: top
}

.navigation_pagination span, .navigation_pagination a {
    min-width: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 19px;
    padding: 0 12px
}

.navigation_pagination span {
    color: #fff;
    background: #97ce2d;
    -webkit-box-shadow: 0 4px 30px rgba(151, 206, 45, .64);
    -moz-box-shadow: 0 4px 30px rgba(151, 206, 45, .64);
    box-shadow: 0 4px 30px rgba(151, 206, 45, .64)
}

.navigation_pagination a {
    color: #4b4745;
    text-decoration: none
}

.navigation_pagination a:hover {
    background: #fff;
    -webkit-box-shadow: 0 4px 23px rgba(134, 84, 58, .21);
    -moz-box-shadow: 0 4px 23px rgba(134, 84, 58, .21);
    box-shadow: 0 4px 23px rgba(134, 84, 58, .21);
    color: #b06e40
}

.navigation_pagination .nav_ext {
    color: #c0aea0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.paging {
    width: 23px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    margin: 12px 27px 0
}

span .paging.pprev {
    background: url(../images/paging_left_dead.png) no-repeat
}

span .paging.pnext {
    background: url(../images/paging_right_dead.png) no-repeat
}

a .paging.pnext {
    background: url(../images/paging_right.png) no-repeat
}

a .paging.pnext:hover {
    background: url(../images/paging_right_hover.png) no-repeat
}

a .paging.pprev {
    background: url(../images/paging_left.png) no-repeat
}

a .paging.pprev:hover {
    background: url(../images/paging_left_hover.png) no-repeat
}

#rightSide {
    width: 330px;
    background: #f7efd2;
    position: relative;
    float: right;
    border-left: 3px solid #ebe1bd;
    margin: 4px 0 0
}

#rightSide:before, #rightSide:after {
    width: 333px;
    height: 4px;
    display: block;
    content: '';
    background: url(../images/rightside.png) no-repeat;
    position: absolute;
    left: -3px
}

#rightSide:before {
    margin: -4px 0 0
}

#rightSide:after {
    background: url(../images/rightside_vk.png?v2) 0 -4px no-repeat
}

#user_panel {
    width: 276px;
    height: 382px;
    background-color: #fbf8ec;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .2);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .2);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .2);
    border-bottom: 3px solid #ddd4bc;
    margin: 29px 0 0 27px
}

#user_panel_top {
    width: 276px;
    height: 72px;
    background: #fffdf5;
    -webkit-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    box-shadow: 0 4px 27px rgba(79, 45, 31, .17)
}

.user_panel_userpic {
    width: 72px;
    height: 72px;
    background: #fffdf5;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17)
}

.user_panel_nickname {
    font-weight: 800;
    margin: 20px 0 0 16px
}

.user_panel_nickname span.hello_player {
    font-size: 16px;
    color: #343434;
    margin: 0 0 3px;
    display: block
}

.user_panel_nickname a {
    font-size: 16px;
    text-decoration: none;
    color: #ea8d09;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block
}

.user_panel_nickname a:hover {
    text-decoration: underline
}

a.user_panel_logout {
    width: 53px;
    height: 72px;
    background: url(../images/logout_button.png) 11px 27px no-repeat;
    border-left: 1px solid #e7e1d8;
    float: right
}

a.user_panel_logout:hover {
    background: url(../images/logout_button.png) 16px 27px no-repeat
}

#user_panel_balance {
    width: 238px;
    height: 77px;
    padding: 0 19px;
    margin: 0 auto
}

.user_panel_balance_current {
    margin: 26px 0 0 2px;
    display: inline-block;
    vertical-align: bottom
}

.user_panel_balance_current span {
    font-weight: 800;
    color: #c06b7b;
    font-size: 26px
}

.user_panel_balance_type {
    display: inline-block
}

.user_panel_balance_type span {
    font-weight: 600;
    color: #c06b7b;
    font-size: 11px;
    line-height: 16px
}

a.user_panel_balance_add {
    width: 110px;
    height: 40px;
    text-decoration: none;
    background: #abca4e;
    -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);
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    float: right;
    margin: 19px 0;
    border-radius: 4px
}

a.user_panel_balance_add: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)
}

#user_panel_navigation {
    width: 252px;
    height: 229px;
    background-color: #fffdf5;
    -webkit-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    padding: 4px 0 0 24px
}

#user_panel_navigation ul:before {
    display: block;
    content: '';
    background-image: url(../images/panel_navigation_cp_icon_hover.png), url(../images/panel_navigation_settings_icon_hover.png), url(../images/panel_navigation_messages_icon_hover.png), url(../images/panel_navigation_privilege_icon_hover.png), url(../images/panel_navigation_merchant_icon_hover.png), url(../images/panel_navigation_vote_icon_hover.png);
    opacity: 0
}

#user_panel_navigation ul li a {
    height: 19px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #343434;
    display: block;
    padding: 0 0 0 32px;
    position: relative;
    line-height: 18px;
    margin: 16px 0 0
}

#user_panel_navigation ul li a:hover {
    padding: 0 0 0 40px;
    color: #ea8d09
}

#user_panel_navigation ul li.user_panel_navigation_cp a {
    background: url(../images/panel_navigation_cp_icon.png) 0 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_settings a {
    background: url(../images/panel_navigation_settings_icon.png) 0 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_messages a {
    background: url(../images/panel_navigation_messages_icon.png) 0 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_privilege a {
    background: url(../images/panel_navigation_privilege_icon.png) 0 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_merchant a {
    background: url(../images/panel_navigation_merchant_icon.png) 0 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_vote a {
    background: url(../images/panel_navigation_vote_icon.png) 2px 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_cp a:hover {
    background: url(../images/panel_navigation_cp_icon_hover.png) 9px 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_settings a:hover {
    background: url(../images/panel_navigation_settings_icon_hover.png) 9px 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_messages a:hover {
    background: url(../images/panel_navigation_messages_icon_hover.png) 9px 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_privilege a:hover {
    background: url(../images/panel_navigation_privilege_icon_hover.png) 9px 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_merchant a:hover {
    background: url(../images/panel_navigation_merchant_icon_hover.png) 9px 50% no-repeat
}

#user_panel_navigation ul li.user_panel_navigation_vote a:hover {
    background: url(../images/panel_navigation_vote_icon_hover.png) 9px 50% no-repeat
}

#login {
    width: 276px;
    padding: 32px 27px 0
}

#login h3 {
    font-size: 23px;
    color: #343434;
    font-weight: 800;
    padding: 0 0 0 42px;
    background: url(../images/login_title.png) 3px 50% no-repeat;
    margin: 0 0 15px
}

#login input.loginfield {
    width: 250px;
    height: 53px;
    padding: 0 13px;
    background-color: #fffdf6;
    -webkit-box-shadow: 0 8px 15px rgba(158, 143, 111, .18);
    -moz-box-shadow: 0 8px 15px rgba(158, 143, 111, .18);
    box-shadow: 0 8px 15px rgba(158, 143, 111, .18);
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #c1bbab;
    margin: 9px 0 0;
    border-radius: 4px
}

#login button.loginbutton {
    width: 276px;
    height: 62px;
    background-color: #adc835;
    -webkit-box-shadow: 0 5px 20px 0 rgba(166, 183, 91, .5);
    -moz-box-shadow: 0 5px 20px 0 rgba(166, 183, 91, .5);
    box-shadow: 0 5px 20px 0 rgba(166, 183, 91, .5);
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    margin: 18px 0 28px;
    border-radius: 4px;
    font-family: fs elliot pro, sans-serif !important;
}

#login button.loginbutton:hover {
    background: #bbd641
}

a.login_register {
    color: #4096e6;
    font-size: 16px;
    font-weight: 600;
    margin: 0 16px 0 11px
}

a.login_recovery {
    color: #343434;
    font-size: 16px
}

#login a:hover {
    text-decoration: none
}

#navigation {
    width: 276px;
    padding: 45px 27px 36px
}

#navigation h3 {
    font-size: 25px;
    color: #343434;
    font-weight: 800;
    padding: 0 0 0 36px;
    background: url(../images/navigation_title.png) 3px 50% no-repeat;
    margin: 0 0 23px
}

#navigation a {
    width: 274px;
    height: 42px;
    display: block;
    font-size: 16px;
    color: #655c56;
    font-weight: 600;
    border: 1px solid #e0d8ba;
    border-radius: 8px;
    line-height: 42px;
    text-decoration: none;
    text-indent: 22px;
    margin: 4px 0 0;
    position: relative;
}

#navigation a:hover {
    color: #cb701f;
    text-indent: 18px;
    background: #fffbe9;
    -webkit-box-shadow: 0 5px 19px 2px rgba(188, 172, 113, .36);
    -moz-box-shadow: 0 5px 19px 2px rgba(188, 172, 113, .36);
    box-shadow: 0 5px 19px 2px rgba(188, 172, 113, .36);
    border: 1px solid #fffbe9
}

#navigation a:before {
    width: 18px;
    height: 14px;
    display: block;
    content: '';
    opacity: 0;
    background: url(../images/navigation_arrow.png) no-repeat;
    position: absolute;
    transition: all .3s ease;
    top: 15px;
    left: 204px
}

#navigation a:hover:before {
    opacity: 1;
    left: 244px
}

.widget {
    margin: 26px
}

.monitoring_block {
    margin: 0 0 0 -3px;
    background: #40353b;
    width: 333px
}

.monitoring_block h3 {
    width: 330px;
    height: 79px;
    line-height: 78px;
    border-left: 3px solid #5d4e55;
    background: #423239 url(../images/monitoring_title.png) 27px 50% no-repeat;
    font-size: 23px;
    color: #fff;
    font-weight: 800;
    text-indent: 70px;
    position: relative
}

.monitoring_block .version_block {
    width: 330px;
    height: 40px;
    background: #362d32;
    border-left: 3px solid #594f55
}

.monitoring_block .version_block span {
    color: #e7991c;
    font-weight: 800;
    font-size: 14px;
    line-height: 38px;
    margin-left: 22px
}

.monitoring_block .servers_block {
    max-width: 330px;
    max-height: 76px;
    width: 330px;
    height: 75px;
    border-left: 3px solid #64555c;
    display: flex
}

.monitoring_block .server_content {
    display: block;
    background: url(/templates/simpleminecraft/images/server_bg.png) -3px -1px no-repeat;
    border-bottom: 1px solid #36292f;
    border-top: 1px solid #4d3d43;
    height: 73px;
    width: 100%
}

.monitoring_block .server_content .information {
    width: 194px;
    height: 73px;
    display: inline-block;
    box-sizing: border-box;
    border-right: 1px solid #36292f;
    float: left
}

.monitoring_block .server_content h4 {
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    margin: 14px 0 6px 26px
}

.monitoring_block .server_content h4 i {
    font-size: 14px;
    color: #957d77;
    margin-left: 6px
}

.monitoring_block .server_content .online_text {
    font-size: 12px;
    color: #b8aa9c;
    margin-left: 26px;
    font-weight: 600;
    padding-left: 14px;
    line-height: 11px;
    background: url(/templates/simpleminecraft/images/server-user-small-icon.png) no-repeat
}

.monitoring_block .server_content .online_graphics {
    width: 142px;
    height: 2px;
    display: block;
    margin-left: 26px;
    margin-top: 8px;
    background: #5a5255
}

.monitoring_block .server_content .online_graphics .progressbar {
    width: 0;
    height: 2px;
    background: url(/templates/simpleminecraft/images/progressbar.png) no-repeat
}

.monitoring_block .server_content .button {
    position: relative;
    font-size: 19px;
    color: #88777b;
    width: 68px;
    height: 73px;
    display: inline-block;
    text-align: center;
    padding: 27px 0;
    box-sizing: border-box;
    border-right: 1px solid #36292f;
    float: left;
    cursor: pointer;
    transition: .3s background-color ease
}

.monitoring_block .server_content .button:hover {
    background-color: #322a2f
}

.monitoring_block .server_content .button .server_button_graphics {
    margin: auto;
    padding-left: 3px
}

.monitoring_block .server_content .button .fa-info-circle {
    font-size: 21px;
    line-height: 18px;
    color: #957d77
}

.monitoring_block .server_content .button .server_button_graphics .fa-circle {
    font-size: 10px;
    transform: translateY(-4px);
    margin-left: 4px;
    color: #e57856;
    text-shadow: 0 0 4px rgba(155, 93, 75, .8)
}

.monitoring_block .server_content .button .server_button_graphics b {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transform: translateY(-2px);
    display: inline-block;
    margin-left: 4px
}

.monitoring_block .activated {
    background-color: #322a2f !important;
    border-bottom: 1px solid #322a2f !important
}

.monitoring_block .servers_list {
    width: 270px;
    padding: 30px;
    background: #322a2f;
    border-left: 3px solid #5c4e55
}

.monitoring_block .servers_list .server {
    background: #372f33;
    width: 248px;
    height: 28px;
    padding: 12px;
    margin-bottom: 2px
}

.monitoring_block .servers_list .circle {
    width: 28px;
    height: 28px;
    background: #272024;
    border-radius: 50px;
    float: left;
    text-align: center
}

.monitoring_block .servers_list .circle img {
    width: 16px;
    height: 16px;
    margin-top: 6px
}

.monitoring_block .servers_list .title {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-left: 14px;
    float: left;
    line-height: 26px
}

.monitoring_block .servers_list .online {
    background: url(/templates/simpleminecraft/images/server-user-big-icon.png) 0 no-repeat;
    margin: 5px;
    float: right;
    width: 38px;
    text-align: center
}

.monitoring_block .servers_list .online span {
    font-size: 15px;
    font-weight: 600;
    color: #c9a152;
    padding-left: 17px;
    line-height: 14px
}

.monitoring_block .total_online_block {
    width: 330px;
    height: 100px;
    border-left: 3px solid #5d4e55;
    display: inline-flex;
    justify-content: space-around;
    background: border-box
}

.monitoring_block .total_online_block .information {
    border-right: 1px solid #362d32;
    box-sizing: border-box;
    padding: 20px 0 0 24px;
    width: 100%
}

.monitoring_block .total_online_block .information:last-child {
    border-right: none
}

.monitoring_block .total_online_block .information b {
    font-weight: 600;
    font-size: 25px;
    max-width: 100px;
    display: block;
    color: #f4eed2;
    margin-bottom: 6px
}

.monitoring_block .total_online_block .information .today_record {
    color: #fbb829
}

.monitoring_block .total_online_block .information .total_online {
    color: #b0c25c
}

.monitoring_block .total_online_block .information span {
    font-weight: 600;
    font-size: 11px;
    max-width: 82px;
    line-height: 12px;
    display: block;
    color: #7d7177
}

.monitoring_block .low_load {
    color: #b0c25d !important
}

.monitoring_block .middle_load {
    color: #c9a052 !important
}

.monitoring_block .high_load {
    color: #c2685c !important
}

footer {
    position: relative;
    z-index: 1;
    margin: 35px 0 0
}

footer:after {
    height: 156px;
    width: 100%;
    position: absolute;
    background: #4e2629;
    display: block;
    content: '';
    bottom: 0
}

#footer_container {
    width: 100%;
    height: 202px;
    background: url(../images/footer_bg.png?v=2) 50% no-repeat;
    position: relative;
    z-index: 2;
}

a.gamesymbol {
    width: 49px;
    height: 64px;
    opacity: .44;
    background: url(../images/gamesymbol.png) no-repeat;
    position: relative;
    top: 92px;
    left: 4px;
}

a.gamesymbol:hover {
    opacity: 1
}

#copyrights {
    font-weight: 600;
    padding: 86px 0 0 34px;
}

#copyrights span {
    font-size: 16px;
    color: #ffe88c;
    display: block;
    margin: 0 0 12px;
}

#copyrights p {
    font-size: 12px;
    color: rgb(156, 136, 135);
    line-height: 14px;
}

#copyrights a {
    color: #f09151;
}

#copyrights a:hover {
    text-decoration: none
}

#banners {
    float: right;
    margin: 84px 0 0
}

.footer_rights {
    padding: 0 0 0;
    box-sizing: border-box;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
}

.footer_rights a {
    display: inline-block;
    margin-right: 8px;
    padding: 6px 8px;
    border-radius: 4px;
    background: #815958;
    text-decoration: none;
    transition: .2s;
    opacity: .6;
    color: white !important;
    box-shadow: 0 3px 6px #4e2d2d;
    text-transform: uppercase;
}

.footer_rights a:hover {
    opacity: 1;
}

.footer_contacts {
    font-size: 14px;
    color: rgb(156, 136, 135);
    line-height: 16px;
    font-weight: 600;
}

.footer_contacts:hover {
    /* opacity: 1 */
}

.footer_contacts .organization {
    margin-top: 14px;
    display: inline-block;
    width: 525px;
    box-sizing: border-box;
    text-align: right;
    font-size: 12px;
}

.footer_contacts a {
    display: inline-block;
    background: 0 0 !important;
    margin: 0 !important
}

.footer_contacts .payments_methods {
    display: inline-block
}

.footer_contacts a {
    color: #f09151
}

.footer_contacts a:hover {
    text-decoration: unset
}

.craft_stats_page_item {
}

.craft_stats_page_item:nth-child(even) {
    background: #fefdfd
}

.craft_stats_page_item:nth-child(odd) {
    background: #f4f2ef
}

.craft_stats_page_item_title {
    width: 380px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 15px;
    line-height: 32px;
    font-size: 14px;
    color: #5d5a57
}

.craft_stats_page_item_detail {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-weight: 600;
    line-height: 32px;
    color: #5d5a57;
    font-size: 16px
}

a.see_last_comments {
    margin: 0 0 0 15px;
    color: #61a1c1
}

a.see_last_comments:hover {
    text-decoration: none
}

.craft_stats_page {
    width: 740px;
    margin: 0 auto;
    padding: 25px 0 0
}

.craft_stats_page_item_second_title {
    color: #8c65be;
    font-size: 16px;
    font-weight: 800;
    margin: 15px
}

.craft_user .registration_craft_page_text h1, .craft_user .registration_craft_page_text {
    display: inline-block;
    vertical-align: top;
    width: 500px
}

.craft_user .registration_craft_page_text {
    padding: 30px 0 0 25px
}

.craft_user .registration_craft_page_text h1 {
    font-size: 23px;
    color: #333;
    font-weight: 800;
    margin: 7px 0
}

.craft_user .avatar {
    display: inline-block;
    vertical-align: top;
    margin: 34px 0 25px 34px
}

.craft_user a {
    color: #9e9e9e;
    font-size: 14px
}

.craft_user a:hover {
    text-decoration: none
}

.craft_user_added {
    width: 662px;
    margin: 0 auto;
    padding: 0 34px
}

.craft_user_added .registration_craft_page_field {
    width: 420px
}

.craft_user_added input.registration_field {
    width: 420px
}

.craft_user_added textarea {
    width: 400px;
    height: 85px;
    resize: none;
    padding: 15px 25px;
    background: #fefcfa;
    -webkit-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    -moz-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    border: solid 1px #e4dfd9;
    text-align: left;
    color: #535353;
    font-size: 14px
}

.craft_user {
    width: 741px;
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px
}

.rcol span {
    padding: 20px 10px 0 15px;
    font-weight: 600;
    font-size: 16px;
    color: #5d5a57;
    display: block
}

.craft_user_rating .ratebox2 span:first-of-type {
    font-weight: 600;
    font-size: 14px;
    color: #5d5a57
}

.craft_user_rating span.ratingtypeplus {
    font-weight: 600;
    font-size: 14px;
    color: #a9bf2e
}

.craft_user .userinfo {
    padding: 0 34px 34px
}

.registration_craft_page {
    width: 741px;
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px;
    padding: 0 0 34px
}

.registration_craft_page_text {
    width: 670px;
    margin: 0 0 25px;
    padding: 34px 34px 0
}

.registration_craft_page_text h1 {
    font-size: 32px;
    color: #1e1b1a;
    font-weight: 800
}

.registration_craft_page_text h3 {
    font-size: 19px;
    color: #fba029;
    font-weight: 800;
    margin: 7px 0 22px
}

.registration_craft_page_text span {
    color: #1e1b1a;
    font-size: 14px;
    line-height: 19px
}

.registration_craft_page_text a {
    color: #9f7984;
    font-size: 14px;
    font-family: fselliotpro
}

.registration_craft_page_text a:hover {
    text-decoration: none
}

.registration_craft_page_fields_lable {
    width: 200px;
    height: 37px;
    display: inline-block;
    vertical-align: top
}

span.field_lable_black, span.field_lable_red {
    display: inline-block;
    vertical-align: top;
    line-height: 37px;
    font-weight: 600;
    font-size: 16px
}

span.field_lable_black {
    color: #514e55
}

span.field_lable_red {
    color: #f95c17
}

.registration_craft_page_fields {
    padding: 0 34px
}

.registration_craft_page_field {
    width: 468px;
    min-height: 37px;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0
}

.registration_craft_page_field input {
    width: 100px;
    height: 40px;
    background-color: #fefcfa;
    -webkit-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    -moz-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    border: solid 1px #e4dfd9;
    padding: 0 15px;
    text-align: left;
    color: #535353;
    font-size: 14px
}

.registration_craft_page_field input:hover, .registration_craft_page_field input:focus, .reg_captcha_field input:hover, .reg_captcha_field input:focus {
    color: #514e55;
    background: #f7f2ed
}

input.registration_short_field {
    width: 319px
}

input.registration_check_login {
    font-weight: 600;
    width: 182px;
    padding: 0 !important;
    float: right;
    background: #fba029 !important;
    color: #fff;
    height: 46px;
    text-align: center;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .3s;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(251, 160, 41, .35)
}

input.registration_check_login:focus {
    color: #fff
}

input.registration_check_login:hover {
    color: #fff;
    cursor: pointer;
    background: #fbb829 !important
}

input.registration_field {
    width: 437px
}

.registration_craft_send {
    margin: 20px 0 0 204px
}

button.registration_craft_button {
    width: 172px;
    height: 53px;
    background: #fba029;
    -webkit-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    border-bottom: 3px solid #c47916;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    line-height: 53px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top
}

button.registration_craft_button:hover {
    background: #fbb829 !important;
    -webkit-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    border-bottom: 3px solid #c49516
}

.registration_craft_send .fullstory_comment_add_code {
    margin: 7px 0 0
}

.reg_captcha_field {
    margin: 5px 0 0
}

.reg_captcha_field, .reg_captcha, button.registration_craft_button {
    display: inline-block;
    vertical-align: top
}

button.registration_craft_button:hover {
    background-color: #ff954f;
    border-bottom: 3px solid #c49516;
    cursor: pointer
}

.reg_captcha_field input {
    width: 86px;
    height: 37px;
    padding: 0 12px;
    background: #f0ece8;
    display: block;
    line-height: 37px;
    font-size: 14px;
    color: #a29f9b;
    font-family: fselliotpro-bold
}

.reg_captcha {
    margin: 5px 0 0 73px
}

.reg_captcha img {
    width: 100px !important;
    height: 35px !important;
    display: block !important;
    border-radius: 15px !important;
    border: 2px solid #e0d8ce !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important
}

.purple_attention {
    padding: 30px 34px;
    background: #fff6ed;
    color: #c78282;
    font-size: 13px;
    line-height: 18px;
    margin: 40px 0
}

.clr.berrors {
    margin: 0 auto 80px;
    text-align: left;
    padding: 48px 54px 24px;
    max-width: 648px
}

.clr.berrors br {
    display: none
}

.clr.berrors a {
    color: #fff
}

.clr.berrors a:hover {
    text-decoration: none
}

.purple_attention h3, .clr.berrors b {
    font-weight: 800;
    font-size: 23px;
    margin: 0 0 25px
}

.clr.berrors b {
    margin: 0 0 10px;
    display: block
}

.purple_attention b {
    font-family: 'FSElliotPro-Bold'
}

form#registration input.bbcodes {
    width: 172px;
    height: 53px;
    background: #fba029;
    -webkit-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    border-bottom: 3px solid #c47916;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin: 25px 15px;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    text-shadow: none !important
}

form#registration input.bbcodes:hover {
    background: #fbb829 !important;
    -webkit-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    border-bottom: 3px solid #c49516
}

form#registration input.bbcodes:nth-child(2) {
    background: #ddd4cd;
    border-bottom: 2px solid #ac9e93;
    color: #44403d;
    box-shadow: 4px 7px 20px rgba(144, 144, 144, .35);
    -moz-box-shadow: 4px 7px 20px rgba(144, 144, 144, .35);
    -webkit-box-shadow: 4px 7px 20px rgba(144, 144, 144, .35)
}

form#registration input.bbcodes:nth-child(2):hover {
    background: rgba(221, 212, 205, .5) !important
}

.craft_stats_page {
    width: 741px;
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px
}

.craft_stats_page_item {
}

.craft_stats_page_item:nth-child(even) {
    background: #fefdfd
}

.craft_stats_page_item:nth-child(odd) {
    background: #f4f2ef
}

.craft_stats_page_item_title {
    width: 335px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 15px;
    line-height: 32px;
    font-size: 14px;
    color: #5d5a57
}

.craft_stats_page_item_detail {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-weight: 600;
    line-height: 32px;
    color: #5d5a57;
    font-size: 14px
}

a.see_last_comments {
    margin: 0 0 0 15px;
    color: #61a1c1
}

a.see_last_comments:hover {
    text-decoration: none
}

.craft_stats_page {
    width: 676px;
    margin: 0 auto;
    padding: 25px 34px
}

.craft_stats_page_item_second_title {
    color: #b98c6d;
    font-size: 16px;
    font-weight: 800;
    margin: 15px 15px 15px 0
}

.userstop td, .pm td.pm_list, .pm td.pm_head {
    border-bottom: 1px solid #efefef;
    padding: 12px 2px
}

table.userstop thead tr td {
    color: #868181;
    line-height: 35px
}

table.userstop a {
    color: #61a1c1
}

table.userstop a:hover {
    text-decoration: none
}

table.userstop tbody td {
    font-size: 14px
}

.basecont.statistics ul.reset li {
    margin: 10px 0
}

.registration_field.file {
    padding: 8px 15px 0 !important;
    height: 32px !important
}

textarea.feedback_textarea {
    width: 417px;
    height: 150px;
    resize: none;
    padding: 15px 25px;
    background: #fefcfa;
    -webkit-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    -moz-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    border: solid 1px #e4dfd9;
    text-align: left;
    color: #535353;
    font-size: 14px
}

.register_rules {
    width: 673px;
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px;
    padding: 34px;
    color: #343434;
    font-size: 14px;
    line-height: 19px
}

.register_rules b {
    font-weight: 600
}

.register_rules a {
    color: #4096e6;
    text-decoration: underline
}

.register_rules a:hover {
    text-decoration: none
}

.register_rules span#news-title {
    font-size: 32px;
    color: #1e1b1a;
    font-weight: 800;
    display: block;
    margin: 0 0 30px
}

.pmpages {
    width: 673px;
    background: #fff;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px;
    padding: 34px;
    color: #343434;
    font-size: 14px;
    line-height: 19px
}

.pmpages .full_news_comment {
    width: 675px;
    overflow: hidden
}

.pmpages .registration_craft_page_text {
    padding: 0 34px 0 0 !important
}

.pmpage_title h3 {
    font-size: 20px;
    font-family: fselliotpro-bold;
    color: #b98c6d
}

.pmpage_nav a {
    color: #4096e6;
    font-family: fselliotpro-bold;
    text-decoration: underline;
    margin: 0 15px 0 0
}

.pmpage_nav a:hover {
    text-decoration: none
}

.pmpages textarea {
    width: 468px;
    height: 150px;
    resize: none;
    padding: 15px 25px;
    background: #fefcfa;
    -webkit-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    -moz-box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    box-shadow: inset 1px 2px 8px rgba(223, 213, 201, .6);
    border: solid 1px #e4dfd9;
    text-align: left;
    color: #535353;
    font-size: 14px
}

input.bbcodes {
    min-width: 157px;
    height: 45px;
    padding: 0 16px;
    background: #fba029;
    -webkit-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    border-bottom: 3px solid #c47916 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    text-shadow: none !important;
    border-radius: 0 !important
}

input.bbcodes:hover {
    background: #fbb829 !important;
    -webkit-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    border-bottom: 3px solid #c49516
}

.checkbox {
    font-size: 14px;
    color: #66646a;
    margin: 10px 0
}

.someabout {
    font-size: 14px;
    color: #66646a;
    margin: 10px 0 0 15px
}

.ui-dialog {
    padding: 0
}

a.ui-dialog-titlebar-close.ui-corner-all {
    width: 18px;
    height: 18px;
    background: url(../images/close_dialog.png) no-repeat;
    display: block;
    float: right;
    position: relative;
    top: 24px;
    right: 22px
}

a.ui-dialog-titlebar-close.ui-corner-all:hover {
    opacity: .75
}

.ui-dialog.dle-popup-userprofile {
    background-color: #fff !important;
    -webkit-box-shadow: 0 17px 58px rgba(107, 81, 65, .49) !important;
    -moz-box-shadow: 0 17px 58px rgba(107, 81, 65, .49) !important;
    box-shadow: 0 17px 58px rgba(107, 81, 65, .49) !important;
    border: none !important
}

.ui-dialog ui-widget ui-widget-content ui-corner-all dle-popup-userprofile ui-draggable ui-dialog-buttons {
    height: auto !important
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.dle-popup-userprofile.ui-draggable.ui-dialog-buttons .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    width: 550px;
    height: 68px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 54px rgba(107, 81, 65, .11);
    -moz-box-shadow: 0 12px 54px rgba(107, 81, 65, .11);
    box-shadow: 0 12px 54px rgba(107, 81, 65, .11);
    padding: 0;
    border: none
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #fff;
    -webkit-box-shadow: 0 12px 54px rgba(107, 81, 65, .11);
    -moz-box-shadow: 0 12px 54px rgba(107, 81, 65, .11);
    box-shadow: 0 12px 54px rgba(107, 81, 65, .11)
}

span.ui-dialog-title {
    font-weight: 800;
    font-size: 24px;
    color: #343434;
    line-height: 68px;
    margin: 0 0 0 24px !important
}

.popup_avatar {
    width: 72px;
    height: 72px;
    background-color: #d5cab9;
    -webkit-box-shadow: 0 6px 27px rgba(107, 81, 65, .47);
    -moz-box-shadow: 0 6px 27px rgba(107, 81, 65, .47);
    box-shadow: 0 6px 27px rgba(107, 81, 65, .47);
    padding: 3px;
    position: relative;
    top: 20px;
    left: 15px;
    display: inline-block;
    vertical-align: top
}

.popup_player_info {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 37px
}

#dleprofilepopup .userinfo {
    margin: 0 0 30px
}

.popup_player_info_item {
    margin: 15px 0 0
}

.popup_player_info_item_label {
    font-size: 14px;
    color: #423239
}

.popup_player_info_item_fullname {
    font-weight: 800;
    font-size: 14px;
    color: #59a4e9
}

.popup_player_info_item_group {
    font-weight: 800;
    font-size: 14px;
    color: #cf8181
}

.popup_player_info_item_lastvisit, .popup_player_info_item_registerdate {
    font-weight: 800;
    font-size: 14px;
    color: #63575c
}

.popup_player_info_item_lastvisit img {
    display: none
}

.popup_player_info_item_publics b, .popup_player_info_item_comments b {
    font-weight: 800;
    font-size: 14px;
    color: #e7991c
}

.popup_player_info_item_publics a, .popup_player_info_item_comments a {
    font-size: 14px;
    color: #bfa9b3
}

.popup_player_info_item_publics a:hover, .popup_player_info_item_comments a:hover {
    text-decoration: none
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    height: 45px;
    background: #fba029;
    -webkit-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 146, 33, .76);
    border-bottom: 3px solid #c47916;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 25px 25px 25px 0;
    padding: 0 15px
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
    background: #fbb829 !important;
    -webkit-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    -moz-box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    box-shadow: 0 8px 30px rgba(238, 173, 33, .76);
    border-bottom: 3px solid #c49516
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:nth-child(3) {
    display: none
}

.craft_stats_page .registration_craft_page_text {
    padding: 0
}

.craft_stats_page ul.reset {
    color: #343434;
    font-size: 14px;
    padding: 16px
}

.craft_stats_page table {
    color: #343434;
    font-size: 14px
}

a.logo, nav *, .news_item a, cabinet_button, cabinet_button_small, smcui-button, .news_bottom *, #login *, #navigation *, footer *, #user_panel *, .pagination_craft *, .news_goback *, .fullstory_comment_send *, .registration_craft_button, input.bbcodes, .cabinet_button, #monitoring a, .navigation_pagination * {
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

a.logo, nav, nav ul li, nav ul li a, .news_more, .news_author a, span.news_date, .news_author, a.gamesymbol, #copyrights, #banners a, .user_panel_userpic, .user_panel_nickname, a.user_panel_logout, .news_goback, .full_news_comments_title *, .full_news_comment_top *, .fullstory_comment_add_fields input, .fullstory_comment_send, .fullstory_comment_add_code, .fullstory_comment_add_code *, .news_info {
    display: inline-block;
    vertical-align: top
}

a.logo, nav, nav ul li, nav ul li a {
    position: relative
}

input::-webkit-input-placeholder {
    color: #c1bbab
}

input:-moz-placeholder {
    color: #c1bbab
}

input::-moz-placeholder {
    color: #c1bbab
}

input:-ms-input-placeholder {
    color: #c1bbab
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

.mass_comments_action {
    padding: 35px 0 0;
    color: #797471;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 0
}

.mass_comments_action input {
    margin: 0 0 0 15px;
    position: relative;
    top: -12px
}

.selectmass {
    position: absolute;
    top: 25px;
    right: 130px;
    cursor: pointer
}

.masha_index {
    display: none !important
}

.smcui-button {
    padding: 11px 20px 12px;
    width: 108px;
    height: 40px;
    text-decoration: none !important;
    background: #abca4e;
    -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);
    line-height: 42px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin: 16px 10px 0 0;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

.smcui-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)
}

.smcui-button-blue {
    border-radius: 4px;
    padding: 12px 23px;
    width: 108px;
    height: 40px;
    text-decoration: none;
    background: #4e9cca;
    -webkit-box-shadow: 0 3px 21px rgba(78, 145, 202, .56);
    -moz-box-shadow: 0 3px 21px rgba(78, 145, 202, .56);
    box-shadow: 0 3px 21px rgba(78, 145, 202, .56);
    border-bottom: 2px solid #3982a5;
    line-height: 42px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin: 16px 10px 0 0;
    cursor: pointer;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

.smcui-button-blue:hover {
    background: #6db7e3;
    -webkit-box-shadow: 0 3px 21px rgba(78, 170, 202, .4);
    -moz-box-shadow: 0 3px 21px rgba(78, 170, 202, .4);
    box-shadow: 0 3px 21px rgba(78, 170, 202, .4)
}

.smcui-button-red {
    border-radius: 4px;
    padding: 12px 23px;
    width: 108px;
    height: 40px;
    text-decoration: none;
    background: #ca5f4e;
    -webkit-box-shadow: 0 3px 21px rgba(202, 106, 78, .56);
    -moz-box-shadow: 0 3px 21px rgba(202, 106, 78, .56);
    box-shadow: 0 3px 21px rgba(202, 106, 78, .56);
    border-bottom: 2px solid #a24e35;
    line-height: 42px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin: 16px 10px 0 0;
    cursor: pointer;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

.smcui-button-red:hover {
    background: #e37a6d;
    -webkit-box-shadow: 0 3px 21px rgba(155, 63, 37, .56);
    -moz-box-shadow: 0 3px 21px rgba(155, 63, 37, .56);
    box-shadow: 0 3px 21px rgba(155, 63, 37, .56)
}

.smcui-button-yellow {
    border-radius: 4px;
    padding: 12px 23px;
    width: 108px;
    height: 40px;
    text-decoration: none;
    background: #ffdd59;
    -webkit-box-shadow: 0 3px 21px rgba(255, 221, 89, .56);
    -moz-box-shadow: 0 3px 21px rgba(255, 221, 89, .56);
    box-shadow: 0 3px 21px rgba(255, 221, 89, .56);
    border-bottom: 2px solid #a24e35;
    line-height: 42px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin: 16px 10px 0 0;
    cursor: pointer;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

.smcui-button-yellow:hover {
    background: #ffd32a;
    -webkit-box-shadow: 0 3px 21px rgba(255, 211, 42, .56);
    -moz-box-shadow: 0 3px 21px rgba(255, 211, 42, .56);
    box-shadow: 0 3px 21px rgba(255, 211, 42, .56)
}

.blockquote_start h3 {
    font-size: 16px;
    font-weight: 800
}

.question a {
    color: #4096e6
}

.question {
    padding: 24px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    border-left: 4px solid #9b6d81;
    background: url(/templates/simpleminecraft/images/cabinet/bg-header-block.png) repeat-x #fff;
    margin-bottom: 34px
}

.question_title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 800;
    color: #343434
}

.blockquote_donate {
    padding: 3px 0 3px 18px;
    border-left: 5px solid #8aa235
}

.blockquote_donate small {
    font-size: 13px
}

.blockquote_donate h3 {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 10px
}

.blockquote_donate i {
    color: #8db435
}

#rightblock {
    width: 276px;
    padding: 0 27px 36px
}

#rightblock h3 {
    font-size: 23px;
    color: #343434;
    font-weight: 800;
    padding: 0 0 0 36px;
    background: url(../images/navigation_title.png) 3px 50% no-repeat;
    margin: 0 0 23px
}

#rightblock a {
    font-size: 14px !important;
    color: #655c56;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}

.pmpage_nav {
    margin: 36px 0 5px;
    text-align: center
}

.hr_border {
    width: 660px;
    height: 2px;
    background: #000;
    margin: 30px 0 15px 6px
}

.blockquote_text h3 {
    margin-bottom: 34px;
    font-weight: 800;
    font-size: 25px
}

.pm_list:hover {
    text-decoration: none
}

.widget-header {
    background-color: #4f4045 !important
}

.widget-footer {
    background-color: #423239 !important
}

.pm_pprev:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.start_game_step {
    padding: 0 34px 38px
}

.start_game_step_number {
    display: inline-block;
    vertical-align: top;
    width: 85px;
    padding: 0 0 0 30px;
    font-size: 60px
}

.start_game_step_content {
    width: 500px;
    display: inline-block;
    vertical-align: top
}

.grid-block {
    display: inline-block
}

.grid-item .smcui-button {
    margin-right: 0
}

.grid-item {
    border: 1px solid #ededed;
    width: 316px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .24);
    box-shadow: 0 0 16px rgba(0, 0, 0, .24);
    background-image: linear-gradient(-180deg, #ffffff 0%, #f2f2f2 100%)
}

.grid-block h3 {
    font-size: 22px;
    padding: 26px
}

.grid-item a {
    color: #b58251;
    text-decoration: underline
}

.grid-item a:hover {
    text-decoration: none
}

.grid-block p {
    color: #666;
    padding: 0 20px 10px 26px
}

.grid-block a {
    margin-right: 0
}

.grid-block b {
    font-weight: 600
}

.rules_menu {
    height: 72px
}

.rules_menu .tab {
    width: 154px;
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 15px;
    min-width: 154px;
    position: relative;
    background: #ecf0f1;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease;
    border-left: 1px solid rgba(0, 0, 0, .09)
}

.rules_menu .selected {
    border-top: 4px solid #8aa235;
    padding-top: 8px;
    transition: none;
    background: #fff;
    border-bottom: 1px solid #fff
}

.rules_menu .selected:hover {
    background: #fff !important
}

.rules_menu .tab:hover {
    background: #dedede
}

.rules_menu a {
    text-decoration: none;
    color: #343434
}

.rules_menu .tab span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.rules_menu .tab i {
    font-size: 26px;
    margin-bottom: 6px
}

.rules_block {
    display: inline-block;
    width: 100%;
    margin-bottom: 34px;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

.rules_block h3 {
    font-size: 21px;
    font-weight: 800;
    float: left;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    width: 61px;
    color: #fff;
    height: 61px;
    border-radius: 8px 0 0 8px;
    background: #8aa235
}

.rules_text span {
    color: #658212;
    margin-top: 10px;
    display: block
}

.rules_punish {
    color: #c24d3e;
    margin-top: 10px
}

.rules_text {
    width: 612px;
    float: right;
    display: inline-block;
    box-sizing: border-box;
    padding: 24px;
    background: #f0ebdf;
    line-height: 20px;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 8px 20px 0 #3434340d
}

.rules_text i {
    width: 22px;
    padding: 4px 0 3px 1px;
    box-sizing: border-box;
    margin-right: 6px;
    text-align: center;
    border-radius: 50%;
    background: #c24d3e;
    color: #fff;
    cursor: help;
    font-size: 14px;
    transition: all .5s .05s ease;
    -moz-transition: all .5s .05s ease;
    -o-transition: all .5s .05s ease;
    -webkit-transition: all .5s .05s ease;
    position: relative;
    display: inline-block;
    box-shadow: 0 3px 8px 1px #c24d3e7a;
    animation: rules-text-i 1.5s infinite
}

@keyframes rules-text-i {
    0% {
        box-shadow: 0 0 0 0 rgba(23, 22, 22, .1)
    }
    100% {
        box-shadow: 0 0 0 40px transparent
    }
}

.rules_text i:hover {
    background: #db5846
}

.rules_horizontal {
    width: 741px;
    height: 4px;
    margin-left: -34px;
    background: #dcdcdc;
    margin-top: 34px;
    margin-bottom: 34px
}

.block_info_red a {
    color: #fff
}

.block_info_red {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    background: url(/templates/simpleminecraft/images/cabinet/bg-header-block-white.png) repeat-x #c45345;
    margin-bottom: 34px;
    color: #fff;
    padding: 24px
}

.block_info_green a {
    color: #fff
}

.block_info_green {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .24);
    background: url(/templates/simpleminecraft/images/cabinet/bg-header-block-white.png) repeat-x #86a027;
    margin-bottom: 34px;
    color: #fff;
    padding: 24px
}

.rules_text i .tooltip_text {
    visibility: hidden;
    width: 500px;
    background-color: rgba(0, 0, 0, .78);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 155%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

.rules_text i .tooltip_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .78) transparent transparent transparent
}

.rules_text i:hover .tooltip_text {
    visibility: visible;
    opacity: 1
}

.dle-popup-twofactor {
    max-height: none !important
}

.dle-popup-twofactor #twofactor {
    font-size: 14px !important;
    height: auto !important
}

.dle-popup-twofactor #twofactor_response {
    margin-top: 10px
}

.featuresBlock {
    color: #fff;
    background: linear-gradient(135deg, #f27ded 0%, #6E48C5 100%);
    padding: 10px;
    -webkit-box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, .19);
    box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, .19);
    border-radius: 2px
}

.featuresBlock a {
    color: #fff !important
}

.notify_block {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: linear-gradient(90deg, #d59837, #8c5631) !important;
    padding: 15px;
    border-radius: 5px;
    padding-right: 44px;
    color: #fff;
    z-index: 333;
    background-size: cover !important;
    font-size: 14px;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .2);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .2);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .2)
}

.notify_block b {
    font-weight: 600
}

.notify_block a.notify_block_close {
    position: absolute;
    padding: 5px;
    margin-top: -16px;
    margin-left: 220px;
    cursor: pointer
}

.notify_block a.notify_block_close:hover {
    opacity: .5 !important
}

.notify_block .content {
    width: 200px;
    display: flex;
    font-size: 14px
}

.notify_block h3 {
    font-size: 14px;
    font-weight: 800
}

.notify_block .content a {
    color: #fff;
    text-decoration: underline
}

.notify_block .content a:hover {
    text-decoration: none
}

.catalogs_block {
    margin: 0 auto;
    width: 741px;
    padding-bottom: 28px
}

.catalogs_block a {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 1px #e8e8e8;
    -moz-box-shadow: 0 0 0 1px #e8e8e8;
    box-shadow: 0 0 0 1px #e0e0e0;
    cursor: pointer;
    background: #f9f9f9;
    width: 328px;
    text-align: left;
    border-radius: 4px;
    text-decoration: none;
    transition: box-shadow .1s linear;
    margin: 18px 18px 0 0
}

a.catalog {
}

.catalogs_block b {
    font-weight: 600
}

.catalogs_block img {
    width: 58px;
    height: 52px;
    padding: 16px;
    float: left;
    display: block !important
}

.catalogs_block a:hover {
    -webkit-box-shadow: 0 0 0 2px #8aa235;
    -moz-box-shadow: 0 0 0 2px #8aa235;
    box-shadow: 0 0 0 2px #8aa235;
    border-color: #fff
}

.catalog .label {
    color: #7f8c8d;
    font-size: 14px;
    margin: 18px;
    padding-left: 74px;
    line-height: 16px
}

.catalog h4 {
    margin-bottom: 12px;
    color: #444;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px
}

.server_information {
    margin: 0 auto;
    width: 741px;
    padding-bottom: 36px;
    padding-top: 32px;
    background: #fff;
    -webkit-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    box-shadow: 0 4px 27px rgba(79, 45, 31, .17)
}

.server_information .label {
    color: #4f5656;
    font-size: 13px;
    margin: 14px;
    padding-left: 158px;
    padding-right: 26px
}

.server_information h1 {
    margin-bottom: 16px;
    color: #343434;
    font-weight: 800;
    font-size: 32px
}

.server_information img {
    width: 64px;
    height: 64px
}

.server_information .icon {
    margin-left: 42px;
    margin-right: 32px;
    padding: 26px;
    float: left;
    border-radius: 120px;
    display: block !important;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 6px 21px #a5a5a5;
    -moz-box-shadow: 0 6px 21px #a5a5a5;
    box-shadow: 0 6px 21px #a5a5a5;
    background: linear-gradient(to top right, #2a4810, #608417, #84b917, #a5c159)
}

.server_information b {
    font-weight: 600
}

.server_information .title {
    display: block;
    height: 48px;
    line-height: 26px
}

.server_information .title h1 {
    float: left
}

.server_information .title a {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #4096e6;
    text-decoration: underline;
    font-weight: 600;
    margin-right: 8px
}

.server_information .description {
    display: inline-block;
    width: 504px
}

.server_details {
    border-top: 3px solid #e4e4e4;
    padding: 34px;
    background: url(/templates/simpleminecraft/images/cabinet/bg-header-block.png) repeat-x #fff;
    line-height: 15px;
    display: inline-block;
    width: 673px
}

.server_details .information_block {
    width: 316px;
    font-size: 13px;
    min-height: 148px;
    display: block;
    float: left
}

.server_information .title a:hover {
    text-decoration: unset
}

.server_details b {
    font-weight: 600
}

.server_details .information_block span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px
}

.server_details .information_block .icon {
    text-align: center;
    padding-right: 8px
}

.server_details .information_block td {
    padding-bottom: 12px
}

.server_details a {
    color: #b58251;
    text-decoration: underline
}

.server_details a:hover {
    text-decoration: unset
}

.mods h3 {
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 34px
}

.mods .mod {
    align-items: center;
    border-radius: .5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    background-color: #fff;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: inline-block;
    margin-bottom: 16px
}

.mods .mod:last-child {
    margin-bottom: 31px
}

.mods .mod a {
    color: #c06b7b;
    text-decoration: none
}

.mods .mod a:hover {
    text-decoration: underline
}

.mods .mod h3 {
    font-weight: 800;
    color: #c06b7b;
    font-size: 23px;
    margin: 20px 20px 5px
}

.mods .mod .mod_icon {
    width: 64px;
    height: 64px;
    float: left;
    margin: 20px;
    display: flex;
    align-items: center;
    border-radius: .5rem;
    background-color: #eceaf0;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px
}

.mods .mod .mod_icon img {
    border-radius: .5rem;
    display: block !important;
    max-width: 64px;
    max-height: 64px
}

.mods .mod .mod_details {
    display: inline-block;
    margin-bottom: 20px
}

.mods .mod .mod_description {
    display: inline-block;
    width: 548px;
    font-size: 13px;
    color: #6b6b6b;
    margin-bottom: 6px
}

.mods .mod .addons_label {
    display: block;
    width: 548px;
    font-size: 13px;
    color: #6b6b6b;
    margin-bottom: 4px
}

.mods .mod .addons {
    display: inline-block;
    width: 548px;
    font-weight: 600
}

.mods .mod .addons .addon {
    display: inline-block
}

.mods .mod .addons .addon a {
    color: #343434;
    text-decoration: none;
    display: inline-block
}

.mods .mod .addons .addon a:hover {
    text-decoration: underline
}

.mods .mod .addons .addon img {
    display: inline-block !important;
    width: 16px;
    margin-right: 4px;
    border-radius: 4px
}

.mods .mod .addons .addon h4 {
    display: inherit
}

.mods .mod .addons .addon i {
    margin-right: 4px
}

.select {
    position: relative;
    width: 100%
}

.select-text {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #343434;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .26)
}

.select-text:focus {
    outline: none;
    border-bottom: 1px solid transparent
}

.select-text option {
    font-size: 14px
}

.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .26);
    pointer-events: none;
    font-weight: 600
}

.select-label {
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: .2s ease all
}

.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #8aa235;
    top: -20px;
    transition: .2s ease all;
    font-size: 14px
}

.select-bar {
    position: relative;
    display: block;
    width: auto
}

.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #8aa235;
    transition: .2s ease all
}

.select-bar:before {
    left: 50%
}

.select-bar:after {
    right: 50%
}

.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%
}

.select-highlight {
    background: #2c3e50;
    position: absolute;
    height: 60%;
    width: auto;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.rectangle {
    counter-reset: li;
    list-style: none;
    font-size: 14px;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.rectangle a {
    position: relative;
    display: block;
    padding: .3em .4em .4em .8em;
    margin: .5em 0 .5em 2.7em;
    background: 0 0;
    color: #343434;
    text-decoration: none;
    transition: all .3s ease-out
}

.rectangle a:hover {
    background: rgba(210, 218, 226, .2);
    border-radius: 5px
}

.rectangle a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #c24d3e;
    color: #fff;
    border-radius: 2px;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: 600
}

.rectangle a:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out
}

.rectangle a:hover:after {
    left: -.5em;
    border-left-color: #c24d3e
}

.speakesmc {
    counter-reset: li;
    list-style: none;
    font-size: 14px;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.speakesmc a {
    position: relative;
    display: block;
    padding: .3em .4em .4em .8em;
    margin: .5em 0 .5em 2.7em;
    background: 0 0;
    color: #343434;
    text-decoration: none;
    transition: all .3s ease-out
}

.speakesmc a:hover {
    background: rgba(210, 218, 226, .2);
    border-radius: 5px
}

.speakesmc a:before {
    content: "\f054";
    font-weight: 600;
    counter-increment: li;
    position: absolute;
    left: -.7em;
    top: 50%;
    margin-top: -1em;
    background: 0 0;
    color: #e7991d;
    border-radius: 2px;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: 700
}

.speakesmc a:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out
}

.shop_category_title {
    font-size: 23px;
    font-weight: 800;
    padding-bottom: 12px
}

.shop_menu {
    margin: 0 0 0 -34px;
    padding: 34px 0 34px 34px;
    background: #f5f1e5;
    width: 707px
}

.shop_menu #shop_search {
    border-radius: 4px;
    width: 598px;
    font-size: 16px;
    font-family: fs elliot pro;
    color: #524543;
    font-weight: 500;
    height: 57px;
    border-bottom: 2px solid #bdb098;
    padding: 0 50px 0 25px;
    line-height: 57px;
    background: #fff url(/templates/simpleminecraft/images/search_icon.png) 634px 50% no-repeat;
    -webkit-box-shadow: 0 6px 20px 0 rgba(76, 47, 41, .32);
    -moz-box-shadow: 0 6px 20px 0 rgba(76, 47, 41, .32);
    box-shadow: 0 6px 20px 0 rgba(76, 47, 41, .26)
}

.shop_catalog {
    margin-bottom: 12px
}

.shop_catalog .item {
    background-color: #fff;
    box-shadow: 0 2px 13px -3px rgba(0, 0, 0, .35);
    width: 672px;
    height: 48px;
    display: inline-block;
    margin-bottom: 4px;
    overflow: hidden
}

.shop_catalog .item .icon {
    float: left;
    display: inline-block
}

.shop_catalog .item .title {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 16px;
    width: 316px;
    color: #343434;
    vertical-align: middle
}

.shop_catalog .item .title i {
    margin-left: 8px;
    cursor: pointer
}

.shop_catalog .item .title i:hover {
    transition: .3s;
    color: red
}

.shop_catalog .item .title a {
    color: #343434;
    text-decoration: none
}

.shop_catalog .item .cost {
    color: #c06b7b;
    width: 164px;
    padding: 14px;
    font-size: 14px;
    text-align: right
}

.shop_catalog .item .button {
    width: 112px;
    height: 48px;
    text-align: center;
    background-image: linear-gradient(120deg, #382752 0%, #c04c85 100%);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
    cursor: pointer;
    color: #fff;
    transition: .3s;
    opacity: .9
}

.shop_catalog .item .button:hover {
    opacity: 1;
    color: transparent
}

.shop_catalog .item .button i {
    position: absolute;
    margin: 6px 0 0 32px;
    transition: .5s;
    font-size: 34px;
    color: transparent
}

.shop_catalog .item .button:hover i {
    opacity: 1;
    margin: 6px 0 0 -50px;
    color: #fff
}

.shop_catalog .item img {
    display: block;
    width: 32px;
    height: 32px;
    border-right: 1px solid #e4e4e4;
    padding: 8px
}

.shop_catalog_item a {
    width: 98px;
    height: 36px;
    text-decoration: none;
    background: #abca4e;
    -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);
    border-bottom: 2px solid #8aa235;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    float: left;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease;
    cursor: pointer;
    margin: -12px 0 26px 28px
}

.shop_catalog_item a: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)
}

.shop_catalog_item_admin_tools {
    position: absolute;
    margin: 6px;
    width: 144px;
    height: 16px
}

.shop_catalog_item_admin_tools i {
    cursor: pointer;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

.shop_catalog_item_admin_tools i:hover {
    color: #da840a
}

.modal_block_container {
    display: block;
    position: fixed;
    z-index: 228;
    height: 100%
}

#smcui-modal {
    font-size: 14px;
    width: 300px;
    height: 374px;
    background: #fff;
    position: relative;
    color: #222;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 11;
    padding: 22px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .45)
}

#smcui-modal h3 {
    color: #222;
    margin-top: 14px;
    max-width: 372px;
    font-size: 23px;
    font-weight: 800
}

#smcui-modal img {
    width: 64px;
    height: 64px;
    display: block !important
}

#smcui-modal p {
    color: #666;
    margin-top: 18px;
    margin-bottom: 36px
}

#smcui-modal #smcui-modal-close-times {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 6px;
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: #666;
    transition: all .3s .05s ease;
    -moz-transition: all .3s .05s ease;
    -o-transition: all .3s .05s ease;
    -webkit-transition: all .3s .05s ease
}

#smcui-modal #smcui-modal-close-times:hover {
    color: #898989
}

#smcui-modal-overlay {
    z-index: 10;
    position: fixed;
    background-color: #000;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.card_button_block {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, #07597b, #27867b, #3aa17e, #3aa17e);
    line-height: 1;
    color: #fff !important;
    display: inline-block;
    text-decoration: unset;
    transition: .3s;
    overflow: hidden;
    box-shadow: inset 0 -4px rgba(0, 0, 0, .2), inset 0 4px hsla(0, 0%, 100%, .3), inset -4px 0 hsla(0, 0%, 100%, .3), inset 4px 0 rgba(0, 0, 0, .2)
}

.card_button_block h4 {
    padding: 24px 24px 0;
    font-weight: 600;
    font-size: 23px
}

.card_button_block .description {
    padding: 24px;
    font-size: 14px;
    opacity: .7
}

.card_button_block .cover_background {
    width: 158px;
    height: 158px;
    background-size: cover;
    float: right
}

.card_button_block .icon {
    padding: 0 20px 14px;
    vertical-align: baseline;
    transition: .3s;
    display: none
}

.card_button_block:hover .icon {
    padding: 0 20px 14px 40px
}

.card_button_block:hover {
    padding: 4px;
    margin: -4px
}

.card_button_block .icon img {
    width: 28px
}

.widgets {
    width: 330px;
}

.discord {
    display: block;
    padding: 26px;
    font-size: 14px;
    background: #7289da;
    margin-left: -3px
}

.discord a {
    text-decoration: none
}

.discord img {
    width: 104px;
    height: 34px;
    transition: .3s
}

.discord img:hover {
    opacity: .8
}

.discord b {
    font-weight: 600;
    font-size: 20px;
    display: block
}

.discord_status {
    width: 104px;
    float: right;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    text-align: right
}

.discord_connect {
    width: 100%;
    height: 42px;
    display: block;
    font-size: 15px;
    color: #dedede;
    font-weight: 600;
    line-height: 42px;
    text-decoration: none;
    text-indent: 15px;
    margin: 18px 0 0;
    background: #2c2f33;
    transition: .3s;
    border-radius: 4px
}

.discord_connect:hover {
    -webkit-box-shadow: 0 4px 27px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 27px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 27px rgba(0, 0, 0, .25);
    background: #23272a;
    color: #fff;
    text-indent: 20px
}

.discord_connect i {
    transition: .3s;
    float: right;
    padding: 14px;
    opacity: 0
}

.discord_connect:hover i {
    opacity: 1
}

.vk_widget {
    display: block;
    padding: 26px;
    font-size: 15px;
    background: #4680c2;
    margin-left: -3px
}

.vk_widget a {
    text-decoration: none
}

.vk_widget img {
    width: 36px;
    height: 28px;
    transition: .3s
}

.vk_widget img:hover {
    opacity: .8
}

.vk_widget b {
    font-weight: 600;
    font-size: 22px;
    display: block;
    margin-top: -2px
}

.vk_status {
    width: 140px;
    float: right;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right
}

.vk_connect {
    width: 100%;
    height: 42px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 42px;
    text-decoration: none;
    text-indent: 15px;
    margin: 18px 0 0;
    transition: .3s;
    color: #3f6794;
    background: #fff;
    border-radius: 4px
}

.vk_connect:hover {
    -webkit-box-shadow: 0 4px 27px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 27px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 27px rgba(0, 0, 0, .25);
    text-indent: 20px;
    background: #fff;
    color: #546b86
}

.vk_connect i {
    transition: .3s;
    float: right;
    padding: 14px;
    opacity: 0
}

.vk_connect:hover i {
    opacity: 1
}

#twofactor_window {
    display: none
}

.input_block {
    display: inline-block;
    position: relative;
    height: 46px;
    width: 100%;
    -webkit-box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    -moz-box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    transition: .2s ease;
    box-sizing: border-box;
    margin-bottom: 34px;
    border-radius: 4px
}

.input_block .input {
    background: #eae6d6;
    width: 100%;
    height: 46px;
    padding: 18px 12px 4px;
    color: #343434;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 15px;
    transition: .2s ease;
    border-radius: 4px;
    font-family: fs elliot pro
}

.input_block .input:focus, .input_block .input:hover {
    background: #f1eddd;
    color: #343434
}

.input_block .label {
    position: absolute;
    pointer-events: none;
    transition: .3s;
    font-weight: 600;
    color: #938972;
    left: 18px;
    top: 16px;
    font-size: 13px;
    text-transform: uppercase
}

.input_block .input:focus ~ .label, .input_block .input:not(:focus):valid ~ .label {
    top: 10px;
    left: 12px;
    font-size: 10px
}

.option_select {
    background: #eae6d6;
    font-weight: 500;
    position: relative;
    width: 100%;
    height: 46px;
    display: inline-block;
    float: left;
    transition: .3s ease;
    -webkit-box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    -moz-box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    box-shadow: 0 3px 21px rgba(208, 198, 184, .3);
    border-radius: 4px
}

.option_select:hover {
    background: #f1eddd
}

.option_select_text {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    color: #343434;
    background-color: transparent;
    width: 100%;
    height: 46px;
    padding: 10px 10px 10px 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    font-family: fs elliot pro
}

.option_select_text:focus {
    outline: none
}

.option_select_text option {
    font-weight: 600;
    font-size: 14px;
    color: #343434
}

.option_select .option_select_text {
    appearance: none;
    -webkit-appearance: none;
    padding: 14px 0 0 12px
}

@-moz-document url-prefix() {
    .option_select .option_select_text {
        padding: 12px 0 0 10px
    }
}

.option_select:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 14px;
    width: 12px;
    height: 8px;
    background: url(/templates/simpleminecraft/images/cabinet-select-arrow.png?) no-repeat;
    pointer-events: none;
    font-weight: 600
}

.option_select_label {
    text-transform: uppercase;
    font-size: 13px;
    color: #938972;
    font-weight: 600;
    position: absolute;
    pointer-events: none;
    left: 18px;
    top: 16px;
    transition: .2s ease all;
    width: 100%
}

.option_select_text:focus ~ .option_select_label, .option_select_text:valid ~ .option_select_label {
    top: 10px;
    left: 12px;
    transition: .2s ease all;
    font-size: 10px
}

.option_select_bar {
    position: relative;
    display: inline-block;
    width: auto
}

.option_select_bar:before {
    left: 50%
}

.option_select_bar:after {
    right: 50%
}

.option_select_text:focus ~ .option_select_bar:before, .option_select_text:focus ~ .option_select_bar:after {
    width: 50%
}

.simple_textarea {
    width: 100%;
    background: #eae6d6;
    text-align: left;
    color: #343434;
    padding: 12px 16px 16px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    -moz-box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    transition: background-color .2s ease;
    border-radius: 4px;
    font-family: fs elliot pro;
    line-height: 16px
}

.simple_textarea:hover, .simple_textarea:focus {
    background: #f1eddd
}

.simple_textarea::placeholder {
    color: #938972;
    text-transform: uppercase
}

.checkbox_container {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    padding-top: 6px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px
}

.checkbox_container a {
    color: #b58251;
    text-decoration: underline
}

.checkbox_container a:hover {
    text-decoration: unset
}

.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eae6d6;
    -webkit-box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    -moz-box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    box-shadow: 0 5px 35px rgba(206, 194, 171, .35);
    transition: background-color .3s ease;
    border-radius: 4px
}

.checkbox_container:hover input ~ .checkmark {
    background-color: #f1eddd
}

.checkbox_container input:checked ~ .checkmark {
    background-color: #adc835
}

.checkbox_container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox_container input:checked ~ .checkmark:after {
    display: block
}

.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#register_button {
    display: inline-block;
    width: 368px;
    height: 68px;
    text-align: center;
    margin: 12px 0 0 !important;
    box-sizing: border-box;
    line-height: normal;
    padding: 20px;
    font-size: 21px;
    text-transform: uppercase
}

.regular_question {
    margin: 34px;
    width: 673px;
    background: #eff7fb;
    padding: 28px 28px 0;
    box-sizing: border-box
}

.regular_question .title {
    font-style: italic;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    min-width: 264px;
    box-sizing: border-box;
    border-bottom: 1px solid #bdddec;
    padding: 0 0 26px;
    margin-bottom: 34px;
    width: 100%;
    color: #4084bd
}

.regular_question .answer {
    color: #2d779a;
    margin: 24px 0 0;
    line-height: 18px;
    font-size: 15px
}

.regular_question .answer a {
    text-decoration: underline;
    color: #155675
}

.regular_question .answer a:hover {
    text-decoration: unset
}

.regular_question .answer b {
    font-size: 15px;
    color: #2d779a;
    font-weight: 700
}

.regular_question .answer .little_step {
    font-size: 16px;
    display: block
}

.regular_question .solution {
    margin: 16px 0 28px;
    padding: 24px;
    border-left: 2px solid #bdddec;
    border-bottom: 2px solid #bdddec;
    border-radius: 0 22px 22px 22px;
    background-color: #bdddec;
    display: inline-block
}

.simple_function_block {
    background-color: #f9f9f9;
    background-image: url(/templates/simpleminecraft/images/cabinet/bg-header-block.png);
    background-repeat: repeat-x;
    display: inline-block;
    border-bottom: 3px solid #eae6db;
    margin: 34px;
    padding: 28px;
    -webkit-box-shadow: 0 14px 17px 4px rgba(99, 91, 69, .15);
    -moz-box-shadow: 0 14px 17px 4px rgba(99, 91, 69, .15);
    box-shadow: 0 14px 17px 4px rgba(99, 91, 69, .15);
    box-sizing: border-box;
    width: 673px
}

.simple_function_block h3 {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    background: #f9f9f9;
    width: 90%;
    min-width: 264px;
    box-sizing: border-box;
    line-height: 22px
}

.simple_function_block b {
    font-weight: 600
}

.simple_function_block .description b {
    color: #343434
}

.simple_function_block .graphics {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #adca2c;
    margin-top: 24px
}

.simple_function_block .description {
    font-size: 15px;
    color: #606060;
    line-height: 20px;
    margin-top: 22px;
}

.simple_function_block .body {
    text-align: left;
    margin-top: 24px
}

.simple_function_block a {
    color: #4096e6;
    text-decoration: underline
}

.simple_function_block a:hover {
    text-decoration: unset
}

.start_steps {
    margin-top: 34px
}

.start_steps .step {
    background-color: #f9f9f9;
    background-image: url(/templates/simpleminecraft/images/cabinet/bg-header-block.png);
    background-repeat: repeat-x;
    display: inline-block;
    border-bottom: 3px solid #eae6db;
    margin: 0 34px 33px;
    padding: 28px 34px;
    -webkit-box-shadow: 0 14px 17px 4px rgba(99, 91, 69, .15);
    -moz-box-shadow: 0 14px 17px 4px rgba(99, 91, 69, .15);
    box-shadow: 0 14px 17px 4px rgba(99, 91, 69, .15);
    box-sizing: border-box;
    width: 673px
}

.start_steps .step .number {
    float: left;
    box-sizing: border-box;
    font-size: 23px;
    font-weight: 700;
    color: #7d5e58;
    text-align: center;
    margin-left: 2px
}

.start_steps .step .title {
    font-size: 23px;
    font-weight: 600;
    box-sizing: border-box;
    width: 582px;
    float: left;
    color: #343434;
    margin: 0 0 18px
}

.start_steps .step .description {
    width: 582px;
    float: left;
    color: #686352;
    font-size: 15px;
    line-height: 20px
}

.start_steps .step b {
    font-weight: 600
}

.start_steps .step a {
    line-height: 54px
}

.simple_table {
    width: 674px;
    box-shadow: 0 4px 20px 2px rgb(117 100 89 / 20%);
    text-align: left;
    border-radius: 4px;
}

.simple_table b {
    font-weight: 600
}

.simple_table td, .simple_table th {
    padding: 16px 22px;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7;
    line-height: 18px;
}

.simple_table td:nth-child(odd) {
    background: #fff
}

.simple_table td:nth-child(even) {
    background: #f9f9f9
}

.simple_table th {
    font-weight: 600
}

.simple_table th:nth-child(odd) {
    background: #fff
}

.simple_table th:nth-child(even) {
    background: #f9f9f9
}

.simple_table tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.simple_table tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.simple_table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
    border: unset
}

.simple_table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
    border: unset
}

.server_about_block {
    display: inline-block;
    width: 741px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    -webkit-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    box-shadow: 0 14px 43px rgba(79, 45, 31, .17);
    border-bottom: 3px solid #f1ebd9;
    margin: 0 0 30px
}

.server_about_block .title {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 24px;
    color: #343434
}

.server_about_block .description {
    float: right;
    width: 498px;
    height: 236px;
    padding: 54px 34px 0 0;
    box-sizing: border-box;
    line-height: 18px;
    font-size: 15px;
    color: #8a836d;
    text-align: justify
}

.server_about_block .graphics {
    float: left;
    display: inline-block;
    position: absolute;
    top: 54px;
    left: 34px
}

.server_about_block .graphics .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 42px;
    background: #f8f5e7;
    margin: auto auto 44px 14px
}

.server_about_block .graphics .news_read_button {
    margin: 0;
    width: 210px;
    height: 46px;
    font-size: 16px;
    line-height: 12px;
    padding: 16px 14px 16px 18px;
    text-transform: none;
    font-weight: 600
}

.server_about_block .graphics .news_read_button i {
    margin-top: -2px
}

.server_about_block .buttons {
    width: 494px;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 24px 34px;
    text-align: right;
    float: right
}

.server_about_block b {
    font-weight: 600
}

.server_about_block .basic_information {
    margin: 0 34px 34px;
    display: inline-block;
    border-top: 2px solid #ebe9ea;
    padding: 34px 0 0
}

.server_about_block .basic_information i {
    width: 32px
}

.server_mods_block {
    display: inline-block;
    padding: 34px;
    box-sizing: border-box
}

.server_mods_block .title {
    font-weight: 800;
    font-size: 23px
}

.server_mods_block .mod {
    width: 673px;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    padding: 22px 0 22px 0;
}

.server_mods_block .mod .icon {
    float: left
}

.server_mods_block .mod .icon .image {
    max-width: 64px;
    max-height: 64px;
    width: 64px;
    height: 64px;
    margin-right: 28px;
    float: left;
    align-items: center;
    border-radius: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    display: flex
}

.server_mods_block .mod .icon img {
    max-width: 64px;
    max-height: 64px;
    border-radius: 4px;
    float: left;
    display: block
}

.server_mods_block .mod .icon h2 {
    float: left;
    font-size: 22px;
    font-weight: 800;
    color: #343434;
    margin-bottom: 4px;
}

.server_mods_block .mod .icon h2:hover {
    text-decoration: underline
}

.server_mods_block .mod .icon p {
    display: inline-block;
    float: left;
    width: 581px;
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    box-sizing: border-box;
    text-align: left;
    line-height: 20px;
}

.server_mods_block .addons {
    display: inline-block;
    float: left;
    font-weight: 500;
    margin-top: 6px
}

.server_mods_block .addons h3 {
    margin: 14px 0 8px;
    color: #343434;
    font-size: 12px;
    font-weight: 600
}

.server_mods_block .addons .item {
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    background: #efefef;
    border-radius: 4px;
    color: #343434;
    text-decoration: unset;
    font-size: 13px;
    box-sizing: border-box;
    transition: .3s ease;
    margin: 8px 4px 0 0
}

.server_mods_block .addons .item:hover {
    transform: translateY(-1px);
    background: #e2e2e2
}

.server_mods_block .addons .item img {
    max-width: 21px;
    max-height: 21px
}

.server_mods_block .addons .item .icon {
    max-width: 21px;
    max-height: 21px;
    width: 21px;
    height: 21px;
    margin: -4px 8px -4px -2px;
    float: left;
    align-items: center;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex
}

.cases_items {
    z-index: 199;
    width: 624px
}

.cases_items .selected {
    border: 2px solid #abca4e;
    padding: 2px !important
}

.cases_items .active {
    background: #f55 !important
}

.cases_items .item {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #eae6db;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px;
    float: left;
    margin: 3.5px
}

.cases_items .item img {
    width: 32px;
    height: 32px
}

.cases_items #add_new_case {
    font-size: 32px;
    padding: 4px 8px;
    color: #938972;
    cursor: pointer;
    transition: .3s ease
}

.cases_items #add_new_case:hover {
    color: #af9b5f;
    background: #e6dbbb
}

.blocked_items {
    display: inline-block;
    padding: 34px
}

.blocked_items h3 {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 34px
}

.blocked_items_list {
    margin: -3px;
    display: inline-block;
    width: 678px
}

.blocked_items_list .item {
    display: block;
    width: 45px;
    height: 45px;
    padding: 7px
}

.news_text .servers_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}

.news_text .servers_list a {
    text-decoration: unset !important
}

.news_text .server_group_block {
    position: relative;
    width: 320px;
    display: block;
    background: #423239;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 34px;
    box-sizing: border-box;
    padding: 24px 24px 18px;
    transition: .3s;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 20px 4px rgba(66, 50, 57, .5);
    -moz-box-shadow: 0 4px 20px 4px rgba(66, 50, 57, .5);
    box-shadow: 0 4px 20px 4px rgba(66, 50, 57, .5)
}

.news_text .server_group_block:hover {
    background: #47363e;
    transform: translateY(-3px)
}

.news_text .server_group_block h4 {
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    text-indent: 46px;
    height: 32px;
    line-height: 30px;
    text-shadow: #8c737e 0 2px 20px
}

.news_text .server_group_block .server_icon {
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #272024;
    border-radius: 32px
}

.news_text .server_group_block .server_description {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 12px 16px;
    border-radius: 4px;
    margin-top: 16px;
    color: #fff;
    background-image: linear-gradient(to top, #a07064 10%, #694857 100%);
    overflow: hidden;
    width: 272px;
    height: 244px;
    box-sizing: border-box
}

.news_text .server_group_block .server_version {
    display: inline-block;
    font-size: 14px;
    background: #8faf30;
    color: #fff;
    line-height: 8px;
    float: right;
    padding: 8px;
    border-radius: 16px;
    font-weight: 900
}

.news_text .server_group_block .servers_info {
    display: flex;
    justify-content: start;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 18px;
    width: 272px;
    flex-wrap: wrap
}

.news_text .server_group_block .servers_info div {
    display: block;
    font-weight: 600;
    background: #36292fa1;
    color: #fbc56e;
    padding: 5px 12px;
    border-radius: 4px;
    line-height: 18px;
    margin: 0 5px 5px 0
}

.image-button {
    display: inline-block;
    margin: 0;
    max-width: 671px;
	opacity: 1;
    border-radius: 10px;
    transition: .3s ease;
    box-shadow: 0 4px 8px 0px rgba(0,0,0, 0.1)
}

.image-button:hover {
    opacity: 0.8
}

.wipe-system-title {
        font-size: 21px;
        font-weight: bold;
        padding-bottom: 4px;
    }

    .wipe-system-prop {
        margin-top: 6px;
    }

    .old-wipe-system {
        padding: 28px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        background: #ffe5e5;
        border-radius: 10px;
        position: relative;
    }

    .new-wipe-system {
        padding: 28px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        background: #caf9d8;
        border-radius: 10px;
        position: relative;
        margin-top: 16px;
    }

