.ox__gad {
  padding: 20px 0;
}
.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: .7rem 1.5rem .7rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  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;
}
@keyframes burn {
  2% {
    top: -125px;
  }
  to {
    top: -18px;
  }
}
.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__spichka {
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 750px;
}

.ox__spichka_text {
  font-size: 1.1rem;
  font-weight: bold;
}

.ox__spichka_item {
  width: 50%;
  position: relative;
  text-align: center;
}
.ox__spichka_the {
  width: 90px;
  height: 200px;
  background-image: url(img/spichki.png);
  background-position: -55px 0px;
  margin: 0 auto;
  position: relative;
}
.ox__spichka_the_1 {
  background-position: -154px 0px;
}
.ox__spichka_the_2 {
  background-position: -244px 0px;
}
.ox__spichka_the_3 {
  background-position: -344px 0px;
}
.ox__spichka_the_4 {
  background-position: -433px 0px;
}
.ox__spichka_the_5 {
  background-position: -537px 0px;
}
.ox__spichka_the_6 {
  background-position: -668px 0px;
}
.ox__spichka_fite {
  opacity: 0;
  width: 90px;
  position: absolute;
  top: -125px;
  left: -7px;
  transition: all 150ms ease-out;
}
.ox__spichka_fite.right.show {
  animation-duration: 12s;
}
.ox__spichka_fite.show {
  opacity: 1;
  animation-duration: 15s;
  animation-fill-mode: both;
  animation-name: burn;
}
.btns {
  text-align: center;
  margin: 20px auto;
}
#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: 800;
  font-size: 1rem;
  text-align: center;
}

.rezult-list__content p { 
font-size: 14px;
font: normal 15px/1.5 Arial, Helvetica, sans-serif; 
}


.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.rezult-list__cardtitle span {
  display: block;
  font-size: 0.85rem;
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
  .rezult-list__cardtitle {
    font-size: 1.35rem;
  }
}
