:root {
  --main-color: #b31919;
}
html {
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea {
  color: #444;
}
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;
}
a:focus {
  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: "Arial Narrow", Arial, Helvetica, sans-serif;
}

/***************************************************************************************************
**********************Переопределение стилей bootstrap и других плагинов****************************
****************************************************************************************************/
.panel-heading {
  padding: 0;
}
.panel-title {
  display: block;
  padding: 10px 15px;
}
.modal {
  z-index: 11000;
}
.bootstrap-dialog-message li {
  margin-bottom: 8px;
}
.dropdown-menu {
  margin-top: 0;
}
.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;
  background-color: rgba(0,0,0,0.9);
}
.fullscreen-search.modal.fade.in .modal-dialog,
.fullscreen-search.modal.in .modal-dialog {
  margin: 10px auto 30px;
  top: 0;
  left: auto;
  transform: none;
}
.breadcrumb {
  margin-bottom: 5px;
  background: none;
  padding: 0;
}
.page-heading {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.page-heading .h1 {
  margin-top: 0;
}
.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: var(--main-color);
}
.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;
}

.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;
}

.type-page-post-list {
  display: flex;
}

.post-sorting {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.post-sorting-item {
  border: none;
  background-color: #e3e3e3;
  font: bold 1.4rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #444;
  border-radius: 6px;
  padding: 4px 6px 6px;
}
.post-sorting > * {
  margin-left: 10px;
}
.post-sorting-item.active {
  color: #b31919;
  box-shadow: none;
  background-color: #f8f8f8;
}
.post-sorting-item:hover {
  background-color: #e8e8e8;
  color: #222;
}
.post-sorting-item .glyphicon {
  top: 3px
}
.general-categories{
  margin: 0 10px 0 0;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.game-categories {
  margin-bottom: 14px;
}
.general-categories-item {
  margin-bottom: 3px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #444;
  font: bold 1.3rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.general-categories-item.active,
.general-categories-item.active:hover{
  background-color: #F8F8F8;
  color: #b31919;
}
.general-categories-item:hover {
  background-color: #e8e8e8;
  color: #222;
}

.post-flow-wrapper {
  flex-basis: 100%;
}
.post-flow-container .post-cat {
  font-size: 1.2rem;
  z-index: 1;
}
.post-flow-container .post-cat a {
  color: #aaa;
}
.post-flow-container .post-cat a:hover {
  color: #b31919;
}
.post-flow-top-bar {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
  align-items: center;
}
.post-flow-top-bar-title {
  margin: 0 0 0 5px;
  font: bold 1.8rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.post-flow-title {
  font: bold 2.8rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin: 0;
}
.pagination {
  margin: 30px 0 10px;
  display: flex;
  justify-content: center;

}
.pagination > li > a,
.pagination > li > span {
  color: #444;
  background-color: transparent;
  border: none;
  border-radius: 100% !important;
  font: normal 2rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.pagination > li >  a:hover {
  color: var(--main-color);
}
.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);
}
.pagination > li.next .glyphicon,
.pagination > li.prev .glyphicon {
  top:0
}

.pagination > li.next > span,
.pagination > li.prev > span {
  visibility: hidden;
}
.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.35s;
}
.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;
}

.foundation-wrapper {
  background-repeat: no-repeat;
  background-position: center 85px;
  background-attachment: fixed;
}
.content-block {
  margin: 0 0 20px 0;
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  display: block;
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block-heading {
  margin-bottom: 30px;
  font: bold 1.8rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  color: #666;
}


.btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary:active:hover  {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background-color: #fff;
  outline: none;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--main-color);
}
.btn-outline-secondary {
  border: 1px solid #337ab7;
  color: #337ab7;
  background-color: #fff;
  outline: none;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #337ab7;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none ;
}
.btn-standart {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #f1f1f1, #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;
  border-radius: 4px;
  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 -100px;
  transition: background-position 0.1s linear;
}

.btn-standart:focus {
  outline: none;
  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);
  border-color: transparent;
  box-shadow: none;
}

.btn-dark {
  color: #ffffff;
  background-color: #444;
  border-color: #222;
}

.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";
}
.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);
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn.spinner,
.btn.spinner:hover,
.btn.working_on,
.btn.working_on:hover {
  color: transparent;
  position: relative;
  cursor: not-allowed;
  text-shadow: none;
}
.btn.spinner:after,
.btn.working_on: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.spinner:after,
.btn-lg.working_on:after {
  font-size: large;
}
.preloader-120 {
  color: transparent;
  position: relative;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader-120:after {
  content: '\e649';
  font-family: "icomoon";
  display: block;
  animation: anim-rotate 1s infinite linear;
  color: #777;
  margin: -10px 0 0 -10px;
  font-size: 120px;
}
.btn-outline-primary.disabled:after,
.btn-standart.disabled:after,
.btn-outline-primary[disabled]:after,
.btn-standart[disabled]:after,
.btn-default[disabled]:after {
  color: #111
}
.btn-link.active  {
  color: #aaa;
}
.feedback-button {
  cursor: pointer;
  background: #333;
  text-shadow: none;
  box-shadow: none;
  border-color: #222;
  border-radius: 0;
  margin: 20px 0 0 0;
  font: bold 1.4rem/1 "Arial 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;
}
.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;
}
.noscroll {
  overflow: hidden;
}
.loader-icon {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
  font-size: 7rem;
  color: #333333;
}
@-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);
  }
}

.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;
}


#promoteBtn {
  animation-iteration-count: 2;
}
.scrollup {
  position: fixed;
  left: 50%;
  bottom: 20px;
  padding: 9px 10px 9px 12px;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
  background-color: #444;
  color: #fff;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin-left: -650px;
  opacity: 0.7;
  line-height: 1;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  display: none;
}
.scrollup .glyphicon {
  top: 0
}
.scrollup:hover {
  opacity: 1;
}
.media-left .media-object, .media-right .media-object {
  max-width: none;
}

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

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

.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;
}

.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;
}

