.adding-form {
	margin-bottom: 40px;
}
.adding-form input {
	box-shadow: none;
	padding-left: 10px;
	padding-right: 10px;
}
.adding-form sup {
	color: #DF1020;
	font-size: 20px;
	top: -0.1em;
}
.adding-form label {
	display: inline-block;
}
.event-form__label-inline {
	width: 20%;
}
.event-form__block {
	padding-bottom: 20px;
	border-bottom: 2px solid #E5E5E5;
}
.event-form__item {
	margin-bottom: 10px;
}
.event-form__input-inline {
	display: inline-block;
	width: 30%;
}
#event-name,
#event-address {
	width: 79%;
}
.event-form__send {
	font-size: 0;
}
.event-form__submit-button {
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	border: none;
	background-color: #8EB97D;
	width: 120px;
	margin: 0 auto;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.event-form__submit-button:hover,
.event-form__submit-button:active,
.event-form__submit-button:focus {
	background-color: #47B93D;
}
.event-form__submit-button:disabled {
	background-color: #aaa;
}
.event-form__errors,
#small-description-error {
	display: none;
	padding-left: 40px;
	font-size: 16px;
	color: #DF1020;
	vertical-align: middle;
}
#master-select,
#style-select {
	display: inline-block;
}
.event-form__master-add,
.event-form__style-add {
	display: inline-block;
	margin-left: 30px;
}
.error {
	border: 1px solid #DF1020;
}

/*модалка*/
.modal-event__text-green {
	color: #218025;
	font-size: 24px;
	text-align: center;
}
.modal-event p {
	text-align: center;
	font-size: 20px;
}
