.estim_page{
	text-align:center;
}
.estim_page h2{
	margin-top:50px;
	margin-bottom:100px;
	font-size:40px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.estim_page input[type="text"] {
	padding: 0;
    margin: 0;
    width: 370px;
	height:48px;
	margin-right:13px;
	margin-left:13px;
	display:inline-block;
	border:2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
    color: #000;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:normal;
   	padding-left:12px;
	line-height:44px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align:top;
	margin-bottom:23px;
}
.estim_page textarea {
	padding: 0;
    margin: 0;
    width: 770px;
	height:150px;
	margin-right:13px;
	margin-left:13px;
	display:inline-block;
	border:2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
    color: #000;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:normal;
   	padding-left:12px;
	line-height:normal;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align:top;
	margin-bottom:23px;
}
.estim_page input[type="submit"] {
	padding: 0;
	margin: 0;
	width: 144px;
	height: 48px;
	display: inline-block;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #639e04;
	color: #fff;
	font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: top;
	margin-bottom:100px;
	text-transform:uppercase;
}
.estim_page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
.estim_page ::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
.estim_page :-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
.estim_page :-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.estim_page input[type="text"] {
    	width: 330px;
	}
	.estim_page textarea {
		width: 686px;
	}
}
@media (max-width: 767px) {
	.estim_page input[type="text"] {
    	width: calc(100% - 26px);
	}
	.estim_page textarea {
		width: calc(100% - 26px);
	}
}