

/* Start:/local/components/vincent/vacancies/templates/v1/style.css?16978785985983*/
:root {
  --gradient-color-1: #ffac05;
  --gradient-color-2: #fa9005;
  --gradient-color-3: #f06e0a;
  --gradient-color-4: #e6560f;
}

.hero-form__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.hero-form__content {
  display: grid;
  gap: 12px;
}

.hero-form__content .input-title {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  font-weight: 500;
  display: block;
  opacity: 0.6;
}

.hero-form__footer {
  font-size: 12px;
  line-height: 14px;
  margin-top: 12px;
}

.hero-form__content input {
  box-shadow: none;
  border-radius: 8px;
}

.hero-form__content button {
  margin-top: 12px;
  border-radius: 9999px;
  width: auto;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 40px;
  background: #e95d0f;
  color: #FFF;
  font-weight: 500;
}

#gradient-block {
  width: 100vw;
  height: 640px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform-origin: calc(-0.2 * (50vw - 545px)) 100%;
  transform: skewY(-12deg);
}

.gradient {
  background: #e95d0f;
}

li.navigation__item {
  background: #FFF;
}
li.navigation__item .navigation__link {
  color: #e95d0f;
}

@media (min-width: 768px) {
  ul.navigation__list {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }

  .menu.menu--roll-up a.menu__item {
    color: #FFF;
  }

  div.menu.menu--roll-up {
    border-bottom-color: rgba(255, 255, 255, 0.25);
  }

  header a.desk.header__main-phone {
    color: #FFF;
  }
  header a.header__phone-number.header__phone-number--phone-control {
    color: #FFF;
  }
  header .header__phone-controls label {
    color: #FFF !important;
  }
  header div.menu__item.menu__item--active {
    color: #FFF !important;
  }
  header div.menu__item.menu__item--active:after {
    background-color: #FFF !important;
  }
  header input#header-phone-control-adler:checked ~ .header__phone-controls label {
    opacity: 1;
  }
  header .header__actions svg {
    color: #FFF;
  }
  header .menu__item.menu__item--more span {
    color: #FFF;
  }
  header .menu__item.menu__item--more .menu__item-more:before {
    border-color: #FFF;
  }
  header .menu.menu--roll-up .menu__action {
    background-color: #FFF !important;
    color: #e95d0f !important;
  }
  header .header__logo img {
    filter: brightness(0) invert(1);
  }
}
.hero {
  position: relative;
  height: 448px;
  margin-bottom: 96px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 96px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .hero {
    height: 780px;
    grid-template-columns: 1fr;
  }
}
.hero .captcha {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hero .captcha > * {
  transform: scale(0.8);
}

.hero__aside {
  grid-column-start: 2;
}
@media (max-width: 767px) {
  .hero__aside {
    grid-column-start: 1;
    margin-top: 212px;
  }
}

.hero-form {
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.hero-form__success {
  display: none;
}

.hero-form.success .hero-form__layout {
  display: none;
}
.hero-form.success .hero-form__success {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.hero-form__success-text {
  text-transform: uppercase;
  font-weight: 500;
}

.hero-form__success-icon {
  width: 2rem;
  height: 2rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjIuNTQ0IDMuMDQ0TDcgMTguNTg1bC01LjU0NC01LjU0MS0xLjQxMyAxLjQxMyA2LjI1IDYuMjVhLjk5OS45OTkgMCAwIDAgMS40MTIgMGwxNi4yNS0xNi4yNS0xLjQxMy0xLjQxM3oiIGZpbGw9IiM5M2FkMjAiIC8+PC9zdmc+) 50% no-repeat;
  background-size: 2rem;
}

.hero__content {
  padding: 115px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 600px;
  user-select: none;
}

@media (max-width: 767px) {
  .hero__content {
    padding-top: 48px;
  }
}
.hero__content--top {
  mix-blend-mode: color-burn;
  z-index: 2;
}

.hero__title {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 48px;
  }
}

.hero__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  opacity: 0.6;
}

.hero__content--top .hero__title {
  color: #458cbe;
}

.hero__content--bottom {
  z-index: -1;
}

.hero__content--bottom .hero__title {
  color: #c17021;
}

@media (max-width: 767px) {
  .vacancies-callback__callback {
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0;
  }
}
.vacancies-callback__callback {
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 16px;
}

h1.vacancies-title {
  padding-top: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.vacancies-group {
  display: grid;
  grid-column-gap: 48px;
}

.vacancies-group h2 {
  line-height: 32px;
  font-size: 24px;
  height: auto;
  font-weight: 500;
}

.vacancies-group h2 + p {
  margin-top: 16px;
}

.vacancies-group p {
  font-size: 18px;
  line-height: 24px;
}

.vacancies-group p + p {
  margin-top: 12px;
}

.vacancies-group:last-of-type {
  padding-bottom: 96px;
}

.vacancies-group + .vacancies-group {
  margin-top: 96px;
}

.vacancies-group__content.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vacancies-group__content.media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vacancies-group__content.media img {
  max-width: 75%;
  height: auto;
}

@media (min-width: 768px) {
  .vacancies-group {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .vacancies-group__content.media {
    grid-row-start: 1;
    align-items: flex-end;
  }

  .vacancies-group__content.media img {
    max-width: 100%;
  }
}

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

/* End */
/* /local/components/vincent/vacancies/templates/v1/style.css?16978785985983 */
