@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

*,
html {
	margin: 0;
	padding: 0
}

body {
	background-color: #fff;
	color: #1f1f1f;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 19px;
	line-height: 23px;
	position: relative
}

.main {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	transition: all .8s ease-in-out;
	overflow: hidden
}

.final-page,
.page-1 {
	justify-content: flex-end;
	gap: 32px
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden
}

.background>img {
	width: 125vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-1.5%) translateX(-50%) rotate(-2deg)
}

.background>div {
	position: absolute;
	bottom: -18%;
	background: #fff;
	width: 300%;
	height: 110vh;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	filter: blur(30px)
}

.final-page>.background>img {
	transform: translateY(-30%) translateX(-50%) rotate(-2deg)
}

.final-page>.background>div {
	bottom: -14%
}

.final-page,
.page-10,
.page-2,
.page-3,
.page-4,
.page-5,
.page-6,
.page-7,
.page-8,
.page-9 {
	display: none
}

.header {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	padding: 0 16px;
	padding-top: 60px;
	gap: 10px;
	max-width: calc(100% - 32px);
	position: relative;
	animation: appearance .8s forwards
}

.header--start {
	padding: 70px 16px 0 16px;
	width: calc(50vh - 32px);
	max-width: calc(100% - 32px);
	position: relative
}

.header--start>span {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 15px 0 #a4a4a4;
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: #583ff3;
	top: -30px
}

.header--start>span::after {
	content: url(../images/triangle.svg);
	position: absolute;
	bottom: -20px;
	right: 20px;
	transform: scale(-1, 1)
}

.header--choose>p {
	color: #ff4632;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 19.5px;
	gap: 12px
}

h1 {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	text-align: center
}

h1>span {
	display: inline-block;
	background: #ff4632;
	padding: 0 6px;
	color: #fff;
	border-radius: 3px;
	font-style: italic;
	transform: skewX(-12deg)
}

h1>span>div {
	display: inline-block;
	transform: skewX(12deg)
}

h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 32px
}

.page-7 .header>span {
	display: inline-block;
	background: #ff4632;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 32px;
	line-height: 32px;
	border-radius: 3px;
	font-style: italic;
	transform: skewX(-18deg)
}

.page-7 .header>span>div {
	display: inline-block;
	transform: skewX(18deg)
}

.button--arrow {
	display: list-item;
	background: #fff;
	border: none;
	border-radius: 92px;
	height: 184px;
	width: 184px;
	margin-right: -82px
}

.button--arrow>img {
	margin-left: -45%
}

.video {
	width: 100%;
	max-width: 50vh;
	max-height: 50vh;
	z-index: 0;
	animation: appearance .8s forwards
}

.choose-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	padding: 0 16px;
	height: fit-content;
	width: calc(100% - 32px);
	max-width: calc(50vh - 32px);
	animation: appearance .8s forwards
}

.page-2>.choose-block {
	height: calc(100vh - 366px)
}

.page-3>.choose-block {
	height: calc(100vh - 340px);
	gap: 18px
}

.page-4>.choose-block {
	grid-template-columns: 1fr;
	gap: 8px
}

.choose-item {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 31px;
	text-align: center;
	box-shadow: 0 2px 10px 0 #6f6F6F4D;
	position: relative
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box
}

.choose-item--active .cover {
	border: 2px solid #ff4632
}

.choose-item>img {
	width: 100%;
	height: calc(100% - 47px);
	object-fit: cover
}

.page-3 .choose-item>img {
	height: calc(100% - 39px)
}

.page-3 .choose-item {
	font-size: 19px;
	line-height: 26px
}

.page-4 .choose-item {
	font-size: 20px;
	line-height: 46px;
	border-radius: 12px
}

.page-4 .cover {
	border-radius: 12px
}

.banner {
	width: 70%;
	margin: 0 auto;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	max-height: calc(100vh - 418px)
}

.content {
	width: 100%;
	max-width: 50vh;
	height: 100%;
	position: relative;
	animation: appearance .8s forwards
}

.content--1 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: calc(100vh - 328px)
}

.content--1>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	max-width: 390px;
	position: relative
}

.content--1>div::before {
	content: "";
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: -4%;
	height: 100%;
	width: 100%
}

