* {
  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: 0.3s;
  color: #000;
  outline: 0;
}

.a, .authorization__title:before, .navigation__menu li a:after, .categories__menu li a:after {
  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: 0.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: 0.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: rgb(220.75, 220.75, 220.75);
}

/*------------------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: 0.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: 0.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: 0.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: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.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: #f8f8f8 url(../images/mobigames.gif) center no-repeat;
  background-size: 42.75rem auto;
}

.header {
  box-shadow: 0px 0.3125rem 2.5rem 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
}

.wrapper {
  padding-top: 12.75rem;
}

.header__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 12.75rem;
  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/icon/MG_logo.svg) center no-repeat;
  display: block;
  width: 24.9375rem;
  height: 9.9375rem;
  margin-top: -1rem;
}

.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 3rem 0 1rem;
}

.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;
}

.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 #000;
  border-radius: 6.25rem;
}
.title__link:hover {
  background: #000;
  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: 1.25rem;
  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 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem 1.25rem 0 0;
}

.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;
}

.item-rating__number {
  font-size: 2.25rem;
  font-weight: 500;
  padding-left: 0.125rem;
  padding-top: 0.125rem;
}

.item-rating__stars,
.item-rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.item-rating__star-full {
  background: url(../images/icon/star_rating.svg?1) 0 0 no-repeat;
  width: 2.625rem;
  height: 2.5rem;
  margin-right: 0.3125rem;
}

.item-rating__star-half {
  background: url(../images/icon/star_rating_half.svg) 0 0 no-repeat;
  width: 2.625rem;
  height: 2.5rem;
  margin-right: 0.3125rem;
}

.item-rating__star-empty {
  background: url(../images/icon/star_rating_empty.svg) 0 0 no-repeat;
  width: 2.625rem;
  height: 2.5rem;
  margin-right: 0.3125rem;
}

.games__item-bottom .item-rating__star-half {
  background: url(../images/icon/star_rating_half_white.svg) 0 0 no-repeat;
}
.games__item-bottom .item-rating__star-empty {
  background: url(../images/icon/star_rating_empty_white.svg) 0 0 no-repeat;
}

.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: 1.25rem;
  margin-right: 2.8125rem;
  margin-bottom: 2.5rem;
  width: 22.5rem;
  position: relative;
}

.games__item-small-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

.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-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.games__item-small-play,
.rate-it__button {
  width: 10.4375rem;
  height: 5.3125rem;
  background: #ff918e;
  border-radius: 6.25rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}

.games__item-small-rating {
  font-size: 2.125rem;
  padding-left: 2.5rem;
  background: url(../images/icon/star_black.svg) 0 center no-repeat;
  padding-top: 0.1875rem;
  background-size: 1.875rem 1.8125rem;
}

.games__item-small-players {
  font-size: 2.125rem;
  padding-left: 2.875rem;
  background: url(../images/icon/people.svg) 0 center no-repeat;
  padding-top: 0.1875rem;
  background-size: 2.125rem 2.25rem;
}

.now-playing {
  background: #141414 url(../images/bg_now-playing.png);
  padding: 5.1875rem 0 4.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;
}

.categories {
  padding: 5.875rem 0 2.5rem;
}
.categories .title {
  padding-bottom: 3.125rem;
}

.categories__menu {
  background: #e53935;
  border-radius: 0.9375rem;
  padding: 0.875rem 1.5625rem 1.875rem;
}
.categories__menu li a {
  border-bottom: 1px solid #ce3330;
  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;
}
.categories__menu li a:hover {
  background: rgb(234.8157894737, 101.2894736842, 98.1842105263);
}
.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: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: 6.25rem;
  padding: 0 2.5rem;
}
.tags__menu li a:hover {
  background: #000;
  color: #fff;
}

.footer {
  background: #141414;
}

.footer__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  height: 12.5rem;
  align-items: center;
}

.footer__logo {
  background: url(../images/icon/MG_logo_01.svg) 0 0 no-repeat;
  width: 7.6875rem;
  height: 7.6875rem;
  margin-right: 1.25rem;
}

.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: #141414;
  transition: 0.5s;
}

.search.active,
.navigation.active {
  left: 0;
}

.navigation__title {
  background: #1e1e1e;
  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-user.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%;
  /*&:after{
      @extend .a;
      position: absolute;
      width: 1px;
      height: 9.375rem;
      background: rgb(187, 189, 193);
      top: 0;
      left: 9.0625rem;
  }*/
}

