:root {
  --react_like: #FFEDED;
  --react_haha: #FFF2D6;
  --react_wow: #FFF2D6;
  --react_yay: #FFF2D6;
  --react_sad: #EDF3FA;
  --react_angry: #FDEBE8;
  --ridis: #ea4648;
  --color_VS: #000000;
  --bm-height: 49px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --player-offset: calc(var(--bm-height) + var(--safe-bottom));

  --header-height: 48px;
  --footer-height: 0px;
  --bonus-height: 0px; 
  --wrapper-margin: 8px;
}

@media (max-width: 881px) {
  :root {
    --footer-height: 50px;
  }
  .header--hidden {
    transform: translateY(-100%); /* Прячем шапку ровно на её высоту вверх */
}
}

body {
  margin: auto;
  max-width: 882px;
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
  font-size: 14px;
  background: #ebedf0;
  word-wrap: break-word;
}
a, button, input, textarea {
  will-change: transform,box-shadow;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}
.center-toast-wrapper {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 3333;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-toast {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(52,80,125,.09), 0 1.5px 7px rgba(52,80,125,.07);
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
  opacity: 0;
  transform: translateY(24px) scale(.97);
  transition: opacity 0.32s, transform 0.32s;
  pointer-events: auto;
  margin: 8px;
}

.center-toast__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 -2px 2px;
}

.center-toast__text {
  display: flex;
  align-items: center;
}

.center-toast.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.center-toast.hide {
  opacity: 0;
  transform: translateY(24px) scale(.97);
}
.center-toast-success {
  color: #247a31;
  border: 1.5px solid #4BB34B22;
}
.center-toast-success .center-toast__icon svg circle,
.center-toast-success .center-toast__icon svg polyline {
  stroke: #4BB34B;
}

.center-toast-error {
  color: #e24034;
  border: 1.5px solid #e2403410;
}
.center-toast-error .center-toast__icon svg circle {
  stroke: #e24034;
}
.center-toast-error .center-toast__icon svg rect {
  fill: #e24034;
}


#left_nav {
  width: 272px;
  z-index: 100;
  height: 100%;
}
#main_content_block, #wrap_all {
  overflow: hidden;
  position: relative;
}

#left_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left_nav ul li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h-logo {
  height: 26px;
}
#main_logo_link {
  padding: 10px !important;
}
#left_nav a {
  display: block;
}
#left_nav ul li a {
  padding: 6px 10px;
  text-decoration: none;
  color: #c4ccda;
  text-shadow: 1px 1px #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.logo_image {
  background-size: cover;
  width: 170px;
  height: 46px;
  margin: 0 auto;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-origin: border-box;
  top: 0;
  text-align: center;
}
.bt0 {
  border-top: 0 !important;
}

