h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p, p *, ul, il *, ol, ol *, table, table *, div, div * {
	font-family: 'KievitPro', sans-serif;
}
strong, b {
	font-weight: 600;
}

#body .section {
	padding: 0px 0px 0px 0px;
}
#body .section .list_page {
	padding: 0px 0px 0px 0px;
	/*min-height: 25px;*/
}
#body .section .fon0 {
}
#body .section .fon0 .page {
}
#body .section .fon0 .list_page:nth-child(2) {
	padding: 50px 0px;
}
#body .section .fon0 .list_page:nth-child(2) h1 {
	margin-right: -180px;
	text-shadow: 0px 0px 10px white, 0px 0px 20px white;
}
#body .section .fon0 .list_page:nth-child(3) {
	padding: 50px 0px;
}



#n00>.bg {
    border-bottom: none !important;
    background: #bdcfdd;
    background: -moz-linear-gradient(left, #bdcfdd 0%, #ebf0f4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bdcfdd), color-stop(100%,#ebf0f4));
    background: -webkit-linear-gradient(left, #bdcfdd 0%,#ebf0f4 100%);
    background: -o-linear-gradient(left, #bdcfdd 0%,#ebf0f4 100%);
    background: -ms-linear-gradient(left, #bdcfdd 0%,#ebf0f4 100%);
    background: linear-gradient(to right, #bdcfdd 0%,#ebf0f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdcfdd', endColorstr='#ebf0f4',GradientType=1 );
}




#n05 {
	background: #1f263b;
}
#n05 * {
	color: white;
}
#n05 h2 {
	margin: 0px;
}
#n05 .fon0 .list_page {
	padding: 20px 0px !important;
}




.section[id^=m] {
	background: #0098DB;
}
.section[id^=m] * {
	color: white;
}
.section[id^=m] h2 {
	margin: 0px;
}
.section[id^=m] .fon0 .list_page {
	padding: 20px 0px !important;
}




#n35 .fon0 .list_page:nth-child(2),
#n30 .fon0 .list_page:nth-child(2) {
	min-height: 315px;
	padding: 150px 0px !important;
}
#n35 .sliderText,
#n30 .sliderText {
	max-width: 1280px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#n35 .sliderText>li,
#n30 .sliderText>li {
	position: inherit;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding: unset;
	margin: auto;
}



#block_form .page {
	max-width: 650px;
}
#block_form .page h1 {
	margin-right: 0px !important;
}



#block_footer {
	font-size: 16px;
	padding-top: 30px;
}
#block_footer * {
	font-size: inherit
}






.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; 
}
h3.shadowBlack{
	color: white;
	font-size: 50px !important;
	padding:0 12px;
}
h3.shadowBlack *{
	font-size: 50px !important;
}
p.shadowBlack{
	color: white;
	margin: 20px 10px; 
	font-size: 30px;
	line-height: 120%;
	font-weight: 400;
	padding: 0
}
p.shadowBlack * {
	font-weight: 400;
	font-size: 30px;
}
.list_page h1{
	margin: -10px -300px -10px -2px; 
	/*
	font-size: 68px !important; 
	font-weight: 900 !important;
	*/
}
.nav_icon img{
	width: 40px;
	height: 40px;

}
.nav_icon {
	height:100%;
	width:100%;
	display: none;
	justify-content: flex-end;
}







#banner_web800 {
	position: absolute;
	bottom: 70px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px dashed rgb(204, 204, 204);
	left: 0px;
	right: 0px;
	padding: 5px 10px 10px 10px;
	color: black;

	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;

	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1)
}
#banner_web800 img {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 170px;
}

#banner_web800:hover {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: rgb(255, 255, 255);
}
#banner_web800:active {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: rgb(184, 184, 184);
}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}