:root {
  --color-accent: #ee5533;
  --color-accent-hover: #c0392b;
  --color-bg-page: #1a1a1a;
  --color-bg-site: #f5f5f3;
  --color-bg-card: #ffffff;
  --color-bg-card-hover: #fafafa;
  --color-border-card: #ebebeb;
  --color-text-body: #111111;
  --color-text-secondary: #444444;
  --color-text-muted: #666666;
  --color-text-hint: #888888;
  --color-text-meta: #999999;
}
html.dark {
  --color-bg-page: #0d0d0d;
  --color-bg-site: #1a1a1a;
  --color-bg-card: #242424;
  --color-bg-card-hover: #2e2e2e;
  --color-border-card: #333333;
  --color-text-body: #e0e0e0;
  --color-text-secondary: #aaaaaa;
  --color-text-muted: #888888;
  --color-text-hint: #666666;
  --color-text-meta: #777777;
}
body {
  background-color: var(--color-bg-page);
}
h2 {
  font-weight: 600;
}
h3 {
  font-weight: 500;
}
* {
  padding: 0;
  font-family: 'Open Sans', Arial, 'Roboto', sans-serif !important;
  font-display: fallback;
}
span.glyphicon {
  font-family: 'Glyphicons Halflings', sans-serif !important;
}
i.fa,
label.fa {
  font-family: 'FontAwesome', sans-serif !important;
}
.banner-advertise {
  position: relative;
}
.banner-advertise img.banner-advertise-img {
  width: 1920px;
  height: 1080px;
}
.promo-codes-iframe {
  width: 400px;
  height: 50px;
  background-color: #e5e5e5;
  text-align: center;
  border: none;
  overflow: hidden;
}
.text-promo-code {
  display: none;
}
.menu {
  font-weight: bold;
}
.menunav {
  margin: 0;
  border-width: 0;
}
.menucontainer {
  padding: 0;
}
.slider {
  width: 100%;
  height: 350px;
  margin: 0;
  padding-left: 5px;
}
.slider-block {
  padding-right: 5px;
}
.centre-hot-container-block {
  padding-right: 5px;
  padding-left: 5px;
}
.loginInsteadOfTextArea div {
  border: #C7132C 2px solid;
  background-color: #e5e5e5;
  padding: 10px 5px;
  border-radius: 10px;
}
.loginInsteadOfTextArea div span {
  color: #C7132C;
  font-size: 20px;
}
.loginInsteadOfTextArea div span a {
  text-decoration: none;
  color: #0000dd;
}
.new-black-top {
  width: 100%;
  height: 56px;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #262626;
  z-index: 90;
}
.film-fields-container .film-item .film-item-title {
  font-size: 17px;
  color: #C7132C;
}
.film-fields-container .film-item .film-item-value {
  font-size: 17px;
  color: black;
}
.film-news-container {
  margin-bottom: 15px;
}
.game-buy-container .game-buy-item {
  display: inline-block;
  width: 20%;
  margin-right: -4px;
  padding: 3px;
}
.game-buy-container .game-buy-item a img {
  width: 100%;
}
.markFilmGameBtn {
  color: #337ab7;
  cursor: pointer;
}
.star-rating .star-rating-wrap-film-game .star-rating__ico {
  font-size: 22px!important;
}
.star-rating-film-games {
  margin-left: 35px!important;
}
.star-rating-film-games .myStar {
  font-size: 22px!important;
}
.custom-model-dialog-film-games {
  position: absolute!important;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -51px;
}
.custom-model-dialog-film-games .modal-content {
  height: 102px!important;
}
.social-buttons-top {
  padding: 10px;
}
.social-buttons-top div {
  text-align: center;
}
.social-buttons-top div span {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.searchFilmGameBlock {
  margin-top: 30px;
  margin-bottom: 30px;
}
.filmGameRow div {
  font-size: 18px;
  padding: 5px 15px 5px 15px;
}
.filmGameRow div a {
  text-decoration: none;
  color: black;
}
.oddFilmRow {
  background-color: #eee;
}
.titleFilmGameTitle,
.titleFilmGameDate {
  padding: 5px 15px 5px 15px;
}
.titleFilmGameTitle a,
.titleFilmGameDate a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.titleFilmGameRow {
  background-color: #eee;
}
.film-decoration {
  margin-top: 10px;
  margin-bottom: 10px;
}
.marks-film-block {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}
.marks-film-block .mark-film div {
  padding: 0;
  margin-top: 7px;
  font-size: 16px;
}
.marks-film-block .mark-film div a {
  cursor: pointer;
  text-decoration: none;
}
.marks-film-block .mark-film div .mark-circle {
  display: inline-block;
  margin-top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px #C7132C solid;
}
.marks-film-block .mark-film div .mark-circle div {
  margin-top: 6px;
  font-size: 40px;
}
.marks-film-block .mark-film div.col-md-4 {
  text-align: center;
}
.film-news-label {
  margin-top: 15px;
}
.film-news-label div h4 {
  font-size: 21px;
  font-weight: bold;
}
.new-container-top {
  position: relative;
  height: 100%;
}
.top-logo-container {
  display: inline-flex;
  align-items: center;
}
.top-logo-container a {
  display: block;
}
.top-logo-container a img {
  height: 36px;
  width: auto;
  display: block;
}
.mobile-menu-top-btn {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
  height: 56px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-menu-top-btn span {
  display: block;
  position: absolute;
  transition: opacity 0.15s, transform 0.15s;
}
.mobile-menu-top-btn svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}
.mobile-menu-top-btn .ic-x {
  opacity: 0;
  transform: rotate(-45deg);
}
.mobile-menu-top-btn.open .ic-b {
  opacity: 0;
  transform: rotate(45deg);
}
.mobile-menu-top-btn.open .ic-x {
  opacity: 1;
  transform: rotate(0deg);
}
.centre-hot-container {
  height: 350px;
  text-align: center;
  position: relative;
}
.centre-hot-container .urgent-text-block {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  color: white;
  text-align: center;
  width: 100%;
  z-index: 6;
}
.centre-hot-container .urgent-text-block a {
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-decoration: none;
  color: white;
}
.centre-hot-container .urgent-blur {
  cursor: pointer;
  display: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 19, 43, 0.3);
}
.centre-hot-container:hover .urgent-blur {
  display: block;
}
.centre-hot-container:hover .urgent-blur a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.right-hot-container {
  text-align: center;
  height: 350px;
}
.right-hot-container .right-top-hot-container {
  height: 170px;
}
.right-hot-container .right-bottom-hot-container {
  margin-top: 10px;
  height: 170px;
}
.right-hot-container .right-top-hot-container,
.right-hot-container .right-bottom-hot-container {
  position: relative;
}
.right-hot-container .right-top-hot-container .urgent-text-block,
.right-hot-container .right-bottom-hot-container .urgent-text-block {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 6;
}
.right-hot-container .right-top-hot-container .urgent-text-block a,
.right-hot-container .right-bottom-hot-container .urgent-text-block a {
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-decoration: none;
  color: white;
}
.right-hot-container .right-top-hot-container .urgent-blur,
.right-hot-container .right-bottom-hot-container .urgent-blur {
  cursor: pointer;
  display: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 19, 43, 0.3);
}
.centre-hot-container:hover .urgent-blur,
.right-top-hot-container:hover .urgent-blur,
.right-bottom-hot-container:hover .urgent-blur {
  display: block;
}
.centre-hot-container:hover .urgent-blur a,
.right-top-hot-container:hover .urgent-blur a,
.right-bottom-hot-container:hover .urgent-blur a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.profile-employee-block {
  min-height: 1000px;
}
.avatar-employee-row {
  padding-top: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.avatar-employee-row .avatar-square {
  text-align: center;
}
.avatar-employee-row .avatar-square img {
  width: 200px;
  height: 200px;
}
.articlesOfEmployee,
.newsOfEmployee,
.reviewsOfEmployee {
  margin-top: 25px;
  margin-bottom: 25px;
}
.articlesOfEmployee,
.reviewsOfEmployee {
  display: none;
}
.background-image-employee {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -15px;
  margin-right: -15px;
}
.profile-employee-row {
  padding-bottom: 25px;
}
.profile-employee-row .employee-fullname {
  text-align: center;
}
.profile-employee-row .employee-fullname span {
  font-size: 22px;
  color: #C7132C;
}
.profile-employee-row .employee-position,
.profile-employee-row .employee-email,
.profile-employee-row .employee-phone,
.profile-employee-row .employee-description {
  text-align: center;
  margin-top: 3px;
}
.profile-employee-row .employee-position span,
.profile-employee-row .employee-email span,
.profile-employee-row .employee-phone span,
.profile-employee-row .employee-description span {
  font-size: 18px;
  color: white;
}
.profile-employee-row .employee-position {
  margin-bottom: 10px;
}
.profile-employee-row .employee-description {
  margin-bottom: 15px;
}
.profile-employee-row .employee-vk,
.profile-employee-row .employee-instagram,
.profile-employee-row .employee-facebook {
  text-align: center;
  margin-top: 3px;
}
.profile-employee-row .employee-vk a,
.profile-employee-row .employee-instagram a,
.profile-employee-row .employee-facebook a {
  font-size: 18px;
  color: white;
}
.employee-type-articles {
  margin-top: 25px;
}
.employee-type-articles div.col-md-3,
.employee-type-articles div.col-md-2 {
  height: 100px;
  border-bottom: 2px solid #eee;
}
.employee-type-articles div.col-md-2 {
  cursor: pointer;
  color: #666;
}
.employee-type-articles div.col-md-2 .type-employee-num {
  margin-top: 30px;
  text-align: center;
}
.employee-type-articles div.col-md-2 .type-employee-num span {
  font-size: 20px;
}
.employee-type-articles div.col-md-2 .type-employee-label {
  text-align: center;
}
.employee-type-articles div.col-md-2 .type-employee-label span {
  font-size: 20px;
}
.employee-type-articles div.employee-type-article-active {
  color: #C7132C;
  border-bottom: 2px solid #C7132C;
}
.top-login-container {
  display: inline-block;
  position: absolute;
  right: 30px;
  cursor: pointer;
  padding: 20px;
}
.top-login-container span {
  font-size: 14px;
  color: white;
}
a.relap-default__logo.js-relap__logo {
  display: none!important;
}
.similarArticBlock {
  min-height: 250px;
}
.top-menu-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
}
.top-menu-container .top-logo-container {
  margin-right: auto;
}
.top-menu-container .top-menu-item {
  cursor: pointer;
  display: inline-block;
  padding: 20px 14px;
  color: #cccccc;
  transition: color 0.15s;
}
.top-menu-container .top-menu-item span {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
.top-menu-container .top-menu-item a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.15s;
}
.top-menu-container .top-menu-item a span {
  font-size: 13px;
}
.top-menu-container .top-menu-item:hover {
  color: #fff;
}
.top-menu-container .top-menu-item:hover a {
  color: #fff;
}
.top-menu-container .top-menu-item-news,
.top-menu-container .top-menu-item-contact,
.top-menu-container .top-menu-item-article,
.top-menu-container .top-menu-item-db {
  position: relative;
}
.top-menu-container .top-menu-item-news .top-submenu-container-news,
.top-menu-container .top-menu-item-contact .top-submenu-container-news,
.top-menu-container .top-menu-item-article .top-submenu-container-news,
.top-menu-container .top-menu-item-db .top-submenu-container-news,
.top-menu-container .top-menu-item-news .top-submenu-container-contact,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact,
.top-menu-container .top-menu-item-article .top-submenu-container-contact,
.top-menu-container .top-menu-item-db .top-submenu-container-contact,
.top-menu-container .top-menu-item-news .top-submenu-container-article,
.top-menu-container .top-menu-item-contact .top-submenu-container-article,
.top-menu-container .top-menu-item-article .top-submenu-container-article,
.top-menu-container .top-menu-item-db .top-submenu-container-article,
.top-menu-container .top-menu-item-news .top-submenu-container-db,
.top-menu-container .top-menu-item-contact .top-submenu-container-db,
.top-menu-container .top-menu-item-article .top-submenu-container-db,
.top-menu-container .top-menu-item-db .top-submenu-container-db {
  background-color: #1a1a1a;
  position: absolute;
  top: calc(104%);
  left: 14px;
  min-width: 190px;
  border-radius: 10px;
  padding: 8px 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 200;
}
.top-menu-container .top-menu-item-news .top-submenu-container-news::before,
.top-menu-container .top-menu-item-contact .top-submenu-container-news::before,
.top-menu-container .top-menu-item-article .top-submenu-container-news::before,
.top-menu-container .top-menu-item-db .top-submenu-container-news::before,
.top-menu-container .top-menu-item-news .top-submenu-container-contact::before,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact::before,
.top-menu-container .top-menu-item-article .top-submenu-container-contact::before,
.top-menu-container .top-menu-item-db .top-submenu-container-contact::before,
.top-menu-container .top-menu-item-news .top-submenu-container-article::before,
.top-menu-container .top-menu-item-contact .top-submenu-container-article::before,
.top-menu-container .top-menu-item-article .top-submenu-container-article::before,
.top-menu-container .top-menu-item-db .top-submenu-container-article::before,
.top-menu-container .top-menu-item-news .top-submenu-container-db::before,
.top-menu-container .top-menu-item-contact .top-submenu-container-db::before,
.top-menu-container .top-menu-item-article .top-submenu-container-db::before,
.top-menu-container .top-menu-item-db .top-submenu-container-db::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-news,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-news,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-news,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-news,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-news,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-news,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-news,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-news,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-news,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-news,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-news,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-news,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-news,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-news,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-news,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-news,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-contact,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-contact,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-contact,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-contact,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-contact,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-contact,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-contact,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-contact,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-contact,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-contact,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-contact,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-contact,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-contact,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-contact,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-contact,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-contact,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-article,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-article,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-article,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-article,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-article,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-article,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-article,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-article,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-article,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-article,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-article,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-article,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-article,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-article,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-article,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-article,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-db,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-db,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-db,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-db,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-db,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-db,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-db,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-db,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-db,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-db,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-db,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-db,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-db,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-db,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-db,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-db {
  padding: 0;
  border-top: none;
}
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-news a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-news a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-news a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-news a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-news a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-news a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-news a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-news a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-news a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-news a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-news a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-news a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-news a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-news a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-news a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-news a,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-contact a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-contact a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-contact a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-contact a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-contact a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-contact a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-contact a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-contact a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-contact a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-contact a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-contact a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-contact a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-contact a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-contact a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-contact a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-contact a,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-article a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-article a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-article a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-article a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-article a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-article a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-article a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-article a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-article a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-article a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-article a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-article a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-article a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-article a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-article a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-article a,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-db a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-db a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-db a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-db a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-db a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-db a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-db a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-db a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-db a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-db a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-db a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-db a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-db a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-db a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-db a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-db a {
  display: block;
  padding: 8px 18px;
  font-size: 13px;
  color: #aaaaaa;
  white-space: nowrap;
  transition: color 0.12s, background 0.12s;
}
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-news:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-contact:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-article:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-news .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-news .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-news .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-news .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-contact .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-contact .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-contact .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-contact .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-article .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-article .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-article .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-article .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-news .top-submenu-container-db .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-contact .top-submenu-container-db .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-article .top-submenu-container-db .top-submenu-item-db:hover a,
.top-menu-container .top-menu-item-db .top-submenu-container-db .top-submenu-item-db:hover a {
  color: #fff;
  background: #242424;
}
.top-menu-container .top-menu-item-db .top-submenu-container-db {
  left: auto;
  right: 14px;
}
.top-menu-container .top-menu-item-news:hover .top-submenu-container-news,
.top-menu-container .top-menu-item-contact:hover .top-submenu-container-contact,
.top-menu-container .top-menu-item-article:hover .top-submenu-container-article,
.top-menu-container .top-menu-item-db:hover .top-submenu-container-db {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.top-menu-container .top-menu-item-search {
  display: flex;
  align-items: center;
}
.top-menu-container .top-menu-item-search .ic-search svg {
  width: 16px;
  height: 16px;
  stroke: #888888;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke 0.15s;
}
.top-menu-container .top-menu-item-search:hover .ic-search svg {
  stroke: #fff;
}
/* заготовка на будущее: переключатель светлой/тёмной темы (кнопка сейчас не выводится в разметке) */
.nav-theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 4px;
}
.nav-theme-toggle svg {
  width: 16px;
  height: 16px;
  stroke: #888888;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke 0.2s;
}
.nav-theme-toggle:hover svg {
  stroke: #fff;
}
.nav-theme-toggle .ic-sun {
  display: block;
}
.nav-theme-toggle .ic-moon {
  display: none;
}
.mob-theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.mob-theme-toggle svg {
  width: 18px;
  height: 18px;
  stroke: #888888;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke 0.2s;
}
.mob-theme-toggle:hover svg {
  stroke: #fff;
}
.mob-theme-toggle .ic-sun {
  display: block;
}
.mob-theme-toggle .ic-moon {
  display: none;
}
html.dark .nav-theme-toggle .ic-sun,
html.dark .mob-theme-toggle .ic-sun {
  display: none;
}
html.dark .nav-theme-toggle .ic-moon,
html.dark .mob-theme-toggle .ic-moon {
  display: block;
}
.buyGameTitle,
.commentGameTitle {
  font-size: 21px;
  font-weight: bold;
  margin-left: 3px;
}
.article {
  margin: 10px 0 10px 0;
  height: 390px;
}
.publishedArticle {
  font-weight: bold;
  font-size: 25px;
}
.insteadOfPublishedArticle {
  color: white;
  font-size: 25px;
}
.new_articles {
  margin-left: 25px;
}
.menu-container {
  padding: 0;
}
.article-image {
  width: 100%;
}
.imageAnim {
  border-radius: 10px 10px 0px 0px;
  position: relative;
  overflow: hidden;
  color: white;
  box-shadow: 0 0 0 gray;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 1;
}
.imageAnim:hover {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotateX(10deg);
  -webkit-transform: rotateX(10deg);
  transform: rotateX(10deg);
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 10px 0px -5px gray;
}
.open-article {
  margin-bottom: 15px;
}
.article-text,
.open-article-text {
  position: relative;
}
.open-article-text > p,
.review-text2 > p {
  margin-bottom: 20px;
}
.open-article-text img,
.review-text2 img {
  border-radius: 10px;
}
.open-article-text span,
.review-text2 span {
  color: #333;
  line-height: 1.7;
}
.open-article-text p:not(:first-of-type),
.review-text2 p:not(:first-of-type) {
  line-height: 1.6;
  font-size: 18px;
}
.open-article-text blockquote {
  font-size: 18px!important;
  padding: 15px 20px;
  margin: 0 0 20px;
  border-left: 3px solid #C7132C;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.open-article-text blockquote p {
  font-size: 18px;
}
.open-article-text p,
.review-text2 p {
  line-height: 1.6;
  margin-bottom: 1.8em;
}
.open-article-text p:first-of-type,
.review-text2 p:first-of-type {
  line-height: 1.5;
  font-size: 22px;
}
.open-article-text h2,
.review-text2 h2 {
  font-size: 22px;
}
.open-article-text h3,
.review-text2 h3 {
  font-size: 20px;
}
.open-article-text ul,
.review-text2 ul {
  font-size: 18px;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-block-end: 2em;
}
.open-article-text ol,
.review-text2 ol {
  font-size: 18px;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-block-end: 2em;
}
.open-article-text blockquote,
.review-text2 blockquote {
  font-size: 18px;
  padding: 15px 20px;
  margin: 0 0 20px;
  border-left: 3px solid #C7132C;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.open-article-text a,
.review-text2 a {
  border-bottom: 2px solid #C7132C;
  color: #333;
  text-decoration: none;
}
.open-article-text a:hover,
.review-text2 a:hover {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #C7132C;
}
.open-article-text,
.review-text2 {
  padding-left: 15px;
  padding-right: 15px;
}
.article-text-mobile {
  text-align: justify;
  position: relative;
  font-size: 20px;
}
.search-hide {
  display: none;
}
.advertiseBottom {
  position: fixed;
  z-index: 150;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.advertiseBottom div.col-xs-8 {
  height: 100px;
  text-align: center;
}
.advertiseBottom div.col-xs-2 {
  height: 100px;
}
.advertiseBottom div.col-xs-2 span {
  font-size: 30px;
  color: white;
}
.article-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.article-text-mobile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.article-title-mobile > h4 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}
.review-image-after {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(199, 19, 43, 0.5);
  color: #fff;
  font-size: larger;
  text-decoration: none;
}
.article-title > h4 {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.article-title > h1 {
  color: #C7132C;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
}
.readnext,
.readnext-mobile {
  text-align: center;
  color: #C7132C;
  font-weight: bold;
}
.readnext a,
.readnext-mobile a {
  text-decoration: none;
}
.readnextSimilar {
  text-align: center;
}
.readnextSimilar a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.readAlsoOnPlug {
  text-align: center;
  margin-bottom: 30px;
}
.similarArticles div {
  margin-bottom: 20px;
}
.imageArticle {
  position: relative;
}
.readnext-mobile {
  font-size: 18px;
}
.upload-article-mobile {
  font-size: 24px;
}
.upload-article-mobile-xs {
  font-size: 20px;
}
.top {
  background-color: #262626;
  height: 84px;
}
.top-image {
  height: 70px;
  margin-top: 6px;
}
.div-top-image {
  min-width: 154px;
}
.line-search {
  margin-top: 24px;
}
#search-count {
  margin-left: 15px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.line-search-mobile {
  padding: 5px;
  display: inline-block;
  width: 220px;
  border: 2px solid;
  border-radius: 10px;
  background-color: #262626;
  outline: none;
  color: white;
  font-size: 18px;
}
.line-search-mobile::-moz-placeholder {
  color: white;
}
.line-search-mobile::-webkit-input-placeholder {
  color: white;
}
.text_search {
  text-align: justify;
}
.search-button-mobile {
  background-color: #262626;
  color: white;
  border: none;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
}
.search-button-mobile span {
  font-size: 18px;
}
.search {
  text-align: center;
}
.pad-zero {
  padding: 0;
}
.lrbody {
  height: 1000px;
}
.calendar {
  font-weight: bold;
  width: 90%;
  margin-bottom: 20px;
}
.advertise_above-comments {
  margin-top: 20px;
  margin-bottom: 20px;
}
.google-auto-placed {
  margin-bottom: 16px;
  margin-top: 16px;
}
.numberCommentsArticle {
  position: relative;
}
.numberCommentsArticle .digitsNumComments {
  background-repeat: no-repeat;
  position: absolute;
  text-align: center;
  color: white;
  right: -5px;
  bottom: -20px;
  height: 30px;
  width: 52px;
  background-image: url("/bundles/app/images/comment2.png");
  background-size: contain;
  z-index: 9;
}
.numberLikesArticle {
  position: absolute;
  right: 25px;
  bottom: 30px;
  height: 30px;
  width: 30px;
  background-image: url("/bundles/app/images/like-article.png");
  background-size: contain;
  z-index: 9;
}
.numberLikesArticle .digitsNumLikes {
  text-align: center;
  color: white;
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold;
}
.dateevent {
  font-size: medium;
  padding-leftt: 10px;
  padding-bottom: 10px;
  text-align: right;
  color: #262626;
}
.event {
  padding-right: 10px;
  padding-bottom: 10px;
}
.event a {
  font-size: medium;
  color: #C7132C;
}
.release-games {
  text-align: center;
  margin-bottom: 20px;
  color: #262626;
}
.mainTitle {
  margin-top: 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.sitemapAndRSS {
  display: inline-block;
  margin-left: 15px;
}
.donate-Label {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.advertise-left {
  text-align: center;
  margin-top: 25px;
}
.advertise-under-article {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.donate-Label > span {
  padding-bottom: 6px;
  border-bottom: solid #e5e5e5 3px;
  color: #262626;
}
.donateButtons {
  margin-left: 55px;
}
.vk-youtube-instagram {
  margin-top: 17px;
  width: 50%;
  cursor: pointer;
}
.vk-youtube-instagram:hover {
  opacity: 0.7;
  cursor: pointer;
}
.vk-fb-openArticleReview:hover {
  opacity: 0.7;
}
.body {
  background-color: #262626;
  height: 79px;
}
.plug {
  width: 70px;
}
.maincalendar {
  float: right;
}
.black_top {
  width: 100%;
  height: 84px;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: #262626;
  z-index: 90;
}
.black-container {
  height: 84px;
}
.footer {
  background-color: #262626;
  color: #fff;
}
.footer * {
  box-sizing: border-box;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.footer-main {
  max-width: 480px;
}
.footer-logo img {
  display: block;
  margin-bottom: 14px;
}
.footer-copy {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 1.8;
}
.footer-copy a {
  color: #cccccc;
  border-bottom: 1px solid #555;
}
.footer-side {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}
.footer-label {
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-nav-links a {
  font-size: 13px;
  color: #cccccc;
  transition: color 0.15s;
}
.footer-nav-links a:hover {
  color: #fff;
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-row {
  display: flex;
  gap: 8px;
}
.social-icon {
  width: 34px;
  height: 34px;
  background: #1e1e1e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.social-icon:hover {
  background: #2a2a2a;
}
.social-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}
.footer-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer-badge img {
  width: 40px;
  height: auto;
  display: block;
}
.back-to-top-bar {
  display: flex;
  width: 100%;
  background: #1c1c1c;
  border-bottom: 1px solid #333;
}
.back-to-top-bar:hover {
  background: #222222;
}
.back-to-top-bar-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.back-to-top-bar-inner span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #999999;
  transition: color 0.15s;
}
.back-to-top-bar-inner svg {
  width: 14px;
  height: 14px;
  stroke: #999999;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.15s, transform 0.2s;
}
.back-to-top-bar:hover .back-to-top-bar-inner span {
  color: #ee5533;
}
.back-to-top-bar:hover .back-to-top-bar-inner svg {
  stroke: #ee5533;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 24px;
  }
  .footer-side {
    justify-content: space-between;
    width: 100%;
  }
}
.white-body {
  width: 100%;
  height: 800px;
  background-color: var(--color-bg-site);
}
.heigh-white-body {
  width: 100%;
  height: 300px;
  background-color: var(--color-bg-site);
}
.white-body-mini {
  width: 100%;
  height: 300px;
  background-color: var(--color-bg-site);
}
.interesting-title,
.interesting-title-mobile {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 96%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.interesting-title-mobile > h3 {
  font-size: 32px;
  margin-left: 20px;
}
.interesting-title > h3 {
  margin-left: 10px;
}
.interesting-title > h3 > a,
.interesting-title-mobile > h3 > a {
  color: white;
  text-decoration: none;
}
.author,
.author > a {
  font-weight: 800;
  color: white;
  text-decoration: none;
}
.body-hidden {
  display: none;
  z-index: 105;
  position: fixed;
  bottom: 0%;
  left: 0%;
  height: 90%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.review-title {
  background-color: #C7132C;
  padding-top: 5px;
  padding-bottom: 5px;
}
.review-title2 {
  height: 100px;
  text-align: center;
}
.insteadoftitle {
  height: 92px;
  background-color: white;
  z-index: 80;
}
.review-title > h1 {
  text-align: center;
  margin: 0px;
  margin-left: 5px;
  color: white;
  font-size: 24px;
}
.review-body {
  background-size: 100%;
}
.review-conclusion {
  text-align: justify;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
  color: white !important;
}
.review-author {
  color: white;
  background-color: #464646;
}
.review-author > h4 > a {
  color: white;
  text-decoration: none;
}
.review-author > h4 {
  margin-left: 15px;
}
.review-text {
  padding: 0px;
}
.review-text2 {
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  height: 100%;
}
.review-conclusion > p > span {
  color: white !important;
}
.review-conclusion > p > a {
  color: white !important;
}
.top-row-review-boby {
  height: 100px;
  position: relative;
}
.review-PlusesMinuses {
  margin-top: 0;
  color: white !important;
  padding-left: 30px;
  padding-right: 0;
  font-size: medium !important;
  font-weight: bold;
}
.review-PlusesMinuses2 {
  height: 100%;
  margin-top: 20px;
}
.plusMinus-conclusion-row-review-body {
  background-color: #C7132C;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}
.new-review-mark {
  margin-top: -90px;
  width: 180px;
  height: 180px;
}
.review-mark-one {
  background-image: url("/bundles/app/images/1.png");
}
.review-mark-two {
  background-image: url("/bundles/app/images/2.png");
}
.review-mark-three {
  background-image: url("/bundles/app/images/3.png");
}
.review-mark-four {
  background-image: url("/bundles/app/images/4.png");
}
.review-mark-five {
  background-image: url("/bundles/app/images/5.png");
}
.review-mark-six {
  background-image: url("/bundles/app/images/6.png");
}
.review-mark-seven {
  background-image: url("/bundles/app/images/7.png");
}
.review-mark-eight {
  background-image: url("/bundles/app/images/8.png");
}
.review-mark-nine {
  background-image: url("/bundles/app/images/9.png");
}
.review-mark-ten {
  background-image: url("/bundles/app/images/10.png");
}
.review-PlusesMinuses2 > h3 {
  margin-top: 0;
}
.review-mark {
  position: absolute;
  top: 65px;
  left: 83px;
  font-size: 60px;
  font-weight: bold;
  width: 84px;
  text-align: justify;
}
.review-date {
  background-color: #C7132C;
  font-size: medium;
  color: white;
  text-align: right;
  padding-right: 45px ;
}
.review-main {
  padding-left: 0;
}
.sharing {
  float: right;
}
.sharing2 {
  margin-top: 17px;
  float: right;
  margin-right: 10px;
}
.v-f-t {
  padding-right: 5px;
  padding-left: 5px;
}
.tweet {
  width: 100px;
  margin-left: 10px;
}
.search_title {
  text-decoration: none;
  color: #C7132C;
  font-size: 1.7em;
  font-weight: bold;
}
.search_title:hover {
  text-decoration: none;
  color: #C7132C;
}
.pages {
  text-align: center;
}
.number_of_page {
  color: #C7132C!important;
}
.number_of_page:hover {
  text-decoration: none;
}
#keyword {
  text-align: center;
  color: #262626;
}
.navigation {
  text-align: center;
}
.bottomLineMobile {
  width: 100%;
  height: 35px;
  padding: 8px 10px 12px 10px;
  background-color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 17px;
  color: white;
  z-index: 999999999;
}
.bottomLineMobile a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.list-search {
  margin-left: 50px;
  list-style-type: none;
}
.click-test {
  border-radius: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  background-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.click-test:hover {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotateX(10deg);
  -webkit-transform: rotateX(10deg);
  transform: rotateX(10deg);
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 10px 0px -5px #c7132c;
}
.page_holder {
  background-color: #C7132C!important;
  border-color: #C7132C!important;
}
.click-test > h3 {
  margin-top: 10px;
  cursor: hand;
  color: #C7132C;
}
.click-test:hover {
  cursor: pointer;
}
.contact-title {
  background-color: #C7132C;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact-title > h4 {
  text-align: center;
  color: white;
  font-weight: bold;
  font-style: italic;
}
.advertisement-body {
  padding-right: 7px;
  padding-left: 0;
  background-color: #E2E2E2;
}
.advertisement-body .authorsProject p,
.advertisement-body .aboutUsProject p {
  text-align: center;
}
.advertisement-body .advertisement-logo {
  text-align: center;
}
.advertisement-body .advertisement-logo img {
  width: 400px;
}
.advertisement-body .advertisement-headline {
  text-align: center;
  font-weight: bold;
}
.advertisement-body .advertisement-docs .col-md-6 div {
  width: 180px;
  height: 90px;
  border: 2px solid;
  padding: 10px;
  text-align: center;
}
.advertisement-body .advertisement-docs .col-md-6 div a {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
  text-decoration: none;
}
.advertisement-body .advertisement-docs .advertisement-mediakit {
  text-align: right;
}
.advertisement-body .advertisement-docs .advertisement-mediakit div {
  display: inline-block;
}
.advertisement-body .advertisement-docs .advertisement-mediakit div a {
  color: black;
}
.advertisement-body .advertisement-docs .advertisement-price-list div {
  border-color: #C7132C;
}
.advertisement-body .advertisement-docs .advertisement-price-list div a {
  color: #C7132C;
}
.body-contact {
  padding-right: 7px;
  padding-left: 0;
}
.letter {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 20px;
  background-color: #E2E2E2;
  height: 750px;
}
.authorsProject {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  background-color: #E2E2E2;
}
.authorsProject p {
  font-size: 22px;
}
.authorsProject div {
  font-size: 18px;
}
.authorsProject .mainAuthors {
  font-size: 18px;
}
.ableConnect {
  font-size: 22px;
  margin: 0;
}
.letter2 {
  background-color: #E2E2E2;
  height: 650px;
}
.image-contact {
  float: right;
}
.image-contact > img {
  margin-top: 30px;
  margin-right: 30px;
}
.vk-popUp {
  display: none;
  left: 50%;
  margin: -185px 0 0 -160px;
  position: fixed;
  top: 50%;
  z-index: 99999;
}
.vk-popUp #vk {
  border: 1px solid #888;
  box-shadow: 0 0 5px #000;
  width: 320px;
  height: 350px;
}
.vk-popUp .closeVkPopUp {
  text-align: right;
}
.vk-popUp .closeVkPopUp span {
  cursor: pointer;
}
.line-contact {
  width: 70%;
  margin-top: 40px;
}
.line-contact > h4 {
  font-weight: bold;
  font-style: italic;
}
.text-contact {
  margin-top: 50px;
  margin-bottom: 20px;
}
.text-contact > h4 {
  font-weight: bold;
  font-style: italic;
}
.button-contact {
  float: right;
}
.button-contact > button {
  background-color: #C7132C;
  width: 190px;
}
.button-contact > button:hover {
  background-color: #C7132C;
}
.keywords {
  background-color: #262626;
  padding-left: 15px;
}
#big-image-div {
  display: none;
  background-color: rgba(38, 38, 38, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 500;
  text-align: center;
}
#big-image {
  margin-top: 7%;
}
#close_big_image_window,
#close_offer_news_window {
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
}
.keywords > span {
  margin-right: 10px;
  margin-left: 10px;
  font-size: medium;
  font-weight: bold;
}
.keywords > span a {
  color: #C7132C;
  text-decoration: none;
}
.article-bottom {
  background-color: #262626;
  padding: 15px;
}
.article-bottom > div > span,
b {
  color: white;
}
.rubrics {
  margin-bottom: 5px;
  padding-left: 10px;
}
.rubrics span {
  font-weight: bold;
}
.rubrics .rubrics-label {
  margin-left: 5px;
  color: #FFFFFF;
  font-weight: 200;
}
.keywordsArticle {
  margin-bottom: 5px;
  padding-left: 10px;
}
.keywordsArticle span {
  font-weight: bold;
}
.keywordsArticle .keyword-label {
  margin-left: 5px;
}
.keywordsArticle .keyword-label a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 200;
}
.keywordsArticle .keyword-label a:hover {
  text-decoration: underline;
}
.review-bottom {
  background-color: #464646;
  padding: 15px;
}
.review-bottom > div > div > span,
b {
  color: white;
}
.keywords-review > span {
  margin-right: 10px;
  margin-left: 10px;
  font-size: medium;
  font-weight: bold;
}
.keywords-review > span a {
  color: #C7132C;
  text-decoration: none;
}
.circle-cursor {
  display: none;
  padding: 0px;
  position: fixed;
  top: 50%;
  right: 8%;
  width: 50px;
}
.click-image-search:hover {
  cursor: pointer;
}
#black-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
  text-align: center;
}
#krest {
  position: fixed;
  top: 0px;
  right: 0px;
}
.bx-pager-item a.active {
  background-color: #C7132C!important;
}
.bx-caption {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bx-caption > span > p > span {
  padding: 5px!important;
}
.div_slider {
  display: none;
}
.bx-caption span p {
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.extra_note {
  display: none;
}
.extra_note span {
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.note_link {
  text-decoration: none;
}
.div_slider {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(199, 19, 43, 0.3) !important;
  z-index: 80;
}
.bx-viewport {
  border-radius: 10px 10px 10px 10px !important;
}
.slide_hover:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.slide_hover:hover .div_slider {
  display: block;
}
.slide_hover:hover ~ .bx-caption > span {
  display: none!important;
}
.slide_hover:hover .extra_note {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: white;
}
.extra_note > span {
  padding: 10px;
}
.main-container {
  margin-top: 56px;
}
.open-main-container {
  margin-top: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: var(--color-bg-site);
  padding-left: 0;
  padding-right: 0;
}
.article-block {
  background-color: white;
}
.small-profile-author {
  width: 270px;
  height: 80px;
  background-color: #000;
  position: absolute;
  padding: 10px;
  display: none;
  z-index: 9999;
  margin-top: 5px;
}
.small-profile-author div {
  position: relative;
}
.small-profile-author div .arrowProfile {
  top: -16px;
  position: absolute;
  left: 50px;
}
.small-profile-author div .small-profile-author-avatar {
  padding-right: 0;
  width: 60px;
}
.small-profile-author div .small-profile-author-avatar .img-circle {
  height: 60px;
  width: 60px;
}
.small-profile-author div .small-profile-author-desc {
  display: inline-block;
  padding-left: 25px;
  padding-right: 0;
}
.small-profile-author div .small-profile-author-desc span {
  font-size: 12px;
  color: white;
}
.showArticleAuthorAndDate {
  margin-bottom: 10px;
}
.showArticleAuthorAndDate a {
  display: inline-block;
  text-decoration: none;
}
.showArticleAuthorAndDate a span {
  font-size: 18px;
  color: #C7132C;
}
.showArticleAuthorAndDate .authorDateDivider {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  color: #aaa;
}
.showArticleAuthorAndDate .dateArticle {
  display: inline-block;
  font-size: 17px;
  color: #aaa;
}
.share-buttons-container {
  margin-bottom: 15px;
}
.rightSocialButtons .rightSocialButtonsLabel {
  height: 40px;
  border-bottom: 2px solid #C7132C;
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 5px;
  margin-top: 15px;
  border-radius: 8px 8px 0px 0px;
}
.rightSocialButtons .rightSocialButtonsLabel span {
  font-size: 18px;
  color: black;
  font-weight: 700;
}
.rightSocialButtons .rightSocialButtonsContainer {
  text-align: center;
  margin-top: 10px;
}
.rightSocialButtons .rightSocialButtonsContainer a {
  transform: translateX(10);
}
.rightSocialButtons .rightSocialButtonsContainer a img {
  margin-right: 5px;
  width: 68px;
}
.rightSocialButtons .rightSocialButtonsContainer a:last-child img {
  margin-right: 0;
}
.rightSocialButtons .rightSocialButtonsContainer a:hover img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(-5px);
}
.releaseGamesFilmsLabel {
  height: 40px;
  border-bottom: 2px solid #C7132C;
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 8px 8px 0px 0px;
}
.releaseGamesFilmsLabel span {
  font-size: 18px;
  color: black;
  font-weight: 700;
}
.lastCommentsLabel {
  height: 40px;
  border-bottom: 2px solid #C7132C;
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 8px 8px 0 0;
}
.lastCommentsLabel span {
  font-size: 18px;
  color: black;
  font-weight: 700;
}
#the_toppest {
  position: absolute;
  top: 0;
}
#menu-mobile {
  width: 100%;
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 56px;
  right: -100%;
  background-color: #111;
  padding: 20px 16px 24px;
  height: 100%;
  z-index: 9999999;
}
#menu-mobile-colapse {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999998;
}
#menu-mobile .fs-search {
  margin-bottom: 24px;
}
#menu-mobile .fs-search input {
  width: 100%;
  background: #1e1e1e;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  padding: 12px 16px;
  outline: none;
}
#menu-mobile .fs-search input::-moz-placeholder {
  color: #777;
}
#menu-mobile .fs-search input::-webkit-input-placeholder {
  color: #777;
}
#menu-mobile .fs-search input:focus {
  border-color: #444;
}
#menu-mobile .fs-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#menu-mobile .fs-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: #1a1a1a;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#menu-mobile .fs-nav a:hover {
  background: #222;
}
#menu-mobile .fs-nav a svg {
  width: 18px;
  height: 18px;
  stroke: #555;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
