MediaWiki:Common--new.css

 

   ,  

Замечание. Возможно, после сохранения вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

@import '//wf.cdn.gmru.net/static/general/fonts/Quantico/font.css';

@import '//wf.cdn.gmru.net/static/general/fonts/Plumb/font.css';

@import '//wf.cdn.gmru.net/static/general/fonts/TacticSans/font.css';

@import '//wf.cdn.gmru.net/static/general/fonts/SuisseIntl/font.css';

@import "//use.fontawesome.com/releases/v6.1.0/css/all.css";

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

#catlinks,
#contentSub,
#f-copyrightico,
#f-list,
#f-poweredbyico,
#footer,
#jump-to-nav,
#siteNotice,
#siteSub,
#toc,
#top,
.printfooter,
.site_footer,
.toc,
.visualClear {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 0 !important;
}

*,
*::before,
*::after {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,
body {
  cursor: default;
  height: 100%;
  min-height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background: #000;
  color: #b2b2b2;
  font: 16px/1.7 SuisseIntl, Arial, Helvetica, sans-serif;
  margin: auto;
  max-width: 1920px;
  overflow-y: scroll;
  overflow-x: auto;
  position: relative;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-rendering: optimizeSpeed;
}



#column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 60px;
  max-width: 1800px;
  min-height: 600px;
  padding: 40px 35px;
  position: relative;
  z-index: 1;
}

#column-content::before,
#column-content::after {
  border-left: 1px solid #3f3b35;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  z-index: 5;
}

#column-content::before {
  left: 0;
}

#column-content::after {
  right: 0;
}

#content {
  width: 100%;
}

#bodyContent,
#wikiPreview {
  position: relative;
}

.include--html,
.include--js,
.include--css {
  display: none !important;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 40px 0;
}

button,
.button,
[type="button"],
[type="submit"],
[type="reset"] {
  background: #f51d00;
  border: 1px solid #f51d00;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 700 12px/60px TacticSans, sans-serif;
  letter-spacing: 2.4px;
  min-width: 240px;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#column-content button,
#column-content .button,
#column-content [type="button"],
#column-content [type="submit"],
#column-content [type="reset"] {
  margin: 20px 20px 20px 0;
}

button:hover,
.button:hover,
[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover {
  background: #a81400;
  border-color: #a81400;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.content-wrap {
  margin: 0 60px;
  max-width: 1800px;
  position: relative;
  z-index: 1;
}

.content-wrap::before,
.content-wrap::after {
  border-left: 1px solid #3f3b35;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  z-index: 5;
}

.content-wrap::before {
  left: 0;
}

.content-wrap::after {
  right: 0;
}

#bodyContent > form {
  margin: 40px 0;
  max-width: 1155px;
}

.input::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="text"]::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.input::-moz-placeholder,
[type="search"]::-moz-placeholder,
[type="text"]::-moz-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.input:-ms-input-placeholder,
[type="search"]:-ms-input-placeholder,
[type="text"]:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.input::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
[type="text"]::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.input::placeholder,
[type="search"]::placeholder,
[type="text"]::placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.input:focus::-webkit-input-placeholder,
.input:hover::-webkit-input-placeholder,
[type="search"]:focus::-webkit-input-placeholder,
[type="search"]:hover::-webkit-input-placeholder,
[type="text"]:focus::-webkit-input-placeholder,
[type="text"]:hover::-webkit-input-placeholder {
  color: #fff;
}

.input:focus::-moz-placeholder,
.input:hover::-moz-placeholder,
[type="search"]:focus::-moz-placeholder,
[type="search"]:hover::-moz-placeholder,
[type="text"]:focus::-moz-placeholder,
[type="text"]:hover::-moz-placeholder {
  color: #fff;
}

.input:focus:-ms-input-placeholder,
.input:hover:-ms-input-placeholder,
[type="search"]:focus:-ms-input-placeholder,
[type="search"]:hover:-ms-input-placeholder,
[type="text"]:focus:-ms-input-placeholder,
[type="text"]:hover:-ms-input-placeholder {
  color: #fff;
}

.input:focus::-ms-input-placeholder,
.input:hover::-ms-input-placeholder,
[type="search"]:focus::-ms-input-placeholder,
[type="search"]:hover::-ms-input-placeholder,
[type="text"]:focus::-ms-input-placeholder,
[type="text"]:hover::-ms-input-placeholder {
  color: #fff;
}

