:root {
  --main-color: #b31919;
}
div, span, a, h1, h2, h3, h4, h5, p, ul, li, section, article, ol, input, label, textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
button,
input,
select,
textarea {
  color: #444;
}

body {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  position: relative;
  background: #eee;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 1em;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

input[type=checkbox] {
  vertical-align: middle;
}

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

th, td {
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  border: none;
}

table caption {
  color: #444;
  padding-bottom: 3px;
  font-size: 1.5rem;
  font-weight: bold;
}

label.required:after {
  content: "*";
  color: #f30101;
}

h3, h4, h5 {
  font-family: "PT Sans", Arial, sans-serif
}
/* ==========================================================================
   Add extra grid set
   ========================================================================== */

.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/***************************************************************************************************
**********************Переопределение стилей bootstrap и других плагинов****************************
****************************************************************************************************/
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 20px;
}
.modal-body, .modal-header, .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.modal.fade .modal-dialog {
  transition: unset;
}
.modal-open .modal.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal.fade.in .modal-dialog, .modal.in .modal-dialog {
  transform: none;
}
.modal-open .fullscreen-search.in {
  display: block !important;
}
.fullscreen-search.modal.fade.in .modal-dialog, .fullscreen-search.modal.in .modal-dialog {
  margin: 30px auto;
  top: 0;
  left: auto;
  transform: none;
}

a:focus {
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
}

.article-content a, .comments-content a, .gp-game-heading .description a {
  color: #438bc3;
}
.article-content a:hover, .comments-content a:hover, .gp-game-heading .description a:hover {
  color: #b31919;
}
.article-content .text-muted {
  color: #777;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.text-danger, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #cc5d54;
}

.has-error .form-control {
  border-color: #cc5d54;
}

.text-info {
  color: #54acc4;
}

.well, .well.well-lg {
  border-radius: 0;
  box-shadow: none;
}

.well .h1, .well .h2 {
  margin-top: 0;
}

.chosen-container-single .chosen-default {
  color: #ccc;
}

.chosen-container-single .chosen-single abbr {
  opacity: 0.1;
  color: #ccc;
  font-size: 1.1rem;
}

.chosen-container-single:hover .chosen-single abbr {
  opacity: 1;
}

.alert-dismissible .close {
  right: 0;
  opacity: 1;
  top: -10px;
}

.alert {
  border-radius: 0;
  border-width: 0;
  padding: 20px 40px;
  line-height: 1.5;
  font-size: 1.3rem;
}
.alert .alert-link, .alert a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.alert .alert-link:hover, .alert a:hover {
  color: #fff;
}
.alert .article-content {
  color: #fff;
}
.alert p:last-of-type {
  margin-bottom: 0
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-success {
  background-color: #70b670;
  color: #fff;
}
.alert-warning {
  background-color: #fdf8e4;
  color: #8a6e3f;
}
.alert-warning a, .alert-warning a:hover, .alert-warning .alert-link, .alert-warning .alert-link:hover {
  color: #8a6e3f;
}
.alert-info a, .alert-info a:hover, .alert-info .alert-link, .alert-info .alert-link:hover {
  color: #062c33;
}
.alert-danger {
  background-color: #cc5d54;
  color: #fff;
}
.alert-default {
  background-color: #eee;
}
.alert-default .alert-link {
  color: #444
}
.alert-default .alert-link:hover {
  color: var(--main-color)
}
.alert-icon {
  float: left;
  margin-right: 20px;
  margin-left: 5px;
  text-align: center;
  font-size: 3rem;
}

.alert-default .alert-icon {
  color: #888;
}

.alert .alert-btn {
  border-radius: 0;
  text-decoration: none;
}

.alert .alert-btn {
  margin-left: 20px;
  font-weight: normal;
}

.alert-default .alert-btn {
  background: #d4d4d4;
  color: #888;
}

.form-control, .chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices {
  border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  color: #444;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  border: none;
  background-color: #e0e0e0;
  color: #000;
  padding: 8px 30px 8px 12px;
  border-radius: 4px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  font-family: 'Glyphicons Halflings';
  background-image: none;
  color: #aaa;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-color: #fff;
  color: #444;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\e014";
}

.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > li > input:checked ~ label,
.dropdown-menu > li > input:checked ~ label:hover,
.dropdown-menu > li > input:checked ~ label:focus,
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > li > input[disabled] ~ label,
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  color: #999999;
}

.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.dropdown-menu > li > label {
  margin-bottom: 0;
  cursor: pointer;
}

.dropdown-menu > li > input[type="radio"],
.dropdown-menu > li > input[type="checkbox"] {
  display: none;
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.dropdown-menu > li > label:focus,
.dropdown-menu > li > input:focus ~ label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu.pull-top {
  bottom: 100%;
  top: auto;
  margin: 0 0 2px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-center {
  right: 50%;
  left: auto;
}

.dropdown-menu.pull-middle {
  right: 100%;
  margin: 0 2px 0 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  left: auto;
}

.dropdown-menu.pull-middle.pull-right {
  right: auto;
  left: 100%;
  margin: 0 0 0 2px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.pull-middle.pull-center {
  right: 50%;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.bullet {
  margin-top: 8px;
}

.dropdown-menu.bullet:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -7px;
  left: 9px;
}

.dropdown-menu.bullet:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px;
}

.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}

.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}

.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}

.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff;
}

.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}

.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}

.dropdown-menu.bullet.pull-middle {
  margin-right: 8px;
}

.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff;
}

.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}

.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff;
}

.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none;
}

.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}

