.inp_data{
	width:100%;
	border-radius: 15px;
	height:35px;
	color:#000;
	border:none;
	padding:5px;
	margin:4px 3px;
	font-size:16px;
}
.inp_data::placeholder {
	font-size:16px;
}
.male_bg{
	background: #fff;
}
.female_bg{
	background: #fff;
}
.disable_sel1{
	/*background: #261F3E;*/
	background: #fff;
}
.disable_sel2{
	/*background: #3F1A5B;*/
	background: #fff;
}

.checkbox-round {
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #ddd;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.checkbox-round:checked {
	appearance: auto;
	clip-path: circle(50% at 50% 50%);
	background-color: #2E244F;
}
.gender_block{
	border-radius: 20px;
	height:30px;
	color:#fff;
	width:100%;
	max-width:300px;
	background: #2E244F;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.active_male{
	z-index:2;
	background: #6B3DED;
}
.active_female{
	z-index:2;
	background: #A742C4;
}
.required{
	color:#C5020A;
	font-weight: bold;
	font-size:25px;
	margin-left:5px;
}
.req_annotation{
	color:#ffe300;
	font-weight: bold;
	/*text-shadow: .04em 0 #FFF, -.04em 0 #FFF, 0 .04em #FFF, 0 -.04em #FFF;*/
	font-size:20px;
}
.main_block_female_bg{
	background: #3F1A5B;
}
.itc__customcss{
	color:#000;
	/*max-width:150px;
	width:100%;*/
	margin-right: 5px;
}
.itc__pdg{
	padding:10px 10px 0 5px;
}