.stnd_padd {
  word-wrap: break-word;
}
.stnd_padd {
  padding: 11px 10px;
}
.round_corners {
  display: block;
}
.pad_t_a {
  padding-top: 10px;
}
input[type="text"], input[type="password"] {
  width: 100%;
  box-sizing: border-box;
}
input, select {
  border: 1px solid #d8d8d8;
  font-family: Tahoma;
  color: #686868;
  border-radius: 3px;
  margin: 3px 0;
  padding: 7px;
}
.sty_input {
  width: 100%;
  max-width: 100% !important;
}
#mainSubmitForm {
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 0;
  width: 100%;
  margin: 7px 0;
  cursor: pointer;
}
#mainSubmitForm:hover {
  opacity: 0.8;
}
.auts {
  overflow: hidden;
  width: auto;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  position: relative;
  height: 46px;
  padding: 0px !important; 
  vertical-align: inherit !important;
  color: #fff;
}
.title {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: #677fb2;
  background: -webkit-gradient(linear,left top,left bottom,from(#7c98d6),to(#52658e));
  background: -moz-linear-gradient(top, #7c98d6, #52658e);
  background: -o-linear-gradient(top,#7c98d6,#52658e);
  background: -ms-linear-gradient(top,#7c98d6,#52658e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c98d6',endColorstr='#52658e');
}
td {
  max-width: 150px;
  word-wrap: break-word;
}
.tw1ngo_aut_40 {
    width: 40%;
}
.s_title {
  padding: 10px;
  background: #434b5a;
  color: #8b94a6;
  overflow: hidden;
}
div.title {
  background: #DEE3F8;
  color: #000;
}

.new_bg .border0 {
    border: 0;
}
.mmi_wrap {
  display: block;
  padding: 3px 0;
  margin-right: 3px;
}

#bottom_tools_main, .bottom_fix {
    background: #ebebeb;
}
.bottom_fix {
    clear: both;
    position: relative;
    z-index: 2100;
}
.cl {
    clear: both;
}
.bottom_fix {
  padding: 10px;
  text-align: left;
  background: #ebebeb;
  clear: both;
  position: relative;
  z-index: 2100;
  text-align: center;
}
.foooooot_tw1ngo {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ava_panel_bok {
  object-fit: cover;
  -o-object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.bok_infa {
  display: inline-block;
  margin-left: 8px;
  line-height: 25px;
  
}
.bok_infa_nick {
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 160px;
  position: relative;
  font-size: 15px;
}
.small_cnt {
  background: #629558;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 5px;
  text-align: center;
  border-radius: 6px;
  padding: 2px 6px;
  text-shadow: none;
}
/*.small_cnt {
  background: #dddcdc;
  color: #395387;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 5px;
  text-align: center;
  border-radius: 6px;
  padding: 2px 6px;
  text-shadow: none;
}*/
.sidebar--dark {
}
.sidebar--lite {
  display: block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;

}
.border_lij.fon_lij:hover {
    background: #818f99;
}
.sidebar-item__title {
    display: block;
  overflow: hidden;
  padding: 8px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  background: #434b5a;
  color: #c4ccda;
  text-shadow: 1px 1px #000;
}
.border_lij.fon_lij {

    border-bottom: 1px solid #c7d1dc;
    border-top: 1px solid #eff2f5;
    overflow: hidden;
    position: relative;
    background: #32394a;

}
.border_lij.fon_lij {
    border-bottom-color: #242a37;
    border-top-color: #3e4555;
}
 .tw1ngo_vhod_rega {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  margin-bottom: 7px;
}
.round_corners {
  display: block;
  color: #fff;
}
.nach_str_privet {
  padding: 8px;
  color: #77726E;
  border-color: #EFEFEF;
  font-size: 14px;
  padding-top: 15px;
  text-align: center;
}

.fgoot_niz {
    display: block;
}








.err {
    background: #FFCFCF;
    word-break: break-word;
    padding: 10px;
}
#act .mess {
  line-height: 26px;
  padding: 8px;
  text-align: left;
  background: #FFFFFF;
  text-decoration: none !important;
  margin: 5px 8px;
  -webkit-box-shadow: 0 3px 5px #D3D3D3;
  -moz-box-shadow: 0 3px 5px #D3D3D3;
  box-shadow: 0 3px 5px #D3D3D3;
  border-radius: 16px;
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
  border: 1px solid #c5d3e1;
  transition: 0.25s ease;
  will-change: transform,box-shadow;
  outline:none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}
.tw1ngo_plitka_menu {
  padding: 0 8px;
  display: block;
  position: relative;
  overflow: hidden;
}
.tw1ngo_plitka_menu1  {
    float: left;
    width: 33.3%;
    height: 100px;
}
.tw1ngo_plitka_menu2 {
  text-align: center;
  display: block;
  cursor: pointer;
  background: #FFFFFF;
  text-decoration: none !important;
  height: 98px;
  margin: 0 5px 0 5px;
  border-radius: 16px;
  position: relative;
  border: 1px solid #c5d3e1;
  transition:0.25s ease;
  box-shadow: 0 3px 7px rgba(0,0,0,.08);
  will-change: transform,box-shadow;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  transition: 0.25s ease;
}
.tw1ngo_plitka_menu2:hover {
  background: #f2f3f5;
}
.tw1ngo_plitka_menu2:active {
  background: #f2f3f5;
  box-shadow: 0 3px 7px rgba(0,0,0,.08);
  transform: scale(.99);
}
.tw1ngo_plitka_menu3 {
  height: 38px;
  width: 38px;
  margin: 18px 0 5px 0;
  display: inline-block;
}
img.tw1ngo_plitka_menu3, .tw1ngo_plitka_menu3 img {
  height: 38px;
  width: 38px;  
}
.tw1ngo_plitka_menu4 {
  background: #7caaff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  padding: 2px 6px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.tw1ngo_plitka_menu5 {
  height: 17px;
  color: #3a5588;
  font-size: 14px;
}
.tw1ngo_plitka_menu6 {
  line-height: 26px;
  padding: 8px;
  text-align: left;
  background: #FFFFFF;
  text-decoration: none !important;
  margin: 0 8px;
  transition:0.25s ease;
  box-shadow: 0 2px 6px 0 rgba(44, 61, 120, 0.07);
  border-radius: 14px;
  position: relative;
}
.tw1ngo_plitka_menu7 {
  color: #3a5588;
  font-weight: 700;
  font-size: 14px;
  margin-right: 25px;
}
img.tw1ngo_plitka_menu7, .tw1ngo_plitka_menu7 img {
    margin: 0 7px 0 0;
}
.tw1ngo_plitka_menu8 {
  color: #3a5588;
  font-size: 14px;
}
.tw1ngo_plitka_menu9 {
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: -8px;
}
img.tw1ngo_plitka_menu9, .tw1ngo_plitka_menu9 img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
}
.tw1ngo_plitka_menu6 .Tw1nGo_game_stroyka1 {
  line-height: 16px;
  margin-top: 0;
  width: 80%;
}
.tw1ngo_plitka_menu10 {
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  color: #323232;
  background: #fff;
  transition:0.25s ease;
  box-shadow: 0 3px 7px rgba(0,0,0,.08);
  border-radius: 16px;
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  height: 120px;
  border: 1px solid #c5d3e1;
}
/*
.tw1ngo_plitka_menu10 {
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  padding: 4px;
  color: #323232;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px #D3D3D3;
  -moz-box-shadow: 0 3px 5px #D3D3D3;
  box-shadow: 0 3px 5px #D3D3D3;
}*/
/*.tw1ngo_plitka_menu11 {
  background-color: #cddae7;
  text-align: center;
  font-weight: 700;
  padding: 8px;
  position: relative;
  margin: -4px -5px 10px -5px;
}*/
.tw1ngo_plitka_menu11 {
  background-color: #cddae7;
  text-align: center;
  font-weight: 700;
  padding: 8px;
  position: relative;
  height: 18px;
  line-height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.tw1ngo_plitka_menu12 {
  display: block;
  padding: 0 10px 10px;
  color: gray;
  min-height: 70px;
  line-height: 70px;
}
.tw1ngo_plitka_menu13 {
  display: inline-block;
}
img.tw1ngo_plitka_menu13, .tw1ngo_plitka_menu13 img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 50%;
}
.tw1ngo_plitka_menu14 {
  display: block;
  padding: 0 6px;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  top: 16px;
}
.tw1ngo_plitka_menu15  {
  color: gray;
  line-height: 20px;
}
.tw1ngo_plitka_menu16 {
    white-space: nowrap;    
    overflow: hidden; 
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    line-height: 16px;
    
}
.tw1ngo_plitka_menu6 .avatar {
  border-radius: 10px;
}
.tw1ngo_plitka_menu6 .st_1, .tw1ngo_plitka_menu6 .st_2 {
    background: none;
    border: none;
}
.tw1ngo_plitka_menu21 {
  background-color: #cddae7;
  text-align: center;
  font-weight: 700;
  padding: 8px;
  position: relative;
  margin: -3px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

.tw1ngo_plitka_menu21 img {
  margin: 0 6px 2px 0;
  width: 18px;
}
.tw1ngo_plitka_menu22 {
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  border-radius: 6px;
  color: #323232;
  background: #fff;
  transition:0.25s ease;
  box-shadow: 0 3px 7px rgba(0,0,0,.08);
  border-radius: 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c5d3e1;
}

.tw1ngo_plitka_menu6 input[type="text"] {
    width: 100%;
    max-width: 100%;
}

input[type="text"], input[type="password"] {
    background: #fff;
    border: 1px solid #b4bed1;
    box-sizing: content-box;
    color: #323232;
    margin: 0;
    outline: 0;
    padding: 8px;
    width: 100%;
}
input[type=button], input[type=reset], input[type=submit] {
    background: #fff;
    border: 1px solid #cdd4e1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #323232;
    cursor: pointer;
    outline: 0;
}
input[type="submit"] {
    background: #3a5588;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 15px 15px 12px;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 9px 15px;
}
input[type="submit"]:hover {
    background: #233353;
}
.reg_text_input_wrap1 input[type="text"], .reg_text_input_wrap1 input[type="password"] {
    box-sizing: border-box;
    background: #d2d2d2;
}
.sidebar_reg_form input[type="submit"] {
    background: #61a961;
}
.sidebar_reg_form input[type="submit"]:hover {
    background: #487e48;
}
.x1 input[type="submit"], .x2 input[type="submit"], .x3 input[type="submit"], .x4 input[type="submit"] {
    margin-top: 5px;
}

.ver_pa_vseti {
    color: #c4ccda;
    text-shadow: 1px 1px #000;
    font-size: 13px;
    font-weight: bold;
}


.lider_glavnaya a {
    position: relative;
    display: inline-block;
}
img.lider_glavnaya, .lider_glavnaya img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
  transition: transform 0.3s ease;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 111, 253, 0.79);
}
.lider_glavnaya img:first-child {
    margin-left: 0px;
    z-index: 100;
    position: relative;
}
.lider_glavnaya img:last-child {
    margin-left: -10px;
    position: relative;
    z-index: calc(100 - var(--i));
}
.lider_glavnaya img:hover {
    transform: scale(1.1);
    z-index: 101;
}
.lider_glavnaya {
  padding: 8px;
  display: block;
  text-align: center;
  position: relative;
  top: 16px;
}
.mr_0 {
    margin-right: 0;
}
.ml_0 {
    margin-left: 0;
}
.mb_8 {
    margin-bottom: 8px;
}
.ico_sidebar {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(img/ico_sidebar.png?3aaa40d5);
  width: 16px;
  height: 16px;
  float: left;
  margin: 7px 8px 0 0;
}



.ico_sidebar_friends {
    background-position: -255px -17px;
}
.ico_sidebar_exit {
    background-position: -187px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_menu {
    background-position: -391px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_allservices_gray {
    background-position: -17px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_people {
    background-position: -442px -17px;
}
.ico_sidebar_history {
    background-position: -323px -17px;
    margin: 5px 8px 0 0;
}

.ico_sidebar_photos {
    background-position: -459px -17px;
}
.ico_sidebar_tort {
    background-position: -561px -17px;
    float: right;
    margin: 3px 0 0 0;
}
.ico_sidebar_tortik {
    background-position: -561px -17px;
    margin: 3px 0 0 0;
}
.ico_sidebar_games {
    background-position: -272px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_chat {
    background-position: -68px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_forum {
    background-position: -238px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_diary {
    background-position: -119px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_guestbook {
    background-position: -289px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_razvl {
    background-position: -476px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_admp {
    background-position: -357px -17px;
    margin: 5px 8px 0 0;
}
.ico_sidebar_favorites {
    background-position: -204px -17px;
    margin: 4px 8px 0 0;
}
.ico_sidebar_help {
    background-position: -306px -17px;
    margin: 4px 8px 0 0;
}
.news_touch  {
  margin: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px #D3D3D3;
  -moz-box-shadow: 0 3px 5px #D3D3D3;
  box-shadow: 0 3px 5px #D3D3D3;
  display: block;
  box-sizing: border-box;
  border: 1px solid #c5d3e1;
}

.news_touch > .x2 {
  background: #e8e8e8;
  font-weight: 700;
}
.news_touch2 {
  background: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  font-size: inherit;
  line-height: normal;
  padding: 10px;
  position: relative;
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word;
  white-space: normal !important;
  border-top: 1px solid #c5d3e1;
  color: #617989 !important;
  text-align: center;
  width: 50%;
  border-right: 1px solid #c5d3e1;
}
.news_touch > .x1 .news_touch2 img {
    margin-right: 6px;
}
.news_touch > .x1 {
    border: 0;
}
.news_touch3 {
  display: flex;
  width: 100%;
  justify-content: center;
}
.news_touch4 {
  border-right: 0;
}
.news_touch > .news_touch5 {
  padding: 0;
}
.root__foreground {
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.openSidebar .root__foreground {
    /*left: 272px;*/
}
.tw1ngo_privat_mail {
  float: right;
  background: #fff;
  display: block;
  position: relative;
  word-wrap: break-word;
  box-sizing: content-box;
  color: #617989 !important;
  line-height: 16px;
  border: 1px solid #cdd4e1 !important;
  height: 16px;
  min-height: 16px;
  padding: 12px;
  border-radius: 50% !important;
  font-size: 0;
  top: 6px;
}
.tw1ngo_privat_mail:hover {
  background: #f5f5f5;
}














@media all and (min-width:882px) {
.ico_sidebar_friends {
    background-position: -255px 0;
}
.ico_sidebar_exit {
    background-position: -187px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_menu {
    background-position: -391px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_allservices_gray {
    background-position: -17px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_people {
    background-position: -442px 0;
}
.ico_sidebar_history {
    background-position: -323px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_photos {
    background-position: -459px 0;
}
.ico_sidebar_tort {
    background-position: -561px 0;
    float: right;
    margin: 3px 0 0 0;
}
.ico_sidebar_tortik {
    background-position: -561px 0;
    margin: 3px 0 0 0;
}
.ico_sidebar_games {
    background-position: -272px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_chat {
    background-position: -68px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_forum {
    background-position: -238px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_diary {
    background-position: -119px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_guestbook {
    background-position: -289px 0;
    margin: 5px 8px 0 0;
}
.ico_sidebar_razvl {
    background-position: -476px 0;
    margin: 5px 8px 0 0;
}
 .ico_sidebar_admp {
    background-position: -357px 0;
    margin: 5px 8px 0 0;
  }  
  .ico_sidebar_favorites {
    background-position: -204px 0;
    margin: 4px 8px 0 0;
}
.ico_sidebar_help {
    background-position: -306px 0;
    margin: 4px 8px 0 0;
}



  #left_nav_bg {
    width: 80px;
  }
  #left_nav_bg {
    display: none;
  }
  #sidebar_wrap {
    width: 272px !important;
    height: auto;
    z-index: 10;
  }
  #left_nav {
    position: relative;
    left: auto;
  }
  #left_nav {
    position: absolute;
    bottom: auto;
    left: 0;
    top: 0;
    bottom: 0;
    background: none;
  }
  #left_nav {
    position: relative;
    float: left;
  }
  #main_content_block {
    width: auto;
  }
  #main_content_block {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    left: 0;
    width: auto;
  }
  .content_wrap {
    position: relative;
    z-index: 3333;
  }
  .content_wrap {
    margin-right: auto !important;
  }
  #left_nav ul li.new_bg {
    position: relative;
    z-index: 11;
    margin-left: -1px;
  }
  #left_nav ul li a {
    color: #78808f;
    text-shadow: none;
  }  
  #home_link_td {
    display: none;
  }
  .s_title {
    background: #DEE3F8;
  }
 #left_nav ul .sep_bl {
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #DEE3F8;
  }

  .border_lij.fon_lij:hover {
    background: #f4faff;
}
.border_lij.fon_lij {
    border-bottom: 1px solid #c7d1dc;
    border-top: 1px solid #eff2f5;
    overflow: hidden;
    position: relative;
    background: #dae1e8;
}
.sidebar-item__title {
    color: #4c5f6b;
    display: block;
    overflow: hidden;
    padding: 8px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    background: #d0d9e2;
    text-shadow: none;
}
.round_corners {
  display: block;
  color: #78808f;
}
img.lider_glavnaya, .lider_glavnaya img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  -o-object-fit: cover;
}
.tw1ngo_plitka_menu1 {
  height: 120px;
}
.tw1ngo_plitka_menu2 {
  height: 118px;
}
.tw1ngo_plitka_menu3 {
  margin: 18px 0 10px 0;
  width: 50px;
  height: 50px;
}
img.tw1ngo_plitka_menu3, .tw1ngo_plitka_menu3 img {
  height: 50px;
  width: 50px;  
}
.reg_text_input_wrap1 input[type="text"], .reg_text_input_wrap1 input[type="password"] {
  box-sizing: border-box;
  background: #DEE3F8;
}
.ver_pa_vseti {
    color: green;
    font-size: 13px;
    font-weight: bold;
    text-shadow:none;
}
.fgoot_niz {
    display: none;
}
    .root__foreground {
        display: block;
        left: 272px;
        top: 0;
        z-index: 101;
    }










}




@media all and (max-width:640px) {




}

@media all and (max-width:1150px) {



}


@media all and (min-width:1150px) {


}






a:link, a:visited {
    color: #3b5998;
    text-decoration: none;
}a {
    color: #000;
    text-decoration: none;
}a:hover {
    text-decoration: none;
    color: #66b1e8;
}























.form-search {
position: relative; 
display: inline-block; 
border: 1px solid #747474; 
border-radius: 3px; 
box-shadow: inset 0 1px 1px #575555, 0 1px 0 #FFF; 
background-image: linear-gradient(#BCBCBC, #EBEBEB); 
} 
 .form-search:focus-within { 
    /* аИаЗаМаЕаНаЕаНаИаЕ баОбаМб аПбаИ баОаКббаЕ */ 
    box-shadow: inset 0 1px 1px #46575b, 0 1px 0 #FFF; 
    background: linear-gradient(#9CC2CA, #DFECEF); 
    } 
    .form-search input[type="search"] {
     /* аПаОаЛаЕ аПаОаИбаКаА */ 
     width: 150px; 
     height: 20px; 
     line-height: 32px; 
     border: none; 
     outline: none; 
     box-shadow: none; 
     padding: 0 0 0 6px; 
     background: transparent; 
     font: 13px Helvetica, Arial, sans-serif; 
     color: #6E7074; 
     text-shadow: 0 1px 0 #FFF; 
     transition: all .2s ease-out; 
     } 
     .form-search:focus-within input[type="search"], 
     /* аИаЗаМаЕаНаЕаНаИаЕ аПаОаЛб аПаОаИбаКаА аПбаИ баОаКббаЕ */ 
     .form-search input[type="search"]:focus { 
        width: 275px; 
        color: #25464D; 
        } 
        .form-search input[type="image"] {
         /* аКаАббаИаНаКаА аЛбаПб */ 
         padding: 0;
          vertical-align: bottom; 
        } 





.link_s {
background:#fcefa4;
font-size:11px;
border:1px solid #29447e;
color:#fff;
-o-border-radius:4px;
border-radius:4px;
-moz-border-radius:4px;
margin:3px;
padding:2px 3px;
}

.link_s a:hover {
border:1px solid #3b5998;
color:#fff;
}
.w_block a:hover{
    text-decoration: none;
}

.w_obmen_link {
    transition: background, 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    display: inline-block;
	text-align:center;
    width: 140px;
    min-height: 173px;
    background: #fff;
    border: 1px solid #DBDBDB;
    margin: 6px 3px;
    padding: 7px 7px 0px;
    position: relative;
}
.w_obmen_link:hover, .w_obmen_link:hover .w_obmen_autor{
    background-color: #BEE9AE;
}
.w_obmen_img {
   display: block;
   width: 140px;
   height: 140px;
   margin: auto;
   position: relative;
}

.w_obmen_autor {
    transition: background, 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    background-color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #686868;
    padding: 4px;
    border-top: 1px solid #DBDBDB;
    margin: 5px -7px 0px;
    position: absolute;
    width: 146px;
    bottom: 0;
    text-align: left;

} 

.plus18 {
    position: absolute;
    bottom: 0;
    right: 0;
} 

.cit {
border-left:4px solid #c1c1c1;
color:#878787;
font-size:x-small;
border:1px solid #1E90FF;
margin-left:2px;
padding:1px;
}





img.avatar{
border:1px lightgray solid;
border-radius:4px;
}

img {
vertical-align:middle;
padding:0;
margin:0;
border:0;
}

.reklama {
background: #e3f8a6 url('img/rekl.png')no-repeat right top;
padding: 4px;
color: #6dc831;
text-shadow: 1px 1px 1px #fff;
border-bottom: #fff 1px solid;
border-top: solid 1px #fff;
}


img.i{
background-color: #DEE5EB;
margin:2px;
padding:1px;
border:1px #9db2ce solid;
-o-border-radius:4px;
-icab-border-radius:4px;
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-o-box-shadow:1px 1px 6px #333;
-icab-box-shadow:1px 1px 6px #333;
-khtml-box-shadow:1px 1px 6px #333;
-moz-box-shadow:1px 1px 6px #333;
-webkit-box-shadow:1px 1px 6px #333;
box-shadow:1px 1px 6px #333;
}





textarea{
   width: 99%;
   height: 50px;
   margin: 8px 5px;
   border: 1px solid #C4C4C4;
}

input,select {
    border:1px solid #d8d8d8;
    font-family:Tahoma;
    color:#686868;
    border-radius:3px;
    margin:3px 0;
    padding:7px;
}




/* ааАаГаОаЛаОаВаОаК бббаАаНаИбб */

.admins {
background: #fff0f5 url('img/admins.png') no-repeat top right;
border: solid 1px violet;
border-radius: 4px;
margin: 1px;
padding: 4px;
color: violet;
}



.news {
background: url('img/news.png') 100% 100% no-repeat rgb(255, 248, 220);
border: 1px solid rgb(218, 165, 32);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-radius: 4px;
margin: 1px;
padding: 2px 6px;
color: rgb(218, 165, 32);
}


.icon14
{
background: #fff;
background-image:url('img/gmenu.gif');
background-repeat:repeat-x;
border: 0px solid #e0e2e0;
font-size: large;
width: 6px;
height: 6px;
vertical-align: top;
text-align: center;
margin-left:1px;margin-right:0px;
border-radius: 1px;
}





.opps {
background: url('img/main.gif')#e69673 repeat-x;
color: #fff;
padding: 8px;
height: 20px;
}

.kabinet,.foot,.msg,.mess, .twn  {
background-color: #ffffe2;
padding: 6px;
word-break: break-word;
}

.head {
color: #f2f2f2;
background: #55711b url('img/headd.gif') repeat-x;
border-bottom: 2px solid #465e15;
height: 80px;
text-align: center;
margin-top: 0px;
border-radius: 8px 8px 0 0;
border-top: 2px solid #90dc37;
}



.p_t {
background-color: #e0fac4;
border: 1px solid #a3cf5f;
padding: 3px;
margin: 1px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.p_m{
background-color: #FFFFFF;
border: 1px solid #D3D3D3;
border-radius: 4px;
color: #46483E;
font-weight: 400;
margin: 1px;
overflow: hidden;
padding: 3px;
}



.copy a {
	color: #ffffff;
}

.post, table {
width: 100%;
}

 
 
 
 
 
 
 
 
 
 

.st_1	{ 	
	margin-left: 20px;
 	margin-bottom:0;
	border-style:solid;
	border-color:transparent  transparent #91DB12  transparent ;
	border-width:0px 0px 10px 10px;	
	height: 0px; 
	width:0px;
	} 
	
.st_2 	{	
	margin: 3px;
	margin-top: 0;
	border:#91DB12 2px solid;
	padding: 5px; 
	color: #000;	
	background-color: #FFFB8E;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	word-wrap:break-word;
	}
	.t_s {

	border-bottom: 1px #91DB12 solid;
	background-color: #FFFB8E;
	padding: 1px;
	margin: 0px;
	border-radius: 3px 3 3 3px;
	width: 100%;
}

.copy{
/* ааАаГаОаЛаОаВаОаК бббаАаНаИбб */
	margin: 0px;
	padding: 2px;
	text-align: center;
	background-color: #669933;
	border-bottom: 1px #91DB12 solid;
	border-top: 1px #91DB12 solid;
	margin-bottom: 0px;
	color:#FFFFFF;

}


img {
vertical-align: middle;
border-style: none;
}


.main {
    background-color: #e0fac4;
    border: 1px solid #a3cf5f;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    word-break: break-word;
    border-left: 0;
    border-right: 0;
}
.event {
color:#00a6eb;
border-radius:3px;
border-top:1px solid #d3d2d2;
border-right:1px solid #d3d2d2;
border-left:1px solid #d3d2d2;
border-bottom:2px solid #d3d2d2;
background:#fff;
padding:3px;
}

.rowup,.b {
font-size:11px;
margin-top:1px;
margin-bottom:1px;
background: #F6FEE7;
padding:2px;
border-bottom: 1px solid #ececec;
border-top: 1px solid #ececec;
border-right: 1px solid #ececec;
border-left: 3px solid #ececec;
color: #777;
}

.formfarm {
background:#f6fed7;
color: #777;
border: 0px solid blue;
}

.rowdown,.c {
font-size:11px;
margin-top:1px;
margin-bottom:1px;
border-top: 1px solid #ececec;
border-bottom: 1px solid #ececec;
border-right: 1px solid #ececec;
border-left: 3px solid #ececec;
background:#fff;
padding:2px;
color: #777;
}

.rowup a, .rowdown a, .p_t a, .p_m a {
color: #777;
}

.mdlc,.phdr,.hdr {
color:#fff;
margin-top:2px;
margin-bottom:1px;
border-bottom:1px solid #cdcdcd;
background:#82e1f7 url(images/yb.gif) repeat-x 50% top;
padding:3px;
}

.mdlc span {
color:#707070;
position:relative;
top:3px;
border-top-left-radius:4px;
border-top-right-radius:4px;
border-top:1px solid #d3d2d2;
border-right:1px solid #d3d2d2;
border-left:1px solid #d3d2d2;
background-color: #fff;
padding:3px;
}

.mdlc2,.bmenu {
color:#fff;
margin-top:2px;
margin-bottom:1px;
border-bottom:1px solid #cdcdcd;
background:#b6df2d url(images/gb.gif) repeat-x 50% top;
padding:3px;
}

.mdlc2 span {
color:#707070;
position:relative;
top:3px;
border-top:1px solid #d3d2d2;
border-right:1px solid #d3d2d2;
border-left:1px solid #d3d2d2;
border-top-left-radius:4px;
border-top-right-radius:4px;
background-color: #fff;
padding:3px;
}

img.rpg {
width: 11px;
height: 11px;
}











.tics {
    background: url(/style/version/touch/tools.png) no-repeat;
}

.tic {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: -3px;
}

.ticFeed {
    background-position: 0 -26px !important;
}

.ticMsg {
    background-position: 0 -3px !important;
}

.ticDsc {
    background-position: 0 -50px !important;
}

.ticMenu {
    background-position: 0 -75px !important;
}

.ticNtf {
    background-position: 0 -105px !important;
}

.ticFrd {
    background-position: 0 -134px !important;
}

.ticAva {
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}



input[type=file] {
    max-width: 50%;
}
input[type=text], input[type=password] {
    width: 100%;
    max-width: 200px;
}



.activ {
    font-weight: bold;
}
.tw1ngo_aut_ava1 {
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100px;
    height: 100px;
    display: inline-block;
    max-width: 65px;
    max-height: 65px;
    background-size: cover;
    background-position: 50% 20%;
}.tw1ngo_aut_ava {
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    -o-object-fit: cover;
    width: 200px;
    height: 200px;
    display: inline-block;
    max-width: 72px;
    max-height: 72px;
    background-size: cover;
    background-position: 50% 20%;
    position: relative;
}.tw1ngo_aut_ava2 {
    background-image: url(/style/version/frame-bck.52d37d63.svg);
    background-repeat: no-repeat;
    background-position: center, center;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    background-color: #fff;
}.tw1ngo_aut_ava3 {
    width: 188px;
    height: 190px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-width: 6px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-5px, -6px);
}.tw1ngo_aut_ava4 {
    padding: 7px 3px;
    position: relative; 
    text-align: center; 
    padding-top: 25px;
}.tw1ngo_aut_ava5 {
    display: block; 
    text-align: center; 
    padding: 0 7px; 
    max-width: 450px; 
    margin: 0 auto; 
    margin-top: -30px; 
    position: relative;
}.tw1ngo_aut_ava6 {
    max-width: 182px;
    max-height: 182px;
}


@media screen and (max-width: 400px) 
{
    .tw1ngo_aut_ava 
    {
        max-width: 56px;
        max-height: 56px;
    }
    .tw1ngo_aut_ava3 
    {
        width: 152px;
        height: 154px;
    }
    .tw1ngo_aut_ava2 
    {
        height: 140px;
        top: 30px;
    }
    .tw1ngo_aut_ava6 
    {
        max-width: 146px;
        max-height: 146px;
    }

}

.ank_n {
    color: #00806e;
    font-weight: 700;
}.cit {
  border:1px solid #e9ebec;
  border-left-color: rgb(233, 235, 236);
  border-left-style: solid;
  border-left-width: 1px;
  border-left:5px solid #8394b2;
  color: #878787;
  font-size: small;
  margin:5px 0;
  padding:12px;
  overflow:hidden;
}

.Tw1nGo_browser {
    border-radius: 4px;
}






.x1, .mails, .x2, .nav1, .nav2, .cont, .menu, .gmenu, .aut {
    background: #fff;
    border-bottom: 1px dashed #dcdcdc;
    padding: 10px;
    word-break: break-word;

}.x3 {
    background: #fff;
    border-bottom: 1px dashed #dcdcdc;
    padding: 8px;
    word-break: break-word;
    font-weight: 700;
}.x4 {
    background: #f8f8f8;
    border-bottom: 1px dashed #dcdcdc;
    padding: 8px;
    word-break: break-word;
}.x5 {
    background: #f8f8f8;
    border-bottom: 1px solid #cdd4e1;
    padding: 8px;
    word-break: break-word;
}.x5:hover {
    background: #f3f3f3;
}.x6 {
    background: #fff;
    border-bottom: 1px solid #cdd4e1;
    padding: 8px;
    word-break: break-word;

}




.text_obrez_guest {
    display: block;
    overflow: hidden;
    max-height: 38px;
}.OwnerPhotoGallery__item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 2px;
    position: relative;
    max-width: calc(25% - 4px);
}.profile_thumb {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.12);
    margin: 0 4px 0 0;
    float: left;
}.c3 a, a.c3 {
    display: inline-block;
    padding: 6px 8px;
    margin: 3px;
    border-radius: 4px;
    background: #f5f5f5;
    font-weight: bold;
}.avik {
    padding: 2px;
    margin: 2px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}.lcolor {
    margin: 5px;
    line-height: 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 15px;
}.custom-nick  {
    background: linear-gradient(#000000, #000000);
    background-clip: border-box;
    color: transparent;
    -webkit-background-clip: text;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}.iform {
    background-color: #fff;
    position: relative;
}.silcvet {
    color: #000;
}.tw1ngo_animation_nick {
    animation: vip 4s ease infinite;
    -moz-animation: vip 4s ease infinite;
    -o-animation: vip 4s ease infinite;
    animation: vip 4s ease infinite;
}
@keyframes vip {
    0% {
        background-position:0% 50%
    }
    50% {
        background-position:100% 50%
    }
    100% {
        background-position:0% 50%
    }
}







.horiz-menu {
    overflow: hidden;
    position: relative;
    background: #677fb2;
    background: -webkit-gradient(linear,left top,left bottom,from(#7c98d6),to(#52658e));
    background: -moz-linear-gradient(top, #7c98d6, #52658e);
    background: -o-linear-gradient(top,#7c98d6,#52658e);
    background: -ms-linear-gradient(top,#7c98d6,#52658e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c98d6',endColorstr='#52658e');
}.horiz-menu__link-event {
    background: #ff6837;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    margin: 3px 0 0 4px;
    opacity: 1;
    padding: 1.5px;
    position: absolute;
    transition: opacity .5s ease 0s;
    -webkit-transition: opacity .5s ease 0s;
    font-size: 12px;
    min-width: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
}
.head_Tw1nGo {
    border-radius: 10px 10px 0 0;
    text-align: center;
    background: #677fb2;
    background: -webkit-gradient(linear,left top,left bottom,from(#7c98d6),to(#52658e));
    background: -moz-linear-gradient(top, #7c98d6, #52658e);
    background: -o-linear-gradient(top,#7c98d6,#52658e);
    background: -ms-linear-gradient(top,#7c98d6,#52658e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c98d6',endColorstr='#52658e');
    height: 66px;
}.online_Tw1nGo {
    color: #fff;
    padding: 8px;
    background: #dceaff url(img/op.gif) left bottom repeat-x;
    margin-top: -3px;
    text-align: center;
    font-weight: bold;
}a.online_Tw1nGo, .online_Tw1nGo a {
    color: #fff;
}.foot_Tw1nGo {
    background: #677fb2;
    background: -webkit-gradient(linear,left top,left bottom,from(#7c98d6),to(#52658e));
    background: -moz-linear-gradient(top, #7c98d6, #52658e);
    background: -o-linear-gradient(top,#7c98d6,#52658e);
    background: -ms-linear-gradient(top,#7c98d6,#52658e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c98d6',endColorstr='#52658e');
    color: #fff;
    padding: 10px;
    height: 20px;
    font-weight: bold;
}.auts:hover, .titles:hover {
    box-shadow: inset 0px 3px 5px  #40547e;
    overflow: hidden;
}a.auts, .auts a {
    display: block;
}




a.rating {
    display: inline-block;
    padding: 3px 8px;
    background: #677fb2;
    background: -webkit-gradient(linear,left top,left bottom,from(#7c98d6),to(#52658e));
    background: -moz-linear-gradient(top, #7c98d6, #52658e);
    background: -o-linear-gradient(top,#7c98d6,#52658e);
    background: -ms-linear-gradient(top,#7c98d6,#52658e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c98d6',endColorstr='#52658e');
    border-radius: 30px;
    margin: 3px;
    margin-right: 6px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}.xdrug_vip {
    color: #000;
    display: block;
    background: -webkit-gradient(linear,left top,left bottom,from(#FCFCFC),to(#fff));
    border-bottom: #e9e9e9 solid 1px;
    padding: 8px;
    min-height: 40px;
}.xdrug_vip:hover {
    background: #f3f3f3;
}a.rating10 {
    display: inline-block;
    padding: 6px;
    background: #677fb2;
    background: -webkit-gradient(linear,left top,left bottom,from(#ff7676),to(#ae55d7));
    background: -moz-linear-gradient(top, #ff7676, #ae55d7);
    background: -o-linear-gradient(top,#ff7676,#ae55d7);
    background: -ms-linear-gradient(top,#ff7676,#ae55d7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7676',endColorstr='#ae55d7');
    border-radius: 30px;
    margin: 3px;
    margin-right: 6px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}

















.tw1ngo_rating1 {
    margin:3px 0;
    width:172px;
    border-spacing:0px;
    padding:0px;
    border:0px;
}.tw1ngo_rating2 {
    border:1px solid #c0ccd9; 
    background-color: #eeeeee; 
    border-radius: 7px;
    height:12px;
    text-align:left;
    vertical-align:middle;
}.tw1ngo_rating3 {
    position:absolute; 
    float:right; 
    overflow:visible; 
    color: #8ba1bc; 
    width: 170px; 
    text-align:center;
    line-height: 14px; 
    font-size: 15px;
}.tw1ngo_rating4 {
    background-color: #dae2e8; 
    color: #8ba1bc; 
    font-weight:bold; 
    border-radius: 7px;
    height:12px;
    text-align:right;
    vertical-align:middle;
}.tw1ngo_rating5 {
    border-spacing:0px;
    padding:0px;
    border:0px;
}


.tw1ngo_rating2_2 {
    border: 1px solid #ccc490;
    background-color: #f5ebbb;
}.tw1ngo_rating3_2 {
    color: #92856C;
}.tw1ngo_rating4_2 {
    background-color: #e0d7a3;
}


.tw1ngo_rating2_3 {
    background-color: #f5ebbb;
    border: 1px solid #dbc962;
}.tw1ngo_rating3_3 {
    color: #A9A26C;
}.tw1ngo_rating4_3 {
    background-color: #dbc962;
}


.tw1ngo_rating2_4 {
    border: 1px solid #FCA3A7;
    background-color: #f5bbbb;
}.tw1ngo_rating3_4 {
    color: #69636C;
}.tw1ngo_rating4_4 {
   background-color: #D39685;
}

.tw1ngo_rating2_5 {
    border: 1px solid #818881;
    background-color: #D39685;
}.tw1ngo_rating3_5 {
    color: #FFFFFF;
}.tw1ngo_rating4_5 {
   background-color: #818881;
}






.RatingAnkTw1nGo_1 {
  width: 174px;
  height: 20px;
  background: linear-gradient(to right, #eaf2fb, #edf2f8);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.6), inset 0 -1px 1px rgba(0,0,0,0.05), 0 2px 4px rgba(0,0,0,0.15);
  margin: 4px 0 0;
}
.RatingAnkTw1nGo_2 {
  height: 100%;
  background: linear-gradient(to right, #CFE1F5, #DDE7F2);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 0px 0px 0px 10px;
  transition: width 0.4s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
.RatingAnkTw1nGo_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #3B5677;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.RatingAnkTw1nGo_2_2 {
  background: linear-gradient(to right, #02FFDB, #00CFFF);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
.RatingAnkTw1nGo_3_2 {
  color: #355C3B;
}

.RatingAnkTw1nGo_2_3 {
  background: linear-gradient(to right, #7BF784, #00DBFF);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
.RatingAnkTw1nGo_3_3 {
  color: #332040;
}


.RatingAnkTw1nGo_2_4 {
  background: linear-gradient(to right, #efa9a9, #de9ff9);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
.RatingAnkTw1nGo_3_4 {
  color: #2d083c;
}


.RatingAnkTw1nGo_2_5 {
  background: linear-gradient(to right, #ffa3d5, #DCDC00);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
.RatingAnkTw1nGo_3_5 {
  color: #373700;
}
.RatingAnkTw1nGo_2_6 {
  background: linear-gradient(to right, #8aff8a, #ffa3ff);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
.RatingAnkTw1nGo_3_6 {
  color: #373700;
}













.alert-div {
    background: #FFFFFF;
    padding: 1px;
    margin-top: -1px;
}.info_block {
    background:#E7F3FB;
    border-radius:2px;
    padding: 10px 10px 10px 35px;
    position:relative;
    margin: 5px 5px 5px 5px;
    font-size:12px;
    font-family: Lucida Grande,Verdana,Tahoma,Arial,sans-serif,Lucida Sans;
    color: #390035
}.info_block:before {
    content:'';
    width:16px;
    height:16px;
    position:absolute;
    left:10px;
    top:50%;
    margin-top:-8px;
    background:url("img/icon_16x16.png") -179px 0 no-repeat
}.info_block p {
    margin-bottom:5px;
    font-weight:bold
}.info_block.warning {
    background: rgb(249, 246, 231) none repeat scroll 0% 0%;
    border: 1px solid #D4BC4C
}
.info_block.info {
    background: rgb(246, 247, 249) none repeat scroll 0% 0%;
    border: 1px solid rgb(219, 224, 234)
}
.info_block.success {
    background: rgb(249, 246, 231) none repeat scroll 0% 0%;
    border: 1px solid #D4BC4C;
}
.info_block.danger {
    background:#F7E7DC;
    border: 1px solid rgb(184, 135, 115)
}
.info_block.warning:before {
    background-position:0px -16px
}
.info_block.danger:before {
    background-position:-36px -16px
}
.info_block.info:before{
    background-position:-72px -16px
}.info_block.success:before {
    background-position:-18px -16px
}














﻿.text {
    display: block; 
    overflow: hidden; 
    max-height:68px; 	
}.right {
    text-align:right;	
}.vb_title {
	background-color: #504FA0;
	padding: 5px 7px;
	color: #FFF;
}.vb_stickers_list {
	background: #FFFFFF;
	display: block;
	padding: 9px 9px 14px 43px;
	border-bottom: 1px solid #E2DEDE;
	position: relative;
}.vb_stickers_list .sticker_preview {
	display: block;
	position: absolute;
	left: 6px;
	top: 4px;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: #504FA0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}.vb_message_right, .vb_message_left {
	margin-bottom: 5px;
}.clear {
	clear: both;
}.vb_message {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 3px;
	min-width: 14%;
	max-width: 65%;
	padding: 8px;
	word-wrap: break-word;
	display: block;
	border-radius: 20px;
}.vb_message_right .vb_message {
	float: right;
	color: #404040;
	background: #DAE3ED;
	border: 1px solid #D1DAE3;
}.vb_message_left .vb_message {
	float: left;
	color: #404040;
	background: #FFFFFF;
	border: 1px solid #E1E4E8;
}.vb_message_sticker .vb_message {
	background: transparent;
	border: none;
	box-shadow: none;
}.vb_message_right .vb_avatar {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}.vb_message_left .vb_avatar {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}[class^="vb_message_"] .vb_avatar img {
	margin: 0px;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	padding: 0;
	box-shadow: 0px 0px 10px #CCC;
}.vb_time {
	float: right;
	color: #777;
	font-size: .8em;
	margin-right: 5px;
	margin-left: 5px;
}.vb_form {
	padding-bottom: 10px;
}.vb_link_list:hover {
	background-color: #F4F4F4;
}.vb_link_list {
	background: #FFFFFF;
	display: block;
	padding: 5px 7px 7px;
	border-bottom: 1px solid #E2DEDE;
	background-image: url(/viber/img/link_arrow.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 5px;
	padding-left: 33px;
}.vb_author {
	font-weight: 700;
	color: #774F99;
}.vb_text_center {
	display: block;
	color: #774F99;
	text-align: center;
	font-weight: 800;
	font-size: 1.5em;
}.vb_view_message {
	padding: 10px;
	background: none repeat scroll 0% 0% #FFFFFF;
	word-wrap: break-word;
}.vb_cf:before, .vb_cf:after {
	clear: both;
	content: "";
	display: table;
}.vb_w50 {
	width: 50%;
}.vb_fl_l {
	float: left;
}.vb_mr10 {
	margin-right: 10px !important;
}.vb_align_c {
	text-align: center;
}.vb_gray_button {
	background: #EDF1F5;
	color: #638498;
	display: block;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px none;
}.vb_cont {
	background: #FFFFFF;
	display: block;
	padding: 5px 7px 7px;
	border-bottom: 1px solid #EFEFEF;
	word-wrap: break-word;
}a.vb_cont:hover {
    background: #EDF1F5;
}.vb_cont::after {
	display: block;
	content: "";
	clear: both;
}.vb_cont .vb_avatar img {
	float: left;
	margin-right: 12px;
	width: 48px;
	height: 48px;
	border-radius: 25px;
}.vb_overhid{
	overflow: hidden;
}.vb_msg_list {
	background: #FFFFFF no-repeat center bottom;
	padding-bottom: 10px;
	border-bottom: 1px solid #bac5cf;
	height: 175px;
}.vb_head {
	padding: 2px 0px;
	line-height: 1.3em;
}.vb_text {
	color: #404040;
	padding: 3px 0px 0px;
	line-height: 1.4em;
	word-wrap: break-word;
}.vb_no_read {
	background-color: #EDF1F5;
	padding: 2px;
}.vb_author_talk {
	word-wrap: break-word;
	font-weight: 700;
	color: #777;
}.vb_back {
	background: #F2F6F9;
	color: #829EAF;
	display: block;
	padding: 10px;
	border: 0px none;
}.vb_cf::before, .vb_cf::after {
	clear: both;
	content: "";
	display: table;
}button {
	border: none;
	background: none;
}.vb_cform {
	background: none repeat scroll 0% 0% #EBF3F8;
	padding: 10px;
}.vb_submit_edit {
	padding: 8px 16px !important;
	margin-top: 6px !important;
	font-size: 1em !important;
	font-weight: 700 !important;
	color: #FFF !important;
	border-radius: 4px !important;
	text-align: center !important;
	cursor: pointer !important;
	background: #545D9E !important;
	border: 0px none !important;
}.vb_input_text {
	padding: 4px;
	box-sizing: content-box;
	border-radius: 4px;
	vertical-align: top;
	width: 98%;
	min-width: 30px;
	font-size: 12px;
}.vb_fones_list {
	display: inline-block;
	width: 140px;
	height: 140px;
	margin: 4px;
	overflow: hidden;
}.vb_info {
	padding: 4px;
	width: 40%;
	color: white;
	margin: 6px 0px 6px 0px;
	display: block;
	border-radius: 6px;
	background: rgba(80, 79, 160, 0.57);
	opacity: 1;
}.vb_action {
	background:#F2F6F9;
	color: #829EAF;
	display: block;
	padding: 10px;
	border: 0px none;
		border-bottom: 1px solid #B2CBF9;
}.vb_info_msg {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	max-width: 50%;
	padding: 8px;
	text-align: center;
	color: #808080;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.87);;
	word-wrap: break-word;
	margin-bottom: 5px;
	margin: 0 0 5px 25%;
	border: 1px solid rgba(204, 204, 204, 0.68);
}.vb_message_unread {
	background: #EDDADA !important;
	border: 1px solid #E3D1D1 !important;
}a.games_link {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    color: #314856;
    display: block;
    padding: 9px;
    text-decoration: none;
    vertical-align: middle;
}a.games_link:hover {
    background: #f5f5f5;
    color: #314856;
}.di_typing {
    color:  #8795A5;
    text-align: left;
    -o-transition-duration: 0;
    transition-duration: 0;
    padding: 8px 0;
}







.x1, .nav1 {
  background: #fff;
  padding: 10px 8px;
  word-break: break-word;
  border-bottom: 1px solid #dcdcdc;
}
.x2, .nav2 {
  background: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  padding: 8px;
  word-break: break-word;
}




.x4 {
  background: #f8f8f8;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 8px;
  word-break: break-word;
}



.foot, .msg, .mess, .twn {
  background-color: #ffffe2;
  padding: 10px;
  word-break: break-word;
  border-bottom: 1px solid #dcdcdc;
}







.x4000 {
  word-break: break-word;
  display: block;
  background: #32405F;
  text-decoration: none;
  outline: none;
  border-bottom: #596071 solid 1px;
  border-radius: 2px;
  transition: 0.2s;
  padding: 8px;
}
.x1000, .nav1_________ {
  word-break: break-word;
  color: #ADBED3;
  display: block;
  background: #575E79;
  text-decoration: none;
  user-select: none;
  outline: none;
  border-bottom: #888 solid 1px;
  border-radius: 2px;
  transition: 0.2s;
  padding: 8px;
}

.x7000 {

  background: #32405F;
  text-decoration: none;
  user-select: none;
  outline: none;
  border-bottom: #596071 solid 1px;
  border-radius: 2px;
  transition: 0.2s;
  padding: 8px;
}





div.c2 {
  background: transparent;
  padding: 12px;
  border-bottom: 0;
  text-align: center;
}
.str {
  padding: 6px 10px;
  color: #3a5588;
  background: #dee0e6;
  border-radius: 6px;
  text-align: center;
  margin: 0 2px;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.page a {
  padding: 6px 10px;
  color: #fff;
  background: #556893;
  border-radius: 6px;
  text-align: center;
  margin: 0 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.page a:hover {
  background: #3a5588;
}
.countHide {
    display: none;
}


.tw1ngoAvatarSmall_border, .tw1ngoAvatarSmall_border img, img.tw1ngoAvatarSmall_border  {
    border-radius: 50%;
}

.ava_pulsik5.tw1ngoAvatarSmall_border, 
.ava_pulsik4.tw1ngoAvatarSmall_border, 
.ava_pulsik5 img.tw1ngoAvatarSmall_border, 
img.avatar.tw1ngoAvatarSmall_border, 
.tw1ngo_mail3 img.avatar.tw1ngoAvatarSmall_border, 
.SliderTabs__Reactions7 img 
{
    border-radius: 50%;
}
a.auts, .auts a {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  fill: #fff;
}
.counter_ajax {
  position: absolute;
  background:red;
  color: #fff;
  border-radius:999px;
  padding:2px 6px;
  font-size: 12px;
  display: inline-block;
  margin-left: 30px;
}
@keyframes pop {
  0%   { transform: scale(0.7); opacity: 0; }
  60%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); }
}

.counter_ajax.show-anim {
  animation: pop 0.3s ease-out;
}









.panel-progress {
    height: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}.panel-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    text-align: center;
    background-color: #616161;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}.panel-progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}.panel-progress.panel-active .panel-progress-bar, .panel-progress-bar.panel-active {
    -webkit-animation: progress-bar-stripes 0.4s linear infinite;
    -o-animation: progress-bar-stripes 0.4s linear infinite;
    animation: progress-bar-stripes 0.4s linear infinite;
}

.BottomMenu__fixed {
  display: flex;
  background:#fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-bottom: env(safe-area-inset-bottom);

}
.BottomMenu__fixed {
  border-top: 1px solid rgba(0,0,0,0.12);
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.BottomMenuItem {
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 0 4px;
}
.BottomMenuItem__link {
  color: #99a2ad;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 49px;
  -webkit-tap-highlight-color: transparent;
}
.BottomMenuItemIcon {
  align-self: center;
  position: relative;
}
.BottomMenuItemCounter {
  height: 18px;
  min-width: 18px;
  border-radius:9px;
  background:#ff3347;
  font-size: 12px;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  line-height: 18px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding:0 4px;
  position: absolute;
  top: 0;
  left: calc(100% - 14px);
}
.svgIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#BottomMenuOffset {
  height: 48px;
}
/*.openSidebar .BottomMenu {
      display: none !important;
}
.openSidebar #BottomMenuOffset, .openSidebar #tomMenuOffset {
  height: 0;
}*/

@media (max-width: 882px) {
  #side2, #bottomToolsBlock {
      /*display: none !important;*/
  }
}
@media (min-width: 882px) {
  .BottomMenu, .header {
    display: none !important;
  }
  #BottomMenuOffset, #tomMenuOffset {
    display: none;
  }
}

.fgoot_niz {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  z-index: 1000;
}
.header.hidden {
  transform: translateY(-100%);
}


.header .titleiu {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
  line-height: 24px;
  text-overflow: ellipsis;
  max-width: 320px;
  color: #000;
  background: transparent;
  display: flex;
  white-space: nowrap;
  height: 48px;
  align-content: center;
  align-items: center;
  margin-left: 12px;
}











.openSidebar .header {
      /*display: none !important;*/
}

.header__back_site  {
  background:transparent;
  color: #2688eb;
  position: relative;
  left: 2px;
  border-radius:44px;
  min-width: 44px;
  min-height: 44px;
  pointer-events: all;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__back_site:hover, .header__back_site_end:hover {
    background-color: #f9f9f9;
}
.header__back_site_end  {
  background:transparent;
  color: #2688eb;
  margin: 0;
  position: relative;
  right: 8px;
  border-radius:44px;
  min-width: 44px;
  min-height: 44px;
  pointer-events: all;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guest_touch_them {
  position: relative;
  display: block;
  min-height: 300px;
}
.guest_touch_them_0 {
  position: relative;
  border: 1px solid #e1e1e6;
  border-radius: 12px;
  background-color: #fff;
  padding: 10px;
  margin: 8px;
  box-shadow: 0 0px 4px rgba(0,0,0,0.1);
}
.guest_touch_them .guest_touch_them_0 .x2 {
  background:transparent;
  margin-bottom: 8px;
  padding:0 0 8px;
}
.guest_touch_them .guest_touch_them_0 .x1 {
    border: 0;
    padding: 0;
}
.chat-lyadi {
  padding:10px;
  background:#fff;
  border-radius:12px;
  position: relative;
  margin-bottom: 12px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.guest_touch_them .x7  {
  text-align: center;
  background:transparent;
  margin:0 0 8px 0;
  border:0;
  font-size: 16px;
  font-weight: 500;
}
.x00000 {
  padding:10px;
  display: block;
  border: solid 1px rgba(0,16,61,0.04);
  margin-bottom: 5px;
  border-radius:8px;
}
.x00000:last-child {
  margin-bottom: 0;
}
.x00000:hover {
  background-color: rgba(0,16,61,0.04);
}
.chat-lyadi_gi {
  box-shadow: 0 2px 6px 0 rgba(44, 61, 120, 0.07);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding: 8px;
}
.chat-lyadi_gi_3 {
  padding: 12px;
  padding-top: 0;
  border: 0;
}
.chat-lyadi_gi_4 {
  padding: 10px;
}
.chat-lyadi_gi_5 {
  padding: 0;
  padding-bottom:8px;
  background-color: transparent;
}
.chat-lyadi_gi_6 {
  margin-bottom:8px;
}
.PromoBlock__content {
  display: inline-block;
}
.PromoBlock__left {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
}

.chat-lyadi_gi.chat-lyadi_gi_6 > .x1 {
  border:solid 1px rgba(0,0,0,0.06);
  margin:5px 0;
  border-radius:10px;
}
.chat-lyadi_gi.chat-lyadi_gi_6 > .x1:last-child {
  margin-bottom: 0;
}
.chat-lyadi_gi.chat-lyadi_gi_6 > .x1:first-child {
  margin-top: 0;
}

.tw1ngo_stats {
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin: 4px 0 4px 0;
  border-radius:12px;
  border:1px solid #dcdcdc;
  display: inline-block;
  padding:10px 12px;
}
.tw1ngo_stats2 {
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin:4px 0 4px 0;
  border-radius:12px;
  border:1px solid #dcdcdc;
  padding:8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:4px;
  max-height: 20px;
  min-width: 28px;
}

/*****************************/

#wrapper  {
  float: left;
  position: relative;
  overflow: hidden;
  width: 0;
  display: block;
}






.l-sidebar {
  top: 0;
  left: 0;
  height: 100%;
  clip: rect(1px,1px,1px,1px);
  overflow:hidden;
  z-index: 80;
  background-color: #f7f4f2;
  -webkit-user-select:none;
  user-select: none;
  will-change: transform;
  contain: layout;
}



.l-sidebar_cnt {
  padding-left: env(safe-area-inset-left);
  box-shadow: 2px 0 3px rgba(0,0,0,.1);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.l-sidebar_header {
  position: relative;
  height: 48px;
  border-bottom: 1px solid rgba(131,102,86,0.12);
  background-color: #fff;
}
.l-sidebar_close, .l-sidebar_header_search {
  position: absolute;
  padding:12px;
  border-radius:8px;
  top: 0;
  bottom: 0;
  margin: 5px;
}
.l-sidebar_link {
  outline-offset: -2px;
}
.l-sidebar_close {
  left: 0;
}
.l-sidebar .fi {
  display: inline-block;
}
.highlight-block-color:hover, .highlight-block-color:active {
  background-color: rgba(131,102,86,0.12);
}
.l-sidebar_header_title {
  text-align: center;
  padding:12px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.l-sidebar_header .l-sidebar_header_search {
  right: 0;
}
.l-sidebar_link {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.highlight-block-color, .highlight-block-color-list li {
  transition:background-color .15s,opacity .15s;
}
.l-sidebar_header_logo {
  position: relative;
  height: 46px;
  border-bottom: 1px solid rgba(131,102,86,0.12);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-sidebar_header_logo .tics_u {
  width: 26px;
  height: 26px;
}
.l-sidebar_header_logo span {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: #3a5588;
}
.l-sidebar_header_logo_to {
  background:#3a5588;
  border-radius:50%;
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}
.l-sidebar_cnt ul, .l-sidebar_cnt li {
  list-style: none;
  margin:0;
  padding:0;
}
.l-sidebar_lst {
  background:#fff;
}
.l-sidebar_i.__profile {
  display: flex;
  align-items: center;
  position: relative;
}
.clickarea {
  display: block;
}
.clickarea {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-sidebar_profile_username {
  display: inline-block;
  flex: 1 1 auto;
  height: 50px;
  padding: 10px 12px;
  outline-offset: -2px;
  font-size: 0;
  min-width: 0;
  display: flex;
  justify-content: normal;
  align-items: center;
  width: 100%;
}
.l-sidebar_profile_img {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.l-sidebar_profile_img, .l-sidebar_profile_img .u-ava {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-ava {
  display: inline-block;
}
.u-ava_img {
  background-repeat: no-repeat;
  background-size: cover;
}
.u-ava .u-ava_img {
  border-radius: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: inherit;
}
.l-sidebar_profile_name {
  overflow:hidden;
}
.l-sidebar_profile_name_main, .l-sidebar_profile_name_secondary, .l-sidebar_top_i .fi_tx {
  max-width: 100%;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.l-sidebar_profile_name_main {
  max-height: 40px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
}
.l-sidebar_profile_name_secondary {
  margin-top: 4px;
  font-size: 13px;
  color: rgb(121, 122, 124);
}
.l-sidebar_profile_aside {
  padding:8px;
  border-radius:8px;
  font-size: 0;
  flex:0 0 auto;
  z-index: 5;
  margin-right: 5px;
}
.three-columns .l-sidebar_profile_aside {
  margin-right: 4px;
}
.l-sidebar_lst {
  background:#fff;
}
.l-sidebar_lst:not(.__top) {
  margin-top: 0;
}
.l-sidebar_lst.__main {
  padding:4px;
  font-size: 0;
}
.l-sidebar_top_i {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.l-sidebar_top_i .l-sidebar_link {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6px;
}
.l-sidebar .l-sidebar_grid-bg {
  position: relative;
  height: 76px;
  min-width: 0;
  width: 100%;
  margin:6px auto;
  border-radius:8px;
  background-color: #F7F4F2;
  transition:background-color .15s,opacity .15s;
}
.l-sidebar .fi {
  color: #2E2F33;
}
.l-sidebar_top_i:active .l-sidebar_grid-bg {
  opacity: .75;
}
.l-sidebar_top_i:hover .l-sidebar_grid-bg, .l-sidebar_top_i:active .l-sidebar_grid-bg {
  background-color: rgba(131,102,86,0.12);
}

.gbbl {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #2fb675;
  color: #fff;
}
.gbbl {
  min-width: 12px;
  padding:4px;
  border-radius:40px;
  background-image: none;
  line-height: 1;
}
.l-sidebar .gbbl {
  position: absolute;
  padding: 4px;
  box-shadow: 0 2px 4px rgba(131,102,86,0.12);
  font-size: 11px;
  line-height: 1;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
}
.l-sidebar_lst.__main .gbbl, .l-sidebar_lst.__main .gbbl.__pointer {
  top: 0;
  left: auto;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transform:translate(30%,-30%);
  transform: translate(30%,-30%);
  z-index: 1;
}
.l-sidebar_top_i .fi_tx {
  max-width: 100%;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.l-sidebar_top_i .fi_tx {
  display: block;
  padding:0 4px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  color: #2E2F33;
}
.l-sidebar_grid-bg .ICON_SVG_TW1NGO {
  margin-top: 16px;
}
.ICON_SVG_TW1NGO {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  flex: 0 0 24px;
  text-align: center;
  margin-right: 0;
  display: inline-block;
}
.l-sidebar_lst.__flat {
  padding: 4px 0;
}
.l-sidebar_lst.__flat .l-sidebar_link {
  display: flex;
  align-items: center;
  outline-offset: -2px;
}
.l-sidebar_lst.__flat .fi_tx {
  max-width: 100%;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.l-sidebar_lst.__flat .fi_tx {
  display: inline-block;
  padding: 12px 4px 12px 12px;
  color: #2e2f33;
}
.l-sidebar_lst.__flat .l-sidebar_link .fi_tx {
  flex: 1 1 auto;
}
.highlight-block-color-list li:active {
  opacity: .75;
}
.highlight-block-color-list li:hover {
  background-color: rgba(131,102,86,0.12);
}
.ICON_SVG_TW1NGO svg {
  color: #3a5588;
}








@media (min-width: 882px) {
  .l-sidebar_top_i .l-sidebar_link {
    padding:0 4px;
  }
  .l-sidebar_header {
    display: none;
  }
  .l-sidebar_profile_aside {
    display: none;
  }
}


@media (min-width: 882px) {
  #wrapper {
    width: 284px !important;
    height: auto;
    z-index: 10;
  }
  .two-columns-layout-content {
    position: relative;
  }
  .l-sidebar.__column {
    position: relative;
    clip: inherit;
    height: auto;
    top: auto;
    overflow:visible;
    float: left;
    left: 0;
    margin-right: -100%;
  }
  .portal .l-sidebar.__column {
    -webkit-transform:none !important;
    transform: none !important;
    transition:none;
  }
  .l-sidebar.__column .l-sidebar_cnt {
    height: 100%;
    box-shadow: none;
    width: 284px;
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #main_content_block.l-sidebar {
    float: left;
    margin-right: -100%;
    width: 100%;
    padding-left: 284px;
    box-sizing: border-box;
  }

}
.l-sidebar_link.fi svg {
  margin-left: 12px;
}
















/*****************************/



    /* Оверлей */
    .overlay_info {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.4);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 1000;
    }
    .overlay_info.open {
      opacity: 1;
      pointer-events: all;
    }

    /* Панель */
    .bottom-sheet {
      position: fixed;
      left: 0; right: 0; bottom: 0;
      background: #fff;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      transform: translateY(100%);
      transition: transform 0.3s ease-out;
      z-index: 1001;
    }
    .bottom-sheet.open {
      transform: translateY(0);
    }
    .sheet-handle {
      width: 40px; height: 4px;
      background: #ccc;
      border-radius: 2px;
      margin: 8px auto;
    }
    .sheet-menu {
      list-style: none;
      margin: 0;
      padding: 0 20px 20px;
    }
    .sheet-menu li + li {
      margin-top: 12px;
    }
    .sheet-menu a {
      display: block;
      text-decoration: none;
      color: #333;
      font-size: 16px;
      padding: 10px 0;
      transition: color .2s;
    }
    .sheet-menu a:hover {
      color: #0077ff;
    }
    


@media (max-width: 881px) {


#sidebar_wrap1 {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 272px;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
  background: #fff;
  z-index: 99999;
  box-shadow: 2px 0 20px rgba(0,0,0,0.09);
  overflow-y: auto;
  display: block;
}
body.openSidebar #sidebar_wrap {
  transform: translateX(0%);
}

}



.openSidebar #sidebarOverlay {
  opacity: 1;
  cursor: pointer;
  display: block;
  
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}



#toast {
  position: fixed;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: black;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  width: max-content;
  max-width: 400px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 111111 !important;
  box-shadow: 0 2px 6px 0 rgba(44, 61, 120, 0.07);
}


.game-alerts_UVVEEEDDDDOOOOMMM {
  background: #FFFFFF;
  margin: 8px;
  border-radius: 16px;
  font-size: 15px;
  box-shadow: 0 2px 6px 0 rgba(44, 61, 120, 0.07);
}
#content {
  display: block;
  overflow: hidden;
}
.lovim_poda {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  padding: 12px;
}
a.vers_sait_onl {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  height: 44px;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
  border-radius: 0 0 20px 20px;
  color: #3b5998;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px 10px;
  font-family: "VK Sans Display", -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
}
@media (max-width: 881px) {
  a.vers_sait_onl {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 44px;
    z-index: 999;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
    border-radius: 0 0 20px 20px;
  }
  div.vers_sait_onl {
    margin-top: 52px;
  }
}
@media (min-width: 882px) {
  .sidebar-inner .sidebar-logo {
    display: none;
  }
}    

@media (min-width: 882px) {
  #sidebar_wrap {
    position: relative;
    clip: inherit;
    height: auto;
    top: auto;
    overflow: visible;
    float: left;
    left: 0;
  }
}

@media (max-width: 881px) {
    #sidebar_wrap {
        position: fixed;
        visibility: hidden;
        z-index: 9999;
    }
}






/* Основной контейнер-уведомление */
.catch2026-toast-wrapper {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 420px;
  z-index: 1112;
  animation: toastIn 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

/* Эффект матового стекла и дизайн */
.build_tw1ngo_2026-1  {
  display: block;
  text-decoration: none;
  background: url(/files/png/333.png) repeat;
    background-size: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 15px;
  position: relative;
  color: #2c3e50;
  transition: all 0.2s ease;
  background-size: cover;
  opacity: 0.97;
}

/* Кнопка закрытия (крестик) */
.toast2026-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    color: #888;
    line-height: 1;
}
.toast2026-close-btn:hover { background: rgba(0, 0, 0, 0.1); color: #333; }

/* Внутренняя структура */
.build_tw1ngo_2026-2 { display: flex; align-items: center; gap: 12px; }

.build_tw1ngo_2026-3 {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.build_tw1ngo_2026-3 img { max-width: 38px; max-height: 38px; }
.lovim_poda_glass {
  display: block;
  text-decoration: none;
  background: url(/files/png/333.png) repeat;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 15px;
  position: relative;
  color: #2c3e50;
  transition: all 0.2s ease;
  background-size: cover;
  opacity: 0.97;
}

/* Эффект мерцания внутри */
.lovim_poda_glass::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    animation: giftFlash 3s infinite;
}
.gift2026-icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ff4757, #ff6b81);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.3);
    animation: giftShake 2.5s infinite;
}
/* Контейнер для добычи */
.animal2026-toast-wrapper {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 420px;
  z-index: 1112;
  animation: toastIn 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Стеклянный фон с зеленым оттенком */
.lovim_animal_glass  {
  display: block;
  text-decoration: none;
  background: url(/files/png/333.png) repeat;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 15px;
  position: relative;
  color: #2c3e50;
  transition: all 0.2s ease;
  background-size: cover;
  opacity: 0.97;
}

/* Иконка зверя (другой цвет фона) */
.animal-icon-box {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2ed573 0%, #7bed9f 100%); /* Зеленый градиент */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(46, 213, 115, 0.3);
    color: white;
    animation: animalJump 3s infinite ease-in-out;
}

@keyframes animalJump {
    0%, 100% { transform: translateY(0); }
    10% { transform: translateY(-5px) scaleY(0.9); }
    20% { transform: translateY(0) scaleY(1); }
}
@keyframes giftShake {
    0%, 100% { transform: scale(1); }
    10%, 20% { transform: scale(0.9) rotate(-8deg); }
    30%, 50%, 70% { transform: scale(1.1) rotate(8deg); }
    40%, 60% { transform: scale(1.1) rotate(-8deg); }
    80% { transform: scale(1) rotate(0); }
}
/* Анимации */
@keyframes toastIn {
    from { opacity: 0; transform: translate(-50%, -40px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes toastOut {
    from { opacity: 1; transform: translate(-50%, 0); }
    to { opacity: 0; transform: translate(-50%, -40px); }
}

[data-ripple] {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
.header__right_action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 40px;
    margin-left: auto;
}


.vk_friends_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.vk_friends_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.vk_main_text {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}
.vk_subtext_gray {
    font-size: 13px;
    color: #818c99;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vk_subtext_green {
    font-size: 13px;
    color: #4bb34b;
    font-weight: 500;
}
.vk_avatars_group {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.vk_avatar_item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    margin-left: -8px;
    position: relative;
}
.vk_avatar_item:first-child {
    margin-left: 0;
    z-index: 3;
}
.vk_avatar_item:nth-child(2) { z-index: 2; }
.vk_avatar_item:nth-child(3) { z-index: 1; }

.label-card-images_icon {
    margin-left: 8px;
    opacity: 0.4;
}