.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

h1 {
  font: 36px "ChinaCyr";
  margin-bottom: 50px;
  text-align: center; }

.page {
  padding: 90px 0;
  background: #cbcbcb; }

.tabs {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabs li {
    width: 140px;
    height: 50px;
    background: #fff; }
    .tabs li.cash {
      -webkit-border-radius: 5px 0 0 5px;
              border-radius: 5px 0 0 5px; }
    .tabs li.mtt {
      -webkit-border-radius: 0 5px 5px 0;
              border-radius: 0 5px 5px 0; }
    .tabs li.active {
      background: #f4ce30; }
    .tabs li a {
      font-size: 18px;
      line-height: 50px;
      display: block;
      text-align: center;
      color: #000; }

.form-test--main {
  width: 100%;
  max-width: 670px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  padding: 35px 15px 50px; }

.form-test-main--header {
  margin: 0 0 20px;
  padding: 0 15px; }

.form-test--header {
  font-size: 36px; }

.form-test--subheader {
  font-size: 14px;
  color: #ff002e; }

.form-test-quest--wrap {
  padding: 15px; }
  .form-test-quest--wrap.required {
    background-color: #ffebee; }

.el-form--head {
  font-size: 18px;
  margin: 0 0 20px; }
  .el-form--head span {
    color: #ff002e; }

.el-form-input--wrap {
  position: relative; }

.el-form--input {
  line-height: 20px;
  display: block;
  height: 29px;
  min-height: 29px;
  background: transparent;
  border: 0;
  outline: 0;
  resize: none;
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%; }
  .el-form--input.email {
    width: 100%; }

.el-form--input:focus ~ .form-input--underline:before {
  left: 0;
  width: 100%; }

.form-input--underline {
  position: relative;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #e0e0e0; }
  .form-input--underline:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: left .28s ease, width .28s ease;
    -o-transition: left .28s ease, width .28s ease;
    transition: left .28s ease, width .28s ease;
    background: #8b6c06;
    z-index: 2; }

.alert--required {
  font-size: 16px;
  color: #ff002e; }

.el-agree--check {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
  cursor: pointer;
  outline: none; }

.el-agree--head {
  font-size: 16px;
  margin-bottom: 20px;
  color: #005581;
  text-decoration: underline; }

.button-form-test--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 15px 0; }

.button-form-test {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  height: 36px;
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: none; }
  .button-form-test.send {
    background: #f4ce30; }

.form-agree--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.user-data--underline {
  position: relative;
  left: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background: #cbcbcb; }
