/* fonts */

@font-face {
	font-family: 'BalooBhai2';
	src: url('../fonts/BalooBhai2-VariableFont_wght.ttf') format('truetype');
	font-weight: 400 800;
	font-style: normal;
	font-display: swap;
}

/* base */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'BalooBhai2', sans-serif;
	font-weight: 500;
}

body {
	overflow-x: hidden;
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* sticky header / menu */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	position: relative;
}

.logo-img {
	height: 54px;
	width: auto;
}

.nav-desktop {
	display: flex;
	align-items: center;
	gap: 56px;
}

.nav-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #000000;
}

.nav-link:hover {
	color: #e30613;
	text-decoration: none;
}

.nav-icon {
	width: 26px;
	height: 26px;
	object-fit: contain;
	flex-shrink: 0;
}

.nav-icon-fa {
	font-size: 24px;
	width: 26px;
	text-align: center;
	flex-shrink: 0;
}

.nav-link--accent {
	color: #e30613;
}

.nav-link--accent:hover {
	color: #c10510;
}

#nav-icon3 {
	display: none;
	width: 44px;
	height: 36px;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #e30613;
	border-radius: 4px;
	left: 0;
	transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) { top: 0; }
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) { top: 14px; }
#nav-icon3 span:nth-child(4) { top: 28px; }

#nav-icon3.open span { background: #e30613; }

#nav-icon3.open span:nth-child(1) {
	top: 14px;
	width: 0;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 14px;
	width: 0;
	left: 50%;
}

.meniu-mobile {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	padding: 16px 0;
	z-index: 999;
}

.meniu-mobile a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	font-size: 22px;
	font-weight: 700;
	color: #000000;
	border-bottom: 1px solid #f0f0f0;
}

.meniu-mobile a:last-child {
	border-bottom: none;
}

.meniu-mobile a:hover {
	background: #fff8e6;
	color: #e30613;
	text-decoration: none;
}

.margin-top-kv-special {
	margin-top: 35vh;
}

@media only screen and (max-width: 991px) {
	.nav-desktop {
		display: none;
	}

	#nav-icon3 {
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.meniu-mobile {
		display: none !important;
	}
}

/* hero kv */

.hero-kv {
	width: 100%;
	min-height: 100vh;
	height: auto;
	padding-bottom: 50px;
	background-image: url('../images/kv_bgdesktop.png');
	background-size: cover;
	background-position: center -8vh;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1467px) {
	.hero-kv {
		background-position: center 0;
	}
}

@media only screen and (max-width: 767px) {
	.hero-kv {
		background-image: url('../images/kv_bgmobile.png');
		background-position: center -10vh;
	}
}

.hero-kv-inner {
	width: 100%;
}

.hero-kv-row {
	display: flex;
	justify-content: center;
	width: 100%;
}

.hero-cearfi {
	width: 100%;
	text-align: center;
}

