:root {
    --main-bg-color: #B89448;
    --main-nav-color-hover: #7D6531;
    --btn-green-color: #B89448;
    --btn-green-color-hover: #7D6531;
    --status-color: #006699;
    --link-color: #B89448;
    --link-color-hover: #7D6531;
    --color-warning: #fcf8e3;
    --color-msg-warning-color: #8a6d3b;
    --color-msg-warning-border: #faebcc;
    --color-error: #a94442;
    --color-bg-error: #f2dede;
    --color-border-error: #ebccd1;
    --color-msg-ok: #3c763d;
    --color-msg-ok-bg: #dff0d8;
    --color-msg-ok-border: #d6e9c6;
    --color-msg-info: #31708f;
    --color-msg-info-bg: #d9edf7;
    --color-msg-info-border: #bce8f1;
}

body {
    top: 0 !important;
}

body {
    font-family: Arial, Tahoma, sans-serif;
    line-height: 1.154;
    color: #3e4d5c;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

html {
    margin-right: 0;
}

.form-group {
  margin-bottom: 15px;
}
input.form-control, textarea.form-control {
  border-color: #dbdbdb;
  color: #777;
  font: 14px Arial,sans-serif;
  border-radius: 0;
  box-shadow: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
.button {
  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;
}

a {
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
}

a:hover {
    color: var(--link-color-hover);
    text-decoration: none;
}

.dotted {
    border-bottom: 1px dotted #006699;
}

h1, h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
}

input, select, textarea {
    width: 100%;
    outline-width: 0;
    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;
}

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;
    background: #FF6060;
    padding: 5px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: bold;
    border-radius: 5px;
}

.e_bonus:hover {
    background: #FF3D3D;
    color: #fff
}

.e_bonus_money {
    background: #5eb026;
}

.e_bonus_money:hover {
    background: #569d25;
}

.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 {
    display: block;
    border-bottom: 1px dotted #BFD3AA;
    width: 100%;
    padding: 4px 0 4px 12px;
}

ul.usermenu li a:hover {
    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;
}

.usermnutitle-g {
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 13px;
    padding-left: 15px;
    cursor: pointer;
    background: var(--main-bg-color);
    border-bottom: 1px solid #fff;
}

.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/menu-arrow.svg);
    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;
    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: #7b9ec5;
}

.usermnuline-act,
.usermnuline-act:hover {
    padding: 5px 0 5px 12px;
    background: #f5f5f5;
    cursor: pointer;
    display: block;
    border-color: #7b9ec5;
    border-left: 4px solid #7b9ec5;
}

.cashback-money-add {
    text-align: center;
    border-radius: 2px;
    padding: 10px 22px;
    margin-bottom: 20px;
    color: #4682B4;
    background-color: #e8f3fe;
    border: 1px solid var(--main-nav-color-hover);
}

.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: 700;
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 6px 10px 6px 10px;
    margin: 5px;
    border-radius: 2px;
    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(--main-nav-color-hover);
    color: #fff;
}

.button_theme_green {
    background: var(--main-bg-color);
    color: #fff;
}

.btn.blue {
    background: var(--btn-green-color);
    color: #fff;
}

.btn.blue:hover {
    background: var(--btn-green-color-hover);
}

.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: var(--color-warning);
    color: var(--color-msg-warning-color);
    border-radius: 2px;
    border: 1px solid var(--color-msg-warning-border);
}

.msg-error {
    display: block;
    text-align: center;
    padding: 10px;
    background: var(--color-bg-error);
    border: 1px solid var(--color-border-error);
    color: var(--color-error);
    border-radius: 2px;
}

.msg-ok {
    display: block;
    text-align: center;
    padding: 10px;
    background: var(--color-msg-ok-bg);
    color: var(--color-msg-ok);
    border: 1px solid var(--color-msg-ok-border);
    border-radius: 2px;
}

.msg-info {
    display: block;
    text-align: center;
    padding: 10px;
    background: var(--color-msg-info-bg);
    color: var(--color-msg-info);
    border-radius: 2px;
    border: 1px solid var(--color-msg-info-border);
    margin: 10px 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    background: var(--main-bg-color);
    padding: 8px;
    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-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;
    top: 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 {
    min-width: 400px;
    font-size: 12px;
}

#popup table {
    font-size: 12px;
}

