@keyframes cheatHelicopter {
  0% {
    transform: translate3d(-50%, -250%, 0);
    animation-timing-function: ease-in;
  }
  38% {
    transform: translate3d(-50%, -50%, 0);
    animation-timing-function: ease-out;
  }
  55% {
    transform: translate3d(-50%, -60%, 0);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translate3d(-50%, -50%, 0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translate3d(-50%, -53%, 0);
    animation-timing-function: ease-in;
  }
  90%, 100% {
    transform: translate3d(-50%, -50%, 0);
    animation-timing-function: ease-out;
  }
}
@keyframes cheatLoading {
  100% {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
}
.ps__rail-x {
  height: 18px;
  bottom: 0;
  box-sizing: border-box;
  border-top: 2px solid #8e8e8e;
}
.ps__rail-y {
  width: 18px;
  right: 0;
  border-left: 2px solid #8e8e8e;
}
.ps__rail-y:before,
.ps__rail-y:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
}
.ps__rail-y:before {
  border-bottom-color: #8e8e8e;
  border-bottom-width: 8px;
  border-top: 0;
  top: 4px;
}
.ps__rail-y:after {
  border-top-color: #8e8e8e;
  border-top-width: 8px;
  border-bottom: 0;
  bottom: 4px;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}
.ps__thumb-x,
.ps__thumb-y {
  box-sizing: border-box;
  position: absolute;
}
.ps__thumb-x {
  height: 10px;
  bottom: 4px;
}
.ps__thumb-y {
  width: 10px;
  right: 3px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.ps__thumb-y:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #8e8e8e;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.cheatsConsole--noclip {
  background-color: #f0f0f0 !important;
}
.cheatsConsole--noclip #page_wrapper {
  padding: 10000px 10000px 0;
  width: calc(100% + 20000px);
  position: relative;
}
.cheatsConsole--noclip #page_wrapper:after {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("https://leonardo.osnova.io/fd05afcf-d299-0859-ef18-72920cc5362e/"), url("https://leonardo.osnova.io/37253f20-c05f-f61b-d8a6-2b4d2ee4c8b4/"), url("https://leonardo.osnova.io/d497ddfb-aea4-82d1-37ab-3e1e3bd9795e/"), url("https://leonardo.osnova.io/2b1acae6-5549-a40f-aec6-29c700a2f408/"), url("https://leonardo.osnova.io/e1b2b01c-c77a-d37b-5af5-46a972e7daf1/-scale_crop/600x/");
  background-position: 0 50px, 50% 50px, 100% 50px, 0 50%, 100% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 679px) {
  .cheatsConsole--noclip #page_wrapper:after {
    background-position: 0 0, 50% 0, 100% 0, 0 50%, 100% 50%;
    background-size: 100vw auto;
  }
}
@media (min-width: 1340px) {
  .cheatsConsole--noclip #page_wrapper:after {
    right: 330px;
  }
}
@media (min-width: 1240px) {
  .cheatsConsole--noclip #page_wrapper:after {
    right: 250px;
  }
}
.cheatsConsole--noclip #adfox-branding {
  display: none;
}
.cheatsConsole--dark {
  background-color: #181818 !important;
}
.cheatsConsole--dark .main_menu,
.cheatsConsole--dark .live-wrapper,
.cheatsConsole--dark #page_wrapper {
  filter: invert(100%);
}
.cheatsConsole--dark .main_menu {
  background-color: #fbe5d6 !important;
}
.cheatsConsole--dark img,
.cheatsConsole--dark video,
.cheatsConsole--dark .andropov_video__dummy,
.cheatsConsole--dark iframe {
  filter: invert(100%) !important;
}
.cheatsConsole--dark iframe:-webkit-full-screen,
.cheatsConsole--dark video:-webkit-full-screen {
  filter: none !important;
}
.cheatsConsole--dark iframe:-moz-full-screen,
.cheatsConsole--dark video:-moz-full-screen {
  filter: none !important;
}
.cheatsConsole--dark iframe:-ms-fullscreen,
.cheatsConsole--dark video:-ms-fullscreen {
  filter: none !important;
}
.cheatsConsole--dark iframe:fullscreen,
.cheatsConsole--dark video:fullscreen {
  filter: none !important;
}
.cheatsConsole--dark #adfox-branding,
.cheatsConsole--dark .comments_updates {
  display: none;
}
.cheatsConsoleContainer {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 99;
  pointer-events: none;
}
@media (max-width: 679px) {
  .cheatsConsoleContainer {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
}
.cheatsConsoleContainer svg {
  display: block;
  fill: currentColor;
}
.cheatsConsoleContainer input,
.cheatsConsoleContainer button {
  box-sizing: border-box;
  border: 0;
  font-size: inherit;
  outline: 0;
}
.cheatsConsoleContainer em {
  font-style: italic;
}
.cheatsConsoleContainer strong {
  font-weight: 700;
}
.cheatsConsoleContainer p {
  margin: 0 0 1em;
}
.cheatsConsoleContainer h4 {
  font-weight: 700;
  margin: 0 0 0.75em;
  font-size: 1.25em;
}
.cheatsConsoleContainer a {
  color: inherit;
  text-decoration: underline;
}
.cheatsConsoleStratum {
  box-sizing: border-box;
  padding-bottom: 5px;
  width: 80px;
  height: 80px;
  background-color: #8e8e8e;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 58px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: auto;
}
@media (max-width: 679px) {
  .cheatsConsoleStratum {
    width: 48px;
    height: 48px;
    font-size: 30px;
    padding-bottom: 3px;
    bottom: 15px;
    left: 15px;
    background-color: rgba(142,142,142,0.7);
  }
}
.cheatsConsoleStratum:hover {
  color: rgba(255,255,255,0.5);
}
.cheatsConsoleStratum--hidden {
  visibility: hidden;
}
.cheatsConsoleConsole {
  box-sizing: border-box;
  width: 670px;
  height: 480px;
  padding: 0 20px 20px;
  background-color: #8e8e8e;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
@media (max-width: 679px) {
  .cheatsConsoleConsole {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding: 0 10px 10px;
    border-radius: 0px;
  }
}
.cheatsConsoleConsole--hidden {
  display: none;
}
@media (max-width: 679px) {
  .cheatsConsoleConsole--compact {
    height: 220px;
  }
}
@media (max-width: 679px) {
  .cheatsConsoleConsole--compact .cheatsConsoleConsole__max {
    visibility: visible;
  }
}
.cheatsConsoleConsole__header {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 679px) {
  .cheatsConsoleConsole__header {
    padding: 15px 0;
    font-size: 16px;
  }
}
.cheatsConsoleConsole__close {
  cursor: pointer;
  padding: 20px;
  margin: -20px;
}
.cheatsConsoleConsole__close:hover {
  color: rgba(255,255,255,0.5);
}
.cheatsConsoleConsole__max {
  box-sizing: border-box;
  margin-left: auto;
  width: 18px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 4px;
  margin-right: 15px;
  visibility: hidden;
}
.cheatsConsoleScroll {
  box-sizing: border-box;
  flex: 1;
  background-color: #636363;
  border-radius: 4px;
  overflow: auto;
  font-family: 'Roboto Mono', monospace;
  position: relative;
}
@media (max-width: 679px) {
  .cheatsConsoleScroll {
    -webkit-overflow-scrolling: touch;
  }
}
.cheatsConsoleContent {
  padding: 15px;
  padding-right: 35px;
}
.cheatsConsoleForm {
  display: flex;
  height: 40px;
  margin-top: 10px;
}
.cheatsConsoleForm__input {
  border-radius: 4px;
  flex: 1;
  margin: 0;
  padding: 0 15px 4px;
  background-color: #636363;
  color: #fff;
  font-family: 'Roboto Mono', monospace;
  min-width: 0;
}
.cheatsConsoleForm__submit {
  border-radius: 4px;
  background-color: #dadada;
  margin: 0;
  margin-left: 10px;
  padding: 0 15px 2px;
  cursor: pointer;
  font-family: inherit;
}
.cheatsConsoleForm__submit:hover {
  background-color: #fff;
}
.cheatsConsoleIntro strong {
  color: #1fdb5f;
}
.cheatsConsoleOutput {
  color: #56b9ff;
  margin-bottom: 1em;
}
.cheatsConsoleOutput:before {
  content: '------------------------------------------------------------';
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1em;
  font-size: 16px;
  color: #fff;
}
.cheatsConsoleQuestion,
.cheatsConsoleResult {
  margin-bottom: 0;
}
.cheatsConsoleQuestion + .cheatsConsoleOutput,
.cheatsConsoleResult + .cheatsConsoleOutput {
  margin-bottom: 0;
}
.cheatsConsoleQuestion + .cheatsConsoleOutput:before,
.cheatsConsoleResult + .cheatsConsoleOutput:before {
  content: '';
  margin-bottom: 0.5em;
}
.cheatsConsoleResult,
.cheatsConsoleAnswer + .cheatsConsoleQuestion,
.cheatsConsolePromo:not(:first-child),
.cheatsConsolePromocode + .cheatsConsoleQuestion {
  margin-top: 1em;
}
.cheatsConsoleResult:before,
.cheatsConsoleAnswer + .cheatsConsoleQuestion:before,
.cheatsConsolePromo:not(:first-child):before,
.cheatsConsolePromocode + .cheatsConsoleQuestion:before {
  content: '------------------------------------------------------------';
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1em;
  font-size: 16px;
  color: #fff;
}
.cheatsConsoleQuestion,
.cheatsConsoleResult,
.cheatsConsolePromo,
.cheatsConsoleHelp,
.cheatsConsolePromocode,
.cheatsConsoleMessage {
  margin-bottom: 1.5em;
}
.cheatsConsoleAnswer--correct {
  color: #1fdb5f;
}
.cheatsConsoleAnswer--incorrect {
  color: #ff3250;
}
@media (min-width: 680px) {
  .cheatsConsoleResult {
    font-size: 1.25em;
  }
  .cheatsConsoleResult:before {
    margin-bottom: 1.25em;
  }
}
.cheatsConsoleCheats {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cheatsConsoleCheats strong {
  color: #1fdb5f;
}
.cheatsConsoleSequence {
  margin-top: 2em;
  margin-bottom: 2em;
}
.cheatsConsoleProgress {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.cheatsConsoleProgress--green {
  color: #1fdb5f;
}
.cheatsConsolePromo a,
.cheatsConsolePromocode a {
  background-color: #a3d200;
  padding: 2px 10px 5px;
  margin-bottom: -3px;
  color: #000;
}
.cheatsConsolePromo a:hover,
.cheatsConsolePromocode a:hover {
  background-color: #93bd00;
}
.cheatsConsolePromo a svg,
.cheatsConsolePromocode a svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.cheatsConsolePromocode > strong {
  display: block;
  color: #a3d200;
  font-size: 2.25em;
  margin: 0.75em 0 0.5em;
}
.cheatsConsolePromocode p:last-child {
  font-size: 0.75em;
  line-height: 1.4em;
  margin-top: 2em;
}
@media (max-width: 679px) {
  .cheatsConsolePromocode p br {
    display: none;
  }
}
.cheatsConsolePromocode p strong {
  background-color: #fff;
  color: #636363;
  padding: 0 5px;
  font-weight: 400;
}
.cheatsConsoleVideo {
  max-width: 400px;
  width: 100%;
  position: relative;
  background-color: #000;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  overflow: hidden;
}
.cheatsConsoleVideo:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.cheatsConsoleVideo:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: cheatLoading 0.3s linear infinite;
}
.cheatsConsoleVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cheatsConsoleVideo video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.cheatsConsoleHelp strong,
.cheatsConsolePromo strong {
  color: #1fdb5f;
}
.cheatsConsoleMessage strong {
  color: #1fdb5f;
}
.cheatsConsoleMessage strong a {
  text-decoration: underline;
}
.cheatsConsoleMessage--error strong {
  color: #ff3250;
}
.cheatsConsoleMessage--success strong {
  color: #1fdb5f;
}
.cheatsConsoleMessage--rotated {
  text-align: right;
  transform: rotate(180deg);
}
.cheatsConsoleHelicopter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: 774px;
  pointer-events: none;
  z-index: 100;
  animation: cheatHelicopter 1.5s;
}
@media (max-width: 1569px) {
  .cheatsConsoleShawarma {
    position: relative;
  }
}
.cheatsConsoleShawarma svg {
  opacity: 0;
}
.cheatsConsoleShawarma:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("https://leonardo.osnova.io/8fd63316-50c2-59de-4af4-e59c3c8a107b/");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.cheatsConsoleShare {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.25em 0;
}
.cheatsConsoleShare .likely {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: underline;
}
.cheatsConsoleShare .likely__widget {
  cursor: pointer;
  position: relative;
  padding: 0 7px 3px;
  margin-bottom: 1px;
  margin-top: 5px;
}
@media (min-width: 680px) {
  .cheatsConsoleShare .likely__widget {
    padding: 0 10px 3px;
  }
}
.cheatsConsoleShare .likely__widget:not(:last-child) {
  margin-right: 15px;
}
.cheatsConsoleShare .likely__widget:not(:last-child):after {
  content: ',';
  position: absolute;
  left: 100%;
  margin-left: 2px;
}
.cheatsConsoleShare .likely__widget--facebook {
  background-color: #3b5998;
}
.cheatsConsoleShare .likely__widget--facebook:hover {
  background-color: #4366ae;
}
.cheatsConsoleShare .likely__widget--vkontakte {
  background-color: #45668e;
}
.cheatsConsoleShare .likely__widget--vkontakte:hover {
  background-color: #4f74a2;
}
.cheatsConsoleShare .likely__widget--twitter {
  background-color: #1da1f2;
}
.cheatsConsoleShare .likely__widget--twitter:hover {
  background-color: #34aaf3;
}
.cheatsConsoleShare .likely__icon,
.cheatsConsoleShare .likely__counter {
  display: none;
}
