*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #2f0128;
  text-align: left;
}

html, body {
  height: 100%;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2f0128;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: #2f0128;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: Consolas, "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}

button:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 16px;
}

.no-touchevents a img {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.no-touchevents a:focus img,
.no-touchevents a:hover img {
  opacity: 0.6;
}

.game-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-width: 320px;
  background: #fff url("../images/bg1-2x.png") repeat center;
  background-size: cover;
  z-index: 2;
}

.game-wrapper .game-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.game-wrapper .game {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 56.25vw;
  max-height: 100vh;
  max-width: 177.77vh;
  margin: 0 auto;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.game-wrapper .game.faded {
  opacity: 0;
}

@media screen and (orientation: portrait) and (max-width: 780px) {
  .game-wrapper .game {
    opacity: 0 !important;
  }
}

.game-field-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.25%;
  height: 100%;
  padding: 0;
}

.game-field-wrapper .game-field-wrapper-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

svg.game-field {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 94%;
  height: 94%;
  margin: 3% 0 0 3%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(214, 224, 193, 0.5);
  box-shadow: 0 0 30px rgba(214, 224, 193, 0.5);
}

svg.game-field.level-0 {
  background: url("../images/car.png") no-repeat center;
  background-size: contain;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 780px) {
  svg.game-field:not(.level-0) {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

svg.game-field * {
  cursor: pointer;
}

svg.game-field > g {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  outline: none !important;
  will-change: transform;
}

svg.game-field > g.denied {
  will-change: transform, opacify;
}

svg.game-field > g.removing {
  opacity: 0;
}

svg.game-field > g.removed * {
  stroke: #d6e0c1 !important;
  fill: #d6e0c1 !important;
}

svg.game-field > g.removed [fill="none"] {
  fill: none !important;
}

svg.game-field > g.removed,
svg.game-field > g.removed * {
  cursor: default !important;
}

svg.game-field > g.cover.removing-cover {
  opacity: 0;
}

.tippy-tooltip.hr-theme {
  color: #000;
  background: #fff;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 0;
}

.tippy-tooltip.hr-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip.hr-theme .tippy-backdrop {
  background-color: #fff;
}

.score-area-wrapper {
  font-size: 1em;
  position: absolute;
  top: 0;
  right: 0;
  width: 43.75%;
  height: 100%;
}

@media screen and (orientation: portrait) and (max-width: 780px) {
  .score-area-wrapper {
    display: none !important;
  }
}

.score-area-wrapper .score-area-inner {
  position: relative;
  width: 100%;
  height: 94%;
  margin: 3% 0 0 0;
  padding: 0.7em 0 0 2em;
}

@media screen and (max-width: 780px) {
  .score-area-wrapper .score-area-inner {
    height: 100%;
    margin: 0;
  }
}

.title {
  margin: 0.5em 0 1em;
  font-size: 2.1em;
  line-height: 1;
  color: #d54930;
  max-width: 65%;
}

@media screen and (max-width: 780px) {
  .title {
    margin-bottom: 0.7em;
  }
}

.control-btns {
  position: absolute;
  right: 5%;
  top: 3%;
  z-index: 2;
}

.control-btns .btn-with-icon {
  font-size: 0.9em;
  background: none;
  border: none;
  line-height: 2;
  margin-bottom: 1em;
}

@media screen and (max-width: 1100px) {
  .control-btns .btn-with-icon {
    font-size: 1em;
  }
}

.control-btns .btn-with-icon svg {
  display: inline-block;
  width: 2.6em;
  height: 2.6em;
  margin-left: 1em;
  text-align: center;
  vertical-align: middle;
}

.control-btns .btn-with-icon.open_rules svg {
  width: 2.2em;
}

.control-btns .btn-with-icon:active, .control-btns .btn-with-icon:hover, .control-btns .btn-with-icon:focus {
  color: #d54930;
  outline: none !important;
}

.control-btns .btn-with-icon:active svg path, .control-btns .btn-with-icon:hover svg path, .control-btns .btn-with-icon:focus svg path {
  fill: #d54930;
}

@media screen and (max-width: 780px) {
  .control-btns .btn-with-icon .btn-text {
    display: block;
  }
}

.score-and-time {
  display: table;
  table-layout: fixed;
  margin: 0.5em 0 0.7em;
  font-size: 1.35em;
  line-height: 1.4em;
}

.score-and-time .row {
  display: table-row;
}

.score-and-time .col {
  display: table-cell;
  vertical-align: text-bottom;
  padding: 0.3em 1em 0.3em 0;
}

@media screen and (max-width: 780px) {
  .score-and-time .col {
    padding: 0 1em 0 0;
  }
}

.score-and-time .col.score-col {
  vertical-align: bottom;
  font-weight: 600;
}

.score-and-time .col:first-child {
  width: 4em;
}

.score {
  position: relative;
  display: inline-block;
  font-size: 1.9em;
  top: -1px;
}

.level-items-counter {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 1.35em;
  line-height: 2;
}

.level-items-counter.with-item-counters {
  margin-left: -0.5em;
}

.level-items-counter.text-important {
  max-width: 55%;
}

@media screen and (max-width: 780px) {
  .level-items-counter.text-important {
    max-width: 60%;
  }
}

@media screen and (max-width: 780px) {
  .item-counter {
    line-height: 1.5;
  }
}

.item-counter .item-counter-icon {
  display: inline-block;
  width: 2.25em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.item-counter .item-counter-icon svg {
  display: block;
  width: 2.25em;
  height: 1.5em;
}

.item-counter.counter-complete {
  color: #87b244;
}

.item-counter:not(.counter-complete) .item-counter-icon svg * {
  stroke: #2f0128 !important;
  fill: #2f0128 !important;
}

.item-counter:not(.counter-complete) .item-counter-icon svg [fill="none"] {
  fill: none !important;
}

.level-picture {
  position: absolute;
  width: 280%;
  height: 0;
  padding-bottom: 75%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}

@media screen and (max-width: 780px) {
  .level-picture {
    margin-bottom: -1em;
  }
}

.level-picture.level-1 {
  left: 9%;
  bottom: 4%;
  background-image: url("../images/level1.png");
}

.level-picture.level-2 {
  padding-bottom: 70%;
  left: 22%;
  bottom: 4%;
  background-image: url("../images/level2.png");
}

.level-picture.level-3 {
  padding-bottom: 68%;
  left: 7%;
  bottom: 0;
  background-image: url("../images/level3.png");
}

.level-picture.level-3.level-after {
  background-image: url("../images/level3-after.png");
}

.level-picture.level-4 {
  padding-bottom: 82%;
  left: 17%;
  bottom: 2%;
  background-image: url("../images/level4.png");
}

.level-picture.level-5 {
  padding-bottom: 65%;
  left: 17%;
  bottom: 0;
  background-image: url("../images/level5.png");
}

.level-picture.level-6 {
  padding-bottom: 71%;
  left: 17%;
  bottom: 4%;
  background-image: url("../images/level6.png");
}

.level-picture.level-0 {
  padding-bottom: 78%;
  left: 0;
  bottom: -2%;
  background-image: url("../images/level0.png");
}

@media screen and (max-width: 780px) {
  .level-picture.level-0 {
    left: 2%;
    bottom: 2%;
  }
}

.level-picture .btn-bonus {
  position: absolute;
  left: 20.1%;
  top: 41.5%;
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 0;
  width: 1.65%;
  height: 5%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  outline: none !important;
}

.popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../images/bg3-2x.png") repeat center;
  background-size: cover;
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.opened-popup .popup-wrapper {
  visibility: visible;
  opacity: 1;
}

.popup-wrapper .container {
  font-size: 0;
  text-align: center;
  height: 100%;
  max-width: none;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 1rem;
}

.popup-wrapper .container::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  margin: 0 -2px 0 0;
}

.popup-wrapper .container .popup {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 44em;
  margin: 1em auto;
  vertical-align: middle;
  line-height: 1.6;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .popup-wrapper .container .popup {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 780px) {
  .popup-wrapper .container .popup {
    line-height: 1.8;
  }
}

.popup-wrapper .container .popup .popup-inner {
  position: relative;
}

.popup-wrapper .container .popup .popup-content {
  position: relative;
  padding: 4em 5em;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(214, 224, 193, 0.5);
  box-shadow: 0 0 30px rgba(214, 224, 193, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-wrapper .container .popup .popup-content .popup-inner-content {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .popup-wrapper .container .popup .popup-content {
    padding: 2.5em;
  }
}

.popup-wrapper .container .popup .popup-title {
  font-size: 1.8em;
  line-height: 1;
  color: #d54930;
}

.popup-wrapper .container .popup .popup-score {
  position: relative;
  display: inline-block;
  font-size: 2.8em;
  margin-left: 0.5em;
  top: -2px;
  font-weight: 600;
  line-height: 1rem;
  vertical-align: middle;
}

.popup-wrapper .container .popup .btn {
  position: absolute;
  bottom: -2.2em;
  width: 14.88em;
  height: 4.5em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/btn.png") no-repeat 50% 0;
  background-size: 100% auto;
  border: none;
  line-height: 4.25em;
  padding: 0.1em 0 0.15em;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
  outline: none !important;
  z-index: 3;
}

.popup-wrapper .container .popup .btn:hover, .popup-wrapper .container .popup .btn:focus, .popup-wrapper .container .popup .btn:active {
  background-position: 50% 47.3%;
}

@media screen and (max-width: 1100px) {
  .popup-wrapper .container .popup .btn {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 780px) {
  .popup-wrapper .container .popup .btn {
    font-size: 1em;
  }
}

.popup-wrapper .container .popup .btn-simple {
  display: inline-block;
  background: #77bc00;
  color: #fff;
  border: 0;
  padding: 0.3em 1.5em;
  margin: 0.5em;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 3px 6px 0 #2f0128;
  box-shadow: 3px 6px 0 #2f0128;
}

.popup-wrapper .container .popup .btn-simple:hover, .popup-wrapper .container .popup .btn-simple:focus, .popup-wrapper .container .popup .btn-simple:active {
  -webkit-box-shadow: 2px 1px 0 #2f0128;
  box-shadow: 2px 1px 0 #2f0128;
}

.popup-wrapper .container .popup img.iquadart,
.popup-wrapper .container .popup img.hrodnalife {
  display: inline-block;
  width: auto;
  margin: 0 0.2em;
}

.popup-wrapper .container .popup img.iquadart {
  height: 1em;
}

.popup-wrapper .container .popup img.hrodnalife {
  height: 0.642em;
}

.popup-wrapper .container .popup.popup-start {
  margin-bottom: 20em;
}

.popup-wrapper .container .popup.popup-start .dev-popup {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15em;
  width: 30em;
  height: 22.53em;
  padding: 8em 7em;
  background: url("../images/popup-dev.png") no-repeat center;
  background-size: contain;
  line-height: 1.8;
}

.popup-wrapper .container .popup.popup-start .dev-popup img.iquadart,
.popup-wrapper .container .popup.popup-start .dev-popup img.hrodnalife {
  margin: 0 0.5em;
}

@media screen and (min-width: 1101px) {
  .popup-wrapper .container .popup.popup-start {
    max-width: 66em;
    padding-left: 22em;
    padding-bottom: 21.5em;
    margin-bottom: 0;
  }
  .popup-wrapper .container .popup.popup-start .popup-inner {
    width: 100%;
    height: 0;
    padding-bottom: 53.1%;
    background: url("../images/popup-start-game.png") no-repeat center;
    background-size: contain;
  }
  .popup-wrapper .container .popup.popup-start .popup-inner::before {
    content: none;
  }
  .popup-wrapper .container .popup.popup-start .popup-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 2em 5em 0 9em;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .popup-wrapper .container .popup.popup-start .btn {
    bottom: 15.44em;
    margin-left: 1em;
  }
  .popup-wrapper .container .popup.popup-start .man {
    position: absolute;
    left: 12%;
    bottom: -10%;
    width: 24.11em;
    height: 44em;
    background: url("../images/man.png") no-repeat center;
    background-size: contain;
  }
  .popup-wrapper .container .popup.popup-start .pies {
    position: absolute;
    left: 35%;
    bottom: -10.4%;
    width: 12.63em;
    height: 18.85em;
    background: url("../images/pies-right.png") no-repeat center;
    background-size: contain;
  }
  .popup-wrapper .container .popup.popup-start .dev-popup {
    left: 47%;
    bottom: -10.5%;
    top: auto;
    margin-left: 0;
  }
  .popup-wrapper .container .popup.popup-to-level {
    max-width: 66em;
    padding-left: 22em;
    padding-bottom: 22.5em;
  }
  .popup-wrapper .container .popup.popup-to-level .popup-inner {
    margin-top: 1.5em;
    width: 100%;
    height: 0;
    padding-bottom: 47.38%;
    background: url("../images/popup-level-up.png") no-repeat center;
    background-size: contain;
  }
  .popup-wrapper .container .popup.popup-to-level .popup-inner::before {
    content: none;
  }
  .popup-wrapper .container .popup.popup-to-level .popup-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 1.5em 5.5em 0 8.5em;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .popup-wrapper .container .popup.popup-to-level .btn {
    bottom: 16.24em;
    margin-left: 1em;
  }
  .popup-wrapper .container .popup.popup-to-level .man {
    position: absolute;
    left: 12%;
    bottom: -10%;
    width: 20.18em;
    height: 44em;
    background: url("../images/man-up.png") no-repeat center;
    background-size: contain;
  }
  .popup-wrapper .container .popup.popup-to-level .pies {
    position: absolute;
    left: 35%;
    bottom: -10%;
    width: 21.52em;
    height: 20em;
    background: url("../images/pies.png") no-repeat center;
    background-size: contain;
  }
  .popup-wrapper .container .popup.popup-game-over {
    max-width: 60em;
    padding-bottom: 5.6em;
  }
  .popup-wrapper .container .popup.popup-game-over .popup-inner {
    width: 100%;
    height: 0;
    padding-bottom: 72.76%;
    background: url("../images/popup-end-game.png") no-repeat center;
    background-size: contain;
  }
  .popup-wrapper .container .popup.popup-game-over .popup-inner::before {
    content: none;
  }
  .popup-wrapper .container .popup.popup-game-over .popup-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    padding: 7em 4em 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .popup-wrapper .container .popup.popup-game-over .popup-content img {
    position: relative;
    top: -1px;
  }
  .popup-wrapper .container .popup.popup-game-over .popup-content p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-wrapper .container .popup.popup-game-over .btn {
    bottom: 3.5em;
  }
  .popup-wrapper .container .popup.popup-game-over .man {
    position: absolute;
    left: -13%;
    bottom: -5%;
    width: 23em;
    height: 42em;
    background: url("../images/man.png") no-repeat center;
    background-size: contain;
    z-index: 3;
  }
  .popup-wrapper .container .popup.popup-game-over .pies {
    position: absolute;
    right: -4.5%;
    bottom: -5.4%;
    width: 12.63em;
    height: 18.85em;
    background: url("../images/pies-left.png") no-repeat center;
    background-size: contain;
  }
}

.popup-wrapper .popup-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.orientation-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(214, 224, 193, 0.5);
  z-index: 1;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (orientation: portrait) and (max-width: 780px) {
  .orientation-alert {
    visibility: visible;
    z-index: 9;
  }
}

.orientation-alert .container {
  font-size: 0;
  text-align: center;
  height: 100%;
  max-width: none;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 3rem;
}

.orientation-alert .container::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  margin: 0 -2px 0 0;
}

.orientation-alert .container .popup-alert {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1.5rem auto;
  vertical-align: middle;
}

.orientation-alert .container .popup-alert .popup-alert-inner {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}

.orientation-alert .container .popup-alert .popup-alert-inner .popup-alert-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20% 20% 0;
  line-height: 1.5;
  text-align: center;
  background: url("../images/popup-rotate.png") no-repeat center;
  background-size: contain;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .orientation-alert .container .popup-alert .popup-alert-inner .popup-alert-content {
    font-size: 12px;
    line-height: 1.3;
  }
}

.orientation-alert .rotate-img {
  display: block;
  width: 30%;
  height: auto;
  margin: 0 auto 10%;
}

@media screen and (max-width: 480px) {
  .orientation-alert .rotate-img {
    width: 25%;
    margin-bottom: 8%;
  }
}

.pause-msg {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2em;
  margin-top: -1em;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
  color: #d54930;
  text-transform: uppercase;
  z-index: 1;
}

.game-paused .pause-msg {
  display: block;
  z-index: 4;
}

.game-paused .game {
  display: none !important;
}

.loading-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  background: #eff3e6;
}

.loading-wrapper.done {
  opacity: 0;
}

.loading-wrapper .container {
  font-size: 0;
  text-align: center;
  height: 100%;
  max-width: none;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px;
}

.loading-wrapper .container::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  margin: 0 -2px 0 0;
}

.loading-wrapper .container .loading {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 1em auto;
  vertical-align: middle;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
}

@font-face {
  font-family: 'ssicons';
  src: url("../fonts/ssicons.eot?24999819");
  src: url("../fonts/ssicons.eot?24999819#iefix") format("embedded-opentype"), url("../fonts/ssicons.woff?24999819") format("woff"), url("../fonts/ssicons.ttf?24999819") format("truetype"), url("../fonts/ssicons.svg?24999819#ssicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ssicons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: '\e800';
}

.icon-twitter:before {
  content: '\e801';
}

.icon-facebook:before {
  content: '\e802';
}

.icon-github:before {
  content: '\e803';
}

.icon-google-plus:before {
  content: '\e804';
}

.icon-linkedin:before {
  content: '\e805';
}

.icon-vk:before {
  content: '\e806';
}

.icon-share:before {
  content: '\e807';
}

.icon-share-square:before {
  content: '\e808';
}

.icon-pinterest:before {
  content: '\e809';
}

.icon-odnoklassniki:before {
  content: '\e80a';
}

.share-block {
  position: relative;
  margin-bottom: 1.25rem;
  padding: 0.5em 0 1.5em;
}

.share-block p {
  margin-bottom: 0.625rem;
}

.share-block > * {
  z-index: 2;
  position: relative;
}

.share-block::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #f7f9f2;
  border: 1.3px solid #a3bf66;
}

@media screen and (min-width: 1101px) {
  .share-block::before {
    -webkit-transform: perspective(10px) rotateX(-0.3deg);
    transform: perspective(10px) rotateX(-0.3deg);
    right: 3em;
  }
}

.simple-share {
  display: inline-block;
  background: #fff;
}

.simple-share span {
  display: inline-block;
  font-size: 1.2em;
  text-decoration: none;
  margin: 0.25em;
  padding: 0;
  min-width: 38px;
  line-height: 36px;
  border: 1px solid;
  text-align: center;
  background-color: #40494f;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

@media screen and (max-width: 480px) {
  .simple-share span {
    font-size: 1.5em;
    min-width: 44px;
    line-height: 42px;
  }
}

.no-touchevents .simple-share span:hover {
  opacity: 0.7;
}

.simple-share span.icon-twitter {
  background-color: #1da1f2;
}

.simple-share span.icon-facebook {
  background-color: #3b5998;
}

.simple-share span.icon-google-plus {
  background-color: #dd4b39;
}

.simple-share span.icon-linkedin {
  background-color: #0077b5;
}

.simple-share span.icon-vk {
  background-color: #45668e;
}

.simple-share span.icon-pinterest {
  background-color: #bd081c;
}

.simple-share span.icon-odnoklassniki {
  background-color: #ed812b;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}

.shake-wrong {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .shake-wrong {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.spinner {
  position: relative;
  margin: 0 auto 1em;
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.spinner div {
  left: 44px;
  top: -2px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #87b244;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}

.spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}

.spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}

.spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}

.spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}

.spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}

.spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}

.spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}

.spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}

.spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.text-important {
  color: #d54930;
}

/*# sourceMappingURL=../maps/game.css.map */
