.product{--product-offset-small: 20px;padding-top:0 !important}.product__top{display:grid;grid-template-columns:44% 56%}@media screen and (min-width:1600px){.product__top{grid-template-columns:calc(44% + var(--product-offset-small)) calc(56% - var(--product-offset-small))}}@media (max-width:1399px){.product__top{grid-template-columns:100%}}.product__article{font-size:0.9375rem;font-weight:var(--font-regular);line-height:normal;padding-top:var(--product-offset-small)}.product__gallery{min-width:0;position:relative;padding-right:var(--product-offset-small);max-width:660px}@media (max-width:1399px){.product__gallery{margin:0 auto}}@media (max-width:1199px){.product__gallery{padding:0}}@media (max-width:767px){.product__gallery{width:100%}}.product__gallery img{width:100%;object-fit:cover}.product__gallery-main{height:fit-content}.product__gallery-main img{height:660px;border-radius:var(--border-radius)}@media (max-width:1599px){.product__gallery-main img{height:auto}}.product__gallery-thumbs{margin-top:var(--product-offset-small);height:fit-content}.product__gallery-thumbs .swiper-slide{cursor:pointer}.product__gallery-thumbs .swiper-slide-thumb-active{cursor:grab}.product__gallery-thumbs .swiper-slide-thumb-active .product__gallery-thumb:after{background-color:rgba(var(--color-primary-rgb), 0.7)}.product__gallery-thumb{position:relative;height:120px;border-radius:var(--border-radius);overflow:hidden}@media (max-width:1599px){.product__gallery-thumb{height:100px}}@media (max-width:1399px){.product__gallery-thumb{height:110px}}@media (max-width:1199px){.product__gallery-thumb{height:120px}}@media (max-width:767px){.product__gallery-thumb{height:80px}}@media (max-width:575px){.product__gallery-thumb{height:calc((100vw - (var(--grid-gap) * 2) - 24 * 3) / 4)}}.product__gallery-thumb:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:var(--transition)}.product__gallery-thumb img{width:100%;height:100%;object-fit:cover}.product__main{padding-left:var(--product-offset-small);display:flex;flex-direction:column}@media screen and (max-width:1399px){.product__main{padding-left:0;padding-top:var(--grid-gap)}}.product__main-top{margin-top:var(--product-offset-small);display:flex;flex-direction:column;align-items:stretch;border-radius:var(--border-radius);box-shadow:0 0 0 1px var(--color-border);cursor:default;transition:var(--transition)}.product__main-top:hover{box-shadow:var(--shadow)}.product__main-params{display:flex;flex-direction:column}@media screen and (max-width:767px){.product__main-params{padding:calc(var(--product-offset-small) / 2) !important}}@media screen and (max-width:575px){.product__main-params{font-size:14px}}.product__main-params.is-expanded .product__main-burger i{background-color:var(--color-primary)}.product__main-params.is-expanded .product__main-burger i:nth-child(1){transform:translateY(3.5px) rotate(45deg)}.product__main-params.is-expanded .product__main-burger i:nth-child(3){transform:translateY(-3.5px) rotate(-45deg)}.product__main-params.is-expanded .product__main-burger i:nth-child(2){display:none}.product__main-params.is-expanded ._expanded{max-height:100%;transform:scaleY(100%)}.product__main-parametr{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;font-weight:var(--font-regular);line-height:1}@media screen and (max-width:575px){.product__main-parametr{grid-template-columns:1fr}.product__main-parametr._expanded{max-height:0;transform:scaleY(0);transform-origin:top;transition:var(--transition)}}.product__main-parametr.product__main-mobile>span{border-bottom:none !important}.product__main-parametr>span{padding:calc(var(--product-offset-small) / 2)}.product__main-parametr>span:first-child{font-size:1.3125rem;border-right:1px solid var(--color-border);padding-right:var(--product-offset-small)}@media screen and (max-width:575px){.product__main-parametr>span:first-child{border-right:none;border-bottom:1px solid var(--color-border);padding-right:calc(var(--product-offset-small) / 2);font-weight:var(--font-semibold);font-size:1.125rem}}.product__main-parametr>span:last-child{font-size:1rem;padding-left:var(--product-offset-small)}@media screen and (max-width:575px){.product__main-parametr>span:last-child{padding-left:calc(var(--product-offset-small) / 2)}}@media screen and (max-width:575px){.product__main-parametr+.product__main-parametr{border-top:1px solid var(--color-border)}}@media screen and (min-width:576px){.product__main-parametr:nth-child(n+3){border-top:1px solid var(--color-border)}}.product__main-weight{color:var(--color-text-muted)}.product__main-link{color:var(--color-text-muted);position:relative}@media screen and (min-width:1199px){.product__main-link:hover .product__main-hidden{transform:translate(-50%, -100%);opacity:1;pointer-events:all}}.product__main-link._active{color:var(--color-text)}.product__main-hidden{color:var(--color-text);position:absolute;top:0;left:50%;border-radius:calc(var(--border-radius) + 2px);border:1px solid rgba(0, 0, 0, 0.3);background:var(--color-bg);max-width:205px;width:max-content;padding:5px;z-index:11;transform:translate(-50%, -100%);opacity:0;pointer-events:none;transition:var(--transition);font-size:0.875rem;font-weight:var(--font-regular);line-height:normal;text-align:center}.product__main-mobile{grid-template-columns:1fr 30px;justify-content:space-between}@media screen and (min-width:576px){.product__main-mobile{display:none !important}}.product__main-burger{position:relative;display:flex;flex-direction:column;justify-content:center;gap:5px;height:100%;padding:0 10px 0 0 !important}.product__main-burger i{width:100%;height:2px;background-color:var(--color-border-secondary);transition:var(--transition)}.product__main-buy,.product__main-params{padding:var(--product-offset-small) calc(var(--product-offset-small) * 1.5)}.product__main-buy{border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:stretch}@media screen and (max-width:767px){.product__main-buy{padding:calc(var(--product-offset-small) / 2)}}.product__main-form{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;width:100%;gap:var(--product-offset-small)}@media screen and (max-width:991px){.product__main-form{flex-wrap:wrap}}@media screen and (max-width:767px){.product__main-form{flex-direction:column;align-items:center}}.product__prices{display:flex;align-items:center;gap:var(--product-offset-small)}@media screen and (max-width:991px){.product__prices{width:100%}}@media screen and (max-width:767px){.product__prices{justify-content:center}}@media screen and (max-width:424px){.product__prices{flex-direction:column}}.product__avail-buy{display:flex;align-items:center;gap:var(--product-offset-small)}@media screen and (max-width:575px){.product__avail-buy{flex-wrap:wrap;justify-content:center;width:100%}}.product__qty{border-radius:var(--border-radius);background-color:#f4f4f4;display:grid;grid-template-columns:auto 1fr auto;min-width:110px;position:relative;transition:var(--transition)}.product__qty-input{padding:0 5px;font-size:1.3125rem;font-weight:var(--font-semibold);line-height:normal;text-align:center;background-color:var(--color-bg);border:1px solid #f4f4f4;width:fit-content}.product__qty-minus,.product__qty-plus{position:relative;min-width:35px;max-width:35px}.product__qty-minus:before,.product__qty-minus:after,.product__qty-plus:before,.product__qty-plus:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:var(--color-text-muted-secondary)}.product__qty-minus:before,.product__qty-plus:before{width:15px;height:3px}.product__qty-plus:after{width:3px;height:15px}.product__qty-message{color:var(--color-danger)}.product__qty-message._show{transform:translate(-50%, -110%);opacity:1;pointer-events:all}.product__price-val{font-size:1.75rem;font-weight:var(--font-semibold);line-height:1}@media screen and (max-width:1199px){.product__price-val{font-size:1.5rem}}.product__avail{position:relative}@media screen and (min-width:1200px){.product__avail:hover .product__avail-message{transform:translate(-50%, -100%);opacity:1;pointer-events:all}}@media screen and (max-width:1199px){.product__avail.js-message-expand__is-expanded .prod-card-custom__avail-message{transform:translate(-50%, -100%);opacity:1;pointer-events:all}}.product__avail span{white-space:nowrap;font-size:1.125rem;font-weight:var(--font-regular);line-height:normal}.product__avail._in-avail span{color:#43D854}.product__avail._not-avail span{color:var(--color-danger)}.product__avail.js-message-expand__is-expanded .product__avail-message{transform:translate(-50%, -100%);opacity:1;pointer-events:all}.product__avail-message,.product__qty-message{position:absolute;top:0;left:50%;border-radius:calc(var(--border-radius) + 2px);border:1px solid rgba(0, 0, 0, 0.3);background:var(--color-bg);max-width:205px;width:max-content;padding:10px 5px;z-index:11;transform:translate(-50%, -75%);opacity:0;pointer-events:none;transition:var(--transition);font-size:0.875rem;font-weight:var(--font-regular);line-height:normal;text-align:center}@media screen and (max-width:575px){.product__avail-message,.product__qty-message{font-size:0.75rem;max-width:150px}}.product__avail-message a,.product__qty-message a{color:var(--color-primary);display:inline-block;text-underline-offset:2px}.product__add{min-width:180px;height:50px;gap:10px}@media screen and (max-width:424px){.product__add{width:100%;gap:5px;height:45px}}.product__add svg{max-height:26px;min-height:26px;max-width:28px}.product__info-wrapper{overflow:auto;padding-bottom:20px}.product__info{padding-top:var(--product-offset-small);display:grid;align-items:center;grid-template-columns:repeat(3, 1fr);gap:var(--product-offset-small)}@media screen and (min-width:1600px){.product__info{padding-top:calc(var(--product-offset-small) + 5px);gap:calc(var(--product-offset-small) + 5px)}}.product__info-link{background-color:#f4f4f4;border-radius:var(--border-radius);display:flex;gap:30px;align-items:center;justify-content:center;padding:var(--product-offset-small);font-size:1rem;font-weight:var(--font-regular);line-height:131%}@media screen and (min-width:1600px){.product__info-link{padding-right:calc(var(--product-offset-small) + 30px)}}@media screen and (max-width:767px){.product__info-link{padding:calc(var(--product-offset-small) / 2);gap:var(--product-offset-small)}}.product__info-link svg{max-width:60px;max-height:46px;height:100%;transition:var(--transition);fill:var(--color-primary)}@media screen and (max-width:767px){.product__info-link svg{max-width:40px;max-height:30px}}.product__info-link:hover{background-color:var(--color-primary);color:var(--color-bg)}.product__info-link:hover svg{fill:var(--color-bg)}.product__tabs{margin-top:60px}@media screen and (max-width:1199px){.product__tabs{margin-top:30px}}.product__tabs .tabs__buttons{border:none !important;display:flex;align-items:stretch;flex-wrap:nowrap;gap:var(--product-offset-small);margin-bottom:var(--product-offset-small);width:fit-content}@media screen and (min-width:1600px){.product__tabs .tabs__buttons{margin-bottom:calc(var(--product-offset-small) * 2)}}@media screen and (max-width:575px){.product__tabs .tabs__buttons{gap:calc(var(--product-offset-small) / 2)}}.product__tabs .tabs__buttons span{height:100%;margin:0;border-radius:var(--border-radius-btn);border:none;padding:10px 32px;background-color:var(--color-bg);box-shadow:inset 0 0 0 1px var(--color-text-muted-secondary);color:var(--color-text-muted-secondary);display:flex;align-items:center;justify-content:center}@media screen and (max-width:575px){.product__tabs .tabs__buttons span{font-size:1rem;padding:10px}}.product__tabs .tabs__buttons :checked+span{box-shadow:none;background-color:var(--color-primary);color:#fff;font-weight:var(--font-regular)}@media screen and (max-width:575px){.product__tabs .tabs__content{padding-top:20px}}.product__tabs-buttons{overflow:auto}.product__tabs-btn{padding:0;min-width:auto;height:45px;font-size:1.125rem;font-weight:var(--font-regular);line-height:normal}@media screen and (max-width:575px){.product__tabs-btn{height:35px}}@media screen and (min-width:1200px){.product__tabs-btn:hover span{box-shadow:none;background-color:var(--color-primary);color:#fff}}.product__tabs-form{position:relative;padding:var(--product-offset-small);border-radius:var(--border-radius-middle);background:var(--color-bg);box-shadow:var(--shadow);display:flex;align-items:center;gap:var(--product-offset-small)}.product__tabs-form:hover .product__form-hidden{transform:translate(-50%, -75%);opacity:1;pointer-events:all}@media screen and (min-width:1600px){.product__tabs-form{padding:calc(var(--product-offset-small) + 10px) calc(var(--product-offset-small) + 15px);gap:calc(var(--product-offset-small) * 2)}}@media screen and (max-width:767px){.product__tabs-form{flex-wrap:wrap}}@media screen and (max-width:424px){.product__tabs-form{flex-direction:column;align-items:start}}.product__tabs-form .field{flex-grow:1}@media screen and (max-width:424px){.product__tabs-form .field{width:100%}}.product__tabs-form .field textarea{height:120px;resize:none}.product__tabs-form>*+*{margin-top:0}.product__tabs-form .form-privacy{font-size:0.8125rem}.product__tabs-form .message.is-success{width:100%}.product__form-label{font-size:1.3125rem;font-weight:var(--font-regular);line-height:normal;color:var(--color-primary)}@media screen and (max-width:767px){.product__form-label{font-size:1rem}}.product__form-btns{display:flex;flex-direction:column;gap:13px;max-width:210px}@media screen and (max-width:767px){.product__form-btns{max-width:100%;flex-direction:row}}@media screen and (max-width:424px){.product__form-btns{flex-direction:column}}.product__form-btn{order:1}.product__form-hidden{position:absolute;top:0;left:50%;border-radius:calc(var(--border-radius) + 2px);border:1px solid rgba(0, 0, 0, 0.3);background:var(--color-bg);max-width:100%;width:max-content;padding:10px;z-index:11;transform:translate(-50%, -75%);opacity:0;pointer-events:none;transition:var(--transition);font-size:1.25rem;font-weight:var(--font-regular);line-height:normal;text-align:center}.product__form-hidden a{color:var(--color-secondary)}.product__reviews{margin-top:50px}.product__reviews-item{border-radius:var(--border-radius-middle);box-shadow:0 0 0 1px var(--color-border);background:var(--color-bg);overflow:hidden;transition:var(--transition);padding:var(--product-offset-small);display:grid;grid-template-columns:150px 1fr;gap:var(--product-offset-small)}@media screen and (max-width:767px){.product__reviews-item{grid-template-columns:90px 1fr}}@media screen and (max-width:575px){.product__reviews-item{grid-template-columns:60px 1fr;padding:calc(var(--product-offset-small) / 2)}}@media screen and (min-width:1600px){.product__reviews-item{padding:calc(var(--product-offset-small) + 15px);gap:calc(var(--product-offset-small) + 7px)}}.product__reviews-item+.product__reviews-item{margin-top:30px}.product__reviews-item:hover{box-shadow:var(--shadow)}.product__reviews-img{max-width:150px;min-width:150px;max-height:150px;min-height:150px;border-radius:100%;overflow:hidden}@media screen and (min-width:768px){.product__reviews-img{grid-row:1 / 3}}@media screen and (max-width:767px){.product__reviews-img{max-width:90px;min-width:90px;max-height:90px;min-height:90px}}@media screen and (max-width:575px){.product__reviews-img{max-width:60px;min-width:60px;max-height:60px;min-height:60px}}.product__reviews-img img{width:100%;height:100%;object-fit:cover}.product .product__reviews-top,.product__reviews-top .product__reviews-title{font-size:1.3125rem;font-weight:var(--font-semibold);line-height:normal}@media screen and (max-width:767px){.product .product__reviews-top,.product__reviews-top .product__reviews-title{font-size:1.125rem}}@media screen and (max-width:424px){.product .product__reviews-top,.product__reviews-top .product__reviews-title{font-size:1rem}}.product__reviews-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-text-muted-secondary)}@media screen and (max-width:767px){.product__reviews-top{border-bottom-color:transparent}}@media screen and (max-width:575px){.product__reviews-top{flex-direction:column;align-items:start;padding-bottom:0}}.product__reviews-content{padding-top:1.125rem;color:var(--color-text-muted-secondary);font-weight:var(--font-regular);line-height:normal}@media screen and (min-width:1600px){.product__reviews-content{font-size:1.125rem}}@media screen and (max-width:767px){.product__reviews-content{grid-column:1 / 3}}.select-list1{position:relative}.select-list1.active{z-index:10}.select-list1 .select-list__default1{position:relative}.select-list1 .select-list__dropdown{position:absolute;top:40px;left:0;width:100%;overflow:hidden;z-index:9;transform-origin:center top;transition:transform 0.2s, opacity 0.2s;opacity:0;transform:scaleY(0);background:#fff;border-radius:var(--border-radius);box-shadow:0px 4px 8px 0px rgba(34, 60, 80, 0.2)}.select-list1.active .select-list__dropdown{opacity:1;transform:scaleY(1);z-index:-1}.select-list1 .select-list__dropdown li{cursor:pointer}.select-list1 .select-list__dropdown li:hover,.select-list1 .select-list__dropdown a:hover{color:var(--color-primary)}.form-option{cursor:pointer;padding:7px 17px}.form-control{display:flex;align-items:center;gap:29px;padding:7px 17px;border-radius:50px;border:1px solid #D0D0D0;background:#FFF;cursor:pointer;transition:all 0.2s}.form-control:hover{border:1px solid var(--color-primary)}.select-list1.form-grid svg{transform:rotate(0);transition:all 0.2s}.select-list1.form-grid.active svg{transform:rotate(-180deg);transition:all 0.2s}.b-form{--offset-form: 60px}@media screen and (max-width:1199px){.b-form{--offset-form: 40px}}@media screen and (max-width:575px){.b-form{--offset-form: var(--grid-gap)}}.b-form__items{padding:var(--offset-form);position:relative;display:flex;align-items:stretch;justify-content:space-between}@media screen and (max-width:991px){.b-form__items{flex-direction:column;gap:var(--grid-gap)}}@media screen and (max-width:767px){.b-form__items{padding:calc(var(--offset-form) * 2) var(--offset-form)}}.b-form__content{max-width:40%;width:100%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:991px){.b-form__content{max-width:100%}}.b-form__content .section__title,.b-form__content .section__introtext{font-weight:var(--font-semibold);line-height:1.1}@media screen and (min-width:1600px){.b-form__content .section__title,.b-form__content .section__introtext{font-size:2.375rem}}.b-form__content .section__introtext{font-size:2rem}@media screen and (max-width:575px){.b-form__content .section__introtext{font-size:1.75rem}}.b-form__form{max-width:50.6%;width:100%}@media screen and (max-width:991px){.b-form__form{max-width:100%}}.b-form__form select:placeholder{color:transparent !important}.b-form__form .field,.b-form__form .input{--input-offset: 36px}.b-form__form .input{border-radius:var(--border-radius-btn)}.b-form__soc a{color:var(--color-secondary)}.b-form__soc a:hover{color:var(--color-primary)}.b-form__btn-wrapper{display:flex;align-items:stretch;gap:20px}@media screen and (max-width:991px){.b-form__btn-wrapper{flex-direction:column;gap:var(--grid-gap);align-items:center;text-align:center}}.b-form__btn{width:280px;height:54px}.b-form .soc-wrapper .soc-submenu{top:0;transform:translateY(-100%)}/*# sourceMappingURL=./page-22181cb4ac8cb69de6fe6779ebf03c5d.map */