/* Generated by vite-plugin-svg-spritemap */
.hiring__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hiring__subtitle {
  font-size: 1.5rem;
  line-height: 130%;
  color: #2275E2;
}
.hiring__subtitle:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hiring__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.hiring__image {
  display: none;
}

.item-hiring__title {
  font-size: 1.25rem;
  font-weight: 600;
}
.item-hiring__title:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.item-hiring__list li {
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.item-hiring__list li::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #000;
  border-radius: 50%;
}
.item-hiring__list:not(:last-child) {
  margin-bottom: 0.625rem;
}
.item-hiring__contacts {
  line-height: 140%;
}
.item-hiring__contacts a {
  display: block;
  text-decoration: underline;
  transition: color 0.3s;
}
@media (max-width: 47.99875em) {
  .hiring__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .hiring__subtitle:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (width <= 20em) {
  .hiring {
    padding-top: 1.25rem;
  }
  .hiring {
    padding-bottom: 1.25rem;
  }
}
@media (width > 20em) and (width <= 76.875em) {
  .hiring {
    padding-top: clamp( 1.25rem , 0.59065934065625rem  +  3.2967032967vw , 3.125rem );
  }
  .hiring {
    padding-bottom: clamp( 1.25rem , -0.50824175824375rem  +  8.7912087912vw , 6.25rem );
  }
}
@media (min-width: 47.99875em) {
  .hiring__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
  }
  .hiring__image {
    display: block;
    height: 100%;
  }
}
@media (width > 76.875em) {
  .hiring {
    padding-top: 3.125rem;
  }
  .hiring {
    padding-bottom: 6.25rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .item-hiring__contacts a:hover {
    color: #2275E2;
  }
}