

/* Start:/local/templates/isystemz-au/components/bitrix/news.list/software/style.css?173407226314525*/
.section-page-top.section-software {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 90px;
}

.clear {
  clear: both;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.row-page-main {
  display: flex;
  padding-bottom: 70px;
}

.page-main-column {
  width: 65%;
  position: relative;
  z-index: 50;
}

.page-main-top {
  max-width: 780px;
}

.page-main-top .page-top-title {
  font-family: "PoppinsBold";
  font-size: 67px;
}

.page-top-slider {
  max-width: 750px;
}

.page-top-slider-item {
  display: none;
}

.page-top-slider-item:first-child {
  display: block;
}

.page-top-slider-item-text {
  font-family: "Poppins";
  font-size: 34px;
  line-height: 130%;
  color: #14ABE7;
  margin-bottom: 20px;
}

.page-top-slider-item-text > span {
  font-family: "PoppinsBold";
}

.page-top-slider-item-img-mobile {
  display: none;
}

.page-top-slider-item-btns {
  text-align: right;
}

.page-top-slider-item-link-more {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #14ABE7;
  opacity: 0;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.page-top-slider-item-link-more.visible {
  opacity: 1;
}

.page-top-slider-item-link-more:hover {
  color: #14ABE7;
  text-decoration: none;
}

.top-slider-arrow {
  background: transparent;
  border-radius: 20px;
  border: 2px solid #14ABE7;
  padding: 15px 15px 15px;
  margin-left: 10px;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.page-top-slider-item-link-more:hover .top-slider-arrow {
  background: #14ABE7;
}

.page-top-slider-item-link-more .top-slider-arrow svg {
  height: 25px;
}

.page-top-slider-item-link-more .top-slider-arrow svg > path {
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.page-top-slider-item-link-more:hover .top-slider-arrow svg > path {
  stroke: #ffffff;
}

.page-top-slider-btn {
  display: none;
}

.page-top-slider .slick-track {
  padding-bottom: 20px;
}

.page-top-slider .slick-dots {
  max-width: max-content;
  bottom: 25px;
  text-align: left;
}

.page-top-slider .slick-dots li button:before {
  border-radius: 6px;
  opacity: 0.5;
  color: #14ABE7;
  display: flex;
  justify-content: center;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.page-top-slider .slick-dots li.slick-active button:before {
  font-size: 38px;
  color: #01F0FF;
}

.page-top-slider .slick-dots li:hover button:before {
  font-size: 38px;
  color: #01F0FF;
  opacity: 1;
}

.page-main-column-images {
  transform-style: preserve-3d;
  position: relative;
  width: 35%;
}

.page-top-slider-item-img {
  transform-style: preserve-3d;
  opacity: 0;
  position: absolute;
  top: -130px;
  right: -150px;
}

.page-top-slider-item-img.active {
  opacity: 1;
  -webkit-animation-name: imgFideIn;
  animation-name: imgFideIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes imgFideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.section-bgr-gradient-blue {
  background: linear-gradient(15deg, #008DC6 34%, #ACE7FF 209%);
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.section-software {
  position: relative;
  overflow: hidden;
}

.section-bgr {
  background: #E5F4F2;
}

.section-title.section-title-software {
  font-family: "PoppinsBold";
  line-height: 130%;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}

.section-title.section-title-software > span {
  color: #14ABE7;
}

.row-software {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 50;
}

.software-info {
  width: 65%;
  padding-right: 60px;
}

.software-img {
  width: 35%;
}

.software-text {
  color: #333333;
  font-size: 21px;
  line-height: 150%;
}

.container-custom-software .section-title.section-title-software {
  color: #01F0FF;
}

.block-custom-software {
  width: 30%;
  font-size: 21px;
  line-height: 150%;
  color: #ffffff;
}

.block-transform-ideas {
  width: 68%;
  color: #ffffff;
}

.transform-ideas {
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  padding: 40px;
  margin-bottom: 30px;
}

.transform-ideas-info {
  width: 48%;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

.transform-ideas-info p {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 0;
}

.transform-ideas-info ul {
  display: flex;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.transform-ideas-info ul > li {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.transform-ideas-info ul > li > span {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

.block-technologies-slider {
  width: 48%;
}

.technologies-slider-item {
  border-radius: 20px;
  background: #FFF;
  padding: 30px;
}

.technologies-slider-item.slick-slide {
  height: 340px;
  margin: 0 5px;
}

.technologies-slider-item.slick-slide img {
  margin: 0 auto;
}

.technologies-item-name {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 30px;
}

.technologies-item-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.technologies-item-info ul.list-short li {
  width: 48%;
}

.technologies-item-info ul > li {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  width: 33%;
}

.technologies-slider-tex {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  padding: 0 40px;
}

.technologies-slider .slick-dots {
  bottom: -45px;
}

.technologies-slider .slick-dots li button:before {
  color: #FFF;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  line-height: 6px;
  border-radius: 5px;
}

.technologies-slider .slick-dots li.slick-active button:before {
  color: #FFF;
  box-shadow: 0 0 15px 5px #01F0FF;
}

.content-page .section-contacts {
  background: #ffffff;
}

.content-page .section-contacts .container {
  border: none;
}

@media (max-width: 1500px) {
  .page-main-column {
    width: 70%;
  }

  .page-top-slider-item-img {
    right: -260px;
  }

  .page-top-slider-item-img img {
    max-width: 550px;
  }

  .page-top-slider-item {
    padding-right: 15px;
  }

  .section-title.section-title-software {
    font-size: 30px;
  }

  .transform-ideas {
    border-radius: 40px;
    padding: 30px;
  }

  .transform-ideas-info {
    width: 46%;
    font-size: 24px;
  }

  .transform-ideas-info p {
    font-size: 18px;
  }

  .transform-ideas-info ul > li {
    font-size: 18px;
  }

  .block-technologies-slider {
    width: 50%;
  }

  .technologies-slider-item {
    padding: 20px 0;
  }

  .technologies-item-name {
    font-size: 24px;
    padding: 0 15px;
  }
}

@media (max-width: 1440px) {
  .section-page-top.section-software {
    background-image: none !important;
  }

  .page-main-column {
    position: relative;
    z-index: 30;
  }

  .row-page-main {
    padding-bottom: 0;
  }

  .page-top-slider .slick-dots {
    bottom: 40px;
  }

  .page-top-slider-item-btns {
    display: flex;
    gap: 20px;
    justify-content: right;
    align-items: center;
  }

  .page-top-slider-item-btns .btn-page.btn-page-primary {
    padding: 16px 50px;
  }

  .page-top-slider-btn {
    display: block;
  }

  .page-top-btns {
    display: none;
  }
}

@media (max-width: 1300px) {
  .section-page-top.section-software {
    background-position: -90px;
  }
}

@media (max-width: 1200px) {
  .page-main-top {
    max-width: 580px;
  }

  .page-main-top .page-top-title {
    font-size: 50px;
  }

  .page-top-slider-item-img img {
    max-width: 450px;
  }

  .page-top-slider-item-img {
    right: -250px;
    top: -160px;
  }

  .page-main-column {
    width: 100%;
  }

  .page-top-slider-item-text {
    font-size: 30px;
  }

  .top-slider-arrow {
    border-radius: 16px;
    padding: 11px 10px 11px;
  }

  .page-top-slider-item-btns .btn-page.btn-page-primary {
    padding: 12px 40px;
    border-radius: 16px;
  }

  section.section-simple-more {
    padding: 40px 0;
  }

  .software-text {
    font-size: 20px;
  }

  .software-img img {
    max-width: 450px;
  }

  .container-system-integration .software-img img {
    max-width: 380px;
  }

  .row-software.row-custom-software {
    display: block;
  }

  .block-custom-software {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-transform-ideas {
    width: 100%;
  }

  .technologies-slider-tex {
    font-size: 24px;
  }

  .content-page .section-contacts {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .section-page-top.section-software {
    background-image: none;
  }

  .page-top-slider-item-link-more {
    font-size: 18px;
  }

  .page-top-slider-item-img {
    right: -120px;
    top: -100px;
  }

  .page-top-slider-item-img img {
    max-width: 350px;
  }

  .section-bgr-gradient-blue {
    padding: 40px 0 10px;
  }

  .section-title.section-title-software {
    font-size: 28px;
  }

  .software-text {
    font-size: 18px;
  }

  .software-img img {
    position: relative;
    top: -30px;
  }

  .container-system-integration .software-img img {
    max-width: 330px;
    right: -30px;
  }

  .block-custom-software {
    font-size: 18px;
  }

  .transform-ideas {
    border-radius: 35px;
  }

  .technologies-slider-tex {
    font-size: 20px;
  }

  .transform-ideas-info {
    font-size: 20px;
  }

  .transform-ideas-info ul > li {
    font-size: 16px;
  }

  .transform-ideas-info ul > li > span {
    font-size: 28px;
  }

  .technologies-item-name {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .technologies-slider-item.slick-slide {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .page-main-top .page-top-title {
    font-size: 38px;
    max-width: 450px;
  }

  .page-main-top .page-top-text {
    margin-bottom: 0;
  }

  .page-top-slider-item-text {
    font-size: 28px;
    text-align: center;
  }

  .page-top-slider-item-img {
    display: none;
  }

  .page-top-slider-item-img-mobile {
    display: block;
  }

  .page-top-slider-item-img-mobile img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  .page-top-slider-item-btns {
    justify-content: center;
  }

  .page-top-slider-item-link-more {
    opacity: 1;
  }

  .page-top-slider .slick-track {
    padding-bottom: 40px;
  }

  .page-top-slider .slick-dots {
    bottom: 0;
    text-align: center;
    max-width: none;
  }

  section.section-simple-more {
    padding: 30px 0;
  }

  .row-software {
    flex-wrap: wrap;
  }

  .software-info {
    width: 100%;
    position: relative;
    z-index: 50;
    padding-right: 0;
  }

  .software-text {
    font-size: 16px;
  }

  .software-img {
    width: auto;
    position: absolute;
    top: -50px;
    right: -100px;
    opacity: 0.3;
  }

  .software-img img {
    max-width: 330px;
  }

  .section-title.section-title-software {
    font-size: 28px;
    max-width: 500px;
  }

  .block-custom-software {
    font-size: 16px;
  }

  .container-system-integration .software-img {
    right: -20px;
  }

  .container-system-integration .software-img img {
    max-height: 250px;
  }

  .transform-ideas {
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 25px;
    padding: 25px;
  }

  .transform-ideas-info {
    width: 100%;
  }

  .transform-ideas-info ul {
    justify-content: center;
  }

  .transform-ideas-info p {
    font-size: 16px;
  }

  .block-technologies-slider {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .technologies-slider-tex {
    font-size: 18px;
    padding: 0 20px;
  }

  .technologies-slider-item {
    max-width: 350px;
    width: 100%;
  }

  .technologies-item-name {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .technologies-item-info ul > li {
    font-size: 14px;
  }

  .technologies-slider-item.slick-slide {
    height: auto;
  }

  .content-page .section-contacts {
    padding: 0 0 30px;
  }
}

@media (max-width: 660px) {
  .page-top-slider-item-text br {
    display: none;
  }
}

@media (max-width: 575px) {
  .transform-ideas {
    gap: 20px;
    padding: 15px 15px 25px;
  }

  .transform-ideas-info ul {
    justify-content: left;
  }

  .technologies-slider-tex {
    padding: 0 10px;
  }
}

@media (max-width: 400px) {
  .page-top-slider-item-btns {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
}

@media (max-width: 350px) {
  .transform-ideas {
    border-radius: 0;
    margin: 0 -15px 30px;
  }

  .technologies-slider-tex {
    padding: 0;
  }
}

@media (max-width: 300px) {
  .technologies-item-info ul > li {
    width: 50%;
  }
}

@media (min-width: 1440px) {
  body header {
    background: transparent;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
  }

  header .container {
    background: #ffffff;
  }

  body .content-page {
    overflow: visible;
  }

  body header.scroll {
    background: #FFFFFF;
  }

  .section-page-top.section-software {
    background-size: cover;
    padding-top: 200px;
    margin-top: -96px;
  }
}

@media (min-width: 1601px) and (max-width: 1650px) {
  .section-page-top.section-software {
    background-position: -30px;
  }
}

@media (min-width: 1551px) and (max-width: 1600px) {
  .section-page-top.section-software {
    background-position: -50px;
  }
}

@media (min-width: 1500px) and (max-width: 1550px) {
  .section-page-top.section-software {
    background-position: -65px;
  }
}

/* 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/software/style.css?173407226314525 */
/* /local/templates/isystemz-au/components/bitrix/news.detail/contacts/style.css?17333955811680 */
