

/* Start:/bitrix/templates/urpz/components/bitrix/sale.basket.basket.line/bootstrap_v5/style.css?15846745604810*/
.bx-basket { }

.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(/bitrix/templates/urpz/components/bitrix/sale.basket.basket.line/bootstrap_v5/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/templates/urpz/components/bitrix/sale.basket.basket.line/bootstrap_v5/images/cart.svg); }

/*FIXED BASKET*/

@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-item-list { display: none; }

	/*.bx-basket-fixed */
}

.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: none;
}

.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; }

.ur-basket-line span{
 font-size: 14px;
}
	.ur-basket-line span .fa{
		font-size: 12px;
	}
/* End */


/* Start:/bitrix/templates/urpz/components/bitrix/search.title/bootstrap_v5/style.css?1580444252510*/
.search-title-button{
	background-image: url(/bitrix/templates/urpz/components/bitrix/search.title/bootstrap_v5/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width:45px;
}

.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.bx_item_block{
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?17593659884180*/
.bx-basket-block{margin:auto;position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media (min-width:768px){.bx-basket-fixed{position:fixed;z-index:100;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,.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}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:140px}.block-store-catalog-list .bx-basket-fixed.left{left:30px}}@media (min-width:768px) and (width <= 992px){.block-store-catalog-list .bx-basket-fixed.bottom{bottom:140px}.block-store-catalog-list .bx-basket-fixed.left{left:30px}}@media (max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:100;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{padding-bottom:0}}.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:none}.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:700;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:all .25s linear}.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,.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/urpz/template_styles.css?178347510971172*/
/* Внешний шрифтовой CDN удалён (редизайн): используется системный шрифтовой стек */
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
input,textarea,button,select{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border: 0;
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
ol, ul{
	list-style: none;
}
font{
	color: inherit !important;
	font: inherit !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"]{
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
	border-style:none;padding:0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
	outline: 1px dotted ButtonText;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
	height:auto;
}
[type="search"]{
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}
::-webkit-file-upload-button{
	-webkit-appearance: button;
	font: inherit;
}
/* scrollbar color */
::-webkit-scrollbar{
	width: 15px;
	height: 15px;
}
::-webkit-scrollbar-thumb{
	border-width:1px 1px 1px 2px;
	border-color: #777;
	background-color: #00A9E0;
}
::-webkit-scrollbar-thumb:hover{
	border-width: 1px 1px 1px 2px;
	border-color: #555;
	background-color: #00A9E0;
}
::-webkit-scrollbar-track{
	border-width:0;
}
::-webkit-scrollbar-track:hover{
	border-left: solid 1px #aaa;
	background-color: #eee;
}
/* theme color */
*::-webkit-input-placeholder{
	color: #A0A0A0; opacity: 1;
}
*:-moz-placeholder{
	color: #A0A0A0; opacity: 1;
}
*::-moz-placeholder{
	color: #A0A0A0; opacity: 1;
}
*:-ms-input-placeholder{
	color: #A0A0A0; opacity: 1;
}

.row-flex{
	display: flex;
	flex-flow: row wrap;
}
.vh-center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ur-title{
	font-size: 28px;
	color: #383C3F;
	padding-bottom: 30px;
}
.text-line{
	color: #383C3F;
	font-size: 18px;
}
	.text-line h2{
		font-size: 28px;
		padding-bottom: 20px;
	}

.big-shadow{
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}
.pd0{padding: 0;}
.pd5{padding: 5px;}
.pd10{padding: 10px;}


.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.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;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-weight: normal;
}
.clear{
	clear: both;
}
.hor-line{
	width: calc(100% + 100px);
	margin: 50px 50px 0px -50px;
	border-bottom: 2px solid #F2F2F2;
}
.hor-line-item{
	width: calc(100% + 100px);
	margin: 0px 0px 15px -50px;
	border-bottom: 2px solid #F2F2F2;
}
.hor-dtl{
	width: 100%;
	margin: 10px 0;
	border-bottom: 2px solid #F2F2F2;
}

/* URPZ */

body{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background-image: url(/bitrix/templates/urpz/images/mbg.jpg);
	color: #576D8D;
}
	.page-logo{
		position: relative;
		width: 340px;
		height: 74px;
		margin: 5px 0;
	}
		.page-logo>.cog{
			position: absolute;
			top: -3px;
			left: 21px;
			z-index: -1;
			animation: cog-rotate 20s linear infinite;
		}

.header-wrapper{
	background: rgba(255,255,255,.4);
}
.header{
	position: relative;
	width: 1200px;
	max-width: 100%;
	padding: 15px 15px;
	margin: 0 auto;
	color: #576D8D;
	font-weight: 200;
	padding-bottom: 15px;
}
	.header-phones{
		position: relative;
		padding-left: 50px;
		float: right;
		font-family: 'Roboto', sans-serif;
	}
		.header-phones>.fa{
			position: absolute;
			top: 25px;
			left: 0;
		}
		.header-phones>span{
			display: block;
			font-size: 20px;
			font-weight: 400;
			line-height: 26px;
		}
			.header-phones>span>b{
				font-size: 22px;
				font-weight: 400;
			}

	.workarea{
		min-height: 65vh;
		overflow: hidden;
		padding: 30px 10px;
		background-color: rgba(242,242,242,.6);
	}


	.slider{
		position: relative;
		width: 100%;
		min-height: 500px;
		margin-top: 20px;
		background-image: url(/bitrix/templates/urpz/images/slide_bg.jpg);
		background-position: center;
		background-size: cover;
		border-top: 2px solid #323639;
		border-bottom: 5px solid #323639;
	}
	.menu{
		position: absolute;
		left: 50%;
		bottom: -40px;
		width: 100%;
		max-width: 1200px;
		background: rgba(87,109,141,.98);
		background: rgba(50,54,57,.97);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 3px;
		border-left: 10px solid #576D8D;
		border-right: 10px solid #576D8D;
		z-index: 90;
	}
		.menu>ul{
			width: 100%;
			display: table;
		}
			.menu>ul>li{
				display: table-cell;
				border-right: 1px solid #232628;
			}
				.menu>ul>li:last-child{
					border: 0;
				}
				.menu>ul>li>a{
					display: block;
					text-align: center;
					padding: 15px 10px;
					font-size: 14px;
					text-transform: uppercase;
					font-weight: 200;
					color: rgba(255,255,255,.9);
					transition: .3s;
				}
					.menu>ul>li>a:hover{
						background: rgba(87,109,141,1);
						background: #576D8D;
						transition: .3s;
					}
					.menu>ul>li>a>.fa{
						margin-right: 10px;
						color: rgba(255,255,255,.5);
					}

	.content{
		padding: 30px 10px;
		font-size: 16px;
		color: rgba(0,0,0,.9);
		line-height: 1.4;
	}
		.title{
			display: block;
			font-size: 22px;
			font-weight: 600;
			padding: 10px 0;
			color: #576D8D;
		}

@keyframes cog-rotate {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}



.search_button{
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
}
	.search_button:focus,
	.search_button:active,{
		border: 0;
		outline: none;
	}

.banner-text{
	position: absolute;
	bottom: 5%;
	left: 0;
	border-left: 15px solid #E51B4B;
	padding-left: 30px;
	font-family: 'Roboto', sans-serif;
}
	.banner-text>span{
		color: #fff;
		font-size: 3.5vw;
		font-weight: 600;
		line-height: 110%;
	}

.search-wrapper{
	width: 100%;
	background: rgba(50,54,57,.97);
	padding: 15px 0;
}
				.input-group-ur>input{
					font-size: 14px;
					padding: 3px 5px;
					height: 27px;
					margin: 6px 0;
					outline: none;
					border: 0;
					border-radius: 1px 0 0 1px;
				}
			.input-group-append-ur>button{
				background-color: #5F698B;
				border: 0;
				color: #fff;
				height: 27px;
				margin: 6px 0;
				border-radius: 0 1px 1px 0;
			}

.point a{
	text-decoration: none;
	color: rgb(33, 37, 41);
}
.phone a { 
	text-decoration: none;
	color: #fff;
}
.modal-body .agree {
	display: none;
}
.agree_to2 {display:none}

.bkm-wrapper{
	padding-top: 40px;
	border-top: 2px solid #323639;
	background: #fff;
}

