@-webkit-keyframes blinking-slow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinking-slow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking-slow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinking-full {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinking-full {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking-full {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinking-full-revert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blinking-full-revert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinking-full-revert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinking-half {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes blinking-half {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes blinking-half {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.wrapper {
  background: #000000 url(images/bg.jpg) center 0 no-repeat;
  font: 14px Arial, sans-serif;
  color: #fff;
  min-width: 1100px;
  height: 100%;
}
/*--------------*/
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinking-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinking-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clearfix {
  overflow: hidden;
  width: 100%;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.btn-wrap {
  text-align: center;
}
.btn-play {
  display: block;
  margin: auto;
  background: url("images/btn-play.png") center center no-repeat;
  border-radius: 15px;
  display: inline-block;
  width: 339px;
  height: 100px;
  position: relative;
}
.btn-play:active {
  top: 3px;
  box-shadow: none;
}
/*--------------*/
html {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  margin: 0 ;
  padding: 0;
  height: 100%;
  background: #000;
}
.game {
  display: block;
  max-width: 1113px;
  min-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  padding-top: 180px;
  transition: .2s;
  overflow: hidden;
}
.game-row {
  margin: 20px -67px;
}
.game-row:after {
  content: '';
  display: block;
  clear: both;
}
.game-item {
  width: 33.333%;
  float: left;
  padding: 20px 60px ;
  box-sizing: border-box;
  cursor: pointer;
}
.game-item.block {
  pointer-events: none;
}
.game-item.girl {
  cursor: default;
}
.game-item.girl.active .game-item__inset:before {
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blinking-reverse;
  -moz-animation-name: blinking-reverse;
  animation-name: blinking-reverse;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  animation-duration: .2s;
}
.game-item.disabled {
  opacity: .3;
  cursor: default;
}
.game-item.disabled-block {
  opacity: 0.3;
}
.tits-row .game-item:hover .game-item__inset:before {
  background: url('images/choice.png') center center no-repeat;
}
.tits-row .game-item.vis .game-item__inset:before {
  background: url('images/choice.png') center center no-repeat;
}
.game-item__inset {
  position: relative;
}
.game-item__inset:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  margin: auto;
  background: url('images/default.png') center center no-repeat;
}
.game-item.active .game-item__inset:before {
  background: url('images/choice.png') center center no-repeat;
}
.game-item.active .game-item__inset:after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  margin: auto;
  background: url('images/choice.png') center center no-repeat;
}
.hints {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 0;
  z-index: 0;
}
.hints-item {
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  width: 478px;
  height: 284px;
  top: -1000px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 999;
}
.hints-item.active {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.hints-item img {
  display: block;
  position: relative;
  z-index: 0;
}
.hints-item a {
  display: block;
  cursor: pointer;
  margin: auto;
  position: relative;
  top: -95px;
  width: 330px;
  height: 62px;
  z-index: 999;
  opacity: 0;
}
.hints-item a span {
  display: block;
  position: relative;
  width: 330px;
  height: 62px;
  z-index: 999;
}
.tits-row {
  margin-bottom: 0;
}
@media (max-width: 1396px) {
  .game {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    padding-top: 96px;
  }
}
@media (max-height: 908px) {
  .game {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    padding-top: 96px;
  }
}
