.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: #5c5c5c;
  color: #fff;
  border: 1px solid #473829;
  transition: all 250ms ease-out;
  white-space: normal;
}
.ox__btn:focus {
  box-shadow: 0px 0px transparent;
}
.ox__btn:hover {
  background: #474747;
  color: #fff;
}
.ox__btn:active,
.ox__btn:focus {
  background: #5c5c5c;
  color: #fff;
  border: 1px solid #473829;
}
.ox__btn:active:hover,
.ox__btn:focus:hover {
  background: #474747;
  color: #fff;
}
.ox__gad {
  width: calc(100% - 2rem);
  margin: 1rem 1rem;
  padding: 10px;
  box-sizing: border-box;
}
.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__date {
  margin: 1rem;
}
.ox_form {
  display: block;
  padding: 0.25rem 1rem;
}
.ox__content {
  display: flex;
  justify-content: center;
}
.ox__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ox__cards.noselect .ox__cards-item {
  cursor: pointer;
}
.ox__cards.noselect .ox__cards-item:hover {
  margin-top: 0rem;
  box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.15);
}
.ox__cards-item {
  margin: 10px;
  width: 85px;
  height: 152px;
  background-image: url(img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 250ms ease-out;
  cursor: default;
  box-shadow: 15px 10px 15px -10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.ox__btns {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.ox__rezult {
  padding: 15px;
}
.ox__akafist {
  margin-top: 1rem;
  text-align: center;
  padding: 10px 15px;
  background: #e6e6e6;
  transition: all 250ms ease-out;
  cursor: pointer;
}
.ox__akafist:hover {
  background: #d9d9d9;
}
.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;
}
.rezult__tabs {
  display: flex;
}
.rezult__tabs-item {
  border: 1px solid #999a9a;
  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 #999a9a;
  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: 10px;
}
.rezult__title {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
  text-decoration: underline;
}
.rezult__sublilte {
  font-weight: bold;
}
.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;
  }
  .ox__date {
    width: calc(100% - 20px);
    margin: 1rem auto;
  }
  .ox_form {
    width: 100%;
  }
  .ox__content {
    display: block;
  }
  .ox__cards-item {
    margin: 10px 5px;
    width: 55px;
    height: 98px;
  }
  .rezult__img {
    float: none;
    display: block;
    margin: 0.5rem auto;
  }
  .rezult__sublilte {
    text-align: center;
  }
}