.comment-row :target::before,
.comments-block :target::before {
  content: " ";
  display: block;
  height: 100px;
  margin: -100px 0 0;
  width: 1px;
}
.wiki-content-area :target::before {
  content: " ";
  display: block;
  height: 80px;
  margin: -80px 0 0;
  width: 1px;
}
#voting :target::before {
  content: " ";
  display: block;
  height: 120px;
  margin: -120px 0 0;
  width: 1px;
}
.ui-front {
  z-index: 1000
}

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

/* ==========================================================================
   Global custom styles
   ========================================================================== */
.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;
  display: flex;
  justify-content: 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 "Arial Narrow", 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;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.main-navigation .horisontal {
  border-bottom: 1px solid #ccc;
}
.main-navigation .promoted-content .title {
  display: block;
  padding: 8px 0 0 0;
  max-width: 90%;
  font: bold 1.2rem Arial, sans-serif;
  margin: 0 auto;
}
.main-navigation .promoted-content .item {
  color: #444;
  flex-basis: 100%;
}
.main-navigation .promoted-content .promoted-content-item {
  flex-basis: auto;
  text-align: left;
}
.main-navigation .promoted-content-item .title {
  max-width: 210px;
}
.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;
}
.main-navigation .dropdown-toggle:focus {
  color: #c8c8c8 !important;
}
.main-navigation .dropdown-hover:hover {
  color: var(--main-color);
  background-color: #fff;
}
.main-navigation .dropdown-hover:hover > a {
  color: var(--main-color);
}
.main-navigation .user-content-link:hover {
  color: #db0808
}
.main-navigation .emphasis a {
  color: var(--main-color);
}
.main-navigation .emphasis a:hover {
  color: #fff;
}
.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:hover {
  color: #cc0000;
  text-shadow: none;
}

.page-aside .sticky{
  top: 70px
}
.article-header {
  flex-shrink: 0;
  flex-basis: 100%;
}

.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;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.innercontent-center * {
  margin: 0 auto;
}
.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
}

.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;
}
.flexbox-container {
  display: flex;
}
.position-rel {
  position: relative;
}
.avatar {
  border-radius: 100%;
}
.page-main-column {
  background: #eee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: default;
  flex-grow: 1;
}
.ad-post {
  overflow: hidden;
}
.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;
}
.preloader-advert-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 640px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -320px;
  z-index: 1;
}


.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 > div {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-aside .dfp-container {
  margin-bottom: 20px;
}
.special-item .dfp-container {
  margin-top: 0;
  overflow: hidden;
}
.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;
}
#blc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center 85px;
  background-repeat: no-repeat;
}

#text_ifr {
  min-height: 350px;
}


div[id^=js-vcap-block] {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}
.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;
}
.comments-js-error,
.error-message {
  color: #cc0000;
}

big.huge {
  font-size: 150%
}

.pg-hide-head {
  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
}

.pg-hide-head:before {
  content: "\f0a3";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
}

.pg-hide-head.active {
  border-width: 1px 1px 0 1px;
  border-color: #444;
  border-bottom: none;
}

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

.pg-hide-head:hover {
  border-color: #444;
  color: #000
}

.pg-hide-body {
  display: none;
  position: relative;
  padding: 5px;
  border-style: dashed;
  border-color: #444;
  border-width: 0 1px 1px 1px;
  top: -9px
}

.comments-content .pg-hide-body img {
  margin-top: 5px;
}


.flexbox-wrapper {
  display: flex;
}
/* ==========================================================================
   HEADER
   ========================================================================== */

.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.7;
}

.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: 5rem;
  opacity: 1;
  margin: 0;
  position: fixed;
  right: 40px;
  top: 20px;
  z-index: 1000;
}

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

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

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

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

.fullscreen-search .ui-autocomplete li {
  border-bottom: 1px solid #1f1f1f;
  line-height: 1.4;
  overflow: hidden;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.fullscreen-search .estimate-value,
.fullscreen-search .rating-value {
  color: #fff !important;
  background-color: #b31919;
  font-size: 1.2rem;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
}
.fullscreen-search .rating-value {
  background-color: #337ab7;
}
.fullscreen-search .estimate-value:empty,
.fullscreen-search .rating-value:empty {
  display: none;
}

.fullscreen-search .ui-autocomplete {
  box-shadow: none;
  background: none;
  border: none;
  position: static !important;
  padding: 10px 0 0 0;
  width: 100% !important;
  color: #7A7A7A;
}
.fullscreen-search .ui-menu-item a {
  color: #7A7A7A !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.fullscreen-search .ui-menu-item a:hover {
  color: #fff !important;
}
.fullscreen-search .ui-autocomplete .ui-state-focus {
  background: #111;
  color: #fff;
}

.fullscreen-search .ui-menu-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  position: static;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}
.fullscreen-search .ui-menu-item .title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullscreen-search .ui-autocomplete .img-holder {
  margin-right: 20px;
  float: left;
}

.fullscreen-search .modal-body {
  padding: 0;
}

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

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

.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;
}
.page-header .navbar-nav > li > a {
  color: #c7c7c7;
}

