body.no-scroll {
	overflow: hidden;
}
.modal {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	background-color: rgba(0,0,0,.46);
	z-index: -1;
}
.modal h2 {
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
.modal h3 {
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 20px;
}
.modal.open {
	display: block;
	visibility: visible;
	opacity: 1;
	z-index: 10;
	overflow-y: auto;
}
.modal__content {
	width: 740px;
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: 0 8px 128px 0 rgba(255,147,0,.61);
	box-shadow: 0 8px 128px 0 rgba(255,147,0,.61);
	background-color: #fff;
	padding: 30px 40px;
	margin-bottom: 200px;
}
.modal__close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.modal__document {
	display: none;
	font-size: 12px;
}
.modal__document.active {
	display: block;
}
.modal__radio-group {
	margin-bottom: 40px;
}
.modal__control {
	margin-top: 40px;
}
.modal__btn-accent,
.modal__btn {
	border: none;
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 15px 0;
	letter-spacing: .3px;
	height: 40px;
	text-transform: none;
	margin-top: 10px;
	cursor: pointer;
	margin-right: 20px;
}
#content .modal__btn {
	background: #fff;
	color: #ff9300;
	border: 1px solid #ff9300;
	font-weight: normal;
}
.modal__btn-accent {
	background: #ff9300;
	color: #fff;
}

.agreement span {
	display: inline-block;
	min-width: 135px;
}

.agreement label {
	display: block;
	margin-bottom: 20px;
}

#content input.agreement-not-valid {
	border-color: red;
}

/*todo скрыть панель для слабовидящих в обычной версии*/
.visually-impaired__panel {
	top:0;
}
