/* ФУТЕР */

/* верхний блок */

.footer_item ul{
	line-height: 25px;
}

.footer_item ul li{
	  opacity: 0.7;
}

.vm-footer .footer_item ul li {
	opacity: 1;
}

.footer_item .fa{
	 margin-right: 6px;
}

/* нижний блок */

.footer_bottom_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	line-height: 1.5;
}

.footer_bottom_left,
.footer_bottom_right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
}

.footer_bottom_left .copyright {
	font-weight: 600;
	letter-spacing: 0.01em;
}

.footer_bottom_left .footer_rights {
	opacity: 0.8;
}

.footer_bottom_sep {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: currentColor;
	opacity: 0.35;
}

.footer_bottom_right {
	font-size: 14px;
	opacity: 0.9;
}

.footer_bottom_legal {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px 20px;
}

.footer_legal_item {
	white-space: nowrap;
}

.footer_legal_label {
	opacity: 0.9;
	margin-right: 6px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
}

.footer_legal_item {
	font-weight: 500;
}

.footer_item h4{
	font-weight: 800;
}

/* ---- VENDORMART: футер — единая фиолетовая заливка ---- */
.tv-storefront-footer.site-footer {
	padding: 0 !important;
	background: var(--tv-action-primary, #6366f1) !important;
	color: rgb(255 255 255 / 0.92) !important;
	box-shadow: var(--tv-action-shadow, 0 2px 8px rgb(99 102 241 / 0.35));
}

.tv-storefront-footer.site-footer .vm-footer,
.tv-storefront-footer.site-footer .vm-footer__main,
.tv-storefront-footer.site-footer .vm-footer__main p,
.tv-storefront-footer.site-footer .vm-footer__main a,
.tv-storefront-footer.site-footer .vm-footer__main h4,
.tv-storefront-footer.site-footer .vm-footer__main li,
.tv-storefront-footer.site-footer .vm-footer__main span {
	color: inherit;
}

.vm-footer__main {
	border-top: none;
	background: transparent !important;
	color: rgb(255 255 255 / 0.92);
}

.tv-storefront-footer .vm-footer__main.back-stage {
	background: transparent !important;
}

.vm-footer__inner {
	padding-top: 2.25rem;
	padding-bottom: 1.75rem;
}

.vm-footer__hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 20px 28px;
	align-items: center;
	margin-bottom: 1rem;
}

.vm-footer__logo {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	flex-shrink: 0;
	padding: 0 10px;
	border-radius: 8px;
	background: rgb(255 255 255 / 0.95);
	height: 44px;
	box-sizing: border-box;
}

.vm-footer__logo-img {
	display: block;
	width: auto;
	height: 36px;
	max-width: min(100%, 220px);
	object-fit: contain;
	object-position: left center;
}

.vm-footer__headline {
	margin: 0 0 6px;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.vm-footer__subline {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: rgb(255 255 255 / 0.78);
}

.vm-footer__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 0 0 1.75rem;
	padding: 12px 16px;
	border: 1px solid rgb(255 255 255 / 0.18);
	border-radius: 12px;
	background: rgb(255 255 255 / 0.08);
	font-size: 14px;
	line-height: 1.4;
	color: rgb(255 255 255 / 0.92);
}

.vm-footer__stats strong {
	font-weight: 700;
	color: #fff;
}

.vm-footer__stats-sep {
	color: rgb(255 255 255 / 0.45);
	opacity: 1;
}

.vm-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 32px;
	margin-bottom: 1.75rem;
}

.vm-footer__col h4 {
	margin-bottom: 12px;
	font-size: 15px;
	color: #fff;
}

.vm-footer__col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vm-footer__col ul li + li {
	margin-top: 8px;
}

.vm-footer__col a {
	color: rgb(255 255 255 / 0.88);
	text-decoration: none;
	transition: color 0.15s ease;
}

.vm-footer__col a:hover {
	color: #fff;
	text-decoration: underline;
}

.vm-footer__soon {
	opacity: 0.72;
	color: rgb(255 255 255 / 0.72);
}

.vm-footer__contacts li span,
.vm-footer__contacts li a {
	opacity: 1;
	color: rgb(255 255 255 / 0.88);
}

.vm-footer__trust {
	margin: 0;
	padding: 14px 0 0;
	border-top: 1px solid rgb(255 255 255 / 0.16);
	font-size: 13px;
	line-height: 1.45;
	color: rgb(255 255 255 / 0.72);
}

.vm-footer__brand-row {
	align-items: center;
}

.vm-footer__brand-left {
	gap: 12px 16px;
}

.vm-footer__brand-logo {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	flex-shrink: 0;
	padding: 0 8px;
	border-radius: 8px;
	background: rgb(255 255 255 / 0.95);
	height: 36px;
	box-sizing: border-box;
}

.vm-footer__brand-logo-img {
	display: block;
	height: 26px;
	width: auto;
	max-width: 150px;
	object-fit: contain;
}

.vm-footer__dev-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgb(255 255 255 / 0.16);
	border: 1px solid rgb(255 255 255 / 0.28);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bottom_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 12px 0;
}

.bottom_footer > .item {
	width: 100%;
}


@media (max-width: 767px) {
	.footer_bottom_item {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.footer_bottom_left,
	.footer_bottom_right {
		justify-content: center;
	}

	.footer_bottom_sep {
		display: none;
	}
}


/* мобильник */
@media (max-width: 991px) {
	.vm-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 24px;
	}
}

