.gos-blue-banner {
	background-color: #F9F9F9;
	padding: 100px 0 70px;
	margin-bottom: -50px;
	margin-top: -260px;
}

.green-btn {
	border-radius: 10px;
	background: #40B86B;
	height: 50px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 35px;
	box-sizing: border-box;
	display: inline-block;
}

.flex {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.gos-blue-banner__left {
	width: 42%;
	padding-right: 6%;
	box-sizing: border-box;
	position: relative;
}
.gos-blue-banner__img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
	position: relative;
}
.gos-blue-banner__left:before {
	content: '';
	position: absolute;
	left: 10px;
	top: -10px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #0E54B2;
}
.gos-blue-banner__advs {
	width: 85%;
}

.gos-blue-banner__adv {
	color: #383838;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 0 0 30px;
	position: relative;
	margin-bottom: 40px;
	background: url("img/check.svg") top left no-repeat;
	background-position-x: 1px;
	background-position-y: 2px;
	min-height: 23px;
}



.gos-blue-banner__right {
	width: 42%;
	padding-left: 6%;
	position: relative;
	box-sizing: border-box;
}

.gos-blue-banner__right:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10%;
	bottom: 10%;
	width: 1px;
	background: #0E54B2;
}

.form.inline.CONSULT_GOS h4 {
	color: #0E54B2;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form.inline.CONSULT_GOS input.button {
	border-radius: 14px;
	background: #40B86B;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	padding: 20px 50px;
	box-sizing: border-box;
	width: 100%;
	text-transform: none;
	margin-bottom: 6px;
}
.form.inline.CONSULT_GOS .form_body input {
	background: #EDEDED;
	border-radius: 14px;
	padding: 18px;
	box-sizing: border-box;
}
.form.inline.CONSULT_GOS .form_footer {
	text-align: center;
}
.form.inline.CONSULT_GOS .form_footer p {
	display: none;

}
.form.inline.CONSULT_GOS input.button:hover,
.green-btn:hover {
	background: #4ee082;
	color: #FFF;
}
.form.inline.CONSULT_GOS .form_result.success {
	font-size: 20px;
	font-weight: 500;
}
@media (max-width: 1100px) {


	.green-btn{
		font-size: 16px;
	}

}

@media (max-width: 992px) {
	.gos-blue-banner__left {
		width: 50%;
	}
	.gos-blue-banner__right {
		width: 50%;
		padding-left: 40px;
		box-sizing: border-box;
	}
	.gos-blue-banner__advs {
		margin-left: 0;
	}

	.form.inline.CONSULT_GOS {
		margin: 28px 0 26px;
	}
}

@media (max-width: 768px) {
	.gos-blue-banner__left {
		width: 100%;
		padding-right: 0;
	}
	.gos-blue-banner__right {
		width: 100%;
		padding-left: 0;
		box-sizing: border-box;
	}

	.gos-blue-banner{
		margin-top: -230px;
		padding: 90px 0 50px;
	}

	.gos-blue-banner__img {
		margin: 0 auto 25px;
	}
	.gos-blue-banner__adv {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.form.inline.CONSULT_GOS h4 {
		font-size: 20px;
	}
	.gos-blue-banner__right:before {
		display: none;
	}
	.gos-blue-banner__left:before {
		left: calc(50% - 70px);
	}

}


	.flex {
	  display: flex !important;
	  flex-flow: row wrap;
	  align-items: center;
	  justify-content: center;
	}

	.gos-blue-banner {
	  background-color: #F9F9F9;
	  padding: 100px 0 70px;
	  margin-bottom: -50px;
	  margin-top: 0px;
	}