.ox_gad * {
  box-sizing: border-box;
}
.ox_gad *:focus {
  outline: none;
}
.ox__form {
  text-align: center;
  margin: 0 auto;
}
.ox__group {
  display: inline-block;
  margin: .5rem .5rem;
}
.ox__input {
  display: block;
  max-width: 350px;
  min-width: 250px;
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  margin: 0.5rem auto;
}
.ox__qtitle {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 800;
  width: 100%;
  -ms-grid-column: span 2;
      grid-column: span 2;
}
.ox__mirror {
  width: 100%;
  position: relative;
  margin: 1rem auto;
}
.ox__mirror img {
  width: 100%;
  border-radius: 25px;
  border: 4px solid #e4e4ec;
}
.ox__mirror .btns {
  display: none;
}
.btns {
  text-align: center;
}
.ox__btn,
.ox__new {
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 2.5rem 10px;
  margin: .5rem auto;
  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,
.ox__new:focus {
  box-shadow: 0px 0px transparent;
}
.ox__btn:hover,
.ox__new:hover {
  background: #197bcd;
  color: #fff;
}
.ox__btn:active,
.ox__new:active,
.ox__btn:focus,
.ox__new:focus {
  background: #3394e6;
  color: #fff;
  border: 1px solid #1c88e3;
}
.ox__btn:active:hover,
.ox__new:active:hover,
.ox__btn:focus:hover,
.ox__new:focus:hover {
  background: #197bcd;
  color: #fff;
}
.ox__line input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.ox__line label {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px 16px;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  transition: all 250ms ease-out;
}
.ox__line input:checked + label {
  background: #e6e6e6;
}
.oxr {
  text-align: center;
  padding: 16px;
  position: absolute;
  display: none;
  top: 0;
  left: 30%;
  width: 40%;
  height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #171717;
}
.oxr__title {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}
.oxr__desc {
  text-align: center;
}
.oxr__desc p {
  margin-bottom: 16px;
}
.oxr__desc p:last-child,
.oxr__desc p:only-child {
  margin-bottom: 0;
}
.oxr__subtitle {
  text-align: center;
}
.newdo {
  display: none;
}
@media (max-width: 767px) {
  .oxr {
    left: 15%;
    width: 70%;
  }
}
@media (max-width: 300px) {
  .ox__input {
    min-width: initial;
  }
}
