/**
 * btpr_module_2
 */

.btpr_module_2_container {
	font-size: 0;
}
.btpr_module_2 {
	width: 33.333333333%;
	float: left;
	padding: 0 15px;
	margin-top: 25px;

	/* as inline-block */
	float: none;
	display: inline-block;
	vertical-align: top;
}
.btpr_module_2 .btpr_module__thumb-container {
	display: table;
	width: 100%;
	/* max-height: 227px; */			/* менять вместе с ".btpr_module_2 .btpr_module__thumb" */
}
.btpr_module_2 .btpr_module__thumb-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.btpr_module_2 .btpr_module__thumb {
	max-height: 227px;		/* менять вместе с ".btpr_module_2 .btpr_module__thumb-container" */
}
.btpr_module_2 .btpr_module__title {
	margin-top: 0;
	margin: 0;
	margin-top: 13px; 
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.btpr_module_2:nth-child(1),
	.btpr_module_2:nth-child(2),
	.btpr_module_2:nth-child(3) {
		margin-top: 0;
	}
}

@media screen and (max-width: 1199px) {
	.btpr_module_2 .btpr_module__thumb {
		max-height: 185px;
	}
}
@media screen and (max-width: 991px) {
	.btpr_module_2 .btpr_module__thumb {
		max-height: 139px;
	}
}
@media screen and (max-width: 767px) {
	.btpr_module_2 {
		width: 100%;
	}
	.btpr_module_2:first-child {
		margin-top: 0;
	}
	.btpr_module_2 .btpr_module__thumb-container {
		width: 100%;
		display: block;
		max-height: none;
		height: auto;
		width: auto;
	}
	.btpr_module_2 .btpr_module__thumb-inner {
		display: block;
	}
	.btpr_module_2 .btpr_module__thumb {
		max-width: none;
		max-height: none;
		width: 100%;
	}
	.btpr_module_2 .btpr_module__title {
		margin-top: 7px;
	}
}