@charset "UTF-8";

:root {
    --main-bg-color: #9370DB; /*#268c36*/
    --main-nav-color-hover: #1b6c28;
    --btn-green-color: #9370DB; /*#58AA41*/
    --btn-green-color-hover: #488C34;
    --status-color: #006699;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0;
    margin: 0;
    position: static !important;
}

body {
    min-height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    line-height: 1.154;
    color: #3e4d5c;
}

a {
    color: #006699;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
}

a:hover {
    color: #A0A0A0;
    text-decoration: none;
}

.dotted {
    border-bottom: 1px dotted #006699;
}

h1,
h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    text-shadow: #9cca9f 0px 1px 2px;
}

input,
select,
textarea {
    width: 100%;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
    padding: 7px 9px;
    border-radius: 2px;
    border: 1px solid #d3d9de;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    width: auto;
}

#info {
    text-align: left;
}

button {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    outline: none;
}

.tocg22 {
    background: url(img/blue-pixel.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}

.kont23 {}

a.s_staj,
a.s_rab,
a.s_brig,
a.s_mast,
a.s_pror,
a.s_biz,
a.s_dep,
a.s_olig {
    background: url(img/star_status.png);
    display: block;
    margin-bottom: 2px;
    width: 156px;
    height: 16px;
}

a.s_rab {
    background-position: 0 -16px;
}

a.s_brig {
    background-position: 0 -32px;
}

a.s_mast {
    background-position: 0 -48px;
}

a.s_pror {
    background-position: 0 -64px;
}

a.s_biz {
    background-position: 0 -80px;
}

a.s_dep {
    background-position: 0 -96px;
}

a.s_olig {
    background-position: 0 -112px;
}

a.star_gold {
    background: url(img/01m.png);
    display: block;
    margin-top: 22px;
    width: 16px;
    height: 16px;
}

a.star_silver {
    background: url(img/02m.png);
    display: block;
    margin-top: 22px;
    width: 16px;
    height: 16px;
}

a.star_bronze {
    background: url(img/03m.png);
    display: block;
    margin-top: 22px;
    width: 16px;
    height: 16px;
}

img.avatar-akk {
    margin-top: 0px;
    border-radius: 5px;
    padding: 2px 9px 9px 2px;
    border: none;
    width: 78px;
    height: 78px;
}

a.rating {
    width: 85px;
    height: 62px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 1px;
    margin-right: 0px;
    line-height: 5.0;
    color: #fff;
    text-shadow: 1px 1px 1px #246c1e;
    background: url(img/rating.png) no-repeat;
}

.e_bonus {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    background: #FF6060;
    padding: 8px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: bold;
    border-radius: 5px;
    text-shadow: 1px 1px 0.5px #000;
}

.e_bonus.mobile {
    max-width: 100%;
}

.e_bonus:hover {
    background: #FF3D3D;
    color: #fff
}

.e_bonus_rating {
    position: relative;
}

.e_bonus_rating::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: 10;
    display: block;
    width: 21px;
    height: 21px;
    background: url(img/ico/star.png);
    background-size: contain;
}

.e_bonus_rating::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 9px;
    z-index: 10;
    display: block;
    width: 21px;
    height: 21px;
    background: url(img/ico/star.png);
    background-size: contain;
}

.e_bonus_money {
    position: relative;
    background: #4646fa; /*#5eb026*/
}

.e_bonus_money:hover {
    background: #569d25;
}

.e_bonus_money::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 10;
    display: block;
    width: 23px;
    height: 22px;
    background: url(img/ico/money-bonus.png);
    background-size: contain;
}

.e_bonus_money::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 9px;
    z-index: 10;
    display: block;
    width: 23px;
    height: 22px;
    background: url(img/ico/money-bonus.png);
    background-size: contain;
}

.e_bonus_z {
    display: inline-block;
    padding: 5px;
    color: #fff;
    margin-bottom: 7px;
}

.e_bonus_z:before {
    content: '✅';
}

ul.usermenu {
    list-style: none;
    padding-left: 0;
    margin: 0 0px 0px 0;
}

ul.usermenu li a,
ul.usermenu li.active a {
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #BFD3AA;
    width: 100%;
    padding: 4px 0 4px 12px;
}

ul.usermenu li a:hover {
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #BFD3AA;
    width: 100%;
    padding: 4px 0 4px 12px;
}

ul.usermenu li.active a {
    background: #ffffff;
}

.usermnublock {
    text-align: left;
}

.usermnublock.mobile .user_menuline {
    margin: 10px 0;
    padding: 5px 0 5px 12px;
    font-size: 16px;
}

.usermnutitle-g {
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 7px;
    text-align: left;
    padding: 8px 0;
    font-size: 13px;
    padding-left: 15px;
    cursor: pointer;
    background: var(--btn-green-color);
    border-bottom: 1px solid #fff;
}

.usermnutitle-g.mobile {
    font-size: 16px;
}

.usermnutitle-g:first-of-type {
    /* -webkit-border-radius: 2px; */
    /* -moz-border-radius: 2px; */
    /* border-radius: 2px; */
    /* border-bottom-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
}

.usermnutitle-g:last-of-type {
    /* -webkit-border-radius: 2px; */
    /* -moz-border-radius: 2px; */
    /* border-radius: 2px; */
    /* border-top-right-radius: 0; */
    /* border-top-left-radius: 0; */
    border: 0;
}

.usermnutitle-g::before {
    content: "";
    background-image: url(img/menuico2.png);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 20px;
    transition: all 300ms 0s ease-in-out;
    vertical-align: top;
}

.usermnutitle-c::before {
    transform: rotate(180deg);
}

.usermnuline {
    color: #014844;
    text-decoration: none;
    display: block;
    padding: 3px 0 4px 15px;
    cursor: pointer;
    border-bottom: 1px dotted #4682B4;
    border-right: 1px solid #FFFFFF;
}

.usermnuline:hover {
    color: #147af0;
    background: #F3F3F3;
    padding: 3px 0 4px 15px;
    border-bottom: 1px dotted #4682B4;
}

.user_menuline {
    color: #434343;
    display: block;
    padding: 5px 0 5px 12px;
    cursor: pointer;
    border-left: 4px solid transparent;
}

.user_menuline:hover {
    background: #f5f5f5;
    border-color: #87ceeb;
}

.usermnuline-act,
.usermnuline-act:hover {
    padding: 5px 0 5px 12px;
    background: #f5f5f5;
    cursor: pointer;
    display: block;
    border-color: #87ceeb;
    border-left: 4px solid #87ceeb;
}

.cashback-money-add {
    text-align: center;
    border-radius: 2px;
    padding: 10px 22px;
    margin-bottom: 20px;
    color: #4682B4;
    background-color: #e8f3fe;
    border: 1px solid #C7E5AE;
}

.cashback-gift {
    background: url(img/gift2.png);
    width: 75px;
    height: 75px;
    opacity: 1;
    background-size: 75px 75px;
    background-repeat: no-repeat;
}

.cashback-text {
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.cashback-list {
    text-align: left;
}

.cashback-info {
    padding-left: 30px;
}

#moder-ob-num {
    padding: 5px 0;
    margin-left: -2px;
    text-align: center;
    background: #B3D3A5;
}

#moder-ob-num a {
    display: inline-block;
    padding: 3px 4px;
    background: #FFF;
    color: #000;
    font-weight: bold;
}

.moderimgm {
    background: url(img/ico/kabinet/lupa.png) no-repeat 2px 1px;
    width: 39px;
    height: 38px;
    display: block;
    margin-bottom: -2px;
}

a.active_red {
    color: #D67676 !important;
    text-shadow: none;
}

.online-friends {
    color: #4682B4;
}

.offline-friends {
    color: #DCDCDC;
}

.status {
    color: var(--status-color);
    font-size: 12px;
    font-weight: bold;
}


.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 6px 10px 6px 10px;
    margin: 5px;
    border-radius: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.56);
    font-size: 13px;
    cursor: pointer;
    outline: none;
    font-family: Arial, Tahoma, sans-serif;
}

.btn.green {
    background: var(--btn-green-color);
    color: #fff;
}

.btn.green:hover,
.button_theme_green:hover {
    background: var(--btn-green-color-hover);
    color: #fff;
}

.button_theme_green {
    background: var(--main-bg-color);
    color: #fff;
}

.btn.blue {
    background: #4682B4;
}

.btn.blue:hover {
    background: #6699CC;
}

.btn.red {
    background: #CD5C5C;
}

.btn.red:hover {
    background: #BC2D20;
}

.btn.gray {
    background: #9CADBA;
}

.btn.gray:hover {
    background: #8FA9B7;
}

.btn.orange {
    background: #4682B4;
}

.btn.orange:hover {
    background: #3D74A2;
}

.btn.black {
    background: #666666;
}

.btn.black:hover {
    background: #444444;
}

.btn_sp,
.btn_sp_green,
.btn_sp_blue,
.btn_sp_red,
.btn_sp_gray,
.btn_sp_orange {
    display: inline-block;
    color: #fff;
    padding: 4px 12px 5px 12px;
    margin: -7px -18px -8px 18px;
    border-radius: 0px 0px 0px 0px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.56);
    font-size: 13px;
    border: 0px solid #E0E0E0;
    cursor: pointer;
    outline: none;
}

.btn_sp {
    background: #a4d3ee;
}

.btn_sp_green {
    background: #78BC47;
}

.btn_sp_blue {
    background: #3F91CC;
}

.btn_sp_red {
    background: #E05E53;
}

.btn_sp_gray {
    background: #ADC3CE;
}

.btn_sp_orange {
    background: #F4A653;
}

.btn_big_green,
.btn_big_red,
.btn_big_orange,
.btn_big_blue {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 6px;
    cursor: pointer;
    outline: none;
    margin: 2px;
    border: 1px dashed #ccc;
    width: 100%;
    float: center;
    border-radius: 10px;
}

.btn_big_green {
    background: #6699CC
}

.btn_big_red {
    background: #CD5C5C;
    text-shadow: 1px 1px 1px #91332A;
}

.btn_big_orange {
    background: #FC8000;
    text-shadow: 1px 1px 1px #91332A;
}

.btn_big_blue {
    background: #4682B4;
    text-shadow: 1px 1px 1px #91332A;
}

.btn_big_green:hover {
    border: 1px dashed #ccc;
    opacity: 0.8
}

.btn_big_red:hover {
    border: 1px dashed #ccc;
    opacity: 0.8
}

.btn_big_orange:hover {
    border: 1px dashed #ccc;
    opacity: 0.8
}

.btn_big_blue :hover {
    border: 1px dashed #ccc;
    opacity: 0.8
}

.msg-warning {
    display: block;
    text-align: center;
    padding: 10px;
    background: #12e07d;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}

.msg-error {
    display: block;
    text-align: center;
    padding: 10px;
    background: #FA8072;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}

.msg-ok {
    display: block;
    text-align: center;
    padding: 10px;
    background: #B3D3A5;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    background: var(--main-bg-color);
    padding: 5px;
    color: #FFF;
    font-weight: 400;
}

.table td {
    border-bottom: 1px solid #CCC;
    padding: 8px;
}

table.new-class {
    border-collapse: separate;
    border-spacing: 0 7px;
    border: 0;
    box-shadow: none;
}

table.new-class tr {
    box-shadow: 1px 1px 5px 0 #ccc;
}

.bugtnew {
    text-decoration: none;
    text-align: center;
    padding: 7px 8px;
    border-radius: 2px;
    font: 14px;

    color: #EFFFFF;
    background: var(--btn-green-color);


}

.bugtnew:hover {
    text-decoration: none;
    padding: 7px 8px;
    border-radius: 2px;
    font: 14px;

    color: #EFFFFF;
    background: var(--btn-green-color-hover);


}

#text-rab-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.56);
    background: #0000FF;
    margin-top: 0px;
    padding: 10px 0;
}

#load-pages,
#load-pages-dop {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    color: #444;
    padding: 5px 0;
    text-align: center;
    margin: 10px auto;
    width: 400px;
    border-radius: 3px;
    cursor: pointer;
}

#load-pages:hover,
#load-pages-dop:hover {
    background: #E2E2E2;
}

#load {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

#error-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 12px;
    color: #fff;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    box-shadow: 0 0 3px #555;
}

#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(0, 0, 0, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(0, 0, 0, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(0, 0, 0, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.8);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgba(0, 0, 0, 0.8);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgba(0, 0, 0, 0.8);
}

hr {
    clear: both;
    border: 0;
    height: 1px;
    background-color: #CCC;
    margin-bottom: 5px;
}

#popup {
    background: #FFF;
    min-width: 400px;
    display: none;
    position: absolute;
    z-index: 999;
    top: -700px;
    left: 0;
    font-size: 12px;
}

#popup table {
    font-size: 12px;
}

#popup .title-popup {
    background: #4682B4;
    color: #FFF;
    line-height: 40px;
    padding: 0;
    padding-left: 10px;
    cursor: move;
    font-size: 14px;
}

#popup .closed-popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 70px;
    cursor: pointer;
    color: #FFF;
    cursor: pointer;
    opacity: 0.6
}

#popup .closed-popup:hover {
    opacity: 0.9
}

#popup .text-popup {
    overflow: hidden;
    overflow-y: auto;
}

#popup .text-popup .load-popup {
    display: block;
    width: 128px;
    height: 15px;
    margin: 20px auto;
}

.pop-up-footer {
    background: #C0C0C0;
    padding: 1px 0 1px 0;
    text-align: center;
}

td.pop-up-footer {
    border-bottom: 0;
}

.load-pages {
    background: #f5f5f5;
    border: 1px solid #007F0E;
    color: #007F0E;
    padding: 5px 0;
    text-align: center;
    margin: 10px auto;
    width: 400px;
    border-radius: 3px;
    cursor: pointer;
}

.load-pages:hover {
    background: #E2E2E2;
}

.da-del,
.net-del {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #CCC;
    padding: 0;
    margin: 5px 10px;
    text-align: center;
    width: 60px;
    cursor: pointer;
    background: transparent;
    border-radius: 3px;
}

.da-del {
    background: #00AE00;
    border: 1px solid #008000;
    color: #FFF;
}

.net-del {
    background: #D70000;
    border: 1px solid #B70000;
    color: #FFF;
}

.da-del:hover {
    background: #007700;
}

.net-del:hover {
    background: #930000;
}

#load-site-img {
    position: fixed;
    right: 5px;
    top: 140px;
    display: none;
}

#load-site-img img {
    width: 70px;
}

