.form-page body{
	letter-spacing: 0;
	}
.form-page #all, .form-page main, .form-page .container, .form-page .form{
	z-index: inherit;
	}
.form-page #all{
	padding-top: 42px;
	}
.form-page #logo{
	display: table;
	line-height:0;
	margin: 0 auto 26px;
	width:352px;
	max-width: 70%;
	background: none;
	}
.no-touch #logo:hover{
	opacity: .7;
	}
.form-page #logo img{
	margin: 0;
	}

.form-page .form-substrate-box{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #19171c;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding: 27px 56px 27px;
	background: #fff;
	box-shadow: 0 18px 122px rgba(11, 10, 12, .96);
	}
.form-page .form-substrate-box > *:first-child{
	margin-top: 0;
	}
.form-page .form-substrate-box > .form:first-child{
	margin-top: 16px;
	}
.form-page .form{
	margin: 0;
	}
.form-page * + .form{
	margin-top: 29px;
	}
.form-page .form .field{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	float: none;
	margin: 0 0 19px;
	}
.form-page .field.your-keymarket, .form-page .field.choose-news{
	display: none !important;
	}
.form-page .form .field.visible{
	display: flex !important;
	}
.form-page .form .field.large-indent{
	margin-top: 35px;
	}
.form-page .field-name{
	display: block;
	font-weight:400;
	font-size: 16px;
	line-height:1.2em;
	letter-spacing: 0;
	text-align: left;
	color: #19171c;
	margin: 2px 0 0;
	padding: 0 4px 0 0;
	width:124px;
	}
.form-page .field-name.full-width{
	width: 100%;
	}
.form-page .required .field-name:after{
	content: '*';
	color: #ed0013;
	}
.form-page .form-control{
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #19171c;
	width:calc(100% - 124px);
	height: 37px;
	line-height:35px;
	padding: 0 28px;
	margin: 0 0 0 auto;
	border: 1px solid #787779;
	border-radius: 2px;
	box-shadow: 0 0 16px rgba(8, 15, 29, .12);
	}
.form-page .error-field .form-control{
	border-color: #ed0013;
	}
/*.form-page .form-control:focus{
	border-color: #787779;
	}*/
.form-page textarea.form-control{
	padding-top: 6px;
	padding-bottom: 6px;
	line-height:1.35em;
	height: 58px;
	}
.form-page .form .field.comments-field{
	display: block;
	margin-top: 63px;
	}
.form-page .form .comments-field .field-name{
	text-transform: none;
	text-align: center;
	width:100%;
	margin: 0 0 9px;
	}
.form-page .form .comments-field .form-control{
	width:100%;
	}
.form-page .form .field .select2-container{
	z-index: 14;
	}
.form-page .form .field .select2-container--open{
	z-index: 16;
	}
.form-page .checkbox-item{
	display: block;
	text-align: left;
	margin: 0 0 16px;
	}
.form-page .checkbox-item:nth-child(even){
	margin-left: auto;
	}

.form-page input[type="checkbox"] + label{
	position: relative;
	font-weight:400;
	font-size: 16px;
	line-height:1.2em;
	letter-spacing: 0;
	text-align: left;
	padding: 0 0 0 26px;
	color: #000;
	cursor: pointer;
	}
.form-page .checkbox-item input[type="checkbox"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 13px;
	height: 13px;
	border-radius: 0;
	}
.form-page .checkbox-item input[type="checkbox"]:checked + label:before{
	background: url("../i/checked-icon.svg") no-repeat 1px 3px/11px 7px;
	}
.form-page .form .field.choose-news{
	margin: 33px 0 -68px;
	}

.form-page .form .field.choose-news.visible + .field{
	margin-top: 74px;
	}







.form-page .form .radio-group{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin: 16px 0 0;
	}
.form-page .form .radio-group .radio-item{
	margin: 0 40px 0 0;
	}


.form-page .form .radio-item{
	position: relative;
	margin: 0 0 12px 74px;
	line-height: 0;
	text-align: left;
	}
.form-page .form .radio-item input[type="radio"]{
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	}
.form-page .form .radio-item input[type="radio"] + label{
	position: relative;
	top: -4px;
	display: inline-block;
	vertical-align: top;
	font-weight:400;
	font-size: 16px;
	line-height:1.2em;
	letter-spacing: 0;
	text-align: left;
	padding: 0 0 0 26px;
	color: #000;
	cursor: pointer;
	}
.form-page .form .radio-item input[type="radio"]:disabled + label{
	cursor: default;
	}
.form-page .form .radio-item input[type="radio"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top:2.5px;
	width: 13px;
	height: 13px;
	border: 1px solid #ed0013;
	border-radius: 110%;
	}
