@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation-name: flipInY;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.ox__gad {
  padding: 20px 0;
}
.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 1rem 2.5rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  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;
}
.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__input {
  padding: 0.5rem 1rem 0.5rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.ox__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.ox__input {
  padding: 0.5rem 1rem 0.5rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.ox__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.ox__title-big {
  font-weight: bold;
  font-size: 1.1rem;
}
.ox__names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}
.ox__names-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ox__names-item label {
  margin-bottom: 5px;
}
.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;
}
.kings {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto;
}
.kings__item {
  margin: 0.5rem;
  cursor: pointer;
  width: calc(25% - 1rem);
  text-align: center;
}
.kings__item img {
  box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.5);
  transition: all 250ms ease-out;
  opacity: 0.85;
}
.kings__item img:hover {
  opacity: 1;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.kings__item img {
  max-width: 100%;
}
.forkards {
  display: none;
  margin-bottom: 2rem;
}
.findking {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  max-width: 400px;
  margin: 0 auto;
}
.findking__item {
  text-align: center;
}
.findking__item img {
  max-width: 100%;
  box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.5);
}
#koloda {
  transition: all 250ms ease-out;
  opacity: 1;
}
#koloda.da {
  cursor: pointer;
}
#koloda.da:hover {
  opacity: 0.85;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.ox_preload {
  display: none;
}
.uking {
  transition: all 250ms ease-out;
  transform: rotate(0deg);
}
.uking.spin {
  transform: rotate(360deg);
}
.btns {
  text-align: center;
  margin: 20px auto;
}
.ox_smalltext {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
#ox__rezult {
  display: none;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px 15px;
}
.ox__pretext {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
.ox-checkbox {
  font-size: 1.25rem;
  width: 150px;
  margin: 0.5rem auto;
  display: none;
  margin-bottom: 10px;
}
.ox-checkbox__box {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0 0 0 20px;
}
.ox-checkbox__box:checked + .ox-checkbox__text:after {
  opacity: 1;
}
.ox-checkbox__text {
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
  display: unset;
  font-size: 1rem;
  font-weight: 500;
}
.ox-checkbox__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  border: 2px solid transparent;
  border-radius: 0;
  border: 2px solid #000;
  transition: .2s;
  width: 17px;
  height: 17px;
}
.ox-checkbox__text:after {
  content: '✓';
  position: absolute;
  top: -23px;
  left: 1px;
  color: #00b157;
  opacity: 0;
  transition: all 250ms ease-in;
  width: 20px;
  height: 20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .ox__names {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
  .kings__item {
    width: calc(50% - 1rem);
  }
  .kings__item:nth-child(odd) {
    text-align: right;
  }
  .kings__item:nth-child(even) {
    text-align: left;
  }
  .ox-checkbox__text {
    max-width: 280px;
  }
}