.page-header .navbar-nav > li > .special-link  {
  background: linear-gradient(to right, #ff00bb 10%, #ffd100 45%, #ff0026 80%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  position: relative;
  font-size: 1.4rem;
  top: 1px;
  padding-left: 0;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.page-header .navbar-nav > li > .special-link:hover {
  animation: paused;
}

.page-header .navbar-nav > li > a:hover {
  color: #fff;
}

.page-header .navbar-nav > .dropdown-hover > a:hover {
  color: var(--main-color);
}
.page-header .search-btn:focus {
  color: #c7c7c7 !important;
}
.page-header .navbar-nav > li > a.search-btn:hover {
  color: #fff;
}
.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;
}
.action-link {
  border-bottom: 1px dashed #337ab7;
  cursor: pointer;
}
.action-link:hover {
  border-bottom-color: var(--main-color);
}
/*********************************
панель пользователя в шапке
***********************************/

.user-panel-data > .btn,
.user-panel-data .dropdown > .btn {
  border-radius: 0;
  background: none;
  border: none;
  color: #dedede;
  font-size: 20px;
  padding: 0 10px;
  text-align: center;
  position: relative;
  margin-left: 0 !important;
}
.user-panel-data .btn-special {
  font: bold 14px "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}
.user-panel-data .btn-new-post {
  background-color: #dedede;
  color: #292929;
  border-radius: 2px;
  padding: 3px 10px 4px;
  margin-right: 10px;
}
.user-panel-data .btn-new-post .glyphicon {
  display: none;
}
.user-panel-data .btn-new-post:hover {
  background-color: #fff;
}
.user-panel-area .btn.active {
  color: #aaa;
  background: none;
}
.user-panel-area .glyphicon {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -6px;
}

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

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

.module-title {
  display: inline-block;
  color: #565656;
  font: normal 30px/1 'Arial Narrow', Arial, sans-serif;
  margin: 0 15px 5px 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-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 'Arial Narrow', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  display: block;
  color: #444;
  text-decoration: none;
}

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

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

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

.module-item-counters .glyphicon {
  color: #cecece;
  margin: 0 2px 0 10px;
  font-weight: normal;
  font-size: 14px;
  top: 2px
}

/*************************************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;
}

.gp-game-follow.active {
  background-color: #ddd;
  box-shadow: none;
  border-color: #d2d2d2;
  color: #868686;
}
.gp-game-follow.btn-primary.active  .badge {
  color: #868686;
  border-left-color: #aaa;
}


.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 "Arial Narrow", Arial, sans-serif;
  color: #888;
  margin: 0 0 25px 0;
}
.sorry-massage-content {
  font-size: 2rem;
}

.post {
  position: relative;
  font-size: 1.6rem;
  padding-top: 20px;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.post:hover .post-title a {
  color: var(--main-color);
}
.post-heading {
  margin: 0 0 20px 0;
}
.post-title {
  font: 3.4rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  margin: 0 0 20px 0;
  word-break: break-word;
  color: #404040;
}
.post-heading .post-title {
  display: inline;
}
.post .post-title a {
  position: static;
}
.post .post-title a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content img {
  margin: 10px 0;
  display: block;
  height: auto;
}
.post-content p {
  margin: 20px 0 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  word-break: break-word;
}
.post-footer {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  display: flex;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem !important;
  color: #aaa;
}
.post-flow-container .post-footer {
  margin: auto 0 0;
  border-top: 1px solid #eee;
  border-bottom: none;
  padding: 10px 0 0 0;
  font-size: 1.3rem;
}
.post-metadata {
  color: #aaa;
  font-size: 1.2rem;
}
.post-metadata a {
  position: relative;
  z-index: 2;
  color: #aaa;
}
.post-metadata .post-cat a {
  color: #9a9a9a;
}
.post-metadata a:hover,
.post-metadata a:hover span {
  color: var(--main-color);
}
.post-footer .author{
  display: flex;
  align-items: center;
}
.post-footer .author:hover .avatar {
  opacity: 1;
}
.post-footer > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-metadata .avatar {
  border-radius: 100%;
  margin: 0 5px 0 0;
  opacity: 0.5;
}
.post-metadata .module-item-counters {
  color: #aaa;
  display: flex;
  align-items: center;
}

.post-flow-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.post-flow-container .post {
  margin-bottom: 12px;
  flex-basis: calc(33.333% - 12px);
  margin-left: 6px;
  margin-right: 6px;
  background-color: #fff;
  padding: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  min-width: 280px;
}
.post-flow-container .post .post-edit-btn {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1s linear;
}
.post-flow-container .post:hover .post-edit-btn {
  visibility: visible;
  opacity: 1;
}
.content-column .post-flow-container .post {
  flex-basis: calc(50% - 12px);
}

.post-flow-container .post-content {
  display: flex;
  padding: 10px 20px 0;
  flex-direction: column;
  height: 100%;
}
.post-flow-container .post-title {
  font: bold 1.9rem/1.1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  margin: 8px 0 0 0;
  max-width: 85%;
}
.announcement-block .post-flow-container .post-title,
.promoted-content.post-flow-container .post-title{
  margin-bottom: 30px;
}
.post-flow-container .post-content p {
  margin: 10px 0 20px 0;
}
.post-flow-container figure {
  text-align: center;
}
.post-flow-container figure img {
  height: auto;
}

.post-flow-container figure .lazy {
  width: 100%;
  position: absolute;
  left: 0;
  height: auto;
  background-color: #f8f8f8;
  image-rendering: -webkit-optimize-contrast;
}

.post-game-flow-container .post {
  background-color: #fff;
  margin-bottom: 10px;
  display: flex;
  padding: 15px;
}
.post-game-flow-container .post-content {
  display: flex;
  width: 100%;
  padding: 0 0 0 20px;
  flex-direction: column;
}
.post-game-flow-container  .post-title {
  font: bold 1.9rem/1 "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  margin-top: 12px;
}

.post-game-flow-container .post-footer {
  border: none;
  margin: auto 0 0;
  padding: 0;
}
.post-game-flow-container figure img {
  width: 250px;
  max-width: none;
  height: auto;
}
.post-rating-counter {
  position: relative;
  z-index: 2;
  margin-left: 15px;
  cursor: default;
  display: flex;
  align-items: center;
}
.post-rating-counter .icons {
  display: flex;
  flex-direction: column;
}
.post-rating-counter .glyphicon {
  font-size: 1.1rem;
  margin: 0 3px 0 0;
  top: 0
}
.post-rating-counter .icons :first-child {
  top: 1px;
}
.post-rating-counter .icons :last-child {
  top: -1px;
}

.post .post-footer-aside {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.page-aside .pix-widget {
  margin-bottom: 20px;
}
.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;
  margin-bottom: 5px;
}
.page-aside .pix-widget .img-wrapper:hover .title {
  display: none;
}
.page-aside .pix-widget .title {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font: bold 1.4rem Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 1px #000;
}
.page-aside .sreenshots-module {
  margin-bottom: 20px;
}

.general-categories-collapse .collapse {
  display: block;
}
.type-page-post-list .general-categories {
  width: 240px;
}
.type-page-post-list .post-flow-container {
  display: block;
  flex-wrap: wrap;
  margin: 0;
}
.type-page-post-list .post-flow-container .post {
  margin-bottom: 14px;
  flex-basis: auto;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  min-width: auto;
  padding: 10px;
}
.type-page-post-list .post-flow-container .post-content {
  flex-basis: 78%;
  height: auto;
}
.type-page-post-list .post-flow-container .post-footer {
  border: none;
}
.type-page-post-list .post-flow-container .post-content p {
  display: none;
}
.type-page-post-list .post-metadata,
.post-game-flow-container .post-metadata{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type-page-post-list .post-label,
.post-game-flow-container .post-label{
  border: 1px solid #b31919;
  color: #b31919;
  padding: 4px 6px;
  font: normal 1.2rem/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  border-radius: 3px;
}

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

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

.page-aside .poll-module .block-content {
  padding: 0;
}

.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 'Arial Narrow', 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)
}


.breadcrumbs {
  padding: 0 10px 10px 10px;
  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);
}
.breadcrumbs .btn-group {
  vertical-align: top;
}


.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: 0 0 20px 0;
}
.module-header-navigation.page-subnav .post-votes-btns {
  margin-left: auto;
}
.module-header-navigation.page-subnav .post-votes-btns .btn {
  border: none;
  color: #3C3C3C;
}
.module-header-navigation.page-subnav .post-votes-btns .active {
  color: #b31919
}
.page-subnav-title {
  margin: 0 0 0 10px;
  font: normal 1.4em/1.5 "Arial Narrow", Arial, Helvetica, sans-serif;
  padding: 0;
  display: inline-block;
}
.module-header-navigation .item {
  margin: 0 10px -1px 0;
}

.module-header-navigation .item a:hover,
.module-header-navigation .item a:focus {
  background: transparent;
}
.module-header-navigation.page-subnav .btn {
  background-color: transparent;
}
.tab-content {
  padding: 10px 0 0 0;
}
.download-content-list .tags-cloud {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.download-content-list .tags-cloud .btn {
  margin: 2px;
  padding: 4px 6px;
  background-color: #e4e4e4;
  font: bold 1.4rem/1 'Roboto Condensed', Arial, Helvetica, sans-serif;
  border-radius: 6px;
}
.download-content-list .tags-cloud .btn:hover {
  color: var(--main-color);
  box-shadow: none;
  background-color: #ccc;
}
.download-content-list .tags-cloud .active,
.download-content-list .tags-cloud .active:hover {
  color: #fff;
  background-color: #b31919;
}

.download-content-list .tags-cloud .current {
  background-color: var(--main-color);
  border-color:  var(--main-color);
  color: #fff;
}

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

.page-footer {
  position: relative;
  background: #161616;
  padding: 30px 40px 20px;
  color: #737373;
  font: normal 1.2rem/1 Tahoma, Arial, sans-serif;
  margin: 0 auto;
  max-width: 1160px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2), -2px 0 2px rgba(0, 0, 0, 0.2) ;
  cursor: default;
  width: 100%;
  margin-top: auto;
}
.page-footer .bottom-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-footer .bottom-bar-item {
   flex-grow: 1;
  flex-basis: 0;
}
.page-footer .bottom-bar-item:first-child {
  flex-grow: 2;
}
.page-footer .social-group-links {
  margin-top: 20px;
}
.page-footer a {
  color: #aaa;
}
.page-footer .highlighted a {
  color: #fff;
}
.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;
}
.page-footer .additional-navigation a:hover {
  color: #fff;
}
.page-footer .additional-navigation .heading {
  color: #606060;
  font: bold 1.6rem/1 "Arial 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;
}
.page-footer .counters {
  margin-top: 5px
}
.page-footer .counters img {
  opacity: 0.15;
}
.page-footer .counters img:hover {
  opacity: 1;
}
.page-footer .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;
}
.page-footer .icon-18plus span {
  font: bold 1.4rem Arial, sans-serif;
  margin: 0 0 0 3px;
  vertical-align: middle;
}
.gp-main-column {
  position: relative;
}

.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";
}

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

.page-aside .sreenshots-module .title{
  position: absolute;
  left: 50%;
  top: 50%;
  font: bold 3rem/1 "Arial Narrow", Arial, Helvetica, sans-serif;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}

.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: #1f1f1f;
  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;
}

.link-text {
  color: #222
}

.gp-game-follow {
  outline: none !important;
  display: flex;
  align-items: center;
}
.gp-game-follow div {
  width: 100%;
}

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

.btn-vkontakte {
  background: #507299;
  padding: 5px 8px;
  border: none;
}
.game-heading-compact {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  background-color: #fff;
  border: none;
  padding: 0 10px 0 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  position: relative;
  min-height: 100px;
}
.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 5px 0 0;
  font: normal 2.8rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  display: inline-block;
}
.game-heading-compact .game-header{
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  align-items: center;
}
.game-heading-compact .game-header > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.game-heading-compact .game-boxart {
  margin: -20px 20px 0 0;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  height: 120px;
  width: 87px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.game-heading-compact .btn-set {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.game-heading-compact .game-rating-points {
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  background: rgb(51, 122, 183);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  margin: 0 10px 0 0;
  display: inline-flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  left: 3px;
  bottom: 3px;
  cursor: default;
  text-shadow: 1px 1px 1px #000;
}

.user-profile-sidebar {
  background: #fff;
  margin: -40px 0 20px 0;
  padding-left: 95px;
}

.user-profile-navigation > ul {
  display: flex;
  margin: 0;
  overflow: hidden;
}
.user-profile-navigation .item {
  position: relative;
  flex-grow: 1;
}
.user-profile-navigation .item > a {
  color: #444;
  font: bold 1.1rem/1 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  padding: 16px 0 11px;
  display: block;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  text-align: center;
}
.user-profile-navigation .counter {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  color: #aaa;
  font-size: 11px;
}
.user-profile-navigation .counter.new {
  color: var(--main-color);
}
.user-profile-navigation a.index {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border: none;
  padding: 13px 12px;
  background-color:  var(--main-color);
  color: #fff;
  font-weight: bold;
}
.user-profile-navigation .current > a {
  border-bottom-color: var(--main-color);
}
.user-profile-navigation:hover .current > a {
  border-bottom-color: transparent;
}
.user-profile-navigation .item > a:hover {
  border-color: var(--main-color);
}
.user-profile-navigation a:hover .counter {
  display: block
}
.user-profile-navigation .index {
  display: none;
}
.user-profile-navigation .index a {
  background-color: var(--main-color);
  color: #fff;
  padding: 16px 10px 11px;
  white-space: nowrap;
}
.sticked .user-profile-navigation .index {
  display: block;
}
.user-profile-sidebar .subnav {
  background: #fff;
  min-width: 200px;
  margin: 0;
  list-style: none;
  padding: 0;
  z-index: 1001;
  position: absolute;
  left: 0;
  top: 100%;
}
.user-profile-sidebar .subnav .subnav {
  top: 0;
  left: 100%;
  border: none;
  border-radius: 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-bottom: 1px solid #ccc !important;
  white-space: nowrap;
  text-align: left;
}
.user-profile-sidebar .subnav a:hover {
  color: #000;
  background-color: #eee;
}
.user-profile-sidebar .subnav .parent:after {
  content: '»';
  position: absolute;
  right: 10px;
  top: 5px;
  color: #ccc;
}
.user-profile-navigation .item > a .glyphicon {
  margin-right: 5px;
  top: -1px
}
.user-profile-sidebar.sticked {
  position: fixed !important;
  top: 45px;
  z-index: 4;
  width: auto !important;
  margin: 0 !important;
  padding-left: 0 !important;
  background-color: #fff;
}
.user-profile-sidebar.sticked .item > a {
  padding-left: 14px;
  padding-right: 14px;
}


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

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

.tags-cloud .btn {
  margin: 2px;
}

/* ==========================================================================
   Страница публикации
   ========================================================================== */


/*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;
}

.dialog-confirm {
  display: none;
}






/********************************************************/
/***************Особые стили для подсказок *************/
/********************************************************/

.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;
  border-radius: 100%;
}

.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 5px 0 0;
  white-space: nowrap;
  outline: none;
}

