

/* Start:/bitrix/templates/avtoref/components/bitrix/catalog/templat/style.css?16908915724341*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.sidebar-inc{
	margin-bottom: 1.5rem;
}
.section-navi{
	position: relative;
	font-family: 'Inter';
	font-size: 1rem;
	z-index: 15;
}
.section-navi .line-navi{
	justify-content: space-between;
}
.section-navi .line-navi>div{
	margin-bottom: 1.5rem;
}
.section-navi .line-navi .count-select .name{
	margin-right: .5em;
}
.section-navi .line-navi .item-count{
	margin-left: 1em;
}
.section-navi .line-navi span.item-count{
	color:#00B7F1;
}
.section-navi .line-navi .select-sort-block .val-name{
	margin-left: 1.5em;
}
.section-navi .line-navi .select-sort-block .arrow-icon{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-left: .5em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/images/arrow-bottom.svg");
}
.section-navi .line-navi .select-sort-block .arrow-icon.sort-top{
	background-image: url("/images/arrow-top.svg");
}
.section-navi .line-navi .select-sort-block{
	flex-wrap: wrap;
}
.section-navi .line-navi a:hover{
	opacity: .7;
}
.section-navi .view-product .item-view:not(:last-child){
	margin-right: 10px;
}
.section-navi .view-product .item-view a{
	border: 1px solid #D1D1D1;
	border-radius: .5rem;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}
.section-navi .view-product .item-view a svg path{
	transition: .2s;
}
.section-navi .view-product .item-view a.active,
.section-navi .view-product .item-view a:hover:hover{
	background-color: #54C3FF;
	border-color: #54C3FF;
}
.section-navi .view-product .item-view a.active svg path,
.section-navi .view-product .item-view a:hover:hover svg path{
	fill: #fff;
}
.section-navi .view-product .item-view a:hover{
	opacity: 1;
}
@media (max-width: 1619.98px) {
	.section-navi{
		font-size: 16px;
	}
}
@media (max-width: 1399.98px) AND (min-width: 1200px) {
	.section-navi .line-navi .select-sort-block .name,
	.section-navi .line-navi .count-select .name{
		display: none;
	}
}
@media (max-width: 991.98px) {
	.section-navi .line-navi .select-sort-block .name,
	.section-navi .line-navi .count-select .name{
		display: none;
	}
	.section-navi .line-navi .select-sort-block .val-name{
		margin-left: 0;
	}
	.section-navi .line-navi .name + .item-count{
		margin-left: 0;
	}
}
@media (max-width: 1199.98px){
	.bx-filter-block{
		position: fixed;
		left:-100%;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 900;
		opacity:0;
		transition:.3s;
	}
	body.show-filter .bx-filter-block{
		left: 0;
		opacity: 1;
	}
	.bx-filter-block .smart-filter{
		width: 320px;
		height: 100%;
		background-color: #fff;
		margin: 0!important;
		padding: 0;
		position: relative;
		border-radius: 0;
	}
	.bx-filter-block .title-filter{
		display: block;
		font-weight: 700;
		font-size: 24px;
		margin: 0;
		text-align: left;
		position: absolute;
		top: 0;
		padding: 10px 15px;
		left:0;
		width: 320px;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
		z-index: 10;
	}
	.bx-filter-block .close{
		top: 50%;
		margin-top: -15px;
		right: 15px;
	}
	.bx-filter-block .smart-filter-section{
		position: absolute;
		top: 50px;
		left: 0;
		padding: 0 15px 15px;
		bottom: 0;
		width: 100%;
		overflow: auto;
	}
}
@media (max-width: 575.98px){
	.section-navi .line-navi .select-sort-block .perenos{
		flex: 1 0 100%;
	}
	.section-navi .line-navi>div{
		margin-bottom: .5rem;
	}
	.section-navi{
		margin-bottom: 1.5rem;
	}
}
/* End */


/* Start:/bitrix/templates/avtoref/components/bitrix/catalog.element/.default/style.css?169089158026061*/
.bx-catalog-element .title-block{
	text-align: left;
	margin-bottom: 1.5rem;
}
/* Sidebar */
.bx-catalog-element .product-item-detail-info-container {
	margin-bottom: 1.5rem;
}

.bx-catalog-element .product-item-detail-info-container-title {
	display: none;
}

.bx-catalog-element .product-item-detail-pay-block {
	position: relative;
}

/*Compare*/
.bx-catalog-element .product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.bx-catalog-element .product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.bx-catalog-element .product-item-detail-price-current {
	white-space: nowrap;
	font-weight: 800;
	font-size: 1.6rem!important;
	line-height: 1;
	transition: font-size 200ms ease;
}

