@import url(https://fonts.googleapis.com/css?family=Roboto:300,600,700);

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

a {
    color: #2980b9;
    outline: none;
    text-decoration: none
}

a:hover {
    color: #3498db
}

div .quote, div .style-block1, div .style-block2, p {
    margin-bottom: 5px;
    margin-top: 5px
}

html {
    font: 16px tahoma, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    height: 100%;
    line-height: 1.4
}

body, html {
    color: #252f34
}

body {
    background-attachment: fixed;
    background-color: #003c22;
    background-image: url(/style/pic/bkg-green.svg);
    background-size: cover;
    height: auto;
    min-height: 100%;
    overflow-x: hidden
}

.background-image {
    justify-content: flex-start !important
}

.background-image label {
    background-color: #ecf0f1;
    background-position: 50%;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    flex: 1 1 300px;
    height: 60px;
    margin: 4px;
    max-width: calc(50% - 10px);
    padding: 0;
    width: 100%
}

.background-image_active {
    box-shadow: 0 0 3px 3px #f1c40f
}

.background-image_1 {
    background-image: url(/style/pic/body-background/bkg-green.svg)
}

.background-image_2 {
    background-image: url(/style/pic/body-background/bkg-dark.svg)
}

.background-image_3 {
    background-image: url(/style/pic/body-background/bkg-red.svg)
}

h1 {
    color: #34495e;
    font-family: tahoma, Roboto, PT Sans, arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 12px 0;
    text-shadow: 1px 1px 2px rgba(0, 80, 100, .2)
}

h1 .ext1, h1 .ext2, h1 .ext3, h1 .ext4 {
    background-color: #e67e22;
    border-radius: 8px;
    color: #fff;
    font: .6rem tahoma, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    margin-left: 10px;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase;
    top: -2px;
    white-space: nowrap
}

h1 .ext2 {
    background-color: #2980b9
}

h1 .ext3 {
    background-color: #c0392b
}

h1 .ext4 {
    background-color: #27ae60
}

h2 {
    font-size: 1.2rem;
    margin-bottom: 10px
}

h2, h3 {
    color: #1a686d;
    font-weight: 400;
    text-align: center
}

h3 {
    font-size: 1.1rem;
    margin: 10px 0
}

h4 {
    color: #1a686d;
    margin: 10px 0 10px 33px;
    text-align: left
}

hr {
    border: none;
    border-bottom: 1px solid #16a085;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

#site {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    min-height: 100vh
}

#lang-block {
    align-items: center;
    background-color: #2980b9;
    color: #ecf0f1;
    display: flex;
    flex: 0;
    flex-flow: row nowrap;
    font-size: .8rem;
    margin: 5px auto -5px;
    max-width: 1200px;
    order: 2;
    padding: 3px;
    width: 99%
}

.lang-select {
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    margin: 2px 6px;
    padding: 5px 8px;
    text-align: center;
    transition: all .2s ease
}

.lang-select:hover {
    background-color: #34495e
}

.lang-sel {
    border: 2px solid #f1c40f
}

#header {
    background-color: rgba(0, 0, 0, .3);
    color: #ecf0f1;
    flex: 0;
    order: 1
}

#header_mess {
    position: relative
}

@media (max-width: 992px) {
    #header {
        background-color: rgba(0, 60, 34, .9);
        position: sticky;
        top: 0;
        z-index: 9998
    }

    #header_mess {
        position: relative
    }
}

#footer {
    background-color: rgba(0, 0, 0, .3);
    border-bottom: 6px solid #4c6b8a;
    border-top: 6px solid #ecf0f1;
    color: #fff;
    flex: 0;
    font-family: Roboto, PT Sans, tahoma, arial, sans-serif;
    order: 4
}

.footer-navdock {
    display: inline-flex;
    flex-flow: row wrap;
    font-size: .8rem;
    margin: 20px auto 30px;
    max-width: 1200px;
    padding: 0 10px
}

.footer-nav {
    flex: 1;
    margin: 0 10px
}

.footer-nav .footer-nav, .footer-nav .static, .footer-nav .title, .footer-nav a.link {
    color: #ecf0f1;
    display: block;
    padding: 4px 2px
}

.footer-nav .footer-nav span.area, .footer-nav .static span.area, .footer-nav .title span.area, .footer-nav a.link span.area {
    background-color: #2980b9;
    border: 2px solid #3b546b;
    border-radius: 6px;
    margin-left: 3px;
    padding: 2px 8px
}

.footer-nav .title {
    border-bottom: 1px solid #45627d;
    color: #658db6;
    margin: 4px 0 6px;
    padding: 2px
}

.footer-nav a.link:hover {
    color: #39a9f2
}

.fmark-blue, .fmark-green {
    background-color: #236d9d;
    border-radius: 4px;
    cursor: default;
    margin-right: 6px;
    padding: 3px 6px
}

.fmark-green {
    background-color: #138871
}

.footer-online {
    background-color: #27ae60;
    border-radius: 0 0 8px 8px;
    display: block;
    font-size: 1rem;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    top: -15px
}

.site-wrap {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px
}

@media (max-width: 576px) {
    .site-wrap {
        padding: 0 5px
    }
}

a.seologo-header {
    background: url(/style/pic/head_logo.png) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 38px;
    margin: 5px 10px 6px 0;
    width: 38px
}

@media (max-width: 576px) {
    a.seologo-header {
        margin: 5px 5px 6px
    }
}

a.seotitle-header {
    background: url(/style/pic/head_title.png) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 25px;
    margin: 6px 10px 6px 0;
    width: 95px
}

.btn-header {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    transition: all .3s ease;
    width: 31px
}

.btn-header:hover {
    background-color: #27ae60;
    color: #fff
}

.btn-h-bk {
    border: 1px solid #1a7440
}

.btn-lang, .btn-logout {
    background: url(/style/pic/hd-lang.png) no-repeat 50%;
    background-size: 20px 20px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 30px;
    margin-left: 6px;
    transition: all .3s ease;
    width: 30px
}

.btn-lang:hover, .btn-logout:hover {
    background-color: #196e3d
}

.btn-lang {
    margin-left: 20px
}

.btn-logout {
    background: url(/style/pic/hd-logout.png) no-repeat 50%;
    background-size: 18px 18px;
    margin-right: -10px
}

.btn-h1, .btn-h2 {
    background-color: #27ae60;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    flex: 0;
    font-size: .8rem;
    margin: 3px 0 3px 10px;
    padding: 6px 18px 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .51);
    text-transform: uppercase;
    white-space: nowrap
}

.btn-h2 {
    background-color: #2980b9
}

.btn-h2:hover {
    background-color: #3498db;
    color: #fff
}

.btn-h1:hover {
    background-color: #27ae60;
    color: #fff
}

a.soc-fb, a.soc-telegram, a.soc-tube, a.soc-twitter {
    border-radius: 100px;
    display: inline-block;
    height: 36px;
    margin: 2px;
    transition: all .3s ease;
    width: 36px
}

a.soc-tube {
    background: url(/style/pic/social/ic-youtube.svg) no-repeat 50%;
    background-size: 24px 24px
}

a.soc-tube:hover {
    background-color: #d35400
}

a.soc-twitter {
    background: url(/style/pic/social/ic-twitter.svg) no-repeat 50%;
    background-size: 20px 20px
}

a.soc-twitter:hover {
    background-color: #3498db
}

a.soc-telegram {
    background: url(/style/pic/social/ic-telegram.png) no-repeat 50%;
    background-size: 24px 24px
}

a.soc-telegram:hover {
    background-color: #29a1d3
}

a.soc-fb {
    background: url(/style/pic/social/ic-facebook.svg) no-repeat 50%;
    background-size: 24px 24px
}

a.soc-fb:hover {
    background-color: #2367ac
}

.h-events {
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    color: #34495e;
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: .3s;
    visibility: hidden;
    width: 300px;
    z-index: 500
}

.h-events-active {
    opacity: 1;
    visibility: visible
}

.h-events-item {
    background-color: #fff;
    border-bottom: 1px solid #bdc3c7;
    cursor: pointer;
    opacity: 0;
    overflow: visible;
    padding: 5px 32px 5px 10px;
    position: relative;
    transition: .1s;
    white-space: normal;
    width: 100%
}

.h-events-item:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.h-events-item:hover:after {
    opacity: 1
}

.h-events-item:hover .h-events-delete {
    visibility: visible
}

.h-events-item:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.h-events-item:last-of-type {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.h-events-item-active {
    opacity: 1
}

.h-events-delete {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 15px;
    z-index: 100
}

.h-events-delete:after {
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    color: #95a5a6;
    content: "\f2ed";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    z-index: 100
}

.h-events-empty {
    margin-top: -54px;
    opacity: 0;
    padding: 10px;
    text-align: center;
    visibility: hidden
}

.h-events-empty-show {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.h-events-more {
    background-color: #ecf0f1;
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%
}

.h-events span {
    color: #95a5a6;
    font-size: .7rem;
    margin-left: 5px
}

.h-events .fas {
    min-width: 26px
}

.h-events .fa-key {
    color: #7f8c8d
}

.h-events .fa-user-graduate {
    color: #8e44ad
}

.h-events .fa-user {
    color: #2980b9
}

.h-events .fa-trash-alt {
    color: #d35400
}

.h-events .fa-coins {
    color: #27ae60
}

.h-events .fa-cog {
    color: #bdc3c7
}

.h-events .fa-dolly-flatbed {
    color: #f39c12
}

.h-events .fa-comments {
    color: #34495e
}

.h-events .fa-lock-alt {
    color: #bdc3c7
}

.h-events .fa-shipping-fast {
    color: #2980b9
}

.h-events .fa-sms {
    color: #8e44ad
}

.h-events .fa-piggy-bank, .h-events .fa-recycle {
    color: #16a085
}

.h-events .fa-shopping-cart, .h-events .fa-undo {
    color: #2980b9
}

.h-events .fa-money-check-edit-alt {
    color: #27ae60
}

.h-events .fa-sack-dollar {
    color: #e74c3c
}

.h-events .fa-undo {
    color: #d35400
}

.h-events .fa-bell, .h-events .fa-hand-peace {
    color: #f1c40f
}

.h-events .fa-tag {
    color: #f39c12
}

.h-events .fa-edit {
    color: #bdc3c7
}

.h-events .fa-bomb, .h-events .fa-user-slash {
    color: #c0392b
}

.h-events .fa-sack-dollar {
    color: #f1c40f
}

@media (max-width: 575px) {
    .h-events {
        max-width: 300px;
        right: -45px;
        width: 90vw
    }
}

#info {
    border-radius: 6px;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, .1);
    color: #fff;
    display: none;
    font-size: .8rem;
    padding: 15px 15px 15px 63px;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 10001
}

.info-warn {
    background: #e67e22 url(/style/pic/pict-error.png) no-repeat 10px;
    background-size: 40px 40px;
    text-shadow: 1px 1px 1px #a86c0d
}

.info-success {
    background: #27ae60 url(/style/pic/pict-plant.png) no-repeat 10px;
    background-size: 40px 40px;
    text-shadow: 1px 1px 1px #1d8147
}

.info-error {
    background: #d35400 url(/style/pic/pict-error.png) no-repeat 10px;
    background-size: 40px 40px;
    text-shadow: 1px 1px 1px #a24000
}

#main-block {
    align-items: stretch;
    align-self: center;
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    margin-bottom: 15px;
    margin-top: 10px;
    max-width: 1200px;
    order: 3;
    width: 99%
}

@media (max-width: 768px) {
    #main-block {
        flex-wrap: nowrap
    }
}

#site-center {
    align-content: stretch;
    align-items: stretch;
    border-top: 4px solid #f1c40f;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: center
}

#block-main, #site-center {
    background-color: #fff;
    order: 2
}

#block-main {
    flex: 1;
    font-size: .8rem;
    line-height: 1.4;
    padding: 10px 30px 40px
}

@media (max-width: 1018px) {
    #block-main {
        padding: 17px
    }
}

@media (max-width: 768px) {
    #block-main {
        padding: 8px
    }
}

@media (max-width: 320px) {
    #block-main {
        padding: 3px
    }
}

#block-sideleft {
    background-color: #ecf0f1;
    flex: 0;
    order: 1
}

#block-sideleft .user-info {
    display: none
}

#block-sideright {
    background-color: #ecf0f1;
    flex: 0;
    order: 3
}

#site-navigation {
    background-color: rgba(0, 0, 0, .2);
    flex-basis: 90px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 11px;
    margin-right: 10px;
    order: 1;
    text-align: center;
    width: 90px
}

#site-navigation.nav-small {
    flex-basis: 52px;
    width: 52px
}

#site-navigation.nav-small .av-user {
    border: none;
    height: 35px;
    width: 35px
}

#site-navigation.nav-small .nav-caption {
    display: none
}

#site-navigation .av-user {
    border: none;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    display: block;
    height: 55px;
    margin: 10px auto;
    width: 55px
}

#site-navigation .nav-btn {
    color: #f6f6f6;
    display: block;
    padding: 6px 2px 8px;
    position: relative;
    text-align: center;
    width: auto
}

#site-navigation .nav-btn:hover {
    background-color: rgba(0, 0, 0, .2)
}

#site-navigation .nav-btn .nav-icon {
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 1px auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.av-user {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

@media (max-width: 768px) {
    #site-navigation {
        flex-basis: 52px;
        width: 52px
    }

    #site-navigation .av-user {
        border: none;
        height: 35px;
        width: 35px
    }

    .nav-caption {
        display: none
    }
}

@media (max-width: 576px) {
    #site-navigation {
        margin-right: 7px
    }
}

.nav-caption {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.nav-active, .nav-active:hover {
    background-color: #296d94
}

.nav-push {
    background-color: #2980b9;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    color: #fff;
    display: block;
    font-size: .65rem;
    min-width: 18px;
    padding: 2px 4px;
    position: absolute;
    right: 3px;
    top: 13px
}

.nav-active .nav-push, .nav-active:hover .nav-push {
    background-color: #f1c40f;
    color: #296d94;
    text-shadow: none
}

.nav-up {
    background: url(/style/pic/totop.png) no-repeat 0 0;
    background-size: cover;
    bottom: 200px;
    display: none;
    height: 28px;
    margin-left: -60px;
    position: fixed;
    width: 28px
}

#context {
    margin: 5px 0 20px;
    width: 200px
}

.side-title {
    background-color: #dfe3e4;
    border-bottom: 1px solid #bdc3c6;
    border-top: 1px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    cursor: default;
    display: block;
    font-size: .7rem;
    padding: 8px 2px 8px 13px;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase
}

a.context, a.context-vip {
    border: none;
    color: #2c3e50;
    display: block;
    font-size: .7rem;
    margin-bottom: 6px;
    padding: 7px 13px;
    text-decoration: none
}

a.context-vip:hover, a.context:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

a.context-vip .t, a.context .t {
    color: #0b938f;
    display: block;
    font-size: .8rem;
    margin-bottom: 1px
}

a.context-vip .t {
    color: #e67e22
}

a.context-vip .u, a.context .u {
    color: #95a5a6;
    font-size: .7rem;
    text-shadow: none
}

a.side-pub {
    color: #2c3e50;
    display: block;
    font-size: .7rem;
    margin: 14px 0 20px
}

a.side-pub:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

a.side-pub .t {
    background: url(/style/pic/sblog.png) no-repeat top;
    background-size: 40% auto;
    display: block;
    font-size: .8rem;
    margin-bottom: 5px;
    padding: 19px 10px 8px 16px
}

