

/* Start:/local/templates/isys_site/components/bitrix/news.list/portals_page/style.css?175681075335247*/
.content__in .bx-breadcrumb {
  padding: 0;
}

.section-top {
  padding-bottom: 40px;
  margin-top: 50px;
}

.section-simple-page .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.block-main-top {
  background: #FFF;
  border-radius: 25px;
  display: flex;
  gap: 10px;
  padding: 40px;
}

.main-top-title {
  font-family: "Golos";
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}

.main-top-text {
  max-width: 520px;
  font-size: 24px;
  color: #000000;
  line-height: 130%;
  margin-bottom: 30px;
  font-family: "Golos";
}

.main-top-slider {
  max-width: 520px;
}

.main-top-slider .slick-slide {
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  position: relative;
}

.main-top-info {
  width: 50%;
  padding: 20px 0;
}

.main-top-img {
  width: 50%;
  background: #F5F8FF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-top-img img {
  width: 100%;
  border-radius: 16px;
}

.main-top-info .slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.main-top-info .slick-dots {
  text-align: left;
  bottom: -25px;
}


.row-block-team {
  border-radius: 25px;
  background: #FFFFFF;
  padding: 40px;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}

.row-block-team > div {
  width: 32%;
  color: #000;
  font-size: 24px;
  line-height: 150%;
  background: #F5F8FF;
  overflow: hidden;
  border-radius: 16px;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 10px 25px 25px;
  font-family: "Golos";
}

.row-block-team > div.first-item {
  color: #000;
  font-size: 40px;
  line-height: 100%;
  font-family: "Golos";
  background: transparent;
  padding: 0;
}

.row-block-team p {
  color: #0064FF;
  font-size: 120px;
  line-height: 100%;
  font-weight: 700;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 0;
}

.row-block-team > div:not(.first-item):hover {
  background: #0064FF;
  color: #FFFFFF;
}

.row-block-team > div:not(.first-item):hover p {
  color: #ADFFEF;
}

.independence-block {
/*  padding: 40px 40px 50px;*/
  font-family: "Golos";
}

.independence-block .section-title {
  text-align: center;
  margin-bottom: 10px;
}

.independence-block-description {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto 70px;
  max-width: 1000px;
  color: #454545;
}

.independence-block-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}

.independence-block-items div {
  position: relative;
}

.independence-more-three div {
  height: 90px;
  display: flex;
  align-items: center;
}

.independence-more-three div > img {
  max-width: 250px;
}

.independence-block-items.independence-more-three div:after {
  content: "";
  position: absolute;
  height: 108px;
  right: -30px;
  width: 1px;
  background: #D1D1D1;
}

.independence-block-items div:last-child:after {
  display: none;
}

.independence-block-items:not(.independence-more-three) div:nth-child(2):before,
.independence-block-items:not(.independence-more-three) div:nth-child(2):after {
  content: "";
  position: absolute;
  height: 108px;
  top: -27px;
  width: 1px;
  background: #D1D1D1;
}

.independence-block-items:not(.independence-more-three) div:nth-child(2):before {
  left: -90px;
}

.independence-block-items:not(.independence-more-three) div:nth-child(2):after {
  right: -90px;
}

.block-functions {
  font-family: "Golos";
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 80px;
  background: #FFFFFF;
  border-radius: 25px;
}

.section-title-functions {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 35px;
}

.block-functions-items {
  border-radius: 25px;
  position: relative;
}

.block-functions-items:hover:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 25px;
}

