

/* Start:/local/templates/kmktradeco/components/bitrix/news.list/gallery-page/style.css?16837257242835*/
.galleryBlock {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.galleryBlock_item {
	width: 31%;
	margin: 1%;
	height: 330px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(63,63,63,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(63,63,63,1);
	box-shadow: 5px 5px 0px 0px rgba(63,63,63,1);
	border-radius: 3px;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.galleryBlock_item:hover {
	-webkit-box-shadow: 6px 11px 3px 1px rgba(63,63,63,1);
	-moz-box-shadow: 6px 11px 3px 1px rgba(63,63,63,1);
	box-shadow: 6px 11px 3px 1px rgba(63,63,63,1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

a.galleryBlock_img {
	display: block;
	height: 100%;
	width: 100%;
}

a.galleryBlock_img img {
	width: 100%;
	height: 100%;
}

.galleryBlock_title {
	position: absolute;
	bottom: 0;
	z-index: 11;
	display: flex;
	width: 100%;
	left: 0;
	text-align: center;
	background-image: -moz-linear-gradient( 90deg, rgb(27,70,154) 0%, rgba(27,70,154,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(27,70,154) 0%, rgba(27,70,154,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(27,70,154) 0%, rgba(27,70,154,0) 100%);
	height: 30%;
	color: #fff;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

span.galleryBlock_spanHover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/bitrix/templates/kmktradeco/images/gallery.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.galleryBlock_item:hover span.galleryBlock_spanHover {
	opacity: 1;
}

.paginationPage {
	width: 100%;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #1b469a;
}

a.galleryBlock_img img {
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:991px) {

	.galleryBlock_item {
		width: 29%;
		margin: 2%;
		height: 200px;
	}

}

@media (max-width:768px) {
	.galleryBlock_item {
		width: 44%;
		margin: 3%;
		height: 225px;
	}

}

@media (max-width:500px) {

	.galleryBlock_item {
		width: 90%;
	}
}
/* End */
/* /local/templates/kmktradeco/components/bitrix/news.list/gallery-page/style.css?16837257242835 */