#popup .title-popup {
    background: var(--main-nav-color-hover);
    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;
    background: #fff;
    border-radius: 0 0 2px 2px;
}

#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: 40px;
    top: 140px;
    display: none;
}

#load-site-img img {
    width: 44px;
}

.а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 {
    height: 12px;
    top: 385px;
    z-index: 998;
    position: fixed;
    left: -72px;
    width: 153px;
    padding: 9px;
    opacity: .7;
    font-size: 18px;
    -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: 12px 12px 0 0;
    border: 2px solid var(--main-bg-color);
    background-color: #fff;
}

.on_line {
    box-sizing: border-box;
    background-color: #fff;
    color: var(--main-bg-color);
    width: 74px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 2px solid var(--main-bg-color);
    opacity: .8;
    border-bottom: none;
    position: fixed;
    z-index: 998;
    right: -21px;
    top: 250px;
    border-radius: 12px 12px 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 {
    width: 1024px;
    margin: 0 auto;
    height: 100%;
}

.logo-wrapper {
    display: block;
    background: url(img/logo.png) no-repeat;
    width: 290px;
    height: 90px;
    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: 50px;
}

#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 50px;
    margin-bottom: 14px;
}

.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: #fff;
}

.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-item {
    flex: 1 0 auto;
}
.flex_justify_start {
  justify-content: flex-start;
}
.flex_justify_end {
  justify-content: flex-end;
}

.title {
    font-size: 18px;
    margin-bottom: 10px;
}

.titlenewww {
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    margin-top: 0px;
}

.titlenewww2 {
    font-size: 12px;
    color: #696969;
}

.title, .titles {
    color: #fff;
    background: #B89448;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    padding: 6px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    font-weight: 700;
    margin: 0;
    margin-bottom: 0px;
    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: green;
    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 !important;
    padding: .5em !important;
}

.button_size_xxs {
    font-size: 12px !important;
    padding: .0em .7em !important;
}

.button_size_s, .button_size_s-two {
    font-size: 14px;
    padding: .5em;
}

.button_size_s-two .button__title {
  margin: 0 1em;
}

.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: var(--main-bg-color);
}
.button_theme_blue:hover {
    color: #fff;
    background-color: var(--main-nav-color-hover);
}

.button_theme_white {
    color: var(--main-bg-color);
    background-color: transparent;
    border-color: var(--main-bg-color);
}

.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_white:hover {
    color: var(--main-nav-color-hover);
    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;
}

.titles333 {
    color: #fff;
    background: #4682B4;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    padding: 6px 0;


    margin-bottom: 20px;
}

.banners {
    border-radius: 5px;
    border: none !important;
}

.banners2 {
    border-radius: 3px;
    padding: 6px 6px 6px 6px;
    border: 1px solid #4682B4;
}

.contextlinks {
    padding: 0 6px 0 6px;
}

.contextlink {
    margin-bottom: 10px;
}

.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;
}

.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 {
    background: #f6f6f6;
}

.serf-stat a {
    display: block;
    font-size: 12px;
    padding: 2px 10px;
}

.serf-stat a:hover {
    background: #e7e7e7;
}

.ico {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    background-size: 18px 18px;
    opacity: .7;
}

.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-image: url(img/ico/search.svg);
}

.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-image: url(img/ico/delete.svg);
}

.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-image: url(img/ico/kabinet/padlock.svg);
}

.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-title {
    display: none !important;
}

.serf-text-ob-title:hover {
    text-decoration: underline;
}

.serf-text-ob-url-pars {
    color: #47a447;
}

.serf-text-ob-ico {
    position: absolute;
    top: 5px;
    right: 10px;
    background: url(chat/ico_rek3.png) -22px 0 no-repeat !important;
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
    opacity: 1 !important;
}

.serf-text-ob-add {
    position: absolute;
    right: 10px;
    font-size: 11px;
    cursor: pointer;
    bottom: 5px;
}

.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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.start-yes-serf:hover {
    background-color: var(--main-nav-color-hover);
}

.start-error-serf {
    background: #cc0000;
}

.history-grafik {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(img/ico/pie-chart.svg);
    background-size: 26px 26px;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    opacity: .7;
}

.history-grafik:hover {
    opacity: 1;
}