.аllbaner {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.аllbaner a {
    border: none;
    outline: none;
    text-decoration: none;
}

.аllbaner img {
    padding: 3px;
    border: 1px solid #ccc;
}

.menu-panellang {
    position: absolute;
    top: 70px;
    right: 0px;
    padding: 3px;
}

span.select {
    background: url(img/select_bg.png) no-repeat;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 19px;
    padding: 1px 0 0 5px;
    font-size: 11px;
    cursor: pointer;
    margin-right: 4px;
    z-index: 998;
    font-size: 13px;
}

span.select:hover .options {
    display: block;
}

span.select .options {
    background: url(img/select_options_bg.png) no-repeat;
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 40px;
    font-size: 13px;
    cursor: pointer;
    display: none;
    top: 15px;
    left: 0;
    z-index: 998 !important;
    padding-top: 4px;
}

span.select .options .option {
    display: block;
    padding: 0 0 0 5px;
    line-height: 17px;
    text-decoration: none;
    color: #545454;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

span.select .options .option:hover {
    background: #5d9bec;
    color: #fff;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

span.select .options .active {
    background: #5d9bec;
    color: #fff;
}

.support_panel {
    display: none;
    top: 385px;
    z-index: 998;
    position: fixed;
    left: -63px;
    padding: 9px;
    opacity: 0.8;
    font-size: 18px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    text-align: center;
    border-radius: 7px 7px 0 0;
    border: 1px solid green;
}

.on_line {
    box-sizing: border-box;
    background-color: #fff;
    color: green;
    width: 74px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 2px solid green;
    opacity: 0.8;
    border-bottom: none;
    position: fixed;
    z-index: 998;
    right: -21px;
    top: 250px;
    border-radius: 7px 7px 0 0;
    cursor: help;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.onpovorot {
    font-size: 18px;
}

.onpovorot img {
    display: inline-block;
}

.main {
    border: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.logo-wrapper {
    display: block;
    background: url(img/logonew.png) no-repeat;
    width: 205px;
    height: 109px;
    position: absolute;
    top: -5px;
}

.top-text {
    position: absolute;
    top: 9px;
    left: 172px;
    font-size: 25px;
    line-height: 1.4;
}

#baner-serf {
    width: 468px;
    height: 60px;
    overflow: hidden;
    float: right;
    margin-top: -10px;
    padding-right: 0px;
}

#header {
    height: 90px;
}

#top-menu {
    height: 60px;
}

#menu {
    display: inline-block;
    background: url(img/menu_bg.png) no-repeat;
    width: 855px;
    -webkit-background-size: 100%;
    background-size: 100%;
    white-space: nowrap;
    height: 40px;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 3px;
}

#menu .li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    color: #fff;
    text-decoration: none;
    padding: 2px 9px 5px 0px;
    line-height: 14px;
}

#menu .li b {
    padding: 2px 0 8px 10px;
    margin-top: 7px;
}

#menu .li:hover,
#menu .active {
    color: #176c9b;
    text-decoration: none;
    background: url(img/menu_h2.png) right top no-repeat;
}

#menu .li:hover b,
#menu .active b {
    color: #01498E;
    text-decoration: none;
    background: url(img/menu_h.png) left top no-repeat;
}

#menu-control {
    display: none;
}

.button-login {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}

