.team {
  overflow: hidden;
  color: #19295a;
}
.team .grid {
  display: grid;
  grid-template-columns: 400px calc(100% - 400px);
}
@media (max-width: 850px) {
  .team .grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.team .col__left {
  max-width: 327px;
  padding: 14.5rem 0rem;
}
@media (max-width: 1440px) {
  .team .col__left {
    padding: 11.5rem 0;
  }
}
@media (max-width: 850px) {
  .team .col__left {
    max-width: 100%;
    padding: 5.5rem 0 3rem;
  }
}
.team .col__left h1 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
}
.team .col__left p {
  line-height: 1.55;
}
.team .col__right {
  border-bottom: 1px solid #e5ebf1;
  border-left: 1px solid #e5ebf1;
  padding: 14.5rem 4rem 7rem 8rem;
  width: calc(1280px + (100vw - 1600px) / 2);
}
@media (max-width: 1440px) {
  .team .col__right {
    padding: 11.5rem 4rem 5.5rem 4rem;
  }
}
@media (max-width: 850px) {
  .team .col__right {
    width: calc(100% + 18px);
    padding: 3.5rem 0 3rem 2rem;
  }
}
@media (max-width: 500px) {
  .team .col__right {
    width: calc(100% + 18px);
    padding: 0rem 0 2.5rem 2rem;
  }
}
@media (max-width: 850px) {
  .team .col__right .swiper {
    width: 100%;
  }
}
.team .col__right .swiper-slide {
  width: 360px;
}
@media (max-width: 1366px) {
  .team .col__right .swiper-slide {
    width: 320px;
  }
}
@media (max-width: 992px) {
  .team .col__right .swiper-slide {
    width: 280px;
  }
}
@media (max-width: 400px) {
  .team .col__right .swiper-slide {
    width: 240px;
  }
}
.team .col__right .swiper-slide a {
  text-decoration: none;
}
.team .col__right .swiper-slide a:hover .content .icon {
  background-color: #033e76;
}
.team .col__right .swiper-slide a:hover .content .icon img {
  filter: brightness(0) invert(1);
}
.team .col__right .swiper-slide a .thumb {
  width: 100%;
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f5f7fa;
}
@media (max-width: 1366px) {
  .team .col__right .swiper-slide a .thumb {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .team .col__right .swiper-slide a .thumb {
    height: 350px;
  }
}
@media (max-width: 400px) {
  .team .col__right .swiper-slide a .thumb {
    height: 310px;
  }
}
.team .col__right .swiper-slide a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.team .col__right .swiper-slide a .content {
  padding: 2rem 4rem;
  position: relative;
}
@media (max-width: 1366px) {
  .team .col__right .swiper-slide a .content {
    padding: 2rem 0 0 2rem;
  }
}
.team .col__right .swiper-slide a .content .icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(3, 62, 118, 0.1);
  transition: all 0.3s ease;
  margin-top: -4rem;
  margin-bottom: 1.1rem;
}
.team .col__right .swiper-slide a .content .icon img {
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
}
.team .col__right .swiper-slide a .name {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .team .col__right .swiper-slide a .name {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .team .col__right .swiper-slide a .name {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .team .col__right .swiper-slide a .name {
    font-size: 1.4rem;
  }
}
.team .col__right .swiper-slide a .specialization {
  padding-top: 17px;
  font-size: 15px;
}
@media (max-width: 992px) {
  .team .col__right .swiper-slide a .specialization {
    padding-top: 0;
  }
}
@media (max-width: 400px) {
  .team .col__right .swiper-slide a .specialization {
    font-size: 1.4rem;
  }
}
.team .team--list {
  padding-left: 0px;
}
.team--item {
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 9rem;
  align-items: center;
  margin-bottom: 3.5rem;
}
.team--item-image {
  width: 225px;
  height: 225px;
  border-radius: 30px;
  overflow: hidden;
  background-color: gray;
}
.team--item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team--item-name {
  font-size: 2rem;
  font-weight: 700;
}
.team--item-position {
  font-size: 15px;
}
.team .team--item-phone,
.team .team--item-email {
  margin-top: 2rem;
}
.team .team--item-phone a,
.team .team--item-email a {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1.5rem;
  align-items: center;
}
.team .team--item-phone .icon,
.team .team--item-email .icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  box-shadow: 0 5px 15px 3px rgba(3, 62, 118, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .team--item-phone .icon img,
.team .team--item-email .icon img {
  max-width: 25px;
}
.team--item-phone {
  font-size: 15px;
}
.team a {
  text-decoration: none;
  color: #033e76;
}
.team--item-email {
  font-size: 15px;
  font-weight: 700;
}
.team--item-email a {
  font-weight: 700;
}/*# sourceMappingURL=team.css.map */