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

a {
	color: #0598b4;
}

.header__logo img {
	margin: 20px;
	max-height: 30px;
}

.container {
	width: 1140px;
}

.header-wrapper {
	border-top: 20px solid #134153;
}

body {
	background-color: white;
}

.header-main-wrapper::before {
    display: block;
    content: "";
    height: 600px;
    background-image: url(body-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: -1;
}

.header {
	width: 100%;
	background: #FFF;
	padding: 10px 0;
}


.main {
	border: 1px solid #d2d2d2;
}