* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
@keyframes colorize {
  0% {
    background-color: #000;
  }
  10% {
    background-color: #261b23;
  }
  20% {
    background-color: #301d1d;
  }
  30% {
    background-color: #1b2625;
  }
  40% {
    background-color: #302d1d;
  }
  50% {
    background-color: #281b1c;
  }
  60% {
    background-color: #23301d;
  }
  70% {
    background-color: #2e2602;
  }
  80% {
    background-color: #36223b;
  }
  90% {
    background-color: #252121;
  }
  100% {
    background-color: #000;
  }
}
.ox-mag {
  padding: 0px;
  font-family: 'Tenor Sans', sans-serif;
  text-align: center;
}
.ox-mag img {
  max-width: 100%;
}
.ox-mag__img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 1000px;
  background-image: url('/ox_gad/shar/shar_img/img/3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
  position: relative;
  animation-duration: 7s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  transition: all 250ms ease-out;
  animation-name: colorize;
}
.ox-mag__img img {
  position: absolute;
  width: 220px;
  bottom: 0;
  margin-left: -10px;
  min-width: 220px;
  max-width: 220px;
}
.ox__form {
  text-align: center;
  margin: 0 auto;
}
.ox__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.ox__input {
  display: block;
  max-width: 350px;
  width: 100%;
  border: 1px solid #6d6e88;
  background: #fff;
  border-radius: 6px;
  padding: 10px 15px;
}

input[type="text"]{

    border: 1px solid #6d6e88;
	border-radius: 4px;   
}

input[type="text"]:focus{

    border: 1px solid #6d6e88;
	border-radius: 4px;   
}

.ox__qtitle {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  -ms-grid-column: span 3;
      grid-column: span 3;
}
.ox__select {
  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: 16px;
  margin-bottom: 20px;
}
.btns {
  text-align: center;
}
.ox__btn,
.ox__new {
  cursor: pointer;
  border-radius: 6px;
  padding: 1rem 2.5rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  border: 0px solid transparent;
  line-height: 1;
  background: #6d6e88;
  color: #fff;
  border: 1px solid #ededed;
  transition: all 250ms ease-out;
  margin-top: 30px;
}
.ox__btn:focus,
.ox__new:focus {
  box-shadow: 0px 0px transparent;
}
.ox__btn:hover,
.ox__new:hover {
  background: #6d6e88;
  color: #fff;
}
.ox__btn:active,
.ox__new:active,
.ox__btn:focus,
.ox__new:focus {
  background: #6d6e88;
  color: #fff;
  border: 1px solid #ededed;
}
.ox__btn:active:hover,
.ox__new:active:hover,
.ox__btn:focus:hover,
.ox__new:focus:hover {
  background: #6d6e88;
  color: #fff;
}
.ox__line input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.ox__line label {
    background: #e5e5e5;
    border: 1px solid #d8d8d8;
    padding: 10px 16px;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    transition: all 250ms ease-out;
}

.ox__line input:checked + label {
  background: #3394e6;
  color: #fff;
  background: linear-gradient(#373938 0%, #9998c7 100%);
}
.oxr {
  padding: 16px;
  display: none;
}
.oxr__title {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}
.oxr__desc p {
  margin-bottom: 16px;
}
.oxr__desc p:last-child,
.oxr__desc p:only-child {
  margin-bottom: 0;
}
.oxr__subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .ox__qtitle {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
  .ox__select {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto 20px;
  }
}
.big__text {
  font-size: 22px;
  font-weight: 700;
}
.ox__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}