.accept-policies {
	position: fixed;
	inset: 0;
	z-index: 1050;
	overflow: hidden;
	padding-bottom: 86px;
	background: #fff;
}

.accept-policies__container,
.accept-policies__item,
.accept-policies__item object {
	width: 100%;
	height: 100%;
}

.accept-policies__controls {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 -5px 8px -2px rgba( 0, 0, 0, 0.25 );
}

.accept-policies__btns {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 10px;
}

.accept-policies__btns .btn {
	flex: 1 1 0;
}