.bg_main {
	background-image: url(/bitrix/templates/urpz/images/slide_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	border-top: 2px solid #323639;
	border-bottom: 5px solid #323639;
}

.bg_main .text-main {
		padding-top: 70px;
}

.main-page-header{
	font-size: 42px;
	line-height: 46px;
	padding: 20px 0;
}
	.main-page-header>p{
		display: inline-block;
	}
	.main-page-header>h1{
		font-size: 42px;
		display: inline-block;
	}
.bg_main .text-main {
		position: relative;
		top: 40%;
		left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);

		/*text-shadow: 2px 8px 4px #000000;*/
		display: inline-block;
		color: #fefefe;
		font-size: 40px;
		font-weight: 200;
}

.bg_main .btn-primary {
		margin-top: 15px;
		/*box-shadow: 0 0 16px 4px #000000;*/
		border-radius: 4px;
}

.action {
		padding-top: 45px;
}

.action h2 {
		font-size: 30px;
		font-weight: 700;
}

.action h2:after {
		content: "";
		margin-top: 5px;
		height: 2px;
		width: 70px;
		display: block;
		background-color: #3764b2;
}

.action .row {
		padding: 15px 0;
		padding-bottom: 60px;
}

.action .row .card h3 {
		font-size: 18px;
}

.title_block {
		padding: 15px 0;
}

.title_block .container h2 {
		color: #576D8D;
		font-size: 24px;
		padding: 0px;
		margin: 0px;
}

.info h2 {
		padding-top: 35px;
		color: #303030;
		font-size: 32px;
		font-weight: 700;
}

.info p {
		color: #303030;
		font-size: 16px;
}

.info h3 {
		color: #303030;
		font-size: 16px;
		font-weight: 700;
}

.info ul {
		list-style-type: none;
}

.info ul li {
		color: #303030;
		font-size: 16px;
		padding-top: 5px;
}

.info ul li:after {
		content: "";
		display: block;
		width: 25px;
		height: 2px;
		background-color: #df5454;
}

.info .icons {
		padding-top: 30px;
		padding-bottom: 100px;
}

.info .icons  {
		text-align: center;
		padding: 0px;
}

.info .icons  div.img {
		height: 120px;
}

.info .icons img {
		text-align: center;
		padding: 10px;
		width: 50%;
}

.info .icons p {
		color: #303030;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: -1.4px;
}

.categories {
		background-color: #f2f2f2;
}

.categories h2 {
		text-align: center;
		padding-top: 50px;
		color: #303030;
		font-size: 32px;
		font-weight: 700;
}

.categories .row {
		padding: 55px 0;
		text-align: center;
}

.categories .row p {
		color: #303030;
		font-size: 30px;
		font-weight: 400;
		line-height: 35px;
}

footer {
		background: rgba(50,54,57,.97);
		color: #fff;
		padding: 0px 0;
}

footer h3 {
		font-weight: 700;
		text-align: center;
}

footer .row {
		padding-top: 25px;
}

footer .row p {
		line-height: 22px;
}

footer .nav {
		padding-top: 20px;
}

footer .nav li {
		padding: 0 15px;
}

footer .nav a {
		color: #5978af;
}

footer .nav a:hover {
		color: #007bff;
		text-decoration: underline;
}

footer .point img {
		float: left;
		padding: 0 10px;
		padding-bottom: 20px;
}

.btn-primary {
		background-color: #ffffff;
		padding: 8px 20px;
		color: #303030;
		font-size: 16px;
		font-weight: 400;
		border: none;
		border-radius: 0px;
}

.cookie-alert{position: fixed; bottom: -320px; right: 20px; width: 350px; height: auto; background: rgba(250,250,250,.9); color: #222; border: 1px solid #E7E7E7; padding: 5px 10px; border-radius: 2px; transition: .4s; font-size: 12px; z-index: 9999;}
.cookie-alert-text{display: block; padding: 5px 0 10px;}
.cookie-agree,.cookiedetails{padding-left: 5px; cursor: pointer;}
.menu>ul>li>.question{
	color: rgba(255,255,255,.9);
	cursor: pointer;
}
	.menu>ul>li>.question:hover{
		color: rgba(255,255,255,.9);
	}
.popup-wrapper{
	visibility: hidden;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 9999;
}
	.popup-content{
		position: fixed;
		width: 95%;
		max-width: 500px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		border-radius: 4px;
	}
		.popup-button{
			position: absolute;
			top: 4px;
			right: 6px;
			cursor: pointer;
			color: #8a97a3;
			padding: 8px;
			z-index: 9999;
			transition: color .15s;
		}
		.popup-button:hover{ color: #0083D1; }

.send_question-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	padding: 20px;
	background: rgba(0,0,0,.8);
}

.input-group-text{
	cursor: pointer;
}
	#srb {
		color: #fff;
		background: #1485CE;
		outline: none;
		border: 0;
		padding: 10px;
		border-radius: 4px;
		width:100%;
		max-width: 250px;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-transform: uppercase;
		position: relative;
		margin: 0 auto;
		transition: all .3s;
		text-align: center;
	}
		.send_question>button:hover, .send_question_form>button:hover {
			background: #53A4D8;
			transition: all .3s;
		}
		#send_question>button:disabled, .send_mail:disabled,.send_mail:disabled:hover {
			background: #DBDBDB;
		}
.send_question_form{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}
	.send_question_form>input[type=text],.send_question_form>textarea{
		padding: 5px 10px;
		width: 100%;
		margin: 0 0 10px;
		resize: none;
		border-radius: 3px;
		display: block;
		border: 1px solid rgba(0,0,0,.1);
	}
	.send_question_form>textarea{
		height: 150px;
	}
	.send_question_form>span{
		display: block;
		font-size: 22px;
		padding-bottom: 10px;
		text-align: center;
	}
