.mixAfterClear {
  display: block;
  contain: '';
  clear: both;
}
.uniforms {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
}
.uniforms .mixFnt {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
}
.uniforms .mixFntBold {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
}
.uniforms fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.uniforms__h {
  font-size: 3rem;
  color: #ffffff;
  display: block;
  text-align: left;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.uniforms__description {
  color: #ffffff;
  font-size: 1.6rem;
  display: block;
  text-align: left;
  margin: 0 0 30px 0;
}
.uniforms__result-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2200;
  display: none;
}
.uniforms__result-slide .uniforms__result-slide__h {
  display: block;
  text-align: center;
  font-size: 3rem;
  color: white;
  margin: 0 0 20px;
}
.uniforms__result-slide__text {
  display: block;
  font-size: 2rem;
  text-align: center;
  color: white;
  line-height: 1.4;
}
.uniforms__field-group {
  margin: 0 0 20px 0;
}
.uniforms__field-group__label {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.6rem;
  display: block;
  color: #ffffff;
}
.uniforms__field-group__input {
  padding: 0 15px;
  width: calc(100% - 30px);
  font-size: 1.6rem;
  border: 2px solid transparent;
  height: 40px;
  line-height: 40px;
  text-align: left;
  transition: linear all 0.3s;
}
.uniforms__field-group__input:hover,
.uniforms__field-group__input:focus {
  border-color: #ff9d00;
}
.uniforms__field-group__textarea {
  padding: 3px 15px;
  width: calc(100% - 30px);
  font-size: 1.6rem;
  border: 2px solid transparent;
  line-height: 1.4;
  text-align: left;
  max-width: calc(100% - 30px);
  min-width: calc(100% - 30px);
}
.uniforms__field-group__textarea:hover,
.uniforms__field-group__textarea:focus {
  border-color: #ff9d00;
}
.uniforms__field-group__radio-wrapper {
  margin: 0 0 20px 0;
}
.uniforms__field-group__radio-h {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
  display: block;
}
.uniforms__field-group__radio-label {
  line-height: 1.2;
  font-size: 1.6rem;
  vertical-align: top;
}
.uniforms__field-group__radio {
  vertical-align: bottom;
  transform: scale(1.2);
  margin: 0 10px 0 0;
  line-height: 1.2;
}
.uniforms__submit-block {
  text-align: center;
}
.uniforms__button-submit {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #6b6b6b;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  transition: linear all 0.3s;
  cursor: pointer;
}
.uniforms__button-submit:hover {
  background: #226b63;
}
.uniforms__fog {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.uniforms__fog--info {
  background-color: rgba(0, 0, 255, 0.7);
}
.uniforms__fog--success {
  background-color: rgba(0, 128, 0, 0.7);
}
.uniforms__fog--error {
  background-color: rgba(255, 0, 0, 0.7);
}
.uniforms__fog__label {
  max-width: 80%;
  display: block;
  font-size: 3rem;
  color: white;
  font-weight: 600;
  text-align: center;
  z-index: 35300;
  opacity: 1;
}
.uniforms__agremeent {
  padding: 0 15px 10px 15px;
}
.uniforms__agremeent__checkbox {
  display: block;
  float: left;
  margin: 0 10px 70px 0;
  transform: scale(1.2);
}
.uniforms__agremeent__text {
  font-size: 1.2rem;
  word-wrap: break-word;
  hyphens: auto;
}
.uniforms--inline {
  position: relative;
}
.uniforms--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 35000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uniforms--popup__body-fog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 35100;
  background: black;
  opacity: 0.7;
}
.uniforms--popup__closer {
  position: absolute;
  color: #ff9d00;
  font-size: 30px;
  font-weight: 700;
  right: 0;
  top: 0px;
  font-family: sans-serif;
  cursor: pointer;
  transition: linear all 0.3s;
}
.uniforms--popup__closer:hover {
  color: #ffffff;
}
.uniforms--popup__wrapper-form {
  background: #ffbc41;
  position: relative;
  z-index: 35200;
  width: 400px;
  padding: 20px;
  border: 10px solid #ffbc41;
}