body {
  line-height: 1.4;
}
.container {
  max-width: 960px;
}
.img-header {
  margin-bottom: 25px;
  margin-top: 25px;
}
.img-header img {
  margin: 0 auto;
}
.frame-form-1 {
  margin-bottom: 25px;
}
.title-content-inner {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-weight: 700;
}
.share-block {
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 15px;
  text-align: center;
}
html.dark .form .field input.date,
html.dark .form .field input.text,
html.dark .form .field textarea,
html.dark body .form .field input.date,
html.dark body .form .field input.text,
html.dark body .form .field textarea {
  background: #fff;
  color: #1c1c1c;
}
.text-intro {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 25px;
  padding: 15px;
  text-align: center;
}
.text-intro .content-intro {
  padding-bottom: 20px;
  padding-top: 10px;
}
.text-intro .title-content {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
}
.form-aux {
  margin-bottom: 25px;
}
.form-aux .list-form {
  list-style: none;
  padding: 0;
}
.form-aux .itm-job {
  margin-bottom: 10px;
  padding: 15px 15px 0;
}
.form-aux .itm-job.job-active .job-cargo-title i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-aux .job-cargo-title {
  position: relative;
  padding: 0 15px;
  background: #1c1c1c;
  cursor: pointer;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
}
.form-aux .job-cargo-title i {
  position: absolute;
  background: #1c1c1c;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.25);
  display: inline-block;
  border-radius: 100%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 25px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.form-aux .hold-job-content {
  display: none;
  background: #1c1c1c;
  margin-bottom: 5px;
  padding: 15px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 740px) {
  .text-intro {
    text-align: left;
    font-size: 1.6rem;
  }
  .text-intro .title-content {
    font-size: 3rem;
    font-weight: 700;
  }
}
