@-webkit-keyframes stories-bullet {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes stories-bullet {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes scale-element {
  from {
	-webkit-transform: scale(1);
	        transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scale-element {
  from {
	-webkit-transform: scale(1);
	        transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.team-cards-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.team .reviews .reviews__link {
  margin-top: 60px;
}

.team .about {
  padding-top: 60px;
}

.team .principes {
  padding-top: 120px;
}

.team .principes .row > div {
  height: 100%;
}

.team .principes-card {
  padding-bottom: 82px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  height: 300px;
  background: #FFFFFF;
  border: 1px solid #D8E7FF;
  border-radius: 10px;
  margin-bottom: 15px;
}

.team .principes-card__wrap-img {
  background: #FFF4E7;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}

.team .principes-card__img {
  width: 28px;
  height: 28px;
}

.team .principes-card__title {
  margin-top: 30px;
  color: #3C456C;
}

.team .principes-card__desc {
  margin-top: 10px;
}

.team .team {
  padding-top: 120px;
}

.team .team__title {
  margin-bottom: 10px;
}

.team .team__subtitle {
  margin-bottom: 60px;
}

.team .about__img {
  height: 750px;
}

.team .team-row {
  margin-bottom: 30px;
}

.team .team-row__title {
  margin-bottom: 30px;
}

.team .team-card {
  margin-bottom: 30px;
}

.team .team-card-wrap {
  position: relative;
  cursor: pointer;
}

.team .team-card-wrap:hover path {
  fill: #3F5199;
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.team .team-card__btn path {
  -webkit-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}

.team .team-card__img {
  display: inline-block;
  height: 370px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team .team-card__btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.team .team-card__title {
  margin-top: 20px;
}

.team .team-card__subtitle {
  margin-top: 5px;
}

.team .speak {
  padding-top: 90px;
}

.team .speak-wrap {
  position: relative;
}

.team .speak__img {
  height: 615px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.team .speak__video-link {
  position: absolute;
  left: 120px;
  bottom: 40px;
  color: #FFFFFF;
  opacity: 1;
}

.team .speak__video-link::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 78px;
  height: 78px;
  background-image: url(../img/circle-play.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -20px;
  left: -92px;
  -webkit-animation: scale-element 1s ease-in-out 0s infinite alternate;
  animation: scale-element 1s ease-in-out 0s infinite alternate;
}

.team .speak-right {
  margin-left: 70px;
}

.team .speak__title {
  margin-bottom: 20px;
}

.team .speak__desc {
  margin-bottom: 20px;
}

.team .speak-action {
  padding: 20px;
  background: #FFF4E7;
  border-radius: 10px;
  margin: 0 -20px;
}

.team .speak-action__title {
  margin-bottom: 20px;
}

.team .sign {
  padding-top: 120px;
}

.team .sign-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: #F5F6FA;
  border: 2px solid #D8E7FF;
  border-radius: 20px;
}

.team .sign-card__img {
  height: 285px;
  display: inline-block;
}

.team .sign-card-wrap {
  margin-left: 56px;
}

.team .sign-card__title {
  color: #18181A;
}

.team .sign-card__subtitle {
  margin-top: 10px;
}

.team .office.about {
  padding-top: 120px;
}

.team .office__title {
  margin-bottom: 10px;
}

.team .office__subtitle {
  margin-bottom: 60px;
}

.team .office-slider {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}

.team .office-slider-slide {

}

.team .office-slider-slide__img {
  display: inline-block;
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.team .office-slider .swiper-pagination {
  bottom: 56px;
}

.team .office-slider .swiper-pagination-bullet {
  width: 80px;
  height: 10px;
  border-radius: 5px;
  background: #E9F2FF;
  overflow: hidden;
  position: relative;
  opacity: 1;
}

.team .office-slider .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #3F5199;
  opacity: 0.8;
  width: 0%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.team .office-slider .swiper-pagination-bullet-active::after {
  width: 100%;
  -webkit-animation: stories-bullet 5s linear 0s 1 alternate;
  animation: stories-bullet 5s linear 0s 1 alternate;
}

.team .consult {
  padding-top: 120px;
}

@media (max-width: 990px) {
  .team .about {
    padding-top: 30px;
  }
  .team .principes {
    padding-top: 60px;
  }
  .principes__title,
  .team .team__title,
  .team .team__subtitle,
  .team .office__title,
  .team .office__subtitle,
  .team .team-row,
  .team .speak__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .principes__title {
    margin-bottom: 30px;
  }
  .team .principes-card {
    height: auto;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 30px;
    margin-bottom: -2px;
    border-radius: 0;
  }
  .team .row > div:nth-child(2) .principes-card {
    border-radius: 10px 10px 0px 0px;
  }
  .team .row > div:last-child .principes-card {
    border-radius: 0px 0px 10px 10px;
  }
  .team .team {
    padding-top: 60px;
  }
  .team .team__subtitle {
    margin-bottom: 30px;
  }
  .team-row {
    margin-bottom: 0;
  }
  .team .team-row__title {
    margin-bottom: 20px;
    padding: 0 20px 0px 0;
  }
  .team .team-card__btn {
    bottom: 20px;
    right: 20px;
  }
  .team .team-card__title {
    margin-top: 10px;
  }
  .team .team-card__subtitle {
    margin-top: 0;
  }
  .team .speak {
    padding-top: 30px;
  }
  .team .team-row {
    margin-bottom: 0;
  }
  .team .speak__img {
    height: 308px;
  }
  .team .speak__video-link {
    bottom: 20px;
    left: 62px;
  }
  .team .speak__video-link::after {
    width: 37px;
    height: 37px;
    top: -4px;
    left: -47px;
  }
  .team .speak__title {
    margin-top: 20px;
  }
  .team .speak-right {
    margin-right: 15px;
    margin-left: 15px;
  }
  .team .speak-action {
    margin: 0 -15px;
    padding: 20px;
    padding-bottom: 40px;
  }
  .team .team-card {
    margin-bottom: 30px;
  }
  .team .sign {
    padding-top: 60px;
  }
  .team .sign-card {
    padding: 30px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team .sign-card-wrap {
    margin: 0;
  }
  .team .sign-card__img {
    height: 120px;
  }
  .team .sign-card__subtitle {
    margin-top: 0;
    margin-left: 10px;
  }
  .team .sign-card__title {
    margin-bottom: 10px;
    width: 100%;
  }
  .team .sign-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .team .office.about {
    padding-top: 60px;
  }
  .team .office__subtitle {
    margin-bottom: 50px;
  }
  .team .about__img {
    height: 210px;
  }
  .team .consult {
    padding-top: 60px;
  }
  .team .speak__desc {
    margin-top: 30px;
  }
  .team .speak__title {
    margin: 0;
    margin-bottom: 20px;
  }
  .team .office__subtitle br {
    display: none;
  }
  .team .about {
    padding-top: 20px;
  }
  .team .team-row__title {
    position: relative;
  }
  .team .team-row__title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    background-image: url(../img/team-arrow.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 6px;
    right: 0px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .team .team-row.active .team-row__title::after {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .team .team-row > .row {
    display: none;
  }
  .team .speak {
    padding-top: 40px;
  }
  .team .sign-card {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .team .office-slider {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .team .office-slider-slide__img {
    height: 210px;
  }
  .team .office-slider .swiper-pagination {
    bottom: 0;
  }
  .team .office-slider {
    padding-bottom: 16px;
  }
  .team .office-slider .swiper-pagination-bullet {
    width: 34px;
    height: 6px;
    margin: 0 5px;
  }
}

@media (max-width: 575px) {
  .team .team-card__img {
    -o-object-position: center 0;
    object-position: center 0;
    /* width: 60%; */
  }
}

@media (max-width: 375px) {
  .team .team-card__img {
    -o-object-position: center;
       object-position: center;
  }
}