@charset "UTF-8";
.jobs {
  background: rgb(244, 245, 255);
  padding-top: inherit;
  padding-bottom: 100px;
}
.jobs .jobs-container {
  max-width: 1180px;
  padding-top: 40px;
}
.jobs .jobs-container .jobs-block.opened .jobs-item-description {
  display: block;
  background: rgba(61, 58, 206, 0.05);
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 148%;
  letter-spacing: 0%;
  padding: 30px;
}
.jobs .jobs-container .jobs-block.opened .jobs-item-description p {
  white-space: pre-line;
}
.jobs .jobs-container .jobs-block.opened .jobs-item-description ul {
  list-style-type: disc; /* стандартная точка */
  padding-left: 20px; /* чтобы точки были слева от текста */
}
.jobs .jobs-container .jobs-block.opened .jobs-item-description ul li {
  list-style: disc !important;
}
.jobs .jobs-container .jobs-block.opened .jobs-item {
  background: rgb(58, 63, 198);
  color: white;
}
.jobs .jobs-container .jobs-block.opened .jobs-item .jobs-item-header {
  color: white !important;
}
.jobs .jobs-container .jobs-block .jobs-item-description {
  display: none;
}
.jobs .jobs-container .jobs-block .jobs-item {
  align-items: center;
  border-top: 1px solid black;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
.jobs .jobs-container .jobs-block .jobs-item .jobs-item-left .jobs-item-header {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 118%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: rgb(58, 63, 198);
}
.jobs .jobs-container .jobs-block .jobs-item .jobs-item-left .jobs-item-mini-text div {
  line-height: 1.2;
}
.jobs .jobs-container .jobs-block .jobs-item .jobs-item-left .jobs-item-mini-text {
  padding-top: 5px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 144%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: rgb(74, 73, 73);
}

/*# sourceMappingURL=job.css.map */