.input:focus::placeholder,
.input:hover::placeholder,
[type="search"]:focus::placeholder,
[type="search"]:hover::placeholder,
[type="text"]:focus::placeholder,
[type="text"]:hover::placeholder {
  color: #fff;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]),
input[type="search"],
input[type="text"],
textarea {
  background: none;
  border: 1px solid #3f3b35;
  caret-color: #fff;
  color: #fff;
  margin: 0 10px;
  padding: 10px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([disabled]):hover,
[type="search"]:not([disabled]):hover,
[type="text"]:not([disabled]):hover,
input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
[type="search"]:focus,
[type="text"]:focus {
  background: #1a1a1a;
}

[type="file"] {
  cursor: pointer;
}

[type="radio"],
[type="checkbox"] {
  display: none !important;
}

[type="radio"] + label,
[type="checkbox"] + label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 0 0 0 32px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

[type="radio"] + label::before,
[type="checkbox"] + label::before {
  border: 1px solid #fff;
  content: '';
  height: 17px;
  left: 0;
  margin: 0 15px 0 0;
  position: absolute;
  width: 17px;
}

[type="radio"] + label:hover::before,
[type="checkbox"] + label:hover::before {
  background: #1a1a1a;
}

[type="radio"] + label:hover,
[type="radio"]:checked + labe,
[type="checkbox"] + label:hover,
[type="checkbox"]:checked + label {
  color: #fff;
}

[type="radio"]:checked + label::after,
[type="checkbox"]:checked + label::after {
  background: #fff;
  content: '';
  height: 11px;
  left: 3px;
  position: absolute;
  width: 11px;
}

[type="radio"] + label::before,
[type="radio"]:checked + label::after {
  border-radius: 100%;
}

#bodyContent > fieldset {
  max-width: 1155px;
}

fieldset {
  border: 1px solid #3f3b35;
  margin: 40px 0;
  padding: 20px;
}

fieldset fieldset {
  margin: 10px 0;
}

legend {
  color: #fff;
  display: block;
  font: 700 22px/1.1 TacticSans, sans-serif;
  letter-spacing: .4px;
  padding: 0 20px;
  text-transform: uppercase;
}

fieldset table {
  margin: 10px 0 !important;
}

fieldset table tr {
  background: none !important;
}

fieldset table td {
  border: none !important;
  padding: 10px 0 !important;
}

img {
  display: inline-block;
  height: auto;
  margin: auto;
  max-width: 100%;
  vertical-align: top;
}

#bodyContent > img,
#wikiPreview > img,
#bodyContent > .center,
#wikiPreview > .center,
#bodyContent > .floatleft,
#wikiPreview > .floatleft,
#bodyContent > .floatright,
#wikiPreview > .floatright {
  margin: 40px 0;
  max-width: 1155px;
}

.center {
  text-align: center;
}

.floatleft {
  text-align: left;
}

.floatright {
  text-align: right;
}

.js-image-popup {
  font-size: 0;
}

.wiki_popup_overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: .8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

.wiki_popup_image {
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.wiki_popup_image img {
  max-height: 90vh;
  max-width: 90vw;
  outline: 1px solid #3f3b35;
}

.wiki_popup_image img[src*=".png"] {
  outline: none;
  padding: 0 38px;
}

.wiki_popup_close {
  background: #0a0a0a;
  cursor: pointer;
  height: 38px;
  outline: 1px solid #3f3b35;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}

.wiki_popup_close::after,
.wiki_popup_close::before {
  background: #fff;
  content: '';
  height: 25px;
  left: 50%;
  margin: 0 0 0 -1px;
  position: absolute;
  top: 7px;
  width: 2px;
}

.wiki_popup_close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wiki_popup_close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wiki_popup_close:hover::after,
.wiki_popup_close:hover::before {
  background: #f51d00;
}

#column-content ol,
#column-content ul {
  list-style: none;
}

#bodyContent > ol,
#bodyContent > ul,
#wikiPreview > ol,
#wikiPreview > ul {
  margin: 40px 0;
  max-width: 1155px;
}

#column-content ol ol:not([class]),
#column-content ol ul:not([class]),
#column-content ul ul:not([class]),
#column-content ul ol:not([class]) {
  margin: 20px 0;
}

