
.inp-block{
	width: 80%;
	margin-bottom: 20px;
}

.inp-block input[type="text"], .inp-block textarea{
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin:10px 0;
}

.inp-block label{
	display: block;
}

.poll-variants{
	display: flex;
	justify-content: space-between;
}

.poll-variants img{
	width: 100%;
}

.poll-variants .pvrt{
	width: 45%;
}

.submitPoll{
	width: 200px;
	padding: 20px;
	border:1px solid #000;
	text-align: center;
	cursor: pointer;
}