.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__none {
  display: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 0.7rem 1.5rem 0.7rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  border: 0px solid transparent;
  line-height: 1;
  background: #5c4b39;
  color: #fff;
  border: 1px solid #4e3521;
  transition: all 250ms ease-out;
  white-space: normal;
}
.ox__btn:focus {
  box-shadow: 0px 0px transparent;
}
.ox__btn:hover {
  background: #493c2e;
  color: #fff;
}
.ox__btn:active,
.ox__btn:focus {
  background: #3394e6;
  color: #fff;
  border: 1px solid #4e3521;
}
.ox__btn:active:hover,
.ox__btn:focus:hover {
  background: #493c2e;
  color: #fff;
}
.ox__hidden {
  display: none;
}
.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.1rem;
}
.ox__btns {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.ox__rezult {
  padding: 15px;
}
.allcards {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.allcards.opened {
  height: 150px;
}
.allcards.closed .allcards__item {
  box-shadow: 0px 0px 0px 0px #000000;
}
.allcards.closed .allcards__item.hovered {
  margin-top: 0;
}
.allcards.closed .allcards__item:nth-child(1) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(2) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(3) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(4) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(5) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(6) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(7) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(8) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(9) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(10) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(11) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(12) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(13) {
  margin-left: 0px;
  box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.5);
}
.allcards.closed .allcards__item:nth-child(14) {
  margin-left: 0px;
}
.allcards.closed .allcards__item:nth-child(15) {
  margin-left: 0px;
}
.allcards__item {
  background-image: url(img/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 75px;
  height: 129px;
  top: 0;
  left: calc(50% - 37.5px);
  cursor: pointer;
  box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transition: margin 750ms ease-out, background 250ms ease-out;
  transform: rotateY(180deg) rotate(0deg);
  z-index: 1;
  transform-origin: center bottom;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.allcards__item.hide {
  opacity: 0;
  z-index: -100 !important;
}
.allcards__item:nth-child(1) {
  margin-left: -150px;
}
.allcards__item:nth-child(2) {
  margin-left: -125px;
}
.allcards__item:nth-child(3) {
  margin-left: -100px;
}
.allcards__item:nth-child(4) {
  margin-left: -75px;
}
.allcards__item:nth-child(5) {
  margin-left: -50px;
}
.allcards__item:nth-child(6) {
  margin-left: -25px;
}
.allcards__item:nth-child(7) {
  margin-left: 0px;
}
.allcards__item:nth-child(8) {
  margin-left: 25px;
}
.allcards__item:nth-child(9) {
  margin-left: 50px;
}
.allcards__item:nth-child(10) {
  margin-left: 75px;
}
.allcards__item:nth-child(11) {
  margin-left: 100px;
}
.allcards__item:nth-child(12) {
  margin-left: 125px;
}
.allcards__item:nth-child(13) {
  margin-left: 150px;
}
.allcards__item.hovered {
  margin-top: -10px;
}
.btns {
  text-align: center;
  margin: 20px auto;
  -ms-grid-column: span 3;
      grid-column: span 3;
}
#ox__rezult {
  display: none;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.rezult__tabs {
  display: flex;
}
.rezult__tabs-item {
  border: 1px solid #000;
  margin-left: -1px;
  cursor: pointer;
  padding: 0.25rem .5rem;
  background: #f2f2f2;
  transition: all 250ms ease-out;
}
.rezult__tabs-item:hover {
  background: #fff;
}
.rezult__tabs-item.active {
  background: #fff;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #fff;
}
.rezult__tabs-item:first-child {
  margin-left: 0;
}
.rezult__list {
  border: 1px solid #000;
  padding: 10px;
  margin-top: -1px;
  background: #fff;
}
.rezult__list-item {
  display: none;
}
.rezult__list-item.active {
  display: block;
}
.rezult__list-item.active:after {
  content: '';
  display: block;
  clear: both;
}
.rezult__img {
  float: left;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.rezult__title {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
  text-decoration: underline;
}
.rezult__sublilte {
  font-weight: bold;
  text-align: left;
}
.rezult__content {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .btns {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
  .rezult__img {
    float: none;
    display: block;
    margin: 0.5rem auto;
  }
  .rezult__sublilte {
    text-align: center;
  }
}
