.add-style-block {
	margin-bottom: 40px;
}
.style-form__block {
	padding-bottom: 20px;
	border-bottom: 2px solid #E5E5E5;
}
.style-form__item {
	margin-bottom: 10px;
}
label {
	display: inline-block;
	width: 20%;
}
.style-form__description {
	padding-top: 10px;
}
.style-form__textarea-label {
	width: 100%;
}
.style-form sup {
	color: #DF1020;
	font-size: 20px;
	top: -0.1em;
}
.style-form__alert {
	margin-bottom: 10px;
}
.style-form__date-input {
	display: inline-block;
}
.style-form__place-input {
	display: inline-block;
	width: 30%;
}
.style-form__tutor-name-input {
	display: inline-block;
	width: 79%;
}
.style-form__contacts-input {
	display: inline-block;
	width: 30%;
}
#style-name,
#style-address {
	width: 79%;
}
.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;
}
.style-form__send {
	font-size: 0;
	text-align: right;
}
.style-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;
}
.style-form__submit-button:hover,
.style-form__submit-button:active,
.style-form__submit-button:focus {
	background-color: #47B93D;
}
.style-form__errors {
	display: none;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	color: #DF1020;
	vertical-align: middle;
}
.error {
	border: 1px solid #DF1020;
}
.style-form__style-checkbox {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	font-weight: 400;
}
.modal-style__text-green {
	color: #218025;
	font-size: 24px;
	text-align: center;
}
.modal-style p {
	text-align: center;
	font-size: 20px;
}