#menu-mobile .fs-social {
  display: flex;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #1e1e1e;
  margin-top: 24px;
}
#menu-mobile .social-btn {
  width: 44px;
  height: 44px;
  background: #1a1a1a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#menu-mobile .social-btn:hover {
  background: #222;
}
#menu-mobile .social-btn img {
  max-width: 20px;
  max-height: 20px;
}
.body-search {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.body-search .search-input {
  text-align: center;
  margin-top: 10px;
}
.body-search .search-input .line-search-full {
  padding: 7px;
  display: inline-block;
  width: 75%;
  border: none;
  background-color: #262626;
  outline: none;
  color: white;
  font-size: 20px;
  margin-left: 5px;
}
.body-search .search-results-container {
  margin-top: 20px;
}
.body-search .search-results-container .search-result-item {
  color: white;
  font-size: 18px;
  padding: 5px;
}
.body-search .search-results-container .search-result-item .col-xs-4,
.body-search .search-results-container .search-result-item .col-md-3 {
  text-align: center;
}
.body-search .search-results-container .search-result-item .col-xs-4 {
  padding: 0;
}
.body-search .search-results-container .search-result-item .col-xs-8 a,
.body-search .search-results-container .search-result-item .col-md-9 a {
  text-decoration: none;
  color: white;
}
.body-search .close-body-search {
  position: fixed;
  top: 18px;
  right: 15px;
}
.body-search .close-body-search span {
  color: white;
  font-size: 26px;
  cursor: pointer;
}
.signOutBtnMobile {
  position: absolute;
  bottom: 90px;
  left: 5px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
}
.signOutBtnMobile a,
.signOutBtnMobile span {
  font-size: 22px;
  color: white;
  text-decoration: none;
}
.signInVk {
  padding-left: 5px;
}
#button-menu-mobile-close {
  margin-left: 15px;
  margin-top: 20px;
}
#button-menu-mobile {
  margin: 20px 0 20px 15px;
  border: 0;
  background-color: white;
}
.star-rating {
  font-size: 0;
  display: inline-block;
  margin-left: 10px;
}
.otherRatingContainer {
  margin-left: 10px;
  display: inline-block;
}
.otherRatingContainer span {
  color: #fff;
}
.otherRatingContainer span span {
  font-weight: bold;
}
.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}
.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
.star-rating__ico {
  font-size: 15px!important;
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
}
.star-rating__ico:last-child {
  padding-left: 2px;
}
.star-rating__input {
  display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f005";
}
.myStar {
  padding-left: 2px;
  color: #FFB300;
  font-size: 15px!important;
}
#black-body-offer-news {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 150;
}
.addComments {
  padding: 10px;
  text-align: center;
  font-size: 15px;
  background-color: #e5e5e5;
  color: #c7132c;
  margin-bottom: 20px;
  cursor: pointer;
}
.numCommentsContainer {
  margin-bottom: 10px;
  font-weight: bold;
}
.commentPanel {
  border-top: 1px #e3e3e3 solid;
  padding-top: 15px;
  margin-bottom: 10px;
}
.commentPanel .btnSendComment {
  text-align: right;
}
.commentPanel .photoAcc {
  text-align: center;
}
.commentPanel .photoAcc img {
  width: 76px;
  margin-top: 1px;
}
.commentPanel div button {
  margin-top: 10px;
  background-color: #c7132c;
  border-color: #c7132c;
}
.commentPanel div textarea {
  width: 100%;
  max-width: 100%;
  height: 80px;
  max-height: 80px;
}
.commentContainer {
  position: relative;
  padding: 10px;
}
.commentContainer .likes {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 16px;
}
.commentContainer .likes img {
  width: 24px;
  cursor: pointer;
}
.commentContainer div a {
  color: black;
  font-weight: bold;
  cursor: pointer;
}
.accDenied {
  font-size: 16px;
  padding-left: 15px;
}
.comment:hover {
  cursor: pointer;
}
.comment {
  border-top: 1px #e3e3e3 solid;
  padding: 10px 0;
  cursor: pointer;
}
.comment .commentPhoto {
  padding: 0;
  text-align: center;
}
.comment .commentPhoto img {
  width: 100%;
}
.comment .commentBody {
  padding: 0;
}
.comment .commentBody .commentAccount a {
  color: black;
  font-weight: bold;
  cursor: pointer;
}
.comment .commentBody .commentAccount span {
  font-size: 10px;
  color: #9e9e9e;
}
.comment .commentBody .commentText {
  padding-top: 3px;
}
#offer_news {
  margin-top: 5%;
}
#offer_news > div {
  background-color: #ffffff;
  padding: 50px;
}
#offer_news > div > form > div {
  margin-top: 10px;
}
.ratingReview {
  margin-top: 15px;
}
#write_article {
  font-size: 20px;
  border: solid;
  border-color: #C7132C;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 60;
}
.btn-search {
  width: 100%;
  background-color: #C7132C;
  border-color: #C7132C;
}
.review-title > h2 > a {
  font-size: 24px;
  text-decoration: none;
  cursor: inherit;
  color: white;
}
.new-container-top {
  position: relative;
}
.new-container-top .top-logo-container-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.new-container-top .top-logo-container-mobile a {
  display: block;
}
.new-container-top .top-logo-container-mobile a img {
  height: 36px;
  width: auto;
  display: block;
}
.mobile-link-to-android {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 13px;
}
.mobile-link-to-android a i {
  color: white;
  font-size: 30px;
}
body {
  overflow-x: hidden!important;
}
@media screen and (max-width: 1200px) {
  .rightSocialButtonsContainer a img {
    width: 65px!important;
  }
}
.bigImageRow {
  height: 500px;
}
@media screen and (max-width: 991px) {
  #big-image {
    margin-top: 25%;
    width: 100%;
  }
  .right-hot-container-block {
    padding-left: 12px;
  }
  .social-buttons-top {
    padding: 0;
  }
  .article-block {
    margin-top: 0;
  }
  .imageAnim:hover {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: none;
  }
  .right-hot-container,
  .right-top-hot-container,
  .right-bottom-hot-container {
    height: auto!important;
  }
  .article {
    height: 100% !important;
  }
  .film-fields-container {
    margin-top: 10px;
  }
  .mark-film {
    margin-bottom: 10px;
  }
  .mark-film div {
    text-align: center;
  }
  .game-buy-container .game-buy-item {
    width: 50%;
  }
  .readnextSimilar a {
    font-size: 20px;
  }
  .similarArticBlock {
    padding: 0 30px 0 30px;
  }
  .review-title h1,
  .article-title h1 {
    font-size: 24px;
  }
  .youSignInVia {
    display: none;
  }
  .star-rating {
    margin-bottom: 10px;
    text-align: center;
  }
  .myStar,
  .star-rating__ico {
    font-size: 25px!important;
  }
  .top-row-review-boby {
    padding-top: 30%;
  }
  .disqusChat {
    margin-left: 10px;
    margin-right: 10px;
  }
  .vk-youtube-instagram {
    margin-top: 7px;
    max-height: 29px;
    max-width: 29px;
    cursor: pointer;
  }
  .main-container {
    padding: 0;
    margin-top: 56px;
  }
  .open-main-container {
    margin-top: 56px;
  }
  .review-main {
    padding-left: 0;
    padding-right: 0;
  }
  .review-body {
    background-color: white;
  }
  .article-bottom > div.col-md-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 27px;
  }
  .review-conclusion {
    margin: -2px 0 -2px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .review-date {
    margin-top: -2px;
    padding: 5px 45px 5px 0;
    margin-bottom: -2px;
  }
  .review-mark-mobile {
    position: absolute;
    top: 0;
    margin-top: 8%;
    margin-left: 13%;
    font-size: 200%;
  }
  .black_top,
  .black-container,
  .top {
    height: 42px;
  }
  .top-image {
    margin-top: 3px;
    height: 35px;
  }
  .bx-caption > span > p > span > * {
    font-size: 14px!important;
    padding: 0!important;
  }
  .bx-caption {
    font-size: 14px!important;
    padding: 0!important;
  }
  .bx-caption * {
    font-size: 14px!important;
    padding: 0!important;
  }
  .bx-caption span {
    font-size: 14px!important;
    padding: 0!important;
  }
  .bx-caption span h4 {
    font-size: 14px!important;
    padding: 0!important;
  }
  .bx-caption span h4 span {
    font-size: 14px!important;
    padding: 0!important;
  }
  .advertisement-docs .col-md-6 {
    margin-top: 10px;
  }
  .advertisement-docs .advertisement-mediakit {
    text-align: center!important;
  }
  .advertisement-docs .advertisement-price-list {
    text-align: center!important;
  }
  .advertisement-docs .advertisement-price-list div {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .bigImageRow {
    height: 50vw;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .bigImageRow {
    height: 375px;
  }
}
.hero-grid {
  display: none;
}
@media (min-width: 992px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 340px 1fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 6px;
    border-radius: 12px;
    overflow: hidden;
    margin: 15px 15px 15px;
  }
}
.hero-grid .slider-block {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.hero-grid .slider-block .slider,
.hero-grid .slider-block ul.bxslider,
.hero-grid .slider-block .bx-wrapper,
.hero-grid .slider-block .bx-viewport {
  height: 100% !important;
}
.hero-grid .slider-block .bx-wrapper,
.hero-grid .slider-block .bx-viewport {
  margin: 0 !important;
}
.hero-grid .slider-block li {
  position: relative;
  height: 446px !important;
}
.hero-grid .slider-block img.slider-img,
.hero-grid .slider-block .slider-overlay {
  border-radius: 10px 0 0 10px;
}
.hero-grid .slider-block img.slider-img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hero-grid .slider-block .slide_hover:hover img.slider-img {
  filter: none !important;
  transform: scale(1.03);
}
.hero-grid .slider-block .slide_hover:hover .div_slider,
.hero-grid .slider-block .slide_hover:hover .extra_note {
  display: none !important;
}
.hero-grid .slider-block .slider-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 55%);
  padding: 24px 12px 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  pointer-events: none;
}
.hero-grid .centre-hot-container-block {
  grid-column: 2 / 4;
  grid-row: 1;
  padding: 0;
  position: relative;
}
.hero-grid .centre-hot-container-block .centre-hot-container {
  height: 100%;
}
.hero-grid .right-hot-container-block {
  display: contents;
}
.hero-grid .right-hot-container {
  display: contents;
}
.hero-grid .right-top-hot-container {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0 !important;
  min-height: 0 !important;
  height: 100%;
}
.hero-grid .right-bottom-hot-container {
  grid-column: 3;
  grid-row: 2;
  margin-top: 0 !important;
  min-height: 0 !important;
  height: 100%;
}
.hero-grid .centre-hot-container,
.hero-grid .right-top-hot-container,
.hero-grid .right-bottom-hot-container {
  overflow: hidden;
}
.hero-grid .centre-hot-container .hero-urgent-link,
.hero-grid .right-top-hot-container .hero-urgent-link,
.hero-grid .right-bottom-hot-container .hero-urgent-link {
  display: block;
  position: relative;
  height: 100%;
}
.hero-grid .centre-hot-container img,
.hero-grid .right-top-hot-container img,
.hero-grid .right-bottom-hot-container img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hero-grid .centre-hot-container:hover img,
.hero-grid .right-top-hot-container:hover img,
.hero-grid .right-bottom-hot-container:hover img {
  transform: scale(1.03);
}
.hero-grid .centre-hot-container .urgent-blur,
.hero-grid .right-top-hot-container .urgent-blur,
.hero-grid .right-bottom-hot-container .urgent-blur {
  display: none !important;
}
.hero-grid .centre-hot-container .urgent-text-block,
.hero-grid .right-top-hot-container .urgent-text-block,
.hero-grid .right-bottom-hot-container .urgent-text-block {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 55%);
  padding: 16px 12px 12px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  bottom: 0;
  color: #fff;
}
.hero-grid .centre-hot-container .urgent-text-block a,
.hero-grid .right-top-hot-container .urgent-text-block a,
.hero-grid .right-bottom-hot-container .urgent-text-block a {
  text-shadow: none;
  color: #fff;
}
.hero-grid .centre-hot-container {
  border-radius: 0 10px 0 0;
}
.hero-grid .centre-hot-container .hero-urgent-link,
.hero-grid .centre-hot-container img,
.hero-grid .centre-hot-container .urgent-text-block {
  border-radius: 0 10px 0 0;
}
.hero-grid .right-top-hot-container {
  border-radius: 0;
}
.hero-grid .right-bottom-hot-container {
  border-radius: 0 0 10px 0;
}
.hero-grid .right-bottom-hot-container .hero-urgent-link,
.hero-grid .right-bottom-hot-container img,
.hero-grid .right-bottom-hot-container .urgent-text-block {
  border-radius: 0 0 10px 0;
}
.hero-dots {
  display: none;
}
@media (min-width: 992px) {
  .hero-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 14px 15px 15px;
  }
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.2s, width 0.2s;
}
.dot.active {
  background: var(--color-accent);
  width: 18px;
  border-radius: 3px;
}
.hero-mobile {
  display: block;
  margin: 15px 15px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-mobile {
    display: none;
  }
}
.hero-mobile .hero-mob-main {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.hero-mobile .hero-mob-main a {
  display: block;
  position: relative;
  height: 100%;
}
.hero-mobile .hero-mob-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-mobile .hero-mob-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.hero-mobile .hero-mob-title {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}
.hero-mobile .hero-mob-row {
  display: flex;
  gap: 3px;
  margin-top: 3px;
}
.hero-mobile .hero-mob-small {
  position: relative;
  overflow: hidden;
  height: 130px;
  flex: 1;
}
.hero-mobile .hero-mob-small a {
  display: block;
  position: relative;
  height: 100%;
}
.hero-mobile .hero-mob-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-mobile .hero-mob-small-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.hero-mobile .hero-mob-small-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.page-head-title {
  font-size: 26px;
  font-weight: 900;
  color: var(--color-text-body);
  margin-bottom: 20px;
}
.cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.cat-tab {
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid var(--color-border-card);
  background: var(--color-bg-card);
  color: var(--color-text-muted);
  transition: all 0.15s;
  white-space: nowrap;
}
.cat-tab:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.cat-tab.active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-hint);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--color-accent);
  display: inline-block;
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.news-grid .ajaxResponse,
.news-grid .ajaxResponse > div {
  display: contents;
}
.news-card-d {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-card-d .news-img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: var(--color-border-card);
}
@media (max-width: 767px) {
  .news-card-d .news-img {
    aspect-ratio: 2.13333333;
  }
}
.news-card-d .news-meta {
  font-size: 11px;
  color: var(--color-text-meta);
  font-weight: 500;
}
.news-card-d .news-title-d {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-body);
}
.news-card-d .news-title-d:hover {
  color: var(--color-accent);
}
.news-card-d .news-excerpt {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}
.news-card-d .read-more {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.load-more-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--color-bg-card);
  border: 1.5px solid var(--color-border-card);
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-body);
  cursor: pointer;
  transition: border-color 0.15s;
  margin: 8px 0 24px 0;
  box-sizing: border-box;
}
.load-more-btn:hover {
  background: var(--color-bg-card-hover);
  border-color: var(--color-text-hint);
}
.load-more-btn:hover,
.load-more-btn.click-test:hover {
  transform: none;
  box-shadow: none;
}
.load-more-btn h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 20px;
}
.sidebar-block {
  background: var(--color-bg-card);
  border-radius: 10px;
  border: 1px solid var(--color-border-card);
  overflow: hidden;
}
.sidebar-block .sidebar-head {
  background: #262626;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.sidebar-block .release-list {
  padding: 4px 0;
}
.sidebar-block .release-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  border-bottom: 1px solid var(--color-border-card);
  transition: background 0.12s;
}
.sidebar-block .release-item:last-child {
  border-bottom: none;
}
.sidebar-block .release-item:hover {
  background: var(--color-bg-card-hover);
}
.sidebar-block .release-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent);
  transition: color 0.15s;
}
.sidebar-block .release-name:hover {
  color: var(--color-accent-hover);
}
.sidebar-block .release-date {
  font-size: 12px;
  color: var(--color-text-meta);
  white-space: nowrap;
  margin-left: 10px;
}
.sidebar-ad-slot {
  margin: 0;
}
/* ============================================================
   SIMPLE CONTENT PAGES (О нас, Реклама)
   Moved here from aboutUs.less/advertisement.less: those compile through the
   same broken Assetic/node pipeline as adminstyle.less did, but unlike it they
   were never dumped to web/css even once — the pages had zero styling until a
   manual lessc compile. Folding them into common.less means they ride the one
   CSS file this project already recompiles by hand on every change, instead of
   depending on a second manually-compiled file that's easy to forget/lose.
============================================================ */
.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(0, 1200px) 1fr;
}
.ad-col {
  background: var(--color-bg-page);
}
.site-col {
  background: var(--color-bg-site);
  align-self: start;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.page-hero {
  background: #111111;
  padding: 40px 40px 36px;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(238, 85, 51, 0.12) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 10px;
}
.page-hero-title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  max-width: 600px;
}
.page-title {
  display: none;
}
@media (max-width: 768px) {
  .page-wrapper {
    display: block;
    padding-top: 0;
  }
  .ad-col {
    display: none;
  }
  .wrap {
    padding: 0 16px;
  }
  .page-hero {
    padding: 24px 16px 22px;
  }
  .page-hero-title {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .site-col {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
}
/* ===== О нас ===== */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  padding: 32px 0 60px;
}
.about-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cms-content {
  background: var(--color-bg-card);
  border-radius: 12px;
  border: 1px solid var(--color-border-card);
  padding: 28px 32px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-secondary);
}
.cms-content p {
  margin-bottom: 16px;
}
.cms-content p:last-child {
  margin-bottom: 0;
}
.cms-content h2 {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text-body);
  margin: 24px 0 12px;
}
.cms-content hr {
  border: none;
  border-top: 1px solid var(--color-border-card);
  margin: 20px 0;
}
.cms-content strong {
  color: var(--color-text-body);
  font-weight: 700;
}
.cms-content a {
  color: var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  transition: color 0.15s, border-color 0.15s;
  border-radius: 2px;
  padding: 0 1px;
}
.cms-content a:hover {
  color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  text-decoration: none;
}
.about-layout .sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-layout .sidebar-block {
  background: var(--color-bg-card);
  border-radius: 10px;
  border: 1px solid var(--color-border-card);
  overflow: hidden;
}
.about-layout .sidebar-head {
  background: #111111;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.about-layout .sidebar-socials {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-layout .sidebar-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--color-bg-site);
  border-radius: 8px;
  transition: background 0.15s;
}
.about-layout .sidebar-social-link:hover {
  background: var(--color-bg-card-hover);
}
.about-layout .sidebar-social-img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
}
.about-layout .sidebar-social-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-body);
}
.about-layout .sidebar-social-sub {
  font-size: 11px;
  color: var(--color-text-meta);
}
.about-layout .sidebar-nav {
  padding: 4px 0;
}
.about-layout .sidebar-nav-item {
  display: block;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-body);
  border-bottom: 1px solid var(--color-border-card);
  transition: background 0.12s, color 0.12s;
}
.about-layout .sidebar-nav-item:last-child {
  border-bottom: none;
}
.about-layout .sidebar-nav-item:hover {
  background: var(--color-bg-card-hover);
  color: var(--color-accent);
}
@media (max-width: 768px) {
  .about-layout {
    display: block;
    padding: 24px 0 40px;
  }
  .about-layout .sidebar {
    display: none;
  }
  .cms-content {
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
  }
}
/* ===== Реклама ===== */
.page-content {
  max-width: 720px;
  padding: 32px 0 60px;
}
.intro-block {
  background: var(--color-bg-card);
  border-radius: 12px;
  border: 1px solid var(--color-border-card);
  padding: 28px 32px;
  margin-bottom: 20px;
}
.intro-block p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-secondary);
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.stat-card {
  background: var(--color-bg-card);
  border-radius: 12px;
  border: 1px solid var(--color-border-card);
  padding: 20px;
  text-align: center;
}
.stat-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 12px;
  color: var(--color-text-hint);
  line-height: 1.4;
}
.contact-block {
  background: var(--color-bg-card);
  border-radius: 12px;
  border: 1px solid var(--color-border-card);
  overflow: hidden;
}
.contact-head {
  background: #111111;
  padding: 12px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.contact-body {
  padding: 24px 32px;
  display: flex;
  gap: 32px;
  align-items: center;
}
.c8-logo {
  flex-shrink: 0;
}
.c8-logo img {
  height: 36px;
  width: auto;
  display: block;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-info p {
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.6;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-bg-site);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-body);
  transition: background 0.15s;
}
.contact-email:hover {
  background: var(--color-border-card);
}
.contact-email svg {
  width: 16px;
  height: 16px;
  stroke: var(--color-accent);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .stats-row {
    grid-template-columns: 1fr;
  }
  .contact-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
  }
  .intro-block {
    border-radius: 10px;
    padding: 20px;
  }
}
