@import url("/templates/global.css");
@font-face {
	src: url(brother-1816.woff2);
	font-family: "brother-1816"
}

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

a {
	color: #3279B2;
}

body {
	background-color: #fff;
}

.header {
	width: 100%;
	text-align: center;
	box-shadow: 2px 11px 37px #000;
	margin-bottom: 40px;
}

.header__nav {
	background-color: #fff;
	height: 49px;
	font-family: "brother-1816", sans-serif;
}

.header__nav a {
	padding: 0 15px;
	height: 49px;
	line-height: 49px;
	color: #000;
}

.header__inner {
	background-color: #1886D3;
	padding: 10px 0 15px;
}

.main {
	width: 1170px;
	background-color: transparent;
}

.sidebar {
	margin-right: 60px;
}