

/* Start:/local/templates/itls/components/bitrix/catalog.section.list/team/style.css?177461931710496*/
.team-second {
  margin-top: 60px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1180px) {
  .team-second {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .team-second {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .team-second {
    padding-bottom: 80px;
    margin-top: 40px;
  }
}
.team-second__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  .team-second__blocks {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .team-second__blocks {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .team-second__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.team-second__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 150px;
}
@media screen and (max-width: 1180px) {
  .team-second__content {
    gap: 120px;
  }
}
@media screen and (max-width: 991px) {
  .team-second__content {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .team-second__content {
    gap: 80px;
  }
}
.team-second .squad__big {
  background: var(--white-100);
}
.team-second .squad__card-info {
  background: var(--white-100);
}
.team-second h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.team-second h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.squad {
  padding: 150px 0;
  background: var(--white-100);
}
@media screen and (max-width: 1180px) {
  .squad {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .squad {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .squad {
    padding: 80px 0;
  }
}
.squad h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.squad h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.squad__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 20px;
  background: var(--light-gray);
}
@media screen and (max-width: 991px) {
  .squad__big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .squad__big {
    padding: 15px;
    gap: 20px;
  }
}
.squad__big-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
}
@media screen and (max-width: 991px) {
  .squad__big-img {
    width: 100%;
  }
}
.squad__big-img img {
  width: 100%;
}
.squad__big h3 {
  color: var(--primary);
}
.squad__big-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.squad__big-prof {
  font-size: 20px;
  color: var(--black-80);
  font-family: var(--second-family);
}
@media screen and (max-width: 767px) {
  .squad__big-prof {
    font-size: 18px;
  }
}
.squad__big-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 1380px) {
  .squad__big-bottom {
    font-size: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .squad__big-bottom {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .squad__big-bottom {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .squad__big-bottom {
    font-size: 25px;
  }
}
.squad__big-bottom svg {
  min-width: 30px;
}
@media screen and (max-width: 767px) {
  .squad__big-bottom svg {
    min-width: 26px;
    height: 23px;
  }
}
.squad__big-info {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .squad__big-info {
    gap: 40px;
  }
}
.squad__card {
  position: relative;
  height: 540px;
}
@media screen and (max-width: 1580px) {
  .squad__card {
    height: 450px;
  }
}
@media screen and (max-width: 1380px) {
  .squad__card {
    height: 375px;
  }
}
@media screen and (max-width: 991px) {
  .squad__card {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .squad__card {
    min-height: 430px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .squad__card:hover .squad__card-img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .squad__card:hover .squad__card-info {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.squad__card-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.squad__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.squad__card-info {
  position: absolute;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: var(--light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 20px;
}
.squad__card-info h4 {
  color: var(--primary);
}
.squad__card-bottom {
  font-family: var(--second-family);
  color: var(--black-80);
}
.squad__card-logo {
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1380px) {
  .squad__card-logo {
    max-width: 150px;
    top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .squad__card-logo {
    max-width: 200px;
  }
}
.squad__cards {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .squad__cards {
    padding-bottom: 30px;
    margin-top: 40px;
  }
}
.squad .swiper-button-l3,
.squad .swiper-button-r3 {
  width: 44px;
  height: 44px;
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.squad .swiper-button-l3:hover,
.squad .swiper-button-r3:hover {
  background: var(--primary-80);
}
.squad .swiper-button-l3.swiper-button-disabled,
.squad .swiper-button-r3.swiper-button-disabled {
  background: var(--light-gray);
}
.squad .swiper-button-l3 .swiper-button-next,
.squad .swiper-button-r3 .swiper-button-next {
  background-image: url("/local/templates/itls/components/bitrix/catalog.section.list/team/../images/arrow-r.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  z-index: 2;
  display: block;
  position: static;
  margin: 0;
}
.squad .swiper-button-l3 .swiper-button-next::after,
.squad .swiper-button-r3 .swiper-button-next::after {
  display: none;
}
.squad .swiper-button-l3 .swiper-button-prev,
.squad .swiper-button-r3 .swiper-button-prev {
  background-image: url("/local/templates/itls/components/bitrix/catalog.section.list/team/../images/arrow-l.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  z-index: 2;
  cursor: pointer;
  display: block;
  position: static;
  margin: 0;
}
.squad .swiper-button-l3 .swiper-button-prev::after,
.squad .swiper-button-r3 .swiper-button-prev::after {
  display: none;
}
.squad .swiper__nav {
  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;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .squad .swiper__nav {
    display: none;
  }
}
.squad .swiper-pagination4 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .squad .swiper-pagination4 {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.squad .swiper-pagination4 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--primary);
  opacity: 1;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .squad .swiper-pagination4 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.squad .swiper-pagination4 .swiper-pagination-bullet-active {
  width: 55px;
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .squad .swiper-pagination4 .swiper-pagination-bullet-active {
    width: 35px;
  }
}

@media screen and (max-width: 767px) {
  .squad__slide_turn .squad__card-info {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .squad__slide_turn .squad__card-img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

/* End */
/* /local/templates/itls/components/bitrix/catalog.section.list/team/style.css?177461931710496 */