.content--1>div::after {
	content: "";
	background-image: url(../images/bg-2.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%
}

.advantage {
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 #6f6F6F99;
	background: #fff;
	padding: 12px 14px;
	width: 43%;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.advantage>span {
	color: #ff4632;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px
}

.advantage:first-child {
	margin-left: -35%
}

.advantage:nth-child(2) {
	margin-left: -15%
}

.advantage:nth-child(3) {
	margin-left: 5%
}

.advantage:nth-child(4) {
	margin-left: 25%
}

.content--2 {
	height: calc(100vh - 422px);
	position: relative;
	width: calc(100% - 32px);
	max-width: calc(50vh - 32px)
}

.content--3 {
	height: calc(100vh - 350px);
	padding: 12px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	background-image: url(../images/phone-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative
}

.message {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 25%;
	width: calc(100% - 32px)
}

.message>img {
	width: 103px;
	height: 103px;
	border-radius: 50%
}

.message>p {
	background: #fff;
	border-radius: 12px;
	padding: 8px 6px;
	font-size: 16px;
	line-height: 19.5px;
	text-align: center;
	position: relative;
	box-shadow: 0 4px 20px 0 #686868
}

.message>p::after {
	content: url(../images/triangle.svg);
	position: absolute;
	bottom: -17px;
	left: 16px
}

.message:nth-child(2n)>p::after {
	left: auto;
	right: 16px;
	transform: scale(-1, 1)
}

.premium {
	width: 114px;
	position: absolute;
	bottom: 108px;
	left: -63px;
	transform: rotate(-15.39deg)
}

.premium--2 {
	width: 69px;
	bottom: auto;
	top: 44px;
	left: auto;
	right: -2px;
	transform: rotate(12.98deg)
}

.content--4 {
	position: relative;
	padding: 12px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	position: relative;
	height: fit-content
}

.page-7 {
	justify-content: flex-end
}

.page-7 .header {
	padding: 0;
	padding-top: 20px;
	max-width: 100%;
	width: 100%;
	font-size: 18px;
	line-height: 22px
}

.collage {
	position: absolute;
	top: -25%;
	width: 110%;
	max-width: 540px;
	z-index: -1;
	transform: rotate(-6deg)
}

.content--4>ul {
	background: #fff;
	padding: 12px 14px;
	border-radius: 16px;
	max-width: 73%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 16px
}

.content--4>ul>li {
	list-style: none;
	align-items: center;
	font-size: 21px;
	font-weight: 500;
	line-height: 26px;
	display: flex;
	text-align: left;
	gap: 8px
}

.content--4>ul>li::before {
	content: url(../images/done.png);
	height: 28px;
	width: 28px
}

.buttons-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	font-weight: 500;
	gap: 16px;
	padding: 0 16px;
	padding-bottom: 24px;
	width: 50vh;
	max-width: calc(100vw - 32px);
	height: fit-content;
	animation: appearance .8s forwards;
}

.buttons-block--choose {
	gap: 6px
}

.button {
	background: linear-gradient(268.92deg, #583ff3 -1.34%, #2f13dd 101.62%);
	border: none;
	border-radius: 100px;
	height: 61px;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative
}

.button:disabled {
	background: #a6a6a6
}

.button--skip {
	background: #fff;
	color: #b3b3b3
}

.button--start::after {
	content: url(../images/arrow-start.svg);
	position: absolute;
	right: 8px;
	top: 8px
}

.decor--arrow {
	position: absolute;
	top: -60px;
	right: -74px;
	width: 158px;
	z-index: 1;
	animation: flyout .8s forwards
}

.page-7>.buttons-block {
	width: calc(100% - 32px);
	align-items: center;
	background: #fff;
	border-radius: 50px 50px 0 0;
	box-shadow: 0 -30px 70px 50px #fff;
	gap: 0
}

.page-7 .button {
	width: 100%;
	max-width: 360px
}

form {
	display: flex;
	flex-direction: column;
	gap: 16px
}

input {
	border: 1px solid #c7c7c7;
	border-radius: 8px;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	padding: 18px 18px 18px 56px;
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: 18px
}

input::placeholder {
	color: #1f1f1f
}

input:focus {
	outline: 0;
	border: 2px solid #ff4632;
	padding: 17px 17px 17px 55px;
	background-position-x: 17px;
	background-position-y: 18.5px
}

@keyframes appearance {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes flyout {
	0% {
		transform: rotate(90deg) translate(300%)
	}

	100% {
		transform: rotate(0) translate(0)
	}
}

@media screen and (width < 390px) {

	.final-page,
	.page-1 {
		gap: 16px
	}

	body {
		font-size: 18px;
		line-height: 21px
	}

	h1 {
		font-size: 22px;
		line-height: 25px
	}

	h2 {
		font-size: 20px;
		line-height: 22px
	}

	.final-page h1 {
		font-size: 22px;
		line-height: 26px
	}

	.header {
		width: calc(100% - 32px);
		gap: 12px
	}

	.header--start {
		padding-top: 50px;
		font-size: 16px;
		line-height: 18px
	}

	.header--choose {
		padding-top: 30px
	}

	.choose-block {
		max-width: calc(100% - 32px);
		gap: 10px
	}

	.page-2>.choose-block {
		height: calc(100vh - 270px)
	}

	.page-3>.choose-block {
		height: calc(100vh - 248px);
		gap: 10px
	}

	.choose-item {
		font-size: 18px;
		font-weight: 500;
		line-height: 24px
	}

	.choose-item>img {
		height: calc(100% - 35px)
	}

	.page-3 .choose-item>img {
		height: calc(100% - 30px)
	}

	.page-3 .choose-item {
		line-height: 22px
	}

	.page-4 .choose-item {
		font-size: 16px;
		line-height: 36px
	}

	.banner {
		max-height: calc(100vh - 490px)
	}

	.vip {
		font-size: 36px;
		top: 30px;
		left: calc(50% - 110px)
	}

	.final-page>.header {
		padding-top: 20px;
		font-size: 16px;
		line-height: 18px
	}

	.first {
		width: 50px
	}

	.content {
		max-width: 100%
	}

	.content--1 {
		height: calc(100vh - 280px)
	}

	.content--1::after {
		height: calc(100vh - 280px)
	}

	.content--1::before {
		height: calc(100vh - 280px)
	}

	.advantage {
		font-size: 15px;
		line-height: 17px;
		padding: 8px 14px
	}

	.advantage>span {
		font-size: 26px;
		line-height: 29px
	}

	.adult {
		width: 80px;
		height: 80px;
		position: absolute;
		z-index: -1;
		top: 150px
	}

	.content--2 {
		height: calc(100vh - 313px)
	}

	.page-7 .header {
		font-size: 16px;
		line-height: 18px
	}

	.content--4>ul {
		gap: 8px
	}

	.content--4>ul>li {
		font-size: 16px;
		line-height: 18px
	}

	.message {
		gap: 10px
	}

	.message>p {
		font-size: 12px;
		line-height: 15px
	}

	.buttons-block {
		font-size: 16px;
		line-height: 18px
	}

	.page-1>.buttons-block {
		font-size: 14px;
		line-height: 18px
	}
}

@media screen and (width > 990px) {
	.main {
		flex-wrap: wrap;
		justify-content: center;
	}

	.header {
		width: calc(45vw - 32px);
		order: 1
	}

	.video-block {
		order: 0;
		height: 90vh;
		padding: 5vh 16px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.video {
		max-width: calc(50vw - 32px);
		max-height: 100%;
		border-radius: 12px
	}

	.buttons-block {
		order: 2
	}

	.choose-block {
		order: 0;
		width: calc(50vw - 32px);
		max-width: calc(50vw - 32px);
		margin: auto 0
	}

	.page-2>.choose-block {
		height: 90vh;
		padding: 5vh 16px
	}

	.page-3>.choose-block {
		height: 90vh;
		padding: 5vh 16px
	}

	.page-4>.choose-block {
		height: 90vh;
		justify-content: center;
		align-items: center;
		padding: 5vh 16px
	}

	.banner {
		max-height: calc(90vh - 300px)
	}

	.page-7 .header {
		order: 0
	}

	.content--3 {
		height: 90vh;
		padding: 5vh 16px;
		width: 50vw
	}

	.content--1 {
		padding: 0;
		width: 50vw;
		height: 100vh;
		justify-content: center;
		margin: auto
	}

	.content--1>div::after,
	.content--1>div::before {
		border-radius: 8px
	}

	.buttons-block {
		margin: 20px auto 0;
	}

	.page-7 {
		justify-content: flex-end
	}

	.page-7::before {
		background-size: auto
	}

	.page-7>.buttons-block {
		max-width: 60vh;
		align-items: center
	}
}

#container-modal {
	font-size: 16px;
	font-family: Arial, serif
}

.blocker {
	z-index: 99999 !important
}

#container-modal * {
	font-family: Arial, serif;
	margin: 0;
	text-shadow: none
}

#container-modal p {
	margin: 1em 0;
	line-height: 20px;
	color: #000;
	background: 0 0
}

#container-modal blockquote,
#container-modal figure {
	margin: 1em 40px
}

#container-modal hr {
	border: 1px inset;
	box-sizing: border-box;
	margin: .5em auto
}

