@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-about {
  min-height: calc(100vh - 110px); }
  @media only screen and (max-width: 750px) {
    .job-about {
      min-height: calc(100vh - 60px); } }

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.thumbs-slider__top {
  height: 512px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__top {
      height: auto;
}
}
.thumbs-slider__bottom {
  height: 100px;
  margin-top: 2px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__bottom {
      display: none;
}
}
.thumbs-slider__slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__slide {
      min-height: 260px;
}
}
.thumbs-slider__slide[lazy='loaded'] {
    opacity: 1;
}
.thumbs-slider__slide._small {
    cursor: pointer;
    width: 163.333px !important;
}
.thumbs-slider__slide._small:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.thumbs-slider__slide._small._current:before {
      opacity: 0.7;
}
.thumbs-slider__slide-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.thumbs-slider__next, .thumbs-slider__prev {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__next, .thumbs-slider__prev {
      margin-top: -23px;
}
}
.thumbs-slider__next._mobile-arrow, .thumbs-slider__prev._mobile-arrow {
    display: block !important;
}
@media (hover), (min-width: 0 \0) {
.thumbs-slider__prev:hover {
    -webkit-transform: translateY(-50%) translateX(-4px);
            transform: translateY(-50%) translateX(-4px);
}
}
@media (hover), (min-width: 0 \0) {
.thumbs-slider__next:hover {
    -webkit-transform: translateY(-50%) scale(-1, 1) translateX(-4px);
            transform: translateY(-50%) scale(-1, 1) translateX(-4px);
}
}
.thumbs-slider__pagination.swiper-pagination {
  position: absolute;
  bottom: 24px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__pagination.swiper-pagination {
      position: relative;
      bottom: auto;
      margin-top: 36px;
      height: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
}
.thumbs-slider__pagination.swiper-pagination._white-circles-dynamic .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #fff;
    opacity: .5;
}
.thumbs-slider__pagination.swiper-pagination._hidden {
    opacity: 0;
}
.thumbs-slider__fraction {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 42px;
  display: none;
  color: white;
  line-height: 20px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__fraction {
      display: block;
}
}
.thumbs-slider__images-area {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  cursor: none;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__images-area {
      display: none;
}
}
.thumbs-slider__images-area._left {
    left: 0;
}
.thumbs-slider__images-area._right {
    right: 0;
}
.thumbs-slider__switcher {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__switcher {
      display: none;
}
}
.thumbs-slider__switcher-btn {
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
          transform: scale(0) translate3d(-50%, -50%, 0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__switcher-btn {
      display: none;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  /* Colors */
  /* End colors */
  /* Size */
  /* End size */
  /* Modificators */
  /* End Modificators */
}
.v-input--default {
    border-color: #cacaca;
    color: #000;
}
.v-input--default .v-input__label {
      color: #000;
}
.v-input--default .v-input__placeholder {
      color: rgba(0, 0, 0, 0.44);
}
.v-input--default.is-error {
      border-color: #ef3b24;
}
.v-input--default.is-error .v-input__label {
        color: #ef3b24;
}
.v-input--default.is-error .v-input__label .v-input__hint-body {
          color: #000;
}
.v-input--default.is-error .v-input__inner {
        border-color: #ef3b24;
}
.v-input--default.is-error .v-input__error {
        opacity: 1;
}
.v-input--medium .v-input__native {
    height: 54px;
}
.v-input--medium .v-input__placeholder {
    font-size: 16px;
}
.v-input--large .v-input__native {
    height: 60px;
}
.v-input--large .v-input__placeholder {
    font-size: 16px;
}
.v-input.has-label.has-placeholder .v-input__label, .v-input.is-active .v-input__label, .v-input.is-focused .v-input__label, .v-input.has-content .v-input__label {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
}
.v-input.is-textarea .v-input__placeholder {
    top: 16px;
    -webkit-transform: none;
            transform: none;
}
.v-input.has-label {
    padding-top: 38px;
}
.v-input.has-label.has-placeholder.is-active .v-input__placeholder {
    opacity: 0;
}
@media screen and (max-device-width: 1024px) {
.v-input.has-label.has-placeholder.is-focused .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input.is-active .v-input__placeholder {
    opacity: 0;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
}
@media screen and (max-device-width: 1024px) {
.v-input.is-focused .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input.is-disabled {
    opacity: .3;
}
.v-input__inner {
    position: relative;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #cacaca;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input__inner input[type=file] {
      opacity: 0;
}
.v-input__native, .v-input__textarea {
    width: 100%;
    height: 48px;
    padding: 16px 0;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: inherit;
    color: inherit;
}
.v-input__native:placeholder-shown ~ .v-input__placeholder, .v-input__textarea:placeholder-shown ~ .v-input__placeholder {
      opacity: 0;
}
.v-input__native::-webkit-outer-spin-button, .v-input__native::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.v-input__native[type=number] {
    -moz-appearance: textfield;
}
.v-input__textarea {
    height: 80px;
    resize: none;
}
.v-input__label, .v-input__placeholder, .v-input__error {
    position: absolute;
    pointer-events: none;
}
.v-input__label {
    left: 0;
    top: 14px;
    font-size: 16px;
    line-height: 18px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: color .2s ease, -webkit-transform .3s ease;
    transition: color .2s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, color .2s ease;
    transition: transform .3s ease, color .2s ease, -webkit-transform .3s ease;
}
.v-input__label._pointer {
      pointer-events: auto;
}
.v-input__hint {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjREVERURFIi8+CjxwYXRoIGQ9Ik0xMC44MjggNi4yTDEwLjY3MiAxMS40OEg5LjM1Mkw5LjE5NiA2LjJIMTAuODI4Wk05LjM2NCAxMy44MDhDOS4xODggMTMuNjMyIDkuMSAxMy40MTYgOS4xIDEzLjE2QzkuMSAxMi45MDQgOS4xODggMTIuNjg4IDkuMzY0IDEyLjUxMkM5LjU0IDEyLjMyOCA5Ljc1NiAxMi4yMzYgMTAuMDEyIDEyLjIzNkMxMC4yNjggMTIuMjM2IDEwLjQ4NCAxMi4zMjggMTAuNjYgMTIuNTEyQzEwLjgzNiAxMi42ODggMTAuOTI0IDEyLjkwNCAxMC45MjQgMTMuMTZDMTAuOTI0IDEzLjQxNiAxMC44MzYgMTMuNjMyIDEwLjY2IDEzLjgwOEMxMC40ODQgMTMuOTc2IDEwLjI2OCAxNC4wNiAxMC4wMTIgMTQuMDZDOS43NTYgMTQuMDYgOS41NCAxMy45NzYgOS4zNjQgMTMuODA4WiIgZmlsbD0iIzM5NDY1QSIvPgo8L3N2Zz4K);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.v-input__hint-body {
    position: absolute;
    top: -16px;
    left: 40%;
    width: 300px;
    padding: 30px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0);
}
@media only screen and (max-width: 750px) {
.v-input__hint-body {
        left: 112%;
        width: 280px;
        padding: 15px 20px;
        font-size: 14px;
        -webkit-transform: translate3d(-100%, -100%, 0);
                transform: translate3d(-100%, -100%, 0);
}
}
.v-input__hint-body:before {
      content: '';
      position: absolute;
      display: block;
      left: calc(50% - 10px);
      bottom: -10px;
      border-top: 11px solid #fff;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
}
@media only screen and (max-width: 750px) {
.v-input__hint-body:before {
          left: calc(100% - 24px);
          bottom: -11px;
}
}
.v-input__placeholder {
    left: 20px;
    top: 50%;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.v-input__required {
    margin-left: .2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #292522;
}
.v-input__error {
    left: 0;
    bottom: -18px;
    font-size: 11px;
    color: #ef3b24;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input__addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.v-input__addon.is-left {
      margin-right: 8px;
}
.v-input__addon.is-right {
      margin-left: 8px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-input-search__options {
  position: relative;
  width: 100%;
  z-index: 1;
}
.v-input-search__options-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 210px;
  border: 1px solid #d4d4d4;
  border-top: none;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
  background-color: white;
}
.v-input-search__option {
  padding: 10px 16px;
  background-color: white;
  cursor: pointer;
}
.v-input-search__option:hover {
    background-color: #f2f2f2;
}
.v-input-search__option._disabled {
    pointer-events: none;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-select .multiselect--active {
  z-index: 49;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
@media only screen and (max-width: 750px) {
.job-vacancies-filter {
    width: 100%;
}
}
.job-vacancies-filter._big .job-vacancies-filter__item {
  height: 60px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter._big .job-vacancies-filter__item {
      height: 52px;
}
}
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input {
    font-size: 16px;
}
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input__native {
    height: 58px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input__native {
        height: 50px;
}
}
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input-search__options-inner {
    font-size: 16px;
    line-height: 26px;
    max-height: 300px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input-search__options-inner {
        font-size: 14px;
}
}
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input-search__option {
    padding: 17px 20px 17px 72px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input-search__option {
        padding: 13px 16px 13px 72px;
}
}
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input-search__option:before {
      position: absolute;
      bottom: 0;
      left: 24px;
      width: calc(100% - 48px);
      height: 1px;
      background-color: #ecedef;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter._big .job-vacancies-filter__item._search .v-input-search__option:before {
          left: 16px;
          width: calc(100% - 32px);
}
}
.job-vacancies-filter._big .job-vacancies-filter__item .multiselect__placeholder {
    font-size: 16px;
    line-height: 38px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter._big .job-vacancies-filter__item .multiselect__placeholder {
        line-height: 28px;
}
}
.job-vacancies-filter__title {
  margin: 40px 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Grtsk-Tera", "Verdana", sans-serif;
}
.job-vacancies-filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 12px;
}
}
.job-vacancies-filter__item {
  position: relative;
  width: 187px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter__item {
      width: 100%;
}
}
.job-vacancies-filter__item._search {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
}
.job-vacancies-filter__item._search .v-input__inner {
      padding-left: 72px;
      padding-right: 35px;
}
.job-vacancies-filter__item._search .v-input__inner:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        width: 32px;
        height: 16px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAzMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Njc0XzEwMjYwNikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0Ljg3NjkgMTUuOTM2MkwxMS43MDE2IDEyLjc2MDhMMTIuODI0MiAxMS42MzgyTDE1Ljk5OTUgMTQuODEzNUwxNC44NzY5IDE1LjkzNjJaIiBmaWxsPSIjNUI1RTVGIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi41IDIuMTI1QzMuODA3NjEgMi4xMjUgMS42MjUgNC4zMDc2MSAxLjYyNSA3QzEuNjI1IDkuNjkyMzkgMy44MDc2MSAxMS44NzUgNi41IDExLjg3NUM5LjE5MjM5IDExLjg3NSAxMS4zNzUgOS42OTIzOSAxMS4zNzUgN0MxMS4zNzUgNC4zMDc2MSA5LjE5MjM5IDIuMTI1IDYuNSAyLjEyNVpNMCA3QzAgMy40MTAxNSAyLjkxMDE1IDAuNSA2LjUgMC41QzEwLjA4OTkgMC41IDEzIDMuNDEwMTUgMTMgN0MxMyAxMC41ODk5IDEwLjA4OTkgMTMuNSA2LjUgMTMuNUMyLjkxMDE1IDEzLjUgMCAxMC41ODk5IDAgN1oiIGZpbGw9IiM1QjVFNUYiLz4KPC9nPgo8bGluZSB4MT0iMzIuNSIgeTE9IjAuNSIgeDI9IjMyLjUiIHkyPSIxNi41IiBzdHJva2U9IiNDNUM4Q0QiLz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2NzRfMTAyNjA2Ij4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center/contain;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
}
.job-vacancies-filter__item._search .v-input__native {
      height: 46px;
}
.job-vacancies-filter__item._search .v-input__placeholder {
      left: 72px;
      width: calc(100% - 92px);
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter__item._search .v-input-search__options {
        z-index: 4;
}
}
.job-vacancies-filter__item._search .v-input-search__options .ps__rail-y {
      z-index: 1;
}
.job-vacancies-filter__item._search .v-input-search__option {
      position: relative;
      padding: 14px 16px 14px 72px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter__item._search .v-input-search__option {
          padding: 14px 16px 14px 72px;
}
}
.job-vacancies-filter__item._search .v-input-search__option:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 16px;
        width: calc(100% - 32px);
        height: 1px;
        background-color: #ecedef;
}
.job-vacancies-filter__item._search .v-input-search__option:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 19px;
        width: 32px;
        height: 16px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAzMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0Njc0XzEwMjYwNikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0Ljg3NjkgMTUuOTM2MkwxMS43MDE2IDEyLjc2MDhMMTIuODI0MiAxMS42MzgyTDE1Ljk5OTUgMTQuODEzNUwxNC44NzY5IDE1LjkzNjJaIiBmaWxsPSIjNUI1RTVGIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi41IDIuMTI1QzMuODA3NjEgMi4xMjUgMS42MjUgNC4zMDc2MSAxLjYyNSA3QzEuNjI1IDkuNjkyMzkgMy44MDc2MSAxMS44NzUgNi41IDExLjg3NUM5LjE5MjM5IDExLjg3NSAxMS4zNzUgOS42OTIzOSAxMS4zNzUgN0MxMS4zNzUgNC4zMDc2MSA5LjE5MjM5IDIuMTI1IDYuNSAyLjEyNVpNMCA3QzAgMy40MTAxNSAyLjkxMDE1IDAuNSA2LjUgMC41QzEwLjA4OTkgMC41IDEzIDMuNDEwMTUgMTMgN0MxMyAxMC41ODk5IDEwLjA4OTkgMTMuNSA2LjUgMTMuNUMyLjkxMDE1IDEzLjUgMCAxMC41ODk5IDAgN1oiIGZpbGw9IiM1QjVFNUYiLz4KPC9nPgo8bGluZSB4MT0iMzIuNSIgeTE9IjAuNSIgeDI9IjMyLjUiIHkyPSIxNi41IiBzdHJva2U9IiNDNUM4Q0QiLz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ2NzRfMTAyNjA2Ij4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjUpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center/contain;
        opacity: .6;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter__item._experience, .job-vacancies-filter__item._city {
      width: calc((100% - 12px) / 2);
}
}
.job-vacancies-filter__item .multiselect__placeholder {
    font-weight: 400;
    color: #727576;
}
@media only screen and (max-width: 750px) {
.job-vacancies-filter__item .multiselect__single {
      display: block;
      line-height: 30px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
}
}
.job-vacancies-filter__item .v-input--default .v-input__placeholder {
    color: #727576;
}
.job-vacancies-filter__item .multiselect,
  .job-vacancies-filter__item .v-input__inner {
    border-color: #dedede;
}
.job-vacancies-filter__item-close {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  cursor: pointer;
}
.job-vacancies-filter__item-close:before, .job-vacancies-filter__item-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 1px;
    background-color: #3b4658;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
}
.job-vacancies-filter__item-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.job-vacancies-filter__item-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.job-vacancies-filter__item-close:hover:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.job-vacancies-filter__item-close:hover:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-vacancies-list__wrap {
  margin: 0 -20px;
}
.job-vacancies-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 20px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
.job-vacancies-list__item {
      padding: 24px 20px;
}
}
.job-vacancies-list__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    width: calc(100% - 36px);
    height: 1px;
    background-color: #d8dade;
}
.job-vacancies-list__item:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    width: calc(100% - 36px);
    height: 1px;
    background-color: #d8dade;
}
.job-vacancies-list__item:hover {
    background-color: #f6f5f4;
}
.job-vacancies-list__item-cell._info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.job-vacancies-list__item-cell._experience {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-list__item-cell._experience {
      display: none;
}
}
.job-vacancies-list__item-cell._city {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
}
@media only screen and (max-width: 750px) {
.job-vacancies-list__item-cell._city {
      display: none;
}
}
.job-vacancies-list__item-name {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
.job-vacancies-list__item-name {
      margin-bottom: 8px;
      font-size: 16px;
}
}
.job-vacancies-list__item-info {
  display: none;
  margin-bottom: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
.job-vacancies-list__item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
}
.job-vacancies-list__item-info span:not(:last-child) {
    position: relative;
    padding-right: 19px;
    margin-right: 12px;
}
.job-vacancies-list__item-info span:not(:last-child):after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #d8dade;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
}
.job-vacancies-list__item-text {
  display: -webkit-box;
  max-width: 550px;
  color: #5b5e5f;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
.job-vacancies-list__item-text {
      line-height: 24px;
      -webkit-line-clamp: 4;
}
}
.job-vacancies-list__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
  font-size: 20px;
  opacity: .5;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-page-vacancies {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies {
      margin-top: 32px;
}
}
.job-page-vacancies._loading {
    min-height: 500px;
}
.job-page-vacancies__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 32px;
}
}
.job-page-vacancies__top-filter {
    margin-left: auto;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies__top-filter {
        margin-top: 24px;
        margin-left: 0;
}
}
.job-page-vacancies__top-filter .job-vacancies-filter__item {
      width: 213px;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies__top-filter .job-vacancies-filter__item {
          width: calc((100% - 12px) / 2);
}
}
.job-page-vacancies__top-filter .job-vacancies-filter__item._search {
        width: 276px;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies__top-filter .job-vacancies-filter__item._search {
            width: 100%;
}
}
.job-page-vacancies__top-btn {
    width: 186px;
    height: 48px;
    margin-left: 16px;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies__top-btn {
        width: 100%;
        height: 52px;
        margin-top: 12px;
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
}
}
.job-page-vacancies__count {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies__count {
        display: none;
}
}
.job-page-vacancies__count:after {
      content: "";
      position: absolute;
      top: 90%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #14191a;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
}
@media (hover), (min-width: 0 \0) {
.job-page-vacancies__count:hover:after {
        opacity: 0;
}
}
.job-page-vacancies__more {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 60px;
    margin: 44px auto 0;
    line-height: 26px;
}
@media only screen and (max-width: 750px) {
.job-page-vacancies__more {
        width: 100%;
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
}
}
@media (hover), (min-width: 0 \0) {
.job-page-vacancies__more:hover {
        border-color: #d8dade;
        background-color: #f6f5f4;
}
}
.job-page-vacancies__more .more {
      padding: 0;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.close-button {
  position: absolute;
  top: 34px;
  right: 30px;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  /* Size */
  /* End size */
  /* Shape */
  /* End shape */
  /* Color */
  /* End color */
}
.close-button span {
    width: 100%;
    height: 100%;
    min-width: 21px;
    min-height: 21px;
    margin-left: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iIzNCNDY1OCIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjM0I0NjU4Ii8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
@media only screen and (max-width: 750px) {
.close-button span {
        min-width: 16px;
        min-height: 16px;
}
}
@media only screen and (max-width: 750px) {
.close-button {
      top: 29px;
      right: 20px;
      font-size: 12px;
}
}
.close-button._out {
    right: -50px;
}
.close-button:hover span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.close-button:active span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
.close-button._white {
    color: #fff;
}
.close-button._white span {
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
}
@media only screen and (max-width: 750px) {
.close-button._white-mobile {
      color: #fff;
}
.close-button._white-mobile span {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
}
}
.close-button--small {
    font-size: 12px;
    line-height: 14px;
}
.close-button--small span {
      min-width: 16px;
      min-height: 16px;
}
.close-button--medium {
    font-size: 16px;
    line-height: 18px;
}
.close-button--medium span {
      min-width: 32px;
      min-height: 32px;
}
.close-button--circle {
    border-radius: 50%;
}
.close-button--circle span {
      position: relative;
      margin-left: 0;
      background: none;
}
.close-button--circle span:before, .close-button--circle span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 2px;
        height: 18px;
        border-radius: 4px;
        background-color: #3b4658;
}
.close-button--circle span:before {
        -webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
                transform: translate3d(50%, -50%, 0) rotate(-45deg);
}
.close-button--circle span:after {
        -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
                transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.close-button--grey {
    background-color: rgba(236, 237, 239, 0.5);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: calc(100% - var(--lock-offset, 0));
  height: 100%;
}
@media only screen and (max-width: 750px) {
.modal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.modal__close {
    position: absolute;
    top: 32px;
    right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(236, 237, 239, 0.5);
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.modal__close {
        top: 20px;
        right: 20px;
}
}
.modal__close svg {
      width: 14px;
      height: 14px;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
}
.modal__close:hover svg {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
}
.modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.modal._rounded .modal__content {
    border-radius: 1.6rem;
}
@media only screen and (max-width: 750px) {
.modal._rounded .modal__content {
        border-radius: 1.6rem 1.6rem 0 0;
}
}
@media only screen and (max-width: 750px) {
.modal._to-top {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
}
.modal._scroll {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}
.modal._scroll._centred {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.modal._scroll .modal__content {
      margin: 80px 0;
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-width: none;
}
.modal._scroll .modal__content::-webkit-scrollbar {
        display: none;
}
@media (max-height: 728px) {
.modal._scroll .modal__content {
          margin: 40px 0;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll .modal__content {
          margin: 0;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll._fullMob {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll._fullMob .modal__content {
        height: 100%;
}
}
.modal._full {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.modal._full > .modal__content {
      height: 100%;
      min-height: 100%;
      min-width: 100%;
      overflow: auto;
}
.modal__content {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 40px 64px 48px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.modal__content._blank {
      padding: 0;
}
.modal__content._overflow-visible {
      overflow: visible;
}
@media only screen and (max-width: 750px) {
.modal__content {
        width: 100%;
        height: auto;
        padding: 38px 20px;
}
}
.to-top-enter .modal__content,
.to-top-leave-to .modal__content {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.to-top-enter:before,
.to-top-leave-to:before {
  opacity: 0;
}
.to-slide-left-enter-active .modal__content,
.to-slide-left-leave-active .modal__content {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.to-slide-left-enter-active:before,
.to-slide-left-leave-active:before {
  opacity: 0;
}
.to-slide-left-enter .modal__content,
.to-slide-left-leave-to .modal__content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.to-slide-left-enter-from .modal__content,
.to-slide-left-leave-from .modal__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-about-people-form {
  width: 1030px;
  padding: 60px;
}
@media only screen and (max-width: 750px) {
.job-about-people-form {
      width: 100%;
      padding: 0 0 40px;
}
}
.job-about-people-form__title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__title {
        display: none;
}
}
.job-about-people-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
}
}
.job-about-people-form__img {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    height: 576px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__img {
        width: 100%;
        height: 360px;
}
}
.job-about-people-form__img[lazy=loaded] {
      opacity: 1;
}
.job-about-people-form__img:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180.43deg, #000 -11.6%, rgba(0, 0, 0, 0.43352) 1.48%, rgba(0, 0, 0, 0) 17.35%), linear-gradient(0.43deg, #000000 -35.28%, rgba(0, 0, 0, 0.43352) -4.75%, rgba(0, 0, 0, 0) 32.3%);
}
@media only screen and (max-width: 750px) {
.job-about-people-form__img:before {
          content: "";
}
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info {
      padding: 0 20px;
      margin-top: 28px;
}
}
.job-about-people-form__info-name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info-name {
        font-size: 18px;
        line-height: 24px;
}
}
.job-about-people-form__info-post {
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
    color: #767e8b;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info-post {
        font-size: 14px;
        line-height: 20px;
}
}
.job-about-people-form__info-icn {
    width: 56px;
    height: 42px;
    margin-top: 32px;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info-icn {
        width: 40px;
        height: 29px;
        margin-top: 24px;
}
}
.job-about-people-form__info-icn svg {
      width: 100%;
      height: 100%;
      fill: #eee;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info-icn svg {
          fill: #d8dade;
}
}
.job-about-people-form__info-quote {
    margin-top: 28px;
    font-size: 24px;
    line-height: 32px;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info-quote {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
}
}
.job-about-people-form__info-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info-text {
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
}
}
.job-about-people-form__info-text p:not(:last-child) {
      margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__info-text p:not(:last-child) {
          margin-bottom: 16px;
}
}
.job-about-people-form__button {
    display: none;
    width: calc(100% - 40px);
    height: 40px;
    margin: 44px 20px 0;
}
@media only screen and (max-width: 750px) {
.job-about-people-form__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-about-people {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
.job-about-people {
      margin-top: 44px;
}
}
.job-about-people__gallery {
    height: 600px;
    margin-top: 40px;
}
@media only screen and (max-width: 750px) {
.job-about-people__gallery {
        min-height: 621px;
        margin-top: 24px;
}
}
.job-about-people__gallery:hover .job-about-people__arrow {
      opacity: 1;
      pointer-events: all;
}
.job-about-people__gallery:hover .job-about-people__arrow._disabled {
        opacity: .6;
}
.job-about-people__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d8dade;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
}
.job-about-people__slide-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.job-about-people__slide-img[lazy=loaded] {
      opacity: 1;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-img {
        width: 100%;
        height: 240px;
}
}
.job-about-people__slide-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-body {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 0 28px 28px;
}
}
.job-about-people__slide-icon {
    width: 56px;
    height: 42px;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-icon {
        width: 40px;
        height: 29px;
        margin-top: -12px;
}
}
.job-about-people__slide-icon svg {
      width: 100%;
      height: 100%;
      fill: #eee;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-icon svg {
          fill: #d8dade;
}
}
.job-about-people__slide-quote {
    margin-top: 28px;
    font-size: 24px;
    line-height: 32px;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-quote {
        margin-top: 24px;
        font-size: 18px;
        line-height: 24px;
}
}
.job-about-people__slide-link {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #767e8b;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-link {
        font-size: 14px;
        line-height: 20px;
}
}
.job-about-people__slide-link:after {
      content: "";
      position: absolute;
      top: 90%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #767e8b;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
}
.job-about-people__slide-link:hover:after {
      opacity: 0;
}
.job-about-people__slide-bottom {
    margin-top: auto;
}
.job-about-people__slide-name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-name {
        font-size: 18px;
        line-height: 24px;
}
}
.job-about-people__slide-post {
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
    color: #767e8b;
}
@media only screen and (max-width: 750px) {
.job-about-people__slide-post {
        font-size: 14px;
        line-height: 20px;
}
}
.job-about-people__arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d8dade;
    border-radius: 50%;
    background-color: #f2f2f2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
}
@media only screen and (max-width: 750px) {
.job-about-people__arrow {
        display: none;
}
}
.job-about-people__arrow svg {
      width: 18px;
      height: 14px;
      margin-left: 2px;
      stroke-width: 2;
}
.job-about-people__arrow:hover {
      background-color: #d8dade;
}
.job-about-people__arrow._prev {
      left: 40px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
}
.job-about-people__arrow._next {
      right: 40px;
}
.job-about-people__arrow._disabled {
      opacity: 0;
      pointer-events: none;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.v-checkbox._active .v-checkbox__box {
    border-color: #3b4658;
}
.v-checkbox._active .v-checkbox__box:after {
      opacity: 1;
}
.v-checkbox._disabled {
    pointer-events: none;
    opacity: .6;
}
.v-checkbox._error .v-checkbox__box {
    border-color: #ef3b24;
}
.v-checkbox__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border: 1px solid #dedede;
    background-color: white;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.v-checkbox__box:after {
      content: '';
      width: 12px;
      height: 12px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuMDgzMzNMNC4wMDk3NSA2TDkgMSIgc3Ryb2tlPSIjM0I0NjU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      position: absolute;
      top: 7px;
      left: 5px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-about-students-form {
  position: relative;
  width: 1030px;
  min-height: 810px;
  padding: 60px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form {
      width: 100%;
      min-height: 500px;
      padding: 48px 20px 48px;
}
}
.job-about-students-form__title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: #3b4658;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__title {
        max-width: 300px;
        color: #14191a;
}
}
.job-about-students-form__wrap {
    margin-top: 48px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__wrap {
        margin-top: 40px;
}
}
.job-about-students-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
}
}
.job-about-students-form__row:not(:last-child) {
      margin-bottom: 28px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__row:not(:last-child) {
          margin-bottom: 24px;
}
}
.job-about-students-form__row:last-child {
      margin-top: 48px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__row:last-child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          gap: 28px;
          margin-top: 32px;
}
}
.job-about-students-form__input.filter-select {
    width: 100%;
}
.job-about-students-form__input .v-input__label {
    color: #3b4658;
}
.job-about-students-form__input .v-input--default .v-input__label {
    color: #3b4658;
}
.job-about-students-form__input .v-input--default.is-error .v-input__label {
    color: #ef3b24;
}
.job-about-students-form__input .v-input--default .v-input__placeholder {
    color: #a1a3a3;
}
.job-about-students-form__input .multiselect__placeholder {
    font-weight: 300;
    color: #a1a3a3;
}
.job-about-students-form__item {
    width: 100%;
}
.job-about-students-form__item._error .job-about-students-form__item-label {
      color: #ef3b24;
}
.job-about-students-form__item._error .v-input__inner {
      border-color: #ef3b24;
}
.job-about-students-form__item._error .multiselect {
      border-color: #ef3b24;
}
.job-about-students-form__item-label {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 18px;
    color: #3b4658;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.job-about-students-form__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
}
.job-about-students-form__item-body._half .job-about-students-form__input {
      width: calc((100% - 16px) / 2);
}
.job-about-students-form__item-body._half .job-about-students-form__input .multiselect__placeholder {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.job-about-students-form__item-error {
    position: absolute;
    margin-top: 2px;
    font-size: 11px;
    color: #ef3b24;
}
.job-about-students-form__submit {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc((100% - 32px) / 2);
    height: 56px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__submit {
        width: 100%;
}
}
.job-about-students-form__submit .more {
      padding: 0;
}
.job-about-students-form__checkbox {
    margin-right: 48px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__checkbox {
        margin-right: 0;
}
}
.job-about-students-form__checkbox.v-checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      line-height: 19px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__checkbox.v-checkbox {
          font-size: 12px;
          line-height: 18px;
}
}
.job-about-students-form__checkbox .v-checkbox__box {
      margin-right: 20px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__checkbox .v-checkbox__box {
          margin-top: 2px;
          margin-right: 16px;
}
}
.job-about-students-form__result {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: white;
    font-size: 20px;
}
@media only screen and (max-width: 750px) {
.job-about-students-form__result {
        font-size: 18px;
        line-height: 24px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-about-students {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
.job-about-students {
      margin-top: 44px;
}
}
.job-about-students__text {
    max-width: 51%;
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 750px) {
.job-about-students__text {
        max-width: none;
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
}
}
.job-about-students__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 48px;
}
@media only screen and (max-width: 750px) {
.job-about-students__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 16px;
        margin-top: 24px;
}
}
.job-about-students__info {
    padding: 64px;
    border: 1px solid #d8dade;
}
@media only screen and (max-width: 750px) {
.job-about-students__info {
        padding: 32px 28px;
}
}
.job-about-students__info-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.job-about-students__info-title {
        font-size: 16px;
        line-height: 26px;
}
}
.job-about-students__info-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 750px) {
.job-about-students__info-text {
        margin-top: 24px;
        font-size: 14px;
        line-height: 24px;
}
}
.job-about-students__info-text p:not(:last-child) {
      margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
.job-about-students__info-text p:not(:last-child) {
          margin-bottom: 16px;
}
}
.job-about-students__info-btn {
    width: 285px;
    height: 56px;
    margin-top: 48px;
}
@media only screen and (max-width: 750px) {
.job-about-students__info-btn {
        width: 100%;
        height: 48px;
        margin-top: 28px;
}
}
.job-about-students__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 394px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.job-about-students__img[lazy=loaded] {
      opacity: 1;
}
@media only screen and (max-width: 750px) {
.job-about-students__img {
        width: 100%;
        height: 240px;
}
}
.job-about-students__form.modal._scroll .modal__content {
    overflow: visible;
}
@media only screen and (max-width: 750px) {
.job-about-students__form.modal._scroll .modal__content {
        overflow-x: hidden;
        overflow-y: auto;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-accordeon {
  padding: 26px 32px;
  background-color: #f9f9f9;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
.v-accordeon {
      padding: 16px 20px;
}
}
.v-accordeon:hover .v-accordeon__title {
    opacity: .8;
}
.v-accordeon._active .v-accordeon__btn {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.v-accordeon__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.v-accordeon__title {
    max-width: 615px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media only screen and (max-width: 750px) {
.v-accordeon__title {
        margin-right: 8px;
        font-size: 16px;
        line-height: 22px;
}
}
.v-accordeon__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-accordeon__btn svg {
      width: 100%;
      height: 100%;
      stroke: #3b4658;
}
.v-accordeon__content {
    padding-top: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
@media only screen and (max-width: 750px) {
.v-accordeon__content {
        padding-top: 24px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-resume-form {
  width: 520px;
  height: 100%;
  padding-top: 72px;
}
@media only screen and (max-width: 750px) {
.job-resume-form {
      width: 100%;
      padding-top: 48px;
      overflow-x: hidden;
      overflow-y: auto;
}
}
.job-resume-form__container {
    padding: 0 40px;
}
@media only screen and (max-width: 750px) {
.job-resume-form__container {
        padding: 0 20px;
}
}
.job-resume-form__title {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.job-resume-form__title {
        font-size: 24px;
        line-height: 32px;
}
}
.job-resume-form__input {
    width: 100%;
}
@media only screen and (max-width: 750px) {
.job-resume-form__input {
        margin-bottom: 25px;
}
}
.job-resume-form__input:not(:last-child) {
      margin-bottom: 28px;
}
@media only screen and (max-width: 750px) {
.job-resume-form__input:not(:last-child) {
          margin-bottom: 24px;
}
}
.job-resume-form__input._file .v-input--default .v-input__placeholder {
      font-size: 18px;
      line-height: 20px;
      color: #3b4658;
      text-align: center;
}
.job-resume-form__input._file .v-input__native {
      cursor: pointer;
}
@media (hover), (min-width: 0 \0) {
.job-resume-form__input._file:hover .v-input__placeholder {
        opacity: .7;
}
}
.job-resume-form__input .v-input__label {
      color: #3b4658;
}
.job-resume-form__checkbox.v-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
}
@media only screen and (max-width: 1399px) {
.job-resume-form__checkbox.v-checkbox {
        font-weight: 400;
        font-size: 12px;
        line-height: 142%;
}
}
@media only screen and (max-width: 750px) {
.job-resume-form__checkbox.v-checkbox {
        margin-top: 32px;
}
}
.job-resume-form__checkbox.v-checkbox .v-checkbox__box {
      margin-top: 2px;
}
.job-resume-form__submit.button {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 18px;
}
.job-resume-form__result {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    background-color: white;
    z-index: 3;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-hr-form {
  width: 520px;
  height: 100%;
  padding-top: 72px;
}
@media only screen and (max-width: 750px) {
.job-hr-form {
      width: 100%;
      padding-top: 48px;
      overflow-x: hidden;
      overflow-y: auto;
}
}
.job-hr-form__container {
    padding: 0 40px;
}
@media only screen and (max-width: 750px) {
.job-hr-form__container {
        padding: 0 20px;
}
}
.job-hr-form__title {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.job-hr-form__title {
        font-size: 24px;
        line-height: 32px;
}
}
.job-hr-form__input {
    width: 100%;
}
@media only screen and (max-width: 750px) {
.job-hr-form__input {
        margin-bottom: 25px;
}
}
.job-hr-form__input:not(:last-child) {
      margin-bottom: 28px;
}
@media only screen and (max-width: 750px) {
.job-hr-form__input:not(:last-child) {
          margin-bottom: 24px;
}
}
.job-hr-form__input._file .v-input--default .v-input__placeholder {
      font-size: 18px;
      line-height: 20px;
      color: #3b4658;
      text-align: center;
}
.job-hr-form__input .v-input__label {
      color: #3b4658;
}
.job-hr-form__input.is-textarea .v-input__textarea {
      -ms-overflow-style: none;
      scrollbar-width: none;
}
.job-hr-form__input.is-textarea .v-input__textarea::-webkit-scrollbar {
        display: none;
}
.job-hr-form__checkbox.v-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
}
@media only screen and (max-width: 1399px) {
.job-hr-form__checkbox.v-checkbox {
        font-weight: 400;
        font-size: 12px;
        line-height: 142%;
}
}
@media only screen and (max-width: 750px) {
.job-hr-form__checkbox.v-checkbox {
        margin-top: 32px;
}
}
.job-hr-form__checkbox.v-checkbox .v-checkbox__box {
      margin-top: 2px;
}
.job-hr-form__submit.button {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 18px;
}
.job-hr-form__result {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    background-color: white;
    z-index: 3;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-callback {
  padding: 100px 0;
  background-color: #f6f5f4;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
.job-callback {
      padding: 44px 0;
}
}
.job-callback .container {
    position: relative;
}
.job-callback__wrap {
    position: relative;
    max-width: 649px;
    margin: 0 auto;
}
.job-callback__title {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
@media only screen and (max-width: 750px) {
.job-callback__title {
        font-size: 18px;
        line-height: 24px;
}
}
.job-callback__subtitle {
    max-width: 550px;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 26px;
    color: #434748;
    text-align: center;
    opacity: .8;
}
@media only screen and (max-width: 750px) {
.job-callback__subtitle {
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #5b5e5f;
}
}
.job-callback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 44px;
}
@media only screen and (max-width: 750px) {
.job-callback__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 32px;
}
}
.job-callback__btn {
    width: 258px;
    height: 56px;
    line-height: 26px;
}
@media only screen and (max-width: 750px) {
.job-callback__btn {
        width: 100%;
}
}
.job-callback__btn:first-child {
      margin-right: 24px;
}
@media only screen and (max-width: 750px) {
.job-callback__btn:first-child {
          margin-top: 12px;
          margin-right: 0;
}
}
.job-callback__btn.button-t {
      background-color: white;
}
.job-callback__pattern {
    position: absolute;
    top: -52px;
    right: 20px;
    width: 150px;
    height: calc(100% + 200px);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjQwNCIgdmlld0JveD0iMCAwIDE1MCA0MDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuMzIiPgo8cGF0aCBkPSJNMTQ5LjQ4MyAzODMuMjA1QzE0OS40NzkgMzYyLjg5MyAxNDEuNjAyIDM0My40MTQgMTI3LjU4NCAzMjkuMDUyQzExMy41NjYgMzE0LjY5IDk0LjU1NTkgMzA2LjYyMiA3NC43MzM4IDMwNi42MjJMLTMuMzQ3NTVlLTA2IDMwNi42MjJMLTIuMTc2MDRlLTA2IDMzMy40MjNMNzQuNzYzNSAzMzMuNDIzQzgxLjE0NDMgMzMzLjQyMSA4Ny40NjMxIDMzNC43MDcgOTMuMzU4OCAzMzcuMjA4Qzk5LjI1NDUgMzM5LjcwOSAxMDQuNjEyIDM0My4zNzYgMTA5LjEyNCAzNDcuOTk5QzExMy42MzcgMzUyLjYyMiAxMTcuMjE3IDM1OC4xMSAxMTkuNjU5IDM2NC4xNTFDMTIyLjEwMSAzNzAuMTkyIDEyMy4zNTggMzc2LjY2NiAxMjMuMzU4IDM4My4yMDVMMTQ5LjQ4MyAzODMuMjA1WiIgZmlsbD0iI0UzRTBERCIvPgo8cGF0aCBkPSJNMTQ5LjQ4MyA0NTkuODAzQzE0OS40ODMgNDM5LjQ4OCAxNDEuNjA3IDQyMC4wMDUgMTI3LjU4OSA0MDUuNjRDMTEzLjU3MSAzOTEuMjc1IDk0LjU1ODQgMzgzLjIwNSA3NC43MzM4IDM4My4yMDVMLTMuMzQ4MjFlLTA2IDM4My4yMDVMLTIuMTc2MDRlLTA2IDQxMC4wMjFMNzQuNzYzNSA0MTAuMDIxQzgxLjE0NDMgNDEwLjAxOSA4Ny40NjMxIDQxMS4zMDUgOTMuMzU4OCA0MTMuODA2Qzk5LjI1NDUgNDE2LjMwNyAxMDQuNjEyIDQxOS45NzQgMTA5LjEyNCA0MjQuNTk3QzExMy42MzcgNDI5LjIyIDExNy4yMTcgNDM0LjcwOCAxMTkuNjU5IDQ0MC43NDlDMTIyLjEwMSA0NDYuNzkgMTIzLjM1OCA0NTMuMjY1IDEyMy4zNTggNDU5LjgwM0wxNDkuNDgzIDQ1OS44MDNaIiBmaWxsPSIjRTNFMEREIi8+CjxwYXRoIGQ9Ik0yNi4xNjg3IDIzMC4wMzlMLTMuMzQ3NTVlLTA2IDIzMC4wMzlDMC4wMjM0OTQ0IDI1MC4zNDUgNy45MDY4MiAyNjkuODEzIDIxLjkyMDMgMjg0LjE3QzM1LjkzMzcgMjk4LjUyOCA1NC45MzI2IDMwNi42MDIgNzQuNzQ4NyAzMDYuNjIyTDc0Ljc0ODcgMjc5LjgyMUM2MS44NjkyIDI3OS44MDUgNDkuNTIxOCAyNzQuNTU1IDQwLjQxNDcgMjY1LjIyM0MzMS4zMDc1IDI1NS44OSAyNi4xODQ0IDI0My4yMzcgMjYuMTY4NyAyMzAuMDM5WiIgZmlsbD0iI0UzRTBERCIvPgo8cGF0aCBkPSJNMjYuMTY4NyAxNTMuNDQxTC0zLjM0NzU1ZS0wNiAxNTMuNDQxQzAuMDIzNDk0NCAxNzMuNzQ3IDcuOTA2ODIgMTkzLjIxNSAyMS45MjAzIDIwNy41NzJDMzUuOTMzNyAyMjEuOTI5IDU0LjkzMjYgMjMwLjAwNCA3NC43NDg3IDIzMC4wMjRMNzQuNzQ4NyAyMDMuMjIzQzYxLjg2OCAyMDMuMjExIDQ5LjUxODMgMTk3Ljk2MiA0MC40MTAzIDE4OC42MjlDMzEuMzAyNCAxNzkuMjk2IDI2LjE4MDUgMTY2LjY0IDI2LjE2ODcgMTUzLjQ0MVoiIGZpbGw9IiNFM0UwREQiLz4KPHBhdGggZD0iTTEwMC45MTggMjMwLjAzOUw3NC43NjM3IDIzMC4wMzlDNzQuNzg3MiAyNTAuMzQ1IDgyLjY3MDQgMjY5LjgxMyA5Ni42ODM4IDI4NC4xN0MxMTAuNjk3IDI5OC41MjggMTI5LjY5NiAzMDYuNjAyIDE0OS41MTIgMzA2LjYyMkwxNDkuNTEyIDI3OS44MjFDMTM2LjYzMyAyNzkuODA1IDEyNC4yODYgMjc0LjU1NSAxMTUuMTc4IDI2NS4yMjNDMTA2LjA3MSAyNTUuODkgMTAwLjk0OCAyNDMuMjM3IDEwMC45MzIgMjMwLjAzOSIgZmlsbD0iI0UzRTBERCIvPgo8cGF0aCBkPSJNMTAwLjkxOCAxNTMuNDQxTDc0Ljc2MzcgMTUzLjQ0MUM3NC43ODcyIDE3My43NDcgODIuNjcwNCAxOTMuMjE1IDk2LjY4MzggMjA3LjU3MkMxMTAuNjk3IDIyMS45MjkgMTI5LjY5NiAyMzAuMDA0IDE0OS41MTIgMjMwLjAyNEwxNDkuNTEyIDIwMy4yMjNDMTM2LjYzMiAyMDMuMjExIDEyNC4yODIgMTk3Ljk2MiAxMTUuMTc0IDE4OC42MjlDMTA2LjA2NiAxNzkuMjk2IDEwMC45NDQgMTY2LjY0IDEwMC45MzIgMTUzLjQ0MSIgZmlsbD0iI0UzRTBERCIvPgo8cGF0aCBkPSJNMTIzLjczMSAxMjYuNjI1TDEyMy43MzEgNzYuODQyN0MxMjMuNzE5IDYzLjY0MzQgMTE4LjU4IDUwLjk4ODMgMTA5LjQ0MyA0MS42NTQ5QzEwMC4zMDUgMzIuMzIxNiA4Ny45MTUxIDI3LjA3MjggNzQuOTkyNSAyNy4wNjA3TDc0LjgyOTMgMjcuMDYwN0M3NC4wNTc1IDI3LjA2MDcgNzMuMzQ1MSAyNy4wNjA3IDcyLjUxNCAyNy4wNjA3QzcyLjM4MDQgMjcuMDYwNyA3Mi4yNDY4IDI3LjA2MDcgNzIuMTEzMiAyNy4wNjA3QzcxLjQxNTcgMjcuMDYwNyA3MC43MTgzIDI3LjE1MTcgNzAuMDIwNyAyNy4yMjc1TDY5LjkzMTYgMjcuMjI3NUM1OC40MTU2IDI4LjQ3MDcgNDcuNzA3NCAzMy44NTUyIDM5LjcxOTkgNDIuNDE5MkMzMS43MzI0IDUwLjk4MzEgMjYuOTg1OSA2Mi4xNjg4IDI2LjMyODIgNzMuOTc3OEwyNi4zMjgyIDc0LjE4OTlDMjYuMzI4MiA3NS4wMzg4IDI2LjMyODIgNzUuODg3OCAyNi4zMjgyIDc2LjczNjdDMjYuMzIyNCA4My4yNzU4IDI3LjU3OTEgODkuNzUyIDMwLjAyNjQgOTUuNzk0NUMzMi40NzM2IDEwMS44MzcgMzYuMDYzNSAxMDcuMzI3IDQwLjU5MDQgMTExLjk1MUM0NS4xMTczIDExNi41NzUgNTAuNDkyNiAxMjAuMjQyIDU2LjQwODQgMTIyLjc0MUM2Mi4zMjQzIDEyNS4yNDEgNjguNjY0NSAxMjYuNTI1IDc1LjA2NjYgMTI2LjUxOUwxMjMuNzMxIDEyNi42MjVaTTE0OS45ODUgMTUzLjQ0MUw3NC45OTI1IDE1My40NDFDNjguMDkzMiAxNTMuNDQgNjEuMjI2OCAxNTIuNDcxIDU0LjU4NTkgMTUwLjU2MUM1My40NDMxIDE1MC4yMjcgNTIuMzAwMyAxNDkuODYzIDUxLjE3MjMgMTQ5LjQ2OUM1MS4xNzIzIDE0OS40NjkgNTEuMDM4OCAxNDkuNDY5IDUwLjk2NDUgMTQ5LjQ2OUMzNi4xMTk0IDE0NC4zMTcgMjMuMjI0MSAxMzQuNTUgMTQuMDg1MSAxMjEuNTM3QzQuOTQ2MDEgMTA4LjUyNSAwLjAyMDk5ODUgOTIuOTE3OSAtMy4zNDU1NmUtMDYgNzYuOTAzNEwtMy40MzE3ZS0wNiA3NC45MzI4QzAuNDgyMDAxIDU1LjY2MjIgOC4wNjEyOCAzNy4yODYgMjEuMjI0OSAyMy40NzIzQzM0LjM4ODYgOS42NTg3MiA1Mi4xNjgzIDEuNDIzODcgNzEuMDE1IDAuNDExMzc0TDcxLjExOSAwLjQxMTM3NEM3MS42Mzg0IDAuNDExMzc0IDcyLjE1NzkgMC40MTEzNzQgNzIuNjAzMSAwLjQxMTM3NEM3Mi43MzY3IDAuNDExMzc0IDcyLjg1NTQgMC40MTEzNzQgNzIuOTc0MSAwLjQxMTM3NEM3My41MDg0IDAuNDExMzc0IDc0LjAyNzcgMC40MTEzNzQgNzQuNTQ3MiAwLjQxMTM3NEM3NC42NjU5IDAuNDExMzc0IDc0Ljc2OTggMC40MTEzNzQgNzQuODg4NSAwLjQxMTM3NEM5NC43NzA1IDAuNDM1NDUxIDExMy44MzIgOC41MTMyNCAxMjcuODkgMjIuODczQzE0MS45NDkgMzcuMjMyNyAxNDkuODU3IDU2LjcwMTkgMTQ5Ljg4MSA3Ny4wMDk2TDE0OS45ODUgMTUzLjQ0MVoiIGZpbGw9IiNFM0UwREQiLz4KPC9nPgo8L3N2Zz4K) no-repeat center/contain;
}
@media only screen and (max-width: 750px) {
.job-callback__pattern {
        display: none;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.job-about-app__gallery {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
.job-about-app__gallery {
      padding-top: 0;
}
}
.job-about-app__gallery .thumbs-slider__top {
    height: 616px;
}
@media only screen and (max-width: 750px) {
.job-about-app__gallery .thumbs-slider__top {
        height: auto;
}
}
@media only screen and (max-width: 750px) {
.job-about-app__gallery .thumbs-slider__slide {
      min-height: 240px;
}
}
@media only screen and (max-width: 750px) {
.job-about-app__gallery .thumbs-slider__pagination.swiper-pagination {
      margin-top: 20px;
}
}
@media only screen and (max-width: 750px) {
.job-about-app__gallery .thumbs-slider__next, .job-about-app__gallery .thumbs-slider__prev {
      margin-top: -10px;
}
}
.job-about-app__faq {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
.job-about-app__faq {
      margin-top: 44px;
}
}
.job-about-app__faq-list {
  max-width: 767px;
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
.job-about-app__faq-list {
      max-width: none;
      margin-top: 24px;
}
}
.job-about-app__faq-question {
  background-color: #f6f5f4;
}
.job-about-app__faq-question:not(:last-child) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
.job-about-app__faq-question:not(:last-child) {
        margin-bottom: 8px;
}
}
.job-about-app__more {
  height: 500px;
}
.job-about-app .job-callback {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
.job-about-app .job-callback {
      margin-top: 40px;
}
}

