.kapitel-vacancies {
  position: relative;
  padding-top: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  padding-bottom: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  color: var(--color-white);
}
.kapitel-vacancies .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kapitel-vacancies .background img {
  z-index: -1;
}
.kapitel-vacancies .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.kapitel-vacancies > .container-fluid {
  position: relative;
  z-index: 2;
}
.kapitel-vacancies .vacancies-title {
  font-size: clamp(24px, 12 * (100vw - 375px) / 905 + 24px, 36px);
  line-height: 140%;
  margin-bottom: clamp(20px, 6 * (100vw - 375px) / 905 + 20px, 26px);
  font-weight: 300;
  text-transform: uppercase;
}
.kapitel-vacancies .vacancies-wrap > .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item {
  position: relative;
  height: 100%;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .hover-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity var(--transition);
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .hover-part .hover-part-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .hover-part .hover-part-wrap > a {
  display: inline-block;
  margin-bottom: 67px;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .hover-part .hover-part-wrap .more-arrow-item {
  cursor: pointer;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .hover-part .hover-part-wrap .more-arrow-item .more-arrow {
  opacity: 1 !important;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .default-part {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding: clamp(40px, 10 * (100vw - 375px) / 905 + 40px, 50px) clamp(30px, 10 * (100vw - 375px) / 905 + 30px, 40px) clamp(30px, 40 * (100vw - 375px) / 905 + 30px, 70px);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .city {
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 132%;
  font-weight: 300;
  margin-bottom: clamp(12px, 5 * (100vw - 375px) / 905 + 12px, 17px);
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .exemption {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 132%;
  font-weight: 300;
  margin-bottom: clamp(30px, 30 * (100vw - 375px) / 905 + 30px, 60px);
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  justify-content: flex-end;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .title {
  font-size: clamp(24px, 8 * (100vw - 375px) / 905 + 24px, 32px);
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 300;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .description {
  font-size: clamp(14px, 4 * (100vw - 375px) / 905 + 14px, 18px);
  line-height: 140%;
  margin-top: clamp(12px, 3 * (100vw - 375px) / 905 + 12px, 15px);
  font-weight: 300;
}
.kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more {
  display: none;
}

.vacancy-popup-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.vacancy-popup-shadow.opened {
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
}
.vacancy-popup-shadow .vacancy-popup {
  width: 1140px;
  max-width: calc(100% - 48px);
  background-color: white;
  padding: clamp(30px, 30 * (100vw - 375px) / 905 + 30px, 60px) clamp(25px, 90 * (100vw - 375px) / 905 + 25px, 115px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 48px);
}
.vacancy-popup-shadow .vacancy-popup .close {
  position: absolute;
  top: clamp(18px, 22 * (100vw - 375px) / 905 + 18px, 40px);
  right: clamp(18px, 22 * (100vw - 375px) / 905 + 18px, 40px);
  cursor: pointer;
  width: clamp(20px, 2 * (100vw - 375px) / 905 + 20px, 22px);
  height: clamp(20px, 2 * (100vw - 375px) / 905 + 20px, 22px);
}
.vacancy-popup-shadow .vacancy-popup .body > .title {
  margin-bottom: clamp(21px, 46 * (100vw - 375px) / 905 + 21px, 67px);
  font-weight: 500;
  font-size: clamp(22px, 10 * (100vw - 375px) / 905 + 22px, 32px);
  text-transform: uppercase;
  line-height: 140%;
}
.vacancy-popup-shadow .vacancy-popup .body .for-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 235px);
  padding-right: 15px;
  scrollbar-width: thin;
  scrollbar-color: rgb(236, 6, 35) rgb(234, 234, 234);
}
.vacancy-popup-shadow .vacancy-popup .body .for-scroll::-webkit-scrollbar {
  width: 4px;
}
.vacancy-popup-shadow .vacancy-popup .body .for-scroll::-webkit-scrollbar-track {
  background: rgb(234, 234, 234);
}
.vacancy-popup-shadow .vacancy-popup .body .for-scroll::-webkit-scrollbar-thumb {
  background: rgb(236, 6, 35);
}
.vacancy-popup-shadow .vacancy-popup .body .salary {
  margin-bottom: clamp(30px, 38 * (100vw - 375px) / 905 + 30px, 68px);
}
.vacancy-popup-shadow .vacancy-popup .body .salary .salary-title {
  font-weight: 500;
  font-size: clamp(18px, 6 * (100vw - 375px) / 905 + 18px, 24px);
  line-height: 130%;
  text-transform: uppercase;
}
.vacancy-popup-shadow .vacancy-popup .body .salary .salary-data {
  font-weight: 300;
}
.vacancy-popup-shadow .vacancy-popup .body .salary .salary-data span {
  font-weight: 500;
  color: var(--color-red);
}
.vacancy-popup-shadow .vacancy-popup .body .vacancy-popup-content p {
  font-weight: 300;
  font-size: clamp(12px, 4 * (100vw - 375px) / 905 + 12px, 16px);
  line-height: 130%;
  margin-bottom: 9px;
}
.vacancy-popup-shadow .vacancy-popup .body .vacancy-popup-content p.title {
  font-weight: 500;
  text-transform: uppercase;
}
.vacancy-popup-shadow .vacancy-popup .body .vacancy-popup-content ul {
  padding-left: 20px;
  margin-bottom: clamp(14px, 21 * (100vw - 375px) / 905 + 14px, 35px);
  list-style: square;
}
.vacancy-popup-shadow .vacancy-popup .body .vacancy-popup-content ul li {
  margin-bottom: 9px;
  font-size: clamp(12px, 4 * (100vw - 375px) / 905 + 12px, 16px);
  line-height: 130%;
  font-weight: 300;
}
.vacancy-popup-shadow .vacancy-popup .body .vacancy-popup-content ul li:last-child {
  margin-bottom: 0;
}
.vacancy-popup-shadow .vacancy-popup .bottom {
  padding-top: clamp(10px, 10 * (100vw - 375px) / 905 + 10px, 20px);
}
.vacancy-popup-shadow .vacancy-popup .bottom .bottom-title {
  font-weight: 500;
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 132%;
  margin-bottom: 6px;
}
.vacancy-popup-shadow .vacancy-popup .bottom .bottom-phone a {
  font-weight: 300;
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 30px;
  color: var(--color-black);
  display: inline-block;
  transition: color var(--transition);
}
.vacancy-popup-shadow .vacancy-popup .bottom .bottom-phone a:hover {
  color: var(--color-red);
}
.vacancy-popup-shadow .vacancy-popup .bottom .bottom-phone a svg {
  margin-right: 15px;
  position: relative;
  top: 8px;
  height: 30px;
}

@media all and (min-width: 1200px) {
  .kapitel-vacancies .vacancies-wrap .vacancy-item:hover .hover-part {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
  }
}
@media all and (max-width: 1199px) {
  .kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more {
    display: flex;
    margin-top: 35px;
    gap: 12px;
    align-items: center;
  }
  .kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more span {
    font-size: 14px;
    line-height: 130%;
    color: white;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 300;
    transition: color var(--transition);
  }
  .kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more div {
    width: 25px;
    height: 25px;
    border: 1px solid white;
    position: relative;
    border-radius: 50%;
    transition: border-color var(--transition);
  }
  .kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more div svg {
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 5px);
    transition: all var(--transition);
  }
  .kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more:hover span {
    color: var(--color-red);
  }
  .kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more:hover div {
    border-color: var(--color-red);
  }
  .kapitel-vacancies .vacancies-wrap .vacancy-item .default-part .bottom .mobile-more:hover div svg {
    stroke: var(--color-red);
  }
}
@media all and (max-width: 1199px) {
  .kapitel-vacancies .mobile-more-vacancies {
    text-align: center;
    margin-top: 32px;
  }
  .kapitel-vacancies .mobile-more-vacancies a {
    font-size: 14px;
    line-height: 40px;
    text-decoration: underline;
    color: var(--color-white);
    font-weight: 300;
  }
}
@media all and (max-width: 575px) {
  .kapitel-vacancies .vacancies-wrap > .row > div:nth-child(n+5) {
    display: none;
  }
}
/*# sourceMappingURL=vacancies.css.map */