.button-login .button {
    background: url(img/login-bg.png) no-repeat;
    width: 129px;
    height: 26px;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.button-login .button:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

#main-navigation-wrapper {}

.main-navigation {
    background-color: var(--main-bg-color);
    border-radius: 2px;
    padding: 0 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-navigation__link {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.main-navigation__link:hover,
.main-navigation__link_active {
    background-color: var(--main-nav-color-hover);
    color: #ffffff;
}

.main-navigation__link_regard {
    background-color: #d67676;
}

.main-navigation__link_regard:hover,
.main-navigation__link_active.main-navigation__link_regard {
    background-color: #e46868;
}

.main-navigation__link_bf {
    background-color: #000;
}

.main-navigation__link_bf:hover,
.main-navigation__link_active.main-navigation__link_bf {
    background-color: #292929;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    /*width:995px;*/
    text-align: center;
    align: center;
    text-decoration: none;
}

.flex-item {
    flex: 1 0 auto;
    text-decoration: none;
}

.title {
    font-size: 18px;
    margin-bottom: 10px;
}

.titlenewww {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    margin-top: 1px;
    border: 1px solid #9370DBFF;
}

.titles {
    color: #fff;
    background: var(--main-bg-color);
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    padding: 6px 0;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
}

.titles2 {
    color: #fff;
    background: var(--main-bg-color);
    font-size: 14px;
    text-align: center;
    border-radius: 7px;
    padding: 4px 0;
    margin-bottom: 7px;
}

.t1 {
    background: #8AC858;
    display: inline-block;
    padding: 5px 2px 0px 2px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.t2 {
    font-size: 17px;
}

.t3 {
    color: #9370DBFF;
    font-size: 15px;
    margin-top: 5px;
    display: inline-block;
}

.bord {
    background: #336699;
    height: 1px
}

.button-left {
    display: block;
    margin: 10px auto;
    margin-top: 10px;
}

.i-button {
    background-image: url('img/reg-on.png');
    background-repeat: no-repeat;
    width: 193px;
    height: 43px;
    border: none;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.i-button:hover {
    background-image: url('img/reg-off.png');
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

/* button styles */
.button2 {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    padding: .5em;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all .25s;
    line-height: normal;
}

.button_size_xs {
    font-size: 12px;
    padding: .5em;
}

.button_size_s {
    font-size: 14px;
    padding: .5em;
}

.button_size_m {
    font-size: 16px;
    padding: .5em;
}

.button_size_l {
    font-size: 18px;
    padding: .5em;
}

.button_size_xs .button__title {
    margin: 0 .3em;
}

.button_size_s .button__title {
    margin: 0 .6em;
}

.button_size_m .button__title {
    margin: 0 1.20em;
}

.button_size_l .button__title {
    margin: 0 2em;
}

.button__title {
    position: relative;
    display: inline-block;
    resize: none;
    white-space: nowrap;
    pointer-events: none;
    line-height: normal;
}

.button_theme_blue {
    color: #fff;
    background-color: #4682B4;
}

.button_theme_white {
    color: green;
    background-color: transparent;
    border-color: green;
}

.button_theme_red {
    color: #fff;
    background-color: #ce6457;
}

.button_theme_sale {
    box-shadow: 0 0 40px 40px #ff4d4d inset, 0 0 0 0 #ff4d4d;
    transition: .15s ease-in-out;
    color: #fff;
    -webkit-animation: button_sale 1.7s infinite;
    /* Safari 4.0 - 8.0 */
    animation: button_sale 1.7s infinite;
}

.button_theme_blue:hover {
    color: #fff;
    background-color: #4682B4;
}

.button_theme_white:hover {
    color: green;
    background-color: rgba(74, 118, 168, 0.1);
}

.button_theme_red:hover {
    color: #fff;
    background-color: #ca5648;
}

.button_theme_sale:hover {
    box-shadow: 0 0 10px 0 #ff4d4d inset, 0 0 10px 4px #ff4d4d;
    color: #ff4d4d;
}


.button_margin_bottom {
    margin-bottom: 10px;
}

.button_margin_tb {
    margin: 10px 0;
}

.button_margin_right {
    margin-right: 10px;
}


.button_border_transparent {
    border: 1px solid transparent;
}

.button_border_blue {
    border: 1px solid #4682B4;
}


.button_display_block {
    display: block;
}

.button_style_big {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.left-banner {
    margin-top: 10px;
    width: 198px;

}

.titles333 {
    color: #fff;
    background: #4682B4;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    padding: 6px 0;


    margin-bottom: 20px;
}

.banners {
    width: 198px;
    border-radius: 5px;
    border: none !important;
}

.banners2 {
    width: 198px;
    border-radius: 3px;
    padding: 6px 6px 6px 6px;
    border: 1px solid #4682B4;
}

.contextlinks {
    padding: 0 6px 0 6px;
}

.contextlink {
    margin-bottom: 10px;
    padding: 7px;
    border: 1px solid #E0E0E0FF;
    border-radius: 4px;
}

.left-banner .img-banner-left {
    display: block;
    margin: auto;
    padding-top: 52px;
}

.button-group>.progress-circle>svg,
button>.progress-circle>svg,
.button>.progress-circle>svg {
    color: var(--color--button_default__text);
    stroke: var(--color--button__stroke);
}

.button-group_success>.progress-circle>svg,
.button-group_success>button>.progress-circle>svg,
.button-group_success>button:last-of-type>.progress-circle>svg,
.button_success>.progress-circle>svg,
.button_danger>.progress-circle>svg,
.button_warning>.progress-circle>svg,
.button_dark>.progress-circle>svg {
    color: var(--color--button__text_contrast);
    stroke: var(--color--button__stroke);
}

.button-group_success>button,
.button_success {
    background-color: var(--color--button_success__bg);
    color: var(--color--button__text_contrast);
}

button::-moz-focus-inner,
.button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
.input-buffer::-moz-focus-inner,
.input_comment-reply,
.adr-schedule table tr,
.story-save__add-input:focus {
    border: 0;
}

button.button_active,
button:active,
.button.button_active,
.button:active,
.smm-copy-tool__action:active,
.story-editor-block__adding-before:active {
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}

.button_animation,
.button-group_animation>button,
.button-group_animation>button span,
.button-group_animation>button:before,
.items-list__more_loading {
    color: transparent;
}

.button_width_100,
.mt__btn {
    width: 100%;
    text-align: center;
}

.button_add:hover svg,
.scroll-up-button_active svg,
.menu__item_open .menu__expand-button .icon,
.adr-entity_selected .fa-angle-down {
    transform: rotate(180deg);
}

.button-group_little[data-role=subscribe]>button:first-of-type,
.tm-small-search__find .input {
    padding: 0 10px;
}

.button-group_width_100 button:first-child,
.security-option__fields {
    flex-grow: 1;
}

.auth,
.community-info-block__content,
.stories-similar__controls,
.story__description {
    margin: 15px 25px;
}

.auth__captcha,
.stories-search__feed-panel br {
    clear: both;
}

#contentwrapper {
    padding: 0 7px 120px 7px;
}

.block1 {
    float: left;
    width: 49%;
}

ul.bl1 {
    padding-top: 22px;
}

ul.bl2 {
    margin-top: -5px;
}

.block1 h3 {
    width: 88%;
    border-bottom: 2px solid #8e8e8e;
}

.block1 .img1 {
    float: left;
    background: url(img/youtobe-icon.png);
    width: 65px;
    height: 65px;
    margin-right: 20px;
}

.block1 ul img,
.block2 ul img,
.block3 ul img,
.block4 ul img .block5 ul img {
    width: 13px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.block2 {
    float: right;
    width: 49%;
}

.block2 h3 {
    width: 88%;
    border-bottom: 2px solid #8e8e8e;
}

.block2 .img2 {
    float: left;
    background: url(img/vk-icon.png);
    width: 65px;
    height: 65px;
    margin-right: 20px;
}

.block3 {
    line-height: 1.4;
}

.block3 .img3 {
    background: url(img/users3.png) no-repeat;
    width: 170px;
    height: 170px;
    float: right;
}

.block4 {
    line-height: 1.4;

}

.block4 .img4 {
    background: url(img/reklamon.png) no-repeat;
    width: 128px;
    height: 128px;
    background-size: 128px;
    float: left;
}

.block4 h3 {
    text-align: center;
}

.block4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 2;
    padding-top: 10px;
}

.block4 ul li {
    padding-left: 105px;
}

.block4 ul img {
    width: 13px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.block4 {
    margin-top: 10px;
    text-align: justify;

}

.block5 {
    line-height: 1.4;

}

.block5 .img5 {
    background: url(img/users3.png) no-repeat;
    background-size: 128px;
    width: 128px;
    height: 128px;
    float: right;
}

.block5 h3 {
    text-align: center;
}

.block5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 2;
    padding-top: 10px;
}

.block5 ul li {
    padding-left: 105px;
}

.block5 ul img {
    width: 13px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.block5 {
    margin-top: 10px;
    text-align: justify;

}

.block3 {
    margin-top: 10px;
    text-align: justify;

}

.rb-title span {
    font-size: 12px;
}

.rb-text {
    margin-top: 2px;
    margin-bottom: 1px;
    color: #3E4D5C;
    font-size: 12px;
    word-break: break-word;
}

.rb-title a {
    color: #4e5c7f;

}

.rb-title a:hover {

    border-bottom: 1px dashed #4e5c7f;
}

#to_up {
    display: none;
    z-index: 999;
    opacity: 0.8;
    position: fixed;
    top: 100%;
    width: 50px;
    line-height: 11px;
    height: 11px;
    padding: 10px;
    background: #f2ffff;
    font-size: 12px;
    text-align: center;
    top: 2%;
}

.serf-stat {
    padding: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #CCC;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.serf-stat a {
    display: block;
    font-size: 12px;
    padding: 2px 10px;
}

.serf-stat a:hover {
    background: #fff;
}

.ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0.8;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background-size: 14px 14px !important;
}

.ico:hover {
    opacity: 1;
}

.ico-vir {
    background: url('img/ico/vir.png') no-repeat;
}

.ico-act {
    background: url('img/ico/act.png') no-repeat;
}

.ico-abuse {
    background: url('img/ico/abuse.png') no-repeat;
}

.ico-search {
    background: url('img/ico/search.png') no-repeat;
}

.ico-help {
    background: url('img/ico/help.png') no-repeat;
}

.ico-ok,
.task-del-act {
    background: url('img/ico/ok.png') no-repeat;
}

.ico-del,
.task-del {
    background: url('img/ico/del.png') no-repeat;
}

.ico-edit {
    background: url('img/ico/edit.png') no-repeat;
}

.ico-replace {
    background: url('img/ico/replace.png') no-repeat;
}

.ico-while {
    background: url('img/ico/while.png') no-repeat;
}

.ico-lock {
    background: url('img/ico/kabinet/lock_16.png') no-repeat;
}

.task-favorite {
    background: url('img/ico/pin.png') no-repeat;
}

.task-favoriteout {
    background: url(img/ico/pin-disable.png) no-repeat;
}

.work-serf {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
}

.work-serf td {
    padding: 5px 5px 5px 5px;
}

.serf-text {
    color: #555;
}

.serf-text-ob {
    border: 1px dashed #4682B4;
    padding: 10px;
    position: relative;
}

.serf-text-ob-title {
    text-decoration: none;
    color: #0500bf;
    font-weight: 600;
    font-size: 13px;
}

.serf-text-ob-title:hover {
    text-decoration: underline;
}

.serf-text-ob-url-pars {
    color: #1fb300;
}

.serf-text-ob-ico {
    position: absolute;
    top: 2px;
    right: 2px;
}

.serf-text-ob-add {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 11px;
    color: #555;
    text-decoration: none;
}

.menu-kabinet {
    text-align: center;
    margin: 10px 0;
}

.menu-kabinet a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    border: 0 solid #4682B4;
    background: #6699CC;
    border-radius: 50px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
    vertical-align: top;
    background-position: center;
}

.menu-kabinet a:hover,
.menu-kabinet a.active {
    background: #4682B4;
}

.menu-kabinet a.menu-serf {
    background-image: url('img/ico/menu/serf_kab.png');
}

.menu-kabinet a.menu-mail {
    background-image: url('img/ico/menu/mail_kab.png');
}

.menu-kabinet a.menu-youtube {
    background-image: url('img/ico/menu/youtube_kab.png');
}

.menu-kabinet a.menu-vk {
    background-image: url('img/ico/menu/vk_kab.png');
}

.menu-kabinet a.menu-task {
    background-image: url('img/ico/menu/task_kab.png');
}

.menu-kabinet a.menu-test {
    background-image: url('img/ico/menu/test_kab.png');
}

.menu-kabinet a.menu-banner {
    background-image: url('img/ico/menu/banner_kab.png');
}

.menu-kabinet a.menu-text {
    background-image: url('img/ico/menu/text_kab.png');
}

.menu-kabinet a.menu-kontext {
    background-image: url('img/ico/menu/kontext_kab.png');
}

.menu-kabinet a.menu-statlink {
    background-image: url('img/ico/menu/statlink_kab.png');
}

.menu-kabinet a.menu-fraim {
    background-image: url('img/ico/menu/fraim_kab.png');
}

.menu-earnings {
    text-align: center;
    margin: 10px 0;
}

.menu-earnings a {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 5px;
    border: 0 solid #4682B4;
    background: #6699CC;
    border-radius: 50px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
    vertical-align: top;
    background-position: center;
}

.menu-earnings a:hover,
.menu-earnings a.active {
    background: #4682B4;
}

.menu-earnings a.menu-serf {
    background-image: url('img/ico/menu/serf.png');
}

.menu-earnings a.menu-mail {
    background-image: url('img/ico/menu/mail.png');
}

.menu-earnings a.menu-youtube {
    background-image: url('img/ico/menu/youtube.png');
}

.menu-earnings a.menu-vk {
    background-image: url('img/ico/menu/vk.png');
}

.menu-earnings a.menu-task {
    background-image: url('img/ico/menu/task.png');
}

.menu-earnings a.menu-test {
    background-image: url('img/ico/menu/test.png');
}

.start-yes-serf,
.start-error-serf {
    display: block;
    width: 200px;
    padding: 8px 20px;
    background: var(--btn-green-color);
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    margin-top: 3px;
}

.start-yes-serf:hover {
    opacity: 0.8;
}

.start-error-serf {
    background: #cc0000;
}

.history-grafik {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('img/ico/grafik.png') center center no-repeat;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.7;
}

.history-grafik:hover {
    opacity: 1;
}

.comm-replace {
    padding: 10px;
    font-size: 12px;
    border: 1px dashed #60cbff;
    background: #f0faff;
    margin-top: 10px;
}

.menu-add {
    display: grid;
    grid-template: repeat(5, 50px) / 1fr 1fr 1fr;
    width: 770px;
    margin: 0 auto;
    column-gap: 10px;
}

.menu-add a {
    display: inline-block;
    width: 250px;
    border-radius: 5px;
    text-align: left;
    vertical-align: top;
    background: var(--btn-green-color);
    padding: 5px;
    margin: 1px 0;
    color: #FFF
}

.menu-add a span {
    font-size: 11px;
    color: #E5E5E5;
    text-shadow: none;
}

#cattitle2 {
    margin: 10px auto;
    display: block;
    max-width: 367px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: var(--btn-green-color);
    padding: 13px;
    color: #FFF;
}

.menu-add a:hover,
.menu-zacaz-dop a:hover,
.menu-zacaz-dop a.active {
    background: var(--btn-green-color-hover);
}

.menu-zacaz-dop {
    text-align: center;
    margin-bottom: 20px;
}

.menu-zacaz-dop a {
    display: inline-block;
    min-width: 130px;
    vertical-align: top;
    background: #4682B4;
    padding: 0 5px;
    margin: 1px 0;
    border-radius: 3px;
    color: #FFF;
    text-shadow: 0 0 1px #000;
    line-height: 30px;
}

.add-infa {
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}

.infa-red {
    background: #87ceeb;
    border: 1px dashed #4682B4;
}

.footer {
    margin-top: -72px;
    height: 1px;
    position: relative;
    background: #696969;
}

.footer__container {
    width: 100%;
    margin: 0 auto;
}

.foot-left {
    float: left;
}

.foot-left span {
    color: #6699CC;
    display: block;
    padding-left: 10px;
    padding-top: 15px;
}

.foot-left ul {
    padding-left: 2px;
    padding-top: 5px;
}

.foot-left ul li {
    display: inline-block;
    padding-left: 2px;
    opacity: 0.7;
}

.foot-left ul li:hover {
    opacity: 1;
}

.foot-right {
    float: right;
}

.foot-right span {
    padding-top: 20px;
}

.foot-right img {
    width: 100px;
}

.foot-right ul li {
    position: absolute;
}

.foot-right .copyr {
    padding-top: 8px;
    font-size: 14px;
    padding-right: 20px;
    color: #45a7f0;
}

.wm1 {
    right: 20px;
    top: 35px;
    opacity: 0.5;
}

.wm1:hover {
    opacity: 1;
}

.wm2 {
    right: 140px;
    top: 35px;
    opacity: 0.5;
}

.wm2:hover {
    opacity: 1;
}


.f01 {
    background: url(img/1yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f02 {
    background: url(img/2yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f03 {
    background: url(img/3yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f04 {
    background: url(img/4yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f05 {
    background: url(img/5yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f06 {
    background: url(img/6yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f07 {
    background: url(img/7yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f08 {
    background: url(img/8yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f09 {
    background: url(img/9yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f010 {
    background: url(img/10yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.f011 {
    background: url(img/11yf.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.foot-center {
    color: #6699CC;
    margin: 5px 5px 0 5px;
    padding-top: 15px;
    text-align: right;
}

.foot-center .str {
    padding: 0 10px;
}

.foot-center a {
    color: #6699CC;
    text-decoration: underline;
}

.foot-center a:hover {
    color: #A0A0A0;
    text-decoration: none;
}

.cash-wm1,
.cash-mb1,
.cash-pm1,
.cash-yd1,
.cash-qw1,
.cash-os1,
.cash-rs1,
.cash-vs1,
.cash-rb1,
.cash-pr1,
.cash-ik1,
.cash-lp1,
.cash-mg1,
.cash-mt1,
.cash-bl1,
.cash-ok1,
.cash-sb1,
.cash-zp1,
.cash-pv1,
.cash-wo1,
.cash-ak1,
.cash-bt1,
.cash-lt1,
.cash-ah1,
.cash-fr1,
.cash-pp1,
.cash-tl1,
.cash-unpayl,
.cash-anp {
    border: 1px solid #f0f1f1;
    display: inline-block;
    margin: 3px 1px;
}

.cash-wm1 div,
.cash-mb1 div,
.cash-pm1 div,
.cash-yd1 div,
.cash-qw1 div,
.cash-os1 div,
.cash-rs1 div,
.cash-vs1 div,
.cash-rb1 div,
.cash-pr1 div,
.cash-ik1 div,
.cash-lp1 div,
.cash-mg1 div,
.cash-mt1 div,
.cash-bl1 div,
.cash-ok1 div,
.cash-sb1 div,
.cash-zp1 div,
.cash-pv1 div,
.cash-wo1 div,
.cash-ak1 div,
.cash-bt1 div,
.cash-lt1 div,
.cash-ah1 div,
.cash-fr1 div,
.cash-pp1 div,
.cash-tl1 div,
.cash-unpayl div {
    border: 1px solid #e9eaea;
    display: block;
}

.cash-wm1 div div,
.cash-mb1 div div,
.cash-pm1 div div,
.cash-yd1 div div,
.cash-qw1 div div,
.cash-os1 div div,
.cash-rs1 div div,
.cash-vs1 div div,
.cash-rb1 div div,
.cash-pr1 div div,
.cash-ik1 div div,
.cash-lp1 div div,
.cash-mg1 div div,
.cash-mt1 div div,
.cash-bl1 div div,
.cash-ok1 div div,
.cash-sb1 div div,
.cash-zp1 div div,
.cash-pv1 div div,
.cash-wo1 div div,
.cash-ak1 div div,
.cash-bt1 div div,
.cash-lt1 div div,
.cash-ah1 div div,
.cash-fr1 div div,
.cash-pp1 div div,
.cash-tl1 div div,
.cash-unpayl div div {
    border: 1px solid #e2e4e5;
    display: block;
}

.cash-wm1 div div div,
.cash-mb1 div div div,
.cash-pm1 div div div,
.cash-yd1 div div div,
.cash-qw1 div div div,
.cash-os1 div div div,
.cash-rs1 div div div,
.cash-vs1 div div div,
.cash-rb1 div div div,
.cash-pr1 div div div,
.cash-ik1 div div div,
.cash-lp1 div div div,
.cash-mg1 div div div,
.cash-mt1 div div div,
.cash-bl1 div div div,
.cash-ok1 div div div,
.cash-sb1 div div div,
.cash-zp1 div div div,
.cash-pv1 div div div,
.cash-wo1 div div div,
.cash-ak1 div div div,
.cash-bt1 div div div,
.cash-lt1 div div div,
.cash-ah1 div div div,
.cash-fr1 div div div,
.cash-pp1 div div div,
.cash-tl1 div div div,
.cash-unpayl div div div,
.cash-anp div div div {
    border: 1px solid #9CADBA;
    display: block;
    width: 160px;
    height: 67px;
}

.cash-wm1 div div div {
    background: url(img/eps/icon-wm.png) no-repeat center 5px;
}

.cash-mb1 div div div {
    background: url(img/eps/icon-mb.png) no-repeat center 5px;
}

.cash-pm1 div div div {
    background: url(img/eps/icon-pm.png) no-repeat center 5px;
}

.cash-qw1 div div div {
    background: url(img/eps/icon-qw.png) no-repeat center 5px;
}

.cash-yd1 div div div {
    background: url(img/eps/icon-yd.png) no-repeat center 5px;
}

.cash-os1 div div div {
    background: url(img/eps/icon-os.jpg) no-repeat center 5px;
}

.cash-rs1 div div div {
    background: url(img/eps/icon-rs.jpg) no-repeat center 5px;
}

.cash-vs1 div div div {
    background: url(img/eps/icon-vs.png) no-repeat center 5px;
}

.cash-rb1 div div div {
    background: url(img/eps/icon-rb.png) no-repeat center 5px;
}

.cash-pr1 div div div {
    background: url(img/eps/icon-pr.png) no-repeat center 5px;
}

.cash-ik1 div div div {
    background: url(img/eps/icon-ik.png) no-repeat center 5px;
}

.cash-lp1 div div div {
    background: url(img/eps/icon-lp.png) no-repeat center 5px;
}

.cash-unpayl div div div {
    background: url(img/eps/icon-unpay.png) no-repeat center 5px;
}

.cash-mg1 div div div {
    background: url(img/eps/icon-mg.png) no-repeat center 5px;
}

.cash-mt1 div div div {
    background: url(img/eps/icon-mt.png) no-repeat center 5px;
}

.cash-bl1 div div div {
    background: url(img/eps/icon-bl.png) no-repeat center 5px;
}

.cash-ok1 div div div {
    background: url(img/eps/icon-ok.png) no-repeat center 5px;
}

.cash-sb1 div div div {
    background: url(img/eps/icon-sb.png) no-repeat center 5px;
}

.cash-zp1 div div div {
    background: url(img/eps/icon-zp.png) no-repeat center 5px;
}

.cash-pv1 div div div {
    background: url(img/eps/icon-pv.png) no-repeat center 5px;
}

.cash-wo1 div div div {
    background: url(img/eps/icon-wo.png) no-repeat center 5px;
}

.cash-ak1 div div div {
    background: url(img/eps/icon-ak.png) no-repeat center 5px;
}

.cash-fr1 div div div {
    background: url(img/eps/icon-fr.png) no-repeat center 5px;
}

.cash-bt1 div div div {
    background: url(img/eps/icon-bt.png) no-repeat center 5px;
}

.cash-lt1 div div div {
    background: url(img/eps/icon-lt.png) no-repeat center 5px;
}

.cash-ah1 div div div {
    background: url(img/eps/icon-ah.png) no-repeat center 5px;
}

.cash-pp1 div div div {
    background: url(img/eps/icon-pp.png) no-repeat center 5px;
}

.cash-tl1 div div div {
    background: url(img/eps/icon-tl.png) no-repeat center 5px;
}

.cash-anp div div div {
    background: url(img/anypay.svg) no-repeat center 5px;
}

.cash-wm1 div div div:hover,
.cash-mb1 div div div:hover,
.cash-pm1 div div div:hover,
.cash-yd1 div div div:hover,
.cash-qw1 div div div:hover,
.cash-os1 div div div:hover,
.cash-rs1 div div div:hover,
.cash-vs1 div div div:hover,
.cash-rb1 div div div:hover,
.cash-pr1 div div div:hover,
.cash-ik1 div div div:hover,
.cash-lp1 div div div:hover,
.cash-mg1 div div div:hover,
.cash-mt1 div div div:hover,
.cash-bl1 div div div:hover,
.cash-ok1 div div div:hover,
.cash-sb1 div div div:hover,
.cash-zp1 div div div:hover,
.cash-pv1 div div div:hover,
.cash-wo1 div div div:hover,
.cash-ak1 div div div:hover,
.cash-bt1 div div div:hover,
.cash-lt1 div div div:hover,
.cash-ah1 div div div:hover,
.cash-fr1 div div div:hover,
.cash-pp1 div div div:hover,
.cash-tl1 div div div:hover,
.cash-unpayl div div div:hover,
.cash-anp div div div:hover {
    border: 1px double #008BFF;
    display: inline-block;
    cursor: pointer;
}

.line-blue,
.line-gray,
.line-green,
.line-red,
.line-orange {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 2px 2px 3px;
    margin: 45px 1px 0 1px;
}

.line-blue {
    background: #4682B4;
}

.line-gray {
    background: #9CADBA;
}

.line-green {
    background: #9CADBA;
}

.line-orange {
    background: #E88523;
}

.line-red {
    background: #CD5C5C;
}

.hint-quest {
    background: url(img/ico/help-add.png) no-repeat center center;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 0 3px 0 3px;
    border: none;
    outline: none;
    cursor: help;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
}

.hint-quest:hover div {
    position: absolute;
    display: inherit;
}

.tooltip {
    position: absolute;
    padding: 10px 13px;
    z-index: 2;
    background-color: rgb(20%, 20%, 20%);
    color: #f7f7f7;
    border-radius: 2px;
    font: 12px/1.46 arial, sans-serif;
    text-align: left;
    width: 450px;
}

.cattitle-open,
.cattitle-close {
    display: block;
    background: url(img/exchange.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 99%;
    background-color: var(--main-bg-color);
    padding: 5px;
    color: #FFF;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
}

.cattitle-close {
    background-color: var(--btn-green-color-hover);
}

.vopros4,
.vopros5 {
    display: none;
}

.plus,
.minus {
    cursor: pointer;
}

.reflink {
    color: #1C8619;
    font: 13px Tahoma, Arial;
    text-align: center;
    background: #F7F7DF;
    border: solid 1px #006291;
    display: block;
    width: 464px;
    height: 16px;
    margin: 2px;
    font-weight: bold;
}

.scount {
    border: 0;
    width: auto;
    font-size: 11px;
    color: #555;
    float: right;
}

.bb-code {
    display: inline-block;
    min-width: 10px;
    font: 12px Arial;
    line-height: 20px;
    background: #4682B4;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
}

.bb-code:hover {
    background: #0099CC;
}

.bb-code.bold {
    font-weight: bold;
}

.bb-code.italic {
    font-style: italic;
}

.bb-code.uline {
    text-decoration: underline;
}

.goodref {
    border: 1px solid #cccccc;
    color: #6699CC;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 5px;
    width: auto;
    height: 235px
}

.goodref:hover {
    opacity: 0.8
}

.tooltipgo {
    color: #000000;
    outline: none;
    font-size: 13px;
    line-height: 18px;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.tooltipgo span {
    margin-left: -999em;
    position: absolute;
}

.tooltipgo:hover span {
    text-decoration: none;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    right: 1em;
    top: 2em;
    ;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}

.classicgo {
    padding: 0.8em 1em;
}

.classicgo {
    background: #ADD38D;
    border: 1px dotted #4682B4;
}

.tooltipgo_dop {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.tooltipgo_dop:hover span {
    width: 450px;
}

.ava-goodref {
    width: 145px;
    height: 145px;
    border: 4px double #4682B4;
    border-radius: 8px;
    margin-bottom: 5px;
}

.reyt-goodref {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 2px
}

.scan-friends,
.scan-faq {
    padding: 10px 10px;
    background: #DCE0E4;
    margin-top: -5px;
}

.scan-friends input,
.scan-faq input {
    padding: 3px 10px;
}

.scan-friends {
    margin-top: -10px;
}

.login-wm {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('img/ico/wm32.png') center center no-repeat;
    vertical-align: top;
}

.login-wm:hover {
    opacity: 0.7;
}

.block-faq {
    border-bottom: 1px solid #DBDBDB;
    padding: 10px;
}

.block-faq:hover {
    background: #f9f9f9;
}

.activ-faq {
    margin-top: 1px;
    background: #f9f9f9;
}

.title-faq {
    cursor: pointer;
}

.title-faq:before {
    content: 'O';
    opacity: 0.4;
    margin-right: 5px
}

.name-faq {
    padding: 10px 24px;
    background: #eee;
    color: #696969;
    font-weight: bold;
    margin-top: 5px;
}

.activ-title-faq {
    margin: -12px -11px 0px -11px;
    font-weight: normal;
    padding: 10px 0px 10px 12px;
    background: #4682B4;
    border: 1px solid #fff;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 1px #376603;
}

.activ-title-faq:hover {
    background: #4682B4;
}

.activ-title-faq:before {
    content: 'Х';
    opacity: 0;
}

.text-faq {
    display: none;
    padding: 10px 0 0 0;
    color: #444444;
    line-height: 1.4;
}

.butt-faq {
    display: block;
    text-align: center;
    font-size: 11px;
}

.butt-faq span,
.butt-faq a {
    display: inline-block;
    width: 200px;
    margin: 20px auto 10px auto;
    background: #f0f0f0;
    border: 0px solid #CCC;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    color: #006699;
    font-size: 11px;
}

.butt-faq span:hover {
    background: #e3e3e3;
}

.butt-faq span:first-child {
    background: #f0f0f0 url('img/cool.png') 12px 5px no-repeat;
}

.butt-faq span:first-child:hover {
    background: #e3e3e3;
}

.butt-faq div {
    background: #f0f0f0;
    padding: 5px 20px;
    margin: 20px auto 10px auto;
    text-align: left;
}

.menu-balance {
    display: block;
    margin: 3px auto 0 auto;
    border-radius: 7px;
    padding: 0 5px;
    position: relative;
    height: 35px;
    width: 180px;
}

.menu-balance.mobile {
    width: 100%;
    max-width: 100%;
}

.b-green {
    background: #A9A9A9;
}

.b-red {
    background: var(--btn-green-color);
}

.menu-balance a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 35px;
    color: #FFF;
    text-shadow: 0 0 1px #000;
}

.menu-balance a .uved-m {
    display: block;
    text-align: center;
    width: 80px;
    position: absolute;
    top: -12px;
    left: 50%;
    line-height: 15px;
    margin-left: -40px;
    z-index: 1;
}

.b-green a .uved-m,
.b-red a .uved-m {
    background: #A9A9A9;
    font-size: 11px;
    line-height: 18px;
    border-radius: 7px
}

.b-red a .uved-m {
    background: var(--btn-green-color);
}

.menu-balance:hover {
    opacity: 0.7;
}

.dispnone {
    display: none;
}

.menu-support {
    text-align: center;
}

.no-akk {
    text-align: center;
}

.tiket {
    height: 38px;
    background: #87ceeb;
    border-bottom: solid 1px #DAE2E6;
    font-size: 14px;

    color: #696969;
    text-align: center;
    line-height: 38px;
    display: block;
    cursor: default;
}

.mail-sample,
.mail-sample-active {
    font-size: 11px;
    color: #135566;
    display: block;
    border-bottom: solid 1px #DAE2E6;
    margin: 1px 0;
    height: 39px;
    outline: none;
    cursor: pointer;
}

.mail-sample:hover {
    background: #F5F5F5;
}

.mail-sample-active {
    background: #E0FFFF;
    color: #fff;
}

.mail-sample .mail-mailer,
.mail-sample-active .mail-mailer {
    display: block;
    width: 170px;
    margin-top: 3px;
    padding-top: 1px;
    float: left;
}

.mail-mailer img {
    background: url(img/avbg-36.png) no-repeat left top;
    padding: 4px;
    border: none;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: -3px 8px -3px 0;
    float: left;
}

#support-scrin {
    text-align: center;
}

#support-scrin .img-scrin-support {
    display: inline-block;
    width: 130px;
    height: 130px;
    position: relative;
    opacity: 0.7;
    margin: 5px 10px;
}

#support-scrin .img-scrin-support:hover {
    opacity: 1;
}

#support-scrin .img-scrin-support:hover .del-scrin-support {
    display: block;
}

#support-scrin .img-scrin-support .scrin-img {
    width: 130px;
    height: 130px;
    box-shadow: 1px 1px 2px #000;
}

#support-scrin .img-scrin-support .del-scrin-support {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#support-scrin .img-scrin-support .del-scrin-support img {
    width: 20px;
    height: 20px;
}

.scrin-support-users {
    text-align: center;
    padding: 5px;
}

.scrin-support-users img {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    box-shadow: 0 0 5px #000;
}

.menu-dop-site {
    text-align: center;
}

.menu-dop-site a {
    display: inline-block;
    min-width: 60px;
    padding: 0 10px;
    line-height: 25px;
    color: #FFF;
    background: #4682B4;
    text-shadow: 1px 1px 1px #375612;
    border: 1px solid #4b7518;
}

.menu-task-work {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #fafbfc;
    line-height: 30px;
    font-size: 12px;
    /* box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8; */
    color: #656565;
    /* border-radius: 2px; */
    margin-bottom: 6px;
}

.menu-task-work__link-wrapper {
    display: flex;
    width: 60%;
    gap: 20px;
}

.menu-task-work.d {
    margin-bottom: 0;
    padding: 7px 0;
    border-top: 3px solid #9370DBFF;
}

.menu-task-work.d:first-child {
    border-top: 0;
}

/* .menu-task-work__link {
    color: #656565;
    display: inline-block;
    text-align: center;
    padding: 10px 8px 10px;
    line-height: 17px;
    font-size: 13px;
    margin: 0 4px -1px;
    border-bottom: 2px solid transparent;
} */

.menu-task-work-btns {
    margin: 0 auto 20px auto;
    display: grid;
    grid-template: repeat(3, 50px) / 1fr 1fr 1fr;
    width: 770px;
    gap: 10px;
}

.menu-task-work__link {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    text-align: center;
    background: var(--btn-green-color);
    color: #FFF;
    transition: .17s all;
}

.menu-task-work__link.start-page-task {
    width: 100%;
    max-width: 11vw;
}

.menu-task-work.link-f .menu-task-work__link {
    width: 13vw;
} 

.menu_link_comp {
    padding: 10px 12px 10px;
    margin: 0 6px -1px;
}

.menu-task-work__link.active,
.menu-task-work__link:hover {
    border-bottom: 5px solid #44ded6; /*#4682b4*/
    color: #fff;
}

.activ-menu {
    cursor: pointer;
    text-align: center;
}

.activ-menu:hover {
    background: #009acd;
}

.user-block-control__rating {
    display: block;
    text-align: center;
    border: 2px solid #4682B4;
    color: #4682B4;
    border-radius: 20px;
    padding: 8px 8px 8px 8px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 60px;
}

.user-block-control .user-block-control__item {
    margin-right: 10px;
}

#task-sort {
    text-align: center;
}

#task-sort a {
    display: inline-block;
    width: 180px;
    text-align: center;
    padding: 3px 0;
    border: 1px solid #CCC;
    margin: 2px 2px;
}

#task-sort a:hover,
#task-sort a.active {
    background: #dfdfdf;
}

#load-new-mess {
    position: fixed;
    z-index: 998;
    left: 7px;
    bottom: 2px;
    overflow: hidden;
    max-height: 300px;
}

#load-new-mess-s {
    position: fixed;
    z-index: 998;
    right: 7px;
    bottom: 2px;
    overflow: hidden;
    max-height: 300px;
}

#load-new-mess .mew-mail-mess,
#load-new-mess-s .mew-mail-mess {
    border-radius: 3px;
    width: 280px;
    height: 85px;
    padding: 5px;
    background: #2D2D2D;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 12px;
    opacity: 0.8
}

#load-new-mess .mew-mail-mess a,
#load-new-mess-s .mew-mail-mess a {
    color: #FFFFFF;
    text-decoration: none;
}

#load-new-mess .mail-users,
#load-new-mess-s .mail-users {
    padding: 0 0 5px 10px;
    font-size: 12px;
}

#load-new-mess .mail-users .closed,
#load-new-mess-s .mail-users .closed {
    float: right;
    color: #FF0000;
    cursor: pointer;
}

#load-new-mess .mail-ava,
#load-new-mess-s .mail-ava {
    float: left;
    margin-right: 10px;
}

#load-new-mess .mail-ava img,
#load-new-mess-s .mail-ava img {
    width: 60px;
    height: 60px;
}

#load-new-mess .mail-text,
#load-new-mess-s .mail-text {
    margin-top: 10px;
}

#load-new-mess .mail-text b,
#load-new-mess-s .mail-text b {
    color: #00FF00;
}

.supptitle0,
.supptitle1 {
    text-align: right;
    font-size: 11px;
    display: block;
    margin-top: 10px;
    padding: 3px 4px;
}

.supptitle0 {
    color: #fff;
    background: #D3D3D3;
    border-top: 1px solid #A9A9A9;
}

.supptitle1 {
    color: #696969;
    background: #B0E0E6;
    border-top: 1px solid #A9A9A9;
}

.supptext0,
.supptext1 {
    text-align: left;
    font-size: 12px;
    display: block;
    margin: -40px 0 10px 36px;
    padding: 1px;
}

.supptext0 {
    background: #F5F5F5;
    border: 1px solid #D3D3D3;
    color: #114C5B;
}

.supptext1 {
    background: #F0FFFF;
    border: 1px solid #A9A9A9;
    color: #114C5B;
}

.linktext0 {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.linktext1 {
    color: #696969;
    border-bottom: 1px dotted #696969;
}

.suppcontent {
    padding: 10px 15px 10px 22px;
    display: block;
}

.avatar-smoll {
    margin-top: 5px;
    background: url(img/avbg.png) no-repeat right bottom;
    padding: 2px 9px 9px 2px;
    border: none;
    width: 40px;
    height: 40px;
}

.support-cit {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #555;
    width: 80px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #555;
    margin-right: 20px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.support-cit:hover {
    background: #555;
    color: #fff;
}

.blok-quote {
    width: 97%;
    margin: 10px auto 0 auto;
    font-size: 11px;
    color: #555;
}

.blok-quote .title_quote,
.blok-quote .quote {
    background: #f9f9f9;
    border: 1px dashed #ccc;
}

.blok-quote .title_quote {
    display: inline-block;
    border-bottom: 1px solid #f9f9f9;
    padding: 0 20px;
    margin-left: 0;
    text-align: center;
    line-height: 20px;
    border-radius: 6px 6px 0 0;
}

.blok-quote .quote {
    padding: 10px;
    margin-top: -1px;
    border-radius: 0 6px 6px 6px;
}

.mails-otvet-new {
    width: 70%;
    margin: 0 auto;
}

.mails-otvet-new a {
    display: block;
    margin: 3px 0;
    padding: 10px;
    background: #4682B4;
    color: #fff;
    text-align: center;
}

.mails-otvet-new a:hover {
    background: #0b5b8c;
}

.mails-otvet-url {
    text-align: center;
    font-size: 11px;
    color: #777777;
    margin: 10px auto;
}

.taskimg,
.taskimg-ok,
.taskimg-work,
.taskimg-work2,
.taskimg-fail,
.serfimggo,
.taskimg-vip {
    width: 39px;
    height: 38px;
    display: block;
    margin-bottom: -2px;
}

.taskimg {
    background: url(img/ico/ad-taskstatushigh.png) no-repeat 2px 1px;
}

.taskimg-ok {
    background: url(img/ico/ad-task-ok.png) no-repeat 2px 1px;
}

.taskimg-work {
    background: url(img/ico/ad-task-work.png) no-repeat 2px 1px;
}

.taskimg-work2 {
    background: url(img/ico/ad-task-work2.png) no-repeat 2px 1px;
}

.taskimg-vip {
    background: url(img/ico/ad-vip.png) no-repeat 2px 1px;
}

.taskimg-fail {
    background: url(img/ico/ad-task-fail.png) no-repeat 2px 1px;
}

.serfimggo {
    background: url(img/ico/ad-task-hod.png) no-repeat 2px 1px;
}

.rating0,
.rating1,
.rating2,
.rating3,
.rating4,
.rating5 {
    width: 66px;
    height: 16px;
    display: inline-block;
}

.rating0 {
    background: url(img/ico/rating0.png) no-repeat left top;
}

.rating1 {
    background: url(img/ico/rating1.png) no-repeat left top;
}

.rating2 {
    background: url(img/ico/rating2.png) no-repeat left top;
}

.rating3 {
    background: url(img/ico/rating3.png) no-repeat left top;
}

.rating4 {
    background: url(img/ico/rating4.png) no-repeat left top;
}

.rating5 {
    background: url(img/ico/rating5.png) no-repeat left top;
}

#task-navi {
    float: right;
}

.task-navi-test {
    font-size: 13px;
    margin-top: 4px;
    display: inline-block;
    margin-right: 10px;
}

.task-navi-test a {
    color: #000064;
    display: inline-block;
    border-bottom: 3px solid #FFF;
    padding: 0 5px;
    margin: 0 2px;
}

.task-navi-test .activ {
    border-bottom: 3px solid #006699;
    font-weight: bold;
    color: #006699;
}

a#navi-start,
a#navi-end {
    border: 0;
    display: none;
}

#task-navi .scroll-menu {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    position: fixed;
    top: 10px;
    left: 50%;
    border-radius: 3px;
    z-index: 99;
    margin: 0;
}

#task-navi .scroll-menu a {
    color: #CFCFCF;
    border: 0;
}

#task-navi .scroll-menu a:hover {
    color: #FFF;
}

#task-navi .scroll-menu .activ {
    border-bottom: 3px solid #FFF;
    color: #FFF;
}

#load-scrin {
    position: relative;
    height: 40px;
    border: 3px solid #B1C3CA;
    border-top: 0;
    width: 570px;
    padding: 7px 5px 5px 5px;
    background: #eee;
    margin-top: -3px;
}

.act-scrin {
    cursor: pointer;
}

#load-scrin .text-scrin {
    padding-top: 8px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.act-scrin .text-scrin {
    padding-top: 11px;
}

#contenteditable {
    margin: 0;
    padding: 0;
    resize: none;
    overflow: hidden;
}

#img-loag-scrin {
    display: none;
}

.vkgrvel {
    background: url(img/ico/vk-groups.png);
    width: 32px;
    height: 32px;
    cursor: help
}

.vklkvel {
    background: url(img/ico/vk-like.png);
    width: 32px;
    height: 32px;
    cursor: help
}

.vkrepvel {
    background: url(img/ico/vk-repost.png);
    width: 32px;
    height: 32px;
    cursor: help
}

.ybrvel {
    background: url(img/ico/youtube-podp.png);
    width: 32px;
    height: 32px;
    cursor: help
}

.yblkvel {
    background: url(img/ico/youtube-like.png);
    width: 32px;
    height: 32px;
    cursor: help
}

.ybprosm {
    background: url(img/ico/youtube-ads.png);
    width: 32px;
    height: 32px;
    cursor: help
}

.refpodvelg {
    background: url(img/ico/gift_ref.png);
    width: 40px;
    height: 40px;
    cursor: pointer
}

.ratingvelm {
    background: url(img/ico/rating16.png);
    width: 16px;
    height: 16px;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: help
}

.wallvels {
    background: url(img/ico/wall.png);
    width: 22px;
    height: 13px;
    border: none;
    vertical-align: middle
}

.wallvelgift {
    background: url(img/ico/gift.png);
    width: 21px;
    height: 21px;
    vertical-align: middle;
    border: none
}

.scrin-img {
    width: 300px;
    margin: 10px auto;
    position: relative;
}

.scrin-img .view-scrin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #FFF;
    padding-top: 55px;
}