.search__form {
  margin-top: 5rem;
}

input[type=text].search__text,
input[type=tel].authorization__phone {
  height: 9.375rem;
  border: 1px solid rgb(187, 189, 193);
  border-radius: 10rem;
  padding-left: 11.875rem;
  padding-right: 15rem;
  font-size: 3rem;
  font-weight: 400;
  color: #000;
  background: #fff url(../images/icon/cell-phone.svg) 4.125rem center no-repeat;
  background-size: 2.25rem auto;
}

input[type=text].search__text {
  background: #fff url(../images/icon/search.svg) 3.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: rgb(255, 221, 60);
  border-radius: 10rem;
  font-size: 3.125rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}

.catalog {
  padding: 4.375rem 0 2.8125rem;
}

.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: 0.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;
}

.game-item {
  background: #fff;
  padding: 2.125rem 1.5625rem 1.5625rem;
  box-shadow: 0px 0.3125rem 2.5rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  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: 12.375rem;
}
.game-item__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

.game-item__info {
  width: calc(100% - 12.375rem);
  padding-left: 2.625rem;
  padding-top: 1.125rem;
}

.game-item__name {
  font-size: 2.625rem;
  font-weight: 700;
  padding-bottom: 1.4375rem;
}

.game-item__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.game-item__group .games__item-small-play {
  margin-right: 3.125rem;
}
.game-item__group .games__item-small-rating {
  font-size: 2.25rem;
  padding-left: 3.125rem;
  background-size: 2.625rem auto;
}

.game-item__description {
  padding-top: 1.875rem;
  font-size: 2.25rem;
  font-weight: 400;
}

.slider-screen {
  margin-top: 3.125rem;
}

.slider-screen__item {
  width: 21.5625rem;
  margin-right: 2.1875rem;
}
.slider-screen__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

.show-more-link {
  width: 22.6875rem;
  height: 6.75rem;
  background: rgb(18, 18, 18);
  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;
}

.games_related {
  padding-bottom: 0;
  padding-top: 1.875rem;
}
.games_related + .categories {
  padding-top: 2.5rem;
}

.single {
  padding-top: 4.5rem;
  padding-bottom: 5.9375rem;
}
.single .game-item__info {
  padding-top: 0;
}
.single .games__item-small-play {
  width: 100%;
  margin-top: 2.5rem;
  height: 6.5625rem;
  font-size: 2.125rem;
}
.single .game-item__name {
  font-size: 3.125rem;
  margin-top: -0.625rem;
  padding-bottom: 1.75rem;
}
.single .game-item__info {
  padding-left: 4.5rem;
}
.single .games__item-small-rating {
  margin-right: 3.1875rem;
}

.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: 15rem;
}

.rating-big {
  color: #fff;
  font-size: 8.75rem;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 1.75rem;
}

.player-count {
  color: #d6d6d6;
  font-size: 1.5rem;
  display: inline-block;
  padding-right: 1.6875rem;
  background: url(../images/icon/people_white.svg) 100% 0.1875rem no-repeat;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  background-size: 1.25rem auto;
  letter-spacing: 0.125rem;
}

.review__right {
  width: calc(100% - 15rem);
  max-width: 40.3125rem;
  padding-top: 0.5625rem;
  padding-left: 0.375rem;
}

.rating-table__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.0625rem;
}

.rating-table__col {
  width: 5.9375rem;
  min-width: 5.9375rem;
  color: #d6d6d6;
  font-size: 1.875rem;
  padding-left: 2.5rem;
  background: url(../images/icon/star_white.svg) 0 0 no-repeat;
  background-size: 1.9375rem auto;
}

.rating-table__progress {
  width: calc(100% - 5.9375rem);
}

.progress-line {
  height: 0.9375rem;
  border-radius: 1.25rem;
  background: #fff;
}

