

/* Start:/local/templates/isystemz-au/components/bitrix/news.list/implementation/style.css?171766902116392*/
.section-top-microsoft-power-platform {
  background: #046576;
  padding: 130px 0;
}

.section-top-microsoft-teams-solutions {
  background: #4B53BC;
  padding: 100px 0;
}

.page-top-container .page-top-columns {
  padding-bottom: 0;
}

.page-top-container .page-top-column-text {
  display: flex;
  gap: 30px;
  padding-top: 0;
}

.page-top-column-img {
  text-align: center;
}

.page-top-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 40px;
}

.page-top-columns .page-top-title {
  font-size: 67px;
  line-height: 130%;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-top-columns .page-top-text {
  font-size: 28px;
  line-height: 130%;
  color: #FFFFFF;
}

.page-top-columns .page-top-text ul {
  padding-left: 20px;
  margin-top: 15px;
}

.page-top-columns .page-top-text ul > li {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

.page-top-text-block {
  width: 88%;
}

.page-top-labels {
  position: absolute;
  z-index: 20;
  right: 100px;
  top: 0;
}

.page-top-labels > p {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 13px;
  background: #000;
  max-width: max-content;
  padding: 3px 13px;
  margin: 0 0 3px auto;
}

.section-page-grey {
  background: #F2F2F2;
}

.row-text {
  max-width: 900px;
  font-size: 21px;
  line-height: 150%;
  text-align: center;
  margin: 0 auto 50px;
}

.text-description {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  color: #14ABE7;
  text-align: center;
}

.item-text a {
  color: #14ABE7;
  text-decoration-line: underline;
}

.item-name-mobile {
  display: none;
}

.block-text {
  height: 132px;
  overflow: hidden;
  transition: 0.3s linear;
}

.block-text.text-show-more {
  height: auto;
  overflow: visible;
  -webkit-line-clamp: inherit;
}

.link-show-more {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #14ABE7;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}

.link-show-more > svg {
  position: relative;
  top: -1px;
}

.link-show-all {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #14ABE7;
  text-align: right;
  cursor: pointer;
}

.vertical-line-border {
  width: 6px;
  height: 100%;
  background: #14ABE7;
  position: absolute;
  left: 0;
}

.section-title.discover-title {
  margin-bottom: 20px;
}

.row-discover {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0;
}

.col-item-discover {
  width: 48%;
  border-radius: 20px;
  border: 1px solid #E5F4F2;
  background: #FFFFFF;
  box-shadow: 35px 30px 48px 0 rgba(51, 102, 255, 0.05);
  transition: 0.3s ease;
  padding: 40px 80px;
}

.col-item-discover:hover {
/*  border: 1px solid #14ABE7;*/
  background: #DAFCFA;
  box-shadow: 35px 30px 50px 0 rgba(51, 102, 255, 0.15);
}

.col-item-discover .item-icon {
  text-align: center;
  margin-bottom: 20px;
}

.col-item-discover .item-icon img {
  border-radius: 50px;
  background: rgba(20, 171, 231, 0.20);
  padding: 20px;
}

.col-item-discover .item-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  color: #000000;
  text-align: center;
}

.col-item-discover .item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #4C6B78;
}

.col-item-power {
  width: 25%;
  padding: 0 15px 10px;
}

.col-item-power .item-icon {
  width: 80px;
  height: 80px;
  background: #32A3E9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.col-item-power .item-name {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

.col-item-power ul {
  color: #383838;
}

.section-benefits {
  padding: 70px 0 20px;
}

.section-title.benefit-title {
  margin-bottom: 20px;
}

.row-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}

.row-block-benefit {
  width: 30%;
}

.benefit-item {
  margin-bottom: 50px;
}

.benefit-item .item-name {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.benefit-item .block-text {
  height: 100px;
}

.benefit-item .block-text.text-show-more {
  height: auto;
}

.benefit-item .item-text {
  position: relative;
  padding-left: 25px;
}

.solution-row-text > p {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  color: #14ABE7;
  margin-top: 15px;
}

.section-title.solutions-title {
  margin-bottom: 15px;
}

.power-platform .row-solutions {
  gap: 50px;
  justify-content: center;
}

.power-platform .solution-item {
  width: 30%;
}

.power-platform .solution-item .item-icon {
  width: 80px;
  height: 80px;
  background: #32A3E9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.power-platform .solution-item .item-name {
  text-align: center;
  margin-bottom: 30px;
}

.power-platform .solution-item .item-img {
  margin-bottom: 15px;
}

.power-platform .solution-item .item-img img {
  width: 100%;
  cursor: zoom-in;
}

.power-platform .solution-item .item-img-text {
  font-size: 14px;
  line-height: 160%;
  color: #868686;
}

.power-platform .solution-item .item-text ul {
  list-style-type: none;
  padding-left: 0;
}

.power-platform .solution-item .item-text ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}

.power-platform .solution-item .item-text ul > li:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #14ABE7;
  position: absolute;
  left: 0;
}

.power-platform .block-links {
  margin-bottom: 30px;
}

.teams-solutions .row-solutions {
  justify-content: space-between;
}

