@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap');
html, body, ul, ol, li, dl, dt, dd, form, table, td, div , img {
  margin:0;
  padding:0;
}
body {
	background: #f1f1f1;
	margin:0;
	padding:0;
	color:#807e7e;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
} 
img {
	border:0;
}
h1 {
	font-size:18px;
	font-weight:bold;	
	margin:0;
	padding:0;
}
.h1 {
	font-size: 13px;
	font-weight: bold;	
	color: #444444;
}
h2 {
	font-size:13px;
	font-weight:bold;	
	/*color: #ff6c00;*/
	color: #0c7df8;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
ul.list-text {
	list-style-position: inside;
}
a, input, textarea {	
	outline:none;
}
a {
  color: #4A8ADB;
}
textarea {
  resize: none;
}
.clear {
  clear: both;
  height: 0;
}
.spacer {
	padding: 5px 0;
}
#conteiner {
	width: 1035px;
	margin: 20px auto 0;
	background: #fff;
	padding: 30px 0 0;
	box-shadow: 0 0 20px #bababa;
}
#conteiner img.legal_title {
	display: block;
	margin: 0 auto 20px;
}
div.legal_title {
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 900;
	color: #0c7df8;
}
#conteiner ul.legal_menu {	
	font-size: 20px;
	text-align: center;
	padding-bottom: 7px;
}
#conteiner ul.legal_menu li {
	display: inline;
}
#conteiner ul.legal_menu li a {
	color: #73726e;
	font-size: 20px;
	text-decoration: none;
}
#conteiner ul.legal_menu li a:hover {
	/*color: #d95e03;*/
	color: #0c7df8;
}
#conteiner ul.legal_menu li a.active {
	/*color: #d95e03;*/
	color: #0c7df8;
}
#conteiner div.inner {
	width: 848px;
	border: 1px solid #f4f4f4;
	border-radius: 10px;
	padding: 30px 44px;
	margin: 25px auto;
}
#conteiner div.inner p.legal_top {
	text-align: right;
	margin-bottom: 0;
	margin-top: 20px;
}
#footer {
	background: #807e7e;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}