/** Default styles **/
@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #344a5e;
  background-color: #f4f4f4;
  padding-top: 0;
}

p {
  margin: 0;
}

.all_body {
    min-height: 90.9vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.scrollex::-webkit-scrollbar {
  display: none;
}

.container {
  margin-right: unset;
  margin-left: unset;
}

@media (min-width: 768px){
  .container {
    margin-right: auto;
    margin-left: auto;
  }
}

.page-header {
    font-size: 25px;
    font-weight: 700;
    border-bottom: none;
}

.page-header.full-title {
    padding-left: 0px;
    position: relative;
}

.page-header.full-title span {
    color: #8c8c8c;
}

.page-header h1, .page-header h2, .page-header .ptitle {
    font-size: 25px;
    font-weight: 700;
}

.page-header.full-title span a {
    color: #8c8c8c;
}

.page-header.full-title span a:hover {
    color: #165d8a;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -23px;
}

.offer {
  border: 1px solid #ddd;
  background-color: white;
  margin-top: none;
  padding: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
}
@media screen and (min-width: 700px) {
  .col-xs-12.col-sm-6 {width: 100% !important;}
  .col-xs-12.col-sm-6 .img-wrapper {width: 300px; float: left; height: 200px;}
  .col-xs-12.col-sm-6 .thumbnail .caption {padding: 9px 0 0 315px;}
  .col-xs-12.col-sm-6 .short-foot {height: 39px;}
  .col-xs-12.col-sm-6 .price {top: 175px;}
}

.img-wrapper {
    height: 260px;
    overflow: hidden;
}

.img-wrapper.rand-img {
    height: 140px;
}

.img-wrapper img {
    width: 100%;
}

@media (min-width: 768px){
  .img-wrapper, .col-sm-6 .img-wrapper {height:160px;}
  .col-sm-6 { width: 33.33333333%;}
}

@media (max-width: 470px){
  .img-wrapper, .col-sm-6 .img-wrapper {height:160px;}
}

@media (max-width: 400px) {
  .img-wrapper {height:200px;}
  .price {top: 150px;}
}

.caption > a h3, .caption > a h2{
  font-size:19px;
  line-height: 25px;
  color:#000;
  font-weight: 700;
}
.caption a h4 {
  font-size:18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color:#000;
}

.head {
    overflow: hidden;
    margin-bottom: 30px;
}

.head-left {
    float: left;
}

.head-right {
    float: right;
}

.head_name {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .head_name {
    width: 74%;
  } 
}

@media screen and (max-width: 745px) {
  .head_name {
    width: 65%;
  } 
}

.head_name2 {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .head_name {
    width: 64%;
  } 
}

@media screen and (max-width: 745px) {
  .head_name {
    width: 55%;
  } 
}

.title_wand {
  font-size: 19px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
}

.price_wand {
  font-weight: 600;
    color: black;
    font-size: 16px;
}

.short-foot {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.short-foot {
    font-size:15px;
    color:#7D7D7D;
    background:#fafafa;
    border-radius:3px;
    padding:5px 15px;
    margin:15px 0;
}

.short-foot2 {
  line-height: 26px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.short-foot .short-foot-info li {
    position: relative;
    display: inline-block;
}

.rate-box {float:right;}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.sdate {
    line-height: 31px;
    color: #929292;
}

.button-link {
    background-color: #00A1A3;
}

.button-link:hover {
  box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
  color: #fff;
}

.b-goods-f-price {
  margin-bottom: 10px;
  text-align: center;
}

.b-goods-f-price__header {
    padding: 15px 10px 15px 0;
    color: #fff;
}

.bg-secondary{
    background-color: #56b68b !important;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.b-goods-f-price__main {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
}

.offer-sidebar__box {
  margin-bottom: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  padding: 10px;
}

.offer-user__details {
    display: flex;
}

.offer-user__photo {
    margin-right: 10px;
}

.offer-user__image {
    border-radius: 50%;
    box-sizing: border-box;
    background-size: 100%;
    text-align: center;
    overflow: hidden;
}

.offer-user__actions {
    min-width: 0;
    flex: 1;
    margin-top: -10px;
}

.offer-user__actions a {
    color: #002F34;
    font-weight: 800;
    font-size: 16px;
}

.offer-user__details .user-since {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.29;
    color: #7f9799;
}

.ratingzero {
    color: #6c838e;
}

.pm-author {
    display: block;
    font-size: 20px;
    padding: 8px 15px;
    background: #fff;
    color: #039ad3;
    clear: both;
    margin: 15px 0;
    text-align: center;
    border: 1px solid #039ad3;
}

#phone2 span, .pm-author {
    font-size: 17px !important;
}

.contact_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: inset 0 0 0 8px #ffac44;
    -moz-box-shadow: inset 0 0 0 8px #ffac44;
    -ms-box-shadow: inset 0 0 0 8px #ffac44;
    -o-box-shadow: inset 0 0 0 8px #ffac44;
    box-shadow: inset 0 0 0 8px #ffac44;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    color: #fff;
    background: #ffac44 !important;
    border: none;
    word-wrap: break-word;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.contact_button_VK {
    border-radius: 4px;
    color: #fff;
    background: #4c75a3 !important;
    -webkit-box-shadow: inset 0 0 0 8px #4A76A8;
    -moz-box-shadow: inset 0 0 0 8px #4A76A8;
    -ms-box-shadow: inset 0 0 0 8px #4A76A8;
    -o-box-shadow: inset 0 0 0 8px #4A76A8;
    box-shadow: inset 0 0 0 8px #4A76A8;
    margin-bottom: 10px;
}

.contact_button_VK:hover {
    background: #4c75a3 !important;
  color: #fff;
}

.item-view-block {
    padding: 20px 0;
    font-size: 16px;
    border-top: 1px solid #e1e1e1;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #e2b71c;
}

.item-params {
  font-size: 16px;
  line-height: 25px;
}

.item-params-list {
  margin-bottom: -8px;
  line-height: 20px;
}
@media (min-width: 767px) {
  .item-params-list {
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
  }
}
.item-params-list-item {
  min-width: 260px;
  padding-bottom: 8px;
  font-size: 16px;
  page-break-inside: avoid;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-header {
    text-align: right;
    font-weight: bold;
}

.icon-circle {
    background-color: #00A1A3;
}

.navbar-default {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 40%);
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #ededed;
}

.navbar-default .navbar-brand {
    color: #ebebeb;
    outline: none;
    font-size: 1.8em;
    font-weight: bold;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-brand>img {
    display: block;
    height: 30px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ededed;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #344a5e;
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #455463;
}

.navbar-default .navbar-toggle {
    border-color: #455463;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-right .dropdown-menu>li>a {
    color: #ededed;
}

.navbar-right .dropdown-menu>li>a:hover {
    background: #455463;
    color: #ededed;
}

.navbar-right .dropdown-menu .divider {
    background-color: #46515d;
}

@media (max-width: 767px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #fff;
  }
}

.irs--flat .irs-bar { background-color: #00A1A3; }
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single { background-color: #00A1A3; }
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before { border-top-color: #00A1A3; }
.irs--flat .irs-handle>i:first-child { background-color: #00A1A3; }

.active-table {
    background-color: #00A1A3;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);
    color: #ededed;
}

.header__main {
  min-height: 60px;
  padding: 0;
}


.account-info__corner {
    display: inline-block;
    position: relative;
    max-width: 130px;
}

.account-info__corner::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 6px;
  top: 4px;
  right: -10px;
  background: transparent var(--isp-icon-corner-profile) no-repeat 0 0;
}

.isp-icon {
  display: inline-block;
  background: transparent no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.isp-icon_lifebuoy {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-lifebuoy);
}

.isp-dropdown {
  position: absolute;
  width: auto;
  max-width: 1180px;
  font-size: 14px;
  color: #344a5e;
  background: #ffffff;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  text-align: left;
  box-shadow: 0 10px 14px 0 rgb(0 0 0 / 40%);
  white-space: nowrap;
  cursor: default;
  z-index: 999;
}

.isp-client-code {
  font-size: 0.8571428571em;
  color: #9b9b9b;
}

.isp-account-info__client-code {
    margin: 10px 20px;
}

.isp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.isp-button {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 15px;
  margin: 0;
  color: #ffffff;
  line-height: 1.29em;
  background: #0279c0;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 40%);
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.isp-button_theme_yellow {
  color: #344a5e;
  background: #f8e71c;
  border-radius: 3px;
  border: none;
}

.isp-finance-widget__add-funds {
    margin-top: 20px;
}

.isp-account-info__fill-account-button {
  margin-bottom: 10px;
  margin-left: 20px;
}

.isp-account-info__menu {
  margin-bottom: 10px;
}

.isp-menu__separator {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #d9d9d9;
}

.isp-menu__item {
  display: block;
}
.isp-menu__item:not(:last-child) {
  margin-bottom: 10px;
}
.isp-menu__item_is_separate {
  margin-top: 20px;
}

.isp-menu__link {
  padding: 0;
  display: inline-block;
  color: #344a5e;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.isp-menu__link:focus, .isp-menu__link:active {
  color: #344a5e;
}
.isp-menu__link:hover {
  color: #E44592;
}

.isp-dropdown__triangle {
  position: absolute;
  width: 28px;
  height: 20px;
  top: -20px;
  left: 10px;
  overflow: hidden;
}
.isp-dropdown__triangle::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: -10px;
  left: 4px;
  transform: rotate(45deg);
  background: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.4);
}

.isp-account-info__menu .isp-menu__item {
  margin-left: 20px;
  margin-right: 20px;
}

.isp-dropdown__content {
    padding: 20px;
}

.isp-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.isp-menu_theme_icon .isp-menu__item {
    margin-bottom: 0;
}

.isp-menu__icon {
    position: relative;
}

.isp-menu_theme_icon .isp-menu__link {
    margin: 5px 0;
}

.isp-menu__icon::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: transparent no-repeat 0 0;
    background-size: contain;
}



.isp-menu_theme_icon .isp-menu__icon::before {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    background-position: center;
    background-size: auto;
    vertical-align: middle;
}

.wap{
  display: block;
}
.web{
  display:none;
}
@media (min-width: 768px) {
  .wap{
    display: none;
  }
  .web{
    display: block;
  }
  .navbar-brand>img {
    height: 37px;
  }
}

.scrollex {
  overflow-y: scroll;
}

.isp-menu__link {
  padding: 0;
  display: inline-block;
  color: #344a5e;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.isp-menu__link_active {
  cursor: default;
}

.isp-menu__link_front {
    color: #344a5e;
}

.isp-menu__link_active {
    position: relative;
}

.isp-menu__link_active::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 26px;
  left: 0;
  border-bottom: solid 3px;
  z-index: 1;
}
.isp-header__menu .isp-menu__link_front::after {
    border-bottom-color: #ffffff;
}

.proff-dashboard-widget__header {
  height: 40px;
  padding: 7px 20px 13px 20px;
  align-items: baseline;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #344a5e;
  display: flex;
  justify-content: space-between;
  border: none;
}

.proff-dashboard-widget__title {
  color: #ffffff;
  font-weight: 500;
  font-size:1.2857142857em;
}

.proff-link {
  padding: 0;
  text-decoration: none;
  border: none;
  background-color: transparent;
  text-align: left;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease;
  color: #0279c0;
}

.proff-link_place_widget, .proff-link_place_widget:hover, .proff-link_place_widget:focus, .proff-link_place_widget:active {
    color: #ffffff;
}

.proff-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  line-height: 1em;
}

.proff-table_body {
  display: table-row-group;
  background-color: #ffffff;
}

.proff-table_tr {
  display: table-row;
  vertical-align: inherit;
  border-bottom: 1px solid #d9d9d9;
}

.proff-table_td {
  display: table-cell;
  position: relative;
  padding-top: 21px;
  padding-bottom: 15px;
  padding-right: 20px;
  height: 70px;
  width: 220px;
  max-width: 220px;
}

.proff-table_td:first-child {
  padding-left: 20px;
}

.isp-link_color_white, .isp-link_color_white:hover, .isp-link_color_white:focus, .isp-link_color_white:active {
  color: #ffffff;
  border-color: #ffffff;
}

.ips-link_color_nobel, .ips-link_color_nobel:hover, .ips-link_color_nobel:focus, .ips-link_color_nobel:active {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

.isp-link_theme_info, .isp-link_theme_info:hover, .isp-link_theme_info:focus, .isp-link_theme_info:active {
  color: #f8e71c;
  border-color: #f8e71c;
}

.isp-link_theme_success, .isp-link_theme_success:hover, .isp-link_theme_success:focus, .isp-link_theme_success:active {
  color: #30ba9a;
  border-color: #30ba9a;
}

.isp-link_theme_muted, .isp-link_theme_muted:hover, .isp-link_theme_muted:focus, .isp-link_theme_muted:active {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

.isp-link_theme_alert, .isp-link_theme_alert:hover, .isp-link_theme_alert:focus, .isp-link_theme_alert:active {
  color: #E44592;
  border-color: #E44592;
}

.proff-page__header {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.proff-page__title {
    font-size: 1.7857142857em;
    font-weight: 500;
}

/* -- switcher -- */
.proff-switch_page__content {
  padding: 20px;
  background-color: #ffffff;
}
.proff-switch_list_theme_inline {
  white-space: nowrap;
  justify-content: space-between;
  display: flex;
}
.proff-switch_list__item {
  position: relative;
  margin: 0;
  display: inline-block;
  margin-right: 20px;
}
.proff-switcher {
  overflow: hidden;
  display: inline-grid;
  grid-auto-flow: column;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  vertical-align: middle;
}
.proff-text_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.proff-switcher__option {
  display: inline-block;
  padding: 6px 10px;
  color: #344a5e;
  border: none;
  background: #ffffff;
  cursor: pointer;
  outline: none;
  line-height: 1.2em;
  transition: background-color 0.2s ease;
}
.proff-switcher__option:not(:first-of-type) {
  border-left: solid 1px #d9d9d9;
}
.proff-switcher__option_active {
  background: #fffabb !important;
}
.proff-switcher__option_disabled {
  background: #f4f4f4 !important;
  cursor: not-allowed !important;
}
.proff-switcher__option_active-disabled {
  background: #d9d9d9 !important;
  cursor: not-allowed !important;
}
/* -- END switcher -- */
/* -- table -- */
.proff-table_all {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.4em;
  background-color: #ffffff;
}
.proff-table_thead {
  background-color: #344a5e;
  color: #ffffff;
  border-bottom: none;
}
.proff-table_thead_td {
  white-space: nowrap;
  padding: 0;
  font-weight: 400;
  height: 40px;
  padding-top: 3px;
  font-size: 0.8571428571em;
  text-align: left;
  width: 130px;
  max-width: 130px;
  padding-right: 20px;
}
.proff-table_thead_td:first-child {
  padding-left: 20px;
  border-top-left-radius: 5px;
}
.proff-table_thead_td:last-child {
  border-top-right-radius: 5px;
}
.proff-table_tbody_tr {
  border-bottom: solid 1px #d9d9d9;
}
.proff-table_tbody_td {
  height: 70px;
  width: 130px;
  max-width: 130px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 15px;
}
.proff-table_tbody_td:first-child {
  padding-left: 20px;
}
.proff-table_tfoot_td {
  height: 50px;
  padding-left: 20px;
}
@media (min-width: 768px){
  .table-responsive {
    overflow-x: unset;
  }
}
/* -- END table -- */
/* -- order_info -- */
.proff-order_info_header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #344a5e;
  border-bottom: none;
  display: block;
  position: relative;
  padding: 12px 20px 0 20px;
  #height: 120px;
}
.proff-order_info_header_breadcrumbs {
  margin-bottom: 15px;
  font-size: 0.8571428571em;
  color: #9b9b9b;
}
.proff-order_info_header_title {
  font-size: 1.7857142857em;
  color: #ffffff;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  padding-right: 60px;
}
.proff-order_info_header_info {
  line-height: 30px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.proff-order_info_header_item {
  margin-right: 16px;
  display: inline-block;
}
.proff-order_info_header_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 4;
}
.proff-order_info_header_close_icon:before {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: -2px;
  right: 6px;
  display: block;
  width: 2px;
  height: 19px;
  border-radius: 3px;
  background-color: #d9d9d9;
}
.proff-order_info_header_close_icon:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: -2px;
  right: 6px;
  display: block;
  width: 2px;
  height: 19px;
  border-radius: 3px;
  background-color: #d9d9d9;
}
.proff-order_info_content {
  background-color: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  #display: inline-block;
  #justify-content: flex-start;
}
.proff-order_info_content_item {
  display: block;
  margin-bottom: 0;
}
.proff-order_info_content_item_href {
  padding: 0;
  display: inline-block;
  color: #344a5e;
  line-height: 1em;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 5px 0;
}
.proff-order_info_content_item_href:hover {
  color: #E44592;
}
.proff-order_info_content_item_href::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: transparent no-repeat 0 0;
  background-size: auto;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 50%;
  background-position: center;
  vertical-align: middle;
}
.proff-order_info_content_item_href_active {
  cursor: default;
  font-weight: 700;
}
.proff-order_info_content_item_href_active::before {
    background-color: #f8e71c;
}
.proff-order_info_content_group {
  margin-bottom: 25px;
}
.proff-order_info_content_title {
  font-size: 1.2857142857em;
  font-weight: 700;
  padding-top: 5px;
}
@media (min-width: 768px){
  .proff-order_info_header {
    height: 120px;
  }
  .proff-order_info_content {
    display: flex;
    justify-content: flex-start;
  }
}
/* -- END order_info -- */

.isp-icon {
  display: inline-block;
  background: transparent no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
.isp-icon_type_muted {
  opacity: 0.3;
  filter: grayscale(100%);
}
.isp-icon_lens {
  width: 18px;
  height: 18px;
  background-image: var(--isp-icon-search);
}
.isp-icon_notebook {
  width: 16px;
  height: 18px;
  background-image: var(--isp-icon-notebook);
}
.isp-icon_lifebuoy {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-lifebuoy);
}
.isp-icon_g-plus {
  width: 31px;
  height: 30px;
  background-image: url(/manimg/client/img/g-plus-icon.svg);
}
.isp-icon_facebook {
  width: 30px;
  height: 30px;
  background-image: url(/manimg/client/img/facebook-icon.svg);
}
.isp-icon_vk {
  width: 30px;
  height: 30px;
  background-image: url(/manimg/client/img/vk-icon.svg);
}
.isp-icon_droid {
  width: 66px;
  height: 66px;
  background-image: url(/manimg/client/img/droid-icon.svg);
}
.isp-icon_droid_info {
  width: 60px;
  height: 40px;
  background-image: url(/manimg/client/img/droid-info-icon.svg);
}
.isp-icon_close {
  width: 8px;
  height: 8px;
  background-image: url(/manimg/client/img/close-icon.svg);
}
.isp-icon_trash {
  width: 14px;
  height: 19px;
  margin-top: -3px;
  margin-right: 4px;
  background-image: var(--isp-icon-trash);
}
.isp-icon_repeat {
  width: 20px;
  height: 18px;
  background-image: url(/manimg/client/img/repeat-icon.svg);
}
.isp-icon_document {
  width: 16px;
  height: 16px;
  background-image: url(/manimg/client/img/document-icon.svg);
}
.isp-icon_download {
  width: 16px;
  height: 17px;
  background-image: var(--isp-icon-download);
}
.isp-icon_print {
  width: 16px;
  height: 18px;
  background-image: var(--isp-icon-print);
}
.isp-icon_corner {
  width: 8px;
  height: 6px;
  background-image: var(--isp-icon-corner);
}
.isp-icon_cash {
  width: 16px;
  height: 16px;
  background-image: var(--isp-icon-cash-support);
}
.isp-icon_like {
  width: 10px;
  height: 10px;
  background-image: url(/manimg/client/img/like-icon.svg);
}
.isp-icon_dislike {
  width: 10px;
  height: 10px;
  background-image: url(/manimg/client/img/dislike-icon.svg);
}
.isp-icon_file {
  width: 16px;
  height: 20px;
  background-image: var(--isp-icon-file);
}
.isp-icon_cash-yellow {
  width: 15px;
  height: 15px;
  background-image: var(--isp-icon-cash-yellow);
}
.isp-icon_clip {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-clip);
}
.isp-icon_sandwich {
  width: 12px;
  height: 8px;
  background-image: var(--isp-icon-sandwich);
}
.isp-icon_sandwich_white {
  background-image: url(/manimg/client/img/sandwich_white-icon.svg);
}
.isp-icon_kebab {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-kebab);
}
.isp-icon_kebab-darktheme {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-kebab-darktheme);
}
.isp-icon_go-out {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background-image: url(/manimg/client/img/go-out-icon.svg);
}
.isp-icon_trash-gray {
  width: 14px;
  height: 18px;
  margin-right: 3px;
  background-image: var(--isp-icon-trash-gray);
}
.isp-icon_license {
  width: 17px;
  height: 18px;
  background-image: var(--isp-icon-license);
}
.isp-icon_barcode {
  width: 20px;
  height: 18px;
  background-image: var(--isp-icon-barcode);
}
.isp-icon_clock {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-clock);
}
.isp-icon_agreement {
  width: 18px;
  height: 18px;
  background-image: var(--isp-icon-agreement);
}
.isp-icon_puzzle {
  width: 17px;
  height: 23px;
  background-image: var(--isp-icon-puzzle);
}
.isp-icon_faq {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: var(--isp-image-faq-logo);
}
.isp-icon_done {
  width: 20px;
  height: 17px;
  background-image: var(--isp-icon-done);
}
.isp-icon_done-small {
  width: 10px;
  height: 10px;
  background-image: var(--isp-icon-done);
}
.isp-icon_go-out-white {
  width: 15px;
  height: 15px;
  background-image: url(/manimg/client/img/go-out-white-icon.svg);
}
.isp-icon_cart {
  width: 20px;
  height: 17px;
  background-image: var(--isp-icon-cart);
}
.isp-icon_cart_notify {
  background-image: var(--isp-icon-cart-notify);
}
.isp-icon_euro {
  width: 16px;
  height: 16px;
  background-image: var(--isp-icon-euro);
}
.isp-icon_dollar {
  width: 16px;
  height: 16px;
  background-image: var(--isp-icon-dollar);
}
.isp-icon_copy {
  width: 10px;
  height: 13px;
  background-image: url(/manimg/client/img/copy-icon.svg);
}
.isp-icon_ruble {
  width: 7px;
  height: 9px;
  background-image: var(--isp-icon-ruble);
}
.isp-icon_question {
  width: 16px;
  height: 16px;
  background-image: url(/manimg/client/img/question-icon.svg);
}
.isp-icon_autoprolong {
  width: 23px;
  height: 23px;
  background-position: center;
  background-image: var(--isp-icon-autoprolong);
}
.isp-icon_autoprolong-off {
  width: 23px;
  height: 23px;
  background-position: center;
  background-image: var(--isp-icon-autoprolong-off);
}
.isp-icon_autoprolong-pending {
  width: 23px;
  height: 23px;
  background-position: center;
  pointer-events: none;
  background-image: var(--isp-icon-autoprolong-pending);
}
.isp-icon_autoprolong-off-pending {
  width: 23px;
  height: 23px;
  background-position: center;
  pointer-events: none;
  background-image: var(--isp-icon-autoprolong-off-pending);
}
.isp-icon_autoprolong-turn-off {
  width: 16px;
  height: 12px;
  background-image: var(--isp-icon-autoprolong-turn-off);
}
.isp-icon_autoprolong-change {
  width: 16px;
  height: 12px;
  background-image: var(--isp-icon-autoprolong-change);
}
.isp-icon_scheduledclose {
  width: 23px;
  height: 23px;
  background-position: center;
  background-image: var(--isp-icon-scheduledclose);
}
.isp-icon_bell {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-link-bell);
}
.isp-icon_send {
  width: 40px;
  height: 40px;
  background-image: var(--isp-icon-send);
}
.isp-icon_quotation {
  width: 23px;
  height: 22px;
  background-image: var(--isp-icon-quotation);
}
.isp-icon_bot {
  width: 40px;
  height: 40px;
  background-image: url(/manimg/client/img/bot-icon.svg);
}
.isp-icon_remove-file {
  width: 15px;
  height: 15px;
  background-image: var(--isp-icon-remove-file);
}
.isp-icon_calendar {
  width: 15px;
  height: 16px;
  object-fit: contain;
  background-image: var(--isp-icon-calendar);
}
.isp-icon_calendar-date-range {
  margin-top: -2px;
  margin-right: 7px;
}
.isp-icon_yes {
  width: 14px;
  height: 14px;
  background-image: var(--isp-icon-yes);
}
.isp-icon_yes_item-list {
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}
.isp-icon_no {
  width: 14px;
  height: 14px;
  background-image: var(--isp-icon-no);
}
.isp-icon_no_item-list {
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}
.isp-icon_config {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-config);
}
.isp-icon_stats {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-stats);
}
.isp-icon_kvm {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-kvm);
}
.isp-icon_ip {
  width: 20px;
  height: 21px;
  background-image: var(--isp-icon-ip);
}
.isp-icon_manual {
  width: 17px;
  height: 18px;
  background-image: var(--isp-icon-manual);
}
.isp-icon_attention {
  width: 23px;
  height: 23px;
  background-position: center;
  background-image: var(--isp-icon-attention);
}
.isp-icon_ram {
  width: 20px;
  height: 12px;
  background-image: var(--isp-icon-ram);
}
.isp-icon_cpu {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-cpu);
}
.isp-icon_hdd {
  width: 15px;
  height: 18px;
  background-image: var(--isp-icon-hdd);
}
.isp-icon_ipmi {
  width: 17px;
  height: 17px;
  background-image: var(--isp-icon-ipmi);
}
.isp-icon_copy-2 {
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-copy-2);
}