#column-content ol li,
#column-content ul li {
  margin-bottom: 20px;
  padding: 0 0 0 35px;
  position: relative;
}

#column-content ol li::before,
#column-content ul li::before {
  display: inline-block;
  left: 0;
  position: absolute;
  width: 35px;
}

#column-content ul > li::before {
  background: #f00;
  content: '';
  display: inline-block;
  height: 8px;
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

#column-content ol {
  counter-reset: list1;
}

#column-content ol > li::before {
  color: #fff;
  counter-increment: list1;
  content: counter(list1) ".";
  font-weight: 700;
}

#column-content ol > li > ol {
  counter-reset: list2;
}

#column-content ol > li > ol > li::before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2);
}

.footer {
  border-top: 1px solid #3f3b35;
  margin: auto;
  max-width: 1920px;
  position: relative;
}

.footer::before,
.footer::after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAkSURBVHgBhcuxCQAACAPB1/13VgsFQSFXpchDizLbedh+HDJP6K4L+rwHg9MAAAAASUVORK5CYII=');
  content: '';
  height: 5px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 97;
}

.footer::before {
  left: 0;
  margin: -3px 0 0 58px;
}

.footer::after {
  margin: -3px 58px 0 0;
  right: 0;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 35px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 35px;
}

.footer__text {
  color: #5e6468;
  font-size: 14px;
  max-width: 60%;
}

.footer__pegi {
  white-space: nowrap;
  text-align: right;
}

.platforms {
  border-top: 1px solid #3f3b35;
  margin: auto;
  max-width: 1920px;
  position: relative;
}

.platforms::before,
.platforms::after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAkSURBVHgBhcuxCQAACAPB1/13VgsFQSFXpchDizLbedh+HDJP6K4L+rwHg9MAAAAASUVORK5CYII=');
  content: '';
  height: 5px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 97;
}

.platforms::before {
  left: 0;
  margin: -3px 0 0 58px;
}

.platforms::after {
  margin: -3px 58px 0 0;
  right: 0;
}

.platforms__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 35px;
}

.platforms__item {
  border: 1px solid #3f3b35;
  display: inline-block;
  font-size: 10px;
  height: 96px;
  margin-right: 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  width: 96px;
}

.platforms__item:hover {
  border-color: #f00;
}

.platforms__item::before {
  background: url(//wf.cdn.gmru.net/wiki/images/7/75/Platforms.png) repeat 0 0;
  content: '';
  height: 24px;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 24px;
}

.platforms__item--ps::before {
  background-position: -217px 0;
  width: 31px;
}

.platforms__item--xbox::before {
  background-position: -112px 0;
}

.platforms__item--steam::before {
  background-position: -335px 0;
}

.platforms__item--mygames::before {
  background-position: -418px 0;
  width: 54px;
}

.platforms__item--pc::before {
  background-position: -516px 0;
}

.platforms__item--epic::before {
  background-position: -577px 0;
  height: 27px;
}

.platforms__item span {
  bottom: 8px;
  left: 9px;
  position: absolute;
}

#bodyContent > .slider,
#wikiPreview > .slider {
  margin: 40px 0;
}

.slider--double {
  max-width: 1155px;
}

.slider--gallery_col-1 {
  max-width: 1155px;
}

.slider--double .slider-for .slider__item .slider__img,
.slider--double .slider-nav .slider__item .slider__img {
  max-height: 100%;
  min-width: 0;
}

.slider--double .slider-for .slider__item .slider__img[src*=".png"] {
  padding: 20px;
}

.slider--double .slider-nav .slider__item .slider__img[src*=".png"] {
  padding: 5px;
}