@media (max-width: 767px) {
	.vm-footer__inner {
		padding-top: 2rem;
		padding-bottom: 1.5rem;
	}

	.vm-footer__hero {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.vm-footer__logo {
		height: 40px;
		padding: 0 8px;
	}

	.vm-footer__logo-img {
		height: 32px;
		max-width: min(100%, 200px);
	}

	.vm-footer__stats {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.vm-footer__stats-sep {
		display: none;
	}

	.vm-footer__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.vm-footer__brand-left {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	/* legacy: оставлено для совместимости, если где-то остался .medium_footer */
	.medium_footer .item-1 {display:none;}

	/* Перестраиваем футер в 2 колонки на мобильных */
	.medium_footer {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.medium_footer .item-1,
	.medium_footer .item-2,
	.medium_footer .item-3,
	.medium_footer .item-4 {
		flex: 0 0 48%;
		max-width: 48%;
		margin-bottom: 20px;
	}

	/* Документы (item-4) обязательно показываем */
	.medium_footer .item-4 {
		display: block !important;
		order: 2;
	}

	.medium_footer .item-2 {order: 1;}
	.medium_footer .item-3 {order: 3;}
}


/* Stycky area */
.sticky_area{
	display: flex;
	justify-content: flex-end;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 1000;
	bottom: 100px;
	right: 21px;
	min-width: 60px;
	min-height: 65px;
	padding: 10px;

}



/* виджет чата */


.button__bEFyn {
    box-shadow: unset!important;
}


.iconWrap__SceC7._showLogo__heP6c{
	border-radius: 5px!important;
	background: var(--color-stage, #fff)!important;
	border: 1px solid var(--color-border, #e5e7eb);
	box-shadow: 0 1px 2px rgb(14 26 50 / 0.04);
	width: 37px!important;
	height: 37px!important;
	left: 12px!important;
	top: 14px!important;
}

html.dark .iconWrap__SceC7._showLogo__heP6c {
	background: color-mix(in srgb, #fff 5%, var(--color-stage, #1a1f2e)) !important;
	border-color: var(--color-border, #2d3548);
	box-shadow: none;
}

.wrap__mwjDj .button__bEFyn{

	background: #f2f4f9!important;
	border-radius: 5px!important;
	width: 60px!important;
	height: 65px!important;
}




@media(min-width: 992px){
	.tv-storefront-footer .sticky_area {
		display: none !important;
	}

	.sticky_area .acount_wish_mobile{
		display:none;
	}	

}



.catalog-bottom-filters {
	display: none;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	padding: 0;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.catalog-bottom-filters .icon_component {
	pointer-events: none;
}

.catalog-bottom-filters .icon {
	width: 100%;
	height: 100%;
	padding: 4px;
	box-sizing: border-box;
	color: var(--vm-navy, #0e1a32);
}

html.dark .catalog-bottom-filters .icon {
	color: #fff;
}

@media(max-width: 991px){
	body:has(.catalog-shell:not(.catalog-shell--no-sidebar)) .catalog-bottom-filters {
		display: flex;
	}

	.tv-storefront-footer .sticky_area{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 4px;
		width: 100%;
		box-sizing: border-box;
		right: 0;
		bottom: 0;
		left: 0;
		min-width: 0;
		min-height: 0;
		height: auto;
		padding:
			8px
			max(20px, env(safe-area-inset-right, 0px))
			calc(8px + env(safe-area-inset-bottom, 0px))
			max(20px, env(safe-area-inset-left, 0px));
		border-radius: 0;
		border-top: 1px solid var(--color-border, #eef0f4);
		box-shadow: 0 -1px 8px rgb(15 23 42 / 0.06);
		background: var(--color-stage, #fff);
	}

	.tv-storefront-footer .sticky_area.back-stage {
		background: var(--color-stage, #fff);
	}

	.sticky_area .sticky_area__slot {
		flex: 1 1 0;
		min-width: 0;
		max-width: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
	}

	.sticky_area .footer_icon,
	.sticky_area .catalog-bottom-filters {
		width: 100%;
	}

	.sticky_area .icon_component {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		min-height: 36px;
		width: 100%;
		padding: 4px 0;
	}

	.sticky_area .footer_icon.open_cart {
		margin-right: 0;
	}

	.wrap__mwjDj .button__bEFyn {
		margin-bottom: 0 !important;
	}

	body:has(.tv-storefront-footer .sticky_area) .main-wrapper {
		padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
	}
}



@media(max-width: 576px){
	/* На очень маленьких экранах футер в одну колонку, но все блоки видны */
	.medium_footer .item-1,
	.medium_footer .item-2,
	.medium_footer .item-3,
	.medium_footer .item-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* Возвращаем Компанию на маленьких экранах — пусть будет в одну колонку */
	.medium_footer .item-1 {
		display: block;
	}

	.sticky_area .footer_icon.open_cart {
		margin-right: 0;
	}
}





/* иконки — только пиктограммы, без подписей */
.sticky_area .icon_text {
	display: none;
}

.tv-storefront-footer .bottom_footer--brand {
	background: transparent;
	color: #fff;
	box-shadow: none;
	border-top: 1px solid rgb(255 255 255 / 0.16);
}

.tv-storefront-footer .bottom_footer--brand .copyright,
.tv-storefront-footer .bottom_footer--brand .footer_bottom_item,
.tv-storefront-footer .bottom_footer--brand .footer_bottom_left,
.tv-storefront-footer .bottom_footer--brand .footer_bottom_right {
	color: inherit;
}

.tv-storefront-footer .bottom_footer--brand a.footer_legal_item {
	color: rgb(255 255 255 / 0.92);
	text-decoration: none;
}

.tv-storefront-footer .bottom_footer--brand a.footer_legal_item:hover {
	color: #fff;
	text-decoration: underline;
}

.tv-storefront-footer .bottom_footer--brand .footer_bottom_sep {
	background: rgb(255 255 255 / 0.35);
}

html.dark .tv-storefront-footer.site-footer {
	background: var(--tv-action-primary, #818cf8) !important;
}