.badge-tooltip.black-tooltip .button {
  background: #2b2b2b;
  border: 1px solid #111;
  color: #aaa;
  vertical-align: middle;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.badge-tooltip .badge-actions {
  display: flex;
}
.badge-tooltip.black-tooltip .button .glyphicon,
.badge-tooltip.black-tooltip .button .icomoon {
  font-size: 1.4rem;
}

.badge-tooltip ul {
  margin: 0
}


.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;
  border-left: 1px solid #111
}

.user-badge {
  width: 318px;
}
.game-badge {
  width: 350px;
}
.glyphicon-rub {
  font-size: 1.2rem;
  line-height: 1
}


.community-list .avatar-image {
  border-radius: 100%;
  margin-right: 5px;
}

.community-list .table-condensed > tbody > tr > td {
  vertical-align: middle;
}



.article-content img.pull-right {
  margin-left: 20px;
}

.article img.pull-left {
  margin-right: 20px;
}

.empty-link,
.dropdown-menu.light > li > a.empty-link,
.article-content .empty-link {
  color: #9e9e9e;
}

.full-width.dropdown-hover {
  position: static;
}

.full-width.dropdown-hover > .dropdown-menu {
  left: 0;
  position: absolute;
  top: -5000px;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  z-index: 10;
  border: none;
  border-radius: 0;
  width: 100%;
}
.dropdown-hover:hover > .dropdown-menu {
  top: auto;

}
.full-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 var(--main-color);
  padding: 30px 0  10px;
  font: normal 2.5rem "Arial Narrow", 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%;
  border: none
}
.social-group-links .btn {
  color: #fff;
  padding: 5px 10px;
  border: none;
}
.btn-vkontakte {
  background-color: #45668e;
}
.btn-facebook {
  background-color: #4267b2;
}
.btn-google {
  background-color: #ea4335;
}
.btn-mail_ru {
  background-color: #168de2;
}
.btn-yandex {
  background-color: #ffcc00;
}
.btn-ok {
  background-color: #ed812b;
}
.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;
}

