body, html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 16px;
	background: #232323;
	font-family: 'Gotham Pro',sans-serif;
	color: #fff;
}



.wrapper
{
	width: 100%;
	height: 100%;
	display: table;
	margin-top: 1rem;
	max-width: 480px;
}


.main
{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	
}

.quiz-frame
{
	border: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.quiz__head
{
	font-size: 14pt;
	margin: 5rem 1rem;
	margin-bottom: 20px;
	font-weight: 500;
}

.head__content 
{
	padding: 5px;
}

.quiz__body
{
	margin: 10px;
}

.quiz__footer 
{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}

.footer__content 
{
	padding: 5px;
}

.button
{
	border: 0;
	border-radius: 10px;
    background: #f2f3f5;
    color: #444444;
    padding: 15px 25px;
    width: 90%;
    font-size: 14pt;
    display: block;
    margin: 5px auto;
    cursor: pointer;
    text-align: left;
	font-family: 'Gotham Pro',sans-serif;
}

.button_wrong 
{
	background: #EE3D48;
}

.button_correct
{
	background: #A7E541;
}

.button_passive
{
	background: #F2F4F6;
}

.head__recommendation {
	padding: 10px;
	font-weight: 400;
}

.head__result {
	font-size: 2.5em;
}

/*форма связи */ 

.quiz_form
{
	display: block;
	vertical-align: top;
	text-align: center;
	margin: 3rem;
}

input[type="email"] {
    width: 100%;
    resize: vertical;
    padding: 15px;
    border-radius: 15px;
    border: 0;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.06);
    height: 15px;
}

input[type="email"]:hover {
  box-shadow:0 0 4px rgba(0,0,0,0.5);
}

button.button_form {
  padding: 15px 0px;
    border: none;
    background-color: #efc021;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 25px;
    width: 100%;
    margin: 1rem;
}

button.button_form:hover {
    background-color: #f7cd42;
}

/*конец формы связи */

input:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
#my_form_email .email-label {
	margin-bottom: 5px;
	display: block;
}