.isp-icon_cursor_default {
  cursor: default;
}

.isp-menu__icon {
  position: relative;
}
.isp-menu__icon::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: transparent no-repeat 0 0;
  background-size: contain;
}
.isp-menu__icon_type_autoprolong::before {
  background-image: var(--isp-icon-autoprolong);
}
.isp-menu__icon_type_autoprolong-change::before {
  background-image: var(--isp-icon-autoprolong-change);
}
.isp-menu__icon_type_autoprolong-turn-off::before {
  background-image: var(--isp-icon-autoprolong-turn-off);
}
.isp-menu__icon_type_notebook {
  padding-left: 21px;
}
.isp-menu__icon_type_notebook::before {
  display: block;
  width: 16px;
  height: 18px;
  background-image: var(--isp-icon-notebook);
}
.isp-menu__icon_type_notebook {
  padding-left: 21px;
}
.isp-menu__icon_type_notebook::before {
  display: block;
  width: 16px;
  height: 18px;
  background-image: var(--isp-icon-notebook);
}
.isp-menu__icon_type_lifebuoy {
  padding-left: 25px;
}
.isp-menu__icon_type_lifebuoy::before {
  display: block;
  width: 20px;
  height: 20px;
  background-image: var(--isp-icon-lifebuoy);
}
.isp-menu__icon_type_bell::before {
  background-image: var(--isp-icon-link-bell);
}
.isp-menu__icon_type_bell-profile::before {
  background-image: var(--isp-icon-link-bell-profile);
}
.isp-menu__icon_type_confide::before {
  background-image: var(--isp-icon-confide);
}
.isp-menu__icon_type_confide-darktheme::before {
  background-image: var(--isp-icon-confide-darktheme);
}
.isp-menu__icon_type_facebook::before {
  background-image: url(/manimg/client/img/link-facebook-icon.svg);
}
.isp-menu__icon_type_password::before {
  background-image: var(--isp-icon-link-password);
}
.isp-menu__icon_type_password-darktheme::before {
  background-image: var(--isp-icon-link-password-darktheme);
}
.isp-menu__icon_type_settings::before {
  background-image: var(--isp-icon-link-settings);
}
.isp-menu__icon_type_settings-darktheme::before {
  background-image: var(--isp-icon-link-settings-darktheme);
}
.isp-menu__icon_type_card::before {
  background-image: var(--isp-icon-link-card);
}
.isp-menu__icon_type_user::before {
  background-image: var(--isp-icon-link-user);
}
.isp-menu__icon_type_user-darktheme::before {
  background-image: var(--isp-icon-link-user-darktheme);
}
.isp-menu__icon_type_puzzle::before {
  background-image: var(--isp-icon-puzzle);
}
.isp-menu__icon_type_puzzle-darktheme::before {
  background-image: var(--isp-icon-puzzle-darktheme);
}
.isp-menu__icon_type_barcode::before {
  background-image: var(--isp-icon-barcode);
}
.isp-menu__icon_type_barcode-darktheme::before {
  background-image: var(--isp-icon-barcode-darktheme);
}
.isp-menu__icon_type_agreement::before {
  background-image: var(--isp-icon-agreement);
}
.isp-menu__icon_type_agreement-darktheme::before {
  background-image: var(--isp-icon-agreement-darktheme);
}
.isp-menu__icon_type_clock::before {
  background-image: var(--isp-icon-clock);
}
.isp-menu__icon_type_clock-darktheme::before {
  background-image: var(--isp-icon-clock-darktheme);
}
.isp-menu__icon_type_license::before {
  background-image: var(--isp-icon-license);
}
.isp-menu__icon_type_license-darktheme::before {
  background-image: var(--isp-icon-license-darktheme);
}
.isp-menu__icon_type_trash::before {
  background-image: var(--isp-icon-trash-server);
}
.isp-menu__icon_type_trash-darktheme::before {
  background-image: var(--isp-icon-trash-server-darktheme);
}
.isp-menu__icon_type_trash-gray::before {
  background-image: var(--isp-icon-trash-gray);
}
.isp-menu__icon_type_info::before {
  background-image: var(--isp-icon-link-info);
}
.isp-menu__icon_type_info-darktheme::before {
  background-image: var(--isp-icon-link-info-darktheme);
}
.isp-menu__icon_type_key::before {
  background-image: var(--isp-icon-link-key);
}
.isp-menu__icon_type_key-darktheme::before {
  background-image: var(--isp-icon-link-key-darktheme);
}
.isp-menu__icon_type_regenerate::before {
  background-image: var(--isp-icon-link-regenerate);
}
.isp-menu__icon_type_regenerate-darktheme::before {
  background-image: var(--isp-icon-link-regenerate-darktheme);
}
.isp-menu__icon_type_config::before {
  background-image: var(--isp-icon-config);
}
.isp-menu__icon_type_config-darktheme::before {
  background-image: var(--isp-icon-config-darktheme);
}
.isp-menu__icon_type_stats::before {
  background-image: var(--isp-icon-stats);
}
.isp-menu__icon_type_stats-darktheme::before {
  background-image: var(--isp-icon-stats-darktheme);
}
.isp-menu__icon_type_kvm::before {
  background-image: var(--isp-icon-kvm);
}
.isp-menu__icon_type_kvm-darktheme::before {
  background-image: var(--isp-icon-kvm-darktheme);
}
.isp-menu__icon_type_ip::before {
  background-image: var(--isp-icon-ip);
}
.isp-menu__icon_type_ip-darktheme::before {
  background-image: var(--isp-icon-ip-darktheme);
}
.isp-menu__icon_type_kebab::before {
  background-image: var(--isp-icon-kebab);
}
.isp-menu__icon_type_kebab-darktheme::before {
  background-image: var(--isp-icon-kebab-darktheme);
}
.isp-menu__icon_type_manual::before {
  background-image: var(--isp-icon-manual);
}
.isp-menu__icon_type_manual-darktheme::before {
  background-image: var(--isp-icon-manual-darktheme);
}
.isp-menu__icon_type_dedic_on::before {
  background-image: var(--isp-icon-dedic_on);
}
.isp-menu__icon_type_dedic_on-darktheme::before {
  background-image: var(--isp-icon-dedic_on-darktheme);
}
.isp-menu__icon_type_dedic_off::before {
  background-image: var(--isp-icon-dedic_off);
}
.isp-menu__icon_type_dedic_off-darktheme::before {
  background-image: var(--isp-icon-dedic_off-darktheme);
}
.isp-menu__icon_type_service_start::before {
  background-image: var(--isp-icon-service_start);
}
.isp-menu__icon_type_service_start-darktheme::before {
  background-image: var(--isp-icon-service_start-darktheme);
}
.isp-menu__icon_type_service_stop::before {
  background-image: var(--isp-icon-service_stop);
}
.isp-menu__icon_type_service_stop-darktheme::before {
  background-image: var(--isp-icon-service_stop-darktheme);
}
.isp-menu__icon_type_rubles::before {
  background-image: var(--isp-icon-rubles);
}
.isp-menu__icon_type_rubles-darktheme::before {
  background-image: var(--isp-icon-rubles-darktheme);
}
.isp-menu__icon_type_service_reboot::before {
  background-image: var(--isp-icon-service_reboot);
}
.isp-menu__icon_type_service_reboot-darktheme::before {
  background-image: var(--isp-icon-service_reboot-darktheme);
}
.isp-menu__icon_type_console::before {
  background-image: var(--isp-icon-console);
}
.isp-menu__icon_type_console-darktheme::before {
  background-image: var(--isp-icon-console-darktheme);
}
.isp-menu__icon_type_gotoserver::before {
  background-image: var(--isp-icon-gotoserver);
}
.isp-menu__icon_type_gotoserver-darktheme::before {
  background-image: var(--isp-icon-gotoserver-darktheme);
}
.isp-menu__icon_type_hardware::before {
  background-image: var(--isp-icon-hardware);
}
.isp-menu__icon_type_hardware-darktheme::before {
  background-image: var(--isp-icon-hardware-darktheme);
}
.isp-menu__icon_type_network::before {
  background-image: var(--isp-icon-network);
}
.isp-menu__icon_type_network-darktheme::before {
  background-image: var(--isp-icon-network-darktheme);
}
.isp-menu__icon_type_book::before {
  background-image: var(--isp-icon-book);
}
.isp-menu__icon_type_book-darktheme::before {
  background-image: var(--isp-icon-book-darktheme);
}
.isp-menu__icon_type_ns::before {
  background-image: var(--isp-icon-ns);
}
.isp-menu__icon_type_ns-darktheme::before {
  background-image: var(--isp-icon-ns-darktheme);
}
.isp-menu__icon_type_cash::before {
  background-image: var(--isp-icon-cash);
}
.isp-menu__icon_type_cash-darktheme::before {
  background-image: var(--isp-icon-cash-darktheme);
}
.isp-menu__icon_type_arrow_down_dark {
  padding-right: 25px;
}
.isp-menu__icon_type_arrow_down_dark::before {
  right: 0;
  left: auto;
  display: block;
  width: 14px;
  height: 7px;
  background-image: var(--isp-icon-arrow_down_dark);
}
.isp-menu__icon_type_pen::before {
  background-image: var(--isp-icon-pen);
}
.isp-menu__icon_type_download::before {
  background-image: var(--isp-icon-download);
}
.isp-menu__icon_type_download-darktheme::before {
  background-image: var(--isp-icon-download-darktheme);
}
.isp-menu__icon_type_print::before {
  background-image: var(--isp-icon-print);
}
.isp-menu__icon_type_print-darktheme::before {
  background-image: var(--isp-icon-print-darktheme);
}
.isp-menu__icon_type_receipt::before {
  width: 20px;
  height: 19px;
  background-image: var(--isp-icon-receipt);
}




