.vacancies__title h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 530px) {
  .vacancies__title h1 {
    margin-bottom: 15px;
  }
}

.vacancies-section .vacancies__text {
  color: #363636;
  font-size: 17px;
  line-height: 23px;
}
@media screen and (max-width: 530px) {
  .vacancies-section .vacancies__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.vacancies {
  max-width: 894px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .vacancies {
    margin-top: 30px;
    max-width: 100%;
  }
}
.vacancies h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  color: #1B265A;
}
@media screen and (max-width: 768px) {
  .vacancies h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.vacancies p {
  font-size: 17px;
  color: #363636;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .vacancies p {
    font-size: 14px;
    line-height: 18px;
  }
}
.vacancies-content {
  margin-top: 60px;
}
@media screen and (max-width: 530px) {
  .vacancies-content {
    margin-top: 30px;
  }
}
.vacancies-content__title h2 {
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 530px) {
  .vacancies-content__title h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}
.vacancies-row {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .vacancies-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .vacancies-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.vacancies-col {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .vacancies-col {
    width: 100%;
  }
}
.vacancies-col iframe,
.vacancies-col video {
  width: 100%;
}
.vacancies-col h3 {
  margin: 0;
  font-size: 20px;
  color: #1B265A;
  font-weight: 700;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .vacancies-col h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
.vacancies-col p {
  margin: 20px 0;
  font-size: 17px;
  color: #363636;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .vacancies-col p {
    margin: 10px 0;
    font-size: 14px;
  }
}
.vacancies-col ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.vacancies-col ul li {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  padding-left: 40px;
  color: #363636;
  font-size: 17px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .vacancies-col ul li {
    flex-direction: column;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
  }
}
.vacancies-col ul li:last-child {
  margin-bottom: 0;
}
.vacancies-col ul li:last-child::after {
  height: 15px;
}
.vacancies-col ul li:first-child::after {
  top: 10px;
}
.vacancies-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url(../img/list.svg);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .vacancies-col ul li::before {
    width: 21px;
    height: 21px;
  }
}
.vacancies-col ul li::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  height: calc(100% + 15px);
  width: 1px;
  background: rgba(27, 38, 90, 0.1);
}
@media screen and (max-width: 768px) {
  .vacancies-col ul li::after {
    left: 10px;
  }
}
.vacancies-col ul li b {
  margin-right: 5px;
  color: #000;
  font-weight: 700;
}
.vacancies-col ul li span {
  flex: 1;
}
.vacancies-social {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .vacancies-social {
    margin-top: 15px;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.vacancies-social-wrapper {
  padding: 40px;
  border: 2px solid #F4F4F9;
}
@media screen and (max-width: 768px) {
  .vacancies-social-wrapper {
    padding: 20px;
  }
}
.vacancies-social__title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .vacancies-social__title {
    font-size: 18px;
  }
}
.vacancies-social-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .vacancies-social-item {
    gap: 15px;
  }
  .vacancies-social-item:nth-child(2) {
    position: relative;
    left: -8px;
  }
}
.vacancies-social-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .vacancies-social-item img {
    width: 30px;
    height: 30px;
  }
}
.vacancies-social-item a {
  text-decoration: none;
  font-size: 17px;
  color: #363636;
}
@media screen and (max-width: 768px) {
  .vacancies-social-item a {
    font-size: 14px;
  }
}

.vacancies-contact {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .vacancies-contact {
    margin: 30px 0;
  }
}

.vacancies-contact h2 {
  margin: 0 0 30px 0;
  font-size: 35px;
  font-weight: 700;
  color: #1B265A;
}
@media screen and (max-width: 768px) {
  .vacancies-contact h2 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 29px;
  }
}

.vacancies-contact-list {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .vacancies-contact-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .vacancies-contact-list {
    gap: 15px;
  }
}

.vacancies-contact-item {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .vacancies-contact-item {
    gap: 12px;
  }
}

.vacancies-contact-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .vacancies-contact-item img {
    width: 30px;
    height: 30px;
  }
}

.vacancies-contact-item span {
  display: block;
  margin-bottom: 3px;
  color: #848484;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .vacancies-contact-item span {
    font-size: 12px;
    line-height: 14px;
  }
}

.vacancies-contact-item a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .vacancies-contact-item a {
    font-size: 16px;
    line-height: 19px;
  }
}

.vacancies-contact-text {
  display: flex;
  flex-direction: column;
}

.vacancies-review {
  background: #F4F4F9;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .vacancies-review {
    padding: 30px 0;
  }
}
.vacancies-review-wrapper {
  position: relative;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vacancies-review-wrapper {
    padding: 0;
  }
}
.vacancies-review-wrapper::before, .vacancies-review-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
  height: 60px;
  background-image: url("../img/review.svg");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .vacancies-review-wrapper::before, .vacancies-review-wrapper::after {
    width: 30px;
    height: 30px;
    top: 10px;
  }
}
.vacancies-review-wrapper::after {
  left: initial;
  right: 0;
  bottom: 20px;
  top: initial;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .vacancies-review-wrapper::after {
    bottom: 10px;
  }
}
.vacancies-review-item h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .vacancies-review-item h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.vacancies-review-text {
  text-align: center;
}
.vacancies-review-text p {
  font-size: 17px;
  color: #363636;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .vacancies-review-text p {
    font-size: 14px;
    line-height: 18px;
  }
}
.vacancies-review-link {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  color: #1B265A;
  font-size: 17px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .vacancies-review-link {
    font-size: 14px;
  }
}
.vacancies-review-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1B265A;
  border-right: 1px solid #1B265A;
  transform: rotate(135deg);
  transition: 0.2s;
}
.vacancies-review-link.active::before {
  transform: rotate(315deg);
  top: 8px;
}
.vacancies-review-hidden {
  text-align: center;
}
.vacancies-review-hidden-text {
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.vacancies-review-hidden-text.active {
  max-height: 1000px;
}
.vacancies-review-hidden-text p {
  font-size: 17px;
  color: #363636;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .vacancies-review-hidden-text p {
    font-size: 14px;
    line-height: 18px;
  }
}/*# sourceMappingURL=styles.css.map */