.main-form {
	max-width:1400px;
	width:100%;
	margin:15px auto;
	background-image:url('img/back_slider.png');
	background-position:top left;
	background-size:auto;
	background-repeat:no-repeat;
	padding:30px;
	height:460px;
}

.main-form__left {
	float:left;
	width:770px;
	position:relative;
}

.main-form__title {
	font-size:30px;
	line-height:36px;
	margin-top:70px;
	margin-left:40px;
	color:#000;
}

.main-form__label {
	background:#007032;
	border-radius:0 120px 0 30px;
	font-size:34px;
	line-height:42px;
	font-weight:600;
	color:#fff;
	padding:10px 28px;
	margin-top:58px;
	width:527px;
	margin-left:40px;
}

.main-form__doctor {
	position:absolute;
	top:-2px;
	right:-255px;
	z-index:10;
}

.main-form__right {
	float:right;
	width:362px;
}

.main-form__right-title {
	text-align:center;
	font-weight:600;
	font-size:23px;
	line-height:30px;
}

.main-form__form {
	width:100%;
	margin-top:15px;
}

.main-form__form input {
	width:100%;
	height:75px;
	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;
}

.main-form__actions {
	margin-top:11px
}

.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;
}

.main-form__success {
	width: 100%;
    font-weight: bold;
    padding-top: 130px;
	padding-bottom:100px;
    text-align: center;
    font-size: 21px;
    color: #007032;
}

.mobile-doctor-img {
	display:none;
}

@media (max-width: 768px) {
	.main-form {
		max-width: 100%;
		height:auto;
		background:none;
		padding:0px;
	}

	.main-form__left {
		display:none;
		width:100%;
		/*background-image:url('img/back_slider.png');
		background-position:top left;
		background-size:auto;
		background-repeat:no-repeat;
		padding:30px;*/
	}

	/*.main-form__title {
		font-size: 20px;
		line-height: 24px;
		margin-top: 38px;
		margin-right: 15px;
		float:right;
		color: #000;
		width: 70%;
	}

	.main-form__label {
		background: #007032;
		border-radius: 0 120px 0 30px;
		font-size: 19px;
		line-height: 27px;
		font-weight: 600;
		color: #fff;
		padding: 10px 28px;
		margin-top: 165px;
		width: 319px;
		margin-left: 216px;
	}

	.main-form__doctor {
		position: absolute;
		top: -2px;
		right: -255px;
		left: -26px;
		z-index: 10;
	}

	.main-form__doctor img {
		height:300px;
	}*/

	.mobile-doctor-img {
		display:block;
		width:100%;
		height:auto;
	}

	.main-form__right {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.main-form__right-title {
		width:362px;
		color:#000;
		display: inline-block;
	}

	.main-form__form {
		width: 362px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.main-form__actions {
		margin-top: 11px;
		width: 362px;
		margin-left: auto;
		margin-right: auto;
	}
}