

/* Start:/local/templates/itls/components/bitrix/news.list/showcase/style.css?17746193174764*/
.showcase {
  position: relative;
  overflow: hidden;
  background: var(--black);
}
.showcase__content {
  position: relative;
  max-height: 950px;
}
.showcase__items {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.showcase__slider {
  width: 100%;
}
.showcase__bg {
  height: 100%;
  max-height: 950px;
}
.showcase__bg img, .showcase__bg video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 950px;
}
@media screen and (max-width: 1380px) {
  .showcase__bg img, .showcase__bg video {
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .showcase__bg img, .showcase__bg video {
    min-height: 740px;
  }
}
.showcase h1,
.showcase__blocks h2 {
  color: var(--white-100);
}
.showcase__blocks {
  padding-bottom: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .showcase__blocks {
    padding-bottom: 83px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.showcase__blocks h1,
.showcase__blocks h2 {
  max-width: 850px;
}
.showcase__text {
  font-size: 20px;
  color: var(--white-80);
  font-family: var(--second-family);
}
@media screen and (max-width: 767px) {
  .showcase__text {
    font-size: 18px;
  }
}
.showcase__info {
  max-width: 415px;
  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;
}
@media screen and (max-width: 991px) {
  .showcase__info {
    max-width: 100%;
  }
}
.showcase__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1380px) {
  .showcase .showcase__content .swiper-wrapper {
    height: 100%;
  }
}
.showcase .showcase__content .swiper-pagination {
  max-width: 1720px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1780px) {
  .showcase .showcase__content .swiper-pagination {
    max-width: 1520px;
  }
}
@media screen and (max-width: 1580px) {
  .showcase .showcase__content .swiper-pagination {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1380px) {
  .showcase .showcase__content .swiper-pagination {
    max-width: 1120px;
  }
}
@media screen and (max-width: 1180px) {
  .showcase .showcase__content .swiper-pagination {
    max-width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .showcase .showcase__content .swiper-pagination {
    max-width: 750px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__content .swiper-pagination {
    max-width: calc(100% - 30px);
    gap: 10px;
  }
}
.showcase .showcase__content .swiper-pagination-bullet {
  width: 100%;
  height: 5px;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
  background: var(--white-30);
  opacity: 1;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .showcase .showcase__content .swiper-pagination-bullet {
    height: 3px;
  }
}
.showcase .showcase__content .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.showcase .showcase__content .swiper-pagination-bullet-active::before {
  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-animation: slide-progress 17s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: slide-progress 17s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* End */


/* Start:/local/templates/itls/components/nastart/block/main_text_lines/style.css?17746193175450*/
.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;
  }
}

/* End */


/* Start:/local/templates/itls/components/nastart/block/main_links/style.css?17756556847530*/
.services {
  padding-top: 150px;
}
@media screen and (max-width: 1180px) {
  .services {
    padding-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .services {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .services {
    padding-top: 80px;
  }
}
.services__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;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
@media screen and (max-width: 1180px) {
  .services__head {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.services__head.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.services__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.services__all:hover {
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .services__all--desc {
    display: none;
  }
}
.services__all--mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .services__all--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.services .services__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 50px;
  gap: 20px;
}
@media screen and (max-width: 1180px) {
  .services .services__blocks {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .services .services__blocks {
    padding-bottom: 70px;
    margin-top: 40px;
  }
}
.services__blocks .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) {
  .services__blocks .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: var(--white-100);
  -webkit-transition: 300ms;
  transition: 300ms;
  overflow: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
@media screen and (max-width: 1180px) {
  .services__block {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.services__block.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1180px) {
  .services__block {
    height: auto;
  }
}
.services__block:hover h3 {
  color: var(--black);
}
.services__block:hover .services__num {
  color: var(--black);
}
.services__block:hover .services__block-img {
  scale: 1.1;
}
.services__block-content {
  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;
  height: 100%;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .services__block-content {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .services__block-content {
    gap: 20px;
  }
}
.services__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;
  gap: 20px;
  min-height: 62px;
  margin: 20px;
}
@media screen and (max-width: 1780px) {
  .services__block-head {
    gap: 15px;
  }
}
@media screen and (max-width: 1580px) {
  .services__block-head {
    min-height: 92px;
  }
}
@media screen and (max-width: 1180px) {
  .services__block-head {
    min-height: 57px;
  }
}
@media screen and (max-width: 991px) {
  .services__block-head {
    min-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .services__block-head {
    margin: 15px;
  }
}
.services__block-head h3 {
  color: var(--primary);
}
.services__block-text {
  padding-top: 20px;
  margin: 0 20px;
  border-top: 1px solid var(--primary-20);
  font-family: var(--second-family);
  color: var(--black-80);
}
@media screen and (max-width: 767px) {
  .services__block-text {
    margin: 0 15px;
    padding-top: 15px;
  }
}
.services__block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.services__block-img img {
  width: 100%;
}
.services__num {
  color: var(--primary-80);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.services .container .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) {
  .services .container .swiper-pagination2 {
    gap: 5px;
  }
}
.services .container .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) {
  .services .container .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.services .container .swiper-pagination2 .swiper-pagination-bullet-active {
  width: 55px;
  background: var(--primary);
}
@media screen and (max-width: 767px) {
  .services .container .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 35px;
  }
}

.delay-100 {
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
@media screen and (max-width: 1180px) {
  .delay-100 {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}

.delay-200 {
  -webkit-transition: 1700ms;
  transition: 1700ms;
}
@media screen and (max-width: 1180px) {
  .delay-200 {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}

.delay-300 {
  -webkit-transition: 2400ms;
  transition: 2400ms;
}
@media screen and (max-width: 1180px) {
  .delay-300 {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}

.delay-400 {
  -webkit-transition: 3000ms;
  transition: 3000ms;
}
@media screen and (max-width: 1180px) {
  .delay-400 {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}

/* End */


/* Start:/local/templates/itls/components/bitrix/news.list/clients/style.css?17746193174858*/
.clients {
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .clients {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .clients {
    padding: 80px 0;
  }
}
.clients__blocks {
  -webkit-animation: ticker 20s linear infinite;
  animation: ticker 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .clients__blocks {
    gap: 10px;
    padding: 0 5px;
  }
}
.clients__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@-webkit-keyframes ticker {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.clients__block {
  background: var(--primary);
  width: 326px;
  height: 138px;
  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;
}
@media screen and (max-width: 1180px) {
  .clients__block {
    width: 280px;
    height: 117px;
  }
}
@media screen and (max-width: 991px) {
  .clients__block {
    width: 220px;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .clients__block {
    width: 160px;
    height: 70px;
  }
}
.clients__block span {
  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;
  padding: 20px 59px 19px;
  background: var(--light-gray);
  border-radius: 40px;
}
@media screen and (max-width: 1180px) {
  .clients__block span {
    padding: 15px 50px 16px;
  }
}
@media screen and (max-width: 991px) {
  .clients__block span {
    border-radius: 30px;
    padding: 16px 50px 16px;
  }
}
@media screen and (max-width: 767px) {
  .clients__block span {
    padding: 9px 25px;
    border-radius: 20px;
  }
}
.clients__block span img {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .clients__block span img {
    max-width: 176px;
  }
}
@media screen and (max-width: 991px) {
  .clients__block span img {
    max-width: 116px;
  }
}
@media screen and (max-width: 767px) {
  .clients__block span img {
    max-width: 107px;
  }
}
.clients__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.clients__head.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 991px) {
  .clients__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .clients__head {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.clients__head h2 {
  width: 100%;
}
.clients__head-text {
  width: 100%;
}
.clients__head-text span {
  display: block;
  max-width: 293px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: var(--primary);
}
@media screen and (max-width: 1380px) {
  .clients__head-text span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1180px) {
  .clients__head-text span {
    font-size: 24px;
    max-width: 269px;
  }
}
@media screen and (max-width: 991px) {
  .clients__head-text span {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .clients__head-text span {
    font-size: 22px;
  }
}
.clients__bottom {
  font-family: var(--second-family);
  max-width: 50%;
  margin-top: 50px;
  padding-left: 10px;
  margin: 50px 0 0 auto;
  color: var(--black-80);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.clients__bottom.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 991px) {
  .clients__bottom {
    margin: 50px 0 0;
    padding-left: 0;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .clients__bottom {
    margin: 40px 0 0;
  }
}
.clients__bottom p {
  max-width: 570px;
}
@media screen and (max-width: 991px) {
  .clients__bottom p {
    max-width: none;
  }
}

/* End */


/* Start:/local/templates/itls/components/nastart/block/block_video/style.css?17748758503113*/
.leading {
  position: relative;
  color: var(--white-100);
}
.leading h2 {
  max-width: 850px;
}
@media screen and (max-width: 1380px) {
  .leading h2 {
    max-width: 600px;
  }
}
.leading__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
}
.leading__bg img, .leading__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.leading__items {
  padding: 748px 0 100px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1580px) {
  .leading__items {
    padding: 500px 0 100px;
  }
}
@media screen and (max-width: 1180px) {
  .leading__items {
    padding: 400px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .leading__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px;
    padding: 537px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .leading__items {
    padding: 537px 0 40px;
    gap: 33px;
  }
}
.leading__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  padding-right: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .leading__video {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

}

.leading__video::after{
  content: '';
  position: relative;
  background: url('/local/templates/itls/assets/images/play.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  
}

.leading__video::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 640px;
  background: var(--black-20);
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-backdrop-filter: blur(5.1px);
  backdrop-filter: blur(5.1px);
}
@media screen and (max-width: 767px) {
  .leading__video::before {
    right: 0;
  }
}
.leading__video:hover::before {
  width: calc(100% + 18px);
  border-radius: 640px;
}
.leading__video p {
  position: relative;
  z-index: 5;
}
.leading__video span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}

.leading{
  margin-bottom: -2px;
}
/* End */


/* Start:/local/templates/itls/components/nastart/block/about_numbers/style.css?17746193175236*/
.about {
  padding: 150px 0;
  background: var(--black);
  position: relative;
}
@media screen and (max-width: 991px) {
  .about {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 80px 0;
  }
}
.about::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);
}
.about h2 {
  color: var(--white-100);
  max-width: 850px;
}
@media screen and (max-width: 1380px) {
  .about h2 {
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .about h2 {
    max-width: 100%;
  }
}
.about__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;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.about__head.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 991px) {
  .about__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about__head {
    margin-bottom: 40px;
  }
}
.about__text {
  color: var(--white-80);
  font-family: var(--second-family);
}
.about__info {
  max-width: 415px;
  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;
}
@media screen and (max-width: 1380px) {
  .about__info {
    max-width: 325px;
  }
}
@media screen and (max-width: 991px) {
  .about__info {
    max-width: 100%;
  }
}
.about__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 130px 0 0;
}
@media screen and (max-width: 991px) {
  .about__blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 60px 0 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .about__blocks {
    gap: 10px;
    padding: 30px 0 0;
  }
}
.about__block {
  padding: 20px 20px 100px;
  background: var(--primary-down-gradient);
  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;
  -webkit-transition: 1600ms;
  transition: 1600ms;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .about__block {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about__block {
    padding: 15px;
    gap: 10px;
  }
}
.about__block-num {
  color: var(--white-100);
  font-size: 90px;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (max-width: 1380px) {
  .about__block-num {
    font-size: 80px;
  }
}
@media screen and (max-width: 1180px) {
  .about__block-num {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about__block-num {
    font-size: 50px;
  }
}
.about__block-text {
  font-family: var(--second-family);
  font-size: 20px;
  color: var(--white-80);
}
@media screen and (max-width: 767px) {
  .about__block-text {
    font-size: 18px;
  }
}
.about__block--top {
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
@media screen and (max-width: 991px) {
  .about__block--top {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@media screen and (max-width: 767px) {
  .about__block--top {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.about__block--bottom {
  -webkit-transform: translateY(130px);
  -ms-transform: translateY(130px);
  transform: translateY(130px);
}
@media screen and (max-width: 991px) {
  .about__block--bottom {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
}
@media screen and (max-width: 767px) {
  .about__block--bottom {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}

.scrolled-in .about__block {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* End */


/* Start:/local/templates/itls/components/bitrix/news.list/main_team/style.css?17746193177893*/
.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 .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 .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 !important;
}


@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;
  }
}

/* End */


/* Start:/local/templates/itls/components/bitrix/news.list/solutions/style.css?17746193176057*/
.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;
  }
}

/* End */


/* Start:/local/templates/itls/components/bitrix/news.list/reviews/style.css?17746193177137*/
.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 .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 .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__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__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 .container .swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .review .container .swiper__nav {
    display: none;
  }
}
.review .container .swiper-button-l4,
.review .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;
}
.review .container .swiper-button-l4:hover,
.review .container .swiper-button-r4:hover {
  background: var(--white-100);
}
.review .container .swiper-button-l4:hover .swiper-button-next,
.review .container .swiper-button-r4:hover .swiper-button-next {
  background-image: url("/local/templates/itls/assets/images/arrow-r2.svg");
}
.review .container .swiper-button-l4:hover .swiper-button-prev,
.review .container .swiper-button-r4:hover .swiper-button-prev {
  background-image: url("/local/templates/itls/assets/images/arrow-l2.svg");
}
.review .container.swiper-button-l4.swiper-button-disabled,
.review .container .swiper-button-r4.swiper-button-disabled {
  background: var(--light-gray);
}
.review .container .swiper-button-l4 .swiper-button-next,
.review .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;
}
.review .container .swiper-button-l4 .swiper-button-next::after,
.review .container .swiper-button-r4 .swiper-button-next::after {
  display: none;
}
.review .container .swiper-button-l4 .swiper-button-prev,
.review .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;
}
.review .container .swiper-button-l4 .swiper-button-prev::after,
.review .container .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%;
}

/* End */


/* Start:/local/templates/itls/components/bitrix/news.list/events/style.css?17746193174402*/
.events {
  padding: 150px 0;
}
@media screen and (max-width: 1180px) {
  .events {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .events {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .events {
    padding: 80px 0;
  }
}
.events h2 {
  max-width: 850px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
.events h2.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.events__blocks {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .events__blocks {
    margin-top: 40px;
  }
}
.events__block {
  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;
  padding: 20px 0;
  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;
}
.events__block.element-show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 991px) {
  .events__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .events__block {
    padding: 15px 0;
  }
}
.events__block:first-child {
  border-top: 1px solid var(--black-20);
}
/* .events__block:nth-child(n + 5) {
  display: none;
} */
.events .events__blocks.show .events__block:nth-child(n + 5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   align-items: flex-start; */
  gap: 235px;
}
@media screen and (max-width: 1780px) {
  .events__content {
    gap: 200px;
  }
}
@media screen and (max-width: 1580px) {
  .events__content {
    gap: 170px;
  }
}
@media screen and (max-width: 1380px) {
  .events__content {
    gap: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .events__content {
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .events__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .events__content {
    gap: 15px;
  }
}
.events__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  height: 100px;
}
@media screen and (max-width: 1180px) {
  .events__logo {
    max-width: 170px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .events__logo {
    max-width: 140px;
    height: 70px;
  }
}
.events__info {
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1580px) {
  .events__info {
    max-width: 590px;
  }
}
@media screen and (max-width: 1180px) {
  .events__info {
    max-width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .events__info {
    max-width: 100%;
  }
}
.events__info h3 {
  color: var(--primary);
}
.events__date {
  font-family: var(--second-family);
  margin-top: 10px;
  color: var(--black-80);
}
.events__text {
  font-family: var(--second-family);
  margin-top: 15px;
}
.events__more {
  padding: 15px 30px;
  font-weight: 600;
  line-height: 100%;
  color: var(--white-100);
  background: var(--primary);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 50px auto 0;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .events__more {
    max-width: 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;
    margin: 40px auto 0;
  }
}
.events__more:hover {
  background: var(--black);
}

/* End */
/* /local/templates/itls/components/bitrix/news.list/showcase/style.css?17746193174764 */
/* /local/templates/itls/components/nastart/block/main_text_lines/style.css?17746193175450 */
/* /local/templates/itls/components/nastart/block/main_links/style.css?17756556847530 */
/* /local/templates/itls/components/bitrix/news.list/clients/style.css?17746193174858 */
/* /local/templates/itls/components/nastart/block/block_video/style.css?17748758503113 */
/* /local/templates/itls/components/nastart/block/about_numbers/style.css?17746193175236 */
/* /local/templates/itls/components/bitrix/news.list/main_team/style.css?17746193177893 */
/* /local/templates/itls/components/bitrix/news.list/solutions/style.css?17746193176057 */
/* /local/templates/itls/components/bitrix/news.list/reviews/style.css?17746193177137 */
/* /local/templates/itls/components/bitrix/news.list/events/style.css?17746193174402 */