#container-modal h1 {
	font-size: 2em;
	font-weight: 700;
	margin: .67em 0;
	color: #000;
	background: 0 0;
	line-height: 1em
}

#container-modal h2 {
	font-size: 1.5em;
	font-weight: 700;
	margin: .83em 0;
	color: #000;
	background: 0 0;
	line-height: 1em
}

#container-modal h3 {
	font-size: 1.17em;
	font-weight: 700;
	margin: 1em 0;
	color: #000;
	background: 0 0;
	line-height: 1em
}

#container-modal h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 1.33em 0;
	color: #000;
	background: 0 0
}

#container-modal h5 {
	font-size: .83em;
	font-weight: 700;
	margin: 1.67em 0;
	color: #000;
	background: 0 0
}

#container-modal h6 {
	font-size: .67em;
	font-weight: 700;
	margin: 2.33em 0;
	color: #000;
	background: 0 0
}

#container-modal table {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray
}

#container-modal tbody,
#container-modal tfoot,
#container-modal thead,
#container-modal tr {
	border-color: inherit;
	vertical-align: middle
}

#container-modal td,
#container-modal th {
	padding: 1px;
	vertical-align: inherit
}

#container-modal th {
	font-weight: 700
}

#container-modal caption {
	text-align: center
}

#container-modal menu,
#container-modal ul {
	list-style-type: disc;
	margin: 1em 0;
	padding: 0 0 0 40px
}

