.add-master-block {
	margin-bottom: 40px;
}
.master-form__block {
	padding-bottom: 20px;
	border-bottom: 2px solid #E5E5E5;
}
.master-form__item {
	margin-bottom: 10px;
}
.master-form input {
	box-shadow: none;
	padding-left: 10px;
	padding-right: 10px;
}
.master-form__label-inline {
	display: inline-block;
	width: 20%;
}
.master-form__description {
	padding-top: 10px;
}
.master-form sup {
	color: #DF1020;
	font-size: 20px;
	top: -0.1em;
}
.master-form__alert {
	margin-bottom: 10px;
}
.master-form__input-inline {
	display: inline-block;
	width: 30%;
}
.master-form__style-add {
	display: inline-block;
	margin-left: 30px;
}
#master-name,
#master-address {
	display: inline-block;
	width: 79%;
}
.master-form__send {
	font-size: 0;
	text-align: right;
}
.master-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;
}
.master-form__submit-button:hover,
.master-form__submit-button:active,
.master-form__submit-button:focus {
	background-color: #47B93D;
}
.master-form__submit-button:disabled {
	background-color: #aaa;
}
.master-form__errors {
	display: none;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	color: #DF1020;
	vertical-align: middle;
}
.error {
	border: 1px solid #DF1020;
}

/*модалка*/
.modal-master__text-green {
	color: #218025;
	font-size: 24px;
	text-align: center;
}
.modal-master p {
	text-align: center;
	font-size: 20px;
}

/*добавление фото*/
.load-photo {
	width: 100%;
	border: 1px solid #7c7c7c;
	background-color: #e3e3e3;
	padding: 10px;
}
.load-photo__inner {
	background-color: #fff;
	padding: 20px;
}
.load-photo__items {
	max-height: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.load-photo__description p {
	color: #888888;
	padding: 0 0 18px 0;
	margin-bottom: 0;
	text-align: center;
}
.load-photo__button-download {
	padding: 10px 20px;
	background-color: #8EB97D;
	width: 120px;
	margin: 0 auto;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
}
.load-photo__item {
	position: relative;
	width: 200px;
	height: 200px;
	margin-bottom: 23px;
	float: left;
	border: 1px solid #e3e3e3;
	text-align: center;
	font-size: 0;
}
.load-photo__item:not(:nth-child(3n)){
	margin-right: 39px;
}
.load-photo__item img {
	display: inline-block;
	max-width: 198px;
	max-height: 198px;
}
.load-photo__item:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.load-photo__item-close {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 189px;
	z-index: 100;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url('images/delete-doc.png') center no-repeat #fff;
	cursor: pointer;
}
