*,
*:before,
*:after {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

a {
	color: inherit;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html button {
	cursor: pointer;
	margin: 0;
}

html strong {
	font-weight: 700;
}

html p {
	font-weight: 400;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

html {
	direction: rtl;
}

.lion-excel h1,
.lion-excel h2,
.lion-excel h3,
.lion-excel h4,
.lion-excel h5,
.lion-excel h6 {
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	width: auto;
	margin: 0;
}

.lion-excel blockquote,
.lion-excel dl,
.lion-excel figure,
.lion-excel input,
.lion-excel textarea,
.lion-excel label,
.lion-excel form,
.lion-excel ol,
.lion-excel p,
.lion-excel pre,
.lion-excel ul {
	margin-bottom: 0;
}

html body:has(.lion-excel) {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	color: #0A0A0A;
	line-height: 1.2;
}

body.lock {
	overflow: hidden;
	padding-right: 15px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1 1 auto;
}

.container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 30px;
}

form input:focus,
form input:hover {
	border-color: #0A0A0A;
}

form input {
	direction: rtl;
}

.gifts-hero {
	/* color: #fff;
	text-align: center; */
	/* padding: 160px 50px 240px; */
	/* background-color: #B5B5B5; */
	/* background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	position: relative;
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	.gifts-hero {
		margin-bottom: 54px;
	}
}

.gifts-hero__img {
	width: 100%;
	display: block;
}

.gifts-hero__img img {
	width: 100%;
}

.gifts-hero__wrap {
	display: flex;
	justify-content: center;
}

.gifts-hero h1 {
	font-size: 52px;
	font-weight: 600;
	max-width: 700px;
	display: none;
}

.gifts-video {
	display: none;
}

.ss-video {
	margin-top: -150px;
	aspect-ratio: 1130/515;
	margin-bottom: 44px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.ss-video__cover {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	background: url("../img/video-cover.jpg") center 0/cover no-repeat;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.ss-video__cover h2 {
	font-size: 26px;
	font-weight: 500;
}

.ss-video__btn-play {
	background: url("../img/btn-play.svg") 0 0/contain no-repeat;
	width: 95px;
	height: 95px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.ss-video__btn-play:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gifts-steps {
	margin-bottom: 200px;
}

.gifts-steps__wrap h2 {
	max-width: 580px;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
}

.gifts-steps__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.gifts-step {
	padding: 24px;
	border: 1px solid #EAEAEA;
	border-radius: 32px;
	display: flex;
	min-height: 440px;
	opacity: 0.3;
	pointer-events: none;
}

.gifts-step__head {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 48px;
	padding-left: 32px;
}

.gifts-step__progress-bar {
	display: flex;
}

.gifts-step__progress-bar li {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #898989;
	position: relative;
}

.gifts-step__progress-bar li:not(:last-child)::after {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background: #898989;
	margin: 0px 15px;
}

.gifts-step__progress-bar li span {
	display: inline-block;
	width: 32px;
	flex: 0 0 32px;
	height: 32px;
	border-radius: 50%;
	margin-left: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	border: 1px solid #898989;
}

.gifts-step__progress-bar li.active span {
	color: #fff;
	background: #E5B0A4;
	border: 1px solid #E5B0A4;
}

.gifts-step__progress-bar li.done span {
	color: transparent;
	background: #104139;
	border: 1px solid #104139;
	background: url("../img/check.svg") center/cover no-repeat;
}

.gifts-step__descr {
	max-width: 430px;
}

.gifts-step__descr h3 {
	max-width: 360px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}

.gifts-step__descr p {
	line-height: 1.2;
}

.gifts-step__body {
	flex: 0 0 482px;
	background-color: #F3F3F3;
	display: flex;
	flex-direction: column;
	padding: 24px;
	border-radius: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gifts-step__body h5 {
	font-size: 14px;
	font-weight: 500;
}

.gifts-step__body h6 {
	font-size: 14px;
	font-weight: 500;
	opacity: 0.32;
	margin-bottom: 12px;
}

.gifts-step__body .btn-main {
	margin-top: 28px;
}

.gifts-step__icon {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}

.gifts-step__icon.bg-white {
	background-color: #fff;
}

.gifts-step__icon.bg-gray {
	background-color: #F3F3F3;
}

.gifts-step__icon img {
	width: 40px;
	aspect-ratio: 1;
}

.gifts-step.step-2 .gifts-step__body {
	background: #fff;
	padding: 0;
	overflow: hidden;
}

.gifts-step.step-2 .btn-main {
	position: relative;
	z-index: 3;
	margin-top: 0;
	margin-bottom: 28px;
}

.gifts-step.step-2 label {
	border-radius: 32px;
}

.gifts-step.step-2 label.active {
	background: #E5B0A4;
}

.gifts-step.step-2 label.active .btn-main {
	background-color: #1F3B2C;
}

.gifts-step.step-3 {
	flex-direction: column;
	align-items: start;
	gap: 32px;
}

.gifts-step.step-3 .gifts-step__body {
	padding: 46px 30px;
}

.gifts-step.step-3 h2 {
	margin-bottom: 12px;
}

.gifts-step.step-3 h5 {
	margin-bottom: 24px;
}

.gifts-step.active {
	opacity: 1;
	pointer-events: auto;
}

.btn-main {
	background-color: #E5B0A4;
	color: #fff;
	min-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	border-radius: 50px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 700;
	transition: background-color 0.4s ease 0s;
	cursor: pointer;
}

.btn-main:hover,
.btn-main:focus {
	background-color: #1F3B2C;
}

.btn-main_icon {
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-main_icon::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0px;
}

.btn-main_download::after {
	background: url("../img/cloud-download.svg") center/cover no-repeat;
}

.btn-main_upload::after {
	background: url("../img/cloud-upload.svg") center/cover no-repeat;
}

.btn-main_upload.done {
	background-color: #1F3B2C;
}

.btn-main_upload.done::after {
	background: url("../img/check.svg") center/cover no-repeat;
	height: 28px;
}

.gifts-step__file-input {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	opacity: 0;
	cursor: pointer;
	border: 1px solid #000;
	z-index: 2;
}

#form-upload-file {
	border: 1px dashed #939393;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	position: relative;
}

#form-upload-file label {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#form-order {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* gap: 12px 4px; */
}



#form-order label input {
	width: 100%;
	height: 48px;
	border: 1px solid #A3A3A3;
	border-radius: 50px;
	padding: 15px 24px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	background-color: transparent;
}

#form-order button {
	flex: 0 0 224px;
	margin-top: 24px;
	font-size: 16px;
	height: 48px;
}

