h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p, p *, ul, il *, ol, ol *, table, table *, div, div * {
	font-family: 'Open Sans', sans-serif;
}
strong, b {
	font-weight: 600;
}

#body .section {
	padding: 0px 0px 0px 0px;
	scroll-margin-top: 80px;
}
#body .section .list_page {
	padding: 0px 0px 0px 0px;
}




#block_form .page {
	/*max-width: 650px;*/
}
#block_form .page h1 {
	margin-right: 0px !important;
}


#block_footer {
	font-size: 16px;
	padding: 30px 0px;
	background: #EFEFEF;
	border-top: 3px solid #ccc;
}
#block_footer * {
	font-size: inherit
}
#block_footer .page {
	padding: 0px 0px;
}
#block_footer .list_page {
	margin-left: 0px;
}






.flexbox.i_icons>div {
	flex-grow: unset;
	flex-basis: unset;
}
.i_icons>div>p {
	white-space: normal;
}
.i_icons img {
	display: inline-block;
	max-width: 55px;
	max-height: 55px;
	vertical-align: middle;
	margin-right: 10px;
}
.i_icons p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px !important;
	padding: 0px !important;
}


.i_icons1 img {
	display: inline-block;
	max-height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}
.i_icons1 img:last-of-type {
	margin-right: 0px;
}




.shadowBlack{
	text-shadow: 0px 0px 1px black, 0px 0px 5px black, 0px 0px 10px black, 0px 0px 20px black, 0px 0px 30px black;
	text-align: center; 
}
.shadowBoxBlack {
	box-shadow: 0px 0px 30px -5px black;
}
h3.shadowBlack,
h3.shadowBlack * {
	color: white;
	font-size: 50px !important;
	/*padding:0 12px;*/
}
p.shadowBlack{
	margin: 20px 10px; 
}
p.shadowBlack,
p.shadowBlack * {
	color: white;
	font-size: 30px;
	line-height: 120%;
	font-weight: 400;
	padding: 0px;
}
.nav_icon img{
	width: 40px;
	height: 40px;

}
.nav_icon {
	height:100%;
	width:100%;
	display: none;
	justify-content: flex-end;
}



#body .section h1 {
	position: relative;
	margin-bottom: 50px;
}
#body .section h1:after {
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #201b82;
	position: absolute;
	bottom: -22px;
}

#n_slider {
	padding: 50px 0px !important;
}



div#n00 {
	margin-bottom: 250px;
	padding-top: 1px !important;
}
div#n00 .page {
	margin-top: 300px;
	padding: 30px 0px 0px 0px !important;
	margin-bottom: -200px;
}
div#n00 .page .bg {
	background-color: white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
div#n00 .list_page:nth-of-type(2) {
	padding-left: 50px;
}
div#n00 .list_page:nth-of-type(3) {
	margin-left: 50px;
}
div#n00 .list_page:nth-of-type(3) img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
}




.btn_bus{
	color: #666;
	border: 2px solid #999 !important;
	border-radius: 6px;
	background: white;
	padding: 10px 20px !important;
	height: auto;
	line-height: normal;
	font-size: inherit !important;
	font-weight: 500;
}
.btn_bus:hover {
	background-color: #ccc;
	color: #fff;
	border-color: #999;
	text-decoration: none;
}




#block_form .list_page,
#n_news .list_page {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}