

/* 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 */
/* /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 */