#ava_user {
  width: 100%;display: block;flex-grow: 1;overflow: hidden;
}
#profile-cover {
  background:linear-gradient( 180deg ,rgba(20,25,30,0) 0,#ffffff 100%,#ffffff),url("/style/img/a0hN38vxt68.jpg") no-repeat 50%;
  background-size: cover;height: 200px!important;border-radius: 0;top: 0;left: 0;right: 0;
}
#profile {
  max-width: 100%;
  padding-left: 0;
  z-index: 100;
  margin-top: -240px;
}
#profile-main {
  overflow: hidden;
  margin-top: 32px;
}
#information {
  float: left;
  margin-right: 32px;
  padding-top: 0;
  width: 64px;
  margin-left: 24px;
  font-size: 14px;
  padding-bottom: 10px;
}
.avatar {
  background: linear-gradient(0deg,#3b4851 51%,#252d30 88%);
  border-width: 4px!important;
  border-radius: 100%;
  height: 64px;
  width: 64px;
  margin-top: 32px;
}
#date {
  margin-top: 9px!important;
  overflow: hidden;
}
#prem {
  display: flex;
  filter: drop-shadow(0 4px 43px rgba(255,132,0,.84));
  border: 1px solid #feb611;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 23px;
  box-sizing: border-box;
  border-radius: 5px;
  color:#feb611
}
#name {
  font-weight: 700;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  position: relative!important;
  width: 100%!important;
  display: grid;
  align-items: center;
}
#name_player {
  font-weight: 700;
  float: left;
  font-size: 20px;
  display: inline-block;
  color: #1f89d6;
}
#online_player {
  font-size: 15px;
  font-weight: 500;
  opacity: .6;
}
#xp-bar {
  z-index: 9;
  display: block;
  width: auto;
  left: 0!important;
  margin-right: unset!important;
  float: left!important;
  position: relative!important;
  margin-top: 3px!important;
  margin-left: unset!important;
  top: 5px;
}
#progressbar-list {
  width: 183px!important;
  top: -7px!important;
}
#progress {
  background-color: rgba(0,0,0,.2);
  border-radius: 10px;
  box-sizing: border-box;
  height: 6px!important;
  overflow: hidden;
  margin-bottom: unset;
  box-shadow: unset;
  margin-left: 25px;
}
.progress-bar {
  font-size: 13px;
  background: linear-gradient(90deg,#1f89d6,#85ccff);
  border-radius: 10px;
}
#xp-bar-info {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 15px!important;
  margin-top: 7px;
}
#xp-bar-info-1 {
  display: inline-block;
}
#xp-bar-info-3 {
  display: inline-block;
  color: #5f5f5f!important;
  font-weight: 500!important;
}
#xp-bar-info-2 {
  display: inline-block;
  color: #777!important;
  font-weight: 600!important;
}
#placements {
  display: flex;flex-wrap: wrap;align-items: stretch;
}
#col {
  flex: 1 0 25%;box-sizing: border-box;padding: 10px;min-width: 100px;
}
#placement {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0 1px 2px 0 rgb(50 50 50 / 40%);
  background-color: #f6f6f9;
  box-sizing: border-box;
  z-index: 0;
  font-weight: 700;
  min-height: 100px;
  height: 100%;
  position: relative;
}
#prizeMoney {
  font-weight: 400;opacity: .75;margin-top: -3px;
}
#team-logo {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  opacity: .2;
  text-align: center;
  object-fit: contain;
  z-index: -1;
}

