/*-- анкета --*/
.form {
	position: relative;
	background: url(https://i.imgur.com/CsdiAiF.png) no-repeat;
	width: 600px;
	height: 700px;
	margin-bottom: 15px!important;
	padding-bottom: 13px;
	}

.fimg {
	position: absolute;
	margin: 50px 0 0 50px!important;
	border: 1px solid #f9fafa;
	}

.ftext {
	font-family: Roboto;
	font-size: 10px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-transform: lowercase;
	line-height: 140%;
	padding: 4px!important;
	}

.fbd {
	position: absolute;
	width: 152px;
	height: 32px;
	margin: 56px 0 0 220px!important;
	overflow-y: auto;
	}

.fp {
	position: absolute;
	width: 152px;
	height: 32px;
	margin: 56px 0 0 390px!important;
	overflow-y: auto;
	}

.fsex {
	position: absolute;
	width: 152px;
	height: 32px;
	margin: 114px 0 0 220px!important;
	overflow-y: auto;
	}

.fship {
	position: absolute;
	width: 152px;
	height: 32px;
	margin: 114px 0 0 390px!important;
	overflow-y: auto;
	}

.fjob {
	position: absolute;
	width: 152px;
	height: 32px;
	margin: 171px 0 0 220px!important;
	overflow-y: auto;
	}

.ff {
	position: absolute;
	width: 152px;
	height: 32px;
	margin: 171px 0 0 390px!important;
	overflow-y: auto;
	}

.fnr {
	position: absolute;
	width: 460px;
	height: auto;
	margin: 225px 0 0 70px!important;
	overflow-y: none;
	font-family: Roboto;
	font-size: 10px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-transform: lowercase;
	line-height: 140%;
	padding: 4px!important;
	}

.fn {
	position: absolute;
	width: 460px;
	height: auto;
	margin: 240px 0 0 70px!important;
	overflow-y: none;
	font-family: Montserrat;
	font-weight: 700;
	font-size:25px!important;
	color: #868a88;
	text-shadow: 2px 2px 0px #fff!important;
	text-transform: lowercase;
	padding: 4px!important;
	}

.fq {
	position: absolute;
	width: 460px;
	height: auto;
	margin: 275px 0 0 70px!important;
	overflow-y: none;
	font-family: Roboto;
	font-size: 10px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-transform: lowercase;
	line-height: 140%;
	padding: 4px!important;
	}

.fbio {
	position: absolute;
	width: 460px;
	height: 300px;
	margin: 325px 0 0 65px!important;
	padding: 5px;
	overflow-y: auto;
	font-family: Roboto;
	font-size: 11px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff!important;
	text-align: justify;
	line-height: 180%;
	}

.fbio::-webkit-scrollbar {
	border:none;
	width: 3px;
	height: 3px;
	}

.fbio::-webkit-scrollbar-track {
	border:none;
	background-color: #616161;
	}