.rating-table__row_5 .progress-line {
  background: #e53935;
}

.rating-table__row_4 .progress-line {
  background: #ef5350;
}

.rating-table__row_3 .progress-line {
  background: #eca611;
}

.rating-table__row_2 .progress-line {
  background: #ff933c;
}

.rating-table__row_1 .progress-line {
  background: #ff533c;
}

.play-game {
  background: #212121;
  border-radius: 1.25rem;
  padding: 7rem 1.25rem 6.875rem;
}

.play-game__title {
  text-align: center;
  color: #d2d2d2;
  font-size: 3.125rem;
  padding-top: 15rem;
  background: url(../images/icon/rating.svg?) center 0 no-repeat;
  background-size: 11.625rem auto;
  padding-bottom: 3.125rem;
}

.play-game__button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8125rem;
  width: 25.0625rem;
  height: 6.625rem;
  background: rgb(255, 60, 60);
  margin: 0 auto;
  border-radius: 10rem;
}

.review__list_single .review__item:first-child {
  padding-top: 0;
}

.review__item {
  padding: 3.125rem 0;
}
.review__item .item-rating__stars div {
  width: 1.75rem;
  height: 1.75rem;
}

.review__item-author {
  color: #d6d6d6;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

.review__item-text {
  font-size: 2.25rem;
  font-weight: 400;
  color: #ffffff;
}

.review__item-info {
  padding-bottom: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.review__item-date {
  color: #d6d6d6;
  font-weight: 400;
  font-size: 1.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.review__item-device {
  color: #7c7c7c;
  font-size: 1.875rem;
  font-weight: 400;
  padding-left: 2.1875rem;
  background: url(../images/icon/cell-phone_01.svg) 0 center no-repeat;
  background-size: 1.3125rem auto;
  margin-left: 1rem;
}

.button-border {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f8f8f8;
  border: 0.125rem solid #f8f8f8;
  border-radius: 6.25rem;
  font-size: 2.25rem;
  width: 13.125rem;
  height: 4.625rem;
  margin: 0 auto;
}
.button-border:hover {
  background: #f8f8f8;
  color: #000;
}

.view-all {
  margin: 1.5625rem auto;
}

.review_full {
  background: #141414;
  padding-bottom: 0;
}
.review_full .title {
  color: #c5c5c5;
}
.review_full .title_game-name {
  color: #ffffff;
  padding-bottom: 2.5rem;
}
.review_full .review__item {
  border-bottom: 0.125rem solid #7c7c7c;
}

.review__list_full {
  background: #1c1c1c;
  margin: 0 -1.875rem;
  padding: 0 1.875rem;
  padding-bottom: 4.0625rem;
}

.show-more-review {
  width: 18.4375rem;
  margin: 4.0625rem auto 0;
}

.review__info_full {
  padding-bottom: 1.25rem;
}

.rate-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-bottom: 3.75rem;
}

.rate-it__button {
  width: 15.625rem;
  min-width: 15.625rem;
}

.rate-it__separator {
  height: 0.125rem;
  background: #929292;
  width: 2.5rem;
  min-width: 2.5rem;
  margin: 0 2.1875rem;
}

.rate-it__text {
  color: #929292;
  font-size: 2.5rem;
  font-weight: 400;
}

.land {
  padding-top: 11.25rem;
}

.header_land {
  box-shadow: none;
  background: #0b0b0b;
}
.header_land .header__content {
  height: 11.25rem;
}

.header_land-logo {
  background: url(../images/icon/CD_white.png?1) 0 center no-repeat;
  width: 21.875rem;
  height: 7.6875rem;
  display: block;
  background-size: cover;
}

.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: 30rem;
}

.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: 5rem;
}
.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 {
  background: url(../images/icon-land/MG_logo_pass_black.svg) center no-repeat;
  width: 20rem;
  height: 6.875rem;
  margin: 0;
}

.land__offer {
  background: #141414 url(../images/bg_now-playing.png);
  padding-top: 4.375rem;
  text-align: center;
  margin-bottom: 12rem;
}

