.hero--specialists{
  position: relative;
  overflow: hidden;
  min-height: 756px;
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.40)),
    url('/img/services/spec_hero.jpg') center center / cover no-repeat;
}

.hero--specialists::before{
  display: none;
}

.hero--specialists .hero__inner{
  min-height: 756px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 180px;
  padding-bottom: 60px;
}

.hero__inner--single{
  width: 100%;
}

.hero-service__content--full{
  width: 100%;
  max-width: 100%;
}

.hero-service__title{
  margin: 0 0 24px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FDFDFD;
}

.hero-service__text{
  max-width: 930px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #FDFDFD;
}

.company-approach{
  padding: 120px 0 0;
  background: #FDFDFD;
}

.company-approach__kicker{
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: rgba(0,0,0,0.5);
}

.company-approach__text{
  margin-top: 60px;
  width: 100%;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.company-approach__mission{
  margin-top: 30px;
  width: 100%;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.trust{
  padding: 120px 0 0;
  background: #FDFDFD;
}

.trust__top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.trust__title{
  max-width: 770px;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.trust__grid{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.trust-card{
  min-height: 360px;
  background: #F4E7D8;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.trust-card__bottom{
  margin-top: auto;
}

.trust-card__title{
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.trust-card__text{
  margin-top: 15px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(29, 32, 31, 0.6);
}

.specialists-grid-section{
  padding: 120px 0 0;
  background: #FDFDFD;
}

.specialists-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.spec-card{
  background: #F4E7D8;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.spec-card__image{
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.spec-card__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.spec-card__body{
  padding-top: 20px;
}

.spec-card__name{
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.spec-card__role{
  margin-top: 15px;
  display: inline-block;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.spec-card__text{
  margin-top: 15px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(29, 32, 31, 0.6);
}

.vacancies{
  padding: 120px 0 0;
  background: #FDFDFD;
}

.vacancies__top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.vacancies__title{
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1D201F;
}

.vacancies__link{
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #01373E;
  border-bottom: 1px solid rgba(1, 55, 62, 0.2);
  padding-bottom: 3px;
  transition: opacity .2s ease, border-color .2s ease;
}

.vacancies__link:hover{
  opacity: .85;
  border-color: #01373E;
}

.vacancies__link-text{
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #01373E;
}

.vacancies__link-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01373E;
}

.vacancies-list{
  margin-top: 60px;
}

.vacancy-item{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.vacancy-item:first-child{
  border-top: 1px solid rgba(0,0,0,0.2);
}

.vacancy-head{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  transition: background .2s ease;
}

.vacancy-head:hover{
  background: rgba(0,0,0,0.03);
}

.vacancy-head__text{
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #1E1E1E;
}

.vacancy-item.is-open .vacancy-head__text{
  color: #01373E;
}

.vacancy-head__btn{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.vacancy-more-btn{
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-radius: 50px;
  padding: 7px 10px 7px 25px;
  white-space: nowrap;
  background: #fff;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.vacancy-more-btn__text{
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.vacancy-more-btn__icon{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  transition: background .2s ease;
  border: 1px solid rgba(0,0,0,0.08);
}

.vacancy-more-btn__arrow{
  width: 18px;
  height: 18px;
  display: block;
  transform: rotate(0deg);
  transition: transform .2s ease;
}

.vacancy-head:hover .vacancy-more-btn{
  background: #01373E;
  color: #fff;
  box-shadow: none;
}

.vacancy-head:hover .vacancy-more-btn__icon{
  background: #fff;
}

.vacancy-item.is-open .vacancy-more-btn__arrow{
  transform: rotate(45deg);
}

.vacancy-panel{
  display: none;
}

.vacancy-item.is-open .vacancy-panel{
  display: block;
}

.vacancy-panel__inner{
  padding: 0 10px 32px 10px;
}

.vacancy-panel__text{
  max-width: 900px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #151515;
}

@media (max-width: 1280px){
  .hero-service__title{
    font-size: 65px;
  }

  .hero-service__text{
    font-size: 20px;
    max-width: 820px;
  }

  .trust__title,
  .vacancies__title{
    font-size: 65px;
  }
}

@media (max-width: 980px){
  .hero--specialists{
    min-height: 640px;
  }

  .hero--specialists .hero__inner{
    min-height: 640px;
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .hero-service__title{
    font-size: 55px;
  }

  .hero-service__text{
    font-size: 18px;
    max-width: 100%;
    line-height: 1.3;
  }

  .company-approach,
  .trust,
  .specialists-grid-section,
  .vacancies{
    padding-top: 90px;
  }

  .company-approach__text,
  .company-approach__mission{
    font-size: 24px;
  }

  .trust__top,
  .vacancies__top{
    flex-direction: column;
    align-items: flex-start;
  }

  .trust__title,
  .vacancies__title{
    font-size: 55px;
  }

  .trust__grid,
  .specialists-grid{
    grid-template-columns: 1fr;
  }

  .trust-card{
    min-height: 280px;
  }

  .vacancy-head__text{
    flex: 0 0 80%;
    max-width: 80%;
  }

  .vacancy-head__btn{
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: flex-end;
  }

  .vacancy-more-btn{
    padding: 0;
    gap: 0;
    background: transparent;
    box-shadow: none;
    color: transparent;
  }

  .vacancy-more-btn__text{
    display: none;
  }

  .vacancy-more-btn__icon{
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: #FFFFFF;
    border: 1px solid #0000001A;
  }

  .vacancy-head:hover{
    background: transparent;
  }

  .vacancy-head:hover .vacancy-more-btn{
    background: transparent;
    box-shadow: none;
  }

  .vacancy-head:hover .vacancy-more-btn__icon{
    background: #FFFFFF;
  }
}

@media (max-width: 768px){
  .hero--specialists{
    min-height: 618px;
  }

  .hero--specialists .hero__inner{
    min-height: 618px;
    padding-top: 110px;
    padding-bottom: 36px;
  }

  .hero-service__title{
    font-size: 50px;
  }

  .company-approach__kicker{
    font-size: 18px;
  }

  .company-approach__text,
  .company-approach__mission{
    font-size: 22px;
  }

  .trust__title,
  .vacancies__title{
    font-size: 50px;
  }

  .vacancies__link-text{
    font-size: 18px;
  }

  .spec-card__image{
    height: 260px;
  }

  .spec-card__text,
  .vacancy-panel__text{
    font-size: 18px;
    line-height: 1.25;
  }
}

@media (max-width: 480px){
  .hero-service__title{
    font-size: 40px;
  }

  .hero-service__text{
    font-size: 16px;
  }

  .company-approach{
    padding-top: 60px;
  }

  .trust,
  .specialists-grid-section,
  .vacancies{
    padding-top: 60px;
  }

  .company-approach__text,
  .company-approach__mission{
    font-size: 18px;
    line-height: 1.3;
  }

  .trust__title,
  .vacancies__title{
    font-size: 40px;
  }

  .trust-card{
    min-height: unset;
  }

  .trust-card__title,
  .spec-card__name{
    font-size: 18px;
    line-height: 1.15;
  }

  .trust-card__text,
  .spec-card__role,
  .spec-card__text{
    font-size: 16px;
    line-height: 1.25;
  }

  .spec-card{
    padding: 15px;
  }

  .spec-card__image{
    height: 220px;
  }

  .vacancies__link{
    gap: 12px;
    flex-wrap: wrap;
  }

  .vacancy-head__text{
    font-size: 20px;
    line-height: 1.1;
  }

  .vacancy-panel__text{
    font-size: 16px;
    line-height: 1.35;
  }
}