.side-pub-avline {
    align-items: center;
    background: linear-gradient(180deg, #dee1e3, #fff, #dee1e3);
    display: flex;
    flex-flow: row wrap;
    padding: 3px 10px 3px 14px
}

.side-pub-avline .av {
    border: 1px solid #fff;
    border-radius: 60px;
    display: block;
    height: 30px;
    width: 30px
}

.side-pub-avline .st {
    flex: 1
}

.user-info {
    display: block;
    font: .8rem tahoma, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    margin: 0 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.user-info span {
    color: hsla(0, 0%, 100%, .5);
    font-size: .75rem
}

.mobile-menu-popup .user-info {
    display: none;
    margin: 5px 0 10px;
    text-shadow: none
}

.mobile-menu-popup .user-info span {
    color: #2c3e50
}

@media (max-width: 768px) {
    .user-info {
        display: none
    }

    .mobile-menu-popup .user-info {
        display: block
    }
}

.block-inform-alert, .block-inform-cart, .block-inform-error, .block-inform-info, .block-inform-success {
    background-position: 16px 16px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    border-radius: 6px;
    display: block;
    margin: 15px 0;
    padding: 15px 15px 15px 53px;
    text-align: left
}

.block-inform-info {
    background-color: #ecf0f1;
    background-image: url(/style/pic/inform-info.png);
    color: #34495e
}

.block-inform-cart {
    background-color: #c9eddc;
    background-image: url(/style/pic/inform-cart.png);
    color: #234e4c
}

.block-inform-alert {
    background-color: #f39c12;
    background-image: url(/style/pic/inform-alert.png);
    color: #fff;
    text-shadow: 1px 1px 1px #ca820f
}

.block-inform-success {
    background-color: #16a085;
    background-image: url(/style/pic/inform-finish.png);
    color: #fff;
    text-shadow: 1px 1px 1px #0f715e
}

.block-inform-error {
    background-color: #e74c3c;
    background-image: url(/style/pic/inform-error.png);
    color: #fff;
    text-shadow: 1px 1px 1px #c0392b
}

@media (max-width: 576px) {
    .block-inform-info {
        background-position: 10px 10px;
        padding: 10px 10px 10px 42px
    }
}

.mem-username {
    color: #34495e;
    cursor: pointer;
    font-weight: 700;
    margin-right: 8px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.mem-nickname {
    border-bottom: 1px dashed transparent;
    color: #2980b9;
    cursor: pointer;
    font-weight: 400;
    margin: 0 10px
}

.mem-nickname:hover {
    border-bottom: 1px dashed #3095d7
}

@media (max-width: 768px) {
    .chat-block .mem-username {
        width: 100%
    }

    .chat-block .mem-nickname {
        margin: 0 10px 0 0
    }
}

@media (max-width: 376px) {
    a.mem-nickname {
        margin: 0 5px
    }
}

.advmoder {
    border-radius: 4px;
    color: #242d31;
    display: block;
    margin-left: -10px;
    padding: 5px 10px
}

.advmoder:hover {
    background-color: #e3e7cc;
    color: #242d31
}

.advmoder span {
    color: #1a6880;
    font-size: .75rem;
    font-weight: 400
}

@media (max-width: 576px) {
    .advmoder {
        margin: 0 -5px;
        padding: 5px
    }

    .advmoder div:first-of-type {
        display: flex !important;
        flex-wrap: nowrap
    }
}

.longtext {
    max-width: 500px;
    min-width: 100%;
    overflow-x: auto;
    width: 100%
}

@media (max-width: 576px) {
    .longtext {
        width: 100%;
        word-break: break-word
    }
}

.style-h1 {
    color: #0e657e;
    display: block;
    font-size: .9rem;
    font-weight: 700;
    margin-top: 5px;
    text-align: center
}

.isvisit {
    box-shadow: 0 0 3px 1px #5081a2
}

.forum-group-av-noname {
    background: url(/style/pic/av-noname.png) no-repeat 50%;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block;
    height: 38px;
    margin: -1px 4px 0;
    width: 38px
}

@media (max-width: 576px) {
    .forum-group-av-noname {
        display: none
    }
}

.best-like {
    background: url(/style/pic/superlike.jpg) no-repeat 50%;
    background-size: cover;
    display: block;
    height: 35px;
    margin-right: 10px;
    width: 35px
}

.forum-navigation {
    cursor: default;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    justify-content: center;
    margin: 15px 0 45px
}

.forum-nav-left {
    text-align: left
}

.forum-nav-left, .forum-nav-right {
    border-bottom: 1px solid #27ae60;
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0
}

.forum-nav-right {
    text-align: right
}

.forum-nav-center {
    border-bottom: 1px solid #27ae60;
    flex: 1;
    text-align: center
}

.forum-nav-outside {
    margin: 1px 0 0;
    min-width: 60px
}

.forum-nav-item, .forum-nav-item-act, .forum-nav-item-left, .forum-nav-item-right, .forum-nav-outside {
    background-color: #fff;
    border: 1px solid #27ae60;
    border-radius: 10px;
    color: #34495e;
    cursor: pointer;
    display: inline-block;
    margin: 1px 2px 0;
    min-width: 24px;
    padding: 2px 4px;
    position: relative;
    text-align: center;
    top: 12px
}

.forum-nav-item-left:hover, .forum-nav-item-right:hover, .forum-nav-item:hover, .forum-nav-outside:hover {
    color: #d35400
}

.forum-nav-item-left {
    background-color: #ecf0f1;
    margin: 1px 10px 0 0
}

.forum-nav-item-right {
    background-color: #ecf0f1;
    margin: 1px 0 0 10px
}

.forum-nav-item-act {
    background-color: #27ae60;
    color: #fff;
    cursor: default
}

@media screen and (max-width: 576px) {
    .forum-nav-left {
        justify-content: flex-end;
        order: 2;
        padding-right: 30px
    }

    .forum-nav-left, .forum-nav-right {
        border-bottom: 0;
        display: flex;
        flex-basis: unset;
        width: 50%
    }

    .forum-nav-right {
        justify-content: flex-start;
        order: 3;
        padding-left: 30px
    }

    .forum-nav-center {
        margin: 10px 0;
        min-width: 100%;
        order: 1
    }
}

.header-icon-gold, .header-icon-premium {
    background: url(/style/pic/hicon5.png) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 42px;
    margin-left: 10px;
    width: 46px
}

.header-icon-gold {
    background: url(/style/pic/hicon4.png) no-repeat 50%;
    background-size: contain
}

.header-icon-bestseller {
    background: url(/style/pic/hicon3.png) no-repeat 50%;
    background-size: 100% auto;
    display: block;
    height: 60px;
    margin-bottom: -20px;
    margin-left: 10px;
    width: 40px
}

@media (max-width: 576px) {
    .header-icon-bestseller, .header-icon-premium {
        margin-left: 5px
    }
}

.token-newmess {
    -webkit-animation: trambling-animation 1.5s ease-in-out 1s infinite normal none running;
    animation: trambling-animation 1.5s ease-in-out 1s infinite normal none running;
    background: radial-gradient(rgba(126, 229, 141, .71) 0, transparent 70%, transparent 90%);
    background-size: cover;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 38px;
    line-height: 2;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    width: 38px
}

.token-newmess:hover {
    background: radial-gradient(#7ee58d 0, transparent 70%, transparent 90%);
    color: #fff
}

.token-msg {
    background-color: #d35400;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #fff;
    display: inline-block;
    font-size: .65rem;
    left: -8px;
    min-width: 17px;
    padding: 1px 4px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #913a00;
    top: -10px
}

.token-icon {
    -webkit-animation: trambling-animation 1.2s ease-in-out 0s infinite normal none running;
    animation: trambling-animation 1.2s ease-in-out 0s infinite normal none running
}

@-webkit-keyframes trambling-animation {
    0%, 50%, to {
        transform: rotate(0deg)
    }
    10%, 30% {
        transform: rotate(-10deg)
    }
    20%, 40% {
        transform: rotate(10deg)
    }
}

@keyframes trambling-animation {
    0%, 50%, to {
        transform: rotate(0deg)
    }
    10%, 30% {
        transform: rotate(-10deg)
    }
    20%, 40% {
        transform: rotate(10deg)
    }
}

.box-balance, .box-balance-adv {
    background: url(/style/pic/us-cash.png) 6px no-repeat, linear-gradient(180deg, #2980b9, #2472a5);
    background-size: 37px 37px, 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    margin-bottom: 1px;
    padding: 6px 6px 6px 54px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    transition: background .5s;
    white-space: nowrap
}

.box-balance-adv:hover, .box-balance:hover {
    background: url(/style/pic/us-cash.png) -22px no-repeat, linear-gradient(180deg, #2472a4, #1c5981);
    background-size: 75px 75px, 100%;
    color: #ecf0f1
}

.box-balance-adv .note, .box-balance .note {
    color: hsla(0, 0%, 100%, .8);
    display: block;
    font-size: .7rem;
    margin-bottom: 2px;
    margin-top: 4px;
    text-transform: uppercase
}

.box-balance-adv {
    background: url(/style/pic/us-safe.png) 6px no-repeat, linear-gradient(180deg, #10816a, #0d735f);
    background-size: 37px 37px, 100%
}

.box-balance-adv:hover {
    background: url(/style/pic/us-safe.png) -22px no-repeat, linear-gradient(180deg, #0d735f, #0d6d5a);
    background-size: 75px 75px, 100%;
    color: #fff
}

.title-ext-btn {
    border-radius: 6px;
    color: #d35400;
    cursor: pointer;
    float: right;
    font-size: 1.1rem;
    padding: 5px 10px;
    position: relative;
    top: 7px
}

.title-ext-btn:hover {
    background-color: #ecf0f1;
    color: #d35400
}

.back-btn, .faq-btn, .lock-btn, .unlock-btn {
    border-radius: 100px;
    cursor: pointer;
    display: block;
    float: right;
    height: 42px;
    position: relative;
    width: 42px
}

.faq-btn {
    background: url(/style/pic/faq.svg) no-repeat 50%;
    background-size: 26px 26px
}

.back-btn {
    background: url(/style/pic/back.svg) no-repeat 50%;
    background-size: 24px 24px
}

.back-btn, .lock-btn {
    height: 38px;
    width: 38px
}

.lock-btn {
    background: url(/style/pic/lock.svg) no-repeat 50%;
    background-size: 24px 24px
}

.unlock-btn {
    background: url(/style/pic/unlock.svg) no-repeat 50%;
    background-size: 24px 24px;
    height: 38px;
    width: 38px
}

.back-btn:hover, .faq-btn:hover {
    background-color: #ecf0f1
}

.ticon-close, .ticon-del, .ticon-fail, .ticon-fav, .ticon-fix, .ticon-mailing, .ticon-pause, .ticon-pricetag, .ticon-quest, .ticon-ready, .ticon-ready2, .ticon-rep, .ticon-research, .ticon-succ, .ticon-succav, .ticon-surf, .ticon-wait, .ticon-work {
    background-color: transparent;
    background-size: cover;
    display: block;
    height: 32px;
    margin: 5px;
    width: 32px
}

.ticon-ready {
    background-image: url(/style/pic/work-icons/round.png)
}

.ticon-ready2 {
    background-image: url(/style/pic/work-icons/tasks.png)
}

.ticon-fav {
    background-image: url(/style/pic/work-icons/like.png)
}

.ticon-del {
    background-image: url(/style/pic/work-icons/spiderweb.png)
}

.ticon-pause {
    background-image: url(/style/pic/work-icons/pause.png)
}

.ticon-close {
    background-image: url(/style/pic/work-icons/puzzle2.png)
}

.ticon-wait {
    background-image: url(/style/pic/work-icons/cafe.png)
}

.ticon-fail {
    background-image: url(/style/pic/work-icons/paper.png)
}

.ticon-work {
    background-image: url(/style/pic/work-icons/pot.png)
}

.ticon-rep {
    background-image: url(/style/pic/work-icons/edit.png)
}

.ticon-fix {
    background-image: url(/style/pic/work-icons/maintenance.png)
}

.ticon-succ {
    background-image: url(/style/pic/work-icons/coins.png)
}

.ticon-succav {
    background-image: url(/style/pic/work-icons/open-sign.png)
}

.ticon-surf {
    background-image: url(/style/pic/work-icons/ship-small.png)
}

.ticon-pricetag {
    background-image: url(/style/pic/work-icons/pricetag.png)
}

.ticon-quest {
    background-image: url(/style/pic/work-icons/puzzle2.png)
}

.ticon-research {
    background-image: url(/style/pic/work-icons/research.png)
}

.ticon-mailing {
    background-image: url(/style/pic/work-icons/booklet.png)
}

@media screen and (max-width: 376px) {
    .ticon-close, .ticon-del, .ticon-fail, .ticon-fav, .ticon-fix, .ticon-mailing, .ticon-pause, .ticon-pricetag, .ticon-quest, .ticon-ready, .ticon-ready2, .ticon-rep, .ticon-research, .ticon-succ, .ticon-succav, .ticon-surf, .ticon-wait, .ticon-work {
        height: 30px;
        margin: 1px;
        width: 30px
    }
}

.adv-line-high .ticon-surf {
    background-image: url(/style/pic/work-icons/ship.png)
}

.adv-line-high .ticon-quest {
    background-image: url(/style/pic/work-icons/light.png)
}

.adv-line-click .ticon-quest, .adv-line-click .ticon-surf {
    background-image: url(/style/pic/checked.png);
    background-size: cover
}

.slider_block {
    position: relative
}

.slider_block * {
    border-radius: 0;
    box-sizing: border-box;
    outline: none
}

.slider_block .bg {
    background: #ecf0f1;
    border-left: 8px solid #a7dbbd;
    border-radius: 8px;
    height: 24px;
    position: absolute;
    width: 100%
}

.slider_block .adv_slider {
    background-color: #ecf0f1;
    border: 0;
    height: 24px;
    left: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    width: calc(100% - 80px)
}

.slider_block .adv_slider .ui-slider-handle {
    background-color: #27ae60;
    border: 1px solid #27ae60;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: .8rem;
    height: 24px;
    line-height: 1.8;
    margin: 0 0 0 -40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
    z-index: 3
}

.slider_block .adv_slider .ui-slider-range {
    background-color: #a7dbbd;
    border: 0;
    display: block;
    height: 24px;
    left: -32px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -40px
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -40px
}

.ui-selectmenu-menu {
    color: #34495e;
    font: .9rem tahoma, arial, sans-serif
}

.ui-selectmenu-menu .ui-menu {
    background-color: #fffede;
    border-left: 3px solid #eee598;
    font: .8rem tahoma, arial, sans-serif;
    max-height: 202px
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-color: #eee598;
    color: #d35400;
    filter: Alpha(Opacity=100);
    opacity: 1;
    padding-bottom: 2px;
    padding-top: 2px
}

.ui-selectmenu-button.ui-button {
    background-color: #f2f2f2;
    border: none;
    border-left: 3px solid #27ae60;
    border-radius: 0;
    color: #34495e;
    font: .8rem tahoma, arial, sans-serif;
    padding: 8px 10px;
    width: 300px
}

@media (max-width: 576px) {
    .ui-selectmenu-button.ui-button {
        white-space: inherit;
        width: 100%
    }
}

.form-title {
    background: #28a1c5 url(/style/pic/bk-corner.png) no-repeat 0 top;
    background-size: 38px auto;
    border-left: 5px solid #2cb3da;
    border-right: 5px solid #2cb3da;
    cursor: default;
    text-shadow: 1px 1px 1px #1c718a
}

.form-title, .form-title-gray {
    color: #fff;
    display: block;
    font-size: .8rem;
    margin: 15px 0 10px;
    padding: 4px 10px 5px 50px
}

.form-title-gray {
    background: #8fc479 url(/style/pic/bk-corner.png) no-repeat 0 top;
    background-size: 38px auto;
    border-left: 5px solid #9cd584;
    border-right: 5px solid #9cd584;
    cursor: pointer;
    text-shadow: 1px 1px 1px #689555
}

.form-title-2 {
    background: #28a1c5 url(/style/pic/bk-corner-2.png) no-repeat 0;
    background-size: 50px auto;
    border-right: 5px solid #2cb3da;
    color: #fff;
    display: block;
    font-size: .8rem;
    margin: 15px 0 10px;
    padding: 4px 10px 5px 50px;
    text-align: left;
    text-shadow: 1px 1px 1px #1c718a
}

@media (max-width: 375px) {
    .form-title {
        background-size: 35px auto;
        padding: 4px 10px 5px 40px
    }
}

.form-memo-editor {
    background-color: #f2f2f2;
    border: none;
    display: block;
    text-align: left
}

.form-memo-editor textarea {
    background-color: #fff;
    border: none;
    color: #34495e;
    font: .8rem tahoma, arial, sans-serif;
    height: 120px;
    min-height: 96px;
    overflow: auto;
    padding: 6px 10px;
    resize: vertical;
    width: 100%
}

.form-memo-title {
    display: block;
    margin: 6px 0;
    padding: 6px 6px 5px;
    text-align: left
}

.form-memo-wrap {
    align-items: stretch;
    background-color: #f2f2f2;
    border-left: 3px solid #27ae60;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    justify-content: stretch;
    text-align: left
}

.form-memo-wrap textarea {
    background-color: #f2f2f2;
    border: none;
    color: #34495e;
    flex: 1;
    font: .8rem tahoma, arial, sans-serif;
    height: 96px;
    min-height: 96px;
    overflow: auto;
    padding: 6px 10px;
    resize: vertical;
    width: 100%
}

.form-memo-wrap .btn {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 27px;
    margin-right: 3px;
    min-width: 16px;
    padding: 4px;
    text-align: center;
    width: 30px
}

.form-memo-wrap .btn:hover {
    background-color: #fff;
    color: #16a085
}

.form-memo-pref {
    background-color: #27ae60;
    border-bottom: 1px solid #27ae60;
    color: #fff;
    flex-basis: 35px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    padding: 6px 3px;
    text-align: center;
    text-shadow: 1px 1px 1px #27ae60
}

.form-memo-wrap-center {
    align-items: center;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ecf0f1;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px;
    text-align: center
}

.form-memo-filepond, .form-memo-wrap-center {
    border-left: 3px solid #27ae60
}

.form-memo-t {
    border-bottom: 1px solid #bdc3c7;
    color: #1e874a;
    flex: 200px 1;
    padding: 10px 6px 8px 10px;
    text-align: left
}

.form-memo-c {
    flex: 210px 1
}

.form-memo-c, .form-memo-one {
    border-bottom: 1px solid #bdc3c7;
    padding: 6px 6px 5px
}

.form-memo-one {
    flex: 1
}

.form-memo-footer {
    background-color: #f2f2f2;
    border-left: 3px solid #27ae60;
    color: #95a5a6;
    flex: 1;
    font-size: .7rem;
    padding: 3px 10px 4px;
    text-align: right
}

@media (max-width: 768px) {
    .form-memo-editor {
        max-width: calc(100vw - 85px);
        width: 100%
    }

    .form-memo-t {
        max-width: 150px
    }
}

@media (max-width: 576px) {
    .form-memo-t {
        max-width: 100%;
        min-width: 100%
    }

    .form-memo-c {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 420px) {
    .form-memo-wrap {
        border-top: 1px solid #bdc3c7
    }

    .form-memo-c {
        border-bottom: 1px solid transparent;
        margin: 0 auto;
        max-width: 180px
    }
}

.smile {
    cursor: pointer;
    flex-basis: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 50px;
    margin: 5px;
    width: 50px
}

.form-mem textarea {
    background-color: #f2f2f2;
    border: none;
    color: #34495e;
    font: .8rem tahoma, arial, sans-serif;
    height: 96px;
    min-height: 48px;
    padding: 8px 10px;
    resize: vertical;
    width: 100%
}

.form-wrap {
    align-items: center;
    border-bottom: 1px solid #ecf0f1;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    padding: 3px;
    text-align: left
}

.form-block {
    border-bottom: 3px solid #eee598;
    border-left: 3px solid #eee598;
    border-radius: 8px;
    border-right: 3px solid #eee598;
    display: block;
    margin: 10px 2px;
    padding: 0 0 5px
}

.form-block .form-wrap:last-child {
    border: none
}

.form-block .t {
    background-color: #eee598;
    border-radius: 8px 8px 0 0;
    color: #154764;
    display: block;
    font-size: .8rem;
    font-weight: 700;
    margin: 0 -3px 5px;
    padding: 6px;
    text-align: center
}

.form-t, .form-tsl {
    flex-basis: 220px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 4px;
    text-align: left
}

.form-tsl {
    align-self: flex-start;
    flex-basis: 165px;
    padding-left: 10px
}

.form-c {
    flex: 200px 1;
    padding: 2px
}

.form-c input:focus {
    background-color: #f4f6cb;
    border-left: 3px solid #f39c12;
    outline: none
}

.form-s {
    flex: 1;
    padding: 2px
}

.form-c input:not([type=checkbox]), .form-c select, .form-c textarea, .form-s textarea {
    background-color: #f2f2f2;
    border: none;
    border-left: 3px solid #27ae60;
    color: #34495e;
    font: .8rem tahoma, arial, sans-serif;
    padding: 8px 10px;
    width: 100%
}

.form-c textarea, .form-s textarea {
    height: 96px;
    min-height: 48px;
    resize: vertical
}

.form-c select {
    width: 300px
}

.form-c .static, .form-c .static-btn, .form-s .static-text, .form .sprint-text {
    background-color: #f2f2f2;
    border: none;
    border-left: 3px solid #95a5a6;
    color: #7e3200;
    cursor: default;
    font: .8rem tahoma, arial, sans-serif;
    padding: 8px 10px;
    text-shadow: 0 1px 1px #fff;
    width: 100%
}

.form-s .sprint-text {
    background: #f2f2f2 url(/style/pic/bk-level.png) no-repeat 0 0;
    background-size: 0 50px
}

.form-s .sprint-text, .form-s .static-text {
    border: none;
    color: #154764
}

.form-c .static-btn {
    border-left: 3px solid #27ae60;
    color: #206f9c
}

.form-c .static-btn:hover {
    background-color: #cbeaf2
}

@media (max-width: 576px) {
    .form-wrap {
        align-items: flex-start;
        flex-direction: column
    }

    .form-t {
        align-items: center;
        display: flex;
        flex-basis: 0
    }

    .form-t .fad {
        margin-left: 10px
    }

    .form-tsl {
        flex-basis: unset
    }

    .form-c {
        flex: 0 1;
        width: 100%
    }

    .form-c select {
        width: 120px
    }
}

.in-block-info {
    background-color: #ecf0f1;
    border-radius: 8px;
    color: #2980b9;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    padding: 5px 12px
}

.in-block-info:hover {
    background-color: #efefcc
}

.info-green {
    border-color: #27ae60;
    color: #27ae60;
    float: right
}

.info-red {
    border-color: #d35400;
    color: #d35400;
    float: right
}

a.info-green:hover, a.info-red:hover {
    border-bottom: 1px solid
}

::-moz-placeholder {
    color: #578087
}

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

::placeholder {
    color: #578087
}

.search-input {
    background-color: #ecf0f1;
    border: none;
    border-left: 3px solid #27ae60;
    color: #34495e;
    font: .8rem tahoma, arial, sans-serif;
    margin: 3px 0;
    padding: 8px 10px;
    width: 100%
}

.search-input:focus {
    background-color: #efefcc;
    border-left: 3px solid #f1c40f;
    outline: none
}

@media (max-width: 576px) {
    .support-form .form-wrap {
        padding: 0
    }

    .support-form .form-c {
        padding: 5px 0
    }
}

.settings-line_btn {
    background-color: #ecf0f1;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin: 2px 5px 3px 0;
    padding: 3px 8px 4px;
    text-shadow: 0 1px 0 #fff
}

.settings-line_btn.active.blue, .settings-line_btn.active.green, .settings-line_btn.active.orange, .settings-line_btn.active.red, .settings-line_btn.active.sea, .settings-line_btn.active.yellow {
    border-radius: 6px;
    color: #fff;
    margin: 2px;
    padding: 3px 8px 4px
}

.settings-line_btn.active.sea {
    background-color: #1abc9c;
    text-shadow: 1px 1px 0 #17a78a
}

.settings-line_btn.active.blue {
    background-color: #28a1c5;
    text-shadow: 1px 1px 0 #238fae
}

.settings-line_btn.active.green {
    background-color: #2ecc71;
    text-shadow: 1px 1px 0 #24a25a
}

.settings-line_btn.active.orange {
    background-color: #e67e22;
    text-shadow: 1px 1px 0 #bb661c
}

.settings-line_btn.active.yellow {
    background-color: #f1c40f;
    text-shadow: 1px 1px 0 #b7950b
}

.settings-line_btn.active.red {
    background-color: #e74c3c;
    text-shadow: 1px 1px 0 #c54133
}

input[type=checkbox].adv-checkbox, input[type=radio].adv-checkbox {
    display: none
}

input[type=checkbox].adv-checkbox + label, input[type=radio].adv-checkbox + label {
    background-color: #ecf0f1;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin: 2px 5px 3px 0;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #fff
}

input[type=checkbox].adv-checkbox + label.blue, input[type=checkbox].adv-checkbox + label.green, input[type=checkbox].adv-checkbox + label.orange, input[type=checkbox].adv-checkbox + label.red, input[type=checkbox].adv-checkbox + label.sea, input[type=checkbox].adv-checkbox + label.yellow, input[type=radio].adv-checkbox + label.blue, input[type=radio].adv-checkbox + label.green, input[type=radio].adv-checkbox + label.orange, input[type=radio].adv-checkbox + label.red, input[type=radio].adv-checkbox + label.sea, input[type=radio].adv-checkbox + label.yellow {
    border-radius: 6px;
    margin: 2px;
    padding: 3px 8px 4px
}

input[type=checkbox].adv-checkbox:checked.adv-checkbox + label, input[type=radio].adv-checkbox:checked.adv-checkbox + label {
    background-color: #27ae60;
    color: #fff;
    text-shadow: 0 1px 0 #1c7b44
}

input[type=checkbox].adv-checkbox:checked.adv-checkbox + label.sea, input[type=radio].adv-checkbox:checked.adv-checkbox + label.sea {
    background-color: #1abc9c;
    text-shadow: 1px 1px 0 #17a78a
}

input[type=checkbox].adv-checkbox:checked.adv-checkbox + label.blue, input[type=radio].adv-checkbox:checked.adv-checkbox + label.blue {
    background-color: #28a1c5;
    text-shadow: 1px 1px 0 #238fae
}

input[type=checkbox].adv-checkbox:checked.adv-checkbox + label.green, input[type=radio].adv-checkbox:checked.adv-checkbox + label.green {
    background-color: #2ecc71;
    text-shadow: 1px 1px 0 #24a25a
}

input[type=checkbox].adv-checkbox:checked.adv-checkbox + label.orange, input[type=radio].adv-checkbox:checked.adv-checkbox + label.orange {
    background-color: #e67e22;
    text-shadow: 1px 1px 0 #bb661c
}

input[type=checkbox].adv-checkbox:checked.adv-checkbox + label.yellow, input[type=radio].adv-checkbox:checked.adv-checkbox + label.yellow {
    background-color: #f1c40f;
    text-shadow: 1px 1px 0 #b7950b
}

input[type=checkbox].adv-checkbox:checked.adv-checkbox + label.red, input[type=radio].adv-checkbox:checked.adv-checkbox + label.red {
    background-color: #e74c3c;
    text-shadow: 1px 1px 0 #c54133
}

input[type=radio].adv-checkbox + label.eps {
    border-radius: 4px;
    font-size: .9rem;
    margin-right: 4px;
    padding: 6px 10px
}

input[type=radio]:checked.adv-checkbox + label.eps {
    background-color: #28a1c5;
    text-shadow: 1px 1px 0 #238fae
}

.radio {
    height: 17px;
    margin: 0 3px 0 0;
    vertical-align: top;
    width: 17px
}

.radio + label {
    cursor: pointer
}

.radio:not(checked) {
    opacity: 0;
    position: absolute
}

.radio:not(checked) + label {
    color: #48545c;
    line-height: 1.8;
    padding: 0 20px 0 25px;
    position: relative
}

.radio:not(checked) + label:before {
    background: #fff;
    border: 1px solid #c4c8d0;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 16px
}

.radio:not(checked) + label:after {
    background: #da8a2c;
    border-radius: 50%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    content: "";
    height: 10px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transition: all .2s;
    width: 10px
}

.radio:checked + label:after {
    opacity: 1
}

.radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .5)
}

.translate-block {
    background-color: #ecf0f1;
    border-left: 6px solid #ecf0f1;
    border-radius: 6px;
    display: flex;
    flex-flow: column wrap;
    font-size: .8rem;
    margin: 5px 0;
    padding: 8px 10px;
    text-align: left
}

.translate-line {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    font-size: .9rem
}

.translate-line > .b1 {
    flex-basis: 35px;
    flex-grow: 0;
    flex-shrink: 0;
    order: 1;
    padding: 10px 5px;
    text-align: center
}

.translate-line > .b2 {
    flex: 1;
    order: 2;
    padding: 8px 10px
}

.translate-comm {
    background-color: #dfe3e3;
    color: #c36109
}

.translate-line > .b2 > .dest-text {
    color: #10657a
}

.translate-line > .b2 > .dest-text:hover {
    background-color: #eef1de;
    border: 1px solid #cadb7d;
    border-radius: 6px;
    color: #007d9d;
    cursor: pointer;
    margin: -5px -8px;
    padding: 4px 7px
}

.icon-lang {
    background-color: #bdc3c7;
    border-radius: 6px;
    color: #fff;
    cursor: default;
    display: block;
    font-size: .6rem;
    padding: 1px 0 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 1px;
    width: 26px
}

.icon-lang-blue {
    background-color: #2980b9
}

.icon-lang-green {
    background-color: #16a085
}

.trans-textarea {
    border: 1px solid #7f8c8d;
    line-height: 1.4;
    min-height: 20px;
    overflow: scroll;
    padding: 6px 8px;
    resize: none;
    width: 100%
}

.trans-textarea:focus {
    outline: 1px solid #2ecc71
}

.srv-word, .srv-word-2 {
    color: #e67e22
}

.srv-word-2 {
    background-color: #fcf3a4;
    border-radius: 4px;
    margin: -1px 0;
    padding: 2px 3px
}

.trans-line {
    background-color: #ecf0f1;
    border-left: 8px solid #e2e6e7;
    border-radius: 8px;
    font-size: .8rem;
    margin: 7px 0;
    padding: 10px 2px 10px 10px
}

.trans-line-green {
    border-left: 8px solid #27ae60
}

.trans-line-red {
    border-left: 8px solid #d35400
}

.trans-line .block1 {
    flex-basis: 35px;
    flex-grow: 0;
    flex-shrink: 0;
    order: 1;
    padding: 3px 0
}

.trans-line .block2, .trans-line .origin-block2 {
    flex: 1;
    order: 2;
    padding: 3px 0;
    text-align: justify
}

.trans-line .origin-block2 {
    color: #16a085
}

.trans-line .block3 {
    flex-basis: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    order: 3;
    padding: 0
}

.trans-line textarea {
    background-color: #fff;
    border: 2px solid #bdc3c7;
    color: #34495e;
    display: block;
    font: .8rem tahoma, arial, sans-serif;
    min-height: 20px;
    overflow: hidden;
    padding: 6px 8px;
    resize: none;
    width: 100%
}

.trans-line .btn-cancel, .trans-line .btn-ok, .trans-line .btn-service {
    background-color: #27ae60;
    border: none;
    border-radius: 2px;
    color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: .7rem;
    margin: 10px 3px 0;
    outline: none;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #19723e;
    text-transform: uppercase
}

.trans-line .btn-cancel {
    background-color: #7f8c8d;
    text-shadow: 1px 1px 1px #5d6667
}

.trans-line .btn-service {
    background-color: #2980b9;
    text-shadow: 1px 1px 1px #1d5a82
}

.trans-line .btn-ok:hover {
    background-color: #1f8b4d
}

.trans-line .btn-cancel:hover {
    background-color: #8d503d
}

.trans-line .btn-service:hover {
    background-color: #236e9f
}

@media (max-width: 575px) {
    .trans-line {
        padding: 7px 2px 5px 5px
    }
}

.trans-wrap {
    display: flex;
    flex-flow: row wrap
}

.trans-mk, .trans-mk-act, .trans-mk-not {
    background-color: #bdc3c7;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: .6rem;
    margin-right: 3px;
    padding: 1px 0 2px;
    text-align: center;
    width: 22px
}

.trans-mk-not {
    background-color: #d35400
}

.trans-mk-act {
    background-color: #2ecc71
}

.trans-mk1, .trans-mk2 {
    background-color: #f1c40f;
    border-radius: 9px;
    display: inline-block;
    height: 9px;
    margin-right: 4px;
    width: 9px
}

.mk-push, .trans-mk2 {
    background-color: #2980b9
}

.hmenu-dock {
    cursor: default;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    justify-content: center;
    margin: 10px 0 25px
}

.hmenu-item, .hmenu-item-act {
    color: #34495e;
    cursor: pointer;
    padding: 2px 13px;
    text-align: center
}

.hmenu-item, .hmenu-item-act, .hmenu-separate {
    border-bottom: 2px solid #27ae60;
    margin-top: 5px
}

.hmenu-separate {
    flex: 1
}

.hmenu-item-act:after, .hmenu-item:after {
    background-color: #fff;
    border: 2px solid #27ae60;
    border-radius: 10px;
    content: "";
    display: block;
    height: 8px;
    left: calc(50% - 6px);
    margin-bottom: -6px;
    position: relative;
    top: 3px;
    width: 8px
}

.hmenu-item:hover {
    color: #d35400
}

.hmenu-item:hover:after {
    border: 2px solid #e67e22
}

.hmenu-item-act {
    font-weight: 700
}

.hmenu-item-act:after {
    background: linear-gradient(to top left, #35ef84, #24a45b)
}

@media (max-width: 576px) {
    .hmenu-dock .hmenu-separate {
        display: none
    }
}

.btn-dock {
    display: block;
    margin: 10px;
    text-align: center
}

.btn-cancel, .btn-ok {
    background-color: #27ae60;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin: 15px 5px;
    padding: 6px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #208d4e;
    text-transform: uppercase
}

.btn-cancel {
    background-color: #7f8c8d;
    text-shadow: 1px 1px 1px #5d6667
}

.btn-ok:hover {
    background-color: #208d4e;
    color: #fff
}

.btn-cancel:hover {
    background-color: #8d503d;
    color: #fff
}

.btn-sm-black, .btn-sm-blue, .btn-sm-dis, .btn-sm-gray, .btn-sm-green, .btn-sm-red {
    background-color: #28a1c5;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .75rem;
    margin: 10px 5px;
    padding: 5px 14px;
    text-transform: uppercase
}

.btn-sm-gray {
    background-color: #7f8c8d
}

.btn-sm-gray:hover {
    background-color: #6e797a;
    color: #fff
}

.btn-sm-dis {
    background-color: #bdc3c7;
    cursor: default
}

.btn-sm-black {
    background-color: #343939
}

.btn-sm-black:hover {
    background-color: #242727;
    color: #fff
}

.btn-sm-blue:hover {
    background-color: #248eae;
    color: #fff
}

.btn-sm-red {
    background-color: #c0392b
}

.btn-sm-red:hover {
    background-color: #ab3226;
    color: #fff
}

.btn-sm-green {
    background-color: #27ae60
}

.btn-sm-green:hover {
    background-color: #219251;
    color: #fff
}

@media (max-width: 576px) {
    .btn-dock .btn-ok:nth-of-type(2) {
        margin-top: 0
    }
}

.history-line {
    align-items: center;
    border-bottom: 1px solid #ecf0f1;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    padding: 7px 6px;
    text-align: left
}

.history-line .d {
    flex-basis: 170px;
    flex-grow: 0;
    flex-shrink: 0;
    text-overflow: clip;
    white-space: nowrap
}

.history-line .r {
    border-right: 1px solid #bdc3c7;
    flex-basis: 220px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.history-line .t {
    flex: 1
}

.history-line .t b {
    white-space: nowrap
}

@media (max-width: 576px) {
    .history-line {
        align-items: flex-start;
        flex-direction: column
    }

    .history-line .d {
        flex-basis: unset
    }

    .history-line .t {
        flex: 2 unset
    }
}

.expand-block {
    background-color: #efefcc;
    border-radius: 3px;
    color: #4e300f;
    display: block;
    margin-top: 6px;
    padding: 8px 10px
}

.events-line-active {
    background-color: #ecf0f1;
    border-bottom: 1px solid #fff
}

.events-line-active:last-of-type {
    margin-bottom: 30px
}

.text-blue-round {
    background-color: #b5eafb;
    border-radius: 6px;
    padding: 3px 8px
}

.center-code {
    background-color: #f2f2f2;
    border: none;
    border-bottom: 1px solid #27ae60;
    box-sizing: border-box;
    color: #34495e;
    display: block;
    font: 1rem tahoma, arial, sans-serif;
    margin: 0 auto;
    padding: 8px 10px;
    text-align: center;
    width: 200px
}

.center-code:focus {
    background-color: #f4f6cb;
    border-bottom: 1px solid #f39c12;
    outline: none
}

.refill-input {
    background: #f2f2f2 url(/style/pic/icdollar.png) no-repeat 5px;
    background-size: 30px 30px;
    border: none;
    border-bottom: 1px solid #27ae60;
    display: block;
    font: 1.4rem tahoma, arial, sans-serif;
    margin: 0 auto;
    padding: 8px 8px 8px 30px;
    text-align: center;
    width: 200px
}

.big-label-message {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    color: #0f6b59;
    display: block;
    font-size: .95rem;
    margin: 30px auto 20px;
    padding-top: 90px;
    text-align: center
}

.bl-simpson {
    background-image: url(/style/pic/big-label/simpson.svg)
}

.bl-refund {
    background-image: url(/style/pic/big-label/refund.svg)
}

.bl-coins {
    background-image: url(/style/pic/big-label/coins.svg)
}

.bl-cash {
    background-image: url(/style/pic/big-label/money.svg)
}

.bl-wallet {
    background-image: url(/style/pic/big-label/wallet.svg)
}

.bl-empty {
    background-image: url(/style/pic/big-label/aquarium.svg)
}

.bl-edit {
    background-image: url(/style/pic/big-label/edit.svg)
}

.bl-mail {
    background-image: url(/style/pic/big-label/mail.svg)
}

.bl-chat {
    background-image: url(/style/pic/big-label/chat.svg)
}

.bl-feedback {
    background-image: url(/style/pic/big-label/microphone.svg)
}

.bl-success {
    background-image: url(/style/pic/big-label/firework.svg)
}

.bl-face {
    background-image: url(/style/pic/big-label/boy.svg)
}

.bl-search {
    background-image: url(/style/pic/big-label/search.svg)
}

.bl-robot {
    background-image: url(/style/pic/big-label/robot.svg)
}

.bl-books {
    background-image: url(/style/pic/big-label/books.svg)
}

.bl-fail {
    background-image: url(/style/pic/big-label/paper.svg);
    color: #9b2e23
}

.bl-stop {
    background-image: url(/style/pic/big-label/stop.svg);
    color: #9b2e23
}

.bl-pizza {
    background-image: url(/style/pic/big-label/pizza.svg)
}

.bl-close {
    background-image: url(/style/pic/big-label/close.svg)
}

.bl-group {
    background-image: url(/style/pic/big-label/group.svg)
}

.bl-newsletter {
    background-image: url(/style/pic/big-label/newsletter.svg)
}

.bl-toaster {
    background-image: url(/style/pic/big-label/toaster.svg)
}

.bl-laurel {
    background-image: url(/style/pic/big-label/laurel.svg)
}

.bl-error {
    background-image: url(/style/pic/big-label/error.svg)
}

.bl-bank {
    background-image: url(/style/pic/big-label/bank.svg)
}

.bl-heart {
    background-image: url(/style/pic/big-label/heart_balloon.svg)
}

.bl-mine {
    background-image: url(/style/pic/big-label/mine.svg)
}

.bl-basket {
    background-image: url(/style/pic/big-label/basket.svg)
}

.bl-gift {
    background-image: url(/style/pic/big-label/gift.svg)
}

.picture-aquarium, .picture-duck, .picture-firework, .picture-no, .picture-pay-fail, .picture-pay-success, .picture-pizza, .picture-pot, .picture-puzzle, .picture-safe, .picture-search, .picture-ship, .picture-toster, .picture-yes {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 80px;
    margin: 30px auto 20px;
    width: 80px
}

.picture-yes {
    background-image: url(/style/pic/pict-yes.png)
}

.picture-no {
    background-image: url(/style/pic/pict-no.png)
}

.picture-pizza {
    background-image: url(/style/pic/pict-pizza.png)
}

.picture-safe {
    background-image: url(/style/pic/pict-safe.png)
}

.picture-pay-success {
    background-image: url(/style/pic/pict-coins.png)
}

.picture-pay-fail {
    background-image: url(/style/pic/pict-error.png)
}

.picture-pot {
    background-image: url(/style/pic/pict-pot.png)
}

.picture-firework {
    background-image: url(/style/pic/firework.svg)
}

.picture-toster {
    background-image: url(/style/pic/toster.svg)
}

.picture-aquarium {
    background-image: url(/style/pic/aquarium.svg)
}

.picture-search {
    background-image: url(/style/pic/search.svg)
}

.picture-ship {
    background-image: url(/style/pic/sailing_ship.svg)
}

.picture-puzzle {
    background-image: url(/style/pic/puzzle_piece.svg)
}

.picture-duck {
    background-image: url(/style/pic/duck.png);
    background-size: cover;
    height: 60px;
    width: 60px
}

.center-message {
    color: #0f6b59;
    font-size: 1rem;
    text-align: center
}

.center-message, .preload {
    display: block;
    margin: 10px auto
}

.preload {
    background: url(/style/pic/preload.gif) no-repeat 50%;
    background-size: cover;
    height: 50px;
    width: 50px
}

.mem-img-header {
    background-size: 100%;
    display: block;
    margin: -10px -30px 0;
    text-align: center
}

.mem-img-header-top {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: block;
    height: 56px
}

.mem-img-av {
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    display: block;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: 3px;
    width: 60px
}

.mem-img-header-bot {
    align-content: center;
    align-items: center;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .7), #fff);
    display: flex;
    flex-flow: row wrap;
    padding: 15px 29px 0
}

.mem-img-header-bot .center {
    flex: 1;
    font-size: 1rem;
    padding: 10px;
    text-align: center
}

.mem-img-header-bot .left {
    flex: 1;
    text-align: left;
    white-space: nowrap
}

.mem-img-header-bot .right {
    flex: 1;
    text-align: right;
    white-space: nowrap
}

@media (max-width: 1018px) {
    .mem-img-header {
        margin: -17px
    }

    .mem-img-header-bot {
        padding: 17px
    }
}

@media (max-width: 768px) {
    .mem-img-header {
        background-size: cover;
        margin: -8px
    }

    .mem-img-header-bot {
        padding: 8px
    }
}

@media (max-width: 576px) {
    .mem-img-header {
        margin: -8px
    }
}

@media (max-width: 420px) {
    .mem-img-header-bot {
        flex-direction: column
    }
}

@media (max-width: 320px) {
    .mem-img-header {
        margin: -1px
    }
}

.mem-reward {
    height: 30px;
    margin-left: 10px;
    width: 30px
}

.mem-reward:first-of-type {
    margin-left: 0
}

.mem-reward img {
    width: 100%
}

.bk-force {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .7), #fff)
}

@media (max-width: 420px) {
    .mem-img-header-bot > .left {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .mem-img-header-bot .left .mem-username {
        margin-right: 0
    }
}

.mem-title {
    color: #000;
    font-family: tahoma, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: bolder;
    margin: 0
}

.chat-block {
    background-color: #ecf0f1;
    border-radius: 8px;
    display: block;
    margin: 13px 0 0;
    padding: 0;
    text-align: start
}

.chat-block-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    position: relative
}

.chat-block-1 {
    align-self: start;
    flex: 0;
    margin-right: -5px;
    text-align: center;
    z-index: 3
}

.chat-block-2 {
    flex: 1
}

.chat-block-ext {
    border-top: 1px solid #d8dcdd;
    display: none;
    padding: 8px 10px;
    text-align: center;
    width: 100%
}

.chat-block-ext textarea {
    background-color: #fff;
    border: 1px solid #d8dcdd;
    border-left: 5px solid #8dbdcc;
    box-sizing: border-box;
    color: #34495e;
    font: .8rem tahoma, arial, sans-serif;
    height: 75px;
    min-height: 65px;
    overflow: auto;
    padding: 6px 10px;
    resize: vertical;
    width: 100%
}

.chat-block .header {
    border-bottom: 1px dotted #d8dcdd;
    display: block;
    padding: 6px 20px 5px 25px
}

.chat-block .footer {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 4px 20px 5px 25px;
    width: 100%
}

.chat-block .footer .separator {
    flex: 1
}

.chat-block .footer .btn-edit, .chat-block .footer .btn-edit-g, .chat-block .footer .btn-edit-r, .chat-block .footer .btn-search-goto, .chat-block .footer .check {
    background-color: #6aa4aa;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    flex: 0;
    font-size: .65rem;
    margin: 4px 4px 4px 0;
    padding: 3px 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.chat-block .footer .btn-search-goto {
    background-color: #d35400;
    font-size: .7rem;
    padding: 3px 8px
}

.chat-block .footer .btn-edit-g {
    background-color: #5a9c61
}

.chat-block .footer .btn-edit-g:hover {
    background-color: #1d8147
}

.chat-block .footer .btn-edit-r {
    background-color: #aa6c58
}

.chat-block .footer .btn-edit-r:hover {
    background-color: #a74300
}

.chat-block .footer .btn-edit:hover {
    background-color: #256975
}

.chat-block .footer .btn-search-goto:hover {
    background-color: #9c3f00
}

.chat-block .footer .btn-more, .chat-block .footer .btn-quote {
    background-color: transparent;
    background-image: url(/style/pic/sprite-chat.png);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 3px;
    width: 22px
}

.chat-block .footer .btn-more:hover, .chat-block .footer .btn-quote:hover {
    background-position-y: -22px
}

.chat-block .footer .btn-more {
    background-position-x: -22px
}

.chat-block .header .author, .chat-block .header .ban, .chat-block .header .online, .chat-block .header .team {
    background: #3498db linear-gradient(180deg, #3498db, #38a5ee, #3498db);
    border-radius: 6px 0 6px 0;
    color: #fff;
    font-size: .6rem;
    margin-left: 4px;
    padding: 3px 6px;
    position: relative;
    text-transform: uppercase;
    top: -1px
}

.chat-block .header .author {
    background: #f1c40f linear-gradient(180deg, #f1c40f, #fccd0f, #f1c40f)
}

.chat-block .header .team {
    background: #16a085 linear-gradient(180deg, #16a085, #19b496, #16a085)
}

.chat-block .header .ban {
    background-color: #c0392b
}

.chat-block .header .date {
    color: #4d6d8c;
    float: right;
    font-size: .7rem;
    padding-top: 1px
}

.chat-block .theme {
    background-color: #f39c12;
    text-shadow: 1px 1px 1px #bd790e
}

.chat-block .theme, .chat-block .theme-gray {
    color: #fff;
    display: block;
    padding: 7px 20px 7px 25px
}

.chat-block .theme-gray {
    background-color: #568e9c;
    text-shadow: 1px 1px 1px #44707c
}

.chat-block .mess {
    font-size: .9rem;
    padding: 12px 20px 8px 25px
}

.chat-block .mess .style-block1, .chat-block .mess .style-block2 {
    background-color: #fff
}

.chat-block-postcount {
    color: #648291;
    font-size: .75rem;
    left: -30px;
    margin: 3px -20px 3px 0;
    padding: 4px 2px;
    position: relative;
    text-align: right;
    width: 65px
}

.chat-block-answer {
    background-color: #19b496;
    border: 5px solid #16a085;
    border-radius: 8px;
    color: #fff;
    display: block;
    margin: -10px 0 15px 50%;
    padding: 8px 15px;
    position: relative
}

.chat-block-answer:before {
    border-color: transparent transparent #16a085 #16a085;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: 20px;
    position: absolute;
    top: -20px;
    width: 0
}

@media (max-width: 768px) {
    .chat-block {
        margin: 2px 0 0
    }

    .chat-block-wrap .cbtn {
        left: auto;
        margin-top: -47px;
        position: absolute;
        right: 15px
    }

    .chat-block-1 {
        margin-left: 5px;
        margin-right: -10px;
        overflow: visible;
        width: 1px
    }

    .chat-block-2 {
        margin-left: 6px
    }

    .chat-block .header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 7px 10px 5px 60px
    }

    .chat-block .header .date {
        margin-left: auto
    }

    .chat-block .footer {
        justify-content: flex-end;
        margin-left: auto;
        max-width: 250px;
        padding: 4px 10px
    }

    .chat-block .footer .separator {
        display: none
    }

    .chat-block .mess {
        padding: 15px 25px 10px
    }
}

@media (max-width: 575px) {
    .chat-block .theme-gray {
        padding: 5px 10px
    }

    .chat-block .mess {
        padding: 15px 13px 5px
    }
}

@media (max-width: 475px) {
    .chat-block .header .team {
        margin-left: auto
    }
}

@media (max-width: 375px) {
    .chat-block .header .date {
        width: 100%
    }
}

.footer .check {
    height: 17px;
    margin: 0 3px 0 0;
    vertical-align: top;
    width: 17px
}

.footer .check + label {
    cursor: pointer
}

.footer .check:not(checked) {
    opacity: 0;
    position: absolute
}

.footer .check:not(checked) + label {
    color: #48545c;
    padding: 6px 10px;
    position: relative
}

.footer .check:not(checked) + label:before {
    background: #fff;
    border: 1px solid #c4c8d0;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 16px
}

.footer .check:not(checked) + label:after {
    background: #c0392b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    content: "";
    height: 10px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 10px
}

.footer .check:checked + label:after {
    opacity: 1
}

.system-task-info {
    border-bottom: 1px dotted #d8dcdd;
    display: block;
    padding: 6px 20px 6px 19px
}

.system-task-info .cell {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 6px
}

@media (max-width: 768px) {
    .system-task-info {
        padding: 6px 10px
    }
}

@media (max-width: 576px) {
    .system-task-info .cell {
        margin: 2px
    }
}

.mess-long {
    border-left: 3px solid #b7c79f;
    display: block;
    margin: 3px 0;
    overflow-x: scroll;
    padding: 3px 5px;
    width: 300px
}

.forum-alert, .forum-ban {
    background-color: #bdc3c7;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    margin: 8px 0 3px;
    padding: 6px 20px 6px 25px;
    text-shadow: 1px 1px 1px #83878a
}

.forum-ban {
    background-color: #34495e;
    color: #fff;
    text-shadow: 1px 1px 1px #222f3d
}

.forum-ban span {
    color: #95b3c6
}

.mess-fail, .mess-fix {
    background-color: #fff;
    border-bottom: 1px solid #c8cccd;
    border-top: 1px solid #c8cccd;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    color: #d35400;
    margin: 8px 0 3px -2px
}

.mess-fail {
    background-color: #d35400;
    color: #fff;
    text-shadow: 1px 1px 1px #aa4300
}

.mess-fail div {
    border-left: 6px solid #aa4300;
    padding: 8px 20px 8px 21px
}

.mess-fail .title {
    color: #f5ddcb;
    display: block;
    font-size: .85rem;
    margin-bottom: 3px
}

.mess-fix div {
    border-left: 6px solid #d35400;
    padding: 8px 20px 8px 21px
}

.mess-fix .title {
    color: #a3a38b;
    display: block;
    font-size: .75rem;
    margin-bottom: 2px
}

.answer-fix {
    background-color: #fff;
    border-bottom: 1px solid #c8cccd;
    border-top: 1px solid #c8cccd;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    margin: 10px 0 8px -2px
}

.answer-fix div {
    border-left: 6px solid #1abc9c;
    padding: 8px 20px 10px 21px
}

.answer-fix .title {
    color: #16a085;
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .chat-block-postcount {
        left: auto;
        margin-top: -44px;
        position: absolute;
        right: 29px;
        text-align: right
    }
}

.bl-status {
    align-items: center;
    display: flex;
    flex-direction: column
}

.bl-status .cbtn-circle {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

@media (max-width: 768px) {
    .bl-status {
        flex-direction: row;
        left: auto;
        margin-top: -45px;
        position: absolute;
        right: 70px;
        text-align: center
    }
}

.quote {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    color: #188b95;
    display: block;
    font-size: .75rem;
    margin: 6px 0;
    padding: 8px 14px
}

.btn-ans {
    background-color: #12816b;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: .6rem;
    margin-right: 5px;
    padding: 4px 8px;
    text-transform: uppercase
}

.btn-ans:hover {
    background-color: #0e6856
}

.mainlink {
    border-bottom: 1px dotted #aad0d9;
    color: #2980b9;
    cursor: pointer;
    outline: none
}

.mainlink:hover {
    color: #3498db
}

@media (max-width: 992px) {
    .mainlink {
        word-break: break-all
    }
}

.style-block1, .style-block2 {
    background-color: #ecf0f1;
    border-left: 5px solid #16a085;
    display: block;
    padding: 12px
}

.style-block2 {
    border-left: 5px solid #c0392b
}

.style-block3 {
    display: block;
    float: right;
    margin-right: 30px;
    padding: 12px
}

#block-main ul, #tinymce ul, ul.point {
    line-height: 1.6;
    list-style: none;
    margin: 15px 0 15px 15px
}

@media (max-width: 576px) {
    #block-main ul, #tinymce ul, ul.point {
        line-height: 1.3
    }
}

#block-main ol, #tinymce ol, ol.point {
    line-height: 1.6;
    margin: 15px 0 15px 35px
}

#block-main ul li, #tinymce ul li, ul.point li {
    background: url(/style/pic/point-gr.png) no-repeat left 9px;
    background-size: 8px 8px;
    margin: 6px 0;
    padding-left: 18px
}

#block-main ol li, #tinymce ol li {
    margin: 6px 0
}

.smiles {
    border: none !important;
    bottom: -3px;
    box-shadow: none !important;
    display: inline-block !important;
    margin: 0 5px;
    position: relative
}

.free-banner {
    background: #1abc9c url(/style/pic/bk-banner.png) repeat;
    background-size: 10px 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block;
    margin: 10px auto;
    max-width: 468px;
    min-height: 60px;
    text-align: center;
    width: 100%
}

.free-banner .text {
    background-color: #1abc9c;
    border-radius: 10px;
    color: #fff;
    line-height: 4;
    padding: 3px 10px;
    text-shadow: 1px 1px 1px #117c67
}

@media (max-width: 768px) {
    .free-banner {
        min-height: auto;
        padding: 15px 10px
    }

    .free-banner .text {
        display: block;
        line-height: 1
    }
}

.frame-banner {
    cursor: pointer;
    margin: 10px auto
}

.frame-banner, .frame-banner-prom {
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block
}

.frame-banner-prom {
    margin: 0;
    max-height: 60px;
    max-width: 468px;
    width: 90%
}

.frame-banner-page {
    background-color: #ecf0f1;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #415c76;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 40px auto 10px;
    width: 468px
}

@media (max-width: 768px) {
    .frame-banner {
        height: auto;
        max-width: 468px;
        width: 100%
    }

    .frame-banner-prom {
        width: 100%
    }
}

.tile-block {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 20px
}

.tile-cell {
    background: url(/style/pic/cloud/payment_history.svg) no-repeat top;
    background-size: 70px 70px;
    border: 3px solid #ecf0f1;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: .8rem;
    margin: 5px;
    text-align: center
}

.tile-cell:hover, .tile-sel {
    border: 3px solid #f1c40f
}

.pc-surf {
    display: block;
    margin: 65px 15px 10px
}

.flag-de, .flag-en, .flag-es, .flag-fr, .flag-ge, .flag-ru, .flag-ua {
    background-size: 100%, cover;
    color: #fff;
    display: block;
    height: 70px;
    line-height: 4.9;
    text-shadow: 0 0 1px #000;
    width: 120px
}

.work-task-count {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #6d8d79;
    cursor: default;
    display: inline-block;
    font-size: .7rem;
    min-width: 20px;
    padding: 1px 4px 2px;
    text-align: center
}

.chat-list {
    display: inline-block;
    height: 330px;
    overflow-y: scroll;
    width: 270px
}

.chat-line-feed {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: start;
    margin-top: 20px
}

.chat-mess-1 {
    align-self: flex-end;
    flex: 0;
    max-width: 90%
}

.chat-mess-1 .mess, .chat-mess-2 .mess {
    background-color: #ecf0f1;
    border-left: 5px solid #27ae60;
    border-radius: 8px;
    border-right: 5px solid #27ae60;
    margin: 6px 0;
    padding: 8px 14px
}

@media (max-width: 576px) {
    .chat-mess-1 > .mess, .chat-mess-2 > .mess {
        margin: 0;
        padding: 5px 14px
    }
}

.chat-mess-1 .mess-del {
    background-color: #ecf0f1;
    border-radius: 8px;
    color: #8cae95;
    font-size: .7rem;
    margin: 6px 0;
    padding: 8px 14px
}

.chat-mess-1 .mess .date {
    color: #8cae95;
    display: block;
    font-size: .7rem;
    margin-top: 5px;
    text-align: right
}

.chat-mess-2 {
    align-self: flex-start;
    flex: 0;
    max-width: 90%
}

.chat-mess-2 .mess {
    border-left: 5px solid #e67e22;
    border-right: 5px solid #e67e22;
    color: #793000
}

.chat-mess-2 .mess .date {
    color: #ae9f90;
    display: block;
    font-size: .7rem;
    margin-top: 5px
}

.chat-btn-del, .chat-btn-edit {
    background-color: #ecf0f1;
    background-image: url(/style/pic/chat-edit.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    border: 1px solid #bdc3c7;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 23px;
    margin-bottom: -13px;
    margin-right: 3px;
    opacity: 0;
    position: relative;
    top: -13px;
    width: 23px
}

.chat-btn-del:hover, .chat-btn-edit:hover {
    background-color: #f1e197
}

.chat-btn-del {
    background-image: url(/style/pic/chat-del.png);
    margin-right: 10px
}

.chat-mess-1:hover .chat-btn-del, .chat-mess-1:hover .chat-btn-edit, .chat-mess-2:hover .chat-btn-del, .chat-mess-2:hover .chat-btn-edit {
    opacity: 1
}

.chat-line {
    align-items: center;
    border-bottom: 1px solid #cbcecf;
    color: #34495e;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    font-size: .75rem;
    height: 65px;
    margin-bottom: 1px;
    padding-left: 6px
}

.chat-line-sep {
    background-color: #7aa973;
    display: block;
    height: 3px;
    margin-top: -2px
}

.chat-line-noview {
    border-left: 6px solid #f1c40f;
    padding-left: 0
}

.chat-line-pin {
    background-color: #efefcc;
    border-bottom: 1px solid #c6c6a9
}

.chat-line-active {
    background-color: #d3eed8;
    color: #0a6e2d
}

.chat-line-header {
    align-items: center;
    background-color: #ecf0f1;
    border-bottom: 1px solid #cbcecf;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    margin: -8px -28px 0;
    padding: 6px 20px 6px 10px
}

.chat-line-cell-1 {
    flex: 0;
    padding-left: 8px
}

.chat-line-cell-2 {
    align-self: start;
    flex: 1;
    padding: 6px 12px 5px
}

.chat-line-cell-2 .title {
    display: block;
    font-weight: 700;
    margin-bottom: 2px
}

.chat-line-cell-2 .title .date {
    float: right;
    font-size: .7rem;
    font-weight: 400
}

.chat-line-cell-2 .desc {
    color: #1a6880;
    font-size: .7rem;
    line-height: 1
}

@media (max-width: 992px) {
    .chat-line-header {
        margin: -8px -8px 0
    }
}

@media (max-width: 576px) {
    .chat-line-header {
        padding: 5px 7px 5px 0
    }
}

@media (max-width: 376px) {
    .chat-line-header {
        margin: -8px -8px 0
    }
}

@media (max-width: 321px) {
    .chat-line-header {
        margin: -8px -3px 0
    }
}

@media (max-width: 376px) {
    .chat-line-cell-1 {
        padding-left: 2px
    }
}

@media (max-width: 375px) {
    .chat-line-cell-2 {
        padding: 8px 3px 3px
    }
}

.chat-comm-panel {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 8px 0 5px
}

.chat-comm-textarea, .chat-comm-textarea-edit {
    border: 1px solid #4ba6ac;
    color: #34495e;
    font: .8rem tahoma, arial, sans-serif;
    height: 96px;
    min-height: 48px;
    outline: none;
    overflow: auto;
    padding: 8px 35px 8px 12px;
    resize: vertical;
    width: 100%
}

.chat-comm-textarea-edit {
    border: 1px solid #9b59b6;
    box-shadow: 0 0 3px 3px #d1a2e2
}

.chat-comm-save, .chat-comm-send {
    background-color: #1abc9c;
    border: 2px solid #fff;
    border-radius: 10px 10px 10px 0;
    box-shadow: 0 0 0 1px #4ba6ac;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    height: 40px;
    margin-bottom: -40px;
    padding: 8px 12px 8px 10px;
    position: relative;
    right: -8px;
    top: -42px
}

.chat-comm-save:hover, .chat-comm-send:hover {
    background-color: #16a085
}

.chat-comm-save {
    background-color: #9b59b6;
    box-shadow: 0 0 0 1px #d1a2e2
}

.chat-comm-save:hover {
    background-color: #8e44ad
}

.chat-smiles {
    border-top: 1px solid #bdc3c7;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 3px;
    text-align: center
}

@media (max-width: 992px) {
    .chat-list {
        height: inherit;
        margin-top: 30px;
        max-height: 330px;
        overflow-y: auto;
        width: 220px
    }

    #clist {
        max-height: unset
    }

    .chat-line {
        height: inherit
    }

    .chat-line span.date, .chat-line span.desc {
        display: none
    }
}

.docker-adv-lines {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap
}

.adv-line, .adv-line-click, .adv-line-high {
    align-items: center;
    background-color: #ecf0f1;
    border-left: 6px solid #ecf0f1;
    border-radius: 6px;
    color: #34495e;
    cursor: default;
    display: flex;
    font-size: .8rem;
    margin: 5px 0;
    padding: 10px;
    text-align: left
}

.adv-line .advmoder {
    color: #242d31
}

.adv-line-high .advmoder {
    color: #34495e
}

.adv-line-click {
    background-color: #d3eed8;
    border-left: 6px solid #bcd4c1;
    color: #245e3a
}

.adv-line-high {
    background-color: #efefcc;
    border-left: 6px solid #f1c40f
}

@media (max-width: 576px) {
    .adv-line-click {
        border-left: 0;
        display: flex;
        flex-wrap: wrap;
        padding: 7px
    }

    .adv-line-high {
        border-left: 0;
        padding: 0
    }

    .adv-line-click .adv-line-cell-3 {
        display: flex;
        flex-basis: unset;
        justify-content: space-between;
        min-width: 100%;
        padding: 5px 0 0 49px
    }

    .adv-line {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 7px 10px 4px
    }

    #quest-dock .adv-line-high, #surf-dock .adv-line-high {
        display: flex;
        flex-wrap: wrap;
        padding: 5px
    }

    .adv-line-click .adv-line-cell-3 {
        padding: 5px 0 0 40px
    }

    .adv-line {
        padding: 10px 5px 10px 2px
    }
}

.adv-line-statblock {
    background-color: #ecf0f1;
    padding: 10px 10px 18px;
    text-align: center
}

.adv-line-ext, .adv-line-statblock {
    border-top: 1px solid #bdc3c7;
    display: block;
    margin-top: -8px
}

.adv-line-ext {
    background-color: #dee2e3;
    border-radius: 0 0 6px 6px;
    margin-bottom: 4px;
    padding: 5px 15px
}

.adv-line-moderfix {
    background-color: #ecf0f1;
    border-left: 5px solid #d35400;
    border-top: 1px solid #bdc3c7;
    display: block;
    margin-top: -8px;
    padding: 12px 15px 22px
}

.adv-line-moderfix > .title {
    display: block;
    font-weight: 700;
    margin-bottom: 3px
}

.adv-line-vreport {
    background-color: #f3da76;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #d5be65;
    color: #34495e;
    cursor: pointer;
    display: block;
    margin-top: -8px;
    padding: 7px;
    text-align: center
}

.adv-line-vreport:hover {
    background-color: #e5cd6c
}

.adv-line-vreport > span {
    background-color: #fff;
    border: 1px solid #d5be65;
    border-radius: 8px;
    font-weight: 700;
    margin-left: 6px;
    padding: 1px 8px 2px
}

.adv-line-cell-1 {
    flex: 0;
    padding-right: 14px;
    text-align: center
}

@media (max-width: 576px) {
    .adv-line-cell-1 {
        padding-right: 0
    }
}

.adv-line-cell-2 {
    color: #34495e;
    flex: 1;
    padding-right: 5px
}

@media (max-width: 576px) {
    .adv-line-cell-2 {
        padding-left: 12px;
        width: calc(100% - 45px)
    }
}

@media (max-width: 375px) {
    .adv-line-cell-2 {
        padding-left: 9px
    }
}

.adv-line-cell-2 a {
    color: #34495e
}

.adv-line-cell-2 a.mem-nickname {
    color: #2980b9;
    font-weight: 400;
    margin: 0 10px
}

.adv-line-cell-2 a.mem-nickname:hover {
    border-bottom: 1px dashed #3095d7
}

.adv-line-cell-2 .desclabel {
    border-top: 1px solid #ced1d2;
    color: #ad4816;
    display: block;
    margin-top: 8px;
    padding: 3px 0
}

.adv-line-cell-2 .desc {
    color: #59868e
}

.adv-line-cell-2 .desc2 {
    color: #1a6880;
    font-size: .75rem
}

.adv-line-cell-2 .desc3 {
    color: #ad4816;
    font-size: .75rem;
    text-shadow: 0 1px 1px #fff
}

.adv-line-high .adv-line-cell-2 .desc {
    color: #1a6880
}

.adv-lc {
    cursor: pointer
}

.adv-lc:hover, .adv-lc:hover .desc {
    color: #006e95
}

.adv-line-cell-2 a.gosurf {
    background-color: #fff;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    color: #1b6e87;
    cursor: pointer;
    padding: 5px 10px
}

@media (max-width: 576px) {
    .adv-line-cell-2 a.gosurf {
        margin-left: -5px
    }
}

.adv-line-cell-2 a.gosurf:hover {
    border: 2px solid #27ae60;
    color: #219250
}

.adv-line-cell-3 {
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: .75rem;
    text-align: right;
    white-space: nowrap
}

@media (max-width: 576px) {
    .adv-line-cell-3 {
        align-items: flex-end;
        display: flex;
        flex-basis: 100px;
        flex-wrap: wrap;
        justify-content: space-between;
        min-width: 100%;
        padding: 5px 0 0 49px
    }

    #task-list .adv-line-cell-3 {
        padding: 5px 0 0 55px
    }
}

@media (max-width: 376px) {
    .adv-line-cell-3 {
        padding-left: 35px
    }
}

.adv-line-cell-2 .t {
    display: block;
    font-weight: 700
}

.adv-line-cell-2 .t a {
    font-weight: 400
}

.adv-line-cell-2 a.t {
    color: #34495e;
    display: block
}

@media (max-width: 576px) {
    .adv-line-cell-2 .t span {
        display: inline-block
    }
}

@media (max-width: 376px) {
    .adv-line-cell-2 .t span {
        display: block
    }
}

.adv-line-cell-2 a.t:hover {
    color: #2288a7
}

.adv-line-cell-2 .d {
    color: #59868e;
    display: block
}

@media (max-width: 576px) {
    .ref-line .adv-line-cell-3 {
        padding: 5px 0 0 56px
    }
}

@media (max-width: 376px) {
    .ref-line .adv-line-cell-3 {
        padding-left: 54px
    }
}

.star, .star-green, .star-red {
    color: #06859c;
    text-shadow: 0 1px 0 #fff
}

.star-red {
    color: #c0392b
}

.star-green {
    color: #27ae60
}

.st-needmoder {
    background: url(/style/pic/gomoder.svg) no-repeat 50%, linear-gradient(110deg, #a6abaf 20%, #bdc3c7 50%, #a6abaf 70%);
    cursor: pointer
}

.st-play {
    background: url(/style/pic/process.svg) no-repeat 50%, linear-gradient(110deg, #27ae60 20%, #2ecc71 50%, #27ae60 70%);
    cursor: pointer
}

.st-pause {
    background: url(/style/pic/pause.svg) no-repeat 50%, linear-gradient(110deg, #d35400 20%, #e67e22 50%, #d35400 70%);
    cursor: pointer
}

.st-wait {
    background: url(/style/pic/timer.svg) no-repeat 50%, linear-gradient(110deg, #dab10e 20%, #f1c40f 50%, #dab10e 70%)
}

.st-sleep {
    background: #c0392b url(/style/pic/sleep.svg) no-repeat 50%
}

.st-warning {
    background: url(/style/pic/hand.svg) no-repeat 50%, linear-gradient(110deg, #c0392b 20%, #e74c3c 50%, #c0392b 70%)
}

.st-ban {
    background: url(/style/pic/cross.svg) no-repeat 50%, linear-gradient(110deg, #bdc3c7 20%, #d3d7d8 50%, #bdc3c7 70%)
}

.st-focus {
    cursor: pointer
}

.st-focus:hover {
    box-shadow: 0 0 4px 3px #ff0
}

.st-ban, .st-needmoder, .st-pause, .st-play, .st-sleep, .st-wait, .st-warning {
    background-size: 20px 20px, 100%;
    border-radius: 100px;
    display: block;
    height: 36px;
    margin-right: 4px;
    width: 36px
}

@media (max-width: 376px) {
    .st-ban, .st-needmoder, .st-pause, .st-play, .st-sleep, .st-wait, .st-warning {
        height: 26px;
        width: 26px
    }
}

.ref-block-av {
    height: 45px;
    width: 45px
}

.chat-block-av, .ref-block-av {
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block;
    margin: 0
}

.chat-block-av {
    height: 50px;
    width: 50px
}

.chat-block-av-support {
    background: url(/style/pic/logosupp.png) no-repeat 50%;
    background-size: cover;
    height: 46px;
    width: 46px
}

.chat-block-av-noname {
    background: url(/style/pic/av-noname.png) no-repeat 50%;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    height: 50px;
    width: 50px
}

@media (max-width: 768px) {
    .chat-block-av {
        height: 42px;
        margin: 6px -50px 0 5px;
        width: 42px
    }

    .chat-line-header .chat-block-av {
        margin: 6px 0 0 5px
    }
}

.chat-line-av {
    border: 1px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block;
    height: 40px;
    margin: 5px 0;
    width: 40px
}

.avatar-online {
    box-shadow: 0 0 3px 3px rgba(0, 155, 0, .5)
}

.chat-active {
    box-shadow: 0 0 3px 3px #97d5d6
}

.ref-block-av .av-online {
    background: #24a45b linear-gradient(to bottom right, #35ef84, #24a45b);
    border: 1px solid #fff;
    border-radius: 100px;
    display: block;
    float: right;
    height: 12px;
    position: relative;
    top: 35px;
    width: 12px
}

.stattable-line {
    background-color: #ecf0f1;
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-flow: row wrap;
    font-size: .7rem
}

.stattable-line-cell, .stattable-line-cellnovis, .stattable-line-header, .stattable-line-headeract {
    flex: 1;
    margin: 0 1px 1px 0;
    padding: 5px;
    text-align: center
}

.stattable-line-cell {
    background-color: #fff;
    padding: 5px 1px
}

.stattable-line-header {
    background-color: #ecf0f1;
    padding: 6px 5px
}

.stattable-line-headeract {
    background-color: #37a0e7;
    color: #fff
}

.stattable-line-titlenovis {
    padding: 6px 5px;
    text-align: center
}

.stattable-line-title, .stattable-line-titlenovis {
    flex-basis: 84px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 1px 1px 0
}

.stattable-line-title {
    background-color: #fff;
    border-left: 1px solid #ecf0f1;
    font-size: .75rem;
    padding: 5px 3px 5px 7px;
    text-align: left
}

@media (max-width: 576px) {
    .day-earn {
        font-size: 80%;
        padding: 7px 1px
    }
}

.text-mark, .text-mark-b, .text-mark-g, .text-mark-r, .text-mark-y {
    background: #cfd3d4 linear-gradient(90deg, #cfd3d4, #e1e5e6, #cfd3d4);
    border-radius: 4px;
    color: #1f6377;
    display: inline-block;
    margin-right: 4px;
    min-width: 20px;
    padding: 1px 6px 2px;
    text-align: center
}

@media (max-width: 576px) {
    .advmoder .text-mark-g {
        margin-left: auto;
        max-height: 19px
    }

    .advmoder .text-mark-r {
        margin-right: 0 !important;
        max-height: 19px
    }
}

.text-mark-b {
    background: #2980b9 linear-gradient(90deg, #2980b9, #2e8fcf, #2980b9);
    color: #fff
}

.text-mark-y {
    background: #f1c40f linear-gradient(90deg, #f1c40f, #f5dd53, #f1c40f);
    padding: 1px 10px 2px 8px
}

.text-mark-g {
    background: #9bdb7a linear-gradient(90deg, #9bdb7a, #a8ed84, #9bdb7a);
    color: #2d7719
}

.text-mark-r {
    background: #efaf88 linear-gradient(90deg, #efaf88, #ffceb1, #efaf88);
    color: #774922
}

.mark-focus {
    cursor: pointer
}

.mark-focus:hover {
    box-shadow: 0 0 3px #597ca0
}

@media only screen and (min-width: 40em) {
    .modal-overlay {
        align-items: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: rgba(0, 0, 0, .6);
        display: flex;
        height: 100%;
        justify-content: center;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1);
        visibility: hidden;
        width: 100%;
        z-index: 9999
    }

    .modal-overlay.active {
        opacity: 1;
        visibility: visible
    }
}

.modal {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border: 4px solid #cfe3b8;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    display: flex;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 75rem;
    min-height: 15rem;
    min-width: 20rem;
    opacity: 0;
    overflow-y: auto;
    position: relative;
    transform: scale(1.2);
    transition: all .6s cubic-bezier(.55, 0, .1, 1);
    visibility: hidden;
    width: auto
}

.modal #mcontent {
    width: 100%
}

.modal .close-modal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 5px;
    transition: opacity .6s cubic-bezier(.55, 0, .1, 1), transform .6s cubic-bezier(.55, 0, .1, 1);
    transition-delay: .3s;
    z-index: 1000
}

.modal .close-modal svg {
    height: 1.75em;
    width: 1.75em
}

.modal .modal-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    display: block;
    max-width: 400px;
    min-width: 375px;
    opacity: 0;
    padding: 2rem 1rem;
    text-align: center;
    transition: opacity .6s cubic-bezier(.55, 0, .1, 1);
    transition-delay: .3s;
    width: 100%
}

.modal .modal-content h1 {
    color: #27ae60;
    font-size: 1rem;
    margin: 0 30px 5px;
    padding: 0
}

.modal input {
    background-color: #f2f2f2;
    border: none;
    border-bottom: 1px solid #27ae60;
    box-sizing: border-box;
    color: #34495e;
    font: 1rem tahoma, arial, sans-serif;
    margin-top: 10px;
    padding: 8px 10px 9px;
    width: 100%
}

.modal .modal-dock {
    display: block;
    text-align: center
}

.modal .footer {
    background-color: #ecf0f1;
    display: block;
    margin: 20px -15px -15px;
    padding: 15px;
    text-align: left
}

.modalform-link {
    background: url(/style/pic/link-arrow.png) no-repeat 0;
    background-size: 16px 16px;
    color: #2980b9;
    cursor: pointer;
    display: block;
    margin-bottom: 4px;
    padding-left: 25px
}

.modalform-link:hover {
    color: #3498db
}

.modal.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.modal.active .modal-content {
    opacity: 1
}

.modal.active .close-modal {
    opacity: 1;
    transform: translateY(5px)
}

.modal-btn-no, .modal-btn-ok, .modal-btn-red {
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin: 15px 5px 8px;
    padding: 6px 18px;
    text-decoration: none;
    text-transform: uppercase
}

.modal-btn-ok {
    background-color: #27ae60;
    text-shadow: 1px 1px 1px #208d4e
}

.modal-btn-ok:hover {
    background-color: #208d4e;
    color: #fff
}

.modal-btn-red {
    background-color: #d35400;
    text-shadow: 1px 1px 1px #ab4400
}

.modal-btn-red:hover {
    background-color: #ab4400
}

.modal-btn-no {
    background-color: #abadae;
    text-shadow: 1px 1px 1px #8f9192
}

.modal-btn-no:hover {
    background-color: #999b9c;
    color: #fff
}

@media only screen and (max-width: 39.9375em) {
    .modal {
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        height: 100%;
        left: 0;
        padding: 0 !important;
        position: fixed;
        top: 0;
        transform: scale(1.1);
        width: 100%;
        z-index: 10000
    }

    .close-modal {
        right: 20px !important
    }
}

.buy-btn-0, .buy-btn-1, .buy-btn-2, .buy-btn-3 {
    background-color: #2980b9;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .85rem;
    margin: 5px 10px 5px 0;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #216898;
    text-transform: uppercase
}

.buy-btn-0:hover, .buy-btn-1:hover, .buy-btn-2:hover, .buy-btn-3:hover {
    background-color: #2271a4
}

.buy-btn-1 {
    background-color: #27ae60;
    text-shadow: 1px 1px 1px #1c7e45
}

.buy-btn-1:hover {
    background-color: #208d4e
}

.buy-btn-2 {
    background-color: #e67e22;
    text-shadow: 1px 1px 1px #ba661d
}

.buy-btn-2:hover {
    background-color: #cb701f
}

.static_window_big, .static_window_memo {
    background-color: #f2f2f2;
    border: none;
    border-left: 5px solid #95a5a6;
    box-sizing: border-box;
    color: #b44800;
    font: .8rem tahoma, arial, sans-serif;
    padding: 8px 10px;
    resize: none;
    text-shadow: 0 1px 1px #fff;
    width: 100%
}

.static_window_big {
    font: 1rem tahoma, arial, sans-serif;
    margin: 10px 0 15px;
    text-align: center
}

.gallery-dock {
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-flow: row wrap;
    font-size: .7rem;
    justify-content: center;
    margin: 10px 0 25px
}

.gallery-item {
    background-color: #ecf0f1;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    margin: 8px
}

.gallery-item a {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    display: block;
    height: 100px;
    margin: 10px 10px 8px;
    width: 150px
}

.gallery-item .note {
    display: block;
    text-align: center
}

.gallery-item .note .text {
    background-color: #bdc3c7;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 3px 10px;
    position: relative;
    top: -5px
}

.gallery-item .note .btn {
    background-color: transparent;
    background-image: url(/style/pic/sprite-main.png);
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 884px 102px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    width: 17px
}

.gallery-item .note .btn:hover {
    background-position-y: -34px
}

div.picture-edit {
    display: inline-block;
    position: relative
}

a.picture-delete {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 26px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: #435e79;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 1px;
    width: 26px;
    z-index: 8040
}

a.picture-delete:hover {
    border: 1px solid #efb39f;
    box-shadow: 0 0 4px #d35400
}

#tinymce img, .tinymce img, img.picture {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: block;
    margin: 10px auto;
    max-height: 600px;
    max-width: 99.5%
}

.txsmile {
    border: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    height: 60px;
    margin: 6px;
    width: 60px
}

a.picture-thumb {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    display: block;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    text-align: center
}

.mess a.picture-thumb, a.picture-thumb {
    height: 130px;
    width: 175px
}

#tinymce a.picture-thumb {
    margin: 0
}

#tinymce a.picture-thumb img, a.picture-thumb img {
    border: 0;
    display: inline-block;
    height: 100%;
    margin: 0;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

a.picture-noborder, a.picture-wide {
    cursor: pointer;
    display: block;
    height: auto;
    text-align: center;
    width: auto
}

a.picture-wide img {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    margin: 10px auto;
    max-width: 800px;
    width: 99.5%
}

a.picture-noborder img {
    margin: 10px auto;
    max-width: 800px;
    width: 100%
}

.picture-error {
    background: #ecf0f1 url(/style/pic/noshow.svg) no-repeat 50%;
    background-size: 20%;
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: #fff;
    display: block;
    font-size: .8rem;
    height: 100px;
    margin: 12px 15px;
    text-align: center;
    width: 150px
}

.redline-cat-dock {
    background-color: #f2f2f2;
    border-left: 1px solid #16a085;
    font-size: .8rem;
    padding: 10px 0;
    width: 260px
}

@media (max-width: 576px) {
    .redline-cat-dock {
        width: 100%
    }
}

.wiki-cat-dock {
    display: inline-block;
    font-size: .8rem;
    overflow: auto;
    padding: 10px 0;
    width: 300px
}

.wiki-cat-open {
    display: block
}

.wiki-cat-open .title {
    background-color: #d8dfe2;
    border-bottom: 1px solid #bdc3c6;
    border-top: 1px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    color: #145a70;
    cursor: default;
    display: block;
    padding: 5px 10px
}

.wiki-cat-open .title:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.wiki-cat-open .block {
    display: block;
    margin-bottom: 10px
}

.wiki-cat-close {
    display: block
}

.wiki-cat-close .title {
    color: #145a70;
    cursor: pointer;
    display: block;
    padding: 5px 10px
}

.wiki-cat-close .title:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.wiki-cat-close .block {
    display: none;
    margin-bottom: 10px
}

@media (max-width: 576px) {
    .wiki-cat-dock {
        width: 250px
    }
}

.article, .article-hide, .article-new {
    border-left: 1px solid #bdc3c6;
    color: #145a70;
    cursor: pointer;
    display: block;
    font-size: .8rem;
    margin-left: 17px;
    outline: none;
    padding: 4px 10px
}

.article-hide {
    color: #8eb3bc;
    text-decoration: line-through
}

.article-hide:hover, .article:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.article-act, .article-act:hover {
    border-left: 4px solid #e67e22;
    color: #d35400;
    margin-left: 16px;
    padding-left: 8px;
    text-shadow: none
}

.article-new {
    border-left: 1px solid #3498db;
    color: #2980b9
}

.cat-edit-btn {
    color: #236d9d;
    float: right;
    font-weight: 400
}

.cat-edit-btn:hover {
    background-color: #fff;
    border-radius: 6px;
    color: #194c6d;
    margin: -2px -6px 0 0;
    padding: 2px 6px
}

.wiki-question, .wiki-question-dis {
    background: url(/style/pic/icon_info.svg) no-repeat 0;
    background-size: 22px 22px;
    border: none;
    color: #145a70;
    display: block;
    font-size: .9rem;
    outline: none;
    padding: 3px 10px 3px 32px
}

.wiki-question-dis {
    background: url(/style/pic/icon_info_dis.svg) no-repeat 0;
    color: #95a5a6
}

.wiki-question:hover {
    color: #279bc5
}

.wiki-unvisible {
    background-color: #7f8c8d;
    border-radius: 8px;
    color: #fff;
    font-size: .6rem;
    margin-left: 10px;
    padding: 3px 6px;
    position: relative;
    text-transform: uppercase;
    top: -1px
}

.wiki-outside-title, .wiki-outside-title-hide {
    color: #145a70;
    cursor: pointer;
    display: block;
    padding: 5px 10px
}

.wiki-outside-title-hide {
    color: #8eb3bc;
    text-decoration: line-through
}

.wiki-outside-title:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.forum-icon-1, .forum-icon-2, .forum-icon-3, .forum-icon-4, .forum-icon-5, .forum-icon-6, .forum-icon-7, .forum-icon-8, .forum-icon-9, .forum-icon-10, .forum-icon-11, .forum-icon-12, .forum-icon-13, .forum-icon-14 {
    background-color: transparent;
    background-size: cover;
    display: block;
    height: 32px;
    margin: 1px 12px 2px 0;
    width: 32px
}

.forum-icon-1 {
    background-image: url(/style/pic/cafe.png)
}

.forum-icon-2 {
    background-image: url(/style/pic/pict-pizza.png)
}

.forum-icon-3 {
    background-image: url(/style/pic/cactus.png)
}

.forum-icon-4 {
    background-image: url(/style/pic/smartphone.png)
}

.forum-icon-5 {
    background-image: url(/style/pic/forum-icons/chat.png)
}

.forum-icon-6 {
    background-image: url(/style/pic/tea.png)
}

.forum-icon-7 {
    background-image: url(/style/pic/forum-icons/first-place.png)
}

.forum-icon-8 {
    background-image: url(/style/pic/lighton.png)
}

.forum-icon-9 {
    background-image: url(/style/pic/flag.png)
}

.forum-icon-10 {
    background-image: url(/style/pic/ringer.png)
}

.forum-icon-11 {
    background-image: url(/style/pic/outgoing.png)
}

.forum-icon-12 {
    background-image: url(/style/pic/logosupp.png)
}

.forum-icon-13 {
    background-image: url(/style/pic/forum-icons/baloons.png)
}

.forum-icon-14 {
    background-image: url(/style/pic/forum-icons/chat-close.png)
}

.text-topic-blue {
    color: #2288a7;
    margin-left: 10px
}

.text-round-light {
    background-color: #f1c40f;
    border-radius: 4px;
    padding: 2px
}

.forum-line {
    align-items: center;
    background-color: #ecf0f1;
    border-left: 6px solid #ecf0f1;
    border-radius: 6px;
    color: #34495e;
    cursor: default;
    display: flex;
    flex-flow: row wrap;
    font-size: .8rem;
    margin: 4px 0;
    padding: 10px 8px;
    text-align: left
}

@media (max-width: 576px) {
    .forum-line {
        padding: 8px 6px
    }
}

.public-wrapper {
    flex-wrap: wrap;
    margin: 0 -10px
}

.public-line, .public-wrapper {
    display: flex;
    justify-content: flex-start
}

.public-line {
    align-items: center;
    background-color: #fff;
    border-radius: 6.5px;
    box-shadow: 0 0 5px rgba(64, 64, 64, .3);
    color: #34495e;
    cursor: pointer;
    flex-flow: row wrap;
    flex-direction: column;
    font-size: .8rem;
    margin: 10px;
    overflow: hidden;
    text-align: left;
    width: calc(50% - 20px)
}

.public-line:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.public-line-cell-1 {
    flex: 0
}

.public-line-cell-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 16px;
    width: 100%
}

