

/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.element/main_custom_lmp/style.css?177673685933394*/
.detail_page .breadcrumbs {
    /* padding: 0 !important; */
}

.catalog-detail-lmp {
    margin: 0 0 50px;
}
.catalog-detail-lmp ~ .main-slider .top-title-box {
    margin: 30px 0 20px;
}
.catalog-detail-lmp ~ .main-slider .top-title {
    font-size: 32px;
}




.detail-box {
    display: grid;
    grid-gap: 38px;
    grid-template-columns: 2fr 1.3fr 1.2fr;
    margin: 0 0 60px;
}
.detail-image-block {
    /* max-width: 550px; */
    overflow: hidden;
}
.detail-info-block {
}
.detail-buy-block {
}

.detail-carousel img.detail-image,
.detail-thumbnail img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    cursor: pointer;
}

/* .detail-thumbnails {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    margin: 10px 0 0;
    padding: 0;
} */
.thumbnail-carousel {
    margin: 25px 0 0;
}
.detail-thumbnail {
    width: 64px;
    height: 64px;
    list-style: none;
    cursor: pointer;
    border: 1px solid #FFFFFF !important;
    border-radius: 8px;
    overflow: hidden;
}
.detail-thumbnail.is-active {
    border: 1px solid var(--theme-base-red) !important;
}


.detail-article-block {
    color: var(--theme-base-gray);
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 11px;
}
.detail-info-block h1 {
    color: var(--theme-base-black);
    font-family: Cygre;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.detail-info-block .to-reveal {
    position: relative;
    pointer-events: none;
}
.reveal-check {
    padding-right: 10px;
}
.detail-info-block .to-reveal::after {
    content: '\0435\0449\0451';
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-base-gray);
    bottom: 7px;
    right: 0px;
    background: linear-gradient(90deg, #ffffff00 0%, #ffffff 40%);
    padding-left: 25px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 1;
}
.detail-info-block .to-reveal.reveal::after {
    content: '';
}
.detail-info-block .reveal > .detail-middle-desc.shorter-desc,
.detail-info-block .reveal > .detail-middle-desc,
.detail-info-block .reveal h1 {
    -webkit-line-clamp: none;
}

.detail-rating-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 13px 0 20px;
}
.detail-item-btn-box {
    display: flex;
    align-items: center;
    gap: 18px;
}
.detail-item-btn-box .compare_item,
.detail-item-btn-box .wish_item {
    display: block;
    padding: 12px;
}
.rating-box .rating-flexbox {
    display: flex;
    align-items: center;
}
.rating-box .rating-flexbox .svg-rating-star {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.rating-box .rating-flexbox .rating-value,
.rating-box .rating-flexbox .rating-count .goto-reviews {
    color: var(--theme-base-gray);
    font-weight: 500;
}
.rating-box .rating-flexbox .rating-count .goto-reviews {
    text-decoration-line: underline;
    text-decoration-color: #3131313d;
    margin-left: 16px;
    white-space: nowrap;
}
.rating-box .rating-flexbox.colored .rating-value {
    color: var(--theme-base-black);
}
.rating-box .rating-flexbox.colored .svg-rating-star {
    background-color: var(--theme-base-yellow);
}


.detail-brand-block {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--theme-base-gray);
    font-weight: 500;
}
.detail-brand-block .detail-brand-name {
    color: var(--theme-base-black);
    text-decoration: underline;
    text-decoration-color: var(--theme-base-gray);
    font-weight: 600;
}
.detail-brand-block .detail-brand-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #EAE6E2;
}
.detail-brand-block .detail-brand-image img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}