#img-loag-scrin .scrin-img .view-scrin a,
#img-loag-scrin .scrin-img .view-scrin span {
    display: block;
    color: #000;
    cursor: pointer;
    text-align: center;
    width: 150px;
    padding: 3px 0;
    margin: 5px auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
}

#img-loag-scrin .scrin-img .view-scrin a {
    color: #3e9f28;
}

#img-loag-scrin .scrin-img .view-scrin a:hover {
    background: #3e9f28;
    color: #FFF;
}

#img-loag-scrin .scrin-img .view-scrin span {
    color: #c80000;
}

#img-loag-scrin .scrin-img .view-scrin span:hover {
    background: #c80000;
    color: #FFF;
}

.scrin-img:hover .view-scrin {
    display: block;
}

.block-task-read {
    font-size: 14px;
    display: block;
    padding-left: 60px;
    width: 400px;
    margin: 40px auto;
    color: #00649E;
    min-height: 45px;
}

.task-read-wait {
    background: url(img/ico/task-wait.png) no-repeat left center;
}

.task-read-good {
    background: url(img/ico/task-good.png) no-repeat left center;
}

.task-read-no {
    background: url(img/ico/task-no.png) no-repeat left center;
}

.block-vopros {
    text-align: left;
    margin: 5px 10px;
}

