@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');

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

a {
	color: #0000ee;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header {
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
}

.header__top {
	height: 50px;
	background-color: #053528;
	display: flex;
	align-items: center;
	justify-content: center;
}

.socials {
	display: flex;

}

.socials a {
	color: #89867e;
	border: 1px solid #89867e;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
}

.socials a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #89867e;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 35px;
	height: 118px;
}

.header__logo {
	max-width: 260px;
}

.header__nav {
	text-align: right;
	line-height: 44px;
	padding-top: 13px;
}

.nav-top {
	font-size: 0;
}

.nav-top a {
	text-transform: uppercase;
	padding: 11px 15px;
	border-radius: 5px;
	color: #fff;
	margin-left: 10px;
	background-color: #215941;
	font-size: 14px;
}

.nav-top a:nth-child(2) {
	background-color: #95D600;
}

.nav-top a:nth-child(3) {
	background-color: #3898EC;
}

.nav-top a:nth-child(4) {
	background-color: #F5821F;
}

.nav-top a:hover {
	text-decoration: none;
}

.nav-bottom {
	font-size: 0;
}

.nav-bottom a {
	font-size: 14px;
	color: #888;
	margin-left: 40px;
}

.nav-bottom a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.main {
	padding: 35px;
}

.sidebar {
	margin-right: 35px;
}