.detail-middle-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 14px;
}
.detail-middle-text .detail-middle-desc {
    color: var(--theme-base-black);
    font-weight: 500;
    line-height: 21px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.detail-middle-text .detail-middle-desc.shorter-desc {
    -webkit-line-clamp: 5;
}
.detail-middle-text .detail-middle-desc p {
    margin: 0 0 10px;
}
.detail-middle-text.to-reveal::after {
    color: var(--theme-base-blue);
    font-size: 13px;
    font-weight: 400;
    bottom: 1px;
}

.product-read-more {
    color: var(--theme-base-blue);
    font-weight: 500;
    line-height: 19.12px;
    text-decoration-line: underline;
    text-decoration-color: #6aa1ff82;
    margin: 15px 0 0;
    cursor: pointer;
}
.product-read-more:hover {
    text-decoration: none;
}
.product-read-more .js-move-to-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.product-read-more .js-move-to-tabs.svg-link-icon:after {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    background-color: var(--theme-base-blue);
}



.detail-prices-packnorm {
    display: flex;
    flex-direction: column;
    gap: 4px;

    margin: 20px 0 0;
    font-size: 13px;
    font-weight: 500;
}
.detail-prices-packnorm b {
    
}
.detail-prices-packnorm .packnorm-price {
    padding: 20px 0 0;
    font-weight: 600;
}
.detail-prices-packnorm .is-packnorm,
.detail-prices-packnorm .onepiece-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.detail-prices-block {
    background: #FFFFFF;
    padding: 20px 25px 28px;
    margin: 0 0 24px;
    border-radius: 8px;
    box-shadow: 0px 2px 14px 0px #3131311F;
}
.detail-prices-block .product-item-price-container {
    margin: 10px 0 4px;
}
.detail-prices-block .product-item-info-container {
    align-items: center;
}


.detail-prices-block .counter_wrapp {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 8px;
    margin: 20px 0 0;
}
.wrong_price:before{
	content: "\0422\043E\0432\0430\0440\0020\043E\0442\0441\0443\0442\0441\0442\0432\0443\0435\0442\0020\0432\0020\043F\0440\043E\0434\0430\0436\0435";
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: var(--theme-base-gray);
    white-space: normal;
    display: flex;
    margin: 0 0 20px;
}





.detail-prices-block .counter_wrapp .button_block {
    /* flex: 1 0 auto; */
    width: 100% !important;
}
.detail-prices-block .counter_wrapp .button_block .in-cart,
.detail-prices-block .counter_wrapp .button_block .to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20.49px;
}

.detail-prop-container .mobile_hide_block,
.detail-prices-block .detail-one-click .btn {
    color: var(--theme-base-gray);
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    border: 1px solid #EAE6E2;
    background-color: unset !important;
    width: 100%;
    transition: all .2s;
}
.detail-prices-block .detail-one-click {
    margin: 7px 0 0;
}
.detail-prop-container .mobile_hide_block:hover,
.detail-prices-block .detail-one-click .btn:hover {
    color: var(--theme-base-blue-deep);
    border-color: var(--theme-base-blue-deep);
}
.detail-prop-container .mobile_hide_block {
    display: none;
    margin: 20px 0 0;
}


.detail-form-price-red {
    display: inline-block;
    margin: 0px 0 14px;

    font-size: 12px;
    font-weight: 400;
    color: var(--theme-base-blue);

    border-bottom: 1px solid var(--theme-base-blue);
}
.detail-form-price-red:hover {
    color: var(--theme-base-blue-deep);
    border-color: var(--theme-base-blue-deep);
}



.detail-stock-stores {
    margin: 18px 0 0;
    font-size: 13px;
    font-weight: 500;
}
.item-stock-line {
    display: flex;
    justify-content: space-between;
    line-height: 22px;
    white-space: nowrap;
}
.item-stock-line .tooltip {
    white-space: normal;
}
.detail-stock-stores .in-stock {
    display: flex;
    align-items: center;
}
.detail-stock-stores a {
    text-decoration-line: underline;
    text-decoration-color: #6aa1ff82;
}
.detail-stock-stores i {
    font-style: normal;
    font-weight: 700;
}
.detail-stock-stores .value {
    color: var(--theme-base-green);
}
.tooltip-stock {
    width: 16px;
    height: 16px;
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
	background-color: var(--theme-base-gray);
    margin-left: 2px;
}

