.career {
  position: relative;
}
.contact-block {
  margin-top: 1rem;
}
.career__header .head {
  padding: 0 10%;
  height: 75px;
  background-color: #154390;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
}
.career.head .vacancies__link {
  text-transform: uppercase;
  font-size: 1.2em;
}

.career__header .title {
  margin: 2%;
  text-align: center;
  text-transform: uppercase;
  color: #154390;
  font-size: 5rem;
  font-weight: 500;
  padding-bottom: 2%;
}
.career__banner {
  /* padding: 0 5%; */
  position: relative;
  display: flex;
  justify-content: center;
}
.career__banner .title {
  font-size: 5rem;
  position: absolute;
  top: 0;
  /* left: 10%; */
  background-color: #154390;
  color: #fff;
  text-shadow: 1px 1px 2px #154390;
  padding: 2%;
  border-radius: 1%;
}
.career__banner .row__quote {
  width: 90%;
  background-color: #fff;
  position: absolute;
  bottom: 2%;
}
.about_items.doing {
  display: flex;
  align-items: center;
  margin: 5% 0; 
  flex-wrap: wrap;
}
.about_items.doing .photo {
  width: 50%;
}
.about_items.doing .textBlock {
  width: 50%;
  text-align: left;
  padding: 0 5%;
}
.about_items.doing .textBlock .title {
  font-size: 4.5rem;
}
.about_items.doing .textBlock p {
  font-size: 2.5rem;
}
.quote_items {
  /* margin: 2% auto 0; */
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  opacity: 0.95;
  box-shadow: 1px 1px 1px 1px #154390;
}
.quote_items .quote_img {
  width: 10%;
  position: relative;
  text-align: center;
}
.quote_items .quote_img {
  position: relative;
}
.quote_items .quote_img::before {
  content: "";
  position: absolute;
  top: -50%;
  right: 0;
  height: 200%;
  width: 2px;
  background-color: #154390;
}
.quote_text {
  margin-left: 3%;
  font-size: 2.5rem;
}
.career__about.trends {
  /* padding: 80px 90px 90px; */
  background: url("./images/bg.svg");
  background-repeat: no-repeat;
  background-position: right 62px;
  background-size: 50%;
}
.career__about .title {
  font-size: 4rem;
  font-weight: 500;
  /* text-align: center; */
  color: #154390;
  margin: 4% auto;
}
.about_items {
  display: flex;
  justify-content: center;
  /* flex-wrap: nowrap; */
  text-align: center;
  align-items: center;
}
.about_item {
  display: flex;
  width: 33.33%;
  margin: 0 3% 5%;
  align-items: center;
  justify-content: center;
}
.about_item .numbers {
  color: #154390;
  font-size: 10rem;
  font-weight: 600;
  margin-right: 4%;
}
.about_item span {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
}
.career__trends_items {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 3%; */
}

.career__trend_item {
  width: 19%;
  margin: 0 3% 3%;
  padding: 0 20px 20px;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  background-color: #f2f4f6;
  text-align: center;
}
.career__trend_item:nth-child(2n) {
  box-shadow: 0px 10px 30px 0px #0000000d;
  background: #fff;
}
.career__trend_img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.career__trend_item span {
  width: 70%;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  margin: 10px 0;
}
.career__trend_item:hover {
  transform: scale(1.1);
}
.about__advantages {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48rem, 1fr));
  grid-gap: 3.2rem 4rem;
}
.mt-1 {
  margin-top: 1rem;
}

