

/* Start:/local/templates/luxalto/components/bitrix/news/stock/style.css?17025521011434*/
.promotions {
    margin-bottom: 200px;
}

@media screen and (max-width: 992px) {
    .promotions {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 575px) {
    .promotions {
        margin-bottom: 50px;
    }
}

.type_promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 50px;
    background: #F2F2F2;
    padding: 3px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: absolute;
    top: 11px;
    right: var(--section-side-gap);
}

.type_promotion label input {
    display: none;
}

.type_promotion label input:checked + span {
    display: block;
    background-color: #fff;
    color: #1A2930;
}

.type_promotion label span {
    color: #AFAFAF;
    min-width: 38px;
    padding: 8px 10px;
    font-size: 10px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.back-lo-list {
    margin-top: 10px;
    margin-bottom: 40px;
}
/* End */


/* Start:/local/templates/luxalto/components/bitrix/news.detail/stock/style.css?17328068674923*/
.bx-newsdetail {
}

.bx-newsdetail-block {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
        clear: both;
    }
}

/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.bx-newsdetail-slider img,
.bx-newsdetail-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.bx-newsdetail-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: url("/local/templates/luxalto/components/bitrix/news.detail/stock/images/bx-video.png") no-repeat center;
}

.bx-newsdetail-video:hover {
    opacity: 1;
}

/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.bx-newsdetail-slider-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.bx-newsdetail-slider-slide {
    float: left;
    z-index: 100;
}

.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    cursor: pointer;
}

.bx-newsdetail-slider-arrow-container-left {
    left: 0;
}

.bx-newsdetail-slider-arrow-container-right {
    right: 0;
}

.bx-newsdetail-slider-arrow {
    position: absolute;
    line-height: 34px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    font-size: 48px;
    height: 48px;
    width: 20px;
    top: 50%;
    margin-top: -24px;
    z-index: 110;
    opacity: .5;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
    color: #FFF;
    display: block;
    opacity: 1;
}

.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
    left: 20px;
}

.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
    right: 20px;
}

.bx-newsdetail-slider-control {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 110;
    text-align: center;
    word-spacing: -4px;
}

.bx-newsdetail-slider-control li {
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    width: 10px;
    height: 10px;
    word-spacing: -4px;
    margin: 0 3px;
    opacity: .5;
}

.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
    background: #FFF;
    opacity: 1;
}

.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
    margin-bottom: 20px;
}
.bx-newsdetail-title{
    font-size: 38px;
}
.bx-newsdetail-title a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.bx-lg .bx-newsdetail-title {
    font-size: 24pt;
}

.bx-md .bx-newsdetail-title {
    font-size: 20pt;
}

.bx-xs .bx-newsdetail-title {
    font-size: 18pt;
}

.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
    color: #767676;
    padding-bottom: 6px;
}

.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date {
    display: inline-block;
}

.bx-newsdetail-separator {
    margin: 0 10px;
}

.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
    width: 16px;
    color: #d3d3d3;
}

.bx-newsdetail-tags {
    color: #a4a4a4;
    font-size: 13px;
    padding-bottom: 5px;
}

.bx-newsdetail-content {
    margin-bottom: 16px;
}

.related_tabs{
    margin-top:100px;
}
.related_tabs h2{
    margin-bottom:40px;
}
.tabs_btns{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:50px;
}
.tabs_btns a{
    padding:13px;
    display:flex;
    align-items:center;
    justify-content: center;
    background-color: #F2F2F2;
    gap:1em;
    border-radius :5px;
    font-weight:400;
}
.tabs_btns a span{
    color:#C1C1C1;
}
.tabs_btns a.tab_active, .tabs_btns a:hover{
    outline: 1px solid #FFCE22;
    font-weight:600;
}
.tabs_btns a.tab_active span, .tabs_btns a:hover span{
    color:#FFCE22;
}
.tab_content:not(.active){
    display:none;
}
/* End */


/* Start:/local/templates/luxalto/components/bitrix/system.pagenavigation/.default/style.css?17005589591563*/
div.pagination {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 30px;
}

div.pagination .pagination-prev,
div.pagination .pagination-next {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    background-color: #F1F1F1;
}

div.pagination .pagination-prev:hover,
div.pagination .pagination-next:hover {
    background-color: #D9D9D9;
}

div.pagination .pagination-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.pagination .pagination-sep {
    pointer-events: none;
}

