/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4
}

body {
	margin: 0
}

hr {
	height: 0;
	color: inherit
}

abbr[title] {
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

table {
	text-indent: 0;
	border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
	box-shadow: none
}

legend {
	padding: 0
}

progress {
	vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

:root {
	--brandColor: #000
}

body {
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: var(--brandColor)
}

main {
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
p {
	margin: 0
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

img {
	display: block
}

button {
	cursor: pointer
}

address {
	font-style: none
}

a {
	text-decoration: none
}

button:focus {
	outline: 0
}

.overflow-hidden {
	overflow: hidden
}

.container-basic {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-size: 50dvw;
	background-position: left center;
	background-attachment: scroll
}

@media screen and (max-width:800px) {
	.container-basic {
		padding: 50px 12px 30px;
		justify-content: center;
		background-size: cover;
		background-position: top center
	}
}

.first-step {
	background-image: url('../images/bg-1.jpg');
	background-position: left 65%
}

.second-step {
	display: none;
	background-image: url('../images/bg-2.jpg');
	background-position: left 50%
}

.third-step {
	display: none;
	background-image: url('../images/bg-3.jpg');
	background-position: left 50%
}

@media screen and (max-width:800px) {

	.first-step,
	.second-step,
	.third-step {
		background-position: top center
	}

	.third-step {
		padding-top: 110px
	}
}

.step-wrapper {
	width: 100%;
	max-width: 50dvw;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}

.step__content-wrapper {
	width: 100%;
	max-width: 510px
}

.step__header-wrapper {
	position: relative
}

.step__header-wrapper::before {
	content: '';
	width: 130px;
	height: 130px;
	position: absolute;
	right: -30px;
	top: -70px;
	background: url('../images/decor-bow.png') no-repeat center;
	background-size: cover;
	animation: rotate 3s infinite
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(-15deg)
	}

	100% {
		transform: rotate(0)
	}
}

.step-question {
	margin-bottom: 16px;
	font-size: 24px;
	text-align: center;
	font-weight: 500
}

.step__counter-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px
}

.step__counter-item {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #fff
}

.step__counter-item.active {
	border: 1px solid transparent;
	background-image: linear-gradient(271deg, #5773ff 2.54%, #334bff 92.17%);
	background-size: 16px, cover;
	background-position: center;
	background-repeat: no-repeat, repeat
}

.step-title {
	margin: 0 auto 40px;
	font-size: 40px;
	font-weight: 700
}

.third-step .step-title {
	margin-bottom: 16px
}

@media screen and (max-width:1000px) {
	.third-step .step-title {
		font-size: 32px
	}
}

@media screen and (max-width:360px) {
	.third-step .step-title {
		font-size: 26px
	}
}

.step-descr {
	text-align: center;
	font-size: 22px;
	font-weight: 500
}

.step-final__header-wrapper {
	position: relative
}

.step-final__header-wrapper::before {
	content: '';
	position: absolute;
	left: -50px;
	top: -65px;
	width: 120px;
	height: 120px;
	background: url('../images/envelope-left.png') no-repeat center;
	background-size: cover
}

.step-final__header-wrapper::after {
	content: '';
	position: absolute;
	right: -60px;
	top: -120px;
	width: 150px;
	height: 150px;
	background: url('../images/envelope-right.png') no-repeat center;
	background-size: cover
}

.step-final__descr {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: 500
}

@media screen and (max-width:1000px) {
	.step-final__descr {
		font-size: 18px
	}
}

.step-final__agree-text {
	font-size: 16px;
	font-weight: 500;
	text-align: left
}

.step__buttons-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px
}

.step-final__buttons-wrapper {
	padding-top: 10px;
	border-radius: 16px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%)
}

.step-btn {
	width: 100%;
	max-width: 174px;
	padding: 16px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 16px
}

.yes-btn {
	background: linear-gradient(271deg, #5773ff 2.54%, #334bff 92.17%)
}

.no-btn {
	background: linear-gradient(271deg, #ff368e -20.61%, #e91111 110.41%)
}

@media screen and (max-width:800px) {
	.step-wrapper {
		padding: 0;
		max-width: 390px;
		height: 100%
	}

	.step__content-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	.step-title {
		font-size: 30px
	}

	.step-final__descr {
		margin-bottom: 0
	}
}

@media screen and (max-width:382px) {
	.step-final__descr {
		font-size: 18px
	}
}

#redirect-button {
	width: 100%;
	height: 62px;
	padding: 16px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	border: none;
	border-radius: 16px;
	background: linear-gradient(225deg, #e91111, #ff368e, #e91111) 0 0/300% 300%;
	background-size: 200% auto;
	animation: gradient_move 3s ease infinite
}

#redirect-button:disabled {
	background: #5e5e5e;
	background-size: auto;
	animation: none
}

@keyframes gradient_move {
	0% {
		background-position: 0 92%
	}

	50% {
		background-position: 100% 9%
	}

	100% {
		background-position: 0 92%
	}
}

.checkbox-container {
	display: flex;
	align-items: center;
	padding: 16px;
	position: relative
}

.checkbox-container::before {
	content: '';
	width: 160px;
	height: 90px;
	position: absolute;
	top: -120%;
	left: -120px;
	background: url('../images/arrow.png') no-repeat center;
	background-size: cover;
	transition: transform .5s;
	animation: arrowScaleAnimation 1s infinite
}

@keyframes arrowScaleAnimation {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.05)
	}
}

.checkbox-container input[type=checkbox] {
	display: none
}

.checkbox-container label {
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer
}

.checkbox-image {
	width: 30px;
	height: 30px
}

form {
	width: 100%
}

.box-form {
	margin: 0 auto 16px
}

#email {
	padding: 16px 16px 16px 58px;
	width: 100%;
	height: 62px;
	color: #000;
	font-size: 20px;
	border-radius: 16px;
	border: 2px solid #fd5555c6;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 28px 29px
}

#email::placeholder {
	color: #b0b0b0
}

#email:focus {
	outline: 0;
	border: 4px solid #e91111
}

::-webkit-scrollbar-thumb {
	background-color: rgba(22, 22, 22, .359);
	border-radius: 10px
}

::-webkit-scrollbar {
	width: 10px;
	background-color: rgba(190, 188, 188, .359)
}

::-moz-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .455);
	border-radius: 10px
}

::-moz-scrollbar {
	width: 10px;
	background-color: rgba(190, 188, 188, .359)
}

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