

/* Start:/local/templates/isystemz-au/components/bitrix/news.list/school-run/style.css?171766903410364*/
.section-page-grey {
  background: #F8F9FF;
}

.clear {
  clear: both;
}

.block-mb-9 {
  margin-bottom: 90px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.btn-page.btn-page-default {
  margin-left: 10px;
}

.page-top-school-run .page-top-columns {
  align-items: normal;
  padding-top: 50px;
}

.page-top-columns .page-top-title {
  color: #2D2D2D;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

.page-top-column-text {
  padding-top: 0;
}

.page-top-icon {
  margin-bottom: 50px;
}

.page-top-column-img img {
  position: relative;
  left: 100px;
}

.page-top-mobile-block {
  display: none;
}

.section-school-run .parallelogram {
  width: 1100px;
  height: 400px;
  top: 120px;
  right: -500px;
}

.row-block-video {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.col-block-video {
  width: 45%;
  max-width: 45%;
  padding: 0;
}

.col-block-video iframe,
.col-block-video video {
  width: 100%;
  border-radius: 16px;
}

.col-block-video iframe {
  height: 330px;
}

.block-video-text {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.block-video-text > span {
  font-size: 28px;
}

.row-designed {
  display: flex;
  gap: 70px;
}

.item-designed {
  width: 30%;
  border-radius: 8px;
  background: #F8F9FF;
  text-align: center;
  padding: 30px 20px 25px;
}

.item-designed-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.item-designed img {
  transition: transform 200ms;
}

.item-designed:hover img {
  transform: scale(1.2);
}

.row-choose ul {
  display: flex;
  justify-content: space-around;
}

.row-choose ul > li {
  width: 30%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.row-choose ul > li div {
  width: 70px;
  height: 70px;
  background: rgba(20, 171, 231, 0.2);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms;
  margin: 0 auto 15px;
}

.row-choose ul > li:hover div {
  background: rgba(20, 171, 231, 0.1);
}

/*.block-how-works {
  margin: 30px 0;
}*/

.row-how-works {
  display: flex;
  justify-content: space-between;
}

.col-how-works-text {
  width: 60%;
}

.col-how-works-text ul > li {
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 50px;
}

.col-how-works-text ul > li div {
  width: 70px;
  height: 70px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 800ms;
  margin-right: 25px;
}

.col-how-works-text ul > li p {
  width: 85%;
  margin-bottom: 0;
}

.col-how-works-text ul > li:hover div {
  color: #FFFFFF;
  background: #14ABE7;
}

.col-how-works-img {
  width: 40%;
  text-align: center;
}

.section-key-functions {
  position: relative;
}

.section-key-functions:before {
  content: "";
  width: 100%;
  height: 440px;
  position: absolute;
  top: 0;
  background: linear-gradient(95deg, #14ABE7 0%, #1C86D9 98.96%);
}

.section-key-functions .section-title {
  color: #FFFFFF;
  text-align: left;
}

.row-key-functions {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.item-key-functions {
  display: grid;
  width: 25%;
  height: 470px;
  background: #FFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.item-key-functions-text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 40px 30px 0;
  margin-bottom: 20px;
}

.item-key-functions img {
  height: 350px;
  margin: 0 auto;
}

.item-key-functions.key-odd img {
  margin: 0 auto -18px;
}

.item-key-functions.key-even img {
  order: 1;
}

.item-key-functions.key-even .item-key-functions-text {
  order: 2;
  padding-top: 0;
}

.slick-initialized .item-key-functions.slick-slide {
  display: grid;
  height: 470px;
  margin: 0 10px;
}

.row-key-functions .slick-list {
  padding-bottom: 15px;
}

@media (min-width: 2000px) {
  .section-school-run .parallelogram {
    width: 700px;
    height: 400px;
    top: 120px;
    right: -100px;
  }
}

@media (max-width: 1500px) {
  .page-top-columns > div.page-top-column-text {
    width: 60%;
  }

  .page-top-columns > div.page-top-column-img {
    width: 40%;
  }

  .section-school-run .parallelogram {
    width: 900px;
  }

  .item-key-functions img {
    height: auto;
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .page-top-columns .page-top-title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .page-top-column-img img {
    left: 80px;
    max-width: 280px;
  }

  .section-school-run .parallelogram {
    right: -580px;
  }

  .row-designed {
    gap: 30px;
    justify-content: space-around;
  }

  .row-choose ul > li br {
    display: none;
  }

  .block-video-text {
    font-size: 20px;
  }

  .col-how-works-text ul > li {
    padding-left: 0;
  }

  .col-how-works-text ul > li div {
    width: 65px;
    height: 65px;
    margin-right: 20px;
  }

  .col-how-works-text ul > li p {
    width: 85%;
  }

  .item-key-functions {
    height: 370px;
  }

  .item-key-functions-text {
    padding: 20px 10px 0;
  }

  .item-key-functions.key-odd item-key-functions-text {
    margin-bottom: 0;
  }

  .item-key-functions.key-even img {
    margin-top: -20px;
  }

}

@media (max-width: 991px) {
  .block-video-text {
    font-size: 20px;
  }

  .row-choose ul {
    justify-content: space-between;
  }

  .col-how-works-img img {
    width: 100%;
  }

  .col-how-works-text ul > li {
    font-size: 16px;
    padding-left: 0;
  }

  .col-how-works-text ul > li div {
    width: 55px;
    height: 55px;
    font-size: 18px;
    margin-right: 20px;
  }

  .col-how-works-text ul > li p {
    width: 85%;
  }

  .item-key-functions img {
    width: 85%;
  }
}

@media (min-width: 801px) and (max-width: 991px) {
  .item-key-functions {
    height: 380px;
  }

  .item-key-functions img {
    max-height: none;
  }

  .item-key-functions-text {
    font-size: 16px;
    padding: 20px 15px 0;
    margin-bottom: 0;
  }

  .item-key-functions.key-odd img {
    margin: 50px auto -18px;
  }
}

@media (max-width: 800px) {
  .page-top-desc-block {
    display: none;
  }

  .page-top-mobile-block {
    display: block;
  }

  .page-top-school-run .page-top-columns {
    justify-content: space-between;
    padding-top: 60px;
  }

  .page-top-columns > div.page-top-column-img {
    order: 1;
  }

  .page-top-columns > div.page-top-column-text {
    width: 50%;
    order: 2;
  }

  .page-top-columns > div.page-top-mobile-block {
    width: 100%;
    text-align: center;
    order: 3;
  }

  .page-top-columns .page-top-icon img {
    width: 100%;
    max-width: 250px;
    margin: 50px auto 0;
  }

  .page-top-column-img img {
    max-width: 220px;
    left: 0;
  }

  .section-school-run .parallelogram {
    width: 800px;
    height: 300px;
    left: -500px;
    right: inherit;
  }

  .page-top-title {
    text-align: center;
    justify-content: center;
  }

  .item-key-functions {
    height: auto;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  }

  .item-key-functions img {
    width: auto;
    height: 300px;
  }

  .slick-initialized .item-key-functions.slick-slide {
    height: auto;
  }

  .item-key-functions.key-odd .item-key-functions-text {
    order: 1;
    padding-top: 20px;
  }
  .item-key-functions.key-odd img {
    order: 2;
  }

  .item-key-functions.key-even .item-key-functions-text {
    order: 2;
    padding-top: 20px;
  }
  .item-key-functions.key-even img {
    order: 1;
  }

}

@media (max-width: 767px) {
  .block-mb-9 {
    margin-bottom: 40px;
  }

  .row-designed {
    gap: 20px;
    justify-content: space-around;
  }

  .item-designed {
    width: 33%;
    padding: 20px 10px;
  }

  .item-designed-title {
    font-size: 18px;
  }

  .item-designed img {
    max-height: 100px;
  }

  .row-block-video {
    display: block;
  }

  .col-block-video {
    width: 100%;
    max-width: none;
    padding-top: 30px;
  }

  .block-video-text {
    font-size: 18px;
  }

  .row-choose ul > li {
    font-size: 16px;
  }

  .col-how-works-img {
    display: none;
  }

  .col-how-works-text {
    width: 100%;
  }

  .col-how-works-text ul > li div {
    color: #FFFFFF;
    background: #14ABE7;
  }
}

@media (max-width: 575px) {
  .page-top-column-img img {
    left: -60px;
  }

  .page-top-columns .page-top-icon img {
    max-width: 200px;
  }

  .section-school-run .parallelogram {
    left: -580px;
  }


  .row-designed {
    display: block;
  }

  .item-designed {
    width: 100%;
    margin: 0 auto 20px;
  }

  .item-designed:last-child {
    margin-bottom: 0;
  }

  .item-designed img {
    max-height: none;
  }

  .row-choose ul {
    display: block;
  }

  .row-choose ul > li {
    width: 50%;
    margin: 0 auto 20px;
  }

  .item-key-functions.key-even img {
     margin-top: 0;
  }

}

@media (max-width: 445px) {

  .page-top-btns .btn.btn-page {
    display: block;
    margin: 0 auto;
  }

  .page-top-btns .btn-page.btn-page-primary {
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  .page-top-columns > div.page-top-column-text {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }

  .page-top-columns > div.page-top-column-img,
  .section-school-run .parallelogram {
    display: none;
  }

  .page-top-icon {
    margin-bottom: 30px;
  }

  .page-top-columns .page-top-icon img {
    margin-top: 0;
  }

  .page-top-columns .page-top-title {
    font-size: 26px;
  }

  .page-top-text-additionally {
    font-size: 18px;
    line-height: 24px;
  }
}

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