.block-vopros .vopros {
    border: 1px dashed #AE5151;
    padding: 5px 10px;
    margin: 15px 0 5px 0;
    background: #F9F2F2;
}

.block-vopros .otvet span {
    margin: 3px 0 3px 20px;
    color: #006699;
    display: block;
    width: 300px;
    padding: 5px 10px;
    background: #fff;
    margin: 4px 0;
    cursor: pointer;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.block-vopros .otvet span:hover,
.block-vopros .otvet span.active {
    background: #eee;
    border: 1px solid #006699;
}

.youtube-load {
    background: url('img/load-offers1.gif') center center no-repeat;
    height: 35px;
}

.youtube-button {
    min-height: 35px;
    text-align: center;
}

.youtube-button .go-link-youtube,
.youtube-button .status-link-youtube,
.youtube-button .youtube-error {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px auto;
    text-align: center;
    border-radius: 2px;
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
    cursor: pointer;
}

.youtube-button .go-link-youtube {
    background: #4682B4;
}

.youtube-button .go-link-youtube:hover {
    opacity: 0.8;
}

.youtube-button .status-link-youtube {
    background: #FA8072;
}

.youtube-button .youtube-error {
    background: #cc0000;
}

.youtube-help {
    color: #C80000;
    cursor: pointer;
    float: right;
}

.youtube-help:hover {
    color: #ff0000;
}

.serfcontrol-play,
.serfcontrol-pause,
.serfcontrol-block,
.serfcontrol-moder,
.serfcontrol-postmoder,
.refkonkurs-play,
.refkonkurs-stop {
    height: 26px;
    width: 26px;
    display: block;
    border: none;
    outline: none;
    margin: 2px 0px 2px 3px;
}

.serfcontrol-play {
    background: url(img/ico/kabinet/kab-pause.png) no-repeat left top;
    cursor: pointer;
}

.serfcontrol-pause {
    background: url(img/ico/kabinet/kab-play.png) no-repeat left top;
    cursor: pointer;
}

.serfcontrol-block {
    background: url(img/ico/kabinet/kab-block.png) no-repeat left top;
    cursor: defalt;
}

.serfcontrol-moder {
    background: url(img/ico/kabinet/kab-moder.png) no-repeat left top;
    cursor: defalt;
}

.serfcontrol-postmoder {
    background: url(img/ico/kabinet/kab-postmoder.png) no-repeat left top;
    cursor: defalt;
}

.job-not {
    font-size: 12px;
    color: #cdcbb7;
    line-height: 2.2;
    margin-left: 5px;
}

a.job-exist {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 2.2;
    color: #028ac1;
    background: url(img/ico/kabinet/w.gif) no-repeat 5px 6px;
    padding-left: 24px;
    height: 24px;
}

a.job-exist:hover {
    color: #E57C00;
}

.job-reply {
    background-color: #F5F5F5;
    border: 1px dotted #696969;
    color: #135b11;
    padding: 4px 6px;
    margin: 5px 0;
    display: block;
}

.job-reply-btns {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
    padding: 6px 6px 0px;
    height: 28px;
    background-color: #F5F5F5;
}

.ip_reply {
    background: url(img/info-ip.png) no-repeat 0 0;
    color: #4a7191;
    font-size: 11px;
    display: block;
    padding-left: 20px;
    text-align: left;
    height: 16px;
    margin-bottom: 5px;
    cursor: help;
}

a.scon-edit,
a.scon-view,
a.scon-delete,
a.scon-backmoney2,
a.scon-pay,
a.scon-backmoney,
a.scon-lock,
a.scon-ulock,
a.scon-editno,
a.scon-url,
a.scon-money,
a.scon-stat,
.scon-upok,
.scon-up,
.scon-down,
.scon-gray,
.scon-vip,
.scon-vipno,
.scon-color,
.scon-colorno,
.scon-upno,
.scon-erase,
.scon-delete,
.scon-erase,
.scon-speed-1,
.scon-speed-2,
.scon-speed-3,
.scon-speed-4,
.scon-speed-5,
.scon-speed-6,
.scon-speed-7 {
    height: 16px;
    width: 16px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}

a.scon-url {
    height: 16px;
    width: 24px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}

a.scon-edit {
    background: url(img/ico/kabinet/edit.png) no-repeat left top;
    margin-right: 5px;
}

a.scon-money {
    background: url(img/ico/kabinet/many.gif) no-repeat left top;
    margin-right: 5px;
}

a.scon-editno {
    background: url(img/ico/kabinet/editno.png) no-repeat left top;
    margin-right: 5px;
}

a.scon-view {
    background: url(img/ico/kabinet/taskyes.png) no-repeat left top;
    margin-right: 5px;
}

a.scon-url {
    background: url(img/ico/kabinet/url_task.png) no-repeat left top;
    margin-right: 5px;
}

a.scon-lock {
    background: url(img/ico/kabinet/lock_16.png) no-repeat left top;
    margin-right: 5px;
}

a.scon-ulock {
    background: url(img/ico/kabinet/ulock_16.png) no-repeat left top;
    margin-right: 5px;
}

.scon-up {
    background: url(img/ico/kabinet/taskup.png) no-repeat left top;
    margin-right: 5px;
}

.scon-upno {
    background: url(img/ico/kabinet/taskupno.png) no-repeat left top;
    margin-right: 5px;
}

.scon-vip {
    background: url(img/ico/kabinet/viptask.png) no-repeat left top;
    margin-right: 5px;
}

.scon-vipno {
    background: url(img/ico/kabinet/viptaskno.png) no-repeat left top;
    margin-right: 5px;
}

.scon-color {
    background: url(img/ico/kabinet/colortask.png) no-repeat left top;
    margin-right: 5px;
}

.scon-colorno {
    background: url(img/ico/kabinet/colortaskno.png) no-repeat left top;
    margin-right: 5px;
}

.scon-delete {
    background: url(img/ico/kabinet/cross.png) no-repeat left top;
}

.scon-erase {
    background: url(img/ico/kabinet/switch.png) no-repeat left top;
    margin-right: 5px;
}

a.scon-delete {
    background: url(img/ico/kabinet/cross.png) no-repeat left top;
}

a.scon-backmoney {
    background: url(img/ico/kabinet/mbudget.png) no-repeat left top;
}

a.scon-stat {
    background: url(img/ico/kabinet/stat.png) no-repeat left top;
    margin-right: 5px;
}

a.scon-backmoney2 {
    background: url(img/ico/kabinet/movebudget2.png) no-repeat left top;
}

.scon-erase {
    background: url(img/ico/kabinet/switch.png) no-repeat left top;
}

.budget {
    text-align: center;
}

.add-budget,
a.add-budgetnone {
    text-align: center;
    display: block;
    border: none;
    background: url(img/ico/kabinet/gold.png) no-repeat top center;
    cursor: pointer;
    font-size: 12px;
    padding-top: 30px;
    color: #5B9F00;
}

#verx {
    display: none;
    position: fixed;
    bottom: 30px;
    width: 50px;
    height: 50px;
    right: 20px;
    z-index: 10000;
    background: url(ico/verx.png);
    transition: all 0.3s ease;
    opacity: 0.6;
    cursor: pointer;
}

#verx:hover {
    opacity: 1;
    outline: 0;
}

.scon-speed-1 {
    background: url(img/ico/kabinet/advspeed.png) no-repeat 0 0;
    margin-right: 5px;
}

.scon-speed-2 {
    background: url(img/ico/kabinet/advspeed.png) no-repeat 0 -16px;
    margin-right: 5px;
}

.scon-speed-3 {
    background: url(img/ico/kabinet/advspeed.png) no-repeat 0 -32px;
    margin-right: 5px;
}

.scon-speed-4 {
    background: url(img/ico/kabinet/advspeed.png) no-repeat 0 -48px;
    margin-right: 5px;
}

.scon-speed-5 {
    background: url(img/ico/kabinet/advspeed.png) no-repeat 0 -64px;
    margin-right: 5px;
}

.scon-speed-6 {
    background: url(img/ico/kabinet/advspeed.png) no-repeat 0 -80px;
    margin-right: 5px;
}

.scon-speed-7 {
    background: url(img/ico/kabinet/advspeed.png) no-repeat 0 -96px;
    margin-right: 5px;
}

.expanding {
    font: 12px tahoma, arial, sans-serif;
    width: 90%;
    height: 150px;
    padding: 2px 6px;
    margin: 5px 0;
    border: 3px solid #B1C3CA;
}

.go-task-start {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2e853a;
    width: 100%;
    height: 100%;
}

.task-blok-error {
    text-align: center;
    position: absolute;
    border: 1px solid #8e0000;
    background: #d70000;
    padding: 15px;
    color: #FFF;
    font: 16px tahoma, arial, sans-serif;
    top: 30%;
    left: 50%;
    width: 450px;
    margin: 0 0 0 -225px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7)
}

a.add-budget:hover {
    border: none;
    background: #F5F5F5 url(img/ico/kabinet/gold-act.png) no-repeat top center;
    outline: none;
    color: #EF6A00;
    cursor: pointer;
}

.transport-go_moder {
    text-align: center;
    display: block;
    border: none;
    background: url(img/ico/kabinet/gomoder.png) no-repeat top center;
    font-size: 11px;
    padding-top: 25px;
    color: #5B9F00;
    cursor: pointer;
}

.transport-go_moder:hover {
    border: none;
    background: url(img/ico/kabinet/gomoder-act.png) no-repeat top center;
    outline: none;
    color: #EF6A00;
}

.transport-moder {
    text-align: center;
    display: block;
    border: none;
    background: url(img/ico/kabinet/gomoder-act.png) no-repeat top center;
    font-size: 11px;
    padding-top: 25px;
    color: #EF6A00;
}

a.btn-blue,
a.btn-blue136,
a.btn-red136 {
    font-size: 13px;
    text-align: center;
    margin: 16px 5px;
    line-height: 2.1em;
    display: block;
    height: 26px;
    color: #ffffff;
    outline: none;
    border: none;
    clear: left;
    text-decoration: none;
}

a.btn-blue {
    background: url(img/ico/kabinet/btn-blue.png) no-repeat left top;
    width: 104px;
}

a.btn-blue136 {
    background: url(img/ico/kabinet/btn-blue136.png) no-repeat left top;
    width: 136px;
}

a.btn-red136 {
    background: url(img/ico/kabinet/btn-red136.png) no-repeat left top;
    width: 136px;
}

a.btn-blue:hover,
a.btn-blue136:hover,
a.btn-red136:hover {
    background-position: left bottom;
}

/* a.fbtn-green,
a.fbtn-red,
a.fbtn-black,
a.fbtn-org {
    font-size: 11px;
    text-align: center;
    line-height: 2em;
    height: 25px;
    width: 92px;
    color: #fff;
    text-shadow: 1px 1px 1px #292929;
    outline: none;
    border: none;
    display: block;
    float: right;
} */