.bx-catalog-element .product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}

/* SCU */
.bx-catalog-element .product-item-scu-container { padding: 0 0 2px; }

.bx-catalog-element .product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.bx-catalog-element .product-item-scu-block { }

.bx-catalog-element .product-item-scu-list { margin: 0; }

.bx-catalog-element .product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.bx-catalog-element .product-item-scu-item-color-container,
.bx-catalog-element .product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.bx-catalog-element .product-item-scu-item-text-container { min-width: 48px; }

.bx-catalog-element .product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.bx-catalog-element .product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .bx-catalog-element .product-item-scu-item-color-block { transition: outline 200ms ease; }



.bx-catalog-element .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-catalog-element .product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bx-catalog-element .product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .bx-catalog-element .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-catalog-element .product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-catalog-element .product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.bx-catalog-element .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.bx-catalog-element .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.bx-catalog-element .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.bx-catalog-element .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.bx-catalog-element .product-item-selected-scu-container { word-spacing: 1px }

.bx-catalog-element .product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-catalog-element .product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.bx-catalog-element .product-item-amount {
	padding: 0;
	text-align: center;
}

.bx-catalog-element .product-item-amount-field-container {
	background: #E9EDF5;
	border-radius: .5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow:hidden;
}

.bx-catalog-element .product-item-amount-field-btn-plus,
.bx-catalog-element .product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-catalog-element .product-item-amount-field-btn-plus:hover,
.bx-catalog-element .product-item-amount-field-btn-minus:hover { background: #e3e8f5; }

.bx-catalog-element .product-item-amount-field-btn-plus:after,
.bx-catalog-element .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.bx-catalog-element .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.bx-catalog-element .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.bx-catalog-element .product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.bx-catalog-element .product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.bx-catalog-element .product-item-amount-field-btn-plus:hover:after,
.bx-catalog-element .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.bx-catalog-element .product-item-amount-field {
	display: inline-block;
	flex: 1 0 0%;
	padding: 0;
	max-width: 60px;
	width: auto;
	height: 40px;
	border:none;
	background: transparent !important;
	color: #002D71;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-catalog-element .product-item-amount-field:focus { outline: none !important; }

.bx-no-touch .bx-catalog-element input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch .bx-catalog-element input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.bx-catalog-element .product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: none;
}

.bx-catalog-element .product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.bx-catalog-element .product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}
.bx-catalog-element .btn.product-item-detail-buy-button,
.bx-catalog-element .btn.like-prod{
	padding-left: 50px;
	position: relative;
	height: 40px;
}
.bx-catalog-element .btn.product-item-detail-buy-button:before,
.bx-catalog-element .btn.like-prod:before{
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	background-image: url("/images/cart-add.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 20px;
	top: 0;
	transition: .3s;
}
.bx-catalog-element .btn.product-item-detail-buy-button:hover{
	color: #54C3FF;
}
.bx-catalog-element .btn.product-item-detail-buy-button:hover:before{
	background-image: url("/images/cart-add-h.svg");
}
.bx-catalog-element .btn.like-prod:before{
	background-image: url("/images/like.svg");
}
.bx-catalog-element .btn.like-prod:not(.active):hover:before{
	background-image: url("/images/like-h.svg");
}
.bx-catalog-element .btn.like-prod.active:before{
	background-image: url("/images/like-active.svg");
}
.bx-catalog-element .btn.like-prod.active span{
	display: none;
}
.bx-catalog-element .btn.like-prod.active{
	padding-left: 40px;
}
.bx-catalog-element .line-prod-navigation>div{
	margin-bottom: 1.5rem;
}
/**/
.bx-catalog-element .product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/* Slider */
.bx-catalog-element .product-item-detail-slider-container{
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}
.bx-catalog-element .product-item-detail-slider-container:not(.popup){
	margin-bottom: 1.5rem;
}
.bx-catalog-element .product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
	box-shadow: 0 4px 10px rgba(0, 45, 113, 0.1);
	border-radius: .5rem;
	overflow: hidden;
}

.bx-catalog-element .product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.bx-catalog-element .product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-catalog-element .product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.bx-catalog-element .product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.bx-catalog-element .product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.bx-catalog-element .product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.bx-catalog-element .product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}
.bx-catalog-element .product-item-detail-slider-container:not(.popup) .product-item-detail-slider-controls-block {
	padding: 1rem 0 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -1.2rem -.6rem 0;
}