.float-teaser {
  position: fixed;
  right: 20px;
  top: 100px;
  width: 300px;
  min-height: 100px;
  left: auto;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 4;
  background-color: #fff;
  overflow: hidden;
}
.float-teaser a {
  display: block;
  position: relative;
}
.float-teaser.service {
  border-radius: 10px;
  width: 260px;
}

.float-teaser.user a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.float-teaser img {
  width:260px;
  height: 300px;
}
.float-teaser.user img {
  width: 100px;
  height: 100px;
}
.float-teaser-title {
  font: bold 1.8rem/1 'Roboto Condensed',Arial, sans-serif;
  padding: 10px 40px 0 20px;
}
.float-teaser.user .float-teaser-title {
  font: bold 1.5rem/1 'Roboto Condensed',Arial, sans-serif;
  padding: 10px 20px 10px 10px;
}
.float-teaser.service .float-teaser-title {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 100%);
  color: #fff;
  padding: 0 20px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  font: bold 1.8rem/1.2 'Roboto Condensed',Arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.float-teaser .close {
  opacity: 0.5;
  text-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  padding: 10px 10px 8px;
  color: #ccc;
}
.float-teaser:hover .close {
  opacity: 1;
}
.float-teaser .close:hover {
  color: #222;
}
.float-teaser .close:before {
  content: "\e014";
  font-family: 'Glyphicons Halflings';
}
.float-teaser.user .close {
  background-color: transparent;
  opacity: 1;
  padding: 5px;
  border-radius: 0;
}
.float-teaser.user .close:before {
  font-weight: normal;
}

