.employees {
  margin-top: 120px;
}
.employees__head {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  width: 58.3333333333%;
  margin-left: auto;
  padding-right: calc((100% - 1170px) / 2);
}
.employees__swiper {
  margin-top: -360px;
  padding-top: 360px;
}
.employees__swiper .swiper-slide {
  height: auto;
}
.employees__thumbs .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease-in;
}
.employees__thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.employees__wrap {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.employees .nav {
  margin-left: 5px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employees .nav .swiper-pagination-custom {
  width: auto;
}
.employees .nav-prev, .employees .nav-next {
  cursor: pointer;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #2B450D;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2B450D;
  box-shadow: 0px 10px 30px rgba(0, 82, 54, 0.2);
  border-radius: 8px;
  transition: background 0.3s ease-in;
}
.employees .nav-prev.swiper-button-disabled, .employees .nav-next.swiper-button-disabled {
  opacity: 0.5;
}
.employees .nav-prev.swiper-button-lock, .employees .nav-next.swiper-button-lock {
  display: none;
}
.employees .nav-prev:hover, .employees .nav-next:hover {
  background-color: #193106;
}
.employees .thumb {
  padding: 16px;
  text-align: center;
  cursor: pointer;
}
.employees .thumb__image {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
.employees .thumb__image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employees .thumb__name {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 115%;
}
.employees .thumb__job-title {
  color: #F9660F;
  font-size: 14px;
  line-height: 128%;
}
.employees .item {
  background: #F7E2CF;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  height: 100%;
}
.employees .item__image {
  padding: 0 15px;
  width: 41.6666666667%;
}
.employees .item__image .photo {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 270px;
  height: 366px;
  display: none;
}
.employees .item__image .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 15px 30px rgba(0, 46, 18, 0.1));
  border-radius: 16px;
}
.employees .item__image .photo-hero {
  position: absolute;
  top: -260px;
  left: 2%;
  width: 33.3333333333%;
}
.employees .item__image .photo-hero__wrap {
  position: relative;
  padding-top: 120%;
  border-radius: 5%;
  overflow: hidden;
}
.employees .item__image .photo-hero__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employees .item__content {
  width: 58.3333333333%;
  padding-left: 15px;
  padding-right: calc((100% - 1170px) / 2);
}
.employees .item .content {
  margin-top: 60px;
  margin-left: 20px;
}
.employees .item .content__name {
  margin: 0;
  margin-bottom: 10px;
  color: #231F20;
  font-size: 40px;
  line-height: 117%;
}
.employees .item .content__job-title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 128%;
  color: #F9660F;
}
.employees .item .content__desc p {
  color: #231F20;
}

@media (max-width: 1450px) {
  .employees__swiper {
    margin-top: -380px;
    padding-top: 380px;
  }
  .employees .item__image .photo-hero {
    top: -380px;
  }
}
@media (max-width: 1300px) {
  .employees__swiper {
    margin-top: -300px;
    padding-top: 300px;
  }
  .employees .item__image .photo-hero {
    top: -300px;
  }
  .employees__head {
    margin-bottom: 40px;
  }
  .employees__wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .employees__head {
    padding-right: 15px;
  }
  .employees .item__content {
    padding-right: 15px;
  }
}
@media (max-width: 1000px) {
  .employees__swiper {
    margin-top: 0;
    padding-top: 30px;
  }
  .employees__head {
    width: 100%;
    padding-left: 15px;
  }
  .employees .item {
    padding-bottom: 30px;
  }
  .employees .item__image .photo-hero {
    display: none;
  }
}
@media (max-width: 730px) {
  .employees__head {
    margin-bottom: 30px;
  }
  .employees__swiper {
    padding-top: 0;
  }
  .employees .item__image .photo {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  .employees .item .content {
    margin: 0;
    margin-top: 40px;
  }
  .employees .item .content__name {
    font-size: 30px;
  }
  .employees .item .content__desc p {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .employees .item__image {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .employees .item__content {
    width: 100%;
  }
  .employees .item .content {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .employees__wrap {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .employees__wrap .nav {
    margin-top: 15px;
    margin-left: auto;
  }
}/*# sourceMappingURL=block.css.map */