.form-table.data-table{

}

.input-item{
	display: flex;
}

.form-table.data-table .form-label{
	display: inline-block;
	width: 125px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}


.form-table.data-table input[type=submit]{
	display: inline-block;
	margin: 15px 0 0 15px
}

.form-table.data-table input[name=form_file_11]{
	padding:0;
}

.add-review-title{
	font-size: 32px;
	font-weight: normal;
}

.success-block-wrapper{
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}

.success-block-image{

}

.success-block-text{
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.success-block-link{
	display: block;
	margin: 15px auto;
	width: 75%;
	padding: 10px 15px;
	background: #71a800;
	color: #fff;
	transition: 0.1s;
}

.success-block-link:hover{
	text-decoration: none;
	color: #fff;
	background: #679803;
}

.form-control{
	background: transparent!important;
}

.get-license .form__subtitle {
	max-width: 400px;
	margin-bottom: 30px;
}