.template_form_links {
	width: 280px;
	margin: 0 auto  40px;
	padding-top: 40px;
}

.template_form_links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.template_form_links ul>li {
	height: 172px;
	background: #5aa1fd url(../img/bg_spec_call.jpg) no-repeat;
	margin-bottom: 40px;
}

.template_form_links ul>li:last-child {
	margin-bottom: 0;
}

.template_form_links ul>li.documentation {
	background-image: url(../img/bg_documentation.jpg);
}

.template_form_links ul>li.write_us {
	background-image: url(../img/bg_write_us.jpg);
}

.template_form_links .form_link_title {
	font-size: 18px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 180px;
	padding-top: 30px;
	padding-left: 10px;
	margin-bottom: 25px;
}

.template_form_links .btn {
	width: 165px;
	text-align: center;
}

@media (min-width: 768px) {
	.template_form_links {
		margin: 0;
		width: auto;
	}

	.template_form_links ul {
		font-size: 0;
		text-align: center;
		padding: 0 20px;
	}

	.template_form_links ul>li {
		display: inline-block;
		vertical-align: top;
		width: 280px;
		text-align: left;
		margin-right: 40px;
	}

	.template_form_links ul>li:last-child {
		margin-right: 0;
	}
}