.gallery-list-block .gallery {
	width: calc(33.3% - 16px);
	display: inline-block;
	vertical-align: top;
	margin: 24px 12px;
	color: #8A4B23;
	position: relative;
	/*
	background-color: #173747;
	color: #fff;
	*/
}

.gallery-list-block .loading {
	opacity: 0.3;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: none;
}

.gallery-list-block .gallery img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.gallery-list-block .gallery:nth-child(3n+2) {
	margin-left: 0;
}

.gallery-list-block .gallery:nth-child(3n+1) {
	margin-right: 0;
}

.gallery-list-block .gallery .text {
	padding: 35px;
	height: 200px;
}

.gallery-list-block h2 {
	margin: 10px 0;
}

.gallery-list-block .pager {
	margin-top: 10px;
}

.gallery-list-block .pager .link {
	padding: 0 5px;
	color: #8A4B23;
	cursor: pointer;
}

.gallery-list-block .pager .link.active {
	font-weight: bold;
}

.gallery-list-block .pager .link:first-child {
	padding-left: 0;
}

.gallery-list-block .pager .link:last-child {
	padding-right: 0;
}