@media (max-width: 576px) {
	#form-order button {
		flex: 0 0 100%;
	}
}

#form-contacts {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

#form-contacts label {
	flex: 0 0 100%;
}

#form-contacts label input {
	width: 100%;
	height: 48px;
	border: 1px solid #A3A3A3;
	border-radius: 50px;
	padding: 15px 24px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	background-color: transparent;
	direction: rtl;
}

#form-contacts button {
	flex: 0 0 100%;
	margin-top: 20px;
	min-height: 48px;
}

.messages:not(:empty) {
	margin-top: 8px;
	font-size: 13px;
	color: #dd3333;
	width: 100%;
}

.popup {
	position: fixed;
	z-index: 200000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
}

.popup.open {
	visibility: visible;
}

.popup.open .popup__overlay {
	opacity: 0.5;
}

.popup.open .popup__content {
	opacity: 1;
	-webkit-transform: perspective(100px) translate(0px, 0%) rotateX(0deg);
	transform: perspective(100px) translate(0px, 0%) rotateX(0deg);
}

.popup__body {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.4s ease 0s;
	padding: 30px 20px;
}

.popup__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease 0s;
	background-color: #000;
}

.popup__content {
	position: relative;
	transition: all 0.4s ease 0s;
	opacity: 0;
	-webkit-transform: perspective(600px) translate(0px, -100%) rotateX(15deg);
	transform: perspective(600px) translate(0px, -100%) rotateX(15deg);
	background-color: #fff;
	max-width: 480px;
	width: 100%;
	padding: 46px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 32px;
}

.popup__content h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px;
	text-align: center;
}

.popup__content p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 24px;
	text-align: center;
	max-width: 220px;
}

.popup__btn-close {
	position: absolute;
	right: 24px;
	top: 24px;
	aspect-ratio: 1;
	background: none;
	width: 24px;
}

.popup__btn-close img {
	width: 100%;
}

.popup__video {
	width: 100%;
}

#popup-video .popup__content {
	max-width: 1200px;
	background-color: transparent;
	padding: 0;
}

#popup-video .popup__btn-close {
	right: 0;
	top: -36px;
	width: 24px;
	-webkit-filter: invert(1);
	filter: invert(1);
}

#popup-video .popup__overlay {
	opacity: 0.9;
}

@media (max-width: 1200px) {
	.gifts-step__progress-bar {
		gap: 36px;
	}

	.gifts-step__progress-bar li {
		flex-direction: column;
		align-items: start;
		gap: 6px;
	}

	.gifts-step__progress-bar li:not(:last-child)::after {
		position: absolute;
		right: 48px;
		margin: 0;
		top: 12px;
		width: 52px;
	}

	.gifts-step__body {
		flex: 0 0 360px;
	}
}

