.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;
}
.allcards {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.allcards.opened {
  height: 150px;
}
.allcards.closed .allcards__item.hovered {
  margin-top: 0;
}
.allcards.closed .allcards__item:nth-child(1) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(2) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(3) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(4) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(5) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(6) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(7) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(8) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(9) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(10) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(11) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(12) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(13) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(14) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(15) {
  transform: rotateY(180deg) rotate(0deg);
  margin-left: 0px;
}
.allcards__item {
  background-image: url(img/rubashka.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 75px;
  height: 119px;
  top: 0;
  left: calc(50% - 37.5px);
  cursor: pointer;
  border-radius: 3px;
  transition: all 250ms ease-out;
  transform: rotateY(180deg) rotate(0deg);
  z-index: 1;
  transform-origin: center bottom;
}
.allcards__item.hide {
  opacity: 0;
  z-index: -100 !important;
}
.allcards__item:nth-child(1) {
  transform: rotateY(180deg) rotateZ(40deg);
  margin-left: -25px;
}
.allcards__item:nth-child(2) {
  transform: rotateY(180deg) rotateZ(30deg);
  margin-left: -20px;
}
.allcards__item:nth-child(3) {
  transform: rotateY(180deg) rotateZ(20deg);
  margin-left: -15px;
}
.allcards__item:nth-child(4) {
  transform: rotateY(180deg) rotateZ(10deg);
  margin-left: -10px;
}
.allcards__item:nth-child(5) {
  transform: rotateY(180deg) rotateZ(0deg);
  margin-left: -5px;
}
.allcards__item:nth-child(6) {
  transform: rotateY(180deg) rotateZ(-10deg);
  margin-left: 0px;
}
.allcards__item:nth-child(7) {
  transform: rotateY(180deg) rotateZ(-20deg);
  margin-left: 5px;
}
.allcards__item:nth-child(8) {
  transform: rotateY(180deg) rotate(-30deg);
  margin-left: 10px;
}
.allcards__item:nth-child(9) {
  transform: rotateY(180deg) rotate(-40deg);
  margin-left: 15px;
}
.allcards__item:nth-child(10) {
  transform: rotateY(180deg) rotate(-50deg);
  margin-left: 20px;
}
.allcards__item:nth-child(11) {
  transform: rotateY(180deg) rotate(-60deg);
  margin-left: 25px;
}
.allcards__item:nth-child(12) {
  transform: rotateY(180deg) rotate(-70deg);
  margin-left: 30px;
}
.allcards__item.hovered {
  margin-top: -10px;
}
.allcards__item.opened {
  margin-top: -172px;
  transform: rotateY(0deg);
  margin-left: 0px;
  box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.5);
  position: absolute;
}
.allcards__item.opened[data-count="count_1"] {
  margin-left: -172px;
}
.allcards__item.opened[data-count="count_2"] {
  margin-left: -57px;
}
.allcards__item.opened[data-count="count_3"] {
  margin-left: 57px;
}
.allcards__item.opened[data-count="count_4"] {
  margin-left: 172px;
}
.ox_glaz {
  width: 170px;
  opacity: 0;
  transition: all 750ms ease-out;
}
@keyframes ox_hold {
  from {
    box-shadow: 0px 0px 0px 0px #737373;
  }
  to {
    box-shadow: 0px 0px 20px 0px transparent;
  }
}
.card-position {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  padding-top: 160px;
}
.card-position__item {
  height: 119px;
  position: absolute;
  width: 75px;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}
.card-position__item.holded {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: ox_hold;
}
.card-position__item:nth-child(1) {
  left: 0;
}
.card-position__item:nth-child(2) {
  left: 115px;
}
.card-position__item:nth-child(3) {
  right: 115px;
}
.card-position__item:nth-child(4) {
  right: 0;
}
.card-position__card {
  width: 100%;
  padding-top: 119px;
  background-color: transparent;
  margin: 0 auto;
  border: 0px solid transparent;
  background-image: url('img/rubashka-back.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-position__desc {
  background: #fff;
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
}
.show__card {
  background-image: url(img/rubashka.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: 119px;
  cursor: pointer;
  margin-left: 0px;
  box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transform: rotateY(180deg);
  position: absolute;
  opacity: 0;
}
.show__card.opened {
  margin-top: -172px;
  transform: rotateY(0deg);
  margin-left: 0px;
  box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.5);
  position: absolute;
  opacity: 1;
}
.show__card.opened[data-count="count_1"] {
  margin-left: -62px;
}
.show__card.opened[data-count="count_2"] {
  margin-left: 54px;
}
.show__card.opened[data-count="count_3"] {
  margin-left: 169px;
}
.show__card.opened[data-count="count_4"] {
  margin-left: 285px;
}
.btns {
  text-align: center;
  margin: 20px auto;
}
.ox_smalltext {
  display: block;
  font-size: 1rem;
}
#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;
}
.rezult-list__title {
  font-weight: bold;
  font-size: 1.1rem;
}
.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  -ms-grid-column: span 2;
      grid-column: span 2;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (min-width: 767px) {
  .show__card {
    transition: all 250ms ease-out;
  }
}
@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;
  }
  .allcards__item.opened[data-count="count_1"] {
    margin-top: -274px;
    margin-left: -63px;
  }
  .allcards__item.opened[data-count="count_2"] {
    margin-top: -274px;
    margin-left: 62px;
  }
  .allcards__item.opened[data-count="count_3"] {
    margin-left: -63px;
    margin-top: -138px;
  }
  .allcards__item.opened[data-count="count_4"] {
    margin-left: 62px;
    margin-top: -138px;
  }
  .ox_glaz {
    width: 120px;
  }
  .card-position {
    width: 200px;
    padding-top: 110px;
    padding-bottom: 145px;
  }
  .card-position__item:nth-child(1) {
    left: 0;
    top: 0;
  }
  .card-position__item:nth-child(2) {
    left: initial;
    top: 0;
    right: 0;
  }
  .card-position__item:nth-child(3) {
    left: 0;
    bottom: 0;
    right: initial;
    top: initial;
  }
  .card-position__item:nth-child(4) {
    bottom: 0;
    right: 0;
    top: initial;
  }
  .show__card.opened[data-count="count_1"] {
    margin-top: -274px;
    margin-left: 48px;
  }
  .show__card.opened[data-count="count_2"] {
    margin-top: -274px;
    margin-left: 173px;
  }
  .show__card.opened[data-count="count_3"] {
    margin-left: 48px;
    margin-top: -138px;
  }
  .show__card.opened[data-count="count_4"] {
    margin-left: 173px;
    margin-top: -138px;
  }
  .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.35rem;
    width: 100%;
  }
  .rezult-list__cardtitle {
    -ms-grid-column: span 1;
    grid-column: span 1;
    text-align: center;
    font-size: 1.35rem;
  }
}