.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: #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.5rem;
}
.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: 500;
  font-size: 1.8rem;
  text-align: center;
}
.ox__title-small {
  text-align: center;
  font-size: 1.5rem;
}
.ox_romashka {
  width: 250px;
  height: 250px;
  margin: 1.5rem auto;
  position: relative;
}
.ox_romashka__center {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: 100px;
  border-radius: 1000px;
  background: #fff000;
  z-index: 100000;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ox_romashka__list {
  border-radius: 1000px/3000px;
  border: 1px solid #6d6d6d;
  background: linear-gradient(to bottom, #fff 60%, #b4d89e 100%);
  width: 40px;
  height: 125px;
  position: absolute;
  overflow: hidden;
  left: calc(50% - 20px);
  cursor: pointer;
  transform-origin: bottom center;
  transition: all 250ms ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ox_romashka__list.out {
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.ox_romashka__list:before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 00%;
  left: 50%;
  background: linear-gradient(to bottom, transparent 0%, #bfbfbf 100%);
}
.ox__rezult {
  display: none;
  text-align: center;
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
}
