/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/pages/vacancies/vacancies.less ***!
  \*********************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
img,
video {
  border: none;
  max-width: 100%;
  height: auto;
}
a,
button {
  outline: none;
  cursor: pointer;
}
li {
  list-style: none;
}
button {
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
}
b {
  display: inline;
  font-weight: 700;
}
a,
button,
input,
textarea {
  -webkit-appearance: none;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  /*word-wrap: break-word;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea {
  display: block;
}
a,
span,
button,
i {
  display: inline-block;
}
/******* input,textarea *******/
textarea {
  resize: none;
  outline: none;
  border: none;
  overflow: auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  font-family: 'Roboto', sans-serif;
}
input {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  font-family: 'Roboto', sans-serif;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  background: none;
  display: none;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea :-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  color: #2E2D2B;
  background: #fff;
  font-size: 12px;
}
body.this--offset {
  overflow: hidden;
}
a,
button {
  color: #000;
}
.wrapper {
  position: relative;
}
.vertical-center {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 6vw 0;
}
.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 100px;
  position: relative;
}
@media (min-width: 1440px) {
  .container-big {
    padding: 0 40px;
  }
}
@media (max-width: 1439px) {
  .container {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
main {
  margin-top: 64px;
}
@media (max-width: 767px) {
  main {
    margin-top: 40px;
  }
}
main.this--m-top {
  margin-top: 108px;
}
section {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 64px;
  }
}
section.this--top {
  margin-top: 64px;
}
@media (max-width: 767px) {
  section.this--top {
    margin-top: 40px;
  }
}
.btn-primary {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 14px 32px;
  border-radius: 12px;
  text-wrap: nowrap;
  background: #E73445;
}
@media (max-width: 767px) {
  .btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .btn-primary {
    padding: 12px 16px;
  }
}
.btn-secondary {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2E2D2B;
  padding: 14px 32px;
  border-radius: 12px;
  text-wrap: nowrap;
  background: #F7F9FB;
  border: 1px solid #E8EAEC;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .btn-secondary {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2E2D2B;
  }
}
@media (max-width: 767px) {
  .btn-secondary {
    padding: 12px 16px;
  }
}
.btn-secondary:hover {
  background: rgba(231, 52, 69, 0.8);
  border-color: rgba(231, 52, 69, 0.2);
  color: #FFFFFF;
}
.btn-outline {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #677183;
  padding: 14px 32px;
  border-radius: 12px;
  text-wrap: nowrap;
  border: 1px solid #E8EAEC;
}
@media (max-width: 767px) {
  .btn-outline {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #677183;
  }
}
@media (max-width: 767px) {
  .btn-outline {
    padding: 12px 16px;
  }
}
.input-primary {
  border-radius: 12px;
  padding: 14px 16px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #677183;
}
@media (max-width: 767px) {
  .input-primary {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #677183;
  }
}
.input-primary::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #677183;
}
@media (max-width: 767px) {
  .input-primary::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #677183;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  --swiper-navigation-top-offset: calc(50% - 22px);
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  height: 44px;
  min-width: 44px;
  color: #475467;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 12px !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: initial;
  flex-direction: row;
}
@media (max-width: 767px) {
  .swiper .swiper-button-next:after,
  .swiper .swiper-button-prev:after {
    height: 36px;
    min-width: 36px;
  }
}
.swiper .swiper-button-next {
  right: 24px;
}
@media (max-width: 767px) {
  .swiper .swiper-button-next {
    right: 12px;
  }
}
.swiper .swiper-button-prev {
  left: 24px;
}
@media (max-width: 767px) {
  .swiper .swiper-button-prev {
    left: 12px;
  }
}
.swiper .swiper-pagination {
  width: auto !important;
  height: fit-content;
  left: 50% !important;
  transform: translateX(-50%) !important;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-top: calc(391% / 458 * 100);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
@media (max-width: 1439px) {
  .swiper .swiper-pagination {
    --swiper-pagination-top: calc(314% / 374 * 100);
  }
}
@media (max-width: 767px) {
  .swiper .swiper-pagination {
    --swiper-pagination-top: calc(152% / 214 * 100);
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 6px;
  transition: width 0.2s;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
}
.swiper-slide img {
  max-height: 420px;
  border-radius: 30px;
}
@media (max-width: 1439px) {
  .swiper-slide img {
    max-height: none;
    width: 100%;
  }
}
.caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #677183;
  font-style: italic;
  margin-top: 16px;
}
.video-container {
  position: relative;
}
.video-container video {
  border-radius: 30px;
  cursor: pointer;
}
.video-container__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 76px;
  width: 76px;
  padding: 12px;
  backdrop-filter: blur(8px);
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.2s;
}
.video-container__play:has(~ .caption) {
  top: calc(50% - 22px);
}
.video-container__play__inner {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: initial;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.video-container__play__inner img {
  margin-left: 5px;
}
.square-img-wrapper-top {
  position: absolute;
  transition: opacity 0.2s;
  pointer-events: none;
  width: 480px;
  height: 480px;
  top: 0;
  right: 0;
  transform: translate(37%, -50%);
}
.square-img-wrapper-top.hide {
  opacity: 0;
}
@media (max-width: 1439px) {
  .square-img-wrapper-top {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-top {
    width: 240px;
    height: 240px;
  }
}
.square-img-wrapper-top img {
  width: 100%;
  height: 100%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 50;
}
.header_scroll {
  background: #FFFFFF;
}
.header .container {
  padding: 30px 40px;
}
@media (max-width: 1250px) {
  .header .container {
    padding: 30px 64px;
  }
}
@media (max-width: 767px) {
  .header .container {
    padding: 20px 20px;
  }
}
.header__contacts {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  margin-left: auto;
}
@media (max-width: 1250px) {
  .header__contacts {
    margin-left: 0;
    margin-top: 80px;
  }
}
.header__contacts .btn {
  display: inline-block;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .header__contacts .btn {
    margin-top: 40px;
  }
}
.header__contacts__contact {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.header__contacts__contact:last-child {
  display: none;
}
@media (max-width: 1250px) {
  .header__contacts__contact:last-child {
    display: inline-flex;
  }
}
.header__contacts__contact span {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #677183;
  display: none;
}
@media (max-width: 1250px) {
  .header__contacts__contact span {
    display: inline-block;
    width: fit-content;
  }
}
.header__contacts__contact a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2E2D2B;
}
@media (max-width: 1250px) {
  .header__contacts__contact a {
    font-size: 18px;
    line-height: normal;
    width: fit-content;
  }
}
.header__content {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
}
.header__content:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -30px;
  border-top: 1px solid #EFF3F7;
}
@media (max-width: 767px) {
  .header__content:after {
    bottom: -20px;
  }
}
@media (max-width: 1250px) {
  .header__content {
    display: block;
  }
}
@media (max-width: 1250px) {
  .header__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 32px);
    z-index: 5;
    padding: 0 16px;
    margin: 0 -16px;
  }
}
.header__logo {
  flex: 0 0 auto;
}
.header__logo img {
  width: 100%;
}
.header__burger {
  display: none;
}
@media (max-width: 1250px) {
  .header__burger {
    display: block;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
  }
  .header__burger span {
    position: absolute;
    right: 2px;
    width: 100%;
    height: 2px;
    border-radius: 150px;
    background: #1B1B1B;
    transition: 0.3s;
  }
  .header__burger span:first-child {
    top: 5px;
    width: 40%;
  }
  .header__burger span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .header__burger span:last-child {
    bottom: 5px;
    width: 60%;
  }
  .header__burger.menu-open span:first-child {
    transform: rotate(45deg);
    top: 11px;
    width: 100%;
  }
  .header__burger.menu-open span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .header__burger.menu-open span:last-child {
    transform: rotate(-45deg);
    width: 100%;
    bottom: 13px;
  }
}
.header__nav {
  display: flex;
  width: 100%;
}
@media (max-width: 1250px) {
  .header__nav {
    padding: 80px 64px 0;
    margin-left: -64px;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    background: #ffffff;
    left: 0;
    width: 100vw;
    transition: transform 0.3s, visibility 0.3s;
    visibility: hidden;
    transform: translatex(-120%);
  }
  .header__nav.menu-open {
    visibility: visible;
    transform: none;
  }
}
@media (max-width: 767px) {
  .header__nav {
    margin-left: -20px;
    padding-left: 20px;
  }
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1250px) {
  .header__menu {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.header__menu li:not(:first-child) {
  margin-left: 48px;
}
@media (max-width: 1250px) {
  .header__menu li:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 1250px) {
  .header__menu li {
    padding: 16px 0;
    margin-bottom: 0;
  }
  .header__menu li:first-child {
    padding-top: 0;
  }
  .header__menu li:last-child {
    padding-bottom: 0;
  }
}
.header__menu li a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2E2D2B;
  text-transform: uppercase;
}
.header__menu li a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2E2D2B;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
@media (max-width: 1250px) {
  .header__menu li a {
    font-size: 16px;
    line-height: normal;
  }
}
.header__menu li a:hover::before {
  transform: scaleX(1);
}
.header__menu li a.active {
  transform: scaleX(1);
}
footer {
  padding: 40px 0 0;
  background-color: #000;
  position: relative;
}
@media (max-width: 1439px) {
  footer {
    padding: 64px 0 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 24px 0 0;
  }
}
.footer__contacts {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1023px) {
  .footer__contacts {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    padding: 24px;
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .footer__contact {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    min-width: 0;
    width: 100%;
  }
}
.footer__contact span {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer__contact span {
    font-size: 13px;
  }
}
.footer__contact a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 4px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer__contact a {
    font-size: 14px;
  }
}
.footer__bottom {
  margin-top: 40px;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 16px 0;
  }
}
@media (max-width: 1280px) {
  .footer__bottom .footer__logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 13px;
  }
}
.footer__politic {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer__politic {
    margin-top: 16px;
  }
}
.breadcrumbs {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #677183;
  border-radius: 8px;
  background: #EFF3F7;
  padding: 4px 12px;
  position: relative;
}
.breadcrumbs-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 1439px) {
  .breadcrumbs-container {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-container {
    padding: 0 20px;
  }
}
.breadcrumbs.current {
  opacity: 0.6;
  pointer-events: none;
}
.breadcrumbs img {
  vertical-align: middle;
  margin: 0 8px 3px 0;
}
@media (max-width: 1439px) {
  .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    max-width: 264px;
    text-overflow: ellipsis;
  }
}
.breadcrumbs-arrow {
  background: url("/local/templates/triada/img/breadcrumbs/arrow_right.svg");
  pointer-events: none;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.square-img-wrapper-subscription-top {
  position: absolute;
  transition: opacity 0.2s;
  pointer-events: none;
  width: 480px;
  height: 480px;
  bottom: 18%;
  left: -11%;
}
.square-img-wrapper-subscription-top.hide {
  opacity: 0;
}
@media (max-width: 1439px) {
  .square-img-wrapper-subscription-top {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-subscription-top {
    width: 240px;
    height: 240px;
  }
}
.square-img-wrapper-subscription-top img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1439px) {
  .square-img-wrapper-subscription-top {
    width: 480px;
    height: 480px;
    bottom: 52%;
    left: -24%;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-subscription-top {
    width: 480px;
    height: 480px;
    left: -49%;
  }
}
.square-img-wrapper-subscription-bottom {
  position: absolute;
  transition: opacity 0.2s;
  pointer-events: none;
  width: 480px;
  height: 480px;
  top: 12%;
  right: -10%;
}
.square-img-wrapper-subscription-bottom.hide {
  opacity: 0;
}
@media (max-width: 1439px) {
  .square-img-wrapper-subscription-bottom {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-subscription-bottom {
    width: 240px;
    height: 240px;
  }
}
.square-img-wrapper-subscription-bottom img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1439px) {
  .square-img-wrapper-subscription-bottom {
    width: 480px;
    height: 480px;
    top: 47%;
    right: -36%;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-subscription-bottom {
    display: none;
  }
}
.subscription {
  border-radius: 30px;
  background: #EFF3F7;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.subscription__form {
  max-width: 504px;
  position: relative;
  z-index: 1;
}
.subscription__form-input {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.subscription__form-input input {
  width: 100%;
}
.subscription__form-agreement {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #677183;
}
.subscription__form-agreement a {
  text-decoration: underline;
  font-weight: 600;
  color: #677183;
}
.subscription__form-agreement a {
  display: inline;
}
.subscription__head {
  max-width: 440px;
  position: relative;
  z-index: 1;
}
.subscription__head h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #2E2D2B;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .subscription__head h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2E2D2B;
  }
}
.subscription__head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #677183;
}
@media (max-width: 767px) {
  .subscription__head p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #677183;
  }
}
@media (max-width: 1439px) {
  .subscription {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .subscription__head {
    max-width: none;
  }
  .subscription__form {
    max-width: none;
  }
  .subscription__form input {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .subscription {
    gap: 24px;
  }
  .subscription__form-input {
    flex-direction: column;
  }
  .subscription__form-input input {
    max-width: none;
  }
}
.square-img-wrapper-one {
  position: absolute;
  transition: opacity 0.2s;
  pointer-events: none;
  width: 480px;
  height: 480px;
  z-index: -1;
  right: 0;
  top: 1022px;
  transform: translateX(37%);
}
.square-img-wrapper-one.hide {
  opacity: 0;
}
@media (max-width: 1439px) {
  .square-img-wrapper-one {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-one {
    width: 240px;
    height: 240px;
  }
}
.square-img-wrapper-one img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1439px) {
  .square-img-wrapper-one {
    top: 1022px;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-one {
    display: none;
  }
}
.square-img-wrapper-two {
  position: absolute;
  transition: opacity 0.2s;
  pointer-events: none;
  width: 480px;
  height: 480px;
  top: calc(1022px + 200px + 480px);
  z-index: -1;
  transform: translateX(-37%);
}
.square-img-wrapper-two.hide {
  opacity: 0;
}
@media (max-width: 1439px) {
  .square-img-wrapper-two {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-two {
    width: 240px;
    height: 240px;
  }
}
.square-img-wrapper-two img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1439px) {
  .square-img-wrapper-two {
    top: calc(1022px + 200px + 320px);
  }
}
@media (max-width: 767px) {
  .square-img-wrapper-two {
    display: none;
  }
}
.hero {
  margin-top: 40px;
  padding: 115px 60px;
  background: black;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .hero-container {
    padding: 0 40px;
  }
}
@media (max-width: 1439px) {
  .hero {
    padding: 40px 30px 310px 35px;
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 30px 20px 324px;
    margin-top: 40px;
  }
}
.hero__images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.hero__images__square-bg {
  position: absolute;
  width: 655px;
  height: 655px;
  top: 15%;
  right: 7%;
}
@media (max-width: 1439px) {
  .hero__images__square-bg {
    top: 45%;
    right: -28%;
  }
}
@media (max-width: 767px) {
  .hero__images__square-bg {
    width: 425px;
    height: 425px;
    top: 45%;
    right: auto;
    left: 34%;
  }
}
.hero__images__square-bg path {
  stroke: #E73445;
}
.hero__images picture {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1439px) {
  .hero__images picture {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .hero__images picture {
    width: 160px;
  }
}
.hero__images picture:nth-child(1) {
  top: 6%;
  right: 34%;
}
@media (max-width: 1439px) {
  .hero__images picture:nth-child(1) {
    top: auto;
    right: auto;
    bottom: 16%;
    left: 4%;
  }
}
@media (max-width: 767px) {
  .hero__images picture:nth-child(1) {
    bottom: 30%;
    left: 9%;
  }
}
.hero__images picture:nth-child(2) {
  top: 33%;
  right: 21%;
}
@media (max-width: 1439px) {
  .hero__images picture:nth-child(2) {
    top: auto;
    right: auto;
    bottom: 5%;
    left: 30%;
  }
}
@media (max-width: 767px) {
  .hero__images picture:nth-child(2) {
    bottom: 24%;
    left: 46%;
  }
}
.hero__images picture:nth-child(3) {
  top: 17%;
  right: 4%;
}
@media (max-width: 1439px) {
  .hero__images picture:nth-child(3) {
    top: auto;
    right: auto;
    bottom: 16%;
    left: 56%;
  }
}
@media (max-width: 767px) {
  .hero__images picture:nth-child(3) {
    bottom: 3%;
    left: 23%;
  }
}
.hero__text {
  max-width: 480px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) {
  .hero__text {
    max-width: none;
  }
}
.hero__text h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #FEFEFE;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hero__text h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FEFEFE;
  }
}
.hero__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FEFEFE;
}
@media (max-width: 767px) {
  .hero__text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FEFEFE;
  }
}
.vacancies__load-more {
  display: block;
  margin: 48px auto 0;
}
@media (max-width: 767px) {
  .vacancies__load-more {
    margin-top: 24px;
  }
}
.vacancies-section {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .vacancies-section {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.vacancies-section h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #2E2D2B;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .vacancies-section h1 {
    font-size: 24px;
    line-height: 33px;
  }
}
.vacancies__categories {
  margin-bottom: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .vacancies__categories {
    margin-bottom: 24px;
  }
}
.vacancies__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .vacancies__list {
    gap: 16px;
  }
}
.vacancies__list__card {
  position: relative;
  padding: 48px 60px;
  background: #EFF3F7;
  border-radius: 30px;
}
@media (max-width: 1439px) {
  .vacancies__list__card {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .vacancies__list__card {
    padding: 20px;
  }
}
.vacancies__list__card__content-wrapper {
  --after-opacity: 1;
  max-width: 833px;
  max-height: 331px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s;
}
@media (max-width: 1439px) {
  .vacancies__list__card__content-wrapper {
    max-height: 359px;
  }
}
@media (max-width: 767px) {
  .vacancies__list__card__content-wrapper {
    max-height: 353px;
  }
}
.vacancies__list__card__content-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  opacity: var(--after-opacity);
  transition: opacity 0.2s;
  background: linear-gradient(180deg, rgba(239, 243, 247, 0) 0%, #EFF3F7 80%);
  pointer-events: none;
}
.vacancies__list__card__content__head h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #2E2D2B;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vacancies__list__card__content__head h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.vacancies__list__card__content__head__tag {
  border-radius: 8px;
  background: white;
  padding: 7px 12px 8px;
}
.vacancies__list__card__content__head__tag-list {
  font-weight: 600;
  font-size: 16px 19px;
  line-height: #2E2D2B;
  color: #2E2D2B;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .vacancies__list__card__content__head__tag-list {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .vacancies__list__card__content__head__tag {
    font-size: 14px;
    line-height: 17px;
  }
}
.vacancies__list__card__content__list-block {
  margin-bottom: 32px;
}
.vacancies__list__card__content__list-block h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #2E2D2B;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .vacancies__list__card__content__list-block h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.vacancies__list__card__content__list-block ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #475467;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .vacancies__list__card__content__list-block ul {
    font-size: 14px;
    line-height: 22px;
  }
}
.vacancies__list__card__content__list-block ul li {
  list-style: outside;
}
.vacancies__list__card__content__list-block ul li + li {
  margin-top: 8px;
}
.vacancies__list__card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: initial;
  flex-direction: row-reverse;
}
@media (max-width: 1439px) {
  .vacancies__list__card__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .vacancies__list__card__bottom {
    gap: 24px;
    margin-top: 24px;
  }
}
.vacancies__list__card__bottom__collapse-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #2E2D2B;
  border-bottom: 1px solid #2E2D2B;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}
.vacancies__list__card__bottom__collapse-btn__arrow {
  rotate: 45deg;
  transition: rotate 0.2s;
}
@media (max-width: 1439px) {
  .vacancies__list__card__bottom__salary-n-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: initial;
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .vacancies__list__card__bottom__salary-n-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.vacancies__list__card__bottom__salary-n-link .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}
@media (max-width: 767px) {
  .vacancies__list__card__bottom__salary-n-link .btn-primary {
    width: 100%;
  }
}
.vacancies__list__card__bottom__salary-n-link .btn-primary svg {
  rotate: -45deg;
}
.vacancies__list__card__bottom__salary-n-link .btn-primary svg path {
  stroke: white;
}
.vacancies__list__card__bottom__salary-n-link__salary {
  position: absolute;
  top: 48px;
  right: 60px;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #2E2D2B;
}
@media (max-width: 1439px) {
  .vacancies__list__card__bottom__salary-n-link__salary {
    position: static;
  }
}
@media (max-width: 767px) {
  .vacancies__list__card__bottom__salary-n-link__salary {
    font-size: 24px;
    line-height: 33px;
  }
}


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