.ox__gad {
  padding: 20px 0;
  text-align: center;
}
.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__btn {
  cursor: pointer !important;
  border-radius: 6px !important;
  padding: 1rem 1rem 1rem !important;
  text-align: center !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: 0px solid transparent !important;
  line-height: 1 !important;
  background: #4d4f66 !important;
  color: #fff !important;
  border: 1px solid #4d4d4d !important;
  transition: all 250ms ease-out !important;
}
.ox__btn:focus {
  box-shadow: 0px 0px transparent !important;
}
.ox__btn:hover {
  background: #6e7195 !important;
  color: #fff !important;
}
.ox__btn:active,
.ox__btn:focus {
  background: #6e7195 !important;
  color: #fff !important;
  border: 1px solid #7d7d7d !important;
}
.ox__btn:active:hover,
.ox__btn:focus:hover {
  background: #6e7195 !important;
  color: #fff !important;
}
.ox__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.ox__title-big {
  font-weight: 800;
  font-size: 2rem;
}
.ox__rezult {
  display: none;
  padding: 15px;
}
.ox__item .alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 16px;
}
.ox__item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.ox__korob {
  padding: 20px;
}
.ox__korob img {
  max-width: 100%;
  display: inline;
}
.btns {
  text-align: center;
  margin: 20px auto;
}

#subtext {font: normal 1.2rem/1.5 Arial, Helvetica, sans-serif;}

#ox__rezult {
  display: none;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #262626;
  border-radius: 5px;
  padding: 5px 15px;
}
.rezult-list {
  margin: 1rem auto 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #262626;
}
.rezult-list__title {
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}
.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.rezult-list__cardtitle span {
  display: block;
  font-size: 0.85rem;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.ox__kub img {
  max-width: 100%;
  display: inline;
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
  .rezult-list__cardtitle {
    font-size: 1.2rem;
  }
}