.form-page .form .radio-item input[type="radio"]:checked + label:after{
	content: '';
	position: absolute;
	left: 4px;
	top: 6.5px;
	width: 7px;
	height: 7px;
	background: #ed0013;
	border-radius: 6px;
	}



.form-page .form .btn{
	font-size: 24px;
	display: table;
	width:100%;
	margin: 20px 0 0;
	height: 52px;
	}

.form-page input::-webkit-input-placeholder, .form-page textarea::-webkit-input-placeholder{
	font-weight:400;
	}
.form-page input::-moz-placeholder, .form-page textarea::-moz-placeholder{
	font-weight:400;
	}
.form-page input:-ms-input-placeholder, .form-page textarea:-ms-input-placeholder{
	font-weight:400;
	}

.form-page .form .field .field-error{
	display: block;
	font-size: 12px;
	line-height:16px;
	text-align:left;
	padding-left: 124px;
	width:100%;
	margin: 4px 0 0;
	color: #ed0013;
	}
/*Footer*/
#footer.short-footer{
	font-size: 16px;
	line-height: 1.1em;
	text-align: center;
	color: #fff;
	}
#footer.short-footer:before{
	display: none;
	}
#footer.short-footer .container{
	padding-top: 20px;
	max-width: 596px;
	}
#footer.short-footer .social-links{
	margin: 0 -4px 16px;
	}
#footer.short-footer .social-links a{
	display: flex;
	align-items: center;
	justify-content:center;
	width:42px;
	height:42px;
	margin: 0 4px;
	background: #000;
	border-radius: 110%;
	border: 1px solid #fff;
	}
#footer.short-footer .social-links a:before{
	font-size: 22px;
	line-height: 42px;
	color: #fff;
	transition: opacity .2s ease;
	}
.no-touch #footer.short-footer .social-links a:hover:before{
	opacity: .7;
	}
#footer.short-footer .social-links a:after{
	display: none;
	}
#footer.short-footer a{
	font-weight: 700;
	}
#footer.short-footer a[href^=mailto]{
	font-weight: 300;
	color: #fff;
	}
#footer.short-footer .links-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin: 14px 0 0;
	}
#footer.short-footer .links-grid p{
	margin: 20px 0;
	}

@media screen and (max-width: 640px){
	.form-page .form-substrate-box{
		padding: 27px 24px 27px;
		}
	}
@media screen and (max-width: 480px){
	.form-page .form-substrate-box{
		padding: 27px 24px 27px;
		}
	.form-page .form .field{
		display: block;
		margin: 0 0 19px;
		}
	.form-page .form .field.visible{
		display: block !important;
		}
	.form-page .field-name{
		display: block;
		margin: 0 0 9px;
		padding: 0;
		width:100%;
		}
	.form-page .form-control{
		width:100%;
		margin: 0;
		padding: 0 16px;
		}
	.form-page .form .field.choose-news{
		margin: 33px 0 -16px;
		}
	.form-page .form .field.comments-field{
		margin-top: 48px;
		}
	.form-page .form .field .field-error{
		padding-left: 0;
		}
	.form-page .checkbox-item input[type="checkbox"] + label:before{
		top: 2px;
		}
	.form-page .form .btn{
		font-size: 20px;
		}
	#footer.short-footer .links-grid{
		display: block;
		margin: 34px 0 0;
		}

	.form-page .form .field.choose-news.visible + .field{
		margin-top: 40px;
		}
	.form-page .form .radio-group{
		display: block;
		margin: 20px 0 0;
		}
	.form-page .form .radio-group .radio-item{
		width: 100%;
		margin: 0 0 12px;
		}
	.form-page .form .radio-group .radio-item:last-child{
		margin-bottom: 0;
		}
	}
@media screen and (max-width: 420px){
	.form-page .form-substrate-box{
		font-size: 15px;
		padding: 27px 16px 27px;
		}
	}

/*Select*/
.select2-container{
	position: relative;
	z-index: 12;
	display: block;
	margin: 0;
	}
.select2-container:not(.select2-container--open){
	box-shadow: 0 0 16px rgba(8, 15, 29, .12);
	}
.select + .select2-container{
	width:calc(100% - 124px) !important;
	}
.select2-container .select2-selection--single{
	cursor: pointer;
	display: block;
	height: 37px;
	background: #fff;
	border: 1px solid #787779;
	border-radius: 2px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	}

.select2-container.select2-container--open{
	z-index: 15;
	}
.select2-container.select2-container--open .select2-selection--single{
	border-color: #fff;
	}
.select2-container.select2-container--open.select2-container--below .select2-selection--single{
	border-bottom-color: #ed0013;
	}
.select2-container.select2-container--open.select2-container--above .select2-selection--single{
	border-top-color: #ed0013;
	}
.error-field .select2-container .select2-selection--single{
	border-color: #E12631;
	}