.slider--gallery .slider__img-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slider--gallery .slider__img {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider--gallery_col-1 .slider__img[src*=".png"] {
  padding: 20px;
}

.slider--gallery_col-2 .slider__img[src*=".png"] {
  padding: 15px;
}

.slider--gallery_col-3 .slider__img[src*=".png"] {
  padding: 10px;
}

.slider--double .slider-for .slider__item,
.slider--double .slider-nav .slider__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.slider--double .slider-for .slider__item {
  height: 650px;
}

.slider--double .slider-nav .slider__item {
  border: 1px solid #3f3b35;
  height: 100px;
}

.slider--gallery .slider__item {
  padding: 5px;
}

.slider--gallery .slider__item a {
  display: block !important;
  height: 0;
  outline: 1px solid #3f3b35;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.slider--double .slider-for .slick-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
  min-width: 35px;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  width: 35px;
  z-index: 1;
}

.slider--double .slider-for .slick-arrow::before {
  border: 1px solid #fff;
  content: '';
  display: block;
  height: 10px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.slider--double .slider-for .slick-arrow:hover::before {
  border: 1px solid #f51d00;
}

.slider--double .slider-nav .slick-list::after {
  background: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background: -o-linear-gradient(right, #000, transparent);
  background: linear-gradient(to left, #000, transparent);
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1;
}

.slider--double .slider-for .slick-next {
  border-left: 1px solid #3f3b35;
  right: -35px;
}

.slider--double .slider-for .slick-next::before {
  margin: 0 10px 0 0;
}

.slider--double .slider-for .slick-next::before,
.slider--double .slider-for .slick-next:hover::before {
  border-bottom: none;
  border-left: none;
}

.slider--double .slider-for .slick-prev {
  border-right: 1px solid #3f3b35;
  left: -35px;
}

.slider--double .slider-for .slick-prev::before {
  margin: 0 0 0 10px;
}

.slider--double .slider-for .slick-prev::before,
.slider--double .slider-for .slick-prev:hover::before {
  border-right: none;
  border-top: none;
}

.slider--double .slider-nav .slick-slide {
  cursor: pointer;
  height: 100px;
  margin: 0 10px 0 0;
  opacity: .2;
  position: relative;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  width: 175px !important;
}

.slider--double .slider-nav .slick-slide.slick-current,
.slider--double .slider-nav .slick-slide:hover {
  opacity: 1;
}

.slider--gallery .slick-track,
.slider--gallery .slick-slide {
  width: 100% !important;
}

.slider--double .slider-for {
  margin: 0 0 15px;
  max-height: 650px;
  position: relative;
}

.slider--double .slider--double {
  max-height: 770px;
  padding: 0 0 120px;
}

.spoiler {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #3f3b35 !important;
  margin: 30px 0;
  max-width: 1155px;
  padding: 0 !important;
}

.spoiler__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.is-open .spoiler__content {
  height: auto;
  padding: 15px 0;
  opacity: 1;
  overflow: visible;
}

.spoiler__marker {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
}

.spoiler__marker-symbol {
  height: 22px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 22px;
}

.spoiler__marker-symbol::before,
.spoiler__marker-symbol::after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
}

.spoiler__marker-symbol::before {
  height: 100%;
  left: 10px;
  width: 2px;
}

.spoiler__marker-symbol::after {
  height: 2px;
  top: 10px;
  width: 100%;
}

.spoiler.is-open .spoiler__marker-symbol {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.spoiler__title {
  color: #fff;
  cursor: pointer;
  font-family: TacticSans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .4px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0 32px 0 0;
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: break-word;
}

#column-content table {
  background: none;
  border: 0;
  border-collapse: collapse;
  font: 16px/1.4 SuisseIntl, sans-serif;
}

#bodyContent > table,
#wikiPreview > table {
  margin: 40px 0;
  max-width: 100%;
  min-width: 1155px;
  width: auto;
}

#mw-content-text table caption {
  background: #666;
  color: #fff;
  font: 18px/30px "Futura PT";
  padding: 5px 10px;
  text-align: left;
}

#column-content table tr {
  background: none;
}

#column-content table tr:nth-child(2n) {
  background: #121212;
}

#column-content table td,
#column-content table th {
  border: 1px solid #3f3b35;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

#column-content table th {
  background: #000;
  color: #fff;
  font: 700 22px/1.1 TacticSans, sans-serif;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.sortable .sortheader {
  height: 24px;
  position: absolute;
}

.sortable .sortarrow img {
  display: none;
}

.sortable .sortheader,
.sortable .sortheader span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sortable th.without-sort .sortheader {
  display: none;
  pointer-events: none;
}

.sortable .sortarrow img {
  border: 5px solid transparent;
  border-top-color: #9e9e9e;
  display: inline-block;
  height: 1px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  width: 1px;
}

