@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: 10px 0;
}
.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__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.2rem;
}
.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;
}
.koloda {
  text-align: center;
}
.koloda__img {
  max-width: 100%;
  cursor: pointer;
  margin: auto;
}
.kards {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  display: none;
}
.kards__item {
  margin: 0.5rem;
  /*border: 1px solid #d9d9d9;*/
  border-radius: 10px;
}
.kards__img {
  box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.5);
  transition: all 250ms ease-out;
  opacity: 0;
  max-width: 100%;
}
.show {
  opacity: 1;
}
.show.clicker {
  cursor: pointer;
}
.show.clicker:hover {
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  opacity: 0.85;
}
.forkards {
  display: none;
  margin-bottom: 1.5rem;
}
.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);
}
.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: 1rem;
  font-weight: 400;
}
#ox__rezult {
  display: none;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #262626;
  border-radius: 5px;
  padding: 5px 15px;
}
.rezult-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 150px calc(100% - 150px - 2rem);
      grid-template-columns: 150px calc(100% - 150px - 2rem);
  grid-gap: 2rem;
  margin: 1rem auto 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #262626;
}
.rezult-list__img {
  position: relative;
  height: 200px;
}
.rezult-list__img img {
  width: 115px;
  display: inline;
}


.rezult-list__question {
    font-size: 1.4rem;
}



.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  -ms-grid-column: span 2;
      grid-column: span 2;
  font-weight: bold;
  font-size: 1.2rem;
}
.rezult-list__info {
  display: flex;
  align-items: center;
}
@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.2rem;
  }
  .rezult-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: .5rem;
  }
  .rezult-list__img {
    text-align: center;
  }
  .rezult-list__title {
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
  }
  .rezult-list__cardtitle {
    -ms-grid-column: span 1;
    grid-column: span 1;
    text-align: center;
    font-size: 1.2rem;
  }
}