@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

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

body {
	background-color: #fff;
	color: #191923;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	position: relative
}

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

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/collage.jpg);
	background-size: contain;
	background-position: center;
	filter: grayscale(1);
	opacity: .1;
	transition: opacity .5s ease-in-out
}

.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;
	text-align: center;
	padding: 0 16px;
	padding-top: 6vh;
	gap: 16px;
	width: calc(50vh - 32px);
	max-width: calc(100% - 32px);
	animation: appearance .8s forwards;
	position: relative
}

.header--start {
	position: relative;
	padding-top: 13vh
}

.header--start>h1 {
	text-transform: capitalize
}

.header--notice {
	font-size: 24px;
	line-height: 29px;
	padding-top: 10vh
}

.header--question {
	display: flex;
	flex-direction: column;
	gap: 6vh;
	padding-top: 4vh
}

.header--final {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px
}

h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px
}

h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px
}

h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px
}

h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px
}

.question__head {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-weight: 500
}

.question__numbers {
	display: flex;
	justify-content: center;
	gap: 0
}

.question__number {
	padding: 6px 14px;
	background-color: #d1d1d1;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px
}

.question__number:first-child {
	border-radius: 6px 0 0 6px
}

.question__number:last-child {
	border-radius: 0 6px 6px 0
}

.question__number--active {
	background-color: #1f1f1f
}

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

.decor--arrow {
	position: absolute;
	top: -82px;
	right: -110px;
	width: 213px;
	filter: drop-shadow(0px 0px 20px white) drop-shadow(0px 0px 20px white) drop-shadow(0px 0px 20px white) drop-shadow(0px 0px 20px white);
	z-index: 1;
	animation: flyout .8s forwards
}

.video-block {
	display: flex;
	align-items: center
}

.video {
	width: 100%;
	max-height: calc(90vh - 500px)
}

.final-page .video {
	max-height: calc(90vh - 330px)
}

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

.buttons-block--start {
	gap: 3vh;
	padding-bottom: 0
}

.buttons-block--white {
	gap: 8px;
	padding-bottom: 6px
}

.button {
	background: #f137a6;
	border: none;
	border-radius: 10px;
	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
}

.button:disabled {
	background: #848282
}

.button--no {
	background: #fff;
	color: #f137a6;
	border: 4px solid #f137a6
}

.button--skip {
	color: #0e0e20;
	background: #fff;
	border: 2px solid #c7c7c7
}

.button--white {
	background: #fff;
	color: #0e0e20;
	text-transform: none;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	height: 52px;
	border: 2px solid #c7c7c7;
	transition: all .2s ease-in-out
}

.button--active {
	border: 4px solid #f137a6;
	box-shadow: 0 2px 15px 0 #80808033
}

.buttons-block--grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px
}

.choose-block {
	display: flex;
	flex-direction: column;
	gap: 11px;
	width: 100%;
	max-width: 50vh
}

.choose-line {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 10px
}

.choose-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	animation: appearance .8s forwards;
	text-align: center;
	width: calc(50% - 20px)
}

.choose__image-block {
	width: 100%;
	height: 158px
}

.choose__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
	z-index: -1
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: calc(100% - 26px);
	max-height: 158px;
	border: 0 solid #f137a6;
	transition: all .2s ease-in-out;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.choose-item--active .cover {
	border: 6px solid #f137a6;
	box-shadow: 0 2px 15px 0 #80808033
}

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

input {
	border: 1px solid #c7c7c7;
	border-radius: 12px;
	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: 3px solid grey;
	padding: 16px 16px 16px 54px;
	background-position-x: 16px;
	background-position-y: 17.5px;
	box-shadow: 0 2px 15px 0 #80808033
}

@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) {
	body {
		font-size: 20px;
		line-height: 24px
	}

	.buttons-block {
		font-size: 22px;
		line-height: 27px
	}

	.header--notice {
		font-size: 20px;
		line-height: 24px
	}

	.header--question {
		gap: 4vh;
		padding-top: 2vh
	}

	.header--choose>h3 {
		font-size: 20px;
		line-height: 25px
	}

	.header--final>h2 {
		font-size: 22px;
		line-height: 27px
	}

	.video {
		max-height: 40vh
	}

	.choose-item {
		font-weight: 500;
		font-size: 15px;
		line-height: 19px
	}
}

@media screen and (height < 830px) {
	.header--start {
		padding-top: 7vh;
		font-size: 18px;
		line-height: 21px
	}

	h1 {
		font-size: 27px;
		line-height: 32px
	}

	.header--question {
		font-size: 17px;
		line-height: 20px
	}

	.header--question h4 {
		font-size: 22px;
		line-height: 26px
	}

	.header--choose {
		padding-top: 3vh
	}

	.header--choose>h3 {
		font-size: 22px;
		line-height: 24px
	}

	.choose-item {
		font-size: 16px;
		line-height: 20px
	}

	.choose__image-block,
	.cover {
		max-height: 18vh
	}

	.header--final>h1 {
		font-size: 22px;
		line-height: 27px
	}

	.header--final {
		font-size: 16px;
		line-height: 21px
	}
}

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

	.video-block {
		order: 0;
		height: 90vh;
		max-height: 90vh;
		padding: 5vh 16px;
		width: calc(90vw - 480px)
	}

	.video {
		max-height: 90vh
	}

	.final-page .video {
		max-height: 90vh
	}

	.header {
		order: 1
	}

	.buttons-block {
		order: 2
	}

	.buttons-block--white {
		order: 0
	}

	.choose-block {
		order: 0;
		width: 70vh;
		max-width: calc(90vw - 480px);
		height: 90vh;
		padding: 5vh 0
	}

	.choose__image-block {
		height: calc(30vh - 40px);
		width: 100%
	}

	.cover {
		height: calc(30vh - 40px);
		max-height: calc(30vh - 40px)
	}
}

#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)
	}
}