* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 10px;
  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 #ededed;
  transition: all 250ms ease-out;
  white-space: initial;
}
.ox__btn:focus {
  box-shadow: 0px 0px transparent;
}
.ox__btn:hover {
  background: #46a6f6;
  color: #fff;
}
.ox__btn:active,
.ox__btn:focus {
  background: #46a6f6;
  color: #fff;
  border: 1px solid #ededed;
}
.ox__btn:active:hover,
.ox__btn:focus:hover {
  background: #3394e6;
  color: #fff;
}
.btns {
  text-align: center;
  -ms-grid-column: span 3;
      grid-column: span 3;
}
.ox__title {
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
.ox_zodi {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.ox_zodi select {
  padding: 8px 16px;
}
.ox__rez {
  display: none;
  padding: 15px;
}
.ox__rez p {
  margin: 0;
  margin-bottom: 15px;
}
.ox__rez p:last-child,
.ox__rez p:only-child {
  margin-bottom: 15px;
}
.ox_title {
  text-align: center;
  margin: 20px 0;
  padding: 0;
}
@media (max-width: 560px) {
  .btns {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
  .ox_zodi {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.big__text {
  font-size: 22px;
  font-weight: 700;
}