.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: 99999998;
  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.slide-view {
  position: relative;
}
.screenshots-gallery.slide-view a {
  display: block;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.screenshots-gallery .gallery-item {
  min-width: 200px;
  margin: 2px;
  flex-basis: calc(33.333333% - 4px);
}



.service-icon {
  font-family: "icomoon";
  font-size: 1.3rem;
}
.social-accounts .btn {
  margin-left: 5px;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 0;
  line-height: 26px;
  vertical-align: middle;
  font-size: 1.5rem;
  background-color: #1b1b1b;
}
.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-icon.steam:before {
  content: "\f1b6";
}

.service-item.block {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.service-item .btn {
  outline: 0 !important;
}
.service-title {
  cursor: default !important;
  color: #444;
  border: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.game-box-image.xs {
  box-shadow: 0 5px 5px -3px #333;
  margin-right: 10px
}

.positive {
  color: green;
}

.negative {
  color: #c00;
}

.progress-bar-wrapper {
  height: 20px;
  margin: 5px 0 0 0;
  width: 200px;
  text-align: center;
}

.led-progress-bar.disable {
  visibility: hidden;
  text-align: center
}

.user-gallery-intro .user-gal-thumb {
  width: auto;
  height: auto;
}
.user-gallery-intro .tag {
  margin: 5px 5px 5px 0;
}
.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: 5px;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
}
.user-gallery-intro-wrapper .game-link:hover .section-title {
  background-color: rgba(0,0,0,0.3);
}
.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 {
  font: bold 3rem/1 "Arial Narrow", Arial, sans-serif;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 0;
  background-color: rgba(0,0,0,0.2);
}

.ui-autocomplete.ui-front {
  z-index: 1000
}

.module-header {
  padding: 20px 0 0 0;
}

.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;
  border-bottom: 1px solid var(--main-color);
  color: #b31919;
}


.server-module {
  font: bold 1.2rem/1 "Arial Narrow", Arial, sans-serif;
}
.server-module .module-item {
  margin-bottom: 120px;
}
.server-module .heading {
  font: bold 1.3rem/70px "Arial Narrow", Arial, sans-serif;
  height: 70px;
  vertical-align: middle;
}
.server-module .title {
  font: bold 2rem/70px "Arial Narrow", Arial, sans-serif;
  margin-right: 10px;
  color: var(--main-color);
}
.server-module .heading img {
  margin: 0 20px 0 0;
  float: left;
}


.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
}

.page-notification {
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
  padding: 0 15px;
  background: var(--main-color);
  color: #444;
  font: normal 1.7rem Arial, sans-serif;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.page-notification .content {
  margin: 0 10px;
}
.page-notification .content *,
.page-notification .content {
  color: #fff !important;
  text-decoration: none !important;
  flex-basis: 100%;
}
.page-notification .btn {
  font-size: 2rem;
  padding: 0;
  line-height: 1;
  color: #fff;
  margin-left: auto;
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-container iframe,
.fullscreen-container.active img {
  max-width: none;
}

.fullscreen-top {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  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;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  border-radius: 40px;
  vertical-align: middle;
  font: normal 3rem/3.6rem Arial, sans-serif;
  display: inline-block;
}

.fullscreen-close .glyphicon {
  top: 3px;
  font-size: 2.6rem;
}

.fullscreen-container.sideline {
  display: block;
}

.sideline .fullscreen-overlay,
.sideline .fullscreen-outer,
.sideline .fullscreen-content {
  width: 300px !important;
}
.fullscreen-container.active.bottomline .fullscreen-overlay {
  height: 90px;
  top: auto;
  bottom: 0;
  background-color: #222;
  display: block;
}
.bottomline .fullscreen-top {
  width: auto;
  right: 0;
  top: -29px;
  background-color: transparent;
}

.sideline .fullscreen-overlay {
  background-color: #000;
  box-shadow: 5px 0 5px rgba(0,0,0,0.5);
}

.sideline .fullscreen-message,
.bottomline .fullscreen-message {
  display: none;
}

.sideline .fullscreen-content,
.bottomline .fullscreen-content {
  vertical-align: top;
}
.sideline .fullscreen-top,
.bottomline .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;
}
.bottomline .fullscreen-close {
  background-color: #000;
  margin: 0;
  color: #fff;
  border-radius: 0;
  border: none;
  width: 30px;
  line-height: 2rem;
  height: 30px;
}
.sideline .fullscreen-close .glyphicon {
  font-size: 2rem;
}
.bottomline .fullscreen-close .glyphicon {
  font-size: 1.6rem;
}
.sideline .fullscreen-close:hover {
  color: var(--main-color);
}
.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)
}


.article-header {
  margin: 20px 0;
  position: relative;
}

.upload_box iframe {
  width: 100%
}

.modal.ui-draggable .modal-backdrop {
  display: none
}

.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;
}
.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);
}
.css-joa6r4.css-joa6r4.css-joa6r4.css-joa6r4  {
  max-width: none !important;
}
.css-joa6r4.css-joa6r4.css-joa6r4.css-joa6r4 .qc-cmp2-summary-section {
  width: 82% !important;
}
.css-joa6r4.css-joa6r4.css-joa6r4.css-joa6r4 .qc-cmp2-footer {
  width: 18% !important;
}
.css-joa6r4.css-joa6r4 .qc-cmp2-consent-info {
  padding: 0 30px 0 10px !important;
}
.css-joa6r4.css-joa6r4 .qc-cmp2-summary-section .qc-cmp2-summary-info {
  padding-bottom: 0 !important;
}
.css-joa6r4.css-joa6r4 .qc-cmp2-summary-section .qc-cmp2-summary-info div {
  font-size: 12px !important;
}
.css-joa6r4.css-joa6r4.css-joa6r4.css-joa6r4 .qc-cmp2-footer .qc-cmp2-summary-buttons {
  margin-right: 10px;
}