.public-line-cell-2 .bigtitle {
    align-items: center;
    color: #242d31;
    display: flex;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 100%;
    line-height: 21px;
    margin-bottom: 6px;
    min-height: 50px;
    min-width: 100%;
    padding-bottom: 5px;
    text-align: left
}

.public-line-cell-avatar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: -3px;
    margin-top: -39px;
    padding: 0 0 5px;
    position: relative;
    width: 100%
}

.public-line-cell-avatar span {
    font-size: 13px
}

.public-line-cell-avatar .act-comm {
    background-color: #fff;
    color: #34495e
}

.public-line-cell-avatar .act-comm:hover {
    color: #3498db
}

.public-line-cell-avatar .fh-av {
    background-color: #bdc3c7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 4px solid #fff;
    border-radius: 56px;
    height: 63px;
    margin: auto;
    min-width: 63px;
    z-index: 10
}

.public-line-slot {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 43px;
    position: relative;
    width: 100%
}

.public-line-slot:first-of-type {
    margin-right: 8px
}

.public-line-slot:nth-of-type(2) {
    margin-right: auto
}

.public-line-slot:nth-of-type(3) {
    margin-left: auto
}

.public-line-slot:nth-of-type(4) {
    margin-left: 8px
}

.public-line-slot:before {
    content: "";
    display: block;
    padding-top: 100%
}

