.product-page{padding:24px 0 0;background-color:#fff;font-family:Onest,sans-serif}@media (max-width:767px){.product-page{padding:12px 0 0}}body:has(.product-page) main{padding-bottom:0!important;padding-block-end:0!important;padding-top:0!important;padding-block-start:0!important}.breadcrumb{display:flex;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-inline:-24px;padding-inline:24px;padding-bottom:6px;margin-bottom:6px}.breadcrumb::-webkit-scrollbar{display:none}@media (min-width:576px){.breadcrumb{margin-inline:0;padding-inline:0}}@media (min-width:992px){.breadcrumb{padding-bottom:10px;margin-bottom:10px}}.breadcrumb__list{display:flex;align-items:center;gap:43px;margin:0;padding:0;list-style:none;white-space:nowrap;font-size:12px;line-height:16px}.breadcrumb__item{position:relative;display:block;color:#767981}.breadcrumb__item+.breadcrumb__item::before{content:'—';position:absolute;right:calc(100% + 16px);color:#11191f;pointer-events:none;user-select:none}.breadcrumb__link{color:#767981;text-decoration:none;transition:opacity .2s ease}.breadcrumb__link:hover{opacity:.8}.breadcrumb__current{color:#767981}.product-main{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}@media (max-width:767px){.product-main{gap:20px;margin-bottom:24px}}@media (min-width:768px){.product-main{grid-template-columns:1fr 1fr;gap:40px}}@media (min-width:1200px){.product-main{grid-template-columns:55% 1fr;gap:48px}}.product-gallery{display:flex;flex-direction:column;gap:12px}@media (min-width:768px){.product-gallery{flex-direction:row;gap:16px}}.product-gallery__thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;order:2;justify-content:center}.product-gallery__thumbs::-webkit-scrollbar{display:none}@media (max-width:767px){.product-gallery__thumbs{display:none}}@media (min-width:768px){.product-gallery__thumbs{flex-direction:column;overflow-x:visible;overflow-y:auto;max-height:400px;width:80px;flex-shrink:0;order:0;justify-content:flex-start}}.product-gallery__thumb{width:64px;height:64px;flex-shrink:0;border:2px solid transparent;border-radius:8px;padding:2px;background:#f5f7f9;cursor:pointer;transition:border-color .2s ease}@media (min-width:768px){.product-gallery__thumb{width:72px;height:72px}}.product-gallery__thumb:hover{border-color:#d1d5db}.product-gallery__thumb--active{border-color:#216bda}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.product-gallery__main{flex:1;position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#f5f7f9;order:1}@media (max-width:767px){.product-gallery__main{aspect-ratio:1/1;border-radius:16px;margin:0 -16px;border-radius:0}}@media (min-width:768px){.product-gallery__main{aspect-ratio:1/1}}.product-gallery__image{width:100%;height:100%}.product-gallery__image img{width:100%;height:100%;object-fit:cover}@media (max-width:767px){.product-gallery__image img{border-radius:12px}}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);border:none;cursor:pointer;display:none;align-items:center;justify-content:center;color:#374151;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:2}@media (min-width:768px){.product-gallery__nav{display:flex}}.product-gallery__nav:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-gallery__nav--prev{left:12px}.product-gallery__nav--next{right:12px}.product-gallery__dots{display:flex;justify-content:center;gap:6px;order:2}@media (min-width:768px){.product-gallery__dots{display:none}}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:all .2s ease}.product-gallery__dot--active{background:#11191f}.product-info{display:flex;flex-direction:column}.product-info__title--mobile{display:none}@media (max-width:767px){.product-info__title--mobile{display:block;order:-1}.product-info__title--desktop{display:none}}.product-info__title{font-size:24px;font-weight:500;color:#11191f;margin:0 0 20px;line-height:1.3}@media (max-width:767px){.product-info__title{font-size:24px;margin:0;line-height:1.4;font-weight:500}}@media (min-width:768px){.product-info__title{font-size:28px}}@media (min-width:992px){.product-info__title{font-size:32px}}.product-info__price-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}@media (max-width:767px){.product-info__price-row{gap:12px;margin-bottom:16px;margin-top:15px}}.product-info__price{display:flex;align-items:baseline;gap:6px}@media (max-width:767px){.product-info__price{gap:4px}}.product-info__price-value{font-size:28px;font-weight:500;color:#11191f}@media (max-width:767px){.product-info__price-value{font-size:24px}}@media (min-width:768px){.product-info__price-value{font-size:24px}}.product-info__price-unit{font-size:16px;font-weight:500;color:#11191f}@media (max-width:767px){.product-info__price-unit{font-size:16px}}.product-info__stock{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;padding:4px 12px;border-radius:20px}@media (max-width:767px){.product-info__stock{font-size:13px;padding:2px 10px;gap:4px}}.product-info__stock--available{color:#2f9c75;background:0 0;border:1px solid #81d1b4;border-radius:6px}.product-info__stock--unavailable{color:#dc2626;background:0 0;border:1px solid #dc2626}.product-info__actions{display:flex;gap:12px;margin-bottom:24px}@media (max-width:767px){.product-info__actions{gap:8px;margin-bottom:16px;margin-top:10px}}.product-info__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 20px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}@media (max-width:767px){.product-info__btn{height:36px;padding:0 14px;font-size:14px;font-weight:500;gap:6px;border-radius:9px}.product-info__btn svg{width:16px;height:16px}}.product-info__btn--secondary{background:#fff;color:#216bda;border:1px solid #216bda}.product-info__btn--secondary:hover{background:#e9f0fb}.product-info__btn--primary{background:linear-gradient(to right,#26a0e4,#009e52);color:#fff}.product-info__btn--primary:hover{background:linear-gradient(to right,#1e8fcf,#008a47)}.product-info__btn--messenger{background:#fff;color:#216bda;border:1px solid #216bda}.product-info__btn--messenger:hover{background:#e9f0fb}.product-info__btn--messenger .svg-icon{width:18px;height:18px;flex-shrink:0}.product-info__btn--icon{flex:0 0 auto;width:44px;padding:0;gap:0}@media (max-width:767px){.product-info__btn--icon{width:36px;flex:0 0 36px}}.product-info__contacts{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-top:1px solid #d9dcdf;margin-bottom:24px}@media (max-width:767px){.product-info__contacts{padding:16px 0;gap:10px;margin-bottom:7px;margin-top:9px}}.product-info__contacts-label{font-size:12px;font-weight:500;color:#767981;line-height:1.4;max-width:140px}@media (max-width:767px){.product-info__contacts-label{font-size:12px}}.product-info__contacts-icons{display:flex;gap:12px}@media (max-width:767px){.product-info__contacts-icons{gap:16px}}.product-info__contact{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f6f8fb;border-radius:50%;transition:transform .2s ease}@media (max-width:767px){.product-info__contact{width:36px;height:36px}}.product-info__contact:hover{transform:scale(1.1)}.product-info__contact img{width:24px;height:24px;object-fit:contain}@media (max-width:767px){.product-info__contact img{width:24px;height:24px}}.product-company-card{display:flex;align-items:center;gap:20px;padding:15px;background:#f6f8fb;border-radius:16px}@media (max-width:767px){.product-company-card{gap:14px;padding:16px;border-radius:12px}}.product-company-card__logo{width:64px;height:64px;border-radius:16px;border:1px solid #eaeef1;background:#fff;padding:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width:767px){.product-company-card__logo{width:56px;height:56px;border-radius:10px}}.product-company-card__logo img{width:100%;height:100%;object-fit:contain;border-radius:10px}.product-company-card__info{display:flex;flex-direction:column;gap:6px}@media (max-width:767px){.product-company-card__info{margin-left:5px}}.product-company-card__name{font-size:16px;font-weight:500;color:#11191f;text-decoration:none;transition:color .2s ease}@media (max-width:767px){.product-company-card__name{font-size:16px}}.product-company-card__name:hover{color:#216bda}.product-company-card__links{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:400;color:#216bda}@media (max-width:767px){.product-company-card__links{gap:8px}}.product-company-card__links a{color:#216bda;text-decoration:none;transition:opacity .2s ease}.product-company-card__links a:hover{text-decoration:underline}.product-company-card__divider{color:#9ca3af}.product-description{padding-bottom:32px}@media (min-width:1200px){.product-description{max-width:55%}}@media (min-width:768px) and (max-width:1199px){.product-description{max-width:50%}}@media (max-width:767px){.product-description{padding-bottom:24px;padding:0 16px 24px}}.product-description__text{font-size:14px;font-weight:400;line-height:1.7;color:#374151;margin-bottom:0;position:relative}.product-description__text::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.9));pointer-events:none}.product-description__text--expanded::after{display:none}@media (max-width:767px){.product-description__text{font-size:12px;line-height:1.6}}.product-description__text p{margin:0}.product-description__full p{margin-top:16px}@media (max-width:767px){.product-description__full p{margin-top:12px}}.product-description__toggle{display:flex;align-items:center;justify-content:center;gap:4px;padding:5px 10px;border:none;border-radius:9px;background:#e9f0fb;font-size:12px;font-weight:500;color:#216bda;cursor:pointer;transition:all .2s ease;margin:-15px auto 0;position:relative;z-index:2}.product-description__toggle--hidden{display:none}.product-description__toggle--expanded{margin:12px auto 0}.product-description__toggle:hover{background:#d9e6f9}.product-characteristics{margin-bottom:10px}@media (min-width:1200px){.product-characteristics{max-width:55%}}@media (min-width:768px) and (max-width:1199px){.product-characteristics{max-width:50%}}@media (max-width:767px){.product-characteristics{margin-bottom:32px;padding:0 16px}}.product-characteristics__title{font-size:20px;font-weight:500;color:#11191f}@media (max-width:767px){.product-characteristics__title{font-size:16px;margin:0 0 5px}}.product-characteristics__table{display:flex;flex-direction:column;max-width:calc(100% - 150px)}@media (max-width:767px){.product-characteristics__table{max-width:100%}}.product-characteristics__row{display:flex;align-items:baseline;padding:12px 0}@media (max-width:767px){.product-characteristics__row{padding:10px 0}}.product-characteristics__name{font-size:14px;font-weight:400;color:#767981;white-space:nowrap;flex-shrink:0}@media (max-width:767px){.product-characteristics__name{font-size:12px}}.product-characteristics__dots{flex:1;border-bottom:none;margin:0 8px;min-width:20px;height:1px;align-self:auto;position:relative;top:3px;background-image:repeating-linear-gradient(to right,#dadae8 0,#dadae8 4px,transparent 4px,transparent 8px);background-size:auto;background-position:left center;background-repeat:repeat-x}.product-characteristics__value{font-size:14px;font-weight:400;color:#11191f;text-align:right;white-space:nowrap;flex-shrink:0}@media (max-width:767px){.product-characteristics__value{font-size:12px}}.product-slider-section{background:#f6f8fb;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:15px calc(50vw - 50%)}.product-slider-section_first{padding-top:45px}.product-slider-section:last-child{padding-bottom:48px}@media (max-width:767px){.product-slider-section:last-child{padding-bottom:24px}}@media (max-width:767px){.product-slider-section{padding:20px 0 20px 16px;margin-left:-16px;margin-right:-16px}}.product-slider-section__title{font-size:20px;font-weight:500;color:#11191f;margin:0 0 24px}@media (max-width:767px){.product-slider-section__title{margin:0 0 16px}}@media (min-width:768px){.product-slider-section__title{font-size:24px}}.product-slider{position:relative}.product-slider__container{overflow:visible}.product-slider__track{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-overflow-scrolling:touch}.product-slider__track::-webkit-scrollbar{display:none}.product-slider__track:active{cursor:grabbing}@media (max-width:767px){.product-slider__track{gap:12px;scroll-snap-type:x mandatory;padding-bottom:8px;padding-right:16px}}.product-slider__dots{display:flex;justify-content:center;gap:8px;margin-top:20px}@media (max-width:767px){.product-slider__dots{margin-top:16px;margin-right:16px}}.product-slider__dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;padding:0;transition:all .2s ease}.product-slider__dot--active{background:#11191f}.product-slider-card{flex-shrink:0;scroll-snap-align:start}@media (max-width:767px){.product-slider-card{width:calc(100vw - 80px);min-width:260px}}@media (min-width:480px) and (max-width:767px){.product-slider-card{width:calc(100vw - 100px)}}@media (min-width:768px){.product-slider-card{width:260px}}.product-slider-section .product-card{border:1px solid #e8ecef;border-radius:16px;overflow:hidden;background-color:#fff;transition:all .3s ease}@media (max-width:575px){.product-slider-section .product-card{border-radius:12px}}.product-slider-section .product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}@media (max-width:575px){.product-slider-section .product-card:hover{transform:none}}.product-slider-section .product-card__image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background-color:#f5f7f9;margin:12px 12px 0;border-radius:4px}@media (max-width:575px){.product-slider-section .product-card__image{aspect-ratio:4/3;margin:10px 10px 0;border-radius:4px}}.product-slider-section .product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;border-radius:4px}.product-slider-section .product-card:hover .product-card__image img{transform:scale(1.08)}@media (max-width:575px){.product-slider-section .product-card:hover .product-card__image img{transform:none}}.product-slider-section .product-card__content{padding:12px 16px 16px}@media (max-width:575px){.product-slider-section .product-card__content{padding:10px 14px 14px}}.product-slider-section .product-card__name{display:-webkit-box;font-size:14px;font-weight:300;line-height:20px;color:#11191f;text-decoration:none;margin-bottom:6px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;transition:color .2s ease}@media (max-width:575px){.product-slider-section .product-card__name{font-size:15px;line-height:22px;margin-bottom:8px;min-height:auto;-webkit-line-clamp:3}}.product-slider-section .product-card__name:hover{color:#216bda}.product-slider-section .product-card__price{font-size:16px;font-weight:500;color:#11191f;margin-bottom:10px}@media (max-width:575px){.product-slider-section .product-card__price{font-size:17px;margin-bottom:10px}}.product-slider-section .product-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}@media (max-width:575px){.product-slider-section .product-card__actions{flex-direction:row;gap:8px;margin-bottom:10px}}.product-slider-section .product-card__btn{flex:1;min-width:0;height:36px;padding:0 8px;font-size:11px;font-weight:500;white-space:nowrap;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s ease;cursor:pointer;border:none;overflow:hidden;text-overflow:ellipsis}@media (max-width:767px){.product-slider-section .product-card__btn{flex:1;height:36px;padding:0 14px;font-size:13px;border-radius:24px}}@media (min-width:768px) and (max-width:991px){.product-slider-section .product-card__btn{height:36px;padding:0 8px;font-size:11px;gap:4px}}@media (min-width:992px) and (max-width:1199px){.product-slider-section .product-card__actions{flex-direction:column;gap:6px}.product-slider-section .product-card__btn{width:100%;flex:none;height:36px;padding:0 12px;font-size:13px;gap:6px}}.product-slider-section .product-card__btn.btn--secondary{background-color:#fff;border:1px solid #216bda;color:#216bda}.product-slider-section .product-card__btn.btn--secondary:hover{background-color:#e9f0fb}.product-slider-section .product-card__btn.btn--primary{background:linear-gradient(to right,#26a0e4,#009e52);color:#fff}.product-slider-section .product-card__btn.btn--primary:hover{background:linear-gradient(to right,#1e8fcf,#008a47)}.product-slider-section .product-card__btn.btn--primary img{flex-shrink:0}@media (max-width:575px){.product-slider-section .product-card__btn.btn--primary img{width:18px;height:18px}}@media (min-width:768px) and (max-width:991px){.product-slider-section .product-card__btn.btn--primary img{width:14px;height:14px}}@media (min-width:992px) and (max-width:1199px){.product-slider-section .product-card__btn.btn--primary img{width:15px;height:15px}}.product-slider-section .product-card__btn.btn--icon{flex:0 0 36px;width:36px;padding:0;gap:0}.product-slider-section .product-card__btn.btn--icon .svg-icon,.product-slider-section .product-card__btn.btn--icon img{width:18px;height:18px;flex-shrink:0}.product-slider-section .product-card__contacts{display:flex;gap:16px;margin-bottom:12px}@media (max-width:575px){.product-slider-section .product-card__contacts{gap:16px;margin-bottom:10px}}.product-slider-section .product-card__contact{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}@media (max-width:575px){.product-slider-section .product-card__contact{width:28px;height:28px}}.product-slider-section .product-card__contact img{width:24px;height:24px;object-fit:contain}@media (max-width:575px){.product-slider-section .product-card__contact img{width:22px;height:22px}}.product-slider-section .product-card__contact:hover{transform:scale(1.1)}.product-slider-section .product-card__company{display:block;font-size:12px;color:#767981;font-weight:300;text-decoration:none;transition:color .2s ease}@media (max-width:575px){.product-slider-section .product-card__company{font-size:13px}}.product-slider-section .product-card__company:hover{color:#216bda}@media (max-width:767px){.product-page .container{padding-left:0;padding-right:0}.product-page .breadcrumb{padding:0 16px}.product-gallery__main{margin:0;border-radius:0}}@media (max-width:375px){.product-info__title{font-size:16px}.product-info__price-value{font-size:20px}.product-info__btn{padding:10px 12px;font-size:12px}.product-slider-card{width:calc(100vw - 70px);min-width:220px}.product-slider-card .product-card__btn{padding:5px 4px;font-size:10px;gap:2px}.product-characteristics__name,.product-characteristics__value{font-size:13px}}@media (min-width:768px) and (max-width:991px){.product-main{grid-template-columns:1fr 1fr;gap:20px}.product-gallery{gap:10px}.product-gallery__thumbs{width:60px;max-height:320px}.product-gallery__thumb{width:56px;height:56px}.product-gallery__main{aspect-ratio:3/4}.product-info__title{font-size:20px;margin:0 0 12px}.product-info__price-row{margin-bottom:16px}.product-info__price-value{font-size:22px}.product-info__price-unit{font-size:14px}.product-info__stock{font-size:12px;padding:3px 8px}.product-info__actions{gap:8px;margin-bottom:16px}.product-info__btn{padding:10px 10px;font-size:13px;border-radius:8px;gap:4px}.product-info__contacts{padding:12px 0;margin-bottom:16px;gap:8px}.product-info__contacts-label{font-size:11px;max-width:120px}.product-info__contact{width:32px;height:32px}.product-info__contact img{width:20px;height:20px}.product-info__contacts-icons{gap:8px}.product-company-card{gap:12px;padding:12px;border-radius:12px}.product-company-card__logo{width:48px;height:48px;border-radius:10px;padding:4px}.product-company-card__name{font-size:14px}.product-company-card__links{font-size:11px;gap:6px}.product-slider-card{width:200px}}@media (max-width:767px) and (orientation:landscape){.product-gallery__main{aspect-ratio:16/9;max-height:60vh}.product-main{gap:16px}}