

/* Start:/local/templates/isystemz-au/components/bitrix/news.list/main_page/style.css?173079269322463*/
.content-page .page-top-columns {
  align-items: normal;
}

.section-page-top {
  position: relative;
  z-index: 10;
}

.block-index-main {
  background: #FFFFFF;
  position: relative;
  z-index: 100;
}

/*.page-top-column-img {
  background-size: 0;
  position: absolute;
  right: -70px;
}*/

.page-top-columns .page-top-title {
  font-family: PoppinsBold;
  font-size: 50px;
}

.content-main-index .page-top-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #2D2D2D;
  height: 218px;
  overflow: hidden;
  margin-bottom: 0;
}

.content-main-index .page-top-text.show {
  height: auto;
}

.page-top-text-info {
  font-size: 16px;
  line-height: 150%;
  color: #8F8F8F;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-top-text-info > div {
  width: 100%;
  margin-bottom: 20px;
}

.page-top-text-info p {
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
}

.page-top-text-info p:nth-child(3) {
  width: 30%;
}

.page-top-btns {
  padding: 25px 0;
  margin-top: -100px;
}

.page-top-btns .btn-page-primary {
  margin-right: 10px;
}

.row-cards {
  grid-gap: 1.25rem;
  display: grid;
  gap: 1.25rem;
  padding-top: 50px;
  width: 100%;
}

.col-card {
  max-width: 690px;
  width: 100%;
  color: #FFFFFF;
  display: grid;
  position: relative;
  border-radius: 40px;
  background: linear-gradient(180deg, #0096EB 0%, #002876 100%);
  padding: 45px 50px;
  overflow: hidden;
}

.col-card .card-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.12px;
  max-width: max-content;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 4px 15px 2px;
  margin-bottom: 50px;
}

.col-card .card-icon {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.col-card .card-icon img {
  max-width: 200px;
}

.col-card .card-icon p {
  margin-bottom: 0;
}

.col-card .card-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  display: grid;
  align-items: end;
}

.col-card .card-icon-banner {
  position: absolute;
  top: 0;
  right: 0;
}

.col-card .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.stack-cards {
  --stack-cards-gap: calc(0.75 * 1em);
}

.stack-cards__item {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: 400px;
  padding-bottom: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  overflow: hidden;
  margin-bottom: 10px;
}

.stack-cards__item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stack-cards__item a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.page-top-columns.page-top-columns-cards {
  height: 2200px;
  align-items: normal;
  justify-content: space-between;
  padding-top: 50px;
}

.page-top-columns > div.page-top-column-cards {
  width: 45%;
}

.page-top-columns .page-top-column-text {
  padding-top: 0;
}

.column-text-main {
  top: 0;
  max-width: 650px;
  width: 100%;
  height: 800px;
  position: fixed;
}

.column-text-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 10rem;
  position: absolute;
  top: 0;
}

.section-we-numbers {
  padding-top: 70px;
}

.row-we-numbers ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin-bottom: 70px;
}

.row-we-numbers ul > li {
  width: 30%;
  text-align: center;
  font-size: 21px;
  line-height: 150%;
}

.row-we-numbers ul > li > div {
  font-family: PoppinsBold;
  font-size: 50px;
  line-height: 130%;
  color: #14ABE7;
}

.section-mission {
  padding-bottom: 70px;
}

.block-mission {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.mission-info-top {
  padding: 20px 40px;
}

.mission-bgr-block {
  display: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.mission-main-block {
  position: relative;
  z-index: 50;
}

.mission-title {
  font-family: PoppinsBold;
  font-size: 50px;
  line-height: 130%;
  color: #000;
}

.mission-slider-text {
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  color: #333;
}

.mission-slider-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mission-slider-text .slick-dots {
  text-align: left;
}

.mission-slider-text .slick-dots li.slick-active button:before {
  color: #0072C6;
}

.mission-info-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.50);
  padding: 20px 40px;
}

.mission-info-text {
  color: #FFF;
  font-size: 20px;
  line-height: 150%;
}

