@import url('https://fonts.googleapis.com/css?family=Anton');

body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #4EA430;
}

.header-wrapper {
	background-color: #FCFCFB;
}

.header__logo {
    height: 152px;
    margin-top: 7px;
}

.header__nav {
	width: 100%;
	text-align: center;
	font-size: 0;
	padding: 29px 23px 10px 0;
}

.header__nav a {
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	color: #4EA430;
	padding: 0 15px;
}

.header__contact {
	text-align: left;
	top: 34px;
	width: 192px;
	font-size: 20px;
}

.header__contact i {
	margin-left: 10px;
	color: black;
	font-size: 17px;
}

.header__contact .phone {
	margin-top: 30px;
	font-size: 24px;
	font-weight: 300;
}

.main {
	margin-top: 20px;
}