*{
	font-family: 'Arsenal',sans-serif;
	font-size: 18px;
}
.center{
	text-align: center;
}
div{
	position: relative;
}
a{
	text-decoration: none;
	color: #113d57;
}
a:hover{
	color: #113d57;
	text-decoration: none;
}
p{
	text-align: justify;
	line-height: 30px;
}
h1, h1 b{
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2{
	font-size: 36px;
	font-weight: 700;
	color: #353535;
	margin: 20px 0 10px 0;
}
hr{
	width: 180px;
	margin-left: 16px;
	border-top: 2px solid #3c5f98;
	opacity: 1;
	margin-left: 0;
}
h3{
	font-size: 24px;
}
.white{
	color: white !important;
}
hr.white{
	border-top: 2px solid #ffffff;
}
.black{
	color: #353535 !important;
}
.bold{
	font-weight: bold;
}
#top{
	background: url('/images/head-bg.png') no-repeat fixed;
	background-size: cover;
	background-position: bottom;
	min-height: 800px;
}

#header{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fdba18;
	position: fixed;
	width: 100%;
	z-index: 9;
	-webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgb(0 0 0 / 10%);
	box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgb(0 0 0 / 10%);
	top: 0;
	color: #e2e3e4;
	line-height: 35px;
}
#header *{
	transition: .2s ease-in;
}
.left-block-h1{
	background: #113d57;
	padding-left: 0;
	padding-right: 30px;
}
.left-block-h1 h1{
	color: #fdba18;
	border-bottom: 23px solid #fdba18;
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.left-block-h2 h1{
	color: #113d57;
	border-bottom: 23px solid #113d57;
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.doc_img{
	width: 100%;
}
.left-block-list{
	background: #113d57;
}
.left-block-list ul{
	color: #fdba18;
	max-width: 210px;
	width: 100%;
	float: right;
	list-style: none;
	margin-bottom: 0;
}
.left-block-list ul li span{
	float: right;
	content: '';
	background: #fff;
	border-radius: 100%;
	color: #fff0;
	width: 15px;
	height: 15px;
	top: 6px;
	position: relative;
}
.right-block-list{
 	padding-right: 0;
}
.right-block-list h1{
	color: #fdba18;
	border-bottom: 23px solid #fdba18;
	text-align: left;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.right-block-list ul{
	list-style: none;
	margin-bottom: 0;
}
.block-team{
	padding-top: 40px;
	margin-bottom: 50px;
}
.block-team *{
	color: #113d57;
}

.block-team-item{

}
.block-team-item img{
	width: 100%;
	max-width: 260px;
	border-radius: 100%;
}
.range-1{
	background: #f5b517;
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	bottom: 100px;
}
.range-2{
	top: 120px;
	background: #f5b517;
	position: absolute;
	width: 250px;
	height: 500px;
	right: 0;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
.footer{
	background: #f5b517;
	padding-top: 25px;
	color: #113d57;
}
.footer img{
	width: 100%;
	max-width: 100px;
}
@media screen and (max-width: 966px) {
	h1{
		font-size: 31px;
	}
}
@media screen and (max-width: 850px) {

}
@media screen and (max-width: 800px) {

}



@media screen and (max-width: 750px) {

}


@media screen and (max-width: 550px) {
	.left-block-list ul,
	.right-block-list ul{
		padding-left: 0px;
	}
}

@media screen and (max-width: 374px) {

}






