

/* Start:/local/vacancy/style.css?175817686234568*/
.loader-button {
  position: relative;
}
.loader-button:before {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-image: url("/local/vacancy/./../../images/loader.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: transform;
}
.loader-button_loading {
  color: transparent !important;
}
.loader-button_loading:before {
  display: inline-block;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.preview-banner {
  position: relative;
}
.preview-banner__inner {
  padding: 16px 16px 0;
}
@media only screen and (min-width: 576px) {
  .preview-banner__inner {
    padding: 107px 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .preview-banner__inner {
    padding: 107px 20px 0;
  }
}
@media only screen and (min-width: 991px) {
  .preview-banner__inner {
    padding: 107px 50px 0;
  }
}
.preview-banner__row {
  display: flex;
  margin: 0 -26px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .preview-banner__row {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .preview-banner__row {
    justify-content: unset;
  }
}
.preview-banner__left {
  padding: 0 26px;
}
@media only screen and (min-width: 576px) {
  .preview-banner__left {
    margin-bottom: 0;
  }
}
.preview-banner__bg {
  max-width: 520px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .preview-banner__bg {
    max-width: 424px;
  }
}
@media only screen and (min-width: 991px) {
  .preview-banner__bg {
    max-width: 520px;
  }
}
.preview-banner__panel {
  z-index: 2;
  position: relative;
  padding: 16px;
}
@media only screen and (min-width: 576px) {
  .preview-banner__panel {
    padding: 60px 35px 52px;
  }
}
.preview-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.preview-banner__image img {
  width: 100%;
  object-fit: cover;
}
.preview-banner__bg:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  opacity: 0.78;
}
.preview-banner__text {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3f3f3f;
  padding-bottom: 20px;
  border-bottom: 2px solid #e10e1a;
}
@media only screen and (min-width: 576px) {
  .preview-banner__text {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.preview-banner__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .preview-banner__bottom {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.preview-banner__right {
  margin: 0;
  padding: 0 26px;
  align-items: end;
  display: none;
}
@media only screen and (min-width: 576px) {
  .preview-banner__right {
    padding-bottom: 52px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .preview-banner__right {
    display: flex;
  }
}
.preview-banner__call {
  font-weight: bold;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 50px 10px 30px;
  background-color: #009ae1;
  display: inline-block;
  color: white;
  transition: opacity 0.1s;
  width: 100%;
}
.preview-banner__call:hover {
  opacity: 0.9;
}
.preview-banner__call:after {
  content: "";
  background-image: url(/local/vacancy/./../../images/phone.svg);
  background-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 8px;
}
@media only screen and (min-width: 768px) {
  .preview-banner__call {
    width: auto;
  }
}
.preview-banner .preview-banner__link {
  width: 100%;
  text-decoration: none;
  max-height: 40px;
}
@media only screen and (min-width: 768px) {
  .preview-banner .preview-banner__link:first-child {
    order: unset;
  }
}
@media only screen and (min-width: 768px) {
  .preview-banner .preview-banner__link {
    width: auto;
  }
}
.preview-banner__control {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .preview-banner__control:last-child {
    display: none;
  }
}
.preview-banner__control:nth-child(2) {
  order: -1;
}
.preview-banner__control:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .preview-banner__control {
    max-width: unset;
  }
  .preview-banner__control:not(:last-child) {
    margin-bottom: 0;
  }
  .preview-banner__control:nth-child(2) {
    order: unset;
  }
}

.start-work__title {
  font-size: 18px;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 45px;
}
@media only screen and (max-width: 425px) {
  .start-work__title {
    font-size: 16px;
  }
}
.start-work__row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
@media only screen and (max-width: 425px) {
  .start-work__row {
    margin: 0 -3px;
  }
}
.start-work__col {
  position: relative;
  flex: 0 0 25%;
  padding: 0;
}
@media only screen and (max-width: 425px) {
  .start-work__col {
    padding: 0 3px;
  }
}
.start-work__number-wrapper {
  position: relative;
  width: 55px;
  height: 55px;
  border: 1px solid #e30613;
  border-radius: 100%;
  background-color: white;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 425px) {
  .start-work__number-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }
}
.start-work__number {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #303030;
  font-size: 27px;
  font-weight: bold;
}
@media only screen and (max-width: 425px) {
  .start-work__number {
    font-size: 20px;
  }
}
.start-work__text {
  font-size: 13px;
  color: #292929;
  text-align: center;
  font-weight: bold;
  word-break: normal;
}
@media only screen and (min-width: 576px) {
  .start-work__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  .start-work__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 390px) {
  .start-work__text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 370px) {
  .start-work__text {
    word-break: break-word;
    font-size: 10px;
  }
}
.start-work__next {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 8px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 576px) {
  .start-work__next {
    top: 20px;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 425px) {
  .start-work__next {
    padding: 5px;
    top: 37px;
    right: -3px;
  }
}
.start-work__body {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .start-work__body {
    margin-bottom: 92px;
  }
}
.start-work__inputs-row {
  margin: -10px -15px;
  display: flex;
  flex-wrap: wrap;
}
.start-work__inputs__col {
  padding: 10px 15px;
  flex: 0 0 100%;
}
@media only screen and (min-width: 576px) {
  .start-work__inputs__col {
    flex: 0 0 50%;
  }
}
.start-work__label {
  font-size: 15px;
  color: #111111;
  margin-bottom: 8px;
  font-weight: bold;
}
.start-work__controls {
  padding-top: 36px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .start-work__controls {
    justify-content: unset;
    margin-left: auto;
    width: max-content;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .start-work__controls {
    justify-content: flex-end;
  }
}
.start-work .start-work__clear-filter {
  max-height: 38px;
  text-decoration: none;
  border: 2px solid #009ae1;
  background-color: white;
  color: #009ae1;
  transition: 0.1s;
  padding: 10px;
  font-size: 14px;
}
.start-work .start-work__clear-filter:hover {
  opacity: 0.9;
  background-color: #009ae1;
  border: 2px solid #009ae1;
  color: white;
}
@media only screen and (min-width: 576px) {
  .start-work .start-work__clear-filter {
    padding: 10px 20px;
    margin-left: 50px;
  }
}
.start-work .start-work__select_bold {
  font-weight: bold;
}
.start-work .start-work__select_bold .jq-selectbox__select {
  border-width: 2px;
  border-color: gray;
}
.start-work .start-work__select .jq-selectbox__dropdown {
  margin-top: 0;
  border: none;
}
.start-work .start-work__select .jq-selectbox__dropdown li.selected, .start-work .start-work__select .jq-selectbox__dropdown li:hover {
  background-color: #009ae1;
}
.start-work .start-work__select .jq-selectbox__trigger {
  top: 0;
  right: 0;
  height: 100%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.start-work .start-work__search-vacancy {
  margin-right: 8px;
  background-color: #009ae1;
  border: 2px solid #009ae1;
  max-height: 38px;
  text-decoration: none;
  transition: 0.1s;
  padding: 10px;
  font-size: 14px;
  color: white;
}
@media only screen and (min-width: 576px) {
  .start-work .start-work__search-vacancy {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .start-work .start-work__search-vacancy {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.start-work .start-work__search-vacancy:hover {
  background-color: #009ae1;
  border: 2px solid #009ae1;
  opacity: 0.9;
}

.filter-result {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
}
.filter-result__top .filter-result__item:last-child {
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 768px) {
  .filter-result__top .filter-result__item:last-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .filter-result__top .collapsed.filter-result__item:last-child .filter-result__right {
    margin-bottom: 0;
  }
}
.filter-result__bottom {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .filter-result__bottom .filter-result__item:last-child .filter-result__right {
    margin-bottom: 15px;
  }
}
.filter-result__count {
  font-size: 15px;
  color: #1f1f1f;
  padding-bottom: 22px;
  border-bottom: 1px solid #cdcdcd;
}
.filter-result__count span {
  font-weight: bold;
}
.filter-result__item:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
}
.filter-result__row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .filter-result__row {
    flex-wrap: nowrap;
    margin: 0 -15px 46px;
  }
}
.filter-result__left {
  padding: 0 15px;
  flex: 0 0 100%;
}
@media only screen and (min-width: 991px) {
  .filter-result__left {
    flex: 0 0 80%;
  }
}
.filter-result__header {
  cursor: pointer;
  color: #010101;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .filter-result__header {
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .filter-result__header {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .filter-result__header {
    align-items: start;
  }
}
.filter-result__header.collapsed .filter-result__collapse-icon {
  transform: rotate(-135deg);
}
.filter-result__header-wrapper {
  padding: 32px 0;
}
.filter-result__title {
  flex: 1 0 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 991px) {
  .filter-result__title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) {
  .filter-result__title {
    flex: 1 0 50%;
  }
}
.filter-result__link {
  color: black;
  text-decoration: none;
  border: 2px solid #e30613;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 18px;
  transition: 0.1s;
}
.filter-result__link:hover {
  background-color: #e30613;
  color: white;
}
.filter-result__link_more {
  color: white;
  background-color: #e30613;
}
.filter-result__badge {
  font-size: 11px;
  padding: 6px 4px;
  background-color: #e30613;
  color: white;
  font-weight: bold;
  border-radius: 7px;
  margin-right: 24px;
  max-height: 30px;
}
@media only screen and (min-width: 768px) {
  .filter-result__badge {
    font-size: 14px;
  }
}
.filter-result__badge-icon {
  background-image: url("/local/vacancy/./../../images/open-soon.svg");
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
@media only screen and (min-width: 768px) {
  .filter-result__badge-icon {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.filter-result__collapse-icon {
  border: solid #009ae1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.filter-result__about-row {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -12px -30px -12px;
}
@media only screen and (max-width: 768px) {
  .filter-result__about-row {
    margin: -12px;
  }
}
.filter-result__about-col {
  padding: 12px 12px 30px 12px;
}
@media only screen and (min-width: 991px) {
  .filter-result__about-col {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .filter-result__about-col {
    padding: 12px;
  }
}
@media only screen and (min-width: 991px) {
  .filter-result__about {
    padding-left: 30px;
  }
}
.filter-result__icon {
  margin-right: 14px;
  line-height: 0;
  display: inline-block;
}
@media only screen and (min-width: 991px) {
  .filter-result__about-col.filter-result__about-col_graphic {
    flex: 0 0 40%;
  }
}
.filter-result__graph {
  font-size: 15px;
  color: #5a5a5a;
  display: inline;
  margin-right: 4px;
}
@media only screen and (min-width: 991px) {
  .filter-result__graph {
    display: block;
  }
}
.filter-result__value {
  color: #010101;
  font-size: 15px;
  display: inline;
}
@media only screen and (min-width: 991px) {
  .filter-result__value {
    display: block;
  }
}
.filter-result__right {
  flex: 0 0 20%;
  padding: 30px 0 24px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .filter-result__right {
    margin: 0;
    padding: 30px;
  }
}
.filter-result__hidden {
  color: #1f1f1f;
}
.filter-result__list-title {
  font-size: 15px;
  font-weight: bold;
}
.filter-result__list {
  list-style: none;
  font-size: 14px;
  color: #5a5a5a;
}
.filter-result__list-item {
  position: relative;
}
.filter-result__list-item:not(:last-child) {
  margin-bottom: 8px;
}
.filter-result__list-item:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #009ae1;
  border-radius: 50px;
}
.filter-result__hidden {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .filter-result__hidden {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 991px) {
  .filter-result__right-inner {
    padding-top: 46px;
  }
}
.filter-result__link {
  text-decoration: none;
}
.filter-result__control {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.filter-result__control a[data-toggle=collapse].loading.collapsed {
  display: none;
}
.filter-result__control a[data-toggle=collapse].loading.collapsed ~ a {
  display: inline-block;
}
.filter-result__control a[data-toggle=collapse] ~ a {
  display: none;
}
.filter-result:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 257px;
  background: linear-gradient(180deg, transparent 0%, white 100%);
  pointer-events: none;
}
.filter-result.no-more:before {
  display: none;
}
.filter-result__collapse {
  position: absolute;
  right: 0;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .filter-result__collapse {
    position: static;
  }
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.about-company__title {
  color: #050505;
  font-size: 22px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e10e1a;
  text-transform: uppercase;
}
.about-company__row {
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .about-company__row {
    margin: -12px -24px;
  }
}
.about-company__col {
  padding: 8px;
  flex: 0 0 50%;
}
@media only screen and (min-width: 576px) {
  .about-company__col {
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .about-company__col {
    flex: 0 0 33.33333%;
  }
}
.about-company__item {
  position: relative;
  border-radius: 6px;
  display: block;
  height: 100%;
}
.about-company__item:hover .about-company__background {
  opacity: 1;
}
.about-company__item:hover .about-company__text {
  color: #2a2a2a;
}
.about-company__image {
  height: 100%;
  filter: brightness(70%);
}
.about-company__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.about-company__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-company__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.about-company__text {
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 8px;
  line-height: 0.9;
  transition: color 0.2s ease-in-out;
}
@media only screen and (min-width: 576px) {
  .about-company__text {
    padding: 30px;
    font-size: 24px;
  }
}
.about-company__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #e6e6e6;
  opacity: 0;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.advantages__title {
  color: #050505;
  font-size: 22px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e10e1a;
  text-transform: uppercase;
}
.advantages__subtitle {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}
.advantages__bg {
  max-width: 520px;
  position: relative;
  margin-left: auto;
}
.advantages__bg:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: white;
  opacity: 0.78;
}
@media only screen and (min-width: 768px) {
  .advantages__bg:before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.advantages__panel {
  background-image: url("/local/vacancy/./../../images/adbantages-panel.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 66px;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .advantages__panel {
    padding-top: 116px;
    padding-right: 40px;
  }
}
.advantages__panel-body {
  z-index: 2;
  position: relative;
  padding: 40px 30px 70px;
}
.advantages__panel-row {
  display: flex;
  flex-wrap: wrap;
  margin: -22px -12px;
  border-bottom: 2px solid #e10e1a;
}
.advantages__panel-col {
  padding: 22px 12px;
}
.advantages__panel-col:nth-child(odd) {
  flex: 0 0 186px;
}
.advantages__panel-col:nth-child(even) {
  flex-grow: 1;
}
.advantages__panel-col:last-child {
  flex: 1 1 auto;
}

.advantages-item {
  align-items: end;
  display: flex;
  margin: 0 -6px;
}
.advantages-item__left {
  font-size: 45px;
  color: #454545;
  font-weight: 700;
  line-height: 1;
  padding: 0 6px;
}
.advantages-item__right {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #161616;
  padding: 0 6px;
  margin-bottom: 4px;
}

.advantages-list {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
  padding: 0 22px;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .advantages-list {
    flex-direction: row;
  }
}
.advantages-list__col {
  padding: 16px;
}
@media only screen and (min-width: 576px) {
  .advantages-list__col {
    flex: 0 0 50%;
  }
}
.advantages-list__item-row {
  display: flex;
  margin: 0 -12px;
  align-items: center;
}
.advantages-list__item-left {
  padding: 0 12px;
}
.advantages-list__item-right {
  padding: 0 12px;
  font-size: 15px;
  color: #5f5f5f;
}
.advantages-list__image {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}

.swiper-slide.internship-slide {
  height: initial;
}
@media only screen and (max-width: 769px) {
  .swiper-slide.internship-slide {
    height: auto;
  }
}

.internship__title {
  color: #050505;
  font-size: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.internship__body {
  border-top: 1px solid #e10e1a;
  padding-top: 32px;
}
.internship__body:not(:last-child) {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .internship__body:not(:last-child) {
    padding-bottom: 40px;
  }
}
.internship__row {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
  align-items: stretch;
}
@media only screen and (max-width: 769px) {
  .internship__row {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 425px) {
  .internship__row {
    margin: -10px;
  }
}
.internship__col {
  padding: 16px;
  flex: 1 0 33.33333%;
}
@media only screen and (max-width: 769px) {
  .internship__col {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 425px) {
  .internship__col {
    padding: 10px;
  }
}
.internship__bottom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.internship__bottom-col {
  padding: 0 16px;
  flex: 0 0 25%;
  position: relative;
}
.internship__bottom-col:last-child .internship__next {
  display: none;
}
.internship__next {
  position: relative;
  min-height: 210px;
}
.internship__next:before {
  content: "";
  border: solid #009ae1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 991px) {
  .internship__next:before {
    right: 12px;
  }
}

@media only screen and (min-width: 991px) {
  .education-slider-wrapper.swiper-wrapper {
    justify-content: space-between;
  }
}

.next-icon-slide.swiper-slide {
  position: relative;
  width: 40px;
}
@media only screen and (min-width: 991px) {
  .next-icon-slide.swiper-slide {
    width: 3%;
  }
}

.internship-card {
  background-color: #e9e9e9;
  border-radius: 6px;
  padding: 26px 26px 20px;
  min-height: 132px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .internship-card {
    padding: 20px 15px 15px 10px;
  }
}
@media only screen and (max-width: 425px) {
  .internship-card {
    padding: 15px 12px 15px 6px;
  }
}
.internship-card__text {
  position: relative;
  padding-left: 34px;
  color: #5f5f5f;
  font-size: 14px;
}
.internship-card__text:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  border: 7px solid transparent;
  border-top: 7px solid #e10e1a;
  border-right: 7px solid #e10e1a;
}

.education-slide.swiper-slide {
  position: relative;
  max-width: 212px;
}
@media only screen and (min-width: 991px) {
  .education-slide.swiper-slide {
    width: 22%;
    max-width: unset;
  }
}

.education-card {
  min-height: 210px;
  padding-top: 68px;
  position: relative;
  max-width: 212px;
}
@media only screen and (min-width: 991px) {
  .education-card {
    max-width: unset;
  }
}
.education-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  filter: brightness(0.4);
}
.education-card__body {
  position: relative;
  height: 90px;
}
.education-card__body:before {
  content: "";
  opacity: 0.5;
  background-color: #009ae1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.education-card__text {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 22px 0;
}
.education-card__day {
  position: relative;
  font-size: 12px;
  color: white;
  margin-top: 16px;
  text-align: center;
}

.privileges__title {
  color: #050505;
  font-size: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.privileges__body {
  border-top: 1px solid #e10e1a;
  padding-top: 32px;
}
.privileges__row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .privileges__row {
    justify-content: unset;
  }
}
.privileges__col {
  padding: 15px;
  flex: 0 0 300px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .privileges__col {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .privileges__col {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (min-width: 991px) {
  .privileges__col {
    flex: 0 0 25%;
  }
}

.privileges-card {
  position: relative;
  min-height: 192px;
}
.privileges-card img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
.privileges-card:hover .privileges-card__hidden {
  opacity: 1;
}
.privileges-card__hidden {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #e9e9e9;
  padding: 26px 26px 20px;
  min-height: 192px;
  transition: opacity 0.2s ease;
  z-index: 1;
  border-radius: 4px;
}
.privileges-card__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.privileges-card__text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.privileges-card__hidden-text {
  position: relative;
  padding-left: 34px;
  color: #5f5f5f;
  font-size: 14px;
}
.privileges-card__hidden-text:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  border: 7px solid transparent;
  border-top: 7px solid #e10e1a;
  border-right: 7px solid #e10e1a;
}

.education__subtitle {
  padding-bottom: 32px;
  font-size: 16px;
  color: #000000;
}
.education__title {
  color: #050505;
  font-size: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.education__body {
  border-top: 1px solid #e10e1a;
  padding-top: 32px;
}
.education__row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .education__row {
    justify-content: unset;
  }
}
.education__col {
  padding: 15px;
  flex: 0 0 300px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .education__col {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .education__col {
    flex: 0 0 33.3333%;
  }
}

.education-banner {
  position: relative;
  min-height: 192px;
  height: 100%;
}
@media only screen and (min-width: 991px) {
  .education-banner {
    height: auto;
  }
}
.education-banner img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  border-radius: 6px;
  height: 100%;
}
@media only screen and (min-width: 991px) {
  .education-banner img {
    max-height: 186px;
    height: auto;
  }
}
.education-banner:hover .education-banner__hidden {
  opacity: 1;
}
.education-banner__hidden {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #e9e9e9;
  padding: 26px 26px 20px;
  min-height: 192px;
  transition: opacity 0.2s ease;
  z-index: 1;
  border-radius: 4px;
}
.education-banner__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.education-banner__text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.education-banner__hidden-text {
  position: relative;
  padding-left: 34px;
  color: #5f5f5f;
  font-size: 14px;
}
.education-banner__hidden-text:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  border: 7px solid transparent;
  border-top: 7px solid #e10e1a;
  border-right: 7px solid #e10e1a;
}

.company-life__title {
  color: #050505;
  font-size: 22px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.company-life__body {
  border-top: 1px solid #e10e1a;
  padding-top: 32px;
}
.company-life__slider {
  max-width: 1000px;
  margin: 0 auto;
}
.company-life__image img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}

.managers-contacts {
  color: black;
}
.managers-contacts__title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #050505;
  padding-bottom: 16px;
  border-bottom: 1px solid #e10e1a;
}
.managers-contacts__subtitle {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}
.managers-contacts__row {
  display: grid;
  row-gap: 72px;
  justify-content: space-around;
}
@media only screen and (min-width: 576px) {
  .managers-contacts__row {
    grid-template-columns: repeat(2, 200px);
  }
}
@media only screen and (min-width: 768px) {
  .managers-contacts__row {
    grid-template-columns: repeat(3, 200px);
  }
}
.manager-card {
  max-width: 200px;
}
.manager-card__avatar {
  margin-bottom: 44px;
  min-height: 200px;
  min-width: 200px;
}
.manager-card__avatar img {
  max-height: 200px;
  max-width: 200px;
  border-radius: 50%;
}
.manager-card__body {
  text-align: center;
}
.manager-card__name {
  font-size: 16px;
  margin-bottom: 12px;
}
.manager-card__position {
  font-size: 14px;
  margin-bottom: 12px;
}
.manager-card__phone {
  font-size: 15px;
  color: black;
  text-decoration: none;
}
.manager-card__mail {
  font-size: 15px;
  color: #009ae1;
  text-decoration: none;
}

.vacancy-section {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .vacancy-section {
    padding-bottom: 60px;
  }
}

.vacancy-modal {
  max-width: 648px;
  margin: 0 auto;
  position: relative;
  background-color: #fff !important;
  padding: 64px 30px 60px !important;
  border-radius: 7px;
  color: #000000;
}
.vacancy-modal .mfp-close {
  font-size: 50px;
}
.vacancy-modal__label {
  margin-bottom: 6px;
  color: #666666;
  flex-grow: 1;
  display: block;
}
.vacancy-modal__item {
  margin-bottom: 26px;
}
.vacancy-modal__item:last-child {
  margin-bottom: 40px;
}
.vacancy-modal__row {
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
.vacancy-modal__col {
  padding: 8px;
  flex: 1 0 auto;
}
@media only screen and (min-width: 576px) {
  .vacancy-modal__col {
    flex: 1 0 50%;
    flex-direction: column;
  }
}
.vacancy-modal__input {
  border: 1px solid #898989;
  padding: 20px 20px 14px;
  width: 100%;
}
.vacancy-modal__body {
  font-size: 14px;
}
.vacancy-modal__star {
  color: red;
}
.vacancy-modal__attention {
  color: red;
  display: block;
  margin-bottom: 4px;
}
.vacancy-modal__file-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.vacancy-modal__file-label {
  display: inline-block;
  background-color: #03bee6;
  color: white;
  padding: 15px 40px 13px 20px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.vacancy-modal__file-label:hover {
  opacity: 0.9;
}
.vacancy-modal__file-label:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 8px;
  background-image: url("/local/vacancy/./../../images/file.svg");
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 38px;
}
.vacancy-modal__attention-wrapper {
  margin-bottom: 20px;
}
.vacancy-modal__textarea {
  width: 100%;
  border: 1px solid #898989;
  padding: 20px 20px 14px;
}
.vacancy-modal__textarea:focus::placeholder {
  color: transparent;
}
.vacancy-modal__header {
  margin-bottom: 40px;
}
.vacancy-modal__header_small {
  margin-bottom: 0;
}
.vacancy-modal__title {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}
.vacancy-modal__bottom-row {
  display: flex;
  margin: -8px;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vacancy-modal__bottom-col {
  padding: 8px;
}
.vacancy-modal__bottom-col:first-child {
  flex: 1 0 100%;
  min-height: 90px;
}
@media only screen and (min-width: 576px) {
  .vacancy-modal__bottom-col:first-child {
    flex: 0 0 70%;
    min-height: 90px;
  }
}
.vacancy-modal .privacy-policy-msg {
  display: none;
}
.vacancy-modal__checkbox-label {
  padding-left: 29px;
  position: relative;
  font-size: 12px;
  display: block;
}
.vacancy-modal__checkbox-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #a4a4a4;
  transform: translateY(-50%);
}
.vacancy-modal .vacancy-modal__checkbox:checked + .vacancy-modal__checkbox-label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 7px;
  height: 11px;
  border: solid #03bee6;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-20%, -70%);
}
.vacancy-modal__agreement {
  margin-top: 26px;
}
.vacancy-modal__submit {
  background-color: #e30613;
  border: 0;
  color: white;
  padding: 13px 22px;
  border-radius: 18px;
  font-size: 16px;
  cursor: pointer;
}
.vacancy-modal__submit:hover {
  opacity: 0.9;
}
.vacancy-modal__checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.vacancy-modal__link {
  text-decoration: none;
  color: #03bee6;
}

.custom-input-file {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .custom-input-file {
    flex-direction: row;
    align-items: center;
  }
}
.custom-input-file .custom-input-file__file-label {
  flex: 0 0 auto;
}
.custom-input-file__file {
  display: none;
  align-items: center;
}
.custom-input-file__file:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .custom-input-file__file:not(:first-child) {
    margin-left: 30px;
    margin-top: 0;
  }
}
.custom-input-file.added .custom-input-file__file {
  display: flex;
}
.custom-input-file__file-name {
  word-break: break-word;
}
.custom-input-file__file-name:not(:last-child) {
  margin-right: 15px;
}

.faq {
  margin: 20px 0 60px 0;
}
.faq__title {
  color: #050505;
  font-size: 22px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e10e1a;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
.faq__title:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 25px);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  border: solid #009ae1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .faq__title:after {
    top: auto;
    bottom: 28px;
  }
}
.faq__title.collapsed:after {
  transform: translateY(calc(-50% + 4px)) rotate(-135deg);
}
.faq__spoiler {
  font-size: 1rem;
  text-transform: none;
}
.faq__spoiler span {
  text-decoration: underline;
}

.video {
  max-width: 700px;
  height: 400px;
  margin: 50px auto;
}

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

/* End */
/* /local/vacancy/style.css?175817686234568 */
