/*
* btpr_module_3
*/

.btpr_module_3 {
	width: 50%;
	display: inline-block;
	padding: 0 15px;
	margin: 0 0 25px;
	vertical-align: top;
} 
.btpr_module_3 .btpr_module__thumb-container {
	display: table;
	width: 100%;
	/* max-height: 261px; */			/* менять вместе с ".btpr_module_3 .btpr_module__thumb" */
}
.btpr_module_3 .btpr_module__thumb-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.btpr_module_3 .btpr_module__thumb {
	height: 261px;		/* менять вместе с ".btpr_module_3 .btpr_module__thumb-container" */
}
.btpr_module_3 .btpr_module__title {
	margin: 13px 0 0;
	display: inline-block;
}

@media screen and (max-width: 1199px) {
	.btpr_module_3 .btpr_module__thumb {
		 height: 212px; 
	}
}
@media screen and (max-width: 991px) {
	.btpr_module_3 .btpr_module__thumb {
		 height: 261px; 
	}
}
@media screen and (max-width: 767px) {
	.btpr_module_3 {
		width: 100%;
	}
	.btpr_module_3 .btpr_module__thumb-container {
		width: 100%;
		display: block;
		max-height: none;
		height: auto;
		width: auto;
	}
	.btpr_module_3 .btpr_module__thumb-inner {
		display: block;
	}
	.btpr_module_3 .btpr_module__thumb {
		height:auto;
		max-width: none;
		max-height: none;
		width: 100%;
	}
	.btpr_module_3 .btpr_module__title {
		margin-top: 7px;
	}
}