.product-section-form {
	position: relative;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	background-position: 70%;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-section-form .wrapper {
	margin: 0 0 0 60px;
	max-width: 100%;
}
.main-banner-title {
	font-size: 30px;
	color: #201f1f;
	margin: 0;
	margin-bottom: 30px;
}
.main-banner-text {
	max-width: 600px;
	font-size: 40px;
	color: #000000;
	font-weight: 500;
	line-height: 56px;
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: "HelveticaNeueCyr-Roman", sans-serif;
}
.input-container {
	position: relative;
	width: 280px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	background-color: #fff;
	z-index: 0;
}
.input-container-submit {
	margin-right: 0;
	background-color: #96bf01;
	border-radius: 25px;
	border: 2px solid #96bf01;
	box-shadow: 1px 1px 1px 1px rgba(150, 191, 1, 0.5);
}
.input-container-submit:hover {
	box-shadow: none;
	background-color: white;
}
.input-container-submit:hover .btn-submit {
	color: #96bf01;
}
.input-container-phone input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
	border: none;
	margin: 0;
	padding: 0 30px;
	z-index: 1;
	font-family: "HelveticaNeueCyrl", sans-serif;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	background-color: transparent;
	outline-color: #96bf01;
}
.input-container-name {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	z-index: -1;
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 500;
	transition: all .2s linear;
}
.input-container-name--focus {
	top: -30px;
	height: 30px;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
}
.btn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
	border: none;
	margin: 0;
	padding: 0 30px;
	z-index: 1;
	line-height: 50px;
	height: 50px;
	background-color: transparent;
	outline-color: #96bf01;
}
.input-container-submit .btn-submit {
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	line-height: 46px;
	height: 46px;
	font-weight: 400;
}
.personal-info {
	color: rgb(51, 51, 51);
	font-size: 13px;
	line-height: 1.1em;
	margin: 0;
	padding: 15px 5px;
	letter-spacing: 0px;
	text-align: left;
}
.personal-info a {
	font-size: 13px;
	line-height: 1.1em;
	color: #646464;
	text-decoration: none;
}
.personal-info a:hover {
	color: #969696;
}
.form-message-success {
	position: relative;
	display: none;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	border-style: none;
	font-size: 16px;
	text-align: left;
	transition: all .2s linear;
}
.form-message-success::before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 25px;
	vertical-align: middle;
	background-attachment: inherit;
	background-image: url(img/type-text__li_after.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
.form-message-success.active {
	display:block;
}
@media only screen and (max-width: 980px) {
	.main-banner-title {
		margin-bottom: 10px;
		font-size: 20px;
		text-shadow: 2px 2px 1px #fff;
	}
	.main-banner-text {
		font-size: 27px;
		line-height: 1.2;
		text-shadow: 2px 2px 5px #fff;
	}
	.input-container-submit {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.input-container-submit {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 690px) {
	.input-container-submit {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 460px) {
	.product-section-form .wrapper {
		margin: 0;
	}
	.product-section-form .input-container {
		width: 95%;
		margin-right: 0;
		margin-left: 5px;
	}
	.product-section-form {
		height: 500px;
	}
}