.mission-info-text > p {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 10px;
  margin-bottom: 0;
}

.mission-info-text p > br {
  display: none;
}

.mission-info-btn svg {
  margin-right: 5px;
}

.btn-page.btn-checklist {
  max-width: 340px;
  padding: 16px 50px;
}

.section-expertise {
  background: #F4F9FF;
  padding: 100px 0;
}

.row.row-expertise {
  justify-content: space-between;
  gap: 30px;
  margin: 0;
}

.item-expertise {
  width: 31%;
  height: 500px;
  display: grid;
  border-radius: 20px;
  position: relative;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.item-expertise-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  color: #000000;
}

.item-expertise-name-more {
  font-size: 28px;
  line-height: 130%;
  color: #000000;
}

.item-expertise-img {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.item-expertise-img img {
  max-width: 250px;
}

.item-expertise .item-expertise-front {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #DEF2FF;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(0deg);
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 45px;
}

.item-expertise-front-top {
  position: relative;
  z-index: 10;
  padding-right: 40px;
}

.expertise-text-info {
  width: 100%;
  height: 100%;
  display: grid;
  background: #ffffff;
  border-radius: 20px;
  backface-visibility: hidden;
  transform: perspective(1000px) rotateY(-180deg);
  position: absolute;
  transition: all 0.5s;
  overflow-y: auto;
  padding: 25px;
}

.expertise-text-info ul {
  padding: 0;
  margin: 0;
}

.item-expertise:hover .expertise-text-info {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  transform: perspective(1000px) rotateY(0);
}

.item-expertise:hover .item-expertise-front {
  transform: perspective(1000px) rotateY(180deg);
}

.item-expertise-text ul > li {
  font-size: 18px;
  line-height: 150%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.item-expertise-text ul > li:before {
  content: url("/local/templates/isystemz-au/img/icons/icon_check.svg");
  position: relative;
  top: 4px;
  margin-right: 8px;
}

.item-expertise-link {
  display: flex;
  align-items: end;
  justify-content: right;
  padding-top: 10px;
}

.item-expertise-link a {
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.item-expertise-link a:hover {
  color: #005AD7;
  text-decoration: none;
}

.item-expertise-link a svg {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translateX(0px);
}

.item-expertise-link a:hover svg {
  transform: translateX(3px);
}

.section-industry {
  padding: 100px 0;
}

.section-industry .section-title {
  margin-bottom: 10px;
}

.section-industry .section-text {
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  text-align: center;
  margin-bottom: 70px;
}

.row.row-industry {
  justify-content: space-between;
  gap: 70px;
  margin: 0;
}

.row-industry > div {
  width: 21%;
  text-align: center;
}

.row-industry img {
  border-radius: 100px;
}

.row-industry img:hover {
  -webkit-box-shadow: 0 0 5px 10px rgba(229, 244, 242, 1);
  -moz-box-shadow: 0 0 5px 10px rgba(229, 244, 242, 1);
  box-shadow: 0 0 5px 10px rgba(229, 244, 242, 1);
}

.row-industry p {
  margin-top: 20px;
  margin-bottom: 0;
}

.section-working {
  background: linear-gradient(180deg, #0096EB 0%, #002876 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.section-working-wave {
  background-image: url(/local/templates/isystemz-au/img/waves.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 1000px;
  position: absolute;
  top: -300px;
  left: -700px;
}

.section-working .section-title {
  color: #ffffff;
}

.row.row-working {
  justify-content: space-between;
  gap: 30px;
  margin: 0;
}

.item-working {
  width: 48.5%;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  display: flex;
  overflow: hidden;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 30px;
}

.item-working-info {
  padding-left: 130px;
}

.working-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
}

.item-working-icon {
  max-width: 200px;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: -15px;
}

.item-working:hover {
  -webkit-box-shadow: 0 0 5px 10px rgba(20, 171, 231, 1);
  -moz-box-shadow: 0 0 5px 10px rgba(20, 171, 231, 1);
  box-shadow: 0 0 5px 10px rgba(20, 171, 231, 1);
}

.item-working:nth-child(2) .item-working-icon {
  max-width: 200px;
}

.main-page .section-cases {
  background: #FFFFFF;
  position: relative;
  z-index: 100;
}

.section-contacts {
  position: relative;
  z-index: 100;
}

footer {
  z-index: 100;
}

.form-checklist-input .col-input-item {
  position: relative;
}

.form-checklist-input .col-input-group-addon {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 5;
}

.form-checklist-input .col-input-item .form-control {
  border-radius: 15px;
  padding-left: 55px;
}

.form-checklist .form-checkbox label {
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 1500px) {
  .page-top-columns .page-top-title {
    font-size: 45px;
  }

  .page-top-text-info {
    font-size: 14px;
  }

  .col-card {
    padding: 40px 30px;
  }

  .col-card .card-label {
    font-size: 16px;
  }

  .column-text-main {
    max-width: 580px;
    height: 750px;
  }
  .content-main-index .page-top-text {
    font-size: 18px;
    height: 200px;
  }

  .stack-cards__item:nth-child(2) .card-icon img {
    max-width: 180px;
  }

  .item-expertise-text ul > li {
    font-size: 16px;
  }

  .row-industry > div {
    width: 20%;
  }

  .section-working-wave {
    top: -200px;
  }

  .working-title {
    font-size: 26px;
  }
}

@media (max-width: 1440px) {
  .page-top-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
  }

  .section-cases {
    padding: 70px 0;
  }

  .content-page .page-top-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1400px) {
  .column-text-main {
    height: 730px;
  }
}

@media (max-width: 1200px) {
  .page-top-columns .page-top-title {
    font-size: 35px;
  }

  .content-main-index .page-top-text {
    font-size: 16px;
  }

  .content-main-index .label-main-top-page {
    font-size: 20px;
  }

  .content-main-index .btn-page {
    max-width: 170px;
    padding: 12px 10px;
  }

  .page-top-text-info p > img {
    width: 100%;
  }

  .column-text-main {
    height: 725px;
    max-width: 450px;
  }

  .page-top-column-text .page-top-text {
    margin-bottom: 0;
  }

  .page-top-btns {
    padding: 20px 0;
    margin-top: -80px;
  }

  .stack-cards__item {
    height: 350px;
  }

  .col-card {
    padding: 35px;
  }

  .col-card .card-label {
    font-size: 14px;
  }

  .col-card .card-text {
    font-size: 24px;
  }

  .stack-cards__item:nth-child(2) .card-icon img {
    max-width: 150px;
  }

  .section-we-numbers {
    padding-top: 70px;
  }

  .row-we-numbers ul > li {
    width: 32%;
    font-size: 18px;
  }

  .row-we-numbers ul > li > div {
    font-size: 40px;
  }

  .section-mission {
    padding-bottom: 70px;
  }

  .mission-title {
    font-size: 38px;
  }

  .mission-slider-text {
    font-size: 20px;
  }

  .mission-info-text {
    font-size: 16px;
  }

  .mission-info-text > p {
    font-size: 20px;
  }

  .btn-page.btn-checklist {
    max-width: 340px;
    border-radius: 16px;
    padding: 12px 20px;
  }

  .section-expertise {
    padding: 70px 0;
  }

  .row.row-expertise {
    gap: 15px;
  }

  .item-expertise {
    width: 32%;
    height: 400px;
  }

  .item-expertise .item-expertise-front {
    padding: 25px;
  }

  .item-expertise-name {
    font-size: 24px;
  }

  .item-expertise-name-more {
    font-size: 22px;
  }

  .item-expertise-img img {
    max-width: 200px;
    max-height: 250px;
  }

  .expertise-text-info {
    padding: 20px;
  }

  .section-industry {
    padding: 70px 0;
  }

  .item-expertise-text ul > li {
    font-size: 14px;
  }

  .row-industry > div {
    width: 19%;
  }

  .section-working {
    padding: 70px 0;
  }

  .section-working-wave {
    top: -300px;
    left: -800px;
  }

  .item-working {
    width: 48%;
    padding: 20px;
  }

  .working-title {
    font-size: 20px;
  }


}

@media (max-width: 991px) {
  .page-top-title {
    font-weight: 700;
    line-height: 130%;
  }

  .page-top-btns .btn-page {
    max-width: 175px;
  }

  .page-top-btns .btn-page-primary {
    margin-right: 5px;
  }

  .content-page .page-top-text-info img {
    max-width: 90px;
    width: 100%;
  }

  .content-page .page-top-text-info .label-main-top-page {
    font-size: 18px;
    line-height: 21px;
  }

  .page-top-text-info p > img {
    width: auto;
  }

  .page-top-columns.page-top-columns-cards {
    height: auto;
  }

  .page-top-columns.page-top-columns-cards > div {
    width: 100%;
  }

  .column-text-main {
    width: 100%;
    height: auto;
    max-width: none;
    position: relative;
  }

  .content-main-index .page-top-text {
    height: auto;
    overflow: auto;
  }

  .content-main-index .page-top-btns {
    padding: 15px 0;
    margin-top: 0;
  }

  .page-top-link-more {
    display: none;
  }

  .column-text-inner {
    justify-content: normal;
    padding-bottom: 30px;
    position: relative;
    top: 0;
  }

  .stack-cards__item {
    height: 300px;
    max-width: 550px;
    padding-bottom: 0;
    margin: 0 auto;
  }

  .section-we-numbers {
    padding-top: 50px;
  }

  .row-we-numbers ul > li {
    font-size: 16px;
  }

  .row-we-numbers ul > li > div {
    font-size: 38px;
  }

  .section-mission {
    padding-bottom: 50px;
  }

  .section-expertise {
    padding: 50px 0;
  }

  .item-expertise-name {
    font-size: 20px;
  }

  .item-expertise-name-more {
    font-size: 20px;
  }

  .row.row-industry {
    gap: 50px;
  }

  .section-industry {
    padding: 50px 0;
  }

  .section-industry .section-text {
    margin-bottom: 50px;
  }

  .section-working {
    padding: 50px 0;
  }

  .item-working-icon {
    max-width: 120px;
    bottom: -40px;
  }

  .item-working:nth-child(2) .item-working-icon {
    max-width: 180px;
    bottom: -30px;
  }

  .item-working-info {
    padding-left: 110px;
  }

  .section-cases {
    padding: 50px 0;
  }
}

@media (max-width: 900px) {
  .mission-info-text p > br {
    display: block;
  }
}

@media (max-width: 880px) {
  .row.row-working {
    gap: 20px;
  }

  .item-working-info {
    padding-left: 90px;
  }

  .working-text {
    font-size: 14px;
  }

  .item-working:nth-child(1) .item-working-icon {
    width: 110px;
    bottom: -50px;
  }

  .item-working:nth-child(2) .item-working-icon {
    left: -40px;
  }
}

@media (max-width: 830px) {
  .section-expertise .section-title {
    margin-bottom: 0;
  }

  .row-expertise .slick-track {
    padding: 50px 0;
  }

  .section-expertise .row-expertise.slick-dotted {
    margin-bottom: 0;
  }

  .row-expertise .slick-dots {
    bottom: 0;
  }

  .slick-initialized .slick-slide.item-expertise {
    display: grid;
    height: 400px;
    margin: 0 10px;
  }

  .item-expertise {
    width: 48%;
  }

  .item-expertise-text ul > li {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .mission-info-text {
    max-width: 320px;
  }

  .mission-info-text br {
    display: none;
  }

  .mission-info-text p > br {
    display: block;
  }
}

@media (max-width: 780px) {
  .page-top-btns .btn-page {
    max-width: 170px;
  }
}

@media (max-width: 767px) {
  .content-main-index .section-title {
    margin-bottom: 10px;
  }

  .content-main-index .section-text {
    text-align: left;
  }

  .content-page .page-top-columns {
    display: grid;
  }

  .content-page .page-top-columns > div {
    width: 100%;
  }

  .content-page .page-top-column-text {
    order: 2;
    padding: 30px 15px 0;
  }

  .content-page .page-top-btns {
    text-align: center;
    padding: 30px 0;
  }

  .content-page .page-top-btns .btn-page-primary {
    margin-right: 20px;
  }

  .content-page .page-top-text-info {
    text-align: center;
    justify-content: center;
  }

  .page-top-text-info {
    justify-content: normal;
  }

  .page-top-text-info p {
    width: 45%;
    text-align: left;
  }

  .page-top-text-info p:nth-child(3) {
    width: 45%;
  }

  .col-card {
    padding: 30px 40px;
  }

  .col-card .card-label {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .col-card .card-icon img {
    max-width: 200px;
  }

  .col-card .card-text {
    font-size: 24px;
  }

  .row.row-we-numbers {
    margin: 0;
  }

  .mission-info-top {
    padding: 20px;
  }

  .mission-info-block {
    padding: 20px;
  }

  .slick-initialized .slick-slide.item-expertise {
    margin: 0 8px;
  }

  .row.row-industry {
    gap: 30px;
  }

  .row-industry img {
    max-width: 100px;
  }

  .item-working {
    width: 100%;
    padding-right: 40px;
  }

  .item-working-info {
    padding-left: 110px;
  }
}

@media (max-width: 600px) {
  .row-expertise .slick-track {
    padding: 30px 0 45px;
  }

  .slick-initialized .slick-slide.item-expertise {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .content-main-index .page-top-btns {
    padding: 20px 0 15px;
  }

  .block-title {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .stack-cards__item {
    height: 250px;
  }

  .col-card {
    border-radius: 25px;
    padding: 20px;
  }

  .col-card .card-icon-banner > img {
    max-width: 250px;
  }

  .col-card .card-label {
    font-size: 16px;
    line-height: 120%;
    padding: 6px 13px 4px;
    margin-bottom: 20px;
  }

  .col-card .card-icon {
    gap: 20px;
    flex-wrap: wrap;
  }

  .col-card .card-icon img {
    max-width: 150px;
  }

  .col-card .card-text {
    font-size: 20px;
  }

  .section-we-numbers {
    padding-top: 25px;
  }

  .row-we-numbers ul {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .row-we-numbers ul > li {
    width: 100%;
    display: flex;
    text-align: left;
    margin-bottom: 20px;
  }

  .row-we-numbers ul > li > div {
    font-size: 32px;
    min-width: 100px;
  }

  .mission-info-block {
    display: block;
  }

  .mission-info-text {
    max-width: none;
  }

  .mission-info-text > p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .mission-info-text > p > br {
    display: none;
  }

  .btn-page.btn-checklist {
    padding: 12px 10px;
  }

  .row.row-industry {
    gap: 20px;
  }

  .section-industry .section-text {
    margin-bottom: 30px;
  }

  .row-industry > div {
    width: 20%;
  }

  .row-industry img {
    max-width: 90px;
  }
}

@media (max-width: 470px) {
  .page-top-text-info p:nth-child(3) img {
    width: 100%;
  }

  .stack-cards__item:nth-child(1) .col-card .card-icon-banner > img,
  .stack-cards__item:nth-child(2) .col-card .card-icon-banner > img {
    max-width: 180px;
  }

  .row.row-industry {
    justify-content: center;
    gap: 15px;
  }

  .row-industry > div {
    width: 30%;
  }
}

@media (max-width: 400px) {
  .page-top-btns .btn-page {
    max-width: 100%;
    width: 100%;
  }

  .page-top-btns .btn-page-primary {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-top-text-info {
    text-align: center;
  }
}

@media (max-width: 390px) {
  .col-card .card-icon {
    margin-bottom: 20px;
  }

  .col-card .card-text {
    font-size: 18px;
    font-weight: normal;
  }

  .stack-cards__item:nth-child(2) .card-icon img {
    width: 45%;
  }

  .stack-cards__item:nth-child(3) .card-icon img {
    width: 40%;
  }

  .item-working .item-working-icon {
    opacity: 0.2;
  }

  .item-working-info {
    padding-left: 0;
    z-index: 10;
  }
}

@media (max-width: 350px) {
  .page-top-text-info > div {
    margin-bottom: 10px;
  }

  .page-top-text-info p {
    width: 100%;
    text-align: center;
  }

  .page-top-text-info p:nth-child(3) {
    width: 100%;
  }
  .page-top-text-info p:nth-child(3) img {
    width: auto;
  }

  .row-we-numbers ul > li {
    display: block;
  }

  .row-industry > div {
    width: 40%;
  }
}

/* End */


/* Start:/local/templates/isystemz-au/components/bitrix/news/cases/bitrix/catalog.filter/.default/style.css?17176748231487*/
.cases-filter {
  margin-bottom: 15px;
}

.row-filter-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
  background: #D8D8D8;
  border-radius: 20px;
  opacity: 0.8;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.filter-label-bgr {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.filter-label-text {
  position: relative;
  z-index: 10;
  margin: 5px 15px;
}

.filter-label.active {
  color: #FFFFFF;
  opacity: 1;
}

.filter-label.active .filter-label-bgr {
  display: block;
}

.filter-label.active .filter-label-text {
  padding-left: 18px;
}

.filter-label.active .filter-label-text:before {
  content: url("/local/templates/isystemz-au/img/icons/confirm.svg");
  position: absolute;
  left: -5px;
}

.filter-label .hover-line {
  width: 0;
  height: 3px;
  margin:0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  transition: width 0.5s;
}

.filter-label-all .hover-line {
  background: #0072C6;
}

.filter-label-all.active {
  background: #0072C6;
}

.filter-label:hover {
  opacity: 1;
}

.filter-label:hover .hover-line {
  width: 100%;
}

.filter-btns {
  display: none;
}

/* End */


/* Start:/local/templates/isystemz-au/components/bitrix/news/cases/bitrix/news.list/.default/style.css?17176690854509*/
.section-cases {
  background: #F5F5F5;
  padding: 50px 0;
}

.cases-list-desc .row-case-list {
  column-count: 2;
  column-gap: 25px;
}

.row-case-list a:hover {
  text-decoration: none;
}

.case-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: right;
  padding: 50px;
  margin-bottom: 25px;
  transition: all 200ms;
}

.case-item:hover {
  opacity: 0.8;
}

.case-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-align: center;
  border-radius: 20px;
  padding: 10px 22px 9px 22px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 20;
}

.case-item-info {
  width: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.70);
  position: relative;
  z-index: 20;
  padding: 20px;
}

.cases-list-desc .case-item:nth-child(1), .cases-list-desc .case-item:nth-child(4) {
  height: 900px;
}

.cases-list-desc .case-item:nth-child(2), .cases-list-desc .case-item:nth-child(3) {
  height: 700px;
}

.case-item.position-right {
  justify-content: right;
}

.case-item.position-left {
  justify-content: left;
}

.case-item.position-right .case-item-info,
.case-item.position-left .case-item-info {
  max-width: 410px;
}

.case-item-img {
  position: absolute;
  z-index: 5;
}

.case-item-img.left {
  left: 0;
}
.case-item-img.right {
  right: 0;
}

.case-item-img.top-left {
  top: 0;
  left: 0;
}
.case-item-img.top-right {
  top: 0;
  right: 0;
}

.case-item-img.bottom-left {
  left: 0;
  bottom: 0;
}
.case-item-img.bottom-right {
  left: 0;
  right: 0;
}

.case-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.case-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.case-text p {
  margin-bottom: 10px;
}

.case-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.technology-case-img {
  background: #FFFFFF;
  border-radius: 50px;
  border: 1px solid #B0B0B0;
  padding: 14px;
}

.case-icons img {
  max-width: 30px;
}

.cases-list-mobile {
  display: none;
}

.content-main-index .cases-list-desc .case-item {
  padding: 30px;
}

.content-main-index .cases-list-desc .case-item:nth-child(1) {
  height: 350px;
}
.content-main-index .cases-list-desc .case-item:nth-child(2) {
  height: 525px;
}

.content-main-index .cases-list-desc .case-item:nth-child(3) {
  height: 420px;
}

@media (max-width: 1200px) {
  .cases-list-desc .case-item:nth-child(1), .cases-list-desc .case-item:nth-child(4) {
    height: 600px;
  }

  .cases-list-desc .case-item:nth-child(2), .cases-list-desc .case-item:nth-child(3) {
    height: 600px;
  }

  .case-item {
    padding: 0;
  }

  .case-item-info {
    max-width: none;
    width: 100%;
    min-height: 350px;
    border-radius: 0;
    position: relative;
  }

  .case-item.position-right .case-item-info,
  .case-item.position-left .case-item-info {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .case-item {
    padding-top: 200px;
  }

  .case-item-img {
    width: 100%;
  }

  .case-item-img img {
    width: 80%;
    position: absolute;

  }

  .case-item-img.left img {
    left: 0;
  }
  .case-item-img.right img {
    right: 0;
  }

  .case-item-img.top-left img {
    top: 0;
    left: 0;
  }
  .case-item-img.top-right img {
    top: 0;
    right: 0;
  }

  .case-item-img.bottom-left img {
    left: 0;
    bottom: 0;
  }
  .case-item-img.bottom-right img {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .container.container-cases {
    max-width: none;
    margin: 0 20px;
  }

  .cases-list-desc {
    display: none;
  }

  .cases-list-mobile {
    display: block;
  }

  .case-item {
    margin: 0 10px 25px;
  }

  .case-title {
    font-size: 28px;
    line-height: 40px;
  }

  .case-label {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 17px 6px 17px;
    top: 30px;
    left: 30px;
  }
}

@media (max-width: 575px) {
  .container.container-cases {
    margin: 0 auto;
  }

  .case-label {
    top: 20px;
    left: 20px;
  }
}

/* End */


/* Start:/local/templates/isystemz-au/components/bitrix/news.detail/contacts/style.css?17333955811680*/
.section-contacts {
	background: #F8F9FF;
	padding: 50px 0;
}

.section-contacts .section-title {
	margin-bottom: 15px;
}

.section-contacts .section-text {
	max-width: 900px;
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	color: #2D2D2D;
	text-align: center;
	margin: 0 auto;
}

.section-contacts .container {
	border-radius: 20px;
	border: 1px solid #E5F4F2;
	background: #FFFFFF;
	padding: 15px;
}

.row-contacts {
	margin-top: 50px;
}

.row-contacts a {
	color: #2D2D2D;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.col-contacts ul {
	list-style-type: none;
	padding-inline-start: 33px;
}

.col-contacts p img {
	margin-right: 10px;
}

.col-contacts p:nth-child(2) {
	padding-left: 33px;
}

.row-contacts .btn-page {
	max-width: max-content;
	padding: 20px 50px;
}

.logo-mobile {
	display: none;
	text-align: center;
}

@media (max-width: 991px)  {
	.section-contacts .container {
		border: none;
		background: transparent;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.block-contact-title {
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}

	.section-contacts .section-title,
	.section-contacts .section-text {
		text-align: left;
	}

	.row.row-contacts {
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.col.col-contacts, .col.col-form {
		width: 100%;
		flex-basis: auto;
		margin-top: 50px;
		padding: 0;
	}

	.logo-desc {
		display: none;
	}

	.logo-mobile {
		display: block;
		margin-top: 50px;
	}
}

@media (max-width: 575px) {
	.col.col-contacts,
	.col.col-form {
		margin-top: 25px;
	}
}

/* End */
/* /local/templates/isystemz-au/components/bitrix/news.list/main_page/style.css?173079269322463 */
/* /local/templates/isystemz-au/components/bitrix/news/cases/bitrix/catalog.filter/.default/style.css?17176748231487 */
/* /local/templates/isystemz-au/components/bitrix/news/cases/bitrix/news.list/.default/style.css?17176690854509 */
/* /local/templates/isystemz-au/components/bitrix/news.detail/contacts/style.css?17333955811680 */