div.pagination .pagination-link {
    cursor: pointer;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1em;
    padding: 12px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
}

div.pagination .pagination-link.active{
    color: #FFCE22;
    pointer-events: none;
}

div.pagination a.pagination-link:hover {
    background-color: #F1F1F1;
}
/* End */


/* Start:/local/templates/luxalto/components/bitrix/catalog.section/related_list/style.css?17328068671972*/
.catalog-section .main-ui-loader-custom {
	position: absolute;
	top: unset;
	left: 50%;
	bottom: 5px;
	transform: translate3d(-50%, 0, 0);
	z-index: 100;
}

@media (max-width: 991px) {
	.catalog-section .main-ui-loader-custom {
		position: absolute;
		top: unset;
		left: 50%;
		bottom: 5px;
		transform: translate3d(-50%, 0, 0);
		z-index: 100;
	}
}


.loading .products {
	position: relative;
}

.loading .products::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;display:block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%235e6074' stroke-width='12' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 100px;
	background-size: 40px;
	z-index: 1;
}

.loading .products > div {
	opacity: 0.6;
	filter: blur(3px);
}

.products-not-found {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.products div.navigation {
	margin-top: 50px;
	margin-bottom: 50px;
	display: grid;
	justify-items: center;
	grid-gap: 30px;
}

section.category div.products div.list {
    display: grid;
    grid-gap: 30px;
    -ms-flex-line-pack: start;
    align-content: start;
}
section.category div.products div.list.grid_view {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 960px) {
	section.category div.products div.list.grid_view {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 640px) {
	section.category div.products div.list.grid_view {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* End */


/* Start:/local/templates/luxalto/components/bitrix/catalog.item/main/style.css?170255210127826*/
div.product {
    position: relative;
    display: grid;
    -ms-flex-line-pack: start;
    align-content: start;
    background-color: white;
    min-width: 100%;
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div.product a.gallery {
    grid-area: A;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
    margin-top: 30px;
}

div.product a.gallery div.swiper {
    height: 100%;
}

div.product a.gallery div.swiper-slide {
    padding: 30px;
    min-width: 100%;
    opacity: 1;
}

div.product a.gallery div.swiper-slide img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: none;
}

div.product a.gallery div.swiper-pagination {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

div.product a.gallery div.navigation-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    z-index: 2;
}

div.product div.price {
    grid-area: B;
    display: grid;
    grid-gap: 5px;
}

div.product div.price div.old {
    display: grid;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.product div.price div.old span {
    font-size: 18px;
    text-decoration: line-through;
    color: #6B6B6B;
}

div.product div.price div.old div.percentage {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    background-color: #FFCE22;
    padding: 3px 7px;
    border-radius: 1000px;
}

div.product div.price span.current {
    font-size: 28px;
    font-weight: 700;
}

div.product div.reviews {
    grid-area: C;
    display: grid;
    justify-items: end;
    grid-gap: 5px;
    text-align: right;
}

div.product div.reviews div.rating {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    grid-gap: 3px;
}

div.product div.reviews div.rating span {
    font-size: 16px;
}

div.product div.reviews a.count {
    color: #9B9B9B;
    font-size: 14px;
    text-decoration: underline;
}

div.product div.reviews a.count:hover {
    text-decoration: none;
}

div.product a.title {
    grid-area: D;
    display: grid;
    grid-gap: 10px;
    color: #1A2930;
}

div.product a.title strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

div.product a.title span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
}

div.product ul.specs {
    grid-area: S;
    display: grid;
    grid-gap: 10px;
    font-size: 14px;
}

div.product ul.specs li {
    display: grid;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

div.product ul.specs span {
    color: #929292;
}

div.product ul.specs strong {
    font-weight: 400;
}

div.product div.tags {
    grid-area: T;
    display: grid;
    grid-gap: 10px;
}

div.product div.tags div.accordion_caption {
    cursor: pointer;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    background-color: #F1F1F1;
    height: 14px;
    width: 14px;
    border-radius: 7px;
}

div.product div.tags div.accordion_caption:hover {
    background-color: #D9D9D9;
}

div.product div.tags div.accordion_caption:hover svg path {
    stroke: white;
}

div.product div.tags div.accordion_content {
    display: grid;
    grid-gap: 10px;
}

div.product div.tags div.tag_main {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    grid-gap: 10px;
}

div.product div.tags div.tag {
    display: block;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: white;
}

div.product div.tags div.tag[data-tag="LABEL_INSTALLMENT"] {
    background: rgba(255, 153, 34, 0.6);
}

div.product div.tags div.tag[data-tag="LABEL_NEW"] {
    background: rgba(24, 170, 0, 0.6);
}

div.product div.tags div.tag[data-tag="LABEL_SALE"] {
    background: rgba(198, 21, 21, 0.6);
}

div.product div.tags div.tag[data-tag="LABEL_DISCOUNT"] {
    background: rgba(129, 88, 157, 0.6);
}

div.product div.tags.opened div.accordion_caption {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.product div.order {
    grid-area: E;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-gap: 20px;
}

div.product div.order a.click {
    font-size: 18px;
}

div.product div.order a.click span:first-child {
    text-decoration: underline;
}

div.product div.order a.click:hover span {
    text-decoration: none;
}

div.product div.order button,
div.product div.order a.button {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    padding: unset;
}

div.product div.order button span,
div.product div.order a.button span {
    display: none;
}

div.product div.order button div.cart_tick_icon,
div.product div.order a.button div.cart_tick_icon {
    display: none;
}

div.product div.order button svg path,
div.product div.order a.button svg path {
    fill: #1A2930;
}

div.product div.order a.button {
    display: none;
}

div.product.incart div.order button {
    display: none;
}

div.product.incart div.order a.button {
    display: grid;
    pointer-events: none;
    background-color: rgba(242, 242, 242, 0.9490196078);
}

div.product.incart div.order a.button div.cart_tick_icon {
    display: block;
}

div.product.incart div.order a.button div.cart_icon {
    display: none;
}


div.product div.controls {
    grid-area: F;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
}

div.product div.controls a,
div.product div.controls button {
    cursor: pointer;
    line-height: 0;
    background: transparent;
    color: inherit;
    display: block;
    padding: 0;
}

div.product div.controls a:hover svg path,
div.product div.controls a.active svg path,
div.product div.controls button:hover svg path,
div.product div.controls button.active svg path {
    stroke: #1A2930;
}

div.product div.controls svg path,
div.product div.controls svg path {
    stroke: #AFAFAF;
}

div.product.grid_view {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "A A" "B C" "D D" "E E";
    grid-gap: 20px;
    align-content: space-between;
}

div.product.grid_view div.tags {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}

div.product.grid_view div.controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

div.product.grid_view ul.specs {
    display: none;
}

div.product.grid_view:hover {
    -webkit-box-shadow: -2px 2px 2px 0px rgba(26, 41, 48, 0.0705882353), -4px 8px 4px 0px rgba(26, 41, 48, 0.0509803922), -8px 18px 10px 0px rgba(26, 41, 48, 0.0392156863), -16px 34px 20px 0px rgba(26, 41, 48, 0.031372549), -24px 60px 40px 0px rgba(26, 41, 48, 0.0196078431);
    box-shadow: -2px 2px 2px 0px rgba(26, 41, 48, 0.0705882353), -4px 8px 4px 0px rgba(26, 41, 48, 0.0509803922), -8px 18px 10px 0px rgba(26, 41, 48, 0.0392156863), -16px 34px 20px 0px rgba(26, 41, 48, 0.031372549), -24px 60px 40px 0px rgba(26, 41, 48, 0.0196078431);
}

div.product.small_view {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-areas: "A" "D" "B";
    grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
    grid-template-rows: max-content 1fr max-content;
    grid-gap: 20px;
    -webkit-box-shadow: -2px 2px 2px 0px rgba(26, 41, 48, 0.0705882353), -4px 8px 4px 0px rgba(26, 41, 48, 0.0509803922), -8px 18px 10px 0px rgba(26, 41, 48, 0.0392156863), -16px 34px 20px 0px rgba(26, 41, 48, 0.031372549), -24px 60px 40px 0px rgba(26, 41, 48, 0.0196078431);
    box-shadow: -2px 2px 2px 0px rgba(26, 41, 48, 0.0705882353), -4px 8px 4px 0px rgba(26, 41, 48, 0.0509803922), -8px 18px 10px 0px rgba(26, 41, 48, 0.0392156863), -16px 34px 20px 0px rgba(26, 41, 48, 0.031372549), -24px 60px 40px 0px rgba(26, 41, 48, 0.0196078431);
    border: 1px solid transparent;
}

div.product.small_view a.gallery div.swiper-pagination {
    display: none;
}

div.product.small_view a.gallery div.navigation-thumbs {
    display: none;
}

div.product.small_view a.title {
    text-align: center;
}

div.product.small_view a.title span {
    display: none;
}

div.product.small_view div.price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

div.product.small_view div.price div.old {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 18px;
    color: #666666;
    grid-template-columns: 1fr;
    justify-items: center;
}

div.product.small_view div.price div.old div.percentage {
    display: none;
}

div.product.small_view div.price span.current {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 18px;
    font-weight: 700;
    font-family: "Venryn Sans", sans-serif;
}

div.product.small_view div.order {
    position: absolute;
    width: calc(100% + 2px);
    top: 100%;
    left: -1px;
    padding: var(--section-side-gap);
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-gap: 1rem;
    background-color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid transparent;
    border-top: unset;
    z-index: 9;
}

div.product.small_view div.reviews,
div.product.small_view ul.specs,
div.product.small_view div.tags {
    display: none;
}

div.product.small_view div.controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

div.product.small_view:hover {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    border: 1px solid rgba(26, 41, 48, 0.3019607843);
}

div.product.small_view:hover div.order {
    max-height: 100px;
    padding-top: 20px;
    padding-bottom: 30px;
    border: 1px solid rgba(26, 41, 48, 0.3019607843);
    border-top: unset;
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
}

div.product.list_view {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-template-columns: 260px 1fr 135px 50px;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content 1fr;
    grid-template-areas: "A D B F" "A C . ." "A S . .";
    grid-gap: 15px;
    background-color: white;
}

div.product.list_view:hover {
    -webkit-box-shadow: -2px 2px 2px 0px rgba(26, 41, 48, 0.0705882353), -4px 8px 4px 0px rgba(26, 41, 48, 0.0509803922), -8px 18px 10px 0px rgba(26, 41, 48, 0.0392156863), -16px 34px 20px 0px rgba(26, 41, 48, 0.031372549), -24px 60px 40px 0px rgba(26, 41, 48, 0.0196078431);
    box-shadow: -2px 2px 2px 0px rgba(26, 41, 48, 0.0705882353), -4px 8px 4px 0px rgba(26, 41, 48, 0.0509803922), -8px 18px 10px 0px rgba(26, 41, 48, 0.0392156863), -16px 34px 20px 0px rgba(26, 41, 48, 0.031372549), -24px 60px 40px 0px rgba(26, 41, 48, 0.0196078431);
}

div.product.list_view div.reviews {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: start;
    justify-items: start;
}

div.product.list_view a.title {
    max-width: 320px;
}

div.product.list_view a.title strong {
    font-weight: 500;
}

div.product.list_view div.controls {
    position: relative;
    top: 20px;
}

div.product.list_view div.order {
    position: absolute;
    top: 80px;
    right: 20px;
    height: 0;
    grid-template-columns: 1fr;
    grid-gap: 14px;
    width: 200px;
}

div.product.list_view div.order a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
}

div.product.list_view div.order button,
div.product.list_view div.order a.button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    border-radius: 5px;
}

div.product.list_view div.order button span,
div.product.list_view div.order a.button span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

div.product.list_view div.order button.not_available {
    pointer-events: none;
}

div.product.list_view div.tags {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

div.product.list_view div.tags div.tag_main {
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    justify-self: end;
}

div.product.list_view div.tags div.accordion_caption {
    display: none;
}

div.product.list_view div.tags div.accordion_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-height: unset !important;
    overflow: visible !important;
}

/* small_view_main */
div.product.small_view.small_view_main {
    padding-right: 33px;
    padding-left: 33px;
}

div.product.small_view.small_view_main a.title {
    margin-bottom: 8px;
}

div.product.small_view.small_view_main a.title strong {
    font-size: 18px;
    text-align: center;
}

div.product.small_view.small_view_main div.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div.product.small_view.small_view_main div.price div.old span {
    color: #666;
}

div.product.small_view.small_view_main div.order {
    padding-left: 33px;
    padding-right: 33px;
}

div.product.small_view.small_view_main div.controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-area: unset;
}

@media (max-width: 1280px) {
    div.product.list_view {
        grid-template-columns: 200px 1fr 135px 50px;
    }
}

@media (max-width: 960px) {
    div.product {
        padding: 12px;
    }

    div.product a.gallery div.swiper-slide {
        padding: 20px;
    }

    div.product a.gallery div.navigation-thumbs {
        display: none;
    }

    div.product div.reviews {
        grid-template-columns: -webkit-max-content 1fr;
        grid-template-columns: max-content 1fr;
        justify-items: start;
        grid-gap: 10px;
    }

    div.product div.reviews div.rating span {
        font-size: 10px;
    }

    div.product div.reviews a.count {
        font-size: 10px;
    }

    div.product a.title strong {
        font-size: 12px;
        font-weight: 400;
    }

    div.product a.title span {
        font-size: 12px;
        font-weight: 300;
    }

    div.product div.price div.old span {
        font-size: 10px;
    }

    div.product div.price div.old div.percentage {
        display: none;
    }

    div.product div.price span.current {
        font-size: 18px;
        font-weight: 500;
    }

    div.product div.order a.click {
        display: none;
    }

    div.product div.order button div,
    div.product div.order a.button div {
        line-height: 0;
    }

    div.product.grid_view {
        grid-template-columns: 1fr -webkit-max-content;
        grid-template-columns: 1fr max-content;
        grid-template-areas: "A A" "C C" "D D" "B E";
        grid-gap: 10px;
    }

    div.product.grid_view div.tags {
        top: 12px;
        left: 12px;
    }

    div.product.grid_view div.controls {
        grid-auto-flow: row;
        top: 12px;
        right: 12px;
    }

    div.product.grid_view div.controls > *:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    div.product.grid_view div.controls > *:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    div.product.grid_view a.title {
        margin-bottom: 10px;
    }

    div.product.grid_view div.order {
        grid-template-columns: 1fr;
    }

    div.product.grid_view div.order a.click {
        display: none;
    }

    div.product.small_view {
        grid-template-areas: "A A" "D D" "B B" "F E";
        grid-gap: 10px;
    }

    div.product.small_view a.title {
        text-align: left;
    }

    div.product.small_view div.price {
        grid-template-columns: 1fr;
        justify-items: start;
        grid-gap: 0px;
        margin-top: unset;
        text-align: left;
    }

    div.product.small_view div.price div.old {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    div.product.small_view div.price span.current {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-weight: 500;
    }

    div.product.small_view div.controls {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        -ms-flex-item-align: center;
        align-self: center;
    }

    div.product.small_view div.order {
        position: relative;
        top: unset;
        left: unset;
        width: auto;
        max-height: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: unset;
        padding: unset;
        justify-self: end;
        grid-template-columns: 1fr;
    }

    div.product.small_view:hover {
        border: 1px solid #BBBFC1;
    }

    div.product.small_view:hover div.order {
        padding: unset;
        max-height: unset;
        border: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    div.product.list_view {
        padding: 40px 12px;
        grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
        grid-template-rows: max-content max-content max-content;
        grid-template-columns: 260px 1fr 1fr -webkit-max-content;
        grid-template-columns: 260px 1fr 1fr max-content;
        grid-template-areas: "A D D F" "A C C T" "A S S T" "A B E E";
        grid-gap: 10px;
    }

    div.product.list_view ul.specs {
        margin-top: 5px;
        margin-bottom: 40px;
    }

    div.product.list_view div.price div.old span {
        font-size: 16px;
    }

    div.product.list_view div.price div.old div.percentage {
        display: block;
    }

    div.product.list_view div.price span.current {
        font-size: 28px;
        font-weight: 700;
    }

    div.product.list_view div.order {
        position: relative;
        top: unset;
        right: unset;
        justify-self: end;
    }

    div.product.list_view div.order button,
    div.product.list_view div.order a.button {
        height: unset;
        padding: 15px 30px;
        font-weight: 500;
    }

    div.product.list_view div.tags {
        bottom: 10px;
        right: 0;
    }

    div.product.list_view div.tags div.accordion_content {
        gap: 6px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    div.product.list_view a.title strong {
        font-size: 18px;
    }

    div.product.list_view a.title span {
        font-size: 14px;
    }

    div.product.list_view div.reviews div.rating span {
        font-size: 14px;
    }

    div.product.list_view div.reviews a.count {
        font-size: 14px;
    }

    div.product.list_view div.controls {
        top: unset;
    }

    /* small_view_main */
    div.product.small_view.small_view_main {
        padding-bottom: 30px;
        grid-template-areas: "A A" "D D" "B B" "E E";
        grid-gap: 10px;
    }

    div.product.small_view.small_view_main a.title {
        margin-bottom: 18px;
    }

    div.product.small_view.small_view_main div.price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    div.product.small_view.small_view_main div.price div.old span {
        font-size: 18px;
    }

    div.product.small_view.small_view_main div.order {
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: 1fr -webkit-max-content;
        grid-template-columns: 1fr max-content;
        justify-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    div.product.small_view.small_view_main div.order .click {
        display: block;
    }

    div.product.small_view.small_view_main div.controls {
        top: 14px;
        right: 14px;
    }
}

@media screen and (max-width: 960px) and (max-width: 767px) {
    /* small_view_main */
    div.product.small_view.small_view_main div.order {
        position: relative;
        top: unset;
        left: unset;
        width: auto;
        max-height: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: unset;
        padding: unset;
        justify-self: end;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    /* small_view_main */
    div.product.small_view.small_view_main {
        grid-template-areas: "A A" "D D" "B B" "F E";
    }

    div.product.small_view.small_view_main {
        padding: 15px 15px 21px;
    }

    div.product.small_view.small_view_main a.title {
        margin-bottom: 10px;
    }

    div.product.small_view.small_view_main a.title strong {
        text-align: left;
        font-size: 12px;
    }

    div.product.small_view.small_view_main div.price {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
        grid-gap: 0px;
        margin-top: unset;
        text-align: left;
        margin-bottom: -7px;
    }

    div.product.small_view.small_view_main div.price div.old span {
        font-size: 10px;
    }

    div.product.small_view.small_view_main div.order .click {
        display: none;
    }

    div.product.small_view.small_view_main div.controls {
        display: grid;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        align-self: center;
    }
}

@media (max-width: 760px) {
    div.product.list_view {
        width: 100%;
        grid-template-columns: 168px 1fr 48px;
        grid-template-areas: "T T T" "D D D" "C C C" "A S S" "F B E";
        grid-gap: 10px 20px;
        padding: 20px;
    }

    div.product.list_view div.tags {
        position: relative;
        bottom: unset;
        right: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.product.list_view div.tags div.accordion_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.product.list_view a.title strong {
        font-size: 12px;
    }

    div.product.list_view a.title span {
        display: none;
    }

    div.product.list_view div.reviews {
        width: 100%;
        padding-bottom: 18px;
        border-bottom: 1px solid #D1D1D1;
    }

    div.product.list_view div.reviews div.rating span {
        font-size: 12px;
    }

    div.product.list_view div.reviews a.count {
        font-size: 12px;
    }

    div.product.list_view div.order {
        height: auto;
        width: 48px;
    }

    div.product.list_view div.order button,
    div.product.list_view div.order a.button {
        width: 48px;
        height: 48px;
        border-radius: 100px;
        padding: unset;
    }

    div.product.list_view div.order button span,
    div.product.list_view div.order a.button span {
        display: none;
    }

    div.product.list_view div.order button svg,
    div.product.list_view div.order a.button svg {
        width: 21px;
        height: 21px;
    }

    div.product.list_view div.controls {
        align-self: end;
        grid-gap: 20px;
    }
}

@media (max-width: 479px) {
    div.product {
        padding: 10px;
    }

    div.product a.gallery div.swiper-slide {
        padding: 0px;
    }

    div.product.grid_view {
        grid-template-areas: "A A" "C C" "D D" "B B" "F E";
    }

    div.product.grid_view div.tags {
        top: 10px;
        left: 10px;
    }

    div.product.grid_view a.title {
        margin-bottom: unset;
    }

    div.product.grid_view a.title span {
        display: none;
    }

    div.product.grid_view div.controls {
        top: 6px;
        right: 6px;
        grid-auto-flow: column;
        position: static;
    }

    div.product.list_view {
        grid-template-columns: 168px 1fr;
        grid-template-areas: "T T " "D D " "C C " "A S " "A B" "F E";
    }

    div.product.list_view div.controls {
        -ms-flex-item-align: center;
        align-self: center;
    }

    /* small_view_main */
    div.product.small_view.small_view_main {
        padding: 10px;
    }
}

/* End */
/* /local/templates/luxalto/components/bitrix/news/stock/style.css?17025521011434 */
/* /local/templates/luxalto/components/bitrix/news.detail/stock/style.css?17328068674923 */
/* /local/templates/luxalto/components/bitrix/system.pagenavigation/.default/style.css?17005589591563 */
/* /local/templates/luxalto/components/bitrix/catalog.section/related_list/style.css?17328068671972 */
/* /local/templates/luxalto/components/bitrix/catalog.item/main/style.css?170255210127826 */