.about__advantage {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
  transform: translateX(0);
  min-height: 43rem;
  width: 100%;

  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.about__advantage .list {
  grid-gap: 10px;
}
.about__advantage._empty .advantage__title {
  display: block;
}
.about__advantage__face {
  z-index: 1;
}
.about__advantage__back {
  display: grid;
  grid-gap: 8px;
  background: #fff;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 10px 2.4rem 15px 2.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about__advantage__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 16px 3.2rem;
  font-family: RobotoCondensed;
  font-size: 2.2rem;
  color: #fff;
  display: none;
}
.about__advantage__img {
  height: 28.5rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__advantage__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about__advantages__description {
  font-size: 2.4rem;
  margin-top: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about__advantages__button {
  margin-top: 3.2rem;
}
.career-slider img {
  width: 100%;
  height: 44rem;
  object-fit: cover;
}
.swiper-slide.career_img_title {
  text-align: center;
  font-weight: 600;
}
.swiper-slide.career_img_title span {
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
}
.career__title {
  color: #154390;
  font-size: 4rem;
  font-weight: 500;
}
.career__about .slogan {
  margin: 5rem 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #154390;
}

/* block_form */
.anketa {
  display: none;
  z-index: 8;
}
.anketa .text-block {
  width: 100%;
  text-align: center;
  padding: 2% 0;
  margin: 3% 0 0 0;
  font-size: 4rem;
  color: #fff;
  background-color: #154390;
}
.contactForm {
  color: #154390;
}
.contactForm .row {
  width: 80%;
  margin: 3% auto 0;
  padding: 3%;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 10px 18px rgba(0, 0, 0, 0.2); */
}

.contactForm .md-6 {
  width: 45%;
  padding: 20px 0px;
  border-bottom: 1px solid #15439038;
  margin: 10px 0px;
  padding: 10px;
}
.contactForm .form__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contactForm .form__row.mt-1 {
  margin: 45px 0px 30px;
}

.contactForm label {
  display: inline-block;
  text-align: left;
  margin: 1rem 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.contactForm input {
  display: block;
  width: 100%;
  border-bottom: 1px solid #154390 !important;
  font-weight: 300;
}
.contactForm input::placeholder {
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 400;
}
#captcha_word {
  margin-top: 15px;
}
.required {
  color:red;
}
.form__policy {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.form__policy #policy_check {
  display: inline-block;
  width: 30px;
  height: 20px;
  border: 1px solid #051d41;
  appearance: auto;
  margin: 0;
  accent-color: #154390;
}
.form__policy #confirm_check {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #051d41;
  appearance: auto;
  margin: 0;
  accent-color: #154390;
}
.form__policy label {
  margin-left: 10px;
}
.contactForm .text__policy {
  color: #000;
  font-size: 20px;
  font-weight: 100;
}
.hh-script {
  margin: 2% 0;
}
.btn-feedback {
  color: #fff;
  background-color: #154390;
  padding: 16px 3rem;
  font-size: 2.4rem;
  cursor: pointer;
  position: fixed;
  bottom: 17rem;
  right: 5.5rem;
  z-index: 6;
  transition: all 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.btn-feedback:hover {
  background-color: #fff;
  color: #154390;
  border: 1px solid #154390;
  border-radius: 2px;
}
.anketa {
  display: none;
  position: fixed;
  z-index: 7;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.flex-popap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: auto;
}
.anketa .flex-popap .popap {
  background-color: #fff;
  position: relative;
}
.anketa .flex-popap .popap .close_popap {
  font-weight: 600;
  color: #154390;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.contactForm .resume {
  border: none !important;
}
.btn-submit {
  padding: 10px 2rem;
  font-size: 2.4rem !important;
  color: #051d41;
  background-color: #fff !important;
  border: 1px solid #051d41 !important;
  transition: all 0.5s;
}
.section_btn {
  margin-top: 5rem;
  text-align: center;
}
.btn-submit:hover {
  color: #fff;
  background-color: #154390 !important;
}
.error-text {
  color: red;
}
@media (hover: hover) and (pointer: fine) {
  .about__advantage:hover .about__advantage__back {
    opacity: 1;
  }
  .about__advantage__back {
    opacity: 0;
    height: 100%;
  }
  .about__advantage__face {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .about__advantage__title {
    display: block;
  }
  .about__advantage__img {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .career__about .title {
    font-size: 3rem;
  }
  .career__banner .title {
    font-size: 3rem;
  }
  .about__advantages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
    grid-gap: 3.2rem 2.4rem;
  }
  .about_items.doing .photo {
    width: 100%;
    margin: 20px 0 0;
  }
  .about_items.doing .textBlock {
    width: 100%;
    box-sizing: border-box;
  }
  .about_items.doing .textBlock .title {
    font-size: 3rem;
  }
  .quote_text{
    font-size: 2rem;
  }
  .about_items .numbers{
    font-size:7rem;
  }
  .about_items span{
    font-size:4rem;
  }
  .career__trend_item{
    width: 23%;
  }
  
}
@media (max-width: 900px) {
  .section__title {
    background: #051d41;
  }

  .career__trend_item{
    width: 30%;
  }
  .career__trend_item span {
    font-size: 1.5rem;
    
  }
  .career__banner.title {
    font-size: 14px;
    padding: 10px;
  }
  .about_items.doing .textBlock p {
    font-size: 1.5rem;
  }

  .button.career__btn {
    margin-top: 20px;
  }

  .career__banner.title .sup_text {
    font-size: 2rem;
    font-weight: 500;
  }
  .about_items{
    flex-wrap: wrap;
    justify-content: center;
  }
  .about_item{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about__advantages__button {
    display: none;
  }
  .about__advantages__description {
    font-size: 2rem;
  }
  .career__header .title {
    font-size: 3rem;
  }
  .career__banner .title {
    font-size: 3rem;
  }
  .quote_text {
    font-size: 1.5rem;
  }
  .contactForm .form__row {
    flex-wrap: wrap;
  }
  .contactForm .md-6 {
    width: 100%;
  }
  .btn-feedback {
    right: 1rem;
  }
  .career__trend_item{
    width: 50%;
  }
  .about_items .numbers{
    font-size:4rem;
  }
  .about_items span{
    font-size:2rem;
  }
}
@media (max-width: 570px) {

  .quote_items .quote_img {
    width: 20%;
  }
  .quote_text{
    font-size: 1.1rem;
  }
  .career__header .title {
    font-size: 2.5rem;
  }
  .anketa .text-block {
    font-size: 2rem;
  }
  .contactForm label {
    font-size: 1.4rem;
    margin: 0.5rem 0;
  }
  .career__banner .title {
    font-size: 1.5rem;
  }
  .btn-feedback {
    font-size: 1.5rem;
  }
}
@media (max-width: 412px) {
  .career__about .title {
    font-size: 2rem;
  }
}