a.fbtn-green,
a.fbtn-red,
a.fbtn-black,
a.fbtn-org {
    font-size: 11px;
    height: 25px;
    width: 92px;
    color: #fff;
    text-shadow: 1px 1px 1px #292929;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.fbtn-blue160 {
    font-size: 11px;
    height: 25px;
    width: 100%;
    max-width: 160px;
    color: #fff;
    text-shadow: 1px 1px 1px #292929;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

a.fbtn-green {
    background: url(img/ico/kabinet/btn-green.png) no-repeat left top;
}

.fbtn-blue160 {
    background: url(img/ico/kabinet/btn-blue160.png) no-repeat left top;
}

.fbtn-red {
    background: url(img/ico/kabinet/btn-red.png) no-repeat left top;
}

/* a.fbtn-red {
    background: url(img/ico/kabinet/btn-red.png) no-repeat left top;
} */

a.fbtn-org {
    background: url(img/ico/kabinet/btn-orange.png) no-repeat left top;
}

a.fbtn-black {
    background: url(img/ico/kabinet/btn-black.png) no-repeat left top;
}

a.fbtn-bl {
    text-align: center;
    height: 25px;
    width: 45px;
    outline: none;
    border: none;
    display: block;
    float: right;
}

a.fbtn-bl {
    background: url(img/ico/kabinet/btn-bl.png) no-repeat left top;
}

.job-note input.fbtn-green,
.job-note input.fbtn-red,
.job-note input.fbtn-black,
.job-note input.fbtn-org,
.job-note input.fbtn-blue160 {
    padding: 0;
    font-size: 11px;
    height: 25px;
    width: 92px;
    color: #fff;
    text-shadow: 1px 1px 1px #292929;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    cursor: pointer;
}

.job-note input.fbtn-green {
    background: url(img/ico/kabinet/btn-green.png) no-repeat left top;
}

a.workstatus-yes,
a.workstatus-no,
a.workstatus-wait,
a.workstatus-otziv,
a.workstatus-izbr {
    color: #ffffff;
    text-shadow: 1px 1px 1px #555555;
    float: left;
    font-size: 11px;
    text-align: center;
    display: block;
    outline: none;
    padding: 3px 6px 3px 6px;
    margin: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.task-ballans {
    color: #ffffff;
    background: #22A82c;
    text-shadow: 1px 1px 1px #555555;
    float: left;
    font-size: 11px;
    text-align: center;
    display: block;
    outline: none;
    padding: 3px 7px 3px 7px;
    margin: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.task-ballans:hover {
    background: #fe8710;
}

a.workstatus-yes {
    background: #22A82c;
}

a.workstatus-no {
    background: #c80000;
}

a.workstatus-wait {
    background: #BFBFBF;
}

a.workstatus-otziv {
    background: #2c7fb8;
}

a.workstatus-izbr {
    background: #B200FF;
}

td.ext-viptask {
    background: #eee;
    padding: 10px;
    border-top: 1px solid #CCC;
}

td.ext-viptask input {
    width: 220px;
}

td.ext-viptask input.btn {
    padding-left: 5px;
    padding-right: 5px;
}

.kab-text {
    color: #555;
    font-size: 11px;
}

.refdel,
.refdel_no,
.ref_birj,
.ref_birj_es,
.ref_birj_no {
    float: right;
    display: block;
    height: 16px;
    width: 16px;
    outline: none;
    border: none;
    margin: 0 3px;
    cursor: pointer;
}

.refdel {
    background: url(img/ico/icon-comp.png) no-repeat left top;
}

.refdel_no {
    background: url(img/ico/icon-comp.png) no-repeat left bottom;
}

.ref_birj {
    background: url(img/ico/ref_birj.png) no-repeat left top;
}

.ref_birj_es {
    background: url(img/ico/box.png) no-repeat left top;
}

.ref_birj_no {
    background: url(img/ico/ref_birj.png) no-repeat left bottom;
}

.refdel:hover,
.refdel_no:hover,
.ref_birj:hover,
.ref_birj_es:hover,
.ref_birj_no:hover {
    border: none;
}

.refbonus {
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 2;
    display: block;
    background: url(img/rbonus.png) no-repeat left top;
    width: 40px;
    height: 23px;
    border: none;
    text-shadow: 1px 1px 1px #438216;
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: -1px;
}

.refbonus-no {
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 2;
    display: block;
    background: url(img/rbonus-no.png) no-repeat left top;
    width: 40px;
    height: 23px;
    border: none;
    text-shadow: 1px 1px 1px #438216;
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: -1px;
}

.refdel {
    float: right;
    display: block;
    height: 16px;
    width: 16px;
    outline: none;
    border: none;
    margin: 0 1px;
    cursor: pointer;
    background: url(img/ico/icon-comp.png) no-repeat left top;
}

.refdel_no {
    float: right;
    display: block;
    height: 16px;
    width: 16px;
    outline: none;
    border: none;
    margin: 0 1px;
    cursor: help;
    background: url(img/ico/icon-comp.png) no-repeat left bottom;
}

.refdel:hover,
.refdel_no:hover {
    border: none;
}

#referals-new th span {
    cursor: pointer;
    font-size: 11px;
}

#referals-new th span.active-ASC,
th span.active-DESC {
    font-weight: bold;
    border-bottom: 1px dashed #fff;
}

#referals-new th span.active-ASC:after,
#referals-new th span.active-DESC:after {
    font-size: 10px;
    vertical-align: top;
}

#referals-new th span.active-ASC:after {
    content: ' \2191';
}

#referals-new th span.active-DESC:after {
    content: ' \2193';
}

.mesto span {
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    border: 2px solid #FFF;
    border-radius: 5px;
    background: #cbb7a1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    line-height: 25px;
    color: #FFF;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
    margin: 5px 10px 5px 0;
}

.mesto .priz1 {
    background: #02b258;
}

.mesto .priz2 {
    background: #9bce55;
}

.mesto .priz3 {
    background: #96cc4e;
}

a.konkurs-start {
    background: url(img/ico/cont-start.png) no-repeat top center;
    text-align: center;
    display: block;
    border: none;
    font-size: 11px;
    padding-top: 30px;
    cursor: pointer;
    color: #C80000;
}

a.konkurs-start:hover {
    color: #FF7979;
}

a.konkurs-start-1 {
    background: url(img/ico/finish.png) no-repeat top center;
    cursor: default;
}

.period {
    color: #0079B8;
    padding: 1px 4px;
    border: 1px solid #BEE8EB;
    background: #D5EFF1;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}

.mnogo {
    background: #F7E4DA;
    color: #E66900;
    border: 1px solid #F7DACB;
}

.top-mesto {
    background: url(img/ico/trophys.png) no-repeat top left;
    display: inline-block;
    padding-left: 30px;
    width: 70px;
}

.top-mesto-no {
    display: inline-block;
    padding-left: 30px;
    width: 70px;
}

.top-priz {
    color: #909090;
}

.n-box-find {
    padding: 7px 0;
    text-align: center;
    position: relative;
}

#seach-wall {
    position: absolute;
    top: 29px;
    left: 117px;
    width: 345px;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 1);
    max-height: 240px;
    overflow-y: auto;
    display: none;
    z-index: 100;
}

#seach-wall-table {
    width: 100%;
    color: #575757;
    text-shadow: none;
    font-size: 11px;
    border-collapse: collapse;
    border-spacing: 0;
}

#seach-wall-table tr:hover td {
    background: #eee;
    cursor: pointer;
}

#seach-wall-table tr td {
    border-bottom: 1px dashed #CCC;
}

#seach-wall-table .seach-wall-ava {
    width: 50px;
    padding: 5px 0;
}

#seach-wall-table .seach-wall-ava img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#seach-wall-table .seach-wall-login {
    width: 110px;
    text-align: left;
    padding: 5px;
}

#seach-wall-table .seach-wall-online {
    text-align: right;
    padding: 5px 10px 5px 5px;
}

#seach-wall-table .onli {
    color: #009F00;
}

#seach-wall-table .sego {
    color: #4682B4;
}

#seach-wall-table .vche {
    color: #00009F;
}

#seach-wall-table .novxod {
    color: #FF5555;
}

.wall-chs-button {
    width: 30px;
    text-align: center;
    border: 0px;
    display: inline-block;
    padding: 2px;
    margin: -2px 5px -2px 0px;
    color: #fff;
}

.wall-chs-t {
    cursor: pointer;
}

.wall-chs-green .wall-chs-button {
    background: #007F0E;
    border-radius: 14px
}

.wall-chs-green .wall-chs-t {
    color: #007F0E;
}

.wall-chs-red .wall-chs-button {
    background: #C80000;
    border-radius: 14px
}

.wall-chs-red .wall-chs-t {
    color: #C80000;
}

.wall-chs-gray .wall-chs-button {
    background: #999999;
    border-radius: 14px
}

.wall-chs-gray .wall-chs-t {
    color: #999999;
}

.signature {
    font-size: 11px;
    display: block;
    color: #A06150;
    text-shadow: 0px 1px 0px #fff;
    padding: 5px 10px;
    margin: 10px 30px 0 0;
    background: #F5F5F5;
}

.search-history {
    background-color: #e2e2e2;
    text-align: center;
    padding: 5px 0;
}

.new-task-stata {
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    font-size: 11px;
    color: #114c5b;
}

.new-task-stata .line-b {
    display: inline-block;
    width: 130px;
}

.new-task-stata .line-b1 {
    display: inline-block;
    width: 40px;
    text-align: right;
}

.new-task-stata .text-otchet {
    margin-top: 10px;
    width: 580px;
    word-wrap: break-word;
}

.search-history .inp-ser-arch {
    width: 150px;
    padding: 2px 5px;
}

.menu-arr {
    float: right;
    display: block;
    width: 150px;
    border: 1px dotted #000;
    margin-top: -5px;
    border-top: 0;
    text-align: center;
    background: #DCDCDC;
    margin-bottom: 5px;
    padding: 3px 0;
    cursor: pointer;
    margin-right: 10px;
}

#block-friends-menu {
    display: none;
}

#us-friends-wall {
    position: relative;
}

.us-friends-wall {
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
}

.us-friends-wall div {
    border-bottom: 1px solid #CCC;
    font-size: 11px;
    height: 30px;
    padding: 3px 0px 3px 0px;
    margin: 0 3px;
}

.us-friends-wall div .name {
    color: #019FB6;
    cursor: pointer;
}

.us-friends-wall div .name_0 {
    color: #696969;
    cursor: pointer;
}

.us-friends-wall div .name_1 {
    color: #019FB6;
    cursor: pointer;
}

.us-friends-wall div .name_2 {
    color: #F5A9A9;
    cursor: pointer;
}

.us-friends-wall div .mod {
    color: #088A08;
    font-weight: normal;
}

.us-friends-wall div .fio {
    color: #019FB6;
    font-size: 11px;
}

.us-friends-wall div .fio_0 {
    color: #696969;
    font-size: 11px;
}

.us-friends-wall div .fio_1 {
    color: #019FB6;
    font-size: 11px;
}

.us-friends-wall div .fio_2 {
    color: #F5A9A9;
    font-size: 11px;
}

.us-friends-wall .avatar_chat {
    float: left;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #CCC;
    border-radius: 30px;
}

.butt-friends-next {
    display: none;
    margin: 10px auto;
    text-align: center;
    background: #eee;
    border: 1px solid #ccc;
    width: 130px;
    font-size: 11px;
    border-radius: 3px;
    padding: 4px 10px;
    cursor: pointer;
    color: #585858;
}

.butt-friends-next:hover {
    background: #DADADA;
}

.tables-refkon {
    font-size: 12px;
}

.block_podarok {
    display: inline-block;
    padding: 5px;
    position: relative;
}

.block_podarok .infa_podarok {
    display: none;
    width: 250px;
    position: absolute;
    top: 69px;
    left: 50%;
    margin-left: -125px;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    text-align: left;
    z-index: 1;
    border-radius: 5px;
    font-size: 11px;
}

.block_podarok .infa_podarok .user_w_podarok {
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 10px;
}

.block_podarok .infa_podarok .comm_w_podarok {
    padding: 5px 10px;
}

.block_podarok:hover .infa_podarok {
    display: block;
}

.block_podarok img {
    cursor: pointer;
    width: 64px;
    height: 64px;
}

.all-forma-new-p {
    background: #EEE;
    padding: 12px 10px;
    text-align: right;
}

#all-podarok {
    width: 600px;
    max-height: 600px;
    overflow-y: auto;
}

.pluspodarok:hover {
    opacity: 0.8
}

.all-block-podarok {
    border-bottom: 1px solid #CCC;
    padding: 10px 10px 10px 10px;
    text-align: center;
    position: relative;
}

.all-block-podarok .all-name {
    float: left;
    width: 100%;
    text-align: left;
}

.all-block-podarok .all-name img {
    float: left;
    width: 45px;
    height: 45px;
    margin: 0 10px;
    border-radius: 45px;
    border: 1px solid #CCC;
}

.all-block-podarok .all-name b {
    color: #546873;
}

.all-block-podarok .all-name .all-date {
    float: right;
    color: #CCC;
}

.all-block-podarok .all-name .all-date {
    float: right;
    color: #CCC;
}

.all-block-podarok .im-pod {
    margin: 10px 0;
}

.all-block-podarok .all-text {
    margin-bottom: 10px;
}

#vse-podarki {
    display: block;
    width: 700px;
}

#user-podarki {
    text-align: center;
    line-height: 16px;
}

#user-podarki img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 40px auto 30px auto;
}

.p-mess {
    width: 300px;
    margin: 20px auto;
    text-align: left;
}

.p-mess b {
    display: block;
}

.p-mess textarea {
    width: 290px;
    height: 90px;
    padding: 5px;
    resize: none;
}

.p-ser {
    background: #C0C0C0;
    padding: 10px 0;
}

.p_block {
    border-bottom: 1px solid #CCC;
    margin: 10px 0;
}

.p_block .p_name_cat {
    padding: 10px 10px;
    color: #546873;
    font-size: 12px;
}

.p_block .p_name_cat b {
    display: inline-block;
    width: 250px;
}

.p_scroll {
    margin-bottom: 10px;
    height: 172px;
}

.p_img {
    display: inline-block;
    margin: 3px 7px;
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.p_img .p_cena {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    background: rgba(190, 190, 190, 0.6);
    text-align: center;
    padding: 3px 0;
    color: #FFF;
    display: none;
    border-radius: 3px;
}

.p_img .p_cena b {
    color: #1E3D1D;
}

.p_img img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.p_img:hover .p_cena {
    display: block;
}

.p_plaginat {
    margin-left: 0px;
}

.p_plaginat span {
    display: inline-block;
    color: #4682B4;
    margin: 0 2px;
    border: 1px solid #CCC;
    padding: 2px 5px;
    border-radius: 3px;
    cursor: pointer;
}

.p_plaginat span.activ,
.p_plaginat span:hover {
    background: #4682B4;
    color: #FFF;
    border: 1px solid #4682B4;
}

.scrol_page {
    display: none;
    height: 172px;
}

#offers-menu a.filterlineactive {
    color: #ff8000;
}

.offers-img-butt {
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}

.mail-sample {
    position: relative;
}

.mail-sample .uved {
    position: absolute;
    top: 11px;
    right: 30px;
    color: red;
}

.mail-sample:hover .inp-del {
    display: block;
}

.avatar-mail {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0px 0px 1px 1px #f5f5f5;
    margin: -14px 0px 0px -20px;
}

.mail_mess {
    overflow: auto;
    max-height: 500px;
}

.mess_dial {
    padding: 0 0 0 5px;
    min-height: 60px;
    border: 1px solid #F5F5F5;
    margin: 20px 2px 0 15px;
    color: #8a6d3b;
    border-radius: 5px;
    background: #F0FFFF;
}

.data-us {
    background: #F0F8FF;
    padding: 3px 15px;
    border: 1px solid #F5F5F5;
    border-top: 0;
    border-right: 0;
    font-size: 11px;
    border-radius: 0px 5px 0px 5px;
}

.supp-title {
    display: block;
    margin-top: 3px;
    margin-left: 14px;
    padding-top: 1px;
    float: left;
}

