input, textarea {
	width: 100%;
	font-family: 'Roboto';
	font-size: 14px;
	color: #000;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,0.37);
	padding: 0 20px;
	box-sizing: border-box;
	border: 0;
	/*border: 2px solid #d2dbe0;*/
    outline: none;
   -webkit-appearance: default-button;
   -webkit-appearance: none;
   -webkit-tap-highlight-color: transparent;
   transition: .2s;
}

input {
	height: 53px;
}

input:hover, input:focus,
textarea:hover, textarea:focus {
	/*border-color: #195674;*/
	outline: 3px solid #195674;
	transition: .2s;
}

input:placeholder {
    font-family: 'Roboto';
	font-size: 14px;
	color: #000;
}

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

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

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

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

form label {
	padding-bottom: 8px;
}

textarea {
	height: 235px;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 1.6;
	background-image: url(../img/message.svg);
	background-repeat: no-repeat;
	background-position: 16px 18px;
	padding-top: 15px;
	padding-left: 71px;
}

@media(max-width: 767px) {
	textarea {
		padding-left: 50px;
	}
}

input[type="email"] {
	background-image: url(../img/email.svg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 55px;
}

.style2 {
	height: 50px;
	background-image: none;
	outline: 3px solid #47aee1;
	box-shadow: none;
	padding-left: 20px;
	/*margin-left: 3px;*/
}

input[type="email"].style2 {
	background-image: none;
	padding-left: 20px;
}

input[type="submit"] {
	width: auto;
	min-width: 220px;
	font-family: 'Roboto-Bold';
	border: 0;
	outline: none;
	box-shadow: none;
	margin-top: 17px;
	cursor: pointer;
	transition: .3s;
}

.contact input[type="submit"] {
	min-width: 260px;
    font-size: 22px;
	height: auto;
}

@media(max-width: 991px) {
	.contact input[type="submit"] {
		font-size: 20px;
	}
}

@media(max-width: 767px) {
	.contact input[type="submit"] {
		font-size: 17px;
	}
}

input[type="submit"]:focus {
	outline: 3px solid red;
}

input[type="submit"]:hover {
	transition: .3s;
}

@media(min-width: 768px) and (max-width: 1260px) {
	input[type="submit"].join-submit {
		width: 100%;
	}
}

@media(max-width: 991px) {
	input[type="submit"].join-submit {
		max-width: 320px;
	}
}

@media(max-width: 500px) {
    input[type="submit"] {
        width: 100%;
		min-width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.right-col input[type="submit"] {
	width: 100%;
}

.error-notice {
	display: none;
	font-family: 'Roboto-Medium';
	color: #c21d0b;
	margin-top: 10px;
}

.error .error-notice {
	display: block;
}

.field-line {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0 0 3px rgba(0,0,0,0.37);
	border-radius: 6px;
}

.field-icon, .field-label {
	min-height: 53px;
	display: flex;
	align-items: center;
	border-right: 2px solid #d2dbe0;
}

.field-icon {
	justify-content: center;
}

.field-label {
	width: 162px;
	padding-left: 18px;
}

@media(max-width: 767px) {
	.field-label {
		width: 100%;
		flex: 1 1;
		border: 0;
	}
}

.field-label label {
	text-align: left;
	padding-bottom: 0;
}

.field-icon {
	width: 53px;
}

.field-line input {
	flex: 1 1;
	box-shadow: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

@media(max-width: 767px) {
	.field-line input {
		flex: none;
		border: 0;
		border-bottom-left-radius: 6px;
	    border-bottom-right-radius: 6px;
		border-top: 2px solid #d2dbe0;
	}
}

.submit-block {
	padding: 0 15px 50px 15px;
}

.submit-block .btn-block {
	position: relative;
	margin-top: -30px;
}

@media(max-width: 991px) {
	.submit-block .btn-block {
		margin-top: 0;
	}
}

@media(max-width: 767px) {
	.submit-block {
		padding-bottom: 40px;
	}
}

/*search form*/
label.fs-22 {
	font-family: 'Roboto-Bold';
	font-size: 22px;
	line-height: 1;
}

.search-form label {
	padding-right: 25px;
}

@media(max-width: 991px) {
	label.fs-22 {
		font-size: 18px;
	}
	.search-form label {
		padding-right: 20px;
	}
}

.search-form label {
	color: #fff;
}

.search-form input[type="text"] {
	width: 100%;
	flex: 1 1;
	box-shadow: none;
	height: 51px;
	transition: .3s;
}

@media(max-width: 991px) {
	.search-form input[type="text"] {
		flex: none;
		margin-top: 10px;
		margin-bottom: 15px;
	}
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
	box-shadow: none;
	/*outline: 3px solid #b9dcb8;*/
	outline: 3px solid transparent;
}

.search-form button {
	min-width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 51px;
	background-color: #000;
    border: 0;
	border-radius: 7px;
	cursor: pointer;
	margin-left: 15px;
	transition: .2s;
}

@media(max-width: 991px) {
	.search-form button {
		margin: 0 auto;
	}
}

.search-form button:hover {

	transition: .2s;
}

.search-form button img {
	margin-right: 8px;
}
 