

/* Start:/job/style.css?178273437325083*/
.job-sections {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-sections {
    margin-top: 50px;
  }
}
.job-sections__list {
  grid-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .job-sections__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job-sections__item {
  background-color: #d4d4d4;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #3b3c3b;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .job-sections__item {
    height: 320px;
  }
}
@media screen and (max-width: 576px) {
  .job-sections__item {
    height: 220px;
  }
}
.job-sections__item::before {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s linear;
  width: 100%;
}
.job-sections__item:hover {
  box-shadow: 7px 7px 10px rgba(59, 60, 59, 0.05);
  color: #3b3c3b;
}
.job-sections__item:hover:before {
  opacity: 1;
}
.job-sections__item:hover .job-sections__bottom {
  transform: translateY(-100%);
}
.job-sections__item:hover .job-sections__bottom:before {
  opacity: 0;
}
.job-sections__item:nth-child(1) {
  height: 620px;
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 1200px) {
  .job-sections__item:nth-child(1) {
    height: 520px;
  }
}
@media screen and (max-width: 992px) {
  .job-sections__item:nth-child(1) {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .job-sections__item:nth-child(1) {
    height: 320px;
    grid-area: auto;
  }
}
@media screen and (max-width: 576px) {
  .job-sections__item:nth-child(1) {
    height: 220px;
  }
}
.job-sections__item:nth-child(2) {
  grid-area: 1/2/2/2;
}
@media screen and (max-width: 768px) {
  .job-sections__item:nth-child(2) {
    grid-area: auto;
  }
}
.job-sections__item:nth-child(3) {
  grid-area: 2/2/3/2;
}
@media screen and (max-width: 768px) {
  .job-sections__item:nth-child(3) {
    grid-area: auto;
  }
}
.job-sections__bottom {
  left: 0;
  padding: 8px 20px 19px;
  position: absolute;
  top: 100%;
  transform: translateY(-72px);
  transition: transform 0.5s ease-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .job-sections__bottom {
    padding: 15px 10px;
    transform: translateY(-56px);
  }
}
.job-sections__bottom:before {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: hsla(0, 0%, 100%, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s linear;
  width: 100%;
}
.job-sections__name {
  align-items: flex-end;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .job-sections__name {
    font-size: 14px;
    height: 30px;
  }
}
.job-sections__text {
  font-size: 14px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .job-sections__button {
    padding: 16px 0;
    width: 100%;
  }
}

.job-list {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-list {
    margin-top: 50px;
  }
}
.job-list__line {
  padding: 28px 0;
  background: #3B3C3B;
}
.job-list__title {
  color: white;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
  margin-left: 82px;
}
@media screen and (max-width: 1200px) {
  .job-list__title {
    font-size: 50px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .job-list__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .job-list__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .job-list__title {
    font-size: 32px;
    margin-left: 16px;
  }
}
.job-list__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .job-list__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .job-list__list {
    margin-top: 10px;
  }
}
.job-list__item:nth-child(even) {
  background-color: #f1f1f1;
}
.job-list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px 82px;
}
@media screen and (max-width: 1200px) {
  .job-list__head {
    padding-left: 30px;
  }
}
@media screen and (max-width: 576px) {
  .job-list__head {
    padding: 16px;
  }
}
.job-list__head:hover .job-list__name, .job-list__head._is-active .job-list__name {
  color: #ca4a2d;
}
.job-list__head:hover .job-list__arrow, .job-list__head._is-active .job-list__arrow {
  background-color: #ca4a2d;
}
.job-list__head:hover .job-list__arrow:after, .job-list__head._is-active .job-list__arrow:after {
  border-color: white;
}
.job-list__name {
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
  cursor: pointer;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .job-list__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .job-list__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .job-list__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .job-list__name {
    font-size: 18px;
  }
}
.job-list__arrow {
  margin-left: auto;
  justify-self: flex-end;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-shrink: 0;
}
.job-list__arrow:after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(45deg);
  margin-top: -3px;
}
.job-list__info {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.job-list__info._is-active {
  max-height: 9999px;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-delay: 0s;
}
.job-list__box {
  padding: 0 82px 32px;
}
@media screen and (max-width: 1200px) {
  .job-list__box {
    padding-left: 30px;
  }
}
@media screen and (max-width: 576px) {
  .job-list__box {
    padding: 0 16px 16px;
  }
}
.job-list__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 576px) {
  .job-list__text {
    font-size: 16px;
  }
}
.job-list__button {
  margin-top: 30px;
}