.tooltip-region-only {
    display: none;
}
body[data-region="316266"] .tooltip-region-only {
    display: none !important;
}
body[data-region-idib]:not([data-region-idib="4704"]) .tooltip-region-only,
body[data-region-idib]:not([data-region-idib="4532"]) .tooltip-region-only {
    display: block;
    width: 18px;
    height: 18px;
}
.tooltip-region-only ~ .tooltip .tooltip-inner {
    max-width: 220px;
    white-space: normal;
    text-align: left;
}
.tooltip-warn {
    background-color: var(--theme-base-orange);
}


.detail-bottom-item {
    display: flex;
    align-items: start;
    gap: 14px;
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #EAE6E2;
    
    font-weight: 500;
}
.detail-bottom-item:last-of-type:not(.desc-pros-block) {
    border: 0;
}
.detail-bottom-item:hover .detail-bottom-title {
    color: var(--theme-base-blue-deep);
}
.detail-bottom-item:hover .detail-bottom-icon {
    background-color: var(--theme-base-blue-deep);
}
.detail-bottom-icon {
    width: 24px;
    height: 24px;
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
	background-color: var(--theme-base-black);
}
.detail-bottom-title {
    font-size: 15px;
}
.detail-bottom-desc {
    color: var(--theme-base-gray);
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 4px 0 0;
}
.detail-hint {
    position: relative;
}
.detail-tooltip {
    display: none;
    width: 250px;
    position: absolute;
    right: -20px;
    
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 14px 0px #3131311F;
    background: #ffffff;
    font-size: 12px;
    color: var(--theme-base-black);
    z-index: 5;
}
.detail-tooltip.active {
    display: block;
}
.hint-del-bold {
    display: block;
    font-weight: 900;
    margin: 0 0 5px;
}
.detail-bottom-desc .tooltip-stock {
    margin: 0;
    cursor: pointer;
}

.tooltip.top {
    white-space: normal;
}




.showcalc {
    cursor: pointer;
}
.watt-calc-right {
    background-color: #f7f7f7;
}
.watt-calc-form.watt-opened {
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0px 2px 14px 0px #3131311F;
    /* border: 0; */
    border-radius: 8px;
}
.watt-calc-form.watt-opened::before {
    display: none;
}





.desc-pros-block {
	padding: 14px;
    border: 1px solid #EAE6E2;
	border-radius: 8px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.desc-pros-block > div {
    position: relative;
}
.desc-pros-block > div:before {
	content: "";
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 39px;
    height: 39px;
    display: block;
    opacity: 0.4;
    margin: 0 auto;
}
.desc-pros-block .desc-pros-unit1:before {
	background-image: url('/bitrix/templates/aspro_next/css/../images/bestprice.png');	
}
.desc-pros-block .desc-pros-unit2:before {
	background-image: url('/bitrix/templates/aspro_next/css/../images/rostest.png');	
}
.desc-pros-block .desc-pros-unit3:before {
	background-image: url('/bitrix/templates/aspro_next/css/../images/secure.png');	
}
.desc-pros-block p {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.39px;
    text-align: center;
    margin: 8px 0 0;
}
.desc-pros-block .desc-pros-unit1 p:before {
	content: "\0413\0430\0440\0430\043D\0442\0438\044F\0020\043B\0443\0447\0448\0435\0439\0020\0446\0435\043D\044B";
}
.desc-pros-block .desc-pros-unit2 p:before {
	content: "\0413\0430\0440\0430\043D\0442\0438\044F\0020\043A\0430\0447\0435\0441\0442\0432\0430";
}
.desc-pros-block .desc-pros-unit3 p:before {
	content: "\041D\0430\0434\0435\0436\043D\0430\044F\0020\043F\043E\043A\0443\043F\043A\0430";
}





/* tabs */
#js-to-tabs {
    max-width: 900px;
}
#js-to-tabs #detail-info-copy {
    display: none;
    padding: 60px 0 0;
}

.detail-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 4px;
}


.detail-tabs .detail-tabs-item {

}
.detail-tabs .detail-tabs-item a {
    display: block;
    color: var(--theme-base-black);
    font-family: Cygre;
    font-size: 18px;
    font-weight: 600;
    line-height: 29.7px;
    text-align: center;
    border-bottom: 2px solid #EAE6E2;
    padding: 0px 16px 12px 16px;
    transition: border 0.3s;
    white-space: nowrap;
}
.detail-tabs .detail-tabs-item a:hover {
    opacity: 0.85;
    border-bottom-color: #f970526b;
}
.detail-tabs .detail-tabs-item.active a {
    border-bottom: 2px solid var(--theme-base-red);
}
.detail-tabs .detail-tabs-item a .count {
    padding-left: 10px;
    color: var(--theme-base-gray);
    font-size: 14px;
    font-weight: 500;
}

