@-webkit-keyframes fadeopacity_fft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeopacity_fft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadebgcolor_fft {
  0% {
    background-color: #dcdbdb;
    box-shadow: 2px 5px #c6c6c6;
  }
  100% {
    background-color: #303030;
    box-shadow: 2px 5px #1a1a1a;
  }
}

@keyframes fadebgcolor_fft {
  0% {
    background-color: #dcdbdb;
    box-shadow: 2px 5px #c6c6c6;
  }
  100% {
    background-color: #303030;
    box-shadow: 2px 5px #1a1a1a;
  }
}

.game_part_sizer {
  width: 120px;
  height: 134px;
}

.wrapper_box:after {
  content: '';
  display: block;
  clear: both;
}

.center_games_box_btm {
  width: 360px;
  height: initial;
  margin: 0 auto 70px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.center_games_box_btm .wrapper_box {
  width: 100%;
  /*        .game_btm_box_big {
            padding: 0 9px 12px 9px;
            width: 408px;
            height: 408px;
        }*/
}

.center_games_box_btm .wrapper_box .game_btm_box {
  width: 100px;
  height: initial;
  float: left;
  margin: 5px 10px;
  text-decoration: none;
}

.center_games_box_btm .wrapper_box .game_btm_box .game_btm_img {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.center_games_box_btm .wrapper_box .game_btm_box .game_btm_text {
  width: 100%;
  height: initial;
  line-height: 14px;
  text-align: center;
  margin: 5px 0;
}

.center_games_box_btm .active {
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 1024px) {
  .center_games_box_btm {
    width: 1000px;
  }
}

@media only screen and (min-width: 1280px) {
  .center_games_box_btm {
    width: 1200px;
  }
}

@media only screen and (min-width: 1366px) {
  .center_games_box_btm {
    width: 1300px;
  }
}

@media only screen and (max-width: 768px) {
  .center_games_box_btm {
    width: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .center_games_box_btm {
    width: 360px;
  }
}