@media (min-width: 768px) {
  #profile-cover {
    height: 330px!important;
  }
  #information {
    width: 128px;
  }
  .avatar {
    background: linear-gradient(0deg,#3b4851 51%,#252d30 88%);
    border-width: 4px!important;
    border-radius: 100%;
    height: 128px;
    width: 128px;
    margin-top: unset;
  }
  #name {
    display: flex;
  }
  #name_player {
    font-size: 40px;
  }
  #online_player {
    display: inline-block;
    left: 15px;
    top: 2px;
    position: relative;
  }
  #xp-bar {
    top: -4px;
  }
  #progressbar-list {
    width: 256px!important;
    top: -7px!important;
  }
  #xp-bar-info {
    margin-top: unset;
  }
}

.form-control {
  height: initial;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 18px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  color: #344a5e;
  border-color: transparent;
  border-radius: 5px;
  outline: 0 none;
  background: transparent;
  font-family:Ubuntu, sans-serif;
  font-size: 14px;
  appearance: none;
  border: 1px solid #d8d8d8;
}

.form_div {
  position: relative;
  margin-bottom: 15px;
}
.form_div_input {
  display: block;
  width: 280px;
  height: 30px;
  padding: 0 10px;
  color: #344a5e;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
}
.form_div_span {
  color: #344a5e;
  position: absolute;
  font-size: 12px;
  top: -0.6em;
  left: 1.20rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.form_div_span::after {
  background: #ffffff;
  content: " ";
  display: block;
  position: absolute;
  height: 8px;
  top: 3px;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}




.f_breadcrumb {
  margin: 0px 0 15px 0;
  padding: 12px 0;
  opacity: 0.6;
}
.f_breadcrumb > ul {
  margin: 0;
  padding: 0;
}
.f_breadcrumb > ul > li {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  max-width: 500px;
  height: 15px;
  text-overflow: ellipsis;
  vertical-align: bottom;
  color: #000;
}
.f_breadcrumb > ul > li .fa:not( .fa-home ) {
  margin: 0 3px;
}
.f_breadcrumb > ul:last-child > li:last-child {
  opacity: 0.6;
}
.f_breadcrumb > ul > li > a {
  color: inherit;
  text-decoration: none;
}

.forum_Box {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
  border-radius: 7px;
  border-color: #cccccc;
  margin-bottom: 15px;
}
.forum_title {
  background: #344a5e;
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 15px;
}
.forum_title a {
  color: #ffffff;
}

.div2 {
  background-color: #e6e6e6;
}
.f_Box_list {
  list-style: none;
  width: 100%;
  position: relative;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #2d2d35;
  display: flex;
  align-items: center;
  border-bottom: 0;
}
.f_Box_list_1 {
  display: table-cell;
  font-size: 20px;
  vertical-align: middle;
  padding: 0!important;
  margin: 15px;
  min-width: inherit;
  width: 40px;
}
.f_Box_list_1_span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  transition: 0.15s all linear;
  opacity: 0.6;
  border-radius: 50%;
  color: #888888;
  background: transparent;
}
.f_Box_list_2 {
  display: table-cell;
  width: 100%;
  margin: 0;
  vertical-align: middle;
  padding: 12px 0;
  font-weight: 700 !important;
}
.f_Box_list_2 a {
  color: #676767;
}
.f_Box_list_2_h4 {
  margin: 0 0 2px 0;
  display: inline-block;
  word-wrap: break-word;
  margin-bottom: 0;
  line-height: 1.25;
  font-size: 16px;
}
.f_Box_list_2_list {
  background-repeat: no-repeat;
  background-size: 13px 8px;
  list-style: none;
  margin: 0;
  font-size: 13px;
  background-position: 3px 5px;
  background-image: none;
  padding: 0!important;
}
.f_Box_list_2_list li {
  margin-right: 5px !important;
  display: inline-block;
  vertical-align: middle;
}
.f_Box_list_2_list li a {
    display: flex;
    align-items: center;
}
.f_Box_list_2_list li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #aaaaaa;
}