@media (max-width: 998px) {
	body.lock {
		padding-right: 0;
	}

	.gifts-step__descr p br {
		display: none;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}

	.gifts-hero {
		/* padding: 62px 0 100px; */
	}

	.gifts-hero h1 {
		font-size: 32px;
	}

	.ss-video {
		margin-top: -65px;
		aspect-ratio: 390/220;
		margin-bottom: 48px;
		border-radius: 16px;
	}

	.ss-video__cover {
		background: url("../img/video-cover-mob.jpg") center 0/cover no-repeat;
		gap: 12px;
	}

	.ss-video__cover h2 {
		font-size: 12px;
	}

	.ss-video__btn-play {
		width: 78px;
		height: 78px;
	}

	.gifts-steps {
		margin-bottom: 48px;
	}

	.gifts-steps__wrap h2 {
		font-size: 26px;
		margin-bottom: 32px;
		padding-left: 24px;
	}

	.gifts-steps__list {
		gap: 16px;
	}

	.gifts-step {
		flex-direction: column;
		padding: 24px 16px;
	}

	.gifts-step__head {
		padding-left: 0;
		padding-bottom: 24px;
	}

	.gifts-step__progress-bar {
		margin-bottom: 32px;
	}

	.gifts-step__progress-bar li span {
		width: 24px;
		flex: 0 0 24px;
		height: 24px;
		font-size: 12px;
	}

	.gifts-step__descr {
		max-width: none;
	}

	.gifts-step__descr h3 {
		max-width: none;
	}

	.gifts-step__body {
		border-radius: 16px;
		padding: 16px;
	}

	.gifts-step.step-3 .gifts-step__body {
		padding: 24px 16px;
	}

	.gifts-step.step-3 h2 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 12px;
		padding-left: 0;
	}

	#form-upload-file {
		border-radius: 16px;
	}

	#form-order label input {
		height: 42px;
	}

	.popup__content {
		padding: 44px 20px;
	}

	.popup__content h2 {
		font-size: 32px;
		margin-bottom: 12px;
	}
}

@media (max-width: 576px) {
	.gifts-step__descr p {
		font-size: 15px;
	}

	.gifts-step.step-2 label {
		border-radius: 16px;
	}

	#form-order label {
		flex: 0 0 100%;
	}
}

@media (max-width: 400px) {
	.gifts-step__progress-bar li:not(:last-child)::after {
		width: 42px;
	}
}

/* success popup */

.popup__btn-close.btn-main {
	position: static;
	width: 100%;
	background-color: #E5B0A4;
}

/* CSS version below (generated from SCSS above) */
.success-info {
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 576px) {
	.success-info {
		max-width: none;
		margin: 0 20px;
		width: 100%;
	}
}

.success-info p {
	line-height: 1.2;
	font-weight: 500 !important;
	font-size: 14px !important;
}

.success-info__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 12px;
}

.success-info__icon img {
	width: 100%;
}

.success-info__row {
	margin-bottom: 7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.success-info__row p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
}

.success-info__row p:first-child {
	color: #898989;
}

.success-info__note {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin-bottom: 36px;
	padding-top: 12px;
	border-top: 1px solid #0A0A0A1F;
	margin-top: 5px;
	width: 100%;
}


.popup__btn-close.btn-main {
	position: static;
	width: 100%;
	background-color: #E5B0A4;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0.4px;
}


/* radio & checkboxes */



.gifts-step.step-3 {
	flex-direction: column;
	align-items: start;
	gap: 32px;
}

.gifts-step.step-3 .gifts-step__head {
	padding: 0;
}

.gifts-step.step-3 .gifts-step__head .gifts-step__descr,
.gifts-step.step-3 .gifts-step__head .gifts-step__descr>* {
	max-width: none;
}

.gifts-step.step-3 .gifts-step__head .gifts-step__progress-bar {
	margin-bottom: 60px;
}

.gifts-step.step-3 .gifts-step__body {
	align-items: start;
}

#form-order .inputs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

#form-order label {
	flex: 0 0 calc(50% - 2px);
}

#form-order label:nth-child(1),
#form-order label:nth-child(2),
#form-order label:nth-child(3),
#form-order label:nth-child(4) {
	flex: 0 0 calc(25% - 9px);
}

#form-order label:nth-child(5),
#form-order label:nth-child(6),
#form-order label:nth-child(7) {
	flex: 0 0 calc(17% - 8px);
}

