
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}


a:active,
a:hover {
	outline: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #363636;
	background: #fff;
	font: 16px/1.2 "Lato", "Arial", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #3698c5;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #979797;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #979797;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #979797;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #979797;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #979797;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body {
	background: #f7f7f7;
}

.block-form {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
}

.block-form .container {
	max-width: 768px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}

.block-form h1 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #656462;
	margin: 0 0 10px;
	letter-spacing: .8px;
}

.block-form p {
	margin: 0 0 10px;
}

.block-form p .red {
	color: #900;
}

.block-form a {
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.form-submit {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #cfcfcf;
	padding: 30px;
	margin: 0 0 15px;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .2);
}

.form-submit .field-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.form-submit .field-holder .lable {
	width: 140px;
	text-align: right;
	padding: 0 10px 0 0;
}

.form-submit .field-holder .field {
	width: calc(100% - 140px);
}

.form-submit input[type="text"],
.form-submit input[type="email"],
.form-submit input[type="password"],
.form-submit textarea {
	background: none;
	border: 1px solid #aaa;
	height: 40px;
	padding: 5px 10px;
	color: #000;
	width: 100%;
	font-size: 14px;
}

.form-submit textarea {
	resize: none;
	height: 100px;
}

.form-submit input[type="submit"] {
	border: none;
	color: #fff;
	background: #69b7db;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	display: block;
	margin: 0 0 10px;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 22px;
	font-weight: 700;
	margin: 49px 0 24px;
}

.form-submit input[type="submit"]:hover {
	background: #2b88b3;
}

.form-submit .btns-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.form-submit .btns-list li {
	padding: 0 10px;
}

.form-submit .btns-list button {
	border: none;
	background:  #42a623;
	color: #fff;
	padding: 10px 15px;
	transition: all 0.4s ease;
}
.form-submit .btns-list button:hover {
	background: #1f6609;
}

.form-submit .btns-list button[type="button"] {
	background: #bf1921;
}

.form-submit .btns-list button[type="button"]:hover {
	background: #84090f;
}

@media (max-width: 767px) {
	.block-form {
		font-size: 16px;
		line-height: 20px;
	}

	.form-submit {
		padding: 15px;
	}

	.form-submit .field-holder {
		margin: 0 0 10px;
	}

	.form-submit .field-holder .lable {
		width: 100%;
		text-align: left;
		margin: 0 0 5px;
	}

	.form-submit .field-holder .field {
		width: 100%;
	}

	.form-submit textarea {
		height: 80px;
	}
}