.ui-pnotify.like-modal {
  top: 50% !important;
  right: auto !important;
  left: 50% !important;
  width: auto !important;
  max-width: 640px !important;
  bottom: auto !important;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.ui-pnotify.like-modal .ui-pnotify-text {
  padding: 20px;
  background-color: #fff;
  font-size: 1.3rem;
  color: #444;
}
.ui-pnotify.like-modal .ui-pnotify-text p a {
  text-decoration: underline;
  color: #b31919;
}
/***************************************************************************************************************/
/***************************************************Media Queries***********************************************/
/***************************************************************************************************************/
@media (min-width: 1024px) {
  .takeover-top-area > div {
    margin-top: -250px;
  }
}
@media (min-width: 1440px) {
  .navbar-brand {
    margin-right: 140px;
  }
}

@media (max-width: 1280px) {
  .user-profile-sidebar.sticked {
    left: 0;
    width: 100% !important;
  }
  .sticked .user-profile-navigation > ul {
    justify-content: center;
  }
  .sticked .user-profile-navigation .item {
    flex-grow: 0;
  }
  .main-navigation .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1050px) {

  .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;
  }

  .page-aside .sreenshots-module .item {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  .user-profile-header .social-accounts {
    position: static;
    margin-top: 10px;
  }
  .screenshots-gallery .gallery-item {
    flex-grow: 1;
  }
}

/********************************менее 960px********************************/
@media (max-width: 960px) {
  .page-header .search-btn .text{
    display: inline-block;
  }
  .page-header .search-btn {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-toggle {
    margin: 0;
    border-color: transparent;
    border-radius: 0;
    position: relative;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background: #f4f4f4;
    height: 3px;
  }
  .navbar-toggle.collapsed .icon-bar {
    transform: none !important;
    display: block !important;
    position: static !important;
  }
  .navbar-toggle.collapsed .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .navbar-toggle .icon-bar:first-child {
    transform: rotate(45deg);
    margin: 0;
    position: absolute;
    top: 9px;
  }
  .navbar-toggle .icon-bar:last-child {
    display: none;
  }
  .navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    margin: 0;
  }
  .navbar-brand > img {
    display: none;
  }
  .text-logo {
    display: block;
    font-weight: bold;
    color: #fff;
  }

  .content-layout {
    margin-top: 0;
    padding: 0 0 20px 0;
  }
  .main-layers-wrapper{
    overflow: hidden;
  }
  .content_aside-container {
    display: block;
  }
  .content_aside-container .content-column {
    margin-right: 0;
    flex-basis: auto;
  }
  .content_aside-container .page-aside {
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .user-profile-navigation .index a {
    background-color: transparent;
    color: #555;
  }

  .user-profile-navigation .counter {
    position: static;
    display: inline-block;
    color: #888;
    margin: 0;
    text-align: right;
    float: right;
  }
  .user-profile-navigation .item {
    border-bottom: 1px solid #d0d0d0;
    height: auto;
  }
  .user-profile-navigation .item a {
    text-align: left;
    font-size: 1.4rem;
    padding: 9px 15px 6px;
    display: block;
    margin: 0;
  }
  .user-profile-navigation .item a:hover {
    background: none;
    color: #b31919;
    border-bottom-color: transparent;
  }
  .user-profile-navigation a:hover .counter {
    display: inline-block
  }
  .user-profile-navigation .current > a {
    background: none;
    box-shadow: none;
    border-bottom: none;
    border-left: 5px solid #b31919;
    padding-left: 10px;
  }
  .user-profile-navigation ul {
    margin-bottom: 0;
    display: block;
  }
  .user-profile-sidebar .content {
    display: none;
  }
  .game_user-nav-toggler {
    clear: both;
    padding: 12px 12px 10px;
    text-align: center;
    display: block;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid #b31919;
  }
  .user-profile-navigation .item a {
    max-width: none;
  }
  .navbar-footer {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }
  .user-profile-navigation .index {
    display: block;
  }
  .user-profile-navigation {
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
  }
  .post-flow-container .post  {
    flex-grow: 1;
  }
  .games-genre-list {
    width: auto;
    overflow: visible;
  }
  .games-genre-list .list-group {
    width: 100%
  }
  .foundation-wrapper {
    background-size: 165% auto;
    background-attachment: scroll;
    background-position: center top;
  }
  .main-navigation .drop-down-layer {
    display: none !important
  }
  .top-bar {
    overflow-y: auto;
    background-color: #292929;
    padding: 0;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;

  }
  .navbar-collapse:after,
  .navbar-collapse:before,
  .main-navigation:after,
  .main-navigation:before{
    content: none
  }

  .main-navigation {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .main-navigation.navbar-nav > li {
    float: none;
    display: block;
    vertical-align: middle;
  }
  .main-navigation.navbar-nav > li:last-child {
    order: -1;
  }
  .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: 14px 15px;
    border-bottom: 1px solid #222;
    font: bold 1.3rem/1 "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  }
  .main-navigation .last > a {
    display: none;
  }
  .main-navigation .dropdown-hover:hover > .dropdown-menu {
    display: none;
  }
  .main-navigation .dropdown-toggle {
    padding: 14px 15px;
    border-bottom: 1px solid #222;
  }

  .main-navigation a:hover, .main-navigation li:hover {
    background: none !important;
  }

  .navbar-header .user-panel-area {
    margin-left: auto;
    margin-right: 0;
  }
  .user-profile-sidebar {
    position: fixed !important;
    top: 45px;
    z-index: 4;
    left: 0;
    width: 100% !important;
    background-color: #1d1d1d !important;
    margin: 0;
    padding-left: 0;
  }
  .game_user-nav-toggler {
    color: #ccc;
  }
  .user-profile-navigation .item {
    border-bottom-color: #000;
  }
  .user-profile-navigation .item a {
    color: #eee
  }

  .general-categories-collapse .collapse {
    display: none;
  }
  .general-categories-collapse .collapse.in{
    display: block;
  }
  .type-page-post-list {
    display: block;
  }
  .type-page-post-list .general-categories {
    width: auto;
    min-height: auto
  }

  .general-categories-collapse .navbar-toggle {
    float: none
  }
}
@media (min-height: 860px) {
  .general-categories-collapse .collapse {
    position: sticky;
    top: 90px
  }
}
/********************************менее 767px********************************/

@media (max-width: 767px) {
  .fullscreen-search .close,
  .fullscreen-search .search-button {
    display: none;
  }
  .scrollup {
    display: none;
  }
  .sticky, .page-aside .sticky {
    position: static !important;
  }
  .user-profile-header .avatar {
    width: 100px;
    height: 100px;
  }
  .dl-horizontal.left-oriented dt {
    float: left;
  }


  .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
  }

  .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;
  }

  .article-title {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .article-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;
  }

  .page-aside .pix-widget .item {
    width: 150px;
    padding: 0 !important;
  }

  .page-aside .pix-widget .img-wrapper {
    margin: 0 0 0 15px;
  }

  .post-rating-area {
    justify-content: center;
  }
  .post-flow-container .post-title {
    max-width: none;
  }

}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
  .ui-pnotify.like-modal {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    transform: none;
    height: 100% !important;
    overflow: auto;
    bottom: auto !important;
  }
  .ui-pnotify.like-modal .ui-pnotify-container {
    height: auto;
  }
  .page-footer .bottom-bar {
    display: block;
  }
  .post-flow-container {
    display: block;
    margin: 0;
  }
  .post-flow-container .post {
    flex-direction: row;
    margin-right: 0;
    margin-left: 0;
    padding: 12px 15px;
  }
  .post-flow-container .post-content {
    height: auto;
    padding: 0 0 0 14px;
  }
  .post-game-flow-container .post-content {
    padding-left: 14px;
  }
  .post-flow-container picture {
    display: block;
  }

  .post-flow-container figure,
  .post-game-flow-container figure {
    flex-basis: 150px;
    flex-shrink: 0;
  }
  .post-flow-container figure img,
  .post-game-flow-container figure img {
    border-radius: 10px;
    width: 150px;
    height: 150px;
  }
  .post-game-flow-container figure img {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .post-flow-container .post-content p {
    display: none;
  }
  .post-flow-container .post-footer {
    border: none;
  }
  .post-flow-container .post-title {
    font: bold 1.6rem/1.2 "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    max-width: unset;
  }
  .post-game-flow-container .post-title {
    font: bold 1.6rem/1.2 "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
    margin: 6px 0 0 0;
  }
  .announcement-block .post-flow-container .post-title,
  .promoted-content.post-flow-container .post-title {
    margin-bottom: 0;
  }
  .molding {
    padding: 0;
  }

  #blc {
    background-attachment: scroll;
  }
  .takeover-container.dfp-container {
    overflow: hidden;
  }
  .post-heading .post-title {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .fullscreen-message {
    margin-left: 0;
  }
  .fullscreen-close {
    margin: 10px;
  }
  .sideline.fullscreen-overlay,
  .sideline .fullscreen-top,
  .sideline .fullscreen-outer,
  .sideline .fullscreen-content {
    width: 100%;
  }
  .game-heading-compact .game-boxart {
    margin: 0 10px 0 0;
  }
  .game-heading-compact .game-header {
    display: block;
    margin-bottom: 0;
    z-index: 1;
  }
  .game-heading-compact .game-header > div:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .game-heading-compact .gp-game-title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .game-heading-compact .game-rating-points {
    bottom: 5px;
    left: 25px;
  }

  .fullscreen-content img {
    height: auto;
  }
  .compact.block-content {
    border: none;
    padding: 20px 0 20px 0;
  }
  .user-profile-header .bottom-lined {
    position: static;
    margin-top: 10px;
  }
  .navbar-header {
    justify-content: flex-start;
  }
  .navbar-header .btn-extra {
    margin-left: 25px;
  }
  .page-notification {
    font-size: 1.3rem;
  }
  .filter-block.btn-group-justified > .btn,
  .filter-block.btn-group-justified > .btn-group {
    display: block;
    width: 100%;
  }

  .comment-anchor,
  .flexbox-wrapper {
    display: block;
  }
  .content-rating-buttons {
    margin: 20px auto 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
  }
  .page-footer {
    padding: 20px 10px;
  }

  .content-block {
    padding: 30px 15px;
  }

  .google-auto-placed {
    display: none;
  }
  .content-block .post {
    padding: 10px 0;
  }
  .float-teaser a {
    display: flex;
    justify-content: center;
  }
  .float-teaser.service {
    width: auto;
    left: 20px;
  }
  .float-teaser.service .float-teaser-title {
    width: auto;
    position: static;
    background: #ccc;
    text-shadow: none;
    padding: 10px 30px 10px 10px;
    color: #222;
    font-size: 1.6rem;
  }
  .float-teaser img {
    width: 100px;
    height: 100px;
  }
  .float-teaser.service .float-teaser-title {
    background-color: #ccc;
  }
  .float-teaser .close {
    color: #000
  }
}
@media (max-width: 460px) {
  .pagination {
    align-items: center;
  }
  .pagination .page-item {
    display: none;
  }
  .pagination .page-item.next,
  .pagination .page-item.prev,
  .pagination .page-item.active {
    display: inline-block;
  }
  .pagination .page-item.active .page-link {
    background-color: transparent;
    color: #222;
    font-weight: bold;
  }

  .post-flow-top-bar {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    display: block;
  }
  .post-sorting {
    justify-content: center;
    margin-top: 8px;
  }
  .post-sorting > * {
    margin: 0 2px;
  }
  .post-sorting-item {
    font-size: 1.2rem;
    background-color: #ddd;
  }
  .post-flow-title {
    font-size: 1.4rem;
  }
  .general-categories-collapse {
    margin: 10px 8px;
  }
  .general-categories-collapse .post-sorting-item {
    width: 100%;
    margin: 0;
  }
  .general-categories-collapse .post-sorting-item .glyphicon {
    top: 2px;
    margin: 0 4px 0 0;
  }
  .general-categories-collapse .collapse.in {
    position: fixed;
    height: calc(100% - 85px);
    width: 100%;
    z-index: 3;
    background: #eee;
    left: 0;
    top: 85px;
    padding: 15px 5px;
    overflow: auto;
  }
  .download-content-list .tags-cloud {
    justify-content: center;
  }
  .download-content-list .tags-cloud .btn {
    font-size: 1.2rem;
  }
  .game-heading-compact .release-date {
    display: block;
  }
}
@media (max-height: 768px) {
  .page-aside .sticky {
    position: static;
  }
}

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%}
