.plan-blocks .form {
	border-top: 2px solid #b2dfe9;
	margin-top: 22px;
	padding-top: 27px;
}

select, input, textarea {
	width: 100%;
	font-family: 'Helveticaneuecyr-Roman';
	font-size: 16px;
	color: #000;
	background: #e8f4f8;
	border: 2px solid #c8e0e8;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 0 15px;
	box-sizing: border-box;
    outline: none;
   -webkit-appearance: default-button;
   -webkit-appearance: none;
   -webkit-tap-highlight-color: transparent;
   transition: .3s;
}

input:hover, input:focus {
	border-color: #128fac;
}

button {
	border: 0;
	cursor: pointer;
}

button[type="submit"] {
	max-width: 370px;
}

label {
	display: block;
	font-family: 'Helveticaneuecyr-Bold';
	font-size: 16px;
    line-height: 1.4;
	padding-bottom: 10px;
}

select, input {
	height: 50px;
}

.item input {
	width: 100%;
}

.form .item {
	margin-top: 10px;
}

input:placeholder {
    font-family: 'Helveticaneuecyr-Roman';
	font-size: 16px;
	color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: 'Helveticaneuecyr-Roman';
    font-size: 16px;
    color: #000;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	font-family: 'Helveticaneuecyr-Roman';
	font-size: 16px;
	color: #000;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family: 'Helveticaneuecyr-Roman';
	font-size: 16px;
	color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family: 'Helveticaneuecyr-Roman';
	font-size: 16px;
	color: #000;
}

input[type="submit"] {
	border: 0;
}
