#document_reg {
	line-height: 24px;
}
.border_bottom {
	border-bottom: 1px solid #000;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear:after {
	content: '';
	clear: both;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}
.w5 {
	width: 5%;
}
.w80 {
	width: 80%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33.33%;
}
.w66 {
	width: 66.66%;
}
.w50 {
	width: 50%;
}
.w25 {
	width: 25%;
}
.w90 {
	width: 90%;
}
.bold {
	font-weight: bold;
}
.about2 {
	padding: 10px 0 0 0;
	border: 1px solid #000;
}
#document_reg table {
	text-align: center;
}
#document_reg table tr td {
	padding: 7px;
}
#document_reg table p,
#document_reg table span {
	padding: 10px 10px;
	display: flow-root;
	font-size: 16px;
}
#document_reg table span.small {
	font-size: 14px;
	padding-top: 0;
	margin-top: -10px;
}
#document_reg .form-block {
	display: flex;
}
#document_reg .form-block:after {
	content: '';
	clear: both;
}
#document_reg .form-block .req {
	float: left;
	display: block;
	width: 6px;
	padding: 0;
	margin-top: -10px;
	font-size: 24px;
}
#document_reg .form-block input {
	display: block;
	float: left;
	padding: 10px;
	width: calc(100% - 6px);
}
#web_form_submit input {
	display: block;
	margin: 20px auto;
	padding: 15px 30px;
	color: #fff;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 30px 0 rgba(0, 0, 0, .12);
	background: #1b415a;
	border-radius: 15px;
	line-height: 1;
	font-size: 18px;
}
.date_protocol_accreditation,
.passport_date,
.diploma_year,
.birth_date {
	font-size: 0;
	display: table;
}
.date_protocol_accreditation div {
	font-size: initial;
}
.date_protocol_accreditation input,
.passport_date input,
.diploma_year input,
.birth_date input {
	font-size: initial;
	display: table-cell;
	width: calc(100% - 30px);
}
.date_protocol_accreditation img,
.passport_date img,
.diploma_year img,
.birth_date img {
	height: 100%;
	width: 30px;
	border: 0;
	display: table-cell;
	margin: 10px 0 0 0;
}
#document_reg select {
	height: 42px;
	width: 100%;
}
.checkbox_table td {
	text-align: left;
}
#document_reg .checkbox_table .form-block input {
	margin: 5px 0 0 25px;
	width: 15px;
	height: 15px;
}
#document_reg .form-block.add_file {
	display: block;
}
#document_reg .form-block.add_file input {
	/*width: 50%;*/
}
#document_reg .form-block.add_file .bx-input-file-desc {
	display: none;
}
#document_reg .form-block.add_file br {
	display: none;
}
#document_reg .form-block.personal_data_button {
	padding-top: 30px;
	line-height: 12px;
	display: inline-block;
}
#document_reg .form-block.personal_data_button input {
	width: auto;
}
#document_reg .checkbox_table .add_file_bonus .form-block {
	display: block;
}
#document_reg .checkbox_table .add_file_bonus .form-block span {
	display: block;
}
#document_reg .checkbox_table .add_file_bonus .form-block span.bx-input-file-desc,
#document_reg .checkbox_table .add_file_bonus .form-block br {
	display: none;
}
#document_reg .checkbox_table .add_file_bonus .form-block input {
	width: 50%;
	height: auto;
	margin: 10px 0 0 0;
}
.data-block {
	display: none;
}
.data-block:first-child {
	display: block;
}
#button_else {
	display: block;
	margin: 20px auto;
	padding: 5px 20px;
	color: #fff;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 30px 0 rgba(0, 0, 0, .12);
	background: #1b415a;
	border-radius: 10px;
	outline: none;
}
.add_more_files {
	float: left;
	width: 99%;
	margin-top: -20px;
}
#form_success {
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
	/*position: fixed;
	z-index: 10;*/
	background: rgba(255,255,255,1);
	height: auto;
	/*top: 40vh;
	right: 0;
	left: calc(50vw - 150px);*/
	width: 300px;
	padding: 50px;
	margin: 20px auto;
	text-align: center;
	border: 1px solid silver;
	font-size: 24px;
	position: relative;
}
.form_close {
	position: absolute;
	z-index: 11;
	top: 20px;
	right: 20px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
@media(max-width: 768px){
	td.w50 {
		display: block;
		width: 100%;
	}
}