

/* Start:/local/templates/aspro_next/components/bitrix/catalog.element/main_/style.css?174825065918554*/
.complectation > div:first-child {
	width:29.3%
}
.complectation > div:last-child {
	width:69.7%
}
.complectation .info-ques {
	position:relative;
	top:0;
	left:0;
	background-size:20px
}
.complectation .info-ques:hover {
	z-index:3
}

.price_measure {display:none;}
.dataFpercent.detail {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	color: #898989;
	text-decoration: line-through;
	font-weight: 600;
	position: relative;
    top: 28px;
}
@media(max-width:600px){
	.dataFpercent.detail {
		font-size: 26px;
		margin-bottom: -17px;
	}
	.offers_price_wrapper > div:last-of-type {
		margin-top: 26px;
	}
}
@media(max-width:360px){
	.dataFpercent.detail {
		font-size: 26px;
		margin-bottom: -17px;
	}
	.comp__block {
		margin-top: -6px;
		margin-bottom: -20px;
	}
	.dataFpercent.detail {
		font-size: 15px;
		margin-bottom: -27px;
	}
}
.values_wrapper.rel{
	position:relative;
}
.values_wrapper .EKO {
	position: absolute;
	right: -74px;
	/* width: 100px; */
	background: #fff200;
	color: #111;
	padding: 12px 0 0 4px;
	font-size: 12px;
	min-width: 68px;
	top:50%;
	transform: translateY(-50%);
}
.values_wrapper .EKO b{
	display: block;
}
.values_wrapper .EKO::after {
	content: "ЭКОНОМИЯ";
	position: absolute;
	top: -1px;
	left: 4px;
	font-size: 9px;
	font-weight: 700;
}
.values_wrapper .EKO::before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	z-index: -1;
	border: 16px solid #fff200;
	border-right-color: rgb(255, 242, 0);
	border-right-width: 16px;
	border-right-color: transparent;
	border-right-width: 16px;
}
.prodNal.pn2 {
	width: 132px;
	width: 132px;
}
.complectation td {
	position:relative
}
.complectation .select-box a,
.user-choose .select-box a {
	display:block;
	padding-left:50px;
	text-decoration:none;
	position:relative
}
.complectation .select-box i,
.user-choose .select-box i {
	display:block;
	position:absolute;
	width:40px;
	height:30px;
	left:10px;
	top:0
}
.complectation .select-box i img,
.user-choose .select-box i img {
	position:absolute;
	display:block;
	max-width:100%;
	max-height:100%;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.complectation .select-box a span,
.user-choose .select-box a span {
	display:block;
	line-height:16px;
	border-bottom:1px dashed #9e9ca7;
	color:#9e9ca7;
	margin:6px 0
}
.complectation .select-box a:hover span,
.user-choose .select-box a:hover span {
	color:#e31e25;
	border-color:#e31e25
}
.complectation .select-box, .user-choose .select-box {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	padding-left: 4px;
	background: #fff;
	padding-right: 11px;
}
.complectation .select-box.sbpt{
	margin-top: -17px;
}
.complectation .select {
	min-width:118px
}
.complectation .checkbox {
	margin:7px 0 2px
}
.complectation .select ul {
	margin-top:3px
}
.complectation .select.show ul {
	margin-top:10px
}
.complectation .chelp {
	width:37px
}
.complectation .cchk {
	width:23px;
	padding-right:15px;
}
.complectation .cright {
	text-align:right;
	width:70px;
	padding-left:0;
	padding-right:0;
	white-space:nowrap
}
.complectation table td {
	padding-top:0;
	padding-bottom:7px
}
.complectation .img_chng {
	position:relative;
	left:-10px;
	top:6px;
	width:198px
}
.complectation .img_chng img {
	display:block;
	margin: 0;
}
.complectation .img_chng img[data-compl] {
	position:absolute;
	top:0;
	left:0;
	opacity:0
}
.complectation .img_chng img.active[data-compl] {
	opacity:1
}
.complectation .p-complect {
	padding:10px 8px 0 23px !important;
	width:100%
}
.complectation .btn {
	float: right;
	min-width: 184px;
	/* background: #ce2e2e; */
	/* color: #fff; */
	margin-top: -33px;
}

.complectation > div{
	float:left;
}
.complectation:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

.checkbox {
	display:inline-block;
	position:relative;
	width:23px;
	height:23px
}
.checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e1dfeb;
	cursor: pointer;
	transition: box-shadow .3s,background .3s,border-color .3s;
}
.checkbox:hover i,
.complectation tr:hover .checkbox i {
	-webkit-box-shadow:0 2px 9px rgba(98,93,145,.5);
	-moz-box-shadow:0 2px 9px rgba(98,93,145,.5);
	box-shadow:0 2px 9px rgba(98,93,145,.5)
}
.checkbox input:checked ~ i {
	background:#e31e25;
	border-color:#e31e25
}
.checkbox i::after {
	content: '';
	display: block;
	position: absolute;
	top: 19%;
	left: 20%;
	width: 60%;
	height: 60%;
	background: #fff;
	background-size: 12px;
	opacity: 0;
	-webkit-transform: scale(.2);
	-moz-transform: scale(.2);
	-ms-transform: scale(.2);
	-o-transform: scale(.2);
	transform: scale(.2);
	border-radius: 2px;
	box-shadow: 0 0 3px #be9898 inset;
}
.checkbox input:checked ~ i:after {
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	transition:opacity .3s,transform .3s cubic-bezier(0.24,0.96,0.68,1.93)
}
.checkbox input[type="checkbox"] {
	display:none
}
table.complectTable{
	width:100%;
}
table.complectTable td{
	padding-right:14px;
}
.select {
	position:relative;
	min-width:180px;
	box-sizing:border-box;
	margin:0;
	z-index:9
}
.select-item {
	position:relative;
	margin:0;
	display:block;
	cursor:pointer;
	color:#cdcbd5
}
.select.selected .select-item {
	color:#000
}
.select-item:after,
.show-hidden span:after,
.chng-city .selected:after {
	content:'';
	display:block;
	position:absolute;
	width:11px;
	height:11px;
	right:11px;
	top:50%;
	margin-top:-10px;
	border:1px solid #74717d;
	border-top-color:transparent;
	border-left-color:transparent;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.select.show .select-item:after,
.show-hidden.active span:after {
	margin-top:-2px;
	-webkit-transform:rotate3d(1,-0.4,0,180deg);
	-moz-transform:rotate3d(1,-0.4,0,180deg);
	-ms-transform:rotate3d(1,-0.4,0,180deg);
	-o-transform:rotate3d(1,-0.4,0,180deg);
	transform:rotate3d(1,-0.4,0,180deg)
}
.select ul {
	list-style:none;
	position:absolute;
	top:100%;
	left:0;
	min-width:100%;
	width:auto;
	max-height:300px;
	overflow-y:auto;
	box-sizing:border-box;
	padding:0;
	background:#fff;
	border-radius:4px;
	border:1px solid #e1dfeb;
	color:#323139;
	font-size:14px;
	margin-top:0;
	-webkit-box-shadow:0 2px 9px rgba(98,93,145,.5);
	-moz-box-shadow:0 2px 9px rgba(98,93,145,.5);
	box-shadow:0 2px 9px rgba(98,93,145,.5);
	display:none
}
.right_block .select ul li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.right_block .select ul li:after, .right_block .select ul li:before{
	display:none;
}
.select:hover {
	z-index:10
}
.select.show {
	z-index:11
}
.select.show ul {
	margin-top:10px;
	display:block;
	-webkit-animation:select-show .2s ease-out;
	-moz-animation:select-show .2s ease-out;
	-o-animation:select-show .2s ease-out;
	animation:select-show .2s ease-out
}
@-webkit-keyframes select-show {
	0% {
		display:block;
		opacity:0;
		margin-top:0
	}
	100% {
		display:block;
		opacity:1;
		margin-top:10px
	}
}
@-moz-keyframes select-show {
	0% {
		display:block;
		opacity:0;
		margin-top:0
	}
	100% {
		display:block;
		opacity:1;
		margin-top:10px
	}
}
@-o-keyframes select-show {
	0% {
		display:block;
		opacity:0;
		margin-top:0
	}
	100% {
		display:block;
		opacity:1;
		margin-top:10px
	}
}
@keyframes select-show {
	0% {
		display:block;
		opacity:0;
		margin-top:0
	}
	100% {
		display:block;
		opacity:1;
		margin-top:10px
	}
}
.select ul label span,
.select ul label a {
	display:block;
	padding:5px 21px;
	line-height:16px;
	cursor:pointer;
	text-decoration:none;
	color:#323139
}
.select ul label span:first-letter,
.select ul label a:first-letter,
.select-item:first-letter {
	text-transform:uppercase
}
.select.off .disabled span,
.select.off .disabled a {
	opacity:.5
}
.select ul label:hover span,
.select ul label input:checked ~ span,
.select ul label:hover a,
.select ul label input:checked ~ a {
	background:#f2f1f8;
	color:#e31e25
}
.select ul label input {
	display:none
}
.choose-mark {
	position:relative;
	text-align:left
}
.choose-mark:before {
	content:'';
	display:block;
	position:absolute;
	height:39px;
	width:50%;
	background:transparent;
	bottom:0;
	left:25%;
	opacity:.2
}
.choose-mark.not-choose:before {
	background:#e48184;
	width:120%;
	left:-10%
}
.choose-mark > span {
	font-size:14px;
	color:#615e6c;
	margin-top:24px;
	line-height:39px;
	display:inline-block;
	position:relative;
	z-index:1
}
.choose-mark ul {
	list-style:none;
	float:right;
	margin-top:24px;
	position:relative;
	z-index:1
}
.choose-mark li {
	display:inline-block;
	float:left
}
.choose-mark label {
	display:block;
	padding:10px 8px 11px;
	cursor:pointer
}
.choose-mark label svg {
	width:18px;
	display:block
}
.choose-mark input {
	display:none
}
.filter-box {
	position:relative;
	width:100%;
	margin:6px 0;
	background:#f7f7f7;
	border-radius:4px;
	-webkit-box-shadow:0 0 0 6px #fff,0 2px 14px 6px rgba(200,197,212,.35);
	-moz-box-shadow:0 0 0 6px #fff,0 2px 14px 6px rgba(200,197,212,.35);
	box-shadow:0 0 0 6px #fff,0 2px 14px 6px rgba(200,197,212,.35)
}
.filter-box.active {
	border-radius:4px 4px 0 0
}
.field-filter {
	padding:16px 24px;
	position:relative
}
.field-filter.hidden {
	display:none
}
.field-filter:after {
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:51px;
	top:50%;
	margin-top:-25px;
	right:0;
	background:#d9d8db
}
.field-filter .caption {
	color:#615e6c;
	font-size:14px;
	display:block;
	margin:0 5px;
	line-height:25px!important;
	position:absolute;
	background:#ececec;
	top:-8px;
	padding:0 10px;
	border-radius:5px
}
.first-line {
	position:relative;
	z-index:8
}
.hide-line {
	position:absolute;
	top:100%;
	left:0;
	margin-left:-6px;
	width:100%;
	background:#f7f7f7;
	border:6px solid #fff;
	border-top:none;
	border-radius:0 0 10px 10px;
	-webkit-box-shadow:0 10px 14px rgba(200,197,212,.35);
	-moz-box-shadow:0 10px 14px rgba(200,197,212,.35);
	box-shadow:0 10px 14px rgba(200,197,212,.35);
	z-index:7;
	display:none
}
.filter-box.active .hide-line {
	display:block;
	-webkit-animation-name:TopToBottom;
	-moz-animation-name:TopToBottom;
	-o-animation-name:TopToBottom;
	animation-name:TopToBottom;
	-webkit-animation-duration:.3s;
	-moz-animation-duration:.3s;
	-o-animation-duration:.3s;
	animation-duration:.3s
}
.hide-line .field-filter {
	display:inline-block;
	white-space:nowrap
}
.hide-line .field-filter .caption {
	line-height:34px;
	margin-right:4px
}
.hide-line .field-filter .select {
	float:right
}
.show-hidden {
	padding:0 2px;
	width:120px
}
.show-hidden span {
	display:block;
	background:#ececec;
	border-radius:4px;
	color:#615e6c;
	font-size:14px;
	cursor:pointer;
	line-height:17px;
	padding:8px 20px 24px;
	text-align:center;
	position:relative;
	margin:0 auto
}
.show-hidden span:hover {
	color:#e31e25;
	background:#fff;
	-webkit-box-shadow:0 2px 5px rgba(98,93,145,.16);
	-moz-box-shadow:0 2px 5px rgba(98,93,145,.16);
	box-shadow:0 2px 5px rgba(98,93,145,.16)
}
.show-hidden span:after {
	right:auto;
	top:auto;
	left:50%;
	bottom:12px;
	margin-left:-5px
}
.show-hidden span:hover:after {
	border-bottom-color:#e31e25;
	border-right-color:#e31e25
}
.show-hidden.active span:after {
	margin-bottom:-10px
}
.sort {
	display:block;
	position:relative;
	color:#a3a0b2;
	margin:6px 0 0;
	font-size:14px;
	padding:15px 0
}
.sort a {
	display:inline-block;
	padding:0 14px;
	color:#615e6c;
	text-decoration:none;
	cursor:pointer
}
.sort a.active,
.sort a:hover {
	color:#e31e25
}
.color-infobox {
	background:#fff;
	border-radius:8px;
	padding:20px;
	margin-bottom:20px;
	position:relative;
	box-sizing:border-box
}
.color-infobox.close {
	display:none
}
.color-infobox sup {
	font-weight:700;
	color:#e31e25
}
.color-infobox .tel {
	font-size:16px;
	font-family:'daysregular';
	color:#e31e25
}
table .points::after {
	content: '';
	display: block;
	position: absolute;
	width: 97%;
	left: 0;
	height: 0;
	top: 45%;
	margin-top: 4px;
	border-bottom: 2px dotted #bfbfbf;
}
table.complectTable tr:hover .points::after {
	content: '';
	display: block;
	position: absolute;
	width: 97%;
	left: 0;
	height: 0;
	top: 45%;
	margin-top: 4px;
	border-bottom: 2px dotted #e31e25;
}
table.complectTable tr:hover td{
	color:  #e31e25;
}
table .points span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.inputSS {
	padding: 0 35px 0 10px;
	line-height: 29px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e1dfeb;
	color: #000;
	font-size: 14px;
	margin: 0 5px;
	box-sizing: border-box;
}
#botLinks{
	position: absolute;
	bottom:0;
	right: -54px;
	display: flex;
	flex-direction: column;
	width:140px;
}
#botLinks a{
	display: block;
	margin-top: 20px;
	text-align: center;
	border-radius: 3px;
}
#botLinks .bl1 {
	background: #ffff1c;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}
