* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul li {
  list-style: none; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .wrapper header,
  .wrapper main,
  .wrapper footer {
    display: block;
    width: 100%; }

footer {
  margin-top: auto; }

body {
  background: #f8f8f8; }

main {
  flex-grow: 1; }

html {
  text-size-adjust: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000; }

button,
input,
textarea {
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none;
  transition: .3s;
  color: #000;
  outline: 0; }

.a, .games__item-img:after, .games__item-img:before, .games__item-small-img:after, .games__item-small-img:before, .games__item-small-view:before, .categories__menu li a:after, .navigation__menu li a:after, .authorization__title:before, .like:before,
.dislike:before {
  content: '';
  display: block; }

.content {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%; }

body.pop-active-fixed {
  overflow: hidden;
  margin-right: 17px; }

.button-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 55px;
  background: green;
  color: #fff;
  font-size: 18px; }
  .button-style:hover {
    background: #00b300; }

/*-----------------submit----------------------*/
button[type="submit"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: .3s;
  border: 0;
  outline: 0;
  width: 100%;
  display: block; }

/*-----------------input----------------------*/
textarea,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"] {
  height: 55px;
  background: #fff;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #b7adc8;
  -webkit-appearance: none; }

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto; }

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #a8a8a8;
  opacity: 1; }

*:-moz-placeholder {
  color: #a8a8a8;
  opacity: 1; }

*::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1; }

textarea:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0; }
textarea:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder {
  opacity: 0; }
textarea:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder {
  opacity: 0; }
textarea:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0; }

textarea.wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.valid-error,
input[type="password"].valid-error,
input[type="email"].valid-error,
input[type="text"].valid-error,
input[type="tel"].valid-error {
  border-color: red; }
  textarea.wpcf7-not-valid::-webkit-input-placeholder,
  input[type="password"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
  textarea.valid-error::-webkit-input-placeholder,
  input[type="password"].valid-error::-webkit-input-placeholder,
  input[type="email"].valid-error::-webkit-input-placeholder,
  input[type="text"].valid-error::-webkit-input-placeholder,
  input[type="tel"].valid-error::-webkit-input-placeholder {
    color: red; }
  textarea.wpcf7-not-valid:-moz-placeholder,
  input[type="password"].wpcf7-not-valid:-moz-placeholder,
  input[type="email"].wpcf7-not-valid:-moz-placeholder,
  input[type="text"].wpcf7-not-valid:-moz-placeholder,
  input[type="tel"].wpcf7-not-valid:-moz-placeholder,
  textarea.valid-error:-moz-placeholder,
  input[type="password"].valid-error:-moz-placeholder,
  input[type="email"].valid-error:-moz-placeholder,
  input[type="text"].valid-error:-moz-placeholder,
  input[type="tel"].valid-error:-moz-placeholder {
    color: red; }
  textarea.wpcf7-not-valid::-moz-placeholder,
  input[type="password"].wpcf7-not-valid::-moz-placeholder,
  input[type="email"].wpcf7-not-valid::-moz-placeholder,
  input[type="text"].wpcf7-not-valid::-moz-placeholder,
  input[type="tel"].wpcf7-not-valid::-moz-placeholder,
  textarea.valid-error::-moz-placeholder,
  input[type="password"].valid-error::-moz-placeholder,
  input[type="email"].valid-error::-moz-placeholder,
  input[type="text"].valid-error::-moz-placeholder,
  input[type="tel"].valid-error::-moz-placeholder {
    color: red; }
  textarea.wpcf7-not-valid:-ms-input-placeholder,
  input[type="password"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
  textarea.valid-error:-ms-input-placeholder,
  input[type="password"].valid-error:-ms-input-placeholder,
  input[type="email"].valid-error:-ms-input-placeholder,
  input[type="text"].valid-error:-ms-input-placeholder,
  input[type="tel"].valid-error:-ms-input-placeholder {
    color: red; }

/*------------------checkbox---------------------*/
/*------------------FILE---------------------*/
input[type="file"] {
  display: none; }

.psevdo-file {
  display: block;
  width: 100%; }

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  padding: 0 8px;
  max-width: 200px; }
  .file-btn span {
    display: block;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .file-btn .fas {
    font-size: 19px;
    margin-right: 10px; }
  .file-btn:hover {
    background: #dddddd; }

/*------------------select---------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden; }

.input-list .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat;
  background-size: 50px auto; }

/* ------- Hover Effect---------- */
.hover-effect-1 {
  display: block;
  width: 300px;
  height: 300px;
  background: #000;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden; }
  .hover-effect-1:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 150px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .hover-effect-1:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }

/* ------- Slick ARROW, DOTS Start---------- */
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: .3s;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%; }
  .slick-arrow-prev.slick-arrow:after,
  .slick-arrow-next.slick-arrow:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-left: 3px; }
  .slick-arrow-prev.slick-arrow:hover,
  .slick-arrow-next.slick-arrow:hover {
    background: #000; }
    .slick-arrow-prev.slick-arrow:hover:after,
    .slick-arrow-next.slick-arrow:hover:after {
      border-color: #fff; }

.slick-arrow-prev.slick-arrow {
  left: -65px; }

.slick-arrow-next.slick-arrow {
  right: -65px; }
  .slick-arrow-next.slick-arrow:after {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -3px; }

.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: not-allowed; }

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 40px 0 50px 0; }
  .slick-dots li {
    padding: 0 5px; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      cursor: pointer;
      color: transparent;
      border: 1px solid #000;
      outline: none;
      background: transparent; }
  .slick-dots .slick-active button {
    background: #000; }

/* ------- Slick ARROW, DOTS Finish---------- */
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  transition: .5s;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  z-index: 800;
  bottom: 50px;
  border-radius: 50%;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .to-top:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: 3px; }
  .to-top:hover {
    background: #000; }
    .to-top:hover:after {
      border-color: #fff; }

.to-top.active {
  right: 50px; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px; }
    .to-top:after {
      transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7); }

  .to-top.active {
    right: 15px; } }
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 25px;
  height: 26px;
  padding: 5px 0;
  cursor: pointer;
  display: none; }

