body {
  font-family: 'Gilroy', sans-serif;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-size: 16px;
  line-height: 1;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(top left, rgb(58, 91, 95), rgb(0, 0, 0)), -webkit-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: -o-linear-gradient(top left, rgb(58, 91, 95), rgb(0, 0, 0)), -o-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: linear-gradient(to bottom right, rgb(58, 91, 95), rgb(0, 0, 0)), linear-gradient(transparent, rgb(0, 0, 0) 70%);
  position: relative;
  color: #fff;
  overscroll-behavior: none;
  overflow-x: hidden;
  width: 100%;
}

*:active,
*:hover,
*:focus {
  outline: 0;
  outline-offset: 0;
}
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body.category-body {
  background-image: -webkit-linear-gradient(top left, rgb(29, 124, 118), rgb(0, 0, 0)), -webkit-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: -o-linear-gradient(top left, rgb(29, 124, 118), rgb(0, 0, 0)), -o-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: linear-gradient(to bottom right, rgb(29, 124, 118), rgb(0, 0, 0)), linear-gradient(transparent, rgb(0, 0, 0) 70%);
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-header {
  text-align: center;
  display: block;
}

h2 {
  font-size: 35px;
  margin: 10px 0;
  font-weight: 800;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 230px;
  background: rgba(0, 0, 0, 0.8);
  will-change: transform;
  -webkit-transform: translateX(-230px);
  -ms-transform: translateX(-230px);
  -o-transform: translateX(-230px);
  transform: translateX(-230px);
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  z-index: 99
}

.page {
  -webkit-transition: translate .3s ease;
  -o-transition: translate .3s ease;
  transition: translate .3s ease;

}

.contacts-content {
  /*  min-height: 80vh;*/
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  max-width: 600px;
  margin: 0 auto 300px;
}


.contacts-content span {
  display: block
}

.sidebar-opened .sidebar {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.sidebar-opened .page {
  -webkit-transform: translateX(230px);
  -ms-transform: translateX(230px);
  -o-transform: translateX(230px);
  transform: translateX(230px);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-right: 230px;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}

.page .top-menu {
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  padding: 0;
  max-width: 800px;
  padding-top: 25px;
}

.top-menu li {
  display: inline-block;
  opacity: 0.6;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  position: relative;
}

.top-menu li:hover {
  opacity: 1
}

.top-menu li.active {
  opacity: 1
}

.top-menu li.active:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #1db954;
  width: 30px;
}

#menu {
  z-index: 99;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  outline: none;
}

#menu:focus,
#menu:active {
  outline: none
}

#menu span:after,
#menu span:before {
  display: block;
  content: "";
}

#menu span,
#menu span:before,
#menu span:after {
  position: absolute;
  width: 35px;
  height: 4px;
  -webkit-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  border-radius: 1px;
  background-color: #fff;
  display: block;
}

#menu span:before {
  top: -10px;
}

#menu span:after {
  bottom: -10px;
}

#menu span {
  top: 50%;
  display: block;
  margin-top: -2px;
}

#menu span:before {
  transform: translate3d(-8px, 3px, 0) rotate(-40deg) scaleX(.7);
}

#menu span:after {
  transform: translate3d(-8px, -3px, 0) rotate(40deg) scaleX(.7)
}

.sidebar-opened #menu span:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
  -ms-transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
  -o-transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
  transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
}

.sidebar-opened #menu span:after {
  -webkit-transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
  -ms-transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
  -o-transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
  transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
}

.sidebar .logo {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}

.sidebar .logo img {
  width: 100%;
}

.sidebar-content {
  padding: 25px 15px 0;
}

.sidebar-menu {
  display: block;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  padding-left: 10px;
}

.sidebar-menu a {
  color: #b3b3b3;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  display: block;
  padding-left: 35px;
  white-space: nowrap;
}

.sidebar-menu li {
  height: 40px;
  line-height: 40px;
  position: relative;
}

.sidebar-menu li svg {
  height: 16px;
  fill: #b3b3b3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
}

.sidebar-menu li:hover svg {
  fill: #FFF
}

.sidebar-menu li:hover a {
  color: #fff;
}

.sidebar-menu .active a {
  color: #fff;
}

.sidebar-menu .active svg {
  fill: #fff
}

.sidebar-menu .active:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 4px;
  left: -25px;
  background-color: #1ed760;
}

.right-content {
  margin-top: 55px;
}

h6 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2.85px;
  margin: 10px 0;
}

.items-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 55px -15px 0;
}

.items-wrapper .game-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.items-wrapper .game-item__pic {
  padding-bottom: 65%;
  background-image: url(../img/1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.items-wrapper .game-item__hover {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8))
}

