/* onicon */
.textbody h1 {
	display: none;
} 

.promo200 {
	margin: 50px 0;
}

.promo200__wrapp {
	max-width: 500px;
	margin: 0 auto;
}

.promo200__title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 32px;
	line-height: 1.0;
	color: #333;
}

.promo200__form {
	text-align: center;
}

.promo200__form-submit {
	margin-top: 16px;
}

.promo200__form-submit:hover {
	box-shadow: 0 5px 3px -3px #acd6a2, inset 0 0 0 2px #3cae5e;
    background-color: #51c568 !important;
}

/* ответ */

.response {
	height: 320px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 24px;
}