.f_Info_list {
    padding: 15px;
}
.f_Info_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}
.f_Info_list ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
.f_Info_list li:after {
  content: ',';
}
.f_Info_list li:last-child:after {
  content: '';
}

.wap{
  display: none;
}
.web{
  display:block;
}

@media (max-width: 1200px) {
  .web{
    display: none;
  }
  .wap{
    display: block;
  }
}
.ItemControls {
  display: flex;
  align-items: center;
  padding-top: 7px;
  margin-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.075);
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.Comment_controls {
  display: block;
  list-style: none;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.Comment_controls > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.topic_head {
  margin: 10px 0;
  margin-bottom: 15px;
  display: flow-root;
}
.topic_head_right {
  float: right;
  margin-left: 10px;
  list-style: none;
}
.topic_textarea {
  width: 100%;
  background: #ffffff;
  color: #616161;
  padding: 15px !important;
  border:0;
}
.Pager_prev {
  margin-top: 15px;
}
.Pager_prev a {
  display: inline-block;
  position: relative;
  padding: 15px;
  max-width: 100%;
  padding-left: 45px;
}
.Pager_prev i {
  font-size: 30px;
  position: absolute;
  top: 19px;
  color: #b3b3b3;
  transition: all 0.2s linear;
  left: 15px;
}
.Pager_prev span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #b3b3b3;
  display: block;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 10px;
}
.dialog {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dialog__message {
  max-width: 100%;
  display: flex;
}
.dialog__message:not(:last-of-type) {
  margin-bottom: 20px;
}
.dialog__message_type_incoming {
    margin-right: auto;
}
.dialog__message_type_outcoming {
  margin-left: auto;
}
.message__content {
  max-width: 580px;
  padding-top: 15px;
  padding-right: 70px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 10px;
}
.dialog__message_type_incoming .message__content {
    background-color: #e7fbe8;
}
.dialog__message_type_outcoming .message__content {
    background-color: #eaf7ff;
}
.message__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 0.8571428571em;
}
.layout {
  display: flex;
  justify-content: space-between;
}
.layout__block_size_100 {
  width: 100%;
}
.text_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.message__name {
  font-weight: 700;
}
.message__time {
  margin-right: -50px;
  margin-left: 10px;
  color: #9b9b9b;
  white-space: nowrap;
}
.message__message {
  overflow-wrap: break-word;
  hyphens: auto;
}
.message__message-body {
  white-space: pre-line;
}
.message__avatar {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}
.message__avatar_outcoming {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
.message__footer {
  margin-top: 10px;
  color: #9b9b9b;
  font-size: 0.8571428571em;
}
.message__footer_margin {
  margin-right: 20px;
}
.navbarMenu_a {
  line-height: 1.4;
  display: block;
  padding: 8px 15px;
}
.AreaBackground {
  padding: 15px;
  background: #ffffff;
}
.ComposeArea_editor {
  position: relative;
  border-collapse: collapse;
  padding: 4px;
  background: rgba(0,0,0,0.1);
}
.ComposeArea_dummy {
  padding: 15px;
  background: #ffffff;
  color: #cccccc;
  font-weight: bold;
  font-size: 13px;
  cursor: default;
}
.Type_warning {
  color: #c75050;
}

.cke_top {
  display: block;
  #overflow: hidden;
  white-space: normal;
  background: rgba(0,0,0,0.1);
  height: auto;
  user-select: none;
}
a.cke_button {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  outline: 0;
  cursor: default;
  float: left;
  border: 0;
  color: #000000;
}
a.cke_button:hover {
  background: #ffffff;
}
.cke_button_icon {
    cursor: inherit;
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block;
    #margin-top: 12px;
    margin-top: 10px;
    padding-left: 1px;
}
span.cke_button_icon {
    background-image: url(/style/img/bbcode.png)!important;
    color: #000;
}
.cke_toolbar_separator {
    float: left;
    background-color: rgba(0,0,0,.2);
    margin: 0;
    height: 40px;
    width: 1px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    overflow-y: scroll;
    max-width: 450px;
    max-height: 323px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 11px;
}

.popup_rzm {
  background: #ffffff;
  border-radius: 3px;
  width: 250px;
  top: 40%;
  left: 50%;
  overflow-y: scroll;
  opacity: 0;
  height: 350px;
  position: fixed;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
  border-radius: 5px;
}

.popup_fon {
    background: #ffffff;
    border-radius: 3px;
    width: 250px;
    top: 40%;
    left: 50%;
    opacity: 0;
    height: 170px;
    position: fixed;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 5px;
}

.popup_text {
    background: #ffffff;
    border-radius: 3px;
    width: 250px;
    top: 40%;
    left: 50%;
    opacity: 0;
    height: 170px;
    position: fixed;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 5px;
}
.close_window {
  cursor: pointer;
}

.citat {
    background-color: #eaeaea;
    padding: 9px;
    border-left: 4px solid #969696;
}

.header_display_inline_block {
    display: inline-block;
}

.navbar-header_div {
    display: flex;
    justify-content: space-between;
}

.navbar-header_div_pos {
    position: relative;
    max-width: 130px;
}

.header-inner {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}
.header-inner>.logo {
    padding: 15px 0px 0px 15px;
    height: 62px;
}
.header-inner>li:not(.pull-right) {
    float: left;
}
.header-inner>li>a {
    height: 62px;
    min-width: 45px;
    display: block;
    position: relative;
    color: #969696;
    padding: 0px 5px 0px 5px;
}
.header-inner>li.pull-right>a:hover {
    background-color: #f5f5f5;
}
.header-inner>li>a>count {
    background: #f44336;
    font-size: 11px;
    position: absolute;
    margin-left: 12px;
    padding: 2px 3px;
    border-radius: 30px;
    top: 6px;
    right: 14%;
    color: #fff;
}
.header-inner>li {
    text-align: center;
}
.header-inner>li>a>img {
    display: block;
    height: 30px;
}

.span_input {color: #344a5e;position: absolute;font-size: 90%;top: -0.6em;left: 1.20rem;z-index: 3;line-height: 1;padding: 0 1px;}
.span_input::after {background: #ffffff;content: " ";display: block;position: absolute;height: 5px;top: 6px;left: -0.2em;right: -0.2em;z-index: -1;}
.proff-auth {width: 95%;margin: 20vh auto 0;background-color: #ffffff;border-radius: 5px;box-shadow: 0 10px 10px 0 rgb(0 0 0 / 40%);}
@media (min-width: 768px){
  .proff-auth {width: 600px;}
}
.div_do_main {display: flex;flex-direction: column;min-height: 100vh;overflow: hidden;background-position: top left;background-repeat: no-repeat;background-size: cover;}
.main {flex-grow: 1;padding: 0;padding-top: 20px;padding-bottom: 50px;}
.div_to_main {margin: 0 auto;}
.proff-auth__header {padding: 20px;padding-bottom: 13px;border-bottom: solid 1px #d9d9d9;}
.proff-auth__logo {margin-bottom: 15px;}
.proff-auth__logo::before, .proff-auth__logo::after {content: " ";display: table;}
.proff-auth__logo::after {clear: both;}
.proff-logo__img {height: 37px;float: left;margin-right: 20px;}
.proff-layout_align_baseline {display: flex;justify-content: space-between;align-items: baseline;}
.proff-menu {margin: 0;padding: 0;list-style: none;}
.proff-menu > .proff-menu__item {position: relative;display: inline-block;margin: 0;}
.proff-menu > .proff-menu__item:not(:last-child) {margin-right: 16px;}
.proff-menu__link_active::after {content: "";display: block;position: absolute;right: 0;top: 33px;left: 0;border-bottom: solid 3px;z-index: 1;}
.proff-menu__link_active::after {border-bottom-color: #0279c0;}
.proff-social__link {margin: 0 1px;}
.proff-icon {display: inline-block;background: transparent no-repeat 0 0;background-size: contain;vertical-align: middle;}
.proff-icon_vk {width: 30px;height: 30px;background-image: url(/style/svg/vk-icon.svg);}
.proff-auth__main {padding: 20px;padding-top: 30px;}
.proff-auth__main_form {position: relative;margin-bottom: 30px;}
.proff-form__label {display: block;width: 280px;height: 30px;padding: 0 10px;color: #344a5e;background-color: #ffffff;border: solid 1px #d9d9d9;border-radius: 3px;box-shadow: none;outline: none;}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a
}

.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4
}

.spinner-red,
.spinner-red-only {
    border-color: #db4437
}

.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400
}

.spinner-green,
.spinner-green-only {
    border-color: #0f9d58
}

.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg)
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    89% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    89% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    76% {
        opacity: 0
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    76% {
        opacity: 0
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.gap-patch .circle {
    width: 1000%;
    left: -450%
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg)
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg)
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg)
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

.fixed-action-btn {
    position: fixed;
    right: 15px;
    bottom: 10px;
    margin-bottom: 0;
    z-index: 997;
}

@keyframes animated-gradient{
    25%{
        background-position: left bottom;
    }
    50%{
        background-position: right bottom;
    }
    75%{
        background-position: right top;
    }
    100%{
        background-position: left top;
    }
}

.material_progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
}
.material_progress .material_indeterminate {
    background-color: #26a69a;
}
.material_progress .material_indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.material_progress .material_indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

.event-hub {overflow: hidden;box-shadow: 0 1px 2px 0 rgb(50 50 50 / 40%);background-color: #fff;}
.event-hub .event-hub-top {
    position: relative;
    padding-bottom: 56.451411%;
    height: 0;
    overflow: hidden;
    background-color: #232a30;
    display: block;
}
.event-hub .event-hub-indicator {
    position: absolute;
    background: #000;
    padding: 1px 8px;
    top: 8px;
    right: 8px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 0 11px #000000e6;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.event-hub .event-hub-indicator.event-live {
    color: #fff;
    background: #c80303;
}
.event-hub .event-hub-image {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.event-hub .event-hub-title {
    position: absolute;
    color: #fff;
    bottom: 4px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 0;
    z-index: 2;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-hub .event-hub-top:after {
    content: "";
    display: block;
    height: 35px;
    background: linear-gradient(0deg,#000,transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.event-hub .event-hub-bottom {
    display: flex;
}
.event-hub .event-hub-link {
    color: hsla(0,0%,100%,.85);
    flex: 1 auto;
    text-align: center;
    height: 35px;
    border-left: 1px solid #495763;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #232a30;
}
.event-hub .event-hub-link:first-child {
    border-left: 0;
}
.event-hub .event-hub-link.active {
    font-weight: 700;
    background-color: #161a1f;
    color: #fff;
}
.event-hub .event-hub-link:hover {
    background: #161a1f;
    color: #fff!important
}

.attr_index {
    grid-template-columns: repeat(12,1fr);
    grid-gap: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.attr_index > .col {
    flex: 1 0 32%;
    padding-left: 5px;
    box-sizing: border-box;
    padding-bottom: 10px;
    min-width: 100px;
    padding-right: 5px;
}

.attr_index > .col > a > .standard-box {
    box-shadow: 0 1px 2px 0 rgb(50 50 50 / 40%);
    background-color: #fff;
    position: relative;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.attr_index > .col > a > .standard-box > .event-count {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2d6da3;
    color: #fff;
    font-size: 15px;
    padding: 2px 8px;
}

.attr_index > .col > a > .standard-box > .logo-box {
    height: 70%;
    min-height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.attr_index > .col > a > .standard-box > .sub-text {
    cursor: pointer;
    font-size: 16px;
    color: #2b323f;
    width: 100%;
    text-align: center;
}

.auto_dropdown{box-shadow: #0000003d 0px 16px 24px 0px, #00000014 0px 0px 8px 0px;border-radius: 8px;padding: 8px 12px;width: 294px;}
.auto_dropdown_palka{border-bottom: 1px solid #ebebeb;margin: 8px 0px;}
.auto_dropdown_ul{margin: 0px;padding: 0px;list-style-type: none;}
.auto_dropdown_ul>li>a{color: #858585;}
.auto_dropdown_ul>li>a:hover{color: #007ea5;}
.auto_dropdown_ul_li_span{position: relative;display: flex;align-items: center;height: 40px;cursor: pointer;width: 100%;}
.auto_dropdown_ul_li_span_img{position: relative;display: flex;justify-content: flex-start;align-items: center;width: 22px;height: 28px;margin-right: 1px;}
.auto_dropdown_ul_li_span_text{display: inline-block;vertical-align: baseline;line-height: 24px;font-weight: 400;font-size: 14px;}

.head_online{position: absolute;z-index: 1;border-radius: 50%;border: 2px solid #ffffff;right: 12px;bottom: 12px;width: 12px;height: 12px;background: #77c026;animation: 2s ease 0s infinite normal none running gmwJol;}
.head_offline{position: absolute;z-index: 1;border-radius: 50%;border: 2px solid #ffffff;right: 12px;bottom: 12px;width: 12px;height: 12px;background: #77c026;}

@keyframes gmwJol{
    0%{box-shadow: rgba(119, 192, 38, 0.4) 0px 0px 0px 0px;}
    70%{box-shadow: rgba(119, 192, 38, 0) 0px 0px 0px 6px;}
    100%{box-shadow: rgba(119, 192, 38, 0) 0px 0px 0px 0px;}
}

.wcount {
    margin-left: auto;
    background: #007ea5;
    color: white;
    padding: 2px 7px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 3px;
}

#newyear_snow{position: fixed;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;z-index: 1000;}
.header_decorations:after{width: 273px;height: 69px;top: 0;left: 0;position: absolute;content: '';background: url(/style/snow/left_top.png) no-repeat;}
.header_decorations:before{width: 513px;height: 102px;position: absolute;top: 0;right: 0;content: '';background: url(/style/snow/right_top.png) no-repeat;}
.header_decorations2:after{position: absolute;content: '';width: 358px;height: 22px;left: 0;top: 0;background-image: url("/style/snow/cold-left.svg");}
.header_decorations2:before{width: 429px;height: 24px;content: '';position: absolute;top: 0;right: 0;background-repeat: no-repeat;background-image: url("/style/snow/cold-right.svg");}
.footer_decorations{position: fixed;bottom: 0;left: 0;width: 100%;}
.footer_decorations:after{position: absolute;width: 93px;height: 86px;left: 235px;bottom: 0;z-index: 5;content: '';background: url(/style/snow/trees.svg) 0 5px no-repeat;}
.footer_decorations:before{position: absolute;bottom: 0;left: 0;content: '';width: 60px;height: 77px;background: url(/style/snow/footer_left.png) no-repeat;z-index: 7;}  
.footer_decorations_lights{width: 489px;height: 43px;position: absolute;bottom: 0;left: 0;z-index: 7;content: '';background: url(/style/snow/footer_lights.png) no-repeat;}
.footer_decorations_snow{width: 100%;height: 25px;background: url(/style/snow/footer_snow.png) -20px 0 repeat-x;position: absolute;bottom: 0;left: 0;z-index: 6;}
.footer_decorations_right{position: absolute;bottom: 0;right: 0;width: 72px;height: 64px;background: url(/style/snow/footer_right.png) no-repeat;z-index: 7;}