.cearfi-img {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.cearfi-img--mobile {
	display: none;
}

@media only screen and (max-width: 991px) {
	.cearfi-img--desktop {
		display: none;
	}

	.cearfi-img--mobile {
		display: block;
	}
}

/* section inscriere */

.section-inscriere-area {
	position: relative;
	z-index: 5;
}

.section-inscriere-separator {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 6;
	margin-top: -1.25%;
	margin-bottom: 0;
}

.section-inscriere {
	width: 100%;
	position: relative;
	z-index: 5;
	margin-top: -1.25%;
	background-color: #f7ad21;
	padding-bottom: 60px;
	overflow: visible;
}

.section-inscriere-inner {
	position: relative;
	z-index: 5;
	padding-top: 24px;
	padding-bottom: 20px;
}

/* biscuiti parallax */

.biscuit-parallax {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 70px;
	pointer-events: none;
	z-index: 7;
}

.biscuit-parallax--left {
	left: 0;
}

.biscuit-parallax--right {
	right: 0;
}

.biscuit-parallax__slot {
	position: absolute;
	left: 0;
	will-change: transform;
}

.biscuit-parallax__item {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}

.biscuit-parallax__item--l1 {
	animation: decor-float 3.2s ease-in-out infinite;
	animation-delay: 0s;
}

.biscuit-parallax__item--l2 {
	animation: decor-float 3.9s ease-in-out infinite;
	animation-delay: 0.85s;
}

.biscuit-parallax__item--r1 {
	animation: decor-float 3.5s ease-in-out infinite;
	animation-delay: 0.45s;
}

.biscuit-parallax__item--r2 {
	animation: decor-float 4.2s ease-in-out infinite;
	animation-delay: 1.25s;
}

@media only screen and (max-width: 991px) {
	.section-inscriere-area,
	.section-produse-area,
	.section-castigatori-area {
		overflow-x: hidden;
	}

	.section-inscriere-inner,
	.section-produse-inner,
	.section-castigatori-inner {
		position: relative;
		z-index: 10;
	}

	.biscuit-parallax {
		width: 56px;
	}

	.biscuit-parallax__slot--l1 {
		width: 52px;
		top: 6%;
		left: -8px;
	}

	.biscuit-parallax__slot--l2 {
		width: 48px;
		top: 48%;
		left: -6px;
	}

	.biscuit-parallax__slot--r1 {
		width: 50px;
		top: 22%;
		left: auto;
		right: -6px;
	}

	.biscuit-parallax__slot--r2 {
		width: 46px;
		top: 68%;
		left: auto;
		right: -8px;
	}
}

@media only screen and (min-width: 992px) {
	.biscuit-parallax {
		width: 110px;
	}

	.biscuit-parallax__slot--l1 {
		width: 90px;
		top: 10%;
		left: 0;
	}

	.biscuit-parallax__slot--l2 {
		width: 80px;
		top: 54%;
		left: 0;
	}

	.biscuit-parallax__slot--r1 {
		width: 86px;
		top: 14%;
		left: auto;
		right: 0;
	}

	.biscuit-parallax__slot--r2 {
		width: 82px;
		top: 60%;
		left: auto;
		right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.biscuit-parallax__item {
		animation: none !important;
		will-change: auto;
	}

	.biscuit-parallax__slot {
		will-change: auto;
	}
}

.inscriere-title {
	text-align: center;
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 800;
	color: #fff;
	margin: 0 0 28px;
}

.inscriere-steps {
	list-style: none;
	padding: 0;
	margin: 0 0 36px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.inscriere-steps li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: clamp(16px, 2.2vw, 20px);
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
}

.step-text {
	flex: 1;
	min-width: 0;
}

.step-text b {
	font-weight: 800;
}

.step-badge {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: #512011;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.inscriere-form {
	margin: 0 auto;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 24px;
}

.field-pill {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border-radius: 999px;
	padding: 10px 20px 10px 16px;
	min-height: 64px;
	border: 2px solid transparent;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.field-pill--error {
	border-color: #e4002b;
	box-shadow: 0 0 0 1px #e4002b;
}

.field-pill--error .field-pill-icon,
.field-pill--error .field-pill-label,
.field-pill--error .field-pill-chevron,
.field-pill--error .field-pill-info {
	color: #e4002b;
}

.field-pill-icon {
	flex-shrink: 0;
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f7ad21;
	font-size: 22px;
}

.field-pill-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.field-pill-label {
	font-size: 13px;
	font-weight: 700;
	color: #f7ad21;
	line-height: 1.2;
}

.field-pill input,
.field-pill select {
	width: 100%;
	border: none;
	background: transparent;
	font-family: 'BalooBhai2', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.field-pill input::placeholder {
	color: #888;
	font-weight: 500;
}

.field-pill-info {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #f7ad21;
	font-size: 18px;
	cursor: pointer;
	padding: 4px;
}

.field-pill-chevron {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #f7ad21;
	font-size: 14px;
}

.upload-row {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.upload-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: calc((100% - 16px) / 2);
	box-sizing: border-box;
	background: #512011;
	color: #f7ad21;
	font-family: 'BalooBhai2', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 16px;
	border-radius: 999px;
	border: 2px solid transparent;
	cursor: pointer;
	margin: 0;
	transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.upload-btn--error {
	border-color: #e4002b;
	box-shadow: 0 0 0 1px #e4002b;
}

.upload-btn:hover {
	background: #3f1a0d;
}

.upload-btn i {
	font-size: 20px;
}

.upload-hint {
	flex: 1;
	min-width: 220px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #4b2317;
	line-height: 1.5;
}

.upload-hint strong {
	font-weight: 800;
}

.upload-filename {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #4b2317;
	margin-bottom: 20px;
}

.inscriere-checkboxes {
	margin-bottom: 20px;
}

.inscriere-recaptcha {
	width: 100%;
	max-width: 380px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 4px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.inscriere-recaptcha--error {
	border-color: #e4002b;
	box-shadow: 0 0 0 1px #e4002b;
}

.inscriere-recaptcha .g-recaptcha {
	transform-origin: center top;
}

@media only screen and (max-width: 767px) {
	.inscriere-recaptcha {
		margin-bottom: 32px;
	}

	.inscriere-recaptcha .g-recaptcha {
		transform: scale(0.92);
	}
}

.custom-checkbox {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-left: 36px;
	margin-bottom: 14px;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.45;
	color: #fff;
	font-weight: 600;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-checkbox .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 3px solid #4b2317;
	border-radius: 4px;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.custom-checkbox--error .checkmark {
	border-color: #e4002b;
	box-shadow: 0 0 0 1px #e4002b;
}

.custom-checkbox .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 1px;
	width: 5px;
	height: 11px;
	border: solid #4b2317;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
	display: block;
}

.checkbox-label a {
	color: #fff;
	text-decoration: underline;
	font-weight: 800;
}

.checkbox-label a:hover {
	color: #4b2317;
}

.inscriere-message {
	max-width: 380px;
	margin: 0 auto 16px;
	padding: 14px 18px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.inscriere-message--error {
	background: #fff;
	color: #e4002b;
	border: 2px solid #e4002b;
}

.inscriere-message--success {
	background: #fff;
	color: #2f6b2f;
	border: 2px solid #2f6b2f;
}

.inscriere-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.55);
	overflow-y: auto;
}

.inscriere-modal[hidden] {
	display: none;
}

.inscriere-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 560px;
	background: #f7ad21;
	border-radius: 24px;
	padding: 44px 28px 32px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.inscriere-modal__close {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 1;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	color: #4b2317;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.inscriere-modal__content {
	text-align: center;
	color: #fff;
}

.inscriere-modal__title {
	margin: 0 0 20px;
	font-family: 'BalooBhai2', sans-serif;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
}

.inscriere-modal__title[hidden] {
	display: none;
}

.inscriere-modal__body p {
	margin: 0 0 14px;
	font-family: 'BalooBhai2', sans-serif;
	font-size: clamp(16px, 2.2vw, 20px);
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
}

.inscriere-modal__body p:last-child {
	margin-bottom: 0;
}

.inscriere-modal__body a {
	color: #fff;
	text-decoration: underline;
	font-weight: 800;
}

.inscriere-modal__body a:hover {
	color: #4b2317;
}

body.inscriere-modal-open {
	overflow: hidden;
}

.btn-inscriere {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	height: 58px;
	border: none;
	border-radius: 999px;
	background: #e4002b;
	color: #fff;
	font-family: 'BalooBhai2', sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: background 0.2s;
}

.btn-inscriere:hover {
	background: #c40025;
}

@media only screen and (max-width: 767px) {
	.form-grid {
		grid-template-columns: 1fr;
	}

	.upload-btn {
		width: 70%;
	}

	.upload-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* section produse */

.section-produse-separator {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 8;
	margin-top: -1.25%;
	margin-bottom: 0;
}

.section-produse-area {
	position: relative;
	z-index: 10;
	overflow: visible;
}

.section-produse {
	width: 100%;
	position: relative;
	z-index: 5;
	margin-top: -1.25%;
	background-color: #e4002b;
	padding: 80px 0 100px;
	overflow: visible;
}

.section-produse-inner {
	position: relative;
	z-index: 5;
}

.produse-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin: 0 0 32px;
	color: #fff;
	font-weight: 800;
}

.produse-title-line {
	font-size: clamp(22px, 3.5vw, 36px);
	font-weight: 700;
	line-height: 1.2;
}

.produse-title-brand {
	font-size: clamp(40px, 7vw, 72px);
	font-weight: 800;
	line-height: 1;
}

.produse-packs {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

/* fructe parallax */

.fruit-parallax {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 15;
}

.fruit-parallax__slot {
	position: absolute;
	will-change: transform;
}

.fruit-parallax__item {
	width: 100%;
	height: auto;
	display: block;
}

.fruit-parallax__item--zmeura {
	animation: decor-float 3.4s ease-in-out infinite;
	animation-delay: 0s;
}

.fruit-parallax__item--lamaie {
	animation: decor-float 4s ease-in-out infinite;
	animation-delay: 0.7s;
}

.fruit-parallax__item--cacao {
	animation: decor-float 3.6s ease-in-out infinite;
	animation-delay: 1.1s;
}

.fruit-parallax__item--visine1 {
	animation: decor-float 3.3s ease-in-out infinite;
	animation-delay: 0.35s;
}

.fruit-parallax__item--visine2 {
	animation: decor-float 4.3s ease-in-out infinite;
	animation-delay: 1.4s;
}

@media only screen and (max-width: 991px) {
	.fruit-parallax__slot--zmeura {
		width: 165px;
		top: 8%;
		left: -12px;
	}

	.fruit-parallax__slot--lamaie {
		width: 143px;
		top: 4%;
		right: -10px;
		left: auto;
	}

	.fruit-parallax__slot--cacao {
		width: 132px;
		top: auto;
		bottom: 6%;
		left: 4vw;
		right: auto;
	}

	.fruit-parallax__slot--visine1 {
		width: 72px;
		top: auto;
		bottom: 22%;
		right: 5vw;
		left: auto;
		z-index: 2;
	}

	.fruit-parallax__slot--visine2 {
		width: 58px;
		top: auto;
		bottom: 4%;
		right: 6vw;
		left: auto;
		z-index: 1;
	}
}

@media only screen and (min-width: 992px) {
	.section-produse-inner .col-10.col-md-8 {
		max-width: 960px;
	}

	.produse-title-line {
		font-size: 40px;
	}

	.produse-title-brand {
		font-size: 80px;
	}

	.produse-packs {
		max-width: 920px;
		width: 95%;
	}

	.fruit-parallax__slot--zmeura {
		width: min(585px, 45.9vw);
		top: 2%;
		left: 0;
	}

	.fruit-parallax__slot--lamaie {
		width: min(420px, 34vw);
		top: 0;
		right: 0;
		left: auto;
	}

	.fruit-parallax__slot--cacao {
		width: min(340px, 28vw);
		top: 76%;
		left: 10vw;
		right: auto;
	}

	.fruit-parallax__slot--visine1 {
		width: min(200px, 14vw);
		top: 54%;
		right: 10vw;
		left: auto;
		z-index: 2;
	}

	.fruit-parallax__slot--visine2 {
		width: min(155px, 11vw);
		top: 78%;
		bottom: auto;
		right: 10vw;
		left: auto;
		z-index: 1;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.fruit-parallax__slot--zmeura {
		width: min(325px, 25.5vw);
	}
}

@keyframes decor-float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@media only screen and (max-width: 991px) {
	@keyframes decor-float {
		0%, 100% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(-6px);
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	.fruit-parallax__item {
		animation: none !important;
	}

	.fruit-parallax__slot {
		will-change: auto;
	}
}

/* castigatori */

.section-castigatori-area {
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.section-castigatori {
	background-color: #f7ad21;
	padding: 32px 0 72px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.section-castigatori-inner {
	position: relative;
	z-index: 5;
	padding-left: 12px;
	padding-right: 12px;
}

.castigatori-title {
	margin: 0 0 28px;
	text-align: center;
}

.castigatori-title-img {
	width: min(100%, 720px);
	margin: 0 auto;
}

.castigatori-title-img--mobile {
	display: none;
}

.castigatori-prize-img {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 16px;
}

.castigatori-list {
	list-style: none;
	counter-reset: castigator;
	margin: 0;
	padding: 0 8px 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
}

.castigatori-list li {
	counter-increment: castigator;
	padding: 2px 0;
}

.castigatori-list li::before {
	content: counter(castigator) " ";
}

.castigatori-list--scroll {
	--castigatori-rows: 15;
	max-height: calc(var(--castigatori-rows) * (1.45em + 4px));
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #512011 #f7ad21;
}

.castigatori-list--scroll::-webkit-scrollbar {
	width: 8px;
}

.castigatori-list--scroll::-webkit-scrollbar-track {
	background: rgba(81, 32, 17, 0.15);
	border-radius: 8px;
}

.castigatori-list--scroll::-webkit-scrollbar-thumb {
	background: #512011;
	border-radius: 8px;
}

.castigatori-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.castigatori-col-winners {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.castigatori-col--center .castigatori-col-winners {
	max-width: 280px;
}

.castigatori-col-winners .castigatori-list {
	width: 100%;
}

.castigatori-cupa {
	display: block;
	margin: 16px auto 0;
	width: min(100%, 120px);
}

.castigatori-prizes-swiper {
	overflow: visible;
	padding-bottom: 8px;
}

.castigatori-prizes-swiper .swiper-slide {
	height: auto;
}

.castigatori-swiper-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 8px;
}

.castigatori-prizes-pagination {
	position: static !important;
	width: auto !important;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.castigatori-prizes-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid #e4002b;
	opacity: 1;
	margin: 0 !important;
}

.castigatori-prizes-pagination .swiper-pagination-bullet-active {
	background: #e4002b;
}

.castigatori-prizes-prev,
.castigatori-prizes-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: transparent;
	color: #e4002b;
	font-size: 22px;
	cursor: pointer;
	flex-shrink: 0;
}

.castigatori-prizes-prev.swiper-button-disabled,
.castigatori-prizes-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.section-castigatori-area .section-castigatori-inner {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 991px) {
	.castigatori-title-img--desktop {
		display: none;
	}

	.castigatori-title-img--mobile {
		display: block;
		width: min(100%, 340px);
	}

	.section-castigatori {
		padding: 24px 0 56px;
	}

	.section-castigatori-inner {
		padding-left: 28px;
		padding-right: 28px;
	}

	.castigatori-prize-img {
		max-width: 300px;
	}

	.castigatori-list {
		font-size: 16px;
	}

	.castigatori-cupa {
		width: min(72vw, 200px);
		margin-top: 20px;
	}

	.castigatori-prizes-swiper {
		overflow: hidden;
	}

	.castigatori-prizes-swiper .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
	}

	.castigatori-prizes-swiper .castigatori-prize-img,
	.castigatori-prizes-swiper .castigatori-list,
	.castigatori-prizes-swiper .castigatori-cupa {
		margin-left: auto;
		margin-right: auto;
	}

	.castigatori-prizes-swiper .castigatori-list {
		width: 100%;
		max-width: 300px;
		padding: 0;
		text-align: center;
	}
}

@media only screen and (min-width: 992px) {
	.castigatori-title {
		margin-bottom: 40px;
	}

	.castigatori-title-img--desktop {
		width: min(100%, 640px);
	}

	.castigatori-prize-img {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.castigatori-list {
		font-size: 14px;
		width: 100%;
		max-width: 280px;
	}

	.castigatori-cupa {
		width: min(100%, 130px);
		margin-top: 20px;
	}

	.castigatori-col--center .castigatori-col-winners {
		max-width: 260px;
	}
}

@media only screen and (min-width: 1200px) {
	.castigatori-list {
		font-size: 15px;
		max-width: 300px;
	}
}

/* footer */

.site-footer {
	background: #fff;
	padding: 48px 20px 52px;
	text-align: center;
	position: relative;
	z-index: 5;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 6px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

.footer-nav a {
	color: #000;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #e4002b;
	text-decoration: none;
}

.footer-sep {
	color: #000;
	font-weight: 700;
	user-select: none;
}

.footer-sal {
	margin-bottom: 20px;
}

.footer-sal a {
	display: inline-block;
	line-height: 0;
}

.footer-sal img {
	display: block;
	width: 250px;
	height: 50px;
}

.footer-copy {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.footer-nav {
		flex-direction: column;
		gap: 10px;
	}

	.footer-sep {
		display: none;
	}
}
