
#center {
  width: 1280px;
  /*background: #003C9A;*/
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
#center .games {
  display: grid;
  grid-template-columns: repeat(8, calc(89% / 8));
  grid-gap: 19px;
  /*box-sizing: border-box;*/
}
#center .games a {
  /*box-shadow: 0px 4px 7px 1px #002661;*/
  border-radius: 50px;
  transform: translate3d(0, 0, 0);
  background: url(../images/bg.svg) no-repeat;
  background-size: 133px;
}
#center .games a :hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
#center .games a :hover p {
  top: 0%;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding-top: 70%;
  text-align: center;
}
#center .games a:nth-child(10) {
  grid-column: 2/4;
  grid-row: 2/4;
  overflow: hidden;
  background: url(../images/bg.svg) no-repeat;
  background-size: 286px;
}
#center .games a:nth-child(10) li .swiper .swiper-wrapper {
  display: flex;
}
#center .games a:nth-child(10) li .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
#center .games a:nth-child(10) li .swiper .swiper-wrapper .swiper-slide img {
  height: 286px;
  width: 286px;
}
#center .games a:nth-child(19) {
  grid-column: 6/8;
  grid-row: 3/5;
  overflow: hidden;
  background: url(../images/bg.svg) no-repeat;
  background-size: 286px;
}
#center .games a:nth-child(19) li .swiper1 .swiper-wrapper {
  display: flex;
}
#center .games a:nth-child(19) li .swiper1 .swiper-wrapper .swiper-slide {
  width: 100%;
}
#center .games a:nth-child(19) li .swiper1 .swiper-wrapper .swiper-slide img {
  width: 286px;
  height: 286px;
}
#center .games a li {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
#center .games a li img {
  width: 100%;
  height: 100%;
}
#center .games a li p {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: Futura PT-Bold, Futura PT;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
#center .gg {
  margin-top: 35px;
}
#center .gg img {
  width: 100%;
  height: 90px;
}
#center .btn {
  width: 100%;
  margin: 23px 0 46px 0;
}
#center .btn button {
  display: block;
  width: 304px;
  height: 58px;
  background: #31afff;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: none;
  margin: 0 auto;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
}
#center .ti {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #00EEFE;
  background: #31afff;
  border-radius: 10px;
}
#center .games_bottom {
  display: grid;
  grid-template-columns: repeat(8, calc(91% / 8));
  grid-gap: 16px;
  margin-top: 30px;
}
#center .games_bottom a {
  /*box-shadow: 0px 4px 7px 1px #002661;*/
  border-radius: 50px;
  background: url(../images/bg.svg) no-repeat;
  background-size: 133px;
}
#center .games_bottom a :hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
#center .games_bottom a :hover p {
  top: 0%;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding-top: 70%;
}
#center .games_bottom a li {
  list-style: none;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
#center .games_bottom a li img {
  width: 100%;
}
#center .games_bottom a li p {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}



/*@media screen and (max-width: 1650px) {*/
/*  #center {*/
/*    width: 1280px;*/
/*  }*/
/*  #center .games {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(8, calc(89% / 8));*/
/*    grid-gap: 19px;*/
/*  }*/
/*  #center .games a:nth-child(10) {*/
/*    grid-column: 2/4;*/
/*    grid-row: 2/4;*/
/*    overflow: hidden;*/
/*  }*/
/*  #center .games a:nth-child(10) li .swiper .swiper-wrapper {*/
/*    display: flex;*/
/*  }*/
/*  #center .games a:nth-child(10) li .swiper .swiper-wrapper .swiper-slide {*/
/*    width: 100%;*/
/*  }*/
/*  #center .games a:nth-child(10) li .swiper .swiper-wrapper .swiper-slide img {*/
/*    width: 286px;*/
/*  }*/
/*  #center .games a:nth-child(19) {*/
/*    grid-column: 6/8;*/
/*    grid-row: 3/5;*/
/*    overflow: hidden;*/
/*  }*/
/*  #center .games a:nth-child(19) li .swiper1 .swiper-wrapper {*/
/*    display: flex;*/
/*  }*/
/*  #center .games a:nth-child(19) li .swiper1 .swiper-wrapper .swiper-slide {*/
/*    width: 100%;*/
/*  }*/
/*  #center .games a:nth-child(19) li .swiper1 .swiper-wrapper .swiper-slide img {*/
/*    width: 286px;*/
/*  }*/
/*  #center .games_bottom {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(8, calc(89% / 8));*/
/*    grid-gap: 19px;*/
/*  }*/
/*}*/
