.ox__gad {
  padding: 20px 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__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.ox__title-big {
  font-weight: 800;
  font-size: 2rem;
}
.ox__kub {
  text-align: center;
}
.ox__kub img {
  max-width: 100%;
  display: inline-block;
  margin: 0 1rem;
}
.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;
}
.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: bold;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
}
.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.rezult-list__content {
  margin-bottom: 14px;
}

.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.2rem;
  }
}