.bx-catalog-element .product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-catalog-element .product-item-detail-slider-container:not(.popup) .product-item-detail-slider-controls-image{
	display: block;
	height: auto;
	outline: none;
	flex: 0 0 20%;
	width: 20%;
	overflow: visible;
	padding: 0 .6rem;
	margin-top: 1.2rem;
}
.bx-catalog-element .product-item-detail-slider-container .product-item-detail-slider-controls-image .small-img{
	display: block;
	padding-top: 100%;
	filter: drop-shadow(0px 4px 10px rgba(0, 45, 113, 0.1));
	border-radius: .5rem;
	background-color: #fff;
}

.bx-catalog-element .product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.bx-catalog-element .product-item-detail-slider-container:not(.popup) .product-item-detail-slider-controls-image img{
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	transform: none;
	object-fit: contain;
	object-position: center;
}

.bx-catalog-element .product-item-detail-slider-left,
.bx-catalog-element .product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.bx-catalog-element .product-item-detail-slider-left { left: 0; }

.bx-catalog-element .product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.bx-catalog-element .product-item-detail-slider-left:hover,
.bx-catalog-element .product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.bx-catalog-element .product-item-detail-slider-close { display: none; }

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*magnified*/
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.bx-catalog-element .product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.bx-catalog-element .product-item-detail-slider-container.magnified .prod-label { opacity: 0; }

/*	>>>	popup*/
.bx-catalog-element .product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.bx-catalog-element .product-item-detail-slider-left,
	.bx-catalog-element .product-item-detail-slider-right { max-width: 75px; }

	.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*Label*/
.bx-catalog-element .prod-label{
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.bx-catalog-element .product-item-label-text span,
.bx-catalog-element .product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: .5rem;
	background-color: #FE0002;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	padding: 3px .5rem;
	font-size: .8em;
	line-height: 1.5;
	transition: all 250ms ease;
}
.bx-catalog-element .product-item-label-text span.NEW{
	background-color: #002D71;
}

.bx-catalog-element .product-item-label-text > div,
.bx-catalog-element .product-item-label-ring > div { line-height: 0; }

.bx-catalog-element .product-item-detail-slider-container.popup .product-item-label-text,
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

.bx-catalog-element .product-item-label-top { top: .5rem; }

.bx-catalog-element .product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.bx-catalog-element .product-item-label-center > div { text-align: center; }

.bx-catalog-element .product-item-label-left { left: 0; }

.bx-catalog-element .product-item-label-left > div { text-align: left; }

.bx-catalog-element .product-item-label-bottom { bottom: .5rem; }

.bx-catalog-element .product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.bx-catalog-element .product-item-label-right { right: 0; }

.bx-catalog-element .product-item-label-right > div { text-align: right; }

.bx-catalog-element .product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.bx-catalog-element .product-item-detail-tabs-container {
	border-bottom: 1px solid #D1D1D1;
	background: #fff;
	margin-top: 1.5rem;
}

.bx-catalog-element .product-item-detail-tabs-list {
	display: flex;
	margin: 0 0 -1px;
	padding: 0;
	list-style: none;
	z-index: 2;
}

.bx-catalog-element .product-item-detail-tab{

}

.bx-catalog-element .product-item-detail-tab-link{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	text-align:center;
	padding: 8px 20px;
	border: 1px solid #D1D1D1;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	z-index: 2;
	transition: .2s;
}

.bx-catalog-element .product-item-detail-tab-link:hover,
.bx-catalog-element .product-item-detail-tab.active .product-item-detail-tab-link {
	color: #fff;
	background-color: #54C3FF;
	z-index: 5;
	border-color: #54C3FF;
}

.bx-catalog-element .product-item-detail-tab-content {
	padding: 1.5rem 1.5rem 0;
	font-size: 16px;
}
.bx-catalog-element .product-item-detail-tab-content .product-item-detail-properties{
	font-size: 16px;
}
.bx_soc_comments_div .bx-catalog-tab-list{
	display: none!important;
}

/*@media (max-width: 991px) {
	.bx-catalog-element .product-item-detail-tabs-container { display: none !important; }

	.bx-catalog-element .product-item-detail-tab-content { display: block !important; }
}*/

/*Tab fixed*/
.bx-catalog-element .product-item-detail-tabs-container-fixed {
	display: none!important;
}

/*Small Card*/
.bx-catalog-element .product-item-detail-short-card-fixed {
	display: none!important;
}

.bx-catalog-element .product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.bx-catalog-element .product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.bx-catalog-element .product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.bx-catalog-element .product-item-detail-short-title-container { max-width: 650px }

.bx-catalog-element .product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
}

.bx-catalog-element .product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.bx-catalog-element .product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.bx-catalog-element .product-item-detail-tab-content { display: none; }

.bx-catalog-element .product-item-detail-tab-content.active { display: block; }