.select2-container .select2-selection--single .select2-selection__rendered{
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 35px;
	text-align: left;
	letter-spacing: 0;
	color: #19171c;
	padding: 0 42px 0 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-selection--single .select2-selection__clear{
	position: relative;
	}
.select2-container .select2-selection--multiple{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 37px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	}
.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-search--inline{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	}
.select2-container .select2-search--inline .select2-search__field{
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0 13px;
	height: 39px;
	line-height: 39px;
	}
.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field{
	height: 33px;
	line-height: 33px;
	padding: 0;
	}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-dropdown{
	display: block;
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin: 0;
	padding: 2px 0 4px;
	}
.select2-dropdown:before{
	content: '';
	position: absolute;
	left:0;
	top:-37px;
	right:0;
	bottom:0;
	background: #fff;
	box-shadow: 0 0 16px rgba(8, 15, 29, .12);
	}
.select2-dropdown--above.select2-dropdown:before{
	top:0;
	bottom: -37px;
	}
.select2-results{
	display: block;
	}
.select2-results__options{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.select2-results__option{
	font-weight:400;
	font-size: 16px;
	line-height: 22px;
	color: #19171c;
	padding: 4px 20px 4px 28px;
	margin: 0;
	background: #fff;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
	}
.no-touch .select2-results__option:not([aria-selected=true]):hover{
	opacity: .7;
	}
.select2-search--dropdown{
	display: block;
	padding: 4px 14px;
	margin: 6px 0;
	}
.select2-search--dropdown .select2-search__field{
	height: 32px;
	padding: 4px 34px 4px 14px;
	width: 100%;
	}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-search--dropdown.select2-search--hide{
	display: none;
	}
.select2-close-mask{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
	}
.select2-hidden-accessible{
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}
.select2-container--default .select2-selection--single .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 40px;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	position: absolute;
	top: 13px;
	right: 14px;
	width: 9px;
	height: 9px;
	background: url("../i/select-arrow.png") no-repeat 0 0/9px auto;
	}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float: left;
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	left: 1px;
	right: auto;
	}
.select2-container--default.select2-container--disabled .select2-selection--single{
	color: #35A3A7;
	background: #f9fbfd;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
	display: none;
	}
.select2-container--default .select2-selection--multiple{
	border: 1px solid #787779;
	border-radius: 2px;
	cursor: text;
	background: #fff url("../i/select-arrow.png") no-repeat calc(100% - 14px) 13px/9px auto;
	}
.select2-container--open.select2-container--default .select2-selection--multiple{
	border-color: #fff;
	box-shadow: 0 0 16px rgba(8, 15, 29, .06);
	}
.select2-container--open.select2-container--default.select2-container--below .select2-selection--multiple{
	border-bottom-color: #ed0013;
	}
.select2-container--open.select2-container--default.select2-container--above .select2-selection--multiple{
	border-top-color: #ed0013;
	}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 2px 42px 0 28px;
	width: 100%;
	min-height: 33px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-selection__placeholder{
	position: relative;
	text-overflow: ellipsis;
	color: #86868F;
	margin: 0;
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	position: relative;
	font-size: 14px;
	background: rgba(0, 0, 0, .05);
	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: default;
	float: left;
	margin: 2px 4px 2px 0;
	padding: 0 28px 0 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #999;
	cursor: pointer;
	position: absolute;
	font-size: 22px;
	top: 50%;
	width: 20px;
	height: 20px;
	line-height: 22px;
	right: 4px;
	font-weight: bold;
	margin: -10px 0 0;
	text-align: center;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	color: #333;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
	float: right;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left: 5px;
	margin-right: auto;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left: 2px;
	margin-right: auto;
	}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	outline: 0;
	}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
	background-color: #eee;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
	display: none;
	}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #fff;
	}
.select2-container--default .select2-search--inline .select2-search__field{
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	}
.select2-container--default .select2-results > .select2-results__options{
	max-height: 196px;
	overflow-y: auto;
	}
.select2-container--default .select2-results__option[role=group]{
	padding: 0;
	}
.select2-container--default .select2-results__option[aria-disabled=true]{
	color: #999;
	}
.select2-container--default .select2-results__option[aria-selected=true]{
	display: none;
	color: #6CA51E;
	cursor: default;
	}
.select2-container--default .select2-results__option .select2-results__option{
	padding-left: 1em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
	padding-left: 0;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -1em;
	padding-left: 2em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -2em;
	padding-left: 3em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -3em;
	padding-left: 4em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -4em;
	padding-left: 5em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -5em;
	padding-left: 6em;
	}
.select2-container--default .select2-results__group{
	cursor: default;
	display: block;
	padding: 6px;
	}
@media screen and (max-width: 480px){
	.select + .select2-container{
		width: 100% !important;
		}
	.select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered{
		padding-left: 16px;
		}
	.select2-results__option{
		padding: 4px 16px;
		}
	}