.b24-widget-button-inner-block {
	background: #67cef96b !important;
}
.popup-address.mapFix {
	height: 0;
	opacity: 1;
}
.popup-address.mapFix .custom-tab-content.js-custom-tab-content {
	display: block;
	opacity: 1;
	visibility: visible;
}
.product__pic-wrap {
	display: block;
}
.payment-method__img-wrap input {
	display: none;
}

.input-item .iti--allow-dropdown .iti__flag-container,
.input-item .iti--separate-dial-code .iti__flag-container {
	top: 12px;
}

.order-block__inner.nobord:not(:first-child) {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.select-wrap.input-item--search {
	flex: 1 1 calc((100% - 40px) / 2);
}
.order-page .select-wrap.input-item--search .new-select {
	padding: 15px 40px 15px 60px;
}
.select-wrap.input-item--search {
	flex: 1 1 calc((100% - 40px) / 2);
}
/* Стили для галереи товаров */
.product__pic-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.product__image-main {
	width: 100%;
	height: auto;
	display: block;
}

/* Индикатор загрузки */
.loader {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Стили для буллетов галереи*/
.product__bullets {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	gap: 8px;
	z-index: 20;
	padding: 8px;
	pointer-events: auto;
}

.product__bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
}

.product__bullet:hover {
	background-color: rgba(255, 255, 255, 0.8);
	transform: scale(1.1);
}

.product__bullet_active {
	background-color: #ffffff;
	transform: scale(1.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Индикатор галереи - показываем только на мобильных */
.product__gallery-hint {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 4px 12px;
	border-radius: 15px;
	font-size: 12px;
	opacity: 1;
	pointer-events: none;
	white-space: nowrap;
	z-index: 10;
	display: none; /* По умолчанию скрываем */
}
.show-pickup-map-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--accent);
}
.show-pickup-map-btn svg {
	fill: var(--accent);
}
.product-gallery-hint {
	display: flex;
	justify-content: end;
	padding: 10px 0px;
	color: #b6b3b3;
	font-size: 14px;
	font-weight: 600;
	align-items: center;
}
@media (min-width: 701px) {
	.select-wrap.input-item--search {
		width: calc((100% - 40px) / 2);
	}
}
@media (min-width: 769px) {
	.product__bullets {
		display: none;
	}

	.product__pic-wrap:hover .product__bullets {
		display: flex;
	}
	.product__gallery-hint {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.product__gallery-hint {
		display: block;
	}

	.product__bullets {
		bottom: 20px;
		gap: 6px;
		padding: 6px;
		display: flex;
	}

	.product__bullet {
		width: 8px;
		height: 8px;
	}

	.product__gallery-hint {
		font-size: 11px;
		padding: 3px 10px;
		bottom: 10px;
	}

	/* Для touch устройств */
	.product__pic-wrap {
		touch-action: pan-y;
	}
}

@media (max-width: 480px) {
	.product__bullets {
		bottom: 5px;
		gap: 4px;
	}

	.product__bullet {
		width: 6px;
		height: 6px;
	}
}

#map3 {
	display: none;
	width: 100%;
	height: 300px;
	position: relative;
}
#mapDelivery {
	width: 100%;
	height: 400px;
	display: none !important;
}

/* кнопка "наверх"*/
.scroll-to-top {
	position: fixed;
	left: 55px;
	bottom: 54px;
	width: 55px;
	height: 55px;
	background-color: #f33f52;
	color: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	opacity: 0;
	transition:
		opacity 0.3s ease,
		background-color 0.3s ease,
		transform 0.2s ease;
	padding: 8px;
}

.scroll-to-top.visible {
	display: flex;
	opacity: 1;
}

.scroll-to-top:hover {
	background-color: #f33f52;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
	.scroll-to-top {
		display: none !important;
	}
}

/* конец блока кнопки "наверх" */

.section-status .inputs-wrap {
	margin: 30px 0 !important;
}

.confidentiality {
	display: flex;
	align-items: center;
	gap: 8px;
}

.confidentiality__icon {
	width: 14px;
	height: 14px;
}

.confidentiality__description {
	font-size: 14px;
	font-weight: 400;
	color: #a0a0a0;
}

.section-status__description {
	max-width: 337px;
}

.section-status__block {
	max-width: 600px;
	width: 100%;
}

.section-status__image {
	width: 540px;
	height: auto;
	transform: scaleX(-1);
}

.section-status__container {
	display: flex;
	justify-content: space-between;
}

.status-result {
	margin-top: 28px;
}

.status-result__order {
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 1.2;
	color: #414141;
}

.status-result__current {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.3;
	color: #6f6f6f;
}

.status-progress {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0;
	padding-bottom: 8px;
}

.status-progress__item {
	min-width: 110px;
	text-align: center;
	flex: 0 0 auto;
}

.status-progress__icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 90px;
}

.status-progress__icon {
	width: 78px;
	height: 78px;
	object-fit: contain;
}

.status-progress__label {
	margin: 0;
	font-size: 18px;
	color: #5f5f5f;
	white-space: nowrap;
	margin-top: 10px !important;
}

.status-progress__item.is-active .status-progress__label {
	color: rgba(243, 63, 82, 1);
}

.status-progress__line {
	flex: 0 0 70px;
	height: 1px;
	background-color: #d2d2d2;
	margin: 48px 0px 38px;
	position: relative;
}

.status-progress__line.is-active {
	background-color: rgba(247, 216, 230, 1);
}

.status-progress__line::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #d2d2d2;
	position: absolute;
	left: 50%;
	top: -4px;
	transform: translateX(-50%);
}

.status-progress__line.is-active::after {
	background-color: rgba(247, 216, 230, 1);
}

@media (max-width: 1199px) {
	.status-result__order {
		font-size: 24px;
	}

	.status-progress__label {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.status-result__order {
		font-size: 20px;
	}

	.status-result__current {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.status-progress {
		flex-direction: column;
		align-items: center;
	}

	.status-progress__item {
		min-width: 90px;
	}

	.status-progress__icon {
		width: 64px;
		height: 64px;
	}

	.status-progress__line {
		flex: 0 0 70px;
		width: 1px;
		height: 70px;
		margin: 8px 0;
	}

	.status-progress__line::after {
		left: -4px;
		top: 50%;
		transform: translateY(-50%);
	}

	.status-progress__label {
		font-size: 16px;
	}
}

@media screen and (max-width: 900px) {
	.section-status__image {
		display: none;
	}

	.section-status__block {
		max-width: 100%;
		width: 100%;
	}
}