.land__offer-text-1 {
  color: #fff;
  font-weight: 900;
  font-size: 5.0625rem;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.375rem;
}
.land__offer-text-1 span {
  color: #e53935;
  display: inline-block;
  position: relative;
  text-shadow: 0 0 5.625rem rgba(229, 57, 53, 0.7);
}

.land__offer-text-2 {
  color: #c1c1c1;
  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;
  background: url(../images/icon-land/shadow_1.png) center calc(100% - 0.5rem) no-repeat;
  background-size: 46.3125rem auto;
}
.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;
}

.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: #e53935;
  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: rgba(20, 20, 20, 0.8);
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 400;
  margin: 0 auto;
}

.land__subscribe-body {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0px 0.3125rem 2.5rem 0px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 3.125rem 4.0625rem;
  margin-bottom: 2rem;
}

.land__subscribe-email {
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
}
.land__subscribe-email a {
  color: #dcb911;
}

@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: #afc1d8;
  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 rgba(0, 0, 0, 0.1607843137);
}
.language-selector .list .container a {
  display: flex;
  align-items: center;
  padding: 0.2rem 1rem 0.2rem 0.5rem;
  border-radius: 0.5rem;
}
.language-selector .list .container a .flag {
  margin: 0 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: #e53935;
  border-radius: 10rem;
  font-size: 3.125rem;
  font-weight: 500;
  position: relative;
  width: 100%;
}

.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 #e53935;
  border-top-color: rgb(236, 236, 236);
  border-left-color: rgb(236, 236, 236);
  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;
}

.wrapper-dop-content {
  padding-top: 0;
}
.wrapper-dop-content .logo-circle {
  text-align: center;
}
.wrapper-dop-content #dop-content-load {
  max-width: 1024px;
  margin: auto;
}
.wrapper-dop-content .content-background {
  background: linear-gradient(180deg, #c8c9d3 0%, #12131C 100%);
  background-attachment: fixed;
  font-size: 3rem;
}
.wrapper-dop-content .content-background .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 15rem;
}
.wrapper-dop-content .content-background .d-flex h1 {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.wrapper-dop-content .content-background .d-flex .content-container {
  padding: 0 2rem;
  color: white;
}
.wrapper-dop-content .content-background .d-flex .content-container a {
  color: white;
  text-decoration: underline;
}
.wrapper-dop-content .content-background .d-flex .content-container p, .wrapper-dop-content .content-background .d-flex .content-container ul {
  text-indent: 3rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.wrapper-dop-content .content-background .d-flex .content-container ul {
  margin-bottom: 3rem;
}
.wrapper-dop-content .content-background .d-flex .content-container ul ul {
  margin-top: 1.5rem;
  margin-left: 3rem;
}
.wrapper-dop-content .content-background .d-flex .content-container ul li {
  margin-bottom: 1rem;
}
.wrapper-dop-content .content-background .d-flex .content-container .bold {
  font-weight: bold;
}
.wrapper-dop-content .content-background .d-flex .content-container .center {
  text-align: center;
}
.wrapper-dop-content .content-background .d-flex .content-container p.center {
  text-indent: 0rem;
}
.wrapper-dop-content .content-background .footer {
  margin-top: 2rem;
  color: white;
  padding: 3rem;
}
.wrapper-dop-content .content-background .footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -1rem;
  font-size: 2.5rem;
}
.wrapper-dop-content .content-background .footer ul li {
  padding: 1rem 2rem;
  border: solid 1px #22232c;
  border-radius: 2rem;
  background: #191a21;
  flex-grow: 1;
  text-align: center;
  margin: 0.2rem;
}
.wrapper-dop-content .content-background .footer ul a {
  color: white;
  text-decoration: none;
}

.local-domain-footer {
  margin-bottom: 4rem;
}
.local-domain-footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.local-domain-footer ul li {
  padding: 1.5rem;
  border: solid 1px #969da4;
  border-radius: 2rem;
  background: #969da4;
  flex-grow: 1;
  text-align: center;
  margin: 0.2rem;
  font-size: 2rem;
}
.local-domain-footer ul a {
  color: #141414;
  text-decoration: none;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
