.disabled,
.active-mod {
	pointer-events: none;
	cursor: default;
}

.gift {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../../assets/img/bg-garland.png);
	color: #ffffff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

/* gift */

.gift__title,
.menu__form {
	margin-bottom: 20px;
}

.gift__title {
	text-align: center;
	width: 426px;
}

.menu__form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.menu__label {
	cursor: pointer;
	display: block;
	padding: 12px 20px;
}

.menu__label:last-child {
	margin-right: 0;
}

.active-mod {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
}

.gift__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.gift__menu {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	transition: 0.5s ease;
}

.arrow-top {
	visibility: hidden;
	position: fixed;
	top: 90%;
	right: 10px;
	transform: rotate(-90deg);
	border-radius: 100%;
	z-index: 1000;
	background-color: #ffffff;
	justify-self: end;
	align-self: flex-end;
	border: #ff4646 1px solid;
}

.arrow-top svg {
	stroke: #ff4646;
}

@media (hover: hover) {
	.menu__label:hover {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 12px;
	}
}

@media screen and (max-width: 768px) {
	.visible {
		visibility: visible;
	}
}

@media screen and (max-width: 500px) {
	.gift__title {
		max-width: 364px;
	}

	.menu__form {
		gap: 0;
	}

	.menu__label {
		padding: 12px 8px;
	}
}