.sw-topper {
  position: relative;
  top: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  position: relative;
  width: 25px;
  height: 2px;
  top: 5px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 25px;
  height: 2px;
  top: 10px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s; }

.icon-menu.active .sw-topper {
  top: 7px;
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -o-transform: rotate(140deg); }

.icon-menu.active .sw-bottom {
  top: 5px;
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  -o-transform: rotate(-140deg); }

.icon-menu.active .sw-footer {
  top: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 0; }

div.wpcf7-mail-sent-ok {
  display: none !important; }

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important;
  padding: 5px 0 0  !important;
  margin: 0 !important;
  text-align: center;
  display: block; }

.wpcf7-form br {
  display: none !important; }

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0  !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: block; }

body {
  overflow-x: hidden;
  overflow-y: scroll; }

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

/* Dots */
.preload {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #e53636 url(../images/playmobile_animaciya.gif) center no-repeat;
  background-size: contain; }

.header {
  box-shadow: 0px 0.3125rem 1.125rem 0px rgba(229, 54, 54, 0.27);
  background: #e53636;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800; }

.wrapper {
  padding-top: 12.750rem; }

.header__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 12.750rem;
  align-items: center;
  justify-content: space-between; }

.header__left {
  width: 13.063rem; }

.header__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__center {
  padding-top: 0.625rem; }

.header__menu-icon {
  display: block;
  background: url(../images/icon/menu.svg) 0 0 no-repeat;
  width: 4.9375rem;
  height: 3.4375rem; }

.header__logo {
  background: url(../images/logo/logo.svg) center no-repeat;
  display: block;
  width: 25.4375rem;
  height: 7.8125rem;
  margin-right: 2rem; }

.header__search-icon {
  background: url(../images/icon/search.svg) 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  width: 4.1875rem;
  height: 4.375rem;
  margin: 0 2rem 0 0; }

.header__entry-icon {
  background: url(../images/icon/add-user.svg) 0 0 no-repeat;
  display: block;
  width: 4.375rem;
  height: 4.375rem; }