.sortable .sortarrow img[src*="sort_up"] {
  border-top-color: #f51d00;
  top: -4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sortable .sortarrow img[src*="sort_down"] {
  border-top-color: #f51d00;
}

#bodyContent > h1,
#wikiPreview > h1,
#bodyContent > h2,
#wikiPreview > h2,
#bodyContent > h3,
#wikiPreview > h3,
#bodyContent > h4,
#wikiPreview > h4,
#bodyContent > h5,
#wikiPreview > h5,
#bodyContent > h6,
#wikiPreview > h6,
#bodyContent > p,
#wikiPreview > p,
#bodyContent > pre,
#wikiPreview > pre {
  max-width: 1155px;
}

#column-content h1,
#column-content h2,
#column-content h3,
#column-content h4,
#column-content h5,
#column-content h6 {
  color: #fff;
  font-family: TacticSans, sans-serif;
  font-weight: 700;
  letter-spacing: .4px;
  line-height: 1.1;
  text-transform: uppercase;
  word-wrap: break-word;
}

#column-content h1,
#column-content .firstHeading {
  font-family: TacticSans3, sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 40px 0;
}

#column-content h2 {
  font-size: 36px;
  margin: 40px 0 20px;
}

#column-content h3 {
  font-size: 22px;
  margin: 40px 0 20px;
}

#column-content h4 {
  font-size: 18px;
  margin: 20px 0;
}

#column-content h5 {
  font-size: 16px;
  margin: 10px 0;
}

#column-content h6 {
  font-size: 14px;
  margin: 10px 0;
}

#column-content p {
  margin: 20px 0;
  word-wrap: break-word;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

#column-content a,
#column-content a.new {
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

#column-content a:hover {
  color: #f51d00;
  text-decoration: none;
}

#column-content hr {
  background: #3f3b35;
  border: none;
  display: block;
  height: 1px;
  overflow: visible;
  position: relative;
  width: 100%;
}

#bodyContent > hr,
#wikiPreview > hr {
  margin: 0 -95px;
  width: auto;
}

#bodyContent > hr::before,
#wikiPreview > hr::before,
#bodyContent > hr::after,
#wikiPreview > hr::after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAkSURBVHgBhcuxCQAACAPB1/13VgsFQSFXpchDizLbedh+HDJP6K4L+rwHg9MAAAAASUVORK5CYII=');
  content: '';
  height: 5px;
  position: absolute;
  width: 5px;
  z-index: 97;
}

#bodyContent > hr::before,
#wikiPreview > hr::before {
  left: 0;
  margin: -2px 0 0 58px;
}

#bodyContent > hr::after,
#wikiPreview > hr::after {
  margin: -2px 58px 0 0;
  right: 0;
}

#bodyContent > pre,
#wikiPreview > pre {
  margin-bottom: 40px;
  margin-top: 40px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#bodyContent > .video,
#wikiPreview > .video {
  margin: 40px 0;
  max-width: 1155px;
}

.video__inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  #globalWrapper::before,
  #globalWrapper::after {
    bottom: 0;
    content: '';
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 50px;
    z-index: 97;
  }

  #globalWrapper::before {
    background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    background: -o-linear-gradient(left, #000, transparent);
    background: linear-gradient(to right, #000, transparent);
    left: 0;
  }

  #globalWrapper::after {
    background: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
    background: -o-linear-gradient(right, #000, transparent);
    background: linear-gradient(to left, #000, transparent);
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .platforms__content {
    display: block;
  }

  .platforms__items {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .platforms__item {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  #column-content {
    margin: 0 5%;
    padding: 40px 0;
  }

  #column-content::before,
  #column-content::after {
    display: none;
  }

  .content-wrap {
    margin: 0 5%;
  }

  .content-wrap::before,
  .content-wrap::after {
    display: none;
  }

  .footer::before,
  .footer::after {
    display: none;
  }

  .footer .content-wrap {
    padding: 20px 0;
  }

  .footer__logo {
    padding: 0;
  }

  .footer__info {
    display: block;
    padding: 0;
  }

  .footer__text {
    line-height: 1.4;
    margin: 30px 0;
    max-width: 100%;
    text-align: center;
  }

  .footer__pegi {
    text-align: center;
  }

  .platforms::before,
  .platforms::after {
    display: none;
  }

  .platforms__content {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 699px) {
  .footer__logo a {
    text-align: center;
    width: 100%;
  }
}
#column-one, .header, .editsection {display: none!important;}
 
Профиль