body {
	overflow-x: hidden;
	position: relative;
}
* {
	box-sizing: border-box;
}
input {
	color: #000000;
    background-color: #ffffff;
	border: 1px solid #f3c653;
    height: 40px;
    padding: 0px 18px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    width: 100%;
}
button {
	width: 100%;
}
.grata-form .button {
	padding: 0 30px;
	height: 50px;
	padding: 0px 18px;
    font-size: 16px;
    line-height: 1.33;
    text-transform: uppercase;
}
.hero-form-wrapper {
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.data-form-block {
    margin-bottom: 20px;
}
.grata-error-message {
	font-size: 14px;
    color: red;
    margin-top: 5px;
    font-weight: 400;
    text-align: left;
}
.grata-form-message {
	font-size: 14px;
	margin-top: 5px;
    font-weight: 400;
} 
.grata-form-message.error {
	color: red;
}
.grata-thanks {
	min-height: calc(100vh - 90px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
}
body .modal {
	max-height: calc(100vh - 60px);
	overflow: auto;
	width: calc(100% - 40px);
	max-width: 600px;
}
.modal-content p {
	font-weight: 400;
	margin-bottom: 20px;
}
.modal-content p:last-child {
	margin-bottom: 0;
}
body .footer__address-block {
	width: 100%;
}
body .footer__all {
	gap: 20px;
}
body .footer__address {
	font-size: 14px;
	font-weight: 400;
}
body .modal__close {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	padding: 2px 4px 0;
}