.game-item__category {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 17px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: inline-block;
  padding: 5px 10px 5px 5px;
  border-radius: 0 25px 25px 0;
  z-index: 2;
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.game-item__play {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  z-index: 2;
  background: #1db954;
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: translate(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 25px 0 0 25px;
}

.game-item__play span {
  margin-right: 10px;
}

.game-item__play img {
  -webkit-animation: pulsing 2s ease infinite;
  animation: pulsing 2s ease infinite;
}

.items-wrapper .game-item__pic:hover .game-item__hover {
  opacity: 1
}

.items-wrapper .game-item__pic:hover .game-item__category {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.items-wrapper .game-item__pic:hover .game-item__play {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.game-item__content:hover .game-item__title {
  opacity: 1
}

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

.game-item__title {
  /*  font-weight: 500;*/
  color: #fff;
  margin-bottom: 5px;
  opacity: 0.6;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  cursor: pointer;
  display: block;
}

.game-item__stars {
  /*
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
*/
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 20px;
  line-height: 15px;
}

.star-filled,
.star-unfilled,
.star-half-filled {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: block;
  float: left;
}

.star-filled {
  background: url(../img/star-filled.svg)no-repeat center;
  background-size: contain;

}

.star-unfilled {
  background: url(../img/star-unfilled.svg)no-repeat center;
  background-size: contain;
}

.star-half-filled {
  background: url(../img/star-half.svg)no-repeat center;
  background-size: contain;
}

.game-item__stars game-item__star:last-child {
  margin: 0;
}

@-webkit-keyframes pulsing {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsing {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 50px 0 50px 0;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
  font-size: 18px;
}

.pagination ul li:hover a {
  color: #fff;
}

.pagination ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.pagination ul li.active a {
  color: #fff;
}

.pagination ul li.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 25px;
  margin: auto;
  background: #1db954
}

.join-button {
  background: #1db954;
  display: block;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  height: 45px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  padding: 0;
  cursor: pointer
}

.join-button:hover {
  background: #0b7d34
}

footer {
  padding: 20px 15px;
  margin-top: auto;
  background: rgba(0, 0, 0, 0.8);
}

.footer__links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer__links a {
  opacity: 0.6;
  padding: 0 10px;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer__links a:hover,
.footer__copyright a:hover {
  opacity: 1
}

.footer__adress {
  font-size: 14px;
  text-align: center;
  margin: 30px 0px;
  opacity: .6
}

.footer__copyright span,
.footer__copyright a {
  opacity: .6;
  font-size: 14px;
  padding: 0 10px;
}

.searchbar,
.searchbar-desktop {
  position: fixed;
  top: 0;
  right: 0;
  left: 230px;
  background: rgba(0, 0, 0, .8);
  height: 270px;
  z-index: 9;
  display: none;
  text-align: center;
}

.searchbar-desktop {
  display: none;
}

.searchbar input,
.searchbar-desktop input {
  text-align: center;
  font-size: 18px;
  color: #000;
  display: block;
  height: 40px;
  border: none;
  width: 500px;
  font-family: 'Gilroy';
  border-radius: 30px
}

.searchbar .container,
.searchbar-desktop .container {
  position: relative;
}

.searchbar .join-button,
.searchbar-desktop .join-button {
  max-width: 200px;
  border: none;
  display: block;
  padding: 0;
  margin-left: 20px;
  height: 40px;
  line-height: 40px;
  font-family: 'Gilroy';
  cursor: pointer
}

.searchbar form,
.searchbar-desktop form {
  padding-top: 125px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}

.searchclose {
  color: #fff;
}

.page-header h2 {
  margin-top: 55px;
}

.right-content .main-slider {}


.main-logo {
  width: 250px;
  margin: 20px auto 40px;
  display: block;
}

.main-logo img {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear:after {
  content: '';
  display: block;
  clear: both
}

h1 {
  font-size: 56px;
  font-weight: 800;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  font-size: 23px;
}

.title-section {
  height: 100vh;
  position: relative;
  min-height: 400px;
  background-color: #1db954;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%231db954' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2300b45b' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%2300af61' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2300aa67' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%2300a56b' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23009f6f' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23009a72' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23009474' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23008f76' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23008976' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23008476' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23007e75' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23007873' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23147271' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23226c6d' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%232c6769' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23346164' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%233a5b5f' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  /*  background-attachment: fixed;*/
  background-size: cover;
  background-color: rgba(0, 0, 0, .8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.title-section:after {
  content: '';
  z-index: 0;
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0px;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7))
}

.title-section .container {
  z-index: 2;
  height: 100%;
  position: relative;
}

.main-swiper .game-item__pic {
  padding-bottom: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.main-swiper .main-swiper__container {
  margin: 0 60px
}

.main-swiper__pagination {
  position: static;
  margin: 20px 0
}

.swiper-pagination-bullet-active {
  background: #1db954
    /*  background: #fff*/
}


.main-swiper .swiper-pagination-bullet {
  opacity: .6
}

.title-section__title {
  text-align: center;
  margin-bottom: 35px;
}

.title-section__title h6 {
  letter-spacing: .8px
}

.title-section__downarr {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-animation: down 1.5s ease infinite;
  animation: down 1.5s ease infinite;
}

@keyframes down {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.title-section__downarr img {
  width: 100%;
}

.title-section__cats {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  max-width: 800px;
  margin: auto
}

.title-section__icon {
  text-align: center;
  margin-bottom: 10px;
}

.title-section__item img {
  height: 50px;
}

.title-section__desc {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.title-section__wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.items-section__title {
  position: relative;
}

.items-section__title:after {
  content: '';
  width: 30px;
  display: block;
  margin: 20px 20px -15px;
  height: 4px;
  background: #1db954;
}

.items-section__btn {
  width: 200px;
  margin: 20px auto 0
}

.items-section {
  padding: 45px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.advantages-sect {
  background-color: #1db954;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%231db954'/%3E%3Cstop offset='1' stop-color='%23E0F'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%231bbf7b'/%3E%3Cstop offset='1' stop-color='%23ce00f3'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%2319c5a6'/%3E%3Cstop offset='1' stop-color='%23b000e6'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%2316c1cb'/%3E%3Cstop offset='1' stop-color='%239400da'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%23149ad1'/%3E%3Cstop offset='1' stop-color='%237a00ce'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%23116fd7'/%3E%3Cstop offset='1' stop-color='%236200c1'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%230f40de'/%3E%3Cstop offset='1' stop-color='%234d00b5'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%230c0de4'/%3E%3Cstop offset='1' stop-color='%233900a8'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%233d09eb'/%3E%3Cstop offset='1' stop-color='%2328009c'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%237306f1'/%3E%3Cstop offset='1' stop-color='%23180090'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23ae03f8'/%3E%3Cstop offset='1' stop-color='%230b0083'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23E0F'/%3E%3Cstop offset='1' stop-color='%23007'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E");
  /*  background-attachment: fixed;*/
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.advantages-sect__wrapper {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.advantages-sect__ico {
  width: auto;
  margin: 0 auto 20px;
  text-align: center;
}

.advantages-sect__ico img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4)
}

.advantages-sect__desc {
  text-align: center;
  max-width: 300px
}

.advantages-sect__desc b {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.advantages-sect__desc span {
  font-size: 14px;
  display: block;
}

.advantages-sect .container {
  min-height: 580px;
  position: relative;
}

.advantages-sect__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

[data-animate] {
  opacity: 0;
  visibility: hidden;
}

.animated {
  animation-duration: .4s;
  animation-color-mode: both;
}

[data-animate].animated {
  opacity: 1;
  visibility: visible;
  animation-name: fadeInUp;
}

.animated.done {
  animation: none;
}

.contacts-body .page .page-header h2,
.top50-body .page .page-header h2,
.login-body .page .page-header h2 {
  margin: 0 0 25px;
  padding-top: 30px;
}

.contacts-body .page .right-content,
.top50-body .page .right-content {
  margin-top: 25px;
}

.contacts-body .page .page-header .container,
.top50-body .page .page-header .container,
.login-body .page .page-header .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

body.top50-body {
  background-image: -webkit-linear-gradient(top left, rgb(30, 50, 100), rgb(0, 0, 0)), -webkit-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: -o-linear-gradient(top left, rgb(30, 50, 100), rgb(0, 0, 0)), -o-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: linear-gradient(to bottom right, rgb(30, 50, 100), rgb(0, 0, 0)), linear-gradient(transparent, rgb(0, 0, 0) 70%);
}

.rules-content {
  text-align: left;
  margin-bottom: 100px;
}

.login-content, .auth-content, .unsubscribe-content {
  text-align: center;
  margin: 100px 0 200px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
  max-width: 500px;
  border-radius: 10px;
  margin: 100px auto 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.login-form input, .auth-form input, .unsubscribe-content input {
  display: block;
  width: 300px;
  height: 40px;
  border-radius: 45px;
  border: none;
  background: #fff;
  margin: 15px auto 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  outline: none;
  padding: 10px 0;
}

.login-form input:focus,
.login-form input:active,
.auth-form input:focus,
.auth-form input:active,
.unsubscribe-content input:focus,
.unsubscribe-content input:active{
  outline: none
}

.login-content .join-button, .auth-form .join-button,
.unsubscribe-content .join-button{
  display: block;
  border: none;
  width: 300px;
  margin: 0 auto 15px
}

.subscribe-button {
  background: #398888
}

.subscribe-button:hover {
  background: #5bbdbd;
}

.login-body {
  background-image: -webkit-linear-gradient(top left, rgb(29, 124, 118), rgb(0, 0, 0)), -webkit-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: -o-linear-gradient(top left, rgb(29, 124, 118), rgb(0, 0, 0)), -o-linear-gradient(transparent, rgb(0, 0, 0) 70%);
  background-image: linear-gradient(to bottom right, rgb(29, 124, 118), rgb(0, 0, 0)), linear-gradient(transparent, rgb(0, 0, 0) 70%);
}

.game-desc__pic {
  width: 128px;
  height: 128px;
  margin: 0 auto 20px;
  background-size: cover
}

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

.game-desc__category {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.game-desc__counter {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.game-desc__buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 10px 0 20px;
}

.game-desc__button {
  width: max(1%, 260px);
  margin: 0 5px
}

.game-desc__desc {
  max-width: 500px;
  margin: 0 auto 20px;
  line-height: 20px;
}

.game-desc__desc * {
  font-family: "Gilroy", sans-serif !important;
  color: #fff !important;
}

.game-desc__desc font {
  font-size: inherit;
}

.game-desc__screenshots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.game-desc__screenshots img {
  max-width: 300px;
  display: block;
  border-radius: 10px;
  margin: 0 10px 10px;
}

.game-content {
  margin-bottom: 100px;
}

.game-desc__note {
  margin-top: 20px;
  font-size: 12px;
}

.advantages-sect_item {
  width: 20%;
}

.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
  line-height: 60px;
  z-index: 99;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.header .logo img {
  height: 30px;
  vertical-align: middle;
}

.header-search {
  width: 40px;
  cursor: pointer;
  outline: none
}

.header-search:focus,
.header-search:active {}

.header-search svg {
  fill: #fff;
  vertical-align: middle;
  height: 25px;
}

#searchclose-md {
  display: none;
  width: 25px;
  text-align: right;
}

.header .logo,
.header .header-search {
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  display: block;
  text-align: right;
}

.searchbar-transformed .header .logo,
.searchbar-transformed .header .header-search {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}

.advantages-sect__items .clear {
  display: none;
}

.searchbar-desktop .searchclose {
  position: absolute;
  top: 10px;
  right: 10px;
}

.searchbar-desktop .searchclose img {
  width: 25px;
}

.game-desc__desc table {
  margin: auto auto 50px;
}

.join-button-download {
  line-height: 30px;
  position: relative;
  background: #398888;
}

.join-button-download:hover {
  background: #5bbdbd
}

.join-button-download span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  line-height: 12px;
}
input, button{
  font-family: 'Gilroy';
}

.auth-form span {
  display: block;
  margin-bottom: 10px
}
.auth-form input{
  margin-bottom: 5px;
}
.auth-form .help{
  font-size: 12px;
  margin-bottom: 20px;
  opacity: 0.6
}
.auth-form .cancel:hover{
  text-decoration: underline;
  cursor: pointer
}
.auth-form .join-button{
  margin-bottom: 20px;
}
.auth-form{
  margin-bottom: 20px;
  background: rgba(255,255,255,0.1);
  padding: 15px;
  border-radius: 8px;
}
.auth-content .footer a{
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  opacity: 0.6
}
.auth-content .footer a:last-child{
  margin-bottom: 0;
}
.auth-content .footer a:hover{
  text-decoration: underline;
}
.unsubscribe-content .join-button.access-button{
  background: #d00707
}
.unsubscribe-content .join-button.access-button:hover{
  background: #750404
}
.unsubscribe-content .desc{
  font-size: 12px;
  opacity: 0.6;
  margin: 0 0 20px 0;
}
.unsubscribe-content input{
  margin-bottom: 5px;
}
.title{
  font-size: 18px;
}

footer a,
footer a span,
footer a b,
footer a i,
footer a u
{
  color: #fff !important;
  font-weight: bold;
}
.header .logo img {
    height: 30px;
    margin-right: 9px;
    float: left;
    margin-top: 14px;
}
.header .logo{
  font-weight: 600;
}
.header .logo span{
  float: left;
  display: block;
}
.header .logo_smalltxt{
  margin-top: 4px;
}
.sidebar .logo img {
width: 33px;
    float: left;
    margin-right: 8px;
}
.sidebar .logo{
  font-weight: 600;
}
.sidebar .logo span{
  display: block;
  float: left;
}
.sidebar .logo .logo_smalltxt{
  margin-top: 9px;
}
.menu-gp{
  width: auto;
  margin-top: 20px;
  outline: none
}
.menu-gp a{
  display: block;
  outline: none
}
.menu-gp img{
  width: 100%;
}

/* langs */

.langs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.lang__btn {
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}

.lang__btn:disabled {
  outline: 3px solid #1db954;
  outline-offset: 2px;
  cursor: default;
}

.lang__img {
  width: 30px;
  height: 30px;
}