

/* Start:/local/templates/isystemz-au/components/bitrix/news.list/services-list/style.css?17340723102098*/
.section-services-list {
  padding: 100px 0;
}

.row-services-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

a.item-service {
  width: 31%;
  height: 435px;
  display: grid;
  border-radius: 20px;
  background: #DEF2FF;
  position: relative;
  overflow: hidden;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 45px;
}

a.item-service:hover {
  background: #b1d3e9;
  text-decoration: none;
}

.item-service-top {
  position: relative;
  z-index: 50;
}

.item-service-name {
  color: #000;
  font-size: 28px;
  line-height: 130%;
}

.item-service-name > p {
  font-weight: 700;
  margin-bottom: 0;
}

.item-service-img {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.item-service-img img {
  max-width: 250px;
}

@media (max-width: 1500px) {
  a.item-service {
    width: 31.5%;
    padding: 30px;
  }

  .item-service-img {
    bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .section-services-list {
    padding: 60px 0;
  }

  a.item-service {
    width: 31%;
    height: 380px;
  }

  .item-service-img img {
    max-width: 200px;
    max-height: 250px;
    opacity: 0.6;
  }
}

@media (max-width: 991px) {
  .section-services-list {
    padding-bottom: 40px;
  }

  .section-services-list .section-title {
    margin-bottom: 30px;
  }

  .row-services-list {
    gap: 0;
  }

  a.item-service {
    width: 32%;
    height: 300px;
    border-radius: 16px;
    padding: 20px;
    margin: 0 5px 10px;
  }

  .item-service-name {
    font-size: 22px;
  }

  .item-service-img img {
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  a.item-service {
    width: 48%;
    margin-bottom: 20px;
  }

  .item-service-name {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  a.item-service {
    width: 100%;
    margin-bottom: 25px;
  }

  .item-service-name br {
    display: none;
  }
}

/* End */
/* /local/templates/isystemz-au/components/bitrix/news.list/services-list/style.css?17340723102098 */