.public-line-reward {
    align-items: center;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 23px;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.public-line-reward img {
    border-radius: 32px;
    max-width: 100%;
    width: 100%
}

.public-line-numbers {
    align-items: center;
    border-top: 1px solid #eee;
    color: #34495e;
    display: flex;
    justify-content: center;
    margin-top: auto;
    min-height: 34px;
    padding: 4px 0 0
}

.public-line-numbers span {
    font-size: 13px;
    max-width: 60px;
    min-width: 30px;
    text-align: center;
    white-space: nowrap;
    width: 100%
}

.public-line-numbers span:first-child:nth-last-child(3), .public-line-numbers span:first-child:nth-last-child(3) ~ span {
    max-width: 85px
}

.public-line-numbers.public-line-3col span {
    max-width: 80px
}

.public-line-numbers i {
    margin-right: 5px
}

.public-line-stars {
    height: 24px
}

.public-line-books {
    height: 24px;
    padding-top: 4px;
    z-index: 10
}

.public-line-books.public-line-flag {
    align-items: center;
    background-color: #27ae60;
    color: #fff;
    display: flex;
    height: 24px;
    justify-content: center;
    padding-right: 5px;
    padding-top: 0;
    position: relative;
    right: -31px;
    text-align: center;
    width: 80px
}

.public-line-books.public-line-flag:after {
    border-top: 12px solid transparent;
    border-color: #27ae60 #27ae60 transparent transparent
}

.public-line-books.public-line-flag:after, .public-line-books.public-line-flag:before {
    border-right: 12px solid transparent;
    border-style: solid;
    border-width: 12px;
    content: "";
    left: -12px;
    position: absolute
}

.public-line-books.public-line-flag:before {
    border-bottom: 12px solid transparent;
    border-color: transparent #27ae60 #27ae60 transparent
}

.public-line-books.public-line-flag i {
    padding-right: 5px
}

.public-line-mark {
    align-items: center;
    background-color: #f1c40f;
    color: #fff;
    display: none;
    height: 24px;
    justify-content: center;
    left: -16px;
    padding-left: 5px;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 35px
}

.public-line-mark:after {
    border-top: 12px solid transparent;
    border-color: #f1c40f transparent transparent #f1c40f;
    opacity: 1 !important
}

.public-line-mark:after, .public-line-mark:before {
    border-left: 12px solid transparent;
    border-style: solid;
    border-width: 12px;
    content: "";
    position: absolute;
    right: -12px
}

.public-line-mark:before {
    border-bottom: 12px solid transparent;
    border-color: transparent transparent #f1c40f #f1c40f
}

.public-line object {
    display: flex;
    justify-content: flex-start
}

.public-line-icons {
    align-items: center;
    background-color: #f39c12;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 5px 16px 0 -16px;
    padding-right: 7px;
    transition: .3s
}

.public-line-icons:hover i {
    margin-left: 0
}

.public-line-icons i {
    color: #ecf0f1;
    font-size: 13px;
    margin-left: -36px;
    min-width: 36px;
    padding: 0 8px;
    text-align: center;
    transition: .3s
}

.public-line-icons a {
    color: #ecf0f1;
    display: inline-block;
    margin-right: 16px;
    text-align: center
}

.public-line-icons a:last-child {
    margin-right: 0
}

.public-line-cell-3 {
    align-items: center;
    background: linear-gradient(182.23deg, hsla(0, 0%, 7%, .65) -3.37%, hsla(0, 0%, 7%, .15) 61.66%, hsla(0, 0%, 7%, .07) 73.29%, hsla(0, 0%, 7%, .04) 80.16%, hsla(0, 0%, 7%, 0) 98.14%);
    border-radius: 6.5px 6.5px 0 0;
    color: #fff;
    display: flex;
    font-size: .75rem;
    height: 70px;
    justify-content: flex-start;
    padding: 16px 16px 24px;
    position: relative;
    text-overflow: ellipsis;
    transition: .3s;
    z-index: 20
}

.public-line-cell-3 .fh-av {
    border: 0;
    height: 30px;
    width: 30px
}

.public-line-cell-3 .inwork-round, .public-line-cell-3 .inwork-round-gray, .public-line-cell-3 .inwork-round-red {
    border-radius: 16px;
    display: flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0;
    line-height: 16px;
    padding: 4px 16px;
    text-transform: none
}

.public-line-date {
    display: inline-block;
    margin-left: auto
}

.public-line-cell-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-radius: 6.5px 6.5px 0 0;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 100px;
    position: relative;
    transition: .3s;
    width: 100%
}

