* { margin: 0; padding: 0; font-family: 'Fira Sans Condensed', sans-serif; }
body {
	background: #fff;
	font-family: 'Fira Sans Condensed', sans-serif;
}

section {
	margin: 0 auto;
}

.row:after,
.container:after { clear: both; }
.row:before,
.row:after,
.container:before,
.container:after {
	clear: both;
	content: ' ';
	display: table;
	}

a {
	border-bottom: 1px solid #a6d0a4;
	color: #088802;
	text-decoration: none;
	transition: all .3s;
}

a:hover { color: #57b731; }

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	margin-bottom: 10px;
}

h3 { font-size: 32px; }
h4 { font-size: 28px; }

.container {
	margin: 0 auto;
	width: 1000px;
}

.logo { float: left; }
.logo a { border-bottom: none; }

.phone {
	float: right;
	font-size: 42px;
	line-height: 1;
	margin-left: 200px;
	position: relative;
}

.opener {
	font-size: 20px;
	float: right;
	line-height: 1;
	position: relative;
}

.opener small { font-size: 14px; position: relative; top: -2px; }

.phone span,
.opener span {
	color: #5a8c47;
	font-size: 16px;
	left: -80px;
	line-height: 1.1;
	position: absolute;
	top: 4px;
}

header.container { padding: 30px 0; }

.visual header.container { margin-bottom: 230px; }

header nav {
	font-size: 20px;
	margin: 30px 0;
}

header nav a,
header nav span {
	display: inline-block;
	margin-right: 50px;
	margin-top: 5px;
}

header nav span:last-child { margin-right: -10px; }
header nav a:last-child { margin-right: 0; }

header nav span {
	background: #187916;
	background-image: linear-gradient(to right, #187916, #67ab40);
	color: #fff;
	padding: 5px 10px;
	margin: 0 40px 0 -10px;
}

.visual {
	background: url('/i/visual.jpg') no-repeat;
	background-size: cover;
	height: 580px;
	margin-bottom: 60px;
	width: 100%;
}

.visual-text h3 {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
}

.map {
	background: #eee;
	height: 420px;
	margin-top: 50px;
}

#map { height: 420px; }

.reviews {
	float: left;
	width: 65%;
}

.reviews li {
	display: inline-block;
	font-size: 15px;
	list-style: none;
	margin-right: 50px;
	vertical-align: top;
	width: 150px;
}
.reviews li:last-child { margin-right: 0; }

.reviews li a { border: none; }
.reviews li img {
	border: 2px solid #eee;
	display: block;
	margin-bottom: 4px;
	transition: all .3s;
}

.reviews li a:hover img { border-color: #57b731; }

.reviews li span { width: 150px; }

.partners {
	float: right;
	margin-top: 10px;
	width: 30%;
}

.partners li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
}

.partners li img {
	left: 0;
	position: absolute;
	top: 0;
}

.partners li:nth-child(1) { padding-top: 15px; }

.partners li:nth-child(1) img { left: 6px; }
.partners li:nth-child(2) img { left: -1px; }
.partners li:nth-child(3) img { left: -5px; }

.links ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 50px 0 30px 0;
}

.links li {
	font-size: 17px;
	width: 30%;
}

.links li a {
	position: relative;
	vertical-align: middle;
}

.links li a img {
	float: left;
	margin-right: 20px;
	margin-top: -3%;
}

footer {
	background: #303030;
	color: #ddd;
	font-size: 15px;
	padding: 50px 0;
}

footer a {
	color: #fff;
	border-bottom-color: #666;
}

footer a:hover { color: #bbb; }

.btn-toggle-contrast {
	background: url('/i/contrast-icon.png') 10px 10px no-repeat;
	border: 3px solid #fff;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 16px;
	margin-top: -20px;
	padding: 10px 20px 10px 50px;
	text-transform: uppercase;
}

.btn-toggle-contrast:hover { border-color: #ccc; }


.content {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 60px;
}

.content p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.content table {
	border-collapse: collapse;
	font-size: 18px;
}

.content table td { padding: 10px 30px 10px 0; }
.content table tr td:nth-child(1) { color: #666; }

.review-list li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	list-style: none;
	margin-right: 30px;
	width: 150px;
	vertical-align: top;
}

.review-list li a {
	border-bottom: none;
}

.review-list li img {
	border: 4px solid #eee;
	display: block;
	margin-bottom: 4px;
	transition: all .3s;
}

.review-list li a:hover img {
	border-color: #57b731;
}

.file {
	background: url('/res/general/filetypes/default.png') 0 0 no-repeat;
	margin-bottom: 30px;
	min-height: 50px;
	padding-left: 50px;
	vertical-align: top;
}

.file span { color: #444; display: block; font-size: 16px; margin-top: 2px; }

.file.file-pdf { background-image: url('/res/general/filetypes/pdf.png'); }
.file.file-doc { background-image: url('/res/general/filetypes/doc.png'); }

.content table td {
	border: 1px solid #eee;
	padding: 10px 15px;
}

.content table td p { color: #000; margin: 0; }
.content table td ul { margin-left: 20px; }

.content h3.toggle {
	border-bottom: 1px dashed #aaa;
	color: #088802;
	cursor: pointer;
}

.content h3.toggle + table { display: none; }

.branches dt {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}

.branches dd {
	margin-bottom: 30px;
	margin-left: 20px;
}