/* Clients block + page — matches manufacturers style */
.main_clients {
	position: relative;
	z-index: 10;
	padding: 50px 0 10px;
}
.main_clients .title_wr {
	text-align: center;
	padding-bottom: 20px;
	font-size: 26px;
}
.main_clients .items {
	padding: 0 60px;
}
.main_clients .items .item {
	align-items: center;
	justify-content: center;
	height: 135px;
	text-decoration: none;
	padding: 10px 16px;
	box-sizing: border-box;
}
.main_clients .items .item .img_wr {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.main_clients .items .item .img_wr img {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.main_clients .items .item_dark {
	background: #2c2c2c;
	border-radius: 4px;
}
.main_clients .items .item_text {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}
.main_clients .items .item .name {
	display: block;
	text-align: center;
	color: #333;
	font-family: "ProximaNova", "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.main_clients .btn_wr {
	text-align: center;
	padding-top: 24px;
}

.page_clients {
	background: #f7f5f2;
}
.page_clients .wr .title_wr {
	text-align: center;
}
.page_clients .clients_intro {
	max-width: 720px;
	margin: 0 auto 30px;
	text-align: center;
	color: #666;
	line-height: 1.5;
}
.clients_items {
	flex-wrap: wrap;
}
.clients_items .item {
	font-family: "ProximaNova", "Open Sans", sans-serif;
	display: block;
	width: calc(33.33% - 16px);
	margin-right: 24px;
	margin-bottom: 24px;
	text-decoration: none;
	background: #fff;
	text-align: center;
	transition: all 0.2s ease-in-out;
	padding: 30px;
	box-sizing: border-box;
}
.clients_items .item:nth-child(3n) {
	margin-right: 0;
}
.clients_items .item:hover {
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14);
}
.clients_items .item span:not(.img_wr) {
	display: block;
	text-align: center;
	color: #333;
}
.clients_items .item .img_wr {
	height: 140px;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid rgba(36, 48, 34, 0.12);
	border-radius: 12px;
	padding: 18px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.clients_items .item .img_wr img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.clients_items .item_dark .img_wr {
	background: #243022;
	border-color: transparent;
}
.clients_items .item .name_mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #319030;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
}
.clients_items .item .title {
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 8px;
}
.clients_items .item .body {
	font-size: 13px;
	color: #888;
	line-height: 1.5em;
	word-break: break-all;
}

@media screen and (max-width: 1000px) {
	.clients_items .item {
		width: calc(50% - 12px);
		margin-right: 24px;
	}
	.clients_items .item:nth-child(3n) {
		margin-right: 24px;
	}
	.clients_items .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 720px) {
	.main_clients .items {
		padding: 0;
	}
	.main_clients .title_wr {
		font-size: 20px;
	}
	.clients_items .item,
	.clients_items .item:nth-child(3n),
	.clients_items .item:nth-child(2n) {
		width: 100%;
		margin-right: 0;
	}
}
