.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__none {
  display: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 0.5rem 2.5rem 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  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;
  white-space: normal;
}
.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_actions {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.ox__gad {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.ox__title {
  width: 100%;
  text-align: left;
  margin: 15px 0;
  padding: 0;
}
.ox__title-big {
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
}
.ox__title-small {
  text-align: center;
  font-size: 1.5rem;
}
.ox__circle {
  width: 250px;
  height: 250px;
  border-radius: 1000px;
  border: 1px solid #000;
  margin: 1.5rem auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ox_arrow {
  height: 60% !important;
  top: 20%;
  left: calc(50% - 7px);
  position: absolute;
  transition: transform 3s ease-out;
  z-index: 3;
}
.ox__answ {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  font-size: 1.1rem;
  font-weight: bold;
  width: 105px;
  position: absolute;
  left: calc(50% - 52.5px);
  transform-origin: bottom center;
}
.ox__answ:nth-child(even) {
  color: #000;
  background: #e6e6e6;
}
.ox__answ:nth-child(even):before {
  content: 'Нет';
}
.ox__answ:nth-child(odd) {
  background: #fff;
  color: #000;
}
.ox__answ:nth-child(odd):before {
  content: 'Да';
}
.ox__answ:before {
  margin-top: -100px;
  display: block;
  width: 100%;
  text-align: center;
}
.ox_compas {
  position: absolute;
  z-index: 20;
  left: calc(5% - 0px);
  top: calc(5% - 0px);
  width: 90%;
}


@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
}