.comm-replace {
    padding: 10px;
    font-size: 12px;
    border: 1px dashed #60cbff;
    background: #f0faff;
    margin-top: 10px;
}

.menu-add {
    text-align: center;
}

.menu-add a {
  display: inline-block;
  width: 250px;
  text-align: left;
  vertical-align: top;
  background: var(--main-bg-color);
  padding: 6px 8px;
  margin: 1px 0;
  border-radius: 3px;
  color: #fff;
}

.menu-add a span {
    font-size: 11px;
    color: #ccc;
    text-shadow: none;
}

.menu-add a:hover,
.menu-add a.active,
.menu-zacaz-dop a:hover,
.menu-zacaz-dop a.active {
    background: var(--main-nav-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: var(--main-bg-color);
    padding: 0 5px;
    margin: 1px 0;
    border-radius: 3px;
    color: #FFF;
    line-height: 30px;
}

.infa-red {
    background: #add8e6;
    border: 1px dashed var(--main-bg-color);
}

.footer {
    border-top: 1px solid #e4e8ed;
    padding: 14px 0;
}

.footer-top {
  margin-bottom: 1em;
}

.footer__container {
    width: 1024px;
    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;
}

.cash-wm1,
.cash-mb1,
.cash-pm1,
.cash-yd1,
.cash-qw1,
.cash-os1,
.cash-rs1,
.cash-vs1,
.cash-rb1,
.cash-pr1,
.cash-az1,
.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-az1 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-az1 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-az1 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-az1 div div div {
    background: url(azvox/icon-az.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-az1 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: 5px double #00bfff;
    display: inline-block;
    margin: -4px;
    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;
}

.line-blue {
    background: var(--main-bg-color);
}

.line-gray {
    background: #9CADBA;
}

.line-green {
    background: var(--main-bg-color);
}

.line-orange {
    background: #E88523;
}

.line-red {
    background: #CD5C5C;
}

.hint-quest {
    background: url(img/ico/help-add.svg) no-repeat center center;
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    display: inline-block;
    border: none;
    outline: none;
    cursor: help;
    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(--main-nav-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: var(--main-bg-color);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
}

.bb-code:hover {
    background: var(--main-nav-color-hover);
}

.bb-code.bold {
    font-weight: 700;
}

.bb-code.italic {
    font-style: italic;
}

.bb-code.uline {
    text-decoration: underline;
}

.goodref {
    border: 1px solid #ccc;
    color: #0358a4;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 5px;
    width: 150px;
    height: 245px;
}

.goodref:hover {
    opacity: 0.8
}

.tooltipgo {
    color: #000;
    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,.1);
    -webkit-box-shadow: 5px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 5px 5px rgba(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 {
    background: var(--main-bg-color);
    border: 1px dotted var(--main-nav-color-hover);
    padding: .8em 1em;
    color: #fff;
}

.tooltipgo_dop {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.tooltipgo_dop:hover span {
    width: 450px;
}

.ava-goodref {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    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;
}

.e_bonus:hover, .menu-balance a:hover {
    text-decoration: none;
}

.b-green {
    background: #8A8A8A;
}

.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: #fafbfc;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 1px 0 0 #d7d8db,0 0 0 1px #e3e4e8;
    line-height: 38px;
    display: block;
    cursor: default;
    color: #656565;
}

.mail-sample,
.mail-sample-active {
    font-size: 11px;
    color: #135566;
    display: block;
    border-bottom: solid 1px #e7e8ec;
    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 {
    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_link_comp {
    padding: 10px 12px 10px;
    margin: 0 6px -1px;
}

.activ-menu {
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
    background: url(/statica/img/ud.png) no-repeat right var(--main-bg-color);
    color: #fff;
}

.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, .task-icon, .task-icon-vip,
.task-icon-work, .task-icon-ok, .task-icon-fail,
.surf-icon, .surf-icon-vip, .test-icon, .test-icon-vip,
.taskimg-work, .taskimg-work2, .taskimg-fail, .serfimggo,
.taskimg-vip, .task-pin-img {
    width: 38px;
    height: 38px;
    display: block;
    margin-bottom: -2px;
    -webkit-background-size: 38px 38px;
    background-size: 38px 38px;
}

.surf-icon {
  background-image: url(img/ico/surf-icon.svg);
}
.surf-icon-vip {
  background-image: url(img/ico/ad-vip-icon.svg);
}

.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 0 2px 3px;
    background-size: 26px 26px;
}

.serfcontrol-play {
    background-image: url(img/ico/kabinet/pause.svg);
    cursor: pointer;
}

.serfcontrol-pause {
    background-image: url(img/ico/kabinet/play.svg);
    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: 18px;
    width: 18px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
    margin: -5px 3px -5px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

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-image: url(img/ico/kabinet/edit.svg);
    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-image: url(img/ico/arrow-down.svg);
    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-image: url(img/ico/delete.svg);
}

a.scon-backmoney {
    background-image: url(img/ico/kabinet/mbudget.png);
}

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-image: url(img/ico/kabinet/coin.svg);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 34px;
    width: 70px;
    cursor: pointer;
    transition: all .5s;
    margin-bottom: 8px;
}

#verx {
    display: none;
    position: fixed;
    bottom: 30px;
    width: 50px;
    height: 50px;
    right: 20px;
    z-index: 997;
    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-image: url(img/ico/kabinet/coin-gold.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    outline: none;
    background-position-x: center;
    height: 34px;
}

.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-blue160 {
    font-size: 11px;
    text-align: center;
    line-height: 2em;
    height: 25px;
    width: 160px;
    color: #fff;
    text-shadow: 1px 1px 1px #292929;
    outline: none;
    border: none;
    display: block;
    float: right;
}

a.fbtn-green {
    background: url(img/ico/kabinet/btn-green.png) no-repeat left top;
}

a.fbtn-blue160 {
    background: url(img/ico/kabinet/btn-blue160.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 {
    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;
    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.5);
    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: #4682B4;
    padding: 5px;
    height: 17px;
}

.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: 50px;
    width: 97%;
    border: 1px solid #CCC;
    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: 17px;
    background: #4682B4;
    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;
}
.foot-left a:hover {
    text-decoration: none;
}

.header {
  padding: 10px 0;
}

.header-logo__img {
    display: block;
    color: var(--main-bg-color);
    font-size: 34px;
    letter-spacing: 6px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-logo__img:hover {
    color: var(--main-nav-color-hover);
}

.block_language {
    margin-left: -22px;
}

.link_language {
    color: #fff;
    font-size: 13px;
    position: relative;
    left: 50px;
    width: 60px;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 7px;
    height: 35px;
}

.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 {
    position: relative;
    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);
    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_white {
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(94deg) brightness(105%) contrast(101%);
}

.flags {
    color: #fff;
}

.link_language_dropdown {
    top: 35px !important;
    right: 15px !important;
}

.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 {
    padding-top: 5px;
    align-items: center;
    justify-content: space-between;
    width: auto;
    max-height: 42px;
    padding-bottom: 15px;
    text-align: center;
}


.link-chain {

    display: inline-block;

    width: 180px;

    height: 47px;

    border: 1px dashed #ccc;

    border-radius: 3px;

    padding: 10px 5px;

    vertical-align: top;

    font-size: 12px;

    opacity: 0.7;

    color: #404040;
}

.link-chain:hover {
    color: inherit;
    opacity: 1;
}

.color-chain-red {
    border: 1px solid #FF0000;
    color: #FF0000;
}

.color-chain-red:hover {
    border: 1px solid #c80000;
    color: #c80000;
}


.color-chain-green {
    border: 1px solid #008000;
    color: #008000;
}

.color-chain-green:hover {
    border: 1px solid #005100;
    color: #005100;
}


.color-chain-blue {
    border: 1px solid #0000ff;
    color: #0000ff;
}

.color-chain-blue:hover {
    border: 1px solid #00009b;
    color: #00009b;
}


.color-chain-black {
    border: 1px solid #000000;
    color: #000000;
    opacity: 1;
}

.color-chain-black:hover {
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
}


.color-chain-orange {
    border: 1px solid #ffa500;
    color: #ffa500;
}

.color-chain-orange:hover {
    border: 1px solid #d28900;
    color: #d28900;
}


.color-chain-aqua {
    border: 1px solid #00ffff;
    color:
        #00ffff;
}

.color-chain-aqua:hover {
    border: 1px solid #00c1c1;
    color: #00c1c1;
}


.color-chain-brown {
    border: 1px solid #a52a2a;
    color: #a52a2a;
}

.color-chain-brown:hover {
    border: 1px solid #751e1e;
    color: #751e1e;
}


.add-chain {
    display: inline-block;
    line-height: 45px;
    width: 40px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #B89448;
    border-radius: 3px;
    color: #B89448;
}

.add-chain:hover {
    background: #ddedff;
    color: #B89448;
}

.block {
    margin-top: 20px
}

.block > div {

}

.tr_0 td {
    padding: 0;
}

input[name="tosaccept"] {
    margin-right: 5px;
}

input[type="radio"] {
    margin-right: 3px;
}

#load-zacaz {
    margin-top: 20px;
}

.infoblock {
    border: 1px solid #8eb383;
}
.infoblock h2 {
    margin: 0;
    background-color: #6db36d;
    color: #fff;
    padding: 5px 10px;
}
.infoblock_content {
    padding: 0 10px;
}

.table_pd tr td:first-child {
    width: 29%;
}

.direction_column {
  flex-flow: column wrap;
}
.flex-container {
  display: flex;
}
.offer__desc {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 28px;
  line-height: 1.5em;
}
.flex_justify_center {
  justify-content: center;
}
.direction_row {
  flex-flow: row wrap;
}
.offer-ads__item {
  width: 20%;
  padding: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  padding-top: 0;
  padding-bottom: 20px;
  flex-basis: 24%;
}
.flex_align_center {
  align-items: center;
}
.offer-ads__title {
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}
.offer-ads__list .icon {
  width: 60px;
  height: 60px;
}

.flex_direction_column {
    flex-direction: column;
}
.flex_align_end {
    align-items: end;
}
.flex_justify_between {
  justify-content: space-between;
}

.main, #main-menu, #header {
    border-spacing: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}

#main-menu {
  height: 50px;
}

.short-stats__item {
  margin-bottom: 14px;
}
.short-stats__top {
  font-size: 18px;
}
.short-stats__bottom {
  font-size: 14px;
  color: var(--main-bg-color) !important;
  margin-top: -2px;
}
.short_stats__bold-text {
  font-size: 12px;
  text-shadow: #c1cdcd 0 1px 1px;
  color: #696969;
  font-weight: 700;
}

.footer-copyright {
  align-items: center;
}
.footer-menu__link {
  display: block;
  text-align: center;
  padding: .5em 1em;
}
.footer-menu .footer-menu__link:hover {
  text-decoration: underline;
}

.policy {
  padding: 5px 10px;
}
.policy p {
  line-height: 1.462;
}
.policy li {
  line-height: 1.462;
  color: #545454;
}
.policy_service_price {
  color: #B89448;
}
.policy h2 {
  text-align: center;
  font-size: 16px;
  color: var(--main-bg-color);
  font-weight: 700;
}

.context-ad {
  border: 1px solid var(--main-bg-color);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.context-ad__row {
  padding: 0 10px;
  padding-top: 10px;
}
.context-ad__link {
  text-decoration: none;
}
.context-ad__header {
  display: inline;
  font-size: 13px;
  line-height: 1.042;
  margin: 0;
  text-align: left;
  margin-bottom: 2px;
  text-shadow: none;
  color: var(--main-bg-color);
  font-weight: 400;
  border-bottom: 1px dotted var(--main-bg-color);
}
.context-ad__text {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  word-break: break-word;
}
.context-ad__url {
  color: #47a447;
  margin: 0;
  word-break: break-word;
}
.context-ad__footer a {
  background-color: var(--main-bg-color);
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.context-ad__link:hover .context-ad__header {
  color: #47a447;
  border-color: #47a447;
  text-decoration-color: #47a447;
}

.left-sidebar, .right-sidebar {
    width: 208px;
    max-width: 208px;
    vertical-align: top;
    padding: 0;
    padding-bottom: 120px;
}

.login-box, .two-fa-box {
  border: 1px solid #B89448;
  box-sizing: border-box;
  width: 450px;
  margin: 0 auto;
    margin-bottom: 0px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.login-box__heading, .two-fa-box__heading {
  background-color: #B89448;
  padding: 10px 15px;
}
.login-box__heading-title, .two-fa-box__heading-title {
  color: #fff;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
}
.login-box__body, .registration-box__body, .two-fa-box__body {
  padding: 15px;
}
.icon-wm {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #eaeaea;
}
.icon-wm a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(img/ico/wm64.png) center center no-repeat;
    background-size: auto;
  vertical-align: top;
  background-size: 20px;
}
.icon-wm a:hover {
  opacity: .7;
}

.board-honor {
  text-align: center;
  margin-bottom: 14px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.1);
}
.board-honor__title {
  font-size: 16px;
  vertical-align: middle;
  padding: 6px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  margin-bottom: 10px;
  background: var(--main-bg-color);
  border-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
}
.board-honor__username {
  display: inline-block;
  color: #7aa04f;
}
.board-honor__rating {
  display: inline-block;
}
.board-honor__avatar {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50%;
}
.board-honor__text {
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 10px;
  padding: 0 10px;
}
.board-honor__button {
  padding-top: 8px;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-bottom: 8px;
  border: 1px solid var(--main-bg-color);
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.board-honor__button:hover {
  background-color: rgba(74,118,168,.1);
}

.user-block-control .user-block-control__item {
  margin-right: 10px;
}
.user-block-control__rating {
  display: block;
  text-align: center;
  border: 2px solid var(--main-bg-color);
  color: var(--main-bg-color);
  border-radius: 40px;
  padding: 8px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  width: 70px;
}
.user-block {
  border: 1px dashed var(--main-bg-color);
  padding: 4px 10px;
  border-radius: 2px;
}
.user-block__info {
  padding-right: 1em;
}
.info_title {
  color: #334046;
  font-weight: 700;
}
img.avatar-akk {
  margin-top: 0;
  border-radius: 50%;
  display: block;
  border: none;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
.dropdown-toggle__icon {
  position: absolute;
  top: -3px;
  right: -4px;
  transform: rotate(49deg);
  z-index: 10;
}
.dropdown-toggle__icon .icon {
  width: 18px;
  height: 18px;
  fill-opacity: 1;
  fill: var(--main-bg-color);
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.adv-account {
  position: relative;
}
.account_link {
  padding: 10px 0;
  margin-bottom: 6px;
  border: 1px solid rgba(74,118,168,.3);
  border: 1px solid #B89448;
  border-radius: 2px;
}
.account_link:hover {
  background-color: rgba(74,118,168,.1);
}
.account_money {
  font-size: 16px;
}
.account_title {
  font-size: 12px;
}

.money-add, .money-payout {
  margin: 14px auto;
  width: 250px;
  font-size: 0;
}

.wrapper_shadow {
  box-shadow: 1px 1px 3px #dddfe0;
}

.usermenu, .banner-rotation {
  margin-bottom: 14px;
}

.roll-banner:first-child {
  margin-bottom: 14px;
}

.roll-banner__control {
  padding: 10px 0;
}

.roll-banner-control__item {
  padding: 0 4px;
}

.roll-banner-control__item .icon {
  width: 18px;
  height: 18px;
  fill-opacity: 1;
  fill: var(--main-bg-color);
}

.roll-banner-control__item:hover .icon {
  fill-opacity: .7;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.modal-wrapper__container {
  height: auto;
  margin: 0 auto;
  z-index: 1000;
  padding: 0 0 20px;
  min-height: 100%;
}
.no-scroll {
  overflow: hidden;
}

.usermnutitle-c::before {
  transform: rotate(180deg);
}

.add-infa {
  padding: 10px;
  background: #eee;
  margin-bottom: 15px;
}

#task-sort {
  text-align: center;
}
#task-sort a.active {
  background: #dfdfdf;
}
#task-sort a {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 3px 0;
  border: 1px solid #ccc;
  margin: 2px;
}

.menu-task-work__link.active, .menu-task-work__link:hover {
  border-bottom: 2px solid var(--main-nav-color-hover);
  color: #000;
}
.menu-task-work__link {
  color: #656565;
  display: inline-block;
  text-align: center;
  padding: 10px 8px;
  line-height: 17px;
  height: 17px;
  font-size: 13px;
  margin: 0 4px -1px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.advm-youtube__middle, .advm-surf__middle, .advm-banner__middle, .advm-context__middle, .advm-statlink__middle, .advm-text__middle, .advm-fraim__middle, .advm-letter__middle, .advm-vk__middle, .advm-test__middle {
  position: relative;
  height: 100%;
}
.advm-youtube__middle-info, .advm-surf__middle-info, .advm-banner__middle-info, .advm-context__middle-info, .advm-statlink__middle-info, .advm-text__middle-info, .advm-fraim__middle-info, .advm-letter__middle-info, .advm-vk__middle-info, .advm-test__middle-info {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.advm-youtube__middle-controls, .advm-surf__middle-controls, .advm-banner__middle-controls, .advm-context__middle-controls, .advm-statlink__middle-controls, .advm-text__middle-controls, .advm-fraim__middle-controls, .advm-context__middle-controls, .advm-letter__middle-controls, .advm-vk__middle-controls, .advm-test__middle-controls {
  position: absolute;
  bottom: 0;
  right: 0;
}
.advm-youtube__middle-controls > a, .advm-youtube__middle-controls > span, .advm-surf__middle-controls > a, .advm-surf__middle-controls > span, .advm-banner__middle-controls > a, .advm-banner__middle-controls > span, .advm-context__middle-controls > a, .advm-context__middle-controls > span, .advm-statlink__middle-controls > a, .advm-statlink__middle-controls > span, .advm-text__middle-controls > a, .advm-text__middle-controls > span, .advm-fraim__middle-controls > a, .advm-fraim__middle-controls > span, .advm-letter__middle-controls > a, .advm-letter__middle-controls > span, .advm-vk__middle-controls > a, .advm-vk__middle-controls > span, .advm-test__middle-controls > a, .advm-test__middle-controls > span {
  margin: 0 5px 0 0;
}

#wall-ad {
  padding: 5px 10px;
  position: relative;
  border: 2px solid var(--main-bg-color);
  min-height: 47px;
  margin-top: -3px;
}

#wall-ad .newdoskars {
  color: #000;
}

.ad-title, .content-ad, .content_ad, .contest_ad, .content-ad-widget {
  display: none !important;
}

#wall-ad .ad-url-pars {
  color: #47a447;
}

#wall-ad .ad-ico {
  position: absolute;
  right: 10px;
  top: 5px;
  background: url(chat/ico_rek3.png) -22px 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#wall-ad .ad-out, #wall-ad .ad-moder-out, #wall-ad .ad-add {
  position: absolute;
  right: 10px;
  font-size: 11px;
  cursor: pointer;
  bottom: 5px;
}

.social-icons .footer-info__item {
  margin: 0 6px;
}
.social-icons .footer-info__link {
  opacity: .7;
  transition: all .3s;
}
.social-icons .footer-info__link:hover {
  opacity: 1;
}

@font-face{
    font-family: ALSRubl;
    src: url(font/rouble.ttf);
}
.ruble-symbol {
  font-family: ALSRubl;
}

.ico-down {
  background-image: url(img/ico/arrow-down.svg);
}
.ico-shield {
  background-image: url(img/ico/shield.svg);
}
.ico-report {
  background-image: url(img/ico/report.svg);
}

.faq-section {
  margin-bottom: 10px;
}
.faq-section > input, .faq-section > p {
  display: none;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.faq-section label::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
    border-left-color: transparent;
  border-left-color: inherit;
}
.faq-section label::selection {
  background: 0 0;
}
.faq-section label::selection {
  background: 0 0;
}
.faq-section label {
  cursor: pointer;
  background: #fff;
  display: block;
  color: var(--main-bg-color);
  position: relative;
  padding: 7px 10px;
  font-weight: 700;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: 3px solid var(--main-bg-color);
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.faq-section label ~ p, .faq-section label ~ div {
  display: none;
  padding: 0 14px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.faq-section label:hover {
  background: rgba(74,118,168,.1);
  border-color: var(--main-bg-color);
  color: var(--main-nav-color-hover);
}
.faq-section input[type="checkbox"]:checked ~ label::before {
  border: 6px solid transparent;
    border-top-color: transparent;
  border-top-color: inherit;
  margin-top: -3px;
  right: 10px;
}
.faq-section input[type="checkbox"]:checked ~ label {
  color: var(--main-bg-color);
}
.faq-section input[type="checkbox"]:checked ~ p, .faq-section input[type="checkbox"]:checked ~ div {
  display: block;
  text-overflow: clip;
  white-space: normal;
  overflow: visible;
}
.faq-section input[type="checkbox"]:checked ~ label {
  background: rgba(74,118,168,.1);
  border-color: var(--main-bg-color);
  color: var(--main-nav-color-hover);
}

.article {
  box-shadow: 1px 1px 3px #dddfe0;
}
.article .article__title {
  font-size: 16px;
  color: #000;
}
.article th {
  background: 0 0;
  padding: 14px 18px;
}
.article .article__meta {
  color: #999;
}
.article .articles__text {
  line-height: 1.5em;
  border: none;
  padding: 14px 18px;
}
.article__title-link {
  color: #000;
}
.article__title-link:hover {
  text-decoration: underline;
  color: #000;
}

.header-dialogs {
  border: 1px solid #e7e8ec;
  background: #fafbfc;
  padding: 10px;
}
.header-dialogs__control {
  width: 42px;
  justify-content: space-around;
}
.header-dialogs__search input {
  width: 400px;
  border: none;
  font-size: 13px;
  padding: 4px 10px;
  background: 0 0;
}

.dialogs-wrap {
  border: 1px solid #e7e8ec;
}
.dialog-im {
  height: 62px !important;
  box-sizing: border-box;
}
.dialog-im__link {
  padding: 6px 10px;
}
.dialog-im__avatar {
  align-self: center;
}
.dialog-im__avatar img {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  border: none;
}
.dialog-im__content {
  flex: 2 1 400px;
  padding: 0 8px;
}
.dialog-im__content-name {
  margin-bottom: 5px;
  font-size: 13px;
}
.dialog-im__content-text-preview {
  width: 360px;
}
.dialog-im__content-who img {
  border-radius: 50%;
  border: none;
  width: 22px;
  height: 22px;
}
.dialog-im__content-inner-text {
  font-size: 13px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 6px;
  padding-right: 10px;
  height: 28px;
  box-sizing: border-box;
  line-height: 21px;
  width: 360px;
}
.dialog-im__control {
  width: 20px;
  padding-left: 6px;
  align-items: center;
}
.dialog-im__control-checkbox-im {
  opacity: 0;
}
.dialog-im__link:hover .dialog-im__control-checkbox-im {
  opacity: 1;
}
.dialog-im__link:hover .dialog-del {
  opacity: .3;
}
.dialog-im__control-remove:hover .dialog-del {
  opacity: 1;
}
.dialog-del {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/ico/delete.svg) 16px/16px;
  cursor: pointer;
}
.icon_opacity_zero {
  opacity: 0;
}
.dialog-head {
  background: #fafbfc;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 1px 0 0 #d7d8db,0 0 0 1px #e3e4e8;
  color: #656565;
  padding: 4px 10px;
  border-radius: 5px;
}
.dialog-head__avatar {
  text-align: left;
}
.dialog-head__avatar img {
  display: block;
  border-radius: 50%;
}
.dialog-head__info-username {
  font-size: 15px;
}
.dialog-head__info-status {
  color: #afb1b7;
  font-size: 13px;
}
.dialog-head__control {
  text-align: right;
}

.privacy {
    line-height: 1.462;
}



table.tablesl {text-align:left;border-collapse:separate;line-height:1.4;border:none;border-spacing:0;width:100%;padding:0;}
table.tables {text-align:left;border-collapse:separate;line-height:1.4;border:none;border-spacing:0;width:100%;padding:0;}
table.tables thead {text-align:center; background: #708090;}
table.tables thead th {text-align:center; font-weight: normal; padding-bottom: 4px; padding-top: 4px; color: #ffffff; font-size: 13px; text-shadow: 1px 1px 1px #376603; border-left:solid 0px #FFF;}
table.tables thead th a {color:#fff;outline:none;}
table.tables thead th a:hover {color:#FAE897;border-color:#FAE897;}
table.tablesl td {height:25px; color:#545454; font-size:12px; border-top:solid 2px #FFF; border-left:solid 2px #FFF; border-bottom:solid 1px #DDD; border-right:solid 1px #DDD; background:#f7f7f7; padding:2px 5px;}
table.tables td {height:25px; color:#545454; font-size:12px; border-top:solid 2px #FFF; border-left:solid 2px #FFF; border-bottom:solid 1px #DDD; border-right:solid 1px #DDD; background:#f7f7f7; padding:2px 5px;}
table.tables td:first-child { border-left:none; padding-left:6px;}

