.manuals-stripe {
	display: none;
	line-height: 1;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	position: fixed;
	z-index: 8;
	width: 100%;
	bottom: 0;
	left: 0;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	transition: background .2s ease, transform .3s ease, opacity .25s ease, visibility .25s ease;
	-webkit-transition: background .2s ease, transform .3s ease, opacity .25s ease, visibility .25s ease;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.manuals-stripe *,
..manuals-stripe-form-block {
	box-sizing: border-box;
	line-height: 1;
}

.manuals-stripe:hover {
	background: rgba(0, 0, 0, 0.85);
}

.manuals-stripe.manuals-stripe--showing {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.manuals-stripe-form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9;
	overflow-y: scroll;
}

.manuals-stripe-form-close {
	background: #1e1f23;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
	transform: translate(50%, -50%);
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: transform .2s ease;
	-webkit-transition: transform .2s ease;
}

.manuals-stripe-form-close:hover {
	transform: translate(50%, -50%) scale(1.22);
}

.manuals-stripe-form-block {
	background: #ffffff;
	width: 500px;
	margin: 5% auto;
	position: absolute;
	top: 0;
	left: 50%;
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
	padding: 30px 34px;
	border-radius: 4px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.manuals-stripe-form-block .form {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #383b42;
	text-align: left;
}

.manuals-stripe-form-block form > div {
	margin: 0 auto 20px;
}

.manuals-stripe-form-block form input[type="text"],
.manuals-stripe-form-block form input[type="email"],
.manuals-stripe-form-block form textarea {
	width: 100%;
	border: 2px solid #e2e2e2;
	border-radius: 8px;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: normal;
	line-height: 1;
	font-size: 14px;
	padding: 12px 14px;
	box-sizing: border-box;
	outline: none;
	color: #383b42;
	transition: border .2s ease;
	-webkit-transition: border .2s ease;
}

.manuals-stripe-form-block form input[type="text"]:focus,
.manuals-stripe-form-block form textarea:focus {
	border: 2px solid #488bfa;
}

.manuals-stripe-form-block form label {
	margin: 0 auto 6px;
	display: inline-block;
}

.manuals-stripe-form-block form input[type="submit"] {
	background: #488bfa;
	border: none;
	color: #ffffff;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 18px;
	border-radius: 8px;
	cursor: pointer;
	letter-spacing: 0.5px;
	font-weight: bold;
	outline: none;
	transition: background .2s ease;
	-webkit-transition: background .2s ease;
}

.manuals-stripe-form-block form input[type="submit"]:hover {
	background: #69a0fb;
}

.manuals-stripe-content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 16px 0;
}

.manuals-stripe-text {
	width: 920px;
	line-height: 20px;
	font-size: 14px;
	cursor: default;
	max-width: 100%;
	padding: 0 10px;
}

.manuals-stripe-text a {
	color: #ffffff;
	cursor: pointer;
}

a.manuals-stripe-form-link {
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

a.manuals-stripe-form-link:hover {
	text-decoration: underline;
}

a.manuals-stripe-main-link {
	font-weight: bold;
	white-space: nowrap;
}

a.manuals-stripe-main-link:hover {
	text-decoration: none;
}

.manuals-stripe-close {
	position: absolute;
	top: 0;
	right: -10px;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 24px;
	height: 100%;
	line-height: 56px;
	cursor: pointer;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: background .2s ease, opacity .3s ease, visibility .3s ease;
	-webkit-transition: background .2s ease, opacity .3s ease, visibility .3s ease;
	opacity: 0;
	visibility: hidden;
}

.manuals-stripe:hover .manuals-stripe-close {
	opacity: 1;
	visibility: visible;
}

.manuals-stripe-close:hover {
	background: rgba(0, 0, 0, 0.85);
}

.manuals-stripe-close svg,
.manuals-stripe-form-close svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	.manuals-stripe-close {
		z-index: 2;
		right: 0;
		bottom: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	
	.manuals-stripe-text {
		width: calc(100% - 48px);
	}
	
	.manuals-stripe-content {
		width: 100%;
	}
	
}

@media only screen and (max-width: 620px), only screen and (max-device-width: 620px) {
	
	.manuals-stripe-form-block {
		width: 90%;
		margin: 5% auto 5%;
	}
	
	.manuals-stripe-form-close {
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		border-radius: 0;
	}
	
}