@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
* Позволяет задавать равные колонки с отступами
* $count - число элементов в строку
* $margin - отступ margin для айтемов
* $addmargin - нужно ли задавать маргин для селектора (чаще всего подходит для адаптива)
*/
input {
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

* {
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

html {
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  font: inherit;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
fieldset {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
input {
  overflow: visible;
}

input {
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  border: 0;
  border-collapse: collapse;
}
table td {
  vertical-align: top;
  padding: 0;
}

video {
  max-width: 100%;
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}
.footer {
  background: #f3f8ff;
}
.section-audit {
  padding: 120px 0 88px;
  background: #f3f8ff;
}
.section-audit__title {
  margin-bottom: 5px;
  text-align: center;
}
.section-audit__descr {
  display: block;
  margin: 0 auto;
  margin-bottom: 59px;
  max-width: 492px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .section-audit__descr {
    margin-bottom: 25px;
  }
}
.section-audit__form {
  margin: 0 auto;
  max-width: 728px;
}
.section-audit__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .section-audit__fields {
    margin-bottom: 16px;
    gap: 16px;
  }
}
.section-audit__input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.section-audit__input:first-child, .section-audit__input:nth-child(2), .section-audit__input:nth-child(3), .section-audit__input:nth-child(4) {
  -ms-flex-preferred-size: calc(50% - 6px);
  flex-basis: calc(50% - 6px);
}
@media only screen and (max-width: 576px) {
  .section-audit__input:first-child, .section-audit__input:nth-child(2), .section-audit__input:nth-child(3), .section-audit__input:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.section-audit__form-btn {
  margin: 0 auto;
  margin-bottom: 28px;
}
@media only screen and (max-width: 576px) {
  .section-audit__form-btn {
    margin-bottom: 17px;
    max-width: 100%;
    font-size: 14px;
    line-height: 143%;
  }
}
.section-audit__message {
  width: 100%;
  height: 100%;
  min-height: 142px;
  resize: vertical;
}
.section-audit__form-agreement {
  display: block;
  margin: 0 auto;
  max-width: 322px;
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #acacac;
}
.section-audit__form-agreement a {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .section-audit__form-agreement {
    font-size: 16px;
    line-height: 146%;
  }
}
@media only screen and (max-width: 576px) {
  .section-audit__form-agreement {
    font-weight: 500;
    font-size: 12px;
    line-height: 143%;
  }
}
@media only screen and (max-width: 576px) {
  .section-audit {
    padding: 70px 0 48px;
  }
}

.vacancies-list__item {
  padding: 25px 0;
  display: block;
  border-top: 1px solid #D1DBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}
.vacancies-list__item:last-child {
  border-bottom: 1px solid #D1DBEB;
}
.vacancies-list__item:hover .title-middle {
  color: #2176FF;
}
.vacancies-list .vacancy-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .vacancies-list .vacancy-head {
    padding-right: 30px;
  }
}
.vacancies-list .title-middle {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.vacancies-list .text {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .vacancies-list .text {
    font-size: 13px;
  }
}
.vacancies-list .vacancy-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  list-style: none;
  gap: 5px;
}
.vacancies-list .vacancy-tags li {
  border-radius: 5px;
  padding: 5px 10px;
  background: #2176FF;
  color: #fff;
  font-size: 13px;
}
.vacancies-list .vacancy-body {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding-top: 0;
  border-color: #fff;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vacancies-list .vacancy-body ul,
.vacancies-list .vacancy-body ol {
  padding-left: 20px;
}
.vacancies-list .vacancy-body > * {
  margin-bottom: 20px;
}
.vacancies-list .vacancy-body > *:last-child {
  margin-bottom: 0;
}
.vacancies-list .vacancy-icon {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .vacancies-list .vacancy-icon {
    bottom: auto;
    top: 0;
  }
}
.vacancies-list .vacancy-active .vacancy-body {
  margin: 20px 0px 0 20px;
  border-top: 1px solid #D1DBEB;
  padding-top: 20px;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.vacancies-list .vacancy-active .vacancy-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.files-upload {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.files-upload input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.files-upload__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #A1A1A1;
  font-size: 16px;
  padding: 20px;
  border: 2px dashed black;
  border-radius: 15px;
  width: 100%;
}
.files-upload__btn strong {
  display: block;
}
.files-upload.active .files-upload__btn {
  border-color: #1b63eb;
}
/*# sourceMappingURL=page-vacancies.css.map */