.list-items {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr 170px;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.list-items +.item-functions-details {
  display: none;
  z-index: 1;
  position: relative;
}

.list-items.open +.item-functions-details {
  display: block;
}

.item-functions-name {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color: #3D3D3D;
}

.item-functions-btn {
  text-align: right;
  margin-right: 40px;
}

.item-functions-btn-open,
.item-functions-btn-close {
  cursor: pointer;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.item-functions-btn-close {
  display: none;
}

.list-items.open .item-functions-btn-open > svg {
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.list-items.open .item-functions-btn-open > svg {
  transform: rotate(90deg);
}

.item-functions-details {
  font-size: 20px;
  line-height: 30px;
  display: none;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
  max-width: 100%;
  margin: 0 35px 50px;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 20px 50px;
}

.item-functions-details ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  list-style: none;
  padding: 10px 0 0 21px;
}

.item-functions-details ul li:before {
  position: absolute;
  top: 19px;
  left: 0;
  content: "";
  background: url(/local/templates/isys_site/img/icons/icon_check_fill.svg) no-repeat center center/ contain;
  width: 16px;
  height: 16px;
  line-height: 0;
}

.block-functions-items:nth-of-type(3) .item-functions-details ul {
  display: flex;
  flex-direction: row;
}

.block-functions-items:nth-of-type(4) .item-functions-details ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.block-functions-items:nth-of-type(5) .item-functions-details ul {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 32px;
}

.block-functions-items.functions-show .item-functions-details {
  display: block;
}


.block-functions-items.functions-show .item-functions-btn-open {
  display: none;
}

.block-functions-items.functions-show .item-functions-btn-close {
  display: block;
}

.block-practices {
  background: #FFFFFF;
  border-radius: 25px;
  font-family: "Golos";
  padding: 80px;
}

/*.block-best-practices {
  padding: 40px 0 0;
}*/

/*.block-best-practices-items {
  padding: 20px 20px 0;
}*/

.block-practices .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.block-best-practices-name {
  font-size: 40px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  font-family: "Golos";
}

.item-best-practices-name {
  font-size: 32px;
  line-height: 130%;
  color: #454545;
  padding-bottom: 10px;
}

.item-best-practices-details {
  font-size: 20px;
  line-height: 150%;
  color: #454545;
}

.item-best-practices-img {
  text-align:  center;
  width: 100%;
  margin-top: 50px;
  height: 480px;
  background: #FAFAFA;
  padding: 32px 0;
  border-radius: 6px;
}

.item-best-practices-img-preview {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.item-best-practices-img-preview div {
  padding: 16px 40px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 455px;
  height: 124px;
  margin: 0 auto;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
}

.item-best-practices-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

.block-best-practices .slick-dots {
  display: none !important;
}

.block-best-practices .slick-prev,
.block-best-practices .slick-next  {
  top: 330px;
}

.block-best-practices .slick-prev svg,
.block-best-practices .slick-next svg {
  width: 32px;
  height: 32px;
}

.block-best-practices .slick-prev {
  left: -40px;
}

.block-best-practices .slick-next {
  right: -40px;
}

.block-best-practices .slick-prev:before {
  content: url(/local/templates/isys_site/img/icons/arrow_dark.svg);
  top: 162px;
  left: -1px;
  transform: scale(2);
}

.block-best-practices .slick-next:before {
  content: url(/local/templates/isys_site/img/icons/arrow_dark.svg);
  transform: rotate(180deg) scale(2);
  top: 162px;
  left: 2px;
}

.block-best-practices .slick-prev:before,
.block-best-practices .slick-next:before {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  line-height: 0;
}

.block-best-practices .slick-prev:hover:before,
.block-best-practices .slick-prev:focus:before,
.block-best-practices .slick-prev.active:before {
  content: url(/local/templates/isys_site/img/icons/arrow_blue.svg);
  transform: rotate(180deg) scale(2);
  top: 164px;
  left: 1px;
}

.block-best-practices .slick-next:hover:before,
.block-best-practices .slick-next:focus:before,
.block-best-practices .slick-next.active:before {
  content: url(/local/templates/isys_site/img/icons/arrow_blue.svg);
  transform: rotate(0) scale(2);
  top: 160px;
  left: 0;
}

.block-best-practices .slick-slide {
  height: 0;
}

.block-best-practices .slick-slide.slick-current {
  height: auto;
}

.modules-block {
  font-family: "Golos";
}

.modules-block-name {
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  margin: 100px 0 70px;
  color: #000000;
}

.modules-block-description ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.modules-block-description ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 16px;
  gap: 24px;
  color: #454545;
  cursor: pointer;
  font-size: 24px;
}

.modules-block-description ul li p {
  text-align: center;
  margin-bottom: 0;
}

.modules-block-description ul li img {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.modules-block-description ul li:hover img {
  transform: scale(1.2);
}

.modules-block-description ul li:hover {
  background: #DDFFF9;
  color: #000000;
}

.team-2-block {
  font-family: "Golos";
  color: #000000;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 50px;
}

.team-2-block-description {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.team-2-block-description p {
  font-size: 40px;
  line-height: 52px;
  color: #0064FF;
  font-weight: bold;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.team-2-block-description p:hover {
  transform: scale(1.1);
}

.team-2-block-description div {
  font-size: 24px;
  line-height: 36px;
}

.block-stages {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 50px 0;
}

.block-stages-name {
  font-family: "Golos";
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  line-height: normal;
}

.list {
  position: relative;
  width: 1250px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 0 0 55px;
}

.list .item {
  font-family: "Golos";
  position: absolute;
  width: 150px;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  opacity: 0;
}

.list .item:before {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  content: attr(data-number);
  font-size: 54px;
  color: #D1D1D1;
  opacity: 0;
}

#bezier {
  opacity: 0;
}

.animated #bezier {
  animation: fade .5s linear .5s forwards;
  animation-delay: 3.5s;
}

.animated .list .item {
  animation: fade .5s linear .5s forwards;
  animation-delay: 3s;
}

.animated .list .item:before {
  animation: fade .5s linear .5s forwards;
  animation-delay: 3s;
}

.animated .img-1,
.animated .img-2,
.animated .img-3,
.animated .img-4,
.animated .img-5,
.animated .img-6,
.animated .img-7 {
  transform: translateY(-100px);
  animation: fadeIn .5s 1 linear .5s forwards;
}

.scaled #bezier {
  opacity: 1;
}

.scaled .list .item {
  opacity: 1;
}

.scaled .list .item:before {
  opacity: 1;
}

.list-stages-img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.scaled .list-stages-img {
  transform: none;
  opacity: 1;
}

.scaled .img-2,
.scaled .img-3,
.scaled .img-4,
.scaled .img-5,
.scaled .img-6 {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.scaled .img-2:hover,
.scaled .img-3:hover,
.scaled .img-4:hover,
.scaled .img-5:hover,
.scaled .img-6:hover {
  transform: scale(1.1);
}

.animated .img-2 {
  animation-delay: .5s;
}
.animated .img-3 {
  animation-delay: 1s;
}
.animated .img-4 {
  animation-delay: 1.5s;
}
.animated .img-5 {
  animation-delay: 2s;
}
.animated .img-6 {
  animation-delay: 2.5s;
}
.animated .img-7 {
  animation-delay: 3s;
}

.item-1 {
  left: 2px;
  top: 261px;
  width: 164px;
}

.item-1:before {
  margin-left: -66px !important;
}

.item-1:before {
  top: -150px;
}

.item-7:before {
  top: -151px;
  left: 58% ! IMPORTANT;
}

.item-2 {
  left: 82px;
  top: -3px;
  width: 260px !important;
}

.item-2:before {
  top: 205px;
  left: 55% ! IMPORTANT;
}

.item-4:before {
  top: 170px;
}

.item-6:before {
  top: 200px;
  left: 53% !important;
}

.item-3:before,
.item-5:before {
  top: -120px;
  left: 52% ! IMPORTANT;
}

.img-1 {
  left: 3px;
  top: 165px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.img-2 {
  left: 172px;
  top: 123px;
}

.item-3 {
  left: 290px;
  top: 192px;
  width: 260px !important;
}

.img-3 {
  left: 373px;
  top: 122px;
}

.item-4 {
  left: 562px;
  top: 55px;
}

.img-4 {
  left: 585px;
  top: 159px;
}

.item-5 {
  left: 743px;
  top: 257px;
}

.img-5 {
  left: 768px;
  top:  193px;
}

.item-6 {
  left: 908px;
  top: 86px;
  width: 200px !important;
  color: #01B4FF;
}

.img-6 {
  left: 961px;
  top: 216px;
}

.item-7 {
  left: 1089px;
  top: 255px;
  color: #00C2FF;
  text-align: right !important;
}

.img-7 {
  left: 1166px;
  top: 162px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.item-1, .item-2, .item-3 {
  color: #0064FF;
}

.img-1, .img-2, .img-3 {
  background: #0064FF;
}

.item-4 {
  color: #0195FF;
}

.img-4 {
  background: #0195FF;
}

.item-5 {
  color: #01A9FF;
}

.img-5 {
  background: #01A9FF;
}

.img-6 {
  background: #01B4FF;
}

.item-7:before {
  margin-left: -5px !important;
}

.img-7 {
  background: #00C2FF;
}

.block-stages-btn {
  margin: 40px auto 0;
  text-align: center;
}

@media (max-width: 1440px) {
  .row-block-team p {
    font-size: 100px;
  }

  .independence-block-items {
    padding: 0 40px;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):before {
    left: -50px;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):after {
    right: -50px;
  }

  .independence-more-three div > img {
    max-width: 220px;
  }

  .item-functions-details {
    padding: 20px;
  }

}

@media (max-width: 1439px) {
  .list {
    width: 1024px;
    margin: 0 auto;
  }

  .list .item {
    font-size: 14px;
    line-height: 21px;
  }

  .img-1,
  .img-7 {
    width: 56px;
    height: 56px;
  }

  .img-1 img,
  .img-7 img {
    width: 21px;
    height: 21px;
  }

  .img-2,
  .img-3,
  .img-4,
  .img-5,
  .img-6 {
    width: 35px;
    height: 35px;
  }

  .img-2 img,
  .img-3 img,
  .img-4 img,
  .img-5 img,
  .img-6 img {
    width: 17px;
    height: 17px;
    margin-bottom: 15px;
  }

  .item-1 {
    left: 7px;
    top: 238px;
  }

  .item-1:before {
    top: -114px;
    left: 43% !important;
  }

  .img-1 {
    left: 13px;
    top: 178px;
  }

  .img-1 img {
    margin-bottom: 22px;
  }

  .item-2 {
    left: 94px;
    top: 56px;
    width: 22% !important;
  }

  .img-2 {
    left: 155px;
    top: 135px;
  }

  .item-2:before {
    top: 140px;
    left: 46% ! IMPORTANT;
  }

  .item-3 {
    left: 277px;
    top: 171px;
    width: 13% !important;
  }

  .img-3 {
    left: 302px;
    top: 123px;
  }

  .item-3:before {
    top: -95px;
    left: 53% ! IMPORTANT;
  }

  .item-4 {
    left: 448px;
    width: 13% !important;
    top: 97px;
  }

  .item-4:before {
    top: 123px;
    left: 75px !important;
  }

  .img-4 {
    left: 477px;
  }

  .item-5 {
    left: 607px;
    top: 244px;
  }

  .item-5:before {
    top: -91px;
    left: 45% ! IMPORTANT;
  }

  .img-5 {
    left: 629px;
    top: 197px;
  }

  .item-6 {
    left: 758px;
    width: 13% !important;
    top: 131px;
  }

  .item-6:before {
    top: 149px;
    left: 55% !important;
  }

  .img-6 {
    left: 786px;
    top: 223px;
  }

  .item-7 {
    left: 875px;
    top: 252px;
  }

  .item-7:before {
    top: -117px;
    left: 47% ! IMPORTANT;
  }

  .item .item-7:before {
    margin-left: 4px !important;
  }

  .img-7 {
    left: 953px;
    top: 186px;
  }

  .img-7 img {
    margin-bottom: 20px;
  }

  .main-top-btn {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .main-top-title {
    font-size: 28px;
  }

  .main-top-text {
    font-size: 18px;
  }

  .main-top-slider .slick-slide {
    font-size: 18px;
  }

  .section-simple-page .section-title {
    margin-bottom: 30px;
  }

  .row-block-team {
    margin-bottom: 25px;
  }

  .row-block-team > div {
    width: 31%;
    font-size: 18px;
  }

  .row-block-team > div.first-item {
    font-size: 28px;
  }

  .row-block-team p {
    font-size: 75px;
  }

  .independence-block .section-title {
    margin-bottom: 10px;
  }

  .independence-block-description {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
  }

  .independence-block-items.independence-more-three {
    padding: 0;
  }

  .independence-more-three div > img {
    max-width: 200px;
  }

  .independence-block-items.independence-more-three div:after {
    right: 10px;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):before,
  .independence-block-items:not(.independence-more-three) div:nth-child(2):after {
    height: 70px;
    top: -15px;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):before {
    left: -50px;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):after {
    right: -50px;
  }

  .independence-block-items > div {
    width: 25%;
  }

  .independence-block-items img {
    width: 100%;
  }

  .block-functions {
    padding: 50px 40px;
  }

  .section-title-functions {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .item-functions-img img {
    max-width: 120px;
  }

  .item-functions-name {
    font-size: 22px;
  }

  .item-functions-btn {
    margin-right: 30px;
  }

  .list-items .item-functions-btn-open > svg {
    width: 24px;
    height: 24px;
  }

  .item-functions-details {
    font-size: 16px;
    line-height: 24px;
    margin: 0 25px 25px;
  }

  .block-functions-items:nth-of-type(4) .item-functions-details ul {
    gap: 5px;
  }

  .block-functions-items:nth-of-type(4) .item-functions-details ul li {
    width: 33%;
  }

  .block-practices {
    padding: 50px 40px;
  }

  .item-best-practices-name {
    font-size: 22px;
  }

  .item-best-practices-details {
    font-size: 18px;
  }

  .item-best-practices-img {
    margin-top: 30px;
  }

  .block-best-practices .slick-prev {
    right: -30px;
  }

  .block-best-practices .slick-next {
    right: -30px;
  }

  .modules-block-description ul li {
    font-size: 18px;
    justify-content: center;
    padding: 30px 20px;
  }

  .modules-block-description ul li img {
    width: 40px;
  }

  .team-2-block {
    padding: 40px;
  }

  .team-2-block-description div {
    font-size: 18px;
    line-height: 150%;
  }

  .team-2-block-description p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .block-stages {
    padding: 40px 0;
  }

  .content__in .container-cases {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .list .item:before {
    font-size: 46px;
  }

  .list {
    width: 767px;
  }

  .item-1 {
    left: 5px;
  }

  .item-1:before {
    left: 45% !important;
    top: -108px;
  }

  .img-1 {
    left: 7px;
  }

  .item-2 {
    left: 94px;
    width: 15% !important;
    top: -5px;
  }

  .item-2:before {
    top: 199px;
    left: 58% ! IMPORTANT;
  }

  .img-2 {
    left: 110px;
    top: 144px;
  }

  .item-3 {
    left: 206px;
    width: 13% !important;
    top: 163px;
  }

  .item-3:before {
    top: -81px;
    left: 66% ! IMPORTANT;
  }

  .img-3 {
    left: 220px;
  }

  .item-4 {
    top: 76px;
    left: 331px;
  }

  .item-4:before {
    top: 117px;
    left: 62% ! IMPORTANT;
  }


  .img-4 {
    left: 346px;
    top: 145px;
  }

  .item-5 {
    left: 446px;
  }

  .item-5:before {
    top: -86px
  }

  .img-5 {
    left: 464px;
  }

  .item-6 {
    left: 560px;
    top: 115px;
  }

  .item-6:before {
    top: 156px;
    left: 71% !important;
  }

  .img-6 {
    left: 583px;
  }

  .item-7 {
    left: 617px;
    top: 240px;
  }

  .item-7:before {
    top: -104px;
    left: 49% ! IMPORTANT;
  }

  .img-7 {
    left: 687px;
    top: 178px;
  }
}

@media (max-width: 1024px) {
  .block-main-top {
    border-radius: 16px;
  }

  .main-top-title {
    font-size: 24px;
  }

  .main-top-text {
    font-size: 18px;
  }

  .row-block-team {
    border-radius: 16px;
  }

  .row-block-team > div.first-item {
    font-size: 24px;
  }

  .independence-block-description {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }

  .independence-block-items {
    text-align: center;
  }

  .independence-block-items img {
    width: 85%;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):before,
  .independence-block-items:not(.independence-more-three) div:nth-child(2):after {
    height: 65px;
  }

  .block-functions {
    padding: 40px;
    border-radius: 16px;
  }

  .block-functions-items {
    border-radius: 16px;
  }

  .item-functions-name {
    font-size: 22px;
  }

  .item-functions-btn-open svg,
  .item-functions-btn-open svg {
    width: 24px;
    height: 24px;
  }

  .item-functions-details {
    margin: 0 20px 20px;
  }

  .block-practices {
    padding: 50px;
    border-radius: 16px;
  }

  .item-best-practices-img {
    padding: 30px;
  }

  .item-best-practices-img-preview img {
    align-items: center;
  }

  .modules-block-description ul li {
    border-radius: 10px;
  }

  .team-2-block-description div {
    text-align: left;
    padding-right: 10px;
  }

  .section-title {
    font-size: 24px;
  }

  .case-link-all {
    font-size: 16px;
  }

  .case-item {
    height: 360px !important;
  }

  .footer-address-title {
    font-size: 24px;
  }

  .section-cases.section-cases-index-page .container-cases {
    border-radius: 16px !important;
  }
}

@media (max-width: 991px) {
  .row-block-team > div {
    font-size: 16px;
    padding: 10px 20px 20px;
  }

  .row-block-team p {
    font-size: 60px;
  }

  .item-functions-details {
    padding: 10px 20px;
  }

  .block-best-practices .slick-prev,
  .block-best-practices .slick-next {
    display: none !important;
  }

  .block-best-practices .slick-dots {
    display: block !important;
  }
}

@media (max-width: 900px) {
  .block-stages {
    padding: 40px;
  }

  .list {
    width: 100%;
    overflow: hidden;
    display: grid;
    gap: 24px;
    height: 640px;
    grid-template-columns: 100%;
    grid-auto-rows: 1fr;
    padding: 24px 0;
  }

  .list .item {
    position: static;
    margin: 0  !important;
    left: 0 !important;
    top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 70%  !important;
    text-align: left  !important;
  }

  .list .item:before {
    position: static;
    left: 0;
    top: 0;
    margin: 0  !important;
  }

  #bezier {
    position: absolute;
    right: 0;
    top: 0;
  }

  .img-1, .img-2, .img-3, .img-4, .img-5, .img-6, .img-7 {
    right: 0;
    left: auto !important;
    z-index: 2;
  }

  .img-1 {
    top: 12px;
    right: 23px;
  }

  .img-2 {
    top: 108px;
    right: 13px;
  }

  .img-3 {
    top: 195px;
    right: 6px;
  }
  .img-4 {
    top: 283px;
    right: 19px;
  }

  .img-5 {
    top: 372px;
    right: 44px;
  }
  .img-6 {
    top: 460px;
    right: 52px;
  }

  .img-7 {
    top: 541px;
    right: 27px;
  }
}

@media (max-width: 830px) {
  .row-block-team p {
    font-size: 55px;
  }

  .main-top-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .block-main-top {
    flex-wrap: wrap;
    padding: 45px 20px 20px 20px;
  }

  .main-top-info {
    width: 100%;
    order: 1;
  }

  .main-top-text {
    font-size: 18px;
  }

  .main-top-img {
    width: 100%;
    order: 0;
  }

  .main-top-slider .slick-slide {
    text-align: center;
  }

  .main-top-info .slick-dots {
    text-align: center;
  }

  .main-top-btn {
    text-align: center;
  }

  .main-top-btn .btn.btn-page {
    width: 100%;
  }

  .section-simple-page .btn.btn-page {
    width: auto;
  }

  .row-block-team {
    margin-bottom: 0;
  }

  .row-block-team div {
    width: 48%;
  }

  .row-block-team > div.first-item {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .row-block-team > div.first-item br {
    display: none;
  }

  .row-block-team {
    padding: 15px;
    gap: 0;
  }

  .independence-block-items > div {
    width: 50%;
    justify-content: center;
  }

  .independence-block-items img {
    width: 100%;
  }

  .independence-block-items.independence-more-three div:after {
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    right: 0;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2) {
    padding: 24px 0;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):before,
  .independence-block-items:not(.independence-more-three) div:nth-child(2):after {
    width: 100%;
    height: 1px;
    left: 0;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):before {
    top: -5px;
  }

  .independence-block-items:not(.independence-more-three) div:nth-child(2):after {
    top: auto;
    bottom: -5px;
  }

/*  .independence-block {
    padding: 20px;
  }*/

  .independence-block-description {
    text-align: left;
    margin: 0 auto 20px;
  }

  .independence-block-items {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
  }

  .block-functions {
    padding: 20px;
  }

  .item-functions-name {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }

  .item-functions-details {
    border-radius: 16px;
    margin: 0 15px 15px;
    padding: 15px;
  }

  .item-functions-details ul li {
    font-size: 16px;
  }

  .list-items {
    grid-template-columns: 90px 1fr 45px;
    border-radius: 16px;
  }

  .item-functions-btn svg {
    width: 16px;
    height: 16px;
  }

  .item-functions-img img {
    max-width: 80px;
  }

  .block-functions-items:nth-of-type(3) .item-functions-details ul {
    flex-direction: column;
  }

  .block-functions-items:nth-of-type(4) .item-functions-details ul {
    flex-direction: column;
  }

  .block-functions-items:nth-of-type(4) .item-functions-details ul li {
    width: 100%;
  }

  .block-functions-items:nth-of-type(5) .item-functions-details ul {
    display: flex;
    flex-direction: column;
  }

  .item-functions-details p {
    font-size: 16px;
  }

  .block-practices {
    padding: 20px;
  }

  .item-best-practices-details {
    font-size: 16px;
  }

  .item-best-practices-name {
    font-size: 20px;
  }

  .item-best-practices-img-preview {
    width: 100%;
    margin-left: 0;
    gap: 16px;
  }

  .item-best-practices-img-preview div {
    padding: 10px;
    width: 220px;
    height: 50px;
  }

  .item-best-practices-img {
    height: 250px;
    margin-bottom: 20px;
  }

  .block-best-practices .slick-dots {
    bottom: -10px;
  }

  .modules-block-description ul {
    gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .modules-block-description ul li {
    padding: 20px 0;
    gap: 12px;
  }

  .modules-block-description ul li img {
    width: 28px;
    height: 28px;
  }

  .team-2-block {
    border-radius: 16px;
    padding: 30px;
  }

  .team-2-block-description {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }

  .team-2-block-description p {
    margin-bottom: 0;
  }

  .block-stages {
    border-radius: 16px;
    padding: 30px;
  }

  .block-stages-btn {
    margin-top: 0;
  }

  .footer-address-title {
    text-align: center;
  }

  .footer-address p {
    font-size: 16px;
    text-align: left;
  }

  .footer-address-list ul li {
    font-size: 12px;
    text-align: left;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .list {
    grid-auto-rows: auto;
  }

  .img-2 {
    top: 123px;
    right: 10px;
  }

  .img-3 {
    top: 232px;
    right: 9px;
  }

  .img-4 {
    top: 314px;
    right: 29px;
  }

  .img-5 {
    top: 386px;
    right: 48px;
  }

  .img-6 {
    top: 465px;
    right: 52px;
  }

  .img-7 {
    top: 549px;
    right: 24px;
  }
}

@media (max-width: 575px) {
  .section-top {
    background: #fff;
    padding-bottom: 0;
  }

  .section-team {
    background: #fff;
  }

  section.section-mobile {
    padding-bottom: 0;
  }

  .container.container-functions {
    background: #ffffff;
  }

  .block-functions {
    padding: 20px 0;
  }

  .section-simple-page .section-title {
    text-align: left;
  }

  .section-title.section-title-functions {
    margin-bottom: 15px;
  }

  .item-functions-details {
    border-radius: 0 0 16px 16px;
    margin: 0;
  }

  .block-functions-items:nth-child(2) .item-functions-details {
    background: #F5F8FF;
    border-bottom: 10px solid #D7EEFF;
  }

  .block-functions-items:nth-child(3) .item-functions-details {
    background: #fef7e5;
    border-bottom: 10px solid #FFECB9;
  }

  .block-functions-items:nth-child(4) .item-functions-details {
    background: #f4ffef;
    border-bottom: 10px solid #E0FFD1;
  }

  .block-functions-items:nth-child(5) .item-functions-details {
    background: #f6fffd;
    border-bottom: 10px solid #DDFFF9;
  }

  section.section-practices {
    background: #fff;
    padding-top: 15px;
  }

  .block-practices {
    padding: 20px 0 0;
  }

  .item-best-practices-name {
    color: #000000;
  }

  .block-stages {
    padding: 20px;
  }

  .list {
    gap: 0;
  }

  .scaled .list .item {
    opacity: 1;
    width: 76% !important;
  }

  .img-2 {
    top: 118px;
    right: 12px;
  }

  .img-3 {
    top: 206px;
    right: 7px;
  }

  .img-4 {
    top: 289px;
    right: 22px;
  }

  .img-5 {
    top: 365px;
    right: 43px;
  }

  .img-6 {
    top: 449px;
    right: 53px;
  }

  .img-7 {
    top: 533px;
    right: 29px;
  }
}

@media (max-width: 374px) {
  .row-block-team div {
    width: 100%;
  }

  .row-block-team div:nth-child(2) {
    margin-bottom: 20px;
  }

  .independence-block-items > div {
    width: 80%;
  }

  .item-best-practices-img {
    height: 200px;
  }

  .item-best-practices-img-preview {
    gap: 8px;
  }

  .item-best-practices-img-preview div {
    padding: 20px;
    width: 180px;
    height: 40px;
  }

  .item-best-practices-img img {
     height: auto;
  }

  .modules-block-description ul li {
    font-size: 14px;
    padding: 20px 10px;
  }

  .block-stages {
    padding: 15px 5px;
  }

  .block-stages .section-title {
    padding: 0 15px;
  }

  .list {
    gap: 0;
    padding: 10px 0;
  }

  .list .item {
    gap: 10px;
    line-height: 20px;
  }

  .list .item-1 {
    width: 63% !important;
  }

  .list .item-2 {
    width: 69% !important;
  }

  .list .item-3 {
    width: 71% !important;
  }

  .list .item-4 {
    width: 70% !important;
  }

  .list .item-5 {
    width: 67% !important;
  }

  .list .item-6 {
    width: 73% !important;
  }

  .list .item-7 {
    width: 56% !important;
  }

  .img-2 {
    top: 108px;
  }

  .img-3 {
    top: 210px;
    right: 7px;
  }

  .img-4 {
    top: 304px;
    right: 24px;
  }

  .img-5 {
    top: 375px;
    right: 44px;
  }

  .img-6 {
    top: 457px;
  }
}

@media (max-width: 320px) {
  .list .item-1 {
    width: 64% !important;
  }

  .list .item-2 {
    width: 82% !important;
  }

  .list .item-3 {
    width: 85% !important;
  }

  .list .item-4 {
    width: 72% !important;
  }

  .list .item-5 {
    width: 67% !important;
  }

  .list .item-6 {
    width: 71% !important;
  }

  .list .item-7 {
    width: 56% !important;
  }

  .img-2 {
    top: 132px;
    right: 10px;
  }

  .img-3 {
    top: 250px;
    right: 13px;
  }

  .img-4 {
    top: 334px;
    right: 34px;
  }

  .img-5 {
    top: 392px;
    right: 50px;
  }

  .img-7 {
    top: 556px;
    right: 23px;
  }
}

@keyframes fadeIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* End */
/* /local/templates/isys_site/components/bitrix/news.list/portals_page/style.css?175681075335247 */