.supp-title .d-a-p {
    padding: 4px;
    border: none;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: -3px 8px -3px 0;
    float: left;
}

.taskcut {
    color: #fff;
    text-shadow: 1px 1px 1px #608630;
    font-size: 11px;
    margin-top: -15px;
    padding: 0px 4px 2px 10px;
    border-right: 1px solid #8fbd54;
    display: block;
    float: right;
    background: #abd378 url(imgk/cut.png) no-repeat left center;
}


.mess_autor {
    border: 1px solid #D3D3D3;
    background: #F5F5F5;
}

.mess_autor .data-us {
    border-color: #D3D3D3;
    background: #DCDCDC;
    color: #8a6d3b;
}

.mess_autor .text-us {
    background: #F5F5F5;
}

.status-mess {
    font-size: 11px;
    color: #D50000;
}

.date_mail {
    font-size: 11px;
    color: #999999;
    float: right;
}

.text-us {
    padding: 10px 0px 10px 0px;
    width: 470px;
    word-wrap: break-word;
    color: #555555;
    background: #F0FFFF;
}

.dop-m-tite .supp-title {
    width: 320px;
    display: inline-block;
    line-height: 27px;
}

.inp-del {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    display: none;
}

.block-users {
    padding: 5px 10px;
    border-bottom: 1px dashed #eee;
}

.people_cell {
    width: 69px;
    overflow: hidden;
    padding: 2px 4px;
    text-align: center;
    float: left;
}

.name_field {
    width: 300px;
    margin: 0px -117px;
}

.dialog-del {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(img/ico/del.png) no-repeat;
    opacity: 0.3;
    cursor: pointer;
}

.dialog-del:hover {
    opacity: 1;
}

.mail-sample .mail-postcount,
.mail-sample .mail-postcount-read,
.mail-sample .mail-postcount-send,
.mail-sample-active .mail-postcount,
.mail-sample-active .mail-postcount-read,
.mail-sample .mail-postcount-send,
.mail-sample-active .mail-postcount-send {
    color: #fff;
    background: #FDF5E6;
    text-shadow: 1px 1px 1px #4682B4;
    text-align: center;
    display: block;
    float: left;
    padding: 1px 0 2px;
    margin-top: 10px;
    width: 23px;
}

.mail-sample-active .mail-postcount,
.mail-sample-active .mail-postcount-read,
.mail-sample-active .mail-postcount-send {
    border: 1px solid #fff;
}

.mail-sample .mail-postcount-read {
    background: #4682B4;
    text-shadow: 1px 1px 1px #958753;
}

.mail-sample .mail-postcount-send,
.mail-sample-active .mail-postcount-send {
    background: #7995BC;
    text-shadow: 1px 1px 1px #4C6688;
}

.mail-sample .mail-title,
.mail-sample-active .mail-title {
    line-height: 3.4;
    margin-left: 180px;
    display: block;
}

.all-del-uved {
    background: #FFF;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    top: 50px;
    display: none;
    text-align: center;
}

.all-del-uved .text-uved {
    margin-top: 50px;
}

.all-del-uved .text-uved .da-del,
.net-del {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #CCC;
    padding: 0;
    margin: 5px 10px;
    text-align: center;
    width: 60px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 3px;
}

.all-del-uved .text-uved .da-del {
    background-color: #00AE00;
    border: 1px solid #008000;
    color: #FFF;
}

.all-del-uved .text-uved .net-del {
    background-color: #D70000;
    border: 1px solid #B70000;
    color: #FFF;
}

.all-del-uved .text-uved .da-del:hover {
    background-color: #007700;
}

.all-del-uved .text-uved .net-del:hover {
    background-color: #930000;
}

.dialog-smail {
    vertical-align: middle;
    margin-bottom: 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 20px;
    background: #4682B4 url(img/ico/smail.png) center center no-repeat;
    position: relative;
}

.dialog-smail div {
    display: none;
    width: 450px;
    position: absolute;
    top: 10px;
    left: -110px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    border: 2px solid #CCC;
    text-align: left;
}

.dialog-smail div img {
    cursor: pointer;
    margin: 2px;
}

.dialog-smail:hover div {
    display: block;
    opacity: 0.7
}

.cash-moneyadd {
    font-size: 13px;
    margin: 20px auto;
    width: 550px;
    text-align: left;
    line-height: 18px;
}

.cash-moneyadd div {
    border-bottom: 1px solid #CCC;
    padding: 5px 10px;
}

.cash-moneyadd div b {
    font-size: 13px;
}

.cash-moneyadd div span {
    display: inline-block;
    width: 150px;
    margin-left: 10px;
    font-size: 13px;
}

.cash-pred {
    font-size: 15px;
    margin: 20px auto;
    width: 300px;
    text-align: left;
    line-height: 18px;
}

.cash-pred div {
    border-bottom: 1px solid #CCC;
    padding: 5px 10px;
}

.cash-pred div b {
    font-size: 16px;
}

.cash-pred div span {
    display: inline-block;
    width: 100px;
    margin-left: 30px;
    font-size: 13px;
}

.moder-test,
.moder-test-u,
.moder-test-o {
    display: inline-block;
    background: url(img/ico/kabinet/gomoder.png) center center no-repeat;
    height: 75px;
    width: 37px;
    cursor: pointer;
}

.moder-test-u {
    background: url(img/ico/kabinet/gomoder-u.png) center center no-repeat;
    float: right;
    margin-right: 20px;
}

.moder-test-o {
    background: url(img/ico/kabinet/exit.png) center center no-repeat;
    float: right;
    margin-right: 10px;
}

.new-select {
    position: relative;
    margin-right: 4px;
    text-align: left;
}

.new-select .select-text {
    position: relative;
    border: 1px solid #a7a7a7;
    color: #333333;
    background: white;
    padding: 5px 3px;
    border-radius: 2px;
    cursor: default;
}

.new-select .select-text:after {
    content: '\25bc';
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    color: #333333;
    font-size: 9px;
}

.new-select .select-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    background: white;
    border: 1px solid #899aaa;
    z-index: 2;
}

.new-select .select-list div {
    padding: 1px 5px;
    color: #333333;
    cursor: default;
}

.new-select .select-list div:hover,
.new-select .select-list .active-list {
    color: #FFF;
    background: #1d91ff;
}

.otcaz-moder {
    display: inline-block;
    background: url(img/ico/kabinet/no-moder.png) center center no-repeat;
    height: 65px;
    width: 100px;
    position: absolute;
    top: 10px;
    right: 90px;
    cursor: pointer;
}

.moder-test {
    display: inline-block;
    background: url(img/ico/kabinet/gomoder.png) center center no-repeat;
    height: 75px;
    width: 37px;
    cursor: pointer;
}

.del-mess {
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}

.del-mess:hover {
    color: red;
}

#dialog-moder .avatar-mail {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0px 0px 1px 1px #f5f5f5;
    margin: -14px 0px 0px -20px;
}

#dialog-moder .mail_mess {
    width: 550px;
    text-align: left;
}

#dialog-moder .mess_dial {
    padding: 0 0 0 5px;
    min-height: 60px;
    border: 1px solid #F5F5F5;
    background: #F0FFFF;
    margin: 20px 2px 0 15px;
    color: #8a6d3b;
    border-radius: 5px;
}

#dialog-moder .data-us {
    background-color: #F0F8FF;
    color: #8a6d3b;
    padding: 3px 15px;
    border: 1px solid #F5F5F5;
    border-top: 0;
    border-right: 0;
    font-size: 11px;
    border-radius: 0px 5px 0px 5px;
}

#dialog-moder .date_mail {
    font-size: 11px;
    color: #999999;
    float: right;
}

#dialog-moder .text-us {
    padding: 10px 0px 10px 0px;
    width: 470px;
    word-wrap: break-word;
    color: #555555;
    background: #F0FFFF;
}

.img_task {
    display: none;
    cursor: pointer;
}

.show-img:hover .img_task {
    display: inline-block;
}

#aj-content input[type=range] {
    -webkit-appearance: none;
    outline: 1px solid #666;
}

#aj-content input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 39px;
    background: #6699CC;
    -webkit-appearance: none;
    cursor: pointer
}

.moderimgm {
    background: url(img/lupa.png) no-repeat 2px 1px;
    width: 39px;
    height: 38px;
    display: block;
    margin-bottom: -2px;
}

#zamer {
    position: fixed;
    left: 5px;
    bottom: 5px;
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    padding: 10px;
}

.bonus_add {
    text-align: left;
    width: 280px;
    margin: 0 auto 20px auto;
}

.bonus_add b {
    color: red;
}

.bonus_add b i {
    font-weight: 400;
}

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

.ajaxchat .height-chat {
    height: 500px;
}

.ajaxchat .message {
    overflow-y: auto;
    height: 500px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.ajaxchat .message .chat-text {
    border-bottom: 1px solid #F5F5F5;
    padding: 4px 0;
    font-size: 12px;
    word-wrap: break-word;
}

.ajaxchat .message .red {
    color: #FF0000;
}

.ajaxchat .message .chat-text .time {
    color: #A8A8A8;
}

.ajaxchat .message .chat-text .name {
    color: #7A7876;
    cursor: pointer;
}

.ajaxchat .message .chat-text .komu b {
    color: #F7942A;
    font-weight: normal;
}

.ajaxchat .tos-chat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: rgba(193, 255, 193, 0.85);
    color: #222222;
    padding: 10px;
    display: none;
}

.ajaxchat .message .chat-text .del-chat-mess {
    position: relative;
    cursor: pointer;
    color: #A4A4A4;
}

.ajaxchat .message .chat-text .del-chat-mess .menu-chat-mess {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    width: 140px;
    z-index: 1;
}

.ajaxchat .message .chat-text .del-chat-mess .menu-chat-mess .ahref-chat {
    display: block;
    background-color: #505050;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
    margin-top: -34px;
}

.ajaxchat .message .chat-text .del-chat-mess .menu-chat-mess .ahref-chat:hover {
    background-color: #6c6c6c;
}

.ajaxchat .message .chat-text .del-chat-mess:hover .menu-chat-mess {
    display: block;
}

.chat-panel-mess .panel {
    background: #9370DBFF;
    padding: 5px;
    height: 30px;
}

.chat-panel-mess .panel span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 4px;
    cursor: pointer;
    line-height: 18px;
}

.chat-panel-mess .panel .c-b {
    background: url(chat/b.png) 0 0 no-repeat;
}

.chat-panel-mess .panel .c-i {
    background: url(chat/i.png) 0 0 no-repeat;
}

.chat-panel-mess .panel .c-u {
    background: url(chat/u.png) 0 0 no-repeat;
}

.chat-panel-mess .panel .sound {
    background: url(chat/sound_on.png) 0 0 no-repeat;
}

.chat-panel-mess .panel .so_active {
    background: url(chat/sound_off.png) 0 0 no-repeat;
}

.chat-panel-mess .panel .smail {
    background: url(chat/simple1.gif) 0 0 no-repeat;
    position: relative;
}

.chat-panel-mess .panel .smail div {
    display: none;
    width: 710px;
    position: absolute;
    top: -310px;
    left: -110px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    border: 2px solid #CCC;
    text-align: left;
}

.chat-panel-mess .panel .smail div img {
    cursor: pointer;
    margin: 2px;
}

.chat-panel-mess .panel .smail:hover div {
    display: block;
}

.chat-panel-mess .panel .scroll {
    background: url(chat/scroll.png) 0 0 no-repeat;
}

.chat-panel-mess .panel .s_active {
    opacity: 0.6;
}

.chat-panel-mess .panel span.len {
    float: right;
    width: 40px;
    text-align: right;
    color: #FFF;
}

.chat-panel-mess .mess textarea {
    height: 90px;
    width: 97%;
    border: 1px solid #CCC;
    outline: none;
    resize: none;
}

.chat-panel-mess .chat-users {
    font-size: 12px;
    display: none;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.56);
}

.chat-panel-mess .chat-users #delit {
    display: inline-block;
    background: #585858;
    cursor: pointer;
    padding: 0px 3px 2px 2px;
    line-height: 18px;
    border-radius: 5px;
}

#message_moder {
    display: none;
}

.block-online {
    width: 190px;
    border: 0px solid #CCC;
}

.block-online .title {
    background: #4Eb056;
    padding: 5px;
    margin: 0px;
    color: #FFF;
}

.block-online .title span {
    float: right;
}

.block-online #us-online {
    overflow-y: auto;
    height: auto;
    min-height: 200px;
    max-height: 700px;
}

.block-online #us-online div {
    border-bottom: 1px solid #CCC;
    font-size: 11px;
    height: 30px;
    padding: 3px 0px 3px 0px;
}

.block-online #us-online div .name {
    color: #019FB6;
    cursor: pointer;
}

.block-online #us-online div .name_0 {
    color: #CCCCCC;
    cursor: pointer;
}

.block-online #us-online div .name_1 {
    color: #019FB6;
    cursor: pointer;
}

.block-online #us-online div .name_2 {
    color: #FF637A;
    cursor: pointer;
}

.block-online #us-online div .mod {
    color: #088A08;
    font-weight: normal;
}

.block-online #us-online div .fio {
    color: #019FB6;
    font-size: 11px;
}

.block-online #us-online div .fio_0 {
    color: #CCCCCC;
    font-size: 11px;
}

.block-online #us-online div .fio_1 {
    color: #019FB6;
    font-size: 11px;
}

.block-online #us-online div .fio_2 {
    color: #FF637A;
    font-size: 11px;
}

.block-online .avatar_chat {
    float: left;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #CCC;
    border-radius: 30px;
}

a.chat-mail {
    background: url(chat/chat-mail.png);
    display: block;
    width: 15px;
    height: 11px;
    float: right;
}

a.chat-mail:hover {
    background-position: 0 -11px;
}

.li-bb {
    position: relative;
    width: 50px;
}

.li-bb .v-color {
    display: none;
    position: absolute;
    bottom: 10px;
    left: -60px;
    border: 2px solid #CCC;
    width: 180px;
    background-color: rgba(255, 255, 255, 0.8);
}

.li-bb .v-color span {
    display: inline-block;
    border: 1px solid #CCC;
    width: 15px;
    height: 15px;
    float: left;
    margin: 1px;
}

.li-bb:hover div {
    display: block;
}

.cvet-vid {
    width: 12px;
    height: 12px;
    background-color: #128720;
    border: 1px solid #4E4E4E;
}

#bg-color-aj {
    width: 15px;
    height: 15px;
    background-color: #128720;
    display: inline-block;
    border: 1px solid #414141;
}

#tabs-chat {
    border-bottom: 1px solid #CCC;
    padding-top: 4px;
}

#tabs-chat span {
    border: 1px solid #CCC;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
    display: inline-block;
    width: 150px;
    margin: 0 0 0 10px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#tabs-chat span.active {
    background-color: #FE9A2E;
    color: #FFF;
}

#menu-moder {
    border: 1px solid rgba(255, 0, 0, 1);
    -webkit-animation: menu-moder 1s linear infinite;
    animation: menu-moder 1s linear infinite;
}

