* {
	font-family: 'Montserrat', sans-serif;
}

body{
	min-width: 320px;
	color: #000;
}

.no-padding{
	padding: 0!important;
}

ol, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}


a:hover {
	color: #000;
	text-decoration: none;
}

.zindex {
	position: relative;
	z-index: 2;
}

/************************************/

.scroll_1 {
	padding-top: 225px;
}

.form_up_text {
	text-align: center;
	margin-bottom: 60px;
}

.form_up_text h2 {
	font-weight: 700;
	color: #000;
	font-size: 30px;
	padding-bottom: 30px;
}

.form_up_text h3 {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.form_block {
	background: #f2f2f2;
	padding-top: 55px;
	padding-bottom: 90px;
}

.form_input form label {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	display: table;
}

.form_input form label p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-left: 15px;
	pointer-events: none;
	line-height: 21px;
	font-weight: 400;
	font-size: 14px;
	color: #888;
	position: absolute;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-right: 30%;
}

.form_input form label:last-of-type p {
	display: block;
	padding-top: 15px;
}

.form_input form label:last-of-type {
	margin-bottom: 45px;
}

.form_input form label::before {
	content: url(/assets/img/expertiza/form.png);
	position: absolute;
	top: 15px;
	right: 15px;
}

.form_input form label input, .form_input form label textarea {
	padding-right: 40px;
	padding-left: 15px;
	width: 100%;
	border: 1px solid #c5c5c5;
	font-weight: 400;
	font-size: 14px;
	color: #888;
	outline: none;
}

.form_input form label input {
	height: 50px;
}

.form_input form label input::placeholder {
	white-space: normal;
}

.form_input form label textarea {
	padding-top: 15px;
	height: 175px;
	resize: none;
}

.form_input h3 {
	font-weight: 700;
	font-size: 16px;
	color: #666;
	padding-bottom: 40px;
}

.form_input button {
	width: 170px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border-radius: 25px;
	border: 0;
	margin: auto;
	background: #d0422c;
	display: block;
	outline: none;
}

@media only screen and (max-width : 1199px){
	.form_up_text h2 {
		font-size: 25px;
		padding-bottom: 20px;
	}

	.form_up_text h3 {
		font-size: 14px;
	}

	.form_input h3 {
		font-size: 14px;
		color: #666;
	}

	.form_input form label input, .form_input form label textarea {
		font-size: 11px;
	}

	.form_input button {
		width: 140px;
		height: 40px;
		font-size: 12px;
	}
}  

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px){
	.scroll_1 {
		padding-top: 100px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px){
	.form_block {
		padding-bottom: 60px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	.form_input form label p {
		font-size: 11px;
		line-height: 15px;
	}
}