

/* Start:/local/templates/isystemz-au/components/bitrix/system.pagenavigation/news/style.css?17454753171164*/
.news-pagination {
  position: relative;
  display: flex;
  align-items: center;
}

.pagination-bottom .news-pagination {
  justify-content: center;
  margin-bottom: 40px;
}

.news-pagination-container ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-pagination-container ul li {
  font-size: 14px;
  margin: 0 2px;
}

.news-pagination-container ul li.news-pag-prev,
.news-pagination-container ul li.news-pag-next {
  margin: 0 10px;
}

.news-pag-item {
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid transparent;
}

.news-pag-item.news-active {
  border-color: #0064FF;
  color: #0064FF;
}

.news-pagination-container ul li a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
}

.news-pagination-container ul li a:hover {
  color: #0064FF;
}

.news-pagination-container ul li.news-pag-prev a:hover svg > path,
.news-pagination-container ul li.news-pag-next a:hover svg > path {
  stroke: #0064FF;
}

/* End */


/* Start:/local/templates/isystemz-au/components/bitrix/news/page-news/bitrix/news.list/.default/style.css?17454752784882*/
.section-news-top-banner {
	background: #FFFFFF;
	background-image: url("/local/templates/isystemz-au/img/head_news_img.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
}

.section-news-top-banner .section-title {
	font-family: "PoppinsBold";
	font-size: 67px;
	line-height: 130%;
	text-align: left;
	margin-bottom: 15px;
}

.news-top-text {
	color: #000;
	max-width: 870px;
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
}

.section-list-news {
	background: #F4F9FF;
	padding: 40px 0 30px;
}

.section-list-news .row-page {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.news-list {
	display: flex;
	flex-wrap: wrap;
	word-wrap: break-word;
	gap: 20px;
}

.item-news {
	width: 31.5%;
	background: #fff;
	border-radius: 25px;
	text-decoration: none;
	overflow: hidden;
	-moz-transition: .5s;
	-webkit-transition:.5s;
	-o-transition: .5s;
	margin-bottom: 25px;
}

.item-news:hover {
	text-decoration: none;
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.25);
}

.news-image {
	height: 250px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.preview_picture {
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.item-news:hover .preview_picture {
	transform: scale(1.1);
}

.news-text {
	padding: 20px 30px 30px;
}

.news-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.24px;
	color: #888888;
	display: inline-block;
	border-radius: 40px;
	border: 1px solid #888888;
	padding: 5px 15px;
	margin-bottom: 5px;
}

.news-date-time {
	color: #6D6D6D;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.24px;
	margin-bottom: 15px;
}

.news-name {
	color: #3D3D3D;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 15px;
}

.news-preview_text {
	color: #3D3D3D;
	font-size: 16px;
	margin-bottom: 20px;
}

.news-text-mobile {
	display: none;
}

.content-page .section-contacts {
	background: #FFF;
}

.content-page .section-contacts .container {
	border-radius: 0;
	border: none;
}

@media (max-width: 1440px) {
	.container-news-top .row-page {
		gap: 100px;
	}

	.news-date-time {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.section-news-top-banner .section-title {
		font-size: 50px;
	}

	.news-top-text {
		font-size: 24px;
	}

	.container-news-top .row-page {
		justify-content: space-between;
		gap: 20px;
	}

	.news-top-text-desc {
		max-width: 350px;
	}

	.news-text {
		padding: 20px;
	}

	.news-date-time {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.item-news {
		margin-bottom: 10px;
	}

	.news-image {
		height: 200px;
	}

	.news-text {
		padding: 10px 15px 15px;
	}

	.news-name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news-preview_text {
		margin-bottom: 5px;
	}

	.news-date-time {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.news-label {
		font-size: 12px;
		padding: 2px 8px;
		margin-bottom: 0;
	}

	.news-link-detail {
		font-size: 14px;
	}

	.case-link-all {
		font-size: 18px;
	}
}

@media (max-width: 860px) {
	.content__in .bx-breadcrumb {
		padding: 20px 0 5px;
	}

	.news-top-text-desc {
		display: none;
	}

	.news-top-text-mob {
		display: block;
		max-width: 550px;
		padding-top: 30px;
	}
}

@media (max-width: 800px) {
	.item-news {
		width: 31%;
	}
}

@media (max-width: 767px) {

	.section-news-top-banner {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	.section-news-top-banner .section-title {
		font-size: 30px;
	}

	.news-top-text {
		font-size: 20px;
	}

	.item-news {
		width: 48%;
	}

	.news-top-text {
		font-size: 16px;
	}

	.news-image {
		height: 150px;
	}

	.item-news:hover img.preview_picture {
		transform: scale(1);
	}

	div.news-list img.preview_picture {
		height: 100%;
	}

	.case-link-all {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.item-news {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 15px;
		margin-bottom: 10px;
	}

	.news-image {
		height: 100px;
		max-width: 100px;
		border-radius: 10px;
		overflow: hidden;
	}

	.news-text {
		width: 100%;
		padding: 10px 0 0;
	}

	.news-text .news-date-time,
	.news-text .row-news-label {
		display: none;
	}

	.news-text-mobile {
		display: block;
		text-align: right;
	}
}

@media (max-width: 400px) {
	.section-news-top-banner {
		background-size: 0;
	}
}

/* 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/system.pagenavigation/news/style.css?17454753171164 */
/* /local/templates/isystemz-au/components/bitrix/news/page-news/bitrix/news.list/.default/style.css?17454752784882 */
/* /local/templates/isystemz-au/components/bitrix/news.detail/contacts/style.css?17333955811680 */
