@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
	margin:0;
	padding:0;
	border:0 none;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.4em;
	color:#333;
	background-color:#fff;
}
h1 {
	margin:0 0 40px;
	font-size:24px;
	line-height:1em;
}
h2 {
	margin:0 0 15px;
	font-size:20px;
	line-height:1em;
}
h3 {
	margin:40px 0 0;
	font-size:18px;
	line-height:1em;
}
small {
    font-size: 12px;
	line-height:1em;
}
.cont_blck {
	box-sizing:border-box;
	margin:0 auto;
	padding:60px 0;
	width:1220px;
}
.clear {
	clear: both;
}
a:link,a:visited {
	text-decoration:none;
	color:#80B22D;
}
a:hover {
	color:#B2CE5F;
}
.list_numb {
	margin: 0;
	padding: 0 0 0 20px;
}
.list_numb li {
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: bold;
	color:#80B22D;
}
.list_numb li span {
	font-weight: normal;
	color:#333;	
}
/*---HEADER---*/
header {
	background-color: #B2CE5F;
}
header img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}
/*---INTRO---*/
#intro p {
	margin-bottom: 0;
}
/*---DOCUMENTS---*/
#documents {
	background: #eee url('../img/back.png') right bottom no-repeat;
}
.docu_link {
    margin: 20px 0 0 6%;
    width: 29.3333%;
    float: left;
    position: relative;
}
.docu_link.clear {
	margin-left:0;
}
.docu_link a {
	box-sizing: border-box;
	padding: 15px 15px 15px 65px;
    width: 100%;
	min-height: 75px;
	background: #fafafa url('../img/icon-document.png') 15px center no-repeat;
	background-size: 32px;
	display: block;
}
/*---FORM REGISTRE---*/
.form_blck > p,.form_blck > div > p {
	margin-bottom: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.form_fiel {
	margin:20px 0 0 6%;
	width:29.3333%;
	float:left;
	position:relative;
}
.form_fiel.clear {
	margin-left:0;
}
.form_fiel.form_w100 {
	margin-left:0;
	width:100%;
	float:none;
}
.form_fiel.form_w050{
	width:47%;
}
.form_fiel.form_noma {
	margin-top:0;
}
.form_fiel label {
	margin-bottom:6px;
	font-weight:400;
	line-height:20px;
	display:block;
}
.form_blck .input_text,.form_blck textarea {
	box-sizing:border-box;
	margin:0;
	padding:0 6px;
	border:1px solid #ddd;
	width:100%;
	min-height:30px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:30px;
	color:#333;
	background-color:#fafafa;
	display:block;
}
.form_blck select.input_text {
	padding:5px 6px;	
	line-height:20px;
	background: #fafafa url('../img/fiel_sele_arrwl.png') right center no-repeat;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	cursor: pointer;
}
.form_blck textarea {
	padding-top:5px;
	padding-bottom:5px;
	height:150px;
	line-height:20px;
}

.butt01,a.butt01:link,a.butt01:visited {
	border:0 none;
	color:#333;
	background-color:#80B22D;
	cursor:pointer;
}
.butt01:hover,a.butt01:hover {
	color:#333;
	background-color:#B2CE5F;
}
.cont_bu01 {
	text-align:center;
}
.cont_bu01 .butt01 {
	min-width:200px;
	font-weight:700;
	font-size:18px;
	line-height:58px;
	text-align:center;
	display:inline-block;
}
.cont_bu02 {
	margin-bottom:20px;
	position: relative;
}
.cont_bu02 .butt01 {
	box-sizing:border-box;
	margin-top:20px;
	padding:0 20px;
	height: 30px;
	line-height: 30px;
	font-size:16px;
	line-height:20px;
	text-align:center;
	background-color:#B2CE5F;
	display:inline-block;
}
.cont_bu02 .butt01:hover {
	background-color:#80B22D;
}
.cont_bu03 {
	position: absolute;
	top: 0;
	right: 0;
}
.cont_bu03 .butt01 {
	box-sizing:border-box;
	padding:0 20px;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	line-height:20px;
	text-align:center;
	color: #fff;
	background-color:#c00;
	display:inline-block;
}
.cont_bu03 .butt01:hover {
	background-color:#333;
}
.form_blck .cont_bu01 .butt01 {
	margin-top:60px;
}
.form_blck span.error,.cust_erro {
    padding-left:10px;
	font-weight:400;
	font-size:13px;
    color:#f00;
    background:url('../img/error.png') left center no-repeat;
    display:block;
	position: absolute;
	bottom: -18px;
	left: 0;
	z-index: 1;
}
#reg_ok,#reg_nook  {
	box-sizing:border-box;
	padding:20px 20px 20px 50px;
	border:1px dashed #ccc;
	width:94%;
	background-color:#f9f9f9;
}
#reg_ok {
	background:url('../img/ok.png') 10px center no-repeat;
}
#reg_nook {
	background:url('../img/nook.png') 10px center no-repeat;
}
.form_radi .item {
	box-sizing:border-box;
	margin:0 8px 8px 0;
	padding:0 6px;
	min-width:30px;
	height:30px;
	position:relative;
	float:left;
}
.form_radi.form_cent {
	text-align:center;
}
.form_radi.form_cent .item {
	display:inline-block;
	float:none;
}
.form_radi .form_fiel {
	margin-top:8px;
}
.form_radi .form_fiel .item {
	margin-bottom:0;
	width:100%;
}
.form_radi .form_fiel label {
	padding-left:6px;
	text-align:left;
}
.form_radi label,.form_radi input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	cursor:pointer;
}
.form_radi input[type="radio"] {
    opacity:0.01;
    z-index:100;
}
.form_radi input[type="radio"]:checked + label {
    background:#B2CE5F;
}
.form_radi label {
	margin-bottom:0;
	font-weight:400;
	line-height:30px; 
	text-align:center;
	background-color:#ddd;
	z-index:90;
}
.form_radi label:hover {
     background:#bbb;
}
.form_blck .form_radi span.error {
	padding-left:5px;
	width:150px;
	height:19px;
	line-height:19px;
	text-align:left;
	background:transparent url('../img/w35.png') center center repeat;
	position:absolute;
	top:-10px;
	z-index:101;
}
#form_docu_aapp,#form_acti_fiel,.form_blck .regi_acti_tipu_altr,.form_blck .regi_acti_publ_altr,#form_doju_fiel {
	display: none;
}
.form_acti_fiel,.form_doju_fiel {
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #fafafa;
	position: relative;
}
.form_doju_fiel {
	padding-top: 0;
}
.form_acti_fiel > p {
	margin-top: 0;
}
#form_okok,#form_koko {
	box-sizing: border-box;
	margin:0;
	padding:20px 20px 20px 70px;
	border:1px solid #333;
	width:100%;
	background-color: #fff;
}
#form_okok {
	background:url('../img/ok.png') 20px 20px no-repeat;
}
#form_okok strong {
	color:#090;
}
#form_koko {
	background:url('../img/nook.png') 20px 20px no-repeat;
}
#form_koko strong {
	color:#900;
}
a.coor_info:link,a.coor_info:visited {
	padding: 0 7px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	background-color: rgb(38, 70, 211);
	display: inline-block;
}
a.coor_info:hover {
	background-color: #333;
}
/*---RESPONSIVE---*/
.mobl_hide {display: block;}
.mobl_show {display: none;}
@media screen and (max-width: 1300px) {
	.cont_blck{width: 1000px;}
}
@media screen and (max-width: 1100px) {
	body,.cont_bu02 .butt01{font-size: 15px;}
	.cont_blck{width: 900px;}
	.docu_link,.form_fiel{margin-left: 3%;width: 31.3333%;}
	.docu_link a{min-height: 72px;font-size: 14px;}
	small{font-size: 11px;}
}
@media screen and (max-width: 1000px) {
	.cont_blck{width: 90%;}
	.docu_link,.form_fiel{margin-left: 6%;width: 47%;}
	.docu_link.clear,.form_fiel.clear{margin-left: 6%;clear: none;}
	.form_fiel.form_w100.clear{margin-left: 0;clear: both;}
	.docu_link:nth-child(1),.docu_link:nth-child(2n+1),.form_fiel:nth-child(1),.form_fiel:nth-child(2n+1),.docu_link.clear:nth-child(1),.docu_link.clear:nth-child(2n+1),.form_fiel.clear:nth-child(1),.form_fiel.clear:nth-child(2n+1),.w800_left{margin-left: 0 !important;clear: both;}
	.cont_bu01 .butt01{min-width: 170px;font-size: 16px;line-height: 50px;}	
	.mobl_hide{display: none;}
	.mobl_show{display: block;}
}
@media screen and (max-width: 750px) {
	.docu_link,.form_fiel,.docu_link.clear,.form_fiel.clear,.form_fiel.form_w050{margin-left: 0;width: 100%;float:none;clear: both;}
	#documents {background-image: none;}
}
