

/* Start:/local/templates/itls/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177565020657156*/
@charset "UTF-8";
.banner h1 {
  color: var(--white-100);
  position: relative;
  z-index: 5;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.banner h1.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .banner .container {
    padding: 0;
  }
}
.banner__items {
  padding: 50px;
  background: var(--primary);
  min-height: 700px;
  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;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banner__items {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner__items {
    min-height: 830px;
    padding: 20px;
  }
}
.banner__items::before {
  content: "";
  position: absolute;
  width: 1174px;
  height: 1165px;
  border-radius: 1000px;
  background: var(--black);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: 0;
  left: -300px;
  bottom: -400px;
}
@media screen and (max-width: 1380px) {
  .banner__items::before {
    width: 1004px;
    height: 1005px;
    left: -240px;
    bottom: -280px;
  }
}
@media screen and (max-width: 1180px) {
  .banner__items::before {
    left: -340px;
  }
}
@media screen and (max-width: 991px) {
  .banner__items::before {
    width: 704px;
    height: 705px;
    left: -250px;
    bottom: -220px;
  }
}
@media screen and (max-width: 767px) {
  .banner__items::before {
    width: 670px;
    height: 665px;
    left: -400px;
    bottom: -200px;
  }
}
.banner__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 395px;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 1380px) {
  .banner__img {
    max-width: 360px;
  }
}
@media screen and (max-width: 1180px) {
  .banner__img {
    bottom: 180px;
  }
}
@media screen and (max-width: 991px) {
  .banner__img {
    bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .banner__img {
    /*  max-width: 320px;
    min-width: 320px; */
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 278px;
    bottom: auto;
  }
}
.banner__img img {
  width: 100%;
  height: 100%;
}
.banner__text {
  font-size: 20px;
  color: var(--white-80);
  max-width: 800px;
  font-family: var(--second-family);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.banner__text.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1380px) {
  .banner__text {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .banner__text {
    font-size: 18px;
    max-width: 100%;
  }
}
.banner__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .banner__end {
    gap: 20px;
  }
}
.banner__btn {
  position: relative;
  font-weight: 600;
  color: var(--white-100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--white-100);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__btn {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner__btn:hover {
  color: var(--primary);
  background: var(--white-100);
}
.banner__btn:hover::after {
  -webkit-animation: buttonArrow 0.7s infinite
    cubic-bezier(0.84, -0.01, 0.25, 0.99);
  animation: buttonArrow 0.7s infinite cubic-bezier(0.84, -0.01, 0.25, 0.99);
  background-image: url("/local/templates/itls/assets/images/arrow-2.svg");
}
.banner__btn::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("/local/templates/itls/assets/images/arrow-w.svg");
  background-repeat: repeat-x; /* Повтор по горизонтали */
  background-size: 24px 24px;
  background-position: 0 0;
  z-index: 9;
}
@-webkit-keyframes buttonArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-position: 0 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-position: 24px 0;
  }
}
@keyframes buttonArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-position: 0 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-position: 24px 0;
  }
}
.banner__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.banner__btns.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .banner__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.banner__btns a {
  height: 54px;
}

.banner-second .banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-second .banner__items {
  background: url("/local/templates/itls/assets/images/5ce889ade20f87005021cd079130496d66bf4752.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner-second .banner__items {
    min-height: 740px;
  }
}
.banner-second .banner__items::before {
  display: none;
}
.banner-second .banner__img {
  display: none;
}

