.section__form {
	height: 0px;
}
.section__apointment form .button--global {
    margin-bottom: 10px;
    margin-top: 10px;
}
.apointment .section__apointment {
    padding: 90px 0 45px;
}
.section__doctors {
    padding: 45px 0 45px;
}

@media screen and (max-width: 767px) {
	.section__form .form__container {
	    padding: 20px;
	}

	.section__form .form__top--title {
	    font-size: 16px;
	}
	section.apointment{
		margin-top: 50px;
	}

}