.ox__gad {
  padding: 20px 0;
}
.ox__gad .do_btns {
  margin-top: -1rem;
}
.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__none {
  display: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 1rem 2.5rem 1rem;
  text-align: center;
  font-size: 1.8rem;
  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__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__info {
  text-align: center;
  margin: 1rem auto 3rem;
  max-width: 700px;
}
.ox__info_title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
}
.ox-zodiak {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ox-zodiak__item {
  width: calc(15% - 10px);
  margin: 5px;
  cursor: pointer;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
  border-radius: 6px;
  display: inline-block;
  transition: all 250ms ease-out;
}
.ox-zodiak__item.active,
.ox-zodiak__item:hover {
  background: #dccedf;
  border: 1px solid #c6afcb;
}
.ox-zodiak__item.active .ox-zodiak__icon,
.ox-zodiak__item:hover .ox-zodiak__icon {
  background: #e300ff;
}
.ox-zodiak__item.active .ox-zodiak__svg,
.ox-zodiak__item:hover .ox-zodiak__svg {
  fill: #fff;
}
.ox-zodiak__icon {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  margin: 0 auto;
  background: #dccedf;
  transition: all 250ms ease-out;
}
.ox-zodiak__svg {
  width: 30px;
  height: 30px;
  transition: all 250ms ease-out;
}
.ox-zodiak__text {
  /*font-size: 1.7rem;*/
  margin-top: 0.25rem;
}
.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-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
}

.ox__gad .rezult-list__content { 
font-size: 1em; 
}

.rezult-list__cardtitle span {
  display: block;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  .ox__info_title:before {
    content: '↔';
    position: absolute;
    width: 30px;
    left: calc(50% - 15px);
    bottom: -1rem;
    text-align: center;
  }
  .ox-zodiak {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1rem;
    display: block;
    white-space: nowrap;
  }
  .ox-zodiak__item {
    width: calc(70px + 1rem);
    margin: 0 2px;
  }
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
  .rezult-list__cardtitle {
    font-size: 1.35rem;
  }
}
