@charset"utf-8";

.content_margin_layout_form{
	margin-top: 40px;
	margin-bottom: 120px !important;
}

.form_nameselect{
	font-size: 20px;
	margin-bottom: 20px;
}

.form_name{
	font-size: 20px;
	margin-top: 5px;
}


label.radio {
	cursor: pointer;
	position: relative;
	padding: 10px 0 10px 30px;
	overflow: hidden;
	display: inline-block;
}

label.radio:before {
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1px solid #666;
	border-radius: 50%;
	left: 0px;
	top: 11px;
	content: '';
	z-index: 3;
}

label.radio:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 4px;
	top: 15px;
	background-color: #435cea;
	z-index: 1;
}

label.radio input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 28px;
	height     : 20px;
	left       : -25px;
	top        : 8px;
	margin     : 0px;
	box-shadow : 12px -1px #ffffff;
}

label.radio input[type="radio"]:checked {
	box-shadow : none;
}

label.radio input[type="radio"]:focus {
	opacity    : 0.1;
	box-shadow : 12px -1px #ffffff;
}


.required{
	background-color: #E91E63;
	color: #ffffff;
	padding: 0px 18px;
	line-height: 1.2;
	font-size: 16px;
	display: inline-block;
}

.any{
	background-color: #2645de;
	color: #ffffff;
	padding: 0 18px;
	line-height: 1.2;
	font-size: 16px;
	display: inline-block;
}

@media screen and (max-width: 1216px){
	.content_margin_layout_form{
		margin-left: 50px;
		margin-right: 50px;
	}
}