.g-form {
	margin:100px auto 50px auto;
	max-width:1400px;
	width:100%;
}

.g-form__head {
	width:1400px;
	height:263px;
	background-image:url('img/g-back.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	position:relative;
}

.g-form__head img {
	position:absolute;
	bottom:-7px;
	left:100px;
}

.g-form__title {
	float:right;
	width:100%;
	padding:80px 0 0 380px;
}

.g-form__title span:first-child {
	font-size:45px;
	color:#fff;
	font-weight:600;
	display:block;
}

.g-form__title span:last-child {
	width:100%;
	margin-top:50px;
	font-size:30px;
	color:#fff;
	font-weight:400;
	display:block;
}

.g-form__body {
	width:100%;
	margin-top:30px;
}

.g-form_form {
	float:left;
	width:60%;

}

.g-form_form form {
	width:100%;
	display:flex;
}

.g-form__actions {
	float:right;
	width:375px;;
}

.g-form_form input {
	width:360px;
	height:80px;
	border:solid 1px #B6B6B6;
	background:#F1F1F1;
	box-shadow:inset 5px 5px 10px #dedede;
	border-radius:11px;
	font-size:20px;
	padding:15px;
}

.main-form__button {
	background-image:url('img/button.png');
	background-repeat:no-repeat;
	width:362px;
	height:102px;
	border:none;
	margin-top:16px;
	position:relative;
	cursor:pointer;
}

.main-form__button img {
	position:absolute;
	top:-10px;
	left:30px;
}

.g-form_form button {
	margin-top:0px;
	margin-left:15px;
}

.main-form_telegram {
	display:block;
	width:176px;
	height:80px;
	background-image:url('img/telegram.png');
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

.main-form_whatsapp {
	display:block;
	width:176px;
	height:80px;
	background-image:url('img/whatsapp.png');
	background-repeat:no-repeat;
	float:right;
	cursor:pointer;
}

.g-form-mobile-img {
	display:none;
	width:100%;
	height:auto;
}

@media (max-width: 768px) {
	.g-form-mobile-img {
		display:block;
	}


	.g-form {
		max-width:100%;
	}

	.g-form__head {
   		 display:none;
	}

	.g-form__head img {
		left: 26px;
	}

	.g-form__title {
		padding: 43px 0 0 292px;
	}

	.g-form__title span:first-child {
		font-size: 32px;
		line-height: 37px;
	}

	.g-form__title span:last-child {
		margin-top: 12px;
		font-size: 15px;
	}

	.g-form_form {
		width: 100%;
	}

	.g-form_form form {
		width: 362px;
		display: block;
		margin:0 auto 0 auto;
	}

	.g-form_form input {
    	width: 100%;
	}

	.g-form_form button {
		margin-top: 15px;
		margin-left: 0;
	}

	.g-form__actions {
		float: none;
		width: 362px;
		margin:0 auto 0 auto;
	}
}