.public-line-cell-image:after {
    background-color: #000;
    border-radius: 6.5px 6.5px 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .02;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s
}

.public-line:hover .public-line-cell-image {
    background-size: 103%
}

.public-line:hover .public-line-cell-image :after {
    opacity: .15
}

@media (min-width: 992px) and (max-width: 1200px) {
    .public-line .bigtitle {
        font-size: 14px
    }

    .public-line-cell-image {
        background-size: 150%
    }

    .public-line-cell-2 {
        padding: 8px
    }

    .public-line-cell-3 {
        padding: 16px 8px 24px
    }

    .public-line-icons {
        margin: 5px 8px 0 -8px
    }

    .public-line-mark {
        left: -8px
    }

    .public-line:hover .public-line-cell-image {
        background-size: 155%
    }
}

@media (max-width: 768px) {
    .public-wrapper {
        margin: 0 auto;
        max-width: 450px
    }

    .public-line {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        width: calc(100% - 20px)
    }

    .public-line-cell-image, .public-line:hover .public-line-cell-image {
        background-size: cover
    }
}

.pub-active .public-line-mark {
    display: flex
}

.public-block-av {
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    display: block;
    height: 60px;
    margin: 6px 2px 6px 6px;
    width: 80px
}

@media (max-width: 576px) {
    .public-block-av {
        height: 52.25px;
        width: 70px
    }
}