.reg-agree{
	position: relative;
	padding: 20px 70px 20px 0;
	z-index: 100;
}
	.reg-agree>.checkbox-wrapper{
		position: absolute;
		top: 50%;
		right: -5px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.reg-agree>a{
		border-bottom: 1px dotted #fff;
		padding: 0;
	}
	.reg-agree,.reg-agree>a{
		font-size: 14px;
	}

.checkbox_slide {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox_slide + label {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
	color: #868686;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.checkbox_slide + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #E5E5E5;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checkbox_slide + label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
.checkbox_slide:checked + label:before {
	background-color:#4CB22F;background-image:-moz-linear-gradient(top, #4CB22F, #4CB22F);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4CB22F), to(#4CB22F));background-image:-webkit-linear-gradient(top, #4CB22F, #4CB22F);background-image:-o-linear-gradient(top, #4CB22F, #4CB22F);background-image:linear-gradient(to bottom, #4CB22F, #4CB22F);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CB22F', endColorstr='#4CB22F', GradientType=0);
}

.checkbox_slide:checked + label:after { left: 26px; }
.checkbox_slide:focus + label:before {}

.checkbox-wrapper{
	position: absolute;
	margin-top: -10px;
}

.txt-inf-main{
	padding: 60px 0 0px;
	text-align: center;
}

.new-nav{
	padding: 0;
	margin: 0;
}
.nav-item a{
	color: #fff;
}
.nav-item{
	padding: 0;
	margin: 0;
}
.nav-link{
	padding: 0;
}
.photo-gallery-name,
.album-top-section{
	display: none;
}
div.photo-page-gallery{
	margin-top: 0;
	padding-top: 0;
}
.photo-item-cont>a>img{
	max-height: 100%;
	width: 100px;
}

.product-search{
	position: relative;
	background: #343A40;
	width: calc(100% + 90px);
	padding: 30px 50px;
	margin: -30px 0 0 -45px;
	border-radius: 3px;
	border-left: 10px solid #576D8D;
	border-right: 10px solid #576D8D;
}
	.product-search input{
		font-size: 18px;
	}
.search-page{
	display: block; /* было display:none - скрывало всю выдачу standalone search.page (.default) */
}

	.bx-content-section{
		padding: 20px 50px;
		background: rgba(255,255,255,.6);
		min-height: 75vh;
	}

.ur-item-link {
	text-decoration: none;
	color: #333;
	font-size: 18px;
}
	.ur-item-link:hover{
		text-decoration: none;
		color: #333;
	}


.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{
	font-size: 14px;
	border-radius: 3px;
	padding: 5px 15px;
}

.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);
}
/* HAMBURGER */
.hamburger{
	position: fixed;
	top: 15px;
	left: 15px;
	height: 35px;
	z-index: 9999;
	border-radius: 3px;
	padding: 4px 5px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	border: 0;
}
.menu-icon{
	position: relative;
	width: 2em;
	height: 2.25em;
	display: inline-block;
}
.menu-icon span{
	position: absolute;
	height: 0.1875em;
	width: 100%;
	background-color: #616B8C;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	padding: 1px;
}
.menu-icon span:nth-child(1){
	top: 0.0375em;
}
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3){
	top: 0.7575em;
}
.menu-icon span:nth-child(4){
	top: 1.435em;
}
.menu-button:hover span,
.menu-button:focus span,
.menu-button:active span{
	background: #616B8C;
}
.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4){
	opacity: 0;
}
.menu-icon.is-active span:nth-child(2){
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.is-active span:nth-child(3){
	top: 0.8275em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* HAMBURGER - END */


footer{
	padding: 20px 0;
}




@media (max-width: 991px){
	.page-logo{
		position: relative;
		width: 340px;
		height: 74px;
		margin: 35px auto;
	}
		.page-logo>.cog{
			position: absolute;
			top: -3px;
			left: 21px;
			z-index: -1;
			animation: cog-rotate 20s linear infinite;
		}
	.menu{
		position: fixed;
		top: 0;
		left: -1024px;
		max-width: 1024px;
		z-index: 9500;
		width: 1024px;
		height: 100vh;
		padding: 80px 10px 0;
		margin: 0;
		font-size: 22px;
		background: rgba(255,255,255,.9);
		transition: .2s;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		border: 0;
	}
		.menu>ul{
			width: 100%;
		}
			.menu>ul>li{
				border: 0;
				width: 100%;
				display: block;
			}
				.menu>ul>li>a{
					font-size: 22px;
					text-align: left;
					padding: 5px 10px;
					text-transform: uppercase;
					font-weight: 200;
					color: rgba(0,0,0,.8);
				}
					.menu>ul>li>a:hover{
						background: transparent;
					}
					.menu>ul>li>a>.fa{
						width: 40px;
						text-align: center;
						color: rgba(0,0,0,.5);
					}
					.menu>ul>li>.question{
						color: rgba(0,0,0,.9);
					}

	.phone{
		padding: 10px 25px;
	}
	.new-nav{
		padding: 0px 10px;
	}
	footer{
		padding-bottom: 50px;
	}
}

.srt{
	display: block;
 	width: 100%;
	padding-top: 30px;
	text-align: center;
}
	.srt img{
		max-width: 100%;
		max-height: 300px;
	}
.header-cart{
 	padding: 0 15px;
	min-width: 200px;
	text-align: right;
}
	.header-cart a{
		color: #fff;
		font-size: 18px;
		text-decoration: none;
	}
.btn:disabled{
 	opacity: .3;
}
.bx-soa-item-imgcontainer{
	display: none;
}
.bx-soa-coupon-label{
 padding-bottom: 5px;
}

/* ============================================================
   UPZ REDESIGN - ЭТАП 1: ОБЁРТКА (шапка/подвал/тёмная тема)
   Все классы namespace- ny 'upz-' чтобы не задеть bitrix-компоненты
   (каталог/умный фильтр/корзина используют bootstrap .container/.btn/.card).
   Откат: удалить этот блок + вернуть header.php/footer.php из бэкапа.
   ============================================================ */
:root{
	--upz-graphite:      #0f1317;
	--upz-anthracite:    #161b21;
	--upz-steel:         #1e242c;
	--upz-steel-light:   #2a333d;
	--upz-silver:        #8b96a3;
	--upz-silver-light:  #c8ced4;
	--upz-blue:          #0083D1;
	--upz-blue-dark:     #0068a8;
	--upz-amber:         #f9a91d;
	--upz-white:         #f5f7f9;
	--upz-font:          system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--upz-radius:        12px;
	--upz-transition:    .3s cubic-bezier(.4,0,.2,1);
	--upz-space-2:       .5rem;
	--upz-space-3:       .75rem;
	--upz-space-4:       1rem;
	--upz-space-6:       1.5rem;
	--upz-space-8:       2rem;
	/* generic scale-токены (стандарт CLAUDE.md) - использую в поиске/razmer/формах */
	--space-1: .25rem; --space-2: .5rem; --space-3: .75rem; --space-4: 1rem;
	--space-5: 1.25rem; --space-6: 1.5rem; --space-8: 2rem; --space-12: 3rem; --space-16: 4rem;
	--radius-sm: 6px; --radius-md: 8px; --radius-lg: 12px;
	--text-xs:   clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
	--text-sm:   clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
	--text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
	--text-lg:   clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
	--text-xl:   clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
}

/* --- Тёмный фон страницы; контент остаётся на светлой панели --- */
body{
	background: var(--upz-graphite);
	font-family: var(--upz-font);
}
/* Контентная область каталога/страниц - крепкая светлая подложка (читаемость bitrix-компонентов) */
.workarea{
	background-color: #eef1f4;
}
@keyframes upz-spin{ from{ transform: rotate(0); } to{ transform: rotate(360deg); } }

/* ---------------- ШАПКА ---------------- */
.upz-header-wrap{
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(15,19,23,.94);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(139,150,163,.14);
}
.upz-header__inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--upz-space-4);
	min-height: 76px;
	display: flex;
	align-items: center;
	gap: var(--upz-space-6);
}
.upz-logo{
	display: flex;
	align-items: center;
	gap: var(--upz-space-3);
	flex-shrink: 0;
	text-decoration: none;
}
.upz-logo__text{
	width: 200px;
	height: auto;
	display: block;
	filter: brightness(1.08);
}
.upz-bearing{
	display: inline-flex;
	width: 46px;
	height: 46px;
	flex-shrink: 0;
	filter: drop-shadow(0 0 8px rgba(0,131,209,.4));
}
.upz-bearing svg{ width:100%; height:100%; display:block; overflow:visible; }
.upz-bearing__balls{ animation: upz-spin 14s linear infinite; transform-origin: center; }

.upz-nav{ margin-left: auto; }
.upz-nav__list{
	display: flex;
	align-items: center;
	gap: var(--upz-space-8);
	list-style: none;
	margin: 0;
	padding: 0;
}
.upz-nav__list li{ margin: 0; padding: 0; }
.upz-nav__list a{
	font-size: 14px;
	font-weight: 500;
	color: var(--upz-silver);
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	transition: color var(--upz-transition);
	padding: 6px 11px;
	cursor: pointer;
	border-radius: 6px;
	outline: none;
}
.upz-nav__list a::after{
	content: "";
	position: absolute;
	left: 11px; right: 11px; bottom: 0;
	width: auto; transform: scaleX(0); transform-origin: left;
	height: 2px;
	background: var(--upz-blue);
	transition: transform var(--upz-transition);
}
.upz-nav__list a:hover, .upz-nav__list a:focus{ color: var(--upz-white); }
.upz-nav__list a:hover::after, .upz-nav__list a:focus::after{ transform: scaleX(1); }
/* доступный фокус с клавиатуры - рамка с отступом, НЕ режет текст (mouse-клик рамку не оставляет) */
.upz-nav__list a:focus-visible{ outline: 2px solid var(--upz-blue); outline-offset: 3px; }

.upz-header__phone{
	font-weight: 600;
	font-size: 15px;
	color: var(--upz-white);
	white-space: nowrap;
	text-decoration: none;
	flex-shrink: 0;
}
.upz-header__phone:hover{ color: var(--upz-amber); }

/* Кнопки редизайна - SOLID (без градиента, по стандарту) */
.upz-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--upz-space-2);
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: background var(--upz-transition), border-color var(--upz-transition), transform var(--upz-transition);
}
.upz-btn--primary{
	background: var(--upz-blue);
	color: var(--upz-white);
}
.upz-btn--primary:hover{ background: var(--upz-blue-dark); transform: translateY(-2px); color: var(--upz-white); }
.upz-header__cta{ flex-shrink: 0; }
.upz-header__cart{ flex-shrink: 0; display: flex; align-items: center; }

/* Бургер (мобилка) */
.upz-nav__toggle{
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	padding: 10px;
	cursor: pointer;
	margin-left: auto;
}
.upz-nav__toggle span{ width: 26px; height: 2px; background: var(--upz-white); border-radius: 2px; transition: .3s; }

/* Хлебные крошки на тёмном фоне (bkm-wrapper между шапкой и контентом) */
.bkm-wrapper{ background: transparent; padding: var(--upz-space-3) 0; }
.bkm-wrapper, .bkm-wrapper a, .bkm-wrapper span{ color: var(--upz-silver) !important; }
.bkm-wrapper a:hover{ color: var(--upz-white) !important; }