.teams-solutions .solution-item {
  width: 31%;
}

.teams-solutions .solution-item .item-name {
  font-size: 38px;
  font-weight: normal;
  color: #000;
}

.teams-solutions .solution-item .item-text p {
  margin-bottom: 10px;
}

.teams-solutions .solution-item .item-text-big {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}

.teams-solutions .item-img {
  height: 180px;
  border-radius: 20px;
  background-size: 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.teams-solutions .item-img img {
  width: 100%;
  border-radius: 20px;
  margin-top: -95px;
}

.teams-solutions .item-text-block {
  padding-top: 40px;
}

.teams-solutions .links {
  display: flex;
  gap: 30px;
}

.teams-solutions .links p {
  max-width: 200px;
  margin-bottom: 0;
}

.teams-solutions .block-name-mobile {
  display: none;
}

.row-purple {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.row-purple .col-item {
  width: 33%;
}

.item-purple {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.item-purple .item-name {
  font-size: 28px;
  font-weight: 700;
}

.item-purple.purple .item-name {
  color: #4B53BC;
}

.item-purple.gold .item-name {
  color: #A79255;
}

.section-accredited {
  background: #4B53BC;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  color: #FFFFFF;
}

.section-accredited .accredited-title {
  color: #FFFFFF;
  max-width: 950px;
  margin: 0 auto;
}

.accredited-title-text {
  max-width: 950px;
  font-size: 21px;
  text-align: center;
  margin: 10px auto 50px;
}

.accredited-text ul {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  margin-bottom: 0;
}

.accredited-text ul > li {
  width: 20%;
  font-size: 20px;
}

.accredited-text-hidden {
  height: 98px;
  overflow: hidden;
}

.accredited-text-hidden.text-show-more {
  height: auto;
}

.section-key-features .row-text {
  margin: 0 auto 20px;
}

.row-text-hidden {
  height: 400px;
  overflow: hidden;
}

.row-text-hidden.text-show-more {
  height: auto;
}

.show-more-block {
  margin-top: 30px;
}

.link-show-solution {
  display: none;
}

.top-line-border {
  width: 140px;
  height: 6px;
  background: #14ABE7;
  margin-bottom: 25px;
}

.col-item .item-text {
  font-size: 16px;
  line-height: 150%;
}

.item-text .links a {
  font-weight: 700;
}

.item-solution-block.text-show-more {
  height: auto;
  overflow: hidden;
}

.section-title-mb {
  margin-bottom: 15px;
}

.link-show-accredited {
  color: #FFFFFF;
  margin-top: 30px;
}

.text-show-all .block-text {
  height: auto;
}

@media (max-width: 1500px) {
  .page-top-columns > div.page-top-column-text {
    width: 60%;
  }

  .page-top-columns > div.page-top-column-img {
    width: 40%;
  }

  .page-top-text-block {
    width: 82%;
  }

  .page-top-columns .page-top-title {
    font-size: 50px;
  }

  .page-top-labels {
    right: 30px;
  }

  .teams-solutions .item-img img {
    margin-top: -70px;
  }

}

@media (max-width: 1220px) {
  .magnify_img img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .page-top-columns > div.page-top-column-text {
    width: 70%;
  }

  .page-top-columns > div.page-top-column-img {
    width: 30%;
  }

  .page-top-columns .page-top-title {
    font-size: 40px;
  }

  .page-top-column-img img {
    width: 270px;
  }

  .page-top-labels > p {
    font-size: 12px;
  }

  .col-item-discover {
    padding: 40px;
  }

  .benefit-item .item-name {
    font-size: 22px;
  }

  .power-platform .solution-item {
    width: 47%;
  }

  .teams-solutions .solution-item.slick-slide {
    display: flex;
  }

  .teams-solutions .solution-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .teams-solutions .item-img img {
    display: none;
  }

  .teams-solutions .item-text-block {
    width: 62%;
    padding-top: 0;
  }

  .teams-solutions .item-img {
    width: 280px;
    height: 230px;
    background-size: cover;
  }

  .row-purple {
    justify-content: space-between;
  }

  .row-purple .col-item {
    width: 47%;
  }

  .accredited-text ul > li {
    width: 22%;
    font-size: 18px;
  }

}

@media (max-width: 991px) {
  .section-top-microsoft-power-platform {
    padding: 100px 0;
  }

  .section-top-microsoft-teams-solutions {
    padding: 90px 0 60px;
  }

  .row-text {
    font-size: 21px;
    text-align: left;
    margin: 0 auto 30px;
  }

  .section-title.discover-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .col-item-discover {
    padding: 35px;
  }

  .col-item-discover .item-name {
    font-size: 24px;
  }

  .col-item-discover .item-icon img {
    padding: 15px;
  }

  .col-item-power {
    width: 50%;
  }

  .col-item-power:nth-child(1),
  .col-item-power:nth-child(2) {
    margin-bottom: 15px;
  }

  .section-title.benefit-title {
    margin-bottom: 5px;
  }

  .text-description {
    font-size: 24px;
  }

  .section-benefits {
    padding: 50px 0 20px;
  }

  .benefit-item {
    padding-right: 30px;
  }

  .benefit-item .item-name {
    font-size: 20px;
  }

  .section-title.solutions-title {
    margin-bottom: 10px;
  }

  .solution-row-text > p {
    font-size: 24px;
  }

  .power-platform .solution-item {
    width: 45%;
  }

  .teams-solutions .solution-item > div:first-child {
    width: 32%;
  }

  .teams-solutions .item-img {
    width: 100%;
  }

  .item-purple .item-name {
    font-size: 24px;
  }

  .accredited-text-hidden {
    height: 145px;
    overflow: hidden;
  }

  .accredited-text ul {
    flex-wrap: wrap;
  }

  .accredited-text ul > li {
    width: 45%;
    font-size: 18px;
  }

  .accredited-text ul > li:nth-child(1),
  .accredited-text ul > li:nth-child(2) {
    margin-bottom: 25px;
  }

}

@media (max-width: 757px) {
  .section-top-microsoft-power-platform {
    padding: 70px 0 20px;
  }

  .section-top-microsoft-teams-solutions {
    padding: 70px 0 30px;
  }

  .page-top-columns > div.page-top-column-text {
    width: 100%;
    display: block;
    z-index: 20;
  }

  .page-top-columns > div.page-top-column-img {
    width: 0;
    position: absolute;
    top: 0;
    right: 120px;
  }

  .page-top-column-img img {
    width: 320px;
    opacity: 0.3;
  }

  .page-top-text-block {
    width: 90%;
  }

  .page-top-icon {
    margin-bottom: 10px;
  }

  .page-top-columns .page-top-text {
    font-size: 21px;
  }

  .page-top-columns .page-top-text ul > li {
    font-size: 16px;
  }

  .row-discover {
    flex-wrap: wrap;
  }

  .col-item-discover {
    width: 100%;
  }

  .item-discover-block {
    display: flex;
    gap: 25px;
    align-items: center;
  }

  .col-item-discover .item-icon {
    margin-bottom: 10px;
  }

  .col-item-discover .item-icon img {
    width: 60px;
  }

  .col-item-discover .item-name {
    font-size: 20px;
  }

  .col-item-power {
    width: 100%;
    display: flex;
  }

  .col-item-power div:nth-child(2) {
    width: 90%;
  }

  .col-item-power .item-icon {
    width: 60px;
    height: 60px;
  }

  .col-item-power .item-icon img {
    width: 35px;
  }

  .col-item-power .item-name {
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
  }

  .col-item-power .block-text {
    height: 80px;
  }

  .block-text.text-show-more {
    height: auto;
  }

  .col-item-power .link-show-more {
    text-align: left;
    padding-left: 25px;
  }

  .row-text {
    font-size: 18px;
  }

  .row-text-hidden {
    height: auto;
  }

  .link-show-solution {
    display: block;
  }

  .show-more-block {
    display: none;
  }

  .item-solution-block {
    height: 280px;
    overflow: hidden;
  }

  .solution-row-text > p {
    font-size: 20px;
  }

  .power-platform .row-solutions {
    margin: 0;
  }

  .power-platform .solution-item {
    width: 100%;
  }

  .row-solutions.row-text-hidden {
    overflow: visible;
  }

  .teams-solutions .solution-item.slick-slide {
    display: block;
    padding: 0 20px;
  }

  .teams-solutions .solution-item .item-name {
    line-height: 120%;
  }

  .item-text-block .top-line-border,
  .item-text-block .item-name {
    display: none;
  }

  .teams-solutions .block-name-mobile {
    display: block;
  }

  .teams-solutions .solution-item > div:first-child {
    width: auto;
    display: flex;
    gap: 30px;
  }

  .teams-solutions .item-text {
    font-size: 16px;
    line-height: 24px;
  }

  .teams-solutions .item-img {
    width: 60%;
    height: 180px;
  }

  .teams-solutions .top-line-border {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .teams-solutions .item-text-block {
    width: 100%;
    padding-top: 30px;
  }

  .teams-solutions .links p {
    max-width: max-content;
  }

  .row-purple .col-item {
    animation-name: none !important;
    padding: 0 10px;
  }

  .accredited-title-text {
    font-size: 20px;
    text-align: left;
    margin: 10px auto 30px;
  }

  .accredited-text ul > li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .accredited-text ul > li:nth-child(1),
  .accredited-text ul > li:nth-child(2) {
    margin-bottom: 20px;
  }

}

@media (max-width: 575px) {
  .page-top-columns .page-top-title {
    font-size: 36px;
  }

  .page-top-labels {
    right: 15px;
  }

  .row-text {
    font-size: 16px;
  }

  .solution-row-text > p {
    font-size: 20px;
  }

  .item-text-block .top-line-border,
  .item-text-block .item-name {
    display: block;
  }

  .teams-solutions .block-name-mobile {
    display: none;
  }

  .teams-solutions .item-img {
    width: 100%;
    background-position: center;
  }

  .teams-solutions .item-text-block {
    padding-top: 0;
  }

  .section-accredited {
    background-size: cover;
  }

}

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