.job-about {
  background: #F1F1F1;
  margin-top: 100px;
  padding: 48px 0;
}
@media screen and (max-width: 992px) {
  .job-about {
    padding: 28px 0;
    margin-top: 50px;
  }
}
.job-about__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .job-about__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.job-about__item {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .job-about__item {
    margin-bottom: 30px;
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .job-about__item:last-child {
    margin-bottom: 0;
  }
}
.job-about__icon {
  height: 100px;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .job-about__icon {
    height: 80px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .job-about__icon {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .job-about__icon {
    width: 65px;
  }
}
.job-about__icon svg {
  height: 100%;
  width: auto;
}
.job-about__number {
  font-size: 54px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .job-about__number {
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  .job-about__number {
    font-size: 32px;
  }
}
.job-about__text {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  text-transform: lowercase;
}
@media screen and (max-width: 1200px) {
  .job-about__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .job-about__text {
    font-size: 14px;
  }
}

.job-faq {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-faq {
    margin-top: 50px;
  }
}
.job-faq__title {
  color: #DA3915;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .job-faq__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .job-faq__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .job-faq__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .job-faq__title {
    font-size: 22px;
  }
}
.job-faq__list {
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .job-faq__list {
    margin-top: 0px;
  }
}
.job-faq__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.job-faq__head:hover .job-faq__name, .job-faq__head._is-active .job-faq__name {
  color: #ca4a2d;
}
.job-faq__head:hover .job-faq__arrow, .job-faq__head._is-active .job-faq__arrow {
  background-color: #ca4a2d;
}
.job-faq__head:hover .job-faq__arrow:after, .job-faq__head._is-active .job-faq__arrow:after {
  border-color: white;
}
.job-faq__item {
  padding: 25px 0;
  border-bottom: 1px solid #3B3C3B;
}
.job-faq__icon {
  flex-shrink: 0;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .job-faq__icon {
    width: 85px;
  }
}
@media screen and (max-width: 991px) {
  .job-faq__icon {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .job-faq__icon {
    width: 65px;
  }
}
@media screen and (max-width: 576px) {
  .job-faq__icon {
    width: 55px;
  }
}
.job-faq__icon svg {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .job-faq__icon svg {
    width: 55px;
  }
}
@media screen and (max-width: 991px) {
  .job-faq__icon svg {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .job-faq__icon svg {
    width: 45px;
  }
}
@media screen and (max-width: 576px) {
  .job-faq__icon svg {
    width: 40px;
  }
}
.job-faq__name {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
  flex-grow: 1;
  max-width: 996px;
  cursor: pointer;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .job-faq__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .job-faq__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .job-faq__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .job-faq__name {
    font-size: 18px;
  }
}
.job-faq__name:hover {
  color: #ca4a2d;
}
.job-faq__arrow {
  margin-left: auto;
  justify-self: flex-end;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-shrink: 0;
}
.job-faq__arrow:after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(45deg);
  margin-top: -3px;
}
.job-faq__content {
  margin-top: 15px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.job-faq__content._is-active {
  max-height: 9999px;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-delay: 0s;
}
.job-faq__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 996px;
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  .job-faq__text {
    margin-left: 85px;
  }
}
@media screen and (max-width: 991px) {
  .job-faq__text {
    margin-left: 75px;
  }
}
@media screen and (max-width: 768px) {
  .job-faq__text {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .job-faq__text {
    font-size: 16px;
  }
}

.job-contact {
  margin-top: 100px;
  background: #F1F1F1;
  padding: 64px 0;
}
@media screen and (max-width: 992px) {
  .job-contact {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .job-contact {
    padding: 48px 0;
  }
}
.job-contact__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 104.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .job-contact__title {
    margin-bottom: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .job-contact__item {
    margin-top: 40px;
  }
}
.job-contact__lastname {
  color: #CA4A2D;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 104.5%;
}
@media screen and (max-width: 992px) {
  .job-contact__lastname {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .job-contact__lastname {
    font-size: 20px;
  }
}
.job-contact__name {
  color: #CA4A2D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
}
@media screen and (max-width: 992px) {
  .job-contact__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .job-contact__name {
    font-size: 18px;
  }
}
.job-contact__level {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .job-contact__level {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .job-contact__level {
    font-size: 18px;
  }
}
.job-contact__email {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 104.5%;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .job-contact__email {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .job-contact__email {
    font-size: 18px;
  }
}
.job-contact__phone {
  margin-top: 30px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
@media screen and (max-width: 992px) {
  .job-contact__phone {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .job-contact__phone {
    font-size: 18px;
  }
}

.popup__close {
  margin-left: 30px;
}

.popup__caption {
  font-weight: 400;
  font-size: 18px;
  color: #929292;
  margin-bottom: 10px;
}
.popup__caption_job {
  margin-top: 30px;
}

.job-popup__control {
  margin-top: 30px;
}
.job-popup__agreement {
  margin-bottom: 20px;
  font-size: 12px;
}

.input-file__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 10px 20px 11px;
}
.input-file__value {
  display: none;
}
.input-file__placeholder {
  display: none;
  color: rgba(59, 60, 59, 0.5);
}
.input-file__name {
  display: block;
}
.input-file__name:empty {
  display: none;
}
.input-file__name:empty + div {
  display: block;
}
.input-file__icon {
  width: 17px;
}
.input-file__icon img {
  width: 100%;
}

.job-text {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-text {
    margin-top: 50px;
  }
}
.job-text__title {
  color: #CA4A2D;
  font-size: 62px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .job-text__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 920px) {
  .job-text__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 620px) {
  .job-text__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 420px) {
  .job-text__title {
    font-size: 24px;
  }
}
.job-text__text {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  .job-text__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 920px) {
  .job-text__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .job-text__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 620px) {
  .job-text__text {
    font-size: 18px;
    margin-top: 15px;
  }
}
.job-text__text b {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .job-text__text b {
    font-size: 30px;
  }
}
@media screen and (max-width: 920px) {
  .job-text__text b {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .job-text__text b {
    font-size: 24px;
  }
}
@media screen and (max-width: 620px) {
  .job-text__text b {
    font-size: 20px;
  }
}

.job-icons {
  background: #F1F1F1;
  padding: 48px 0;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-icons {
    padding: 28px 0;
    margin-top: 50px;
  }
}
.job-icons__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1560px) {
  .job-icons__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .job-icons__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 550px) {
  .job-icons__list {
    justify-content: flex-start;
  }
}
.job-icons__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1560px) {
  .job-icons__item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .job-icons__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .job-icons__item {
    width: 260px;
  }
}
@media screen and (max-width: 1560px) {
  .job-icons__item:nth-child(3), .job-icons__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .job-icons__item:nth-child(3), .job-icons__item:nth-child(4) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .job-icons__item:last-child {
    margin-bottom: 0;
  }
}
.job-icons__icon {
  height: 85px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .job-icons__icon {
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .job-icons__icon {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .job-icons__icon {
    width: 65px;
  }
}
.job-icons__icon svg {
  height: 100%;
  width: auto;
}
.job-icons__number {
  font-size: 54px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .job-icons__number {
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  .job-icons__number {
    font-size: 32px;
  }
}
.job-icons__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  text-transform: lowercase;
}
@media screen and (max-width: 1200px) {
  .job-icons__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .job-icons__text {
    font-size: 14px;
  }
}

.job-blocks {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-blocks {
    margin-top: 50px;
  }
}
.job-blocks__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.job-blocks__name {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.5%;
  color: white;
  background-color: #3B3C3B;
  padding: 29px 0 29px 76px;
  flex-shrink: 0;
}
@media screen and (max-width: 620px) {
  .job-blocks__name {
    padding: 16px 16px 16px 29px;
    font-size: 22px;
  }
}
.job-blocks__text {
  background: #F1F1F1;
  padding: 44px 0 56px 64px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  flex-grow: 1;
}
@media screen and (max-width: 620px) {
  .job-blocks__text {
    padding: 16px 16px 16px 29px;
    font-size: 18px;
  }
}

.job-conditions {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-conditions {
    margin-top: 50px;
  }
}
.job-conditions__line {
  padding: 28px 0;
  background: #3B3C3B;
}
.job-conditions__title {
  color: white;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
}
@media screen and (max-width: 1200px) {
  .job-conditions__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .job-conditions__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .job-conditions__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .job-conditions__title {
    font-size: 32px;
  }
}
.job-conditions__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .job-conditions__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .job-conditions__list {
    margin-top: 10px;
  }
}
.job-conditions__item {
  padding: 30px 30px 30px 24px;
  border-bottom: 1px solid #3B3C3B;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .job-conditions__item {
    padding: 16px;
  }
}
.job-conditions__icon {
  width: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .job-conditions__icon {
    width: 45px;
  }
}
@media screen and (max-width: 992px) {
  .job-conditions__icon {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .job-conditions__icon {
    width: 35px;
  }
}
@media screen and (max-width: 620px) {
  .job-conditions__icon {
    width: 30px;
  }
}
.job-conditions__icon svg {
  width: 100%;
  height: auto;
}
.job-conditions__name {
  margin-left: 60px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
}
@media screen and (max-width: 1200px) {
  .job-conditions__name {
    font-size: 22px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .job-conditions__name {
    font-size: 20px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .job-conditions__name {
    font-size: 18px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 620px) {
  .job-conditions__name {
    margin-left: 20px;
  }
}

.job-requires {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-requires {
    margin-top: 50px;
  }
}
.job-requires__title {
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .job-requires__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .job-requires__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .job-requires__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .job-requires__title {
    font-size: 24px;
  }
}
.job-requires__list {
  margin-top: 60px;
  counter-reset: job-requirement;
}
@media screen and (max-width: 768px) {
  .job-requires__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .job-requires__list {
    margin-top: 10px;
  }
}
.job-requires__item {
  padding: 30px 30px 30px 24px;
  border-bottom: 1px solid #3B3C3B;
  display: flex;
  align-items: center;
  counter-increment: job-requirement;
}
@media screen and (max-width: 620px) {
  .job-requires__item {
    padding: 16px;
  }
}
.job-requires__number {
  flex-shrink: 0;
}
.job-requires__number:before {
  content: counter(job-requirement);
  color: #CA4A2D;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1020px) {
  .job-requires__number:before {
    font-size: 55px;
  }
}
@media screen and (max-width: 920px) {
  .job-requires__number:before {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .job-requires__number:before {
    font-size: 45px;
  }
}
@media screen and (max-width: 620px) {
  .job-requires__number:before {
    font-size: 40px;
  }
}
.job-requires__text {
  margin-left: 60px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 104.5%;
}
@media screen and (max-width: 1200px) {
  .job-requires__text {
    font-size: 22px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .job-requires__text {
    font-size: 20px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .job-requires__text {
    font-size: 18px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 620px) {
  .job-requires__text {
    margin-left: 20px;
  }
}

.job-info {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .job-info {
    margin-top: 50px;
  }
}
.job-info__list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .job-info__list {
    grid-template-columns: 1fr;
  }
}
.job-info__item {
  background: #F1F1F1;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.job-info__icon {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .job-info__icon {
    height: 60px;
  }
}
.job-info__icon svg {
  max-height: 100%;
  width: auto;
}
.job-info__name {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.5%;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .job-info__name {
    font-size: 22px;
  }
}
.job-info__value {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .job-info__value {
    font-size: 18px;
  }
}

.popup__wrapper_job {
  max-width: 460px !important;
  width: 100%;
}

.popup__title {
  line-height: 32px;
}


/* End */
/* /job/style.css?178273437325083 */
