.ox__gad {
  padding: 20px 0;
}
.ox__gad * {
  box-sizing: border-box;
}
.ox__gad *:focus {
  outline: none;
}
.ox__btn {
  cursor: pointer;
  border-radius: 6px;
  padding: 1rem 2.5rem 1rem;
  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;
  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;
}

select, textarea, input[type="text"] {width: initial; border: 1px solid #9a9a9a;}


.ox__formcontrol {
  padding: .5rem 1rem;
  margin: 0.5rem;
}
.ox__formcontrol-big {
  -ms-grid-column: span 3;
      grid-column: span 3;
}
.ox_form {
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ox__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.ox__title-big {
  font-weight: 800;
  font-size: 2rem;
}
.ox__rezult {
  display: none;
  padding: 15px;
}
.ox__item .alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 16px;
}
.ox__item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.btns {
  text-align: center;
  margin: 20px auto;
  -ms-grid-column: span 3;
      grid-column: span 3;
}
#ox__rezult {
  display: none;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #262626;
  border-radius: 5px;
  padding: 5px 15px;
}
.rezult-list {
  margin: 1rem auto 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #262626;
}
.rezult-list__title {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.5rem 1rem;
}
.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.rezult-list__item {
  display: none;
  margin-bottom: 1.5rem;
}
.rezult-list__item.good .rezult-list__title {
  background: #b3ffb3;
}
.rezult-list__item.good .rezult-list__content {
  border: 1px solid #b3ffb3;
}
.rezult-list__item.bad .rezult-list__title {
  background: #ffb3b3;
}
.rezult-list__item.bad .rezult-list__content {
  border: 1px solid #ffb3b3;
}
.rezult-list__content {
  padding: 1rem;
}
.prof {
  max-width: 280px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
.prof__item {
  margin: 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 70px calc(29%);
      grid-template-columns: 70px calc(29%);
  grid-gap: 1rem;
}
.prof__item.active .prof__line:before {
  width: 100%;
  background: #00ff00;
  border: 1px solid #00e600;
}
.prof__item.bad .prof__line:before {
  width: 100%;
  background: #ff0000;
  border: 1px solid #e60000;
}
.prof__line {
  padding: 10px;
  border: 1px solid #f2f2f2;
  background: #f9f9f9;
  position: relative;
}
.prof__line:before {
  content: '';
  display: block;
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 450ms ease-out;
}
.ox_small {
  margin: 20px 0 0 !important;
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 0rem;
  margin-top: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ox__formcontrol-big {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
  .ox_form {
    display: block;
  }
  .btns {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
  .rezult-list__cardtitle {
    font-size: 1.35rem;
  }
  .ox__formcontrol {border: 1px solid #9a9a9a; display: block; margin: 0.5rem 0; width: 100%;}
  select, textarea, input[type="text"] {width: 100%; border: 1px solid #9a9a9a; display: block;}
}
