:root {
  --size: 500;
}

@media screen and (min-height: 480px) {
  :root {
    --size: 900;
  }
}
@media screen and (min-height: 768px) {
  :root {
    --size: 900;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: calc(4 / var(--size) * 100 * var(--vh, 1vh));
  gap: calc(10 / var(--size) * 100 * var(--vh, 1vh));
  padding: calc(20 / var(--size) * 100 * var(--vh, 1vh)) 0;
  font-family: Roboto;
  font-size: calc(16 / var(--size) * 100 * var(--vh, 1vh));
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs a:hover {
    color: #fff;
  }
}
.breadcrumbs__current {
  color: #fff;
}
.breadcrumbs__sep {
  width: calc(10 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(10 / var(--size) * 100 * var(--vh, 1vh));
  flex-shrink: 0;
  opacity: 0.5;
}
@media (max-width: 480px) {
  .breadcrumbs {
    font-size: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  }
}

.career {
  overscroll-behavior: none;
}
.career > div, .career__top, .career__advantages, .career__our-clients, .career__values, .career__cases, .career__achievements, .career__team, .career__jobs, .career__steps, .career__bonuses, .career__form {
  margin-bottom: calc(96 / var(--size) * 100 * var(--vh, 1vh));
}

.career-top {
  position: relative;
  width: 100vw;
  height: 100%;
  margin-top: calc(-96 / var(--size) * 100 * var(--vh, 1vh));
  left: calc(-50vw + 50%);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-top__background {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.career-top__background img {
  min-height: calc(358 / var(--size) * 100 * var(--vh, 1vh));
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.career-top__background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(179.21deg, rgba(0, 0, 0, 0.5) 28.99%, rgba(0, 0, 0, 0) 46.49%, rgba(0, 0, 0, 0) 60.73%, #000000 84.46%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.career-top__container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.career-top__img {
  max-width: 100%;
  max-height: 100vh;
  object-fit: contain;
  visibility: hidden;
}
.career-top__title {
  color: #fff;
  margin-bottom: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  position: absolute;
  left: 0;
  top: calc(260 / var(--size) * 100 * var(--vh, 1vh));
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: Oswald;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(96 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .career-top__title {
    font-size: calc(48 / var(--size) * 100 * var(--vh, 1vh));
    top: calc(120 / var(--size) * 100 * var(--vh, 1vh));
  }
}
@media (max-width: 480px) {
  .career-top__title {
    font-size: calc(30 / var(--size) * 100 * var(--vh, 1vh));
    top: calc(120 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.career-top__dye-1 {
  position: absolute;
  bottom: 15%;
  right: calc(-80 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 100;
  transform: translateY(50%);
  width: calc(473 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(207 / var(--size) * 100 * var(--vh, 1vh));
  max-width: 50%;
}
@media (max-width: 1025px), (min-width: 1026px) and (orientation: portrait) {
  .career-top {
    margin-top: 0;
    height: auto;
  }
}

.career-values {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}
.career-values__content {
  position: relative;
}
.career-values__icon {
  width: calc(24 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(24 / var(--size) * 100 * var(--vh, 1vh));
  flex-shrink: 0;
  margin-left: calc(16 / var(--size) * 100 * var(--vh, 1vh));
  transition: transform 0.3s;
  transform: rotate(0deg);
}
.is-open .career-values__icon {
  transform: rotate(-75deg);
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .career-values__accordion {
    padding: calc(12 / var(--size) * 100 * var(--vh, 1vh)) 0 !important;
  }
}
.career-values__accordion .accordion-body {
  max-width: 50%;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .career-values__accordion .accordion-body {
    max-width: none;
  }
}
.career-values__value {
  position: absolute;
  z-index: 3;
  top: calc(-98 / var(--size) * 100 * var(--vh, 1vh));
  right: calc(165 / var(--size) * 100 * var(--vh, 1vh));
  width: calc(425 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(599 / var(--size) * 100 * var(--vh, 1vh));
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.career-values__value.is-shown {
  opacity: 1;
}
.career-values__value-inline {
  display: none;
  width: 100%;
  max-width: calc(320 / var(--size) * 100 * var(--vh, 1vh));
  height: auto;
  margin-top: calc(20 / var(--size) * 100 * var(--vh, 1vh));
  border-radius: calc(16 / var(--size) * 100 * var(--vh, 1vh));
}
.career-values__sign {
  display: block;
  margin-left: auto;
  width: calc(342 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(64 / var(--size) * 100 * var(--vh, 1vh));
  margin-top: calc(40 / var(--size) * 100 * var(--vh, 1vh));
}
.career-values__dye-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .career-values__value {
    display: none;
  }
  .career-values__value-inline {
    display: block;
  }
}
@media (max-width: 480px) {
  .career-values__dye-3 {
    transform: scale(0.75);
    left: calc(-184 / var(--size) * 100 * var(--vh, 1vh));
    bottom: calc(-150 / var(--size) * 100 * var(--vh, 1vh));
  }
}

.jobs__item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.jobs__head {
  display: flex;
  align-items: center;
  gap: calc(24 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 480px) {
  .jobs__head {
    flex-wrap: wrap;
    row-gap: calc(10 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.jobs__list-item {
  flex-basis: 70%;
  flex-grow: 1;
  font-family: Oswald;
  font-weight: 500;
  text-transform: uppercase;
  color: #b7b7b7;
}
@media (max-width: 1439px), (min-width: 1440px) and (orientation: portrait) {
  .jobs__list-item {
    flex-basis: 65%;
  }
}
.jobs__formats {
  margin-left: auto;
  font-family: Roboto;
  font-size: calc(18 / var(--size) * 100 * var(--vh, 1vh));
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .jobs__formats {
    order: 1;
    flex-basis: 100%;
    margin-left: 0;
    font-size: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.jobs__arrow {
  width: calc(35 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(35 / var(--size) * 100 * var(--vh, 1vh));
  flex-shrink: 0;
}

.career__bonuses .card {
  align-items: center;
  gap: calc(40 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .career__bonuses .card {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.career__bonuses .card__right {
  flex-shrink: 0;
}
.career__bonuses .icon svg {
  display: block;
  width: calc(120 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(120 / var(--size) * 100 * var(--vh, 1vh));
}

.career-resume__title {
  font-family: Oswald;
  font-weight: 500;
  font-size: calc(64 / var(--size) * 100 * var(--vh, 1vh));
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: calc(20 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .career-resume__title {
    font-size: calc(40 / var(--size) * 100 * var(--vh, 1vh));
  }
}
@media (max-width: 480px) {
  .career-resume__title {
    font-size: calc(28 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.career-resume__subtitle {
  font-family: Roboto;
  font-size: calc(20 / var(--size) * 100 * var(--vh, 1vh));
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: calc(50 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 480px) {
  .career-resume__subtitle {
    font-size: calc(16 / var(--size) * 100 * var(--vh, 1vh));
    margin-bottom: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  }
}

.steps .swiper-wrapper {
  align-items: stretch;
}
.steps .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.steps .card {
  flex: 1;
}

.bonuses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: calc(30 / var(--size) * 100 * var(--vh, 1vh));
}
.bonuses-grid .card {
  height: 100%;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .bonuses-grid {
    display: flex;
    grid-template-columns: none;
    grid-auto-rows: auto;
    align-items: stretch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: calc(16 / var(--size) * 100 * var(--vh, 1vh));
    padding-bottom: calc(8 / var(--size) * 100 * var(--vh, 1vh));
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bonuses-grid::-webkit-scrollbar {
    display: none;
  }
  .bonuses-grid .card {
    flex: 0 0 60%;
    height: auto;
    scroll-snap-align: start;
  }
}
@media (max-width: 480px) {
  .bonuses-grid .card {
    flex: 0 0 82%;
  }
}

.bonuses-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: calc(16 / var(--size) * 100 * var(--vh, 1vh));
  margin-top: calc(28 / var(--size) * 100 * var(--vh, 1vh));
  min-height: calc(30 / var(--size) * 100 * var(--vh, 1vh));
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .bonuses-dots {
    display: flex;
  }
}
.bonuses-dots__dot {
  width: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  border-radius: 50%;
  background: #3a3a3a;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s, height 0.3s, background 0.3s;
}
.bonuses-dots__dot-active {
  width: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  background: #80d207;
}

.team {
  position: relative;
}
.team__title {
  font-family: Oswald;
  font-weight: 500;
  font-size: calc(64 / var(--size) * 100 * var(--vh, 1vh));
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .team__title {
    font-size: calc(40 / var(--size) * 100 * var(--vh, 1vh));
  }
}
@media (max-width: 480px) {
  .team__title {
    font-size: calc(28 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.team__evapps-team {
  position: absolute;
  left: calc(500 / var(--size) * 100 * var(--vh, 1vh));
  top: calc(80 / var(--size) * 100 * var(--vh, 1vh));
  width: calc(301 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 2;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .team__evapps-team {
    left: calc(240 / var(--size) * 100 * var(--vh, 1vh));
    top: calc(56 / var(--size) * 100 * var(--vh, 1vh));
    width: calc(190 / var(--size) * 100 * var(--vh, 1vh));
  }
}
@media (max-width: 480px) {
  .team__evapps-team {
    left: calc(150 / var(--size) * 100 * var(--vh, 1vh));
    top: calc(60 / var(--size) * 100 * var(--vh, 1vh));
    width: calc(150 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.team__team {
  position: absolute;
  right: calc(120 / var(--size) * 100 * var(--vh, 1vh));
  bottom: calc(120 / var(--size) * 100 * var(--vh, 1vh));
  width: calc(150 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 2;
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .team__team {
    right: calc(20 / var(--size) * 100 * var(--vh, 1vh));
    bottom: calc(20 / var(--size) * 100 * var(--vh, 1vh));
    width: calc(110 / var(--size) * 100 * var(--vh, 1vh));
  }
}
.team__dye {
  position: absolute;
  left: calc(280 / var(--size) * 100 * var(--vh, 1vh));
  top: calc(450 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 0;
  pointer-events: none;
}
.team__arrow {
  position: absolute;
  right: calc(330 / var(--size) * 100 * var(--vh, 1vh));
  top: calc(450 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 1;
  pointer-events: none;
}

.carousel {
  position: relative;
  width: 100vw;
  height: calc(100vh - 96 / var(--size) * 100 * var(--vh, 1vh));
  left: calc(-50vw + 50%);
  touch-action: pan-y;
}
.carousel.is-anim .carousel__image {
  opacity: 0.12;
}
.carousel__footer {
  position: absolute;
  width: 100%;
  bottom: calc(50 / var(--size) * 100 * var(--vh, 1vh));
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.carousel__footer-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(16 / var(--size) * 100 * var(--vh, 1vh));
}
.carousel__footer-pagination-bullet {
  width: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(14 / var(--size) * 100 * var(--vh, 1vh));
  border-radius: 50%;
  background: #3a3a3a;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: width 0.3s, height 0.3s, background 0.3s;
}
.carousel__footer-pagination-bullet-active {
  width: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(30 / var(--size) * 100 * var(--vh, 1vh));
  background: #80d207;
}
.carousel__image {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  user-select: none;
  transition: opacity 0.3s ease;
}
.carousel__image-prev {
  left: calc(-32 / var(--size) * 100 * var(--vh, 1vh));
  bottom: calc(-33 / var(--size) * 100 * var(--vh, 1vh));
  width: calc(492 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(492 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 1;
}
.carousel__image-next {
  right: calc(-40 / var(--size) * 100 * var(--vh, 1vh));
  top: 0;
  width: calc(400 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(400 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 1;
}
.carousel__image-current {
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 48 / var(--size) * 100 * var(--vh, 1vh)));
  width: calc(600 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(600 / var(--size) * 100 * var(--vh, 1vh));
  z-index: 4;
}
.carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(80 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(80 / var(--size) * 100 * var(--vh, 1vh));
  border-radius: 50%;
  background: #80d207;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
}
.carousel__nav img {
  width: calc(34 / var(--size) * 100 * var(--vh, 1vh));
  height: calc(35 / var(--size) * 100 * var(--vh, 1vh));
}
.carousel__nav-prev {
  left: 20%;
}
.carousel__nav-prev img {
  transform: rotate(180deg);
}
.carousel__nav-next {
  right: 20%;
}
@media (hover: hover) and (pointer: fine) {
  .carousel__nav:hover {
    background: rgb(99, 192, 0);
  }
}
@media (max-width: 1025px), (min-width: 1026px) and (orientation: portrait) {
  .carousel {
    height: calc(900 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-prev, .carousel__image-next {
    width: calc(300 / var(--size) * 100 * var(--vh, 1vh));
    height: calc(300 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-prev {
    left: calc(-23 / var(--size) * 100 * var(--vh, 1vh));
    bottom: calc(33 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-next {
    right: calc(-33 / var(--size) * 100 * var(--vh, 1vh));
    top: calc(-33 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-current {
    width: calc(480 / var(--size) * 100 * var(--vh, 1vh));
    height: calc(480 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__nav-prev {
    left: 6%;
  }
  .carousel__nav-next {
    right: 6%;
  }
}
@media (max-width: 960px), (min-width: 961px) and (orientation: portrait) {
  .carousel {
    height: calc(700 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-prev, .carousel__image-next {
    width: calc(200 / var(--size) * 100 * var(--vh, 1vh));
    height: calc(200 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-current {
    width: calc(480 / var(--size) * 100 * var(--vh, 1vh));
    height: calc(480 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__nav {
    display: none;
  }
  .carousel__footer {
    bottom: calc(24 / var(--size) * 100 * var(--vh, 1vh));
  }
}
@media (max-width: 480px) {
  .carousel {
    height: calc(510 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-prev {
    left: calc(-96.5 / var(--size) * 100 * var(--vh, 1vh));
    bottom: calc(60 / var(--size) * 100 * var(--vh, 1vh));
    width: calc(193 / var(--size) * 100 * var(--vh, 1vh));
    height: calc(193 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-next {
    right: calc(-80 / var(--size) * 100 * var(--vh, 1vh));
    top: calc(20 / var(--size) * 100 * var(--vh, 1vh));
    width: calc(160 / var(--size) * 100 * var(--vh, 1vh));
    height: calc(160 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__image-current {
    width: calc(285 / var(--size) * 100 * var(--vh, 1vh));
    height: calc(285 / var(--size) * 100 * var(--vh, 1vh));
  }
  .carousel__footer {
    bottom: calc(16 / var(--size) * 100 * var(--vh, 1vh));
  }
}