.games {
  padding-top: 4.375rem;
  padding-bottom: 4.0625rem; }

.title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.75rem; }

.title__text {
  font-size: 3.75rem;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif; }

.title__text_leaders {
  padding-left: 4.375rem;
  background: url(../images/icon/star.svg) 0 0.1875rem no-repeat;
  background-size: 3.6875rem 3.875rem; }

.title__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
  width: 13.375rem;
  height: 4.625rem;
  border: 0.125rem solid #1e1e1e;
  border-radius: 6rem; }
  .title__link:hover {
    background: #1e1e1e;
    color: #fff; }

.title_padding-top {
  padding-top: 3.75rem; }

.games__slider,
.games__slider-small,
.slider-screen-big {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .games__slider .slick-list,
  .games__slider-small .slick-list,
  .slider-screen-big .slick-list {
    padding-left: 1.875rem; }

.games__item {
  width: 47.75rem;
  background: #fff;
  box-shadow: 0px 0.3125rem 2.5rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative; }

.games__item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600; }

.games__item-img {
  position: relative; }
  .games__item-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .125rem .125rem 0 0; }
  .games__item-img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .games__item-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: 8.125rem;
    height: 8.125rem;
    background: url(../images/icon/play-button.svg) center no-repeat;
    opacity: .81; }

.games__item-time {
  position: absolute;
  color: #fff;
  background: #000;
  font-size: 2.1875rem;
  height: 3.4375rem;
  width: 8.4375rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1.5625rem;
  bottom: 2.1875rem;
  z-index: 100; }

.games__item-bottom {
  padding: 1.9375rem 2.625rem 2.8125rem; }

.games__item-name {
  font-size: 2.625rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.9375rem; }

.games__item-desc {
  font-size: 2.25rem;
  font-weight: 300; }

.title_padding-bottom {
  padding-bottom: 2.625rem; }

.games__item-small {
  background: #fff;
  padding: 1.25rem 1.5625rem 2.1875rem;
  box-shadow: 0px 0.3125rem 2.5rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2.8125rem;
  margin-bottom: 2.5rem;
  width: 22.5rem;
  position: relative; }
  .games__item-small .games__item-time {
    font-size: 1.875rem;
    width: 6.25rem;
    height: 2.5rem;
    right: 1.125rem;
    bottom: 1.125rem; }

.games__item-small-img {
  position: relative; }
  .games__item-small-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .125rem; }
  .games__item-small-img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .games__item-small-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: 5.25rem;
    height: 5.25rem;
    background: url(../images/icon/play-button.svg) center no-repeat;
    opacity: .81; }

.games__item-small-name {
  font-size: 2.25rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1.4375rem 0 1.75rem; }