.bx-catalog-element .product-item-detail-properties {
	display: block;
	margin: 0;
	color: #002D71;
	line-height: 1.5;
	font-size: .8rem;
}
.bx-catalog-element .product-item-detail-properties b{
	font-weight: 700;
}
.bx-catalog-element .product-item-detail-properties dl { clear: both; }

.bx-catalog-element .product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.bx-catalog-element .product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.bx-catalog-element .no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bx-catalog-element input[type='number'] { -moz-appearance: textfield; }

.bx-catalog-element input::-webkit-outer-spin-button,
.bx-catalog-element input::-webkit-inner-spin-button { -webkit-appearance: none; }
.bx-catalog-element>.container-fluid{
	padding: 0;
}
@media (min-width: 768px){
	h1.page-title{
		display:none;
	}
}

@media (max-width: 1399.98px){
	.bx-catalog-element .title-block{
		font-size: 1.2rem;
	}
	.bx-catalog-element .product-item-detail-price-current{
		font-size: 1.4rem!important;
	}
}
@media (max-width: 1199.98px){
	.bx-catalog-element .title-block {
		font-size: 1.4rem;
	}
}
@media (max-width: 575.98px){
	.bx-catalog-element .product-item-detail-tabs-list{
		flex-wrap: wrap;
		margin: 0;
	}
	.bx-catalog-element .product-item-detail-tabs-container{
		border-bottom: none;
	}
	.bx-catalog-element .product-item-detail-tab{
		flex: 0 0 100%;
		width: 100%;
	}
	.bx-catalog-element .product-item-detail-tab:not(:last-child){
		margin-bottom: .5rem;
	}
	.bx-catalog-element .product-item-detail-tab-link{
		border-radius: 0.5rem;
		width: 100%;
	}
	.bx-catalog-element .line-prod-navigation>div{
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.bx-catalog-element .product-item-amount-field-container{
		display: inline-block;
	}
	.bx-catalog-element .product-item-detail-slider-container:not(.popup) .product-item-detail-slider-controls-image{
		flex: 0 0 25%;
		width: 25%;
	}
	.bx-catalog-element .product-item-detail-slider-container:not(.popup) .product-item-detail-slider-controls-image{
		padding: 0 5px;
		margin-top: 10px;
	}
	.bx-catalog-element .product-item-detail-slider-container:not(.popup) .product-item-detail-slider-controls-block{
		margin: -10px -5px 0;
	}
	.bx-catalog-element .product-item-detail-info-container.price-block{
		text-align: center;
	}
	.bx-catalog-element .product-item-detail-tab-content{
		padding: 1.5rem 0 0;
	}
}
.links-files{margin-top:25px;}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16908913541413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1690891335332*/
.catalog-element-popup-wrapper{position:absolute;box-sizing:border-box;border-radius:3px;background:rgba(0,0,0,.77)}.catalog-element-popup-inner{padding:20px;max-width:300px;font:13px "Helvetica Neue",Arial,Helvetica,sans-serif}.catalog-element-popup-element{color:#ffa801;font:bold 13px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */


/* Start:/bitrix/templates/avtoref/components/bitrix/news.list/cat_home/style.css?16908915821050*/
.cat-home-list{

}
.cat-home-list .panel{
    border-radius: .5rem;
    display: block;
    position: relative;
    padding: 1.5rem;
    box-shadow: 0px 4px 10px rgba(0, 45, 113, 0.1);
    min-height: 100%;
    transition: .3s;
}
.cat-home-list .panel:hover{
    box-shadow: 0px 4px 15px rgba(0, 45, 113, 0.1);
}
.cat-home-list .row{
    --bs-gutter-y: 1.5rem;
}
.cat-home-list .panel .image{
    height: 100px;
    width: 100%;
    position: relative;
    display:block;
    margin-bottom: 1rem;
}
.cat-home-list .panel .image img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit:contain;
    object-position: center;
}
.cat-home-list .panel .name{
    color: #002D71;
    font-weight: 700;
    font-size: 1.2rem;
    display: block;
    text-align: center;
}
.cat-home-list .btn-line{
    margin-top: 1.5rem;
}
@media (max-width: 575.98px){
    .cat-home-list .panel .name{
        font-size: .8em;
    }
}
@media (max-width: 359.98px){
    .cat-home-list .item.col-6{
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/avtoref/components/bitrix/catalog/templat/style.css?16908915724341 */
/* /bitrix/templates/avtoref/components/bitrix/catalog.element/.default/style.css?169089158026061 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16908913541413 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1690891335332 */
/* /bitrix/templates/avtoref/components/bitrix/news.list/cat_home/style.css?16908915821050 */