/* ---------------- ПОДВАЛ ---------------- */
.upz-footer{
	background: var(--upz-graphite);
	border-top: 1px solid rgba(139,150,163,.12);
	color: var(--upz-silver-light);
	padding: var(--upz-space-8) 0 var(--upz-space-6);
	position: relative;
}
.upz-footer__inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--upz-space-4);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--upz-space-8);
}
.upz-footer__col h3{
	color: var(--upz-white);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 0 0 var(--upz-space-4);
}
.upz-footer__brand{ display:flex; align-items:center; gap: var(--upz-space-3); margin-bottom: var(--upz-space-4); }
.upz-footer__brand .upz-bearing{ width: 40px; height: 40px; }
.upz-footer__brand span{ color: var(--upz-white); font-weight: 600; font-size: 15px; line-height: 1.3; }
.upz-footer p, .upz-footer address{ font-style: normal; font-size: 14px; line-height: 1.7; color: var(--upz-silver); margin: 0 0 var(--upz-space-2); }
.upz-footer a{ color: var(--upz-silver-light); text-decoration: none; transition: color var(--upz-transition); }
.upz-footer a:hover{ color: var(--upz-blue); }
.upz-footer__nav{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--upz-space-2); }
.upz-footer__nav a{ font-size: 14px; }
.upz-footer__bottom{
	max-width: 1200px;
	margin: var(--upz-space-8) auto 0;
	padding: var(--upz-space-4) var(--upz-space-4) 0;
	border-top: 1px solid rgba(139,150,163,.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--upz-space-4);
	flex-wrap: wrap;
}
.upz-footer__copy{ color: var(--upz-silver); font-size: 13px; margin: 0; }
.upz-footer__up{
	width: 42px; height: 42px;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(139,150,163,.25);
	color: var(--upz-silver);
	background: transparent;
	cursor: pointer;
	transition: color var(--upz-transition), border-color var(--upz-transition), background var(--upz-transition);
}
.upz-footer__up:hover{ color: var(--upz-white); border-color: var(--upz-blue); background: rgba(0,131,209,.1); }

