.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__none {
  display: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 0.5rem 2.5rem 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  border: 0px solid transparent;
  line-height: 1;
  background: #3394e6;
  color: #fff;
  border: 1px solid #1c88e3;
  transition: all 250ms ease-out;
  white-space: normal;
}
.ox__btn:focus {
  box-shadow: 0px 0px transparent;
}
.ox__btn:hover {
  background: #60acec;
  color: #fff;
}
.ox__btn:active,
.ox__btn:focus {
  background: #3394e6;
  color: #fff;
  border: 1px solid #1c88e3;
}
.ox__btn:active:hover,
.ox__btn:focus:hover {
  background: #60acec;
  color: #fff;
}
.ox__hidden {
  display: none;
}
.ox_actions {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.ox__bg {
  background-image: url('img/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 650px;
  margin: 1rem auto;
  padding: 3rem 1rem;
  min-height: 310px;
  border-radius: 6px;
}
.ox__crown {
  background-image: url('img/crown.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 240px;
  height: 145px;
  margin: 0 auto 2rem;
}
.ox__crown[data-click="1"] {
  background-position: 0px -170px;
}
.ox__crown[data-click="2"] {
  background-position: 0px -340px;
}
.ox__crown[data-click="3"] {
  background-position: 0px -510px;
}
.ox__crown[data-click="4"] {
  background-position: 0px -680px;
}
.ox__crown[data-click="5"] {
  background-position: 0px -850px;
}
.ox__crown[data-click="6"] {
  background-position: 0px -1020px;
  cursor: pointer;
}
.ox__gad {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.ox__title {
  width: 100%;
  text-align: left;
  margin: 15px 0;
  padding: 0;
}
.ox__title-big {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.ox__title-small {
  text-align: center;
  font-size: 1.5rem;
}
@keyframes geardbit {
  0% {
    z-index: 1;
    margin-left: 0;
  }
  50% {
    z-index: 1;
    margin-left: -80px;
  }
  100% {
    z-index: 3;
    margin-left: 0;
  }
}
.allcards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.allcards__item {
  width: 30px;
  display: block;
  cursor: pointer;
  margin: 5px;
}
.allcards__item.hovered {
  margin-top: -10px;
}
#ox__rezult {
  display: none;
  max-width: 450px;
  margin: 0.5rem auto 0;
  text-align: center;
  color: #fff;
  border: 2px solid #ffa700;
  border-radius: 10px;
  padding: 0.5rem;
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
}