#container-modal ol {
	list-style-type: decimal;
	margin: 1em 0;
	padding: 0 0 0 40px
}

#container-modal dd {
	margin: 0 0 0 40px
}

#container-modal dl {
	margin: 1em 0
}

#container-modal fieldset {
	border-style: groove;
	border-width: 2px;
	border: 2px groove ThreeDFace;
	margin: 0 2px;
	padding: 0 2px 3px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em
}

#container-modal b,
#container-modal strong {
	font-weight: 700
}

#container-modal address,
#container-modal cite,
#container-modal dfn,
#container-modal em,
#container-modal i,
#container-modal var {
	font-style: italic;
	font-weight: inherit
}

#container-modal abbr[title],
#container-modal dfn[title] {
	border-bottom: 0;
	cursor: default;
	font-weight: inherit
}

#container-modal code,
#container-modal kbd,
#container-modal samp,
#container-modal tt {
	font-family: monospace;
	font-weight: inherit
}

#container-modal pre {
	font-family: monospace;
	margin: 1em 0;
	white-space: pre
}

#container-modal mark {
	background-color: #ff0;
	color: #000;
	font-style: normal;
	font-weight: inherit
}

#container-modal big {
	font-size: larger;
	font-weight: inherit
}

#container-modal small {
	font-size: smaller;
	font-weight: inherit
}

#container-modal sub,
#container-modal sup {
	font-weight: inherit;
	line-height: inherit;
	position: static
}

#container-modal sub {
	font-size: smaller;
	bottom: 0;
	vertical-align: sub
}

#container-modal sup {
	font-size: smaller;
	top: 0;
	vertical-align: super
}

#container-modal iframe {
	border: 2px inset
}

.footer-links {
	text-align: center;
	display: block;
	left: 0;
	width: 100%;
	font-size: 11px;
	font-family: Arial, serif;
	position: absolute
}

.footer-links a {
	text-decoration: none
}

button,
input[type=button],
input[type=submit] {
	outline: 0
}

#pr-div {
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 99999999 !important;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	text-align: center
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}

.blocker.behind {
	background-color: transparent
}

.container-modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 999999;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left
}

.container-modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.container-modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px
}

.container-modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.container-modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.container-modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.container-modal-spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.5)
	}

	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {

	0%,
	100%,
	40% {
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}