@-webkit-keyframes menu-moder {
    100% {
        border: 1px solid rgba(255, 0, 0, 1);
        background-color: #FE9A2E;
    }
}

@keyframes menu-moder {
    100% {
        border: 1px solid rgba(255, 0, 0, 1);
        background-color: #FE9A2E;
    }
}

#user-bann-chat {
    height: 100%;
    width: 100%;
    background: url(chat/ban_gerl.jpg) center center no-repeat;
    background-size: auto;
    position: relative;
}

.ban-chat-block {
    position: absolute;
    top: 20px;
    left: 21%;
    width: 220px;
    border: 5px solid rgba(204, 204, 204, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
}

.ban-chat-block .title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.ban-chat-block .text {
    text-align: center;
    font-size: 12px;
    color: red;
}

.ban-chat-block .clock-ban {
    font-size: 20px;
    width: 200px;
    margin: 0 auto;
}

.ban-chat-block .clock-ban .block-clock {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background: #000;
    text-align: center;
    border-radius: 60px;
    color: #FFF;
    font-weight: 700;
    box-shadow: 0 0 7px 5px rgba(255, 255, 255, 0.4);
    position: relative;
    margin: 10px 0;
}

.ban-chat-block .clock-ban .block-clock .line {
    display: none;
    top: 52%;
    left: 2px;
    width: 90%;
    height: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    background: #000;
}

#chat-text-reklama {
    position: relative;
    margin: 3px 0px 5px 0px;
    height: 30px;
    background: #9370DBFF;
    padding: 5px 0px 5px 10px;
}

#chat-text-reklama a.text-norm {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #206704;
    font-weight: bold;
}

#chat-text-reklama a.text-norm:hover {
    color: #FFE419;
    text-shadow: 1px 1px 1px #206704;
    font-weight: bold;
}

#chat-text-reklama a.text-active {
    color: #FFE419;
    text-shadow: 1px 1px 1px #206704;
    font-weight: bold;
}

#chat-text-reklama a.text-active:hover {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #206704;
    font-weight: bold;
}

#chat-text-reklama .chat-panel-reklama {
    position: absolute;
    top: 3px;
    right: 2px;
    width: 40px;
}

#chat-text-reklama .ico_rek {
    background: url(chat/ico_rek3.png) 0px 0px no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 3px 0;
    opacity: 0.9;
}

#chat-text-reklama .ico_rek:hover {
    opacity: 1;
}

#chat-text-reklama .ico_edit_c {
    background: url(chat/ico_rek2.png) -0px 0px no-repeat;
    display: inline-block;
    width: 18px;
    height: 16px;
    cursor: pointer;
    margin: 3px 0;
    opacity: 0.9;
}

#chat-text-reklama .ico_info_c {
    background-position: -22px 0px;
}

.dop_panel .dop_title {
    background: #4682B4;
    padding: 5px 10px;
    height: 17px;
    color: #FFF;
    text-align: left;
}

.dop_panel span {
    float: left;
    width: 50%;
    padding: 5px 0 5px 0px;
    text-align: left;
    border-bottom: 1px dashed #CCC;
    cursor: pointer;
    background: url(chat/left-menu.png) no-repeat 5px 8px;
    color: #135b11;
}

.dop_panel span:hover {
    background-color: #F3F3F3;
}

.dop_panel span:before {
    content: ' ';
    margin: 0 10px;
    color: #CCC;
}

.exit-chat {
    float: right;
}

/* banners-all */

.banners-all {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 20px 0px;
}

.banner-item {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding-bottom: 4px;
}

.banner-item_200-300,
.banner-item_200-200 {
    width: 192px;
}

.banner-item_100-100 {
    width: 100px;
}

.banner-item_468-60 {
    width: 292px;
}

.banner-item__info {
    text-align: center;
    font-size: 11px;
}

.countdown-timer-task-report-container {
    text-align: center;
    margin-top: 14px;
}

.countdown-number-task-report {
    padding: 4px;
    display: inline-block;
}

.countdown-time-task-report {
    color: rgb(0, 128, 0);
    display: inline-block;
}

.countdown-text-task-report {
    display: inline-block;
}

.foot-left img {
    width: 88px;
}

.header-logo__img,
.header-logo__img:hover {
    color: var(--main-bg-color);
    font-size: 42px;
    font-weight: 700;
}

.block_language {}

.link_language {
    color: #fff;
    font-size: 13px;
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    padding: 9px 0 0 7px;
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #333;
    filter: none;
}

.link_language:hover {
    background-color: var(--main-nav-color-hover);
    color: #fff;
}

.dropdown-toggle {
    display: block;
    cursor: pointer;
}

.dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.link_language span {
    margin-top: 4px;
}

.flags::after {
    content: "";
    background-image: url(/statica/img/menu-arrow.svg);
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(94deg) brightness(105%) contrast(101%);
    background-size: 10px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 10px;
    transition: all 300ms 0s ease-in-out;
    vertical-align: top;
}

.dropdown-toggle__avatar {
    position: relative;
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(94deg) brightness(105%) contrast(101%);
}

.flags {
    color: #fff;
}

.link_language_dropdown {
    top: 35px;
    right: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    list-style: none;
    text-shadow: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: -5px 5px 10px rgba(102, 102, 102, .22);
    border: 1px solid #efefef;
    font-size: 14px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    min-width: 160px;
}

.dropdown-menu li>a {
    padding: 6px 0 6px 13px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
    text-align: left;
}

.skiptranslate {
    display: none;
}

img {
    max-width: 100%;
}

.green_title {
    color: #008014;
}

.td-chain {
    align-items: center;
    justify-content: space-between;
    width: auto;
    max-height: 42px;
    padding-bottom: 17px;
    text-align: center;
}


.link-chain {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: 180px;

    height: 55px;

    border: 1px dashed #ccc;

    border-radius: 3px;

    padding: 10px 5px;

    vertical-align: top;

    font-size: 12px;

    background: linear-gradient(45deg, rgb(202, 202, 202) 17%, rgb(252, 252, 252) 100%);
    
    color: #000;

}

.link-chain:hover {
    color: inherit;
    opacity: 1;
}

.color-chain-red {
    border: 1px dashed #FF0000;
    color: #FF0000;
}

.color-chain-red:hover {
    border: 1px dashed #c80000;
    color: #c80000;
}


.color-chain-green {
    border: 1px dashed #008000;
    color: #008000;
}

.color-chain-green:hover {
    border: 1px dashed #005100;
    color: #005100;
}


.color-chain-blue {
    border: 1px dashed #0000ff;
    color: #0000ff;
}

.color-chain-blue:hover {
    border: 1px dashed #00009b;
    color: #00009b;
}


.color-chain-black {
    border: 1px dashed #000000;
    color: #000000;
    opacity: 1;
}

.color-chain-black:hover {
    border: 1px dashed #3f3f3f;
    color: #3f3f3f;
}


.color-chain-orange {
    border: 1px dashed #ffa500;
    color: #ffa500;
}

.color-chain-orange:hover {
    border: 1px dashed #d28900;
    color: #d28900;
}


.color-chain-aqua {
    border: 1px dashed #00ffff;
    color:
        #00ffff;
}

.color-chain-aqua:hover {
    border: 1px dashed #00c1c1;
    color: #00c1c1;
}


.color-chain-brown {
    border: 1px dashed #a52a2a;
    color: #a52a2a;
}

.color-chain-brown:hover {
    border: 1px dashed #751e1e;
    color: #751e1e;
}


.add-chain {
    display: inline-block;
    line-height: 45px;
    width: 40px;
    text-align: center;
    font-size: 30px;
    border: 1px dashed #608ab9;
    border-radius: 3px;
    color: #608ab9;
}

.add-chain:hover {
    background: #ddedff;
    color: #608ab9;
}

.block {
    /* border: 1px dashed green; */
}

.block>div {
    padding: 3px;
}

.tr_0 td {
    padding: 0;
}

input[name="tosaccept"] {
    margin-right: 5px;
}

input[type="radio"] {
    margin-right: 3px;
}

.burger {
    position: absolute;
    top: 26px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: none;
}

.burger.active {
    top: 21px;
}

.burger.active::after {
    top: 15px;
	transform: rotate(45deg);
}

.burger.active span {
    visibility: hidden;
    opacity: 0;
}

.burger.active::before {
    top: 15px;
	transform: rotate(-45deg);
}

.mobile-menu {
    padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 300px;
    height: calc(var(--vh, 1vh) * 100);
    font-size: 16px;
    overflow-y: scroll;
    background: #fff;
    transform: translateX(-100%);
    transition: .3s all;
    z-index: 2000;
}

.mobile-menu.active {
    transform: translate(0);
}

.menu-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.mobile-menu .leftcolumn {
    margin-top: 30px;
}

.menu-shadow.active {
    opacity: .4;
    visibility: visible;
}

.block_language.mobile {
    position: absolute;
    right: 50px;
    display: none;
}

.block_language.mobile .dropdown-toggle__avatar img {
    width: 27px;
}

.block_language.mobile .dropdown-toggle__avatar::after {
    display: none;
}

.right-control-wrap.mobile {
    margin-top: 30px;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 26%);
    border-radius: 5px;
}

.banners.mobile, .left-banner.mobile {
    width: 100%;
}

.main-navigation__item.exit {
    margin: 20px 0 20px 0; 
    display: block; 
    width: 100%; 
    background: #9370DBFF; 
    text-align: center; 
    border-radius: 9px;
}

.main-navigation__item.exit a {
    font-size: 16px;
}

.footer-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #9370DBFF;
    display: none;
}

.footer-menu__item {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #684F9BFF; 
}

.footer-menu__item:last-child {
    border-right: 0;
}

.footer-menu__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.ico.task-favorite.izb-37 {
    display: none;
}

.input__val-wrapper {
    text-align: center;
}

#load-scrin {
    margin: 0 auto;
}

.btn_big_green {
    margin: 10px auto auto auto;
    max-width: 733px;
    width: 100%!important;
    text-align: center;
}

.btn_big_red {
    margin: 10px auto auto auto;
    max-width: 733px;
    width: 100%!important;
}
 
/*======================MEDIA======================*/

@media (max-width: 768px) {
    .leftcolumn-wrapper, .rightcolumn-wrapper, .td-chain, #top-menu, #baner-serf, .banner-text {
        display: none;
    }

    .flex-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    #header {
        padding: 0 7px;
        position: fixed!important;
        top: 0;
        left: 0;
        display: flex;
        height: 68px;
        align-items: center;
        width: 100%;
        z-index: 10;
        background: #9370DBFF;
        box-shadow: -4px 2px 5px 3px rgb(0 0 0 / 59%);
    }

    .header-logo__img {
        color: #fff;
    }

    #contentwrapper {
        padding-top: 20px;
    }

    .burger {
        display: block;
    }

    .burger::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        transition: .3s all;
    }

    .burger span {
        position: absolute;
        display: block;
        top: 10px;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        transition: .3s all;
    }

    .burger::before {
        content: '';
        position: absolute;
        display: block;
        top: 20px;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        transition: .3s all;
    }

    .block_language.mobile {
        display: block;
    }

    .menu-add {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-add a {
        width: 100%;
        flex: 1 1 150px;
    }

    a.rating {
        line-height: 4.2;
    }

    .img4 {
        width: 135px!important;
    }

    .menu-task-work {
        flex-wrap: wrap!important;
        width: 100%!important;
    }

    .menu-task-work.d {
        gap: 17px;
    }

    .menu-task-work.d .menu-task-work__link.start-page-task {
        max-width: 47%;
    }

    .menu-task-work-btns {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-task-work__link {
        padding: 13px;
        width: 100%;
        flex: 1 1 150px;
    }

    .menu-task-work.tsk {
        gap: 0;
        justify-content: center;
    }

    .menu-task-work__link-wrapper {
        justify-content: center;
        width: 100%;
    }
    
    .menu-task-work__link-wrapper .menu-task-work__link.start-page-task {
        max-width: 100%;
    }

    #task-sort {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    #task-sort a {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        height: 37px;
        font-size: 12px;
    }

    .concurs span {
        width: 50%!important;
    }

    .reflink {
        width: 100%;
    }

    #navi {
        display: none;
    }

    #referals-new small {
        display: none;
    }

    #referals-new td {
        padding: 0;
    }
    
    #referals-new tr td {
        width: auto!important;
    }     

    #referals-new tr th {
        padding: 2px;
        width: auto!important;
    } 

    #referals-new span[title="Сортировать по полю: Откуда пришелу"] {
        display: none;
    }

    .referals-center {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .referals-center .btn {
        width: 100%!important;
        height: 40px;
    }

    .start-yes-serf {
        width: 100%;
    }

    .referals__links input {
        width: 100%;
    }

    .menu-task-work__link.start-page-task {
        max-width: 20%;
    }

    .supp-title {
        float: none;
    }
    
    .supp-title .d-a-p {
        padding: 0;
    }

    .dop-m-tite .supp-title {
        width: auto;
    }

    .mail-sample {
        font-size: 9px;
    }

    .text-us {
        width: 100%;
    }
    
    .mail-sample .mail-mailer {
        width: 27vw;
    }

    input[name="avatar"] {
        width: 110px;
    }

    input[value="Сохранить аватар"] {
        width: 100%!important;
    }

    .tr_0 td {
        text-align: center;
        width: auto!important;
    }
    
    .aj-form input {
        width: 100%!important;
        font-size: 11px;
    }

    .aj-form input.fbtn-green {
        padding: 0 20px;
        width: auto!important;
    }

    #aj-avatar td[rowspan="3"] {
        display: none;
    }
    
    #banner468x60_2 img {
        min-width: 100%!important;
        object-fit: scale-down;
    }

    #verx {
        display: none!important;
    }

    #popup {
        width: 100%!important;
        min-width: 100%!important;
        left: 0!important;
    }

    #popup .title-popup {
        font-size: 10px;
    }

    #login-form table {
        width: 100%!important;
    }

    .btn_big_red {
        width: 100%!important;
    }

    #load-scrin {
        width: 100%;
    }

    .block-task-read {
        width: 100%;
    }

    .work-task-read table td {
        padding: 2px;
    }

    .work-task-read .avatar_wall {
        object-fit: contain;
        object-position: top;
    }

    .login-warning {
        margin: 0 auto;
        display: block;
        max-width: 360px;
    }
    
    .footer__container {
        display: none;
    }
    
    .footer-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

}


@media (max-width: 600px) {
    .tooltip.fixed {
        width: 180px!important;
        left: -180px!important;
    }

    .mail-sample .uved {
        right: 0;
    }
}


@media (max-width: 500px) {
    #load-scrin .text-scrin {
        font-size: 10px;
    }
}

@media (max-width: 470px) {
    .history-col, .history-img-wrapper {
        display: none;
    }
}


@media (max-width: 420px) {
    #referals-new a[title="Стена реферала"] img {
        display: none;
    }
}


@media (max-width: 385px) {
    #contentwrapper table {
        font-size: 9px;
    }
    
    #load-scrin .text-scrin {
        font-size: 9px;
    }
}


@media (max-width: 370px) {
    .mail-sample {
        font-size: 7px;
    }

    .avatar_top-col, #avatar_top-wrapper, .avatar_top {
        display: none;
    }
}