.product-card{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:var(--space-4, 16px)}.product-card__block{border-radius:var(--border-radius, 16px);background:var(--color-white, #ffffff);border:1px solid var(--color-border-base, #dde3ec);padding:var(--space-5, 24px) var(--space-4, 16px)}.product-card__block--long{display:flex;flex-wrap:wrap;gap:var(--space-5, 24px);position:relative}.product-card__name{min-width:100%}.product-card__watch{display:flex;align-items:center;gap:var(--space-2, 8px);color:var(--color-text-muted, #333F51);font-weight:500}.product-card__watch::before{content:"";display:block;width:20px;height:20px;-webkit-mask:url(/static-tpl/esor/images/sprite.svg#eye)no-repeat center/contain;mask:url(/static-tpl/esor/images/sprite.svg#eye)no-repeat center/contain;background-color:currentColor}.product-card__profit{margin-top:var(--space-2, 8px);font-weight:700;font-size:var(--font-size-lg, 18px)}.product-card__price{display:flex;flex-wrap:wrap;gap:var(--space-2, 8px) var(--space-3, 12px);font-size:var(--font-size-lg, 18px)}.product-card__price-new{font-weight:700}.product-card__price-old{font-weight:500;text-decoration:line-through;color:var(--color-text-muted, #333F51)}.product-card__price-credit{font-weight:500;min-width:100%}.product-card__price-credit span{font-weight:700;color:var(--color-secondary, #170c79)}.product-card__buttons{display:flex;gap:var(--space-2, 8px);margin-top:auto}.product-card__button{flex-grow:1}.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-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-3, 12px);margin-top:var(--space-3, 12px)}.product-card__slider-color{width:30px;aspect-ratio:1/1;border-radius:50%;border:3px solid var(--color-grey-light, #eef1f6)}.product-card__slider-color.active{border-color:var(--color-primary, #56b6c6)}.product-card__params-list{display:grid;gap:var(--space-4, 16px);margin-top:var(--space-3, 12px)}.product-card__params-item{background-color:var(--color-accent, #efe3ca);border-radius:var(--border-radius-sm, 10px);padding:var(--space-3, 12px);font-size:var(--font-size-sm, 14px)}.product-card__params-name{font-weight:500}.product-card__params-value{font-weight:700;color:var(--color-secondary, #170c79);white-space:nowrap}.product-card__advantages{display:grid;gap:var(--space-4, 16px);margin-top:var(--space-5, 24px)}.product-card__advantages-value{font-weight:700;font-size:var(--font-size-lg, 18px);color:var(--color-primary, #56b6c6)}.product-card__advantages-name{font-weight:500}.product-char{width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-char__table{width:100%;min-width:860px;border-collapse:collapse;font-size:var(--font-size-sm, 14px);color:var(--color-text-base, #111827);background-color:var(--color-white, #ffffff)}.product-char__table:not(:first-child){margin-top:var(--space-4, 16px)}.product-char__table th{background-color:var(--color-bg-accent, #fbfcfc);font-weight:700}.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, #dde3ec);vertical-align:top}.product-char__table-title{background-color:var(--color-accent-light, #f9f1de);font-weight:500}.product__details{margin-top:var(--space-6, 32px)}.product__gallery{display:flex;flex-direction:column;gap:var(--space-6, 32px)}.product__gallery-title{margin:0;font-size:var(--font-size-xl, 20px)}.product__gallery-list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3, 12px)}.product__gallery-item{display:flex;justify-content:center;align-items:center;overflow:hidden;background:var(--color-bg-accent, #fbfcfc);border-radius:var(--border-radius-sm, 10px);aspect-ratio:4/3;color:inherit;text-decoration:none}.product__gallery-item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product__photo{display:flex;flex-direction:column;gap:var(--space-6, 32px)}.product-complects{display:flex;flex-direction:column;gap:var(--space-5, 24px)}.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, #fbfcfc);border:1px solid var(--color-border-base, #dde3ec);border-radius:var(--border-radius, 16px)}.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-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:26px;aspect-ratio:1/1;color:var(--color-white, #ffffff);background-color:var(--color-primary, #56b6c6);border-radius:var(--border-radius-sm, 10px);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/esor/images/sprite.svg#chevron-down)no-repeat center/contain;mask:url(/static-tpl/esor/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-muted, #333F51);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-muted, #333F51);border-radius:50%}.product-complects__price-info{position:relative;flex-shrink:0}.product-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:var(--space-3, 12px) .9375rem;background-color:rgba(17,24,39,.08);backdrop-filter:blur(8px);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)}.price-info__breakdown-item input[type=checkbox],.product-sticky-bar__inner{border:1px solid var(--color-border-base, #dde3ec);background-color:var(--color-white, #ffffff)}.product-sticky-bar__inner{max-width:540px;margin-inline:auto;border-radius:var(--border-radius, 16px);padding:var(--space-3, 12px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.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{color:var(--color-text-muted, #333F51);font-weight:500;font-size:var(--font-size-sm, 14px);line-height:1.2}.product-sticky-bar__actions{display:grid;grid-template-columns:1fr 1fr;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%;border:1px solid var(--color-border-secondary, #170c79);font-size:var(--font-size-sm, 14px);font-weight:700;color:var(--color-secondary, #170c79)}.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-white, #ffffff);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-sm, 10px)}.price-info__breakdown.hidden{opacity:0}.price-info__breakdown-value{display:block;color:var(--color-primary, #56b6c6);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;width:16px;height:16px;flex-shrink:0;margin:0;cursor:pointer;border-radius:2px;background-repeat:no-repeat;background-position:center;background-size:10px 6px}.price-info__breakdown-item input[type=checkbox]:checked{background-color:var(--color-primary, #56b6c6);border-color:var(--color-primary, #56b6c6);background-image:url(/static-tpl/esor/images/sprite.svg#check);background-size:100%}.price-info__breakdown-name{flex-grow:1}@media (min-width:480px){.product-card__advantages,.product-card__params-list{grid-template-columns:1fr 1fr}.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}}@media (min-width:768px){.product-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-card__block--long{grid-column-start:span 2;gap:var(--space-4, 16px)}.product-card__profit{margin-top:var(--space-3, 12px)}.product-card__price{max-width:calc(50% - var(--space-3, 12px))}.product__gallery-title{font-size:var(--h3-font-size, 24px)}.product__gallery-list{grid-template-columns:repeat(3,1fr);gap:var(--space-4, 16px)}.product-complects__mod-title{font-size:var(--h2-font-size, 32px)}}@media (min-width:992px){.product-card__block--long{justify-content:space-between}.product-card__name{max-width:45%;min-width:45%}.product-card__price{font-size:var(--font-size-xl, 20px);justify-content:flex-end;text-align:right}.product-card__button{white-space:nowrap}.product-char__table{font-size:var(--font-size-base, 16px)}.product__gallery-list{grid-template-columns:repeat(6,1fr)}.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, 24px)}}@media (max-width:991.98px){.product-card__buttons{flex-grow:1}.product-complects__item-head{flex-wrap:wrap}.product-complects__item-buttons{min-width:100%;justify-content:flex-end}}@media (max-width:767.98px){.product{padding-bottom:130px}.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-card__buttons{flex-direction:column}.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}}