/* ---------------- АДАПТИВ ---------------- */
@media (max-width: 900px){
	.upz-footer__inner{ grid-template-columns: repeat(2, 1fr); gap: var(--upz-space-6); }
}
@media (max-width: 768px){
	/* backdrop-filter создаёт containing-block для fixed -> меню зажималось в высоту шапки. На мобиле отключаем. */
	.upz-header-wrap{ backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(15,19,23,.98); }
	.upz-header__phone, .upz-header__cta{ display: none; }
	.upz-nav{ margin-left: 0; position: static; }
	.upz-nav__toggle{ display: flex; margin-left: 0; padding: 8px; }
	/* Баг1: меню скрыто по умолчанию, при открытии - НЕПРОЗРАЧНЫЙ графит поверх контента */
	.upz-nav__list{
		position: fixed;
		top: 60px; left: 0; right: 0; bottom: 0;
		background: var(--upz-graphite);
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: var(--upz-space-6);
		display: none;
		z-index: 1001;
		overflow-y: auto;
		padding: var(--upz-space-8) var(--upz-space-4);
	}
	.upz-nav__list.is-open{ display: flex; }
	.upz-nav__list a{ font-size: 1.25rem; color: var(--upz-silver-light); }
	/* Баг2: компактная шапка, корзина видна целиком */
	.upz-header__inner{ gap: 10px; padding: 0 10px; min-height: 60px; }
	.upz-logo__text{ width: 128px; }
	.upz-bearing{ width: 38px; height: 38px; }
	.upz-header__cart{ margin-left: auto; flex-shrink: 0; }
	.upz-header__cart .ur-basket-line, .upz-header__cart .bx-basket{ font-size: 12px; white-space: nowrap; }
	/* Баг4: убрать белую fixed-полосу футер-корзины на мобиле (в шапке корзина уже есть) */
	.bx-basket-fixed{ display: none !important; }
}
@media (max-width: 480px){
	.upz-footer__inner{ grid-template-columns: 1fr; }
	.upz-logo__text{ width: 150px; }
	.upz-footer__bottom{ flex-direction: column; text-align: center; gap: var(--upz-space-4); }
}
@media (prefers-reduced-motion: reduce){
	.upz-bearing__balls{ animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* ============================================================
   UPZ REDESIGN - ФИКС вёрстки списка товаров (B2B-строка)
   Баг: .row-flex несёт класс col-md-12 (float:left в bootstrap-grid-3.3.1),
   float не сконтейнерен родителем .ur-item -> .ur-item height:0,
   строки схлопываются, наезжают, кнопки/наличие разъезжаются.
   Лечение (только CSS, разметка не тронута): контейнируем float
   и делаем ровный flex-ряд с выровненными колонками.
   ============================================================ */
.catalog-section .product-item-big-card{ float: none; width: 100%; max-width: 100%; }
.ur-item{
	display: flow-root;                 /* контейнирует floated .row-flex -> высота = контенту */
	border-bottom: 1px solid #e2e6ea;
}
.ur-item:hover{ background: #f4f7fa; }
.catalog-section .items-row:first-child .ur-item{ border-top: 1px solid #e2e6ea; }
.ur-item .row-flex{
	float: none;                        /* снять float с col-md-12 */
	width: 100%;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;                /* колонки по центру строки */
	min-height: 54px;
	column-gap: 8px;
}
.ur-item .row-flex > [class*="col-md-"]{
	float: none;
	max-width: none;
	min-height: 0;
	padding: 10px 12px;
	display: flex;
	align-items: center;
}
/* пропорции колонок: название | цена | счётчик | наличие | кнопка */
.ur-item .row-flex > .col-md-4{ flex: 1 1 30%; }
.ur-item .row-flex > .col-md-3{ flex: 0 0 14%; justify-content: flex-end; }
.ur-item .row-flex > .col-md-2:nth-child(3){ flex: 0 0 21%; justify-content: flex-end; }
.ur-item .row-flex > .col-md-2:nth-child(4){ flex: 0 0 17%; color: #4a5563; white-space: nowrap; }
.ur-item .row-flex > .col-md-1{ flex: 0 0 16%; justify-content: flex-end; }
.ur-item .row-flex > .col-md-1 > div{ width: 100%; }
.ur-item .ur-item-link{ display: block; line-height: 1.3; }
.ur-item .product-item-price-current{ font-size: 18px; font-weight: 600; color: #1e242c; white-space: nowrap; }
.ur-item .btn{ white-space: nowrap; width: 100%; }
/* компактный счётчик кол-ва в ряду */
.ur-item .product-item-info-container{ margin: 0; padding: 0; }
.ur-item .product-item-amount{ margin: 0; }

/* Мобильная раскладка: строка -> карточка (название сверху, кнопка на всю ширину) */
@media (max-width: 767px){
	.ur-item .row-flex{ flex-flow: row wrap; min-height: 0; padding: 6px 0; }
	.ur-item .row-flex > [class*="col-md-"]{ padding: 4px 10px; justify-content: flex-start; }
	.ur-item .row-flex > .col-md-4{ flex: 1 1 100%; font-weight: 600; }
	.ur-item .row-flex > .col-md-3{ flex: 1 1 auto; justify-content: flex-start; }
	.ur-item .row-flex > .col-md-2:nth-child(3){ flex: 1 1 auto; justify-content: flex-start; }
	.ur-item .row-flex > .col-md-2:nth-child(4){ flex: 1 1 auto; }
	.ur-item .row-flex > .col-md-1{ flex: 1 1 100%; justify-content: flex-start; }
	.ur-item .btn{ width: auto; }
}
/* ============================================================
   UPZ REDESIGN - выдача поиска (search.page .default), B2B-читаемо
   Причина невидимости: пре-существующее правило скрывало весь
   контейнер результатов (исправлено на display:block).
   Ниже - читаемая раскладка на светлой подложке .bx-content-section.
   ============================================================ */
.search-page{ display: block; color: #2b3440; }
.search-page a{ color: var(--upz-blue); }
.search-page a:hover{ color: var(--upz-blue-dark); text-decoration: underline; }
/* заголовок результата = ссылка, за которой идёт <p> с телом */
.search-page > a:has(+ p){
	display: inline-block;
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}
.search-page > p{ margin: 4px 0 2px; color: #4a5563; font-size: 14px; line-height: 1.5; }
.search-page small{ color: #8a94a0; font-size: 12px; }
.search-page hr{ border: 0; border-top: 1px solid #e2e6ea; margin: 14px 0 4px; }
.search-page .search-item-rate{ display: none; }
.search-page .search-language-guess{ color: #4a5563; }
/* Копирайт разработчика в футере - мелко, по центру, не выпирает */
.upz-footer .footer-copyright{
	max-width: 1200px;
	margin: 12px auto 0;
	padding: 10px var(--upz-space-4) 0;
	border-top: 1px solid rgba(139,150,163,.1);
	text-align: center;
	font-size: 12px;
	color: var(--upz-silver);
}
.upz-footer .footer-copyright a{ color: var(--upz-silver-light); }
.upz-footer .footer-copyright a:hover{ color: var(--upz-blue); }
/* Правовые страницы (privacy-policy, cookie-policy) - читаемо на светлой подложке */
.legal-page{ max-width: 900px; color: #2b3440; font-size: 15px; line-height: 1.6; }
.legal-page h1{ font-size: 26px; margin: 0 0 8px; color: #1e242c; }
.legal-page h2{ font-size: 18px; margin: 24px 0 8px; color: #1e242c; }
.legal-page p, .legal-page li{ color: #384250; }
.legal-page ul{ margin: 8px 0 8px 20px; }
.legal-page li{ margin: 4px 0; }
.legal-page a{ color: var(--upz-blue); }
.legal-page a:hover{ color: var(--upz-blue-dark); text-decoration: underline; }
.legal-page .legal-date{ color: #8a94a0; font-size: 13px; margin-bottom: 16px; }
/* ============================================================
   UPZ REDESIGN - ЭТАП 2: КОНТЕНТ ГЛАВНОЙ (hero/категории/преимущества/о заводе/seo)
   Секции namespaced upz-*, тех-тема графит/сталь/#0083D1/#f9a91d.
   .upz-home делает full-bleed поверх светлой .bx-content-section.
   ============================================================ */
.bg_main{ display: none; } /* старый клипарт-баннер главной убран */

.upz-home{
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: -50px;   /* съедаем верхние паддинги .workarea+.bx-content-section */
	margin-bottom: -50px;
	background: var(--upz-graphite);
	color: var(--upz-silver-light);
	overflow-x: hidden;
}
.upz-container{ width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.upz-eyebrow{ color: var(--upz-amber); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 12px; }
.upz-shead{ margin: 0 0 40px; }
.upz-shead h2{ font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.2rem); color: var(--upz-white); margin: 0; }
.upz-shead--dark h2{ color: var(--upz-graphite); }
.upz-shead--dark .upz-eyebrow{ color: var(--upz-blue); }

/* HERO */
.upz-hero{
	position: relative;
	overflow: hidden;
	background: radial-gradient(ellipse at 80% 15%, rgba(0,131,209,.14), transparent 55%),
	            radial-gradient(ellipse at 15% 85%, rgba(249,169,29,.07), transparent 55%),
	            var(--upz-graphite);
	border-bottom: 1px solid rgba(139,150,163,.1);
}
.upz-hero__glow{ position: absolute; border-radius: 50%; filter: blur(80px); opacity: .3; pointer-events: none; }
.upz-hero__glow--blue{ width: 340px; height: 340px; background: var(--upz-blue); top: 6%; right: 12%; }
.upz-hero__glow--amber{ width: 260px; height: 260px; background: var(--upz-amber); bottom: 8%; left: 4%; opacity: .18; }
.upz-hero__inner{ position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: 72px 20px; }
.upz-hero__lead{ font-size: clamp(1rem, .95rem + .3vw, 1.15rem); color: var(--upz-silver); max-width: 560px; margin: 0 0 32px; line-height: 1.6; }
.upz-hero__actions{ display: flex; gap: 14px; flex-wrap: wrap; }
.upz-hero__visual{ display: flex; justify-content: center; align-items: center; }
.upz-btn--outline{ background: rgba(255,255,255,.03); border-color: rgba(139,150,163,.35); color: var(--upz-white); }
.upz-btn--outline:hover{ border-color: var(--upz-blue); background: rgba(0,131,209,.08); color: var(--upz-white); transform: translateY(-2px); }

/* Подшипник крупный/средний (вращение .upz-bearing__balls из этапа 1) */
.upz-bearing--lg{ width: clamp(220px, 30vw, 330px); height: clamp(220px, 30vw, 330px); filter: drop-shadow(0 0 28px rgba(0,131,209,.22)); }
.upz-bearing--md{ width: clamp(160px, 22vw, 220px); height: clamp(160px, 22vw, 220px); filter: drop-shadow(0 0 20px rgba(0,131,209,.18)); }

/* КАТЕГОРИИ (тёмная) */
.upz-cats{ background: var(--upz-anthracite); padding: 80px 0; }
.upz-cats__grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.upz-cat{
	display: flex; flex-direction: column; gap: 10px;
	background: var(--upz-steel); border: 1px solid rgba(139,150,163,.1); border-radius: var(--upz-radius);
	padding: 22px; text-decoration: none; transition: border-color var(--upz-transition), transform var(--upz-transition);
}
.upz-cat:hover{ border-color: rgba(0,131,209,.45); transform: translateY(-4px); }
.upz-cat__ic{ width: 48px; height: 48px; }
.upz-cat__name{ color: var(--upz-white); font-weight: 600; font-size: 15px; line-height: 1.3; }
.upz-cat__cnt{ color: var(--upz-silver); font-size: 13px; }
.upz-cats__more{ text-align: center; margin-top: 32px; }

/* ПРЕИМУЩЕСТВА (светлая) */
.upz-adv{ background: linear-gradient(180deg, #eceef1 0%, #e2e6ea 100%); color: var(--upz-graphite); padding: 80px 0; }
.upz-adv__grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.upz-adv__item{ background: rgba(255,255,255,.75); border: 1px solid rgba(15,19,23,.07); border-radius: var(--upz-radius); padding: 26px; }
.upz-adv__num{ font-size: 2rem; font-weight: 800; color: var(--upz-blue); opacity: .35; line-height: 1; margin-bottom: 12px; }
.upz-adv__item:hover .upz-adv__num{ color: var(--upz-amber); opacity: 1; transition: color var(--upz-transition), opacity var(--upz-transition); }
.upz-adv__item h3{ font-size: 1.1rem; color: var(--upz-graphite); margin: 0 0 8px; }
.upz-adv__item p{ color: #4a5563; font-size: 14px; line-height: 1.55; margin: 0; }

/* О ЗАВОДЕ (тёмная) */
.upz-about{ background: var(--upz-steel); padding: 80px 0; }
.upz-about__inner{ display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.upz-about__text h2{ font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2rem); color: var(--upz-white); margin: 0 0 18px; }
.upz-about__text p{ color: var(--upz-silver); font-size: 15px; line-height: 1.7; margin: 0 0 14px; }
.upz-about__list{ list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.upz-about__list li{ position: relative; padding-left: 26px; color: var(--upz-silver-light); font-weight: 500; }
.upz-about__list li::before{ content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--upz-amber); box-shadow: 0 0 8px rgba(249,169,29,.5); }
.upz-about__visual{ display: flex; justify-content: center; align-items: center; }

/* SEO-текст (светлая, сжатый живой) */
.upz-seo{ background: #eef1f4; color: #2b3440; padding: 56px 0; }
.upz-seo h2{ font-size: 1.4rem; color: #1e242c; margin: 0 0 14px; }
.upz-seo p{ color: #384250; font-size: 15px; line-height: 1.7; margin: 0 0 12px; max-width: 900px; }
.upz-seo a{ color: var(--upz-blue); }
.upz-seo a:hover{ color: var(--upz-blue-dark); text-decoration: underline; }

/* Адаптив главной */
@media (max-width: 992px){
	.upz-hero__inner, .upz-about__inner{ grid-template-columns: 1fr; gap: 36px; text-align: center; }
	.upz-hero__visual{ order: -1; }
	.upz-hero__lead{ margin-left: auto; margin-right: auto; }
	.upz-hero__actions{ justify-content: center; }
	.upz-about__list{ text-align: left; max-width: 420px; margin-left: auto; margin-right: auto; }
	.upz-cats__grid{ grid-template-columns: repeat(2, 1fr); }
	.upz-adv__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
	.upz-hero__inner{ padding: 48px 20px; }
	.upz-cats__grid, .upz-adv__grid{ grid-template-columns: 1fr; }
	.upz-hero__actions .upz-btn{ width: 100%; }
	.upz-cats, .upz-adv, .upz-about{ padding: 56px 0; }
}
/* Чертежи типов в тайлах /shop/ (blueprint PNG вместо серой заглушки) */
.upz-sec-blueprint{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px !important;        /* убить core padding-top:100% (квадрат -> чертёж вниз) */
	height: auto !important;
	min-height: 0 !important;
	background: #ffffff;
	border: 1px solid rgba(139,150,163,.18);
	border-radius: var(--upz-radius);
	overflow: hidden;
	transition: border-color var(--upz-transition), transform var(--upz-transition);
}
.upz-sec-blueprint img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #ffffff;
	margin: 0;
}
.upz-sec-blueprint:hover{ border-color: rgba(0,131,209,.45); transform: translateY(-3px); }
/* ============ ЭТАП 3: ВНУТРЕННИЕ СТРАНИЦЫ (о заводе/сертификаты/контакты) ============ */
/* Контент-зона внутренних страниц - светлая карточка на #eef1f4, типографика темы */
.upz-inner{
	max-width: 1040px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid rgba(15,19,23,.06);
	border-radius: var(--upz-radius);
	padding: 32px 36px;
	color: #2b3440;
}
.upz-inner__title, .upz-inner h1{ font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem); font-weight: 600; color: #1e242c; margin: 0 0 20px; }
.upz-inner h2{ font-size: 1.25rem; color: #1e242c; margin: 22px 0 12px; }
.upz-inner p{ color: #384250; font-size: 15px; line-height: 1.7; margin: 0 0 14px; }
.upz-inner a{ color: var(--upz-blue); }
.upz-inner a:hover{ color: var(--upz-blue-dark); text-decoration: underline; }

/* Сертификаты - сетка карточек */
.upz-certs{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }
.upz-cert{ display: block; background: #fff; border: 1px solid rgba(15,19,23,.1); border-radius: var(--upz-radius); padding: 8px; transition: border-color var(--upz-transition), transform var(--upz-transition); }
.upz-cert:hover{ border-color: rgba(0,131,209,.5); transform: translateY(-3px); }
.upz-cert img{ display: block; width: 100%; height: 220px; object-fit: contain; background: #fff; }

/* Контакты - две колонки + карта */
.upz-contacts{ display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.upz-contacts__col p{ margin: 0 0 12px; }
.upz-contacts__col b{ color: #1e242c; }
.upz-contacts__map{ margin-top: 28px; border-radius: var(--upz-radius); overflow: hidden; border: 1px solid rgba(15,19,23,.1); }
.upz-contacts__map iframe{ display: block; width: 100%; border: 0; }

@media (max-width: 768px){
	.upz-inner{ padding: 22px 18px; }
	.upz-certs{ grid-template-columns: repeat(2, 1fr); }
	.upz-contacts{ grid-template-columns: 1fr; gap: 24px; }
	.upz-cert img{ height: 180px; }
}
/* Баг3: поле поиска в тему (тёмный инпут, светлый текст, скругление) */
.search-wrapper #title-search-input{
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(139,150,163,.3);
	color: var(--upz-white);
	border-radius: 8px;
	box-shadow: none;
}
.search-wrapper #title-search-input::placeholder{ color: var(--upz-silver); opacity: 1; }
.search-wrapper #title-search-input:focus{ border-color: var(--upz-blue); background: rgba(255,255,255,.09); }
.search-wrapper .btn.search-title-b,
.search-wrapper button.search-title-b{
	background: var(--upz-blue);
	border-color: var(--upz-blue);
	color: #fff;
	border-radius: 8px;
}
.search-wrapper .btn.search-title-b:hover,
.search-wrapper button.search-title-b:hover{ background: var(--upz-blue-dark); border-color: var(--upz-blue-dark); }
/* ============ ЭТАП 4: СЛУЖЕБНЫЕ СТРАНИЦЫ (auth/register/forgot/basket/order/404) ============ */
/* --- Форма входа/регистрации/восстановления (system.auth, классы .bx-auth*) --- */
.bx-auth{
	max-width: 460px;
	margin: 24px auto;
	background: #ffffff;
	border: 1px solid rgba(15,19,23,.08);
	border-radius: var(--upz-radius);
	padding: 28px 30px;
	color: #2b3440;
	box-shadow: 0 10px 30px rgba(15,19,23,.06);
}
.bx-auth h2, .bx-auth h3, .bx-auth-title{ color: #1e242c; font-size: 1.3rem; margin: 0 0 16px; }
.bx-auth-note, .bx-auth-desc{ color: #4a5563; font-size: 14px; }
.bx-auth-label, .bx-auth label{ color: #384250; font-size: 14px; font-weight: 500; }
.bx-auth-table{ width: 100%; }
.bx-auth-input.form-control, .bx-auth input[type="text"], .bx-auth input[type="password"], .bx-auth input[type="email"]{
	background: #f6f8fa;
	border: 1px solid rgba(15,19,23,.15);
	border-radius: 8px;
	color: #1e242c;
	padding: 10px 12px;
	width: 100%;
	margin: 4px 0 12px;
	box-shadow: none;
}
.bx-auth input:focus{ border-color: var(--upz-blue); background: #fff; outline: none; }
.bx-auth .btn, .bx-auth input[type="submit"], .authorize-submit-cell .btn{
	background: var(--upz-blue);
	border: 2px solid var(--upz-blue);
	color: #fff;
	border-radius: 8px;
	padding: 10px 22px;
	font-weight: 600;
	cursor: pointer;
	transition: background var(--upz-transition);
}
.bx-auth .btn:hover, .bx-auth input[type="submit"]:hover{ background: var(--upz-blue-dark); border-color: var(--upz-blue-dark); }
.bx-auth a, .bx-auth-link{ color: var(--upz-blue); }
.bx-auth a:hover{ color: var(--upz-blue-dark); text-decoration: underline; }

/* Поля любых auth-форм по именам (login/register/forgot - единообразно, форма восстановления без класса-обёртки) */
.bx-content-section input[name="USER_LOGIN"],
.bx-content-section input[name="USER_PASSWORD"],
.bx-content-section input[name="USER_EMAIL"],
.bx-content-section input[name="USER_CONFIRM_PASSWORD"],
.bx-content-section input[name="captcha_word"]{
	background: #f6f8fa; border: 1px solid rgba(15,19,23,.15); border-radius: 8px;
	color: #1e242c; padding: 9px 12px; margin: 4px 0 10px;
}
.bx-content-section input[name="Login"],
.bx-content-section input[name="send_account_info"],
.bx-content-section input[name="register_submit_button"]{
	background: var(--upz-blue); border: 2px solid var(--upz-blue); color: #fff;
	border-radius: 8px; padding: 10px 22px; font-weight: 600; cursor: pointer;
}
.bx-content-section input[name="Login"]:hover,
.bx-content-section input[name="send_account_info"]:hover{ background: var(--upz-blue-dark); border-color: var(--upz-blue-dark); }

/* --- Корзина с товаром (sale.basket.basket): читаемые строки/итого/кнопки --- */
.basket-items-list-container, .basket-checkout-container{ color: #2b3440; }
.basket-item-block-info, .basket-item-block-price, .basket-items-list-item-container{ background: #fff; }
.basket-checkout-block{ background: #fff; border: 1px solid rgba(15,19,23,.08); border-radius: var(--upz-radius); }
.basket-checkout-block-total-price, .basket-item-price-current{ color: #1e242c; font-weight: 600; }
.basket-btn-checkout, .basket-checkout-block-btn .btn, .basket-items-list-item-container .btn-primary{
	background: var(--upz-blue) !important; border-color: var(--upz-blue) !important; color: #fff !important; border-radius: 8px;
}
.basket-btn-checkout:hover{ background: var(--upz-blue-dark) !important; }

/* --- Оформление заказа (sale.order.ajax, классы .bx-soa-*) --- */
.bx-soa-section{ background: #fff; border: 1px solid rgba(15,19,23,.08); border-radius: var(--upz-radius); margin-bottom: 16px; }
.bx-soa-section-title{ color: #1e242c; }
.bx-soa input.form-control, .bx-soa-customer input, .bx-soa textarea{ background: #f6f8fa; border: 1px solid rgba(15,19,23,.15); border-radius: 8px; color: #1e242c; }
.bx-soa input:focus{ border-color: var(--upz-blue); }
.bx-soa .btn-primary, #bx-soa-orderSave .btn{ background: var(--upz-blue); border-color: var(--upz-blue); border-radius: 8px; }
/* чекбокс согласия виден */
.bx-soa-consent, .bx-soa-agreement{ color: #384250; }
.bx-soa-consent a, .bx-soa-agreement a{ color: var(--upz-blue); text-decoration: underline; }

/* --- 404 в теме --- */
.upz-404{
	max-width: 720px; margin: 40px auto; text-align: center; color: var(--upz-silver-light);
	background: var(--upz-steel); border: 1px solid rgba(139,150,163,.14); border-radius: var(--upz-radius);
	padding: 56px 24px;
}
.upz-404__code{ font-size: clamp(4rem, 3rem + 8vw, 7rem); font-weight: 800; line-height: 1; color: var(--upz-blue); letter-spacing: .02em; }
.upz-404__title{ font-size: 1.4rem; color: var(--upz-white); margin: 12px 0 8px; }
.upz-404__text{ color: var(--upz-silver); margin: 0 0 24px; }
.upz-404__actions{ display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
/* Названия и счётчики карточек категорий /shop/ (catalog.section.list) - были голые синие подчёркнутые ссылки браузера */
.catalog-section-list-item-title{
	text-align: center;
	margin: 12px 0 0;
	padding: 0 8px;
	line-height: 1.35;
	font-size: 14px;
}
.catalog-section-list-item-link{
	color: #1e242c;
	text-decoration: none;
	font-weight: 600;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}
.catalog-section-list-item-link:hover{ color: var(--upz-blue); text-decoration: none; }
.catalog-section-list-item-counter{
	display: block;
	margin-top: 3px;
	color: #8a94a0;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
/* ============ ТЁМНАЯ ТЕМА КОНТЕНТА ВНУТРЕННИХ (референс - главная, светлый текст на тёмном) ============ */
/* Контентная обёртка тёмная (была белая карточка/полотно) - виден graphite body */
.workarea{ background: transparent !important; box-shadow: none !important; padding: 24px 12px; }
.bx-content-section{ background: transparent !important; box-shadow: none !important; border-radius: 0; padding: 20px 16px; color: var(--upz-silver-light); }
.bx-content-section h1, .bx-content-section h2, .bx-content-section h3, .catalog-section-title, .ur-title{ color: var(--upz-white); }
.bx-content-section p, .bx-content-section li, .bx-content-section td, .bx-content-section dd, .bx-content-section label, .bx-content-section .text-line{ color: var(--upz-silver-light); }
/* ГЛАВНАЯ - тёмная full-bleed (upz-home сам тёмный) */
.bx-content-section:has(.upz-home){ padding: 0; }

/* about/sert/kontakty/legal/search - светлый текст (перекрываем прежний тёмный) */
.upz-inner, .legal-page{ background: transparent; border: 0; box-shadow: none; padding: 0; max-width: 100%; margin: 0; }
.upz-inner__title, .upz-inner h1, .legal-page h1, .legal-page h2{ color: var(--upz-white); }
.upz-inner p, .legal-page p, .legal-page li{ color: var(--upz-silver-light); }
.search-page, .search-page > p{ color: var(--upz-silver-light); }
.search-page small, .legal-page .legal-date{ color: var(--upz-silver); }
.upz-inner a, .legal-page a, .search-page a{ color: var(--upz-blue); }
.search-page hr{ border-top-color: rgba(139,150,163,.15); }

/* Карточки разделов каталога - ТЁМНЫЕ плитки, чертёж = светлая вставка внутри */
.catalog-section-list-item{ background: var(--upz-steel); border: 1px solid rgba(139,150,163,.12); border-radius: 12px; padding: 10px; margin-bottom: 6px; }
.catalog-section-list-item:hover{ border-color: rgba(0,131,209,.45); }
.upz-sec-blueprint{ background: #ffffff !important; border: 1px solid rgba(139,150,163,.15); border-radius: 8px; }
.catalog-section-list-item-link{ color: var(--upz-white); }
.catalog-section-list-item-link:hover{ color: var(--upz-blue); }
.catalog-section-list-item-counter{ color: var(--upz-silver); }

/* Строки товаров листинга - тёмные карточки-строки, светлый текст */
.ur-item{ background: var(--upz-steel) !important; border: 1px solid rgba(139,150,163,.1) !important; border-radius: 10px; margin-bottom: 8px; }
.ur-item:hover{ background: var(--upz-steel-light) !important; border-color: rgba(0,131,209,.4) !important; }
.ur-item .ur-item-link, .ur-item .col-md-2, .ur-item .temp_brdr{ color: var(--upz-silver-light) !important; }
.ur-item .product-item-price-current{ color: var(--upz-white) !important; }
.ur-item .product-item-price-old{ color: var(--upz-silver) !important; }
.ur-item .product-item-amount-field{ background: #1a222b !important; border: 1px solid #2c353d !important; color: var(--upz-white) !important; }
.ur-item .btn-primary{ background: var(--upz-blue) !important; border-color: var(--upz-blue) !important; color: #fff !important; }

/* Умный фильтр - тёмный */
.bx-filter, .bx-filter *{ color: var(--upz-silver-light); }
.bx-filter .bx-filter-parameters-box-title{ color: var(--upz-white); }
.bx-filter input[type="text"]{ background: #1a222b; border: 1px solid #2c353d; color: var(--upz-white); border-radius: 6px; }
.bx-filter .btn, .bx-filter input[type="submit"]{ background: var(--upz-blue); border-color: var(--upz-blue); color: #fff; border-radius: 8px; }
/* Кастомный шаблон фильтра (smart-filter-*): заголовки полей сливались с тёмным фоном */
.smart-filter-title, .smart-filter-parameters-box-title, .smart-filter-parameters-box-title-text,
.smart-filter-parameters-box-title *{ color: var(--upz-white) !important; }
.smart-filter input[type="text"], .smart-filter-input{ background: #1a222b; border: 1px solid #2c353d; color: var(--upz-white); border-radius: 6px; }

/* Пагинация на тёмном */
.modern-page-navigation a, .bx-pagination a, .bx-pagination .bx-pagination-container li span{ color: var(--upz-silver-light); }
.bx-pagination .bx-active span, .modern-page-current{ background: var(--upz-blue); color: #fff; }

/* Строка поиска в шапке - цельный тёмный бар с неон-акцентом (единый стиль с формой /search/). */
.search-wrapper{
	background: var(--upz-graphite) !important;
	border-bottom: 1px solid rgba(255,255,255,.06);
	padding: var(--space-3) 0 !important;
}
.search-wrapper .input-group-ur{
	display: flex !important;
	align-items: stretch;
	max-width: 720px;
	gap: var(--space-2);
}
.search-wrapper #title-search-input,
#title-search-input,
.bx-searchtitle input.form-control{
	flex: 1 1 auto; min-width: 0;
	height: 46px !important; margin: 0 !important; padding: 0 var(--space-4) !important;
	background: var(--upz-steel) !important;
	border: 1px solid rgba(255,255,255,.14) !important;
	color: var(--upz-white) !important;
	border-radius: var(--radius-md) !important;
	font-size: var(--text-base) !important;
	box-shadow: none !important;
	-webkit-appearance: none; appearance: none;
}
#title-search-input::placeholder{ color: #8b97a3 !important; opacity: 1; }
.search-wrapper #title-search-input:focus,
.bx-searchtitle input.form-control:focus{
	border-color: var(--upz-blue) !important;
	background: var(--upz-steel) !important;
	box-shadow: 0 0 0 3px rgba(0,131,209,.28) !important;
}
.search-wrapper .input-group-append-ur{ display: flex; align-items: stretch; }
/* Кнопка-лупа: solid неон-синий, белая лупа (SVG), высота бара */
.search-title-button,
.search-wrapper .btn.search-title-b,
.bx-searchtitle .btn,
button.search-title-b{
	height: 46px !important; margin: 0 !important;
	min-width: 52px; padding: 0 var(--space-5) !important;
	display: inline-flex !important; align-items: center; justify-content: center;
	background: var(--upz-blue) !important; border: 1px solid var(--upz-blue) !important;
	color: #ffffff !important;
	border-radius: var(--radius-md) !important;
	cursor: pointer; transition: background .15s ease;
}
.search-title-button:hover,
.search-wrapper .btn.search-title-b:hover{ background: #0093e9 !important; border-color: #0093e9 !important; }
.search-title-button:active{ background: var(--upz-blue-dark) !important; }
.search-title-icon{ width: 18px; height: 18px; display: block; }
.search-title-button .fa, .search-title-button i{ color: #ffffff !important; font-size: 16px; line-height: 1; }

/* Cookie-плашка - тёмная */
.cookie-alert{ background: var(--upz-steel) !important; color: var(--upz-silver-light) !important; border: 1px solid rgba(139,150,163,.18) !important; }
.cookie-alert a, .cookie-agree, .cookiedetails{ color: var(--upz-blue) !important; }

/* Корзина/оформление - тёмные блоки, светлый текст */
.basket-checkout-block, .basket-items-list-item-container, .bx-soa-section{ background: var(--upz-steel) !important; border-color: rgba(139,150,163,.12) !important; color: var(--upz-silver-light) !important; }
.basket-item-info-name, .basket-item-price-current, .basket-checkout-block-total-price, .bx-soa-section-title{ color: var(--upz-white) !important; }

/* Buy-box детальной товара (остаточный белый блок) - тёмная карточка, светлые лейблы */
.product-item-detail-pay-block{ background: var(--upz-steel) !important; border: 1px solid rgba(139,150,163,.12) !important; border-radius: 12px; }
.product-item-detail-pay-block, .product-item-detail-pay-block *{ color: var(--upz-silver-light) !important; }
.product-item-detail-price-current, .product-item-detail-price, [class*="detail-price-current"]{ color: var(--upz-white) !important; }
.product-item-detail-pay-block .btn, .product-item-detail-pay-block .btn *{ color: #ffffff !important; }
.product-item-detail-pay-block input[type="number"], .product-item-detail-pay-block .product-item-amount-field{ background: #1a222b !important; border: 1px solid #2c353d !important; color: var(--upz-white) !important; }

/* Лейблы/подписи/вторичный текст на тёмном - читаемый светлый (WCAG AA >=4.5:1) */
/* Реперный баг: .upz-contacts__col b (#1e242c тёмный по чёрному) + общий класс b/strong/dt/.text-muted/small на тёмном контенте */
.upz-contacts__col b, .upz-contacts b{ color: #9aa7b2 !important; }
.upz-contacts__col p, .upz-contacts__col{ color: var(--upz-silver-light); }
.bx-content-section b, .bx-content-section strong{ color: var(--upz-silver-light) !important; }
.bx-content-section dt, .bx-content-section .text-muted, .bx-content-section small, .bx-content-section .bx-filter-parameters-box-title{ color: #9aa7b2 !important; }
.bx-content-section dd, .bx-content-section .text-dark{ color: var(--upz-white) !important; }
/* Функциональные ссылки на тёмном - чуть светлее синий для чистого WCAG AA (>=4.5:1; #0083D1 на graphite ~4.4) */
.upz-inner a, .legal-page a, .search-page a, .upz-contacts a, .upz-contacts__col a, .cookie-alert a{ color: #2f9fe0 !important; }

/* СВЕТЛЫЕ секции ГЛАВНОЙ (upz-adv, upz-seo): вернуть тёмный текст - глобальная тёмная тема
   перекрасила их заголовки/абзацы в белое (белое по белому). Тёмные секции (hero/cats/about) не трогаем. */
.upz-adv .upz-shead h2, .upz-adv__item h3{ color: #1e242c !important; }
.upz-adv__item p{ color: #4a5563 !important; }
.upz-seo h2{ color: #1e242c !important; }
.upz-seo p, .upz-seo li{ color: #384250 !important; }
.upz-seo a{ color: var(--upz-blue) !important; }

@media (max-width: 768px){
	.workarea{ padding: 14px 8px; }
	.bx-content-section{ padding: 14px 10px; }
}

/* Форма поиска на странице результатов (компонент search.page) - единственная строка
   поиска на /search/, приведена в тёмную тему (было белое поле + невидимая кнопка). */
.search-page form{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 0 var(--space-6);
	max-width: 640px;
}
.search-page form input[type="text"],
.search-page form input[name="q"]{
	flex: 1 1 240px;
	min-width: 0;
	width: auto;
	height: 46px;
	padding: 0 var(--space-4);
	background: var(--upz-steel);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: var(--radius-md);
	color: var(--upz-white);
	font-size: var(--text-base);
	line-height: 46px;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.search-page form input[type="text"]::placeholder,
.search-page form input[name="q"]::placeholder{ color: #8b97a3; }
.search-page form input[type="text"]:focus,
.search-page form input[name="q"]:focus{
	outline: none;
	border-color: var(--upz-blue);
	box-shadow: 0 0 0 3px rgba(0,131,209,0.28);
}
.search-page form input[type="submit"]{
	flex: 0 0 auto;
	min-height: 46px;
	margin-left: var(--space-2);
	padding: 0 var(--space-6);
	background: var(--upz-blue);
	border: 1px solid var(--upz-blue);
	border-radius: var(--radius-md);
	color: var(--upz-white);
	font-size: var(--text-sm);
	font-weight: 600;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: background .15s ease;
}
.search-page form input[type="submit"]:hover{ background: #0093e9; }
.search-page form input[type="submit"]:active{ background: #006fb0; }
@media (max-width: 480px){
	.search-page form input[type="text"],
	.search-page form input[name="q"]{ flex: 1 1 100%; }
	.search-page form input[type="submit"]{ flex: 1 1 100%; margin-left: 0; margin-top: var(--space-2); }
}

/* Страница поиска по размеру /shop/razmer/ - тёмная тема */
.upz-razmer{ max-width: 820px; }
.upz-razmer__h1{ color: var(--upz-white); font-size: var(--text-xl); margin: 0 0 var(--space-3); }
.upz-razmer__hint{ color: var(--upz-silver-light); font-size: var(--text-base); margin: 0 0 var(--space-6); }
.upz-razmer__hint b{ color: var(--upz-white); }
.upz-razmer__form{ display: flex; flex-wrap: wrap; margin: 0 0 var(--space-6); max-width: 520px; }
.upz-razmer__form input{
	flex: 1 1 220px; min-width: 0; height: 46px; padding: 0 var(--space-4);
	background: var(--upz-steel); border: 1px solid rgba(255,255,255,0.14);
	border-radius: var(--radius-md); color: var(--upz-white); font-size: var(--text-base);
	-webkit-appearance: none; appearance: none;
}
.upz-razmer__form input::placeholder{ color: #8b97a3; }
.upz-razmer__form input:focus{ outline: none; border-color: var(--upz-blue); box-shadow: 0 0 0 3px rgba(0,131,209,0.28); }
.upz-razmer__form button{
	flex: 0 0 auto; min-height: 46px; margin-left: var(--space-2); padding: 0 var(--space-6);
	background: var(--upz-blue); border: 1px solid var(--upz-blue); border-radius: var(--radius-md);
	color: var(--upz-white); font-size: var(--text-sm); font-weight: 600; cursor: pointer;
	-webkit-appearance: none; appearance: none; transition: background .15s ease;
}
.upz-razmer__form button:hover{ background: #0093e9; }
.upz-razmer__form button:active{ background: #006fb0; }
.upz-razmer__status{ color: var(--upz-silver-light); font-size: var(--text-base); margin: 0 0 var(--space-4); }
.upz-razmer__status b{ color: var(--upz-white); }
.upz-razmer__status--empty{ color: var(--upz-amber); }
.upz-razmer__status--empty a{ color: var(--upz-blue); }
.upz-razmer__list{ list-style: none; margin: 0 0 var(--space-6); padding: 0; }
.upz-razmer__item{
	display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--space-2) var(--space-4);
	padding: var(--space-3) 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.upz-razmer__name{ color: var(--upz-blue); font-size: var(--text-base); overflow-wrap: break-word; word-wrap: break-word; }
a.upz-razmer__name:hover{ text-decoration: underline; }
.upz-razmer__dims{ color: var(--upz-silver-light); font-size: var(--text-sm); margin-left: auto; white-space: nowrap; }
.upz-razmer__all a{ color: var(--upz-blue); font-size: var(--text-sm); }
@media (max-width: 480px){
	.upz-razmer__form input{ flex: 1 1 100%; }
	.upz-razmer__form button{ flex: 1 1 100%; margin-left: 0; margin-top: var(--space-2); }
	.upz-razmer__dims{ margin-left: 0; }
}
/* ============ /UPZ REDESIGN ЭТАП 1 ============ */
/* Подсказка поиска по размеру под строкой поиска (08.07) */
.search-size-hint {
	margin-top: 6px;
	font-size: 13px;
	color: #8fa3b8;
}
.search-size-hint a {
	color: #2f9bff;
	text-decoration: underline;
}
.search-size-hint a:hover { color: #5cb3ff; }

/* End */
/* /bitrix/templates/urpz/components/bitrix/sale.basket.basket.line/bootstrap_v5/style.css?15846745604810 */
/* /bitrix/templates/urpz/components/bitrix/search.title/bootstrap_v5/style.css?1580444252510 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?17593659884180 */
/* /bitrix/templates/urpz/template_styles.css?178347510971172 */