.dropdown-submenu > a:before {
  display: block;
  float: right;
  width: 0;
  height: 0;
  content: "";
  margin-top: 6px;
  margin-right: -8px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-left-style: dashed;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.dropdown-hover {
  position: relative;
}
.dropdown-hover > .dropdown-menu {
  visibility: hidden;
  display: block;
  transition-property: visibility;
  transition-delay: 0.25s;
}
.dropdown-hover:hover > .dropdown-menu {
  visibility: visible;
}
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

.content-block {
  margin: 0 0 20px 0;
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.content-block-heading {
  margin-bottom: 30px;
  font: bold 1.8rem/1 "PT Sans", Arial, sans-serif;
  color: #666;
}
.btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary:active:hover  {
  border: 1px solid #b31919;
  color: #b31919;
  background-color: #fff;
  outline: none;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #b31919;
}
.btn-outline-secondary {
  border: 1px solid #337ab7;
  color: #337ab7;
  background-color: #fff;
  outline: none;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #337ab7;
}
.btn-standart {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-standart:hover,
.btn-standart:focus,
.btn-standart:active,
.btn-standart.active,
.btn-standart.disabled,
.btn-standart[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-standart:active,
.btn-standart.active {
  background-color: #cccccc \9;
}

.btn-standart:first-child {
  *margin-left: 0;
}

.btn-standart:hover,
.btn-standart:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-standart:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-standart.active,
.btn-standart:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-standart.disabled,
.btn-standart[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-dark {
  color: #ffffff;
  background-color: #242424;
  border-color: #2B2B2B;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #171717;
  border-color: #2B2B2B;
  outline: none;
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
  outline: none;
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #242424;
  border-color: #2B2B2B;
}

.btn-primary {
  background: #72b3e5;
  background: -moz-linear-gradient(top, #72b3e5 1%, #337ab7 100%);
  background: -webkit-linear-gradient(top, #72b3e5 1%,#337ab7 100%);
  background: linear-gradient(to bottom, #72b3e5 1%,#337ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b3e5', endColorstr='#337ab7',GradientType=0 );
  border-color: #589edc #3a8ddc #0f73b8 #589edc;

}
.btn-primary:hover {
  border-color: #589edc #2a72b1 #0e4b82 #589edc;
}
.btn-dark .badge {
  color: #242424;
  background-color: #fff;
}

.btn-dark.btn-arrow:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -8px;
  left: 50%;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #242424 transparent transparent;
  margin-left: -8px;
}
.btn-extra {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #af5454;
  background: linear-gradient(to bottom, #e47575 1%,#b31919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47575', endColorstr='#b31919',GradientType=0 );
  color: #fff;
  border: none;
}
.btn-extra:hover, .btn-extra:focus {
  color: #fff;
  background: linear-gradient(to bottom, #c92d11 1%,#b31919 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47575', endColorstr='#b31919',GradientType=0 );
  outline: none;
  text-decoration: none;
}
.btn-extra:active {
  position: relative;
  top: 1px;
}
.btn-quote {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-quote:before {
  font-family: "icomoon";
  content: "\e900";
}
.css-table {
  display: table;
}

.css-table-row {
  display: table-row;
}

.css-table-cell {
  display: table-cell;
}
.popover.popover-custom {
  max-width: 315px;
}

.popover.popover-mini {
  font-size: 1.2rem;
  width: 450px;
}

.popover.popover-mini .form-control {
  height: auto;
  padding: 4px 3px;
  font-size: 1.2rem;
}

.popover.popover-mini .form-group {
  margin-bottom: 10px;
}

.popover.popover-mini .close {
  margin-top: -3px
}

.popover-title {
  overflow: hidden;
}

.dark-popover {
  background-color: #333
}

.dark-popover .popover-title {
  background-color: #333;
  color: #eee;
  border-bottom-color: #222;
}

.dark-popover .popover-content {
  background-color: #333;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 1.6
}

.dark-popover.popover.right > .arrow:after {
  border-right-color: #333;
}

.dark-popover.popover.bottom > .arrow:after {
  border-bottom-color: #333;
}

.dark-popover .btn {
  background-color: #444;
  color: #ccc;
}

.popover-content .btn.pull-right {
  margin-right: -5px
}

.dark-popover .btn:hover {
  background-color: #222;
  color: #eee;
}

.dark-popover.popover {
  z-index: 50;
}

#promoteBtn {
  animation-iteration-count: 2;
}

.scrollup {
  color: #9a9a9a;
  position: fixed;
  bottom: 10px;
  display: none;
  z-index: 10;
  font-size: 25px;
  margin: 0 0 0 -70px;
  cursor: pointer;
  background: #262626;
  border-radius: 2px;
  text-align: center;
  padding: 5px 7px 0 8px;
}

.media-left .media-object, .media-right .media-object {
  max-width: none;
}

.media .pull-left .media-object {
  margin-bottom: 10px;
}

.scrollup:hover {
  color: #fff;
}

.scrollup.stick {
  position: absolute;
  display: block !important
}

.scrollable-menu {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
}

.main-logo {
  margin-top: 5px
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent
}

.nav-pills.grey > li.active > a, .nav-pills.grey > li.active > a:focus, .nav-pills.grey > li.active > a:hover {
  background: #666;
  color: #fff
}

.form-group {
  margin-bottom: 20px;
}

.dl-horizontal.left-oriented dt {
  text-align: left;
  width: auto;
}

.dl-horizontal.left-oriented dd {
  margin: 0 0 10px 150px;
}

.molding {
  padding: 0 20px;
}
.fb_iframe_widget iframe {
  max-width: none
}

.text-mutedx2 {
  color: #aaa;
}

.text-mutedx1 {
  color: #444;
}

.popover-custom .popover-title {
  background: #FCF8E3;
  color: #444;
}

.popover-custom.popover.bottom > .arrow::after {
  border-bottom-color: #FCF8E3
}

.popover-custom .popover-content {
  background: #FCF8E3;
}

.popover-content label {
  font-weight: normal;
}

.ui-front {
  z-index: 1000
}

.progress-custom {
  position: relative;
  border-radius: 0;
  margin-bottom: 13px;
  height: 5px;
}

.progress-bar-custom {
  background: #0f73b8;
  box-shadow: none;
}

.progress-custom a {
  position: absolute;
  display: block;
  width: 100%;
  color: #888;
  line-height: 21px
}

.progress-custom a:hover {
  color: #444;
}

.comments-rating-progress {
  margin-top: 20px
}

.comments-rating-progress .progress {
  border-radius: 0;
  box-shadow: none;
  background: none;
}

.comments-rating-progress .item {
  color: #fff;
  position: relative;
}

.comments-rating-progress .item.positive {
  background: none;
  color: #444;
  border-bottom: 5px solid green;
}

.comments-rating-progress .item.negative {
  background: none;
  color: #444;
  border-bottom: 5px solid red;
}

.comments-rating-progress .value {
  position: absolute;
  font-size: 12px;
  z-index: 1;
  top: -3px;
}

.comments-rating-progress .negative .value {
  left: 5px;
}

.comments-rating-progress .positive .value {
  right: 5px;
  text-align: right;
}

.comments-rating-progress .progress {
  margin-bottom: 5px
}

.comments-rating-progress .description {
  font: normal 12px/1 Arial, sans-serif;
  text-align: center;
}

.comments-content .inner blockquote {
  border: 1px solid #ccc;
  font-weight: normal;
  margin: 10px 0;
  font-size: 100%;
  border-radius: 3px;
  background: #f5f5f5;
}

.user-events-stream .comments-content .inner blockquote {
  margin-right: 20px
}

.comments-content .inner blockquote + br {
  display: none;
}

.panel-simple {
  border-radius: 0;
  box-shadow: none;
}

.text-overflow {
  overflow: auto;
}

.navbar-header {
  float: none;
}

.main-navigation {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.main-navigation.navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.navbar-header .btn-extra {
  border-radius: 2px;
  padding: 6px 6px 5px;
  font: bold 11px/1.2 "PT sans", Arial, sans-serif;
  margin: 10px 0 0 80px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.jw-plugin-related .jw-related-thumb .jw-related-thumb-title {
  white-space: normal !important;
}

/* ==========================================================================
   Global custom styles
   ========================================================================== */
.content_aside-container {
  display: flex;
  flex-wrap: wrap;
}
.content_aside-container .content-column {
  flex-basis: calc(100% - 330px);
}
.content_aside-container .page-aside {
  margin-left: 30px;
  flex-basis: 300px;
}
.article-header, .forum-module .breadcrumbs {
  flex-shrink: 0;
  flex-basis: 100%;
}
.forum-module .breadcrumbs {
  margin-top: 20px;
}
.video-single-page {
  padding-top: 20px;
}

.container-fluid {
  max-width: 990px
}

.container-fluid.wider {
  max-width: none;
}

.page-main-column {
  margin: 0 auto 0;
  background: #fff;
}

.image-thumb {
  background: #aaa;
  border: 3px solid #fff;
}

.image-thumb.vertical {
  height: 140px;
  width: 100px;
}

.image-thumb.vertical.tiny-size {
  height: 72px;
  width: 56px;
}

.image-thumb.tiny-size {
  height: 54px;
  width: 100px;
  border: none;
  box-shadow: 0 5px 5px -3px #333;
  margin-right: 5px;
}

.horisontal li {
  display: inline-block;
}

.semantic-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

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

.innercontent-center * {
  margin: 0 auto;
}

/*advertstyles*/

#autoplay_reyden {
  max-width: 460px;
  margin: 0 auto
}
.content-roll-sizer {
  max-width: 460px;
}
.page-aside .vn-player {
  margin-bottom: 40px !important;
}
.comments-wall .content-rating-area {
  padding: 0;
  margin: -1px 0 0 0;
  background-color: transparent;
  border-top: 1px solid #ddd;
}
.dfp-container {
  margin-bottom: 10px;
  text-align: center;
}
.comments-wall .dfp-container {
  text-align: center;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
}

.takeover-container.dfp-container {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 0;
}

.takeover-skin-image {
  line-height: 0;
  font-size: 0;
  display: none;
}

.takeover-top-area {
  line-height: 0;
  font-size: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.dfp-container.horizontal-huge-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

.dfp-container.main_page-big-square-box {
  margin-top: 35px;
}

.dfp-container.footer-box {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-aside .dfp-container {
  margin-bottom: 20px;
}
.native-box-main-page {
  background-color: #fff;
  min-height: 322px !important;
  max-height: 322px !important;
  overflow: hidden;
}
.main-page .native-box-main-page {
  margin-bottom: 30px;
}
.special-item .dfp-container {
  margin-top: 0;
  overflow: hidden;
}

.openx-container {
  line-height: 0;
  font-size: 0;
}

.column .aholder {
  margin-bottom: 10px;
}

.comments-commercial .aholder {
  padding: 20px 0;
}

.main-page .page-main-column .aholder {
  max-width: 300px;
  margin-left: 40px;
  margin-right: auto;
  margin-top: 25px;
  padding: 0 !important;
  border: none;
}

.page-main-column .aholder {
  border: 0 solid #ccc;
  margin: 0 0 40px 0;
  padding: 0;
}

.page-main-column .aholder.under {
  margin: 10px 0 0 0;
}

.table.vert-align tbody > tr > td {
  vertical-align: middle;
}

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

.ib {
  display: inline-block;
  vertical-align: top;
}

.ib-m {
  display: inline-block;
  vertical-align: middle;
}

.drop-down-layer {
  display: none;
  position: absolute;
}

.ui-button {
  cursor: pointer;
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: 3px
}

.download-links-set .single-file-btn {
  width: 75%;
  padding: 5px 18px;
  height: auto !important;
  font-size: 50px;
}

.btn-metadata {
  color: #000;
  margin: 1px 20px 0 -10px;
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}


.position-rel {
  position: relative;
}

.article-content hr:first-of-type {
  display: none;
}

.xaas {
  text-align: center;
}

.comments-js-error, .error-message {
  color: #cc0000;
}

big.huge {
  font-size: 150%
}

.spoiler-controll {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
  margin: 5px 0 10px;
  font-weight: bold;
  font-size: 13px;
  border-style: dashed;
  border-color: #aaa;
  border-width: 1px;
  color: #444
}

.spoiler-controll:before {
  content: "\f0a3";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
}

.spoiler-controll.active {
  border-width: 1px 1px 0 1px;
  border-color: #444;
  border-bottom: none;
}

.spoiler-controll.active:before {
  content: "\f0a2";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
}

.spoiler-controll:hover {
  border-color: #444;
  color: #000
}

.spoiler-content {
  display: none;
  position: relative;
  padding: 5px;
  border-style: dashed;
  border-color: #444;
  border-width: 0 1px 1px 1px;
  top: -9px
}
.comments-content .spoiler-content img {
  margin-top: 5px;
}
.main-layers-wrapper {
  position: relative;
}

#blc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#brandingBanner iframe {
  position: relative;
}

#text_ifr {
  min-height: 350px;
}

.foundation-wrapper {
  background-repeat: no-repeat;
  background-position: center top;
}
div[id^=js-vcap-block] {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}
.img-caption {
  width: 100%;
  padding: 0 10px;
  color: #999;
  font: normal 1.4rem/1.2 Arial, sans-serif;
  text-align: center;
  display: block;
  font-style: italic;
  margin-top: 5px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.text-logo {
  display: none
}

.text-logo .letter {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: var(--main-color);
  text-indent: -9999px;
  border-radius: 16px;
  background: #c33;
  margin: -2px 1px 0;
  vertical-align: middle;

}

.page-header .search-btn {
  background: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page-header .search-btn .glyphicon {
  color: #777;
  font-size: 18px;
  margin-right: 5px;
}

.page-header .search-btn:hover .glyphicon {
  color: #eee;
}

.page-header {
  background: linear-gradient(to bottom, #292929 0%, #292929 44%, #0e0e0e 44%, #0e0e0e 44%, #0e0e0e 100%);
  position: relative;
  z-index: 101;
  border: none;
  border-bottom: 3px solid var(--main-color);
  margin: 0;
  padding: 0;
  height: 100px;
}

.search-form input:focus {
  outline: none;
}

.ui-autocomplete .ui-corner-all, .ui-autocomplete {
  border-radius: 0;
}

.ui-autocomplete .ui-state-focus {
  color: var(--main-color);
  border: none;
  margin: 0 !important;
  background-color: #eee;
  background-image: none;
}

.ui-autocomplete a {
  border: none;
  margin: 0;
  cursor: pointer;
  line-height: 1;
}

.ui-autocomplete .ui-menu-item a {
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.fullscreen-search .search-form {
  position: relative;
}

.fullscreen-search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.fullscreen-search .close {
  color: #fff;
  font-size: 25px;
  opacity: 1;
  margin: 10px 20px 0 0;
}

.fullscreen-search .modal-content {
  border-radius: 0;
  background-color: #222;
  border: none;
}

.fullscreen-search .modal-header {
  border: none;
  padding: 0;
}

.fullscreen-search .ui-menu-item:hover {
  background-color: #262626;
}

.fullscreen-search .form-control, .fullscreen-search .btn {
  border-radius: 0;
}

.fullscreen-search .ui-autocomplete li {
  border-bottom: 1px solid #333;
  line-height: 1.4;
  overflow: hidden;
  padding: 10px 0;
}

.fullscreen-search .ui-autocomplete li:last-child {
  border: none
}

.fullscreen-search .estimate-value {
  color: var(--main-color);
  font-size: 14px;
  margin-left: 10px;
}

.fullscreen-search .ui-autocomplete {
  box-shadow: none;
  background: none;
  border: none;
  position: static !important;
  padding: 30px 0 0 0;
  width: 100% !important;
  color: #7A7A7A;
}

.fullscreen-search .ui-menu-item a {
  color: #7A7A7A;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.5
}

.fullscreen-search .ui-menu-item a:hover {
  color: #fff;
}

.fullscreen-search .ui-autocomplete .ui-state-focus {
  background: #111;
  color: #fff;
}

.fullscreen-search .ui-menu-item .header {
  margin-bottom: 5px;
}

.fullscreen-search .ui-menu-item .title {
  font-size: 17px;
  font-weight: normal;
  color: #bbb;
}

.fullscreen-search .ui-autocomplete .img-holder {
  margin-right: 10px;
  width: 60px;
  height: 83px;
  float: left;
}

.fullscreen-search .modal-body {
  padding-bottom: 25px;
}

.fullscreen-search .autocomplite-container {
  overflow: hidden;
}

.fullscreen-search .nav-links {
  visibility: hidden;
  margin: 5px 0 0 0;
}

.fullscreen-search .ui-menu-item:hover .nav-links {
  visibility: visible;
}
.fullscreen-search .ui-autocomplete .ui-state-active{
  background: transparent;
  border: none;
  color: inherit;
}
.page-header .social-group-links {
  margin: 8px 0 0 0;
}

.social-group-links .icon.tiny-size {
  border-radius: 20px;
  background: #444;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  padding: 8px 7px 6px;
  font-size: 15px;
}

.social-group-links .icon.vkontakte:hover {
  background-color: #57799D;
}

.social-group-links .icon.facebook:hover {
  background-color: #3C599B;
}

.social-group-links .icon.steam:hover {
  background-color: #020202;
}

.social-group-links .icon.youtube:hover {
  background-color: #DF2A21;
}

.social-group-links .icon.twitter:hover {
  background-color: #41AAE1;
}

.features-slider {
  margin-bottom: 30px;
  width: 100%;
}

.features-slider-item {
  position: relative;
  float: left;
  z-index: 1;
  width: 33.333333%;
  overflow: hidden;
}

.features-slider-item:nth-child(4n) {
  clear: left;
}

.features-slider-main-item-big {
  width: 66.666666%
}

.features-slider-item a {
  display: inline-block;
  color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.features-slider-item img {
  max-width: none;
}

.features-slider-title {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 0 25px;
  z-index: 5;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

.features-slider-main-item-big .features-slider-title {
  font-size: 3.8rem;
  padding: 0 50px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.features-slider-subtitle {
  font-size: 0.9rem;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 3px 5px 2px;
  background-color: var(--main-color);
  text-transform: uppercase;
  z-index: 4;
  color: #fff;
}

.features-slider-item a:before {
  left: 1px;
  bottom: 1px;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 70px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.features-slider-main-item-big a:before {
  height: 100px;
}

.features-slider-item a:hover:after {
  left: 1px;
  bottom: 1px;
  right: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4)
}

/*********************************
панель пользователя в шапке
***********************************/

.spec-project {
  color: rgb(255, 189, 48) !important;
  border: none !important
}

.user-panel-data .avatar-image {
  border-radius: 50%;
  vertical-align: top;
  margin-top: 5px;
}

.user-panel-data .dropdown {
  display: inline-block;
}

.user-panel-data > .btn, .user-panel-data .dropdown > .btn {
  border-radius: 0;
  background: none;
  border: none;
  color: #696969;
  font-size: 20px;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #161616;
  position: relative;
  margin-left: 0 !important;
  line-height: 40px;
}

.user-panel-data > .btn:last-child, .user-panel-data .dropdown > .btn {
  border-right: none;
}

.navbar .user-panel-data > .btn:hover > *, .navbar .user-panel-data > .btn:hover {
  color: #fff;
}

.user-panel-data .btn.btn-special {
  padding: 0 20px;
  font: bold 14px/40px "PT Sans", Arial, sans-serif;
}

.user-panel-data .btn-special.btn-emphasized {
  color: #ccc;
}

.user-panel-data .btn-special.btn-emphasized:hover {
  color: #fff;
}

.user-panel-area .btn.active {
  color: #aaa;
  background: none;
}

.user-panel-area .glyphicon {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -4px;
}

.user-panel-area .user-panel-navigation .glyphicon {
  font-size: inherit;
}

.user-panel-area .value {
  color: #fff;
  position: absolute;
  left: 2px;
  top: 7px;
  background: var(--main-color);
  padding: 4px 0 5px;
  min-width: 19px;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  z-index: 1;
}

.user-panel-area .btn.active .value {
  display: block;
}
.user-panel-area .user-panel-navigation {
  cursor: default;
  width: auto;
  white-space: nowrap;
  right: 0;
  left: auto;
  padding: 5px 0 0;
}
.user-panel-navigation .title {
  margin: 0;
  font-size: 2rem;
}
.user-panel-navigation img {
  border-radius: 100%;
}
.user-panel-area .user-panel-navigation .content {
  background: #fff;
  border: none;
  padding: 5px 15px 10px 10px;
  text-align: left;
  display: flex;
  align-items: center;
  color: #444;
  font-size: 12px;
  line-height: 1.7;
}
.user-panel-area .user-panel-navigation .footer {
  padding: 5px 10px 7px;
  background: #eee;
  border-top: 1px solid #ccc;
  clear: both;
  white-space: nowrap;
  border-radius: 0 0 4px 4px;
}
.user-panel-area .user-panel-navigation .content img {
  margin: 0 10px 0 0;
  max-width: none;
}
.user-panel-area .user-panel-navigation .content:before {
  position: absolute;
  right: 18px;
  top: -7px;
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
}
.side-widget-pane {
  height: 100%;
  width: 400px;
  background: #262626;
  padding: 10px 0 20px 15px;
  position: fixed;
  top: 0;
  color: #9a9a9a;
  z-index: 100;
  right: -400px;
  -webkit-transform: translateZ(0);
}

.side-widget-pane.active {
  right: 0;
}

.side-widget-pane .side-widget-pane-controll.active {
  opacity: 1;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.9);
}

.side-widget-pane-controll:hover {
  opacity: 1;
  background-color: #191919;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.8);
}

.side-widget-content {
  overflow: auto;
  height: 100%;
  padding: 0 15px 0 0;
  margin-right: 20px;
}

.side-widget-pane a {
  color: #9a9a9a;
}

.side-widget-pane a:hover {
  color: #eee;
}

.side-widget-pane-controll {
  background: #1f1f1f;
  width: 16px;
  height: 100%;
  position: absolute;
  left: -16px;
  top: 0;
  cursor: pointer;
  opacity: 0.5
}

.side-widget-pane-controll:hover {
  opacity: 1;
}

.side-widget-pane-controll:before {
  content: "\e62c";
  position: absolute;
  top: 15px;
  left: 0;
  font-family: 'icomoon';
}

.side-widget-pane-controll.active:before {
  content: "\e629";
}

.side-widget-pane-controll:hover:before {
  color: #eee;
}

.side-widget-pane .nav {
  margin: 0 0 0 5px;
  color: #9a9a9a;
  margin-bottom: 40px;
}

.side-widget-pane .menu-nav li {
  padding: 8px 0;
  border-bottom: 1px solid #111;
  box-shadow: 0 1px 1px -1px rgba(255, 255, 255, 0.1);
}

.side-widget-pane .nav a {
  color: #9a9a9a;
}

.side-widget-pane .nav b {
  color: #fff;
}

.side-widget-pane .nav a:hover {
  color: #fff;
}

.side-widget-pane .nav .title {
  font-size: 19px;
  color: #eee;
  text-shadow: 1px 1px 1px #111;
}

.side-widget-pane .notice-area {
  margin: 0 0 50px 0;
}

.side-widget-pane .notice-item {
  padding: 7px 12px;
  background: #333333;
  margin: -1px 0 7px 0;
  color: #9a9a9a;
  border: 1px solid #333;

}

.side-widget-pane .notice-item .wrapper {
  min-height: 50px;
  overflow: hidden;
}

.side-widget-pane .notice-item:hover {
  background: #313131;
  border-color: #444;
}

.side-widget-pane .notice-content {
  display: table;
  width: 100%
}

.side-widget-pane .notice-content {
  color: #9a9a9a
}

.side-widget-pane .notice-content:hover {
  color: #ccc
}

.side-widget-pane .notice-content img {
  max-width: 50px;
  max-height: 50px;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.side-widget-pane .notice-content .glyphicon {
  font-size: 50px;
  vertical-align: middle;
  color: #888;
}

.side-widget-pane .notice-content .btn {
  border-radius: 0;
  background: none;
  border-color: transparent;
  margin: 0 10px 0 0;
  color: #8b8b8b;
  border-bottom: 1px dotted #8b8b8b;
  padding: 0;
}

.side-widget-pane .notice-content .btn:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.side-widget-pane .notice-text {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}

.side-widget-pane .notice-text b {
  color: #fff;
}

.side-widget-pane .notice-close {
  float: right;
  margin: -5px -10px -10px 0;
  cursor: default;
  width: 16px;
  height: 16px;
  text-align: center;
}

.side-widget-pane .notice-close:hover {
  color: #eee;
}

.side-widget-pane .heading {
  margin-bottom: 20px;
  font-size: 17px;
}

.side-widget-pane .comments-history li {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}

.side-widget-pane .comments-history .glyphicon {
  font-size: 20px;
  display: table-cell;
  width: 30px;
}

.side-widget-pane .comments-history li a {
  color: #777;
  display: table-cell;
  vertical-align: top;
}

.side-widget-pane .comments-history li a:hover {
  color: #eee;
  text-decoration: underline;
}

.side-widget-pane .nav-tabs {
  background: #222;
  margin: 0 0 40px 0;
}

.side-widget-pane .nav-tabs.nav-justified > li > a {
  border: none;
}

.side-widget-pane .nav-tabs > li.active > a,
.side-widget-pane .nav-tabs > li.active > a:hover,
.side-widget-pane .nav-tabs > li.active > a:focus {
  background: #3A3A3A;
  border: none;
  border-radius: 0;
  border-bottom-color: transparent;
  color: #111;
  box-shadow: 0 0 3px #111 inset;
}

.side-widget-pane .nav > li > a:hover,
.side-widget-pane .nav > li > a:focus {
  text-decoration: none;
  background: none;
  border: none;
  border-radius: 0;
}

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

.main-page .module {
  margin: 0 0 20px 0;
}

.main-page .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.module-header .avatar-image {
  width: 35px;
  height: 35px;
}

.module-header .all-link {
  color: var(--main-color);
  text-decoration: underline;
  font: bold 14px "PT Sans", Arial, sans-serif;
  margin: 10px 15px 0 0;
}

.module-footer {
  background: var(--main-color);
  height: 3px;
}

.module-tab {
  display: inline-block;

  position: relative;
  margin: 0 5px;
}

.module-title {
  display: inline-block;
  color: #565656;
  font: normal 30px/1 'PT Sans Narrow', Arial, sans-serif;
  margin: 0 15px 5px 0;
}

.article-footer .module-title {
  font: normal 20px/1 'PT Sans Narrow', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.module-title a {
  color: #444;
  text-decoration: none;
}

.module-title a:hover {
  color: var(--main-color);
}

.module-title .btn {
  padding-top: 0;
  padding-bottom: 0;
  color: #777;
}

.module-tabs-set {
  display: inline-block;
}

.module-tab.active {
  color: #db0808;
  border-bottom: 2px solid var(--main-color);
  top: 1px;
}

.module-tab > a, .module-tab > span {
  display: block;
  text-align: center;
  padding: 0 5px;
  float: left;
  color: #777;
  cursor: pointer;
}

.module-tab > a:hover, .module-tab > span:hover {
  color: #222;
  text-decoration: none;
}

.module-tab.active > a, .module-tab.active > span {
  color: #222;
  cursor: default;
  outline: none;
}

.module-tab > a:hover {
  color: var(--main-color);
}

.module-subtitle {
  font-size: 18px;
  text-transform: lowercase;
  margin: 0 0 0 10px;
}

.module-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.module-content {
  padding: 10px 0;
}

.module-content .tab-content {
  display: none;
}

.module-content .tab-content:first-child {
  display: block;
}

.module-item-title {
  font: bold 15px/1 'PT Sans', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  display: block;
  color: #444;
  text-decoration: none;
}

.module-item-title:hover {
  text-decoration: none;
}

.jcarousel-item-vertical {
  height: 105px;
}

.peview-item .image-thumb {
  position: absolute;
  left: 0;
  border: none;
}

.peview-item p {
  margin: 0 10px 0 0;
  line-height: 1.3;
}

.module-item .wrapper {
  padding: 0 7px;
}

.module-item-metadata a {
  color: #6f6f6f;
}

.module-item-metadata a:hover {
  color: #222;
}

.module-item-counters, .module-item-counters a {
  color: #6f6f6f;
}

.module-item-counters .glyphicon {
  color: #ddd;
  margin: 0 3px 0 8px;
  font-weight: normal;
  font-size: 14px;
}



/*************************************TAGS**********************************************/

.tags-cloud {
  padding: 0 0 30px 0;
}

.tags-cloud .tag {
  padding: 8px 10px;
  margin: 5px;
  border-radius: 2px;
}

.tags-cloud .tag:before, .tags-cloud .tag:after {
  display: none;
}

.tags-cloud .active, .tags-cloud .active .tag-num {
  background: #444;
  color: #fff;

}

.tag-num {
  color: #999;
  padding: 0 7px 0 5px;
  display: inline-block;
  margin: 0 -6px 0 5px;
  border-left: 1px solid #ccc;
}

.subheading {
  font: normal 17px/1 Arial, sans-serif;
  color: #444;
  padding: 0 0 10px 0;
}

.downloads-category-items {
  display: block;
  color: #999;
  font: normal 11px/1 Tahoma, Arial, sans-serif;
}

.downloads-category-items a {
  background: #f4f4f4;
  color: #777;
  padding: 3px 6px 4px 12px;
  line-height: 1;
  margin: 7px 10px 0 15px;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  position: relative;
  text-align: left;
}

.downloads-category-items a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #e3e3e3 transparent transparent;
  border-width: 9px;
  position: absolute;
  left: -18px;
  top: 0
}

.downloads-category-items a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0px;
  top: 6px;
  background: #fff;
}

.downloads-category-items a:hover:before {
  border-color: transparent #444 transparent transparent;
}

.downloads-category-items a:hover {
  background: #444;
  color: #fff;
  text-decoration: none;
}

/*************************************custom styles for modules **********************************************/

.module .wrapper-vertical .title {
  line-height: 1;
  height: 58px;
}

.forums-module .module-item em {
  font: normal 1.2rem Arial, sans-serif;
  display: block;
  color: #9a9a9a;
}

.games-catalogue-flow {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.games-catalogue-flow .gp-game-cover {
  position: relative;
  padding-right: 15px;
  flex-shrink: 0;
}
.games-catalogue-flow .item {
  display: flex;
  background-color: #f5f5f5;
  margin: 15px;
  flex-basis: calc(50% - 30px);
  position: relative;
}
.games-catalogue-flow .info {
  padding: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.games-catalogue-list .dropdown-toggle .glyphicon {
  top: 4px;
  font-size: 12px;
}
.games-catalogue-list .filter-block .dropdown-menu{
  width: 100%;
}
.games-catalogue-list .title {
  font-size: 1.6em;
  line-height: 1;
  margin: 10px 0 0 0;
}
.games-catalogue-list .meta-info {
  margin: 10px 0;
  font: normal 1.2rem/1.7 Arial, sans-serif;
}

.games-catalogue-flow .gp-game-cover img {
  border: none;
}
.games-catalogue-flow .game-rating-points {
  margin-top: auto;
}
.games-catalogue-list .filter-block {
  margin-top: 10px;
}

.games-catalogue-list .filter-block .active {
  box-shadow: none;
  background-color: #fff;
  font-weight: bold;
}
.games-catalogue-list .filter-block .dropdown-menu .active {
  box-shadow: none;
  background-color: #cfcfcf;
}
.games-catalogue-list .btn-group:nth-child(2) .btn {
  border-width: 1px 0;
}

.games-catalogue-list .gp-game-follow {
  border-radius: 0;
  position: absolute;
  left: -9px;
  top: 145px;
  border: none;
  background: #e8e8e8;
}

.games-catalogue-list .gp-game-follow:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent #ababab transparent transparent;
}

.games-catalogue-list .gp-game-cover:hover .gp-game-follow {
  background: var(--main-color);
}

.games-catalogue-list .gp-game-cover:hover .gp-game-follow:after {
  border-color: transparent #7d0b0b transparent transparent;
}

.games-catalogue-list .gp-game-cover:hover .gp-game-follow * {
  color: #fff;
  text-shadow: none;
}

.games-catalogue-list .gp-game-follow.active {
  box-shadow: none;
  background: #eee;
}

.games-catalogue-list .gp-game-cover:hover .gp-game-follow.active {
  background: #e8e8e8;
}

.games-catalogue-list .gp-game-cover:hover .gp-game-follow.active * {
  color: #666;
}

.games-catalogue-list .gp-game-cover:hover .gp-game-follow.active:after {
  border-color: transparent #ababab transparent transparent;
}

.games-catalogue-list .gp-game-follow.btn-standart .badge {
  border: none;
}

.games-catalogue-list .gp-game-follow.btn-standart .glyphicon {
  font-size: 1.4rem;
}

.games-catalogue-list .sort-block {
  padding: 10px;
  margin-top: 10px;
}


.games-catalogue-list .sort-block li {
  padding: 0 1px;
}

.games-catalogue-list .sort-block a {
  color: #666;
}

.games-catalogue-list .sort-block .btn-link .glyphicon {
  color: #999;
}

.games-catalogue-list .sort-block a:hover, .games-catalogue-list .media-body a:hover, .games-catalogue-list .sort-block .btn-link:hover .glyphicon {
  color: var(--main-color);
  text-decoration: none;
}

.games-catalogue-list .media-body a {
  color: #555
}

.games-catalogue-list .sort-block .active {
  box-shadow: none;
  cursor: default;
  color: #666;
  background: #eee;
}

.filter-set .filter {
  height: 30px;
  border: 1px solid #d3d3d3;
  margin: 4px;
  background: #eee;
  z-index: 10;
}

.filter-set .filter:hover {
  background-color: #e3e3e3;
}

.filter-set .current {
  font: bold 1.5rem 'PT Sans Narrow', Arial, sans-serif;
  height: 100%;
}

.filter-set .filter .drop-down-controll {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 95% center;
  border: none;
  top: 0;
  vertical-align: middle;
  height: 100%;
  line-height: 27px;
  padding: 0 0 0 5px;
  background-color: #ddd;
  color: #444;
}

.filter-set .filter .drop-down-controll.reset {
  background-color: #eee;
  color: #bbb;
}

.filter-set .filter .drop-down-controll.reset:hover {
  background-color: #e5e5e5;
  color: #888;
}

.filter-set .drop-down-layer.standart:before {
  content: none;
}

.filter-set .drop-down-layer {
  left: 0;
  width: 100%;
  top: 28px;
  margin: 0;
  border-radius: 0;
}

.filter .drop-down-layer.standart .active {
  color: #ccc !important;
}

.filter .drop-down-layer.standart a:hover {
  color: #fff;
  background: #444;
}

.filter .drop-down-layer.standart a:active {
  color: #444;
  background: #fff;
}

/**404**/
.sorry-massage {
  padding: 25px 0;
}

.sorry-massage-header {
  font: bold 3.8rem/1 "PT Sans", Arial, sans-serif;
  color: #888;
  margin: 0 0 25px 0;
}

.sorry-massage-content {
  font-size: 2rem;
}

.games-catalogue-list .platform-item {
  margin: 0 2px;
}

.platform-item {
  border-style: solid;
  border-width: 0;
  text-decoration: none !important;
}

.css-table-cell.platform-date {
  white-space: nowrap;
  width: 70px;
}

/*************************Карточка игры******************************/

.gp-game-card .platform-item {
  border-bottom-style: solid;
  border-width: 1px;
  margin: 0 2px 5px;
  padding: 1px 4px;
  border-radius: 3px;
  display: inline-block
}

.platform-item.pc {
  border-color: blue;
  color: blue;
}

.gp-game-card .platform-item.pc:hover {
  color: #fff;
  background: blue;
}

.platform-item.xbox360, .platform-item.xboxone, .platform-item.xbox {
  border-color: green;
  color: green;
}

.gp-game-card .xbox360:hover, .gp-game-card .xboxone:hover, .gp-game-card .xbox:hover {
  color: #fff;
  background: green;
}

.platform-item.ps3, .platform-item.ps2, .platform-item.ps4 {
  border-color: #53a0ff;
  color: #53a0ff;
}

.gp-game-card .ps3:hover, .gp-game-card .ps2:hover, .gp-game-card .ps4:hover {
  background: #53a0ff;
  color: #fff;
}

.platform-item.android {
  border-color: #95C04A;
  color: #95C04A;
}

.gp-game-card .android:hover {
  color: #fff;
  background: #95C04A;
}

.platform-item.ios {
  border-color: #000;
  color: #000
}

.gp-game-card .ios:hover {
  color: #fff;
  background: #000;
}

.platform-item.psp, .platform-item.vita {
  border-color: #2E9FCB;
  color: #2E9FCB;
}

.gp-game-card .psp:hover, .gp-game-card .vita:hover {
  color: #fff;
  background: #2E9FCB;
}

.platform-item.wii, .platform-item.wiiu, .platform-item.gc, .platform-item.switch {
  border-color: #8675BC;
  color: #8675BC;
}

.gp-game-card .wii:hover, .gp-game-card .wiiu:hover, .gp-game-card .gc:hover, .gp-game-card .switch:hover {
  color: #fff;
  background: #8675BC;
}

.indexfilter .drop-down-layer.standart {
  min-width: 45px;
  max-height: 400px;
  overflow: auto;
  text-transform: uppercase;
}

.indexfilter .drop-down-layer a {
  padding-right: 0;
}

.tileview-list-item {
  margin: 0 0 40px 0;
  position: relative;
}

.tileview-list-module .video-tile {
  padding: 0;
  height: auto;
  overflow: hidden;
  border: none;
}

.tileview-list-module .video-tile .wrapper {
  position: relative;
  overflow: hidden;
}

.tileview-list-module .video-tile .info {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ccc;
  padding: 2px 5px;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5)
}

.tileview-list-module .video-tile .info .views {
  margin-left: 10px
}

.tileview-list-module .video-tile .title {
  color: #444;
  font: bold 1.8rem/1 "PT Sans Narrow", Arial, sans-serif;
  margin-top: 10px;
  margin-right: 24px;
}

.tileview-list-module .video-tile:hover .title {
  color: var(--main-color);
}

.tileview-list-module .cover-image {
  width: 100%;
}

.video-tile .meta-data {
  color: #999;
}

.video-tile .video-tile-tags {
  margin-bottom: 5px;
}

.video-tile .video-tile-tags a {
  color: #666;
}

.video-tile-tags a:hover {
  color: #000;
}

.tileview-list-module .module-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.video-list.tileview-list-module .module-content {
  margin: 20px 0;
}

.tileview-list-module .item {
  margin-bottom: 30px;
  flex-basis: calc(33.3333% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}
.tileview-list-module .video-tile {
  flex-basis: calc(25% - 4px);
  margin-left: 2px;
  margin-right: 2px;
}


.video-tile .media {
  margin-top: 0
}

.video-tile .media-center {
  position: relative
}

.post-type {
  position: absolute;
  left: 15px;
  top: 150px;
  z-index: 1;
  color: #fff;
}

.story-container .post-type {
  font-size: 3rem;
  opacity: 0.8;
}

.story-container:hover .post-type {
  animation: pulse 1s infinite;
  opacity: 1;
}

.video-tile .media-center a:after {
  content: "\e62a";
  font-size: 50px;
  color: var(--main-color);
  position: absolute;
  left: 50%;
  margin: -35px 0 0 -35px;
  top: 50%;
  font-family: 'icomoon';
  background: rgba(255, 255, 255, 0.4);
  border-radius: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  display: none;
}

.video-tile .media-center a:hover:after {
  display: block;
}

.tileview-list-item.video-tile .meta-data {
  color: #aaa;
  font-weight: normal;
  line-height: 1.5
}

.section-nav {
  margin-bottom: 10px
}

.section-nav .elem {
  margin: 5px 10px 0 0;
  display: inline-block;
  font-size: 1.4rem;
  padding-bottom: 0;
}

.section-nav .elem:hover {
  color: var(--main-color);
}

.section-nav .active {
  color: var(--main-color);
}

.tileview-list-module .special-item .aholder {
  min-width: 280px;
  margin-bottom: 0;
}

.tileview-list-item .cover-image {
  background: #444;
}

.tileview-list-item .title {
  display: block;
  font: bold 1.8rem/1 'PT Sans Narrow', Arial, sans-serif;
  margin: 10px 0 5px 0;
}

.blog-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.blog-title {
  margin-bottom: 5px;
}

.blog-header {
  margin-bottom: 15px;
}

.tileview-list-item .content-manage-options {
  position: absolute;
  right: -5px;
  top: 15px;
  z-index: 1;
  cursor: default;
  margin-top: 0;
}

.tileview-list-item .content-manage-options .btn {
  cursor: default;
}

.content-manage-options .blog-confirm-button {
  color: var(--main-color) !important;

}

.content-manage-options .manage-control.confirmed, .manage-control.confirmed .glyphicon {
  color: #009111 !important;
  cursor: default;
}

.article-tags a {
  display: inline-block;
  font: normal 1.2rem/1 Arial, sans-serif;
}

.article-tags a:hover {
  text-decoration: underline
}

.user-blogs-additional {
  padding: 25px 10px 0 0;
}

.user-blogs-additional .title {
  font: bold 1.6rem/1 "PT Sans", Arial, sans-serif;
  margin: 0 0 10px 0;
  color: #777;
}

.user-blogs-additional .item {
  margin: 0 0 12px 0;
}

.user-blogs-additional .blog-name:hover {
  text-decoration: underline;
}

.user-blogs-additional .game-name {
  display: block;
}

.tileview-list-item .publication-partition {
  margin: 10px 0 0 0;
  min-height: 20px;
}

.tileview-list-item {
  overflow: hidden;
}

.tileview-list-item.special-item .aholder {
  padding: 0;
}

.tileview-list-item .publication-content {
  font: normal 1.4rem/1.5 Arial, sans-serif;
  margin: 10px 10px 10px 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tileview-list-item .meta-data{
  margin: 10px 0 8px;
  display: flex;
  align-items: center;

}
.tileview-list-item .tileview-item-header {
  margin: 0 10px 5px 0;
  font: bold 2rem/1 "PT Sans Narrow", Arial, sans-serif;
}

.tileview-list-item .publication-partition a {
  color: var(--main-color);
}

.tileview-list-item .tileview-item-header a {
  color: #444;
}

.tileview-list-item .tileview-item-header a:hover {
  color: var(--main-color);
}

.tileview-item-header.small {
  padding: 0;
}

.top-downloads-module .module-item {
  margin: 0 0 50px 0;
}

.top-downloads-module .image {
  margin-right: 20px
}

.top-downloads-module .title {
  font: normal 18px/1 Arial, sans-serif;
  margin: 0 0 12px 0;
  display: block;
}

.top-downloads-module .btn {
  margin: 3px 3px 3px 0;
}

/**********************Виджет с превью новостями и статьями*******************************/

/*recommended content*/
.rc-box {
  background: #F4F4F4;
  margin-bottom: 40px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  padding-bottom: 20px;
}

.rc-box-item-title a {
  color: #444;
  word-wrap: break-word;
  hyphens: auto;
}

.rc-box-item-title a:hover {
  color: var(--main-color);
}

.rc-box img.pull-left {
  margin: 3px 5px 0 -5px;
}

.rc-box img.pull-right {
  margin: 0 -5px 0 5px;
}

.rc-box-header {
  background: var(--main-color);
  padding: 6px 10px;
  margin-bottom: 5px;
}

.rc-box-heading {
  display: block;
  font: normal 1.1rem/1.1 Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.rc-box-header a, .rc-box-header a:hover {
  color: #fff;
}

.rc-box-content {
  padding: 20px 15px 0 20px;
}

.rc-box-item {
  margin-bottom: 30px;
  padding: 0;
  word-break: break-word;
}

.rc-box-item.compact {
  margin-bottom: 20px;
}

.rc-box-item-title {
  font-size: 1.4rem;
}

.rc-box-item.compact .rc-box-item-title {
  font-size: 1.2rem;
}

.rc-box-item .glyphicon {
  font-size: 15px;
  color: #c1c1c1;
  vertical-align: middle;
}

.rc-box-item-meta {
  margin: 5px 0 0 0;
  color: #a1a1a1;
}

.rc-box-item-meta a {
  color: #a1a1a1;
}

.rc-box-item-meta a:hover {
  text-decoration: underline;
  color: #444;
}

.rc-box-footer {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.posts-flow {
  margin: 0 -8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.post-flow-item {
  margin: 0 8px;
  margin-bottom: 40px;
  flex-grow: 0;
  flex-basis: calc(50% - 16px);
}

.post-flow-cover {
  margin-bottom: 7px;
  margin-top: 2px;
  position: relative
}
.post-flow-cover img {
  width: 100%;
}
.post-flow-title {
  font: bold 2rem/1 "PT Sans Narrow", Arial, sans-serif;
  margin: 5px 10px 10px 0;
}

.post-flow-text {
  font: normal 1.4rem/1.5 Arial, sans-serif;
  margin: 0 10px 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  -moz-line-clamp: 3;
  line-clamp: 3;
}

.post-flow-meta, .post-flow-meta *, .post-flow-meta a, .post-flow-meta .glyphicon {
  color: #aaa;
  font-weight: normal
}

.post-flow-meta .glyphicon {
  color: #ccc;
}

.video-announce .post-flow-cover:after {
  content: "\e029";
  font-size: 3rem;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-family: 'Glyphicons Halflings';
  opacity: 0.8;
}

.video-announce:hover .post-flow-cover:after {
  animation: pulse 1s infinite;
  opacity: 1;
}

.page-aside .pix-widget {
  margin-bottom: 40px;
}

.page-aside .pix-widget img {
  margin-bottom: 5px;
}

.page-aside .pix-widget .item {
  float: left;
  width: 50%;
}

.page-aside .pix-widget li:nth-child(odd) {
  padding-right: 2px;
}

.page-aside .pix-widget li:nth-child(even) {
  padding-left: 2px;
}

.page-aside .pix-widget .img-wrapper {
  position: relative;
  display: block;
}

.page-aside .pix-widget .title {
  position: absolute;
  color: #eee;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  bottom: 5px;
  padding: 5px 10px;
  width: 100%;
  font: 1.1rem Arial, sans-serif;
}

.video-announce .media-announce-image a:before {
  content: "\e62a";
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  line-height: 70px;
  margin: -35px 0 0 -30px;
  top: 50%;
  font-family: 'icomoon';
  background: rgba(255, 255, 255, 0.1);
  border-radius: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

.video-announce:hover a:before {
  color: var(--main-color);
  display: block;
  background: rgba(255, 255, 255, 0.4);
}

/**********************RELATED module*******************************/
.article-related-content {
  padding-top: 20px;
}
.article-related-content .post-container {
  margin: 10px -3px 20px;
  display: flex;
}
.article-related-content .item {
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 40px;
  flex-basis: calc(33.3333% - 6px);
}
.article-related-content .item-title {
  padding: 10px 20px 0 0;
  font: normal 1.5rem/1.2 Arial, sans-serif;
}
.article-related-content a {
  color: #444;
  text-decoration: none;
}
.article-related-content a:hover {
  color: var(--main-color);
}

.article-related-content .files-listing {
  margin: 10px 0 40px;
}
.article-related-content .files-listing .item {
  padding: 8px 0;
  font: bold 1.3rem/1 Arial, sans-serif;
  border-top: 1px solid #e2e2e2;
  margin: 0;
}
.article-related-content .downloads-category-items {
  margin: 0 0 3px -4px;
}

.article-related-content .flash-thumb {
  margin-right: 13px;
}

.video-header {
  margin: 15px 0 10px;
}
.video-header .video-title {
  font: normal 3rem/1 "PT Sans Narrow", Arial, sans-serif;
  display: inline;
}

.video-list-page .tileview-list-item {
  margin: 30px 0 10px;
  border: none;
  height: 270px;
  overflow: hidden;
}

.video-related-content {
  margin: 0 0 60px;
}

.video-related-content .item {
  margin-bottom: 22px;
  background-color: #f5f5f5;
  display: block;
}

.video-related-content .item:hover {
  background-color: #f1f1f1;
}

.video-related-content .item img {
  float: left;
  margin-right: 10px;
}

.video-related-content .title {
  font-size: 1.3rem;
  padding-right: 5px;
  margin: 8px 0 0 0;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.video-description {
  margin-top: 25px
}

/**********************ГОЛОСОВАНИЕ*******************************/

.poll-module .block-content {
  padding: 20px 10px 10px 20px;
  background: #fff;
}

.page-aside .poll-module .block-content {
  background-color: #f3f3f3;
}

.poll-qwestions-form .radio {
  margin: 14px 0
}

.poll-qwestions-form .radio input {
  margin-top: 2px
}

.poll-module .module-title {
  font: bold 1.3rem Arial, sans-serif;
  padding: 5px 0 2px 0;
  color: var(--main-color);
}

.poll-module .poll-theme {
  font: bold 1.5rem/1 Arial, sans-serif;
  color: #444;
  margin: 10px 10px 0 0;
  display: block;
}

.poll-module .poll-theme a {
  color: #444;
  text-decoration: none;
}

.poll-module .module-item {
  margin: 0 5px 10px 0;
  padding: 0;
  min-height: 32px;
  font: normal 1.2rem Arial, sans-serif;
  cursor: default;
}

.poll-module .module-item .inner {
  padding: 8px 2px 2px 2px;
}

.poll-module .bottom {
  padding: 10px 0;
}

.poll-module .poll-summary {
  vertical-align: middle;
  font: normal 1.3rem/30px 'PT Sans', Arial, sans-serif;
}

.poll-module .progress-custom {
  margin-bottom: 5px;
}

.poll-module .cntrl-holder {
  margin-left: 5px;
}

a:hover .progress-bar-custom {
  background: var(--main-color)
}

/* ==========================================================================
   Navigation styles
   ========================================================================== */

.navbar {
  border-radius: 0;
}
.navbar-brand {
  padding: 0
}
.navbar-default .navbar-nav > li > a {
  color: #c8c8c8;
}
.main-navigation .dropdown-toggle {
  color: #c8c8c8;
  text-transform: uppercase;
  font: bold 15px/1 'PT Sans Narrow', Arial, Helvetica, sans-serif;
  padding: 12px 18px 15px 18px;
  text-decoration: none;
}
.main-navigation .dropdown-toggle:focus {
  color: #c8c8c8 !important;
}
.main-navigation .dropdown-hover {
  transition-property: color, background-color;
  transition-delay: 0.25s;
}
.main-navigation .dropdown-hover:hover {
  color: #e31717;
  background-color: #fff;
}
.main-navigation .dropdown-hover > a {
  transition-property: color;
  transition-delay: 0.25s;
}
.main-navigation .dropdown-hover:hover > a {
  color: #333;
}
.main-navigation.spec > a {
  background: none !important;
  border-top: 4px solid transparent !important;
}
.main-navigation .dropdown-menu {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid var(--main-color);
  border-top: 0;
}
.main-navigation .last .dropdown-menu {
  padding-top: 10px;
  left: -1px;
  float: right;
}
.main-navigation .drop-down-layer.narrow {
  width: auto;
  right: 0;
  left: auto;
  bottom: auto;
  top: 38px;
  padding: 0;
  height: auto;
  min-height: auto;
}

.main-navigation .drop-down-layer.narrow .drop-down-content {
  height: auto;
  width: auto;
  min-height: auto;
}

.main-navigation .drop-down-layer.narrow li {
  display: block;
  text-align: left;
  white-space: nowrap;
}

.main-navigation .drop-down-layer.narrow a {
  display: block;
}

.main-navigation .second-level a:hover {
  background: var(--main-color);
  color: #fff;
}

.main-navigation .second-level {
  margin: 10px 0;
  font: normal 1.4rem Arial, sans-serif;
  text-align: center;
}

.main-navigation .second-level.last {
  margin-top: -10px
}

.main-navigation .second-level.games-name {
  text-transform: none;
}

.main-navigation .second-level a {
  padding: 5px;
  margin: 0 8px;
  display: inline-block;
  color: #444;
  text-decoration: none;
  font: normal 1.5rem "PT Sans", Arial, sans-serif;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.main-navigation .promoted-content {
  font: normal 1.2rem Arial, sans-serif;
  padding: 25px 0 20px 0;
  text-align: center;
}

.main-navigation .horisontal {
  border-bottom: 1px solid #ccc;
}

.main-navigation .promoted-content .title {
  display: block;
  padding: 8px 0 0 0;
  max-width: 210px;
  margin: 0 auto;
  font: bold 1.2rem Arial, sans-serif;
}

.main-navigation .promoted-content a {
  color: #444;
  text-decoration: none;
}

.main-navigation .promoted-content a:hover {
  color: var(--main-color);
}

.main-navigation .promoted-content img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.main-navigation .promoted-content font {
  display: none
}

.main-navigation .promoted-content.games .title {
  text-align: center;
  width: auto;
  padding: 3px 0 0 0;
}

.promoted-content.blogs .header {
  margin: 10px 0 15px
}

.main-navigation .avatar-area.default-size {
  background: none;
  margin-right: 0;
  box-shadow: none;
}

.main-navigation .first-level > li {
  margin-right: 10px;
}

.main-navigation .first-level > .spec a {
  background-image: none;
}

.main-navigation .first-level > .spec a:hover {
  color: #fff;
}

.main-navigation .first-level .special-nav {
  margin-right: 0;
}

.main-navigation .first-level .special-nav a, .main-navigation .first-level .special-nav {
  color: #fff;
  background: none !important;
  border: none !important;
  text-shadow: 0 0 1px #fff;
}

.main-navigation .first-level .special-nav a:hover {
  color: #cc0000;
  text-shadow: none;
}

.main-navigation .first-level .special-nav span {
  font-family: Arial, sans-serif;
  line-height: 10px;
}

.promoted-content.blogs .top-content-list .item {
  display: table;
  margin: 0 0 10px 0;
  vertical-align: middle;
}

.promoted-content.blogs .top-content-list {
  margin: 10px 0 0 0;
  font: normal 1.2rem/1 Arial, sans-serif
}

.promoted-content.blogs .title, .promoted-content.blogs .avatar-area {
  display: table-cell;
  vertical-align: middle;
}

.main-navigation .user-content-link {
  color: var(--main-color);
  display: block;
  font-weight: bold;
  margin: 0 0 -3px 12px;
}

.main-navigation .user-content-link:hover {
  color: #db0808
}

.main-navigation .sponsors {
  text-align: right;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #aaa;
  font: normal 1.1rem Arial, sans-serif;
}

.main-navigation .sponsors a {
  margin-left: 10px
}

.main-navigation .sponsors a:hover {
  text-decoration: underline
}

.main-navigation .emphasis a {
  color: var(--main-color);
}

.main-navigation .emphasis a:hover {
  color: #fff;
}

.main-navigation .column li {
  display: block;
  text-align: left;
  padding: 5px;
}

.breadcrumbs {
  padding: 0 10px 10px 0;
  font-size: 1.3rem;
}

.breadcrumbs a, .breadcrumbs .btn-link {
  color: #000;
}

.breadcrumbs a:hover, .breadcrumbs .btn-link:hover {
  color: var(--main-color);
}

.breadcrumbs .dropdown-menu > li > a {
  font-size: 1.3rem;
}

.breadcrumbs .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.announcement-flash-nav {
  margin: 20px 0;
}

.announcement-flash-nav .item {
  font: normal 1.5rem/1 Arial, sans-serif;
  margin: 0 3px 5px;
  display: inline-block;
  padding: 3px 5px 5px;
  background-color: #fff;
}

.announcement-flash-nav .item:hover {
  background-color: var(--main-color);
  color: #fff;
}

.announcement-flash-game {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: block;
  background: #fff;
  font: normal 1.3rem/1 Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.announcement-flash .row {
  margin: 0 -5px;
}

.announcement-flash .col-md-2 {
  padding: 0 5px;
}

.announcement-flash-game-description {
  display: none;
  width: 100%;
  padding: 80px 15px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.announcement-flash-game-title {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 80%;
  margin: -10% 0 0 -40%;
}

.announcement-flash-game:hover .announcement-flash-game-description {
  display: block;
}

.page-notification {
  padding: 10px;
  background: var(--main-color);
  color: #444;
  text-align: center;
  font: normal 1.7rem Arial, sans-serif;
  vertical-align: middle;
  position: fixed;
  z-index: 11;
  width: 100%;
  top: 0;
  left: 0;
}

.page-notification .glyphicon {
  position: static;
}

.page-notification .content *, .page-notification .content {
  color: #fff !important;
  text-decoration: none !important;
}

.page-notification .btn {
  font-size: 2.2rem;
  padding: 0;
  line-height: 1;
  color: #fff;
  margin-right: 20px;
  margin-top: -2px;
}

/* ==========================================================================
   Avatars styles
   ========================================================================== */
.avatar.rounded {
  border-radius: 100%;
}
.avatar-area.default-size {
  margin: 5px 10px 0 0;
  width: 42px;
  height: 45px;
  display: inline-block;
  padding: 5px 7px 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
}

.avatar-area.default-size .avatar-image {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  display: inline-block;
}

.avatar-area.big-size .avatar-image {
  border-radius: 0;
  margin-right: 10px;
}

.main-page .page-main-column {
  background-color: #f3f5f6;
}
.post-announce-container {
  display: flex;
  margin: 0 -8px;
}
.post-announce-column {
  margin: 0 8px;
  flex-basis: calc(33.3333% - 16px);
}
.post-announce-column img {
  width: 100%;
}

@media (max-width: 960px) {
  .post-announce-container {
    display: block;
  }
  .post-announce-column .media-list {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
  }
  .post-announce-column .story-container{
    flex-basis: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 480px) {
  .post-announce-column .story-container{
    flex-basis: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.story-container {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.story-content {
  padding: 10px 20px 20px;
  margin-bottom: 0;
}
.story-meta {
  font-size: 1.2rem;
}
.story-meta a, .story-meta * {
  color: #aaa;
}

.news-module .stoty-title {
  font: bold 2rem/1 "PT Sans Narrow", Arial, sans-serif;
  margin: 0 0 10px 0;
  min-height: 6rem;
  max-height: 6rem;
}

.announcement-block {
  margin-bottom: 40px;
  clear: left;
}

.announcement-block .section-link {
  opacity: 0.3;
}

.announcement-block:hover .section-link {
  opacity: 1;
}

.announcement-block .announcement-item {
  margin-bottom: 20px
}

.announcement-block-content {
  padding-top: 10px;
}

.announcement-block .tab-content a:hover {
  color: var(--main-color);
}

.announcement-block .heading {
  border-bottom: 3px solid var(--main-color);
  color: var(--main-color);
  padding: 3px 0 0 0;
}

.announcement-block .nav-tabs > li {
  margin: 0;
}

.announcement-block .heading a {
  border-radius: 0;
  padding: 2px 5px;
  color: #aaa;
  font: bold 1.3rem Arial, sans-serif;
  border: none;
}

.announcement-block .heading .title {
  text-transform: uppercase;
  background: none;
  font-size: 1.7rem;
  padding-right: 30px;
}

.announcement-block .heading .title:hover .glyphicon {
  animation: fadeOutRight 1s infinite;
}

.announcement-block .heading .title a {
  color: var(--main-color);
  padding: 5px 0 2px 0;
  margin: 0;
}

.module-header .module-tabs-set .nav > li > a {
  border: none !important;
  background: none !important;
  border-radius: 0;
}

.module-header-navigation {
  border-bottom: 1px solid #ccc;
  margin: 10px 0 0;
}
.module-header-navigation.page-subnav {
  margin: 5px 0 20px 0;
}
.module-header-navigation .item {
  margin: 0 10px -1px 0;
}

.module-header-navigation .item a:hover, .module-header-navigation .item a:focus {
  background: transparent;
}

.announcement-block .heading.nav-tabs > li.active > a,
.announcement-block .heading.nav-tabs > li.active > a:focus,
.announcement-block .heading a:hover {
  color: #444;
  border: none !important;
  background-color: transparent;
  text-decoration: none;
}

.announcement-block .heading a:hover {
  color: var(--main-color);
}

.tab-content {
  padding: 10px 0 0 0;
}

.file-announcement .announcement-item {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 0;
  margin-top: 0;
}

.file-announcement .game-title {
  font-size: 1.6rem
}

.announcement-block.poll-module .heading a {
  padding: 0;
  font-size: inherit;
}

.announcement-block .game-title, .announcement-block .game-title a {
  color: var(--main-color);
}

.announcement-block .game-title a:hover {
  text-decoration: underline
}

.forum-announcement .media-heading {
  margin: 0 0 20px 0;
}

.blog-announcement .media-heading, .video-announcement .media-heading {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
}

.blog-announcement .media, .video-announcement .media {
  margin: 0 0 25px 0;

}

.video-announcement .media-list {
  margin-bottom: 10px
}

.video-announcement .media-left {
  position: relative;
}

.video-announcement .media-left:before {
  content: "\e62a";
  color: #fff;
  position: absolute;
  font-family: 'icomoon';
  font-size: 2.5rem;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
}

.video-announcement .media:hover .media-left:before {
  color: var(--main-color);
}

.announcement-block font {
  color: inherit;
}

.announcement-block .item-title {
  font: normal 1.5rem/1 Arial, sans-serif;
}

.announcement-block .mute, .announcement-block .mute a {
  color: #999;
}

.discount-announcement .table {
  margin: 12px 0 11px;
  table-layout: fixed;
}

.discount-announcement .table td {
  padding-top: 10px;
  padding-bottom: 6px;
}

.discount-announcement .item-title {
  font: bold 1.3rem Arial, sans-serif;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}

.discount-announcement td:first-of-type {
  width: 66%;
}

.discount-announcement-price {
  white-space: nowrap;
}

.announcement-block .block-content {
  overflow: hidden;
}

.page-aside .announcement-block .block-content {
  background-color: #F4F4F4;
  padding: 20px;
}

.game-announcement-block .row {
  margin-right: -5px;
  margin-left: -5px;
}

.game-announcement-block .col-md-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.game-announcement-card {
  background-color: #fff;
  position: relative;
  white-space: normal;
  overflow: hidden;
}

.game-announcement-card .gp-game-follow {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.game-announcement-card .gp-game-follow:before {
  font-family: 'icomoon';
  content: "\e621";
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: 10;
  color: #eee !important;
  text-shadow: none;
  font-size: 1rem;
  margin-left: -0.35rem;
}

.game-announcement-card .gp-game-follow.active:before {
  content: "\f00c";
  font-size: 1.2rem;
  top: 1px;
}

.game-announcement-card .gp-game-follow.btn-standart .glyphicon {
  font-size: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #888;
  margin: 0
}

.game-announcement-card .gp-game-follow.btn-standart:hover .glyphicon {
  color: #555;
}

.game-announcement-card .icon-checkmark:before {
  font-family: 'Glyphicons Halflings';
  content: "\e044";
}

.game-announcement-card:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.game-announcement-card .gp-game-follow.active {
  border: none;
  background: transparent;
}

.game-announcement-card .gp-game-follow.active .glyphicon {
  color: var(--main-color);
}

.game-announcement-wrapper {
  display: block;
  position: relative;
}

.game-announcement-description {
  padding: 0 10px 10px;
  text-align: center;
  min-height: 130px;
}
.game-announcement-description h5 a {
  position: static;
}
.game-announcement-description h5 a::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.game-announcement-metadata {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 1.4rem;
}

.game-announcement-card:hover .game-announcement-metadata {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.game-announcement-card .gp-game-choice {
  padding: 10px 0;
}

.game-announcement-price {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 50%;
  font-size: 1.2rem;
  transform: translateX(-50%);
}

.game-announcement-price .glyphicon {
  font-size: 85%;
  opacity: 0.8
}

.announcement-block-server-item {
  width: 10%;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
}

.game-announcement-block .game-rating-points {
  border: 5px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

.game-announcement-card:hover .game-rating-points {
  background-color: var(--main-color);
}

.game-rating-points .number {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  line-height: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.gallery-announcement .item-wrapper {
  float: left;
  position: relative;
  width: 20%;
  display: block;
  z-index: 1;
}

.gallery-announcement .item-description {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.gallery-announcement .item-description .title {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 80%;
  margin: -10% 0 0 -40%;
  font-size: 1.6rem;
}

.gallery-announcement .item-wrapper:hover .item-description {
  display: block;
}

.gallery-announcement .item-wrapper {
  transition: all .2s ease-in-out;
}

.gallery-announcement .item-wrapper:hover {
  transform: scale(1.5);
  z-index: 2;
}
.flexbox-wrapper {
  display: flex;
}
.flexbox-wrapper .forum-announcement {
  flex-grow: 1;
  margin-right: 20px;
}

/*  ****************************************************
    Карусели
    ****************************************************  */

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 40px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;

}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;

}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;

}

.scroll-controlls.bottom {
  position: relative;
  bottom: -6px;
}

.scroll-controlls.bottom .prev, .scroll-controlls.bottom .next {
  width: 36px;
  height: 18px;
  text-indent: -9999px;
  margin: 0 3px;
  cursor: pointer;
  display: inline-block !important;
  position: static;
}

.jcarousel-next, .jcarousel-prev {
  cursor: pointer;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */

.page-footer {
  position: relative;
  background: #161616;
  padding: 30px 0 20px;
  color: #737373;
  font: normal 1.2rem/1 Tahoma, Arial, sans-serif;
}

.page-footer .aholder {
  margin-bottom: 20px;
}

.page-footer a {
  color: #aaa;
}

.page-footer .highlighted a {
  color: var(--main-color);
}

.page-footer .bottom-bar {
  padding: 0 0 30px;
}

.page-footer .subscribe-form {
  margin: 12px 0 0 0;
}

.page-footer-nav {
  padding: 20px 0;
  text-transform: uppercase;
}

.page-footer .bottom-bar li {
  margin: 0 0 8px 0;
}

.additional-navigation a:hover {
  color: #fff;
}

.page-footer .additional-navigation .heading {
  color: #606060;
  font: bold 1.6rem/1 "PT Sans Narrow";
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-footer .copyright-info {
  font: normal 1.1rem/1 Tahoma, Arial, sans-serif;
}

.page-footer .copyright-info strong {
  color: #fff;
  font: normal 1.2rem Tahoma, Arial, sans-serif;
  margin: 0 0 5px 0;
  display: block;
}

.page-aside a:hover {
  text-decoration: none;
}

.counters {
  margin-top: 5px
}

.counters img {
  opacity: 0.15;
}

.counters img:hover {
  opacity: 1;
}

.icon-18plus {
  border: 2px solid #fff;
  border-radius: 100%;
  display: inline-block;
  font: bold 2.2rem Arial, sans-serif;
  margin: -3px 10px 0 0;
  color: #fff;
  padding: 5px 6px;
  text-align: center;
  letter-spacing: -2px;
  text-indent: -2px;
  float: left;
}

.icon-18plus span {
  font: bold 1.4rem Arial, sans-serif;
  margin: 0 0 0 3px;
  vertical-align: middle;
}

/* ==========================================================================
   Страница игры
   ========================================================================== */
.game-main-page .section-header {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font: normal 1.8rem "PT Sans", Arial, sans-serif;
  color: #777
}

.gp-main-column {
  position: relative;
}

.game-main-page .module {
  padding-top: 10px;
}

.game-main-page .module-header {
  background: none;
  border: none;
  box-shadow: none;
  height: auto;
  margin: 0 15px 15px 12px;
  padding-bottom: 0;
  padding-left: 0;
}

.game-main-page .module-title {
  width: 44%;
  border-bottom: 1px solid #ccc
}

.game-main-page .module-title a {
  color: #444;
}

.game-main-page section {
  margin-bottom: 20px
}

.game-main-page .articles-module .module-item {
  height: auto;
}

.panel-group.rules {
  border: 1px solid #DBCE90;
}

.panel-group.rules ul {
  padding-left: 10px;
}

.panel-group.rules li {
  margin-bottom: 10px;
}

.new-post-textarea textarea {
  height: 270px
}

.panel-group.rules .panel-title a {
  display: block;
  text-decoration: none !important
}

.panel-group.rules .glyphicon:before {
  content: "\e253";
}

.panel-group.rules .collapsed .glyphicon:before {
  content: "\e252";
}

/*******************************************/
.gp-game-heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 8px solid #222;
}

.description-wrapper {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 10px 0;
}

.description-cntrl {
  display: inline;
  color: var(--main-color);
  cursor: pointer;
  white-space: nowrap;
}

.gp-game-heading .separator {
  height: 3px;
  background: var(--main-color);
  margin: 20px -15px 20px;
}

.gp-game-heading .platform-item {
  cursor: help;
}

.game-header-wrapper .game-score-module {
  top: 15px;
  right: 10px
}

.gp-game-sidebar .content {
  padding: 0 6px 7px 6px;
  border-left: 1px solid #fff;
}

.gp-game-title {
  font: normal 4rem/1 "PT Sans Narrow", Arial, sans-serif;
  margin: 0;
}

.gp-game-heading .game-boxart {
  margin-right: 10px;
  float: left;
}

.gp-game-title a {
  color: #444;
  text-decoration: none;
}

.gp-game-title a:hover {
  color: var(--main-color);
}

.gp-game-sub-title {
  font: normal 1.4rem/1 Arial, sans-serif;
  margin-top: 5px;
  display: block;
  color: #808080;
}

.gp-game-card-header {
  padding: 6px 5px 6px 20px;
  background: #ddd;
  margin: 20px -10px 20px;
  font: normal 1.2rem/1 "PT Sans", Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #eee
}

.gp-game-heading .retailer-price {
  margin-left: 10px;
  font-family: Arial, sans-serif;
}

.gp-game-card {
  background: #f5f5f5;
  padding: 20px 10px;
  margin: 6px 0 40px;
}

.gp-game-card .block {
  margin: 0 10px 30px;
}

.gp-game-card table td {
  border-top: 1px solid transparent !important;
  padding: 2px 5px !important;
}

.gp-game-card .h5 {
  color: #666;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0 5px;
}

.gp-game-card .gp-game-cover {
  padding: 0 10px 10px;
}
.gp-game-card .btn-set {
  padding: 0 10px;
}
.gp-game-card .btn-set .btn {
  border-radius: 0;
}
.gp-game-card .btn-set > div {
  display: flex;
}
.gp-game-cover img {
  background-color: #fff;
}

.gp-game-cover a {
  display: block;
  overflow: hidden;
  position: relative;
}

.gp-game-cover .btn {
  display: inline-block;
}

.gp-game-choice {
  background: var(--main-color);
  position: absolute;
  top: 25px;
  right: -60px;
  width: 200px;
  color: #fff;
  transform: rotate(45deg);
  padding: 12px 0 12px;
  text-align: center;
  font: normal 1.6rem/1 Arial, sans-serif;
}

.game-rating-points .item {
  width: 33.3333%;
  text-align: center;
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: top;
}

.gp-game-rating-area {
  margin: 10px auto 0;
  width: 260px
}

.game-rating-points a {
  text-decoration: none;
}

.game-rating-points .title {
  display: block;
  font: normal 1.1rem/1 Arial, sans-serif !important;
  color: #aaa !important;
}
.game-rating-points .content {
  display: inline-block;
  text-align: center;
}
.game-rating-points .value {
  font: normal 2.4rem/64px Arial, sans-serif;
  text-align: center;
  color: #777;
}
.game-rating-points .title .active {
  color: #555
}
.games-catalogue-list .game-rating-points .value {
  font: normal 1.1rem/1 Arial, sans-serif;
  width: 26px;
  display: inline-block;
  text-align: left;
}
.games-catalogue-list .game-rating-points .value:first-letter, .games-catalogue-list .game-rating-points .ten {
  font: normal 1.8rem/1 Arial, sans-serif;
}
.games-catalogue-list .game-rating-points .readers .value {
  color: #337ab7;
}
.games-catalogue-list .game-rating-points .editorial .value {
  color: var(--main-color);
}
.modal.vert-align {
  text-align: center;
  padding: 0 !important;
}
.modal.vert-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.dark .modal-content {
  background-color: #222;
  color: #ccc;
}
.modal.dark .modal-header {
  border-bottom: 1px solid #111;
  color: #ccc;
}
.modal.dark .modal-header .btn {
  background-color: #444;
  border-color: #111;
  color: #222;
}

.modal.vert-align .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.user-game-rate .modal-content {
  border-radius: 0;
}

.user-game-rate .wrapper {
  padding: 20px 0;
}

.user-game-rate .modal-header .btn {
  margin-left: -30px;
}

.user-game-rate .modal-body .btn {
  display: inline-block;
  margin: 10px 0;
  color: #6f6f6f;
  position: relative;
  text-align: left;
  border: none;
  border-radius: 0;
  background: transparent;

}

.user-game-rate .modal-body .btn:hover {
  color: var(--main-color);
}

.user-game-rate .active {
  color: var(--main-color) !important;
}

.user-game-rate input {
  display: none;
}

.user-game-rate i {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  font-size: 4rem;
}

.user-game-rate i:before {
  content: "\e007";
  font-family: "Glyphicons Halflings";
}

.user-game-rate .active i:before, .user-game-rate .modal-body .btn:hover i:before {
  content: "\e006";
  font-family: "Glyphicons Halflings";
}

.user-game-rate .badge {
  background: none;
  color: #555;
  font-size: 1.8rem;
  padding: 0;
  border-radius: 0;
  top: -20px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
}

.user-game-rate .btn:hover .badge {
  display: block;
}

.user-game-rate .modal-body .btn:hover,
.user-game-rate .modal-body .btn.active,
.user-game-rate .modal-body .btn.active:active {
  box-shadow: none;
}

.game-rating-points .round {
  position: relative;
  width: 60px;
  height: 65px;
  margin: 0 auto;
}

.game-rating-points .current-user .round {
  cursor: pointer
}

.game-rating-points .round div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.game-rating-points .readers .value {
  color: #337ab7;
}

.game-rating-points .editorial .value {
  color: var(--main-color);
}

.game-rating-points .current-user .value.active, .game-rating-points .current-user:hover .value {
  color: #0193ff;
}

.gp-game-summary-requirements .text br {
  line-height: 1.6em
}

.gp-game-card .genres {
  margin: 10px 0;
}

.gp-game-card .genres .item {
  display: inline-block;
  margin: 0 2px 5px;
  padding: 1px 4px;
  border: 1px solid #337ab7;
  border-radius: 3px;
  color: #337ab7;
}

.gp-game-card .genres .item:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}

.link-text {
  color: #222
}

.game-card-addons .item {
  margin-bottom: 10px;
}

.game-card-addons .time {
  color: #888;
}

.gp-game-card .table {
  margin: 0 0 30px 0;
  table-layout: fixed;
  overflow: hidden;
}

.gp-game-follow {
  outline: none !important
}

.gp-game-follow .badge {
  font: normal 1.1rem Arial, sans-serif;
  top: 0;
}

.gp-game-follow .glyphicon {
  font-size: 1.2rem;
  vertical-align: middle;
  top: 0;
  margin-right: 5px;
}
.gp-game-follow.btn-primary .badge {
  border-left: 1px solid #194E7A;
  border-radius: 0;
  color: #fff;
  padding-right: 0;
  background-color: transparent;
  margin-left: 10px;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
}
.gp-game-card .gp-game-follow  {
  position: relative;

}
.gp-game-card .gp-game-follow .badge{
  position: absolute;
  right: 10px;
  margin: 0;
  top: 5px;
}
.gp-game-card .btn {
  margin: 0 0 5px 0;
}
.gp-game-card .btn-vkontakte {
  margin-left: 10px ;
}
.gp-game-follow.btn-standart {
  color: #888;
}

.gp-game-follow.btn-standart .badge {
  border-left: 1px solid #ccc;
  border-radius: 0;
  color: #aaa;
  padding: 0;
  background-color: transparent;
  top: -1px;
  margin-left: 5px;
}

.gp-game-follow.btn-standart .glyphicon {
  font-size: 1rem;
  color: #999;
  font-weight: normal;
}

.gp-game-follow.active {
  background-color: #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  border-color: #d2d2d2;
  color: #555;
}

.gp-game-follow.active .badge, .gp-game-follow.active .badge {
  border-color: #929292;
  color: #555;
}

.btn-vkontakte {
  background: #507299;
  padding: 5px 8px;
  border: none;
}

.gp-game-summary img {
  margin: 0 0 10px 10px
}

.gp-game-heading .btn-set {
  margin-top: 10px;
}

.gp-game-heading .btn-set .icon-rus-vk-01 {
  color: #57799D;
  font-size: 2.4rem;
  vertical-align: middle;
}

.gp-game-heading .addons-block {
  margin-bottom: 20px;
}

.gp-game-heading .addons-block .item {
  margin: 0 0 0 5px;
}

.gp-game-heading .addons-block .item:after {
  content: "\2726";
  margin-left: 7px;
  color: #444;
  font-size: 1.3rem;
}

.gp-game-heading .addons-block .item:last-child:after {
  content: none;
}

.game-heading-compact {
  margin: -20px -20px 0;
  padding: 10px 20px;
  border-bottom: 8px solid #222;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.game-heading-compact .game-header {
  display: flex;
  width: 100%;
  align-items: center;
}
.game-heading-compact .retailer-price {
  font-size: 1.2rem;
  color: #ccc;
  margin-left: 10px;
  vertical-align: top;
}

.game-heading-compact .retailer-price:hover {
  color: var(--main-color);
}

.game-heading-compact .retailer-price .glyphicon {
  font-size: 1.1rem;
  vertical-align: top;
}

.game-heading-compact .gp-game-title {
  margin: 0 0 5px 0;
  font: normal 2.6rem/1 "PT Sans Narrow", Arial, sans-serif;
}

.game-heading-compact .game-header a {
  text-decoration: none !important;
}

.game-heading-compact .game-boxart {
  margin-right: 10px;
  flex-shrink: 0;
}

.game-heading-compact .btn-set {
  margin-left: auto;
  white-space: nowrap;
}

.game-heading-compact .separator {
  margin: 0 -20px 20px;
  clear: both;
  height: 6px;
  background: #3e3e3e;
}

.game-page-aside {
  padding-top: 43px;
}

/**************** новая навигация***************/

.user-profile-sidebar {
  width: 60px;
  position: absolute;
  right: 100%;
  top: 0;
  background: #262626;
  height: 100%;
  z-index: 10;
}

.user-profile-sidebar .content {
  width: 100%;
}

.user-profile-sidebar.highlight {
  background: var(--main-color);
}

.user-profile-navigation .item {
  height: 55px;
  position: relative;
}

.user-profile-navigation .ui-widget-content {
  background: none;
  border-radius: 0;
  border: none;
}

.user-profile-navigation .ui-state-focus {
  background: none;
}

.user-profile-navigation .item a {
  height: 100%;
  display: block;
  text-align: center;
  color: #9a9a9a;
  font: normal 1.1rem/1 'PT Sans', Arial, sans-serif;
  padding: 0;
  text-transform: lowercase;
  overflow: hidden;
  border-radius: 0;
  border: none;
  text-decoration: none;
}

.user-profile-navigation .item .glyphicon {
  font-size: 1.9rem;
  display: block;
  margin: 10px 0 3px 0;
  position: static;
}

.user-profile-navigation .counter {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  color: #fff;
}

.user-profile-navigation .counter.new {
  background: var(--main-color);
  padding: 4px 5px 5px;
  min-width: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
}

.user-profile-navigation a:hover {
  color: #fff;
  background-color: #222;
  border: none;
}

.user-profile-navigation .ui-menu .ui-menu-item a.ui-state-focus, .user-profile-navigation .ui-menu .ui-menu-item a.ui-state-active {
  margin: 0
}

.user-profile-navigation .current > a {
  color: #fff;
}

.user-profile-navigation .current > a {
  color: #fff;
  box-shadow: 0 0 5px #000 inset;
  background-color: #141414;
}

.user-profile-navigation a:hover .counter {
  display: block
}

.user-profile-navigation .notlink {
  cursor: default;
}

.user-profile-sidebar .subnav {
  background: #262626;
  min-width: 200px;
  margin: 0 0 0 -1px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  list-style: none;
  padding: 0;
  z-index: 1000;
  position: absolute;
  left: 100%;
  top: 0;
}

.user-profile-sidebar .item .parent {
  position: relative
}

.user-profile-sidebar .subnav a {
  text-transform: none;
  font: normal 1.2rem/1 Arial, sans-serif;
  padding: 10px 25px 10px 15px;
  height: auto;
  border-top: 1px solid #222 !important;
  white-space: nowrap;
  box-shadow: 0 -1px 1px -1px #fff !important;
  text-align: left;
}

.user-profile-sidebar .subnav a:hover {
  color: #fff;
  background: #171717;
}

.user-profile-sidebar .subnav .parent:after {
  content: '»';
  position: absolute;
  right: 10px;
  top: 5px;
  color: #ccc;
}

.game_user-nav-toggler {
  display: none;
}

.user-avatar.big-size img {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 5px #333;
}

.user-profile-sidebar .user-interaction .invite-friendship, .user-profile-sidebar .user-interaction .separate-friendship {
  margin: 0 0 0 5px
}

.user-interaction .icomoon, .user-interaction .glyphicon {
  font-size: 1.6rem;
  top: 4px;
  position: relative;
}

.user-interaction .invite-friendship .icon-:before {
  content: "\e904";
}

.user-interaction .invite-friendship.active .icon-:before, .user-interaction .separate-friendship .icon-:before {
  content: "\e903";
}

.user-profile-sidebar.horisontal {
  width: auto;
  position: static;
  background: #262626;
  height: auto;
}

.user-profile-header {
  color: #666;
  padding: 20px;
  position: relative;
}
.user-profile-header .social-accounts {
  position: absolute;
  top: 18px;
  right: 10px;
}
.user-profile-header .flexbox-container {
  align-items: center;
}
.user-profile-header .side-two {
  padding-left: 50px;
  border-left: 1px solid #eee;
}
.user-profile-header .side-one {
  flex-basis: 50%;
  position: relative;
}
.user-profile-header .side-one div:first-child {
  padding-right: 25px;
}
.user-profile-header-info .avatar{
  border-radius: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.user-profile-header .dl-horizontal {
  margin: 0;
}
.user-profile-header .btn-profile-edit {
  position: absolute;
  top: 20px;
  right: 20px;
}
.user-acc-list .item {
  margin-bottom: 10px
}

.user-acc-list .item a {
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.user-profile-nickname {
  font: normal 3rem/1 Arial, sans-serif;
  color: #444;
  margin-bottom: 15px;
  display: inline-block;
}

.edit-avatar {
  position: absolute;
  z-index: 1;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: transparent;
  color: #eee;
  padding: 5px 10px;
  cursor: pointer;
}

.edit-avatar .text {
  visibility: hidden;
  font: bold 1.2rem Arial, sans-serif;
  vertical-align: middle;
}

.edit-avatar .glyphicon {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 5px;
}

.user-owner-avatar:hover .edit-avatar {
  background-color: rgba(0, 0, 0, 0.4);
}

.user-owner-avatar .edit-avatar:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff
}

.user-owner-avatar:hover .text {
  visibility: visible;
}

.gp-game-navigation .counter {
  background: #dbdbdb;
  display: inline-block;
  padding: 2px 5px 3px 5px;
  border-radius: 3px;
  margin: -2px 0 0 5px;
  font: normal 1rem/1 Tahoma, Arial, sans-serif;
  color: #555;
  float: right;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: none;
  min-width: 18px;
}

.gp-game-navigation a:hover .counter {
  color: #eee;
  border: none;
  box-shadow: none;
  background: #999;
}

.gp-game-navigation .add-link {
  display: inline-block;
  margin: 6px 6px 0 0;
  float: right;
  text-align: center;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  background: url(../img/ui/plus-icon.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
}

.gp-game-navigation .add-link:hover {
  background: url(../img/ui/plus-icon.png) no-repeat 0 bottom;
}

.gp-game-news .module-item {
  margin: 0 0 15px 0;
  padding: 0 15px;
}

.gp-game-news .module-item time {
  font: normal 11px/1 Tahoma, Arial, sans-serif;
  color: #666;
}

.gp-game-news .module-item-title {
  font: bold 13px/1.3 Arial, sans-serif;
  margin: 0;
}

.gp-game-video .module-item {
  margin: 0 14px 20px
}

.gp-game-video .image-thumb {
  width: 176px;
  height: 99px;
}

.gp-game-video .module-item-counters {
  width: 97%;
  margin: 0 1px;
  top: 75px;
}

.gp-game-blogs .title {
  font: bold 15px/1 'PT Sans', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  display: block;
}

.gp-game-blogs .module-item {
  position: relative;
  padding-left: 100px;

}

.gp-game-blogs .avatar-area {
  position: absolute;
  left: 10px;
}

.gp-game-forums .module-item {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
}

.gp-game-forums .title {
  font: bold 15px/1 'PT Sans', Arial, Helvetica, sans-serif;
}

.gp-game-forums .module-item .counter-reply {
  position: absolute;
  left: 10px;
}

.gp-game-forums .excerpt {
  line-height: 1.5;
}

/* ==========================================================================
   Страница файлов
   ========================================================================== */

.download-content-list .tags a {
  color: #444;
}

.sort-filter-tools-area {
  padding: 0;

}

.sort-filter-tools-area .search-toggle {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../img/ui/chosen-sprite@2x.png) no-repeat -66px -47px;
  margin: 0 5px 0 0;
  opacity: 0.5;
  cursor: pointer;
}

.sort-filter-tools-area .search-toggle.active {
  background: url(../img/ui/chosen-sprite@2x.png) no-repeat -82px 6px;
}

.sort-filter-tools-area .search-toggle:hover {
  opacity: 1
}

.sort-filter-tools-area .classy-form {
  position: absolute;
  left: 15px;
  top: 5px;
  z-index: 10;
  display: none;
  right: 50px
}

.sort-filter-tools-area .classy-form .text {
  padding: 6px 5px 7px;
  box-shadow: 0 0 1px #aaa inset;
  width: 100% !important;
}

.download-content-list .module-content .item {
  margin: 0;
  padding: 15px 0 20px 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  font-size: 1.2rem;
}

.download-content-list .module-content .item:last-child {
  border-bottom: none;
}

.download-content-list .module-content .item:first-child {
  border-top: none;
}

.download-content-list .module-content .item-title {
  font: normal 1.7rem/1.2 Arial, sans-serif;
  margin-bottom: 7px;
}

.article-header .downloads-category-items {
  margin: 5px 0 0px 0;
  display: inline-block
}

.article-header .downloads-category-items a {
  margin: 0 10px 0px 10px;
}

.download-content-list .meta-data {
  color: #aaa;
  font: normal 1.2rem/1.5 Arial, sans-serif;
  margin: 5px 0 0 0;

}

.download-content-list .meta-data-downloads {
  min-width: 50px;
  margin-left: 10px;
}

.download-content-list .meta-data-downloads:hover {
  color: var(--main-color)
}

.download-content-list .module-item-counters {
  margin: 18px 10px 0 0;
}

.download-content-list .paginator {
  margin-top: 20px
}

.download-links-set {
  text-align: center;
  font: normal 1.2rem Arial, Helvetica, sans-serif;
}

.download-links-set.multifiles {
  margin: 5px 0 10px 15px;
}

.download-links-set .utilit-button {
  height: 35px;
  font-size: 1.6rem;
  margin-left: 0;
}
.download-links-set .btn-metadata {
  font-size: 1.2rem;
  line-height: 1;
}
.download-area .tags {
  margin: 10px 0;
  text-align: center;
  font-size: 1.3rem;
}
.download-area .tags .glyphicon {
  font-size: 1.2rem;
}
.download-area .tags a {
  color: #989898;
  white-space: nowrap;
}
.download-area .tags a:hover{
  color: #b31919;
}
.btn-download {
  text-align: left;
  margin-top: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  border-color: #b1b1b1;
  color: #444;
  background-color: #eee;
  max-width: 100%;
}
.btn-download:hover {
  color: #222;
  background-color: #e4e4e4;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.btn-download:active {
  background: #9f9f9f;
  position: relative;
  top: 1px;
  left: 1px;
  color: #fff;
}
.btn-download:focus {
  background-position: right center;
  outline-color: transparent;
}
.btn-download .btn-inner {
  display: flex;
  align-items: center;
  min-width: 280px;
  max-width: 350px;
  padding: 3px 5px;
}
.btn-download .btn-left {
  padding: 5px 22px 5px 12px;
  border-right: 1px solid #fff;
  font-size: 3rem;
}
.btn-download .btn-right {
  padding: 0 20px 5px 25px;
  overflow: hidden;
  border-left: 1px solid #989898;
}
.btn-download .btn-title {
  font: bold 2.5rem/1 "PT Sans Narrow", Arial, sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.btn-download .file-data {
  display: block;
  font-size: 1.1rem;
}

.download-files-pack {
  padding: 0;
  overflow: auto;
  font: normal 1.4rem Arial, sans-serif;
}
.download-files-pack .item {
  padding: 7px 0 7px 0;
  list-style-position: inside;
}
.download-files-pack a {
   color: #337ab7;
}
.download-files-pack a:hover {
  color: #b31919;
}
.download-content-list .module-content .item ul {
  min-height: 60px;
}

.download-content-list .module-content .item li {
  padding: 0 0 10px 0;
}

.download-content-list .module-content .item .all-links {
  font-weight: bold;
  padding: 5px 0 0 0;
}

.download-content-list .tags .glyphicon {
  color: #888;
}

.download-content-list .tags a:hover {
  color: var(--main-color);
}

.download-button:hover .btn-content {
  color: var(--main-color);
}

.media-announce-item {
  margin: 0 0 20px;
  display: flex;
  background-color: #f6f6f6;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.media-announce-item .game-rating-points {
  margin: 0 20px;
}

.media-superscript {
  margin-bottom: 3px;
  display: block;
  line-height: 1;
}

.media-superscript a {
  color: #444;
}

.media-superscript a:hover {
  color: #222;
}

.media-announce-image .media-superscript:hover {
  color: #fff;
  background: var(--main-color);
}

.media-title a, .title a, .author-info a {
  color: #444;
}

.media-title a:hover, .title a:hover, .author-info a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.media-announce-item .media-title {
  font: bold 2rem/1 "PT Sans Narrow", Arial, sans-serif;
  margin: 0 0 5px 0;
}

.media-announce-item .media-title strong {
  color: var(--main-color);
  font: bold 1.4rem/1 Arial, sans-serif
}

.media-announce-text {
  font: normal 1.4rem/1.5 Arial, sans-serif;
  margin-bottom: 7px;
  color: #444;
}
.media-announce-img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.announce-footer, .announce-footer a, .announce-footer .module-item-counters, .announce-footer .module-item-counters a {
  color: #999;
  font: normal 1.2rem/1 Arial, sans-serif;
}

.media-announce-content {
  padding: 10px 10px 10px 20px;
  flex-basis: 85%;
  display: flex;
  flex-direction: column;
}
.media-announce-content .announce-footer {
  margin-top: auto;
  display: flex;
}
.announce-footer .module-item-counters{
  margin-left: auto;
}
.media-announce-image {
  position: relative;
}

.announce-flow {
  margin-bottom: 0
}

.media-announce-image img {
  background: #eee;
}
.media-announce-image > a {
  position: relative;
  display: block;
}
.media.col-sm-4 {
  margin-top: 0;
}

.news-item .news-header .counter-reply {
  cursor: pointer;
  color: #aaa;
  margin: 15px 0 5px 20px
}

.news-item .news-header .counter-reply:hover {
  color: #222;
}

.news-list-module .news-title {
  font: bold 1.9rem/1 Arial, sans-serif;
  margin: 5px 0 15px 0;
  color: #666;
}

.news-item .news-header .meta-data {
  color: #999;
}

.video-announce .media-announce-image a + a:before {
  content: "\e62a";
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin: -35px 0 0 -35px;
  top: 50%;
  font-family: 'icomoon';
  background: rgba(255, 255, 255, 0.4);
  border-radius: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

.video-announce:hover .media-announce-image a:before {
  color: var(--main-color);
  opacity: 1;
}

.download-announce .media-title {
  font: normal 1.3rem/1 Arial, sans-serif;
}

.download-announce {
  margin: 0;
  padding: 10px;
  background: #f3f3f3;
}

.download-announce .download {
  color: #bbb;
  margin: 0 3px 0 7px

}

/* ==========================================================================
   Страница публикации
   ========================================================================== */

.article-title {
  font: normal 4.2rem/1 "PT Sans Narrow", Arial, sans-serif;
  color: #444;
  display: inline;
}
.download-title {
  font-size: 3.2rem;
}
.article-title font {
  display: none;
}
.article-header .copyright, .video-header .copyright{
  margin-left: 5px;
  font-size: 2rem;
  color: #b31919;
  font-weight: normal;
  top: -1.3rem;
  font-family: Tahoma, Arial, sans-serif;
  cursor: help;
  display: inline;
}
.article-metadata {
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px 0;
  padding: 4px 0;
  margin-bottom: 25px;
}
.article-metadata-content {
  display: flex;
  align-items: center;
  line-height: 1.5;
  min-height: 3rem;
}
.article-metadata-content a {
  color: #777;
  text-decoration: none;
}
.article-metadata-content a:hover {
  color: var(--main-color);
  text-decoration: none;
}
.article-metadata-content img {
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle !important;
}
.article-metadata-content .module-item-counters{
  margin-left: auto;
}
.article-metadata, .article-metadata .module-item-counters, .article-metadata .module-item-counters a {
  color: #aaa;
  font-size: 1.3rem;
}
.article-metadata .glyphicon {
  color: #cfcfcf;
  font-size: 12px;
}
.article-content {
  font: normal 1.6rem/1.5 Arial, sans-serif;
  color: #444;
}
.article-content pre span {
  white-space: pre-wrap
}
.article-content h2, .article-content h3 {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  clear: left;
  font-weight: normal;
  color: #444;
  padding: 0;
  line-height: 1;
  margin: 25px 0 0 0;
}
.article-content h2 {
  font-size: 3.4rem;
}
.article-content h3 {
  font-size: 3rem;
}
.article-content h4 {
  font-size: 1.8rem;
}
.article-content h2 strong, .article-content h3 strong {
  font-weight: normal;
}
.article-content .blockquote-1, .article-content .blockquote-2, .article-content blockquote {
  background: #f3f3f3;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 30px 40px 30px 60px;
  line-height: 1.4;
  margin: 25px 0;
  font-style: normal;
  position: relative;
  border: none;
  border-radius: 5px;
}
.article-content .blockquote-1:before, .blockquote-2:before, .article-content blockquote:before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "\00ab";
  font-size: 4rem;
  margin: -20px 0 0 0;
  color: #b31919;
}
.article-content .blockquote-1:after, .blockquote-2:after, .article-content blockquote:after {
  position: absolute;
  right: 20px;
  bottom: 10px;
  content: "\00bb";
  font-size: 4rem;
  color: #b31919;
}
.article-content .blockquote-1 *, .article-content .blockquote-2 * {
  font-style: normal;
  font-weight: normal;
}

.article-content .article-summary {
  font-style: italic;
  font-family: Arial, sans-serif;
  color: #111;
  font-size: 1.7rem;
  font-weight: normal;
  margin: 25px 0;
  line-height: 1.4;
}

.article-content .insetblock {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.article-content .insetblock img {
  display: inline-block;
  width: 145px;
  height: auto;
  margin: 0 4px 7px 0;
}

.article-content .insetblock br {
  display: none;
}

.article-content p {
  margin: 25px 0;
  vertical-align: top;
}

.article-content ul, .article-content ol {
  margin-bottom: 25px;
}
.article-content li {
  margin-bottom: 8px;
}
.jwplayer .jw-menu {
  margin-bottom: 0
}

.article-content p span, .article-content li span {
  font-size: inherit !important;
}
.user-content-image {
  vertical-align: top;
}
.article-footer {
  margin-top: 20px;
}

.article-footer .btn.pull-right {
  margin-top: -5px
}

.article-content .image-wrapper {
  margin: 10px auto 25px;
  font: normal 2rem/1 'PT Sans', Arial, sans-serif;
  text-align: center;
}

.article-content img {
  max-width: 100%;
  height: auto;
  vertical-align: inherit;
}

.article-content object {
  max-width: 100%;
}

.article-content.publication-content img {
  height: auto;
  border: none;
}
.article-content p + h2 {
  margin-top: 50px;
}
.article-content p + h3 {
  margin-top: 40px;
}
.article-content p + h4, .article-content p + h5 {
  margin-top: 30px;
}
.user-blog-content img + img {
  margin-top: 10px;
}
.user-content-image + .user-content-image, .user-content-image + img {
  margin-top: 10px;
  display: inline-block;
}
.article-content figure {
  vertical-align: top;
}
.article-content p a[href *= "playground.ru/games/"] {
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.youtube-embedding-error a {
  text-decoration: underline;
}

.embed-container {
  position: relative;
  padding-bottom: 56.3%;
  margin: 10px 0;
  height: 0;
  overflow: hidden;
  display: block;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-content.publication-content table {
  width: auto;
  border-color: #eee;
}

.article-content.publication-content table td {
  border-color: #eee;
}

.article-content .image-wrapper a {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 15px;
}

.article-content .float-right {
  margin: 1em 0 1em 1em;
}

.article-content .float-left {
  margin: 1em 1em 1em 0;
}

.review-breakdown {
  margin: 30px 0;
  background: #f5f5f5;
}

.review-breakdown .header {
  padding: 15px 5px 10px 0;
}

.review-breakdown .header .title {
  font: bold 28px/1 "PT Sans", Arial, sans-serif;
}

.review-breakdown .media-body {
  position: relative;
}

.rating-value {
  font-weight: normal;
  font-size: 48px;
  line-height: 78px;
  font-family: Arial, sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 90px;
  height: 90px;
  border: 5px solid var(--main-color);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tileview-list-module .rating-value, .media-announce-image .rating-value{
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  left: auto;
  transform: none;
  border-width: 0;
  line-height: 50px;
  background-color: var(--main-color);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  font-size: 2rem;
}
.tileview-list-module .story-image {
  position: relative;
}
.rating-value.transformed {
  font-size: 2.4rem;
}

.tileview-list-module .rating-value.transformed, .media-announce-image .rating-value.transformed {
  font-size: 1.4rem;
}

.rating-value.transformed:first-letter {
  font-size: 4.6rem;
}

.tileview-list-module .rating-value.transformed:first-letter, .media-announce-image .rating-value.transformed:first-letter, .media-announce-image .two-digit {
  font-size: 2rem;
}

.gp-game-cover .rating-value.two-digit {
    text-indent: -7px;
    letter-spacing: -4px;
}

.review-breakdown .list-item {
  line-height: 1.2;
  font-size: 1.2rem;
  margin: 10px 10px 10px 0;
  vertical-align: middle;
  overflow: hidden;
}

.review-breakdown .list-item .text {
  overflow: hidden;
}

.review-breakdown .gp-game-cover img {
  border: none;
  margin-bottom: 0;
}

.review-breakdown .media-heading {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "PT Sans", Arial, sans-serif;
}

.review-breakdown .glyphicon {
  color: #999;
  float: left;
  margin-right: 3px;
  top: 0;
}

.review-breakdown .gp-game-cover {
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
}
.games-catalogue-flow .gp-game-choice, .review-breakdown .gp-game-choice {
  padding: 8px 0;
}
.games-catalogue-flow .gp-game-choice {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #b31919 transparent transparent;
  transform: none;
  background: transparent;
  top: 0;
  right: 0;
  padding: 0;
}
.games-catalogue-flow .gp-game-choice .text {
  transform: rotate(45deg);
  display: block;
  text-align: center;
  position: relative;
  left: 18px;
  top: 5px;
  font-size: 12px;
  width: 45px;
}
.post-signature {
  font: normal 1.2rem/1.4 Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 25px auto;
}

.post-signature .avatar-image {
  border-radius: 50%;
  margin: 0 15px 0 0;
  max-width: none;
}
.post-signature .post-sign-name {
  margin: 0 0 5px;
  font: bold 2rem/1 "PT Sans Narrow",Arial,sans-serif ;
}
.post-signature a {
  color: #337ab7;
}
.post-signature a:hover {
  color: #b31919;
}
.review-conclusion {
  overflow: hidden;
  font: normal 1.5rem/1.2 "PT Sans", Arial, sans-serif;
}

.content-rating-area {
  padding: 15px;
  background: #f5f5f5;
  margin: 20px 0;
  text-align: center;
}
.flexbox-container {
  display: flex;
}

.content-rating-area.flexbox-container{
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content-rating-buttons {
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.yashare-auto-init {
  display: inline-block
}

.report-dropdown {
  font-size: 1.7rem;
  text-align: left;
  margin-top: 20px;
}

.violation-report-item {
  margin: 0 0 10px 0
}

.violation-report-item a {
  text-decoration: none;
  display: block;
}

.violation-report-item a:hover {
  color: var(--main-color);
}

.user-image-frame-footer .btn {
 margin-left: 10px;
}

.user-image-frame-footer .btn-standart {
  background-color: #242424;
  border-color: #2b2b2b;
  color: #fff;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 3px
}

.user-image-frame-footer .btn-standart .text {
  display: none
}

/* ==========================================================================
   Комментарии
   ========================================================================== */
.comments-area {
  clear: both
}

.textarea-сontrolls .control {
  width: 23px;
  height: 22px;
  display: inline-block;
  margin: 0 1px 0 0;
  cursor: default;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-image: url(../img/ui/html_editor.png);
}

.textarea-сontrolls .control:hover {
  border: 1px solid #aaa;
  box-shadow: 0 0 2px #aaa;
}

.textarea-сontrolls .bButton {
  background-position: 1px center;
}

.textarea-сontrolls .iButton {
  background-position: -21px center;
}

.textarea-сontrolls .uButton {
  background-position: -42px center;
}

.textarea-сontrolls .upload_btn {
  background-position: -378px center;
}

.comments-posting-form .avatar-area {
  float: left;
  margin: 35px 0 0 0;
}

.comments-posting-form .textarea-holder .utilit-button {
  margin-left: 0;
}

@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn.disabled,.btn.disabled:hover, .btn[disabled], .btn[disabled]:hover {
  color: transparent;
  position: relative;
  cursor: not-allowed;
}
.btn.disabled:after, .btn[disabled]:after {
  content: '\e649';
  font-family: "icomoon";
  font-size: medium;
  display: block;
  animation: anim-rotate 1s infinite linear;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.btn-lg.disabled:after, .btn-lg[disabled]:after {
  font-size: large;
}
.btn-outline-primary.disabled:after,
.btn-standart.disabled:after,
.btn-outline-primary[disabled]:after,
.btn-standart[disabled]:after,
.btn-default[disabled]:after {
  color: #111
}
.comments-posting-form textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #ccc;
  margin: 5px 0 10px 0;
  padding: 5px 10px;
  font: normal 14px/1.6 Arial, sans-serif;
  border-radius: 3px;
  background: #fff;
}

.comments-wall-options {
  text-align: right;
  color: #aaa;
}

.comments-wall-options .item {
  display: inline-block;
  padding: 3px 3px 5px;
  background: #fff;
  border: 1px solid #aaa;
  margin: 0 0 0 3px;
  border-radius: 3px;
  font: bold 12px/1 'Segoe UI', Arial, sans-serif;

}

.comments-wall-options a {
  color: #555;
  box-shadow: 0 0 2px #aaa;
}

.comments-wall {
  padding: 15px 0;
}

.comments-wall .user-details {
  color: #aaa;
  display: flex;
  align-items: center;
}
.comments-wall .user-details .online {
  color: #222
}
.comments-wall .post-controls {
  margin-left: auto;
}
.comments-wall .user-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.comments-wall .user-avatar > a {
  display: block;
}

.comments-wall .comments-footer {
  padding: 10px 10px 0 0;
  height: 20px;
}

.comments-options {
  color: #888;
  font: normal 13px/1 Arial, sans-serif
}

.comments-wall .comments-row-footer {
  color: #bbb;
  font: normal 12px/1 Arial, sans-serif;
  padding: 0 0 0 160px;
}

.comments-options a {
  outline: none;
}

.comments-options > a, .comments-options .drop-down-contain > a {
  padding: 0 0 1px 0;
  margin: 0 15px 0 0;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
}

.comments-options > a:hover, .comments-options .drop-down-contain a:hover, .comments-options .report-link:hover {
  color: #444;
  text-decoration: none;
}

.comments-options .report-link {
  background: none;
  border: none;
  box-shadow: none;
  color: #888;
  padding: 0 0 1px 0;
  border-radius: 0;
  line-height: 1;
}

.comments-options .report-link:focus, .comments-options .report-link:active {
  box-shadow: none;
}

.comments-wall .comments-content {
  font-size: 1.2rem;
  min-height: 50px;
}

.comments-wall .post-comment-content-wrapper .comments-content {
  min-height: auto;
}

.comments-content img {
  height: auto;
}
.comments-content br + img {
  margin-bottom: 10px;
  display: inline-block;
}
.comments-wall .comments-content .inner {
  padding: 10px 0 3px 0;
  font: normal 1.4rem/1.7 Arial, sans-serif;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.comments-wall .comments-content .inner b {
  color: #666;
}
.comments-wall .comments-content .inner .reply {
  text-decoration: none;
  margin-left: 3px;
  font-size: 1.2rem;
  color: #949494;
  outline: none;
}
.comments-wall .comments-content .inner .reply:hover {
  color: #666;
}
.comment-header {
  margin: 0 0 2px 0;
}

.comments-wall .avatar-image {
  background: #f2f2f2;
  vertical-align: top;
}

.comments-wall .comments-content .screenshot {
  max-width: 100%;
  height: auto;
}

.comments-wall .user-nickname {
  font: bold 1.35rem/1 Arial, sans-serif;
}

.comments-wall .timestamp {
  color: #bbb;
}

.comment-row {
  padding: 20px 0;
  min-height: 110px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  position: relative;
  margin-top: 0
}


.comment-row:first-child {
  border-top: none;
}

.comment-row:last-child {
  border-bottom: none;
}

.comment-row .comments-options {
  display: none;
}

.comment-row:hover .comments-options {
  display: block;
}

.comment-row .achievments {
  margin-top: 5px
}
.comment-row .comment-anchor {
   margin-right: 8px;
}
.post-comment-content-wrapper {
  padding-left: 65px;
  position: relative;
}

.user-image-frame-panel .post-comment-content-wrapper {
  padding-left: 0;
}
.user-image-frame-panel .comments-wall .user-avatar {
  position: static;
  margin-right: 10px;
}
.user-image-frame-panel .comment-anchor {
  display: block;
}
.user-image-frame-panel .comments-wall .avatar-image {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.user-image-frame-panel  .achievments {
  display: none;
}
.voting {
  margin: 0 10px 10px 0;
}

.comments-wall .voting {
  margin: 0;
  white-space: nowrap;
}

.comments-wall .user-online-status {
  color: #aaa;
  margin: 0 5px 0 7px;
  cursor: help;
}

.user-online-status.active {
  color: var(--main-color) !important;
}

.comments-area .admin-select-all {
  margin: 0 0 20px 0;
}

.forum-topic-tools {
  margin-left: auto;
}
.voting .score {
  min-width: 18px;
  font: normal 12px/1 Arial, sans-serif;
  color: #ccc;
  display: inline-block;
  text-align: center;
  margin: 0 3px 0 2px;
  vertical-align: middle;
}

.voting .score.positive {
  color: #0AAF15;
}

.voting .score.positive:before {
  content: '+';
}

.voting .score.negative {
  color: #cc0000;
}

.voting .score.negative:before {
  content: '-';
  margin: 0 2px 0 0;
}

.voting .toggleButton {
  color: #ccc;
  padding: 1px 2px;
  border-radius: 0;
}

.voting .toggleButton:hover {
  color: #aaa;
}

.voting .toggleButton.active {
  color: #aaa;
}

.voting .toggleButton:active {
  color: var(--main-color);
}

.toggleButton.disable, .voting.unAuth .toggleButton {
  cursor: default;
}

.comments-admin-panel {
  position: fixed;
  width: 100%;
  padding: 10px;
  top: -90px;
  left: 0;
  z-index: 1001;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.comments-content .admin-comment {
  position: absolute;
  left: 1px;
  top: 1px;
}

/*general styles for all CSS Checkboxes*/
input[type=checkbox].css-checkbox {
  display: none;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 23px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  left: 25px
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -18px;
}

label.css-label {
  background-image: url(../img/ui/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn input[type=checkbox].css-checkbox + label.css-label {
  position: static;
  margin: 0;
}

.site-subject-discuss .user-details a:hover {
  text-decoration: none
}

.comment-row .admin-checkbox {
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 1;
}

.comments-area .admin-select-all {
  float: right;
  margin: -5px 0 10px;
}

.comments-wall input[type=checkbox].css-checkbox + label.css-label {
  visibility: hidden;
}

.comments-wall input[type=checkbox].css-checkbox:checked + label.css-label, .comments-wall .comment-row:hover input[type=checkbox].css-checkbox + label.css-label {
  visibility: visible;
}
/*История комментариев*/


.user-comments-history .rating {
  text-align: right;
  color: #ccc;
}

.user-comments-history .rating.positive {
  color: #0AAF15;
}

.user-comments-history .rating.negative {
  color: #CC0000;
}

.user-comments-history .activity-item {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 20px 0 30px 0;
}

.user-comments-history .activity-item.compact-view {
  padding: 10px 0 10px 0;
}

.user-comments-history .comment-header {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 1.4rem;
}

.user-comments-history .comment-header div:last-child{
  margin-left: auto;
  flex-shrink: 0;
  font-size: 1.3rem;
}
.user-comments-history .comment-row {
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  padding: 20px;
  margin-bottom: 12px;
  min-height: auto;
  background: #fff;
  border: none;
}

.user-comments-history .comment-row .inner {
  padding: 0 20px 0 0;
}

.user-comments-history .dummy {
  width: 176px;
  height: 100px;
  background: #fcfcfc;
  text-align: center;
}

.user-comments-history .dummy .glyphicon {
  color: #ccc;
  font-size: 5rem;
  line-height: 1.5;
  vertical-align: middle;
}
/*************НАГРАДЫ**********************/
.achievments .item {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 2px;
  background: none;
}

.achievments .text-mutedx2 a {
  color: #777;
}

.achievments .award-2 {
  background-image: url(../img/ui/18x18_pg.png);
}

.achievments .award-4 {
  background-image: url(../img/ui/18x18_newuser.png);
}

.achievments .award-6 {
  background-image: url(../img/ui/18x18_cake.png);
}

.achievments .award-7 {
  background-image: url(../img/ui/18x18_banned.png);
}

.achievments .award-8 {
  background-image: url(../img/ui/award-13.png);
}

.achievments .award-9 {
  background-image: url(../img/ui/18x18_file.png);
}

.achievments .award-10 {
  background-image: url(../img/ui/award-activity.png);
}

.achievments .award-11 {
  background-image: url(../img/ui/18x18_moder.png);
}

.achievments .award-12 {
  background-image: url(../img/ui/award-helloween.png);
}

.achievments .award-13 {
  background-image: url(../img/ui/13.gif);
}

.achievments .award-14 {
  background-image: url(../img/ui/award-winner.png);
}

.achievments .award-15 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 28 28'%3E%3Cpath d='M0.25 23.047l12-22q0.266-0.484 0.734-0.766t1.016-0.281 1.016 0.281 0.734 0.766l12 22q0.547 0.984-0.031 1.969-0.266 0.453-0.727 0.719t-0.992 0.266h-24q-0.531 0-0.992-0.266t-0.727-0.719q-0.578-0.984-0.031-1.969zM11.75 8.5l0.266 7.141q0 0.156 0.156 0.258t0.375 0.102h2.891q0.219 0 0.367-0.102t0.164-0.258l0.281-7.172q0-0.187-0.156-0.297-0.203-0.172-0.375-0.172h-3.437q-0.172 0-0.375 0.172-0.156 0.109-0.156 0.328zM12 21.484q0 0.219 0.148 0.367t0.352 0.148h3q0.203 0 0.352-0.148t0.148-0.367v-2.969q0-0.219-0.148-0.367t-0.352-0.148h-3q-0.203 0-0.352 0.148t-0.148 0.367v2.969z'%3E%3C/path%3E%3C/svg%3E");
}

.achievments .award-17 {
  background-image: url(../img/ui/award-flash.png);
}

.achievments .award-18 {
  background-image: url(../img/ui/18x18_text.png);
}

.achievments .award-19 {
  background-image: url(../img/ui/award-video.png);
}

.achievments .award-20 {
  background-image: url(../img/ui/18x18_cheat.png);
}

.achievments .award-21 {
  background-image: url(../img/ui/18x18_star.png);
}

.achievments .award-22 {
  background-image: url(../img/ui/18x18_pix.png);
}

.achievments .award-23, .achievments .award-24, .achievments .award-25, .achievments .award-26 {
  background-image: url(../img/ui/award-newyear.png);
}

.achievments .award-28 {
  background-image: url(../img/ui/award-social.png);
}

.achievments .award-29 {
  background-image: url(../img/ui/18x18_speed.png);
}

.achievments .award-30 {
  background-image: url(../img/ui/18x18_wiki.png);
}

.achievments .award-2.white {
  background-image: url(../img/ui/18x18_pg-white.png);
}

.achievments .award-4.white {
  background-image: url(../img/ui/18x18_newuser-white.png);
}

.achievments .award-6.white {
  background-image: url(../img/ui/18x18_cake-white.png);
}

.achievments .award-7.white {
  background-image: url(../img/ui/18x18_banned-white.png);
}

.achievments .award-8.white {
  background-image: url(../img/ui/award-13-white.png);
}

.achievments .award-9.white {
  background-image: url(../img/ui/18x18_file-white.png);
}

.achievments .award-10.white {
  background-image: url(../img/ui/award-activity-white.png);
}

.achievments .award-11.white {
  background-image: url(../img/ui/18x18_moder-white.png);
}

.achievments .award-12.white {
  background-image: url(../img/ui/award-helloween-white.png);
}

.achievments .award-13.white {
  background-image: url(../img/ui/13.gif);
}

.achievments .award-14.white {
  background-image: url(../img/ui/award-winner-white.png);
}

.achievments .award-15.white {
  background-image: url(../img/ui/award-attention-white.png);
}

.achievments .award-17.white {
  background-image: url(../img/ui/award-flash-white.png);
}

.achievments .award-18.white {
  background-image: url(../img/ui/18x18_text-white.png);
}

.achievments .award-19.white {
  background-image: url(../img/ui/award-video-white.png);
}

.achievments .award-20.white {
  background-image: url(../img/ui/18x18_cheat-white.png);
}

.achievments .award-21.white {
  background-image: url(../img/ui/18x18_star-white.png);
}

.achievments .award-22.white {
  background-image: url(../img/ui/18x18_pix-white.png);
}

.achievments .award-23.white, .achievments .award-24.white, .achievments .award-25.white, .achievments .award-26.white {
  background-image: url(../img/ui/award-newyear-white.png);
}

.achievments .award-28.white {
  background-image: url(../img/ui/award-social-white.png);
}

.achievments .award-29.white {
  background-image: url(../img/ui/18x18_speed-white.png);
}

.achievments .award-30.white {
  background-image: url(../img/ui/18x18_wiki-white.png);
}

.dialog-confirm {
  display: none;
}

/*******************Социальные сервисы мне нравится или "лайки"************************/

.social-likes-buttons-set {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  opacity: 0.7
}

.content-rating-area:hover .social-likes-buttons-set {
  opacity: 1;
}

.social-likes-buttons-set .list-unstyled {
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  height: 22px;
  left: auto;
  right: auto;

}

.social-likes-buttons-set .item {
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block
}

/******************Кнопка понравилось от Playground***********************/
.pg-like-button .btn-content {
  cursor: pointer;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  padding: 0 10px 0 6px;
  border-radius: 2px 0 0 2px;
  background: var(--main-color);
  font-weight: bold;
  vertical-align: middle;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.pg-like-button .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: #8E0707;
  font-size: 15px;
  top: -1px;
}

.pg-like-button:hover .btn-content {
  background: #c00;
}

.pg-like-button:hover .counter {
  background: #aaa;
}

.pg-like-button:hover .counter:before {
  border-color: rgba(192, 192, 192, 0) #aaa rgba(192, 192, 192, 0) rgba(192, 192, 192, 0);
}

.pg-like-button .btn-content:active {
  position: relative;
  top: 1px;
}

.pg-like-button:active .btn-content {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) inset;
}

.pg-like-button .counter {
  cursor: pointer;
  font-style: normal;
  min-width: 20px;
  text-align: center;
  display: inline-block;
  margin: 0;
  color: #fff;
  border-radius: 0 2px 2px 0;
  position: relative;
  vertical-align: middle;
  background: #c4c4c4;
  line-height: 20px;
  height: 20px;
}

.pg-like-button .counter:before {
  border-style: solid;
  border-color: rgba(192, 192, 192, 0) #c4c4c4 rgba(192, 192, 192, 0) rgba(192, 192, 192, 0);
  border-width: 5px;
  margin-top: -5px;
  content: " ";
  height: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}

.pg-like-button .value {
  padding: 0 5px 0 5px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

.pg-like-button.pushed .btn-content {
  color: #eee
}

.pg-like-button.pushed .glyphicon {
  color: #fff;
}

.pg-like-button.process .glyphicon {
  animation-name: process;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes process {
  from {
    color: #8E0707;
  }
  to {
    color: #fff;
  }
}

.pg-like-button.pushed .btn-content {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) inset;
}

.like-user-short-list {
  max-width: 150px;
  min-width: 100px;
  padding: 5px 10px 0 10px !important;
  font-size: 1.1rem;
}

.like-user-short-list .item {
  white-space: nowrap;
  margin-bottom: 2px;
  overflow: hidden;
}

.like-user-short-list .item a {
  text-decoration: none;
  color: #777;
}

.like-user-short-list .item a:hover {
  color: #b31919
}

.like-user-short-list .like-full-list-caller {
  cursor: pointer;
}

.like-user-short-list .avatar-image {
  margin: 0 5px 0 0;
}

.like-user-full-list {
  display: flex;
  flex-wrap: wrap;
}

.like-user-full-list .item {
  line-height: 1;
  flex-basis: 60px;
  margin: 0 0 20px 0;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}

.like-user-full-list .item img {
  margin-bottom: 5px
}

/********************************************************/
/***************Особые стили для подсказок *************/
/********************************************************/

.badge-tooltip {
  border-radius: 2px;
  font-size: 1.1rem;
  min-height: 128px;
  padding: 10px;
  max-width: 400px;
  border-width: 0;
  font-style: normal;
}

.badge-tooltip.black-tooltip {
  background: #222;
  color: #aaa;
}

.black-tooltip.right .arrow:after {
  border-right-color: #222;
}

.black-tooltip.bottom .arrow:after {
  border-bottom-color: #222;
}

.badge-tooltip.user-badge .media-object {
  width: 108px;
  height: 108px;
}

.badge-tooltip .popover-content {
  padding: 0;
}

.badge-tooltip.black-tooltip a {
  color: #fff;
}

.badge-tooltip .user-avatar {
  margin: 0 10px 0 0;
}

.badge-tooltip li {
  line-height: 1.5em;
  white-space: nowrap;
}

.badge-tooltip .button {
  padding: 3px 5px 3px 5px;
  border-radius: 0;
  text-shadow: 0 0 1px #000;
  margin: 5px 10px 0 0;
  white-space: nowrap;
  outline: none;
}

.badge-tooltip.black-tooltip .button {
  background: #2b2b2b;
  border: 1px solid #111;
  color: #aaa;
  vertical-align: middle;
}

.badge-tooltip ul {
  margin: 0
}

.badge-tooltip .user-online-status {
  position: absolute;
  left: 10px;
  top: 102px;
  z-index: 10;
  font-size: 1.6rem;
}

.badge-tooltip.black-tooltip .button:hover {
  color: #fff;
}

.badge-tooltip.black-tooltip .button.active:hover {
  color: #aaa;
  background: #2B2B2B;
  box-shadow: none;
  cursor: default;
}

.badge-tooltip .icon {
  display: inline-block;
  vertical-align: middle;
}

.badge-tooltip .gp-game-cover {
  margin-right: 10px;
}

.badge-tooltip .button:active {
  position: relative;
  top: 1px;
  right: -1px;
}

.badge-tooltip .media-heading {
  font-size: 1.6rem;
  margin: 3px 0 3px;
  display: block;
}

.badge-tooltip .media-body, .badge-tooltip .media {
  overflow: visible;
  width: auto;
}

.game-badge .glyphicon-bookmark {
  top: 3px;
}

.game-badge.bage-tooltip .btn:hover {
  color: #fff;
}

.game-badge .badge {
  background: none;
  font-size: 1rem !important;
  font-weight: normal;
  color: #888;
  border-radius: 0;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}

.user-badge {
  width: 300px;
}
.game-badge {
  width: 350px;
}
/* ==========================================================================
   ФОРУМЫ
   ========================================================================== */

/** НАВИГАЦИЯ По ФОРУМУ **/

.forum-title-text {
  font-size: 1.3rem;
  margin: 5px 0 10px;
  padding: 10px;
  background: #F4F4F4;
}

.forum-post-autor, .forum-post-autor a {
  color: #777
}

.forum-module .article-header {
  padding: 15px;
}

.forum-navigation {
  font: bold 14px/1 'PT Sans Narrow', Arial, sans-serif;
  padding: 9px 0 0 0;
  vertical-align: middle;
}

.forum-navigation .item {
  position: relative;
}

.forum-navigation > li:hover .sibling-sections {
  display: block
}

.forum-navigation .sibling-sections {
  position: absolute;
  top: 15px;
  left: 0;
  background: #222;
  border-radius: 5px;
  display: none;
  z-index: 100;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font: normal 12px Arial, sans-serif;
  min-width: 100px;
  padding: 10px 0;
}

.forum-navigation .sibling-sections .item {
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
}

.forum-navigation .sibling-sections .item a {
  display: block;
  padding: 5px 10px;
  margin: 0 !important;
  color: #eee;
}

.forum-navigation .sibling-sections .item a:hover {
  background: var(--main-color);
}

.subforum-list .subforum-sections {
  font: normal 12px Arial, sans-serif;
  margin: 3px 0 0 25px;
}

.forums-table {
  padding: 0 0 20px 0;
}

.forums-table tbody td:nth-child(2) {
  text-align: center;
}

.forum-category .item {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 7px 5px 10px 5px;
}

.forum-category .main-cat {
  margin: 5px 0;
  display: block;
  font: bold 1.4rem/1 Arial, sans-serif;
}

.forum-category .pull-left {
  text-align: center;
  color: #aaa;
  font-size: 2.4rem;
  margin-right: 10px;
}

.forum-category a:hover {
  text-decoration: underline;
}

.forum-category > li {
  margin: 0 0 20px 0;
}

.forums-table {
  padding: 0 0 20px 0;
}

.forums-table:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0
}

.forums-table .subforum-list {
  padding: 20px 0 20px 0;
  font: bold 16px/1 'PT Sans', Arial, sans-serif;
  color: #444;
}

.forums-table .subforum-list .heading {
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
  color: #888888;
}

.forums-table .subforum-list .item {
  padding: 0 0 6px 0;
  margin: 6px 10px 6px 0;
  border-bottom: 1px solid #e4e4e4;
}

.forums-table .subforum-list a:hover {
  text-decoration: none;
}

.forums-table table {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
}

.forums-table-header {
  min-height: 65px;
}

.forums-table-header .module-title {
  height: auto;
  line-height: 1;
  padding: 0 0 0 10px
}

.forums-table th {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #aaa;
  font: bold 1.5rem/1 'PT Sans Narrow', Arial, sans-serif;
  color: #888;
  text-shadow: -1px 1px 1px #fff;
}

.forums-table th:first-of-type {
  text-align: left;
}

.forums-table tbody a {
  line-height: 1;
}

.forums-table tbody a:hover {
  color: var(--main-color)
}

.discussion-subject {
  font: normal 1.6rem/1 Arial, sans-serif;
  padding: 0;
  cursor: pointer;
  margin: 0 5px 0 0;
}

.forums-table .discussion-subject font {
  color: #444;
}

.forums-table .discussion-subject font:hover {
  color: var(--main-color) !important;
}

.forums-table col:first-child {
  width: 70%;
}

.forums-table tbody tr td:first-child {
  padding-left: 10px;
}

.shop-shelf-table tbody td {
  font-size: 1.4rem
}

.shop-shelf-table col.product {
  width: 60%;
}

#userNotAuthorized .shop-shelf-table col.product {
  width: 68%;
}

.shop-shelf-table col.seller {
  width: 12%;
}

.shop-shelf-table col.price {
  width: 10%;
}

.shop-shelf-table col.action {
  width: 18%;
}

.shop-shelf-table .discount {
  margin: 0 10px;
  color: var(--main-color);
  font-weight: bold;
}

.shop-shelf-table.sale-table .discount {
  color: var(--main-color);
  padding: 0;
  margin: 0;
  background: none
}

.shop-shelf-table.sale-table .game-title {
  font-size: 1.7rem;
}

.shop-shelf-table .btn:hover {
  text-decoration: none;
}

.shop-shelf-table .table {
  margin-bottom: 40px;
}

.market-shelf-table col.first {
  width: 55%;
}

.shop-shelf-table .btn-link {
  padding: 5px;
  color: #ccc;
  cursor: help;
}

.shop-shelf-table th {
  text-align: left;
  color: #444;
}

.shop-shelf-table th.text-center, .shop-shelf-table td.text-center {
  text-align: center;
}

.shop-shelf-table .icon-thumbs-up {
  color: #aaa;
  float: right;
  font-size: 1.6rem;
}

.shop-shelf-table .icon-thumbs-up {
  cursor: help;
}

.shop-shelf-table .shop-price a {
  color: #444;
}

.shop-shelf-table a:hover {
  text-decoration: underline;
}

.shop-shelf-table .shopname {
  font-size: 1.2rem;
  color: #777;
}

.glyphicon-rub {
  font-size: 1.2rem;
  line-height: 1
}

.forums-table tbody td .topic-answer-count, .forums-table tbody td time {
  padding: 10px;
  display: block;
  color: #777;
}

.forums-table tbody td time {
  white-space: nowrap;
}

.forums-table tfoot td {
  border-top: 1px solid #aaa;
  padding: 10px;
}

.forums-table .topic-status {
  margin: 0 3px 0 0;
  color: #a9a9a9;
}
.forums-table .topic-status.icon-lock {
  font-size: 1.3rem;
}
.forums-table-header .module-title-description {
  padding: 0 10px 0 10px;
  color: #aaa;
}

.forum-module {
  margin: 0 0 10px 0;
}

.forum-module .article-title {
  font: normal 30px/1 "PT Sans Narrow", Arial, sans-serif;
  margin: 0
}
.forum-module .article-title.closed:before {
  content: "\f023";
  font-family: 'icomoon';
  font-size: 1.6rem;
  vertical-align: top;
  margin-right: 5px;
}
.forum-subject-header {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}

.forum-subject-header .btn .glyphicon {
  top: 2px;
}

.forum-subject-header .btn {
  margin-left: 5px;
}

.forum-module .content-wrapper {
  padding: 5px 0 0 0
}

.forum-module time {
  white-space: nowrap;
}

.width-half .forum-module {
  margin: 10px 5px;
}

.forums-table-header .image-thumb {
  margin: 10px 10px 5px 0;
}

.forums-table .forum-node {
  margin: 0 10px 0 0;
  color: #555;
}

.forum-node {
  color: #555;
}

.forums-table a:hover {
  text-decoration: underline
}



.forums-table .shop-price .current {
  font: normal 18px 'PT Sans', Arial, sans-serif;
}

.forums-table .shop-price .current.new {
  font-weight: bold;
  color: var(--main-color);
}

.forums-table .bonus-price {
  color: var(--main-color);
  font: normal 16px 'PT Sans', Arial, sans-serif;
}

.forums-table .discount-label {
  display: inline-block;
  font: bold 14px/1 'PT Sans', Arial, sans-serif;
  background: var(--main-color);
  color: #fff;
  padding: 3px 5px;
  margin: 0 0 0 5px;
}

.forums-table .shop-price {
  white-space: nowrap;
  text-align: left;
  margin-left: 15px
}

.forums-table .last-price {
  margin: 0 5px 0 0;
  font-size: 1.2rem;
}

.forum-module .module-footer {
  display: none;
}

.forums-popular-game {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f4f4f4;
}

.forums-popular-game :hover {
  background-color: #f1f1f1;
}

.forums-popular-game a {
  display: block;
}

.forums-popular-game a:focus {
  text-decoration: none;
  color: #b31919;
}

.content-comments-header {
  margin-bottom: 20px;
  background: #eee;
  color: var(--main-color);
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.content-comments-header .title {
  font-size: 1.6rem
}

.position-rel .moderation-tools {
  position: absolute;
  right: -10px;
  top: 0;
  opacity: 0.2;
}

.moderation-tools a {
  display: block;
  margin-bottom: 5px;
  text-decoration: none !important;
  color: #aaa;
}

.table tr:hover .moderation-tools {
  opacity: 1;
}

.forum-subject-header .moderation-tools .btn {
  display: inline-block;
  margin: 0 5px 0 0;
}

.market-shelf-table td {
  vertical-align: top;
}

.market-shelf-table .moderation-tools {
  position: static;
  display: block;
  width: 40px;
  padding: 15px 0 0 0;
}

.market-shelf-table .title {
  font: bold 18px 'PT Sans Narrow', Arial, sans-serif;
}

.market-shelf-table .offer-description {
  padding: 0 0 10px 18px;
  display: none;
}

.market-shelf-table .offer-description img {
  max-width: 420px;
}
.shop-module .flexbox-container {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
 }
.shop-module .module-item {
  margin: 0 0 60px 0;
  flex-basis: 200px;
  text-align: center;

}
.shop-module .module-item img {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.shop-module .module-item a:hover img {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.shop-module .price {
  padding: 3px 2px;
  font-size: 1.4rem;
}
.shop-module .module-item .width-quart-title {
  display: block;
  margin: 5px 0 0 0;
  font: bold 14px/1.2 Arial, sans-serif;
}
.shop-module .game-scroll-module .module-item {
  position: relative;
}
.steam-showcase {
  margin: 20px 0;
}

.steam-showcase .media {
  margin-bottom: 40px;
}

.shop-shelf-table .sale-offers {
  white-space: nowrap;
}

.shop-shelf-table .vendor {
  margin-left: 10px;
}
.community-list .avatar-image {
  border-radius: 100%;
  margin-right: 5px;
}

.community-list .table-condensed > tbody > tr > td {
  vertical-align: middle;
}
/* ==========================================================================
   WIKI
   ========================================================================== */
.wiki-content-area .module-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin: 0 0 20px 0;
}

.wiki-content-area .breadcrumbs .btn {
  margin-bottom: 0;
}
.wiki-section-wrapper {
  padding: 20px 0 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wiki-section {
  padding: 0 10px 15px 0;
  font: normal 0.9em/1 Arial, sans-serif;
  flex-basis: 33.33333%;
}

.wiki-section-title {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 0 8px 0;
  color: #444;
  text-transform: uppercase;
}

.wiki-section-list .item {
  margin: 0 5px 8px 0;
  display: inline-block;
}

.wiki-section-list .item.last {
  text-transform: lowercase;
  font-weight: bold;
  display: block;
}

.top-wiki-module .section-title {
  margin-bottom: 35px;
  color: #444;
  font: normal 18px/1 Arial, sans-serif;
}

.top-wiki-module .title {
  margin-bottom: 5px;
  font: bold 14px/1 Arial, sans-serif;
}

.wiki-edit-link {
  margin: 0 5px;
  font: normal 11px/1 Arial, sans-serif;
  color: var(--main-color) !important;
}

.wiki-catalogue .title {
  margin: 0;
  font: bold 18px 'PT Sans', Arial, sans-serif;
}

.wiki-catalogue .title small {
  margin: 0 0 0 5px;
  font: normal 13px Arial, sans-serif;
}

.wiki-catalogue .content {
  padding: 0 0 0 120px
}

.wiki-catalogue .wiki-articles-titles li {
  margin: 10px 0;
  color: #555;
  font-size: 1.2rem;
}

.wiki-catalogue .wiki-articles-titles .title {
  font: bold 13px Arial, sans-serif;
  margin: 0;
  display: inline-block;
}

.wiki-catalogue .wiki-articles-titles a:hover {
  text-decoration: underline;
}

.game-wiki-catalogue .module-item {
  margin: 20px 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e4e4e4;
}

.game-wiki-catalogue .module-item:last-child {
  border: none;
}

.game-wiki-catalogue .title {
  font: bold 20px/1 'PT Sans', Arial, sans-serif;
  margin: 0 90px 5px 0;
}

.panel-links-container {
  position: relative;
  margin-top: 30px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.4rem;
  color: #7b7b7b;
}

.panel-links-container a {
  margin-right: 18px;
}

.article-related-content .media-body {
  height: 80px;
}

.wiki-content-text {
  font: normal 1.6rem/1.5 Arial, sans-serif !important;

}

.wiki-content-text * {
  font-family: Arial, sans-serif;
  line-height: 1.5
}

.wiki-content-text table {
  max-width: 100%;
}

.wiki-content-text table img {
  max-width: none;
}

.wiki-content-text table td {
  padding: 5px;
  border: 1px solid #ccc
}

.wiki-content-text ul {
  background: none !important;
}

.wiki-content-text p {
  text-indent: 0 !important;
  margin: 0 0 3rem !important;
  background: none !important;
  font: normal 1.6rem/1.5 Arial, sans-serif !important;
}

.user-blog-content p {
  overflow: hidden;
}

.user-blog-content .embed-container {
  margin: 0;
}

.article-content img.pull-right {
  margin-left: 20px;
}

.article img.pull-left {
  margin-right: 20px;
}

.wiki-list-title {
  font: normal 1.5rem/1 Arial, sans-serif;
  margin: 30px 0;
}

.wiki-list-title a:hover {
  color: var(--main-color);
}

.wiki-list-title:first-letter {
  text-transform: uppercase
}

.wiki-content-nav {
  margin: 15px 20px 20px 0;
  font: normal 12px/1 Arial, sans-serif;
  border: 1px solid #e3e3e3;
  background: #eee;
}

.wiki-content-nav .item a {
  display: block;
  padding: 7px 10px 7px 20px;
  color: #444;
}

.wiki-content-nav .semantic-list {
  padding: 10px 0;
  display: none;

}

.wiki-content-header {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 20px;
  clear: left;
}

.wiki-main-title {
  font: normal 25px/1 Arial, sans-serif;
  display: inline;
  color: #444;
}

.wiki-content-header .title {
  font: bold 19px/1 Arial, sans-serif;
  display: inline;
  color: #444;
}

.wiki-content-nav .item a:hover {
  text-decoration: none;
  color: var(--main-color);
  background: #e2e2e2;
}

.wiki-content-nav .header a {
  font-weight: normal;
  color: #444;
  text-decoration: none;
}

.wiki-text-info.text-info {
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 0;
}

.wiki-content-text .vidContainer {
  width: 640px;
  background: none;
  margin-left: auto;
  margin-right: auto;
}

.empty-link, .dropdown-menu.light > li > a.empty-link, .article-content .empty-link {
  color: #c3c3c3;
}

.dropdown-menu {
  margin-top: 0;
}

.full-width.dropdown-hover {
  position: static;
}

.full-width.dropdown-hover > .dropdown-menu {
  left: 0;
  right: 0;
  position: absolute;
  top: auto;
  overflow: hidden;
}

.full-width.dropdown-hover > .dropdown-menu > li > a {
  white-space: normal;
}

.fill-width.dropdown-hover {
  position: static;
}

.fill-width.dropdown-hover > .dropdown-menu {
  left: auto;
  position: absolute;
}

.fill-width.dropdown-hover > .dropdown-menu > li > a {
  white-space: normal;
}

/* ==========================================================================
   Модальное окно регистрации и авторизации
   ========================================================================== */
.login-signup-modal-window .modal-dialog {
  width: 360px;
  max-width: 100%;
}
.login-signup-modal-window .modal-content {
  border-radius: 0;
}
.login-signup-modal-window .modal-header {
  text-align: center;
  border: none;
  border-top: 5px solid #b31919;
  padding: 30px 0  10px;
  font: normal 2.5rem "PT Sans", Arial, sans-serif;
}
.login-signup-modal-window .reminder-link {
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  z-index: 5;
  background-color: #fff;
  font-size: 1.1rem;
  border-radius: 3px;
}
.login-signup-modal-window .modal-body {
  padding: 0 30px 40px;
}
.login-signup-modal-window .subheader {
  text-align: center;
  margin: 0 0 10px 0;
}
.login-signup-modal-window .social-group-links {
  margin-bottom: 20px;
}
.login-signup-modal-window .btn {
  font-size: 1.5rem;
}
.login-signup-modal-window form {
  margin: 20px 0;
}
.login-signup-modal-window .social-group-links .btn {
  margin: 0 3px;
  border-radius: 100%;
}
.btn-inverse {
  color: #fff;
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808;
}

.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

#pageOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(00, 00, 00, 0.95);
  display: none;
}

.page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(00, 00, 00, 0.8);
}

.social-signin .social-icon {
  width: 48px;
  height: 47px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  font-size: 2.6rem;
  color: #fff;
  line-height: 47px;
  background: #7d7e7d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
  text-decoration: none !important;
}

.social-icon.vk:hover {
  background: #57799D;
}

.social-icon.fb:hover {
  background: #3C599B;
}

.social-icon.tw:hover {
  background: #41AAE1;
}

.social-icon.mr:hover {
  background: #144786;
}

.social-icon.goo:hover {
  background: #DC4B38;
}

.social-icon.yan:hover {
  background: #FFD427;
}

.social-icon.odn:hover {
  background: #F8892F;
}

.user-advert-message {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 350px;
  height: 100px;
  overflow: hidden;
  left: auto;
  top: auto;
  margin: 0;
  display: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 999;
  background-color: #fff;
}
.user-advert-message-content {
  display: flex;
  color: #444;
}
.user-advert-message-content:hover {
  color: #111;
}
.user-advert-message .about {
  font-size: 1.1rem;
  color: #cfcfcf;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.user-advert-message-text {
  padding: 10px 0 5px 15px;
}
.user-advert-message .title {
  font: bold 1.3rem/1.2 Arial, sans-serif;
}
.user-advert-message .sub-title {
  color: #9f9f9f;
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1;
}
.user-advert-message-img {
  flex-shrink: 0;
  background-color: #eee;
}
.user-advert-message .close-modalwin {
  margin: 5px 12px 0 5px;
}

/**********************************
*************Скриншоты ************
/*********************************/
.screenshots-module .module-content {
  padding: 15px 0;
}

.screenshots-gallery.grid-view .gallery-item {
  margin: 0 0 25px 0;
}

.screenshots-gallery.slide-view {
  position: relative;
}

.screenshots-gallery.slide-view a {
  display: block;
}

.screenshots-gallery .jcarousel-container {
  overflow: hidden;
}

.screenshots-gallery .multipanel-cntrl {
  margin: 0;
  z-index: 100;
  background: none;
  position: absolute;
  font-size: 2.5rem;
  color: #fff;
  top: 0;
  height: 85px;
  text-align: center;
  width: 32px;
  line-height: 85px;
}

.screenshots-gallery .multipanel-cntrl:hover {
  background: rgba(255, 255, 255, 0.5)
}

.screenshots-gallery .jcarousel-next {
  right: 0
}

#screenShotsSlider .gallery-item {
  width: 155px;
  height: 84px;
  display: block;
  float: left;
}

#screenShotsSlider .gallery-item img {
  opacity: 0.7
}

#screenShotsSlider .gallery-item.active img {
  opacity: 1
}

.main-screenshot-wrapper {
  margin: 10px 0 30px
}

/**********************************
********ПРОФИЛЬ ПОЛЬЗОВАТЕЛЯ*******
/*********************************/

.user-data-profile .avatar {
  margin-bottom: 10px;
}
.user-data-profile .social-acc-container .btn {
  margin-bottom: 10px;
  border-radius: 0 !important;
  color: #aaa;
}
.user-data-profile .social-acc-container .active, .social-accounts .btn:hover {
  color: #fff
}
.user-data-profile .social-acc-container .vk, .social-accounts .btn-vk:hover {
  background-color: #57799D;
  border-color: #57799D;
}
.user-data-profile .social-acc-container .facebook, .social-accounts .btn-facebook:hover {
  background-color: #3C599B;
  border-color: #3C599B;
}
.user-data-profile .social-acc-container .google, .social-accounts .btn-google:hover {
  background-color: #db4437;
  border-color: #db4437;
}
.user-data-profile .social-acc-container .mail_ru, .social-accounts .btn-mail_ru:hover {
  background-color: #168de2;
  border-color: #168de2;
}
.user-data-profile .social-acc-container .yandex, .social-accounts .btn-yandex:hover {
   background-color: #f00;
   border-color: #f00;
}
.user-data-profile .social-acc-container .ok, .social-accounts .btn-ok:hover {
  background-color: #f58220;
  border-color: #f58220;
}
.arch-tooltip-content {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
}
.service-icon {
  font-family: "icomoon";
  font-size: 1.3rem;
}
.social-accounts .btn {
  margin-left: 5px;
  font-size: 1.2rem;
  border-radius: 100%;
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 0;
  line-height: 26px;
  vertical-align: middle;
  font-size: 1.5rem;
}
.service-icon.facebook:before {
  content: "\e603";
}
.service-icon.vk:before {
  content: "\f189";
}
.service-icon.yandex:before {
  content: "\e605";
}
.service-icon.mail_ru:before {
  content: "\e600";
}

.service-icon.ok:before {
  content: "\e601";
}

.service-icon.google:before {
  content: "\e905";
}

/********** добавление севисов и аккаунтов соц-сетей ***********/

.service-item.block {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.service-item .btn {
  outline: 0 !important;
}

#userSocialAccounts .block {
  position: relative;
  width: 42px;
}

#userSocialAccounts .block:hover .btn-default {
  position: absolute;
  z-index: 10;
  top: -10px;
  left: 0;
}

#userSocialAccounts .block:hover .btn-default.add-service {
  position: static;
}

#userSocialAccounts .block .form-control {
  width: 120px;
  vertical-align: middle;
  padding: 0;
  border: none;
  margin: 0 5px;
  height: 22px;
  display: none;
}

#userSocialAccounts .block:hover .form-control {
  display: inline-block;
}

#userSocialAccounts .submittedList {
  margin-bottom: 5px;
}

.service-title {
  cursor: default !important;
  color: #444;
  border: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.user-games-set .heading .active {
  color: #444;
  cursor: default;
  text-decoration: none;
  outline: none;
}
.user-games-set .heading .active:after {
  content: "\f0a3";
  font-family: 'icomoon';
  line-height: 1;
  margin-left: 3px;
}
.user-games-set .item {
  padding: 10px;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  background-color: #fff;
  margin: 0 0 12px 0;
}
.user-games-set .item:hover {
  background-color: #f7f7f7;
}
.user-games-set .heading {
  padding: 0 0 10px 0;
  color: #aaa;
  font-weight: bold;
  font-size: 1.1rem;
  white-space: nowrap;
}
.user-games-set .user-level .glyphicon {
  position: relative;
  margin: 0 -15px 0 0;
}
.user-games-set .boxart {
  margin-right: 10px;
  flex-shrink: 0;
}
.user-games-set .flexbox-container {
  align-items: center;
}
.user-games-set > .flexbox-container > div:nth-child(2) {
  margin: 0 30px 0 auto;
  flex-basis: 15%;
  text-align: center;
}
.user-games-set >  .flexbox-container > div:nth-child(3) {
  flex-basis: 14%;
  text-align: center;
}

.user-events-stream {
  padding-top: 0;
  padding-bottom: 0;

}

.user-events-stream .time-stamp {
  font-size: 1.1rem;
}

.user-events-stream .meta .link {
  color: #337ab7;
}

.user-events-stream .media-body {
  overflow: visible;
}

.user-events-stream .events-author {
  color: #666;
  font-weight: bold;
}

.user-events-stream .events-author:hover {
  color: var(--main-color);
}

.user-events-stream .events-item {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.2)
}

.game-box-image.xs {
  box-shadow: 0 5px 5px -3px #333;
  margin-right: 10px
}

.user-events-stream .events-item:last-child {
  border-bottom: none
}

.user-events-stream .avatar-image {
  margin-right: 10px;
}

.user-events-stream .events-content {
  color: #555;
}

.user-events-stream .event-body {
  margin: 10px 0 0 0;
}

.user-events-stream .event-preview {
  color: #555;
}

.user-events-stream .event-preview a:hover {
  text-decoration: underline;
}

.user-events-stream .event-image {
  float: right;
  margin-left: 20px;
  width: 33%;
  min-width: 176px;
}

.user-events-stream .events-content .event-body-link {
  color: #444;
  display: block;

}

.user-events-stream .events-content .event-body-link:hover {
  text-decoration: none
}

.user-events-stream .quote {
  background: #eee;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
  display: block;
  position: relative;
}

.user-events-stream .quote:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  position: absolute;
  top: -10px;
  left: 50px;
}

.user-events-stream .quote blockquote {
  font-size: inherit;
  border: 1px solid #ccc;
  margin: 0;
}

.user-events-stream .media-title {
  font: bold 2rem/1 "PT Sans Narrow", Arial, sans-serif;
  margin: 0 0 5px 0;
}

.user-events-stream .quote .quote-link {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #444
}

.user-events-stream .quote .quote-link:hover {
  color: var(--main-color)
}

.user-events-stream .events-content .attachment {
  background: url(../img/ui/picture-attachment.png) no-repeat 0 0;
  width: 80px;
  height: 60px;
  display: inline-block;
  margin: 0 0 0 15px;
}

.user-events-stream time.text-muted {
  color: #aaa;
}

.events-item .unread {
  color: #222;
}

.feed-setting-form .header {
  background: #eee;
  padding: 7px 10px 7px 10px;
  font: normal 16px/1 Arial, sans-serif;
  color: #444;
}

.feed-setting-form .header label {
  margin: 0;
  font: bold 1.1rem/1 Arial, sans-serif;
  margin: 2px 0 0 0;
}

.feed-setting-form .header input {
  margin: 0 0 0 3px;
}

.feed-setting-form ul {
  margin: 0 0 10px 20px;
}

.feed-setting-form .title:first-letter {
  text-transform: uppercase;
}

.feed-setting-form .checkbox {
  margin: 3px 0;
}

.feed-setting-form .checkbox label {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.feed-setting-form .checkbox input {
  margin-top: 2px
}

.positive {
  color: green;
}

.negative {
  color: red;
}

.user-teaser-table col:first-child {
  width: 50%
}

.user-friends-list .item {
  background-color: #fff;
  padding: 20px;
  position: relative;
  color: #777;
  font: normal 1.2rem/1.5 Arial, sans-serif;
  margin: 0 0 12px 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.user-friends-list .avatar {
  margin-right: 20px;
  border-radius: 100%;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.user-friends-list .item > div:last-child{
  margin-left: auto;
}
.user-friends-list .item .header {
  font: bold 1.5rem Arial, sans-serif;
  margin: 5px 0;
}
.user-friends-list .item .actions {
  margin-top: 5px;
}
.user-friends-list .item .btn {
  margin-right: 5px;
}
/* LITTLE BAR */
.progress-bar-wrapper {
  height: 20px;
  margin: 5px 0 0 0;
  width: 200px;
  text-align: center;
}

.led-progress-bar.disable {
  visibility: hidden;
  text-align: center
}

.breadcrumb {
  margin-bottom: 5px;
  background: none;
  padding: 0;
}

.page-heading .h1 {
  margin-top: 0;
}

.page-heading {
  font-family: "PT Sans", Arial, sans-serif
}


.site-subsection-nav .dropdown {
  margin-right: 20px;
}
.site-subsection-nav .dropdown .btn:hover {
  color: #b31919;
}
.site-subsection-nav .btn {
  font: bold 1.6rem "PT Sans Narrow", Arial, sans-serif;
  padding-top: 22px;
  padding-bottom: 22px;
  box-shadow: none !important;
}
.site-subsection-nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.site-subsection-nav .dropdown-menu>li>a {
  padding: 10px 20px;
}
.site-subsection-nav .balance-info {
  font: bold 1.4rem "PT Sans", Arial, sans-serif;
  margin-left: auto;
}
.site-subsection-nav .balance-info a {
  color: #b31919;
}
.announcement-block.prizes .content {
  padding: 15px 2px;
}
.announcement-block.prizes .item {
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 0;
}
.announcement-block.prizes .prize-item {
  white-space: normal;
  width: 177px;
  margin: 0 5px;
  background: #fff;
  text-align: center;
  position: relative;
  vertical-align: top;
  display: inline-block;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.announcement-block.prizes .prize-title {
  font-size: 1.3rem;
  padding: 10px;
  height: 8.5rem;
  display: block;
}

.announcement-block.prizes .prize-title span {
  vertical-align: middle;
  line-height: 1.2;
  display: inline-block;
}

.announcement-block.prizes .mark {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  color: #fff;
  z-index: 2;
  font: normal 1.1rem/1 Arial, sans-serif;
  padding: 2px 5px 3px;
}

.announcement-block.prizes .prize-item:hover .prize-title {
  display: block
}

.announcement-block.prizes .carousel-control {
  background: none;
  position: static !important;
  margin-top: -5px;
  margin-right: 5px;
  display: inline-block;
}

.announcement-block.prizes .carousel-control .glyphicon {
  position: static !important;
  font-size: 2.2rem;

}

.announcement-block.prizes:hover .carousel-control {
  color: #aaa
}

.announcement-block.prizes .btn-all {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -16px -40px
}

.content-manage-options .manage-control {
  margin: 0 5px 0 0;
}
.content-manage-options .manage-control .glyphicon {
  margin: 0 3px 0 0;
}

.pix-galley-grid {
  padding: 0 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.user-gal-thumb {
  width: 86px;
  height: 86px;
  border: 2px solid #fff;
}

.user-gal-thumb:hover {
  opacity: 1;
}

.user-gallery-intro .user-gal-thumb {
  width: auto;
  height: auto;
}

.user-gallery-intro .tag {
  margin: 5px 5px 5px 0;
}

.user-gallery-intro .jcarousel-skin-tango {
  margin: 0 0 30px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #eee;
}

.user-gallery-intro-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.user-gallery-intro-wrapper .item {
  flex-basis: 25%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .user-gallery-intro-wrapper .item {
    flex-basis: 25%;
  }
}

@media (max-width: 599px) {
  .user-gallery-intro-wrapper .item {
    flex-basis: 50%;
  }
}

.user-gallery-intro-wrapper .game-link {
  margin: 0 5px 60px;
  display: block;
  text-align: center;
}

.user-gallery-intro-wrapper .thumbs-wrapper img {
  float: left;
  width: 50%
}

.user-gallery-intro-wrapper .thumbs-wrapper {
  overflow: hidden;
}

.user-gallery-intro-wrapper .section-title {
  margin: 5px 0 0 0;
  font: bold 1.8rem/1 "PT Sans", Arial, sans-serif;
  clear: both;
}

.user-gallery-intro .jcarousel-prev, .user-gallery-intro .jcarousel-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 1.6rem;
  color: #999;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  margin: -20px 0 0 0;
  line-height: 38px;
}

.user-gallery-intro .jcarousel-next {
  right: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.user-gallery-intro .jcarousel-prev {
  left: -10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.user-gallery-intro .jcarousel-next:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  vertical-align: middle;
}

.user-gallery-intro .jcarousel-prev:before {
  content: "\e079";
  font-family: 'Glyphicons Halflings';
  vertical-align: middle;
}

.user-gallery-intro .jcarousel-prev:hover:before, .user-gallery-intro .jcarousel-next:hover:before {
  color: var(--main-color);
  cursor: pointer;
}

.user-gallery-intro .jcarousel-prev:active:before, .user-gallery-intro .jcarousel-next:active:before {
  color: #c33;
  cursor: pointer;
}

.user-gallery-intro .jcarousel-prev-disabled {
  display: none !important;
}

.user-gallery-intro .pix-galley-grid img {
  margin: 0;
}

.user-gallery-intro .pix-galley-grid .item a {
  display: block;
}

.user-gallery-thumb-carousel img.active {
  border-color: var(--main-color);
}

.user-gallery-thumb-carousel .user-gal-thumb {
  opacity: 0.55;
}

.user-gallery-thumb-carousel img.active, .user-gallery-thumb-carousel img:hover {
  opacity: 1;
}

.user-gallery-thumb-carousel img:hover {
  border-color: #aaa
}

.user-gallery-image-module .module-content {
  padding: 10px;
}

.upload-button.simple-button {
  background-position: 5px 1px;
  padding-left: 36px;
}

.user-gallery-image-nav {
  color: #888;
  font: normal 1.2rem Arial, sans-serif;
  margin: 8px 5px 0 5px;
}

.user-gallery-image-nav .next, .user-gallery-image-nav .prev {
  width: 21px;
  height: 20px;
  padding: 0;
  font: bold 1.8rem Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: url(../img/ui/next-prev-btn.png) no-repeat 0 0;
}

.user-gallery-image-nav .prev {
  background-position: left 0;
  border-right: 1px solid #ccc;
}

.user-gallery-image-nav .next {
  background-position: right 0;
  border-left: 1px solid #ccc;
}

.user-gallery-current-image {
  padding: 10px 0 0 0;

}

.user-gallery-current-image .item {
  position: relative;
  margin-bottom: 5px;
}

.user-gallery-thumb-metadata .row {
  margin: 0 0 5px 0;
}

.user-gallery-thumb-metadata input {
  border: 1px solid #aaa;
  width: 100%;
  display: block
}

.user-gallery-thumb-metadata .avatar-area {
  margin: 0 5px 0 0;
}

.user-gallery-thumb-metadata time {
  color: #aaa;
  margin: 0 0 0 3px;
  font: normal 1.1rem Tahoma, Arial, sans-serif;
}

.action-link {
  border-bottom: 1px dashed #337ab7;
  cursor: pointer;
}
.action-link:hover {
  border-bottom-color: #b31919;
}
.user-gallery-img-code {
  padding: 10px 0 0 0;
}

.user-gallery-img-code .row {
  margin: 0 0 8px 0;
}

.user-gallery-set {
  margin: 0 0 35px 0;
}

.user-gallery-img-code .text {
  border: 1px solid #aaa;
  padding: 5px;
  width: 500px;
  display: block;
  margin: 0 auto 10px;
  background: #eee;
}

.user-image-moved {
  width: 600px;
  height: 331px;
  background: url(../img/ui/content-blank-image.jpg) no-repeat center center;
  margin: 0 auto;
}

.pix-galley-grid-info {
  width: 180px;
  padding: 0 5px 5px;
}

.pix-galley-grid-info .tags {
  font: normal 1.1rem/1.2 Arial, sans-serif
}

.pix-galley-grid .item {
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .pix-galley-grid .item {
    flex-basis: 25%;
  }
}

@media (max-width: 599px) {
  .pix-galley-grid .item {
    flex-basis: 50%;
  }
}

.pix-galley-grid .item > a {
  display: block;
  margin: 2px
}

.unmovable .move-option {
  display: none
}

.user-image-frame {
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.user-image-frame-meta {
  overflow: hidden;
  line-height: 1.8
}

.user-image-frame-meta h1 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8
}

.user-image-frame-content {
  position: absolute;
  padding: 0 350px 0 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.user-image-picture-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 40px 0;
}

.user-image-frame-column {
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
}

.user-image-frame-footer {
  position: absolute;
  bottom: 0;
  background: none;
  text-align: center;
  padding: 20px 20px 10px 20px;
  width: 100%;
  font-size: 1.4rem;
}

.user-image-frame-footer .item {
  vertical-align: middle;
  color: #aaa;
}

.user-image-frame-footer .item .glyphicon {
  top: 3px;
}

.user-image-frame-footer .content-rating-area {
  margin: 0 10px;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.user-image-frame-close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #888;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 13px;
}

.user-image-frame-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.user-image-frame-next {
  position: absolute;
  width: 70%;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 0 !important;
  padding: 0;
  color: #666;
}

.user-image-frame-prev {
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
  bottom: 0;
  outline: 0 !important;
  padding: 0;
  color: #666;
}

.user-image-frame-next:focus, .user-image-frame-prev:focus {
  color: #666;
}

.user-image-frame-next:hover, .user-image-frame-prev:hover {
  color: #fff;
}

.user-image-frame-ctrl .glyphicon {
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  visibility: hidden;
}

.user-image-picture-content:hover .user-image-frame-ctrl .glyphicon {
  visibility: visible;
}

.user-image-frame-next .glyphicon {
  right: 10px;
}

.user-image-frame-prev .glyphicon {
  left: 10px;
}

.user-image-picture {
  text-align: center;
  height: 100%;
}

.user-image-picture:after {
  content: "";
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.js-image {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.user-image-frame .comments-posting-module {
  bottom: 0;
  right: 25px;
  margin: 0;
  position: fixed;
  width: 305px;
  padding: 50px 0 5px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.user-image-frame-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 20px;
  overflow: auto;
}

.user-image-frame .comments-wall {
  margin-bottom: 190px;
}

.user-image-frame .content-comments-header {
  margin: 20px 0 0;
  padding: 5px 0 !important
}

.user-image-frame .content-comments-header .title {
  font-size: 1.4rem
}

.noscroll {
  overflow: hidden;
}

.user-image-frame .pg-like-button .counter {
  background: #444;
  border-color: #444;
}

.user-image-frame .pg-like-button .counter::before {
  border-right-color: #444
}

.user-image-frame .comments-area .admin-select-all {
  display: none;
}

.user-image-frame .edit-image-area {
  left: 5px;
  top: 5px;
  right: auto;
}

.user-image-frame .edit-image-options {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  background: #222;
  height: 100px;
}

.user-image-frame-column .meta-data {
  display: block;
}

.user-image-frame-column .user-rating {
  display: none;
}

.loader-icon {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
  font-size: 7rem;
  color: #333333;
}

.user-image-frame .loader-icon {
  font-size: 7rem;
  color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  display: none;
}

.user-image-frame .user-image-frame-panel .loader-icon {
  font-size: 4rem;
  color: #e6e6e6;
  display: block;
  margin: -20px 0 0 -20px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.download-await-area {
  padding: 20px;
  margin: 0 0 20px 0;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 1.8rem;
}
.download-player-holder {
  max-width: 460px;
  margin: 0 auto;
}
#prerollDelay .jw-media{
  cursor: pointer !important;
}
.download-await-timer {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 5px auto;
}

.download-await-timer .glyphicon {
  position: absolute;
  left: 0;
  top: 0
}

.download-await-timer .text {
  font-size: 3rem;
  padding-top: 13px
}

/********************Редактирование галереи пользователя**************************/

.pix-galley-grid.editable .item, .user-album-list.editable .item {
  position: relative;
}

.edit-image-area {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 50;
  opacity: 0.7;

}

.edit-image-area:after {
  content: "\e019";
  font-family: 'Glyphicons Halflings';
  font-size: 2.4rem;
  color: #aaa;
}

.edit-image-area:hover {
  opacity: 1;
}

.user-gallery-current-image .edit-image-area {
  right: 0;
  top: 0;
}

.edit-image-options {
  display: none;
  position: absolute;
  right: 0;
  top: 32px;
  background: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  padding: 5px;
  text-align: right;
}

.user-album-list.editable .edit-image-area {
  right: 10px;
  top: 0;
}

.multiple-edit-image-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 2px;
  bottom: 1px;
  z-index: 50;
}

.pix-galley-grid .multiple-edit-image-area .css-label {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  cursor: default !important;
  border: 3px solid #333;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  display: inline-block;
}

.multiple-edit-image-area .css-label {
  background-image: none;
}

.pix-form-tags {
  position: relative;
}

.pix-form .auto-select-name {
  width: 100% !important;
}

.pix-galley-grid .selected .multiple-edit-image-area label.css-label {
  border: 3px solid var(--main-color) !important;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.edit-image-area:hover .edit-image-options {
  display: block;
}

.edit-image-options .option-item {
  color: #fff;
  padding: 2px 5px;
  margin: 0 0 3px 0;
}

.edit-image-options .option-item a {
  color: #aaa;
}

.edit-image-options .option-item a:hover {
  color: #fff;
}

.multiple-edit-bar {
  background: #262626;
  z-index: 100;
  color: #fff;
  width: 60px;
  height: 100%;
  position: relative;
  left: -60px;
}

.multiple-edit-bar .first {
  text-align: center;
}

.multiple-edit-bar-container {
  width: 60px;
  overflow: hidden;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 1;
  padding: 10px 0 0 0;
}

.multiple-edit-bar .select-all {
  border-bottom: 1px dotted #fff;
  color: #fff;
  cursor: pointer;
}

.usergal-move-modal .usergal-albums-list input.text {
  margin: 10px 5px 10px 10px;
}

.usergal-move-modal .usergal-albums-list a {
  display: block;
  padding: 10px 10px 10px 15px;
}

.usergal-move-modal .usergal-albums-list a:hover {
  background-color: #eee;
}

.usergal-move-modal .sucess:hover {
  border: 1px solid #ccc;
}

.multiple-edit-bar .value {
  font: bold 1.7rem/1 Arial, sans-serif;
  display: block;
  padding: 5px 0 0 0;
}

.ui-autocomplete.ui-front {
  z-index: 1000
}

.simple-button {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
  margin: 3px 10px 0 0;
  box-shadow: 0 0 1px #999;
}

.simple-button:hover {
  border-color: #aaa;
  box-shadow: 0 0 1px #999;
}

.simple-button.active {
  box-shadow: 0 0 3px #ccc inset;
  background: #eee;
  color: var(--main-color);
  border-color: #aaa;
}

.module-header {
  padding: 20px 0 0 0;
}

.module-header .btn {
  margin-bottom: 5px;
}

.module-header-navigation .nav-pills {
  display: inline-block;
  vertical-align: middle;
}

.module-header-navigation .nav-pills > li > a {
  padding: 5px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}

.module-header-navigation .nav-pills > li.active > a,
.module-header-navigation .nav-pills > li.active > a:hover,
.module-header-navigation .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #444;
  border-bottom: 1px solid var(--main-color);
}

.width-widely .article-footer .btn {
  margin-right: 20px
}

.feedback-button {
  cursor: pointer;
  background: #333;
  text-shadow: none;
  box-shadow: none;
  border-color: #222;
  border-radius: 0;
  margin: 30px 0 0 0;
  font: bold 1.4rem/1 "PT Sans Narrow", Arial, sans-serif;
  padding: 6px 20px 8px 10px;
  height: auto;
  color: #aaa;
  text-transform: uppercase;
  vertical-align: middle;
}

.feedback-button .glyphicon {
  margin-right: 7px;
  font-size: 1.6rem;
}
.feedback-button:hover, .feedback-button:focus {
  color: #fff;
}
/****************конец редактирования галереи пользователя******************/

.user-gallery-set .header {
  margin: 0 0 10px 10px;
  font: bold 2rem/1 "PT Sans Narrow", Arial, sans-serif
}

.fixed-sized-gallery {
  margin: 0 0 0 -42px;
}

.fixed-sized-gallery .item {
  margin: 0 0 25px 55px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 156px;

}

.fixed-sized-gallery .item img {
  width: 150px;
  margin: 0 0 5px 0;
  border: 3px solid #fff;
  box-shadow: 0 0 3px #aaa;
  max-height: 150px;
}

.authorization-module {
  max-width: 800px;
  margin: 0 auto;
}

.user-album-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.user-album-list .module-item {
  flex-basis: 20%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .user-album-list .module-item {
    flex-basis: 25%;
  }
}

@media (max-width: 599px) {
  .user-album-list .module-item {
    flex-basis: 50%;
  }
}

.user-album-list .module-item > a {
  margin: 0 5px 60px 5px;
  display: block;
  text-decoration: none;
}

.user-album-list .cover {
  padding: 15px;
  background-color: #fff;
  display: block;
  box-shadow: 2px 2px 0px #ccc;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #aaa;
}

.user-album-list .module-item .title {
  display: block;
  font: bold 1.2rem/1 Arial, sans-serif;
  margin: 10px 0 5px 5px;
  white-space: nowrap;
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-album-list .module-item .quant {
  margin: 0 0 0 5px;
  display: block;
  color: #aaa;
  font: normal 1.2rem/1 Arial, sans-serif;
}

.server-module {
  font: bold 1.2rem/1 "PT Sans", Arial, sans-serif;
}

.server-module .module-item {
  margin-bottom: 120px;
}

.server-module .heading {
  font: bold 1.3rem/70px "PT Sans", Arial, sans-serif;
  height: 70px;
  vertical-align: middle;
}

.server-module .title {
  font: bold 2rem/70px "PT Sans", Arial, sans-serif;
  margin-right: 10px;
  color: var(--main-color);
}

.server-module .heading img {
  margin: 0 20px 0 0;
  float: left;
}

/**************************
 * Формы
***************************/

div.mce-fullscreen {
  z-index: 101
}

.post-rules-btn {
  border: none;
  margin: 0;
  font-size: 22px;
  color: #aaa;
}

.post-rules-modal {
  position: fixed;
  bottom: -1000px;
  z-index: 500;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  min-width: 460px;
}

.post-rules-content {
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 20px 40px 30px 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.post-rules-content a {
  color: #b31919;
}

.blog-form .mce-toolbar-grp.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
}
.blog-form .mce-toolbar-grp.fixed .mce-container-body {
  text-align: center;
}
.blog-form .file-input-name {
  display: block;
  margin: 5px 0 0 0;
  color: #999;
}
.blog-form .help-block {
  font-size: 1.4rem;
}
.blog-form .bonus-message {
  color: #222;
}
.blog-form .bonus-message  a {
  text-decoration: underline;
}
.blog-form .bonus-message.positive, .blog-form .bonus-message.positive a  {
  color: #00af15;
}
.blog-form label input {
  top: 2px;
  margin-top: 0;
  position: relative;
}

.blog-form .form-group {
  margin-bottom: 35px
}

.blog-form .input-lg {
  font: normal 2.4rem/1.5 Arial, sans-serif;
}

.blog-form .mce-panel {
  border-color: #ddd;
}

.exchange-form .item-description {
  padding: 0px 0 10px 20px;
  font: normal 1.2rem/1.5 Arial, sans-serif;
  color: #777;
}

.exchange-form .item-description .logo {
  margin-bottom: 10px;
}

.bonusAdsManageForm .secondary {
  font-size: 1.2rem
}

.bonusAdsManageForm .autocomplete_container .form-control {
  display: inline-block;
}

.bonusAdsManageForm .auto-select-name {
  width: 50%;
}

.ui-progressbar {
  position: relative;
}

.progress-label {
  position: absolute;
  left: 50%;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

/***************************************
  Страница поиска
****************************************/

.advanced-search .text {
  padding: 5px;
  width: 250px;
  margin: 0 15px 0 5px
}

.advanced-search select {
  padding: 5px;
  width: 250px;
  margin: 0 15px 0 5px
}

.search-results-filter .badge {
  font: normal 1.1rem/1 Arial, sans-serif;
  background: #eee;
  color: #444;
  margin-left: 5px
}

.search-results-filter .btn {
  margin: 5px 3px
}

.search-results {
  overflow: hidden;
  padding: 15px 20px 20px 0;
}

.search-results .item {
  margin: 0 0 20px 0;
  padding: 0 20px 17px 0;
  border-bottom: 1px solid #aaa;
}

.search-results .item:last-child {
  border: none;
}

.search-results .content-tag {
  color: var(--main-color)

}

.search-results .release {
  color: #aaa

}
.bageToolTip a:hover {
  color: #000;
  text-shadow: none;
}

.bageToolTip {
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  background: #eee;
  box-shadow: 3px 3px 3px rgba(00, 00, 00, 0.5);
  padding: 10px;
  z-index: 1000;
  color: #444;
  display: none;
  font: normal 1.2rem "PT Sans", Arial, sans-serif;
  margin: 11px 0 0 0;
  border: 2px solid #fff;
}

.bageToolTip a {
  color: #444;
}

.bageToolTip a:hover {
  color: #444;
}

.bageToolTip .utilit-button {
  margin-left: 0;
}

.userProfileTooltip {
  height: 155px;
}

.gameProfileTooltip {
  height: 170px;
}

.userProfileTooltip .avatarHolder {
  margin: 0 15px 12px 0;
  width: 104px;
  text-align: center;
}

.userProfileTooltip .profileLink {
  vertical-align: top;
  display: inline-block;
  margin: 1px 0 0 0;
}

.userProfileTooltip .profileLink:hover span {
  border-bottom: 1px solid #fff;
}

.userProfileTooltip .column {
  display: inline-block;
  vertical-align: top;
}

.userProfileTooltip .buttons {
  bottom: 10px;
  left: 130px;
  position: absolute;
}

.userProfileTooltip ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.userProfileTooltip .uiButton {
  margin: 0 5px 0 0;
  width: 175px;
  padding: 5px 0;
}

.userProfileTooltip .uiButton.sendMessage {
  width: 195px;
}

.userProfileTooltip .avatar100 {
  padding: 2px;
  background: #fff;
  width: 100px;
  height: 100px;
}

.userProfileTooltip .awards img {
  vertical-align: middle;
  margin-right: 3px;
}

.userProfileTooltip .online {
  color: #04E526;
}

.tooltip .heading {
  margin: 0 12px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;

}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: transparent;
  position: relative;
}

.jspDrag {
  background: #111;
  position: relative;
  top: 0;
  left: -3px;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #222;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.xmass-bg {
  top: 0;
  left:0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  background-image: url('https://www.playground.ru/img/ui/xmass/300.png'),
  url('https://www.playground.ru/img/ui/xmass/400.png'),
  url('https://www.playground.ru/img/ui/xmass/500.png');
  animation: 15s fadeIn, snow 15s linear infinite;
}
@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 300px 300px, 400px 400px, 500px 500px;
  }
}


/* ==========================================================================
   Раздел Флеш-игр
   ========================================================================== */

#flashGamesPreloader_wrapper {
  text-align: center;
  margin: 20px auto;
}

#flashGamesPreloader {
  display: block
}

.flash-partition-header {
  margin: -20px -15px 20px;
  border-bottom: 3px solid var(--main-color);

}

.flash-partition-header .secondary-navigation {
  padding: 20px;
}

.flash-partition-header .secondary-navigation .list-unstyled {
  margin: 5px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flash-partition-header a {
  color: #222;
}

.flash-partition-header li:hover a {
  color: var(--main-color);
}

.flash-tags-navigation {
  padding: 10px 10px 10px 20px;
  background: #fff;
  border-top: 1px solid #aaa;
}

.flash-tags-navigation li {
  display: inline-block;
  width: 25%;
  padding: 2px 2px 2px 10px;
}

.flash-partition-header .secondary-navigation {
  font: bold 1.6rem/1 'PT Sans Narrow', Arial, sans-serif;
}


.flash-thumb {
  float: left;
  width: 168px;
  margin: 0 10px 20px 10px;
  line-height: 1;
  background: #eee;
  padding-bottom: 10px;
  min-height: 184px;
  height: 184px;
  position: relative
}

.flash-thumb-img {
  margin-bottom: 10px
}

.flash-thumb a {
  color: #444;
}

.flash-thumb a:hover {
  color: var(--main-color);
}

.flash-thumb-row {
  margin-bottom: 20px;
}

.flash-thumb-row-header {
  text-transform: uppercase;
  margin-left: 10px;
  font-family: "PT Sans", Arial, sans-serif;
}

.flash-thumb-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 10px 10px;
}

.flash-partition .article-title {
  margin: 10px 0 5px;
  font: normal 2rem/1 Arial, sans-serif;
}

.flash-partition .tags-list {
  margin: 20px 0 10px;
}

.flash-partition .tags-list .item {
  margin-right: 14px;
}

.flashgames-container {
  margin: -20px -20px 0 -20px;
  background: #0e0e0e;
  text-align: center;
  font-size: 0;
  position: relative;
}

.flashgames-container .inner {
  display: inline-block;
  position: relative;
  min-width: 640px;
  min-height: 480px;
}

.preloader-advert-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 100;
  min-width: 640px;
  min-height: 480px;
  text-align: center;
}

.flashgames-preloader-message {
  font: normal 1.8rem/1 Arial, sans-serif;
  margin-bottom: 30px;
  color: #fff;
}

.flashgame-info {
  font: normal 1.3rem/1.5 Arial, sans-serif;
}

.flashgame-info .header {
  margin: 10px 0 5px;
  font: bold 1.4rem Arial, sans-serif;
  color: #777
}

/******************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/*******************************************************************************/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #111;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: normal 1.4rem/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/ui/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/ui/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url('../img/ui/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 1.3rem/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/ui/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('../img/ui/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 99%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
  border: 1px solid #444;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 1px;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

.fullscreen-container {
  display: none;
}

.fullscreen-container.active {
  display: block;
}

.fullscreen-container.active .fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1000;
}

.fullscreen-container.active div[id^=google_ads_iframe_], .fullscreen-container.active img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
}
.fullscreen-container iframe, .fullscreen-container.active img {
  max-width: none;
}

.fullscreen-top {
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.fullscreen-message {
  color: #fff;
  font: normal 1.7rem/40px Arial, sans-serif;
  margin-left: 60px;
}

.fullscreen-close {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  float: right;
  color: #fff;
  cursor: pointer;
  margin: 0 20px 0 20px;
  border-radius: 40px;
  vertical-align: middle;
  font: normal 3rem/3.6rem Arial, sans-serif;
}

.fullscreen-close .glyphicon {
  top: 3px;
  font-size: 2.6rem;
}

.fullscreen-container.sideline {
  display: block;
}

.sideline .fullscreen-overlay, .sideline .fullscreen-top, .sideline .fullscreen-outer, .sideline .fullscreen-content {
  width: 300px !important;
}

.sideline .fullscreen-overlay {
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
}

.sideline .fullscreen-message {
  display: none;
}

.sideline .fullscreen-content {
  vertical-align: top;
}

.sideline .fullscreen-top {
  padding: 0;
  background: transparent;
}

.sideline .fullscreen-close {
  margin: 0;
  background-color: #fff;
  color: #222;
  border-radius: 0;
  line-height: 3.5rem;
  border: none;
}
.sideline .fullscreen-close .glyphicon {
  font-size: 2rem;
}
.sideline .fullscreen-close:hover {
  color: #b31919;
}
.sideline iframe, .sideline.fullscreen-container.active div[id^=google_ads_iframe_] {
  height: 100% !important;
}

.sideline div[id^=google_ads_iframe_] {
  position: static !important;
  transform: none !important;
}

.vacancy-description {
  padding: 0 25px 25px;
  background: #EDEDED;
  border: 1px dashed #ccc;
  margin: 10px 0 20px;
}

.vacancy-tabs .simple-button {
  margin: 25px 10px 0 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5)
}


.support-message-row {
  padding: 5px 0;
  height: 35px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  box-shadow: 1px 0 1px #fff;
}

.support-message-row:hover {
  background: #eee;
}

.support-message-row:last-child {
  border: none;
  box-shadow: none;
}

.support-message-row.open:hover, .support-message-row:last-child {
  background: transparent;
}

.support-message-row:last-child, .support-message-row.open {
  height: auto;
  cursor: auto;
}

.support-message-row:last-child {
  cursor: auto;
}

.support-message-row:last-child .support-message-text, .support-message-row.open .support-message-text, .support-message-row.open time, .support-message-row:last-child time {
  opacity: 1;
}

.support-message-text {
  padding: 0 150px 0 200px;
  line-height: 1.5;
  opacity: 0.7;
  white-space: pre-line;
}

.support-message-text img {
  margin: 20px 5px 0 0;
}

.support-message-row .pull-right {
  font-size: 1.2rem;
  opacity: 0.6;
  margin-top: 3px;
}
.support-message-row .author {
  font-size: 1.4rem
}
.support-message-row.active .author{
  margin-left: 26px;
}
.support-message-number {
  padding: 5px 10px;
  background-color: #dcdcdc;
  display: inline-block;
  font-size: 1.2rem;
}
.support-message-row.adm .support-message-text, .support-message-row.adm .author {
  color: #2f6f9f;
}

.support-message-form {
  margin: 20px 0;
}

.support-message-row .btn {
  padding: 0;
}

.support-message-row .glyphicon {
  color: #ccc;
  margin: 0 3px 0 5px;
  font-size: 1.7rem;
}

.support-message-row:hover .glyphicon, .support-message-row.open .glyphicon {
  color: #aaa;
}

.support-message-form .upload {
  overflow: hidden;
}

.support-message-form .upload span {
  border-bottom: 1px dotted #006a9b;
  color: #006a9b;
}

.support-message-form .upload input {
  opacity: 0 !important;
  overflow: hidden !important;
  position: relative;
  left: -150px;
  cursor: pointer;
}
.support-message-thread {
  margin-top: 40px;
}
.support-message-thread-title {
  white-space: pre-line;
  font: normal 1.6rem/1.5 Arial, sans-serif;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  display: block;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.sticky {
  position: sticky;
  top: 0;
}
.mce-i-iu {
  background-image: url(../img/ui/upload_d.png) !important;
  margin: 2px 0 0 0 !important;
}

.page-main-column {
  background: #fff;
  min-height: 800px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.page-aside .module-footer {
  background: none;
}

.page-aside .module-header {
  border-bottom: none;
  padding: 5px 5px 10px 10px
}

.page-aside .module-title {
  padding: 0;
}

.article-header {
  margin: 20px 0;
  position: relative;
}

.content-manage-options {
  margin-top: 10px;
}

.dropdown-hover:hover > .dropdown-menu {
  display: block;
}

.upload_box iframe {
  width: 100%
}

.modal.ui-draggable .modal-backdrop {
  display: none
}

.social-plugins-widget {
  margin: 0 0 20px 0;
  border: none;
  overflow: hidden;
}

.social-plugins-widget .nav-tabs {
  font-size: 1.8rem;
  border: none;
}

.social-plugins-widget .nav > .vk-tab > a {
  color: #597ea2;
  background-color: transparent;
}

.social-plugins-widget .nav > .fb-tab > a {
  color: #3b5a99;
  background-color: transparent;
}

.social-plugins-widget .nav > .yt-tab > a {
  color: #CC181E;
  background-color: transparent;
}

.social-plugins-widget .nav > .ok-tab > a {
  color: #EB722E;
  background-color: transparent;
}

.social-plugins-widget .nav > .vk-tab > a:hover, .social-plugins-widget .nav > .vk-tab.active > a {
  background-color: #597ea2;
  color: #fff;
}

.social-plugins-widget .nav > .fb-tab > a:hover, .social-plugins-widget .nav > .fb-tab.active > a {
  background-color: #3b5a99;
  color: #fff;
}

.social-plugins-widget .nav > .yt-tab > a:hover, .social-plugins-widget .nav > .yt-tab.active > a {
  background-color: #CC181E;
  color: #fff;
}

.social-plugins-widget .nav > .ok-tab > a:hover, .social-plugins-widget .nav > .ok-tab.active > a {
  background-color: #EB722E;
  color: #fff;
}

.social-plugins-widget .nav-tabs.nav-justified > .active > a, .social-plugins-widget .nav-tabs.nav-justified > .active > a:hover, .social-plugins-widget .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}

.social-plugins-widget .tab-content {
  padding: 0;
  margin: 0;
}

.social-plugins-widget .nav-tabs > li > a {
  border-width: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}

.social-plugins-widget .nav-tabs > li {
  margin: 0 !important;
  border-width: 0;
  padding: 0;
}

.social-plugins-widget .nav-tabs a:focus {
  outline: 0
}

ul.tagit {
  padding: 1px 10px;
  overflow: auto;
  margin-left: inherit; /* usually we don't want the regular ul margins. */
  margin-right: inherit;
  border-color: #ccc;
}

ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
  position: relative;
  line-height: inherit;
}

input.tagit-hidden-field {
  display: none;
}

ul.tagit li.tagit-choice-read-only {
  padding: .2em .5em .2em .5em;
}

ul.tagit li.tagit-choice-editable {
  padding: .2em 18px .2em .5em;
}

ul.tagit li.tagit-new {
  padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
}

ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: .1em;
  top: 50%;
  margin-top: -8px;
  line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: none;
}

ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none;
}

.bs-fieldset {
  background: #f2f2f2;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.bs-legend {
  margin: 5px 0 15px 5px;
  font-size: 1.7rem;
  color: #666;
  line-height: 1;
}

.games-genre-list {
  width: 200px;
  height: 100%;
  bottom: 0;
  overflow: auto;
}

.games-genre-list .panel {
  border-radius: 0;
  box-shadow: none;
}

.games-genre-list .list-group-item {
  padding: 7px 15px;
}

.games-genre-list .list-group-item.active, .games-genre-list .list-group-item.active:focus, .games-genre-list .list-group-item.active:hover {
  background: #eee;
  color: var(--main-color);
  border-color: #ddd;
  font-weight: bold;
}

.gallery-image-loader {
  position: relative;
  min-height: 400px;
  display: none;
}

.gallery-box {
  height: inherit;
  overflow: auto;
}

.gallery-modal {
  position: relative;
  margin: 50px auto;
  width: 710px;
  background: rgba(24, 24, 24, .99);
}

.gallery-main-image {
  width: inherit;
  position: relative;
}

.gallery-info-image {
  position: absolute;
  top: 0;
  opacity: 0;
  width: inherit;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-info-image {
  box-shadow: 0 0 50px 20px rgba(0, 0, 0, .5) inset;
}

.gallery-main-image:hover > .gallery-info-image {
  opacity: 1;
}

.gallery-image-prev, .gallery-image-next {
  color: rgba(255, 255, 255, .75);
  position: absolute;
  width: 50%;
  height: 100%;
  cursor: pointer;
  padding: 35% 0;
  font-size: 2rem;
}

.gallery-image-prev:hover, .gallery-image-next:hover {
  color: #fff;
}

.gallery-image-prev {
  left: 0;
  padding-left: 30px;
  text-align: left;
}

.gallery-image-next {
  right: 0;
  padding-right: 30px;
  text-align: right;
}

.gallery-image-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
}

.gallery-info {
  border-top: 1px solid rgba(19, 19, 19, .99);
  padding: 15px;
}

.gallery-comments {
  background: #fff;
  padding: 15px;
}

.gallery-btn {
  border-radius: 3px;
  padding: 5px 10px;
}

.gallery-btn-download {
  background: #fff;
  color: #000;
  font-size: 1.2rem;
}

.gallery-btn-download:hover {
  background: rgba(23, 23, 23, 0.99);
  color: #FFF;
  box-shadow: 0 0 0 1px #fff;
}

.game-rating.hidden-md {
  margin: -5px 0 5px 0;
}

.file-input-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.file-input-wrapper input[type=file], .file-input-wrapper input[type=file]:focus, .file-input-wrapper input[type=file]:hover {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99;
  outline: 0;
}

.file-input-name {
  margin-left: 8px;
}

/***************************************************************************************************************/
/***************************************************Media Queries***********************************************/
/***************************************************************************************************************/
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1281px) {
  .container {
    width: 1170px;
  }

}

@media (min-width: 1050px) and (max-width: 1280px) {
  .content-layout {
    width: auto;
    max-width: 990px
  }

}

@media (max-width: 1280px) {

  .news-module .stoty-title {
    font-size: 1.8rem;
  }

  .post-type {
    top: 43%;
  }

  .tileview-list-module .item {
    flex-basis: calc(33.333333% - 16px);
  }

  .tileview-list-module .video-tile {
    flex-basis: calc(33.3333% - 4px);
  }

}

/********************************менее 1050px********************************/
@media (max-width: 1050px) {
  .post-type {
    top: 47%;
  }
  .gp-game-heading, .game-heading-compact, .user-profile-header {
    margin-bottom: 0;
  }
  .game-heading-compact, .gp-game-heading {
    border: none
  }
  .user-profile-sidebar {
    margin-bottom: 10px;
  }
  .user-profile-sidebar {
    position: static !important;
    height: auto;
    width: auto;
  }
  .user-profile-sidebar .content {
    position: static !important;
    width: auto;
    margin: 0;
    height: auto;
    display: none;
  }
  .user-profile-sidebar .sticky {
    height: auto !important;
  }

  .user-profile-navigation .ui-widget-content {
    padding: 0
  }

  .user-profile-navigation .current > a {
    background: none;
    box-shadow: none;
  }

  .user-profile-navigation .counter {
    position: static;
    display: inline-block;
    color: #888;
    margin: 0 20px;
    text-align: right;
    float: right;
  }

  .user-profile-navigation .item {
    border-bottom: 1px solid #222;
    height: auto;
  }

  .user-profile-navigation .item a {
    text-align: left;
    font-size: 1.4rem;
    padding: 7px 15px;
    display: block;
    line-height: 1.5;
  }

  .user-profile-navigation .item .glyphicon {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    color: #aaa;
  }

  .user-profile-navigation .item a:hover {
    background: none;
    color: #444;
  }

  .user-profile-navigation a:hover .counter {
    display: inline-block
  }

  .user-profile-navigation ul {
    margin-bottom: 0;
  }

  .game_user-nav-toggler {
    clear: both;
    padding: 6px 0;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0;
    cursor: pointer;
  }

  .article-content .vidContainer {
    height: auto;
  }

  .scrollup, .scrollup.stick {
    display: none !important;
  }

  .tab-news-lastNews .media {
    margin-top: 0
  }

  .tab-news-lastNews .media-object {
    width: 100%
  }

  .navbar-default .navbar-nav > li > a {
    color: #eee;
  }

  .page-header {
    height: auto;
  }

  .side-widget-pane-controll {
    display: none;
  }

  .side-widget-pane.active .side-widget-pane-controll {
    display: block;
  }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
  }

  .dropdown.open .dropdown-menu {
    float: none !important;
  }

  .navbar {
    min-height: 40px
  }

  .navbar-brand {
    height: 40px
  }

  .navbar-default .navbar-toggle {
    margin: 4px 5px 3px 0;
    border-color: transparent;
    border-radius: 0;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
  }

  .navbar-toggle .icon-bar {
    background: #eee;
    height: 3px;
  }

  .page-aside .sreenshots-module .item {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  .user-profile-header .social-accounts {
    position: static;
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {

   .game-announcement-block .col-md-2 {
    float: none;
    display: inline-block;
    width: auto;
    vertical-align: top;
    max-width: 140px;
  }

  .game-announcement-block .tab-pane {
    white-space: nowrap;
    overflow-x: auto;
  }

  .features-slider {
    overflow: auto;
    white-space: nowrap;
  }

  .features-slider .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    position: static;
    width: auto;
  }

  .features-slider-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: auto;
    max-width: 300px;
    min-width: 300px;
  }

  .features-slider-item img {
    max-width: 100%
  }

  .features-slider-main-item-big .features-slider-title {
    text-align: left;
    padding: 0 25px;
    font-size: 2.2rem;
  }

}

/********************************менее 960px********************************/
@media (max-width: 960px) {

  .main-layers-wrapper{
    overflow: hidden;
  }
  .content_aside-container {
    display: block;
  }
  .content_aside-container .content-column {
    margin-right: 0;
  }
  .content_aside-container .page-aside {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .user-image-frame-content {
    padding-right: 0
  }

  .user-image-frame-column {
    display: none;
  }

  .tileview-list-module .item {
    flex-basis: calc(50% - 16px);
  }

  .tileview-list-module .video-tile {
    flex-basis: calc(33.3333% - 4px);
  }

}

/********************************менее 860px********************************/
@media (max-width: 860px) {
  .article-related-content .media:nth-of-type(3n+1) {
    clear: none;
  }

  .article-related-content .media:nth-of-type(2n+1) {
    clear: left;
  }

  .games-genre-list {
    width: auto;
    overflow: visible;
  }

  .games-genre-list .list-group {
    width: 100%
  }

  .foundation-wrapper {
    padding-top: 0;
    margin-top: 0;
  }

  .page-notification {
    margin-top: 0;
  }

  .content-layout {
    margin-top: 0;
    padding: 20px 15px;
  }

  .foundation-wrapper {
    background-size: 200% auto;
  }

  .foundation-wrapper .xaas div a:first-child, #brandingBanner img {
    height: 19vw !important;
  }

  .announcement-block.prizes .content {
    padding-bottom: 0;
  }

  .announcement-block.prizes .carousel-inner {
    overflow: visible;
    position: static;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    height: auto;
  }

  .announcement-block.prizes .carousel-inner > .item {
    display: inline-block;
    position: static;
    float: none;
  }

  .announcement-block.prizes .prize-item {
    float: none !important;
    display: inline-block;
    position: static;
    margin: 5px;
  }

  .announcement-block.prizes .prize-title, .announcement-block.prizes .btn-all, .announcement-block.prizes .carousel-control {
    display: none !important;
  }

}

/********************************от 768px до 1050px********************************/
@media (min-width: 768px)  and (max-width: 1050px) {
  .main-navigation .dropdown-toggle {
    padding: 10px 10px 15px 10px;
  }

}

/********************************менее 767px********************************/

@media (max-width: 767px) {
  .page-header {
    position: fixed;
    width: 100%;
  }
  .foundation-wrapper {
    margin-top: 47px;
  }
  .main-navigation .last .dropdown-menu {
    float: none;
    position: static;
    visibility: visible !important;
    padding: 0;
    right: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: block !important;
  }
  .main-navigation .last .dropdown-menu a {
    color: #aaa;
    text-transform: uppercase;
    padding: 10px 10px;
    border-bottom: 1px solid #444;
    font: bold 15px/1 'PT Sans Narrow', Arial, Helvetica, sans-serif;
  }
  .main-navigation .last .dropdown-menu li {
    display: block;
  }
  .main-navigation .last > a {
    display: none;
  }
  .sticky {
    position: static;
  }
  .user-profile-header .avatar {
    width: 100px;
    height: 100px;
  }

  .dl-horizontal.left-oriented dt {
    float: left;
  }
  .user-profile-header .side-two {
    padding: 20px 0 0 0;
    border: none;
  }



  .tileview-list-module .item {
    flex-basis: calc(50% - 16px);
  }

  .tileview-list-module .video-tile {
    flex-basis: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
  }
  .games-catalogue-list .item {
    flex-basis: 100%;
  }
  .post-type {
    top: 38%;
  }

  .main-navigation {
    text-align: left;
  }

  .main-navigation.navbar-nav > li {
    float: none;
    display: block;
    vertical-align: middle;
  }

  .page-header .search-btn {
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .gallery-announcement .item-wrapper {
    width: 33.333333%
  }

  .navbar-brand > img {
    display: none;
  }

  .text-logo {
    margin: 12px 0 0 0;
    font-weight: bold;
    color: #fff;
  }
  .article-header {
    margin: 0 0 10px 0;
  }
  .navbar-nav .dropdown-submenu > a:before {
    margin-top: 8px;
    border-color: inherit;
    border-style: solid;
    border-width: 4px 4px 0;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .navbar-nav .dropdown-submenu > a {
    padding-left: 40px;
  }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a, .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > label {
    padding-left: 35px;
  }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a, .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 45px;
  }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a, .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 55px;
  }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a, .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 65px;
  }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a, .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 75px;
  }

  .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #555;
  }

  .navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #fff;
  }

  .page-header .search-form {
    margin-left: 50px
  }

  .tileview-list-item .publication-partition {
    min-height: auto;
  }

  .navbar-header {
    background: #292929;
  }

  .main-navigation .dropdown-hover:hover > .dropdown-menu {
    display: none;
  }

  .container > .navbar-collapse li a:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-nav > li:hover {
    background: none;
  }

  .navbar-default .navbar-nav > li > a {
    color: #aaa;
  }

  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
  }

  .page-header .search-form {
    background: none;
    position: static;
    border: none;
    width: 100% !important;
    margin: 0;
    display: block !important;
  }

  .main-navigation .dropdown-toggle {
    padding: 10px 10px;
    border-bottom: 1px solid #444;
  }

  .main-navigation a:hover, .main-navigation li:hover {
    background: none !important;
  }

  .comments-wall .user-details .achievments {
    display: none;
  }

  .comments-wall .comments-content .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-header, .comments-posting-form .textarea-holder {
    margin: 0;
  }

  .comment-row .comments-options {
    display: block;
  }

  .comment-row input.css-checkbox[type="checkbox"] + label.css-label {
    top: 0;
    left: 0;
  }

  .comments-posting-form .avatar-area, .main-navigation .drop-down-layer {
    display: none !important
  }

  .top-bar {
    background: #292929;
  }

  .anounce-teaser-item, .anounce-teaser-item img {
    display: block;
    width: 100%
  }

  .side-widget-pane {
    width: 100%;
    left: 100%;
    right: auto;
  }

  .side-widget-pane.active {
    left: 0;
  }

  .side-widget-pane-close {
    color: #fff;
    font-size: 3.5rem;
    opacity: 0.6;
  }

  .user-events-stream .events-content {
    padding: 0;
    margin-top: 10px;
  }

  .media-announce-image {
    float: none;
    display: inline-block;
    margin-right: 0;
  }

  .side-widget-content .nav-tabs.nav-justified > li {
    display: table-cell;
    float: none;
    width: 1%;
  }

  .side-widget-content .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

  .gp-game-title {
    font-size: 2.6rem;
  }

  .article-title {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .article-header .copyright, .video-header .copyright {
    top: -1rem;
    font-size: 1.5rem;
  }
  .page-aside .sreenshots-module .item {
    float: left;
    width: 50%
  }
  .gp-game-summary-about .panel {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .text-logo.middle {
    display: none;
  }

  .text-logo.tiny {
    display: block;
  }

  .page-aside .pix-widget .item {
    width: 150px;
    padding: 0 !important;
  }

  .page-aside .pix-widget .img-wrapper {
    margin: 0 0 0 15px;
  }
  .user-profile-header .side-one {
    text-align: center;
  }
  .user-profile-header .side-one div:first-child {
    padding-right: 0;
  }
  .user-profile-header .flexbox-container {
    flex-direction: column;
    justify-content: center;
  }

}

/********************************менее 480px********************************/
@media (max-width: 480px) {
  .molding {
    padding: 0;
  }
  .article-related-content .post-container {
    display: block;
  }
  .article-related-content .item {
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .article-related-content .item-title {
    padding: 0;
  }
  .user-friends-list .item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .user-friends-list .item > div:last-child, .user-friends-list .avatar {
    margin: 0;
  }
  .takeover-container.dfp-container {
    overflow: hidden;
  }
  .article-header {
    text-align: center;
  }
  .article-metadata-content {
    flex-direction: column;
    text-align: center;
  }
  .article-metadata-content .module-item-counters {
    margin-left: 0
  }
  .video-header .video-title {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .media-announce-item {
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }
  .media-announce-content {
    flex-basis: initial;
    padding: 15px 0 40px;
  }

  .tileview-list-module .module-content {
    margin-left: 0;
    margin-right: 0;
  }

  .tileview-list-module .item, .tileview-list-module .video-tile {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .fullscreen-message {
    margin-left: 0;
  }

  .fullscreen-close {
    margin: 0;
  }

  .sideline.fullscreen-overlay, .sideline .fullscreen-top, .sideline .fullscreen-outer, .sideline .fullscreen-content {
    width: 100%;
  }

  .gp-game-heading .js-icon-info {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #8c8c8c;
  }

  .game-heading-compact .game-header {
    display: block;
  }
  .gp-game-heading .description-wrapper {
    display: none;
  }

  .fullscreen-content img {
    height: auto;
  }

  .gp-game-card .gp-game-cover {
    text-align: center;
  }

  .article-content .blockquote-1, .article-content .blockquote-2, .article-content blockquote {
    padding-left: 35px;
    padding-right: 20px;
  }

  .article-content .blockquote-1:before, .blockquote-2:before, .article-content blockquote:before {
    left: 10px;
  }

  .post-flow-item {
    flex-basis: 100%;
  }

  .gallery-announcement .item-wrapper {
    width: 50%
  }

  .game-announcement-description div:last-child {
    display: none;
  }
  .game-announcement-description {
    min-height: 80px;
  }
  .news-module .story-image {
    width: 40%;
    margin-right: 10px;
    float: left;
    padding: 0;
  }

  .news-module .story-container {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .news-module .story-content {
    margin-bottom: 0;
    padding: 5px 5px 5px 10px;
  }

  .news-module .story-meta {
    display: none;
  }

  .news-module .post-type {
    display: none;
  }

  .news-module .stoty-title {
    font: normal 1.6rem/1 Arial, sans-serif;
    margin: 0;
    min-height: auto;
    max-height: none;
  }

  .file-announcement .block-content, .forum-announcement .block-content, .blog-announcement .block-content, .compact.block-content {
    border: none;
    padding: 20px 0 20px 0;
  }

  .user-profile-header .bottom-lined {
    position: static;
    margin-top: 10px;
  }
  .navbar-header .btn-extra {
    margin-left: 25px;
  }

  .user-events-stream .event-body img {
    float: none !important;
    margin-left: 0;
  }

  .user-events-stream .events-content .col-md-3 {
    text-align: left;
  }

  .page-notification {
    font-size: 1.2rem;
  }

  .filter-block.btn-group-justified > .btn, .filter-block.btn-group-justified > .btn-group {
    display: block;
    width: 100%;
  }

  .games-catalogue-list .btn-group:nth-child(2) .btn {
    border-width: 1px;
  }

   .games-catalogue-list .media-object {
    width: 110px;
  }

  .games-catalogue-list .gp-game-follow {
    padding: 6px 10px 4px;
    top: 110px
  }

  .gp-game-heading .btn-set {
    position: absolute;
    right: 5px;
    top: -20px;
  }

  .gp-game-heading .btn-set .btn {
    padding: 5px 7px;
  }

  .gp-game-heading .retailer-price {
    display: block;
    position: static;
    line-height: 0.8
  }

  .article-related-content img {
    float: left;
    width: 40%;
    margin-right: 10px;
    min-width: 126px;
  }

  .user-events-stream .event-image {
    margin-bottom: 10px;
    width: auto;
    float: none;
    margin-left: 0;
    display: block;
  }

  .review-breakdown {
    background-color: transparent;
  }

  .review-breakdown .media {
    text-align: center;
  }

  .review-breakdown .gp-game-cover {
    display: inline-block;
    width: auto;
    padding: 0;
  }

  .review-breakdown .media-body {
    display: block;
    width: auto;

  }

  .review-breakdown .row, .review-breakdown .header {
    text-align: left;
  }

  .review-breakdown .gp-game-choice {
    transform: none;
    position: static;
    width: 180px;
    margin: 0 auto;
  }
  .post-comment-content-wrapper {
    padding-left: 0;
  }
  .comments-wall .meta-data {
    display: block;
  }
  .comments-wall .user-details .user-avatar {
    position: static;
    display: inline-block;
    margin-right: 10px;
  }
  .comments-wall .user-details .avatar-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    max-width: none;
  }
  .comment-anchor, .flexbox-wrapper {
    display: block;
  }
  .content-rating-buttons {
    margin: 0;
  }
  .content-rating-area.flexbox-container {
    padding: 20px 5px;
  }
  .content-rating-area .source-link {
    flex-basis: 100%;
    margin-top: -60px;
  }
  .content-rating-area .source-link a {
    color: #ccc
  }
  .forum-subject-header {
    text-align: center;
	  justify-content: center;
	  flex-direction: column;
  }
  .forum-topic-tools {
	  margin: 10px 0 0 0;
	  text-align: center
  }
  .tileview-list-module .rating-value {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-height: 768px) {
  .page-aside .sticky {
    position: static;
  }
}
@media (min-width: 480px) and (max-width: 768px) {

  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
    float: left;
  }

  .col-ms-1 {
    width: 8.33333%;
  }

  .col-ms-2 {
    width: 16.66667%;
  }

  .col-ms-3 {
    width: 25%;
  }

  .col-ms-4 {
    width: 33.33333%;
  }

  .col-ms-5 {
    width: 41.66667%;
  }

  .col-ms-6 {
    width: 50%;
  }

  .col-ms-7 {
    width: 58.33333%;
  }

  .col-ms-8 {
    width: 66.66667%;
  }

  .col-ms-9 {
    width: 75%;
  }

  .col-ms-10 {
    width: 83.33333%;
  }

  .col-ms-11 {
    width: 91.66667%;
  }

  .col-ms-12 {
    width: 100%;
  }

  .col-ms-push-1 {
    left: 8.33333%;
  }

  .col-ms-push-2 {
    left: 16.66667%;
  }

  .col-ms-push-3 {
    left: 25%;
  }

  .col-ms-push-4 {
    left: 33.33333%;
  }

  .col-ms-push-5 {
    left: 41.66667%;
  }

  .col-ms-push-6 {
    left: 50%;
  }

  .col-ms-push-7 {
    left: 58.33333%;
  }

  .col-ms-push-8 {
    left: 66.66667%;
  }

  .col-ms-push-9 {
    left: 75%;
  }

  .col-ms-push-10 {
    left: 83.33333%;
  }

  .col-ms-push-11 {
    left: 91.66667%;
  }

  .col-ms-pull-1 {
    right: 8.33333%;
  }

  .col-ms-pull-2 {
    right: 16.66667%;
  }

  .col-ms-pull-3 {
    right: 25%;
  }

  .col-ms-pull-4 {
    right: 33.33333%;
  }

  .col-ms-pull-5 {
    right: 41.66667%;
  }

  .col-ms-pull-6 {
    right: 50%;
  }

  .col-ms-pull-7 {
    right: 58.33333%;
  }

  .col-ms-pull-8 {
    right: 66.66667%;
  }

  .col-ms-pull-9 {
    right: 75%;
  }

  .col-ms-pull-10 {
    right: 83.33333%;
  }

  .col-ms-pull-11 {
    right: 91.66667%;
  }

  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }

  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }

  .col-ms-offset-3 {
    margin-left: 25%;
  }

  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }

  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }

  .col-ms-offset-6 {
    margin-left: 50%;
  }

  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }

  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }

  .col-ms-offset-9 {
    margin-left: 75%;
  }

  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }

  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }

  .page-aside .video-related-content .item {
    float: left;
    width: 50%;
  }
}

.jw-icon-hd.jw-off {
  color: #fff !important
}

.jw-icon-hd {
  color: #555 !important
}

.game-info-edit-form .form-group {
  margin-bottom: 40px
}

.game-info-edit-form .date-platform-field-set {
  margin-bottom: 5px;
  position: relative;
}

.game-info-edit-form .date-platform-field-set .btn {
  color: #aaa;
  opacity: 0.5;
  margin-top: 2px
}

.game-info-edit-form .date-platform-field-set .btn:hover {
  color: #444;
  opacity: 1;
}

.game-info-edit-form .control-label, .game-info-edit-form .h5 {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "PT Sans", Arial, sans-serif;
}

.game-info-edit-form .new-platforms .js-date-set:not(:first-child) .chosen-container {
  display: none;
}

.game-info-edit-form .form-group .pull-right {
  margin-top: 5px;
}

.game-info-edit-form .form-horizontal {
  margin-bottom: 40px;
}

.game-info-edit-form .form-horizontal .form-group {
  margin-bottom: 5px
}

.game-info-edit-form .form-horizontal .control-label {
  font-weight: normal;
  text-align: left;
  font-size: 1.3rem;
  color: #888;
}

button[data-balloon]{overflow:visible}[data-balloon]{position:relative;cursor:pointer}[data-balloon]:after{filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0;pointer-events:none;-webkit-transition:all 0.18s ease-out 0.18s;-moz-transition:all 0.18s ease-out 0.18s;-ms-transition:all 0.18s ease-out 0.18s;-o-transition:all 0.18s ease-out 0.18s;transition:all 0.18s ease-out 0.18s;font-family:sans-serif !important;font-weight:normal !important;font-style:normal !important;text-shadow:none !important;font-size:12px !important;background:rgba(17,17,17,0.9);border-radius:3px;color:#fff;content:attr(data-balloon);padding:.5em 1em;position:absolute;white-space:nowrap;z-index:10}[data-balloon]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0;pointer-events:none;-webkit-transition:all 0.18s ease-out 0.18s;-moz-transition:all 0.18s ease-out 0.18s;-ms-transition:all 0.18s ease-out 0.18s;-o-transition:all 0.18s ease-out 0.18s;transition:all 0.18s ease-out 0.18s;content:'';position:absolute;z-index:10}[data-balloon]:hover:before,[data-balloon]:hover:after,[data-balloon][data-balloon-visible]:before,[data-balloon][data-balloon-visible]:after{filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1;pointer-events:auto}[data-balloon].font-awesome:after{font-family:FontAwesome}[data-balloon][data-balloon-break]:after{white-space:pre}[data-balloon][data-balloon-blunt]:before,[data-balloon][data-balloon-blunt]:after{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}[data-balloon][data-balloon-pos="up"]:after{bottom:100%;left:50%;margin-bottom:11px;-webkit-transform:translate(-50%, 10px);-moz-transform:translate(-50%, 10px);-ms-transform:translate(-50%, 10px);transform:translate(-50%, 10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos="up"]:before{bottom:100%;left:50%;margin-bottom:5px;-webkit-transform:translate(-50%, 10px);-moz-transform:translate(-50%, 10px);-ms-transform:translate(-50%, 10px);transform:translate(-50%, 10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos="up"]:hover:after,[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after{-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}[data-balloon][data-balloon-pos="up"]:hover:before,[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before{-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}[data-balloon][data-balloon-pos="up-left"]:after{bottom:100%;left:0;margin-bottom:11px;-webkit-transform:translate(0, 10px);-moz-transform:translate(0, 10px);-ms-transform:translate(0, 10px);transform:translate(0, 10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos="up-left"]:before{bottom:100%;left:5px;margin-bottom:5px;-webkit-transform:translate(0, 10px);-moz-transform:translate(0, 10px);-ms-transform:translate(0, 10px);transform:translate(0, 10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos="up-left"]:hover:after,[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos="up-left"]:hover:before,[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos="up-right"]:after{bottom:100%;right:0;margin-bottom:11px;-webkit-transform:translate(0, 10px);-moz-transform:translate(0, 10px);-ms-transform:translate(0, 10px);transform:translate(0, 10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos="up-right"]:before{bottom:100%;right:5px;margin-bottom:5px;-webkit-transform:translate(0, 10px);-moz-transform:translate(0, 10px);-ms-transform:translate(0, 10px);transform:translate(0, 10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos="up-right"]:hover:after,[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos="up-right"]:hover:before,[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos='down']:after{left:50%;margin-top:11px;top:100%;-webkit-transform:translate(-50%, -10px);-moz-transform:translate(-50%, -10px);-ms-transform:translate(-50%, -10px);transform:translate(-50%, -10px)}[data-balloon][data-balloon-pos='down']:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;left:50%;margin-top:5px;top:100%;-webkit-transform:translate(-50%, -10px);-moz-transform:translate(-50%, -10px);-ms-transform:translate(-50%, -10px);transform:translate(-50%, -10px)}[data-balloon][data-balloon-pos='down']:hover:after,[data-balloon][data-balloon-pos='down'][data-balloon-visible]:after{-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}[data-balloon][data-balloon-pos='down']:hover:before,[data-balloon][data-balloon-pos='down'][data-balloon-visible]:before{-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}[data-balloon][data-balloon-pos='down-left']:after{left:0;margin-top:11px;top:100%;-webkit-transform:translate(0, -10px);-moz-transform:translate(0, -10px);-ms-transform:translate(0, -10px);transform:translate(0, -10px)}[data-balloon][data-balloon-pos='down-left']:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;left:5px;margin-top:5px;top:100%;-webkit-transform:translate(0, -10px);-moz-transform:translate(0, -10px);-ms-transform:translate(0, -10px);transform:translate(0, -10px)}[data-balloon][data-balloon-pos='down-left']:hover:after,[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos='down-left']:hover:before,[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos='down-right']:after{right:0;margin-top:11px;top:100%;-webkit-transform:translate(0, -10px);-moz-transform:translate(0, -10px);-ms-transform:translate(0, -10px);transform:translate(0, -10px)}[data-balloon][data-balloon-pos='down-right']:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;right:5px;margin-top:5px;top:100%;-webkit-transform:translate(0, -10px);-moz-transform:translate(0, -10px);-ms-transform:translate(0, -10px);transform:translate(0, -10px)}[data-balloon][data-balloon-pos='down-right']:hover:after,[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos='down-right']:hover:before,[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}[data-balloon][data-balloon-pos='left']:after{margin-right:11px;right:100%;top:50%;-webkit-transform:translate(10px, -50%);-moz-transform:translate(10px, -50%);-ms-transform:translate(10px, -50%);transform:translate(10px, -50%)}[data-balloon][data-balloon-pos='left']:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;margin-right:5px;right:100%;top:50%;-webkit-transform:translate(10px, -50%);-moz-transform:translate(10px, -50%);-ms-transform:translate(10px, -50%);transform:translate(10px, -50%)}[data-balloon][data-balloon-pos='left']:hover:after,[data-balloon][data-balloon-pos='left'][data-balloon-visible]:after{-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}[data-balloon][data-balloon-pos='left']:hover:before,[data-balloon][data-balloon-pos='left'][data-balloon-visible]:before{-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}[data-balloon][data-balloon-pos='right']:after{left:100%;margin-left:11px;top:50%;-webkit-transform:translate(-10px, -50%);-moz-transform:translate(-10px, -50%);-ms-transform:translate(-10px, -50%);transform:translate(-10px, -50%)}[data-balloon][data-balloon-pos='right']:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;left:100%;margin-left:5px;top:50%;-webkit-transform:translate(-10px, -50%);-moz-transform:translate(-10px, -50%);-ms-transform:translate(-10px, -50%);transform:translate(-10px, -50%)}[data-balloon][data-balloon-pos='right']:hover:after,[data-balloon][data-balloon-pos='right'][data-balloon-visible]:after{-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}[data-balloon][data-balloon-pos='right']:hover:before,[data-balloon][data-balloon-pos='right'][data-balloon-visible]:before{-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}[data-balloon][data-balloon-length='small']:after{white-space:normal;width:80px}[data-balloon][data-balloon-length='medium']:after{white-space:normal;width:150px}[data-balloon][data-balloon-length='large']:after{white-space:normal;width:260px}[data-balloon][data-balloon-length='xlarge']:after{white-space:normal;width:380px}@media screen and (max-width: 768px){[data-balloon][data-balloon-length='xlarge']:after{white-space:normal;width:90vw}}[data-balloon][data-balloon-length='fit']:after{white-space:normal;width:100%}

