.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.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_mimg {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
}
select.ox__formcontrol, textarea.ox__formcontrol, input[type="text"].ox__formcontrol, input[type="password"].ox__formcontrol, input[type="file"].ox__formcontrol, input[type="datetime"].ox__formcontrol, input[type="datetime-local"].ox__formcontrol, input[type="date"].ox__formcontrol, input[type="month"].ox__formcontrol, input[type="time"].ox__formcontrol, input[type="week"].ox__formcontrol, input[type="number"].ox__formcontrol, input[type="email"].ox__formcontrol, input[type="url"].ox__formcontrol, input[type="search"].ox__formcontrol, input[type="tel"].ox__formcontrol, input[type="color"].ox__formcontrol {
  padding: .5rem 1rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  display: block;
  width: 100%;
  height: initial;
}
.ox_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 30px 1fr;
  grid-gap: 2rem;
  width: 100%;
  margin: 0 auto;
}
.ox__people {
  width: 100%;
}
.ox__forminfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35px calc(100% - 35px - 1rem);
      grid-template-columns: 35px calc(100% - 35px - 1rem);
  grid-gap: 1rem;
  grid-template-areas: 'pikcha pole';
  margin: 1rem auto;
}

.ox__forminfo.reverce {
  grid-template-areas: 'pole pikcha';
  -ms-grid-columns:  calc(100% - 35px - 1rem) 35px;
      grid-template-columns:  calc(100% - 35px - 1rem) 35px;
}

.ox__forminfo img {
  max-width: 100%;
  grid-area: pikcha;
}
.ox__inpt {
  grid-area: pole; 
}
.ox__centerimg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ox__centerimg img {
  max-width: 100%;
}
.ox__title {
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.ox__title-big {
  font-weight: 800;
  font-size: 2rem;
}
.ox__kub {
  text-align: center;
}
.ox__kub img {
  max-width: 100%;
  display: inline-block;
  margin: 0 1rem;
}
.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.1rem;
  text-align: center;
  margin-bottom: 35px;
  color: #e52348;
}
.rezult-list__cardtitle {
  background: #e6e6e6;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.rezult-list__cardtitle span {
  display: block;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  .ox_form {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: .5rem;
  }
  .ox__centerimg {
    max-width: 50px;
    margin: 0 auto;
  }
  .btns {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
  .ox__forminfo {
    grid-template-columns: 35px calc(100% - 35px - 1rem);
  }
  .ox__forminfo.reverce {
    grid-template-areas: 'pikcha pole';
    -ms-grid-columns: 35px calc(100% - 35px - 1rem);
        grid-template-columns: 35px calc(100% - 35px - 1rem);
  }
}
@media (max-width: 560px) {
  .ox__title {
    font-size: 1.35rem;
  }
  .ox__title-big {
    font-size: 1.5rem;
  }
  .rezult-list__cardtitle {
    font-size: 1.35rem;
  }
}
