@charset "utf-8";
*{
	font-family: 'Open Sans'
}
.anket{
	padding: 20px 0 100px;
	position: relative
}
label{
	width:100%
}
.form-anket, select{
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: 400;
    background: #f9f9f9
}
.btn-green-pro{
	background: #1fbd67;
    color: #fff
}
.submited{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f5f5f5;
    padding: 20px 0;
}