#js-to-tabs .tabs .tab-content {
    padding: 30px 0px 0px;
}
#js-to-tabs .tab-content .char_block h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    margin: 0 0 20px;
    text-align: left;
}



.detail-prop-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.detail-prop-container .detail-props-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 500;
}
.detail-props-list .detail-prop {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.detail-prop .char_name {
    color: var(--theme-base-gray);
    position: relative;
}
.detail-prop .char_dots {
    flex: 1 1 auto;
    border-bottom: 2px dotted #E3E0DE;
    margin: 0 18px 0 6px;
}
.detail-prop .char_value {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.detail-prop .char_value a {
    display: inline-flex;
    color: var(--theme-base-blue);
    text-decoration: underline;
    text-decoration-color: #6AA1FF80;
    margin-right: 8px;
}
.detail-prop .char_value a:last-of-type {
    margin: 0;
}
.detail-prop .char_value a:hover {
    text-decoration: none;
}

.detail_extra_info {
    display: flex;
    margin: 20px 0 0;
}
.detail-region-description {
    line-height: 24px;
}







/* featured-lamps */
.featured-lamps-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.featured-lamps-title {
    color: var(--theme-base-black);
    font-size: 16px;
    font-weight: 600;
}
.featured-lamps-right a {
    color: var(--theme-base-gray);
    font-size: 15px;
    font-weight: 500;
}



/* ask block */
.catalog-detail-lmp > #ask_block_content {
    display: none;
}



.catalog-detail-lmp ~ .sotbit-seometa-tags-block {
    margin: 0 0 40px;
}
.catalog-detail-lmp ~ .sotbit-seometa-tags-block .sotbit-seometa-tags-title {
	color: var(--theme-base-black);
	font-family: Cygre;
	font-size: 32px;
	font-weight: 600;
	line-height: 59.4px;

    margin: 60px 0 20px;
}





.product-buyers-info {
    margin: 0;
    color: var(--theme-base-green);
    font-size: 12px;
    background: #e6fff9;
    padding: 2px 8px;
    border-radius: 6px;
}
.product-buyers-info.decl-few:after {
    content: '  \043A\0443\043F\0438\043B\0438  \0437\0430  7  \0434\043D\0435\0439';
}
.product-buyers-info.decl-many:after {
    content: '  \043A\0443\043F\0438\043B\0438  \0437\0430  7  \0434\043D\0435\0439';
}
.product-buyers-info.decl-singular:after {
    content: '  \043A\0443\043F\0438\043B  \0437\0430  7  \0434\043D\0435\0439';
}






/* detail-list-frames  */
.detail-list-frames {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 3vh;
}
.detail-list-frames .item-frame {
	display: grid;
	grid-template-columns: 55px 2fr 1fr 1.2fr;
	grid-gap: 15px;
	align-items: center;
	justify-content: space-between;
	
	padding: 14px;
	box-shadow: 0px 2px 7px 0px #30303014;
	background: #ffffff;
	border-radius: 8px;
}

.detail-list-frames .image_block {
	position: relative;
}
.detail-list-frames .image_block .fast_view_block {
	left: 5px;
    top: 3px;
	opacity: 0;
}
.detail-list-frames .item-frame:hover .fast_view_block {
    background-color: var(--theme-base-red);
	opacity: 0.85;
}
.detail-list-frames .item-frame .fast_view_block:hover {
    opacity: 1;
}

.detail-list-frames .item-frame-image a {
    display: flex;
	justify-content: center;
    width: 50px;
    height: 50px;
}
.detail-list-frames .item-frame-image a img {
	aspect-ratio: 1/1;
	object-fit: contain;
}

.detail-list-frames .name-cell a {
	color: var(--theme-base-black);
	font-size: 15px;
	font-weight: 400;
	line-height: 20.49px;
	text-align: left;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2lh;
}

.prices-cell .product-item-price-current {
	font-size: 20px;
	line-height: 33px;
}
.prices-cell .product-item-stock {
	white-space: nowrap;
}
.btn-cell .counter_wrapp {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 8px;
}




/* fast view */
.fast_view_frame.popup {
    max-width: 950px !important;
    width: 100% !important;
}
.fast_view_frame.popup:not(.show) {
    display: none !important;
}

.catalog-detail-lmp.fastview-lmp {
    margin: 0;
    height: 100%;
}
.detail-box.detail-fastview {
    grid-template-columns: 2fr 1.4fr;
    grid-template-rows: auto 1fr;
    grid-gap: 30px;
    row-gap: 0;
    margin: 0;
    height: 100%;
}
.detail-fastview .detail-buy-block {
}
.detail-fastview .detail-one-click {
    display: none;
}
.detail-fastview .detail-image-block {
    grid-row: span 3 / span 3;
}
.detail-fastview .detail-info-block h1 {
    font-size: 24px;
    line-height: 31.2px;
}
.detail-fastview .counter_block.big_basket input[type="text"] {
    width: 60px;
}
/* fast view */
.detail-fast-block {
    align-self: end;
}
.detail-fast-block .btn {
    width: 100%;
}




.svg-icon-cheaper {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 19H6C4.34315 19 3 17.6569 3 16V8C3 6.34315 4.34315 5 6 5H18C19.6569 5 21 6.34315 21 8V16C21 17.6569 19.6569 19 18 19H12' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 21L12 19L14 17' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='2.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 19H6C4.34315 19 3 17.6569 3 16V8C3 6.34315 4.34315 5 6 5H18C19.6569 5 21 6.34315 21 8V16C21 17.6569 19.6569 19 18 19H12' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 21L12 19L14 17' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='2.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.svg-icon-calc-light {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 15.1899H9' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.541 14.8959C6.765 13.6409 5.7 11.4499 6.075 9.03795C6.481 6.43095 8.654 4.34995 11.275 4.04295C14.913 3.61595 18 6.44795 18 9.99995C18 12.0249 16.994 13.8119 15.457 14.8979C15.181 15.0929 15 15.3949 15 15.7329V18.4999C15 19.8809 13.881 20.9999 12.5 20.9999H11.5C10.119 20.9999 9 19.8809 9 18.4999V15.7369C9 15.3959 8.818 15.0919 8.541 14.8959Z' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 5.00006L21.19 3.81006' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 15L2.81 16.19' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.00006L3.81 2.81006' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 15L21.19 16.19' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 10H22.69' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.31 10H3' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 18H14.87' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 15.1899H9' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.541 14.8959C6.765 13.6409 5.7 11.4499 6.075 9.03795C6.481 6.43095 8.654 4.34995 11.275 4.04295C14.913 3.61595 18 6.44795 18 9.99995C18 12.0249 16.994 13.8119 15.457 14.8979C15.181 15.0929 15 15.3949 15 15.7329V18.4999C15 19.8809 13.881 20.9999 12.5 20.9999H11.5C10.119 20.9999 9 19.8809 9 18.4999V15.7369C9 15.3959 8.818 15.0919 8.541 14.8959Z' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 5.00006L21.19 3.81006' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 15L2.81 16.19' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.00006L3.81 2.81006' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 15L21.19 16.19' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 10H22.69' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.31 10H3' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 18H14.87' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.svg-icon-calc-power {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='3' width='16' height='18' rx='3' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='7' y='6' width='10' height='5' rx='1' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 14V17' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3334 13.9999L13.3384 14.0049L13.3334 14.0099L13.3284 14.0049L13.3334 13.9999' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6667 13.9999L10.6717 14.0049L10.6667 14.0099L10.6617 14.0049L10.6667 13.9999' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 13.9999L8.005 14.0049L8 14.0099L7.995 14.0049L8 13.9999' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3334 16.995L13.3384 17L13.3334 17.005L13.3284 17L13.3334 16.995' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6667 16.995L10.6717 17L10.6667 17.005L10.6617 17L10.6667 16.995' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 16.995L8.005 17L8 17.005L7.995 17L8 16.995' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='3' width='16' height='18' rx='3' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='7' y='6' width='10' height='5' rx='1' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 14V17' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3334 13.9999L13.3384 14.0049L13.3334 14.0099L13.3284 14.0049L13.3334 13.9999' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6667 13.9999L10.6717 14.0049L10.6667 14.0099L10.6617 14.0049L10.6667 13.9999' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 13.9999L8.005 14.0049L8 14.0099L7.995 14.0049L8 13.9999' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3334 16.995L13.3384 17L13.3334 17.005L13.3284 17L13.3334 16.995' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6667 16.995L10.6717 17L10.6667 17.005L10.6617 17L10.6667 16.995' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 16.995L8.005 17L8 17.005L7.995 17L8 16.995' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.svg-icon-delivery {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20L4.156 20.578C4.71109 20.8555 5.32318 21 5.94378 21H12.5C13.3284 21 14 20.3284 14 19.5V19.5C14 18.6716 13.3284 18 12.5 18H8.5' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 13H5.91335C6.34609 13 6.76716 13.1404 7.11335 13.4L9.35062 15.078C9.7271 15.3603 9.96252 15.7921 9.99588 16.2616C10.0292 16.731 9.85726 17.1918 9.5245 17.5245V17.5245C8.95325 18.0958 8.04889 18.16 7.4026 17.6753L6 16.6233' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 19H17.75C18.3467 19 18.919 18.7629 19.341 18.341C19.7629 17.919 20 17.3467 20 16.75V6.25C20 5.65326 19.7629 5.08097 19.341 4.65901C18.919 4.23705 18.3467 4 17.75 4H6.25C5.00736 4 4 5.00736 4 6.25V10' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 4V8.5C14.5 8.77614 14.2761 9 14 9H10C9.72386 9 9.5 8.77614 9.5 8.5V4' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20L4.156 20.578C4.71109 20.8555 5.32318 21 5.94378 21H12.5C13.3284 21 14 20.3284 14 19.5V19.5C14 18.6716 13.3284 18 12.5 18H8.5' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 13H5.91335C6.34609 13 6.76716 13.1404 7.11335 13.4L9.35062 15.078C9.7271 15.3603 9.96252 15.7921 9.99588 16.2616C10.0292 16.731 9.85726 17.1918 9.5245 17.5245V17.5245C8.95325 18.0958 8.04889 18.16 7.4026 17.6753L6 16.6233' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 19H17.75C18.3467 19 18.919 18.7629 19.341 18.341C19.7629 17.919 20 17.3467 20 16.75V6.25C20 5.65326 19.7629 5.08097 19.341 4.65901C18.919 4.23705 18.3467 4 17.75 4H6.25C5.00736 4 4 5.00736 4 6.25V10' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5 4V8.5C14.5 8.77614 14.2761 9 14 9H10C9.72386 9 9.5 8.77614 9.5 8.5V4' stroke='%23313131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}




.thumbnail-carousel .splide__slide,
.detail-carousel .splide__slide {
    max-width: 100%;
}
.detail-carousel .splide__arrow {
    /* background: none; */
    box-shadow: unset !important;
}

@media (max-width: 1180px) {
    .detail-tabs {
        overflow: hidden;
        white-space: nowrap;
        overflow-x: scroll;
    }

}
@media (max-width: 767px) {
    .catalog-detail-lmp {
        margin: 0px 0 30px;
    }
    .detail-box {
        gap: 16px;
        grid-template-columns: 1fr;
        margin: 0px 0 40px;
    }
    .detail-info-block h1 {
        font-size: 24px;
        line-height: 31.2px;
    }
    .detail-buy-block #detail-bottom-cut,
    .product-read-more,
    .detail-middle-text {
        display: none;
    }
    #js-to-tabs #detail-info-copy {
        display: block;
    }

    .thumbnail-carousel {
        margin: 10px 0 0;
    }

    .detail-prices-block {
        margin: 0;
    }
    .detail-prices-block .counter_wrapp .counter_block input[type="text"] {
        width: 60px;
    }


    .detail-tabs .detail-tabs-item a {
        font-size: 16px;
        line-height: 26.4px;
    }
    .detail-prop-container {
        grid-template-columns: 1fr;
    }
    .detail-prop-container:not(.show_props) .char_block.sec_block {
        display: none;
    }
    .detail-prop-container:not(.show_props) .mobile_hide_block {
        display: block;
    }
    .desc-pros-block {
        padding: 10px;
        grid-gap: 12px;
    }

    #ask_block {
        padding: 20px 0 0;
    }
    .detail-hint {
        position: static;
    }
    .detail-tooltip {
        left: 10px;
        right: 10px;
        width: auto;
    }




    .catalog-detail-lmp ~ .main-slider .top-title-box {
        margin: 40px 0 20px;
    }

    .catalog-detail-lmp ~ .sotbit-seometa-tags-block {
        margin: 0 0 20px;
    }
    .catalog-detail-lmp ~ .sotbit-seometa-tags-block .sotbit-seometa-tags-title {
        display: block;
        margin: 30px 0 20px;
        font-size: 24px !important;
        line-height: normal;
    }




    .detail-list-frames {
        overflow: hidden;
        overflow-x: scroll;
        flex-direction: row;
        padding: 5px 5px 10px;
    }
    .detail-list-frames .item-frame {
        min-width: 60%;
        padding: 10px;
        grid-template-columns: 1fr;
    }

    .detail-list-frames .item-frame-image a {
        height: 150px;
        width: auto;
    }
    .detail-list-frames .name-cell a {
        font-size: 13px;
        line-height: normal;
    }
    .btn-cell .counter_wrapp {
        zoom: 0.8;
    }
    .btn-cell .counter_block.big_basket input[type="text"] {
        width: 30px;
    }


    /* fast_view */
    .mobile .fast_view_frame.popup.jqmWindow {
        display: block !important;
    }
    .mobile .fast_view_frame.popup {
        margin: 0 auto !important;
        padding: 16px !important;
        width: 98% !important;

        overflow-y: scroll !important;
        top: 64px !important;
        left: 0;
        right: 0;
    }
    .mobile .fast_view_frame.popup .form {
        height: 80vh;
    }
    .mobile .fast_view_frame.popup .close {
        background: #ffffff;
        position: fixed;
        top: 12px;
        width: 40px;
        height: 40px;
    }
    .mobile .detail-box.detail-fastview {
        grid-template-columns: auto;
        grid-template-rows: auto;
        height: auto;
    }
    .mobile .fast_view_frame.popup .detail-article-block {
        margin: 12px 0;
    }
    .mobile .fast_view_frame.popup .detail-brand-block {
        margin: 20px 0;
    }
    .mobile .fast_view_frame.popup .detail-fast-block {
        margin: 0 0 24px;
    }
    .mobile .fast_view_frame.popup .counter_wrapp {
        display: none !important;
    }
    .mobile .fast_view_frame.popup .splide__arrow--prev {
        left: 0;
    }
    .mobile .fast_view_frame.popup .splide__arrow--next {
        right: 0;
    }
}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/form.result.new/inline/style.min.css?1776083730347*/
.form.inline .inline-wide-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px}.form.inline input[type="submit"]{width:auto!important}.form.inline button[type="reset"]{display:none}@media (max-width:767px){.form.inline .inline-wide-bottom{grid-template-columns:1fr;grid-gap:0}.form.inline input[type="submit"]{width:100%!important}}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.item/item_lmp/style.min.css?17760837307523*/
.product-item-model-hidden{display:block;font-size:13px;color:var(--theme-base-gray);margin:10px 0 0}.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;width:100%;padding:14px;background:#fff;border-radius:8px;font-family:Manrope;line-height:normal}.bx-no-touch .product-item-container.hover .product-item{box-shadow:0 2px 7px 0 #31313114}.product-item-image-wrapper{position:relative;display:block;width:100%;aspect-ratio:1 / 1;transition:all 300ms ease;border-radius:8px;overflow:hidden}.product-item-image-wrapper::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#00000030;opacity:0;transition:opacity .2s}.product-item-image-wrapper:hover::after{opacity:1}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center!important;background-size:contain!important;background-repeat:no-repeat!important;transition:opacity 300ms linear!important}.product-item-fast-view{background:#FFF;border-radius:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;padding:8px 13px;visibility:hidden;opacity:0;color:var(--theme-base-black);font-weight:500;transition:all .2s;white-space:nowrap}.product-item-image-wrapper:hover .product-item-fast-view{visibility:visible;opacity:1}.product-item-image-wrapper:hover .product-item-fast-view:hover{opacity:.8}.product-item-top{display:flex;justify-content:space-between;align-items:center;color:var(--theme-base-gray);font-size:13px;font-weight:500;margin:15px 0 10px}.product-item-brandname{color:var(--theme-base-gray);text-align:left;font-weight:400;text-decoration-line:underline;text-decoration-style:solid;text-underline-position:from-font;text-decoration-color:#3131313d}.product-item-rating{display:flex;align-items:center}.product-item-rating-star{width:16px;height:16px;margin-right:5px}.product-item-rating.rating-colored .product-item-rating-star{background-color:var(--theme-base-yellow)}.product-item-rating.rating-colored .product-item-rating-value{color:var(--theme-base-black)}.product-item-title a{color:var(--theme-base-black);font-family:Manrope;font-size:15px;font-weight:400;line-height:20.49px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2lh}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;max-width:150px;margin:0 auto 15px}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3!important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;background-size:10px}.product-item-amount-field-btn-minus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field-block{-webkit-box-flex:1;-ms-flex:1;flex:1}.product-item-amount-field{display:block;padding:0;width:100%;height:22px;border:1px solid #fff0;border-radius:2px;background:transparent!important;color:#000;vertical-align:middle;text-align:center;font-weight:700;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none!important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{position:absolute;top:100%;left:0;right:0;color:#a5a5a5;white-space:nowrap;font-size:12px}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:700;font-size:12px}.product-item-button-container{display:flex;align-items:center;justify-content:space-between;width:100%;margin:15px 0 0}.product-item-button-container .btn{border:0;border-radius:8px;background:var(--theme-base-blue);padding:12px 20px;color:#FFFFFF!important;line-height:normal;font-size:15px}.product-item-button-container .btn:hover{opacity:.7}.product-item-button-container .btn.in-cart{background:var(--theme-base-red)}.product-item-btn-box{display:flex;align-items:center;justify-content:space-between}.product-item-button-container .compare_item,.product-item-button-container .wish_item{display:block;padding:22px}.product-item.product-lamps .product-item-btn-box{display:none}.product-item.product-lamps .product-lamps-set{margin:8px 0 0;color:var(--theme-base-gray);font-size:13px;font-weight:500}@media (max-width:960px){.product-item-title a{font-size:13px;line-height:17px}.product-item-brandname{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px}.product-item-info-container{align-items:center;gap:5px}.product-item-price-percent{font-size:10px}.product-item-price-current{font-size:18px}.product-item-price-old{font-size:13px}}@media (max-width:767px){.product-item{padding:0}.product-item-top{font-size:12px}.product-item-button-container{margin:8px 0 0}.product-item-button-container .btn{border-radius:4px;font-size:12px;padding:8px 10px}.product-item-btn-box{gap:5px}.product-item-button-container .compare_item,.product-item-button-container .wish_item{padding:12px}.product-item-image-wrapper::after,.product-item-fast-view{display:none}.product-item.product-lamps .product-item-button-container{align-items:stretch}.product-item.product-lamps .product-lamps-set{font-size:12px}.product-item.product-lamps .counter_wrapp .counter_block.counter_new{padding:0 8px}.product-item.product-lamps .counter_wrapp .counter_block.counter_new input{font-size:13px;width:23px}.product-item-model-hidden{display:none;font-size:12px}}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.element/main_custom_lmp/style.css?177673685933394 */
/* /bitrix/templates/aspro_next/components/bitrix/form.result.new/inline/style.min.css?1776083730347 */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.item/item_lmp/style.min.css?17760837307523 */
