

/* Start:/local/templates/market/components/bitrix/menu/market_header/style.css?17819695282959*/
.lxm-top-nav {
	position: relative;
}

.lxm-menu-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 1px solid #dae2fd;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #464555;
	cursor: pointer;
	transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

@media (min-width: 1024px) {
	.lxm-menu-trigger {
		width: auto;
		padding: 0 20px;
	}
}

.lxm-menu-trigger:hover,
.lxm-top-nav.is-open .lxm-menu-trigger {
	background: #f2f3ff;
	color: #3525cd;
	border-color: #c7c4d8;
	box-shadow: 0 8px 20px rgba(19, 27, 46, 0.08);
}

.lxm-menu-mega-panel {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	display: none;
	width: min(960px, calc(100vw - 280px));
	max-height: min(70vh, 760px);
	padding: 20px 0;
	border: 1px solid #dae2fd;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 48px rgba(19, 27, 46, 0.14);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	overflow: hidden;
	z-index: 70;
}

.lxm-top-nav.is-open .lxm-menu-mega-panel,
.lxm-top-nav.is-hover .lxm-menu-mega-panel {
	display: block;
}

.lxm-menu-mega-scroll {
	overflow: auto;
	max-height: inherit;
}

.lxm-menu-mega-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	padding: 0 20px;
}

.lxm-menu-column {
	min-width: 0;
	padding: 4px 0;
}

.lxm-menu-root-link,
.lxm-menu-section-link,
.lxm-menu-sublink {
	display: block;
	text-decoration: none;
	transition: color .15s ease;
}

.lxm-menu-root-link {
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 700;
	color: #131b2e;
}

.lxm-menu-root-link:hover,
.lxm-menu-root-link.is-active {
	color: #3525cd;
}

.lxm-menu-subsections {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.lxm-menu-subsection {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lxm-menu-section-link {
	font-size: 14px;
	font-weight: 600;
	color: #131b2e;
}

.lxm-menu-sublink {
	font-size: 13px;
	color: #777587;
}

.lxm-menu-section-link:hover,
.lxm-menu-section-link.is-active,
.lxm-menu-sublink:hover,
.lxm-menu-sublink.is-active {
	color: #3525cd;
}

.lxm-menu-sublist {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-left: 2px;
}

.lxm-menu-trigger .material-symbols-outlined {
	font-size: 28px;
}

@media (max-width: 1023px) {
	.lxm-menu-mega-panel {
		position: fixed;
		top: 96px;
		left: 16px;
		right: 16px;
		width: auto;
		max-height: calc(100vh - 112px);
	}

	.lxm-menu-mega-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.lxm-menu-mega-panel {
		top: 88px;
		left: 12px;
		right: 12px;
		max-height: calc(100vh - 100px);
	}

	.lxm-menu-mega-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 0 16px;
	}

	.lxm-menu-root-link {
		margin-bottom: 12px;
	}
}

/* End */


/* Start:/local/templates/market/components/bitrix/search.title/market_header/style.css?17819705281778*/
.lxm-search-title {
	position: relative;


}

.lxm-search-title form {

}

.title-search-result {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	right: 0;
	z-index: 40;
	border: 1px solid #c7c4d8;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 20px 40px rgba(19, 27, 46, 0.12);
	overflow: hidden;
	padding: 0;
}

.title-search-result .search-title {
	padding: 6px 0;
}

.title-search-result .search-title-result-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px !important;
	transition: background-color .15s ease, color .15s ease;
}

.title-search-result .search-title-result-item:hover {
	background: #f2f3ff;
}

.title-search-result .search-title-result-item + .search-title-result-item {
	border-top: 1px solid #eaedff;
}

.title-search-result .search-title-result-item-image-container {
	padding-right: 0 !important;
}

.title-search-result .search-title-result-item-image {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #f2f3ff;
	overflow: hidden;
	flex-shrink: 0;
	background-size: cover;
	background-position: center;
}

.title-search-result .search-title-result-item-link {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: #131b2e;
	text-decoration: none;
}