#form-order label:nth-child(8),
#form-order label:nth-child(9) {
	flex: 0 0 calc(24.5% - 12px);
}

@media (max-width: 1200px) {
	#form-order label:nth-child(n) {
		flex: 0 0 calc(33% - 8px);
	}
}

@media (max-width: 768px) {
	#form-order label:nth-child(n) {
		flex: 0 0 100%;
	}
}


.wrapper-checkbox {
	margin: 24px 0;
}

.wrapper-radio label,
.wrapper-checkbox {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	width: 100%;
	flex: 0 0 100% !important;
	justify-content: start;
	overflow: hidden;
}

.wrapper-radio input,
.wrapper-checkbox input {
	position: absolute;
	inset: 0;
	cursor: pointer;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	;
}

.wrapper-radio label,
.wrapper-radio label span,
.wrapper-checkbox span {
	display: flex;
	gap: 12px;
	align-items: center;
}

.wrapper-checkbox span::before {
	content: '';
	width: 24px;
	flex: 0 0 24px;
	height: 24px;
	border: 1px solid #104139;
	border-radius: 5px;
}

.wrapper-checkbox input:checked+span::before {
	background: #104139 url('../img/check.svg') center / 130% no-repeat;
}

.wrapper-radio {
	border-top: 1px dashed #0000003B;
	flex: 0 0 100%;
}

.wrapper-radio label {
	margin-top: 24px;
}

.wrapper-radio span {
	position: relative;
	cursor: pointer;
}

.wrapper-radio span::before {
	content: '';
	width: 24px;
	flex: 0 0 24px;
	height: 24px;
	border: 1px solid #104139;
	border-radius: 50%;
}

.wrapper-radio label span::after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	background-color: #104139;
	border-radius: 50%;
	right: 7px;
	top: 7px;
	scale: 0;
	transition: all 0.3s ease 0s;

}

.wrapper-radio input:checked+span::after {
	scale: 1;
}

.wrapper-textarea {
	margin-top: 0 !important;
}

.wrapper-textarea textarea {
	width: 100%;
	height: 0px;
	border: 1px solid #A3A3A3;
	border-radius: 12px;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	resize: vertical;
	background-color: transparent;
	transition: all 0.3s ease 0s;
	padding-right: 24px;
	padding-left: 24px;
	opacity: 0;
	min-height: auto;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none !important;
}

.wrapper-textarea textarea::placeholder {
	color: #0A0A0A52;
}

.wrapper-textarea textarea::hover {}

.wrapper-radio label:has(input:checked)+.wrapper-textarea textarea {
	padding-top: 16px;
	padding-bottom: 15px;
	height: 80px;
	opacity: 1;
	margin-top: 12px;
	display: block;
}


.wrapper-file-pdf {
	margin: 0 !important;
	position: relative;
	max-width: max-content;
	cursor: pointer;
	margin-left: 300px;

	overflow: visible !important;
}

@media (max-width: 576px) {
	/* .wrapper-file-pdf {
		margin-left: 0;
	} */
}

.wrapper-file-pdf input {
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.name-pdf-file {
	width: 300px;
	position: absolute;
	top: calc(50% + 6px);
	transform: translateY(-50%);
	right: 100%;
	padding: 0 8px;
	font-size: 13px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width: 576px) {
	.name-pdf-file {
		width: 150px;

	}
}

.wrapper-file-pdf:hover>.btn-main {
	background: #104139;
}

.wrapper-file-pdf .btn-main {
	height: 40px;
	margin: 0;
}

.wrapper-radio .wrapper-file-pdf {
	height: 0;
	display: flex;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.wrapper-radio label:has(input:checked)+.wrapper-file-pdf {
	height: 52px;
	opacity: 1;
	padding-top: 12px;
	visibility: visible;
}

.wrapper-dates {
	position: relative;
}

.wrapper-dates input {
	padding-right: 54px !important;
}

.wrapper-dates::before {
	content: '';
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M6.66675 1.66675V5.00008" stroke="%230A0A0A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.3333 1.66675V5.00008" stroke="%230A0A0A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.8333 3.33325H4.16667C3.24619 3.33325 2.5 4.07944 2.5 4.99992V16.6666C2.5 17.5871 3.24619 18.3333 4.16667 18.3333H15.8333C16.7538 18.3333 17.5 17.5871 17.5 16.6666V4.99992C17.5 4.07944 16.7538 3.33325 15.8333 3.33325Z" stroke="%230A0A0A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.5 8.33325H17.5" stroke="%230A0A0A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	opacity: 0.5;
}

.wrapper-dates:has(input.active)::before {
	opacity: 1;
}