.games__item-small-view {
  font-size: 2.125rem;
  font-weight: 300;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .games__item-small-view:before {
    background: url(../images/icon/eye.svg) center no-repeat;
    width: 2.9375rem;
    height: 2.25rem;
    margin-right: 0.3125rem; }

.now-playing {
  background: #0e0e0e url(../images/bg_now-playing.png);
  padding: 5.1875rem 0 7.625rem; }

.title_white {
  color: #f5f5f5;
  padding-bottom: 2.8125rem; }
  .title_white .title__link {
    border-color: #f8f8f8;
    color: #f8f8f8; }
    .title_white .title__link:hover {
      background: #f8f8f8;
      color: #000; }

.games__item-small_dark {
  background: #2c2c2c; }
  .games__item-small_dark .games__item-small-name {
    color: #fff; }
  .games__item-small_dark .games__item-small-view {
    color: #ffffff; }
    .games__item-small_dark .games__item-small-view:before {
      background: url(../images/icon/eye2.svg) center no-repeat; }

.categories {
  padding: 5.875rem 0 2.5rem; }
  .categories .title {
    padding-bottom: 3.125rem; }

.categories__menu {
  background: #e53636;
  border-radius: 0.125rem;
  padding: 0.875rem 1.5625rem 1.875rem;
  border-radius: .9375rem; }
  .categories__menu li a {
    border-bottom: 1px solid #ea5e5e;
    height: 8.6875rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 3.125rem;
    padding: 0 1.875rem 0 2.5rem;
    justify-content: space-between;
    color: #fff; }
    .categories__menu li a:after {
      background: url(../images/icon/arrow-point-to-right.svg) 0 0 no-repeat;
      width: 1.75rem;
      height: 2.0625rem;
      background-size: 2rem auto;
      margin-top: 0.25rem; }
    .categories__menu li a:hover {
      background: #ef5a5a;
      border-radius: 1rem; }
  .categories__menu li:last-child a {
    border-bottom: 0; }

.tags {
  padding: 3.75rem 0 3.4375rem; }
  .tags .title {
    padding-bottom: 3rem; }

.tags__menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.125rem; }
  .tags__menu li {
    padding: 0 1.125rem;
    padding-bottom: 2.375rem; }
    .tags__menu li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 2.25rem;
      font-weight: 500;
      height: 5rem;
      border: 0.125rem solid #000;
      border-radius: .125rem;
      padding: 0 2.5rem; }
      .tags__menu li a:hover {
        background: #000;
        color: #fff; }

.footer {
  background: #0e0e0e; }

.footer__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 12.5rem;
  align-items: center; }

.footer__logo {
  background: url(../images/logo/logo2.svg) 0 center no-repeat;
  width: 24.5625rem;
  height: 7.25rem;
  margin-top: 1rem; }

.footer__copyright {
  font-size: 2.25rem;
  color: #a4a4a4;
  line-height: 1.333; }

.navigation,
.search {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: #0e0e0e url(../images/bg_now-playing.png);
  transition: .5s; }

.search.active,
.navigation.active {
  left: 0; }

.navigation__title {
  background: #0b0b0b;
  font-size: 3.75rem;
  color: #ffffff;
  font-weight: 700; }
  .navigation__title .content {
    height: 12.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }

.navigation__close {
  display: block;
  background: url(../images/icon/x.svg) 0 0 no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 3.4375rem; }

.navigation__menu {
  padding: 1.875rem 1.5625rem 1.875rem;
  height: calc(100vh - 12.5rem);
  overflow-y: auto; }
  .navigation__menu li a {
    border-bottom: 1px solid #2c2c2c;
    height: 8.6875rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 3.125rem;
    padding: 0 1.875rem 0 0;
    justify-content: space-between;
    color: #d1d1d1; }
    .navigation__menu li a:after {
      background: url(../images/icon/arrow-point-to-right_white.svg) center no-repeat;
      width: 1.75rem;
      height: 2.0625rem;
      background-size: 1.125rem auto;
      margin-top: 0.25rem; }
  .navigation__menu li:last-child a {
    border-bottom: 0; }

.authorization {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 7.1875rem 0; }

.authorization__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 3.75rem;
  align-items: center;
  font-weight: 700;
  padding-bottom: 7.1875rem; }
  .authorization__title:before {
    background: url(../images/icon/add-user2.svg) 0 0 no-repeat;
    width: 4.3125rem;
    height: 4.3125rem;
    margin-top: -0.75rem;
    margin-right: 1.875rem; }

.authorization__form,
.search__form {
  position: relative;
  display: block;
  width: 100%; }

.search__form {
  margin-top: 5rem;
  border-radius: 60rem;
  overflow: hidden; }

input[type="text"].search__text,
input[type="tel"].authorization__phone {
  height: 9.375rem;
  border: 1px solid #bbbdc1;
  padding-left: 11.875rem;
  padding-right: 15rem;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  background: #fff url(../images/icon/cell-phone.svg?1) 3.425rem center no-repeat;
  background-size: 2.25rem auto;
  border-radius: 10rem; }

input[type="text"].search__text {
  background: #fff url(../images/icon/search2.svg) 2.425rem center no-repeat;
  background-size: 3.25rem auto; }

input[type="submit"].search__submit,
input[type="submit"].authorization__submit {
  height: 9.375rem;
  width: 13.875rem;
  background: #d13131;
  font-size: 3.125rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff; }

.catalog {
  padding: 4.375rem 0 5rem; }

.game-item {
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0px 0.3125rem 2.5rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.8125rem; }

.game-item__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.game-item__img {
  width: 20.3125rem; }
  .game-item__img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .125rem; }
  .game-item__img .games__item-time {
    font-size: 1.875rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    width: 6.5625rem;
    height: 2.625rem; }

.game-item__info {
  width: calc(100% - 20.3125rem);
  padding-left: 2.5rem; }

.game-item__name {
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 0.9375rem;
  margin-top: 1rem; }

.game-item__description {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4; }

.show-more-link {
  width: 22.6875rem;
  height: 6.75rem;
  background: #121212;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.75rem auto 0;
  border-radius: 9.375rem;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer; }

.view {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 9.6875rem;
  align-items: center; }

.view__item {
  display: block;
  width: 3.1875rem;
  height: 3.1875rem;
  opacity: .3; }

.view__item_tile {
  background: url(../images/icon/plitki_black.svg) 0 0 no-repeat; }

.view__item_list {
  background: url(../images/icon/stroki_black.svg) 0 0 no-repeat; }

.view__item_active {
  opacity: 1; }

.short__list .catalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
.short__list .game-item__head {
  display: block; }
.short__list .game-item__info {
  width: min-content;
  padding-left: 0;
  margin: auto;
  text-align: center; }
.short__list .game-item {
  margin: 0 1rem 2rem 1rem; }

.games_related {
  padding-bottom: 0;
  padding-top: 1.875rem; }
  .games_related + .categories {
    padding-top: 2.5rem; }

.single {
  padding-top: 2.8125rem;
  padding-bottom: 5.9375rem; }

.single .games__item-video {
  position: relative; }
  .single .games__item-video img {
    display: block;
    width: 100%;
    height: auto; }
.single .games__item {
  width: 100%; }
.single .games__item-bottom {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem; }
.single .games__item-title {
  font-size: 3.125rem;
  font-weight: 700;
  padding-bottom: 0.9375rem; }
.single .games__item-desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .single .games__item-desc span {
    font-weight: 500; }

.like-dislike {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
  font-size: 2.25rem;
  font-weight: 300; }

.like,
.dislike {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .like:before,
  .dislike:before {
    position: relative; }

.like {
  margin-right: 3.125rem; }
  .like:before {
    background: url(../images/icon/like_gray.svg) 0 0 no-repeat;
    width: 3.375rem;
    height: 3.375rem;
    margin-right: 0.625rem;
    top: -.5rem; }

.dislike {
  margin-right: 3.125rem; }
  .dislike:before {
    background: url(../images/icon/dislike_gray.svg) 0 0 no-repeat;
    width: 3.375rem;
    height: 3.375rem;
    margin-right: 0.625rem;
    top: .9rem; }

.like-dark {
  color: #e0e0e0; }
  .like-dark:before {
    background: url(../images/icon/like_dark.svg) 0 0 no-repeat; }

.dislike-dark {
  color: #e0e0e0; }
  .dislike-dark:before {
    background: url(../images/icon/dislike_dark.svg) 0 0 no-repeat; }

.dislike-active {
  color: #74b0e7; }
  .dislike-active:before {
    background: url(../images/icon/dislike.svg) 0 0 no-repeat; }

.like-active {
  color: #74b0e7; }
  .like-active:before {
    background: url(../images/icon/like.svg) 0 0 no-repeat; }

.games__item-small-cat {
  margin-right: 3.1875rem;
  height: 3.75rem;
  background: #eaeaea;
  font-size: 1.875rem;
  padding: 0 1.875rem;
  border-radius: 6.25rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .games__item-small-cat:hover {
    background: #000;
    color: #fff; }

.games__item-small-limitation {
  margin-right: 3.1875rem;
  height: 3.75rem;
  border: 1px solid #000;
  font-size: 1.875rem;
  padding: 0 1.5rem;
  border-radius: 6.25rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.game-item__read-more {
  display: inline-block;
  font-size: 2.25rem;
  border-bottom: 1.5px solid #000;
  line-height: 1;
  font-weight: 400;
  margin-top: 2.5rem; }
  .game-item__read-more:hover {
    border-bottom-color: transparent; }

.slider-screen-big {
  margin-top: 5.125rem; }

.slider-screen-big__item {
  width: 37.8125rem;
  margin-right: 2.5rem; }
  .slider-screen-big__item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.25rem; }

.review {
  padding: 5.1875rem 0 3.125rem;
  background: #141414 url(../images/bg_now-playing.png); }
  .review .title {
    padding-bottom: 4.75rem;
    color: #f5f5f5; }

.review__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.375rem; }

.review__left {
  width: calc(50% - 1.25rem); }

.rating-big {
  color: #fff;
  font-size: 8.75rem;
  line-height: 1;
  font-weight: 300; }

.review__right {
  width: calc(50% - 1.25rem);
  position: relative; }

.rating-like {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: calc(50% - 0.4375rem);
  background: #74b0e7; }

.rating-dislike {
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: calc(50% - 0.4375rem);
  background: #575757; }

.subscribe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.subscribe__body {
  width: calc(100% - 11.25rem);
  background: rgba(0, 0, 0, 0.73);
  padding: 2.5rem 1.25rem 3.75rem;
  text-align: center;
  border-radius: 1rem; }

.subscribe__text-1 {
  color: #e53636;
  font-size: 2.1875rem;
  font-weight: 400; }

.subscribe__text-2 {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 600;
  padding: 3.125rem 0; }

.subscribe__link {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border: 0.125rem solid #fff;
  border-radius: 6rem;
  font-size: 2.25rem;
  color: #fff;
  padding: 0 3.4375rem; }

.land {
  padding-top: 11.25rem;
  background: #181818; }

.header_land {
  box-shadow: none;
  background: #e53636; }
  .header_land .header__content {
    height: 11.25rem; }

.header_land-logo {
  background: url(../images/logo/logo.svg) center no-repeat;
  display: block;
  width: 25.4375rem;
  height: 7.8125rem; }

.header_land-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15rem; }

.header_land-link-android {
  display: block;
  background: url(../images/icon-land/android-logo.svg) center no-repeat;
  width: 5.1875rem;
  height: 3.875rem; }

.header_land-link-apple {
  display: block;
  background: url(../images/icon-land/apple.svg) center no-repeat;
  width: 5.1875rem;
  height: 3.875rem; }

.header_land-link-windows {
  display: block;
  background: url(../images/icon-land/windows.svg) center no-repeat;
  width: 5.1875rem;
  height: 3.625rem;
  margin-top: 0.5rem; }

.footer_land {
  margin-top: 1.875rem;
  background: #000000; }
  .footer_land .footer__content {
    flex-direction: column;
    justify-content: center;
    height: 16.5625rem; }
  .footer_land .footer__copyright {
    width: 100%;
    text-align: center;
    padding-top: 1.4rem; }
    .footer_land .footer__copyright p {
      display: inline; }
  .footer_land .footer__logo {
    margin: 0; }

.land__offer {
  background: #f5f5f5;
  padding-top: 4.375rem;
  text-align: center;
  margin-bottom: 12rem; }

.land__offer-text-1 {
  color: #000;
  font-weight: 900;
  font-size: 5.0625rem;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.375rem; }
  .land__offer-text-1 span {
    color: #e53636;
    display: inline-block;
    position: relative; }

.land__offer-text-2 {
  color: #8e8e8e;
  font-weight: 800;
  font-size: 3.125rem;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 4.5625rem; }

.land__offer-screen {
  padding-bottom: 4.375rem;
  margin-bottom: -12.5rem; }
  .land__offer-screen img {
    display: block;
    margin: 0 auto;
    width: 58.625rem;
    max-width: 100%;
    height: auto; }

.land__join {
  padding-bottom: 3.75rem; }
  .land__join .content {
    padding: 0 3.4375rem; }

.land__join-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.375rem;
  font-weight: 600;
  padding-bottom: 3.9375rem;
  color: #fff; }

.land__join-button {
  height: 11.5625rem;
  border-radius: 11.5625rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  background: #e53636;
  color: #fff;
  margin-bottom: 5.6875rem; }

.text-style {
  font-size: 2.25rem;
  line-height: 1.333;
  font-weight: 300;
  text-align: center;
  padding-bottom: 2.5rem; }

.land__join-operator {
  padding-bottom: 4.375rem; }
  .land__join-operator img {
    display: block;
    margin: 0 auto;
    width: 43.375rem;
    max-width: 100%; }

.cancel-button {
  width: 16.625rem;
  height: 5.75rem;
  border-radius: 5.75rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #7b7b7b;
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 400;
  margin: 0 auto; }

.land__subscribe-email {
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center; }
  .land__subscribe-email a {
    color: #e53636; }

.bg-block {
  background: #ffffff;
  margin: 0 1.875rem;
  padding: 4.0625rem 0;
  box-shadow: 0px 1rem 1.5rem 0px rgba(0, 0, 0, 0.11);
  border-radius: 1.25rem; }

@media screen and (min-width: 1080px) {
  .wrapper {
    margin: 0 auto; }

  .header {
    /*left: 50%;
    transform: translateX(-50%);*/ }

  html {
    font-size: 5.8px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 9px; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 5.8px; } }
@media screen and (max-width: 355px) {
  html {
    font-size: 4.84px; } }
.language-selector {
  font-size: 3rem;
  margin-right: 2rem;
  text-align: center;
  position: relative; }
  .language-selector .link {
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .language-selector .link img {
      margin-right: 0.5rem; }
  .language-selector .list {
    position: absolute;
    border-radius: 1rem;
    padding: 1rem;
    right: -3.5rem; }
    .language-selector .list .container {
      display: inline-block;
      color: #252840;
      background: white;
      border-radius: 1rem;
      padding: 1rem;
      text-align: center;
      box-shadow: 0px 0px 10px #00000029; }
      .language-selector .list .container a {
        display: flex;
        align-items: center;
        padding: 0.2rem 1rem 0.2rem 0.5rem;
        border-radius: .5rem; }
        .language-selector .list .container a .flag {
          margin: 0 .5rem -0.5rem; }
      .language-selector .list .container .active {
        background: #87a5bf;
        color: white; }
      .language-selector .list .container:before {
        display: block;
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: linear-gradient(-45deg, white 50%, transparent 50%);
        transform: rotate(225deg);
        right: 4rem;
        top: 0; }

.footer__logo, .header__logo {
  background-size: 100%; }

.login-error {
  text-align: center;
  padding: 15px;
  font-size: 3rem;
  color: red;
  display: none; }

.login-error.active {
  display: block; }

.password {
  height: 9.375rem;
  border: 1px solid #bbbdc1;
  border-radius: 10rem;
  padding-left: 11.875rem !important;
  padding-right: 15rem;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  background: #fff url(../images/icon/password.svg?1) 3.7rem center no-repeat !important;
  background-size: 3rem auto !important; }

.help-block {
  font-size: 2.5rem;
  color: darkred;
  margin: 2rem 0; }

.input[type="submit"], .authorization__submit {
  height: 9.375rem;
  width: 13.875rem;
  background: #e53636;
  border-radius: 10rem;
  font-size: 3.125rem;
  font-weight: 500;
  position: relative;
  width: 100%;
  color: white; }

.header__exit-icon {
  background: url(../images/icon/sign-out.svg) 0 0 no-repeat;
  display: block;
  width: 4.375rem;
  height: 4.375rem; }

.ball {
  border: 10px solid #e53636;
  border-top-color: #ececec;
  border-left-color: #ececec;
  border-radius: 100%;
  box-shadow: 0 0 1px #a0a0a0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  top: calc(50% - 30px);
  animation: spinoff 2s infinite linear;
  -moz-animation: spinoff 2s infinite linear;
  -webkit-animation: spinoff 2s infinite linear; }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
.single .games__item-small-play {
  font-size: 2.125rem; }

.short__list .game-item__description {
  display: none; }
.short__list .slider-screen {
  display: none; }

/*# sourceMappingURL=style.css.map */
