/* Breakpoints and media mixins */
/* Breakpoints and media mixins */
.hero {
  background: url("../img/components/main-screen/header-image@2x.webp") center no-repeat #1B63EA;
  background-size: cover;
  padding: min(20vh, 198px) 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .hero {
    padding: 118px 0 135px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 120px 0 40px;
  }
}
.hero h1 {
  max-width: 971px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .hero h1 {
    font-size: 1.625rem;
    max-width: 100%;
  }
}
.hero p {
  margin: 16px 0 0 0;
}
.hero__container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 786px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .hero__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Breakpoints and media mixins */
.applicant-form {
  background-color: #1B68FF;
  padding: 82px 0;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .applicant-form {
    padding-bottom: 0;
  }
}
.applicant-form h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.applicant-form p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 296px;
}
.applicant-form > .container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1150px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  grid-template-columns: 339px auto;
  grid-column-gap: 146px;
}
@media screen and (max-width: 767px) {
  .applicant-form > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .applicant-form > .container {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 1000px) {
  .applicant-form > .container {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 1000px) {
  .applicant-form__content {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .applicant-form__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Breakpoints and media mixins */
.form {
  background-color: #fff;
  padding: 30px;
  color: #333;
  box-shadow: 0 0 15px rgba(1, 76, 223, 0.15);
}
@media screen and (max-width: 1000px) {
  .form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form label:not(.button) {
  font-size: 0.875rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 8px;
  color: #797979;
  line-height: 125%;
}
.form__error {
  color: #FF5732;
  margin-top: 8px;
  display: none;
  font-size: 0.875rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
}
.has-error + .form__error {
  display: block;
}
.form__row {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
}
.form__row:not(:last-child) {
  margin-bottom: 40px;
}
.form__row > .form__item {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1200px) {
  .form__row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .form__row {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    flex-direction: column;
  }
}
.form input[type=file] {
  display: none;
}
.form input[type=email],
.form input[type=password],
.form input[type=text] {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.125;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #1B68FF;
  padding: 12px 10px;
  width: 100%;
  transition: all 0.15s ease;
  background-color: #FAFCFF;
}
.form input[type=email].has-error,
.form input[type=password].has-error,
.form input[type=text].has-error {
  background-color: #FFEFEC;
  border-color: #FF5732;
}
.form input[type=email]:focus,
.form input[type=password]:focus,
.form input[type=text]:focus {
  outline: none !important;
}
.form textarea {
  font-size: 0.875rem;
  width: 100%;
  font-family: Lato, Helvetica, Arial, sans-serif;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #1B68FF;
  padding: 12px 10px;
  line-height: 1.125;
  min-height: 176px;
  resize: none;
  transition: all 0.15s ease;
  background-color: #FAFCFF;
}
.form textarea:focus {
  outline: none !important;
}
.form__title {
  color: #333;
  font-size: 1.375rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.form__title > span {
  color: #1B68FF;
}
.form__subtitle {
  font-size: 1rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 500;
}
.form__file-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.7;
  margin-left: 12px;
}

.career-head {
  display: grid;
  grid-template-columns: 332px auto;
  gap: 50px;
  margin-top: 120px;
  margin-bottom: 80px;
  line-height: 175%;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .career-head {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    margin-top: 60px;
    margin-bottom: 40px;
    gap: 40px;
  }
}
.career-head > h2 {
  margin: 0;
}

.career-bg-block {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 50px 40px;
  background-color: #1B68FF;
  padding: 40px;
  align-items: center;
  color: white;
  line-height: 175%;
}
@media screen and (max-width: 1000px) {
  .career-bg-block {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    padding: 24px;
  }
}

.vacancy {
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(1, 76, 223, 0.15);
  padding: 40px;
  line-height: 175%;
  font-size: 1rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .vacancy {
    padding: 24px;
    margin-bottom: 40px;
  }
}
.vacancy header {
  margin-bottom: 40px;
}
.vacancy footer {
  margin-top: 40px;
}
.vacancy .attention {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .vacancy .attention {
    font-size: 1.125rem;
  }
}
.vacancy .title {
  font-size: 1.875rem;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1B68FF;
  padding-right: 75px;
  margin: 0;
  line-height: 130%;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .vacancy .title {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 140%;
  }
}
.vacancy .title > i {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vacancy .title > i::after, .vacancy .title > i::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #E0E0E0;
  transition: background-color 0.15s ease;
}
.vacancy .title > i::before {
  width: 4px;
  top: 0;
  bottom: 0;
  right: calc(50% - 2px);
}
.vacancy .title > i::after {
  height: 4px;
  left: 0;
  right: 0;
  top: calc(50% - 2px);
}
.vacancy .title:hover > i:after, .vacancy .title:hover > i:before {
  background-color: #1B68FF;
}
.vacancy .title.is-active > i:before {
  display: none !important;
}
.vacancy .details {
  display: none;
  padding-top: 40px;
}
.vacancy .details.is-active {
  display: block;
}
.vacancy .subtitle {
  color: #1B68FF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
  margin-bottom: 10px;
  margin-top: 40px;
}
.vacancy .button {
  margin-top: 20px;
}
.vacancy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vacancy ul li {
  padding-left: 25px;
  position: relative;
}
.vacancy ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background-color: #333;
  left: 11px;
  top: 0.8em;
}

.career {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .career {
    margin-bottom: 60px;
  }
}