@media (max-width: 320px) {
    .public-block-av {
        height: 55px;
        margin: 0;
        width: 55px
    }
}

.forum-line-cell-1 {
    flex: 0
}

.forum-line-cell-2 {
    flex: 1;
    padding-right: 5px
}

.forum-line-cell-2 a {
    color: #34495e;
    display: block
}

.forum-line-cell-2 a:hover, .forum-line-cell-2 a:hover .desc {
    color: #2980b9
}

.forum-line-cell-2 a .desc {
    color: #59868e
}

.forum-line-cell-2 .ticket-close {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    color: #c0392b;
    font-size: .65rem;
    margin-left: 5px;
    padding: 2px 6px;
    text-transform: uppercase
}

.forum-line-cell-3 {
    flex-basis: 160px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: .75rem;
    padding-left: 10px
}

.forum-line-cell-3 p {
    margin: 0
}

.forum-line-cell-3 a {
    color: #34495e;
    display: block
}

.forum-line-cell-3 a:hover, .forum-line-cell-3 a:hover .desc {
    color: #3498db
}

.forum-line-cell-3 a .desc {
    color: #59868e
}

@media (max-width: 576px) {
    .forum-line-cell-3 {
        border-left: 0 !important;
        border-top: 1px dotted #bdc3c7;
        flex-basis: 100% !important;
        margin-top: 5px;
        padding: 3px 0 0
    }

    .forum-line-cell-3, .forum-line-cell-3 a {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .forum-line-cell-3 p {
        margin: 0 auto 0 10px
    }
}

@media (max-width: 376px) {
    .forum-line-cell-3 a {
        flex-direction: column
    }

    .forum-line-cell-3 p {
        margin: 0
    }
}

.forum-group-av {
    border: 1px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.forum-group-av, .forum-group-av-support {
    display: block;
    height: 38px;
    margin: -1px 4px 0;
    width: 38px
}

.forum-group-av-support {
    background: url(/style/pic/logosupp.png) no-repeat 50%;
    background-size: cover
}

@media (max-width: 576px) {
    .forum-group-av {
        display: none
    }
}

.cbtn-panel {
    background-color: #ecf0f1;
    border-left: 5px solid #bdc3c7;
    display: block;
    margin: 10px 0;
    padding: 10px
}

.cbtn-panel .title {
    color: #c0392b;
    display: block;
    font-weight: 700;
    margin: 5px 0 10px 25px
}

.feed-headpanel {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

@media (max-width: 576px) {
    .feed-headpanel {
        flex-direction: column
    }
}

.panel-head {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .6), #fff)
}

.panel-stat {
    background-color: #ecf0f1;
    border-radius: 4px;
    cursor: default;
    margin-top: 20px;
    padding: 10px
}

@media (max-width: 576px) {
    .panel-stat {
        padding: 5px 0 5px 3px
    }
}

.feed-headpanel .fh-1 {
    flex: 0;
    white-space: nowrap
}

.feed-headpanel .fh-2 {
    flex: 1
}

@media (max-width: 576px) {
    .feed-headpanel > .fh-1 {
        margin-top: 15px
    }
}

.fh-av {
    border: 2px solid #fff;
    border-radius: 100px;
    display: block;
    height: 40px;
    margin-left: -2px;
    margin-right: 10px;
    width: 40px
}

.btn-dislike, .btn-dislike-act, .btn-like, .btn-like-act, .btn-subs, .btn-subs-act {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    color: #27ae60;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin-right: 5px;
    min-width: 33px;
    padding: 4px 8px;
    text-align: center
}

.btn-dislike-act:hover, .btn-dislike:hover, .btn-like-act:hover, .btn-like:hover, .btn-subs-act:hover, .btn-subs:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.btn-dislike {
    color: #c0392b
}

.btn-subs {
    color: #237086;
    margin-left: 5px
}

.btn-like-act {
    background-color: #27ae60;
    color: #fff
}

.btn-dislike-act {
    background-color: #c0392b;
    color: #fff
}

.btn-subs-act {
    background-color: #3498db;
    color: #fff;
    margin-left: 5px
}

.price-click {
    font-size: 1.2rem
}

@media (max-width: 375px) {
    .price-click {
        font-size: .9rem
    }
}

.citext {
    color: #237086;
    margin-right: 14px
}

.citext i {
    margin-right: 6px
}

.cbtn-lite, .cbtn-lite-check {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
    min-width: 30px;
    padding: 3px;
    text-align: center
}

.cbtn-lite:hover {
    color: #27ae60
}

.cbtn-lite-check {
    background-color: #bad9dc
}

.cbtn-lite-check:hover {
    background-color: #acc8cb
}

.cbtn, .cbtn-dis, .cbtn-red {
    color: #2f6181;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin-right: 5px;
    padding: 3px;
    text-align: center
}

.cbtn:hover {
    color: #27ae60
}

.cbtn-red {
    color: #c0392b
}

.cbtn-grey {
    color: #9fa4a8
}

.cbtn-b, .cbtn-check-b, .cbtn-dis-b, .cbtn-red-b {
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    color: #1f4055;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    margin: 1px 3px 1px 0;
    min-width: 33px;
    padding: 3px 8px;
    text-align: center
}

@media (max-width: 375px) {
    .cbtn-b, .cbtn-check-b, .cbtn-dis-b, .cbtn-red-b {
        margin-right: 1px;
        min-width: 30px;
        padding: 3px 5px
    }
}

.cbtn-b:hover {
    background-color: #fff;
    border: 1px solid #88aa94;
    color: #27ae60
}

.cbtn-check-b {
    background-color: #28a1c5;
    border: 1px solid #238fae;
    color: #fff
}

.cbtn-red-b {
    background-color: #e74c3c;
    border: 1px solid #c0392b;
    color: #fff
}

.cbtn-red-b:hover {
    background-color: #c0392b
}

.cbtn-dis, .cbtn-dis-b {
    color: #9fa4a8;
    cursor: default
}

.cbtn-right {
    float: right
}

.cbtn-circle {
    border-radius: 50%;
    font-size: .9rem;
    height: 36px;
    line-height: 27px;
    width: 36px
}

.cbtn-once-gray, .cbtn-once-green, .cbtn-once-red {
    color: #bdc3c7;
    cursor: pointer;
    display: block;
    font-size: .9rem
}

.cbtn-once-gray:hover, .cbtn-once-green {
    color: #16a085
}

.cbtn-once-red {
    color: #c0392b
}

.xbtn, .xbtn-check, .xbtn-dis, .xbtn-red, .xbtn-white {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: .7rem;
    margin-right: 5px;
    padding: 4px 8px
}

.xbtn-circle {
    border-radius: 50%;
    padding: 8px
}

.xbtn-left {
    float: left;
    margin-right: 3px
}

.xbtn-right {
    float: right;
    margin-right: 3px
}

.xbtn-red {
    background-color: #e74c3c;
    border: 1px solid #c0392b;
    color: #fff
}

.xbtn-red:hover {
    background-color: #c0392b
}

.xbtn-white {
    background-color: #fff;
    color: #fff
}

.xbtn-white:hover {
    background-color: #eff6e1
}

.xbtn-check {
    background-color: #28a1c5;
    border: 1px solid #238fae;
    color: #fff
}

.xbtn:hover {
    background-color: #fff;
    color: #16a085
}

.xbtn-check:after, .xbtn-dis:after, .xbtn-red:after, .xbtn-red:hover:after, .xbtn-white:after, .xbtn:after, .xbtn:hover:after {
    background-color: transparent;
    background-image: url(/style/pic/sprite-main.png);
    background-repeat: no-repeat;
    background-size: 884px 102px;
    content: "";
    display: block;
    float: left;
    height: 17px;
    width: 17px
}

.xbtn-white:hover:after, .xbtn:hover:after {
    background-position-y: -34px
}

.xbtn-dis:after {
    background-position-y: -51px
}

.xbtn-check:after, .xbtn-red:after {
    background-position-y: -68px
}

.xicon-btn, .xicon-btn-dis, .xicon-btn-gray, .xicon-btn-green, .xicon-btn-red {
    background-color: transparent;
    background-image: url(/style/pic/sprite-main.png);
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 884px 102px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin: 4px 0 2px 3px;
    width: 17px
}

.xicon-btn-dis {
    cursor: default
}

.xicon-btn-dis, .xicon-btn-gray {
    background-position-y: -51px
}

.xicon-btn-green {
    background-position-y: -34px
}

.xicon-btn-red {
    background-position-y: -85px
}

.xicon-btn-gray:hover, .xicon-btn:hover {
    background-position-y: -34px
}

.xtext, .xtext-block {
    color: #237086;
    display: inline-block;
    font-size: .75rem;
    margin: 1px 10px 1px 0;
    padding: 0
}

.xtext-block:after, .xtext:after {
    background-color: transparent;
    background-image: url(/style/pic/sprite-main.png);
    background-position-y: -17px;
    background-repeat: no-repeat;
    background-size: 884px 102px;
    content: "";
    display: block;
    float: left;
    height: 17px;
    margin-right: 5px;
    width: 17px
}

.xtext-block {
    color: #34495e;
    display: block;
    font-size: .8rem;
    margin: 2px 0
}

a.xtext-block {
    color: #1393a0
}

a.xtext-block:after {
    background-position-y: -17px
}

a.xtext-block:hover, a.xtext:hover {
    color: #16a085
}

a.xtext-block:hover:after, a.xtext:hover:after {
    background-position-y: -34px
}

.watch {
    border-right: 3px solid #bdc3c7;
    font-size: .75rem;
    margin: 1px 0 1px 3px;
    padding: 2px 8px
}

.watch, .watch-price {
    display: inline-block;
    white-space: nowrap
}

.watch-price {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #34495e;
    font-size: .8rem;
    margin: 1px -12px 3px 3px;
    padding: 4px 12px 4px 8px
}

.watch-price .currency-hint {
    color: #627c90;
    font-size: 95%
}

@media (max-width: 991px) {
    .watch-price {
        margin: 1px 4px 3px 3px
    }
}

@media (max-width: 576px) {
    .watch-price {
        display: flex;
        margin: 1px 4px 0 0;
        padding: 4px 6px
    }
}

@media (max-width: 768px) {
    .watch-price .currency-hint {
        margin-left: 5px
    }
}

.watch-balance, .watch-balance-dis {
    background-color: #b2b8bb;
    border-radius: 4px 0 0 4px;
    border-right: 8px solid #dadedf;
    color: #fff;
    display: inline-block;
    font-size: .9rem;
    margin: 1px -10px 1px 3px;
    padding: 5px 8px;
    text-shadow: 1px 1px 1px #979c9f;
    white-space: nowrap
}

.watch-balance-dis .currency-hint, .watch-balance .currency-hint {
    color: hsla(0, 0%, 100%, .88);
    font-size: 85%;
    margin-top: 2px;
    text-shadow: none
}

.watch-balance {
    background-color: #1abc9c;
    border-right: 8px solid #bedacf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    cursor: pointer;
    text-shadow: 1px 1px 1px #138972
}

.watch-balance:hover {
    background-color: #16a085
}

@media (max-width: 576px) {
    .watch-balance, .watch-balance-dis {
        font-size: .8rem;
        padding: 5px 4px
    }
}

@media (max-width: 375px) {
    .watch-balance, .watch-balance-dis {
        border-right: 4px solid #bedacf
    }
}

.watch-balance-dis i, .watch-balance i, .watch-price i, .watch i {
    font-size: 120%;
    margin: 0 8px 0 2px
}

.watch-price > i {
    color: #d35400
}

.avatar-user {
    border: none !important;
    border-radius: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 50px
}

.xic-1, .xic-1:after {
    background-position-x: 0
}

.xic-2, .xic-2:after {
    background-position-x: -17px
}

.xic-3, .xic-3:after {
    background-position-x: -34px
}

.xic-4, .xic-4:after {
    background-position-x: -51px
}

.xic-5, .xic-5:after {
    background-position-x: -68px
}

.xic-6, .xic-6:after {
    background-position-x: -85px
}

.xic-7, .xic-7:after {
    background-position-x: -102px
}

.xic-8, .xic-8:after {
    background-position-x: -119px
}

.xic-9, .xic-9:after {
    background-position-x: -136px
}

.xic-10, .xic-10:after {
    background-position-x: -153px
}

.xic-11, .xic-11:after {
    background-position-x: -170px
}

.xic-12, .xic-12:after {
    background-position-x: -187px
}

.xic-13, .xic-13:after {
    background-position-x: -204px
}

.xic-14, .xic-14:after {
    background-position-x: -221px
}

.xic-15, .xic-15:after {
    background-position-x: -238px
}

.xic-16, .xic-16:after {
    background-position-x: -255px
}

.xic-17, .xic-17:after {
    background-position-x: -272px
}

.xic-18, .xic-18:after {
    background-position-x: -289px
}

.xic-19, .xic-19:after {
    background-position-x: -306px
}

.xic-20, .xic-20:after {
    background-position-x: -323px
}

.xic-21, .xic-21:after {
    background-position-x: -340px
}

.xic-22, .xic-22:after {
    background-position-x: -357px
}

.xic-23, .xic-23:after {
    background-position-x: -374px
}

.xic-24, .xic-24:after {
    background-position-x: -391px
}

.xic-25, .xic-25:after {
    background-position-x: -408px
}

.xic-26, .xic-26:after {
    background-position-x: -425px
}

.xic-27, .xic-27:after {
    background-position-x: -442px
}

.xic-28, .xic-28:after {
    background-position-x: -459px
}

.xic-29, .xic-29:after {
    background-position-x: -476px
}

.xic-30, .xic-30:after {
    background-position-x: -493px
}

.xic-31, .xic-31:after {
    background-position-x: -510px
}

.xic-32, .xic-32:after {
    background-position-x: -527px
}

.xic-33, .xic-33:after {
    background-position-x: -544px
}

.xic-34, .xic-34:after {
    background-position-x: -561px
}

.xic-35, .xic-35:after {
    background-position-x: -578px
}

.xic-36, .xic-36:after {
    background-position-x: -595px
}

.xic-37, .xic-37:after {
    background-position-x: -612px
}

.xic-38, .xic-38:after {
    background-position-x: -629px
}

.xic-39, .xic-39:after {
    background-position-x: -646px
}

.xic-40, .xic-40:after {
    background-position-x: -663px
}

.xic-41, .xic-41:after {
    background-position-x: -680px
}

.xic-42, .xic-42:after {
    background-position-x: -697px
}

.xic-43, .xic-43:after {
    background-position-x: -714px
}

.xic-44, .xic-44:after {
    background-position-x: -731px
}

.xic-45, .xic-45:after {
    background-position-x: -748px
}

.xic-46, .xic-46:after {
    background-position-x: -765px
}

.xic-47, .xic-47:after {
    background-position-x: -782px
}

.xic-48, .xic-48:after {
    background-position-x: -799px
}

.xic-49, .xic-49:after {
    background-position-x: -816px
}

.xic-50, .xic-50:after {
    background-position-x: -833px
}

.xic-51, .xic-51:after {
    background-position-x: -850px
}

.xic-52, .xic-52:after {
    background-position-x: -867px
}

.eps-block {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 30px
}

.eps-sample, .eps-sample-balance, .eps-sample-safe {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 116px auto;
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: 0 0 3px #bdc3c7;
    cursor: pointer;
    flex: 0 0 150px;
    height: 60px;
    margin: 5px;
    width: 150px
}

.eps-sample-balance:hover, .eps-sample-safe:hover, .eps-sample:hover {
    background-color: #f6f6f6;
    box-shadow: 0 0 4px #b0b5b8
}

.eps-image {
    background-color: #fff;
    background-size: auto 30px;
    width: 180px
}

.eps-image, .eps-image-mini {
    background-position: 0;
    background-repeat: no-repeat;
    display: block;
    height: 30px
}

.eps-image-mini {
    background-size: contain;
    width: 60px
}

.eps-2 {
    background-image: url(/style/pic/eps/btn/icon-card2x.png)
}

.eps-3 {
    background-image: url(/style/pic/eps/btn/icon-wmz2x.png)
}

.eps-4 {
    background-image: url(/style/pic/eps/btn/icon-yoo2x.png)
}

.eps-5 {
    background-image: url(/style/pic/eps/btn/icon_advc2x.png)
}

.eps-6 {
    background-image: url(/style/pic/eps/btn/icon-pp2x.png)
}

.eps-7 {
    background-image: url(/style/pic/eps/btn/icon-pm2x.png)
}

.eps-8 {
    background-image: url(/style/pic/eps/btn/icon-sbp2x.png)
}

.eps-9 {
    background-image: url(/style/pic/eps/btn/icon-pr2x.png)
}

.eps-10 {
    background-image: url(/style/pic/eps/btn/icon-wmr2x.png)
}

.eps-11 {
    background-image: url(/style/pic/eps/btn/icon-pv2x.png)
}

.eps-12 {
    background-image: url(/style/pic/eps/btn/icon-str2x.png)
}

.eps-13 {
    background-image: url(/style/pic/eps/btn/icon-wm2x.png)
}

.eps-14 {
    background-image: url(/style/pic/eps/btn/icon-visa2x.png)
}

.eps-15 {
    background-image: url(/style/pic/eps/btn/icon-mc2x.png)
}

.eps-sample-balance {
    background: #fff url(/style/pic/m-wallet.png) 10px no-repeat;
    background-size: 37px 37px
}

.eps-sample-balance, .eps-sample-safe {
    font-size: .8rem;
    padding: 12px 5px 5px 55px
}

.eps-sample-safe {
    background: #fff url(/style/pic/m-safe.png) 10px no-repeat;
    background-size: 37px 37px
}

.complaint-block {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 10px
}

.complaint-btn, .complaint-btn-ok {
    background-color: #638cb4;
    color: #fff;
    cursor: pointer;
    flex: 1;
    font-size: .7rem;
    margin: 2px;
    padding: 9px 12px;
    text-align: left;
    text-transform: uppercase
}

.complaint-btn-ok:hover, .complaint-btn:hover {
    background-color: #507292
}

.complaint-btn-ok {
    background-color: #27ae60
}

.complaint-btn-ok:hover {
    background-color: #219251
}

.block-quest {
    background-color: #ecf0f1;
    border-radius: 8px;
    color: #34495e;
    display: block;
    margin: 20px 0;
    padding-bottom: 5px;
    text-align: left
}

.block-quest .header {
    border-bottom: 1px dotted #d8dcdd;
    color: #34495e;
    display: block;
    font-weight: 700;
    padding: 6px 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.block-quest .mess {
    display: block;
    padding: 10px 20px
}

.filter-task-user {
    margin: 5px;
    text-align: center
}

.filter-task-user .item, .filter-task-user .item-abort {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    padding: 5px 0 5px 8px;
    text-align: center
}

.filter-task-user .item-abort:hover, .filter-task-user .item:hover {
    border: 1px solid #f1c40f;
    box-shadow: 0 0 3px #f1c40f
}

.filter-task-user .item .del {
    color: #bdc3c7;
    font-weight: 700;
    padding: 0 8px
}

.filter-task-user .item .del:hover {
    color: #c0392b
}

.filter-task-user .item-abort {
    color: #c0392b;
    padding: 5px 8px
}

.filter-task-user .active {
    border: 1px solid #27ae60;
    box-shadow: 0 0 3px #27ae60
}

.filter-task-block {
    background-image: url(/style/pic/search.png);
    background-position: 7px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #bdc3c7;
    border-radius: 10px;
    color: #10585e;
    cursor: pointer;
    display: block;
    min-height: 25px;
    padding: 4px 8px 4px 35px;
    text-align: right
}

.filter-task-block:hover {
    border: 1px solid #f1c40f;
    box-shadow: 0 0 3px #f1c40f
}

.filter-icon {
    display: inline-block;
    margin: 0 4px
}

.filter-icon-1, .filter-icon-2, .filter-icon-3, .filter-icon-4, .filter-icon-5, .filter-icon-6, .filter-icon-7, .filter-icon-8, .filter-icon-9 {
    background: url(/style/pic/task-replace3.png) no-repeat 50%;
    background-size: cover;
    display: inline-block;
    height: 16px;
    margin-left: 2px;
    margin-right: 3px;
    position: relative;
    top: 3px;
    width: 16px
}

.filter-icon-2 {
    background: url(/style/pic/task-flash.png) no-repeat 50%
}

.filter-icon-3 {
    background: url(/style/pic/task-diamond.png) no-repeat 50%
}

.filter-icon-4 {
    background: url(/style/pic/task-target.png) no-repeat 50%
}

.filter-icon-5 {
    background: url(/style/pic/task-ip.png) no-repeat 50%
}

.filter-icon-6 {
    background: url(/style/pic/task-www.png) no-repeat 50%
}

.filter-icon-7 {
    background: url(/style/pic/task-radar.png) no-repeat 50%
}

.filter-icon-8 {
    background: url(/style/pic/task-crown.png) no-repeat 50%
}

.filter-icon-9 {
    background: url(/style/pic/task-speed.png) no-repeat 50%
}

.filter-span1, .filter-span2, .filter-span3, .filter-span4 {
    background-color: #d0ebf8;
    border-radius: 4px;
    display: inline-block;
    font-size: .75rem;
    margin: 1px 4px 1px 0;
    padding: 3px 6px
}

.filter-span1 {
    background-color: #ecf0f1;
    border-left: 3px solid #bdc3c7
}

.filter-span2 {
    background-color: #ccf1e1;
    border-left: 3px solid #a2bfb3
}

.filter-span4 {
    background-color: #f1f0bb;
    border-left: 3px solid #cccb9e
}

.taskread-head {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 10px
}

.taskread-head .block1 {
    flex-basis: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 18px 0 3px;
    text-align: center
}

.taskread-head .block2 {
    flex: 1
}

.taskread-head .block3 {
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right
}

.taskread-head-av {
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 50px
}

.emp-rating-block {
    border-bottom: 1px dotted #bdc3c7;
    display: block;
    margin: 8px 0 10px;
    padding-bottom: 12px
}

.emp-rating-block .title {
    display: block;
    margin-bottom: 5px
}

@media (max-width: 576px) {
    .emp-rating-block {
        height: 0;
        opacity: 0;
        overflow: hidden;
        padding-bottom: 0;
        visibility: hidden
    }
}

.emp-rating {
    color: #bdc3c7;
    display: block;
    font-size: .6rem;
    margin: -1px 0
}

.emp-rating .r1, .emp-rating .r2, .emp-rating .r3, .emp-rating .r4, .emp-rating .r5 {
    color: #27ae60;
    display: inline-block;
    height: 5px;
    margin-bottom: 1px;
    width: 0
}

.emp-rating .r1 {
    border-bottom: 4px solid #e74c3c
}

.emp-rating .r2 {
    border-bottom: 4px solid #e67e22
}

.emp-rating .r3 {
    border-bottom: 4px solid #f1c40f
}

.emp-rating .r4 {
    border-bottom: 4px solid #3accbd
}

.emp-rating .r5 {
    border-bottom: 4px solid #2ecc71
}

.emp-rating .stars, .emp-rating .t1 {
    display: inline-block
}

.emp-rating .stars {
    border-right: 1px solid #bdc3c7;
    padding-right: 4px;
    text-align: right;
    width: 50px
}

.emp-rating .tcount {
    color: #849fa9;
    display: inline-block;
    padding-left: 4px;
    width: 10px
}

.textstyle {
    color: #c0392b;
    display: block;
    margin: 3px 0;
    text-shadow: 1px 1px 1px #fff
}

.tag-mini, .tag-mini-gray, .tag-mini-red {
    background-color: #cbe4e9;
    color: #1a6c84
}

.tag-mini, .tag-mini-gray, .tag-mini-red, .tag-mini-tr {
    border: 1px solid #b6ccd1;
    border-radius: 6px;
    display: inline-block;
    font-size: .7rem;
    margin: 2px 3px 1px 0;
    padding: 1px 8px 2px
}

.tag-mini-tr {
    color: #4f6a73
}

.tag-mini-gray {
    background-color: #dee1e2;
    color: #9aacac;
    text-shadow: 0 1px 1px #fff
}

.adv-line-high .tag-mini-gray {
    background-color: #efefcc
}

.tag-mini-red {
    background: #a83226 linear-gradient(to bottom right, #da4131 40%, #a83226 0, #a83226 60%, #da4131 0);
    color: #fff
}

.view-ip {
    color: #2980b9;
    display: block;
    font-size: .75rem;
    margin-bottom: 10px;
    padding: 1px 0
}

.view-ip:before {
    background-color: #2980b9;
    border-radius: 6px;
    color: #fff;
    content: "IP";
    font-size: .65rem;
    left: -1px;
    margin-right: 5px;
    padding: 2px 5px;
    position: relative;
    top: -1px
}

.mark-date {
    color: #2980b9;
    display: block;
    margin-bottom: 8px
}

.fix-label {
    background-color: #e67e22;
    color: #fff;
    display: block;
    margin: 10px -10px;
    padding: 3px 10px 4px;
    text-shadow: 1px 1px 1px #c26b1d
}

@media (max-width: 575px) {
    .fix-label {
        margin: 10px -3px
    }
}

.tag-folder-block {
    display: block;
    margin: 15px 0;
    text-align: center
}

.tag-folder {
    background-color: #ecf0f1;
    cursor: pointer
}

.tag-folder, .tag-folder-act {
    border-radius: 8px;
    color: #252f34;
    display: inline-block;
    margin: 2px 5px 3px 0;
    padding: 6px 10px;
    white-space: nowrap
}

.tag-folder-act {
    background-color: #efefcc
}

.tag-folder-act span, .tag-folder span {
    background-color: #fff;
    border: 1px solid #d8dcdd;
    border-radius: 7px;
    margin-left: 7px;
    margin-right: -6px;
    padding: 2px 6px
}

.tag-folder-act span {
    border: 1px solid #d7cf8a
}

.round-gray, .round-green, .round-red {
    background-color: #d35400;
    border-radius: 4px;
    color: #fff;
    font-size: .7rem;
    margin-right: -5px;
    padding: 3px 6px
}

.round-green {
    background-color: #27ae60
}

.round-gray {
    background-color: #9a9fa2
}

.paid-eps {
    background-color: #ecf0f1;
    border-radius: 6px;
    margin-right: 15px;
    padding: 4px 8px
}

.wiki-article {
    font-size: .9rem
}

.wiki-iblock {
    align-items: flex-start;
    color: #1c666e;
    display: flex;
    flex-flow: row wrap;
    font-size: .85rem
}

.wiki-iblock .icon {
    flex: 0
}

.wiki-iblock .side .icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    height: 30px;
    margin: 10px;
    width: 30px
}

.wiki-iblock .text {
    flex: 1;
    margin: 5px 20px 5px 5px
}

.wiki-gall-block {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap
}

.wiki-gall-block .wg-item {
    align-items: center;
    background-color: #ecf0f1;
    border-radius: 6px;
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 3px;
    padding: 3px
}

.wiki-gall-block .wg-item a, .wiki-gall-block .wg-item div {
    flex: 0;
    padding: 5px
}

img.wiki-prev {
    max-height: 30px;
    width: auto
}

.support-request-static {
    background-color: #e67e22;
    border-left: 5px solid #d35400;
    color: #fff
}

.support-request, .support-request-static {
    display: block;
    margin: 2px 0;
    padding: 9px 12px
}

.support-request {
    background-color: #ecf0f1;
    border-left: 5px solid #27ae60;
    cursor: pointer
}

.support-request:hover {
    background-color: #dee2e3;
    border-left: 5px solid #21904f
}

.support-desc span {
    color: #27ae60
}

@media (max-width: 575px) {
    .support-desc {
        margin-left: auto
    }
}

.form-editmemo {
    display: block;
    margin: 5px 0;
    width: 100%
}

.form-editmemo .header {
    display: block;
    padding: 5px 0
}

.form-editmemo textarea {
    border: 1px solid #bdc3c7;
    color: #34495e;
    display: block;
    font: .8rem tahoma, arial, sans-serif;
    height: 96px;
    min-height: 96px;
    overflow: auto;
    padding: 6px 10px;
    resize: vertical;
    width: 100%
}

.form-editmemo .statusbar {
    color: #34495e;
    display: block;
    font-size: .7rem;
    padding: 3px 10px 4px;
    text-align: right
}

.form-editmemo .smilebox {
    align-items: center;
    background-color: #ecf0f1;
    border-radius: 6px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px;
    text-align: center
}

.form-wrap .form-s {
    white-space: nowrap
}

@media (max-width: 767px) {
    .form-wrap .form-s {
        white-space: unset
    }
}

.move-ticket-mess {
    color: #16a085;
    display: block;
    margin: 20px 0 10px;
    text-align: center
}

.text-red-round {
    background-color: #d35400;
    border-radius: 10px;
    color: #fff;
    font-size: .6rem;
    margin-right: 5px;
    padding: 4px 8px;
    text-shadow: 1px 1px 1px #ad4500;
    text-transform: uppercase
}

.depinfo-block {
    border-bottom: 1px solid #bdc3c7;
    display: block;
    font-size: .8rem;
    padding: 10px 15px
}

ul.ext-menu {
    display: block;
    font-size: .7rem;
    list-style: none;
    text-transform: uppercase;
    width: 180px
}

ul.ext-menu li.ext-separate {
    display: block;
    height: 20px
}

ul.ext-menu li a {
    border-bottom: 1px solid #d8dcdd;
    color: #2c3e50;
    display: block;
    padding: 8px 9px
}

ul.ext-menu li a.blue-link {
    color: #2980b9
}

ul.ext-menu li a:hover {
    color: #d35400
}

ul.ext-menu li a.title {
    color: #2980b9;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff
}

ul.ext-menu li a.active, ul.ext-menu li a.active:hover {
    background-color: #dfe3e4;
    color: #c0392b
}

ul.ext-menu li a.border-green {
    border-left: 4px solid #1abc9c
}

ul.ext-menu li a.border-red {
    border-left: 4px solid #c0392b
}

ul.ext-menu li.header {
    background-color: #d4d8d9;
    border-bottom: 1px solid #bdc3c6;
    border-top: 1px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    cursor: default;
    display: block;
    padding: 8px 9px;
    text-shadow: 1px 1px 1px #fff
}

ul.ext-menu li.eh-close, ul.ext-menu li.eh-open {
    background: #2980b9 linear-gradient(180deg, #2980b9, #3193d4, #2980b9);
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    outline: none;
    padding: 8px 9px;
    text-shadow: 1px 1px 1px #226d9e
}

ul.ext-menu li.eh-close {
    background: #aeb3b6 linear-gradient(180deg, #aeb3b6, #bdc3c7, #aeb3b6);
    text-shadow: 1px 1px 1px #6f7578
}

ul.ext-menu i.style-icon {
    font-size: .9rem;
    width: 26px
}

.eh-hide {
    display: none
}

.booble-ext {
    background-color: #e67e22;
    border-radius: 6px;
    color: #fff;
    float: right;
    min-width: 20px;
    padding: 1px 6px 2px;
    text-align: center;
    text-shadow: none
}

.booble-gray {
    background-color: #95a5a6
}

.booble-green {
    background-color: #27ae60
}

.booble-blue {
    background-color: #2980b9
}

.booble-amethyst {
    background-color: #8e44ad
}

.booble-red {
    background-color: #c0392b
}

.table-inv {
    width: 100%
}

.table-inv td {
    padding: 3px 8px;
    text-align: left
}

.sprint-window {
    background: #ecf0f1 url(/style/pic/bk-level.png) no-repeat 0 0;
    background-size: 0 50px;
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    color: #34495e;
    display: block;
    font: 1rem tahoma, arial, sans-serif;
    margin: 10px auto;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    width: 60%
}

.table-one {
    border-collapse: collapse;
    width: 100%
}

.table-one th {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    font-weight: 400;
    padding: 6px 8px;
    text-align: center
}

.table-one td {
    border-bottom: 1px solid #ccd2d6;
    padding: 6px 8px;
    text-align: left
}

.table-one td.cat {
    background-color: #eef1de;
    border-bottom: 1px solid #cccfbf;
    color: #20638f
}

.table-one tr.v-ban td {
    background-color: #ffdabc;
    border-bottom: 1px solid #e9c8ac
}

.table-one tr.v-view td {
    background-color: #fad72c;
    border-bottom: 1px solid #cfa80d;
    font-weight: 700
}

.table-one tr.v-blue td {
    background-color: #b8eeff;
    border-bottom: 1px solid #9ccad8
}

@media (max-width: 576px) {
    .table-one th {
        word-break: break-all
    }

    .table-one td {
        padding: 4px 2px
    }
}

@media (max-width: 376px) {
    .mobile-table-wrapper {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        overflow-x: scroll;
        width: 253px
    }
}

@media (max-width: 341px) {
    .mobile-table-wrapper {
        width: 217px
    }
}

.table-rtask {
    border-collapse: collapse;
    width: 100%
}

.table-rtask td {
    padding: 4px 0;
    text-align: left;
    vertical-align: top
}

.table-rtask-td {
    padding-right: 10px;
    text-align: center
}

.table-rtask .table-rtask-main {
    padding: 4px 15px
}

@media (min-width: 576px) {
    .table-rtask-td {
        padding-right: 0
    }

    .table-rtask .table-rtask-main {
        padding: 4px
    }

    .table-rtask-main .mem-nickname {
        margin: 0 10px 0 0
    }
}

.moder-faq-wrapper {
    margin: 50px 20px
}

@media (max-width: 576px) {
    .moder-faq-wrapper {
        margin: 35px 0
    }
}

.moder-chat1, .moder-chat2, .moder-chat4 {
    background-color: #f3f7f8;
    border-bottom: 1px solid #d8dcdd;
    border-top: 1px solid #d8dcdd;
    display: block;
    font-size: .75rem;
    margin-bottom: 3px;
    padding: 10px;
    text-align: left
}

.moder-chat1 {
    border-left: 5px solid #f39c12
}

.moder-chat2 {
    border-left: 5px solid #c0392b;
    color: #c0392b
}

.moder-chat4 {
    border-left: 5px solid #9b59b6;
    color: #8e44ad
}

.moder-chat3 {
    color: #219150;
    display: block;
    font-size: .75rem;
    padding: 5px 0 8px;
    text-align: center
}

@media (max-width: 576px) {
    .moder-line {
        max-width: 200px
    }
}

.checkbox {
    height: 17px;
    margin: 0 3px 0 0;
    vertical-align: top;
    width: 17px
}

.checkbox + label {
    cursor: pointer
}

.checkbox:not(checked) {
    opacity: 0;
    position: absolute
}

.checkbox:not(checked) + label {
    color: #48545c;
    line-height: 1.8;
    margin-right: 18px;
    padding: 0 2px 0 45px;
    position: relative
}

.checkbox:not(checked) + label:before {
    background: #cdd1da;
    border-radius: 12px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 36px
}

.checkbox:not(checked) + label:after {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    content: "";
    height: 14px;
    left: 2px;
    position: absolute;
    top: 1px;
    transition: all .2s;
    width: 14px
}

.checkbox:checked + label:before {
    background: #80bf3e
}

.checkbox:checked + label:after {
    left: 20px
}

.checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .5)
}

