* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 15px "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: 400;
	background: #EDEDEB url(bg.jpg) no-repeat fixed;
	color: #3C3C3C;

	padding: 25px 0;
    background-size: cover;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
}
h1, h3,
a,
em, .mark {
	color: #006bb3;
}
.footer h3,
.footer div a {
	color: #ffffff;
}

.main {
	margin: 25px auto;
	width: 790px;
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
.logo {
	display: block;
}
.logo img {
	display: block;
	width: 300px;
	padding: 20px 0 20px 35px;
}
.head {
	background: #ffffff;
	position: relative;
	margin: -50px 40px 0 40px;
}
.head:before,
.head:after {
    content: "\00a0";
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 40px;
    background: #f7fafc;
}
.head:before {
    left: -40px;
}
.head:after {
    right: -40px;
}
.head div {
	position: relative;
	padding: 15px 35px 0 35px;
}
.head img {
	display: block;
}
.slider_wrap {
    max-width: 790px;
}
.footer {
	padding: 30px 75px 25px 75px;
	background: #006bb3;
	color: #ffffff;
}
.content {
	padding: 0 35px;
	border-left: 40px solid #f7fafc;
	border-right: 40px solid #f7fafc;
	columns: 2;
	column-gap: 4%;
}
.content div {
	break-inside: avoid;
}
div.important {
	border-left: 40px solid #f7fafc;
	border-right: 40px solid #f7fafc;
	padding: 0 35px 30px 35px;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 48%;
	float: left;
}
.footer_right {
    width: 48%;
	float: right;
}
h1, h3 {
}
h1 {
	font-family: "Geneva", serif;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 1px;
    text-transform: uppercase;
	padding: 20px 0 23px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #efde34;
}
h1 span {
   font-weight: 400;
}
.h1_small {
	display: inherit;
    text-transform: inherit;
    font-weight: inherit;
	font-size: 24px;
}
h2 {
	font-size: 24px;
	padding: 30px 0 8px 0;
	color: inherit;
}
h3 {
	display: inline-block;
	font-size: 18px;
	padding: 18px 0 8px 0;
	border-bottom: 2px solid #efde34;
	margin: 0 0 10px 0;
}
h1, h1 strong, h1 b {
	font-weight: 400;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 20px 0;
}
ul  {
    padding: 0 0 20px 20px;
    list-style-type: none;
}
li  {
    padding: 0 0 2px 0;
    position: relative;
}
li:before {
    position: absolute;
    content: "\00a0";
    width: 6px;
    height: 6px;
    margin: .5em 0 0 -16px;
    background-color: #006bb3;

}
li li:before {
    background: none;
	border: 1px solid #006bb3;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	display: inline-block;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #006bb3;
    background: #ffffff;
    padding: 10px 20px 12px 20px;
    margin: 20px auto 15px auto;
    border: 1px solid #ffffff;
}
.btn:hover {
    border-color: #718096;
    background: #718096;
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.main {
		margin: 0 auto;
		margin: 2% auto;
	    width: 96%;
	    border: 0;
	}
	.logo img {
		width: 280px;
		padding: 20px 0 20px 5%;
	}
	.head {
		margin: 0;
	}
	.head div {
		padding: 25px 5% 0 5%;
	}
	.head:before,
	.head:after {
		display: none;
	}
	.content {
		border: none;
		padding: 0 5%;
		columns: 1;
	}
	.footer {
		padding: 25px 5%;
	}
	div.important {
		position: static;
		border: none;
		padding: 0 5% 25px 5%;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
	}
	h1 {
		font-size: 28px;
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}