#botLinks .bl2 {
	height: 64px;
	background: red;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
#botLinks .bl2 .subpriceR {
	display: block;
	line-height: 23px;
	background: #fff;
	color: #111;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	width: 90%;
	margin: -2px auto 0;
	text-transform: none;
}
#botLinks .bl3 {
	height: 46px;
	background: orange;
	line-height: 18px;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0;
}
#botLinks a:hover{
	box-shadow: 0 0 10px #aaa;
}
.tab-content.noTeTabs .tab-pane{
	display:block;
}
.tabs .nav-tabs + .tab-content.noTeTabs h3:first-of-type{
	margin-top: 25px;
}
.tab-content.noTeTabs .tab-pane .title-tab-heading{
	display: none !important;
}
.catalog_detail .tab-content.noTeTabs .tab-pane .title-tab-heading + div{
	display:block !important;
}
.callback__order-metering [data-param-form_id="SIMPLE_FORM_10"]{
	display: none;
}








/* Блок характеристик */
.product__stars_new {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 25px 0;
    max-width: 360px;
}

/* Строка характеристики */
.star {
    display: flex;
    align-items: center; /* Выравнивание по центру */
    position: relative;
    padding: 0px 0;
    line-height: 1;
}




/* Иконка */
.star__icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.star__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Название характеристики */
.star__label {
    font-size: 15px;
    letter-spacing: .06px;
    color: #222;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}



/* Обёртка для названия и тултипа */
.star__label-wrapper {
    display: flex;
    align-items: center;
    gap: 6px; /* Расстояние между названием и тултипом */
    min-width: 180px;
    margin-right: 15px;
    position: relative;
}

/* Кнопка "?" рядом с названием */
.tooltip__help {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tooltip__icon {
    display: inline-flex;
    width: 15px;
    height: 15px;
    background: #bbb;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: background 0.3s;
}
.tooltip__icon:hover {
    background: #777;
}

.tooltip {
    position: absolute;
    top: 50%;
    left: 66%;
    transform: translateY(-50%);
    width: 280px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 99999; /* максимальный приоритет */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.tooltip.tooltip_active {
    opacity: 1;
    visibility: visible;
}

.tooltip__icon-img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}
.tooltip__icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tooltip__content {
    margin-top: 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

/* Заголовок тултипа */
.tooltip b {
    font-weight: 700;
    line-height: 14px;
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
}

.ears-close_tooltip {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.ears-close_tooltip:hover {
    opacity: 1;
}
.ears-close_tooltip:before,
.ears-close_tooltip:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #999;
}
.ears-close_tooltip:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.ears-close_tooltip:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}



/* Шкала рейтинга */
.star__wrap {
    width: 90px;
    height: 14px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 14 14" fill="none"%3E%3Cpath d="M7 0L2.33333 14L14 5.06383H0L11.6667 14L7 0Z" fill="%23D2D4D8"/%3E%3C/svg%3E') repeat-x;
    background-size: 18px 14px;
    border-radius: 2px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

/* Активная часть рейтинга */
.star__green {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: <?=$ratingPercent?>%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 14 14" fill="none"%3E%3Cpath d="M7 0L2.33333 14L14 5.06383H0L11.6667 14L7 0Z" fill="%2302A813"/%3E%3C/svg%3E') repeat-x;
    background-size: 18px 14px;
    transition: width 0.3s ease;
    z-index: 2;
}

@media(max-width:767px){
.star {padding: 8px 8px;}
.star__label {font-size: 14px;margin-right: 5px;}
	.tooltip {width:auto;left: 62%;}

}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/iblock.vote/element_rating/style.css?1596292975341*/
.iblock-vote table td div { cursor: pointer; background: url('/local/templates/aspro_next/components/bitrix/iblock.vote/element_rating/../../../../images/ai.png') -374px -51px no-repeat; width:19px; height:16px; overflow:hidden; }
div.star-voted, div.star-over { }
.iblock-vote table td div.star-empty { background-position:-393px -51px; }
.iblock-vote table td div.star-over { background-position:-374px -51px;}


/* End */


/* Start:/local/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.min.css?1596292975604*/
.bx_item_list_title{font-weight:bold;color:#000;background:#ebf4f8;vertical-align:middle;height:38px;text-align:center;line-height:38px;font-size:14px}.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#fbf1f0}.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#f2fbea}.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7}.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#fbf7db}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.element/main_/style.css?174825065918554 */
/* /local/templates/aspro_next/components/bitrix/iblock.vote/element_rating/style.css?1596292975341 */
/* /local/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.min.css?1596292975604 */
