form {
	position: relative;
}

input, textarea {
	width: 100%;
	font-family: 'Roboto';
	font-size: 16px;
	color: #444444;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 0 20px;
	box-sizing: border-box;
    outline: none;
   -webkit-appearance: default-button;
   -webkit-appearance: none;
   -webkit-tap-highlight-color: transparent;
}

input[type="submit"] {
	cursor: pointer;
}

.header-search input[type="text"] {
	border-color: #138452;
}

.search-form input[type="submit"] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2px;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: 18px center;
	padding: 0;
}

.search-form input[type="text"] {
	padding-left: 47px;
}

input {
	height: 50px;
}

input:placeholder {
    font-family: 'Roboto';
	font-size: 16px;
	color: #444444;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family: 'Roboto';
	font-size: 16px;
	color: #444444;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	font-family: 'Roboto';
	font-size: 16px;
	color: #444444;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family: 'Roboto';
	font-size: 16px;
	color: #444444;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family: 'Roboto';
	font-size: 16px;
	color: #444444;
}

textarea {
	height: 120px;
}

form h6 {
	padding-bottom: 20px;
}

.fields {
	display: flex;
	flex-wrap: wrap;
}

.fields input {
	flex: 1 1;
}

.fields input:first-child {
	margin-right: 10px;
}

input[type="submit"] {
	border: 0;
}
