

/* 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/components/bitrix/breadcrumb/templates/.default/style.min.css?1580121183467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-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?158468418123528*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic-ext');
/* 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;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	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: -10px;
			right: -7px;
			cursor: pointer;
			color: #fff;
			padding: 10px;
			z-index: 9999;
		}

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

	.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;
}
/* End */
/* /bitrix/templates/urpz/components/bitrix/sale.basket.basket.line/bootstrap_v5/style.css?15846745604810 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1580121183467 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?17593659884180 */
/* /bitrix/templates/urpz/template_styles.css?158468418123528 */