.benefit {
  padding-top: 20px;
}
.benefit h4 {
  color: var(--primary);
}
.benefit__text {
  font-family: var(--second-family);
}
.benefit__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.benefit__block {
  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;
  gap: 30px;
  padding: 20px;
  background: var(--white-100);
}
.benefit__block:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media screen and (max-width: 1580px) {
  .benefit__block:first-child {
    grid-column: auto;
  }
}
@media screen and (max-width: 1380px) {
  .benefit__block:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .benefit__block:first-child {
    grid-column: auto;
  }
}
@media screen and (max-width: 767px) {
  .benefit__block {
    gap: 20px;
    padding: 15px;
  }
}
.benefit__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .benefit__icon {
    height: 40px;
  }
}
.benefit__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.benefit__blocks.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1580px) {
  .benefit__blocks {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1380px) {
  .benefit__blocks {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .benefit__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.problems {
  padding: 150px 0;
}
@media screen and (max-width: 1180px) {
  .problems {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .problems {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .problems {
    padding: 80px 0;
  }
}
.problems h2 {
  max-width: 850px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.problems h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.problems h3 {
  color: var(--primary);
}
.problems__text {
  font-family: var(--second-family);
}
.problems__block {
  padding: 20px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .problems__block {
    padding: 10px;
  }
}
.problems__block:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--primary-20);
  left: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1180px) {
  .problems__block:first-child::after {
    display: none;
    left: auto;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .problems__block:first-child::after {
    display: block;
  }
}
.problems__block::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--primary-20);
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1180px) {
  .problems__block::before {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .problems__block:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--primary-20);
    right: -10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.problems .problems__blocks {
  padding: 0 10px;
  margin-top: 50px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.problems .problems__blocks.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .problems .problems__blocks {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
.problems .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1180px) {
  .problems .swiper-wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .problems .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.problems .problems__items .swiper-pagination2 {
  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;
}
@media screen and (max-width: 767px) {
  .problems .problems__items .swiper-pagination2 {
    gap: 5px;
  }
}
.problems .problems__items .swiper-pagination2 .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) {
  .problems .problems__items .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.problems
  .problems__items
  .swiper-pagination2
  .swiper-pagination-bullet-active {
  width: 55px;
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .problems
    .problems__items
    .swiper-pagination2
    .swiper-pagination-bullet-active {
    width: 35px;
  }
}

.solution {
  padding: 150px 0;
  background: var(--black);
  position: relative;
  color: var(--white-100);
}
.solution::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: var(--primary-down-gradient);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1180px) {
  .solution {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .solution {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .solution {
    padding: 80px 0;
  }
}
.solution__items {
  position: relative;
  z-index: 5;
}
.solution__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 100px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.solution__head.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1380px) {
  .solution__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }
}
.solution__head p {
  max-width: 415px;
  color: var(--white-80);
  font-family: var(--second-family);
}
@media screen and (max-width: 1380px) {
  .solution__head p {
    max-width: 100%;
  }
}
.solution__head h2 {
  max-width: 850px;
}
@media screen and (max-width: 1380px) {
  .solution__head h2 {
    max-width: 100%;
  }
}
.solution__cards-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 50px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.solution__cards-title.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1380px) {
  .solution__cards-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .solution__cards-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .solution__cards-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.solution__cards .swiper-wrapper {
/*   display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px; */
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1380px) {
  .solution__cards .swiper-wrapper {
/*     -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr); */
  }
}
@media screen and (max-width: 767px) {
  .solution__cards .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.solution__cards-head {
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--white-30);
}
@media screen and (max-width: 1580px) {
  .solution__cards-head {
    min-height: 107px;
  }
}
@media screen and (max-width: 1380px) {
  .solution__cards-head {
    min-height: 79px;
  }
}
@media screen and (max-width: 991px) {
  .solution__cards-head {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .solution__cards-head {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    min-height: 63px;
  }
}
.solution__cards-bottom {
  color: var(--white-80);
  font-family: var(--second-family);
}
.solution__cards-block {
  padding: 20px;
  background: var(--primary-down-gradient);
  
}


.solution__cards-block.swiper-slide{
  height: auto;
}

@media screen and (max-width: 767px) {
  .solution__cards-block {
    padding: 15px;
  }
}
.solution .solution__cards-blocks {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.solution__cards-blocks.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .solution .solution__cards-blocks {
    padding-bottom: 30px;
  }
}
.solution .solution__cards-blocks .swiper-pagination2 {
  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;
  
}


.solution .container .swiper-button-l4,
.solution .container .swiper-button-r4 {
  width: 44px;
  height: 44px;
  border: 1px solid var(--white-100);
  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;
}
.solution .container .swiper-button-l4:hover,
.solution .container .swiper-button-r4:hover {
  background: var(--white-100);
}
.solution .container .swiper-button-l4:hover .swiper-button-next,
.solution .container .swiper-button-r4:hover .swiper-button-next {
  background-image: url("/local/templates/itls/assets/images/arrow-r2.svg");
}
.solution .container .swiper-button-l4:hover .swiper-button-prev,
.solution .container .swiper-button-r4:hover .swiper-button-prev {
  background-image: url("/local/templates/itls/assets/images/arrow-l2.svg");
}
.solution .container .swiper-button-l4.swiper-button-disabled,
.solution .container .swiper-button-r4.swiper-button-disabled {
  background: var(--light-gray);
}
.solution .container .swiper-button-l4 .swiper-button-next,
.solution .container .swiper-button-r4 .swiper-button-next {
  background-image: url("/local/templates/itls/assets/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;
}
.solution .container .swiper-button-l4 .swiper-button-next::after,
.solution .container .swiper-button-r4 .swiper-button-next::after {
  display: none;
}
.solution .container .swiper-button-l4 .swiper-button-prev,
.solution .container .swiper-button-r4 .swiper-button-prev {
  background-image: url("/local/templates/itls/assets/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;
}
.solution .container .swiper-button-l4 .swiper-button-prev::after,
.solution .container .swiper-button-r4 .swiper-button-prev::after {
  display: none;
}

.solution .swiper__nav {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .solution .swiper__nav{
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .solution .solution__cards-blocks .swiper-pagination2 {
    gap: 5px;
  }
}
.solution .swiper-pagination2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--white-100);
  opacity: 1;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .solution .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.solution .swiper-pagination2 .swiper-pagination-bullet-active {
  width: 55px;
  background: var(--white-100);
}
@media screen and (max-width: 767px) {
  .solution .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 35px;
  }
}

.start {
  padding: 150px 0;
  background: var(--white-100);
}
@media screen and (max-width: 1180px) {
  .start {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .start {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .start {
    padding: 80px 0;
  }
}
.start__end {
  font-family: var(--second-family);
  color: var(--black-80);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.start__end.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.start h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.start h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.cta__form.start__form {
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
}
.start__form form input {
  background: transparent;
}

.team__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  padding: 0 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1580px) {
  .team__head {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .team__head {
    gap: 20px;
    margin-bottom: 40px;
  }
}

.steps {
  padding: 150px 0;
}
@media screen and (max-width: 1180px) {
  .steps {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .steps {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .steps {
    padding: 80px 0;
  }
}
.steps h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.steps h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.steps .cards-container {
  position: relative;
  width: 100%;
  max-width: 1720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  margin-top: 50px;
}
.steps .cards__slider .card {
  position: static;
  background: var(--white-100);
  padding: 40px;
  /*   -webkit-transition: all 0.6s ease;
	transition: all 0.6s ease; */
  opacity: 1;
  width: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 100px;
  border: 5px solid var(--light-gray);
  height: auto;
}
@media screen and (max-width: 1180px) {
  .steps .cards__slider .card {
    gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .steps .cards__slider .card {
    gap: 60px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .steps .cards__slider .card {
    padding: 15px;
    gap: 40px;
  }
}
.steps .card-bottom {
  min-height: 97px;
}
.steps .cards__slider {
  position: relative;
}
@media screen and (max-width: 1180px) {
  .steps .cards__slider {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .steps .cards__slider {
    padding-bottom: 30px;
  }
}
.steps .card-number {
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: var(--primary-80);
}
@media screen and (max-width: 1180px) {
  .steps .card-number {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .steps .card-number {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .steps .card-number {
    font-size: 28px;
  }
}
.steps .card-title {
  color: var(--primary);
  margin-bottom: 20px;
}
.steps .card-content {
  color: var(--black-80);
  font-family: var(--second-family);
}
.steps .cards__slider .cards-container .card {
  opacity: 1 !important;
}
.steps .cards__slider .swiper-pagination2 {
  position: absolute;
  bottom: 40px;
  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;
}
@media screen and (max-width: 767px) {
  .steps .cards__slider .swiper-pagination2 {
    gap: 5px;
    bottom: 0;
  }
}
.steps .cards__slider .swiper-pagination2 .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) {
  .steps .cards__slider .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.steps .cards__slider .swiper-pagination2 .swiper-pagination-bullet-active {
  width: 55px;
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .steps .cards__slider .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 35px;
  }
}

.license {
  padding: 150px 0;
  background: var(--white-100);
}
.license h2 {
  max-width: 850px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.license h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1180px) {
  .license {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .license {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .license {
    padding: 80px 0;
  }
}
.license__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .license__items {
    margin-top: 40px;
  }
}
.license__items::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: var(--black-20);
}
.license__block {
  padding: 30px 20px;
  border-bottom: 1px solid var(--black-20);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.license__block.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 991px) {
  .license__block {
    padding: 20px;
  }
}
.license__block:nth-last-child(-n + 2) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .license__block:nth-child(even) {
    padding: 20px 0 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .license__block:nth-child(odd) {
    padding: 20px 15px 20px 0;
  }
}
.license__block--primary {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .license__block--primary {
    font-size: 18px;
  }
}
.license__block--black {
  font-family: var(--second-family);
}
.license__block--black span {
  font-weight: 600;
}
.promo {
  padding: 100px 0 150px;
  position: relative;
  background: var(--black);
}
@media screen and (max-width: 1380px) {
  .promo {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .promo {
    padding: 40px 0 80px;
  }
}
.promo::before {
  content: "";
  position: absolute;
  background: var(--primary-up-gradient);
  height: 690px;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1580px) {
  .promo::before {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .promo::before {
    height: 520px;
  }
}
.promo__head {
  font-weight: 600;
  color: var(--white-80);
  text-align: center;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.promo__head.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .promo__head {
    font-size: 16px;
  }
}
.promo .gradient-line {
  width: 2px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .promo .gradient-line {
    height: 150px;
  }
}
@media screen and (max-width: 1180px) {
  .promo .gradient-line {
    height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .promo .gradient-line {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .promo .gradient-line {
    height: 80px;
  }
}
.promo .gradient-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(50.23%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50.23%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-animation: upDownMove 4s ease-in-out infinite;
  animation: upDownMove 4s ease-in-out infinite;
}
.promo .gradient-line--second::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(50.23%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50.23%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-animation: upDownMove2 4s ease-in-out infinite;
  animation: upDownMove2 4s ease-in-out infinite;
}
@-webkit-keyframes upDownMove {
  0%,
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes upDownMove {
  0%,
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-webkit-keyframes upDownMove2 {
  0%,
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes upDownMove2 {
  0%,
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.promo__title {
  font-size: 54px;
  text-align: center;
  font-weight: 500;
  line-height: 110%;
  color: var(--white-100);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.promo__title.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1580px) {
  .promo__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1380px) {
  .promo__title {
    font-size: 47px;
  }
  .promo__title br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .promo__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .promo__title {
    font-size: 28px;
  }
}
.promo__text {
  font-size: 20px;
  font-family: var(--second-family);
  color: var(--white-80);
  max-width: 415px;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.promo__text.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .promo__text {
    font-size: 18px;
  }
}
.promo__items {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .promo__items {
    gap: 20px;
  }
}

.cases {
  padding: 150px 0;
  background: var(--white-100);
}
@media screen and (max-width: 1180px) {
  .cases {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .cases {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .cases {
    padding: 80px 0;
  }
}
.cases h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.cases h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.cases .cases__blocks {
  margin-top: 50px;
  overflow: visible;
  clip-path: inset(0 -100% 0% 0%);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cases .cases__blocks {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
.cases .cases__block {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
  background: var(--light-gray);
}
@media screen and (max-width: 767px) {
  .cases .cases__block {
    padding: 15px;
    gap: 30px;
  }
}
.cases__block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary-20);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cases__block-head {
    padding-bottom: 15px;
  }
}
.cases__block h3 {
  color: var(--primary);
}
.cases__block-num {
  color: var(--primary-80);
}
.cases__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.cases__block-text p {
  color: var(--black);
  font-family: var(--second-family);
}
.cases__block-text p:first-child {
  color: var(--black-80);
}
.cases__block-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.cases__block-bot .cases__block-text {
  gap: 10px;
}
.cases__block-bot .cases__block-text span {
  font-size: 24px;
  color: var(--primary);
  line-height: 120%;
}
@media screen and (max-width: 1180px) {
  .cases__block-bot .cases__block-text span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cases__block-bot .cases__block-text span {
    font-size: 20px;
  }
}
.cases .swiper-button-l3,
.cases .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;
}
.cases .swiper-button-l3:hover,
.cases .swiper-button-r3:hover {
  background: var(--primary-80);
}
.cases .swiper-button-l3.swiper-button-disabled,
.cases .swiper-button-r3.swiper-button-disabled {
  background: var(--light-gray);
}
.cases .swiper-button-l3 .swiper-button-next,
.cases .swiper-button-r3 .swiper-button-next {
  background-image: url("/local/templates/itls/assets/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;
}
.cases .swiper-button-l3 .swiper-button-next::after,
.cases .swiper-button-r3 .swiper-button-next::after {
  display: none;
}
.cases .swiper-button-l3 .swiper-button-prev,
.cases .swiper-button-r3 .swiper-button-prev {
  background-image: url("/local/templates/itls/assets/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;
}
.cases .swiper-button-l3 .swiper-button-prev::after,
.cases .swiper-button-r3 .swiper-button-prev::after {
  display: none;
}
.cases .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) {
  .cases .swiper__nav {
    display: none;
  }
}
.cases .cases__blocks .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) {
  .cases .cases__blocks .swiper-pagination4 {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cases .cases__blocks .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) {
  .cases .cases__blocks .swiper-pagination4 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.cases .cases__blocks .swiper-pagination4 .swiper-pagination-bullet-active {
  width: 55px;
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .cases .cases__blocks .swiper-pagination4 .swiper-pagination-bullet-active {
    width: 35px;
  }
}

.review {
  background: var(--primary);
  padding: 325px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .review {
    padding: 225px 0;
  }
}
@media screen and (max-width: 1380px) {
  .review {
    padding: 150px 0;
  }
}
@media screen and (max-width: 991px) {
  .review {
    padding: 100px 0 570px;
  }
}
@media screen and (max-width: 767px) {
  .review {
    padding: 80px 0 470px;
  }
}
.review .review__items {
  max-width: 935px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1580px) {
  .review .review__items {
    max-width: 650px;
  }
}
@media screen and (max-width: 1380px) {
  .review .review__items {
    max-width: 590px;
  }
}
@media screen and (max-width: 991px) {
  .review .review__items {
    max-width: 100%;
  }
}
.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .review__item {
    gap: 15px;
  }
}
.review__icon {
  width: 100%;
  max-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .review__icon {
    max-width: 37px;
  }
}
.review__text {
  font-size: 24px;
  color: var(--white-100);
  line-height: 120%;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .review__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .review__text {
    font-size: 20px;
  }
}
.review__name {
  color: var(--white-80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.review__name span {
  display: block;
}
.review .review__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-left: 85px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .review .review__nav {
    padding-left: 0;
    margin-top: 40px;
  }
}
.review__decor {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -35px;
  left: -250px;
}
@media screen and (max-width: 1780px) {
  .review__decor {
    left: -400px;
  }
}
@media screen and (max-width: 1580px) {
  .review__decor {
    left: -250px;
  }
}
@media screen and (max-width: 991px) {
  .review__decor {
    left: -200px;
    top: auto;
    bottom: -150px;
    width: 800px;
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .review__decor {
    width: 600px;
    height: 600px;
    left: -170px;
    bottom: -120px;
  }
}
.review__decor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.review__decor-container::before {
  content: "";
  position: absolute;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  background: var(--black);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1580px) {
  .review__decor-container::before {
    width: 1200px;
    height: 1200px;
  }
}
@media screen and (max-width: 1380px) {
  .review__decor-container::before {
    width: 1000px;
    height: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .review__decor-container::before {
    width: 800px;
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .review__decor-container::before {
    width: 670px;
    height: 670px;
  }
}
.review__decor-container img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1580px) {
  .review__decor-container img {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1380px) {
  .review__decor-container img {
    max-width: 800px;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.review .swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .review .swiper__nav {
    display: none;
  }
}
.review .swiper-button-l4,
.review .swiper-button-r4 {
  width: 44px;
  height: 44px;
  border: 1px solid var(--white-100);
  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;
}
.review .swiper-button-l4:hover,
.review .swiper-button-r4:hover {
  background: var(--white-100);
}
.review .swiper-button-l4:hover .swiper-button-next,
.review .swiper-button-r4:hover .swiper-button-next {
  background-image: url("/local/templates/itls/assets/images//arrow-r2.svg");
}
.review .swiper-button-l4:hover .swiper-button-prev,
.review .swiper-button-r4:hover .swiper-button-prev {
  background-image: url("/local/templates/itls/assets/images//arrow-l2.svg");
}
.review .swiper-button-l4.swiper-button-disabled,
.review .swiper-button-r4.swiper-button-disabled {
  background: var(--light-gray);
}
.review .swiper-button-l4 .swiper-button-next,
.review .swiper-button-r4 .swiper-button-next {
  background-image: url("/local/templates/itls/assets/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;
}
.review .swiper-button-l4 .swiper-button-next::after,
.review .swiper-button-r4 .swiper-button-next::after {
  display: none;
}
.review .swiper-button-l4 .swiper-button-prev,
.review .swiper-button-r4 .swiper-button-prev {
  background-image: url("/local/templates/itls/assets/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;
}
.review .swiper-button-l4 .swiper-button-prev::after,
.review .swiper-button-r4 .swiper-button-prev::after {
  display: none;
}
.review .progress-container {
  width: 100%;
  height: 3px;
  background: var(--white-30);
  bottom: 0;
  left: 0;
  max-width: 560px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .review .progress-container {
    max-width: 100%;
  }
}
.review .progress-bar {
  width: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.3)),
    to(#fff)
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  -webkit-transition: width 20s linear;
  transition: width 20s linear;
}
.review .progress-bar.animate {
  width: 100%;
}

.faq {
  padding: 150px 0;
}
@media screen and (max-width: 1180px) {
  .faq {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 80px 0;
  }
}
.faq h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.faq h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.faq__block {
  border-top: 1px solid var(--black-20);
  padding: 20px 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.faq__block.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .faq__block {
    padding: 15px 0;
  }
}
.faq__block:last-child {
  border-bottom: 1px solid var(--black-20);
}
.faq__blocks {
  margin-top: 50px;
}
.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
}
.faq__head.active {
  color: var(--primary);
}
.faq__head.active .faq__add img:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__head.active .faq__add img:first-child {
  display: none;
}
.faq__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
}
.faq__add img:last-child {
  display: none;
}
.faq__body {
  color: var(--black-80);
  font-family: var(--second-family);
  max-width: 850px;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq__body {
    margin-top: 10px;
  }
}

.team {
  padding: 150px 0;
}
@media screen and (max-width: 1180px) {
  .team {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .team {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .team {
    padding: 80px 0;
  }
}
.team h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.team h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.team__btn {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.team__btn.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.team__mini {
  font-weight: 600;
  line-height: 100%;
  color: var(--primary);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.team__mini.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.team__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  padding: 0 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1580px) {
  .team__head {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .team__head {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.team__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: 3000ms;
  transition: 3000ms;
}
.team__img img {
  width: 100%;
}
.team__text {
  min-width: 500px;
  color: var(--black-80);
  font-family: var(--second-family);
}
@media screen and (max-width: 1580px) {
  .team__text {
    min-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .team__text {
    min-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .team__text {
    min-width: auto;
  }
}
.team__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .team__name {
    font-size: 20px;
  }
}
.team__info {
  padding-top: 20px;
  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;
  opacity: 0;
  min-height: 102px;
  max-height: 102px;
}
@media screen and (max-width: 1580px) {
  .team__info {
    min-height: 126px;
    max-height: 126px;
  }
}
@media screen and (max-width: 767px) {
  .team__info {
    min-height: auto;
    max-height: none;
    gap: 5px;
    padding-top: 15px;
  }
}
.team .team__blocks {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .team .team__blocks {
    padding: 0 15px;
    padding-bottom: 30px;
  }
}
.team .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-left: -120px;
}
@media screen and (max-width: 1780px) {
  .team .swiper-wrapper {
    margin-left: -130px;
  }
}
@media screen and (max-width: 1580px) {
  .team .swiper-wrapper {
    margin-left: -80px;
  }
}
@media screen and (max-width: 1180px) {
  .team .swiper-wrapper {
    margin-left: -80px;
  }
}
@media screen and (max-width: 991px) {
  .team .swiper-wrapper {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .team .swiper-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
.team .swiper-slide {
  width: auto;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .team .swiper-slide {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.team .swiper-slide-active {
  min-width: 500px !important;
  width: 500px !important;
}
@media screen and (max-width: 1580px) {
  .team .swiper-slide-active {
    min-width: 450px !important;
    width: 450px !important;
  }
}
@media screen and (max-width: 991px) {
  .team .swiper-slide-active {
    min-width: 350px !important;
    width: 350px !important;
  }
}
@media screen and (max-width: 767px) {
  .team .swiper-slide-active {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.team .swiper-slide-active .team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.team .swiper-button-l2,
.team .swiper-button-r2 {
  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;
}
.team .swiper-button-l2:hover,
.team .swiper-button-r2:hover {
  background: var(--primary-80);
}
.team .swiper-button-l2.swiper-button-disabled,
.team .swiper-button-r2.swiper-button-disabled {
  background: var(--light-gray);
}
.team .swiper-button-l2 .swiper-button-next,
.team .swiper-button-r2 .swiper-button-next {
  background-image: url("/local/templates/itls/assets/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;
}
.team .swiper-button-l2 .swiper-button-next::after,
.team .swiper-button-r2 .swiper-button-next::after {
  display: none;
}
.team .swiper-button-l2 .swiper-button-prev,
.team .swiper-button-r2 .swiper-button-prev {
  background-image: url("/local/templates/itls/assets/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;
}
.team .swiper-button-l2 .swiper-button-prev::after,
.team .swiper-button-r2 .swiper-button-prev::after {
  display: none;
}
.team .team__blocks .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) {
  .team .team__blocks .swiper__nav {
    display: none;
  }
}
.team .team__blocks .swiper-pagination3 {
  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) {
  .team .team__blocks .swiper-pagination3 {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.team .team__blocks .swiper-pagination3 .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) {
  .team .team__blocks .swiper-pagination3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.team .team__blocks .swiper-pagination3 .swiper-pagination-bullet-active {
  width: 55px;
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .team .team__blocks .swiper-pagination3 .swiper-pagination-bullet-active {
    width: 35px;
  }
}

.solution__cards-block { 
  display: flex;
  flex-direction: column;
  gap: 33px;
  justify-content: space-between;
}
/* End */
/* /local/templates/itls/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177565020657156 */