.barea {
    border: 2px solid #bdc3c7;
    display: block;
    height: 80px;
    overflow-y: auto;
    padding: 10px;
    resize: none;
    width: 100%
}

.label-sprint {
    color: #ecf0f1;
    display: inline-block;
    font-size: .8rem;
    margin: 0 5px;
    padding: 11px 10px 11px 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.label-sprint:hover {
    color: #fff
}

.ls1 {
    background: transparent url(/style/pic/rating/1.png) no-repeat 0;
    background-size: contain
}

.ls2 {
    background: transparent url(/style/pic/rating/2.png) no-repeat 0;
    background-size: contain
}

.ls3 {
    background: transparent url(/style/pic/rating/3.png) no-repeat 0;
    background-size: contain
}

.ls4 {
    background: transparent url(/style/pic/rating/4.png) no-repeat 0;
    background-size: contain
}

.ls5 {
    background: transparent url(/style/pic/rating/5.png) no-repeat 0;
    background-size: contain
}

.ls6 {
    background: transparent url(/style/pic/rating/6.png) no-repeat 0;
    background-size: contain
}

.ls7 {
    background: transparent url(/style/pic/rating/7.png) no-repeat 0;
    background-size: contain
}

.ls8 {
    background: transparent url(/style/pic/rating/8.png) no-repeat 0;
    background-size: contain
}

.ls9 {
    background: transparent url(/style/pic/rating/9.png) no-repeat 0;
    background-size: contain
}

.ls10 {
    background: transparent url(/style/pic/rating/10.png) no-repeat 0;
    background-size: contain
}

.fav-btn, .fav-btn-act {
    background-color: #9fbcc4;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .65rem;
    margin: 2px;
    padding: 4px 8px;
    text-shadow: 1px 1px 1px #7d939a;
    text-transform: uppercase;
    white-space: nowrap
}

.fav-btn:hover {
    background-color: #8fa9b0
}

.fav-btn-act {
    background-color: #27ae60;
    text-shadow: 1px 1px 1px #1e874a
}

.fav-btn-act:hover {
    background-color: #229854
}

.fcenter {
    display: block;
    margin: 3px;
    text-align: center
}

.filepond-uploads label {
    cursor: pointer !important
}

.filepond--item {
    cursor: pointer;
    width: calc(33% - .5em)
}

.filepond--drop-label.filepond--drop-label label {
    font-family: Tahoma;
    font-size: .75rem
}

.filepond--panel .filepond--panel-root {
    background-color: #ecf0f1;
    border-radius: 0;
    border-top: 1px solid #d8dcdd
}

.fancybox-attach {
    font-size: 20px;
    margin: 10px 10px 10px 0
}

.fancybox {
    cursor: pointer;
    margin: 0 0 0 5px
}

.task-hint {
    background-color: #fff;
    border: 2px solid #27ae60;
    border-radius: 3px;
    display: none;
    font-size: .75rem;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    max-width: 30rem;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 9999
}

.member-box-block {
    align-items: center;
    border-radius: 6px;
    cursor: default;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px;
    text-align: center
}

.member-box-block .mem-box, .member-box-block a.mem-box {
    background-color: #ecf0f1;
    border-radius: 6px;
    color: inherit;
    flex: 0 0 60px;
    margin: 5px;
    padding: 6px 10px;
    white-space: nowrap
}

.member-box-block a.mem-box:hover {
    background-color: #efefcc;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

.mem-box .caption {
    color: #006c86;
    display: block;
    padding-bottom: 4px
}

.mem-box .caption2 {
    color: #006c86;
    margin-right: 7px
}

.mem-name-green, .mem-name-orange, .mem-name-red {
    background-color: #d35400;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: .7rem;
    margin-top: 10px;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #ad4500;
    text-transform: uppercase
}

.mem-name-orange {
    background-color: #e67e22;
    text-shadow: 1px 1px 0 #c66d1d
}

.mem-name-green {
    background-color: #27ae60;
    text-shadow: 1px 1px 0 #219150
}

.act-comm {
    background-color: #1abc9c;
    border-radius: 8px;
    color: #fff;
    padding: 4px 8px;
    white-space: nowrap
}

.inwork-round, .inwork-round-gray, .inwork-round-red {
    background-color: #f39c12;
    border-radius: 8px;
    color: #fff;
    font-size: .65rem;
    padding: 3px 8px;
    text-transform: uppercase
}

.inwork-round-gray {
    background-color: #95a5a6
}

.inwork-round-red {
    background-color: #c0392b
}

.bk-custom-block {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 10px 0
}

.bk-custom-sample + label, .bk-custom-static {
    background-color: #ecf0f1;
    background-position: 50%;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 6px;
    flex: 1 1 300px;
    height: 60px;
    margin: 4px;
    padding: 0;
    width: 100%
}

.bk-custom-sample + label {
    cursor: pointer
}

.bk-custom-sample:not(checked) {
    opacity: 0;
    position: absolute
}

.bk-custom-sample:checked + label {
    box-shadow: 0 0 3px 3px #f1c40f
}

#app-background-image .bk-custom-sample + label, #app-background-image .bk-custom-static {
    display: inline-block;
    height: 35px;
    width: calc(33% - 8px)
}

.img-premium {
    background: url(/style/pic/img-premium.png) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 150px;
    margin: 30px auto;
    width: 100%
}

.table-premium {
    border-collapse: collapse;
    margin: 10px 0 30px;
    width: 100%
}

.table-premium th.base, .table-premium th.gold, .table-premium th.premium {
    background-color: #ecf0f1;
    border: 3px solid #fff;
    border-radius: 8px;
    font-weight: 400;
    padding: 6px 8px;
    text-align: center
}

.table-premium th.gold {
    background-color: #f39c12;
    color: #fff
}

.table-premium th.premium {
    background-color: #3498db;
    color: #fff
}

.table-premium td {
    border-bottom: 1px solid #ecf0f1;
    padding: 6px 4px;
    text-align: left
}

.table-premium td.answer {
    padding: 6px 8px;
    text-align: center
}

@media (max-width: 576px) {
    .table-premium th.base, .table-premium th.gold, .table-premium th.premium {
        padding: 6px 2px
    }
}

@media (max-width: 375px) {
    .table-premium th.base, .table-premium th.gold, .table-premium th.premium {
        word-break: break-all
    }
}

@media (max-width: 576px) {
    .table-premium tr td:first-of-type {
        padding: 0
    }
}

@media (max-width: 375px) {
    .table-premium tr:nth-of-type(2) td:nth-of-type(3), .table-premium tr:nth-of-type(2) td:nth-of-type(4), .table-premium tr:nth-of-type(2) td:nth-of-type(5) {
        width: 40px;
        word-break: break-word
    }
}

@media (max-width: 576px) {
    .table-premium td.answer {
        padding: 4px 2px
    }
}

.table-premium td.answer-no, .table-premium td.answer-yes {
    color: #27ae60;
    font-size: 1rem;
    text-align: center
}

.table-premium td.answer-no {
    color: #c0392b
}

.tnumber {
    background-color: #16a085;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    min-width: 23px;
    padding: 2px 4px;
    text-align: center
}

@media (max-width: 576px) {
    .tnumber {
        display: none
    }
}

.sale-gold-icon, .sale-premium-icon {
    background: url(/style/pic/hicon5-big.png) no-repeat 50%;
    background-size: contain;
    display: block;
    height: 70px;
    margin: 5px 10px;
    width: 75px
}

.sale-premium-icon {
    margin: 10px 15px
}

.sale-gold-icon {
    background: url(/style/pic/hicon4-big.png) no-repeat 50%;
    background-size: contain
}

.sale-premium-label {
    color: #fff;
    display: block;
    font-size: 1rem;
    margin: 15px -10px 14px;
    padding: 7px 0
}

.plc-0 {
    background: linear-gradient(90deg, #f39c12, #f1ba62, #f39c12);
    text-shadow: 1px 1px 1px #c77f0c
}

.plc-1 {
    background: linear-gradient(90deg, #16a085, #1ec9a7, #16a085);
    text-shadow: 1px 1px 1px #107662
}

.plc-2 {
    background: linear-gradient(90deg, #2980b9, #3fa9ef, #2980b9);
    text-shadow: 1px 1px 1px #1f628e
}

.plc-3 {
    background: linear-gradient(90deg, #8e44ad, #bd70dc, #8e44ad);
    text-shadow: 1px 1px 1px #6b3382
}

.plc-4 {
    background: linear-gradient(90deg, #34495e, #648cb1, #34495e);
    text-shadow: 1px 1px 1px #212e3b
}

.sale-premium-price {
    display: block;
    font-size: 1rem;
    min-height: 60px
}

.sale-premium-price .currency-hint {
    color: #ecf0f1;
    font-size: 75%
}

.sale-premium-price .save {
    color: #27ae60;
    display: block;
    font-size: .7rem
}

.sale-premium-pricefree {
    display: block;
    font-size: .8rem;
    height: 60px;
    white-space: normal
}

.promocode-block {
    border-left: 1px solid #bdc3c7;
    display: block;
    margin-top: 7px;
    padding-left: 8px
}

.promocode-block .clear, .promocode-block a {
    background-color: #2980b9;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: .7rem;
    margin: 2px;
    min-width: 23px;
    padding: 2px 6px;
    text-align: center
}

.catalog-container {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    -moz-column-width: 200px;
    -webkit-column-width: 200px;
    columns: 200px 3
}

.catalog-container a.topic {
    border-left: 1px solid #bdc3c7;
    color: inherit;
    display: block;
    margin-left: 7px;
    padding: 3px 0 3px 8px
}

.catalog-container .public {
    color: #16a085;
    display: block;
    margin: 10px 0 3px 2px
}

.catalog-container .public a {
    color: inherit
}

.catalog-container .title {
    background-color: #27ae60;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 5px 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #197b43;
    text-transform: uppercase
}

.currency-hint {
    display: block;
    font-size: 70%
}

.country-flag {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: inline-block;
    height: 17px;
    margin: -2px 10px -2px 0;
    position: relative;
    top: 2px;
    width: 26px
}

.tube-wide {
    height: 0;
    margin: 10px 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}

#tinymce iframe, iframe.youtube {
    border: 4px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    max-width: 800px
}

@media (max-width: 768px) {
    #tinymce iframe, iframe.youtube {
        max-width: 100%
    }
}

.seoname {
    color: #189d50;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700
}

.seoname span {
    color: #38535a;
    margin-left: 1px
}

.fsize-1 {
    font-size: 150%
}

.fsize-2 {
    font-size: 200%
}

.fsize-3 {
    font-size: 250%
}

.fcolor-1 {
    color: #27ae60
}

.fcolor-2 {
    color: #d35400
}

.fcolor-3 {
    color: #f39c12
}

.fcolor-4 {
    color: #2980b9
}

.fcolor-5 {
    color: #8e44ad
}

.fmark-1, .fmark-2, .fmark-3 {
    background-color: #fce37d;
    border-radius: 3px;
    margin: 0 -3px;
    padding: 1px 3px 2px
}

.fmark-2 {
    background-color: #c9e0e5
}

.fmark-3 {
    background-color: #ffbba2
}

tfoot td, tfoot th, thead td, thead th {
    background-color: #ecf0f1;
    border-bottom: 1px solid #d8dcdd;
    border-top: 1px solid #d8dcdd;
    font-weight: 700;
    padding: 6px 8px
}

.wt-border, .wt-hor-border, .wt-no-border {
    border-collapse: collapse;
    margin: 10px auto;
    width: 100%
}

.wt-border th, .wt-hor-border th, .wt-no-border th {
    background-color: #ecf0f1;
    font-weight: 400;
    padding: 6px 8px
}

.wt-hor-border th {
    border-bottom: 1px solid #d8dcdd;
    border-top: 1px solid #d8dcdd
}

.wt-border th {
    border: 1px solid #d8dcdd
}

.wt-border td, .wt-hor-border td, .wt-no-border td {
    padding: 4px 8px;
    vertical-align: center
}

@media (max-width: 576px) {
    .wt-border {
        word-break: break-word
    }

    .wt-border th {
        padding: 5px 3px
    }

    .wt-border b {
        display: block;
        font-size: .8rem;
        min-width: 42px
    }
}

.wt-hor-border td {
    border-bottom: 1px solid #d8dcdd;
    border-top: 1px solid #d8dcdd
}

.wt-border td {
    border: 1px solid #d8dcdd
}

.mobile-menu-background {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998
}

.mobile-menu-trigger, .option-menu-trigger {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px
}

.mobile-menu-popup, .option-menu-popup {
    background: #ecf0f1;
    bottom: 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .5), 0 10px 10px rgba(0, 0, 0, .4);
    display: none;
    left: 0;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 9999
}

.option-menu-popup {
    display: block;
    transform: translateX(-125%);
    transition: .3s
}

.option-menu-popup-active {
    transform: translateX(0)
}

@media (max-width: 991px) {
    .option-menu-popup {
        min-width: 1px;
        padding: 20px 0;
        width: auto
    }

    .option-menu-popup #chat-list {
        width: 100%
    }
}

.earn-title {
    word-wrap: break-word
}

.color-theme {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    width: 24px
}

.color-theme-default {
    background-color: #2d8363
}

.color-theme-dark {
    background-color: #000
}

.color-theme-pink {
    background-color: #f5b1c1
}

.color-theme:first-of-type {
    margin-left: 5px
}

.tox .tox-statusbar, .tox .tox-toolbar, .tox .tox-toolbar-overlord, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background-color: #f2f2f2 !important;
    border: none !important
}

.tox .tox-dialog-wrap__backdrop {
    background-color: rgba(0, 0, 0, .3) !important
}

#tinymce {
    background-color: #f7f9fa;
    background-image: none;
    font-family: tahoma, arial, sans-serif;
    font-size: .9rem;
    line-height: 1.4;
    padding: 8px 10px !important
}

