.tabs__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--space-4,16px)}.tabs__pane{margin-top:var(--space-5,21px)}.tabs__pane:not(.active){display:none}.product__title span{display:block;font-size:var(--font-size-xl,20px)}.product-card{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:var(--space-6,32px)}.product-card__picture{background:linear-gradient(135deg,#313439,#313439 16.83%,#0e1014);padding:var(--space-4,16px);border-radius:var(--border-radius,10px)}.product-card__info{display:flex;flex-direction:column}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-2,8px) var(--space-3,12px)}.product-card__price-old{font-weight:500;text-decoration:line-through}.product-card__price-credit{min-width:100%}.product-card__buttons{display:flex;flex-direction:column;gap:var(--space-4,16px);margin-top:auto;margin-bottom:3px;padding-top:var(--space-6,32px)}.product-card__button{flex-grow:1}.product-card__params{display:grid;gap:var(--space-4,16px);margin:0;padding:0;list-style:none;border-bottom:1px solid var(--color-border-base,#a4a9b3);padding-bottom:var(--space-5,21px);margin-bottom:var(--space-5,21px)}.product-card__params-item{display:flex;flex-direction:column;gap:var(--space-1,4px)}.product-card__params-name{font-size:var(--font-size-sm,14px)}.product-card__params-value{font-weight:600}.product-card__slider-picture{display:flex;align-items:center;justify-content:center}.product-card__slider-img{max-width:80%}.product-card__slider-pagination{display:flex;flex-direction:column;align-items:center;gap:var(--space-3,12px);margin-top:auto}.product-card__slider-color-name{font-size:var(--font-size-sm,14px)}.product-card__slider-colors{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-3,12px)}.product-card__slider-color{width:30px;aspect-ratio:1/1;border-radius:50%;border:3px solid var(--color-grey-light,#e4e4e4)}.product-card__slider-color.active{border-color:var(--color-primary,#d96b1c)}.product-char{width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-char__table{min-width:100%;width:-moz-fit-content;width:fit-content;border-collapse:collapse;font-size:var(--font-size-sm,14px);color:var(--color-text-base,#fff);background-color:var(--color-bg-accent,#1b1e22)}.product-char__table:not(:first-child){margin-top:var(--space-4,16px)}.product-char__table th{background-color:var(--color-bg-accent,#1b1e22);font-weight:700;position:sticky;top:0}.product-char__table td,.product-char__table th{padding:var(--space-3,12px) var(--space-4,16px);text-align:left;border-block:1px solid var(--color-border-base,#a4a9b3);vertical-align:top}.product-char__table td:first-child:not(.product-char__table-title),.product-char__table th:first-child:not(.product-char__table-title){background-color:var(--color-bg-accent,#1b1e22);z-index:1}.product-char__table td:not(:first-child),.product-char__table th:not(:first-child){text-align:center}.product-char__table-title{background-color:var(--color-secondary-light,#a8adb9);font-weight:500}.product-char__table-yes{color:var(--color-primary,#d96b1c);font-weight:700}.product-char__table-no{color:var(--color-grey,#8f9bae)}.product__details{display:flex;flex-direction:column;gap:var(--space-6,32px)}.product__tabs{display:flex;gap:var(--space-4,16px)}.product__details:not(:has(.product-complects__item-check:checked)) .product__tab[data-tab-trigger=complect-compare]{opacity:.5;pointer-events:none}.product__gallery-group{display:grid;grid-template-columns:50% 1fr 1fr;grid-template-rows:1fr 1fr;gap:var(--space-3,12px)}.product__gallery-item{display:flex;justify-content:center;align-items:center;overflow:hidden;background:var(--color-bg-accent,#1b1e22);border-radius:var(--border-radius-sm,4px);color:inherit;text-decoration:none}.product__gallery-item--big{grid-area:1/1/-1/1}.product__gallery-item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius,10px)}.product-complects,.product-complects__mod{display:flex;flex-direction:column;gap:var(--space-5,21px)}.product-complects__mod-title{margin:0;font-size:var(--font-size-xl,20px);line-height:1.2;font-weight:700}.product-complects__item{background-color:var(--color-bg-accent,#1b1e22);border:1px solid var(--color-border-base,#a4a9b3);border-radius:var(--border-radius,10px)}.product-complects__item-action,.product-complects__item-head{display:flex;align-items:center;gap:var(--space-4,16px) var(--space-3,12px)}.product-complects__item-head{position:relative;padding:var(--space-4,16px)}.product-complects__item-action{flex-grow:1;justify-content:space-between}.product-complects__item-check-wrap{display:flex;align-items:center;flex-shrink:0;margin:0;cursor:pointer}.product-complects__item-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;border:1px solid var(--color-border-base,#a4a9b3);width:20px;height:20px;flex-shrink:0;margin:0;cursor:pointer;border-radius:2px;background-color:var(--color-white,#fff);background-repeat:no-repeat;background-position:50%;background-size:100%}.product-complects__item-check:checked{background-color:var(--color-primary,#d96b1c);border-color:var(--color-primary,#d96b1c);background-image:url(/static-tpl/flux/images/sprite.svg#check)}.product-complects__item-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:26px;aspect-ratio:1/1;color:var(--color-white,#fff);background-color:var(--color-primary,#d96b1c);border-radius:var(--border-radius-sm,4px);transition:transform .35s ease-in-out;cursor:pointer}.product-complects__item-arrow:before{content:"";display:block;width:50%;height:50%;background-color:currentColor;-webkit-mask:url(/static-tpl/flux/images/sprite.svg#chevron-down) no-repeat center/contain;mask:url(/static-tpl/flux/images/sprite.svg#chevron-down) no-repeat center/contain}.product-complects__item.is-open .product-complects__item-arrow{transform:scaleY(-1)}.product-complects__item-name{text-transform:uppercase;font-size:var(--font-size-lg,18px);font-weight:700;cursor:pointer;flex-grow:1}.product-complects__item-price{white-space:nowrap}.product-complects__item-price:not(.product-complects__item-price--old){font-weight:700}.product-complects__item-price--old{color:var(--color-text-grey,#6d7381);text-decoration:line-through}.product-complects__item-buttons{display:flex;flex-wrap:wrap;gap:var(--space-2,8px)}.product-complects__item-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease-in-out}.product-complects__item.is-open .product-complects__item-panel{grid-template-rows:1fr}.product-complects__item-content{min-height:0;overflow:hidden}.product-complects__item-list{-moz-column-count:2;column-count:2;-moz-column-gap:var(--space-6,32px);column-gap:var(--space-6,32px);padding:0 var(--space-4,16px) var(--space-4,16px)}.product-complects__item-list li{position:relative;padding-left:18px}.product-complects__item-list li:not(:first-child){margin-top:var(--space-2,8px)}.product-complects__item-list li:before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;background-color:var(--color-text-grey,#6d7381);border-radius:50%}.product-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:var(--space-3,12px) var(--space-4,16px);display:none;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:opacity .35s ease-in-out,transform .35s ease-in-out,visibility .35s ease-in-out}.product-sticky-bar.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.product-sticky-bar__inner{max-width:540px;margin-inline:auto;background:linear-gradient(135deg,#313439,#313439 16.83%,#0e1014);border-radius:var(--border-radius,10px);padding:var(--space-3,12px);box-shadow:0 12px 32px rgba(0,0,0,.32)}.product-sticky-bar__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-3,12px);margin-bottom:var(--space-3,12px)}.product-sticky-bar__price strong{font-size:var(--font-size-xl,20px);font-weight:700;line-height:1.1}.product-sticky-bar__price span{font-weight:500;font-size:var(--font-size-sm,14px);line-height:1.2}.product-sticky-bar__actions{display:grid;gap:var(--space-2,8px)}.product-sticky-bar__button{width:100%}.price-info{position:relative}.price-info__button{width:25px;aspect-ratio:1/1;border-radius:50%;font-size:var(--font-size-sm,14px);font-weight:700;border:1px solid var(--color-border-base,#a4a9b3)}.price-info__breakdown{position:absolute;top:calc(100% + var(--space-2, 8px));right:calc(var(--space-3, 12px)*-1);width:339px;max-width:86vw;background-color:var(--color-bg-accent-light,#e4e4e4);color:var(--color-text-accent,#292c31);padding:15px 12px;font-size:var(--font-size-sm,14px);z-index:2;box-shadow:0 0 10px 0 rgba(16,16,16,.2);display:flex;flex-direction:column;gap:16px;transition:opacity .35s ease-in-out;line-height:1.2;text-align:left;border-radius:var(--border-radius,10px)}.price-info__breakdown.hidden{opacity:0}.price-info__breakdown-value{display:block;color:var(--color-primary,#d96b1c);white-space:nowrap;font-weight:700}.price-info__breakdown-list{display:flex;flex-direction:column;gap:8px}.price-info__breakdown-item{display:flex;gap:10px}.price-info__breakdown-item input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;border:1px solid var(--color-border-base,#a4a9b3);width:16px;height:16px;flex-shrink:0;margin:0;cursor:pointer;border-radius:2px;background-color:var(--color-white,#fff);background-repeat:no-repeat;background-position:50%;background-size:10px 6px}.price-info__breakdown-item input[type=checkbox]:checked{background-color:var(--color-primary,#d96b1c);border-color:var(--color-primary,#d96b1c);background-image:url(/static-tpl/flux/images/sprite.svg#check);background-size:100%}.price-info__breakdown-name{flex-grow:1}.advantages__list{grid-template-columns:1fr;margin:var(--space-5,21px) 0 0;padding:0;list-style:none}.advantages__item,.advantages__list{display:grid;gap:var(--space-3,12px)}.advantages__item{grid-template-columns:38px 1fr;padding:var(--space-5,21px);border-radius:var(--border-radius-lg,20px);border:1px solid var(--color-border-base,#a4a9b3);position:relative}.advantages__item:not(:has(.advantages__item__text)){align-items:center}.advantages__item--accent{background-color:var(--color-white,#fff);color:var(--color-text-accent,#292c31)}.advantages__item--clickable{cursor:pointer}.advantages__item-icon{display:flex;align-items:center;justify-content:center;width:35px;aspect-ratio:1/1;border-radius:50%;border:1px solid var(--color-primary,#d96b1c)}.advantages__item-icon:before{content:"";display:block;width:50%;aspect-ratio:1/1;background-color:var(--color-grey-light,#e4e4e4);-webkit-mask:url(/static-tpl/flux/images/sprite.svg#circle-check) no-repeat center/contain;mask:url(/static-tpl/flux/images/sprite.svg#circle-check) no-repeat center/contain}.advantages__item--accent .advantages__item-icon{background-color:var(--color-primary,#d96b1c)}.advantages__item--accent .advantages__item-icon:before{background-color:var(--color-white,#fff)}.advantages__item-text{margin-top:var(--space-2,8px)}.promos{display:grid;grid-template-columns:1fr;grid-gap:16px}.promos .promo-list__banner{display:flex;min-height:100%}.promos .promo-list__banner .card-banner{flex:1;width:100%}@media (min-width:480px){.product-card__params{grid-template-columns:1fr 1fr}.product-char__table td:first-child:not(.product-char__table-title),.product-char__table th:first-child:not(.product-char__table-title){position:sticky;left:0}.product-complects__item-price{font-size:var(--font-size-base,16px)}.price-info__button{width:30px}}@media (min-width:576px){.product-card__slider-color{width:40px}.product-sticky-bar__actions{grid-template-columns:1fr 1fr}.advantages__item{grid-template-columns:60px 1fr}.advantages__item-icon{width:58px}.promos{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.product-complects__mod-title{font-size:var(--h2-font-size,32px)}.promos{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.product-card{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card__button{white-space:nowrap}.product-card__slider-picture{aspect-ratio:1.3/1}.product-char__table{font-size:var(--font-size-base,16px)}.product-complects__item-action,.product-complects__item-head{gap:var(--space-4,16px)}.product-complects__item-head{padding:var(--space-4,16px) var(--space-5,21px)}.advantages__list{grid-template-columns:repeat(3,1fr)}.advantages__list:has(>:nth-child(4):last-child){grid-template-columns:repeat(2,1fr)}.promos{grid-template-columns:repeat(5,1fr)}}@media (max-width:991.98px){.product-char__table td,.product-char__table th{width:200px}.product-char__table td:first-child:not(.product-char__table-title),.product-char__table th:first-child:not(.product-char__table-title){width:30%}.product-complects__item-head{flex-wrap:wrap}.product-complects__item-buttons{min-width:100%;justify-content:flex-end}}@media (max-width:767.98px){.product-complects__item-list{-moz-column-count:1;column-count:1}.product-sticky-bar{display:block}}@media (max-width:575.98px){.product-card__price-info{display:none}.product__tabs{flex-wrap:wrap}.product__tab{flex-grow:1}.product__tab:first-child{min-width:100%}.product-complects__item-action{flex-wrap:wrap}.product-complects__item-name{min-width:calc(100% - 26px - var(--space-3, 12px))}.product-complects__item-button{flex-grow:1;font-size:var(--font-size-sm,14px)}}