.title-search-result .search-title-result-item-link:hover {
	color: #3525cd;
}

.title-search-result .search-title-result-item-price {
	margin-top: 2px;
	font-size: 13px;
}

.title-search-result .search-title-result-item-current-price {
	font-weight: 600;
	color: #3525cd;
}

.title-search-result .search-title-result-item-old-price {
	margin-left: 8px;
	color: #777587;
	text-decoration: line-through;
}

/* End */


/* Start:/local/templates/market/components/bitrix/sale.basket.basket.line/market_header/style.min.css?17819029044065*/
.basket-line-block{position:relative;padding-left:25px;white-space:nowrap;font-size:13px}.basket-line-block-icon-cart,.basket-line-block-icon-profile{position:relative;margin-right:10px}.basket-line-block-icon-cart:after,.basket-line-block-icon-profile:after{position:absolute;top:-1px;left:-25px;display:block;width:20px;height:20px;content:''}.basket-line-block-icon-profile:after{background:no-repeat center url(/local/templates/market/components/bitrix/sale.basket.basket.line/market_header/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/local/templates/market/components/bitrix/sale.basket.basket.line/market_header/images/cart.svg)}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.vcenter{bottom:10px;top:auto !important}.bx-basket-item-list{display:none}}.bx-basket-fixed .basket-line-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .basket-line{line-height:1.44em}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1781902835620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/bitrix/components/bitrix/sender.subscribe/templates/.default/style.min.css?17819029084471*/
.bx-subscribe{margin:10px 0}.bx-subscribe div.bx-block-title{font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px}.bx-subscribe-desc{color:#aaa;font-size:12px;position:relative;margin-top:-5px;margin-bottom:3px}.bx-subscribe .bx-input-group .bx-form-control{position:relative;margin-bottom:15px;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-radius:2px;outline:0;box-shadow:none !important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-subscribe .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.btn-subscribe{cursor:pointer;text-align:center;background:#70bb18;border:0;color:#fff;font-size:13px;position:relative;text-transform:uppercase;border-radius:2px;line-height:30px;height:40px;padding:5px 60px 5px 20px;vertical-align:middle;outline:0;-webkit-transition:width 5s linear;-moz-transition:width 5s linear;-ms-transition:width 5s linear;-o-transition:width 5s linear;transition:width 5s linear}.btn-subscribe:hover{background:#7ec629}.btn-subscribe:before{content:" ";position:absolute;top:0;bottom:0;right:0;width:40px;background-color:#5b9f0b;	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC"); background-position:50%;background-repeat:no-repeat;border-radius:0 2px 2px 0}.btn-subscribe span{display:block}.btn-subscribe.send{padding:5px 40px;-webkit-animation-name:MeilSend;animation-name:MeilSend;-webkit-animation-duration:.5s;animation-duration:.5s;outline:0;color:#fff}.btn-subscribe:hover,.btn-subscribe:active{color:#fff}.btn-subscribe.send:before{width:0;background-position:100px 50%;-webkit-animation-name:MeilSendButton;animation-name:MeilSendButton;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes MeilSend{0{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@-webkit-keyframes MeilSend{0{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@keyframes MeilSendSpan{0{color:transparent}100%{color:#fff}}@-webkit-keyframes MeilSendSpan{0{color:transparent}100%{color:#fff}}@keyframes MeilSendButton{0{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}@-webkit-keyframes MeilSendButton{0{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}.bx_subscribe_response_container{padding:40px;color:#35414e}.bx_subscribe_checkbox_container{line-height:16px;font-size:13px;margin-bottom:3px;vertical-align:middle;color:#aaa}.bx-sender-subscribe-agreement .main-user-consent-request a{font:11px/10px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}
/* End */


/* Start:/local/templates/market/components/bitrix/sale.basket.basket.line/market_bottom/style.css?1781973573543*/
/* Бейдж количества товаров в пункте «Корзина» мобильной нижней панели.
   Обёртка .lxm-bottom-cart — inline, не ломает layout иконки. */
.lxm-bottom-cart {
	display: inline;
}

.lxm-bottom-cart__badge {
	position: absolute;
	top: -6px;
	right: -10px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 9999px;
	background: var(--primary, #3525cd);
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

/* End */


/* Start:/local/templates/market/template_styles.css?178256538120943*/
/* ================================================
   KINETIC COMMERCE — template_styles.css
   Глобальные стили шаблона market
   ================================================ */

/* ---------- Базовые сбросы ---------- */
*, *::before, *::after { box-sizing: border-box; }

body {
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #faf8ff;
	color: #131b2e;
	line-height: 1.5;
}

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

a {
	color: #3525cd;
	transition: color .15s;
}
a:hover { color: #4f46e5; }

/* ---------- Заголовки ---------- */
h1, h2, h3, h4, h5 {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #131b2e;
	line-height: 1.3;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px !important;
}
#pagetitle {
	font-size: 24px;
	margin: 16px 0 16px;
}

/* Меню Bitrix в nav */
.lxm-topmenu .nav {
	display: flex;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.lxm-topmenu .nav-item > a,
.lxm-topmenu .nav-item > span {
	display: block;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #464555;
	text-decoration: none;
	transition: background .15s, color .15s;
	white-space: nowrap;
}

.lxm-topmenu .nav-item > a:hover,
.lxm-topmenu .nav-item.active > a {
	background: #f2f3ff;
	color: #3525cd;
}

.lxm-topmenu .dropdown-menu {
	border: 1px solid #c7c4d8;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
	padding: 6px;
}

.lxm-topmenu .dropdown-item {
	border-radius: 8px;
	font-size: 14px;
	color: #464555;
	padding: 8px 12px;
}

.lxm-topmenu .dropdown-item:hover {
	background: #f2f3ff;
	color: #3525cd;
}

/* ---------- Sidebar ---------- */
.lxm-sidebar {
	min-width: 260px;
	max-width: 260px;
}

.lxm-sidebar .sidebar-block-title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #131b2e;
	margin-bottom: 12px;
}

.lxm-sidebar .sidebar h2,
.lxm-sidebar .sidebar h3,
.lxm-sidebar .sidebar h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.lxm-sidebar .sidebar li {
	font-size: 14px;
	list-style: none;
	padding: 2px 0;
}

.lxm-sidebar .sidebar a {
	color: #464555;
	text-decoration: none;
}
.lxm-sidebar .sidebar a:hover { color: #3525cd; }

.sidebar-icon {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #3525cd;
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label   { background-image: url(/local/templates/market/images/label.svg);    background-size: 14px auto; }
.sidebar-icon-delivery{ background-image: url(/local/templates/market/images/delivery.svg); background-size: 14px auto; }
.sidebar-icon-sale    { background-image: url(/local/templates/market/images/sale.svg);     background-size: auto 14px; }
.sidebar-icon-self    { background-image: url(/local/templates/market/images/self.svg);     background-size: auto 14px; }
.sidebar-icon-phone   { background-image: url(/local/templates/market/images/phone_white.svg); background-size: auto 16px; }

@media (max-width: 1024px) {
	.lxm-sidebar { display: none !important; }
}

/* ---------- Кнопки (для компонентов Bitrix) ---------- */
.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	background: #3525cd;
	border: none;
	cursor: pointer;
	transition: background .15s, box-shadow .15s;
}
.btn-primary:hover {
	background: #4f46e5;
	color: #ffffff;
}
.btn-primary:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(53, 37, 205, 0.3);
}
.btn-primary:disabled,
.btn-primary.disabled {
	background: #777587;
	cursor: not-allowed;
}

.btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 500;
	color: #3525cd;
	background: #f2f3ff;
	border: 1px solid #c7c4d8;
	cursor: pointer;
	transition: background .15s;
}
.btn-secondary:hover { background: #eaedff; }

/* ---------- Формы ---------- */
.form-control {
	display: block;
	width: 100%;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid #c7c4d8;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #131b2e;
	background: #ffffff;
	transition: border-color .15s, box-shadow .15s;
}
.form-control:focus {
	outline: none;
	border-color: #3525cd;
	box-shadow: 0 0 0 3px rgba(53, 37, 205, 0.2);
}
.form-control::placeholder { color: #777587; }

label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #131b2e;
	margin-bottom: 6px;
}

/* ---------- Карточки товаров ---------- */
.bx-touch .hover-scale,
.hover-scale {
	transition: transform .2s ease, box-shadow .2s ease;
}
.hover-scale:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

/* ---------- Бейджи ---------- */
.badge-primary {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	background: rgba(53, 37, 205, 0.1);
	color: #3525cd;
}

.badge-success {
	background: rgba(0, 104, 122, 0.1);
	color: #00687a;
}

.badge-error {
	background: rgba(186, 26, 26, 0.1);
	color: #ba1a1a;
}

/* ---------- Таблицы ---------- */
table { border-collapse: collapse; width: 100%; }
thead th {
	background: #f2f3ff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #464555;
	padding: 12px 16px;
	text-align: left;
}
tbody td { padding: 14px 16px; border-bottom: 1px solid #e2e7ff; font-size: 14px; }
tbody tr:hover td { background: #f2f3ff; }

/* ---------- Footer меню ---------- */
.bx-footer footer-menu ul,
[class*="bottom_menu"] ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

[class*="bottom_menu"] ul li a {
	font-size: 14px;
	color: #464555;
	text-decoration: none;
	transition: color .15s, opacity .15s;
}

[class*="bottom_menu"] ul li a:hover { color: #131b2e; }

/* ---------- Хлебные крошки ---------- */
.breadcrumb,
.breadcrumb-item {
	font-size: 14px;
	color: #777587;
}
.breadcrumb-item a { color: #777587; text-decoration: none; }
.breadcrumb-item a:hover { color: #3525cd; }
.breadcrumb-item.active { color: #131b2e; }
.breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	padding: 0 6px;
	color: #c7c4d8;
}

/* ---------- Пагинация ---------- */
.pagination {
	display: flex;
	gap: 4px;
	list-style: none;
	padding: 0;
	margin: 24px 0;
}
.page-item .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	font-size: 14px;
	color: #464555;
	background: transparent;
	border: 1px solid #c7c4d8;
	text-decoration: none;
	transition: background .15s, color .15s;
}
.page-item .page-link:hover { background: #f2f3ff; color: #3525cd; }
.page-item.active .page-link { background: #3525cd; color: #ffffff; border-color: #3525cd; }
.page-item.disabled .page-link { opacity: 0.4; pointer-events: none; }

/* ---------- Карточки / блоки ---------- */
.card {
	background: #ffffff;
	border-radius: 12px;
	border: 1px solid #e2e7ff;
	box-shadow: 0 2px 4px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.card-body { padding: 16px; }
.card-title { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.card-text  { font-size: 14px; color: #464555; }

/* ---------- Уведомления ---------- */
.alert {
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 16px;
}
.alert-success { background: rgba(0, 104, 122, 0.08); color: #00687a; border: 1px solid rgba(0, 104, 122, 0.2); }
.alert-danger   { background: rgba(186, 26, 26, 0.08);  color: #ba1a1a;  border: 1px solid rgba(186, 26, 26, 0.2);  }
.alert-info     { background: rgba(53, 37, 205, 0.08); color: #3525cd; border: 1px solid rgba(53, 37, 205, 0.2); }
.alert-warning  { background: rgba(123, 51, 0, 0.08);  color: #7b3300;  border: 1px solid rgba(123, 51, 0, 0.2);  }

/* ---------- Вспомогательные ---------- */
.text-primary   { color: #3525cd !important; }
.bg-primary     { background: #3525cd !important; }
.text-secondary { color: #00687a !important; }
.text-muted     { color: #777587 !important; }
.shadow-premium { box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.1), 0 2px 4px -1px rgba(15, 23, 42, 0.06); }

/* ---------- Bootstrap grid совместимость (для компонентов Bitrix) ---------- */
.container      { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 40px; }
.row            { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col, [class*="col-"] { padding: 0 12px; flex: 1 1 auto; }
.col-md-9 { flex: 0 0 75%; max-width: 75%; }
.col-sm-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-md-3 { flex: 0 0 25%; max-width: 25%; }
.col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; }

@media (max-width: 768px) {
	.container { padding: 0 16px; }
	.col-md-9, .col-md-3, .col-sm-8, .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
}


.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

/*h1,h2,h3,h4,h5 {*/
/*	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));*/
/*	font-weight: var(--ui-font-weight-regular, 400);*/
/*}*/

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/local/templates/market/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

/*region MOBILE BOTTOM NAV*/
/* Фиксированная нижняя панель навигации для экранов <1280px
   (точное дополнение к десктоп-Actions в header.php, hidden xl:block). */
.lxm-bottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	height: 60px;
	background: #ffffff;
	border-top: 1px solid var(--outline-variant, #c7c4d8);
	box-shadow: 0 -4px 16px rgba(19, 27, 46, 0.06);
	padding-bottom: env(safe-area-inset-bottom, 0px);
}

.lxm-bottom-nav__item {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 6px 2px;
	min-width: 0;
	color: #464555;
	text-decoration: none;
	background: none;
	border: 0;
	font: inherit;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: color .15s ease;
}

.lxm-bottom-nav__item:hover {
	color: var(--primary, #3525cd);
}

.lxm-bottom-nav__icon {
	position: relative;
	display: inline-flex;
	line-height: 1;
}

.lxm-bottom-nav__icon .material-symbols-outlined {
	font-size: 26px;
	line-height: 1;
}

.lxm-bottom-nav__label {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
}

.lxm-bottom-nav__item.is-active,
.lxm-bottom-nav__item.is-active:hover {
	color: var(--primary, #3525cd);
}

.lxm-bottom-nav__item.is-active .material-symbols-outlined {
	font-variation-settings: 'FILL' 1;
}

/* Зарезервировать место, чтобы панель не перекрывала контент.
   1279px = точное дополнение к Tailwind xl (1280). */
@media (max-width: 1279px) {
	body {
		padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
	}
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/local/templates/market/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/local/templates/market/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/local/templates/market/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/local/templates/market/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/local/templates/market/images/phone_white.svg);
	background-size: auto 21px ;
}

/*region CATALOG GRID — равномерная сетка карточек: 4 в ряд на десктопе, 2 на мобильном.
  Перекрывает разные col-* классы вариантов строк компонента catalog.section.
  Только для сеточных карточек (small/big); line-вид (список) не затрагиваем. */
.catalog-section [data-entity="items-row"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog-section [data-entity="items-row"] > .product-item-small-card,
.catalog-section [data-entity="items-row"] > .product-item-big-card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 992px) {
	.catalog-section [data-entity="items-row"] > .product-item-small-card,
	.catalog-section [data-entity="items-row"] > .product-item-big-card {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* ВАЖНО: сетка 4-в-ряд работает для равномерных строк (режим по умолчанию).
   Если включены mosaic/hero-варианты строк — переключите компонент catalog.section
   на равномерные строки (PRODUCT_ROW_VARIANTS / «Выводить по N в строке»). */
/*endregion*/

/* End */
/* /local/templates/market/components/bitrix/menu/market_header/style.css?17819695282959 */
/* /local/templates/market/components/bitrix/search.title/market_header/style.css?17819705281778 */
/* /local/templates/market/components/bitrix/sale.basket.basket.line/market_header/style.min.css?17819029044065 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1781902835620 */
/* /bitrix/components/bitrix/sender.subscribe/templates/.default/style.min.css?17819029084471 */
/* /local/templates/market/components/bitrix/sale.basket.basket.line/market_bottom/style.css?1781973573543 */
/* /local/templates/market/template_styles.css?178256538120943 */