.tox .tox-statusbar {
    font-size: 65% !important;
    margin: 3px
}

.tox, .tox-editor-container, .tox .tox-statusbar {
    background-color: #f7f9fa !important
}

.tile-wiki-block {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 20px
}

.tile-wiki-cell {
    border-radius: 5px;
    cursor: pointer;
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: .8rem;
    margin: 5px;
    padding: 10px;
    text-align: center
}

.tile-wiki-cell:hover {
    color: #d35400
}

.tile-wiki-cell-img {
    display: block;
    font-size: 26px;
    margin-bottom: 10px
}

.tile-wiki-cell-cap {
    display: block
}

#art-export, .smile-block {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

#art-export {
    background-color: #27ae60;
    color: #fff;
    cursor: default;
    font-size: .8rem;
    margin: 5px 0;
    padding: 3px
}

.art-export-title {
    border-right: 1px solid #9bd4b3;
    flex: 2;
    margin: 2px 6px;
    padding: 5px 8px
}

.art-export-lang {
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    margin: 2px 6px;
    padding: 5px 8px;
    text-align: center
}

.art-export-lang:hover {
    background-color: #16a085
}

.art-export-lang-dis {
    background-color: #9bd4b3;
    border-radius: 4px;
    flex: 1;
    margin: 2px 6px;
    padding: 5px 8px;
    text-align: center
}

#change-preview {
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    float: left;
    height: 80px;
    margin: 3px 15px 0 0;
    width: 235px
}

.test-class {
    outline: none
}

#app-preview a {
    display: inline-block;
    margin-top: 20px
}

.progress-bar-quest {
    background-color: #ecf0f1;
    border-radius: 5px;
    display: block;
    height: 23px;
    margin: 5px 0 -10px;
    padding: 5px
}

.progress-bar-quest span {
    -webkit-animation: animate-gauge 900s linear;
    -moz-animation: animate-gauge 900s linear;
    background-color: #27ae60;
    border-radius: 3px;
    display: block;
    height: 13px;
    width: 0
}

@-webkit-keyframes animate-gauge {
    0% {
        background-color: #27ae60;
        width: 100%
    }
    40% {
        background-color: #27ae60
    }
    50% {
        background-color: #e67e22
    }
    70% {
        background-color: #e67e22
    }
    to {
        background-color: #d35400;
        width: 0
    }
}

.anchor {
    color: #298550;
    position: relative
}

.anchor span.text {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    color: #252f34;
    display: inline-block;
    font-size: .75rem;
    left: 0;
    padding: 4px 10px;
    position: absolute;
    top: -27px
}

.f-dock {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.f-cell {
    border-radius: 6px;
    color: #34495e;
    cursor: default;
    flex: 1 0 220px;
    margin: 2px;
    padding: 20px;
    text-align: center
}

.f-cell .av {
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block;
    height: 45px;
    margin: 0 auto;
    width: 45px
}

.bln1, .bln2, .bln3 {
    background: #ecf0f1 url(/style/pic/baloon1-sm.png) no-repeat 8px;
    background-size: auto 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 2px;
    padding: 6px 8px 6px 30px
}

.bln2 {
    background-image: url(/style/pic/baloon2-sm.png)
}

.bln3 {
    background-image: url(/style/pic/baloon3-sm.png)
}

.flex-basis-120 {
    flex-basis: 120px
}

.hide {
    display: none
}

@media (max-width: 576px) {
    .admin-table td {
        padding: 4px 2px;
        word-break: break-word
    }

    .admin-table .far fa-trash-alt {
        margin-left: -10px
    }
}

.wallet-block {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 30px
}

.wallet-block .wallet-sample {
    border: 1px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: 0 0 3px #bdc3c7;
    color: #252f34;
    cursor: pointer;
    flex: 0 0 210px;
    margin: 5px;
    padding: 5px 10px
}

.wallet-block .wallet-sample:hover {
    background-color: #f6f6f6;
    box-shadow: 0 0 4px #b0b5b8
}

.wallet-block .wallet-sample .wallet-number, .wallet-block .wallet-sample .wallet-number-error {
    background-color: #ecf0f1;
    font-size: 1rem;
    margin: 5px -10px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff
}

.wallet-block .wallet-sample .wallet-number-error {
    color: #d35400
}

.wallet-block .wallet-sample .header {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.wallet-block .wallet-sample .header .cell {
    flex: 1
}

.to-readnews {
    background-color: #9b59b6;
    color: #fff;
    display: block;
    margin: -10px -30px 10px;
    padding: 15px 30px;
    text-shadow: 1px 1px #8e44ad
}

.to-readnews i {
    margin-right: 5px
}

.to-readnews:hover {
    background-color: #8e44ad;
    color: #fff
}

@media (max-width: 1018px) {
    .to-readnews {
        margin: -17px -17px 10px;
        padding: 15px 17px
    }
}

@media (max-width: 768px) {
    .to-readnews {
        margin: -8px -8px 8px;
        padding: 15px 13px
    }
}

@media (max-width: 320px) {
    .to-readnews {
        margin: -3px -3px 1px;
        padding: 10px
    }
}

.cloud-tags {
    border-top: 1px solid #bdc3c7;
    margin: 20px 9px;
    padding-top: 10px
}

a.cloud-tag {
    background-color: #cae0e0;
    border-radius: 6px;
    color: #252f34;
    display: inline-block;
    font-size: .8rem;
    margin: 2px;
    padding: 3px 6px
}

a.cloud-tag:hover {
    background-color: #b0dddd
}

.win-token {
    border: none;
    height: 600px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%
}

.outside-act {
    color: #d35400
}

.art-side {
    background-color: #fff;
    max-width: 200px;
    min-width: 200px
}

.art-side_img {
    background-position: 50%;
    background-size: cover;
    height: 67px;
    width: 100%
}

.art-side_img img {
    max-width: 100%;
    width: 100%
}

.art-side_categories {
    margin-bottom: 20px
}

.art-side_categories a {
    border-top: 1px solid #ecf0f1;
    color: #237086;
    display: block;
    padding: 9px 0
}

.art-side_categories a:last-of-type {
    border-bottom: 1px solid #ecf0f1
}

.art-side_categories i, .art-side_rec i {
    margin-right: 6px
}

.art-side_rec span {
    margin-right: 20px
}

.art-side_rec span:last-of-type {
    margin-right: 0
}

.art-side .bigtitle {
    display: block;
    margin: 12px 0
}

.art-wrap {
    display: flex;
    justify-content: space-between;
    margin-right: -30px
}

.art-wrap .bigtitle {
    color: #252f34;
    font-family: Tahoma, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding-right: 8px;
    text-align: left
}

.art-wrap_header {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 13px 0
}

.art-wrap_header .sepr {
    display: inline-block;
    margin: 0 10px
}

.art-wrap_header .sepr:first-of-type {
    margin-left: 3px
}

.art-wrap_bottom {
    border-top: 1px solid #bdc3c7;
    display: flex;
    margin: 40px 0;
    padding: 17px 0
}

.art-wrap_av {
    background-position: 50%;
    background-size: cover;
    border-radius: 25px;
    display: block;
    height: 50px;
    min-width: 50px
}

.art-wrap_reward {
    display: flex
}

.art-wrap_desc {
    margin-left: 16px
}

.art-wrap_links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px
}

.art-wrap_links a {
    display: inline-block;
    font-size: 18px;
    margin: 0 6px
}

.art-wrap_links a i {
    align-items: center;
    background-color: #fff;
    border-radius: 35px;
    color: #34495e;
    display: flex;
    height: 35px;
    justify-content: center;
    padding: 5px;
    width: 35px
}

.art-wrap_links a:hover i {
    background-color: #34495e;
    color: #fff
}

.art-wrap_links_all {
    margin-right: auto
}

.art-wrap_links_all a {
    color: #237086;
    font-size: 12px;
    margin: 0
}

.art-wrap_links_all a i {
    color: #237086;
    display: inline-block;
    font-size: 12px;
    height: auto;
    margin-left: 10px;
    width: auto
}

.art-wrap_links_all a:hover i {
    background-color: #fff;
    color: #237086
}

@media (max-width: 1018px) {
    .art-wrap {
        margin: 17px -17px 0 0
    }

    .art-wrap_header {
        flex-wrap: wrap
    }

    .art-wrap_header .left, .art-wrap_header .right {
        width: 100%
    }

    .art-wrap_header .left .mem-username, .art-wrap_header .right .mem-username {
        display: block;
        margin: 10px 0 8px
    }

    .art-wrap_header .right {
        justify-content: flex-start;
        margin-top: 10px
    }

    .art-wrap_header .sepr:first-of-type {
        display: none
    }

    .art-wrap_links {
        justify-content: flex-start;
        margin-left: -13px
    }

    .art-wrap_links_all {
        display: block;
        margin-left: 13px;
        width: 100%
    }
}

.art-wrap-left {
    padding-right: 30px;
    width: 100%
}

.art-tags {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.art-tags, .art-tags p {
    justify-content: flex-start
}

.art-tags p {
    align-items: center;
    border-left: 4px solid #27ae60;
    color: #27ae60;
    display: inline-flex;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
    position: relative;
    transition: .3s
}

.art-tags p span {
    padding-left: 8px
}

.art-tags p > * {
    position: relative;
    z-index: 10
}

.art-tags p:nth-of-type(2) {
    border-left: 4px solid #c0392b;
    color: #c0392b
}

.art-tags p:nth-of-type(3) {
    border-left: 4px solid #16a085;
    color: #16a085
}

.art-tags p:nth-of-type(4) {
    border-left: 4px solid #2c3e50;
    color: #2c3e50
}

.art-tags p:hover {
    cursor: pointer
}

.art-tags p:hover:after {
    right: 0;
    transform: translateX(0)
}

.art-tags p:hover:before {
    transform: translateX(0)
}

.art-tags p:after {
    background-color: transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 15px 10px 22px 15px;
    right: -25px
}

.art-tags p:after, .art-tags p:before {
    content: "";
    position: absolute;
    transform: translateX(-100%);
    transition: .3s;
    z-index: 1
}

.art-tags p:before {
    background-color: #ecf0f1;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.art-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px
}

.art-button {
    background-color: #ecf0f1;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 8px
}

.like {
    position: relative
}

.like i {
    color: #7f8c8d;
    cursor: pointer;
    display: inline-block
}

.like:hover {
    transition-delay: .1s
}

.like:hover .reactions {
    opacity: 1;
    transition-delay: .1s;
    visibility: visible
}

.like-stat {
    border-left: 1px solid #7f8c8d;
    display: flex;
    justify-content: flex-start
}

.like-stat, .like-stat span {
    margin-left: 10px
}

.like-stat span i {
    margin-right: 4px
}

.like-stat .fa-thumbs-up {
    color: #27ae60
}

.like-stat .fa-heart {
    color: #9b59b6
}

.like-stat .fa-grin-squint {
    color: #f39c12
}

.like-stat .fa-frown {
    color: #c0392b
}

.like-stat .fa-poo {
    color: #3496a7
}

.reactions {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 5px 15px;
    position: absolute;
    top: -40px;
    transition: .5s;
    transition-delay: 1s;
    visibility: hidden
}

.reactions span {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    transition: .3s
}

.reactions span:last-of-type {
    margin-right: 0
}

.reactions span:hover {
    transform: scale(1.4)
}

.reactions .fa-thumbs-up {
    color: #27ae60
}

.reactions .fa-heart {
    color: #9b59b6
}

.reactions .fa-grin-squint {
    color: #f39c12
}

.reactions .fa-frown {
    color: #c0392b
}

.reactions .fa-poo {
    color: #3496a7
}

.restyle.cited {
    margin-left: 45px
}

.restyle .quote {
    background-color: #fff;
    border: none;
    border-left: 5px solid #237086;
    border-radius: 0;
    box-shadow: none;
    margin: 12px -17px 8px -25px;
    padding: 8px 22px
}

@media (max-width: 768px) {
    .restyle .quote {
        margin: 15px -22px 10px -25px
    }
}

@media (max-width: 575px) {
    .restyle .quote {
        margin: 15px -10px 5px -13px
    }
}

.cite {
    border-top: 1px solid #d8dcdd;
    color: #237086;
    padding: 12px 20px 12px 25px
}

@media (max-width: 768px) {
    .art-wrap {
        flex-direction: column;
        margin: 2px
    }

    .art-wrap-left {
        padding-right: 0
    }

    .art-side {
        margin-bottom: 40px;
        max-width: 100%
    }

    .cite {
        padding: 10px
    }
}

.space-number {
    border-bottom: 3px solid #bdc3c7;
    color: #bdc3c7 !important;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
    min-width: 30px;
    padding: 1px 5px;
    text-align: right
}

.space-number:hover {
    border-bottom-width: 5px;
    margin-bottom: -2px
}

.sn-1 {
    border-bottom: 3px solid #e67e22
}

.sn-1, .sn-2 {
    color: #34495e !important
}

.sn-2 {
    border-bottom: 3px solid #f1c40f
}

.sn-3 {
    border-bottom: 3px solid #a22fd4
}

.sn-3, .sn-4 {
    color: #34495e !important
}

.sn-4 {
    border-bottom: 3px solid #27ae60
}

.sn-5 {
    border-bottom: 3px solid #2980b9;
    color: #34495e !important
}

.ext-premium {
    color: #1abc9c;
    margin-right: 5px;
    text-shadow: none
}
