

/* Start:/local/components/unlimtech/news.list/templates/system/style.css?17727030416866*/
.tiles-list {
	max-width: none;
	margin: -12px;
	font-size: 0;
}
.tiles-list .tile-wrap {
	display: inline-block;
	width: 20%;
	padding: 12px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #1a1a1a;
}
.tiles-list .tile {
	border: 1px solid #e7e8ea;
	border-radius: 0.25rem;
}
.tiles-list .tile.no-image .tc {
	vertical-align: middle;
}
.tiles-list .tile.no-image .h3 {
	max-height: 60px;
}
.tiles-list .tile.center-image .image {
	background-size: contain;
}
.tiles-list .image-wrap {
	position: relative;
	display: block;
	height: 200px;
	overflow: hidden;
}
.tiles-list .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tiles-list .image-wrap:hover .image {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.tiles-list .tile-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 18px 18px;
}
.tiles-list .tile-time {
	font-family: "robotomedium";
	font-size: 13px;
	color: #888888;
}
.tiles-list .tile-time:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 8px 0 12px;
	background: #cccccc;
}
.tiles-list .tile-date {
	margin-bottom: 6px;
	font-size: 13px;
	color: #111;
}
.tiles-list .h3 {
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tiles-list .tile-descr {
	max-height: 45px;
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
}
.tiles-list .btn-simple {
	margin-top: 8px;
}

@media screen and (max-width: 1700px) {
	.tiles-list {
		margin: -6px;
	}
	.tiles-list .tile-wrap {
		padding: 6px;
	}
	.tiles-list .tile-text {
		padding: 12px;
	}
}
@media screen and (max-width: 1600px) {
	.tiles-list .tile-wrap:first-child,
	.tiles-list .tile-wrap {
		width: 25%;
	}
	.tiles-list .tile-text {
		padding: 6px 12px;
	}
	.tiles-list .image-wrap {
		height: 260px;
	}
	.tiles-list .tile-time:after {
		margin: 3px 0 6px;
	}
	.tiles-list .h3 {
		font-size: 14px;
		line-height: 18px;
		max-height: 36px;
	}
	.tiles-list .tile.no-image .h3 {
		max-height: 51px;
	}
}
@media screen and (max-width: 1024px) {
	.tiles-list .tile-wrap {
		width: 25%;
	}
	.tiles-list .tile-wrap:first-child {
		width: 50%;
	}
}

@media screen and (max-width: 950px) {
	.tiles-list .tile-wrap {
		width: 33.333%;
	}
	.tiles-list .tile-wrap:first-child {
		width: 66.666%;
	}
}

@media screen and (max-width: 800px) {
	.tiles-list .tile-wrap:nth-child(n) {
		width: 100%;
	}
	.tiles-list .tile {
		height: auto;
		padding: 18px;
	}
	.tiles-list .tile-wrap:first-child .image-wrap {
		position: relative;
		left: auto;
		top: auto;
		display: table-cell;
		vertical-align: middle;
		width: 40%;
		height: auto;
		padding-right: 4%;
	}
	.tiles-list .image-wrap {
		display: table-cell;
		vertical-align: middle;
		width: 40%;
		height: auto;
		padding-right: 4%;
	}
	.tiles-list .image {
		position: relative;
		left: auto;
		top: auto;
		height: 140px;
	}
	.tiles-list .tile-date {
		margin-bottom: 3px;
	}
	.tiles-list .tile-descr {
		max-height: 30px;
	}
	.tiles-list .tile-wrap:first-child .tile-text {
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		background: no-repeat;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		color: #1a1a1a;
	}
	.tiles-list .tile-wrap:nth-child(n) .tile-text {
		display: table-cell;
		vertical-align: middle;
		padding: 0;
	}
	.tiles-list .tile-wrap:nth-child(n) .h3 {
		font-size: 16px;
		line-height: 20px;
		max-height: 40px;
		color: #1a1a1a;
	}
}

@media screen and (max-width: 480px) {
	.tiles-list .tile {
		padding: 12px;
	}
	.tiles-list .tile-wrap:nth-child(n) .image-wrap {
		display: none;
	}
}

.catalog-section-list-pictures {
	margin-bottom: 24px;
}
.catalog-section-list-pictures .catalog-section-list-item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 2px #ccc;
	border-radius: 0.25rem;
	text-align: center;
	padding: 20px;
	float: left;
	width: 20%;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 24px;
}
.catalog-section-list-pictures .catalog-section-list-item::last-child {
	margin-right: 0px;
}

.catalog-section-list-pictures .catalog-section-list-item:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 1px;
	background: #f3f3f3;
}

.catalog-section-list-pictures .catalog-section-list-item-wp {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
	color: #1a1a1a;
	display: block;
	margin-bottom: 10px;
}

.catalog-section-list-pictures .catalog-section-list-link span {
	vertical-align: bottom;
	display: inline-block;
	line-height: 21px;
	font-weight: bold;
}

.catalog-section-list-pictures .catalog-section-list-link:hover {
	opacity: 0.7;
}

.catalog-section-list-pictures .catalog-section-list-link:active {
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture {
	margin-bottom: 10px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 200px;
}

.catalog-section-list-pictures .catalog-section-list-picture:hover img {
	opacity: 0.8;
}

.catalog-section-list-pictures .catalog-section-list-picture:active {
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

@media all and (max-width: 1800px) {
	.catalog-section-list-pictures .catalog-section-list-item {
		width: 18%;
	}
}

@media all and (max-width: 1300px) {
	.catalog-section-list-pictures .catalog-section-list-item {
		width: 31%;
	}
}

@media all and (max-width: 1024px) {
	.catalog-section-list-pictures .catalog-section-list-item {
		width: 23%;
	}
}

@media all and (max-width: 1000px) {
	.catalog-section-list-pictures .catalog-section-list-item {
		width: 31%;
	}
}

@media all and (max-width: 700px) {
	.catalog-section-list-pictures .catalog-section-list-item {
		width: 48%;
	}
}

/* End */
/* /local/components/unlimtech/news.list/templates/system/style.css?17727030416866 */
